@rxdrag/rxcms-models 0.3.110 → 0.3.111

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 (83) hide show
  1. package/dist/classes/LangQueryOptions.d.ts +2 -4
  2. package/dist/classes/MediaQueryOptions.d.ts +1 -7
  3. package/dist/classes/PageMetaQueryOptions.d.ts +1 -3
  4. package/dist/classes/ThemeBranchQueryOptions.d.ts +1 -16
  5. package/dist/classes/WebsiteQueryOptions.d.ts +2 -6
  6. package/dist/classes/index.d.ts +0 -6
  7. package/dist/entries/index.d.ts +0 -6
  8. package/dist/fields/LangFields.d.ts +2 -3
  9. package/dist/fields/MediaFields.d.ts +0 -4
  10. package/dist/fields/PageMetaFields.d.ts +0 -1
  11. package/dist/fields/ThemeBranchFields.d.ts +0 -9
  12. package/dist/fields/WebsiteFields.d.ts +1 -4
  13. package/dist/fields/index.d.ts +0 -6
  14. package/dist/index.mjs +935 -1902
  15. package/dist/index.mjs.map +1 -1
  16. package/dist/interfaces/Lang.d.ts +1 -3
  17. package/dist/interfaces/LangBoolExp.d.ts +1 -2
  18. package/dist/interfaces/LangDistinctExp.d.ts +2 -1
  19. package/dist/interfaces/LangInput.d.ts +1 -2
  20. package/dist/interfaces/LangOrderBy.d.ts +1 -0
  21. package/dist/interfaces/Media.d.ts +0 -6
  22. package/dist/interfaces/MediaBoolExp.d.ts +0 -4
  23. package/dist/interfaces/MediaInput.d.ts +0 -4
  24. package/dist/interfaces/PageMeta.d.ts +0 -2
  25. package/dist/interfaces/PageMetaBoolExp.d.ts +0 -2
  26. package/dist/interfaces/PageMetaInput.d.ts +0 -2
  27. package/dist/interfaces/ThemeBranch.d.ts +0 -15
  28. package/dist/interfaces/ThemeBranchBoolExp.d.ts +0 -12
  29. package/dist/interfaces/ThemeBranchInput.d.ts +0 -12
  30. package/dist/interfaces/ThemeSettings.d.ts +1 -0
  31. package/dist/interfaces/Website.d.ts +1 -5
  32. package/dist/interfaces/WebsiteBoolExp.d.ts +1 -3
  33. package/dist/interfaces/WebsiteInput.d.ts +1 -3
  34. package/dist/interfaces/index.d.ts +0 -30
  35. package/package.json +1 -1
  36. package/dist/classes/ComponentCategoryQueryOptions.d.ts +0 -20
  37. package/dist/classes/FrontComponentQueryOptions.d.ts +0 -31
  38. package/dist/classes/PageQueryOptions.d.ts +0 -25
  39. package/dist/classes/StyleConfigQueryOptions.d.ts +0 -21
  40. package/dist/classes/SvgIconQueryOptions.d.ts +0 -16
  41. package/dist/classes/ThemeConfigQueryOptions.d.ts +0 -29
  42. package/dist/entries/componentCategoryEntry.d.ts +0 -3
  43. package/dist/entries/frontComponentEntry.d.ts +0 -3
  44. package/dist/entries/pageEntry.d.ts +0 -3
  45. package/dist/entries/styleConfigEntry.d.ts +0 -3
  46. package/dist/entries/svgIconEntry.d.ts +0 -3
  47. package/dist/entries/themeConfigEntry.d.ts +0 -3
  48. package/dist/fields/ComponentCategoryFields.d.ts +0 -15
  49. package/dist/fields/FrontComponentFields.d.ts +0 -25
  50. package/dist/fields/PageFields.d.ts +0 -20
  51. package/dist/fields/StyleConfigFields.d.ts +0 -17
  52. package/dist/fields/SvgIconFields.d.ts +0 -12
  53. package/dist/fields/ThemeConfigFields.d.ts +0 -24
  54. package/dist/interfaces/ComponentCategory.d.ts +0 -19
  55. package/dist/interfaces/ComponentCategoryBoolExp.d.ts +0 -23
  56. package/dist/interfaces/ComponentCategoryDistinctExp.d.ts +0 -11
  57. package/dist/interfaces/ComponentCategoryInput.d.ts +0 -19
  58. package/dist/interfaces/ComponentCategoryOrderBy.d.ts +0 -12
  59. package/dist/interfaces/FrontComponent.d.ts +0 -30
  60. package/dist/interfaces/FrontComponentBoolExp.d.ts +0 -32
  61. package/dist/interfaces/FrontComponentDistinctExp.d.ts +0 -21
  62. package/dist/interfaces/FrontComponentInput.d.ts +0 -32
  63. package/dist/interfaces/FrontComponentOrderBy.d.ts +0 -22
  64. package/dist/interfaces/Page.d.ts +0 -24
  65. package/dist/interfaces/PageBoolExp.d.ts +0 -26
  66. package/dist/interfaces/PageDistinctExp.d.ts +0 -17
  67. package/dist/interfaces/PageInput.d.ts +0 -26
  68. package/dist/interfaces/PageOrderBy.d.ts +0 -18
  69. package/dist/interfaces/StyleConfig.d.ts +0 -20
  70. package/dist/interfaces/StyleConfigBoolExp.d.ts +0 -24
  71. package/dist/interfaces/StyleConfigDistinctExp.d.ts +0 -15
  72. package/dist/interfaces/StyleConfigInput.d.ts +0 -22
  73. package/dist/interfaces/StyleConfigOrderBy.d.ts +0 -16
  74. package/dist/interfaces/SvgIcon.d.ts +0 -14
  75. package/dist/interfaces/SvgIconBoolExp.d.ts +0 -18
  76. package/dist/interfaces/SvgIconDistinctExp.d.ts +0 -10
  77. package/dist/interfaces/SvgIconInput.d.ts +0 -16
  78. package/dist/interfaces/SvgIconOrderBy.d.ts +0 -11
  79. package/dist/interfaces/ThemeConfig.d.ts +0 -28
  80. package/dist/interfaces/ThemeConfigBoolExp.d.ts +0 -30
  81. package/dist/interfaces/ThemeConfigDistinctExp.d.ts +0 -21
  82. package/dist/interfaces/ThemeConfigInput.d.ts +0 -30
  83. package/dist/interfaces/ThemeConfigOrderBy.d.ts +0 -22
