@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
@@ -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;
@@ -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
  }
@@ -1,12 +1,8 @@
1
1
  import { IQueryArgs } from "@rxdrag/entify-lib";
2
2
  import { QueryOptions } from "./QueryOptions";
3
3
  import { FAQ, FAQBoolExp, FAQDistinctExp, FAQOrderBy } from "../interfaces";
4
- import { WebsiteQueryOptions } from './WebsiteQueryOptions';
5
- import { Website } from '../interfaces';
6
4
  import { ProductQueryOptions } from './ProductQueryOptions';
7
5
  import { Product } from '../interfaces';
8
- import { SolutionQueryOptions } from './SolutionQueryOptions';
9
- import { Solution } from '../interfaces';
10
6
  export declare class FAQQueryOptions extends QueryOptions<FAQ, FAQBoolExp, FAQOrderBy, FAQDistinctExp> {
11
7
  constructor(fields?: (keyof FAQ)[], queryArgs?: IQueryArgs<FAQBoolExp, FAQOrderBy, FAQDistinctExp>);
12
8
  id(): this;
@@ -14,7 +10,6 @@ export declare class FAQQueryOptions extends QueryOptions<FAQ, FAQBoolExp, FAQOr
14
10
  answer(): this;
15
11
  createdAt(): this;
16
12
  updatedAt(): this;
17
- website(options?: WebsiteQueryOptions | (keyof Website)[]): this;
13
+ seqValue(): this;
18
14
  product(options?: ProductQueryOptions | (keyof Product)[]): this;
19
- solution(options?: SolutionQueryOptions | (keyof Solution)[]): this;
20
15
  }
@@ -1,18 +1,20 @@
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;
11
13
  name(): this;
12
14
  title(): this;
13
15
  seqValue(): this;
14
- props(): this;
15
- testConfig(): this;
16
+ propsSchema(): this;
17
+ propsTest(): this;
16
18
  updatedAt(): this;
17
19
  createdAt(): this;
18
20
  slots(): 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
+ compileResult(): 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
  }
@@ -13,12 +13,6 @@ import { ProductBoolExp } from '../interfaces';
13
13
  import { PostQueryOptions } from './PostQueryOptions';
14
14
  import { Post } from '../interfaces';
15
15
  import { PostBoolExp } from '../interfaces';
16
- import { SolutionQueryOptions } from './SolutionQueryOptions';
17
- import { Solution } from '../interfaces';
18
- import { SolutionBoolExp } from '../interfaces';
19
- import { CustomerCaseQueryOptions } from './CustomerCaseQueryOptions';
20
- import { CustomerCase } from '../interfaces';
21
- import { CustomerCaseBoolExp } from '../interfaces';
22
16
  import { PostCategoryQueryOptions } from './PostCategoryQueryOptions';
23
17
  import { PostCategory } from '../interfaces';
24
18
  import { PostCategoryBoolExp } from '../interfaces';
@@ -40,9 +34,9 @@ import { MediaBoolExp } 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';
46
40
  import { BulletinQueryOptions } from './BulletinQueryOptions';
47
41
  import { Bulletin } from '../interfaces';
48
42
  import { BulletinBoolExp } from '../interfaces';
@@ -81,10 +75,6 @@ export declare class LangQueryOptions extends QueryOptions<Lang, LangBoolExp, La
81
75
  webPartsOfProductAggregate(aggregate: IAggregate<ProductBoolExp>): this;
82
76
  webPartsOfPost(options?: PostQueryOptions | (keyof Post)[]): this;
83
77
  webPartsOfPostAggregate(aggregate: IAggregate<PostBoolExp>): this;
84
- webPartsOfSolution(options?: SolutionQueryOptions | (keyof Solution)[]): this;
85
- webPartsOfSolutionAggregate(aggregate: IAggregate<SolutionBoolExp>): this;
86
- webPartsOfCustomerCase(options?: CustomerCaseQueryOptions | (keyof CustomerCase)[]): this;
87
- webPartsOfCustomerCaseAggregate(aggregate: IAggregate<CustomerCaseBoolExp>): this;
88
78
  webPartsOfPostCategory(options?: PostCategoryQueryOptions | (keyof PostCategory)[]): this;
