@rxdrag/rxcms-models 0.3.75 → 0.3.77

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (210) hide show
  1. package/dist/classes/AbilityQueryOptions.d.ts +2 -2
  2. package/dist/classes/BulletinQueryOptions.d.ts +19 -0
  3. package/dist/classes/ComponentCategoryQueryOptions.d.ts +4 -3
  4. package/dist/classes/EnquiryQueryOptions.d.ts +10 -1
  5. package/dist/classes/FAQQueryOptions.d.ts +15 -0
  6. package/dist/classes/FrontComponentQueryOptions.d.ts +12 -3
  7. package/dist/classes/LangQueryOptions.d.ts +10 -15
  8. package/dist/classes/MediaQueryOptions.d.ts +30 -10
  9. package/dist/classes/PageQueryOptions.d.ts +3 -3
  10. package/dist/classes/PostQueryOptions.d.ts +2 -0
  11. package/dist/classes/ProductQueryOptions.d.ts +14 -0
  12. package/dist/classes/ProductRelatedPivotQueryOptions.d.ts +12 -0
  13. package/dist/classes/RoleQueryOptions.d.ts +5 -0
  14. package/dist/classes/RoleVariableQueryOptions.d.ts +15 -0
  15. package/dist/classes/SectionTemplateQueryOptions.d.ts +6 -3
  16. package/dist/classes/StorageRecordQueryOptions.d.ts +11 -0
  17. package/dist/classes/StyleConfigQueryOptions.d.ts +3 -3
  18. package/dist/classes/TemplateCategoryQueryOptions.d.ts +3 -3
  19. package/dist/classes/ThemeBranchQueryOptions.d.ts +62 -0
  20. package/dist/classes/ThemeConfigQueryOptions.d.ts +3 -3
  21. package/dist/classes/ThemeQueryOptions.d.ts +5 -50
  22. package/dist/classes/ThemeVersionQueryOptions.d.ts +3 -3
  23. package/dist/classes/UserOperationQueryOptions.d.ts +19 -0
  24. package/dist/classes/UserQueryOptions.d.ts +8 -0
  25. package/dist/classes/VisitorLogQueryOptions.d.ts +27 -0
  26. package/dist/classes/WebsiteQueryOptions.d.ts +21 -15
  27. package/dist/classes/WebsiteSnapshotQueryOptions.d.ts +15 -0
  28. package/dist/classes/index.d.ts +10 -3
  29. package/dist/entries/bulletinEntry.d.ts +2 -0
  30. package/dist/entries/{videoEntry.d.ts → fAQEntry.d.ts} +1 -1
  31. package/dist/entries/index.d.ts +10 -3
  32. package/dist/entries/productRelatedPivotEntry.d.ts +2 -0
  33. package/dist/entries/roleVariableEntry.d.ts +2 -0
  34. package/dist/entries/storageRecordEntry.d.ts +2 -0
  35. package/dist/entries/themeBranchEntry.d.ts +2 -0
  36. package/dist/entries/userOperationEntry.d.ts +2 -0
  37. package/dist/entries/visitorLogEntry.d.ts +2 -0
  38. package/dist/entries/websiteSnapshotEntry.d.ts +2 -0
  39. package/dist/fields/AbilityFields.d.ts +2 -2
  40. package/dist/fields/BulletinFields.d.ts +13 -0
  41. package/dist/fields/ComponentCategoryFields.d.ts +2 -1
  42. package/dist/fields/EnquiryFields.d.ts +6 -0
  43. package/dist/fields/FAQFields.d.ts +11 -0
  44. package/dist/fields/FrontComponentFields.d.ts +8 -1
  45. package/dist/fields/LangFields.d.ts +3 -5
  46. package/dist/fields/MediaFields.d.ts +18 -5
  47. package/dist/fields/PostFields.d.ts +3 -1
  48. package/dist/fields/ProductFields.d.ts +10 -2
  49. package/dist/fields/ProductRelatedPivotFields.d.ts +8 -0
  50. package/dist/fields/RoleFields.d.ts +2 -0
  51. package/dist/fields/RoleVariableFields.d.ts +11 -0
  52. package/dist/fields/SectionTemplateFields.d.ts +1 -0
  53. package/dist/fields/StorageRecordFields.d.ts +9 -0
  54. package/dist/fields/ThemeBranchFields.d.ts +33 -0
  55. package/dist/fields/ThemeFields.d.ts +2 -25
  56. package/dist/fields/UserFields.d.ts +4 -0
  57. package/dist/fields/UserOperationFields.d.ts +13 -0
  58. package/dist/fields/VisitorLogFields.d.ts +25 -0
  59. package/dist/fields/WebsiteFields.d.ts +8 -5
  60. package/dist/fields/WebsiteSnapshotFields.d.ts +8 -0
  61. package/dist/fields/index.d.ts +10 -3
  62. package/dist/index.mjs +1474 -566
  63. package/dist/index.mjs.map +1 -1
  64. package/dist/interfaces/Ability.d.ts +3 -3
  65. package/dist/interfaces/AbilityBoolExp.d.ts +3 -3
  66. package/dist/interfaces/AbilityDistinctExp.d.ts +2 -2
  67. package/dist/interfaces/AbilityInput.d.ts +3 -3
  68. package/dist/interfaces/AbilityOrderBy.d.ts +2 -2
  69. package/dist/interfaces/Bulletin.d.ts +19 -0
  70. package/dist/interfaces/BulletinBoolExp.d.ts +23 -0
  71. package/dist/interfaces/BulletinDistinctExp.d.ts +10 -0
  72. package/dist/interfaces/BulletinInput.d.ts +21 -0
  73. package/dist/interfaces/BulletinOrderBy.d.ts +14 -0
  74. package/dist/interfaces/ComponentCategory.d.ts +3 -2
  75. package/dist/interfaces/ComponentCategoryBoolExp.d.ts +3 -2
  76. package/dist/interfaces/ComponentCategoryDistinctExp.d.ts +2 -1
  77. package/dist/interfaces/ComponentCategoryInput.d.ts +3 -2
  78. package/dist/interfaces/ComponentCategoryOrderBy.d.ts +1 -0
  79. package/dist/interfaces/Enquiry.d.ts +8 -0
  80. package/dist/interfaces/EnquiryBoolExp.d.ts +6 -0
  81. package/dist/interfaces/EnquiryDistinctExp.d.ts +4 -0
  82. package/dist/interfaces/EnquiryInput.d.ts +7 -0
  83. package/dist/interfaces/EnquiryOrderBy.d.ts +4 -0
  84. package/dist/interfaces/EnquirySettings.d.ts +4 -0
  85. package/dist/interfaces/FAQ.d.ts +12 -0
  86. package/dist/interfaces/FAQBoolExp.d.ts +17 -0
  87. package/dist/interfaces/FAQDistinctExp.d.ts +9 -0
  88. package/dist/interfaces/FAQInput.d.ts +14 -0
  89. package/dist/interfaces/FAQOrderBy.d.ts +9 -0
  90. package/dist/interfaces/FileRef.d.ts +7 -0
  91. package/dist/interfaces/FileRefInput.d.ts +5 -0
  92. package/dist/interfaces/FrontComponent.d.ts +12 -4
  93. package/dist/interfaces/FrontComponentBoolExp.d.ts +7 -2
  94. package/dist/interfaces/FrontComponentDistinctExp.d.ts +7 -1
  95. package/dist/interfaces/FrontComponentInput.d.ts +12 -4
  96. package/dist/interfaces/FrontComponentOrderBy.d.ts +6 -0
  97. package/dist/interfaces/ImageSize.d.ts +4 -0
  98. package/dist/interfaces/ImageSizes.d.ts +6 -0
  99. package/dist/interfaces/Lang.d.ts +5 -8
  100. package/dist/interfaces/LangBoolExp.d.ts +4 -6
  101. package/dist/interfaces/LangInput.d.ts +4 -6
  102. package/dist/interfaces/Media.d.ts +22 -7
  103. package/dist/interfaces/MediaBoolExp.d.ts +16 -5
  104. package/dist/interfaces/MediaDistinctExp.d.ts +11 -2
  105. package/dist/interfaces/MediaInput.d.ts +21 -7
  106. package/dist/interfaces/MediaOrderBy.d.ts +8 -1
  107. package/dist/interfaces/Page.d.ts +2 -2
  108. package/dist/interfaces/PageBoolExp.d.ts +2 -2
  109. package/dist/interfaces/PageInput.d.ts +2 -2
  110. package/dist/interfaces/PageType.d.ts +9 -1
  111. package/dist/interfaces/Post.d.ts +2 -1
  112. package/dist/interfaces/PostBoolExp.d.ts +2 -1
  113. package/dist/interfaces/PostDistinctExp.d.ts +5 -2
  114. package/dist/interfaces/PostInput.d.ts +2 -1
  115. package/dist/interfaces/PostOrderBy.d.ts +2 -1
  116. package/dist/interfaces/Product.d.ts +10 -1
  117. package/dist/interfaces/ProductBoolExp.d.ts +7 -1
  118. package/dist/interfaces/ProductDistinctExp.d.ts +5 -2
  119. package/dist/interfaces/ProductInput.d.ts +7 -1
  120. package/dist/interfaces/ProductOrderBy.d.ts +2 -1
  121. package/dist/interfaces/ProductRelatedPivot.d.ts +9 -0
  122. package/dist/interfaces/ProductRelatedPivotBoolExp.d.ts +12 -0
  123. package/dist/interfaces/ProductRelatedPivotDistinctExp.d.ts +5 -0
  124. package/dist/interfaces/ProductRelatedPivotInput.d.ts +11 -0
  125. package/dist/interfaces/ProductRelatedPivotOrderBy.d.ts +5 -0
  126. package/dist/interfaces/PropsSchema.d.ts +7 -0
  127. package/dist/interfaces/Role.d.ts +3 -0
  128. package/dist/interfaces/RoleBoolExp.d.ts +2 -0
  129. package/dist/interfaces/RoleInput.d.ts +2 -0
  130. package/dist/interfaces/RoleVariable.d.ts +13 -0
  131. package/dist/interfaces/RoleVariableBoolExp.d.ts +17 -0
  132. package/dist/interfaces/RoleVariableDistinctExp.d.ts +9 -0
  133. package/dist/interfaces/RoleVariableInput.d.ts +15 -0
  134. package/dist/interfaces/RoleVariableOrderBy.d.ts +9 -0
  135. package/dist/interfaces/SectionTemplate.d.ts +4 -2
  136. package/dist/interfaces/SectionTemplateBoolExp.d.ts +4 -2
  137. package/dist/interfaces/SectionTemplateInput.d.ts +4 -2
  138. package/dist/interfaces/Softable.d.ts +5 -0
  139. package/dist/interfaces/SoftableBoolExp.d.ts +11 -0
  140. package/dist/interfaces/SoftableDistinctExp.d.ts +6 -0
  141. package/dist/interfaces/SoftableOrderBy.d.ts +6 -0
  142. package/dist/interfaces/StorageRecord.d.ts +9 -0
  143. package/dist/interfaces/StorageRecordBoolExp.d.ts +13 -0
  144. package/dist/interfaces/StorageRecordDistinctExp.d.ts +8 -0
  145. package/dist/interfaces/StorageRecordInput.d.ts +10 -0
  146. package/dist/interfaces/StorageRecordOrderBy.d.ts +8 -0
  147. package/dist/interfaces/StyleConfig.d.ts +2 -2
  148. package/dist/interfaces/StyleConfigBoolExp.d.ts +2 -2
  149. package/dist/interfaces/StyleConfigInput.d.ts +2 -2
  150. package/dist/interfaces/TemplateCategory.d.ts +2 -2
  151. package/dist/interfaces/TemplateCategoryBoolExp.d.ts +2 -2
  152. package/dist/interfaces/TemplateCategoryInput.d.ts +2 -2
  153. package/dist/interfaces/Theme.d.ts +4 -37
  154. package/dist/interfaces/ThemeBoolExp.d.ts +4 -27
  155. package/dist/interfaces/ThemeBranch.d.ts +46 -0
  156. package/dist/interfaces/ThemeBranchBoolExp.d.ts +40 -0
  157. package/dist/interfaces/ThemeBranchDistinctExp.d.ts +15 -0
  158. package/dist/interfaces/ThemeBranchInput.d.ts +43 -0
  159. package/dist/interfaces/ThemeBranchOrderBy.d.ts +15 -0
  160. package/dist/interfaces/ThemeConfig.d.ts +2 -2
  161. package/dist/interfaces/ThemeConfigBoolExp.d.ts +2 -2
  162. package/dist/interfaces/ThemeConfigInput.d.ts +2 -2
  163. package/dist/interfaces/ThemeDistinctExp.d.ts +0 -10
  164. package/dist/interfaces/ThemeInput.d.ts +3 -32
  165. package/dist/interfaces/ThemeOrderBy.d.ts +0 -10
  166. package/dist/interfaces/ThemeSettings.d.ts +5 -0
  167. package/dist/interfaces/ThemeVersion.d.ts +2 -2
  168. package/dist/interfaces/ThemeVersionBoolExp.d.ts +2 -2
  169. package/dist/interfaces/ThemeVersionInput.d.ts +2 -2
  170. package/dist/interfaces/User.d.ts +5 -0
  171. package/dist/interfaces/UserBoolExp.d.ts +3 -0
  172. package/dist/interfaces/UserInput.d.ts +3 -0
  173. package/dist/interfaces/UserOperation.d.ts +16 -0
  174. package/dist/interfaces/UserOperationBoolExp.d.ts +21 -0
  175. package/dist/interfaces/UserOperationDistinctExp.d.ts +10 -0
  176. package/dist/interfaces/UserOperationInput.d.ts +18 -0
  177. package/dist/interfaces/UserOperationOrderBy.d.ts +10 -0
  178. package/dist/interfaces/VariableType.d.ts +10 -0
  179. package/dist/interfaces/VisitorLog.d.ts +26 -0
  180. package/dist/interfaces/VisitorLogBoolExp.d.ts +33 -0
  181. package/dist/interfaces/VisitorLogDistinctExp.d.ts +24 -0
  182. package/dist/interfaces/VisitorLogInput.d.ts +27 -0
  183. package/dist/interfaces/VisitorLogOrderBy.d.ts +24 -0
  184. package/dist/interfaces/VistType.d.ts +14 -0
  185. package/dist/interfaces/Website.d.ts +12 -8
  186. package/dist/interfaces/WebsiteBoolExp.d.ts +9 -6
  187. package/dist/interfaces/WebsiteInput.d.ts +9 -6
  188. package/dist/interfaces/WebsiteSnapshot.d.ts +11 -0
  189. package/dist/interfaces/WebsiteSnapshotBoolExp.d.ts +11 -0
  190. package/dist/interfaces/WebsiteSnapshotDistinctExp.d.ts +4 -0
  191. package/dist/interfaces/WebsiteSnapshotInput.d.ts +12 -0
  192. package/dist/interfaces/WebsiteSnapshotOrderBy.d.ts +4 -0
  193. package/dist/interfaces/index.d.ts +61 -16
  194. package/package.json +2 -2
  195. package/dist/classes/VideoFolderQueryOptions.d.ts +0 -26
  196. package/dist/classes/VideoQueryOptions.d.ts +0 -31
  197. package/dist/entries/videoFolderEntry.d.ts +0 -2
  198. package/dist/fields/VideoFields.d.ts +0 -20
  199. package/dist/fields/VideoFolderFields.d.ts +0 -17
  200. package/dist/interfaces/PropsFields.d.ts +0 -8
  201. package/dist/interfaces/Video.d.ts +0 -27
  202. package/dist/interfaces/VideoBoolExp.d.ts +0 -29
  203. package/dist/interfaces/VideoDistinctExp.d.ts +0 -15
  204. package/dist/interfaces/VideoFolder.d.ts +0 -23
  205. package/dist/interfaces/VideoFolderBoolExp.d.ts +0 -24
  206. package/dist/interfaces/VideoFolderDistinctExp.d.ts +0 -10
  207. package/dist/interfaces/VideoFolderInput.d.ts +0 -23
  208. package/dist/interfaces/VideoFolderOrderBy.d.ts +0 -11
  209. package/dist/interfaces/VideoInput.d.ts +0 -28
  210. package/dist/interfaces/VideoOrderBy.d.ts +0 -16
