@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
@@ -3,10 +3,10 @@ export declare const AbilityEntityName = "Ability";
3
3
  export declare const AbilityEntityLabel = "";
4
4
  export interface Ability {
5
5
  id?: string | null;
6
- entityUuid?: string;
7
- columnUuid?: string;
6
+ entityName?: string;
7
+ columnName?: string;
8
8
  can?: boolean;
9
- expression?: string;
9
+ expression?: any;
10
10
  abilityType?: AbilityType;
11
11
  roleId?: string | null;
12
12
  }
@@ -8,10 +8,10 @@ export interface AbilityBoolExp {
8
8
  _or?: AbilityBoolExp[];
9
9
  _not?: AbilityBoolExp;
10
10
  id?: IdComparisonExp;
11
- entityUuid?: StringComparisonExp;
12
- columnUuid?: StringComparisonExp;
11
+ entityName?: StringComparisonExp;
12
+ columnName?: StringComparisonExp;
13
13
  can?: BooleanComparisonExp;
14
- expression?: StringComparisonExp;
14
+ expression?: unknown;
15
15
  abilityType?: EnumComparisonExp<AbilityType>;
16
16
  roleId?: IdComparisonExp;
17
17
  }
@@ -1,7 +1,7 @@
1
1
  export declare enum AbilityDistinctEnum {
2
2
  id = "id",
3
- entityUuid = "entityUuid",
4
- columnUuid = "columnUuid",
3
+ entityName = "entityName",
4
+ columnName = "columnName",
5
5
  can = "can",
6
6
  expression = "expression",
7
7
  abilityType = "abilityType",
@@ -2,10 +2,10 @@ import { Ability } from './Ability';
2
2
  import { AbilityType } from './AbilityType';
3
3
  export interface AbilityInput {
4
4
  id?: string | null;
5
- entityUuid?: string;
6
- columnUuid?: string;
5
+ entityName?: string;
6
+ columnName?: string;
7
7
  can?: boolean;
8
- expression?: string;
8
+ expression?: any;
9
9
  abilityType?: AbilityType;
10
10
  roleId?: string | null;
11
11
  }
@@ -1,8 +1,8 @@
1
1
  import { OrderBy } from '@rxdrag/entify-lib';
2
2
  export interface AbilityOrderBy {
3
3
  id?: OrderBy;
4
- entityUuid?: OrderBy;
5
- columnUuid?: OrderBy;
4
+ entityName?: OrderBy;
5
+ columnName?: OrderBy;
6
6
  can?: OrderBy;
7
7
  expression?: OrderBy;
8
8
  abilityType?: OrderBy;
@@ -1,5 +1,5 @@
1
1
  import { FrontComponent } from './FrontComponent';
2
- import { Theme } from './Theme';
2
+ import { ThemeBranch } from './ThemeBranch';
3
3
  import { Aggregate } from './Aggregate';
4
4
  export declare const ComponentCategoryEntityName = "ComponentCategory";
5
5
  export declare const ComponentCategoryEntityLabel = "";
@@ -10,7 +10,8 @@ export interface ComponentCategory {
10
10
  updatedAt?: Date;
11
11
  createdAt?: Date;
12
12
  isInMarket?: boolean;
13
+ isSectionBlock?: boolean;
13
14
  components?: FrontComponent[];
14
- theme?: Theme;
15
+ theme?: ThemeBranch;
15
16
  componentsAggregate?: Aggregate;
16
17
  }
@@ -4,7 +4,7 @@ import { NumberComparisonExp } from './NumberComparisonExp';
4
4
  import { DateTimeComparisonExp } from './DateTimeComparisonExp';
5
5
  import { BooleanComparisonExp } from './BooleanComparisonExp';
6
6
  import { FrontComponentBoolExp } from './FrontComponentBoolExp';
7
- import { ThemeBoolExp } from './ThemeBoolExp';
7
+ import { ThemeBranchBoolExp } from './ThemeBranchBoolExp';
8
8
  export interface ComponentCategoryBoolExp {
9
9
  _and?: ComponentCategoryBoolExp[];
10
10
  _or?: ComponentCategoryBoolExp[];
@@ -15,6 +15,7 @@ export interface ComponentCategoryBoolExp {
15
15
  updatedAt?: DateTimeComparisonExp;
16
16
  createdAt?: DateTimeComparisonExp;
17
17
  isInMarket?: BooleanComparisonExp;
18
+ isSectionBlock?: BooleanComparisonExp;
18
19
  components?: FrontComponentBoolExp;
19
- theme?: ThemeBoolExp;
20
+ theme?: ThemeBranchBoolExp;
20
21
  }
@@ -4,6 +4,7 @@ export declare enum ComponentCategoryDistinctEnum {
4
4
  seqValue = "seqValue",
5
5
  updatedAt = "updatedAt",
6
6
  createdAt = "createdAt",
7
- isInMarket = "isInMarket"
7
+ isInMarket = "isInMarket",
8
+ isSectionBlock = "isSectionBlock"
8
9
  }
9
10
  export type ComponentCategoryDistinctExp = ComponentCategoryDistinctEnum;
@@ -1,6 +1,6 @@
1
1
  import { ComponentCategory } from './ComponentCategory';
2
2
  import { FrontComponentInput } from './FrontComponentInput';
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 ComponentCategoryInput {
@@ -10,8 +10,9 @@ export interface ComponentCategoryInput {
10
10
  updatedAt?: Date;
11
11
  createdAt?: Date;
12
12
  isInMarket?: boolean;
13
+ isSectionBlock?: boolean;
13
14
  components?: SetHasMany<FrontComponentInput>;
14
- theme?: SetHasOne<ThemeInput>;
15
+ theme?: SetHasOne<ThemeBranchInput>;
15
16
  }
16
17
  export declare const componentCategoryToInputCascade: (entity: ComponentCategory) => ComponentCategoryInput;
17
18
  export declare const componentCategoryToInput: (entity: ComponentCategory) => ComponentCategoryInput;
@@ -6,4 +6,5 @@ export interface ComponentCategoryOrderBy {
6
6
  updatedAt?: OrderBy;
7
7
  createdAt?: OrderBy;
8
8
  isInMarket?: OrderBy;
9
+ isSectionBlock?: OrderBy;
9
10
  }
@@ -1,6 +1,8 @@
1
1
  import { Lang } from './Lang';
2
+ import { Media } from './Media';
2
3
  import { Customer } from './Customer';
3
4
  import { Website } from './Website';
5
+ import { Aggregate } from './Aggregate';
4
6
  import { WebsitePart } from './WebsitePart';
5
7
  export declare const EnquiryEntityName = "Enquiry";
6
8
  export declare const EnquiryEntityLabel = "";
@@ -21,7 +23,13 @@ export interface Enquiry extends WebsitePart {
21
23
  read?: boolean;
22
24
  spam?: boolean;
23
25
  mobile?: string;
26
+ visitorId?: string;
27
+ sessionId?: string;
28
+ extends?: any;
29
+ type?: string;
24
30
  lang?: Lang;
31
+ attachments?: Media[];
25
32
  customer?: Customer;
26
33
  website?: Website;
34
+ attachmentsAggregate?: Aggregate;
27
35
  }
@@ -3,6 +3,7 @@ import { IdComparisonExp } from './IdComparisonExp';
3
3
  import { StringComparisonExp } from './StringComparisonExp';
4
4
  import { BooleanComparisonExp } from './BooleanComparisonExp';
5
5
  import { LangBoolExp } from './LangBoolExp';
6
+ import { MediaBoolExp } from './MediaBoolExp';
6
7
  import { CustomerBoolExp } from './CustomerBoolExp';
7
8
  import { WebsiteBoolExp } from './WebsiteBoolExp';
8
9
  export interface EnquiryBoolExp extends WebsitePartBoolExp {
@@ -22,7 +23,12 @@ export interface EnquiryBoolExp extends WebsitePartBoolExp {
22
23
  read?: BooleanComparisonExp;
23
24
  spam?: BooleanComparisonExp;
24
25
  mobile?: StringComparisonExp;
26
+ visitorId?: StringComparisonExp;
27
+ sessionId?: StringComparisonExp;
28
+ extends?: unknown;
29
+ type?: StringComparisonExp;
25
30
  lang?: LangBoolExp;
31
+ attachments?: MediaBoolExp;
26
32
  customer?: CustomerBoolExp;
27
33
  website?: WebsiteBoolExp;
28
34
  }
@@ -16,6 +16,10 @@ export declare enum EnquiryDistinctEnum {
16
16
  read = "read",
17
17
  spam = "spam",
18
18
  mobile = "mobile",
19
+ visitorId = "visitorId",
20
+ sessionId = "sessionId",
21
+ extends = "extends",
22
+ type = "type",
19
23
  createdAt = "createdAt",
20
24
  updatedAt = "updatedAt",
21
25
  content = "content"
@@ -1,7 +1,9 @@
1
1
  import { Enquiry } from './Enquiry';
2
2
  import { LangInput } from './LangInput';
3
+ import { MediaInput } from './MediaInput';
3
4
  import { CustomerInput } from './CustomerInput';
4
5
  import { WebsiteInput } from './WebsiteInput';
6
+ import { SetHasMany } from '@rxdrag/entify-lib';
5
7
  import { SetHasOne } from '@rxdrag/entify-lib';
6
8
  import { WebsitePart } from './WebsitePart';
7
9
  export interface EnquiryInput extends WebsitePart {
@@ -21,7 +23,12 @@ export interface EnquiryInput extends WebsitePart {
21
23
  read?: boolean;
22
24
  spam?: boolean;
23
25
  mobile?: string;
26
+ visitorId?: string;
27
+ sessionId?: string;
28
+ extends?: any;
29
+ type?: string;
24
30
  lang?: SetHasOne<LangInput>;
31
+ attachments?: SetHasMany<MediaInput>;
25
32
  customer?: SetHasOne<CustomerInput>;
26
33
  website?: SetHasOne<WebsiteInput>;
27
34
  }
@@ -17,4 +17,8 @@ export interface EnquiryOrderBy extends WebsitePartOrderBy {
17
17
  read?: OrderBy;
18
18
  spam?: OrderBy;
19
19
  mobile?: OrderBy;
20
+ visitorId?: OrderBy;
21
+ sessionId?: OrderBy;
22
+ extends?: OrderBy;
23
+ type?: OrderBy;
20
24
  }
@@ -0,0 +1,4 @@
1
+ import { ExtendField } from './ExtendField';
2
+ export interface EnquirySettings {
3
+ fields?: ExtendField[];
4
+ }
@@ -1,6 +1,4 @@
1
- import { Website } from './Website';
2
1
  import { Product } from './Product';
3
- import { Solution } from './Solution';
4
2
  export declare const FAQEntityName = "FAQ";
5
3
  export declare const FAQEntityLabel = "";
6
4
  export interface FAQ {
@@ -9,7 +7,6 @@ export interface FAQ {
9
7
  answer?: string;
10
8
  createdAt?: Date;
11
9
  updatedAt?: Date;
12
- website?: Website;
10
+ seqValue?: number;
13
11
  product?: Product;
14
- solution?: Solution;
15
12
  }
@@ -1,9 +1,8 @@
1
1
  import { IdComparisonExp } from './IdComparisonExp';
2
2
  import { StringComparisonExp } from './StringComparisonExp';
3
3
  import { DateTimeComparisonExp } from './DateTimeComparisonExp';
4
- import { WebsiteBoolExp } from './WebsiteBoolExp';
4
+ import { NumberComparisonExp } from './NumberComparisonExp';
5
5
  import { ProductBoolExp } from './ProductBoolExp';
6
- import { SolutionBoolExp } from './SolutionBoolExp';
7
6
  export interface FAQBoolExp {
8
7
  _and?: FAQBoolExp[];
9
8
  _or?: FAQBoolExp[];
@@ -13,7 +12,6 @@ export interface FAQBoolExp {
13
12
  answer?: StringComparisonExp;
14
13
  createdAt?: DateTimeComparisonExp;
15
14
  updatedAt?: DateTimeComparisonExp;
16
- website?: WebsiteBoolExp;
15
+ seqValue?: NumberComparisonExp;
17
16
  product?: ProductBoolExp;
18
- solution?: SolutionBoolExp;
19
17
  }
@@ -3,6 +3,7 @@ export declare enum FAQDistinctEnum {
3
3
  question = "question",
4
4
  answer = "answer",
5
5
  createdAt = "createdAt",
6
- updatedAt = "updatedAt"
6
+ updatedAt = "updatedAt",
7
+ seqValue = "seqValue"
7
8
  }
8
9
  export type FAQDistinctExp = FAQDistinctEnum;
@@ -1,7 +1,5 @@
1
1
  import { FAQ } from './FAQ';
2
- import { WebsiteInput } from './WebsiteInput';
3
2
  import { ProductInput } from './ProductInput';
4
- import { SolutionInput } from './SolutionInput';
5
3
  import { SetHasOne } from '@rxdrag/entify-lib';
6
4
  export interface FAQInput {
7
5
  id?: string | null;
@@ -9,9 +7,8 @@ export interface FAQInput {
9
7
  answer?: string;
10
8
  createdAt?: Date;
11
9
  updatedAt?: Date;
12
- website?: SetHasOne<WebsiteInput>;
10
+ seqValue?: number;
13
11
  product?: SetHasOne<ProductInput>;
14
- solution?: SetHasOne<SolutionInput>;
15
12
  }
16
13
  export declare const fAQToInputCascade: (entity: FAQ) => FAQInput;
17
14
  export declare const fAQToInput: (entity: FAQ) => FAQInput;
@@ -5,4 +5,5 @@ export interface FAQOrderBy {
5
5
  answer?: OrderBy;
6
6
  createdAt?: OrderBy;
7
7
  updatedAt?: OrderBy;
8
+ seqValue?: OrderBy;
8
9
  }
@@ -2,4 +2,11 @@ export interface FileRef {
2
2
  url?: string;
3
3
  thumbnail?: string;
4
4
  resize?: string;
5
+ original?: string;
6
+ small?: string;
7
+ medium?: string;
8
+ large?: string;
9
+ transformImage?: string;
10
+ transformVideo?: string;
11
+ cloudflareEmbed?: string;
5
12
  }
@@ -0,0 +1,5 @@
1
+ export interface FileRefInput {
2
+ storageType?: string;
3
+ resource?: string;
4
+ mimeType?: string;
5
+ }
@@ -1,6 +1,7 @@
1
- import { PropsFields } from './PropsFields';
1
+ import { PropsSchema } from './PropsSchema';
2
+ import { Media } from './Media';
2
3
  import { ComponentCategory } from './ComponentCategory';
3
- import { Theme } from './Theme';
4
+ import { ThemeBranch } from './ThemeBranch';
4
5
  export declare const FrontComponentEntityName = "FrontComponent";
5
6
  export declare const FrontComponentEntityLabel = "";
6
7
  export interface FrontComponent {
@@ -8,8 +9,8 @@ export interface FrontComponent {
8
9
  name?: string;
9
10
  title?: string;
10
11
  seqValue?: number;
11
- props?: PropsFields;
12
- testConfig?: any;
12
+ propsSchema?: PropsSchema;
13
+ propsTest?: any;
13
14
  updatedAt?: Date;
14
15
  createdAt?: Date;
15
16
  slots?: any;
@@ -17,6 +18,13 @@ export interface FrontComponent {
17
18
  isInMarket?: boolean;
18
19
  code?: string;
19
20
  description?: string;
21
+ /**
22
+ * 父组件Id
23
+ */
24
+ parentId?: string | null;
25
+ isSectionBlock?: boolean;
26
+ compileResult?: any;
27
+ cover?: Media;
20
28
  category?: ComponentCategory;
21
- theme?: Theme;
29
+ theme?: ThemeBranch;
22
30
  }
@@ -3,8 +3,9 @@ import { StringComparisonExp } from './StringComparisonExp';
3
3
  import { NumberComparisonExp } from './NumberComparisonExp';
4
4
  import { DateTimeComparisonExp } from './DateTimeComparisonExp';
5
5
  import { BooleanComparisonExp } from './BooleanComparisonExp';
6
+ import { MediaBoolExp } from './MediaBoolExp';
6
7
  import { ComponentCategoryBoolExp } from './ComponentCategoryBoolExp';
7
- import { ThemeBoolExp } from './ThemeBoolExp';
8
+ import { ThemeBranchBoolExp } from './ThemeBranchBoolExp';
8
9
  export interface FrontComponentBoolExp {
9
10
  _and?: FrontComponentBoolExp[];
10
11
  _or?: FrontComponentBoolExp[];
@@ -13,8 +14,8 @@ export interface FrontComponentBoolExp {
13
14
  name?: StringComparisonExp;
14
15
  title?: StringComparisonExp;
15
16
  seqValue?: NumberComparisonExp;
16
- props?: unknown;
17
- testConfig?: unknown;
17
+ propsSchema?: unknown;
18
+ propsTest?: unknown;
18
19
  updatedAt?: DateTimeComparisonExp;
19
20
  createdAt?: DateTimeComparisonExp;
20
21
  slots?: unknown;
@@ -22,6 +23,10 @@ export interface FrontComponentBoolExp {
22
23
  isInMarket?: BooleanComparisonExp;
23
24
  code?: StringComparisonExp;
24
25
  description?: StringComparisonExp;
26
+ parentId?: IdComparisonExp;
27
+ isSectionBlock?: BooleanComparisonExp;
28
+ compileResult?: unknown;
29
+ cover?: MediaBoolExp;
25
30
  category?: ComponentCategoryBoolExp;
26
- theme?: ThemeBoolExp;
31
+ theme?: ThemeBranchBoolExp;
27
32
  }
@@ -3,14 +3,20 @@ export declare enum FrontComponentDistinctEnum {
3
3
  name = "name",
4
4
  title = "title",
5
5
  seqValue = "seqValue",
6
- props = "props",
7
- testConfig = "testConfig",
6
+ propsSchema = "propsSchema",
7
+ propsTest = "propsTest",
8
8
  updatedAt = "updatedAt",
9
9
  createdAt = "createdAt",
10
10
  slots = "slots",
11
11
  droppable = "droppable",
12
12
  isInMarket = "isInMarket",
13
13
  code = "code",
14
- description = "description"
14
+ description = "description",
15
+ /**
16
+ * 父组件Id
17
+ */
18
+ parentId = "parentId",
19
+ isSectionBlock = "isSectionBlock",
20
+ compileResult = "compileResult"
15
21
  }
16
22
  export type FrontComponentDistinctExp = FrontComponentDistinctEnum;
@@ -1,15 +1,16 @@
1
1
  import { FrontComponent } from './FrontComponent';
2
- import { PropsFields } from './PropsFields';
2
+ import { PropsSchema } from './PropsSchema';
3
+ import { MediaInput } from './MediaInput';
3
4
  import { ComponentCategoryInput } from './ComponentCategoryInput';
4
- import { ThemeInput } from './ThemeInput';
5
+ import { ThemeBranchInput } from './ThemeBranchInput';
5
6
  import { SetHasOne } from '@rxdrag/entify-lib';
6
7
  export interface FrontComponentInput {
7
8
  id?: string | null;
8
9
  name?: string;
9
10
  title?: string;
10
11
  seqValue?: number;
11
- props?: PropsFields;
12
- testConfig?: any;
12
+ propsSchema?: PropsSchema;
13
+ propsTest?: any;
13
14
  updatedAt?: Date;
14
15
  createdAt?: Date;
15
16
  slots?: any;
@@ -17,8 +18,15 @@ export interface FrontComponentInput {
17
18
  isInMarket?: boolean;
18
19
  code?: string;
19
20
  description?: string;
21
+ /**
22
+ * 父组件Id
23
+ */
24
+ parentId?: string | null;
25
+ isSectionBlock?: boolean;
26
+ compileResult?: any;
27
+ cover?: SetHasOne<MediaInput>;
20
28
  category?: SetHasOne<ComponentCategoryInput>;
21
- theme?: SetHasOne<ThemeInput>;
29
+ theme?: SetHasOne<ThemeBranchInput>;
22
30
  }
23
31
  export declare const frontComponentToInputCascade: (entity: FrontComponent) => FrontComponentInput;
24
32
  export declare const frontComponentToInput: (entity: FrontComponent) => FrontComponentInput;
@@ -4,8 +4,8 @@ export interface FrontComponentOrderBy {
4
4
  name?: OrderBy;
5
5
  title?: OrderBy;
6
6
  seqValue?: OrderBy;
7
- props?: OrderBy;
8
- testConfig?: OrderBy;
7
+ propsSchema?: OrderBy;
8
+ propsTest?: OrderBy;
9
9
  updatedAt?: OrderBy;
10
10
  createdAt?: OrderBy;
11
11
  slots?: OrderBy;
@@ -13,4 +13,10 @@ export interface FrontComponentOrderBy {
13
13
  isInMarket?: OrderBy;
14
14
  code?: OrderBy;
15
15
  description?: OrderBy;
16
+ /**
17
+ * 父组件Id
18
+ */
19
+ parentId?: OrderBy;
20
+ isSectionBlock?: OrderBy;
21
+ compileResult?: OrderBy;
16
22
  }
@@ -0,0 +1,4 @@
1
+ export interface ImageSize {
2
+ width?: number;
3
+ height?: number;
4
+ }
@@ -0,0 +1,6 @@
1
+ import { ImageSize } from './ImageSize';
2
+ export interface ImageSizes {
3
+ small?: ImageSize;
4
+ medium?: ImageSize;
5
+ large?: ImageSize;
6
+ }
@@ -2,8 +2,6 @@ import { MediaFolder } from './MediaFolder';
2
2
  import { Enquiry } from './Enquiry';
3
3
  import { Product } from './Product';
4
4
  import { Post } from './Post';
5
- import { Solution } from './Solution';
6
- import { CustomerCase } from './CustomerCase';
7
5
  import { PostCategory } from './PostCategory';
8
6
  import { Tag } from './Tag';
9
7
  import { Customer } from './Customer';
@@ -11,7 +9,7 @@ import { ProductCategory } from './ProductCategory';
11
9
  import { SpamFilterRule } from './SpamFilterRule';
12
10
  import { Media } from './Media';
13
11
  import { Website } from './Website';
14
- import { Theme } from './Theme';
12
+ import { ThemeBranch } from './ThemeBranch';
15
13
  import { Bulletin } from './Bulletin';
16
14
  import { Aggregate } from './Aggregate';
17
15
  export declare const LangEntityName = "Lang";
@@ -50,8 +48,6 @@ export interface Lang {
50
48
  webPartsOfEnquiry?: Enquiry[];
51
49
  webPartsOfProduct?: Product[];
52
50
  webPartsOfPost?: Post[];
53
- webPartsOfSolution?: Solution[];
54
- webPartsOfCustomerCase?: CustomerCase[];
55
51
  webPartsOfPostCategory?: PostCategory[];
56
52
  webPartsOfTag?: Tag[];
57
53
  webPartsOfCustomer?: Customer[];
@@ -60,14 +56,12 @@ export interface Lang {
60
56
  webPartsOfMedia?: Media[];
61
57
  websites?: Website[];
62
58
  baseLangOf?: Website[];
63
- themes?: Theme[];
59
+ themes?: ThemeBranch[];
64
60
  bulletins?: Bulletin[];
65
61
  webPartsOfMediaFolderAggregate?: Aggregate;
66
62
  webPartsOfEnquiryAggregate?: Aggregate;
67
63
  webPartsOfProductAggregate?: Aggregate;
68
64
  webPartsOfPostAggregate?: Aggregate;
69
- webPartsOfSolutionAggregate?: Aggregate;
70
- webPartsOfCustomerCaseAggregate?: Aggregate;
71
65
  webPartsOfPostCategoryAggregate?: Aggregate;
72
66
  webPartsOfTagAggregate?: Aggregate;
73
67
  webPartsOfCustomerAggregate?: Aggregate;
@@ -4,8 +4,6 @@ import { MediaFolderBoolExp } from './MediaFolderBoolExp';
4
4
  import { EnquiryBoolExp } from './EnquiryBoolExp';
5
5
  import { ProductBoolExp } from './ProductBoolExp';
6
6
  import { PostBoolExp } from './PostBoolExp';
7
- import { SolutionBoolExp } from './SolutionBoolExp';
8
- import { CustomerCaseBoolExp } from './CustomerCaseBoolExp';
9
7
  import { PostCategoryBoolExp } from './PostCategoryBoolExp';
10
8
  import { TagBoolExp } from './TagBoolExp';
11
9
  import { CustomerBoolExp } from './CustomerBoolExp';
@@ -13,7 +11,7 @@ import { ProductCategoryBoolExp } from './ProductCategoryBoolExp';
13
11
  import { SpamFilterRuleBoolExp } from './SpamFilterRuleBoolExp';
14
12
  import { MediaBoolExp } from './MediaBoolExp';
15
13
  import { WebsiteBoolExp } from './WebsiteBoolExp';
16
- import { ThemeBoolExp } from './ThemeBoolExp';
14
+ import { ThemeBranchBoolExp } from './ThemeBranchBoolExp';
17
15
  import { BulletinBoolExp } from './BulletinBoolExp';
18
16
  /**
19
17
  * 语言
@@ -37,8 +35,6 @@ export interface LangBoolExp {
37
35
  webPartsOfEnquiry?: EnquiryBoolExp;
38
36
  webPartsOfProduct?: ProductBoolExp;
39
37
  webPartsOfPost?: PostBoolExp;
40
- webPartsOfSolution?: SolutionBoolExp;
41
- webPartsOfCustomerCase?: CustomerCaseBoolExp;
42
38
  webPartsOfPostCategory?: PostCategoryBoolExp;
43
39
  webPartsOfTag?: TagBoolExp;
44
40
  webPartsOfCustomer?: CustomerBoolExp;
@@ -47,6 +43,6 @@ export interface LangBoolExp {
47
43
  webPartsOfMedia?: MediaBoolExp;
48
44
  websites?: WebsiteBoolExp;
49
45
  baseLangOf?: WebsiteBoolExp;
50
- themes?: ThemeBoolExp;
46
+ themes?: ThemeBranchBoolExp;
51
47
  bulletins?: BulletinBoolExp;
52
48
  }
@@ -3,8 +3,6 @@ import { MediaFolderInput } from './MediaFolderInput';
3
3
  import { EnquiryInput } from './EnquiryInput';
4
4
  import { ProductInput } from './ProductInput';
5
5
  import { PostInput } from './PostInput';
6
- import { SolutionInput } from './SolutionInput';
7
- import { CustomerCaseInput } from './CustomerCaseInput';
8
6
  import { PostCategoryInput } from './PostCategoryInput';
9
7
  import { TagInput } from './TagInput';
10
8
  import { CustomerInput } from './CustomerInput';
@@ -12,7 +10,7 @@ import { ProductCategoryInput } from './ProductCategoryInput';
12
10
  import { SpamFilterRuleInput } from './SpamFilterRuleInput';
13
11
  import { MediaInput } from './MediaInput';
14
12
  import { WebsiteInput } from './WebsiteInput';
15
- import { ThemeInput } from './ThemeInput';
13
+ import { ThemeBranchInput } from './ThemeBranchInput';
16
14
  import { BulletinInput } from './BulletinInput';
17
15
  import { SetHasMany } from '@rxdrag/entify-lib';
18
16
  /**
@@ -49,8 +47,6 @@ export interface LangInput {
49
47
  webPartsOfEnquiry?: SetHasMany<EnquiryInput>;
50
48
  webPartsOfProduct?: SetHasMany<ProductInput>;
51
49
  webPartsOfPost?: SetHasMany<PostInput>;
52
- webPartsOfSolution?: SetHasMany<SolutionInput>;
53
- webPartsOfCustomerCase?: SetHasMany<CustomerCaseInput>;
54
50
  webPartsOfPostCategory?: SetHasMany<PostCategoryInput>;
55
51
  webPartsOfTag?: SetHasMany<TagInput>;
56
52
  webPartsOfCustomer?: SetHasMany<CustomerInput>;
@@ -59,7 +55,7 @@ export interface LangInput {
59
55
  webPartsOfMedia?: SetHasMany<MediaInput>;
60
56
  websites?: SetHasMany<WebsiteInput>;
61
57
  baseLangOf?: SetHasMany<WebsiteInput>;
62
- themes?: SetHasMany<ThemeInput>;
58
+ themes?: SetHasMany<ThemeBranchInput>;
63
59
  bulletins?: SetHasMany<BulletinInput>;
64
60
  }
65
61
  export declare const langToInputCascade: (entity: Lang) => LangInput;