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