@rxdrag/rxcms-models 0.3.76 → 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/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 +12 -3
- 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 +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 +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 +8 -1
- 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 +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 +6 -7
- package/dist/fields/WebsiteSnapshotFields.d.ts +8 -0
- package/dist/fields/index.d.ts +7 -3
- package/dist/index.mjs +1172 -581
- 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 +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 +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 +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 +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 +4 -4
- 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
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { IQueryArgs } from "@rxdrag/entify-lib";
|
|
2
|
+
import { QueryOptions } from "./QueryOptions";
|
|
3
|
+
import { VisitorLog, VisitorLogBoolExp, VisitorLogDistinctExp, VisitorLogOrderBy } from "../interfaces";
|
|
4
|
+
export declare class VisitorLogQueryOptions extends QueryOptions<VisitorLog, VisitorLogBoolExp, VisitorLogOrderBy, VisitorLogDistinctExp> {
|
|
5
|
+
constructor(fields?: (keyof VisitorLog)[], queryArgs?: IQueryArgs<VisitorLogBoolExp, VisitorLogOrderBy, VisitorLogDistinctExp>);
|
|
6
|
+
id(): this;
|
|
7
|
+
visitorId(): this;
|
|
8
|
+
sessionId(): this;
|
|
9
|
+
type(): this;
|
|
10
|
+
url(): this;
|
|
11
|
+
referrer(): this;
|
|
12
|
+
duration(): this;
|
|
13
|
+
timestamp(): this;
|
|
14
|
+
userAgent(): this;
|
|
15
|
+
device(): this;
|
|
16
|
+
websiteId(): this;
|
|
17
|
+
langAbbr(): this;
|
|
18
|
+
country(): this;
|
|
19
|
+
city(): this;
|
|
20
|
+
ip(): this;
|
|
21
|
+
isNewUser(): this;
|
|
22
|
+
createdAt(): this;
|
|
23
|
+
updatedAt(): this;
|
|
24
|
+
browserLanguage(): this;
|
|
25
|
+
platform(): this;
|
|
26
|
+
pageTitle(): this;
|
|
27
|
+
}
|
|
@@ -18,12 +18,6 @@ import { ProductBoolExp } from '../interfaces';
|
|
|
18
18
|
import { PostQueryOptions } from './PostQueryOptions';
|
|
19
19
|
import { Post } from '../interfaces';
|
|
20
20
|
import { PostBoolExp } from '../interfaces';
|
|
21
|
-
import { SolutionQueryOptions } from './SolutionQueryOptions';
|
|
22
|
-
import { Solution } from '../interfaces';
|
|
23
|
-
import { SolutionBoolExp } from '../interfaces';
|
|
24
|
-
import { CustomerCaseQueryOptions } from './CustomerCaseQueryOptions';
|
|
25
|
-
import { CustomerCase } from '../interfaces';
|
|
26
|
-
import { CustomerCaseBoolExp } from '../interfaces';
|
|
27
21
|
import { PostCategoryQueryOptions } from './PostCategoryQueryOptions';
|
|
28
22
|
import { PostCategory } from '../interfaces';
|
|
29
23
|
import { PostCategoryBoolExp } from '../interfaces';
|
|
@@ -45,9 +39,9 @@ import { MediaBoolExp } from '../interfaces';
|
|
|
45
39
|
import { LangQueryOptions } from './LangQueryOptions';
|
|
46
40
|
import { Lang } from '../interfaces';
|
|
47
41
|
import { LangBoolExp } from '../interfaces';
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
42
|
+
import { ThemeBranchQueryOptions } from './ThemeBranchQueryOptions';
|
|
43
|
+
import { ThemeBranch } from '../interfaces';
|
|
44
|
+
import { ThemeBranchBoolExp } from '../interfaces';
|
|
51
45
|
import { AnalyticsConfigQueryOptions } from './AnalyticsConfigQueryOptions';
|
|
52
46
|
import { AnalyticsConfig } from '../interfaces';
|
|
53
47
|
import { WebsiteSettingsQueryOptions } from './WebsiteSettingsQueryOptions';
|
|
@@ -58,12 +52,15 @@ import { ChangeLogBoolExp } from '../interfaces';
|
|
|
58
52
|
import { SearchIndexQueryOptions } from './SearchIndexQueryOptions';
|
|
59
53
|
import { SearchIndex } from '../interfaces';
|
|
60
54
|
import { SearchIndexBoolExp } from '../interfaces';
|
|
61
|
-
import { FAQQueryOptions } from './FAQQueryOptions';
|
|
62
|
-
import { FAQ } from '../interfaces';
|
|
63
|
-
import { FAQBoolExp } from '../interfaces';
|
|
64
55
|
import { BulletinQueryOptions } from './BulletinQueryOptions';
|
|
65
56
|
import { Bulletin } from '../interfaces';
|
|
66
57
|
import { BulletinBoolExp } from '../interfaces';
|
|
58
|
+
import { WebsiteSnapshotQueryOptions } from './WebsiteSnapshotQueryOptions';
|
|
59
|
+
import { WebsiteSnapshot } from '../interfaces';
|
|
60
|
+
import { WebsiteSnapshotBoolExp } from '../interfaces';
|
|
61
|
+
import { UserOperationQueryOptions } from './UserOperationQueryOptions';
|
|
62
|
+
import { UserOperation } from '../interfaces';
|
|
63
|
+
import { UserOperationBoolExp } from '../interfaces';
|
|
67
64
|
export declare class WebsiteQueryOptions extends QueryOptions<Website, WebsiteBoolExp, WebsiteOrderBy, WebsiteDistinctExp> {
|
|
68
65
|
constructor(fields?: (keyof Website)[], queryArgs?: IQueryArgs<WebsiteBoolExp, WebsiteOrderBy, WebsiteDistinctExp>);
|
|
69
66
|
id(): this;
|
|
@@ -109,10 +106,6 @@ export declare class WebsiteQueryOptions extends QueryOptions<Website, WebsiteBo
|
|
|
109
106
|
partsOfProductAggregate(aggregate: IAggregate<ProductBoolExp>): this;
|
|
110
107
|
partsOfPost(options?: PostQueryOptions | (keyof Post)[]): this;
|
|
111
108
|
partsOfPostAggregate(aggregate: IAggregate<PostBoolExp>): this;
|
|
112
|
-
partsOfSolution(options?: SolutionQueryOptions | (keyof Solution)[]): this;
|
|
113
|
-
partsOfSolutionAggregate(aggregate: IAggregate<SolutionBoolExp>): this;
|
|
114
|
-
partsOfCustomerCase(options?: CustomerCaseQueryOptions | (keyof CustomerCase)[]): this;
|
|
115
|
-
partsOfCustomerCaseAggregate(aggregate: IAggregate<CustomerCaseBoolExp>): this;
|
|
116
109
|
partsOfPostCategory(options?: PostCategoryQueryOptions | (keyof PostCategory)[]): this;
|
|
117
110
|
partsOfPostCategoryAggregate(aggregate: IAggregate<PostCategoryBoolExp>): this;
|
|
118
111
|
partsOfTag(options?: TagQueryOptions | (keyof Tag)[]): this;
|
|
@@ -128,16 +121,19 @@ export declare class WebsiteQueryOptions extends QueryOptions<Website, WebsiteBo
|
|
|
128
121
|
langs(options?: LangQueryOptions | (keyof Lang)[]): this;
|
|
129
122
|
langsAggregate(aggregate: IAggregate<LangBoolExp>): this;
|
|
130
123
|
baseLang(options?: LangQueryOptions | (keyof Lang)[]): this;
|
|
131
|
-
themes(options?:
|
|
132
|
-
themesAggregate(aggregate: IAggregate<
|
|
124
|
+
themes(options?: ThemeBranchQueryOptions | (keyof ThemeBranch)[]): this;
|
|
125
|
+
themesAggregate(aggregate: IAggregate<ThemeBranchBoolExp>): this;
|
|
133
126
|
analyticsConfig(options?: AnalyticsConfigQueryOptions | (keyof AnalyticsConfig)[]): this;
|
|
134
127
|
settings(options?: WebsiteSettingsQueryOptions | (keyof WebsiteSettings)[]): this;
|
|
135
128
|
changelogs(options?: ChangeLogQueryOptions | (keyof ChangeLog)[]): this;
|
|
136
129
|
changelogsAggregate(aggregate: IAggregate<ChangeLogBoolExp>): this;
|
|
137
130
|
searchIndexes(options?: SearchIndexQueryOptions | (keyof SearchIndex)[]): this;
|
|
138
131
|
searchIndexesAggregate(aggregate: IAggregate<SearchIndexBoolExp>): this;
|
|
139
|
-
faqs(options?: FAQQueryOptions | (keyof FAQ)[]): this;
|
|
140
|
-
faqsAggregate(aggregate: IAggregate<FAQBoolExp>): this;
|
|
141
132
|
bulletins(options?: BulletinQueryOptions | (keyof Bulletin)[]): this;
|
|
142
133
|
bulletinsAggregate(aggregate: IAggregate<BulletinBoolExp>): this;
|
|
134
|
+
snapshots(options?: WebsiteSnapshotQueryOptions | (keyof WebsiteSnapshot)[]): this;
|
|
135
|
+
snapshotsAggregate(aggregate: IAggregate<WebsiteSnapshotBoolExp>): this;
|
|
136
|
+
userOperations(options?: UserOperationQueryOptions | (keyof UserOperation)[]): this;
|
|
137
|
+
userOperationsAggregate(aggregate: IAggregate<UserOperationBoolExp>): this;
|
|
138
|
+
mockBranch(options?: ThemeBranchQueryOptions | (keyof ThemeBranch)[]): this;
|
|
143
139
|
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { IAggregate, IQueryArgs } from "@rxdrag/entify-lib";
|
|
2
|
+
import { QueryOptions } from "./QueryOptions";
|
|
3
|
+
import { WebsiteSnapshot, WebsiteSnapshotBoolExp, WebsiteSnapshotDistinctExp, WebsiteSnapshotOrderBy } from "../interfaces";
|
|
4
|
+
import { MediaQueryOptions } from './MediaQueryOptions';
|
|
5
|
+
import { Media } from '../interfaces';
|
|
6
|
+
import { MediaBoolExp } from '../interfaces';
|
|
7
|
+
import { WebsiteQueryOptions } from './WebsiteQueryOptions';
|
|
8
|
+
import { Website } from '../interfaces';
|
|
9
|
+
export declare class WebsiteSnapshotQueryOptions extends QueryOptions<WebsiteSnapshot, WebsiteSnapshotBoolExp, WebsiteSnapshotOrderBy, WebsiteSnapshotDistinctExp> {
|
|
10
|
+
constructor(fields?: (keyof WebsiteSnapshot)[], queryArgs?: IQueryArgs<WebsiteSnapshotBoolExp, WebsiteSnapshotOrderBy, WebsiteSnapshotDistinctExp>);
|
|
11
|
+
id(): this;
|
|
12
|
+
medias(options?: MediaQueryOptions | (keyof Media)[]): this;
|
|
13
|
+
mediasAggregate(aggregate: IAggregate<MediaBoolExp>): this;
|
|
14
|
+
website(options?: WebsiteQueryOptions | (keyof Website)[]): this;
|
|
15
|
+
}
|
package/dist/classes/index.d.ts
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
export * from './UserQueryOptions';
|
|
2
2
|
export * from './RoleQueryOptions';
|
|
3
3
|
export * from './AbilityQueryOptions';
|
|
4
|
+
export * from './StorageRecordQueryOptions';
|
|
4
5
|
export * from './MediaQueryOptions';
|
|
5
6
|
export * from './MailQueryOptions';
|
|
7
|
+
export * from './RoleVariableQueryOptions';
|
|
6
8
|
export * from './WebsiteQueryOptions';
|
|
7
9
|
export * from './LangQueryOptions';
|
|
8
10
|
export * from './WebsiteTypeQueryOptions';
|
|
@@ -11,7 +13,7 @@ export * from './PostQueryOptions';
|
|
|
11
13
|
export * from './ProductQueryOptions';
|
|
12
14
|
export * from './EnquiryQueryOptions';
|
|
13
15
|
export * from './WebsiteSettingsQueryOptions';
|
|
14
|
-
export * from './
|
|
16
|
+
export * from './ThemeBranchQueryOptions';
|
|
15
17
|
export * from './MediaFolderQueryOptions';
|
|
16
18
|
export * from './PostCategoryQueryOptions';
|
|
17
19
|
export * from './TagQueryOptions';
|
|
@@ -35,10 +37,12 @@ export * from './ChangeLogQueryOptions';
|
|
|
35
37
|
export * from './SearchIndexQueryOptions';
|
|
36
38
|
export * from './TaskQueryOptions';
|
|
37
39
|
export * from './NotificationQueryOptions';
|
|
38
|
-
export * from './CustomerCaseQueryOptions';
|
|
39
|
-
export * from './SolutionQueryOptions';
|
|
40
40
|
export * from './FAQQueryOptions';
|
|
41
41
|
export * from './BulletinQueryOptions';
|
|
42
42
|
export * from './ProductRelatedPivotQueryOptions';
|
|
43
|
+
export * from './WebsiteSnapshotQueryOptions';
|
|
44
|
+
export * from './VisitorLogQueryOptions';
|
|
45
|
+
export * from './UserOperationQueryOptions';
|
|
46
|
+
export * from './ThemeQueryOptions';
|
|
43
47
|
export * from './QueryOptions';
|
|
44
48
|
export * from './metainfo';
|
package/dist/entries/index.d.ts
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
export * from './userEntry';
|
|
2
2
|
export * from './roleEntry';
|
|
3
3
|
export * from './abilityEntry';
|
|
4
|
+
export * from './storageRecordEntry';
|
|
4
5
|
export * from './mediaEntry';
|
|
5
6
|
export * from './mailEntry';
|
|
7
|
+
export * from './roleVariableEntry';
|
|
6
8
|
export * from './websiteEntry';
|
|
7
9
|
export * from './langEntry';
|
|
8
10
|
export * from './websiteTypeEntry';
|
|
@@ -11,7 +13,7 @@ export * from './postEntry';
|
|
|
11
13
|
export * from './productEntry';
|
|
12
14
|
export * from './enquiryEntry';
|
|
13
15
|
export * from './websiteSettingsEntry';
|
|
14
|
-
export * from './
|
|
16
|
+
export * from './themeBranchEntry';
|
|
15
17
|
export * from './mediaFolderEntry';
|
|
16
18
|
export * from './postCategoryEntry';
|
|
17
19
|
export * from './tagEntry';
|
|
@@ -35,8 +37,10 @@ export * from './changeLogEntry';
|
|
|
35
37
|
export * from './searchIndexEntry';
|
|
36
38
|
export * from './taskEntry';
|
|
37
39
|
export * from './notificationEntry';
|
|
38
|
-
export * from './customerCaseEntry';
|
|
39
|
-
export * from './solutionEntry';
|
|
40
40
|
export * from './fAQEntry';
|
|
41
41
|
export * from './bulletinEntry';
|
|
42
42
|
export * from './productRelatedPivotEntry';
|
|
43
|
+
export * from './websiteSnapshotEntry';
|
|
44
|
+
export * from './visitorLogEntry';
|
|
45
|
+
export * from './userOperationEntry';
|
|
46
|
+
export * from './themeEntry';
|
|
@@ -4,7 +4,8 @@ export declare enum ComponentCategoryFields {
|
|
|
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 declare enum ComponentCategoryAssciations {
|
|
10
11
|
components = "components",
|
|
@@ -15,12 +15,18 @@ export declare enum EnquiryFields {
|
|
|
15
15
|
read = "read",
|
|
16
16
|
spam = "spam",
|
|
17
17
|
mobile = "mobile",
|
|
18
|
+
visitorId = "visitorId",
|
|
19
|
+
sessionId = "sessionId",
|
|
20
|
+
extends = "extends",
|
|
21
|
+
type = "type",
|
|
18
22
|
createdAt = "createdAt",
|
|
19
23
|
updatedAt = "updatedAt",
|
|
20
24
|
content = "content"
|
|
21
25
|
}
|
|
22
26
|
export declare enum EnquiryAssciations {
|
|
23
27
|
lang = "lang",
|
|
28
|
+
attachments = "attachments",
|
|
29
|
+
attachmentsAggregate = "attachmentsAggregate",
|
|
24
30
|
customer = "customer",
|
|
25
31
|
website = "website"
|
|
26
32
|
}
|
|
@@ -3,10 +3,9 @@ export declare enum FAQFields {
|
|
|
3
3
|
question = "question",
|
|
4
4
|
answer = "answer",
|
|
5
5
|
createdAt = "createdAt",
|
|
6
|
-
updatedAt = "updatedAt"
|
|
6
|
+
updatedAt = "updatedAt",
|
|
7
|
+
seqValue = "seqValue"
|
|
7
8
|
}
|
|
8
9
|
export declare enum FAQAssciations {
|
|
9
|
-
|
|
10
|
-
product = "product",
|
|
11
|
-
solution = "solution"
|
|
10
|
+
product = "product"
|
|
12
11
|
}
|
|
@@ -11,9 +11,16 @@ export declare enum FrontComponentFields {
|
|
|
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 declare enum FrontComponentAssciations {
|
|
23
|
+
cover = "cover",
|
|
17
24
|
category = "category",
|
|
18
25
|
theme = "theme"
|
|
19
26
|
}
|
|
@@ -34,10 +34,6 @@ export declare enum LangAssciations {
|
|
|
34
34
|
webPartsOfProductAggregate = "webPartsOfProductAggregate",
|
|
35
35
|
webPartsOfPost = "webPartsOfPost",
|
|
36
36
|
webPartsOfPostAggregate = "webPartsOfPostAggregate",
|
|
37
|
-
webPartsOfSolution = "webPartsOfSolution",
|
|
38
|
-
webPartsOfSolutionAggregate = "webPartsOfSolutionAggregate",
|
|
39
|
-
webPartsOfCustomerCase = "webPartsOfCustomerCase",
|
|
40
|
-
webPartsOfCustomerCaseAggregate = "webPartsOfCustomerCaseAggregate",
|
|
41
37
|
webPartsOfPostCategory = "webPartsOfPostCategory",
|
|
42
38
|
webPartsOfPostCategoryAggregate = "webPartsOfPostCategoryAggregate",
|
|
43
39
|
webPartsOfTag = "webPartsOfTag",
|
|
@@ -1,15 +1,23 @@
|
|
|
1
1
|
export declare enum MediaFields {
|
|
2
2
|
id = "id",
|
|
3
|
+
mediaRef = "mediaRef",
|
|
3
4
|
name = "name",
|
|
4
5
|
size = "size",
|
|
5
6
|
mimeType = "mimeType",
|
|
6
7
|
extName = "extName",
|
|
8
|
+
/**
|
|
9
|
+
* media file
|
|
10
|
+
*/
|
|
7
11
|
file = "file",
|
|
8
12
|
description = "description",
|
|
9
13
|
createdAt = "createdAt",
|
|
10
14
|
updatedAt = "updatedAt",
|
|
11
15
|
mediaType = "mediaType",
|
|
12
|
-
|
|
16
|
+
resource = "resource",
|
|
17
|
+
storageType = "storageType",
|
|
18
|
+
content = "content",
|
|
19
|
+
isDeleted = "isDeleted",
|
|
20
|
+
deletedAt = "deletedAt"
|
|
13
21
|
}
|
|
14
22
|
export declare enum MediaAssciations {
|
|
15
23
|
folder = "folder",
|
|
@@ -24,13 +32,20 @@ export declare enum MediaAssciations {
|
|
|
24
32
|
productAttacPivots = "productAttacPivots",
|
|
25
33
|
productAttacPivotsAggregate = "productAttacPivotsAggregate",
|
|
26
34
|
website = "website",
|
|
27
|
-
coverOfTheme = "coverOfTheme",
|
|
28
|
-
coverOfThemeAggregate = "coverOfThemeAggregate",
|
|
29
35
|
postCategory = "postCategory",
|
|
30
36
|
usedByThemConfig = "usedByThemConfig",
|
|
31
37
|
usedByThemConfigAggregate = "usedByThemConfigAggregate",
|
|
32
38
|
pageMeta = "pageMeta",
|
|
33
39
|
pageMetaAggregate = "pageMetaAggregate",
|
|
34
40
|
searchIndex = "searchIndex",
|
|
35
|
-
searchIndexAggregate = "searchIndexAggregate"
|
|
41
|
+
searchIndexAggregate = "searchIndexAggregate",
|
|
42
|
+
snapshot = "snapshot",
|
|
43
|
+
snapshotAggregate = "snapshotAggregate",
|
|
44
|
+
coverOfComponent = "coverOfComponent",
|
|
45
|
+
coverOfComponentAggregate = "coverOfComponentAggregate",
|
|
46
|
+
coverOfSectionTemplate = "coverOfSectionTemplate",
|
|
47
|
+
coverOfSectionTemplateAggregate = "coverOfSectionTemplateAggregate",
|
|
48
|
+
attachmentOfEnquiry = "attachmentOfEnquiry",
|
|
49
|
+
coverOfTheme = "coverOfTheme",
|
|
50
|
+
owner = "owner"
|
|
36
51
|
}
|
|
@@ -14,7 +14,9 @@ export declare enum PostFields {
|
|
|
14
14
|
updatedAt = "updatedAt",
|
|
15
15
|
content = "content",
|
|
16
16
|
slug = "slug",
|
|
17
|
-
description = "description"
|
|
17
|
+
description = "description",
|
|
18
|
+
isDeleted = "isDeleted",
|
|
19
|
+
deletedAt = "deletedAt"
|
|
18
20
|
}
|
|
19
21
|
export declare enum PostAssciations {
|
|
20
22
|
tags = "tags",
|
|
@@ -24,7 +24,9 @@ export declare enum ProductFields {
|
|
|
24
24
|
updatedAt = "updatedAt",
|
|
25
25
|
content = "content",
|
|
26
26
|
slug = "slug",
|
|
27
|
-
description = "description"
|
|
27
|
+
description = "description",
|
|
28
|
+
isDeleted = "isDeleted",
|
|
29
|
+
deletedAt = "deletedAt"
|
|
28
30
|
}
|
|
29
31
|
export declare enum ProductAssciations {
|
|
30
32
|
category = "category",
|
|
@@ -42,5 +44,6 @@ export declare enum ProductAssciations {
|
|
|
42
44
|
relatedPivotsAggregate = "relatedPivotsAggregate",
|
|
43
45
|
creator = "creator",
|
|
44
46
|
website = "website",
|
|
45
|
-
relatedByPovit = "relatedByPovit"
|
|
47
|
+
relatedByPovit = "relatedByPovit",
|
|
48
|
+
relatedByPovitAggregate = "relatedByPovitAggregate"
|
|
46
49
|
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
export declare enum ThemeBranchFields {
|
|
2
|
+
id = "id",
|
|
3
|
+
name = "name",
|
|
4
|
+
settings = "settings",
|
|
5
|
+
description = "description",
|
|
6
|
+
/**
|
|
7
|
+
* 对应市场母主题ID
|
|
8
|
+
*/
|
|
9
|
+
parentThemeId = "parentThemeId",
|
|
10
|
+
createdAt = "createdAt",
|
|
11
|
+
updatedAt = "updatedAt",
|
|
12
|
+
status = "status",
|
|
13
|
+
version = "version"
|
|
14
|
+
}
|
|
15
|
+
export declare enum ThemeBranchAssciations {
|
|
16
|
+
components = "components",
|
|
17
|
+
componentsAggregate = "componentsAggregate",
|
|
18
|
+
componentCategories = "componentCategories",
|
|
19
|
+
componentCategoriesAggregate = "componentCategoriesAggregate",
|
|
20
|
+
pages = "pages",
|
|
21
|
+
pagesAggregate = "pagesAggregate",
|
|
22
|
+
lang = "lang",
|
|
23
|
+
config = "config",
|
|
24
|
+
templates = "templates",
|
|
25
|
+
templatesAggregate = "templatesAggregate",
|
|
26
|
+
templateCategories = "templateCategories",
|
|
27
|
+
templateCategoriesAggregate = "templateCategoriesAggregate",
|
|
28
|
+
styleConfig = "styleConfig",
|
|
29
|
+
mockWebsite = "mockWebsite",
|
|
30
|
+
marketVersion = "marketVersion",
|
|
31
|
+
website = "website",
|
|
32
|
+
belongsToMain = "belongsToMain"
|
|
33
|
+
}
|
|
@@ -1,37 +1,14 @@
|
|
|
1
1
|
export declare enum ThemeFields {
|
|
2
2
|
id = "id",
|
|
3
3
|
name = "name",
|
|
4
|
-
settings = "settings",
|
|
5
4
|
description = "description",
|
|
6
|
-
/**
|
|
7
|
-
* 是否在主题市场
|
|
8
|
-
*/
|
|
9
|
-
isInMarket = "isInMarket",
|
|
10
|
-
/**
|
|
11
|
-
* 对应市场母主题ID
|
|
12
|
-
*/
|
|
13
|
-
parentThemeId = "parentThemeId",
|
|
14
5
|
createdAt = "createdAt",
|
|
15
6
|
updatedAt = "updatedAt",
|
|
16
|
-
status = "status",
|
|
17
7
|
seqValue = "seqValue"
|
|
18
8
|
}
|
|
19
9
|
export declare enum ThemeAssciations {
|
|
10
|
+
branches = "branches",
|
|
11
|
+
branchesAggregate = "branchesAggregate",
|
|
20
12
|
cover = "cover",
|
|
21
|
-
components = "components",
|
|
22
|
-
componentsAggregate = "componentsAggregate",
|
|
23
|
-
componentCategories = "componentCategories",
|
|
24
|
-
componentCategoriesAggregate = "componentCategoriesAggregate",
|
|
25
|
-
pages = "pages",
|
|
26
|
-
pagesAggregate = "pagesAggregate",
|
|
27
|
-
lang = "lang",
|
|
28
|
-
config = "config",
|
|
29
|
-
templates = "templates",
|
|
30
|
-
templatesAggregate = "templatesAggregate",
|
|
31
|
-
templateCategories = "templateCategories",
|
|
32
|
-
templateCategoriesAggregate = "templateCategoriesAggregate",
|
|
33
|
-
styleConfig = "styleConfig",
|
|
34
|
-
marketVersion = "marketVersion",
|
|
35
|
-
website = "website",
|
|
36
13
|
category = "category"
|
|
37
14
|
}
|
|
@@ -45,6 +45,10 @@ export declare enum UserAssciations {
|
|
|
45
45
|
avatar = "avatar",
|
|
46
46
|
products = "products",
|
|
47
47
|
productsAggregate = "productsAggregate",
|
|
48
|
+
operations = "operations",
|
|
49
|
+
operationsAggregate = "operationsAggregate",
|
|
50
|
+
medias = "medias",
|
|
51
|
+
mediasAggregate = "mediasAggregate",
|
|
48
52
|
posts = "posts",
|
|
49
53
|
postsAggregate = "postsAggregate",
|
|
50
54
|
websites = "websites",
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export declare enum UserOperationFields {
|
|
2
|
+
id = "id",
|
|
3
|
+
type = "type",
|
|
4
|
+
createdAt = "createdAt",
|
|
5
|
+
title = "title",
|
|
6
|
+
description = "description",
|
|
7
|
+
module = "module",
|
|
8
|
+
langId = "langId"
|
|
9
|
+
}
|
|
10
|
+
export declare enum UserOperationAssciations {
|
|
11
|
+
user = "user",
|
|
12
|
+
website = "website"
|
|
13
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export declare enum VisitorLogFields {
|
|
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 declare enum VisitorLogAssciations {
|
|
25
|
+
}
|
|
@@ -44,10 +44,6 @@ export declare enum WebsiteAssciations {
|
|
|
44
44
|
partsOfProductAggregate = "partsOfProductAggregate",
|
|
45
45
|
partsOfPost = "partsOfPost",
|
|
46
46
|
partsOfPostAggregate = "partsOfPostAggregate",
|
|
47
|
-
partsOfSolution = "partsOfSolution",
|
|
48
|
-
partsOfSolutionAggregate = "partsOfSolutionAggregate",
|
|
49
|
-
partsOfCustomerCase = "partsOfCustomerCase",
|
|
50
|
-
partsOfCustomerCaseAggregate = "partsOfCustomerCaseAggregate",
|
|
51
47
|
partsOfPostCategory = "partsOfPostCategory",
|
|
52
48
|
partsOfPostCategoryAggregate = "partsOfPostCategoryAggregate",
|
|
53
49
|
partsOfTag = "partsOfTag",
|
|
@@ -71,8 +67,11 @@ export declare enum WebsiteAssciations {
|
|
|
71
67
|
changelogsAggregate = "changelogsAggregate",
|
|
72
68
|
searchIndexes = "searchIndexes",
|
|
73
69
|
searchIndexesAggregate = "searchIndexesAggregate",
|
|
74
|
-
faqs = "faqs",
|
|
75
|
-
faqsAggregate = "faqsAggregate",
|
|
76
70
|
bulletins = "bulletins",
|
|
77
|
-
bulletinsAggregate = "bulletinsAggregate"
|
|
71
|
+
bulletinsAggregate = "bulletinsAggregate",
|
|
72
|
+
snapshots = "snapshots",
|
|
73
|
+
snapshotsAggregate = "snapshotsAggregate",
|
|
74
|
+
userOperations = "userOperations",
|
|
75
|
+
userOperationsAggregate = "userOperationsAggregate",
|
|
76
|
+
mockBranch = "mockBranch"
|
|
78
77
|
}
|
package/dist/fields/index.d.ts
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
export * from './UserFields';
|
|
2
2
|
export * from './RoleFields';
|
|
3
3
|
export * from './AbilityFields';
|
|
4
|
+
export * from './StorageRecordFields';
|
|
4
5
|
export * from './MediaFields';
|
|
5
6
|
export * from './MailFields';
|
|
7
|
+
export * from './RoleVariableFields';
|
|
6
8
|
export * from './WebsiteFields';
|
|
7
9
|
export * from './LangFields';
|
|
8
10
|
export * from './WebsiteTypeFields';
|
|
@@ -11,7 +13,7 @@ export * from './PostFields';
|
|
|
11
13
|
export * from './ProductFields';
|
|
12
14
|
export * from './EnquiryFields';
|
|
13
15
|
export * from './WebsiteSettingsFields';
|
|
14
|
-
export * from './
|
|
16
|
+
export * from './ThemeBranchFields';
|
|
15
17
|
export * from './MediaFolderFields';
|
|
16
18
|
export * from './PostCategoryFields';
|
|
17
19
|
export * from './TagFields';
|
|
@@ -35,8 +37,10 @@ export * from './ChangeLogFields';
|
|
|
35
37
|
export * from './SearchIndexFields';
|
|
36
38
|
export * from './TaskFields';
|
|
37
39
|
export * from './NotificationFields';
|
|
38
|
-
export * from './CustomerCaseFields';
|
|
39
|
-
export * from './SolutionFields';
|
|
40
40
|
export * from './FAQFields';
|
|
41
41
|
export * from './BulletinFields';
|
|
42
42
|
export * from './ProductRelatedPivotFields';
|
|
43
|
+
export * from './WebsiteSnapshotFields';
|
|
44
|
+
export * from './VisitorLogFields';
|
|
45
|
+
export * from './UserOperationFields';
|
|
46
|
+
export * from './ThemeFields';
|