@@ -1,6 +1,6 @@
1
1
  import { IAggregate, IQueryArgs } from '@rxdrag/entify-lib';
2
2
  import { QueryOptions } from './QueryOptions';
3
- import { Lang, LangBoolExp, LangDistinctExp, LangOrderBy, MediaFolder, MediaFolderBoolExp, Enquiry, EnquiryBoolExp, Product, ProductBoolExp, Post, PostBoolExp, PostCategory, PostCategoryBoolExp, Customer, CustomerBoolExp, ProductCategory, ProductCategoryBoolExp, SpamFilterRule, SpamFilterRuleBoolExp, Media, MediaBoolExp, Website, WebsiteBoolExp, ThemeBranch, ThemeBranchBoolExp, Bulletin, BulletinBoolExp, Tag, TagBoolExp, TagCategory, TagCategoryBoolExp } from '../interfaces';
3
+ import { Lang, LangBoolExp, LangDistinctExp, LangOrderBy, MediaFolder, MediaFolderBoolExp, Enquiry, EnquiryBoolExp, Product, ProductBoolExp, Post, PostBoolExp, PostCategory, PostCategoryBoolExp, Customer, CustomerBoolExp, ProductCategory, ProductCategoryBoolExp, SpamFilterRule, SpamFilterRuleBoolExp, Media, MediaBoolExp, Website, WebsiteBoolExp, Bulletin, BulletinBoolExp, Tag, TagBoolExp, TagCategory, TagCategoryBoolExp } from '../interfaces';
4
4
  import { MediaFolderQueryOptions } from './MediaFolderQueryOptions';
5
5
  import { EnquiryQueryOptions } from './EnquiryQueryOptions';
6
6
  import { ProductQueryOptions } from './ProductQueryOptions';
@@ -11,7 +11,6 @@ import { ProductCategoryQueryOptions } from './ProductCategoryQueryOptions';
11
11
  import { SpamFilterRuleQueryOptions } from './SpamFilterRuleQueryOptions';
