@rxdrag/rxcms-models 0.3.76 → 0.3.77
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/classes/AbilityQueryOptions.d.ts +2 -2
- package/dist/classes/ComponentCategoryQueryOptions.d.ts +4 -3
- package/dist/classes/EnquiryQueryOptions.d.ts +10 -1
- package/dist/classes/FAQQueryOptions.d.ts +1 -6
- package/dist/classes/FrontComponentQueryOptions.d.ts +12 -3
- package/dist/classes/LangQueryOptions.d.ts +5 -15
- package/dist/classes/MediaQueryOptions.d.ts +30 -5
- package/dist/classes/PageQueryOptions.d.ts +3 -3
- package/dist/classes/PostQueryOptions.d.ts +2 -0
- package/dist/classes/ProductQueryOptions.d.ts +3 -0
- package/dist/classes/RoleQueryOptions.d.ts +5 -0
- package/dist/classes/RoleVariableQueryOptions.d.ts +15 -0
- package/dist/classes/SectionTemplateQueryOptions.d.ts +6 -3
- package/dist/classes/StorageRecordQueryOptions.d.ts +11 -0
- package/dist/classes/StyleConfigQueryOptions.d.ts +3 -3
- package/dist/classes/TemplateCategoryQueryOptions.d.ts +3 -3
- package/dist/classes/ThemeBranchQueryOptions.d.ts +62 -0
- package/dist/classes/ThemeConfigQueryOptions.d.ts +3 -3
- package/dist/classes/ThemeQueryOptions.d.ts +5 -50
- package/dist/classes/ThemeVersionQueryOptions.d.ts +3 -3
- package/dist/classes/UserOperationQueryOptions.d.ts +19 -0
- package/dist/classes/UserQueryOptions.d.ts +8 -0
- package/dist/classes/VisitorLogQueryOptions.d.ts +27 -0
- package/dist/classes/WebsiteQueryOptions.d.ts +16 -20
- package/dist/classes/WebsiteSnapshotQueryOptions.d.ts +15 -0
- package/dist/classes/index.d.ts +7 -3
- package/dist/entries/index.d.ts +7 -3
- package/dist/entries/roleVariableEntry.d.ts +2 -0
- package/dist/entries/storageRecordEntry.d.ts +2 -0
- package/dist/entries/themeBranchEntry.d.ts +2 -0
- package/dist/entries/userOperationEntry.d.ts +2 -0
- package/dist/entries/visitorLogEntry.d.ts +2 -0
- package/dist/entries/websiteSnapshotEntry.d.ts +2 -0
- package/dist/fields/AbilityFields.d.ts +2 -2
- package/dist/fields/ComponentCategoryFields.d.ts +2 -1
- package/dist/fields/EnquiryFields.d.ts +6 -0
- package/dist/fields/FAQFields.d.ts +3 -4
- package/dist/fields/FrontComponentFields.d.ts +8 -1
- package/dist/fields/LangFields.d.ts +0 -4
- package/dist/fields/MediaFields.d.ts +19 -4
- package/dist/fields/PostFields.d.ts +3 -1
- package/dist/fields/ProductFields.d.ts +5 -2
- package/dist/fields/RoleFields.d.ts +2 -0
- package/dist/fields/RoleVariableFields.d.ts +11 -0
- package/dist/fields/SectionTemplateFields.d.ts +1 -0
- package/dist/fields/StorageRecordFields.d.ts +9 -0
- package/dist/fields/ThemeBranchFields.d.ts +33 -0
- package/dist/fields/ThemeFields.d.ts +2 -25
- package/dist/fields/UserFields.d.ts +4 -0
- package/dist/fields/UserOperationFields.d.ts +13 -0
- package/dist/fields/VisitorLogFields.d.ts +25 -0
- package/dist/fields/WebsiteFields.d.ts +6 -7
- package/dist/fields/WebsiteSnapshotFields.d.ts +8 -0
- package/dist/fields/index.d.ts +7 -3
- package/dist/index.mjs +1172 -581
- package/dist/index.mjs.map +1 -1
- package/dist/interfaces/Ability.d.ts +3 -3
- package/dist/interfaces/AbilityBoolExp.d.ts +3 -3
- package/dist/interfaces/AbilityDistinctExp.d.ts +2 -2
- package/dist/interfaces/AbilityInput.d.ts +3 -3
- package/dist/interfaces/AbilityOrderBy.d.ts +2 -2
- package/dist/interfaces/ComponentCategory.d.ts +3 -2
- package/dist/interfaces/ComponentCategoryBoolExp.d.ts +3 -2
- package/dist/interfaces/ComponentCategoryDistinctExp.d.ts +2 -1
- package/dist/interfaces/ComponentCategoryInput.d.ts +3 -2
- package/dist/interfaces/ComponentCategoryOrderBy.d.ts +1 -0
- package/dist/interfaces/Enquiry.d.ts +8 -0
- package/dist/interfaces/EnquiryBoolExp.d.ts +6 -0
- package/dist/interfaces/EnquiryDistinctExp.d.ts +4 -0
- package/dist/interfaces/EnquiryInput.d.ts +7 -0
- package/dist/interfaces/EnquiryOrderBy.d.ts +4 -0
- package/dist/interfaces/EnquirySettings.d.ts +4 -0
- package/dist/interfaces/FAQ.d.ts +1 -4
- package/dist/interfaces/FAQBoolExp.d.ts +2 -4
- package/dist/interfaces/FAQDistinctExp.d.ts +2 -1
- package/dist/interfaces/FAQInput.d.ts +1 -4
- package/dist/interfaces/FAQOrderBy.d.ts +1 -0
- package/dist/interfaces/FileRef.d.ts +7 -0
- package/dist/interfaces/FileRefInput.d.ts +5 -0
- package/dist/interfaces/FrontComponent.d.ts +12 -4
- package/dist/interfaces/FrontComponentBoolExp.d.ts +7 -2
- package/dist/interfaces/FrontComponentDistinctExp.d.ts +7 -1
- package/dist/interfaces/FrontComponentInput.d.ts +12 -4
- package/dist/interfaces/FrontComponentOrderBy.d.ts +6 -0
- package/dist/interfaces/ImageSize.d.ts +4 -0
- package/dist/interfaces/ImageSizes.d.ts +6 -0
- package/dist/interfaces/Lang.d.ts +2 -8
- package/dist/interfaces/LangBoolExp.d.ts +2 -6
- package/dist/interfaces/LangInput.d.ts +2 -6
- package/dist/interfaces/Media.d.ts +22 -4
- package/dist/interfaces/MediaBoolExp.d.ts +16 -3
- package/dist/interfaces/MediaDistinctExp.d.ts +11 -2
- package/dist/interfaces/MediaInput.d.ts +21 -5
- package/dist/interfaces/MediaOrderBy.d.ts +8 -1
- package/dist/interfaces/Page.d.ts +2 -2
- package/dist/interfaces/PageBoolExp.d.ts +2 -2
- package/dist/interfaces/PageInput.d.ts +2 -2
- package/dist/interfaces/PageType.d.ts +9 -1
- package/dist/interfaces/Post.d.ts +2 -1
- package/dist/interfaces/PostBoolExp.d.ts +2 -1
- package/dist/interfaces/PostDistinctExp.d.ts +5 -2
- package/dist/interfaces/PostInput.d.ts +2 -1
- package/dist/interfaces/PostOrderBy.d.ts +2 -1
- package/dist/interfaces/Product.d.ts +4 -2
- package/dist/interfaces/ProductBoolExp.d.ts +2 -1
- package/dist/interfaces/ProductDistinctExp.d.ts +5 -2
- package/dist/interfaces/ProductInput.d.ts +3 -2
- package/dist/interfaces/ProductOrderBy.d.ts +2 -1
- package/dist/interfaces/PropsSchema.d.ts +7 -0
- package/dist/interfaces/Role.d.ts +3 -0
- package/dist/interfaces/RoleBoolExp.d.ts +2 -0
- package/dist/interfaces/RoleInput.d.ts +2 -0
- package/dist/interfaces/RoleVariable.d.ts +13 -0
- package/dist/interfaces/RoleVariableBoolExp.d.ts +17 -0
- package/dist/interfaces/RoleVariableDistinctExp.d.ts +9 -0
- package/dist/interfaces/RoleVariableInput.d.ts +15 -0
- package/dist/interfaces/RoleVariableOrderBy.d.ts +9 -0
- package/dist/interfaces/SectionTemplate.d.ts +4 -2
- package/dist/interfaces/SectionTemplateBoolExp.d.ts +4 -2
- package/dist/interfaces/SectionTemplateInput.d.ts +4 -2
- package/dist/interfaces/Softable.d.ts +5 -0
- package/dist/interfaces/SoftableBoolExp.d.ts +11 -0
- package/dist/interfaces/SoftableDistinctExp.d.ts +6 -0
- package/dist/interfaces/SoftableOrderBy.d.ts +6 -0
- package/dist/interfaces/StorageRecord.d.ts +9 -0
- package/dist/interfaces/StorageRecordBoolExp.d.ts +13 -0
- package/dist/interfaces/StorageRecordDistinctExp.d.ts +8 -0
- package/dist/interfaces/StorageRecordInput.d.ts +10 -0
- package/dist/interfaces/StorageRecordOrderBy.d.ts +8 -0
- package/dist/interfaces/StyleConfig.d.ts +2 -2
- package/dist/interfaces/StyleConfigBoolExp.d.ts +2 -2
- package/dist/interfaces/StyleConfigInput.d.ts +2 -2
- package/dist/interfaces/TemplateCategory.d.ts +2 -2
- package/dist/interfaces/TemplateCategoryBoolExp.d.ts +2 -2
- package/dist/interfaces/TemplateCategoryInput.d.ts +2 -2
- package/dist/interfaces/Theme.d.ts +4 -37
- package/dist/interfaces/ThemeBoolExp.d.ts +4 -27
- package/dist/interfaces/ThemeBranch.d.ts +46 -0
- package/dist/interfaces/ThemeBranchBoolExp.d.ts +40 -0
- package/dist/interfaces/ThemeBranchDistinctExp.d.ts +15 -0
- package/dist/interfaces/ThemeBranchInput.d.ts +43 -0
- package/dist/interfaces/ThemeBranchOrderBy.d.ts +15 -0
- package/dist/interfaces/ThemeConfig.d.ts +2 -2
- package/dist/interfaces/ThemeConfigBoolExp.d.ts +2 -2
- package/dist/interfaces/ThemeConfigInput.d.ts +2 -2
- package/dist/interfaces/ThemeDistinctExp.d.ts +0 -10
- package/dist/interfaces/ThemeInput.d.ts +3 -32
- package/dist/interfaces/ThemeOrderBy.d.ts +0 -10
- package/dist/interfaces/ThemeSettings.d.ts +5 -0
- package/dist/interfaces/ThemeVersion.d.ts +2 -2
- package/dist/interfaces/ThemeVersionBoolExp.d.ts +2 -2
- package/dist/interfaces/ThemeVersionInput.d.ts +2 -2
- package/dist/interfaces/User.d.ts +5 -0
- package/dist/interfaces/UserBoolExp.d.ts +3 -0
- package/dist/interfaces/UserInput.d.ts +3 -0
- package/dist/interfaces/UserOperation.d.ts +16 -0
- package/dist/interfaces/UserOperationBoolExp.d.ts +21 -0
- package/dist/interfaces/UserOperationDistinctExp.d.ts +10 -0
- package/dist/interfaces/UserOperationInput.d.ts +18 -0
- package/dist/interfaces/UserOperationOrderBy.d.ts +10 -0
- package/dist/interfaces/VariableType.d.ts +10 -0
- package/dist/interfaces/VisitorLog.d.ts +26 -0
- package/dist/interfaces/VisitorLogBoolExp.d.ts +33 -0
- package/dist/interfaces/VisitorLogDistinctExp.d.ts +24 -0
- package/dist/interfaces/VisitorLogInput.d.ts +27 -0
- package/dist/interfaces/VisitorLogOrderBy.d.ts +24 -0
- package/dist/interfaces/VistType.d.ts +14 -0
- package/dist/interfaces/Website.d.ts +9 -11
- package/dist/interfaces/WebsiteBoolExp.d.ts +7 -8
- package/dist/interfaces/WebsiteInput.d.ts +7 -8
- package/dist/interfaces/WebsiteSnapshot.d.ts +11 -0
- package/dist/interfaces/WebsiteSnapshotBoolExp.d.ts +11 -0
- package/dist/interfaces/WebsiteSnapshotDistinctExp.d.ts +4 -0
- package/dist/interfaces/WebsiteSnapshotInput.d.ts +12 -0
- package/dist/interfaces/WebsiteSnapshotOrderBy.d.ts +4 -0
- package/dist/interfaces/index.d.ts +46 -16
- package/package.json +4 -4
- package/dist/classes/CustomerCaseQueryOptions.d.ts +0 -22
- package/dist/classes/SolutionQueryOptions.d.ts +0 -27
- package/dist/entries/customerCaseEntry.d.ts +0 -2
- package/dist/entries/solutionEntry.d.ts +0 -2
- package/dist/fields/CustomerCaseFields.d.ts +0 -16
- package/dist/fields/SolutionFields.d.ts +0 -18
- package/dist/interfaces/CustomerCase.d.ts +0 -11
- package/dist/interfaces/CustomerCaseBoolExp.d.ts +0 -13
- package/dist/interfaces/CustomerCaseDistinctExp.d.ts +0 -15
- package/dist/interfaces/CustomerCaseInput.d.ts +0 -13
- package/dist/interfaces/CustomerCaseOrderBy.d.ts +0 -6
- package/dist/interfaces/PropsFields.d.ts +0 -8
- package/dist/interfaces/Solution.d.ts +0 -15
- package/dist/interfaces/SolutionBoolExp.d.ts +0 -15
- package/dist/interfaces/SolutionDistinctExp.d.ts +0 -15
- package/dist/interfaces/SolutionInput.d.ts +0 -16
- package/dist/interfaces/SolutionOrderBy.d.ts +0 -6
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { IAggregate, IQueryArgs } from "@rxdrag/entify-lib";
|
|
2
|
-
import { QueryOptions } from "./QueryOptions";
|
|
3
|
-
import { Solution, SolutionBoolExp, SolutionDistinctExp, SolutionOrderBy } from "../interfaces";
|
|
4
|
-
import { LangQueryOptions } from './LangQueryOptions';
|
|
5
|
-
import { Lang } from '../interfaces';
|
|
6
|
-
import { FAQQueryOptions } from './FAQQueryOptions';
|
|
7
|
-
import { FAQ } from '../interfaces';
|
|
8
|
-
import { FAQBoolExp } from '../interfaces';
|
|
9
|
-
import { WebsiteQueryOptions } from './WebsiteQueryOptions';
|
|
10
|
-
import { Website } from '../interfaces';
|
|
11
|
-
export declare class SolutionQueryOptions extends QueryOptions<Solution, SolutionBoolExp, SolutionOrderBy, SolutionDistinctExp> {
|
|
12
|
-
constructor(fields?: (keyof Solution)[], queryArgs?: IQueryArgs<SolutionBoolExp, SolutionOrderBy, SolutionDistinctExp>);
|
|
13
|
-
id(): this;
|
|
14
|
-
publishedAt(): this;
|
|
15
|
-
status(): this;
|
|
16
|
-
title(): this;
|
|
17
|
-
extends(): this;
|
|
18
|
-
createdAt(): this;
|
|
19
|
-
updatedAt(): this;
|
|
20
|
-
content(): this;
|
|
21
|
-
slug(): this;
|
|
22
|
-
description(): this;
|
|
23
|
-
lang(options?: LangQueryOptions | (keyof Lang)[]): this;
|
|
24
|
-
faqs(options?: FAQQueryOptions | (keyof FAQ)[]): this;
|
|
25
|
-
faqsAggregate(aggregate: IAggregate<FAQBoolExp>): this;
|
|
26
|
-
website(options?: WebsiteQueryOptions | (keyof Website)[]): this;
|
|
27
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
export declare enum CustomerCaseFields {
|
|
2
|
-
id = "id",
|
|
3
|
-
publishedAt = "publishedAt",
|
|
4
|
-
status = "status",
|
|
5
|
-
title = "title",
|
|
6
|
-
extends = "extends",
|
|
7
|
-
createdAt = "createdAt",
|
|
8
|
-
updatedAt = "updatedAt",
|
|
9
|
-
content = "content",
|
|
10
|
-
slug = "slug",
|
|
11
|
-
description = "description"
|
|
12
|
-
}
|
|
13
|
-
export declare enum CustomerCaseAssciations {
|
|
14
|
-
lang = "lang",
|
|
15
|
-
website = "website"
|
|
16
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
export declare enum SolutionFields {
|
|
2
|
-
id = "id",
|
|
3
|
-
publishedAt = "publishedAt",
|
|
4
|
-
status = "status",
|
|
5
|
-
title = "title",
|
|
6
|
-
extends = "extends",
|
|
7
|
-
createdAt = "createdAt",
|
|
8
|
-
updatedAt = "updatedAt",
|
|
9
|
-
content = "content",
|
|
10
|
-
slug = "slug",
|
|
11
|
-
description = "description"
|
|
12
|
-
}
|
|
13
|
-
export declare enum SolutionAssciations {
|
|
14
|
-
lang = "lang",
|
|
15
|
-
faqs = "faqs",
|
|
16
|
-
faqsAggregate = "faqsAggregate",
|
|
17
|
-
website = "website"
|
|
18
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { Lang } from './Lang';
|
|
2
|
-
import { Website } from './Website';
|
|
3
|
-
import { Publishable } from './Publishable';
|
|
4
|
-
import { Slugable } from './Slugable';
|
|
5
|
-
export declare const CustomerCaseEntityName = "CustomerCase";
|
|
6
|
-
export declare const CustomerCaseEntityLabel = "";
|
|
7
|
-
export interface CustomerCase extends Publishable, Slugable {
|
|
8
|
-
id?: string | null;
|
|
9
|
-
lang?: Lang;
|
|
10
|
-
website?: Website;
|
|
11
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { PublishableBoolExp } from './PublishableBoolExp';
|
|
2
|
-
import { SlugableBoolExp } from './SlugableBoolExp';
|
|
3
|
-
import { IdComparisonExp } from './IdComparisonExp';
|
|
4
|
-
import { LangBoolExp } from './LangBoolExp';
|
|
5
|
-
import { WebsiteBoolExp } from './WebsiteBoolExp';
|
|
6
|
-
export interface CustomerCaseBoolExp extends PublishableBoolExp, SlugableBoolExp {
|
|
7
|
-
_and?: CustomerCaseBoolExp[];
|
|
8
|
-
_or?: CustomerCaseBoolExp[];
|
|
9
|
-
_not?: CustomerCaseBoolExp;
|
|
10
|
-
id?: IdComparisonExp;
|
|
11
|
-
lang?: LangBoolExp;
|
|
12
|
-
website?: WebsiteBoolExp;
|
|
13
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { PublishableDistinctExp } from './PublishableDistinctExp';
|
|
2
|
-
import { SlugableDistinctExp } from './SlugableDistinctExp';
|
|
3
|
-
export declare enum CustomerCaseDistinctEnum {
|
|
4
|
-
id = "id",
|
|
5
|
-
publishedAt = "publishedAt",
|
|
6
|
-
status = "status",
|
|
7
|
-
title = "title",
|
|
8
|
-
extends = "extends",
|
|
9
|
-
createdAt = "createdAt",
|
|
10
|
-
updatedAt = "updatedAt",
|
|
11
|
-
content = "content",
|
|
12
|
-
slug = "slug",
|
|
13
|
-
description = "description"
|
|
14
|
-
}
|
|
15
|
-
export type CustomerCaseDistinctExp = CustomerCaseDistinctEnum | PublishableDistinctExp | SlugableDistinctExp;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { CustomerCase } from './CustomerCase';
|
|
2
|
-
import { LangInput } from './LangInput';
|
|
3
|
-
import { WebsiteInput } from './WebsiteInput';
|
|
4
|
-
import { SetHasOne } from '@rxdrag/entify-lib';
|
|
5
|
-
import { Publishable } from './Publishable';
|
|
6
|
-
import { Slugable } from './Slugable';
|
|
7
|
-
export interface CustomerCaseInput extends Publishable, Slugable {
|
|
8
|
-
id?: string | null;
|
|
9
|
-
lang?: SetHasOne<LangInput>;
|
|
10
|
-
website?: SetHasOne<WebsiteInput>;
|
|
11
|
-
}
|
|
12
|
-
export declare const customerCaseToInputCascade: (entity: CustomerCase) => CustomerCaseInput;
|
|
13
|
-
export declare const customerCaseToInput: (entity: CustomerCase) => CustomerCaseInput;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { Lang } from './Lang';
|
|
2
|
-
import { FAQ } from './FAQ';
|
|
3
|
-
import { Website } from './Website';
|
|
4
|
-
import { Aggregate } from './Aggregate';
|
|
5
|
-
import { Publishable } from './Publishable';
|
|
6
|
-
import { Slugable } from './Slugable';
|
|
7
|
-
export declare const SolutionEntityName = "Solution";
|
|
8
|
-
export declare const SolutionEntityLabel = "";
|
|
9
|
-
export interface Solution extends Publishable, Slugable {
|
|
10
|
-
id?: string | null;
|
|
11
|
-
lang?: Lang;
|
|
12
|
-
faqs?: FAQ[];
|
|
13
|
-
website?: Website;
|
|
14
|
-
faqsAggregate?: Aggregate;
|
|
15
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { PublishableBoolExp } from './PublishableBoolExp';
|
|
2
|
-
import { SlugableBoolExp } from './SlugableBoolExp';
|
|
3
|
-
import { IdComparisonExp } from './IdComparisonExp';
|
|
4
|
-
import { LangBoolExp } from './LangBoolExp';
|
|
5
|
-
import { FAQBoolExp } from './FAQBoolExp';
|
|
6
|
-
import { WebsiteBoolExp } from './WebsiteBoolExp';
|
|
7
|
-
export interface SolutionBoolExp extends PublishableBoolExp, SlugableBoolExp {
|
|
8
|
-
_and?: SolutionBoolExp[];
|
|
9
|
-
_or?: SolutionBoolExp[];
|
|
10
|
-
_not?: SolutionBoolExp;
|
|
11
|
-
id?: IdComparisonExp;
|
|
12
|
-
lang?: LangBoolExp;
|
|
13
|
-
faqs?: FAQBoolExp;
|
|
14
|
-
website?: WebsiteBoolExp;
|
|
15
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { PublishableDistinctExp } from './PublishableDistinctExp';
|
|
2
|
-
import { SlugableDistinctExp } from './SlugableDistinctExp';
|
|
3
|
-
export declare enum SolutionDistinctEnum {
|
|
4
|
-
id = "id",
|
|
5
|
-
publishedAt = "publishedAt",
|
|
6
|
-
status = "status",
|
|
7
|
-
title = "title",
|
|
8
|
-
extends = "extends",
|
|
9
|
-
createdAt = "createdAt",
|
|
10
|
-
updatedAt = "updatedAt",
|
|
11
|
-
content = "content",
|
|
12
|
-
slug = "slug",
|
|
13
|
-
description = "description"
|
|
14
|
-
}
|
|
15
|
-
export type SolutionDistinctExp = SolutionDistinctEnum | PublishableDistinctExp | SlugableDistinctExp;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { Solution } from './Solution';
|
|
2
|
-
import { LangInput } from './LangInput';
|
|
3
|
-
import { FAQInput } from './FAQInput';
|
|
4
|
-
import { WebsiteInput } from './WebsiteInput';
|
|
5
|
-
import { SetHasMany } from '@rxdrag/entify-lib';
|
|
6
|
-
import { SetHasOne } from '@rxdrag/entify-lib';
|
|
7
|
-
import { Publishable } from './Publishable';
|
|
8
|
-
import { Slugable } from './Slugable';
|
|
9
|
-
export interface SolutionInput extends Publishable, Slugable {
|
|
10
|
-
id?: string | null;
|
|
11
|
-
lang?: SetHasOne<LangInput>;
|
|
12
|
-
faqs?: SetHasMany<FAQInput>;
|
|
13
|
-
website?: SetHasOne<WebsiteInput>;
|
|
14
|
-
}
|
|
15
|
-
export declare const solutionToInputCascade: (entity: Solution) => SolutionInput;
|
|
16
|
-
export declare const solutionToInput: (entity: Solution) => SolutionInput;
|