@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
@@ -4,8 +4,8 @@ import { Ability, AbilityBoolExp, AbilityDistinctExp, AbilityOrderBy } from "../
4
4
  export declare class AbilityQueryOptions extends QueryOptions<Ability, AbilityBoolExp, AbilityOrderBy, AbilityDistinctExp> {
5
5
  constructor(fields?: (keyof Ability)[], queryArgs?: IQueryArgs<AbilityBoolExp, AbilityOrderBy, AbilityDistinctExp>);
6
6
  id(): this;
7
- entityUuid(): this;
8
- columnUuid(): this;
7
+ entityName(): this;
8
+ columnName(): this;
9
9
  can(): this;
10
10
  expression(): this;
11
11
  abilityType(): this;
@@ -0,0 +1,19 @@
1
+ import { IQueryArgs } from "@rxdrag/entify-lib";
2
+ import { QueryOptions } from "./QueryOptions";
3
+ import { Bulletin, BulletinBoolExp, BulletinDistinctExp, BulletinOrderBy } 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 BulletinQueryOptions extends QueryOptions<Bulletin, BulletinBoolExp, BulletinOrderBy, BulletinDistinctExp> {
9
+ constructor(fields?: (keyof Bulletin)[], queryArgs?: IQueryArgs<BulletinBoolExp, BulletinOrderBy, BulletinDistinctExp>);
10
+ id(): this;
11
+ content(): this;
12
+ type(): this;
13
+ createdAt(): this;
14
+ updatedAt(): this;
15
+ endDate(): this;
16
+ title(): this;
17
+ lang(options?: LangQueryOptions | (keyof Lang)[]): this;
18
+ website(options?: WebsiteQueryOptions | (keyof Website)[]): this;
19
+ }
@@ -4,8 +4,8 @@ import { ComponentCategory, ComponentCategoryBoolExp, ComponentCategoryDistinctE
4
4
  import { FrontComponentQueryOptions } from './FrontComponentQueryOptions';
5
5
  import { FrontComponent } from '../interfaces';
6
6
  import { FrontComponentBoolExp } from '../interfaces';
7
- import { ThemeQueryOptions } from './ThemeQueryOptions';
8
- import { Theme } from '../interfaces';
7
+ import { ThemeBranchQueryOptions } from './ThemeBranchQueryOptions';
8
+ import { ThemeBranch } from '../interfaces';
9
9
  export declare class ComponentCategoryQueryOptions extends QueryOptions<ComponentCategory, ComponentCategoryBoolExp, ComponentCategoryOrderBy, ComponentCategoryDistinctExp> {
10
10
  constructor(fields?: (keyof ComponentCategory)[], queryArgs?: IQueryArgs<ComponentCategoryBoolExp, ComponentCategoryOrderBy, ComponentCategoryDistinctExp>);
11
11
  id(): this;
@@ -14,7 +14,8 @@ export declare class ComponentCategoryQueryOptions extends QueryOptions<Componen
14
14
  updatedAt(): this;
15
15
  createdAt(): this;
16
16
  isInMarket(): this;
17
+ isSectionBlock(): this;
17
18
  components(options?: FrontComponentQueryOptions | (keyof FrontComponent)[]): this;
18
19
  componentsAggregate(aggregate: IAggregate<FrontComponentBoolExp>): this;
19
- theme(options?: ThemeQueryOptions | (keyof Theme)[]): this;
20
+ theme(options?: ThemeBranchQueryOptions | (keyof ThemeBranch)[]): this;
20
21
  }
@@ -1,8 +1,11 @@
1
- import { IQueryArgs } from "@rxdrag/entify-lib";
1
+ import { IAggregate, IQueryArgs } from "@rxdrag/entify-lib";
2
2
  import { QueryOptions } from "./QueryOptions";
3
3
  import { Enquiry, EnquiryBoolExp, EnquiryDistinctExp, EnquiryOrderBy } from "../interfaces";
4
4
  import { LangQueryOptions } from './LangQueryOptions';
5
5
  import { Lang } from '../interfaces';
6
+ import { MediaQueryOptions } from './MediaQueryOptions';
7
+ import { Media } from '../interfaces';
8
+ import { MediaBoolExp } from '../interfaces';
6
9
  import { CustomerQueryOptions } from './CustomerQueryOptions';
7
10
  import { Customer } from '../interfaces';
8
11
  import { WebsiteQueryOptions } from './WebsiteQueryOptions';
@@ -25,10 +28,16 @@ export declare class EnquiryQueryOptions extends QueryOptions<Enquiry, EnquiryBo
25
28
  read(): this;
26
29
  spam(): this;
27
30
  mobile(): this;
31
+ visitorId(): this;
32
+ sessionId(): this;
33
+ extends(): this;
34
+ type(): this;
28
35
  createdAt(): this;
29
36
  updatedAt(): this;
30
37
  content(): this;
31
38
  lang(options?: LangQueryOptions | (keyof Lang)[]): this;
39
+ attachments(options?: MediaQueryOptions | (keyof Media)[]): this;
40
+ attachmentsAggregate(aggregate: IAggregate<MediaBoolExp>): this;
32
41
  customer(options?: CustomerQueryOptions | (keyof Customer)[]): this;
33
42
  website(options?: WebsiteQueryOptions | (keyof Website)[]): this;
34
43
  }
@@ -0,0 +1,15 @@
1
+ import { IQueryArgs } from "@rxdrag/entify-lib";
2
+ import { QueryOptions } from "./QueryOptions";
3
+ import { FAQ, FAQBoolExp, FAQDistinctExp, FAQOrderBy } from "../interfaces";
4
+ import { ProductQueryOptions } from './ProductQueryOptions';
5
+ import { Product } from '../interfaces';
6
+ export declare class FAQQueryOptions extends QueryOptions<FAQ, FAQBoolExp, FAQOrderBy, FAQDistinctExp> {
7
+ constructor(fields?: (keyof FAQ)[], queryArgs?: IQueryArgs<FAQBoolExp, FAQOrderBy, FAQDistinctExp>);
8
+ id(): this;
9
+ question(): this;
10
+ answer(): this;
11
+ createdAt(): this;
12
+ updatedAt(): this;
13
+ seqValue(): this;
14
+ product(options?: ProductQueryOptions | (keyof Product)[]): this;
15
+ }
@@ -1,10 +1,12 @@
1
1
  import { IQueryArgs } from "@rxdrag/entify-lib";
2
2
  import { QueryOptions } from "./QueryOptions";
3
3
  import { FrontComponent, FrontComponentBoolExp, FrontComponentDistinctExp, FrontComponentOrderBy } from "../interfaces";
4
+ import { MediaQueryOptions } from './MediaQueryOptions';
5
+ import { Media } from '../interfaces';
4
6
  import { ComponentCategoryQueryOptions } from './ComponentCategoryQueryOptions';
5
7
  import { ComponentCategory } from '../interfaces';
6
- import { ThemeQueryOptions } from './ThemeQueryOptions';
7
- import { Theme } from '../interfaces';
8
+ import { ThemeBranchQueryOptions } from './ThemeBranchQueryOptions';
9
+ import { ThemeBranch } from '../interfaces';
8
10
  export declare class FrontComponentQueryOptions extends QueryOptions<FrontComponent, FrontComponentBoolExp, FrontComponentOrderBy, FrontComponentDistinctExp> {
9
11
  constructor(fields?: (keyof FrontComponent)[], queryArgs?: IQueryArgs<FrontComponentBoolExp, FrontComponentOrderBy, FrontComponentDistinctExp>);
10
12
  id(): this;
@@ -20,6 +22,13 @@ export declare class FrontComponentQueryOptions extends QueryOptions<FrontCompon
20
22
  isInMarket(): this;
21
23
  code(): this;
22
24
  description(): this;
25
+ /**
26
+ * 父组件Id
27
+ */
28
+ parentId(): this;
29
+ isSectionBlock(): this;
30
+ complieResult(): this;
31
+ cover(options?: MediaQueryOptions | (keyof Media)[]): this;
23
32
  category(options?: ComponentCategoryQueryOptions | (keyof ComponentCategory)[]): this;
24
- theme(options?: ThemeQueryOptions | (keyof Theme)[]): this;
33
+ theme(options?: ThemeBranchQueryOptions | (keyof ThemeBranch)[]): this;
25
34
  }
@@ -31,18 +31,15 @@ import { SpamFilterRuleBoolExp } from '../interfaces';
31
31
  import { MediaQueryOptions } from './MediaQueryOptions';
32
32
  import { Media } from '../interfaces';
33
33
  import { MediaBoolExp } from '../interfaces';
34
- import { VideoFolderQueryOptions } from './VideoFolderQueryOptions';
35
- import { VideoFolder } from '../interfaces';
36
- import { VideoFolderBoolExp } from '../interfaces';
37
- import { VideoQueryOptions } from './VideoQueryOptions';
38
- import { Video } from '../interfaces';
39
- import { VideoBoolExp } from '../interfaces';
40
34
  import { WebsiteQueryOptions } from './WebsiteQueryOptions';
41
35
  import { Website } from '../interfaces';
42
36
  import { WebsiteBoolExp } from '../interfaces';
43
- import { ThemeQueryOptions } from './ThemeQueryOptions';
44
- import { Theme } from '../interfaces';
45
- import { ThemeBoolExp } from '../interfaces';
37
+ import { ThemeBranchQueryOptions } from './ThemeBranchQueryOptions';
38
+ import { ThemeBranch } from '../interfaces';
39
+ import { ThemeBranchBoolExp } from '../interfaces';
40
+ import { BulletinQueryOptions } from './BulletinQueryOptions';
41
+ import { Bulletin } from '../interfaces';
42
+ import { BulletinBoolExp } from '../interfaces';
46
43
  export declare class LangQueryOptions extends QueryOptions<Lang, LangBoolExp, LangOrderBy, LangDistinctExp> {
47
44
  constructor(fields?: (keyof Lang)[], queryArgs?: IQueryArgs<LangBoolExp, LangOrderBy, LangDistinctExp>);
48
45
  id(): this;
@@ -90,14 +87,12 @@ export declare class LangQueryOptions extends QueryOptions<Lang, LangBoolExp, La
90
87
  webPartsOfSpamFilterRuleAggregate(aggregate: IAggregate<SpamFilterRuleBoolExp>): this;
91
88
  webPartsOfMedia(options?: MediaQueryOptions | (keyof Media)[]): this;
92
89
  webPartsOfMediaAggregate(aggregate: IAggregate<MediaBoolExp>): this;
93
- webPartsOfVideoFolder(options?: VideoFolderQueryOptions | (keyof VideoFolder)[]): this;
94
- webPartsOfVideoFolderAggregate(aggregate: IAggregate<VideoFolderBoolExp>): this;
95
- webPartsOfVideo(options?: VideoQueryOptions | (keyof Video)[]): this;
96
- webPartsOfVideoAggregate(aggregate: IAggregate<VideoBoolExp>): this;
97
90
  websites(options?: WebsiteQueryOptions | (keyof Website)[]): this;
98
91
  websitesAggregate(aggregate: IAggregate<WebsiteBoolExp>): this;
99
92
  baseLangOf(options?: WebsiteQueryOptions | (keyof Website)[]): this;
100
93
  baseLangOfAggregate(aggregate: IAggregate<WebsiteBoolExp>): this;
101
- themes(options?: ThemeQueryOptions | (keyof Theme)[]): this;
102
- themesAggregate(aggregate: IAggregate<ThemeBoolExp>): this;
94
+ themes(options?: ThemeBranchQueryOptions | (keyof ThemeBranch)[]): this;
95
+ themesAggregate(aggregate: IAggregate<ThemeBranchBoolExp>): this;
96
+ bulletins(options?: BulletinQueryOptions | (keyof Bulletin)[]): this;
97
+ bulletinsAggregate(aggregate: IAggregate<BulletinBoolExp>): this;
103
98
  }
@@ -21,9 +21,6 @@ import { AttachmentOnProduct } from '../interfaces';
21
21
  import { AttachmentOnProductBoolExp } from '../interfaces';
22
22
  import { WebsiteQueryOptions } from './WebsiteQueryOptions';
23
23
  import { Website } from '../interfaces';
24
- import { ThemeQueryOptions } from './ThemeQueryOptions';
25
- import { Theme } from '../interfaces';
26
- import { ThemeBoolExp } from '../interfaces';
27
24
  import { PostCategoryQueryOptions } from './PostCategoryQueryOptions';
28
25
  import { PostCategory } from '../interfaces';
29
26
  import { ThemeConfigQueryOptions } from './ThemeConfigQueryOptions';
@@ -35,22 +32,40 @@ import { PageMetaBoolExp } from '../interfaces';
35
32
  import { SearchIndexQueryOptions } from './SearchIndexQueryOptions';
36
33
  import { SearchIndex } from '../interfaces';
37
34
  import { SearchIndexBoolExp } from '../interfaces';
38
- import { VideoQueryOptions } from './VideoQueryOptions';
39
- import { Video } from '../interfaces';
40
- import { VideoBoolExp } from '../interfaces';
35
+ import { WebsiteSnapshotQueryOptions } from './WebsiteSnapshotQueryOptions';
36
+ import { WebsiteSnapshot } from '../interfaces';
37
+ import { WebsiteSnapshotBoolExp } from '../interfaces';
38
+ import { FrontComponentQueryOptions } from './FrontComponentQueryOptions';
39
+ import { FrontComponent } from '../interfaces';
40
+ import { FrontComponentBoolExp } from '../interfaces';
41
+ import { SectionTemplateQueryOptions } from './SectionTemplateQueryOptions';
42
+ import { SectionTemplate } from '../interfaces';
43
+ import { SectionTemplateBoolExp } from '../interfaces';
44
+ import { EnquiryQueryOptions } from './EnquiryQueryOptions';
45
+ import { Enquiry } from '../interfaces';
46
+ import { ThemeQueryOptions } from './ThemeQueryOptions';
47
+ import { Theme } from '../interfaces';
41
48
  export declare class MediaQueryOptions extends QueryOptions<Media, MediaBoolExp, MediaOrderBy, MediaDistinctExp> {
42
49
  constructor(fields?: (keyof Media)[], queryArgs?: IQueryArgs<MediaBoolExp, MediaOrderBy, MediaDistinctExp>);
43
50
  id(): this;
51
+ mediaRef(): this;
44
52
  name(): this;
45
53
  size(): this;
46
54
  mimeType(): this;
47
55
  extName(): this;
56
+ /**
57
+ * media file
58
+ */
48
59
  file(fields: string[]): this;
49
60
  description(): this;
50
61
  createdAt(): this;
51
62
  updatedAt(): this;
52
63
  mediaType(): this;
64
+ resource(): this;
65
+ storageType(): this;
53
66
  content(): this;
67
+ isDeleted(): this;
68
+ deletedAt(): this;
54
69
  folder(options?: MediaFolderQueryOptions | (keyof MediaFolder)[]): this;
55
70
  lang(options?: LangQueryOptions | (keyof Lang)[]): this;
56
71
  coverOf(options?: PostQueryOptions | (keyof Post)[]): this;
@@ -63,8 +78,6 @@ export declare class MediaQueryOptions extends QueryOptions<Media, MediaBoolExp,
63
78
  productAttacPivots(options?: AttachmentOnProductQueryOptions | (keyof AttachmentOnProduct)[]): this;
64
79
  productAttacPivotsAggregate(aggregate: IAggregate<AttachmentOnProductBoolExp>): this;
65
80
  website(options?: WebsiteQueryOptions | (keyof Website)[]): this;
66
- coverOfTheme(options?: ThemeQueryOptions | (keyof Theme)[]): this;
67
- coverOfThemeAggregate(aggregate: IAggregate<ThemeBoolExp>): this;
68
81
  postCategory(options?: PostCategoryQueryOptions | (keyof PostCategory)[]): this;
69
82
  usedByThemConfig(options?: ThemeConfigQueryOptions | (keyof ThemeConfig)[]): this;
70
83
  usedByThemConfigAggregate(aggregate: IAggregate<ThemeConfigBoolExp>): this;
@@ -72,6 +85,13 @@ export declare class MediaQueryOptions extends QueryOptions<Media, MediaBoolExp,
72
85
  pageMetaAggregate(aggregate: IAggregate<PageMetaBoolExp>): this;
73
86
  searchIndex(options?: SearchIndexQueryOptions | (keyof SearchIndex)[]): this;
74
87
  searchIndexAggregate(aggregate: IAggregate<SearchIndexBoolExp>): this;
75
- coverOfVideo(options?: VideoQueryOptions | (keyof Video)[]): this;
76
- coverOfVideoAggregate(aggregate: IAggregate<VideoBoolExp>): this;
88
+ snapshot(options?: WebsiteSnapshotQueryOptions | (keyof WebsiteSnapshot)[]): this;
89
+ snapshotAggregate(aggregate: IAggregate<WebsiteSnapshotBoolExp>): this;
90
+ coverOfComponent(options?: FrontComponentQueryOptions | (keyof FrontComponent)[]): this;
91
+ coverOfComponentAggregate(aggregate: IAggregate<FrontComponentBoolExp>): this;
92
+ coverOfSectionTemplate(options?: SectionTemplateQueryOptions | (keyof SectionTemplate)[]): this;
93
+ coverOfSectionTemplateAggregate(aggregate: IAggregate<SectionTemplateBoolExp>): this;
94
+ attachmentOfEnquiry(options?: EnquiryQueryOptions | (keyof Enquiry)[]): this;
95
+ coverOfTheme(options?: ThemeQueryOptions | (keyof Theme)[]): this;
96
+ owner(options?: UserQueryOptions | (keyof User)[]): this;
77
97
  }
@@ -3,8 +3,8 @@ import { QueryOptions } from "./QueryOptions";
3
3
  import { Page, PageBoolExp, PageDistinctExp, PageOrderBy } from "../interfaces";
4
4
  import { PageMetaQueryOptions } from './PageMetaQueryOptions';
5
5
  import { PageMeta } from '../interfaces';
6
- import { ThemeQueryOptions } from './ThemeQueryOptions';
7
- import { Theme } from '../interfaces';
6
+ import { ThemeBranchQueryOptions } from './ThemeBranchQueryOptions';
7
+ import { ThemeBranch } from '../interfaces';
8
8
  export declare class PageQueryOptions extends QueryOptions<Page, PageBoolExp, PageOrderBy, PageDistinctExp> {
9
9
  constructor(fields?: (keyof Page)[], queryArgs?: IQueryArgs<PageBoolExp, PageOrderBy, PageDistinctExp>);
10
10
  id(): this;
@@ -22,5 +22,5 @@ export declare class PageQueryOptions extends QueryOptions<Page, PageBoolExp, Pa
22
22
  description(): this;
23
23
  code(): this;
24
24
  meta(options?: PageMetaQueryOptions | (keyof PageMeta)[]): this;
25
- theme(options?: ThemeQueryOptions | (keyof Theme)[]): this;
25
+ theme(options?: ThemeBranchQueryOptions | (keyof ThemeBranch)[]): this;
26
26
  }
@@ -34,6 +34,8 @@ export declare class PostQueryOptions extends QueryOptions<Post, PostBoolExp, Po
34
34
  content(): this;
35
35
  slug(): this;
36
36
  description(): this;
37
+ isDeleted(): this;
38
+ deletedAt(): this;
37
39
  tags(options?: TagQueryOptions | (keyof Tag)[]): this;
38
40
  tagsAggregate(aggregate: IAggregate<TagBoolExp>): this;
39
41
  author(options?: UserQueryOptions | (keyof User)[]): this;
@@ -16,6 +16,12 @@ import { LangQueryOptions } from './LangQueryOptions';
16
16
  import { Lang } from '../interfaces';
17
17
  import { PageMetaQueryOptions } from './PageMetaQueryOptions';
18
18
  import { PageMeta } from '../interfaces';
19
+ import { FAQQueryOptions } from './FAQQueryOptions';
20
+ import { FAQ } from '../interfaces';
21
+ import { FAQBoolExp } from '../interfaces';
22
+ import { ProductRelatedPivotQueryOptions } from './ProductRelatedPivotQueryOptions';
23
+ import { ProductRelatedPivot } from '../interfaces';
24
+ import { ProductRelatedPivotBoolExp } from '../interfaces';
19
25
  import { UserQueryOptions } from './UserQueryOptions';
20
26
  import { User } from '../interfaces';
21
27
  import { WebsiteQueryOptions } from './WebsiteQueryOptions';
@@ -48,6 +54,8 @@ export declare class ProductQueryOptions extends QueryOptions<Product, ProductBo
48
54
  content(): this;
49
55
  slug(): this;
50
56
  description(): this;
57
+ isDeleted(): this;
58
+ deletedAt(): this;
51
59
  category(options?: ProductCategoryQueryOptions | (keyof ProductCategory)[]): this;
52
60
  tags(options?: TagQueryOptions | (keyof Tag)[]): this;
53
61
  tagsAggregate(aggregate: IAggregate<TagBoolExp>): this;
@@ -57,6 +65,12 @@ export declare class ProductQueryOptions extends QueryOptions<Product, ProductBo
57
65
  attachmentPivotsAggregate(aggregate: IAggregate<AttachmentOnProductBoolExp>): this;
58
66
  lang(options?: LangQueryOptions | (keyof Lang)[]): this;
59
67
  meta(options?: PageMetaQueryOptions | (keyof PageMeta)[]): this;
68
+ faqs(options?: FAQQueryOptions | (keyof FAQ)[]): this;
69
+ faqsAggregate(aggregate: IAggregate<FAQBoolExp>): this;
70
+ relatedPivots(options?: ProductRelatedPivotQueryOptions | (keyof ProductRelatedPivot)[]): this;
71
+ relatedPivotsAggregate(aggregate: IAggregate<ProductRelatedPivotBoolExp>): this;
60
72
  creator(options?: UserQueryOptions | (keyof User)[]): this;
61
73
  website(options?: WebsiteQueryOptions | (keyof Website)[]): this;
74
+ relatedByPovit(options?: ProductRelatedPivotQueryOptions | (keyof ProductRelatedPivot)[]): this;
75
+ relatedByPovitAggregate(aggregate: IAggregate<ProductRelatedPivotBoolExp>): this;
62
76
  }
