@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
@@ -2,6 +2,7 @@ import { User } from './User';
2
2
  import { RoleInput } from './RoleInput';
3
3
  import { MediaInput } from './MediaInput';
4
4
  import { ProductInput } from './ProductInput';
5
+ import { UserOperationInput } from './UserOperationInput';
5
6
  import { PostInput } from './PostInput';
6
7
  import { WebsiteInput } from './WebsiteInput';
7
8
  import { SetHasMany } from '@rxdrag/entify-lib';
@@ -19,6 +20,8 @@ export interface UserInput extends WebsiteUser {
19
20
  roles?: SetHasMany<RoleInput>;
20
21
  avatar?: SetHasOne<MediaInput>;
21
22
  products?: SetHasMany<ProductInput>;
23
+ operations?: SetHasMany<UserOperationInput>;
24
+ medias?: SetHasMany<MediaInput>;
22
25
  posts?: SetHasMany<PostInput>;
23
26
  websites?: SetHasMany<WebsiteInput>;
24
27
  website?: SetHasOne<WebsiteInput>;
@@ -0,0 +1,16 @@
1
+ import { AppModule } from './AppModule';
2
+ import { User } from './User';
3
+ import { Website } from './Website';
4
+ export declare const UserOperationEntityName = "UserOperation";
5
+ export declare const UserOperationEntityLabel = "";
6
+ export interface UserOperation {
7
+ id?: string | null;
8
+ type?: string;
9
+ createdAt?: Date;
10
+ title?: string;
11
+ description?: string;
12
+ module?: AppModule;
13
+ langId?: string | null;
14
+ user?: User;
15
+ website?: Website;
16
+ }
@@ -0,0 +1,21 @@
1
+ import { AppModule } from './AppModule';
2
+ import { IdComparisonExp } from './IdComparisonExp';
3
+ import { StringComparisonExp } from './StringComparisonExp';
4
+ import { DateTimeComparisonExp } from './DateTimeComparisonExp';
5
+ import { EnumComparisonExp } from './EnumComparisonExp';
6
+ import { UserBoolExp } from './UserBoolExp';
7
+ import { WebsiteBoolExp } from './WebsiteBoolExp';
8
+ export interface UserOperationBoolExp {
9
+ _and?: UserOperationBoolExp[];
10
+ _or?: UserOperationBoolExp[];
11
+ _not?: UserOperationBoolExp;
12
+ id?: IdComparisonExp;
13
+ type?: StringComparisonExp;
14
+ createdAt?: DateTimeComparisonExp;
15
+ title?: StringComparisonExp;
16
+ description?: StringComparisonExp;
17
+ module?: EnumComparisonExp<AppModule>;
18
+ langId?: IdComparisonExp;
19
+ user?: UserBoolExp;
20
+ website?: WebsiteBoolExp;
21
+ }
@@ -0,0 +1,10 @@
1
+ export declare enum UserOperationDistinctEnum {
2
+ id = "id",
3
+ type = "type",
4
+ createdAt = "createdAt",
5
+ title = "title",
6
+ description = "description",
7
+ module = "module",
8
+ langId = "langId"
9
+ }
10
+ export type UserOperationDistinctExp = UserOperationDistinctEnum;
@@ -0,0 +1,18 @@
1
+ import { UserOperation } from './UserOperation';
2
+ import { AppModule } from './AppModule';
3
+ import { UserInput } from './UserInput';
4
+ import { WebsiteInput } from './WebsiteInput';
5
+ import { SetHasOne } from '@rxdrag/entify-lib';
6
+ export interface UserOperationInput {
7
+ id?: string | null;
8
+ type?: string;
9
+ createdAt?: Date;
10
+ title?: string;
11
+ description?: string;
12
+ module?: AppModule;
13
+ langId?: string | null;
14
+ user?: SetHasOne<UserInput>;
15
+ website?: SetHasOne<WebsiteInput>;
16
+ }
17
+ export declare const userOperationToInputCascade: (entity: UserOperation) => UserOperationInput;
18
+ export declare const userOperationToInput: (entity: UserOperation) => UserOperationInput;
@@ -0,0 +1,10 @@
1
+ import { OrderBy } from '@rxdrag/entify-lib';
2
+ export interface UserOperationOrderBy {
3
+ id?: OrderBy;
4
+ type?: OrderBy;
5
+ createdAt?: OrderBy;
6
+ title?: OrderBy;
7
+ description?: OrderBy;
8
+ module?: OrderBy;
9
+ langId?: OrderBy;
10
+ }
@@ -0,0 +1,10 @@
1
+ export declare enum VariableType {
2
+ /**
3
+ * label: undefined
4
+ */
5
+ Single = "Single",
6
+ /**
7
+ * label: undefined
8
+ */
9
+ Array = "Array"
10
+ }
@@ -0,0 +1,26 @@
1
+ import { VistType } from './VistType';
2
+ export declare const VisitorLogEntityName = "VisitorLog";
3
+ export declare const VisitorLogEntityLabel = "";
4
+ export interface VisitorLog {
5
+ id?: string | null;
6
+ visitorId?: string;
7
+ sessionId?: string;
8
+ type?: VistType;
9
+ url?: string;
10
+ referrer?: string;
11
+ duration?: number;
12
+ timestamp?: Date;
13
+ userAgent?: string;
14
+ device?: string;
15
+ websiteId?: string | null;
16
+ langAbbr?: string;
17
+ country?: string;
18
+ city?: string;
19
+ ip?: string;
20
+ isNewUser?: boolean;
21
+ createdAt?: Date;
22
+ updatedAt?: Date;
23
+ browserLanguage?: string;
24
+ platform?: string;
25
+ pageTitle?: string;
26
+ }
@@ -0,0 +1,33 @@
1
+ import { VistType } from './VistType';
2
+ import { IdComparisonExp } from './IdComparisonExp';
3
+ import { StringComparisonExp } from './StringComparisonExp';
4
+ import { EnumComparisonExp } from './EnumComparisonExp';
5
+ import { NumberComparisonExp } from './NumberComparisonExp';
6
+ import { DateTimeComparisonExp } from './DateTimeComparisonExp';
7
+ import { BooleanComparisonExp } from './BooleanComparisonExp';
8
+ export interface VisitorLogBoolExp {
9
+ _and?: VisitorLogBoolExp[];
10
+ _or?: VisitorLogBoolExp[];
11
+ _not?: VisitorLogBoolExp;
12
+ id?: IdComparisonExp;
13
+ visitorId?: StringComparisonExp;
14
+ sessionId?: StringComparisonExp;
15
+ type?: EnumComparisonExp<VistType>;
16
+ url?: StringComparisonExp;
17
+ referrer?: StringComparisonExp;
18
+ duration?: NumberComparisonExp;
19
+ timestamp?: DateTimeComparisonExp;
20
+ userAgent?: StringComparisonExp;
21
+ device?: StringComparisonExp;
22
+ websiteId?: IdComparisonExp;
23
+ langAbbr?: StringComparisonExp;
24
+ country?: StringComparisonExp;
25
+ city?: StringComparisonExp;
26
+ ip?: StringComparisonExp;
27
+ isNewUser?: BooleanComparisonExp;
28
+ createdAt?: DateTimeComparisonExp;
29
+ updatedAt?: DateTimeComparisonExp;
30
+ browserLanguage?: StringComparisonExp;
31
+ platform?: StringComparisonExp;
32
+ pageTitle?: StringComparisonExp;
33
+ }
@@ -0,0 +1,24 @@
1
+ export declare enum VisitorLogDistinctEnum {
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 type VisitorLogDistinctExp = VisitorLogDistinctEnum;
@@ -0,0 +1,27 @@
1
+ import { VisitorLog } from './VisitorLog';
2
+ import { VistType } from './VistType';
3
+ export interface VisitorLogInput {
4
+ id?: string | null;
5
+ visitorId?: string;
6
+ sessionId?: string;
7
+ type?: VistType;
8
+ url?: string;
9
+ referrer?: string;
10
+ duration?: number;
11
+ timestamp?: Date;
12
+ userAgent?: string;
13
+ device?: string;
14
+ websiteId?: string | null;
15
+ langAbbr?: string;
16
+ country?: string;
17
+ city?: string;
18
+ ip?: string;
19
+ isNewUser?: boolean;
20
+ createdAt?: Date;
21
+ updatedAt?: Date;
22
+ browserLanguage?: string;
23
+ platform?: string;
24
+ pageTitle?: string;
25
+ }
26
+ export declare const visitorLogToInputCascade: (entity: VisitorLog) => VisitorLogInput;
27
+ export declare const visitorLogToInput: (entity: VisitorLog) => VisitorLogInput;
@@ -0,0 +1,24 @@
1
+ import { OrderBy } from '@rxdrag/entify-lib';
2
+ export interface VisitorLogOrderBy {
3
+ id?: OrderBy;
4
+ visitorId?: OrderBy;
5
+ sessionId?: OrderBy;
6
+ type?: OrderBy;
7
+ url?: OrderBy;
8
+ referrer?: OrderBy;
9
+ duration?: OrderBy;
10
+ timestamp?: OrderBy;
11
+ userAgent?: OrderBy;
12
+ device?: OrderBy;
13
+ websiteId?: OrderBy;
14
+ langAbbr?: OrderBy;
15
+ country?: OrderBy;
16
+ city?: OrderBy;
17
+ ip?: OrderBy;
18
+ isNewUser?: OrderBy;
19
+ createdAt?: OrderBy;
20
+ updatedAt?: OrderBy;
21
+ browserLanguage?: OrderBy;
22
+ platform?: OrderBy;
23
+ pageTitle?: OrderBy;
24
+ }
@@ -0,0 +1,14 @@
1
+ export declare enum VistType {
2
+ /**
3
+ * label: undefined
4
+ */
5
+ pageView = "pageView",
6
+ /**
7
+ * label: undefined
8
+ */
9
+ pageLeave = "pageLeave",
10
+ /**
11
+ * label: undefined
12
+ */
13
+ enquiry = "enquiry"
14
+ }
@@ -4,8 +4,6 @@ import { MediaFolder } from './MediaFolder';
4
4
  import { Enquiry } from './Enquiry';
5
5
  import { Product } from './Product';
6
6
  import { Post } from './Post';
7
- import { Solution } from './Solution';
8
- import { CustomerCase } from './CustomerCase';
9
7
  import { PostCategory } from './PostCategory';
10
8
  import { Tag } from './Tag';
11
9
  import { Customer } from './Customer';
@@ -13,13 +11,14 @@ import { ProductCategory } from './ProductCategory';
13
11
  import { SpamFilterRule } from './SpamFilterRule';
14
12
  import { Media } from './Media';
15
13
  import { Lang } from './Lang';
16
- import { Theme } from './Theme';
14
+ import { ThemeBranch } from './ThemeBranch';
17
15
  import { AnalyticsConfig } from './AnalyticsConfig';
18
16
  import { WebsiteSettings } from './WebsiteSettings';
19
17
  import { ChangeLog } from './ChangeLog';
20
18
  import { SearchIndex } from './SearchIndex';
21
- import { FAQ } from './FAQ';
22
19
  import { Bulletin } from './Bulletin';
20
+ import { WebsiteSnapshot } from './WebsiteSnapshot';
21
+ import { UserOperation } from './UserOperation';
23
22
  import { Aggregate } from './Aggregate';
24
23
  export declare const WebsiteEntityName = "Website";
25
24
  export declare const WebsiteEntityLabel = "\u7AD9\u70B9";
@@ -66,8 +65,6 @@ export interface Website {
66
65
  partsOfEnquiry?: Enquiry[];
67
66
  partsOfProduct?: Product[];
68
67
  partsOfPost?: Post[];
69
- partsOfSolution?: Solution[];
70
- partsOfCustomerCase?: CustomerCase[];
71
68
  partsOfPostCategory?: PostCategory[];
72
69
  partsOfTag?: Tag[];
73
70
  partsOfCustomer?: Customer[];
@@ -76,20 +73,20 @@ export interface Website {
76
73
  partsOfMedia?: Media[];
77
74
  langs?: Lang[];
78
75
  baseLang?: Lang;
79
- themes?: Theme[];
76
+ themes?: ThemeBranch[];
80
77
  analyticsConfig?: AnalyticsConfig;
81
78
  settings?: WebsiteSettings;
82
79
  changelogs?: ChangeLog[];
83
80
  searchIndexes?: SearchIndex[];
84
- faqs?: FAQ[];
85
81
  bulletins?: Bulletin[];
82
+ snapshots?: WebsiteSnapshot[];
83
+ userOperations?: UserOperation[];
84
+ mockBranch?: ThemeBranch;
86
85
  usersAggregate?: Aggregate;
87
86
  partsOfMediaFolderAggregate?: Aggregate;
88
87
  partsOfEnquiryAggregate?: Aggregate;
89
88
  partsOfProductAggregate?: Aggregate;
90
89
  partsOfPostAggregate?: Aggregate;
91
- partsOfSolutionAggregate?: Aggregate;
92
- partsOfCustomerCaseAggregate?: Aggregate;
93
90
  partsOfPostCategoryAggregate?: Aggregate;
94
91
  partsOfTagAggregate?: Aggregate;
95
92
  partsOfCustomerAggregate?: Aggregate;
@@ -100,6 +97,7 @@ export interface Website {
100
97
  themesAggregate?: Aggregate;
101
98
  changelogsAggregate?: Aggregate;
102
99
  searchIndexesAggregate?: Aggregate;
103
- faqsAggregate?: Aggregate;
104
100
  bulletinsAggregate?: Aggregate;
101
+ snapshotsAggregate?: Aggregate;
102
+ userOperationsAggregate?: Aggregate;
105
103
  }
@@ -7,8 +7,6 @@ import { MediaFolderBoolExp } from './MediaFolderBoolExp';
7
7
  import { EnquiryBoolExp } from './EnquiryBoolExp';
8
8
  import { ProductBoolExp } from './ProductBoolExp';
9
9
  import { PostBoolExp } from './PostBoolExp';
10
- import { SolutionBoolExp } from './SolutionBoolExp';
11
- import { CustomerCaseBoolExp } from './CustomerCaseBoolExp';
12
10
  import { PostCategoryBoolExp } from './PostCategoryBoolExp';
13
11
  import { TagBoolExp } from './TagBoolExp';
14
12
  import { CustomerBoolExp } from './CustomerBoolExp';
@@ -16,13 +14,14 @@ import { ProductCategoryBoolExp } from './ProductCategoryBoolExp';
16
14
  import { SpamFilterRuleBoolExp } from './SpamFilterRuleBoolExp';
17
15
  import { MediaBoolExp } from './MediaBoolExp';
18
16
  import { LangBoolExp } from './LangBoolExp';
19
- import { ThemeBoolExp } from './ThemeBoolExp';
17
+ import { ThemeBranchBoolExp } from './ThemeBranchBoolExp';
20
18
  import { AnalyticsConfigBoolExp } from './AnalyticsConfigBoolExp';
21
19
  import { WebsiteSettingsBoolExp } from './WebsiteSettingsBoolExp';
22
20
  import { ChangeLogBoolExp } from './ChangeLogBoolExp';
23
21
  import { SearchIndexBoolExp } from './SearchIndexBoolExp';
24
- import { FAQBoolExp } from './FAQBoolExp';
25
22
  import { BulletinBoolExp } from './BulletinBoolExp';
23
+ import { WebsiteSnapshotBoolExp } from './WebsiteSnapshotBoolExp';
24
+ import { UserOperationBoolExp } from './UserOperationBoolExp';
26
25
  /**
27
26
  * 站点
28
27
  * 网站实体
@@ -48,8 +47,6 @@ export interface WebsiteBoolExp {
48
47
  partsOfEnquiry?: EnquiryBoolExp;
49
48
  partsOfProduct?: ProductBoolExp;
50
49
  partsOfPost?: PostBoolExp;
51
- partsOfSolution?: SolutionBoolExp;
52
- partsOfCustomerCase?: CustomerCaseBoolExp;
53
50
  partsOfPostCategory?: PostCategoryBoolExp;
54
51
  partsOfTag?: TagBoolExp;
55
52
  partsOfCustomer?: CustomerBoolExp;
@@ -58,11 +55,13 @@ export interface WebsiteBoolExp {
58
55
  partsOfMedia?: MediaBoolExp;
59
56
  langs?: LangBoolExp;
60
57
  baseLang?: LangBoolExp;
61
- themes?: ThemeBoolExp;
58
+ themes?: ThemeBranchBoolExp;
62
59
  analyticsConfig?: AnalyticsConfigBoolExp;
63
60
  settings?: WebsiteSettingsBoolExp;
64
61
  changelogs?: ChangeLogBoolExp;
65
62
  searchIndexes?: SearchIndexBoolExp;
66
- faqs?: FAQBoolExp;
67
63
  bulletins?: BulletinBoolExp;
64
+ snapshots?: WebsiteSnapshotBoolExp;
65
+ userOperations?: UserOperationBoolExp;
66
+ mockBranch?: ThemeBranchBoolExp;
68
67
  }
@@ -5,8 +5,6 @@ import { MediaFolderInput } from './MediaFolderInput';
5
5
  import { EnquiryInput } from './EnquiryInput';
6
6
  import { ProductInput } from './ProductInput';
7
7
  import { PostInput } from './PostInput';
8
- import { SolutionInput } from './SolutionInput';
9
- import { CustomerCaseInput } from './CustomerCaseInput';
10
8
  import { PostCategoryInput } from './PostCategoryInput';
11
9
  import { TagInput } from './TagInput';
12
10
  import { CustomerInput } from './CustomerInput';
@@ -14,13 +12,14 @@ import { ProductCategoryInput } from './ProductCategoryInput';
14
12
  import { SpamFilterRuleInput } from './SpamFilterRuleInput';
15
13
  import { MediaInput } from './MediaInput';
16
14
  import { LangInput } from './LangInput';
17
- import { ThemeInput } from './ThemeInput';
15
+ import { ThemeBranchInput } from './ThemeBranchInput';
18
16
  import { AnalyticsConfigInput } from './AnalyticsConfigInput';
19
17
  import { WebsiteSettingsInput } from './WebsiteSettingsInput';
20
18
  import { ChangeLogInput } from './ChangeLogInput';
21
19
  import { SearchIndexInput } from './SearchIndexInput';
22
- import { FAQInput } from './FAQInput';
23
20
  import { BulletinInput } from './BulletinInput';
21
+ import { WebsiteSnapshotInput } from './WebsiteSnapshotInput';
22
+ import { UserOperationInput } from './UserOperationInput';
24
23
  import { SetHasMany } from '@rxdrag/entify-lib';
25
24
  import { SetHasOne } from '@rxdrag/entify-lib';
26
25
  /**
@@ -66,8 +65,6 @@ export interface WebsiteInput {
66
65
  partsOfEnquiry?: SetHasMany<EnquiryInput>;
67
66
  partsOfProduct?: SetHasMany<ProductInput>;
68
67
  partsOfPost?: SetHasMany<PostInput>;
69
- partsOfSolution?: SetHasMany<SolutionInput>;
70
- partsOfCustomerCase?: SetHasMany<CustomerCaseInput>;
71
68
  partsOfPostCategory?: SetHasMany<PostCategoryInput>;
72
69
  partsOfTag?: SetHasMany<TagInput>;
73
70
  partsOfCustomer?: SetHasMany<CustomerInput>;
@@ -76,13 +73,15 @@ export interface WebsiteInput {
76
73
  partsOfMedia?: SetHasMany<MediaInput>;
77
74
  langs?: SetHasMany<LangInput>;
78
75
  baseLang?: SetHasOne<LangInput>;
79
- themes?: SetHasMany<ThemeInput>;
76
+ themes?: SetHasMany<ThemeBranchInput>;
80
77
  analyticsConfig?: SetHasOne<AnalyticsConfigInput>;
81
78
  settings?: SetHasOne<WebsiteSettingsInput>;
82
79
  changelogs?: SetHasMany<ChangeLogInput>;
83
80
  searchIndexes?: SetHasMany<SearchIndexInput>;
84
- faqs?: SetHasMany<FAQInput>;
85
81
  bulletins?: SetHasMany<BulletinInput>;
82
+ snapshots?: SetHasMany<WebsiteSnapshotInput>;
83
+ userOperations?: SetHasMany<UserOperationInput>;
84
+ mockBranch?: SetHasOne<ThemeBranchInput>;
86
85
  }
87
86
  export declare const websiteToInputCascade: (entity: Website) => WebsiteInput;
88
87
  export declare const websiteToInput: (entity: Website) => WebsiteInput;
@@ -0,0 +1,11 @@
1
+ import { Media } from './Media';
2
+ import { Website } from './Website';
3
+ import { Aggregate } from './Aggregate';
4
+ export declare const WebsiteSnapshotEntityName = "WebsiteSnapshot";
5
+ export declare const WebsiteSnapshotEntityLabel = "";
6
+ export interface WebsiteSnapshot {
7
+ id?: string | null;
8
+ medias?: Media[];
9
+ website?: Website;
10
+ mediasAggregate?: Aggregate;
11
+ }
@@ -0,0 +1,11 @@
1
+ import { IdComparisonExp } from './IdComparisonExp';
2
+ import { MediaBoolExp } from './MediaBoolExp';
3
+ import { WebsiteBoolExp } from './WebsiteBoolExp';
4
+ export interface WebsiteSnapshotBoolExp {
5
+ _and?: WebsiteSnapshotBoolExp[];
6
+ _or?: WebsiteSnapshotBoolExp[];
7
+ _not?: WebsiteSnapshotBoolExp;
8
+ id?: IdComparisonExp;
9
+ medias?: MediaBoolExp;
10
+ website?: WebsiteBoolExp;
11
+ }
@@ -0,0 +1,4 @@
1
+ export declare enum WebsiteSnapshotDistinctEnum {
2
+ id = "id"
3
+ }
4
+ export type WebsiteSnapshotDistinctExp = WebsiteSnapshotDistinctEnum;
@@ -0,0 +1,12 @@
1
+ import { WebsiteSnapshot } from './WebsiteSnapshot';
2
+ import { MediaInput } from './MediaInput';
3
+ import { WebsiteInput } from './WebsiteInput';
4
+ import { SetHasMany } from '@rxdrag/entify-lib';
5
+ import { SetHasOne } from '@rxdrag/entify-lib';
6
+ export interface WebsiteSnapshotInput {
7
+ id?: string | null;
8
+ medias?: SetHasMany<MediaInput>;
9
+ website?: SetHasOne<WebsiteInput>;
10
+ }
11
+ export declare const websiteSnapshotToInputCascade: (entity: WebsiteSnapshot) => WebsiteSnapshotInput;
12
+ export declare const websiteSnapshotToInput: (entity: WebsiteSnapshot) => WebsiteSnapshotInput;
@@ -0,0 +1,4 @@
1
+ import { OrderBy } from '@rxdrag/entify-lib';
2
+ export interface WebsiteSnapshotOrderBy {
3
+ id?: OrderBy;
4
+ }
@@ -1,4 +1,5 @@
1
1
  export * from './FileRef';
2
+ export * from './FileRefInput';
2
3
  export * from './IdComparisonExp';
3
4
  export * from './BooleanComparisonExp';
4
5
  export * from './DateTimeComparisonExp';
@@ -21,6 +22,11 @@ export * from './AbilityBoolExp';
21
22
  export * from './AbilityOrderBy';
22
23
  export * from './AbilityDistinctExp';
23
24
  export * from './AbilityType';
25
+ export * from './StorageRecord';
26
+ export * from './StorageRecordInput';
27
+ export * from './StorageRecordBoolExp';
28
+ export * from './StorageRecordOrderBy';
29
+ export * from './StorageRecordDistinctExp';
24
30
  export * from './Media';
25
31
  export * from './MediaInput';
26
32
  export * from './MediaBoolExp';
@@ -33,6 +39,12 @@ export * from './MailBoolExp';
33
39
  export * from './MailOrderBy';
34
40
  export * from './MailDistinctExp';
35
41
  export * from './MailType';
42
+ export * from './VariableType';
43
+ export * from './RoleVariable';
44
+ export * from './RoleVariableInput';
45
+ export * from './RoleVariableBoolExp';
46
+ export * from './RoleVariableOrderBy';
47
+ export * from './RoleVariableDistinctExp';
36
48
  export * from './Website';
37
49
  export * from './WebsiteInput';
38
50
  export * from './WebsiteBoolExp';
@@ -73,11 +85,11 @@ export * from './WebsiteSettingsInput';
73
85
  export * from './WebsiteSettingsBoolExp';
74
86
  export * from './WebsiteSettingsOrderBy';
75
87
  export * from './WebsiteSettingsDistinctExp';
76
- export * from './Theme';
77
- export * from './ThemeInput';
78
- export * from './ThemeBoolExp';
79
- export * from './ThemeOrderBy';
80
- export * from './ThemeDistinctExp';
88
+ export * from './ThemeBranch';
89
+ export * from './ThemeBranchInput';
90
+ export * from './ThemeBranchBoolExp';
91
+ export * from './ThemeBranchOrderBy';
92
+ export * from './ThemeBranchDistinctExp';
81
93
  export * from './MediaFolder';
82
94
  export * from './MediaFolderInput';
83
95
  export * from './MediaFolderBoolExp';
@@ -165,7 +177,7 @@ export * from './ComponentCategoryInput';
165
177
  export * from './ComponentCategoryBoolExp';
166
178
  export * from './ComponentCategoryOrderBy';
167
179
  export * from './ComponentCategoryDistinctExp';
168
- export * from './PropsFields';
180
+ export * from './PropsSchema';
169
181
  export * from './Marketable';
170
182
  export * from './MarketableBoolExp';
171
183
  export * from './MarketableOrderBy';
@@ -248,16 +260,6 @@ export * from './NotificationOrderBy';
248
260
  export * from './NotificationDistinctExp';
249
261
  export * from './NotificationStatus';
250
262
  export * from './NotificationType';
251
- export * from './CustomerCase';
252
- export * from './CustomerCaseInput';
253
- export * from './CustomerCaseBoolExp';
254
- export * from './CustomerCaseOrderBy';
255
- export * from './CustomerCaseDistinctExp';
256
- export * from './Solution';
257
- export * from './SolutionInput';
258
- export * from './SolutionBoolExp';
259
- export * from './SolutionOrderBy';
260
- export * from './SolutionDistinctExp';
261
263
  export * from './FAQ';
262
264
  export * from './FAQInput';
263
265
  export * from './FAQBoolExp';
@@ -273,3 +275,31 @@ export * from './ProductRelatedPivotInput';
273
275
  export * from './ProductRelatedPivotBoolExp';
274
276
  export * from './ProductRelatedPivotOrderBy';
275
277
  export * from './ProductRelatedPivotDistinctExp';
278
+ export * from './WebsiteSnapshot';
279
+ export * from './WebsiteSnapshotInput';
280
+ export * from './WebsiteSnapshotBoolExp';
281
+ export * from './WebsiteSnapshotOrderBy';
282
+ export * from './WebsiteSnapshotDistinctExp';
283
+ export * from './Softable';
284
+ export * from './SoftableBoolExp';
285
+ export * from './SoftableOrderBy';
286
+ export * from './SoftableDistinctExp';
287
+ export * from './VisitorLog';
288
+ export * from './VisitorLogInput';
289
+ export * from './VisitorLogBoolExp';
290
+ export * from './VisitorLogOrderBy';
291
+ export * from './VisitorLogDistinctExp';
292
+ export * from './VistType';
293
+ export * from './UserOperation';
294
+ export * from './UserOperationInput';
295
+ export * from './UserOperationBoolExp';
296
+ export * from './UserOperationOrderBy';
297
+ export * from './UserOperationDistinctExp';
298
+ export * from './ImageSizes';
299
+ export * from './ImageSize';
300
+ export * from './EnquirySettings';
301
+ export * from './Theme';
302
+ export * from './ThemeInput';
303
+ export * from './ThemeBoolExp';
304
+ export * from './ThemeOrderBy';
305
+ export * from './ThemeDistinctExp';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rxdrag/rxcms-models",
3
- "version": "0.3.76",
3
+ "version": "0.3.77",
4
4
  "main": "dist/index.mjs",
5
5
  "module": "dist/index.mjs",
6
6
  "files": [
@@ -12,12 +12,12 @@
12
12
  "devDependencies": {
13
13
  "eslint": "^7.32.0",
14
14
  "typescript": "^5",
15
- "@rxdrag/eslint-config-custom": "0.2.12",
16
- "@rxdrag/tsconfig": "0.2.0"
15
+ "@rxdrag/tsconfig": "0.2.0",
16
+ "@rxdrag/eslint-config-custom": "0.2.12"
17
17
  },
18
18
  "dependencies": {
19
19
  "swr": "^2.2.4",
20
- "@rxdrag/entify-lib": "0.0.8"
20
+ "@rxdrag/entify-lib": "0.0.9"
21
21
  },
22
22
  "scripts": {
23
23
  "lint": "eslint . --ext .ts,tsx",
@@ -1,22 +0,0 @@
1
- import { IQueryArgs } from "@rxdrag/entify-lib";
2
- import { QueryOptions } from "./QueryOptions";
3
- import { CustomerCase, CustomerCaseBoolExp, CustomerCaseDistinctExp, CustomerCaseOrderBy } from "../interfaces";
4
- import { LangQueryOptions } from './LangQueryOptions';
5
- import { Lang } from '../interfaces';
6
- import { WebsiteQueryOptions } from './WebsiteQueryOptions';
7
- import { Website } from '../interfaces';
8
- export declare class CustomerCaseQueryOptions extends QueryOptions<CustomerCase, CustomerCaseBoolExp, CustomerCaseOrderBy, CustomerCaseDistinctExp> {
9
- constructor(fields?: (keyof CustomerCase)[], queryArgs?: IQueryArgs<CustomerCaseBoolExp, CustomerCaseOrderBy, CustomerCaseDistinctExp>);
10
- id(): this;
11
- publishedAt(): this;
12
- status(): this;
13
- title(): this;
14
- extends(): this;
15
- createdAt(): this;
16
- updatedAt(): this;
17
- content(): this;
18
- slug(): this;
19
- description(): this;
20
- lang(options?: LangQueryOptions | (keyof Lang)[]): this;
21
- website(options?: WebsiteQueryOptions | (keyof Website)[]): this;
22
- }