@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
@@ -0,0 +1,19 @@
1
+ import { IQueryArgs } from "@rxdrag/entify-lib";
2
+ import { QueryOptions } from "./QueryOptions";
3
+ import { UserOperation, UserOperationBoolExp, UserOperationDistinctExp, UserOperationOrderBy } from "../interfaces";
4
+ import { UserQueryOptions } from './UserQueryOptions';
5
+ import { User } from '../interfaces';
6
+ import { WebsiteQueryOptions } from './WebsiteQueryOptions';
7
+ import { Website } from '../interfaces';
8
+ export declare class UserOperationQueryOptions extends QueryOptions<UserOperation, UserOperationBoolExp, UserOperationOrderBy, UserOperationDistinctExp> {
9
+ constructor(fields?: (keyof UserOperation)[], queryArgs?: IQueryArgs<UserOperationBoolExp, UserOperationOrderBy, UserOperationDistinctExp>);
10
+ id(): this;
11
+ type(): this;
12
+ createdAt(): this;
13
+ title(): this;
14
+ description(): this;
15
+ module(): this;
16
+ langId(): this;
17
+ user(options?: UserQueryOptions | (keyof User)[]): this;
18
+ website(options?: WebsiteQueryOptions | (keyof Website)[]): this;
19
+ }
@@ -9,6 +9,10 @@ import { Media } from '../interfaces';
9
9
  import { ProductQueryOptions } from './ProductQueryOptions';
10
10
  import { Product } from '../interfaces';
11
11
  import { ProductBoolExp } from '../interfaces';
12
+ import { UserOperationQueryOptions } from './UserOperationQueryOptions';
13
+ import { UserOperation } from '../interfaces';
14
+ import { UserOperationBoolExp } from '../interfaces';
15
+ import { MediaBoolExp } from '../interfaces';
12
16
  import { PostQueryOptions } from './PostQueryOptions';
13
17
  import { Post } from '../interfaces';
14
18
  import { PostBoolExp } from '../interfaces';
@@ -61,6 +65,10 @@ export declare class UserQueryOptions extends QueryOptions<User, UserBoolExp, Us
61
65
  avatar(options?: MediaQueryOptions | (keyof Media)[]): this;
62
66
  products(options?: ProductQueryOptions | (keyof Product)[]): this;
63
67
  productsAggregate(aggregate: IAggregate<ProductBoolExp>): this;
68
+ operations(options?: UserOperationQueryOptions | (keyof UserOperation)[]): this;
69
+ operationsAggregate(aggregate: IAggregate<UserOperationBoolExp>): this;
70
+ medias(options?: MediaQueryOptions | (keyof Media)[]): this;
71
+ mediasAggregate(aggregate: IAggregate<MediaBoolExp>): this;
64
72
  posts(options?: PostQueryOptions | (keyof Post)[]): this;
65
73
  postsAggregate(aggregate: IAggregate<PostBoolExp>): this;
66
74
  websites(options?: WebsiteQueryOptions | (keyof Website)[]): this;
@@ -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
+ }
@@ -36,18 +36,12 @@ import { SpamFilterRuleBoolExp } from '../interfaces';
36
36
  import { MediaQueryOptions } from './MediaQueryOptions';
37
37
  import { Media } from '../interfaces';
38
38
  import { MediaBoolExp } from '../interfaces';
39
- import { VideoFolderQueryOptions } from './VideoFolderQueryOptions';
40
- import { VideoFolder } from '../interfaces';
41
- import { VideoFolderBoolExp } from '../interfaces';
42
- import { VideoQueryOptions } from './VideoQueryOptions';
43
- import { Video } from '../interfaces';
44
- import { VideoBoolExp } 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,6 +52,15 @@ import { ChangeLogBoolExp } from '../interfaces';
58
52
  import { SearchIndexQueryOptions } from './SearchIndexQueryOptions';
59
53
  import { SearchIndex } from '../interfaces';
60
54
  import { SearchIndexBoolExp } from '../interfaces';
