Merge branch 'develop' into upd/instancesponsor
This commit is contained in:
commit
0897458c72
2 changed files with 5 additions and 0 deletions
|
@ -160,6 +160,10 @@ export const packedMetaLiteSchema = {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
optional: false, nullable: true,
|
optional: false, nullable: true,
|
||||||
},
|
},
|
||||||
|
sidebarLogoUrl: {
|
||||||
|
type: 'string',
|
||||||
|
optional: false, nullable: true,
|
||||||
|
},
|
||||||
maxNoteTextLength: {
|
maxNoteTextLength: {
|
||||||
type: 'number',
|
type: 'number',
|
||||||
optional: false, nullable: false,
|
optional: false, nullable: false,
|
||||||
|
|
|
@ -5061,6 +5061,7 @@ export type components = {
|
||||||
infoImageUrl: string | null;
|
infoImageUrl: string | null;
|
||||||
notFoundImageUrl: string | null;
|
notFoundImageUrl: string | null;
|
||||||
iconUrl: string | null;
|
iconUrl: string | null;
|
||||||
|
sidebarLogoUrl: string | null;
|
||||||
maxNoteTextLength: number;
|
maxNoteTextLength: number;
|
||||||
ads: {
|
ads: {
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue