@rxdrag/rxcms-models 0.3.76 → 0.3.78
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 +14 -5
- 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 +12 -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 +10 -3
- 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 +10 -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 +1184 -587
- 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 +13 -5
- package/dist/interfaces/FrontComponentBoolExp.d.ts +9 -4
- package/dist/interfaces/FrontComponentDistinctExp.d.ts +9 -3
- package/dist/interfaces/FrontComponentInput.d.ts +13 -5
- package/dist/interfaces/FrontComponentOrderBy.d.ts +8 -2
- 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 +10 -0
- package/dist/interfaces/StorageRecordBoolExp.d.ts +14 -0
- package/dist/interfaces/StorageRecordDistinctExp.d.ts +9 -0
- package/dist/interfaces/StorageRecordInput.d.ts +11 -0
- package/dist/interfaces/StorageRecordOrderBy.d.ts +9 -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 +2 -2
- 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,32 @@ 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["refId"] = "refId";
|
|
1178
|
+
StorageRecordDistinctEnum2["resource"] = "resource";
|
|
1179
|
+
StorageRecordDistinctEnum2["storageType"] = "storageType";
|
|
1180
|
+
StorageRecordDistinctEnum2["createdAt"] = "createdAt";
|
|
1181
|
+
StorageRecordDistinctEnum2["updatedAt"] = "updatedAt";
|
|
1182
|
+
return StorageRecordDistinctEnum2;
|
|
1183
|
+
})(StorageRecordDistinctEnum || {});
|
|
1108
1184
|
const MediaEntityName = "Media";
|
|
1109
1185
|
const MediaEntityLabel = "";
|
|
1110
1186
|
var MediaDistinctEnum = /* @__PURE__ */ ((MediaDistinctEnum2) => {
|
|
1111
1187
|
MediaDistinctEnum2["id"] = "id";
|
|
1188
|
+
MediaDistinctEnum2["mediaRef"] = "mediaRef";
|
|
1112
1189
|
MediaDistinctEnum2["name"] = "name";
|
|
1113
1190
|
MediaDistinctEnum2["size"] = "size";
|
|
1114
1191
|
MediaDistinctEnum2["mimeType"] = "mimeType";
|
|
@@ -1118,7 +1195,11 @@ var MediaDistinctEnum = /* @__PURE__ */ ((MediaDistinctEnum2) => {
|
|
|
1118
1195
|
MediaDistinctEnum2["createdAt"] = "createdAt";
|
|
1119
1196
|
MediaDistinctEnum2["updatedAt"] = "updatedAt";
|
|
1120
1197
|
MediaDistinctEnum2["mediaType"] = "mediaType";
|
|
1198
|
+
MediaDistinctEnum2["resource"] = "resource";
|
|
1199
|
+
MediaDistinctEnum2["storageType"] = "storageType";
|
|
1121
1200
|
MediaDistinctEnum2["content"] = "content";
|
|
1201
|
+
MediaDistinctEnum2["isDeleted"] = "isDeleted";
|
|
1202
|
+
MediaDistinctEnum2["deletedAt"] = "deletedAt";
|
|
1122
1203
|
return MediaDistinctEnum2;
|
|
1123
1204
|
})(MediaDistinctEnum || {});
|
|
1124
1205
|
var MediaType = /* @__PURE__ */ ((MediaType2) => {
|
|
@@ -1163,6 +1244,22 @@ var MailType = /* @__PURE__ */ ((MailType2) => {
|
|
|
1163
1244
|
MailType2["notice"] = "notice";
|
|
1164
1245
|
return MailType2;
|
|
1165
1246
|
})(MailType || {});
|
|
1247
|
+
var VariableType = /* @__PURE__ */ ((VariableType2) => {
|
|
1248
|
+
VariableType2["Single"] = "Single";
|
|
1249
|
+
VariableType2["Array"] = "Array";
|
|
1250
|
+
return VariableType2;
|
|
1251
|
+
})(VariableType || {});
|
|
1252
|
+
const RoleVariableEntityName = "RoleVariable";
|
|
1253
|
+
const RoleVariableEntityLabel = "";
|
|
1254
|
+
var RoleVariableDistinctEnum = /* @__PURE__ */ ((RoleVariableDistinctEnum2) => {
|
|
1255
|
+
RoleVariableDistinctEnum2["id"] = "id";
|
|
1256
|
+
RoleVariableDistinctEnum2["name"] = "name";
|
|
1257
|
+
RoleVariableDistinctEnum2["type"] = "type";
|
|
1258
|
+
RoleVariableDistinctEnum2["entityName"] = "entityName";
|
|
1259
|
+
RoleVariableDistinctEnum2["whereExpression"] = "whereExpression";
|
|
1260
|
+
RoleVariableDistinctEnum2["field"] = "field";
|
|
1261
|
+
return RoleVariableDistinctEnum2;
|
|
1262
|
+
})(RoleVariableDistinctEnum || {});
|
|
1166
1263
|
const WebsiteEntityName = "Website";
|
|
1167
1264
|
const WebsiteEntityLabel = "站点";
|
|
1168
1265
|
var WebsiteDistinctEnum = /* @__PURE__ */ ((WebsiteDistinctEnum2) => {
|
|
@@ -1240,6 +1337,8 @@ var PostDistinctEnum = /* @__PURE__ */ ((PostDistinctEnum2) => {
|
|
|
1240
1337
|
PostDistinctEnum2["content"] = "content";
|
|
1241
1338
|
PostDistinctEnum2["slug"] = "slug";
|
|
1242
1339
|
PostDistinctEnum2["description"] = "description";
|
|
1340
|
+
PostDistinctEnum2["isDeleted"] = "isDeleted";
|
|
1341
|
+
PostDistinctEnum2["deletedAt"] = "deletedAt";
|
|
1243
1342
|
return PostDistinctEnum2;
|
|
1244
1343
|
})(PostDistinctEnum || {});
|
|
1245
1344
|
const ProductEntityName = "Product";
|
|
@@ -1265,6 +1364,8 @@ var ProductDistinctEnum = /* @__PURE__ */ ((ProductDistinctEnum2) => {
|
|
|
1265
1364
|
ProductDistinctEnum2["content"] = "content";
|
|
1266
1365
|
ProductDistinctEnum2["slug"] = "slug";
|
|
1267
1366
|
ProductDistinctEnum2["description"] = "description";
|
|
1367
|
+
ProductDistinctEnum2["isDeleted"] = "isDeleted";
|
|
1368
|
+
ProductDistinctEnum2["deletedAt"] = "deletedAt";
|
|
1268
1369
|
return ProductDistinctEnum2;
|
|
1269
1370
|
})(ProductDistinctEnum || {});
|
|
1270
1371
|
const EnquiryEntityName = "Enquiry";
|
|
@@ -1283,6 +1384,10 @@ var EnquiryDistinctEnum = /* @__PURE__ */ ((EnquiryDistinctEnum2) => {
|
|
|
1283
1384
|
EnquiryDistinctEnum2["read"] = "read";
|
|
1284
1385
|
EnquiryDistinctEnum2["spam"] = "spam";
|
|
1285
1386
|
EnquiryDistinctEnum2["mobile"] = "mobile";
|
|
1387
|
+
EnquiryDistinctEnum2["visitorId"] = "visitorId";
|
|
1388
|
+
EnquiryDistinctEnum2["sessionId"] = "sessionId";
|
|
1389
|
+
EnquiryDistinctEnum2["extends"] = "extends";
|
|
1390
|
+
EnquiryDistinctEnum2["type"] = "type";
|
|
1286
1391
|
EnquiryDistinctEnum2["createdAt"] = "createdAt";
|
|
1287
1392
|
EnquiryDistinctEnum2["updatedAt"] = "updatedAt";
|
|
1288
1393
|
EnquiryDistinctEnum2["content"] = "content";
|
|
@@ -1302,21 +1407,20 @@ var WebsiteSettingsDistinctEnum = /* @__PURE__ */ ((WebsiteSettingsDistinctEnum2
|
|
|
1302
1407
|
WebsiteSettingsDistinctEnum2["deployConfig"] = "deployConfig";
|
|
1303
1408
|
return WebsiteSettingsDistinctEnum2;
|
|
1304
1409
|
})(WebsiteSettingsDistinctEnum || {});
|
|
1305
|
-
const
|
|
1306
|
-
const
|
|
1307
|
-
var
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
})(ThemeDistinctEnum || {});
|
|
1410
|
+
const ThemeBranchEntityName = "ThemeBranch";
|
|
1411
|
+
const ThemeBranchEntityLabel = "";
|
|
1412
|
+
var ThemeBranchDistinctEnum = /* @__PURE__ */ ((ThemeBranchDistinctEnum2) => {
|
|
1413
|
+
ThemeBranchDistinctEnum2["id"] = "id";
|
|
1414
|
+
ThemeBranchDistinctEnum2["name"] = "name";
|
|
1415
|
+
ThemeBranchDistinctEnum2["settings"] = "settings";
|
|
1416
|
+
ThemeBranchDistinctEnum2["description"] = "description";
|
|
1417
|
+
ThemeBranchDistinctEnum2["parentThemeId"] = "parentThemeId";
|
|
1418
|
+
ThemeBranchDistinctEnum2["createdAt"] = "createdAt";
|
|
1419
|
+
ThemeBranchDistinctEnum2["updatedAt"] = "updatedAt";
|
|
1420
|
+
ThemeBranchDistinctEnum2["status"] = "status";
|
|
1421
|
+
ThemeBranchDistinctEnum2["version"] = "version";
|
|
1422
|
+
return ThemeBranchDistinctEnum2;
|
|
1423
|
+
})(ThemeBranchDistinctEnum || {});
|
|
1320
1424
|
const MediaFolderEntityName = "MediaFolder";
|
|
1321
1425
|
const MediaFolderEntityLabel = "媒体分类";
|
|
1322
1426
|
var MediaFolderDistinctEnum = /* @__PURE__ */ ((MediaFolderDistinctEnum2) => {
|
|
@@ -1468,6 +1572,8 @@ var PageType = /* @__PURE__ */ ((PageType2) => {
|
|
|
1468
1572
|
PageType2["Thanks"] = "Thanks";
|
|
1469
1573
|
PageType2["PostList"] = "PostList";
|
|
1470
1574
|
PageType2["ProductList"] = "ProductList";
|
|
1575
|
+
PageType2["AskForQuote"] = "AskForQuote";
|
|
1576
|
+
PageType2["CustomizedApi"] = "CustomizedApi";
|
|
1471
1577
|
return PageType2;
|
|
1472
1578
|
})(PageType || {});
|
|
1473
1579
|
const ProductCategoryEntityName = "ProductCategory";
|
|
@@ -1531,8 +1637,8 @@ var FrontComponentDistinctEnum = /* @__PURE__ */ ((FrontComponentDistinctEnum2)
|
|
|
1531
1637
|
FrontComponentDistinctEnum2["name"] = "name";
|
|
1532
1638
|
FrontComponentDistinctEnum2["title"] = "title";
|
|
1533
1639
|
FrontComponentDistinctEnum2["seqValue"] = "seqValue";
|
|
1534
|
-
FrontComponentDistinctEnum2["
|
|
1535
|
-
FrontComponentDistinctEnum2["
|
|
1640
|
+
FrontComponentDistinctEnum2["propsSchema"] = "propsSchema";
|
|
1641
|
+
FrontComponentDistinctEnum2["propsTest"] = "propsTest";
|
|
1536
1642
|
FrontComponentDistinctEnum2["updatedAt"] = "updatedAt";
|
|
1537
1643
|
FrontComponentDistinctEnum2["createdAt"] = "createdAt";
|
|
1538
1644
|
FrontComponentDistinctEnum2["slots"] = "slots";
|
|
@@ -1540,6 +1646,9 @@ var FrontComponentDistinctEnum = /* @__PURE__ */ ((FrontComponentDistinctEnum2)
|
|
|
1540
1646
|
FrontComponentDistinctEnum2["isInMarket"] = "isInMarket";
|
|
1541
1647
|
FrontComponentDistinctEnum2["code"] = "code";
|
|
1542
1648
|
FrontComponentDistinctEnum2["description"] = "description";
|
|
1649
|
+
FrontComponentDistinctEnum2["parentId"] = "parentId";
|
|
1650
|
+
FrontComponentDistinctEnum2["isSectionBlock"] = "isSectionBlock";
|
|
1651
|
+
FrontComponentDistinctEnum2["compileResult"] = "compileResult";
|
|
1543
1652
|
return FrontComponentDistinctEnum2;
|
|
1544
1653
|
})(FrontComponentDistinctEnum || {});
|
|
1545
1654
|
const ComponentCategoryEntityName = "ComponentCategory";
|
|
@@ -1551,6 +1660,7 @@ var ComponentCategoryDistinctEnum = /* @__PURE__ */ ((ComponentCategoryDistinctE
|
|
|
1551
1660
|
ComponentCategoryDistinctEnum2["updatedAt"] = "updatedAt";
|
|
1552
1661
|
ComponentCategoryDistinctEnum2["createdAt"] = "createdAt";
|
|
1553
1662
|
ComponentCategoryDistinctEnum2["isInMarket"] = "isInMarket";
|
|
1663
|
+
ComponentCategoryDistinctEnum2["isSectionBlock"] = "isSectionBlock";
|
|
1554
1664
|
return ComponentCategoryDistinctEnum2;
|
|
1555
1665
|
})(ComponentCategoryDistinctEnum || {});
|
|
1556
1666
|
var MarketableDistinctEnum = /* @__PURE__ */ ((MarketableDistinctEnum2) => {
|
|
@@ -1819,36 +1929,6 @@ var NotificationType = /* @__PURE__ */ ((NotificationType2) => {
|
|
|
1819
1929
|
NotificationType2["update"] = "update";
|
|
1820
1930
|
return NotificationType2;
|
|
1821
1931
|
})(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
1932
|
const FAQEntityName = "FAQ";
|
|
1853
1933
|
const FAQEntityLabel = "";
|
|
1854
1934
|
var FAQDistinctEnum = /* @__PURE__ */ ((FAQDistinctEnum2) => {
|
|
@@ -1857,6 +1937,7 @@ var FAQDistinctEnum = /* @__PURE__ */ ((FAQDistinctEnum2) => {
|
|
|
1857
1937
|
FAQDistinctEnum2["answer"] = "answer";
|
|
1858
1938
|
FAQDistinctEnum2["createdAt"] = "createdAt";
|
|
1859
1939
|
FAQDistinctEnum2["updatedAt"] = "updatedAt";
|
|
1940
|
+
FAQDistinctEnum2["seqValue"] = "seqValue";
|
|
1860
1941
|
return FAQDistinctEnum2;
|
|
1861
1942
|
})(FAQDistinctEnum || {});
|
|
1862
1943
|
const BulletinEntityName = "Bulletin";
|
|
@@ -1878,6 +1959,120 @@ var ProductRelatedPivotDistinctEnum = /* @__PURE__ */ ((ProductRelatedPivotDisti
|
|
|
1878
1959
|
ProductRelatedPivotDistinctEnum2["seqValue"] = "seqValue";
|
|
1879
1960
|
return ProductRelatedPivotDistinctEnum2;
|
|
1880
1961
|
})(ProductRelatedPivotDistinctEnum || {});
|
|
1962
|
+
const WebsiteSnapshotEntityName = "WebsiteSnapshot";
|
|
1963
|
+
const WebsiteSnapshotEntityLabel = "";
|
|
1964
|
+
var WebsiteSnapshotDistinctEnum = /* @__PURE__ */ ((WebsiteSnapshotDistinctEnum2) => {
|
|
1965
|
+
WebsiteSnapshotDistinctEnum2["id"] = "id";
|
|
1966
|
+
return WebsiteSnapshotDistinctEnum2;
|
|
1967
|
+
})(WebsiteSnapshotDistinctEnum || {});
|
|
1968
|
+
var SoftableDistinctEnum = /* @__PURE__ */ ((SoftableDistinctEnum2) => {
|
|
1969
|
+
SoftableDistinctEnum2["id"] = "id";
|
|
1970
|
+
SoftableDistinctEnum2["isDeleted"] = "isDeleted";
|
|
1971
|
+
SoftableDistinctEnum2["deletedAt"] = "deletedAt";
|
|
1972
|
+
return SoftableDistinctEnum2;
|
|
1973
|
+
})(SoftableDistinctEnum || {});
|
|
1974
|
+
const VisitorLogEntityName = "VisitorLog";
|
|
1975
|
+
const VisitorLogEntityLabel = "";
|
|
1976
|
+
const visitorLogToInputCascade = (entity) => {
|
|
1977
|
+
return {
|
|
1978
|
+
...entity
|
|
1979
|
+
};
|
|
1980
|
+
};
|
|
1981
|
+
const visitorLogToInput = (entity) => {
|
|
1982
|
+
return {
|
|
1983
|
+
...entity
|
|
1984
|
+
};
|
|
1985
|
+
};
|
|
1986
|
+
var VisitorLogDistinctEnum = /* @__PURE__ */ ((VisitorLogDistinctEnum2) => {
|
|
1987
|
+
VisitorLogDistinctEnum2["id"] = "id";
|
|
1988
|
+
VisitorLogDistinctEnum2["visitorId"] = "visitorId";
|
|
1989
|
+
VisitorLogDistinctEnum2["sessionId"] = "sessionId";
|
|
1990
|
+
VisitorLogDistinctEnum2["type"] = "type";
|
|
1991
|
+
VisitorLogDistinctEnum2["url"] = "url";
|
|
1992
|
+
VisitorLogDistinctEnum2["referrer"] = "referrer";
|
|
1993
|
+
VisitorLogDistinctEnum2["duration"] = "duration";
|
|
1994
|
+
VisitorLogDistinctEnum2["timestamp"] = "timestamp";
|
|
1995
|
+
VisitorLogDistinctEnum2["userAgent"] = "userAgent";
|
|
1996
|
+
VisitorLogDistinctEnum2["device"] = "device";
|
|
1997
|
+
VisitorLogDistinctEnum2["websiteId"] = "websiteId";
|
|
1998
|
+
VisitorLogDistinctEnum2["langAbbr"] = "langAbbr";
|
|
1999
|
+
VisitorLogDistinctEnum2["country"] = "country";
|
|
2000
|
+
VisitorLogDistinctEnum2["city"] = "city";
|
|
2001
|
+
VisitorLogDistinctEnum2["ip"] = "ip";
|
|
2002
|
+
VisitorLogDistinctEnum2["isNewUser"] = "isNewUser";
|
|
2003
|
+
VisitorLogDistinctEnum2["createdAt"] = "createdAt";
|
|
2004
|
+
VisitorLogDistinctEnum2["updatedAt"] = "updatedAt";
|
|
2005
|
+
VisitorLogDistinctEnum2["browserLanguage"] = "browserLanguage";
|
|
2006
|
+
VisitorLogDistinctEnum2["platform"] = "platform";
|
|
2007
|
+
VisitorLogDistinctEnum2["pageTitle"] = "pageTitle";
|
|
2008
|
+
return VisitorLogDistinctEnum2;
|
|
2009
|
+
})(VisitorLogDistinctEnum || {});
|
|
2010
|
+
var VistType = /* @__PURE__ */ ((VistType2) => {
|
|
2011
|
+
VistType2["pageView"] = "pageView";
|
|
2012
|
+
VistType2["pageLeave"] = "pageLeave";
|
|
2013
|
+
VistType2["enquiry"] = "enquiry";
|
|
2014
|
+
return VistType2;
|
|
2015
|
+
})(VistType || {});
|
|
2016
|
+
const UserOperationEntityName = "UserOperation";
|
|
2017
|
+
const UserOperationEntityLabel = "";
|
|
2018
|
+
var UserOperationDistinctEnum = /* @__PURE__ */ ((UserOperationDistinctEnum2) => {
|
|
2019
|
+
UserOperationDistinctEnum2["id"] = "id";
|
|
2020
|
+
UserOperationDistinctEnum2["type"] = "type";
|
|
2021
|
+
UserOperationDistinctEnum2["createdAt"] = "createdAt";
|
|
2022
|
+
UserOperationDistinctEnum2["title"] = "title";
|
|
2023
|
+
UserOperationDistinctEnum2["description"] = "description";
|
|
2024
|
+
UserOperationDistinctEnum2["module"] = "module";
|
|
2025
|
+
UserOperationDistinctEnum2["langId"] = "langId";
|
|
2026
|
+
return UserOperationDistinctEnum2;
|
|
2027
|
+
})(UserOperationDistinctEnum || {});
|
|
2028
|
+
const ThemeEntityName = "Theme";
|
|
2029
|
+
const ThemeEntityLabel = "";
|
|
2030
|
+
var ThemeDistinctEnum = /* @__PURE__ */ ((ThemeDistinctEnum2) => {
|
|
2031
|
+
ThemeDistinctEnum2["id"] = "id";
|
|
2032
|
+
ThemeDistinctEnum2["name"] = "name";
|
|
2033
|
+
ThemeDistinctEnum2["description"] = "description";
|
|
2034
|
+
ThemeDistinctEnum2["createdAt"] = "createdAt";
|
|
2035
|
+
ThemeDistinctEnum2["updatedAt"] = "updatedAt";
|
|
2036
|
+
ThemeDistinctEnum2["seqValue"] = "seqValue";
|
|
2037
|
+
return ThemeDistinctEnum2;
|
|
2038
|
+
})(ThemeDistinctEnum || {});
|
|
2039
|
+
class RoleVariableQueryOptions extends QueryOptions {
|
|
2040
|
+
constructor(fields, queryArgs) {
|
|
2041
|
+
super(RoleVariableEntityName, fields, queryArgs);
|
|
2042
|
+
}
|
|
2043
|
+
id() {
|
|
2044
|
+
this.addField("id");
|
|
2045
|
+
return this;
|
|
2046
|
+
}
|
|
2047
|
+
name() {
|
|
2048
|
+
this.addField("name");
|
|
2049
|
+
return this;
|
|
2050
|
+
}
|
|
2051
|
+
type() {
|
|
2052
|
+
this.addField("type");
|
|
2053
|
+
return this;
|
|
2054
|
+
}
|
|
2055
|
+
entityName() {
|
|
2056
|
+
this.addField("entityName");
|
|
2057
|
+
return this;
|
|
2058
|
+
}
|
|
2059
|
+
whereExpression() {
|
|
2060
|
+
this.addField("whereExpression");
|
|
2061
|
+
return this;
|
|
2062
|
+
}
|
|
2063
|
+
field() {
|
|
2064
|
+
this.addField("field");
|
|
2065
|
+
return this;
|
|
2066
|
+
}
|
|
2067
|
+
role(options) {
|
|
2068
|
+
if (Array.isArray(options)) {
|
|
2069
|
+
this._associations["role"] = new RoleQueryOptions(options);
|
|
2070
|
+
} else {
|
|
2071
|
+
this._associations["role"] = options || new RoleQueryOptions(["id"]);
|
|
2072
|
+
}
|
|
2073
|
+
return this;
|
|
2074
|
+
}
|
|
2075
|
+
}
|
|
1881
2076
|
class RoleQueryOptions extends QueryOptions {
|
|
1882
2077
|
constructor(fields, queryArgs) {
|
|
1883
2078
|
super(RoleEntityName, fields, queryArgs);
|
|
@@ -1906,6 +2101,18 @@ class RoleQueryOptions extends QueryOptions {
|
|
|
1906
2101
|
this.addField("updatedAt");
|
|
1907
2102
|
return this;
|
|
1908
2103
|
}
|
|
2104
|
+
variables(options) {
|
|
2105
|
+
if (Array.isArray(options)) {
|
|
2106
|
+
this._associations["variables"] = new RoleVariableQueryOptions(options);
|
|
2107
|
+
} else {
|
|
2108
|
+
this._associations["variables"] = options || new RoleVariableQueryOptions(["id"]);
|
|
2109
|
+
}
|
|
2110
|
+
return this;
|
|
2111
|
+
}
|
|
2112
|
+
variablesAggregate(aggregate) {
|
|
2113
|
+
this._aggregates["variablesAggregate"] = aggregate;
|
|
2114
|
+
return this;
|
|
2115
|
+
}
|
|
1909
2116
|
users(options) {
|
|
1910
2117
|
if (Array.isArray(options)) {
|
|
1911
2118
|
this._associations["users"] = new UserQueryOptions(options);
|
|
@@ -2109,6 +2316,10 @@ class ComponentCategoryQueryOptions extends QueryOptions {
|
|
|
2109
2316
|
this.addField("isInMarket");
|
|
2110
2317
|
return this;
|
|
2111
2318
|
}
|
|
2319
|
+
isSectionBlock() {
|
|
2320
|
+
this.addField("isSectionBlock");
|
|
2321
|
+
return this;
|
|
2322
|
+
}
|
|
2112
2323
|
components(options) {
|
|
2113
2324
|
if (Array.isArray(options)) {
|
|
2114
2325
|
this._associations["components"] = new FrontComponentQueryOptions(options);
|
|
@@ -2123,9 +2334,9 @@ class ComponentCategoryQueryOptions extends QueryOptions {
|
|
|
2123
2334
|
}
|
|
2124
2335
|
theme(options) {
|
|
2125
2336
|
if (Array.isArray(options)) {
|
|
2126
|
-
this._associations["theme"] = new
|
|
2337
|
+
this._associations["theme"] = new ThemeBranchQueryOptions(options);
|
|
2127
2338
|
} else {
|
|
2128
|
-
this._associations["theme"] = options || new
|
|
2339
|
+
this._associations["theme"] = options || new ThemeBranchQueryOptions(["id"]);
|
|
2129
2340
|
}
|
|
2130
2341
|
return this;
|
|
2131
2342
|
}
|
|
@@ -2150,12 +2361,12 @@ class FrontComponentQueryOptions extends QueryOptions {
|
|
|
2150
2361
|
this.addField("seqValue");
|
|
2151
2362
|
return this;
|
|
2152
2363
|
}
|
|
2153
|
-
|
|
2154
|
-
this.addField("
|
|
2364
|
+
propsSchema() {
|
|
2365
|
+
this.addField("propsSchema");
|
|
2155
2366
|
return this;
|
|
2156
2367
|
}
|
|
2157
|
-
|
|
2158
|
-
this.addField("
|
|
2368
|
+
propsTest() {
|
|
2369
|
+
this.addField("propsTest");
|
|
2159
2370
|
return this;
|
|
2160
2371
|
}
|
|
2161
2372
|
updatedAt() {
|
|
@@ -2186,6 +2397,29 @@ class FrontComponentQueryOptions extends QueryOptions {
|
|
|
2186
2397
|
this.addField("description");
|
|
2187
2398
|
return this;
|
|
2188
2399
|
}
|
|
2400
|
+
/**
|
|
2401
|
+
* 父组件Id
|
|
2402
|
+
*/
|
|
2403
|
+
parentId() {
|
|
2404
|
+
this.addField("parentId");
|
|
2405
|
+
return this;
|
|
2406
|
+
}
|
|
2407
|
+
isSectionBlock() {
|
|
2408
|
+
this.addField("isSectionBlock");
|
|
2409
|
+
return this;
|
|
2410
|
+
}
|
|
2411
|
+
compileResult() {
|
|
2412
|
+
this.addField("compileResult");
|
|
2413
|
+
return this;
|
|
2414
|
+
}
|
|
2415
|
+
cover(options) {
|
|
2416
|
+
if (Array.isArray(options)) {
|
|
2417
|
+
this._associations["cover"] = new MediaQueryOptions(options);
|
|
2418
|
+
} else {
|
|
2419
|
+
this._associations["cover"] = options || new MediaQueryOptions(["id"]);
|
|
2420
|
+
}
|
|
2421
|
+
return this;
|
|
2422
|
+
}
|
|
2189
2423
|
category(options) {
|
|
2190
2424
|
if (Array.isArray(options)) {
|
|
2191
2425
|
this._associations["category"] = new ComponentCategoryQueryOptions(options);
|
|
@@ -2196,9 +2430,9 @@ class FrontComponentQueryOptions extends QueryOptions {
|
|
|
2196
2430
|
}
|
|
2197
2431
|
theme(options) {
|
|
2198
2432
|
if (Array.isArray(options)) {
|
|
2199
|
-
this._associations["theme"] = new
|
|
2433
|
+
this._associations["theme"] = new ThemeBranchQueryOptions(options);
|
|
2200
2434
|
} else {
|
|
2201
|
-
this._associations["theme"] = options || new
|
|
2435
|
+
this._associations["theme"] = options || new ThemeBranchQueryOptions(["id"]);
|
|
2202
2436
|
}
|
|
2203
2437
|
return this;
|
|
2204
2438
|
}
|
|
@@ -2289,9 +2523,9 @@ class ThemeConfigQueryOptions extends QueryOptions {
|
|
|
2289
2523
|
}
|
|
2290
2524
|
theme(options) {
|
|
2291
2525
|
if (Array.isArray(options)) {
|
|
2292
|
-
this._associations["theme"] = new
|
|
2526
|
+
this._associations["theme"] = new ThemeBranchQueryOptions(options);
|
|
2293
2527
|
} else {
|
|
2294
|
-
this._associations["theme"] = options || new
|
|
2528
|
+
this._associations["theme"] = options || new ThemeBranchQueryOptions(["id"]);
|
|
2295
2529
|
}
|
|
2296
2530
|
return this;
|
|
2297
2531
|
}
|
|
@@ -2338,9 +2572,9 @@ class TemplateCategoryQueryOptions extends QueryOptions {
|
|
|
2338
2572
|
}
|
|
2339
2573
|
theme(options) {
|
|
2340
2574
|
if (Array.isArray(options)) {
|
|
2341
|
-
this._associations["theme"] = new
|
|
2575
|
+
this._associations["theme"] = new ThemeBranchQueryOptions(options);
|
|
2342
2576
|
} else {
|
|
2343
|
-
this._associations["theme"] = options || new
|
|
2577
|
+
this._associations["theme"] = options || new ThemeBranchQueryOptions(["id"]);
|
|
2344
2578
|
}
|
|
2345
2579
|
return this;
|
|
2346
2580
|
}
|
|
@@ -2377,6 +2611,14 @@ class SectionTemplateQueryOptions extends QueryOptions {
|
|
|
2377
2611
|
this.addField("updatedAt");
|
|
2378
2612
|
return this;
|
|
2379
2613
|
}
|
|
2614
|
+
cover(options) {
|
|
2615
|
+
if (Array.isArray(options)) {
|
|
2616
|
+
this._associations["cover"] = new MediaQueryOptions(options);
|
|
2617
|
+
} else {
|
|
2618
|
+
this._associations["cover"] = options || new MediaQueryOptions(["id"]);
|
|
2619
|
+
}
|
|
2620
|
+
return this;
|
|
2621
|
+
}
|
|
2380
2622
|
category(options) {
|
|
2381
2623
|
if (Array.isArray(options)) {
|
|
2382
2624
|
this._associations["category"] = new TemplateCategoryQueryOptions(options);
|
|
@@ -2387,9 +2629,9 @@ class SectionTemplateQueryOptions extends QueryOptions {
|
|
|
2387
2629
|
}
|
|
2388
2630
|
theme(options) {
|
|
2389
2631
|
if (Array.isArray(options)) {
|
|
2390
|
-
this._associations["theme"] = new
|
|
2632
|
+
this._associations["theme"] = new ThemeBranchQueryOptions(options);
|
|
2391
2633
|
} else {
|
|
2392
|
-
this._associations["theme"] = options || new
|
|
2634
|
+
this._associations["theme"] = options || new ThemeBranchQueryOptions(["id"]);
|
|
2393
2635
|
}
|
|
2394
2636
|
return this;
|
|
2395
2637
|
}
|
|
@@ -2436,9 +2678,9 @@ class StyleConfigQueryOptions extends QueryOptions {
|
|
|
2436
2678
|
}
|
|
2437
2679
|
theme(options) {
|
|
2438
2680
|
if (Array.isArray(options)) {
|
|
2439
|
-
this._associations["theme"] = new
|
|
2681
|
+
this._associations["theme"] = new ThemeBranchQueryOptions(options);
|
|
2440
2682
|
} else {
|
|
2441
|
-
this._associations["theme"] = options || new
|
|
2683
|
+
this._associations["theme"] = options || new ThemeBranchQueryOptions(["id"]);
|
|
2442
2684
|
}
|
|
2443
2685
|
return this;
|
|
2444
2686
|
}
|
|
@@ -2498,9 +2740,9 @@ class ThemeVersionQueryOptions extends QueryOptions {
|
|
|
2498
2740
|
}
|
|
2499
2741
|
theme(options) {
|
|
2500
2742
|
if (Array.isArray(options)) {
|
|
2501
|
-
this._associations["theme"] = new
|
|
2743
|
+
this._associations["theme"] = new ThemeBranchQueryOptions(options);
|
|
2502
2744
|
} else {
|
|
2503
|
-
this._associations["theme"] = options || new
|
|
2745
|
+
this._associations["theme"] = options || new ThemeBranchQueryOptions(["id"]);
|
|
2504
2746
|
}
|
|
2505
2747
|
return this;
|
|
2506
2748
|
}
|
|
@@ -2566,28 +2808,10 @@ class ThemeQueryOptions extends QueryOptions {
|
|
|
2566
2808
|
this.addField("name");
|
|
2567
2809
|
return this;
|
|
2568
2810
|
}
|
|
2569
|
-
settings() {
|
|
2570
|
-
this.addField("settings");
|
|
2571
|
-
return this;
|
|
2572
|
-
}
|
|
2573
2811
|
description() {
|
|
2574
2812
|
this.addField("description");
|
|
2575
2813
|
return this;
|
|
2576
2814
|
}
|
|
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
2815
|
createdAt() {
|
|
2592
2816
|
this.addField("createdAt");
|
|
2593
2817
|
return this;
|
|
@@ -2596,14 +2820,22 @@ class ThemeQueryOptions extends QueryOptions {
|
|
|
2596
2820
|
this.addField("updatedAt");
|
|
2597
2821
|
return this;
|
|
2598
2822
|
}
|
|
2599
|
-
status() {
|
|
2600
|
-
this.addField("status");
|
|
2601
|
-
return this;
|
|
2602
|
-
}
|
|
2603
2823
|
seqValue() {
|
|
2604
2824
|
this.addField("seqValue");
|
|
2605
2825
|
return this;
|
|
2606
2826
|
}
|
|
2827
|
+
branches(options) {
|
|
2828
|
+
if (Array.isArray(options)) {
|
|
2829
|
+
this._associations["branches"] = new ThemeBranchQueryOptions(options);
|
|
2830
|
+
} else {
|
|
2831
|
+
this._associations["branches"] = options || new ThemeBranchQueryOptions(["id"]);
|
|
2832
|
+
}
|
|
2833
|
+
return this;
|
|
2834
|
+
}
|
|
2835
|
+
branchesAggregate(aggregate) {
|
|
2836
|
+
this._aggregates["branchesAggregate"] = aggregate;
|
|
2837
|
+
return this;
|
|
2838
|
+
}
|
|
2607
2839
|
cover(options) {
|
|
2608
2840
|
if (Array.isArray(options)) {
|
|
2609
2841
|
this._associations["cover"] = new MediaQueryOptions(options);
|
|
@@ -2612,33 +2844,85 @@ class ThemeQueryOptions extends QueryOptions {
|
|
|
2612
2844
|
}
|
|
2613
2845
|
return this;
|
|
2614
2846
|
}
|
|
2615
|
-
|
|
2847
|
+
category(options) {
|
|
2616
2848
|
if (Array.isArray(options)) {
|
|
2617
|
-
this._associations["
|
|
2849
|
+
this._associations["category"] = new ThemeCategoryQueryOptions(options);
|
|
2618
2850
|
} else {
|
|
2619
|
-
this._associations["
|
|
2851
|
+
this._associations["category"] = options || new ThemeCategoryQueryOptions(["id"]);
|
|
2620
2852
|
}
|
|
2621
2853
|
return this;
|
|
2622
2854
|
}
|
|
2623
|
-
|
|
2624
|
-
|
|
2855
|
+
}
|
|
2856
|
+
class ThemeBranchQueryOptions extends QueryOptions {
|
|
2857
|
+
constructor(fields, queryArgs) {
|
|
2858
|
+
super(ThemeBranchEntityName, fields, queryArgs);
|
|
2859
|
+
}
|
|
2860
|
+
id() {
|
|
2861
|
+
this.addField("id");
|
|
2625
2862
|
return this;
|
|
2626
2863
|
}
|
|
2627
|
-
|
|
2628
|
-
|
|
2629
|
-
this._associations["componentCategories"] = new ComponentCategoryQueryOptions(options);
|
|
2630
|
-
} else {
|
|
2631
|
-
this._associations["componentCategories"] = options || new ComponentCategoryQueryOptions(["id"]);
|
|
2632
|
-
}
|
|
2864
|
+
name() {
|
|
2865
|
+
this.addField("name");
|
|
2633
2866
|
return this;
|
|
2634
2867
|
}
|
|
2635
|
-
|
|
2636
|
-
this.
|
|
2868
|
+
settings() {
|
|
2869
|
+
this.addField("settings");
|
|
2637
2870
|
return this;
|
|
2638
2871
|
}
|
|
2639
|
-
|
|
2640
|
-
|
|
2641
|
-
|
|
2872
|
+
description() {
|
|
2873
|
+
this.addField("description");
|
|
2874
|
+
return this;
|
|
2875
|
+
}
|
|
2876
|
+
/**
|
|
2877
|
+
* 对应市场母主题ID
|
|
2878
|
+
*/
|
|
2879
|
+
parentThemeId() {
|
|
2880
|
+
this.addField("parentThemeId");
|
|
2881
|
+
return this;
|
|
2882
|
+
}
|
|
2883
|
+
createdAt() {
|
|
2884
|
+
this.addField("createdAt");
|
|
2885
|
+
return this;
|
|
2886
|
+
}
|
|
2887
|
+
updatedAt() {
|
|
2888
|
+
this.addField("updatedAt");
|
|
2889
|
+
return this;
|
|
2890
|
+
}
|
|
2891
|
+
status() {
|
|
2892
|
+
this.addField("status");
|
|
2893
|
+
return this;
|
|
2894
|
+
}
|
|
2895
|
+
version() {
|
|
2896
|
+
this.addField("version");
|
|
2897
|
+
return this;
|
|
2898
|
+
}
|
|
2899
|
+
components(options) {
|
|
2900
|
+
if (Array.isArray(options)) {
|
|
2901
|
+
this._associations["components"] = new FrontComponentQueryOptions(options);
|
|
2902
|
+
} else {
|
|
2903
|
+
this._associations["components"] = options || new FrontComponentQueryOptions(["id"]);
|
|
2904
|
+
}
|
|
2905
|
+
return this;
|
|
2906
|
+
}
|
|
2907
|
+
componentsAggregate(aggregate) {
|
|
2908
|
+
this._aggregates["componentsAggregate"] = aggregate;
|
|
2909
|
+
return this;
|
|
2910
|
+
}
|
|
2911
|
+
componentCategories(options) {
|
|
2912
|
+
if (Array.isArray(options)) {
|
|
2913
|
+
this._associations["componentCategories"] = new ComponentCategoryQueryOptions(options);
|
|
2914
|
+
} else {
|
|
2915
|
+
this._associations["componentCategories"] = options || new ComponentCategoryQueryOptions(["id"]);
|
|
2916
|
+
}
|
|
2917
|
+
return this;
|
|
2918
|
+
}
|
|
2919
|
+
componentCategoriesAggregate(aggregate) {
|
|
2920
|
+
this._aggregates["componentCategoriesAggregate"] = aggregate;
|
|
2921
|
+
return this;
|
|
2922
|
+
}
|
|
2923
|
+
pages(options) {
|
|
2924
|
+
if (Array.isArray(options)) {
|
|
2925
|
+
this._associations["pages"] = new PageQueryOptions(options);
|
|
2642
2926
|
} else {
|
|
2643
2927
|
this._associations["pages"] = options || new PageQueryOptions(["id"]);
|
|
2644
2928
|
}
|
|
@@ -2696,6 +2980,14 @@ class ThemeQueryOptions extends QueryOptions {
|
|
|
2696
2980
|
}
|
|
2697
2981
|
return this;
|
|
2698
2982
|
}
|
|
2983
|
+
mockWebsite(options) {
|
|
2984
|
+
if (Array.isArray(options)) {
|
|
2985
|
+
this._associations["mockWebsite"] = new WebsiteQueryOptions(options);
|
|
2986
|
+
} else {
|
|
2987
|
+
this._associations["mockWebsite"] = options || new WebsiteQueryOptions(["id"]);
|
|
2988
|
+
}
|
|
2989
|
+
return this;
|
|
2990
|
+
}
|
|
2699
2991
|
marketVersion(options) {
|
|
2700
2992
|
if (Array.isArray(options)) {
|
|
2701
2993
|
this._associations["marketVersion"] = new ThemeVersionQueryOptions(options);
|
|
@@ -2712,11 +3004,11 @@ class ThemeQueryOptions extends QueryOptions {
|
|
|
2712
3004
|
}
|
|
2713
3005
|
return this;
|
|
2714
3006
|
}
|
|
2715
|
-
|
|
3007
|
+
belongsToMain(options) {
|
|
2716
3008
|
if (Array.isArray(options)) {
|
|
2717
|
-
this._associations["
|
|
3009
|
+
this._associations["belongsToMain"] = new ThemeQueryOptions(options);
|
|
2718
3010
|
} else {
|
|
2719
|
-
this._associations["
|
|
3011
|
+
this._associations["belongsToMain"] = options || new ThemeQueryOptions(["id"]);
|
|
2720
3012
|
}
|
|
2721
3013
|
return this;
|
|
2722
3014
|
}
|
|
@@ -2782,9 +3074,9 @@ class PageQueryOptions extends QueryOptions {
|
|
|
2782
3074
|
}
|
|
2783
3075
|
theme(options) {
|
|
2784
3076
|
if (Array.isArray(options)) {
|
|
2785
|
-
this._associations["theme"] = new
|
|
3077
|
+
this._associations["theme"] = new ThemeBranchQueryOptions(options);
|
|
2786
3078
|
} else {
|
|
2787
|
-
this._associations["theme"] = options || new
|
|
3079
|
+
this._associations["theme"] = options || new ThemeBranchQueryOptions(["id"]);
|
|
2788
3080
|
}
|
|
2789
3081
|
return this;
|
|
2790
3082
|
}
|
|
@@ -3038,6 +3330,14 @@ class PostQueryOptions extends QueryOptions {
|
|
|
3038
3330
|
this.addField("description");
|
|
3039
3331
|
return this;
|
|
3040
3332
|
}
|
|
3333
|
+
isDeleted() {
|
|
3334
|
+
this.addField("isDeleted");
|
|
3335
|
+
return this;
|
|
3336
|
+
}
|
|
3337
|
+
deletedAt() {
|
|
3338
|
+
this.addField("deletedAt");
|
|
3339
|
+
return this;
|
|
3340
|
+
}
|
|
3041
3341
|
tags(options) {
|
|
3042
3342
|
if (Array.isArray(options)) {
|
|
3043
3343
|
this._associations["tags"] = new TagQueryOptions(options);
|
|
@@ -3233,79 +3533,6 @@ class AttachmentOnProductQueryOptions extends QueryOptions {
|
|
|
3233
3533
|
return this;
|
|
3234
3534
|
}
|
|
3235
3535
|
}
|
|
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
3536
|
class FAQQueryOptions extends QueryOptions {
|
|
3310
3537
|
constructor(fields, queryArgs) {
|
|
3311
3538
|
super(FAQEntityName, fields, queryArgs);
|
|
@@ -3330,12 +3557,8 @@ class FAQQueryOptions extends QueryOptions {
|
|
|
3330
3557
|
this.addField("updatedAt");
|
|
3331
3558
|
return this;
|
|
3332
3559
|
}
|
|
3333
|
-
|
|
3334
|
-
|
|
3335
|
-
this._associations["website"] = new WebsiteQueryOptions(options);
|
|
3336
|
-
} else {
|
|
3337
|
-
this._associations["website"] = options || new WebsiteQueryOptions(["id"]);
|
|
3338
|
-
}
|
|
3560
|
+
seqValue() {
|
|
3561
|
+
this.addField("seqValue");
|
|
3339
3562
|
return this;
|
|
3340
3563
|
}
|
|
3341
3564
|
product(options) {
|
|
@@ -3346,14 +3569,6 @@ class FAQQueryOptions extends QueryOptions {
|
|
|
3346
3569
|
}
|
|
3347
3570
|
return this;
|
|
3348
3571
|
}
|
|
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
3572
|
}
|
|
3358
3573
|
class ProductRelatedPivotQueryOptions extends QueryOptions {
|
|
3359
3574
|
constructor(fields, queryArgs) {
|
|
@@ -3474,6 +3689,14 @@ class ProductQueryOptions extends QueryOptions {
|
|
|
3474
3689
|
this.addField("description");
|
|
3475
3690
|
return this;
|
|
3476
3691
|
}
|
|
3692
|
+
isDeleted() {
|
|
3693
|
+
this.addField("isDeleted");
|
|
3694
|
+
return this;
|
|
3695
|
+
}
|
|
3696
|
+
deletedAt() {
|
|
3697
|
+
this.addField("deletedAt");
|
|
3698
|
+
return this;
|
|
3699
|
+
}
|
|
3477
3700
|
category(options) {
|
|
3478
3701
|
if (Array.isArray(options)) {
|
|
3479
3702
|
this._associations["category"] = new ProductCategoryQueryOptions(options);
|
|
@@ -3582,65 +3805,8 @@ class ProductQueryOptions extends QueryOptions {
|
|
|
3582
3805
|
}
|
|
3583
3806
|
return this;
|
|
3584
3807
|
}
|
|
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
|
-
}
|
|
3808
|
+
relatedByPovitAggregate(aggregate) {
|
|
3809
|
+
this._aggregates["relatedByPovitAggregate"] = aggregate;
|
|
3644
3810
|
return this;
|
|
3645
3811
|
}
|
|
3646
3812
|
}
|
|
@@ -3927,6 +4093,84 @@ class BulletinQueryOptions extends QueryOptions {
|
|
|
3927
4093
|
return this;
|
|
3928
4094
|
}
|
|
3929
4095
|
}
|
|
4096
|
+
class WebsiteSnapshotQueryOptions extends QueryOptions {
|
|
4097
|
+
constructor(fields, queryArgs) {
|
|
4098
|
+
super(WebsiteSnapshotEntityName, fields, queryArgs);
|
|
4099
|
+
}
|
|
4100
|
+
id() {
|
|
4101
|
+
this.addField("id");
|
|
4102
|
+
return this;
|
|
4103
|
+
}
|
|
4104
|
+
medias(options) {
|
|
4105
|
+
if (Array.isArray(options)) {
|
|
4106
|
+
this._associations["medias"] = new MediaQueryOptions(options);
|
|
4107
|
+
} else {
|
|
4108
|
+
this._associations["medias"] = options || new MediaQueryOptions(["id"]);
|
|
4109
|
+
}
|
|
4110
|
+
return this;
|
|
4111
|
+
}
|
|
4112
|
+
mediasAggregate(aggregate) {
|
|
4113
|
+
this._aggregates["mediasAggregate"] = aggregate;
|
|
4114
|
+
return this;
|
|
4115
|
+
}
|
|
4116
|
+
website(options) {
|
|
4117
|
+
if (Array.isArray(options)) {
|
|
4118
|
+
this._associations["website"] = new WebsiteQueryOptions(options);
|
|
4119
|
+
} else {
|
|
4120
|
+
this._associations["website"] = options || new WebsiteQueryOptions(["id"]);
|
|
4121
|
+
}
|
|
4122
|
+
return this;
|
|
4123
|
+
}
|
|
4124
|
+
}
|
|
4125
|
+
class UserOperationQueryOptions extends QueryOptions {
|
|
4126
|
+
constructor(fields, queryArgs) {
|
|
4127
|
+
super(UserOperationEntityName, fields, queryArgs);
|
|
4128
|
+
}
|
|
4129
|
+
id() {
|
|
4130
|
+
this.addField("id");
|
|
4131
|
+
return this;
|
|
4132
|
+
}
|
|
4133
|
+
type() {
|
|
4134
|
+
this.addField("type");
|
|
4135
|
+
return this;
|
|
4136
|
+
}
|
|
4137
|
+
createdAt() {
|
|
4138
|
+
this.addField("createdAt");
|
|
4139
|
+
return this;
|
|
4140
|
+
}
|
|
4141
|
+
title() {
|
|
4142
|
+
this.addField("title");
|
|
4143
|
+
return this;
|
|
4144
|
+
}
|
|
4145
|
+
description() {
|
|
4146
|
+
this.addField("description");
|
|
4147
|
+
return this;
|
|
4148
|
+
}
|
|
4149
|
+
module() {
|
|
4150
|
+
this.addField("module");
|
|
4151
|
+
return this;
|
|
4152
|
+
}
|
|
4153
|
+
langId() {
|
|
4154
|
+
this.addField("langId");
|
|
4155
|
+
return this;
|
|
4156
|
+
}
|
|
4157
|
+
user(options) {
|
|
4158
|
+
if (Array.isArray(options)) {
|
|
4159
|
+
this._associations["user"] = new UserQueryOptions(options);
|
|
4160
|
+
} else {
|
|
4161
|
+
this._associations["user"] = options || new UserQueryOptions(["id"]);
|
|
4162
|
+
}
|
|
4163
|
+
return this;
|
|
4164
|
+
}
|
|
4165
|
+
website(options) {
|
|
4166
|
+
if (Array.isArray(options)) {
|
|
4167
|
+
this._associations["website"] = new WebsiteQueryOptions(options);
|
|
4168
|
+
} else {
|
|
4169
|
+
this._associations["website"] = options || new WebsiteQueryOptions(["id"]);
|
|
4170
|
+
}
|
|
4171
|
+
return this;
|
|
4172
|
+
}
|
|
4173
|
+
}
|
|
3930
4174
|
class WebsiteQueryOptions extends QueryOptions {
|
|
3931
4175
|
constructor(fields, queryArgs) {
|
|
3932
4176
|
super(WebsiteEntityName, fields, queryArgs);
|
|
@@ -4068,30 +4312,6 @@ class WebsiteQueryOptions extends QueryOptions {
|
|
|
4068
4312
|
this._aggregates["partsOfPostAggregate"] = aggregate;
|
|
4069
4313
|
return this;
|
|
4070
4314
|
}
|
|
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
4315
|
partsOfPostCategory(options) {
|
|
4096
4316
|
if (Array.isArray(options)) {
|
|
4097
4317
|
this._associations["partsOfPostCategory"] = new PostCategoryQueryOptions(options);
|
|
@@ -4186,9 +4406,9 @@ class WebsiteQueryOptions extends QueryOptions {
|
|
|
4186
4406
|
}
|
|
4187
4407
|
themes(options) {
|
|
4188
4408
|
if (Array.isArray(options)) {
|
|
4189
|
-
this._associations["themes"] = new
|
|
4409
|
+
this._associations["themes"] = new ThemeBranchQueryOptions(options);
|
|
4190
4410
|
} else {
|
|
4191
|
-
this._associations["themes"] = options || new
|
|
4411
|
+
this._associations["themes"] = options || new ThemeBranchQueryOptions(["id"]);
|
|
4192
4412
|
}
|
|
4193
4413
|
return this;
|
|
4194
4414
|
}
|
|
@@ -4236,30 +4456,50 @@ class WebsiteQueryOptions extends QueryOptions {
|
|
|
4236
4456
|
this._aggregates["searchIndexesAggregate"] = aggregate;
|
|
4237
4457
|
return this;
|
|
4238
4458
|
}
|
|
4239
|
-
|
|
4459
|
+
bulletins(options) {
|
|
4460
|
+
if (Array.isArray(options)) {
|
|
4461
|
+
this._associations["bulletins"] = new BulletinQueryOptions(options);
|
|
4462
|
+
} else {
|
|
4463
|
+
this._associations["bulletins"] = options || new BulletinQueryOptions(["id"]);
|
|
4464
|
+
}
|
|
4465
|
+
return this;
|
|
4466
|
+
}
|
|
4467
|
+
bulletinsAggregate(aggregate) {
|
|
4468
|
+
this._aggregates["bulletinsAggregate"] = aggregate;
|
|
4469
|
+
return this;
|
|
4470
|
+
}
|
|
4471
|
+
snapshots(options) {
|
|
4472
|
+
if (Array.isArray(options)) {
|
|
4473
|
+
this._associations["snapshots"] = new WebsiteSnapshotQueryOptions(options);
|
|
4474
|
+
} else {
|
|
4475
|
+
this._associations["snapshots"] = options || new WebsiteSnapshotQueryOptions(["id"]);
|
|
4476
|
+
}
|
|
4477
|
+
return this;
|
|
4478
|
+
}
|
|
4479
|
+
snapshotsAggregate(aggregate) {
|
|
4480
|
+
this._aggregates["snapshotsAggregate"] = aggregate;
|
|
4481
|
+
return this;
|
|
4482
|
+
}
|
|
4483
|
+
userOperations(options) {
|
|
4240
4484
|
if (Array.isArray(options)) {
|
|
4241
|
-
this._associations["
|
|
4485
|
+
this._associations["userOperations"] = new UserOperationQueryOptions(options);
|
|
4242
4486
|
} else {
|
|
4243
|
-
this._associations["
|
|
4487
|
+
this._associations["userOperations"] = options || new UserOperationQueryOptions(["id"]);
|
|
4244
4488
|
}
|
|
4245
4489
|
return this;
|
|
4246
4490
|
}
|
|
4247
|
-
|
|
4248
|
-
this._aggregates["
|
|
4491
|
+
userOperationsAggregate(aggregate) {
|
|
4492
|
+
this._aggregates["userOperationsAggregate"] = aggregate;
|
|
4249
4493
|
return this;
|
|
4250
4494
|
}
|
|
4251
|
-
|
|
4495
|
+
mockBranch(options) {
|
|
4252
4496
|
if (Array.isArray(options)) {
|
|
4253
|
-
this._associations["
|
|
4497
|
+
this._associations["mockBranch"] = new ThemeBranchQueryOptions(options);
|
|
4254
4498
|
} else {
|
|
4255
|
-
this._associations["
|
|
4499
|
+
this._associations["mockBranch"] = options || new ThemeBranchQueryOptions(["id"]);
|
|
4256
4500
|
}
|
|
4257
4501
|
return this;
|
|
4258
4502
|
}
|
|
4259
|
-
bulletinsAggregate(aggregate) {
|
|
4260
|
-
this._aggregates["bulletinsAggregate"] = aggregate;
|
|
4261
|
-
return this;
|
|
4262
|
-
}
|
|
4263
4503
|
}
|
|
4264
4504
|
class CustomerQueryOptions extends QueryOptions {
|
|
4265
4505
|
constructor(fields, queryArgs) {
|
|
@@ -4429,6 +4669,22 @@ class EnquiryQueryOptions extends QueryOptions {
|
|
|
4429
4669
|
this.addField("mobile");
|
|
4430
4670
|
return this;
|
|
4431
4671
|
}
|
|
4672
|
+
visitorId() {
|
|
4673
|
+
this.addField("visitorId");
|
|
4674
|
+
return this;
|
|
4675
|
+
}
|
|
4676
|
+
sessionId() {
|
|
4677
|
+
this.addField("sessionId");
|
|
4678
|
+
return this;
|
|
4679
|
+
}
|
|
4680
|
+
extends() {
|
|
4681
|
+
this.addField("extends");
|
|
4682
|
+
return this;
|
|
4683
|
+
}
|
|
4684
|
+
type() {
|
|
4685
|
+
this.addField("type");
|
|
4686
|
+
return this;
|
|
4687
|
+
}
|
|
4432
4688
|
createdAt() {
|
|
4433
4689
|
this.addField("createdAt");
|
|
4434
4690
|
return this;
|
|
@@ -4449,6 +4705,18 @@ class EnquiryQueryOptions extends QueryOptions {
|
|
|
4449
4705
|
}
|
|
4450
4706
|
return this;
|
|
4451
4707
|
}
|
|
4708
|
+
attachments(options) {
|
|
4709
|
+
if (Array.isArray(options)) {
|
|
4710
|
+
this._associations["attachments"] = new MediaQueryOptions(options);
|
|
4711
|
+
} else {
|
|
4712
|
+
this._associations["attachments"] = options || new MediaQueryOptions(["id"]);
|
|
4713
|
+
}
|
|
4714
|
+
return this;
|
|
4715
|
+
}
|
|
4716
|
+
attachmentsAggregate(aggregate) {
|
|
4717
|
+
this._aggregates["attachmentsAggregate"] = aggregate;
|
|
4718
|
+
return this;
|
|
4719
|
+
}
|
|
4452
4720
|
customer(options) {
|
|
4453
4721
|
if (Array.isArray(options)) {
|
|
4454
4722
|
this._associations["customer"] = new CustomerQueryOptions(options);
|
|
@@ -4573,30 +4841,6 @@ class LangQueryOptions extends QueryOptions {
|
|
|
4573
4841
|
this._aggregates["webPartsOfPostAggregate"] = aggregate;
|
|
4574
4842
|
return this;
|
|
4575
4843
|
}
|
|
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
4844
|
webPartsOfPostCategory(options) {
|
|
4601
4845
|
if (Array.isArray(options)) {
|
|
4602
4846
|
this._associations["webPartsOfPostCategory"] = new PostCategoryQueryOptions(options);
|
|
@@ -4695,9 +4939,9 @@ class LangQueryOptions extends QueryOptions {
|
|
|
4695
4939
|
}
|
|
4696
4940
|
themes(options) {
|
|
4697
4941
|
if (Array.isArray(options)) {
|
|
4698
|
-
this._associations["themes"] = new
|
|
4942
|
+
this._associations["themes"] = new ThemeBranchQueryOptions(options);
|
|
4699
4943
|
} else {
|
|
4700
|
-
this._associations["themes"] = options || new
|
|
4944
|
+
this._associations["themes"] = options || new ThemeBranchQueryOptions(["id"]);
|
|
4701
4945
|
}
|
|
4702
4946
|
return this;
|
|
4703
4947
|
}
|
|
@@ -4803,6 +5047,10 @@ class MediaQueryOptions extends QueryOptions {
|
|
|
4803
5047
|
this.addField("id");
|
|
4804
5048
|
return this;
|
|
4805
5049
|
}
|
|
5050
|
+
mediaRef() {
|
|
5051
|
+
this.addField("mediaRef");
|
|
5052
|
+
return this;
|
|
5053
|
+
}
|
|
4806
5054
|
name() {
|
|
4807
5055
|
this.addField("name");
|
|
4808
5056
|
return this;
|
|
@@ -4819,6 +5067,9 @@ class MediaQueryOptions extends QueryOptions {
|
|
|
4819
5067
|
this.addField("extName");
|
|
4820
5068
|
return this;
|
|
4821
5069
|
}
|
|
5070
|
+
/**
|
|
5071
|
+
* media file
|
|
5072
|
+
*/
|
|
4822
5073
|
file(fields) {
|
|
4823
5074
|
this.addObjectField("file", fields);
|
|
4824
5075
|
return this;
|
|
@@ -4839,10 +5090,26 @@ class MediaQueryOptions extends QueryOptions {
|
|
|
4839
5090
|
this.addField("mediaType");
|
|
4840
5091
|
return this;
|
|
4841
5092
|
}
|
|
5093
|
+
resource() {
|
|
5094
|
+
this.addField("resource");
|
|
5095
|
+
return this;
|
|
5096
|
+
}
|
|
5097
|
+
storageType() {
|
|
5098
|
+
this.addField("storageType");
|
|
5099
|
+
return this;
|
|
5100
|
+
}
|
|
4842
5101
|
content() {
|
|
4843
5102
|
this.addField("content");
|
|
4844
5103
|
return this;
|
|
4845
5104
|
}
|
|
5105
|
+
isDeleted() {
|
|
5106
|
+
this.addField("isDeleted");
|
|
5107
|
+
return this;
|
|
5108
|
+
}
|
|
5109
|
+
deletedAt() {
|
|
5110
|
+
this.addField("deletedAt");
|
|
5111
|
+
return this;
|
|
5112
|
+
}
|
|
4846
5113
|
folder(options) {
|
|
4847
5114
|
if (Array.isArray(options)) {
|
|
4848
5115
|
this._associations["folder"] = new MediaFolderQueryOptions(options);
|
|
@@ -4923,18 +5190,6 @@ class MediaQueryOptions extends QueryOptions {
|
|
|
4923
5190
|
}
|
|
4924
5191
|
return this;
|
|
4925
5192
|
}
|
|
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
5193
|
postCategory(options) {
|
|
4939
5194
|
if (Array.isArray(options)) {
|
|
4940
5195
|
this._associations["postCategory"] = new PostCategoryQueryOptions(options);
|
|
@@ -4979,6 +5234,66 @@ class MediaQueryOptions extends QueryOptions {
|
|
|
4979
5234
|
this._aggregates["searchIndexAggregate"] = aggregate;
|
|
4980
5235
|
return this;
|
|
4981
5236
|
}
|
|
5237
|
+
snapshot(options) {
|
|
5238
|
+
if (Array.isArray(options)) {
|
|
5239
|
+
this._associations["snapshot"] = new WebsiteSnapshotQueryOptions(options);
|
|
5240
|
+
} else {
|
|
5241
|
+
this._associations["snapshot"] = options || new WebsiteSnapshotQueryOptions(["id"]);
|
|
5242
|
+
}
|
|
5243
|
+
return this;
|
|
5244
|
+
}
|
|
5245
|
+
snapshotAggregate(aggregate) {
|
|
5246
|
+
this._aggregates["snapshotAggregate"] = aggregate;
|
|
5247
|
+
return this;
|
|
5248
|
+
}
|
|
5249
|
+
coverOfComponent(options) {
|
|
5250
|
+
if (Array.isArray(options)) {
|
|
5251
|
+
this._associations["coverOfComponent"] = new FrontComponentQueryOptions(options);
|
|
5252
|
+
} else {
|
|
5253
|
+
this._associations["coverOfComponent"] = options || new FrontComponentQueryOptions(["id"]);
|
|
5254
|
+
}
|
|
5255
|
+
return this;
|
|
5256
|
+
}
|
|
5257
|
+
coverOfComponentAggregate(aggregate) {
|
|
5258
|
+
this._aggregates["coverOfComponentAggregate"] = aggregate;
|
|
5259
|
+
return this;
|
|
5260
|
+
}
|
|
5261
|
+
coverOfSectionTemplate(options) {
|
|
5262
|
+
if (Array.isArray(options)) {
|
|
5263
|
+
this._associations["coverOfSectionTemplate"] = new SectionTemplateQueryOptions(options);
|
|
5264
|
+
} else {
|
|
5265
|
+
this._associations["coverOfSectionTemplate"] = options || new SectionTemplateQueryOptions(["id"]);
|
|
5266
|
+
}
|
|
5267
|
+
return this;
|
|
5268
|
+
}
|
|
5269
|
+
coverOfSectionTemplateAggregate(aggregate) {
|
|
5270
|
+
this._aggregates["coverOfSectionTemplateAggregate"] = aggregate;
|
|
5271
|
+
return this;
|
|
5272
|
+
}
|
|
5273
|
+
attachmentOfEnquiry(options) {
|
|
5274
|
+
if (Array.isArray(options)) {
|
|
5275
|
+
this._associations["attachmentOfEnquiry"] = new EnquiryQueryOptions(options);
|
|
5276
|
+
} else {
|
|
5277
|
+
this._associations["attachmentOfEnquiry"] = options || new EnquiryQueryOptions(["id"]);
|
|
5278
|
+
}
|
|
5279
|
+
return this;
|
|
5280
|
+
}
|
|
5281
|
+
coverOfTheme(options) {
|
|
5282
|
+
if (Array.isArray(options)) {
|
|
5283
|
+
this._associations["coverOfTheme"] = new ThemeQueryOptions(options);
|
|
5284
|
+
} else {
|
|
5285
|
+
this._associations["coverOfTheme"] = options || new ThemeQueryOptions(["id"]);
|
|
5286
|
+
}
|
|
5287
|
+
return this;
|
|
5288
|
+
}
|
|
5289
|
+
owner(options) {
|
|
5290
|
+
if (Array.isArray(options)) {
|
|
5291
|
+
this._associations["owner"] = new UserQueryOptions(options);
|
|
5292
|
+
} else {
|
|
5293
|
+
this._associations["owner"] = options || new UserQueryOptions(["id"]);
|
|
5294
|
+
}
|
|
5295
|
+
return this;
|
|
5296
|
+
}
|
|
4982
5297
|
}
|
|
4983
5298
|
class UserQueryOptions extends QueryOptions {
|
|
4984
5299
|
constructor(fields, queryArgs) {
|
|
@@ -5118,6 +5433,30 @@ class UserQueryOptions extends QueryOptions {
|
|
|
5118
5433
|
this._aggregates["productsAggregate"] = aggregate;
|
|
5119
5434
|
return this;
|
|
5120
5435
|
}
|
|
5436
|
+
operations(options) {
|
|
5437
|
+
if (Array.isArray(options)) {
|
|
5438
|
+
this._associations["operations"] = new UserOperationQueryOptions(options);
|
|
5439
|
+
} else {
|
|
5440
|
+
this._associations["operations"] = options || new UserOperationQueryOptions(["id"]);
|
|
5441
|
+
}
|
|
5442
|
+
return this;
|
|
5443
|
+
}
|
|
5444
|
+
operationsAggregate(aggregate) {
|
|
5445
|
+
this._aggregates["operationsAggregate"] = aggregate;
|
|
5446
|
+
return this;
|
|
5447
|
+
}
|
|
5448
|
+
medias(options) {
|
|
5449
|
+
if (Array.isArray(options)) {
|
|
5450
|
+
this._associations["medias"] = new MediaQueryOptions(options);
|
|
5451
|
+
} else {
|
|
5452
|
+
this._associations["medias"] = options || new MediaQueryOptions(["id"]);
|
|
5453
|
+
}
|
|
5454
|
+
return this;
|
|
5455
|
+
}
|
|
5456
|
+
mediasAggregate(aggregate) {
|
|
5457
|
+
this._aggregates["mediasAggregate"] = aggregate;
|
|
5458
|
+
return this;
|
|
5459
|
+
}
|
|
5121
5460
|
posts(options) {
|
|
5122
5461
|
if (Array.isArray(options)) {
|
|
5123
5462
|
this._associations["posts"] = new PostQueryOptions(options);
|
|
@@ -5159,12 +5498,12 @@ class AbilityQueryOptions extends QueryOptions {
|
|
|
5159
5498
|
this.addField("id");
|
|
5160
5499
|
return this;
|
|
5161
5500
|
}
|
|
5162
|
-
|
|
5163
|
-
this.addField("
|
|
5501
|
+
entityName() {
|
|
5502
|
+
this.addField("entityName");
|
|
5164
5503
|
return this;
|
|
5165
5504
|
}
|
|
5166
|
-
|
|
5167
|
-
this.addField("
|
|
5505
|
+
columnName() {
|
|
5506
|
+
this.addField("columnName");
|
|
5168
5507
|
return this;
|
|
5169
5508
|
}
|
|
5170
5509
|
can() {
|
|
@@ -5184,6 +5523,35 @@ class AbilityQueryOptions extends QueryOptions {
|
|
|
5184
5523
|
return this;
|
|
5185
5524
|
}
|
|
5186
5525
|
}
|
|
5526
|
+
class StorageRecordQueryOptions extends QueryOptions {
|
|
5527
|
+
constructor(fields, queryArgs) {
|
|
5528
|
+
super(StorageRecordEntityName, fields, queryArgs);
|
|
5529
|
+
}
|
|
5530
|
+
id() {
|
|
5531
|
+
this.addField("id");
|
|
5532
|
+
return this;
|
|
5533
|
+
}
|
|
5534
|
+
refId() {
|
|
5535
|
+
this.addField("refId");
|
|
5536
|
+
return this;
|
|
5537
|
+
}
|
|
5538
|
+
resource() {
|
|
5539
|
+
this.addField("resource");
|
|
5540
|
+
return this;
|
|
5541
|
+
}
|
|
5542
|
+
storageType() {
|
|
5543
|
+
this.addField("storageType");
|
|
5544
|
+
return this;
|
|
5545
|
+
}
|
|
5546
|
+
createdAt() {
|
|
5547
|
+
this.addField("createdAt");
|
|
5548
|
+
return this;
|
|
5549
|
+
}
|
|
5550
|
+
updatedAt() {
|
|
5551
|
+
this.addField("updatedAt");
|
|
5552
|
+
return this;
|
|
5553
|
+
}
|
|
5554
|
+
}
|
|
5187
5555
|
class MailQueryOptions extends QueryOptions {
|
|
5188
5556
|
constructor(fields, queryArgs) {
|
|
5189
5557
|
super(MailEntityName, fields, queryArgs);
|
|
@@ -5359,6 +5727,95 @@ class NotificationQueryOptions extends QueryOptions {
|
|
|
5359
5727
|
return this;
|
|
5360
5728
|
}
|
|
5361
5729
|
}
|
|
5730
|
+
class VisitorLogQueryOptions extends QueryOptions {
|
|
5731
|
+
constructor(fields, queryArgs) {
|
|
5732
|
+
super(VisitorLogEntityName, fields, queryArgs);
|
|
5733
|
+
}
|
|
5734
|
+
id() {
|
|
5735
|
+
this.addField("id");
|
|
5736
|
+
return this;
|
|
5737
|
+
}
|
|
5738
|
+
visitorId() {
|
|
5739
|
+
this.addField("visitorId");
|
|
5740
|
+
return this;
|
|
5741
|
+
}
|
|
5742
|
+
sessionId() {
|
|
5743
|
+
this.addField("sessionId");
|
|
5744
|
+
return this;
|
|
5745
|
+
}
|
|
5746
|
+
type() {
|
|
5747
|
+
this.addField("type");
|
|
5748
|
+
return this;
|
|
5749
|
+
}
|
|
5750
|
+
url() {
|
|
5751
|
+
this.addField("url");
|
|
5752
|
+
return this;
|
|
5753
|
+
}
|
|
5754
|
+
referrer() {
|
|
5755
|
+
this.addField("referrer");
|
|
5756
|
+
return this;
|
|
5757
|
+
}
|
|
5758
|
+
duration() {
|
|
5759
|
+
this.addField("duration");
|
|
5760
|
+
return this;
|
|
5761
|
+
}
|
|
5762
|
+
timestamp() {
|
|
5763
|
+
this.addField("timestamp");
|
|
5764
|
+
return this;
|
|
5765
|
+
}
|
|
5766
|
+
userAgent() {
|
|
5767
|
+
this.addField("userAgent");
|
|
5768
|
+
return this;
|
|
5769
|
+
}
|
|
5770
|
+
device() {
|
|
5771
|
+
this.addField("device");
|
|
5772
|
+
return this;
|
|
5773
|
+
}
|
|
5774
|
+
websiteId() {
|
|
5775
|
+
this.addField("websiteId");
|
|
5776
|
+
return this;
|
|
5777
|
+
}
|
|
5778
|
+
langAbbr() {
|
|
5779
|
+
this.addField("langAbbr");
|
|
5780
|
+
return this;
|
|
5781
|
+
}
|
|
5782
|
+
country() {
|
|
5783
|
+
this.addField("country");
|
|
5784
|
+
return this;
|
|
5785
|
+
}
|
|
5786
|
+
city() {
|
|
5787
|
+
this.addField("city");
|
|
5788
|
+
return this;
|
|
5789
|
+
}
|
|
5790
|
+
ip() {
|
|
5791
|
+
this.addField("ip");
|
|
5792
|
+
return this;
|
|
5793
|
+
}
|
|
5794
|
+
isNewUser() {
|
|
5795
|
+
this.addField("isNewUser");
|
|
5796
|
+
return this;
|
|
5797
|
+
}
|
|
5798
|
+
createdAt() {
|
|
5799
|
+
this.addField("createdAt");
|
|
5800
|
+
return this;
|
|
5801
|
+
}
|
|
5802
|
+
updatedAt() {
|
|
5803
|
+
this.addField("updatedAt");
|
|
5804
|
+
return this;
|
|
5805
|
+
}
|
|
5806
|
+
browserLanguage() {
|
|
5807
|
+
this.addField("browserLanguage");
|
|
5808
|
+
return this;
|
|
5809
|
+
}
|
|
5810
|
+
platform() {
|
|
5811
|
+
this.addField("platform");
|
|
5812
|
+
return this;
|
|
5813
|
+
}
|
|
5814
|
+
pageTitle() {
|
|
5815
|
+
this.addField("pageTitle");
|
|
5816
|
+
return this;
|
|
5817
|
+
}
|
|
5818
|
+
}
|
|
5362
5819
|
const userEntry = {
|
|
5363
5820
|
entityName: UserEntityName,
|
|
5364
5821
|
entityLabel: UserEntityLabel,
|
|
@@ -5374,6 +5831,11 @@ const abilityEntry = {
|
|
|
5374
5831
|
entityLabel: AbilityEntityLabel,
|
|
5375
5832
|
toInput: abilityToInput
|
|
5376
5833
|
};
|
|
5834
|
+
const storageRecordEntry = {
|
|
5835
|
+
entityName: StorageRecordEntityName,
|
|
5836
|
+
entityLabel: StorageRecordEntityLabel,
|
|
5837
|
+
toInput: storageRecordToInput
|
|
5838
|
+
};
|
|
5377
5839
|
const mediaEntry = {
|
|
5378
5840
|
entityName: MediaEntityName,
|
|
5379
5841
|
entityLabel: MediaEntityLabel,
|
|
@@ -5384,6 +5846,11 @@ const mailEntry = {
|
|
|
5384
5846
|
entityLabel: MailEntityLabel,
|
|
5385
5847
|
toInput: mailToInput
|
|
5386
5848
|
};
|
|
5849
|
+
const roleVariableEntry = {
|
|
5850
|
+
entityName: RoleVariableEntityName,
|
|
5851
|
+
entityLabel: RoleVariableEntityLabel,
|
|
5852
|
+
toInput: roleVariableToInput
|
|
5853
|
+
};
|
|
5387
5854
|
const websiteEntry = {
|
|
5388
5855
|
entityName: WebsiteEntityName,
|
|
5389
5856
|
entityLabel: WebsiteEntityLabel,
|
|
@@ -5424,10 +5891,10 @@ const websiteSettingsEntry = {
|
|
|
5424
5891
|
entityLabel: WebsiteSettingsEntityLabel,
|
|
5425
5892
|
toInput: websiteSettingsToInput
|
|
5426
5893
|
};
|
|
5427
|
-
const
|
|
5428
|
-
entityName:
|
|
5429
|
-
entityLabel:
|
|
5430
|
-
toInput:
|
|
5894
|
+
const themeBranchEntry = {
|
|
5895
|
+
entityName: ThemeBranchEntityName,
|
|
5896
|
+
entityLabel: ThemeBranchEntityLabel,
|
|
5897
|
+
toInput: themeBranchToInput
|
|
5431
5898
|
};
|
|
5432
5899
|
const mediaFolderEntry = {
|
|
5433
5900
|
entityName: MediaFolderEntityName,
|
|
@@ -5544,16 +6011,6 @@ const notificationEntry = {
|
|
|
5544
6011
|
entityLabel: NotificationEntityLabel,
|
|
5545
6012
|
toInput: notificationToInput
|
|
5546
6013
|
};
|
|
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
6014
|
const fAQEntry = {
|
|
5558
6015
|
entityName: FAQEntityName,
|
|
5559
6016
|
entityLabel: FAQEntityLabel,
|
|
@@ -5569,6 +6026,26 @@ const productRelatedPivotEntry = {
|
|
|
5569
6026
|
entityLabel: ProductRelatedPivotEntityLabel,
|
|
5570
6027
|
toInput: productRelatedPivotToInput
|
|
5571
6028
|
};
|
|
6029
|
+
const websiteSnapshotEntry = {
|
|
6030
|
+
entityName: WebsiteSnapshotEntityName,
|
|
6031
|
+
entityLabel: WebsiteSnapshotEntityLabel,
|
|
6032
|
+
toInput: websiteSnapshotToInput
|
|
6033
|
+
};
|
|
6034
|
+
const visitorLogEntry = {
|
|
6035
|
+
entityName: VisitorLogEntityName,
|
|
6036
|
+
entityLabel: VisitorLogEntityLabel,
|
|
6037
|
+
toInput: visitorLogToInput
|
|
6038
|
+
};
|
|
6039
|
+
const userOperationEntry = {
|
|
6040
|
+
entityName: UserOperationEntityName,
|
|
6041
|
+
entityLabel: UserOperationEntityLabel,
|
|
6042
|
+
toInput: userOperationToInput
|
|
6043
|
+
};
|
|
6044
|
+
const themeEntry = {
|
|
6045
|
+
entityName: ThemeEntityName,
|
|
6046
|
+
entityLabel: ThemeEntityLabel,
|
|
6047
|
+
toInput: themeToInput
|
|
6048
|
+
};
|
|
5572
6049
|
var UserFields = /* @__PURE__ */ ((UserFields2) => {
|
|
5573
6050
|
UserFields2["id"] = "id";
|
|
5574
6051
|
UserFields2["loginName"] = "loginName";
|
|
@@ -5599,6 +6076,10 @@ var UserAssciations = /* @__PURE__ */ ((UserAssciations2) => {
|
|
|
5599
6076
|
UserAssciations2["avatar"] = "avatar";
|
|
5600
6077
|
UserAssciations2["products"] = "products";
|
|
5601
6078
|
UserAssciations2["productsAggregate"] = "productsAggregate";
|
|
6079
|
+
UserAssciations2["operations"] = "operations";
|
|
6080
|
+
UserAssciations2["operationsAggregate"] = "operationsAggregate";
|
|
6081
|
+
UserAssciations2["medias"] = "medias";
|
|
6082
|
+
UserAssciations2["mediasAggregate"] = "mediasAggregate";
|
|
5602
6083
|
UserAssciations2["posts"] = "posts";
|
|
5603
6084
|
UserAssciations2["postsAggregate"] = "postsAggregate";
|
|
5604
6085
|
UserAssciations2["websites"] = "websites";
|
|
@@ -5616,14 +6097,16 @@ var RoleFields = /* @__PURE__ */ ((RoleFields2) => {
|
|
|
5616
6097
|
return RoleFields2;
|
|
5617
6098
|
})(RoleFields || {});
|
|
5618
6099
|
var RoleAssciations = /* @__PURE__ */ ((RoleAssciations2) => {
|
|
6100
|
+
RoleAssciations2["variables"] = "variables";
|
|
6101
|
+
RoleAssciations2["variablesAggregate"] = "variablesAggregate";
|
|
5619
6102
|
RoleAssciations2["users"] = "users";
|
|
5620
6103
|
RoleAssciations2["usersAggregate"] = "usersAggregate";
|
|
5621
6104
|
return RoleAssciations2;
|
|
5622
6105
|
})(RoleAssciations || {});
|
|
5623
6106
|
var AbilityFields = /* @__PURE__ */ ((AbilityFields2) => {
|
|
5624
6107
|
AbilityFields2["id"] = "id";
|
|
5625
|
-
AbilityFields2["
|
|
5626
|
-
AbilityFields2["
|
|
6108
|
+
AbilityFields2["entityName"] = "entityName";
|
|
6109
|
+
AbilityFields2["columnName"] = "columnName";
|
|
5627
6110
|
AbilityFields2["can"] = "can";
|
|
5628
6111
|
AbilityFields2["expression"] = "expression";
|
|
5629
6112
|
AbilityFields2["abilityType"] = "abilityType";
|
|
@@ -5632,8 +6115,20 @@ var AbilityFields = /* @__PURE__ */ ((AbilityFields2) => {
|
|
|
5632
6115
|
})(AbilityFields || {});
|
|
5633
6116
|
var AbilityAssciations = /* @__PURE__ */ ((AbilityAssciations2) => {
|
|
5634
6117
|
})();
|
|
6118
|
+
var StorageRecordFields = /* @__PURE__ */ ((StorageRecordFields2) => {
|
|
6119
|
+
StorageRecordFields2["id"] = "id";
|
|
6120
|
+
StorageRecordFields2["refId"] = "refId";
|
|
6121
|
+
StorageRecordFields2["resource"] = "resource";
|
|
6122
|
+
StorageRecordFields2["storageType"] = "storageType";
|
|
6123
|
+
StorageRecordFields2["createdAt"] = "createdAt";
|
|
6124
|
+
StorageRecordFields2["updatedAt"] = "updatedAt";
|
|
6125
|
+
return StorageRecordFields2;
|
|
6126
|
+
})(StorageRecordFields || {});
|
|
6127
|
+
var StorageRecordAssciations = /* @__PURE__ */ ((StorageRecordAssciations2) => {
|
|
6128
|
+
})();
|
|
5635
6129
|
var MediaFields = /* @__PURE__ */ ((MediaFields2) => {
|
|
5636
6130
|
MediaFields2["id"] = "id";
|
|
6131
|
+
MediaFields2["mediaRef"] = "mediaRef";
|
|
5637
6132
|
MediaFields2["name"] = "name";
|
|
5638
6133
|
MediaFields2["size"] = "size";
|
|
5639
6134
|
MediaFields2["mimeType"] = "mimeType";
|
|
@@ -5643,7 +6138,11 @@ var MediaFields = /* @__PURE__ */ ((MediaFields2) => {
|
|
|
5643
6138
|
MediaFields2["createdAt"] = "createdAt";
|
|
5644
6139
|
MediaFields2["updatedAt"] = "updatedAt";
|
|
5645
6140
|
MediaFields2["mediaType"] = "mediaType";
|
|
6141
|
+
MediaFields2["resource"] = "resource";
|
|
6142
|
+
MediaFields2["storageType"] = "storageType";
|
|
5646
6143
|
MediaFields2["content"] = "content";
|
|
6144
|
+
MediaFields2["isDeleted"] = "isDeleted";
|
|
6145
|
+
MediaFields2["deletedAt"] = "deletedAt";
|
|
5647
6146
|
return MediaFields2;
|
|
5648
6147
|
})(MediaFields || {});
|
|
5649
6148
|
var MediaAssciations = /* @__PURE__ */ ((MediaAssciations2) => {
|
|
@@ -5659,8 +6158,6 @@ var MediaAssciations = /* @__PURE__ */ ((MediaAssciations2) => {
|
|
|
5659
6158
|
MediaAssciations2["productAttacPivots"] = "productAttacPivots";
|
|
5660
6159
|
MediaAssciations2["productAttacPivotsAggregate"] = "productAttacPivotsAggregate";
|
|
5661
6160
|
MediaAssciations2["website"] = "website";
|
|
5662
|
-
MediaAssciations2["coverOfTheme"] = "coverOfTheme";
|
|
5663
|
-
MediaAssciations2["coverOfThemeAggregate"] = "coverOfThemeAggregate";
|
|
5664
6161
|
MediaAssciations2["postCategory"] = "postCategory";
|
|
5665
6162
|
MediaAssciations2["usedByThemConfig"] = "usedByThemConfig";
|
|
5666
6163
|
MediaAssciations2["usedByThemConfigAggregate"] = "usedByThemConfigAggregate";
|
|
@@ -5668,6 +6165,15 @@ var MediaAssciations = /* @__PURE__ */ ((MediaAssciations2) => {
|
|
|
5668
6165
|
MediaAssciations2["pageMetaAggregate"] = "pageMetaAggregate";
|
|
5669
6166
|
MediaAssciations2["searchIndex"] = "searchIndex";
|
|
5670
6167
|
MediaAssciations2["searchIndexAggregate"] = "searchIndexAggregate";
|
|
6168
|
+
MediaAssciations2["snapshot"] = "snapshot";
|
|
6169
|
+
MediaAssciations2["snapshotAggregate"] = "snapshotAggregate";
|
|
6170
|
+
MediaAssciations2["coverOfComponent"] = "coverOfComponent";
|
|
6171
|
+
MediaAssciations2["coverOfComponentAggregate"] = "coverOfComponentAggregate";
|
|
6172
|
+
MediaAssciations2["coverOfSectionTemplate"] = "coverOfSectionTemplate";
|
|
6173
|
+
MediaAssciations2["coverOfSectionTemplateAggregate"] = "coverOfSectionTemplateAggregate";
|
|
6174
|
+
MediaAssciations2["attachmentOfEnquiry"] = "attachmentOfEnquiry";
|
|
6175
|
+
MediaAssciations2["coverOfTheme"] = "coverOfTheme";
|
|
6176
|
+
MediaAssciations2["owner"] = "owner";
|
|
5671
6177
|
return MediaAssciations2;
|
|
5672
6178
|
})(MediaAssciations || {});
|
|
5673
6179
|
var MailFields = /* @__PURE__ */ ((MailFields2) => {
|
|
@@ -5689,6 +6195,19 @@ var MailFields = /* @__PURE__ */ ((MailFields2) => {
|
|
|
5689
6195
|
})(MailFields || {});
|
|
5690
6196
|
var MailAssciations = /* @__PURE__ */ ((MailAssciations2) => {
|
|
5691
6197
|
})();
|
|
6198
|
+
var RoleVariableFields = /* @__PURE__ */ ((RoleVariableFields2) => {
|
|
6199
|
+
RoleVariableFields2["id"] = "id";
|
|
6200
|
+
RoleVariableFields2["name"] = "name";
|
|
6201
|
+
RoleVariableFields2["type"] = "type";
|
|
6202
|
+
RoleVariableFields2["entityName"] = "entityName";
|
|
6203
|
+
RoleVariableFields2["whereExpression"] = "whereExpression";
|
|
6204
|
+
RoleVariableFields2["field"] = "field";
|
|
6205
|
+
return RoleVariableFields2;
|
|
6206
|
+
})(RoleVariableFields || {});
|
|
6207
|
+
var RoleVariableAssciations = /* @__PURE__ */ ((RoleVariableAssciations2) => {
|
|
6208
|
+
RoleVariableAssciations2["role"] = "role";
|
|
6209
|
+
return RoleVariableAssciations2;
|
|
6210
|
+
})(RoleVariableAssciations || {});
|
|
5692
6211
|
var WebsiteFields = /* @__PURE__ */ ((WebsiteFields2) => {
|
|
5693
6212
|
WebsiteFields2["id"] = "id";
|
|
5694
6213
|
WebsiteFields2["name"] = "name";
|
|
@@ -5715,10 +6234,6 @@ var WebsiteAssciations = /* @__PURE__ */ ((WebsiteAssciations2) => {
|
|
|
5715
6234
|
WebsiteAssciations2["partsOfProductAggregate"] = "partsOfProductAggregate";
|
|
5716
6235
|
WebsiteAssciations2["partsOfPost"] = "partsOfPost";
|
|
5717
6236
|
WebsiteAssciations2["partsOfPostAggregate"] = "partsOfPostAggregate";
|
|
5718
|
-
WebsiteAssciations2["partsOfSolution"] = "partsOfSolution";
|
|
5719
|
-
WebsiteAssciations2["partsOfSolutionAggregate"] = "partsOfSolutionAggregate";
|
|
5720
|
-
WebsiteAssciations2["partsOfCustomerCase"] = "partsOfCustomerCase";
|
|
5721
|
-
WebsiteAssciations2["partsOfCustomerCaseAggregate"] = "partsOfCustomerCaseAggregate";
|
|
5722
6237
|
WebsiteAssciations2["partsOfPostCategory"] = "partsOfPostCategory";
|
|
5723
6238
|
WebsiteAssciations2["partsOfPostCategoryAggregate"] = "partsOfPostCategoryAggregate";
|
|
5724
6239
|
WebsiteAssciations2["partsOfTag"] = "partsOfTag";
|
|
@@ -5742,10 +6257,13 @@ var WebsiteAssciations = /* @__PURE__ */ ((WebsiteAssciations2) => {
|
|
|
5742
6257
|
WebsiteAssciations2["changelogsAggregate"] = "changelogsAggregate";
|
|
5743
6258
|
WebsiteAssciations2["searchIndexes"] = "searchIndexes";
|
|
5744
6259
|
WebsiteAssciations2["searchIndexesAggregate"] = "searchIndexesAggregate";
|
|
5745
|
-
WebsiteAssciations2["faqs"] = "faqs";
|
|
5746
|
-
WebsiteAssciations2["faqsAggregate"] = "faqsAggregate";
|
|
5747
6260
|
WebsiteAssciations2["bulletins"] = "bulletins";
|
|
5748
6261
|
WebsiteAssciations2["bulletinsAggregate"] = "bulletinsAggregate";
|
|
6262
|
+
WebsiteAssciations2["snapshots"] = "snapshots";
|
|
6263
|
+
WebsiteAssciations2["snapshotsAggregate"] = "snapshotsAggregate";
|
|
6264
|
+
WebsiteAssciations2["userOperations"] = "userOperations";
|
|
6265
|
+
WebsiteAssciations2["userOperationsAggregate"] = "userOperationsAggregate";
|
|
6266
|
+
WebsiteAssciations2["mockBranch"] = "mockBranch";
|
|
5749
6267
|
return WebsiteAssciations2;
|
|
5750
6268
|
})(WebsiteAssciations || {});
|
|
5751
6269
|
var LangFields = /* @__PURE__ */ ((LangFields2) => {
|
|
@@ -5770,10 +6288,6 @@ var LangAssciations = /* @__PURE__ */ ((LangAssciations2) => {
|
|
|
5770
6288
|
LangAssciations2["webPartsOfProductAggregate"] = "webPartsOfProductAggregate";
|
|
5771
6289
|
LangAssciations2["webPartsOfPost"] = "webPartsOfPost";
|
|
5772
6290
|
LangAssciations2["webPartsOfPostAggregate"] = "webPartsOfPostAggregate";
|
|
5773
|
-
LangAssciations2["webPartsOfSolution"] = "webPartsOfSolution";
|
|
5774
|
-
LangAssciations2["webPartsOfSolutionAggregate"] = "webPartsOfSolutionAggregate";
|
|
5775
|
-
LangAssciations2["webPartsOfCustomerCase"] = "webPartsOfCustomerCase";
|
|
5776
|
-
LangAssciations2["webPartsOfCustomerCaseAggregate"] = "webPartsOfCustomerCaseAggregate";
|
|
5777
6291
|
LangAssciations2["webPartsOfPostCategory"] = "webPartsOfPostCategory";
|
|
5778
6292
|
LangAssciations2["webPartsOfPostCategoryAggregate"] = "webPartsOfPostCategoryAggregate";
|
|
5779
6293
|
LangAssciations2["webPartsOfTag"] = "webPartsOfTag";
|
|
@@ -5847,6 +6361,8 @@ var PostFields = /* @__PURE__ */ ((PostFields2) => {
|
|
|
5847
6361
|
PostFields2["content"] = "content";
|
|
5848
6362
|
PostFields2["slug"] = "slug";
|
|
5849
6363
|
PostFields2["description"] = "description";
|
|
6364
|
+
PostFields2["isDeleted"] = "isDeleted";
|
|
6365
|
+
PostFields2["deletedAt"] = "deletedAt";
|
|
5850
6366
|
return PostFields2;
|
|
5851
6367
|
})(PostFields || {});
|
|
5852
6368
|
var PostAssciations = /* @__PURE__ */ ((PostAssciations2) => {
|
|
@@ -5881,6 +6397,8 @@ var ProductFields = /* @__PURE__ */ ((ProductFields2) => {
|
|
|
5881
6397
|
ProductFields2["content"] = "content";
|
|
5882
6398
|
ProductFields2["slug"] = "slug";
|
|
5883
6399
|
ProductFields2["description"] = "description";
|
|
6400
|
+
ProductFields2["isDeleted"] = "isDeleted";
|
|
6401
|
+
ProductFields2["deletedAt"] = "deletedAt";
|
|
5884
6402
|
return ProductFields2;
|
|
5885
6403
|
})(ProductFields || {});
|
|
5886
6404
|
var ProductAssciations = /* @__PURE__ */ ((ProductAssciations2) => {
|
|
@@ -5900,6 +6418,7 @@ var ProductAssciations = /* @__PURE__ */ ((ProductAssciations2) => {
|
|
|
5900
6418
|
ProductAssciations2["creator"] = "creator";
|
|
5901
6419
|
ProductAssciations2["website"] = "website";
|
|
5902
6420
|
ProductAssciations2["relatedByPovit"] = "relatedByPovit";
|
|
6421
|
+
ProductAssciations2["relatedByPovitAggregate"] = "relatedByPovitAggregate";
|
|
5903
6422
|
return ProductAssciations2;
|
|
5904
6423
|
})(ProductAssciations || {});
|
|
5905
6424
|
var EnquiryFields = /* @__PURE__ */ ((EnquiryFields2) => {
|
|
@@ -5916,6 +6435,10 @@ var EnquiryFields = /* @__PURE__ */ ((EnquiryFields2) => {
|
|
|
5916
6435
|
EnquiryFields2["read"] = "read";
|
|
5917
6436
|
EnquiryFields2["spam"] = "spam";
|
|
5918
6437
|
EnquiryFields2["mobile"] = "mobile";
|
|
6438
|
+
EnquiryFields2["visitorId"] = "visitorId";
|
|
6439
|
+
EnquiryFields2["sessionId"] = "sessionId";
|
|
6440
|
+
EnquiryFields2["extends"] = "extends";
|
|
6441
|
+
EnquiryFields2["type"] = "type";
|
|
5919
6442
|
EnquiryFields2["createdAt"] = "createdAt";
|
|
5920
6443
|
EnquiryFields2["updatedAt"] = "updatedAt";
|
|
5921
6444
|
EnquiryFields2["content"] = "content";
|
|
@@ -5923,6 +6446,8 @@ var EnquiryFields = /* @__PURE__ */ ((EnquiryFields2) => {
|
|
|
5923
6446
|
})(EnquiryFields || {});
|
|
5924
6447
|
var EnquiryAssciations = /* @__PURE__ */ ((EnquiryAssciations2) => {
|
|
5925
6448
|
EnquiryAssciations2["lang"] = "lang";
|
|
6449
|
+
EnquiryAssciations2["attachments"] = "attachments";
|
|
6450
|
+
EnquiryAssciations2["attachmentsAggregate"] = "attachmentsAggregate";
|
|
5926
6451
|
EnquiryAssciations2["customer"] = "customer";
|
|
5927
6452
|
EnquiryAssciations2["website"] = "website";
|
|
5928
6453
|
return EnquiryAssciations2;
|
|
@@ -5943,39 +6468,38 @@ var WebsiteSettingsAssciations = /* @__PURE__ */ ((WebsiteSettingsAssciations2)
|
|
|
5943
6468
|
WebsiteSettingsAssciations2["website"] = "website";
|
|
5944
6469
|
return WebsiteSettingsAssciations2;
|
|
5945
6470
|
})(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 || {});
|
|
6471
|
+
var ThemeBranchFields = /* @__PURE__ */ ((ThemeBranchFields2) => {
|
|
6472
|
+
ThemeBranchFields2["id"] = "id";
|
|
6473
|
+
ThemeBranchFields2["name"] = "name";
|
|
6474
|
+
ThemeBranchFields2["settings"] = "settings";
|
|
6475
|
+
ThemeBranchFields2["description"] = "description";
|
|
6476
|
+
ThemeBranchFields2["parentThemeId"] = "parentThemeId";
|
|
6477
|
+
ThemeBranchFields2["createdAt"] = "createdAt";
|
|
6478
|
+
ThemeBranchFields2["updatedAt"] = "updatedAt";
|
|
6479
|
+
ThemeBranchFields2["status"] = "status";
|
|
6480
|
+
ThemeBranchFields2["version"] = "version";
|
|
6481
|
+
return ThemeBranchFields2;
|
|
6482
|
+
})(ThemeBranchFields || {});
|
|
6483
|
+
var ThemeBranchAssciations = /* @__PURE__ */ ((ThemeBranchAssciations2) => {
|
|
6484
|
+
ThemeBranchAssciations2["components"] = "components";
|
|
6485
|
+
ThemeBranchAssciations2["componentsAggregate"] = "componentsAggregate";
|
|
6486
|
+
ThemeBranchAssciations2["componentCategories"] = "componentCategories";
|
|
6487
|
+
ThemeBranchAssciations2["componentCategoriesAggregate"] = "componentCategoriesAggregate";
|
|
6488
|
+
ThemeBranchAssciations2["pages"] = "pages";
|
|
6489
|
+
ThemeBranchAssciations2["pagesAggregate"] = "pagesAggregate";
|
|
6490
|
+
ThemeBranchAssciations2["lang"] = "lang";
|
|
6491
|
+
ThemeBranchAssciations2["config"] = "config";
|
|
6492
|
+
ThemeBranchAssciations2["templates"] = "templates";
|
|
6493
|
+
ThemeBranchAssciations2["templatesAggregate"] = "templatesAggregate";
|
|
6494
|
+
ThemeBranchAssciations2["templateCategories"] = "templateCategories";
|
|
6495
|
+
ThemeBranchAssciations2["templateCategoriesAggregate"] = "templateCategoriesAggregate";
|
|
6496
|
+
ThemeBranchAssciations2["styleConfig"] = "styleConfig";
|
|
6497
|
+
ThemeBranchAssciations2["mockWebsite"] = "mockWebsite";
|
|
6498
|
+
ThemeBranchAssciations2["marketVersion"] = "marketVersion";
|
|
6499
|
+
ThemeBranchAssciations2["website"] = "website";
|
|
6500
|
+
ThemeBranchAssciations2["belongsToMain"] = "belongsToMain";
|
|
6501
|
+
return ThemeBranchAssciations2;
|
|
6502
|
+
})(ThemeBranchAssciations || {});
|
|
5979
6503
|
var MediaFolderFields = /* @__PURE__ */ ((MediaFolderFields2) => {
|
|
5980
6504
|
MediaFolderFields2["id"] = "id";
|
|
5981
6505
|
MediaFolderFields2["name"] = "name";
|
|
@@ -6124,8 +6648,8 @@ var FrontComponentFields = /* @__PURE__ */ ((FrontComponentFields2) => {
|
|
|
6124
6648
|
FrontComponentFields2["name"] = "name";
|
|
6125
6649
|
FrontComponentFields2["title"] = "title";
|
|
6126
6650
|
FrontComponentFields2["seqValue"] = "seqValue";
|
|
6127
|
-
FrontComponentFields2["
|
|
6128
|
-
FrontComponentFields2["
|
|
6651
|
+
FrontComponentFields2["propsSchema"] = "propsSchema";
|
|
6652
|
+
FrontComponentFields2["propsTest"] = "propsTest";
|
|
6129
6653
|
FrontComponentFields2["updatedAt"] = "updatedAt";
|
|
6130
6654
|
FrontComponentFields2["createdAt"] = "createdAt";
|
|
6131
6655
|
FrontComponentFields2["slots"] = "slots";
|
|
@@ -6133,9 +6657,13 @@ var FrontComponentFields = /* @__PURE__ */ ((FrontComponentFields2) => {
|
|
|
6133
6657
|
FrontComponentFields2["isInMarket"] = "isInMarket";
|
|
6134
6658
|
FrontComponentFields2["code"] = "code";
|
|
6135
6659
|
FrontComponentFields2["description"] = "description";
|
|
6660
|
+
FrontComponentFields2["parentId"] = "parentId";
|
|
6661
|
+
FrontComponentFields2["isSectionBlock"] = "isSectionBlock";
|
|
6662
|
+
FrontComponentFields2["compileResult"] = "compileResult";
|
|
6136
6663
|
return FrontComponentFields2;
|
|
6137
6664
|
})(FrontComponentFields || {});
|
|
6138
6665
|
var FrontComponentAssciations = /* @__PURE__ */ ((FrontComponentAssciations2) => {
|
|
6666
|
+
FrontComponentAssciations2["cover"] = "cover";
|
|
6139
6667
|
FrontComponentAssciations2["category"] = "category";
|
|
6140
6668
|
FrontComponentAssciations2["theme"] = "theme";
|
|
6141
6669
|
return FrontComponentAssciations2;
|
|
@@ -6147,6 +6675,7 @@ var ComponentCategoryFields = /* @__PURE__ */ ((ComponentCategoryFields2) => {
|
|
|
6147
6675
|
ComponentCategoryFields2["updatedAt"] = "updatedAt";
|
|
6148
6676
|
ComponentCategoryFields2["createdAt"] = "createdAt";
|
|
6149
6677
|
ComponentCategoryFields2["isInMarket"] = "isInMarket";
|
|
6678
|
+
ComponentCategoryFields2["isSectionBlock"] = "isSectionBlock";
|
|
6150
6679
|
return ComponentCategoryFields2;
|
|
6151
6680
|
})(ComponentCategoryFields || {});
|
|
6152
6681
|
var ComponentCategoryAssciations = /* @__PURE__ */ ((ComponentCategoryAssciations2) => {
|
|
@@ -6252,6 +6781,7 @@ var SectionTemplateFields = /* @__PURE__ */ ((SectionTemplateFields2) => {
|
|
|
6252
6781
|
return SectionTemplateFields2;
|
|
6253
6782
|
})(SectionTemplateFields || {});
|
|
6254
6783
|
var SectionTemplateAssciations = /* @__PURE__ */ ((SectionTemplateAssciations2) => {
|
|
6784
|
+
SectionTemplateAssciations2["cover"] = "cover";
|
|
6255
6785
|
SectionTemplateAssciations2["category"] = "category";
|
|
6256
6786
|
SectionTemplateAssciations2["theme"] = "theme";
|
|
6257
6787
|
return SectionTemplateAssciations2;
|
|
@@ -6368,56 +6898,17 @@ var NotificationFields = /* @__PURE__ */ ((NotificationFields2) => {
|
|
|
6368
6898
|
})(NotificationFields || {});
|
|
6369
6899
|
var NotificationAssciations = /* @__PURE__ */ ((NotificationAssciations2) => {
|
|
6370
6900
|
})();
|
|
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
6901
|
var FAQFields = /* @__PURE__ */ ((FAQFields2) => {
|
|
6410
6902
|
FAQFields2["id"] = "id";
|
|
6411
6903
|
FAQFields2["question"] = "question";
|
|
6412
6904
|
FAQFields2["answer"] = "answer";
|
|
6413
6905
|
FAQFields2["createdAt"] = "createdAt";
|
|
6414
6906
|
FAQFields2["updatedAt"] = "updatedAt";
|
|
6907
|
+
FAQFields2["seqValue"] = "seqValue";
|
|
6415
6908
|
return FAQFields2;
|
|
6416
6909
|
})(FAQFields || {});
|
|
6417
6910
|
var FAQAssciations = /* @__PURE__ */ ((FAQAssciations2) => {
|
|
6418
|
-
FAQAssciations2["website"] = "website";
|
|
6419
6911
|
FAQAssciations2["product"] = "product";
|
|
6420
|
-
FAQAssciations2["solution"] = "solution";
|
|
6421
6912
|
return FAQAssciations2;
|
|
6422
6913
|
})(FAQAssciations || {});
|
|
6423
6914
|
var BulletinFields = /* @__PURE__ */ ((BulletinFields2) => {
|
|
@@ -6445,6 +6936,73 @@ var ProductRelatedPivotAssciations = /* @__PURE__ */ ((ProductRelatedPivotAsscia
|
|
|
6445
6936
|
ProductRelatedPivotAssciations2["relatedBy"] = "relatedBy";
|
|
6446
6937
|
return ProductRelatedPivotAssciations2;
|
|
6447
6938
|
})(ProductRelatedPivotAssciations || {});
|
|
6939
|
+
var WebsiteSnapshotFields = /* @__PURE__ */ ((WebsiteSnapshotFields2) => {
|
|
6940
|
+
WebsiteSnapshotFields2["id"] = "id";
|
|
6941
|
+
return WebsiteSnapshotFields2;
|
|
6942
|
+
})(WebsiteSnapshotFields || {});
|
|
6943
|
+
var WebsiteSnapshotAssciations = /* @__PURE__ */ ((WebsiteSnapshotAssciations2) => {
|
|
6944
|
+
WebsiteSnapshotAssciations2["medias"] = "medias";
|
|
6945
|
+
WebsiteSnapshotAssciations2["mediasAggregate"] = "mediasAggregate";
|
|
6946
|
+
WebsiteSnapshotAssciations2["website"] = "website";
|
|
6947
|
+
return WebsiteSnapshotAssciations2;
|
|
6948
|
+
})(WebsiteSnapshotAssciations || {});
|
|
6949
|
+
var VisitorLogFields = /* @__PURE__ */ ((VisitorLogFields2) => {
|
|
6950
|
+
VisitorLogFields2["id"] = "id";
|
|
6951
|
+
VisitorLogFields2["visitorId"] = "visitorId";
|
|
6952
|
+
VisitorLogFields2["sessionId"] = "sessionId";
|
|
6953
|
+
VisitorLogFields2["type"] = "type";
|
|
6954
|
+
VisitorLogFields2["url"] = "url";
|
|
6955
|
+
VisitorLogFields2["referrer"] = "referrer";
|
|
6956
|
+
VisitorLogFields2["duration"] = "duration";
|
|
6957
|
+
VisitorLogFields2["timestamp"] = "timestamp";
|
|
6958
|
+
VisitorLogFields2["userAgent"] = "userAgent";
|
|
6959
|
+
VisitorLogFields2["device"] = "device";
|
|
6960
|
+
VisitorLogFields2["websiteId"] = "websiteId";
|
|
6961
|
+
VisitorLogFields2["langAbbr"] = "langAbbr";
|
|
6962
|
+
VisitorLogFields2["country"] = "country";
|
|
6963
|
+
VisitorLogFields2["city"] = "city";
|
|
6964
|
+
VisitorLogFields2["ip"] = "ip";
|
|
6965
|
+
VisitorLogFields2["isNewUser"] = "isNewUser";
|
|
6966
|
+
VisitorLogFields2["createdAt"] = "createdAt";
|
|
6967
|
+
VisitorLogFields2["updatedAt"] = "updatedAt";
|
|
6968
|
+
VisitorLogFields2["browserLanguage"] = "browserLanguage";
|
|
6969
|
+
VisitorLogFields2["platform"] = "platform";
|
|
6970
|
+
VisitorLogFields2["pageTitle"] = "pageTitle";
|
|
6971
|
+
return VisitorLogFields2;
|
|
6972
|
+
})(VisitorLogFields || {});
|
|
6973
|
+
var VisitorLogAssciations = /* @__PURE__ */ ((VisitorLogAssciations2) => {
|
|
6974
|
+
})();
|
|
6975
|
+
var UserOperationFields = /* @__PURE__ */ ((UserOperationFields2) => {
|
|
6976
|
+
UserOperationFields2["id"] = "id";
|
|
6977
|
+
UserOperationFields2["type"] = "type";
|
|
6978
|
+
UserOperationFields2["createdAt"] = "createdAt";
|
|
6979
|
+
UserOperationFields2["title"] = "title";
|
|
6980
|
+
UserOperationFields2["description"] = "description";
|
|
6981
|
+
UserOperationFields2["module"] = "module";
|
|
6982
|
+
UserOperationFields2["langId"] = "langId";
|
|
6983
|
+
return UserOperationFields2;
|
|
6984
|
+
})(UserOperationFields || {});
|
|
6985
|
+
var UserOperationAssciations = /* @__PURE__ */ ((UserOperationAssciations2) => {
|
|
6986
|
+
UserOperationAssciations2["user"] = "user";
|
|
6987
|
+
UserOperationAssciations2["website"] = "website";
|
|
6988
|
+
return UserOperationAssciations2;
|
|
6989
|
+
})(UserOperationAssciations || {});
|
|
6990
|
+
var ThemeFields = /* @__PURE__ */ ((ThemeFields2) => {
|
|
6991
|
+
ThemeFields2["id"] = "id";
|
|
6992
|
+
ThemeFields2["name"] = "name";
|
|
6993
|
+
ThemeFields2["description"] = "description";
|
|
6994
|
+
ThemeFields2["createdAt"] = "createdAt";
|
|
6995
|
+
ThemeFields2["updatedAt"] = "updatedAt";
|
|
6996
|
+
ThemeFields2["seqValue"] = "seqValue";
|
|
6997
|
+
return ThemeFields2;
|
|
6998
|
+
})(ThemeFields || {});
|
|
6999
|
+
var ThemeAssciations = /* @__PURE__ */ ((ThemeAssciations2) => {
|
|
7000
|
+
ThemeAssciations2["branches"] = "branches";
|
|
7001
|
+
ThemeAssciations2["branchesAggregate"] = "branchesAggregate";
|
|
7002
|
+
ThemeAssciations2["cover"] = "cover";
|
|
7003
|
+
ThemeAssciations2["category"] = "category";
|
|
7004
|
+
return ThemeAssciations2;
|
|
7005
|
+
})(ThemeAssciations || {});
|
|
6448
7006
|
export {
|
|
6449
7007
|
AbilityAssciations,
|
|
6450
7008
|
AbilityDistinctEnum,
|
|
@@ -6486,12 +7044,6 @@ export {
|
|
|
6486
7044
|
ComponentCategoryQueryOptions,
|
|
6487
7045
|
CookieConsentStrategy,
|
|
6488
7046
|
CustomerAssciations,
|
|
6489
|
-
CustomerCaseAssciations,
|
|
6490
|
-
CustomerCaseDistinctEnum,
|
|
6491
|
-
CustomerCaseEntityLabel,
|
|
6492
|
-
CustomerCaseEntityName,
|
|
6493
|
-
CustomerCaseFields,
|
|
6494
|
-
CustomerCaseQueryOptions,
|
|
6495
7047
|
CustomerDistinctEnum,
|
|
6496
7048
|
CustomerEntityLabel,
|
|
6497
7049
|
CustomerEntityName,
|
|
@@ -6611,6 +7163,12 @@ export {
|
|
|
6611
7163
|
RoleEntityName,
|
|
6612
7164
|
RoleFields,
|
|
6613
7165
|
RoleQueryOptions,
|
|
7166
|
+
RoleVariableAssciations,
|
|
7167
|
+
RoleVariableDistinctEnum,
|
|
7168
|
+
RoleVariableEntityLabel,
|
|
7169
|
+
RoleVariableEntityName,
|
|
7170
|
+
RoleVariableFields,
|
|
7171
|
+
RoleVariableQueryOptions,
|
|
6614
7172
|
SearchIndexAssciations,
|
|
6615
7173
|
SearchIndexDistinctEnum,
|
|
6616
7174
|
SearchIndexEntityLabel,
|
|
@@ -6624,12 +7182,7 @@ export {
|
|
|
6624
7182
|
SectionTemplateFields,
|
|
6625
7183
|
SectionTemplateQueryOptions,
|
|
6626
7184
|
SlugableDistinctEnum,
|
|
6627
|
-
|
|
6628
|
-
SolutionDistinctEnum,
|
|
6629
|
-
SolutionEntityLabel,
|
|
6630
|
-
SolutionEntityName,
|
|
6631
|
-
SolutionFields,
|
|
6632
|
-
SolutionQueryOptions,
|
|
7185
|
+
SoftableDistinctEnum,
|
|
6633
7186
|
SourceType,
|
|
6634
7187
|
SpamFilterRuleAssciations,
|
|
6635
7188
|
SpamFilterRuleDistinctEnum,
|
|
@@ -6637,6 +7190,12 @@ export {
|
|
|
6637
7190
|
SpamFilterRuleEntityName,
|
|
6638
7191
|
SpamFilterRuleFields,
|
|
6639
7192
|
SpamFilterRuleQueryOptions,
|
|
7193
|
+
StorageRecordAssciations,
|
|
7194
|
+
StorageRecordDistinctEnum,
|
|
7195
|
+
StorageRecordEntityLabel,
|
|
7196
|
+
StorageRecordEntityName,
|
|
7197
|
+
StorageRecordFields,
|
|
7198
|
+
StorageRecordQueryOptions,
|
|
6640
7199
|
StyleConfigAssciations,
|
|
6641
7200
|
StyleConfigDistinctEnum,
|
|
6642
7201
|
StyleConfigEntityLabel,
|
|
@@ -6664,6 +7223,12 @@ export {
|
|
|
6664
7223
|
TemplateCategoryFields,
|
|
6665
7224
|
TemplateCategoryQueryOptions,
|
|
6666
7225
|
ThemeAssciations,
|
|
7226
|
+
ThemeBranchAssciations,
|
|
7227
|
+
ThemeBranchDistinctEnum,
|
|
7228
|
+
ThemeBranchEntityLabel,
|
|
7229
|
+
ThemeBranchEntityName,
|
|
7230
|
+
ThemeBranchFields,
|
|
7231
|
+
ThemeBranchQueryOptions,
|
|
6667
7232
|
ThemeCategoryAssciations,
|
|
6668
7233
|
ThemeCategoryDistinctEnum,
|
|
6669
7234
|
ThemeCategoryEntityLabel,
|
|
@@ -6698,8 +7263,22 @@ export {
|
|
|
6698
7263
|
UserEntityLabel,
|
|
6699
7264
|
UserEntityName,
|
|
6700
7265
|
UserFields,
|
|
7266
|
+
UserOperationAssciations,
|
|
7267
|
+
UserOperationDistinctEnum,
|
|
7268
|
+
UserOperationEntityLabel,
|
|
7269
|
+
UserOperationEntityName,
|
|
7270
|
+
UserOperationFields,
|
|
7271
|
+
UserOperationQueryOptions,
|
|
6701
7272
|
UserQueryOptions,
|
|
6702
7273
|
UserType,
|
|
7274
|
+
VariableType,
|
|
7275
|
+
VisitorLogAssciations,
|
|
7276
|
+
VisitorLogDistinctEnum,
|
|
7277
|
+
VisitorLogEntityLabel,
|
|
7278
|
+
VisitorLogEntityName,
|
|
7279
|
+
VisitorLogFields,
|
|
7280
|
+
VisitorLogQueryOptions,
|
|
7281
|
+
VistType,
|
|
6703
7282
|
WebsiteAssciations,
|
|
6704
7283
|
WebsiteContentDistinctEnum,
|
|
6705
7284
|
WebsiteDistinctEnum,
|
|
@@ -6714,6 +7293,12 @@ export {
|
|
|
6714
7293
|
WebsiteSettingsEntityName,
|
|
6715
7294
|
WebsiteSettingsFields,
|
|
6716
7295
|
WebsiteSettingsQueryOptions,
|
|
7296
|
+
WebsiteSnapshotAssciations,
|
|
7297
|
+
WebsiteSnapshotDistinctEnum,
|
|
7298
|
+
WebsiteSnapshotEntityLabel,
|
|
7299
|
+
WebsiteSnapshotEntityName,
|
|
7300
|
+
WebsiteSnapshotFields,
|
|
7301
|
+
WebsiteSnapshotQueryOptions,
|
|
6717
7302
|
WebsiteTypeAssciations,
|
|
6718
7303
|
WebsiteTypeDistinctEnum,
|
|
6719
7304
|
WebsiteTypeEntityLabel,
|
|
@@ -6742,9 +7327,6 @@ export {
|
|
|
6742
7327
|
componentCategoryEntry,
|
|
6743
7328
|
componentCategoryToInput,
|
|
6744
7329
|
componentCategoryToInputCascade,
|
|
6745
|
-
customerCaseEntry,
|
|
6746
|
-
customerCaseToInput,
|
|
6747
|
-
customerCaseToInputCascade,
|
|
6748
7330
|
customerEntry,
|
|
6749
7331
|
customerToInput,
|
|
6750
7332
|
customerToInputCascade,
|
|
@@ -6799,18 +7381,21 @@ export {
|
|
|
6799
7381
|
roleEntry,
|
|
6800
7382
|
roleToInput,
|
|
6801
7383
|
roleToInputCascade,
|
|
7384
|
+
roleVariableEntry,
|
|
7385
|
+
roleVariableToInput,
|
|
7386
|
+
roleVariableToInputCascade,
|
|
6802
7387
|
searchIndexEntry,
|
|
6803
7388
|
searchIndexToInput,
|
|
6804
7389
|
searchIndexToInputCascade,
|
|
6805
7390
|
sectionTemplateEntry,
|
|
6806
7391
|
sectionTemplateToInput,
|
|
6807
7392
|
sectionTemplateToInputCascade,
|
|
6808
|
-
solutionEntry,
|
|
6809
|
-
solutionToInput,
|
|
6810
|
-
solutionToInputCascade,
|
|
6811
7393
|
spamFilterRuleEntry,
|
|
6812
7394
|
spamFilterRuleToInput,
|
|
6813
7395
|
spamFilterRuleToInputCascade,
|
|
7396
|
+
storageRecordEntry,
|
|
7397
|
+
storageRecordToInput,
|
|
7398
|
+
storageRecordToInputCascade,
|
|
6814
7399
|
styleConfigEntry,
|
|
6815
7400
|
styleConfigToInput,
|
|
6816
7401
|
styleConfigToInputCascade,
|
|
@@ -6823,6 +7408,9 @@ export {
|
|
|
6823
7408
|
templateCategoryEntry,
|
|
6824
7409
|
templateCategoryToInput,
|
|
6825
7410
|
templateCategoryToInputCascade,
|
|
7411
|
+
themeBranchEntry,
|
|
7412
|
+
themeBranchToInput,
|
|
7413
|
+
themeBranchToInputCascade,
|
|
6826
7414
|
themeCategoryEntry,
|
|
6827
7415
|
themeCategoryToInput,
|
|
6828
7416
|
themeCategoryToInputCascade,
|
|
@@ -6839,12 +7427,21 @@ export {
|
|
|
6839
7427
|
themeVersionToInput,
|
|
6840
7428
|
themeVersionToInputCascade,
|
|
6841
7429
|
userEntry,
|
|
7430
|
+
userOperationEntry,
|
|
7431
|
+
userOperationToInput,
|
|
7432
|
+
userOperationToInputCascade,
|
|
6842
7433
|
userToInput,
|
|
6843
7434
|
userToInputCascade,
|
|
7435
|
+
visitorLogEntry,
|
|
7436
|
+
visitorLogToInput,
|
|
7437
|
+
visitorLogToInputCascade,
|
|
6844
7438
|
websiteEntry,
|
|
6845
7439
|
websiteSettingsEntry,
|
|
6846
7440
|
websiteSettingsToInput,
|
|
6847
7441
|
websiteSettingsToInputCascade,
|
|
7442
|
+
websiteSnapshotEntry,
|
|
7443
|
+
websiteSnapshotToInput,
|
|
7444
|
+
websiteSnapshotToInputCascade,
|
|
6848
7445
|
websiteToInput,
|
|
6849
7446
|
websiteToInputCascade,
|
|
6850
7447
|
websiteTypeEntry,
|