55
+ import { BulletinQueryOptions } from './BulletinQueryOptions';
56
+ import { Bulletin } from '../interfaces';
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';
61
64
  export declare class WebsiteQueryOptions extends QueryOptions<Website, WebsiteBoolExp, WebsiteOrderBy, WebsiteDistinctExp> {
62
65
  constructor(fields?: (keyof Website)[], queryArgs?: IQueryArgs<WebsiteBoolExp, WebsiteOrderBy, WebsiteDistinctExp>);
63
66
  id(): this;
@@ -115,19 +118,22 @@ export declare class WebsiteQueryOptions extends QueryOptions<Website, WebsiteBo
115
118
  partsOfSpamFilterRuleAggregate(aggregate: IAggregate<SpamFilterRuleBoolExp>): this;
116
119
  partsOfMedia(options?: MediaQueryOptions | (keyof Media)[]): this;
117
120
  partsOfMediaAggregate(aggregate: IAggregate<MediaBoolExp>): this;
118
- partsOfVideoFolder(options?: VideoFolderQueryOptions | (keyof VideoFolder)[]): this;
119
- partsOfVideoFolderAggregate(aggregate: IAggregate<VideoFolderBoolExp>): this;
120
- partsOfVideo(options?: VideoQueryOptions | (keyof Video)[]): this;
121
- partsOfVideoAggregate(aggregate: IAggregate<VideoBoolExp>): this;
122
121
  langs(options?: LangQueryOptions | (keyof Lang)[]): this;
123
122
  langsAggregate(aggregate: IAggregate<LangBoolExp>): this;
124
123
  baseLang(options?: LangQueryOptions | (keyof Lang)[]): this;
125
- themes(options?: ThemeQueryOptions | (keyof Theme)[]): this;
126
- themesAggregate(aggregate: IAggregate<ThemeBoolExp>): this;
124
+ themes(options?: ThemeBranchQueryOptions | (keyof ThemeBranch)[]): this;
125
+ themesAggregate(aggregate: IAggregate<ThemeBranchBoolExp>): this;
127
126
  analyticsConfig(options?: AnalyticsConfigQueryOptions | (keyof AnalyticsConfig)[]): this;
128
127
  settings(options?: WebsiteSettingsQueryOptions | (keyof WebsiteSettings)[]): this;
129
128
  changelogs(options?: ChangeLogQueryOptions | (keyof ChangeLog)[]): this;
130
129
  changelogsAggregate(aggregate: IAggregate<ChangeLogBoolExp>): this;
131
130
  searchIndexes(options?: SearchIndexQueryOptions | (keyof SearchIndex)[]): this;
132
131
  searchIndexesAggregate(aggregate: IAggregate<SearchIndexBoolExp>): this;
132
+ bulletins(options?: BulletinQueryOptions | (keyof Bulletin)[]): this;
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;
133
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';
@@ -33,9 +35,14 @@ export * from './TemplateCategoryQueryOptions';
33
35
  export * from './StyleConfigQueryOptions';
34
36
  export * from './ChangeLogQueryOptions';
35
37
  export * from './SearchIndexQueryOptions';
36
- export * from './VideoFolderQueryOptions';
37
- export * from './VideoQueryOptions';
38
38
  export * from './TaskQueryOptions';
39
39
  export * from './NotificationQueryOptions';
40
+ export * from './FAQQueryOptions';
41
+ export * from './BulletinQueryOptions';
42
+ export * from './ProductRelatedPivotQueryOptions';
43
+ export * from './WebsiteSnapshotQueryOptions';
44
+ export * from './VisitorLogQueryOptions';
45
+ export * from './UserOperationQueryOptions';
46
+ export * from './ThemeQueryOptions';
40
47
  export * from './QueryOptions';
41
48
  export * from './metainfo';
@@ -0,0 +1,2 @@
1
+ import { EntityEntry } from "@rxdrag/entify-lib";
2
+ export declare const bulletinEntry: EntityEntry;
@@ -1,2 +1,2 @@
1
1
  import { EntityEntry } from "@rxdrag/entify-lib";
2
- export declare const videoEntry: EntityEntry;
2
+ export declare const fAQEntry: EntityEntry;
@@ -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';
@@ -33,7 +35,12 @@ export * from './templateCategoryEntry';
33
35
  export * from './styleConfigEntry';
34
36
  export * from './changeLogEntry';
35
37
  export * from './searchIndexEntry';
36
- export * from './videoFolderEntry';
37
- export * from './videoEntry';
38
38
  export * from './taskEntry';
39
39
  export * from './notificationEntry';
40
+ export * from './fAQEntry';
41
+ export * from './bulletinEntry';
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 productRelatedPivotEntry: EntityEntry;
@@ -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",
@@ -0,0 +1,13 @@
1
+ export declare enum BulletinFields {
2
+ id = "id",
3
+ content = "content",
4
+ type = "type",
5
+ createdAt = "createdAt",
6
+ updatedAt = "updatedAt",
7
+ endDate = "endDate",
8
+ title = "title"
9
+ }
10
+ export declare enum BulletinAssciations {
11
+ lang = "lang",
12
+ website = "website"
13
+ }
@@ -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
  }
