@rxdrag/rxcms-models 0.2.3 → 0.2.5
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/CustomerQueryOptions.d.ts +2 -0
- package/dist/classes/EnquiryQueryOptions.d.ts +2 -0
- package/dist/classes/LangQueryOptions.d.ts +1 -0
- package/dist/classes/MediaFolderQueryOptions.d.ts +1 -0
- package/dist/classes/MediaQueryOptions.d.ts +5 -0
- package/dist/classes/PageQueryOptions.d.ts +1 -0
- package/dist/classes/PostCategoryQueryOptions.d.ts +1 -0
- package/dist/classes/PostQueryOptions.d.ts +3 -5
- package/dist/classes/ProductCategoryQueryOptions.d.ts +4 -0
- package/dist/classes/ProductQueryOptions.d.ts +6 -3
- package/dist/classes/SpamFilterRuleQueryOptions.d.ts +19 -0
- package/dist/classes/TagQueryOptions.d.ts +1 -0
- package/dist/classes/TemplateCategoryQueryOptions.d.ts +1 -0
- package/dist/classes/TemplateQueryOptions.d.ts +1 -0
- package/dist/classes/ThemeQueryOptions.d.ts +1 -0
- package/dist/classes/WebsiteSettingsQueryOptions.d.ts +20 -0
- package/dist/classes/index.d.ts +1 -0
- package/dist/entries/index.d.ts +1 -0
- package/dist/entries/spamFilterRuleEntry.d.ts +2 -0
- package/dist/fields/CustomerFields.d.ts +2 -0
- package/dist/fields/EnquiryFields.d.ts +2 -0
- package/dist/fields/LangFields.d.ts +1 -0
- package/dist/fields/MediaFields.d.ts +3 -1
- package/dist/fields/MediaFolderFields.d.ts +1 -0
- package/dist/fields/PageFields.d.ts +1 -0
- package/dist/fields/PostCategoryFields.d.ts +1 -0
- package/dist/fields/PostFields.d.ts +4 -6
- package/dist/fields/ProductCategoryFields.d.ts +2 -0
- package/dist/fields/ProductFields.d.ts +7 -4
- package/dist/fields/SpamFilterRuleFields.d.ts +17 -0
- package/dist/fields/TagFields.d.ts +1 -0
- package/dist/fields/TemplateCategoryFields.d.ts +1 -0
- package/dist/fields/TemplateFields.d.ts +1 -0
- package/dist/fields/ThemeFields.d.ts +1 -0
- package/dist/fields/WebsiteSettingsFields.d.ts +20 -0
- package/dist/fields/index.d.ts +1 -0
- package/dist/index.mjs +492 -36
- package/dist/index.mjs.map +1 -1
- package/dist/interfaces/BooleanComparisonExp.d.ts +1 -0
- package/dist/interfaces/Customer.d.ts +1 -0
- package/dist/interfaces/CustomerBoolExp.d.ts +2 -0
- package/dist/interfaces/CustomerDistinctExp.d.ts +2 -0
- package/dist/interfaces/CustomerInput.d.ts +1 -0
- package/dist/interfaces/CustomerOrderBy.d.ts +1 -0
- package/dist/interfaces/Enquiry.d.ts +1 -0
- package/dist/interfaces/EnquiryBoolExp.d.ts +1 -0
- package/dist/interfaces/EnquiryDistinctExp.d.ts +2 -0
- package/dist/interfaces/EnquiryInput.d.ts +1 -0
- package/dist/interfaces/EnquiryOrderBy.d.ts +1 -0
- package/dist/interfaces/LangDistinctExp.d.ts +1 -0
- package/dist/interfaces/Media.d.ts +3 -0
- package/dist/interfaces/MediaBoolExp.d.ts +2 -0
- package/dist/interfaces/MediaFolderDistinctExp.d.ts +1 -0
- package/dist/interfaces/MediaInput.d.ts +2 -0
- package/dist/interfaces/PageDistinctExp.d.ts +1 -0
- package/dist/interfaces/Post.d.ts +2 -1
- package/dist/interfaces/PostBoolExp.d.ts +2 -1
- package/dist/interfaces/PostCategoryDistinctExp.d.ts +1 -0
- package/dist/interfaces/PostDistinctExp.d.ts +1 -5
- package/dist/interfaces/PostInput.d.ts +2 -1
- package/dist/interfaces/PostOrderBy.d.ts +0 -1
- package/dist/interfaces/Product.d.ts +7 -1
- package/dist/interfaces/ProductBoolExp.d.ts +5 -2
- package/dist/interfaces/ProductCategory.d.ts +2 -0
- package/dist/interfaces/ProductCategoryBoolExp.d.ts +2 -0
- package/dist/interfaces/ProductCategoryDistinctExp.d.ts +1 -0
- package/dist/interfaces/ProductCategoryInput.d.ts +2 -0
- package/dist/interfaces/ProductDistinctExp.d.ts +4 -3
- package/dist/interfaces/ProductInput.d.ts +7 -1
- package/dist/interfaces/ProductOrderBy.d.ts +5 -1
- package/dist/interfaces/Publishable.d.ts +4 -4
- package/dist/interfaces/PublishableBoolExp.d.ts +4 -1
- package/dist/interfaces/PublishableDistinctExp.d.ts +1 -4
- package/dist/interfaces/PublishableOrderBy.d.ts +4 -4
- package/dist/interfaces/SmtpConfig.d.ts +36 -0
- package/dist/interfaces/SpamFilterRule.d.ts +15 -0
- package/dist/interfaces/SpamFilterRuleBoolExp.d.ts +19 -0
- package/dist/interfaces/SpamFilterRuleDistinctExp.d.ts +17 -0
- package/dist/interfaces/SpamFilterRuleInput.d.ts +16 -0
- package/dist/interfaces/SpamFilterRuleOrderBy.d.ts +14 -0
- package/dist/interfaces/TagDistinctExp.d.ts +1 -0
- package/dist/interfaces/TemplateCategoryDistinctExp.d.ts +1 -0
- package/dist/interfaces/TemplateDistinctExp.d.ts +1 -0
- package/dist/interfaces/ThemeBoolExp.d.ts +1 -2
- package/dist/interfaces/ThemeDistinctExp.d.ts +1 -0
- package/dist/interfaces/WebsiteContentDistinctExp.d.ts +1 -0
- package/dist/interfaces/WebsitePart.d.ts +1 -0
- package/dist/interfaces/WebsitePartBoolExp.d.ts +1 -0
- package/dist/interfaces/WebsitePartDistinctExp.d.ts +1 -0
- package/dist/interfaces/WebsitePartOrderBy.d.ts +1 -0
- package/dist/interfaces/WebsiteSettings.d.ts +21 -1
- package/dist/interfaces/WebsiteSettingsBoolExp.d.ts +9 -1
- package/dist/interfaces/WebsiteSettingsDistinctExp.d.ts +20 -0
- package/dist/interfaces/WebsiteSettingsInput.d.ts +21 -1
- package/dist/interfaces/WebsiteSettingsOrderBy.d.ts +19 -0
- package/dist/interfaces/WebsiteUser.d.ts +1 -1
- package/dist/interfaces/WebsiteUserBoolExp.d.ts +1 -1
- package/dist/interfaces/index.d.ts +36 -0
- package/package.json +4 -4
package/dist/index.mjs
CHANGED
|
@@ -27,7 +27,8 @@ const aggregateEntities = {
|
|
|
27
27
|
},
|
|
28
28
|
Media: {
|
|
29
29
|
usedByProductsAggregate: "Product",
|
|
30
|
-
attachmentOfAggregate: "Product"
|
|
30
|
+
attachmentOfAggregate: "Product",
|
|
31
|
+
meidaOfProductAggregate: "ProductCategory"
|
|
31
32
|
},
|
|
32
33
|
Website: {
|
|
33
34
|
usersAggregate: "User"
|
|
@@ -269,6 +270,7 @@ const productCategoryToInputCascade = (entity) => {
|
|
|
269
270
|
return {
|
|
270
271
|
...rest,
|
|
271
272
|
children: entity.children ? processHasManyClear({ sync: (_a = entity.children) == null ? void 0 : _a.map((ent) => productCategoryToInput(ent)) }) : void 0,
|
|
273
|
+
media: entity.media ? processHasOneClear({ sync: mediaToInput(entity.media) }) : void 0,
|
|
272
274
|
parent: entity.parent ? processHasOneClear({ sync: productCategoryToInput(entity.parent) }) : void 0,
|
|
273
275
|
products: entity.products ? processHasManyClear({ sync: (_b = entity.products) == null ? void 0 : _b.map((ent) => productToInput(ent)) }) : void 0
|
|
274
276
|
};
|
|
@@ -278,6 +280,7 @@ const productCategoryToInput = (entity) => {
|
|
|
278
280
|
return {
|
|
279
281
|
...rest,
|
|
280
282
|
children: convertHasManyToInput(entity.children),
|
|
283
|
+
media: convertHasOneToInput(entity.media),
|
|
281
284
|
parent: convertHasOneToInput(entity.parent),
|
|
282
285
|
products: convertHasManyToInput(entity.products)
|
|
283
286
|
};
|
|
@@ -310,7 +313,9 @@ const postToInputCascade = (entity) => {
|
|
|
310
313
|
author: entity.author ? processHasOneClear({ sync: userToInput(entity.author) }) : void 0,
|
|
311
314
|
cover: entity.cover ? processHasOneClear({ sync: mediaToInput(entity.cover) }) : void 0,
|
|
312
315
|
ogImage: entity.ogImage ? processHasOneClear({ sync: mediaToInput(entity.ogImage) }) : void 0,
|
|
313
|
-
|
|
316
|
+
draftOf: entity.draftOf ? processHasOneClear({ sync: postToInput(entity.draftOf) }) : void 0,
|
|
317
|
+
category: entity.category ? processHasOneClear({ sync: postCategoryToInput(entity.category) }) : void 0,
|
|
318
|
+
draft: entity.draft ? processHasOneClear({ sync: postToInput(entity.draft) }) : void 0
|
|
314
319
|
};
|
|
315
320
|
};
|
|
316
321
|
const postToInput = (entity) => {
|
|
@@ -321,7 +326,9 @@ const postToInput = (entity) => {
|
|
|
321
326
|
author: convertHasOneToInput(entity.author),
|
|
322
327
|
cover: convertHasOneToInput(entity.cover),
|
|
323
328
|
ogImage: convertHasOneToInput(entity.ogImage),
|
|
324
|
-
|
|
329
|
+
draftOf: convertHasOneToInput(entity.draftOf),
|
|
330
|
+
category: convertHasOneToInput(entity.category),
|
|
331
|
+
draft: convertHasOneToInput(entity.draft)
|
|
325
332
|
};
|
|
326
333
|
};
|
|
327
334
|
const tagToInputCascade = (entity) => {
|
|
@@ -351,7 +358,9 @@ const productToInputCascade = (entity) => {
|
|
|
351
358
|
tags: entity.tags ? processHasManyClear({ sync: (_b = entity.tags) == null ? void 0 : _b.map((ent) => tagToInput(ent)) }) : void 0,
|
|
352
359
|
ogImage: entity.ogImage ? processHasOneClear({ sync: mediaToInput(entity.ogImage) }) : void 0,
|
|
353
360
|
attachments: entity.attachments ? processHasManyClear({ sync: (_c = entity.attachments) == null ? void 0 : _c.map((ent) => mediaToInput(ent)) }) : void 0,
|
|
354
|
-
|
|
361
|
+
draftOf: entity.draftOf ? processHasOneClear({ sync: productToInput(entity.draftOf) }) : void 0,
|
|
362
|
+
creator: entity.creator ? processHasOneClear({ sync: userToInput(entity.creator) }) : void 0,
|
|
363
|
+
draft: entity.draft ? processHasOneClear({ sync: productToInput(entity.draft) }) : void 0
|
|
355
364
|
};
|
|
356
365
|
};
|
|
357
366
|
const productToInput = (entity) => {
|
|
@@ -363,28 +372,32 @@ const productToInput = (entity) => {
|
|
|
363
372
|
tags: convertHasManyToInput(entity.tags),
|
|
364
373
|
ogImage: convertHasOneToInput(entity.ogImage),
|
|
365
374
|
attachments: convertHasManyToInput(entity.attachments),
|
|
366
|
-
|
|
375
|
+
draftOf: convertHasOneToInput(entity.draftOf),
|
|
376
|
+
creator: convertHasOneToInput(entity.creator),
|
|
377
|
+
draft: convertHasOneToInput(entity.draft)
|
|
367
378
|
};
|
|
368
379
|
};
|
|
369
380
|
const mediaToInputCascade = (entity) => {
|
|
370
|
-
var _a, _b;
|
|
371
|
-
const { file, usedByProductsAggregate, attachmentOfAggregate, ...rest } = entity;
|
|
381
|
+
var _a, _b, _c;
|
|
382
|
+
const { file, usedByProductsAggregate, attachmentOfAggregate, meidaOfProductAggregate, ...rest } = entity;
|
|
372
383
|
return {
|
|
373
384
|
...rest,
|
|
374
385
|
folder: entity.folder ? processHasOneClear({ sync: mediaFolderToInput(entity.folder) }) : void 0,
|
|
375
386
|
avatarOfUser: entity.avatarOfUser ? processHasOneClear({ sync: userToInput(entity.avatarOfUser) }) : void 0,
|
|
376
387
|
usedByProducts: entity.usedByProducts ? processHasManyClear({ sync: (_a = entity.usedByProducts) == null ? void 0 : _a.map((ent) => productToInput(ent)) }) : void 0,
|
|
377
|
-
attachmentOf: entity.attachmentOf ? processHasManyClear({ sync: (_b = entity.attachmentOf) == null ? void 0 : _b.map((ent) => productToInput(ent)) }) : void 0
|
|
388
|
+
attachmentOf: entity.attachmentOf ? processHasManyClear({ sync: (_b = entity.attachmentOf) == null ? void 0 : _b.map((ent) => productToInput(ent)) }) : void 0,
|
|
389
|
+
meidaOfProduct: entity.meidaOfProduct ? processHasManyClear({ sync: (_c = entity.meidaOfProduct) == null ? void 0 : _c.map((ent) => productCategoryToInput(ent)) }) : void 0
|
|
378
390
|
};
|
|
379
391
|
};
|
|
380
392
|
const mediaToInput = (entity) => {
|
|
381
|
-
const { file, usedByProductsAggregate, attachmentOfAggregate, ...rest } = entity;
|
|
393
|
+
const { file, usedByProductsAggregate, attachmentOfAggregate, meidaOfProductAggregate, ...rest } = entity;
|
|
382
394
|
return {
|
|
383
395
|
...rest,
|
|
384
396
|
folder: convertHasOneToInput(entity.folder),
|
|
385
397
|
avatarOfUser: convertHasOneToInput(entity.avatarOfUser),
|
|
386
398
|
usedByProducts: convertHasManyToInput(entity.usedByProducts),
|
|
387
|
-
attachmentOf: convertHasManyToInput(entity.attachmentOf)
|
|
399
|
+
attachmentOf: convertHasManyToInput(entity.attachmentOf),
|
|
400
|
+
meidaOfProduct: convertHasManyToInput(entity.meidaOfProduct)
|
|
388
401
|
};
|
|
389
402
|
};
|
|
390
403
|
const websiteTypeToInputCascade = (entity) => {
|
|
@@ -629,6 +642,7 @@ var LangDistinctEnum = /* @__PURE__ */ ((LangDistinctEnum2) => {
|
|
|
629
642
|
LangDistinctEnum2["remark"] = "remark";
|
|
630
643
|
LangDistinctEnum2["websiteId"] = "websiteId";
|
|
631
644
|
LangDistinctEnum2["slug"] = "slug";
|
|
645
|
+
LangDistinctEnum2["description"] = "description";
|
|
632
646
|
LangDistinctEnum2["createdAt"] = "createdAt";
|
|
633
647
|
LangDistinctEnum2["updatedAt"] = "updatedAt";
|
|
634
648
|
return LangDistinctEnum2;
|
|
@@ -659,6 +673,7 @@ var PageDistinctEnum = /* @__PURE__ */ ((PageDistinctEnum2) => {
|
|
|
659
673
|
PageDistinctEnum2["extends"] = "extends";
|
|
660
674
|
PageDistinctEnum2["websiteId"] = "websiteId";
|
|
661
675
|
PageDistinctEnum2["slug"] = "slug";
|
|
676
|
+
PageDistinctEnum2["description"] = "description";
|
|
662
677
|
PageDistinctEnum2["createdAt"] = "createdAt";
|
|
663
678
|
PageDistinctEnum2["updatedAt"] = "updatedAt";
|
|
664
679
|
PageDistinctEnum2["seoTitle"] = "seoTitle";
|
|
@@ -684,8 +699,6 @@ var PostDistinctEnum = /* @__PURE__ */ ((PostDistinctEnum2) => {
|
|
|
684
699
|
PostDistinctEnum2["seqValue"] = "seqValue";
|
|
685
700
|
PostDistinctEnum2["pinToTop"] = "pinToTop";
|
|
686
701
|
PostDistinctEnum2["authorEmail"] = "authorEmail";
|
|
687
|
-
PostDistinctEnum2["summary"] = "summary";
|
|
688
|
-
PostDistinctEnum2["publishedContent"] = "publishedContent";
|
|
689
702
|
PostDistinctEnum2["publishedAt"] = "publishedAt";
|
|
690
703
|
PostDistinctEnum2["status"] = "status";
|
|
691
704
|
PostDistinctEnum2["title"] = "title";
|
|
@@ -693,6 +706,7 @@ var PostDistinctEnum = /* @__PURE__ */ ((PostDistinctEnum2) => {
|
|
|
693
706
|
PostDistinctEnum2["extends"] = "extends";
|
|
694
707
|
PostDistinctEnum2["websiteId"] = "websiteId";
|
|
695
708
|
PostDistinctEnum2["slug"] = "slug";
|
|
709
|
+
PostDistinctEnum2["description"] = "description";
|
|
696
710
|
PostDistinctEnum2["createdAt"] = "createdAt";
|
|
697
711
|
PostDistinctEnum2["updatedAt"] = "updatedAt";
|
|
698
712
|
PostDistinctEnum2["remark"] = "remark";
|
|
@@ -717,14 +731,14 @@ const ProductEntityLabel = "";
|
|
|
717
731
|
var ProductDistinctEnum = /* @__PURE__ */ ((ProductDistinctEnum2) => {
|
|
718
732
|
ProductDistinctEnum2["id"] = "id";
|
|
719
733
|
ProductDistinctEnum2["published"] = "published";
|
|
720
|
-
ProductDistinctEnum2["summary"] = "summary";
|
|
721
734
|
ProductDistinctEnum2["featured"] = "featured";
|
|
722
735
|
ProductDistinctEnum2["showInNavMenu"] = "showInNavMenu";
|
|
723
736
|
ProductDistinctEnum2["seqValue"] = "seqValue";
|
|
724
737
|
ProductDistinctEnum2["features"] = "features";
|
|
725
738
|
ProductDistinctEnum2["content2"] = "content2";
|
|
726
739
|
ProductDistinctEnum2["content3"] = "content3";
|
|
727
|
-
ProductDistinctEnum2["
|
|
740
|
+
ProductDistinctEnum2["shortTitle"] = "shortTitle";
|
|
741
|
+
ProductDistinctEnum2["externalVideoUrl"] = "externalVideoUrl";
|
|
728
742
|
ProductDistinctEnum2["publishedAt"] = "publishedAt";
|
|
729
743
|
ProductDistinctEnum2["status"] = "status";
|
|
730
744
|
ProductDistinctEnum2["title"] = "title";
|
|
@@ -732,6 +746,7 @@ var ProductDistinctEnum = /* @__PURE__ */ ((ProductDistinctEnum2) => {
|
|
|
732
746
|
ProductDistinctEnum2["extends"] = "extends";
|
|
733
747
|
ProductDistinctEnum2["websiteId"] = "websiteId";
|
|
734
748
|
ProductDistinctEnum2["slug"] = "slug";
|
|
749
|
+
ProductDistinctEnum2["description"] = "description";
|
|
735
750
|
ProductDistinctEnum2["createdAt"] = "createdAt";
|
|
736
751
|
ProductDistinctEnum2["updatedAt"] = "updatedAt";
|
|
737
752
|
ProductDistinctEnum2["remark"] = "remark";
|
|
@@ -792,8 +807,10 @@ var EnquiryDistinctEnum = /* @__PURE__ */ ((EnquiryDistinctEnum2) => {
|
|
|
792
807
|
EnquiryDistinctEnum2["userAgent"] = "userAgent";
|
|
793
808
|
EnquiryDistinctEnum2["fromCta"] = "fromCta";
|
|
794
809
|
EnquiryDistinctEnum2["read"] = "read";
|
|
810
|
+
EnquiryDistinctEnum2["spam"] = "spam";
|
|
795
811
|
EnquiryDistinctEnum2["websiteId"] = "websiteId";
|
|
796
812
|
EnquiryDistinctEnum2["slug"] = "slug";
|
|
813
|
+
EnquiryDistinctEnum2["description"] = "description";
|
|
797
814
|
EnquiryDistinctEnum2["createdAt"] = "createdAt";
|
|
798
815
|
EnquiryDistinctEnum2["updatedAt"] = "updatedAt";
|
|
799
816
|
EnquiryDistinctEnum2["remark"] = "remark";
|
|
@@ -838,8 +855,16 @@ var WebsiteSettingsDistinctEnum = /* @__PURE__ */ ((WebsiteSettingsDistinctEnum2
|
|
|
838
855
|
WebsiteSettingsDistinctEnum2["wechat"] = "wechat";
|
|
839
856
|
WebsiteSettingsDistinctEnum2["whatsapp"] = "whatsapp";
|
|
840
857
|
WebsiteSettingsDistinctEnum2["mobile"] = "mobile";
|
|
858
|
+
WebsiteSettingsDistinctEnum2["robots"] = "robots";
|
|
859
|
+
WebsiteSettingsDistinctEnum2["websiteName"] = "websiteName";
|
|
860
|
+
WebsiteSettingsDistinctEnum2["domain"] = "domain";
|
|
861
|
+
WebsiteSettingsDistinctEnum2["openRobots"] = "openRobots";
|
|
862
|
+
WebsiteSettingsDistinctEnum2["map301"] = "map301";
|
|
863
|
+
WebsiteSettingsDistinctEnum2["headerCode"] = "headerCode";
|
|
864
|
+
WebsiteSettingsDistinctEnum2["footerCode"] = "footerCode";
|
|
841
865
|
WebsiteSettingsDistinctEnum2["websiteId"] = "websiteId";
|
|
842
866
|
WebsiteSettingsDistinctEnum2["slug"] = "slug";
|
|
867
|
+
WebsiteSettingsDistinctEnum2["description"] = "description";
|
|
843
868
|
WebsiteSettingsDistinctEnum2["createdAt"] = "createdAt";
|
|
844
869
|
WebsiteSettingsDistinctEnum2["updatedAt"] = "updatedAt";
|
|
845
870
|
WebsiteSettingsDistinctEnum2["remark"] = "remark";
|
|
@@ -855,6 +880,7 @@ var TemplateDistinctEnum = /* @__PURE__ */ ((TemplateDistinctEnum2) => {
|
|
|
855
880
|
TemplateDistinctEnum2["templateType"] = "templateType";
|
|
856
881
|
TemplateDistinctEnum2["websiteId"] = "websiteId";
|
|
857
882
|
TemplateDistinctEnum2["slug"] = "slug";
|
|
883
|
+
TemplateDistinctEnum2["description"] = "description";
|
|
858
884
|
TemplateDistinctEnum2["createdAt"] = "createdAt";
|
|
859
885
|
TemplateDistinctEnum2["updatedAt"] = "updatedAt";
|
|
860
886
|
TemplateDistinctEnum2["remark"] = "remark";
|
|
@@ -868,6 +894,7 @@ var TemplateCategoryDistinctEnum = /* @__PURE__ */ ((TemplateCategoryDistinctEnu
|
|
|
868
894
|
TemplateCategoryDistinctEnum2["seqValue"] = "seqValue";
|
|
869
895
|
TemplateCategoryDistinctEnum2["websiteId"] = "websiteId";
|
|
870
896
|
TemplateCategoryDistinctEnum2["slug"] = "slug";
|
|
897
|
+
TemplateCategoryDistinctEnum2["description"] = "description";
|
|
871
898
|
TemplateCategoryDistinctEnum2["createdAt"] = "createdAt";
|
|
872
899
|
TemplateCategoryDistinctEnum2["updatedAt"] = "updatedAt";
|
|
873
900
|
TemplateCategoryDistinctEnum2["remark"] = "remark";
|
|
@@ -882,6 +909,7 @@ var ThemeDistinctEnum = /* @__PURE__ */ ((ThemeDistinctEnum2) => {
|
|
|
882
909
|
ThemeDistinctEnum2["settings"] = "settings";
|
|
883
910
|
ThemeDistinctEnum2["websiteId"] = "websiteId";
|
|
884
911
|
ThemeDistinctEnum2["slug"] = "slug";
|
|
912
|
+
ThemeDistinctEnum2["description"] = "description";
|
|
885
913
|
ThemeDistinctEnum2["createdAt"] = "createdAt";
|
|
886
914
|
ThemeDistinctEnum2["updatedAt"] = "updatedAt";
|
|
887
915
|
ThemeDistinctEnum2["remark"] = "remark";
|
|
@@ -895,16 +923,54 @@ var MediaFolderDistinctEnum = /* @__PURE__ */ ((MediaFolderDistinctEnum2) => {
|
|
|
895
923
|
MediaFolderDistinctEnum2["seqValue"] = "seqValue";
|
|
896
924
|
MediaFolderDistinctEnum2["websiteId"] = "websiteId";
|
|
897
925
|
MediaFolderDistinctEnum2["slug"] = "slug";
|
|
926
|
+
MediaFolderDistinctEnum2["description"] = "description";
|
|
898
927
|
MediaFolderDistinctEnum2["createdAt"] = "createdAt";
|
|
899
928
|
MediaFolderDistinctEnum2["updatedAt"] = "updatedAt";
|
|
900
929
|
MediaFolderDistinctEnum2["remark"] = "remark";
|
|
901
930
|
return MediaFolderDistinctEnum2;
|
|
902
931
|
})(MediaFolderDistinctEnum || {});
|
|
932
|
+
var WebsitePartDistinctEnum = /* @__PURE__ */ ((WebsitePartDistinctEnum2) => {
|
|
933
|
+
WebsitePartDistinctEnum2["id"] = "id";
|
|
934
|
+
WebsitePartDistinctEnum2["websiteId"] = "websiteId";
|
|
935
|
+
WebsitePartDistinctEnum2["slug"] = "slug";
|
|
936
|
+
WebsitePartDistinctEnum2["description"] = "description";
|
|
937
|
+
WebsitePartDistinctEnum2["createdAt"] = "createdAt";
|
|
938
|
+
WebsitePartDistinctEnum2["updatedAt"] = "updatedAt";
|
|
939
|
+
WebsitePartDistinctEnum2["remark"] = "remark";
|
|
940
|
+
return WebsitePartDistinctEnum2;
|
|
941
|
+
})(WebsitePartDistinctEnum || {});
|
|
903
942
|
var WebsiteTypeStatus = /* @__PURE__ */ ((WebsiteTypeStatus2) => {
|
|
904
943
|
WebsiteTypeStatus2["normal"] = "normal";
|
|
905
944
|
WebsiteTypeStatus2["expried"] = "expried";
|
|
906
945
|
return WebsiteTypeStatus2;
|
|
907
946
|
})(WebsiteTypeStatus || {});
|
|
947
|
+
var WebsiteContentDistinctEnum = /* @__PURE__ */ ((WebsiteContentDistinctEnum2) => {
|
|
948
|
+
WebsiteContentDistinctEnum2["id"] = "id";
|
|
949
|
+
WebsiteContentDistinctEnum2["title"] = "title";
|
|
950
|
+
WebsiteContentDistinctEnum2["content"] = "content";
|
|
951
|
+
WebsiteContentDistinctEnum2["extends"] = "extends";
|
|
952
|
+
WebsiteContentDistinctEnum2["websiteId"] = "websiteId";
|
|
953
|
+
WebsiteContentDistinctEnum2["slug"] = "slug";
|
|
954
|
+
WebsiteContentDistinctEnum2["description"] = "description";
|
|
955
|
+
WebsiteContentDistinctEnum2["createdAt"] = "createdAt";
|
|
956
|
+
WebsiteContentDistinctEnum2["updatedAt"] = "updatedAt";
|
|
957
|
+
WebsiteContentDistinctEnum2["remark"] = "remark";
|
|
958
|
+
WebsiteContentDistinctEnum2["seoTitle"] = "seoTitle";
|
|
959
|
+
WebsiteContentDistinctEnum2["seoKeywords"] = "seoKeywords";
|
|
960
|
+
WebsiteContentDistinctEnum2["seoDescription"] = "seoDescription";
|
|
961
|
+
WebsiteContentDistinctEnum2["ogTitle"] = "ogTitle";
|
|
962
|
+
WebsiteContentDistinctEnum2["ogDescription"] = "ogDescription";
|
|
963
|
+
WebsiteContentDistinctEnum2["ogUrl"] = "ogUrl";
|
|
964
|
+
WebsiteContentDistinctEnum2["ogSiteName"] = "ogSiteName";
|
|
965
|
+
WebsiteContentDistinctEnum2["ogType"] = "ogType";
|
|
966
|
+
WebsiteContentDistinctEnum2["xCard"] = "xCard";
|
|
967
|
+
WebsiteContentDistinctEnum2["xSite"] = "xSite";
|
|
968
|
+
WebsiteContentDistinctEnum2["xTitle"] = "xTitle";
|
|
969
|
+
WebsiteContentDistinctEnum2["xDescription"] = "xDescription";
|
|
970
|
+
WebsiteContentDistinctEnum2["xUrl"] = "xUrl";
|
|
971
|
+
WebsiteContentDistinctEnum2["lang"] = "lang";
|
|
972
|
+
return WebsiteContentDistinctEnum2;
|
|
973
|
+
})(WebsiteContentDistinctEnum || {});
|
|
908
974
|
const PostCategoryEntityName = "PostCategory";
|
|
909
975
|
const PostCategoryEntityLabel = "文章分类";
|
|
910
976
|
var PostCategoryDistinctEnum = /* @__PURE__ */ ((PostCategoryDistinctEnum2) => {
|
|
@@ -913,6 +979,7 @@ var PostCategoryDistinctEnum = /* @__PURE__ */ ((PostCategoryDistinctEnum2) => {
|
|
|
913
979
|
PostCategoryDistinctEnum2["seqValue"] = "seqValue";
|
|
914
980
|
PostCategoryDistinctEnum2["websiteId"] = "websiteId";
|
|
915
981
|
PostCategoryDistinctEnum2["slug"] = "slug";
|
|
982
|
+
PostCategoryDistinctEnum2["description"] = "description";
|
|
916
983
|
PostCategoryDistinctEnum2["createdAt"] = "createdAt";
|
|
917
984
|
PostCategoryDistinctEnum2["updatedAt"] = "updatedAt";
|
|
918
985
|
PostCategoryDistinctEnum2["remark"] = "remark";
|
|
@@ -926,23 +993,91 @@ var TagDistinctEnum = /* @__PURE__ */ ((TagDistinctEnum2) => {
|
|
|
926
993
|
TagDistinctEnum2["color"] = "color";
|
|
927
994
|
TagDistinctEnum2["websiteId"] = "websiteId";
|
|
928
995
|
TagDistinctEnum2["slug"] = "slug";
|
|
996
|
+
TagDistinctEnum2["description"] = "description";
|
|
929
997
|
TagDistinctEnum2["createdAt"] = "createdAt";
|
|
930
998
|
TagDistinctEnum2["updatedAt"] = "updatedAt";
|
|
931
999
|
TagDistinctEnum2["remark"] = "remark";
|
|
932
1000
|
return TagDistinctEnum2;
|
|
933
1001
|
})(TagDistinctEnum || {});
|
|
1002
|
+
var SeoMetaDistinctEnum = /* @__PURE__ */ ((SeoMetaDistinctEnum2) => {
|
|
1003
|
+
SeoMetaDistinctEnum2["id"] = "id";
|
|
1004
|
+
SeoMetaDistinctEnum2["seoTitle"] = "seoTitle";
|
|
1005
|
+
SeoMetaDistinctEnum2["seoKeywords"] = "seoKeywords";
|
|
1006
|
+
SeoMetaDistinctEnum2["seoDescription"] = "seoDescription";
|
|
1007
|
+
return SeoMetaDistinctEnum2;
|
|
1008
|
+
})(SeoMetaDistinctEnum || {});
|
|
1009
|
+
var OgMetaDistinctEnum = /* @__PURE__ */ ((OgMetaDistinctEnum2) => {
|
|
1010
|
+
OgMetaDistinctEnum2["id"] = "id";
|
|
1011
|
+
OgMetaDistinctEnum2["ogTitle"] = "ogTitle";
|
|
1012
|
+
OgMetaDistinctEnum2["ogDescription"] = "ogDescription";
|
|
1013
|
+
OgMetaDistinctEnum2["ogUrl"] = "ogUrl";
|
|
1014
|
+
OgMetaDistinctEnum2["ogSiteName"] = "ogSiteName";
|
|
1015
|
+
OgMetaDistinctEnum2["ogType"] = "ogType";
|
|
1016
|
+
OgMetaDistinctEnum2["xCard"] = "xCard";
|
|
1017
|
+
OgMetaDistinctEnum2["xSite"] = "xSite";
|
|
1018
|
+
OgMetaDistinctEnum2["xTitle"] = "xTitle";
|
|
1019
|
+
OgMetaDistinctEnum2["xDescription"] = "xDescription";
|
|
1020
|
+
OgMetaDistinctEnum2["xUrl"] = "xUrl";
|
|
1021
|
+
return OgMetaDistinctEnum2;
|
|
1022
|
+
})(OgMetaDistinctEnum || {});
|
|
1023
|
+
var PublishableDistinctEnum = /* @__PURE__ */ ((PublishableDistinctEnum2) => {
|
|
1024
|
+
PublishableDistinctEnum2["id"] = "id";
|
|
1025
|
+
PublishableDistinctEnum2["publishedAt"] = "publishedAt";
|
|
1026
|
+
PublishableDistinctEnum2["status"] = "status";
|
|
1027
|
+
PublishableDistinctEnum2["title"] = "title";
|
|
1028
|
+
PublishableDistinctEnum2["content"] = "content";
|
|
1029
|
+
PublishableDistinctEnum2["extends"] = "extends";
|
|
1030
|
+
PublishableDistinctEnum2["websiteId"] = "websiteId";
|
|
1031
|
+
PublishableDistinctEnum2["slug"] = "slug";
|
|
1032
|
+
PublishableDistinctEnum2["description"] = "description";
|
|
1033
|
+
PublishableDistinctEnum2["createdAt"] = "createdAt";
|
|
1034
|
+
PublishableDistinctEnum2["updatedAt"] = "updatedAt";
|
|
1035
|
+
PublishableDistinctEnum2["remark"] = "remark";
|
|
1036
|
+
PublishableDistinctEnum2["seoTitle"] = "seoTitle";
|
|
1037
|
+
PublishableDistinctEnum2["seoKeywords"] = "seoKeywords";
|
|
1038
|
+
PublishableDistinctEnum2["seoDescription"] = "seoDescription";
|
|
1039
|
+
PublishableDistinctEnum2["ogTitle"] = "ogTitle";
|
|
1040
|
+
PublishableDistinctEnum2["ogDescription"] = "ogDescription";
|
|
1041
|
+
PublishableDistinctEnum2["ogUrl"] = "ogUrl";
|
|
1042
|
+
PublishableDistinctEnum2["ogSiteName"] = "ogSiteName";
|
|
1043
|
+
PublishableDistinctEnum2["ogType"] = "ogType";
|
|
1044
|
+
PublishableDistinctEnum2["xCard"] = "xCard";
|
|
1045
|
+
PublishableDistinctEnum2["xSite"] = "xSite";
|
|
1046
|
+
PublishableDistinctEnum2["xTitle"] = "xTitle";
|
|
1047
|
+
PublishableDistinctEnum2["xDescription"] = "xDescription";
|
|
1048
|
+
PublishableDistinctEnum2["xUrl"] = "xUrl";
|
|
1049
|
+
PublishableDistinctEnum2["lang"] = "lang";
|
|
1050
|
+
return PublishableDistinctEnum2;
|
|
1051
|
+
})(PublishableDistinctEnum || {});
|
|
934
1052
|
var PublishableStatus = /* @__PURE__ */ ((PublishableStatus2) => {
|
|
935
1053
|
PublishableStatus2["draft"] = "draft";
|
|
936
1054
|
PublishableStatus2["published"] = "published";
|
|
937
1055
|
PublishableStatus2["cancelled"] = "cancelled";
|
|
938
1056
|
return PublishableStatus2;
|
|
939
1057
|
})(PublishableStatus || {});
|
|
1058
|
+
var PersonDistinctEnum = /* @__PURE__ */ ((PersonDistinctEnum2) => {
|
|
1059
|
+
PersonDistinctEnum2["id"] = "id";
|
|
1060
|
+
PersonDistinctEnum2["email"] = "email";
|
|
1061
|
+
PersonDistinctEnum2["tel"] = "tel";
|
|
1062
|
+
PersonDistinctEnum2["tel2"] = "tel2";
|
|
1063
|
+
PersonDistinctEnum2["name"] = "name";
|
|
1064
|
+
PersonDistinctEnum2["mobile"] = "mobile";
|
|
1065
|
+
PersonDistinctEnum2["whatsApp"] = "whatsApp";
|
|
1066
|
+
PersonDistinctEnum2["linkedIn"] = "linkedIn";
|
|
1067
|
+
PersonDistinctEnum2["twitter"] = "twitter";
|
|
1068
|
+
PersonDistinctEnum2["facebook"] = "facebook";
|
|
1069
|
+
PersonDistinctEnum2["instagram"] = "instagram";
|
|
1070
|
+
PersonDistinctEnum2["summary"] = "summary";
|
|
1071
|
+
return PersonDistinctEnum2;
|
|
1072
|
+
})(PersonDistinctEnum || {});
|
|
940
1073
|
const CustomerEntityName = "Customer";
|
|
941
1074
|
const CustomerEntityLabel = "";
|
|
942
1075
|
var CustomerDistinctEnum = /* @__PURE__ */ ((CustomerDistinctEnum2) => {
|
|
943
1076
|
CustomerDistinctEnum2["id"] = "id";
|
|
1077
|
+
CustomerDistinctEnum2["company"] = "company";
|
|
944
1078
|
CustomerDistinctEnum2["websiteId"] = "websiteId";
|
|
945
1079
|
CustomerDistinctEnum2["slug"] = "slug";
|
|
1080
|
+
CustomerDistinctEnum2["description"] = "description";
|
|
946
1081
|
CustomerDistinctEnum2["createdAt"] = "createdAt";
|
|
947
1082
|
CustomerDistinctEnum2["updatedAt"] = "updatedAt";
|
|
948
1083
|
CustomerDistinctEnum2["remark"] = "remark";
|
|
@@ -959,6 +1094,41 @@ var CustomerDistinctEnum = /* @__PURE__ */ ((CustomerDistinctEnum2) => {
|
|
|
959
1094
|
CustomerDistinctEnum2["summary"] = "summary";
|
|
960
1095
|
return CustomerDistinctEnum2;
|
|
961
1096
|
})(CustomerDistinctEnum || {});
|
|
1097
|
+
var BaseEntityDistinctEnum = /* @__PURE__ */ ((BaseEntityDistinctEnum2) => {
|
|
1098
|
+
BaseEntityDistinctEnum2["id"] = "id";
|
|
1099
|
+
BaseEntityDistinctEnum2["createdAt"] = "createdAt";
|
|
1100
|
+
BaseEntityDistinctEnum2["updatedAt"] = "updatedAt";
|
|
1101
|
+
BaseEntityDistinctEnum2["remark"] = "remark";
|
|
1102
|
+
return BaseEntityDistinctEnum2;
|
|
1103
|
+
})(BaseEntityDistinctEnum || {});
|
|
1104
|
+
var MultiLangableDistinctEnum = /* @__PURE__ */ ((MultiLangableDistinctEnum2) => {
|
|
1105
|
+
MultiLangableDistinctEnum2["id"] = "id";
|
|
1106
|
+
MultiLangableDistinctEnum2["lang"] = "lang";
|
|
1107
|
+
return MultiLangableDistinctEnum2;
|
|
1108
|
+
})(MultiLangableDistinctEnum || {});
|
|
1109
|
+
var WebsiteUserDistinctEnum = /* @__PURE__ */ ((WebsiteUserDistinctEnum2) => {
|
|
1110
|
+
WebsiteUserDistinctEnum2["id"] = "id";
|
|
1111
|
+
WebsiteUserDistinctEnum2["postion"] = "postion";
|
|
1112
|
+
WebsiteUserDistinctEnum2["profile"] = "profile";
|
|
1113
|
+
WebsiteUserDistinctEnum2["userType"] = "userType";
|
|
1114
|
+
WebsiteUserDistinctEnum2["email"] = "email";
|
|
1115
|
+
WebsiteUserDistinctEnum2["tel"] = "tel";
|
|
1116
|
+
WebsiteUserDistinctEnum2["tel2"] = "tel2";
|
|
1117
|
+
WebsiteUserDistinctEnum2["name"] = "name";
|
|
1118
|
+
WebsiteUserDistinctEnum2["mobile"] = "mobile";
|
|
1119
|
+
WebsiteUserDistinctEnum2["whatsApp"] = "whatsApp";
|
|
1120
|
+
WebsiteUserDistinctEnum2["linkedIn"] = "linkedIn";
|
|
1121
|
+
WebsiteUserDistinctEnum2["twitter"] = "twitter";
|
|
1122
|
+
WebsiteUserDistinctEnum2["facebook"] = "facebook";
|
|
1123
|
+
WebsiteUserDistinctEnum2["instagram"] = "instagram";
|
|
1124
|
+
WebsiteUserDistinctEnum2["summary"] = "summary";
|
|
1125
|
+
return WebsiteUserDistinctEnum2;
|
|
1126
|
+
})(WebsiteUserDistinctEnum || {});
|
|
1127
|
+
var CustomizeMediaDistinctEnum = /* @__PURE__ */ ((CustomizeMediaDistinctEnum2) => {
|
|
1128
|
+
CustomizeMediaDistinctEnum2["id"] = "id";
|
|
1129
|
+
CustomizeMediaDistinctEnum2["websiteId"] = "websiteId";
|
|
1130
|
+
return CustomizeMediaDistinctEnum2;
|
|
1131
|
+
})(CustomizeMediaDistinctEnum || {});
|
|
962
1132
|
var UserType = /* @__PURE__ */ ((UserType2) => {
|
|
963
1133
|
UserType2["saasUser"] = "saasUser";
|
|
964
1134
|
UserType2["websiteUser"] = "websiteUser";
|
|
@@ -984,6 +1154,7 @@ var ProductCategoryDistinctEnum = /* @__PURE__ */ ((ProductCategoryDistinctEnum2
|
|
|
984
1154
|
ProductCategoryDistinctEnum2["seqValue"] = "seqValue";
|
|
985
1155
|
ProductCategoryDistinctEnum2["websiteId"] = "websiteId";
|
|
986
1156
|
ProductCategoryDistinctEnum2["slug"] = "slug";
|
|
1157
|
+
ProductCategoryDistinctEnum2["description"] = "description";
|
|
987
1158
|
ProductCategoryDistinctEnum2["createdAt"] = "createdAt";
|
|
988
1159
|
ProductCategoryDistinctEnum2["updatedAt"] = "updatedAt";
|
|
989
1160
|
ProductCategoryDistinctEnum2["remark"] = "remark";
|
|
@@ -1008,6 +1179,31 @@ var ComponentType = /* @__PURE__ */ ((ComponentType2) => {
|
|
|
1008
1179
|
ComponentType2["RichText"] = "RichText";
|
|
1009
1180
|
return ComponentType2;
|
|
1010
1181
|
})(ComponentType || {});
|
|
1182
|
+
const SpamFilterRuleEntityName = "SpamFilterRule";
|
|
1183
|
+
const SpamFilterRuleEntityLabel = "垃圾过滤规则";
|
|
1184
|
+
const spamFilterRuleToInputCascade = (entity) => {
|
|
1185
|
+
return {
|
|
1186
|
+
...entity
|
|
1187
|
+
};
|
|
1188
|
+
};
|
|
1189
|
+
const spamFilterRuleToInput = (entity) => {
|
|
1190
|
+
return {
|
|
1191
|
+
...entity
|
|
1192
|
+
};
|
|
1193
|
+
};
|
|
1194
|
+
var SpamFilterRuleDistinctEnum = /* @__PURE__ */ ((SpamFilterRuleDistinctEnum2) => {
|
|
1195
|
+
SpamFilterRuleDistinctEnum2["id"] = "id";
|
|
1196
|
+
SpamFilterRuleDistinctEnum2["emails"] = "emails";
|
|
1197
|
+
SpamFilterRuleDistinctEnum2["ips"] = "ips";
|
|
1198
|
+
SpamFilterRuleDistinctEnum2["keywords"] = "keywords";
|
|
1199
|
+
SpamFilterRuleDistinctEnum2["createdAt"] = "createdAt";
|
|
1200
|
+
SpamFilterRuleDistinctEnum2["updatedAt"] = "updatedAt";
|
|
1201
|
+
SpamFilterRuleDistinctEnum2["websiteId"] = "websiteId";
|
|
1202
|
+
SpamFilterRuleDistinctEnum2["slug"] = "slug";
|
|
1203
|
+
SpamFilterRuleDistinctEnum2["description"] = "description";
|
|
1204
|
+
SpamFilterRuleDistinctEnum2["remark"] = "remark";
|
|
1205
|
+
return SpamFilterRuleDistinctEnum2;
|
|
1206
|
+
})(SpamFilterRuleDistinctEnum || {});
|
|
1011
1207
|
class RoleQueryOptions extends QueryOptions {
|
|
1012
1208
|
constructor(fields, queryArgs) {
|
|
1013
1209
|
super(RoleEntityName, fields, queryArgs);
|
|
@@ -1069,6 +1265,10 @@ class MediaFolderQueryOptions extends QueryOptions {
|
|
|
1069
1265
|
this.addField("slug");
|
|
1070
1266
|
return this;
|
|
1071
1267
|
}
|
|
1268
|
+
description() {
|
|
1269
|
+
this.addField("description");
|
|
1270
|
+
return this;
|
|
1271
|
+
}
|
|
1072
1272
|
/**
|
|
1073
1273
|
* 创建时间
|
|
1074
1274
|
*/
|
|
@@ -1147,6 +1347,10 @@ class ProductCategoryQueryOptions extends QueryOptions {
|
|
|
1147
1347
|
this.addField("slug");
|
|
1148
1348
|
return this;
|
|
1149
1349
|
}
|
|
1350
|
+
description() {
|
|
1351
|
+
this.addField("description");
|
|
1352
|
+
return this;
|
|
1353
|
+
}
|
|
1150
1354
|
/**
|
|
1151
1355
|
* 创建时间
|
|
1152
1356
|
*/
|
|
@@ -1180,6 +1384,14 @@ class ProductCategoryQueryOptions extends QueryOptions {
|
|
|
1180
1384
|
this._aggregates["childrenAggregate"] = aggregate;
|
|
1181
1385
|
return this;
|
|
1182
1386
|
}
|
|
1387
|
+
media(options) {
|
|
1388
|
+
if (Array.isArray(options)) {
|
|
1389
|
+
this._associations["media"] = new MediaQueryOptions(options);
|
|
1390
|
+
} else {
|
|
1391
|
+
this._associations["media"] = options || new MediaQueryOptions(["id"]);
|
|
1392
|
+
}
|
|
1393
|
+
return this;
|
|
1394
|
+
}
|
|
1183
1395
|
parent(options) {
|
|
1184
1396
|
if (Array.isArray(options)) {
|
|
1185
1397
|
this._associations["parent"] = new ProductCategoryQueryOptions(options);
|
|
@@ -1225,6 +1437,10 @@ class PostCategoryQueryOptions extends QueryOptions {
|
|
|
1225
1437
|
this.addField("slug");
|
|
1226
1438
|
return this;
|
|
1227
1439
|
}
|
|
1440
|
+
description() {
|
|
1441
|
+
this.addField("description");
|
|
1442
|
+
return this;
|
|
1443
|
+
}
|
|
1228
1444
|
/**
|
|
1229
1445
|
* 创建时间
|
|
1230
1446
|
*/
|
|
@@ -1302,17 +1518,6 @@ class PostQueryOptions extends QueryOptions {
|
|
|
1302
1518
|
this.addField("authorEmail");
|
|
1303
1519
|
return this;
|
|
1304
1520
|
}
|
|
1305
|
-
summary() {
|
|
1306
|
-
this.addField("summary");
|
|
1307
|
-
return this;
|
|
1308
|
-
}
|
|
1309
|
-
/**
|
|
1310
|
-
* 发布的内容
|
|
1311
|
-
*/
|
|
1312
|
-
publishedContent() {
|
|
1313
|
-
this.addField("publishedContent");
|
|
1314
|
-
return this;
|
|
1315
|
-
}
|
|
1316
1521
|
publishedAt() {
|
|
1317
1522
|
this.addField("publishedAt");
|
|
1318
1523
|
return this;
|
|
@@ -1341,6 +1546,10 @@ class PostQueryOptions extends QueryOptions {
|
|
|
1341
1546
|
this.addField("slug");
|
|
1342
1547
|
return this;
|
|
1343
1548
|
}
|
|
1549
|
+
description() {
|
|
1550
|
+
this.addField("description");
|
|
1551
|
+
return this;
|
|
1552
|
+
}
|
|
1344
1553
|
/**
|
|
1345
1554
|
* 创建时间
|
|
1346
1555
|
*/
|
|
@@ -1454,6 +1663,14 @@ class PostQueryOptions extends QueryOptions {
|
|
|
1454
1663
|
}
|
|
1455
1664
|
return this;
|
|
1456
1665
|
}
|
|
1666
|
+
draftOf(options) {
|
|
1667
|
+
if (Array.isArray(options)) {
|
|
1668
|
+
this._associations["draftOf"] = new PostQueryOptions(options);
|
|
1669
|
+
} else {
|
|
1670
|
+
this._associations["draftOf"] = options || new PostQueryOptions(["id"]);
|
|
1671
|
+
}
|
|
1672
|
+
return this;
|
|
1673
|
+
}
|
|
1457
1674
|
category(options) {
|
|
1458
1675
|
if (Array.isArray(options)) {
|
|
1459
1676
|
this._associations["category"] = new PostCategoryQueryOptions(options);
|
|
@@ -1462,6 +1679,14 @@ class PostQueryOptions extends QueryOptions {
|
|
|
1462
1679
|
}
|
|
1463
1680
|
return this;
|
|
1464
1681
|
}
|
|
1682
|
+
draft(options) {
|
|
1683
|
+
if (Array.isArray(options)) {
|
|
1684
|
+
this._associations["draft"] = new PostQueryOptions(options);
|
|
1685
|
+
} else {
|
|
1686
|
+
this._associations["draft"] = options || new PostQueryOptions(["id"]);
|
|
1687
|
+
}
|
|
1688
|
+
return this;
|
|
1689
|
+
}
|
|
1465
1690
|
}
|
|
1466
1691
|
class TagQueryOptions extends QueryOptions {
|
|
1467
1692
|
constructor(fields, queryArgs) {
|
|
@@ -1490,6 +1715,10 @@ class TagQueryOptions extends QueryOptions {
|
|
|
1490
1715
|
this.addField("slug");
|
|
1491
1716
|
return this;
|
|
1492
1717
|
}
|
|
1718
|
+
description() {
|
|
1719
|
+
this.addField("description");
|
|
1720
|
+
return this;
|
|
1721
|
+
}
|
|
1493
1722
|
/**
|
|
1494
1723
|
* 创建时间
|
|
1495
1724
|
*/
|
|
@@ -1548,10 +1777,6 @@ class ProductQueryOptions extends QueryOptions {
|
|
|
1548
1777
|
this.addField("published");
|
|
1549
1778
|
return this;
|
|
1550
1779
|
}
|
|
1551
|
-
summary() {
|
|
1552
|
-
this.addField("summary");
|
|
1553
|
-
return this;
|
|
1554
|
-
}
|
|
1555
1780
|
featured() {
|
|
1556
1781
|
this.addField("featured");
|
|
1557
1782
|
return this;
|
|
@@ -1579,11 +1804,15 @@ class ProductQueryOptions extends QueryOptions {
|
|
|
1579
1804
|
this.addField("content3");
|
|
1580
1805
|
return this;
|
|
1581
1806
|
}
|
|
1807
|
+
shortTitle() {
|
|
1808
|
+
this.addField("shortTitle");
|
|
1809
|
+
return this;
|
|
1810
|
+
}
|
|
1582
1811
|
/**
|
|
1583
|
-
*
|
|
1812
|
+
* 第三方视频url
|
|
1584
1813
|
*/
|
|
1585
|
-
|
|
1586
|
-
this.addField("
|
|
1814
|
+
externalVideoUrl() {
|
|
1815
|
+
this.addField("externalVideoUrl");
|
|
1587
1816
|
return this;
|
|
1588
1817
|
}
|
|
1589
1818
|
publishedAt() {
|
|
@@ -1614,6 +1843,10 @@ class ProductQueryOptions extends QueryOptions {
|
|
|
1614
1843
|
this.addField("slug");
|
|
1615
1844
|
return this;
|
|
1616
1845
|
}
|
|
1846
|
+
description() {
|
|
1847
|
+
this.addField("description");
|
|
1848
|
+
return this;
|
|
1849
|
+
}
|
|
1617
1850
|
/**
|
|
1618
1851
|
* 创建时间
|
|
1619
1852
|
*/
|
|
@@ -1743,6 +1976,14 @@ class ProductQueryOptions extends QueryOptions {
|
|
|
1743
1976
|
this._aggregates["attachmentsAggregate"] = aggregate;
|
|
1744
1977
|
return this;
|
|
1745
1978
|
}
|
|
1979
|
+
draftOf(options) {
|
|
1980
|
+
if (Array.isArray(options)) {
|
|
1981
|
+
this._associations["draftOf"] = new ProductQueryOptions(options);
|
|
1982
|
+
} else {
|
|
1983
|
+
this._associations["draftOf"] = options || new ProductQueryOptions(["id"]);
|
|
1984
|
+
}
|
|
1985
|
+
return this;
|
|
1986
|
+
}
|
|
1746
1987
|
creator(options) {
|
|
1747
1988
|
if (Array.isArray(options)) {
|
|
1748
1989
|
this._associations["creator"] = new UserQueryOptions(options);
|
|
@@ -1751,6 +1992,14 @@ class ProductQueryOptions extends QueryOptions {
|
|
|
1751
1992
|
}
|
|
1752
1993
|
return this;
|
|
1753
1994
|
}
|
|
1995
|
+
draft(options) {
|
|
1996
|
+
if (Array.isArray(options)) {
|
|
1997
|
+
this._associations["draft"] = new ProductQueryOptions(options);
|
|
1998
|
+
} else {
|
|
1999
|
+
this._associations["draft"] = options || new ProductQueryOptions(["id"]);
|
|
2000
|
+
}
|
|
2001
|
+
return this;
|
|
2002
|
+
}
|
|
1754
2003
|
}
|
|
1755
2004
|
class MediaQueryOptions extends QueryOptions {
|
|
1756
2005
|
constructor(fields, queryArgs) {
|
|
@@ -1843,6 +2092,18 @@ class MediaQueryOptions extends QueryOptions {
|
|
|
1843
2092
|
this._aggregates["attachmentOfAggregate"] = aggregate;
|
|
1844
2093
|
return this;
|
|
1845
2094
|
}
|
|
2095
|
+
meidaOfProduct(options) {
|
|
2096
|
+
if (Array.isArray(options)) {
|
|
2097
|
+
this._associations["meidaOfProduct"] = new ProductCategoryQueryOptions(options);
|
|
2098
|
+
} else {
|
|
2099
|
+
this._associations["meidaOfProduct"] = options || new ProductCategoryQueryOptions(["id"]);
|
|
2100
|
+
}
|
|
2101
|
+
return this;
|
|
2102
|
+
}
|
|
2103
|
+
meidaOfProductAggregate(aggregate) {
|
|
2104
|
+
this._aggregates["meidaOfProductAggregate"] = aggregate;
|
|
2105
|
+
return this;
|
|
2106
|
+
}
|
|
1846
2107
|
}
|
|
1847
2108
|
class WebsiteTypeQueryOptions extends QueryOptions {
|
|
1848
2109
|
constructor(fields, queryArgs) {
|
|
@@ -1937,6 +2198,10 @@ class TemplateCategoryQueryOptions extends QueryOptions {
|
|
|
1937
2198
|
this.addField("slug");
|
|
1938
2199
|
return this;
|
|
1939
2200
|
}
|
|
2201
|
+
description() {
|
|
2202
|
+
this.addField("description");
|
|
2203
|
+
return this;
|
|
2204
|
+
}
|
|
1940
2205
|
/**
|
|
1941
2206
|
* 创建时间
|
|
1942
2207
|
*/
|
|
@@ -2014,6 +2279,10 @@ class TemplateQueryOptions extends QueryOptions {
|
|
|
2014
2279
|
this.addField("slug");
|
|
2015
2280
|
return this;
|
|
2016
2281
|
}
|
|
2282
|
+
description() {
|
|
2283
|
+
this.addField("description");
|
|
2284
|
+
return this;
|
|
2285
|
+
}
|
|
2017
2286
|
/**
|
|
2018
2287
|
* 创建时间
|
|
2019
2288
|
*/
|
|
@@ -2080,6 +2349,10 @@ class ThemeQueryOptions extends QueryOptions {
|
|
|
2080
2349
|
this.addField("slug");
|
|
2081
2350
|
return this;
|
|
2082
2351
|
}
|
|
2352
|
+
description() {
|
|
2353
|
+
this.addField("description");
|
|
2354
|
+
return this;
|
|
2355
|
+
}
|
|
2083
2356
|
/**
|
|
2084
2357
|
* 创建时间
|
|
2085
2358
|
*/
|
|
@@ -2165,6 +2438,10 @@ class PageQueryOptions extends QueryOptions {
|
|
|
2165
2438
|
this.addField("slug");
|
|
2166
2439
|
return this;
|
|
2167
2440
|
}
|
|
2441
|
+
description() {
|
|
2442
|
+
this.addField("description");
|
|
2443
|
+
return this;
|
|
2444
|
+
}
|
|
2168
2445
|
/**
|
|
2169
2446
|
* 创建时间
|
|
2170
2447
|
*/
|
|
@@ -2601,6 +2878,10 @@ class LangQueryOptions extends QueryOptions {
|
|
|
2601
2878
|
this.addField("slug");
|
|
2602
2879
|
return this;
|
|
2603
2880
|
}
|
|
2881
|
+
description() {
|
|
2882
|
+
this.addField("description");
|
|
2883
|
+
return this;
|
|
2884
|
+
}
|
|
2604
2885
|
/**
|
|
2605
2886
|
* 创建时间
|
|
2606
2887
|
*/
|
|
@@ -2624,6 +2905,10 @@ class CustomerQueryOptions extends QueryOptions {
|
|
|
2624
2905
|
this.addField("id");
|
|
2625
2906
|
return this;
|
|
2626
2907
|
}
|
|
2908
|
+
company() {
|
|
2909
|
+
this.addField("company");
|
|
2910
|
+
return this;
|
|
2911
|
+
}
|
|
2627
2912
|
websiteId() {
|
|
2628
2913
|
this.addField("websiteId");
|
|
2629
2914
|
return this;
|
|
@@ -2632,6 +2917,10 @@ class CustomerQueryOptions extends QueryOptions {
|
|
|
2632
2917
|
this.addField("slug");
|
|
2633
2918
|
return this;
|
|
2634
2919
|
}
|
|
2920
|
+
description() {
|
|
2921
|
+
this.addField("description");
|
|
2922
|
+
return this;
|
|
2923
|
+
}
|
|
2635
2924
|
/**
|
|
2636
2925
|
* 创建时间
|
|
2637
2926
|
*/
|
|
@@ -2773,6 +3062,10 @@ class EnquiryQueryOptions extends QueryOptions {
|
|
|
2773
3062
|
this.addField("read");
|
|
2774
3063
|
return this;
|
|
2775
3064
|
}
|
|
3065
|
+
spam() {
|
|
3066
|
+
this.addField("spam");
|
|
3067
|
+
return this;
|
|
3068
|
+
}
|
|
2776
3069
|
websiteId() {
|
|
2777
3070
|
this.addField("websiteId");
|
|
2778
3071
|
return this;
|
|
@@ -2781,6 +3074,10 @@ class EnquiryQueryOptions extends QueryOptions {
|
|
|
2781
3074
|
this.addField("slug");
|
|
2782
3075
|
return this;
|
|
2783
3076
|
}
|
|
3077
|
+
description() {
|
|
3078
|
+
this.addField("description");
|
|
3079
|
+
return this;
|
|
3080
|
+
}
|
|
2784
3081
|
/**
|
|
2785
3082
|
* 创建时间
|
|
2786
3083
|
*/
|
|
@@ -2867,6 +3164,46 @@ class WebsiteSettingsQueryOptions extends QueryOptions {
|
|
|
2867
3164
|
this.addField("mobile");
|
|
2868
3165
|
return this;
|
|
2869
3166
|
}
|
|
3167
|
+
robots() {
|
|
3168
|
+
this.addField("robots");
|
|
3169
|
+
return this;
|
|
3170
|
+
}
|
|
3171
|
+
/**
|
|
3172
|
+
* 站点名称
|
|
3173
|
+
*/
|
|
3174
|
+
websiteName() {
|
|
3175
|
+
this.addField("websiteName");
|
|
3176
|
+
return this;
|
|
3177
|
+
}
|
|
3178
|
+
/**
|
|
3179
|
+
* 域名
|
|
3180
|
+
*/
|
|
3181
|
+
domain() {
|
|
3182
|
+
this.addField("domain");
|
|
3183
|
+
return this;
|
|
3184
|
+
}
|
|
3185
|
+
/**
|
|
3186
|
+
* 打开iRobots
|
|
3187
|
+
*/
|
|
3188
|
+
openRobots() {
|
|
3189
|
+
this.addField("openRobots");
|
|
3190
|
+
return this;
|
|
3191
|
+
}
|
|
3192
|
+
/**
|
|
3193
|
+
* 301映射表
|
|
3194
|
+
*/
|
|
3195
|
+
map301() {
|
|
3196
|
+
this.addField("map301");
|
|
3197
|
+
return this;
|
|
3198
|
+
}
|
|
3199
|
+
headerCode() {
|
|
3200
|
+
this.addField("headerCode");
|
|
3201
|
+
return this;
|
|
3202
|
+
}
|
|
3203
|
+
footerCode() {
|
|
3204
|
+
this.addField("footerCode");
|
|
3205
|
+
return this;
|
|
3206
|
+
}
|
|
2870
3207
|
websiteId() {
|
|
2871
3208
|
this.addField("websiteId");
|
|
2872
3209
|
return this;
|
|
@@ -2875,6 +3212,10 @@ class WebsiteSettingsQueryOptions extends QueryOptions {
|
|
|
2875
3212
|
this.addField("slug");
|
|
2876
3213
|
return this;
|
|
2877
3214
|
}
|
|
3215
|
+
description() {
|
|
3216
|
+
this.addField("description");
|
|
3217
|
+
return this;
|
|
3218
|
+
}
|
|
2878
3219
|
/**
|
|
2879
3220
|
* 创建时间
|
|
2880
3221
|
*/
|
|
@@ -2897,6 +3238,54 @@ class WebsiteSettingsQueryOptions extends QueryOptions {
|
|
|
2897
3238
|
return this;
|
|
2898
3239
|
}
|
|
2899
3240
|
}
|
|
3241
|
+
class SpamFilterRuleQueryOptions extends QueryOptions {
|
|
3242
|
+
constructor(fields, queryArgs) {
|
|
3243
|
+
super(SpamFilterRuleEntityName, fields, queryArgs);
|
|
3244
|
+
}
|
|
3245
|
+
id() {
|
|
3246
|
+
this.addField("id");
|
|
3247
|
+
return this;
|
|
3248
|
+
}
|
|
3249
|
+
emails() {
|
|
3250
|
+
this.addField("emails");
|
|
3251
|
+
return this;
|
|
3252
|
+
}
|
|
3253
|
+
ips() {
|
|
3254
|
+
this.addField("ips");
|
|
3255
|
+
return this;
|
|
3256
|
+
}
|
|
3257
|
+
keywords() {
|
|
3258
|
+
this.addField("keywords");
|
|
3259
|
+
return this;
|
|
3260
|
+
}
|
|
3261
|
+
createdAt() {
|
|
3262
|
+
this.addField("createdAt");
|
|
3263
|
+
return this;
|
|
3264
|
+
}
|
|
3265
|
+
updatedAt() {
|
|
3266
|
+
this.addField("updatedAt");
|
|
3267
|
+
return this;
|
|
3268
|
+
}
|
|
3269
|
+
websiteId() {
|
|
3270
|
+
this.addField("websiteId");
|
|
3271
|
+
return this;
|
|
3272
|
+
}
|
|
3273
|
+
slug() {
|
|
3274
|
+
this.addField("slug");
|
|
3275
|
+
return this;
|
|
3276
|
+
}
|
|
3277
|
+
description() {
|
|
3278
|
+
this.addField("description");
|
|
3279
|
+
return this;
|
|
3280
|
+
}
|
|
3281
|
+
/**
|
|
3282
|
+
* 备注
|
|
3283
|
+
*/
|
|
3284
|
+
remark() {
|
|
3285
|
+
this.addField("remark");
|
|
3286
|
+
return this;
|
|
3287
|
+
}
|
|
3288
|
+
}
|
|
2900
3289
|
const userEntry = {
|
|
2901
3290
|
entityName: UserEntityName,
|
|
2902
3291
|
entityLabel: UserEntityLabel,
|
|
@@ -3002,6 +3391,11 @@ const productCategoryEntry = {
|
|
|
3002
3391
|
entityLabel: ProductCategoryEntityLabel,
|
|
3003
3392
|
toInput: productCategoryToInput
|
|
3004
3393
|
};
|
|
3394
|
+
const spamFilterRuleEntry = {
|
|
3395
|
+
entityName: SpamFilterRuleEntityName,
|
|
3396
|
+
entityLabel: SpamFilterRuleEntityLabel,
|
|
3397
|
+
toInput: spamFilterRuleToInput
|
|
3398
|
+
};
|
|
3005
3399
|
var UserFields = /* @__PURE__ */ ((UserFields2) => {
|
|
3006
3400
|
UserFields2["id"] = "id";
|
|
3007
3401
|
UserFields2["loginName"] = "loginName";
|
|
@@ -3085,6 +3479,8 @@ var MediaAssciations = /* @__PURE__ */ ((MediaAssciations2) => {
|
|
|
3085
3479
|
MediaAssciations2["usedByProductsAggregate"] = "usedByProductsAggregate";
|
|
3086
3480
|
MediaAssciations2["attachmentOf"] = "attachmentOf";
|
|
3087
3481
|
MediaAssciations2["attachmentOfAggregate"] = "attachmentOfAggregate";
|
|
3482
|
+
MediaAssciations2["meidaOfProduct"] = "meidaOfProduct";
|
|
3483
|
+
MediaAssciations2["meidaOfProductAggregate"] = "meidaOfProductAggregate";
|
|
3088
3484
|
return MediaAssciations2;
|
|
3089
3485
|
})(MediaAssciations || {});
|
|
3090
3486
|
var WebsiteFields = /* @__PURE__ */ ((WebsiteFields2) => {
|
|
@@ -3116,6 +3512,7 @@ var LangFields = /* @__PURE__ */ ((LangFields2) => {
|
|
|
3116
3512
|
LangFields2["remark"] = "remark";
|
|
3117
3513
|
LangFields2["websiteId"] = "websiteId";
|
|
3118
3514
|
LangFields2["slug"] = "slug";
|
|
3515
|
+
LangFields2["description"] = "description";
|
|
3119
3516
|
LangFields2["createdAt"] = "createdAt";
|
|
3120
3517
|
LangFields2["updatedAt"] = "updatedAt";
|
|
3121
3518
|
return LangFields2;
|
|
@@ -3149,6 +3546,7 @@ var PageFields = /* @__PURE__ */ ((PageFields2) => {
|
|
|
3149
3546
|
PageFields2["extends"] = "extends";
|
|
3150
3547
|
PageFields2["websiteId"] = "websiteId";
|
|
3151
3548
|
PageFields2["slug"] = "slug";
|
|
3549
|
+
PageFields2["description"] = "description";
|
|
3152
3550
|
PageFields2["createdAt"] = "createdAt";
|
|
3153
3551
|
PageFields2["updatedAt"] = "updatedAt";
|
|
3154
3552
|
PageFields2["seoTitle"] = "seoTitle";
|
|
@@ -3176,8 +3574,6 @@ var PostFields = /* @__PURE__ */ ((PostFields2) => {
|
|
|
3176
3574
|
PostFields2["seqValue"] = "seqValue";
|
|
3177
3575
|
PostFields2["pinToTop"] = "pinToTop";
|
|
3178
3576
|
PostFields2["authorEmail"] = "authorEmail";
|
|
3179
|
-
PostFields2["summary"] = "summary";
|
|
3180
|
-
PostFields2["publishedContent"] = "publishedContent";
|
|
3181
3577
|
PostFields2["publishedAt"] = "publishedAt";
|
|
3182
3578
|
PostFields2["status"] = "status";
|
|
3183
3579
|
PostFields2["title"] = "title";
|
|
@@ -3185,6 +3581,7 @@ var PostFields = /* @__PURE__ */ ((PostFields2) => {
|
|
|
3185
3581
|
PostFields2["extends"] = "extends";
|
|
3186
3582
|
PostFields2["websiteId"] = "websiteId";
|
|
3187
3583
|
PostFields2["slug"] = "slug";
|
|
3584
|
+
PostFields2["description"] = "description";
|
|
3188
3585
|
PostFields2["createdAt"] = "createdAt";
|
|
3189
3586
|
PostFields2["updatedAt"] = "updatedAt";
|
|
3190
3587
|
PostFields2["remark"] = "remark";
|
|
@@ -3210,20 +3607,22 @@ var PostAssciations = /* @__PURE__ */ ((PostAssciations2) => {
|
|
|
3210
3607
|
PostAssciations2["author"] = "author";
|
|
3211
3608
|
PostAssciations2["cover"] = "cover";
|
|
3212
3609
|
PostAssciations2["ogImage"] = "ogImage";
|
|
3610
|
+
PostAssciations2["draftOf"] = "draftOf";
|
|
3213
3611
|
PostAssciations2["category"] = "category";
|
|
3612
|
+
PostAssciations2["draft"] = "draft";
|
|
3214
3613
|
return PostAssciations2;
|
|
3215
3614
|
})(PostAssciations || {});
|
|
3216
3615
|
var ProductFields = /* @__PURE__ */ ((ProductFields2) => {
|
|
3217
3616
|
ProductFields2["id"] = "id";
|
|
3218
3617
|
ProductFields2["published"] = "published";
|
|
3219
|
-
ProductFields2["summary"] = "summary";
|
|
3220
3618
|
ProductFields2["featured"] = "featured";
|
|
3221
3619
|
ProductFields2["showInNavMenu"] = "showInNavMenu";
|
|
3222
3620
|
ProductFields2["seqValue"] = "seqValue";
|
|
3223
3621
|
ProductFields2["features"] = "features";
|
|
3224
3622
|
ProductFields2["content2"] = "content2";
|
|
3225
3623
|
ProductFields2["content3"] = "content3";
|
|
3226
|
-
ProductFields2["
|
|
3624
|
+
ProductFields2["shortTitle"] = "shortTitle";
|
|
3625
|
+
ProductFields2["externalVideoUrl"] = "externalVideoUrl";
|
|
3227
3626
|
ProductFields2["publishedAt"] = "publishedAt";
|
|
3228
3627
|
ProductFields2["status"] = "status";
|
|
3229
3628
|
ProductFields2["title"] = "title";
|
|
@@ -3231,6 +3630,7 @@ var ProductFields = /* @__PURE__ */ ((ProductFields2) => {
|
|
|
3231
3630
|
ProductFields2["extends"] = "extends";
|
|
3232
3631
|
ProductFields2["websiteId"] = "websiteId";
|
|
3233
3632
|
ProductFields2["slug"] = "slug";
|
|
3633
|
+
ProductFields2["description"] = "description";
|
|
3234
3634
|
ProductFields2["createdAt"] = "createdAt";
|
|
3235
3635
|
ProductFields2["updatedAt"] = "updatedAt";
|
|
3236
3636
|
ProductFields2["remark"] = "remark";
|
|
@@ -3259,7 +3659,9 @@ var ProductAssciations = /* @__PURE__ */ ((ProductAssciations2) => {
|
|
|
3259
3659
|
ProductAssciations2["ogImage"] = "ogImage";
|
|
3260
3660
|
ProductAssciations2["attachments"] = "attachments";
|
|
3261
3661
|
ProductAssciations2["attachmentsAggregate"] = "attachmentsAggregate";
|
|
3662
|
+
ProductAssciations2["draftOf"] = "draftOf";
|
|
3262
3663
|
ProductAssciations2["creator"] = "creator";
|
|
3664
|
+
ProductAssciations2["draft"] = "draft";
|
|
3263
3665
|
return ProductAssciations2;
|
|
3264
3666
|
})(ProductAssciations || {});
|
|
3265
3667
|
var EnquiryFields = /* @__PURE__ */ ((EnquiryFields2) => {
|
|
@@ -3274,8 +3676,10 @@ var EnquiryFields = /* @__PURE__ */ ((EnquiryFields2) => {
|
|
|
3274
3676
|
EnquiryFields2["userAgent"] = "userAgent";
|
|
3275
3677
|
EnquiryFields2["fromCta"] = "fromCta";
|
|
3276
3678
|
EnquiryFields2["read"] = "read";
|
|
3679
|
+
EnquiryFields2["spam"] = "spam";
|
|
3277
3680
|
EnquiryFields2["websiteId"] = "websiteId";
|
|
3278
3681
|
EnquiryFields2["slug"] = "slug";
|
|
3682
|
+
EnquiryFields2["description"] = "description";
|
|
3279
3683
|
EnquiryFields2["createdAt"] = "createdAt";
|
|
3280
3684
|
EnquiryFields2["updatedAt"] = "updatedAt";
|
|
3281
3685
|
EnquiryFields2["remark"] = "remark";
|
|
@@ -3302,8 +3706,16 @@ var WebsiteSettingsFields = /* @__PURE__ */ ((WebsiteSettingsFields2) => {
|
|
|
3302
3706
|
WebsiteSettingsFields2["wechat"] = "wechat";
|
|
3303
3707
|
WebsiteSettingsFields2["whatsapp"] = "whatsapp";
|
|
3304
3708
|
WebsiteSettingsFields2["mobile"] = "mobile";
|
|
3709
|
+
WebsiteSettingsFields2["robots"] = "robots";
|
|
3710
|
+
WebsiteSettingsFields2["websiteName"] = "websiteName";
|
|
3711
|
+
WebsiteSettingsFields2["domain"] = "domain";
|
|
3712
|
+
WebsiteSettingsFields2["openRobots"] = "openRobots";
|
|
3713
|
+
WebsiteSettingsFields2["map301"] = "map301";
|
|
3714
|
+
WebsiteSettingsFields2["headerCode"] = "headerCode";
|
|
3715
|
+
WebsiteSettingsFields2["footerCode"] = "footerCode";
|
|
3305
3716
|
WebsiteSettingsFields2["websiteId"] = "websiteId";
|
|
3306
3717
|
WebsiteSettingsFields2["slug"] = "slug";
|
|
3718
|
+
WebsiteSettingsFields2["description"] = "description";
|
|
3307
3719
|
WebsiteSettingsFields2["createdAt"] = "createdAt";
|
|
3308
3720
|
WebsiteSettingsFields2["updatedAt"] = "updatedAt";
|
|
3309
3721
|
WebsiteSettingsFields2["remark"] = "remark";
|
|
@@ -3319,6 +3731,7 @@ var TemplateFields = /* @__PURE__ */ ((TemplateFields2) => {
|
|
|
3319
3731
|
TemplateFields2["templateType"] = "templateType";
|
|
3320
3732
|
TemplateFields2["websiteId"] = "websiteId";
|
|
3321
3733
|
TemplateFields2["slug"] = "slug";
|
|
3734
|
+
TemplateFields2["description"] = "description";
|
|
3322
3735
|
TemplateFields2["createdAt"] = "createdAt";
|
|
3323
3736
|
TemplateFields2["updatedAt"] = "updatedAt";
|
|
3324
3737
|
TemplateFields2["remark"] = "remark";
|
|
@@ -3335,6 +3748,7 @@ var TemplateCategoryFields = /* @__PURE__ */ ((TemplateCategoryFields2) => {
|
|
|
3335
3748
|
TemplateCategoryFields2["seqValue"] = "seqValue";
|
|
3336
3749
|
TemplateCategoryFields2["websiteId"] = "websiteId";
|
|
3337
3750
|
TemplateCategoryFields2["slug"] = "slug";
|
|
3751
|
+
TemplateCategoryFields2["description"] = "description";
|
|
3338
3752
|
TemplateCategoryFields2["createdAt"] = "createdAt";
|
|
3339
3753
|
TemplateCategoryFields2["updatedAt"] = "updatedAt";
|
|
3340
3754
|
TemplateCategoryFields2["remark"] = "remark";
|
|
@@ -3353,6 +3767,7 @@ var ThemeFields = /* @__PURE__ */ ((ThemeFields2) => {
|
|
|
3353
3767
|
ThemeFields2["settings"] = "settings";
|
|
3354
3768
|
ThemeFields2["websiteId"] = "websiteId";
|
|
3355
3769
|
ThemeFields2["slug"] = "slug";
|
|
3770
|
+
ThemeFields2["description"] = "description";
|
|
3356
3771
|
ThemeFields2["createdAt"] = "createdAt";
|
|
3357
3772
|
ThemeFields2["updatedAt"] = "updatedAt";
|
|
3358
3773
|
ThemeFields2["remark"] = "remark";
|
|
@@ -3371,6 +3786,7 @@ var MediaFolderFields = /* @__PURE__ */ ((MediaFolderFields2) => {
|
|
|
3371
3786
|
MediaFolderFields2["seqValue"] = "seqValue";
|
|
3372
3787
|
MediaFolderFields2["websiteId"] = "websiteId";
|
|
3373
3788
|
MediaFolderFields2["slug"] = "slug";
|
|
3789
|
+
MediaFolderFields2["description"] = "description";
|
|
3374
3790
|
MediaFolderFields2["createdAt"] = "createdAt";
|
|
3375
3791
|
MediaFolderFields2["updatedAt"] = "updatedAt";
|
|
3376
3792
|
MediaFolderFields2["remark"] = "remark";
|
|
@@ -3390,6 +3806,7 @@ var PostCategoryFields = /* @__PURE__ */ ((PostCategoryFields2) => {
|
|
|
3390
3806
|
PostCategoryFields2["seqValue"] = "seqValue";
|
|
3391
3807
|
PostCategoryFields2["websiteId"] = "websiteId";
|
|
3392
3808
|
PostCategoryFields2["slug"] = "slug";
|
|
3809
|
+
PostCategoryFields2["description"] = "description";
|
|
3393
3810
|
PostCategoryFields2["createdAt"] = "createdAt";
|
|
3394
3811
|
PostCategoryFields2["updatedAt"] = "updatedAt";
|
|
3395
3812
|
PostCategoryFields2["remark"] = "remark";
|
|
@@ -3409,6 +3826,7 @@ var TagFields = /* @__PURE__ */ ((TagFields2) => {
|
|
|
3409
3826
|
TagFields2["color"] = "color";
|
|
3410
3827
|
TagFields2["websiteId"] = "websiteId";
|
|
3411
3828
|
TagFields2["slug"] = "slug";
|
|
3829
|
+
TagFields2["description"] = "description";
|
|
3412
3830
|
TagFields2["createdAt"] = "createdAt";
|
|
3413
3831
|
TagFields2["updatedAt"] = "updatedAt";
|
|
3414
3832
|
TagFields2["remark"] = "remark";
|
|
@@ -3423,8 +3841,10 @@ var TagAssciations = /* @__PURE__ */ ((TagAssciations2) => {
|
|
|
3423
3841
|
})(TagAssciations || {});
|
|
3424
3842
|
var CustomerFields = /* @__PURE__ */ ((CustomerFields2) => {
|
|
3425
3843
|
CustomerFields2["id"] = "id";
|
|
3844
|
+
CustomerFields2["company"] = "company";
|
|
3426
3845
|
CustomerFields2["websiteId"] = "websiteId";
|
|
3427
3846
|
CustomerFields2["slug"] = "slug";
|
|
3847
|
+
CustomerFields2["description"] = "description";
|
|
3428
3848
|
CustomerFields2["createdAt"] = "createdAt";
|
|
3429
3849
|
CustomerFields2["updatedAt"] = "updatedAt";
|
|
3430
3850
|
CustomerFields2["remark"] = "remark";
|
|
@@ -3452,6 +3872,7 @@ var ProductCategoryFields = /* @__PURE__ */ ((ProductCategoryFields2) => {
|
|
|
3452
3872
|
ProductCategoryFields2["seqValue"] = "seqValue";
|
|
3453
3873
|
ProductCategoryFields2["websiteId"] = "websiteId";
|
|
3454
3874
|
ProductCategoryFields2["slug"] = "slug";
|
|
3875
|
+
ProductCategoryFields2["description"] = "description";
|
|
3455
3876
|
ProductCategoryFields2["createdAt"] = "createdAt";
|
|
3456
3877
|
ProductCategoryFields2["updatedAt"] = "updatedAt";
|
|
3457
3878
|
ProductCategoryFields2["remark"] = "remark";
|
|
@@ -3460,11 +3881,27 @@ var ProductCategoryFields = /* @__PURE__ */ ((ProductCategoryFields2) => {
|
|
|
3460
3881
|
var ProductCategoryAssciations = /* @__PURE__ */ ((ProductCategoryAssciations2) => {
|
|
3461
3882
|
ProductCategoryAssciations2["children"] = "children";
|
|
3462
3883
|
ProductCategoryAssciations2["childrenAggregate"] = "childrenAggregate";
|
|
3884
|
+
ProductCategoryAssciations2["media"] = "media";
|
|
3463
3885
|
ProductCategoryAssciations2["parent"] = "parent";
|
|
3464
3886
|
ProductCategoryAssciations2["products"] = "products";
|
|
3465
3887
|
ProductCategoryAssciations2["productsAggregate"] = "productsAggregate";
|
|
3466
3888
|
return ProductCategoryAssciations2;
|
|
3467
3889
|
})(ProductCategoryAssciations || {});
|
|
3890
|
+
var SpamFilterRuleFields = /* @__PURE__ */ ((SpamFilterRuleFields2) => {
|
|
3891
|
+
SpamFilterRuleFields2["id"] = "id";
|
|
3892
|
+
SpamFilterRuleFields2["emails"] = "emails";
|
|
3893
|
+
SpamFilterRuleFields2["ips"] = "ips";
|
|
3894
|
+
SpamFilterRuleFields2["keywords"] = "keywords";
|
|
3895
|
+
SpamFilterRuleFields2["createdAt"] = "createdAt";
|
|
3896
|
+
SpamFilterRuleFields2["updatedAt"] = "updatedAt";
|
|
3897
|
+
SpamFilterRuleFields2["websiteId"] = "websiteId";
|
|
3898
|
+
SpamFilterRuleFields2["slug"] = "slug";
|
|
3899
|
+
SpamFilterRuleFields2["description"] = "description";
|
|
3900
|
+
SpamFilterRuleFields2["remark"] = "remark";
|
|
3901
|
+
return SpamFilterRuleFields2;
|
|
3902
|
+
})(SpamFilterRuleFields || {});
|
|
3903
|
+
var SpamFilterRuleAssciations = /* @__PURE__ */ ((SpamFilterRuleAssciations2) => {
|
|
3904
|
+
})();
|
|
3468
3905
|
export {
|
|
3469
3906
|
AbilityAssciations,
|
|
3470
3907
|
AbilityDistinctEnum,
|
|
@@ -3473,6 +3910,7 @@ export {
|
|
|
3473
3910
|
AbilityFields,
|
|
3474
3911
|
AbilityQueryOptions,
|
|
3475
3912
|
AbilityType,
|
|
3913
|
+
BaseEntityDistinctEnum,
|
|
3476
3914
|
ComponentType,
|
|
3477
3915
|
CustomerAssciations,
|
|
3478
3916
|
CustomerDistinctEnum,
|
|
@@ -3480,6 +3918,7 @@ export {
|
|
|
3480
3918
|
CustomerEntityName,
|
|
3481
3919
|
CustomerFields,
|
|
3482
3920
|
CustomerQueryOptions,
|
|
3921
|
+
CustomizeMediaDistinctEnum,
|
|
3483
3922
|
EnquiryAssciations,
|
|
3484
3923
|
EnquiryDistinctEnum,
|
|
3485
3924
|
EnquiryEntityLabel,
|
|
@@ -3506,12 +3945,15 @@ export {
|
|
|
3506
3945
|
MediaFolderQueryOptions,
|
|
3507
3946
|
MediaQueryOptions,
|
|
3508
3947
|
MediaType,
|
|
3948
|
+
MultiLangableDistinctEnum,
|
|
3949
|
+
OgMetaDistinctEnum,
|
|
3509
3950
|
PageAssciations,
|
|
3510
3951
|
PageDistinctEnum,
|
|
3511
3952
|
PageEntityLabel,
|
|
3512
3953
|
PageEntityName,
|
|
3513
3954
|
PageFields,
|
|
3514
3955
|
PageQueryOptions,
|
|
3956
|
+
PersonDistinctEnum,
|
|
3515
3957
|
PostAssciations,
|
|
3516
3958
|
PostCategoryAssciations,
|
|
3517
3959
|
PostCategoryDistinctEnum,
|
|
@@ -3536,6 +3978,7 @@ export {
|
|
|
3536
3978
|
ProductEntityName,
|
|
3537
3979
|
ProductFields,
|
|
3538
3980
|
ProductQueryOptions,
|
|
3981
|
+
PublishableDistinctEnum,
|
|
3539
3982
|
PublishableStatus,
|
|
3540
3983
|
QueryOptions,
|
|
3541
3984
|
RoleAssciations,
|
|
@@ -3544,6 +3987,13 @@ export {
|
|
|
3544
3987
|
RoleEntityName,
|
|
3545
3988
|
RoleFields,
|
|
3546
3989
|
RoleQueryOptions,
|
|
3990
|
+
SeoMetaDistinctEnum,
|
|
3991
|
+
SpamFilterRuleAssciations,
|
|
3992
|
+
SpamFilterRuleDistinctEnum,
|
|
3993
|
+
SpamFilterRuleEntityLabel,
|
|
3994
|
+
SpamFilterRuleEntityName,
|
|
3995
|
+
SpamFilterRuleFields,
|
|
3996
|
+
SpamFilterRuleQueryOptions,
|
|
3547
3997
|
TagAssciations,
|
|
3548
3998
|
TagDistinctEnum,
|
|
3549
3999
|
TagEntityLabel,
|
|
@@ -3577,6 +4027,7 @@ export {
|
|
|
3577
4027
|
UserQueryOptions,
|
|
3578
4028
|
UserType,
|
|
3579
4029
|
WebsiteAssciations,
|
|
4030
|
+
WebsiteContentDistinctEnum,
|
|
3580
4031
|
WebsiteDistinctEnum,
|
|
3581
4032
|
WebsiteEntityLabel,
|
|
3582
4033
|
WebsiteEntityName,
|
|
@@ -3587,6 +4038,7 @@ export {
|
|
|
3587
4038
|
WebsiteMetaEntityName,
|
|
3588
4039
|
WebsiteMetaFields,
|
|
3589
4040
|
WebsiteMetaQueryOptions,
|
|
4041
|
+
WebsitePartDistinctEnum,
|
|
3590
4042
|
WebsiteQueryOptions,
|
|
3591
4043
|
WebsiteSettingsAssciations,
|
|
3592
4044
|
WebsiteSettingsDistinctEnum,
|
|
@@ -3601,6 +4053,7 @@ export {
|
|
|
3601
4053
|
WebsiteTypeFields,
|
|
3602
4054
|
WebsiteTypeQueryOptions,
|
|
3603
4055
|
WebsiteTypeStatus,
|
|
4056
|
+
WebsiteUserDistinctEnum,
|
|
3604
4057
|
abilityEntry,
|
|
3605
4058
|
abilityToInput,
|
|
3606
4059
|
abilityToInputCascade,
|
|
@@ -3639,6 +4092,9 @@ export {
|
|
|
3639
4092
|
roleEntry,
|
|
3640
4093
|
roleToInput,
|
|
3641
4094
|
roleToInputCascade,
|
|
4095
|
+
spamFilterRuleEntry,
|
|
4096
|
+
spamFilterRuleToInput,
|
|
4097
|
+
spamFilterRuleToInputCascade,
|
|
3642
4098
|
tagEntry,
|
|
3643
4099
|
tagToInput,
|
|
3644
4100
|
tagToInputCascade,
|