12
12
  import { MediaQueryOptions } from './MediaQueryOptions';
13
13
  import { WebsiteQueryOptions } from './WebsiteQueryOptions';
14
- import { ThemeBranchQueryOptions } from './ThemeBranchQueryOptions';
15
14
  import { BulletinQueryOptions } from './BulletinQueryOptions';
16
15
  import { TagQueryOptions } from './TagQueryOptions';
17
16
  import { TagCategoryQueryOptions } from './TagCategoryQueryOptions';
@@ -43,6 +42,7 @@ export declare class LangQueryOptions extends QueryOptions<Lang, LangBoolExp, La
43
42
  cnName(): this;
44
43
  htmlLang(): this;
45
44
  urlFragment(): this;
45
+ dir(): this;
46
46
  webPartsOfMediaFolder(options?: MediaFolderQueryOptions | (keyof MediaFolder)[]): this;
47
47
  webPartsOfMediaFolderAggregate(aggregate: IAggregate<MediaFolderBoolExp>): this;
48
48
  webPartsOfEnquiry(options?: EnquiryQueryOptions | (keyof Enquiry)[]): this;
@@ -65,8 +65,6 @@ export declare class LangQueryOptions extends QueryOptions<Lang, LangBoolExp, La
65
65
  websitesAggregate(aggregate: IAggregate<WebsiteBoolExp>): this;
66
66
  baseLangOf(options?: WebsiteQueryOptions | (keyof Website)[]): this;
67
67
  baseLangOfAggregate(aggregate: IAggregate<WebsiteBoolExp>): this;
68
- themes(options?: ThemeBranchQueryOptions | (keyof ThemeBranch)[]): this;
69
- themesAggregate(aggregate: IAggregate<ThemeBranchBoolExp>): this;
70
68
  bulletins(options?: BulletinQueryOptions | (keyof Bulletin)[]): this;
71
69
  bulletinsAggregate(aggregate: IAggregate<BulletinBoolExp>): this;
72
70
  tags(options?: TagQueryOptions | (keyof Tag)[]): this;
@@ -1,6 +1,6 @@
1
1
  import { IAggregate, IQueryArgs } from '@rxdrag/entify-lib';
2
2
  import { QueryOptions } from './QueryOptions';
3
- import { Media, MediaBoolExp, MediaDistinctExp, MediaOrderBy, MediaFolder, Lang, Post, PostBoolExp, User, ProductCategory, ProductCategoryBoolExp, MediaOnProduct, MediaOnProductBoolExp, AttachmentOnProduct, AttachmentOnProductBoolExp, Website, PostCategory, ThemeConfig, ThemeConfigBoolExp, PageMeta, PageMetaBoolExp, SearchIndex, SearchIndexBoolExp, WebsiteSnapshot, WebsiteSnapshotBoolExp, FrontComponent, FrontComponentBoolExp, Enquiry, Theme } from '../interfaces';
3
+ import { Media, MediaBoolExp, MediaDistinctExp, MediaOrderBy, MediaFolder, Lang, Post, PostBoolExp, User, ProductCategory, ProductCategoryBoolExp, MediaOnProduct, MediaOnProductBoolExp, AttachmentOnProduct, AttachmentOnProductBoolExp, Website, PostCategory, PageMeta, PageMetaBoolExp, SearchIndex, SearchIndexBoolExp, WebsiteSnapshot, WebsiteSnapshotBoolExp, Enquiry, Theme } from '../interfaces';
4
4
  import { MediaFolderQueryOptions } from './MediaFolderQueryOptions';
5
5
  import { LangQueryOptions } from './LangQueryOptions';
6
6
  import { PostQueryOptions } from './PostQueryOptions';
@@ -10,11 +10,9 @@ import { MediaOnProductQueryOptions } from './MediaOnProductQueryOptions';
10
10
  import { AttachmentOnProductQueryOptions } from './AttachmentOnProductQueryOptions';
11
11
  import { WebsiteQueryOptions } from './WebsiteQueryOptions';
12
12
  import { PostCategoryQueryOptions } from './PostCategoryQueryOptions';
13
- import { ThemeConfigQueryOptions } from './ThemeConfigQueryOptions';
14
13
  import { PageMetaQueryOptions } from './PageMetaQueryOptions';
