@rxdrag/rxcms-models 0.3.76 → 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/ComponentCategoryQueryOptions.d.ts +4 -3
- package/dist/classes/EnquiryQueryOptions.d.ts +10 -1
- package/dist/classes/FAQQueryOptions.d.ts +1 -6
- package/dist/classes/FrontComponentQueryOptions.d.ts +12 -3
- package/dist/classes/LangQueryOptions.d.ts +5 -15
- package/dist/classes/MediaQueryOptions.d.ts +30 -5
- package/dist/classes/PageQueryOptions.d.ts +3 -3
- package/dist/classes/PostQueryOptions.d.ts +2 -0
- package/dist/classes/ProductQueryOptions.d.ts +3 -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 +16 -20
- package/dist/classes/WebsiteSnapshotQueryOptions.d.ts +15 -0
- package/dist/classes/index.d.ts +7 -3
- package/dist/entries/index.d.ts +7 -3
- 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/ComponentCategoryFields.d.ts +2 -1
- package/dist/fields/EnquiryFields.d.ts +6 -0
- package/dist/fields/FAQFields.d.ts +3 -4
- package/dist/fields/FrontComponentFields.d.ts +8 -1
- package/dist/fields/LangFields.d.ts +0 -4
- package/dist/fields/MediaFields.d.ts +19 -4
- package/dist/fields/PostFields.d.ts +3 -1
- package/dist/fields/ProductFields.d.ts +5 -2
- 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 +6 -7
- package/dist/fields/WebsiteSnapshotFields.d.ts +8 -0
- package/dist/fields/index.d.ts +7 -3
- package/dist/index.mjs +1172 -581
- 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/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 +1 -4
- package/dist/interfaces/FAQBoolExp.d.ts +2 -4
- package/dist/interfaces/FAQDistinctExp.d.ts +2 -1
- package/dist/interfaces/FAQInput.d.ts +1 -4
- package/dist/interfaces/FAQOrderBy.d.ts +1 -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 +2 -8
- package/dist/interfaces/LangBoolExp.d.ts +2 -6
- package/dist/interfaces/LangInput.d.ts +2 -6
- package/dist/interfaces/Media.d.ts +22 -4
- package/dist/interfaces/MediaBoolExp.d.ts +16 -3
- package/dist/interfaces/MediaDistinctExp.d.ts +11 -2
- package/dist/interfaces/MediaInput.d.ts +21 -5
- 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 +4 -2
- package/dist/interfaces/ProductBoolExp.d.ts +2 -1
- package/dist/interfaces/ProductDistinctExp.d.ts +5 -2
- package/dist/interfaces/ProductInput.d.ts +3 -2
- package/dist/interfaces/ProductOrderBy.d.ts +2 -1
- 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 +9 -11
- package/dist/interfaces/WebsiteBoolExp.d.ts +7 -8
- package/dist/interfaces/WebsiteInput.d.ts +7 -8
- 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 +46 -16
- package/package.json +4 -4
- package/dist/classes/CustomerCaseQueryOptions.d.ts +0 -22
- package/dist/classes/SolutionQueryOptions.d.ts +0 -27
- package/dist/entries/customerCaseEntry.d.ts +0 -2
- package/dist/entries/solutionEntry.d.ts +0 -2
- package/dist/fields/CustomerCaseFields.d.ts +0 -16
- package/dist/fields/SolutionFields.d.ts +0 -18
- package/dist/interfaces/CustomerCase.d.ts +0 -11
- package/dist/interfaces/CustomerCaseBoolExp.d.ts +0 -13
- package/dist/interfaces/CustomerCaseDistinctExp.d.ts +0 -15
- package/dist/interfaces/CustomerCaseInput.d.ts +0 -13
- package/dist/interfaces/CustomerCaseOrderBy.d.ts +0 -6
- package/dist/interfaces/PropsFields.d.ts +0 -8
- package/dist/interfaces/Solution.d.ts +0 -15
- package/dist/interfaces/SolutionBoolExp.d.ts +0 -15
- package/dist/interfaces/SolutionDistinctExp.d.ts +0 -15
- package/dist/interfaces/SolutionInput.d.ts +0 -16
- package/dist/interfaces/SolutionOrderBy.d.ts +0 -6
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,10 +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
|
-
searchIndexAggregate: "SearchIndex"
|
|
29
|
+
searchIndexAggregate: "SearchIndex",
|
|
30
|
+
snapshotAggregate: "WebsiteSnapshot",
|
|
31
|
+
coverOfComponentAggregate: "FrontComponent",
|
|
32
|
+
coverOfSectionTemplateAggregate: "SectionTemplate"
|
|
28
33
|
},
|
|
29
34
|
Website: {
|
|
30
35
|
usersAggregate: "User",
|
|
@@ -32,8 +37,6 @@ const aggregateEntities = {
|
|
|
32
37
|
partsOfEnquiryAggregate: "Enquiry",
|
|
33
38
|
partsOfProductAggregate: "Product",
|
|
34
39
|
partsOfPostAggregate: "Post",
|
|
35
|
-
partsOfSolutionAggregate: "Solution",
|
|
36
|
-
partsOfCustomerCaseAggregate: "CustomerCase",
|
|
37
40
|
partsOfPostCategoryAggregate: "PostCategory",
|
|
38
41
|
partsOfTagAggregate: "Tag",
|
|
39
42
|
partsOfCustomerAggregate: "Customer",
|
|
@@ -41,19 +44,18 @@ const aggregateEntities = {
|
|
|
41
44
|
partsOfSpamFilterRuleAggregate: "SpamFilterRule",
|
|
42
45
|
partsOfMediaAggregate: "Media",
|
|
43
46
|
langsAggregate: "Lang",
|
|
44
|
-
themesAggregate: "
|
|
47
|
+
themesAggregate: "ThemeBranch",
|
|
45
48
|
changelogsAggregate: "ChangeLog",
|
|
46
49
|
searchIndexesAggregate: "SearchIndex",
|
|
47
|
-
|
|
48
|
-
|
|
50
|
+
bulletinsAggregate: "Bulletin",
|
|
51
|
+
snapshotsAggregate: "WebsiteSnapshot",
|
|
52
|
+
userOperationsAggregate: "UserOperation"
|
|
49
53
|
},
|
|
50
54
|
Lang: {
|
|
51
55
|
webPartsOfMediaFolderAggregate: "MediaFolder",
|
|
52
56
|
webPartsOfEnquiryAggregate: "Enquiry",
|
|
53
57
|
webPartsOfProductAggregate: "Product",
|
|
54
58
|
webPartsOfPostAggregate: "Post",
|
|
55
|
-
webPartsOfSolutionAggregate: "Solution",
|
|
56
|
-
webPartsOfCustomerCaseAggregate: "CustomerCase",
|
|
57
59
|
webPartsOfPostCategoryAggregate: "PostCategory",
|
|
58
60
|
webPartsOfTagAggregate: "Tag",
|
|
59
61
|
webPartsOfCustomerAggregate: "Customer",
|
|
@@ -62,7 +64,7 @@ const aggregateEntities = {
|
|
|
62
64
|
webPartsOfMediaAggregate: "Media",
|
|
63
65
|
websitesAggregate: "Website",
|
|
64
66
|
baseLangOfAggregate: "Website",
|
|
65
|
-
themesAggregate: "
|
|
67
|
+
themesAggregate: "ThemeBranch",
|
|
66
68
|
bulletinsAggregate: "Bulletin"
|
|
67
69
|
},
|
|
68
70
|
WebsiteType: {
|
|
@@ -76,9 +78,13 @@ const aggregateEntities = {
|
|
|
76
78
|
mediaPivotsAggregate: "MediaOnProduct",
|
|
77
79
|
attachmentPivotsAggregate: "AttachmentOnProduct",
|
|
78
80
|
faqsAggregate: "FAQ",
|
|
79
|
-
relatedPivotsAggregate: "ProductRelatedPivot"
|
|
81
|
+
relatedPivotsAggregate: "ProductRelatedPivot",
|
|
82
|
+
relatedByPovitAggregate: "ProductRelatedPivot"
|
|
80
83
|
},
|
|
81
|
-
|
|
84
|
+
Enquiry: {
|
|
85
|
+
attachmentsAggregate: "Media"
|
|
86
|
+
},
|
|
87
|
+
ThemeBranch: {
|
|
82
88
|
componentsAggregate: "FrontComponent",
|
|
83
89
|
componentCategoriesAggregate: "ComponentCategory",
|
|
84
90
|
pagesAggregate: "Page",
|
|
@@ -116,8 +122,11 @@ const aggregateEntities = {
|
|
|
116
122
|
TemplateCategory: {
|
|
117
123
|
templatesAggregate: "SectionTemplate"
|
|
118
124
|
},
|
|
119
|
-
|
|
120
|
-
|
|
125
|
+
WebsiteSnapshot: {
|
|
126
|
+
mediasAggregate: "Media"
|
|
127
|
+
},
|
|
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,39 +682,16 @@ const attachmentOnProductToInput = (entity) => {
|
|
|
636
682
|
product: convertHasOneToInput(entity.product)
|
|
637
683
|
};
|
|
638
684
|
};
|
|
639
|
-
const solutionToInputCascade = (entity) => {
|
|
640
|
-
var _a;
|
|
641
|
-
const { faqsAggregate, ...rest } = entity;
|
|
642
|
-
return {
|
|
643
|
-
...rest,
|
|
644
|
-
lang: entity.lang ? processHasOneClear({ sync: langToInput(entity.lang) }) : void 0,
|
|
645
|
-
faqs: entity.faqs ? processHasManyClear({ sync: (_a = entity.faqs) == null ? void 0 : _a.map((ent) => fAQToInput(ent)) }) : void 0,
|
|
646
|
-
website: entity.website ? processHasOneClear({ sync: websiteToInput(entity.website) }) : void 0
|
|
647
|
-
};
|
|
648
|
-
};
|
|
649
|
-
const solutionToInput = (entity) => {
|
|
650
|
-
const { faqsAggregate, ...rest } = entity;
|
|
651
|
-
return {
|
|
652
|
-
...rest,
|
|
653
|
-
lang: convertHasOneToInput(entity.lang),
|
|
654
|
-
faqs: convertHasManyToInput(entity.faqs),
|
|
655
|
-
website: convertHasOneToInput(entity.website)
|
|
656
|
-
};
|
|
657
|
-
};
|
|
658
685
|
const fAQToInputCascade = (entity) => {
|
|
659
686
|
return {
|
|
660
687
|
...entity,
|
|
661
|
-
|
|
662
|
-
product: entity.product ? processHasOneClear({ sync: productToInput(entity.product) }) : void 0,
|
|
663
|
-
solution: entity.solution ? processHasOneClear({ sync: solutionToInput(entity.solution) }) : void 0
|
|
688
|
+
product: entity.product ? processHasOneClear({ sync: productToInput(entity.product) }) : void 0
|
|
664
689
|
};
|
|
665
690
|
};
|
|
666
691
|
const fAQToInput = (entity) => {
|
|
667
692
|
return {
|
|
668
693
|
...entity,
|
|
669
|
-
|
|
670
|
-
product: convertHasOneToInput(entity.product),
|
|
671
|
-
solution: convertHasOneToInput(entity.solution)
|
|
694
|
+
product: convertHasOneToInput(entity.product)
|
|
672
695
|
};
|
|
673
696
|
};
|
|
674
697
|
const productRelatedPivotToInputCascade = (entity) => {
|
|
@@ -686,8 +709,8 @@ const productRelatedPivotToInput = (entity) => {
|
|
|
686
709
|
};
|
|
687
710
|
};
|
|
688
711
|
const productToInputCascade = (entity) => {
|
|
689
|
-
var _a, _b, _c, _d, _e;
|
|
690
|
-
const { tagsAggregate, mediaPivotsAggregate, attachmentPivotsAggregate, faqsAggregate, relatedPivotsAggregate, ...rest } = entity;
|
|
712
|
+
var _a, _b, _c, _d, _e, _f;
|
|
713
|
+
const { tagsAggregate, mediaPivotsAggregate, attachmentPivotsAggregate, faqsAggregate, relatedPivotsAggregate, relatedByPovitAggregate, ...rest } = entity;
|
|
691
714
|
return {
|
|
692
715
|
...rest,
|
|
693
716
|
category: entity.category ? processHasOneClear({ sync: productCategoryToInput(entity.category) }) : void 0,
|
|
@@ -700,11 +723,11 @@ const productToInputCascade = (entity) => {
|
|
|
700
723
|
relatedPivots: entity.relatedPivots ? processHasManyClear({ sync: (_e = entity.relatedPivots) == null ? void 0 : _e.map((ent) => productRelatedPivotToInput(ent)) }) : void 0,
|
|
701
724
|
creator: entity.creator ? processHasOneClear({ sync: userToInput(entity.creator) }) : void 0,
|
|
702
725
|
website: entity.website ? processHasOneClear({ sync: websiteToInput(entity.website) }) : void 0,
|
|
703
|
-
relatedByPovit: entity.relatedByPovit ?
|
|
726
|
+
relatedByPovit: entity.relatedByPovit ? processHasManyClear({ sync: (_f = entity.relatedByPovit) == null ? void 0 : _f.map((ent) => productRelatedPivotToInput(ent)) }) : void 0
|
|
704
727
|
};
|
|
705
728
|
};
|
|
706
729
|
const productToInput = (entity) => {
|
|
707
|
-
const { tagsAggregate, mediaPivotsAggregate, attachmentPivotsAggregate, faqsAggregate, relatedPivotsAggregate, ...rest } = entity;
|
|
730
|
+
const { tagsAggregate, mediaPivotsAggregate, attachmentPivotsAggregate, faqsAggregate, relatedPivotsAggregate, relatedByPovitAggregate, ...rest } = entity;
|
|
708
731
|
return {
|
|
709
732
|
...rest,
|
|
710
733
|
category: convertHasOneToInput(entity.category),
|
|
@@ -717,21 +740,7 @@ const productToInput = (entity) => {
|
|
|
717
740
|
relatedPivots: convertHasManyToInput(entity.relatedPivots),
|
|
718
741
|
creator: convertHasOneToInput(entity.creator),
|
|
719
742
|
website: convertHasOneToInput(entity.website),
|
|
720
|
-
relatedByPovit:
|
|
721
|
-
};
|
|
722
|
-
};
|
|
723
|
-
const customerCaseToInputCascade = (entity) => {
|
|
724
|
-
return {
|
|
725
|
-
...entity,
|
|
726
|
-
lang: entity.lang ? processHasOneClear({ sync: langToInput(entity.lang) }) : void 0,
|
|
727
|
-
website: entity.website ? processHasOneClear({ sync: websiteToInput(entity.website) }) : void 0
|
|
728
|
-
};
|
|
729
|
-
};
|
|
730
|
-
const customerCaseToInput = (entity) => {
|
|
731
|
-
return {
|
|
732
|
-
...entity,
|
|
733
|
-
lang: convertHasOneToInput(entity.lang),
|
|
734
|
-
website: convertHasOneToInput(entity.website)
|
|
743
|
+
relatedByPovit: convertHasManyToInput(entity.relatedByPovit)
|
|
735
744
|
};
|
|
736
745
|
};
|
|
737
746
|
const spamFilterRuleToInputCascade = (entity) => {
|
|
@@ -812,9 +821,40 @@ const bulletinToInput = (entity) => {
|
|
|
812
821
|
website: convertHasOneToInput(entity.website)
|
|
813
822
|
};
|
|
814
823
|
};
|
|
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) => {
|
|
842
|
+
return {
|
|
843
|
+
...entity,
|
|
844
|
+
user: entity.user ? processHasOneClear({ sync: userToInput(entity.user) }) : void 0,
|
|
845
|
+
website: entity.website ? processHasOneClear({ sync: websiteToInput(entity.website) }) : void 0
|
|
846
|
+
};
|
|
847
|
+
};
|
|
848
|
+
const userOperationToInput = (entity) => {
|
|
849
|
+
return {
|
|
850
|
+
...entity,
|
|
851
|
+
user: convertHasOneToInput(entity.user),
|
|
852
|
+
website: convertHasOneToInput(entity.website)
|
|
853
|
+
};
|
|
854
|
+
};
|
|
815
855
|
const websiteToInputCascade = (entity) => {
|
|
816
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l, _m, _n, _o, _p, _q, _r
|
|
817
|
-
const { usersAggregate, partsOfMediaFolderAggregate, partsOfEnquiryAggregate, partsOfProductAggregate, partsOfPostAggregate,
|
|
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;
|
|
818
858
|
return {
|
|
819
859
|
...rest,
|
|
820
860
|
websiteType: entity.websiteType ? processHasOneClear({ sync: websiteTypeToInput(entity.websiteType) }) : void 0,
|
|
@@ -824,27 +864,27 @@ const websiteToInputCascade = (entity) => {
|
|
|
824
864
|
partsOfEnquiry: entity.partsOfEnquiry ? processHasManyClear({ sync: (_c = entity.partsOfEnquiry) == null ? void 0 : _c.map((ent) => enquiryToInput(ent)) }) : void 0,
|
|
825
865
|
partsOfProduct: entity.partsOfProduct ? processHasManyClear({ sync: (_d = entity.partsOfProduct) == null ? void 0 : _d.map((ent) => productToInput(ent)) }) : void 0,
|
|
826
866
|
partsOfPost: entity.partsOfPost ? processHasManyClear({ sync: (_e = entity.partsOfPost) == null ? void 0 : _e.map((ent) => postToInput(ent)) }) : void 0,
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
partsOfMedia: entity.partsOfMedia ? processHasManyClear({ sync: (_m = entity.partsOfMedia) == null ? void 0 : _m.map((ent) => mediaToInput(ent)) }) : void 0,
|
|
835
|
-
langs: entity.langs ? processHasManyClear({ sync: (_n = entity.langs) == null ? void 0 : _n.map((ent) => langToInput(ent)) }) : void 0,
|
|
867
|
+
partsOfPostCategory: entity.partsOfPostCategory ? processHasManyClear({ sync: (_f = entity.partsOfPostCategory) == null ? void 0 : _f.map((ent) => postCategoryToInput(ent)) }) : void 0,
|
|
868
|
+
partsOfTag: entity.partsOfTag ? processHasManyClear({ sync: (_g = entity.partsOfTag) == null ? void 0 : _g.map((ent) => tagToInput(ent)) }) : void 0,
|
|
869
|
+
partsOfCustomer: entity.partsOfCustomer ? processHasManyClear({ sync: (_h = entity.partsOfCustomer) == null ? void 0 : _h.map((ent) => customerToInput(ent)) }) : void 0,
|
|
870
|
+
partsOfProductCategory: entity.partsOfProductCategory ? processHasManyClear({ sync: (_i = entity.partsOfProductCategory) == null ? void 0 : _i.map((ent) => productCategoryToInput(ent)) }) : void 0,
|
|
871
|
+
partsOfSpamFilterRule: entity.partsOfSpamFilterRule ? processHasManyClear({ sync: (_j = entity.partsOfSpamFilterRule) == null ? void 0 : _j.map((ent) => spamFilterRuleToInput(ent)) }) : void 0,
|
|
872
|
+
partsOfMedia: entity.partsOfMedia ? processHasManyClear({ sync: (_k = entity.partsOfMedia) == null ? void 0 : _k.map((ent) => mediaToInput(ent)) }) : void 0,
|
|
873
|
+
langs: entity.langs ? processHasManyClear({ sync: (_l = entity.langs) == null ? void 0 : _l.map((ent) => langToInput(ent)) }) : void 0,
|
|
836
874
|
baseLang: entity.baseLang ? processHasOneClear({ sync: langToInput(entity.baseLang) }) : void 0,
|
|
837
|
-
themes: entity.themes ? processHasManyClear({ sync: (
|
|
875
|
+
themes: entity.themes ? processHasManyClear({ sync: (_m = entity.themes) == null ? void 0 : _m.map((ent) => themeBranchToInput(ent)) }) : void 0,
|
|
838
876
|
analyticsConfig: entity.analyticsConfig ? processHasOneClear({ sync: analyticsConfigToInput(entity.analyticsConfig) }) : void 0,
|
|
839
877
|
settings: entity.settings ? processHasOneClear({ sync: websiteSettingsToInput(entity.settings) }) : void 0,
|
|
840
|
-
changelogs: entity.changelogs ? processHasManyClear({ sync: (
|
|
841
|
-
searchIndexes: entity.searchIndexes ? processHasManyClear({ sync: (
|
|
842
|
-
|
|
843
|
-
|
|
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
|
|
844
884
|
};
|
|
845
885
|
};
|
|
846
886
|
const websiteToInput = (entity) => {
|
|
847
|
-
const { usersAggregate, partsOfMediaFolderAggregate, partsOfEnquiryAggregate, partsOfProductAggregate, partsOfPostAggregate,
|
|
887
|
+
const { usersAggregate, partsOfMediaFolderAggregate, partsOfEnquiryAggregate, partsOfProductAggregate, partsOfPostAggregate, partsOfPostCategoryAggregate, partsOfTagAggregate, partsOfCustomerAggregate, partsOfProductCategoryAggregate, partsOfSpamFilterRuleAggregate, partsOfMediaAggregate, langsAggregate, themesAggregate, changelogsAggregate, searchIndexesAggregate, bulletinsAggregate, snapshotsAggregate, userOperationsAggregate, ...rest } = entity;
|
|
848
888
|
return {
|
|
849
889
|
...rest,
|
|
850
890
|
websiteType: convertHasOneToInput(entity.websiteType),
|
|
@@ -854,8 +894,6 @@ const websiteToInput = (entity) => {
|
|
|
854
894
|
partsOfEnquiry: convertHasManyToInput(entity.partsOfEnquiry),
|
|
855
895
|
partsOfProduct: convertHasManyToInput(entity.partsOfProduct),
|
|
856
896
|
partsOfPost: convertHasManyToInput(entity.partsOfPost),
|
|
857
|
-
partsOfSolution: convertHasManyToInput(entity.partsOfSolution),
|
|
858
|
-
partsOfCustomerCase: convertHasManyToInput(entity.partsOfCustomerCase),
|
|
859
897
|
partsOfPostCategory: convertHasManyToInput(entity.partsOfPostCategory),
|
|
860
898
|
partsOfTag: convertHasManyToInput(entity.partsOfTag),
|
|
861
899
|
partsOfCustomer: convertHasManyToInput(entity.partsOfCustomer),
|
|
@@ -869,8 +907,10 @@ const websiteToInput = (entity) => {
|
|
|
869
907
|
settings: convertHasOneToInput(entity.settings),
|
|
870
908
|
changelogs: convertHasManyToInput(entity.changelogs),
|
|
871
909
|
searchIndexes: convertHasManyToInput(entity.searchIndexes),
|
|
872
|
-
|
|
873
|
-
|
|
910
|
+
bulletins: convertHasManyToInput(entity.bulletins),
|
|
911
|
+
snapshots: convertHasManyToInput(entity.snapshots),
|
|
912
|
+
userOperations: convertHasManyToInput(entity.userOperations),
|
|
913
|
+
mockBranch: convertHasOneToInput(entity.mockBranch)
|
|
874
914
|
};
|
|
875
915
|
};
|
|
876
916
|
const customerToInputCascade = (entity) => {
|
|
@@ -893,54 +933,55 @@ const customerToInput = (entity) => {
|
|
|
893
933
|
};
|
|
894
934
|
};
|
|
895
935
|
const enquiryToInputCascade = (entity) => {
|
|
936
|
+
var _a;
|
|
937
|
+
const { attachmentsAggregate, ...rest } = entity;
|
|
896
938
|
return {
|
|
897
|
-
...
|
|
939
|
+
...rest,
|
|
898
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,
|
|
899
942
|
customer: entity.customer ? processHasOneClear({ sync: customerToInput(entity.customer) }) : void 0,
|
|
900
943
|
website: entity.website ? processHasOneClear({ sync: websiteToInput(entity.website) }) : void 0
|
|
901
944
|
};
|
|
902
945
|
};
|
|
903
946
|
const enquiryToInput = (entity) => {
|
|
947
|
+
const { attachmentsAggregate, ...rest } = entity;
|
|
904
948
|
return {
|
|
905
|
-
...
|
|
949
|
+
...rest,
|
|
906
950
|
lang: convertHasOneToInput(entity.lang),
|
|
951
|
+
attachments: convertHasManyToInput(entity.attachments),
|
|
907
952
|
customer: convertHasOneToInput(entity.customer),
|
|
908
953
|
website: convertHasOneToInput(entity.website)
|
|
909
954
|
};
|
|
910
955
|
};
|
|
911
956
|
const langToInputCascade = (entity) => {
|
|
912
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l, _m, _n
|
|
913
|
-
const { webPartsOfMediaFolderAggregate, webPartsOfEnquiryAggregate, webPartsOfProductAggregate, webPartsOfPostAggregate,
|
|
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;
|
|
914
959
|
return {
|
|
915
960
|
...rest,
|
|
916
961
|
webPartsOfMediaFolder: entity.webPartsOfMediaFolder ? processHasManyClear({ sync: (_a = entity.webPartsOfMediaFolder) == null ? void 0 : _a.map((ent) => mediaFolderToInput(ent)) }) : void 0,
|
|
917
962
|
webPartsOfEnquiry: entity.webPartsOfEnquiry ? processHasManyClear({ sync: (_b = entity.webPartsOfEnquiry) == null ? void 0 : _b.map((ent) => enquiryToInput(ent)) }) : void 0,
|
|
918
963
|
webPartsOfProduct: entity.webPartsOfProduct ? processHasManyClear({ sync: (_c = entity.webPartsOfProduct) == null ? void 0 : _c.map((ent) => productToInput(ent)) }) : void 0,
|
|
919
964
|
webPartsOfPost: entity.webPartsOfPost ? processHasManyClear({ sync: (_d = entity.webPartsOfPost) == null ? void 0 : _d.map((ent) => postToInput(ent)) }) : void 0,
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
themes: entity.themes ? processHasManyClear({ sync: (_o = entity.themes) == null ? void 0 : _o.map((ent) => themeToInput(ent)) }) : void 0,
|
|
931
|
-
bulletins: entity.bulletins ? processHasManyClear({ sync: (_p = entity.bulletins) == null ? void 0 : _p.map((ent) => bulletinToInput(ent)) }) : void 0
|
|
965
|
+
webPartsOfPostCategory: entity.webPartsOfPostCategory ? processHasManyClear({ sync: (_e = entity.webPartsOfPostCategory) == null ? void 0 : _e.map((ent) => postCategoryToInput(ent)) }) : void 0,
|
|
966
|
+
webPartsOfTag: entity.webPartsOfTag ? processHasManyClear({ sync: (_f = entity.webPartsOfTag) == null ? void 0 : _f.map((ent) => tagToInput(ent)) }) : void 0,
|
|
967
|
+
webPartsOfCustomer: entity.webPartsOfCustomer ? processHasManyClear({ sync: (_g = entity.webPartsOfCustomer) == null ? void 0 : _g.map((ent) => customerToInput(ent)) }) : void 0,
|
|
968
|
+
webPartsOfProductCategory: entity.webPartsOfProductCategory ? processHasManyClear({ sync: (_h = entity.webPartsOfProductCategory) == null ? void 0 : _h.map((ent) => productCategoryToInput(ent)) }) : void 0,
|
|
969
|
+
webPartsOfSpamFilterRule: entity.webPartsOfSpamFilterRule ? processHasManyClear({ sync: (_i = entity.webPartsOfSpamFilterRule) == null ? void 0 : _i.map((ent) => spamFilterRuleToInput(ent)) }) : void 0,
|
|
970
|
+
webPartsOfMedia: entity.webPartsOfMedia ? processHasManyClear({ sync: (_j = entity.webPartsOfMedia) == null ? void 0 : _j.map((ent) => mediaToInput(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
|
|
932
975
|
};
|
|
933
976
|
};
|
|
934
977
|
const langToInput = (entity) => {
|
|
935
|
-
const { webPartsOfMediaFolderAggregate, webPartsOfEnquiryAggregate, webPartsOfProductAggregate, webPartsOfPostAggregate,
|
|
978
|
+
const { webPartsOfMediaFolderAggregate, webPartsOfEnquiryAggregate, webPartsOfProductAggregate, webPartsOfPostAggregate, webPartsOfPostCategoryAggregate, webPartsOfTagAggregate, webPartsOfCustomerAggregate, webPartsOfProductCategoryAggregate, webPartsOfSpamFilterRuleAggregate, webPartsOfMediaAggregate, websitesAggregate, baseLangOfAggregate, themesAggregate, bulletinsAggregate, ...rest } = entity;
|
|
936
979
|
return {
|
|
937
980
|
...rest,
|
|
938
981
|
webPartsOfMediaFolder: convertHasManyToInput(entity.webPartsOfMediaFolder),
|
|
939
982
|
webPartsOfEnquiry: convertHasManyToInput(entity.webPartsOfEnquiry),
|
|
940
983
|
webPartsOfProduct: convertHasManyToInput(entity.webPartsOfProduct),
|
|
941
984
|
webPartsOfPost: convertHasManyToInput(entity.webPartsOfPost),
|
|
942
|
-
webPartsOfSolution: convertHasManyToInput(entity.webPartsOfSolution),
|
|
943
|
-
webPartsOfCustomerCase: convertHasManyToInput(entity.webPartsOfCustomerCase),
|
|
944
985
|
webPartsOfPostCategory: convertHasManyToInput(entity.webPartsOfPostCategory),
|
|
945
986
|
webPartsOfTag: convertHasManyToInput(entity.webPartsOfTag),
|
|
946
987
|
webPartsOfCustomer: convertHasManyToInput(entity.webPartsOfCustomer),
|
|
@@ -977,8 +1018,8 @@ const mediaFolderToInput = (entity) => {
|
|
|
977
1018
|
};
|
|
978
1019
|
};
|
|
979
1020
|
const mediaToInputCascade = (entity) => {
|
|
980
|
-
var _a, _b, _c, _d, _e, _f, _g, _h;
|
|
981
|
-
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;
|
|
982
1023
|
return {
|
|
983
1024
|
...rest,
|
|
984
1025
|
folder: entity.folder ? processHasOneClear({ sync: mediaFolderToInput(entity.folder) }) : void 0,
|
|
@@ -989,15 +1030,20 @@ const mediaToInputCascade = (entity) => {
|
|
|
989
1030
|
productMediaPivots: entity.productMediaPivots ? processHasManyClear({ sync: (_c = entity.productMediaPivots) == null ? void 0 : _c.map((ent) => mediaOnProductToInput(ent)) }) : void 0,
|
|
990
1031
|
productAttacPivots: entity.productAttacPivots ? processHasManyClear({ sync: (_d = entity.productAttacPivots) == null ? void 0 : _d.map((ent) => attachmentOnProductToInput(ent)) }) : void 0,
|
|
991
1032
|
website: entity.website ? processHasOneClear({ sync: websiteToInput(entity.website) }) : void 0,
|
|
992
|
-
coverOfTheme: entity.coverOfTheme ? processHasManyClear({ sync: (_e = entity.coverOfTheme) == null ? void 0 : _e.map((ent) => themeToInput(ent)) }) : void 0,
|
|
993
1033
|
postCategory: entity.postCategory ? processHasOneClear({ sync: postCategoryToInput(entity.postCategory) }) : void 0,
|
|
994
|
-
usedByThemConfig: entity.usedByThemConfig ? processHasManyClear({ sync: (
|
|
995
|
-
pageMeta: entity.pageMeta ? processHasManyClear({ sync: (
|
|
996
|
-
searchIndex: entity.searchIndex ? processHasManyClear({ sync: (
|
|
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
|
|
997
1043
|
};
|
|
998
1044
|
};
|
|
999
1045
|
const mediaToInput = (entity) => {
|
|
1000
|
-
const { file, coverOfAggregate, meidaOfProductAggregate, productMediaPivotsAggregate, productAttacPivotsAggregate,
|
|
1046
|
+
const { file, coverOfAggregate, meidaOfProductAggregate, productMediaPivotsAggregate, productAttacPivotsAggregate, usedByThemConfigAggregate, pageMetaAggregate, searchIndexAggregate, snapshotAggregate, coverOfComponentAggregate, coverOfSectionTemplateAggregate, ...rest } = entity;
|
|
1001
1047
|
return {
|
|
1002
1048
|
...rest,
|
|
1003
1049
|
folder: convertHasOneToInput(entity.folder),
|
|
@@ -1008,33 +1054,42 @@ const mediaToInput = (entity) => {
|
|
|
1008
1054
|
productMediaPivots: convertHasManyToInput(entity.productMediaPivots),
|
|
1009
1055
|
productAttacPivots: convertHasManyToInput(entity.productAttacPivots),
|
|
1010
1056
|
website: convertHasOneToInput(entity.website),
|
|
1011
|
-
coverOfTheme: convertHasManyToInput(entity.coverOfTheme),
|
|
1012
1057
|
postCategory: convertHasOneToInput(entity.postCategory),
|
|
1013
1058
|
usedByThemConfig: convertHasManyToInput(entity.usedByThemConfig),
|
|
1014
1059
|
pageMeta: convertHasManyToInput(entity.pageMeta),
|
|
1015
|
-
searchIndex: convertHasManyToInput(entity.searchIndex)
|
|
1060
|
+
searchIndex: convertHasManyToInput(entity.searchIndex),
|
|
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)
|
|
1016
1067
|
};
|
|
1017
1068
|
};
|
|
1018
1069
|
const userToInputCascade = (entity) => {
|
|
1019
|
-
var _a, _b, _c, _d;
|
|
1020
|
-
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;
|
|
1021
1072
|
return {
|
|
1022
1073
|
...rest,
|
|
1023
1074
|
roles: entity.roles ? processHasManyClear({ sync: (_a = entity.roles) == null ? void 0 : _a.map((ent) => roleToInput(ent)) }) : void 0,
|
|
1024
1075
|
avatar: entity.avatar ? processHasOneClear({ sync: mediaToInput(entity.avatar) }) : void 0,
|
|
1025
1076
|
products: entity.products ? processHasManyClear({ sync: (_b = entity.products) == null ? void 0 : _b.map((ent) => productToInput(ent)) }) : void 0,
|
|
1026
|
-
|
|
1027
|
-
|
|
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,
|
|
1028
1081
|
website: entity.website ? processHasOneClear({ sync: websiteToInput(entity.website) }) : void 0
|
|
1029
1082
|
};
|
|
1030
1083
|
};
|
|
1031
1084
|
const userToInput = (entity) => {
|
|
1032
|
-
const { rolesAggregate, productsAggregate, postsAggregate, websitesAggregate, ...rest } = entity;
|
|
1085
|
+
const { rolesAggregate, productsAggregate, operationsAggregate, mediasAggregate, postsAggregate, websitesAggregate, ...rest } = entity;
|
|
1033
1086
|
return {
|
|
1034
1087
|
...rest,
|
|
1035
1088
|
roles: convertHasManyToInput(entity.roles),
|
|
1036
1089
|
avatar: convertHasOneToInput(entity.avatar),
|
|
1037
1090
|
products: convertHasManyToInput(entity.products),
|
|
1091
|
+
operations: convertHasManyToInput(entity.operations),
|
|
1092
|
+
medias: convertHasManyToInput(entity.medias),
|
|
1038
1093
|
posts: convertHasManyToInput(entity.posts),
|
|
1039
1094
|
websites: convertHasManyToInput(entity.websites),
|
|
1040
1095
|
website: convertHasOneToInput(entity.website)
|
|
@@ -1089,8 +1144,8 @@ const abilityToInput = (entity) => {
|
|
|
1089
1144
|
};
|
|
1090
1145
|
var AbilityDistinctEnum = /* @__PURE__ */ ((AbilityDistinctEnum2) => {
|
|
1091
1146
|
AbilityDistinctEnum2["id"] = "id";
|
|
1092
|
-
AbilityDistinctEnum2["
|
|
1093
|
-
AbilityDistinctEnum2["
|
|
1147
|
+
AbilityDistinctEnum2["entityName"] = "entityName";
|
|
1148
|
+
AbilityDistinctEnum2["columnName"] = "columnName";
|
|
1094
1149
|
AbilityDistinctEnum2["can"] = "can";
|
|
1095
1150
|
AbilityDistinctEnum2["expression"] = "expression";
|
|
1096
1151
|
AbilityDistinctEnum2["abilityType"] = "abilityType";
|
|
@@ -1105,10 +1160,31 @@ var AbilityType = /* @__PURE__ */ ((AbilityType2) => {
|
|
|
1105
1160
|
AbilityType2["expand"] = "expand";
|
|
1106
1161
|
return AbilityType2;
|
|
1107
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 || {});
|
|
1108
1183
|
const MediaEntityName = "Media";
|
|
1109
1184
|
const MediaEntityLabel = "";
|
|
1110
1185
|
var MediaDistinctEnum = /* @__PURE__ */ ((MediaDistinctEnum2) => {
|
|
1111
1186
|
MediaDistinctEnum2["id"] = "id";
|
|
1187
|
+
MediaDistinctEnum2["mediaRef"] = "mediaRef";
|
|
1112
1188
|
MediaDistinctEnum2["name"] = "name";
|
|
1113
1189
|
MediaDistinctEnum2["size"] = "size";
|
|
1114
1190
|
MediaDistinctEnum2["mimeType"] = "mimeType";
|
|
@@ -1118,7 +1194,11 @@ var MediaDistinctEnum = /* @__PURE__ */ ((MediaDistinctEnum2) => {
|
|
|
1118
1194
|
MediaDistinctEnum2["createdAt"] = "createdAt";
|
|
1119
1195
|
MediaDistinctEnum2["updatedAt"] = "updatedAt";
|
|
1120
1196
|
MediaDistinctEnum2["mediaType"] = "mediaType";
|
|
1197
|
+
MediaDistinctEnum2["resource"] = "resource";
|
|
1198
|
+
MediaDistinctEnum2["storageType"] = "storageType";
|
|
1121
1199
|
MediaDistinctEnum2["content"] = "content";
|
|
1200
|
+
MediaDistinctEnum2["isDeleted"] = "isDeleted";
|
|
1201
|
+
MediaDistinctEnum2["deletedAt"] = "deletedAt";
|
|
1122
1202
|
return MediaDistinctEnum2;
|
|
1123
1203
|
})(MediaDistinctEnum || {});
|
|
1124
1204
|
var MediaType = /* @__PURE__ */ ((MediaType2) => {
|
|
@@ -1163,6 +1243,22 @@ var MailType = /* @__PURE__ */ ((MailType2) => {
|
|
|
1163
1243
|
MailType2["notice"] = "notice";
|
|
1164
1244
|
return MailType2;
|
|
1165
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 || {});
|
|
1166
1262
|
const WebsiteEntityName = "Website";
|
|
1167
1263
|
const WebsiteEntityLabel = "站点";
|
|
1168
1264
|
var WebsiteDistinctEnum = /* @__PURE__ */ ((WebsiteDistinctEnum2) => {
|
|
@@ -1240,6 +1336,8 @@ var PostDistinctEnum = /* @__PURE__ */ ((PostDistinctEnum2) => {
|
|
|
1240
1336
|
PostDistinctEnum2["content"] = "content";
|
|
1241
1337
|
PostDistinctEnum2["slug"] = "slug";
|
|
1242
1338
|
PostDistinctEnum2["description"] = "description";
|
|
1339
|
+
PostDistinctEnum2["isDeleted"] = "isDeleted";
|
|
1340
|
+
PostDistinctEnum2["deletedAt"] = "deletedAt";
|
|
1243
1341
|
return PostDistinctEnum2;
|
|
1244
1342
|
})(PostDistinctEnum || {});
|
|
1245
1343
|
const ProductEntityName = "Product";
|
|
@@ -1265,6 +1363,8 @@ var ProductDistinctEnum = /* @__PURE__ */ ((ProductDistinctEnum2) => {
|
|
|
1265
1363
|
ProductDistinctEnum2["content"] = "content";
|
|
1266
1364
|
ProductDistinctEnum2["slug"] = "slug";
|
|
1267
1365
|
ProductDistinctEnum2["description"] = "description";
|
|
1366
|
+
ProductDistinctEnum2["isDeleted"] = "isDeleted";
|
|
1367
|
+
ProductDistinctEnum2["deletedAt"] = "deletedAt";
|
|
1268
1368
|
return ProductDistinctEnum2;
|
|
1269
1369
|
})(ProductDistinctEnum || {});
|
|
1270
1370
|
const EnquiryEntityName = "Enquiry";
|
|
@@ -1283,6 +1383,10 @@ var EnquiryDistinctEnum = /* @__PURE__ */ ((EnquiryDistinctEnum2) => {
|
|
|
1283
1383
|
EnquiryDistinctEnum2["read"] = "read";
|
|
1284
1384
|
EnquiryDistinctEnum2["spam"] = "spam";
|
|
1285
1385
|
EnquiryDistinctEnum2["mobile"] = "mobile";
|
|
1386
|
+
EnquiryDistinctEnum2["visitorId"] = "visitorId";
|
|
1387
|
+
EnquiryDistinctEnum2["sessionId"] = "sessionId";
|
|
1388
|
+
EnquiryDistinctEnum2["extends"] = "extends";
|
|
1389
|
+
EnquiryDistinctEnum2["type"] = "type";
|
|
1286
1390
|
EnquiryDistinctEnum2["createdAt"] = "createdAt";
|
|
1287
1391
|
EnquiryDistinctEnum2["updatedAt"] = "updatedAt";
|
|
1288
1392
|
EnquiryDistinctEnum2["content"] = "content";
|
|
@@ -1302,21 +1406,20 @@ var WebsiteSettingsDistinctEnum = /* @__PURE__ */ ((WebsiteSettingsDistinctEnum2
|
|
|
1302
1406
|
WebsiteSettingsDistinctEnum2["deployConfig"] = "deployConfig";
|
|
1303
1407
|
return WebsiteSettingsDistinctEnum2;
|
|
1304
1408
|
})(WebsiteSettingsDistinctEnum || {});
|
|
1305
|
-
const
|
|
1306
|
-
const
|
|
1307
|
-
var
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
})(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 || {});
|
|
1320
1423
|
const MediaFolderEntityName = "MediaFolder";
|
|
1321
1424
|
const MediaFolderEntityLabel = "媒体分类";
|
|
1322
1425
|
var MediaFolderDistinctEnum = /* @__PURE__ */ ((MediaFolderDistinctEnum2) => {
|
|
@@ -1468,6 +1571,8 @@ var PageType = /* @__PURE__ */ ((PageType2) => {
|
|
|
1468
1571
|
PageType2["Thanks"] = "Thanks";
|
|
1469
1572
|
PageType2["PostList"] = "PostList";
|
|
1470
1573
|
PageType2["ProductList"] = "ProductList";
|
|
1574
|
+
PageType2["AskForQuote"] = "AskForQuote";
|
|
1575
|
+
PageType2["CustomizedApi"] = "CustomizedApi";
|
|
1471
1576
|
return PageType2;
|
|
1472
1577
|
})(PageType || {});
|
|
1473
1578
|
const ProductCategoryEntityName = "ProductCategory";
|
|
@@ -1540,6 +1645,9 @@ var FrontComponentDistinctEnum = /* @__PURE__ */ ((FrontComponentDistinctEnum2)
|
|
|
1540
1645
|
FrontComponentDistinctEnum2["isInMarket"] = "isInMarket";
|
|
1541
1646
|
FrontComponentDistinctEnum2["code"] = "code";
|
|
1542
1647
|
FrontComponentDistinctEnum2["description"] = "description";
|
|
1648
|
+
FrontComponentDistinctEnum2["parentId"] = "parentId";
|
|
1649
|
+
FrontComponentDistinctEnum2["isSectionBlock"] = "isSectionBlock";
|
|
1650
|
+
FrontComponentDistinctEnum2["complieResult"] = "complieResult";
|
|
1543
1651
|
return FrontComponentDistinctEnum2;
|
|
1544
1652
|
})(FrontComponentDistinctEnum || {});
|
|
1545
1653
|
const ComponentCategoryEntityName = "ComponentCategory";
|
|
@@ -1551,6 +1659,7 @@ var ComponentCategoryDistinctEnum = /* @__PURE__ */ ((ComponentCategoryDistinctE
|
|
|
1551
1659
|
ComponentCategoryDistinctEnum2["updatedAt"] = "updatedAt";
|
|
1552
1660
|
ComponentCategoryDistinctEnum2["createdAt"] = "createdAt";
|
|
1553
1661
|
ComponentCategoryDistinctEnum2["isInMarket"] = "isInMarket";
|
|
1662
|
+
ComponentCategoryDistinctEnum2["isSectionBlock"] = "isSectionBlock";
|
|
1554
1663
|
return ComponentCategoryDistinctEnum2;
|
|
1555
1664
|
})(ComponentCategoryDistinctEnum || {});
|
|
1556
1665
|
var MarketableDistinctEnum = /* @__PURE__ */ ((MarketableDistinctEnum2) => {
|
|
@@ -1819,36 +1928,6 @@ var NotificationType = /* @__PURE__ */ ((NotificationType2) => {
|
|
|
1819
1928
|
NotificationType2["update"] = "update";
|
|
1820
1929
|
return NotificationType2;
|
|
1821
1930
|
})(NotificationType || {});
|
|
1822
|
-
const CustomerCaseEntityName = "CustomerCase";
|
|
1823
|
-
const CustomerCaseEntityLabel = "";
|
|
1824
|
-
var CustomerCaseDistinctEnum = /* @__PURE__ */ ((CustomerCaseDistinctEnum2) => {
|
|
1825
|
-
CustomerCaseDistinctEnum2["id"] = "id";
|
|
1826
|
-
CustomerCaseDistinctEnum2["publishedAt"] = "publishedAt";
|
|
1827
|
-
CustomerCaseDistinctEnum2["status"] = "status";
|
|
1828
|
-
CustomerCaseDistinctEnum2["title"] = "title";
|
|
1829
|
-
CustomerCaseDistinctEnum2["extends"] = "extends";
|
|
1830
|
-
CustomerCaseDistinctEnum2["createdAt"] = "createdAt";
|
|
1831
|
-
CustomerCaseDistinctEnum2["updatedAt"] = "updatedAt";
|
|
1832
|
-
CustomerCaseDistinctEnum2["content"] = "content";
|
|
1833
|
-
CustomerCaseDistinctEnum2["slug"] = "slug";
|
|
1834
|
-
CustomerCaseDistinctEnum2["description"] = "description";
|
|
1835
|
-
return CustomerCaseDistinctEnum2;
|
|
1836
|
-
})(CustomerCaseDistinctEnum || {});
|
|
1837
|
-
const SolutionEntityName = "Solution";
|
|
1838
|
-
const SolutionEntityLabel = "";
|
|
1839
|
-
var SolutionDistinctEnum = /* @__PURE__ */ ((SolutionDistinctEnum2) => {
|
|
1840
|
-
SolutionDistinctEnum2["id"] = "id";
|
|
1841
|
-
SolutionDistinctEnum2["publishedAt"] = "publishedAt";
|
|
1842
|
-
SolutionDistinctEnum2["status"] = "status";
|
|
1843
|
-
SolutionDistinctEnum2["title"] = "title";
|
|
1844
|
-
SolutionDistinctEnum2["extends"] = "extends";
|
|
1845
|
-
SolutionDistinctEnum2["createdAt"] = "createdAt";
|
|
1846
|
-
SolutionDistinctEnum2["updatedAt"] = "updatedAt";
|
|
1847
|
-
SolutionDistinctEnum2["content"] = "content";
|
|
1848
|
-
SolutionDistinctEnum2["slug"] = "slug";
|
|
1849
|
-
SolutionDistinctEnum2["description"] = "description";
|
|
1850
|
-
return SolutionDistinctEnum2;
|
|
1851
|
-
})(SolutionDistinctEnum || {});
|
|
1852
1931
|
const FAQEntityName = "FAQ";
|
|
1853
1932
|
const FAQEntityLabel = "";
|
|
1854
1933
|
var FAQDistinctEnum = /* @__PURE__ */ ((FAQDistinctEnum2) => {
|
|
@@ -1857,6 +1936,7 @@ var FAQDistinctEnum = /* @__PURE__ */ ((FAQDistinctEnum2) => {
|
|
|
1857
1936
|
FAQDistinctEnum2["answer"] = "answer";
|
|
1858
1937
|
FAQDistinctEnum2["createdAt"] = "createdAt";
|
|
1859
1938
|
FAQDistinctEnum2["updatedAt"] = "updatedAt";
|
|
1939
|
+
FAQDistinctEnum2["seqValue"] = "seqValue";
|
|
1860
1940
|
return FAQDistinctEnum2;
|
|
1861
1941
|
})(FAQDistinctEnum || {});
|
|
1862
1942
|
const BulletinEntityName = "Bulletin";
|
|
@@ -1878,6 +1958,120 @@ var ProductRelatedPivotDistinctEnum = /* @__PURE__ */ ((ProductRelatedPivotDisti
|
|
|
1878
1958
|
ProductRelatedPivotDistinctEnum2["seqValue"] = "seqValue";
|
|
1879
1959
|
return ProductRelatedPivotDistinctEnum2;
|
|
1880
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
|
+
}
|
|
1881
2075
|
class RoleQueryOptions extends QueryOptions {
|
|
1882
2076
|
constructor(fields, queryArgs) {
|
|
1883
2077
|
super(RoleEntityName, fields, queryArgs);
|
|
@@ -1906,6 +2100,18 @@ class RoleQueryOptions extends QueryOptions {
|
|
|
1906
2100
|
this.addField("updatedAt");
|
|
1907
2101
|
return this;
|
|
1908
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
|
+
}
|
|
1909
2115
|
users(options) {
|
|
1910
2116
|
if (Array.isArray(options)) {
|
|
1911
2117
|
this._associations["users"] = new UserQueryOptions(options);
|
|
@@ -2109,6 +2315,10 @@ class ComponentCategoryQueryOptions extends QueryOptions {
|
|
|
2109
2315
|
this.addField("isInMarket");
|
|
2110
2316
|
return this;
|
|
2111
2317
|
}
|
|
2318
|
+
isSectionBlock() {
|
|
2319
|
+
this.addField("isSectionBlock");
|
|
2320
|
+
return this;
|
|
2321
|
+
}
|
|
2112
2322
|
components(options) {
|
|
2113
2323
|
if (Array.isArray(options)) {
|
|
2114
2324
|
this._associations["components"] = new FrontComponentQueryOptions(options);
|
|
@@ -2123,9 +2333,9 @@ class ComponentCategoryQueryOptions extends QueryOptions {
|
|
|
2123
2333
|
}
|
|
2124
2334
|
theme(options) {
|
|
2125
2335
|
if (Array.isArray(options)) {
|
|
2126
|
-
this._associations["theme"] = new
|
|
2336
|
+
this._associations["theme"] = new ThemeBranchQueryOptions(options);
|
|
2127
2337
|
} else {
|
|
2128
|
-
this._associations["theme"] = options || new
|
|
2338
|
+
this._associations["theme"] = options || new ThemeBranchQueryOptions(["id"]);
|
|
2129
2339
|
}
|
|
2130
2340
|
return this;
|
|
2131
2341
|
}
|
|
@@ -2186,6 +2396,29 @@ class FrontComponentQueryOptions extends QueryOptions {
|
|
|
2186
2396
|
this.addField("description");
|
|
2187
2397
|
return this;
|
|
2188
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
|
+
}
|
|
2189
2422
|
category(options) {
|
|
2190
2423
|
if (Array.isArray(options)) {
|
|
2191
2424
|
this._associations["category"] = new ComponentCategoryQueryOptions(options);
|
|
@@ -2196,9 +2429,9 @@ class FrontComponentQueryOptions extends QueryOptions {
|
|
|
2196
2429
|
}
|
|
2197
2430
|
theme(options) {
|
|
2198
2431
|
if (Array.isArray(options)) {
|
|
2199
|
-
this._associations["theme"] = new
|
|
2432
|
+
this._associations["theme"] = new ThemeBranchQueryOptions(options);
|
|
2200
2433
|
} else {
|
|
2201
|
-
this._associations["theme"] = options || new
|
|
2434
|
+
this._associations["theme"] = options || new ThemeBranchQueryOptions(["id"]);
|
|
2202
2435
|
}
|
|
2203
2436
|
return this;
|
|
2204
2437
|
}
|
|
@@ -2289,9 +2522,9 @@ class ThemeConfigQueryOptions extends QueryOptions {
|
|
|
2289
2522
|
}
|
|
2290
2523
|
theme(options) {
|
|
2291
2524
|
if (Array.isArray(options)) {
|
|
2292
|
-
this._associations["theme"] = new
|
|
2525
|
+
this._associations["theme"] = new ThemeBranchQueryOptions(options);
|
|
2293
2526
|
} else {
|
|
2294
|
-
this._associations["theme"] = options || new
|
|
2527
|
+
this._associations["theme"] = options || new ThemeBranchQueryOptions(["id"]);
|
|
2295
2528
|
}
|
|
2296
2529
|
return this;
|
|
2297
2530
|
}
|
|
@@ -2338,9 +2571,9 @@ class TemplateCategoryQueryOptions extends QueryOptions {
|
|
|
2338
2571
|
}
|
|
2339
2572
|
theme(options) {
|
|
2340
2573
|
if (Array.isArray(options)) {
|
|
2341
|
-
this._associations["theme"] = new
|
|
2574
|
+
this._associations["theme"] = new ThemeBranchQueryOptions(options);
|
|
2342
2575
|
} else {
|
|
2343
|
-
this._associations["theme"] = options || new
|
|
2576
|
+
this._associations["theme"] = options || new ThemeBranchQueryOptions(["id"]);
|
|
2344
2577
|
}
|
|
2345
2578
|
return this;
|
|
2346
2579
|
}
|
|
@@ -2377,6 +2610,14 @@ class SectionTemplateQueryOptions extends QueryOptions {
|
|
|
2377
2610
|
this.addField("updatedAt");
|
|
2378
2611
|
return this;
|
|
2379
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
|
+
}
|
|
2380
2621
|
category(options) {
|
|
2381
2622
|
if (Array.isArray(options)) {
|
|
2382
2623
|
this._associations["category"] = new TemplateCategoryQueryOptions(options);
|
|
@@ -2387,9 +2628,9 @@ class SectionTemplateQueryOptions extends QueryOptions {
|
|
|
2387
2628
|
}
|
|
2388
2629
|
theme(options) {
|
|
2389
2630
|
if (Array.isArray(options)) {
|
|
2390
|
-
this._associations["theme"] = new
|
|
2631
|
+
this._associations["theme"] = new ThemeBranchQueryOptions(options);
|
|
2391
2632
|
} else {
|
|
2392
|
-
this._associations["theme"] = options || new
|
|
2633
|
+
this._associations["theme"] = options || new ThemeBranchQueryOptions(["id"]);
|
|
2393
2634
|
}
|
|
2394
2635
|
return this;
|
|
2395
2636
|
}
|
|
@@ -2436,9 +2677,9 @@ class StyleConfigQueryOptions extends QueryOptions {
|
|
|
2436
2677
|
}
|
|
2437
2678
|
theme(options) {
|
|
2438
2679
|
if (Array.isArray(options)) {
|
|
2439
|
-
this._associations["theme"] = new
|
|
2680
|
+
this._associations["theme"] = new ThemeBranchQueryOptions(options);
|
|
2440
2681
|
} else {
|
|
2441
|
-
this._associations["theme"] = options || new
|
|
2682
|
+
this._associations["theme"] = options || new ThemeBranchQueryOptions(["id"]);
|
|
2442
2683
|
}
|
|
2443
2684
|
return this;
|
|
2444
2685
|
}
|
|
@@ -2498,9 +2739,9 @@ class ThemeVersionQueryOptions extends QueryOptions {
|
|
|
2498
2739
|
}
|
|
2499
2740
|
theme(options) {
|
|
2500
2741
|
if (Array.isArray(options)) {
|
|
2501
|
-
this._associations["theme"] = new
|
|
2742
|
+
this._associations["theme"] = new ThemeBranchQueryOptions(options);
|
|
2502
2743
|
} else {
|
|
2503
|
-
this._associations["theme"] = options || new
|
|
2744
|
+
this._associations["theme"] = options || new ThemeBranchQueryOptions(["id"]);
|
|
2504
2745
|
}
|
|
2505
2746
|
return this;
|
|
2506
2747
|
}
|
|
@@ -2566,28 +2807,10 @@ class ThemeQueryOptions extends QueryOptions {
|
|
|
2566
2807
|
this.addField("name");
|
|
2567
2808
|
return this;
|
|
2568
2809
|
}
|
|
2569
|
-
settings() {
|
|
2570
|
-
this.addField("settings");
|
|
2571
|
-
return this;
|
|
2572
|
-
}
|
|
2573
2810
|
description() {
|
|
2574
2811
|
this.addField("description");
|
|
2575
2812
|
return this;
|
|
2576
2813
|
}
|
|
2577
|
-
/**
|
|
2578
|
-
* 是否在主题市场
|
|
2579
|
-
*/
|
|
2580
|
-
isInMarket() {
|
|
2581
|
-
this.addField("isInMarket");
|
|
2582
|
-
return this;
|
|
2583
|
-
}
|
|
2584
|
-
/**
|
|
2585
|
-
* 对应市场母主题ID
|
|
2586
|
-
*/
|
|
2587
|
-
parentThemeId() {
|
|
2588
|
-
this.addField("parentThemeId");
|
|
2589
|
-
return this;
|
|
2590
|
-
}
|
|
2591
2814
|
createdAt() {
|
|
2592
2815
|
this.addField("createdAt");
|
|
2593
2816
|
return this;
|
|
@@ -2596,14 +2819,22 @@ class ThemeQueryOptions extends QueryOptions {
|
|
|
2596
2819
|
this.addField("updatedAt");
|
|
2597
2820
|
return this;
|
|
2598
2821
|
}
|
|
2599
|
-
status() {
|
|
2600
|
-
this.addField("status");
|
|
2601
|
-
return this;
|
|
2602
|
-
}
|
|
2603
2822
|
seqValue() {
|
|
2604
2823
|
this.addField("seqValue");
|
|
2605
2824
|
return this;
|
|
2606
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
|
+
}
|
|
2607
2838
|
cover(options) {
|
|
2608
2839
|
if (Array.isArray(options)) {
|
|
2609
2840
|
this._associations["cover"] = new MediaQueryOptions(options);
|
|
@@ -2612,33 +2843,85 @@ class ThemeQueryOptions extends QueryOptions {
|
|
|
2612
2843
|
}
|
|
2613
2844
|
return this;
|
|
2614
2845
|
}
|
|
2615
|
-
|
|
2846
|
+
category(options) {
|
|
2616
2847
|
if (Array.isArray(options)) {
|
|
2617
|
-
this._associations["
|
|
2848
|
+
this._associations["category"] = new ThemeCategoryQueryOptions(options);
|
|
2618
2849
|
} else {
|
|
2619
|
-
this._associations["
|
|
2850
|
+
this._associations["category"] = options || new ThemeCategoryQueryOptions(["id"]);
|
|
2620
2851
|
}
|
|
2621
2852
|
return this;
|
|
2622
2853
|
}
|
|
2623
|
-
|
|
2624
|
-
|
|
2854
|
+
}
|
|
2855
|
+
class ThemeBranchQueryOptions extends QueryOptions {
|
|
2856
|
+
constructor(fields, queryArgs) {
|
|
2857
|
+
super(ThemeBranchEntityName, fields, queryArgs);
|
|
2858
|
+
}
|
|
2859
|
+
id() {
|
|
2860
|
+
this.addField("id");
|
|
2625
2861
|
return this;
|
|
2626
2862
|
}
|
|
2627
|
-
|
|
2628
|
-
|
|
2629
|
-
this._associations["componentCategories"] = new ComponentCategoryQueryOptions(options);
|
|
2630
|
-
} else {
|
|
2631
|
-
this._associations["componentCategories"] = options || new ComponentCategoryQueryOptions(["id"]);
|
|
2632
|
-
}
|
|
2863
|
+
name() {
|
|
2864
|
+
this.addField("name");
|
|
2633
2865
|
return this;
|
|
2634
2866
|
}
|
|
2635
|
-
|
|
2636
|
-
this.
|
|
2867
|
+
settings() {
|
|
2868
|
+
this.addField("settings");
|
|
2637
2869
|
return this;
|
|
2638
2870
|
}
|
|
2639
|
-
|
|
2640
|
-
|
|
2641
|
-
|
|
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) {
|
|
2907
|
+
this._aggregates["componentsAggregate"] = aggregate;
|
|
2908
|
+
return this;
|
|
2909
|
+
}
|
|
2910
|
+
componentCategories(options) {
|
|
2911
|
+
if (Array.isArray(options)) {
|
|
2912
|
+
this._associations["componentCategories"] = new ComponentCategoryQueryOptions(options);
|
|
2913
|
+
} else {
|
|
2914
|
+
this._associations["componentCategories"] = options || new ComponentCategoryQueryOptions(["id"]);
|
|
2915
|
+
}
|
|
2916
|
+
return this;
|
|
2917
|
+
}
|
|
2918
|
+
componentCategoriesAggregate(aggregate) {
|
|
2919
|
+
this._aggregates["componentCategoriesAggregate"] = aggregate;
|
|
2920
|
+
return this;
|
|
2921
|
+
}
|
|
2922
|
+
pages(options) {
|
|
2923
|
+
if (Array.isArray(options)) {
|
|
2924
|
+
this._associations["pages"] = new PageQueryOptions(options);
|
|
2642
2925
|
} else {
|
|
2643
2926
|
this._associations["pages"] = options || new PageQueryOptions(["id"]);
|
|
2644
2927
|
}
|
|
@@ -2696,6 +2979,14 @@ class ThemeQueryOptions extends QueryOptions {
|
|
|
2696
2979
|
}
|
|
2697
2980
|
return this;
|
|
2698
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
|
+
}
|
|
2699
2990
|
marketVersion(options) {
|
|
2700
2991
|
if (Array.isArray(options)) {
|
|
2701
2992
|
this._associations["marketVersion"] = new ThemeVersionQueryOptions(options);
|
|
@@ -2712,11 +3003,11 @@ class ThemeQueryOptions extends QueryOptions {
|
|
|
2712
3003
|
}
|
|
2713
3004
|
return this;
|
|
2714
3005
|
}
|
|
2715
|
-
|
|
3006
|
+
belongsToMain(options) {
|
|
2716
3007
|
if (Array.isArray(options)) {
|
|
2717
|
-
this._associations["
|
|
3008
|
+
this._associations["belongsToMain"] = new ThemeQueryOptions(options);
|
|
2718
3009
|
} else {
|
|
2719
|
-
this._associations["
|
|
3010
|
+
this._associations["belongsToMain"] = options || new ThemeQueryOptions(["id"]);
|
|
2720
3011
|
}
|
|
2721
3012
|
return this;
|
|
2722
3013
|
}
|
|
@@ -2782,9 +3073,9 @@ class PageQueryOptions extends QueryOptions {
|
|
|
2782
3073
|
}
|
|
2783
3074
|
theme(options) {
|
|
2784
3075
|
if (Array.isArray(options)) {
|
|
2785
|
-
this._associations["theme"] = new
|
|
3076
|
+
this._associations["theme"] = new ThemeBranchQueryOptions(options);
|
|
2786
3077
|
} else {
|
|
2787
|
-
this._associations["theme"] = options || new
|
|
3078
|
+
this._associations["theme"] = options || new ThemeBranchQueryOptions(["id"]);
|
|
2788
3079
|
}
|
|
2789
3080
|
return this;
|
|
2790
3081
|
}
|
|
@@ -3038,6 +3329,14 @@ class PostQueryOptions extends QueryOptions {
|
|
|
3038
3329
|
this.addField("description");
|
|
3039
3330
|
return this;
|
|
3040
3331
|
}
|
|
3332
|
+
isDeleted() {
|
|
3333
|
+
this.addField("isDeleted");
|
|
3334
|
+
return this;
|
|
3335
|
+
}
|
|
3336
|
+
deletedAt() {
|
|
3337
|
+
this.addField("deletedAt");
|
|
3338
|
+
return this;
|
|
3339
|
+
}
|
|
3041
3340
|
tags(options) {
|
|
3042
3341
|
if (Array.isArray(options)) {
|
|
3043
3342
|
this._associations["tags"] = new TagQueryOptions(options);
|
|
@@ -3233,79 +3532,6 @@ class AttachmentOnProductQueryOptions extends QueryOptions {
|
|
|
3233
3532
|
return this;
|
|
3234
3533
|
}
|
|
3235
3534
|
}
|
|
3236
|
-
class SolutionQueryOptions extends QueryOptions {
|
|
3237
|
-
constructor(fields, queryArgs) {
|
|
3238
|
-
super(SolutionEntityName, fields, queryArgs);
|
|
3239
|
-
}
|
|
3240
|
-
id() {
|
|
3241
|
-
this.addField("id");
|
|
3242
|
-
return this;
|
|
3243
|
-
}
|
|
3244
|
-
publishedAt() {
|
|
3245
|
-
this.addField("publishedAt");
|
|
3246
|
-
return this;
|
|
3247
|
-
}
|
|
3248
|
-
status() {
|
|
3249
|
-
this.addField("status");
|
|
3250
|
-
return this;
|
|
3251
|
-
}
|
|
3252
|
-
title() {
|
|
3253
|
-
this.addField("title");
|
|
3254
|
-
return this;
|
|
3255
|
-
}
|
|
3256
|
-
extends() {
|
|
3257
|
-
this.addField("extends");
|
|
3258
|
-
return this;
|
|
3259
|
-
}
|
|
3260
|
-
createdAt() {
|
|
3261
|
-
this.addField("createdAt");
|
|
3262
|
-
return this;
|
|
3263
|
-
}
|
|
3264
|
-
updatedAt() {
|
|
3265
|
-
this.addField("updatedAt");
|
|
3266
|
-
return this;
|
|
3267
|
-
}
|
|
3268
|
-
content() {
|
|
3269
|
-
this.addField("content");
|
|
3270
|
-
return this;
|
|
3271
|
-
}
|
|
3272
|
-
slug() {
|
|
3273
|
-
this.addField("slug");
|
|
3274
|
-
return this;
|
|
3275
|
-
}
|
|
3276
|
-
description() {
|
|
3277
|
-
this.addField("description");
|
|
3278
|
-
return this;
|
|
3279
|
-
}
|
|
3280
|
-
lang(options) {
|
|
3281
|
-
if (Array.isArray(options)) {
|
|
3282
|
-
this._associations["lang"] = new LangQueryOptions(options);
|
|
3283
|
-
} else {
|
|
3284
|
-
this._associations["lang"] = options || new LangQueryOptions(["id"]);
|
|
3285
|
-
}
|
|
3286
|
-
return this;
|
|
3287
|
-
}
|
|
3288
|
-
faqs(options) {
|
|
3289
|
-
if (Array.isArray(options)) {
|
|
3290
|
-
this._associations["faqs"] = new FAQQueryOptions(options);
|
|
3291
|
-
} else {
|
|
3292
|
-
this._associations["faqs"] = options || new FAQQueryOptions(["id"]);
|
|
3293
|
-
}
|
|
3294
|
-
return this;
|
|
3295
|
-
}
|
|
3296
|
-
faqsAggregate(aggregate) {
|
|
3297
|
-
this._aggregates["faqsAggregate"] = aggregate;
|
|
3298
|
-
return this;
|
|
3299
|
-
}
|
|
3300
|
-
website(options) {
|
|
3301
|
-
if (Array.isArray(options)) {
|
|
3302
|
-
this._associations["website"] = new WebsiteQueryOptions(options);
|
|
3303
|
-
} else {
|
|
3304
|
-
this._associations["website"] = options || new WebsiteQueryOptions(["id"]);
|
|
3305
|
-
}
|
|
3306
|
-
return this;
|
|
3307
|
-
}
|
|
3308
|
-
}
|
|
3309
3535
|
class FAQQueryOptions extends QueryOptions {
|
|
3310
3536
|
constructor(fields, queryArgs) {
|
|
3311
3537
|
super(FAQEntityName, fields, queryArgs);
|
|
@@ -3330,12 +3556,8 @@ class FAQQueryOptions extends QueryOptions {
|
|
|
3330
3556
|
this.addField("updatedAt");
|
|
3331
3557
|
return this;
|
|
3332
3558
|
}
|
|
3333
|
-
|
|
3334
|
-
|
|
3335
|
-
this._associations["website"] = new WebsiteQueryOptions(options);
|
|
3336
|
-
} else {
|
|
3337
|
-
this._associations["website"] = options || new WebsiteQueryOptions(["id"]);
|
|
3338
|
-
}
|
|
3559
|
+
seqValue() {
|
|
3560
|
+
this.addField("seqValue");
|
|
3339
3561
|
return this;
|
|
3340
3562
|
}
|
|
3341
3563
|
product(options) {
|
|
@@ -3346,14 +3568,6 @@ class FAQQueryOptions extends QueryOptions {
|
|
|
3346
3568
|
}
|
|
3347
3569
|
return this;
|
|
3348
3570
|
}
|
|
3349
|
-
solution(options) {
|
|
3350
|
-
if (Array.isArray(options)) {
|
|
3351
|
-
this._associations["solution"] = new SolutionQueryOptions(options);
|
|
3352
|
-
} else {
|
|
3353
|
-
this._associations["solution"] = options || new SolutionQueryOptions(["id"]);
|
|
3354
|
-
}
|
|
3355
|
-
return this;
|
|
3356
|
-
}
|
|
3357
3571
|
}
|
|
3358
3572
|
class ProductRelatedPivotQueryOptions extends QueryOptions {
|
|
3359
3573
|
constructor(fields, queryArgs) {
|
|
@@ -3474,6 +3688,14 @@ class ProductQueryOptions extends QueryOptions {
|
|
|
3474
3688
|
this.addField("description");
|
|
3475
3689
|
return this;
|
|
3476
3690
|
}
|
|
3691
|
+
isDeleted() {
|
|
3692
|
+
this.addField("isDeleted");
|
|
3693
|
+
return this;
|
|
3694
|
+
}
|
|
3695
|
+
deletedAt() {
|
|
3696
|
+
this.addField("deletedAt");
|
|
3697
|
+
return this;
|
|
3698
|
+
}
|
|
3477
3699
|
category(options) {
|
|
3478
3700
|
if (Array.isArray(options)) {
|
|
3479
3701
|
this._associations["category"] = new ProductCategoryQueryOptions(options);
|
|
@@ -3582,65 +3804,8 @@ class ProductQueryOptions extends QueryOptions {
|
|
|
3582
3804
|
}
|
|
3583
3805
|
return this;
|
|
3584
3806
|
}
|
|
3585
|
-
|
|
3586
|
-
|
|
3587
|
-
constructor(fields, queryArgs) {
|
|
3588
|
-
super(CustomerCaseEntityName, fields, queryArgs);
|
|
3589
|
-
}
|
|
3590
|
-
id() {
|
|
3591
|
-
this.addField("id");
|
|
3592
|
-
return this;
|
|
3593
|
-
}
|
|
3594
|
-
publishedAt() {
|
|
3595
|
-
this.addField("publishedAt");
|
|
3596
|
-
return this;
|
|
3597
|
-
}
|
|
3598
|
-
status() {
|
|
3599
|
-
this.addField("status");
|
|
3600
|
-
return this;
|
|
3601
|
-
}
|
|
3602
|
-
title() {
|
|
3603
|
-
this.addField("title");
|
|
3604
|
-
return this;
|
|
3605
|
-
}
|
|
3606
|
-
extends() {
|
|
3607
|
-
this.addField("extends");
|
|
3608
|
-
return this;
|
|
3609
|
-
}
|
|
3610
|
-
createdAt() {
|
|
3611
|
-
this.addField("createdAt");
|
|
3612
|
-
return this;
|
|
3613
|
-
}
|
|
3614
|
-
updatedAt() {
|
|
3615
|
-
this.addField("updatedAt");
|
|
3616
|
-
return this;
|
|
3617
|
-
}
|
|
3618
|
-
content() {
|
|
3619
|
-
this.addField("content");
|
|
3620
|
-
return this;
|
|
3621
|
-
}
|
|
3622
|
-
slug() {
|
|
3623
|
-
this.addField("slug");
|
|
3624
|
-
return this;
|
|
3625
|
-
}
|
|
3626
|
-
description() {
|
|
3627
|
-
this.addField("description");
|
|
3628
|
-
return this;
|
|
3629
|
-
}
|
|
3630
|
-
lang(options) {
|
|
3631
|
-
if (Array.isArray(options)) {
|
|
3632
|
-
this._associations["lang"] = new LangQueryOptions(options);
|
|
3633
|
-
} else {
|
|
3634
|
-
this._associations["lang"] = options || new LangQueryOptions(["id"]);
|
|
3635
|
-
}
|
|
3636
|
-
return this;
|
|
3637
|
-
}
|
|
3638
|
-
website(options) {
|
|
3639
|
-
if (Array.isArray(options)) {
|
|
3640
|
-
this._associations["website"] = new WebsiteQueryOptions(options);
|
|
3641
|
-
} else {
|
|
3642
|
-
this._associations["website"] = options || new WebsiteQueryOptions(["id"]);
|
|
3643
|
-
}
|
|
3807
|
+
relatedByPovitAggregate(aggregate) {
|
|
3808
|
+
this._aggregates["relatedByPovitAggregate"] = aggregate;
|
|
3644
3809
|
return this;
|
|
3645
3810
|
}
|
|
3646
3811
|
}
|
|
@@ -3927,6 +4092,84 @@ class BulletinQueryOptions extends QueryOptions {
|
|
|
3927
4092
|
return this;
|
|
3928
4093
|
}
|
|
3929
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
|
+
}
|
|
3930
4173
|
class WebsiteQueryOptions extends QueryOptions {
|
|
3931
4174
|
constructor(fields, queryArgs) {
|
|
3932
4175
|
super(WebsiteEntityName, fields, queryArgs);
|
|
@@ -4068,30 +4311,6 @@ class WebsiteQueryOptions extends QueryOptions {
|
|
|
4068
4311
|
this._aggregates["partsOfPostAggregate"] = aggregate;
|
|
4069
4312
|
return this;
|
|
4070
4313
|
}
|
|
4071
|
-
partsOfSolution(options) {
|
|
4072
|
-
if (Array.isArray(options)) {
|
|
4073
|
-
this._associations["partsOfSolution"] = new SolutionQueryOptions(options);
|
|
4074
|
-
} else {
|
|
4075
|
-
this._associations["partsOfSolution"] = options || new SolutionQueryOptions(["id"]);
|
|
4076
|
-
}
|
|
4077
|
-
return this;
|
|
4078
|
-
}
|
|
4079
|
-
partsOfSolutionAggregate(aggregate) {
|
|
4080
|
-
this._aggregates["partsOfSolutionAggregate"] = aggregate;
|
|
4081
|
-
return this;
|
|
4082
|
-
}
|
|
4083
|
-
partsOfCustomerCase(options) {
|
|
4084
|
-
if (Array.isArray(options)) {
|
|
4085
|
-
this._associations["partsOfCustomerCase"] = new CustomerCaseQueryOptions(options);
|
|
4086
|
-
} else {
|
|
4087
|
-
this._associations["partsOfCustomerCase"] = options || new CustomerCaseQueryOptions(["id"]);
|
|
4088
|
-
}
|
|
4089
|
-
return this;
|
|
4090
|
-
}
|
|
4091
|
-
partsOfCustomerCaseAggregate(aggregate) {
|
|
4092
|
-
this._aggregates["partsOfCustomerCaseAggregate"] = aggregate;
|
|
4093
|
-
return this;
|
|
4094
|
-
}
|
|
4095
4314
|
partsOfPostCategory(options) {
|
|
4096
4315
|
if (Array.isArray(options)) {
|
|
4097
4316
|
this._associations["partsOfPostCategory"] = new PostCategoryQueryOptions(options);
|
|
@@ -4186,9 +4405,9 @@ class WebsiteQueryOptions extends QueryOptions {
|
|
|
4186
4405
|
}
|
|
4187
4406
|
themes(options) {
|
|
4188
4407
|
if (Array.isArray(options)) {
|
|
4189
|
-
this._associations["themes"] = new
|
|
4408
|
+
this._associations["themes"] = new ThemeBranchQueryOptions(options);
|
|
4190
4409
|
} else {
|
|
4191
|
-
this._associations["themes"] = options || new
|
|
4410
|
+
this._associations["themes"] = options || new ThemeBranchQueryOptions(["id"]);
|
|
4192
4411
|
}
|
|
4193
4412
|
return this;
|
|
4194
4413
|
}
|
|
@@ -4232,34 +4451,54 @@ class WebsiteQueryOptions extends QueryOptions {
|
|
|
4232
4451
|
}
|
|
4233
4452
|
return this;
|
|
4234
4453
|
}
|
|
4235
|
-
searchIndexesAggregate(aggregate) {
|
|
4236
|
-
this._aggregates["searchIndexesAggregate"] = aggregate;
|
|
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;
|
|
4237
4480
|
return this;
|
|
4238
4481
|
}
|
|
4239
|
-
|
|
4482
|
+
userOperations(options) {
|
|
4240
4483
|
if (Array.isArray(options)) {
|
|
4241
|
-
this._associations["
|
|
4484
|
+
this._associations["userOperations"] = new UserOperationQueryOptions(options);
|
|
4242
4485
|
} else {
|
|
4243
|
-
this._associations["
|
|
4486
|
+
this._associations["userOperations"] = options || new UserOperationQueryOptions(["id"]);
|
|
4244
4487
|
}
|
|
4245
4488
|
return this;
|
|
4246
4489
|
}
|
|
4247
|
-
|
|
4248
|
-
this._aggregates["
|
|
4490
|
+
userOperationsAggregate(aggregate) {
|
|
4491
|
+
this._aggregates["userOperationsAggregate"] = aggregate;
|
|
4249
4492
|
return this;
|
|
4250
4493
|
}
|
|
4251
|
-
|
|
4494
|
+
mockBranch(options) {
|
|
4252
4495
|
if (Array.isArray(options)) {
|
|
4253
|
-
this._associations["
|
|
4496
|
+
this._associations["mockBranch"] = new ThemeBranchQueryOptions(options);
|
|
4254
4497
|
} else {
|
|
4255
|
-
this._associations["
|
|
4498
|
+
this._associations["mockBranch"] = options || new ThemeBranchQueryOptions(["id"]);
|
|
4256
4499
|
}
|
|
4257
4500
|
return this;
|
|
4258
4501
|
}
|
|
4259
|
-
bulletinsAggregate(aggregate) {
|
|
4260
|
-
this._aggregates["bulletinsAggregate"] = aggregate;
|
|
4261
|
-
return this;
|
|
4262
|
-
}
|
|
4263
4502
|
}
|
|
4264
4503
|
class CustomerQueryOptions extends QueryOptions {
|
|
4265
4504
|
constructor(fields, queryArgs) {
|
|
@@ -4429,6 +4668,22 @@ class EnquiryQueryOptions extends QueryOptions {
|
|
|
4429
4668
|
this.addField("mobile");
|
|
4430
4669
|
return this;
|
|
4431
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
|
+
}
|
|
4432
4687
|
createdAt() {
|
|
4433
4688
|
this.addField("createdAt");
|
|
4434
4689
|
return this;
|
|
@@ -4449,6 +4704,18 @@ class EnquiryQueryOptions extends QueryOptions {
|
|
|
4449
4704
|
}
|
|
4450
4705
|
return this;
|
|
4451
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
|
+
}
|
|
4452
4719
|
customer(options) {
|
|
4453
4720
|
if (Array.isArray(options)) {
|
|
4454
4721
|
this._associations["customer"] = new CustomerQueryOptions(options);
|
|
@@ -4573,30 +4840,6 @@ class LangQueryOptions extends QueryOptions {
|
|
|
4573
4840
|
this._aggregates["webPartsOfPostAggregate"] = aggregate;
|
|
4574
4841
|
return this;
|
|
4575
4842
|
}
|
|
4576
|
-
webPartsOfSolution(options) {
|
|
4577
|
-
if (Array.isArray(options)) {
|
|
4578
|
-
this._associations["webPartsOfSolution"] = new SolutionQueryOptions(options);
|
|
4579
|
-
} else {
|
|
4580
|
-
this._associations["webPartsOfSolution"] = options || new SolutionQueryOptions(["id"]);
|
|
4581
|
-
}
|
|
4582
|
-
return this;
|
|
4583
|
-
}
|
|
4584
|
-
webPartsOfSolutionAggregate(aggregate) {
|
|
4585
|
-
this._aggregates["webPartsOfSolutionAggregate"] = aggregate;
|
|
4586
|
-
return this;
|
|
4587
|
-
}
|
|
4588
|
-
webPartsOfCustomerCase(options) {
|
|
4589
|
-
if (Array.isArray(options)) {
|
|
4590
|
-
this._associations["webPartsOfCustomerCase"] = new CustomerCaseQueryOptions(options);
|
|
4591
|
-
} else {
|
|
4592
|
-
this._associations["webPartsOfCustomerCase"] = options || new CustomerCaseQueryOptions(["id"]);
|
|
4593
|
-
}
|
|
4594
|
-
return this;
|
|
4595
|
-
}
|
|
4596
|
-
webPartsOfCustomerCaseAggregate(aggregate) {
|
|
4597
|
-
this._aggregates["webPartsOfCustomerCaseAggregate"] = aggregate;
|
|
4598
|
-
return this;
|
|
4599
|
-
}
|
|
4600
4843
|
webPartsOfPostCategory(options) {
|
|
4601
4844
|
if (Array.isArray(options)) {
|
|
4602
4845
|
this._associations["webPartsOfPostCategory"] = new PostCategoryQueryOptions(options);
|
|
@@ -4695,9 +4938,9 @@ class LangQueryOptions extends QueryOptions {
|
|
|
4695
4938
|
}
|
|
4696
4939
|
themes(options) {
|
|
4697
4940
|
if (Array.isArray(options)) {
|
|
4698
|
-
this._associations["themes"] = new
|
|
4941
|
+
this._associations["themes"] = new ThemeBranchQueryOptions(options);
|
|
4699
4942
|
} else {
|
|
4700
|
-
this._associations["themes"] = options || new
|
|
4943
|
+
this._associations["themes"] = options || new ThemeBranchQueryOptions(["id"]);
|
|
4701
4944
|
}
|
|
4702
4945
|
return this;
|
|
4703
4946
|
}
|
|
@@ -4803,6 +5046,10 @@ class MediaQueryOptions extends QueryOptions {
|
|
|
4803
5046
|
this.addField("id");
|
|
4804
5047
|
return this;
|
|
4805
5048
|
}
|
|
5049
|
+
mediaRef() {
|
|
5050
|
+
this.addField("mediaRef");
|
|
5051
|
+
return this;
|
|
5052
|
+
}
|
|
4806
5053
|
name() {
|
|
4807
5054
|
this.addField("name");
|
|
4808
5055
|
return this;
|
|
@@ -4819,6 +5066,9 @@ class MediaQueryOptions extends QueryOptions {
|
|
|
4819
5066
|
this.addField("extName");
|
|
4820
5067
|
return this;
|
|
4821
5068
|
}
|
|
5069
|
+
/**
|
|
5070
|
+
* media file
|
|
5071
|
+
*/
|
|
4822
5072
|
file(fields) {
|
|
4823
5073
|
this.addObjectField("file", fields);
|
|
4824
5074
|
return this;
|
|
@@ -4839,10 +5089,26 @@ class MediaQueryOptions extends QueryOptions {
|
|
|
4839
5089
|
this.addField("mediaType");
|
|
4840
5090
|
return this;
|
|
4841
5091
|
}
|
|
5092
|
+
resource() {
|
|
5093
|
+
this.addField("resource");
|
|
5094
|
+
return this;
|
|
5095
|
+
}
|
|
5096
|
+
storageType() {
|
|
5097
|
+
this.addField("storageType");
|
|
5098
|
+
return this;
|
|
5099
|
+
}
|
|
4842
5100
|
content() {
|
|
4843
5101
|
this.addField("content");
|
|
4844
5102
|
return this;
|
|
4845
5103
|
}
|
|
5104
|
+
isDeleted() {
|
|
5105
|
+
this.addField("isDeleted");
|
|
5106
|
+
return this;
|
|
5107
|
+
}
|
|
5108
|
+
deletedAt() {
|
|
5109
|
+
this.addField("deletedAt");
|
|
5110
|
+
return this;
|
|
5111
|
+
}
|
|
4846
5112
|
folder(options) {
|
|
4847
5113
|
if (Array.isArray(options)) {
|
|
4848
5114
|
this._associations["folder"] = new MediaFolderQueryOptions(options);
|
|
@@ -4923,18 +5189,6 @@ class MediaQueryOptions extends QueryOptions {
|
|
|
4923
5189
|
}
|
|
4924
5190
|
return this;
|
|
4925
5191
|
}
|
|
4926
|
-
coverOfTheme(options) {
|
|
4927
|
-
if (Array.isArray(options)) {
|
|
4928
|
-
this._associations["coverOfTheme"] = new ThemeQueryOptions(options);
|
|
4929
|
-
} else {
|
|
4930
|
-
this._associations["coverOfTheme"] = options || new ThemeQueryOptions(["id"]);
|
|
4931
|
-
}
|
|
4932
|
-
return this;
|
|
4933
|
-
}
|
|
4934
|
-
coverOfThemeAggregate(aggregate) {
|
|
4935
|
-
this._aggregates["coverOfThemeAggregate"] = aggregate;
|
|
4936
|
-
return this;
|
|
4937
|
-
}
|
|
4938
5192
|
postCategory(options) {
|
|
4939
5193
|
if (Array.isArray(options)) {
|
|
4940
5194
|
this._associations["postCategory"] = new PostCategoryQueryOptions(options);
|
|
@@ -4979,6 +5233,66 @@ class MediaQueryOptions extends QueryOptions {
|
|
|
4979
5233
|
this._aggregates["searchIndexAggregate"] = aggregate;
|
|
4980
5234
|
return this;
|
|
4981
5235
|
}
|
|
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) {
|
|
5281
|
+
if (Array.isArray(options)) {
|
|
5282
|
+
this._associations["coverOfTheme"] = new ThemeQueryOptions(options);
|
|
5283
|
+
} else {
|
|
5284
|
+
this._associations["coverOfTheme"] = options || new ThemeQueryOptions(["id"]);
|
|
5285
|
+
}
|
|
5286
|
+
return this;
|
|
5287
|
+
}
|
|
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
|
+
}
|
|
5294
|
+
return this;
|
|
5295
|
+
}
|
|
4982
5296
|
}
|
|
4983
5297
|
class UserQueryOptions extends QueryOptions {
|
|
4984
5298
|
constructor(fields, queryArgs) {
|
|
@@ -5118,6 +5432,30 @@ class UserQueryOptions extends QueryOptions {
|
|
|
5118
5432
|
this._aggregates["productsAggregate"] = aggregate;
|
|
5119
5433
|
return this;
|
|
5120
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
|
+
}
|
|
5121
5459
|
posts(options) {
|
|
5122
5460
|
if (Array.isArray(options)) {
|
|
5123
5461
|
this._associations["posts"] = new PostQueryOptions(options);
|
|
@@ -5159,12 +5497,12 @@ class AbilityQueryOptions extends QueryOptions {
|
|
|
5159
5497
|
this.addField("id");
|
|
5160
5498
|
return this;
|
|
5161
5499
|
}
|
|
5162
|
-
|
|
5163
|
-
this.addField("
|
|
5500
|
+
entityName() {
|
|
5501
|
+
this.addField("entityName");
|
|
5164
5502
|
return this;
|
|
5165
5503
|
}
|
|
5166
|
-
|
|
5167
|
-
this.addField("
|
|
5504
|
+
columnName() {
|
|
5505
|
+
this.addField("columnName");
|
|
5168
5506
|
return this;
|
|
5169
5507
|
}
|
|
5170
5508
|
can() {
|
|
@@ -5184,6 +5522,31 @@ class AbilityQueryOptions extends QueryOptions {
|
|
|
5184
5522
|
return this;
|
|
5185
5523
|
}
|
|
5186
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
|
+
}
|
|
5187
5550
|
class MailQueryOptions extends QueryOptions {
|
|
5188
5551
|
constructor(fields, queryArgs) {
|
|
5189
5552
|
super(MailEntityName, fields, queryArgs);
|
|
@@ -5359,6 +5722,95 @@ class NotificationQueryOptions extends QueryOptions {
|
|
|
5359
5722
|
return this;
|
|
5360
5723
|
}
|
|
5361
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
|
+
}
|
|
5362
5814
|
const userEntry = {
|
|
5363
5815
|
entityName: UserEntityName,
|
|
5364
5816
|
entityLabel: UserEntityLabel,
|
|
@@ -5374,6 +5826,11 @@ const abilityEntry = {
|
|
|
5374
5826
|
entityLabel: AbilityEntityLabel,
|
|
5375
5827
|
toInput: abilityToInput
|
|
5376
5828
|
};
|
|
5829
|
+
const storageRecordEntry = {
|
|
5830
|
+
entityName: StorageRecordEntityName,
|
|
5831
|
+
entityLabel: StorageRecordEntityLabel,
|
|
5832
|
+
toInput: storageRecordToInput
|
|
5833
|
+
};
|
|
5377
5834
|
const mediaEntry = {
|
|
5378
5835
|
entityName: MediaEntityName,
|
|
5379
5836
|
entityLabel: MediaEntityLabel,
|
|
@@ -5384,6 +5841,11 @@ const mailEntry = {
|
|
|
5384
5841
|
entityLabel: MailEntityLabel,
|
|
5385
5842
|
toInput: mailToInput
|
|
5386
5843
|
};
|
|
5844
|
+
const roleVariableEntry = {
|
|
5845
|
+
entityName: RoleVariableEntityName,
|
|
5846
|
+
entityLabel: RoleVariableEntityLabel,
|
|
5847
|
+
toInput: roleVariableToInput
|
|
5848
|
+
};
|
|
5387
5849
|
const websiteEntry = {
|
|
5388
5850
|
entityName: WebsiteEntityName,
|
|
5389
5851
|
entityLabel: WebsiteEntityLabel,
|
|
@@ -5424,10 +5886,10 @@ const websiteSettingsEntry = {
|
|
|
5424
5886
|
entityLabel: WebsiteSettingsEntityLabel,
|
|
5425
5887
|
toInput: websiteSettingsToInput
|
|
5426
5888
|
};
|
|
5427
|
-
const
|
|
5428
|
-
entityName:
|
|
5429
|
-
entityLabel:
|
|
5430
|
-
toInput:
|
|
5889
|
+
const themeBranchEntry = {
|
|
5890
|
+
entityName: ThemeBranchEntityName,
|
|
5891
|
+
entityLabel: ThemeBranchEntityLabel,
|
|
5892
|
+
toInput: themeBranchToInput
|
|
5431
5893
|
};
|
|
5432
5894
|
const mediaFolderEntry = {
|
|
5433
5895
|
entityName: MediaFolderEntityName,
|
|
@@ -5544,16 +6006,6 @@ const notificationEntry = {
|
|
|
5544
6006
|
entityLabel: NotificationEntityLabel,
|
|
5545
6007
|
toInput: notificationToInput
|
|
5546
6008
|
};
|
|
5547
|
-
const customerCaseEntry = {
|
|
5548
|
-
entityName: CustomerCaseEntityName,
|
|
5549
|
-
entityLabel: CustomerCaseEntityLabel,
|
|
5550
|
-
toInput: customerCaseToInput
|
|
5551
|
-
};
|
|
5552
|
-
const solutionEntry = {
|
|
5553
|
-
entityName: SolutionEntityName,
|
|
5554
|
-
entityLabel: SolutionEntityLabel,
|
|
5555
|
-
toInput: solutionToInput
|
|
5556
|
-
};
|
|
5557
6009
|
const fAQEntry = {
|
|
5558
6010
|
entityName: FAQEntityName,
|
|
5559
6011
|
entityLabel: FAQEntityLabel,
|
|
@@ -5569,6 +6021,26 @@ const productRelatedPivotEntry = {
|
|
|
5569
6021
|
entityLabel: ProductRelatedPivotEntityLabel,
|
|
5570
6022
|
toInput: productRelatedPivotToInput
|
|
5571
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
|
+
};
|
|
5572
6044
|
var UserFields = /* @__PURE__ */ ((UserFields2) => {
|
|
5573
6045
|
UserFields2["id"] = "id";
|
|
5574
6046
|
UserFields2["loginName"] = "loginName";
|
|
@@ -5599,6 +6071,10 @@ var UserAssciations = /* @__PURE__ */ ((UserAssciations2) => {
|
|
|
5599
6071
|
UserAssciations2["avatar"] = "avatar";
|
|
5600
6072
|
UserAssciations2["products"] = "products";
|
|
5601
6073
|
UserAssciations2["productsAggregate"] = "productsAggregate";
|
|
6074
|
+
UserAssciations2["operations"] = "operations";
|
|
6075
|
+
UserAssciations2["operationsAggregate"] = "operationsAggregate";
|
|
6076
|
+
UserAssciations2["medias"] = "medias";
|
|
6077
|
+
UserAssciations2["mediasAggregate"] = "mediasAggregate";
|
|
5602
6078
|
UserAssciations2["posts"] = "posts";
|
|
5603
6079
|
UserAssciations2["postsAggregate"] = "postsAggregate";
|
|
5604
6080
|
UserAssciations2["websites"] = "websites";
|
|
@@ -5616,14 +6092,16 @@ var RoleFields = /* @__PURE__ */ ((RoleFields2) => {
|
|
|
5616
6092
|
return RoleFields2;
|
|
5617
6093
|
})(RoleFields || {});
|
|
5618
6094
|
var RoleAssciations = /* @__PURE__ */ ((RoleAssciations2) => {
|
|
6095
|
+
RoleAssciations2["variables"] = "variables";
|
|
6096
|
+
RoleAssciations2["variablesAggregate"] = "variablesAggregate";
|
|
5619
6097
|
RoleAssciations2["users"] = "users";
|
|
5620
6098
|
RoleAssciations2["usersAggregate"] = "usersAggregate";
|
|
5621
6099
|
return RoleAssciations2;
|
|
5622
6100
|
})(RoleAssciations || {});
|
|
5623
6101
|
var AbilityFields = /* @__PURE__ */ ((AbilityFields2) => {
|
|
5624
6102
|
AbilityFields2["id"] = "id";
|
|
5625
|
-
AbilityFields2["
|
|
5626
|
-
AbilityFields2["
|
|
6103
|
+
AbilityFields2["entityName"] = "entityName";
|
|
6104
|
+
AbilityFields2["columnName"] = "columnName";
|
|
5627
6105
|
AbilityFields2["can"] = "can";
|
|
5628
6106
|
AbilityFields2["expression"] = "expression";
|
|
5629
6107
|
AbilityFields2["abilityType"] = "abilityType";
|
|
@@ -5632,8 +6110,19 @@ var AbilityFields = /* @__PURE__ */ ((AbilityFields2) => {
|
|
|
5632
6110
|
})(AbilityFields || {});
|
|
5633
6111
|
var AbilityAssciations = /* @__PURE__ */ ((AbilityAssciations2) => {
|
|
5634
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
|
+
})();
|
|
5635
6123
|
var MediaFields = /* @__PURE__ */ ((MediaFields2) => {
|
|
5636
6124
|
MediaFields2["id"] = "id";
|
|
6125
|
+
MediaFields2["mediaRef"] = "mediaRef";
|
|
5637
6126
|
MediaFields2["name"] = "name";
|
|
5638
6127
|
MediaFields2["size"] = "size";
|
|
5639
6128
|
MediaFields2["mimeType"] = "mimeType";
|
|
@@ -5643,7 +6132,11 @@ var MediaFields = /* @__PURE__ */ ((MediaFields2) => {
|
|
|
5643
6132
|
MediaFields2["createdAt"] = "createdAt";
|
|
5644
6133
|
MediaFields2["updatedAt"] = "updatedAt";
|
|
5645
6134
|
MediaFields2["mediaType"] = "mediaType";
|
|
6135
|
+
MediaFields2["resource"] = "resource";
|
|
6136
|
+
MediaFields2["storageType"] = "storageType";
|
|
5646
6137
|
MediaFields2["content"] = "content";
|
|
6138
|
+
MediaFields2["isDeleted"] = "isDeleted";
|
|
6139
|
+
MediaFields2["deletedAt"] = "deletedAt";
|
|
5647
6140
|
return MediaFields2;
|
|
5648
6141
|
})(MediaFields || {});
|
|
5649
6142
|
var MediaAssciations = /* @__PURE__ */ ((MediaAssciations2) => {
|
|
@@ -5659,8 +6152,6 @@ var MediaAssciations = /* @__PURE__ */ ((MediaAssciations2) => {
|
|
|
5659
6152
|
MediaAssciations2["productAttacPivots"] = "productAttacPivots";
|
|
5660
6153
|
MediaAssciations2["productAttacPivotsAggregate"] = "productAttacPivotsAggregate";
|
|
5661
6154
|
MediaAssciations2["website"] = "website";
|
|
5662
|
-
MediaAssciations2["coverOfTheme"] = "coverOfTheme";
|
|
5663
|
-
MediaAssciations2["coverOfThemeAggregate"] = "coverOfThemeAggregate";
|
|
5664
6155
|
MediaAssciations2["postCategory"] = "postCategory";
|
|
5665
6156
|
MediaAssciations2["usedByThemConfig"] = "usedByThemConfig";
|
|
5666
6157
|
MediaAssciations2["usedByThemConfigAggregate"] = "usedByThemConfigAggregate";
|
|
@@ -5668,6 +6159,15 @@ var MediaAssciations = /* @__PURE__ */ ((MediaAssciations2) => {
|
|
|
5668
6159
|
MediaAssciations2["pageMetaAggregate"] = "pageMetaAggregate";
|
|
5669
6160
|
MediaAssciations2["searchIndex"] = "searchIndex";
|
|
5670
6161
|
MediaAssciations2["searchIndexAggregate"] = "searchIndexAggregate";
|
|
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";
|
|
5671
6171
|
return MediaAssciations2;
|
|
5672
6172
|
})(MediaAssciations || {});
|
|
5673
6173
|
var MailFields = /* @__PURE__ */ ((MailFields2) => {
|
|
@@ -5689,6 +6189,19 @@ var MailFields = /* @__PURE__ */ ((MailFields2) => {
|
|
|
5689
6189
|
})(MailFields || {});
|
|
5690
6190
|
var MailAssciations = /* @__PURE__ */ ((MailAssciations2) => {
|
|
5691
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 || {});
|
|
5692
6205
|
var WebsiteFields = /* @__PURE__ */ ((WebsiteFields2) => {
|
|
5693
6206
|
WebsiteFields2["id"] = "id";
|
|
5694
6207
|
WebsiteFields2["name"] = "name";
|
|
@@ -5715,10 +6228,6 @@ var WebsiteAssciations = /* @__PURE__ */ ((WebsiteAssciations2) => {
|
|
|
5715
6228
|
WebsiteAssciations2["partsOfProductAggregate"] = "partsOfProductAggregate";
|
|
5716
6229
|
WebsiteAssciations2["partsOfPost"] = "partsOfPost";
|
|
5717
6230
|
WebsiteAssciations2["partsOfPostAggregate"] = "partsOfPostAggregate";
|
|
5718
|
-
WebsiteAssciations2["partsOfSolution"] = "partsOfSolution";
|
|
5719
|
-
WebsiteAssciations2["partsOfSolutionAggregate"] = "partsOfSolutionAggregate";
|
|
5720
|
-
WebsiteAssciations2["partsOfCustomerCase"] = "partsOfCustomerCase";
|
|
5721
|
-
WebsiteAssciations2["partsOfCustomerCaseAggregate"] = "partsOfCustomerCaseAggregate";
|
|
5722
6231
|
WebsiteAssciations2["partsOfPostCategory"] = "partsOfPostCategory";
|
|
5723
6232
|
WebsiteAssciations2["partsOfPostCategoryAggregate"] = "partsOfPostCategoryAggregate";
|
|
5724
6233
|
WebsiteAssciations2["partsOfTag"] = "partsOfTag";
|
|
@@ -5742,10 +6251,13 @@ var WebsiteAssciations = /* @__PURE__ */ ((WebsiteAssciations2) => {
|
|
|
5742
6251
|
WebsiteAssciations2["changelogsAggregate"] = "changelogsAggregate";
|
|
5743
6252
|
WebsiteAssciations2["searchIndexes"] = "searchIndexes";
|
|
5744
6253
|
WebsiteAssciations2["searchIndexesAggregate"] = "searchIndexesAggregate";
|
|
5745
|
-
WebsiteAssciations2["faqs"] = "faqs";
|
|
5746
|
-
WebsiteAssciations2["faqsAggregate"] = "faqsAggregate";
|
|
5747
6254
|
WebsiteAssciations2["bulletins"] = "bulletins";
|
|
5748
6255
|
WebsiteAssciations2["bulletinsAggregate"] = "bulletinsAggregate";
|
|
6256
|
+
WebsiteAssciations2["snapshots"] = "snapshots";
|
|
6257
|
+
WebsiteAssciations2["snapshotsAggregate"] = "snapshotsAggregate";
|
|
6258
|
+
WebsiteAssciations2["userOperations"] = "userOperations";
|
|
6259
|
+
WebsiteAssciations2["userOperationsAggregate"] = "userOperationsAggregate";
|
|
6260
|
+
WebsiteAssciations2["mockBranch"] = "mockBranch";
|
|
5749
6261
|
return WebsiteAssciations2;
|
|
5750
6262
|
})(WebsiteAssciations || {});
|
|
5751
6263
|
var LangFields = /* @__PURE__ */ ((LangFields2) => {
|
|
@@ -5770,10 +6282,6 @@ var LangAssciations = /* @__PURE__ */ ((LangAssciations2) => {
|
|
|
5770
6282
|
LangAssciations2["webPartsOfProductAggregate"] = "webPartsOfProductAggregate";
|
|
5771
6283
|
LangAssciations2["webPartsOfPost"] = "webPartsOfPost";
|
|
5772
6284
|
LangAssciations2["webPartsOfPostAggregate"] = "webPartsOfPostAggregate";
|
|
5773
|
-
LangAssciations2["webPartsOfSolution"] = "webPartsOfSolution";
|
|
5774
|
-
LangAssciations2["webPartsOfSolutionAggregate"] = "webPartsOfSolutionAggregate";
|
|
5775
|
-
LangAssciations2["webPartsOfCustomerCase"] = "webPartsOfCustomerCase";
|
|
5776
|
-
LangAssciations2["webPartsOfCustomerCaseAggregate"] = "webPartsOfCustomerCaseAggregate";
|
|
5777
6285
|
LangAssciations2["webPartsOfPostCategory"] = "webPartsOfPostCategory";
|
|
5778
6286
|
LangAssciations2["webPartsOfPostCategoryAggregate"] = "webPartsOfPostCategoryAggregate";
|
|
5779
6287
|
LangAssciations2["webPartsOfTag"] = "webPartsOfTag";
|
|
@@ -5847,6 +6355,8 @@ var PostFields = /* @__PURE__ */ ((PostFields2) => {
|
|
|
5847
6355
|
PostFields2["content"] = "content";
|
|
5848
6356
|
PostFields2["slug"] = "slug";
|
|
5849
6357
|
PostFields2["description"] = "description";
|
|
6358
|
+
PostFields2["isDeleted"] = "isDeleted";
|
|
6359
|
+
PostFields2["deletedAt"] = "deletedAt";
|
|
5850
6360
|
return PostFields2;
|
|
5851
6361
|
})(PostFields || {});
|
|
5852
6362
|
var PostAssciations = /* @__PURE__ */ ((PostAssciations2) => {
|
|
@@ -5881,6 +6391,8 @@ var ProductFields = /* @__PURE__ */ ((ProductFields2) => {
|
|
|
5881
6391
|
ProductFields2["content"] = "content";
|
|
5882
6392
|
ProductFields2["slug"] = "slug";
|
|
5883
6393
|
ProductFields2["description"] = "description";
|
|
6394
|
+
ProductFields2["isDeleted"] = "isDeleted";
|
|
6395
|
+
ProductFields2["deletedAt"] = "deletedAt";
|
|
5884
6396
|
return ProductFields2;
|
|
5885
6397
|
})(ProductFields || {});
|
|
5886
6398
|
var ProductAssciations = /* @__PURE__ */ ((ProductAssciations2) => {
|
|
@@ -5900,6 +6412,7 @@ var ProductAssciations = /* @__PURE__ */ ((ProductAssciations2) => {
|
|
|
5900
6412
|
ProductAssciations2["creator"] = "creator";
|
|
5901
6413
|
ProductAssciations2["website"] = "website";
|
|
5902
6414
|
ProductAssciations2["relatedByPovit"] = "relatedByPovit";
|
|
6415
|
+
ProductAssciations2["relatedByPovitAggregate"] = "relatedByPovitAggregate";
|
|
5903
6416
|
return ProductAssciations2;
|
|
5904
6417
|
})(ProductAssciations || {});
|
|
5905
6418
|
var EnquiryFields = /* @__PURE__ */ ((EnquiryFields2) => {
|
|
@@ -5916,6 +6429,10 @@ var EnquiryFields = /* @__PURE__ */ ((EnquiryFields2) => {
|
|
|
5916
6429
|
EnquiryFields2["read"] = "read";
|
|
5917
6430
|
EnquiryFields2["spam"] = "spam";
|
|
5918
6431
|
EnquiryFields2["mobile"] = "mobile";
|
|
6432
|
+
EnquiryFields2["visitorId"] = "visitorId";
|
|
6433
|
+
EnquiryFields2["sessionId"] = "sessionId";
|
|
6434
|
+
EnquiryFields2["extends"] = "extends";
|
|
6435
|
+
EnquiryFields2["type"] = "type";
|
|
5919
6436
|
EnquiryFields2["createdAt"] = "createdAt";
|
|
5920
6437
|
EnquiryFields2["updatedAt"] = "updatedAt";
|
|
5921
6438
|
EnquiryFields2["content"] = "content";
|
|
@@ -5923,6 +6440,8 @@ var EnquiryFields = /* @__PURE__ */ ((EnquiryFields2) => {
|
|
|
5923
6440
|
})(EnquiryFields || {});
|
|
5924
6441
|
var EnquiryAssciations = /* @__PURE__ */ ((EnquiryAssciations2) => {
|
|
5925
6442
|
EnquiryAssciations2["lang"] = "lang";
|
|
6443
|
+
EnquiryAssciations2["attachments"] = "attachments";
|
|
6444
|
+
EnquiryAssciations2["attachmentsAggregate"] = "attachmentsAggregate";
|
|
5926
6445
|
EnquiryAssciations2["customer"] = "customer";
|
|
5927
6446
|
EnquiryAssciations2["website"] = "website";
|
|
5928
6447
|
return EnquiryAssciations2;
|
|
@@ -5943,39 +6462,38 @@ var WebsiteSettingsAssciations = /* @__PURE__ */ ((WebsiteSettingsAssciations2)
|
|
|
5943
6462
|
WebsiteSettingsAssciations2["website"] = "website";
|
|
5944
6463
|
return WebsiteSettingsAssciations2;
|
|
5945
6464
|
})(WebsiteSettingsAssciations || {});
|
|
5946
|
-
var
|
|
5947
|
-
|
|
5948
|
-
|
|
5949
|
-
|
|
5950
|
-
|
|
5951
|
-
|
|
5952
|
-
|
|
5953
|
-
|
|
5954
|
-
|
|
5955
|
-
|
|
5956
|
-
|
|
5957
|
-
|
|
5958
|
-
|
|
5959
|
-
|
|
5960
|
-
|
|
5961
|
-
|
|
5962
|
-
|
|
5963
|
-
|
|
5964
|
-
|
|
5965
|
-
|
|
5966
|
-
|
|
5967
|
-
|
|
5968
|
-
|
|
5969
|
-
|
|
5970
|
-
|
|
5971
|
-
|
|
5972
|
-
|
|
5973
|
-
|
|
5974
|
-
|
|
5975
|
-
|
|
5976
|
-
|
|
5977
|
-
|
|
5978
|
-
})(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 || {});
|
|
5979
6497
|
var MediaFolderFields = /* @__PURE__ */ ((MediaFolderFields2) => {
|
|
5980
6498
|
MediaFolderFields2["id"] = "id";
|
|
5981
6499
|
MediaFolderFields2["name"] = "name";
|
|
@@ -6133,9 +6651,13 @@ var FrontComponentFields = /* @__PURE__ */ ((FrontComponentFields2) => {
|
|
|
6133
6651
|
FrontComponentFields2["isInMarket"] = "isInMarket";
|
|
6134
6652
|
FrontComponentFields2["code"] = "code";
|
|
6135
6653
|
FrontComponentFields2["description"] = "description";
|
|
6654
|
+
FrontComponentFields2["parentId"] = "parentId";
|
|
6655
|
+
FrontComponentFields2["isSectionBlock"] = "isSectionBlock";
|
|
6656
|
+
FrontComponentFields2["complieResult"] = "complieResult";
|
|
6136
6657
|
return FrontComponentFields2;
|
|
6137
6658
|
})(FrontComponentFields || {});
|
|
6138
6659
|
var FrontComponentAssciations = /* @__PURE__ */ ((FrontComponentAssciations2) => {
|
|
6660
|
+
FrontComponentAssciations2["cover"] = "cover";
|
|
6139
6661
|
FrontComponentAssciations2["category"] = "category";
|
|
6140
6662
|
FrontComponentAssciations2["theme"] = "theme";
|
|
6141
6663
|
return FrontComponentAssciations2;
|
|
@@ -6147,6 +6669,7 @@ var ComponentCategoryFields = /* @__PURE__ */ ((ComponentCategoryFields2) => {
|
|
|
6147
6669
|
ComponentCategoryFields2["updatedAt"] = "updatedAt";
|
|
6148
6670
|
ComponentCategoryFields2["createdAt"] = "createdAt";
|
|
6149
6671
|
ComponentCategoryFields2["isInMarket"] = "isInMarket";
|
|
6672
|
+
ComponentCategoryFields2["isSectionBlock"] = "isSectionBlock";
|
|
6150
6673
|
return ComponentCategoryFields2;
|
|
6151
6674
|
})(ComponentCategoryFields || {});
|
|
6152
6675
|
var ComponentCategoryAssciations = /* @__PURE__ */ ((ComponentCategoryAssciations2) => {
|
|
@@ -6252,6 +6775,7 @@ var SectionTemplateFields = /* @__PURE__ */ ((SectionTemplateFields2) => {
|
|
|
6252
6775
|
return SectionTemplateFields2;
|
|
6253
6776
|
})(SectionTemplateFields || {});
|
|
6254
6777
|
var SectionTemplateAssciations = /* @__PURE__ */ ((SectionTemplateAssciations2) => {
|
|
6778
|
+
SectionTemplateAssciations2["cover"] = "cover";
|
|
6255
6779
|
SectionTemplateAssciations2["category"] = "category";
|
|
6256
6780
|
SectionTemplateAssciations2["theme"] = "theme";
|
|
6257
6781
|
return SectionTemplateAssciations2;
|
|
@@ -6368,56 +6892,17 @@ var NotificationFields = /* @__PURE__ */ ((NotificationFields2) => {
|
|
|
6368
6892
|
})(NotificationFields || {});
|
|
6369
6893
|
var NotificationAssciations = /* @__PURE__ */ ((NotificationAssciations2) => {
|
|
6370
6894
|
})();
|
|
6371
|
-
var CustomerCaseFields = /* @__PURE__ */ ((CustomerCaseFields2) => {
|
|
6372
|
-
CustomerCaseFields2["id"] = "id";
|
|
6373
|
-
CustomerCaseFields2["publishedAt"] = "publishedAt";
|
|
6374
|
-
CustomerCaseFields2["status"] = "status";
|
|
6375
|
-
CustomerCaseFields2["title"] = "title";
|
|
6376
|
-
CustomerCaseFields2["extends"] = "extends";
|
|
6377
|
-
CustomerCaseFields2["createdAt"] = "createdAt";
|
|
6378
|
-
CustomerCaseFields2["updatedAt"] = "updatedAt";
|
|
6379
|
-
CustomerCaseFields2["content"] = "content";
|
|
6380
|
-
CustomerCaseFields2["slug"] = "slug";
|
|
6381
|
-
CustomerCaseFields2["description"] = "description";
|
|
6382
|
-
return CustomerCaseFields2;
|
|
6383
|
-
})(CustomerCaseFields || {});
|
|
6384
|
-
var CustomerCaseAssciations = /* @__PURE__ */ ((CustomerCaseAssciations2) => {
|
|
6385
|
-
CustomerCaseAssciations2["lang"] = "lang";
|
|
6386
|
-
CustomerCaseAssciations2["website"] = "website";
|
|
6387
|
-
return CustomerCaseAssciations2;
|
|
6388
|
-
})(CustomerCaseAssciations || {});
|
|
6389
|
-
var SolutionFields = /* @__PURE__ */ ((SolutionFields2) => {
|
|
6390
|
-
SolutionFields2["id"] = "id";
|
|
6391
|
-
SolutionFields2["publishedAt"] = "publishedAt";
|
|
6392
|
-
SolutionFields2["status"] = "status";
|
|
6393
|
-
SolutionFields2["title"] = "title";
|
|
6394
|
-
SolutionFields2["extends"] = "extends";
|
|
6395
|
-
SolutionFields2["createdAt"] = "createdAt";
|
|
6396
|
-
SolutionFields2["updatedAt"] = "updatedAt";
|
|
6397
|
-
SolutionFields2["content"] = "content";
|
|
6398
|
-
SolutionFields2["slug"] = "slug";
|
|
6399
|
-
SolutionFields2["description"] = "description";
|
|
6400
|
-
return SolutionFields2;
|
|
6401
|
-
})(SolutionFields || {});
|
|
6402
|
-
var SolutionAssciations = /* @__PURE__ */ ((SolutionAssciations2) => {
|
|
6403
|
-
SolutionAssciations2["lang"] = "lang";
|
|
6404
|
-
SolutionAssciations2["faqs"] = "faqs";
|
|
6405
|
-
SolutionAssciations2["faqsAggregate"] = "faqsAggregate";
|
|
6406
|
-
SolutionAssciations2["website"] = "website";
|
|
6407
|
-
return SolutionAssciations2;
|
|
6408
|
-
})(SolutionAssciations || {});
|
|
6409
6895
|
var FAQFields = /* @__PURE__ */ ((FAQFields2) => {
|
|
6410
6896
|
FAQFields2["id"] = "id";
|
|
6411
6897
|
FAQFields2["question"] = "question";
|
|
6412
6898
|
FAQFields2["answer"] = "answer";
|
|
6413
6899
|
FAQFields2["createdAt"] = "createdAt";
|
|
6414
6900
|
FAQFields2["updatedAt"] = "updatedAt";
|
|
6901
|
+
FAQFields2["seqValue"] = "seqValue";
|
|
6415
6902
|
return FAQFields2;
|
|
6416
6903
|
})(FAQFields || {});
|
|
6417
6904
|
var FAQAssciations = /* @__PURE__ */ ((FAQAssciations2) => {
|
|
6418
|
-
FAQAssciations2["website"] = "website";
|
|
6419
6905
|
FAQAssciations2["product"] = "product";
|
|
6420
|
-
FAQAssciations2["solution"] = "solution";
|
|
6421
6906
|
return FAQAssciations2;
|
|
6422
6907
|
})(FAQAssciations || {});
|
|
6423
6908
|
var BulletinFields = /* @__PURE__ */ ((BulletinFields2) => {
|
|
@@ -6445,6 +6930,73 @@ var ProductRelatedPivotAssciations = /* @__PURE__ */ ((ProductRelatedPivotAsscia
|
|
|
6445
6930
|
ProductRelatedPivotAssciations2["relatedBy"] = "relatedBy";
|
|
6446
6931
|
return ProductRelatedPivotAssciations2;
|
|
6447
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 || {});
|
|
6448
7000
|
export {
|
|
6449
7001
|
AbilityAssciations,
|
|
6450
7002
|
AbilityDistinctEnum,
|
|
@@ -6486,12 +7038,6 @@ export {
|
|
|
6486
7038
|
ComponentCategoryQueryOptions,
|
|
6487
7039
|
CookieConsentStrategy,
|
|
6488
7040
|
CustomerAssciations,
|
|
6489
|
-
CustomerCaseAssciations,
|
|
6490
|
-
CustomerCaseDistinctEnum,
|
|
6491
|
-
CustomerCaseEntityLabel,
|
|
6492
|
-
CustomerCaseEntityName,
|
|
6493
|
-
CustomerCaseFields,
|
|
6494
|
-
CustomerCaseQueryOptions,
|
|
6495
7041
|
CustomerDistinctEnum,
|
|
6496
7042
|
CustomerEntityLabel,
|
|
6497
7043
|
CustomerEntityName,
|
|
@@ -6611,6 +7157,12 @@ export {
|
|
|
6611
7157
|
RoleEntityName,
|
|
6612
7158
|
RoleFields,
|
|
6613
7159
|
RoleQueryOptions,
|
|
7160
|
+
RoleVariableAssciations,
|
|
7161
|
+
RoleVariableDistinctEnum,
|
|
7162
|
+
RoleVariableEntityLabel,
|
|
7163
|
+
RoleVariableEntityName,
|
|
7164
|
+
RoleVariableFields,
|
|
7165
|
+
RoleVariableQueryOptions,
|
|
6614
7166
|
SearchIndexAssciations,
|
|
6615
7167
|
SearchIndexDistinctEnum,
|
|
6616
7168
|
SearchIndexEntityLabel,
|
|
@@ -6624,12 +7176,7 @@ export {
|
|
|
6624
7176
|
SectionTemplateFields,
|
|
6625
7177
|
SectionTemplateQueryOptions,
|
|
6626
7178
|
SlugableDistinctEnum,
|
|
6627
|
-
|
|
6628
|
-
SolutionDistinctEnum,
|
|
6629
|
-
SolutionEntityLabel,
|
|
6630
|
-
SolutionEntityName,
|
|
6631
|
-
SolutionFields,
|
|
6632
|
-
SolutionQueryOptions,
|
|
7179
|
+
SoftableDistinctEnum,
|
|
6633
7180
|
SourceType,
|
|
6634
7181
|
SpamFilterRuleAssciations,
|
|
6635
7182
|
SpamFilterRuleDistinctEnum,
|
|
@@ -6637,6 +7184,12 @@ export {
|
|
|
6637
7184
|
SpamFilterRuleEntityName,
|
|
6638
7185
|
SpamFilterRuleFields,
|
|
6639
7186
|
SpamFilterRuleQueryOptions,
|
|
7187
|
+
StorageRecordAssciations,
|
|
7188
|
+
StorageRecordDistinctEnum,
|
|
7189
|
+
StorageRecordEntityLabel,
|
|
7190
|
+
StorageRecordEntityName,
|
|
7191
|
+
StorageRecordFields,
|
|
7192
|
+
StorageRecordQueryOptions,
|
|
6640
7193
|
StyleConfigAssciations,
|
|
6641
7194
|
StyleConfigDistinctEnum,
|
|
6642
7195
|
StyleConfigEntityLabel,
|
|
@@ -6664,6 +7217,12 @@ export {
|
|
|
6664
7217
|
TemplateCategoryFields,
|
|
6665
7218
|
TemplateCategoryQueryOptions,
|
|
6666
7219
|
ThemeAssciations,
|
|
7220
|
+
ThemeBranchAssciations,
|
|
7221
|
+
ThemeBranchDistinctEnum,
|
|
7222
|
+
ThemeBranchEntityLabel,
|
|
7223
|
+
ThemeBranchEntityName,
|
|
7224
|
+
ThemeBranchFields,
|
|
7225
|
+
ThemeBranchQueryOptions,
|
|
6667
7226
|
ThemeCategoryAssciations,
|
|
6668
7227
|
ThemeCategoryDistinctEnum,
|
|
6669
7228
|
ThemeCategoryEntityLabel,
|
|
@@ -6698,8 +7257,22 @@ export {
|
|
|
6698
7257
|
UserEntityLabel,
|
|
6699
7258
|
UserEntityName,
|
|
6700
7259
|
UserFields,
|
|
7260
|
+
UserOperationAssciations,
|
|
7261
|
+
UserOperationDistinctEnum,
|
|
7262
|
+
UserOperationEntityLabel,
|
|
7263
|
+
UserOperationEntityName,
|
|
7264
|
+
UserOperationFields,
|
|
7265
|
+
UserOperationQueryOptions,
|
|
6701
7266
|
UserQueryOptions,
|
|
6702
7267
|
UserType,
|
|
7268
|
+
VariableType,
|
|
7269
|
+
VisitorLogAssciations,
|
|
7270
|
+
VisitorLogDistinctEnum,
|
|
7271
|
+
VisitorLogEntityLabel,
|
|
7272
|
+
VisitorLogEntityName,
|
|
7273
|
+
VisitorLogFields,
|
|
7274
|
+
VisitorLogQueryOptions,
|
|
7275
|
+
VistType,
|
|
6703
7276
|
WebsiteAssciations,
|
|
6704
7277
|
WebsiteContentDistinctEnum,
|
|
6705
7278
|
WebsiteDistinctEnum,
|
|
@@ -6714,6 +7287,12 @@ export {
|
|
|
6714
7287
|
WebsiteSettingsEntityName,
|
|
6715
7288
|
WebsiteSettingsFields,
|
|
6716
7289
|
WebsiteSettingsQueryOptions,
|
|
7290
|
+
WebsiteSnapshotAssciations,
|
|
7291
|
+
WebsiteSnapshotDistinctEnum,
|
|
7292
|
+
WebsiteSnapshotEntityLabel,
|
|
7293
|
+
WebsiteSnapshotEntityName,
|
|
7294
|
+
WebsiteSnapshotFields,
|
|
7295
|
+
WebsiteSnapshotQueryOptions,
|
|
6717
7296
|
WebsiteTypeAssciations,
|
|
6718
7297
|
WebsiteTypeDistinctEnum,
|
|
6719
7298
|
WebsiteTypeEntityLabel,
|
|
@@ -6742,9 +7321,6 @@ export {
|
|
|
6742
7321
|
componentCategoryEntry,
|
|
6743
7322
|
componentCategoryToInput,
|
|
6744
7323
|
componentCategoryToInputCascade,
|
|
6745
|
-
customerCaseEntry,
|
|
6746
|
-
customerCaseToInput,
|
|
6747
|
-
customerCaseToInputCascade,
|
|
6748
7324
|
customerEntry,
|
|
6749
7325
|
customerToInput,
|
|
6750
7326
|
customerToInputCascade,
|
|
@@ -6799,18 +7375,21 @@ export {
|
|
|
6799
7375
|
roleEntry,
|
|
6800
7376
|
roleToInput,
|
|
6801
7377
|
roleToInputCascade,
|
|
7378
|
+
roleVariableEntry,
|
|
7379
|
+
roleVariableToInput,
|
|
7380
|
+
roleVariableToInputCascade,
|
|
6802
7381
|
searchIndexEntry,
|
|
6803
7382
|
searchIndexToInput,
|
|
6804
7383
|
searchIndexToInputCascade,
|
|
6805
7384
|
sectionTemplateEntry,
|
|
6806
7385
|
sectionTemplateToInput,
|
|
6807
7386
|
sectionTemplateToInputCascade,
|
|
6808
|
-
solutionEntry,
|
|
6809
|
-
solutionToInput,
|
|
6810
|
-
solutionToInputCascade,
|
|
6811
7387
|
spamFilterRuleEntry,
|
|
6812
7388
|
spamFilterRuleToInput,
|
|
6813
7389
|
spamFilterRuleToInputCascade,
|
|
7390
|
+
storageRecordEntry,
|
|
7391
|
+
storageRecordToInput,
|
|
7392
|
+
storageRecordToInputCascade,
|
|
6814
7393
|
styleConfigEntry,
|
|
6815
7394
|
styleConfigToInput,
|
|
6816
7395
|
styleConfigToInputCascade,
|
|
@@ -6823,6 +7402,9 @@ export {
|
|
|
6823
7402
|
templateCategoryEntry,
|
|
6824
7403
|
templateCategoryToInput,
|
|
6825
7404
|
templateCategoryToInputCascade,
|
|
7405
|
+
themeBranchEntry,
|
|
7406
|
+
themeBranchToInput,
|
|
7407
|
+
themeBranchToInputCascade,
|
|
6826
7408
|
themeCategoryEntry,
|
|
6827
7409
|
themeCategoryToInput,
|
|
6828
7410
|
themeCategoryToInputCascade,
|
|
@@ -6839,12 +7421,21 @@ export {
|
|
|
6839
7421
|
themeVersionToInput,
|
|
6840
7422
|
themeVersionToInputCascade,
|
|
6841
7423
|
userEntry,
|
|
7424
|
+
userOperationEntry,
|
|
7425
|
+
userOperationToInput,
|
|
7426
|
+
userOperationToInputCascade,
|
|
6842
7427
|
userToInput,
|
|
6843
7428
|
userToInputCascade,
|
|
7429
|
+
visitorLogEntry,
|
|
7430
|
+
visitorLogToInput,
|
|
7431
|
+
visitorLogToInputCascade,
|
|
6844
7432
|
websiteEntry,
|
|
6845
7433
|
websiteSettingsEntry,
|
|
6846
7434
|
websiteSettingsToInput,
|
|
6847
7435
|
websiteSettingsToInputCascade,
|
|
7436
|
+
websiteSnapshotEntry,
|
|
7437
|
+
websiteSnapshotToInput,
|
|
7438
|
+
websiteSnapshotToInputCascade,
|
|
6848
7439
|
websiteToInput,
|
|
6849
7440
|
websiteToInputCascade,
|
|
6850
7441
|
websiteTypeEntry,
|