@@ -0,0 +1,12 @@
1
+ import { IQueryArgs } from "@rxdrag/entify-lib";
2
+ import { QueryOptions } from "./QueryOptions";
3
+ import { ProductRelatedPivot, ProductRelatedPivotBoolExp, ProductRelatedPivotDistinctExp, ProductRelatedPivotOrderBy } from "../interfaces";
4
+ import { ProductQueryOptions } from './ProductQueryOptions';
5
+ import { Product } from '../interfaces';
6
+ export declare class ProductRelatedPivotQueryOptions extends QueryOptions<ProductRelatedPivot, ProductRelatedPivotBoolExp, ProductRelatedPivotOrderBy, ProductRelatedPivotDistinctExp> {
7
+ constructor(fields?: (keyof ProductRelatedPivot)[], queryArgs?: IQueryArgs<ProductRelatedPivotBoolExp, ProductRelatedPivotOrderBy, ProductRelatedPivotDistinctExp>);
8
+ id(): this;
9
+ seqValue(): this;
10
+ product(options?: ProductQueryOptions | (keyof Product)[]): this;
11
+ relatedBy(options?: ProductQueryOptions | (keyof Product)[]): this;
12
+ }
@@ -1,6 +1,9 @@
1
1
  import { IAggregate, IQueryArgs } from "@rxdrag/entify-lib";