15
14
  import { SearchIndexQueryOptions } from './SearchIndexQueryOptions';
16
15
  import { WebsiteSnapshotQueryOptions } from './WebsiteSnapshotQueryOptions';
17
- import { FrontComponentQueryOptions } from './FrontComponentQueryOptions';
18
16
  import { EnquiryQueryOptions } from './EnquiryQueryOptions';
19
17
  import { ThemeQueryOptions } from './ThemeQueryOptions';
20
18
 
@@ -52,16 +50,12 @@ export declare class MediaQueryOptions extends QueryOptions<Media, MediaBoolExp,
52
50
  productAttacPivotsAggregate(aggregate: IAggregate<AttachmentOnProductBoolExp>): this;
53
51
  website(options?: WebsiteQueryOptions | (keyof Website)[]): this;
54
52
  postCategory(options?: PostCategoryQueryOptions | (keyof PostCategory)[]): this;
55
- usedByThemConfig(options?: ThemeConfigQueryOptions | (keyof ThemeConfig)[]): this;
56
- usedByThemConfigAggregate(aggregate: IAggregate<ThemeConfigBoolExp>): this;
57
53
  pageMeta(options?: PageMetaQueryOptions | (keyof PageMeta)[]): this;
58
54
  pageMetaAggregate(aggregate: IAggregate<PageMetaBoolExp>): this;
59
55
  searchIndex(options?: SearchIndexQueryOptions | (keyof SearchIndex)[]): this;
60
56
  searchIndexAggregate(aggregate: IAggregate<SearchIndexBoolExp>): this;
61
57
  snapshot(options?: WebsiteSnapshotQueryOptions | (keyof WebsiteSnapshot)[]): this;
62
58
  snapshotAggregate(aggregate: IAggregate<WebsiteSnapshotBoolExp>): this;
63
- coverOfComponent(options?: FrontComponentQueryOptions | (keyof FrontComponent)[]): this;
64
- coverOfComponentAggregate(aggregate: IAggregate<FrontComponentBoolExp>): this;
65
59
  attachmentOfEnquiry(options?: EnquiryQueryOptions | (keyof Enquiry)[]): this;
66
60
  coverOfTheme(options?: ThemeQueryOptions | (keyof Theme)[]): this;
67
61
  owner(options?: UserQueryOptions | (keyof User)[]): this;
@@ -1,9 +1,8 @@
1
1
  import { IQueryArgs } from '@rxdrag/entify-lib';
2
2
  import { QueryOptions } from './QueryOptions';
3
- import { PageMeta, PageMetaBoolExp, PageMetaDistinctExp, PageMetaOrderBy, Media, Product, Page, Post } from '../interfaces';
3
+ import { PageMeta, PageMetaBoolExp, PageMetaDistinctExp, PageMetaOrderBy, Media, Product, Post } from '../interfaces';
4
4
  import { MediaQueryOptions } from './MediaQueryOptions';
5
5
  import { ProductQueryOptions } from './ProductQueryOptions';
6
- import { PageQueryOptions } from './PageQueryOptions';
7
6
  import { PostQueryOptions } from './PostQueryOptions';
8
7
 
9
8
  export declare class PageMetaQueryOptions extends QueryOptions<PageMeta, PageMetaBoolExp, PageMetaOrderBy, PageMetaDistinctExp> {
@@ -25,6 +24,5 @@ export declare class PageMetaQueryOptions extends QueryOptions<PageMeta, PageMet
25
24
  xUrl(): this;
26
25
  ogImage(options?: MediaQueryOptions | (keyof Media)[]): this;
27
26
  product(options?: ProductQueryOptions | (keyof Product)[]): this;
28
- page(options?: PageQueryOptions | (keyof Page)[]): this;
29
27
  post(options?: PostQueryOptions | (keyof Post)[]): this;
30
28
  }
@@ -1,12 +1,6 @@
1
1
  import { IAggregate, IQueryArgs } from '@rxdrag/entify-lib';
2
2
  import { QueryOptions } from './QueryOptions';
