@rxdrag/rxcms-models 0.3.42 → 0.3.44

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.
Files changed (183) hide show
  1. package/dist/classes/AnalyticsConfigQueryOptions.d.ts +16 -0
  2. package/dist/classes/CustomerQueryOptions.d.ts +1 -0
  3. package/dist/classes/EnquiryQueryOptions.d.ts +1 -0
  4. package/dist/classes/FrontComponentQueryOptions.d.ts +2 -1
  5. package/dist/classes/LangQueryOptions.d.ts +15 -25
  6. package/dist/classes/MediaFolderQueryOptions.d.ts +1 -0
  7. package/dist/classes/MediaQueryOptions.d.ts +11 -17
  8. package/dist/classes/PageMetaQueryOptions.d.ts +33 -0
  9. package/dist/classes/PageQueryOptions.d.ts +8 -24
  10. package/dist/classes/PostCategoryQueryOptions.d.ts +1 -0
  11. package/dist/classes/PostQueryOptions.d.ts +4 -15
  12. package/dist/classes/ProductCategoryQueryOptions.d.ts +1 -0
  13. package/dist/classes/ProductQueryOptions.d.ts +4 -17
  14. package/dist/classes/QueryOptions.d.ts +5 -5
  15. package/dist/classes/SpamFilterRuleQueryOptions.d.ts +1 -0
  16. package/dist/classes/TagQueryOptions.d.ts +1 -0
  17. package/dist/classes/ThemeConfigQueryOptions.d.ts +22 -0
  18. package/dist/classes/ThemeInMarketQueryOptions.d.ts +17 -0
  19. package/dist/classes/ThemeQueryOptions.d.ts +22 -14
  20. package/dist/classes/ThemeVersionQueryOptions.d.ts +14 -0
  21. package/dist/classes/UserQueryOptions.d.ts +1 -1
  22. package/dist/classes/WebsiteQueryOptions.d.ts +14 -26
  23. package/dist/classes/WebsiteSettingsQueryOptions.d.ts +1 -14
  24. package/dist/classes/index.d.ts +5 -3
  25. package/dist/entries/analyticsConfigEntry.d.ts +2 -0
  26. package/dist/entries/index.d.ts +5 -3
  27. package/dist/entries/{templateEntry.d.ts → pageMetaEntry.d.ts} +1 -1
  28. package/dist/entries/themeConfigEntry.d.ts +2 -0
  29. package/dist/entries/themeInMarketEntry.d.ts +2 -0
  30. package/dist/entries/themeVersionEntry.d.ts +2 -0
  31. package/dist/fields/AnalyticsConfigFields.d.ts +12 -0
  32. package/dist/fields/CustomerFields.d.ts +1 -0
  33. package/dist/fields/EnquiryFields.d.ts +2 -1
  34. package/dist/fields/FrontComponentFields.d.ts +3 -2
  35. package/dist/fields/LangFields.d.ts +10 -11
  36. package/dist/fields/MediaFields.d.ts +7 -10
  37. package/dist/fields/MediaFolderFields.d.ts +2 -1
  38. package/dist/fields/PageFields.d.ts +5 -19
  39. package/dist/fields/PageMetaFields.d.ts +23 -0
  40. package/dist/fields/PostCategoryFields.d.ts +1 -0
  41. package/dist/fields/PostFields.d.ts +2 -15
  42. package/dist/fields/ProductCategoryFields.d.ts +1 -0
  43. package/dist/fields/ProductFields.d.ts +2 -15
  44. package/dist/fields/SpamFilterRuleFields.d.ts +2 -1
  45. package/dist/fields/TagFields.d.ts +2 -1
  46. package/dist/fields/ThemeConfigFields.d.ts +16 -0
  47. package/dist/fields/ThemeFields.d.ts +13 -6
  48. package/dist/fields/ThemeInMarketFields.d.ts +12 -0
  49. package/dist/fields/ThemeVersionFields.d.ts +8 -0
  50. package/dist/fields/UserFields.d.ts +1 -1
  51. package/dist/fields/WebsiteFields.d.ts +6 -11
  52. package/dist/fields/WebsiteSettingsFields.d.ts +2 -13
  53. package/dist/fields/index.d.ts +5 -3
  54. package/dist/index.mjs +1062 -1215
  55. package/dist/index.mjs.map +1 -1
  56. package/dist/interfaces/AnalyticsConfig.d.ts +15 -0
  57. package/dist/interfaces/AnalyticsConfigBoolExp.d.ts +13 -0
  58. package/dist/interfaces/AnalyticsConfigDistinctExp.d.ts +10 -0
  59. package/dist/interfaces/AnalyticsConfigInput.d.ts +17 -0
  60. package/dist/interfaces/AnalyticsConfigItem.d.ts +5 -0
  61. package/dist/interfaces/AnalyticsConfigOrderBy.d.ts +10 -0
  62. package/dist/interfaces/CustomerDistinctExp.d.ts +1 -0
  63. package/dist/interfaces/EnquiryDistinctExp.d.ts +2 -1
  64. package/dist/interfaces/FrontComponent.d.ts +2 -2
  65. package/dist/interfaces/FrontComponentBoolExp.d.ts +2 -1
  66. package/dist/interfaces/FrontComponentDistinctExp.d.ts +3 -2
  67. package/dist/interfaces/FrontComponentInput.d.ts +2 -2
  68. package/dist/interfaces/FrontComponentOrderBy.d.ts +2 -1
  69. package/dist/interfaces/GaConfig.d.ts +7 -0
  70. package/dist/interfaces/GaDimension.d.ts +4 -0
  71. package/dist/interfaces/Lang.d.ts +11 -15
  72. package/dist/interfaces/LangBoolExp.d.ts +8 -10
  73. package/dist/interfaces/LangDistinctExp.d.ts +4 -1
  74. package/dist/interfaces/LangInput.d.ts +8 -10
  75. package/dist/interfaces/LangOrderBy.d.ts +3 -0
  76. package/dist/interfaces/Marketable.d.ts +9 -0
  77. package/dist/interfaces/MarketableBoolExp.d.ts +16 -0
  78. package/dist/interfaces/MarketableDistinctExp.d.ts +9 -0
  79. package/dist/interfaces/MarketableOrderBy.d.ts +9 -0
  80. package/dist/interfaces/MarketableStatus.d.ts +14 -0
  81. package/dist/interfaces/Media.d.ts +6 -11
  82. package/dist/interfaces/MediaBoolExp.d.ts +4 -7
  83. package/dist/interfaces/MediaDistinctExp.d.ts +2 -1
  84. package/dist/interfaces/MediaFolderDistinctExp.d.ts +2 -1
  85. package/dist/interfaces/MediaInput.d.ts +4 -7
  86. package/dist/interfaces/OtherAnalyticsConfig.d.ts +4 -0
  87. package/dist/interfaces/Page.d.ts +11 -8
  88. package/dist/interfaces/PageBoolExp.d.ts +12 -8
  89. package/dist/interfaces/PageDistinctExp.d.ts +4 -18
  90. package/dist/interfaces/PageInput.d.ts +11 -8
  91. package/dist/interfaces/PageMeta.d.ts +27 -0
  92. package/dist/interfaces/PageMetaBoolExp.d.ts +30 -0
  93. package/dist/interfaces/PageMetaDistinctExp.d.ts +18 -0
  94. package/dist/interfaces/PageMetaInput.d.ts +29 -0
  95. package/dist/interfaces/{OgMetaOrderBy.d.ts → PageMetaOrderBy.d.ts} +7 -3
  96. package/dist/interfaces/PageOrderBy.d.ts +7 -2
  97. package/dist/interfaces/Post.d.ts +2 -1
  98. package/dist/interfaces/PostBoolExp.d.ts +2 -1
  99. package/dist/interfaces/PostCategoryDistinctExp.d.ts +1 -0
  100. package/dist/interfaces/PostDistinctExp.d.ts +1 -14
  101. package/dist/interfaces/PostInput.d.ts +2 -1
  102. package/dist/interfaces/Product.d.ts +4 -5
  103. package/dist/interfaces/ProductBoolExp.d.ts +4 -4
  104. package/dist/interfaces/ProductCategoryDistinctExp.d.ts +1 -0
  105. package/dist/interfaces/ProductDistinctExp.d.ts +1 -14
  106. package/dist/interfaces/ProductInput.d.ts +4 -5
  107. package/dist/interfaces/PublishableDistinctExp.d.ts +1 -14
  108. package/dist/interfaces/SpamFilterRuleDistinctExp.d.ts +2 -1
  109. package/dist/interfaces/TagDistinctExp.d.ts +2 -1
  110. package/dist/interfaces/Theme.d.ts +20 -11
  111. package/dist/interfaces/ThemeBoolExp.d.ts +15 -9
  112. package/dist/interfaces/ThemeConfig.d.ts +19 -0
  113. package/dist/interfaces/ThemeConfigBoolExp.d.ts +21 -0
  114. package/dist/interfaces/ThemeConfigDistinctExp.d.ts +13 -0
  115. package/dist/interfaces/ThemeConfigInput.d.ts +21 -0
  116. package/dist/interfaces/ThemeConfigOrderBy.d.ts +13 -0
  117. package/dist/interfaces/ThemeDistinctExp.d.ts +9 -2
  118. package/dist/interfaces/ThemeInMarket.d.ts +10 -0
  119. package/dist/interfaces/ThemeInMarketBoolExp.d.ts +10 -0
  120. package/dist/interfaces/ThemeInMarketDistinctExp.d.ts +10 -0
  121. package/dist/interfaces/ThemeInMarketInput.d.ts +10 -0
  122. package/dist/interfaces/ThemeInMarketOrderBy.d.ts +5 -0
  123. package/dist/interfaces/ThemeInput.d.ts +19 -9
  124. package/dist/interfaces/ThemeOrderBy.d.ts +11 -2
  125. package/dist/interfaces/ThemeVersion.d.ts +10 -0
  126. package/dist/interfaces/ThemeVersionBoolExp.d.ts +13 -0
  127. package/dist/interfaces/ThemeVersionDistinctExp.d.ts +5 -0
  128. package/dist/interfaces/ThemeVersionInput.d.ts +12 -0
  129. package/dist/interfaces/ThemeVersionOrderBy.d.ts +5 -0
  130. package/dist/interfaces/User.d.ts +1 -1
  131. package/dist/interfaces/UserBoolExp.d.ts +1 -1
  132. package/dist/interfaces/UserInput.d.ts +1 -1
  133. package/dist/interfaces/Website.d.ts +9 -16
  134. package/dist/interfaces/WebsiteBoolExp.d.ts +7 -11
  135. package/dist/interfaces/WebsiteContent.d.ts +1 -5
  136. package/dist/interfaces/WebsiteContentBoolExp.d.ts +1 -4
  137. package/dist/interfaces/WebsiteContentDistinctExp.d.ts +2 -17
  138. package/dist/interfaces/WebsiteContentOrderBy.d.ts +1 -4
  139. package/dist/interfaces/WebsiteInput.d.ts +7 -11
  140. package/dist/interfaces/WebsitePart.d.ts +1 -0
  141. package/dist/interfaces/WebsitePartBoolExp.d.ts +2 -0
  142. package/dist/interfaces/WebsitePartDistinctExp.d.ts +2 -1
  143. package/dist/interfaces/WebsitePartOrderBy.d.ts +1 -0
  144. package/dist/interfaces/WebsiteSettings.d.ts +0 -14
  145. package/dist/interfaces/WebsiteSettingsBoolExp.d.ts +0 -10
  146. package/dist/interfaces/WebsiteSettingsDistinctExp.d.ts +2 -12
  147. package/dist/interfaces/WebsiteSettingsInput.d.ts +0 -14
  148. package/dist/interfaces/WebsiteSettingsOrderBy.d.ts +0 -11
  149. package/dist/interfaces/WebsiteUser.d.ts +1 -1
  150. package/dist/interfaces/WebsiteUserBoolExp.d.ts +1 -1
  151. package/dist/interfaces/index.d.ts +34 -24
  152. package/package.json +4 -4
  153. package/dist/classes/TemplateCategoryQueryOptions.d.ts +0 -25
  154. package/dist/classes/TemplateQueryOptions.d.ts +0 -24
  155. package/dist/classes/WebsiteFrameQueryOptions.d.ts +0 -18
  156. package/dist/entries/templateCategoryEntry.d.ts +0 -2
  157. package/dist/entries/websiteFrameEntry.d.ts +0 -2
  158. package/dist/fields/TemplateCategoryFields.d.ts +0 -14
  159. package/dist/fields/TemplateFields.d.ts +0 -14
  160. package/dist/fields/WebsiteFrameFields.d.ts +0 -12
  161. package/dist/interfaces/Content.d.ts +0 -3
  162. package/dist/interfaces/OgMeta.d.ts +0 -13
  163. package/dist/interfaces/OgMetaBoolExp.d.ts +0 -18
  164. package/dist/interfaces/OgMetaDistinctExp.d.ts +0 -14
  165. package/dist/interfaces/SeoMeta.d.ts +0 -6
  166. package/dist/interfaces/SeoMetaBoolExp.d.ts +0 -11
  167. package/dist/interfaces/SeoMetaDistinctExp.d.ts +0 -7
  168. package/dist/interfaces/SeoMetaOrderBy.d.ts +0 -7
  169. package/dist/interfaces/Template.d.ts +0 -17
  170. package/dist/interfaces/TemplateBoolExp.d.ts +0 -21
  171. package/dist/interfaces/TemplateCategory.d.ts +0 -18
  172. package/dist/interfaces/TemplateCategoryBoolExp.d.ts +0 -20
  173. package/dist/interfaces/TemplateCategoryDistinctExp.d.ts +0 -9
  174. package/dist/interfaces/TemplateCategoryInput.d.ts +0 -19
  175. package/dist/interfaces/TemplateCategoryOrderBy.d.ts +0 -7
  176. package/dist/interfaces/TemplateDistinctExp.d.ts +0 -10
  177. package/dist/interfaces/TemplateInput.d.ts +0 -19
  178. package/dist/interfaces/TemplateOrderBy.d.ts +0 -8
  179. package/dist/interfaces/WebsiteFrame.d.ts +0 -14
  180. package/dist/interfaces/WebsiteFrameBoolExp.d.ts +0 -15
  181. package/dist/interfaces/WebsiteFrameDistinctExp.d.ts +0 -10
  182. package/dist/interfaces/WebsiteFrameInput.d.ts +0 -16
  183. package/dist/interfaces/WebsiteFrameOrderBy.d.ts +0 -8
package/dist/index.mjs CHANGED
@@ -18,24 +18,18 @@ const aggregateEntities = {
18
18
  },
19
19
  Media: {
20
20
  coverOfAggregate: "Post",
21
- ogMetaOfPageAggregate: "Page",
22
- ogMetaOfProductAggregate: "Product",
23
- ogMetaOfPostAggregate: "Post",
24
21
  meidaOfProductAggregate: "ProductCategory",
25
22
  productMediaPivotsAggregate: "MediaOnProduct",
26
23
  productAttacPivotsAggregate: "AttachmentOnProduct",
27
- usedByContactAggregate: "WebsiteSettings",
28
- coverOfThemeAggregate: "Theme"
24
+ coverOfThemeAggregate: "Theme",
25
+ usedByThemConfigAggregate: "ThemeConfig",
26
+ pageMetaAggregate: "PageMeta"
29
27
  },
