@rxdrag/rxcms-models 0.3.43 → 0.3.44
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/AnalyticsConfigQueryOptions.d.ts +16 -0
- package/dist/classes/CustomerQueryOptions.d.ts +1 -0
- package/dist/classes/EnquiryQueryOptions.d.ts +1 -0
- package/dist/classes/FrontComponentQueryOptions.d.ts +2 -1
- package/dist/classes/LangQueryOptions.d.ts +15 -25
- package/dist/classes/MediaFolderQueryOptions.d.ts +1 -0
- package/dist/classes/MediaQueryOptions.d.ts +11 -17
- package/dist/classes/PageMetaQueryOptions.d.ts +33 -0
- package/dist/classes/PageQueryOptions.d.ts +8 -24
- package/dist/classes/PostCategoryQueryOptions.d.ts +1 -0
- package/dist/classes/PostQueryOptions.d.ts +4 -15
- package/dist/classes/ProductCategoryQueryOptions.d.ts +1 -0
- package/dist/classes/ProductQueryOptions.d.ts +4 -17
- package/dist/classes/QueryOptions.d.ts +5 -5
- package/dist/classes/SpamFilterRuleQueryOptions.d.ts +1 -0
- package/dist/classes/TagQueryOptions.d.ts +1 -0
- package/dist/classes/ThemeConfigQueryOptions.d.ts +22 -0
- package/dist/classes/ThemeInMarketQueryOptions.d.ts +17 -0
- package/dist/classes/ThemeQueryOptions.d.ts +22 -14
- package/dist/classes/ThemeVersionQueryOptions.d.ts +14 -0
- package/dist/classes/UserQueryOptions.d.ts +1 -1
- package/dist/classes/WebsiteQueryOptions.d.ts +14 -26
- package/dist/classes/WebsiteSettingsQueryOptions.d.ts +1 -14
- package/dist/classes/index.d.ts +5 -3
- package/dist/entries/analyticsConfigEntry.d.ts +2 -0
- package/dist/entries/index.d.ts +5 -3
- package/dist/entries/{templateEntry.d.ts → pageMetaEntry.d.ts} +1 -1
- package/dist/entries/themeConfigEntry.d.ts +2 -0
- package/dist/entries/themeInMarketEntry.d.ts +2 -0
- package/dist/entries/themeVersionEntry.d.ts +2 -0
- package/dist/fields/AnalyticsConfigFields.d.ts +12 -0
- package/dist/fields/CustomerFields.d.ts +1 -0
- package/dist/fields/EnquiryFields.d.ts +2 -1
- package/dist/fields/FrontComponentFields.d.ts +3 -2
- package/dist/fields/LangFields.d.ts +10 -11
- package/dist/fields/MediaFields.d.ts +7 -10
- package/dist/fields/MediaFolderFields.d.ts +2 -1
- package/dist/fields/PageFields.d.ts +5 -19
- package/dist/fields/PageMetaFields.d.ts +23 -0
- package/dist/fields/PostCategoryFields.d.ts +1 -0
- package/dist/fields/PostFields.d.ts +2 -15
- package/dist/fields/ProductCategoryFields.d.ts +1 -0
- package/dist/fields/ProductFields.d.ts +2 -15
- package/dist/fields/SpamFilterRuleFields.d.ts +2 -1
- package/dist/fields/TagFields.d.ts +2 -1
- package/dist/fields/ThemeConfigFields.d.ts +16 -0
- package/dist/fields/ThemeFields.d.ts +13 -6
- package/dist/fields/ThemeInMarketFields.d.ts +12 -0
- package/dist/fields/ThemeVersionFields.d.ts +8 -0
- package/dist/fields/UserFields.d.ts +1 -1
- package/dist/fields/WebsiteFields.d.ts +6 -11
- package/dist/fields/WebsiteSettingsFields.d.ts +2 -13
- package/dist/fields/index.d.ts +5 -3
- package/dist/index.mjs +1062 -1215
- package/dist/index.mjs.map +1 -1
- package/dist/interfaces/AnalyticsConfig.d.ts +15 -0
- package/dist/interfaces/AnalyticsConfigBoolExp.d.ts +13 -0
- package/dist/interfaces/AnalyticsConfigDistinctExp.d.ts +10 -0
- package/dist/interfaces/AnalyticsConfigInput.d.ts +17 -0
- package/dist/interfaces/AnalyticsConfigItem.d.ts +5 -0
- package/dist/interfaces/AnalyticsConfigOrderBy.d.ts +10 -0
- package/dist/interfaces/CustomerDistinctExp.d.ts +1 -0
- package/dist/interfaces/EnquiryDistinctExp.d.ts +2 -1
- package/dist/interfaces/FrontComponent.d.ts +2 -2
- package/dist/interfaces/FrontComponentBoolExp.d.ts +2 -1
- package/dist/interfaces/FrontComponentDistinctExp.d.ts +3 -2
- package/dist/interfaces/FrontComponentInput.d.ts +2 -2
- package/dist/interfaces/FrontComponentOrderBy.d.ts +2 -1
- package/dist/interfaces/GaConfig.d.ts +7 -0
- package/dist/interfaces/GaDimension.d.ts +4 -0
- package/dist/interfaces/Lang.d.ts +11 -15
- package/dist/interfaces/LangBoolExp.d.ts +8 -10
- package/dist/interfaces/LangDistinctExp.d.ts +4 -1
- package/dist/interfaces/LangInput.d.ts +8 -10
- package/dist/interfaces/LangOrderBy.d.ts +3 -0
- package/dist/interfaces/Marketable.d.ts +9 -0
- package/dist/interfaces/MarketableBoolExp.d.ts +16 -0
- package/dist/interfaces/MarketableDistinctExp.d.ts +9 -0
- package/dist/interfaces/MarketableOrderBy.d.ts +9 -0
- package/dist/interfaces/MarketableStatus.d.ts +14 -0
- package/dist/interfaces/Media.d.ts +6 -11
- package/dist/interfaces/MediaBoolExp.d.ts +4 -7
- package/dist/interfaces/MediaDistinctExp.d.ts +2 -1
- package/dist/interfaces/MediaFolderDistinctExp.d.ts +2 -1
- package/dist/interfaces/MediaInput.d.ts +4 -7
- package/dist/interfaces/OtherAnalyticsConfig.d.ts +4 -0
- package/dist/interfaces/Page.d.ts +11 -8
- package/dist/interfaces/PageBoolExp.d.ts +12 -8
- package/dist/interfaces/PageDistinctExp.d.ts +4 -18
- package/dist/interfaces/PageInput.d.ts +11 -8
- package/dist/interfaces/PageMeta.d.ts +27 -0
- package/dist/interfaces/PageMetaBoolExp.d.ts +30 -0
- package/dist/interfaces/PageMetaDistinctExp.d.ts +18 -0
- package/dist/interfaces/PageMetaInput.d.ts +29 -0
- package/dist/interfaces/{OgMetaOrderBy.d.ts → PageMetaOrderBy.d.ts} +7 -3
- package/dist/interfaces/PageOrderBy.d.ts +7 -2
- 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 -14
- package/dist/interfaces/PostInput.d.ts +2 -1
- package/dist/interfaces/Product.d.ts +4 -5
- package/dist/interfaces/ProductBoolExp.d.ts +4 -4
- package/dist/interfaces/ProductCategoryDistinctExp.d.ts +1 -0
- package/dist/interfaces/ProductDistinctExp.d.ts +1 -14
- package/dist/interfaces/ProductInput.d.ts +4 -5
- package/dist/interfaces/PublishableDistinctExp.d.ts +1 -14
- package/dist/interfaces/SpamFilterRuleDistinctExp.d.ts +2 -1
- package/dist/interfaces/TagDistinctExp.d.ts +2 -1
- package/dist/interfaces/Theme.d.ts +20 -11
- package/dist/interfaces/ThemeBoolExp.d.ts +15 -9
- package/dist/interfaces/ThemeConfig.d.ts +19 -0
- package/dist/interfaces/ThemeConfigBoolExp.d.ts +21 -0
- package/dist/interfaces/ThemeConfigDistinctExp.d.ts +13 -0
- package/dist/interfaces/ThemeConfigInput.d.ts +21 -0
- package/dist/interfaces/ThemeConfigOrderBy.d.ts +13 -0
- package/dist/interfaces/ThemeDistinctExp.d.ts +9 -2
- package/dist/interfaces/ThemeInMarket.d.ts +10 -0
- package/dist/interfaces/ThemeInMarketBoolExp.d.ts +10 -0
- package/dist/interfaces/ThemeInMarketDistinctExp.d.ts +10 -0
- package/dist/interfaces/ThemeInMarketInput.d.ts +10 -0
- package/dist/interfaces/ThemeInMarketOrderBy.d.ts +5 -0
- package/dist/interfaces/ThemeInput.d.ts +19 -9
- package/dist/interfaces/ThemeOrderBy.d.ts +11 -2
- package/dist/interfaces/ThemeVersion.d.ts +10 -0
- package/dist/interfaces/ThemeVersionBoolExp.d.ts +13 -0
- package/dist/interfaces/ThemeVersionDistinctExp.d.ts +5 -0
- package/dist/interfaces/ThemeVersionInput.d.ts +12 -0
- package/dist/interfaces/ThemeVersionOrderBy.d.ts +5 -0
- package/dist/interfaces/User.d.ts +1 -1
- package/dist/interfaces/UserBoolExp.d.ts +1 -1
- package/dist/interfaces/UserInput.d.ts +1 -1
- package/dist/interfaces/Website.d.ts +9 -16
- package/dist/interfaces/WebsiteBoolExp.d.ts +7 -11
- package/dist/interfaces/WebsiteContent.d.ts +1 -5
- package/dist/interfaces/WebsiteContentBoolExp.d.ts +1 -4
- package/dist/interfaces/WebsiteContentDistinctExp.d.ts +2 -17
- package/dist/interfaces/WebsiteContentOrderBy.d.ts +1 -4
- package/dist/interfaces/WebsiteInput.d.ts +7 -11
- package/dist/interfaces/WebsitePart.d.ts +1 -0
- package/dist/interfaces/WebsitePartBoolExp.d.ts +2 -0
- package/dist/interfaces/WebsitePartDistinctExp.d.ts +2 -1
- package/dist/interfaces/WebsitePartOrderBy.d.ts +1 -0
- package/dist/interfaces/WebsiteSettings.d.ts +0 -14
- package/dist/interfaces/WebsiteSettingsBoolExp.d.ts +0 -10
- package/dist/interfaces/WebsiteSettingsDistinctExp.d.ts +2 -12
- package/dist/interfaces/WebsiteSettingsInput.d.ts +0 -14
- package/dist/interfaces/WebsiteSettingsOrderBy.d.ts +0 -11
- package/dist/interfaces/WebsiteUser.d.ts +1 -1
- package/dist/interfaces/WebsiteUserBoolExp.d.ts +1 -1
- package/dist/interfaces/index.d.ts +34 -24
- package/package.json +4 -4
- package/dist/classes/TemplateCategoryQueryOptions.d.ts +0 -25
- package/dist/classes/TemplateQueryOptions.d.ts +0 -24
- package/dist/classes/WebsiteFrameQueryOptions.d.ts +0 -18
- package/dist/entries/templateCategoryEntry.d.ts +0 -2
- package/dist/entries/websiteFrameEntry.d.ts +0 -2
- package/dist/fields/TemplateCategoryFields.d.ts +0 -14
- package/dist/fields/TemplateFields.d.ts +0 -14
- package/dist/fields/WebsiteFrameFields.d.ts +0 -12
- package/dist/interfaces/Content.d.ts +0 -3
- package/dist/interfaces/OgMeta.d.ts +0 -13
- package/dist/interfaces/OgMetaBoolExp.d.ts +0 -18
- package/dist/interfaces/OgMetaDistinctExp.d.ts +0 -14
- package/dist/interfaces/SeoMeta.d.ts +0 -6
- package/dist/interfaces/SeoMetaBoolExp.d.ts +0 -11
- package/dist/interfaces/SeoMetaDistinctExp.d.ts +0 -7
- package/dist/interfaces/SeoMetaOrderBy.d.ts +0 -7
- package/dist/interfaces/Template.d.ts +0 -17
- package/dist/interfaces/TemplateBoolExp.d.ts +0 -21
- package/dist/interfaces/TemplateCategory.d.ts +0 -18
- package/dist/interfaces/TemplateCategoryBoolExp.d.ts +0 -20
- package/dist/interfaces/TemplateCategoryDistinctExp.d.ts +0 -9
- package/dist/interfaces/TemplateCategoryInput.d.ts +0 -19
- package/dist/interfaces/TemplateCategoryOrderBy.d.ts +0 -7
- package/dist/interfaces/TemplateDistinctExp.d.ts +0 -10
- package/dist/interfaces/TemplateInput.d.ts +0 -19
- package/dist/interfaces/TemplateOrderBy.d.ts +0 -8
- package/dist/interfaces/WebsiteFrame.d.ts +0 -14
- package/dist/interfaces/WebsiteFrameBoolExp.d.ts +0 -15
- package/dist/interfaces/WebsiteFrameDistinctExp.d.ts +0 -10
- package/dist/interfaces/WebsiteFrameInput.d.ts +0 -16
- package/dist/interfaces/WebsiteFrameOrderBy.d.ts +0 -8
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { IdComparisonExp } from './IdComparisonExp';
|
|
2
|
+
import { StringComparisonExp } from './StringComparisonExp';
|
|
3
|
+
import { MediaBoolExp } from './MediaBoolExp';
|
|
4
|
+
import { ThemeBoolExp } from './ThemeBoolExp';
|
|
5
|
+
export interface ThemeConfigBoolExp {
|
|
6
|
+
_and?: ThemeConfigBoolExp[];
|
|
7
|
+
_or?: ThemeConfigBoolExp[];
|
|
8
|
+
_not?: ThemeConfigBoolExp;
|
|
9
|
+
id?: IdComparisonExp;
|
|
10
|
+
websiteTitle?: StringComparisonExp;
|
|
11
|
+
emailTemplates?: unknown;
|
|
12
|
+
contact?: StringComparisonExp;
|
|
13
|
+
address?: StringComparisonExp;
|
|
14
|
+
email?: StringComparisonExp;
|
|
15
|
+
tel?: StringComparisonExp;
|
|
16
|
+
fax?: StringComparisonExp;
|
|
17
|
+
mobile?: StringComparisonExp;
|
|
18
|
+
wechat?: StringComparisonExp;
|
|
19
|
+
contactAvatar?: MediaBoolExp;
|
|
20
|
+
theme?: ThemeBoolExp;
|
|
21
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export declare enum ThemeConfigDistinctEnum {
|
|
2
|
+
id = "id",
|
|
3
|
+
websiteTitle = "websiteTitle",
|
|
4
|
+
emailTemplates = "emailTemplates",
|
|
5
|
+
contact = "contact",
|
|
6
|
+
address = "address",
|
|
7
|
+
email = "email",
|
|
8
|
+
tel = "tel",
|
|
9
|
+
fax = "fax",
|
|
10
|
+
mobile = "mobile",
|
|
11
|
+
wechat = "wechat"
|
|
12
|
+
}
|
|
13
|
+
export type ThemeConfigDistinctExp = ThemeConfigDistinctEnum;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { ThemeConfig } from './ThemeConfig';
|
|
2
|
+
import { EmailTemplates } from './EmailTemplates';
|
|
3
|
+
import { MediaInput } from './MediaInput';
|
|
4
|
+
import { ThemeInput } from './ThemeInput';
|
|
5
|
+
import { SetHasOne } from '@rxdrag/entify-hooks';
|
|
6
|
+
export interface ThemeConfigInput {
|
|
7
|
+
id?: string | null;
|
|
8
|
+
websiteTitle?: string;
|
|
9
|
+
emailTemplates?: EmailTemplates;
|
|
10
|
+
contact?: string;
|
|
11
|
+
address?: string;
|
|
12
|
+
email?: string;
|
|
13
|
+
tel?: string;
|
|
14
|
+
fax?: string;
|
|
15
|
+
mobile?: string;
|
|
16
|
+
wechat?: string;
|
|
17
|
+
contactAvatar?: SetHasOne<MediaInput>;
|
|
18
|
+
theme?: SetHasOne<ThemeInput>;
|
|
19
|
+
}
|
|
20
|
+
export declare const themeConfigToInputCascade: (entity: ThemeConfig) => ThemeConfigInput;
|
|
21
|
+
export declare const themeConfigToInput: (entity: ThemeConfig) => ThemeConfigInput;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { OrderBy } from '@rxdrag/entify-hooks';
|
|
2
|
+
export interface ThemeConfigOrderBy {
|
|
3
|
+
id?: OrderBy;
|
|
4
|
+
websiteTitle?: OrderBy;
|
|
5
|
+
emailTemplates?: OrderBy;
|
|
6
|
+
contact?: OrderBy;
|
|
7
|
+
address?: OrderBy;
|
|
8
|
+
email?: OrderBy;
|
|
9
|
+
tel?: OrderBy;
|
|
10
|
+
fax?: OrderBy;
|
|
11
|
+
mobile?: OrderBy;
|
|
12
|
+
wechat?: OrderBy;
|
|
13
|
+
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { WebsitePartDistinctExp } from './WebsitePartDistinctExp';
|
|
2
1
|
export declare enum ThemeDistinctEnum {
|
|
3
2
|
id = "id",
|
|
4
3
|
name = "name",
|
|
@@ -7,7 +6,15 @@ export declare enum ThemeDistinctEnum {
|
|
|
7
6
|
description = "description",
|
|
8
7
|
tailwindConfig = "tailwindConfig",
|
|
9
8
|
css = "css",
|
|
9
|
+
/**
|
|
10
|
+
* 是否在主题市场
|
|
11
|
+
*/
|
|
12
|
+
isInMarket = "isInMarket",
|
|
13
|
+
/**
|
|
14
|
+
* 对应市场主题ID
|
|
15
|
+
*/
|
|
16
|
+
themeVersionId = "themeVersionId",
|
|
10
17
|
createdAt = "createdAt",
|
|
11
18
|
updatedAt = "updatedAt"
|
|
12
19
|
}
|
|
13
|
-
export type ThemeDistinctExp = ThemeDistinctEnum
|
|
20
|
+
export type ThemeDistinctExp = ThemeDistinctEnum;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ThemeVersion } from './ThemeVersion';
|
|
2
|
+
import { Aggregate } from './Aggregate';
|
|
3
|
+
import { Marketable } from './Marketable';
|
|
4
|
+
export declare const ThemeInMarketEntityName = "ThemeInMarket";
|
|
5
|
+
export declare const ThemeInMarketEntityLabel = "";
|
|
6
|
+
export interface ThemeInMarket extends Marketable {
|
|
7
|
+
id?: string | null;
|
|
8
|
+
versions?: ThemeVersion[];
|
|
9
|
+
versionsAggregate?: Aggregate;
|
|
10
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { MarketableBoolExp } from './MarketableBoolExp';
|
|
2
|
+
import { IdComparisonExp } from './IdComparisonExp';
|
|
3
|
+
import { ThemeVersionBoolExp } from './ThemeVersionBoolExp';
|
|
4
|
+
export interface ThemeInMarketBoolExp extends MarketableBoolExp {
|
|
5
|
+
_and?: ThemeInMarketBoolExp[];
|
|
6
|
+
_or?: ThemeInMarketBoolExp[];
|
|
7
|
+
_not?: ThemeInMarketBoolExp;
|
|
8
|
+
id?: IdComparisonExp;
|
|
9
|
+
versions?: ThemeVersionBoolExp;
|
|
10
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { MarketableDistinctExp } from './MarketableDistinctExp';
|
|
2
|
+
export declare enum ThemeInMarketDistinctEnum {
|
|
3
|
+
id = "id",
|
|
4
|
+
title = "title",
|
|
5
|
+
description = "description",
|
|
6
|
+
status = "status",
|
|
7
|
+
updatedAt = "updatedAt",
|
|
8
|
+
createdAt = "createdAt"
|
|
9
|
+
}
|
|
10
|
+
export type ThemeInMarketDistinctExp = ThemeInMarketDistinctEnum | MarketableDistinctExp;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ThemeInMarket } from './ThemeInMarket';
|
|
2
|
+
import { ThemeVersionInput } from './ThemeVersionInput';
|
|
3
|
+
import { SetHasMany } from '@rxdrag/entify-hooks';
|
|
4
|
+
import { Marketable } from './Marketable';
|
|
5
|
+
export interface ThemeInMarketInput extends Marketable {
|
|
6
|
+
id?: string | null;
|
|
7
|
+
versions?: SetHasMany<ThemeVersionInput>;
|
|
8
|
+
}
|
|
9
|
+
export declare const themeInMarketToInputCascade: (entity: ThemeInMarket) => ThemeInMarketInput;
|
|
10
|
+
export declare const themeInMarketToInput: (entity: ThemeInMarket) => ThemeInMarketInput;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { Theme } from './Theme';
|
|
2
2
|
import { ThemeSettings } from './ThemeSettings';
|
|
3
|
-
import { TemplateInput } from './TemplateInput';
|
|
4
|
-
import { TemplateCategoryInput } from './TemplateCategoryInput';
|
|
5
|
-
import { LangInput } from './LangInput';
|
|
6
3
|
import { MediaInput } from './MediaInput';
|
|
7
4
|
import { FrontComponentInput } from './FrontComponentInput';
|
|
8
5
|
import { ComponentCategoryInput } from './ComponentCategoryInput';
|
|
6
|
+
import { PageInput } from './PageInput';
|
|
7
|
+
import { LangInput } from './LangInput';
|
|
8
|
+
import { ThemeConfigInput } from './ThemeConfigInput';
|
|
9
|
+
import { ThemeVersionInput } from './ThemeVersionInput';
|
|
9
10
|
import { WebsiteInput } from './WebsiteInput';
|
|
10
11
|
import { SetHasMany } from '@rxdrag/entify-hooks';
|
|
11
12
|
import { SetHasOne } from '@rxdrag/entify-hooks';
|
|
12
|
-
|
|
13
|
-
export interface ThemeInput extends WebsitePart {
|
|
13
|
+
export interface ThemeInput {
|
|
14
14
|
id?: string | null;
|
|
15
15
|
name?: string;
|
|
16
16
|
styles?: any;
|
|
@@ -18,13 +18,23 @@ export interface ThemeInput extends WebsitePart {
|
|
|
18
18
|
description?: string;
|
|
19
19
|
tailwindConfig?: string;
|
|
20
20
|
css?: string;
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
21
|
+
/**
|
|
22
|
+
* 是否在主题市场
|
|
23
|
+
*/
|
|
24
|
+
isInMarket?: boolean;
|
|
25
|
+
/**
|
|
26
|
+
* 对应市场主题ID
|
|
27
|
+
*/
|
|
28
|
+
themeVersionId?: string | null;
|
|
29
|
+
createdAt?: Date;
|
|
30
|
+
updatedAt?: Date;
|
|
24
31
|
cover?: SetHasOne<MediaInput>;
|
|
25
32
|
components?: SetHasMany<FrontComponentInput>;
|
|
26
33
|
componentCategories?: SetHasMany<ComponentCategoryInput>;
|
|
27
|
-
|
|
34
|
+
pages?: SetHasMany<PageInput>;
|
|
35
|
+
lang?: SetHasOne<LangInput>;
|
|
36
|
+
config?: SetHasOne<ThemeConfigInput>;
|
|
37
|
+
marketVersion?: SetHasOne<ThemeVersionInput>;
|
|
28
38
|
website?: SetHasOne<WebsiteInput>;
|
|
29
39
|
}
|
|
30
40
|
export declare const themeToInputCascade: (entity: Theme) => ThemeInput;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { OrderBy } from '@rxdrag/entify-hooks';
|
|
2
|
-
|
|
3
|
-
export interface ThemeOrderBy extends WebsitePartOrderBy {
|
|
2
|
+
export interface ThemeOrderBy {
|
|
4
3
|
id?: OrderBy;
|
|
5
4
|
name?: OrderBy;
|
|
6
5
|
styles?: OrderBy;
|
|
@@ -8,4 +7,14 @@ export interface ThemeOrderBy extends WebsitePartOrderBy {
|
|
|
8
7
|
description?: OrderBy;
|
|
9
8
|
tailwindConfig?: OrderBy;
|
|
10
9
|
css?: OrderBy;
|
|
10
|
+
/**
|
|
11
|
+
* 是否在主题市场
|
|
12
|
+
*/
|
|
13
|
+
isInMarket?: OrderBy;
|
|
14
|
+
/**
|
|
15
|
+
* 对应市场主题ID
|
|
16
|
+
*/
|
|
17
|
+
themeVersionId?: OrderBy;
|
|
18
|
+
createdAt?: OrderBy;
|
|
19
|
+
updatedAt?: OrderBy;
|
|
11
20
|
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Theme } from './Theme';
|
|
2
|
+
import { ThemeInMarket } from './ThemeInMarket';
|
|
3
|
+
export declare const ThemeVersionEntityName = "ThemeVersion";
|
|
4
|
+
export declare const ThemeVersionEntityLabel = "";
|
|
5
|
+
export interface ThemeVersion {
|
|
6
|
+
id?: string | null;
|
|
7
|
+
version?: string;
|
|
8
|
+
theme?: Theme;
|
|
9
|
+
themeInMarket?: ThemeInMarket;
|
|
10
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { IdComparisonExp } from './IdComparisonExp';
|
|
2
|
+
import { StringComparisonExp } from './StringComparisonExp';
|
|
3
|
+
import { ThemeBoolExp } from './ThemeBoolExp';
|
|
4
|
+
import { ThemeInMarketBoolExp } from './ThemeInMarketBoolExp';
|
|
5
|
+
export interface ThemeVersionBoolExp {
|
|
6
|
+
_and?: ThemeVersionBoolExp[];
|
|
7
|
+
_or?: ThemeVersionBoolExp[];
|
|
8
|
+
_not?: ThemeVersionBoolExp;
|
|
9
|
+
id?: IdComparisonExp;
|
|
10
|
+
version?: StringComparisonExp;
|
|
11
|
+
theme?: ThemeBoolExp;
|
|
12
|
+
themeInMarket?: ThemeInMarketBoolExp;
|
|
13
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ThemeVersion } from './ThemeVersion';
|
|
2
|
+
import { ThemeInput } from './ThemeInput';
|
|
3
|
+
import { ThemeInMarketInput } from './ThemeInMarketInput';
|
|
4
|
+
import { SetHasOne } from '@rxdrag/entify-hooks';
|
|
5
|
+
export interface ThemeVersionInput {
|
|
6
|
+
id?: string | null;
|
|
7
|
+
version?: string;
|
|
8
|
+
theme?: SetHasOne<ThemeInput>;
|
|
9
|
+
themeInMarket?: SetHasOne<ThemeInMarketInput>;
|
|
10
|
+
}
|
|
11
|
+
export declare const themeVersionToInputCascade: (entity: ThemeVersion) => ThemeVersionInput;
|
|
12
|
+
export declare const themeVersionToInput: (entity: ThemeVersion) => ThemeVersionInput;
|
|
@@ -21,7 +21,7 @@ export interface UserInput extends WebsiteUser {
|
|
|
21
21
|
products?: SetHasMany<ProductInput>;
|
|
22
22
|
posts?: SetHasMany<PostInput>;
|
|
23
23
|
websites?: SetHasMany<WebsiteInput>;
|
|
24
|
-
|
|
24
|
+
website?: SetHasOne<WebsiteInput>;
|
|
25
25
|
}
|
|
26
26
|
export declare const userToInputCascade: (entity: User) => UserInput;
|
|
27
27
|
export declare const userToInput: (entity: User) => UserInput;
|
|
@@ -1,12 +1,8 @@
|
|
|
1
1
|
import { WebsiteType } from './WebsiteType';
|
|
2
|
-
import { Theme } from './Theme';
|
|
3
2
|
import { User } from './User';
|
|
4
3
|
import { WebsiteSettings } from './WebsiteSettings';
|
|
5
|
-
import { Template } from './Template';
|
|
6
|
-
import { TemplateCategory } from './TemplateCategory';
|
|
7
4
|
import { MediaFolder } from './MediaFolder';
|
|
8
5
|
import { Enquiry } from './Enquiry';
|
|
9
|
-
import { Page } from './Page';
|
|
10
6
|
import { Product } from './Product';
|
|
11
7
|
import { Post } from './Post';
|
|
12
8
|
import { PostCategory } from './PostCategory';
|
|
@@ -15,7 +11,9 @@ import { Customer } from './Customer';
|
|
|
15
11
|
import { ProductCategory } from './ProductCategory';
|
|
16
12
|
import { SpamFilterRule } from './SpamFilterRule';
|
|
17
13
|
import { Media } from './Media';
|
|
18
|
-
import {
|
|
14
|
+
import { Lang } from './Lang';
|
|
15
|
+
import { Theme } from './Theme';
|
|
16
|
+
import { AnalyticsConfig } from './AnalyticsConfig';
|
|
19
17
|
import { Aggregate } from './Aggregate';
|
|
20
18
|
export declare const WebsiteEntityName = "Website";
|
|
21
19
|
export declare const WebsiteEntityLabel = "\u7AD9\u70B9";
|
|
@@ -55,16 +53,11 @@ export interface Website {
|
|
|
55
53
|
updatedBy?: string | null;
|
|
56
54
|
description?: string;
|
|
57
55
|
websiteType?: WebsiteType;
|
|
58
|
-
selectedTheme?: Theme;
|
|
59
56
|
owner?: User;
|
|
60
57
|
users?: User[];
|
|
61
58
|
partsOfWebsiteSettings?: WebsiteSettings[];
|
|
62
|
-
partsOfTheme?: Theme[];
|
|
63
|
-
partsOfTemplate?: Template[];
|
|
64
|
-
partsOfTemplateCategory?: TemplateCategory[];
|
|
65
59
|
partsOfMediaFolder?: MediaFolder[];
|
|
66
60
|
partsOfEnquiry?: Enquiry[];
|
|
67
|
-
partsOfPage?: Page[];
|
|
68
61
|
partsOfProduct?: Product[];
|
|
69
62
|
partsOfPost?: Post[];
|
|
70
63
|
partsOfPostCategory?: PostCategory[];
|
|
@@ -73,15 +66,14 @@ export interface Website {
|
|
|
73
66
|
partsOfProductCategory?: ProductCategory[];
|
|
74
67
|
partsOfSpamFilterRule?: SpamFilterRule[];
|
|
75
68
|
partsOfMedia?: Media[];
|
|
76
|
-
|
|
69
|
+
langs?: Lang[];
|
|
70
|
+
baseLang?: Lang;
|
|
71
|
+
themes?: Theme[];
|
|
72
|
+
analyticsConfig?: AnalyticsConfig;
|
|
77
73
|
usersAggregate?: Aggregate;
|
|
78
74
|
partsOfWebsiteSettingsAggregate?: Aggregate;
|
|
79
|
-
partsOfThemeAggregate?: Aggregate;
|
|
80
|
-
partsOfTemplateAggregate?: Aggregate;
|
|
81
|
-
partsOfTemplateCategoryAggregate?: Aggregate;
|
|
82
75
|
partsOfMediaFolderAggregate?: Aggregate;
|
|
83
76
|
partsOfEnquiryAggregate?: Aggregate;
|
|
84
|
-
partsOfPageAggregate?: Aggregate;
|
|
85
77
|
partsOfProductAggregate?: Aggregate;
|
|
86
78
|
partsOfPostAggregate?: Aggregate;
|
|
87
79
|
partsOfPostCategoryAggregate?: Aggregate;
|
|
@@ -90,5 +82,6 @@ export interface Website {
|
|
|
90
82
|
partsOfProductCategoryAggregate?: Aggregate;
|
|
91
83
|
partsOfSpamFilterRuleAggregate?: Aggregate;
|
|
92
84
|
partsOfMediaAggregate?: Aggregate;
|
|
93
|
-
|
|
85
|
+
langsAggregate?: Aggregate;
|
|
86
|
+
themesAggregate?: Aggregate;
|
|
94
87
|
}
|
|
@@ -2,14 +2,10 @@ import { IdComparisonExp } from './IdComparisonExp';
|
|
|
2
2
|
import { StringComparisonExp } from './StringComparisonExp';
|
|
3
3
|
import { DateTimeComparisonExp } from './DateTimeComparisonExp';
|
|
4
4
|
import { WebsiteTypeBoolExp } from './WebsiteTypeBoolExp';
|
|
5
|
-
import { ThemeBoolExp } from './ThemeBoolExp';
|
|
6
5
|
import { UserBoolExp } from './UserBoolExp';
|
|
7
6
|
import { WebsiteSettingsBoolExp } from './WebsiteSettingsBoolExp';
|
|
8
|
-
import { TemplateBoolExp } from './TemplateBoolExp';
|
|
9
|
-
import { TemplateCategoryBoolExp } from './TemplateCategoryBoolExp';
|
|
10
7
|
import { MediaFolderBoolExp } from './MediaFolderBoolExp';
|
|
11
8
|
import { EnquiryBoolExp } from './EnquiryBoolExp';
|
|
12
|
-
import { PageBoolExp } from './PageBoolExp';
|
|
13
9
|
import { ProductBoolExp } from './ProductBoolExp';
|
|
14
10
|
import { PostBoolExp } from './PostBoolExp';
|
|
15
11
|
import { PostCategoryBoolExp } from './PostCategoryBoolExp';
|
|
@@ -18,7 +14,9 @@ import { CustomerBoolExp } from './CustomerBoolExp';
|
|
|
18
14
|
import { ProductCategoryBoolExp } from './ProductCategoryBoolExp';
|
|
19
15
|
import { SpamFilterRuleBoolExp } from './SpamFilterRuleBoolExp';
|
|
20
16
|
import { MediaBoolExp } from './MediaBoolExp';
|
|
21
|
-
import {
|
|
17
|
+
import { LangBoolExp } from './LangBoolExp';
|
|
18
|
+
import { ThemeBoolExp } from './ThemeBoolExp';
|
|
19
|
+
import { AnalyticsConfigBoolExp } from './AnalyticsConfigBoolExp';
|
|
22
20
|
/**
|
|
23
21
|
* 站点
|
|
24
22
|
* 网站实体
|
|
@@ -37,16 +35,11 @@ export interface WebsiteBoolExp {
|
|
|
37
35
|
updatedBy?: IdComparisonExp;
|
|
38
36
|
description?: StringComparisonExp;
|
|
39
37
|
websiteType?: WebsiteTypeBoolExp;
|
|
40
|
-
selectedTheme?: ThemeBoolExp;
|
|
41
38
|
owner?: UserBoolExp;
|
|
42
39
|
users?: UserBoolExp;
|
|
43
40
|
partsOfWebsiteSettings?: WebsiteSettingsBoolExp;
|
|
44
|
-
partsOfTheme?: ThemeBoolExp;
|
|
45
|
-
partsOfTemplate?: TemplateBoolExp;
|
|
46
|
-
partsOfTemplateCategory?: TemplateCategoryBoolExp;
|
|
47
41
|
partsOfMediaFolder?: MediaFolderBoolExp;
|
|
48
42
|
partsOfEnquiry?: EnquiryBoolExp;
|
|
49
|
-
partsOfPage?: PageBoolExp;
|
|
50
43
|
partsOfProduct?: ProductBoolExp;
|
|
51
44
|
partsOfPost?: PostBoolExp;
|
|
52
45
|
partsOfPostCategory?: PostCategoryBoolExp;
|
|
@@ -55,5 +48,8 @@ export interface WebsiteBoolExp {
|
|
|
55
48
|
partsOfProductCategory?: ProductCategoryBoolExp;
|
|
56
49
|
partsOfSpamFilterRule?: SpamFilterRuleBoolExp;
|
|
57
50
|
partsOfMedia?: MediaBoolExp;
|
|
58
|
-
|
|
51
|
+
langs?: LangBoolExp;
|
|
52
|
+
baseLang?: LangBoolExp;
|
|
53
|
+
themes?: ThemeBoolExp;
|
|
54
|
+
analyticsConfig?: AnalyticsConfigBoolExp;
|
|
59
55
|
}
|
|
@@ -1,15 +1,11 @@
|
|
|
1
|
-
import { Content } from './Content';
|
|
2
1
|
import { WebsitePart } from './WebsitePart';
|
|
3
|
-
import { SeoMeta } from './SeoMeta';
|
|
4
|
-
import { OgMeta } from './OgMeta';
|
|
5
2
|
import { Slugable } from './Slugable';
|
|
6
3
|
/**
|
|
7
4
|
* 网站内容
|
|
8
5
|
* 页面、产品、文章等被搜索引擎检索的内容
|
|
9
6
|
*/
|
|
10
|
-
export interface WebsiteContent extends WebsitePart,
|
|
7
|
+
export interface WebsiteContent extends WebsitePart, Slugable {
|
|
11
8
|
id?: string | null;
|
|
12
9
|
title?: string;
|
|
13
|
-
content?: Content;
|
|
14
10
|
extends?: any;
|
|
15
11
|
}
|
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
import { WebsitePartBoolExp } from './WebsitePartBoolExp';
|
|
2
|
-
import { SeoMetaBoolExp } from './SeoMetaBoolExp';
|
|
3
|
-
import { OgMetaBoolExp } from './OgMetaBoolExp';
|
|
4
2
|
import { SlugableBoolExp } from './SlugableBoolExp';
|
|
5
3
|
import { IdComparisonExp } from './IdComparisonExp';
|
|
6
4
|
import { StringComparisonExp } from './StringComparisonExp';
|
|
@@ -8,12 +6,11 @@ import { StringComparisonExp } from './StringComparisonExp';
|
|
|
8
6
|
* 网站内容
|
|
9
7
|
* 页面、产品、文章等被搜索引擎检索的内容
|
|
10
8
|
*/
|
|
11
|
-
export interface WebsiteContentBoolExp extends WebsitePartBoolExp,
|
|
9
|
+
export interface WebsiteContentBoolExp extends WebsitePartBoolExp, SlugableBoolExp {
|
|
12
10
|
_and?: WebsiteContentBoolExp[];
|
|
13
11
|
_or?: WebsiteContentBoolExp[];
|
|
14
12
|
_not?: WebsiteContentBoolExp;
|
|
15
13
|
id?: IdComparisonExp;
|
|
16
14
|
title?: StringComparisonExp;
|
|
17
|
-
content?: unknown;
|
|
18
15
|
extends?: unknown;
|
|
19
16
|
}
|
|
@@ -1,28 +1,13 @@
|
|
|
1
1
|
import { WebsitePartDistinctExp } from './WebsitePartDistinctExp';
|
|
2
|
-
import { SeoMetaDistinctExp } from './SeoMetaDistinctExp';
|
|
3
|
-
import { OgMetaDistinctExp } from './OgMetaDistinctExp';
|
|
4
2
|
import { SlugableDistinctExp } from './SlugableDistinctExp';
|
|
5
3
|
export declare enum WebsiteContentDistinctEnum {
|
|
6
4
|
id = "id",
|
|
7
5
|
title = "title",
|
|
8
|
-
content = "content",
|
|
9
6
|
extends = "extends",
|
|
10
7
|
createdAt = "createdAt",
|
|
11
8
|
updatedAt = "updatedAt",
|
|
12
|
-
|
|
13
|
-
seoKeywords = "seoKeywords",
|
|
14
|
-
seoDescription = "seoDescription",
|
|
15
|
-
ogTitle = "ogTitle",
|
|
16
|
-
ogDescription = "ogDescription",
|
|
17
|
-
ogUrl = "ogUrl",
|
|
18
|
-
ogSiteName = "ogSiteName",
|
|
19
|
-
ogType = "ogType",
|
|
20
|
-
xCard = "xCard",
|
|
21
|
-
xSite = "xSite",
|
|
22
|
-
xTitle = "xTitle",
|
|
23
|
-
xDescription = "xDescription",
|
|
24
|
-
xUrl = "xUrl",
|
|
9
|
+
content = "content",
|
|
25
10
|
slug = "slug",
|
|
26
11
|
description = "description"
|
|
27
12
|
}
|
|
28
|
-
export type WebsiteContentDistinctExp = WebsiteContentDistinctEnum | WebsitePartDistinctExp |
|
|
13
|
+
export type WebsiteContentDistinctExp = WebsiteContentDistinctEnum | WebsitePartDistinctExp | SlugableDistinctExp;
|
|
@@ -1,15 +1,12 @@
|
|
|
1
1
|
import { OrderBy } from '@rxdrag/entify-hooks';
|
|
2
2
|
import { WebsitePartOrderBy } from './WebsitePartOrderBy';
|
|
3
|
-
import { SeoMetaOrderBy } from './SeoMetaOrderBy';
|
|
4
|
-
import { OgMetaOrderBy } from './OgMetaOrderBy';
|
|
5
3
|
import { SlugableOrderBy } from './SlugableOrderBy';
|
|
6
4
|
/**
|
|
7
5
|
* 网站内容
|
|
8
6
|
* 页面、产品、文章等被搜索引擎检索的内容
|
|
9
7
|
*/
|
|
10
|
-
export interface WebsiteContentOrderBy extends WebsitePartOrderBy,
|
|
8
|
+
export interface WebsiteContentOrderBy extends WebsitePartOrderBy, SlugableOrderBy {
|
|
11
9
|
id?: OrderBy;
|
|
12
10
|
title?: OrderBy;
|
|
13
|
-
content?: OrderBy;
|
|
14
11
|
extends?: OrderBy;
|
|
15
12
|
}
|
|
@@ -1,13 +1,9 @@
|
|
|
1
1
|
import { Website } from './Website';
|
|
2
2
|
import { WebsiteTypeInput } from './WebsiteTypeInput';
|
|
3
|
-
import { ThemeInput } from './ThemeInput';
|
|
4
3
|
import { UserInput } from './UserInput';
|
|
5
4
|
import { WebsiteSettingsInput } from './WebsiteSettingsInput';
|
|
6
|
-
import { TemplateInput } from './TemplateInput';
|
|
7
|
-
import { TemplateCategoryInput } from './TemplateCategoryInput';
|
|
8
5
|
import { MediaFolderInput } from './MediaFolderInput';
|
|
9
6
|
import { EnquiryInput } from './EnquiryInput';
|
|
10
|
-
import { PageInput } from './PageInput';
|
|
11
7
|
import { ProductInput } from './ProductInput';
|
|
12
8
|
import { PostInput } from './PostInput';
|
|
13
9
|
import { PostCategoryInput } from './PostCategoryInput';
|
|
@@ -16,7 +12,9 @@ import { CustomerInput } from './CustomerInput';
|
|
|
16
12
|
import { ProductCategoryInput } from './ProductCategoryInput';
|
|
17
13
|
import { SpamFilterRuleInput } from './SpamFilterRuleInput';
|
|
18
14
|
import { MediaInput } from './MediaInput';
|
|
19
|
-
import {
|
|
15
|
+
import { LangInput } from './LangInput';
|
|
16
|
+
import { ThemeInput } from './ThemeInput';
|
|
17
|
+
import { AnalyticsConfigInput } from './AnalyticsConfigInput';
|
|
20
18
|
import { SetHasMany } from '@rxdrag/entify-hooks';
|
|
21
19
|
import { SetHasOne } from '@rxdrag/entify-hooks';
|
|
22
20
|
/**
|
|
@@ -55,16 +53,11 @@ export interface WebsiteInput {
|
|
|
55
53
|
updatedBy?: string | null;
|
|
56
54
|
description?: string;
|
|
57
55
|
websiteType?: SetHasOne<WebsiteTypeInput>;
|
|
58
|
-
selectedTheme?: SetHasOne<ThemeInput>;
|
|
59
56
|
owner?: SetHasOne<UserInput>;
|
|
60
57
|
users?: SetHasMany<UserInput>;
|
|
61
58
|
partsOfWebsiteSettings?: SetHasMany<WebsiteSettingsInput>;
|
|
62
|
-
partsOfTheme?: SetHasMany<ThemeInput>;
|
|
63
|
-
partsOfTemplate?: SetHasMany<TemplateInput>;
|
|
64
|
-
partsOfTemplateCategory?: SetHasMany<TemplateCategoryInput>;
|
|
65
59
|
partsOfMediaFolder?: SetHasMany<MediaFolderInput>;
|
|
66
60
|
partsOfEnquiry?: SetHasMany<EnquiryInput>;
|
|
67
|
-
partsOfPage?: SetHasMany<PageInput>;
|
|
68
61
|
partsOfProduct?: SetHasMany<ProductInput>;
|
|
69
62
|
partsOfPost?: SetHasMany<PostInput>;
|
|
70
63
|
partsOfPostCategory?: SetHasMany<PostCategoryInput>;
|
|
@@ -73,7 +66,10 @@ export interface WebsiteInput {
|
|
|
73
66
|
partsOfProductCategory?: SetHasMany<ProductCategoryInput>;
|
|
74
67
|
partsOfSpamFilterRule?: SetHasMany<SpamFilterRuleInput>;
|
|
75
68
|
partsOfMedia?: SetHasMany<MediaInput>;
|
|
76
|
-
|
|
69
|
+
langs?: SetHasMany<LangInput>;
|
|
70
|
+
baseLang?: SetHasOne<LangInput>;
|
|
71
|
+
themes?: SetHasMany<ThemeInput>;
|
|
72
|
+
analyticsConfig?: SetHasOne<AnalyticsConfigInput>;
|
|
77
73
|
}
|
|
78
74
|
export declare const websiteToInputCascade: (entity: Website) => WebsiteInput;
|
|
79
75
|
export declare const websiteToInput: (entity: Website) => WebsiteInput;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { IdComparisonExp } from './IdComparisonExp';
|
|
2
2
|
import { DateTimeComparisonExp } from './DateTimeComparisonExp';
|
|
3
|
+
import { StringComparisonExp } from './StringComparisonExp';
|
|
3
4
|
export interface WebsitePartBoolExp {
|
|
4
5
|
_and?: WebsitePartBoolExp[];
|
|
5
6
|
_or?: WebsitePartBoolExp[];
|
|
@@ -7,4 +8,5 @@ export interface WebsitePartBoolExp {
|
|
|
7
8
|
id?: IdComparisonExp;
|
|
8
9
|
createdAt?: DateTimeComparisonExp;
|
|
9
10
|
updatedAt?: DateTimeComparisonExp;
|
|
11
|
+
content?: StringComparisonExp;
|
|
10
12
|
}
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import { SmtpConfig } from './SmtpConfig';
|
|
2
|
-
import { EmailTemplates } from './EmailTemplates';
|
|
3
2
|
import { Lang } from './Lang';
|
|
4
|
-
import { Media } from './Media';
|
|
5
3
|
import { Website } from './Website';
|
|
6
4
|
import { WebsitePart } from './WebsitePart';
|
|
7
5
|
export declare const WebsiteSettingsEntityName = "WebsiteSettings";
|
|
@@ -12,14 +10,7 @@ export interface WebsiteSettings extends WebsitePart {
|
|
|
12
10
|
* 邮件配置
|
|
13
11
|
*/
|
|
14
12
|
smtpConfig?: SmtpConfig;
|
|
15
|
-
contact?: string;
|
|
16
|
-
address?: string;
|
|
17
|
-
email?: string;
|
|
18
|
-
tel?: string;
|
|
19
|
-
fax?: string;
|
|
20
|
-
wechat?: string;
|
|
21
13
|
whatsapp?: string;
|
|
22
|
-
mobile?: string;
|
|
23
14
|
robots?: string;
|
|
24
15
|
/**
|
|
25
16
|
* 站点名称
|
|
@@ -47,11 +38,6 @@ export interface WebsiteSettings extends WebsitePart {
|
|
|
47
38
|
* 通知邮箱
|
|
48
39
|
*/
|
|
49
40
|
noticeEmail?: string;
|
|
50
|
-
/**
|
|
51
|
-
* 邮件模板
|
|
52
|
-
*/
|
|
53
|
-
emailTemplates?: EmailTemplates;
|
|
54
41
|
lang?: Lang;
|
|
55
|
-
contactAvatar?: Media;
|
|
56
42
|
website?: Website;
|
|
57
43
|
}
|