3
- import { ThemeBranch, ThemeBranchBoolExp, ThemeBranchDistinctExp, ThemeBranchOrderBy, FrontComponent, FrontComponentBoolExp, ComponentCategory, ComponentCategoryBoolExp, Page, PageBoolExp, Lang, ThemeConfig, StyleConfig, Website, ThemeFile, ThemeFileBoolExp, ThemeFileFolder, ThemeFileFolderBoolExp, AgentThread, AgentThreadBoolExp, TempFile, TempFileBoolExp, ThemeVersion, Theme } from '../interfaces';
4
- import { FrontComponentQueryOptions } from './FrontComponentQueryOptions';
5
- import { ComponentCategoryQueryOptions } from './ComponentCategoryQueryOptions';
6
- import { PageQueryOptions } from './PageQueryOptions';
7
- import { LangQueryOptions } from './LangQueryOptions';
8
- import { ThemeConfigQueryOptions } from './ThemeConfigQueryOptions';
9
- import { StyleConfigQueryOptions } from './StyleConfigQueryOptions';
3
+ import { ThemeBranch, ThemeBranchBoolExp, ThemeBranchDistinctExp, ThemeBranchOrderBy, Website, ThemeFile, ThemeFileBoolExp, ThemeFileFolder, ThemeFileFolderBoolExp, AgentThread, AgentThreadBoolExp, TempFile, TempFileBoolExp, ThemeVersion, Theme } from '../interfaces';
10
4
  import { WebsiteQueryOptions } from './WebsiteQueryOptions';
11
5
  import { ThemeFileQueryOptions } from './ThemeFileQueryOptions';
12
6
  import { ThemeFileFolderQueryOptions } from './ThemeFileFolderQueryOptions';
@@ -29,15 +23,6 @@ export declare class ThemeBranchQueryOptions extends QueryOptions<ThemeBranch, T
29
23
  updatedAt(): this;
30
24
  status(): this;
31
25
  version(): this;
32
- components(options?: FrontComponentQueryOptions | (keyof FrontComponent)[]): this;
33
- componentsAggregate(aggregate: IAggregate<FrontComponentBoolExp>): this;
34
- componentCategories(options?: ComponentCategoryQueryOptions | (keyof ComponentCategory)[]): this;
35
- componentCategoriesAggregate(aggregate: IAggregate<ComponentCategoryBoolExp>): this;
36
- pages(options?: PageQueryOptions | (keyof Page)[]): this;
37
- pagesAggregate(aggregate: IAggregate<PageBoolExp>): this;
38
- lang(options?: LangQueryOptions | (keyof Lang)[]): this;
39
- config(options?: ThemeConfigQueryOptions | (keyof ThemeConfig)[]): this;
40
- styleConfig(options?: StyleConfigQueryOptions | (keyof StyleConfig)[]): this;
41
26
  mockWebsite(options?: WebsiteQueryOptions | (keyof Website)[]): this;
42
27
  files(options?: ThemeFileQueryOptions | (keyof ThemeFile)[]): this;
43
28
  filesAggregate(aggregate: IAggregate<ThemeFileBoolExp>): this;
@@ -1,6 +1,6 @@
1
1
  import { IAggregate, IQueryArgs } from '@rxdrag/entify-lib';
2
2
  import { QueryOptions } from './QueryOptions';