2
2
  import { QueryOptions } from "./QueryOptions";
3
3
  import { Role, RoleBoolExp, RoleDistinctExp, RoleOrderBy } from "../interfaces";
4
+ import { RoleVariableQueryOptions } from './RoleVariableQueryOptions';
5
+ import { RoleVariable } from '../interfaces';
6
+ import { RoleVariableBoolExp } from '../interfaces';
4
7
  import { UserQueryOptions } from './UserQueryOptions';
5
8
  import { User } from '../interfaces';
6
9
  import { UserBoolExp } from '../interfaces';
@@ -12,6 +15,8 @@ export declare class RoleQueryOptions extends QueryOptions<Role, RoleBoolExp, Ro
12
15
  description(): this;
13
16
  createdAt(): this;
14
17
  updatedAt(): this;
18
+ variables(options?: RoleVariableQueryOptions | (keyof RoleVariable)[]): this;
19
+ variablesAggregate(aggregate: IAggregate<RoleVariableBoolExp>): this;
15
20
  users(options?: UserQueryOptions | (keyof User)[]): this;
16
21
  usersAggregate(aggregate: IAggregate<UserBoolExp>): this;
17
22
  }
@@ -0,0 +1,15 @@
1
+ import { IQueryArgs } from "@rxdrag/entify-lib";
2
+ import { QueryOptions } from "./QueryOptions";
3
+ import { RoleVariable, RoleVariableBoolExp, RoleVariableDistinctExp, RoleVariableOrderBy } from "../interfaces";
4
+ import { RoleQueryOptions } from './RoleQueryOptions';
5
+ import { Role } from '../interfaces';
6
+ export declare class RoleVariableQueryOptions extends QueryOptions<RoleVariable, RoleVariableBoolExp, RoleVariableOrderBy, RoleVariableDistinctExp> {
7
+ constructor(fields?: (keyof RoleVariable)[], queryArgs?: IQueryArgs<RoleVariableBoolExp, RoleVariableOrderBy, RoleVariableDistinctExp>);
8
+ id(): this;
9
+ name(): this;
10
+ type(): this;
11
+ entityName(): this;
12
+ whereExpression(): this;
13
+ field(): this;
14
+ role(options?: RoleQueryOptions | (keyof Role)[]): this;
15
+ }
@@ -1,10 +1,12 @@
1
1
  import { IQueryArgs } from "@rxdrag/entify-lib";
