@rxdrag/rxcms-models 0.3.75 → 0.3.77
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/classes/AbilityQueryOptions.d.ts +2 -2
- package/dist/classes/BulletinQueryOptions.d.ts +19 -0
- package/dist/classes/ComponentCategoryQueryOptions.d.ts +4 -3
- package/dist/classes/EnquiryQueryOptions.d.ts +10 -1
- package/dist/classes/FAQQueryOptions.d.ts +15 -0
- package/dist/classes/FrontComponentQueryOptions.d.ts +12 -3
- package/dist/classes/LangQueryOptions.d.ts +10 -15
- package/dist/classes/MediaQueryOptions.d.ts +30 -10
- package/dist/classes/PageQueryOptions.d.ts +3 -3
- package/dist/classes/PostQueryOptions.d.ts +2 -0
- package/dist/classes/ProductQueryOptions.d.ts +14 -0
- package/dist/classes/ProductRelatedPivotQueryOptions.d.ts +12 -0
- package/dist/classes/RoleQueryOptions.d.ts +5 -0
- package/dist/classes/RoleVariableQueryOptions.d.ts +15 -0
- package/dist/classes/SectionTemplateQueryOptions.d.ts +6 -3
- package/dist/classes/StorageRecordQueryOptions.d.ts +11 -0
- package/dist/classes/StyleConfigQueryOptions.d.ts +3 -3
- package/dist/classes/TemplateCategoryQueryOptions.d.ts +3 -3
- package/dist/classes/ThemeBranchQueryOptions.d.ts +62 -0
- package/dist/classes/ThemeConfigQueryOptions.d.ts +3 -3
- package/dist/classes/ThemeQueryOptions.d.ts +5 -50
- package/dist/classes/ThemeVersionQueryOptions.d.ts +3 -3
- package/dist/classes/UserOperationQueryOptions.d.ts +19 -0
- package/dist/classes/UserQueryOptions.d.ts +8 -0
- package/dist/classes/VisitorLogQueryOptions.d.ts +27 -0
- package/dist/classes/WebsiteQueryOptions.d.ts +21 -15
- package/dist/classes/WebsiteSnapshotQueryOptions.d.ts +15 -0
- package/dist/classes/index.d.ts +10 -3
- package/dist/entries/bulletinEntry.d.ts +2 -0
- package/dist/entries/{videoEntry.d.ts → fAQEntry.d.ts} +1 -1
- package/dist/entries/index.d.ts +10 -3
- package/dist/entries/productRelatedPivotEntry.d.ts +2 -0
- package/dist/entries/roleVariableEntry.d.ts +2 -0
- package/dist/entries/storageRecordEntry.d.ts +2 -0
- package/dist/entries/themeBranchEntry.d.ts +2 -0
- package/dist/entries/userOperationEntry.d.ts +2 -0
- package/dist/entries/visitorLogEntry.d.ts +2 -0
- package/dist/entries/websiteSnapshotEntry.d.ts +2 -0
- package/dist/fields/AbilityFields.d.ts +2 -2
- package/dist/fields/BulletinFields.d.ts +13 -0
- package/dist/fields/ComponentCategoryFields.d.ts +2 -1
- package/dist/fields/EnquiryFields.d.ts +6 -0
- package/dist/fields/FAQFields.d.ts +11 -0
- package/dist/fields/FrontComponentFields.d.ts +8 -1
- package/dist/fields/LangFields.d.ts +3 -5
- package/dist/fields/MediaFields.d.ts +18 -5
- package/dist/fields/PostFields.d.ts +3 -1
- package/dist/fields/ProductFields.d.ts +10 -2
- package/dist/fields/ProductRelatedPivotFields.d.ts +8 -0
- package/dist/fields/RoleFields.d.ts +2 -0
- package/dist/fields/RoleVariableFields.d.ts +11 -0
- package/dist/fields/SectionTemplateFields.d.ts +1 -0
- package/dist/fields/StorageRecordFields.d.ts +9 -0
- package/dist/fields/ThemeBranchFields.d.ts +33 -0
- package/dist/fields/ThemeFields.d.ts +2 -25
- package/dist/fields/UserFields.d.ts +4 -0
- package/dist/fields/UserOperationFields.d.ts +13 -0
- package/dist/fields/VisitorLogFields.d.ts +25 -0
- package/dist/fields/WebsiteFields.d.ts +8 -5
- package/dist/fields/WebsiteSnapshotFields.d.ts +8 -0
- package/dist/fields/index.d.ts +10 -3
- package/dist/index.mjs +1474 -566
- package/dist/index.mjs.map +1 -1
- package/dist/interfaces/Ability.d.ts +3 -3
- package/dist/interfaces/AbilityBoolExp.d.ts +3 -3
- package/dist/interfaces/AbilityDistinctExp.d.ts +2 -2
- package/dist/interfaces/AbilityInput.d.ts +3 -3
- package/dist/interfaces/AbilityOrderBy.d.ts +2 -2
- package/dist/interfaces/Bulletin.d.ts +19 -0
- package/dist/interfaces/BulletinBoolExp.d.ts +23 -0
- package/dist/interfaces/BulletinDistinctExp.d.ts +10 -0
- package/dist/interfaces/BulletinInput.d.ts +21 -0
- package/dist/interfaces/BulletinOrderBy.d.ts +14 -0
- package/dist/interfaces/ComponentCategory.d.ts +3 -2
- package/dist/interfaces/ComponentCategoryBoolExp.d.ts +3 -2
- package/dist/interfaces/ComponentCategoryDistinctExp.d.ts +2 -1
- package/dist/interfaces/ComponentCategoryInput.d.ts +3 -2
- package/dist/interfaces/ComponentCategoryOrderBy.d.ts +1 -0
- package/dist/interfaces/Enquiry.d.ts +8 -0
- package/dist/interfaces/EnquiryBoolExp.d.ts +6 -0
- package/dist/interfaces/EnquiryDistinctExp.d.ts +4 -0
- package/dist/interfaces/EnquiryInput.d.ts +7 -0
- package/dist/interfaces/EnquiryOrderBy.d.ts +4 -0
- package/dist/interfaces/EnquirySettings.d.ts +4 -0
- package/dist/interfaces/FAQ.d.ts +12 -0
- package/dist/interfaces/FAQBoolExp.d.ts +17 -0
- package/dist/interfaces/FAQDistinctExp.d.ts +9 -0
- package/dist/interfaces/FAQInput.d.ts +14 -0
- package/dist/interfaces/FAQOrderBy.d.ts +9 -0
- package/dist/interfaces/FileRef.d.ts +7 -0
- package/dist/interfaces/FileRefInput.d.ts +5 -0
- package/dist/interfaces/FrontComponent.d.ts +12 -4
- package/dist/interfaces/FrontComponentBoolExp.d.ts +7 -2
- package/dist/interfaces/FrontComponentDistinctExp.d.ts +7 -1
- package/dist/interfaces/FrontComponentInput.d.ts +12 -4
- package/dist/interfaces/FrontComponentOrderBy.d.ts +6 -0
- package/dist/interfaces/ImageSize.d.ts +4 -0
- package/dist/interfaces/ImageSizes.d.ts +6 -0
- package/dist/interfaces/Lang.d.ts +5 -8
- package/dist/interfaces/LangBoolExp.d.ts +4 -6
- package/dist/interfaces/LangInput.d.ts +4 -6
- package/dist/interfaces/Media.d.ts +22 -7
- package/dist/interfaces/MediaBoolExp.d.ts +16 -5
- package/dist/interfaces/MediaDistinctExp.d.ts +11 -2
- package/dist/interfaces/MediaInput.d.ts +21 -7
- package/dist/interfaces/MediaOrderBy.d.ts +8 -1
- package/dist/interfaces/Page.d.ts +2 -2
- package/dist/interfaces/PageBoolExp.d.ts +2 -2
- package/dist/interfaces/PageInput.d.ts +2 -2
- package/dist/interfaces/PageType.d.ts +9 -1
- package/dist/interfaces/Post.d.ts +2 -1
- package/dist/interfaces/PostBoolExp.d.ts +2 -1
- package/dist/interfaces/PostDistinctExp.d.ts +5 -2
- package/dist/interfaces/PostInput.d.ts +2 -1
- package/dist/interfaces/PostOrderBy.d.ts +2 -1
- package/dist/interfaces/Product.d.ts +10 -1
- package/dist/interfaces/ProductBoolExp.d.ts +7 -1
- package/dist/interfaces/ProductDistinctExp.d.ts +5 -2
- package/dist/interfaces/ProductInput.d.ts +7 -1
- package/dist/interfaces/ProductOrderBy.d.ts +2 -1
- package/dist/interfaces/ProductRelatedPivot.d.ts +9 -0
- package/dist/interfaces/ProductRelatedPivotBoolExp.d.ts +12 -0
- package/dist/interfaces/ProductRelatedPivotDistinctExp.d.ts +5 -0
- package/dist/interfaces/ProductRelatedPivotInput.d.ts +11 -0
- package/dist/interfaces/ProductRelatedPivotOrderBy.d.ts +5 -0
- package/dist/interfaces/PropsSchema.d.ts +7 -0
- package/dist/interfaces/Role.d.ts +3 -0
- package/dist/interfaces/RoleBoolExp.d.ts +2 -0
- package/dist/interfaces/RoleInput.d.ts +2 -0
- package/dist/interfaces/RoleVariable.d.ts +13 -0
- package/dist/interfaces/RoleVariableBoolExp.d.ts +17 -0
- package/dist/interfaces/RoleVariableDistinctExp.d.ts +9 -0
- package/dist/interfaces/RoleVariableInput.d.ts +15 -0
- package/dist/interfaces/RoleVariableOrderBy.d.ts +9 -0
- package/dist/interfaces/SectionTemplate.d.ts +4 -2
- package/dist/interfaces/SectionTemplateBoolExp.d.ts +4 -2
- package/dist/interfaces/SectionTemplateInput.d.ts +4 -2
- package/dist/interfaces/Softable.d.ts +5 -0
- package/dist/interfaces/SoftableBoolExp.d.ts +11 -0
- package/dist/interfaces/SoftableDistinctExp.d.ts +6 -0
- package/dist/interfaces/SoftableOrderBy.d.ts +6 -0
- package/dist/interfaces/StorageRecord.d.ts +9 -0
- package/dist/interfaces/StorageRecordBoolExp.d.ts +13 -0
- package/dist/interfaces/StorageRecordDistinctExp.d.ts +8 -0
- package/dist/interfaces/StorageRecordInput.d.ts +10 -0
- package/dist/interfaces/StorageRecordOrderBy.d.ts +8 -0
- package/dist/interfaces/StyleConfig.d.ts +2 -2
- package/dist/interfaces/StyleConfigBoolExp.d.ts +2 -2
- package/dist/interfaces/StyleConfigInput.d.ts +2 -2
- package/dist/interfaces/TemplateCategory.d.ts +2 -2
- package/dist/interfaces/TemplateCategoryBoolExp.d.ts +2 -2
- package/dist/interfaces/TemplateCategoryInput.d.ts +2 -2
- package/dist/interfaces/Theme.d.ts +4 -37
- package/dist/interfaces/ThemeBoolExp.d.ts +4 -27
- package/dist/interfaces/ThemeBranch.d.ts +46 -0
- package/dist/interfaces/ThemeBranchBoolExp.d.ts +40 -0
- package/dist/interfaces/ThemeBranchDistinctExp.d.ts +15 -0
- package/dist/interfaces/ThemeBranchInput.d.ts +43 -0
- package/dist/interfaces/ThemeBranchOrderBy.d.ts +15 -0
- package/dist/interfaces/ThemeConfig.d.ts +2 -2
- package/dist/interfaces/ThemeConfigBoolExp.d.ts +2 -2
- package/dist/interfaces/ThemeConfigInput.d.ts +2 -2
- package/dist/interfaces/ThemeDistinctExp.d.ts +0 -10
- package/dist/interfaces/ThemeInput.d.ts +3 -32
- package/dist/interfaces/ThemeOrderBy.d.ts +0 -10
- package/dist/interfaces/ThemeSettings.d.ts +5 -0
- package/dist/interfaces/ThemeVersion.d.ts +2 -2
- package/dist/interfaces/ThemeVersionBoolExp.d.ts +2 -2
- package/dist/interfaces/ThemeVersionInput.d.ts +2 -2
- package/dist/interfaces/User.d.ts +5 -0
- package/dist/interfaces/UserBoolExp.d.ts +3 -0
- package/dist/interfaces/UserInput.d.ts +3 -0
- package/dist/interfaces/UserOperation.d.ts +16 -0
- package/dist/interfaces/UserOperationBoolExp.d.ts +21 -0
- package/dist/interfaces/UserOperationDistinctExp.d.ts +10 -0
- package/dist/interfaces/UserOperationInput.d.ts +18 -0
- package/dist/interfaces/UserOperationOrderBy.d.ts +10 -0
- package/dist/interfaces/VariableType.d.ts +10 -0
- package/dist/interfaces/VisitorLog.d.ts +26 -0
- package/dist/interfaces/VisitorLogBoolExp.d.ts +33 -0
- package/dist/interfaces/VisitorLogDistinctExp.d.ts +24 -0
- package/dist/interfaces/VisitorLogInput.d.ts +27 -0
- package/dist/interfaces/VisitorLogOrderBy.d.ts +24 -0
- package/dist/interfaces/VistType.d.ts +14 -0
- package/dist/interfaces/Website.d.ts +12 -8
- package/dist/interfaces/WebsiteBoolExp.d.ts +9 -6
- package/dist/interfaces/WebsiteInput.d.ts +9 -6
- package/dist/interfaces/WebsiteSnapshot.d.ts +11 -0
- package/dist/interfaces/WebsiteSnapshotBoolExp.d.ts +11 -0
- package/dist/interfaces/WebsiteSnapshotDistinctExp.d.ts +4 -0
- package/dist/interfaces/WebsiteSnapshotInput.d.ts +12 -0
- package/dist/interfaces/WebsiteSnapshotOrderBy.d.ts +4 -0
- package/dist/interfaces/index.d.ts +61 -16
- package/package.json +2 -2
- package/dist/classes/VideoFolderQueryOptions.d.ts +0 -26
- package/dist/classes/VideoQueryOptions.d.ts +0 -31
- package/dist/entries/videoFolderEntry.d.ts +0 -2
- package/dist/fields/VideoFields.d.ts +0 -20
- package/dist/fields/VideoFolderFields.d.ts +0 -17
- package/dist/interfaces/PropsFields.d.ts +0 -8
- package/dist/interfaces/Video.d.ts +0 -27
- package/dist/interfaces/VideoBoolExp.d.ts +0 -29
- package/dist/interfaces/VideoDistinctExp.d.ts +0 -15
- package/dist/interfaces/VideoFolder.d.ts +0 -23
- package/dist/interfaces/VideoFolderBoolExp.d.ts +0 -24
- package/dist/interfaces/VideoFolderDistinctExp.d.ts +0 -10
- package/dist/interfaces/VideoFolderInput.d.ts +0 -23
- package/dist/interfaces/VideoFolderOrderBy.d.ts +0 -11
- package/dist/interfaces/VideoInput.d.ts +0 -28
- package/dist/interfaces/VideoOrderBy.d.ts +0 -16
|
@@ -3,10 +3,10 @@ export declare const AbilityEntityName = "Ability";
|
|
|
3
3
|
export declare const AbilityEntityLabel = "";
|
|
4
4
|
export interface Ability {
|
|
5
5
|
id?: string | null;
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
entityName?: string;
|
|
7
|
+
columnName?: string;
|
|
8
8
|
can?: boolean;
|
|
9
|
-
expression?:
|
|
9
|
+
expression?: any;
|
|
10
10
|
abilityType?: AbilityType;
|
|
11
11
|
roleId?: string | null;
|
|
12
12
|
}
|
|
@@ -8,10 +8,10 @@ export interface AbilityBoolExp {
|
|
|
8
8
|
_or?: AbilityBoolExp[];
|
|
9
9
|
_not?: AbilityBoolExp;
|
|
10
10
|
id?: IdComparisonExp;
|
|
11
|
-
|
|
12
|
-
|
|
11
|
+
entityName?: StringComparisonExp;
|
|
12
|
+
columnName?: StringComparisonExp;
|
|
13
13
|
can?: BooleanComparisonExp;
|
|
14
|
-
expression?:
|
|
14
|
+
expression?: unknown;
|
|
15
15
|
abilityType?: EnumComparisonExp<AbilityType>;
|
|
16
16
|
roleId?: IdComparisonExp;
|
|
17
17
|
}
|
|
@@ -2,10 +2,10 @@ import { Ability } from './Ability';
|
|
|
2
2
|
import { AbilityType } from './AbilityType';
|
|
3
3
|
export interface AbilityInput {
|
|
4
4
|
id?: string | null;
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
entityName?: string;
|
|
6
|
+
columnName?: string;
|
|
7
7
|
can?: boolean;
|
|
8
|
-
expression?:
|
|
8
|
+
expression?: any;
|
|
9
9
|
abilityType?: AbilityType;
|
|
10
10
|
roleId?: string | null;
|
|
11
11
|
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Lang } from './Lang';
|
|
2
|
+
import { Website } from './Website';
|
|
3
|
+
export declare const BulletinEntityName = "Bulletin";
|
|
4
|
+
export declare const BulletinEntityLabel = "\u516C\u544A";
|
|
5
|
+
/**
|
|
6
|
+
* 公告
|
|
7
|
+
*
|
|
8
|
+
*/
|
|
9
|
+
export interface Bulletin {
|
|
10
|
+
id?: string | null;
|
|
11
|
+
content?: string;
|
|
12
|
+
type?: string;
|
|
13
|
+
createdAt?: Date;
|
|
14
|
+
updatedAt?: Date;
|
|
15
|
+
endDate?: Date;
|
|
16
|
+
title?: string;
|
|
17
|
+
lang?: Lang;
|
|
18
|
+
website?: Website;
|
|
19
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { IdComparisonExp } from './IdComparisonExp';
|
|
2
|
+
import { StringComparisonExp } from './StringComparisonExp';
|
|
3
|
+
import { DateTimeComparisonExp } from './DateTimeComparisonExp';
|
|
4
|
+
import { LangBoolExp } from './LangBoolExp';
|
|
5
|
+
import { WebsiteBoolExp } from './WebsiteBoolExp';
|
|
6
|
+
/**
|
|
7
|
+
* 公告
|
|
8
|
+
*
|
|
9
|
+
*/
|
|
10
|
+
export interface BulletinBoolExp {
|
|
11
|
+
_and?: BulletinBoolExp[];
|
|
12
|
+
_or?: BulletinBoolExp[];
|
|
13
|
+
_not?: BulletinBoolExp;
|
|
14
|
+
id?: IdComparisonExp;
|
|
15
|
+
content?: StringComparisonExp;
|
|
16
|
+
type?: StringComparisonExp;
|
|
17
|
+
createdAt?: DateTimeComparisonExp;
|
|
18
|
+
updatedAt?: DateTimeComparisonExp;
|
|
19
|
+
endDate?: DateTimeComparisonExp;
|
|
20
|
+
title?: StringComparisonExp;
|
|
21
|
+
lang?: LangBoolExp;
|
|
22
|
+
website?: WebsiteBoolExp;
|
|
23
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { Bulletin } from './Bulletin';
|
|
2
|
+
import { LangInput } from './LangInput';
|
|
3
|
+
import { WebsiteInput } from './WebsiteInput';
|
|
4
|
+
import { SetHasOne } from '@rxdrag/entify-lib';
|
|
5
|
+
/**
|
|
6
|
+
* 公告
|
|
7
|
+
*
|
|
8
|
+
*/
|
|
9
|
+
export interface BulletinInput {
|
|
10
|
+
id?: string | null;
|
|
11
|
+
content?: string;
|
|
12
|
+
type?: string;
|
|
13
|
+
createdAt?: Date;
|
|
14
|
+
updatedAt?: Date;
|
|
15
|
+
endDate?: Date;
|
|
16
|
+
title?: string;
|
|
17
|
+
lang?: SetHasOne<LangInput>;
|
|
18
|
+
website?: SetHasOne<WebsiteInput>;
|
|
19
|
+
}
|
|
20
|
+
export declare const bulletinToInputCascade: (entity: Bulletin) => BulletinInput;
|
|
21
|
+
export declare const bulletinToInput: (entity: Bulletin) => BulletinInput;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { OrderBy } from '@rxdrag/entify-lib';
|
|
2
|
+
/**
|
|
3
|
+
* 公告
|
|
4
|
+
*
|
|
5
|
+
*/
|
|
6
|
+
export interface BulletinOrderBy {
|
|
7
|
+
id?: OrderBy;
|
|
8
|
+
content?: OrderBy;
|
|
9
|
+
type?: OrderBy;
|
|
10
|
+
createdAt?: OrderBy;
|
|
11
|
+
updatedAt?: OrderBy;
|
|
12
|
+
endDate?: OrderBy;
|
|
13
|
+
title?: OrderBy;
|
|
14
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FrontComponent } from './FrontComponent';
|
|
2
|
-
import {
|
|
2
|
+
import { ThemeBranch } from './ThemeBranch';
|
|
3
3
|
import { Aggregate } from './Aggregate';
|
|
4
4
|
export declare const ComponentCategoryEntityName = "ComponentCategory";
|
|
5
5
|
export declare const ComponentCategoryEntityLabel = "";
|
|
@@ -10,7 +10,8 @@ export interface ComponentCategory {
|
|
|
10
10
|
updatedAt?: Date;
|
|
11
11
|
createdAt?: Date;
|
|
12
12
|
isInMarket?: boolean;
|
|
13
|
+
isSectionBlock?: boolean;
|
|
13
14
|
components?: FrontComponent[];
|
|
14
|
-
theme?:
|
|
15
|
+
theme?: ThemeBranch;
|
|
15
16
|
componentsAggregate?: Aggregate;
|
|
16
17
|
}
|
|
@@ -4,7 +4,7 @@ import { NumberComparisonExp } from './NumberComparisonExp';
|
|
|
4
4
|
import { DateTimeComparisonExp } from './DateTimeComparisonExp';
|
|
5
5
|
import { BooleanComparisonExp } from './BooleanComparisonExp';
|
|
6
6
|
import { FrontComponentBoolExp } from './FrontComponentBoolExp';
|
|
7
|
-
import {
|
|
7
|
+
import { ThemeBranchBoolExp } from './ThemeBranchBoolExp';
|
|
8
8
|
export interface ComponentCategoryBoolExp {
|
|
9
9
|
_and?: ComponentCategoryBoolExp[];
|
|
10
10
|
_or?: ComponentCategoryBoolExp[];
|
|
@@ -15,6 +15,7 @@ export interface ComponentCategoryBoolExp {
|
|
|
15
15
|
updatedAt?: DateTimeComparisonExp;
|
|
16
16
|
createdAt?: DateTimeComparisonExp;
|
|
17
17
|
isInMarket?: BooleanComparisonExp;
|
|
18
|
+
isSectionBlock?: BooleanComparisonExp;
|
|
18
19
|
components?: FrontComponentBoolExp;
|
|
19
|
-
theme?:
|
|
20
|
+
theme?: ThemeBranchBoolExp;
|
|
20
21
|
}
|
|
@@ -4,6 +4,7 @@ export declare enum ComponentCategoryDistinctEnum {
|
|
|
4
4
|
seqValue = "seqValue",
|
|
5
5
|
updatedAt = "updatedAt",
|
|
6
6
|
createdAt = "createdAt",
|
|
7
|
-
isInMarket = "isInMarket"
|
|
7
|
+
isInMarket = "isInMarket",
|
|
8
|
+
isSectionBlock = "isSectionBlock"
|
|
8
9
|
}
|
|
9
10
|
export type ComponentCategoryDistinctExp = ComponentCategoryDistinctEnum;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ComponentCategory } from './ComponentCategory';
|
|
2
2
|
import { FrontComponentInput } from './FrontComponentInput';
|
|
3
|
-
import {
|
|
3
|
+
import { ThemeBranchInput } from './ThemeBranchInput';
|
|
4
4
|
import { SetHasMany } from '@rxdrag/entify-lib';
|
|
5
5
|
import { SetHasOne } from '@rxdrag/entify-lib';
|
|
6
6
|
export interface ComponentCategoryInput {
|
|
@@ -10,8 +10,9 @@ export interface ComponentCategoryInput {
|
|
|
10
10
|
updatedAt?: Date;
|
|
11
11
|
createdAt?: Date;
|
|
12
12
|
isInMarket?: boolean;
|
|
13
|
+
isSectionBlock?: boolean;
|
|
13
14
|
components?: SetHasMany<FrontComponentInput>;
|
|
14
|
-
theme?: SetHasOne<
|
|
15
|
+
theme?: SetHasOne<ThemeBranchInput>;
|
|
15
16
|
}
|
|
16
17
|
export declare const componentCategoryToInputCascade: (entity: ComponentCategory) => ComponentCategoryInput;
|
|
17
18
|
export declare const componentCategoryToInput: (entity: ComponentCategory) => ComponentCategoryInput;
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { Lang } from './Lang';
|
|
2
|
+
import { Media } from './Media';
|
|
2
3
|
import { Customer } from './Customer';
|
|
3
4
|
import { Website } from './Website';
|
|
5
|
+
import { Aggregate } from './Aggregate';
|
|
4
6
|
import { WebsitePart } from './WebsitePart';
|
|
5
7
|
export declare const EnquiryEntityName = "Enquiry";
|
|
6
8
|
export declare const EnquiryEntityLabel = "";
|
|
@@ -21,7 +23,13 @@ export interface Enquiry extends WebsitePart {
|
|
|
21
23
|
read?: boolean;
|
|
22
24
|
spam?: boolean;
|
|
23
25
|
mobile?: string;
|
|
26
|
+
visitorId?: string;
|
|
27
|
+
sessionId?: string;
|
|
28
|
+
extends?: any;
|
|
29
|
+
type?: string;
|
|
24
30
|
lang?: Lang;
|
|
31
|
+
attachments?: Media[];
|
|
25
32
|
customer?: Customer;
|
|
26
33
|
website?: Website;
|
|
34
|
+
attachmentsAggregate?: Aggregate;
|
|
27
35
|
}
|
|
@@ -3,6 +3,7 @@ import { IdComparisonExp } from './IdComparisonExp';
|
|
|
3
3
|
import { StringComparisonExp } from './StringComparisonExp';
|
|
4
4
|
import { BooleanComparisonExp } from './BooleanComparisonExp';
|
|
5
5
|
import { LangBoolExp } from './LangBoolExp';
|
|
6
|
+
import { MediaBoolExp } from './MediaBoolExp';
|
|
6
7
|
import { CustomerBoolExp } from './CustomerBoolExp';
|
|
7
8
|
import { WebsiteBoolExp } from './WebsiteBoolExp';
|
|
8
9
|
export interface EnquiryBoolExp extends WebsitePartBoolExp {
|
|
@@ -22,7 +23,12 @@ export interface EnquiryBoolExp extends WebsitePartBoolExp {
|
|
|
22
23
|
read?: BooleanComparisonExp;
|
|
23
24
|
spam?: BooleanComparisonExp;
|
|
24
25
|
mobile?: StringComparisonExp;
|
|
26
|
+
visitorId?: StringComparisonExp;
|
|
27
|
+
sessionId?: StringComparisonExp;
|
|
28
|
+
extends?: unknown;
|
|
29
|
+
type?: StringComparisonExp;
|
|
25
30
|
lang?: LangBoolExp;
|
|
31
|
+
attachments?: MediaBoolExp;
|
|
26
32
|
customer?: CustomerBoolExp;
|
|
27
33
|
website?: WebsiteBoolExp;
|
|
28
34
|
}
|
|
@@ -16,6 +16,10 @@ export declare enum EnquiryDistinctEnum {
|
|
|
16
16
|
read = "read",
|
|
17
17
|
spam = "spam",
|
|
18
18
|
mobile = "mobile",
|
|
19
|
+
visitorId = "visitorId",
|
|
20
|
+
sessionId = "sessionId",
|
|
21
|
+
extends = "extends",
|
|
22
|
+
type = "type",
|
|
19
23
|
createdAt = "createdAt",
|
|
20
24
|
updatedAt = "updatedAt",
|
|
21
25
|
content = "content"
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { Enquiry } from './Enquiry';
|
|
2
2
|
import { LangInput } from './LangInput';
|
|
3
|
+
import { MediaInput } from './MediaInput';
|
|
3
4
|
import { CustomerInput } from './CustomerInput';
|
|
4
5
|
import { WebsiteInput } from './WebsiteInput';
|
|
6
|
+
import { SetHasMany } from '@rxdrag/entify-lib';
|
|
5
7
|
import { SetHasOne } from '@rxdrag/entify-lib';
|
|
6
8
|
import { WebsitePart } from './WebsitePart';
|
|
7
9
|
export interface EnquiryInput extends WebsitePart {
|
|
@@ -21,7 +23,12 @@ export interface EnquiryInput extends WebsitePart {
|
|
|
21
23
|
read?: boolean;
|
|
22
24
|
spam?: boolean;
|
|
23
25
|
mobile?: string;
|
|
26
|
+
visitorId?: string;
|
|
27
|
+
sessionId?: string;
|
|
28
|
+
extends?: any;
|
|
29
|
+
type?: string;
|
|
24
30
|
lang?: SetHasOne<LangInput>;
|
|
31
|
+
attachments?: SetHasMany<MediaInput>;
|
|
25
32
|
customer?: SetHasOne<CustomerInput>;
|
|
26
33
|
website?: SetHasOne<WebsiteInput>;
|
|
27
34
|
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Product } from './Product';
|
|
2
|
+
export declare const FAQEntityName = "FAQ";
|
|
3
|
+
export declare const FAQEntityLabel = "";
|
|
4
|
+
export interface FAQ {
|
|
5
|
+
id?: string | null;
|
|
6
|
+
question?: string;
|
|
7
|
+
answer?: string;
|
|
8
|
+
createdAt?: Date;
|
|
9
|
+
updatedAt?: Date;
|
|
10
|
+
seqValue?: number;
|
|
11
|
+
product?: Product;
|
|
12
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { IdComparisonExp } from './IdComparisonExp';
|
|
2
|
+
import { StringComparisonExp } from './StringComparisonExp';
|
|
3
|
+
import { DateTimeComparisonExp } from './DateTimeComparisonExp';
|
|
4
|
+
import { NumberComparisonExp } from './NumberComparisonExp';
|
|
5
|
+
import { ProductBoolExp } from './ProductBoolExp';
|
|
6
|
+
export interface FAQBoolExp {
|
|
7
|
+
_and?: FAQBoolExp[];
|
|
8
|
+
_or?: FAQBoolExp[];
|
|
9
|
+
_not?: FAQBoolExp;
|
|
10
|
+
id?: IdComparisonExp;
|
|
11
|
+
question?: StringComparisonExp;
|
|
12
|
+
answer?: StringComparisonExp;
|
|
13
|
+
createdAt?: DateTimeComparisonExp;
|
|
14
|
+
updatedAt?: DateTimeComparisonExp;
|
|
15
|
+
seqValue?: NumberComparisonExp;
|
|
16
|
+
product?: ProductBoolExp;
|
|
17
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { FAQ } from './FAQ';
|
|
2
|
+
import { ProductInput } from './ProductInput';
|
|
3
|
+
import { SetHasOne } from '@rxdrag/entify-lib';
|
|
4
|
+
export interface FAQInput {
|
|
5
|
+
id?: string | null;
|
|
6
|
+
question?: string;
|
|
7
|
+
answer?: string;
|
|
8
|
+
createdAt?: Date;
|
|
9
|
+
updatedAt?: Date;
|
|
10
|
+
seqValue?: number;
|
|
11
|
+
product?: SetHasOne<ProductInput>;
|
|
12
|
+
}
|
|
13
|
+
export declare const fAQToInputCascade: (entity: FAQ) => FAQInput;
|
|
14
|
+
export declare const fAQToInput: (entity: FAQ) => FAQInput;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { PropsSchema } from './PropsSchema';
|
|
2
|
+
import { Media } from './Media';
|
|
2
3
|
import { ComponentCategory } from './ComponentCategory';
|
|
3
|
-
import {
|
|
4
|
+
import { ThemeBranch } from './ThemeBranch';
|
|
4
5
|
export declare const FrontComponentEntityName = "FrontComponent";
|
|
5
6
|
export declare const FrontComponentEntityLabel = "";
|
|
6
7
|
export interface FrontComponent {
|
|
@@ -8,7 +9,7 @@ export interface FrontComponent {
|
|
|
8
9
|
name?: string;
|
|
9
10
|
title?: string;
|
|
10
11
|
seqValue?: number;
|
|
11
|
-
props?:
|
|
12
|
+
props?: PropsSchema;
|
|
12
13
|
testConfig?: any;
|
|
13
14
|
updatedAt?: Date;
|
|
14
15
|
createdAt?: Date;
|
|
@@ -17,6 +18,13 @@ export interface FrontComponent {
|
|
|
17
18
|
isInMarket?: boolean;
|
|
18
19
|
code?: string;
|
|
19
20
|
description?: string;
|
|
21
|
+
/**
|
|
22
|
+
* 父组件Id
|
|
23
|
+
*/
|
|
24
|
+
parentId?: string | null;
|
|
25
|
+
isSectionBlock?: boolean;
|
|
26
|
+
complieResult?: any;
|
|
27
|
+
cover?: Media;
|
|
20
28
|
category?: ComponentCategory;
|
|
21
|
-
theme?:
|
|
29
|
+
theme?: ThemeBranch;
|
|
22
30
|
}
|
|
@@ -3,8 +3,9 @@ import { StringComparisonExp } from './StringComparisonExp';
|
|
|
3
3
|
import { NumberComparisonExp } from './NumberComparisonExp';
|
|
4
4
|
import { DateTimeComparisonExp } from './DateTimeComparisonExp';
|
|
5
5
|
import { BooleanComparisonExp } from './BooleanComparisonExp';
|
|
6
|
+
import { MediaBoolExp } from './MediaBoolExp';
|
|
6
7
|
import { ComponentCategoryBoolExp } from './ComponentCategoryBoolExp';
|
|
7
|
-
import {
|
|
8
|
+
import { ThemeBranchBoolExp } from './ThemeBranchBoolExp';
|
|
8
9
|
export interface FrontComponentBoolExp {
|
|
9
10
|
_and?: FrontComponentBoolExp[];
|
|
10
11
|
_or?: FrontComponentBoolExp[];
|
|
@@ -22,6 +23,10 @@ export interface FrontComponentBoolExp {
|
|
|
22
23
|
isInMarket?: BooleanComparisonExp;
|
|
23
24
|
code?: StringComparisonExp;
|
|
24
25
|
description?: StringComparisonExp;
|
|
26
|
+
parentId?: IdComparisonExp;
|
|
27
|
+
isSectionBlock?: BooleanComparisonExp;
|
|
28
|
+
complieResult?: unknown;
|
|
29
|
+
cover?: MediaBoolExp;
|
|
25
30
|
category?: ComponentCategoryBoolExp;
|
|
26
|
-
theme?:
|
|
31
|
+
theme?: ThemeBranchBoolExp;
|
|
27
32
|
}
|
|
@@ -11,6 +11,12 @@ export declare enum FrontComponentDistinctEnum {
|
|
|
11
11
|
droppable = "droppable",
|
|
12
12
|
isInMarket = "isInMarket",
|
|
13
13
|
code = "code",
|
|
14
|
-
description = "description"
|
|
14
|
+
description = "description",
|
|
15
|
+
/**
|
|
16
|
+
* 父组件Id
|
|
17
|
+
*/
|
|
18
|
+
parentId = "parentId",
|
|
19
|
+
isSectionBlock = "isSectionBlock",
|
|
20
|
+
complieResult = "complieResult"
|
|
15
21
|
}
|
|
16
22
|
export type FrontComponentDistinctExp = FrontComponentDistinctEnum;
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
import { FrontComponent } from './FrontComponent';
|
|
2
|
-
import {
|
|
2
|
+
import { PropsSchema } from './PropsSchema';
|
|
3
|
+
import { MediaInput } from './MediaInput';
|
|
3
4
|
import { ComponentCategoryInput } from './ComponentCategoryInput';
|
|
4
|
-
import {
|
|
5
|
+
import { ThemeBranchInput } from './ThemeBranchInput';
|
|
5
6
|
import { SetHasOne } from '@rxdrag/entify-lib';
|
|
6
7
|
export interface FrontComponentInput {
|
|
7
8
|
id?: string | null;
|
|
8
9
|
name?: string;
|
|
9
10
|
title?: string;
|
|
10
11
|
seqValue?: number;
|
|
11
|
-
props?:
|
|
12
|
+
props?: PropsSchema;
|
|
12
13
|
testConfig?: any;
|
|
13
14
|
updatedAt?: Date;
|
|
14
15
|
createdAt?: Date;
|
|
@@ -17,8 +18,15 @@ export interface FrontComponentInput {
|
|
|
17
18
|
isInMarket?: boolean;
|
|
18
19
|
code?: string;
|
|
19
20
|
description?: string;
|
|
21
|
+
/**
|
|
22
|
+
* 父组件Id
|
|
23
|
+
*/
|
|
24
|
+
parentId?: string | null;
|
|
25
|
+
isSectionBlock?: boolean;
|
|
26
|
+
complieResult?: any;
|
|
27
|
+
cover?: SetHasOne<MediaInput>;
|
|
20
28
|
category?: SetHasOne<ComponentCategoryInput>;
|
|
21
|
-
theme?: SetHasOne<
|
|
29
|
+
theme?: SetHasOne<ThemeBranchInput>;
|
|
22
30
|
}
|
|
23
31
|
export declare const frontComponentToInputCascade: (entity: FrontComponent) => FrontComponentInput;
|
|
24
32
|
export declare const frontComponentToInput: (entity: FrontComponent) => FrontComponentInput;
|
|
@@ -8,10 +8,9 @@ import { Customer } from './Customer';
|
|
|
8
8
|
import { ProductCategory } from './ProductCategory';
|
|
9
9
|
import { SpamFilterRule } from './SpamFilterRule';
|
|
10
10
|
import { Media } from './Media';
|
|
11
|
-
import { VideoFolder } from './VideoFolder';
|
|
12
|
-
import { Video } from './Video';
|
|
13
11
|
import { Website } from './Website';
|
|
14
|
-
import {
|
|
12
|
+
import { ThemeBranch } from './ThemeBranch';
|
|
13
|
+
import { Bulletin } from './Bulletin';
|
|
15
14
|
import { Aggregate } from './Aggregate';
|
|
16
15
|
export declare const LangEntityName = "Lang";
|
|
17
16
|
export declare const LangEntityLabel = "\u8BED\u8A00";
|
|
@@ -55,11 +54,10 @@ export interface Lang {
|
|
|
55
54
|
webPartsOfProductCategory?: ProductCategory[];
|
|
56
55
|
webPartsOfSpamFilterRule?: SpamFilterRule[];
|
|
57
56
|
webPartsOfMedia?: Media[];
|
|
58
|
-
webPartsOfVideoFolder?: VideoFolder[];
|
|
59
|
-
webPartsOfVideo?: Video[];
|
|
60
57
|
websites?: Website[];
|
|
61
58
|
baseLangOf?: Website[];
|
|
62
|
-
themes?:
|
|
59
|
+
themes?: ThemeBranch[];
|
|
60
|
+
bulletins?: Bulletin[];
|
|
63
61
|
webPartsOfMediaFolderAggregate?: Aggregate;
|
|
64
62
|
webPartsOfEnquiryAggregate?: Aggregate;
|
|
65
63
|
webPartsOfProductAggregate?: Aggregate;
|
|
@@ -70,9 +68,8 @@ export interface Lang {
|
|
|
70
68
|
webPartsOfProductCategoryAggregate?: Aggregate;
|
|
71
69
|
webPartsOfSpamFilterRuleAggregate?: Aggregate;
|
|
72
70
|
webPartsOfMediaAggregate?: Aggregate;
|
|
73
|
-
webPartsOfVideoFolderAggregate?: Aggregate;
|
|
74
|
-
webPartsOfVideoAggregate?: Aggregate;
|
|
75
71
|
websitesAggregate?: Aggregate;
|
|
76
72
|
baseLangOfAggregate?: Aggregate;
|
|
77
73
|
themesAggregate?: Aggregate;
|
|
74
|
+
bulletinsAggregate?: Aggregate;
|
|
78
75
|
}
|
|
@@ -10,10 +10,9 @@ import { CustomerBoolExp } from './CustomerBoolExp';
|
|
|
10
10
|
import { ProductCategoryBoolExp } from './ProductCategoryBoolExp';
|
|
11
11
|
import { SpamFilterRuleBoolExp } from './SpamFilterRuleBoolExp';
|
|
12
12
|
import { MediaBoolExp } from './MediaBoolExp';
|
|
13
|
-
import { VideoFolderBoolExp } from './VideoFolderBoolExp';
|
|
14
|
-
import { VideoBoolExp } from './VideoBoolExp';
|
|
15
13
|
import { WebsiteBoolExp } from './WebsiteBoolExp';
|
|
16
|
-
import {
|
|
14
|
+
import { ThemeBranchBoolExp } from './ThemeBranchBoolExp';
|
|
15
|
+
import { BulletinBoolExp } from './BulletinBoolExp';
|
|
17
16
|
/**
|
|
18
17
|
* 语言
|
|
19
18
|
*
|
|
@@ -42,9 +41,8 @@ export interface LangBoolExp {
|
|
|
42
41
|
webPartsOfProductCategory?: ProductCategoryBoolExp;
|
|
43
42
|
webPartsOfSpamFilterRule?: SpamFilterRuleBoolExp;
|
|
44
43
|
webPartsOfMedia?: MediaBoolExp;
|
|
45
|
-
webPartsOfVideoFolder?: VideoFolderBoolExp;
|
|
46
|
-
webPartsOfVideo?: VideoBoolExp;
|
|
47
44
|
websites?: WebsiteBoolExp;
|
|
48
45
|
baseLangOf?: WebsiteBoolExp;
|
|
49
|
-
themes?:
|
|
46
|
+
themes?: ThemeBranchBoolExp;
|
|
47
|
+
bulletins?: BulletinBoolExp;
|
|
50
48
|
}
|
|
@@ -9,10 +9,9 @@ import { CustomerInput } from './CustomerInput';
|
|
|
9
9
|
import { ProductCategoryInput } from './ProductCategoryInput';
|
|
10
10
|
import { SpamFilterRuleInput } from './SpamFilterRuleInput';
|
|
11
11
|
import { MediaInput } from './MediaInput';
|
|
12
|
-
import { VideoFolderInput } from './VideoFolderInput';
|
|
13
|
-
import { VideoInput } from './VideoInput';
|
|
14
12
|
import { WebsiteInput } from './WebsiteInput';
|
|
15
|
-
import {
|
|
13
|
+
import { ThemeBranchInput } from './ThemeBranchInput';
|
|
14
|
+
import { BulletinInput } from './BulletinInput';
|
|
16
15
|
import { SetHasMany } from '@rxdrag/entify-lib';
|
|
17
16
|
/**
|
|
18
17
|
* 语言
|
|
@@ -54,11 +53,10 @@ export interface LangInput {
|
|
|
54
53
|
webPartsOfProductCategory?: SetHasMany<ProductCategoryInput>;
|
|
55
54
|
webPartsOfSpamFilterRule?: SetHasMany<SpamFilterRuleInput>;
|
|
56
55
|
webPartsOfMedia?: SetHasMany<MediaInput>;
|
|
57
|
-
webPartsOfVideoFolder?: SetHasMany<VideoFolderInput>;
|
|
58
|
-
webPartsOfVideo?: SetHasMany<VideoInput>;
|
|
59
56
|
websites?: SetHasMany<WebsiteInput>;
|
|
60
57
|
baseLangOf?: SetHasMany<WebsiteInput>;
|
|
61
|
-
themes?: SetHasMany<
|
|
58
|
+
themes?: SetHasMany<ThemeBranchInput>;
|
|
59
|
+
bulletins?: SetHasMany<BulletinInput>;
|
|
62
60
|
}
|
|
63
61
|
export declare const langToInputCascade: (entity: Lang) => LangInput;
|
|
64
62
|
export declare const langToInput: (entity: Lang) => LangInput;
|