@rxdrag/rxcms-models 0.3.61 → 0.3.63
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/AbilityQueryOptions.d.ts +1 -1
- package/dist/classes/AnalyticsConfigQueryOptions.d.ts +1 -1
- package/dist/classes/AttachmentOnProductQueryOptions.d.ts +1 -1
- package/dist/classes/ChangeLogQueryOptions.d.ts +1 -1
- package/dist/classes/ComponentCategoryQueryOptions.d.ts +1 -1
- package/dist/classes/CustomerQueryOptions.d.ts +1 -1
- package/dist/classes/EnquiryQueryOptions.d.ts +1 -1
- package/dist/classes/FrontComponentQueryOptions.d.ts +1 -1
- package/dist/classes/LangQueryOptions.d.ts +1 -1
- package/dist/classes/MailQueryOptions.d.ts +1 -1
- package/dist/classes/MediaFolderQueryOptions.d.ts +1 -1
- package/dist/classes/MediaOnProductQueryOptions.d.ts +1 -1
- package/dist/classes/MediaQueryOptions.d.ts +1 -1
- package/dist/classes/PageMetaQueryOptions.d.ts +1 -1
- package/dist/classes/PageQueryOptions.d.ts +1 -1
- package/dist/classes/PostCategoryQueryOptions.d.ts +1 -1
- package/dist/classes/PostQueryOptions.d.ts +1 -1
- package/dist/classes/ProductCategoryQueryOptions.d.ts +1 -1
- package/dist/classes/ProductQueryOptions.d.ts +1 -1
- package/dist/classes/QueryOptions.d.ts +1 -1
- package/dist/classes/RoleQueryOptions.d.ts +1 -1
- package/dist/classes/SearchIndexQueryOptions.d.ts +1 -1
- package/dist/classes/SectionTemplateQueryOptions.d.ts +1 -1
- package/dist/classes/SpamFilterRuleQueryOptions.d.ts +1 -1
- package/dist/classes/StyleConfigQueryOptions.d.ts +1 -1
- package/dist/classes/TagQueryOptions.d.ts +1 -1
- package/dist/classes/TemplateCategoryQueryOptions.d.ts +1 -1
- package/dist/classes/ThemeCategoryQueryOptions.d.ts +1 -1
- package/dist/classes/ThemeConfigQueryOptions.d.ts +2 -1
- package/dist/classes/ThemeInMarketQueryOptions.d.ts +1 -1
- package/dist/classes/ThemeQueryOptions.d.ts +1 -1
- package/dist/classes/ThemeVersionQueryOptions.d.ts +1 -1
- package/dist/classes/UserQueryOptions.d.ts +1 -1
- package/dist/classes/WebsiteQueryOptions.d.ts +1 -1
- package/dist/classes/WebsiteSettingsQueryOptions.d.ts +3 -1
- package/dist/classes/WebsiteTypeQueryOptions.d.ts +1 -1
- package/dist/entries/abilityEntry.d.ts +1 -1
- package/dist/entries/analyticsConfigEntry.d.ts +1 -1
- package/dist/entries/attachmentOnProductEntry.d.ts +1 -1
- package/dist/entries/changeLogEntry.d.ts +1 -1
- package/dist/entries/componentCategoryEntry.d.ts +1 -1
- package/dist/entries/customerEntry.d.ts +1 -1
- package/dist/entries/enquiryEntry.d.ts +1 -1
- package/dist/entries/frontComponentEntry.d.ts +1 -1
- package/dist/entries/langEntry.d.ts +1 -1
- package/dist/entries/mailEntry.d.ts +1 -1
- package/dist/entries/mediaEntry.d.ts +1 -1
- package/dist/entries/mediaFolderEntry.d.ts +1 -1
- package/dist/entries/mediaOnProductEntry.d.ts +1 -1
- package/dist/entries/pageEntry.d.ts +1 -1
- package/dist/entries/pageMetaEntry.d.ts +1 -1
- package/dist/entries/postCategoryEntry.d.ts +1 -1
- package/dist/entries/postEntry.d.ts +1 -1
- package/dist/entries/productCategoryEntry.d.ts +1 -1
- package/dist/entries/productEntry.d.ts +1 -1
- package/dist/entries/roleEntry.d.ts +1 -1
- package/dist/entries/searchIndexEntry.d.ts +1 -1
- package/dist/entries/sectionTemplateEntry.d.ts +1 -1
- package/dist/entries/spamFilterRuleEntry.d.ts +1 -1
- package/dist/entries/styleConfigEntry.d.ts +1 -1
- package/dist/entries/tagEntry.d.ts +1 -1
- package/dist/entries/templateCategoryEntry.d.ts +1 -1
- package/dist/entries/themeCategoryEntry.d.ts +1 -1
- package/dist/entries/themeConfigEntry.d.ts +1 -1
- package/dist/entries/themeEntry.d.ts +1 -1
- package/dist/entries/themeInMarketEntry.d.ts +1 -1
- package/dist/entries/themeVersionEntry.d.ts +1 -1
- package/dist/entries/userEntry.d.ts +1 -1
- package/dist/entries/websiteEntry.d.ts +1 -1
- package/dist/entries/websiteSettingsEntry.d.ts +1 -1
- package/dist/entries/websiteTypeEntry.d.ts +1 -1
- package/dist/fields/ThemeConfigFields.d.ts +2 -1
- package/dist/fields/WebsiteSettingsFields.d.ts +3 -1
- package/dist/index.mjs +19 -1
- package/dist/index.mjs.map +1 -1
- package/dist/interfaces/AbilityOrderBy.d.ts +1 -1
- package/dist/interfaces/AnalyticsConfigInput.d.ts +1 -1
- package/dist/interfaces/AnalyticsConfigOrderBy.d.ts +1 -1
- package/dist/interfaces/AttachmentOnProductInput.d.ts +1 -1
- package/dist/interfaces/AttachmentOnProductOrderBy.d.ts +1 -1
- package/dist/interfaces/ChangeLogInput.d.ts +1 -1
- package/dist/interfaces/ChangeLogOrderBy.d.ts +1 -1
- package/dist/interfaces/ComponentCategoryInput.d.ts +2 -2
- package/dist/interfaces/ComponentCategoryOrderBy.d.ts +1 -1
- package/dist/interfaces/CustomerInput.d.ts +2 -2
- package/dist/interfaces/CustomerOrderBy.d.ts +1 -1
- package/dist/interfaces/DeployConfig.d.ts +8 -0
- package/dist/interfaces/EnquiryInput.d.ts +1 -1
- package/dist/interfaces/EnquiryOrderBy.d.ts +1 -1
- package/dist/interfaces/FrontComponentInput.d.ts +1 -1
- package/dist/interfaces/FrontComponentOrderBy.d.ts +1 -1
- package/dist/interfaces/LangInput.d.ts +1 -1
- package/dist/interfaces/LangOrderBy.d.ts +1 -1
- package/dist/interfaces/MailOrderBy.d.ts +1 -1
- package/dist/interfaces/MarketableOrderBy.d.ts +1 -1
- package/dist/interfaces/MediaFolderInput.d.ts +2 -2
- package/dist/interfaces/MediaFolderOrderBy.d.ts +1 -1
- package/dist/interfaces/MediaInput.d.ts +2 -2
- package/dist/interfaces/MediaOnProductInput.d.ts +1 -1
- package/dist/interfaces/MediaOnProductOrderBy.d.ts +1 -1
- package/dist/interfaces/MediaOrderBy.d.ts +1 -1
- package/dist/interfaces/PageInput.d.ts +1 -1
- package/dist/interfaces/PageMetaInput.d.ts +1 -1
- package/dist/interfaces/PageMetaOrderBy.d.ts +1 -1
- package/dist/interfaces/PageOrderBy.d.ts +1 -1
- package/dist/interfaces/PersonOrderBy.d.ts +1 -1
- package/dist/interfaces/PostCategoryInput.d.ts +2 -2
- package/dist/interfaces/PostCategoryOrderBy.d.ts +1 -1
- package/dist/interfaces/PostInput.d.ts +2 -2
- package/dist/interfaces/PostOrderBy.d.ts +1 -1
- package/dist/interfaces/ProductCategoryInput.d.ts +2 -2
- package/dist/interfaces/ProductCategoryOrderBy.d.ts +1 -1
- package/dist/interfaces/ProductInput.d.ts +2 -2
- package/dist/interfaces/ProductOrderBy.d.ts +1 -1
- package/dist/interfaces/PublishableOrderBy.d.ts +1 -1
- package/dist/interfaces/RoleInput.d.ts +1 -1
- package/dist/interfaces/RoleOrderBy.d.ts +1 -1
- package/dist/interfaces/SearchIndexInput.d.ts +1 -1
- package/dist/interfaces/SearchIndexOrderBy.d.ts +1 -1
- package/dist/interfaces/SectionTemplateInput.d.ts +1 -1
- package/dist/interfaces/SectionTemplateOrderBy.d.ts +1 -1
- package/dist/interfaces/SlugableOrderBy.d.ts +1 -1
- package/dist/interfaces/SpamFilterRuleInput.d.ts +1 -1
- package/dist/interfaces/SpamFilterRuleOrderBy.d.ts +1 -1
- package/dist/interfaces/StyleConfigInput.d.ts +1 -1
- package/dist/interfaces/StyleConfigOrderBy.d.ts +1 -1
- package/dist/interfaces/TagInput.d.ts +2 -2
- package/dist/interfaces/TagOrderBy.d.ts +1 -1
- package/dist/interfaces/TemplateCategoryInput.d.ts +2 -2
- package/dist/interfaces/TemplateCategoryOrderBy.d.ts +1 -1
- package/dist/interfaces/ThemeCategoryInput.d.ts +1 -1
- package/dist/interfaces/ThemeCategoryOrderBy.d.ts +1 -1
- package/dist/interfaces/ThemeConfig.d.ts +1 -0
- package/dist/interfaces/ThemeConfigBoolExp.d.ts +1 -0
- package/dist/interfaces/ThemeConfigDistinctExp.d.ts +2 -1
- package/dist/interfaces/ThemeConfigInput.d.ts +2 -1
- package/dist/interfaces/ThemeConfigOrderBy.d.ts +2 -1
- package/dist/interfaces/ThemeInMarketInput.d.ts +1 -1
- package/dist/interfaces/ThemeInMarketOrderBy.d.ts +1 -1
- package/dist/interfaces/ThemeInput.d.ts +2 -2
- package/dist/interfaces/ThemeOrderBy.d.ts +1 -1
- package/dist/interfaces/ThemeVersionInput.d.ts +1 -1
- package/dist/interfaces/ThemeVersionOrderBy.d.ts +1 -1
- package/dist/interfaces/UserInput.d.ts +2 -2
- package/dist/interfaces/UserOrderBy.d.ts +1 -1
- package/dist/interfaces/WebsiteContentOrderBy.d.ts +1 -1
- package/dist/interfaces/WebsiteInput.d.ts +2 -2
- package/dist/interfaces/WebsiteOrderBy.d.ts +1 -1
- package/dist/interfaces/WebsitePartOrderBy.d.ts +1 -1
- package/dist/interfaces/WebsiteSettings.d.ts +3 -0
- package/dist/interfaces/WebsiteSettingsBoolExp.d.ts +2 -0
- package/dist/interfaces/WebsiteSettingsDistinctExp.d.ts +3 -1
- package/dist/interfaces/WebsiteSettingsInput.d.ts +4 -1
- package/dist/interfaces/WebsiteSettingsOrderBy.d.ts +3 -1
- package/dist/interfaces/WebsiteTypeInput.d.ts +1 -1
- package/dist/interfaces/WebsiteTypeOrderBy.d.ts +1 -1
- package/dist/interfaces/WebsiteUserOrderBy.d.ts +1 -1
- package/dist/interfaces/index.d.ts +1 -0
- package/package.json +4 -4
|
@@ -2,7 +2,7 @@ import { AnalyticsConfig } from './AnalyticsConfig';
|
|
|
2
2
|
import { GaConfig } from './GaConfig';
|
|
3
3
|
import { OtherAnalyticsConfig } from './OtherAnalyticsConfig';
|
|
4
4
|
import { WebsiteInput } from './WebsiteInput';
|
|
5
|
-
import { SetHasOne } from '@rxdrag/entify-
|
|
5
|
+
import { SetHasOne } from '@rxdrag/entify-lib';
|
|
6
6
|
export interface AnalyticsConfigInput {
|
|
7
7
|
id?: string | null;
|
|
8
8
|
/**
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { AttachmentOnProduct } from './AttachmentOnProduct';
|
|
2
2
|
import { MediaInput } from './MediaInput';
|
|
3
3
|
import { ProductInput } from './ProductInput';
|
|
4
|
-
import { SetHasOne } from '@rxdrag/entify-
|
|
4
|
+
import { SetHasOne } from '@rxdrag/entify-lib';
|
|
5
5
|
export interface AttachmentOnProductInput {
|
|
6
6
|
id?: string | null;
|
|
7
7
|
seqValue?: number;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { ComponentCategory } from './ComponentCategory';
|
|
2
2
|
import { FrontComponentInput } from './FrontComponentInput';
|
|
3
3
|
import { ThemeInput } from './ThemeInput';
|
|
4
|
-
import { SetHasMany } from '@rxdrag/entify-
|
|
5
|
-
import { SetHasOne } from '@rxdrag/entify-
|
|
4
|
+
import { SetHasMany } from '@rxdrag/entify-lib';
|
|
5
|
+
import { SetHasOne } from '@rxdrag/entify-lib';
|
|
6
6
|
export interface ComponentCategoryInput {
|
|
7
7
|
id?: string | null;
|
|
8
8
|
name?: string;
|
|
@@ -2,8 +2,8 @@ import { Customer } from './Customer';
|
|
|
2
2
|
import { EnquiryInput } from './EnquiryInput';
|
|
3
3
|
import { LangInput } from './LangInput';
|
|
4
4
|
import { WebsiteInput } from './WebsiteInput';
|
|
5
|
-
import { SetHasMany } from '@rxdrag/entify-
|
|
6
|
-
import { SetHasOne } from '@rxdrag/entify-
|
|
5
|
+
import { SetHasMany } from '@rxdrag/entify-lib';
|
|
6
|
+
import { SetHasOne } from '@rxdrag/entify-lib';
|
|
7
7
|
import { WebsitePart } from './WebsitePart';
|
|
8
8
|
import { Person } from './Person';
|
|
9
9
|
export interface CustomerInput extends WebsitePart, Person {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { OrderBy } from '@rxdrag/entify-
|
|
1
|
+
import { OrderBy } from '@rxdrag/entify-lib';
|
|
2
2
|
import { WebsitePartOrderBy } from './WebsitePartOrderBy';
|
|
3
3
|
import { PersonOrderBy } from './PersonOrderBy';
|
|
4
4
|
export interface CustomerOrderBy extends WebsitePartOrderBy, PersonOrderBy {
|
|
@@ -2,7 +2,7 @@ import { Enquiry } from './Enquiry';
|
|
|
2
2
|
import { LangInput } from './LangInput';
|
|
3
3
|
import { CustomerInput } from './CustomerInput';
|
|
4
4
|
import { WebsiteInput } from './WebsiteInput';
|
|
5
|
-
import { SetHasOne } from '@rxdrag/entify-
|
|
5
|
+
import { SetHasOne } from '@rxdrag/entify-lib';
|
|
6
6
|
import { WebsitePart } from './WebsitePart';
|
|
7
7
|
export interface EnquiryInput extends WebsitePart {
|
|
8
8
|
id?: string | null;
|
|
@@ -2,7 +2,7 @@ import { FrontComponent } from './FrontComponent';
|
|
|
2
2
|
import { PropsFields } from './PropsFields';
|
|
3
3
|
import { ComponentCategoryInput } from './ComponentCategoryInput';
|
|
4
4
|
import { ThemeInput } from './ThemeInput';
|
|
5
|
-
import { SetHasOne } from '@rxdrag/entify-
|
|
5
|
+
import { SetHasOne } from '@rxdrag/entify-lib';
|
|
6
6
|
export interface FrontComponentInput {
|
|
7
7
|
id?: string | null;
|
|
8
8
|
name?: string;
|
|
@@ -11,7 +11,7 @@ import { SpamFilterRuleInput } from './SpamFilterRuleInput';
|
|
|
11
11
|
import { MediaInput } from './MediaInput';
|
|
12
12
|
import { WebsiteInput } from './WebsiteInput';
|
|
13
13
|
import { ThemeInput } from './ThemeInput';
|
|
14
|
-
import { SetHasMany } from '@rxdrag/entify-
|
|
14
|
+
import { SetHasMany } from '@rxdrag/entify-lib';
|
|
15
15
|
/**
|
|
16
16
|
* 语言
|
|
17
17
|
*
|
|
@@ -2,8 +2,8 @@ import { MediaFolder } from './MediaFolder';
|
|
|
2
2
|
import { LangInput } from './LangInput';
|
|
3
3
|
import { MediaInput } from './MediaInput';
|
|
4
4
|
import { WebsiteInput } from './WebsiteInput';
|
|
5
|
-
import { SetHasMany } from '@rxdrag/entify-
|
|
6
|
-
import { SetHasOne } from '@rxdrag/entify-
|
|
5
|
+
import { SetHasMany } from '@rxdrag/entify-lib';
|
|
6
|
+
import { SetHasOne } from '@rxdrag/entify-lib';
|
|
7
7
|
import { WebsitePart } from './WebsitePart';
|
|
8
8
|
/**
|
|
9
9
|
* 媒体分类
|
|
@@ -14,8 +14,8 @@ import { PostCategoryInput } from './PostCategoryInput';
|
|
|
14
14
|
import { ThemeConfigInput } from './ThemeConfigInput';
|
|
15
15
|
import { PageMetaInput } from './PageMetaInput';
|
|
16
16
|
import { SearchIndexInput } from './SearchIndexInput';
|
|
17
|
-
import { SetHasMany } from '@rxdrag/entify-
|
|
18
|
-
import { SetHasOne } from '@rxdrag/entify-
|
|
17
|
+
import { SetHasMany } from '@rxdrag/entify-lib';
|
|
18
|
+
import { SetHasOne } from '@rxdrag/entify-lib';
|
|
19
19
|
import { WebsitePart } from './WebsitePart';
|
|
20
20
|
export interface MediaInput extends WebsitePart {
|
|
21
21
|
id?: string | null;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { MediaOnProduct } from './MediaOnProduct';
|
|
2
2
|
import { MediaInput } from './MediaInput';
|
|
3
3
|
import { ProductInput } from './ProductInput';
|
|
4
|
-
import { SetHasOne } from '@rxdrag/entify-
|
|
4
|
+
import { SetHasOne } from '@rxdrag/entify-lib';
|
|
5
5
|
export interface MediaOnProductInput {
|
|
6
6
|
id?: string | null;
|
|
7
7
|
altText?: string;
|
|
@@ -2,7 +2,7 @@ import { Page } from './Page';
|
|
|
2
2
|
import { PageType } from './PageType';
|
|
3
3
|
import { PageMetaInput } from './PageMetaInput';
|
|
4
4
|
import { ThemeInput } from './ThemeInput';
|
|
5
|
-
import { SetHasOne } from '@rxdrag/entify-
|
|
5
|
+
import { SetHasOne } from '@rxdrag/entify-lib';
|
|
6
6
|
export interface PageInput {
|
|
7
7
|
id?: string | null;
|
|
8
8
|
title?: string;
|
|
@@ -3,7 +3,7 @@ import { MediaInput } from './MediaInput';
|
|
|
3
3
|
import { ProductInput } from './ProductInput';
|
|
4
4
|
import { PageInput } from './PageInput';
|
|
5
5
|
import { PostInput } from './PostInput';
|
|
6
|
-
import { SetHasOne } from '@rxdrag/entify-
|
|
6
|
+
import { SetHasOne } from '@rxdrag/entify-lib';
|
|
7
7
|
export interface PageMetaInput {
|
|
8
8
|
id?: string | null;
|
|
9
9
|
seoTitle?: string;
|
|
@@ -3,8 +3,8 @@ import { PostInput } from './PostInput';
|
|
|
3
3
|
import { LangInput } from './LangInput';
|
|
4
4
|
import { MediaInput } from './MediaInput';
|
|
5
5
|
import { WebsiteInput } from './WebsiteInput';
|
|
6
|
-
import { SetHasMany } from '@rxdrag/entify-
|
|
7
|
-
import { SetHasOne } from '@rxdrag/entify-
|
|
6
|
+
import { SetHasMany } from '@rxdrag/entify-lib';
|
|
7
|
+
import { SetHasOne } from '@rxdrag/entify-lib';
|
|
8
8
|
import { WebsitePart } from './WebsitePart';
|
|
9
9
|
import { Slugable } from './Slugable';
|
|
10
10
|
/**
|
|
@@ -6,8 +6,8 @@ import { LangInput } from './LangInput';
|
|
|
6
6
|
import { PageMetaInput } from './PageMetaInput';
|
|
7
7
|
import { PostCategoryInput } from './PostCategoryInput';
|
|
8
8
|
import { WebsiteInput } from './WebsiteInput';
|
|
9
|
-
import { SetHasMany } from '@rxdrag/entify-
|
|
10
|
-
import { SetHasOne } from '@rxdrag/entify-
|
|
9
|
+
import { SetHasMany } from '@rxdrag/entify-lib';
|
|
10
|
+
import { SetHasOne } from '@rxdrag/entify-lib';
|
|
11
11
|
import { Publishable } from './Publishable';
|
|
12
12
|
/**
|
|
13
13
|
* 文章
|
|
@@ -3,8 +3,8 @@ import { MediaInput } from './MediaInput';
|
|
|
3
3
|
import { LangInput } from './LangInput';
|
|
4
4
|
import { ProductInput } from './ProductInput';
|
|
5
5
|
import { WebsiteInput } from './WebsiteInput';
|
|
6
|
-
import { SetHasMany } from '@rxdrag/entify-
|
|
7
|
-
import { SetHasOne } from '@rxdrag/entify-
|
|
6
|
+
import { SetHasMany } from '@rxdrag/entify-lib';
|
|
7
|
+
import { SetHasOne } from '@rxdrag/entify-lib';
|
|
8
8
|
import { WebsitePart } from './WebsitePart';
|
|
9
9
|
import { Slugable } from './Slugable';
|
|
10
10
|
export interface ProductCategoryInput extends WebsitePart, Slugable {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { OrderBy } from '@rxdrag/entify-
|
|
1
|
+
import { OrderBy } from '@rxdrag/entify-lib';
|
|
2
2
|
import { WebsitePartOrderBy } from './WebsitePartOrderBy';
|
|
3
3
|
import { SlugableOrderBy } from './SlugableOrderBy';
|
|
4
4
|
export interface ProductCategoryOrderBy extends WebsitePartOrderBy, SlugableOrderBy {
|
|
@@ -7,8 +7,8 @@ import { LangInput } from './LangInput';
|
|
|
7
7
|
import { PageMetaInput } from './PageMetaInput';
|
|
8
8
|
import { UserInput } from './UserInput';
|
|
9
9
|
import { WebsiteInput } from './WebsiteInput';
|
|
10
|
-
import { SetHasMany } from '@rxdrag/entify-
|
|
11
|
-
import { SetHasOne } from '@rxdrag/entify-
|
|
10
|
+
import { SetHasMany } from '@rxdrag/entify-lib';
|
|
11
|
+
import { SetHasOne } from '@rxdrag/entify-lib';
|
|
12
12
|
import { Publishable } from './Publishable';
|
|
13
13
|
export interface ProductInput extends Publishable {
|
|
14
14
|
id?: string | null;
|
|
@@ -3,7 +3,7 @@ import { SourceType } from './SourceType';
|
|
|
3
3
|
import { PublishableStatus } from './PublishableStatus';
|
|
4
4
|
import { MediaInput } from './MediaInput';
|
|
5
5
|
import { WebsiteInput } from './WebsiteInput';
|
|
6
|
-
import { SetHasOne } from '@rxdrag/entify-
|
|
6
|
+
import { SetHasOne } from '@rxdrag/entify-lib';
|
|
7
7
|
export interface SearchIndexInput {
|
|
8
8
|
id?: string | null;
|
|
9
9
|
sourceType?: SourceType;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SectionTemplate } from './SectionTemplate';
|
|
2
2
|
import { TemplateCategoryInput } from './TemplateCategoryInput';
|
|
3
3
|
import { ThemeInput } from './ThemeInput';
|
|
4
|
-
import { SetHasOne } from '@rxdrag/entify-
|
|
4
|
+
import { SetHasOne } from '@rxdrag/entify-lib';
|
|
5
5
|
export interface SectionTemplateInput {
|
|
6
6
|
id?: string | null;
|
|
7
7
|
title?: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SpamFilterRule } from './SpamFilterRule';
|
|
2
2
|
import { LangInput } from './LangInput';
|
|
3
3
|
import { WebsiteInput } from './WebsiteInput';
|
|
4
|
-
import { SetHasOne } from '@rxdrag/entify-
|
|
4
|
+
import { SetHasOne } from '@rxdrag/entify-lib';
|
|
5
5
|
import { WebsitePart } from './WebsitePart';
|
|
6
6
|
/**
|
|
7
7
|
* 垃圾过滤规则
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { StyleConfig } from './StyleConfig';
|
|
2
2
|
import { ThemeInput } from './ThemeInput';
|
|
3
|
-
import { SetHasOne } from '@rxdrag/entify-
|
|
3
|
+
import { SetHasOne } from '@rxdrag/entify-lib';
|
|
4
4
|
export interface StyleConfigInput {
|
|
5
5
|
id?: string | null;
|
|
6
6
|
name?: string;
|
|
@@ -3,8 +3,8 @@ import { LangInput } from './LangInput';
|
|
|
3
3
|
import { PostInput } from './PostInput';
|
|
4
4
|
import { ProductInput } from './ProductInput';
|
|
5
5
|
import { WebsiteInput } from './WebsiteInput';
|
|
6
|
-
import { SetHasMany } from '@rxdrag/entify-
|
|
7
|
-
import { SetHasOne } from '@rxdrag/entify-
|
|
6
|
+
import { SetHasMany } from '@rxdrag/entify-lib';
|
|
7
|
+
import { SetHasOne } from '@rxdrag/entify-lib';
|
|
8
8
|
import { WebsitePart } from './WebsitePart';
|
|
9
9
|
/**
|
|
10
10
|
* 文章标签
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { TemplateCategory } from './TemplateCategory';
|
|
2
2
|
import { SectionTemplateInput } from './SectionTemplateInput';
|
|
3
3
|
import { ThemeInput } from './ThemeInput';
|
|
4
|
-
import { SetHasMany } from '@rxdrag/entify-
|
|
5
|
-
import { SetHasOne } from '@rxdrag/entify-
|
|
4
|
+
import { SetHasMany } from '@rxdrag/entify-lib';
|
|
5
|
+
import { SetHasOne } from '@rxdrag/entify-lib';
|
|
6
6
|
export interface TemplateCategoryInput {
|
|
7
7
|
id?: string | null;
|
|
8
8
|
name?: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ThemeCategory } from './ThemeCategory';
|
|
2
2
|
import { ThemeInput } from './ThemeInput';
|
|
3
|
-
import { SetHasMany } from '@rxdrag/entify-
|
|
3
|
+
import { SetHasMany } from '@rxdrag/entify-lib';
|
|
4
4
|
export interface ThemeCategoryInput {
|
|
5
5
|
id?: string | null;
|
|
6
6
|
name?: string;
|
|
@@ -15,6 +15,7 @@ export declare enum ThemeConfigDistinctEnum {
|
|
|
15
15
|
pngIcon = "pngIcon",
|
|
16
16
|
icoIcon = "icoIcon",
|
|
17
17
|
appleTouchIcon = "appleTouchIcon",
|
|
18
|
-
redirects = "redirects"
|
|
18
|
+
redirects = "redirects",
|
|
19
|
+
previewUrl = "previewUrl"
|
|
19
20
|
}
|
|
20
21
|
export type ThemeConfigDistinctExp = ThemeConfigDistinctEnum;
|
|
@@ -2,7 +2,7 @@ import { ThemeConfig } from './ThemeConfig';
|
|
|
2
2
|
import { EmailTemplates } from './EmailTemplates';
|
|
3
3
|
import { MediaInput } from './MediaInput';
|
|
4
4
|
import { ThemeInput } from './ThemeInput';
|
|
5
|
-
import { SetHasOne } from '@rxdrag/entify-
|
|
5
|
+
import { SetHasOne } from '@rxdrag/entify-lib';
|
|
6
6
|
export interface ThemeConfigInput {
|
|
7
7
|
id?: string | null;
|
|
8
8
|
websiteTitle?: string;
|
|
@@ -21,6 +21,7 @@ export interface ThemeConfigInput {
|
|
|
21
21
|
icoIcon?: string;
|
|
22
22
|
appleTouchIcon?: string;
|
|
23
23
|
redirects?: string;
|
|
24
|
+
previewUrl?: string;
|
|
24
25
|
contactAvatar?: SetHasOne<MediaInput>;
|
|
25
26
|
theme?: SetHasOne<ThemeInput>;
|
|
26
27
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { OrderBy } from '@rxdrag/entify-
|
|
1
|
+
import { OrderBy } from '@rxdrag/entify-lib';
|
|
2
2
|
export interface ThemeConfigOrderBy {
|
|
3
3
|
id?: OrderBy;
|
|
4
4
|
websiteTitle?: OrderBy;
|
|
@@ -17,4 +17,5 @@ export interface ThemeConfigOrderBy {
|
|
|
17
17
|
icoIcon?: OrderBy;
|
|
18
18
|
appleTouchIcon?: OrderBy;
|
|
19
19
|
redirects?: OrderBy;
|
|
20
|
+
previewUrl?: OrderBy;
|
|
20
21
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ThemeInMarket } from './ThemeInMarket';
|
|
2
2
|
import { ThemeVersionInput } from './ThemeVersionInput';
|
|
3
|
-
import { SetHasMany } from '@rxdrag/entify-
|
|
3
|
+
import { SetHasMany } from '@rxdrag/entify-lib';
|
|
4
4
|
import { Marketable } from './Marketable';
|
|
5
5
|
export interface ThemeInMarketInput extends Marketable {
|
|
6
6
|
id?: string | null;
|
|
@@ -12,8 +12,8 @@ import { StyleConfigInput } from './StyleConfigInput';
|
|
|
12
12
|
import { ThemeVersionInput } from './ThemeVersionInput';
|
|
13
13
|
import { WebsiteInput } from './WebsiteInput';
|
|
14
14
|
import { ThemeCategoryInput } from './ThemeCategoryInput';
|
|
15
|
-
import { SetHasMany } from '@rxdrag/entify-
|
|
16
|
-
import { SetHasOne } from '@rxdrag/entify-
|
|
15
|
+
import { SetHasMany } from '@rxdrag/entify-lib';
|
|
16
|
+
import { SetHasOne } from '@rxdrag/entify-lib';
|
|
17
17
|
export interface ThemeInput {
|
|
18
18
|
id?: string | null;
|
|
19
19
|
name?: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ThemeVersion } from './ThemeVersion';
|
|
2
2
|
import { ThemeInput } from './ThemeInput';
|
|
3
3
|
import { ThemeInMarketInput } from './ThemeInMarketInput';
|
|
4
|
-
import { SetHasOne } from '@rxdrag/entify-
|
|
4
|
+
import { SetHasOne } from '@rxdrag/entify-lib';
|
|
5
5
|
export interface ThemeVersionInput {
|
|
6
6
|
id?: string | null;
|
|
7
7
|
version?: string;
|