@rxdrag/rxcms-models 0.2.13 → 0.2.15
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 +6 -13
- package/dist/classes/EnquiryQueryOptions.d.ts +6 -13
- package/dist/classes/LangQueryOptions.d.ts +76 -12
- package/dist/classes/MediaFolderQueryOptions.d.ts +6 -13
- package/dist/classes/MediaQueryOptions.d.ts +6 -4
- package/dist/classes/PageQueryOptions.d.ts +7 -12
- package/dist/classes/PostCategoryQueryOptions.d.ts +8 -13
- package/dist/classes/PostQueryOptions.d.ts +8 -14
- package/dist/classes/ProductCategoryQueryOptions.d.ts +8 -13
- package/dist/classes/ProductQueryOptions.d.ts +8 -14
- package/dist/classes/SpamFilterRuleQueryOptions.d.ts +6 -7
- package/dist/classes/TagQueryOptions.d.ts +6 -13
- package/dist/classes/TemplateCategoryQueryOptions.d.ts +6 -13
- package/dist/classes/TemplateQueryOptions.d.ts +6 -13
- package/dist/classes/ThemeQueryOptions.d.ts +4 -12
- package/dist/classes/WebsiteQueryOptions.d.ts +72 -0
- package/dist/classes/WebsiteSettingsQueryOptions.d.ts +6 -13
- package/dist/fields/CustomerFields.d.ts +3 -14
- package/dist/fields/EnquiryFields.d.ts +4 -15
- package/dist/fields/LangFields.d.ts +31 -12
- package/dist/fields/MediaFields.d.ts +4 -6
- package/dist/fields/MediaFolderFields.d.ts +4 -15
- package/dist/fields/PageFields.d.ts +6 -13
- package/dist/fields/PostCategoryFields.d.ts +5 -14
- package/dist/fields/PostFields.d.ts +5 -15
- package/dist/fields/ProductCategoryFields.d.ts +5 -14
- package/dist/fields/ProductFields.d.ts +5 -15
- package/dist/fields/SpamFilterRuleFields.d.ts +3 -8
- package/dist/fields/TagFields.d.ts +4 -15
- package/dist/fields/TemplateCategoryFields.d.ts +4 -15
- package/dist/fields/TemplateFields.d.ts +4 -15
- package/dist/fields/ThemeFields.d.ts +4 -14
- package/dist/fields/WebsiteFields.d.ts +33 -2
- package/dist/fields/WebsiteSettingsFields.d.ts +3 -14
- package/dist/index.mjs +1765 -1384
- package/dist/index.mjs.map +1 -1
- package/dist/interfaces/Customer.d.ts +4 -0
- package/dist/interfaces/CustomerBoolExp.d.ts +4 -0
- package/dist/interfaces/CustomerDistinctExp.d.ts +0 -13
- package/dist/interfaces/CustomerInput.d.ts +5 -0
- package/dist/interfaces/Enquiry.d.ts +4 -0
- package/dist/interfaces/EnquiryBoolExp.d.ts +4 -0
- package/dist/interfaces/EnquiryDistinctExp.d.ts +1 -14
- package/dist/interfaces/EnquiryInput.d.ts +4 -0
- package/dist/interfaces/Lang.d.ts +48 -3
- package/dist/interfaces/LangBoolExp.d.ts +32 -3
- package/dist/interfaces/LangDistinctExp.d.ts +2 -14
- package/dist/interfaces/LangInput.d.ts +33 -3
- package/dist/interfaces/LangOrderBy.d.ts +2 -3
- package/dist/interfaces/Media.d.ts +6 -2
- package/dist/interfaces/MediaBoolExp.d.ts +6 -2
- package/dist/interfaces/MediaDistinctExp.d.ts +3 -7
- package/dist/interfaces/MediaFolder.d.ts +4 -0
- package/dist/interfaces/MediaFolderBoolExp.d.ts +4 -0
- package/dist/interfaces/MediaFolderDistinctExp.d.ts +1 -14
- package/dist/interfaces/MediaFolderInput.d.ts +4 -0
- package/dist/interfaces/MediaInput.d.ts +6 -2
- package/dist/interfaces/MediaOrderBy.d.ts +2 -2
- package/dist/interfaces/Page.d.ts +3 -2
- package/dist/interfaces/PageBoolExp.d.ts +3 -2
- package/dist/interfaces/PageDistinctExp.d.ts +3 -12
- package/dist/interfaces/PageInput.d.ts +3 -2
- package/dist/interfaces/PageOrderBy.d.ts +0 -2
- package/dist/interfaces/Post.d.ts +4 -0
- package/dist/interfaces/PostBoolExp.d.ts +4 -0
- package/dist/interfaces/PostCategory.d.ts +6 -1
- package/dist/interfaces/PostCategoryBoolExp.d.ts +6 -1
- package/dist/interfaces/PostCategoryDistinctExp.d.ts +4 -14
- package/dist/interfaces/PostCategoryInput.d.ts +6 -1
- package/dist/interfaces/PostCategoryOrderBy.d.ts +2 -1
- package/dist/interfaces/PostDistinctExp.d.ts +2 -14
- package/dist/interfaces/PostInput.d.ts +4 -0
- package/dist/interfaces/Product.d.ts +4 -0
- package/dist/interfaces/ProductBoolExp.d.ts +4 -0
- package/dist/interfaces/ProductCategory.d.ts +6 -1
- package/dist/interfaces/ProductCategoryBoolExp.d.ts +6 -1
- package/dist/interfaces/ProductCategoryDistinctExp.d.ts +4 -14
- package/dist/interfaces/ProductCategoryInput.d.ts +6 -1
- package/dist/interfaces/ProductCategoryOrderBy.d.ts +2 -1
- package/dist/interfaces/ProductDistinctExp.d.ts +2 -14
- package/dist/interfaces/ProductInput.d.ts +4 -0
- package/dist/interfaces/PublishableDistinctExp.d.ts +2 -14
- package/dist/interfaces/Slugable.d.ts +5 -0
- package/dist/interfaces/SlugableBoolExp.d.ts +10 -0
- package/dist/interfaces/SlugableDistinctExp.d.ts +6 -0
- package/dist/interfaces/SlugableOrderBy.d.ts +6 -0
- package/dist/interfaces/SpamFilterRule.d.ts +4 -0
- package/dist/interfaces/SpamFilterRuleBoolExp.d.ts +4 -0
- package/dist/interfaces/SpamFilterRuleDistinctExp.d.ts +1 -8
- package/dist/interfaces/SpamFilterRuleInput.d.ts +5 -0
- package/dist/interfaces/Tag.d.ts +4 -0
- package/dist/interfaces/TagBoolExp.d.ts +4 -0
- package/dist/interfaces/TagDistinctExp.d.ts +1 -14
- package/dist/interfaces/TagInput.d.ts +5 -0
- package/dist/interfaces/Template.d.ts +4 -0
- package/dist/interfaces/TemplateBoolExp.d.ts +4 -0
- package/dist/interfaces/TemplateCategory.d.ts +4 -0
- package/dist/interfaces/TemplateCategoryBoolExp.d.ts +4 -0
- package/dist/interfaces/TemplateCategoryDistinctExp.d.ts +1 -14
- package/dist/interfaces/TemplateCategoryInput.d.ts +4 -0
- package/dist/interfaces/TemplateDistinctExp.d.ts +1 -14
- package/dist/interfaces/TemplateInput.d.ts +4 -0
- package/dist/interfaces/Theme.d.ts +4 -0
- package/dist/interfaces/ThemeBoolExp.d.ts +4 -0
- package/dist/interfaces/ThemeDistinctExp.d.ts +1 -13
- package/dist/interfaces/ThemeInput.d.ts +4 -0
- package/dist/interfaces/ThemeOrderBy.d.ts +1 -0
- package/dist/interfaces/Website.d.ts +44 -0
- package/dist/interfaces/WebsiteBoolExp.d.ts +29 -0
- package/dist/interfaces/WebsiteContent.d.ts +2 -2
- package/dist/interfaces/WebsiteContentBoolExp.d.ts +2 -2
- package/dist/interfaces/WebsiteContentDistinctExp.d.ts +4 -16
- package/dist/interfaces/WebsiteContentOrderBy.d.ts +2 -2
- package/dist/interfaces/WebsiteDistinctExp.d.ts +2 -1
- package/dist/interfaces/WebsiteInput.d.ts +29 -0
- package/dist/interfaces/WebsiteOrderBy.d.ts +1 -0
- package/dist/interfaces/WebsitePart.d.ts +3 -5
- package/dist/interfaces/WebsitePartBoolExp.d.ts +4 -6
- package/dist/interfaces/WebsitePartDistinctExp.d.ts +2 -16
- package/dist/interfaces/WebsitePartOrderBy.d.ts +3 -5
- package/dist/interfaces/WebsiteSettings.d.ts +4 -0
- package/dist/interfaces/WebsiteSettingsBoolExp.d.ts +4 -0
- package/dist/interfaces/WebsiteSettingsDistinctExp.d.ts +1 -14
- package/dist/interfaces/WebsiteSettingsInput.d.ts +5 -0
- package/dist/interfaces/index.d.ts +4 -12
- package/package.json +2 -2
- package/dist/interfaces/BaseEntity.d.ts +0 -15
- package/dist/interfaces/BaseEntityBoolExp.d.ts +0 -12
- package/dist/interfaces/BaseEntityDistinctExp.d.ts +0 -16
- package/dist/interfaces/BaseEntityOrderBy.d.ts +0 -16
- package/dist/interfaces/CustomizeMedia.d.ts +0 -7
- package/dist/interfaces/CustomizeMediaBoolExp.d.ts +0 -9
- package/dist/interfaces/CustomizeMediaDistinctExp.d.ts +0 -8
- package/dist/interfaces/CustomizeMediaOrderBy.d.ts +0 -8
- package/dist/interfaces/MultiLangable.d.ts +0 -4
- package/dist/interfaces/MultiLangableBoolExp.d.ts +0 -9
- package/dist/interfaces/MultiLangableDistinctExp.d.ts +0 -5
- package/dist/interfaces/MultiLangableOrderBy.d.ts +0 -5
|
@@ -10,6 +10,47 @@ import { Page } from '../interfaces';
|
|
|
10
10
|
import { UserQueryOptions } from './UserQueryOptions';
|
|
11
11
|
import { User } from '../interfaces';
|
|
12
12
|
import { UserBoolExp } from '../interfaces';
|
|
13
|
+
import { WebsiteSettingsQueryOptions } from './WebsiteSettingsQueryOptions';
|
|
14
|
+
import { WebsiteSettings } from '../interfaces';
|
|
15
|
+
import { WebsiteSettingsBoolExp } from '../interfaces';
|
|
16
|
+
import { ThemeBoolExp } from '../interfaces';
|
|
17
|
+
import { TemplateQueryOptions } from './TemplateQueryOptions';
|
|
18
|
+
import { Template } from '../interfaces';
|
|
19
|
+
import { TemplateBoolExp } from '../interfaces';
|
|
20
|
+
import { TemplateCategoryQueryOptions } from './TemplateCategoryQueryOptions';
|
|
21
|
+
import { TemplateCategory } from '../interfaces';
|
|
22
|
+
import { TemplateCategoryBoolExp } from '../interfaces';
|
|
23
|
+
import { MediaFolderQueryOptions } from './MediaFolderQueryOptions';
|
|
24
|
+
import { MediaFolder } from '../interfaces';
|
|
25
|
+
import { MediaFolderBoolExp } from '../interfaces';
|
|
26
|
+
import { EnquiryQueryOptions } from './EnquiryQueryOptions';
|
|
27
|
+
import { Enquiry } from '../interfaces';
|
|
28
|
+
import { EnquiryBoolExp } from '../interfaces';
|
|
29
|
+
import { PageBoolExp } from '../interfaces';
|
|
30
|
+
import { ProductQueryOptions } from './ProductQueryOptions';
|
|
31
|
+
import { Product } from '../interfaces';
|
|
32
|
+
import { ProductBoolExp } from '../interfaces';
|
|
33
|
+
import { PostQueryOptions } from './PostQueryOptions';
|
|
34
|
+
import { Post } from '../interfaces';
|
|
35
|
+
import { PostBoolExp } from '../interfaces';
|
|
36
|
+
import { PostCategoryQueryOptions } from './PostCategoryQueryOptions';
|
|
37
|
+
import { PostCategory } from '../interfaces';
|
|
38
|
+
import { PostCategoryBoolExp } from '../interfaces';
|
|
39
|
+
import { TagQueryOptions } from './TagQueryOptions';
|
|
40
|
+
import { Tag } from '../interfaces';
|
|
41
|
+
import { TagBoolExp } from '../interfaces';
|
|
42
|
+
import { CustomerQueryOptions } from './CustomerQueryOptions';
|
|
43
|
+
import { Customer } from '../interfaces';
|
|
44
|
+
import { CustomerBoolExp } from '../interfaces';
|
|
45
|
+
import { ProductCategoryQueryOptions } from './ProductCategoryQueryOptions';
|
|
46
|
+
import { ProductCategory } from '../interfaces';
|
|
47
|
+
import { ProductCategoryBoolExp } from '../interfaces';
|
|
48
|
+
import { SpamFilterRuleQueryOptions } from './SpamFilterRuleQueryOptions';
|
|
49
|
+
import { SpamFilterRule } from '../interfaces';
|
|
50
|
+
import { SpamFilterRuleBoolExp } from '../interfaces';
|
|
51
|
+
import { MediaQueryOptions } from './MediaQueryOptions';
|
|
52
|
+
import { Media } from '../interfaces';
|
|
53
|
+
import { MediaBoolExp } from '../interfaces';
|
|
13
54
|
export declare class WebsiteQueryOptions extends QueryOptions<Website, WebsiteBoolExp, WebsiteOrderBy, WebsiteDistinctExp> {
|
|
14
55
|
constructor(fields?: (keyof Website)[], queryArgs?: IQueryArgs<WebsiteBoolExp, WebsiteOrderBy, WebsiteDistinctExp>);
|
|
15
56
|
id(): this;
|
|
@@ -41,10 +82,41 @@ export declare class WebsiteQueryOptions extends QueryOptions<Website, WebsiteBo
|
|
|
41
82
|
* 更新者ID
|
|
42
83
|
*/
|
|
43
84
|
updatedBy(): this;
|
|
85
|
+
description(): this;
|
|
44
86
|
websiteType(options?: WebsiteTypeQueryOptions | (keyof WebsiteType)[]): this;
|
|
45
87
|
selectedTheme(options?: ThemeQueryOptions | (keyof Theme)[]): this;
|
|
46
88
|
homePage(options?: PageQueryOptions | (keyof Page)[]): this;
|
|
47
89
|
owner(options?: UserQueryOptions | (keyof User)[]): this;
|
|
48
90
|
users(options?: UserQueryOptions | (keyof User)[]): this;
|
|
49
91
|
usersAggregate(aggregate: IAggregate<UserBoolExp>): this;
|
|
92
|
+
partsOfWebsiteSettings(options?: WebsiteSettingsQueryOptions | (keyof WebsiteSettings)[]): this;
|
|
93
|
+
partsOfWebsiteSettingsAggregate(aggregate: IAggregate<WebsiteSettingsBoolExp>): this;
|
|
94
|
+
partsOfTheme(options?: ThemeQueryOptions | (keyof Theme)[]): this;
|
|
95
|
+
partsOfThemeAggregate(aggregate: IAggregate<ThemeBoolExp>): this;
|
|
96
|
+
partsOfTemplate(options?: TemplateQueryOptions | (keyof Template)[]): this;
|
|
97
|
+
partsOfTemplateAggregate(aggregate: IAggregate<TemplateBoolExp>): this;
|
|
98
|
+
partsOfTemplateCategory(options?: TemplateCategoryQueryOptions | (keyof TemplateCategory)[]): this;
|
|
99
|
+
partsOfTemplateCategoryAggregate(aggregate: IAggregate<TemplateCategoryBoolExp>): this;
|
|
100
|
+
partsOfMediaFolder(options?: MediaFolderQueryOptions | (keyof MediaFolder)[]): this;
|
|
101
|
+
partsOfMediaFolderAggregate(aggregate: IAggregate<MediaFolderBoolExp>): this;
|
|
102
|
+
partsOfEnquiry(options?: EnquiryQueryOptions | (keyof Enquiry)[]): this;
|
|
103
|
+
partsOfEnquiryAggregate(aggregate: IAggregate<EnquiryBoolExp>): this;
|
|
104
|
+
partsOfPage(options?: PageQueryOptions | (keyof Page)[]): this;
|
|
105
|
+
partsOfPageAggregate(aggregate: IAggregate<PageBoolExp>): this;
|
|
106
|
+
partsOfProduct(options?: ProductQueryOptions | (keyof Product)[]): this;
|
|
107
|
+
partsOfProductAggregate(aggregate: IAggregate<ProductBoolExp>): this;
|
|
108
|
+
partsOfPost(options?: PostQueryOptions | (keyof Post)[]): this;
|
|
109
|
+
partsOfPostAggregate(aggregate: IAggregate<PostBoolExp>): this;
|
|
110
|
+
partsOfPostCategory(options?: PostCategoryQueryOptions | (keyof PostCategory)[]): this;
|
|
111
|
+
partsOfPostCategoryAggregate(aggregate: IAggregate<PostCategoryBoolExp>): this;
|
|
112
|
+
partsOfTag(options?: TagQueryOptions | (keyof Tag)[]): this;
|
|
113
|
+
partsOfTagAggregate(aggregate: IAggregate<TagBoolExp>): this;
|
|
114
|
+
partsOfCustomer(options?: CustomerQueryOptions | (keyof Customer)[]): this;
|
|
115
|
+
partsOfCustomerAggregate(aggregate: IAggregate<CustomerBoolExp>): this;
|
|
116
|
+
partsOfProductCategory(options?: ProductCategoryQueryOptions | (keyof ProductCategory)[]): this;
|
|
117
|
+
partsOfProductCategoryAggregate(aggregate: IAggregate<ProductCategoryBoolExp>): this;
|
|
118
|
+
partsOfSpamFilterRule(options?: SpamFilterRuleQueryOptions | (keyof SpamFilterRule)[]): this;
|
|
119
|
+
partsOfSpamFilterRuleAggregate(aggregate: IAggregate<SpamFilterRuleBoolExp>): this;
|
|
120
|
+
partsOfMedia(options?: MediaQueryOptions | (keyof Media)[]): this;
|
|
121
|
+
partsOfMediaAggregate(aggregate: IAggregate<MediaBoolExp>): this;
|
|
50
122
|
}
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
import { IQueryArgs } from "@rxdrag/entify-hooks";
|
|
2
2
|
import { QueryOptions } from "./QueryOptions";
|
|
3
3
|
import { WebsiteSettings, WebsiteSettingsBoolExp, WebsiteSettingsDistinctExp, WebsiteSettingsOrderBy } from "../interfaces";
|
|
4
|
+
import { LangQueryOptions } from './LangQueryOptions';
|
|
5
|
+
import { Lang } from '../interfaces';
|
|
6
|
+
import { WebsiteQueryOptions } from './WebsiteQueryOptions';
|
|
7
|
+
import { Website } from '../interfaces';
|
|
4
8
|
export declare class WebsiteSettingsQueryOptions extends QueryOptions<WebsiteSettings, WebsiteSettingsBoolExp, WebsiteSettingsOrderBy, WebsiteSettingsDistinctExp> {
|
|
5
9
|
constructor(fields?: (keyof WebsiteSettings)[], queryArgs?: IQueryArgs<WebsiteSettingsBoolExp, WebsiteSettingsOrderBy, WebsiteSettingsDistinctExp>);
|
|
6
10
|
id(): this;
|
|
@@ -47,19 +51,8 @@ export declare class WebsiteSettingsQueryOptions extends QueryOptions<WebsiteSet
|
|
|
47
51
|
* 邮件模板
|
|
48
52
|
*/
|
|
49
53
|
emailTemplates(): this;
|
|
50
|
-
websiteId(): this;
|
|
51
|
-
slug(): this;
|
|
52
|
-
description(): this;
|
|
53
|
-
/**
|
|
54
|
-
* 创建时间
|
|
55
|
-
*/
|
|
56
54
|
createdAt(): this;
|
|
57
|
-
/**
|
|
58
|
-
* 更新时间
|
|
59
|
-
*/
|
|
60
55
|
updatedAt(): this;
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
*/
|
|
64
|
-
remark(): this;
|
|
56
|
+
lang(options?: LangQueryOptions | (keyof Lang)[]): this;
|
|
57
|
+
website(options?: WebsiteQueryOptions | (keyof Website)[]): this;
|
|
65
58
|
}
|
|
@@ -1,21 +1,8 @@
|
|
|
1
1
|
export declare enum CustomerFields {
|
|
2
2
|
id = "id",
|
|
3
3
|
company = "company",
|
|
4
|
-
websiteId = "websiteId",
|
|
5
|
-
slug = "slug",
|
|
6
|
-
description = "description",
|
|
7
|
-
/**
|
|
8
|
-
* 创建时间
|
|
9
|
-
*/
|
|
10
4
|
createdAt = "createdAt",
|
|
11
|
-
/**
|
|
12
|
-
* 更新时间
|
|
13
|
-
*/
|
|
14
5
|
updatedAt = "updatedAt",
|
|
15
|
-
/**
|
|
16
|
-
* 备注
|
|
17
|
-
*/
|
|
18
|
-
remark = "remark",
|
|
19
6
|
/**
|
|
20
7
|
* 邮箱
|
|
21
8
|
*/
|
|
@@ -42,5 +29,7 @@ export declare enum CustomerFields {
|
|
|
42
29
|
}
|
|
43
30
|
export declare enum CustomerAssciations {
|
|
44
31
|
enquires = "enquires",
|
|
45
|
-
enquiresAggregate = "enquiresAggregate"
|
|
32
|
+
enquiresAggregate = "enquiresAggregate",
|
|
33
|
+
lang = "lang",
|
|
34
|
+
website = "website"
|
|
46
35
|
}
|
|
@@ -14,22 +14,11 @@ export declare enum EnquiryFields {
|
|
|
14
14
|
fromCta = "fromCta",
|
|
15
15
|
read = "read",
|
|
16
16
|
spam = "spam",
|
|
17
|
-
websiteId = "websiteId",
|
|
18
|
-
slug = "slug",
|
|
19
|
-
description = "description",
|
|
20
|
-
/**
|
|
21
|
-
* 创建时间
|
|
22
|
-
*/
|
|
23
17
|
createdAt = "createdAt",
|
|
24
|
-
|
|
25
|
-
* 更新时间
|
|
26
|
-
*/
|
|
27
|
-
updatedAt = "updatedAt",
|
|
28
|
-
/**
|
|
29
|
-
* 备注
|
|
30
|
-
*/
|
|
31
|
-
remark = "remark"
|
|
18
|
+
updatedAt = "updatedAt"
|
|
32
19
|
}
|
|
33
20
|
export declare enum EnquiryAssciations {
|
|
34
|
-
|
|
21
|
+
lang = "lang",
|
|
22
|
+
customer = "customer",
|
|
23
|
+
website = "website"
|
|
35
24
|
}
|
|
@@ -19,18 +19,37 @@ export declare enum LangFields {
|
|
|
19
19
|
/**
|
|
20
20
|
* 备注
|
|
21
21
|
*/
|
|
22
|
-
|
|
23
|
-
websiteId = "websiteId",
|
|
24
|
-
slug = "slug",
|
|
25
|
-
description = "description",
|
|
26
|
-
/**
|
|
27
|
-
* 创建时间
|
|
28
|
-
*/
|
|
29
|
-
createdAt = "createdAt",
|
|
30
|
-
/**
|
|
31
|
-
* 更新时间
|
|
32
|
-
*/
|
|
33
|
-
updatedAt = "updatedAt"
|
|
22
|
+
description = "description"
|
|
34
23
|
}
|
|
35
24
|
export declare enum LangAssciations {
|
|
25
|
+
webPartsOfWebsiteSettings = "webPartsOfWebsiteSettings",
|
|
26
|
+
webPartsOfWebsiteSettingsAggregate = "webPartsOfWebsiteSettingsAggregate",
|
|
27
|
+
webPartsOfTheme = "webPartsOfTheme",
|
|
28
|
+
webPartsOfThemeAggregate = "webPartsOfThemeAggregate",
|
|
29
|
+
webPartsOfTemplate = "webPartsOfTemplate",
|
|
30
|
+
webPartsOfTemplateAggregate = "webPartsOfTemplateAggregate",
|
|
31
|
+
webPartsOfTemplateCategory = "webPartsOfTemplateCategory",
|
|
32
|
+
webPartsOfTemplateCategoryAggregate = "webPartsOfTemplateCategoryAggregate",
|
|
33
|
+
webPartsOfMediaFolder = "webPartsOfMediaFolder",
|
|
34
|
+
webPartsOfMediaFolderAggregate = "webPartsOfMediaFolderAggregate",
|
|
35
|
+
webPartsOfEnquiry = "webPartsOfEnquiry",
|
|
36
|
+
webPartsOfEnquiryAggregate = "webPartsOfEnquiryAggregate",
|
|
37
|
+
webPartsOfPage = "webPartsOfPage",
|
|
38
|
+
webPartsOfPageAggregate = "webPartsOfPageAggregate",
|
|
39
|
+
webPartsOfProduct = "webPartsOfProduct",
|
|
40
|
+
webPartsOfProductAggregate = "webPartsOfProductAggregate",
|
|
41
|
+
webPartsOfPost = "webPartsOfPost",
|
|
42
|
+
webPartsOfPostAggregate = "webPartsOfPostAggregate",
|
|
43
|
+
webPartsOfPostCategory = "webPartsOfPostCategory",
|
|
44
|
+
webPartsOfPostCategoryAggregate = "webPartsOfPostCategoryAggregate",
|
|
45
|
+
webPartsOfTag = "webPartsOfTag",
|
|
46
|
+
webPartsOfTagAggregate = "webPartsOfTagAggregate",
|
|
47
|
+
webPartsOfCustomer = "webPartsOfCustomer",
|
|
48
|
+
webPartsOfCustomerAggregate = "webPartsOfCustomerAggregate",
|
|
49
|
+
webPartsOfProductCategory = "webPartsOfProductCategory",
|
|
50
|
+
webPartsOfProductCategoryAggregate = "webPartsOfProductCategoryAggregate",
|
|
51
|
+
webPartsOfSpamFilterRule = "webPartsOfSpamFilterRule",
|
|
52
|
+
webPartsOfSpamFilterRuleAggregate = "webPartsOfSpamFilterRuleAggregate",
|
|
53
|
+
webPartsOfMedia = "webPartsOfMedia",
|
|
54
|
+
webPartsOfMediaAggregate = "webPartsOfMediaAggregate"
|
|
36
55
|
}
|
|
@@ -8,14 +8,11 @@ export declare enum MediaFields {
|
|
|
8
8
|
description = "description",
|
|
9
9
|
createdAt = "createdAt",
|
|
10
10
|
updatedAt = "updatedAt",
|
|
11
|
-
mediaType = "mediaType"
|
|
12
|
-
/**
|
|
13
|
-
* 网站Id
|
|
14
|
-
*/
|
|
15
|
-
websiteId = "websiteId"
|
|
11
|
+
mediaType = "mediaType"
|
|
16
12
|
}
|
|
17
13
|
export declare enum MediaAssciations {
|
|
18
14
|
folder = "folder",
|
|
15
|
+
lang = "lang",
|
|
19
16
|
coverOf = "coverOf",
|
|
20
17
|
coverOfAggregate = "coverOfAggregate",
|
|
21
18
|
avatarOfUser = "avatarOfUser",
|
|
@@ -30,5 +27,6 @@ export declare enum MediaAssciations {
|
|
|
30
27
|
productMediaPivots = "productMediaPivots",
|
|
31
28
|
productMediaPivotsAggregate = "productMediaPivotsAggregate",
|
|
32
29
|
productAttacPivots = "productAttacPivots",
|
|
33
|
-
productAttacPivotsAggregate = "productAttacPivotsAggregate"
|
|
30
|
+
productAttacPivotsAggregate = "productAttacPivotsAggregate",
|
|
31
|
+
website = "website"
|
|
34
32
|
}
|
|
@@ -2,26 +2,15 @@ export declare enum MediaFolderFields {
|
|
|
2
2
|
id = "id",
|
|
3
3
|
name = "name",
|
|
4
4
|
seqValue = "seqValue",
|
|
5
|
-
websiteId = "websiteId",
|
|
6
|
-
slug = "slug",
|
|
7
|
-
description = "description",
|
|
8
|
-
/**
|
|
9
|
-
* 创建时间
|
|
10
|
-
*/
|
|
11
5
|
createdAt = "createdAt",
|
|
12
|
-
|
|
13
|
-
* 更新时间
|
|
14
|
-
*/
|
|
15
|
-
updatedAt = "updatedAt",
|
|
16
|
-
/**
|
|
17
|
-
* 备注
|
|
18
|
-
*/
|
|
19
|
-
remark = "remark"
|
|
6
|
+
updatedAt = "updatedAt"
|
|
20
7
|
}
|
|
21
8
|
export declare enum MediaFolderAssciations {
|
|
22
9
|
children = "children",
|
|
23
10
|
childrenAggregate = "childrenAggregate",
|
|
11
|
+
lang = "lang",
|
|
24
12
|
parent = "parent",
|
|
25
13
|
medias = "medias",
|
|
26
|
-
mediasAggregate = "mediasAggregate"
|
|
14
|
+
mediasAggregate = "mediasAggregate",
|
|
15
|
+
website = "website"
|
|
27
16
|
}
|
|
@@ -1,23 +1,13 @@
|
|
|
1
1
|
export declare enum PageFields {
|
|
2
2
|
id = "id",
|
|
3
3
|
title = "title",
|
|
4
|
-
content = "content",
|
|
5
4
|
/**
|
|
6
5
|
* 备注
|
|
7
6
|
*/
|
|
8
7
|
remark = "remark",
|
|
9
|
-
|
|
8
|
+
content = "content",
|
|
10
9
|
extends = "extends",
|
|
11
|
-
websiteId = "websiteId",
|
|
12
|
-
slug = "slug",
|
|
13
|
-
description = "description",
|
|
14
|
-
/**
|
|
15
|
-
* 创建时间
|
|
16
|
-
*/
|
|
17
10
|
createdAt = "createdAt",
|
|
18
|
-
/**
|
|
19
|
-
* 更新时间
|
|
20
|
-
*/
|
|
21
11
|
updatedAt = "updatedAt",
|
|
22
12
|
seoTitle = "seoTitle",
|
|
23
13
|
seoKeywords = "seoKeywords",
|
|
@@ -32,9 +22,12 @@ export declare enum PageFields {
|
|
|
32
22
|
xTitle = "xTitle",
|
|
33
23
|
xDescription = "xDescription",
|
|
34
24
|
xUrl = "xUrl",
|
|
35
|
-
|
|
25
|
+
slug = "slug",
|
|
26
|
+
description = "description"
|
|
36
27
|
}
|
|
37
28
|
export declare enum PageAssciations {
|
|
38
29
|
ogImage = "ogImage",
|
|
39
|
-
|
|
30
|
+
lang = "lang",
|
|
31
|
+
homeOf = "homeOf",
|
|
32
|
+
website = "website"
|
|
40
33
|
}
|
|
@@ -2,26 +2,17 @@ export declare enum PostCategoryFields {
|
|
|
2
2
|
id = "id",
|
|
3
3
|
name = "name",
|
|
4
4
|
seqValue = "seqValue",
|
|
5
|
-
websiteId = "websiteId",
|
|
6
|
-
slug = "slug",
|
|
7
|
-
description = "description",
|
|
8
|
-
/**
|
|
9
|
-
* 创建时间
|
|
10
|
-
*/
|
|
11
5
|
createdAt = "createdAt",
|
|
12
|
-
/**
|
|
13
|
-
* 更新时间
|
|
14
|
-
*/
|
|
15
6
|
updatedAt = "updatedAt",
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
*/
|
|
19
|
-
remark = "remark"
|
|
7
|
+
slug = "slug",
|
|
8
|
+
description = "description"
|
|
20
9
|
}
|
|
21
10
|
export declare enum PostCategoryAssciations {
|
|
22
11
|
children = "children",
|
|
23
12
|
childrenAggregate = "childrenAggregate",
|
|
24
13
|
posts = "posts",
|
|
25
14
|
postsAggregate = "postsAggregate",
|
|
26
|
-
|
|
15
|
+
lang = "lang",
|
|
16
|
+
parent = "parent",
|
|
17
|
+
website = "website"
|
|
27
18
|
}
|
|
@@ -11,21 +11,8 @@ export declare enum PostFields {
|
|
|
11
11
|
title = "title",
|
|
12
12
|
content = "content",
|
|
13
13
|
extends = "extends",
|
|
14
|
-
websiteId = "websiteId",
|
|
15
|
-
slug = "slug",
|
|
16
|
-
description = "description",
|
|
17
|
-
/**
|
|
18
|
-
* 创建时间
|
|
19
|
-
*/
|
|
20
14
|
createdAt = "createdAt",
|
|
21
|
-
/**
|
|
22
|
-
* 更新时间
|
|
23
|
-
*/
|
|
24
15
|
updatedAt = "updatedAt",
|
|
25
|
-
/**
|
|
26
|
-
* 备注
|
|
27
|
-
*/
|
|
28
|
-
remark = "remark",
|
|
29
16
|
seoTitle = "seoTitle",
|
|
30
17
|
seoKeywords = "seoKeywords",
|
|
31
18
|
seoDescription = "seoDescription",
|
|
@@ -39,7 +26,8 @@ export declare enum PostFields {
|
|
|
39
26
|
xTitle = "xTitle",
|
|
40
27
|
xDescription = "xDescription",
|
|
41
28
|
xUrl = "xUrl",
|
|
42
|
-
|
|
29
|
+
slug = "slug",
|
|
30
|
+
description = "description"
|
|
43
31
|
}
|
|
44
32
|
export declare enum PostAssciations {
|
|
45
33
|
tags = "tags",
|
|
@@ -48,6 +36,8 @@ export declare enum PostAssciations {
|
|
|
48
36
|
cover = "cover",
|
|
49
37
|
ogImage = "ogImage",
|
|
50
38
|
draftOf = "draftOf",
|
|
39
|
+
lang = "lang",
|
|
51
40
|
category = "category",
|
|
52
|
-
draft = "draft"
|
|
41
|
+
draft = "draft",
|
|
42
|
+
website = "website"
|
|
53
43
|
}
|
|
@@ -2,27 +2,18 @@ export declare enum ProductCategoryFields {
|
|
|
2
2
|
id = "id",
|
|
3
3
|
name = "name",
|
|
4
4
|
seqValue = "seqValue",
|
|
5
|
-
websiteId = "websiteId",
|
|
6
|
-
slug = "slug",
|
|
7
|
-
description = "description",
|
|
8
|
-
/**
|
|
9
|
-
* 创建时间
|
|
10
|
-
*/
|
|
11
5
|
createdAt = "createdAt",
|
|
12
|
-
/**
|
|
13
|
-
* 更新时间
|
|
14
|
-
*/
|
|
15
6
|
updatedAt = "updatedAt",
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
*/
|
|
19
|
-
remark = "remark"
|
|
7
|
+
slug = "slug",
|
|
8
|
+
description = "description"
|
|
20
9
|
}
|
|
21
10
|
export declare enum ProductCategoryAssciations {
|
|
22
11
|
children = "children",
|
|
23
12
|
childrenAggregate = "childrenAggregate",
|
|
24
13
|
media = "media",
|
|
14
|
+
lang = "lang",
|
|
25
15
|
parent = "parent",
|
|
26
16
|
products = "products",
|
|
27
|
-
productsAggregate = "productsAggregate"
|
|
17
|
+
productsAggregate = "productsAggregate",
|
|
18
|
+
website = "website"
|
|
28
19
|
}
|
|
@@ -20,21 +20,8 @@ export declare enum ProductFields {
|
|
|
20
20
|
title = "title",
|
|
21
21
|
content = "content",
|
|
22
22
|
extends = "extends",
|
|
23
|
-
websiteId = "websiteId",
|
|
24
|
-
slug = "slug",
|
|
25
|
-
description = "description",
|
|
26
|
-
/**
|
|
27
|
-
* 创建时间
|
|
28
|
-
*/
|
|
29
23
|
createdAt = "createdAt",
|
|
30
|
-
/**
|
|
31
|
-
* 更新时间
|
|
32
|
-
*/
|
|
33
24
|
updatedAt = "updatedAt",
|
|
34
|
-
/**
|
|
35
|
-
* 备注
|
|
36
|
-
*/
|
|
37
|
-
remark = "remark",
|
|
38
25
|
seoTitle = "seoTitle",
|
|
39
26
|
seoKeywords = "seoKeywords",
|
|
40
27
|
seoDescription = "seoDescription",
|
|
@@ -48,7 +35,8 @@ export declare enum ProductFields {
|
|
|
48
35
|
xTitle = "xTitle",
|
|
49
36
|
xDescription = "xDescription",
|
|
50
37
|
xUrl = "xUrl",
|
|
51
|
-
|
|
38
|
+
slug = "slug",
|
|
39
|
+
description = "description"
|
|
52
40
|
}
|
|
53
41
|
export declare enum ProductAssciations {
|
|
54
42
|
category = "category",
|
|
@@ -60,6 +48,8 @@ export declare enum ProductAssciations {
|
|
|
60
48
|
mediaPivotsAggregate = "mediaPivotsAggregate",
|
|
61
49
|
attachmentPivots = "attachmentPivots",
|
|
62
50
|
attachmentPivotsAggregate = "attachmentPivotsAggregate",
|
|
51
|
+
lang = "lang",
|
|
63
52
|
creator = "creator",
|
|
64
|
-
draft = "draft"
|
|
53
|
+
draft = "draft",
|
|
54
|
+
website = "website"
|
|
65
55
|
}
|
|
@@ -4,14 +4,9 @@ export declare enum SpamFilterRuleFields {
|
|
|
4
4
|
ips = "ips",
|
|
5
5
|
keywords = "keywords",
|
|
6
6
|
createdAt = "createdAt",
|
|
7
|
-
updatedAt = "updatedAt"
|
|
8
|
-
websiteId = "websiteId",
|
|
9
|
-
slug = "slug",
|
|
10
|
-
description = "description",
|
|
11
|
-
/**
|
|
12
|
-
* 备注
|
|
13
|
-
*/
|
|
14
|
-
remark = "remark"
|
|
7
|
+
updatedAt = "updatedAt"
|
|
15
8
|
}
|
|
16
9
|
export declare enum SpamFilterRuleAssciations {
|
|
10
|
+
lang = "lang",
|
|
11
|
+
website = "website"
|
|
17
12
|
}
|
|
@@ -5,25 +5,14 @@ export declare enum TagFields {
|
|
|
5
5
|
*/
|
|
6
6
|
name = "name",
|
|
7
7
|
color = "color",
|
|
8
|
-
websiteId = "websiteId",
|
|
9
|
-
slug = "slug",
|
|
10
|
-
description = "description",
|
|
11
|
-
/**
|
|
12
|
-
* 创建时间
|
|
13
|
-
*/
|
|
14
8
|
createdAt = "createdAt",
|
|
15
|
-
|
|
16
|
-
* 更新时间
|
|
17
|
-
*/
|
|
18
|
-
updatedAt = "updatedAt",
|
|
19
|
-
/**
|
|
20
|
-
* 备注
|
|
21
|
-
*/
|
|
22
|
-
remark = "remark"
|
|
9
|
+
updatedAt = "updatedAt"
|
|
23
10
|
}
|
|
24
11
|
export declare enum TagAssciations {
|
|
12
|
+
lang = "lang",
|
|
25
13
|
posts = "posts",
|
|
26
14
|
postsAggregate = "postsAggregate",
|
|
27
15
|
products = "products",
|
|
28
|
-
productsAggregate = "productsAggregate"
|
|
16
|
+
productsAggregate = "productsAggregate",
|
|
17
|
+
website = "website"
|
|
29
18
|
}
|
|
@@ -2,24 +2,13 @@ export declare enum TemplateCategoryFields {
|
|
|
2
2
|
id = "id",
|
|
3
3
|
name = "name",
|
|
4
4
|
seqValue = "seqValue",
|
|
5
|
-
websiteId = "websiteId",
|
|
6
|
-
slug = "slug",
|
|
7
|
-
description = "description",
|
|
8
|
-
/**
|
|
9
|
-
* 创建时间
|
|
10
|
-
*/
|
|
11
5
|
createdAt = "createdAt",
|
|
12
|
-
|
|
13
|
-
* 更新时间
|
|
14
|
-
*/
|
|
15
|
-
updatedAt = "updatedAt",
|
|
16
|
-
/**
|
|
17
|
-
* 备注
|
|
18
|
-
*/
|
|
19
|
-
remark = "remark"
|
|
6
|
+
updatedAt = "updatedAt"
|
|
20
7
|
}
|
|
21
8
|
export declare enum TemplateCategoryAssciations {
|
|
22
9
|
templates = "templates",
|
|
23
10
|
templatesAggregate = "templatesAggregate",
|
|
24
|
-
|
|
11
|
+
lang = "lang",
|
|
12
|
+
theme = "theme",
|
|
13
|
+
website = "website"
|
|
25
14
|
}
|
|
@@ -7,23 +7,12 @@ export declare enum TemplateFields {
|
|
|
7
7
|
* 模板类型
|
|
8
8
|
*/
|
|
9
9
|
templateType = "templateType",
|
|
10
|
-
websiteId = "websiteId",
|
|
11
|
-
slug = "slug",
|
|
12
|
-
description = "description",
|
|
13
|
-
/**
|
|
14
|
-
* 创建时间
|
|
15
|
-
*/
|
|
16
10
|
createdAt = "createdAt",
|
|
17
|
-
|
|
18
|
-
* 更新时间
|
|
19
|
-
*/
|
|
20
|
-
updatedAt = "updatedAt",
|
|
21
|
-
/**
|
|
22
|
-
* 备注
|
|
23
|
-
*/
|
|
24
|
-
remark = "remark"
|
|
11
|
+
updatedAt = "updatedAt"
|
|
25
12
|
}
|
|
26
13
|
export declare enum TemplateAssciations {
|
|
14
|
+
lang = "lang",
|
|
27
15
|
category = "category",
|
|
28
|
-
theme = "theme"
|
|
16
|
+
theme = "theme",
|
|
17
|
+
website = "website"
|
|
29
18
|
}
|
|
@@ -3,26 +3,16 @@ export declare enum ThemeFields {
|
|
|
3
3
|
name = "name",
|
|
4
4
|
styles = "styles",
|
|
5
5
|
settings = "settings",
|
|
6
|
-
websiteId = "websiteId",
|
|
7
|
-
slug = "slug",
|
|
8
6
|
description = "description",
|
|
9
|
-
/**
|
|
10
|
-
* 创建时间
|
|
11
|
-
*/
|
|
12
7
|
createdAt = "createdAt",
|
|
13
|
-
|
|
14
|
-
* 更新时间
|
|
15
|
-
*/
|
|
16
|
-
updatedAt = "updatedAt",
|
|
17
|
-
/**
|
|
18
|
-
* 备注
|
|
19
|
-
*/
|
|
20
|
-
remark = "remark"
|
|
8
|
+
updatedAt = "updatedAt"
|
|
21
9
|
}
|
|
22
10
|
export declare enum ThemeAssciations {
|
|
23
11
|
templates = "templates",
|
|
24
12
|
templatesAggregate = "templatesAggregate",
|
|
25
13
|
themlateCategories = "themlateCategories",
|
|
26
14
|
themlateCategoriesAggregate = "themlateCategoriesAggregate",
|
|
27
|
-
|
|
15
|
+
lang = "lang",
|
|
16
|
+
selectedBy = "selectedBy",
|
|
17
|
+
website = "website"
|
|
28
18
|
}
|
|
@@ -27,7 +27,8 @@ export declare enum WebsiteFields {
|
|
|
27
27
|
/**
|
|
28
28
|
* 更新者ID
|
|
29
29
|
*/
|
|
30
|
-
updatedBy = "updatedBy"
|
|
30
|
+
updatedBy = "updatedBy",
|
|
31
|
+
description = "description"
|
|
31
32
|
}
|
|
32
33
|
export declare enum WebsiteAssciations {
|
|
33
34
|
websiteType = "websiteType",
|
|
@@ -35,5 +36,35 @@ export declare enum WebsiteAssciations {
|
|
|
35
36
|
homePage = "homePage",
|
|
36
37
|
owner = "owner",
|
|
37
38
|
users = "users",
|
|
38
|
-
usersAggregate = "usersAggregate"
|
|
39
|
+
usersAggregate = "usersAggregate",
|
|
40
|
+
partsOfWebsiteSettings = "partsOfWebsiteSettings",
|
|
41
|
+
partsOfWebsiteSettingsAggregate = "partsOfWebsiteSettingsAggregate",
|
|
42
|
+
partsOfTheme = "partsOfTheme",
|
|
43
|
+
partsOfThemeAggregate = "partsOfThemeAggregate",
|
|
44
|
+
partsOfTemplate = "partsOfTemplate",
|
|
45
|
+
partsOfTemplateAggregate = "partsOfTemplateAggregate",
|
|
46
|
+
partsOfTemplateCategory = "partsOfTemplateCategory",
|
|
47
|
+
partsOfTemplateCategoryAggregate = "partsOfTemplateCategoryAggregate",
|
|
48
|
+
partsOfMediaFolder = "partsOfMediaFolder",
|
|
49
|
+
partsOfMediaFolderAggregate = "partsOfMediaFolderAggregate",
|
|
50
|
+
partsOfEnquiry = "partsOfEnquiry",
|
|
51
|
+
partsOfEnquiryAggregate = "partsOfEnquiryAggregate",
|
|
52
|
+
partsOfPage = "partsOfPage",
|
|
53
|
+
partsOfPageAggregate = "partsOfPageAggregate",
|
|
54
|
+
partsOfProduct = "partsOfProduct",
|
|
55
|
+
partsOfProductAggregate = "partsOfProductAggregate",
|
|
56
|
+
partsOfPost = "partsOfPost",
|
|
57
|
+
partsOfPostAggregate = "partsOfPostAggregate",
|
|
58
|
+
partsOfPostCategory = "partsOfPostCategory",
|
|
59
|
+
partsOfPostCategoryAggregate = "partsOfPostCategoryAggregate",
|
|
60
|
+
partsOfTag = "partsOfTag",
|
|
61
|
+
partsOfTagAggregate = "partsOfTagAggregate",
|
|
62
|
+
partsOfCustomer = "partsOfCustomer",
|
|
63
|
+
partsOfCustomerAggregate = "partsOfCustomerAggregate",
|
|
64
|
+
partsOfProductCategory = "partsOfProductCategory",
|
|
65
|
+
partsOfProductCategoryAggregate = "partsOfProductCategoryAggregate",
|
|
66
|
+
partsOfSpamFilterRule = "partsOfSpamFilterRule",
|
|
67
|
+
partsOfSpamFilterRuleAggregate = "partsOfSpamFilterRuleAggregate",
|
|
68
|
+
partsOfMedia = "partsOfMedia",
|
|
69
|
+
partsOfMediaAggregate = "partsOfMediaAggregate"
|
|
39
70
|
}
|