@@ -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;
@@ -0,0 +1,19 @@
1
+ import { Lang } from './Lang';
2
+ import { Website } from './Website';
3
+ export declare const BulletinEntityName = "Bulletin";
4
+ export declare const BulletinEntityLabel = "\u516C\u544A";
5
+ /**
6
+ * 公告
7
+ *
8
+ */
9
+ export interface Bulletin {
10
+ id?: string | null;
11
+ content?: string;
12
+ type?: string;
13
+ createdAt?: Date;
14
+ updatedAt?: Date;
15
+ endDate?: Date;
16
+ title?: string;
17
+ lang?: Lang;
18
+ website?: Website;
19
+ }
@@ -0,0 +1,23 @@
1
+ import { IdComparisonExp } from './IdComparisonExp';
2
+ import { StringComparisonExp } from './StringComparisonExp';
3
+ import { DateTimeComparisonExp } from './DateTimeComparisonExp';
4
+ import { LangBoolExp } from './LangBoolExp';
5
+ import { WebsiteBoolExp } from './WebsiteBoolExp';
6
+ /**
7
+ * 公告
8
+ *
9
+ */
10
+ export interface BulletinBoolExp {
11
+ _and?: BulletinBoolExp[];
12
+ _or?: BulletinBoolExp[];
13
+ _not?: BulletinBoolExp;
14
+ id?: IdComparisonExp;
15
+ content?: StringComparisonExp;
16
+ type?: StringComparisonExp;
17
+ createdAt?: DateTimeComparisonExp;
18
+ updatedAt?: DateTimeComparisonExp;
19
+ endDate?: DateTimeComparisonExp;
20
+ title?: StringComparisonExp;
21
+ lang?: LangBoolExp;
22
+ website?: WebsiteBoolExp;
23
+ }
@@ -0,0 +1,10 @@
1
+ export declare enum BulletinDistinctEnum {
2
+ id = "id",
3
+ content = "content",
4
+ type = "type",
5
+ createdAt = "createdAt",
6
+ updatedAt = "updatedAt",
7
+ endDate = "endDate",
8
+ title = "title"
9
+ }
10
+ export type BulletinDistinctExp = BulletinDistinctEnum;
@@ -0,0 +1,21 @@
1
+ import { Bulletin } from './Bulletin';
2
+ import { LangInput } from './LangInput';
3
+ import { WebsiteInput } from './WebsiteInput';
4
+ import { SetHasOne } from '@rxdrag/entify-lib';
5
+ /**
6
+ * 公告
7
+ *
8
+ */
9
+ export interface BulletinInput {
10
+ id?: string | null;
11
+ content?: string;
12
+ type?: string;
13
+ createdAt?: Date;
14
+ updatedAt?: Date;
15
+ endDate?: Date;
16
+ title?: string;
17
+ lang?: SetHasOne<LangInput>;
18
+ website?: SetHasOne<WebsiteInput>;
19
+ }
20
+ export declare const bulletinToInputCascade: (entity: Bulletin) => BulletinInput;
21
+ export declare const bulletinToInput: (entity: Bulletin) => BulletinInput;
@@ -0,0 +1,14 @@
1
+ import { OrderBy } from '@rxdrag/entify-lib';
2
+ /**
3
+ * 公告
4
+ *
5
+ */
6
+ export interface BulletinOrderBy {
7
+ id?: OrderBy;
8
+ content?: OrderBy;
9
+ type?: OrderBy;
10
+ createdAt?: OrderBy;
11
+ updatedAt?: OrderBy;
12
+ endDate?: OrderBy;
13
+ title?: OrderBy;
14
+ }
@@ -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
+ }
@@ -0,0 +1,12 @@
1
+ import { Product } from './Product';
2
+ export declare const FAQEntityName = "FAQ";
3
+ export declare const FAQEntityLabel = "";
4
+ export interface FAQ {
5
+ id?: string | null;
6
+ question?: string;
7
+ answer?: string;
8
+ createdAt?: Date;
9
+ updatedAt?: Date;
10
+ seqValue?: number;
11
+ product?: Product;
12
+ }
@@ -0,0 +1,17 @@
1
+ import { IdComparisonExp } from './IdComparisonExp';
2
+ import { StringComparisonExp } from './StringComparisonExp';
3
+ import { DateTimeComparisonExp } from './DateTimeComparisonExp';
4
+ import { NumberComparisonExp } from './NumberComparisonExp';
5
+ import { ProductBoolExp } from './ProductBoolExp';
6
+ export interface FAQBoolExp {
7
+ _and?: FAQBoolExp[];
8
+ _or?: FAQBoolExp[];
9
+ _not?: FAQBoolExp;
10
+ id?: IdComparisonExp;
11
+ question?: StringComparisonExp;
12
+ answer?: StringComparisonExp;
13
+ createdAt?: DateTimeComparisonExp;
14
+ updatedAt?: DateTimeComparisonExp;
15
+ seqValue?: NumberComparisonExp;
16
+ product?: ProductBoolExp;
17
+ }
@@ -0,0 +1,9 @@
1
+ export declare enum FAQDistinctEnum {
2
+ id = "id",
3
+ question = "question",
4
+ answer = "answer",
5
+ createdAt = "createdAt",
6
+ updatedAt = "updatedAt",
7
+ seqValue = "seqValue"
8
+ }
9
+ export type FAQDistinctExp = FAQDistinctEnum;
@@ -0,0 +1,14 @@
1
+ import { FAQ } from './FAQ';
2
+ import { ProductInput } from './ProductInput';
3
+ import { SetHasOne } from '@rxdrag/entify-lib';
4
+ export interface FAQInput {
5
+ id?: string | null;
6
+ question?: string;
7
+ answer?: string;
8
+ createdAt?: Date;
9
+ updatedAt?: Date;
10
+ seqValue?: number;
11
+ product?: SetHasOne<ProductInput>;
12
+ }
13
+ export declare const fAQToInputCascade: (entity: FAQ) => FAQInput;
14
+ export declare const fAQToInput: (entity: FAQ) => FAQInput;
@@ -0,0 +1,9 @@
1
+ import { OrderBy } from '@rxdrag/entify-lib';
2
+ export interface FAQOrderBy {
3
+ id?: OrderBy;
4
+ question?: OrderBy;
5
+ answer?: OrderBy;
6
+ createdAt?: OrderBy;
7
+ updatedAt?: OrderBy;
8
+ seqValue?: OrderBy;
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,7 +9,7 @@ export interface FrontComponent {
8
9
  name?: string;
9
10
  title?: string;
10
11
  seqValue?: number;
11
- props?: PropsFields;
12
+ props?: PropsSchema;
12
13
  testConfig?: any;
13
14
  updatedAt?: Date;
14
15
  createdAt?: Date;
@@ -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
+ complieResult?: 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[];
@@ -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
+ complieResult?: unknown;
29
+ cover?: MediaBoolExp;
25
30
  category?: ComponentCategoryBoolExp;
26
- theme?: ThemeBoolExp;
31
+ theme?: ThemeBranchBoolExp;
27
32
  }
@@ -11,6 +11,12 @@ export declare enum FrontComponentDistinctEnum {
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
+ complieResult = "complieResult"
15
21
  }
16
22
  export type FrontComponentDistinctExp = FrontComponentDistinctEnum;
@@ -1,14 +1,15 @@
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
+ props?: PropsSchema;
12
13
  testConfig?: any;
13
14
  updatedAt?: Date;
14
15
  createdAt?: Date;
@@ -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
+ complieResult?: 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;
@@ -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
+ complieResult?: 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
+ }
@@ -8,10 +8,9 @@ import { Customer } from './Customer';
8
8
  import { ProductCategory } from './ProductCategory';
