@rxdrag/rxcms-models 0.3.76 → 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 (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 +12 -3
  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 +11 -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 +8 -1
  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 +9 -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 +1172 -581
  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 +12 -4
  81. package/dist/interfaces/FrontComponentBoolExp.d.ts +7 -2
  82. package/dist/interfaces/FrontComponentDistinctExp.d.ts +7 -1
  83. package/dist/interfaces/FrontComponentInput.d.ts +12 -4
  84. package/dist/interfaces/FrontComponentOrderBy.d.ts +6 -0
  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 +9 -0
  126. package/dist/interfaces/StorageRecordBoolExp.d.ts +13 -0
  127. package/dist/interfaces/StorageRecordDistinctExp.d.ts +8 -0
  128. package/dist/interfaces/StorageRecordInput.d.ts +10 -0
  129. package/dist/interfaces/StorageRecordOrderBy.d.ts +8 -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 +4 -4
  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
@@ -0,0 +1,27 @@
1
+ import { IQueryArgs } from "@rxdrag/entify-lib";
2
+ import { QueryOptions } from "./QueryOptions";
3
+ import { VisitorLog, VisitorLogBoolExp, VisitorLogDistinctExp, VisitorLogOrderBy } from "../interfaces";
4
+ export declare class VisitorLogQueryOptions extends QueryOptions<VisitorLog, VisitorLogBoolExp, VisitorLogOrderBy, VisitorLogDistinctExp> {
5
+ constructor(fields?: (keyof VisitorLog)[], queryArgs?: IQueryArgs<VisitorLogBoolExp, VisitorLogOrderBy, VisitorLogDistinctExp>);
6
+ id(): this;
7
+ visitorId(): this;
8
+ sessionId(): this;
9
+ type(): this;
10
+ url(): this;
11
+ referrer(): this;
12
+ duration(): this;
13
+ timestamp(): this;
14
+ userAgent(): this;
15
+ device(): this;
16
+ websiteId(): this;
17
+ langAbbr(): this;
18
+ country(): this;
19
+ city(): this;
20
+ ip(): this;
21
+ isNewUser(): this;
22
+ createdAt(): this;
23
+ updatedAt(): this;
24
+ browserLanguage(): this;
25
+ platform(): this;
26
+ pageTitle(): this;
27
+ }
@@ -18,12 +18,6 @@ import { ProductBoolExp } from '../interfaces';
18
18
  import { PostQueryOptions } from './PostQueryOptions';
19
19
  import { Post } from '../interfaces';
20
20
  import { PostBoolExp } from '../interfaces';
21
- import { SolutionQueryOptions } from './SolutionQueryOptions';
22
- import { Solution } from '../interfaces';
23
- import { SolutionBoolExp } from '../interfaces';
24
- import { CustomerCaseQueryOptions } from './CustomerCaseQueryOptions';
25
- import { CustomerCase } from '../interfaces';
26
- import { CustomerCaseBoolExp } from '../interfaces';
27
21
  import { PostCategoryQueryOptions } from './PostCategoryQueryOptions';
28
22
  import { PostCategory } from '../interfaces';
29
23
  import { PostCategoryBoolExp } from '../interfaces';
@@ -45,9 +39,9 @@ import { MediaBoolExp } from '../interfaces';
45
39
  import { LangQueryOptions } from './LangQueryOptions';
46
40
  import { Lang } from '../interfaces';
47
41
  import { LangBoolExp } from '../interfaces';
48
- import { ThemeQueryOptions } from './ThemeQueryOptions';
49
- import { Theme } from '../interfaces';
50
- import { ThemeBoolExp } from '../interfaces';
42
+ import { ThemeBranchQueryOptions } from './ThemeBranchQueryOptions';
43
+ import { ThemeBranch } from '../interfaces';
44
+ import { ThemeBranchBoolExp } from '../interfaces';
51
45
  import { AnalyticsConfigQueryOptions } from './AnalyticsConfigQueryOptions';
52
46
  import { AnalyticsConfig } from '../interfaces';
53
47
  import { WebsiteSettingsQueryOptions } from './WebsiteSettingsQueryOptions';
@@ -58,12 +52,15 @@ import { ChangeLogBoolExp } from '../interfaces';
58
52
  import { SearchIndexQueryOptions } from './SearchIndexQueryOptions';
59
53
  import { SearchIndex } from '../interfaces';
60
54
  import { SearchIndexBoolExp } from '../interfaces';
61
- import { FAQQueryOptions } from './FAQQueryOptions';
62
- import { FAQ } from '../interfaces';
63
- import { FAQBoolExp } from '../interfaces';
64
55
  import { BulletinQueryOptions } from './BulletinQueryOptions';
65
56
  import { Bulletin } from '../interfaces';
66
57
  import { BulletinBoolExp } from '../interfaces';
58
+ import { WebsiteSnapshotQueryOptions } from './WebsiteSnapshotQueryOptions';
59
+ import { WebsiteSnapshot } from '../interfaces';
60
+ import { WebsiteSnapshotBoolExp } from '../interfaces';
61
+ import { UserOperationQueryOptions } from './UserOperationQueryOptions';
62
+ import { UserOperation } from '../interfaces';
63
+ import { UserOperationBoolExp } from '../interfaces';
67
64
  export declare class WebsiteQueryOptions extends QueryOptions<Website, WebsiteBoolExp, WebsiteOrderBy, WebsiteDistinctExp> {
68
65
  constructor(fields?: (keyof Website)[], queryArgs?: IQueryArgs<WebsiteBoolExp, WebsiteOrderBy, WebsiteDistinctExp>);
69
66
  id(): this;
@@ -109,10 +106,6 @@ export declare class WebsiteQueryOptions extends QueryOptions<Website, WebsiteBo
109
106
  partsOfProductAggregate(aggregate: IAggregate<ProductBoolExp>): this;
110
107
  partsOfPost(options?: PostQueryOptions | (keyof Post)[]): this;
111
108
  partsOfPostAggregate(aggregate: IAggregate<PostBoolExp>): this;
112
- partsOfSolution(options?: SolutionQueryOptions | (keyof Solution)[]): this;
113
- partsOfSolutionAggregate(aggregate: IAggregate<SolutionBoolExp>): this;
114
- partsOfCustomerCase(options?: CustomerCaseQueryOptions | (keyof CustomerCase)[]): this;
115
- partsOfCustomerCaseAggregate(aggregate: IAggregate<CustomerCaseBoolExp>): this;
116
109
  partsOfPostCategory(options?: PostCategoryQueryOptions | (keyof PostCategory)[]): this;
117
110
  partsOfPostCategoryAggregate(aggregate: IAggregate<PostCategoryBoolExp>): this;
118
111
  partsOfTag(options?: TagQueryOptions | (keyof Tag)[]): this;
@@ -128,16 +121,19 @@ export declare class WebsiteQueryOptions extends QueryOptions<Website, WebsiteBo
128
121
  langs(options?: LangQueryOptions | (keyof Lang)[]): this;
129
122
  langsAggregate(aggregate: IAggregate<LangBoolExp>): this;
130
123
  baseLang(options?: LangQueryOptions | (keyof Lang)[]): this;
131
- themes(options?: ThemeQueryOptions | (keyof Theme)[]): this;
132
- themesAggregate(aggregate: IAggregate<ThemeBoolExp>): this;
124
+ themes(options?: ThemeBranchQueryOptions | (keyof ThemeBranch)[]): this;
125
+ themesAggregate(aggregate: IAggregate<ThemeBranchBoolExp>): this;
133
126
  analyticsConfig(options?: AnalyticsConfigQueryOptions | (keyof AnalyticsConfig)[]): this;
134
127
  settings(options?: WebsiteSettingsQueryOptions | (keyof WebsiteSettings)[]): this;
135
128
  changelogs(options?: ChangeLogQueryOptions | (keyof ChangeLog)[]): this;
136
129
  changelogsAggregate(aggregate: IAggregate<ChangeLogBoolExp>): this;
137
130
  searchIndexes(options?: SearchIndexQueryOptions | (keyof SearchIndex)[]): this;
138
131
  searchIndexesAggregate(aggregate: IAggregate<SearchIndexBoolExp>): this;
139
- faqs(options?: FAQQueryOptions | (keyof FAQ)[]): this;
140
- faqsAggregate(aggregate: IAggregate<FAQBoolExp>): this;
141
132
  bulletins(options?: BulletinQueryOptions | (keyof Bulletin)[]): this;
142
133
  bulletinsAggregate(aggregate: IAggregate<BulletinBoolExp>): this;
134
+ snapshots(options?: WebsiteSnapshotQueryOptions | (keyof WebsiteSnapshot)[]): this;
135
+ snapshotsAggregate(aggregate: IAggregate<WebsiteSnapshotBoolExp>): this;
136
+ userOperations(options?: UserOperationQueryOptions | (keyof UserOperation)[]): this;
137
+ userOperationsAggregate(aggregate: IAggregate<UserOperationBoolExp>): this;
138
+ mockBranch(options?: ThemeBranchQueryOptions | (keyof ThemeBranch)[]): this;
143
139
  }
@@ -0,0 +1,15 @@
1
+ import { IAggregate, IQueryArgs } from "@rxdrag/entify-lib";
2
+ import { QueryOptions } from "./QueryOptions";
3
+ import { WebsiteSnapshot, WebsiteSnapshotBoolExp, WebsiteSnapshotDistinctExp, WebsiteSnapshotOrderBy } from "../interfaces";
4
+ import { MediaQueryOptions } from './MediaQueryOptions';
5
+ import { Media } from '../interfaces';
6
+ import { MediaBoolExp } from '../interfaces';
7
+ import { WebsiteQueryOptions } from './WebsiteQueryOptions';
8
+ import { Website } from '../interfaces';
9
+ export declare class WebsiteSnapshotQueryOptions extends QueryOptions<WebsiteSnapshot, WebsiteSnapshotBoolExp, WebsiteSnapshotOrderBy, WebsiteSnapshotDistinctExp> {
10
+ constructor(fields?: (keyof WebsiteSnapshot)[], queryArgs?: IQueryArgs<WebsiteSnapshotBoolExp, WebsiteSnapshotOrderBy, WebsiteSnapshotDistinctExp>);
11
+ id(): this;
12
+ medias(options?: MediaQueryOptions | (keyof Media)[]): this;
13
+ mediasAggregate(aggregate: IAggregate<MediaBoolExp>): this;
14
+ website(options?: WebsiteQueryOptions | (keyof Website)[]): this;
15
+ }
@@ -1,8 +1,10 @@
1
1
  export * from './UserQueryOptions';
2
2
  export * from './RoleQueryOptions';
3
3
  export * from './AbilityQueryOptions';
4
+ export * from './StorageRecordQueryOptions';
4
5
  export * from './MediaQueryOptions';
5
6
  export * from './MailQueryOptions';
7
+ export * from './RoleVariableQueryOptions';
6
8
  export * from './WebsiteQueryOptions';
7
9
  export * from './LangQueryOptions';
8
10
  export * from './WebsiteTypeQueryOptions';
@@ -11,7 +13,7 @@ export * from './PostQueryOptions';
11
13
  export * from './ProductQueryOptions';
12
14
  export * from './EnquiryQueryOptions';
13
15
  export * from './WebsiteSettingsQueryOptions';
14
- export * from './ThemeQueryOptions';
16
+ export * from './ThemeBranchQueryOptions';
15
17
  export * from './MediaFolderQueryOptions';
16
18
  export * from './PostCategoryQueryOptions';
17
19
  export * from './TagQueryOptions';
@@ -35,10 +37,12 @@ export * from './ChangeLogQueryOptions';
35
37
  export * from './SearchIndexQueryOptions';
36
38
  export * from './TaskQueryOptions';
37
39
  export * from './NotificationQueryOptions';
38
- export * from './CustomerCaseQueryOptions';
39
- export * from './SolutionQueryOptions';
40
40
  export * from './FAQQueryOptions';
41
41
  export * from './BulletinQueryOptions';
42
42
  export * from './ProductRelatedPivotQueryOptions';
43
+ export * from './WebsiteSnapshotQueryOptions';
44
+ export * from './VisitorLogQueryOptions';
45
+ export * from './UserOperationQueryOptions';
46
+ export * from './ThemeQueryOptions';
43
47
  export * from './QueryOptions';
44
48
  export * from './metainfo';
@@ -1,8 +1,10 @@
1
1
  export * from './userEntry';
2
2
  export * from './roleEntry';
3
3
  export * from './abilityEntry';
4
+ export * from './storageRecordEntry';
4
5
  export * from './mediaEntry';
5
6
  export * from './mailEntry';
7
+ export * from './roleVariableEntry';
6
8
  export * from './websiteEntry';
7
9
  export * from './langEntry';
8
10
  export * from './websiteTypeEntry';
@@ -11,7 +13,7 @@ export * from './postEntry';
11
13
  export * from './productEntry';
12
14
  export * from './enquiryEntry';
13
15
  export * from './websiteSettingsEntry';
14
- export * from './themeEntry';
16
+ export * from './themeBranchEntry';
15
17
  export * from './mediaFolderEntry';
16
18
  export * from './postCategoryEntry';
17
19
  export * from './tagEntry';
@@ -35,8 +37,10 @@ export * from './changeLogEntry';
35
37
  export * from './searchIndexEntry';
36
38
  export * from './taskEntry';
37
39
  export * from './notificationEntry';
38
- export * from './customerCaseEntry';
39
- export * from './solutionEntry';
40
40
  export * from './fAQEntry';
41
41
  export * from './bulletinEntry';
42
42
  export * from './productRelatedPivotEntry';
43
+ export * from './websiteSnapshotEntry';
44
+ export * from './visitorLogEntry';
45
+ export * from './userOperationEntry';
46
+ export * from './themeEntry';
@@ -0,0 +1,2 @@
1
+ import { EntityEntry } from "@rxdrag/entify-lib";
2
+ export declare const roleVariableEntry: EntityEntry;
@@ -0,0 +1,2 @@
1
+ import { EntityEntry } from "@rxdrag/entify-lib";
2
+ export declare const storageRecordEntry: EntityEntry;
@@ -0,0 +1,2 @@
1
+ import { EntityEntry } from "@rxdrag/entify-lib";
2
+ export declare const themeBranchEntry: EntityEntry;
@@ -0,0 +1,2 @@
1
+ import { EntityEntry } from "@rxdrag/entify-lib";
2
+ export declare const userOperationEntry: EntityEntry;
@@ -0,0 +1,2 @@
1
+ import { EntityEntry } from "@rxdrag/entify-lib";
2
+ export declare const visitorLogEntry: EntityEntry;
@@ -0,0 +1,2 @@
1
+ import { EntityEntry } from "@rxdrag/entify-lib";
2
+ export declare const websiteSnapshotEntry: EntityEntry;
@@ -1,7 +1,7 @@
1
1
  export declare enum AbilityFields {
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",
@@ -4,7 +4,8 @@ export declare enum ComponentCategoryFields {
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 declare enum ComponentCategoryAssciations {
10
11
  components = "components",
@@ -15,12 +15,18 @@ export declare enum EnquiryFields {
15
15
  read = "read",
16
16
  spam = "spam",
17
17
  mobile = "mobile",
18
+ visitorId = "visitorId",
19
+ sessionId = "sessionId",
20
+ extends = "extends",
21
+ type = "type",
18
22
  createdAt = "createdAt",
19
23
  updatedAt = "updatedAt",
20
24
  content = "content"
21
25
  }
22
26
  export declare enum EnquiryAssciations {
23
27
  lang = "lang",
28
+ attachments = "attachments",
29
+ attachmentsAggregate = "attachmentsAggregate",
24
30
  customer = "customer",
25
31
  website = "website"
26
32
  }
@@ -3,10 +3,9 @@ export declare enum FAQFields {
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 declare enum FAQAssciations {
9
- website = "website",
10
- product = "product",
11
- solution = "solution"
10
+ product = "product"
12
11
  }
@@ -11,9 +11,16 @@ export declare enum FrontComponentFields {
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 declare enum FrontComponentAssciations {
23
+ cover = "cover",
17
24
  category = "category",
18
25
  theme = "theme"
19
26
  }
@@ -34,10 +34,6 @@ export declare enum LangAssciations {
34
34
  webPartsOfProductAggregate = "webPartsOfProductAggregate",
35
35
  webPartsOfPost = "webPartsOfPost",
36
36
  webPartsOfPostAggregate = "webPartsOfPostAggregate",
37
- webPartsOfSolution = "webPartsOfSolution",
38
- webPartsOfSolutionAggregate = "webPartsOfSolutionAggregate",
39
- webPartsOfCustomerCase = "webPartsOfCustomerCase",
40
- webPartsOfCustomerCaseAggregate = "webPartsOfCustomerCaseAggregate",
41
37
  webPartsOfPostCategory = "webPartsOfPostCategory",
42
38
  webPartsOfPostCategoryAggregate = "webPartsOfPostCategoryAggregate",
43
39
  webPartsOfTag = "webPartsOfTag",
@@ -1,15 +1,23 @@
1
1
  export declare enum MediaFields {
2
2
  id = "id",
3
+ mediaRef = "mediaRef",
3
4
  name = "name",
4
5
  size = "size",
5
6
  mimeType = "mimeType",
6
7
  extName = "extName",
8
+ /**
9
+ * media file
10
+ */
7
11
  file = "file",
8
12
  description = "description",
9
13
  createdAt = "createdAt",
10
14
  updatedAt = "updatedAt",
11
15
  mediaType = "mediaType",
12
- content = "content"
16
+ resource = "resource",
17
+ storageType = "storageType",
18
+ content = "content",
19
+ isDeleted = "isDeleted",
20
+ deletedAt = "deletedAt"
13
21
  }
14
22
  export declare enum MediaAssciations {
15
23
  folder = "folder",
@@ -24,13 +32,20 @@ export declare enum MediaAssciations {
24
32
  productAttacPivots = "productAttacPivots",
25
33
  productAttacPivotsAggregate = "productAttacPivotsAggregate",
26
34
  website = "website",
27
- coverOfTheme = "coverOfTheme",
28
- coverOfThemeAggregate = "coverOfThemeAggregate",
29
35
  postCategory = "postCategory",
30
36
  usedByThemConfig = "usedByThemConfig",
31
37
  usedByThemConfigAggregate = "usedByThemConfigAggregate",
32
38
  pageMeta = "pageMeta",
33
39
  pageMetaAggregate = "pageMetaAggregate",
34
40
  searchIndex = "searchIndex",
35
- searchIndexAggregate = "searchIndexAggregate"
41
+ searchIndexAggregate = "searchIndexAggregate",
42
+ snapshot = "snapshot",
43
+ snapshotAggregate = "snapshotAggregate",
44
+ coverOfComponent = "coverOfComponent",
45
+ coverOfComponentAggregate = "coverOfComponentAggregate",
46
+ coverOfSectionTemplate = "coverOfSectionTemplate",
47
+ coverOfSectionTemplateAggregate = "coverOfSectionTemplateAggregate",
48
+ attachmentOfEnquiry = "attachmentOfEnquiry",
49
+ coverOfTheme = "coverOfTheme",
50
+ owner = "owner"
36
51
  }
@@ -14,7 +14,9 @@ export declare enum PostFields {
14
14
  updatedAt = "updatedAt",
15
15
  content = "content",
16
16
  slug = "slug",
17
- description = "description"
17
+ description = "description",
18
+ isDeleted = "isDeleted",
19
+ deletedAt = "deletedAt"
18
20
  }
19
21
  export declare enum PostAssciations {
20
22
  tags = "tags",
@@ -24,7 +24,9 @@ export declare enum ProductFields {
24
24
  updatedAt = "updatedAt",
25
25
  content = "content",
26
26
  slug = "slug",
27
- description = "description"
27
+ description = "description",
28
+ isDeleted = "isDeleted",
29
+ deletedAt = "deletedAt"
28
30
  }
29
31
  export declare enum ProductAssciations {
30
32
  category = "category",
@@ -42,5 +44,6 @@ export declare enum ProductAssciations {
42
44
  relatedPivotsAggregate = "relatedPivotsAggregate",
43
45
  creator = "creator",
44
46
  website = "website",
45
- relatedByPovit = "relatedByPovit"
47
+ relatedByPovit = "relatedByPovit",
48
+ relatedByPovitAggregate = "relatedByPovitAggregate"
46
49
  }
@@ -7,6 +7,8 @@ export declare enum RoleFields {
7
7
  updatedAt = "updatedAt"
8
8
  }
9
9
  export declare enum RoleAssciations {
10
+ variables = "variables",
11
+ variablesAggregate = "variablesAggregate",
10
12
  users = "users",
11
13
  usersAggregate = "usersAggregate"
12
14
  }
@@ -0,0 +1,11 @@
1
+ export declare enum RoleVariableFields {
2
+ id = "id",
3
+ name = "name",
4
+ type = "type",
5
+ entityName = "entityName",
6
+ whereExpression = "whereExpression",
7
+ field = "field"
8
+ }
9
+ export declare enum RoleVariableAssciations {
10
+ role = "role"
11
+ }
@@ -8,6 +8,7 @@ export declare enum SectionTemplateFields {
8
8
  updatedAt = "updatedAt"
9
9
  }
10
10
  export declare enum SectionTemplateAssciations {
11
+ cover = "cover",
11
12
  category = "category",
12
13
  theme = "theme"
13
14
  }
@@ -0,0 +1,9 @@
1
+ export declare enum StorageRecordFields {
2
+ id = "id",
3
+ resource = "resource",
4
+ storageType = "storageType",
5
+ createdAt = "createdAt",
6
+ updatedAt = "updatedAt"
7
+ }
8
+ export declare enum StorageRecordAssciations {
9
+ }
@@ -0,0 +1,33 @@
1
+ export declare enum ThemeBranchFields {
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 declare enum ThemeBranchAssciations {
16
+ components = "components",
17
+ componentsAggregate = "componentsAggregate",
18
+ componentCategories = "componentCategories",
19
+ componentCategoriesAggregate = "componentCategoriesAggregate",
20
+ pages = "pages",
21
+ pagesAggregate = "pagesAggregate",
22
+ lang = "lang",
23
+ config = "config",
24
+ templates = "templates",
25
+ templatesAggregate = "templatesAggregate",
26
+ templateCategories = "templateCategories",
27
+ templateCategoriesAggregate = "templateCategoriesAggregate",
28
+ styleConfig = "styleConfig",
29
+ mockWebsite = "mockWebsite",
30
+ marketVersion = "marketVersion",
31
+ website = "website",
32
+ belongsToMain = "belongsToMain"
33
+ }
@@ -1,37 +1,14 @@
1
1
  export declare enum ThemeFields {
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 declare enum ThemeAssciations {
10
+ branches = "branches",
11
+ branchesAggregate = "branchesAggregate",
20
12
  cover = "cover",
21
- components = "components",
22
- componentsAggregate = "componentsAggregate",
23
- componentCategories = "componentCategories",
24
- componentCategoriesAggregate = "componentCategoriesAggregate",
25
- pages = "pages",
26
- pagesAggregate = "pagesAggregate",
27
- lang = "lang",
28
- config = "config",
29
- templates = "templates",
30
- templatesAggregate = "templatesAggregate",
31
- templateCategories = "templateCategories",
32
- templateCategoriesAggregate = "templateCategoriesAggregate",
33
- styleConfig = "styleConfig",
34
- marketVersion = "marketVersion",
35
- website = "website",
36
13
  category = "category"
37
14
  }
@@ -45,6 +45,10 @@ export declare enum UserAssciations {
45
45
  avatar = "avatar",
46
46
  products = "products",
47
47
  productsAggregate = "productsAggregate",
48
+ operations = "operations",
49
+ operationsAggregate = "operationsAggregate",
50
+ medias = "medias",
51
+ mediasAggregate = "mediasAggregate",
48
52
  posts = "posts",
49
53
  postsAggregate = "postsAggregate",
50
54
  websites = "websites",
@@ -0,0 +1,13 @@
1
+ export declare enum UserOperationFields {
2
+ id = "id",
3
+ type = "type",
4
+ createdAt = "createdAt",
5
+ title = "title",
6
+ description = "description",
7
+ module = "module",
8
+ langId = "langId"
9
+ }
10
+ export declare enum UserOperationAssciations {
11
+ user = "user",
12
+ website = "website"
13
+ }
@@ -0,0 +1,25 @@
1
+ export declare enum VisitorLogFields {
2
+ id = "id",
3
+ visitorId = "visitorId",
4
+ sessionId = "sessionId",
5
+ type = "type",
6
+ url = "url",
7
+ referrer = "referrer",
8
+ duration = "duration",
9
+ timestamp = "timestamp",
10
+ userAgent = "userAgent",
11
+ device = "device",
12
+ websiteId = "websiteId",
13
+ langAbbr = "langAbbr",
14
+ country = "country",
15
+ city = "city",
16
+ ip = "ip",
17
+ isNewUser = "isNewUser",
18
+ createdAt = "createdAt",
19
+ updatedAt = "updatedAt",
20
+ browserLanguage = "browserLanguage",
21
+ platform = "platform",
22
+ pageTitle = "pageTitle"
23
+ }
24
+ export declare enum VisitorLogAssciations {
25
+ }
@@ -44,10 +44,6 @@ export declare enum WebsiteAssciations {
44
44
  partsOfProductAggregate = "partsOfProductAggregate",
45
45
  partsOfPost = "partsOfPost",
46
46
  partsOfPostAggregate = "partsOfPostAggregate",
47
- partsOfSolution = "partsOfSolution",
48
- partsOfSolutionAggregate = "partsOfSolutionAggregate",
49
- partsOfCustomerCase = "partsOfCustomerCase",
50
- partsOfCustomerCaseAggregate = "partsOfCustomerCaseAggregate",
51
47
  partsOfPostCategory = "partsOfPostCategory",
52
48
  partsOfPostCategoryAggregate = "partsOfPostCategoryAggregate",
53
49
  partsOfTag = "partsOfTag",
@@ -71,8 +67,11 @@ export declare enum WebsiteAssciations {
71
67
  changelogsAggregate = "changelogsAggregate",
72
68
  searchIndexes = "searchIndexes",
73
69
  searchIndexesAggregate = "searchIndexesAggregate",
74
- faqs = "faqs",
75
- faqsAggregate = "faqsAggregate",
76
70
  bulletins = "bulletins",
77
- bulletinsAggregate = "bulletinsAggregate"
71
+ bulletinsAggregate = "bulletinsAggregate",
72
+ snapshots = "snapshots",
73
+ snapshotsAggregate = "snapshotsAggregate",
74
+ userOperations = "userOperations",
75
+ userOperationsAggregate = "userOperationsAggregate",
76
+ mockBranch = "mockBranch"
78
77
  }
@@ -0,0 +1,8 @@
1
+ export declare enum WebsiteSnapshotFields {
2
+ id = "id"
3
+ }
4
+ export declare enum WebsiteSnapshotAssciations {
5
+ medias = "medias",
6
+ mediasAggregate = "mediasAggregate",
7
+ website = "website"
8
+ }
@@ -1,8 +1,10 @@
1
1
  export * from './UserFields';
2
2
  export * from './RoleFields';
3
3
  export * from './AbilityFields';
4
+ export * from './StorageRecordFields';
4
5
  export * from './MediaFields';
5
6
  export * from './MailFields';
7
+ export * from './RoleVariableFields';
6
8
  export * from './WebsiteFields';
7
9
  export * from './LangFields';
8
10
  export * from './WebsiteTypeFields';
@@ -11,7 +13,7 @@ export * from './PostFields';
11
13
  export * from './ProductFields';
12
14
  export * from './EnquiryFields';
13
15
  export * from './WebsiteSettingsFields';
14
- export * from './ThemeFields';
16
+ export * from './ThemeBranchFields';
15
17
  export * from './MediaFolderFields';
16
18
  export * from './PostCategoryFields';
17
19
  export * from './TagFields';
@@ -35,8 +37,10 @@ export * from './ChangeLogFields';
35
37
  export * from './SearchIndexFields';
36
38
  export * from './TaskFields';
37
39
  export * from './NotificationFields';
38
- export * from './CustomerCaseFields';
39
- export * from './SolutionFields';
40
40
  export * from './FAQFields';
41
41
  export * from './BulletinFields';
42
42
  export * from './ProductRelatedPivotFields';
43
+ export * from './WebsiteSnapshotFields';
44
+ export * from './VisitorLogFields';
45
+ export * from './UserOperationFields';
46
+ export * from './ThemeFields';