@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.
- package/dist/classes/LangQueryOptions.d.ts +2 -4
- package/dist/classes/MediaQueryOptions.d.ts +1 -7
- package/dist/classes/PageMetaQueryOptions.d.ts +1 -3
- package/dist/classes/ThemeBranchQueryOptions.d.ts +1 -16
- package/dist/classes/WebsiteQueryOptions.d.ts +2 -6
- package/dist/classes/index.d.ts +0 -6
- package/dist/entries/index.d.ts +0 -6
- package/dist/fields/LangFields.d.ts +2 -3
- package/dist/fields/MediaFields.d.ts +0 -4
- package/dist/fields/PageMetaFields.d.ts +0 -1
- package/dist/fields/ThemeBranchFields.d.ts +0 -9
- package/dist/fields/WebsiteFields.d.ts +1 -4
- package/dist/fields/index.d.ts +0 -6
- package/dist/index.mjs +935 -1902
- package/dist/index.mjs.map +1 -1
- package/dist/interfaces/Lang.d.ts +1 -3
- package/dist/interfaces/LangBoolExp.d.ts +1 -2
- package/dist/interfaces/LangDistinctExp.d.ts +2 -1
- package/dist/interfaces/LangInput.d.ts +1 -2
- package/dist/interfaces/LangOrderBy.d.ts +1 -0
- package/dist/interfaces/Media.d.ts +0 -6
- package/dist/interfaces/MediaBoolExp.d.ts +0 -4
- package/dist/interfaces/MediaInput.d.ts +0 -4
- package/dist/interfaces/PageMeta.d.ts +0 -2
- package/dist/interfaces/PageMetaBoolExp.d.ts +0 -2
- package/dist/interfaces/PageMetaInput.d.ts +0 -2
- package/dist/interfaces/ThemeBranch.d.ts +0 -15
- package/dist/interfaces/ThemeBranchBoolExp.d.ts +0 -12
- package/dist/interfaces/ThemeBranchInput.d.ts +0 -12
- package/dist/interfaces/ThemeSettings.d.ts +1 -0
- package/dist/interfaces/Website.d.ts +1 -5
- package/dist/interfaces/WebsiteBoolExp.d.ts +1 -3
- package/dist/interfaces/WebsiteInput.d.ts +1 -3
- package/dist/interfaces/index.d.ts +0 -30
- package/package.json +1 -1
- package/dist/classes/ComponentCategoryQueryOptions.d.ts +0 -20
- package/dist/classes/FrontComponentQueryOptions.d.ts +0 -31
- package/dist/classes/PageQueryOptions.d.ts +0 -25
- package/dist/classes/StyleConfigQueryOptions.d.ts +0 -21
- package/dist/classes/SvgIconQueryOptions.d.ts +0 -16
- package/dist/classes/ThemeConfigQueryOptions.d.ts +0 -29
- package/dist/entries/componentCategoryEntry.d.ts +0 -3
- package/dist/entries/frontComponentEntry.d.ts +0 -3
- package/dist/entries/pageEntry.d.ts +0 -3
- package/dist/entries/styleConfigEntry.d.ts +0 -3
- package/dist/entries/svgIconEntry.d.ts +0 -3
- package/dist/entries/themeConfigEntry.d.ts +0 -3
- package/dist/fields/ComponentCategoryFields.d.ts +0 -15
- package/dist/fields/FrontComponentFields.d.ts +0 -25
- package/dist/fields/PageFields.d.ts +0 -20
- package/dist/fields/StyleConfigFields.d.ts +0 -17
- package/dist/fields/SvgIconFields.d.ts +0 -12
- package/dist/fields/ThemeConfigFields.d.ts +0 -24
- package/dist/interfaces/ComponentCategory.d.ts +0 -19
- package/dist/interfaces/ComponentCategoryBoolExp.d.ts +0 -23
- package/dist/interfaces/ComponentCategoryDistinctExp.d.ts +0 -11
- package/dist/interfaces/ComponentCategoryInput.d.ts +0 -19
- package/dist/interfaces/ComponentCategoryOrderBy.d.ts +0 -12
- package/dist/interfaces/FrontComponent.d.ts +0 -30
- package/dist/interfaces/FrontComponentBoolExp.d.ts +0 -32
- package/dist/interfaces/FrontComponentDistinctExp.d.ts +0 -21
- package/dist/interfaces/FrontComponentInput.d.ts +0 -32
- package/dist/interfaces/FrontComponentOrderBy.d.ts +0 -22
- package/dist/interfaces/Page.d.ts +0 -24
- package/dist/interfaces/PageBoolExp.d.ts +0 -26
- package/dist/interfaces/PageDistinctExp.d.ts +0 -17
- package/dist/interfaces/PageInput.d.ts +0 -26
- package/dist/interfaces/PageOrderBy.d.ts +0 -18
- package/dist/interfaces/StyleConfig.d.ts +0 -20
- package/dist/interfaces/StyleConfigBoolExp.d.ts +0 -24
- package/dist/interfaces/StyleConfigDistinctExp.d.ts +0 -15
- package/dist/interfaces/StyleConfigInput.d.ts +0 -22
- package/dist/interfaces/StyleConfigOrderBy.d.ts +0 -16
- package/dist/interfaces/SvgIcon.d.ts +0 -14
- package/dist/interfaces/SvgIconBoolExp.d.ts +0 -18
- package/dist/interfaces/SvgIconDistinctExp.d.ts +0 -10
- package/dist/interfaces/SvgIconInput.d.ts +0 -16
- package/dist/interfaces/SvgIconOrderBy.d.ts +0 -11
- package/dist/interfaces/ThemeConfig.d.ts +0 -28
- package/dist/interfaces/ThemeConfigBoolExp.d.ts +0 -30
- package/dist/interfaces/ThemeConfigDistinctExp.d.ts +0 -21
- package/dist/interfaces/ThemeConfigInput.d.ts +0 -30
- package/dist/interfaces/ThemeConfigOrderBy.d.ts +0 -22
|
@@ -8,7 +8,6 @@ import { ProductCategory } from './ProductCategory';
|
|
|
8
8
|
import { SpamFilterRule } from './SpamFilterRule';
|
|
9
9
|
import { Media } from './Media';
|
|
10
10
|
import { Website } from './Website';
|
|
11
|
-
import { ThemeBranch } from './ThemeBranch';
|
|
12
11
|
import { Bulletin } from './Bulletin';
|
|
13
12
|
import { Tag } from './Tag';
|
|
14
13
|
import { TagCategory } from './TagCategory';
|
|
@@ -46,6 +45,7 @@ export interface Lang {
|
|
|
46
45
|
cnName?: string;
|
|
47
46
|
htmlLang?: string;
|
|
48
47
|
urlFragment?: string;
|
|
48
|
+
dir?: string;
|
|
49
49
|
webPartsOfMediaFolder?: MediaFolder[];
|
|
50
50
|
webPartsOfEnquiry?: Enquiry[];
|
|
51
51
|
webPartsOfProduct?: Product[];
|
|
@@ -57,7 +57,6 @@ export interface Lang {
|
|
|
57
57
|
webPartsOfMedia?: Media[];
|
|
58
58
|
websites?: Website[];
|
|
59
59
|
baseLangOf?: Website[];
|
|
60
|
-
themes?: ThemeBranch[];
|
|
61
60
|
bulletins?: Bulletin[];
|
|
62
61
|
tags?: Tag[];
|
|
63
62
|
tagCategories?: TagCategory[];
|
|
@@ -72,7 +71,6 @@ export interface Lang {
|
|
|
72
71
|
webPartsOfMediaAggregate?: Aggregate;
|
|
73
72
|
websitesAggregate?: Aggregate;
|
|
74
73
|
baseLangOfAggregate?: Aggregate;
|
|
75
|
-
themesAggregate?: Aggregate;
|
|
76
74
|
bulletinsAggregate?: Aggregate;
|
|
77
75
|
tagsAggregate?: Aggregate;
|
|
78
76
|
tagCategoriesAggregate?: Aggregate;
|
|
@@ -10,7 +10,6 @@ import { ProductCategoryBoolExp } from './ProductCategoryBoolExp';
|
|
|
10
10
|
import { SpamFilterRuleBoolExp } from './SpamFilterRuleBoolExp';
|
|
11
11
|
import { MediaBoolExp } from './MediaBoolExp';
|
|
12
12
|
import { WebsiteBoolExp } from './WebsiteBoolExp';
|
|
13
|
-
import { ThemeBranchBoolExp } from './ThemeBranchBoolExp';
|
|
14
13
|
import { BulletinBoolExp } from './BulletinBoolExp';
|
|
15
14
|
import { TagBoolExp } from './TagBoolExp';
|
|
16
15
|
import { TagCategoryBoolExp } from './TagCategoryBoolExp';
|
|
@@ -33,6 +32,7 @@ export interface LangBoolExp {
|
|
|
33
32
|
cnName?: StringComparisonExp;
|
|
34
33
|
htmlLang?: StringComparisonExp;
|
|
35
34
|
urlFragment?: StringComparisonExp;
|
|
35
|
+
dir?: StringComparisonExp;
|
|
36
36
|
webPartsOfMediaFolder?: MediaFolderBoolExp;
|
|
37
37
|
webPartsOfEnquiry?: EnquiryBoolExp;
|
|
38
38
|
webPartsOfProduct?: ProductBoolExp;
|
|
@@ -44,7 +44,6 @@ export interface LangBoolExp {
|
|
|
44
44
|
webPartsOfMedia?: MediaBoolExp;
|
|
45
45
|
websites?: WebsiteBoolExp;
|
|
46
46
|
baseLangOf?: WebsiteBoolExp;
|
|
47
|
-
themes?: ThemeBranchBoolExp;
|
|
48
47
|
bulletins?: BulletinBoolExp;
|
|
49
48
|
tags?: TagBoolExp;
|
|
50
49
|
tagCategories?: TagCategoryBoolExp;
|
|
@@ -9,7 +9,6 @@ import { ProductCategoryInput } from './ProductCategoryInput';
|
|
|
9
9
|
import { SpamFilterRuleInput } from './SpamFilterRuleInput';
|
|
10
10
|
import { MediaInput } from './MediaInput';
|
|
11
11
|
import { WebsiteInput } from './WebsiteInput';
|
|
12
|
-
import { ThemeBranchInput } from './ThemeBranchInput';
|
|
13
12
|
import { BulletinInput } from './BulletinInput';
|
|
14
13
|
import { TagInput } from './TagInput';
|
|
15
14
|
import { TagCategoryInput } from './TagCategoryInput';
|
|
@@ -45,6 +44,7 @@ export interface LangInput {
|
|
|
45
44
|
cnName?: string;
|
|
46
45
|
htmlLang?: string;
|
|
47
46
|
urlFragment?: string;
|
|
47
|
+
dir?: string;
|
|
48
48
|
webPartsOfMediaFolder?: SetHasMany<MediaFolderInput>;
|
|
49
49
|
webPartsOfEnquiry?: SetHasMany<EnquiryInput>;
|
|
50
50
|
webPartsOfProduct?: SetHasMany<ProductInput>;
|
|
@@ -56,7 +56,6 @@ export interface LangInput {
|
|
|
56
56
|
webPartsOfMedia?: SetHasMany<MediaInput>;
|
|
57
57
|
websites?: SetHasMany<WebsiteInput>;
|
|
58
58
|
baseLangOf?: SetHasMany<WebsiteInput>;
|
|
59
|
-
themes?: SetHasMany<ThemeBranchInput>;
|
|
60
59
|
bulletins?: SetHasMany<BulletinInput>;
|
|
61
60
|
tags?: SetHasMany<TagInput>;
|
|
62
61
|
tagCategories?: SetHasMany<TagCategoryInput>;
|
|
@@ -9,11 +9,9 @@ import { MediaOnProduct } from './MediaOnProduct';
|
|
|
9
9
|
import { AttachmentOnProduct } from './AttachmentOnProduct';
|
|
10
10
|
import { Website } from './Website';
|
|
11
11
|
import { PostCategory } from './PostCategory';
|
|
12
|
-
import { ThemeConfig } from './ThemeConfig';
|
|
13
12
|
import { PageMeta } from './PageMeta';
|
|
14
13
|
import { SearchIndex } from './SearchIndex';
|
|
15
14
|
import { WebsiteSnapshot } from './WebsiteSnapshot';
|
|
16
|
-
import { FrontComponent } from './FrontComponent';
|
|
17
15
|
import { Enquiry } from './Enquiry';
|
|
18
16
|
import { Theme } from './Theme';
|
|
19
17
|
import { Aggregate } from './Aggregate';
|
|
@@ -48,11 +46,9 @@ export interface Media extends WebsitePart, Softable {
|
|
|
48
46
|
productAttacPivots?: AttachmentOnProduct[];
|
|
49
47
|
website?: Website;
|
|
50
48
|
postCategory?: PostCategory;
|
|
51
|
-
usedByThemConfig?: ThemeConfig[];
|
|
52
49
|
pageMeta?: PageMeta[];
|
|
53
50
|
searchIndex?: SearchIndex[];
|
|
54
51
|
snapshot?: WebsiteSnapshot[];
|
|
55
|
-
coverOfComponent?: FrontComponent[];
|
|
56
52
|
attachmentOfEnquiry?: Enquiry;
|
|
57
53
|
coverOfTheme?: Theme;
|
|
58
54
|
owner?: User;
|
|
@@ -60,9 +56,7 @@ export interface Media extends WebsitePart, Softable {
|
|
|
60
56
|
meidaOfProductAggregate?: Aggregate;
|
|
61
57
|
productMediaPivotsAggregate?: Aggregate;
|
|
62
58
|
productAttacPivotsAggregate?: Aggregate;
|
|
63
|
-
usedByThemConfigAggregate?: Aggregate;
|
|
64
59
|
pageMetaAggregate?: Aggregate;
|
|
65
60
|
searchIndexAggregate?: Aggregate;
|
|
66
61
|
snapshotAggregate?: Aggregate;
|
|
67
|
-
coverOfComponentAggregate?: Aggregate;
|
|
68
62
|
}
|
|
@@ -15,11 +15,9 @@ import { MediaOnProductBoolExp } from './MediaOnProductBoolExp';
|
|
|
15
15
|
import { AttachmentOnProductBoolExp } from './AttachmentOnProductBoolExp';
|
|
16
16
|
import { WebsiteBoolExp } from './WebsiteBoolExp';
|
|
17
17
|
import { PostCategoryBoolExp } from './PostCategoryBoolExp';
|
|
18
|
-
import { ThemeConfigBoolExp } from './ThemeConfigBoolExp';
|
|
19
18
|
import { PageMetaBoolExp } from './PageMetaBoolExp';
|
|
20
19
|
import { SearchIndexBoolExp } from './SearchIndexBoolExp';
|
|
21
20
|
import { WebsiteSnapshotBoolExp } from './WebsiteSnapshotBoolExp';
|
|
22
|
-
import { FrontComponentBoolExp } from './FrontComponentBoolExp';
|
|
23
21
|
import { EnquiryBoolExp } from './EnquiryBoolExp';
|
|
24
22
|
import { ThemeBoolExp } from './ThemeBoolExp';
|
|
25
23
|
|
|
@@ -48,11 +46,9 @@ export interface MediaBoolExp extends WebsitePartBoolExp, SoftableBoolExp {
|
|
|
48
46
|
productAttacPivots?: AttachmentOnProductBoolExp;
|
|
49
47
|
website?: WebsiteBoolExp;
|
|
50
48
|
postCategory?: PostCategoryBoolExp;
|
|
51
|
-
usedByThemConfig?: ThemeConfigBoolExp;
|
|
52
49
|
pageMeta?: PageMetaBoolExp;
|
|
53
50
|
searchIndex?: SearchIndexBoolExp;
|
|
54
51
|
snapshot?: WebsiteSnapshotBoolExp;
|
|
55
|
-
coverOfComponent?: FrontComponentBoolExp;
|
|
56
52
|
attachmentOfEnquiry?: EnquiryBoolExp;
|
|
57
53
|
coverOfTheme?: ThemeBoolExp;
|
|
58
54
|
owner?: UserBoolExp;
|
|
@@ -10,11 +10,9 @@ import { MediaOnProductInput } from './MediaOnProductInput';
|
|
|
10
10
|
import { AttachmentOnProductInput } from './AttachmentOnProductInput';
|
|
11
11
|
import { WebsiteInput } from './WebsiteInput';
|
|
12
12
|
import { PostCategoryInput } from './PostCategoryInput';
|
|
13
|
-
import { ThemeConfigInput } from './ThemeConfigInput';
|
|
14
13
|
import { PageMetaInput } from './PageMetaInput';
|
|
15
14
|
import { SearchIndexInput } from './SearchIndexInput';
|
|
16
15
|
import { WebsiteSnapshotInput } from './WebsiteSnapshotInput';
|
|
17
|
-
import { FrontComponentInput } from './FrontComponentInput';
|
|
18
16
|
import { EnquiryInput } from './EnquiryInput';
|
|
19
17
|
import { ThemeInput } from './ThemeInput';
|
|
20
18
|
import { SetHasMany, SetHasOne } from '@rxdrag/entify-lib';
|
|
@@ -47,11 +45,9 @@ export interface MediaInput extends WebsitePart, Softable {
|
|
|
47
45
|
productAttacPivots?: SetHasMany<AttachmentOnProductInput>;
|
|
48
46
|
website?: SetHasOne<WebsiteInput>;
|
|
49
47
|
postCategory?: SetHasOne<PostCategoryInput>;
|
|
50
|
-
usedByThemConfig?: SetHasMany<ThemeConfigInput>;
|
|
51
48
|
pageMeta?: SetHasMany<PageMetaInput>;
|
|
52
49
|
searchIndex?: SetHasMany<SearchIndexInput>;
|
|
53
50
|
snapshot?: SetHasMany<WebsiteSnapshotInput>;
|
|
54
|
-
coverOfComponent?: SetHasMany<FrontComponentInput>;
|
|
55
51
|
attachmentOfEnquiry?: SetHasOne<EnquiryInput>;
|
|
56
52
|
coverOfTheme?: SetHasOne<ThemeInput>;
|
|
57
53
|
owner?: SetHasOne<UserInput>;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { Media } from './Media';
|
|
2
2
|
import { Product } from './Product';
|
|
3
|
-
import { Page } from './Page';
|
|
4
3
|
import { Post } from './Post';
|
|
5
4
|
|
|
6
5
|
export declare const PageMetaEntityName = "PageMeta";
|
|
@@ -23,6 +22,5 @@ export interface PageMeta {
|
|
|
23
22
|
xUrl?: string;
|
|
24
23
|
ogImage?: Media;
|
|
25
24
|
product?: Product;
|
|
26
|
-
page?: Page;
|
|
27
25
|
post?: Post;
|
|
28
26
|
}
|
|
@@ -2,7 +2,6 @@ import { IdComparisonExp } from './IdComparisonExp';
|
|
|
2
2
|
import { StringComparisonExp } from './StringComparisonExp';
|
|
3
3
|
import { MediaBoolExp } from './MediaBoolExp';
|
|
4
4
|
import { ProductBoolExp } from './ProductBoolExp';
|
|
5
|
-
import { PageBoolExp } from './PageBoolExp';
|
|
6
5
|
import { PostBoolExp } from './PostBoolExp';
|
|
7
6
|
|
|
8
7
|
export interface PageMetaBoolExp {
|
|
@@ -26,6 +25,5 @@ export interface PageMetaBoolExp {
|
|
|
26
25
|
xUrl?: StringComparisonExp;
|
|
27
26
|
ogImage?: MediaBoolExp;
|
|
28
27
|
product?: ProductBoolExp;
|
|
29
|
-
page?: PageBoolExp;
|
|
30
28
|
post?: PostBoolExp;
|
|
31
29
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { PageMeta } from './PageMeta';
|
|
2
2
|
import { MediaInput } from './MediaInput';
|
|
3
3
|
import { ProductInput } from './ProductInput';
|
|
4
|
-
import { PageInput } from './PageInput';
|
|
5
4
|
import { PostInput } from './PostInput';
|
|
6
5
|
import { SetHasOne } from '@rxdrag/entify-lib';
|
|
7
6
|
|
|
@@ -23,7 +22,6 @@ export interface PageMetaInput {
|
|
|
23
22
|
xUrl?: string;
|
|
24
23
|
ogImage?: SetHasOne<MediaInput>;
|
|
25
24
|
product?: SetHasOne<ProductInput>;
|
|
26
|
-
page?: SetHasOne<PageInput>;
|
|
27
25
|
post?: SetHasOne<PostInput>;
|
|
28
26
|
}
|
|
29
27
|
export declare const pageMetaToInputCascade: (entity: PageMeta) => PageMetaInput;
|
|
@@ -1,10 +1,4 @@
|
|
|
1
1
|
import { ThemeSettings } from './ThemeSettings';
|
|
2
|
-
import { FrontComponent } from './FrontComponent';
|
|
3
|
-
import { ComponentCategory } from './ComponentCategory';
|
|
4
|
-
import { Page } from './Page';
|
|
5
|
-
import { Lang } from './Lang';
|
|
6
|
-
import { ThemeConfig } from './ThemeConfig';
|
|
7
|
-
import { StyleConfig } from './StyleConfig';
|
|
8
2
|
import { Website } from './Website';
|
|
9
3
|
import { ThemeFile } from './ThemeFile';
|
|
10
4
|
import { ThemeFileFolder } from './ThemeFileFolder';
|
|
@@ -29,12 +23,6 @@ export interface ThemeBranch {
|
|
|
29
23
|
updatedAt?: Date;
|
|
30
24
|
status?: string;
|
|
31
25
|
version?: string;
|
|
32
|
-
components?: FrontComponent[];
|
|
33
|
-
componentCategories?: ComponentCategory[];
|
|
34
|
-
pages?: Page[];
|
|
35
|
-
lang?: Lang;
|
|
36
|
-
config?: ThemeConfig;
|
|
37
|
-
styleConfig?: StyleConfig;
|
|
38
26
|
mockWebsite?: Website;
|
|
39
27
|
files?: ThemeFile[];
|
|
40
28
|
folders?: ThemeFileFolder[];
|
|
@@ -43,9 +31,6 @@ export interface ThemeBranch {
|
|
|
43
31
|
marketVersion?: ThemeVersion;
|
|
44
32
|
website?: Website;
|
|
45
33
|
belongsToMain?: Theme;
|
|
46
|
-
componentsAggregate?: Aggregate;
|
|
47
|
-
componentCategoriesAggregate?: Aggregate;
|
|
48
|
-
pagesAggregate?: Aggregate;
|
|
49
34
|
filesAggregate?: Aggregate;
|
|
50
35
|
foldersAggregate?: Aggregate;
|
|
51
36
|
agentThreadsAggregate?: Aggregate;
|
|
@@ -1,12 +1,6 @@
|
|
|
1
1
|
import { IdComparisonExp } from './IdComparisonExp';
|
|
2
2
|
import { StringComparisonExp } from './StringComparisonExp';
|
|
3
3
|
import { DateTimeComparisonExp } from './DateTimeComparisonExp';
|
|
4
|
-
import { FrontComponentBoolExp } from './FrontComponentBoolExp';
|
|
5
|
-
import { ComponentCategoryBoolExp } from './ComponentCategoryBoolExp';
|
|
6
|
-
import { PageBoolExp } from './PageBoolExp';
|
|
7
|
-
import { LangBoolExp } from './LangBoolExp';
|
|
8
|
-
import { ThemeConfigBoolExp } from './ThemeConfigBoolExp';
|
|
9
|
-
import { StyleConfigBoolExp } from './StyleConfigBoolExp';
|
|
10
4
|
import { WebsiteBoolExp } from './WebsiteBoolExp';
|
|
11
5
|
import { ThemeFileBoolExp } from './ThemeFileBoolExp';
|
|
12
6
|
import { ThemeFileFolderBoolExp } from './ThemeFileFolderBoolExp';
|
|
@@ -28,12 +22,6 @@ export interface ThemeBranchBoolExp {
|
|
|
28
22
|
updatedAt?: DateTimeComparisonExp;
|
|
29
23
|
status?: StringComparisonExp;
|
|
30
24
|
version?: StringComparisonExp;
|
|
31
|
-
components?: FrontComponentBoolExp;
|
|
32
|
-
componentCategories?: ComponentCategoryBoolExp;
|
|
33
|
-
pages?: PageBoolExp;
|
|
34
|
-
lang?: LangBoolExp;
|
|
35
|
-
config?: ThemeConfigBoolExp;
|
|
36
|
-
styleConfig?: StyleConfigBoolExp;
|
|
37
25
|
mockWebsite?: WebsiteBoolExp;
|
|
38
26
|
files?: ThemeFileBoolExp;
|
|
39
27
|
folders?: ThemeFileFolderBoolExp;
|
|
@@ -1,11 +1,5 @@
|
|
|
1
1
|
import { ThemeBranch } from './ThemeBranch';
|
|
2
2
|
import { ThemeSettings } from './ThemeSettings';
|
|
3
|
-
import { FrontComponentInput } from './FrontComponentInput';
|
|
4
|
-
import { ComponentCategoryInput } from './ComponentCategoryInput';
|
|
5
|
-
import { PageInput } from './PageInput';
|
|
6
|
-
import { LangInput } from './LangInput';
|
|
7
|
-
import { ThemeConfigInput } from './ThemeConfigInput';
|
|
8
|
-
import { StyleConfigInput } from './StyleConfigInput';
|
|
9
3
|
import { WebsiteInput } from './WebsiteInput';
|
|
10
4
|
import { ThemeFileInput } from './ThemeFileInput';
|
|
11
5
|
import { ThemeFileFolderInput } from './ThemeFileFolderInput';
|
|
@@ -28,12 +22,6 @@ export interface ThemeBranchInput {
|
|
|
28
22
|
updatedAt?: Date;
|
|
29
23
|
status?: string;
|
|
30
24
|
version?: string;
|
|
31
|
-
components?: SetHasMany<FrontComponentInput>;
|
|
32
|
-
componentCategories?: SetHasMany<ComponentCategoryInput>;
|
|
33
|
-
pages?: SetHasMany<PageInput>;
|
|
34
|
-
lang?: SetHasOne<LangInput>;
|
|
35
|
-
config?: SetHasOne<ThemeConfigInput>;
|
|
36
|
-
styleConfig?: SetHasOne<StyleConfigInput>;
|
|
37
25
|
mockWebsite?: SetHasOne<WebsiteInput>;
|
|
38
26
|
files?: SetHasMany<ThemeFileInput>;
|
|
39
27
|
folders?: SetHasMany<ThemeFileFolderInput>;
|
|
@@ -18,7 +18,6 @@ import { SearchIndex } from './SearchIndex';
|
|
|
18
18
|
import { Bulletin } from './Bulletin';
|
|
19
19
|
import { WebsiteSnapshot } from './WebsiteSnapshot';
|
|
20
20
|
import { UserOperation } from './UserOperation';
|
|
21
|
-
import { SvgIcon } from './SvgIcon';
|
|
22
21
|
import { Tag } from './Tag';
|
|
23
22
|
import { AgentThread } from './AgentThread';
|
|
24
23
|
import { TempFile } from './TempFile';
|
|
@@ -78,7 +77,7 @@ export interface Website {
|
|
|
78
77
|
partsOfMedia?: Media[];
|
|
79
78
|
langs?: Lang[];
|
|
80
79
|
baseLang?: Lang;
|
|
81
|
-
|
|
80
|
+
themeBranch?: ThemeBranch;
|
|
82
81
|
analyticsConfig?: AnalyticsConfig;
|
|
83
82
|
settings?: WebsiteSettings;
|
|
84
83
|
changelogs?: ChangeLog[];
|
|
@@ -86,7 +85,6 @@ export interface Website {
|
|
|
86
85
|
bulletins?: Bulletin[];
|
|
87
86
|
snapshots?: WebsiteSnapshot[];
|
|
88
87
|
userOperations?: UserOperation[];
|
|
89
|
-
svgIcons?: SvgIcon[];
|
|
90
88
|
tags?: Tag[];
|
|
91
89
|
agentThreads?: AgentThread[];
|
|
92
90
|
tempFiles?: TempFile[];
|
|
@@ -104,13 +102,11 @@ export interface Website {
|
|
|
104
102
|
partsOfSpamFilterRuleAggregate?: Aggregate;
|
|
105
103
|
partsOfMediaAggregate?: Aggregate;
|
|
106
104
|
langsAggregate?: Aggregate;
|
|
107
|
-
themesAggregate?: Aggregate;
|
|
108
105
|
changelogsAggregate?: Aggregate;
|
|
109
106
|
searchIndexesAggregate?: Aggregate;
|
|
110
107
|
bulletinsAggregate?: Aggregate;
|
|
111
108
|
snapshotsAggregate?: Aggregate;
|
|
112
109
|
userOperationsAggregate?: Aggregate;
|
|
113
|
-
svgIconsAggregate?: Aggregate;
|
|
114
110
|
tagsAggregate?: Aggregate;
|
|
115
111
|
agentThreadsAggregate?: Aggregate;
|
|
116
112
|
tempFilesAggregate?: Aggregate;
|
|
@@ -21,7 +21,6 @@ import { SearchIndexBoolExp } from './SearchIndexBoolExp';
|
|
|
21
21
|
import { BulletinBoolExp } from './BulletinBoolExp';
|
|
22
22
|
import { WebsiteSnapshotBoolExp } from './WebsiteSnapshotBoolExp';
|
|
23
23
|
import { UserOperationBoolExp } from './UserOperationBoolExp';
|
|
24
|
-
import { SvgIconBoolExp } from './SvgIconBoolExp';
|
|
25
24
|
import { TagBoolExp } from './TagBoolExp';
|
|
26
25
|
import { AgentThreadBoolExp } from './AgentThreadBoolExp';
|
|
27
26
|
import { TempFileBoolExp } from './TempFileBoolExp';
|
|
@@ -60,7 +59,7 @@ export interface WebsiteBoolExp {
|
|
|
60
59
|
partsOfMedia?: MediaBoolExp;
|
|
61
60
|
langs?: LangBoolExp;
|
|
62
61
|
baseLang?: LangBoolExp;
|
|
63
|
-
|
|
62
|
+
themeBranch?: ThemeBranchBoolExp;
|
|
64
63
|
analyticsConfig?: AnalyticsConfigBoolExp;
|
|
65
64
|
settings?: WebsiteSettingsBoolExp;
|
|
66
65
|
changelogs?: ChangeLogBoolExp;
|
|
@@ -68,7 +67,6 @@ export interface WebsiteBoolExp {
|
|
|
68
67
|
bulletins?: BulletinBoolExp;
|
|
69
68
|
snapshots?: WebsiteSnapshotBoolExp;
|
|
70
69
|
userOperations?: UserOperationBoolExp;
|
|
71
|
-
svgIcons?: SvgIconBoolExp;
|
|
72
70
|
tags?: TagBoolExp;
|
|
73
71
|
agentThreads?: AgentThreadBoolExp;
|
|
74
72
|
tempFiles?: TempFileBoolExp;
|
|
@@ -19,7 +19,6 @@ import { SearchIndexInput } from './SearchIndexInput';
|
|
|
19
19
|
import { BulletinInput } from './BulletinInput';
|
|
20
20
|
import { WebsiteSnapshotInput } from './WebsiteSnapshotInput';
|
|
21
21
|
import { UserOperationInput } from './UserOperationInput';
|
|
22
|
-
import { SvgIconInput } from './SvgIconInput';
|
|
23
22
|
import { TagInput } from './TagInput';
|
|
24
23
|
import { AgentThreadInput } from './AgentThreadInput';
|
|
25
24
|
import { TempFileInput } from './TempFileInput';
|
|
@@ -77,7 +76,7 @@ export interface WebsiteInput {
|
|
|
77
76
|
partsOfMedia?: SetHasMany<MediaInput>;
|
|
78
77
|
langs?: SetHasMany<LangInput>;
|
|
79
78
|
baseLang?: SetHasOne<LangInput>;
|
|
80
|
-
|
|
79
|
+
themeBranch?: SetHasOne<ThemeBranchInput>;
|
|
81
80
|
analyticsConfig?: SetHasOne<AnalyticsConfigInput>;
|
|
82
81
|
settings?: SetHasOne<WebsiteSettingsInput>;
|
|
83
82
|
changelogs?: SetHasMany<ChangeLogInput>;
|
|
@@ -85,7 +84,6 @@ export interface WebsiteInput {
|
|
|
85
84
|
bulletins?: SetHasMany<BulletinInput>;
|
|
86
85
|
snapshots?: SetHasMany<WebsiteSnapshotInput>;
|
|
87
86
|
userOperations?: SetHasMany<UserOperationInput>;
|
|
88
|
-
svgIcons?: SetHasMany<SvgIconInput>;
|
|
89
87
|
tags?: SetHasMany<TagInput>;
|
|
90
88
|
agentThreads?: SetHasMany<AgentThreadInput>;
|
|
91
89
|
tempFiles?: SetHasMany<TempFileInput>;
|
|
@@ -60,11 +60,6 @@ export * from './WebsiteTypeInput';
|
|
|
60
60
|
export * from './WebsiteTypeBoolExp';
|
|
61
61
|
export * from './WebsiteTypeOrderBy';
|
|
62
62
|
export * from './WebsiteTypeDistinctExp';
|
|
63
|
-
export * from './Page';
|
|
64
|
-
export * from './PageInput';
|
|
65
|
-
export * from './PageBoolExp';
|
|
66
|
-
export * from './PageOrderBy';
|
|
67
|
-
export * from './PageDistinctExp';
|
|
68
63
|
export * from './Post';
|
|
69
64
|
export * from './PostInput';
|
|
70
65
|
export * from './PostBoolExp';
|
|
@@ -167,16 +162,6 @@ export * from './Slugable';
|
|
|
167
162
|
export * from './SlugableBoolExp';
|
|
168
163
|
export * from './SlugableOrderBy';
|
|
169
164
|
export * from './SlugableDistinctExp';
|
|
170
|
-
export * from './FrontComponent';
|
|
171
|
-
export * from './FrontComponentInput';
|
|
172
|
-
export * from './FrontComponentBoolExp';
|
|
173
|
-
export * from './FrontComponentOrderBy';
|
|
174
|
-
export * from './FrontComponentDistinctExp';
|
|
175
|
-
export * from './ComponentCategory';
|
|
176
|
-
export * from './ComponentCategoryInput';
|
|
177
|
-
export * from './ComponentCategoryBoolExp';
|
|
178
|
-
export * from './ComponentCategoryOrderBy';
|
|
179
|
-
export * from './ComponentCategoryDistinctExp';
|
|
180
165
|
export * from './PropsSchema';
|
|
181
166
|
export * from './Marketable';
|
|
182
167
|
export * from './MarketableBoolExp';
|
|
@@ -193,11 +178,6 @@ export * from './ThemeInMarketInput';
|
|
|
193
178
|
export * from './ThemeInMarketBoolExp';
|
|
194
179
|
export * from './ThemeInMarketOrderBy';
|
|
195
180
|
export * from './ThemeInMarketDistinctExp';
|
|
196
|
-
export * from './ThemeConfig';
|
|
197
|
-
export * from './ThemeConfigInput';
|
|
198
|
-
export * from './ThemeConfigBoolExp';
|
|
199
|
-
export * from './ThemeConfigOrderBy';
|
|
200
|
-
export * from './ThemeConfigDistinctExp';
|
|
201
181
|
export * from './AnalyticsConfig';
|
|
202
182
|
export * from './AnalyticsConfigInput';
|
|
203
183
|
export * from './AnalyticsConfigBoolExp';
|
|
@@ -217,11 +197,6 @@ export * from './ThemeCategoryInput';
|
|
|
217
197
|
export * from './ThemeCategoryBoolExp';
|
|
218
198
|
export * from './ThemeCategoryOrderBy';
|
|
219
199
|
export * from './ThemeCategoryDistinctExp';
|
|
220
|
-
export * from './StyleConfig';
|
|
221
|
-
export * from './StyleConfigInput';
|
|
222
|
-
export * from './StyleConfigBoolExp';
|
|
223
|
-
export * from './StyleConfigOrderBy';
|
|
224
|
-
export * from './StyleConfigDistinctExp';
|
|
225
200
|
export * from './CookieConsentStrategy';
|
|
226
201
|
export * from './ChangeLog';
|
|
227
202
|
export * from './ChangeLogInput';
|
|
@@ -293,11 +268,6 @@ export * from './ThemeInput';
|
|
|
293
268
|
export * from './ThemeBoolExp';
|
|
294
269
|
export * from './ThemeOrderBy';
|
|
295
270
|
export * from './ThemeDistinctExp';
|
|
296
|
-
export * from './SvgIcon';
|
|
297
|
-
export * from './SvgIconInput';
|
|
298
|
-
export * from './SvgIconBoolExp';
|
|
299
|
-
export * from './SvgIconOrderBy';
|
|
300
|
-
export * from './SvgIconDistinctExp';
|
|
301
271
|
export * from './ThemeFile';
|
|
302
272
|
export * from './ThemeFileInput';
|
|
303
273
|
export * from './ThemeFileBoolExp';
|
package/package.json
CHANGED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { IAggregate, IQueryArgs } from '@rxdrag/entify-lib';
|
|
2
|
-
import { QueryOptions } from './QueryOptions';
|
|
3
|
-
import { ComponentCategory, ComponentCategoryBoolExp, ComponentCategoryDistinctExp, ComponentCategoryOrderBy, FrontComponent, FrontComponentBoolExp, ThemeBranch } from '../interfaces';
|
|
4
|
-
import { FrontComponentQueryOptions } from './FrontComponentQueryOptions';
|
|
5
|
-
import { ThemeBranchQueryOptions } from './ThemeBranchQueryOptions';
|
|
6
|
-
|
|
7
|
-
export declare class ComponentCategoryQueryOptions extends QueryOptions<ComponentCategory, ComponentCategoryBoolExp, ComponentCategoryOrderBy, ComponentCategoryDistinctExp> {
|
|
8
|
-
constructor(fields?: (keyof ComponentCategory)[], queryArgs?: IQueryArgs<ComponentCategoryBoolExp, ComponentCategoryOrderBy, ComponentCategoryDistinctExp>);
|
|
9
|
-
id(): this;
|
|
10
|
-
name(): this;
|
|
11
|
-
seqValue(): this;
|
|
12
|
-
updatedAt(): this;
|
|
13
|
-
createdAt(): this;
|
|
14
|
-
isInMarket(): this;
|
|
15
|
-
isSectionBlock(): this;
|
|
16
|
-
title(): this;
|
|
17
|
-
components(options?: FrontComponentQueryOptions | (keyof FrontComponent)[]): this;
|
|
18
|
-
componentsAggregate(aggregate: IAggregate<FrontComponentBoolExp>): this;
|
|
19
|
-
theme(options?: ThemeBranchQueryOptions | (keyof ThemeBranch)[]): this;
|
|
20
|
-
}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { IQueryArgs } from '@rxdrag/entify-lib';
|
|
2
|
-
import { QueryOptions } from './QueryOptions';
|
|
3
|
-
import { FrontComponent, FrontComponentBoolExp, FrontComponentDistinctExp, FrontComponentOrderBy, Media, ComponentCategory, ThemeBranch } from '../interfaces';
|
|
4
|
-
import { MediaQueryOptions } from './MediaQueryOptions';
|
|
5
|
-
import { ComponentCategoryQueryOptions } from './ComponentCategoryQueryOptions';
|
|
6
|
-
import { ThemeBranchQueryOptions } from './ThemeBranchQueryOptions';
|
|
7
|
-
|
|
8
|
-
export declare class FrontComponentQueryOptions extends QueryOptions<FrontComponent, FrontComponentBoolExp, FrontComponentOrderBy, FrontComponentDistinctExp> {
|
|
9
|
-
constructor(fields?: (keyof FrontComponent)[], queryArgs?: IQueryArgs<FrontComponentBoolExp, FrontComponentOrderBy, FrontComponentDistinctExp>);
|
|
10
|
-
id(): this;
|
|
11
|
-
name(): this;
|
|
12
|
-
title(): this;
|
|
13
|
-
seqValue(): this;
|
|
14
|
-
propsSchema(): this;
|
|
15
|
-
propsTest(): this;
|
|
16
|
-
updatedAt(): this;
|
|
17
|
-
createdAt(): this;
|
|
18
|
-
slots(): this;
|
|
19
|
-
droppable(): this;
|
|
20
|
-
isInMarket(): this;
|
|
21
|
-
code(): this;
|
|
22
|
-
description(): this;
|
|
23
|
-
/**
|
|
24
|
-
* 父组件Id
|
|
25
|
-
*/
|
|
26
|
-
parentId(): this;
|
|
27
|
-
isSectionBlock(): this;
|
|
28
|
-
cover(options?: MediaQueryOptions | (keyof Media)[]): this;
|
|
29
|
-
category(options?: ComponentCategoryQueryOptions | (keyof ComponentCategory)[]): this;
|
|
30
|
-
theme(options?: ThemeBranchQueryOptions | (keyof ThemeBranch)[]): this;
|
|
31
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { IQueryArgs } from '@rxdrag/entify-lib';
|
|
2
|
-
import { QueryOptions } from './QueryOptions';
|
|
3
|
-
import { Page, PageBoolExp, PageDistinctExp, PageOrderBy, PageMeta, ThemeBranch } from '../interfaces';
|
|
4
|
-
import { PageMetaQueryOptions } from './PageMetaQueryOptions';
|
|
5
|
-
import { ThemeBranchQueryOptions } from './ThemeBranchQueryOptions';
|
|
6
|
-
|
|
7
|
-
export declare class PageQueryOptions extends QueryOptions<Page, PageBoolExp, PageOrderBy, PageDistinctExp> {
|
|
8
|
-
constructor(fields?: (keyof Page)[], queryArgs?: IQueryArgs<PageBoolExp, PageOrderBy, PageDistinctExp>);
|
|
9
|
-
id(): this;
|
|
10
|
-
title(): this;
|
|
11
|
-
/**
|
|
12
|
-
* 备注
|
|
13
|
-
*/
|
|
14
|
-
remark(): this;
|
|
15
|
-
pageType(): this;
|
|
16
|
-
dataSource(): this;
|
|
17
|
-
content2(): this;
|
|
18
|
-
createdAt(): this;
|
|
19
|
-
updatedAt(): this;
|
|
20
|
-
slug(): this;
|
|
21
|
-
description(): this;
|
|
22
|
-
code(): this;
|
|
23
|
-
meta(options?: PageMetaQueryOptions | (keyof PageMeta)[]): this;
|
|
24
|
-
theme(options?: ThemeBranchQueryOptions | (keyof ThemeBranch)[]): this;
|
|
25
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { IQueryArgs } from '@rxdrag/entify-lib';
|
|
2
|
-
import { QueryOptions } from './QueryOptions';
|
|
3
|
-
import { StyleConfig, StyleConfigBoolExp, StyleConfigDistinctExp, StyleConfigOrderBy, ThemeBranch } from '../interfaces';
|
|
4
|
-
import { ThemeBranchQueryOptions } from './ThemeBranchQueryOptions';
|
|
5
|
-
|
|
6
|
-
export declare class StyleConfigQueryOptions extends QueryOptions<StyleConfig, StyleConfigBoolExp, StyleConfigOrderBy, StyleConfigDistinctExp> {
|
|
7
|
-
constructor(fields?: (keyof StyleConfig)[], queryArgs?: IQueryArgs<StyleConfigBoolExp, StyleConfigOrderBy, StyleConfigDistinctExp>);
|
|
8
|
-
id(): this;
|
|
9
|
-
name(): this;
|
|
10
|
-
description(): this;
|
|
11
|
-
tailwindConfig(): this;
|
|
12
|
-
css(): this;
|
|
13
|
-
cssVariants(): this;
|
|
14
|
-
isInMarket(): this;
|
|
15
|
-
createdAt(): this;
|
|
16
|
-
updatedAt(): this;
|
|
17
|
-
headCode(): this;
|
|
18
|
-
footCode(): this;
|
|
19
|
-
imageSizes(): this;
|
|
20
|
-
theme(options?: ThemeBranchQueryOptions | (keyof ThemeBranch)[]): this;
|
|
21
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { IQueryArgs } from '@rxdrag/entify-lib';
|
|
2
|
-
import { QueryOptions } from './QueryOptions';
|
|
3
|
-
import { SvgIcon, SvgIconBoolExp, SvgIconDistinctExp, SvgIconOrderBy, Website } from '../interfaces';
|
|
4
|
-
import { WebsiteQueryOptions } from './WebsiteQueryOptions';
|
|
5
|
-
|
|
6
|
-
export declare class SvgIconQueryOptions extends QueryOptions<SvgIcon, SvgIconBoolExp, SvgIconOrderBy, SvgIconDistinctExp> {
|
|
7
|
-
constructor(fields?: (keyof SvgIcon)[], queryArgs?: IQueryArgs<SvgIconBoolExp, SvgIconOrderBy, SvgIconDistinctExp>);
|
|
8
|
-
id(): this;
|
|
9
|
-
name(): this;
|
|
10
|
-
title(): this;
|
|
11
|
-
code(): this;
|
|
12
|
-
description(): this;
|
|
13
|
-
createdAt(): this;
|
|
14
|
-
updatedAt(): this;
|
|
15
|
-
website(options?: WebsiteQueryOptions | (keyof Website)[]): this;
|
|
16
|
-
}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { IQueryArgs } from '@rxdrag/entify-lib';
|
|
2
|
-
import { QueryOptions } from './QueryOptions';
|
|
3
|
-
import { ThemeConfig, ThemeConfigBoolExp, ThemeConfigDistinctExp, ThemeConfigOrderBy, Media, ThemeBranch } from '../interfaces';
|
|
4
|
-
import { MediaQueryOptions } from './MediaQueryOptions';
|
|
5
|
-
import { ThemeBranchQueryOptions } from './ThemeBranchQueryOptions';
|
|
6
|
-
|
|
7
|
-
export declare class ThemeConfigQueryOptions extends QueryOptions<ThemeConfig, ThemeConfigBoolExp, ThemeConfigOrderBy, ThemeConfigDistinctExp> {
|
|
8
|
-
constructor(fields?: (keyof ThemeConfig)[], queryArgs?: IQueryArgs<ThemeConfigBoolExp, ThemeConfigOrderBy, ThemeConfigDistinctExp>);
|
|
9
|
-
id(): this;
|
|
10
|
-
websiteTitle(): this;
|
|
11
|
-
emailTemplates(): this;
|
|
12
|
-
contact(): this;
|
|
13
|
-
address(): this;
|
|
14
|
-
email(): this;
|
|
15
|
-
tel(): this;
|
|
16
|
-
fax(): this;
|
|
17
|
-
mobile(): this;
|
|
18
|
-
wechat(): this;
|
|
19
|
-
domain(): this;
|
|
20
|
-
svgIcon(): this;
|
|
21
|
-
themeColor(): this;
|
|
22
|
-
pngIcon(): this;
|
|
23
|
-
icoIcon(): this;
|
|
24
|
-
appleTouchIcon(): this;
|
|
25
|
-
redirects(): this;
|
|
26
|
-
previewUrl(): this;
|
|
27
|
-
contactAvatar(options?: MediaQueryOptions | (keyof Media)[]): this;
|
|
28
|
-
theme(options?: ThemeBranchQueryOptions | (keyof ThemeBranch)[]): this;
|
|
29
|
-
}
|