@rxdrag/rxcms-models 0.3.76 → 0.3.78

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (194) hide show
  1. package/dist/classes/AbilityQueryOptions.d.ts +2 -2
  2. package/dist/classes/ComponentCategoryQueryOptions.d.ts +4 -3
  3. package/dist/classes/EnquiryQueryOptions.d.ts +10 -1
  4. package/dist/classes/FAQQueryOptions.d.ts +1 -6
  5. package/dist/classes/FrontComponentQueryOptions.d.ts +14 -5
  6. package/dist/classes/LangQueryOptions.d.ts +5 -15
  7. package/dist/classes/MediaQueryOptions.d.ts +30 -5
  8. package/dist/classes/PageQueryOptions.d.ts +3 -3
  9. package/dist/classes/PostQueryOptions.d.ts +2 -0
  10. package/dist/classes/ProductQueryOptions.d.ts +3 -0
  11. package/dist/classes/RoleQueryOptions.d.ts +5 -0
  12. package/dist/classes/RoleVariableQueryOptions.d.ts +15 -0
  13. package/dist/classes/SectionTemplateQueryOptions.d.ts +6 -3
  14. package/dist/classes/StorageRecordQueryOptions.d.ts +12 -0
  15. package/dist/classes/StyleConfigQueryOptions.d.ts +3 -3
  16. package/dist/classes/TemplateCategoryQueryOptions.d.ts +3 -3
  17. package/dist/classes/ThemeBranchQueryOptions.d.ts +62 -0
  18. package/dist/classes/ThemeConfigQueryOptions.d.ts +3 -3
  19. package/dist/classes/ThemeQueryOptions.d.ts +5 -50
  20. package/dist/classes/ThemeVersionQueryOptions.d.ts +3 -3
  21. package/dist/classes/UserOperationQueryOptions.d.ts +19 -0
  22. package/dist/classes/UserQueryOptions.d.ts +8 -0
  23. package/dist/classes/VisitorLogQueryOptions.d.ts +27 -0
  24. package/dist/classes/WebsiteQueryOptions.d.ts +16 -20
  25. package/dist/classes/WebsiteSnapshotQueryOptions.d.ts +15 -0
  26. package/dist/classes/index.d.ts +7 -3
  27. package/dist/entries/index.d.ts +7 -3
  28. package/dist/entries/roleVariableEntry.d.ts +2 -0
  29. package/dist/entries/storageRecordEntry.d.ts +2 -0
  30. package/dist/entries/themeBranchEntry.d.ts +2 -0
  31. package/dist/entries/userOperationEntry.d.ts +2 -0
  32. package/dist/entries/visitorLogEntry.d.ts +2 -0
  33. package/dist/entries/websiteSnapshotEntry.d.ts +2 -0
  34. package/dist/fields/AbilityFields.d.ts +2 -2
  35. package/dist/fields/ComponentCategoryFields.d.ts +2 -1
  36. package/dist/fields/EnquiryFields.d.ts +6 -0
  37. package/dist/fields/FAQFields.d.ts +3 -4
  38. package/dist/fields/FrontComponentFields.d.ts +10 -3
  39. package/dist/fields/LangFields.d.ts +0 -4
  40. package/dist/fields/MediaFields.d.ts +19 -4
  41. package/dist/fields/PostFields.d.ts +3 -1
  42. package/dist/fields/ProductFields.d.ts +5 -2
  43. package/dist/fields/RoleFields.d.ts +2 -0
  44. package/dist/fields/RoleVariableFields.d.ts +11 -0
  45. package/dist/fields/SectionTemplateFields.d.ts +1 -0
  46. package/dist/fields/StorageRecordFields.d.ts +10 -0
  47. package/dist/fields/ThemeBranchFields.d.ts +33 -0
  48. package/dist/fields/ThemeFields.d.ts +2 -25
  49. package/dist/fields/UserFields.d.ts +4 -0
  50. package/dist/fields/UserOperationFields.d.ts +13 -0
  51. package/dist/fields/VisitorLogFields.d.ts +25 -0
  52. package/dist/fields/WebsiteFields.d.ts +6 -7
  53. package/dist/fields/WebsiteSnapshotFields.d.ts +8 -0
  54. package/dist/fields/index.d.ts +7 -3
  55. package/dist/index.mjs +1184 -587
  56. package/dist/index.mjs.map +1 -1
  57. package/dist/interfaces/Ability.d.ts +3 -3
  58. package/dist/interfaces/AbilityBoolExp.d.ts +3 -3
  59. package/dist/interfaces/AbilityDistinctExp.d.ts +2 -2
  60. package/dist/interfaces/AbilityInput.d.ts +3 -3
  61. package/dist/interfaces/AbilityOrderBy.d.ts +2 -2
  62. package/dist/interfaces/ComponentCategory.d.ts +3 -2
  63. package/dist/interfaces/ComponentCategoryBoolExp.d.ts +3 -2
  64. package/dist/interfaces/ComponentCategoryDistinctExp.d.ts +2 -1
  65. package/dist/interfaces/ComponentCategoryInput.d.ts +3 -2
  66. package/dist/interfaces/ComponentCategoryOrderBy.d.ts +1 -0
  67. package/dist/interfaces/Enquiry.d.ts +8 -0
  68. package/dist/interfaces/EnquiryBoolExp.d.ts +6 -0
  69. package/dist/interfaces/EnquiryDistinctExp.d.ts +4 -0
  70. package/dist/interfaces/EnquiryInput.d.ts +7 -0
  71. package/dist/interfaces/EnquiryOrderBy.d.ts +4 -0
  72. package/dist/interfaces/EnquirySettings.d.ts +4 -0
  73. package/dist/interfaces/FAQ.d.ts +1 -4
  74. package/dist/interfaces/FAQBoolExp.d.ts +2 -4
  75. package/dist/interfaces/FAQDistinctExp.d.ts +2 -1
  76. package/dist/interfaces/FAQInput.d.ts +1 -4
  77. package/dist/interfaces/FAQOrderBy.d.ts +1 -0
  78. package/dist/interfaces/FileRef.d.ts +7 -0
  79. package/dist/interfaces/FileRefInput.d.ts +5 -0
  80. package/dist/interfaces/FrontComponent.d.ts +13 -5
  81. package/dist/interfaces/FrontComponentBoolExp.d.ts +9 -4
  82. package/dist/interfaces/FrontComponentDistinctExp.d.ts +9 -3
  83. package/dist/interfaces/FrontComponentInput.d.ts +13 -5
  84. package/dist/interfaces/FrontComponentOrderBy.d.ts +8 -2
  85. package/dist/interfaces/ImageSize.d.ts +4 -0
  86. package/dist/interfaces/ImageSizes.d.ts +6 -0
  87. package/dist/interfaces/Lang.d.ts +2 -8
  88. package/dist/interfaces/LangBoolExp.d.ts +2 -6
  89. package/dist/interfaces/LangInput.d.ts +2 -6
  90. package/dist/interfaces/Media.d.ts +22 -4
  91. package/dist/interfaces/MediaBoolExp.d.ts +16 -3
  92. package/dist/interfaces/MediaDistinctExp.d.ts +11 -2
  93. package/dist/interfaces/MediaInput.d.ts +21 -5
  94. package/dist/interfaces/MediaOrderBy.d.ts +8 -1
  95. package/dist/interfaces/Page.d.ts +2 -2
  96. package/dist/interfaces/PageBoolExp.d.ts +2 -2
  97. package/dist/interfaces/PageInput.d.ts +2 -2
  98. package/dist/interfaces/PageType.d.ts +9 -1
  99. package/dist/interfaces/Post.d.ts +2 -1
  100. package/dist/interfaces/PostBoolExp.d.ts +2 -1
  101. package/dist/interfaces/PostDistinctExp.d.ts +5 -2
  102. package/dist/interfaces/PostInput.d.ts +2 -1
  103. package/dist/interfaces/PostOrderBy.d.ts +2 -1
  104. package/dist/interfaces/Product.d.ts +4 -2
  105. package/dist/interfaces/ProductBoolExp.d.ts +2 -1
  106. package/dist/interfaces/ProductDistinctExp.d.ts +5 -2
  107. package/dist/interfaces/ProductInput.d.ts +3 -2
  108. package/dist/interfaces/ProductOrderBy.d.ts +2 -1
  109. package/dist/interfaces/PropsSchema.d.ts +7 -0
  110. package/dist/interfaces/Role.d.ts +3 -0
  111. package/dist/interfaces/RoleBoolExp.d.ts +2 -0
  112. package/dist/interfaces/RoleInput.d.ts +2 -0
  113. package/dist/interfaces/RoleVariable.d.ts +13 -0
  114. package/dist/interfaces/RoleVariableBoolExp.d.ts +17 -0
  115. package/dist/interfaces/RoleVariableDistinctExp.d.ts +9 -0
  116. package/dist/interfaces/RoleVariableInput.d.ts +15 -0
  117. package/dist/interfaces/RoleVariableOrderBy.d.ts +9 -0
  118. package/dist/interfaces/SectionTemplate.d.ts +4 -2
  119. package/dist/interfaces/SectionTemplateBoolExp.d.ts +4 -2
  120. package/dist/interfaces/SectionTemplateInput.d.ts +4 -2
  121. package/dist/interfaces/Softable.d.ts +5 -0
  122. package/dist/interfaces/SoftableBoolExp.d.ts +11 -0
  123. package/dist/interfaces/SoftableDistinctExp.d.ts +6 -0
  124. package/dist/interfaces/SoftableOrderBy.d.ts +6 -0
  125. package/dist/interfaces/StorageRecord.d.ts +10 -0
  126. package/dist/interfaces/StorageRecordBoolExp.d.ts +14 -0
  127. package/dist/interfaces/StorageRecordDistinctExp.d.ts +9 -0
  128. package/dist/interfaces/StorageRecordInput.d.ts +11 -0
  129. package/dist/interfaces/StorageRecordOrderBy.d.ts +9 -0
  130. package/dist/interfaces/StyleConfig.d.ts +2 -2
  131. package/dist/interfaces/StyleConfigBoolExp.d.ts +2 -2
  132. package/dist/interfaces/StyleConfigInput.d.ts +2 -2
  133. package/dist/interfaces/TemplateCategory.d.ts +2 -2
  134. package/dist/interfaces/TemplateCategoryBoolExp.d.ts +2 -2
  135. package/dist/interfaces/TemplateCategoryInput.d.ts +2 -2
  136. package/dist/interfaces/Theme.d.ts +4 -37
  137. package/dist/interfaces/ThemeBoolExp.d.ts +4 -27
  138. package/dist/interfaces/ThemeBranch.d.ts +46 -0
  139. package/dist/interfaces/ThemeBranchBoolExp.d.ts +40 -0
  140. package/dist/interfaces/ThemeBranchDistinctExp.d.ts +15 -0
  141. package/dist/interfaces/ThemeBranchInput.d.ts +43 -0
  142. package/dist/interfaces/ThemeBranchOrderBy.d.ts +15 -0
  143. package/dist/interfaces/ThemeConfig.d.ts +2 -2
  144. package/dist/interfaces/ThemeConfigBoolExp.d.ts +2 -2
  145. package/dist/interfaces/ThemeConfigInput.d.ts +2 -2
  146. package/dist/interfaces/ThemeDistinctExp.d.ts +0 -10
  147. package/dist/interfaces/ThemeInput.d.ts +3 -32
  148. package/dist/interfaces/ThemeOrderBy.d.ts +0 -10
  149. package/dist/interfaces/ThemeSettings.d.ts +5 -0
  150. package/dist/interfaces/ThemeVersion.d.ts +2 -2
  151. package/dist/interfaces/ThemeVersionBoolExp.d.ts +2 -2
  152. package/dist/interfaces/ThemeVersionInput.d.ts +2 -2
  153. package/dist/interfaces/User.d.ts +5 -0
  154. package/dist/interfaces/UserBoolExp.d.ts +3 -0
  155. package/dist/interfaces/UserInput.d.ts +3 -0
  156. package/dist/interfaces/UserOperation.d.ts +16 -0
  157. package/dist/interfaces/UserOperationBoolExp.d.ts +21 -0
  158. package/dist/interfaces/UserOperationDistinctExp.d.ts +10 -0
  159. package/dist/interfaces/UserOperationInput.d.ts +18 -0
  160. package/dist/interfaces/UserOperationOrderBy.d.ts +10 -0
  161. package/dist/interfaces/VariableType.d.ts +10 -0
  162. package/dist/interfaces/VisitorLog.d.ts +26 -0
  163. package/dist/interfaces/VisitorLogBoolExp.d.ts +33 -0
  164. package/dist/interfaces/VisitorLogDistinctExp.d.ts +24 -0
  165. package/dist/interfaces/VisitorLogInput.d.ts +27 -0
  166. package/dist/interfaces/VisitorLogOrderBy.d.ts +24 -0
  167. package/dist/interfaces/VistType.d.ts +14 -0
  168. package/dist/interfaces/Website.d.ts +9 -11
  169. package/dist/interfaces/WebsiteBoolExp.d.ts +7 -8
  170. package/dist/interfaces/WebsiteInput.d.ts +7 -8
  171. package/dist/interfaces/WebsiteSnapshot.d.ts +11 -0
  172. package/dist/interfaces/WebsiteSnapshotBoolExp.d.ts +11 -0
  173. package/dist/interfaces/WebsiteSnapshotDistinctExp.d.ts +4 -0
  174. package/dist/interfaces/WebsiteSnapshotInput.d.ts +12 -0
  175. package/dist/interfaces/WebsiteSnapshotOrderBy.d.ts +4 -0
  176. package/dist/interfaces/index.d.ts +46 -16
  177. package/package.json +2 -2
  178. package/dist/classes/CustomerCaseQueryOptions.d.ts +0 -22
  179. package/dist/classes/SolutionQueryOptions.d.ts +0 -27
  180. package/dist/entries/customerCaseEntry.d.ts +0 -2
  181. package/dist/entries/solutionEntry.d.ts +0 -2
  182. package/dist/fields/CustomerCaseFields.d.ts +0 -16
  183. package/dist/fields/SolutionFields.d.ts +0 -18
  184. package/dist/interfaces/CustomerCase.d.ts +0 -11
  185. package/dist/interfaces/CustomerCaseBoolExp.d.ts +0 -13
  186. package/dist/interfaces/CustomerCaseDistinctExp.d.ts +0 -15
  187. package/dist/interfaces/CustomerCaseInput.d.ts +0 -13
  188. package/dist/interfaces/CustomerCaseOrderBy.d.ts +0 -6
  189. package/dist/interfaces/PropsFields.d.ts +0 -8
  190. package/dist/interfaces/Solution.d.ts +0 -15
  191. package/dist/interfaces/SolutionBoolExp.d.ts +0 -15
  192. package/dist/interfaces/SolutionDistinctExp.d.ts +0 -15
  193. package/dist/interfaces/SolutionInput.d.ts +0 -16
  194. package/dist/interfaces/SolutionOrderBy.d.ts +0 -6
