@rxdrag/rxcms-models 0.3.94 → 0.3.96
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 +5 -5
- package/dist/classes/MediaQueryOptions.d.ts +0 -5
- package/dist/classes/TagQueryOptions.d.ts +1 -2
- package/dist/classes/ThemeBranchQueryOptions.d.ts +10 -10
- package/dist/classes/ThemeFileFolderQueryOptions.d.ts +21 -0
- package/dist/classes/ThemeFileQueryOptions.d.ts +22 -0
- package/dist/classes/WebsiteQueryOptions.d.ts +5 -5
- package/dist/classes/index.d.ts +2 -2
- package/dist/entries/index.d.ts +2 -2
- package/dist/entries/themeFileEntry.d.ts +2 -0
- package/dist/entries/themeFileFolderEntry.d.ts +2 -0
- package/dist/fields/LangFields.d.ts +3 -3
- package/dist/fields/MediaFields.d.ts +0 -2
- package/dist/fields/TagFields.d.ts +1 -2
- package/dist/fields/ThemeBranchFields.d.ts +4 -4
- package/dist/fields/ThemeFileFields.d.ts +16 -0
- package/dist/fields/ThemeFileFolderFields.d.ts +14 -0
- package/dist/fields/WebsiteFields.d.ts +2 -2
- package/dist/fields/index.d.ts +2 -2
- package/dist/index.mjs +299 -297
- package/dist/index.mjs.map +1 -1
- package/dist/interfaces/Lang.d.ts +3 -3
- package/dist/interfaces/LangBoolExp.d.ts +2 -2
- package/dist/interfaces/LangInput.d.ts +2 -2
- package/dist/interfaces/Media.d.ts +0 -3
- package/dist/interfaces/MediaBoolExp.d.ts +0 -2
- package/dist/interfaces/MediaInput.d.ts +0 -2
- package/dist/interfaces/Tag.d.ts +3 -2
- package/dist/interfaces/TagBoolExp.d.ts +4 -2
- package/dist/interfaces/TagDistinctExp.d.ts +2 -4
- package/dist/interfaces/TagInput.d.ts +3 -2
- package/dist/interfaces/TagOrderBy.d.ts +3 -2
- package/dist/interfaces/ThemeBranch.d.ts +6 -6
- package/dist/interfaces/ThemeBranchBoolExp.d.ts +4 -4
- package/dist/interfaces/ThemeBranchInput.d.ts +4 -4
- package/dist/interfaces/ThemeFile.d.ts +19 -0
- package/dist/interfaces/{TemplateCategoryBoolExp.d.ts → ThemeFileBoolExp.d.ts} +14 -11
- package/dist/interfaces/ThemeFileDistinctExp.d.ts +13 -0
- package/dist/interfaces/ThemeFileFolder.d.ts +17 -0
- package/dist/interfaces/ThemeFileFolderBoolExp.d.ts +18 -0
- package/dist/interfaces/ThemeFileFolderDistinctExp.d.ts +7 -0
- package/dist/interfaces/ThemeFileFolderInput.d.ts +17 -0
- package/dist/interfaces/ThemeFileFolderOrderBy.d.ts +7 -0
- package/dist/interfaces/ThemeFileInput.d.ts +21 -0
- package/dist/interfaces/ThemeFileOrderBy.d.ts +13 -0
- package/dist/interfaces/Website.d.ts +3 -3
- package/dist/interfaces/WebsiteBoolExp.d.ts +2 -2
- package/dist/interfaces/WebsiteInput.d.ts +2 -2
- package/dist/interfaces/index.d.ts +10 -10
- package/package.json +1 -1
- package/dist/classes/SectionTemplateQueryOptions.d.ts +0 -22
- package/dist/classes/TemplateCategoryQueryOptions.d.ts +0 -20
- package/dist/entries/sectionTemplateEntry.d.ts +0 -2
- package/dist/entries/templateCategoryEntry.d.ts +0 -2
- package/dist/fields/SectionTemplateFields.d.ts +0 -14
- package/dist/fields/TemplateCategoryFields.d.ts +0 -13
- package/dist/interfaces/SectionTemplate.d.ts +0 -17
- package/dist/interfaces/SectionTemplateBoolExp.d.ts +0 -22
- package/dist/interfaces/SectionTemplateDistinctExp.d.ts +0 -10
- package/dist/interfaces/SectionTemplateInput.d.ts +0 -19
- package/dist/interfaces/SectionTemplateOrderBy.d.ts +0 -10
- package/dist/interfaces/TemplateCategory.d.ts +0 -16
- package/dist/interfaces/TemplateCategoryDistinctExp.d.ts +0 -9
- package/dist/interfaces/TemplateCategoryInput.d.ts +0 -17
- package/dist/interfaces/TemplateCategoryOrderBy.d.ts +0 -9
|
@@ -212,21 +212,11 @@ export * from './PageMetaInput';
|
|
|
212
212
|
export * from './PageMetaBoolExp';
|
|
213
213
|
export * from './PageMetaOrderBy';
|
|
214
214
|
export * from './PageMetaDistinctExp';
|
|
215
|
-
export * from './SectionTemplate';
|
|
216
|
-
export * from './SectionTemplateInput';
|
|
217
|
-
export * from './SectionTemplateBoolExp';
|
|
218
|
-
export * from './SectionTemplateOrderBy';
|
|
219
|
-
export * from './SectionTemplateDistinctExp';
|
|
220
215
|
export * from './ThemeCategory';
|
|
221
216
|
export * from './ThemeCategoryInput';
|
|
222
217
|
export * from './ThemeCategoryBoolExp';
|
|
223
218
|
export * from './ThemeCategoryOrderBy';
|
|
224
219
|
export * from './ThemeCategoryDistinctExp';
|
|
225
|
-
export * from './TemplateCategory';
|
|
226
|
-
export * from './TemplateCategoryInput';
|
|
227
|
-
export * from './TemplateCategoryBoolExp';
|
|
228
|
-
export * from './TemplateCategoryOrderBy';
|
|
229
|
-
export * from './TemplateCategoryDistinctExp';
|
|
230
220
|
export * from './StyleConfig';
|
|
231
221
|
export * from './StyleConfigInput';
|
|
232
222
|
export * from './StyleConfigBoolExp';
|
|
@@ -308,3 +298,13 @@ export * from './SvgIconInput';
|
|
|
308
298
|
export * from './SvgIconBoolExp';
|
|
309
299
|
export * from './SvgIconOrderBy';
|
|
310
300
|
export * from './SvgIconDistinctExp';
|
|
301
|
+
export * from './ThemeFile';
|
|
302
|
+
export * from './ThemeFileInput';
|
|
303
|
+
export * from './ThemeFileBoolExp';
|
|
304
|
+
export * from './ThemeFileOrderBy';
|
|
305
|
+
export * from './ThemeFileDistinctExp';
|
|
306
|
+
export * from './ThemeFileFolder';
|
|
307
|
+
export * from './ThemeFileFolderInput';
|
|
308
|
+
export * from './ThemeFileFolderBoolExp';
|
|
309
|
+
export * from './ThemeFileFolderOrderBy';
|
|
310
|
+
export * from './ThemeFileFolderDistinctExp';
|
package/package.json
CHANGED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { IQueryArgs } from "@rxdrag/entify-lib";
|
|
2
|
-
import { QueryOptions } from "./QueryOptions";
|
|
3
|
-
import { SectionTemplate, SectionTemplateBoolExp, SectionTemplateDistinctExp, SectionTemplateOrderBy } from "../interfaces";
|
|
4
|
-
import { MediaQueryOptions } from './MediaQueryOptions';
|
|
5
|
-
import { Media } from '../interfaces';
|
|
6
|
-
import { TemplateCategoryQueryOptions } from './TemplateCategoryQueryOptions';
|
|
7
|
-
import { TemplateCategory } from '../interfaces';
|
|
8
|
-
import { ThemeBranchQueryOptions } from './ThemeBranchQueryOptions';
|
|
9
|
-
import { ThemeBranch } from '../interfaces';
|
|
10
|
-
export declare class SectionTemplateQueryOptions extends QueryOptions<SectionTemplate, SectionTemplateBoolExp, SectionTemplateOrderBy, SectionTemplateDistinctExp> {
|
|
11
|
-
constructor(fields?: (keyof SectionTemplate)[], queryArgs?: IQueryArgs<SectionTemplateBoolExp, SectionTemplateOrderBy, SectionTemplateDistinctExp>);
|
|
12
|
-
id(): this;
|
|
13
|
-
title(): this;
|
|
14
|
-
code(): this;
|
|
15
|
-
description(): this;
|
|
16
|
-
seqValue(): this;
|
|
17
|
-
createdAt(): this;
|
|
18
|
-
updatedAt(): this;
|
|
19
|
-
cover(options?: MediaQueryOptions | (keyof Media)[]): this;
|
|
20
|
-
category(options?: TemplateCategoryQueryOptions | (keyof TemplateCategory)[]): this;
|
|
21
|
-
theme(options?: ThemeBranchQueryOptions | (keyof ThemeBranch)[]): this;
|
|
22
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { IAggregate, IQueryArgs } from "@rxdrag/entify-lib";
|
|
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 { ThemeBranchQueryOptions } from './ThemeBranchQueryOptions';
|
|
8
|
-
import { ThemeBranch } 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?: ThemeBranchQueryOptions | (keyof ThemeBranch)[]): this;
|
|
20
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
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
|
-
cover = "cover",
|
|
12
|
-
category = "category",
|
|
13
|
-
theme = "theme"
|
|
14
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
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
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Media } from './Media';
|
|
2
|
-
import { TemplateCategory } from './TemplateCategory';
|
|
3
|
-
import { ThemeBranch } from './ThemeBranch';
|
|
4
|
-
export declare const SectionTemplateEntityName = "SectionTemplate";
|
|
5
|
-
export declare const SectionTemplateEntityLabel = "";
|
|
6
|
-
export interface SectionTemplate {
|
|
7
|
-
id?: string | null;
|
|
8
|
-
title?: string;
|
|
9
|
-
code?: string;
|
|
10
|
-
description?: string;
|
|
11
|
-
seqValue?: number;
|
|
12
|
-
createdAt?: Date;
|
|
13
|
-
updatedAt?: Date;
|
|
14
|
-
cover?: Media;
|
|
15
|
-
category?: TemplateCategory;
|
|
16
|
-
theme?: ThemeBranch;
|
|
17
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { IdComparisonExp } from './IdComparisonExp';
|
|
2
|
-
import { StringComparisonExp } from './StringComparisonExp';
|
|
3
|
-
import { NumberComparisonExp } from './NumberComparisonExp';
|
|
4
|
-
import { DateTimeComparisonExp } from './DateTimeComparisonExp';
|
|
5
|
-
import { MediaBoolExp } from './MediaBoolExp';
|
|
6
|
-
import { TemplateCategoryBoolExp } from './TemplateCategoryBoolExp';
|
|
7
|
-
import { ThemeBranchBoolExp } from './ThemeBranchBoolExp';
|
|
8
|
-
export interface SectionTemplateBoolExp {
|
|
9
|
-
_and?: SectionTemplateBoolExp[];
|
|
10
|
-
_or?: SectionTemplateBoolExp[];
|
|
11
|
-
_not?: SectionTemplateBoolExp;
|
|
12
|
-
id?: IdComparisonExp;
|
|
13
|
-
title?: StringComparisonExp;
|
|
14
|
-
code?: StringComparisonExp;
|
|
15
|
-
description?: StringComparisonExp;
|
|
16
|
-
seqValue?: NumberComparisonExp;
|
|
17
|
-
createdAt?: DateTimeComparisonExp;
|
|
18
|
-
updatedAt?: DateTimeComparisonExp;
|
|
19
|
-
cover?: MediaBoolExp;
|
|
20
|
-
category?: TemplateCategoryBoolExp;
|
|
21
|
-
theme?: ThemeBranchBoolExp;
|
|
22
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
export declare enum SectionTemplateDistinctEnum {
|
|
2
|
-
id = "id",
|
|
3
|
-
title = "title",
|
|
4
|
-
code = "code",
|
|
5
|
-
description = "description",
|
|
6
|
-
seqValue = "seqValue",
|
|
7
|
-
createdAt = "createdAt",
|
|
8
|
-
updatedAt = "updatedAt"
|
|
9
|
-
}
|
|
10
|
-
export type SectionTemplateDistinctExp = SectionTemplateDistinctEnum;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { SectionTemplate } from './SectionTemplate';
|
|
2
|
-
import { MediaInput } from './MediaInput';
|
|
3
|
-
import { TemplateCategoryInput } from './TemplateCategoryInput';
|
|
4
|
-
import { ThemeBranchInput } from './ThemeBranchInput';
|
|
5
|
-
import { SetHasOne } from '@rxdrag/entify-lib';
|
|
6
|
-
export interface SectionTemplateInput {
|
|
7
|
-
id?: string | null;
|
|
8
|
-
title?: string;
|
|
9
|
-
code?: string;
|
|
10
|
-
description?: string;
|
|
11
|
-
seqValue?: number;
|
|
12
|
-
createdAt?: Date;
|
|
13
|
-
updatedAt?: Date;
|
|
14
|
-
cover?: SetHasOne<MediaInput>;
|
|
15
|
-
category?: SetHasOne<TemplateCategoryInput>;
|
|
16
|
-
theme?: SetHasOne<ThemeBranchInput>;
|
|
17
|
-
}
|
|
18
|
-
export declare const sectionTemplateToInputCascade: (entity: SectionTemplate) => SectionTemplateInput;
|
|
19
|
-
export declare const sectionTemplateToInput: (entity: SectionTemplate) => SectionTemplateInput;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { SectionTemplate } from './SectionTemplate';
|
|
2
|
-
import { ThemeBranch } from './ThemeBranch';
|
|
3
|
-
import { Aggregate } from './Aggregate';
|
|
4
|
-
export declare const TemplateCategoryEntityName = "TemplateCategory";
|
|
5
|
-
export declare const TemplateCategoryEntityLabel = "";
|
|
6
|
-
export interface TemplateCategory {
|
|
7
|
-
id?: string | null;
|
|
8
|
-
name?: string;
|
|
9
|
-
description?: string;
|
|
10
|
-
seqValue?: number;
|
|
11
|
-
createdAt?: Date;
|
|
12
|
-
updatedAt?: Date;
|
|
13
|
-
templates?: SectionTemplate[];
|
|
14
|
-
theme?: ThemeBranch;
|
|
15
|
-
templatesAggregate?: Aggregate;
|
|
16
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
export declare enum TemplateCategoryDistinctEnum {
|
|
2
|
-
id = "id",
|
|
3
|
-
name = "name",
|
|
4
|
-
description = "description",
|
|
5
|
-
seqValue = "seqValue",
|
|
6
|
-
createdAt = "createdAt",
|
|
7
|
-
updatedAt = "updatedAt"
|
|
8
|
-
}
|
|
9
|
-
export type TemplateCategoryDistinctExp = TemplateCategoryDistinctEnum;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { TemplateCategory } from './TemplateCategory';
|
|
2
|
-
import { SectionTemplateInput } from './SectionTemplateInput';
|
|
3
|
-
import { ThemeBranchInput } from './ThemeBranchInput';
|
|
4
|
-
import { SetHasMany } from '@rxdrag/entify-lib';
|
|
5
|
-
import { SetHasOne } from '@rxdrag/entify-lib';
|
|
6
|
-
export interface TemplateCategoryInput {
|
|
7
|
-
id?: string | null;
|
|
8
|
-
name?: string;
|
|
9
|
-
description?: string;
|
|
10
|
-
seqValue?: number;
|
|
11
|
-
createdAt?: Date;
|
|
12
|
-
updatedAt?: Date;
|
|
13
|
-
templates?: SetHasMany<SectionTemplateInput>;
|
|
14
|
-
theme?: SetHasOne<ThemeBranchInput>;
|
|
15
|
-
}
|
|
16
|
-
export declare const templateCategoryToInputCascade: (entity: TemplateCategory) => TemplateCategoryInput;
|
|
17
|
-
export declare const templateCategoryToInput: (entity: TemplateCategory) => TemplateCategoryInput;
|