@rxdrag/rxcms-models 0.3.45 → 0.3.47
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/ComponentCategoryQueryOptions.d.ts +1 -0
- package/dist/classes/FrontComponentQueryOptions.d.ts +1 -0
- package/dist/classes/PostQueryOptions.d.ts +0 -2
- package/dist/classes/ProductQueryOptions.d.ts +1 -9
- package/dist/classes/RoleQueryOptions.d.ts +1 -0
- package/dist/classes/SectionTemplateQueryOptions.d.ts +19 -0
- package/dist/classes/StyleConfigQueryOptions.d.ts +18 -0
- package/dist/classes/TemplateCategoryQueryOptions.d.ts +20 -0
- package/dist/classes/ThemeCategoryQueryOptions.d.ts +17 -0
- package/dist/classes/ThemeQueryOptions.d.ts +20 -5
- package/dist/classes/index.d.ts +4 -1
- package/dist/entries/index.d.ts +4 -1
- package/dist/entries/sectionTemplateEntry.d.ts +2 -0
- package/dist/entries/styleConfigEntry.d.ts +2 -0
- package/dist/entries/templateCategoryEntry.d.ts +2 -0
- package/dist/entries/themeCategoryEntry.d.ts +2 -0
- package/dist/fields/ComponentCategoryFields.d.ts +2 -1
- package/dist/fields/FrontComponentFields.d.ts +2 -1
- package/dist/fields/PostFields.d.ts +0 -2
- package/dist/fields/ProductFields.d.ts +2 -7
- package/dist/fields/RoleFields.d.ts +1 -0
- package/dist/fields/SectionTemplateFields.d.ts +13 -0
- package/dist/fields/StyleConfigFields.d.ts +14 -0
- package/dist/fields/TemplateCategoryFields.d.ts +13 -0
- package/dist/fields/ThemeCategoryFields.d.ts +12 -0
- package/dist/fields/ThemeFields.d.ts +12 -7
- package/dist/fields/index.d.ts +4 -1
- package/dist/index.mjs +528 -205
- package/dist/index.mjs.map +1 -1
- package/dist/interfaces/AbilityType.d.ts +5 -1
- package/dist/interfaces/ComponentCategory.d.ts +1 -0
- package/dist/interfaces/ComponentCategoryBoolExp.d.ts +2 -0
- package/dist/interfaces/ComponentCategoryDistinctExp.d.ts +2 -1
- package/dist/interfaces/ComponentCategoryInput.d.ts +1 -0
- package/dist/interfaces/ComponentCategoryOrderBy.d.ts +1 -0
- package/dist/interfaces/ExtendField.d.ts +1 -2
- package/dist/interfaces/FrontComponent.d.ts +1 -0
- package/dist/interfaces/FrontComponentBoolExp.d.ts +1 -0
- package/dist/interfaces/FrontComponentDistinctExp.d.ts +2 -1
- package/dist/interfaces/FrontComponentInput.d.ts +1 -0
- package/dist/interfaces/FrontComponentOrderBy.d.ts +1 -0
- package/dist/interfaces/PageType.d.ts +9 -1
- package/dist/interfaces/Post.d.ts +0 -2
- package/dist/interfaces/PostBoolExp.d.ts +0 -2
- package/dist/interfaces/PostInput.d.ts +0 -2
- package/dist/interfaces/Product.d.ts +1 -7
- package/dist/interfaces/ProductBoolExp.d.ts +1 -5
- package/dist/interfaces/ProductDistinctExp.d.ts +1 -0
- package/dist/interfaces/ProductInput.d.ts +1 -5
- package/dist/interfaces/ProductOrderBy.d.ts +1 -0
- package/dist/interfaces/Role.d.ts +1 -0
- package/dist/interfaces/RoleBoolExp.d.ts +1 -0
- package/dist/interfaces/RoleDistinctExp.d.ts +1 -0
- package/dist/interfaces/RoleInput.d.ts +1 -0
- package/dist/interfaces/RoleOrderBy.d.ts +1 -0
- package/dist/interfaces/SectionTemplate.d.ts +15 -0
- package/dist/interfaces/SectionTemplateBoolExp.d.ts +20 -0
- package/dist/interfaces/SectionTemplateDistinctExp.d.ts +10 -0
- package/dist/interfaces/SectionTemplateInput.d.ts +17 -0
- package/dist/interfaces/SectionTemplateOrderBy.d.ts +10 -0
- package/dist/interfaces/StyleConfig.d.ts +15 -0
- package/dist/interfaces/StyleConfigBoolExp.d.ts +20 -0
- package/dist/interfaces/StyleConfigDistinctExp.d.ts +12 -0
- package/dist/interfaces/StyleConfigInput.d.ts +17 -0
- package/dist/interfaces/StyleConfigOrderBy.d.ts +12 -0
- package/dist/interfaces/TemplateCategory.d.ts +16 -0
- package/dist/interfaces/TemplateCategoryBoolExp.d.ts +19 -0
- package/dist/interfaces/TemplateCategoryDistinctExp.d.ts +9 -0
- package/dist/interfaces/TemplateCategoryInput.d.ts +17 -0
- package/dist/interfaces/TemplateCategoryOrderBy.d.ts +9 -0
- package/dist/interfaces/Theme.d.ts +14 -5
- package/dist/interfaces/ThemeBoolExp.d.ts +12 -4
- package/dist/interfaces/ThemeCategory.d.ts +14 -0
- package/dist/interfaces/ThemeCategoryBoolExp.d.ts +17 -0
- package/dist/interfaces/ThemeCategoryDistinctExp.d.ts +9 -0
- package/dist/interfaces/ThemeCategoryInput.d.ts +14 -0
- package/dist/interfaces/ThemeCategoryOrderBy.d.ts +9 -0
- package/dist/interfaces/ThemeDistinctExp.d.ts +5 -6
- package/dist/interfaces/ThemeInput.d.ts +12 -5
- package/dist/interfaces/ThemeOrderBy.d.ts +4 -5
- package/dist/interfaces/index.d.ts +20 -6
- package/package.json +4 -4
- package/dist/classes/ProductRelatedPivotQueryOptions.d.ts +0 -12
- package/dist/entries/productRelatedPivotEntry.d.ts +0 -2
- package/dist/fields/ProductRelatedPivotFields.d.ts +0 -8
- package/dist/interfaces/ComponentType.d.ts +0 -58
- package/dist/interfaces/ProductRelatedPivot.d.ts +0 -9
- package/dist/interfaces/ProductRelatedPivotBoolExp.d.ts +0 -12
- package/dist/interfaces/ProductRelatedPivotDistinctExp.d.ts +0 -5
- package/dist/interfaces/ProductRelatedPivotInput.d.ts +0 -11
- package/dist/interfaces/ProductRelatedPivotOrderBy.d.ts +0 -5
|
@@ -13,6 +13,7 @@ export declare class ComponentCategoryQueryOptions extends QueryOptions<Componen
|
|
|
13
13
|
seqValue(): this;
|
|
14
14
|
updatedAt(): this;
|
|
15
15
|
createdAt(): this;
|
|
16
|
+
isInMarket(): this;
|
|
16
17
|
components(options?: FrontComponentQueryOptions | (keyof FrontComponent)[]): this;
|
|
17
18
|
componentsAggregate(aggregate: IAggregate<FrontComponentBoolExp>): this;
|
|
18
19
|
theme(options?: ThemeQueryOptions | (keyof Theme)[]): this;
|
|
@@ -19,6 +19,7 @@ export declare class FrontComponentQueryOptions extends QueryOptions<FrontCompon
|
|
|
19
19
|
droppable(): this;
|
|
20
20
|
isInMarket(): this;
|
|
21
21
|
code(): this;
|
|
22
|
+
description(): this;
|
|
22
23
|
category(options?: ComponentCategoryQueryOptions | (keyof ComponentCategory)[]): this;
|
|
23
24
|
theme(options?: ThemeQueryOptions | (keyof Theme)[]): this;
|
|
24
25
|
}
|
|
@@ -38,10 +38,8 @@ export declare class PostQueryOptions extends QueryOptions<Post, PostBoolExp, Po
|
|
|
38
38
|
tagsAggregate(aggregate: IAggregate<TagBoolExp>): this;
|
|
39
39
|
author(options?: UserQueryOptions | (keyof User)[]): this;
|
|
40
40
|
cover(options?: MediaQueryOptions | (keyof Media)[]): this;
|
|
41
|
-
draftOf(options?: PostQueryOptions | (keyof Post)[]): this;
|
|
42
41
|
lang(options?: LangQueryOptions | (keyof Lang)[]): this;
|
|
43
42
|
meta(options?: PageMetaQueryOptions | (keyof PageMeta)[]): this;
|
|
44
43
|
category(options?: PostCategoryQueryOptions | (keyof PostCategory)[]): this;
|
|
45
|
-
draft(options?: PostQueryOptions | (keyof Post)[]): this;
|
|
46
44
|
website(options?: WebsiteQueryOptions | (keyof Website)[]): this;
|
|
47
45
|
}
|
|
@@ -14,9 +14,6 @@ import { AttachmentOnProduct } from '../interfaces';
|
|
|
14
14
|
import { AttachmentOnProductBoolExp } from '../interfaces';
|
|
15
15
|
import { LangQueryOptions } from './LangQueryOptions';
|
|
16
16
|
import { Lang } from '../interfaces';
|
|
17
|
-
import { ProductRelatedPivotQueryOptions } from './ProductRelatedPivotQueryOptions';
|
|
18
|
-
import { ProductRelatedPivot } from '../interfaces';
|
|
19
|
-
import { ProductRelatedPivotBoolExp } from '../interfaces';
|
|
20
17
|
import { PageMetaQueryOptions } from './PageMetaQueryOptions';
|
|
21
18
|
import { PageMeta } from '../interfaces';
|
|
22
19
|
import { UserQueryOptions } from './UserQueryOptions';
|
|
@@ -41,6 +38,7 @@ export declare class ProductQueryOptions extends QueryOptions<Product, ProductBo
|
|
|
41
38
|
* 第三方视频url
|
|
42
39
|
*/
|
|
43
40
|
externalVideoUrl(): this;
|
|
41
|
+
relatedSlugs(): this;
|
|
44
42
|
publishedAt(): this;
|
|
45
43
|
status(): this;
|
|
46
44
|
title(): this;
|
|
@@ -53,18 +51,12 @@ export declare class ProductQueryOptions extends QueryOptions<Product, ProductBo
|
|
|
53
51
|
category(options?: ProductCategoryQueryOptions | (keyof ProductCategory)[]): this;
|
|
54
52
|
tags(options?: TagQueryOptions | (keyof Tag)[]): this;
|
|
55
53
|
tagsAggregate(aggregate: IAggregate<TagBoolExp>): this;
|
|
56
|
-
draftOf(options?: ProductQueryOptions | (keyof Product)[]): this;
|
|
57
54
|
mediaPivots(options?: MediaOnProductQueryOptions | (keyof MediaOnProduct)[]): this;
|
|
58
55
|
mediaPivotsAggregate(aggregate: IAggregate<MediaOnProductBoolExp>): this;
|
|
59
56
|
attachmentPivots(options?: AttachmentOnProductQueryOptions | (keyof AttachmentOnProduct)[]): this;
|
|
60
57
|
attachmentPivotsAggregate(aggregate: IAggregate<AttachmentOnProductBoolExp>): this;
|
|
61
58
|
lang(options?: LangQueryOptions | (keyof Lang)[]): this;
|
|
62
|
-
relatedPivot(options?: ProductRelatedPivotQueryOptions | (keyof ProductRelatedPivot)[]): this;
|
|
63
|
-
relatedPivotAggregate(aggregate: IAggregate<ProductRelatedPivotBoolExp>): this;
|
|
64
59
|
meta(options?: PageMetaQueryOptions | (keyof PageMeta)[]): this;
|
|
65
60
|
creator(options?: UserQueryOptions | (keyof User)[]): this;
|
|
66
|
-
draft(options?: ProductQueryOptions | (keyof Product)[]): this;
|
|
67
61
|
website(options?: WebsiteQueryOptions | (keyof Website)[]): this;
|
|
68
|
-
relatedByPivot(options?: ProductRelatedPivotQueryOptions | (keyof ProductRelatedPivot)[]): this;
|
|
69
|
-
relatedByPivotAggregate(aggregate: IAggregate<ProductRelatedPivotBoolExp>): this;
|
|
70
62
|
}
|
|
@@ -8,6 +8,7 @@ export declare class RoleQueryOptions extends QueryOptions<Role, RoleBoolExp, Ro
|
|
|
8
8
|
constructor(fields?: (keyof Role)[], queryArgs?: IQueryArgs<RoleBoolExp, RoleOrderBy, RoleDistinctExp>);
|
|
9
9
|
id(): this;
|
|
10
10
|
name(): this;
|
|
11
|
+
title(): this;
|
|
11
12
|
description(): this;
|
|
12
13
|
createdAt(): this;
|
|
13
14
|
updatedAt(): this;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { IQueryArgs } from "@rxdrag/entify-hooks";
|
|
2
|
+
import { QueryOptions } from "./QueryOptions";
|
|
3
|
+
import { SectionTemplate, SectionTemplateBoolExp, SectionTemplateDistinctExp, SectionTemplateOrderBy } from "../interfaces";
|
|
4
|
+
import { TemplateCategoryQueryOptions } from './TemplateCategoryQueryOptions';
|
|
5
|
+
import { TemplateCategory } from '../interfaces';
|
|
6
|
+
import { ThemeQueryOptions } from './ThemeQueryOptions';
|
|
7
|
+
import { Theme } from '../interfaces';
|
|
8
|
+
export declare class SectionTemplateQueryOptions extends QueryOptions<SectionTemplate, SectionTemplateBoolExp, SectionTemplateOrderBy, SectionTemplateDistinctExp> {
|
|
9
|
+
constructor(fields?: (keyof SectionTemplate)[], queryArgs?: IQueryArgs<SectionTemplateBoolExp, SectionTemplateOrderBy, SectionTemplateDistinctExp>);
|
|
10
|
+
id(): this;
|
|
11
|
+
title(): this;
|
|
12
|
+
code(): this;
|
|
13
|
+
description(): this;
|
|
14
|
+
seqValue(): this;
|
|
15
|
+
createdAt(): this;
|
|
16
|
+
updatedAt(): this;
|
|
17
|
+
category(options?: TemplateCategoryQueryOptions | (keyof TemplateCategory)[]): this;
|
|
18
|
+
theme(options?: ThemeQueryOptions | (keyof Theme)[]): this;
|
|
19
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { IQueryArgs } from "@rxdrag/entify-hooks";
|
|
2
|
+
import { QueryOptions } from "./QueryOptions";
|
|
3
|
+
import { StyleConfig, StyleConfigBoolExp, StyleConfigDistinctExp, StyleConfigOrderBy } from "../interfaces";
|
|
4
|
+
import { ThemeQueryOptions } from './ThemeQueryOptions';
|
|
5
|
+
import { Theme } from '../interfaces';
|
|
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
|
+
theme(options?: ThemeQueryOptions | (keyof Theme)[]): this;
|
|
18
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { IAggregate, IQueryArgs } from "@rxdrag/entify-hooks";
|
|
2
|
+
import { QueryOptions } from "./QueryOptions";
|
|
3
|
+
import { TemplateCategory, TemplateCategoryBoolExp, TemplateCategoryDistinctExp, TemplateCategoryOrderBy } from "../interfaces";
|
|
4
|
+
import { SectionTemplateQueryOptions } from './SectionTemplateQueryOptions';
|
|
5
|
+
import { SectionTemplate } from '../interfaces';
|
|
6
|
+
import { SectionTemplateBoolExp } from '../interfaces';
|
|
7
|
+
import { ThemeQueryOptions } from './ThemeQueryOptions';
|
|
8
|
+
import { Theme } from '../interfaces';
|
|
9
|
+
export declare class TemplateCategoryQueryOptions extends QueryOptions<TemplateCategory, TemplateCategoryBoolExp, TemplateCategoryOrderBy, TemplateCategoryDistinctExp> {
|
|
10
|
+
constructor(fields?: (keyof TemplateCategory)[], queryArgs?: IQueryArgs<TemplateCategoryBoolExp, TemplateCategoryOrderBy, TemplateCategoryDistinctExp>);
|
|
11
|
+
id(): this;
|
|
12
|
+
name(): this;
|
|
13
|
+
description(): this;
|
|
14
|
+
seqValue(): this;
|
|
15
|
+
createdAt(): this;
|
|
16
|
+
updatedAt(): this;
|
|
17
|
+
templates(options?: SectionTemplateQueryOptions | (keyof SectionTemplate)[]): this;
|
|
18
|
+
templatesAggregate(aggregate: IAggregate<SectionTemplateBoolExp>): this;
|
|
19
|
+
theme(options?: ThemeQueryOptions | (keyof Theme)[]): this;
|
|
20
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { IAggregate, IQueryArgs } from "@rxdrag/entify-hooks";
|
|
2
|
+
import { QueryOptions } from "./QueryOptions";
|
|
3
|
+
import { ThemeCategory, ThemeCategoryBoolExp, ThemeCategoryDistinctExp, ThemeCategoryOrderBy } from "../interfaces";
|
|
4
|
+
import { ThemeQueryOptions } from './ThemeQueryOptions';
|
|
5
|
+
import { Theme } from '../interfaces';
|
|
6
|
+
import { ThemeBoolExp } from '../interfaces';
|
|
7
|
+
export declare class ThemeCategoryQueryOptions extends QueryOptions<ThemeCategory, ThemeCategoryBoolExp, ThemeCategoryOrderBy, ThemeCategoryDistinctExp> {
|
|
8
|
+
constructor(fields?: (keyof ThemeCategory)[], queryArgs?: IQueryArgs<ThemeCategoryBoolExp, ThemeCategoryOrderBy, ThemeCategoryDistinctExp>);
|
|
9
|
+
id(): this;
|
|
10
|
+
name(): this;
|
|
11
|
+
description(): this;
|
|
12
|
+
seqValue(): this;
|
|
13
|
+
createdAt(): this;
|
|
14
|
+
updatedAt(): this;
|
|
15
|
+
themes(options?: ThemeQueryOptions | (keyof Theme)[]): this;
|
|
16
|
+
themesAggregate(aggregate: IAggregate<ThemeBoolExp>): this;
|
|
17
|
+
}
|
|
@@ -16,29 +16,38 @@ import { LangQueryOptions } from './LangQueryOptions';
|
|
|
16
16
|
import { Lang } from '../interfaces';
|
|
17
17
|
import { ThemeConfigQueryOptions } from './ThemeConfigQueryOptions';
|
|
18
18
|
import { ThemeConfig } from '../interfaces';
|
|
19
|
+
import { SectionTemplateQueryOptions } from './SectionTemplateQueryOptions';
|
|
20
|
+
import { SectionTemplate } from '../interfaces';
|
|
21
|
+
import { SectionTemplateBoolExp } from '../interfaces';
|
|
22
|
+
import { TemplateCategoryQueryOptions } from './TemplateCategoryQueryOptions';
|
|
23
|
+
import { TemplateCategory } from '../interfaces';
|
|
24
|
+
import { TemplateCategoryBoolExp } from '../interfaces';
|
|
25
|
+
import { StyleConfigQueryOptions } from './StyleConfigQueryOptions';
|
|
26
|
+
import { StyleConfig } from '../interfaces';
|
|
19
27
|
import { ThemeVersionQueryOptions } from './ThemeVersionQueryOptions';
|
|
20
28
|
import { ThemeVersion } from '../interfaces';
|
|
21
29
|
import { WebsiteQueryOptions } from './WebsiteQueryOptions';
|
|
22
30
|
import { Website } from '../interfaces';
|
|
31
|
+
import { ThemeCategoryQueryOptions } from './ThemeCategoryQueryOptions';
|
|
32
|
+
import { ThemeCategory } from '../interfaces';
|
|
23
33
|
export declare class ThemeQueryOptions extends QueryOptions<Theme, ThemeBoolExp, ThemeOrderBy, ThemeDistinctExp> {
|
|
24
34
|
constructor(fields?: (keyof Theme)[], queryArgs?: IQueryArgs<ThemeBoolExp, ThemeOrderBy, ThemeDistinctExp>);
|
|
25
35
|
id(): this;
|
|
26
36
|
name(): this;
|
|
27
|
-
styles(): this;
|
|
28
37
|
settings(): this;
|
|
29
38
|
description(): this;
|
|
30
|
-
tailwindConfig(): this;
|
|
31
|
-
css(): this;
|
|
32
39
|
/**
|
|
33
40
|
* 是否在主题市场
|
|
34
41
|
*/
|
|
35
42
|
isInMarket(): this;
|
|
36
43
|
/**
|
|
37
|
-
*
|
|
44
|
+
* 对应市场母主题ID
|
|
38
45
|
*/
|
|
39
|
-
|
|
46
|
+
parentThemeId(): this;
|
|
40
47
|
createdAt(): this;
|
|
41
48
|
updatedAt(): this;
|
|
49
|
+
status(): this;
|
|
50
|
+
seqValue(): this;
|
|
42
51
|
cover(options?: MediaQueryOptions | (keyof Media)[]): this;
|
|
43
52
|
components(options?: FrontComponentQueryOptions | (keyof FrontComponent)[]): this;
|
|
44
53
|
componentsAggregate(aggregate: IAggregate<FrontComponentBoolExp>): this;
|
|
@@ -48,6 +57,12 @@ export declare class ThemeQueryOptions extends QueryOptions<Theme, ThemeBoolExp,
|
|
|
48
57
|
pagesAggregate(aggregate: IAggregate<PageBoolExp>): this;
|
|
49
58
|
lang(options?: LangQueryOptions | (keyof Lang)[]): this;
|
|
50
59
|
config(options?: ThemeConfigQueryOptions | (keyof ThemeConfig)[]): this;
|
|
60
|
+
templates(options?: SectionTemplateQueryOptions | (keyof SectionTemplate)[]): this;
|
|
61
|
+
templatesAggregate(aggregate: IAggregate<SectionTemplateBoolExp>): this;
|
|
62
|
+
templateCategories(options?: TemplateCategoryQueryOptions | (keyof TemplateCategory)[]): this;
|
|
63
|
+
templateCategoriesAggregate(aggregate: IAggregate<TemplateCategoryBoolExp>): this;
|
|
64
|
+
styleConfig(options?: StyleConfigQueryOptions | (keyof StyleConfig)[]): this;
|
|
51
65
|
marketVersion(options?: ThemeVersionQueryOptions | (keyof ThemeVersion)[]): this;
|
|
52
66
|
website(options?: WebsiteQueryOptions | (keyof Website)[]): this;
|
|
67
|
+
category(options?: ThemeCategoryQueryOptions | (keyof ThemeCategory)[]): this;
|
|
53
68
|
}
|
package/dist/classes/index.d.ts
CHANGED
|
@@ -20,7 +20,6 @@ export * from './ProductCategoryQueryOptions';
|
|
|
20
20
|
export * from './SpamFilterRuleQueryOptions';
|
|
21
21
|
export * from './MediaOnProductQueryOptions';
|
|
22
22
|
export * from './AttachmentOnProductQueryOptions';
|
|
23
|
-
export * from './ProductRelatedPivotQueryOptions';
|
|
24
23
|
export * from './FrontComponentQueryOptions';
|
|
25
24
|
export * from './ComponentCategoryQueryOptions';
|
|
26
25
|
export * from './ThemeVersionQueryOptions';
|
|
@@ -28,5 +27,9 @@ export * from './ThemeInMarketQueryOptions';
|
|
|
28
27
|
export * from './ThemeConfigQueryOptions';
|
|
29
28
|
export * from './AnalyticsConfigQueryOptions';
|
|
30
29
|
export * from './PageMetaQueryOptions';
|
|
30
|
+
export * from './SectionTemplateQueryOptions';
|
|
31
|
+
export * from './ThemeCategoryQueryOptions';
|
|
32
|
+
export * from './TemplateCategoryQueryOptions';
|
|
33
|
+
export * from './StyleConfigQueryOptions';
|
|
31
34
|
export * from './QueryOptions';
|
|
32
35
|
export * from './metainfo';
|
package/dist/entries/index.d.ts
CHANGED
|
@@ -20,7 +20,6 @@ export * from './productCategoryEntry';
|
|
|
20
20
|
export * from './spamFilterRuleEntry';
|
|
21
21
|
export * from './mediaOnProductEntry';
|
|
22
22
|
export * from './attachmentOnProductEntry';
|
|
23
|
-
export * from './productRelatedPivotEntry';
|
|
24
23
|
export * from './frontComponentEntry';
|
|
25
24
|
export * from './componentCategoryEntry';
|
|
26
25
|
export * from './themeVersionEntry';
|
|
@@ -28,3 +27,7 @@ export * from './themeInMarketEntry';
|
|
|
28
27
|
export * from './themeConfigEntry';
|
|
29
28
|
export * from './analyticsConfigEntry';
|
|
30
29
|
export * from './pageMetaEntry';
|
|
30
|
+
export * from './sectionTemplateEntry';
|
|
31
|
+
export * from './themeCategoryEntry';
|
|
32
|
+
export * from './templateCategoryEntry';
|
|
33
|
+
export * from './styleConfigEntry';
|
|
@@ -3,7 +3,8 @@ export declare enum ComponentCategoryFields {
|
|
|
3
3
|
name = "name",
|
|
4
4
|
seqValue = "seqValue",
|
|
5
5
|
updatedAt = "updatedAt",
|
|
6
|
-
createdAt = "createdAt"
|
|
6
|
+
createdAt = "createdAt",
|
|
7
|
+
isInMarket = "isInMarket"
|
|
7
8
|
}
|
|
8
9
|
export declare enum ComponentCategoryAssciations {
|
|
9
10
|
components = "components",
|
|
@@ -10,7 +10,8 @@ export declare enum FrontComponentFields {
|
|
|
10
10
|
slots = "slots",
|
|
11
11
|
droppable = "droppable",
|
|
12
12
|
isInMarket = "isInMarket",
|
|
13
|
-
code = "code"
|
|
13
|
+
code = "code",
|
|
14
|
+
description = "description"
|
|
14
15
|
}
|
|
15
16
|
export declare enum FrontComponentAssciations {
|
|
16
17
|
category = "category",
|
|
@@ -15,6 +15,7 @@ export declare enum ProductFields {
|
|
|
15
15
|
* 第三方视频url
|
|
16
16
|
*/
|
|
17
17
|
externalVideoUrl = "externalVideoUrl",
|
|
18
|
+
relatedSlugs = "relatedSlugs",
|
|
18
19
|
publishedAt = "publishedAt",
|
|
19
20
|
status = "status",
|
|
20
21
|
title = "title",
|
|
@@ -29,18 +30,12 @@ export declare enum ProductAssciations {
|
|
|
29
30
|
category = "category",
|
|
30
31
|
tags = "tags",
|
|
31
32
|
tagsAggregate = "tagsAggregate",
|
|
32
|
-
draftOf = "draftOf",
|
|
33
33
|
mediaPivots = "mediaPivots",
|
|
34
34
|
mediaPivotsAggregate = "mediaPivotsAggregate",
|
|
35
35
|
attachmentPivots = "attachmentPivots",
|
|
36
36
|
attachmentPivotsAggregate = "attachmentPivotsAggregate",
|
|
37
37
|
lang = "lang",
|
|
38
|
-
relatedPivot = "relatedPivot",
|
|
39
|
-
relatedPivotAggregate = "relatedPivotAggregate",
|
|
40
38
|
meta = "meta",
|
|
41
39
|
creator = "creator",
|
|
42
|
-
|
|
43
|
-
website = "website",
|
|
44
|
-
relatedByPivot = "relatedByPivot",
|
|
45
|
-
relatedByPivotAggregate = "relatedByPivotAggregate"
|
|
40
|
+
website = "website"
|
|
46
41
|
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export declare enum SectionTemplateFields {
|
|
2
|
+
id = "id",
|
|
3
|
+
title = "title",
|
|
4
|
+
code = "code",
|
|
5
|
+
description = "description",
|
|
6
|
+
seqValue = "seqValue",
|
|
7
|
+
createdAt = "createdAt",
|
|
8
|
+
updatedAt = "updatedAt"
|
|
9
|
+
}
|
|
10
|
+
export declare enum SectionTemplateAssciations {
|
|
11
|
+
category = "category",
|
|
12
|
+
theme = "theme"
|
|
13
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export declare enum StyleConfigFields {
|
|
2
|
+
id = "id",
|
|
3
|
+
name = "name",
|
|
4
|
+
description = "description",
|
|
5
|
+
tailwindConfig = "tailwindConfig",
|
|
6
|
+
css = "css",
|
|
7
|
+
cssVariants = "cssVariants",
|
|
8
|
+
isInMarket = "isInMarket",
|
|
9
|
+
createdAt = "createdAt",
|
|
10
|
+
updatedAt = "updatedAt"
|
|
11
|
+
}
|
|
12
|
+
export declare enum StyleConfigAssciations {
|
|
13
|
+
theme = "theme"
|
|
14
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export declare enum TemplateCategoryFields {
|
|
2
|
+
id = "id",
|
|
3
|
+
name = "name",
|
|
4
|
+
description = "description",
|
|
5
|
+
seqValue = "seqValue",
|
|
6
|
+
createdAt = "createdAt",
|
|
7
|
+
updatedAt = "updatedAt"
|
|
8
|
+
}
|
|
9
|
+
export declare enum TemplateCategoryAssciations {
|
|
10
|
+
templates = "templates",
|
|
11
|
+
templatesAggregate = "templatesAggregate",
|
|
12
|
+
theme = "theme"
|
|
13
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare enum ThemeCategoryFields {
|
|
2
|
+
id = "id",
|
|
3
|
+
name = "name",
|
|
4
|
+
description = "description",
|
|
5
|
+
seqValue = "seqValue",
|
|
6
|
+
createdAt = "createdAt",
|
|
7
|
+
updatedAt = "updatedAt"
|
|
8
|
+
}
|
|
9
|
+
export declare enum ThemeCategoryAssciations {
|
|
10
|
+
themes = "themes",
|
|
11
|
+
themesAggregate = "themesAggregate"
|
|
12
|
+
}
|
|
@@ -1,21 +1,20 @@
|
|
|
1
1
|
export declare enum ThemeFields {
|
|
2
2
|
id = "id",
|
|
3
3
|
name = "name",
|
|
4
|
-
styles = "styles",
|
|
5
4
|
settings = "settings",
|
|
6
5
|
description = "description",
|
|
7
|
-
tailwindConfig = "tailwindConfig",
|
|
8
|
-
css = "css",
|
|
9
6
|
/**
|
|
10
7
|
* 是否在主题市场
|
|
11
8
|
*/
|
|
12
9
|
isInMarket = "isInMarket",
|
|
13
10
|
/**
|
|
14
|
-
*
|
|
11
|
+
* 对应市场母主题ID
|
|
15
12
|
*/
|
|
16
|
-
|
|
13
|
+
parentThemeId = "parentThemeId",
|
|
17
14
|
createdAt = "createdAt",
|
|
18
|
-
updatedAt = "updatedAt"
|
|
15
|
+
updatedAt = "updatedAt",
|
|
16
|
+
status = "status",
|
|
17
|
+
seqValue = "seqValue"
|
|
19
18
|
}
|
|
20
19
|
export declare enum ThemeAssciations {
|
|
21
20
|
cover = "cover",
|
|
@@ -27,6 +26,12 @@ export declare enum ThemeAssciations {
|
|
|
27
26
|
pagesAggregate = "pagesAggregate",
|
|
28
27
|
lang = "lang",
|
|
29
28
|
config = "config",
|
|
29
|
+
templates = "templates",
|
|
30
|
+
templatesAggregate = "templatesAggregate",
|
|
31
|
+
templateCategories = "templateCategories",
|
|
32
|
+
templateCategoriesAggregate = "templateCategoriesAggregate",
|
|
33
|
+
styleConfig = "styleConfig",
|
|
30
34
|
marketVersion = "marketVersion",
|
|
31
|
-
website = "website"
|
|
35
|
+
website = "website",
|
|
36
|
+
category = "category"
|
|
32
37
|
}
|
package/dist/fields/index.d.ts
CHANGED
|
@@ -20,7 +20,6 @@ export * from './ProductCategoryFields';
|
|
|
20
20
|
export * from './SpamFilterRuleFields';
|
|
21
21
|
export * from './MediaOnProductFields';
|
|
22
22
|
export * from './AttachmentOnProductFields';
|
|
23
|
-
export * from './ProductRelatedPivotFields';
|
|
24
23
|
export * from './FrontComponentFields';
|
|
25
24
|
export * from './ComponentCategoryFields';
|
|
26
25
|
export * from './ThemeVersionFields';
|
|
@@ -28,3 +27,7 @@ export * from './ThemeInMarketFields';
|
|
|
28
27
|
export * from './ThemeConfigFields';
|
|
29
28
|
export * from './AnalyticsConfigFields';
|
|
30
29
|
export * from './PageMetaFields';
|
|
30
|
+
export * from './SectionTemplateFields';
|
|
31
|
+
export * from './ThemeCategoryFields';
|
|
32
|
+
export * from './TemplateCategoryFields';
|
|
33
|
+
export * from './StyleConfigFields';
|