@rxdrag/rxcms-models 0.3.75 → 0.3.77
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/classes/AbilityQueryOptions.d.ts +2 -2
- package/dist/classes/BulletinQueryOptions.d.ts +19 -0
- package/dist/classes/ComponentCategoryQueryOptions.d.ts +4 -3
- package/dist/classes/EnquiryQueryOptions.d.ts +10 -1
- package/dist/classes/FAQQueryOptions.d.ts +15 -0
- package/dist/classes/FrontComponentQueryOptions.d.ts +12 -3
- package/dist/classes/LangQueryOptions.d.ts +10 -15
- package/dist/classes/MediaQueryOptions.d.ts +30 -10
- package/dist/classes/PageQueryOptions.d.ts +3 -3
- package/dist/classes/PostQueryOptions.d.ts +2 -0
- package/dist/classes/ProductQueryOptions.d.ts +14 -0
- package/dist/classes/ProductRelatedPivotQueryOptions.d.ts +12 -0
- package/dist/classes/RoleQueryOptions.d.ts +5 -0
- package/dist/classes/RoleVariableQueryOptions.d.ts +15 -0
- package/dist/classes/SectionTemplateQueryOptions.d.ts +6 -3
- package/dist/classes/StorageRecordQueryOptions.d.ts +11 -0
- package/dist/classes/StyleConfigQueryOptions.d.ts +3 -3
- package/dist/classes/TemplateCategoryQueryOptions.d.ts +3 -3
- package/dist/classes/ThemeBranchQueryOptions.d.ts +62 -0
- package/dist/classes/ThemeConfigQueryOptions.d.ts +3 -3
- package/dist/classes/ThemeQueryOptions.d.ts +5 -50
- package/dist/classes/ThemeVersionQueryOptions.d.ts +3 -3
- package/dist/classes/UserOperationQueryOptions.d.ts +19 -0
- package/dist/classes/UserQueryOptions.d.ts +8 -0
- package/dist/classes/VisitorLogQueryOptions.d.ts +27 -0
- package/dist/classes/WebsiteQueryOptions.d.ts +21 -15
- package/dist/classes/WebsiteSnapshotQueryOptions.d.ts +15 -0
- package/dist/classes/index.d.ts +10 -3
- package/dist/entries/bulletinEntry.d.ts +2 -0
- package/dist/entries/{videoEntry.d.ts → fAQEntry.d.ts} +1 -1
- package/dist/entries/index.d.ts +10 -3
- package/dist/entries/productRelatedPivotEntry.d.ts +2 -0
- package/dist/entries/roleVariableEntry.d.ts +2 -0
- package/dist/entries/storageRecordEntry.d.ts +2 -0
- package/dist/entries/themeBranchEntry.d.ts +2 -0
- package/dist/entries/userOperationEntry.d.ts +2 -0
- package/dist/entries/visitorLogEntry.d.ts +2 -0
- package/dist/entries/websiteSnapshotEntry.d.ts +2 -0
- package/dist/fields/AbilityFields.d.ts +2 -2
- package/dist/fields/BulletinFields.d.ts +13 -0
- package/dist/fields/ComponentCategoryFields.d.ts +2 -1
- package/dist/fields/EnquiryFields.d.ts +6 -0
- package/dist/fields/FAQFields.d.ts +11 -0
- package/dist/fields/FrontComponentFields.d.ts +8 -1
- package/dist/fields/LangFields.d.ts +3 -5
- package/dist/fields/MediaFields.d.ts +18 -5
- package/dist/fields/PostFields.d.ts +3 -1
- package/dist/fields/ProductFields.d.ts +10 -2
- package/dist/fields/ProductRelatedPivotFields.d.ts +8 -0
- package/dist/fields/RoleFields.d.ts +2 -0
- package/dist/fields/RoleVariableFields.d.ts +11 -0
- package/dist/fields/SectionTemplateFields.d.ts +1 -0
- package/dist/fields/StorageRecordFields.d.ts +9 -0
- package/dist/fields/ThemeBranchFields.d.ts +33 -0
- package/dist/fields/ThemeFields.d.ts +2 -25
- package/dist/fields/UserFields.d.ts +4 -0
- package/dist/fields/UserOperationFields.d.ts +13 -0
- package/dist/fields/VisitorLogFields.d.ts +25 -0
- package/dist/fields/WebsiteFields.d.ts +8 -5
- package/dist/fields/WebsiteSnapshotFields.d.ts +8 -0
- package/dist/fields/index.d.ts +10 -3
- package/dist/index.mjs +1474 -566
- package/dist/index.mjs.map +1 -1
- package/dist/interfaces/Ability.d.ts +3 -3
- package/dist/interfaces/AbilityBoolExp.d.ts +3 -3
- package/dist/interfaces/AbilityDistinctExp.d.ts +2 -2
- package/dist/interfaces/AbilityInput.d.ts +3 -3
- package/dist/interfaces/AbilityOrderBy.d.ts +2 -2
- package/dist/interfaces/Bulletin.d.ts +19 -0
- package/dist/interfaces/BulletinBoolExp.d.ts +23 -0
- package/dist/interfaces/BulletinDistinctExp.d.ts +10 -0
- package/dist/interfaces/BulletinInput.d.ts +21 -0
- package/dist/interfaces/BulletinOrderBy.d.ts +14 -0
- package/dist/interfaces/ComponentCategory.d.ts +3 -2
- package/dist/interfaces/ComponentCategoryBoolExp.d.ts +3 -2
- package/dist/interfaces/ComponentCategoryDistinctExp.d.ts +2 -1
- package/dist/interfaces/ComponentCategoryInput.d.ts +3 -2
- package/dist/interfaces/ComponentCategoryOrderBy.d.ts +1 -0
- package/dist/interfaces/Enquiry.d.ts +8 -0
- package/dist/interfaces/EnquiryBoolExp.d.ts +6 -0
- package/dist/interfaces/EnquiryDistinctExp.d.ts +4 -0
- package/dist/interfaces/EnquiryInput.d.ts +7 -0
- package/dist/interfaces/EnquiryOrderBy.d.ts +4 -0
- package/dist/interfaces/EnquirySettings.d.ts +4 -0
- package/dist/interfaces/FAQ.d.ts +12 -0
- package/dist/interfaces/FAQBoolExp.d.ts +17 -0
- package/dist/interfaces/FAQDistinctExp.d.ts +9 -0
- package/dist/interfaces/FAQInput.d.ts +14 -0
- package/dist/interfaces/FAQOrderBy.d.ts +9 -0
- package/dist/interfaces/FileRef.d.ts +7 -0
- package/dist/interfaces/FileRefInput.d.ts +5 -0
- package/dist/interfaces/FrontComponent.d.ts +12 -4
- package/dist/interfaces/FrontComponentBoolExp.d.ts +7 -2
- package/dist/interfaces/FrontComponentDistinctExp.d.ts +7 -1
- package/dist/interfaces/FrontComponentInput.d.ts +12 -4
- package/dist/interfaces/FrontComponentOrderBy.d.ts +6 -0
- package/dist/interfaces/ImageSize.d.ts +4 -0
- package/dist/interfaces/ImageSizes.d.ts +6 -0
- package/dist/interfaces/Lang.d.ts +5 -8
- package/dist/interfaces/LangBoolExp.d.ts +4 -6
- package/dist/interfaces/LangInput.d.ts +4 -6
- package/dist/interfaces/Media.d.ts +22 -7
- package/dist/interfaces/MediaBoolExp.d.ts +16 -5
- package/dist/interfaces/MediaDistinctExp.d.ts +11 -2
- package/dist/interfaces/MediaInput.d.ts +21 -7
- package/dist/interfaces/MediaOrderBy.d.ts +8 -1
- package/dist/interfaces/Page.d.ts +2 -2
- package/dist/interfaces/PageBoolExp.d.ts +2 -2
- package/dist/interfaces/PageInput.d.ts +2 -2
- package/dist/interfaces/PageType.d.ts +9 -1
- package/dist/interfaces/Post.d.ts +2 -1
- package/dist/interfaces/PostBoolExp.d.ts +2 -1
- package/dist/interfaces/PostDistinctExp.d.ts +5 -2
- package/dist/interfaces/PostInput.d.ts +2 -1
- package/dist/interfaces/PostOrderBy.d.ts +2 -1
- package/dist/interfaces/Product.d.ts +10 -1
- package/dist/interfaces/ProductBoolExp.d.ts +7 -1
- package/dist/interfaces/ProductDistinctExp.d.ts +5 -2
- package/dist/interfaces/ProductInput.d.ts +7 -1
- package/dist/interfaces/ProductOrderBy.d.ts +2 -1
- package/dist/interfaces/ProductRelatedPivot.d.ts +9 -0
- package/dist/interfaces/ProductRelatedPivotBoolExp.d.ts +12 -0
- package/dist/interfaces/ProductRelatedPivotDistinctExp.d.ts +5 -0
- package/dist/interfaces/ProductRelatedPivotInput.d.ts +11 -0
- package/dist/interfaces/ProductRelatedPivotOrderBy.d.ts +5 -0
- package/dist/interfaces/PropsSchema.d.ts +7 -0
- package/dist/interfaces/Role.d.ts +3 -0
- package/dist/interfaces/RoleBoolExp.d.ts +2 -0
- package/dist/interfaces/RoleInput.d.ts +2 -0
- package/dist/interfaces/RoleVariable.d.ts +13 -0
- package/dist/interfaces/RoleVariableBoolExp.d.ts +17 -0
- package/dist/interfaces/RoleVariableDistinctExp.d.ts +9 -0
- package/dist/interfaces/RoleVariableInput.d.ts +15 -0
- package/dist/interfaces/RoleVariableOrderBy.d.ts +9 -0
- package/dist/interfaces/SectionTemplate.d.ts +4 -2
- package/dist/interfaces/SectionTemplateBoolExp.d.ts +4 -2
- package/dist/interfaces/SectionTemplateInput.d.ts +4 -2
- package/dist/interfaces/Softable.d.ts +5 -0
- package/dist/interfaces/SoftableBoolExp.d.ts +11 -0
- package/dist/interfaces/SoftableDistinctExp.d.ts +6 -0
- package/dist/interfaces/SoftableOrderBy.d.ts +6 -0
- package/dist/interfaces/StorageRecord.d.ts +9 -0
- package/dist/interfaces/StorageRecordBoolExp.d.ts +13 -0
- package/dist/interfaces/StorageRecordDistinctExp.d.ts +8 -0
- package/dist/interfaces/StorageRecordInput.d.ts +10 -0
- package/dist/interfaces/StorageRecordOrderBy.d.ts +8 -0
- package/dist/interfaces/StyleConfig.d.ts +2 -2
- package/dist/interfaces/StyleConfigBoolExp.d.ts +2 -2
- package/dist/interfaces/StyleConfigInput.d.ts +2 -2
- package/dist/interfaces/TemplateCategory.d.ts +2 -2
- package/dist/interfaces/TemplateCategoryBoolExp.d.ts +2 -2
- package/dist/interfaces/TemplateCategoryInput.d.ts +2 -2
- package/dist/interfaces/Theme.d.ts +4 -37
- package/dist/interfaces/ThemeBoolExp.d.ts +4 -27
- package/dist/interfaces/ThemeBranch.d.ts +46 -0
- package/dist/interfaces/ThemeBranchBoolExp.d.ts +40 -0
- package/dist/interfaces/ThemeBranchDistinctExp.d.ts +15 -0
- package/dist/interfaces/ThemeBranchInput.d.ts +43 -0
- package/dist/interfaces/ThemeBranchOrderBy.d.ts +15 -0
- package/dist/interfaces/ThemeConfig.d.ts +2 -2
- package/dist/interfaces/ThemeConfigBoolExp.d.ts +2 -2
- package/dist/interfaces/ThemeConfigInput.d.ts +2 -2
- package/dist/interfaces/ThemeDistinctExp.d.ts +0 -10
- package/dist/interfaces/ThemeInput.d.ts +3 -32
- package/dist/interfaces/ThemeOrderBy.d.ts +0 -10
- package/dist/interfaces/ThemeSettings.d.ts +5 -0
- package/dist/interfaces/ThemeVersion.d.ts +2 -2
- package/dist/interfaces/ThemeVersionBoolExp.d.ts +2 -2
- package/dist/interfaces/ThemeVersionInput.d.ts +2 -2
- package/dist/interfaces/User.d.ts +5 -0
- package/dist/interfaces/UserBoolExp.d.ts +3 -0
- package/dist/interfaces/UserInput.d.ts +3 -0
- package/dist/interfaces/UserOperation.d.ts +16 -0
- package/dist/interfaces/UserOperationBoolExp.d.ts +21 -0
- package/dist/interfaces/UserOperationDistinctExp.d.ts +10 -0
- package/dist/interfaces/UserOperationInput.d.ts +18 -0
- package/dist/interfaces/UserOperationOrderBy.d.ts +10 -0
- package/dist/interfaces/VariableType.d.ts +10 -0
- package/dist/interfaces/VisitorLog.d.ts +26 -0
- package/dist/interfaces/VisitorLogBoolExp.d.ts +33 -0
- package/dist/interfaces/VisitorLogDistinctExp.d.ts +24 -0
- package/dist/interfaces/VisitorLogInput.d.ts +27 -0
- package/dist/interfaces/VisitorLogOrderBy.d.ts +24 -0
- package/dist/interfaces/VistType.d.ts +14 -0
- package/dist/interfaces/Website.d.ts +12 -8
- package/dist/interfaces/WebsiteBoolExp.d.ts +9 -6
- package/dist/interfaces/WebsiteInput.d.ts +9 -6
- package/dist/interfaces/WebsiteSnapshot.d.ts +11 -0
- package/dist/interfaces/WebsiteSnapshotBoolExp.d.ts +11 -0
- package/dist/interfaces/WebsiteSnapshotDistinctExp.d.ts +4 -0
- package/dist/interfaces/WebsiteSnapshotInput.d.ts +12 -0
- package/dist/interfaces/WebsiteSnapshotOrderBy.d.ts +4 -0
- package/dist/interfaces/index.d.ts +61 -16
- package/package.json +2 -2
- package/dist/classes/VideoFolderQueryOptions.d.ts +0 -26
- package/dist/classes/VideoQueryOptions.d.ts +0 -31
- package/dist/entries/videoFolderEntry.d.ts +0 -2
- package/dist/fields/VideoFields.d.ts +0 -20
- package/dist/fields/VideoFolderFields.d.ts +0 -17
- package/dist/interfaces/PropsFields.d.ts +0 -8
- package/dist/interfaces/Video.d.ts +0 -27
- package/dist/interfaces/VideoBoolExp.d.ts +0 -29
- package/dist/interfaces/VideoDistinctExp.d.ts +0 -15
- package/dist/interfaces/VideoFolder.d.ts +0 -23
- package/dist/interfaces/VideoFolderBoolExp.d.ts +0 -24
- package/dist/interfaces/VideoFolderDistinctExp.d.ts +0 -10
- package/dist/interfaces/VideoFolderInput.d.ts +0 -23
- package/dist/interfaces/VideoFolderOrderBy.d.ts +0 -11
- package/dist/interfaces/VideoInput.d.ts +0 -28
- package/dist/interfaces/VideoOrderBy.d.ts +0 -16
|
@@ -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';
|
|
@@ -233,16 +245,6 @@ export * from './SearchIndexOrderBy';
|
|
|
233
245
|
export * from './SearchIndexDistinctExp';
|
|
234
246
|
export * from './SourceType';
|
|
235
247
|
export * from './DeployConfig';
|
|
236
|
-
export * from './VideoFolder';
|
|
237
|
-
export * from './VideoFolderInput';
|
|
238
|
-
export * from './VideoFolderBoolExp';
|
|
239
|
-
export * from './VideoFolderOrderBy';
|
|
240
|
-
export * from './VideoFolderDistinctExp';
|
|
241
|
-
export * from './Video';
|
|
242
|
-
export * from './VideoInput';
|
|
243
|
-
export * from './VideoBoolExp';
|
|
244
|
-
export * from './VideoOrderBy';
|
|
245
|
-
export * from './VideoDistinctExp';
|
|
246
248
|
export * from './Task';
|
|
247
249
|
export * from './TaskInput';
|
|
248
250
|
export * from './TaskBoolExp';
|
|
@@ -258,3 +260,46 @@ export * from './NotificationOrderBy';
|
|
|
258
260
|
export * from './NotificationDistinctExp';
|
|
259
261
|
export * from './NotificationStatus';
|
|
260
262
|
export * from './NotificationType';
|
|
263
|
+
export * from './FAQ';
|
|
264
|
+
export * from './FAQInput';
|
|
265
|
+
export * from './FAQBoolExp';
|
|
266
|
+
export * from './FAQOrderBy';
|
|
267
|
+
export * from './FAQDistinctExp';
|
|
268
|
+
export * from './Bulletin';
|
|
269
|
+
export * from './BulletinInput';
|
|
270
|
+
export * from './BulletinBoolExp';
|
|
271
|
+
export * from './BulletinOrderBy';
|
|
272
|
+
export * from './BulletinDistinctExp';
|
|
273
|
+
export * from './ProductRelatedPivot';
|
|
274
|
+
export * from './ProductRelatedPivotInput';
|
|
275
|
+
export * from './ProductRelatedPivotBoolExp';
|
|
276
|
+
export * from './ProductRelatedPivotOrderBy';
|
|
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.77",
|
|
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.9"
|
|
21
21
|
},
|
|
22
22
|
"scripts": {
|
|
23
23
|
"lint": "eslint . --ext .ts,tsx",
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { IAggregate, IQueryArgs } from "@rxdrag/entify-lib";
|
|
2
|
-
import { QueryOptions } from "./QueryOptions";
|
|
3
|
-
import { VideoFolder, VideoFolderBoolExp, VideoFolderDistinctExp, VideoFolderOrderBy } from "../interfaces";
|
|
4
|
-
import { LangQueryOptions } from './LangQueryOptions';
|
|
5
|
-
import { Lang } from '../interfaces';
|
|
6
|
-
import { WebsiteQueryOptions } from './WebsiteQueryOptions';
|
|
7
|
-
import { Website } from '../interfaces';
|
|
8
|
-
import { VideoQueryOptions } from './VideoQueryOptions';
|
|
9
|
-
import { Video } from '../interfaces';
|
|
10
|
-
import { VideoBoolExp } from '../interfaces';
|
|
11
|
-
export declare class VideoFolderQueryOptions extends QueryOptions<VideoFolder, VideoFolderBoolExp, VideoFolderOrderBy, VideoFolderDistinctExp> {
|
|
12
|
-
constructor(fields?: (keyof VideoFolder)[], queryArgs?: IQueryArgs<VideoFolderBoolExp, VideoFolderOrderBy, VideoFolderDistinctExp>);
|
|
13
|
-
id(): this;
|
|
14
|
-
name(): this;
|
|
15
|
-
seqValue(): this;
|
|
16
|
-
createdAt(): this;
|
|
17
|
-
updatedAt(): this;
|
|
18
|
-
content(): this;
|
|
19
|
-
lang(options?: LangQueryOptions | (keyof Lang)[]): this;
|
|
20
|
-
children(options?: VideoFolderQueryOptions | (keyof VideoFolder)[]): this;
|
|
21
|
-
childrenAggregate(aggregate: IAggregate<VideoFolderBoolExp>): this;
|
|
22
|
-
website(options?: WebsiteQueryOptions | (keyof Website)[]): this;
|
|
23
|
-
videos(options?: VideoQueryOptions | (keyof Video)[]): this;
|
|
24
|
-
videosAggregate(aggregate: IAggregate<VideoBoolExp>): this;
|
|
25
|
-
parent(options?: VideoFolderQueryOptions | (keyof VideoFolder)[]): this;
|
|
26
|
-
}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { IAggregate, IQueryArgs } from "@rxdrag/entify-lib";
|
|
2
|
-
import { QueryOptions } from "./QueryOptions";
|
|
3
|
-
import { Video, VideoBoolExp, VideoDistinctExp, VideoOrderBy } from "../interfaces";
|
|
4
|
-
import { LangQueryOptions } from './LangQueryOptions';
|
|
5
|
-
import { Lang } from '../interfaces';
|
|
6
|
-
import { VideoFolderQueryOptions } from './VideoFolderQueryOptions';
|
|
7
|
-
import { VideoFolder } from '../interfaces';
|
|
8
|
-
import { MediaQueryOptions } from './MediaQueryOptions';
|
|
9
|
-
import { Media } from '../interfaces';
|
|
10
|
-
import { MediaBoolExp } from '../interfaces';
|
|
11
|
-
import { WebsiteQueryOptions } from './WebsiteQueryOptions';
|
|
12
|
-
import { Website } from '../interfaces';
|
|
13
|
-
export declare class VideoQueryOptions extends QueryOptions<Video, VideoBoolExp, VideoOrderBy, VideoDistinctExp> {
|
|
14
|
-
constructor(fields?: (keyof Video)[], queryArgs?: IQueryArgs<VideoBoolExp, VideoOrderBy, VideoDistinctExp>);
|
|
15
|
-
id(): this;
|
|
16
|
-
name(): this;
|
|
17
|
-
size(): this;
|
|
18
|
-
mimeType(): this;
|
|
19
|
-
extName(): this;
|
|
20
|
-
description(): this;
|
|
21
|
-
url(): this;
|
|
22
|
-
videoId(): this;
|
|
23
|
-
createdAt(): this;
|
|
24
|
-
updatedAt(): this;
|
|
25
|
-
content(): this;
|
|
26
|
-
lang(options?: LangQueryOptions | (keyof Lang)[]): this;
|
|
27
|
-
folder(options?: VideoFolderQueryOptions | (keyof VideoFolder)[]): this;
|
|
28
|
-
cover(options?: MediaQueryOptions | (keyof Media)[]): this;
|
|
29
|
-
coverAggregate(aggregate: IAggregate<MediaBoolExp>): this;
|
|
30
|
-
website(options?: WebsiteQueryOptions | (keyof Website)[]): this;
|
|
31
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
export declare enum VideoFields {
|
|
2
|
-
id = "id",
|
|
3
|
-
name = "name",
|
|
4
|
-
size = "size",
|
|
5
|
-
mimeType = "mimeType",
|
|
6
|
-
extName = "extName",
|
|
7
|
-
description = "description",
|
|
8
|
-
url = "url",
|
|
9
|
-
videoId = "videoId",
|
|
10
|
-
createdAt = "createdAt",
|
|
11
|
-
updatedAt = "updatedAt",
|
|
12
|
-
content = "content"
|
|
13
|
-
}
|
|
14
|
-
export declare enum VideoAssciations {
|
|
15
|
-
lang = "lang",
|
|
16
|
-
folder = "folder",
|
|
17
|
-
cover = "cover",
|
|
18
|
-
coverAggregate = "coverAggregate",
|
|
19
|
-
website = "website"
|
|
20
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
export declare enum VideoFolderFields {
|
|
2
|
-
id = "id",
|
|
3
|
-
name = "name",
|
|
4
|
-
seqValue = "seqValue",
|
|
5
|
-
createdAt = "createdAt",
|
|
6
|
-
updatedAt = "updatedAt",
|
|
7
|
-
content = "content"
|
|
8
|
-
}
|
|
9
|
-
export declare enum VideoFolderAssciations {
|
|
10
|
-
lang = "lang",
|
|
11
|
-
children = "children",
|
|
12
|
-
childrenAggregate = "childrenAggregate",
|
|
13
|
-
website = "website",
|
|
14
|
-
videos = "videos",
|
|
15
|
-
videosAggregate = "videosAggregate",
|
|
16
|
-
parent = "parent"
|
|
17
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { Lang } from './Lang';
|
|
2
|
-
import { VideoFolder } from './VideoFolder';
|
|
3
|
-
import { Media } from './Media';
|
|
4
|
-
import { Website } from './Website';
|
|
5
|
-
import { Aggregate } from './Aggregate';
|
|
6
|
-
import { WebsitePart } from './WebsitePart';
|
|
7
|
-
export declare const VideoEntityName = "Video";
|
|
8
|
-
export declare const VideoEntityLabel = "\u89C6\u9891";
|
|
9
|
-
/**
|
|
10
|
-
* 视频
|
|
11
|
-
*
|
|
12
|
-
*/
|
|
13
|
-
export interface Video extends WebsitePart {
|
|
14
|
-
id?: string | null;
|
|
15
|
-
name?: string;
|
|
16
|
-
size?: number;
|
|
17
|
-
mimeType?: string;
|
|
18
|
-
extName?: string;
|
|
19
|
-
description?: string;
|
|
20
|
-
url?: string;
|
|
21
|
-
videoId?: string;
|
|
22
|
-
lang?: Lang;
|
|
23
|
-
folder?: VideoFolder;
|
|
24
|
-
cover?: Media[];
|
|
25
|
-
website?: Website;
|
|
26
|
-
coverAggregate?: Aggregate;
|
|
27
|
-
}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { WebsitePartBoolExp } from './WebsitePartBoolExp';
|
|
2
|
-
import { IdComparisonExp } from './IdComparisonExp';
|
|
3
|
-
import { StringComparisonExp } from './StringComparisonExp';
|
|
4
|
-
import { NumberComparisonExp } from './NumberComparisonExp';
|
|
5
|
-
import { LangBoolExp } from './LangBoolExp';
|
|
6
|
-
import { VideoFolderBoolExp } from './VideoFolderBoolExp';
|
|
7
|
-
import { MediaBoolExp } from './MediaBoolExp';
|
|
8
|
-
import { WebsiteBoolExp } from './WebsiteBoolExp';
|
|
9
|
-
/**
|
|
10
|
-
* 视频
|
|
11
|
-
*
|
|
12
|
-
*/
|
|
13
|
-
export interface VideoBoolExp extends WebsitePartBoolExp {
|
|
14
|
-
_and?: VideoBoolExp[];
|
|
15
|
-
_or?: VideoBoolExp[];
|
|
16
|
-
_not?: VideoBoolExp;
|
|
17
|
-
id?: IdComparisonExp;
|
|
18
|
-
name?: StringComparisonExp;
|
|
19
|
-
size?: NumberComparisonExp;
|
|
20
|
-
mimeType?: StringComparisonExp;
|
|
21
|
-
extName?: StringComparisonExp;
|
|
22
|
-
description?: StringComparisonExp;
|
|
23
|
-
url?: StringComparisonExp;
|
|
24
|
-
videoId?: StringComparisonExp;
|
|
25
|
-
lang?: LangBoolExp;
|
|
26
|
-
folder?: VideoFolderBoolExp;
|
|
27
|
-
cover?: MediaBoolExp;
|
|
28
|
-
website?: WebsiteBoolExp;
|
|
29
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { WebsitePartDistinctExp } from './WebsitePartDistinctExp';
|
|
2
|
-
export declare enum VideoDistinctEnum {
|
|
3
|
-
id = "id",
|
|
4
|
-
name = "name",
|
|
5
|
-
size = "size",
|
|
6
|
-
mimeType = "mimeType",
|
|
7
|
-
extName = "extName",
|
|
8
|
-
description = "description",
|
|
9
|
-
url = "url",
|
|
10
|
-
videoId = "videoId",
|
|
11
|
-
createdAt = "createdAt",
|
|
12
|
-
updatedAt = "updatedAt",
|
|
13
|
-
content = "content"
|
|
14
|
-
}
|
|
15
|
-
export type VideoDistinctExp = VideoDistinctEnum | WebsitePartDistinctExp;
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { Lang } from './Lang';
|
|
2
|
-
import { Website } from './Website';
|
|
3
|
-
import { Video } from './Video';
|
|
4
|
-
import { Aggregate } from './Aggregate';
|
|
5
|
-
import { WebsitePart } from './WebsitePart';
|
|
6
|
-
export declare const VideoFolderEntityName = "VideoFolder";
|
|
7
|
-
export declare const VideoFolderEntityLabel = "\u89C6\u9891\u5206\u7C7B";
|
|
8
|
-
/**
|
|
9
|
-
* 视频分类
|
|
10
|
-
*
|
|
11
|
-
*/
|
|
12
|
-
export interface VideoFolder extends WebsitePart {
|
|
13
|
-
id?: string | null;
|
|
14
|
-
name?: string;
|
|
15
|
-
seqValue?: number;
|
|
16
|
-
lang?: Lang;
|
|
17
|
-
children?: VideoFolder[];
|
|
18
|
-
website?: Website;
|
|
19
|
-
videos?: Video[];
|
|
20
|
-
parent?: VideoFolder;
|
|
21
|
-
childrenAggregate?: Aggregate;
|
|
22
|
-
videosAggregate?: Aggregate;
|
|
23
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { WebsitePartBoolExp } from './WebsitePartBoolExp';
|
|
2
|
-
import { IdComparisonExp } from './IdComparisonExp';
|
|
3
|
-
import { StringComparisonExp } from './StringComparisonExp';
|
|
4
|
-
import { NumberComparisonExp } from './NumberComparisonExp';
|
|
5
|
-
import { LangBoolExp } from './LangBoolExp';
|
|
6
|
-
import { WebsiteBoolExp } from './WebsiteBoolExp';
|
|
7
|
-
import { VideoBoolExp } from './VideoBoolExp';
|
|
8
|
-
/**
|
|
9
|
-
* 视频分类
|
|
10
|
-
*
|
|
11
|
-
*/
|
|
12
|
-
export interface VideoFolderBoolExp extends WebsitePartBoolExp {
|
|
13
|
-
_and?: VideoFolderBoolExp[];
|
|
14
|
-
_or?: VideoFolderBoolExp[];
|
|
15
|
-
_not?: VideoFolderBoolExp;
|
|
16
|
-
id?: IdComparisonExp;
|
|
17
|
-
name?: StringComparisonExp;
|
|
18
|
-
seqValue?: NumberComparisonExp;
|
|
19
|
-
lang?: LangBoolExp;
|
|
20
|
-
children?: VideoFolderBoolExp;
|
|
21
|
-
website?: WebsiteBoolExp;
|
|
22
|
-
videos?: VideoBoolExp;
|
|
23
|
-
parent?: VideoFolderBoolExp;
|
|
24
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { WebsitePartDistinctExp } from './WebsitePartDistinctExp';
|
|
2
|
-
export declare enum VideoFolderDistinctEnum {
|
|
3
|
-
id = "id",
|
|
4
|
-
name = "name",
|
|
5
|
-
seqValue = "seqValue",
|
|
6
|
-
createdAt = "createdAt",
|
|
7
|
-
updatedAt = "updatedAt",
|
|
8
|
-
content = "content"
|
|
9
|
-
}
|
|
10
|
-
export type VideoFolderDistinctExp = VideoFolderDistinctEnum | WebsitePartDistinctExp;
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { VideoFolder } from './VideoFolder';
|
|
2
|
-
import { LangInput } from './LangInput';
|
|
3
|
-
import { WebsiteInput } from './WebsiteInput';
|
|
4
|
-
import { VideoInput } from './VideoInput';
|
|
5
|
-
import { SetHasMany } from '@rxdrag/entify-lib';
|
|
6
|
-
import { SetHasOne } from '@rxdrag/entify-lib';
|
|
7
|
-
import { WebsitePart } from './WebsitePart';
|
|
8
|
-
/**
|
|
9
|
-
* 视频分类
|
|
10
|
-
*
|
|
11
|
-
*/
|
|
12
|
-
export interface VideoFolderInput extends WebsitePart {
|
|
13
|
-
id?: string | null;
|
|
14
|
-
name?: string;
|
|
15
|
-
seqValue?: number;
|
|
16
|
-
lang?: SetHasOne<LangInput>;
|
|
17
|
-
children?: SetHasMany<VideoFolderInput>;
|
|
18
|
-
website?: SetHasOne<WebsiteInput>;
|
|
19
|
-
videos?: SetHasMany<VideoInput>;
|
|
20
|
-
parent?: SetHasOne<VideoFolderInput>;
|
|
21
|
-
}
|
|
22
|
-
export declare const videoFolderToInputCascade: (entity: VideoFolder) => VideoFolderInput;
|
|
23
|
-
export declare const videoFolderToInput: (entity: VideoFolder) => VideoFolderInput;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { OrderBy } from '@rxdrag/entify-lib';
|
|
2
|
-
import { WebsitePartOrderBy } from './WebsitePartOrderBy';
|
|
3
|
-
/**
|
|
4
|
-
* 视频分类
|
|
5
|
-
*
|
|
6
|
-
*/
|
|
7
|
-
export interface VideoFolderOrderBy extends WebsitePartOrderBy {
|
|
8
|
-
id?: OrderBy;
|
|
9
|
-
name?: OrderBy;
|
|
10
|
-
seqValue?: OrderBy;
|
|
11
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { Video } from './Video';
|
|
2
|
-
import { LangInput } from './LangInput';
|
|
3
|
-
import { VideoFolderInput } from './VideoFolderInput';
|
|
4
|
-
import { MediaInput } from './MediaInput';
|
|
5
|
-
import { WebsiteInput } from './WebsiteInput';
|
|
6
|
-
import { SetHasMany } from '@rxdrag/entify-lib';
|
|
7
|
-
import { SetHasOne } from '@rxdrag/entify-lib';
|
|
8
|
-
import { WebsitePart } from './WebsitePart';
|
|
9
|
-
/**
|
|
10
|
-
* 视频
|
|
11
|
-
*
|
|
12
|
-
*/
|
|
13
|
-
export interface VideoInput extends WebsitePart {
|
|
14
|
-
id?: string | null;
|
|
15
|
-
name?: string;
|
|
16
|
-
size?: number;
|
|
17
|
-
mimeType?: string;
|
|
18
|
-
extName?: string;
|
|
19
|
-
description?: string;
|
|
20
|
-
url?: string;
|
|
21
|
-
videoId?: string;
|
|
22
|
-
lang?: SetHasOne<LangInput>;
|
|
23
|
-
folder?: SetHasOne<VideoFolderInput>;
|
|
24
|
-
cover?: SetHasMany<MediaInput>;
|
|
25
|
-
website?: SetHasOne<WebsiteInput>;
|
|
26
|
-
}
|
|
27
|
-
export declare const videoToInputCascade: (entity: Video) => VideoInput;
|
|
28
|
-
export declare const videoToInput: (entity: Video) => VideoInput;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { OrderBy } from '@rxdrag/entify-lib';
|
|
2
|
-
import { WebsitePartOrderBy } from './WebsitePartOrderBy';
|
|
3
|
-
/**
|
|
4
|
-
* 视频
|
|
5
|
-
*
|
|
6
|
-
*/
|
|
7
|
-
export interface VideoOrderBy extends WebsitePartOrderBy {
|
|
8
|
-
id?: OrderBy;
|
|
9
|
-
name?: OrderBy;
|
|
10
|
-
size?: OrderBy;
|
|
11
|
-
mimeType?: OrderBy;
|
|
12
|
-
extName?: OrderBy;
|
|
13
|
-
description?: OrderBy;
|
|
14
|
-
url?: OrderBy;
|
|
15
|
-
videoId?: OrderBy;
|
|
16
|
-
}
|