30
28
  Website: {
31
29
  usersAggregate: "User",
32
30
  partsOfWebsiteSettingsAggregate: "WebsiteSettings",
33
- partsOfThemeAggregate: "Theme",
34
- partsOfTemplateAggregate: "Template",
35
- partsOfTemplateCategoryAggregate: "TemplateCategory",
36
31
  partsOfMediaFolderAggregate: "MediaFolder",
37
32
  partsOfEnquiryAggregate: "Enquiry",
38
- partsOfPageAggregate: "Page",
39
33
  partsOfProductAggregate: "Product",
40
34
  partsOfPostAggregate: "Post",
41
35
  partsOfPostCategoryAggregate: "PostCategory",
@@ -44,16 +38,13 @@ const aggregateEntities = {
44
38
  partsOfProductCategoryAggregate: "ProductCategory",
45
39
  partsOfSpamFilterRuleAggregate: "SpamFilterRule",
46
40
  partsOfMediaAggregate: "Media",
47
- partsOfWebsiteFrameAggregate: "WebsiteFrame"
41
+ langsAggregate: "Lang",
42
+ themesAggregate: "Theme"
48
43
  },
49
44
  Lang: {
50
45
  webPartsOfWebsiteSettingsAggregate: "WebsiteSettings",
51
- webPartsOfThemeAggregate: "Theme",
52
- webPartsOfTemplateAggregate: "Template",
53
- webPartsOfTemplateCategoryAggregate: "TemplateCategory",
54
46
  webPartsOfMediaFolderAggregate: "MediaFolder",
55
47
  webPartsOfEnquiryAggregate: "Enquiry",
56
- webPartsOfPageAggregate: "Page",
57
48
  webPartsOfProductAggregate: "Product",
58
49
  webPartsOfPostAggregate: "Post",
59
50
  webPartsOfPostCategoryAggregate: "PostCategory",
@@ -62,7 +53,9 @@ const aggregateEntities = {
62
53
  webPartsOfProductCategoryAggregate: "ProductCategory",
63
54
  webPartsOfSpamFilterRuleAggregate: "SpamFilterRule",
64
55
  webPartsOfMediaAggregate: "Media",
65
- webPartsOfWebsiteFrameAggregate: "WebsiteFrame"
56
+ websitesAggregate: "Website",
57
+ baseLangOfAggregate: "Website",
58
+ themesAggregate: "Theme"
66
59
  },
67
60
  WebsiteType: {
68
61
  websitesAggregate: "Website"
@@ -77,14 +70,10 @@ const aggregateEntities = {
77
70
  relatedPivotAggregate: "ProductRelatedPivot",
78
71
  relatedByPivotAggregate: "ProductRelatedPivot"
79
72
  },
80
- TemplateCategory: {
81
- templatesAggregate: "Template"
82
- },
83
73
  Theme: {
84
- templatesAggregate: "Template",
85
- themlateCategoriesAggregate: "TemplateCategory",
86
74
  componentsAggregate: "FrontComponent",
87
- componentCategoriesAggregate: "ComponentCategory"
75
+ componentCategoriesAggregate: "ComponentCategory",
76
+ pagesAggregate: "Page"
88
77
  },
89
78
  MediaFolder: {
90
79
  childrenAggregate: "MediaFolder",
@@ -107,6 +96,9 @@ const aggregateEntities = {
107
96
  },
108
97
  ComponentCategory: {
109
98
  componentsAggregate: "FrontComponent"
99
+ },
100
+ ThemeInMarket: {
101
+ versionsAggregate: "ThemeVersion"
110
102
  }
111
103
  };
112
104
  class QueryOptions {
@@ -298,42 +290,63 @@ const websiteTypeToInput = (entity) => {
298
290
  websites: convertHasManyToInput(entity.websites)
299
291
  };
300
292
  };
301
- const templateCategoryToInputCascade = (entity) => {
293
+ const customerToInputCascade = (entity) => {
302
294
  var _a;
303
- const { templatesAggregate, ...rest } = entity;
295
+ const { enquiresAggregate, ...rest } = entity;
304
296
  return {
305
297
  ...rest,
306
- templates: entity.templates ? processHasManyClear({ sync: (_a = entity.templates) == null ? void 0 : _a.map((ent) => templateToInput(ent)) }) : void 0,
298
+ enquires: entity.enquires ? processHasManyClear({ sync: (_a = entity.enquires) == null ? void 0 : _a.map((ent) => enquiryToInput(ent)) }) : void 0,
307
299
  lang: entity.lang ? processHasOneClear({ sync: langToInput(entity.lang) }) : void 0,
308
- theme: entity.theme ? processHasOneClear({ sync: themeToInput(entity.theme) }) : void 0,
309
300
  website: entity.website ? processHasOneClear({ sync: websiteToInput(entity.website) }) : void 0
310
301
  };
311
302
  };
312
- const templateCategoryToInput = (entity) => {
313
- const { templatesAggregate, ...rest } = entity;
303
+ const customerToInput = (entity) => {
304
+ const { enquiresAggregate, ...rest } = entity;
314
305
  return {
315
306
  ...rest,
316
- templates: convertHasManyToInput(entity.templates),
307
+ enquires: convertHasManyToInput(entity.enquires),
317
308
  lang: convertHasOneToInput(entity.lang),
318
- theme: convertHasOneToInput(entity.theme),
319
309
  website: convertHasOneToInput(entity.website)
320
310
  };
321
311
  };
322
- const templateToInputCascade = (entity) => {
312
+ const enquiryToInputCascade = (entity) => {
323
313
  return {
324
314
  ...entity,
325
315
  lang: entity.lang ? processHasOneClear({ sync: langToInput(entity.lang) }) : void 0,
326
- category: entity.category ? processHasOneClear({ sync: templateCategoryToInput(entity.category) }) : void 0,
327
- theme: entity.theme ? processHasOneClear({ sync: themeToInput(entity.theme) }) : void 0,
316
+ customer: entity.customer ? processHasOneClear({ sync: customerToInput(entity.customer) }) : void 0,
328
317
  website: entity.website ? processHasOneClear({ sync: websiteToInput(entity.website) }) : void 0
329
318
  };
330
319
  };
331
- const templateToInput = (entity) => {
320
+ const enquiryToInput = (entity) => {
332
321
  return {
333
322
  ...entity,
334
323
  lang: convertHasOneToInput(entity.lang),
335
- category: convertHasOneToInput(entity.category),
336
- theme: convertHasOneToInput(entity.theme),
324
+ customer: convertHasOneToInput(entity.customer),
325
+ website: convertHasOneToInput(entity.website)
326
+ };
327
+ };
328
+ const productCategoryToInputCascade = (entity) => {
329
+ var _a, _b;
330
+ const { childrenAggregate, productsAggregate, ...rest } = entity;
331
+ return {
332
+ ...rest,
333
+ children: entity.children ? processHasManyClear({ sync: (_a = entity.children) == null ? void 0 : _a.map((ent) => productCategoryToInput(ent)) }) : void 0,
334
+ media: entity.media ? processHasOneClear({ sync: mediaToInput(entity.media) }) : void 0,
335
+ lang: entity.lang ? processHasOneClear({ sync: langToInput(entity.lang) }) : void 0,
336
+ parent: entity.parent ? processHasOneClear({ sync: productCategoryToInput(entity.parent) }) : void 0,
337
+ products: entity.products ? processHasManyClear({ sync: (_b = entity.products) == null ? void 0 : _b.map((ent) => productToInput(ent)) }) : void 0,
338
+ website: entity.website ? processHasOneClear({ sync: websiteToInput(entity.website) }) : void 0
339
+ };
340
+ };
341
+ const productCategoryToInput = (entity) => {
342
+ const { childrenAggregate, productsAggregate, ...rest } = entity;
343
+ return {
344
+ ...rest,
345
+ children: convertHasManyToInput(entity.children),
346
+ media: convertHasOneToInput(entity.media),
347
+ lang: convertHasOneToInput(entity.lang),
348
+ parent: convertHasOneToInput(entity.parent),
349
+ products: convertHasManyToInput(entity.products),
337
350
  website: convertHasOneToInput(entity.website)
338
351
  };
339
352
  };
@@ -368,109 +381,108 @@ const frontComponentToInput = (entity) => {
368
381
  theme: convertHasOneToInput(entity.theme)
369
382
  };
370
383
  };
371
- const themeToInputCascade = (entity) => {
372
- var _a, _b, _c, _d;
373
- const { templatesAggregate, themlateCategoriesAggregate, componentsAggregate, componentCategoriesAggregate, ...rest } = entity;
384
+ const themeConfigToInputCascade = (entity) => {
374
385
  return {
375
- ...rest,
376
- templates: entity.templates ? processHasManyClear({ sync: (_a = entity.templates) == null ? void 0 : _a.map((ent) => templateToInput(ent)) }) : void 0,
377
- themlateCategories: entity.themlateCategories ? processHasManyClear({ sync: (_b = entity.themlateCategories) == null ? void 0 : _b.map((ent) => templateCategoryToInput(ent)) }) : void 0,
378
- lang: entity.lang ? processHasOneClear({ sync: langToInput(entity.lang) }) : void 0,
379
- cover: entity.cover ? processHasOneClear({ sync: mediaToInput(entity.cover) }) : void 0,
380
- components: entity.components ? processHasManyClear({ sync: (_c = entity.components) == null ? void 0 : _c.map((ent) => frontComponentToInput(ent)) }) : void 0,
381
- componentCategories: entity.componentCategories ? processHasManyClear({ sync: (_d = entity.componentCategories) == null ? void 0 : _d.map((ent) => componentCategoryToInput(ent)) }) : void 0,
382
- selectedBy: entity.selectedBy ? processHasOneClear({ sync: websiteToInput(entity.selectedBy) }) : void 0,
383
- website: entity.website ? processHasOneClear({ sync: websiteToInput(entity.website) }) : void 0
386
+ ...entity,
387
+ contactAvatar: entity.contactAvatar ? processHasOneClear({ sync: mediaToInput(entity.contactAvatar) }) : void 0,
388
+ theme: entity.theme ? processHasOneClear({ sync: themeToInput(entity.theme) }) : void 0
384
389
  };
385
390
  };
386
- const themeToInput = (entity) => {
387
- const { templatesAggregate, themlateCategoriesAggregate, componentsAggregate, componentCategoriesAggregate, ...rest } = entity;
391
+ const themeConfigToInput = (entity) => {
388
392
  return {
389
- ...rest,
390
- templates: convertHasManyToInput(entity.templates),
391
- themlateCategories: convertHasManyToInput(entity.themlateCategories),
392
- lang: convertHasOneToInput(entity.lang),
393
- cover: convertHasOneToInput(entity.cover),
394
- components: convertHasManyToInput(entity.components),
395
- componentCategories: convertHasManyToInput(entity.componentCategories),
396
- selectedBy: convertHasOneToInput(entity.selectedBy),
397
- website: convertHasOneToInput(entity.website)
393
+ ...entity,
394
+ contactAvatar: convertHasOneToInput(entity.contactAvatar),
395
+ theme: convertHasOneToInput(entity.theme)
398
396
  };
399
397
  };
400
- const customerToInputCascade = (entity) => {
398
+ const themeInMarketToInputCascade = (entity) => {
401
399
  var _a;
402
- const { enquiresAggregate, ...rest } = entity;
400
+ const { versionsAggregate, ...rest } = entity;
403
401
  return {
404
402
  ...rest,
405
- enquires: entity.enquires ? processHasManyClear({ sync: (_a = entity.enquires) == null ? void 0 : _a.map((ent) => enquiryToInput(ent)) }) : void 0,
406
- lang: entity.lang ? processHasOneClear({ sync: langToInput(entity.lang) }) : void 0,
407
- website: entity.website ? processHasOneClear({ sync: websiteToInput(entity.website) }) : void 0
403
+ versions: entity.versions ? processHasManyClear({ sync: (_a = entity.versions) == null ? void 0 : _a.map((ent) => themeVersionToInput(ent)) }) : void 0
408
404
  };
409
405
  };
410
- const customerToInput = (entity) => {
411
- const { enquiresAggregate, ...rest } = entity;
406
+ const themeInMarketToInput = (entity) => {
407
+ const { versionsAggregate, ...rest } = entity;
412
408
  return {
413
409
  ...rest,
414
- enquires: convertHasManyToInput(entity.enquires),
415
- lang: convertHasOneToInput(entity.lang),
416
- website: convertHasOneToInput(entity.website)
410
+ versions: convertHasManyToInput(entity.versions)
417
411
  };
418
412
  };
419
- const enquiryToInputCascade = (entity) => {
413
+ const themeVersionToInputCascade = (entity) => {
420
414
  return {
421
415
  ...entity,
416
+ theme: entity.theme ? processHasOneClear({ sync: themeToInput(entity.theme) }) : void 0,
417
+ themeInMarket: entity.themeInMarket ? processHasOneClear({ sync: themeInMarketToInput(entity.themeInMarket) }) : void 0
418
+ };
419
+ };
420
+ const themeVersionToInput = (entity) => {
421
+ return {
422
+ ...entity,
423
+ theme: convertHasOneToInput(entity.theme),
424
+ themeInMarket: convertHasOneToInput(entity.themeInMarket)
425
+ };
426
+ };
427
+ const themeToInputCascade = (entity) => {
428
+ var _a, _b, _c;
429
+ const { componentsAggregate, componentCategoriesAggregate, pagesAggregate, ...rest } = entity;
430
+ return {
431
+ ...rest,
432
+ cover: entity.cover ? processHasOneClear({ sync: mediaToInput(entity.cover) }) : void 0,
433
+ components: entity.components ? processHasManyClear({ sync: (_a = entity.components) == null ? void 0 : _a.map((ent) => frontComponentToInput(ent)) }) : void 0,
434
+ componentCategories: entity.componentCategories ? processHasManyClear({ sync: (_b = entity.componentCategories) == null ? void 0 : _b.map((ent) => componentCategoryToInput(ent)) }) : void 0,
435
+ pages: entity.pages ? processHasManyClear({ sync: (_c = entity.pages) == null ? void 0 : _c.map((ent) => pageToInput(ent)) }) : void 0,
422
436
  lang: entity.lang ? processHasOneClear({ sync: langToInput(entity.lang) }) : void 0,
423
- customer: entity.customer ? processHasOneClear({ sync: customerToInput(entity.customer) }) : void 0,
437
+ config: entity.config ? processHasOneClear({ sync: themeConfigToInput(entity.config) }) : void 0,
438
+ marketVersion: entity.marketVersion ? processHasOneClear({ sync: themeVersionToInput(entity.marketVersion) }) : void 0,
424
439
  website: entity.website ? processHasOneClear({ sync: websiteToInput(entity.website) }) : void 0
425
440
  };
426
441
  };
427
- const enquiryToInput = (entity) => {
442
+ const themeToInput = (entity) => {
443
+ const { componentsAggregate, componentCategoriesAggregate, pagesAggregate, ...rest } = entity;
428
444
  return {
429
- ...entity,
445
+ ...rest,
446
+ cover: convertHasOneToInput(entity.cover),
447
+ components: convertHasManyToInput(entity.components),
448
+ componentCategories: convertHasManyToInput(entity.componentCategories),
449
+ pages: convertHasManyToInput(entity.pages),
430
450
  lang: convertHasOneToInput(entity.lang),
431
- customer: convertHasOneToInput(entity.customer),
451
+ config: convertHasOneToInput(entity.config),
452
+ marketVersion: convertHasOneToInput(entity.marketVersion),
432
453
  website: convertHasOneToInput(entity.website)
433
454
  };
434
455
  };
435
456
  const pageToInputCascade = (entity) => {
436
457
  return {
437
458
  ...entity,
438
- ogImage: entity.ogImage ? processHasOneClear({ sync: mediaToInput(entity.ogImage) }) : void 0,
439
- lang: entity.lang ? processHasOneClear({ sync: langToInput(entity.lang) }) : void 0,
440
- website: entity.website ? processHasOneClear({ sync: websiteToInput(entity.website) }) : void 0
459
+ meta: entity.meta ? processHasOneClear({ sync: pageMetaToInput(entity.meta) }) : void 0,
460
+ theme: entity.theme ? processHasOneClear({ sync: themeToInput(entity.theme) }) : void 0
441
461
  };
442
462
  };
443
463
  const pageToInput = (entity) => {
444
464
  return {
445
465
  ...entity,
446
- ogImage: convertHasOneToInput(entity.ogImage),
447
- lang: convertHasOneToInput(entity.lang),
448
- website: convertHasOneToInput(entity.website)
466
+ meta: convertHasOneToInput(entity.meta),
467
+ theme: convertHasOneToInput(entity.theme)
449
468
  };
450
469
  };
451
- const productCategoryToInputCascade = (entity) => {
452
- var _a, _b;
453
- const { childrenAggregate, productsAggregate, ...rest } = entity;
470
+ const pageMetaToInputCascade = (entity) => {
454
471
  return {
455
- ...rest,
456
- children: entity.children ? processHasManyClear({ sync: (_a = entity.children) == null ? void 0 : _a.map((ent) => productCategoryToInput(ent)) }) : void 0,
457
- media: entity.media ? processHasOneClear({ sync: mediaToInput(entity.media) }) : void 0,
458
- lang: entity.lang ? processHasOneClear({ sync: langToInput(entity.lang) }) : void 0,
459
- parent: entity.parent ? processHasOneClear({ sync: productCategoryToInput(entity.parent) }) : void 0,
460
- products: entity.products ? processHasManyClear({ sync: (_b = entity.products) == null ? void 0 : _b.map((ent) => productToInput(ent)) }) : void 0,
461
- website: entity.website ? processHasOneClear({ sync: websiteToInput(entity.website) }) : void 0
472
+ ...entity,
473
+ ogImage: entity.ogImage ? processHasOneClear({ sync: mediaToInput(entity.ogImage) }) : void 0,
474
+ product: entity.product ? processHasOneClear({ sync: productToInput(entity.product) }) : void 0,
475
+ page: entity.page ? processHasOneClear({ sync: pageToInput(entity.page) }) : void 0,
476
+ post: entity.post ? processHasOneClear({ sync: postToInput(entity.post) }) : void 0
462
477
  };
463
478
  };
464
- const productCategoryToInput = (entity) => {
465
- const { childrenAggregate, productsAggregate, ...rest } = entity;
479
+ const pageMetaToInput = (entity) => {
466
480
  return {
467
- ...rest,
468
- children: convertHasManyToInput(entity.children),
469
- media: convertHasOneToInput(entity.media),
470
- lang: convertHasOneToInput(entity.lang),
471
- parent: convertHasOneToInput(entity.parent),
472
- products: convertHasManyToInput(entity.products),
473
- website: convertHasOneToInput(entity.website)
481
+ ...entity,
482
+ ogImage: convertHasOneToInput(entity.ogImage),
483
+ product: convertHasOneToInput(entity.product),
484
+ page: convertHasOneToInput(entity.page),
485
+ post: convertHasOneToInput(entity.post)
474
486
  };
475
487
  };
476
488
  const postCategoryToInputCascade = (entity) => {
@@ -506,9 +518,9 @@ const postToInputCascade = (entity) => {
506
518
  tags: entity.tags ? processHasManyClear({ sync: (_a = entity.tags) == null ? void 0 : _a.map((ent) => tagToInput(ent)) }) : void 0,
507
519
  author: entity.author ? processHasOneClear({ sync: userToInput(entity.author) }) : void 0,
508
520
  cover: entity.cover ? processHasOneClear({ sync: mediaToInput(entity.cover) }) : void 0,
509
- ogImage: entity.ogImage ? processHasOneClear({ sync: mediaToInput(entity.ogImage) }) : void 0,
510
521
  draftOf: entity.draftOf ? processHasOneClear({ sync: postToInput(entity.draftOf) }) : void 0,
511
522
  lang: entity.lang ? processHasOneClear({ sync: langToInput(entity.lang) }) : void 0,
523
+ meta: entity.meta ? processHasOneClear({ sync: pageMetaToInput(entity.meta) }) : void 0,
512
524
  category: entity.category ? processHasOneClear({ sync: postCategoryToInput(entity.category) }) : void 0,
513
525
  draft: entity.draft ? processHasOneClear({ sync: postToInput(entity.draft) }) : void 0,
514
526
  website: entity.website ? processHasOneClear({ sync: websiteToInput(entity.website) }) : void 0
@@ -521,9 +533,9 @@ const postToInput = (entity) => {
521
533
  tags: convertHasManyToInput(entity.tags),
522
534
  author: convertHasOneToInput(entity.author),
523
535
  cover: convertHasOneToInput(entity.cover),
524
- ogImage: convertHasOneToInput(entity.ogImage),
525
536
  draftOf: convertHasOneToInput(entity.draftOf),
526
537
  lang: convertHasOneToInput(entity.lang),
538
+ meta: convertHasOneToInput(entity.meta),
527
539
  category: convertHasOneToInput(entity.category),
528
540
  draft: convertHasOneToInput(entity.draft),
529
541
  website: convertHasOneToInput(entity.website)
@@ -599,12 +611,12 @@ const productToInputCascade = (entity) => {
599
611
  ...rest,
600
612
  category: entity.category ? processHasOneClear({ sync: productCategoryToInput(entity.category) }) : void 0,
601
613
  tags: entity.tags ? processHasManyClear({ sync: (_a = entity.tags) == null ? void 0 : _a.map((ent) => tagToInput(ent)) }) : void 0,
602
- ogImage: entity.ogImage ? processHasOneClear({ sync: mediaToInput(entity.ogImage) }) : void 0,
603
614
  draftOf: entity.draftOf ? processHasOneClear({ sync: productToInput(entity.draftOf) }) : void 0,
604
615
  mediaPivots: entity.mediaPivots ? processHasManyClear({ sync: (_b = entity.mediaPivots) == null ? void 0 : _b.map((ent) => mediaOnProductToInput(ent)) }) : void 0,
605
616
  attachmentPivots: entity.attachmentPivots ? processHasManyClear({ sync: (_c = entity.attachmentPivots) == null ? void 0 : _c.map((ent) => attachmentOnProductToInput(ent)) }) : void 0,
606
617
  lang: entity.lang ? processHasOneClear({ sync: langToInput(entity.lang) }) : void 0,
607
618
  relatedPivot: entity.relatedPivot ? processHasManyClear({ sync: (_d = entity.relatedPivot) == null ? void 0 : _d.map((ent) => productRelatedPivotToInput(ent)) }) : void 0,
619
+ meta: entity.meta ? processHasOneClear({ sync: pageMetaToInput(entity.meta) }) : void 0,
608
620
  creator: entity.creator ? processHasOneClear({ sync: userToInput(entity.creator) }) : void 0,
609
621
  draft: entity.draft ? processHasOneClear({ sync: productToInput(entity.draft) }) : void 0,
610
622
  website: entity.website ? processHasOneClear({ sync: websiteToInput(entity.website) }) : void 0,
@@ -617,12 +629,12 @@ const productToInput = (entity) => {
617
629
  ...rest,
618
630
  category: convertHasOneToInput(entity.category),
619
631
  tags: convertHasManyToInput(entity.tags),
620
- ogImage: convertHasOneToInput(entity.ogImage),
621
632
  draftOf: convertHasOneToInput(entity.draftOf),
622
633
  mediaPivots: convertHasManyToInput(entity.mediaPivots),
623
634
  attachmentPivots: convertHasManyToInput(entity.attachmentPivots),
624
635
  lang: convertHasOneToInput(entity.lang),
625
636
  relatedPivot: convertHasManyToInput(entity.relatedPivot),
637
+ meta: convertHasOneToInput(entity.meta),
626
638
  creator: convertHasOneToInput(entity.creator),
627
639
  draft: convertHasOneToInput(entity.draft),
628
640
  website: convertHasOneToInput(entity.website),
@@ -643,62 +655,53 @@ const spamFilterRuleToInput = (entity) => {
643
655
  website: convertHasOneToInput(entity.website)
644
656
  };
645
657
  };
646
- const websiteFrameToInputCascade = (entity) => {
658
+ const analyticsConfigToInputCascade = (entity) => {
647
659
  return {
648
660
  ...entity,
649
- lang: entity.lang ? processHasOneClear({ sync: langToInput(entity.lang) }) : void 0,
650
661
  website: entity.website ? processHasOneClear({ sync: websiteToInput(entity.website) }) : void 0
651
662
  };
652
663
  };
653
- const websiteFrameToInput = (entity) => {
664
+ const analyticsConfigToInput = (entity) => {
654
665
  return {
655
666
  ...entity,
656
- lang: convertHasOneToInput(entity.lang),
657
667
  website: convertHasOneToInput(entity.website)
658
668
  };
659
669
  };
660
670
  const websiteToInputCascade = (entity) => {
661
- var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l, _m, _n, _o, _p, _q;
662
- const { usersAggregate, partsOfWebsiteSettingsAggregate, partsOfThemeAggregate, partsOfTemplateAggregate, partsOfTemplateCategoryAggregate, partsOfMediaFolderAggregate, partsOfEnquiryAggregate, partsOfPageAggregate, partsOfProductAggregate, partsOfPostAggregate, partsOfPostCategoryAggregate, partsOfTagAggregate, partsOfCustomerAggregate, partsOfProductCategoryAggregate, partsOfSpamFilterRuleAggregate, partsOfMediaAggregate, partsOfWebsiteFrameAggregate, ...rest } = entity;
671
+ var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l, _m, _n;
672
+ const { usersAggregate, partsOfWebsiteSettingsAggregate, partsOfMediaFolderAggregate, partsOfEnquiryAggregate, partsOfProductAggregate, partsOfPostAggregate, partsOfPostCategoryAggregate, partsOfTagAggregate, partsOfCustomerAggregate, partsOfProductCategoryAggregate, partsOfSpamFilterRuleAggregate, partsOfMediaAggregate, langsAggregate, themesAggregate, ...rest } = entity;
663
673
  return {
664
674
  ...rest,
665
675
  websiteType: entity.websiteType ? processHasOneClear({ sync: websiteTypeToInput(entity.websiteType) }) : void 0,
666
- selectedTheme: entity.selectedTheme ? processHasOneClear({ sync: themeToInput(entity.selectedTheme) }) : void 0,
667
676
  owner: entity.owner ? processHasOneClear({ sync: userToInput(entity.owner) }) : void 0,
668
677
  users: entity.users ? processHasManyClear({ sync: (_a = entity.users) == null ? void 0 : _a.map((ent) => userToInput(ent)) }) : void 0,
669
678
  partsOfWebsiteSettings: entity.partsOfWebsiteSettings ? processHasManyClear({ sync: (_b = entity.partsOfWebsiteSettings) == null ? void 0 : _b.map((ent) => websiteSettingsToInput(ent)) }) : void 0,
670
- partsOfTheme: entity.partsOfTheme ? processHasManyClear({ sync: (_c = entity.partsOfTheme) == null ? void 0 : _c.map((ent) => themeToInput(ent)) }) : void 0,
671
- partsOfTemplate: entity.partsOfTemplate ? processHasManyClear({ sync: (_d = entity.partsOfTemplate) == null ? void 0 : _d.map((ent) => templateToInput(ent)) }) : void 0,
672
- partsOfTemplateCategory: entity.partsOfTemplateCategory ? processHasManyClear({ sync: (_e = entity.partsOfTemplateCategory) == null ? void 0 : _e.map((ent) => templateCategoryToInput(ent)) }) : void 0,
673
- partsOfMediaFolder: entity.partsOfMediaFolder ? processHasManyClear({ sync: (_f = entity.partsOfMediaFolder) == null ? void 0 : _f.map((ent) => mediaFolderToInput(ent)) }) : void 0,
674
- partsOfEnquiry: entity.partsOfEnquiry ? processHasManyClear({ sync: (_g = entity.partsOfEnquiry) == null ? void 0 : _g.map((ent) => enquiryToInput(ent)) }) : void 0,
675
- partsOfPage: entity.partsOfPage ? processHasManyClear({ sync: (_h = entity.partsOfPage) == null ? void 0 : _h.map((ent) => pageToInput(ent)) }) : void 0,
676
- partsOfProduct: entity.partsOfProduct ? processHasManyClear({ sync: (_i = entity.partsOfProduct) == null ? void 0 : _i.map((ent) => productToInput(ent)) }) : void 0,
677
- partsOfPost: entity.partsOfPost ? processHasManyClear({ sync: (_j = entity.partsOfPost) == null ? void 0 : _j.map((ent) => postToInput(ent)) }) : void 0,
678
- partsOfPostCategory: entity.partsOfPostCategory ? processHasManyClear({ sync: (_k = entity.partsOfPostCategory) == null ? void 0 : _k.map((ent) => postCategoryToInput(ent)) }) : void 0,
679
- partsOfTag: entity.partsOfTag ? processHasManyClear({ sync: (_l = entity.partsOfTag) == null ? void 0 : _l.map((ent) => tagToInput(ent)) }) : void 0,
680
- partsOfCustomer: entity.partsOfCustomer ? processHasManyClear({ sync: (_m = entity.partsOfCustomer) == null ? void 0 : _m.map((ent) => customerToInput(ent)) }) : void 0,
681
- partsOfProductCategory: entity.partsOfProductCategory ? processHasManyClear({ sync: (_n = entity.partsOfProductCategory) == null ? void 0 : _n.map((ent) => productCategoryToInput(ent)) }) : void 0,
682
- partsOfSpamFilterRule: entity.partsOfSpamFilterRule ? processHasManyClear({ sync: (_o = entity.partsOfSpamFilterRule) == null ? void 0 : _o.map((ent) => spamFilterRuleToInput(ent)) }) : void 0,
683
- partsOfMedia: entity.partsOfMedia ? processHasManyClear({ sync: (_p = entity.partsOfMedia) == null ? void 0 : _p.map((ent) => mediaToInput(ent)) }) : void 0,
684
- partsOfWebsiteFrame: entity.partsOfWebsiteFrame ? processHasManyClear({ sync: (_q = entity.partsOfWebsiteFrame) == null ? void 0 : _q.map((ent) => websiteFrameToInput(ent)) }) : void 0
679
+ partsOfMediaFolder: entity.partsOfMediaFolder ? processHasManyClear({ sync: (_c = entity.partsOfMediaFolder) == null ? void 0 : _c.map((ent) => mediaFolderToInput(ent)) }) : void 0,
680
+ partsOfEnquiry: entity.partsOfEnquiry ? processHasManyClear({ sync: (_d = entity.partsOfEnquiry) == null ? void 0 : _d.map((ent) => enquiryToInput(ent)) }) : void 0,
681
+ partsOfProduct: entity.partsOfProduct ? processHasManyClear({ sync: (_e = entity.partsOfProduct) == null ? void 0 : _e.map((ent) => productToInput(ent)) }) : void 0,
682
+ partsOfPost: entity.partsOfPost ? processHasManyClear({ sync: (_f = entity.partsOfPost) == null ? void 0 : _f.map((ent) => postToInput(ent)) }) : void 0,
683
+ partsOfPostCategory: entity.partsOfPostCategory ? processHasManyClear({ sync: (_g = entity.partsOfPostCategory) == null ? void 0 : _g.map((ent) => postCategoryToInput(ent)) }) : void 0,
684
+ partsOfTag: entity.partsOfTag ? processHasManyClear({ sync: (_h = entity.partsOfTag) == null ? void 0 : _h.map((ent) => tagToInput(ent)) }) : void 0,
685
+ partsOfCustomer: entity.partsOfCustomer ? processHasManyClear({ sync: (_i = entity.partsOfCustomer) == null ? void 0 : _i.map((ent) => customerToInput(ent)) }) : void 0,
686
+ partsOfProductCategory: entity.partsOfProductCategory ? processHasManyClear({ sync: (_j = entity.partsOfProductCategory) == null ? void 0 : _j.map((ent) => productCategoryToInput(ent)) }) : void 0,
687
+ partsOfSpamFilterRule: entity.partsOfSpamFilterRule ? processHasManyClear({ sync: (_k = entity.partsOfSpamFilterRule) == null ? void 0 : _k.map((ent) => spamFilterRuleToInput(ent)) }) : void 0,
688
+ partsOfMedia: entity.partsOfMedia ? processHasManyClear({ sync: (_l = entity.partsOfMedia) == null ? void 0 : _l.map((ent) => mediaToInput(ent)) }) : void 0,
689
+ langs: entity.langs ? processHasManyClear({ sync: (_m = entity.langs) == null ? void 0 : _m.map((ent) => langToInput(ent)) }) : void 0,
690
+ baseLang: entity.baseLang ? processHasOneClear({ sync: langToInput(entity.baseLang) }) : void 0,
691
+ themes: entity.themes ? processHasManyClear({ sync: (_n = entity.themes) == null ? void 0 : _n.map((ent) => themeToInput(ent)) }) : void 0,
692
+ analyticsConfig: entity.analyticsConfig ? processHasOneClear({ sync: analyticsConfigToInput(entity.analyticsConfig) }) : void 0
685
693
  };
686
694
  };
687
695
  const websiteToInput = (entity) => {
688
- const { usersAggregate, partsOfWebsiteSettingsAggregate, partsOfThemeAggregate, partsOfTemplateAggregate, partsOfTemplateCategoryAggregate, partsOfMediaFolderAggregate, partsOfEnquiryAggregate, partsOfPageAggregate, partsOfProductAggregate, partsOfPostAggregate, partsOfPostCategoryAggregate, partsOfTagAggregate, partsOfCustomerAggregate, partsOfProductCategoryAggregate, partsOfSpamFilterRuleAggregate, partsOfMediaAggregate, partsOfWebsiteFrameAggregate, ...rest } = entity;
696
+ const { usersAggregate, partsOfWebsiteSettingsAggregate, partsOfMediaFolderAggregate, partsOfEnquiryAggregate, partsOfProductAggregate, partsOfPostAggregate, partsOfPostCategoryAggregate, partsOfTagAggregate, partsOfCustomerAggregate, partsOfProductCategoryAggregate, partsOfSpamFilterRuleAggregate, partsOfMediaAggregate, langsAggregate, themesAggregate, ...rest } = entity;
689
697
  return {
690
698
  ...rest,
691
699
  websiteType: convertHasOneToInput(entity.websiteType),
692
- selectedTheme: convertHasOneToInput(entity.selectedTheme),
693
700
  owner: convertHasOneToInput(entity.owner),
694
701
  users: convertHasManyToInput(entity.users),
695
702
  partsOfWebsiteSettings: convertHasManyToInput(entity.partsOfWebsiteSettings),
696
- partsOfTheme: convertHasManyToInput(entity.partsOfTheme),
697
- partsOfTemplate: convertHasManyToInput(entity.partsOfTemplate),
698
- partsOfTemplateCategory: convertHasManyToInput(entity.partsOfTemplateCategory),
699
703
  partsOfMediaFolder: convertHasManyToInput(entity.partsOfMediaFolder),
700
704
  partsOfEnquiry: convertHasManyToInput(entity.partsOfEnquiry),
701
- partsOfPage: convertHasManyToInput(entity.partsOfPage),
702
705
  partsOfProduct: convertHasManyToInput(entity.partsOfProduct),
703
706
  partsOfPost: convertHasManyToInput(entity.partsOfPost),
704
707
  partsOfPostCategory: convertHasManyToInput(entity.partsOfPostCategory),
@@ -707,14 +710,16 @@ const websiteToInput = (entity) => {
707
710
  partsOfProductCategory: convertHasManyToInput(entity.partsOfProductCategory),
708
711
  partsOfSpamFilterRule: convertHasManyToInput(entity.partsOfSpamFilterRule),
709
712
  partsOfMedia: convertHasManyToInput(entity.partsOfMedia),
710
- partsOfWebsiteFrame: convertHasManyToInput(entity.partsOfWebsiteFrame)
713
+ langs: convertHasManyToInput(entity.langs),
714
+ baseLang: convertHasOneToInput(entity.baseLang),
715
+ themes: convertHasManyToInput(entity.themes),
716
+ analyticsConfig: convertHasOneToInput(entity.analyticsConfig)
711
717
  };
712
718
  };
713
719
  const websiteSettingsToInputCascade = (entity) => {
714
720
  return {
715
721
  ...entity,
716
722
  lang: entity.lang ? processHasOneClear({ sync: langToInput(entity.lang) }) : void 0,
717
- contactAvatar: entity.contactAvatar ? processHasOneClear({ sync: mediaToInput(entity.contactAvatar) }) : void 0,
718
723
  website: entity.website ? processHasOneClear({ sync: websiteToInput(entity.website) }) : void 0
719
724
  };
720
725
  };
@@ -722,44 +727,37 @@ const websiteSettingsToInput = (entity) => {
722
727
  return {
723
728
  ...entity,
724
729
  lang: convertHasOneToInput(entity.lang),
725
- contactAvatar: convertHasOneToInput(entity.contactAvatar),
726
730
  website: convertHasOneToInput(entity.website)
727
731
  };
728
732
  };
729
733
  const langToInputCascade = (entity) => {
730
- var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l, _m, _n, _o, _p;
731
- const { webPartsOfWebsiteSettingsAggregate, webPartsOfThemeAggregate, webPartsOfTemplateAggregate, webPartsOfTemplateCategoryAggregate, webPartsOfMediaFolderAggregate, webPartsOfEnquiryAggregate, webPartsOfPageAggregate, webPartsOfProductAggregate, webPartsOfPostAggregate, webPartsOfPostCategoryAggregate, webPartsOfTagAggregate, webPartsOfCustomerAggregate, webPartsOfProductCategoryAggregate, webPartsOfSpamFilterRuleAggregate, webPartsOfMediaAggregate, webPartsOfWebsiteFrameAggregate, ...rest } = entity;
734
+ var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l, _m, _n;
735
+ const { webPartsOfWebsiteSettingsAggregate, webPartsOfMediaFolderAggregate, webPartsOfEnquiryAggregate, webPartsOfProductAggregate, webPartsOfPostAggregate, webPartsOfPostCategoryAggregate, webPartsOfTagAggregate, webPartsOfCustomerAggregate, webPartsOfProductCategoryAggregate, webPartsOfSpamFilterRuleAggregate, webPartsOfMediaAggregate, websitesAggregate, baseLangOfAggregate, themesAggregate, ...rest } = entity;
732
736
  return {
733
737
  ...rest,
734
738
  webPartsOfWebsiteSettings: entity.webPartsOfWebsiteSettings ? processHasManyClear({ sync: (_a = entity.webPartsOfWebsiteSettings) == null ? void 0 : _a.map((ent) => websiteSettingsToInput(ent)) }) : void 0,
735
- webPartsOfTheme: entity.webPartsOfTheme ? processHasManyClear({ sync: (_b = entity.webPartsOfTheme) == null ? void 0 : _b.map((ent) => themeToInput(ent)) }) : void 0,
736
- webPartsOfTemplate: entity.webPartsOfTemplate ? processHasManyClear({ sync: (_c = entity.webPartsOfTemplate) == null ? void 0 : _c.map((ent) => templateToInput(ent)) }) : void 0,
737
- webPartsOfTemplateCategory: entity.webPartsOfTemplateCategory ? processHasManyClear({ sync: (_d = entity.webPartsOfTemplateCategory) == null ? void 0 : _d.map((ent) => templateCategoryToInput(ent)) }) : void 0,
738
- webPartsOfMediaFolder: entity.webPartsOfMediaFolder ? processHasManyClear({ sync: (_e = entity.webPartsOfMediaFolder) == null ? void 0 : _e.map((ent) => mediaFolderToInput(ent)) }) : void 0,
739
- webPartsOfEnquiry: entity.webPartsOfEnquiry ? processHasManyClear({ sync: (_f = entity.webPartsOfEnquiry) == null ? void 0 : _f.map((ent) => enquiryToInput(ent)) }) : void 0,
740
- webPartsOfPage: entity.webPartsOfPage ? processHasManyClear({ sync: (_g = entity.webPartsOfPage) == null ? void 0 : _g.map((ent) => pageToInput(ent)) }) : void 0,
741
- webPartsOfProduct: entity.webPartsOfProduct ? processHasManyClear({ sync: (_h = entity.webPartsOfProduct) == null ? void 0 : _h.map((ent) => productToInput(ent)) }) : void 0,
742
- webPartsOfPost: entity.webPartsOfPost ? processHasManyClear({ sync: (_i = entity.webPartsOfPost) == null ? void 0 : _i.map((ent) => postToInput(ent)) }) : void 0,
743
- webPartsOfPostCategory: entity.webPartsOfPostCategory ? processHasManyClear({ sync: (_j = entity.webPartsOfPostCategory) == null ? void 0 : _j.map((ent) => postCategoryToInput(ent)) }) : void 0,
744
- webPartsOfTag: entity.webPartsOfTag ? processHasManyClear({ sync: (_k = entity.webPartsOfTag) == null ? void 0 : _k.map((ent) => tagToInput(ent)) }) : void 0,
745
- webPartsOfCustomer: entity.webPartsOfCustomer ? processHasManyClear({ sync: (_l = entity.webPartsOfCustomer) == null ? void 0 : _l.map((ent) => customerToInput(ent)) }) : void 0,
746
- webPartsOfProductCategory: entity.webPartsOfProductCategory ? processHasManyClear({ sync: (_m = entity.webPartsOfProductCategory) == null ? void 0 : _m.map((ent) => productCategoryToInput(ent)) }) : void 0,
747
- webPartsOfSpamFilterRule: entity.webPartsOfSpamFilterRule ? processHasManyClear({ sync: (_n = entity.webPartsOfSpamFilterRule) == null ? void 0 : _n.map((ent) => spamFilterRuleToInput(ent)) }) : void 0,
748
- webPartsOfMedia: entity.webPartsOfMedia ? processHasManyClear({ sync: (_o = entity.webPartsOfMedia) == null ? void 0 : _o.map((ent) => mediaToInput(ent)) }) : void 0,
749
- webPartsOfWebsiteFrame: entity.webPartsOfWebsiteFrame ? processHasManyClear({ sync: (_p = entity.webPartsOfWebsiteFrame) == null ? void 0 : _p.map((ent) => websiteFrameToInput(ent)) }) : void 0
739
+ webPartsOfMediaFolder: entity.webPartsOfMediaFolder ? processHasManyClear({ sync: (_b = entity.webPartsOfMediaFolder) == null ? void 0 : _b.map((ent) => mediaFolderToInput(ent)) }) : void 0,
740
+ webPartsOfEnquiry: entity.webPartsOfEnquiry ? processHasManyClear({ sync: (_c = entity.webPartsOfEnquiry) == null ? void 0 : _c.map((ent) => enquiryToInput(ent)) }) : void 0,
741
+ webPartsOfProduct: entity.webPartsOfProduct ? processHasManyClear({ sync: (_d = entity.webPartsOfProduct) == null ? void 0 : _d.map((ent) => productToInput(ent)) }) : void 0,
742
+ webPartsOfPost: entity.webPartsOfPost ? processHasManyClear({ sync: (_e = entity.webPartsOfPost) == null ? void 0 : _e.map((ent) => postToInput(ent)) }) : void 0,
743
+ webPartsOfPostCategory: entity.webPartsOfPostCategory ? processHasManyClear({ sync: (_f = entity.webPartsOfPostCategory) == null ? void 0 : _f.map((ent) => postCategoryToInput(ent)) }) : void 0,
744
+ webPartsOfTag: entity.webPartsOfTag ? processHasManyClear({ sync: (_g = entity.webPartsOfTag) == null ? void 0 : _g.map((ent) => tagToInput(ent)) }) : void 0,
745
+ webPartsOfCustomer: entity.webPartsOfCustomer ? processHasManyClear({ sync: (_h = entity.webPartsOfCustomer) == null ? void 0 : _h.map((ent) => customerToInput(ent)) }) : void 0,
746
+ webPartsOfProductCategory: entity.webPartsOfProductCategory ? processHasManyClear({ sync: (_i = entity.webPartsOfProductCategory) == null ? void 0 : _i.map((ent) => productCategoryToInput(ent)) }) : void 0,
747
+ webPartsOfSpamFilterRule: entity.webPartsOfSpamFilterRule ? processHasManyClear({ sync: (_j = entity.webPartsOfSpamFilterRule) == null ? void 0 : _j.map((ent) => spamFilterRuleToInput(ent)) }) : void 0,
748
+ webPartsOfMedia: entity.webPartsOfMedia ? processHasManyClear({ sync: (_k = entity.webPartsOfMedia) == null ? void 0 : _k.map((ent) => mediaToInput(ent)) }) : void 0,
749
+ websites: entity.websites ? processHasManyClear({ sync: (_l = entity.websites) == null ? void 0 : _l.map((ent) => websiteToInput(ent)) }) : void 0,
750
+ baseLangOf: entity.baseLangOf ? processHasManyClear({ sync: (_m = entity.baseLangOf) == null ? void 0 : _m.map((ent) => websiteToInput(ent)) }) : void 0,
751
+ themes: entity.themes ? processHasManyClear({ sync: (_n = entity.themes) == null ? void 0 : _n.map((ent) => themeToInput(ent)) }) : void 0
750
752
  };
751
753
  };
752
754
  const langToInput = (entity) => {
753
- const { webPartsOfWebsiteSettingsAggregate, webPartsOfThemeAggregate, webPartsOfTemplateAggregate, webPartsOfTemplateCategoryAggregate, webPartsOfMediaFolderAggregate, webPartsOfEnquiryAggregate, webPartsOfPageAggregate, webPartsOfProductAggregate, webPartsOfPostAggregate, webPartsOfPostCategoryAggregate, webPartsOfTagAggregate, webPartsOfCustomerAggregate, webPartsOfProductCategoryAggregate, webPartsOfSpamFilterRuleAggregate, webPartsOfMediaAggregate, webPartsOfWebsiteFrameAggregate, ...rest } = entity;
755
+ const { webPartsOfWebsiteSettingsAggregate, webPartsOfMediaFolderAggregate, webPartsOfEnquiryAggregate, webPartsOfProductAggregate, webPartsOfPostAggregate, webPartsOfPostCategoryAggregate, webPartsOfTagAggregate, webPartsOfCustomerAggregate, webPartsOfProductCategoryAggregate, webPartsOfSpamFilterRuleAggregate, webPartsOfMediaAggregate, websitesAggregate, baseLangOfAggregate, themesAggregate, ...rest } = entity;
754
756
  return {
755
757
  ...rest,
756
758
  webPartsOfWebsiteSettings: convertHasManyToInput(entity.webPartsOfWebsiteSettings),
757
- webPartsOfTheme: convertHasManyToInput(entity.webPartsOfTheme),
758
- webPartsOfTemplate: convertHasManyToInput(entity.webPartsOfTemplate),
759
- webPartsOfTemplateCategory: convertHasManyToInput(entity.webPartsOfTemplateCategory),
760
759
  webPartsOfMediaFolder: convertHasManyToInput(entity.webPartsOfMediaFolder),
761
760
  webPartsOfEnquiry: convertHasManyToInput(entity.webPartsOfEnquiry),
762
- webPartsOfPage: convertHasManyToInput(entity.webPartsOfPage),
763
761
  webPartsOfProduct: convertHasManyToInput(entity.webPartsOfProduct),
764
762
  webPartsOfPost: convertHasManyToInput(entity.webPartsOfPost),
765
763
  webPartsOfPostCategory: convertHasManyToInput(entity.webPartsOfPostCategory),
@@ -768,7 +766,9 @@ const langToInput = (entity) => {
768
766
  webPartsOfProductCategory: convertHasManyToInput(entity.webPartsOfProductCategory),
769
767
  webPartsOfSpamFilterRule: convertHasManyToInput(entity.webPartsOfSpamFilterRule),
770
768
  webPartsOfMedia: convertHasManyToInput(entity.webPartsOfMedia),
771
- webPartsOfWebsiteFrame: convertHasManyToInput(entity.webPartsOfWebsiteFrame)
769
+ websites: convertHasManyToInput(entity.websites),
770
+ baseLangOf: convertHasManyToInput(entity.baseLangOf),
771
+ themes: convertHasManyToInput(entity.themes)
772
772
  };
773
773
  };
774
774
  const mediaFolderToInputCascade = (entity) => {
@@ -795,44 +795,40 @@ const mediaFolderToInput = (entity) => {
795
795
  };
796
796
  };
797
797
  const mediaToInputCascade = (entity) => {
798
- var _a, _b, _c, _d, _e, _f, _g, _h, _i;
799
- const { file, coverOfAggregate, ogMetaOfPageAggregate, ogMetaOfProductAggregate, ogMetaOfPostAggregate, meidaOfProductAggregate, productMediaPivotsAggregate, productAttacPivotsAggregate, usedByContactAggregate, coverOfThemeAggregate, ...rest } = entity;
798
+ var _a, _b, _c, _d, _e, _f, _g;
799
+ const { file, coverOfAggregate, meidaOfProductAggregate, productMediaPivotsAggregate, productAttacPivotsAggregate, coverOfThemeAggregate, usedByThemConfigAggregate, pageMetaAggregate, ...rest } = entity;
800
800
  return {
801
801
  ...rest,
802
802
  folder: entity.folder ? processHasOneClear({ sync: mediaFolderToInput(entity.folder) }) : void 0,
803
803
  lang: entity.lang ? processHasOneClear({ sync: langToInput(entity.lang) }) : void 0,
804
804
  coverOf: entity.coverOf ? processHasManyClear({ sync: (_a = entity.coverOf) == null ? void 0 : _a.map((ent) => postToInput(ent)) }) : void 0,
805
805
  avatarOfUser: entity.avatarOfUser ? processHasOneClear({ sync: userToInput(entity.avatarOfUser) }) : void 0,
806
- ogMetaOfPage: entity.ogMetaOfPage ? processHasManyClear({ sync: (_b = entity.ogMetaOfPage) == null ? void 0 : _b.map((ent) => pageToInput(ent)) }) : void 0,
807
- ogMetaOfProduct: entity.ogMetaOfProduct ? processHasManyClear({ sync: (_c = entity.ogMetaOfProduct) == null ? void 0 : _c.map((ent) => productToInput(ent)) }) : void 0,
808
- ogMetaOfPost: entity.ogMetaOfPost ? processHasManyClear({ sync: (_d = entity.ogMetaOfPost) == null ? void 0 : _d.map((ent) => postToInput(ent)) }) : void 0,
809
- meidaOfProduct: entity.meidaOfProduct ? processHasManyClear({ sync: (_e = entity.meidaOfProduct) == null ? void 0 : _e.map((ent) => productCategoryToInput(ent)) }) : void 0,
810
- productMediaPivots: entity.productMediaPivots ? processHasManyClear({ sync: (_f = entity.productMediaPivots) == null ? void 0 : _f.map((ent) => mediaOnProductToInput(ent)) }) : void 0,
811
- productAttacPivots: entity.productAttacPivots ? processHasManyClear({ sync: (_g = entity.productAttacPivots) == null ? void 0 : _g.map((ent) => attachmentOnProductToInput(ent)) }) : void 0,
806
+ meidaOfProduct: entity.meidaOfProduct ? processHasManyClear({ sync: (_b = entity.meidaOfProduct) == null ? void 0 : _b.map((ent) => productCategoryToInput(ent)) }) : void 0,
807
+ productMediaPivots: entity.productMediaPivots ? processHasManyClear({ sync: (_c = entity.productMediaPivots) == null ? void 0 : _c.map((ent) => mediaOnProductToInput(ent)) }) : void 0,
808
+ productAttacPivots: entity.productAttacPivots ? processHasManyClear({ sync: (_d = entity.productAttacPivots) == null ? void 0 : _d.map((ent) => attachmentOnProductToInput(ent)) }) : void 0,
812
809
  website: entity.website ? processHasOneClear({ sync: websiteToInput(entity.website) }) : void 0,
813
- usedByContact: entity.usedByContact ? processHasManyClear({ sync: (_h = entity.usedByContact) == null ? void 0 : _h.map((ent) => websiteSettingsToInput(ent)) }) : void 0,
814
- coverOfTheme: entity.coverOfTheme ? processHasManyClear({ sync: (_i = entity.coverOfTheme) == null ? void 0 : _i.map((ent) => themeToInput(ent)) }) : void 0,
815
- postCategory: entity.postCategory ? processHasOneClear({ sync: postCategoryToInput(entity.postCategory) }) : void 0
810
+ coverOfTheme: entity.coverOfTheme ? processHasManyClear({ sync: (_e = entity.coverOfTheme) == null ? void 0 : _e.map((ent) => themeToInput(ent)) }) : void 0,
811
+ postCategory: entity.postCategory ? processHasOneClear({ sync: postCategoryToInput(entity.postCategory) }) : void 0,
812
+ usedByThemConfig: entity.usedByThemConfig ? processHasManyClear({ sync: (_f = entity.usedByThemConfig) == null ? void 0 : _f.map((ent) => themeConfigToInput(ent)) }) : void 0,
813
+ pageMeta: entity.pageMeta ? processHasManyClear({ sync: (_g = entity.pageMeta) == null ? void 0 : _g.map((ent) => pageMetaToInput(ent)) }) : void 0
816
814
  };
817
815
  };
818
816
  const mediaToInput = (entity) => {
819
- const { file, coverOfAggregate, ogMetaOfPageAggregate, ogMetaOfProductAggregate, ogMetaOfPostAggregate, meidaOfProductAggregate, productMediaPivotsAggregate, productAttacPivotsAggregate, usedByContactAggregate, coverOfThemeAggregate, ...rest } = entity;
817
+ const { file, coverOfAggregate, meidaOfProductAggregate, productMediaPivotsAggregate, productAttacPivotsAggregate, coverOfThemeAggregate, usedByThemConfigAggregate, pageMetaAggregate, ...rest } = entity;
820
818
  return {
821
819
  ...rest,
822
820
  folder: convertHasOneToInput(entity.folder),
823
821
  lang: convertHasOneToInput(entity.lang),
824
822
  coverOf: convertHasManyToInput(entity.coverOf),
825
823
  avatarOfUser: convertHasOneToInput(entity.avatarOfUser),
826
- ogMetaOfPage: convertHasManyToInput(entity.ogMetaOfPage),
827
- ogMetaOfProduct: convertHasManyToInput(entity.ogMetaOfProduct),
828
- ogMetaOfPost: convertHasManyToInput(entity.ogMetaOfPost),
829
824
  meidaOfProduct: convertHasManyToInput(entity.meidaOfProduct),
830
825
  productMediaPivots: convertHasManyToInput(entity.productMediaPivots),
831
826
  productAttacPivots: convertHasManyToInput(entity.productAttacPivots),
832
827
  website: convertHasOneToInput(entity.website),
833
- usedByContact: convertHasManyToInput(entity.usedByContact),
834
828
  coverOfTheme: convertHasManyToInput(entity.coverOfTheme),
835
- postCategory: convertHasOneToInput(entity.postCategory)
829
+ postCategory: convertHasOneToInput(entity.postCategory),
830
+ usedByThemConfig: convertHasManyToInput(entity.usedByThemConfig),
831
+ pageMeta: convertHasManyToInput(entity.pageMeta)
836
832
  };
837
833
  };
838
834
  const userToInputCascade = (entity) => {
@@ -845,7 +841,7 @@ const userToInputCascade = (entity) => {
845
841
  products: entity.products ? processHasManyClear({ sync: (_b = entity.products) == null ? void 0 : _b.map((ent) => productToInput(ent)) }) : void 0,
846
842
  posts: entity.posts ? processHasManyClear({ sync: (_c = entity.posts) == null ? void 0 : _c.map((ent) => postToInput(ent)) }) : void 0,
847
843
  websites: entity.websites ? processHasManyClear({ sync: (_d = entity.websites) == null ? void 0 : _d.map((ent) => websiteToInput(ent)) }) : void 0,
848
- belongsTo: entity.belongsTo ? processHasOneClear({ sync: websiteToInput(entity.belongsTo) }) : void 0
844
+ website: entity.website ? processHasOneClear({ sync: websiteToInput(entity.website) }) : void 0
849
845
  };
850
846
  };
851
847
  const userToInput = (entity) => {
@@ -857,7 +853,7 @@ const userToInput = (entity) => {
857
853
  products: convertHasManyToInput(entity.products),
858
854
  posts: convertHasManyToInput(entity.posts),
859
855
  websites: convertHasManyToInput(entity.websites),
860
- belongsTo: convertHasOneToInput(entity.belongsTo)
856
+ website: convertHasOneToInput(entity.website)
861
857
  };
862
858
  };
863
859
  var UserDistinctEnum = /* @__PURE__ */ ((UserDistinctEnum2) => {
@@ -936,6 +932,7 @@ var MediaDistinctEnum = /* @__PURE__ */ ((MediaDistinctEnum2) => {
936
932
  MediaDistinctEnum2["createdAt"] = "createdAt";
937
933
  MediaDistinctEnum2["updatedAt"] = "updatedAt";
938
934
  MediaDistinctEnum2["mediaType"] = "mediaType";
935
+ MediaDistinctEnum2["content"] = "content";
939
936
  return MediaDistinctEnum2;
940
937
  })(MediaDistinctEnum || {});
941
938
  var MediaType = /* @__PURE__ */ ((MediaType2) => {
@@ -1003,6 +1000,9 @@ var LangDistinctEnum = /* @__PURE__ */ ((LangDistinctEnum2) => {
1003
1000
  LangDistinctEnum2["localName"] = "localName";
1004
1001
  LangDistinctEnum2["icon"] = "icon";
1005
1002
  LangDistinctEnum2["description"] = "description";
1003
+ LangDistinctEnum2["circleIcon"] = "circleIcon";
1004
+ LangDistinctEnum2["cnName"] = "cnName";
1005
+ LangDistinctEnum2["htmlLang"] = "htmlLang";
1006
1006
  return LangDistinctEnum2;
1007
1007
  })(LangDistinctEnum || {});
1008
1008
  const WebsiteTypeEntityName = "WebsiteType";
@@ -1028,25 +1028,12 @@ var PageDistinctEnum = /* @__PURE__ */ ((PageDistinctEnum2) => {
1028
1028
  PageDistinctEnum2["remark"] = "remark";
1029
1029
  PageDistinctEnum2["pageType"] = "pageType";
1030
1030
  PageDistinctEnum2["dataSource"] = "dataSource";
1031
- PageDistinctEnum2["content"] = "content";
1032
- PageDistinctEnum2["extends"] = "extends";
1031
+ PageDistinctEnum2["content2"] = "content2";
1033
1032
  PageDistinctEnum2["createdAt"] = "createdAt";
1034
1033
  PageDistinctEnum2["updatedAt"] = "updatedAt";
1035
- PageDistinctEnum2["seoTitle"] = "seoTitle";
1036
- PageDistinctEnum2["seoKeywords"] = "seoKeywords";
1037
- PageDistinctEnum2["seoDescription"] = "seoDescription";
1038
- PageDistinctEnum2["ogTitle"] = "ogTitle";
1039
- PageDistinctEnum2["ogDescription"] = "ogDescription";
1040
- PageDistinctEnum2["ogUrl"] = "ogUrl";
1041
- PageDistinctEnum2["ogSiteName"] = "ogSiteName";
1042
- PageDistinctEnum2["ogType"] = "ogType";
1043
- PageDistinctEnum2["xCard"] = "xCard";
1044
- PageDistinctEnum2["xSite"] = "xSite";
1045
- PageDistinctEnum2["xTitle"] = "xTitle";
1046
- PageDistinctEnum2["xDescription"] = "xDescription";
1047
- PageDistinctEnum2["xUrl"] = "xUrl";
1048
1034
  PageDistinctEnum2["slug"] = "slug";
1049
1035
  PageDistinctEnum2["description"] = "description";
1036
+ PageDistinctEnum2["code"] = "code";
1050
1037
  return PageDistinctEnum2;
1051
1038
  })(PageDistinctEnum || {});
1052
1039
  const PostEntityName = "Post";
@@ -1059,23 +1046,10 @@ var PostDistinctEnum = /* @__PURE__ */ ((PostDistinctEnum2) => {
1059
1046
  PostDistinctEnum2["publishedAt"] = "publishedAt";
1060
1047
  PostDistinctEnum2["status"] = "status";
1061
1048
  PostDistinctEnum2["title"] = "title";
1062
- PostDistinctEnum2["content"] = "content";
1063
1049
  PostDistinctEnum2["extends"] = "extends";
1064
1050
  PostDistinctEnum2["createdAt"] = "createdAt";
1065
1051
  PostDistinctEnum2["updatedAt"] = "updatedAt";
1066
- PostDistinctEnum2["seoTitle"] = "seoTitle";
1067
- PostDistinctEnum2["seoKeywords"] = "seoKeywords";
1068
- PostDistinctEnum2["seoDescription"] = "seoDescription";
1069
- PostDistinctEnum2["ogTitle"] = "ogTitle";
1070
- PostDistinctEnum2["ogDescription"] = "ogDescription";
1071
- PostDistinctEnum2["ogUrl"] = "ogUrl";
1072
- PostDistinctEnum2["ogSiteName"] = "ogSiteName";
1073
- PostDistinctEnum2["ogType"] = "ogType";
1074
- PostDistinctEnum2["xCard"] = "xCard";
1075
- PostDistinctEnum2["xSite"] = "xSite";
1076
- PostDistinctEnum2["xTitle"] = "xTitle";
1077
- PostDistinctEnum2["xDescription"] = "xDescription";
1078
- PostDistinctEnum2["xUrl"] = "xUrl";
1052
+ PostDistinctEnum2["content"] = "content";
1079
1053
  PostDistinctEnum2["slug"] = "slug";
1080
1054
  PostDistinctEnum2["description"] = "description";
1081
1055
  return PostDistinctEnum2;
@@ -1096,23 +1070,10 @@ var ProductDistinctEnum = /* @__PURE__ */ ((ProductDistinctEnum2) => {
1096
1070
  ProductDistinctEnum2["publishedAt"] = "publishedAt";
1097
1071
  ProductDistinctEnum2["status"] = "status";
1098
1072
  ProductDistinctEnum2["title"] = "title";
1099
- ProductDistinctEnum2["content"] = "content";
1100
1073
  ProductDistinctEnum2["extends"] = "extends";
1101
1074
  ProductDistinctEnum2["createdAt"] = "createdAt";
1102
1075
  ProductDistinctEnum2["updatedAt"] = "updatedAt";
1103
- ProductDistinctEnum2["seoTitle"] = "seoTitle";
1104
- ProductDistinctEnum2["seoKeywords"] = "seoKeywords";
1105
- ProductDistinctEnum2["seoDescription"] = "seoDescription";
1106
- ProductDistinctEnum2["ogTitle"] = "ogTitle";
1107
- ProductDistinctEnum2["ogDescription"] = "ogDescription";
1108
- ProductDistinctEnum2["ogUrl"] = "ogUrl";
1109
- ProductDistinctEnum2["ogSiteName"] = "ogSiteName";
1110
- ProductDistinctEnum2["ogType"] = "ogType";
1111
- ProductDistinctEnum2["xCard"] = "xCard";
1112
- ProductDistinctEnum2["xSite"] = "xSite";
1113
- ProductDistinctEnum2["xTitle"] = "xTitle";
1114
- ProductDistinctEnum2["xDescription"] = "xDescription";
1115
- ProductDistinctEnum2["xUrl"] = "xUrl";
1076
+ ProductDistinctEnum2["content"] = "content";
1116
1077
  ProductDistinctEnum2["slug"] = "slug";
1117
1078
  ProductDistinctEnum2["description"] = "description";
1118
1079
  return ProductDistinctEnum2;
@@ -1134,6 +1095,7 @@ var EnquiryDistinctEnum = /* @__PURE__ */ ((EnquiryDistinctEnum2) => {
1134
1095
  EnquiryDistinctEnum2["spam"] = "spam";
1135
1096
  EnquiryDistinctEnum2["createdAt"] = "createdAt";
1136
1097
  EnquiryDistinctEnum2["updatedAt"] = "updatedAt";
1098
+ EnquiryDistinctEnum2["content"] = "content";
1137
1099
  return EnquiryDistinctEnum2;
1138
1100
  })(EnquiryDistinctEnum || {});
1139
1101
  const WebsiteSettingsEntityName = "WebsiteSettings";
@@ -1141,14 +1103,7 @@ const WebsiteSettingsEntityLabel = "";
1141
1103
  var WebsiteSettingsDistinctEnum = /* @__PURE__ */ ((WebsiteSettingsDistinctEnum2) => {
1142
1104
  WebsiteSettingsDistinctEnum2["id"] = "id";
1143
1105
  WebsiteSettingsDistinctEnum2["smtpConfig"] = "smtpConfig";
1144
- WebsiteSettingsDistinctEnum2["contact"] = "contact";
1145
- WebsiteSettingsDistinctEnum2["address"] = "address";
1146
- WebsiteSettingsDistinctEnum2["email"] = "email";
1147
- WebsiteSettingsDistinctEnum2["tel"] = "tel";
1148
- WebsiteSettingsDistinctEnum2["fax"] = "fax";
1149
- WebsiteSettingsDistinctEnum2["wechat"] = "wechat";
1150
1106
  WebsiteSettingsDistinctEnum2["whatsapp"] = "whatsapp";
1151
- WebsiteSettingsDistinctEnum2["mobile"] = "mobile";
1152
1107
  WebsiteSettingsDistinctEnum2["robots"] = "robots";
1153
1108
  WebsiteSettingsDistinctEnum2["websiteName"] = "websiteName";
1154
1109
  WebsiteSettingsDistinctEnum2["domain"] = "domain";
@@ -1158,32 +1113,11 @@ var WebsiteSettingsDistinctEnum = /* @__PURE__ */ ((WebsiteSettingsDistinctEnum2
1158
1113
  WebsiteSettingsDistinctEnum2["footerCode"] = "footerCode";
1159
1114
  WebsiteSettingsDistinctEnum2["gaTrackingId"] = "gaTrackingId";
1160
1115
  WebsiteSettingsDistinctEnum2["noticeEmail"] = "noticeEmail";
1161
- WebsiteSettingsDistinctEnum2["emailTemplates"] = "emailTemplates";
1162
1116
  WebsiteSettingsDistinctEnum2["createdAt"] = "createdAt";
1163
1117
  WebsiteSettingsDistinctEnum2["updatedAt"] = "updatedAt";
1118
+ WebsiteSettingsDistinctEnum2["content"] = "content";
1164
1119
  return WebsiteSettingsDistinctEnum2;
1165
1120
  })(WebsiteSettingsDistinctEnum || {});
1166
- const TemplateEntityName = "Template";
1167
- const TemplateEntityLabel = "";
1168
- var TemplateDistinctEnum = /* @__PURE__ */ ((TemplateDistinctEnum2) => {
1169
- TemplateDistinctEnum2["id"] = "id";
1170
- TemplateDistinctEnum2["name"] = "name";
1171
- TemplateDistinctEnum2["seqValue"] = "seqValue";
1172
- TemplateDistinctEnum2["content"] = "content";
1173
- TemplateDistinctEnum2["createdAt"] = "createdAt";
1174
- TemplateDistinctEnum2["updatedAt"] = "updatedAt";
1175
- return TemplateDistinctEnum2;
1176
- })(TemplateDistinctEnum || {});
1177
- const TemplateCategoryEntityName = "TemplateCategory";
1178
- const TemplateCategoryEntityLabel = "";
1179
- var TemplateCategoryDistinctEnum = /* @__PURE__ */ ((TemplateCategoryDistinctEnum2) => {
1180
- TemplateCategoryDistinctEnum2["id"] = "id";
1181
- TemplateCategoryDistinctEnum2["name"] = "name";
1182
- TemplateCategoryDistinctEnum2["seqValue"] = "seqValue";
1183
- TemplateCategoryDistinctEnum2["createdAt"] = "createdAt";
1184
- TemplateCategoryDistinctEnum2["updatedAt"] = "updatedAt";
1185
- return TemplateCategoryDistinctEnum2;
1186
- })(TemplateCategoryDistinctEnum || {});
1187
1121
  const ThemeEntityName = "Theme";
1188
1122
  const ThemeEntityLabel = "";
1189
1123
  var ThemeDistinctEnum = /* @__PURE__ */ ((ThemeDistinctEnum2) => {
@@ -1194,6 +1128,8 @@ var ThemeDistinctEnum = /* @__PURE__ */ ((ThemeDistinctEnum2) => {
1194
1128
  ThemeDistinctEnum2["description"] = "description";
1195
1129
  ThemeDistinctEnum2["tailwindConfig"] = "tailwindConfig";
1196
1130
  ThemeDistinctEnum2["css"] = "css";
1131
+ ThemeDistinctEnum2["isInMarket"] = "isInMarket";
1132
+ ThemeDistinctEnum2["themeVersionId"] = "themeVersionId";
1197
1133
  ThemeDistinctEnum2["createdAt"] = "createdAt";
1198
1134
  ThemeDistinctEnum2["updatedAt"] = "updatedAt";
1199
1135
  return ThemeDistinctEnum2;
@@ -1206,12 +1142,14 @@ var MediaFolderDistinctEnum = /* @__PURE__ */ ((MediaFolderDistinctEnum2) => {
1206
1142
  MediaFolderDistinctEnum2["seqValue"] = "seqValue";
1207
1143
  MediaFolderDistinctEnum2["createdAt"] = "createdAt";
1208
1144
  MediaFolderDistinctEnum2["updatedAt"] = "updatedAt";
1145
+ MediaFolderDistinctEnum2["content"] = "content";
1209
1146
  return MediaFolderDistinctEnum2;
1210
1147
  })(MediaFolderDistinctEnum || {});
1211
1148
  var WebsitePartDistinctEnum = /* @__PURE__ */ ((WebsitePartDistinctEnum2) => {
1212
1149
  WebsitePartDistinctEnum2["id"] = "id";
1213
1150
  WebsitePartDistinctEnum2["createdAt"] = "createdAt";
1214
1151
  WebsitePartDistinctEnum2["updatedAt"] = "updatedAt";
1152
+ WebsitePartDistinctEnum2["content"] = "content";
1215
1153
  return WebsitePartDistinctEnum2;
1216
1154
  })(WebsitePartDistinctEnum || {});
1217
1155
  var WebsiteTypeStatus = /* @__PURE__ */ ((WebsiteTypeStatus2) => {
@@ -1222,23 +1160,10 @@ var WebsiteTypeStatus = /* @__PURE__ */ ((WebsiteTypeStatus2) => {
1222
1160
  var WebsiteContentDistinctEnum = /* @__PURE__ */ ((WebsiteContentDistinctEnum2) => {
1223
1161
  WebsiteContentDistinctEnum2["id"] = "id";
1224
1162
  WebsiteContentDistinctEnum2["title"] = "title";
1225
- WebsiteContentDistinctEnum2["content"] = "content";
1226
1163
  WebsiteContentDistinctEnum2["extends"] = "extends";
1227
1164
  WebsiteContentDistinctEnum2["createdAt"] = "createdAt";
1228
1165
  WebsiteContentDistinctEnum2["updatedAt"] = "updatedAt";
1229
- WebsiteContentDistinctEnum2["seoTitle"] = "seoTitle";
1230
- WebsiteContentDistinctEnum2["seoKeywords"] = "seoKeywords";
1231
- WebsiteContentDistinctEnum2["seoDescription"] = "seoDescription";
1232
- WebsiteContentDistinctEnum2["ogTitle"] = "ogTitle";
1233
- WebsiteContentDistinctEnum2["ogDescription"] = "ogDescription";
1234
- WebsiteContentDistinctEnum2["ogUrl"] = "ogUrl";
1235
- WebsiteContentDistinctEnum2["ogSiteName"] = "ogSiteName";
1236
- WebsiteContentDistinctEnum2["ogType"] = "ogType";
1237
- WebsiteContentDistinctEnum2["xCard"] = "xCard";
1238
- WebsiteContentDistinctEnum2["xSite"] = "xSite";
1239
- WebsiteContentDistinctEnum2["xTitle"] = "xTitle";
1240
- WebsiteContentDistinctEnum2["xDescription"] = "xDescription";
1241
- WebsiteContentDistinctEnum2["xUrl"] = "xUrl";
1166
+ WebsiteContentDistinctEnum2["content"] = "content";
1242
1167
  WebsiteContentDistinctEnum2["slug"] = "slug";
1243
1168
  WebsiteContentDistinctEnum2["description"] = "description";
1244
1169
  return WebsiteContentDistinctEnum2;
@@ -1251,6 +1176,7 @@ var PostCategoryDistinctEnum = /* @__PURE__ */ ((PostCategoryDistinctEnum2) => {
1251
1176
  PostCategoryDistinctEnum2["seqValue"] = "seqValue";
1252
1177
  PostCategoryDistinctEnum2["createdAt"] = "createdAt";
1253
1178
  PostCategoryDistinctEnum2["updatedAt"] = "updatedAt";
1179
+ PostCategoryDistinctEnum2["content"] = "content";
1254
1180
  PostCategoryDistinctEnum2["slug"] = "slug";
1255
1181
  PostCategoryDistinctEnum2["description"] = "description";
1256
1182
  return PostCategoryDistinctEnum2;
@@ -1263,51 +1189,18 @@ var TagDistinctEnum = /* @__PURE__ */ ((TagDistinctEnum2) => {
1263
1189
  TagDistinctEnum2["color"] = "color";
1264
1190
  TagDistinctEnum2["createdAt"] = "createdAt";
1265
1191
  TagDistinctEnum2["updatedAt"] = "updatedAt";
1192
+ TagDistinctEnum2["content"] = "content";
1266
1193
  return TagDistinctEnum2;
1267
1194
  })(TagDistinctEnum || {});
1268
- var SeoMetaDistinctEnum = /* @__PURE__ */ ((SeoMetaDistinctEnum2) => {
1269
- SeoMetaDistinctEnum2["id"] = "id";
1270
- SeoMetaDistinctEnum2["seoTitle"] = "seoTitle";
1271
- SeoMetaDistinctEnum2["seoKeywords"] = "seoKeywords";
1272
- SeoMetaDistinctEnum2["seoDescription"] = "seoDescription";
1273
- return SeoMetaDistinctEnum2;
1274
- })(SeoMetaDistinctEnum || {});
1275
- var OgMetaDistinctEnum = /* @__PURE__ */ ((OgMetaDistinctEnum2) => {
1276
- OgMetaDistinctEnum2["id"] = "id";
1277
- OgMetaDistinctEnum2["ogTitle"] = "ogTitle";
1278
- OgMetaDistinctEnum2["ogDescription"] = "ogDescription";
1279
- OgMetaDistinctEnum2["ogUrl"] = "ogUrl";
1280
- OgMetaDistinctEnum2["ogSiteName"] = "ogSiteName";
1281
- OgMetaDistinctEnum2["ogType"] = "ogType";
1282
- OgMetaDistinctEnum2["xCard"] = "xCard";
1283
- OgMetaDistinctEnum2["xSite"] = "xSite";
1284
- OgMetaDistinctEnum2["xTitle"] = "xTitle";
1285
- OgMetaDistinctEnum2["xDescription"] = "xDescription";
1286
- OgMetaDistinctEnum2["xUrl"] = "xUrl";
1287
- return OgMetaDistinctEnum2;
1288
- })(OgMetaDistinctEnum || {});
1289
1195
  var PublishableDistinctEnum = /* @__PURE__ */ ((PublishableDistinctEnum2) => {
1290
1196
  PublishableDistinctEnum2["id"] = "id";
1291
1197
  PublishableDistinctEnum2["publishedAt"] = "publishedAt";
1292
1198
  PublishableDistinctEnum2["status"] = "status";
1293
1199
  PublishableDistinctEnum2["title"] = "title";
1294
- PublishableDistinctEnum2["content"] = "content";
1295
1200
  PublishableDistinctEnum2["extends"] = "extends";
1296
1201
  PublishableDistinctEnum2["createdAt"] = "createdAt";
1297
1202
  PublishableDistinctEnum2["updatedAt"] = "updatedAt";
1298
- PublishableDistinctEnum2["seoTitle"] = "seoTitle";
1299
- PublishableDistinctEnum2["seoKeywords"] = "seoKeywords";
1300
- PublishableDistinctEnum2["seoDescription"] = "seoDescription";
1301
- PublishableDistinctEnum2["ogTitle"] = "ogTitle";
1302
- PublishableDistinctEnum2["ogDescription"] = "ogDescription";
1303
- PublishableDistinctEnum2["ogUrl"] = "ogUrl";
1304
- PublishableDistinctEnum2["ogSiteName"] = "ogSiteName";
1305
- PublishableDistinctEnum2["ogType"] = "ogType";
1306
- PublishableDistinctEnum2["xCard"] = "xCard";
1307
- PublishableDistinctEnum2["xSite"] = "xSite";
1308
- PublishableDistinctEnum2["xTitle"] = "xTitle";
1309
- PublishableDistinctEnum2["xDescription"] = "xDescription";
1310
- PublishableDistinctEnum2["xUrl"] = "xUrl";
1203
+ PublishableDistinctEnum2["content"] = "content";
1311
1204
  PublishableDistinctEnum2["slug"] = "slug";
1312
1205
  PublishableDistinctEnum2["description"] = "description";
1313
1206
  return PublishableDistinctEnum2;
@@ -1340,6 +1233,7 @@ var CustomerDistinctEnum = /* @__PURE__ */ ((CustomerDistinctEnum2) => {
1340
1233
  CustomerDistinctEnum2["company"] = "company";
1341
1234
  CustomerDistinctEnum2["createdAt"] = "createdAt";
1342
1235
  CustomerDistinctEnum2["updatedAt"] = "updatedAt";
1236
+ CustomerDistinctEnum2["content"] = "content";
1343
1237
  CustomerDistinctEnum2["email"] = "email";
1344
1238
  CustomerDistinctEnum2["tel"] = "tel";
1345
1239
  CustomerDistinctEnum2["tel2"] = "tel2";
@@ -1399,6 +1293,7 @@ var ProductCategoryDistinctEnum = /* @__PURE__ */ ((ProductCategoryDistinctEnum2
1399
1293
  ProductCategoryDistinctEnum2["seqValue"] = "seqValue";
1400
1294
  ProductCategoryDistinctEnum2["createdAt"] = "createdAt";
1401
1295
  ProductCategoryDistinctEnum2["updatedAt"] = "updatedAt";
1296
+ ProductCategoryDistinctEnum2["content"] = "content";
1402
1297
  ProductCategoryDistinctEnum2["slug"] = "slug";
1403
1298
  ProductCategoryDistinctEnum2["description"] = "description";
1404
1299
  return ProductCategoryDistinctEnum2;
@@ -1437,6 +1332,7 @@ var SpamFilterRuleDistinctEnum = /* @__PURE__ */ ((SpamFilterRuleDistinctEnum2)
1437
1332
  SpamFilterRuleDistinctEnum2["keywords"] = "keywords";
1438
1333
  SpamFilterRuleDistinctEnum2["createdAt"] = "createdAt";
1439
1334
  SpamFilterRuleDistinctEnum2["updatedAt"] = "updatedAt";
1335
+ SpamFilterRuleDistinctEnum2["content"] = "content";
1440
1336
  return SpamFilterRuleDistinctEnum2;
1441
1337
  })(SpamFilterRuleDistinctEnum || {});
1442
1338
  const MediaOnProductEntityName = "MediaOnProduct";
@@ -1474,13 +1370,14 @@ var FrontComponentDistinctEnum = /* @__PURE__ */ ((FrontComponentDistinctEnum2)
1474
1370
  FrontComponentDistinctEnum2["name"] = "name";
1475
1371
  FrontComponentDistinctEnum2["title"] = "title";
1476
1372
  FrontComponentDistinctEnum2["seqValue"] = "seqValue";
1477
- FrontComponentDistinctEnum2["content"] = "content";
1478
1373
  FrontComponentDistinctEnum2["props"] = "props";
1479
1374
  FrontComponentDistinctEnum2["testConfig"] = "testConfig";
1480
1375
  FrontComponentDistinctEnum2["updatedAt"] = "updatedAt";
1481
1376
  FrontComponentDistinctEnum2["createdAt"] = "createdAt";
1482
1377
  FrontComponentDistinctEnum2["slots"] = "slots";
1483
1378
  FrontComponentDistinctEnum2["droppable"] = "droppable";
1379
+ FrontComponentDistinctEnum2["isInMarket"] = "isInMarket";
1380
+ FrontComponentDistinctEnum2["code"] = "code";
1484
1381
  return FrontComponentDistinctEnum2;
1485
1382
  })(FrontComponentDistinctEnum || {});
1486
1383
  const ComponentCategoryEntityName = "ComponentCategory";
@@ -1493,17 +1390,83 @@ var ComponentCategoryDistinctEnum = /* @__PURE__ */ ((ComponentCategoryDistinctE
1493
1390
  ComponentCategoryDistinctEnum2["createdAt"] = "createdAt";
1494
1391
  return ComponentCategoryDistinctEnum2;
1495
1392
  })(ComponentCategoryDistinctEnum || {});
1496
- const WebsiteFrameEntityName = "WebsiteFrame";
1497
- const WebsiteFrameEntityLabel = "";
1498
- var WebsiteFrameDistinctEnum = /* @__PURE__ */ ((WebsiteFrameDistinctEnum2) => {
1499
- WebsiteFrameDistinctEnum2["id"] = "id";
1500
- WebsiteFrameDistinctEnum2["content"] = "content";
1501
- WebsiteFrameDistinctEnum2["settings"] = "settings";
1502
- WebsiteFrameDistinctEnum2["dataSource"] = "dataSource";
1503
- WebsiteFrameDistinctEnum2["createdAt"] = "createdAt";
1504
- WebsiteFrameDistinctEnum2["updatedAt"] = "updatedAt";
1505
- return WebsiteFrameDistinctEnum2;
1506
- })(WebsiteFrameDistinctEnum || {});
1393
+ var MarketableDistinctEnum = /* @__PURE__ */ ((MarketableDistinctEnum2) => {
1394
+ MarketableDistinctEnum2["id"] = "id";
1395
+ MarketableDistinctEnum2["title"] = "title";
1396
+ MarketableDistinctEnum2["description"] = "description";
1397
+ MarketableDistinctEnum2["status"] = "status";
1398
+ MarketableDistinctEnum2["updatedAt"] = "updatedAt";
1399
+ MarketableDistinctEnum2["createdAt"] = "createdAt";
1400
+ return MarketableDistinctEnum2;
1401
+ })(MarketableDistinctEnum || {});
1402
+ var MarketableStatus = /* @__PURE__ */ ((MarketableStatus2) => {
1403
+ MarketableStatus2["pending"] = "pending";
1404
+ MarketableStatus2["approved"] = "approved";
1405
+ MarketableStatus2["rejected"] = "rejected";
1406
+ return MarketableStatus2;
1407
+ })(MarketableStatus || {});
1408
+ const ThemeVersionEntityName = "ThemeVersion";
1409
+ const ThemeVersionEntityLabel = "";
1410
+ var ThemeVersionDistinctEnum = /* @__PURE__ */ ((ThemeVersionDistinctEnum2) => {
1411
+ ThemeVersionDistinctEnum2["id"] = "id";
1412
+ ThemeVersionDistinctEnum2["version"] = "version";
1413
+ return ThemeVersionDistinctEnum2;
1414
+ })(ThemeVersionDistinctEnum || {});
1415
+ const ThemeInMarketEntityName = "ThemeInMarket";
1416
+ const ThemeInMarketEntityLabel = "";
1417
+ var ThemeInMarketDistinctEnum = /* @__PURE__ */ ((ThemeInMarketDistinctEnum2) => {
1418
+ ThemeInMarketDistinctEnum2["id"] = "id";
1419
+ ThemeInMarketDistinctEnum2["title"] = "title";
1420
+ ThemeInMarketDistinctEnum2["description"] = "description";
1421
+ ThemeInMarketDistinctEnum2["status"] = "status";
1422
+ ThemeInMarketDistinctEnum2["updatedAt"] = "updatedAt";
1423
+ ThemeInMarketDistinctEnum2["createdAt"] = "createdAt";
1424
+ return ThemeInMarketDistinctEnum2;
1425
+ })(ThemeInMarketDistinctEnum || {});
1426
+ const ThemeConfigEntityName = "ThemeConfig";
1427
+ const ThemeConfigEntityLabel = "";
1428
+ var ThemeConfigDistinctEnum = /* @__PURE__ */ ((ThemeConfigDistinctEnum2) => {
1429
+ ThemeConfigDistinctEnum2["id"] = "id";
1430
+ ThemeConfigDistinctEnum2["websiteTitle"] = "websiteTitle";
1431
+ ThemeConfigDistinctEnum2["emailTemplates"] = "emailTemplates";
1432
+ ThemeConfigDistinctEnum2["contact"] = "contact";
1433
+ ThemeConfigDistinctEnum2["address"] = "address";
1434
+ ThemeConfigDistinctEnum2["email"] = "email";
1435
+ ThemeConfigDistinctEnum2["tel"] = "tel";
1436
+ ThemeConfigDistinctEnum2["fax"] = "fax";
1437
+ ThemeConfigDistinctEnum2["mobile"] = "mobile";
1438
+ ThemeConfigDistinctEnum2["wechat"] = "wechat";
1439
+ return ThemeConfigDistinctEnum2;
1440
+ })(ThemeConfigDistinctEnum || {});
1441
+ const AnalyticsConfigEntityName = "AnalyticsConfig";
1442
+ const AnalyticsConfigEntityLabel = "";
1443
+ var AnalyticsConfigDistinctEnum = /* @__PURE__ */ ((AnalyticsConfigDistinctEnum2) => {
1444
+ AnalyticsConfigDistinctEnum2["id"] = "id";
1445
+ AnalyticsConfigDistinctEnum2["enableLocal"] = "enableLocal";
1446
+ AnalyticsConfigDistinctEnum2["gaConfig"] = "gaConfig";
1447
+ AnalyticsConfigDistinctEnum2["otherConfigs"] = "otherConfigs";
1448
+ return AnalyticsConfigDistinctEnum2;
1449
+ })(AnalyticsConfigDistinctEnum || {});
1450
+ const PageMetaEntityName = "PageMeta";
1451
+ const PageMetaEntityLabel = "";
1452
+ var PageMetaDistinctEnum = /* @__PURE__ */ ((PageMetaDistinctEnum2) => {
1453
+ PageMetaDistinctEnum2["id"] = "id";
1454
+ PageMetaDistinctEnum2["seoTitle"] = "seoTitle";
1455
+ PageMetaDistinctEnum2["seoKeywords"] = "seoKeywords";
1456
+ PageMetaDistinctEnum2["seoDescription"] = "seoDescription";
1457
+ PageMetaDistinctEnum2["seoAuthor"] = "seoAuthor";
1458
+ PageMetaDistinctEnum2["publisher"] = "publisher";
1459
+ PageMetaDistinctEnum2["seoRobots"] = "seoRobots";
1460
+ PageMetaDistinctEnum2["ogTitle"] = "ogTitle";
1461
+ PageMetaDistinctEnum2["ogDescription"] = "ogDescription";
1462
+ PageMetaDistinctEnum2["ogUrl"] = "ogUrl";
1463
+ PageMetaDistinctEnum2["ogSiteName"] = "ogSiteName";
1464
+ PageMetaDistinctEnum2["ogType"] = "ogType";
1465
+ PageMetaDistinctEnum2["xCard"] = "xCard";
1466
+ PageMetaDistinctEnum2["xSite"] = "xSite";
1467
+ PageMetaDistinctEnum2["xUrl"] = "xUrl";
1468
+ return PageMetaDistinctEnum2;
1469
+ })(PageMetaDistinctEnum || {});
1507
1470
  class RoleQueryOptions extends QueryOptions {
1508
1471
  constructor(fields, queryArgs) {
1509
1472
  super(RoleEntityName, fields, queryArgs);
@@ -1610,20 +1573,16 @@ class WebsiteTypeQueryOptions extends QueryOptions {
1610
1573
  return this;
1611
1574
  }
1612
1575
  }
1613
- class TemplateCategoryQueryOptions extends QueryOptions {
1576
+ class CustomerQueryOptions extends QueryOptions {
1614
1577
  constructor(fields, queryArgs) {
1615
- super(TemplateCategoryEntityName, fields, queryArgs);
1578
+ super(CustomerEntityName, fields, queryArgs);
1616
1579
  }
1617
1580
  id() {
1618
1581
  this.addField("id");
1619
1582
  return this;
1620
1583
  }
1621
- name() {
1622
- this.addField("name");
1623
- return this;
1624
- }
1625
- seqValue() {
1626
- this.addField("seqValue");
1584
+ company() {
1585
+ this.addField("company");
1627
1586
  return this;
1628
1587
  }
1629
1588
  createdAt() {
@@ -1634,92 +1593,83 @@ class TemplateCategoryQueryOptions extends QueryOptions {
1634
1593
  this.addField("updatedAt");
1635
1594
  return this;
1636
1595
  }
1637
- templates(options) {
1638
- if (Array.isArray(options)) {
1639
- this._associations["templates"] = new TemplateQueryOptions(options);
1640
- } else {
1641
- this._associations["templates"] = options || new TemplateQueryOptions(["id"]);
1642
- }
1596
+ content() {
1597
+ this.addField("content");
1643
1598
  return this;
1644
1599
  }
1645
- templatesAggregate(aggregate) {
1646
- this._aggregates["templatesAggregate"] = aggregate;
1600
+ /**
1601
+ * 邮箱
1602
+ */
1603
+ email() {
1604
+ this.addField("email");
1647
1605
  return this;
1648
1606
  }
1649
- lang(options) {
1650
- if (Array.isArray(options)) {
1651
- this._associations["lang"] = new LangQueryOptions(options);
1652
- } else {
1653
- this._associations["lang"] = options || new LangQueryOptions(["id"]);
1654
- }
1607
+ /**
1608
+ * 电话
1609
+ */
1610
+ tel() {
1611
+ this.addField("tel");
1655
1612
  return this;
1656
1613
  }
1657
- theme(options) {
1658
- if (Array.isArray(options)) {
1659
- this._associations["theme"] = new ThemeQueryOptions(options);
1660
- } else {
1661
- this._associations["theme"] = options || new ThemeQueryOptions(["id"]);
1662
- }
1614
+ /**
1615
+ * 电话2
1616
+ */
1617
+ tel2() {
1618
+ this.addField("tel2");
1663
1619
  return this;
1664
1620
  }
1665
- website(options) {
1666
- if (Array.isArray(options)) {
1667
- this._associations["website"] = new WebsiteQueryOptions(options);
1668
- } else {
1669
- this._associations["website"] = options || new WebsiteQueryOptions(["id"]);
1670
- }
1621
+ name() {
1622
+ this.addField("name");
1671
1623
  return this;
1672
1624
  }
1673
- }
1674
- class TemplateQueryOptions extends QueryOptions {
1675
- constructor(fields, queryArgs) {
1676
- super(TemplateEntityName, fields, queryArgs);
1625
+ mobile() {
1626
+ this.addField("mobile");
1627
+ return this;
1677
1628
  }
1678
- id() {
1679
- this.addField("id");
1629
+ whatsApp() {
1630
+ this.addField("whatsApp");
1680
1631
  return this;
1681
1632
  }
1682
- name() {
1683
- this.addField("name");
1633
+ linkedIn() {
1634
+ this.addField("linkedIn");
1684
1635
  return this;
1685
1636
  }
1686
- seqValue() {
1687
- this.addField("seqValue");
1637
+ twitter() {
1638
+ this.addField("twitter");
1688
1639
  return this;
1689
1640
  }
1690
- content() {
1691
- this.addField("content");
1641
+ facebook() {
1642
+ this.addField("facebook");
1692
1643
  return this;
1693
1644
  }
1694
- createdAt() {
1695
- this.addField("createdAt");
1645
+ instagram() {
1646
+ this.addField("instagram");
1696
1647
  return this;
1697
1648
  }
1698
- updatedAt() {
1699
- this.addField("updatedAt");
1649
+ /**
1650
+ * 简介
1651
+ */
1652
+ summary() {
1653
+ this.addField("summary");
1700
1654
  return this;
1701
1655
  }
1702
- lang(options) {
1656
+ enquires(options) {
1703
1657
  if (Array.isArray(options)) {
1704
- this._associations["lang"] = new LangQueryOptions(options);
1658
+ this._associations["enquires"] = new EnquiryQueryOptions(options);
1705
1659
  } else {
1706
- this._associations["lang"] = options || new LangQueryOptions(["id"]);
1660
+ this._associations["enquires"] = options || new EnquiryQueryOptions(["id"]);
1707
1661
  }
1708
1662
  return this;
1709
1663
  }
1710
- category(options) {
1711
- if (Array.isArray(options)) {
1712
- this._associations["category"] = new TemplateCategoryQueryOptions(options);
1713
- } else {
1714
- this._associations["category"] = options || new TemplateCategoryQueryOptions(["id"]);
1715
- }
1664
+ enquiresAggregate(aggregate) {
1665
+ this._aggregates["enquiresAggregate"] = aggregate;
1716
1666
  return this;
1717
1667
  }
1718
- theme(options) {
1668
+ lang(options) {
1719
1669
  if (Array.isArray(options)) {
1720
- this._associations["theme"] = new ThemeQueryOptions(options);
1670
+ this._associations["lang"] = new LangQueryOptions(options);
1721
1671
  } else {
1722
- this._associations["theme"] = options || new ThemeQueryOptions(["id"]);
1672
+ this._associations["lang"] = options || new LangQueryOptions(["id"]);
1723
1673
  }
1724
1674
  return this;
1725
1675
  }
@@ -1732,119 +1682,101 @@ class TemplateQueryOptions extends QueryOptions {
1732
1682
  return this;
1733
1683
  }
1734
1684
  }
1735
- class ComponentCategoryQueryOptions extends QueryOptions {
1685
+ class EnquiryQueryOptions extends QueryOptions {
1736
1686
  constructor(fields, queryArgs) {
1737
- super(ComponentCategoryEntityName, fields, queryArgs);
1687
+ super(EnquiryEntityName, fields, queryArgs);
1738
1688
  }
1739
1689
  id() {
1740
1690
  this.addField("id");
1741
1691
  return this;
1742
1692
  }
1743
- name() {
1744
- this.addField("name");
1693
+ title() {
1694
+ this.addField("title");
1745
1695
  return this;
1746
1696
  }
1747
- seqValue() {
1748
- this.addField("seqValue");
1697
+ company() {
1698
+ this.addField("company");
1749
1699
  return this;
1750
1700
  }
1751
- updatedAt() {
1752
- this.addField("updatedAt");
1753
- return this;
1754
- }
1755
- createdAt() {
1756
- this.addField("createdAt");
1757
- return this;
1758
- }
1759
- components(options) {
1760
- if (Array.isArray(options)) {
1761
- this._associations["components"] = new FrontComponentQueryOptions(options);
1762
- } else {
1763
- this._associations["components"] = options || new FrontComponentQueryOptions(["id"]);
1764
- }
1701
+ name() {
1702
+ this.addField("name");
1765
1703
  return this;
1766
1704
  }
1767
- componentsAggregate(aggregate) {
1768
- this._aggregates["componentsAggregate"] = aggregate;
1705
+ email() {
1706
+ this.addField("email");
1769
1707
  return this;
1770
1708
  }
1771
- theme(options) {
1772
- if (Array.isArray(options)) {
1773
- this._associations["theme"] = new ThemeQueryOptions(options);
1774
- } else {
1775
- this._associations["theme"] = options || new ThemeQueryOptions(["id"]);
1776
- }
1709
+ message() {
1710
+ this.addField("message");
1777
1711
  return this;
1778
1712
  }
1779
- }
1780
- class FrontComponentQueryOptions extends QueryOptions {
1781
- constructor(fields, queryArgs) {
1782
- super(FrontComponentEntityName, fields, queryArgs);
1783
- }
1784
- id() {
1785
- this.addField("id");
1713
+ fromUrl() {
1714
+ this.addField("fromUrl");
1786
1715
  return this;
1787
1716
  }
1788
- name() {
1789
- this.addField("name");
1717
+ formIp() {
1718
+ this.addField("formIp");
1790
1719
  return this;
1791
1720
  }
1792
- title() {
1793
- this.addField("title");
1721
+ userAgent() {
1722
+ this.addField("userAgent");
1794
1723
  return this;
1795
1724
  }
1796
- seqValue() {
1797
- this.addField("seqValue");
1725
+ /**
1726
+ * 来源cta
1727
+ */
1728
+ fromCta() {
1729
+ this.addField("fromCta");
1798
1730
  return this;
1799
1731
  }
1800
- content() {
1801
- this.addField("content");
1732
+ read() {
1733
+ this.addField("read");
1802
1734
  return this;
1803
1735
  }
1804
- props() {
1805
- this.addField("props");
1736
+ spam() {
1737
+ this.addField("spam");
1806
1738
  return this;
1807
1739
  }
1808
- testConfig() {
1809
- this.addField("testConfig");
1740
+ createdAt() {
1741
+ this.addField("createdAt");
1810
1742
  return this;
1811
1743
  }
1812
1744
  updatedAt() {
1813
1745
  this.addField("updatedAt");
1814
1746
  return this;
1815
1747
  }
1816
- createdAt() {
1817
- this.addField("createdAt");
1818
- return this;
1819
- }
1820
- slots() {
1821
- this.addField("slots");
1748
+ content() {
1749
+ this.addField("content");
1822
1750
  return this;
1823
1751
  }
1824
- droppable() {
1825
- this.addField("droppable");
1752
+ lang(options) {
1753
+ if (Array.isArray(options)) {
1754
+ this._associations["lang"] = new LangQueryOptions(options);
1755
+ } else {
1756
+ this._associations["lang"] = options || new LangQueryOptions(["id"]);
1757
+ }
1826
1758
  return this;
1827
1759
  }
1828
- category(options) {
1760
+ customer(options) {
1829
1761
  if (Array.isArray(options)) {
1830
- this._associations["category"] = new ComponentCategoryQueryOptions(options);
1762
+ this._associations["customer"] = new CustomerQueryOptions(options);
1831
1763
  } else {
1832
- this._associations["category"] = options || new ComponentCategoryQueryOptions(["id"]);
1764
+ this._associations["customer"] = options || new CustomerQueryOptions(["id"]);
1833
1765
  }
1834
1766
  return this;
1835
1767
  }
1836
- theme(options) {
1768
+ website(options) {
1837
1769
  if (Array.isArray(options)) {
1838
- this._associations["theme"] = new ThemeQueryOptions(options);
1770
+ this._associations["website"] = new WebsiteQueryOptions(options);
1839
1771
  } else {
1840
- this._associations["theme"] = options || new ThemeQueryOptions(["id"]);
1772
+ this._associations["website"] = options || new WebsiteQueryOptions(["id"]);
1841
1773
  }
1842
1774
  return this;
1843
1775
  }
1844
1776
  }
1845
- class ThemeQueryOptions extends QueryOptions {
1777
+ class ProductCategoryQueryOptions extends QueryOptions {
1846
1778
  constructor(fields, queryArgs) {
1847
- super(ThemeEntityName, fields, queryArgs);
1779
+ super(ProductCategoryEntityName, fields, queryArgs);
1848
1780
  }
1849
1781
  id() {
1850
1782
  this.addField("id");
@@ -1854,58 +1786,50 @@ class ThemeQueryOptions extends QueryOptions {
1854
1786
  this.addField("name");
1855
1787
  return this;
1856
1788
  }
1857
- styles() {
1858
- this.addField("styles");
1859
- return this;
1860
- }
1861
- settings() {
1862
- this.addField("settings");
1789
+ seqValue() {
1790
+ this.addField("seqValue");
1863
1791
  return this;
1864
1792
  }
1865
- description() {
1866
- this.addField("description");
1793
+ createdAt() {
1794
+ this.addField("createdAt");
1867
1795
  return this;
1868
1796
  }
1869
- tailwindConfig() {
1870
- this.addField("tailwindConfig");
1797
+ updatedAt() {
1798
+ this.addField("updatedAt");
1871
1799
  return this;
1872
1800
  }
1873
- css() {
1874
- this.addField("css");
1801
+ content() {
1802
+ this.addField("content");
1875
1803
  return this;
1876
1804
  }
1877
- createdAt() {
1878
- this.addField("createdAt");
1805
+ slug() {
1806
+ this.addField("slug");
1879
1807
  return this;
1880
1808
  }
1881
- updatedAt() {
1882
- this.addField("updatedAt");
1809
+ description() {
1810
+ this.addField("description");
1883
1811
  return this;
1884
1812
  }
1885
- templates(options) {
1813
+ children(options) {
1886
1814
  if (Array.isArray(options)) {
1887
- this._associations["templates"] = new TemplateQueryOptions(options);
1815
+ this._associations["children"] = new ProductCategoryQueryOptions(options);
1888
1816
  } else {
1889
- this._associations["templates"] = options || new TemplateQueryOptions(["id"]);
1817
+ this._associations["children"] = options || new ProductCategoryQueryOptions(["id"]);
1890
1818
  }
1891
1819
  return this;
1892
1820
  }
1893
- templatesAggregate(aggregate) {
1894
- this._aggregates["templatesAggregate"] = aggregate;
1821
+ childrenAggregate(aggregate) {
1822
+ this._aggregates["childrenAggregate"] = aggregate;
1895
1823
  return this;
1896
1824
  }
1897
- themlateCategories(options) {
1825
+ media(options) {
1898
1826
  if (Array.isArray(options)) {
1899
- this._associations["themlateCategories"] = new TemplateCategoryQueryOptions(options);
1827
+ this._associations["media"] = new MediaQueryOptions(options);
1900
1828
  } else {
1901
- this._associations["themlateCategories"] = options || new TemplateCategoryQueryOptions(["id"]);
1829
+ this._associations["media"] = options || new MediaQueryOptions(["id"]);
1902
1830
  }
1903
1831
  return this;
1904
1832
  }
1905
- themlateCategoriesAggregate(aggregate) {
1906
- this._aggregates["themlateCategoriesAggregate"] = aggregate;
1907
- return this;
1908
- }
1909
1833
  lang(options) {
1910
1834
  if (Array.isArray(options)) {
1911
1835
  this._associations["lang"] = new LangQueryOptions(options);
@@ -1914,44 +1838,24 @@ class ThemeQueryOptions extends QueryOptions {
1914
1838
  }
1915
1839
  return this;
1916
1840
  }
1917
- cover(options) {
1918
- if (Array.isArray(options)) {
1919
- this._associations["cover"] = new MediaQueryOptions(options);
1920
- } else {
1921
- this._associations["cover"] = options || new MediaQueryOptions(["id"]);
1922
- }
1923
- return this;
1924
- }
1925
- components(options) {
1841
+ parent(options) {
1926
1842
  if (Array.isArray(options)) {
1927
- this._associations["components"] = new FrontComponentQueryOptions(options);
1843
+ this._associations["parent"] = new ProductCategoryQueryOptions(options);
1928
1844
  } else {
1929
- this._associations["components"] = options || new FrontComponentQueryOptions(["id"]);
1845
+ this._associations["parent"] = options || new ProductCategoryQueryOptions(["id"]);
1930
1846
  }
1931
1847
  return this;
1932
1848
  }
1933
- componentsAggregate(aggregate) {
1934
- this._aggregates["componentsAggregate"] = aggregate;
1935
- return this;
1936
- }
1937
- componentCategories(options) {
1849
+ products(options) {
1938
1850
  if (Array.isArray(options)) {
1939
- this._associations["componentCategories"] = new ComponentCategoryQueryOptions(options);
1851
+ this._associations["products"] = new ProductQueryOptions(options);
1940
1852
  } else {
1941
- this._associations["componentCategories"] = options || new ComponentCategoryQueryOptions(["id"]);
1853
+ this._associations["products"] = options || new ProductQueryOptions(["id"]);
1942
1854
  }
1943
1855
  return this;
1944
1856
  }
1945
- componentCategoriesAggregate(aggregate) {
1946
- this._aggregates["componentCategoriesAggregate"] = aggregate;
1947
- return this;
1948
- }
1949
- selectedBy(options) {
1950
- if (Array.isArray(options)) {
1951
- this._associations["selectedBy"] = new WebsiteQueryOptions(options);
1952
- } else {
1953
- this._associations["selectedBy"] = options || new WebsiteQueryOptions(["id"]);
1954
- }
1857
+ productsAggregate(aggregate) {
1858
+ this._aggregates["productsAggregate"] = aggregate;
1955
1859
  return this;
1956
1860
  }
1957
1861
  website(options) {
@@ -1963,232 +1867,295 @@ class ThemeQueryOptions extends QueryOptions {
1963
1867
  return this;
1964
1868
  }
1965
1869
  }
1966
- class CustomerQueryOptions extends QueryOptions {
1870
+ class ComponentCategoryQueryOptions extends QueryOptions {
1967
1871
  constructor(fields, queryArgs) {
1968
- super(CustomerEntityName, fields, queryArgs);
1872
+ super(ComponentCategoryEntityName, fields, queryArgs);
1969
1873
  }
1970
1874
  id() {
1971
1875
  this.addField("id");
1972
1876
  return this;
1973
1877
  }
1974
- company() {
1975
- this.addField("company");
1878
+ name() {
1879
+ this.addField("name");
1976
1880
  return this;
1977
1881
  }
1978
- createdAt() {
1979
- this.addField("createdAt");
1882
+ seqValue() {
1883
+ this.addField("seqValue");
1980
1884
  return this;
1981
1885
  }
1982
1886
  updatedAt() {
1983
1887
  this.addField("updatedAt");
1984
1888
  return this;
1985
1889
  }
1986
- /**
1987
- * 邮箱
1988
- */
1989
- email() {
1990
- this.addField("email");
1890
+ createdAt() {
1891
+ this.addField("createdAt");
1991
1892
  return this;
1992
1893
  }
1993
- /**
1994
- * 电话
1995
- */
1996
- tel() {
1997
- this.addField("tel");
1894
+ components(options) {
1895
+ if (Array.isArray(options)) {
1896
+ this._associations["components"] = new FrontComponentQueryOptions(options);
1897
+ } else {
1898
+ this._associations["components"] = options || new FrontComponentQueryOptions(["id"]);
1899
+ }
1998
1900
  return this;
1999
1901
  }
2000
- /**
2001
- * 电话2
2002
- */
2003
- tel2() {
2004
- this.addField("tel2");
1902
+ componentsAggregate(aggregate) {
1903
+ this._aggregates["componentsAggregate"] = aggregate;
1904
+ return this;
1905
+ }
1906
+ theme(options) {
1907
+ if (Array.isArray(options)) {
1908
+ this._associations["theme"] = new ThemeQueryOptions(options);
1909
+ } else {
1910
+ this._associations["theme"] = options || new ThemeQueryOptions(["id"]);
1911
+ }
1912
+ return this;
1913
+ }
1914
+ }
1915
+ class FrontComponentQueryOptions extends QueryOptions {
1916
+ constructor(fields, queryArgs) {
1917
+ super(FrontComponentEntityName, fields, queryArgs);
1918
+ }
1919
+ id() {
1920
+ this.addField("id");
2005
1921
  return this;
2006
1922
  }
2007
1923
  name() {
2008
1924
  this.addField("name");
2009
1925
  return this;
2010
1926
  }
2011
- mobile() {
2012
- this.addField("mobile");
1927
+ title() {
1928
+ this.addField("title");
2013
1929
  return this;
2014
1930
  }
2015
- whatsApp() {
2016
- this.addField("whatsApp");
1931
+ seqValue() {
1932
+ this.addField("seqValue");
2017
1933
  return this;
2018
1934
  }
2019
- linkedIn() {
2020
- this.addField("linkedIn");
1935
+ props() {
1936
+ this.addField("props");
2021
1937
  return this;
2022
1938
  }
2023
- twitter() {
2024
- this.addField("twitter");
1939
+ testConfig() {
1940
+ this.addField("testConfig");
2025
1941
  return this;
2026
1942
  }
2027
- facebook() {
2028
- this.addField("facebook");
1943
+ updatedAt() {
1944
+ this.addField("updatedAt");
2029
1945
  return this;
2030
1946
  }
2031
- instagram() {
2032
- this.addField("instagram");
1947
+ createdAt() {
1948
+ this.addField("createdAt");
2033
1949
  return this;
2034
1950
  }
2035
- /**
2036
- * 简介
2037
- */
2038
- summary() {
2039
- this.addField("summary");
1951
+ slots() {
1952
+ this.addField("slots");
2040
1953
  return this;
2041
1954
  }
2042
- enquires(options) {
2043
- if (Array.isArray(options)) {
2044
- this._associations["enquires"] = new EnquiryQueryOptions(options);
2045
- } else {
2046
- this._associations["enquires"] = options || new EnquiryQueryOptions(["id"]);
2047
- }
1955
+ droppable() {
1956
+ this.addField("droppable");
2048
1957
  return this;
2049
1958
  }
2050
- enquiresAggregate(aggregate) {
2051
- this._aggregates["enquiresAggregate"] = aggregate;
1959
+ isInMarket() {
1960
+ this.addField("isInMarket");
2052
1961
  return this;
2053
1962
  }
2054
- lang(options) {
1963
+ code() {
1964
+ this.addField("code");
1965
+ return this;
1966
+ }
1967
+ category(options) {
2055
1968
  if (Array.isArray(options)) {
2056
- this._associations["lang"] = new LangQueryOptions(options);
1969
+ this._associations["category"] = new ComponentCategoryQueryOptions(options);
2057
1970
  } else {
2058
- this._associations["lang"] = options || new LangQueryOptions(["id"]);
1971
+ this._associations["category"] = options || new ComponentCategoryQueryOptions(["id"]);
2059
1972
  }
2060
1973
  return this;
2061
1974
  }
2062
- website(options) {
1975
+ theme(options) {
2063
1976
  if (Array.isArray(options)) {
2064
- this._associations["website"] = new WebsiteQueryOptions(options);
1977
+ this._associations["theme"] = new ThemeQueryOptions(options);
2065
1978
  } else {
2066
- this._associations["website"] = options || new WebsiteQueryOptions(["id"]);
1979
+ this._associations["theme"] = options || new ThemeQueryOptions(["id"]);
2067
1980
  }
2068
1981
  return this;
2069
1982
  }
2070
1983
  }
2071
- class EnquiryQueryOptions extends QueryOptions {
1984
+ class ThemeConfigQueryOptions extends QueryOptions {
2072
1985
  constructor(fields, queryArgs) {
2073
- super(EnquiryEntityName, fields, queryArgs);
1986
+ super(ThemeConfigEntityName, fields, queryArgs);
2074
1987
  }
2075
1988
  id() {
2076
1989
  this.addField("id");
2077
1990
  return this;
2078
1991
  }
2079
- title() {
2080
- this.addField("title");
1992
+ websiteTitle() {
1993
+ this.addField("websiteTitle");
2081
1994
  return this;
2082
1995
  }
2083
- company() {
2084
- this.addField("company");
1996
+ emailTemplates() {
1997
+ this.addField("emailTemplates");
2085
1998
  return this;
2086
1999
  }
2087
- name() {
2088
- this.addField("name");
2000
+ contact() {
2001
+ this.addField("contact");
2002
+ return this;
2003
+ }
2004
+ address() {
2005
+ this.addField("address");
2089
2006
  return this;
2090
2007
  }
2091
2008
  email() {
2092
2009
  this.addField("email");
2093
2010
  return this;
2094
2011
  }
2095
- message() {
2096
- this.addField("message");
2012
+ tel() {
2013
+ this.addField("tel");
2097
2014
  return this;
2098
2015
  }
2099
- fromUrl() {
2100
- this.addField("fromUrl");
2016
+ fax() {
2017
+ this.addField("fax");
2101
2018
  return this;
2102
2019
  }
2103
- formIp() {
2104
- this.addField("formIp");
2020
+ mobile() {
2021
+ this.addField("mobile");
2105
2022
  return this;
2106
2023
  }
2107
- userAgent() {
2108
- this.addField("userAgent");
2024
+ wechat() {
2025
+ this.addField("wechat");
2109
2026
  return this;
2110
2027
  }
2111
- /**
2112
- * 来源cta
2113
- */
2114
- fromCta() {
2115
- this.addField("fromCta");
2028
+ contactAvatar(options) {
2029
+ if (Array.isArray(options)) {
2030
+ this._associations["contactAvatar"] = new MediaQueryOptions(options);
2031
+ } else {
2032
+ this._associations["contactAvatar"] = options || new MediaQueryOptions(["id"]);
2033
+ }
2116
2034
  return this;
2117
2035
  }
2118
- read() {
2119
- this.addField("read");
2036
+ theme(options) {
2037
+ if (Array.isArray(options)) {
2038
+ this._associations["theme"] = new ThemeQueryOptions(options);
2039
+ } else {
2040
+ this._associations["theme"] = options || new ThemeQueryOptions(["id"]);
2041
+ }
2120
2042
  return this;
2121
2043
  }
2122
- spam() {
2123
- this.addField("spam");
2044
+ }
2045
+ class ThemeInMarketQueryOptions extends QueryOptions {
2046
+ constructor(fields, queryArgs) {
2047
+ super(ThemeInMarketEntityName, fields, queryArgs);
2048
+ }
2049
+ id() {
2050
+ this.addField("id");
2124
2051
  return this;
2125
2052
  }
2126
- createdAt() {
2127
- this.addField("createdAt");
2053
+ title() {
2054
+ this.addField("title");
2055
+ return this;
2056
+ }
2057
+ description() {
2058
+ this.addField("description");
2059
+ return this;
2060
+ }
2061
+ status() {
2062
+ this.addField("status");
2128
2063
  return this;
2129
2064
  }
2130
2065
  updatedAt() {
2131
2066
  this.addField("updatedAt");
2132
2067
  return this;
2133
2068
  }
2134
- lang(options) {
2069
+ createdAt() {
2070
+ this.addField("createdAt");
2071
+ return this;
2072
+ }
2073
+ versions(options) {
2135
2074
  if (Array.isArray(options)) {
2136
- this._associations["lang"] = new LangQueryOptions(options);
2075
+ this._associations["versions"] = new ThemeVersionQueryOptions(options);
2137
2076
  } else {
2138
- this._associations["lang"] = options || new LangQueryOptions(["id"]);
2077
+ this._associations["versions"] = options || new ThemeVersionQueryOptions(["id"]);
2139
2078
  }
2140
2079
  return this;
2141
2080
  }
2142
- customer(options) {
2081
+ versionsAggregate(aggregate) {
2082
+ this._aggregates["versionsAggregate"] = aggregate;
2083
+ return this;
2084
+ }
2085
+ }
2086
+ class ThemeVersionQueryOptions extends QueryOptions {
2087
+ constructor(fields, queryArgs) {
2088
+ super(ThemeVersionEntityName, fields, queryArgs);
2089
+ }
2090
+ id() {
2091
+ this.addField("id");
2092
+ return this;
2093
+ }
2094
+ version() {
2095
+ this.addField("version");
2096
+ return this;
2097
+ }
2098
+ theme(options) {
2143
2099
  if (Array.isArray(options)) {
2144
- this._associations["customer"] = new CustomerQueryOptions(options);
2100
+ this._associations["theme"] = new ThemeQueryOptions(options);
2145
2101
  } else {
2146
- this._associations["customer"] = options || new CustomerQueryOptions(["id"]);
2102
+ this._associations["theme"] = options || new ThemeQueryOptions(["id"]);
2147
2103
  }
2148
2104
  return this;
2149
2105
  }
2150
- website(options) {
2106
+ themeInMarket(options) {
2151
2107
  if (Array.isArray(options)) {
2152
- this._associations["website"] = new WebsiteQueryOptions(options);
2108
+ this._associations["themeInMarket"] = new ThemeInMarketQueryOptions(options);
2153
2109
  } else {
2154
- this._associations["website"] = options || new WebsiteQueryOptions(["id"]);
2110
+ this._associations["themeInMarket"] = options || new ThemeInMarketQueryOptions(["id"]);
2155
2111
  }
2156
2112
  return this;
2157
2113
  }
2158
2114
  }
2159
- class PageQueryOptions extends QueryOptions {
2115
+ class ThemeQueryOptions extends QueryOptions {
2160
2116
  constructor(fields, queryArgs) {
2161
- super(PageEntityName, fields, queryArgs);
2117
+ super(ThemeEntityName, fields, queryArgs);
2162
2118
  }
2163
2119
  id() {
2164
2120
  this.addField("id");
2165
2121
  return this;
2166
2122
  }
2167
- title() {
2168
- this.addField("title");
2123
+ name() {
2124
+ this.addField("name");
2169
2125
  return this;
2170
2126
  }
2171
- /**
2172
- * 备注
2173
- */
2174
- remark() {
2175
- this.addField("remark");
2127
+ styles() {
2128
+ this.addField("styles");
2176
2129
  return this;
2177
2130
  }
2178
- pageType() {
2179
- this.addField("pageType");
2131
+ settings() {
2132
+ this.addField("settings");
2180
2133
  return this;
2181
2134
  }
2182
- dataSource() {
2183
- this.addField("dataSource");
2135
+ description() {
2136
+ this.addField("description");
2184
2137
  return this;
2185
2138
  }
2186
- content() {
2187
- this.addField("content");
2139
+ tailwindConfig() {
2140
+ this.addField("tailwindConfig");
2188
2141
  return this;
2189
2142
  }
2190
- extends() {
2191
- this.addField("extends");
2143
+ css() {
2144
+ this.addField("css");
2145
+ return this;
2146
+ }
2147
+ /**
2148
+ * 是否在主题市场
2149
+ */
2150
+ isInMarket() {
2151
+ this.addField("isInMarket");
2152
+ return this;
2153
+ }
2154
+ /**
2155
+ * 对应市场主题ID
2156
+ */
2157
+ themeVersionId() {
2158
+ this.addField("themeVersionId");
2192
2159
  return this;
2193
2160
  }
2194
2161
  createdAt() {
@@ -2199,56 +2166,120 @@ class PageQueryOptions extends QueryOptions {
2199
2166
  this.addField("updatedAt");
2200
2167
  return this;
2201
2168
  }
2202
- seoTitle() {
2203
- this.addField("seoTitle");
2169
+ cover(options) {
2170
+ if (Array.isArray(options)) {
2171
+ this._associations["cover"] = new MediaQueryOptions(options);
2172
+ } else {
2173
+ this._associations["cover"] = options || new MediaQueryOptions(["id"]);
2174
+ }
2204
2175
  return this;
2205
2176
  }
2206
- seoKeywords() {
2207
- this.addField("seoKeywords");
2177
+ components(options) {
2178
+ if (Array.isArray(options)) {
2179
+ this._associations["components"] = new FrontComponentQueryOptions(options);
2180
+ } else {
2181
+ this._associations["components"] = options || new FrontComponentQueryOptions(["id"]);
2182
+ }
2208
2183
  return this;
2209
2184
  }
2210
- seoDescription() {
2211
- this.addField("seoDescription");
2185
+ componentsAggregate(aggregate) {
2186
+ this._aggregates["componentsAggregate"] = aggregate;
2212
2187
  return this;
2213
2188
  }
2214
- ogTitle() {
2215
- this.addField("ogTitle");
2189
+ componentCategories(options) {
2190
+ if (Array.isArray(options)) {
2191
+ this._associations["componentCategories"] = new ComponentCategoryQueryOptions(options);
2192
+ } else {
2193
+ this._associations["componentCategories"] = options || new ComponentCategoryQueryOptions(["id"]);
2194
+ }
2216
2195
  return this;
2217
2196
  }
2218
- ogDescription() {
2219
- this.addField("ogDescription");
2197
+ componentCategoriesAggregate(aggregate) {
2198
+ this._aggregates["componentCategoriesAggregate"] = aggregate;
2199
+ return this;
2200
+ }
2201
+ pages(options) {
2202
+ if (Array.isArray(options)) {
2203
+ this._associations["pages"] = new PageQueryOptions(options);
2204
+ } else {
2205
+ this._associations["pages"] = options || new PageQueryOptions(["id"]);
2206
+ }
2220
2207
  return this;
2221
2208
  }
2222
- ogUrl() {
2223
- this.addField("ogUrl");
2209
+ pagesAggregate(aggregate) {
2210
+ this._aggregates["pagesAggregate"] = aggregate;
2211
+ return this;
2212
+ }
2213
+ lang(options) {
2214
+ if (Array.isArray(options)) {
2215
+ this._associations["lang"] = new LangQueryOptions(options);
2216
+ } else {
2217
+ this._associations["lang"] = options || new LangQueryOptions(["id"]);
2218
+ }
2219
+ return this;
2220
+ }
2221
+ config(options) {
2222
+ if (Array.isArray(options)) {
2223
+ this._associations["config"] = new ThemeConfigQueryOptions(options);
2224
+ } else {
2225
+ this._associations["config"] = options || new ThemeConfigQueryOptions(["id"]);
2226
+ }
2227
+ return this;
2228
+ }
2229
+ marketVersion(options) {
2230
+ if (Array.isArray(options)) {
2231
+ this._associations["marketVersion"] = new ThemeVersionQueryOptions(options);
2232
+ } else {
2233
+ this._associations["marketVersion"] = options || new ThemeVersionQueryOptions(["id"]);
2234
+ }
2235
+ return this;
2236
+ }
2237
+ website(options) {
2238
+ if (Array.isArray(options)) {
2239
+ this._associations["website"] = new WebsiteQueryOptions(options);
2240
+ } else {
2241
+ this._associations["website"] = options || new WebsiteQueryOptions(["id"]);
2242
+ }
2243
+ return this;
2244
+ }
2245
+ }
2246
+ class PageQueryOptions extends QueryOptions {
2247
+ constructor(fields, queryArgs) {
2248
+ super(PageEntityName, fields, queryArgs);
2249
+ }
2250
+ id() {
2251
+ this.addField("id");
2224
2252
  return this;
2225
2253
  }
2226
- ogSiteName() {
2227
- this.addField("ogSiteName");
2254
+ title() {
2255
+ this.addField("title");
2228
2256
  return this;
2229
2257
  }
2230
- ogType() {
2231
- this.addField("ogType");
2258
+ /**
2259
+ * 备注
2260
+ */
2261
+ remark() {
2262
+ this.addField("remark");
2232
2263
  return this;
2233
2264
  }
2234
- xCard() {
2235
- this.addField("xCard");
2265
+ pageType() {
2266
+ this.addField("pageType");
2236
2267
  return this;
2237
2268
  }
2238
- xSite() {
2239
- this.addField("xSite");
2269
+ dataSource() {
2270
+ this.addField("dataSource");
2240
2271
  return this;
2241
2272
  }
2242
- xTitle() {
2243
- this.addField("xTitle");
2273
+ content2() {
2274
+ this.addField("content2");
2244
2275
  return this;
2245
2276
  }
2246
- xDescription() {
2247
- this.addField("xDescription");
2277
+ createdAt() {
2278
+ this.addField("createdAt");
2248
2279
  return this;
2249
2280
  }
2250
- xUrl() {
2251
- this.addField("xUrl");
2281
+ updatedAt() {
2282
+ this.addField("updatedAt");
2252
2283
  return this;
2253
2284
  }
2254
2285
  slug() {
@@ -2259,116 +2290,120 @@ class PageQueryOptions extends QueryOptions {
2259
2290
  this.addField("description");
2260
2291
  return this;
2261
2292
  }
2262
- ogImage(options) {
2263
- if (Array.isArray(options)) {
2264
- this._associations["ogImage"] = new MediaQueryOptions(options);
2265
- } else {
2266
- this._associations["ogImage"] = options || new MediaQueryOptions(["id"]);
2267
- }
2293
+ code() {
2294
+ this.addField("code");
2268
2295
  return this;
2269
2296
  }
2270
- lang(options) {
2297
+ meta(options) {
2271
2298
  if (Array.isArray(options)) {
2272
- this._associations["lang"] = new LangQueryOptions(options);
2299
+ this._associations["meta"] = new PageMetaQueryOptions(options);
2273
2300
  } else {
2274
- this._associations["lang"] = options || new LangQueryOptions(["id"]);
2301
+ this._associations["meta"] = options || new PageMetaQueryOptions(["id"]);
2275
2302
  }
2276
2303
  return this;
2277
2304
  }
2278
- website(options) {
2305
+ theme(options) {
2279
2306
  if (Array.isArray(options)) {
2280
- this._associations["website"] = new WebsiteQueryOptions(options);
2307
+ this._associations["theme"] = new ThemeQueryOptions(options);
2281
2308
  } else {
2282
- this._associations["website"] = options || new WebsiteQueryOptions(["id"]);
2309
+ this._associations["theme"] = options || new ThemeQueryOptions(["id"]);
2283
2310
  }
2284
2311
  return this;
2285
2312
  }
2286
2313
  }
2287
- class ProductCategoryQueryOptions extends QueryOptions {
2314
+ class PageMetaQueryOptions extends QueryOptions {
2288
2315
  constructor(fields, queryArgs) {
2289
- super(ProductCategoryEntityName, fields, queryArgs);
2316
+ super(PageMetaEntityName, fields, queryArgs);
2290
2317
  }
2291
2318
  id() {
2292
2319
  this.addField("id");
2293
2320
  return this;
2294
2321
  }
2295
- name() {
2296
- this.addField("name");
2322
+ seoTitle() {
2323
+ this.addField("seoTitle");
2297
2324
  return this;
2298
2325
  }
2299
- seqValue() {
2300
- this.addField("seqValue");
2326
+ seoKeywords() {
2327
+ this.addField("seoKeywords");
2301
2328
  return this;
2302
2329
  }
2303
- createdAt() {
2304
- this.addField("createdAt");
2330
+ seoDescription() {
2331
+ this.addField("seoDescription");
2305
2332
  return this;
2306
2333
  }
2307
- updatedAt() {
2308
- this.addField("updatedAt");
2334
+ seoAuthor() {
2335
+ this.addField("seoAuthor");
2309
2336
  return this;
2310
2337
  }
2311
- slug() {
2312
- this.addField("slug");
2338
+ publisher() {
2339
+ this.addField("publisher");
2313
2340
  return this;
2314
2341
  }
2315
- description() {
2316
- this.addField("description");
2342
+ seoRobots() {
2343
+ this.addField("seoRobots");
2317
2344
  return this;
2318
2345
  }
2319
- children(options) {
2320
- if (Array.isArray(options)) {
2321
- this._associations["children"] = new ProductCategoryQueryOptions(options);
2322
- } else {
2323
- this._associations["children"] = options || new ProductCategoryQueryOptions(["id"]);
2324
- }
2346
+ ogTitle() {
2347
+ this.addField("ogTitle");
2325
2348
  return this;
2326
2349
  }
2327
- childrenAggregate(aggregate) {
2328
- this._aggregates["childrenAggregate"] = aggregate;
2350
+ ogDescription() {
2351
+ this.addField("ogDescription");
2329
2352
  return this;
2330
2353
  }
2331
- media(options) {
2332
- if (Array.isArray(options)) {
2333
- this._associations["media"] = new MediaQueryOptions(options);
2334
- } else {
2335
- this._associations["media"] = options || new MediaQueryOptions(["id"]);
2336
- }
2354
+ ogUrl() {
2355
+ this.addField("ogUrl");
2337
2356
  return this;
2338
2357
  }
2339
- lang(options) {
2358
+ ogSiteName() {
2359
+ this.addField("ogSiteName");
2360
+ return this;
2361
+ }
2362
+ ogType() {
2363
+ this.addField("ogType");
2364
+ return this;
2365
+ }
2366
+ xCard() {
2367
+ this.addField("xCard");
2368
+ return this;
2369
+ }
2370
+ xSite() {
2371
+ this.addField("xSite");
2372
+ return this;
2373
+ }
2374
+ xUrl() {
2375
+ this.addField("xUrl");
2376
+ return this;
2377
+ }
2378
+ ogImage(options) {
2340
2379
  if (Array.isArray(options)) {
2341
- this._associations["lang"] = new LangQueryOptions(options);
2380
+ this._associations["ogImage"] = new MediaQueryOptions(options);
2342
2381
  } else {
2343
- this._associations["lang"] = options || new LangQueryOptions(["id"]);
2382
+ this._associations["ogImage"] = options || new MediaQueryOptions(["id"]);
2344
2383
  }
2345
2384
  return this;
2346
2385
  }
2347
- parent(options) {
2386
+ product(options) {
2348
2387
  if (Array.isArray(options)) {
2349
- this._associations["parent"] = new ProductCategoryQueryOptions(options);
2388
+ this._associations["product"] = new ProductQueryOptions(options);
2350
2389
  } else {
2351
- this._associations["parent"] = options || new ProductCategoryQueryOptions(["id"]);
2390
+ this._associations["product"] = options || new ProductQueryOptions(["id"]);
2352
2391
  }
2353
2392
  return this;
2354
2393
  }
2355
- products(options) {
2394
+ page(options) {
2356
2395
  if (Array.isArray(options)) {
2357
- this._associations["products"] = new ProductQueryOptions(options);
2396
+ this._associations["page"] = new PageQueryOptions(options);
2358
2397
  } else {
2359
- this._associations["products"] = options || new ProductQueryOptions(["id"]);
2398
+ this._associations["page"] = options || new PageQueryOptions(["id"]);
2360
2399
  }
2361
2400
  return this;
2362
2401
  }
2363
- productsAggregate(aggregate) {
2364
- this._aggregates["productsAggregate"] = aggregate;
2365
- return this;
2366
- }
2367
- website(options) {
2402
+ post(options) {
2368
2403
  if (Array.isArray(options)) {
2369
- this._associations["website"] = new WebsiteQueryOptions(options);
2404
+ this._associations["post"] = new PostQueryOptions(options);
2370
2405
  } else {
2371
- this._associations["website"] = options || new WebsiteQueryOptions(["id"]);
2406
+ this._associations["post"] = options || new PostQueryOptions(["id"]);
2372
2407
  }
2373
2408
  return this;
2374
2409
  }
@@ -2397,6 +2432,10 @@ class PostCategoryQueryOptions extends QueryOptions {
2397
2432
  this.addField("updatedAt");
2398
2433
  return this;
2399
2434
  }
2435
+ content() {
2436
+ this.addField("content");
2437
+ return this;
2438
+ }
2400
2439
  slug() {
2401
2440
  this.addField("slug");
2402
2441
  return this;
@@ -2497,10 +2536,6 @@ class PostQueryOptions extends QueryOptions {
2497
2536
  this.addField("title");
2498
2537
  return this;
2499
2538
  }
2500
- content() {
2501
- this.addField("content");
2502
- return this;
2503
- }
2504
2539
  extends() {
2505
2540
  this.addField("extends");
2506
2541
  return this;
@@ -2513,56 +2548,8 @@ class PostQueryOptions extends QueryOptions {
2513
2548
  this.addField("updatedAt");
2514
2549
  return this;
2515
2550
  }
2516
- seoTitle() {
2517
- this.addField("seoTitle");
2518
- return this;
2519
- }
2520
- seoKeywords() {
2521
- this.addField("seoKeywords");
2522
- return this;
2523
- }
2524
- seoDescription() {
2525
- this.addField("seoDescription");
2526
- return this;
2527
- }
2528
- ogTitle() {
2529
- this.addField("ogTitle");
2530
- return this;
2531
- }
2532
- ogDescription() {
2533
- this.addField("ogDescription");
2534
- return this;
2535
- }
2536
- ogUrl() {
2537
- this.addField("ogUrl");
2538
- return this;
2539
- }
2540
- ogSiteName() {
2541
- this.addField("ogSiteName");
2542
- return this;
2543
- }
2544
- ogType() {
2545
- this.addField("ogType");
2546
- return this;
2547
- }
2548
- xCard() {
2549
- this.addField("xCard");
2550
- return this;
2551
- }
2552
- xSite() {
2553
- this.addField("xSite");
2554
- return this;
2555
- }
2556
- xTitle() {
2557
- this.addField("xTitle");
2558
- return this;
2559
- }
2560
- xDescription() {
2561
- this.addField("xDescription");
2562
- return this;
2563
- }
2564
- xUrl() {
2565
- this.addField("xUrl");
2551
+ content() {
2552
+ this.addField("content");
2566
2553
  return this;
2567
2554
  }
2568
2555
  slug() {
@@ -2601,14 +2588,6 @@ class PostQueryOptions extends QueryOptions {
2601
2588
  }
2602
2589
  return this;
2603
2590
  }
2604
- ogImage(options) {
2605
- if (Array.isArray(options)) {
2606
- this._associations["ogImage"] = new MediaQueryOptions(options);
2607
- } else {
2608
- this._associations["ogImage"] = options || new MediaQueryOptions(["id"]);
2609
- }
2610
- return this;
2611
- }
2612
2591
  draftOf(options) {
2613
2592
  if (Array.isArray(options)) {
2614
2593
  this._associations["draftOf"] = new PostQueryOptions(options);
@@ -2625,6 +2604,14 @@ class PostQueryOptions extends QueryOptions {
2625
2604
  }
2626
2605
  return this;
2627
2606
  }
2607
+ meta(options) {
2608
+ if (Array.isArray(options)) {
2609
+ this._associations["meta"] = new PageMetaQueryOptions(options);
2610
+ } else {
2611
+ this._associations["meta"] = options || new PageMetaQueryOptions(["id"]);
2612
+ }
2613
+ return this;
2614
+ }
2628
2615
  category(options) {
2629
2616
  if (Array.isArray(options)) {
2630
2617
  this._associations["category"] = new PostCategoryQueryOptions(options);
@@ -2677,6 +2664,10 @@ class TagQueryOptions extends QueryOptions {
2677
2664
  this.addField("updatedAt");
2678
2665
  return this;
2679
2666
  }
2667
+ content() {
2668
+ this.addField("content");
2669
+ return this;
2670
+ }
2680
2671
  lang(options) {
2681
2672
  if (Array.isArray(options)) {
2682
2673
  this._associations["lang"] = new LangQueryOptions(options);
@@ -2871,10 +2862,6 @@ class ProductQueryOptions extends QueryOptions {
2871
2862
  this.addField("title");
2872
2863
  return this;
2873
2864
  }
2874
- content() {
2875
- this.addField("content");
2876
- return this;
2877
- }
2878
2865
  extends() {
2879
2866
  this.addField("extends");
2880
2867
  return this;
@@ -2886,57 +2873,9 @@ class ProductQueryOptions extends QueryOptions {
2886
2873
  updatedAt() {
2887
2874
  this.addField("updatedAt");
2888
2875
  return this;
2889
- }
2890
- seoTitle() {
2891
- this.addField("seoTitle");
2892
- return this;
2893
- }
2894
- seoKeywords() {
2895
- this.addField("seoKeywords");
2896
- return this;
2897
- }
2898
- seoDescription() {
2899
- this.addField("seoDescription");
2900
- return this;
2901
- }
2902
- ogTitle() {
2903
- this.addField("ogTitle");
2904
- return this;
2905
- }
2906
- ogDescription() {
2907
- this.addField("ogDescription");
2908
- return this;
2909
- }
2910
- ogUrl() {
2911
- this.addField("ogUrl");
2912
- return this;
2913
- }
2914
- ogSiteName() {
2915
- this.addField("ogSiteName");
2916
- return this;
2917
- }
2918
- ogType() {
2919
- this.addField("ogType");
2920
- return this;
2921
- }
2922
- xCard() {
2923
- this.addField("xCard");
2924
- return this;
2925
- }
2926
- xSite() {
2927
- this.addField("xSite");
2928
- return this;
2929
- }
2930
- xTitle() {
2931
- this.addField("xTitle");
2932
- return this;
2933
- }
2934
- xDescription() {
2935
- this.addField("xDescription");
2936
- return this;
2937
- }
2938
- xUrl() {
2939
- this.addField("xUrl");
2876
+ }
2877
+ content() {
2878
+ this.addField("content");
2940
2879
  return this;
2941
2880
  }
2942
2881
  slug() {
@@ -2967,14 +2906,6 @@ class ProductQueryOptions extends QueryOptions {
2967
2906
  this._aggregates["tagsAggregate"] = aggregate;
2968
2907
  return this;
2969
2908
  }
2970
- ogImage(options) {
2971
- if (Array.isArray(options)) {
2972
- this._associations["ogImage"] = new MediaQueryOptions(options);
2973
- } else {
2974
- this._associations["ogImage"] = options || new MediaQueryOptions(["id"]);
2975
- }
2976
- return this;
2977
- }
2978
2909
  draftOf(options) {
2979
2910
  if (Array.isArray(options)) {
2980
2911
  this._associations["draftOf"] = new ProductQueryOptions(options);
@@ -3027,6 +2958,14 @@ class ProductQueryOptions extends QueryOptions {
3027
2958
  this._aggregates["relatedPivotAggregate"] = aggregate;
3028
2959
  return this;
3029
2960
  }
2961
+ meta(options) {
2962
+ if (Array.isArray(options)) {
2963
+ this._associations["meta"] = new PageMetaQueryOptions(options);
2964
+ } else {
2965
+ this._associations["meta"] = options || new PageMetaQueryOptions(["id"]);
2966
+ }
2967
+ return this;
2968
+ }
3030
2969
  creator(options) {
3031
2970
  if (Array.isArray(options)) {
3032
2971
  this._associations["creator"] = new UserQueryOptions(options);
@@ -3092,6 +3031,10 @@ class SpamFilterRuleQueryOptions extends QueryOptions {
3092
3031
  this.addField("updatedAt");
3093
3032
  return this;
3094
3033
  }
3034
+ content() {
3035
+ this.addField("content");
3036
+ return this;
3037
+ }
3095
3038
  lang(options) {
3096
3039
  if (Array.isArray(options)) {
3097
3040
  this._associations["lang"] = new LangQueryOptions(options);
@@ -3109,40 +3052,27 @@ class SpamFilterRuleQueryOptions extends QueryOptions {
3109
3052
  return this;
3110
3053
  }
3111
3054
  }
3112
- class WebsiteFrameQueryOptions extends QueryOptions {
3055
+ class AnalyticsConfigQueryOptions extends QueryOptions {
3113
3056
  constructor(fields, queryArgs) {
3114
- super(WebsiteFrameEntityName, fields, queryArgs);
3057
+ super(AnalyticsConfigEntityName, fields, queryArgs);
3115
3058
  }
3116
3059
  id() {
3117
3060
  this.addField("id");
3118
3061
  return this;
3119
3062
  }
3120
- content() {
3121
- this.addField("content");
3122
- return this;
3123
- }
3124
- settings() {
3125
- this.addField("settings");
3126
- return this;
3127
- }
3128
- dataSource() {
3129
- this.addField("dataSource");
3130
- return this;
3131
- }
3132
- createdAt() {
3133
- this.addField("createdAt");
3063
+ /**
3064
+ * 启用本地统计
3065
+ */
3066
+ enableLocal() {
3067
+ this.addField("enableLocal");
3134
3068
  return this;
3135
3069
  }
3136
- updatedAt() {
3137
- this.addField("updatedAt");
3070
+ gaConfig() {
3071
+ this.addField("gaConfig");
3138
3072
  return this;
3139
3073
  }
3140
- lang(options) {
3141
- if (Array.isArray(options)) {
3142
- this._associations["lang"] = new LangQueryOptions(options);
3143
- } else {
3144
- this._associations["lang"] = options || new LangQueryOptions(["id"]);
3145
- }
3074
+ otherConfigs() {
3075
+ this.addField("otherConfigs");
3146
3076
  return this;
3147
3077
  }
3148
3078
  website(options) {
@@ -3223,14 +3153,6 @@ class WebsiteQueryOptions extends QueryOptions {
3223
3153
  }
3224
3154
  return this;
3225
3155
  }
3226
- selectedTheme(options) {
3227
- if (Array.isArray(options)) {
3228
- this._associations["selectedTheme"] = new ThemeQueryOptions(options);
3229
- } else {
3230
- this._associations["selectedTheme"] = options || new ThemeQueryOptions(["id"]);
3231
- }
3232
- return this;
3233
- }
3234
3156
  owner(options) {
3235
3157
  if (Array.isArray(options)) {
3236
3158
  this._associations["owner"] = new UserQueryOptions(options);
@@ -3263,42 +3185,6 @@ class WebsiteQueryOptions extends QueryOptions {
3263
3185
  this._aggregates["partsOfWebsiteSettingsAggregate"] = aggregate;
3264
3186
  return this;
3265
3187
  }
3266
- partsOfTheme(options) {
3267
- if (Array.isArray(options)) {
3268
- this._associations["partsOfTheme"] = new ThemeQueryOptions(options);
3269
- } else {
3270
- this._associations["partsOfTheme"] = options || new ThemeQueryOptions(["id"]);
3271
- }
3272
- return this;
3273
- }
3274
- partsOfThemeAggregate(aggregate) {
3275
- this._aggregates["partsOfThemeAggregate"] = aggregate;
3276
- return this;
3277
- }
3278
- partsOfTemplate(options) {
3279
- if (Array.isArray(options)) {
3280
- this._associations["partsOfTemplate"] = new TemplateQueryOptions(options);
3281
- } else {
3282
- this._associations["partsOfTemplate"] = options || new TemplateQueryOptions(["id"]);
3283
- }
3284
- return this;
3285
- }
3286
- partsOfTemplateAggregate(aggregate) {
3287
- this._aggregates["partsOfTemplateAggregate"] = aggregate;
3288
- return this;
3289
- }
3290
- partsOfTemplateCategory(options) {
3291
- if (Array.isArray(options)) {
3292
- this._associations["partsOfTemplateCategory"] = new TemplateCategoryQueryOptions(options);
3293
- } else {
3294
- this._associations["partsOfTemplateCategory"] = options || new TemplateCategoryQueryOptions(["id"]);
3295
- }
3296
- return this;
3297
- }
3298
- partsOfTemplateCategoryAggregate(aggregate) {
3299
- this._aggregates["partsOfTemplateCategoryAggregate"] = aggregate;
3300
- return this;
3301
- }
3302
3188
  partsOfMediaFolder(options) {
3303
3189
  if (Array.isArray(options)) {
3304
3190
  this._associations["partsOfMediaFolder"] = new MediaFolderQueryOptions(options);
@@ -3323,18 +3209,6 @@ class WebsiteQueryOptions extends QueryOptions {
3323
3209
  this._aggregates["partsOfEnquiryAggregate"] = aggregate;
3324
3210
  return this;
3325
3211
  }
3326
- partsOfPage(options) {
3327
- if (Array.isArray(options)) {
3328
- this._associations["partsOfPage"] = new PageQueryOptions(options);
3329
- } else {
3330
- this._associations["partsOfPage"] = options || new PageQueryOptions(["id"]);
3331
- }
3332
- return this;
3333
- }
3334
- partsOfPageAggregate(aggregate) {
3335
- this._aggregates["partsOfPageAggregate"] = aggregate;
3336
- return this;
3337
- }
3338
3212
  partsOfProduct(options) {
3339
3213
  if (Array.isArray(options)) {
3340
3214
  this._associations["partsOfProduct"] = new ProductQueryOptions(options);
@@ -3431,16 +3305,44 @@ class WebsiteQueryOptions extends QueryOptions {
3431
3305
  this._aggregates["partsOfMediaAggregate"] = aggregate;
3432
3306
  return this;
3433
3307
  }
3434
- partsOfWebsiteFrame(options) {
3308
+ langs(options) {
3309
+ if (Array.isArray(options)) {
3310
+ this._associations["langs"] = new LangQueryOptions(options);
3311
+ } else {
3312
+ this._associations["langs"] = options || new LangQueryOptions(["id"]);
3313
+ }
3314
+ return this;
3315
+ }
3316
+ langsAggregate(aggregate) {
3317
+ this._aggregates["langsAggregate"] = aggregate;
3318
+ return this;
3319
+ }
3320
+ baseLang(options) {
3321
+ if (Array.isArray(options)) {
3322
+ this._associations["baseLang"] = new LangQueryOptions(options);
3323
+ } else {
3324
+ this._associations["baseLang"] = options || new LangQueryOptions(["id"]);
3325
+ }
3326
+ return this;
3327
+ }
3328
+ themes(options) {
3435
3329
  if (Array.isArray(options)) {
3436
- this._associations["partsOfWebsiteFrame"] = new WebsiteFrameQueryOptions(options);
3330
+ this._associations["themes"] = new ThemeQueryOptions(options);
3437
3331
  } else {
3438
- this._associations["partsOfWebsiteFrame"] = options || new WebsiteFrameQueryOptions(["id"]);
3332
+ this._associations["themes"] = options || new ThemeQueryOptions(["id"]);
3439
3333
  }
3440
3334
  return this;
3441
3335
  }
3442
- partsOfWebsiteFrameAggregate(aggregate) {
3443
- this._aggregates["partsOfWebsiteFrameAggregate"] = aggregate;
3336
+ themesAggregate(aggregate) {
3337
+ this._aggregates["themesAggregate"] = aggregate;
3338
+ return this;
3339
+ }
3340
+ analyticsConfig(options) {
3341
+ if (Array.isArray(options)) {
3342
+ this._associations["analyticsConfig"] = new AnalyticsConfigQueryOptions(options);
3343
+ } else {
3344
+ this._associations["analyticsConfig"] = options || new AnalyticsConfigQueryOptions(["id"]);
3345
+ }
3444
3346
  return this;
3445
3347
  }
3446
3348
  }
@@ -3459,38 +3361,10 @@ class WebsiteSettingsQueryOptions extends QueryOptions {
3459
3361
  this.addField("smtpConfig");
3460
3362
  return this;
3461
3363
  }
3462
- contact() {
3463
- this.addField("contact");
3464
- return this;
3465
- }
3466
- address() {
3467
- this.addField("address");
3468
- return this;
3469
- }
3470
- email() {
3471
- this.addField("email");
3472
- return this;
3473
- }
3474
- tel() {
3475
- this.addField("tel");
3476
- return this;
3477
- }
3478
- fax() {
3479
- this.addField("fax");
3480
- return this;
3481
- }
3482
- wechat() {
3483
- this.addField("wechat");
3484
- return this;
3485
- }
3486
3364
  whatsapp() {
3487
3365
  this.addField("whatsapp");
3488
3366
  return this;
3489
3367
  }
3490
- mobile() {
3491
- this.addField("mobile");
3492
- return this;
3493
- }
3494
3368
  robots() {
3495
3369
  this.addField("robots");
3496
3370
  return this;
@@ -3545,13 +3419,6 @@ class WebsiteSettingsQueryOptions extends QueryOptions {
3545
3419
  this.addField("noticeEmail");
3546
3420
  return this;
3547
3421
  }
3548
- /**
3549
- * 邮件模板
3550
- */
3551
- emailTemplates() {
3552
- this.addField("emailTemplates");
3553
- return this;
3554
- }
3555
3422
  createdAt() {
3556
3423
  this.addField("createdAt");
3557
3424
  return this;
@@ -3560,6 +3427,10 @@ class WebsiteSettingsQueryOptions extends QueryOptions {
3560
3427
  this.addField("updatedAt");
3561
3428
  return this;
3562
3429
  }
3430
+ content() {
3431
+ this.addField("content");
3432
+ return this;
3433
+ }
3563
3434
  lang(options) {
3564
3435
  if (Array.isArray(options)) {
3565
3436
  this._associations["lang"] = new LangQueryOptions(options);
@@ -3568,14 +3439,6 @@ class WebsiteSettingsQueryOptions extends QueryOptions {
3568
3439
  }
3569
3440
  return this;
3570
3441
  }
3571
- contactAvatar(options) {
3572
- if (Array.isArray(options)) {
3573
- this._associations["contactAvatar"] = new MediaQueryOptions(options);
3574
- } else {
3575
- this._associations["contactAvatar"] = options || new MediaQueryOptions(["id"]);
3576
- }
3577
- return this;
3578
- }
3579
3442
  website(options) {
3580
3443
  if (Array.isArray(options)) {
3581
3444
  this._associations["website"] = new WebsiteQueryOptions(options);
@@ -3628,52 +3491,28 @@ class LangQueryOptions extends QueryOptions {
3628
3491
  this.addField("description");
3629
3492
  return this;
3630
3493
  }
3631
- webPartsOfWebsiteSettings(options) {
3632
- if (Array.isArray(options)) {
3633
- this._associations["webPartsOfWebsiteSettings"] = new WebsiteSettingsQueryOptions(options);
3634
- } else {
3635
- this._associations["webPartsOfWebsiteSettings"] = options || new WebsiteSettingsQueryOptions(["id"]);
3636
- }
3637
- return this;
3638
- }
3639
- webPartsOfWebsiteSettingsAggregate(aggregate) {
3640
- this._aggregates["webPartsOfWebsiteSettingsAggregate"] = aggregate;
3641
- return this;
3642
- }
3643
- webPartsOfTheme(options) {
3644
- if (Array.isArray(options)) {
3645
- this._associations["webPartsOfTheme"] = new ThemeQueryOptions(options);
3646
- } else {
3647
- this._associations["webPartsOfTheme"] = options || new ThemeQueryOptions(["id"]);
3648
- }
3649
- return this;
3650
- }
3651
- webPartsOfThemeAggregate(aggregate) {
3652
- this._aggregates["webPartsOfThemeAggregate"] = aggregate;
3494
+ circleIcon() {
3495
+ this.addField("circleIcon");
3653
3496
  return this;
3654
3497
  }
3655
- webPartsOfTemplate(options) {
3656
- if (Array.isArray(options)) {
3657
- this._associations["webPartsOfTemplate"] = new TemplateQueryOptions(options);
3658
- } else {
3659
- this._associations["webPartsOfTemplate"] = options || new TemplateQueryOptions(["id"]);
3660
- }
3498
+ cnName() {
3499
+ this.addField("cnName");
3661
3500
  return this;
3662
3501
  }
3663
- webPartsOfTemplateAggregate(aggregate) {
3664
- this._aggregates["webPartsOfTemplateAggregate"] = aggregate;
3502
+ htmlLang() {
3503
+ this.addField("htmlLang");
3665
3504
  return this;
3666
3505
  }
3667
- webPartsOfTemplateCategory(options) {
3506
+ webPartsOfWebsiteSettings(options) {
3668
3507
  if (Array.isArray(options)) {
3669
- this._associations["webPartsOfTemplateCategory"] = new TemplateCategoryQueryOptions(options);
3508
+ this._associations["webPartsOfWebsiteSettings"] = new WebsiteSettingsQueryOptions(options);
3670
3509
  } else {
3671
- this._associations["webPartsOfTemplateCategory"] = options || new TemplateCategoryQueryOptions(["id"]);
3510
+ this._associations["webPartsOfWebsiteSettings"] = options || new WebsiteSettingsQueryOptions(["id"]);
3672
3511
  }
3673
3512
  return this;
3674
3513
  }
3675
- webPartsOfTemplateCategoryAggregate(aggregate) {
3676
- this._aggregates["webPartsOfTemplateCategoryAggregate"] = aggregate;
3514
+ webPartsOfWebsiteSettingsAggregate(aggregate) {
3515
+ this._aggregates["webPartsOfWebsiteSettingsAggregate"] = aggregate;
3677
3516
  return this;
3678
3517
  }
3679
3518
  webPartsOfMediaFolder(options) {
@@ -3700,18 +3539,6 @@ class LangQueryOptions extends QueryOptions {
3700
3539
  this._aggregates["webPartsOfEnquiryAggregate"] = aggregate;
3701
3540
  return this;
3702
3541
  }
3703
- webPartsOfPage(options) {
3704
- if (Array.isArray(options)) {
3705
- this._associations["webPartsOfPage"] = new PageQueryOptions(options);
3706
- } else {
3707
- this._associations["webPartsOfPage"] = options || new PageQueryOptions(["id"]);
3708
- }
3709
- return this;
3710
- }
3711
- webPartsOfPageAggregate(aggregate) {
3712
- this._aggregates["webPartsOfPageAggregate"] = aggregate;
3713
- return this;
3714
- }
3715
3542
  webPartsOfProduct(options) {
3716
3543
  if (Array.isArray(options)) {
3717
3544
  this._associations["webPartsOfProduct"] = new ProductQueryOptions(options);
@@ -3808,16 +3635,40 @@ class LangQueryOptions extends QueryOptions {
3808
3635
  this._aggregates["webPartsOfMediaAggregate"] = aggregate;
3809
3636
  return this;
3810
3637
  }
3811
- webPartsOfWebsiteFrame(options) {
3638
+ websites(options) {
3639
+ if (Array.isArray(options)) {
3640
+ this._associations["websites"] = new WebsiteQueryOptions(options);
3641
+ } else {
3642
+ this._associations["websites"] = options || new WebsiteQueryOptions(["id"]);
3643
+ }
3644
+ return this;
3645
+ }
3646
+ websitesAggregate(aggregate) {
3647
+ this._aggregates["websitesAggregate"] = aggregate;
3648
+ return this;
3649
+ }
3650
+ baseLangOf(options) {
3812
3651
  if (Array.isArray(options)) {
3813
- this._associations["webPartsOfWebsiteFrame"] = new WebsiteFrameQueryOptions(options);
3652
+ this._associations["baseLangOf"] = new WebsiteQueryOptions(options);
3814
3653
  } else {
3815
- this._associations["webPartsOfWebsiteFrame"] = options || new WebsiteFrameQueryOptions(["id"]);
3654
+ this._associations["baseLangOf"] = options || new WebsiteQueryOptions(["id"]);
3816
3655
  }
3817
3656
  return this;
3818
3657
  }
3819
- webPartsOfWebsiteFrameAggregate(aggregate) {
3820
- this._aggregates["webPartsOfWebsiteFrameAggregate"] = aggregate;
3658
+ baseLangOfAggregate(aggregate) {
3659
+ this._aggregates["baseLangOfAggregate"] = aggregate;
3660
+ return this;
3661
+ }
3662
+ themes(options) {
3663
+ if (Array.isArray(options)) {
3664
+ this._associations["themes"] = new ThemeQueryOptions(options);
3665
+ } else {
3666
+ this._associations["themes"] = options || new ThemeQueryOptions(["id"]);
3667
+ }
3668
+ return this;
3669
+ }
3670
+ themesAggregate(aggregate) {
3671
+ this._aggregates["themesAggregate"] = aggregate;
3821
3672
  return this;
3822
3673
  }
3823
3674
  }
@@ -3845,6 +3696,10 @@ class MediaFolderQueryOptions extends QueryOptions {
3845
3696
  this.addField("updatedAt");
3846
3697
  return this;
3847
3698
  }
3699
+ content() {
3700
+ this.addField("content");
3701
+ return this;
3702
+ }
3848
3703
  children(options) {
3849
3704
  if (Array.isArray(options)) {
3850
3705
  this._associations["children"] = new MediaFolderQueryOptions(options);
@@ -3938,6 +3793,10 @@ class MediaQueryOptions extends QueryOptions {
3938
3793
  this.addField("mediaType");
3939
3794
  return this;
3940
3795
  }
3796
+ content() {
3797
+ this.addField("content");
3798
+ return this;
3799
+ }
3941
3800
  folder(options) {
3942
3801
  if (Array.isArray(options)) {
3943
3802
  this._associations["folder"] = new MediaFolderQueryOptions(options);
@@ -3974,42 +3833,6 @@ class MediaQueryOptions extends QueryOptions {
3974
3833
  }
3975
3834
  return this;
3976
3835
  }
3977
- ogMetaOfPage(options) {
3978
- if (Array.isArray(options)) {
3979
- this._associations["ogMetaOfPage"] = new PageQueryOptions(options);
3980
- } else {
3981
- this._associations["ogMetaOfPage"] = options || new PageQueryOptions(["id"]);
3982
- }
3983
- return this;
3984
- }
3985
- ogMetaOfPageAggregate(aggregate) {
3986
- this._aggregates["ogMetaOfPageAggregate"] = aggregate;
3987
- return this;
3988
- }
3989
- ogMetaOfProduct(options) {
3990
- if (Array.isArray(options)) {
3991
- this._associations["ogMetaOfProduct"] = new ProductQueryOptions(options);
3992
- } else {
3993
- this._associations["ogMetaOfProduct"] = options || new ProductQueryOptions(["id"]);
3994
- }
3995
- return this;
3996
- }
3997
- ogMetaOfProductAggregate(aggregate) {
3998
- this._aggregates["ogMetaOfProductAggregate"] = aggregate;
3999
- return this;
4000
- }
4001
- ogMetaOfPost(options) {
4002
- if (Array.isArray(options)) {
4003
- this._associations["ogMetaOfPost"] = new PostQueryOptions(options);
4004
- } else {
4005
- this._associations["ogMetaOfPost"] = options || new PostQueryOptions(["id"]);
4006
- }
4007
- return this;
4008
- }
4009
- ogMetaOfPostAggregate(aggregate) {
4010
- this._aggregates["ogMetaOfPostAggregate"] = aggregate;
4011
- return this;
4012
- }
4013
3836
  meidaOfProduct(options) {
4014
3837
  if (Array.isArray(options)) {
4015
3838
  this._associations["meidaOfProduct"] = new ProductCategoryQueryOptions(options);
@@ -4054,18 +3877,6 @@ class MediaQueryOptions extends QueryOptions {
4054
3877
  }
4055
3878
  return this;
4056
3879
  }
4057
- usedByContact(options) {
4058
- if (Array.isArray(options)) {
4059
- this._associations["usedByContact"] = new WebsiteSettingsQueryOptions(options);
4060
- } else {
4061
- this._associations["usedByContact"] = options || new WebsiteSettingsQueryOptions(["id"]);
4062
- }
4063
- return this;
4064
- }
4065
- usedByContactAggregate(aggregate) {
4066
- this._aggregates["usedByContactAggregate"] = aggregate;
4067
- return this;
4068
- }
4069
3880
  coverOfTheme(options) {
4070
3881
  if (Array.isArray(options)) {
4071
3882
  this._associations["coverOfTheme"] = new ThemeQueryOptions(options);
@@ -4086,6 +3897,30 @@ class MediaQueryOptions extends QueryOptions {
4086
3897
  }
4087
3898
  return this;
4088
3899
  }
3900
+ usedByThemConfig(options) {
3901
+ if (Array.isArray(options)) {
3902
+ this._associations["usedByThemConfig"] = new ThemeConfigQueryOptions(options);
3903
+ } else {
3904
+ this._associations["usedByThemConfig"] = options || new ThemeConfigQueryOptions(["id"]);
3905
+ }
3906
+ return this;
3907
+ }
3908
+ usedByThemConfigAggregate(aggregate) {
3909
+ this._aggregates["usedByThemConfigAggregate"] = aggregate;
3910
+ return this;
3911
+ }
3912
+ pageMeta(options) {
3913
+ if (Array.isArray(options)) {
3914
+ this._associations["pageMeta"] = new PageMetaQueryOptions(options);
3915
+ } else {
3916
+ this._associations["pageMeta"] = options || new PageMetaQueryOptions(["id"]);
3917
+ }
3918
+ return this;
3919
+ }
3920
+ pageMetaAggregate(aggregate) {
3921
+ this._aggregates["pageMetaAggregate"] = aggregate;
3922
+ return this;
3923
+ }
4089
3924
  }
4090
3925
  class UserQueryOptions extends QueryOptions {
4091
3926
  constructor(fields, queryArgs) {
@@ -4249,11 +4084,11 @@ class UserQueryOptions extends QueryOptions {
4249
4084
  this._aggregates["websitesAggregate"] = aggregate;
4250
4085
  return this;
4251
4086
  }
4252
- belongsTo(options) {
4087
+ website(options) {
4253
4088
  if (Array.isArray(options)) {
4254
- this._associations["belongsTo"] = new WebsiteQueryOptions(options);
4089
+ this._associations["website"] = new WebsiteQueryOptions(options);
4255
4090
  } else {
4256
- this._associations["belongsTo"] = options || new WebsiteQueryOptions(["id"]);
4091
+ this._associations["website"] = options || new WebsiteQueryOptions(["id"]);
4257
4092
  }
4258
4093
  return this;
4259
4094
  }
@@ -4417,16 +4252,6 @@ const websiteSettingsEntry = {
4417
4252
  entityLabel: WebsiteSettingsEntityLabel,
4418
4253
  toInput: websiteSettingsToInput
4419
4254
  };
4420
- const templateEntry = {
4421
- entityName: TemplateEntityName,
4422
- entityLabel: TemplateEntityLabel,
4423
- toInput: templateToInput
4424
- };
4425
- const templateCategoryEntry = {
4426
- entityName: TemplateCategoryEntityName,
4427
- entityLabel: TemplateCategoryEntityLabel,
4428
- toInput: templateCategoryToInput
4429
- };
4430
4255
  const themeEntry = {
4431
4256
  entityName: ThemeEntityName,
4432
4257
  entityLabel: ThemeEntityLabel,
@@ -4487,10 +4312,30 @@ const componentCategoryEntry = {
4487
4312
  entityLabel: ComponentCategoryEntityLabel,
4488
4313
  toInput: componentCategoryToInput
4489
4314
  };
4490
- const websiteFrameEntry = {
4491
- entityName: WebsiteFrameEntityName,
4492
- entityLabel: WebsiteFrameEntityLabel,
4493
- toInput: websiteFrameToInput
4315
+ const themeVersionEntry = {
4316
+ entityName: ThemeVersionEntityName,
4317
+ entityLabel: ThemeVersionEntityLabel,
4318
+ toInput: themeVersionToInput
4319
+ };
4320
+ const themeInMarketEntry = {
4321
+ entityName: ThemeInMarketEntityName,
4322
+ entityLabel: ThemeInMarketEntityLabel,
4323
+ toInput: themeInMarketToInput
4324
+ };
4325
+ const themeConfigEntry = {
4326
+ entityName: ThemeConfigEntityName,
4327
+ entityLabel: ThemeConfigEntityLabel,
4328
+ toInput: themeConfigToInput
4329
+ };
4330
+ const analyticsConfigEntry = {
4331
+ entityName: AnalyticsConfigEntityName,
4332
+ entityLabel: AnalyticsConfigEntityLabel,
4333
+ toInput: analyticsConfigToInput
4334
+ };
4335
+ const pageMetaEntry = {
4336
+ entityName: PageMetaEntityName,
4337
+ entityLabel: PageMetaEntityLabel,
4338
+ toInput: pageMetaToInput
4494
4339
  };
4495
4340
  var UserFields = /* @__PURE__ */ ((UserFields2) => {
4496
4341
  UserFields2["id"] = "id";
@@ -4526,7 +4371,7 @@ var UserAssciations = /* @__PURE__ */ ((UserAssciations2) => {
4526
4371
  UserAssciations2["postsAggregate"] = "postsAggregate";
4527
4372
  UserAssciations2["websites"] = "websites";
4528
4373
  UserAssciations2["websitesAggregate"] = "websitesAggregate";
4529
- UserAssciations2["belongsTo"] = "belongsTo";
4374
+ UserAssciations2["website"] = "website";
4530
4375
  return UserAssciations2;
4531
4376
  })(UserAssciations || {});
4532
4377
  var RoleFields = /* @__PURE__ */ ((RoleFields2) => {
@@ -4565,6 +4410,7 @@ var MediaFields = /* @__PURE__ */ ((MediaFields2) => {
4565
4410
  MediaFields2["createdAt"] = "createdAt";
4566
4411
  MediaFields2["updatedAt"] = "updatedAt";
4567
4412
  MediaFields2["mediaType"] = "mediaType";
4413
+ MediaFields2["content"] = "content";
4568
4414
  return MediaFields2;
4569
4415
  })(MediaFields || {});
4570
4416
  var MediaAssciations = /* @__PURE__ */ ((MediaAssciations2) => {
@@ -4573,12 +4419,6 @@ var MediaAssciations = /* @__PURE__ */ ((MediaAssciations2) => {
4573
4419
  MediaAssciations2["coverOf"] = "coverOf";
4574
4420
  MediaAssciations2["coverOfAggregate"] = "coverOfAggregate";
4575
4421
  MediaAssciations2["avatarOfUser"] = "avatarOfUser";
4576
- MediaAssciations2["ogMetaOfPage"] = "ogMetaOfPage";
4577
- MediaAssciations2["ogMetaOfPageAggregate"] = "ogMetaOfPageAggregate";
4578
- MediaAssciations2["ogMetaOfProduct"] = "ogMetaOfProduct";
4579
- MediaAssciations2["ogMetaOfProductAggregate"] = "ogMetaOfProductAggregate";
4580
- MediaAssciations2["ogMetaOfPost"] = "ogMetaOfPost";
4581
- MediaAssciations2["ogMetaOfPostAggregate"] = "ogMetaOfPostAggregate";
4582
4422
  MediaAssciations2["meidaOfProduct"] = "meidaOfProduct";
4583
4423
  MediaAssciations2["meidaOfProductAggregate"] = "meidaOfProductAggregate";
4584
4424
  MediaAssciations2["productMediaPivots"] = "productMediaPivots";
@@ -4586,11 +4426,13 @@ var MediaAssciations = /* @__PURE__ */ ((MediaAssciations2) => {
4586
4426
  MediaAssciations2["productAttacPivots"] = "productAttacPivots";
4587
4427
  MediaAssciations2["productAttacPivotsAggregate"] = "productAttacPivotsAggregate";
4588
4428
  MediaAssciations2["website"] = "website";
4589
- MediaAssciations2["usedByContact"] = "usedByContact";
4590
- MediaAssciations2["usedByContactAggregate"] = "usedByContactAggregate";
4591
4429
  MediaAssciations2["coverOfTheme"] = "coverOfTheme";
4592
4430
  MediaAssciations2["coverOfThemeAggregate"] = "coverOfThemeAggregate";
4593
4431
  MediaAssciations2["postCategory"] = "postCategory";
4432
+ MediaAssciations2["usedByThemConfig"] = "usedByThemConfig";
4433
+ MediaAssciations2["usedByThemConfigAggregate"] = "usedByThemConfigAggregate";
4434
+ MediaAssciations2["pageMeta"] = "pageMeta";
4435
+ MediaAssciations2["pageMetaAggregate"] = "pageMetaAggregate";
4594
4436
  return MediaAssciations2;
4595
4437
  })(MediaAssciations || {});
4596
4438
  var MailFields = /* @__PURE__ */ ((MailFields2) => {
@@ -4626,24 +4468,15 @@ var WebsiteFields = /* @__PURE__ */ ((WebsiteFields2) => {
4626
4468
  })(WebsiteFields || {});
4627
4469
  var WebsiteAssciations = /* @__PURE__ */ ((WebsiteAssciations2) => {
4628
4470
  WebsiteAssciations2["websiteType"] = "websiteType";
4629
- WebsiteAssciations2["selectedTheme"] = "selectedTheme";
4630
4471
  WebsiteAssciations2["owner"] = "owner";
4631
4472
  WebsiteAssciations2["users"] = "users";
4632
4473
  WebsiteAssciations2["usersAggregate"] = "usersAggregate";
4633
4474
  WebsiteAssciations2["partsOfWebsiteSettings"] = "partsOfWebsiteSettings";
4634
4475
  WebsiteAssciations2["partsOfWebsiteSettingsAggregate"] = "partsOfWebsiteSettingsAggregate";
4635
- WebsiteAssciations2["partsOfTheme"] = "partsOfTheme";
4636
- WebsiteAssciations2["partsOfThemeAggregate"] = "partsOfThemeAggregate";
4637
- WebsiteAssciations2["partsOfTemplate"] = "partsOfTemplate";
4638
- WebsiteAssciations2["partsOfTemplateAggregate"] = "partsOfTemplateAggregate";
4639
- WebsiteAssciations2["partsOfTemplateCategory"] = "partsOfTemplateCategory";
4640
- WebsiteAssciations2["partsOfTemplateCategoryAggregate"] = "partsOfTemplateCategoryAggregate";
4641
4476
  WebsiteAssciations2["partsOfMediaFolder"] = "partsOfMediaFolder";
4642
4477
  WebsiteAssciations2["partsOfMediaFolderAggregate"] = "partsOfMediaFolderAggregate";
4643
4478
  WebsiteAssciations2["partsOfEnquiry"] = "partsOfEnquiry";
4644
4479
  WebsiteAssciations2["partsOfEnquiryAggregate"] = "partsOfEnquiryAggregate";
4645
- WebsiteAssciations2["partsOfPage"] = "partsOfPage";
4646
- WebsiteAssciations2["partsOfPageAggregate"] = "partsOfPageAggregate";
4647
4480
  WebsiteAssciations2["partsOfProduct"] = "partsOfProduct";
4648
4481
  WebsiteAssciations2["partsOfProductAggregate"] = "partsOfProductAggregate";
4649
4482
  WebsiteAssciations2["partsOfPost"] = "partsOfPost";
@@ -4660,8 +4493,12 @@ var WebsiteAssciations = /* @__PURE__ */ ((WebsiteAssciations2) => {
4660
4493
  WebsiteAssciations2["partsOfSpamFilterRuleAggregate"] = "partsOfSpamFilterRuleAggregate";
4661
4494
  WebsiteAssciations2["partsOfMedia"] = "partsOfMedia";
4662
4495
  WebsiteAssciations2["partsOfMediaAggregate"] = "partsOfMediaAggregate";
4663
- WebsiteAssciations2["partsOfWebsiteFrame"] = "partsOfWebsiteFrame";
4664
- WebsiteAssciations2["partsOfWebsiteFrameAggregate"] = "partsOfWebsiteFrameAggregate";
4496
+ WebsiteAssciations2["langs"] = "langs";
4497
+ WebsiteAssciations2["langsAggregate"] = "langsAggregate";
4498
+ WebsiteAssciations2["baseLang"] = "baseLang";
4499
+ WebsiteAssciations2["themes"] = "themes";
4500
+ WebsiteAssciations2["themesAggregate"] = "themesAggregate";
4501
+ WebsiteAssciations2["analyticsConfig"] = "analyticsConfig";
4665
4502
  return WebsiteAssciations2;
4666
4503
  })(WebsiteAssciations || {});
4667
4504
  var LangFields = /* @__PURE__ */ ((LangFields2) => {
@@ -4671,23 +4508,18 @@ var LangFields = /* @__PURE__ */ ((LangFields2) => {
4671
4508
  LangFields2["localName"] = "localName";
4672
4509
  LangFields2["icon"] = "icon";
4673
4510
  LangFields2["description"] = "description";
4511
+ LangFields2["circleIcon"] = "circleIcon";
4512
+ LangFields2["cnName"] = "cnName";
4513
+ LangFields2["htmlLang"] = "htmlLang";
4674
4514
  return LangFields2;
4675
4515
  })(LangFields || {});
4676
4516
  var LangAssciations = /* @__PURE__ */ ((LangAssciations2) => {
4677
4517
  LangAssciations2["webPartsOfWebsiteSettings"] = "webPartsOfWebsiteSettings";
4678
4518
  LangAssciations2["webPartsOfWebsiteSettingsAggregate"] = "webPartsOfWebsiteSettingsAggregate";
4679
- LangAssciations2["webPartsOfTheme"] = "webPartsOfTheme";
4680
- LangAssciations2["webPartsOfThemeAggregate"] = "webPartsOfThemeAggregate";
4681
- LangAssciations2["webPartsOfTemplate"] = "webPartsOfTemplate";
4682
- LangAssciations2["webPartsOfTemplateAggregate"] = "webPartsOfTemplateAggregate";
4683
- LangAssciations2["webPartsOfTemplateCategory"] = "webPartsOfTemplateCategory";
4684
- LangAssciations2["webPartsOfTemplateCategoryAggregate"] = "webPartsOfTemplateCategoryAggregate";
4685
4519
  LangAssciations2["webPartsOfMediaFolder"] = "webPartsOfMediaFolder";
4686
4520
  LangAssciations2["webPartsOfMediaFolderAggregate"] = "webPartsOfMediaFolderAggregate";
4687
4521
  LangAssciations2["webPartsOfEnquiry"] = "webPartsOfEnquiry";
4688
4522
  LangAssciations2["webPartsOfEnquiryAggregate"] = "webPartsOfEnquiryAggregate";
4689
- LangAssciations2["webPartsOfPage"] = "webPartsOfPage";
4690
- LangAssciations2["webPartsOfPageAggregate"] = "webPartsOfPageAggregate";
4691
4523
  LangAssciations2["webPartsOfProduct"] = "webPartsOfProduct";
4692
4524
  LangAssciations2["webPartsOfProductAggregate"] = "webPartsOfProductAggregate";
4693
4525
  LangAssciations2["webPartsOfPost"] = "webPartsOfPost";
@@ -4704,8 +4536,12 @@ var LangAssciations = /* @__PURE__ */ ((LangAssciations2) => {
4704
4536
  LangAssciations2["webPartsOfSpamFilterRuleAggregate"] = "webPartsOfSpamFilterRuleAggregate";
4705
4537
  LangAssciations2["webPartsOfMedia"] = "webPartsOfMedia";
4706
4538
  LangAssciations2["webPartsOfMediaAggregate"] = "webPartsOfMediaAggregate";
4707
- LangAssciations2["webPartsOfWebsiteFrame"] = "webPartsOfWebsiteFrame";
4708
- LangAssciations2["webPartsOfWebsiteFrameAggregate"] = "webPartsOfWebsiteFrameAggregate";
4539
+ LangAssciations2["websites"] = "websites";
4540
+ LangAssciations2["websitesAggregate"] = "websitesAggregate";
4541
+ LangAssciations2["baseLangOf"] = "baseLangOf";
4542
+ LangAssciations2["baseLangOfAggregate"] = "baseLangOfAggregate";
4543
+ LangAssciations2["themes"] = "themes";
4544
+ LangAssciations2["themesAggregate"] = "themesAggregate";
4709
4545
  return LangAssciations2;
4710
4546
  })(LangAssciations || {});
4711
4547
  var WebsiteTypeFields = /* @__PURE__ */ ((WebsiteTypeFields2) => {
@@ -4732,31 +4568,17 @@ var PageFields = /* @__PURE__ */ ((PageFields2) => {
4732
4568
  PageFields2["remark"] = "remark";
4733
4569
  PageFields2["pageType"] = "pageType";
4734
4570
  PageFields2["dataSource"] = "dataSource";
4735
- PageFields2["content"] = "content";
4736
- PageFields2["extends"] = "extends";
4571
+ PageFields2["content2"] = "content2";
4737
4572
  PageFields2["createdAt"] = "createdAt";
4738
4573
  PageFields2["updatedAt"] = "updatedAt";
4739
- PageFields2["seoTitle"] = "seoTitle";
4740
- PageFields2["seoKeywords"] = "seoKeywords";
4741
- PageFields2["seoDescription"] = "seoDescription";
4742
- PageFields2["ogTitle"] = "ogTitle";
4743
- PageFields2["ogDescription"] = "ogDescription";
4744
- PageFields2["ogUrl"] = "ogUrl";
4745
- PageFields2["ogSiteName"] = "ogSiteName";
4746
- PageFields2["ogType"] = "ogType";
4747
- PageFields2["xCard"] = "xCard";
4748
- PageFields2["xSite"] = "xSite";
4749
- PageFields2["xTitle"] = "xTitle";
4750
- PageFields2["xDescription"] = "xDescription";
4751
- PageFields2["xUrl"] = "xUrl";
4752
4574
  PageFields2["slug"] = "slug";
4753
4575
  PageFields2["description"] = "description";
4576
+ PageFields2["code"] = "code";
4754
4577
  return PageFields2;
4755
4578
  })(PageFields || {});
4756
4579
  var PageAssciations = /* @__PURE__ */ ((PageAssciations2) => {
4757
- PageAssciations2["ogImage"] = "ogImage";
4758
- PageAssciations2["lang"] = "lang";
4759
- PageAssciations2["website"] = "website";
4580
+ PageAssciations2["meta"] = "meta";
4581
+ PageAssciations2["theme"] = "theme";
4760
4582
  return PageAssciations2;
4761
4583
  })(PageAssciations || {});
4762
4584
  var PostFields = /* @__PURE__ */ ((PostFields2) => {
@@ -4767,23 +4589,10 @@ var PostFields = /* @__PURE__ */ ((PostFields2) => {
4767
4589
  PostFields2["publishedAt"] = "publishedAt";
4768
4590
  PostFields2["status"] = "status";
4769
4591
  PostFields2["title"] = "title";
4770
- PostFields2["content"] = "content";
4771
4592
  PostFields2["extends"] = "extends";
4772
4593
  PostFields2["createdAt"] = "createdAt";
4773
4594
  PostFields2["updatedAt"] = "updatedAt";
4774
- PostFields2["seoTitle"] = "seoTitle";
4775
- PostFields2["seoKeywords"] = "seoKeywords";
4776
- PostFields2["seoDescription"] = "seoDescription";
4777
- PostFields2["ogTitle"] = "ogTitle";
4778
- PostFields2["ogDescription"] = "ogDescription";
4779
- PostFields2["ogUrl"] = "ogUrl";
4780
- PostFields2["ogSiteName"] = "ogSiteName";
4781
- PostFields2["ogType"] = "ogType";
4782
- PostFields2["xCard"] = "xCard";
4783
- PostFields2["xSite"] = "xSite";
4784
- PostFields2["xTitle"] = "xTitle";
4785
- PostFields2["xDescription"] = "xDescription";
4786
- PostFields2["xUrl"] = "xUrl";
4595
+ PostFields2["content"] = "content";
4787
4596
  PostFields2["slug"] = "slug";
4788
4597
  PostFields2["description"] = "description";
4789
4598
  return PostFields2;
@@ -4793,9 +4602,9 @@ var PostAssciations = /* @__PURE__ */ ((PostAssciations2) => {
4793
4602
  PostAssciations2["tagsAggregate"] = "tagsAggregate";
4794
4603
  PostAssciations2["author"] = "author";
4795
4604
  PostAssciations2["cover"] = "cover";
4796
- PostAssciations2["ogImage"] = "ogImage";
4797
4605
  PostAssciations2["draftOf"] = "draftOf";
4798
4606
  PostAssciations2["lang"] = "lang";
4607
+ PostAssciations2["meta"] = "meta";
4799
4608
  PostAssciations2["category"] = "category";
4800
4609
  PostAssciations2["draft"] = "draft";
4801
4610
  PostAssciations2["website"] = "website";
@@ -4815,23 +4624,10 @@ var ProductFields = /* @__PURE__ */ ((ProductFields2) => {
4815
4624
  ProductFields2["publishedAt"] = "publishedAt";
4816
4625
  ProductFields2["status"] = "status";
4817
4626
  ProductFields2["title"] = "title";
4818
- ProductFields2["content"] = "content";
4819
4627
  ProductFields2["extends"] = "extends";
4820
4628
  ProductFields2["createdAt"] = "createdAt";
4821
4629
  ProductFields2["updatedAt"] = "updatedAt";
4822
- ProductFields2["seoTitle"] = "seoTitle";
4823
- ProductFields2["seoKeywords"] = "seoKeywords";
4824
- ProductFields2["seoDescription"] = "seoDescription";
4825
- ProductFields2["ogTitle"] = "ogTitle";
4826
- ProductFields2["ogDescription"] = "ogDescription";
4827
- ProductFields2["ogUrl"] = "ogUrl";
4828
- ProductFields2["ogSiteName"] = "ogSiteName";
4829
- ProductFields2["ogType"] = "ogType";
4830
- ProductFields2["xCard"] = "xCard";
4831
- ProductFields2["xSite"] = "xSite";
4832
- ProductFields2["xTitle"] = "xTitle";
4833
- ProductFields2["xDescription"] = "xDescription";
4834
- ProductFields2["xUrl"] = "xUrl";
4630
+ ProductFields2["content"] = "content";
4835
4631
  ProductFields2["slug"] = "slug";
4836
4632
  ProductFields2["description"] = "description";
4837
4633
  return ProductFields2;
@@ -4840,7 +4636,6 @@ var ProductAssciations = /* @__PURE__ */ ((ProductAssciations2) => {
4840
4636
  ProductAssciations2["category"] = "category";
4841
4637
  ProductAssciations2["tags"] = "tags";
4842
4638
  ProductAssciations2["tagsAggregate"] = "tagsAggregate";
4843
- ProductAssciations2["ogImage"] = "ogImage";
4844
4639
  ProductAssciations2["draftOf"] = "draftOf";
4845
4640
  ProductAssciations2["mediaPivots"] = "mediaPivots";
4846
4641
  ProductAssciations2["mediaPivotsAggregate"] = "mediaPivotsAggregate";
@@ -4849,6 +4644,7 @@ var ProductAssciations = /* @__PURE__ */ ((ProductAssciations2) => {
4849
4644
  ProductAssciations2["lang"] = "lang";
4850
4645
  ProductAssciations2["relatedPivot"] = "relatedPivot";
4851
4646
  ProductAssciations2["relatedPivotAggregate"] = "relatedPivotAggregate";
4647
+ ProductAssciations2["meta"] = "meta";
4852
4648
  ProductAssciations2["creator"] = "creator";
4853
4649
  ProductAssciations2["draft"] = "draft";
4854
4650
  ProductAssciations2["website"] = "website";
@@ -4871,6 +4667,7 @@ var EnquiryFields = /* @__PURE__ */ ((EnquiryFields2) => {
4871
4667
  EnquiryFields2["spam"] = "spam";
4872
4668
  EnquiryFields2["createdAt"] = "createdAt";
4873
4669
  EnquiryFields2["updatedAt"] = "updatedAt";
4670
+ EnquiryFields2["content"] = "content";
4874
4671
  return EnquiryFields2;
4875
4672
  })(EnquiryFields || {});
4876
4673
  var EnquiryAssciations = /* @__PURE__ */ ((EnquiryAssciations2) => {
@@ -4882,14 +4679,7 @@ var EnquiryAssciations = /* @__PURE__ */ ((EnquiryAssciations2) => {
4882
4679
  var WebsiteSettingsFields = /* @__PURE__ */ ((WebsiteSettingsFields2) => {
4883
4680
  WebsiteSettingsFields2["id"] = "id";
4884
4681
  WebsiteSettingsFields2["smtpConfig"] = "smtpConfig";
4885
- WebsiteSettingsFields2["contact"] = "contact";
4886
- WebsiteSettingsFields2["address"] = "address";
4887
- WebsiteSettingsFields2["email"] = "email";
4888
- WebsiteSettingsFields2["tel"] = "tel";
4889
- WebsiteSettingsFields2["fax"] = "fax";
4890
- WebsiteSettingsFields2["wechat"] = "wechat";
4891
4682
  WebsiteSettingsFields2["whatsapp"] = "whatsapp";
4892
- WebsiteSettingsFields2["mobile"] = "mobile";
4893
4683
  WebsiteSettingsFields2["robots"] = "robots";
4894
4684
  WebsiteSettingsFields2["websiteName"] = "websiteName";
4895
4685
  WebsiteSettingsFields2["domain"] = "domain";
@@ -4899,49 +4689,16 @@ var WebsiteSettingsFields = /* @__PURE__ */ ((WebsiteSettingsFields2) => {
4899
4689
  WebsiteSettingsFields2["footerCode"] = "footerCode";
4900
4690
  WebsiteSettingsFields2["gaTrackingId"] = "gaTrackingId";
4901
4691
  WebsiteSettingsFields2["noticeEmail"] = "noticeEmail";
4902
- WebsiteSettingsFields2["emailTemplates"] = "emailTemplates";
4903
4692
  WebsiteSettingsFields2["createdAt"] = "createdAt";
4904
4693
  WebsiteSettingsFields2["updatedAt"] = "updatedAt";
4694
+ WebsiteSettingsFields2["content"] = "content";
4905
4695
  return WebsiteSettingsFields2;
4906
4696
  })(WebsiteSettingsFields || {});
4907
4697
  var WebsiteSettingsAssciations = /* @__PURE__ */ ((WebsiteSettingsAssciations2) => {
4908
4698
  WebsiteSettingsAssciations2["lang"] = "lang";
4909
- WebsiteSettingsAssciations2["contactAvatar"] = "contactAvatar";
4910
4699
  WebsiteSettingsAssciations2["website"] = "website";
4911
4700
  return WebsiteSettingsAssciations2;
4912
4701
  })(WebsiteSettingsAssciations || {});
4913
- var TemplateFields = /* @__PURE__ */ ((TemplateFields2) => {
4914
- TemplateFields2["id"] = "id";
4915
- TemplateFields2["name"] = "name";
4916
- TemplateFields2["seqValue"] = "seqValue";
4917
- TemplateFields2["content"] = "content";
4918
- TemplateFields2["createdAt"] = "createdAt";
4919
- TemplateFields2["updatedAt"] = "updatedAt";
4920
- return TemplateFields2;
4921
- })(TemplateFields || {});
4922
- var TemplateAssciations = /* @__PURE__ */ ((TemplateAssciations2) => {
4923
- TemplateAssciations2["lang"] = "lang";
4924
- TemplateAssciations2["category"] = "category";
4925
- TemplateAssciations2["theme"] = "theme";
4926
- TemplateAssciations2["website"] = "website";
4927
- return TemplateAssciations2;
4928
- })(TemplateAssciations || {});
4929
- var TemplateCategoryFields = /* @__PURE__ */ ((TemplateCategoryFields2) => {
4930
- TemplateCategoryFields2["id"] = "id";
4931
- TemplateCategoryFields2["name"] = "name";
4932
- TemplateCategoryFields2["seqValue"] = "seqValue";
4933
- TemplateCategoryFields2["createdAt"] = "createdAt";
4934
- TemplateCategoryFields2["updatedAt"] = "updatedAt";
4935
- return TemplateCategoryFields2;
4936
- })(TemplateCategoryFields || {});
4937
- var TemplateCategoryAssciations = /* @__PURE__ */ ((TemplateCategoryAssciations2) => {
4938
- TemplateCategoryAssciations2["templates"] = "templates";
4939
- TemplateCategoryAssciations2["templatesAggregate"] = "templatesAggregate";
4940
- TemplateCategoryAssciations2["lang"] = "lang";
4941
- TemplateCategoryAssciations2["theme"] = "theme";
4942
- TemplateCategoryAssciations2["website"] = "website";
4943
- return TemplateCategoryAssciations2;
4944
- })(TemplateCategoryAssciations || {});
4945
4702
  var ThemeFields = /* @__PURE__ */ ((ThemeFields2) => {
4946
4703
  ThemeFields2["id"] = "id";
4947
4704
  ThemeFields2["name"] = "name";
@@ -4950,22 +4707,23 @@ var ThemeFields = /* @__PURE__ */ ((ThemeFields2) => {
4950
4707
  ThemeFields2["description"] = "description";
4951
4708
  ThemeFields2["tailwindConfig"] = "tailwindConfig";
4952
4709
  ThemeFields2["css"] = "css";
4710
+ ThemeFields2["isInMarket"] = "isInMarket";
4711
+ ThemeFields2["themeVersionId"] = "themeVersionId";
4953
4712
  ThemeFields2["createdAt"] = "createdAt";
4954
4713
  ThemeFields2["updatedAt"] = "updatedAt";
4955
4714
  return ThemeFields2;
4956
4715
  })(ThemeFields || {});
4957
4716
  var ThemeAssciations = /* @__PURE__ */ ((ThemeAssciations2) => {
4958
- ThemeAssciations2["templates"] = "templates";
4959
- ThemeAssciations2["templatesAggregate"] = "templatesAggregate";
4960
- ThemeAssciations2["themlateCategories"] = "themlateCategories";
4961
- ThemeAssciations2["themlateCategoriesAggregate"] = "themlateCategoriesAggregate";
4962
- ThemeAssciations2["lang"] = "lang";
4963
4717
  ThemeAssciations2["cover"] = "cover";
4964
4718
  ThemeAssciations2["components"] = "components";
4965
4719
  ThemeAssciations2["componentsAggregate"] = "componentsAggregate";
4966
4720
  ThemeAssciations2["componentCategories"] = "componentCategories";
4967
4721
  ThemeAssciations2["componentCategoriesAggregate"] = "componentCategoriesAggregate";
4968
- ThemeAssciations2["selectedBy"] = "selectedBy";
4722
+ ThemeAssciations2["pages"] = "pages";
4723
+ ThemeAssciations2["pagesAggregate"] = "pagesAggregate";
4724
+ ThemeAssciations2["lang"] = "lang";
4725
+ ThemeAssciations2["config"] = "config";
4726
+ ThemeAssciations2["marketVersion"] = "marketVersion";
4969
4727
  ThemeAssciations2["website"] = "website";
4970
4728
  return ThemeAssciations2;
4971
4729
  })(ThemeAssciations || {});
@@ -4975,6 +4733,7 @@ var MediaFolderFields = /* @__PURE__ */ ((MediaFolderFields2) => {
4975
4733
  MediaFolderFields2["seqValue"] = "seqValue";
4976
4734
  MediaFolderFields2["createdAt"] = "createdAt";
4977
4735
  MediaFolderFields2["updatedAt"] = "updatedAt";
4736
+ MediaFolderFields2["content"] = "content";
4978
4737
  return MediaFolderFields2;
4979
4738
  })(MediaFolderFields || {});
4980
4739
  var MediaFolderAssciations = /* @__PURE__ */ ((MediaFolderAssciations2) => {
@@ -4993,6 +4752,7 @@ var PostCategoryFields = /* @__PURE__ */ ((PostCategoryFields2) => {
4993
4752
  PostCategoryFields2["seqValue"] = "seqValue";
4994
4753
  PostCategoryFields2["createdAt"] = "createdAt";
4995
4754
  PostCategoryFields2["updatedAt"] = "updatedAt";
4755
+ PostCategoryFields2["content"] = "content";
4996
4756
  PostCategoryFields2["slug"] = "slug";
4997
4757
  PostCategoryFields2["description"] = "description";
4998
4758
  return PostCategoryFields2;
@@ -5014,6 +4774,7 @@ var TagFields = /* @__PURE__ */ ((TagFields2) => {
5014
4774
  TagFields2["color"] = "color";
5015
4775
  TagFields2["createdAt"] = "createdAt";
5016
4776
  TagFields2["updatedAt"] = "updatedAt";
4777
+ TagFields2["content"] = "content";
5017
4778
  return TagFields2;
5018
4779
  })(TagFields || {});
5019
4780
  var TagAssciations = /* @__PURE__ */ ((TagAssciations2) => {
@@ -5030,6 +4791,7 @@ var CustomerFields = /* @__PURE__ */ ((CustomerFields2) => {
5030
4791
  CustomerFields2["company"] = "company";
5031
4792
  CustomerFields2["createdAt"] = "createdAt";
5032
4793
  CustomerFields2["updatedAt"] = "updatedAt";
4794
+ CustomerFields2["content"] = "content";
5033
4795
  CustomerFields2["email"] = "email";
5034
4796
  CustomerFields2["tel"] = "tel";
5035
4797
  CustomerFields2["tel2"] = "tel2";
@@ -5056,6 +4818,7 @@ var ProductCategoryFields = /* @__PURE__ */ ((ProductCategoryFields2) => {
5056
4818
  ProductCategoryFields2["seqValue"] = "seqValue";
5057
4819
  ProductCategoryFields2["createdAt"] = "createdAt";
5058
4820
  ProductCategoryFields2["updatedAt"] = "updatedAt";
4821
+ ProductCategoryFields2["content"] = "content";
5059
4822
  ProductCategoryFields2["slug"] = "slug";
5060
4823
  ProductCategoryFields2["description"] = "description";
5061
4824
  return ProductCategoryFields2;
@@ -5078,6 +4841,7 @@ var SpamFilterRuleFields = /* @__PURE__ */ ((SpamFilterRuleFields2) => {
5078
4841
  SpamFilterRuleFields2["keywords"] = "keywords";
5079
4842
  SpamFilterRuleFields2["createdAt"] = "createdAt";
5080
4843
  SpamFilterRuleFields2["updatedAt"] = "updatedAt";
4844
+ SpamFilterRuleFields2["content"] = "content";
5081
4845
  return SpamFilterRuleFields2;
5082
4846
  })(SpamFilterRuleFields || {});
5083
4847
  var SpamFilterRuleAssciations = /* @__PURE__ */ ((SpamFilterRuleAssciations2) => {
@@ -5121,13 +4885,14 @@ var FrontComponentFields = /* @__PURE__ */ ((FrontComponentFields2) => {
5121
4885
  FrontComponentFields2["name"] = "name";
5122
4886
  FrontComponentFields2["title"] = "title";
5123
4887
  FrontComponentFields2["seqValue"] = "seqValue";
5124
- FrontComponentFields2["content"] = "content";
5125
4888
  FrontComponentFields2["props"] = "props";
5126
4889
  FrontComponentFields2["testConfig"] = "testConfig";
5127
4890
  FrontComponentFields2["updatedAt"] = "updatedAt";
5128
4891
  FrontComponentFields2["createdAt"] = "createdAt";
5129
4892
  FrontComponentFields2["slots"] = "slots";
5130
4893
  FrontComponentFields2["droppable"] = "droppable";
4894
+ FrontComponentFields2["isInMarket"] = "isInMarket";
4895
+ FrontComponentFields2["code"] = "code";
5131
4896
  return FrontComponentFields2;
5132
4897
  })(FrontComponentFields || {});
5133
4898
  var FrontComponentAssciations = /* @__PURE__ */ ((FrontComponentAssciations2) => {
@@ -5149,20 +4914,84 @@ var ComponentCategoryAssciations = /* @__PURE__ */ ((ComponentCategoryAssciation
5149
4914
  ComponentCategoryAssciations2["theme"] = "theme";
5150
4915
  return ComponentCategoryAssciations2;
5151
4916
  })(ComponentCategoryAssciations || {});
5152
- var WebsiteFrameFields = /* @__PURE__ */ ((WebsiteFrameFields2) => {
5153
- WebsiteFrameFields2["id"] = "id";
5154
- WebsiteFrameFields2["content"] = "content";
5155
- WebsiteFrameFields2["settings"] = "settings";
5156
- WebsiteFrameFields2["dataSource"] = "dataSource";
5157
- WebsiteFrameFields2["createdAt"] = "createdAt";
5158
- WebsiteFrameFields2["updatedAt"] = "updatedAt";
5159
- return WebsiteFrameFields2;
5160
- })(WebsiteFrameFields || {});
5161
- var WebsiteFrameAssciations = /* @__PURE__ */ ((WebsiteFrameAssciations2) => {
5162
- WebsiteFrameAssciations2["lang"] = "lang";
5163
- WebsiteFrameAssciations2["website"] = "website";
5164
- return WebsiteFrameAssciations2;
5165
- })(WebsiteFrameAssciations || {});
4917
+ var ThemeVersionFields = /* @__PURE__ */ ((ThemeVersionFields2) => {
4918
+ ThemeVersionFields2["id"] = "id";
4919
+ ThemeVersionFields2["version"] = "version";
4920
+ return ThemeVersionFields2;
4921
+ })(ThemeVersionFields || {});
4922
+ var ThemeVersionAssciations = /* @__PURE__ */ ((ThemeVersionAssciations2) => {
4923
+ ThemeVersionAssciations2["theme"] = "theme";
4924
+ ThemeVersionAssciations2["themeInMarket"] = "themeInMarket";
4925
+ return ThemeVersionAssciations2;
4926
+ })(ThemeVersionAssciations || {});
4927
+ var ThemeInMarketFields = /* @__PURE__ */ ((ThemeInMarketFields2) => {
4928
+ ThemeInMarketFields2["id"] = "id";
4929
+ ThemeInMarketFields2["title"] = "title";
4930
+ ThemeInMarketFields2["description"] = "description";
4931
+ ThemeInMarketFields2["status"] = "status";
4932
+ ThemeInMarketFields2["updatedAt"] = "updatedAt";
4933
+ ThemeInMarketFields2["createdAt"] = "createdAt";
4934
+ return ThemeInMarketFields2;
4935
+ })(ThemeInMarketFields || {});
4936
+ var ThemeInMarketAssciations = /* @__PURE__ */ ((ThemeInMarketAssciations2) => {
4937
+ ThemeInMarketAssciations2["versions"] = "versions";
4938
+ ThemeInMarketAssciations2["versionsAggregate"] = "versionsAggregate";
4939
+ return ThemeInMarketAssciations2;
4940
+ })(ThemeInMarketAssciations || {});
4941
+ var ThemeConfigFields = /* @__PURE__ */ ((ThemeConfigFields2) => {
4942
+ ThemeConfigFields2["id"] = "id";
4943
+ ThemeConfigFields2["websiteTitle"] = "websiteTitle";
4944
+ ThemeConfigFields2["emailTemplates"] = "emailTemplates";
4945
+ ThemeConfigFields2["contact"] = "contact";
4946
+ ThemeConfigFields2["address"] = "address";
4947
+ ThemeConfigFields2["email"] = "email";
4948
+ ThemeConfigFields2["tel"] = "tel";
4949
+ ThemeConfigFields2["fax"] = "fax";
4950
+ ThemeConfigFields2["mobile"] = "mobile";
4951
+ ThemeConfigFields2["wechat"] = "wechat";
4952
+ return ThemeConfigFields2;
4953
+ })(ThemeConfigFields || {});
4954
+ var ThemeConfigAssciations = /* @__PURE__ */ ((ThemeConfigAssciations2) => {
4955
+ ThemeConfigAssciations2["contactAvatar"] = "contactAvatar";
4956
+ ThemeConfigAssciations2["theme"] = "theme";
4957
+ return ThemeConfigAssciations2;
4958
+ })(ThemeConfigAssciations || {});
4959
+ var AnalyticsConfigFields = /* @__PURE__ */ ((AnalyticsConfigFields2) => {
4960
+ AnalyticsConfigFields2["id"] = "id";
4961
+ AnalyticsConfigFields2["enableLocal"] = "enableLocal";
4962
+ AnalyticsConfigFields2["gaConfig"] = "gaConfig";
4963
+ AnalyticsConfigFields2["otherConfigs"] = "otherConfigs";
4964
+ return AnalyticsConfigFields2;
4965
+ })(AnalyticsConfigFields || {});
4966
+ var AnalyticsConfigAssciations = /* @__PURE__ */ ((AnalyticsConfigAssciations2) => {
4967
+ AnalyticsConfigAssciations2["website"] = "website";
4968
+ return AnalyticsConfigAssciations2;
4969
+ })(AnalyticsConfigAssciations || {});
4970
+ var PageMetaFields = /* @__PURE__ */ ((PageMetaFields2) => {
4971
+ PageMetaFields2["id"] = "id";
4972
+ PageMetaFields2["seoTitle"] = "seoTitle";
4973
+ PageMetaFields2["seoKeywords"] = "seoKeywords";
4974
+ PageMetaFields2["seoDescription"] = "seoDescription";
4975
+ PageMetaFields2["seoAuthor"] = "seoAuthor";
4976
+ PageMetaFields2["publisher"] = "publisher";
4977
+ PageMetaFields2["seoRobots"] = "seoRobots";
4978
+ PageMetaFields2["ogTitle"] = "ogTitle";
4979
+ PageMetaFields2["ogDescription"] = "ogDescription";
4980
+ PageMetaFields2["ogUrl"] = "ogUrl";
4981
+ PageMetaFields2["ogSiteName"] = "ogSiteName";
4982
+ PageMetaFields2["ogType"] = "ogType";
4983
+ PageMetaFields2["xCard"] = "xCard";
4984
+ PageMetaFields2["xSite"] = "xSite";
4985
+ PageMetaFields2["xUrl"] = "xUrl";
4986
+ return PageMetaFields2;
4987
+ })(PageMetaFields || {});
4988
+ var PageMetaAssciations = /* @__PURE__ */ ((PageMetaAssciations2) => {
4989
+ PageMetaAssciations2["ogImage"] = "ogImage";
4990
+ PageMetaAssciations2["product"] = "product";
4991
+ PageMetaAssciations2["page"] = "page";
4992
+ PageMetaAssciations2["post"] = "post";
4993
+ return PageMetaAssciations2;
4994
+ })(PageMetaAssciations || {});
5166
4995
  export {
5167
4996
  AbilityAssciations,
5168
4997
  AbilityDistinctEnum,
@@ -5171,6 +5000,12 @@ export {
5171
5000
  AbilityFields,
5172
5001
  AbilityQueryOptions,
5173
5002
  AbilityType,
5003
+ AnalyticsConfigAssciations,
5004
+ AnalyticsConfigDistinctEnum,
5005
+ AnalyticsConfigEntityLabel,
5006
+ AnalyticsConfigEntityName,
5007
+ AnalyticsConfigFields,
5008
+ AnalyticsConfigQueryOptions,
5174
5009
  AttachmentOnProductAssciations,
5175
5010
  AttachmentOnProductDistinctEnum,
5176
5011
  AttachmentOnProductEntityLabel,
@@ -5216,6 +5051,8 @@ export {
5216
5051
  MailFields,
5217
5052
  MailQueryOptions,
5218
5053
  MailType,
5054
+ MarketableDistinctEnum,
5055
+ MarketableStatus,
5219
5056
  MediaAssciations,
5220
5057
  MediaDistinctEnum,
5221
5058
  MediaEntityLabel,
@@ -5235,12 +5072,17 @@ export {
5235
5072
  MediaOnProductQueryOptions,
5236
5073
  MediaQueryOptions,
5237
5074
  MediaType,
5238
- OgMetaDistinctEnum,
5239
5075
  PageAssciations,
5240
5076
  PageDistinctEnum,
5241
5077
  PageEntityLabel,
5242
5078
  PageEntityName,
5243
5079
  PageFields,
5080
+ PageMetaAssciations,
5081
+ PageMetaDistinctEnum,
5082
+ PageMetaEntityLabel,
5083
+ PageMetaEntityName,
5084
+ PageMetaFields,
5085
+ PageMetaQueryOptions,
5244
5086
  PageQueryOptions,
5245
5087
  PageType,
5246
5088
  PersonDistinctEnum,
@@ -5283,7 +5125,6 @@ export {
5283
5125
  RoleEntityName,
5284
5126
  RoleFields,
5285
5127
  RoleQueryOptions,
5286
- SeoMetaDistinctEnum,
5287
5128
  SlugableDistinctEnum,
5288
5129
  SpamFilterRuleAssciations,
5289
5130
  SpamFilterRuleDistinctEnum,
@@ -5297,24 +5138,30 @@ export {
5297
5138
  TagEntityName,
5298
5139
  TagFields,
5299
5140
  TagQueryOptions,
5300
- TemplateAssciations,
5301
- TemplateCategoryAssciations,
5302
- TemplateCategoryDistinctEnum,
5303
- TemplateCategoryEntityLabel,
5304
- TemplateCategoryEntityName,
5305
- TemplateCategoryFields,
5306
- TemplateCategoryQueryOptions,
5307
- TemplateDistinctEnum,
5308
- TemplateEntityLabel,
5309
- TemplateEntityName,
5310
- TemplateFields,
5311
- TemplateQueryOptions,
5312
5141
  ThemeAssciations,
5142
+ ThemeConfigAssciations,
5143
+ ThemeConfigDistinctEnum,
5144
+ ThemeConfigEntityLabel,
5145
+ ThemeConfigEntityName,
5146
+ ThemeConfigFields,
5147
+ ThemeConfigQueryOptions,
5313
5148
  ThemeDistinctEnum,
5314
5149
  ThemeEntityLabel,
5315
5150
  ThemeEntityName,
5316
5151
  ThemeFields,
5152
+ ThemeInMarketAssciations,
5153
+ ThemeInMarketDistinctEnum,
5154
+ ThemeInMarketEntityLabel,
5155
+ ThemeInMarketEntityName,
5156
+ ThemeInMarketFields,
5157
+ ThemeInMarketQueryOptions,
5317
5158
  ThemeQueryOptions,
5159
+ ThemeVersionAssciations,
5160
+ ThemeVersionDistinctEnum,
5161
+ ThemeVersionEntityLabel,
5162
+ ThemeVersionEntityName,
5163
+ ThemeVersionFields,
5164
+ ThemeVersionQueryOptions,
5318
5165
  UserAssciations,
5319
5166
  UserDistinctEnum,
5320
5167
  UserEntityLabel,
@@ -5328,12 +5175,6 @@ export {
5328
5175
  WebsiteEntityLabel,
5329
5176
  WebsiteEntityName,
5330
5177
  WebsiteFields,
5331
- WebsiteFrameAssciations,
5332
- WebsiteFrameDistinctEnum,
5333
- WebsiteFrameEntityLabel,
5334
- WebsiteFrameEntityName,
5335
- WebsiteFrameFields,
5336
- WebsiteFrameQueryOptions,
5337
5178
  WebsitePartDistinctEnum,
5338
5179
  WebsiteQueryOptions,
5339
5180
  WebsiteSettingsAssciations,
@@ -5354,6 +5195,9 @@ export {
5354
5195
  abilityToInput,
5355
5196
  abilityToInputCascade,
5356
5197
  aggregateEntities,
5198
+ analyticsConfigEntry,
5199
+ analyticsConfigToInput,
5200
+ analyticsConfigToInputCascade,
5357
5201
  associationsClasses,
5358
5202
  attachmentOnProductEntry,
5359
5203
  attachmentOnProductToInput,
@@ -5386,6 +5230,9 @@ export {
5386
5230
  mediaToInput,
5387
5231
  mediaToInputCascade,
5388
5232
  pageEntry,
5233
+ pageMetaEntry,
5234
+ pageMetaToInput,
5235
+ pageMetaToInputCascade,
5389
5236
  pageToInput,
5390
5237
  pageToInputCascade,
5391
5238
  postCategoryEntry,
@@ -5412,22 +5259,22 @@ export {
5412
5259
  tagEntry,
5413
5260
  tagToInput,
5414
5261
  tagToInputCascade,
5415
- templateCategoryEntry,
5416
- templateCategoryToInput,
5417
- templateCategoryToInputCascade,
5418
- templateEntry,
5419
- templateToInput,
5420
- templateToInputCascade,
5262
+ themeConfigEntry,
5263
+ themeConfigToInput,
5264
+ themeConfigToInputCascade,
5421
5265
  themeEntry,
5266
+ themeInMarketEntry,
5267
+ themeInMarketToInput,
5268
+ themeInMarketToInputCascade,
5422
5269
  themeToInput,
5423
5270
  themeToInputCascade,
5271
+ themeVersionEntry,
5272
+ themeVersionToInput,
5273
+ themeVersionToInputCascade,
5424
5274
  userEntry,
5425
5275
  userToInput,
5426
5276
  userToInputCascade,
5427
5277
  websiteEntry,
5428
- websiteFrameEntry,
5429
- websiteFrameToInput,
5430
- websiteFrameToInputCascade,
5431
5278
  websiteSettingsEntry,
5432
5279
  websiteSettingsToInput,
5433
5280
  websiteSettingsToInputCascade,