@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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { IdComparisonExp } from './IdComparisonExp';
|
|
2
2
|
import { StringComparisonExp } from './StringComparisonExp';
|
|
3
|
-
import {
|
|
3
|
+
import { ThemeBranchBoolExp } from './ThemeBranchBoolExp';
|
|
4
4
|
import { ThemeInMarketBoolExp } from './ThemeInMarketBoolExp';
|
|
5
5
|
export interface ThemeVersionBoolExp {
|
|
6
6
|
_and?: ThemeVersionBoolExp[];
|
|
@@ -8,6 +8,6 @@ export interface ThemeVersionBoolExp {
|
|
|
8
8
|
_not?: ThemeVersionBoolExp;
|
|
9
9
|
id?: IdComparisonExp;
|
|
10
10
|
version?: StringComparisonExp;
|
|
11
|
-
theme?:
|
|
11
|
+
theme?: ThemeBranchBoolExp;
|
|
12
12
|
themeInMarket?: ThemeInMarketBoolExp;
|
|
13
13
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { ThemeVersion } from './ThemeVersion';
|
|
2
|
-
import {
|
|
2
|
+
import { ThemeBranchInput } from './ThemeBranchInput';
|
|
3
3
|
import { ThemeInMarketInput } from './ThemeInMarketInput';
|
|
4
4
|
import { SetHasOne } from '@rxdrag/entify-lib';
|
|
5
5
|
export interface ThemeVersionInput {
|
|
6
6
|
id?: string | null;
|
|
7
7
|
version?: string;
|
|
8
|
-
theme?: SetHasOne<
|
|
8
|
+
theme?: SetHasOne<ThemeBranchInput>;
|
|
9
9
|
themeInMarket?: SetHasOne<ThemeInMarketInput>;
|
|
10
10
|
}
|
|
11
11
|
export declare const themeVersionToInputCascade: (entity: ThemeVersion) => ThemeVersionInput;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { Role } from './Role';
|
|
2
2
|
import { Media } from './Media';
|
|
3
3
|
import { Product } from './Product';
|
|
4
|
+
import { UserOperation } from './UserOperation';
|
|
4
5
|
import { Post } from './Post';
|
|
5
6
|
import { Website } from './Website';
|
|
6
7
|
import { Aggregate } from './Aggregate';
|
|
@@ -19,11 +20,15 @@ export interface User extends WebsiteUser {
|
|
|
19
20
|
roles?: Role[];
|
|
20
21
|
avatar?: Media;
|
|
21
22
|
products?: Product[];
|
|
23
|
+
operations?: UserOperation[];
|
|
24
|
+
medias?: Media[];
|
|
22
25
|
posts?: Post[];
|
|
23
26
|
websites?: Website[];
|
|
24
27
|
website?: Website;
|
|
25
28
|
rolesAggregate?: Aggregate;
|
|
26
29
|
productsAggregate?: Aggregate;
|
|
30
|
+
operationsAggregate?: Aggregate;
|
|
31
|
+
mediasAggregate?: Aggregate;
|
|
27
32
|
postsAggregate?: Aggregate;
|
|
28
33
|
websitesAggregate?: Aggregate;
|
|
29
34
|
}
|
|
@@ -6,6 +6,7 @@ import { DateTimeComparisonExp } from './DateTimeComparisonExp';
|
|
|
6
6
|
import { RoleBoolExp } from './RoleBoolExp';
|
|
7
7
|
import { MediaBoolExp } from './MediaBoolExp';
|
|
8
8
|
import { ProductBoolExp } from './ProductBoolExp';
|
|
9
|
+
import { UserOperationBoolExp } from './UserOperationBoolExp';
|
|
9
10
|
import { PostBoolExp } from './PostBoolExp';
|
|
10
11
|
import { WebsiteBoolExp } from './WebsiteBoolExp';
|
|
11
12
|
export interface UserBoolExp extends WebsiteUserBoolExp {
|
|
@@ -23,6 +24,8 @@ export interface UserBoolExp extends WebsiteUserBoolExp {
|
|
|
23
24
|
roles?: RoleBoolExp;
|
|
24
25
|
avatar?: MediaBoolExp;
|
|
25
26
|
products?: ProductBoolExp;
|
|
27
|
+
operations?: UserOperationBoolExp;
|
|
28
|
+
medias?: MediaBoolExp;
|
|
26
29
|
posts?: PostBoolExp;
|
|
27
30
|
websites?: WebsiteBoolExp;
|
|
28
31
|
website?: WebsiteBoolExp;
|
|
@@ -2,6 +2,7 @@ import { User } from './User';
|
|
|
2
2
|
import { RoleInput } from './RoleInput';
|
|
3
3
|
import { MediaInput } from './MediaInput';
|
|
4
4
|
import { ProductInput } from './ProductInput';
|
|
5
|
+
import { UserOperationInput } from './UserOperationInput';
|
|
5
6
|
import { PostInput } from './PostInput';
|
|
6
7
|
import { WebsiteInput } from './WebsiteInput';
|
|
7
8
|
import { SetHasMany } from '@rxdrag/entify-lib';
|
|
@@ -19,6 +20,8 @@ export interface UserInput extends WebsiteUser {
|
|
|
19
20
|
roles?: SetHasMany<RoleInput>;
|
|
20
21
|
avatar?: SetHasOne<MediaInput>;
|
|
21
22
|
products?: SetHasMany<ProductInput>;
|
|
23
|
+
operations?: SetHasMany<UserOperationInput>;
|
|
24
|
+
medias?: SetHasMany<MediaInput>;
|
|
22
25
|
posts?: SetHasMany<PostInput>;
|
|
23
26
|
websites?: SetHasMany<WebsiteInput>;
|
|
24
27
|
website?: SetHasOne<WebsiteInput>;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { AppModule } from './AppModule';
|
|
2
|
+
import { User } from './User';
|
|
3
|
+
import { Website } from './Website';
|
|
4
|
+
export declare const UserOperationEntityName = "UserOperation";
|
|
5
|
+
export declare const UserOperationEntityLabel = "";
|
|
6
|
+
export interface UserOperation {
|
|
7
|
+
id?: string | null;
|
|
8
|
+
type?: string;
|
|
9
|
+
createdAt?: Date;
|
|
10
|
+
title?: string;
|
|
11
|
+
description?: string;
|
|
12
|
+
module?: AppModule;
|
|
13
|
+
langId?: string | null;
|
|
14
|
+
user?: User;
|
|
15
|
+
website?: Website;
|
|
16
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { AppModule } from './AppModule';
|
|
2
|
+
import { IdComparisonExp } from './IdComparisonExp';
|
|
3
|
+
import { StringComparisonExp } from './StringComparisonExp';
|
|
4
|
+
import { DateTimeComparisonExp } from './DateTimeComparisonExp';
|
|
5
|
+
import { EnumComparisonExp } from './EnumComparisonExp';
|
|
6
|
+
import { UserBoolExp } from './UserBoolExp';
|
|
7
|
+
import { WebsiteBoolExp } from './WebsiteBoolExp';
|
|
8
|
+
export interface UserOperationBoolExp {
|
|
9
|
+
_and?: UserOperationBoolExp[];
|
|
10
|
+
_or?: UserOperationBoolExp[];
|
|
11
|
+
_not?: UserOperationBoolExp;
|
|
12
|
+
id?: IdComparisonExp;
|
|
13
|
+
type?: StringComparisonExp;
|
|
14
|
+
createdAt?: DateTimeComparisonExp;
|
|
15
|
+
title?: StringComparisonExp;
|
|
16
|
+
description?: StringComparisonExp;
|
|
17
|
+
module?: EnumComparisonExp<AppModule>;
|
|
18
|
+
langId?: IdComparisonExp;
|
|
19
|
+
user?: UserBoolExp;
|
|
20
|
+
website?: WebsiteBoolExp;
|
|
21
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export declare enum UserOperationDistinctEnum {
|
|
2
|
+
id = "id",
|
|
3
|
+
type = "type",
|
|
4
|
+
createdAt = "createdAt",
|
|
5
|
+
title = "title",
|
|
6
|
+
description = "description",
|
|
7
|
+
module = "module",
|
|
8
|
+
langId = "langId"
|
|
9
|
+
}
|
|
10
|
+
export type UserOperationDistinctExp = UserOperationDistinctEnum;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { UserOperation } from './UserOperation';
|
|
2
|
+
import { AppModule } from './AppModule';
|
|
3
|
+
import { UserInput } from './UserInput';
|
|
4
|
+
import { WebsiteInput } from './WebsiteInput';
|
|
5
|
+
import { SetHasOne } from '@rxdrag/entify-lib';
|
|
6
|
+
export interface UserOperationInput {
|
|
7
|
+
id?: string | null;
|
|
8
|
+
type?: string;
|
|
9
|
+
createdAt?: Date;
|
|
10
|
+
title?: string;
|
|
11
|
+
description?: string;
|
|
12
|
+
module?: AppModule;
|
|
13
|
+
langId?: string | null;
|
|
14
|
+
user?: SetHasOne<UserInput>;
|
|
15
|
+
website?: SetHasOne<WebsiteInput>;
|
|
16
|
+
}
|
|
17
|
+
export declare const userOperationToInputCascade: (entity: UserOperation) => UserOperationInput;
|
|
18
|
+
export declare const userOperationToInput: (entity: UserOperation) => UserOperationInput;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { VistType } from './VistType';
|
|
2
|
+
export declare const VisitorLogEntityName = "VisitorLog";
|
|
3
|
+
export declare const VisitorLogEntityLabel = "";
|
|
4
|
+
export interface VisitorLog {
|
|
5
|
+
id?: string | null;
|
|
6
|
+
visitorId?: string;
|
|
7
|
+
sessionId?: string;
|
|
8
|
+
type?: VistType;
|
|
9
|
+
url?: string;
|
|
10
|
+
referrer?: string;
|
|
11
|
+
duration?: number;
|
|
12
|
+
timestamp?: Date;
|
|
13
|
+
userAgent?: string;
|
|
14
|
+
device?: string;
|
|
15
|
+
websiteId?: string | null;
|
|
16
|
+
langAbbr?: string;
|
|
17
|
+
country?: string;
|
|
18
|
+
city?: string;
|
|
19
|
+
ip?: string;
|
|
20
|
+
isNewUser?: boolean;
|
|
21
|
+
createdAt?: Date;
|
|
22
|
+
updatedAt?: Date;
|
|
23
|
+
browserLanguage?: string;
|
|
24
|
+
platform?: string;
|
|
25
|
+
pageTitle?: string;
|
|
26
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { VistType } from './VistType';
|
|
2
|
+
import { IdComparisonExp } from './IdComparisonExp';
|
|
3
|
+
import { StringComparisonExp } from './StringComparisonExp';
|
|
4
|
+
import { EnumComparisonExp } from './EnumComparisonExp';
|
|
5
|
+
import { NumberComparisonExp } from './NumberComparisonExp';
|
|
6
|
+
import { DateTimeComparisonExp } from './DateTimeComparisonExp';
|
|
7
|
+
import { BooleanComparisonExp } from './BooleanComparisonExp';
|
|
8
|
+
export interface VisitorLogBoolExp {
|
|
9
|
+
_and?: VisitorLogBoolExp[];
|
|
10
|
+
_or?: VisitorLogBoolExp[];
|
|
11
|
+
_not?: VisitorLogBoolExp;
|
|
12
|
+
id?: IdComparisonExp;
|
|
13
|
+
visitorId?: StringComparisonExp;
|
|
14
|
+
sessionId?: StringComparisonExp;
|
|
15
|
+
type?: EnumComparisonExp<VistType>;
|
|
16
|
+
url?: StringComparisonExp;
|
|
17
|
+
referrer?: StringComparisonExp;
|
|
18
|
+
duration?: NumberComparisonExp;
|
|
19
|
+
timestamp?: DateTimeComparisonExp;
|
|
20
|
+
userAgent?: StringComparisonExp;
|
|
21
|
+
device?: StringComparisonExp;
|
|
22
|
+
websiteId?: IdComparisonExp;
|
|
23
|
+
langAbbr?: StringComparisonExp;
|
|
24
|
+
country?: StringComparisonExp;
|
|
25
|
+
city?: StringComparisonExp;
|
|
26
|
+
ip?: StringComparisonExp;
|
|
27
|
+
isNewUser?: BooleanComparisonExp;
|
|
28
|
+
createdAt?: DateTimeComparisonExp;
|
|
29
|
+
updatedAt?: DateTimeComparisonExp;
|
|
30
|
+
browserLanguage?: StringComparisonExp;
|
|
31
|
+
platform?: StringComparisonExp;
|
|
32
|
+
pageTitle?: StringComparisonExp;
|
|
33
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export declare enum VisitorLogDistinctEnum {
|
|
2
|
+
id = "id",
|
|
3
|
+
visitorId = "visitorId",
|
|
4
|
+
sessionId = "sessionId",
|
|
5
|
+
type = "type",
|
|
6
|
+
url = "url",
|
|
7
|
+
referrer = "referrer",
|
|
8
|
+
duration = "duration",
|
|
9
|
+
timestamp = "timestamp",
|
|
10
|
+
userAgent = "userAgent",
|
|
11
|
+
device = "device",
|
|
12
|
+
websiteId = "websiteId",
|
|
13
|
+
langAbbr = "langAbbr",
|
|
14
|
+
country = "country",
|
|
15
|
+
city = "city",
|
|
16
|
+
ip = "ip",
|
|
17
|
+
isNewUser = "isNewUser",
|
|
18
|
+
createdAt = "createdAt",
|
|
19
|
+
updatedAt = "updatedAt",
|
|
20
|
+
browserLanguage = "browserLanguage",
|
|
21
|
+
platform = "platform",
|
|
22
|
+
pageTitle = "pageTitle"
|
|
23
|
+
}
|
|
24
|
+
export type VisitorLogDistinctExp = VisitorLogDistinctEnum;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { VisitorLog } from './VisitorLog';
|
|
2
|
+
import { VistType } from './VistType';
|
|
3
|
+
export interface VisitorLogInput {
|
|
4
|
+
id?: string | null;
|
|
5
|
+
visitorId?: string;
|
|
6
|
+
sessionId?: string;
|
|
7
|
+
type?: VistType;
|
|
8
|
+
url?: string;
|
|
9
|
+
referrer?: string;
|
|
10
|
+
duration?: number;
|
|
11
|
+
timestamp?: Date;
|
|
12
|
+
userAgent?: string;
|
|
13
|
+
device?: string;
|
|
14
|
+
websiteId?: string | null;
|
|
15
|
+
langAbbr?: string;
|
|
16
|
+
country?: string;
|
|
17
|
+
city?: string;
|
|
18
|
+
ip?: string;
|
|
19
|
+
isNewUser?: boolean;
|
|
20
|
+
createdAt?: Date;
|
|
21
|
+
updatedAt?: Date;
|
|
22
|
+
browserLanguage?: string;
|
|
23
|
+
platform?: string;
|
|
24
|
+
pageTitle?: string;
|
|
25
|
+
}
|
|
26
|
+
export declare const visitorLogToInputCascade: (entity: VisitorLog) => VisitorLogInput;
|
|
27
|
+
export declare const visitorLogToInput: (entity: VisitorLog) => VisitorLogInput;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { OrderBy } from '@rxdrag/entify-lib';
|
|
2
|
+
export interface VisitorLogOrderBy {
|
|
3
|
+
id?: OrderBy;
|
|
4
|
+
visitorId?: OrderBy;
|
|
5
|
+
sessionId?: OrderBy;
|
|
6
|
+
type?: OrderBy;
|
|
7
|
+
url?: OrderBy;
|
|
8
|
+
referrer?: OrderBy;
|
|
9
|
+
duration?: OrderBy;
|
|
10
|
+
timestamp?: OrderBy;
|
|
11
|
+
userAgent?: OrderBy;
|
|
12
|
+
device?: OrderBy;
|
|
13
|
+
websiteId?: OrderBy;
|
|
14
|
+
langAbbr?: OrderBy;
|
|
15
|
+
country?: OrderBy;
|
|
16
|
+
city?: OrderBy;
|
|
17
|
+
ip?: OrderBy;
|
|
18
|
+
isNewUser?: OrderBy;
|
|
19
|
+
createdAt?: OrderBy;
|
|
20
|
+
updatedAt?: OrderBy;
|
|
21
|
+
browserLanguage?: OrderBy;
|
|
22
|
+
platform?: OrderBy;
|
|
23
|
+
pageTitle?: OrderBy;
|
|
24
|
+
}
|
|
@@ -4,8 +4,6 @@ import { MediaFolder } from './MediaFolder';
|
|
|
4
4
|
import { Enquiry } from './Enquiry';
|
|
5
5
|
import { Product } from './Product';
|
|
6
6
|
import { Post } from './Post';
|
|
7
|
-
import { Solution } from './Solution';
|
|
8
|
-
import { CustomerCase } from './CustomerCase';
|
|
9
7
|
import { PostCategory } from './PostCategory';
|
|
10
8
|
import { Tag } from './Tag';
|
|
11
9
|
import { Customer } from './Customer';
|
|
@@ -13,13 +11,14 @@ import { ProductCategory } from './ProductCategory';
|
|
|
13
11
|
import { SpamFilterRule } from './SpamFilterRule';
|
|
14
12
|
import { Media } from './Media';
|
|
15
13
|
import { Lang } from './Lang';
|
|
16
|
-
import {
|
|
14
|
+
import { ThemeBranch } from './ThemeBranch';
|
|
17
15
|
import { AnalyticsConfig } from './AnalyticsConfig';
|
|
18
16
|
import { WebsiteSettings } from './WebsiteSettings';
|
|
19
17
|
import { ChangeLog } from './ChangeLog';
|
|
20
18
|
import { SearchIndex } from './SearchIndex';
|
|
21
|
-
import { FAQ } from './FAQ';
|
|
22
19
|
import { Bulletin } from './Bulletin';
|
|
20
|
+
import { WebsiteSnapshot } from './WebsiteSnapshot';
|
|
21
|
+
import { UserOperation } from './UserOperation';
|
|
23
22
|
import { Aggregate } from './Aggregate';
|
|
24
23
|
export declare const WebsiteEntityName = "Website";
|
|
25
24
|
export declare const WebsiteEntityLabel = "\u7AD9\u70B9";
|
|
@@ -66,8 +65,6 @@ export interface Website {
|
|
|
66
65
|
partsOfEnquiry?: Enquiry[];
|
|
67
66
|
partsOfProduct?: Product[];
|
|
68
67
|
partsOfPost?: Post[];
|
|
69
|
-
partsOfSolution?: Solution[];
|
|
70
|
-
partsOfCustomerCase?: CustomerCase[];
|
|
71
68
|
partsOfPostCategory?: PostCategory[];
|
|
72
69
|
partsOfTag?: Tag[];
|
|
73
70
|
partsOfCustomer?: Customer[];
|
|
@@ -76,20 +73,20 @@ export interface Website {
|
|
|
76
73
|
partsOfMedia?: Media[];
|
|
77
74
|
langs?: Lang[];
|
|
78
75
|
baseLang?: Lang;
|
|
79
|
-
themes?:
|
|
76
|
+
themes?: ThemeBranch[];
|
|
80
77
|
analyticsConfig?: AnalyticsConfig;
|
|
81
78
|
settings?: WebsiteSettings;
|
|
82
79
|
changelogs?: ChangeLog[];
|
|
83
80
|
searchIndexes?: SearchIndex[];
|
|
84
|
-
faqs?: FAQ[];
|
|
85
81
|
bulletins?: Bulletin[];
|
|
82
|
+
snapshots?: WebsiteSnapshot[];
|
|
83
|
+
userOperations?: UserOperation[];
|
|
84
|
+
mockBranch?: ThemeBranch;
|
|
86
85
|
usersAggregate?: Aggregate;
|
|
87
86
|
partsOfMediaFolderAggregate?: Aggregate;
|
|
88
87
|
partsOfEnquiryAggregate?: Aggregate;
|
|
89
88
|
partsOfProductAggregate?: Aggregate;
|
|
90
89
|
partsOfPostAggregate?: Aggregate;
|
|
91
|
-
partsOfSolutionAggregate?: Aggregate;
|
|
92
|
-
partsOfCustomerCaseAggregate?: Aggregate;
|
|
93
90
|
partsOfPostCategoryAggregate?: Aggregate;
|
|
94
91
|
partsOfTagAggregate?: Aggregate;
|
|
95
92
|
partsOfCustomerAggregate?: Aggregate;
|
|
@@ -100,6 +97,7 @@ export interface Website {
|
|
|
100
97
|
themesAggregate?: Aggregate;
|
|
101
98
|
changelogsAggregate?: Aggregate;
|
|
102
99
|
searchIndexesAggregate?: Aggregate;
|
|
103
|
-
faqsAggregate?: Aggregate;
|
|
104
100
|
bulletinsAggregate?: Aggregate;
|
|
101
|
+
snapshotsAggregate?: Aggregate;
|
|
102
|
+
userOperationsAggregate?: Aggregate;
|
|
105
103
|
}
|
|
@@ -7,8 +7,6 @@ import { MediaFolderBoolExp } from './MediaFolderBoolExp';
|
|
|
7
7
|
import { EnquiryBoolExp } from './EnquiryBoolExp';
|
|
8
8
|
import { ProductBoolExp } from './ProductBoolExp';
|
|
9
9
|
import { PostBoolExp } from './PostBoolExp';
|
|
10
|
-
import { SolutionBoolExp } from './SolutionBoolExp';
|
|
11
|
-
import { CustomerCaseBoolExp } from './CustomerCaseBoolExp';
|
|
12
10
|
import { PostCategoryBoolExp } from './PostCategoryBoolExp';
|
|
13
11
|
import { TagBoolExp } from './TagBoolExp';
|
|
14
12
|
import { CustomerBoolExp } from './CustomerBoolExp';
|
|
@@ -16,13 +14,14 @@ import { ProductCategoryBoolExp } from './ProductCategoryBoolExp';
|
|
|
16
14
|
import { SpamFilterRuleBoolExp } from './SpamFilterRuleBoolExp';
|
|
17
15
|
import { MediaBoolExp } from './MediaBoolExp';
|
|
18
16
|
import { LangBoolExp } from './LangBoolExp';
|
|
19
|
-
import {
|
|
17
|
+
import { ThemeBranchBoolExp } from './ThemeBranchBoolExp';
|
|
20
18
|
import { AnalyticsConfigBoolExp } from './AnalyticsConfigBoolExp';
|
|
21
19
|
import { WebsiteSettingsBoolExp } from './WebsiteSettingsBoolExp';
|
|
22
20
|
import { ChangeLogBoolExp } from './ChangeLogBoolExp';
|
|
23
21
|
import { SearchIndexBoolExp } from './SearchIndexBoolExp';
|
|
24
|
-
import { FAQBoolExp } from './FAQBoolExp';
|
|
25
22
|
import { BulletinBoolExp } from './BulletinBoolExp';
|
|
23
|
+
import { WebsiteSnapshotBoolExp } from './WebsiteSnapshotBoolExp';
|
|
24
|
+
import { UserOperationBoolExp } from './UserOperationBoolExp';
|
|
26
25
|
/**
|
|
27
26
|
* 站点
|
|
28
27
|
* 网站实体
|
|
@@ -48,8 +47,6 @@ export interface WebsiteBoolExp {
|
|
|
48
47
|
partsOfEnquiry?: EnquiryBoolExp;
|
|
49
48
|
partsOfProduct?: ProductBoolExp;
|
|
50
49
|
partsOfPost?: PostBoolExp;
|
|
51
|
-
partsOfSolution?: SolutionBoolExp;
|
|
52
|
-
partsOfCustomerCase?: CustomerCaseBoolExp;
|
|
53
50
|
partsOfPostCategory?: PostCategoryBoolExp;
|
|
54
51
|
partsOfTag?: TagBoolExp;
|
|
55
52
|
partsOfCustomer?: CustomerBoolExp;
|
|
@@ -58,11 +55,13 @@ export interface WebsiteBoolExp {
|
|
|
58
55
|
partsOfMedia?: MediaBoolExp;
|
|
59
56
|
langs?: LangBoolExp;
|
|
60
57
|
baseLang?: LangBoolExp;
|
|
61
|
-
themes?:
|
|
58
|
+
themes?: ThemeBranchBoolExp;
|
|
62
59
|
analyticsConfig?: AnalyticsConfigBoolExp;
|
|
63
60
|
settings?: WebsiteSettingsBoolExp;
|
|
64
61
|
changelogs?: ChangeLogBoolExp;
|
|
65
62
|
searchIndexes?: SearchIndexBoolExp;
|
|
66
|
-
faqs?: FAQBoolExp;
|
|
67
63
|
bulletins?: BulletinBoolExp;
|
|
64
|
+
snapshots?: WebsiteSnapshotBoolExp;
|
|
65
|
+
userOperations?: UserOperationBoolExp;
|
|
66
|
+
mockBranch?: ThemeBranchBoolExp;
|
|
68
67
|
}
|
|
@@ -5,8 +5,6 @@ import { MediaFolderInput } from './MediaFolderInput';
|
|
|
5
5
|
import { EnquiryInput } from './EnquiryInput';
|
|
6
6
|
import { ProductInput } from './ProductInput';
|
|
7
7
|
import { PostInput } from './PostInput';
|
|
8
|
-
import { SolutionInput } from './SolutionInput';
|
|
9
|
-
import { CustomerCaseInput } from './CustomerCaseInput';
|
|
10
8
|
import { PostCategoryInput } from './PostCategoryInput';
|
|
11
9
|
import { TagInput } from './TagInput';
|
|
12
10
|
import { CustomerInput } from './CustomerInput';
|
|
@@ -14,13 +12,14 @@ import { ProductCategoryInput } from './ProductCategoryInput';
|
|
|
14
12
|
import { SpamFilterRuleInput } from './SpamFilterRuleInput';
|
|
15
13
|
import { MediaInput } from './MediaInput';
|
|
16
14
|
import { LangInput } from './LangInput';
|
|
17
|
-
import {
|
|
15
|
+
import { ThemeBranchInput } from './ThemeBranchInput';
|
|
18
16
|
import { AnalyticsConfigInput } from './AnalyticsConfigInput';
|
|
19
17
|
import { WebsiteSettingsInput } from './WebsiteSettingsInput';
|
|
20
18
|
import { ChangeLogInput } from './ChangeLogInput';
|
|
21
19
|
import { SearchIndexInput } from './SearchIndexInput';
|
|
22
|
-
import { FAQInput } from './FAQInput';
|
|
23
20
|
import { BulletinInput } from './BulletinInput';
|
|
21
|
+
import { WebsiteSnapshotInput } from './WebsiteSnapshotInput';
|
|
22
|
+
import { UserOperationInput } from './UserOperationInput';
|
|
24
23
|
import { SetHasMany } from '@rxdrag/entify-lib';
|
|
25
24
|
import { SetHasOne } from '@rxdrag/entify-lib';
|
|
26
25
|
/**
|
|
@@ -66,8 +65,6 @@ export interface WebsiteInput {
|
|
|
66
65
|
partsOfEnquiry?: SetHasMany<EnquiryInput>;
|
|
67
66
|
partsOfProduct?: SetHasMany<ProductInput>;
|
|
68
67
|
partsOfPost?: SetHasMany<PostInput>;
|
|
69
|
-
partsOfSolution?: SetHasMany<SolutionInput>;
|
|
70
|
-
partsOfCustomerCase?: SetHasMany<CustomerCaseInput>;
|
|
71
68
|
partsOfPostCategory?: SetHasMany<PostCategoryInput>;
|
|
72
69
|
partsOfTag?: SetHasMany<TagInput>;
|
|
73
70
|
partsOfCustomer?: SetHasMany<CustomerInput>;
|
|
@@ -76,13 +73,15 @@ export interface WebsiteInput {
|
|
|
76
73
|
partsOfMedia?: SetHasMany<MediaInput>;
|
|
77
74
|
langs?: SetHasMany<LangInput>;
|
|
78
75
|
baseLang?: SetHasOne<LangInput>;
|
|
79
|
-
themes?: SetHasMany<
|
|
76
|
+
themes?: SetHasMany<ThemeBranchInput>;
|
|
80
77
|
analyticsConfig?: SetHasOne<AnalyticsConfigInput>;
|
|
81
78
|
settings?: SetHasOne<WebsiteSettingsInput>;
|
|
82
79
|
changelogs?: SetHasMany<ChangeLogInput>;
|
|
83
80
|
searchIndexes?: SetHasMany<SearchIndexInput>;
|
|
84
|
-
faqs?: SetHasMany<FAQInput>;
|
|
85
81
|
bulletins?: SetHasMany<BulletinInput>;
|
|
82
|
+
snapshots?: SetHasMany<WebsiteSnapshotInput>;
|
|
83
|
+
userOperations?: SetHasMany<UserOperationInput>;
|
|
84
|
+
mockBranch?: SetHasOne<ThemeBranchInput>;
|
|
86
85
|
}
|
|
87
86
|
export declare const websiteToInputCascade: (entity: Website) => WebsiteInput;
|
|
88
87
|
export declare const websiteToInput: (entity: Website) => WebsiteInput;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Media } from './Media';
|
|
2
|
+
import { Website } from './Website';
|
|
3
|
+
import { Aggregate } from './Aggregate';
|
|
4
|
+
export declare const WebsiteSnapshotEntityName = "WebsiteSnapshot";
|
|
5
|
+
export declare const WebsiteSnapshotEntityLabel = "";
|
|
6
|
+
export interface WebsiteSnapshot {
|
|
7
|
+
id?: string | null;
|
|
8
|
+
medias?: Media[];
|
|
9
|
+
website?: Website;
|
|
10
|
+
mediasAggregate?: Aggregate;
|
|
11
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { IdComparisonExp } from './IdComparisonExp';
|
|
2
|
+
import { MediaBoolExp } from './MediaBoolExp';
|
|
3
|
+
import { WebsiteBoolExp } from './WebsiteBoolExp';
|
|
4
|
+
export interface WebsiteSnapshotBoolExp {
|
|
5
|
+
_and?: WebsiteSnapshotBoolExp[];
|
|
6
|
+
_or?: WebsiteSnapshotBoolExp[];
|
|
7
|
+
_not?: WebsiteSnapshotBoolExp;
|
|
8
|
+
id?: IdComparisonExp;
|
|
9
|
+
medias?: MediaBoolExp;
|
|
10
|
+
website?: WebsiteBoolExp;
|
|
11
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { WebsiteSnapshot } from './WebsiteSnapshot';
|
|
2
|
+
import { MediaInput } from './MediaInput';
|
|
3
|
+
import { WebsiteInput } from './WebsiteInput';
|
|
4
|
+
import { SetHasMany } from '@rxdrag/entify-lib';
|
|
5
|
+
import { SetHasOne } from '@rxdrag/entify-lib';
|
|
6
|
+
export interface WebsiteSnapshotInput {
|
|
7
|
+
id?: string | null;
|
|
8
|
+
medias?: SetHasMany<MediaInput>;
|
|
9
|
+
website?: SetHasOne<WebsiteInput>;
|
|
10
|
+
}
|
|
11
|
+
export declare const websiteSnapshotToInputCascade: (entity: WebsiteSnapshot) => WebsiteSnapshotInput;
|
|
12
|
+
export declare const websiteSnapshotToInput: (entity: WebsiteSnapshot) => WebsiteSnapshotInput;
|