@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,4 +1,5 @@
|
|
|
1
1
|
export * from './FileRef';
|
|
2
|
+
export * from './FileRefInput';
|
|
2
3
|
export * from './IdComparisonExp';
|
|
3
4
|
export * from './BooleanComparisonExp';
|
|
4
5
|
export * from './DateTimeComparisonExp';
|
|
@@ -21,6 +22,11 @@ export * from './AbilityBoolExp';
|
|
|
21
22
|
export * from './AbilityOrderBy';
|
|
22
23
|
export * from './AbilityDistinctExp';
|
|
23
24
|
export * from './AbilityType';
|
|
25
|
+
export * from './StorageRecord';
|
|
26
|
+
export * from './StorageRecordInput';
|
|
27
|
+
export * from './StorageRecordBoolExp';
|
|
28
|
+
export * from './StorageRecordOrderBy';
|
|
29
|
+
export * from './StorageRecordDistinctExp';
|
|
24
30
|
export * from './Media';
|
|
25
31
|
export * from './MediaInput';
|
|
26
32
|
export * from './MediaBoolExp';
|
|
@@ -33,6 +39,12 @@ export * from './MailBoolExp';
|
|
|
33
39
|
export * from './MailOrderBy';
|
|
34
40
|
export * from './MailDistinctExp';
|
|
35
41
|
export * from './MailType';
|
|
42
|
+
export * from './VariableType';
|
|
43
|
+
export * from './RoleVariable';
|
|
44
|
+
export * from './RoleVariableInput';
|
|
45
|
+
export * from './RoleVariableBoolExp';
|
|
46
|
+
export * from './RoleVariableOrderBy';
|
|
47
|
+
export * from './RoleVariableDistinctExp';
|
|
36
48
|
export * from './Website';
|
|
37
49
|
export * from './WebsiteInput';
|
|
38
50
|
export * from './WebsiteBoolExp';
|
|
@@ -73,11 +85,11 @@ export * from './WebsiteSettingsInput';
|
|
|
73
85
|
export * from './WebsiteSettingsBoolExp';
|
|
74
86
|
export * from './WebsiteSettingsOrderBy';
|
|
75
87
|
export * from './WebsiteSettingsDistinctExp';
|
|
76
|
-
export * from './
|
|
77
|
-
export * from './
|
|
78
|
-
export * from './
|
|
79
|
-
export * from './
|
|
80
|
-
export * from './
|
|
88
|
+
export * from './ThemeBranch';
|
|
89
|
+
export * from './ThemeBranchInput';
|
|
90
|
+
export * from './ThemeBranchBoolExp';
|
|
91
|
+
export * from './ThemeBranchOrderBy';
|
|
92
|
+
export * from './ThemeBranchDistinctExp';
|
|
81
93
|
export * from './MediaFolder';
|
|
82
94
|
export * from './MediaFolderInput';
|
|
83
95
|
export * from './MediaFolderBoolExp';
|
|
@@ -165,7 +177,7 @@ export * from './ComponentCategoryInput';
|
|
|
165
177
|
export * from './ComponentCategoryBoolExp';
|
|
166
178
|
export * from './ComponentCategoryOrderBy';
|
|
167
179
|
export * from './ComponentCategoryDistinctExp';
|
|
168
|
-
export * from './
|
|
180
|
+
export * from './PropsSchema';
|
|
169
181
|
export * from './Marketable';
|
|
170
182
|
export * from './MarketableBoolExp';
|
|
171
183
|
export * from './MarketableOrderBy';
|
|
@@ -248,16 +260,6 @@ export * from './NotificationOrderBy';
|
|
|
248
260
|
export * from './NotificationDistinctExp';
|
|
249
261
|
export * from './NotificationStatus';
|
|
250
262
|
export * from './NotificationType';
|
|
251
|
-
export * from './CustomerCase';
|
|
252
|
-
export * from './CustomerCaseInput';
|
|
253
|
-
export * from './CustomerCaseBoolExp';
|
|
254
|
-
export * from './CustomerCaseOrderBy';
|
|
255
|
-
export * from './CustomerCaseDistinctExp';
|
|
256
|
-
export * from './Solution';
|
|
257
|
-
export * from './SolutionInput';
|
|
258
|
-
export * from './SolutionBoolExp';
|
|
259
|
-
export * from './SolutionOrderBy';
|
|
260
|
-
export * from './SolutionDistinctExp';
|
|
261
263
|
export * from './FAQ';
|
|
262
264
|
export * from './FAQInput';
|
|
263
265
|
export * from './FAQBoolExp';
|
|
@@ -273,3 +275,31 @@ export * from './ProductRelatedPivotInput';
|
|
|
273
275
|
export * from './ProductRelatedPivotBoolExp';
|
|
274
276
|
export * from './ProductRelatedPivotOrderBy';
|
|
275
277
|
export * from './ProductRelatedPivotDistinctExp';
|
|
278
|
+
export * from './WebsiteSnapshot';
|
|
279
|
+
export * from './WebsiteSnapshotInput';
|
|
280
|
+
export * from './WebsiteSnapshotBoolExp';
|
|
281
|
+
export * from './WebsiteSnapshotOrderBy';
|
|
282
|
+
export * from './WebsiteSnapshotDistinctExp';
|
|
283
|
+
export * from './Softable';
|
|
284
|
+
export * from './SoftableBoolExp';
|
|
285
|
+
export * from './SoftableOrderBy';
|
|
286
|
+
export * from './SoftableDistinctExp';
|
|
287
|
+
export * from './VisitorLog';
|
|
288
|
+
export * from './VisitorLogInput';
|
|
289
|
+
export * from './VisitorLogBoolExp';
|
|
290
|
+
export * from './VisitorLogOrderBy';
|
|
291
|
+
export * from './VisitorLogDistinctExp';
|
|
292
|
+
export * from './VistType';
|
|
293
|
+
export * from './UserOperation';
|
|
294
|
+
export * from './UserOperationInput';
|
|
295
|
+
export * from './UserOperationBoolExp';
|
|
296
|
+
export * from './UserOperationOrderBy';
|
|
297
|
+
export * from './UserOperationDistinctExp';
|
|
298
|
+
export * from './ImageSizes';
|
|
299
|
+
export * from './ImageSize';
|
|
300
|
+
export * from './EnquirySettings';
|
|
301
|
+
export * from './Theme';
|
|
302
|
+
export * from './ThemeInput';
|
|
303
|
+
export * from './ThemeBoolExp';
|
|
304
|
+
export * from './ThemeOrderBy';
|
|
305
|
+
export * from './ThemeDistinctExp';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rxdrag/rxcms-models",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.78",
|
|
4
4
|
"main": "dist/index.mjs",
|
|
5
5
|
"module": "dist/index.mjs",
|
|
6
6
|
"files": [
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"swr": "^2.2.4",
|
|
20
|
-
"@rxdrag/entify-lib": "0.0.
|
|
20
|
+
"@rxdrag/entify-lib": "0.0.10"
|
|
21
21
|
},
|
|
22
22
|
"scripts": {
|
|
23
23
|
"lint": "eslint . --ext .ts,tsx",
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { IQueryArgs } from "@rxdrag/entify-lib";
|
|
2
|
-
import { QueryOptions } from "./QueryOptions";
|
|
3
|
-
import { CustomerCase, CustomerCaseBoolExp, CustomerCaseDistinctExp, CustomerCaseOrderBy } from "../interfaces";
|
|
4
|
-
import { LangQueryOptions } from './LangQueryOptions';
|
|
5
|
-
import { Lang } from '../interfaces';
|
|
6
|
-
import { WebsiteQueryOptions } from './WebsiteQueryOptions';
|
|
7
|
-
import { Website } from '../interfaces';
|
|
8
|
-
export declare class CustomerCaseQueryOptions extends QueryOptions<CustomerCase, CustomerCaseBoolExp, CustomerCaseOrderBy, CustomerCaseDistinctExp> {
|
|
9
|
-
constructor(fields?: (keyof CustomerCase)[], queryArgs?: IQueryArgs<CustomerCaseBoolExp, CustomerCaseOrderBy, CustomerCaseDistinctExp>);
|
|
10
|
-
id(): this;
|
|
11
|
-
publishedAt(): this;
|
|
12
|
-
status(): this;
|
|
13
|
-
title(): this;
|
|
14
|
-
extends(): this;
|
|
15
|
-
createdAt(): this;
|
|
16
|
-
updatedAt(): this;
|
|
17
|
-
content(): this;
|
|
18
|
-
slug(): this;
|
|
19
|
-
description(): this;
|
|
20
|
-
lang(options?: LangQueryOptions | (keyof Lang)[]): this;
|
|
21
|
-
website(options?: WebsiteQueryOptions | (keyof Website)[]): this;
|
|
22
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { IAggregate, IQueryArgs } from "@rxdrag/entify-lib";
|
|
2
|
-
import { QueryOptions } from "./QueryOptions";
|
|
3
|
-
import { Solution, SolutionBoolExp, SolutionDistinctExp, SolutionOrderBy } from "../interfaces";
|
|
4
|
-
import { LangQueryOptions } from './LangQueryOptions';
|
|
5
|
-
import { Lang } from '../interfaces';
|
|
6
|
-
import { FAQQueryOptions } from './FAQQueryOptions';
|
|
7
|
-
import { FAQ } from '../interfaces';
|
|
8
|
-
import { FAQBoolExp } from '../interfaces';
|
|
9
|
-
import { WebsiteQueryOptions } from './WebsiteQueryOptions';
|
|
10
|
-
import { Website } from '../interfaces';
|
|
11
|
-
export declare class SolutionQueryOptions extends QueryOptions<Solution, SolutionBoolExp, SolutionOrderBy, SolutionDistinctExp> {
|
|
12
|
-
constructor(fields?: (keyof Solution)[], queryArgs?: IQueryArgs<SolutionBoolExp, SolutionOrderBy, SolutionDistinctExp>);
|
|
13
|
-
id(): this;
|
|
14
|
-
publishedAt(): this;
|
|
15
|
-
status(): this;
|
|
16
|
-
title(): this;
|
|
17
|
-
extends(): this;
|
|
18
|
-
createdAt(): this;
|
|
19
|
-
updatedAt(): this;
|
|
20
|
-
content(): this;
|
|
21
|
-
slug(): this;
|
|
22
|
-
description(): this;
|
|
23
|
-
lang(options?: LangQueryOptions | (keyof Lang)[]): this;
|
|
24
|
-
faqs(options?: FAQQueryOptions | (keyof FAQ)[]): this;
|
|
25
|
-
faqsAggregate(aggregate: IAggregate<FAQBoolExp>): this;
|
|
26
|
-
website(options?: WebsiteQueryOptions | (keyof Website)[]): this;
|
|
27
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
export declare enum CustomerCaseFields {
|
|
2
|
-
id = "id",
|
|
3
|
-
publishedAt = "publishedAt",
|
|
4
|
-
status = "status",
|
|
5
|
-
title = "title",
|
|
6
|
-
extends = "extends",
|
|
7
|
-
createdAt = "createdAt",
|
|
8
|
-
updatedAt = "updatedAt",
|
|
9
|
-
content = "content",
|
|
10
|
-
slug = "slug",
|
|
11
|
-
description = "description"
|
|
12
|
-
}
|
|
13
|
-
export declare enum CustomerCaseAssciations {
|
|
14
|
-
lang = "lang",
|
|
15
|
-
website = "website"
|
|
16
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
export declare enum SolutionFields {
|
|
2
|
-
id = "id",
|
|
3
|
-
publishedAt = "publishedAt",
|
|
4
|
-
status = "status",
|
|
5
|
-
title = "title",
|
|
6
|
-
extends = "extends",
|
|
7
|
-
createdAt = "createdAt",
|
|
8
|
-
updatedAt = "updatedAt",
|
|
9
|
-
content = "content",
|
|
10
|
-
slug = "slug",
|
|
11
|
-
description = "description"
|
|
12
|
-
}
|
|
13
|
-
export declare enum SolutionAssciations {
|
|
14
|
-
lang = "lang",
|
|
15
|
-
faqs = "faqs",
|
|
16
|
-
faqsAggregate = "faqsAggregate",
|
|
17
|
-
website = "website"
|
|
18
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { Lang } from './Lang';
|
|
2
|
-
import { Website } from './Website';
|
|
3
|
-
import { Publishable } from './Publishable';
|
|
4
|
-
import { Slugable } from './Slugable';
|
|
5
|
-
export declare const CustomerCaseEntityName = "CustomerCase";
|
|
6
|
-
export declare const CustomerCaseEntityLabel = "";
|
|
7
|
-
export interface CustomerCase extends Publishable, Slugable {
|
|
8
|
-
id?: string | null;
|
|
9
|
-
lang?: Lang;
|
|
10
|
-
website?: Website;
|
|
11
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { PublishableBoolExp } from './PublishableBoolExp';
|
|
2
|
-
import { SlugableBoolExp } from './SlugableBoolExp';
|
|
3
|
-
import { IdComparisonExp } from './IdComparisonExp';
|
|
4
|
-
import { LangBoolExp } from './LangBoolExp';
|
|
5
|
-
import { WebsiteBoolExp } from './WebsiteBoolExp';
|
|
6
|
-
export interface CustomerCaseBoolExp extends PublishableBoolExp, SlugableBoolExp {
|
|
7
|
-
_and?: CustomerCaseBoolExp[];
|
|
8
|
-
_or?: CustomerCaseBoolExp[];
|
|
9
|
-
_not?: CustomerCaseBoolExp;
|
|
10
|
-
id?: IdComparisonExp;
|
|
11
|
-
lang?: LangBoolExp;
|
|
12
|
-
website?: WebsiteBoolExp;
|
|
13
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { PublishableDistinctExp } from './PublishableDistinctExp';
|
|
2
|
-
import { SlugableDistinctExp } from './SlugableDistinctExp';
|
|
3
|
-
export declare enum CustomerCaseDistinctEnum {
|
|
4
|
-
id = "id",
|
|
5
|
-
publishedAt = "publishedAt",
|
|
6
|
-
status = "status",
|
|
7
|
-
title = "title",
|
|
8
|
-
extends = "extends",
|
|
9
|
-
createdAt = "createdAt",
|
|
10
|
-
updatedAt = "updatedAt",
|
|
11
|
-
content = "content",
|
|
12
|
-
slug = "slug",
|
|
13
|
-
description = "description"
|
|
14
|
-
}
|
|
15
|
-
export type CustomerCaseDistinctExp = CustomerCaseDistinctEnum | PublishableDistinctExp | SlugableDistinctExp;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { CustomerCase } from './CustomerCase';
|
|
2
|
-
import { LangInput } from './LangInput';
|
|
3
|
-
import { WebsiteInput } from './WebsiteInput';
|
|
4
|
-
import { SetHasOne } from '@rxdrag/entify-lib';
|
|
5
|
-
import { Publishable } from './Publishable';
|
|
6
|
-
import { Slugable } from './Slugable';
|
|
7
|
-
export interface CustomerCaseInput extends Publishable, Slugable {
|
|
8
|
-
id?: string | null;
|
|
9
|
-
lang?: SetHasOne<LangInput>;
|
|
10
|
-
website?: SetHasOne<WebsiteInput>;
|
|
11
|
-
}
|
|
12
|
-
export declare const customerCaseToInputCascade: (entity: CustomerCase) => CustomerCaseInput;
|
|
13
|
-
export declare const customerCaseToInput: (entity: CustomerCase) => CustomerCaseInput;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { Lang } from './Lang';
|
|
2
|
-
import { FAQ } from './FAQ';
|
|
3
|
-
import { Website } from './Website';
|
|
4
|
-
import { Aggregate } from './Aggregate';
|
|
5
|
-
import { Publishable } from './Publishable';
|
|
6
|
-
import { Slugable } from './Slugable';
|
|
7
|
-
export declare const SolutionEntityName = "Solution";
|
|
8
|
-
export declare const SolutionEntityLabel = "";
|
|
9
|
-
export interface Solution extends Publishable, Slugable {
|
|
10
|
-
id?: string | null;
|
|
11
|
-
lang?: Lang;
|
|
12
|
-
faqs?: FAQ[];
|
|
13
|
-
website?: Website;
|
|
14
|
-
faqsAggregate?: Aggregate;
|
|
15
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { PublishableBoolExp } from './PublishableBoolExp';
|
|
2
|
-
import { SlugableBoolExp } from './SlugableBoolExp';
|
|
3
|
-
import { IdComparisonExp } from './IdComparisonExp';
|
|
4
|
-
import { LangBoolExp } from './LangBoolExp';
|
|
5
|
-
import { FAQBoolExp } from './FAQBoolExp';
|
|
6
|
-
import { WebsiteBoolExp } from './WebsiteBoolExp';
|
|
7
|
-
export interface SolutionBoolExp extends PublishableBoolExp, SlugableBoolExp {
|
|
8
|
-
_and?: SolutionBoolExp[];
|
|
9
|
-
_or?: SolutionBoolExp[];
|
|
10
|
-
_not?: SolutionBoolExp;
|
|
11
|
-
id?: IdComparisonExp;
|
|
12
|
-
lang?: LangBoolExp;
|
|
13
|
-
faqs?: FAQBoolExp;
|
|
14
|
-
website?: WebsiteBoolExp;
|
|
15
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { PublishableDistinctExp } from './PublishableDistinctExp';
|
|
2
|
-
import { SlugableDistinctExp } from './SlugableDistinctExp';
|
|
3
|
-
export declare enum SolutionDistinctEnum {
|
|
4
|
-
id = "id",
|
|
5
|
-
publishedAt = "publishedAt",
|
|
6
|
-
status = "status",
|
|
7
|
-
title = "title",
|
|
8
|
-
extends = "extends",
|
|
9
|
-
createdAt = "createdAt",
|
|
10
|
-
updatedAt = "updatedAt",
|
|
11
|
-
content = "content",
|
|
12
|
-
slug = "slug",
|
|
13
|
-
description = "description"
|
|
14
|
-
}
|
|
15
|
-
export type SolutionDistinctExp = SolutionDistinctEnum | PublishableDistinctExp | SlugableDistinctExp;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { Solution } from './Solution';
|
|
2
|
-
import { LangInput } from './LangInput';
|
|
3
|
-
import { FAQInput } from './FAQInput';
|
|
4
|
-
import { WebsiteInput } from './WebsiteInput';
|
|
5
|
-
import { SetHasMany } from '@rxdrag/entify-lib';
|
|
6
|
-
import { SetHasOne } from '@rxdrag/entify-lib';
|
|
7
|
-
import { Publishable } from './Publishable';
|
|
8
|
-
import { Slugable } from './Slugable';
|
|
9
|
-
export interface SolutionInput extends Publishable, Slugable {
|
|
10
|
-
id?: string | null;
|
|
11
|
-
lang?: SetHasOne<LangInput>;
|
|
12
|
-
faqs?: SetHasMany<FAQInput>;
|
|
13
|
-
website?: SetHasOne<WebsiteInput>;
|
|
14
|
-
}
|
|
15
|
-
export declare const solutionToInputCascade: (entity: Solution) => SolutionInput;
|
|
16
|
-
export declare const solutionToInput: (entity: Solution) => SolutionInput;
|