3
- import { Website, WebsiteBoolExp, WebsiteDistinctExp, WebsiteOrderBy, WebsiteType, User, UserBoolExp, MediaFolder, MediaFolderBoolExp, Enquiry, EnquiryBoolExp, Product, ProductBoolExp, Post, PostBoolExp, PostCategory, PostCategoryBoolExp, Customer, CustomerBoolExp, ProductCategory, ProductCategoryBoolExp, SpamFilterRule, SpamFilterRuleBoolExp, Media, MediaBoolExp, Lang, LangBoolExp, ThemeBranch, ThemeBranchBoolExp, AnalyticsConfig, WebsiteSettings, ChangeLog, ChangeLogBoolExp, SearchIndex, SearchIndexBoolExp, Bulletin, BulletinBoolExp, WebsiteSnapshot, WebsiteSnapshotBoolExp, UserOperation, UserOperationBoolExp, SvgIcon, SvgIconBoolExp, Tag, TagBoolExp, AgentThread, AgentThreadBoolExp, TempFile, TempFileBoolExp, AgentMemoFolder, AgentMemoFolderBoolExp, AgentMemoFile, AgentMemoFileBoolExp } from '../interfaces';
3
+ import { Website, WebsiteBoolExp, WebsiteDistinctExp, WebsiteOrderBy, WebsiteType, User, UserBoolExp, MediaFolder, MediaFolderBoolExp, Enquiry, EnquiryBoolExp, Product, ProductBoolExp, Post, PostBoolExp, PostCategory, PostCategoryBoolExp, Customer, CustomerBoolExp, ProductCategory, ProductCategoryBoolExp, SpamFilterRule, SpamFilterRuleBoolExp, Media, MediaBoolExp, Lang, LangBoolExp, ThemeBranch, AnalyticsConfig, WebsiteSettings, ChangeLog, ChangeLogBoolExp, SearchIndex, SearchIndexBoolExp, Bulletin, BulletinBoolExp, WebsiteSnapshot, WebsiteSnapshotBoolExp, UserOperation, UserOperationBoolExp, Tag, TagBoolExp, AgentThread, AgentThreadBoolExp, TempFile, TempFileBoolExp, AgentMemoFolder, AgentMemoFolderBoolExp, AgentMemoFile, AgentMemoFileBoolExp } from '../interfaces';
4
4
  import { WebsiteTypeQueryOptions } from './WebsiteTypeQueryOptions';
5
5
  import { UserQueryOptions } from './UserQueryOptions';
6
6
  import { MediaFolderQueryOptions } from './MediaFolderQueryOptions';
@@ -21,7 +21,6 @@ import { SearchIndexQueryOptions } from './SearchIndexQueryOptions';
21
21
  import { BulletinQueryOptions } from './BulletinQueryOptions';
22
22
  import { WebsiteSnapshotQueryOptions } from './WebsiteSnapshotQueryOptions';
23
23
  import { UserOperationQueryOptions } from './UserOperationQueryOptions';
24
- import { SvgIconQueryOptions } from './SvgIconQueryOptions';
25
24
  import { TagQueryOptions } from './TagQueryOptions';
26
25
  import { AgentThreadQueryOptions } from './AgentThreadQueryOptions';
27
26
  import { TempFileQueryOptions } from './TempFileQueryOptions';
@@ -86,8 +85,7 @@ export declare class WebsiteQueryOptions extends QueryOptions<Website, WebsiteBo
86
85
  langs(options?: LangQueryOptions | (keyof Lang)[]): this;
87
86
  langsAggregate(aggregate: IAggregate<LangBoolExp>): this;
88
87
  baseLang(options?: LangQueryOptions | (keyof Lang)[]): this;
89
- themes(options?: ThemeBranchQueryOptions | (keyof ThemeBranch)[]): this;
90
- themesAggregate(aggregate: IAggregate<ThemeBranchBoolExp>): this;
88
+ themeBranch(options?: ThemeBranchQueryOptions | (keyof ThemeBranch)[]): this;
91
89
  analyticsConfig(options?: AnalyticsConfigQueryOptions | (keyof AnalyticsConfig)[]): this;
92
90
  settings(options?: WebsiteSettingsQueryOptions | (keyof WebsiteSettings)[]): this;
93
91
  changelogs(options?: ChangeLogQueryOptions | (keyof ChangeLog)[]): this;
@@ -100,8 +98,6 @@ export declare class WebsiteQueryOptions extends QueryOptions<Website, WebsiteBo
100
98
  snapshotsAggregate(aggregate: IAggregate<WebsiteSnapshotBoolExp>): this;
101
99
  userOperations(options?: UserOperationQueryOptions | (keyof UserOperation)[]): this;
102
100
  userOperationsAggregate(aggregate: IAggregate<UserOperationBoolExp>): this;
103
- svgIcons(options?: SvgIconQueryOptions | (keyof SvgIcon)[]): this;
104
- svgIconsAggregate(aggregate: IAggregate<SvgIconBoolExp>): this;
105
101
  tags(options?: TagQueryOptions | (keyof Tag)[]): this;
106
102
  tagsAggregate(aggregate: IAggregate<TagBoolExp>): this;
107
103
  agentThreads(options?: AgentThreadQueryOptions | (keyof AgentThread)[]): this;