2
2
  import { QueryOptions } from "./QueryOptions";
3
3
  import { SectionTemplate, SectionTemplateBoolExp, SectionTemplateDistinctExp, SectionTemplateOrderBy } from "../interfaces";
4
+ import { MediaQueryOptions } from './MediaQueryOptions';
5
+ import { Media } from '../interfaces';
4
6
  import { TemplateCategoryQueryOptions } from './TemplateCategoryQueryOptions';
5
7
  import { TemplateCategory } from '../interfaces';
6
- import { ThemeQueryOptions } from './ThemeQueryOptions';
7
- import { Theme } from '../interfaces';
8
+ import { ThemeBranchQueryOptions } from './ThemeBranchQueryOptions';
9
+ import { ThemeBranch } from '../interfaces';
8
10
  export declare class SectionTemplateQueryOptions extends QueryOptions<SectionTemplate, SectionTemplateBoolExp, SectionTemplateOrderBy, SectionTemplateDistinctExp> {
9
11
  constructor(fields?: (keyof SectionTemplate)[], queryArgs?: IQueryArgs<SectionTemplateBoolExp, SectionTemplateOrderBy, SectionTemplateDistinctExp>);
10
12
  id(): this;
@@ -14,6 +16,7 @@ export declare class SectionTemplateQueryOptions extends QueryOptions<SectionTem
14
16
  seqValue(): this;
15
17
  createdAt(): this;
16
18
  updatedAt(): this;
19
+ cover(options?: MediaQueryOptions | (keyof Media)[]): this;
17
20
  category(options?: TemplateCategoryQueryOptions | (keyof TemplateCategory)[]): this;
18
- theme(options?: ThemeQueryOptions | (keyof Theme)[]): this;
21
+ theme(options?: ThemeBranchQueryOptions | (keyof ThemeBranch)[]): this;
19
22
  }
