@rxdrag/rxcms-models 0.3.75 → 0.3.77
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/classes/AbilityQueryOptions.d.ts +2 -2
- package/dist/classes/BulletinQueryOptions.d.ts +19 -0
- package/dist/classes/ComponentCategoryQueryOptions.d.ts +4 -3
- package/dist/classes/EnquiryQueryOptions.d.ts +10 -1
- package/dist/classes/FAQQueryOptions.d.ts +15 -0
- package/dist/classes/FrontComponentQueryOptions.d.ts +12 -3
- package/dist/classes/LangQueryOptions.d.ts +10 -15
- package/dist/classes/MediaQueryOptions.d.ts +30 -10
- package/dist/classes/PageQueryOptions.d.ts +3 -3
- package/dist/classes/PostQueryOptions.d.ts +2 -0
- package/dist/classes/ProductQueryOptions.d.ts +14 -0
- package/dist/classes/ProductRelatedPivotQueryOptions.d.ts +12 -0
- package/dist/classes/RoleQueryOptions.d.ts +5 -0
- package/dist/classes/RoleVariableQueryOptions.d.ts +15 -0
- package/dist/classes/SectionTemplateQueryOptions.d.ts +6 -3
- package/dist/classes/StorageRecordQueryOptions.d.ts +11 -0
- package/dist/classes/StyleConfigQueryOptions.d.ts +3 -3
- package/dist/classes/TemplateCategoryQueryOptions.d.ts +3 -3
- package/dist/classes/ThemeBranchQueryOptions.d.ts +62 -0
- package/dist/classes/ThemeConfigQueryOptions.d.ts +3 -3
- package/dist/classes/ThemeQueryOptions.d.ts +5 -50
- package/dist/classes/ThemeVersionQueryOptions.d.ts +3 -3
- package/dist/classes/UserOperationQueryOptions.d.ts +19 -0
- package/dist/classes/UserQueryOptions.d.ts +8 -0
- package/dist/classes/VisitorLogQueryOptions.d.ts +27 -0
- package/dist/classes/WebsiteQueryOptions.d.ts +21 -15
- package/dist/classes/WebsiteSnapshotQueryOptions.d.ts +15 -0
- package/dist/classes/index.d.ts +10 -3
- package/dist/entries/bulletinEntry.d.ts +2 -0
- package/dist/entries/{videoEntry.d.ts → fAQEntry.d.ts} +1 -1
- package/dist/entries/index.d.ts +10 -3
- package/dist/entries/productRelatedPivotEntry.d.ts +2 -0
- package/dist/entries/roleVariableEntry.d.ts +2 -0
- package/dist/entries/storageRecordEntry.d.ts +2 -0
- package/dist/entries/themeBranchEntry.d.ts +2 -0
- package/dist/entries/userOperationEntry.d.ts +2 -0
- package/dist/entries/visitorLogEntry.d.ts +2 -0
- package/dist/entries/websiteSnapshotEntry.d.ts +2 -0
- package/dist/fields/AbilityFields.d.ts +2 -2
- package/dist/fields/BulletinFields.d.ts +13 -0
- package/dist/fields/ComponentCategoryFields.d.ts +2 -1
- package/dist/fields/EnquiryFields.d.ts +6 -0
- package/dist/fields/FAQFields.d.ts +11 -0
- package/dist/fields/FrontComponentFields.d.ts +8 -1
- package/dist/fields/LangFields.d.ts +3 -5
- package/dist/fields/MediaFields.d.ts +18 -5
- package/dist/fields/PostFields.d.ts +3 -1
- package/dist/fields/ProductFields.d.ts +10 -2
- package/dist/fields/ProductRelatedPivotFields.d.ts +8 -0
- package/dist/fields/RoleFields.d.ts +2 -0
- package/dist/fields/RoleVariableFields.d.ts +11 -0
- package/dist/fields/SectionTemplateFields.d.ts +1 -0
- package/dist/fields/StorageRecordFields.d.ts +9 -0
- package/dist/fields/ThemeBranchFields.d.ts +33 -0
- package/dist/fields/ThemeFields.d.ts +2 -25
- package/dist/fields/UserFields.d.ts +4 -0
- package/dist/fields/UserOperationFields.d.ts +13 -0
- package/dist/fields/VisitorLogFields.d.ts +25 -0
- package/dist/fields/WebsiteFields.d.ts +8 -5
- package/dist/fields/WebsiteSnapshotFields.d.ts +8 -0
- package/dist/fields/index.d.ts +10 -3
- package/dist/index.mjs +1474 -566
- package/dist/index.mjs.map +1 -1
- package/dist/interfaces/Ability.d.ts +3 -3
- package/dist/interfaces/AbilityBoolExp.d.ts +3 -3
- package/dist/interfaces/AbilityDistinctExp.d.ts +2 -2
- package/dist/interfaces/AbilityInput.d.ts +3 -3
- package/dist/interfaces/AbilityOrderBy.d.ts +2 -2
- package/dist/interfaces/Bulletin.d.ts +19 -0
- package/dist/interfaces/BulletinBoolExp.d.ts +23 -0
- package/dist/interfaces/BulletinDistinctExp.d.ts +10 -0
- package/dist/interfaces/BulletinInput.d.ts +21 -0
- package/dist/interfaces/BulletinOrderBy.d.ts +14 -0
- package/dist/interfaces/ComponentCategory.d.ts +3 -2
- package/dist/interfaces/ComponentCategoryBoolExp.d.ts +3 -2
- package/dist/interfaces/ComponentCategoryDistinctExp.d.ts +2 -1
- package/dist/interfaces/ComponentCategoryInput.d.ts +3 -2
- package/dist/interfaces/ComponentCategoryOrderBy.d.ts +1 -0
- package/dist/interfaces/Enquiry.d.ts +8 -0
- package/dist/interfaces/EnquiryBoolExp.d.ts +6 -0
- package/dist/interfaces/EnquiryDistinctExp.d.ts +4 -0
- package/dist/interfaces/EnquiryInput.d.ts +7 -0
- package/dist/interfaces/EnquiryOrderBy.d.ts +4 -0
- package/dist/interfaces/EnquirySettings.d.ts +4 -0
- package/dist/interfaces/FAQ.d.ts +12 -0
- package/dist/interfaces/FAQBoolExp.d.ts +17 -0
- package/dist/interfaces/FAQDistinctExp.d.ts +9 -0
- package/dist/interfaces/FAQInput.d.ts +14 -0
- package/dist/interfaces/FAQOrderBy.d.ts +9 -0
- package/dist/interfaces/FileRef.d.ts +7 -0
- package/dist/interfaces/FileRefInput.d.ts +5 -0
- package/dist/interfaces/FrontComponent.d.ts +12 -4
- package/dist/interfaces/FrontComponentBoolExp.d.ts +7 -2
- package/dist/interfaces/FrontComponentDistinctExp.d.ts +7 -1
- package/dist/interfaces/FrontComponentInput.d.ts +12 -4
- package/dist/interfaces/FrontComponentOrderBy.d.ts +6 -0
- package/dist/interfaces/ImageSize.d.ts +4 -0
- package/dist/interfaces/ImageSizes.d.ts +6 -0
- package/dist/interfaces/Lang.d.ts +5 -8
- package/dist/interfaces/LangBoolExp.d.ts +4 -6
- package/dist/interfaces/LangInput.d.ts +4 -6
- package/dist/interfaces/Media.d.ts +22 -7
- package/dist/interfaces/MediaBoolExp.d.ts +16 -5
- package/dist/interfaces/MediaDistinctExp.d.ts +11 -2
- package/dist/interfaces/MediaInput.d.ts +21 -7
- package/dist/interfaces/MediaOrderBy.d.ts +8 -1
- package/dist/interfaces/Page.d.ts +2 -2
- package/dist/interfaces/PageBoolExp.d.ts +2 -2
- package/dist/interfaces/PageInput.d.ts +2 -2
- package/dist/interfaces/PageType.d.ts +9 -1
- package/dist/interfaces/Post.d.ts +2 -1
- package/dist/interfaces/PostBoolExp.d.ts +2 -1
- package/dist/interfaces/PostDistinctExp.d.ts +5 -2
- package/dist/interfaces/PostInput.d.ts +2 -1
- package/dist/interfaces/PostOrderBy.d.ts +2 -1
- package/dist/interfaces/Product.d.ts +10 -1
- package/dist/interfaces/ProductBoolExp.d.ts +7 -1
- package/dist/interfaces/ProductDistinctExp.d.ts +5 -2
- package/dist/interfaces/ProductInput.d.ts +7 -1
- package/dist/interfaces/ProductOrderBy.d.ts +2 -1
- package/dist/interfaces/ProductRelatedPivot.d.ts +9 -0
- package/dist/interfaces/ProductRelatedPivotBoolExp.d.ts +12 -0
- package/dist/interfaces/ProductRelatedPivotDistinctExp.d.ts +5 -0
- package/dist/interfaces/ProductRelatedPivotInput.d.ts +11 -0
- package/dist/interfaces/ProductRelatedPivotOrderBy.d.ts +5 -0
- package/dist/interfaces/PropsSchema.d.ts +7 -0
- package/dist/interfaces/Role.d.ts +3 -0
- package/dist/interfaces/RoleBoolExp.d.ts +2 -0
- package/dist/interfaces/RoleInput.d.ts +2 -0
- package/dist/interfaces/RoleVariable.d.ts +13 -0
- package/dist/interfaces/RoleVariableBoolExp.d.ts +17 -0
- package/dist/interfaces/RoleVariableDistinctExp.d.ts +9 -0
- package/dist/interfaces/RoleVariableInput.d.ts +15 -0
- package/dist/interfaces/RoleVariableOrderBy.d.ts +9 -0
- package/dist/interfaces/SectionTemplate.d.ts +4 -2
- package/dist/interfaces/SectionTemplateBoolExp.d.ts +4 -2
- package/dist/interfaces/SectionTemplateInput.d.ts +4 -2
- package/dist/interfaces/Softable.d.ts +5 -0
- package/dist/interfaces/SoftableBoolExp.d.ts +11 -0
- package/dist/interfaces/SoftableDistinctExp.d.ts +6 -0
- package/dist/interfaces/SoftableOrderBy.d.ts +6 -0
- package/dist/interfaces/StorageRecord.d.ts +9 -0
- package/dist/interfaces/StorageRecordBoolExp.d.ts +13 -0
- package/dist/interfaces/StorageRecordDistinctExp.d.ts +8 -0
- package/dist/interfaces/StorageRecordInput.d.ts +10 -0
- package/dist/interfaces/StorageRecordOrderBy.d.ts +8 -0
- package/dist/interfaces/StyleConfig.d.ts +2 -2
- package/dist/interfaces/StyleConfigBoolExp.d.ts +2 -2
- package/dist/interfaces/StyleConfigInput.d.ts +2 -2
- package/dist/interfaces/TemplateCategory.d.ts +2 -2
- package/dist/interfaces/TemplateCategoryBoolExp.d.ts +2 -2
- package/dist/interfaces/TemplateCategoryInput.d.ts +2 -2
- package/dist/interfaces/Theme.d.ts +4 -37
- package/dist/interfaces/ThemeBoolExp.d.ts +4 -27
- package/dist/interfaces/ThemeBranch.d.ts +46 -0
- package/dist/interfaces/ThemeBranchBoolExp.d.ts +40 -0
- package/dist/interfaces/ThemeBranchDistinctExp.d.ts +15 -0
- package/dist/interfaces/ThemeBranchInput.d.ts +43 -0
- package/dist/interfaces/ThemeBranchOrderBy.d.ts +15 -0
- package/dist/interfaces/ThemeConfig.d.ts +2 -2
- package/dist/interfaces/ThemeConfigBoolExp.d.ts +2 -2
- package/dist/interfaces/ThemeConfigInput.d.ts +2 -2
- package/dist/interfaces/ThemeDistinctExp.d.ts +0 -10
- package/dist/interfaces/ThemeInput.d.ts +3 -32
- package/dist/interfaces/ThemeOrderBy.d.ts +0 -10
- package/dist/interfaces/ThemeSettings.d.ts +5 -0
- package/dist/interfaces/ThemeVersion.d.ts +2 -2
- package/dist/interfaces/ThemeVersionBoolExp.d.ts +2 -2
- package/dist/interfaces/ThemeVersionInput.d.ts +2 -2
- package/dist/interfaces/User.d.ts +5 -0
- package/dist/interfaces/UserBoolExp.d.ts +3 -0
- package/dist/interfaces/UserInput.d.ts +3 -0
- package/dist/interfaces/UserOperation.d.ts +16 -0
- package/dist/interfaces/UserOperationBoolExp.d.ts +21 -0
- package/dist/interfaces/UserOperationDistinctExp.d.ts +10 -0
- package/dist/interfaces/UserOperationInput.d.ts +18 -0
- package/dist/interfaces/UserOperationOrderBy.d.ts +10 -0
- package/dist/interfaces/VariableType.d.ts +10 -0
- package/dist/interfaces/VisitorLog.d.ts +26 -0
- package/dist/interfaces/VisitorLogBoolExp.d.ts +33 -0
- package/dist/interfaces/VisitorLogDistinctExp.d.ts +24 -0
- package/dist/interfaces/VisitorLogInput.d.ts +27 -0
- package/dist/interfaces/VisitorLogOrderBy.d.ts +24 -0
- package/dist/interfaces/VistType.d.ts +14 -0
- package/dist/interfaces/Website.d.ts +12 -8
- package/dist/interfaces/WebsiteBoolExp.d.ts +9 -6
- package/dist/interfaces/WebsiteInput.d.ts +9 -6
- package/dist/interfaces/WebsiteSnapshot.d.ts +11 -0
- package/dist/interfaces/WebsiteSnapshotBoolExp.d.ts +11 -0
- package/dist/interfaces/WebsiteSnapshotDistinctExp.d.ts +4 -0
- package/dist/interfaces/WebsiteSnapshotInput.d.ts +12 -0
- package/dist/interfaces/WebsiteSnapshotOrderBy.d.ts +4 -0
- package/dist/interfaces/index.d.ts +61 -16
- package/package.json +2 -2
- package/dist/classes/VideoFolderQueryOptions.d.ts +0 -26
- package/dist/classes/VideoQueryOptions.d.ts +0 -31
- package/dist/entries/videoFolderEntry.d.ts +0 -2
- package/dist/fields/VideoFields.d.ts +0 -20
- package/dist/fields/VideoFolderFields.d.ts +0 -17
- package/dist/interfaces/PropsFields.d.ts +0 -8
- package/dist/interfaces/Video.d.ts +0 -27
- package/dist/interfaces/VideoBoolExp.d.ts +0 -29
- package/dist/interfaces/VideoDistinctExp.d.ts +0 -15
- package/dist/interfaces/VideoFolder.d.ts +0 -23
- package/dist/interfaces/VideoFolderBoolExp.d.ts +0 -24
- package/dist/interfaces/VideoFolderDistinctExp.d.ts +0 -10
- package/dist/interfaces/VideoFolderInput.d.ts +0 -23
- package/dist/interfaces/VideoFolderOrderBy.d.ts +0 -11
- package/dist/interfaces/VideoInput.d.ts +0 -28
- package/dist/interfaces/VideoOrderBy.d.ts +0 -16
package/dist/index.mjs
CHANGED
|
@@ -4,16 +4,19 @@ var __publicField = (obj, key, value) => {
|
|
|
4
4
|
__defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
5
5
|
return value;
|
|
6
6
|
};
|
|
7
|
-
import {
|
|
7
|
+
import { processHasOneClear, convertHasOneToInput, processHasManyClear, convertHasManyToInput } from "@rxdrag/entify-lib";
|
|
8
8
|
const associationsClasses = {};
|
|
9
9
|
const aggregateEntities = {
|
|
10
10
|
User: {
|
|
11
11
|
rolesAggregate: "Role",
|
|
12
12
|
productsAggregate: "Product",
|
|
13
|
+
operationsAggregate: "UserOperation",
|
|
14
|
+
mediasAggregate: "Media",
|
|
13
15
|
postsAggregate: "Post",
|
|
14
16
|
websitesAggregate: "Website"
|
|
15
17
|
},
|
|
16
18
|
Role: {
|
|
19
|
+
variablesAggregate: "RoleVariable",
|
|
17
20
|
usersAggregate: "User"
|
|
18
21
|
},
|
|
19
22
|
Media: {
|
|
@@ -21,11 +24,12 @@ const aggregateEntities = {
|
|
|
21
24
|
meidaOfProductAggregate: "ProductCategory",
|
|
22
25
|
productMediaPivotsAggregate: "MediaOnProduct",
|
|
23
26
|
productAttacPivotsAggregate: "AttachmentOnProduct",
|
|
24
|
-
coverOfThemeAggregate: "Theme",
|
|
25
27
|
usedByThemConfigAggregate: "ThemeConfig",
|
|
26
28
|
pageMetaAggregate: "PageMeta",
|
|
27
29
|
searchIndexAggregate: "SearchIndex",
|
|
28
|
-
|
|
30
|
+
snapshotAggregate: "WebsiteSnapshot",
|
|
31
|
+
coverOfComponentAggregate: "FrontComponent",
|
|
32
|
+
coverOfSectionTemplateAggregate: "SectionTemplate"
|
|
29
33
|
},
|
|
30
34
|
Website: {
|
|
31
35
|
usersAggregate: "User",
|
|
@@ -39,12 +43,13 @@ const aggregateEntities = {
|
|
|
39
43
|
partsOfProductCategoryAggregate: "ProductCategory",
|
|
40
44
|
partsOfSpamFilterRuleAggregate: "SpamFilterRule",
|
|
41
45
|
partsOfMediaAggregate: "Media",
|
|
42
|
-
partsOfVideoFolderAggregate: "VideoFolder",
|
|
43
|
-
partsOfVideoAggregate: "Video",
|
|
44
46
|
langsAggregate: "Lang",
|
|
45
|
-
themesAggregate: "
|
|
47
|
+
themesAggregate: "ThemeBranch",
|
|
46
48
|
changelogsAggregate: "ChangeLog",
|
|
47
|
-
searchIndexesAggregate: "SearchIndex"
|
|
49
|
+
searchIndexesAggregate: "SearchIndex",
|
|
50
|
+
bulletinsAggregate: "Bulletin",
|
|
51
|
+
snapshotsAggregate: "WebsiteSnapshot",
|
|
52
|
+
userOperationsAggregate: "UserOperation"
|
|
48
53
|
},
|
|
49
54
|
Lang: {
|
|
50
55
|
webPartsOfMediaFolderAggregate: "MediaFolder",
|
|
@@ -57,11 +62,10 @@ const aggregateEntities = {
|
|
|
57
62
|
webPartsOfProductCategoryAggregate: "ProductCategory",
|
|
58
63
|
webPartsOfSpamFilterRuleAggregate: "SpamFilterRule",
|
|
59
64
|
webPartsOfMediaAggregate: "Media",
|
|
60
|
-
webPartsOfVideoFolderAggregate: "VideoFolder",
|
|
61
|
-
webPartsOfVideoAggregate: "Video",
|
|
62
65
|
websitesAggregate: "Website",
|
|
63
66
|
baseLangOfAggregate: "Website",
|
|
64
|
-
themesAggregate: "
|
|
67
|
+
themesAggregate: "ThemeBranch",
|
|
68
|
+
bulletinsAggregate: "Bulletin"
|
|
65
69
|
},
|
|
66
70
|
WebsiteType: {
|
|
67
71
|
websitesAggregate: "Website"
|
|
@@ -72,9 +76,15 @@ const aggregateEntities = {
|
|
|
72
76
|
Product: {
|
|
73
77
|
tagsAggregate: "Tag",
|
|
74
78
|
mediaPivotsAggregate: "MediaOnProduct",
|
|
75
|
-
attachmentPivotsAggregate: "AttachmentOnProduct"
|
|
79
|
+
attachmentPivotsAggregate: "AttachmentOnProduct",
|
|
80
|
+
faqsAggregate: "FAQ",
|
|
81
|
+
relatedPivotsAggregate: "ProductRelatedPivot",
|
|
82
|
+
relatedByPovitAggregate: "ProductRelatedPivot"
|
|
76
83
|
},
|
|
77
|
-
|
|
84
|
+
Enquiry: {
|
|
85
|
+
attachmentsAggregate: "Media"
|
|
86
|
+
},
|
|
87
|
+
ThemeBranch: {
|
|
78
88
|
componentsAggregate: "FrontComponent",
|
|
79
89
|
componentCategoriesAggregate: "ComponentCategory",
|
|
80
90
|
pagesAggregate: "Page",
|
|
@@ -112,12 +122,11 @@ const aggregateEntities = {
|
|
|
112
122
|
TemplateCategory: {
|
|
113
123
|
templatesAggregate: "SectionTemplate"
|
|
114
124
|
},
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
videosAggregate: "Video"
|
|
125
|
+
WebsiteSnapshot: {
|
|
126
|
+
mediasAggregate: "Media"
|
|
118
127
|
},
|
|
119
|
-
|
|
120
|
-
|
|
128
|
+
Theme: {
|
|
129
|
+
branchesAggregate: "ThemeBranch"
|
|
121
130
|
}
|
|
122
131
|
};
|
|
123
132
|
class QueryOptions {
|
|
@@ -279,18 +288,32 @@ class QueryOptions {
|
|
|
279
288
|
}
|
|
280
289
|
const UserEntityName = "User";
|
|
281
290
|
const UserEntityLabel = "";
|
|
291
|
+
const roleVariableToInputCascade = (entity) => {
|
|
292
|
+
return {
|
|
293
|
+
...entity,
|
|
294
|
+
role: entity.role ? processHasOneClear({ sync: roleToInput(entity.role) }) : void 0
|
|
295
|
+
};
|
|
296
|
+
};
|
|
297
|
+
const roleVariableToInput = (entity) => {
|
|
298
|
+
return {
|
|
299
|
+
...entity,
|
|
300
|
+
role: convertHasOneToInput(entity.role)
|
|
301
|
+
};
|
|
302
|
+
};
|
|
282
303
|
const roleToInputCascade = (entity) => {
|
|
283
|
-
var _a;
|
|
284
|
-
const { usersAggregate, ...rest } = entity;
|
|
304
|
+
var _a, _b;
|
|
305
|
+
const { variablesAggregate, usersAggregate, ...rest } = entity;
|
|
285
306
|
return {
|
|
286
307
|
...rest,
|
|
287
|
-
|
|
308
|
+
variables: entity.variables ? processHasManyClear({ sync: (_a = entity.variables) == null ? void 0 : _a.map((ent) => roleVariableToInput(ent)) }) : void 0,
|
|
309
|
+
users: entity.users ? processHasManyClear({ sync: (_b = entity.users) == null ? void 0 : _b.map((ent) => userToInput(ent)) }) : void 0
|
|
288
310
|
};
|
|
289
311
|
};
|
|
290
312
|
const roleToInput = (entity) => {
|
|
291
|
-
const { usersAggregate, ...rest } = entity;
|
|
313
|
+
const { variablesAggregate, usersAggregate, ...rest } = entity;
|
|
292
314
|
return {
|
|
293
315
|
...rest,
|
|
316
|
+
variables: convertHasManyToInput(entity.variables),
|
|
294
317
|
users: convertHasManyToInput(entity.users)
|
|
295
318
|
};
|
|
296
319
|
};
|
|
@@ -340,7 +363,7 @@ const componentCategoryToInputCascade = (entity) => {
|
|
|
340
363
|
return {
|
|
341
364
|
...rest,
|
|
342
365
|
components: entity.components ? processHasManyClear({ sync: (_a = entity.components) == null ? void 0 : _a.map((ent) => frontComponentToInput(ent)) }) : void 0,
|
|
343
|
-
theme: entity.theme ? processHasOneClear({ sync:
|
|
366
|
+
theme: entity.theme ? processHasOneClear({ sync: themeBranchToInput(entity.theme) }) : void 0
|
|
344
367
|
};
|
|
345
368
|
};
|
|
346
369
|
const componentCategoryToInput = (entity) => {
|
|
@@ -354,13 +377,15 @@ const componentCategoryToInput = (entity) => {
|
|
|
354
377
|
const frontComponentToInputCascade = (entity) => {
|
|
355
378
|
return {
|
|
356
379
|
...entity,
|
|
380
|
+
cover: entity.cover ? processHasOneClear({ sync: mediaToInput(entity.cover) }) : void 0,
|
|
357
381
|
category: entity.category ? processHasOneClear({ sync: componentCategoryToInput(entity.category) }) : void 0,
|
|
358
|
-
theme: entity.theme ? processHasOneClear({ sync:
|
|
382
|
+
theme: entity.theme ? processHasOneClear({ sync: themeBranchToInput(entity.theme) }) : void 0
|
|
359
383
|
};
|
|
360
384
|
};
|
|
361
385
|
const frontComponentToInput = (entity) => {
|
|
362
386
|
return {
|
|
363
387
|
...entity,
|
|
388
|
+
cover: convertHasOneToInput(entity.cover),
|
|
364
389
|
category: convertHasOneToInput(entity.category),
|
|
365
390
|
theme: convertHasOneToInput(entity.theme)
|
|
366
391
|
};
|
|
@@ -369,7 +394,7 @@ const themeConfigToInputCascade = (entity) => {
|
|
|
369
394
|
return {
|
|
370
395
|
...entity,
|
|
371
396
|
contactAvatar: entity.contactAvatar ? processHasOneClear({ sync: mediaToInput(entity.contactAvatar) }) : void 0,
|
|
372
|
-
theme: entity.theme ? processHasOneClear({ sync:
|
|
397
|
+
theme: entity.theme ? processHasOneClear({ sync: themeBranchToInput(entity.theme) }) : void 0
|
|
373
398
|
};
|
|
374
399
|
};
|
|
375
400
|
const themeConfigToInput = (entity) => {
|
|
@@ -385,7 +410,7 @@ const templateCategoryToInputCascade = (entity) => {
|
|
|
385
410
|
return {
|
|
386
411
|
...rest,
|
|
387
412
|
templates: entity.templates ? processHasManyClear({ sync: (_a = entity.templates) == null ? void 0 : _a.map((ent) => sectionTemplateToInput(ent)) }) : void 0,
|
|
388
|
-
theme: entity.theme ? processHasOneClear({ sync:
|
|
413
|
+
theme: entity.theme ? processHasOneClear({ sync: themeBranchToInput(entity.theme) }) : void 0
|
|
389
414
|
};
|
|
390
415
|
};
|
|
391
416
|
const templateCategoryToInput = (entity) => {
|
|
@@ -399,13 +424,15 @@ const templateCategoryToInput = (entity) => {
|
|
|
399
424
|
const sectionTemplateToInputCascade = (entity) => {
|
|
400
425
|
return {
|
|
401
426
|
...entity,
|
|
427
|
+
cover: entity.cover ? processHasOneClear({ sync: mediaToInput(entity.cover) }) : void 0,
|
|
402
428
|
category: entity.category ? processHasOneClear({ sync: templateCategoryToInput(entity.category) }) : void 0,
|
|
403
|
-
theme: entity.theme ? processHasOneClear({ sync:
|
|
429
|
+
theme: entity.theme ? processHasOneClear({ sync: themeBranchToInput(entity.theme) }) : void 0
|
|
404
430
|
};
|
|
405
431
|
};
|
|
406
432
|
const sectionTemplateToInput = (entity) => {
|
|
407
433
|
return {
|
|
408
434
|
...entity,
|
|
435
|
+
cover: convertHasOneToInput(entity.cover),
|
|
409
436
|
category: convertHasOneToInput(entity.category),
|
|
410
437
|
theme: convertHasOneToInput(entity.theme)
|
|
411
438
|
};
|
|
@@ -413,7 +440,7 @@ const sectionTemplateToInput = (entity) => {
|
|
|
413
440
|
const styleConfigToInputCascade = (entity) => {
|
|
414
441
|
return {
|
|
415
442
|
...entity,
|
|
416
|
-
theme: entity.theme ? processHasOneClear({ sync:
|
|
443
|
+
theme: entity.theme ? processHasOneClear({ sync: themeBranchToInput(entity.theme) }) : void 0
|
|
417
444
|
};
|
|
418
445
|
};
|
|
419
446
|
const styleConfigToInput = (entity) => {
|
|
@@ -440,7 +467,7 @@ const themeInMarketToInput = (entity) => {
|
|
|
440
467
|
const themeVersionToInputCascade = (entity) => {
|
|
441
468
|
return {
|
|
442
469
|
...entity,
|
|
443
|
-
theme: entity.theme ? processHasOneClear({ sync:
|
|
470
|
+
theme: entity.theme ? processHasOneClear({ sync: themeBranchToInput(entity.theme) }) : void 0,
|
|
444
471
|
themeInMarket: entity.themeInMarket ? processHasOneClear({ sync: themeInMarketToInput(entity.themeInMarket) }) : void 0
|
|
445
472
|
};
|
|
446
473
|
};
|
|
@@ -467,11 +494,29 @@ const themeCategoryToInput = (entity) => {
|
|
|
467
494
|
};
|
|
468
495
|
};
|
|
469
496
|
const themeToInputCascade = (entity) => {
|
|
497
|
+
var _a;
|
|
498
|
+
const { branchesAggregate, ...rest } = entity;
|
|
499
|
+
return {
|
|
500
|
+
...rest,
|
|
501
|
+
branches: entity.branches ? processHasManyClear({ sync: (_a = entity.branches) == null ? void 0 : _a.map((ent) => themeBranchToInput(ent)) }) : void 0,
|
|
502
|
+
cover: entity.cover ? processHasOneClear({ sync: mediaToInput(entity.cover) }) : void 0,
|
|
503
|
+
category: entity.category ? processHasOneClear({ sync: themeCategoryToInput(entity.category) }) : void 0
|
|
504
|
+
};
|
|
505
|
+
};
|
|
506
|
+
const themeToInput = (entity) => {
|
|
507
|
+
const { branchesAggregate, ...rest } = entity;
|
|
508
|
+
return {
|
|
509
|
+
...rest,
|
|
510
|
+
branches: convertHasManyToInput(entity.branches),
|
|
511
|
+
cover: convertHasOneToInput(entity.cover),
|
|
512
|
+
category: convertHasOneToInput(entity.category)
|
|
513
|
+
};
|
|
514
|
+
};
|
|
515
|
+
const themeBranchToInputCascade = (entity) => {
|
|
470
516
|
var _a, _b, _c, _d, _e;
|
|
471
517
|
const { componentsAggregate, componentCategoriesAggregate, pagesAggregate, templatesAggregate, templateCategoriesAggregate, ...rest } = entity;
|
|
472
518
|
return {
|
|
473
519
|
...rest,
|
|
474
|
-
cover: entity.cover ? processHasOneClear({ sync: mediaToInput(entity.cover) }) : void 0,
|
|
475
520
|
components: entity.components ? processHasManyClear({ sync: (_a = entity.components) == null ? void 0 : _a.map((ent) => frontComponentToInput(ent)) }) : void 0,
|
|
476
521
|
componentCategories: entity.componentCategories ? processHasManyClear({ sync: (_b = entity.componentCategories) == null ? void 0 : _b.map((ent) => componentCategoryToInput(ent)) }) : void 0,
|
|
477
522
|
pages: entity.pages ? processHasManyClear({ sync: (_c = entity.pages) == null ? void 0 : _c.map((ent) => pageToInput(ent)) }) : void 0,
|
|
@@ -480,16 +525,16 @@ const themeToInputCascade = (entity) => {
|
|
|
480
525
|
templates: entity.templates ? processHasManyClear({ sync: (_d = entity.templates) == null ? void 0 : _d.map((ent) => sectionTemplateToInput(ent)) }) : void 0,
|
|
481
526
|
templateCategories: entity.templateCategories ? processHasManyClear({ sync: (_e = entity.templateCategories) == null ? void 0 : _e.map((ent) => templateCategoryToInput(ent)) }) : void 0,
|
|
482
527
|
styleConfig: entity.styleConfig ? processHasOneClear({ sync: styleConfigToInput(entity.styleConfig) }) : void 0,
|
|
528
|
+
mockWebsite: entity.mockWebsite ? processHasOneClear({ sync: websiteToInput(entity.mockWebsite) }) : void 0,
|
|
483
529
|
marketVersion: entity.marketVersion ? processHasOneClear({ sync: themeVersionToInput(entity.marketVersion) }) : void 0,
|
|
484
530
|
website: entity.website ? processHasOneClear({ sync: websiteToInput(entity.website) }) : void 0,
|
|
485
|
-
|
|
531
|
+
belongsToMain: entity.belongsToMain ? processHasOneClear({ sync: themeToInput(entity.belongsToMain) }) : void 0
|
|
486
532
|
};
|
|
487
533
|
};
|
|
488
|
-
const
|
|
534
|
+
const themeBranchToInput = (entity) => {
|
|
489
535
|
const { componentsAggregate, componentCategoriesAggregate, pagesAggregate, templatesAggregate, templateCategoriesAggregate, ...rest } = entity;
|
|
490
536
|
return {
|
|
491
537
|
...rest,
|
|
492
|
-
cover: convertHasOneToInput(entity.cover),
|
|
493
538
|
components: convertHasManyToInput(entity.components),
|
|
494
539
|
componentCategories: convertHasManyToInput(entity.componentCategories),
|
|
495
540
|
pages: convertHasManyToInput(entity.pages),
|
|
@@ -498,16 +543,17 @@ const themeToInput = (entity) => {
|
|
|
498
543
|
templates: convertHasManyToInput(entity.templates),
|
|
499
544
|
templateCategories: convertHasManyToInput(entity.templateCategories),
|
|
500
545
|
styleConfig: convertHasOneToInput(entity.styleConfig),
|
|
546
|
+
mockWebsite: convertHasOneToInput(entity.mockWebsite),
|
|
501
547
|
marketVersion: convertHasOneToInput(entity.marketVersion),
|
|
502
548
|
website: convertHasOneToInput(entity.website),
|
|
503
|
-
|
|
549
|
+
belongsToMain: convertHasOneToInput(entity.belongsToMain)
|
|
504
550
|
};
|
|
505
551
|
};
|
|
506
552
|
const pageToInputCascade = (entity) => {
|
|
507
553
|
return {
|
|
508
554
|
...entity,
|
|
509
555
|
meta: entity.meta ? processHasOneClear({ sync: pageMetaToInput(entity.meta) }) : void 0,
|
|
510
|
-
theme: entity.theme ? processHasOneClear({ sync:
|
|
556
|
+
theme: entity.theme ? processHasOneClear({ sync: themeBranchToInput(entity.theme) }) : void 0
|
|
511
557
|
};
|
|
512
558
|
};
|
|
513
559
|
const pageToInput = (entity) => {
|
|
@@ -636,9 +682,35 @@ const attachmentOnProductToInput = (entity) => {
|
|
|
636
682
|
product: convertHasOneToInput(entity.product)
|
|
637
683
|
};
|
|
638
684
|
};
|
|
685
|
+
const fAQToInputCascade = (entity) => {
|
|
686
|
+
return {
|
|
687
|
+
...entity,
|
|
688
|
+
product: entity.product ? processHasOneClear({ sync: productToInput(entity.product) }) : void 0
|
|
689
|
+
};
|
|
690
|
+
};
|
|
691
|
+
const fAQToInput = (entity) => {
|
|
692
|
+
return {
|
|
693
|
+
...entity,
|
|
694
|
+
product: convertHasOneToInput(entity.product)
|
|
695
|
+
};
|
|
696
|
+
};
|
|
697
|
+
const productRelatedPivotToInputCascade = (entity) => {
|
|
698
|
+
return {
|
|
699
|
+
...entity,
|
|
700
|
+
product: entity.product ? processHasOneClear({ sync: productToInput(entity.product) }) : void 0,
|
|
701
|
+
relatedBy: entity.relatedBy ? processHasOneClear({ sync: productToInput(entity.relatedBy) }) : void 0
|
|
702
|
+
};
|
|
703
|
+
};
|
|
704
|
+
const productRelatedPivotToInput = (entity) => {
|
|
705
|
+
return {
|
|
706
|
+
...entity,
|
|
707
|
+
product: convertHasOneToInput(entity.product),
|
|
708
|
+
relatedBy: convertHasOneToInput(entity.relatedBy)
|
|
709
|
+
};
|
|
710
|
+
};
|
|
639
711
|
const productToInputCascade = (entity) => {
|
|
640
|
-
var _a, _b, _c;
|
|
641
|
-
const { tagsAggregate, mediaPivotsAggregate, attachmentPivotsAggregate, ...rest } = entity;
|
|
712
|
+
var _a, _b, _c, _d, _e, _f;
|
|
713
|
+
const { tagsAggregate, mediaPivotsAggregate, attachmentPivotsAggregate, faqsAggregate, relatedPivotsAggregate, relatedByPovitAggregate, ...rest } = entity;
|
|
642
714
|
return {
|
|
643
715
|
...rest,
|
|
644
716
|
category: entity.category ? processHasOneClear({ sync: productCategoryToInput(entity.category) }) : void 0,
|
|
@@ -647,12 +719,15 @@ const productToInputCascade = (entity) => {
|
|
|
647
719
|
attachmentPivots: entity.attachmentPivots ? processHasManyClear({ sync: (_c = entity.attachmentPivots) == null ? void 0 : _c.map((ent) => attachmentOnProductToInput(ent)) }) : void 0,
|
|
648
720
|
lang: entity.lang ? processHasOneClear({ sync: langToInput(entity.lang) }) : void 0,
|
|
649
721
|
meta: entity.meta ? processHasOneClear({ sync: pageMetaToInput(entity.meta) }) : void 0,
|
|
722
|
+
faqs: entity.faqs ? processHasManyClear({ sync: (_d = entity.faqs) == null ? void 0 : _d.map((ent) => fAQToInput(ent)) }) : void 0,
|
|
723
|
+
relatedPivots: entity.relatedPivots ? processHasManyClear({ sync: (_e = entity.relatedPivots) == null ? void 0 : _e.map((ent) => productRelatedPivotToInput(ent)) }) : void 0,
|
|
650
724
|
creator: entity.creator ? processHasOneClear({ sync: userToInput(entity.creator) }) : void 0,
|
|
651
|
-
website: entity.website ? processHasOneClear({ sync: websiteToInput(entity.website) }) : void 0
|
|
725
|
+
website: entity.website ? processHasOneClear({ sync: websiteToInput(entity.website) }) : void 0,
|
|
726
|
+
relatedByPovit: entity.relatedByPovit ? processHasManyClear({ sync: (_f = entity.relatedByPovit) == null ? void 0 : _f.map((ent) => productRelatedPivotToInput(ent)) }) : void 0
|
|
652
727
|
};
|
|
653
728
|
};
|
|
654
729
|
const productToInput = (entity) => {
|
|
655
|
-
const { tagsAggregate, mediaPivotsAggregate, attachmentPivotsAggregate, ...rest } = entity;
|
|
730
|
+
const { tagsAggregate, mediaPivotsAggregate, attachmentPivotsAggregate, faqsAggregate, relatedPivotsAggregate, relatedByPovitAggregate, ...rest } = entity;
|
|
656
731
|
return {
|
|
657
732
|
...rest,
|
|
658
733
|
category: convertHasOneToInput(entity.category),
|
|
@@ -661,8 +736,11 @@ const productToInput = (entity) => {
|
|
|
661
736
|
attachmentPivots: convertHasManyToInput(entity.attachmentPivots),
|
|
662
737
|
lang: convertHasOneToInput(entity.lang),
|
|
663
738
|
meta: convertHasOneToInput(entity.meta),
|
|
739
|
+
faqs: convertHasManyToInput(entity.faqs),
|
|
740
|
+
relatedPivots: convertHasManyToInput(entity.relatedPivots),
|
|
664
741
|
creator: convertHasOneToInput(entity.creator),
|
|
665
|
-
website: convertHasOneToInput(entity.website)
|
|
742
|
+
website: convertHasOneToInput(entity.website),
|
|
743
|
+
relatedByPovit: convertHasManyToInput(entity.relatedByPovit)
|
|
666
744
|
};
|
|
667
745
|
};
|
|
668
746
|
const spamFilterRuleToInputCascade = (entity) => {
|
|
@@ -679,103 +757,104 @@ const spamFilterRuleToInput = (entity) => {
|
|
|
679
757
|
website: convertHasOneToInput(entity.website)
|
|
680
758
|
};
|
|
681
759
|
};
|
|
682
|
-
const
|
|
683
|
-
var _a;
|
|
684
|
-
const { coverAggregate, ...rest } = entity;
|
|
760
|
+
const analyticsConfigToInputCascade = (entity) => {
|
|
685
761
|
return {
|
|
686
|
-
...
|
|
687
|
-
lang: entity.lang ? processHasOneClear({ sync: langToInput(entity.lang) }) : void 0,
|
|
688
|
-
folder: entity.folder ? processHasOneClear({ sync: videoFolderToInput(entity.folder) }) : void 0,
|
|
689
|
-
cover: entity.cover ? processHasManyClear({ sync: (_a = entity.cover) == null ? void 0 : _a.map((ent) => mediaToInput(ent)) }) : void 0,
|
|
762
|
+
...entity,
|
|
690
763
|
website: entity.website ? processHasOneClear({ sync: websiteToInput(entity.website) }) : void 0
|
|
691
764
|
};
|
|
692
765
|
};
|
|
693
|
-
const
|
|
694
|
-
const { coverAggregate, ...rest } = entity;
|
|
766
|
+
const analyticsConfigToInput = (entity) => {
|
|
695
767
|
return {
|
|
696
|
-
...
|
|
697
|
-
lang: convertHasOneToInput(entity.lang),
|
|
698
|
-
folder: convertHasOneToInput(entity.folder),
|
|
699
|
-
cover: convertHasManyToInput(entity.cover),
|
|
768
|
+
...entity,
|
|
700
769
|
website: convertHasOneToInput(entity.website)
|
|
701
770
|
};
|
|
702
771
|
};
|
|
703
|
-
const
|
|
704
|
-
var _a, _b;
|
|
705
|
-
const { childrenAggregate, videosAggregate, ...rest } = entity;
|
|
772
|
+
const websiteSettingsToInputCascade = (entity) => {
|
|
706
773
|
return {
|
|
707
|
-
...
|
|
708
|
-
|
|
709
|
-
children: entity.children ? processHasManyClear({ sync: (_a = entity.children) == null ? void 0 : _a.map((ent) => videoFolderToInput(ent)) }) : void 0,
|
|
710
|
-
website: entity.website ? processHasOneClear({ sync: websiteToInput(entity.website) }) : void 0,
|
|
711
|
-
videos: entity.videos ? processHasManyClear({ sync: (_b = entity.videos) == null ? void 0 : _b.map((ent) => videoToInput(ent)) }) : void 0,
|
|
712
|
-
parent: entity.parent ? processHasOneClear({ sync: videoFolderToInput(entity.parent) }) : void 0
|
|
774
|
+
...entity,
|
|
775
|
+
website: entity.website ? processHasOneClear({ sync: websiteToInput(entity.website) }) : void 0
|
|
713
776
|
};
|
|
714
777
|
};
|
|
715
|
-
const
|
|
716
|
-
const { childrenAggregate, videosAggregate, ...rest } = entity;
|
|
778
|
+
const websiteSettingsToInput = (entity) => {
|
|
717
779
|
return {
|
|
718
|
-
...
|
|
719
|
-
|
|
720
|
-
children: convertHasManyToInput(entity.children),
|
|
721
|
-
website: convertHasOneToInput(entity.website),
|
|
722
|
-
videos: convertHasManyToInput(entity.videos),
|
|
723
|
-
parent: convertHasOneToInput(entity.parent)
|
|
780
|
+
...entity,
|
|
781
|
+
website: convertHasOneToInput(entity.website)
|
|
724
782
|
};
|
|
725
783
|
};
|
|
726
|
-
const
|
|
784
|
+
const changeLogToInputCascade = (entity) => {
|
|
727
785
|
return {
|
|
728
786
|
...entity,
|
|
729
787
|
website: entity.website ? processHasOneClear({ sync: websiteToInput(entity.website) }) : void 0
|
|
730
788
|
};
|
|
731
789
|
};
|
|
732
|
-
const
|
|
790
|
+
const changeLogToInput = (entity) => {
|
|
733
791
|
return {
|
|
734
792
|
...entity,
|
|
735
793
|
website: convertHasOneToInput(entity.website)
|
|
736
794
|
};
|
|
737
795
|
};
|
|
738
|
-
const
|
|
796
|
+
const searchIndexToInputCascade = (entity) => {
|
|
739
797
|
return {
|
|
740
798
|
...entity,
|
|
799
|
+
media: entity.media ? processHasOneClear({ sync: mediaToInput(entity.media) }) : void 0,
|
|
741
800
|
website: entity.website ? processHasOneClear({ sync: websiteToInput(entity.website) }) : void 0
|
|
742
801
|
};
|
|
743
802
|
};
|
|
744
|
-
const
|
|
803
|
+
const searchIndexToInput = (entity) => {
|
|
745
804
|
return {
|
|
746
805
|
...entity,
|
|
806
|
+
media: convertHasOneToInput(entity.media),
|
|
747
807
|
website: convertHasOneToInput(entity.website)
|
|
748
808
|
};
|
|
749
809
|
};
|
|
750
|
-
const
|
|
810
|
+
const bulletinToInputCascade = (entity) => {
|
|
751
811
|
return {
|
|
752
812
|
...entity,
|
|
813
|
+
lang: entity.lang ? processHasOneClear({ sync: langToInput(entity.lang) }) : void 0,
|
|
753
814
|
website: entity.website ? processHasOneClear({ sync: websiteToInput(entity.website) }) : void 0
|
|
754
815
|
};
|
|
755
816
|
};
|
|
756
|
-
const
|
|
817
|
+
const bulletinToInput = (entity) => {
|
|
757
818
|
return {
|
|
758
819
|
...entity,
|
|
820
|
+
lang: convertHasOneToInput(entity.lang),
|
|
759
821
|
website: convertHasOneToInput(entity.website)
|
|
760
822
|
};
|
|
761
823
|
};
|
|
762
|
-
const
|
|
824
|
+
const websiteSnapshotToInputCascade = (entity) => {
|
|
825
|
+
var _a;
|
|
826
|
+
const { mediasAggregate, ...rest } = entity;
|
|
827
|
+
return {
|
|
828
|
+
...rest,
|
|
829
|
+
medias: entity.medias ? processHasManyClear({ sync: (_a = entity.medias) == null ? void 0 : _a.map((ent) => mediaToInput(ent)) }) : void 0,
|
|
830
|
+
website: entity.website ? processHasOneClear({ sync: websiteToInput(entity.website) }) : void 0
|
|
831
|
+
};
|
|
832
|
+
};
|
|
833
|
+
const websiteSnapshotToInput = (entity) => {
|
|
834
|
+
const { mediasAggregate, ...rest } = entity;
|
|
835
|
+
return {
|
|
836
|
+
...rest,
|
|
837
|
+
medias: convertHasManyToInput(entity.medias),
|
|
838
|
+
website: convertHasOneToInput(entity.website)
|
|
839
|
+
};
|
|
840
|
+
};
|
|
841
|
+
const userOperationToInputCascade = (entity) => {
|
|
763
842
|
return {
|
|
764
843
|
...entity,
|
|
765
|
-
|
|
844
|
+
user: entity.user ? processHasOneClear({ sync: userToInput(entity.user) }) : void 0,
|
|
766
845
|
website: entity.website ? processHasOneClear({ sync: websiteToInput(entity.website) }) : void 0
|
|
767
846
|
};
|
|
768
847
|
};
|
|
769
|
-
const
|
|
848
|
+
const userOperationToInput = (entity) => {
|
|
770
849
|
return {
|
|
771
850
|
...entity,
|
|
772
|
-
|
|
851
|
+
user: convertHasOneToInput(entity.user),
|
|
773
852
|
website: convertHasOneToInput(entity.website)
|
|
774
853
|
};
|
|
775
854
|
};
|
|
776
855
|
const websiteToInputCascade = (entity) => {
|
|
777
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l, _m, _n, _o, _p, _q;
|
|
778
|
-
const { usersAggregate, partsOfMediaFolderAggregate, partsOfEnquiryAggregate, partsOfProductAggregate, partsOfPostAggregate, partsOfPostCategoryAggregate, partsOfTagAggregate, partsOfCustomerAggregate, partsOfProductCategoryAggregate, partsOfSpamFilterRuleAggregate, partsOfMediaAggregate,
|
|
856
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l, _m, _n, _o, _p, _q, _r;
|
|
857
|
+
const { usersAggregate, partsOfMediaFolderAggregate, partsOfEnquiryAggregate, partsOfProductAggregate, partsOfPostAggregate, partsOfPostCategoryAggregate, partsOfTagAggregate, partsOfCustomerAggregate, partsOfProductCategoryAggregate, partsOfSpamFilterRuleAggregate, partsOfMediaAggregate, langsAggregate, themesAggregate, changelogsAggregate, searchIndexesAggregate, bulletinsAggregate, snapshotsAggregate, userOperationsAggregate, ...rest } = entity;
|
|
779
858
|
return {
|
|
780
859
|
...rest,
|
|
781
860
|
websiteType: entity.websiteType ? processHasOneClear({ sync: websiteTypeToInput(entity.websiteType) }) : void 0,
|
|
@@ -791,19 +870,21 @@ const websiteToInputCascade = (entity) => {
|
|
|
791
870
|
partsOfProductCategory: entity.partsOfProductCategory ? processHasManyClear({ sync: (_i = entity.partsOfProductCategory) == null ? void 0 : _i.map((ent) => productCategoryToInput(ent)) }) : void 0,
|
|
792
871
|
partsOfSpamFilterRule: entity.partsOfSpamFilterRule ? processHasManyClear({ sync: (_j = entity.partsOfSpamFilterRule) == null ? void 0 : _j.map((ent) => spamFilterRuleToInput(ent)) }) : void 0,
|
|
793
872
|
partsOfMedia: entity.partsOfMedia ? processHasManyClear({ sync: (_k = entity.partsOfMedia) == null ? void 0 : _k.map((ent) => mediaToInput(ent)) }) : void 0,
|
|
794
|
-
|
|
795
|
-
partsOfVideo: entity.partsOfVideo ? processHasManyClear({ sync: (_m = entity.partsOfVideo) == null ? void 0 : _m.map((ent) => videoToInput(ent)) }) : void 0,
|
|
796
|
-
langs: entity.langs ? processHasManyClear({ sync: (_n = entity.langs) == null ? void 0 : _n.map((ent) => langToInput(ent)) }) : void 0,
|
|
873
|
+
langs: entity.langs ? processHasManyClear({ sync: (_l = entity.langs) == null ? void 0 : _l.map((ent) => langToInput(ent)) }) : void 0,
|
|
797
874
|
baseLang: entity.baseLang ? processHasOneClear({ sync: langToInput(entity.baseLang) }) : void 0,
|
|
798
|
-
themes: entity.themes ? processHasManyClear({ sync: (
|
|
875
|
+
themes: entity.themes ? processHasManyClear({ sync: (_m = entity.themes) == null ? void 0 : _m.map((ent) => themeBranchToInput(ent)) }) : void 0,
|
|
799
876
|
analyticsConfig: entity.analyticsConfig ? processHasOneClear({ sync: analyticsConfigToInput(entity.analyticsConfig) }) : void 0,
|
|
800
877
|
settings: entity.settings ? processHasOneClear({ sync: websiteSettingsToInput(entity.settings) }) : void 0,
|
|
801
|
-
changelogs: entity.changelogs ? processHasManyClear({ sync: (
|
|
802
|
-
searchIndexes: entity.searchIndexes ? processHasManyClear({ sync: (
|
|
878
|
+
changelogs: entity.changelogs ? processHasManyClear({ sync: (_n = entity.changelogs) == null ? void 0 : _n.map((ent) => changeLogToInput(ent)) }) : void 0,
|
|
879
|
+
searchIndexes: entity.searchIndexes ? processHasManyClear({ sync: (_o = entity.searchIndexes) == null ? void 0 : _o.map((ent) => searchIndexToInput(ent)) }) : void 0,
|
|
880
|
+
bulletins: entity.bulletins ? processHasManyClear({ sync: (_p = entity.bulletins) == null ? void 0 : _p.map((ent) => bulletinToInput(ent)) }) : void 0,
|
|
881
|
+
snapshots: entity.snapshots ? processHasManyClear({ sync: (_q = entity.snapshots) == null ? void 0 : _q.map((ent) => websiteSnapshotToInput(ent)) }) : void 0,
|
|
882
|
+
userOperations: entity.userOperations ? processHasManyClear({ sync: (_r = entity.userOperations) == null ? void 0 : _r.map((ent) => userOperationToInput(ent)) }) : void 0,
|
|
883
|
+
mockBranch: entity.mockBranch ? processHasOneClear({ sync: themeBranchToInput(entity.mockBranch) }) : void 0
|
|
803
884
|
};
|
|
804
885
|
};
|
|
805
886
|
const websiteToInput = (entity) => {
|
|
806
|
-
const { usersAggregate, partsOfMediaFolderAggregate, partsOfEnquiryAggregate, partsOfProductAggregate, partsOfPostAggregate, partsOfPostCategoryAggregate, partsOfTagAggregate, partsOfCustomerAggregate, partsOfProductCategoryAggregate, partsOfSpamFilterRuleAggregate, partsOfMediaAggregate,
|
|
887
|
+
const { usersAggregate, partsOfMediaFolderAggregate, partsOfEnquiryAggregate, partsOfProductAggregate, partsOfPostAggregate, partsOfPostCategoryAggregate, partsOfTagAggregate, partsOfCustomerAggregate, partsOfProductCategoryAggregate, partsOfSpamFilterRuleAggregate, partsOfMediaAggregate, langsAggregate, themesAggregate, changelogsAggregate, searchIndexesAggregate, bulletinsAggregate, snapshotsAggregate, userOperationsAggregate, ...rest } = entity;
|
|
807
888
|
return {
|
|
808
889
|
...rest,
|
|
809
890
|
websiteType: convertHasOneToInput(entity.websiteType),
|
|
@@ -819,15 +900,17 @@ const websiteToInput = (entity) => {
|
|
|
819
900
|
partsOfProductCategory: convertHasManyToInput(entity.partsOfProductCategory),
|
|
820
901
|
partsOfSpamFilterRule: convertHasManyToInput(entity.partsOfSpamFilterRule),
|
|
821
902
|
partsOfMedia: convertHasManyToInput(entity.partsOfMedia),
|
|
822
|
-
partsOfVideoFolder: convertHasManyToInput(entity.partsOfVideoFolder),
|
|
823
|
-
partsOfVideo: convertHasManyToInput(entity.partsOfVideo),
|
|
824
903
|
langs: convertHasManyToInput(entity.langs),
|
|
825
904
|
baseLang: convertHasOneToInput(entity.baseLang),
|
|
826
905
|
themes: convertHasManyToInput(entity.themes),
|
|
827
906
|
analyticsConfig: convertHasOneToInput(entity.analyticsConfig),
|
|
828
907
|
settings: convertHasOneToInput(entity.settings),
|
|
829
908
|
changelogs: convertHasManyToInput(entity.changelogs),
|
|
830
|
-
searchIndexes: convertHasManyToInput(entity.searchIndexes)
|
|
909
|
+
searchIndexes: convertHasManyToInput(entity.searchIndexes),
|
|
910
|
+
bulletins: convertHasManyToInput(entity.bulletins),
|
|
911
|
+
snapshots: convertHasManyToInput(entity.snapshots),
|
|
912
|
+
userOperations: convertHasManyToInput(entity.userOperations),
|
|
913
|
+
mockBranch: convertHasOneToInput(entity.mockBranch)
|
|
831
914
|
};
|
|
832
915
|
};
|
|
833
916
|
const customerToInputCascade = (entity) => {
|
|
@@ -850,24 +933,29 @@ const customerToInput = (entity) => {
|
|
|
850
933
|
};
|
|
851
934
|
};
|
|
852
935
|
const enquiryToInputCascade = (entity) => {
|
|
936
|
+
var _a;
|
|
937
|
+
const { attachmentsAggregate, ...rest } = entity;
|
|
853
938
|
return {
|
|
854
|
-
...
|
|
939
|
+
...rest,
|
|
855
940
|
lang: entity.lang ? processHasOneClear({ sync: langToInput(entity.lang) }) : void 0,
|
|
941
|
+
attachments: entity.attachments ? processHasManyClear({ sync: (_a = entity.attachments) == null ? void 0 : _a.map((ent) => mediaToInput(ent)) }) : void 0,
|
|
856
942
|
customer: entity.customer ? processHasOneClear({ sync: customerToInput(entity.customer) }) : void 0,
|
|
857
943
|
website: entity.website ? processHasOneClear({ sync: websiteToInput(entity.website) }) : void 0
|
|
858
944
|
};
|
|
859
945
|
};
|
|
860
946
|
const enquiryToInput = (entity) => {
|
|
947
|
+
const { attachmentsAggregate, ...rest } = entity;
|
|
861
948
|
return {
|
|
862
|
-
...
|
|
949
|
+
...rest,
|
|
863
950
|
lang: convertHasOneToInput(entity.lang),
|
|
951
|
+
attachments: convertHasManyToInput(entity.attachments),
|
|
864
952
|
customer: convertHasOneToInput(entity.customer),
|
|
865
953
|
website: convertHasOneToInput(entity.website)
|
|
866
954
|
};
|
|
867
955
|
};
|
|
868
956
|
const langToInputCascade = (entity) => {
|
|
869
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l, _m, _n
|
|
870
|
-
const { webPartsOfMediaFolderAggregate, webPartsOfEnquiryAggregate, webPartsOfProductAggregate, webPartsOfPostAggregate, webPartsOfPostCategoryAggregate, webPartsOfTagAggregate, webPartsOfCustomerAggregate, webPartsOfProductCategoryAggregate, webPartsOfSpamFilterRuleAggregate, webPartsOfMediaAggregate,
|
|
957
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l, _m, _n;
|
|
958
|
+
const { webPartsOfMediaFolderAggregate, webPartsOfEnquiryAggregate, webPartsOfProductAggregate, webPartsOfPostAggregate, webPartsOfPostCategoryAggregate, webPartsOfTagAggregate, webPartsOfCustomerAggregate, webPartsOfProductCategoryAggregate, webPartsOfSpamFilterRuleAggregate, webPartsOfMediaAggregate, websitesAggregate, baseLangOfAggregate, themesAggregate, bulletinsAggregate, ...rest } = entity;
|
|
871
959
|
return {
|
|
872
960
|
...rest,
|
|
873
961
|
webPartsOfMediaFolder: entity.webPartsOfMediaFolder ? processHasManyClear({ sync: (_a = entity.webPartsOfMediaFolder) == null ? void 0 : _a.map((ent) => mediaFolderToInput(ent)) }) : void 0,
|
|
@@ -880,15 +968,14 @@ const langToInputCascade = (entity) => {
|
|
|
880
968
|
webPartsOfProductCategory: entity.webPartsOfProductCategory ? processHasManyClear({ sync: (_h = entity.webPartsOfProductCategory) == null ? void 0 : _h.map((ent) => productCategoryToInput(ent)) }) : void 0,
|
|
881
969
|
webPartsOfSpamFilterRule: entity.webPartsOfSpamFilterRule ? processHasManyClear({ sync: (_i = entity.webPartsOfSpamFilterRule) == null ? void 0 : _i.map((ent) => spamFilterRuleToInput(ent)) }) : void 0,
|
|
882
970
|
webPartsOfMedia: entity.webPartsOfMedia ? processHasManyClear({ sync: (_j = entity.webPartsOfMedia) == null ? void 0 : _j.map((ent) => mediaToInput(ent)) }) : void 0,
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
themes: entity.themes ? processHasManyClear({ sync: (_o = entity.themes) == null ? void 0 : _o.map((ent) => themeToInput(ent)) }) : void 0
|
|
971
|
+
websites: entity.websites ? processHasManyClear({ sync: (_k = entity.websites) == null ? void 0 : _k.map((ent) => websiteToInput(ent)) }) : void 0,
|
|
972
|
+
baseLangOf: entity.baseLangOf ? processHasManyClear({ sync: (_l = entity.baseLangOf) == null ? void 0 : _l.map((ent) => websiteToInput(ent)) }) : void 0,
|
|
973
|
+
themes: entity.themes ? processHasManyClear({ sync: (_m = entity.themes) == null ? void 0 : _m.map((ent) => themeBranchToInput(ent)) }) : void 0,
|
|
974
|
+
bulletins: entity.bulletins ? processHasManyClear({ sync: (_n = entity.bulletins) == null ? void 0 : _n.map((ent) => bulletinToInput(ent)) }) : void 0
|
|
888
975
|
};
|
|
889
976
|
};
|
|
890
977
|
const langToInput = (entity) => {
|
|
891
|
-
const { webPartsOfMediaFolderAggregate, webPartsOfEnquiryAggregate, webPartsOfProductAggregate, webPartsOfPostAggregate, webPartsOfPostCategoryAggregate, webPartsOfTagAggregate, webPartsOfCustomerAggregate, webPartsOfProductCategoryAggregate, webPartsOfSpamFilterRuleAggregate, webPartsOfMediaAggregate,
|
|
978
|
+
const { webPartsOfMediaFolderAggregate, webPartsOfEnquiryAggregate, webPartsOfProductAggregate, webPartsOfPostAggregate, webPartsOfPostCategoryAggregate, webPartsOfTagAggregate, webPartsOfCustomerAggregate, webPartsOfProductCategoryAggregate, webPartsOfSpamFilterRuleAggregate, webPartsOfMediaAggregate, websitesAggregate, baseLangOfAggregate, themesAggregate, bulletinsAggregate, ...rest } = entity;
|
|
892
979
|
return {
|
|
893
980
|
...rest,
|
|
894
981
|
webPartsOfMediaFolder: convertHasManyToInput(entity.webPartsOfMediaFolder),
|
|
@@ -901,11 +988,10 @@ const langToInput = (entity) => {
|
|
|
901
988
|
webPartsOfProductCategory: convertHasManyToInput(entity.webPartsOfProductCategory),
|
|
902
989
|
webPartsOfSpamFilterRule: convertHasManyToInput(entity.webPartsOfSpamFilterRule),
|
|
903
990
|
webPartsOfMedia: convertHasManyToInput(entity.webPartsOfMedia),
|
|
904
|
-
webPartsOfVideoFolder: convertHasManyToInput(entity.webPartsOfVideoFolder),
|
|
905
|
-
webPartsOfVideo: convertHasManyToInput(entity.webPartsOfVideo),
|
|
906
991
|
websites: convertHasManyToInput(entity.websites),
|
|
907
992
|
baseLangOf: convertHasManyToInput(entity.baseLangOf),
|
|
908
|
-
themes: convertHasManyToInput(entity.themes)
|
|
993
|
+
themes: convertHasManyToInput(entity.themes),
|
|
994
|
+
bulletins: convertHasManyToInput(entity.bulletins)
|
|
909
995
|
};
|
|
910
996
|
};
|
|
911
997
|
const mediaFolderToInputCascade = (entity) => {
|
|
@@ -932,8 +1018,8 @@ const mediaFolderToInput = (entity) => {
|
|
|
932
1018
|
};
|
|
933
1019
|
};
|
|
934
1020
|
const mediaToInputCascade = (entity) => {
|
|
935
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _i;
|
|
936
|
-
const { file, coverOfAggregate, meidaOfProductAggregate, productMediaPivotsAggregate, productAttacPivotsAggregate,
|
|
1021
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j;
|
|
1022
|
+
const { file, coverOfAggregate, meidaOfProductAggregate, productMediaPivotsAggregate, productAttacPivotsAggregate, usedByThemConfigAggregate, pageMetaAggregate, searchIndexAggregate, snapshotAggregate, coverOfComponentAggregate, coverOfSectionTemplateAggregate, ...rest } = entity;
|
|
937
1023
|
return {
|
|
938
1024
|
...rest,
|
|
939
1025
|
folder: entity.folder ? processHasOneClear({ sync: mediaFolderToInput(entity.folder) }) : void 0,
|
|
@@ -944,16 +1030,20 @@ const mediaToInputCascade = (entity) => {
|
|
|
944
1030
|
productMediaPivots: entity.productMediaPivots ? processHasManyClear({ sync: (_c = entity.productMediaPivots) == null ? void 0 : _c.map((ent) => mediaOnProductToInput(ent)) }) : void 0,
|
|
945
1031
|
productAttacPivots: entity.productAttacPivots ? processHasManyClear({ sync: (_d = entity.productAttacPivots) == null ? void 0 : _d.map((ent) => attachmentOnProductToInput(ent)) }) : void 0,
|
|
946
1032
|
website: entity.website ? processHasOneClear({ sync: websiteToInput(entity.website) }) : void 0,
|
|
947
|
-
coverOfTheme: entity.coverOfTheme ? processHasManyClear({ sync: (_e = entity.coverOfTheme) == null ? void 0 : _e.map((ent) => themeToInput(ent)) }) : void 0,
|
|
948
1033
|
postCategory: entity.postCategory ? processHasOneClear({ sync: postCategoryToInput(entity.postCategory) }) : void 0,
|
|
949
|
-
usedByThemConfig: entity.usedByThemConfig ? processHasManyClear({ sync: (
|
|
950
|
-
pageMeta: entity.pageMeta ? processHasManyClear({ sync: (
|
|
951
|
-
searchIndex: entity.searchIndex ? processHasManyClear({ sync: (
|
|
952
|
-
|
|
1034
|
+
usedByThemConfig: entity.usedByThemConfig ? processHasManyClear({ sync: (_e = entity.usedByThemConfig) == null ? void 0 : _e.map((ent) => themeConfigToInput(ent)) }) : void 0,
|
|
1035
|
+
pageMeta: entity.pageMeta ? processHasManyClear({ sync: (_f = entity.pageMeta) == null ? void 0 : _f.map((ent) => pageMetaToInput(ent)) }) : void 0,
|
|
1036
|
+
searchIndex: entity.searchIndex ? processHasManyClear({ sync: (_g = entity.searchIndex) == null ? void 0 : _g.map((ent) => searchIndexToInput(ent)) }) : void 0,
|
|
1037
|
+
snapshot: entity.snapshot ? processHasManyClear({ sync: (_h = entity.snapshot) == null ? void 0 : _h.map((ent) => websiteSnapshotToInput(ent)) }) : void 0,
|
|
1038
|
+
coverOfComponent: entity.coverOfComponent ? processHasManyClear({ sync: (_i = entity.coverOfComponent) == null ? void 0 : _i.map((ent) => frontComponentToInput(ent)) }) : void 0,
|
|
1039
|
+
coverOfSectionTemplate: entity.coverOfSectionTemplate ? processHasManyClear({ sync: (_j = entity.coverOfSectionTemplate) == null ? void 0 : _j.map((ent) => sectionTemplateToInput(ent)) }) : void 0,
|
|
1040
|
+
attachmentOfEnquiry: entity.attachmentOfEnquiry ? processHasOneClear({ sync: enquiryToInput(entity.attachmentOfEnquiry) }) : void 0,
|
|
1041
|
+
coverOfTheme: entity.coverOfTheme ? processHasOneClear({ sync: themeToInput(entity.coverOfTheme) }) : void 0,
|
|
1042
|
+
owner: entity.owner ? processHasOneClear({ sync: userToInput(entity.owner) }) : void 0
|
|
953
1043
|
};
|
|
954
1044
|
};
|
|
955
1045
|
const mediaToInput = (entity) => {
|
|
956
|
-
const { file, coverOfAggregate, meidaOfProductAggregate, productMediaPivotsAggregate, productAttacPivotsAggregate,
|
|
1046
|
+
const { file, coverOfAggregate, meidaOfProductAggregate, productMediaPivotsAggregate, productAttacPivotsAggregate, usedByThemConfigAggregate, pageMetaAggregate, searchIndexAggregate, snapshotAggregate, coverOfComponentAggregate, coverOfSectionTemplateAggregate, ...rest } = entity;
|
|
957
1047
|
return {
|
|
958
1048
|
...rest,
|
|
959
1049
|
folder: convertHasOneToInput(entity.folder),
|
|
@@ -964,34 +1054,42 @@ const mediaToInput = (entity) => {
|
|
|
964
1054
|
productMediaPivots: convertHasManyToInput(entity.productMediaPivots),
|
|
965
1055
|
productAttacPivots: convertHasManyToInput(entity.productAttacPivots),
|
|
966
1056
|
website: convertHasOneToInput(entity.website),
|
|
967
|
-
coverOfTheme: convertHasManyToInput(entity.coverOfTheme),
|
|
968
1057
|
postCategory: convertHasOneToInput(entity.postCategory),
|
|
969
1058
|
usedByThemConfig: convertHasManyToInput(entity.usedByThemConfig),
|
|
970
1059
|
pageMeta: convertHasManyToInput(entity.pageMeta),
|
|
971
1060
|
searchIndex: convertHasManyToInput(entity.searchIndex),
|
|
972
|
-
|
|
1061
|
+
snapshot: convertHasManyToInput(entity.snapshot),
|
|
1062
|
+
coverOfComponent: convertHasManyToInput(entity.coverOfComponent),
|
|
1063
|
+
coverOfSectionTemplate: convertHasManyToInput(entity.coverOfSectionTemplate),
|
|
1064
|
+
attachmentOfEnquiry: convertHasOneToInput(entity.attachmentOfEnquiry),
|
|
1065
|
+
coverOfTheme: convertHasOneToInput(entity.coverOfTheme),
|
|
1066
|
+
owner: convertHasOneToInput(entity.owner)
|
|
973
1067
|
};
|
|
974
1068
|
};
|
|
975
1069
|
const userToInputCascade = (entity) => {
|
|
976
|
-
var _a, _b, _c, _d;
|
|
977
|
-
const { rolesAggregate, productsAggregate, postsAggregate, websitesAggregate, ...rest } = entity;
|
|
1070
|
+
var _a, _b, _c, _d, _e, _f;
|
|
1071
|
+
const { rolesAggregate, productsAggregate, operationsAggregate, mediasAggregate, postsAggregate, websitesAggregate, ...rest } = entity;
|
|
978
1072
|
return {
|
|
979
1073
|
...rest,
|
|
980
1074
|
roles: entity.roles ? processHasManyClear({ sync: (_a = entity.roles) == null ? void 0 : _a.map((ent) => roleToInput(ent)) }) : void 0,
|
|
981
1075
|
avatar: entity.avatar ? processHasOneClear({ sync: mediaToInput(entity.avatar) }) : void 0,
|
|
982
1076
|
products: entity.products ? processHasManyClear({ sync: (_b = entity.products) == null ? void 0 : _b.map((ent) => productToInput(ent)) }) : void 0,
|
|
983
|
-
|
|
984
|
-
|
|
1077
|
+
operations: entity.operations ? processHasManyClear({ sync: (_c = entity.operations) == null ? void 0 : _c.map((ent) => userOperationToInput(ent)) }) : void 0,
|
|
1078
|
+
medias: entity.medias ? processHasManyClear({ sync: (_d = entity.medias) == null ? void 0 : _d.map((ent) => mediaToInput(ent)) }) : void 0,
|
|
1079
|
+
posts: entity.posts ? processHasManyClear({ sync: (_e = entity.posts) == null ? void 0 : _e.map((ent) => postToInput(ent)) }) : void 0,
|
|
1080
|
+
websites: entity.websites ? processHasManyClear({ sync: (_f = entity.websites) == null ? void 0 : _f.map((ent) => websiteToInput(ent)) }) : void 0,
|
|
985
1081
|
website: entity.website ? processHasOneClear({ sync: websiteToInput(entity.website) }) : void 0
|
|
986
1082
|
};
|
|
987
1083
|
};
|
|
988
1084
|
const userToInput = (entity) => {
|
|
989
|
-
const { rolesAggregate, productsAggregate, postsAggregate, websitesAggregate, ...rest } = entity;
|
|
1085
|
+
const { rolesAggregate, productsAggregate, operationsAggregate, mediasAggregate, postsAggregate, websitesAggregate, ...rest } = entity;
|
|
990
1086
|
return {
|
|
991
1087
|
...rest,
|
|
992
1088
|
roles: convertHasManyToInput(entity.roles),
|
|
993
1089
|
avatar: convertHasOneToInput(entity.avatar),
|
|
994
1090
|
products: convertHasManyToInput(entity.products),
|
|
1091
|
+
operations: convertHasManyToInput(entity.operations),
|
|
1092
|
+
medias: convertHasManyToInput(entity.medias),
|
|
995
1093
|
posts: convertHasManyToInput(entity.posts),
|
|
996
1094
|
websites: convertHasManyToInput(entity.websites),
|
|
997
1095
|
website: convertHasOneToInput(entity.website)
|
|
@@ -1046,8 +1144,8 @@ const abilityToInput = (entity) => {
|
|
|
1046
1144
|
};
|
|
1047
1145
|
var AbilityDistinctEnum = /* @__PURE__ */ ((AbilityDistinctEnum2) => {
|
|
1048
1146
|
AbilityDistinctEnum2["id"] = "id";
|
|
1049
|
-
AbilityDistinctEnum2["
|
|
1050
|
-
AbilityDistinctEnum2["
|
|
1147
|
+
AbilityDistinctEnum2["entityName"] = "entityName";
|
|
1148
|
+
AbilityDistinctEnum2["columnName"] = "columnName";
|
|
1051
1149
|
AbilityDistinctEnum2["can"] = "can";
|
|
1052
1150
|
AbilityDistinctEnum2["expression"] = "expression";
|
|
1053
1151
|
AbilityDistinctEnum2["abilityType"] = "abilityType";
|
|
@@ -1062,10 +1160,31 @@ var AbilityType = /* @__PURE__ */ ((AbilityType2) => {
|
|
|
1062
1160
|
AbilityType2["expand"] = "expand";
|
|
1063
1161
|
return AbilityType2;
|
|
1064
1162
|
})(AbilityType || {});
|
|
1163
|
+
const StorageRecordEntityName = "StorageRecord";
|
|
1164
|
+
const StorageRecordEntityLabel = "";
|
|
1165
|
+
const storageRecordToInputCascade = (entity) => {
|
|
1166
|
+
return {
|
|
1167
|
+
...entity
|
|
1168
|
+
};
|
|
1169
|
+
};
|
|
1170
|
+
const storageRecordToInput = (entity) => {
|
|
1171
|
+
return {
|
|
1172
|
+
...entity
|
|
1173
|
+
};
|
|
1174
|
+
};
|
|
1175
|
+
var StorageRecordDistinctEnum = /* @__PURE__ */ ((StorageRecordDistinctEnum2) => {
|
|
1176
|
+
StorageRecordDistinctEnum2["id"] = "id";
|
|
1177
|
+
StorageRecordDistinctEnum2["resource"] = "resource";
|
|
1178
|
+
StorageRecordDistinctEnum2["storageType"] = "storageType";
|
|
1179
|
+
StorageRecordDistinctEnum2["createdAt"] = "createdAt";
|
|
1180
|
+
StorageRecordDistinctEnum2["updatedAt"] = "updatedAt";
|
|
1181
|
+
return StorageRecordDistinctEnum2;
|
|
1182
|
+
})(StorageRecordDistinctEnum || {});
|
|
1065
1183
|
const MediaEntityName = "Media";
|
|
1066
1184
|
const MediaEntityLabel = "";
|
|
1067
1185
|
var MediaDistinctEnum = /* @__PURE__ */ ((MediaDistinctEnum2) => {
|
|
1068
1186
|
MediaDistinctEnum2["id"] = "id";
|
|
1187
|
+
MediaDistinctEnum2["mediaRef"] = "mediaRef";
|
|
1069
1188
|
MediaDistinctEnum2["name"] = "name";
|
|
1070
1189
|
MediaDistinctEnum2["size"] = "size";
|
|
1071
1190
|
MediaDistinctEnum2["mimeType"] = "mimeType";
|
|
@@ -1075,7 +1194,11 @@ var MediaDistinctEnum = /* @__PURE__ */ ((MediaDistinctEnum2) => {
|
|
|
1075
1194
|
MediaDistinctEnum2["createdAt"] = "createdAt";
|
|
1076
1195
|
MediaDistinctEnum2["updatedAt"] = "updatedAt";
|
|
1077
1196
|
MediaDistinctEnum2["mediaType"] = "mediaType";
|
|
1197
|
+
MediaDistinctEnum2["resource"] = "resource";
|
|
1198
|
+
MediaDistinctEnum2["storageType"] = "storageType";
|
|
1078
1199
|
MediaDistinctEnum2["content"] = "content";
|
|
1200
|
+
MediaDistinctEnum2["isDeleted"] = "isDeleted";
|
|
1201
|
+
MediaDistinctEnum2["deletedAt"] = "deletedAt";
|
|
1079
1202
|
return MediaDistinctEnum2;
|
|
1080
1203
|
})(MediaDistinctEnum || {});
|
|
1081
1204
|
var MediaType = /* @__PURE__ */ ((MediaType2) => {
|
|
@@ -1120,6 +1243,22 @@ var MailType = /* @__PURE__ */ ((MailType2) => {
|
|
|
1120
1243
|
MailType2["notice"] = "notice";
|
|
1121
1244
|
return MailType2;
|
|
1122
1245
|
})(MailType || {});
|
|
1246
|
+
var VariableType = /* @__PURE__ */ ((VariableType2) => {
|
|
1247
|
+
VariableType2["Single"] = "Single";
|
|
1248
|
+
VariableType2["Array"] = "Array";
|
|
1249
|
+
return VariableType2;
|
|
1250
|
+
})(VariableType || {});
|
|
1251
|
+
const RoleVariableEntityName = "RoleVariable";
|
|
1252
|
+
const RoleVariableEntityLabel = "";
|
|
1253
|
+
var RoleVariableDistinctEnum = /* @__PURE__ */ ((RoleVariableDistinctEnum2) => {
|
|
1254
|
+
RoleVariableDistinctEnum2["id"] = "id";
|
|
1255
|
+
RoleVariableDistinctEnum2["name"] = "name";
|
|
1256
|
+
RoleVariableDistinctEnum2["type"] = "type";
|
|
1257
|
+
RoleVariableDistinctEnum2["entityName"] = "entityName";
|
|
1258
|
+
RoleVariableDistinctEnum2["whereExpression"] = "whereExpression";
|
|
1259
|
+
RoleVariableDistinctEnum2["field"] = "field";
|
|
1260
|
+
return RoleVariableDistinctEnum2;
|
|
1261
|
+
})(RoleVariableDistinctEnum || {});
|
|
1123
1262
|
const WebsiteEntityName = "Website";
|
|
1124
1263
|
const WebsiteEntityLabel = "站点";
|
|
1125
1264
|
var WebsiteDistinctEnum = /* @__PURE__ */ ((WebsiteDistinctEnum2) => {
|
|
@@ -1197,6 +1336,8 @@ var PostDistinctEnum = /* @__PURE__ */ ((PostDistinctEnum2) => {
|
|
|
1197
1336
|
PostDistinctEnum2["content"] = "content";
|
|
1198
1337
|
PostDistinctEnum2["slug"] = "slug";
|
|
1199
1338
|
PostDistinctEnum2["description"] = "description";
|
|
1339
|
+
PostDistinctEnum2["isDeleted"] = "isDeleted";
|
|
1340
|
+
PostDistinctEnum2["deletedAt"] = "deletedAt";
|
|
1200
1341
|
return PostDistinctEnum2;
|
|
1201
1342
|
})(PostDistinctEnum || {});
|
|
1202
1343
|
const ProductEntityName = "Product";
|
|
@@ -1222,6 +1363,8 @@ var ProductDistinctEnum = /* @__PURE__ */ ((ProductDistinctEnum2) => {
|
|
|
1222
1363
|
ProductDistinctEnum2["content"] = "content";
|
|
1223
1364
|
ProductDistinctEnum2["slug"] = "slug";
|
|
1224
1365
|
ProductDistinctEnum2["description"] = "description";
|
|
1366
|
+
ProductDistinctEnum2["isDeleted"] = "isDeleted";
|
|
1367
|
+
ProductDistinctEnum2["deletedAt"] = "deletedAt";
|
|
1225
1368
|
return ProductDistinctEnum2;
|
|
1226
1369
|
})(ProductDistinctEnum || {});
|
|
1227
1370
|
const EnquiryEntityName = "Enquiry";
|
|
@@ -1240,6 +1383,10 @@ var EnquiryDistinctEnum = /* @__PURE__ */ ((EnquiryDistinctEnum2) => {
|
|
|
1240
1383
|
EnquiryDistinctEnum2["read"] = "read";
|
|
1241
1384
|
EnquiryDistinctEnum2["spam"] = "spam";
|
|
1242
1385
|
EnquiryDistinctEnum2["mobile"] = "mobile";
|
|
1386
|
+
EnquiryDistinctEnum2["visitorId"] = "visitorId";
|
|
1387
|
+
EnquiryDistinctEnum2["sessionId"] = "sessionId";
|
|
1388
|
+
EnquiryDistinctEnum2["extends"] = "extends";
|
|
1389
|
+
EnquiryDistinctEnum2["type"] = "type";
|
|
1243
1390
|
EnquiryDistinctEnum2["createdAt"] = "createdAt";
|
|
1244
1391
|
EnquiryDistinctEnum2["updatedAt"] = "updatedAt";
|
|
1245
1392
|
EnquiryDistinctEnum2["content"] = "content";
|
|
@@ -1259,21 +1406,20 @@ var WebsiteSettingsDistinctEnum = /* @__PURE__ */ ((WebsiteSettingsDistinctEnum2
|
|
|
1259
1406
|
WebsiteSettingsDistinctEnum2["deployConfig"] = "deployConfig";
|
|
1260
1407
|
return WebsiteSettingsDistinctEnum2;
|
|
1261
1408
|
})(WebsiteSettingsDistinctEnum || {});
|
|
1262
|
-
const
|
|
1263
|
-
const
|
|
1264
|
-
var
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
})(ThemeDistinctEnum || {});
|
|
1409
|
+
const ThemeBranchEntityName = "ThemeBranch";
|
|
1410
|
+
const ThemeBranchEntityLabel = "";
|
|
1411
|
+
var ThemeBranchDistinctEnum = /* @__PURE__ */ ((ThemeBranchDistinctEnum2) => {
|
|
1412
|
+
ThemeBranchDistinctEnum2["id"] = "id";
|
|
1413
|
+
ThemeBranchDistinctEnum2["name"] = "name";
|
|
1414
|
+
ThemeBranchDistinctEnum2["settings"] = "settings";
|
|
1415
|
+
ThemeBranchDistinctEnum2["description"] = "description";
|
|
1416
|
+
ThemeBranchDistinctEnum2["parentThemeId"] = "parentThemeId";
|
|
1417
|
+
ThemeBranchDistinctEnum2["createdAt"] = "createdAt";
|
|
1418
|
+
ThemeBranchDistinctEnum2["updatedAt"] = "updatedAt";
|
|
1419
|
+
ThemeBranchDistinctEnum2["status"] = "status";
|
|
1420
|
+
ThemeBranchDistinctEnum2["version"] = "version";
|
|
1421
|
+
return ThemeBranchDistinctEnum2;
|
|
1422
|
+
})(ThemeBranchDistinctEnum || {});
|
|
1277
1423
|
const MediaFolderEntityName = "MediaFolder";
|
|
1278
1424
|
const MediaFolderEntityLabel = "媒体分类";
|
|
1279
1425
|
var MediaFolderDistinctEnum = /* @__PURE__ */ ((MediaFolderDistinctEnum2) => {
|
|
@@ -1425,6 +1571,8 @@ var PageType = /* @__PURE__ */ ((PageType2) => {
|
|
|
1425
1571
|
PageType2["Thanks"] = "Thanks";
|
|
1426
1572
|
PageType2["PostList"] = "PostList";
|
|
1427
1573
|
PageType2["ProductList"] = "ProductList";
|
|
1574
|
+
PageType2["AskForQuote"] = "AskForQuote";
|
|
1575
|
+
PageType2["CustomizedApi"] = "CustomizedApi";
|
|
1428
1576
|
return PageType2;
|
|
1429
1577
|
})(PageType || {});
|
|
1430
1578
|
const ProductCategoryEntityName = "ProductCategory";
|
|
@@ -1497,6 +1645,9 @@ var FrontComponentDistinctEnum = /* @__PURE__ */ ((FrontComponentDistinctEnum2)
|
|
|
1497
1645
|
FrontComponentDistinctEnum2["isInMarket"] = "isInMarket";
|
|
1498
1646
|
FrontComponentDistinctEnum2["code"] = "code";
|
|
1499
1647
|
FrontComponentDistinctEnum2["description"] = "description";
|
|
1648
|
+
FrontComponentDistinctEnum2["parentId"] = "parentId";
|
|
1649
|
+
FrontComponentDistinctEnum2["isSectionBlock"] = "isSectionBlock";
|
|
1650
|
+
FrontComponentDistinctEnum2["complieResult"] = "complieResult";
|
|
1500
1651
|
return FrontComponentDistinctEnum2;
|
|
1501
1652
|
})(FrontComponentDistinctEnum || {});
|
|
1502
1653
|
const ComponentCategoryEntityName = "ComponentCategory";
|
|
@@ -1508,6 +1659,7 @@ var ComponentCategoryDistinctEnum = /* @__PURE__ */ ((ComponentCategoryDistinctE
|
|
|
1508
1659
|
ComponentCategoryDistinctEnum2["updatedAt"] = "updatedAt";
|
|
1509
1660
|
ComponentCategoryDistinctEnum2["createdAt"] = "createdAt";
|
|
1510
1661
|
ComponentCategoryDistinctEnum2["isInMarket"] = "isInMarket";
|
|
1662
|
+
ComponentCategoryDistinctEnum2["isSectionBlock"] = "isSectionBlock";
|
|
1511
1663
|
return ComponentCategoryDistinctEnum2;
|
|
1512
1664
|
})(ComponentCategoryDistinctEnum || {});
|
|
1513
1665
|
var MarketableDistinctEnum = /* @__PURE__ */ ((MarketableDistinctEnum2) => {
|
|
@@ -1679,33 +1831,6 @@ var SourceType = /* @__PURE__ */ ((SourceType2) => {
|
|
|
1679
1831
|
SourceType2["post"] = "post";
|
|
1680
1832
|
return SourceType2;
|
|
1681
1833
|
})(SourceType || {});
|
|
1682
|
-
const VideoFolderEntityName = "VideoFolder";
|
|
1683
|
-
const VideoFolderEntityLabel = "视频分类";
|
|
1684
|
-
var VideoFolderDistinctEnum = /* @__PURE__ */ ((VideoFolderDistinctEnum2) => {
|
|
1685
|
-
VideoFolderDistinctEnum2["id"] = "id";
|
|
1686
|
-
VideoFolderDistinctEnum2["name"] = "name";
|
|
1687
|
-
VideoFolderDistinctEnum2["seqValue"] = "seqValue";
|
|
1688
|
-
VideoFolderDistinctEnum2["createdAt"] = "createdAt";
|
|
1689
|
-
VideoFolderDistinctEnum2["updatedAt"] = "updatedAt";
|
|
1690
|
-
VideoFolderDistinctEnum2["content"] = "content";
|
|
1691
|
-
return VideoFolderDistinctEnum2;
|
|
1692
|
-
})(VideoFolderDistinctEnum || {});
|
|
1693
|
-
const VideoEntityName = "Video";
|
|
1694
|
-
const VideoEntityLabel = "视频";
|
|
1695
|
-
var VideoDistinctEnum = /* @__PURE__ */ ((VideoDistinctEnum2) => {
|
|
1696
|
-
VideoDistinctEnum2["id"] = "id";
|
|
1697
|
-
VideoDistinctEnum2["name"] = "name";
|
|
1698
|
-
VideoDistinctEnum2["size"] = "size";
|
|
1699
|
-
VideoDistinctEnum2["mimeType"] = "mimeType";
|
|
1700
|
-
VideoDistinctEnum2["extName"] = "extName";
|
|
1701
|
-
VideoDistinctEnum2["description"] = "description";
|
|
1702
|
-
VideoDistinctEnum2["url"] = "url";
|
|
1703
|
-
VideoDistinctEnum2["videoId"] = "videoId";
|
|
1704
|
-
VideoDistinctEnum2["createdAt"] = "createdAt";
|
|
1705
|
-
VideoDistinctEnum2["updatedAt"] = "updatedAt";
|
|
1706
|
-
VideoDistinctEnum2["content"] = "content";
|
|
1707
|
-
return VideoDistinctEnum2;
|
|
1708
|
-
})(VideoDistinctEnum || {});
|
|
1709
1834
|
const TaskEntityName = "Task";
|
|
1710
1835
|
const TaskEntityLabel = "";
|
|
1711
1836
|
const taskToInputCascade = (entity) => {
|
|
@@ -1803,6 +1928,150 @@ var NotificationType = /* @__PURE__ */ ((NotificationType2) => {
|
|
|
1803
1928
|
NotificationType2["update"] = "update";
|
|
1804
1929
|
return NotificationType2;
|
|
1805
1930
|
})(NotificationType || {});
|
|
1931
|
+
const FAQEntityName = "FAQ";
|
|
1932
|
+
const FAQEntityLabel = "";
|
|
1933
|
+
var FAQDistinctEnum = /* @__PURE__ */ ((FAQDistinctEnum2) => {
|
|
1934
|
+
FAQDistinctEnum2["id"] = "id";
|
|
1935
|
+
FAQDistinctEnum2["question"] = "question";
|
|
1936
|
+
FAQDistinctEnum2["answer"] = "answer";
|
|
1937
|
+
FAQDistinctEnum2["createdAt"] = "createdAt";
|
|
1938
|
+
FAQDistinctEnum2["updatedAt"] = "updatedAt";
|
|
1939
|
+
FAQDistinctEnum2["seqValue"] = "seqValue";
|
|
1940
|
+
return FAQDistinctEnum2;
|
|
1941
|
+
})(FAQDistinctEnum || {});
|
|
1942
|
+
const BulletinEntityName = "Bulletin";
|
|
1943
|
+
const BulletinEntityLabel = "公告";
|
|
1944
|
+
var BulletinDistinctEnum = /* @__PURE__ */ ((BulletinDistinctEnum2) => {
|
|
1945
|
+
BulletinDistinctEnum2["id"] = "id";
|
|
1946
|
+
BulletinDistinctEnum2["content"] = "content";
|
|
1947
|
+
BulletinDistinctEnum2["type"] = "type";
|
|
1948
|
+
BulletinDistinctEnum2["createdAt"] = "createdAt";
|
|
1949
|
+
BulletinDistinctEnum2["updatedAt"] = "updatedAt";
|
|
1950
|
+
BulletinDistinctEnum2["endDate"] = "endDate";
|
|
1951
|
+
BulletinDistinctEnum2["title"] = "title";
|
|
1952
|
+
return BulletinDistinctEnum2;
|
|
1953
|
+
})(BulletinDistinctEnum || {});
|
|
1954
|
+
const ProductRelatedPivotEntityName = "ProductRelatedPivot";
|
|
1955
|
+
const ProductRelatedPivotEntityLabel = "";
|
|
1956
|
+
var ProductRelatedPivotDistinctEnum = /* @__PURE__ */ ((ProductRelatedPivotDistinctEnum2) => {
|
|
1957
|
+
ProductRelatedPivotDistinctEnum2["id"] = "id";
|
|
1958
|
+
ProductRelatedPivotDistinctEnum2["seqValue"] = "seqValue";
|
|
1959
|
+
return ProductRelatedPivotDistinctEnum2;
|
|
1960
|
+
})(ProductRelatedPivotDistinctEnum || {});
|
|
1961
|
+
const WebsiteSnapshotEntityName = "WebsiteSnapshot";
|
|
1962
|
+
const WebsiteSnapshotEntityLabel = "";
|
|
1963
|
+
var WebsiteSnapshotDistinctEnum = /* @__PURE__ */ ((WebsiteSnapshotDistinctEnum2) => {
|
|
1964
|
+
WebsiteSnapshotDistinctEnum2["id"] = "id";
|
|
1965
|
+
return WebsiteSnapshotDistinctEnum2;
|
|
1966
|
+
})(WebsiteSnapshotDistinctEnum || {});
|
|
1967
|
+
var SoftableDistinctEnum = /* @__PURE__ */ ((SoftableDistinctEnum2) => {
|
|
1968
|
+
SoftableDistinctEnum2["id"] = "id";
|
|
1969
|
+
SoftableDistinctEnum2["isDeleted"] = "isDeleted";
|
|
1970
|
+
SoftableDistinctEnum2["deletedAt"] = "deletedAt";
|
|
1971
|
+
return SoftableDistinctEnum2;
|
|
1972
|
+
})(SoftableDistinctEnum || {});
|
|
1973
|
+
const VisitorLogEntityName = "VisitorLog";
|
|
1974
|
+
const VisitorLogEntityLabel = "";
|
|
1975
|
+
const visitorLogToInputCascade = (entity) => {
|
|
1976
|
+
return {
|
|
1977
|
+
...entity
|
|
1978
|
+
};
|
|
1979
|
+
};
|
|
1980
|
+
const visitorLogToInput = (entity) => {
|
|
1981
|
+
return {
|
|
1982
|
+
...entity
|
|
1983
|
+
};
|
|
1984
|
+
};
|
|
1985
|
+
var VisitorLogDistinctEnum = /* @__PURE__ */ ((VisitorLogDistinctEnum2) => {
|
|
1986
|
+
VisitorLogDistinctEnum2["id"] = "id";
|
|
1987
|
+
VisitorLogDistinctEnum2["visitorId"] = "visitorId";
|
|
1988
|
+
VisitorLogDistinctEnum2["sessionId"] = "sessionId";
|
|
1989
|
+
VisitorLogDistinctEnum2["type"] = "type";
|
|
1990
|
+
VisitorLogDistinctEnum2["url"] = "url";
|
|
1991
|
+
VisitorLogDistinctEnum2["referrer"] = "referrer";
|
|
1992
|
+
VisitorLogDistinctEnum2["duration"] = "duration";
|
|
1993
|
+
VisitorLogDistinctEnum2["timestamp"] = "timestamp";
|
|
1994
|
+
VisitorLogDistinctEnum2["userAgent"] = "userAgent";
|
|
1995
|
+
VisitorLogDistinctEnum2["device"] = "device";
|
|
1996
|
+
VisitorLogDistinctEnum2["websiteId"] = "websiteId";
|
|
1997
|
+
VisitorLogDistinctEnum2["langAbbr"] = "langAbbr";
|
|
1998
|
+
VisitorLogDistinctEnum2["country"] = "country";
|
|
1999
|
+
VisitorLogDistinctEnum2["city"] = "city";
|
|
2000
|
+
VisitorLogDistinctEnum2["ip"] = "ip";
|
|
2001
|
+
VisitorLogDistinctEnum2["isNewUser"] = "isNewUser";
|
|
2002
|
+
VisitorLogDistinctEnum2["createdAt"] = "createdAt";
|
|
2003
|
+
VisitorLogDistinctEnum2["updatedAt"] = "updatedAt";
|
|
2004
|
+
VisitorLogDistinctEnum2["browserLanguage"] = "browserLanguage";
|
|
2005
|
+
VisitorLogDistinctEnum2["platform"] = "platform";
|
|
2006
|
+
VisitorLogDistinctEnum2["pageTitle"] = "pageTitle";
|
|
2007
|
+
return VisitorLogDistinctEnum2;
|
|
2008
|
+
})(VisitorLogDistinctEnum || {});
|
|
2009
|
+
var VistType = /* @__PURE__ */ ((VistType2) => {
|
|
2010
|
+
VistType2["pageView"] = "pageView";
|
|
2011
|
+
VistType2["pageLeave"] = "pageLeave";
|
|
2012
|
+
VistType2["enquiry"] = "enquiry";
|
|
2013
|
+
return VistType2;
|
|
2014
|
+
})(VistType || {});
|
|
2015
|
+
const UserOperationEntityName = "UserOperation";
|
|
2016
|
+
const UserOperationEntityLabel = "";
|
|
2017
|
+
var UserOperationDistinctEnum = /* @__PURE__ */ ((UserOperationDistinctEnum2) => {
|
|
2018
|
+
UserOperationDistinctEnum2["id"] = "id";
|
|
2019
|
+
UserOperationDistinctEnum2["type"] = "type";
|
|
2020
|
+
UserOperationDistinctEnum2["createdAt"] = "createdAt";
|
|
2021
|
+
UserOperationDistinctEnum2["title"] = "title";
|
|
2022
|
+
UserOperationDistinctEnum2["description"] = "description";
|
|
2023
|
+
UserOperationDistinctEnum2["module"] = "module";
|
|
2024
|
+
UserOperationDistinctEnum2["langId"] = "langId";
|
|
2025
|
+
return UserOperationDistinctEnum2;
|
|
2026
|
+
})(UserOperationDistinctEnum || {});
|
|
2027
|
+
const ThemeEntityName = "Theme";
|
|
2028
|
+
const ThemeEntityLabel = "";
|
|
2029
|
+
var ThemeDistinctEnum = /* @__PURE__ */ ((ThemeDistinctEnum2) => {
|
|
2030
|
+
ThemeDistinctEnum2["id"] = "id";
|
|
2031
|
+
ThemeDistinctEnum2["name"] = "name";
|
|
2032
|
+
ThemeDistinctEnum2["description"] = "description";
|
|
2033
|
+
ThemeDistinctEnum2["createdAt"] = "createdAt";
|
|
2034
|
+
ThemeDistinctEnum2["updatedAt"] = "updatedAt";
|
|
2035
|
+
ThemeDistinctEnum2["seqValue"] = "seqValue";
|
|
2036
|
+
return ThemeDistinctEnum2;
|
|
2037
|
+
})(ThemeDistinctEnum || {});
|
|
2038
|
+
class RoleVariableQueryOptions extends QueryOptions {
|
|
2039
|
+
constructor(fields, queryArgs) {
|
|
2040
|
+
super(RoleVariableEntityName, fields, queryArgs);
|
|
2041
|
+
}
|
|
2042
|
+
id() {
|
|
2043
|
+
this.addField("id");
|
|
2044
|
+
return this;
|
|
2045
|
+
}
|
|
2046
|
+
name() {
|
|
2047
|
+
this.addField("name");
|
|
2048
|
+
return this;
|
|
2049
|
+
}
|
|
2050
|
+
type() {
|
|
2051
|
+
this.addField("type");
|
|
2052
|
+
return this;
|
|
2053
|
+
}
|
|
2054
|
+
entityName() {
|
|
2055
|
+
this.addField("entityName");
|
|
2056
|
+
return this;
|
|
2057
|
+
}
|
|
2058
|
+
whereExpression() {
|
|
2059
|
+
this.addField("whereExpression");
|
|
2060
|
+
return this;
|
|
2061
|
+
}
|
|
2062
|
+
field() {
|
|
2063
|
+
this.addField("field");
|
|
2064
|
+
return this;
|
|
2065
|
+
}
|
|
2066
|
+
role(options) {
|
|
2067
|
+
if (Array.isArray(options)) {
|
|
2068
|
+
this._associations["role"] = new RoleQueryOptions(options);
|
|
2069
|
+
} else {
|
|
2070
|
+
this._associations["role"] = options || new RoleQueryOptions(["id"]);
|
|
2071
|
+
}
|
|
2072
|
+
return this;
|
|
2073
|
+
}
|
|
2074
|
+
}
|
|
1806
2075
|
class RoleQueryOptions extends QueryOptions {
|
|
1807
2076
|
constructor(fields, queryArgs) {
|
|
1808
2077
|
super(RoleEntityName, fields, queryArgs);
|
|
@@ -1831,6 +2100,18 @@ class RoleQueryOptions extends QueryOptions {
|
|
|
1831
2100
|
this.addField("updatedAt");
|
|
1832
2101
|
return this;
|
|
1833
2102
|
}
|
|
2103
|
+
variables(options) {
|
|
2104
|
+
if (Array.isArray(options)) {
|
|
2105
|
+
this._associations["variables"] = new RoleVariableQueryOptions(options);
|
|
2106
|
+
} else {
|
|
2107
|
+
this._associations["variables"] = options || new RoleVariableQueryOptions(["id"]);
|
|
2108
|
+
}
|
|
2109
|
+
return this;
|
|
2110
|
+
}
|
|
2111
|
+
variablesAggregate(aggregate) {
|
|
2112
|
+
this._aggregates["variablesAggregate"] = aggregate;
|
|
2113
|
+
return this;
|
|
2114
|
+
}
|
|
1834
2115
|
users(options) {
|
|
1835
2116
|
if (Array.isArray(options)) {
|
|
1836
2117
|
this._associations["users"] = new UserQueryOptions(options);
|
|
@@ -2034,6 +2315,10 @@ class ComponentCategoryQueryOptions extends QueryOptions {
|
|
|
2034
2315
|
this.addField("isInMarket");
|
|
2035
2316
|
return this;
|
|
2036
2317
|
}
|
|
2318
|
+
isSectionBlock() {
|
|
2319
|
+
this.addField("isSectionBlock");
|
|
2320
|
+
return this;
|
|
2321
|
+
}
|
|
2037
2322
|
components(options) {
|
|
2038
2323
|
if (Array.isArray(options)) {
|
|
2039
2324
|
this._associations["components"] = new FrontComponentQueryOptions(options);
|
|
@@ -2048,9 +2333,9 @@ class ComponentCategoryQueryOptions extends QueryOptions {
|
|
|
2048
2333
|
}
|
|
2049
2334
|
theme(options) {
|
|
2050
2335
|
if (Array.isArray(options)) {
|
|
2051
|
-
this._associations["theme"] = new
|
|
2336
|
+
this._associations["theme"] = new ThemeBranchQueryOptions(options);
|
|
2052
2337
|
} else {
|
|
2053
|
-
this._associations["theme"] = options || new
|
|
2338
|
+
this._associations["theme"] = options || new ThemeBranchQueryOptions(["id"]);
|
|
2054
2339
|
}
|
|
2055
2340
|
return this;
|
|
2056
2341
|
}
|
|
@@ -2111,6 +2396,29 @@ class FrontComponentQueryOptions extends QueryOptions {
|
|
|
2111
2396
|
this.addField("description");
|
|
2112
2397
|
return this;
|
|
2113
2398
|
}
|
|
2399
|
+
/**
|
|
2400
|
+
* 父组件Id
|
|
2401
|
+
*/
|
|
2402
|
+
parentId() {
|
|
2403
|
+
this.addField("parentId");
|
|
2404
|
+
return this;
|
|
2405
|
+
}
|
|
2406
|
+
isSectionBlock() {
|
|
2407
|
+
this.addField("isSectionBlock");
|
|
2408
|
+
return this;
|
|
2409
|
+
}
|
|
2410
|
+
complieResult() {
|
|
2411
|
+
this.addField("complieResult");
|
|
2412
|
+
return this;
|
|
2413
|
+
}
|
|
2414
|
+
cover(options) {
|
|
2415
|
+
if (Array.isArray(options)) {
|
|
2416
|
+
this._associations["cover"] = new MediaQueryOptions(options);
|
|
2417
|
+
} else {
|
|
2418
|
+
this._associations["cover"] = options || new MediaQueryOptions(["id"]);
|
|
2419
|
+
}
|
|
2420
|
+
return this;
|
|
2421
|
+
}
|
|
2114
2422
|
category(options) {
|
|
2115
2423
|
if (Array.isArray(options)) {
|
|
2116
2424
|
this._associations["category"] = new ComponentCategoryQueryOptions(options);
|
|
@@ -2121,9 +2429,9 @@ class FrontComponentQueryOptions extends QueryOptions {
|
|
|
2121
2429
|
}
|
|
2122
2430
|
theme(options) {
|
|
2123
2431
|
if (Array.isArray(options)) {
|
|
2124
|
-
this._associations["theme"] = new
|
|
2432
|
+
this._associations["theme"] = new ThemeBranchQueryOptions(options);
|
|
2125
2433
|
} else {
|
|
2126
|
-
this._associations["theme"] = options || new
|
|
2434
|
+
this._associations["theme"] = options || new ThemeBranchQueryOptions(["id"]);
|
|
2127
2435
|
}
|
|
2128
2436
|
return this;
|
|
2129
2437
|
}
|
|
@@ -2214,9 +2522,9 @@ class ThemeConfigQueryOptions extends QueryOptions {
|
|
|
2214
2522
|
}
|
|
2215
2523
|
theme(options) {
|
|
2216
2524
|
if (Array.isArray(options)) {
|
|
2217
|
-
this._associations["theme"] = new
|
|
2525
|
+
this._associations["theme"] = new ThemeBranchQueryOptions(options);
|
|
2218
2526
|
} else {
|
|
2219
|
-
this._associations["theme"] = options || new
|
|
2527
|
+
this._associations["theme"] = options || new ThemeBranchQueryOptions(["id"]);
|
|
2220
2528
|
}
|
|
2221
2529
|
return this;
|
|
2222
2530
|
}
|
|
@@ -2263,9 +2571,9 @@ class TemplateCategoryQueryOptions extends QueryOptions {
|
|
|
2263
2571
|
}
|
|
2264
2572
|
theme(options) {
|
|
2265
2573
|
if (Array.isArray(options)) {
|
|
2266
|
-
this._associations["theme"] = new
|
|
2574
|
+
this._associations["theme"] = new ThemeBranchQueryOptions(options);
|
|
2267
2575
|
} else {
|
|
2268
|
-
this._associations["theme"] = options || new
|
|
2576
|
+
this._associations["theme"] = options || new ThemeBranchQueryOptions(["id"]);
|
|
2269
2577
|
}
|
|
2270
2578
|
return this;
|
|
2271
2579
|
}
|
|
@@ -2302,6 +2610,14 @@ class SectionTemplateQueryOptions extends QueryOptions {
|
|
|
2302
2610
|
this.addField("updatedAt");
|
|
2303
2611
|
return this;
|
|
2304
2612
|
}
|
|
2613
|
+
cover(options) {
|
|
2614
|
+
if (Array.isArray(options)) {
|
|
2615
|
+
this._associations["cover"] = new MediaQueryOptions(options);
|
|
2616
|
+
} else {
|
|
2617
|
+
this._associations["cover"] = options || new MediaQueryOptions(["id"]);
|
|
2618
|
+
}
|
|
2619
|
+
return this;
|
|
2620
|
+
}
|
|
2305
2621
|
category(options) {
|
|
2306
2622
|
if (Array.isArray(options)) {
|
|
2307
2623
|
this._associations["category"] = new TemplateCategoryQueryOptions(options);
|
|
@@ -2312,9 +2628,9 @@ class SectionTemplateQueryOptions extends QueryOptions {
|
|
|
2312
2628
|
}
|
|
2313
2629
|
theme(options) {
|
|
2314
2630
|
if (Array.isArray(options)) {
|
|
2315
|
-
this._associations["theme"] = new
|
|
2631
|
+
this._associations["theme"] = new ThemeBranchQueryOptions(options);
|
|
2316
2632
|
} else {
|
|
2317
|
-
this._associations["theme"] = options || new
|
|
2633
|
+
this._associations["theme"] = options || new ThemeBranchQueryOptions(["id"]);
|
|
2318
2634
|
}
|
|
2319
2635
|
return this;
|
|
2320
2636
|
}
|
|
@@ -2361,9 +2677,9 @@ class StyleConfigQueryOptions extends QueryOptions {
|
|
|
2361
2677
|
}
|
|
2362
2678
|
theme(options) {
|
|
2363
2679
|
if (Array.isArray(options)) {
|
|
2364
|
-
this._associations["theme"] = new
|
|
2680
|
+
this._associations["theme"] = new ThemeBranchQueryOptions(options);
|
|
2365
2681
|
} else {
|
|
2366
|
-
this._associations["theme"] = options || new
|
|
2682
|
+
this._associations["theme"] = options || new ThemeBranchQueryOptions(["id"]);
|
|
2367
2683
|
}
|
|
2368
2684
|
return this;
|
|
2369
2685
|
}
|
|
@@ -2423,9 +2739,9 @@ class ThemeVersionQueryOptions extends QueryOptions {
|
|
|
2423
2739
|
}
|
|
2424
2740
|
theme(options) {
|
|
2425
2741
|
if (Array.isArray(options)) {
|
|
2426
|
-
this._associations["theme"] = new
|
|
2742
|
+
this._associations["theme"] = new ThemeBranchQueryOptions(options);
|
|
2427
2743
|
} else {
|
|
2428
|
-
this._associations["theme"] = options || new
|
|
2744
|
+
this._associations["theme"] = options || new ThemeBranchQueryOptions(["id"]);
|
|
2429
2745
|
}
|
|
2430
2746
|
return this;
|
|
2431
2747
|
}
|
|
@@ -2491,28 +2807,10 @@ class ThemeQueryOptions extends QueryOptions {
|
|
|
2491
2807
|
this.addField("name");
|
|
2492
2808
|
return this;
|
|
2493
2809
|
}
|
|
2494
|
-
settings() {
|
|
2495
|
-
this.addField("settings");
|
|
2496
|
-
return this;
|
|
2497
|
-
}
|
|
2498
2810
|
description() {
|
|
2499
2811
|
this.addField("description");
|
|
2500
2812
|
return this;
|
|
2501
2813
|
}
|
|
2502
|
-
/**
|
|
2503
|
-
* 是否在主题市场
|
|
2504
|
-
*/
|
|
2505
|
-
isInMarket() {
|
|
2506
|
-
this.addField("isInMarket");
|
|
2507
|
-
return this;
|
|
2508
|
-
}
|
|
2509
|
-
/**
|
|
2510
|
-
* 对应市场母主题ID
|
|
2511
|
-
*/
|
|
2512
|
-
parentThemeId() {
|
|
2513
|
-
this.addField("parentThemeId");
|
|
2514
|
-
return this;
|
|
2515
|
-
}
|
|
2516
2814
|
createdAt() {
|
|
2517
2815
|
this.addField("createdAt");
|
|
2518
2816
|
return this;
|
|
@@ -2521,14 +2819,22 @@ class ThemeQueryOptions extends QueryOptions {
|
|
|
2521
2819
|
this.addField("updatedAt");
|
|
2522
2820
|
return this;
|
|
2523
2821
|
}
|
|
2524
|
-
status() {
|
|
2525
|
-
this.addField("status");
|
|
2526
|
-
return this;
|
|
2527
|
-
}
|
|
2528
2822
|
seqValue() {
|
|
2529
2823
|
this.addField("seqValue");
|
|
2530
2824
|
return this;
|
|
2531
2825
|
}
|
|
2826
|
+
branches(options) {
|
|
2827
|
+
if (Array.isArray(options)) {
|
|
2828
|
+
this._associations["branches"] = new ThemeBranchQueryOptions(options);
|
|
2829
|
+
} else {
|
|
2830
|
+
this._associations["branches"] = options || new ThemeBranchQueryOptions(["id"]);
|
|
2831
|
+
}
|
|
2832
|
+
return this;
|
|
2833
|
+
}
|
|
2834
|
+
branchesAggregate(aggregate) {
|
|
2835
|
+
this._aggregates["branchesAggregate"] = aggregate;
|
|
2836
|
+
return this;
|
|
2837
|
+
}
|
|
2532
2838
|
cover(options) {
|
|
2533
2839
|
if (Array.isArray(options)) {
|
|
2534
2840
|
this._associations["cover"] = new MediaQueryOptions(options);
|
|
@@ -2537,15 +2843,67 @@ class ThemeQueryOptions extends QueryOptions {
|
|
|
2537
2843
|
}
|
|
2538
2844
|
return this;
|
|
2539
2845
|
}
|
|
2540
|
-
|
|
2846
|
+
category(options) {
|
|
2541
2847
|
if (Array.isArray(options)) {
|
|
2542
|
-
this._associations["
|
|
2848
|
+
this._associations["category"] = new ThemeCategoryQueryOptions(options);
|
|
2543
2849
|
} else {
|
|
2544
|
-
this._associations["
|
|
2850
|
+
this._associations["category"] = options || new ThemeCategoryQueryOptions(["id"]);
|
|
2545
2851
|
}
|
|
2546
2852
|
return this;
|
|
2547
2853
|
}
|
|
2548
|
-
|
|
2854
|
+
}
|
|
2855
|
+
class ThemeBranchQueryOptions extends QueryOptions {
|
|
2856
|
+
constructor(fields, queryArgs) {
|
|
2857
|
+
super(ThemeBranchEntityName, fields, queryArgs);
|
|
2858
|
+
}
|
|
2859
|
+
id() {
|
|
2860
|
+
this.addField("id");
|
|
2861
|
+
return this;
|
|
2862
|
+
}
|
|
2863
|
+
name() {
|
|
2864
|
+
this.addField("name");
|
|
2865
|
+
return this;
|
|
2866
|
+
}
|
|
2867
|
+
settings() {
|
|
2868
|
+
this.addField("settings");
|
|
2869
|
+
return this;
|
|
2870
|
+
}
|
|
2871
|
+
description() {
|
|
2872
|
+
this.addField("description");
|
|
2873
|
+
return this;
|
|
2874
|
+
}
|
|
2875
|
+
/**
|
|
2876
|
+
* 对应市场母主题ID
|
|
2877
|
+
*/
|
|
2878
|
+
parentThemeId() {
|
|
2879
|
+
this.addField("parentThemeId");
|
|
2880
|
+
return this;
|
|
2881
|
+
}
|
|
2882
|
+
createdAt() {
|
|
2883
|
+
this.addField("createdAt");
|
|
2884
|
+
return this;
|
|
2885
|
+
}
|
|
2886
|
+
updatedAt() {
|
|
2887
|
+
this.addField("updatedAt");
|
|
2888
|
+
return this;
|
|
2889
|
+
}
|
|
2890
|
+
status() {
|
|
2891
|
+
this.addField("status");
|
|
2892
|
+
return this;
|
|
2893
|
+
}
|
|
2894
|
+
version() {
|
|
2895
|
+
this.addField("version");
|
|
2896
|
+
return this;
|
|
2897
|
+
}
|
|
2898
|
+
components(options) {
|
|
2899
|
+
if (Array.isArray(options)) {
|
|
2900
|
+
this._associations["components"] = new FrontComponentQueryOptions(options);
|
|
2901
|
+
} else {
|
|
2902
|
+
this._associations["components"] = options || new FrontComponentQueryOptions(["id"]);
|
|
2903
|
+
}
|
|
2904
|
+
return this;
|
|
2905
|
+
}
|
|
2906
|
+
componentsAggregate(aggregate) {
|
|
2549
2907
|
this._aggregates["componentsAggregate"] = aggregate;
|
|
2550
2908
|
return this;
|
|
2551
2909
|
}
|
|
@@ -2621,6 +2979,14 @@ class ThemeQueryOptions extends QueryOptions {
|
|
|
2621
2979
|
}
|
|
2622
2980
|
return this;
|
|
2623
2981
|
}
|
|
2982
|
+
mockWebsite(options) {
|
|
2983
|
+
if (Array.isArray(options)) {
|
|
2984
|
+
this._associations["mockWebsite"] = new WebsiteQueryOptions(options);
|
|
2985
|
+
} else {
|
|
2986
|
+
this._associations["mockWebsite"] = options || new WebsiteQueryOptions(["id"]);
|
|
2987
|
+
}
|
|
2988
|
+
return this;
|
|
2989
|
+
}
|
|
2624
2990
|
marketVersion(options) {
|
|
2625
2991
|
if (Array.isArray(options)) {
|
|
2626
2992
|
this._associations["marketVersion"] = new ThemeVersionQueryOptions(options);
|
|
@@ -2637,11 +3003,11 @@ class ThemeQueryOptions extends QueryOptions {
|
|
|
2637
3003
|
}
|
|
2638
3004
|
return this;
|
|
2639
3005
|
}
|
|
2640
|
-
|
|
3006
|
+
belongsToMain(options) {
|
|
2641
3007
|
if (Array.isArray(options)) {
|
|
2642
|
-
this._associations["
|
|
3008
|
+
this._associations["belongsToMain"] = new ThemeQueryOptions(options);
|
|
2643
3009
|
} else {
|
|
2644
|
-
this._associations["
|
|
3010
|
+
this._associations["belongsToMain"] = options || new ThemeQueryOptions(["id"]);
|
|
2645
3011
|
}
|
|
2646
3012
|
return this;
|
|
2647
3013
|
}
|
|
@@ -2707,9 +3073,9 @@ class PageQueryOptions extends QueryOptions {
|
|
|
2707
3073
|
}
|
|
2708
3074
|
theme(options) {
|
|
2709
3075
|
if (Array.isArray(options)) {
|
|
2710
|
-
this._associations["theme"] = new
|
|
3076
|
+
this._associations["theme"] = new ThemeBranchQueryOptions(options);
|
|
2711
3077
|
} else {
|
|
2712
|
-
this._associations["theme"] = options || new
|
|
3078
|
+
this._associations["theme"] = options || new ThemeBranchQueryOptions(["id"]);
|
|
2713
3079
|
}
|
|
2714
3080
|
return this;
|
|
2715
3081
|
}
|
|
@@ -2963,6 +3329,14 @@ class PostQueryOptions extends QueryOptions {
|
|
|
2963
3329
|
this.addField("description");
|
|
2964
3330
|
return this;
|
|
2965
3331
|
}
|
|
3332
|
+
isDeleted() {
|
|
3333
|
+
this.addField("isDeleted");
|
|
3334
|
+
return this;
|
|
3335
|
+
}
|
|
3336
|
+
deletedAt() {
|
|
3337
|
+
this.addField("deletedAt");
|
|
3338
|
+
return this;
|
|
3339
|
+
}
|
|
2966
3340
|
tags(options) {
|
|
2967
3341
|
if (Array.isArray(options)) {
|
|
2968
3342
|
this._associations["tags"] = new TagQueryOptions(options);
|
|
@@ -3158,6 +3532,72 @@ class AttachmentOnProductQueryOptions extends QueryOptions {
|
|
|
3158
3532
|
return this;
|
|
3159
3533
|
}
|
|
3160
3534
|
}
|
|
3535
|
+
class FAQQueryOptions extends QueryOptions {
|
|
3536
|
+
constructor(fields, queryArgs) {
|
|
3537
|
+
super(FAQEntityName, fields, queryArgs);
|
|
3538
|
+
}
|
|
3539
|
+
id() {
|
|
3540
|
+
this.addField("id");
|
|
3541
|
+
return this;
|
|
3542
|
+
}
|
|
3543
|
+
question() {
|
|
3544
|
+
this.addField("question");
|
|
3545
|
+
return this;
|
|
3546
|
+
}
|
|
3547
|
+
answer() {
|
|
3548
|
+
this.addField("answer");
|
|
3549
|
+
return this;
|
|
3550
|
+
}
|
|
3551
|
+
createdAt() {
|
|
3552
|
+
this.addField("createdAt");
|
|
3553
|
+
return this;
|
|
3554
|
+
}
|
|
3555
|
+
updatedAt() {
|
|
3556
|
+
this.addField("updatedAt");
|
|
3557
|
+
return this;
|
|
3558
|
+
}
|
|
3559
|
+
seqValue() {
|
|
3560
|
+
this.addField("seqValue");
|
|
3561
|
+
return this;
|
|
3562
|
+
}
|
|
3563
|
+
product(options) {
|
|
3564
|
+
if (Array.isArray(options)) {
|
|
3565
|
+
this._associations["product"] = new ProductQueryOptions(options);
|
|
3566
|
+
} else {
|
|
3567
|
+
this._associations["product"] = options || new ProductQueryOptions(["id"]);
|
|
3568
|
+
}
|
|
3569
|
+
return this;
|
|
3570
|
+
}
|
|
3571
|
+
}
|
|
3572
|
+
class ProductRelatedPivotQueryOptions extends QueryOptions {
|
|
3573
|
+
constructor(fields, queryArgs) {
|
|
3574
|
+
super(ProductRelatedPivotEntityName, fields, queryArgs);
|
|
3575
|
+
}
|
|
3576
|
+
id() {
|
|
3577
|
+
this.addField("id");
|
|
3578
|
+
return this;
|
|
3579
|
+
}
|
|
3580
|
+
seqValue() {
|
|
3581
|
+
this.addField("seqValue");
|
|
3582
|
+
return this;
|
|
3583
|
+
}
|
|
3584
|
+
product(options) {
|
|
3585
|
+
if (Array.isArray(options)) {
|
|
3586
|
+
this._associations["product"] = new ProductQueryOptions(options);
|
|
3587
|
+
} else {
|
|
3588
|
+
this._associations["product"] = options || new ProductQueryOptions(["id"]);
|
|
3589
|
+
}
|
|
3590
|
+
return this;
|
|
3591
|
+
}
|
|
3592
|
+
relatedBy(options) {
|
|
3593
|
+
if (Array.isArray(options)) {
|
|
3594
|
+
this._associations["relatedBy"] = new ProductQueryOptions(options);
|
|
3595
|
+
} else {
|
|
3596
|
+
this._associations["relatedBy"] = options || new ProductQueryOptions(["id"]);
|
|
3597
|
+
}
|
|
3598
|
+
return this;
|
|
3599
|
+
}
|
|
3600
|
+
}
|
|
3161
3601
|
class ProductQueryOptions extends QueryOptions {
|
|
3162
3602
|
constructor(fields, queryArgs) {
|
|
3163
3603
|
super(ProductEntityName, fields, queryArgs);
|
|
@@ -3248,6 +3688,14 @@ class ProductQueryOptions extends QueryOptions {
|
|
|
3248
3688
|
this.addField("description");
|
|
3249
3689
|
return this;
|
|
3250
3690
|
}
|
|
3691
|
+
isDeleted() {
|
|
3692
|
+
this.addField("isDeleted");
|
|
3693
|
+
return this;
|
|
3694
|
+
}
|
|
3695
|
+
deletedAt() {
|
|
3696
|
+
this.addField("deletedAt");
|
|
3697
|
+
return this;
|
|
3698
|
+
}
|
|
3251
3699
|
category(options) {
|
|
3252
3700
|
if (Array.isArray(options)) {
|
|
3253
3701
|
this._associations["category"] = new ProductCategoryQueryOptions(options);
|
|
@@ -3308,60 +3756,35 @@ class ProductQueryOptions extends QueryOptions {
|
|
|
3308
3756
|
}
|
|
3309
3757
|
return this;
|
|
3310
3758
|
}
|
|
3311
|
-
|
|
3759
|
+
faqs(options) {
|
|
3312
3760
|
if (Array.isArray(options)) {
|
|
3313
|
-
this._associations["
|
|
3761
|
+
this._associations["faqs"] = new FAQQueryOptions(options);
|
|
3314
3762
|
} else {
|
|
3315
|
-
this._associations["
|
|
3763
|
+
this._associations["faqs"] = options || new FAQQueryOptions(["id"]);
|
|
3316
3764
|
}
|
|
3317
3765
|
return this;
|
|
3318
3766
|
}
|
|
3319
|
-
|
|
3767
|
+
faqsAggregate(aggregate) {
|
|
3768
|
+
this._aggregates["faqsAggregate"] = aggregate;
|
|
3769
|
+
return this;
|
|
3770
|
+
}
|
|
3771
|
+
relatedPivots(options) {
|
|
3320
3772
|
if (Array.isArray(options)) {
|
|
3321
|
-
this._associations["
|
|
3773
|
+
this._associations["relatedPivots"] = new ProductRelatedPivotQueryOptions(options);
|
|
3322
3774
|
} else {
|
|
3323
|
-
this._associations["
|
|
3775
|
+
this._associations["relatedPivots"] = options || new ProductRelatedPivotQueryOptions(["id"]);
|
|
3324
3776
|
}
|
|
3325
3777
|
return this;
|
|
3326
3778
|
}
|
|
3327
|
-
|
|
3328
|
-
|
|
3329
|
-
constructor(fields, queryArgs) {
|
|
3330
|
-
super(SpamFilterRuleEntityName, fields, queryArgs);
|
|
3331
|
-
}
|
|
3332
|
-
id() {
|
|
3333
|
-
this.addField("id");
|
|
3779
|
+
relatedPivotsAggregate(aggregate) {
|
|
3780
|
+
this._aggregates["relatedPivotsAggregate"] = aggregate;
|
|
3334
3781
|
return this;
|
|
3335
3782
|
}
|
|
3336
|
-
|
|
3337
|
-
this.addField("emails");
|
|
3338
|
-
return this;
|
|
3339
|
-
}
|
|
3340
|
-
ips() {
|
|
3341
|
-
this.addField("ips");
|
|
3342
|
-
return this;
|
|
3343
|
-
}
|
|
3344
|
-
keywords() {
|
|
3345
|
-
this.addField("keywords");
|
|
3346
|
-
return this;
|
|
3347
|
-
}
|
|
3348
|
-
createdAt() {
|
|
3349
|
-
this.addField("createdAt");
|
|
3350
|
-
return this;
|
|
3351
|
-
}
|
|
3352
|
-
updatedAt() {
|
|
3353
|
-
this.addField("updatedAt");
|
|
3354
|
-
return this;
|
|
3355
|
-
}
|
|
3356
|
-
content() {
|
|
3357
|
-
this.addField("content");
|
|
3358
|
-
return this;
|
|
3359
|
-
}
|
|
3360
|
-
lang(options) {
|
|
3783
|
+
creator(options) {
|
|
3361
3784
|
if (Array.isArray(options)) {
|
|
3362
|
-
this._associations["
|
|
3785
|
+
this._associations["creator"] = new UserQueryOptions(options);
|
|
3363
3786
|
} else {
|
|
3364
|
-
this._associations["
|
|
3787
|
+
this._associations["creator"] = options || new UserQueryOptions(["id"]);
|
|
3365
3788
|
}
|
|
3366
3789
|
return this;
|
|
3367
3790
|
}
|
|
@@ -3373,106 +3796,37 @@ class SpamFilterRuleQueryOptions extends QueryOptions {
|
|
|
3373
3796
|
}
|
|
3374
3797
|
return this;
|
|
3375
3798
|
}
|
|
3376
|
-
|
|
3377
|
-
class VideoQueryOptions extends QueryOptions {
|
|
3378
|
-
constructor(fields, queryArgs) {
|
|
3379
|
-
super(VideoEntityName, fields, queryArgs);
|
|
3380
|
-
}
|
|
3381
|
-
id() {
|
|
3382
|
-
this.addField("id");
|
|
3383
|
-
return this;
|
|
3384
|
-
}
|
|
3385
|
-
name() {
|
|
3386
|
-
this.addField("name");
|
|
3387
|
-
return this;
|
|
3388
|
-
}
|
|
3389
|
-
size() {
|
|
3390
|
-
this.addField("size");
|
|
3391
|
-
return this;
|
|
3392
|
-
}
|
|
3393
|
-
mimeType() {
|
|
3394
|
-
this.addField("mimeType");
|
|
3395
|
-
return this;
|
|
3396
|
-
}
|
|
3397
|
-
extName() {
|
|
3398
|
-
this.addField("extName");
|
|
3399
|
-
return this;
|
|
3400
|
-
}
|
|
3401
|
-
description() {
|
|
3402
|
-
this.addField("description");
|
|
3403
|
-
return this;
|
|
3404
|
-
}
|
|
3405
|
-
url() {
|
|
3406
|
-
this.addField("url");
|
|
3407
|
-
return this;
|
|
3408
|
-
}
|
|
3409
|
-
videoId() {
|
|
3410
|
-
this.addField("videoId");
|
|
3411
|
-
return this;
|
|
3412
|
-
}
|
|
3413
|
-
createdAt() {
|
|
3414
|
-
this.addField("createdAt");
|
|
3415
|
-
return this;
|
|
3416
|
-
}
|
|
3417
|
-
updatedAt() {
|
|
3418
|
-
this.addField("updatedAt");
|
|
3419
|
-
return this;
|
|
3420
|
-
}
|
|
3421
|
-
content() {
|
|
3422
|
-
this.addField("content");
|
|
3423
|
-
return this;
|
|
3424
|
-
}
|
|
3425
|
-
lang(options) {
|
|
3799
|
+
relatedByPovit(options) {
|
|
3426
3800
|
if (Array.isArray(options)) {
|
|
3427
|
-
this._associations["
|
|
3801
|
+
this._associations["relatedByPovit"] = new ProductRelatedPivotQueryOptions(options);
|
|
3428
3802
|
} else {
|
|
3429
|
-
this._associations["
|
|
3803
|
+
this._associations["relatedByPovit"] = options || new ProductRelatedPivotQueryOptions(["id"]);
|
|
3430
3804
|
}
|
|
3431
3805
|
return this;
|
|
3432
3806
|
}
|
|
3433
|
-
|
|
3434
|
-
|
|
3435
|
-
this._associations["folder"] = new VideoFolderQueryOptions(options);
|
|
3436
|
-
} else {
|
|
3437
|
-
this._associations["folder"] = options || new VideoFolderQueryOptions(["id"]);
|
|
3438
|
-
}
|
|
3439
|
-
return this;
|
|
3440
|
-
}
|
|
3441
|
-
cover(options) {
|
|
3442
|
-
if (Array.isArray(options)) {
|
|
3443
|
-
this._associations["cover"] = new MediaQueryOptions(options);
|
|
3444
|
-
} else {
|
|
3445
|
-
this._associations["cover"] = options || new MediaQueryOptions(["id"]);
|
|
3446
|
-
}
|
|
3447
|
-
return this;
|
|
3448
|
-
}
|
|
3449
|
-
coverAggregate(aggregate) {
|
|
3450
|
-
this._aggregates["coverAggregate"] = aggregate;
|
|
3451
|
-
return this;
|
|
3452
|
-
}
|
|
3453
|
-
website(options) {
|
|
3454
|
-
if (Array.isArray(options)) {
|
|
3455
|
-
this._associations["website"] = new WebsiteQueryOptions(options);
|
|
3456
|
-
} else {
|
|
3457
|
-
this._associations["website"] = options || new WebsiteQueryOptions(["id"]);
|
|
3458
|
-
}
|
|
3807
|
+
relatedByPovitAggregate(aggregate) {
|
|
3808
|
+
this._aggregates["relatedByPovitAggregate"] = aggregate;
|
|
3459
3809
|
return this;
|
|
3460
3810
|
}
|
|
3461
3811
|
}
|
|
3462
|
-
class
|
|
3812
|
+
class SpamFilterRuleQueryOptions extends QueryOptions {
|
|
3463
3813
|
constructor(fields, queryArgs) {
|
|
3464
|
-
super(
|
|
3814
|
+
super(SpamFilterRuleEntityName, fields, queryArgs);
|
|
3465
3815
|
}
|
|
3466
3816
|
id() {
|
|
3467
3817
|
this.addField("id");
|
|
3468
3818
|
return this;
|
|
3469
3819
|
}
|
|
3470
|
-
|
|
3471
|
-
this.addField("
|
|
3820
|
+
emails() {
|
|
3821
|
+
this.addField("emails");
|
|
3472
3822
|
return this;
|
|
3473
3823
|
}
|
|
3474
|
-
|
|
3475
|
-
this.addField("
|
|
3824
|
+
ips() {
|
|
3825
|
+
this.addField("ips");
|
|
3826
|
+
return this;
|
|
3827
|
+
}
|
|
3828
|
+
keywords() {
|
|
3829
|
+
this.addField("keywords");
|
|
3476
3830
|
return this;
|
|
3477
3831
|
}
|
|
3478
3832
|
createdAt() {
|
|
@@ -3495,18 +3849,6 @@ class VideoFolderQueryOptions extends QueryOptions {
|
|
|
3495
3849
|
}
|
|
3496
3850
|
return this;
|
|
3497
3851
|
}
|
|
3498
|
-
children(options) {
|
|
3499
|
-
if (Array.isArray(options)) {
|
|
3500
|
-
this._associations["children"] = new VideoFolderQueryOptions(options);
|
|
3501
|
-
} else {
|
|
3502
|
-
this._associations["children"] = options || new VideoFolderQueryOptions(["id"]);
|
|
3503
|
-
}
|
|
3504
|
-
return this;
|
|
3505
|
-
}
|
|
3506
|
-
childrenAggregate(aggregate) {
|
|
3507
|
-
this._aggregates["childrenAggregate"] = aggregate;
|
|
3508
|
-
return this;
|
|
3509
|
-
}
|
|
3510
3852
|
website(options) {
|
|
3511
3853
|
if (Array.isArray(options)) {
|
|
3512
3854
|
this._associations["website"] = new WebsiteQueryOptions(options);
|
|
@@ -3515,26 +3857,6 @@ class VideoFolderQueryOptions extends QueryOptions {
|
|
|
3515
3857
|
}
|
|
3516
3858
|
return this;
|
|
3517
3859
|
}
|
|
3518
|
-
videos(options) {
|
|
3519
|
-
if (Array.isArray(options)) {
|
|
3520
|
-
this._associations["videos"] = new VideoQueryOptions(options);
|
|
3521
|
-
} else {
|
|
3522
|
-
this._associations["videos"] = options || new VideoQueryOptions(["id"]);
|
|
3523
|
-
}
|
|
3524
|
-
return this;
|
|
3525
|
-
}
|
|
3526
|
-
videosAggregate(aggregate) {
|
|
3527
|
-
this._aggregates["videosAggregate"] = aggregate;
|
|
3528
|
-
return this;
|
|
3529
|
-
}
|
|
3530
|
-
parent(options) {
|
|
3531
|
-
if (Array.isArray(options)) {
|
|
3532
|
-
this._associations["parent"] = new VideoFolderQueryOptions(options);
|
|
3533
|
-
} else {
|
|
3534
|
-
this._associations["parent"] = options || new VideoFolderQueryOptions(["id"]);
|
|
3535
|
-
}
|
|
3536
|
-
return this;
|
|
3537
|
-
}
|
|
3538
3860
|
}
|
|
3539
3861
|
class AnalyticsConfigQueryOptions extends QueryOptions {
|
|
3540
3862
|
constructor(fields, queryArgs) {
|
|
@@ -3721,6 +4043,133 @@ class SearchIndexQueryOptions extends QueryOptions {
|
|
|
3721
4043
|
return this;
|
|
3722
4044
|
}
|
|
3723
4045
|
}
|
|
4046
|
+
class BulletinQueryOptions extends QueryOptions {
|
|
4047
|
+
constructor(fields, queryArgs) {
|
|
4048
|
+
super(BulletinEntityName, fields, queryArgs);
|
|
4049
|
+
}
|
|
4050
|
+
id() {
|
|
4051
|
+
this.addField("id");
|
|
4052
|
+
return this;
|
|
4053
|
+
}
|
|
4054
|
+
content() {
|
|
4055
|
+
this.addField("content");
|
|
4056
|
+
return this;
|
|
4057
|
+
}
|
|
4058
|
+
type() {
|
|
4059
|
+
this.addField("type");
|
|
4060
|
+
return this;
|
|
4061
|
+
}
|
|
4062
|
+
createdAt() {
|
|
4063
|
+
this.addField("createdAt");
|
|
4064
|
+
return this;
|
|
4065
|
+
}
|
|
4066
|
+
updatedAt() {
|
|
4067
|
+
this.addField("updatedAt");
|
|
4068
|
+
return this;
|
|
4069
|
+
}
|
|
4070
|
+
endDate() {
|
|
4071
|
+
this.addField("endDate");
|
|
4072
|
+
return this;
|
|
4073
|
+
}
|
|
4074
|
+
title() {
|
|
4075
|
+
this.addField("title");
|
|
4076
|
+
return this;
|
|
4077
|
+
}
|
|
4078
|
+
lang(options) {
|
|
4079
|
+
if (Array.isArray(options)) {
|
|
4080
|
+
this._associations["lang"] = new LangQueryOptions(options);
|
|
4081
|
+
} else {
|
|
4082
|
+
this._associations["lang"] = options || new LangQueryOptions(["id"]);
|
|
4083
|
+
}
|
|
4084
|
+
return this;
|
|
4085
|
+
}
|
|
4086
|
+
website(options) {
|
|
4087
|
+
if (Array.isArray(options)) {
|
|
4088
|
+
this._associations["website"] = new WebsiteQueryOptions(options);
|
|
4089
|
+
} else {
|
|
4090
|
+
this._associations["website"] = options || new WebsiteQueryOptions(["id"]);
|
|
4091
|
+
}
|
|
4092
|
+
return this;
|
|
4093
|
+
}
|
|
4094
|
+
}
|
|
4095
|
+
class WebsiteSnapshotQueryOptions extends QueryOptions {
|
|
4096
|
+
constructor(fields, queryArgs) {
|
|
4097
|
+
super(WebsiteSnapshotEntityName, fields, queryArgs);
|
|
4098
|
+
}
|
|
4099
|
+
id() {
|
|
4100
|
+
this.addField("id");
|
|
4101
|
+
return this;
|
|
4102
|
+
}
|
|
4103
|
+
medias(options) {
|
|
4104
|
+
if (Array.isArray(options)) {
|
|
4105
|
+
this._associations["medias"] = new MediaQueryOptions(options);
|
|
4106
|
+
} else {
|
|
4107
|
+
this._associations["medias"] = options || new MediaQueryOptions(["id"]);
|
|
4108
|
+
}
|
|
4109
|
+
return this;
|
|
4110
|
+
}
|
|
4111
|
+
mediasAggregate(aggregate) {
|
|
4112
|
+
this._aggregates["mediasAggregate"] = aggregate;
|
|
4113
|
+
return this;
|
|
4114
|
+
}
|
|
4115
|
+
website(options) {
|
|
4116
|
+
if (Array.isArray(options)) {
|
|
4117
|
+
this._associations["website"] = new WebsiteQueryOptions(options);
|
|
4118
|
+
} else {
|
|
4119
|
+
this._associations["website"] = options || new WebsiteQueryOptions(["id"]);
|
|
4120
|
+
}
|
|
4121
|
+
return this;
|
|
4122
|
+
}
|
|
4123
|
+
}
|
|
4124
|
+
class UserOperationQueryOptions extends QueryOptions {
|
|
4125
|
+
constructor(fields, queryArgs) {
|
|
4126
|
+
super(UserOperationEntityName, fields, queryArgs);
|
|
4127
|
+
}
|
|
4128
|
+
id() {
|
|
4129
|
+
this.addField("id");
|
|
4130
|
+
return this;
|
|
4131
|
+
}
|
|
4132
|
+
type() {
|
|
4133
|
+
this.addField("type");
|
|
4134
|
+
return this;
|
|
4135
|
+
}
|
|
4136
|
+
createdAt() {
|
|
4137
|
+
this.addField("createdAt");
|
|
4138
|
+
return this;
|
|
4139
|
+
}
|
|
4140
|
+
title() {
|
|
4141
|
+
this.addField("title");
|
|
4142
|
+
return this;
|
|
4143
|
+
}
|
|
4144
|
+
description() {
|
|
4145
|
+
this.addField("description");
|
|
4146
|
+
return this;
|
|
4147
|
+
}
|
|
4148
|
+
module() {
|
|
4149
|
+
this.addField("module");
|
|
4150
|
+
return this;
|
|
4151
|
+
}
|
|
4152
|
+
langId() {
|
|
4153
|
+
this.addField("langId");
|
|
4154
|
+
return this;
|
|
4155
|
+
}
|
|
4156
|
+
user(options) {
|
|
4157
|
+
if (Array.isArray(options)) {
|
|
4158
|
+
this._associations["user"] = new UserQueryOptions(options);
|
|
4159
|
+
} else {
|
|
4160
|
+
this._associations["user"] = options || new UserQueryOptions(["id"]);
|
|
4161
|
+
}
|
|
4162
|
+
return this;
|
|
4163
|
+
}
|
|
4164
|
+
website(options) {
|
|
4165
|
+
if (Array.isArray(options)) {
|
|
4166
|
+
this._associations["website"] = new WebsiteQueryOptions(options);
|
|
4167
|
+
} else {
|
|
4168
|
+
this._associations["website"] = options || new WebsiteQueryOptions(["id"]);
|
|
4169
|
+
}
|
|
4170
|
+
return this;
|
|
4171
|
+
}
|
|
4172
|
+
}
|
|
3724
4173
|
class WebsiteQueryOptions extends QueryOptions {
|
|
3725
4174
|
constructor(fields, queryArgs) {
|
|
3726
4175
|
super(WebsiteEntityName, fields, queryArgs);
|
|
@@ -3934,30 +4383,6 @@ class WebsiteQueryOptions extends QueryOptions {
|
|
|
3934
4383
|
this._aggregates["partsOfMediaAggregate"] = aggregate;
|
|
3935
4384
|
return this;
|
|
3936
4385
|
}
|
|
3937
|
-
partsOfVideoFolder(options) {
|
|
3938
|
-
if (Array.isArray(options)) {
|
|
3939
|
-
this._associations["partsOfVideoFolder"] = new VideoFolderQueryOptions(options);
|
|
3940
|
-
} else {
|
|
3941
|
-
this._associations["partsOfVideoFolder"] = options || new VideoFolderQueryOptions(["id"]);
|
|
3942
|
-
}
|
|
3943
|
-
return this;
|
|
3944
|
-
}
|
|
3945
|
-
partsOfVideoFolderAggregate(aggregate) {
|
|
3946
|
-
this._aggregates["partsOfVideoFolderAggregate"] = aggregate;
|
|
3947
|
-
return this;
|
|
3948
|
-
}
|
|
3949
|
-
partsOfVideo(options) {
|
|
3950
|
-
if (Array.isArray(options)) {
|
|
3951
|
-
this._associations["partsOfVideo"] = new VideoQueryOptions(options);
|
|
3952
|
-
} else {
|
|
3953
|
-
this._associations["partsOfVideo"] = options || new VideoQueryOptions(["id"]);
|
|
3954
|
-
}
|
|
3955
|
-
return this;
|
|
3956
|
-
}
|
|
3957
|
-
partsOfVideoAggregate(aggregate) {
|
|
3958
|
-
this._aggregates["partsOfVideoAggregate"] = aggregate;
|
|
3959
|
-
return this;
|
|
3960
|
-
}
|
|
3961
4386
|
langs(options) {
|
|
3962
4387
|
if (Array.isArray(options)) {
|
|
3963
4388
|
this._associations["langs"] = new LangQueryOptions(options);
|
|
@@ -3980,9 +4405,9 @@ class WebsiteQueryOptions extends QueryOptions {
|
|
|
3980
4405
|
}
|
|
3981
4406
|
themes(options) {
|
|
3982
4407
|
if (Array.isArray(options)) {
|
|
3983
|
-
this._associations["themes"] = new
|
|
4408
|
+
this._associations["themes"] = new ThemeBranchQueryOptions(options);
|
|
3984
4409
|
} else {
|
|
3985
|
-
this._associations["themes"] = options || new
|
|
4410
|
+
this._associations["themes"] = options || new ThemeBranchQueryOptions(["id"]);
|
|
3986
4411
|
}
|
|
3987
4412
|
return this;
|
|
3988
4413
|
}
|
|
@@ -4014,22 +4439,66 @@ class WebsiteQueryOptions extends QueryOptions {
|
|
|
4014
4439
|
}
|
|
4015
4440
|
return this;
|
|
4016
4441
|
}
|
|
4017
|
-
changelogsAggregate(aggregate) {
|
|
4018
|
-
this._aggregates["changelogsAggregate"] = aggregate;
|
|
4442
|
+
changelogsAggregate(aggregate) {
|
|
4443
|
+
this._aggregates["changelogsAggregate"] = aggregate;
|
|
4444
|
+
return this;
|
|
4445
|
+
}
|
|
4446
|
+
searchIndexes(options) {
|
|
4447
|
+
if (Array.isArray(options)) {
|
|
4448
|
+
this._associations["searchIndexes"] = new SearchIndexQueryOptions(options);
|
|
4449
|
+
} else {
|
|
4450
|
+
this._associations["searchIndexes"] = options || new SearchIndexQueryOptions(["id"]);
|
|
4451
|
+
}
|
|
4452
|
+
return this;
|
|
4453
|
+
}
|
|
4454
|
+
searchIndexesAggregate(aggregate) {
|
|
4455
|
+
this._aggregates["searchIndexesAggregate"] = aggregate;
|
|
4456
|
+
return this;
|
|
4457
|
+
}
|
|
4458
|
+
bulletins(options) {
|
|
4459
|
+
if (Array.isArray(options)) {
|
|
4460
|
+
this._associations["bulletins"] = new BulletinQueryOptions(options);
|
|
4461
|
+
} else {
|
|
4462
|
+
this._associations["bulletins"] = options || new BulletinQueryOptions(["id"]);
|
|
4463
|
+
}
|
|
4464
|
+
return this;
|
|
4465
|
+
}
|
|
4466
|
+
bulletinsAggregate(aggregate) {
|
|
4467
|
+
this._aggregates["bulletinsAggregate"] = aggregate;
|
|
4468
|
+
return this;
|
|
4469
|
+
}
|
|
4470
|
+
snapshots(options) {
|
|
4471
|
+
if (Array.isArray(options)) {
|
|
4472
|
+
this._associations["snapshots"] = new WebsiteSnapshotQueryOptions(options);
|
|
4473
|
+
} else {
|
|
4474
|
+
this._associations["snapshots"] = options || new WebsiteSnapshotQueryOptions(["id"]);
|
|
4475
|
+
}
|
|
4476
|
+
return this;
|
|
4477
|
+
}
|
|
4478
|
+
snapshotsAggregate(aggregate) {
|
|
4479
|
+
this._aggregates["snapshotsAggregate"] = aggregate;
|
|
4480
|
+
return this;
|
|
4481
|
+
}
|
|
4482
|
+
userOperations(options) {
|
|
4483
|
+
if (Array.isArray(options)) {
|
|
4484
|
+
this._associations["userOperations"] = new UserOperationQueryOptions(options);
|
|
4485
|
+
} else {
|
|
4486
|
+
this._associations["userOperations"] = options || new UserOperationQueryOptions(["id"]);
|
|
4487
|
+
}
|
|
4488
|
+
return this;
|
|
4489
|
+
}
|
|
4490
|
+
userOperationsAggregate(aggregate) {
|
|
4491
|
+
this._aggregates["userOperationsAggregate"] = aggregate;
|
|
4019
4492
|
return this;
|
|
4020
4493
|
}
|
|
4021
|
-
|
|
4494
|
+
mockBranch(options) {
|
|
4022
4495
|
if (Array.isArray(options)) {
|
|
4023
|
-
this._associations["
|
|
4496
|
+
this._associations["mockBranch"] = new ThemeBranchQueryOptions(options);
|
|
4024
4497
|
} else {
|
|
4025
|
-
this._associations["
|
|
4498
|
+
this._associations["mockBranch"] = options || new ThemeBranchQueryOptions(["id"]);
|
|
4026
4499
|
}
|
|
4027
4500
|
return this;
|
|
4028
4501
|
}
|
|
4029
|
-
searchIndexesAggregate(aggregate) {
|
|
4030
|
-
this._aggregates["searchIndexesAggregate"] = aggregate;
|
|
4031
|
-
return this;
|
|
4032
|
-
}
|
|
4033
4502
|
}
|
|
4034
4503
|
class CustomerQueryOptions extends QueryOptions {
|
|
4035
4504
|
constructor(fields, queryArgs) {
|
|
@@ -4199,6 +4668,22 @@ class EnquiryQueryOptions extends QueryOptions {
|
|
|
4199
4668
|
this.addField("mobile");
|
|
4200
4669
|
return this;
|
|
4201
4670
|
}
|
|
4671
|
+
visitorId() {
|
|
4672
|
+
this.addField("visitorId");
|
|
4673
|
+
return this;
|
|
4674
|
+
}
|
|
4675
|
+
sessionId() {
|
|
4676
|
+
this.addField("sessionId");
|
|
4677
|
+
return this;
|
|
4678
|
+
}
|
|
4679
|
+
extends() {
|
|
4680
|
+
this.addField("extends");
|
|
4681
|
+
return this;
|
|
4682
|
+
}
|
|
4683
|
+
type() {
|
|
4684
|
+
this.addField("type");
|
|
4685
|
+
return this;
|
|
4686
|
+
}
|
|
4202
4687
|
createdAt() {
|
|
4203
4688
|
this.addField("createdAt");
|
|
4204
4689
|
return this;
|
|
@@ -4219,6 +4704,18 @@ class EnquiryQueryOptions extends QueryOptions {
|
|
|
4219
4704
|
}
|
|
4220
4705
|
return this;
|
|
4221
4706
|
}
|
|
4707
|
+
attachments(options) {
|
|
4708
|
+
if (Array.isArray(options)) {
|
|
4709
|
+
this._associations["attachments"] = new MediaQueryOptions(options);
|
|
4710
|
+
} else {
|
|
4711
|
+
this._associations["attachments"] = options || new MediaQueryOptions(["id"]);
|
|
4712
|
+
}
|
|
4713
|
+
return this;
|
|
4714
|
+
}
|
|
4715
|
+
attachmentsAggregate(aggregate) {
|
|
4716
|
+
this._aggregates["attachmentsAggregate"] = aggregate;
|
|
4717
|
+
return this;
|
|
4718
|
+
}
|
|
4222
4719
|
customer(options) {
|
|
4223
4720
|
if (Array.isArray(options)) {
|
|
4224
4721
|
this._associations["customer"] = new CustomerQueryOptions(options);
|
|
@@ -4415,30 +4912,6 @@ class LangQueryOptions extends QueryOptions {
|
|
|
4415
4912
|
this._aggregates["webPartsOfMediaAggregate"] = aggregate;
|
|
4416
4913
|
return this;
|
|
4417
4914
|
}
|
|
4418
|
-
webPartsOfVideoFolder(options) {
|
|
4419
|
-
if (Array.isArray(options)) {
|
|
4420
|
-
this._associations["webPartsOfVideoFolder"] = new VideoFolderQueryOptions(options);
|
|
4421
|
-
} else {
|
|
4422
|
-
this._associations["webPartsOfVideoFolder"] = options || new VideoFolderQueryOptions(["id"]);
|
|
4423
|
-
}
|
|
4424
|
-
return this;
|
|
4425
|
-
}
|
|
4426
|
-
webPartsOfVideoFolderAggregate(aggregate) {
|
|
4427
|
-
this._aggregates["webPartsOfVideoFolderAggregate"] = aggregate;
|
|
4428
|
-
return this;
|
|
4429
|
-
}
|
|
4430
|
-
webPartsOfVideo(options) {
|
|
4431
|
-
if (Array.isArray(options)) {
|
|
4432
|
-
this._associations["webPartsOfVideo"] = new VideoQueryOptions(options);
|
|
4433
|
-
} else {
|
|
4434
|
-
this._associations["webPartsOfVideo"] = options || new VideoQueryOptions(["id"]);
|
|
4435
|
-
}
|
|
4436
|
-
return this;
|
|
4437
|
-
}
|
|
4438
|
-
webPartsOfVideoAggregate(aggregate) {
|
|
4439
|
-
this._aggregates["webPartsOfVideoAggregate"] = aggregate;
|
|
4440
|
-
return this;
|
|
4441
|
-
}
|
|
4442
4915
|
websites(options) {
|
|
4443
4916
|
if (Array.isArray(options)) {
|
|
4444
4917
|
this._associations["websites"] = new WebsiteQueryOptions(options);
|
|
@@ -4465,9 +4938,9 @@ class LangQueryOptions extends QueryOptions {
|
|
|
4465
4938
|
}
|
|
4466
4939
|
themes(options) {
|
|
4467
4940
|
if (Array.isArray(options)) {
|
|
4468
|
-
this._associations["themes"] = new
|
|
4941
|
+
this._associations["themes"] = new ThemeBranchQueryOptions(options);
|
|
4469
4942
|
} else {
|
|
4470
|
-
this._associations["themes"] = options || new
|
|
4943
|
+
this._associations["themes"] = options || new ThemeBranchQueryOptions(["id"]);
|
|
4471
4944
|
}
|
|
4472
4945
|
return this;
|
|
4473
4946
|
}
|
|
@@ -4475,6 +4948,18 @@ class LangQueryOptions extends QueryOptions {
|
|
|
4475
4948
|
this._aggregates["themesAggregate"] = aggregate;
|
|
4476
4949
|
return this;
|
|
4477
4950
|
}
|
|
4951
|
+
bulletins(options) {
|
|
4952
|
+
if (Array.isArray(options)) {
|
|
4953
|
+
this._associations["bulletins"] = new BulletinQueryOptions(options);
|
|
4954
|
+
} else {
|
|
4955
|
+
this._associations["bulletins"] = options || new BulletinQueryOptions(["id"]);
|
|
4956
|
+
}
|
|
4957
|
+
return this;
|
|
4958
|
+
}
|
|
4959
|
+
bulletinsAggregate(aggregate) {
|
|
4960
|
+
this._aggregates["bulletinsAggregate"] = aggregate;
|
|
4961
|
+
return this;
|
|
4962
|
+
}
|
|
4478
4963
|
}
|
|
4479
4964
|
class MediaFolderQueryOptions extends QueryOptions {
|
|
4480
4965
|
constructor(fields, queryArgs) {
|
|
@@ -4561,6 +5046,10 @@ class MediaQueryOptions extends QueryOptions {
|
|
|
4561
5046
|
this.addField("id");
|
|
4562
5047
|
return this;
|
|
4563
5048
|
}
|
|
5049
|
+
mediaRef() {
|
|
5050
|
+
this.addField("mediaRef");
|
|
5051
|
+
return this;
|
|
5052
|
+
}
|
|
4564
5053
|
name() {
|
|
4565
5054
|
this.addField("name");
|
|
4566
5055
|
return this;
|
|
@@ -4577,6 +5066,9 @@ class MediaQueryOptions extends QueryOptions {
|
|
|
4577
5066
|
this.addField("extName");
|
|
4578
5067
|
return this;
|
|
4579
5068
|
}
|
|
5069
|
+
/**
|
|
5070
|
+
* media file
|
|
5071
|
+
*/
|
|
4580
5072
|
file(fields) {
|
|
4581
5073
|
this.addObjectField("file", fields);
|
|
4582
5074
|
return this;
|
|
@@ -4597,10 +5089,26 @@ class MediaQueryOptions extends QueryOptions {
|
|
|
4597
5089
|
this.addField("mediaType");
|
|
4598
5090
|
return this;
|
|
4599
5091
|
}
|
|
5092
|
+
resource() {
|
|
5093
|
+
this.addField("resource");
|
|
5094
|
+
return this;
|
|
5095
|
+
}
|
|
5096
|
+
storageType() {
|
|
5097
|
+
this.addField("storageType");
|
|
5098
|
+
return this;
|
|
5099
|
+
}
|
|
4600
5100
|
content() {
|
|
4601
5101
|
this.addField("content");
|
|
4602
5102
|
return this;
|
|
4603
5103
|
}
|
|
5104
|
+
isDeleted() {
|
|
5105
|
+
this.addField("isDeleted");
|
|
5106
|
+
return this;
|
|
5107
|
+
}
|
|
5108
|
+
deletedAt() {
|
|
5109
|
+
this.addField("deletedAt");
|
|
5110
|
+
return this;
|
|
5111
|
+
}
|
|
4604
5112
|
folder(options) {
|
|
4605
5113
|
if (Array.isArray(options)) {
|
|
4606
5114
|
this._associations["folder"] = new MediaFolderQueryOptions(options);
|
|
@@ -4681,18 +5189,6 @@ class MediaQueryOptions extends QueryOptions {
|
|
|
4681
5189
|
}
|
|
4682
5190
|
return this;
|
|
4683
5191
|
}
|
|
4684
|
-
coverOfTheme(options) {
|
|
4685
|
-
if (Array.isArray(options)) {
|
|
4686
|
-
this._associations["coverOfTheme"] = new ThemeQueryOptions(options);
|
|
4687
|
-
} else {
|
|
4688
|
-
this._associations["coverOfTheme"] = options || new ThemeQueryOptions(["id"]);
|
|
4689
|
-
}
|
|
4690
|
-
return this;
|
|
4691
|
-
}
|
|
4692
|
-
coverOfThemeAggregate(aggregate) {
|
|
4693
|
-
this._aggregates["coverOfThemeAggregate"] = aggregate;
|
|
4694
|
-
return this;
|
|
4695
|
-
}
|
|
4696
5192
|
postCategory(options) {
|
|
4697
5193
|
if (Array.isArray(options)) {
|
|
4698
5194
|
this._associations["postCategory"] = new PostCategoryQueryOptions(options);
|
|
@@ -4737,16 +5233,64 @@ class MediaQueryOptions extends QueryOptions {
|
|
|
4737
5233
|
this._aggregates["searchIndexAggregate"] = aggregate;
|
|
4738
5234
|
return this;
|
|
4739
5235
|
}
|
|
4740
|
-
|
|
5236
|
+
snapshot(options) {
|
|
5237
|
+
if (Array.isArray(options)) {
|
|
5238
|
+
this._associations["snapshot"] = new WebsiteSnapshotQueryOptions(options);
|
|
5239
|
+
} else {
|
|
5240
|
+
this._associations["snapshot"] = options || new WebsiteSnapshotQueryOptions(["id"]);
|
|
5241
|
+
}
|
|
5242
|
+
return this;
|
|
5243
|
+
}
|
|
5244
|
+
snapshotAggregate(aggregate) {
|
|
5245
|
+
this._aggregates["snapshotAggregate"] = aggregate;
|
|
5246
|
+
return this;
|
|
5247
|
+
}
|
|
5248
|
+
coverOfComponent(options) {
|
|
5249
|
+
if (Array.isArray(options)) {
|
|
5250
|
+
this._associations["coverOfComponent"] = new FrontComponentQueryOptions(options);
|
|
5251
|
+
} else {
|
|
5252
|
+
this._associations["coverOfComponent"] = options || new FrontComponentQueryOptions(["id"]);
|
|
5253
|
+
}
|
|
5254
|
+
return this;
|
|
5255
|
+
}
|
|
5256
|
+
coverOfComponentAggregate(aggregate) {
|
|
5257
|
+
this._aggregates["coverOfComponentAggregate"] = aggregate;
|
|
5258
|
+
return this;
|
|
5259
|
+
}
|
|
5260
|
+
coverOfSectionTemplate(options) {
|
|
5261
|
+
if (Array.isArray(options)) {
|
|
5262
|
+
this._associations["coverOfSectionTemplate"] = new SectionTemplateQueryOptions(options);
|
|
5263
|
+
} else {
|
|
5264
|
+
this._associations["coverOfSectionTemplate"] = options || new SectionTemplateQueryOptions(["id"]);
|
|
5265
|
+
}
|
|
5266
|
+
return this;
|
|
5267
|
+
}
|
|
5268
|
+
coverOfSectionTemplateAggregate(aggregate) {
|
|
5269
|
+
this._aggregates["coverOfSectionTemplateAggregate"] = aggregate;
|
|
5270
|
+
return this;
|
|
5271
|
+
}
|
|
5272
|
+
attachmentOfEnquiry(options) {
|
|
5273
|
+
if (Array.isArray(options)) {
|
|
5274
|
+
this._associations["attachmentOfEnquiry"] = new EnquiryQueryOptions(options);
|
|
5275
|
+
} else {
|
|
5276
|
+
this._associations["attachmentOfEnquiry"] = options || new EnquiryQueryOptions(["id"]);
|
|
5277
|
+
}
|
|
5278
|
+
return this;
|
|
5279
|
+
}
|
|
5280
|
+
coverOfTheme(options) {
|
|
4741
5281
|
if (Array.isArray(options)) {
|
|
4742
|
-
this._associations["
|
|
5282
|
+
this._associations["coverOfTheme"] = new ThemeQueryOptions(options);
|
|
4743
5283
|
} else {
|
|
4744
|
-
this._associations["
|
|
5284
|
+
this._associations["coverOfTheme"] = options || new ThemeQueryOptions(["id"]);
|
|
4745
5285
|
}
|
|
4746
5286
|
return this;
|
|
4747
5287
|
}
|
|
4748
|
-
|
|
4749
|
-
|
|
5288
|
+
owner(options) {
|
|
5289
|
+
if (Array.isArray(options)) {
|
|
5290
|
+
this._associations["owner"] = new UserQueryOptions(options);
|
|
5291
|
+
} else {
|
|
5292
|
+
this._associations["owner"] = options || new UserQueryOptions(["id"]);
|
|
5293
|
+
}
|
|
4750
5294
|
return this;
|
|
4751
5295
|
}
|
|
4752
5296
|
}
|
|
@@ -4888,6 +5432,30 @@ class UserQueryOptions extends QueryOptions {
|
|
|
4888
5432
|
this._aggregates["productsAggregate"] = aggregate;
|
|
4889
5433
|
return this;
|
|
4890
5434
|
}
|
|
5435
|
+
operations(options) {
|
|
5436
|
+
if (Array.isArray(options)) {
|
|
5437
|
+
this._associations["operations"] = new UserOperationQueryOptions(options);
|
|
5438
|
+
} else {
|
|
5439
|
+
this._associations["operations"] = options || new UserOperationQueryOptions(["id"]);
|
|
5440
|
+
}
|
|
5441
|
+
return this;
|
|
5442
|
+
}
|
|
5443
|
+
operationsAggregate(aggregate) {
|
|
5444
|
+
this._aggregates["operationsAggregate"] = aggregate;
|
|
5445
|
+
return this;
|
|
5446
|
+
}
|
|
5447
|
+
medias(options) {
|
|
5448
|
+
if (Array.isArray(options)) {
|
|
5449
|
+
this._associations["medias"] = new MediaQueryOptions(options);
|
|
5450
|
+
} else {
|
|
5451
|
+
this._associations["medias"] = options || new MediaQueryOptions(["id"]);
|
|
5452
|
+
}
|
|
5453
|
+
return this;
|
|
5454
|
+
}
|
|
5455
|
+
mediasAggregate(aggregate) {
|
|
5456
|
+
this._aggregates["mediasAggregate"] = aggregate;
|
|
5457
|
+
return this;
|
|
5458
|
+
}
|
|
4891
5459
|
posts(options) {
|
|
4892
5460
|
if (Array.isArray(options)) {
|
|
4893
5461
|
this._associations["posts"] = new PostQueryOptions(options);
|
|
@@ -4929,12 +5497,12 @@ class AbilityQueryOptions extends QueryOptions {
|
|
|
4929
5497
|
this.addField("id");
|
|
4930
5498
|
return this;
|
|
4931
5499
|
}
|
|
4932
|
-
|
|
4933
|
-
this.addField("
|
|
5500
|
+
entityName() {
|
|
5501
|
+
this.addField("entityName");
|
|
4934
5502
|
return this;
|
|
4935
5503
|
}
|
|
4936
|
-
|
|
4937
|
-
this.addField("
|
|
5504
|
+
columnName() {
|
|
5505
|
+
this.addField("columnName");
|
|
4938
5506
|
return this;
|
|
4939
5507
|
}
|
|
4940
5508
|
can() {
|
|
@@ -4954,6 +5522,31 @@ class AbilityQueryOptions extends QueryOptions {
|
|
|
4954
5522
|
return this;
|
|
4955
5523
|
}
|
|
4956
5524
|
}
|
|
5525
|
+
class StorageRecordQueryOptions extends QueryOptions {
|
|
5526
|
+
constructor(fields, queryArgs) {
|
|
5527
|
+
super(StorageRecordEntityName, fields, queryArgs);
|
|
5528
|
+
}
|
|
5529
|
+
id() {
|
|
5530
|
+
this.addField("id");
|
|
5531
|
+
return this;
|
|
5532
|
+
}
|
|
5533
|
+
resource() {
|
|
5534
|
+
this.addField("resource");
|
|
5535
|
+
return this;
|
|
5536
|
+
}
|
|
5537
|
+
storageType() {
|
|
5538
|
+
this.addField("storageType");
|
|
5539
|
+
return this;
|
|
5540
|
+
}
|
|
5541
|
+
createdAt() {
|
|
5542
|
+
this.addField("createdAt");
|
|
5543
|
+
return this;
|
|
5544
|
+
}
|
|
5545
|
+
updatedAt() {
|
|
5546
|
+
this.addField("updatedAt");
|
|
5547
|
+
return this;
|
|
5548
|
+
}
|
|
5549
|
+
}
|
|
4957
5550
|
class MailQueryOptions extends QueryOptions {
|
|
4958
5551
|
constructor(fields, queryArgs) {
|
|
4959
5552
|
super(MailEntityName, fields, queryArgs);
|
|
@@ -5129,6 +5722,95 @@ class NotificationQueryOptions extends QueryOptions {
|
|
|
5129
5722
|
return this;
|
|
5130
5723
|
}
|
|
5131
5724
|
}
|
|
5725
|
+
class VisitorLogQueryOptions extends QueryOptions {
|
|
5726
|
+
constructor(fields, queryArgs) {
|
|
5727
|
+
super(VisitorLogEntityName, fields, queryArgs);
|
|
5728
|
+
}
|
|
5729
|
+
id() {
|
|
5730
|
+
this.addField("id");
|
|
5731
|
+
return this;
|
|
5732
|
+
}
|
|
5733
|
+
visitorId() {
|
|
5734
|
+
this.addField("visitorId");
|
|
5735
|
+
return this;
|
|
5736
|
+
}
|
|
5737
|
+
sessionId() {
|
|
5738
|
+
this.addField("sessionId");
|
|
5739
|
+
return this;
|
|
5740
|
+
}
|
|
5741
|
+
type() {
|
|
5742
|
+
this.addField("type");
|
|
5743
|
+
return this;
|
|
5744
|
+
}
|
|
5745
|
+
url() {
|
|
5746
|
+
this.addField("url");
|
|
5747
|
+
return this;
|
|
5748
|
+
}
|
|
5749
|
+
referrer() {
|
|
5750
|
+
this.addField("referrer");
|
|
5751
|
+
return this;
|
|
5752
|
+
}
|
|
5753
|
+
duration() {
|
|
5754
|
+
this.addField("duration");
|
|
5755
|
+
return this;
|
|
5756
|
+
}
|
|
5757
|
+
timestamp() {
|
|
5758
|
+
this.addField("timestamp");
|
|
5759
|
+
return this;
|
|
5760
|
+
}
|
|
5761
|
+
userAgent() {
|
|
5762
|
+
this.addField("userAgent");
|
|
5763
|
+
return this;
|
|
5764
|
+
}
|
|
5765
|
+
device() {
|
|
5766
|
+
this.addField("device");
|
|
5767
|
+
return this;
|
|
5768
|
+
}
|
|
5769
|
+
websiteId() {
|
|
5770
|
+
this.addField("websiteId");
|
|
5771
|
+
return this;
|
|
5772
|
+
}
|
|
5773
|
+
langAbbr() {
|
|
5774
|
+
this.addField("langAbbr");
|
|
5775
|
+
return this;
|
|
5776
|
+
}
|
|
5777
|
+
country() {
|
|
5778
|
+
this.addField("country");
|
|
5779
|
+
return this;
|
|
5780
|
+
}
|
|
5781
|
+
city() {
|
|
5782
|
+
this.addField("city");
|
|
5783
|
+
return this;
|
|
5784
|
+
}
|
|
5785
|
+
ip() {
|
|
5786
|
+
this.addField("ip");
|
|
5787
|
+
return this;
|
|
5788
|
+
}
|
|
5789
|
+
isNewUser() {
|
|
5790
|
+
this.addField("isNewUser");
|
|
5791
|
+
return this;
|
|
5792
|
+
}
|
|
5793
|
+
createdAt() {
|
|
5794
|
+
this.addField("createdAt");
|
|
5795
|
+
return this;
|
|
5796
|
+
}
|
|
5797
|
+
updatedAt() {
|
|
5798
|
+
this.addField("updatedAt");
|
|
5799
|
+
return this;
|
|
5800
|
+
}
|
|
5801
|
+
browserLanguage() {
|
|
5802
|
+
this.addField("browserLanguage");
|
|
5803
|
+
return this;
|
|
5804
|
+
}
|
|
5805
|
+
platform() {
|
|
5806
|
+
this.addField("platform");
|
|
5807
|
+
return this;
|
|
5808
|
+
}
|
|
5809
|
+
pageTitle() {
|
|
5810
|
+
this.addField("pageTitle");
|
|
5811
|
+
return this;
|
|
5812
|
+
}
|
|
5813
|
+
}
|
|
5132
5814
|
const userEntry = {
|
|
5133
5815
|
entityName: UserEntityName,
|
|
5134
5816
|
entityLabel: UserEntityLabel,
|
|
@@ -5144,6 +5826,11 @@ const abilityEntry = {
|
|
|
5144
5826
|
entityLabel: AbilityEntityLabel,
|
|
5145
5827
|
toInput: abilityToInput
|
|
5146
5828
|
};
|
|
5829
|
+
const storageRecordEntry = {
|
|
5830
|
+
entityName: StorageRecordEntityName,
|
|
5831
|
+
entityLabel: StorageRecordEntityLabel,
|
|
5832
|
+
toInput: storageRecordToInput
|
|
5833
|
+
};
|
|
5147
5834
|
const mediaEntry = {
|
|
5148
5835
|
entityName: MediaEntityName,
|
|
5149
5836
|
entityLabel: MediaEntityLabel,
|
|
@@ -5154,6 +5841,11 @@ const mailEntry = {
|
|
|
5154
5841
|
entityLabel: MailEntityLabel,
|
|
5155
5842
|
toInput: mailToInput
|
|
5156
5843
|
};
|
|
5844
|
+
const roleVariableEntry = {
|
|
5845
|
+
entityName: RoleVariableEntityName,
|
|
5846
|
+
entityLabel: RoleVariableEntityLabel,
|
|
5847
|
+
toInput: roleVariableToInput
|
|
5848
|
+
};
|
|
5157
5849
|
const websiteEntry = {
|
|
5158
5850
|
entityName: WebsiteEntityName,
|
|
5159
5851
|
entityLabel: WebsiteEntityLabel,
|
|
@@ -5194,10 +5886,10 @@ const websiteSettingsEntry = {
|
|
|
5194
5886
|
entityLabel: WebsiteSettingsEntityLabel,
|
|
5195
5887
|
toInput: websiteSettingsToInput
|
|
5196
5888
|
};
|
|
5197
|
-
const
|
|
5198
|
-
entityName:
|
|
5199
|
-
entityLabel:
|
|
5200
|
-
toInput:
|
|
5889
|
+
const themeBranchEntry = {
|
|
5890
|
+
entityName: ThemeBranchEntityName,
|
|
5891
|
+
entityLabel: ThemeBranchEntityLabel,
|
|
5892
|
+
toInput: themeBranchToInput
|
|
5201
5893
|
};
|
|
5202
5894
|
const mediaFolderEntry = {
|
|
5203
5895
|
entityName: MediaFolderEntityName,
|
|
@@ -5304,16 +5996,6 @@ const searchIndexEntry = {
|
|
|
5304
5996
|
entityLabel: SearchIndexEntityLabel,
|
|
5305
5997
|
toInput: searchIndexToInput
|
|
5306
5998
|
};
|
|
5307
|
-
const videoFolderEntry = {
|
|
5308
|
-
entityName: VideoFolderEntityName,
|
|
5309
|
-
entityLabel: VideoFolderEntityLabel,
|
|
5310
|
-
toInput: videoFolderToInput
|
|
5311
|
-
};
|
|
5312
|
-
const videoEntry = {
|
|
5313
|
-
entityName: VideoEntityName,
|
|
5314
|
-
entityLabel: VideoEntityLabel,
|
|
5315
|
-
toInput: videoToInput
|
|
5316
|
-
};
|
|
5317
5999
|
const taskEntry = {
|
|
5318
6000
|
entityName: TaskEntityName,
|
|
5319
6001
|
entityLabel: TaskEntityLabel,
|
|
@@ -5324,6 +6006,41 @@ const notificationEntry = {
|
|
|
5324
6006
|
entityLabel: NotificationEntityLabel,
|
|
5325
6007
|
toInput: notificationToInput
|
|
5326
6008
|
};
|
|
6009
|
+
const fAQEntry = {
|
|
6010
|
+
entityName: FAQEntityName,
|
|
6011
|
+
entityLabel: FAQEntityLabel,
|
|
6012
|
+
toInput: fAQToInput
|
|
6013
|
+
};
|
|
6014
|
+
const bulletinEntry = {
|
|
6015
|
+
entityName: BulletinEntityName,
|
|
6016
|
+
entityLabel: BulletinEntityLabel,
|
|
6017
|
+
toInput: bulletinToInput
|
|
6018
|
+
};
|
|
6019
|
+
const productRelatedPivotEntry = {
|
|
6020
|
+
entityName: ProductRelatedPivotEntityName,
|
|
6021
|
+
entityLabel: ProductRelatedPivotEntityLabel,
|
|
6022
|
+
toInput: productRelatedPivotToInput
|
|
6023
|
+
};
|
|
6024
|
+
const websiteSnapshotEntry = {
|
|
6025
|
+
entityName: WebsiteSnapshotEntityName,
|
|
6026
|
+
entityLabel: WebsiteSnapshotEntityLabel,
|
|
6027
|
+
toInput: websiteSnapshotToInput
|
|
6028
|
+
};
|
|
6029
|
+
const visitorLogEntry = {
|
|
6030
|
+
entityName: VisitorLogEntityName,
|
|
6031
|
+
entityLabel: VisitorLogEntityLabel,
|
|
6032
|
+
toInput: visitorLogToInput
|
|
6033
|
+
};
|
|
6034
|
+
const userOperationEntry = {
|
|
6035
|
+
entityName: UserOperationEntityName,
|
|
6036
|
+
entityLabel: UserOperationEntityLabel,
|
|
6037
|
+
toInput: userOperationToInput
|
|
6038
|
+
};
|
|
6039
|
+
const themeEntry = {
|
|
6040
|
+
entityName: ThemeEntityName,
|
|
6041
|
+
entityLabel: ThemeEntityLabel,
|
|
6042
|
+
toInput: themeToInput
|
|
6043
|
+
};
|
|
5327
6044
|
var UserFields = /* @__PURE__ */ ((UserFields2) => {
|
|
5328
6045
|
UserFields2["id"] = "id";
|
|
5329
6046
|
UserFields2["loginName"] = "loginName";
|
|
@@ -5354,6 +6071,10 @@ var UserAssciations = /* @__PURE__ */ ((UserAssciations2) => {
|
|
|
5354
6071
|
UserAssciations2["avatar"] = "avatar";
|
|
5355
6072
|
UserAssciations2["products"] = "products";
|
|
5356
6073
|
UserAssciations2["productsAggregate"] = "productsAggregate";
|
|
6074
|
+
UserAssciations2["operations"] = "operations";
|
|
6075
|
+
UserAssciations2["operationsAggregate"] = "operationsAggregate";
|
|
6076
|
+
UserAssciations2["medias"] = "medias";
|
|
6077
|
+
UserAssciations2["mediasAggregate"] = "mediasAggregate";
|
|
5357
6078
|
UserAssciations2["posts"] = "posts";
|
|
5358
6079
|
UserAssciations2["postsAggregate"] = "postsAggregate";
|
|
5359
6080
|
UserAssciations2["websites"] = "websites";
|
|
@@ -5371,14 +6092,16 @@ var RoleFields = /* @__PURE__ */ ((RoleFields2) => {
|
|
|
5371
6092
|
return RoleFields2;
|
|
5372
6093
|
})(RoleFields || {});
|
|
5373
6094
|
var RoleAssciations = /* @__PURE__ */ ((RoleAssciations2) => {
|
|
6095
|
+
RoleAssciations2["variables"] = "variables";
|
|
6096
|
+
RoleAssciations2["variablesAggregate"] = "variablesAggregate";
|
|
5374
6097
|
RoleAssciations2["users"] = "users";
|
|
5375
6098
|
RoleAssciations2["usersAggregate"] = "usersAggregate";
|
|
5376
6099
|
return RoleAssciations2;
|
|
5377
6100
|
})(RoleAssciations || {});
|
|
5378
6101
|
var AbilityFields = /* @__PURE__ */ ((AbilityFields2) => {
|
|
5379
6102
|
AbilityFields2["id"] = "id";
|
|
5380
|
-
AbilityFields2["
|
|
5381
|
-
AbilityFields2["
|
|
6103
|
+
AbilityFields2["entityName"] = "entityName";
|
|
6104
|
+
AbilityFields2["columnName"] = "columnName";
|
|
5382
6105
|
AbilityFields2["can"] = "can";
|
|
5383
6106
|
AbilityFields2["expression"] = "expression";
|
|
5384
6107
|
AbilityFields2["abilityType"] = "abilityType";
|
|
@@ -5387,8 +6110,19 @@ var AbilityFields = /* @__PURE__ */ ((AbilityFields2) => {
|
|
|
5387
6110
|
})(AbilityFields || {});
|
|
5388
6111
|
var AbilityAssciations = /* @__PURE__ */ ((AbilityAssciations2) => {
|
|
5389
6112
|
})();
|
|
6113
|
+
var StorageRecordFields = /* @__PURE__ */ ((StorageRecordFields2) => {
|
|
6114
|
+
StorageRecordFields2["id"] = "id";
|
|
6115
|
+
StorageRecordFields2["resource"] = "resource";
|
|
6116
|
+
StorageRecordFields2["storageType"] = "storageType";
|
|
6117
|
+
StorageRecordFields2["createdAt"] = "createdAt";
|
|
6118
|
+
StorageRecordFields2["updatedAt"] = "updatedAt";
|
|
6119
|
+
return StorageRecordFields2;
|
|
6120
|
+
})(StorageRecordFields || {});
|
|
6121
|
+
var StorageRecordAssciations = /* @__PURE__ */ ((StorageRecordAssciations2) => {
|
|
6122
|
+
})();
|
|
5390
6123
|
var MediaFields = /* @__PURE__ */ ((MediaFields2) => {
|
|
5391
6124
|
MediaFields2["id"] = "id";
|
|
6125
|
+
MediaFields2["mediaRef"] = "mediaRef";
|
|
5392
6126
|
MediaFields2["name"] = "name";
|
|
5393
6127
|
MediaFields2["size"] = "size";
|
|
5394
6128
|
MediaFields2["mimeType"] = "mimeType";
|
|
@@ -5398,7 +6132,11 @@ var MediaFields = /* @__PURE__ */ ((MediaFields2) => {
|
|
|
5398
6132
|
MediaFields2["createdAt"] = "createdAt";
|
|
5399
6133
|
MediaFields2["updatedAt"] = "updatedAt";
|
|
5400
6134
|
MediaFields2["mediaType"] = "mediaType";
|
|
6135
|
+
MediaFields2["resource"] = "resource";
|
|
6136
|
+
MediaFields2["storageType"] = "storageType";
|
|
5401
6137
|
MediaFields2["content"] = "content";
|
|
6138
|
+
MediaFields2["isDeleted"] = "isDeleted";
|
|
6139
|
+
MediaFields2["deletedAt"] = "deletedAt";
|
|
5402
6140
|
return MediaFields2;
|
|
5403
6141
|
})(MediaFields || {});
|
|
5404
6142
|
var MediaAssciations = /* @__PURE__ */ ((MediaAssciations2) => {
|
|
@@ -5414,8 +6152,6 @@ var MediaAssciations = /* @__PURE__ */ ((MediaAssciations2) => {
|
|
|
5414
6152
|
MediaAssciations2["productAttacPivots"] = "productAttacPivots";
|
|
5415
6153
|
MediaAssciations2["productAttacPivotsAggregate"] = "productAttacPivotsAggregate";
|
|
5416
6154
|
MediaAssciations2["website"] = "website";
|
|
5417
|
-
MediaAssciations2["coverOfTheme"] = "coverOfTheme";
|
|
5418
|
-
MediaAssciations2["coverOfThemeAggregate"] = "coverOfThemeAggregate";
|
|
5419
6155
|
MediaAssciations2["postCategory"] = "postCategory";
|
|
5420
6156
|
MediaAssciations2["usedByThemConfig"] = "usedByThemConfig";
|
|
5421
6157
|
MediaAssciations2["usedByThemConfigAggregate"] = "usedByThemConfigAggregate";
|
|
@@ -5423,8 +6159,15 @@ var MediaAssciations = /* @__PURE__ */ ((MediaAssciations2) => {
|
|
|
5423
6159
|
MediaAssciations2["pageMetaAggregate"] = "pageMetaAggregate";
|
|
5424
6160
|
MediaAssciations2["searchIndex"] = "searchIndex";
|
|
5425
6161
|
MediaAssciations2["searchIndexAggregate"] = "searchIndexAggregate";
|
|
5426
|
-
MediaAssciations2["
|
|
5427
|
-
MediaAssciations2["
|
|
6162
|
+
MediaAssciations2["snapshot"] = "snapshot";
|
|
6163
|
+
MediaAssciations2["snapshotAggregate"] = "snapshotAggregate";
|
|
6164
|
+
MediaAssciations2["coverOfComponent"] = "coverOfComponent";
|
|
6165
|
+
MediaAssciations2["coverOfComponentAggregate"] = "coverOfComponentAggregate";
|
|
6166
|
+
MediaAssciations2["coverOfSectionTemplate"] = "coverOfSectionTemplate";
|
|
6167
|
+
MediaAssciations2["coverOfSectionTemplateAggregate"] = "coverOfSectionTemplateAggregate";
|
|
6168
|
+
MediaAssciations2["attachmentOfEnquiry"] = "attachmentOfEnquiry";
|
|
6169
|
+
MediaAssciations2["coverOfTheme"] = "coverOfTheme";
|
|
6170
|
+
MediaAssciations2["owner"] = "owner";
|
|
5428
6171
|
return MediaAssciations2;
|
|
5429
6172
|
})(MediaAssciations || {});
|
|
5430
6173
|
var MailFields = /* @__PURE__ */ ((MailFields2) => {
|
|
@@ -5446,6 +6189,19 @@ var MailFields = /* @__PURE__ */ ((MailFields2) => {
|
|
|
5446
6189
|
})(MailFields || {});
|
|
5447
6190
|
var MailAssciations = /* @__PURE__ */ ((MailAssciations2) => {
|
|
5448
6191
|
})();
|
|
6192
|
+
var RoleVariableFields = /* @__PURE__ */ ((RoleVariableFields2) => {
|
|
6193
|
+
RoleVariableFields2["id"] = "id";
|
|
6194
|
+
RoleVariableFields2["name"] = "name";
|
|
6195
|
+
RoleVariableFields2["type"] = "type";
|
|
6196
|
+
RoleVariableFields2["entityName"] = "entityName";
|
|
6197
|
+
RoleVariableFields2["whereExpression"] = "whereExpression";
|
|
6198
|
+
RoleVariableFields2["field"] = "field";
|
|
6199
|
+
return RoleVariableFields2;
|
|
6200
|
+
})(RoleVariableFields || {});
|
|
6201
|
+
var RoleVariableAssciations = /* @__PURE__ */ ((RoleVariableAssciations2) => {
|
|
6202
|
+
RoleVariableAssciations2["role"] = "role";
|
|
6203
|
+
return RoleVariableAssciations2;
|
|
6204
|
+
})(RoleVariableAssciations || {});
|
|
5449
6205
|
var WebsiteFields = /* @__PURE__ */ ((WebsiteFields2) => {
|
|
5450
6206
|
WebsiteFields2["id"] = "id";
|
|
5451
6207
|
WebsiteFields2["name"] = "name";
|
|
@@ -5484,10 +6240,6 @@ var WebsiteAssciations = /* @__PURE__ */ ((WebsiteAssciations2) => {
|
|
|
5484
6240
|
WebsiteAssciations2["partsOfSpamFilterRuleAggregate"] = "partsOfSpamFilterRuleAggregate";
|
|
5485
6241
|
WebsiteAssciations2["partsOfMedia"] = "partsOfMedia";
|
|
5486
6242
|
WebsiteAssciations2["partsOfMediaAggregate"] = "partsOfMediaAggregate";
|
|
5487
|
-
WebsiteAssciations2["partsOfVideoFolder"] = "partsOfVideoFolder";
|
|
5488
|
-
WebsiteAssciations2["partsOfVideoFolderAggregate"] = "partsOfVideoFolderAggregate";
|
|
5489
|
-
WebsiteAssciations2["partsOfVideo"] = "partsOfVideo";
|
|
5490
|
-
WebsiteAssciations2["partsOfVideoAggregate"] = "partsOfVideoAggregate";
|
|
5491
6243
|
WebsiteAssciations2["langs"] = "langs";
|
|
5492
6244
|
WebsiteAssciations2["langsAggregate"] = "langsAggregate";
|
|
5493
6245
|
WebsiteAssciations2["baseLang"] = "baseLang";
|
|
@@ -5499,6 +6251,13 @@ var WebsiteAssciations = /* @__PURE__ */ ((WebsiteAssciations2) => {
|
|
|
5499
6251
|
WebsiteAssciations2["changelogsAggregate"] = "changelogsAggregate";
|
|
5500
6252
|
WebsiteAssciations2["searchIndexes"] = "searchIndexes";
|
|
5501
6253
|
WebsiteAssciations2["searchIndexesAggregate"] = "searchIndexesAggregate";
|
|
6254
|
+
WebsiteAssciations2["bulletins"] = "bulletins";
|
|
6255
|
+
WebsiteAssciations2["bulletinsAggregate"] = "bulletinsAggregate";
|
|
6256
|
+
WebsiteAssciations2["snapshots"] = "snapshots";
|
|
6257
|
+
WebsiteAssciations2["snapshotsAggregate"] = "snapshotsAggregate";
|
|
6258
|
+
WebsiteAssciations2["userOperations"] = "userOperations";
|
|
6259
|
+
WebsiteAssciations2["userOperationsAggregate"] = "userOperationsAggregate";
|
|
6260
|
+
WebsiteAssciations2["mockBranch"] = "mockBranch";
|
|
5502
6261
|
return WebsiteAssciations2;
|
|
5503
6262
|
})(WebsiteAssciations || {});
|
|
5504
6263
|
var LangFields = /* @__PURE__ */ ((LangFields2) => {
|
|
@@ -5535,16 +6294,14 @@ var LangAssciations = /* @__PURE__ */ ((LangAssciations2) => {
|
|
|
5535
6294
|
LangAssciations2["webPartsOfSpamFilterRuleAggregate"] = "webPartsOfSpamFilterRuleAggregate";
|
|
5536
6295
|
LangAssciations2["webPartsOfMedia"] = "webPartsOfMedia";
|
|
5537
6296
|
LangAssciations2["webPartsOfMediaAggregate"] = "webPartsOfMediaAggregate";
|
|
5538
|
-
LangAssciations2["webPartsOfVideoFolder"] = "webPartsOfVideoFolder";
|
|
5539
|
-
LangAssciations2["webPartsOfVideoFolderAggregate"] = "webPartsOfVideoFolderAggregate";
|
|
5540
|
-
LangAssciations2["webPartsOfVideo"] = "webPartsOfVideo";
|
|
5541
|
-
LangAssciations2["webPartsOfVideoAggregate"] = "webPartsOfVideoAggregate";
|
|
5542
6297
|
LangAssciations2["websites"] = "websites";
|
|
5543
6298
|
LangAssciations2["websitesAggregate"] = "websitesAggregate";
|
|
5544
6299
|
LangAssciations2["baseLangOf"] = "baseLangOf";
|
|
5545
6300
|
LangAssciations2["baseLangOfAggregate"] = "baseLangOfAggregate";
|
|
5546
6301
|
LangAssciations2["themes"] = "themes";
|
|
5547
6302
|
LangAssciations2["themesAggregate"] = "themesAggregate";
|
|
6303
|
+
LangAssciations2["bulletins"] = "bulletins";
|
|
6304
|
+
LangAssciations2["bulletinsAggregate"] = "bulletinsAggregate";
|
|
5548
6305
|
return LangAssciations2;
|
|
5549
6306
|
})(LangAssciations || {});
|
|
5550
6307
|
var WebsiteTypeFields = /* @__PURE__ */ ((WebsiteTypeFields2) => {
|
|
@@ -5598,6 +6355,8 @@ var PostFields = /* @__PURE__ */ ((PostFields2) => {
|
|
|
5598
6355
|
PostFields2["content"] = "content";
|
|
5599
6356
|
PostFields2["slug"] = "slug";
|
|
5600
6357
|
PostFields2["description"] = "description";
|
|
6358
|
+
PostFields2["isDeleted"] = "isDeleted";
|
|
6359
|
+
PostFields2["deletedAt"] = "deletedAt";
|
|
5601
6360
|
return PostFields2;
|
|
5602
6361
|
})(PostFields || {});
|
|
5603
6362
|
var PostAssciations = /* @__PURE__ */ ((PostAssciations2) => {
|
|
@@ -5632,6 +6391,8 @@ var ProductFields = /* @__PURE__ */ ((ProductFields2) => {
|
|
|
5632
6391
|
ProductFields2["content"] = "content";
|
|
5633
6392
|
ProductFields2["slug"] = "slug";
|
|
5634
6393
|
ProductFields2["description"] = "description";
|
|
6394
|
+
ProductFields2["isDeleted"] = "isDeleted";
|
|
6395
|
+
ProductFields2["deletedAt"] = "deletedAt";
|
|
5635
6396
|
return ProductFields2;
|
|
5636
6397
|
})(ProductFields || {});
|
|
5637
6398
|
var ProductAssciations = /* @__PURE__ */ ((ProductAssciations2) => {
|
|
@@ -5644,8 +6405,14 @@ var ProductAssciations = /* @__PURE__ */ ((ProductAssciations2) => {
|
|
|
5644
6405
|
ProductAssciations2["attachmentPivotsAggregate"] = "attachmentPivotsAggregate";
|
|
5645
6406
|
ProductAssciations2["lang"] = "lang";
|
|
5646
6407
|
ProductAssciations2["meta"] = "meta";
|
|
6408
|
+
ProductAssciations2["faqs"] = "faqs";
|
|
6409
|
+
ProductAssciations2["faqsAggregate"] = "faqsAggregate";
|
|
6410
|
+
ProductAssciations2["relatedPivots"] = "relatedPivots";
|
|
6411
|
+
ProductAssciations2["relatedPivotsAggregate"] = "relatedPivotsAggregate";
|
|
5647
6412
|
ProductAssciations2["creator"] = "creator";
|
|
5648
6413
|
ProductAssciations2["website"] = "website";
|
|
6414
|
+
ProductAssciations2["relatedByPovit"] = "relatedByPovit";
|
|
6415
|
+
ProductAssciations2["relatedByPovitAggregate"] = "relatedByPovitAggregate";
|
|
5649
6416
|
return ProductAssciations2;
|
|
5650
6417
|
})(ProductAssciations || {});
|
|
5651
6418
|
var EnquiryFields = /* @__PURE__ */ ((EnquiryFields2) => {
|
|
@@ -5662,6 +6429,10 @@ var EnquiryFields = /* @__PURE__ */ ((EnquiryFields2) => {
|
|
|
5662
6429
|
EnquiryFields2["read"] = "read";
|
|
5663
6430
|
EnquiryFields2["spam"] = "spam";
|
|
5664
6431
|
EnquiryFields2["mobile"] = "mobile";
|
|
6432
|
+
EnquiryFields2["visitorId"] = "visitorId";
|
|
6433
|
+
EnquiryFields2["sessionId"] = "sessionId";
|
|
6434
|
+
EnquiryFields2["extends"] = "extends";
|
|
6435
|
+
EnquiryFields2["type"] = "type";
|
|
5665
6436
|
EnquiryFields2["createdAt"] = "createdAt";
|
|
5666
6437
|
EnquiryFields2["updatedAt"] = "updatedAt";
|
|
5667
6438
|
EnquiryFields2["content"] = "content";
|
|
@@ -5669,6 +6440,8 @@ var EnquiryFields = /* @__PURE__ */ ((EnquiryFields2) => {
|
|
|
5669
6440
|
})(EnquiryFields || {});
|
|
5670
6441
|
var EnquiryAssciations = /* @__PURE__ */ ((EnquiryAssciations2) => {
|
|
5671
6442
|
EnquiryAssciations2["lang"] = "lang";
|
|
6443
|
+
EnquiryAssciations2["attachments"] = "attachments";
|
|
6444
|
+
EnquiryAssciations2["attachmentsAggregate"] = "attachmentsAggregate";
|
|
5672
6445
|
EnquiryAssciations2["customer"] = "customer";
|
|
5673
6446
|
EnquiryAssciations2["website"] = "website";
|
|
5674
6447
|
return EnquiryAssciations2;
|
|
@@ -5689,39 +6462,38 @@ var WebsiteSettingsAssciations = /* @__PURE__ */ ((WebsiteSettingsAssciations2)
|
|
|
5689
6462
|
WebsiteSettingsAssciations2["website"] = "website";
|
|
5690
6463
|
return WebsiteSettingsAssciations2;
|
|
5691
6464
|
})(WebsiteSettingsAssciations || {});
|
|
5692
|
-
var
|
|
5693
|
-
|
|
5694
|
-
|
|
5695
|
-
|
|
5696
|
-
|
|
5697
|
-
|
|
5698
|
-
|
|
5699
|
-
|
|
5700
|
-
|
|
5701
|
-
|
|
5702
|
-
|
|
5703
|
-
|
|
5704
|
-
|
|
5705
|
-
|
|
5706
|
-
|
|
5707
|
-
|
|
5708
|
-
|
|
5709
|
-
|
|
5710
|
-
|
|
5711
|
-
|
|
5712
|
-
|
|
5713
|
-
|
|
5714
|
-
|
|
5715
|
-
|
|
5716
|
-
|
|
5717
|
-
|
|
5718
|
-
|
|
5719
|
-
|
|
5720
|
-
|
|
5721
|
-
|
|
5722
|
-
|
|
5723
|
-
|
|
5724
|
-
})(ThemeAssciations || {});
|
|
6465
|
+
var ThemeBranchFields = /* @__PURE__ */ ((ThemeBranchFields2) => {
|
|
6466
|
+
ThemeBranchFields2["id"] = "id";
|
|
6467
|
+
ThemeBranchFields2["name"] = "name";
|
|
6468
|
+
ThemeBranchFields2["settings"] = "settings";
|
|
6469
|
+
ThemeBranchFields2["description"] = "description";
|
|
6470
|
+
ThemeBranchFields2["parentThemeId"] = "parentThemeId";
|
|
6471
|
+
ThemeBranchFields2["createdAt"] = "createdAt";
|
|
6472
|
+
ThemeBranchFields2["updatedAt"] = "updatedAt";
|
|
6473
|
+
ThemeBranchFields2["status"] = "status";
|
|
6474
|
+
ThemeBranchFields2["version"] = "version";
|
|
6475
|
+
return ThemeBranchFields2;
|
|
6476
|
+
})(ThemeBranchFields || {});
|
|
6477
|
+
var ThemeBranchAssciations = /* @__PURE__ */ ((ThemeBranchAssciations2) => {
|
|
6478
|
+
ThemeBranchAssciations2["components"] = "components";
|
|
6479
|
+
ThemeBranchAssciations2["componentsAggregate"] = "componentsAggregate";
|
|
6480
|
+
ThemeBranchAssciations2["componentCategories"] = "componentCategories";
|
|
6481
|
+
ThemeBranchAssciations2["componentCategoriesAggregate"] = "componentCategoriesAggregate";
|
|
6482
|
+
ThemeBranchAssciations2["pages"] = "pages";
|
|
6483
|
+
ThemeBranchAssciations2["pagesAggregate"] = "pagesAggregate";
|
|
6484
|
+
ThemeBranchAssciations2["lang"] = "lang";
|
|
6485
|
+
ThemeBranchAssciations2["config"] = "config";
|
|
6486
|
+
ThemeBranchAssciations2["templates"] = "templates";
|
|
6487
|
+
ThemeBranchAssciations2["templatesAggregate"] = "templatesAggregate";
|
|
6488
|
+
ThemeBranchAssciations2["templateCategories"] = "templateCategories";
|
|
6489
|
+
ThemeBranchAssciations2["templateCategoriesAggregate"] = "templateCategoriesAggregate";
|
|
6490
|
+
ThemeBranchAssciations2["styleConfig"] = "styleConfig";
|
|
6491
|
+
ThemeBranchAssciations2["mockWebsite"] = "mockWebsite";
|
|
6492
|
+
ThemeBranchAssciations2["marketVersion"] = "marketVersion";
|
|
6493
|
+
ThemeBranchAssciations2["website"] = "website";
|
|
6494
|
+
ThemeBranchAssciations2["belongsToMain"] = "belongsToMain";
|
|
6495
|
+
return ThemeBranchAssciations2;
|
|
6496
|
+
})(ThemeBranchAssciations || {});
|
|
5725
6497
|
var MediaFolderFields = /* @__PURE__ */ ((MediaFolderFields2) => {
|
|
5726
6498
|
MediaFolderFields2["id"] = "id";
|
|
5727
6499
|
MediaFolderFields2["name"] = "name";
|
|
@@ -5879,9 +6651,13 @@ var FrontComponentFields = /* @__PURE__ */ ((FrontComponentFields2) => {
|
|
|
5879
6651
|
FrontComponentFields2["isInMarket"] = "isInMarket";
|
|
5880
6652
|
FrontComponentFields2["code"] = "code";
|
|
5881
6653
|
FrontComponentFields2["description"] = "description";
|
|
6654
|
+
FrontComponentFields2["parentId"] = "parentId";
|
|
6655
|
+
FrontComponentFields2["isSectionBlock"] = "isSectionBlock";
|
|
6656
|
+
FrontComponentFields2["complieResult"] = "complieResult";
|
|
5882
6657
|
return FrontComponentFields2;
|
|
5883
6658
|
})(FrontComponentFields || {});
|
|
5884
6659
|
var FrontComponentAssciations = /* @__PURE__ */ ((FrontComponentAssciations2) => {
|
|
6660
|
+
FrontComponentAssciations2["cover"] = "cover";
|
|
5885
6661
|
FrontComponentAssciations2["category"] = "category";
|
|
5886
6662
|
FrontComponentAssciations2["theme"] = "theme";
|
|
5887
6663
|
return FrontComponentAssciations2;
|
|
@@ -5893,6 +6669,7 @@ var ComponentCategoryFields = /* @__PURE__ */ ((ComponentCategoryFields2) => {
|
|
|
5893
6669
|
ComponentCategoryFields2["updatedAt"] = "updatedAt";
|
|
5894
6670
|
ComponentCategoryFields2["createdAt"] = "createdAt";
|
|
5895
6671
|
ComponentCategoryFields2["isInMarket"] = "isInMarket";
|
|
6672
|
+
ComponentCategoryFields2["isSectionBlock"] = "isSectionBlock";
|
|
5896
6673
|
return ComponentCategoryFields2;
|
|
5897
6674
|
})(ComponentCategoryFields || {});
|
|
5898
6675
|
var ComponentCategoryAssciations = /* @__PURE__ */ ((ComponentCategoryAssciations2) => {
|
|
@@ -5998,6 +6775,7 @@ var SectionTemplateFields = /* @__PURE__ */ ((SectionTemplateFields2) => {
|
|
|
5998
6775
|
return SectionTemplateFields2;
|
|
5999
6776
|
})(SectionTemplateFields || {});
|
|
6000
6777
|
var SectionTemplateAssciations = /* @__PURE__ */ ((SectionTemplateAssciations2) => {
|
|
6778
|
+
SectionTemplateAssciations2["cover"] = "cover";
|
|
6001
6779
|
SectionTemplateAssciations2["category"] = "category";
|
|
6002
6780
|
SectionTemplateAssciations2["theme"] = "theme";
|
|
6003
6781
|
return SectionTemplateAssciations2;
|
|
@@ -6078,47 +6856,6 @@ var SearchIndexAssciations = /* @__PURE__ */ ((SearchIndexAssciations2) => {
|
|
|
6078
6856
|
SearchIndexAssciations2["website"] = "website";
|
|
6079
6857
|
return SearchIndexAssciations2;
|
|
6080
6858
|
})(SearchIndexAssciations || {});
|
|
6081
|
-
var VideoFolderFields = /* @__PURE__ */ ((VideoFolderFields2) => {
|
|
6082
|
-
VideoFolderFields2["id"] = "id";
|
|
6083
|
-
VideoFolderFields2["name"] = "name";
|
|
6084
|
-
VideoFolderFields2["seqValue"] = "seqValue";
|
|
6085
|
-
VideoFolderFields2["createdAt"] = "createdAt";
|
|
6086
|
-
VideoFolderFields2["updatedAt"] = "updatedAt";
|
|
6087
|
-
VideoFolderFields2["content"] = "content";
|
|
6088
|
-
return VideoFolderFields2;
|
|
6089
|
-
})(VideoFolderFields || {});
|
|
6090
|
-
var VideoFolderAssciations = /* @__PURE__ */ ((VideoFolderAssciations2) => {
|
|
6091
|
-
VideoFolderAssciations2["lang"] = "lang";
|
|
6092
|
-
VideoFolderAssciations2["children"] = "children";
|
|
6093
|
-
VideoFolderAssciations2["childrenAggregate"] = "childrenAggregate";
|
|
6094
|
-
VideoFolderAssciations2["website"] = "website";
|
|
6095
|
-
VideoFolderAssciations2["videos"] = "videos";
|
|
6096
|
-
VideoFolderAssciations2["videosAggregate"] = "videosAggregate";
|
|
6097
|
-
VideoFolderAssciations2["parent"] = "parent";
|
|
6098
|
-
return VideoFolderAssciations2;
|
|
6099
|
-
})(VideoFolderAssciations || {});
|
|
6100
|
-
var VideoFields = /* @__PURE__ */ ((VideoFields2) => {
|
|
6101
|
-
VideoFields2["id"] = "id";
|
|
6102
|
-
VideoFields2["name"] = "name";
|
|
6103
|
-
VideoFields2["size"] = "size";
|
|
6104
|
-
VideoFields2["mimeType"] = "mimeType";
|
|
6105
|
-
VideoFields2["extName"] = "extName";
|
|
6106
|
-
VideoFields2["description"] = "description";
|
|
6107
|
-
VideoFields2["url"] = "url";
|
|
6108
|
-
VideoFields2["videoId"] = "videoId";
|
|
6109
|
-
VideoFields2["createdAt"] = "createdAt";
|
|
6110
|
-
VideoFields2["updatedAt"] = "updatedAt";
|
|
6111
|
-
VideoFields2["content"] = "content";
|
|
6112
|
-
return VideoFields2;
|
|
6113
|
-
})(VideoFields || {});
|
|
6114
|
-
var VideoAssciations = /* @__PURE__ */ ((VideoAssciations2) => {
|
|
6115
|
-
VideoAssciations2["lang"] = "lang";
|
|
6116
|
-
VideoAssciations2["folder"] = "folder";
|
|
6117
|
-
VideoAssciations2["cover"] = "cover";
|
|
6118
|
-
VideoAssciations2["coverAggregate"] = "coverAggregate";
|
|
6119
|
-
VideoAssciations2["website"] = "website";
|
|
6120
|
-
return VideoAssciations2;
|
|
6121
|
-
})(VideoAssciations || {});
|
|
6122
6859
|
var TaskFields = /* @__PURE__ */ ((TaskFields2) => {
|
|
6123
6860
|
TaskFields2["id"] = "id";
|
|
6124
6861
|
TaskFields2["jobId"] = "jobId";
|
|
@@ -6155,6 +6892,111 @@ var NotificationFields = /* @__PURE__ */ ((NotificationFields2) => {
|
|
|
6155
6892
|
})(NotificationFields || {});
|
|
6156
6893
|
var NotificationAssciations = /* @__PURE__ */ ((NotificationAssciations2) => {
|
|
6157
6894
|
})();
|
|
6895
|
+
var FAQFields = /* @__PURE__ */ ((FAQFields2) => {
|
|
6896
|
+
FAQFields2["id"] = "id";
|
|
6897
|
+
FAQFields2["question"] = "question";
|
|
6898
|
+
FAQFields2["answer"] = "answer";
|
|
6899
|
+
FAQFields2["createdAt"] = "createdAt";
|
|
6900
|
+
FAQFields2["updatedAt"] = "updatedAt";
|
|
6901
|
+
FAQFields2["seqValue"] = "seqValue";
|
|
6902
|
+
return FAQFields2;
|
|
6903
|
+
})(FAQFields || {});
|
|
6904
|
+
var FAQAssciations = /* @__PURE__ */ ((FAQAssciations2) => {
|
|
6905
|
+
FAQAssciations2["product"] = "product";
|
|
6906
|
+
return FAQAssciations2;
|
|
6907
|
+
})(FAQAssciations || {});
|
|
6908
|
+
var BulletinFields = /* @__PURE__ */ ((BulletinFields2) => {
|
|
6909
|
+
BulletinFields2["id"] = "id";
|
|
6910
|
+
BulletinFields2["content"] = "content";
|
|
6911
|
+
BulletinFields2["type"] = "type";
|
|
6912
|
+
BulletinFields2["createdAt"] = "createdAt";
|
|
6913
|
+
BulletinFields2["updatedAt"] = "updatedAt";
|
|
6914
|
+
BulletinFields2["endDate"] = "endDate";
|
|
6915
|
+
BulletinFields2["title"] = "title";
|
|
6916
|
+
return BulletinFields2;
|
|
6917
|
+
})(BulletinFields || {});
|
|
6918
|
+
var BulletinAssciations = /* @__PURE__ */ ((BulletinAssciations2) => {
|
|
6919
|
+
BulletinAssciations2["lang"] = "lang";
|
|
6920
|
+
BulletinAssciations2["website"] = "website";
|
|
6921
|
+
return BulletinAssciations2;
|
|
6922
|
+
})(BulletinAssciations || {});
|
|
6923
|
+
var ProductRelatedPivotFields = /* @__PURE__ */ ((ProductRelatedPivotFields2) => {
|
|
6924
|
+
ProductRelatedPivotFields2["id"] = "id";
|
|
6925
|
+
ProductRelatedPivotFields2["seqValue"] = "seqValue";
|
|
6926
|
+
return ProductRelatedPivotFields2;
|
|
6927
|
+
})(ProductRelatedPivotFields || {});
|
|
6928
|
+
var ProductRelatedPivotAssciations = /* @__PURE__ */ ((ProductRelatedPivotAssciations2) => {
|
|
6929
|
+
ProductRelatedPivotAssciations2["product"] = "product";
|
|
6930
|
+
ProductRelatedPivotAssciations2["relatedBy"] = "relatedBy";
|
|
6931
|
+
return ProductRelatedPivotAssciations2;
|
|
6932
|
+
})(ProductRelatedPivotAssciations || {});
|
|
6933
|
+
var WebsiteSnapshotFields = /* @__PURE__ */ ((WebsiteSnapshotFields2) => {
|
|
6934
|
+
WebsiteSnapshotFields2["id"] = "id";
|
|
6935
|
+
return WebsiteSnapshotFields2;
|
|
6936
|
+
})(WebsiteSnapshotFields || {});
|
|
6937
|
+
var WebsiteSnapshotAssciations = /* @__PURE__ */ ((WebsiteSnapshotAssciations2) => {
|
|
6938
|
+
WebsiteSnapshotAssciations2["medias"] = "medias";
|
|
6939
|
+
WebsiteSnapshotAssciations2["mediasAggregate"] = "mediasAggregate";
|
|
6940
|
+
WebsiteSnapshotAssciations2["website"] = "website";
|
|
6941
|
+
return WebsiteSnapshotAssciations2;
|
|
6942
|
+
})(WebsiteSnapshotAssciations || {});
|
|
6943
|
+
var VisitorLogFields = /* @__PURE__ */ ((VisitorLogFields2) => {
|
|
6944
|
+
VisitorLogFields2["id"] = "id";
|
|
6945
|
+
VisitorLogFields2["visitorId"] = "visitorId";
|
|
6946
|
+
VisitorLogFields2["sessionId"] = "sessionId";
|
|
6947
|
+
VisitorLogFields2["type"] = "type";
|
|
6948
|
+
VisitorLogFields2["url"] = "url";
|
|
6949
|
+
VisitorLogFields2["referrer"] = "referrer";
|
|
6950
|
+
VisitorLogFields2["duration"] = "duration";
|
|
6951
|
+
VisitorLogFields2["timestamp"] = "timestamp";
|
|
6952
|
+
VisitorLogFields2["userAgent"] = "userAgent";
|
|
6953
|
+
VisitorLogFields2["device"] = "device";
|
|
6954
|
+
VisitorLogFields2["websiteId"] = "websiteId";
|
|
6955
|
+
VisitorLogFields2["langAbbr"] = "langAbbr";
|
|
6956
|
+
VisitorLogFields2["country"] = "country";
|
|
6957
|
+
VisitorLogFields2["city"] = "city";
|
|
6958
|
+
VisitorLogFields2["ip"] = "ip";
|
|
6959
|
+
VisitorLogFields2["isNewUser"] = "isNewUser";
|
|
6960
|
+
VisitorLogFields2["createdAt"] = "createdAt";
|
|
6961
|
+
VisitorLogFields2["updatedAt"] = "updatedAt";
|
|
6962
|
+
VisitorLogFields2["browserLanguage"] = "browserLanguage";
|
|
6963
|
+
VisitorLogFields2["platform"] = "platform";
|
|
6964
|
+
VisitorLogFields2["pageTitle"] = "pageTitle";
|
|
6965
|
+
return VisitorLogFields2;
|
|
6966
|
+
})(VisitorLogFields || {});
|
|
6967
|
+
var VisitorLogAssciations = /* @__PURE__ */ ((VisitorLogAssciations2) => {
|
|
6968
|
+
})();
|
|
6969
|
+
var UserOperationFields = /* @__PURE__ */ ((UserOperationFields2) => {
|
|
6970
|
+
UserOperationFields2["id"] = "id";
|
|
6971
|
+
UserOperationFields2["type"] = "type";
|
|
6972
|
+
UserOperationFields2["createdAt"] = "createdAt";
|
|
6973
|
+
UserOperationFields2["title"] = "title";
|
|
6974
|
+
UserOperationFields2["description"] = "description";
|
|
6975
|
+
UserOperationFields2["module"] = "module";
|
|
6976
|
+
UserOperationFields2["langId"] = "langId";
|
|
6977
|
+
return UserOperationFields2;
|
|
6978
|
+
})(UserOperationFields || {});
|
|
6979
|
+
var UserOperationAssciations = /* @__PURE__ */ ((UserOperationAssciations2) => {
|
|
6980
|
+
UserOperationAssciations2["user"] = "user";
|
|
6981
|
+
UserOperationAssciations2["website"] = "website";
|
|
6982
|
+
return UserOperationAssciations2;
|
|
6983
|
+
})(UserOperationAssciations || {});
|
|
6984
|
+
var ThemeFields = /* @__PURE__ */ ((ThemeFields2) => {
|
|
6985
|
+
ThemeFields2["id"] = "id";
|
|
6986
|
+
ThemeFields2["name"] = "name";
|
|
6987
|
+
ThemeFields2["description"] = "description";
|
|
6988
|
+
ThemeFields2["createdAt"] = "createdAt";
|
|
6989
|
+
ThemeFields2["updatedAt"] = "updatedAt";
|
|
6990
|
+
ThemeFields2["seqValue"] = "seqValue";
|
|
6991
|
+
return ThemeFields2;
|
|
6992
|
+
})(ThemeFields || {});
|
|
6993
|
+
var ThemeAssciations = /* @__PURE__ */ ((ThemeAssciations2) => {
|
|
6994
|
+
ThemeAssciations2["branches"] = "branches";
|
|
6995
|
+
ThemeAssciations2["branchesAggregate"] = "branchesAggregate";
|
|
6996
|
+
ThemeAssciations2["cover"] = "cover";
|
|
6997
|
+
ThemeAssciations2["category"] = "category";
|
|
6998
|
+
return ThemeAssciations2;
|
|
6999
|
+
})(ThemeAssciations || {});
|
|
6158
7000
|
export {
|
|
6159
7001
|
AbilityAssciations,
|
|
6160
7002
|
AbilityDistinctEnum,
|
|
@@ -6176,6 +7018,12 @@ export {
|
|
|
6176
7018
|
AttachmentOnProductEntityName,
|
|
6177
7019
|
AttachmentOnProductFields,
|
|
6178
7020
|
AttachmentOnProductQueryOptions,
|
|
7021
|
+
BulletinAssciations,
|
|
7022
|
+
BulletinDistinctEnum,
|
|
7023
|
+
BulletinEntityLabel,
|
|
7024
|
+
BulletinEntityName,
|
|
7025
|
+
BulletinFields,
|
|
7026
|
+
BulletinQueryOptions,
|
|
6179
7027
|
ChangeLogAssciations,
|
|
6180
7028
|
ChangeLogDistinctEnum,
|
|
6181
7029
|
ChangeLogEntityLabel,
|
|
@@ -6202,6 +7050,12 @@ export {
|
|
|
6202
7050
|
EnquiryFields,
|
|
6203
7051
|
EnquiryQueryOptions,
|
|
6204
7052
|
ExtendFieldType,
|
|
7053
|
+
FAQAssciations,
|
|
7054
|
+
FAQDistinctEnum,
|
|
7055
|
+
FAQEntityLabel,
|
|
7056
|
+
FAQEntityName,
|
|
7057
|
+
FAQFields,
|
|
7058
|
+
FAQQueryOptions,
|
|
6205
7059
|
FrontComponentAssciations,
|
|
6206
7060
|
FrontComponentDistinctEnum,
|
|
6207
7061
|
FrontComponentEntityLabel,
|
|
@@ -6288,6 +7142,12 @@ export {
|
|
|
6288
7142
|
ProductEntityName,
|
|
6289
7143
|
ProductFields,
|
|
6290
7144
|
ProductQueryOptions,
|
|
7145
|
+
ProductRelatedPivotAssciations,
|
|
7146
|
+
ProductRelatedPivotDistinctEnum,
|
|
7147
|
+
ProductRelatedPivotEntityLabel,
|
|
7148
|
+
ProductRelatedPivotEntityName,
|
|
7149
|
+
ProductRelatedPivotFields,
|
|
7150
|
+
ProductRelatedPivotQueryOptions,
|
|
6291
7151
|
PublishableDistinctEnum,
|
|
6292
7152
|
PublishableStatus,
|
|
6293
7153
|
QueryOptions,
|
|
@@ -6297,6 +7157,12 @@ export {
|
|
|
6297
7157
|
RoleEntityName,
|
|
6298
7158
|
RoleFields,
|
|
6299
7159
|
RoleQueryOptions,
|
|
7160
|
+
RoleVariableAssciations,
|
|
7161
|
+
RoleVariableDistinctEnum,
|
|
7162
|
+
RoleVariableEntityLabel,
|
|
7163
|
+
RoleVariableEntityName,
|
|
7164
|
+
RoleVariableFields,
|
|
7165
|
+
RoleVariableQueryOptions,
|
|
6300
7166
|
SearchIndexAssciations,
|
|
6301
7167
|
SearchIndexDistinctEnum,
|
|
6302
7168
|
SearchIndexEntityLabel,
|
|
@@ -6310,6 +7176,7 @@ export {
|
|
|
6310
7176
|
SectionTemplateFields,
|
|
6311
7177
|
SectionTemplateQueryOptions,
|
|
6312
7178
|
SlugableDistinctEnum,
|
|
7179
|
+
SoftableDistinctEnum,
|
|
6313
7180
|
SourceType,
|
|
6314
7181
|
SpamFilterRuleAssciations,
|
|
6315
7182
|
SpamFilterRuleDistinctEnum,
|
|
@@ -6317,6 +7184,12 @@ export {
|
|
|
6317
7184
|
SpamFilterRuleEntityName,
|
|
6318
7185
|
SpamFilterRuleFields,
|
|
6319
7186
|
SpamFilterRuleQueryOptions,
|
|
7187
|
+
StorageRecordAssciations,
|
|
7188
|
+
StorageRecordDistinctEnum,
|
|
7189
|
+
StorageRecordEntityLabel,
|
|
7190
|
+
StorageRecordEntityName,
|
|
7191
|
+
StorageRecordFields,
|
|
7192
|
+
StorageRecordQueryOptions,
|
|
6320
7193
|
StyleConfigAssciations,
|
|
6321
7194
|
StyleConfigDistinctEnum,
|
|
6322
7195
|
StyleConfigEntityLabel,
|
|
@@ -6344,6 +7217,12 @@ export {
|
|
|
6344
7217
|
TemplateCategoryFields,
|
|
6345
7218
|
TemplateCategoryQueryOptions,
|
|
6346
7219
|
ThemeAssciations,
|
|
7220
|
+
ThemeBranchAssciations,
|
|
7221
|
+
ThemeBranchDistinctEnum,
|
|
7222
|
+
ThemeBranchEntityLabel,
|
|
7223
|
+
ThemeBranchEntityName,
|
|
7224
|
+
ThemeBranchFields,
|
|
7225
|
+
ThemeBranchQueryOptions,
|
|
6347
7226
|
ThemeCategoryAssciations,
|
|
6348
7227
|
ThemeCategoryDistinctEnum,
|
|
6349
7228
|
ThemeCategoryEntityLabel,
|
|
@@ -6378,20 +7257,22 @@ export {
|
|
|
6378
7257
|
UserEntityLabel,
|
|
6379
7258
|
UserEntityName,
|
|
6380
7259
|
UserFields,
|
|
7260
|
+
UserOperationAssciations,
|
|
7261
|
+
UserOperationDistinctEnum,
|
|
7262
|
+
UserOperationEntityLabel,
|
|
7263
|
+
UserOperationEntityName,
|
|
7264
|
+
UserOperationFields,
|
|
7265
|
+
UserOperationQueryOptions,
|
|
6381
7266
|
UserQueryOptions,
|
|
6382
7267
|
UserType,
|
|
6383
|
-
|
|
6384
|
-
|
|
6385
|
-
|
|
6386
|
-
|
|
6387
|
-
|
|
6388
|
-
|
|
6389
|
-
|
|
6390
|
-
|
|
6391
|
-
VideoFolderEntityName,
|
|
6392
|
-
VideoFolderFields,
|
|
6393
|
-
VideoFolderQueryOptions,
|
|
6394
|
-
VideoQueryOptions,
|
|
7268
|
+
VariableType,
|
|
7269
|
+
VisitorLogAssciations,
|
|
7270
|
+
VisitorLogDistinctEnum,
|
|
7271
|
+
VisitorLogEntityLabel,
|
|
7272
|
+
VisitorLogEntityName,
|
|
7273
|
+
VisitorLogFields,
|
|
7274
|
+
VisitorLogQueryOptions,
|
|
7275
|
+
VistType,
|
|
6395
7276
|
WebsiteAssciations,
|
|
6396
7277
|
WebsiteContentDistinctEnum,
|
|
6397
7278
|
WebsiteDistinctEnum,
|
|
@@ -6406,6 +7287,12 @@ export {
|
|
|
6406
7287
|
WebsiteSettingsEntityName,
|
|
6407
7288
|
WebsiteSettingsFields,
|
|
6408
7289
|
WebsiteSettingsQueryOptions,
|
|
7290
|
+
WebsiteSnapshotAssciations,
|
|
7291
|
+
WebsiteSnapshotDistinctEnum,
|
|
7292
|
+
WebsiteSnapshotEntityLabel,
|
|
7293
|
+
WebsiteSnapshotEntityName,
|
|
7294
|
+
WebsiteSnapshotFields,
|
|
7295
|
+
WebsiteSnapshotQueryOptions,
|
|
6409
7296
|
WebsiteTypeAssciations,
|
|
6410
7297
|
WebsiteTypeDistinctEnum,
|
|
6411
7298
|
WebsiteTypeEntityLabel,
|
|
@@ -6425,6 +7312,9 @@ export {
|
|
|
6425
7312
|
attachmentOnProductEntry,
|
|
6426
7313
|
attachmentOnProductToInput,
|
|
6427
7314
|
attachmentOnProductToInputCascade,
|
|
7315
|
+
bulletinEntry,
|
|
7316
|
+
bulletinToInput,
|
|
7317
|
+
bulletinToInputCascade,
|
|
6428
7318
|
changeLogEntry,
|
|
6429
7319
|
changeLogToInput,
|
|
6430
7320
|
changeLogToInputCascade,
|
|
@@ -6437,6 +7327,9 @@ export {
|
|
|
6437
7327
|
enquiryEntry,
|
|
6438
7328
|
enquiryToInput,
|
|
6439
7329
|
enquiryToInputCascade,
|
|
7330
|
+
fAQEntry,
|
|
7331
|
+
fAQToInput,
|
|
7332
|
+
fAQToInputCascade,
|
|
6440
7333
|
frontComponentEntry,
|
|
6441
7334
|
frontComponentToInput,
|
|
6442
7335
|
frontComponentToInputCascade,
|
|
@@ -6474,11 +7367,17 @@ export {
|
|
|
6474
7367
|
productCategoryToInput,
|
|
6475
7368
|
productCategoryToInputCascade,
|
|
6476
7369
|
productEntry,
|
|
7370
|
+
productRelatedPivotEntry,
|
|
7371
|
+
productRelatedPivotToInput,
|
|
7372
|
+
productRelatedPivotToInputCascade,
|
|
6477
7373
|
productToInput,
|
|
6478
7374
|
productToInputCascade,
|
|
6479
7375
|
roleEntry,
|
|
6480
7376
|
roleToInput,
|
|
6481
7377
|
roleToInputCascade,
|
|
7378
|
+
roleVariableEntry,
|
|
7379
|
+
roleVariableToInput,
|
|
7380
|
+
roleVariableToInputCascade,
|
|
6482
7381
|
searchIndexEntry,
|
|
6483
7382
|
searchIndexToInput,
|
|
6484
7383
|
searchIndexToInputCascade,
|
|
@@ -6488,6 +7387,9 @@ export {
|
|
|
6488
7387
|
spamFilterRuleEntry,
|
|
6489
7388
|
spamFilterRuleToInput,
|
|
6490
7389
|
spamFilterRuleToInputCascade,
|
|
7390
|
+
storageRecordEntry,
|
|
7391
|
+
storageRecordToInput,
|
|
7392
|
+
storageRecordToInputCascade,
|
|
6491
7393
|
styleConfigEntry,
|
|
6492
7394
|
styleConfigToInput,
|
|
6493
7395
|
styleConfigToInputCascade,
|
|
@@ -6500,6 +7402,9 @@ export {
|
|
|
6500
7402
|
templateCategoryEntry,
|
|
6501
7403
|
templateCategoryToInput,
|
|
6502
7404
|
templateCategoryToInputCascade,
|
|
7405
|
+
themeBranchEntry,
|
|
7406
|
+
themeBranchToInput,
|
|
7407
|
+
themeBranchToInputCascade,
|
|
6503
7408
|
themeCategoryEntry,
|
|
6504
7409
|
themeCategoryToInput,
|
|
6505
7410
|
themeCategoryToInputCascade,
|
|
@@ -6516,18 +7421,21 @@ export {
|
|
|
6516
7421
|
themeVersionToInput,
|
|
6517
7422
|
themeVersionToInputCascade,
|
|
6518
7423
|
userEntry,
|
|
7424
|
+
userOperationEntry,
|
|
7425
|
+
userOperationToInput,
|
|
7426
|
+
userOperationToInputCascade,
|
|
6519
7427
|
userToInput,
|
|
6520
7428
|
userToInputCascade,
|
|
6521
|
-
|
|
6522
|
-
|
|
6523
|
-
|
|
6524
|
-
videoFolderToInputCascade,
|
|
6525
|
-
videoToInput,
|
|
6526
|
-
videoToInputCascade,
|
|
7429
|
+
visitorLogEntry,
|
|
7430
|
+
visitorLogToInput,
|
|
7431
|
+
visitorLogToInputCascade,
|
|
6527
7432
|
websiteEntry,
|
|
6528
7433
|
websiteSettingsEntry,
|
|
6529
7434
|
websiteSettingsToInput,
|
|
6530
7435
|
websiteSettingsToInputCascade,
|
|
7436
|
+
websiteSnapshotEntry,
|
|
7437
|
+
websiteSnapshotToInput,
|
|
7438
|
+
websiteSnapshotToInputCascade,
|
|
6531
7439
|
websiteToInput,
|
|
6532
7440
|
websiteToInputCascade,
|
|
6533
7441
|
websiteTypeEntry,
|