@@ -8,7 +8,6 @@ export * from './RoleVariableQueryOptions';
8
8
  export * from './WebsiteQueryOptions';
9
9
  export * from './LangQueryOptions';
10
10
  export * from './WebsiteTypeQueryOptions';
11
- export * from './PageQueryOptions';
12
11
  export * from './PostQueryOptions';
13
12
  export * from './ProductQueryOptions';
14
13
  export * from './EnquiryQueryOptions';
@@ -22,15 +21,11 @@ export * from './ProductCategoryQueryOptions';
22
21
  export * from './SpamFilterRuleQueryOptions';
23
22
  export * from './MediaOnProductQueryOptions';
24
23
  export * from './AttachmentOnProductQueryOptions';
25
- export * from './FrontComponentQueryOptions';
26
- export * from './ComponentCategoryQueryOptions';
27
24
  export * from './ThemeVersionQueryOptions';
28
25
  export * from './ThemeInMarketQueryOptions';
29
- export * from './ThemeConfigQueryOptions';
30
26
  export * from './AnalyticsConfigQueryOptions';
31
27
  export * from './PageMetaQueryOptions';
32
28
  export * from './ThemeCategoryQueryOptions';
33
- export * from './StyleConfigQueryOptions';
34
29
  export * from './ChangeLogQueryOptions';
35
30
  export * from './SearchIndexQueryOptions';
36
31
  export * from './TaskQueryOptions';
@@ -42,7 +37,6 @@ export * from './WebsiteSnapshotQueryOptions';
42
37
  export * from './VisitorLogQueryOptions';
43
38
  export * from './UserOperationQueryOptions';
44
39
  export * from './ThemeQueryOptions';
45
- export * from './SvgIconQueryOptions';
46
40
  export * from './ThemeFileQueryOptions';
47
41
  export * from './ThemeFileFolderQueryOptions';
48
42
  export * from './TagCategoryQueryOptions';
@@ -8,7 +8,6 @@ export * from './roleVariableEntry';
8
8
  export * from './websiteEntry';
9
9
  export * from './langEntry';
10
10
  export * from './websiteTypeEntry';
11
- export * from './pageEntry';
12
11
  export * from './postEntry';
13
12
  export * from './productEntry';
14
13
  export * from './enquiryEntry';
@@ -22,15 +21,11 @@ export * from './productCategoryEntry';
22
21
  export * from './spamFilterRuleEntry';
23
22
  export * from './mediaOnProductEntry';
24
23
  export * from './attachmentOnProductEntry';
25
- export * from './frontComponentEntry';
26
- export * from './componentCategoryEntry';
27
24
  export * from './themeVersionEntry';
28
25
  export * from './themeInMarketEntry';
29
- export * from './themeConfigEntry';
30
26
  export * from './analyticsConfigEntry';
31
27
  export * from './pageMetaEntry';
32
28
  export * from './themeCategoryEntry';
33
- export * from './styleConfigEntry';
34
29
  export * from './changeLogEntry';
35
30
  export * from './searchIndexEntry';
36
31
  export * from './taskEntry';
@@ -42,7 +37,6 @@ export * from './websiteSnapshotEntry';
42
37
  export * from './visitorLogEntry';
43
38
  export * from './userOperationEntry';
44
39
  export * from './themeEntry';
45
- export * from './svgIconEntry';
46
40
  export * from './themeFileEntry';
47
41
  export * from './themeFileFolderEntry';
48
42
  export * from './tagCategoryEntry';
@@ -23,7 +23,8 @@ export declare enum LangFields {
23
23
  circleIcon = "circleIcon",
24
24
  cnName = "cnName",
25
25
  htmlLang = "htmlLang",
26
- urlFragment = "urlFragment"
26
+ urlFragment = "urlFragment",
27
+ dir = "dir"
27
28
  }