@@ -0,0 +1,11 @@
1
+ import { IQueryArgs } from "@rxdrag/entify-lib";
2
+ import { QueryOptions } from "./QueryOptions";
3
+ import { StorageRecord, StorageRecordBoolExp, StorageRecordDistinctExp, StorageRecordOrderBy } from "../interfaces";
4
+ export declare class StorageRecordQueryOptions extends QueryOptions<StorageRecord, StorageRecordBoolExp, StorageRecordOrderBy, StorageRecordDistinctExp> {
5
+ constructor(fields?: (keyof StorageRecord)[], queryArgs?: IQueryArgs<StorageRecordBoolExp, StorageRecordOrderBy, StorageRecordDistinctExp>);
6
+ id(): this;
7
+ resource(): this;
8
+ storageType(): this;
9
+ createdAt(): this;
10
+ updatedAt(): this;
11
+ }
@@ -1,8 +1,8 @@
1
1
  import { IQueryArgs } from "@rxdrag/entify-lib";
2
2
  import { QueryOptions } from "./QueryOptions";
3
3
  import { StyleConfig, StyleConfigBoolExp, StyleConfigDistinctExp, StyleConfigOrderBy } from "../interfaces";
4
- import { ThemeQueryOptions } from './ThemeQueryOptions';
5
- import { Theme } from '../interfaces';
4
+ import { ThemeBranchQueryOptions } from './ThemeBranchQueryOptions';
5
+ import { ThemeBranch } from '../interfaces';
6
6
  export declare class StyleConfigQueryOptions extends QueryOptions<StyleConfig, StyleConfigBoolExp, StyleConfigOrderBy, StyleConfigDistinctExp> {
7
7
  constructor(fields?: (keyof StyleConfig)[], queryArgs?: IQueryArgs<StyleConfigBoolExp, StyleConfigOrderBy, StyleConfigDistinctExp>);
8
8
  id(): this;
@@ -14,5 +14,5 @@ export declare class StyleConfigQueryOptions extends QueryOptions<StyleConfig, S
14
14
  isInMarket(): this;
15
15
  createdAt(): this;
16
16
  updatedAt(): this;
17
- theme(options?: ThemeQueryOptions | (keyof Theme)[]): this;
17
+ theme(options?: ThemeBranchQueryOptions | (keyof ThemeBranch)[]): this;
18
18
  }