@@ -1,6 +1,7 @@
1
1
  import { SectionTemplate } from './SectionTemplate';
2
+ import { MediaInput } from './MediaInput';
2
3
  import { TemplateCategoryInput } from './TemplateCategoryInput';
3
- import { ThemeInput } from './ThemeInput';
4
+ import { ThemeBranchInput } from './ThemeBranchInput';
4
5
  import { SetHasOne } from '@rxdrag/entify-lib';
5
6
  export interface SectionTemplateInput {
6
7
  id?: string | null;
@@ -10,8 +11,9 @@ export interface SectionTemplateInput {
10
11
  seqValue?: number;
11
12
  createdAt?: Date;
12
13
  updatedAt?: Date;
14
+ cover?: SetHasOne<MediaInput>;
13
15
  category?: SetHasOne<TemplateCategoryInput>;
14
- theme?: SetHasOne<ThemeInput>;
16
+ theme?: SetHasOne<ThemeBranchInput>;
15
17
  }
16
18
  export declare const sectionTemplateToInputCascade: (entity: SectionTemplate) => SectionTemplateInput;
17
19
  export declare const sectionTemplateToInput: (entity: SectionTemplate) => SectionTemplateInput;
@@ -0,0 +1,5 @@
1
+ export interface Softable {
2
+ id?: string | null;
3
+ isDeleted?: boolean;
4
+ deletedAt?: Date;
5
+ }
@@ -0,0 +1,11 @@
1
+ import { IdComparisonExp } from './IdComparisonExp';
2
+ import { BooleanComparisonExp } from './BooleanComparisonExp';
3
+ import { DateTimeComparisonExp } from './DateTimeComparisonExp';
4
+ export interface SoftableBoolExp {
5
+ _and?: SoftableBoolExp[];
6
+ _or?: SoftableBoolExp[];
7
+ _not?: SoftableBoolExp;
8
+ id?: IdComparisonExp;
9
+ isDeleted?: BooleanComparisonExp;
10
+ deletedAt?: DateTimeComparisonExp;
11
+ }
@@ -0,0 +1,6 @@
1
+ export declare enum SoftableDistinctEnum {
2
+ id = "id",
3
+ isDeleted = "isDeleted",
4
+ deletedAt = "deletedAt"
5
+ }
6
+ export type SoftableDistinctExp = SoftableDistinctEnum;
@@ -0,0 +1,6 @@
1
+ import { OrderBy } from '@rxdrag/entify-lib';
2
+ export interface SoftableOrderBy {
3
+ id?: OrderBy;
4
+ isDeleted?: OrderBy;
5
+ deletedAt?: OrderBy;
6
+ }
@@ -0,0 +1,10 @@
1
+ export declare const StorageRecordEntityName = "StorageRecord";
2
+ export declare const StorageRecordEntityLabel = "";
3
+ export interface StorageRecord {
4
+ id?: string | null;
5
+ refId?: string | null;
6
+ resource?: string;
7
+ storageType?: string;
8
+ createdAt?: Date;
9
+ updatedAt?: Date;
10
+ }
@@ -0,0 +1,14 @@
1
+ import { IdComparisonExp } from './IdComparisonExp';
2
+ import { StringComparisonExp } from './StringComparisonExp';
3
+ import { DateTimeComparisonExp } from './DateTimeComparisonExp';
4
+ export interface StorageRecordBoolExp {
5
+ _and?: StorageRecordBoolExp[];
6
+ _or?: StorageRecordBoolExp[];
7
+ _not?: StorageRecordBoolExp;
8
+ id?: IdComparisonExp;
9
+ refId?: IdComparisonExp;
10
+ resource?: StringComparisonExp;
11
+ storageType?: StringComparisonExp;
12
+ createdAt?: DateTimeComparisonExp;
13
+ updatedAt?: DateTimeComparisonExp;
14
+ }
@@ -0,0 +1,9 @@
1
+ export declare enum StorageRecordDistinctEnum {
2
+ id = "id",
3
+ refId = "refId",
4
+ resource = "resource",
5
+ storageType = "storageType",
6
+ createdAt = "createdAt",
7
+ updatedAt = "updatedAt"
8
+ }
9
+ export type StorageRecordDistinctExp = StorageRecordDistinctEnum;
@@ -0,0 +1,11 @@
1
+ import { StorageRecord } from './StorageRecord';
2
+ export interface StorageRecordInput {
3
+ id?: string | null;
4
+ refId?: string | null;
5
+ resource?: string;
6
+ storageType?: string;
7
+ createdAt?: Date;
8
+ updatedAt?: Date;
9
+ }
10
+ export declare const storageRecordToInputCascade: (entity: StorageRecord) => StorageRecordInput;
11
+ export declare const storageRecordToInput: (entity: StorageRecord) => StorageRecordInput;
@@ -0,0 +1,9 @@
1
+ import { OrderBy } from '@rxdrag/entify-lib';
2
+ export interface StorageRecordOrderBy {
3
+ id?: OrderBy;
4
+ refId?: OrderBy;
5
+ resource?: OrderBy;
6
+ storageType?: OrderBy;
7
+ createdAt?: OrderBy;
8
+ updatedAt?: OrderBy;
9
+ }
@@ -1,4 +1,4 @@
1
- import { Theme } from './Theme';
1
+ import { ThemeBranch } from './ThemeBranch';
2
2
  export declare const StyleConfigEntityName = "StyleConfig";
3
3
  export declare const StyleConfigEntityLabel = "";
4
4
  export interface StyleConfig {
@@ -11,5 +11,5 @@ export interface StyleConfig {
11
11
  isInMarket?: boolean;
12
12
  createdAt?: Date;
13
13
  updatedAt?: Date;
14
- theme?: Theme;
14
+ theme?: ThemeBranch;
15
15
  }
@@ -2,7 +2,7 @@ import { IdComparisonExp } from './IdComparisonExp';
2
2
  import { StringComparisonExp } from './StringComparisonExp';
3
3
  import { BooleanComparisonExp } from './BooleanComparisonExp';
4
4
  import { DateTimeComparisonExp } from './DateTimeComparisonExp';
5
- import { ThemeBoolExp } from './ThemeBoolExp';
5
+ import { ThemeBranchBoolExp } from './ThemeBranchBoolExp';
6
6
  export interface StyleConfigBoolExp {
7
7
  _and?: StyleConfigBoolExp[];
8
8
  _or?: StyleConfigBoolExp[];
@@ -16,5 +16,5 @@ export interface StyleConfigBoolExp {
16
16
  isInMarket?: BooleanComparisonExp;
17
17
  createdAt?: DateTimeComparisonExp;
18
18
  updatedAt?: DateTimeComparisonExp;
19
- theme?: ThemeBoolExp;
19
+ theme?: ThemeBranchBoolExp;
20
20
  }
@@ -1,5 +1,5 @@
1
1
  import { StyleConfig } from './StyleConfig';
2
- import { ThemeInput } from './ThemeInput';
2
+ import { ThemeBranchInput } from './ThemeBranchInput';
3
3
  import { SetHasOne } from '@rxdrag/entify-lib';
4
4
  export interface StyleConfigInput {
5
5
  id?: string | null;
@@ -11,7 +11,7 @@ export interface StyleConfigInput {
11
11
  isInMarket?: boolean;
12
12
  createdAt?: Date;
13
13
  updatedAt?: Date;
14
- theme?: SetHasOne<ThemeInput>;
14
+ theme?: SetHasOne<ThemeBranchInput>;
15
15
  }
16
16
  export declare const styleConfigToInputCascade: (entity: StyleConfig) => StyleConfigInput;
17
17
  export declare const styleConfigToInput: (entity: StyleConfig) => StyleConfigInput;
@@ -1,5 +1,5 @@
1
1
  import { SectionTemplate } from './SectionTemplate';
2
- import { Theme } from './Theme';
2
+ import { ThemeBranch } from './ThemeBranch';
3
3
  import { Aggregate } from './Aggregate';
4
4
  export declare const TemplateCategoryEntityName = "TemplateCategory";
5
5
  export declare const TemplateCategoryEntityLabel = "";
@@ -11,6 +11,6 @@ export interface TemplateCategory {
11
11
  createdAt?: Date;
12
12
  updatedAt?: Date;
13
13
  templates?: SectionTemplate[];
14
- theme?: Theme;
14
+ theme?: ThemeBranch;
15
15
  templatesAggregate?: Aggregate;
16
16
  }
@@ -3,7 +3,7 @@ import { StringComparisonExp } from './StringComparisonExp';
3
3
  import { NumberComparisonExp } from './NumberComparisonExp';
4
4
  import { DateTimeComparisonExp } from './DateTimeComparisonExp';
5
5
  import { SectionTemplateBoolExp } from './SectionTemplateBoolExp';
6
- import { ThemeBoolExp } from './ThemeBoolExp';
6
+ import { ThemeBranchBoolExp } from './ThemeBranchBoolExp';
7
7
  export interface TemplateCategoryBoolExp {
8
8
  _and?: TemplateCategoryBoolExp[];
9
9
  _or?: TemplateCategoryBoolExp[];
@@ -15,5 +15,5 @@ export interface TemplateCategoryBoolExp {
15
15
  createdAt?: DateTimeComparisonExp;
16
16
  updatedAt?: DateTimeComparisonExp;
17
17
  templates?: SectionTemplateBoolExp;
18
- theme?: ThemeBoolExp;
18
+ theme?: ThemeBranchBoolExp;
19
19
  }
@@ -1,6 +1,6 @@
1
1
  import { TemplateCategory } from './TemplateCategory';
2
2
  import { SectionTemplateInput } from './SectionTemplateInput';
3
- import { ThemeInput } from './ThemeInput';
3
+ import { ThemeBranchInput } from './ThemeBranchInput';
4
4
  import { SetHasMany } from '@rxdrag/entify-lib';
5
5
  import { SetHasOne } from '@rxdrag/entify-lib';
6
6
  export interface TemplateCategoryInput {
@@ -11,7 +11,7 @@ export interface TemplateCategoryInput {
11
11
  createdAt?: Date;
12
12
  updatedAt?: Date;
13
13
  templates?: SetHasMany<SectionTemplateInput>;
14
- theme?: SetHasOne<ThemeInput>;
14
+ theme?: SetHasOne<ThemeBranchInput>;
15
15
  }
16
16
  export declare const templateCategoryToInputCascade: (entity: TemplateCategory) => TemplateCategoryInput;
17
17
  export declare const templateCategoryToInput: (entity: TemplateCategory) => TemplateCategoryInput;
@@ -1,15 +1,5 @@
1
- import { ThemeSettings } from './ThemeSettings';
1
+ import { ThemeBranch } from './ThemeBranch';
2
2
  import { Media } from './Media';
3
- import { FrontComponent } from './FrontComponent';
4
- import { ComponentCategory } from './ComponentCategory';
5
- import { Page } from './Page';
6
- import { Lang } from './Lang';
7
- import { ThemeConfig } from './ThemeConfig';
8
- import { SectionTemplate } from './SectionTemplate';
9
- import { TemplateCategory } from './TemplateCategory';
10
- import { StyleConfig } from './StyleConfig';
11
- import { ThemeVersion } from './ThemeVersion';
12
- import { Website } from './Website';
13
3
  import { ThemeCategory } from './ThemeCategory';
14
4
  import { Aggregate } from './Aggregate';
15
5
  export declare const ThemeEntityName = "Theme";
@@ -17,35 +7,12 @@ export declare const ThemeEntityLabel = "";
17
7
  export interface Theme {
18
8
  id?: string | null;
19
9
  name?: string;
20
- settings?: ThemeSettings;
21
10
  description?: string;
22
- /**
23
- * 是否在主题市场
24
- */
25
- isInMarket?: boolean;
26
- /**
27
- * 对应市场母主题ID
28
- */
29
- parentThemeId?: string | null;
30
11
  createdAt?: Date;
31
12
  updatedAt?: Date;
32
- status?: string;
33
- seqValue?: number;
13
+ seqValue?: boolean;
14
+ branches?: ThemeBranch[];
34
15
  cover?: Media;
35
- components?: FrontComponent[];
36
- componentCategories?: ComponentCategory[];
37
- pages?: Page[];
38
- lang?: Lang;
39
- config?: ThemeConfig;
40
- templates?: SectionTemplate[];
41
- templateCategories?: TemplateCategory[];
42
- styleConfig?: StyleConfig;
43
- marketVersion?: ThemeVersion;
44
- website?: Website;
45
16
  category?: ThemeCategory;
46
- componentsAggregate?: Aggregate;
47
- componentCategoriesAggregate?: Aggregate;
48
- pagesAggregate?: Aggregate;
49
- templatesAggregate?: Aggregate;
50
- templateCategoriesAggregate?: Aggregate;
17
+ branchesAggregate?: Aggregate;
51
18
  }
@@ -1,19 +1,9 @@
1
1
  import { IdComparisonExp } from './IdComparisonExp';
2
2
  import { StringComparisonExp } from './StringComparisonExp';
3
- import { BooleanComparisonExp } from './BooleanComparisonExp';
4
3
  import { DateTimeComparisonExp } from './DateTimeComparisonExp';
5
- import { NumberComparisonExp } from './NumberComparisonExp';
4
+ import { BooleanComparisonExp } from './BooleanComparisonExp';
5
+ import { ThemeBranchBoolExp } from './ThemeBranchBoolExp';
6
6
  import { MediaBoolExp } from './MediaBoolExp';
7
- import { FrontComponentBoolExp } from './FrontComponentBoolExp';
8
- import { ComponentCategoryBoolExp } from './ComponentCategoryBoolExp';
9
- import { PageBoolExp } from './PageBoolExp';
10
- import { LangBoolExp } from './LangBoolExp';
11
- import { ThemeConfigBoolExp } from './ThemeConfigBoolExp';
12
- import { SectionTemplateBoolExp } from './SectionTemplateBoolExp';
13
- import { TemplateCategoryBoolExp } from './TemplateCategoryBoolExp';
14
- import { StyleConfigBoolExp } from './StyleConfigBoolExp';
15
- import { ThemeVersionBoolExp } from './ThemeVersionBoolExp';
16
- import { WebsiteBoolExp } from './WebsiteBoolExp';
17
7
  import { ThemeCategoryBoolExp } from './ThemeCategoryBoolExp';
18
8
  export interface ThemeBoolExp {
19
9
  _and?: ThemeBoolExp[];
@@ -21,24 +11,11 @@ export interface ThemeBoolExp {
21
11
  _not?: ThemeBoolExp;
22
12
  id?: IdComparisonExp;
23
13
  name?: StringComparisonExp;
24
- settings?: unknown;
25
14
  description?: StringComparisonExp;
26
- isInMarket?: BooleanComparisonExp;
27
- parentThemeId?: IdComparisonExp;
28
15
  createdAt?: DateTimeComparisonExp;
29
16
  updatedAt?: DateTimeComparisonExp;
30
- status?: StringComparisonExp;
31
- seqValue?: NumberComparisonExp;
17
+ seqValue?: BooleanComparisonExp;
18
+ branches?: ThemeBranchBoolExp;
32
19
  cover?: MediaBoolExp;
33
- components?: FrontComponentBoolExp;
34
- componentCategories?: ComponentCategoryBoolExp;
35
- pages?: PageBoolExp;
36
- lang?: LangBoolExp;
37
- config?: ThemeConfigBoolExp;
38
- templates?: SectionTemplateBoolExp;
39
- templateCategories?: TemplateCategoryBoolExp;
40
- styleConfig?: StyleConfigBoolExp;
41
- marketVersion?: ThemeVersionBoolExp;
42
- website?: WebsiteBoolExp;
43
20
  category?: ThemeCategoryBoolExp;
44
21
  }
@@ -0,0 +1,46 @@
1
+ import { ThemeSettings } from './ThemeSettings';
2
+ import { FrontComponent } from './FrontComponent';
3
+ import { ComponentCategory } from './ComponentCategory';
4
+ import { Page } from './Page';
5
+ import { Lang } from './Lang';
6
+ import { ThemeConfig } from './ThemeConfig';
7
+ import { SectionTemplate } from './SectionTemplate';
8
+ import { TemplateCategory } from './TemplateCategory';
9
+ import { StyleConfig } from './StyleConfig';
10
+ import { Website } from './Website';
11
+ import { ThemeVersion } from './ThemeVersion';
12
+ import { Theme } from './Theme';
13
+ import { Aggregate } from './Aggregate';
14
+ export declare const ThemeBranchEntityName = "ThemeBranch";
15
+ export declare const ThemeBranchEntityLabel = "";
16
+ export interface ThemeBranch {
17
+ id?: string | null;
18
+ name?: string;
19
+ settings?: ThemeSettings;
20
+ description?: string;
21
+ /**
22
+ * 对应市场母主题ID
23
+ */
24
+ parentThemeId?: string | null;
25
+ createdAt?: Date;
26
+ updatedAt?: Date;
27
+ status?: string;
28
+ version?: string;
29
+ components?: FrontComponent[];
30
+ componentCategories?: ComponentCategory[];
31
+ pages?: Page[];
32
+ lang?: Lang;
33
+ config?: ThemeConfig;
34
+ templates?: SectionTemplate[];
35
+ templateCategories?: TemplateCategory[];
36
+ styleConfig?: StyleConfig;
37
+ mockWebsite?: Website;
38
+ marketVersion?: ThemeVersion;
39
+ website?: Website;
40
+ belongsToMain?: Theme;
41
+ componentsAggregate?: Aggregate;
42
+ componentCategoriesAggregate?: Aggregate;
43
+ pagesAggregate?: Aggregate;
44
+ templatesAggregate?: Aggregate;
45
+ templateCategoriesAggregate?: Aggregate;
46
+ }
@@ -0,0 +1,40 @@
1
+ import { IdComparisonExp } from './IdComparisonExp';
2
+ import { StringComparisonExp } from './StringComparisonExp';
3
+ import { DateTimeComparisonExp } from './DateTimeComparisonExp';
4
+ import { FrontComponentBoolExp } from './FrontComponentBoolExp';
5
+ import { ComponentCategoryBoolExp } from './ComponentCategoryBoolExp';
6
+ import { PageBoolExp } from './PageBoolExp';
7
+ import { LangBoolExp } from './LangBoolExp';
8
+ import { ThemeConfigBoolExp } from './ThemeConfigBoolExp';
9
+ import { SectionTemplateBoolExp } from './SectionTemplateBoolExp';
10
+ import { TemplateCategoryBoolExp } from './TemplateCategoryBoolExp';
11
+ import { StyleConfigBoolExp } from './StyleConfigBoolExp';
12
+ import { WebsiteBoolExp } from './WebsiteBoolExp';
13
+ import { ThemeVersionBoolExp } from './ThemeVersionBoolExp';
14
+ import { ThemeBoolExp } from './ThemeBoolExp';
15
+ export interface ThemeBranchBoolExp {
16
+ _and?: ThemeBranchBoolExp[];
17
+ _or?: ThemeBranchBoolExp[];
18
+ _not?: ThemeBranchBoolExp;
19
+ id?: IdComparisonExp;
20
+ name?: StringComparisonExp;
21
+ settings?: unknown;
22
+ description?: StringComparisonExp;
23
+ parentThemeId?: IdComparisonExp;
24
+ createdAt?: DateTimeComparisonExp;
25
+ updatedAt?: DateTimeComparisonExp;
26
+ status?: StringComparisonExp;
27
+ version?: StringComparisonExp;
28
+ components?: FrontComponentBoolExp;
29
+ componentCategories?: ComponentCategoryBoolExp;
30
+ pages?: PageBoolExp;
31
+ lang?: LangBoolExp;
32
+ config?: ThemeConfigBoolExp;
33
+ templates?: SectionTemplateBoolExp;
34
+ templateCategories?: TemplateCategoryBoolExp;
35
+ styleConfig?: StyleConfigBoolExp;
36
+ mockWebsite?: WebsiteBoolExp;
37
+ marketVersion?: ThemeVersionBoolExp;
38
+ website?: WebsiteBoolExp;
39
+ belongsToMain?: ThemeBoolExp;
40
+ }
@@ -0,0 +1,15 @@
1
+ export declare enum ThemeBranchDistinctEnum {
2
+ id = "id",
3
+ name = "name",
4
+ settings = "settings",
5
+ description = "description",
6
+ /**
7
+ * 对应市场母主题ID
8
+ */
9
+ parentThemeId = "parentThemeId",
10
+ createdAt = "createdAt",
11
+ updatedAt = "updatedAt",
12
+ status = "status",
13
+ version = "version"
14
+ }
15
+ export type ThemeBranchDistinctExp = ThemeBranchDistinctEnum;
@@ -0,0 +1,43 @@
1
+ import { ThemeBranch } from './ThemeBranch';
2
+ import { ThemeSettings } from './ThemeSettings';
3
+ import { FrontComponentInput } from './FrontComponentInput';
4
+ import { ComponentCategoryInput } from './ComponentCategoryInput';
5
+ import { PageInput } from './PageInput';
6
+ import { LangInput } from './LangInput';
7
+ import { ThemeConfigInput } from './ThemeConfigInput';
8
+ import { SectionTemplateInput } from './SectionTemplateInput';
9
+ import { TemplateCategoryInput } from './TemplateCategoryInput';
10
+ import { StyleConfigInput } from './StyleConfigInput';
11
+ import { WebsiteInput } from './WebsiteInput';
12
+ import { ThemeVersionInput } from './ThemeVersionInput';
13
+ import { ThemeInput } from './ThemeInput';
14
+ import { SetHasMany } from '@rxdrag/entify-lib';
15
+ import { SetHasOne } from '@rxdrag/entify-lib';
16
+ export interface ThemeBranchInput {
17
+ id?: string | null;
18
+ name?: string;
19
+ settings?: ThemeSettings;
20
+ description?: string;
21
+ /**
22
+ * 对应市场母主题ID
23
+ */
24
+ parentThemeId?: string | null;
25
+ createdAt?: Date;
26
+ updatedAt?: Date;
27
+ status?: string;
28
+ version?: string;
29
+ components?: SetHasMany<FrontComponentInput>;
30
+ componentCategories?: SetHasMany<ComponentCategoryInput>;
31
+ pages?: SetHasMany<PageInput>;
32
+ lang?: SetHasOne<LangInput>;
33
+ config?: SetHasOne<ThemeConfigInput>;
34
+ templates?: SetHasMany<SectionTemplateInput>;
35
+ templateCategories?: SetHasMany<TemplateCategoryInput>;
36
+ styleConfig?: SetHasOne<StyleConfigInput>;
37
+ mockWebsite?: SetHasOne<WebsiteInput>;
38
+ marketVersion?: SetHasOne<ThemeVersionInput>;
39
+ website?: SetHasOne<WebsiteInput>;
40
+ belongsToMain?: SetHasOne<ThemeInput>;
41
+ }
42
+ export declare const themeBranchToInputCascade: (entity: ThemeBranch) => ThemeBranchInput;
43
+ export declare const themeBranchToInput: (entity: ThemeBranch) => ThemeBranchInput;
@@ -0,0 +1,15 @@
1
+ import { OrderBy } from '@rxdrag/entify-lib';
2
+ export interface ThemeBranchOrderBy {
3
+ id?: OrderBy;
4
+ name?: OrderBy;
5
+ settings?: OrderBy;
6
+ description?: OrderBy;
7
+ /**
8
+ * 对应市场母主题ID
9
+ */
10
+ parentThemeId?: OrderBy;
11
+ createdAt?: OrderBy;
12
+ updatedAt?: OrderBy;
13
+ status?: OrderBy;
14
+ version?: OrderBy;
15
+ }
@@ -1,6 +1,6 @@
1
1
  import { EmailTemplates } from './EmailTemplates';
2
2
  import { Media } from './Media';
3
- import { Theme } from './Theme';
3
+ import { ThemeBranch } from './ThemeBranch';
4
4
  export declare const ThemeConfigEntityName = "ThemeConfig";
5
5
  export declare const ThemeConfigEntityLabel = "";
6
6
  export interface ThemeConfig {
@@ -23,5 +23,5 @@ export interface ThemeConfig {
23
23
  redirects?: string;
24
24
  previewUrl?: string;
25
25
  contactAvatar?: Media;
26
- theme?: Theme;
26
+ theme?: ThemeBranch;
27
27
  }
@@ -1,7 +1,7 @@
1
1
  import { IdComparisonExp } from './IdComparisonExp';
2
2
  import { StringComparisonExp } from './StringComparisonExp';
3
3
  import { MediaBoolExp } from './MediaBoolExp';
4
- import { ThemeBoolExp } from './ThemeBoolExp';
4
+ import { ThemeBranchBoolExp } from './ThemeBranchBoolExp';
5
5
  export interface ThemeConfigBoolExp {
6
6
  _and?: ThemeConfigBoolExp[];
7
7
  _or?: ThemeConfigBoolExp[];
@@ -25,5 +25,5 @@ export interface ThemeConfigBoolExp {
25
25
  redirects?: StringComparisonExp;
26
26
  previewUrl?: StringComparisonExp;
27
27
  contactAvatar?: MediaBoolExp;
28
- theme?: ThemeBoolExp;
28
+ theme?: ThemeBranchBoolExp;
29
29
  }
@@ -1,7 +1,7 @@
1
1
  import { ThemeConfig } from './ThemeConfig';
2
2
  import { EmailTemplates } from './EmailTemplates';
3
3
  import { MediaInput } from './MediaInput';
4
- import { ThemeInput } from './ThemeInput';
4
+ import { ThemeBranchInput } from './ThemeBranchInput';
5
5
  import { SetHasOne } from '@rxdrag/entify-lib';
6
6
  export interface ThemeConfigInput {
7
7
  id?: string | null;
@@ -23,7 +23,7 @@ export interface ThemeConfigInput {
23
23
  redirects?: string;
24
24
  previewUrl?: string;
25
25
  contactAvatar?: SetHasOne<MediaInput>;
26
- theme?: SetHasOne<ThemeInput>;
26
+ theme?: SetHasOne<ThemeBranchInput>;
27
27
  }
28
28
  export declare const themeConfigToInputCascade: (entity: ThemeConfig) => ThemeConfigInput;
29
29
  export declare const themeConfigToInput: (entity: ThemeConfig) => ThemeConfigInput;
@@ -1,19 +1,9 @@
1
1
  export declare enum ThemeDistinctEnum {
2
2
  id = "id",
3
3
  name = "name",
4
- settings = "settings",
5
4
  description = "description",
6
- /**
7
- * 是否在主题市场
8
- */
9
- isInMarket = "isInMarket",
10
- /**
11
- * 对应市场母主题ID
12
- */
13
- parentThemeId = "parentThemeId",
14
5
  createdAt = "createdAt",
15
6
  updatedAt = "updatedAt",
16
- status = "status",
17
7
  seqValue = "seqValue"
18
8
  }
19
9
  export type ThemeDistinctExp = ThemeDistinctEnum;
@@ -1,47 +1,18 @@
1
1
  import { Theme } from './Theme';
2
- import { ThemeSettings } from './ThemeSettings';
2
+ import { ThemeBranchInput } from './ThemeBranchInput';
3
3
  import { MediaInput } from './MediaInput';
4
- import { FrontComponentInput } from './FrontComponentInput';
5
- import { ComponentCategoryInput } from './ComponentCategoryInput';
6
- import { PageInput } from './PageInput';
7
- import { LangInput } from './LangInput';
8
- import { ThemeConfigInput } from './ThemeConfigInput';
9
- import { SectionTemplateInput } from './SectionTemplateInput';
10
- import { TemplateCategoryInput } from './TemplateCategoryInput';
11
- import { StyleConfigInput } from './StyleConfigInput';
12
- import { ThemeVersionInput } from './ThemeVersionInput';
13
- import { WebsiteInput } from './WebsiteInput';
14
4
  import { ThemeCategoryInput } from './ThemeCategoryInput';
15
5
  import { SetHasMany } from '@rxdrag/entify-lib';
16
6
  import { SetHasOne } from '@rxdrag/entify-lib';
17
7
  export interface ThemeInput {
18
8
  id?: string | null;
19
9
  name?: string;
20
- settings?: ThemeSettings;
21
10
  description?: string;
22
- /**
23
- * 是否在主题市场
24
- */
25
- isInMarket?: boolean;
26
- /**
27
- * 对应市场母主题ID
28
- */
29
- parentThemeId?: string | null;
30
11
  createdAt?: Date;
31
12
  updatedAt?: Date;
32
- status?: string;
33
- seqValue?: number;
13
+ seqValue?: boolean;
14
+ branches?: SetHasMany<ThemeBranchInput>;
34
15
  cover?: SetHasOne<MediaInput>;
35
- components?: SetHasMany<FrontComponentInput>;
36
- componentCategories?: SetHasMany<ComponentCategoryInput>;
37
- pages?: SetHasMany<PageInput>;
38
- lang?: SetHasOne<LangInput>;
39
- config?: SetHasOne<ThemeConfigInput>;
40
- templates?: SetHasMany<SectionTemplateInput>;
41
- templateCategories?: SetHasMany<TemplateCategoryInput>;
42
- styleConfig?: SetHasOne<StyleConfigInput>;
43
- marketVersion?: SetHasOne<ThemeVersionInput>;
44
- website?: SetHasOne<WebsiteInput>;
45
16
  category?: SetHasOne<ThemeCategoryInput>;
46
17
  }
47
18
  export declare const themeToInputCascade: (entity: Theme) => ThemeInput;
@@ -2,18 +2,8 @@ import { OrderBy } from '@rxdrag/entify-lib';
2
2
  export interface ThemeOrderBy {
3
3
  id?: OrderBy;
4
4
  name?: OrderBy;
5
- settings?: OrderBy;
6
5
  description?: OrderBy;
7
- /**
8
- * 是否在主题市场
9
- */
10
- isInMarket?: OrderBy;
11
- /**
12
- * 对应市场母主题ID
13
- */
14
- parentThemeId?: OrderBy;
15
6
  createdAt?: OrderBy;
16
7
  updatedAt?: OrderBy;
17
- status?: OrderBy;
18
8
  seqValue?: OrderBy;
19
9
  }
@@ -1,8 +1,13 @@
1
1
  import { ProductSettings } from './ProductSettings';
2
2
  import { PostSettings } from './PostSettings';
3
3
  import { FormSettings } from './FormSettings';
4
+ import { ImageSizes } from './ImageSizes';
5
+ import { EnquirySettings } from './EnquirySettings';
4
6
  export interface ThemeSettings {
5
7
  product?: ProductSettings;
6
8
  post?: PostSettings;
7
9
  form?: FormSettings;
10
+ imageSizes?: ImageSizes;
11
+ googleFonts?: string;
12
+ enquiry?: EnquirySettings;
8
13
  }
@@ -1,10 +1,10 @@
1
- import { Theme } from './Theme';
1
+ import { ThemeBranch } from './ThemeBranch';
2
2
  import { ThemeInMarket } from './ThemeInMarket';
3
3
  export declare const ThemeVersionEntityName = "ThemeVersion";
4
4
  export declare const ThemeVersionEntityLabel = "";
5
5
  export interface ThemeVersion {
6
6
  id?: string | null;
7
7
  version?: string;
8
- theme?: Theme;
8
+ theme?: ThemeBranch;
9
9
  themeInMarket?: ThemeInMarket;
10
10
  }