@rxdrag/rxcms-models 0.3.43 → 0.3.45
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 +3 -3
- 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,15 @@
|
|
|
1
|
+
import { GaConfig } from './GaConfig';
|
|
2
|
+
import { OtherAnalyticsConfig } from './OtherAnalyticsConfig';
|
|
3
|
+
import { Website } from './Website';
|
|
4
|
+
export declare const AnalyticsConfigEntityName = "AnalyticsConfig";
|
|
5
|
+
export declare const AnalyticsConfigEntityLabel = "";
|
|
6
|
+
export interface AnalyticsConfig {
|
|
7
|
+
id?: string | null;
|
|
8
|
+
/**
|
|
9
|
+
* 启用本地统计
|
|
10
|
+
*/
|
|
11
|
+
enableLocal?: boolean;
|
|
12
|
+
gaConfig?: GaConfig;
|
|
13
|
+
otherConfigs?: OtherAnalyticsConfig;
|
|
14
|
+
website?: Website;
|
|
15
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { IdComparisonExp } from './IdComparisonExp';
|
|
2
|
+
import { BooleanComparisonExp } from './BooleanComparisonExp';
|
|
3
|
+
import { WebsiteBoolExp } from './WebsiteBoolExp';
|
|
4
|
+
export interface AnalyticsConfigBoolExp {
|
|
5
|
+
_and?: AnalyticsConfigBoolExp[];
|
|
6
|
+
_or?: AnalyticsConfigBoolExp[];
|
|
7
|
+
_not?: AnalyticsConfigBoolExp;
|
|
8
|
+
id?: IdComparisonExp;
|
|
9
|
+
enableLocal?: BooleanComparisonExp;
|
|
10
|
+
gaConfig?: unknown;
|
|
11
|
+
otherConfigs?: unknown;
|
|
12
|
+
website?: WebsiteBoolExp;
|
|
13
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { AnalyticsConfig } from './AnalyticsConfig';
|
|
2
|
+
import { GaConfig } from './GaConfig';
|
|
3
|
+
import { OtherAnalyticsConfig } from './OtherAnalyticsConfig';
|
|
4
|
+
import { WebsiteInput } from './WebsiteInput';
|
|
5
|
+
import { SetHasOne } from '@rxdrag/entify-hooks';
|
|
6
|
+
export interface AnalyticsConfigInput {
|
|
7
|
+
id?: string | null;
|
|
8
|
+
/**
|
|
9
|
+
* 启用本地统计
|
|
10
|
+
*/
|
|
11
|
+
enableLocal?: boolean;
|
|
12
|
+
gaConfig?: GaConfig;
|
|
13
|
+
otherConfigs?: OtherAnalyticsConfig;
|
|
14
|
+
website?: SetHasOne<WebsiteInput>;
|
|
15
|
+
}
|
|
16
|
+
export declare const analyticsConfigToInputCascade: (entity: AnalyticsConfig) => AnalyticsConfigInput;
|
|
17
|
+
export declare const analyticsConfigToInput: (entity: AnalyticsConfig) => AnalyticsConfigInput;
|
|
@@ -16,6 +16,7 @@ export declare enum EnquiryDistinctEnum {
|
|
|
16
16
|
read = "read",
|
|
17
17
|
spam = "spam",
|
|
18
18
|
createdAt = "createdAt",
|
|
19
|
-
updatedAt = "updatedAt"
|
|
19
|
+
updatedAt = "updatedAt",
|
|
20
|
+
content = "content"
|
|
20
21
|
}
|
|
21
22
|
export type EnquiryDistinctExp = EnquiryDistinctEnum | WebsitePartDistinctExp;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { Content } from './Content';
|
|
2
1
|
import { PropsFields } from './PropsFields';
|
|
3
2
|
import { ComponentCategory } from './ComponentCategory';
|
|
4
3
|
import { Theme } from './Theme';
|
|
@@ -9,13 +8,14 @@ export interface FrontComponent {
|
|
|
9
8
|
name?: string;
|
|
10
9
|
title?: string;
|
|
11
10
|
seqValue?: number;
|
|
12
|
-
content?: Content;
|
|
13
11
|
props?: PropsFields;
|
|
14
12
|
testConfig?: any;
|
|
15
13
|
updatedAt?: Date;
|
|
16
14
|
createdAt?: Date;
|
|
17
15
|
slots?: any;
|
|
18
16
|
droppable?: boolean;
|
|
17
|
+
isInMarket?: boolean;
|
|
18
|
+
code?: string;
|
|
19
19
|
category?: ComponentCategory;
|
|
20
20
|
theme?: Theme;
|
|
21
21
|
}
|
|
@@ -13,13 +13,14 @@ export interface FrontComponentBoolExp {
|
|
|
13
13
|
name?: StringComparisonExp;
|
|
14
14
|
title?: StringComparisonExp;
|
|
15
15
|
seqValue?: NumberComparisonExp;
|
|
16
|
-
content?: unknown;
|
|
17
16
|
props?: unknown;
|
|
18
17
|
testConfig?: unknown;
|
|
19
18
|
updatedAt?: DateTimeComparisonExp;
|
|
20
19
|
createdAt?: DateTimeComparisonExp;
|
|
21
20
|
slots?: unknown;
|
|
22
21
|
droppable?: BooleanComparisonExp;
|
|
22
|
+
isInMarket?: BooleanComparisonExp;
|
|
23
|
+
code?: StringComparisonExp;
|
|
23
24
|
category?: ComponentCategoryBoolExp;
|
|
24
25
|
theme?: ThemeBoolExp;
|
|
25
26
|
}
|
|
@@ -3,12 +3,13 @@ export declare enum FrontComponentDistinctEnum {
|
|
|
3
3
|
name = "name",
|
|
4
4
|
title = "title",
|
|
5
5
|
seqValue = "seqValue",
|
|
6
|
-
content = "content",
|
|
7
6
|
props = "props",
|
|
8
7
|
testConfig = "testConfig",
|
|
9
8
|
updatedAt = "updatedAt",
|
|
10
9
|
createdAt = "createdAt",
|
|
11
10
|
slots = "slots",
|
|
12
|
-
droppable = "droppable"
|
|
11
|
+
droppable = "droppable",
|
|
12
|
+
isInMarket = "isInMarket",
|
|
13
|
+
code = "code"
|
|
13
14
|
}
|
|
14
15
|
export type FrontComponentDistinctExp = FrontComponentDistinctEnum;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { FrontComponent } from './FrontComponent';
|
|
2
|
-
import { Content } from './Content';
|
|
3
2
|
import { PropsFields } from './PropsFields';
|
|
4
3
|
import { ComponentCategoryInput } from './ComponentCategoryInput';
|
|
5
4
|
import { ThemeInput } from './ThemeInput';
|
|
@@ -9,13 +8,14 @@ export interface FrontComponentInput {
|
|
|
9
8
|
name?: string;
|
|
10
9
|
title?: string;
|
|
11
10
|
seqValue?: number;
|
|
12
|
-
content?: Content;
|
|
13
11
|
props?: PropsFields;
|
|
14
12
|
testConfig?: any;
|
|
15
13
|
updatedAt?: Date;
|
|
16
14
|
createdAt?: Date;
|
|
17
15
|
slots?: any;
|
|
18
16
|
droppable?: boolean;
|
|
17
|
+
isInMarket?: boolean;
|
|
18
|
+
code?: string;
|
|
19
19
|
category?: SetHasOne<ComponentCategoryInput>;
|
|
20
20
|
theme?: SetHasOne<ThemeInput>;
|
|
21
21
|
}
|
|
@@ -4,11 +4,12 @@ export interface FrontComponentOrderBy {
|
|
|
4
4
|
name?: OrderBy;
|
|
5
5
|
title?: OrderBy;
|
|
6
6
|
seqValue?: OrderBy;
|
|
7
|
-
content?: OrderBy;
|
|
8
7
|
props?: OrderBy;
|
|
9
8
|
testConfig?: OrderBy;
|
|
10
9
|
updatedAt?: OrderBy;
|
|
11
10
|
createdAt?: OrderBy;
|
|
12
11
|
slots?: OrderBy;
|
|
13
12
|
droppable?: OrderBy;
|
|
13
|
+
isInMarket?: OrderBy;
|
|
14
|
+
code?: OrderBy;
|
|
14
15
|
}
|
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
import { WebsiteSettings } from './WebsiteSettings';
|
|
2
|
-
import { Theme } from './Theme';
|
|
3
|
-
import { Template } from './Template';
|
|
4
|
-
import { TemplateCategory } from './TemplateCategory';
|
|
5
2
|
import { MediaFolder } from './MediaFolder';
|
|
6
3
|
import { Enquiry } from './Enquiry';
|
|
7
|
-
import { Page } from './Page';
|
|
8
4
|
import { Product } from './Product';
|
|
9
5
|
import { Post } from './Post';
|
|
10
6
|
import { PostCategory } from './PostCategory';
|
|
@@ -13,7 +9,8 @@ import { Customer } from './Customer';
|
|
|
13
9
|
import { ProductCategory } from './ProductCategory';
|
|
14
10
|
import { SpamFilterRule } from './SpamFilterRule';
|
|
15
11
|
import { Media } from './Media';
|
|
16
|
-
import {
|
|
12
|
+
import { Website } from './Website';
|
|
13
|
+
import { Theme } from './Theme';
|
|
17
14
|
import { Aggregate } from './Aggregate';
|
|
18
15
|
export declare const LangEntityName = "Lang";
|
|
19
16
|
export declare const LangEntityLabel = "\u8BED\u8A00";
|
|
@@ -43,13 +40,12 @@ export interface Lang {
|
|
|
43
40
|
* 备注
|
|
44
41
|
*/
|
|
45
42
|
description?: string;
|
|
43
|
+
circleIcon?: string;
|
|
44
|
+
cnName?: string;
|
|
45
|
+
htmlLang?: string;
|
|
46
46
|
webPartsOfWebsiteSettings?: WebsiteSettings[];
|
|
47
|
-
webPartsOfTheme?: Theme[];
|
|
48
|
-
webPartsOfTemplate?: Template[];
|
|
49
|
-
webPartsOfTemplateCategory?: TemplateCategory[];
|
|
50
47
|
webPartsOfMediaFolder?: MediaFolder[];
|
|
51
48
|
webPartsOfEnquiry?: Enquiry[];
|
|
52
|
-
webPartsOfPage?: Page[];
|
|
53
49
|
webPartsOfProduct?: Product[];
|
|
54
50
|
webPartsOfPost?: Post[];
|
|
55
51
|
webPartsOfPostCategory?: PostCategory[];
|
|
@@ -58,14 +54,12 @@ export interface Lang {
|
|
|
58
54
|
webPartsOfProductCategory?: ProductCategory[];
|
|
59
55
|
webPartsOfSpamFilterRule?: SpamFilterRule[];
|
|
60
56
|
webPartsOfMedia?: Media[];
|
|
61
|
-
|
|
57
|
+
websites?: Website[];
|
|
58
|
+
baseLangOf?: Website[];
|
|
59
|
+
themes?: Theme[];
|
|
62
60
|
webPartsOfWebsiteSettingsAggregate?: Aggregate;
|
|
63
|
-
webPartsOfThemeAggregate?: Aggregate;
|
|
64
|
-
webPartsOfTemplateAggregate?: Aggregate;
|
|
65
|
-
webPartsOfTemplateCategoryAggregate?: Aggregate;
|
|
66
61
|
webPartsOfMediaFolderAggregate?: Aggregate;
|
|
67
62
|
webPartsOfEnquiryAggregate?: Aggregate;
|
|
68
|
-
webPartsOfPageAggregate?: Aggregate;
|
|
69
63
|
webPartsOfProductAggregate?: Aggregate;
|
|
70
64
|
webPartsOfPostAggregate?: Aggregate;
|
|
71
65
|
webPartsOfPostCategoryAggregate?: Aggregate;
|
|
@@ -74,5 +68,7 @@ export interface Lang {
|
|
|
74
68
|
webPartsOfProductCategoryAggregate?: Aggregate;
|
|
75
69
|
webPartsOfSpamFilterRuleAggregate?: Aggregate;
|
|
76
70
|
webPartsOfMediaAggregate?: Aggregate;
|
|
77
|
-
|
|
71
|
+
websitesAggregate?: Aggregate;
|
|
72
|
+
baseLangOfAggregate?: Aggregate;
|
|
73
|
+
themesAggregate?: Aggregate;
|
|
78
74
|
}
|
|
@@ -1,12 +1,8 @@
|
|
|
1
1
|
import { IdComparisonExp } from './IdComparisonExp';
|
|
2
2
|
import { StringComparisonExp } from './StringComparisonExp';
|
|
3
3
|
import { WebsiteSettingsBoolExp } from './WebsiteSettingsBoolExp';
|
|
4
|
-
import { ThemeBoolExp } from './ThemeBoolExp';
|
|
5
|
-
import { TemplateBoolExp } from './TemplateBoolExp';
|
|
6
|
-
import { TemplateCategoryBoolExp } from './TemplateCategoryBoolExp';
|
|
7
4
|
import { MediaFolderBoolExp } from './MediaFolderBoolExp';
|
|
8
5
|
import { EnquiryBoolExp } from './EnquiryBoolExp';
|
|
9
|
-
import { PageBoolExp } from './PageBoolExp';
|
|
10
6
|
import { ProductBoolExp } from './ProductBoolExp';
|
|
11
7
|
import { PostBoolExp } from './PostBoolExp';
|
|
12
8
|
import { PostCategoryBoolExp } from './PostCategoryBoolExp';
|
|
@@ -15,7 +11,8 @@ import { CustomerBoolExp } from './CustomerBoolExp';
|
|
|
15
11
|
import { ProductCategoryBoolExp } from './ProductCategoryBoolExp';
|
|
16
12
|
import { SpamFilterRuleBoolExp } from './SpamFilterRuleBoolExp';
|
|
17
13
|
import { MediaBoolExp } from './MediaBoolExp';
|
|
18
|
-
import {
|
|
14
|
+
import { WebsiteBoolExp } from './WebsiteBoolExp';
|
|
15
|
+
import { ThemeBoolExp } from './ThemeBoolExp';
|
|
19
16
|
/**
|
|
20
17
|
* 语言
|
|
21
18
|
*
|
|
@@ -30,13 +27,12 @@ export interface LangBoolExp {
|
|
|
30
27
|
localName?: StringComparisonExp;
|
|
31
28
|
icon?: StringComparisonExp;
|
|
32
29
|
description?: StringComparisonExp;
|
|
30
|
+
circleIcon?: StringComparisonExp;
|
|
31
|
+
cnName?: StringComparisonExp;
|
|
32
|
+
htmlLang?: StringComparisonExp;
|
|
33
33
|
webPartsOfWebsiteSettings?: WebsiteSettingsBoolExp;
|
|
34
|
-
webPartsOfTheme?: ThemeBoolExp;
|
|
35
|
-
webPartsOfTemplate?: TemplateBoolExp;
|
|
36
|
-
webPartsOfTemplateCategory?: TemplateCategoryBoolExp;
|
|
37
34
|
webPartsOfMediaFolder?: MediaFolderBoolExp;
|
|
38
35
|
webPartsOfEnquiry?: EnquiryBoolExp;
|
|
39
|
-
webPartsOfPage?: PageBoolExp;
|
|
40
36
|
webPartsOfProduct?: ProductBoolExp;
|
|
41
37
|
webPartsOfPost?: PostBoolExp;
|
|
42
38
|
webPartsOfPostCategory?: PostCategoryBoolExp;
|
|
@@ -45,5 +41,7 @@ export interface LangBoolExp {
|
|
|
45
41
|
webPartsOfProductCategory?: ProductCategoryBoolExp;
|
|
46
42
|
webPartsOfSpamFilterRule?: SpamFilterRuleBoolExp;
|
|
47
43
|
webPartsOfMedia?: MediaBoolExp;
|
|
48
|
-
|
|
44
|
+
websites?: WebsiteBoolExp;
|
|
45
|
+
baseLangOf?: WebsiteBoolExp;
|
|
46
|
+
themes?: ThemeBoolExp;
|
|
49
47
|
}
|
|
@@ -1,11 +1,7 @@
|
|
|
1
1
|
import { Lang } from './Lang';
|
|
2
2
|
import { WebsiteSettingsInput } from './WebsiteSettingsInput';
|
|
3
|
-
import { ThemeInput } from './ThemeInput';
|
|
4
|
-
import { TemplateInput } from './TemplateInput';
|
|
5
|
-
import { TemplateCategoryInput } from './TemplateCategoryInput';
|
|
6
3
|
import { MediaFolderInput } from './MediaFolderInput';
|
|
7
4
|
import { EnquiryInput } from './EnquiryInput';
|
|
8
|
-
import { PageInput } from './PageInput';
|
|
9
5
|
import { ProductInput } from './ProductInput';
|
|
10
6
|
import { PostInput } from './PostInput';
|
|
11
7
|
import { PostCategoryInput } from './PostCategoryInput';
|
|
@@ -14,7 +10,8 @@ import { CustomerInput } from './CustomerInput';
|
|
|
14
10
|
import { ProductCategoryInput } from './ProductCategoryInput';
|
|
15
11
|
import { SpamFilterRuleInput } from './SpamFilterRuleInput';
|
|
16
12
|
import { MediaInput } from './MediaInput';
|
|
17
|
-
import {
|
|
13
|
+
import { WebsiteInput } from './WebsiteInput';
|
|
14
|
+
import { ThemeInput } from './ThemeInput';
|
|
18
15
|
import { SetHasMany } from '@rxdrag/entify-hooks';
|
|
19
16
|
/**
|
|
20
17
|
* 语言
|
|
@@ -42,13 +39,12 @@ export interface LangInput {
|
|
|
42
39
|
* 备注
|
|
43
40
|
*/
|
|
44
41
|
description?: string;
|
|
42
|
+
circleIcon?: string;
|
|
43
|
+
cnName?: string;
|
|
44
|
+
htmlLang?: string;
|
|
45
45
|
webPartsOfWebsiteSettings?: SetHasMany<WebsiteSettingsInput>;
|
|
46
|
-
webPartsOfTheme?: SetHasMany<ThemeInput>;
|
|
47
|
-
webPartsOfTemplate?: SetHasMany<TemplateInput>;
|
|
48
|
-
webPartsOfTemplateCategory?: SetHasMany<TemplateCategoryInput>;
|
|
49
46
|
webPartsOfMediaFolder?: SetHasMany<MediaFolderInput>;
|
|
50
47
|
webPartsOfEnquiry?: SetHasMany<EnquiryInput>;
|
|
51
|
-
webPartsOfPage?: SetHasMany<PageInput>;
|
|
52
48
|
webPartsOfProduct?: SetHasMany<ProductInput>;
|
|
53
49
|
webPartsOfPost?: SetHasMany<PostInput>;
|
|
54
50
|
webPartsOfPostCategory?: SetHasMany<PostCategoryInput>;
|
|
@@ -57,7 +53,9 @@ export interface LangInput {
|
|
|
57
53
|
webPartsOfProductCategory?: SetHasMany<ProductCategoryInput>;
|
|
58
54
|
webPartsOfSpamFilterRule?: SetHasMany<SpamFilterRuleInput>;
|
|
59
55
|
webPartsOfMedia?: SetHasMany<MediaInput>;
|
|
60
|
-
|
|
56
|
+
websites?: SetHasMany<WebsiteInput>;
|
|
57
|
+
baseLangOf?: SetHasMany<WebsiteInput>;
|
|
58
|
+
themes?: SetHasMany<ThemeInput>;
|
|
61
59
|
}
|
|
62
60
|
export declare const langToInputCascade: (entity: Lang) => LangInput;
|
|
63
61
|
export declare const langToInput: (entity: Lang) => LangInput;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { MarketableStatus } from './MarketableStatus';
|
|
2
|
+
import { IdComparisonExp } from './IdComparisonExp';
|
|
3
|
+
import { StringComparisonExp } from './StringComparisonExp';
|
|
4
|
+
import { EnumComparisonExp } from './EnumComparisonExp';
|
|
5
|
+
import { DateTimeComparisonExp } from './DateTimeComparisonExp';
|
|
6
|
+
export interface MarketableBoolExp {
|
|
7
|
+
_and?: MarketableBoolExp[];
|
|
8
|
+
_or?: MarketableBoolExp[];
|
|
9
|
+
_not?: MarketableBoolExp;
|
|
10
|
+
id?: IdComparisonExp;
|
|
11
|
+
title?: StringComparisonExp;
|
|
12
|
+
description?: StringComparisonExp;
|
|
13
|
+
status?: EnumComparisonExp<MarketableStatus>;
|
|
14
|
+
updatedAt?: DateTimeComparisonExp;
|
|
15
|
+
createdAt?: DateTimeComparisonExp;
|
|
16
|
+
}
|
|
@@ -4,15 +4,14 @@ import { MediaFolder } from './MediaFolder';
|
|
|
4
4
|
import { Lang } from './Lang';
|
|
5
5
|
import { Post } from './Post';
|
|
6
6
|
import { User } from './User';
|
|
7
|
-
import { Page } from './Page';
|
|
8
|
-
import { Product } from './Product';
|
|
9
7
|
import { ProductCategory } from './ProductCategory';
|
|
10
8
|
import { MediaOnProduct } from './MediaOnProduct';
|
|
11
9
|
import { AttachmentOnProduct } from './AttachmentOnProduct';
|
|
12
10
|
import { Website } from './Website';
|
|
13
|
-
import { WebsiteSettings } from './WebsiteSettings';
|
|
14
11
|
import { Theme } from './Theme';
|
|
15
12
|
import { PostCategory } from './PostCategory';
|
|
13
|
+
import { ThemeConfig } from './ThemeConfig';
|
|
14
|
+
import { PageMeta } from './PageMeta';
|
|
16
15
|
import { Aggregate } from './Aggregate';
|
|
17
16
|
import { WebsitePart } from './WebsitePart';
|
|
18
17
|
export declare const MediaEntityName = "Media";
|
|
@@ -32,23 +31,19 @@ export interface Media extends WebsitePart {
|
|
|
32
31
|
lang?: Lang;
|
|
33
32
|
coverOf?: Post[];
|
|
34
33
|
avatarOfUser?: User;
|
|
35
|
-
ogMetaOfPage?: Page[];
|
|
36
|
-
ogMetaOfProduct?: Product[];
|
|
37
|
-
ogMetaOfPost?: Post[];
|
|
38
34
|
meidaOfProduct?: ProductCategory[];
|
|
39
35
|
productMediaPivots?: MediaOnProduct[];
|
|
40
36
|
productAttacPivots?: AttachmentOnProduct[];
|
|
41
37
|
website?: Website;
|
|
42
|
-
usedByContact?: WebsiteSettings[];
|
|
43
38
|
coverOfTheme?: Theme[];
|
|
44
39
|
postCategory?: PostCategory;
|
|
40
|
+
usedByThemConfig?: ThemeConfig[];
|
|
41
|
+
pageMeta?: PageMeta[];
|
|
45
42
|
coverOfAggregate?: Aggregate;
|
|
46
|
-
ogMetaOfPageAggregate?: Aggregate;
|
|
47
|
-
ogMetaOfProductAggregate?: Aggregate;
|
|
48
|
-
ogMetaOfPostAggregate?: Aggregate;
|
|
49
43
|
meidaOfProductAggregate?: Aggregate;
|
|
50
44
|
productMediaPivotsAggregate?: Aggregate;
|
|
51
45
|
productAttacPivotsAggregate?: Aggregate;
|
|
52
|
-
usedByContactAggregate?: Aggregate;
|
|
53
46
|
coverOfThemeAggregate?: Aggregate;
|
|
47
|
+
usedByThemConfigAggregate?: Aggregate;
|
|
48
|
+
pageMetaAggregate?: Aggregate;
|
|
54
49
|
}
|
|
@@ -9,15 +9,14 @@ import { MediaFolderBoolExp } from './MediaFolderBoolExp';
|
|
|
9
9
|
import { LangBoolExp } from './LangBoolExp';
|
|
10
10
|
import { PostBoolExp } from './PostBoolExp';
|
|
11
11
|
import { UserBoolExp } from './UserBoolExp';
|
|
12
|
-
import { PageBoolExp } from './PageBoolExp';
|
|
13
|
-
import { ProductBoolExp } from './ProductBoolExp';
|
|
14
12
|
import { ProductCategoryBoolExp } from './ProductCategoryBoolExp';
|
|
15
13
|
import { MediaOnProductBoolExp } from './MediaOnProductBoolExp';
|
|
16
14
|
import { AttachmentOnProductBoolExp } from './AttachmentOnProductBoolExp';
|
|
17
15
|
import { WebsiteBoolExp } from './WebsiteBoolExp';
|
|
18
|
-
import { WebsiteSettingsBoolExp } from './WebsiteSettingsBoolExp';
|
|
19
16
|
import { ThemeBoolExp } from './ThemeBoolExp';
|
|
20
17
|
import { PostCategoryBoolExp } from './PostCategoryBoolExp';
|
|
18
|
+
import { ThemeConfigBoolExp } from './ThemeConfigBoolExp';
|
|
19
|
+
import { PageMetaBoolExp } from './PageMetaBoolExp';
|
|
21
20
|
export interface MediaBoolExp extends WebsitePartBoolExp {
|
|
22
21
|
_and?: MediaBoolExp[];
|
|
23
22
|
_or?: MediaBoolExp[];
|
|
@@ -35,14 +34,12 @@ export interface MediaBoolExp extends WebsitePartBoolExp {
|
|
|
35
34
|
lang?: LangBoolExp;
|
|
36
35
|
coverOf?: PostBoolExp;
|
|
37
36
|
avatarOfUser?: UserBoolExp;
|
|
38
|
-
ogMetaOfPage?: PageBoolExp;
|
|
39
|
-
ogMetaOfProduct?: ProductBoolExp;
|
|
40
|
-
ogMetaOfPost?: PostBoolExp;
|
|
41
37
|
meidaOfProduct?: ProductCategoryBoolExp;
|
|
42
38
|
productMediaPivots?: MediaOnProductBoolExp;
|
|
43
39
|
productAttacPivots?: AttachmentOnProductBoolExp;
|
|
44
40
|
website?: WebsiteBoolExp;
|
|
45
|
-
usedByContact?: WebsiteSettingsBoolExp;
|
|
46
41
|
coverOfTheme?: ThemeBoolExp;
|
|
47
42
|
postCategory?: PostCategoryBoolExp;
|
|
43
|
+
usedByThemConfig?: ThemeConfigBoolExp;
|
|
44
|
+
pageMeta?: PageMetaBoolExp;
|
|
48
45
|
}
|
|
@@ -9,6 +9,7 @@ export declare enum MediaDistinctEnum {
|
|
|
9
9
|
description = "description",
|
|
10
10
|
createdAt = "createdAt",
|
|
11
11
|
updatedAt = "updatedAt",
|
|
12
|
-
mediaType = "mediaType"
|
|
12
|
+
mediaType = "mediaType",
|
|
13
|
+
content = "content"
|
|
13
14
|
}
|
|
14
15
|
export type MediaDistinctExp = MediaDistinctEnum | WebsitePartDistinctExp;
|
|
@@ -4,6 +4,7 @@ export declare enum MediaFolderDistinctEnum {
|
|
|
4
4
|
name = "name",
|
|
5
5
|
seqValue = "seqValue",
|
|
6
6
|
createdAt = "createdAt",
|
|
7
|
-
updatedAt = "updatedAt"
|
|
7
|
+
updatedAt = "updatedAt",
|
|
8
|
+
content = "content"
|
|
8
9
|
}
|
|
9
10
|
export type MediaFolderDistinctExp = MediaFolderDistinctEnum | WebsitePartDistinctExp;
|
|
@@ -5,15 +5,14 @@ import { MediaFolderInput } from './MediaFolderInput';
|
|
|
5
5
|
import { LangInput } from './LangInput';
|
|
6
6
|
import { PostInput } from './PostInput';
|
|
7
7
|
import { UserInput } from './UserInput';
|
|
8
|
-
import { PageInput } from './PageInput';
|
|
9
|
-
import { ProductInput } from './ProductInput';
|
|
10
8
|
import { ProductCategoryInput } from './ProductCategoryInput';
|
|
11
9
|
import { MediaOnProductInput } from './MediaOnProductInput';
|
|
12
10
|
import { AttachmentOnProductInput } from './AttachmentOnProductInput';
|
|
13
11
|
import { WebsiteInput } from './WebsiteInput';
|
|
14
|
-
import { WebsiteSettingsInput } from './WebsiteSettingsInput';
|
|
15
12
|
import { ThemeInput } from './ThemeInput';
|
|
16
13
|
import { PostCategoryInput } from './PostCategoryInput';
|
|
14
|
+
import { ThemeConfigInput } from './ThemeConfigInput';
|
|
15
|
+
import { PageMetaInput } from './PageMetaInput';
|
|
17
16
|
import { SetHasMany } from '@rxdrag/entify-hooks';
|
|
18
17
|
import { SetHasOne } from '@rxdrag/entify-hooks';
|
|
19
18
|
import { WebsitePart } from './WebsitePart';
|
|
@@ -32,16 +31,14 @@ export interface MediaInput extends WebsitePart {
|
|
|
32
31
|
lang?: SetHasOne<LangInput>;
|
|
33
32
|
coverOf?: SetHasMany<PostInput>;
|
|
34
33
|
avatarOfUser?: SetHasOne<UserInput>;
|
|
35
|
-
ogMetaOfPage?: SetHasMany<PageInput>;
|
|
36
|
-
ogMetaOfProduct?: SetHasMany<ProductInput>;
|
|
37
|
-
ogMetaOfPost?: SetHasMany<PostInput>;
|
|
38
34
|
meidaOfProduct?: SetHasMany<ProductCategoryInput>;
|
|
39
35
|
productMediaPivots?: SetHasMany<MediaOnProductInput>;
|
|
40
36
|
productAttacPivots?: SetHasMany<AttachmentOnProductInput>;
|
|
41
37
|
website?: SetHasOne<WebsiteInput>;
|
|
42
|
-
usedByContact?: SetHasMany<WebsiteSettingsInput>;
|
|
43
38
|
coverOfTheme?: SetHasMany<ThemeInput>;
|
|
44
39
|
postCategory?: SetHasOne<PostCategoryInput>;
|
|
40
|
+
usedByThemConfig?: SetHasMany<ThemeConfigInput>;
|
|
41
|
+
pageMeta?: SetHasMany<PageMetaInput>;
|
|
45
42
|
}
|
|
46
43
|
export declare const mediaToInputCascade: (entity: Media) => MediaInput;
|
|
47
44
|
export declare const mediaToInput: (entity: Media) => MediaInput;
|
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
import { PageType } from './PageType';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import { Website } from './Website';
|
|
5
|
-
import { WebsiteContent } from './WebsiteContent';
|
|
2
|
+
import { PageMeta } from './PageMeta';
|
|
3
|
+
import { Theme } from './Theme';
|
|
6
4
|
export declare const PageEntityName = "Page";
|
|
7
5
|
export declare const PageEntityLabel = "";
|
|
8
|
-
export interface Page
|
|
6
|
+
export interface Page {
|
|
9
7
|
id?: string | null;
|
|
10
8
|
title?: string;
|
|
11
9
|
/**
|
|
@@ -14,7 +12,12 @@ export interface Page extends WebsiteContent {
|
|
|
14
12
|
remark?: string;
|
|
15
13
|
pageType?: PageType;
|
|
16
14
|
dataSource?: any;
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
15
|
+
content2?: string;
|
|
16
|
+
createdAt?: Date;
|
|
17
|
+
updatedAt?: Date;
|
|
18
|
+
slug?: string;
|
|
19
|
+
description?: string;
|
|
20
|
+
code?: string;
|
|
21
|
+
meta?: PageMeta;
|
|
22
|
+
theme?: Theme;
|
|
20
23
|
}
|