@rxdrag/rxcms-models 0.3.94 → 0.3.96
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/classes/LangQueryOptions.d.ts +5 -5
- package/dist/classes/MediaQueryOptions.d.ts +0 -5
- package/dist/classes/TagQueryOptions.d.ts +1 -2
- package/dist/classes/ThemeBranchQueryOptions.d.ts +10 -10
- package/dist/classes/ThemeFileFolderQueryOptions.d.ts +21 -0
- package/dist/classes/ThemeFileQueryOptions.d.ts +22 -0
- package/dist/classes/WebsiteQueryOptions.d.ts +5 -5
- package/dist/classes/index.d.ts +2 -2
- package/dist/entries/index.d.ts +2 -2
- package/dist/entries/themeFileEntry.d.ts +2 -0
- package/dist/entries/themeFileFolderEntry.d.ts +2 -0
- package/dist/fields/LangFields.d.ts +3 -3
- package/dist/fields/MediaFields.d.ts +0 -2
- package/dist/fields/TagFields.d.ts +1 -2
- package/dist/fields/ThemeBranchFields.d.ts +4 -4
- package/dist/fields/ThemeFileFields.d.ts +16 -0
- package/dist/fields/ThemeFileFolderFields.d.ts +14 -0
- package/dist/fields/WebsiteFields.d.ts +2 -2
- package/dist/fields/index.d.ts +2 -2
- package/dist/index.mjs +299 -297
- package/dist/index.mjs.map +1 -1
- package/dist/interfaces/Lang.d.ts +3 -3
- package/dist/interfaces/LangBoolExp.d.ts +2 -2
- package/dist/interfaces/LangInput.d.ts +2 -2
- package/dist/interfaces/Media.d.ts +0 -3
- package/dist/interfaces/MediaBoolExp.d.ts +0 -2
- package/dist/interfaces/MediaInput.d.ts +0 -2
- package/dist/interfaces/Tag.d.ts +3 -2
- package/dist/interfaces/TagBoolExp.d.ts +4 -2
- package/dist/interfaces/TagDistinctExp.d.ts +2 -4
- package/dist/interfaces/TagInput.d.ts +3 -2
- package/dist/interfaces/TagOrderBy.d.ts +3 -2
- package/dist/interfaces/ThemeBranch.d.ts +6 -6
- package/dist/interfaces/ThemeBranchBoolExp.d.ts +4 -4
- package/dist/interfaces/ThemeBranchInput.d.ts +4 -4
- package/dist/interfaces/ThemeFile.d.ts +19 -0
- package/dist/interfaces/{TemplateCategoryBoolExp.d.ts → ThemeFileBoolExp.d.ts} +14 -11
- package/dist/interfaces/ThemeFileDistinctExp.d.ts +13 -0
- package/dist/interfaces/ThemeFileFolder.d.ts +17 -0
- package/dist/interfaces/ThemeFileFolderBoolExp.d.ts +18 -0
- package/dist/interfaces/ThemeFileFolderDistinctExp.d.ts +7 -0
- package/dist/interfaces/ThemeFileFolderInput.d.ts +17 -0
- package/dist/interfaces/ThemeFileFolderOrderBy.d.ts +7 -0
- package/dist/interfaces/ThemeFileInput.d.ts +21 -0
- package/dist/interfaces/ThemeFileOrderBy.d.ts +13 -0
- package/dist/interfaces/Website.d.ts +3 -3
- package/dist/interfaces/WebsiteBoolExp.d.ts +2 -2
- package/dist/interfaces/WebsiteInput.d.ts +2 -2
- package/dist/interfaces/index.d.ts +10 -10
- package/package.json +1 -1
- package/dist/classes/SectionTemplateQueryOptions.d.ts +0 -22
- package/dist/classes/TemplateCategoryQueryOptions.d.ts +0 -20
- package/dist/entries/sectionTemplateEntry.d.ts +0 -2
- package/dist/entries/templateCategoryEntry.d.ts +0 -2
- package/dist/fields/SectionTemplateFields.d.ts +0 -14
- package/dist/fields/TemplateCategoryFields.d.ts +0 -13
- package/dist/interfaces/SectionTemplate.d.ts +0 -17
- package/dist/interfaces/SectionTemplateBoolExp.d.ts +0 -22
- package/dist/interfaces/SectionTemplateDistinctExp.d.ts +0 -10
- package/dist/interfaces/SectionTemplateInput.d.ts +0 -19
- package/dist/interfaces/SectionTemplateOrderBy.d.ts +0 -10
- package/dist/interfaces/TemplateCategory.d.ts +0 -16
- package/dist/interfaces/TemplateCategoryDistinctExp.d.ts +0 -9
- package/dist/interfaces/TemplateCategoryInput.d.ts +0 -17
- package/dist/interfaces/TemplateCategoryOrderBy.d.ts +0 -9
package/dist/index.mjs
CHANGED
|
@@ -28,8 +28,7 @@ const aggregateEntities = {
|
|
|
28
28
|
pageMetaAggregate: "PageMeta",
|
|
29
29
|
searchIndexAggregate: "SearchIndex",
|
|
30
30
|
snapshotAggregate: "WebsiteSnapshot",
|
|
31
|
-
coverOfComponentAggregate: "FrontComponent"
|
|
32
|
-
coverOfSectionTemplateAggregate: "SectionTemplate"
|
|
31
|
+
coverOfComponentAggregate: "FrontComponent"
|
|
33
32
|
},
|
|
34
33
|
Website: {
|
|
35
34
|
usersAggregate: "User",
|
|
@@ -38,7 +37,6 @@ const aggregateEntities = {
|
|
|
38
37
|
partsOfProductAggregate: "Product",
|
|
39
38
|
partsOfPostAggregate: "Post",
|
|
40
39
|
partsOfPostCategoryAggregate: "PostCategory",
|
|
41
|
-
partsOfTagAggregate: "Tag",
|
|
42
40
|
partsOfCustomerAggregate: "Customer",
|
|
43
41
|
partsOfProductCategoryAggregate: "ProductCategory",
|
|
44
42
|
partsOfSpamFilterRuleAggregate: "SpamFilterRule",
|
|
@@ -50,7 +48,8 @@ const aggregateEntities = {
|
|
|
50
48
|
bulletinsAggregate: "Bulletin",
|
|
51
49
|
snapshotsAggregate: "WebsiteSnapshot",
|
|
52
50
|
userOperationsAggregate: "UserOperation",
|
|
53
|
-
svgIconsAggregate: "SvgIcon"
|
|
51
|
+
svgIconsAggregate: "SvgIcon",
|
|
52
|
+
tagsAggregate: "Tag"
|
|
54
53
|
},
|
|
55
54
|
Lang: {
|
|
56
55
|
webPartsOfMediaFolderAggregate: "MediaFolder",
|
|
@@ -58,7 +57,6 @@ const aggregateEntities = {
|
|
|
58
57
|
webPartsOfProductAggregate: "Product",
|
|
59
58
|
webPartsOfPostAggregate: "Post",
|
|
60
59
|
webPartsOfPostCategoryAggregate: "PostCategory",
|
|
61
|
-
webPartsOfTagAggregate: "Tag",
|
|
62
60
|
webPartsOfCustomerAggregate: "Customer",
|
|
63
61
|
webPartsOfProductCategoryAggregate: "ProductCategory",
|
|
64
62
|
webPartsOfSpamFilterRuleAggregate: "SpamFilterRule",
|
|
@@ -66,7 +64,8 @@ const aggregateEntities = {
|
|
|
66
64
|
websitesAggregate: "Website",
|
|
67
65
|
baseLangOfAggregate: "Website",
|
|
68
66
|
themesAggregate: "ThemeBranch",
|
|
69
|
-
bulletinsAggregate: "Bulletin"
|
|
67
|
+
bulletinsAggregate: "Bulletin",
|
|
68
|
+
tagsAggregate: "Tag"
|
|
70
69
|
},
|
|
71
70
|
WebsiteType: {
|
|
72
71
|
websitesAggregate: "Website"
|
|
@@ -89,8 +88,8 @@ const aggregateEntities = {
|
|
|
89
88
|
componentsAggregate: "FrontComponent",
|
|
90
89
|
componentCategoriesAggregate: "ComponentCategory",
|
|
91
90
|
pagesAggregate: "Page",
|
|
92
|
-
|
|
93
|
-
|
|
91
|
+
filesAggregate: "ThemeFile",
|
|
92
|
+
foldersAggregate: "ThemeFileFolder"
|
|
94
93
|
},
|
|
95
94
|
MediaFolder: {
|
|
96
95
|
childrenAggregate: "MediaFolder",
|
|
@@ -120,14 +119,15 @@ const aggregateEntities = {
|
|
|
120
119
|
ThemeCategory: {
|
|
121
120
|
themesAggregate: "Theme"
|
|
122
121
|
},
|
|
123
|
-
TemplateCategory: {
|
|
124
|
-
templatesAggregate: "SectionTemplate"
|
|
125
|
-
},
|
|
126
122
|
WebsiteSnapshot: {
|
|
127
123
|
mediasAggregate: "Media"
|
|
128
124
|
},
|
|
129
125
|
Theme: {
|
|
130
126
|
branchesAggregate: "ThemeBranch"
|
|
127
|
+
},
|
|
128
|
+
ThemeFileFolder: {
|
|
129
|
+
foldersAggregate: "ThemeFileFolder",
|
|
130
|
+
filesAggregate: "ThemeFile"
|
|
131
131
|
}
|
|
132
132
|
};
|
|
133
133
|
class QueryOptions {
|
|
@@ -405,49 +405,53 @@ const themeConfigToInput = (entity) => {
|
|
|
405
405
|
theme: convertHasOneToInput(entity.theme)
|
|
406
406
|
};
|
|
407
407
|
};
|
|
408
|
-
const
|
|
409
|
-
var _a;
|
|
410
|
-
const { templatesAggregate, ...rest } = entity;
|
|
408
|
+
const styleConfigToInputCascade = (entity) => {
|
|
411
409
|
return {
|
|
412
|
-
...
|
|
413
|
-
templates: entity.templates ? processHasManyClear({ sync: (_a = entity.templates) == null ? void 0 : _a.map((ent) => sectionTemplateToInput(ent)) }) : void 0,
|
|
410
|
+
...entity,
|
|
414
411
|
theme: entity.theme ? processHasOneClear({ sync: themeBranchToInput(entity.theme) }) : void 0
|
|
415
412
|
};
|
|
416
413
|
};
|
|
417
|
-
const
|
|
418
|
-
const { templatesAggregate, ...rest } = entity;
|
|
414
|
+
const styleConfigToInput = (entity) => {
|
|
419
415
|
return {
|
|
420
|
-
...
|
|
421
|
-
templates: convertHasManyToInput(entity.templates),
|
|
416
|
+
...entity,
|
|
422
417
|
theme: convertHasOneToInput(entity.theme)
|
|
423
418
|
};
|
|
424
419
|
};
|
|
425
|
-
const
|
|
420
|
+
const themeFileFolderToInputCascade = (entity) => {
|
|
421
|
+
var _a, _b;
|
|
422
|
+
const { foldersAggregate, filesAggregate, ...rest } = entity;
|
|
426
423
|
return {
|
|
427
|
-
...
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
424
|
+
...rest,
|
|
425
|
+
folders: entity.folders ? processHasManyClear({ sync: (_a = entity.folders) == null ? void 0 : _a.map((ent) => themeFileFolderToInput(ent)) }) : void 0,
|
|
426
|
+
files: entity.files ? processHasManyClear({ sync: (_b = entity.files) == null ? void 0 : _b.map((ent) => themeFileToInput(ent)) }) : void 0,
|
|
427
|
+
themeBranch: entity.themeBranch ? processHasOneClear({ sync: themeBranchToInput(entity.themeBranch) }) : void 0,
|
|
428
|
+
parent: entity.parent ? processHasOneClear({ sync: themeFileFolderToInput(entity.parent) }) : void 0
|
|
431
429
|
};
|
|
432
430
|
};
|
|
433
|
-
const
|
|
431
|
+
const themeFileFolderToInput = (entity) => {
|
|
432
|
+
const { foldersAggregate, filesAggregate, ...rest } = entity;
|
|
434
433
|
return {
|
|
435
|
-
...
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
434
|
+
...rest,
|
|
435
|
+
folders: convertHasManyToInput(entity.folders),
|
|
436
|
+
files: convertHasManyToInput(entity.files),
|
|
437
|
+
themeBranch: convertHasOneToInput(entity.themeBranch),
|
|
438
|
+
parent: convertHasOneToInput(entity.parent)
|
|
439
439
|
};
|
|
440
440
|
};
|
|
441
|
-
const
|
|
441
|
+
const themeFileToInputCascade = (entity) => {
|
|
442
|
+
const { storageMeta, ...rest } = entity;
|
|
442
443
|
return {
|
|
443
|
-
...
|
|
444
|
-
|
|
444
|
+
...rest,
|
|
445
|
+
themeBranch: entity.themeBranch ? processHasOneClear({ sync: themeBranchToInput(entity.themeBranch) }) : void 0,
|
|
446
|
+
folder: entity.folder ? processHasOneClear({ sync: themeFileFolderToInput(entity.folder) }) : void 0
|
|
445
447
|
};
|
|
446
448
|
};
|
|
447
|
-
const
|
|
449
|
+
const themeFileToInput = (entity) => {
|
|
450
|
+
const { storageMeta, ...rest } = entity;
|
|
448
451
|
return {
|
|
449
|
-
...
|
|
450
|
-
|
|
452
|
+
...rest,
|
|
453
|
+
themeBranch: convertHasOneToInput(entity.themeBranch),
|
|
454
|
+
folder: convertHasOneToInput(entity.folder)
|
|
451
455
|
};
|
|
452
456
|
};
|
|
453
457
|
const themeInMarketToInputCascade = (entity) => {
|
|
@@ -515,7 +519,7 @@ const themeToInput = (entity) => {
|
|
|
515
519
|
};
|
|
516
520
|
const themeBranchToInputCascade = (entity) => {
|
|
517
521
|
var _a, _b, _c, _d, _e;
|
|
518
|
-
const { componentsAggregate, componentCategoriesAggregate, pagesAggregate,
|
|
522
|
+
const { componentsAggregate, componentCategoriesAggregate, pagesAggregate, filesAggregate, foldersAggregate, ...rest } = entity;
|
|
519
523
|
return {
|
|
520
524
|
...rest,
|
|
521
525
|
components: entity.components ? processHasManyClear({ sync: (_a = entity.components) == null ? void 0 : _a.map((ent) => frontComponentToInput(ent)) }) : void 0,
|
|
@@ -523,17 +527,17 @@ const themeBranchToInputCascade = (entity) => {
|
|
|
523
527
|
pages: entity.pages ? processHasManyClear({ sync: (_c = entity.pages) == null ? void 0 : _c.map((ent) => pageToInput(ent)) }) : void 0,
|
|
524
528
|
lang: entity.lang ? processHasOneClear({ sync: langToInput(entity.lang) }) : void 0,
|
|
525
529
|
config: entity.config ? processHasOneClear({ sync: themeConfigToInput(entity.config) }) : void 0,
|
|
526
|
-
templates: entity.templates ? processHasManyClear({ sync: (_d = entity.templates) == null ? void 0 : _d.map((ent) => sectionTemplateToInput(ent)) }) : void 0,
|
|
527
|
-
templateCategories: entity.templateCategories ? processHasManyClear({ sync: (_e = entity.templateCategories) == null ? void 0 : _e.map((ent) => templateCategoryToInput(ent)) }) : void 0,
|
|
528
530
|
styleConfig: entity.styleConfig ? processHasOneClear({ sync: styleConfigToInput(entity.styleConfig) }) : void 0,
|
|
529
531
|
mockWebsite: entity.mockWebsite ? processHasOneClear({ sync: websiteToInput(entity.mockWebsite) }) : void 0,
|
|
532
|
+
files: entity.files ? processHasManyClear({ sync: (_d = entity.files) == null ? void 0 : _d.map((ent) => themeFileToInput(ent)) }) : void 0,
|
|
533
|
+
folders: entity.folders ? processHasManyClear({ sync: (_e = entity.folders) == null ? void 0 : _e.map((ent) => themeFileFolderToInput(ent)) }) : void 0,
|
|
530
534
|
marketVersion: entity.marketVersion ? processHasOneClear({ sync: themeVersionToInput(entity.marketVersion) }) : void 0,
|
|
531
535
|
website: entity.website ? processHasOneClear({ sync: websiteToInput(entity.website) }) : void 0,
|
|
532
536
|
belongsToMain: entity.belongsToMain ? processHasOneClear({ sync: themeToInput(entity.belongsToMain) }) : void 0
|
|
533
537
|
};
|
|
534
538
|
};
|
|
535
539
|
const themeBranchToInput = (entity) => {
|
|
536
|
-
const { componentsAggregate, componentCategoriesAggregate, pagesAggregate,
|
|
540
|
+
const { componentsAggregate, componentCategoriesAggregate, pagesAggregate, filesAggregate, foldersAggregate, ...rest } = entity;
|
|
537
541
|
return {
|
|
538
542
|
...rest,
|
|
539
543
|
components: convertHasManyToInput(entity.components),
|
|
@@ -541,10 +545,10 @@ const themeBranchToInput = (entity) => {
|
|
|
541
545
|
pages: convertHasManyToInput(entity.pages),
|
|
542
546
|
lang: convertHasOneToInput(entity.lang),
|
|
543
547
|
config: convertHasOneToInput(entity.config),
|
|
544
|
-
templates: convertHasManyToInput(entity.templates),
|
|
545
|
-
templateCategories: convertHasManyToInput(entity.templateCategories),
|
|
546
548
|
styleConfig: convertHasOneToInput(entity.styleConfig),
|
|
547
549
|
mockWebsite: convertHasOneToInput(entity.mockWebsite),
|
|
550
|
+
files: convertHasManyToInput(entity.files),
|
|
551
|
+
folders: convertHasManyToInput(entity.folders),
|
|
548
552
|
marketVersion: convertHasOneToInput(entity.marketVersion),
|
|
549
553
|
website: convertHasOneToInput(entity.website),
|
|
550
554
|
belongsToMain: convertHasOneToInput(entity.belongsToMain)
|
|
@@ -867,7 +871,7 @@ const svgIconToInput = (entity) => {
|
|
|
867
871
|
};
|
|
868
872
|
const websiteToInputCascade = (entity) => {
|
|
869
873
|
var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l, _m, _n, _o, _p, _q, _r, _s;
|
|
870
|
-
const { usersAggregate, partsOfMediaFolderAggregate, partsOfEnquiryAggregate, partsOfProductAggregate, partsOfPostAggregate, partsOfPostCategoryAggregate,
|
|
874
|
+
const { usersAggregate, partsOfMediaFolderAggregate, partsOfEnquiryAggregate, partsOfProductAggregate, partsOfPostAggregate, partsOfPostCategoryAggregate, partsOfCustomerAggregate, partsOfProductCategoryAggregate, partsOfSpamFilterRuleAggregate, partsOfMediaAggregate, langsAggregate, themesAggregate, changelogsAggregate, searchIndexesAggregate, bulletinsAggregate, snapshotsAggregate, userOperationsAggregate, svgIconsAggregate, tagsAggregate, ...rest } = entity;
|
|
871
875
|
return {
|
|
872
876
|
...rest,
|
|
873
877
|
websiteType: entity.websiteType ? processHasOneClear({ sync: websiteTypeToInput(entity.websiteType) }) : void 0,
|
|
@@ -878,27 +882,27 @@ const websiteToInputCascade = (entity) => {
|
|
|
878
882
|
partsOfProduct: entity.partsOfProduct ? processHasManyClear({ sync: (_d = entity.partsOfProduct) == null ? void 0 : _d.map((ent) => productToInput(ent)) }) : void 0,
|
|
879
883
|
partsOfPost: entity.partsOfPost ? processHasManyClear({ sync: (_e = entity.partsOfPost) == null ? void 0 : _e.map((ent) => postToInput(ent)) }) : void 0,
|
|
880
884
|
partsOfPostCategory: entity.partsOfPostCategory ? processHasManyClear({ sync: (_f = entity.partsOfPostCategory) == null ? void 0 : _f.map((ent) => postCategoryToInput(ent)) }) : void 0,
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
langs: entity.langs ? processHasManyClear({ sync: (_l = entity.langs) == null ? void 0 : _l.map((ent) => langToInput(ent)) }) : void 0,
|
|
885
|
+
partsOfCustomer: entity.partsOfCustomer ? processHasManyClear({ sync: (_g = entity.partsOfCustomer) == null ? void 0 : _g.map((ent) => customerToInput(ent)) }) : void 0,
|
|
886
|
+
partsOfProductCategory: entity.partsOfProductCategory ? processHasManyClear({ sync: (_h = entity.partsOfProductCategory) == null ? void 0 : _h.map((ent) => productCategoryToInput(ent)) }) : void 0,
|
|
887
|
+
partsOfSpamFilterRule: entity.partsOfSpamFilterRule ? processHasManyClear({ sync: (_i = entity.partsOfSpamFilterRule) == null ? void 0 : _i.map((ent) => spamFilterRuleToInput(ent)) }) : void 0,
|
|
888
|
+
partsOfMedia: entity.partsOfMedia ? processHasManyClear({ sync: (_j = entity.partsOfMedia) == null ? void 0 : _j.map((ent) => mediaToInput(ent)) }) : void 0,
|
|
889
|
+
langs: entity.langs ? processHasManyClear({ sync: (_k = entity.langs) == null ? void 0 : _k.map((ent) => langToInput(ent)) }) : void 0,
|
|
887
890
|
baseLang: entity.baseLang ? processHasOneClear({ sync: langToInput(entity.baseLang) }) : void 0,
|
|
888
|
-
themes: entity.themes ? processHasManyClear({ sync: (
|
|
891
|
+
themes: entity.themes ? processHasManyClear({ sync: (_l = entity.themes) == null ? void 0 : _l.map((ent) => themeBranchToInput(ent)) }) : void 0,
|
|
889
892
|
analyticsConfig: entity.analyticsConfig ? processHasOneClear({ sync: analyticsConfigToInput(entity.analyticsConfig) }) : void 0,
|
|
890
893
|
settings: entity.settings ? processHasOneClear({ sync: websiteSettingsToInput(entity.settings) }) : void 0,
|
|
891
|
-
changelogs: entity.changelogs ? processHasManyClear({ sync: (
|
|
892
|
-
searchIndexes: entity.searchIndexes ? processHasManyClear({ sync: (
|
|
893
|
-
bulletins: entity.bulletins ? processHasManyClear({ sync: (
|
|
894
|
-
snapshots: entity.snapshots ? processHasManyClear({ sync: (
|
|
895
|
-
userOperations: entity.userOperations ? processHasManyClear({ sync: (
|
|
896
|
-
svgIcons: entity.svgIcons ? processHasManyClear({ sync: (
|
|
894
|
+
changelogs: entity.changelogs ? processHasManyClear({ sync: (_m = entity.changelogs) == null ? void 0 : _m.map((ent) => changeLogToInput(ent)) }) : void 0,
|
|
895
|
+
searchIndexes: entity.searchIndexes ? processHasManyClear({ sync: (_n = entity.searchIndexes) == null ? void 0 : _n.map((ent) => searchIndexToInput(ent)) }) : void 0,
|
|
896
|
+
bulletins: entity.bulletins ? processHasManyClear({ sync: (_o = entity.bulletins) == null ? void 0 : _o.map((ent) => bulletinToInput(ent)) }) : void 0,
|
|
897
|
+
snapshots: entity.snapshots ? processHasManyClear({ sync: (_p = entity.snapshots) == null ? void 0 : _p.map((ent) => websiteSnapshotToInput(ent)) }) : void 0,
|
|
898
|
+
userOperations: entity.userOperations ? processHasManyClear({ sync: (_q = entity.userOperations) == null ? void 0 : _q.map((ent) => userOperationToInput(ent)) }) : void 0,
|
|
899
|
+
svgIcons: entity.svgIcons ? processHasManyClear({ sync: (_r = entity.svgIcons) == null ? void 0 : _r.map((ent) => svgIconToInput(ent)) }) : void 0,
|
|
900
|
+
tags: entity.tags ? processHasManyClear({ sync: (_s = entity.tags) == null ? void 0 : _s.map((ent) => tagToInput(ent)) }) : void 0,
|
|
897
901
|
mockBranch: entity.mockBranch ? processHasOneClear({ sync: themeBranchToInput(entity.mockBranch) }) : void 0
|
|
898
902
|
};
|
|
899
903
|
};
|
|
900
904
|
const websiteToInput = (entity) => {
|
|
901
|
-
const { usersAggregate, partsOfMediaFolderAggregate, partsOfEnquiryAggregate, partsOfProductAggregate, partsOfPostAggregate, partsOfPostCategoryAggregate,
|
|
905
|
+
const { usersAggregate, partsOfMediaFolderAggregate, partsOfEnquiryAggregate, partsOfProductAggregate, partsOfPostAggregate, partsOfPostCategoryAggregate, partsOfCustomerAggregate, partsOfProductCategoryAggregate, partsOfSpamFilterRuleAggregate, partsOfMediaAggregate, langsAggregate, themesAggregate, changelogsAggregate, searchIndexesAggregate, bulletinsAggregate, snapshotsAggregate, userOperationsAggregate, svgIconsAggregate, tagsAggregate, ...rest } = entity;
|
|
902
906
|
return {
|
|
903
907
|
...rest,
|
|
904
908
|
websiteType: convertHasOneToInput(entity.websiteType),
|
|
@@ -909,7 +913,6 @@ const websiteToInput = (entity) => {
|
|
|
909
913
|
partsOfProduct: convertHasManyToInput(entity.partsOfProduct),
|
|
910
914
|
partsOfPost: convertHasManyToInput(entity.partsOfPost),
|
|
911
915
|
partsOfPostCategory: convertHasManyToInput(entity.partsOfPostCategory),
|
|
912
|
-
partsOfTag: convertHasManyToInput(entity.partsOfTag),
|
|
913
916
|
partsOfCustomer: convertHasManyToInput(entity.partsOfCustomer),
|
|
914
917
|
partsOfProductCategory: convertHasManyToInput(entity.partsOfProductCategory),
|
|
915
918
|
partsOfSpamFilterRule: convertHasManyToInput(entity.partsOfSpamFilterRule),
|
|
@@ -925,6 +928,7 @@ const websiteToInput = (entity) => {
|
|
|
925
928
|
snapshots: convertHasManyToInput(entity.snapshots),
|
|
926
929
|
userOperations: convertHasManyToInput(entity.userOperations),
|
|
927
930
|
svgIcons: convertHasManyToInput(entity.svgIcons),
|
|
931
|
+
tags: convertHasManyToInput(entity.tags),
|
|
928
932
|
mockBranch: convertHasOneToInput(entity.mockBranch)
|
|
929
933
|
};
|
|
930
934
|
};
|
|
@@ -970,7 +974,7 @@ const enquiryToInput = (entity) => {
|
|
|
970
974
|
};
|
|
971
975
|
const langToInputCascade = (entity) => {
|
|
972
976
|
var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l, _m, _n;
|
|
973
|
-
const { webPartsOfMediaFolderAggregate, webPartsOfEnquiryAggregate, webPartsOfProductAggregate, webPartsOfPostAggregate, webPartsOfPostCategoryAggregate,
|
|
977
|
+
const { webPartsOfMediaFolderAggregate, webPartsOfEnquiryAggregate, webPartsOfProductAggregate, webPartsOfPostAggregate, webPartsOfPostCategoryAggregate, webPartsOfCustomerAggregate, webPartsOfProductCategoryAggregate, webPartsOfSpamFilterRuleAggregate, webPartsOfMediaAggregate, websitesAggregate, baseLangOfAggregate, themesAggregate, bulletinsAggregate, tagsAggregate, ...rest } = entity;
|
|
974
978
|
return {
|
|
975
979
|
...rest,
|
|
976
980
|
webPartsOfMediaFolder: entity.webPartsOfMediaFolder ? processHasManyClear({ sync: (_a = entity.webPartsOfMediaFolder) == null ? void 0 : _a.map((ent) => mediaFolderToInput(ent)) }) : void 0,
|
|
@@ -978,19 +982,19 @@ const langToInputCascade = (entity) => {
|
|
|
978
982
|
webPartsOfProduct: entity.webPartsOfProduct ? processHasManyClear({ sync: (_c = entity.webPartsOfProduct) == null ? void 0 : _c.map((ent) => productToInput(ent)) }) : void 0,
|
|
979
983
|
webPartsOfPost: entity.webPartsOfPost ? processHasManyClear({ sync: (_d = entity.webPartsOfPost) == null ? void 0 : _d.map((ent) => postToInput(ent)) }) : void 0,
|
|
980
984
|
webPartsOfPostCategory: entity.webPartsOfPostCategory ? processHasManyClear({ sync: (_e = entity.webPartsOfPostCategory) == null ? void 0 : _e.map((ent) => postCategoryToInput(ent)) }) : void 0,
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
985
|
+
webPartsOfCustomer: entity.webPartsOfCustomer ? processHasManyClear({ sync: (_f = entity.webPartsOfCustomer) == null ? void 0 : _f.map((ent) => customerToInput(ent)) }) : void 0,
|
|
986
|
+
webPartsOfProductCategory: entity.webPartsOfProductCategory ? processHasManyClear({ sync: (_g = entity.webPartsOfProductCategory) == null ? void 0 : _g.map((ent) => productCategoryToInput(ent)) }) : void 0,
|
|
987
|
+
webPartsOfSpamFilterRule: entity.webPartsOfSpamFilterRule ? processHasManyClear({ sync: (_h = entity.webPartsOfSpamFilterRule) == null ? void 0 : _h.map((ent) => spamFilterRuleToInput(ent)) }) : void 0,
|
|
988
|
+
webPartsOfMedia: entity.webPartsOfMedia ? processHasManyClear({ sync: (_i = entity.webPartsOfMedia) == null ? void 0 : _i.map((ent) => mediaToInput(ent)) }) : void 0,
|
|
989
|
+
websites: entity.websites ? processHasManyClear({ sync: (_j = entity.websites) == null ? void 0 : _j.map((ent) => websiteToInput(ent)) }) : void 0,
|
|
990
|
+
baseLangOf: entity.baseLangOf ? processHasManyClear({ sync: (_k = entity.baseLangOf) == null ? void 0 : _k.map((ent) => websiteToInput(ent)) }) : void 0,
|
|
991
|
+
themes: entity.themes ? processHasManyClear({ sync: (_l = entity.themes) == null ? void 0 : _l.map((ent) => themeBranchToInput(ent)) }) : void 0,
|
|
992
|
+
bulletins: entity.bulletins ? processHasManyClear({ sync: (_m = entity.bulletins) == null ? void 0 : _m.map((ent) => bulletinToInput(ent)) }) : void 0,
|
|
993
|
+
tags: entity.tags ? processHasManyClear({ sync: (_n = entity.tags) == null ? void 0 : _n.map((ent) => tagToInput(ent)) }) : void 0
|
|
990
994
|
};
|
|
991
995
|
};
|
|
992
996
|
const langToInput = (entity) => {
|
|
993
|
-
const { webPartsOfMediaFolderAggregate, webPartsOfEnquiryAggregate, webPartsOfProductAggregate, webPartsOfPostAggregate, webPartsOfPostCategoryAggregate,
|
|
997
|
+
const { webPartsOfMediaFolderAggregate, webPartsOfEnquiryAggregate, webPartsOfProductAggregate, webPartsOfPostAggregate, webPartsOfPostCategoryAggregate, webPartsOfCustomerAggregate, webPartsOfProductCategoryAggregate, webPartsOfSpamFilterRuleAggregate, webPartsOfMediaAggregate, websitesAggregate, baseLangOfAggregate, themesAggregate, bulletinsAggregate, tagsAggregate, ...rest } = entity;
|
|
994
998
|
return {
|
|
995
999
|
...rest,
|
|
996
1000
|
webPartsOfMediaFolder: convertHasManyToInput(entity.webPartsOfMediaFolder),
|
|
@@ -998,7 +1002,6 @@ const langToInput = (entity) => {
|
|
|
998
1002
|
webPartsOfProduct: convertHasManyToInput(entity.webPartsOfProduct),
|
|
999
1003
|
webPartsOfPost: convertHasManyToInput(entity.webPartsOfPost),
|
|
1000
1004
|
webPartsOfPostCategory: convertHasManyToInput(entity.webPartsOfPostCategory),
|
|
1001
|
-
webPartsOfTag: convertHasManyToInput(entity.webPartsOfTag),
|
|
1002
1005
|
webPartsOfCustomer: convertHasManyToInput(entity.webPartsOfCustomer),
|
|
1003
1006
|
webPartsOfProductCategory: convertHasManyToInput(entity.webPartsOfProductCategory),
|
|
1004
1007
|
webPartsOfSpamFilterRule: convertHasManyToInput(entity.webPartsOfSpamFilterRule),
|
|
@@ -1006,7 +1009,8 @@ const langToInput = (entity) => {
|
|
|
1006
1009
|
websites: convertHasManyToInput(entity.websites),
|
|
1007
1010
|
baseLangOf: convertHasManyToInput(entity.baseLangOf),
|
|
1008
1011
|
themes: convertHasManyToInput(entity.themes),
|
|
1009
|
-
bulletins: convertHasManyToInput(entity.bulletins)
|
|
1012
|
+
bulletins: convertHasManyToInput(entity.bulletins),
|
|
1013
|
+
tags: convertHasManyToInput(entity.tags)
|
|
1010
1014
|
};
|
|
1011
1015
|
};
|
|
1012
1016
|
const mediaFolderToInputCascade = (entity) => {
|
|
@@ -1033,8 +1037,8 @@ const mediaFolderToInput = (entity) => {
|
|
|
1033
1037
|
};
|
|
1034
1038
|
};
|
|
1035
1039
|
const mediaToInputCascade = (entity) => {
|
|
1036
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _i
|
|
1037
|
-
const { file, coverOfAggregate, meidaOfProductAggregate, productMediaPivotsAggregate, productAttacPivotsAggregate, usedByThemConfigAggregate, pageMetaAggregate, searchIndexAggregate, snapshotAggregate, coverOfComponentAggregate,
|
|
1040
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _i;
|
|
1041
|
+
const { file, coverOfAggregate, meidaOfProductAggregate, productMediaPivotsAggregate, productAttacPivotsAggregate, usedByThemConfigAggregate, pageMetaAggregate, searchIndexAggregate, snapshotAggregate, coverOfComponentAggregate, ...rest } = entity;
|
|
1038
1042
|
return {
|
|
1039
1043
|
...rest,
|
|
1040
1044
|
folder: entity.folder ? processHasOneClear({ sync: mediaFolderToInput(entity.folder) }) : void 0,
|
|
@@ -1051,14 +1055,13 @@ const mediaToInputCascade = (entity) => {
|
|
|
1051
1055
|
searchIndex: entity.searchIndex ? processHasManyClear({ sync: (_g = entity.searchIndex) == null ? void 0 : _g.map((ent) => searchIndexToInput(ent)) }) : void 0,
|
|
1052
1056
|
snapshot: entity.snapshot ? processHasManyClear({ sync: (_h = entity.snapshot) == null ? void 0 : _h.map((ent) => websiteSnapshotToInput(ent)) }) : void 0,
|
|
1053
1057
|
coverOfComponent: entity.coverOfComponent ? processHasManyClear({ sync: (_i = entity.coverOfComponent) == null ? void 0 : _i.map((ent) => frontComponentToInput(ent)) }) : void 0,
|
|
1054
|
-
coverOfSectionTemplate: entity.coverOfSectionTemplate ? processHasManyClear({ sync: (_j = entity.coverOfSectionTemplate) == null ? void 0 : _j.map((ent) => sectionTemplateToInput(ent)) }) : void 0,
|
|
1055
1058
|
attachmentOfEnquiry: entity.attachmentOfEnquiry ? processHasOneClear({ sync: enquiryToInput(entity.attachmentOfEnquiry) }) : void 0,
|
|
1056
1059
|
coverOfTheme: entity.coverOfTheme ? processHasOneClear({ sync: themeToInput(entity.coverOfTheme) }) : void 0,
|
|
1057
1060
|
owner: entity.owner ? processHasOneClear({ sync: userToInput(entity.owner) }) : void 0
|
|
1058
1061
|
};
|
|
1059
1062
|
};
|
|
1060
1063
|
const mediaToInput = (entity) => {
|
|
1061
|
-
const { file, coverOfAggregate, meidaOfProductAggregate, productMediaPivotsAggregate, productAttacPivotsAggregate, usedByThemConfigAggregate, pageMetaAggregate, searchIndexAggregate, snapshotAggregate, coverOfComponentAggregate,
|
|
1064
|
+
const { file, coverOfAggregate, meidaOfProductAggregate, productMediaPivotsAggregate, productAttacPivotsAggregate, usedByThemConfigAggregate, pageMetaAggregate, searchIndexAggregate, snapshotAggregate, coverOfComponentAggregate, ...rest } = entity;
|
|
1062
1065
|
return {
|
|
1063
1066
|
...rest,
|
|
1064
1067
|
folder: convertHasOneToInput(entity.folder),
|
|
@@ -1075,7 +1078,6 @@ const mediaToInput = (entity) => {
|
|
|
1075
1078
|
searchIndex: convertHasManyToInput(entity.searchIndex),
|
|
1076
1079
|
snapshot: convertHasManyToInput(entity.snapshot),
|
|
1077
1080
|
coverOfComponent: convertHasManyToInput(entity.coverOfComponent),
|
|
1078
|
-
coverOfSectionTemplate: convertHasManyToInput(entity.coverOfSectionTemplate),
|
|
1079
1081
|
attachmentOfEnquiry: convertHasOneToInput(entity.attachmentOfEnquiry),
|
|
1080
1082
|
coverOfTheme: convertHasOneToInput(entity.coverOfTheme),
|
|
1081
1083
|
owner: convertHasOneToInput(entity.owner)
|
|
@@ -1489,9 +1491,8 @@ var TagDistinctEnum = /* @__PURE__ */ ((TagDistinctEnum2) => {
|
|
|
1489
1491
|
TagDistinctEnum2["id"] = "id";
|
|
1490
1492
|
TagDistinctEnum2["name"] = "name";
|
|
1491
1493
|
TagDistinctEnum2["color"] = "color";
|
|
1492
|
-
TagDistinctEnum2["createdAt"] = "createdAt";
|
|
1493
1494
|
TagDistinctEnum2["updatedAt"] = "updatedAt";
|
|
1494
|
-
TagDistinctEnum2["
|
|
1495
|
+
TagDistinctEnum2["createdAt"] = "createdAt";
|
|
1495
1496
|
return TagDistinctEnum2;
|
|
1496
1497
|
})(TagDistinctEnum || {});
|
|
1497
1498
|
var PublishableDistinctEnum = /* @__PURE__ */ ((PublishableDistinctEnum2) => {
|
|
@@ -1763,18 +1764,6 @@ var PageMetaDistinctEnum = /* @__PURE__ */ ((PageMetaDistinctEnum2) => {
|
|
|
1763
1764
|
PageMetaDistinctEnum2["xUrl"] = "xUrl";
|
|
1764
1765
|
return PageMetaDistinctEnum2;
|
|
1765
1766
|
})(PageMetaDistinctEnum || {});
|
|
1766
|
-
const SectionTemplateEntityName = "SectionTemplate";
|
|
1767
|
-
const SectionTemplateEntityLabel = "";
|
|
1768
|
-
var SectionTemplateDistinctEnum = /* @__PURE__ */ ((SectionTemplateDistinctEnum2) => {
|
|
1769
|
-
SectionTemplateDistinctEnum2["id"] = "id";
|
|
1770
|
-
SectionTemplateDistinctEnum2["title"] = "title";
|
|
1771
|
-
SectionTemplateDistinctEnum2["code"] = "code";
|
|
1772
|
-
SectionTemplateDistinctEnum2["description"] = "description";
|
|
1773
|
-
SectionTemplateDistinctEnum2["seqValue"] = "seqValue";
|
|
1774
|
-
SectionTemplateDistinctEnum2["createdAt"] = "createdAt";
|
|
1775
|
-
SectionTemplateDistinctEnum2["updatedAt"] = "updatedAt";
|
|
1776
|
-
return SectionTemplateDistinctEnum2;
|
|
1777
|
-
})(SectionTemplateDistinctEnum || {});
|
|
1778
1767
|
const ThemeCategoryEntityName = "ThemeCategory";
|
|
1779
1768
|
const ThemeCategoryEntityLabel = "";
|
|
1780
1769
|
var ThemeCategoryDistinctEnum = /* @__PURE__ */ ((ThemeCategoryDistinctEnum2) => {
|
|
@@ -1786,17 +1775,6 @@ var ThemeCategoryDistinctEnum = /* @__PURE__ */ ((ThemeCategoryDistinctEnum2) =>
|
|
|
1786
1775
|
ThemeCategoryDistinctEnum2["updatedAt"] = "updatedAt";
|
|
1787
1776
|
return ThemeCategoryDistinctEnum2;
|
|
1788
1777
|
})(ThemeCategoryDistinctEnum || {});
|
|
1789
|
-
const TemplateCategoryEntityName = "TemplateCategory";
|
|
1790
|
-
const TemplateCategoryEntityLabel = "";
|
|
1791
|
-
var TemplateCategoryDistinctEnum = /* @__PURE__ */ ((TemplateCategoryDistinctEnum2) => {
|
|
1792
|
-
TemplateCategoryDistinctEnum2["id"] = "id";
|
|
1793
|
-
TemplateCategoryDistinctEnum2["name"] = "name";
|
|
1794
|
-
TemplateCategoryDistinctEnum2["description"] = "description";
|
|
1795
|
-
TemplateCategoryDistinctEnum2["seqValue"] = "seqValue";
|
|
1796
|
-
TemplateCategoryDistinctEnum2["createdAt"] = "createdAt";
|
|
1797
|
-
TemplateCategoryDistinctEnum2["updatedAt"] = "updatedAt";
|
|
1798
|
-
return TemplateCategoryDistinctEnum2;
|
|
1799
|
-
})(TemplateCategoryDistinctEnum || {});
|
|
1800
1778
|
const StyleConfigEntityName = "StyleConfig";
|
|
1801
1779
|
const StyleConfigEntityLabel = "";
|
|
1802
1780
|
var StyleConfigDistinctEnum = /* @__PURE__ */ ((StyleConfigDistinctEnum2) => {
|
|
@@ -2066,6 +2044,30 @@ var SvgIconDistinctEnum = /* @__PURE__ */ ((SvgIconDistinctEnum2) => {
|
|
|
2066
2044
|
SvgIconDistinctEnum2["updatedAt"] = "updatedAt";
|
|
2067
2045
|
return SvgIconDistinctEnum2;
|
|
2068
2046
|
})(SvgIconDistinctEnum || {});
|
|
2047
|
+
const ThemeFileEntityName = "ThemeFile";
|
|
2048
|
+
const ThemeFileEntityLabel = "";
|
|
2049
|
+
var ThemeFileDistinctEnum = /* @__PURE__ */ ((ThemeFileDistinctEnum2) => {
|
|
2050
|
+
ThemeFileDistinctEnum2["id"] = "id";
|
|
2051
|
+
ThemeFileDistinctEnum2["name"] = "name";
|
|
2052
|
+
ThemeFileDistinctEnum2["code"] = "code";
|
|
2053
|
+
ThemeFileDistinctEnum2["updatedAt"] = "updatedAt";
|
|
2054
|
+
ThemeFileDistinctEnum2["createdAt"] = "createdAt";
|
|
2055
|
+
ThemeFileDistinctEnum2["storageMeta"] = "storageMeta";
|
|
2056
|
+
ThemeFileDistinctEnum2["size"] = "size";
|
|
2057
|
+
ThemeFileDistinctEnum2["mimelype"] = "mimelype";
|
|
2058
|
+
ThemeFileDistinctEnum2["extName"] = "extName";
|
|
2059
|
+
ThemeFileDistinctEnum2["mediaType"] = "mediaType";
|
|
2060
|
+
return ThemeFileDistinctEnum2;
|
|
2061
|
+
})(ThemeFileDistinctEnum || {});
|
|
2062
|
+
const ThemeFileFolderEntityName = "ThemeFileFolder";
|
|
2063
|
+
const ThemeFileFolderEntityLabel = "";
|
|
2064
|
+
var ThemeFileFolderDistinctEnum = /* @__PURE__ */ ((ThemeFileFolderDistinctEnum2) => {
|
|
2065
|
+
ThemeFileFolderDistinctEnum2["id"] = "id";
|
|
2066
|
+
ThemeFileFolderDistinctEnum2["name"] = "name";
|
|
2067
|
+
ThemeFileFolderDistinctEnum2["upadteAt"] = "upadteAt";
|
|
2068
|
+
ThemeFileFolderDistinctEnum2["createdAt"] = "createdAt";
|
|
2069
|
+
return ThemeFileFolderDistinctEnum2;
|
|
2070
|
+
})(ThemeFileFolderDistinctEnum || {});
|
|
2069
2071
|
class RoleVariableQueryOptions extends QueryOptions {
|
|
2070
2072
|
constructor(fields, queryArgs) {
|
|
2071
2073
|
super(RoleVariableEntityName, fields, queryArgs);
|
|
@@ -2560,9 +2562,9 @@ class ThemeConfigQueryOptions extends QueryOptions {
|
|
|
2560
2562
|
return this;
|
|
2561
2563
|
}
|
|
2562
2564
|
}
|
|
2563
|
-
class
|
|
2565
|
+
class StyleConfigQueryOptions extends QueryOptions {
|
|
2564
2566
|
constructor(fields, queryArgs) {
|
|
2565
|
-
super(
|
|
2567
|
+
super(StyleConfigEntityName, fields, queryArgs);
|
|
2566
2568
|
}
|
|
2567
2569
|
id() {
|
|
2568
2570
|
this.addField("id");
|
|
@@ -2576,8 +2578,20 @@ class TemplateCategoryQueryOptions extends QueryOptions {
|
|
|
2576
2578
|
this.addField("description");
|
|
2577
2579
|
return this;
|
|
2578
2580
|
}
|
|
2579
|
-
|
|
2580
|
-
this.addField("
|
|
2581
|
+
tailwindConfig() {
|
|
2582
|
+
this.addField("tailwindConfig");
|
|
2583
|
+
return this;
|
|
2584
|
+
}
|
|
2585
|
+
css() {
|
|
2586
|
+
this.addField("css");
|
|
2587
|
+
return this;
|
|
2588
|
+
}
|
|
2589
|
+
cssVariants() {
|
|
2590
|
+
this.addField("cssVariants");
|
|
2591
|
+
return this;
|
|
2592
|
+
}
|
|
2593
|
+
isInMarket() {
|
|
2594
|
+
this.addField("isInMarket");
|
|
2581
2595
|
return this;
|
|
2582
2596
|
}
|
|
2583
2597
|
createdAt() {
|
|
@@ -2588,16 +2602,16 @@ class TemplateCategoryQueryOptions extends QueryOptions {
|
|
|
2588
2602
|
this.addField("updatedAt");
|
|
2589
2603
|
return this;
|
|
2590
2604
|
}
|
|
2591
|
-
|
|
2592
|
-
|
|
2593
|
-
|
|
2594
|
-
|
|
2595
|
-
|
|
2596
|
-
|
|
2605
|
+
headCode() {
|
|
2606
|
+
this.addField("headCode");
|
|
2607
|
+
return this;
|
|
2608
|
+
}
|
|
2609
|
+
footCode() {
|
|
2610
|
+
this.addField("footCode");
|
|
2597
2611
|
return this;
|
|
2598
2612
|
}
|
|
2599
|
-
|
|
2600
|
-
this.
|
|
2613
|
+
imageSizes() {
|
|
2614
|
+
this.addField("imageSizes");
|
|
2601
2615
|
return this;
|
|
2602
2616
|
}
|
|
2603
2617
|
theme(options) {
|
|
@@ -2609,66 +2623,70 @@ class TemplateCategoryQueryOptions extends QueryOptions {
|
|
|
2609
2623
|
return this;
|
|
2610
2624
|
}
|
|
2611
2625
|
}
|
|
2612
|
-
class
|
|
2626
|
+
class ThemeFileFolderQueryOptions extends QueryOptions {
|
|
2613
2627
|
constructor(fields, queryArgs) {
|
|
2614
|
-
super(
|
|
2628
|
+
super(ThemeFileFolderEntityName, fields, queryArgs);
|
|
2615
2629
|
}
|
|
2616
2630
|
id() {
|
|
2617
2631
|
this.addField("id");
|
|
2618
2632
|
return this;
|
|
2619
2633
|
}
|
|
2620
|
-
|
|
2621
|
-
this.addField("
|
|
2622
|
-
return this;
|
|
2623
|
-
}
|
|
2624
|
-
code() {
|
|
2625
|
-
this.addField("code");
|
|
2634
|
+
name() {
|
|
2635
|
+
this.addField("name");
|
|
2626
2636
|
return this;
|
|
2627
2637
|
}
|
|
2628
|
-
|
|
2629
|
-
this.addField("
|
|
2630
|
-
return this;
|
|
2631
|
-
}
|
|
2632
|
-
seqValue() {
|
|
2633
|
-
this.addField("seqValue");
|
|
2638
|
+
upadteAt() {
|
|
2639
|
+
this.addField("upadteAt");
|
|
2634
2640
|
return this;
|
|
2635
2641
|
}
|
|
2636
2642
|
createdAt() {
|
|
2637
2643
|
this.addField("createdAt");
|
|
2638
2644
|
return this;
|
|
2639
2645
|
}
|
|
2640
|
-
|
|
2641
|
-
|
|
2646
|
+
folders(options) {
|
|
2647
|
+
if (Array.isArray(options)) {
|
|
2648
|
+
this._associations["folders"] = new ThemeFileFolderQueryOptions(options);
|
|
2649
|
+
} else {
|
|
2650
|
+
this._associations["folders"] = options || new ThemeFileFolderQueryOptions(["id"]);
|
|
2651
|
+
}
|
|
2642
2652
|
return this;
|
|
2643
2653
|
}
|
|
2644
|
-
|
|
2654
|
+
foldersAggregate(aggregate) {
|
|
2655
|
+
this._aggregates["foldersAggregate"] = aggregate;
|
|
2656
|
+
return this;
|
|
2657
|
+
}
|
|
2658
|
+
files(options) {
|
|
2645
2659
|
if (Array.isArray(options)) {
|
|
2646
|
-
this._associations["
|
|
2660
|
+
this._associations["files"] = new ThemeFileQueryOptions(options);
|
|
2647
2661
|
} else {
|
|
2648
|
-
this._associations["
|
|
2662
|
+
this._associations["files"] = options || new ThemeFileQueryOptions(["id"]);
|
|
2649
2663
|
}
|
|
2650
2664
|
return this;
|
|
2651
2665
|
}
|
|
2652
|
-
|
|
2666
|
+
filesAggregate(aggregate) {
|
|
2667
|
+
this._aggregates["filesAggregate"] = aggregate;
|
|
2668
|
+
return this;
|
|
2669
|
+
}
|
|
2670
|
+
themeBranch(options) {
|
|
2653
2671
|
if (Array.isArray(options)) {
|
|
2654
|
-
this._associations["
|
|
2672
|
+
this._associations["themeBranch"] = new ThemeBranchQueryOptions(options);
|
|
2655
2673
|
} else {
|
|
2656
|
-
this._associations["
|
|
2674
|
+
this._associations["themeBranch"] = options || new ThemeBranchQueryOptions(["id"]);
|
|
2657
2675
|
}
|
|
2658
2676
|
return this;
|
|
2659
2677
|
}
|
|
2660
|
-
|
|
2678
|
+
parent(options) {
|
|
2661
2679
|
if (Array.isArray(options)) {
|
|
2662
|
-
this._associations["
|
|
2680
|
+
this._associations["parent"] = new ThemeFileFolderQueryOptions(options);
|
|
2663
2681
|
} else {
|
|
2664
|
-
this._associations["
|
|
2682
|
+
this._associations["parent"] = options || new ThemeFileFolderQueryOptions(["id"]);
|
|
2665
2683
|
}
|
|
2666
2684
|
return this;
|
|
2667
2685
|
}
|
|
2668
2686
|
}
|
|
2669
|
-
class
|
|
2687
|
+
class ThemeFileQueryOptions extends QueryOptions {
|
|
2670
2688
|
constructor(fields, queryArgs) {
|
|
2671
|
-
super(
|
|
2689
|
+
super(ThemeFileEntityName, fields, queryArgs);
|
|
2672
2690
|
}
|
|
2673
2691
|
id() {
|
|
2674
2692
|
this.addField("id");
|
|
@@ -2678,51 +2696,51 @@ class StyleConfigQueryOptions extends QueryOptions {
|
|
|
2678
2696
|
this.addField("name");
|
|
2679
2697
|
return this;
|
|
2680
2698
|
}
|
|
2681
|
-
|
|
2682
|
-
this.addField("
|
|
2683
|
-
return this;
|
|
2684
|
-
}
|
|
2685
|
-
tailwindConfig() {
|
|
2686
|
-
this.addField("tailwindConfig");
|
|
2699
|
+
code() {
|
|
2700
|
+
this.addField("code");
|
|
2687
2701
|
return this;
|
|
2688
2702
|
}
|
|
2689
|
-
|
|
2690
|
-
this.addField("
|
|
2703
|
+
updatedAt() {
|
|
2704
|
+
this.addField("updatedAt");
|
|
2691
2705
|
return this;
|
|
2692
2706
|
}
|
|
2693
|
-
|
|
2694
|
-
this.addField("
|
|
2707
|
+
createdAt() {
|
|
2708
|
+
this.addField("createdAt");
|
|
2695
2709
|
return this;
|
|
2696
2710
|
}
|
|
2697
|
-
|
|
2698
|
-
this.
|
|
2711
|
+
storageMeta(fields) {
|
|
2712
|
+
this.addObjectField("storageMeta", fields);
|
|
2699
2713
|
return this;
|
|
2700
2714
|
}
|
|
2701
|
-
|
|
2702
|
-
this.addField("
|
|
2715
|
+
size() {
|
|
2716
|
+
this.addField("size");
|
|
2703
2717
|
return this;
|
|
2704
2718
|
}
|
|
2705
|
-
|
|
2706
|
-
this.addField("
|
|
2719
|
+
mimelype() {
|
|
2720
|
+
this.addField("mimelype");
|
|
2707
2721
|
return this;
|
|
2708
2722
|
}
|
|
2709
|
-
|
|
2710
|
-
this.addField("
|
|
2723
|
+
extName() {
|
|
2724
|
+
this.addField("extName");
|
|
2711
2725
|
return this;
|
|
2712
2726
|
}
|
|
2713
|
-
|
|
2714
|
-
this.addField("
|
|
2727
|
+
mediaType() {
|
|
2728
|
+
this.addField("mediaType");
|
|
2715
2729
|
return this;
|
|
2716
2730
|
}
|
|
2717
|
-
|
|
2718
|
-
|
|
2731
|
+
themeBranch(options) {
|
|
2732
|
+
if (Array.isArray(options)) {
|
|
2733
|
+
this._associations["themeBranch"] = new ThemeBranchQueryOptions(options);
|
|
2734
|
+
} else {
|
|
2735
|
+
this._associations["themeBranch"] = options || new ThemeBranchQueryOptions(["id"]);
|
|
2736
|
+
}
|
|
2719
2737
|
return this;
|
|
2720
2738
|
}
|
|
2721
|
-
|
|
2739
|
+
folder(options) {
|
|
2722
2740
|
if (Array.isArray(options)) {
|
|
2723
|
-
this._associations["
|
|
2741
|
+
this._associations["folder"] = new ThemeFileFolderQueryOptions(options);
|
|
2724
2742
|
} else {
|
|
2725
|
-
this._associations["
|
|
2743
|
+
this._associations["folder"] = options || new ThemeFileFolderQueryOptions(["id"]);
|
|
2726
2744
|
}
|
|
2727
2745
|
return this;
|
|
2728
2746
|
}
|
|
@@ -2990,44 +3008,44 @@ class ThemeBranchQueryOptions extends QueryOptions {
|
|
|
2990
3008
|
}
|
|
2991
3009
|
return this;
|
|
2992
3010
|
}
|
|
2993
|
-
|
|
3011
|
+
styleConfig(options) {
|
|
2994
3012
|
if (Array.isArray(options)) {
|
|
2995
|
-
this._associations["
|
|
3013
|
+
this._associations["styleConfig"] = new StyleConfigQueryOptions(options);
|
|
2996
3014
|
} else {
|
|
2997
|
-
this._associations["
|
|
3015
|
+
this._associations["styleConfig"] = options || new StyleConfigQueryOptions(["id"]);
|
|
2998
3016
|
}
|
|
2999
3017
|
return this;
|
|
3000
3018
|
}
|
|
3001
|
-
|
|
3002
|
-
|
|
3019
|
+
mockWebsite(options) {
|
|
3020
|
+
if (Array.isArray(options)) {
|
|
3021
|
+
this._associations["mockWebsite"] = new WebsiteQueryOptions(options);
|
|
3022
|
+
} else {
|
|
3023
|
+
this._associations["mockWebsite"] = options || new WebsiteQueryOptions(["id"]);
|
|
3024
|
+
}
|
|
3003
3025
|
return this;
|
|
3004
3026
|
}
|
|
3005
|
-
|
|
3027
|
+
files(options) {
|
|
3006
3028
|
if (Array.isArray(options)) {
|
|
3007
|
-
this._associations["
|
|
3029
|
+
this._associations["files"] = new ThemeFileQueryOptions(options);
|
|
3008
3030
|
} else {
|
|
3009
|
-
this._associations["
|
|
3031
|
+
this._associations["files"] = options || new ThemeFileQueryOptions(["id"]);
|
|
3010
3032
|
}
|
|
3011
3033
|
return this;
|
|
3012
3034
|
}
|
|
3013
|
-
|
|
3014
|
-
this._aggregates["
|
|
3035
|
+
filesAggregate(aggregate) {
|
|
3036
|
+
this._aggregates["filesAggregate"] = aggregate;
|
|
3015
3037
|
return this;
|
|
3016
3038
|
}
|
|
3017
|
-
|
|
3039
|
+
folders(options) {
|
|
3018
3040
|
if (Array.isArray(options)) {
|
|
3019
|
-
this._associations["
|
|
3041
|
+
this._associations["folders"] = new ThemeFileFolderQueryOptions(options);
|
|
3020
3042
|
} else {
|
|
3021
|
-
this._associations["
|
|
3043
|
+
this._associations["folders"] = options || new ThemeFileFolderQueryOptions(["id"]);
|
|
3022
3044
|
}
|
|
3023
3045
|
return this;
|
|
3024
3046
|
}
|
|
3025
|
-
|
|
3026
|
-
|
|
3027
|
-
this._associations["mockWebsite"] = new WebsiteQueryOptions(options);
|
|
3028
|
-
} else {
|
|
3029
|
-
this._associations["mockWebsite"] = options || new WebsiteQueryOptions(["id"]);
|
|
3030
|
-
}
|
|
3047
|
+
foldersAggregate(aggregate) {
|
|
3048
|
+
this._aggregates["foldersAggregate"] = aggregate;
|
|
3031
3049
|
return this;
|
|
3032
3050
|
}
|
|
3033
3051
|
marketVersion(options) {
|
|
@@ -3460,16 +3478,12 @@ class TagQueryOptions extends QueryOptions {
|
|
|
3460
3478
|
this.addField("color");
|
|
3461
3479
|
return this;
|
|
3462
3480
|
}
|
|
3463
|
-
createdAt() {
|
|
3464
|
-
this.addField("createdAt");
|
|
3465
|
-
return this;
|
|
3466
|
-
}
|
|
3467
3481
|
updatedAt() {
|
|
3468
3482
|
this.addField("updatedAt");
|
|
3469
3483
|
return this;
|
|
3470
3484
|
}
|
|
3471
|
-
|
|
3472
|
-
this.addField("
|
|
3485
|
+
createdAt() {
|
|
3486
|
+
this.addField("createdAt");
|
|
3473
3487
|
return this;
|
|
3474
3488
|
}
|
|
3475
3489
|
lang(options) {
|
|
@@ -4407,18 +4421,6 @@ class WebsiteQueryOptions extends QueryOptions {
|
|
|
4407
4421
|
this._aggregates["partsOfPostCategoryAggregate"] = aggregate;
|
|
4408
4422
|
return this;
|
|
4409
4423
|
}
|
|
4410
|
-
partsOfTag(options) {
|
|
4411
|
-
if (Array.isArray(options)) {
|
|
4412
|
-
this._associations["partsOfTag"] = new TagQueryOptions(options);
|
|
4413
|
-
} else {
|
|
4414
|
-
this._associations["partsOfTag"] = options || new TagQueryOptions(["id"]);
|
|
4415
|
-
}
|
|
4416
|
-
return this;
|
|
4417
|
-
}
|
|
4418
|
-
partsOfTagAggregate(aggregate) {
|
|
4419
|
-
this._aggregates["partsOfTagAggregate"] = aggregate;
|
|
4420
|
-
return this;
|
|
4421
|
-
}
|
|
4422
4424
|
partsOfCustomer(options) {
|
|
4423
4425
|
if (Array.isArray(options)) {
|
|
4424
4426
|
this._associations["partsOfCustomer"] = new CustomerQueryOptions(options);
|
|
@@ -4587,6 +4589,18 @@ class WebsiteQueryOptions extends QueryOptions {
|
|
|
4587
4589
|
this._aggregates["svgIconsAggregate"] = aggregate;
|
|
4588
4590
|
return this;
|
|
4589
4591
|
}
|
|
4592
|
+
tags(options) {
|
|
4593
|
+
if (Array.isArray(options)) {
|
|
4594
|
+
this._associations["tags"] = new TagQueryOptions(options);
|
|
4595
|
+
} else {
|
|
4596
|
+
this._associations["tags"] = options || new TagQueryOptions(["id"]);
|
|
4597
|
+
}
|
|
4598
|
+
return this;
|
|
4599
|
+
}
|
|
4600
|
+
tagsAggregate(aggregate) {
|
|
4601
|
+
this._aggregates["tagsAggregate"] = aggregate;
|
|
4602
|
+
return this;
|
|
4603
|
+
}
|
|
4590
4604
|
mockBranch(options) {
|
|
4591
4605
|
if (Array.isArray(options)) {
|
|
4592
4606
|
this._associations["mockBranch"] = new ThemeBranchQueryOptions(options);
|
|
@@ -4948,18 +4962,6 @@ class LangQueryOptions extends QueryOptions {
|
|
|
4948
4962
|
this._aggregates["webPartsOfPostCategoryAggregate"] = aggregate;
|
|
4949
4963
|
return this;
|
|
4950
4964
|
}
|
|
4951
|
-
webPartsOfTag(options) {
|
|
4952
|
-
if (Array.isArray(options)) {
|
|
4953
|
-
this._associations["webPartsOfTag"] = new TagQueryOptions(options);
|
|
4954
|
-
} else {
|
|
4955
|
-
this._associations["webPartsOfTag"] = options || new TagQueryOptions(["id"]);
|
|
4956
|
-
}
|
|
4957
|
-
return this;
|
|
4958
|
-
}
|
|
4959
|
-
webPartsOfTagAggregate(aggregate) {
|
|
4960
|
-
this._aggregates["webPartsOfTagAggregate"] = aggregate;
|
|
4961
|
-
return this;
|
|
4962
|
-
}
|
|
4963
4965
|
webPartsOfCustomer(options) {
|
|
4964
4966
|
if (Array.isArray(options)) {
|
|
4965
4967
|
this._associations["webPartsOfCustomer"] = new CustomerQueryOptions(options);
|
|
@@ -5056,6 +5058,18 @@ class LangQueryOptions extends QueryOptions {
|
|
|
5056
5058
|
this._aggregates["bulletinsAggregate"] = aggregate;
|
|
5057
5059
|
return this;
|
|
5058
5060
|
}
|
|
5061
|
+
tags(options) {
|
|
5062
|
+
if (Array.isArray(options)) {
|
|
5063
|
+
this._associations["tags"] = new TagQueryOptions(options);
|
|
5064
|
+
} else {
|
|
5065
|
+
this._associations["tags"] = options || new TagQueryOptions(["id"]);
|
|
5066
|
+
}
|
|
5067
|
+
return this;
|
|
5068
|
+
}
|
|
5069
|
+
tagsAggregate(aggregate) {
|
|
5070
|
+
this._aggregates["tagsAggregate"] = aggregate;
|
|
5071
|
+
return this;
|
|
5072
|
+
}
|
|
5059
5073
|
}
|
|
5060
5074
|
class MediaFolderQueryOptions extends QueryOptions {
|
|
5061
5075
|
constructor(fields, queryArgs) {
|
|
@@ -5353,18 +5367,6 @@ class MediaQueryOptions extends QueryOptions {
|
|
|
5353
5367
|
this._aggregates["coverOfComponentAggregate"] = aggregate;
|
|
5354
5368
|
return this;
|
|
5355
5369
|
}
|
|
5356
|
-
coverOfSectionTemplate(options) {
|
|
5357
|
-
if (Array.isArray(options)) {
|
|
5358
|
-
this._associations["coverOfSectionTemplate"] = new SectionTemplateQueryOptions(options);
|
|
5359
|
-
} else {
|
|
5360
|
-
this._associations["coverOfSectionTemplate"] = options || new SectionTemplateQueryOptions(["id"]);
|
|
5361
|
-
}
|
|
5362
|
-
return this;
|
|
5363
|
-
}
|
|
5364
|
-
coverOfSectionTemplateAggregate(aggregate) {
|
|
5365
|
-
this._aggregates["coverOfSectionTemplateAggregate"] = aggregate;
|
|
5366
|
-
return this;
|
|
5367
|
-
}
|
|
5368
5370
|
attachmentOfEnquiry(options) {
|
|
5369
5371
|
if (Array.isArray(options)) {
|
|
5370
5372
|
this._associations["attachmentOfEnquiry"] = new EnquiryQueryOptions(options);
|
|
@@ -6066,21 +6068,11 @@ const pageMetaEntry = {
|
|
|
6066
6068
|
entityLabel: PageMetaEntityLabel,
|
|
6067
6069
|
toInput: pageMetaToInput
|
|
6068
6070
|
};
|
|
6069
|
-
const sectionTemplateEntry = {
|
|
6070
|
-
entityName: SectionTemplateEntityName,
|
|
6071
|
-
entityLabel: SectionTemplateEntityLabel,
|
|
6072
|
-
toInput: sectionTemplateToInput
|
|
6073
|
-
};
|
|
6074
6071
|
const themeCategoryEntry = {
|
|
6075
6072
|
entityName: ThemeCategoryEntityName,
|
|
6076
6073
|
entityLabel: ThemeCategoryEntityLabel,
|
|
6077
6074
|
toInput: themeCategoryToInput
|
|
6078
6075
|
};
|
|
6079
|
-
const templateCategoryEntry = {
|
|
6080
|
-
entityName: TemplateCategoryEntityName,
|
|
6081
|
-
entityLabel: TemplateCategoryEntityLabel,
|
|
6082
|
-
toInput: templateCategoryToInput
|
|
6083
|
-
};
|
|
6084
6076
|
const styleConfigEntry = {
|
|
6085
6077
|
entityName: StyleConfigEntityName,
|
|
6086
6078
|
entityLabel: StyleConfigEntityLabel,
|
|
@@ -6146,6 +6138,16 @@ const svgIconEntry = {
|
|
|
6146
6138
|
entityLabel: SvgIconEntityLabel,
|
|
6147
6139
|
toInput: svgIconToInput
|
|
6148
6140
|
};
|
|
6141
|
+
const themeFileEntry = {
|
|
6142
|
+
entityName: ThemeFileEntityName,
|
|
6143
|
+
entityLabel: ThemeFileEntityLabel,
|
|
6144
|
+
toInput: themeFileToInput
|
|
6145
|
+
};
|
|
6146
|
+
const themeFileFolderEntry = {
|
|
6147
|
+
entityName: ThemeFileFolderEntityName,
|
|
6148
|
+
entityLabel: ThemeFileFolderEntityLabel,
|
|
6149
|
+
toInput: themeFileFolderToInput
|
|
6150
|
+
};
|
|
6149
6151
|
var UserFields = /* @__PURE__ */ ((UserFields2) => {
|
|
6150
6152
|
UserFields2["id"] = "id";
|
|
6151
6153
|
UserFields2["loginName"] = "loginName";
|
|
@@ -6269,8 +6271,6 @@ var MediaAssciations = /* @__PURE__ */ ((MediaAssciations2) => {
|
|
|
6269
6271
|
MediaAssciations2["snapshotAggregate"] = "snapshotAggregate";
|
|
6270
6272
|
MediaAssciations2["coverOfComponent"] = "coverOfComponent";
|
|
6271
6273
|
MediaAssciations2["coverOfComponentAggregate"] = "coverOfComponentAggregate";
|
|
6272
|
-
MediaAssciations2["coverOfSectionTemplate"] = "coverOfSectionTemplate";
|
|
6273
|
-
MediaAssciations2["coverOfSectionTemplateAggregate"] = "coverOfSectionTemplateAggregate";
|
|
6274
6274
|
MediaAssciations2["attachmentOfEnquiry"] = "attachmentOfEnquiry";
|
|
6275
6275
|
MediaAssciations2["coverOfTheme"] = "coverOfTheme";
|
|
6276
6276
|
MediaAssciations2["owner"] = "owner";
|
|
@@ -6336,8 +6336,6 @@ var WebsiteAssciations = /* @__PURE__ */ ((WebsiteAssciations2) => {
|
|
|
6336
6336
|
WebsiteAssciations2["partsOfPostAggregate"] = "partsOfPostAggregate";
|
|
6337
6337
|
WebsiteAssciations2["partsOfPostCategory"] = "partsOfPostCategory";
|
|
6338
6338
|
WebsiteAssciations2["partsOfPostCategoryAggregate"] = "partsOfPostCategoryAggregate";
|
|
6339
|
-
WebsiteAssciations2["partsOfTag"] = "partsOfTag";
|
|
6340
|
-
WebsiteAssciations2["partsOfTagAggregate"] = "partsOfTagAggregate";
|
|
6341
6339
|
WebsiteAssciations2["partsOfCustomer"] = "partsOfCustomer";
|
|
6342
6340
|
WebsiteAssciations2["partsOfCustomerAggregate"] = "partsOfCustomerAggregate";
|
|
6343
6341
|
WebsiteAssciations2["partsOfProductCategory"] = "partsOfProductCategory";
|
|
@@ -6365,6 +6363,8 @@ var WebsiteAssciations = /* @__PURE__ */ ((WebsiteAssciations2) => {
|
|
|
6365
6363
|
WebsiteAssciations2["userOperationsAggregate"] = "userOperationsAggregate";
|
|
6366
6364
|
WebsiteAssciations2["svgIcons"] = "svgIcons";
|
|
6367
6365
|
WebsiteAssciations2["svgIconsAggregate"] = "svgIconsAggregate";
|
|
6366
|
+
WebsiteAssciations2["tags"] = "tags";
|
|
6367
|
+
WebsiteAssciations2["tagsAggregate"] = "tagsAggregate";
|
|
6368
6368
|
WebsiteAssciations2["mockBranch"] = "mockBranch";
|
|
6369
6369
|
return WebsiteAssciations2;
|
|
6370
6370
|
})(WebsiteAssciations || {});
|
|
@@ -6392,8 +6392,6 @@ var LangAssciations = /* @__PURE__ */ ((LangAssciations2) => {
|
|
|
6392
6392
|
LangAssciations2["webPartsOfPostAggregate"] = "webPartsOfPostAggregate";
|
|
6393
6393
|
LangAssciations2["webPartsOfPostCategory"] = "webPartsOfPostCategory";
|
|
6394
6394
|
LangAssciations2["webPartsOfPostCategoryAggregate"] = "webPartsOfPostCategoryAggregate";
|
|
6395
|
-
LangAssciations2["webPartsOfTag"] = "webPartsOfTag";
|
|
6396
|
-
LangAssciations2["webPartsOfTagAggregate"] = "webPartsOfTagAggregate";
|
|
6397
6395
|
LangAssciations2["webPartsOfCustomer"] = "webPartsOfCustomer";
|
|
6398
6396
|
LangAssciations2["webPartsOfCustomerAggregate"] = "webPartsOfCustomerAggregate";
|
|
6399
6397
|
LangAssciations2["webPartsOfProductCategory"] = "webPartsOfProductCategory";
|
|
@@ -6410,6 +6408,8 @@ var LangAssciations = /* @__PURE__ */ ((LangAssciations2) => {
|
|
|
6410
6408
|
LangAssciations2["themesAggregate"] = "themesAggregate";
|
|
6411
6409
|
LangAssciations2["bulletins"] = "bulletins";
|
|
6412
6410
|
LangAssciations2["bulletinsAggregate"] = "bulletinsAggregate";
|
|
6411
|
+
LangAssciations2["tags"] = "tags";
|
|
6412
|
+
LangAssciations2["tagsAggregate"] = "tagsAggregate";
|
|
6413
6413
|
return LangAssciations2;
|
|
6414
6414
|
})(LangAssciations || {});
|
|
6415
6415
|
var WebsiteTypeFields = /* @__PURE__ */ ((WebsiteTypeFields2) => {
|
|
@@ -6591,12 +6591,12 @@ var ThemeBranchAssciations = /* @__PURE__ */ ((ThemeBranchAssciations2) => {
|
|
|
6591
6591
|
ThemeBranchAssciations2["pagesAggregate"] = "pagesAggregate";
|
|
6592
6592
|
ThemeBranchAssciations2["lang"] = "lang";
|
|
6593
6593
|
ThemeBranchAssciations2["config"] = "config";
|
|
6594
|
-
ThemeBranchAssciations2["templates"] = "templates";
|
|
6595
|
-
ThemeBranchAssciations2["templatesAggregate"] = "templatesAggregate";
|
|
6596
|
-
ThemeBranchAssciations2["templateCategories"] = "templateCategories";
|
|
6597
|
-
ThemeBranchAssciations2["templateCategoriesAggregate"] = "templateCategoriesAggregate";
|
|
6598
6594
|
ThemeBranchAssciations2["styleConfig"] = "styleConfig";
|
|
6599
6595
|
ThemeBranchAssciations2["mockWebsite"] = "mockWebsite";
|
|
6596
|
+
ThemeBranchAssciations2["files"] = "files";
|
|
6597
|
+
ThemeBranchAssciations2["filesAggregate"] = "filesAggregate";
|
|
6598
|
+
ThemeBranchAssciations2["folders"] = "folders";
|
|
6599
|
+
ThemeBranchAssciations2["foldersAggregate"] = "foldersAggregate";
|
|
6600
6600
|
ThemeBranchAssciations2["marketVersion"] = "marketVersion";
|
|
6601
6601
|
ThemeBranchAssciations2["website"] = "website";
|
|
6602
6602
|
ThemeBranchAssciations2["belongsToMain"] = "belongsToMain";
|
|
@@ -6647,9 +6647,8 @@ var TagFields = /* @__PURE__ */ ((TagFields2) => {
|
|
|
6647
6647
|
TagFields2["id"] = "id";
|
|
6648
6648
|
TagFields2["name"] = "name";
|
|
6649
6649
|
TagFields2["color"] = "color";
|
|
6650
|
-
TagFields2["createdAt"] = "createdAt";
|
|
6651
6650
|
TagFields2["updatedAt"] = "updatedAt";
|
|
6652
|
-
TagFields2["
|
|
6651
|
+
TagFields2["createdAt"] = "createdAt";
|
|
6653
6652
|
return TagFields2;
|
|
6654
6653
|
})(TagFields || {});
|
|
6655
6654
|
var TagAssciations = /* @__PURE__ */ ((TagAssciations2) => {
|
|
@@ -6872,22 +6871,6 @@ var PageMetaAssciations = /* @__PURE__ */ ((PageMetaAssciations2) => {
|
|
|
6872
6871
|
PageMetaAssciations2["post"] = "post";
|
|
6873
6872
|
return PageMetaAssciations2;
|
|
6874
6873
|
})(PageMetaAssciations || {});
|
|
6875
|
-
var SectionTemplateFields = /* @__PURE__ */ ((SectionTemplateFields2) => {
|
|
6876
|
-
SectionTemplateFields2["id"] = "id";
|
|
6877
|
-
SectionTemplateFields2["title"] = "title";
|
|
6878
|
-
SectionTemplateFields2["code"] = "code";
|
|
6879
|
-
SectionTemplateFields2["description"] = "description";
|
|
6880
|
-
SectionTemplateFields2["seqValue"] = "seqValue";
|
|
6881
|
-
SectionTemplateFields2["createdAt"] = "createdAt";
|
|
6882
|
-
SectionTemplateFields2["updatedAt"] = "updatedAt";
|
|
6883
|
-
return SectionTemplateFields2;
|
|
6884
|
-
})(SectionTemplateFields || {});
|
|
6885
|
-
var SectionTemplateAssciations = /* @__PURE__ */ ((SectionTemplateAssciations2) => {
|
|
6886
|
-
SectionTemplateAssciations2["cover"] = "cover";
|
|
6887
|
-
SectionTemplateAssciations2["category"] = "category";
|
|
6888
|
-
SectionTemplateAssciations2["theme"] = "theme";
|
|
6889
|
-
return SectionTemplateAssciations2;
|
|
6890
|
-
})(SectionTemplateAssciations || {});
|
|
6891
6874
|
var ThemeCategoryFields = /* @__PURE__ */ ((ThemeCategoryFields2) => {
|
|
6892
6875
|
ThemeCategoryFields2["id"] = "id";
|
|
6893
6876
|
ThemeCategoryFields2["name"] = "name";
|
|
@@ -6902,21 +6885,6 @@ var ThemeCategoryAssciations = /* @__PURE__ */ ((ThemeCategoryAssciations2) => {
|
|
|
6902
6885
|
ThemeCategoryAssciations2["themesAggregate"] = "themesAggregate";
|
|
6903
6886
|
return ThemeCategoryAssciations2;
|
|
6904
6887
|
})(ThemeCategoryAssciations || {});
|
|
6905
|
-
var TemplateCategoryFields = /* @__PURE__ */ ((TemplateCategoryFields2) => {
|
|
6906
|
-
TemplateCategoryFields2["id"] = "id";
|
|
6907
|
-
TemplateCategoryFields2["name"] = "name";
|
|
6908
|
-
TemplateCategoryFields2["description"] = "description";
|
|
6909
|
-
TemplateCategoryFields2["seqValue"] = "seqValue";
|
|
6910
|
-
TemplateCategoryFields2["createdAt"] = "createdAt";
|
|
6911
|
-
TemplateCategoryFields2["updatedAt"] = "updatedAt";
|
|
6912
|
-
return TemplateCategoryFields2;
|
|
6913
|
-
})(TemplateCategoryFields || {});
|
|
6914
|
-
var TemplateCategoryAssciations = /* @__PURE__ */ ((TemplateCategoryAssciations2) => {
|
|
6915
|
-
TemplateCategoryAssciations2["templates"] = "templates";
|
|
6916
|
-
TemplateCategoryAssciations2["templatesAggregate"] = "templatesAggregate";
|
|
6917
|
-
TemplateCategoryAssciations2["theme"] = "theme";
|
|
6918
|
-
return TemplateCategoryAssciations2;
|
|
6919
|
-
})(TemplateCategoryAssciations || {});
|
|
6920
6888
|
var StyleConfigFields = /* @__PURE__ */ ((StyleConfigFields2) => {
|
|
6921
6889
|
StyleConfigFields2["id"] = "id";
|
|
6922
6890
|
StyleConfigFields2["name"] = "name";
|
|
@@ -7122,6 +7090,40 @@ var SvgIconAssciations = /* @__PURE__ */ ((SvgIconAssciations2) => {
|
|
|
7122
7090
|
SvgIconAssciations2["website"] = "website";
|
|
7123
7091
|
return SvgIconAssciations2;
|
|
7124
7092
|
})(SvgIconAssciations || {});
|
|
7093
|
+
var ThemeFileFields = /* @__PURE__ */ ((ThemeFileFields2) => {
|
|
7094
|
+
ThemeFileFields2["id"] = "id";
|
|
7095
|
+
ThemeFileFields2["name"] = "name";
|
|
7096
|
+
ThemeFileFields2["code"] = "code";
|
|
7097
|
+
ThemeFileFields2["updatedAt"] = "updatedAt";
|
|
7098
|
+
ThemeFileFields2["createdAt"] = "createdAt";
|
|
7099
|
+
ThemeFileFields2["storageMeta"] = "storageMeta";
|
|
7100
|
+
ThemeFileFields2["size"] = "size";
|
|
7101
|
+
ThemeFileFields2["mimelype"] = "mimelype";
|
|
7102
|
+
ThemeFileFields2["extName"] = "extName";
|
|
7103
|
+
ThemeFileFields2["mediaType"] = "mediaType";
|
|
7104
|
+
return ThemeFileFields2;
|
|
7105
|
+
})(ThemeFileFields || {});
|
|
7106
|
+
var ThemeFileAssciations = /* @__PURE__ */ ((ThemeFileAssciations2) => {
|
|
7107
|
+
ThemeFileAssciations2["themeBranch"] = "themeBranch";
|
|
7108
|
+
ThemeFileAssciations2["folder"] = "folder";
|
|
7109
|
+
return ThemeFileAssciations2;
|
|
7110
|
+
})(ThemeFileAssciations || {});
|
|
7111
|
+
var ThemeFileFolderFields = /* @__PURE__ */ ((ThemeFileFolderFields2) => {
|
|
7112
|
+
ThemeFileFolderFields2["id"] = "id";
|
|
7113
|
+
ThemeFileFolderFields2["name"] = "name";
|
|
7114
|
+
ThemeFileFolderFields2["upadteAt"] = "upadteAt";
|
|
7115
|
+
ThemeFileFolderFields2["createdAt"] = "createdAt";
|
|
7116
|
+
return ThemeFileFolderFields2;
|
|
7117
|
+
})(ThemeFileFolderFields || {});
|
|
7118
|
+
var ThemeFileFolderAssciations = /* @__PURE__ */ ((ThemeFileFolderAssciations2) => {
|
|
7119
|
+
ThemeFileFolderAssciations2["folders"] = "folders";
|
|
7120
|
+
ThemeFileFolderAssciations2["foldersAggregate"] = "foldersAggregate";
|
|
7121
|
+
ThemeFileFolderAssciations2["files"] = "files";
|
|
7122
|
+
ThemeFileFolderAssciations2["filesAggregate"] = "filesAggregate";
|
|
7123
|
+
ThemeFileFolderAssciations2["themeBranch"] = "themeBranch";
|
|
7124
|
+
ThemeFileFolderAssciations2["parent"] = "parent";
|
|
7125
|
+
return ThemeFileFolderAssciations2;
|
|
7126
|
+
})(ThemeFileFolderAssciations || {});
|
|
7125
7127
|
export {
|
|
7126
7128
|
AbilityAssciations,
|
|
7127
7129
|
AbilityDistinctEnum,
|
|
@@ -7294,12 +7296,6 @@ export {
|
|
|
7294
7296
|
SearchIndexEntityName,
|
|
7295
7297
|
SearchIndexFields,
|
|
7296
7298
|
SearchIndexQueryOptions,
|
|
7297
|
-
SectionTemplateAssciations,
|
|
7298
|
-
SectionTemplateDistinctEnum,
|
|
7299
|
-
SectionTemplateEntityLabel,
|
|
7300
|
-
SectionTemplateEntityName,
|
|
7301
|
-
SectionTemplateFields,
|
|
7302
|
-
SectionTemplateQueryOptions,
|
|
7303
7299
|
SlugableDistinctEnum,
|
|
7304
7300
|
SoftableDistinctEnum,
|
|
7305
7301
|
SourceType,
|
|
@@ -7341,12 +7337,6 @@ export {
|
|
|
7341
7337
|
TaskQueryOptions,
|
|
7342
7338
|
TaskStatus,
|
|
7343
7339
|
TaskType,
|
|
7344
|
-
TemplateCategoryAssciations,
|
|
7345
|
-
TemplateCategoryDistinctEnum,
|
|
7346
|
-
TemplateCategoryEntityLabel,
|
|
7347
|
-
TemplateCategoryEntityName,
|
|
7348
|
-
TemplateCategoryFields,
|
|
7349
|
-
TemplateCategoryQueryOptions,
|
|
7350
7340
|
ThemeAssciations,
|
|
7351
7341
|
ThemeBranchAssciations,
|
|
7352
7342
|
ThemeBranchDistinctEnum,
|
|
@@ -7370,6 +7360,18 @@ export {
|
|
|
7370
7360
|
ThemeEntityLabel,
|
|
7371
7361
|
ThemeEntityName,
|
|
7372
7362
|
ThemeFields,
|
|
7363
|
+
ThemeFileAssciations,
|
|
7364
|
+
ThemeFileDistinctEnum,
|
|
7365
|
+
ThemeFileEntityLabel,
|
|
7366
|
+
ThemeFileEntityName,
|
|
7367
|
+
ThemeFileFields,
|
|
7368
|
+
ThemeFileFolderAssciations,
|
|
7369
|
+
ThemeFileFolderDistinctEnum,
|
|
7370
|
+
ThemeFileFolderEntityLabel,
|
|
7371
|
+
ThemeFileFolderEntityName,
|
|
7372
|
+
ThemeFileFolderFields,
|
|
7373
|
+
ThemeFileFolderQueryOptions,
|
|
7374
|
+
ThemeFileQueryOptions,
|
|
7373
7375
|
ThemeInMarketAssciations,
|
|
7374
7376
|
ThemeInMarketDistinctEnum,
|
|
7375
7377
|
ThemeInMarketEntityLabel,
|
|
@@ -7512,9 +7514,6 @@ export {
|
|
|
7512
7514
|
searchIndexEntry,
|
|
7513
7515
|
searchIndexToInput,
|
|
7514
7516
|
searchIndexToInputCascade,
|
|
7515
|
-
sectionTemplateEntry,
|
|
7516
|
-
sectionTemplateToInput,
|
|
7517
|
-
sectionTemplateToInputCascade,
|
|
7518
7517
|
spamFilterRuleEntry,
|
|
7519
7518
|
spamFilterRuleToInput,
|
|
7520
7519
|
spamFilterRuleToInputCascade,
|
|
@@ -7533,9 +7532,6 @@ export {
|
|
|
7533
7532
|
taskEntry,
|
|
7534
7533
|
taskToInput,
|
|
7535
7534
|
taskToInputCascade,
|
|
7536
|
-
templateCategoryEntry,
|
|
7537
|
-
templateCategoryToInput,
|
|
7538
|
-
templateCategoryToInputCascade,
|
|
7539
7535
|
themeBranchEntry,
|
|
7540
7536
|
themeBranchToInput,
|
|
7541
7537
|
themeBranchToInputCascade,
|
|
@@ -7546,6 +7542,12 @@ export {
|
|
|
7546
7542
|
themeConfigToInput,
|
|
7547
7543
|
themeConfigToInputCascade,
|
|
7548
7544
|
themeEntry,
|
|
7545
|
+
themeFileEntry,
|
|
7546
|
+
themeFileFolderEntry,
|
|
7547
|
+
themeFileFolderToInput,
|
|
7548
|
+
themeFileFolderToInputCascade,
|
|
7549
|
+
themeFileToInput,
|
|
7550
|
+
themeFileToInputCascade,
|
|
7549
7551
|
themeInMarketEntry,
|
|
7550
7552
|
themeInMarketToInput,
|
|
7551
7553
|
themeInMarketToInputCascade,
|