@rxdrag/rxcms-models 0.3.76 → 0.3.78
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/ComponentCategoryQueryOptions.d.ts +4 -3
- package/dist/classes/EnquiryQueryOptions.d.ts +10 -1
- package/dist/classes/FAQQueryOptions.d.ts +1 -6
- package/dist/classes/FrontComponentQueryOptions.d.ts +14 -5
- package/dist/classes/LangQueryOptions.d.ts +5 -15
- package/dist/classes/MediaQueryOptions.d.ts +30 -5
- package/dist/classes/PageQueryOptions.d.ts +3 -3
- package/dist/classes/PostQueryOptions.d.ts +2 -0
- package/dist/classes/ProductQueryOptions.d.ts +3 -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 +12 -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 +16 -20
- package/dist/classes/WebsiteSnapshotQueryOptions.d.ts +15 -0
- package/dist/classes/index.d.ts +7 -3
- package/dist/entries/index.d.ts +7 -3
- 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/ComponentCategoryFields.d.ts +2 -1
- package/dist/fields/EnquiryFields.d.ts +6 -0
- package/dist/fields/FAQFields.d.ts +3 -4
- package/dist/fields/FrontComponentFields.d.ts +10 -3
- package/dist/fields/LangFields.d.ts +0 -4
- package/dist/fields/MediaFields.d.ts +19 -4
- package/dist/fields/PostFields.d.ts +3 -1
- package/dist/fields/ProductFields.d.ts +5 -2
- 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 +10 -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 +6 -7
- package/dist/fields/WebsiteSnapshotFields.d.ts +8 -0
- package/dist/fields/index.d.ts +7 -3
- package/dist/index.mjs +1184 -587
- 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/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 +1 -4
- package/dist/interfaces/FAQBoolExp.d.ts +2 -4
- package/dist/interfaces/FAQDistinctExp.d.ts +2 -1
- package/dist/interfaces/FAQInput.d.ts +1 -4
- package/dist/interfaces/FAQOrderBy.d.ts +1 -0
- package/dist/interfaces/FileRef.d.ts +7 -0
- package/dist/interfaces/FileRefInput.d.ts +5 -0
- package/dist/interfaces/FrontComponent.d.ts +13 -5
- package/dist/interfaces/FrontComponentBoolExp.d.ts +9 -4
- package/dist/interfaces/FrontComponentDistinctExp.d.ts +9 -3
- package/dist/interfaces/FrontComponentInput.d.ts +13 -5
- package/dist/interfaces/FrontComponentOrderBy.d.ts +8 -2
- package/dist/interfaces/ImageSize.d.ts +4 -0
- package/dist/interfaces/ImageSizes.d.ts +6 -0
- package/dist/interfaces/Lang.d.ts +2 -8
- package/dist/interfaces/LangBoolExp.d.ts +2 -6
- package/dist/interfaces/LangInput.d.ts +2 -6
- package/dist/interfaces/Media.d.ts +22 -4
- package/dist/interfaces/MediaBoolExp.d.ts +16 -3
- package/dist/interfaces/MediaDistinctExp.d.ts +11 -2
- package/dist/interfaces/MediaInput.d.ts +21 -5
- 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 +4 -2
- package/dist/interfaces/ProductBoolExp.d.ts +2 -1
- package/dist/interfaces/ProductDistinctExp.d.ts +5 -2
- package/dist/interfaces/ProductInput.d.ts +3 -2
- package/dist/interfaces/ProductOrderBy.d.ts +2 -1
- 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 +10 -0
- package/dist/interfaces/StorageRecordBoolExp.d.ts +14 -0
- package/dist/interfaces/StorageRecordDistinctExp.d.ts +9 -0
- package/dist/interfaces/StorageRecordInput.d.ts +11 -0
- package/dist/interfaces/StorageRecordOrderBy.d.ts +9 -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 +9 -11
- package/dist/interfaces/WebsiteBoolExp.d.ts +7 -8
- package/dist/interfaces/WebsiteInput.d.ts +7 -8
- 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 +46 -16
- package/package.json +2 -2
- package/dist/classes/CustomerCaseQueryOptions.d.ts +0 -22
- package/dist/classes/SolutionQueryOptions.d.ts +0 -27
- package/dist/entries/customerCaseEntry.d.ts +0 -2
- package/dist/entries/solutionEntry.d.ts +0 -2
- package/dist/fields/CustomerCaseFields.d.ts +0 -16
- package/dist/fields/SolutionFields.d.ts +0 -18
- package/dist/interfaces/CustomerCase.d.ts +0 -11
- package/dist/interfaces/CustomerCaseBoolExp.d.ts +0 -13
- package/dist/interfaces/CustomerCaseDistinctExp.d.ts +0 -15
- package/dist/interfaces/CustomerCaseInput.d.ts +0 -13
- package/dist/interfaces/CustomerCaseOrderBy.d.ts +0 -6
- package/dist/interfaces/PropsFields.d.ts +0 -8
- package/dist/interfaces/Solution.d.ts +0 -15
- package/dist/interfaces/SolutionBoolExp.d.ts +0 -15
- package/dist/interfaces/SolutionDistinctExp.d.ts +0 -15
- package/dist/interfaces/SolutionInput.d.ts +0 -16
- package/dist/interfaces/SolutionOrderBy.d.ts +0 -6
|
@@ -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
|
}
|
|
@@ -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
|
}
|
package/dist/interfaces/FAQ.d.ts
CHANGED
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
import { Website } from './Website';
|
|
2
1
|
import { Product } from './Product';
|
|
3
|
-
import { Solution } from './Solution';
|
|
4
2
|
export declare const FAQEntityName = "FAQ";
|
|
5
3
|
export declare const FAQEntityLabel = "";
|
|
6
4
|
export interface FAQ {
|
|
@@ -9,7 +7,6 @@ export interface FAQ {
|
|
|
9
7
|
answer?: string;
|
|
10
8
|
createdAt?: Date;
|
|
11
9
|
updatedAt?: Date;
|
|
12
|
-
|
|
10
|
+
seqValue?: number;
|
|
13
11
|
product?: Product;
|
|
14
|
-
solution?: Solution;
|
|
15
12
|
}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { IdComparisonExp } from './IdComparisonExp';
|
|
2
2
|
import { StringComparisonExp } from './StringComparisonExp';
|
|
3
3
|
import { DateTimeComparisonExp } from './DateTimeComparisonExp';
|
|
4
|
-
import {
|
|
4
|
+
import { NumberComparisonExp } from './NumberComparisonExp';
|
|
5
5
|
import { ProductBoolExp } from './ProductBoolExp';
|
|
6
|
-
import { SolutionBoolExp } from './SolutionBoolExp';
|
|
7
6
|
export interface FAQBoolExp {
|
|
8
7
|
_and?: FAQBoolExp[];
|
|
9
8
|
_or?: FAQBoolExp[];
|
|
@@ -13,7 +12,6 @@ export interface FAQBoolExp {
|
|
|
13
12
|
answer?: StringComparisonExp;
|
|
14
13
|
createdAt?: DateTimeComparisonExp;
|
|
15
14
|
updatedAt?: DateTimeComparisonExp;
|
|
16
|
-
|
|
15
|
+
seqValue?: NumberComparisonExp;
|
|
17
16
|
product?: ProductBoolExp;
|
|
18
|
-
solution?: SolutionBoolExp;
|
|
19
17
|
}
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import { FAQ } from './FAQ';
|
|
2
|
-
import { WebsiteInput } from './WebsiteInput';
|
|
3
2
|
import { ProductInput } from './ProductInput';
|
|
4
|
-
import { SolutionInput } from './SolutionInput';
|
|
5
3
|
import { SetHasOne } from '@rxdrag/entify-lib';
|
|
6
4
|
export interface FAQInput {
|
|
7
5
|
id?: string | null;
|
|
@@ -9,9 +7,8 @@ export interface FAQInput {
|
|
|
9
7
|
answer?: string;
|
|
10
8
|
createdAt?: Date;
|
|
11
9
|
updatedAt?: Date;
|
|
12
|
-
|
|
10
|
+
seqValue?: number;
|
|
13
11
|
product?: SetHasOne<ProductInput>;
|
|
14
|
-
solution?: SetHasOne<SolutionInput>;
|
|
15
12
|
}
|
|
16
13
|
export declare const fAQToInputCascade: (entity: FAQ) => FAQInput;
|
|
17
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,8 +9,8 @@ export interface FrontComponent {
|
|
|
8
9
|
name?: string;
|
|
9
10
|
title?: string;
|
|
10
11
|
seqValue?: number;
|
|
11
|
-
|
|
12
|
-
|
|
12
|
+
propsSchema?: PropsSchema;
|
|
13
|
+
propsTest?: any;
|
|
13
14
|
updatedAt?: Date;
|
|
14
15
|
createdAt?: Date;
|
|
15
16
|
slots?: any;
|
|
@@ -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
|
+
compileResult?: 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[];
|
|
@@ -13,8 +14,8 @@ export interface FrontComponentBoolExp {
|
|
|
13
14
|
name?: StringComparisonExp;
|
|
14
15
|
title?: StringComparisonExp;
|
|
15
16
|
seqValue?: NumberComparisonExp;
|
|
16
|
-
|
|
17
|
-
|
|
17
|
+
propsSchema?: unknown;
|
|
18
|
+
propsTest?: unknown;
|
|
18
19
|
updatedAt?: DateTimeComparisonExp;
|
|
19
20
|
createdAt?: DateTimeComparisonExp;
|
|
20
21
|
slots?: unknown;
|
|
@@ -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
|
+
compileResult?: unknown;
|
|
29
|
+
cover?: MediaBoolExp;
|
|
25
30
|
category?: ComponentCategoryBoolExp;
|
|
26
|
-
theme?:
|
|
31
|
+
theme?: ThemeBranchBoolExp;
|
|
27
32
|
}
|
|
@@ -3,14 +3,20 @@ export declare enum FrontComponentDistinctEnum {
|
|
|
3
3
|
name = "name",
|
|
4
4
|
title = "title",
|
|
5
5
|
seqValue = "seqValue",
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
propsSchema = "propsSchema",
|
|
7
|
+
propsTest = "propsTest",
|
|
8
8
|
updatedAt = "updatedAt",
|
|
9
9
|
createdAt = "createdAt",
|
|
10
10
|
slots = "slots",
|
|
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
|
+
compileResult = "compileResult"
|
|
15
21
|
}
|
|
16
22
|
export type FrontComponentDistinctExp = FrontComponentDistinctEnum;
|
|
@@ -1,15 +1,16 @@
|
|
|
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
|
-
|
|
12
|
-
|
|
12
|
+
propsSchema?: PropsSchema;
|
|
13
|
+
propsTest?: any;
|
|
13
14
|
updatedAt?: Date;
|
|
14
15
|
createdAt?: Date;
|
|
15
16
|
slots?: any;
|
|
@@ -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
|
+
compileResult?: 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;
|
|
@@ -4,8 +4,8 @@ export interface FrontComponentOrderBy {
|
|
|
4
4
|
name?: OrderBy;
|
|
5
5
|
title?: OrderBy;
|
|
6
6
|
seqValue?: OrderBy;
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
propsSchema?: OrderBy;
|
|
8
|
+
propsTest?: OrderBy;
|
|
9
9
|
updatedAt?: OrderBy;
|
|
10
10
|
createdAt?: OrderBy;
|
|
11
11
|
slots?: OrderBy;
|
|
@@ -13,4 +13,10 @@ export interface FrontComponentOrderBy {
|
|
|
13
13
|
isInMarket?: OrderBy;
|
|
14
14
|
code?: OrderBy;
|
|
15
15
|
description?: OrderBy;
|
|
16
|
+
/**
|
|
17
|
+
* 父组件Id
|
|
18
|
+
*/
|
|
19
|
+
parentId?: OrderBy;
|
|
20
|
+
isSectionBlock?: OrderBy;
|
|
21
|
+
compileResult?: OrderBy;
|
|
16
22
|
}
|
|
@@ -2,8 +2,6 @@ import { MediaFolder } from './MediaFolder';
|
|
|
2
2
|
import { Enquiry } from './Enquiry';
|
|
3
3
|
import { Product } from './Product';
|
|
4
4
|
import { Post } from './Post';
|
|
5
|
-
import { Solution } from './Solution';
|
|
6
|
-
import { CustomerCase } from './CustomerCase';
|
|
7
5
|
import { PostCategory } from './PostCategory';
|
|
8
6
|
import { Tag } from './Tag';
|
|
9
7
|
import { Customer } from './Customer';
|
|
@@ -11,7 +9,7 @@ import { ProductCategory } from './ProductCategory';
|
|
|
11
9
|
import { SpamFilterRule } from './SpamFilterRule';
|
|
12
10
|
import { Media } from './Media';
|
|
13
11
|
import { Website } from './Website';
|
|
14
|
-
import {
|
|
12
|
+
import { ThemeBranch } from './ThemeBranch';
|
|
15
13
|
import { Bulletin } from './Bulletin';
|
|
16
14
|
import { Aggregate } from './Aggregate';
|
|
17
15
|
export declare const LangEntityName = "Lang";
|
|
@@ -50,8 +48,6 @@ export interface Lang {
|
|
|
50
48
|
webPartsOfEnquiry?: Enquiry[];
|
|
51
49
|
webPartsOfProduct?: Product[];
|
|
52
50
|
webPartsOfPost?: Post[];
|
|
53
|
-
webPartsOfSolution?: Solution[];
|
|
54
|
-
webPartsOfCustomerCase?: CustomerCase[];
|
|
55
51
|
webPartsOfPostCategory?: PostCategory[];
|
|
56
52
|
webPartsOfTag?: Tag[];
|
|
57
53
|
webPartsOfCustomer?: Customer[];
|
|
@@ -60,14 +56,12 @@ export interface Lang {
|
|
|
60
56
|
webPartsOfMedia?: Media[];
|
|
61
57
|
websites?: Website[];
|
|
62
58
|
baseLangOf?: Website[];
|
|
63
|
-
themes?:
|
|
59
|
+
themes?: ThemeBranch[];
|
|
64
60
|
bulletins?: Bulletin[];
|
|
65
61
|
webPartsOfMediaFolderAggregate?: Aggregate;
|
|
66
62
|
webPartsOfEnquiryAggregate?: Aggregate;
|
|
67
63
|
webPartsOfProductAggregate?: Aggregate;
|
|
68
64
|
webPartsOfPostAggregate?: Aggregate;
|
|
69
|
-
webPartsOfSolutionAggregate?: Aggregate;
|
|
70
|
-
webPartsOfCustomerCaseAggregate?: Aggregate;
|
|
71
65
|
webPartsOfPostCategoryAggregate?: Aggregate;
|
|
72
66
|
webPartsOfTagAggregate?: Aggregate;
|
|
73
67
|
webPartsOfCustomerAggregate?: Aggregate;
|
|
@@ -4,8 +4,6 @@ import { MediaFolderBoolExp } from './MediaFolderBoolExp';
|
|
|
4
4
|
import { EnquiryBoolExp } from './EnquiryBoolExp';
|
|
5
5
|
import { ProductBoolExp } from './ProductBoolExp';
|
|
6
6
|
import { PostBoolExp } from './PostBoolExp';
|
|
7
|
-
import { SolutionBoolExp } from './SolutionBoolExp';
|
|
8
|
-
import { CustomerCaseBoolExp } from './CustomerCaseBoolExp';
|
|
9
7
|
import { PostCategoryBoolExp } from './PostCategoryBoolExp';
|
|
10
8
|
import { TagBoolExp } from './TagBoolExp';
|
|
11
9
|
import { CustomerBoolExp } from './CustomerBoolExp';
|
|
@@ -13,7 +11,7 @@ import { ProductCategoryBoolExp } from './ProductCategoryBoolExp';
|
|
|
13
11
|
import { SpamFilterRuleBoolExp } from './SpamFilterRuleBoolExp';
|
|
14
12
|
import { MediaBoolExp } from './MediaBoolExp';
|
|
15
13
|
import { WebsiteBoolExp } from './WebsiteBoolExp';
|
|
16
|
-
import {
|
|
14
|
+
import { ThemeBranchBoolExp } from './ThemeBranchBoolExp';
|
|
17
15
|
import { BulletinBoolExp } from './BulletinBoolExp';
|
|
18
16
|
/**
|
|
19
17
|
* 语言
|
|
@@ -37,8 +35,6 @@ export interface LangBoolExp {
|
|
|
37
35
|
webPartsOfEnquiry?: EnquiryBoolExp;
|
|
38
36
|
webPartsOfProduct?: ProductBoolExp;
|
|
39
37
|
webPartsOfPost?: PostBoolExp;
|
|
40
|
-
webPartsOfSolution?: SolutionBoolExp;
|
|
41
|
-
webPartsOfCustomerCase?: CustomerCaseBoolExp;
|
|
42
38
|
webPartsOfPostCategory?: PostCategoryBoolExp;
|
|
43
39
|
webPartsOfTag?: TagBoolExp;
|
|
44
40
|
webPartsOfCustomer?: CustomerBoolExp;
|
|
@@ -47,6 +43,6 @@ export interface LangBoolExp {
|
|
|
47
43
|
webPartsOfMedia?: MediaBoolExp;
|
|
48
44
|
websites?: WebsiteBoolExp;
|
|
49
45
|
baseLangOf?: WebsiteBoolExp;
|
|
50
|
-
themes?:
|
|
46
|
+
themes?: ThemeBranchBoolExp;
|
|
51
47
|
bulletins?: BulletinBoolExp;
|
|
52
48
|
}
|
|
@@ -3,8 +3,6 @@ import { MediaFolderInput } from './MediaFolderInput';
|
|
|
3
3
|
import { EnquiryInput } from './EnquiryInput';
|
|
4
4
|
import { ProductInput } from './ProductInput';
|
|
5
5
|
import { PostInput } from './PostInput';
|
|
6
|
-
import { SolutionInput } from './SolutionInput';
|
|
7
|
-
import { CustomerCaseInput } from './CustomerCaseInput';
|
|
8
6
|
import { PostCategoryInput } from './PostCategoryInput';
|
|
9
7
|
import { TagInput } from './TagInput';
|
|
10
8
|
import { CustomerInput } from './CustomerInput';
|
|
@@ -12,7 +10,7 @@ import { ProductCategoryInput } from './ProductCategoryInput';
|
|
|
12
10
|
import { SpamFilterRuleInput } from './SpamFilterRuleInput';
|
|
13
11
|
import { MediaInput } from './MediaInput';
|
|
14
12
|
import { WebsiteInput } from './WebsiteInput';
|
|
15
|
-
import {
|
|
13
|
+
import { ThemeBranchInput } from './ThemeBranchInput';
|
|
16
14
|
import { BulletinInput } from './BulletinInput';
|
|
17
15
|
import { SetHasMany } from '@rxdrag/entify-lib';
|
|
18
16
|
/**
|
|
@@ -49,8 +47,6 @@ export interface LangInput {
|
|
|
49
47
|
webPartsOfEnquiry?: SetHasMany<EnquiryInput>;
|
|
50
48
|
webPartsOfProduct?: SetHasMany<ProductInput>;
|
|
51
49
|
webPartsOfPost?: SetHasMany<PostInput>;
|
|
52
|
-
webPartsOfSolution?: SetHasMany<SolutionInput>;
|
|
53
|
-
webPartsOfCustomerCase?: SetHasMany<CustomerCaseInput>;
|
|
54
50
|
webPartsOfPostCategory?: SetHasMany<PostCategoryInput>;
|
|
55
51
|
webPartsOfTag?: SetHasMany<TagInput>;
|
|
56
52
|
webPartsOfCustomer?: SetHasMany<CustomerInput>;
|
|
@@ -59,7 +55,7 @@ export interface LangInput {
|
|
|
59
55
|
webPartsOfMedia?: SetHasMany<MediaInput>;
|
|
60
56
|
websites?: SetHasMany<WebsiteInput>;
|
|
61
57
|
baseLangOf?: SetHasMany<WebsiteInput>;
|
|
62
|
-
themes?: SetHasMany<
|
|
58
|
+
themes?: SetHasMany<ThemeBranchInput>;
|
|
63
59
|
bulletins?: SetHasMany<BulletinInput>;
|
|
64
60
|
}
|
|
65
61
|
export declare const langToInputCascade: (entity: Lang) => LangInput;
|