89
79
  webPartsOfPostCategoryAggregate(aggregate: IAggregate<PostCategoryBoolExp>): this;
90
80
  webPartsOfTag(options?: TagQueryOptions | (keyof Tag)[]): this;
@@ -101,8 +91,8 @@ export declare class LangQueryOptions extends QueryOptions<Lang, LangBoolExp, La
101
91
  websitesAggregate(aggregate: IAggregate<WebsiteBoolExp>): this;
102
92
  baseLangOf(options?: WebsiteQueryOptions | (keyof Website)[]): this;
103
93
  baseLangOfAggregate(aggregate: IAggregate<WebsiteBoolExp>): this;
104
- themes(options?: ThemeQueryOptions | (keyof Theme)[]): this;
105
- themesAggregate(aggregate: IAggregate<ThemeBoolExp>): this;
94
+ themes(options?: ThemeBranchQueryOptions | (keyof ThemeBranch)[]): this;
95
+ themesAggregate(aggregate: IAggregate<ThemeBranchBoolExp>): this;
106
96
  bulletins(options?: BulletinQueryOptions | (keyof Bulletin)[]): this;
107
97
  bulletinsAggregate(aggregate: IAggregate<BulletinBoolExp>): this;
108
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,19 +32,40 @@ import { PageMetaBoolExp } from '../interfaces';
35
32
  import { SearchIndexQueryOptions } from './SearchIndexQueryOptions';
36
33
  import { SearchIndex } from '../interfaces';
37
34
  import { SearchIndexBoolExp } 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';
38
48
  export declare class MediaQueryOptions extends QueryOptions<Media, MediaBoolExp, MediaOrderBy, MediaDistinctExp> {
39
49
  constructor(fields?: (keyof Media)[], queryArgs?: IQueryArgs<MediaBoolExp, MediaOrderBy, MediaDistinctExp>);
40
50
  id(): this;
51
+ mediaRef(): this;
41
52
  name(): this;
42
53
  size(): this;
43
54
  mimeType(): this;
44
55
  extName(): this;
56
+ /**
57
+ * media file
58
+ */
45
59
  file(fields: string[]): this;
46
60
  description(): this;
47
61
  createdAt(): this;
48
62
  updatedAt(): this;
49
63
  mediaType(): this;
64
+ resource(): this;
65
+ storageType(): this;
50
66
  content(): this;
67
+ isDeleted(): this;
68
+ deletedAt(): this;
51
69
  folder(options?: MediaFolderQueryOptions | (keyof MediaFolder)[]): this;
52
70
  lang(options?: LangQueryOptions | (keyof Lang)[]): this;
53
71
  coverOf(options?: PostQueryOptions | (keyof Post)[]): this;
@@ -60,8 +78,6 @@ export declare class MediaQueryOptions extends QueryOptions<Media, MediaBoolExp,
60
78
  productAttacPivots(options?: AttachmentOnProductQueryOptions | (keyof AttachmentOnProduct)[]): this;
61
79
  productAttacPivotsAggregate(aggregate: IAggregate<AttachmentOnProductBoolExp>): this;
62
80
  website(options?: WebsiteQueryOptions | (keyof Website)[]): this;
63
- coverOfTheme(options?: ThemeQueryOptions | (keyof Theme)[]): this;
64
- coverOfThemeAggregate(aggregate: IAggregate<ThemeBoolExp>): this;
65
81
  postCategory(options?: PostCategoryQueryOptions | (keyof PostCategory)[]): this;
66
82
  usedByThemConfig(options?: ThemeConfigQueryOptions | (keyof ThemeConfig)[]): this;
67
83
  usedByThemConfigAggregate(aggregate: IAggregate<ThemeConfigBoolExp>): this;
@@ -69,4 +85,13 @@ export declare class MediaQueryOptions extends QueryOptions<Media, MediaBoolExp,
69
85
  pageMetaAggregate(aggregate: IAggregate<PageMetaBoolExp>): this;
70
86
  searchIndex(options?: SearchIndexQueryOptions | (keyof SearchIndex)[]): this;
71
87
  searchIndexAggregate(aggregate: IAggregate<SearchIndexBoolExp>): 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;
72
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;
@@ -54,6 +54,8 @@ export declare class ProductQueryOptions extends QueryOptions<Product, ProductBo
54
54
  content(): this;
55
55
  slug(): this;
56
56
  description(): this;
57
+ isDeleted(): this;
58
+ deletedAt(): this;
57
59
  category(options?: ProductCategoryQueryOptions | (keyof ProductCategory)[]): this;
58
60
  tags(options?: TagQueryOptions | (keyof Tag)[]): this;
59
61
  tagsAggregate(aggregate: IAggregate<TagBoolExp>): this;
@@ -70,4 +72,5 @@ export declare class ProductQueryOptions extends QueryOptions<Product, ProductBo
70
72
  creator(options?: UserQueryOptions | (keyof User)[]): this;
71
73
  website(options?: WebsiteQueryOptions | (keyof Website)[]): this;
72
74
  relatedByPovit(options?: ProductRelatedPivotQueryOptions | (keyof ProductRelatedPivot)[]): this;
75
+ relatedByPovitAggregate(aggregate: IAggregate<ProductRelatedPivotBoolExp>): this;
73
76
  }