9
9
  import { SpamFilterRule } from './SpamFilterRule';
10
10
  import { Media } from './Media';
11
- import { VideoFolder } from './VideoFolder';
12
- import { Video } from './Video';
13
11
  import { Website } from './Website';
14
- import { Theme } from './Theme';
12
+ import { ThemeBranch } from './ThemeBranch';
13
+ import { Bulletin } from './Bulletin';
15
14
  import { Aggregate } from './Aggregate';
16
15
  export declare const LangEntityName = "Lang";
17
16
  export declare const LangEntityLabel = "\u8BED\u8A00";
@@ -55,11 +54,10 @@ export interface Lang {
55
54
  webPartsOfProductCategory?: ProductCategory[];
56
55
  webPartsOfSpamFilterRule?: SpamFilterRule[];
57
56
  webPartsOfMedia?: Media[];
58
- webPartsOfVideoFolder?: VideoFolder[];
59
- webPartsOfVideo?: Video[];
60
57
  websites?: Website[];
61
58
  baseLangOf?: Website[];
62
- themes?: Theme[];
59
+ themes?: ThemeBranch[];
60
+ bulletins?: Bulletin[];
63
61
  webPartsOfMediaFolderAggregate?: Aggregate;
64
62
  webPartsOfEnquiryAggregate?: Aggregate;
65
63
  webPartsOfProductAggregate?: Aggregate;
@@ -70,9 +68,8 @@ export interface Lang {
70
68
  webPartsOfProductCategoryAggregate?: Aggregate;
71
69
  webPartsOfSpamFilterRuleAggregate?: Aggregate;
72
70
  webPartsOfMediaAggregate?: Aggregate;
73
- webPartsOfVideoFolderAggregate?: Aggregate;
74
- webPartsOfVideoAggregate?: Aggregate;
75
71
  websitesAggregate?: Aggregate;
76
72
  baseLangOfAggregate?: Aggregate;
77
73
  themesAggregate?: Aggregate;
74
+ bulletinsAggregate?: Aggregate;
78
75
  }
@@ -10,10 +10,9 @@ import { CustomerBoolExp } from './CustomerBoolExp';
10
10
  import { ProductCategoryBoolExp } from './ProductCategoryBoolExp';
11
11
  import { SpamFilterRuleBoolExp } from './SpamFilterRuleBoolExp';
12
12
  import { MediaBoolExp } from './MediaBoolExp';
13
- import { VideoFolderBoolExp } from './VideoFolderBoolExp';
14
- import { VideoBoolExp } from './VideoBoolExp';
15
13
  import { WebsiteBoolExp } from './WebsiteBoolExp';
16
- import { ThemeBoolExp } from './ThemeBoolExp';
14
+ import { ThemeBranchBoolExp } from './ThemeBranchBoolExp';
15
+ import { BulletinBoolExp } from './BulletinBoolExp';
17
16
  /**
18
17
  * 语言
19
18
  *
@@ -42,9 +41,8 @@ export interface LangBoolExp {
42
41
  webPartsOfProductCategory?: ProductCategoryBoolExp;
43
42
  webPartsOfSpamFilterRule?: SpamFilterRuleBoolExp;
44
43
  webPartsOfMedia?: MediaBoolExp;
45
- webPartsOfVideoFolder?: VideoFolderBoolExp;
46
- webPartsOfVideo?: VideoBoolExp;
47
44
  websites?: WebsiteBoolExp;
48
45
  baseLangOf?: WebsiteBoolExp;
49
- themes?: ThemeBoolExp;
46
+ themes?: ThemeBranchBoolExp;
47
+ bulletins?: BulletinBoolExp;
50
48
  }
@@ -9,10 +9,9 @@ import { CustomerInput } from './CustomerInput';
9
9
  import { ProductCategoryInput } from './ProductCategoryInput';
10
10
  import { SpamFilterRuleInput } from './SpamFilterRuleInput';
11
11
  import { MediaInput } from './MediaInput';
12
- import { VideoFolderInput } from './VideoFolderInput';
13
- import { VideoInput } from './VideoInput';
14
12
  import { WebsiteInput } from './WebsiteInput';
15
- import { ThemeInput } from './ThemeInput';
13
+ import { ThemeBranchInput } from './ThemeBranchInput';
14
+ import { BulletinInput } from './BulletinInput';
16
15
  import { SetHasMany } from '@rxdrag/entify-lib';
17
16
  /**
18
17
  * 语言
@@ -54,11 +53,10 @@ export interface LangInput {
54
53
  webPartsOfProductCategory?: SetHasMany<ProductCategoryInput>;
55
54
  webPartsOfSpamFilterRule?: SetHasMany<SpamFilterRuleInput>;
56
55
  webPartsOfMedia?: SetHasMany<MediaInput>;
57
- webPartsOfVideoFolder?: SetHasMany<VideoFolderInput>;
58
- webPartsOfVideo?: SetHasMany<VideoInput>;
59
56
  websites?: SetHasMany<WebsiteInput>;
60
57
  baseLangOf?: SetHasMany<WebsiteInput>;
61
- themes?: SetHasMany<ThemeInput>;
58
+ themes?: SetHasMany<ThemeBranchInput>;
59
+ bulletins?: SetHasMany<BulletinInput>;
62
60
  }
63
61
  export declare const langToInputCascade: (entity: Lang) => LangInput;
64
62
  export declare const langToInput: (entity: Lang) => LangInput;