@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.
Files changed (210) hide show
  1. package/dist/classes/AbilityQueryOptions.d.ts +2 -2
  2. package/dist/classes/BulletinQueryOptions.d.ts +19 -0
  3. package/dist/classes/ComponentCategoryQueryOptions.d.ts +4 -3
  4. package/dist/classes/EnquiryQueryOptions.d.ts +10 -1
  5. package/dist/classes/FAQQueryOptions.d.ts +15 -0
  6. package/dist/classes/FrontComponentQueryOptions.d.ts +12 -3
  7. package/dist/classes/LangQueryOptions.d.ts +10 -15
  8. package/dist/classes/MediaQueryOptions.d.ts +30 -10
  9. package/dist/classes/PageQueryOptions.d.ts +3 -3
  10. package/dist/classes/PostQueryOptions.d.ts +2 -0
  11. package/dist/classes/ProductQueryOptions.d.ts +14 -0
  12. package/dist/classes/ProductRelatedPivotQueryOptions.d.ts +12 -0
  13. package/dist/classes/RoleQueryOptions.d.ts +5 -0
  14. package/dist/classes/RoleVariableQueryOptions.d.ts +15 -0
  15. package/dist/classes/SectionTemplateQueryOptions.d.ts +6 -3
  16. package/dist/classes/StorageRecordQueryOptions.d.ts +11 -0
  17. package/dist/classes/StyleConfigQueryOptions.d.ts +3 -3
  18. package/dist/classes/TemplateCategoryQueryOptions.d.ts +3 -3
  19. package/dist/classes/ThemeBranchQueryOptions.d.ts +62 -0
  20. package/dist/classes/ThemeConfigQueryOptions.d.ts +3 -3
  21. package/dist/classes/ThemeQueryOptions.d.ts +5 -50
  22. package/dist/classes/ThemeVersionQueryOptions.d.ts +3 -3
  23. package/dist/classes/UserOperationQueryOptions.d.ts +19 -0
  24. package/dist/classes/UserQueryOptions.d.ts +8 -0
  25. package/dist/classes/VisitorLogQueryOptions.d.ts +27 -0
  26. package/dist/classes/WebsiteQueryOptions.d.ts +21 -15
  27. package/dist/classes/WebsiteSnapshotQueryOptions.d.ts +15 -0
  28. package/dist/classes/index.d.ts +10 -3
  29. package/dist/entries/bulletinEntry.d.ts +2 -0
  30. package/dist/entries/{videoEntry.d.ts → fAQEntry.d.ts} +1 -1
  31. package/dist/entries/index.d.ts +10 -3
  32. package/dist/entries/productRelatedPivotEntry.d.ts +2 -0
  33. package/dist/entries/roleVariableEntry.d.ts +2 -0
  34. package/dist/entries/storageRecordEntry.d.ts +2 -0
  35. package/dist/entries/themeBranchEntry.d.ts +2 -0
  36. package/dist/entries/userOperationEntry.d.ts +2 -0
  37. package/dist/entries/visitorLogEntry.d.ts +2 -0
  38. package/dist/entries/websiteSnapshotEntry.d.ts +2 -0
  39. package/dist/fields/AbilityFields.d.ts +2 -2
  40. package/dist/fields/BulletinFields.d.ts +13 -0
  41. package/dist/fields/ComponentCategoryFields.d.ts +2 -1
  42. package/dist/fields/EnquiryFields.d.ts +6 -0
  43. package/dist/fields/FAQFields.d.ts +11 -0
  44. package/dist/fields/FrontComponentFields.d.ts +8 -1
  45. package/dist/fields/LangFields.d.ts +3 -5
  46. package/dist/fields/MediaFields.d.ts +18 -5
  47. package/dist/fields/PostFields.d.ts +3 -1
  48. package/dist/fields/ProductFields.d.ts +10 -2
  49. package/dist/fields/ProductRelatedPivotFields.d.ts +8 -0
  50. package/dist/fields/RoleFields.d.ts +2 -0
  51. package/dist/fields/RoleVariableFields.d.ts +11 -0
  52. package/dist/fields/SectionTemplateFields.d.ts +1 -0
  53. package/dist/fields/StorageRecordFields.d.ts +9 -0
  54. package/dist/fields/ThemeBranchFields.d.ts +33 -0
  55. package/dist/fields/ThemeFields.d.ts +2 -25
  56. package/dist/fields/UserFields.d.ts +4 -0
  57. package/dist/fields/UserOperationFields.d.ts +13 -0
  58. package/dist/fields/VisitorLogFields.d.ts +25 -0
  59. package/dist/fields/WebsiteFields.d.ts +8 -5
  60. package/dist/fields/WebsiteSnapshotFields.d.ts +8 -0
  61. package/dist/fields/index.d.ts +10 -3
  62. package/dist/index.mjs +1474 -566
  63. package/dist/index.mjs.map +1 -1
  64. package/dist/interfaces/Ability.d.ts +3 -3
  65. package/dist/interfaces/AbilityBoolExp.d.ts +3 -3
  66. package/dist/interfaces/AbilityDistinctExp.d.ts +2 -2
  67. package/dist/interfaces/AbilityInput.d.ts +3 -3
  68. package/dist/interfaces/AbilityOrderBy.d.ts +2 -2
  69. package/dist/interfaces/Bulletin.d.ts +19 -0
  70. package/dist/interfaces/BulletinBoolExp.d.ts +23 -0
  71. package/dist/interfaces/BulletinDistinctExp.d.ts +10 -0
  72. package/dist/interfaces/BulletinInput.d.ts +21 -0
  73. package/dist/interfaces/BulletinOrderBy.d.ts +14 -0
  74. package/dist/interfaces/ComponentCategory.d.ts +3 -2
  75. package/dist/interfaces/ComponentCategoryBoolExp.d.ts +3 -2
  76. package/dist/interfaces/ComponentCategoryDistinctExp.d.ts +2 -1
  77. package/dist/interfaces/ComponentCategoryInput.d.ts +3 -2
  78. package/dist/interfaces/ComponentCategoryOrderBy.d.ts +1 -0
  79. package/dist/interfaces/Enquiry.d.ts +8 -0
  80. package/dist/interfaces/EnquiryBoolExp.d.ts +6 -0
  81. package/dist/interfaces/EnquiryDistinctExp.d.ts +4 -0
  82. package/dist/interfaces/EnquiryInput.d.ts +7 -0
  83. package/dist/interfaces/EnquiryOrderBy.d.ts +4 -0
  84. package/dist/interfaces/EnquirySettings.d.ts +4 -0
  85. package/dist/interfaces/FAQ.d.ts +12 -0
  86. package/dist/interfaces/FAQBoolExp.d.ts +17 -0
  87. package/dist/interfaces/FAQDistinctExp.d.ts +9 -0
  88. package/dist/interfaces/FAQInput.d.ts +14 -0
  89. package/dist/interfaces/FAQOrderBy.d.ts +9 -0
  90. package/dist/interfaces/FileRef.d.ts +7 -0
  91. package/dist/interfaces/FileRefInput.d.ts +5 -0
  92. package/dist/interfaces/FrontComponent.d.ts +12 -4
  93. package/dist/interfaces/FrontComponentBoolExp.d.ts +7 -2
  94. package/dist/interfaces/FrontComponentDistinctExp.d.ts +7 -1
  95. package/dist/interfaces/FrontComponentInput.d.ts +12 -4
  96. package/dist/interfaces/FrontComponentOrderBy.d.ts +6 -0
  97. package/dist/interfaces/ImageSize.d.ts +4 -0
  98. package/dist/interfaces/ImageSizes.d.ts +6 -0
  99. package/dist/interfaces/Lang.d.ts +5 -8
  100. package/dist/interfaces/LangBoolExp.d.ts +4 -6
  101. package/dist/interfaces/LangInput.d.ts +4 -6
  102. package/dist/interfaces/Media.d.ts +22 -7
  103. package/dist/interfaces/MediaBoolExp.d.ts +16 -5
  104. package/dist/interfaces/MediaDistinctExp.d.ts +11 -2
  105. package/dist/interfaces/MediaInput.d.ts +21 -7
  106. package/dist/interfaces/MediaOrderBy.d.ts +8 -1
  107. package/dist/interfaces/Page.d.ts +2 -2
  108. package/dist/interfaces/PageBoolExp.d.ts +2 -2
  109. package/dist/interfaces/PageInput.d.ts +2 -2
  110. package/dist/interfaces/PageType.d.ts +9 -1
  111. package/dist/interfaces/Post.d.ts +2 -1
  112. package/dist/interfaces/PostBoolExp.d.ts +2 -1
  113. package/dist/interfaces/PostDistinctExp.d.ts +5 -2
  114. package/dist/interfaces/PostInput.d.ts +2 -1
  115. package/dist/interfaces/PostOrderBy.d.ts +2 -1
  116. package/dist/interfaces/Product.d.ts +10 -1
  117. package/dist/interfaces/ProductBoolExp.d.ts +7 -1
  118. package/dist/interfaces/ProductDistinctExp.d.ts +5 -2
  119. package/dist/interfaces/ProductInput.d.ts +7 -1
  120. package/dist/interfaces/ProductOrderBy.d.ts +2 -1
  121. package/dist/interfaces/ProductRelatedPivot.d.ts +9 -0
  122. package/dist/interfaces/ProductRelatedPivotBoolExp.d.ts +12 -0
  123. package/dist/interfaces/ProductRelatedPivotDistinctExp.d.ts +5 -0
  124. package/dist/interfaces/ProductRelatedPivotInput.d.ts +11 -0
  125. package/dist/interfaces/ProductRelatedPivotOrderBy.d.ts +5 -0
  126. package/dist/interfaces/PropsSchema.d.ts +7 -0
  127. package/dist/interfaces/Role.d.ts +3 -0
  128. package/dist/interfaces/RoleBoolExp.d.ts +2 -0
  129. package/dist/interfaces/RoleInput.d.ts +2 -0
  130. package/dist/interfaces/RoleVariable.d.ts +13 -0
  131. package/dist/interfaces/RoleVariableBoolExp.d.ts +17 -0
  132. package/dist/interfaces/RoleVariableDistinctExp.d.ts +9 -0
  133. package/dist/interfaces/RoleVariableInput.d.ts +15 -0
  134. package/dist/interfaces/RoleVariableOrderBy.d.ts +9 -0
  135. package/dist/interfaces/SectionTemplate.d.ts +4 -2
  136. package/dist/interfaces/SectionTemplateBoolExp.d.ts +4 -2
  137. package/dist/interfaces/SectionTemplateInput.d.ts +4 -2
  138. package/dist/interfaces/Softable.d.ts +5 -0
  139. package/dist/interfaces/SoftableBoolExp.d.ts +11 -0
  140. package/dist/interfaces/SoftableDistinctExp.d.ts +6 -0
  141. package/dist/interfaces/SoftableOrderBy.d.ts +6 -0
  142. package/dist/interfaces/StorageRecord.d.ts +9 -0
  143. package/dist/interfaces/StorageRecordBoolExp.d.ts +13 -0
  144. package/dist/interfaces/StorageRecordDistinctExp.d.ts +8 -0
  145. package/dist/interfaces/StorageRecordInput.d.ts +10 -0
  146. package/dist/interfaces/StorageRecordOrderBy.d.ts +8 -0
  147. package/dist/interfaces/StyleConfig.d.ts +2 -2
  148. package/dist/interfaces/StyleConfigBoolExp.d.ts +2 -2
  149. package/dist/interfaces/StyleConfigInput.d.ts +2 -2
  150. package/dist/interfaces/TemplateCategory.d.ts +2 -2
  151. package/dist/interfaces/TemplateCategoryBoolExp.d.ts +2 -2
  152. package/dist/interfaces/TemplateCategoryInput.d.ts +2 -2
  153. package/dist/interfaces/Theme.d.ts +4 -37
  154. package/dist/interfaces/ThemeBoolExp.d.ts +4 -27
  155. package/dist/interfaces/ThemeBranch.d.ts +46 -0
  156. package/dist/interfaces/ThemeBranchBoolExp.d.ts +40 -0
  157. package/dist/interfaces/ThemeBranchDistinctExp.d.ts +15 -0
  158. package/dist/interfaces/ThemeBranchInput.d.ts +43 -0
  159. package/dist/interfaces/ThemeBranchOrderBy.d.ts +15 -0
  160. package/dist/interfaces/ThemeConfig.d.ts +2 -2
  161. package/dist/interfaces/ThemeConfigBoolExp.d.ts +2 -2
  162. package/dist/interfaces/ThemeConfigInput.d.ts +2 -2
  163. package/dist/interfaces/ThemeDistinctExp.d.ts +0 -10
  164. package/dist/interfaces/ThemeInput.d.ts +3 -32
  165. package/dist/interfaces/ThemeOrderBy.d.ts +0 -10
  166. package/dist/interfaces/ThemeSettings.d.ts +5 -0
  167. package/dist/interfaces/ThemeVersion.d.ts +2 -2
  168. package/dist/interfaces/ThemeVersionBoolExp.d.ts +2 -2
  169. package/dist/interfaces/ThemeVersionInput.d.ts +2 -2
  170. package/dist/interfaces/User.d.ts +5 -0
  171. package/dist/interfaces/UserBoolExp.d.ts +3 -0
  172. package/dist/interfaces/UserInput.d.ts +3 -0
  173. package/dist/interfaces/UserOperation.d.ts +16 -0
  174. package/dist/interfaces/UserOperationBoolExp.d.ts +21 -0
  175. package/dist/interfaces/UserOperationDistinctExp.d.ts +10 -0
  176. package/dist/interfaces/UserOperationInput.d.ts +18 -0
  177. package/dist/interfaces/UserOperationOrderBy.d.ts +10 -0
  178. package/dist/interfaces/VariableType.d.ts +10 -0
  179. package/dist/interfaces/VisitorLog.d.ts +26 -0
  180. package/dist/interfaces/VisitorLogBoolExp.d.ts +33 -0
  181. package/dist/interfaces/VisitorLogDistinctExp.d.ts +24 -0
  182. package/dist/interfaces/VisitorLogInput.d.ts +27 -0
  183. package/dist/interfaces/VisitorLogOrderBy.d.ts +24 -0
  184. package/dist/interfaces/VistType.d.ts +14 -0
  185. package/dist/interfaces/Website.d.ts +12 -8
  186. package/dist/interfaces/WebsiteBoolExp.d.ts +9 -6
  187. package/dist/interfaces/WebsiteInput.d.ts +9 -6
  188. package/dist/interfaces/WebsiteSnapshot.d.ts +11 -0
  189. package/dist/interfaces/WebsiteSnapshotBoolExp.d.ts +11 -0
  190. package/dist/interfaces/WebsiteSnapshotDistinctExp.d.ts +4 -0
  191. package/dist/interfaces/WebsiteSnapshotInput.d.ts +12 -0
  192. package/dist/interfaces/WebsiteSnapshotOrderBy.d.ts +4 -0
  193. package/dist/interfaces/index.d.ts +61 -16
  194. package/package.json +2 -2
  195. package/dist/classes/VideoFolderQueryOptions.d.ts +0 -26
  196. package/dist/classes/VideoQueryOptions.d.ts +0 -31
  197. package/dist/entries/videoFolderEntry.d.ts +0 -2
  198. package/dist/fields/VideoFields.d.ts +0 -20
  199. package/dist/fields/VideoFolderFields.d.ts +0 -17
  200. package/dist/interfaces/PropsFields.d.ts +0 -8
  201. package/dist/interfaces/Video.d.ts +0 -27
  202. package/dist/interfaces/VideoBoolExp.d.ts +0 -29
  203. package/dist/interfaces/VideoDistinctExp.d.ts +0 -15
  204. package/dist/interfaces/VideoFolder.d.ts +0 -23
  205. package/dist/interfaces/VideoFolderBoolExp.d.ts +0 -24
  206. package/dist/interfaces/VideoFolderDistinctExp.d.ts +0 -10
  207. package/dist/interfaces/VideoFolderInput.d.ts +0 -23
  208. package/dist/interfaces/VideoFolderOrderBy.d.ts +0 -11
  209. package/dist/interfaces/VideoInput.d.ts +0 -28
  210. 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 './Theme';
77
- export * from './ThemeInput';
78
- export * from './ThemeBoolExp';
79
- export * from './ThemeOrderBy';
80
- export * from './ThemeDistinctExp';
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 './PropsFields';
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.75",
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.8"
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,2 +0,0 @@
1
- import { EntityEntry } from "@rxdrag/entify-lib";
2
- export declare const videoFolderEntry: EntityEntry;
@@ -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,8 +0,0 @@
1
- import { ExtendField } from './ExtendField';
2
- /**
3
- * PropsFields
4
- * 目前后值类数组还没完成,用这个类中转一下
5
- */
6
- export interface PropsFields {
7
- items?: ExtendField[];
8
- }
@@ -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
- }