@@ -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,12 @@
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
+ refId(): this;
8
+ resource(): this;
9
+ storageType(): this;
10
+ createdAt(): this;
11
+ updatedAt(): this;
12
+ }
@@ -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
  }
@@ -0,0 +1,19 @@
1
+ import { IQueryArgs } from "@rxdrag/entify-lib";
2
+ import { QueryOptions } from "./QueryOptions";
3
+ import { UserOperation, UserOperationBoolExp, UserOperationDistinctExp, UserOperationOrderBy } from "../interfaces";
4
+ import { UserQueryOptions } from './UserQueryOptions';
5
+ import { User } from '../interfaces';
6
+ import { WebsiteQueryOptions } from './WebsiteQueryOptions';
7
+ import { Website } from '../interfaces';
8
+ export declare class UserOperationQueryOptions extends QueryOptions<UserOperation, UserOperationBoolExp, UserOperationOrderBy, UserOperationDistinctExp> {
9
+ constructor(fields?: (keyof UserOperation)[], queryArgs?: IQueryArgs<UserOperationBoolExp, UserOperationOrderBy, UserOperationDistinctExp>);
10
+ id(): this;
11
+ type(): this;
12
+ createdAt(): this;
13
+ title(): this;
14
+ description(): this;
15
+ module(): this;
16
+ langId(): this;
17
+ user(options?: UserQueryOptions | (keyof User)[]): this;
18
+ website(options?: WebsiteQueryOptions | (keyof Website)[]): this;
19
+ }
@@ -9,6 +9,10 @@ import { Media } from '../interfaces';
9
9
  import { ProductQueryOptions } from './ProductQueryOptions';
10
10
  import { Product } from '../interfaces';
11
11
  import { ProductBoolExp } from '../interfaces';
12
+ import { UserOperationQueryOptions } from './UserOperationQueryOptions';
13
+ import { UserOperation } from '../interfaces';
14
+ import { UserOperationBoolExp } from '../interfaces';
15
+ import { MediaBoolExp } from '../interfaces';
12
16
  import { PostQueryOptions } from './PostQueryOptions';
13
17
  import { Post } from '../interfaces';
14
18
  import { PostBoolExp } from '../interfaces';
@@ -61,6 +65,10 @@ export declare class UserQueryOptions extends QueryOptions<User, UserBoolExp, Us
61
65
  avatar(options?: MediaQueryOptions | (keyof Media)[]): this;
62
66
  products(options?: ProductQueryOptions | (keyof Product)[]): this;
63
67
  productsAggregate(aggregate: IAggregate<ProductBoolExp>): this;
68
+ operations(options?: UserOperationQueryOptions | (keyof UserOperation)[]): this;
69
+ operationsAggregate(aggregate: IAggregate<UserOperationBoolExp>): this;
70
+ medias(options?: MediaQueryOptions | (keyof Media)[]): this;
71
+ mediasAggregate(aggregate: IAggregate<MediaBoolExp>): this;
64
72
  posts(options?: PostQueryOptions | (keyof Post)[]): this;
65
73
  postsAggregate(aggregate: IAggregate<PostBoolExp>): this;
66
74
  websites(options?: WebsiteQueryOptions | (keyof Website)[]): this;