28
29
  export declare enum LangAssciations {
29
30
  webPartsOfMediaFolder = "webPartsOfMediaFolder",
@@ -48,8 +49,6 @@ export declare enum LangAssciations {
48
49
  websitesAggregate = "websitesAggregate",
49
50
  baseLangOf = "baseLangOf",
50
51
  baseLangOfAggregate = "baseLangOfAggregate",
51
- themes = "themes",
52
- themesAggregate = "themesAggregate",
53
52
  bulletins = "bulletins",
54
53
  bulletinsAggregate = "bulletinsAggregate",
55
54
  tags = "tags",
@@ -33,16 +33,12 @@ export declare enum MediaAssciations {
33
33
  productAttacPivotsAggregate = "productAttacPivotsAggregate",
34
34
  website = "website",
35
35
  postCategory = "postCategory",
36
- usedByThemConfig = "usedByThemConfig",
37
- usedByThemConfigAggregate = "usedByThemConfigAggregate",
38
36
  pageMeta = "pageMeta",
39
37
  pageMetaAggregate = "pageMetaAggregate",
40
38
  searchIndex = "searchIndex",
41
39
  searchIndexAggregate = "searchIndexAggregate",
42
40
  snapshot = "snapshot",
43
41
  snapshotAggregate = "snapshotAggregate",
44
- coverOfComponent = "coverOfComponent",
45
- coverOfComponentAggregate = "coverOfComponentAggregate",
46
42
  attachmentOfEnquiry = "attachmentOfEnquiry",
47
43
  coverOfTheme = "coverOfTheme",
48
44
  owner = "owner"
@@ -18,6 +18,5 @@ export declare enum PageMetaFields {
18
18
  export declare enum PageMetaAssciations {
19
19
  ogImage = "ogImage",
20
20
  product = "product",
21
- page = "page",
22
21
  post = "post"
23
22
  }
@@ -13,15 +13,6 @@ export declare enum ThemeBranchFields {
13
13
  version = "version"
14
14
  }
15
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
- styleConfig = "styleConfig",
25
16
  mockWebsite = "mockWebsite",
26
17
  files = "files",
27
18
  filesAggregate = "filesAggregate",
@@ -57,8 +57,7 @@ export declare enum WebsiteAssciations {
57
57
  langs = "langs",
58
58
  langsAggregate = "langsAggregate",
59
59
  baseLang = "baseLang",
60
- themes = "themes",
61
- themesAggregate = "themesAggregate",
60
+ themeBranch = "themeBranch",
62
61
  analyticsConfig = "analyticsConfig",
63
62
  settings = "settings",
64
63
  changelogs = "changelogs",
@@ -71,8 +70,6 @@ export declare enum WebsiteAssciations {
71
70
  snapshotsAggregate = "snapshotsAggregate",
72
71
  userOperations = "userOperations",
73
72
  userOperationsAggregate = "userOperationsAggregate",
74
- svgIcons = "svgIcons",
75
- svgIconsAggregate = "svgIconsAggregate",
76
73
  tags = "tags",
77
74
  tagsAggregate = "tagsAggregate",
78
75
  agentThreads = "agentThreads",
@@ -8,7 +8,6 @@ export * from './RoleVariableFields';
8
8
  export * from './WebsiteFields';
9
9
  export * from './LangFields';
10
10
  export * from './WebsiteTypeFields';
11
- export * from './PageFields';
12
11
  export * from './PostFields';
13
12
  export * from './ProductFields';
14
13
  export * from './EnquiryFields';
@@ -22,15 +21,11 @@ export * from './ProductCategoryFields';
22
21
  export * from './SpamFilterRuleFields';
23
22
  export * from './MediaOnProductFields';
24
23
  export * from './AttachmentOnProductFields';
25
- export * from './FrontComponentFields';
26
- export * from './ComponentCategoryFields';
27
24
  export * from './ThemeVersionFields';
28
25
  export * from './ThemeInMarketFields';
29
- export * from './ThemeConfigFields';
30
26
  export * from './AnalyticsConfigFields';
31
27
  export * from './PageMetaFields';
32
28
  export * from './ThemeCategoryFields';
33
- export * from './StyleConfigFields';
34
29
  export * from './ChangeLogFields';
35
30
  export * from './SearchIndexFields';
36
31
  export * from './TaskFields';
@@ -42,7 +37,6 @@ export * from './WebsiteSnapshotFields';
42
37
  export * from './VisitorLogFields';
43
38
  export * from './UserOperationFields';
44
39
  export * from './ThemeFields';
45
- export * from './SvgIconFields';
46
40
  export * from './ThemeFileFields';
47
41
  export * from './ThemeFileFolderFields';
48
42
  export * from './TagCategoryFields';