@@ -0,0 +1,11 @@
1
+ export declare enum FAQFields {
2
+ id = "id",
3
+ question = "question",
4
+ answer = "answer",
5
+ createdAt = "createdAt",
6
+ updatedAt = "updatedAt",
7
+ seqValue = "seqValue"
8
+ }
9
+ export declare enum FAQAssciations {
10
+ product = "product"
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
  }
@@ -46,14 +46,12 @@ export declare enum LangAssciations {
46
46
  webPartsOfSpamFilterRuleAggregate = "webPartsOfSpamFilterRuleAggregate",
47
47
  webPartsOfMedia = "webPartsOfMedia",
48
48
  webPartsOfMediaAggregate = "webPartsOfMediaAggregate",
49
- webPartsOfVideoFolder = "webPartsOfVideoFolder",
50
- webPartsOfVideoFolderAggregate = "webPartsOfVideoFolderAggregate",
51
- webPartsOfVideo = "webPartsOfVideo",
52
- webPartsOfVideoAggregate = "webPartsOfVideoAggregate",
53
49
  websites = "websites",
54
50
  websitesAggregate = "websitesAggregate",
55
51
  baseLangOf = "baseLangOf",
56
52
  baseLangOfAggregate = "baseLangOfAggregate",
57
53
  themes = "themes",
58
- themesAggregate = "themesAggregate"
54
+ themesAggregate = "themesAggregate",
55
+ bulletins = "bulletins",
56
+ bulletinsAggregate = "bulletinsAggregate"
59
57
  }
@@ -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,8 +32,6 @@ 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",
@@ -33,6 +39,13 @@ export declare enum MediaAssciations {
33
39
  pageMetaAggregate = "pageMetaAggregate",
34
40
  searchIndex = "searchIndex",
35
41
  searchIndexAggregate = "searchIndexAggregate",
36
- coverOfVideo = "coverOfVideo",
37
- coverOfVideoAggregate = "coverOfVideoAggregate"
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"
38
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",
@@ -36,6 +38,12 @@ export declare enum ProductAssciations {
36
38
  attachmentPivotsAggregate = "attachmentPivotsAggregate",
37
39
  lang = "lang",
38
40
  meta = "meta",
41
+ faqs = "faqs",
42
+ faqsAggregate = "faqsAggregate",
43
+ relatedPivots = "relatedPivots",
44
+ relatedPivotsAggregate = "relatedPivotsAggregate",
39
45
  creator = "creator",
40
- website = "website"
46
+ website = "website",
47
+ relatedByPovit = "relatedByPovit",
48
+ relatedByPovitAggregate = "relatedByPovitAggregate"
41
49
  }
@@ -0,0 +1,8 @@
1
+ export declare enum ProductRelatedPivotFields {
2
+ id = "id",
3
+ seqValue = "seqValue"
4
+ }
5
+ export declare enum ProductRelatedPivotAssciations {
6
+ product = "product",
7
+ relatedBy = "relatedBy"
8
+ }
@@ -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
+ }