@@ -4,8 +4,8 @@ import { TemplateCategory, TemplateCategoryBoolExp, TemplateCategoryDistinctExp,
4
4
  import { SectionTemplateQueryOptions } from './SectionTemplateQueryOptions';
5
5
  import { SectionTemplate } from '../interfaces';
6
6
  import { SectionTemplateBoolExp } from '../interfaces';
7
- import { ThemeQueryOptions } from './ThemeQueryOptions';
8
- import { Theme } from '../interfaces';
7
+ import { ThemeBranchQueryOptions } from './ThemeBranchQueryOptions';
8
+ import { ThemeBranch } from '../interfaces';
9
9
  export declare class TemplateCategoryQueryOptions extends QueryOptions<TemplateCategory, TemplateCategoryBoolExp, TemplateCategoryOrderBy, TemplateCategoryDistinctExp> {
10
10
  constructor(fields?: (keyof TemplateCategory)[], queryArgs?: IQueryArgs<TemplateCategoryBoolExp, TemplateCategoryOrderBy, TemplateCategoryDistinctExp>);
11
11
  id(): this;
@@ -16,5 +16,5 @@ export declare class TemplateCategoryQueryOptions extends QueryOptions<TemplateC
16
16
  updatedAt(): this;
17
17
  templates(options?: SectionTemplateQueryOptions | (keyof SectionTemplate)[]): this;
18
18
  templatesAggregate(aggregate: IAggregate<SectionTemplateBoolExp>): this;
19
- theme(options?: ThemeQueryOptions | (keyof Theme)[]): this;
19
+ theme(options?: ThemeBranchQueryOptions | (keyof ThemeBranch)[]): this;
20
20
  }
@@ -0,0 +1,62 @@
1
+ import { IAggregate, IQueryArgs } from "@rxdrag/entify-lib";
2
+ import { QueryOptions } from "./QueryOptions";
3
+ import { ThemeBranch, ThemeBranchBoolExp, ThemeBranchDistinctExp, ThemeBranchOrderBy } from "../interfaces";
4
+ import { FrontComponentQueryOptions } from './FrontComponentQueryOptions';
5
+ import { FrontComponent } from '../interfaces';
6
+ import { FrontComponentBoolExp } from '../interfaces';
7
+ import { ComponentCategoryQueryOptions } from './ComponentCategoryQueryOptions';
8
+ import { ComponentCategory } from '../interfaces';
9
+ import { ComponentCategoryBoolExp } from '../interfaces';
10
+ import { PageQueryOptions } from './PageQueryOptions';
11
+ import { Page } from '../interfaces';
12
+ import { PageBoolExp } from '../interfaces';
13
+ import { LangQueryOptions } from './LangQueryOptions';
14
+ import { Lang } from '../interfaces';
15
+ import { ThemeConfigQueryOptions } from './ThemeConfigQueryOptions';
16
+ import { ThemeConfig } from '../interfaces';
17
+ import { SectionTemplateQueryOptions } from './SectionTemplateQueryOptions';
18
+ import { SectionTemplate } from '../interfaces';
19
+ import { SectionTemplateBoolExp } from '../interfaces';
20
+ import { TemplateCategoryQueryOptions } from './TemplateCategoryQueryOptions';
21
+ import { TemplateCategory } from '../interfaces';
22
+ import { TemplateCategoryBoolExp } from '../interfaces';
23
+ import { StyleConfigQueryOptions } from './StyleConfigQueryOptions';
24
+ import { StyleConfig } from '../interfaces';
25
+ import { WebsiteQueryOptions } from './WebsiteQueryOptions';
26
+ import { Website } from '../interfaces';
27
+ import { ThemeVersionQueryOptions } from './ThemeVersionQueryOptions';
28
+ import { ThemeVersion } from '../interfaces';
29
+ import { ThemeQueryOptions } from './ThemeQueryOptions';
30
+ import { Theme } from '../interfaces';
31
+ export declare class ThemeBranchQueryOptions extends QueryOptions<ThemeBranch, ThemeBranchBoolExp, ThemeBranchOrderBy, ThemeBranchDistinctExp> {
32
+ constructor(fields?: (keyof ThemeBranch)[], queryArgs?: IQueryArgs<ThemeBranchBoolExp, ThemeBranchOrderBy, ThemeBranchDistinctExp>);
33
+ id(): this;
34
+ name(): this;
35
+ settings(): this;
36
+ description(): this;
37
+ /**
38
+ * 对应市场母主题ID
39
+ */
40
+ parentThemeId(): this;
41
+ createdAt(): this;
42
+ updatedAt(): this;
43
+ status(): this;
44
+ version(): this;
45
+ components(options?: FrontComponentQueryOptions | (keyof FrontComponent)[]): this;
46
+ componentsAggregate(aggregate: IAggregate<FrontComponentBoolExp>): this;
47
+ componentCategories(options?: ComponentCategoryQueryOptions | (keyof ComponentCategory)[]): this;
48
+ componentCategoriesAggregate(aggregate: IAggregate<ComponentCategoryBoolExp>): this;
49
+ pages(options?: PageQueryOptions | (keyof Page)[]): this;
50
+ pagesAggregate(aggregate: IAggregate<PageBoolExp>): this;
51
+ lang(options?: LangQueryOptions | (keyof Lang)[]): this;
52
+ config(options?: ThemeConfigQueryOptions | (keyof ThemeConfig)[]): this;
53
+ templates(options?: SectionTemplateQueryOptions | (keyof SectionTemplate)[]): this;
54
+ templatesAggregate(aggregate: IAggregate<SectionTemplateBoolExp>): this;
55
+ templateCategories(options?: TemplateCategoryQueryOptions | (keyof TemplateCategory)[]): this;
56
+ templateCategoriesAggregate(aggregate: IAggregate<TemplateCategoryBoolExp>): this;
57
+ styleConfig(options?: StyleConfigQueryOptions | (keyof StyleConfig)[]): this;
58
+ mockWebsite(options?: WebsiteQueryOptions | (keyof Website)[]): this;
59
+ marketVersion(options?: ThemeVersionQueryOptions | (keyof ThemeVersion)[]): this;
60
+ website(options?: WebsiteQueryOptions | (keyof Website)[]): this;
61
+ belongsToMain(options?: ThemeQueryOptions | (keyof Theme)[]): this;
62
+ }
@@ -3,8 +3,8 @@ import { QueryOptions } from "./QueryOptions";
3
3
  import { ThemeConfig, ThemeConfigBoolExp, ThemeConfigDistinctExp, ThemeConfigOrderBy } from "../interfaces";
4
4
  import { MediaQueryOptions } from './MediaQueryOptions';
5
5
  import { Media } from '../interfaces';
6
- import { ThemeQueryOptions } from './ThemeQueryOptions';
7
- import { Theme } from '../interfaces';
6
+ import { ThemeBranchQueryOptions } from './ThemeBranchQueryOptions';
7
+ import { ThemeBranch } from '../interfaces';
8
8
  export declare class ThemeConfigQueryOptions extends QueryOptions<ThemeConfig, ThemeConfigBoolExp, ThemeConfigOrderBy, ThemeConfigDistinctExp> {
9
9
  constructor(fields?: (keyof ThemeConfig)[], queryArgs?: IQueryArgs<ThemeConfigBoolExp, ThemeConfigOrderBy, ThemeConfigDistinctExp>);
10
10
  id(): this;
@@ -26,5 +26,5 @@ export declare class ThemeConfigQueryOptions extends QueryOptions<ThemeConfig, T
26
26
  redirects(): this;
27
27
  previewUrl(): this;
28
28
  contactAvatar(options?: MediaQueryOptions | (keyof Media)[]): this;
29
- theme(options?: ThemeQueryOptions | (keyof Theme)[]): this;
29
+ theme(options?: ThemeBranchQueryOptions | (keyof ThemeBranch)[]): this;
30
30
  }
@@ -1,68 +1,23 @@
1
1
  import { IAggregate, IQueryArgs } from "@rxdrag/entify-lib";
2
2
  import { QueryOptions } from "./QueryOptions";
3
3
  import { Theme, ThemeBoolExp, ThemeDistinctExp, ThemeOrderBy } from "../interfaces";
4
+ import { ThemeBranchQueryOptions } from './ThemeBranchQueryOptions';
5
+ import { ThemeBranch } from '../interfaces';
6
+ import { ThemeBranchBoolExp } from '../interfaces';
4
7
  import { MediaQueryOptions } from './MediaQueryOptions';
5
8
  import { Media } from '../interfaces';
6
- import { FrontComponentQueryOptions } from './FrontComponentQueryOptions';
7
- import { FrontComponent } from '../interfaces';
8
- import { FrontComponentBoolExp } from '../interfaces';
9
- import { ComponentCategoryQueryOptions } from './ComponentCategoryQueryOptions';
10
- import { ComponentCategory } from '../interfaces';
11
- import { ComponentCategoryBoolExp } from '../interfaces';
12
- import { PageQueryOptions } from './PageQueryOptions';
13
- import { Page } from '../interfaces';
14
- import { PageBoolExp } from '../interfaces';
15
- import { LangQueryOptions } from './LangQueryOptions';
16
- import { Lang } from '../interfaces';
17
- import { ThemeConfigQueryOptions } from './ThemeConfigQueryOptions';
18
- import { ThemeConfig } from '../interfaces';
19
- import { SectionTemplateQueryOptions } from './SectionTemplateQueryOptions';
20
- import { SectionTemplate } from '../interfaces';
21
- import { SectionTemplateBoolExp } from '../interfaces';
22
- import { TemplateCategoryQueryOptions } from './TemplateCategoryQueryOptions';
23
- import { TemplateCategory } from '../interfaces';
24
- import { TemplateCategoryBoolExp } from '../interfaces';
25
- import { StyleConfigQueryOptions } from './StyleConfigQueryOptions';
26
- import { StyleConfig } from '../interfaces';
27
- import { ThemeVersionQueryOptions } from './ThemeVersionQueryOptions';
28
- import { ThemeVersion } from '../interfaces';
29
- import { WebsiteQueryOptions } from './WebsiteQueryOptions';
30
- import { Website } from '../interfaces';
31
9
  import { ThemeCategoryQueryOptions } from './ThemeCategoryQueryOptions';
32
10
  import { ThemeCategory } from '../interfaces';
33
11
  export declare class ThemeQueryOptions extends QueryOptions<Theme, ThemeBoolExp, ThemeOrderBy, ThemeDistinctExp> {
34
12
  constructor(fields?: (keyof Theme)[], queryArgs?: IQueryArgs<ThemeBoolExp, ThemeOrderBy, ThemeDistinctExp>);
35
13
  id(): this;
36
14
  name(): this;
37
- settings(): this;
38
15
  description(): this;
39
- /**
40
- * 是否在主题市场
41
- */
42
- isInMarket(): this;
43
- /**
44
- * 对应市场母主题ID
45
- */
46
- parentThemeId(): this;
47
16
  createdAt(): this;
48
17
  updatedAt(): this;
49
- status(): this;
50
18
  seqValue(): this;
19
+ branches(options?: ThemeBranchQueryOptions | (keyof ThemeBranch)[]): this;
20
+ branchesAggregate(aggregate: IAggregate<ThemeBranchBoolExp>): this;
51
21
  cover(options?: MediaQueryOptions | (keyof Media)[]): this;
52
- components(options?: FrontComponentQueryOptions | (keyof FrontComponent)[]): this;
53
- componentsAggregate(aggregate: IAggregate<FrontComponentBoolExp>): this;
54
- componentCategories(options?: ComponentCategoryQueryOptions | (keyof ComponentCategory)[]): this;
55
- componentCategoriesAggregate(aggregate: IAggregate<ComponentCategoryBoolExp>): this;
56
- pages(options?: PageQueryOptions | (keyof Page)[]): this;
57
- pagesAggregate(aggregate: IAggregate<PageBoolExp>): this;
58
- lang(options?: LangQueryOptions | (keyof Lang)[]): this;
59
- config(options?: ThemeConfigQueryOptions | (keyof ThemeConfig)[]): this;
60
- templates(options?: SectionTemplateQueryOptions | (keyof SectionTemplate)[]): this;
61
- templatesAggregate(aggregate: IAggregate<SectionTemplateBoolExp>): this;
62
- templateCategories(options?: TemplateCategoryQueryOptions | (keyof TemplateCategory)[]): this;
63
- templateCategoriesAggregate(aggregate: IAggregate<TemplateCategoryBoolExp>): this;
64
- styleConfig(options?: StyleConfigQueryOptions | (keyof StyleConfig)[]): this;
65
- marketVersion(options?: ThemeVersionQueryOptions | (keyof ThemeVersion)[]): this;
66
- website(options?: WebsiteQueryOptions | (keyof Website)[]): this;
67
22
  category(options?: ThemeCategoryQueryOptions | (keyof ThemeCategory)[]): this;
68
23
  }
@@ -1,14 +1,14 @@
1
1
  import { IQueryArgs } from "@rxdrag/entify-lib";
2
2
  import { QueryOptions } from "./QueryOptions";
3
3
  import { ThemeVersion, ThemeVersionBoolExp, ThemeVersionDistinctExp, ThemeVersionOrderBy } from "../interfaces";
4
- import { ThemeQueryOptions } from './ThemeQueryOptions';
5
- import { Theme } from '../interfaces';
4
+ import { ThemeBranchQueryOptions } from './ThemeBranchQueryOptions';
5
+ import { ThemeBranch } from '../interfaces';
6
6
  import { ThemeInMarketQueryOptions } from './ThemeInMarketQueryOptions';
7
7
  import { ThemeInMarket } from '../interfaces';
8
8
  export declare class ThemeVersionQueryOptions extends QueryOptions<ThemeVersion, ThemeVersionBoolExp, ThemeVersionOrderBy, ThemeVersionDistinctExp> {
9
9
  constructor(fields?: (keyof ThemeVersion)[], queryArgs?: IQueryArgs<ThemeVersionBoolExp, ThemeVersionOrderBy, ThemeVersionDistinctExp>);
10
10
  id(): this;
11
11
  version(): this;
12
- theme(options?: ThemeQueryOptions | (keyof Theme)[]): this;
12
+ theme(options?: ThemeBranchQueryOptions | (keyof ThemeBranch)[]): this;
13
13
  themeInMarket(options?: ThemeInMarketQueryOptions | (keyof ThemeInMarket)[]): this;
14
14
  }