@rxdrag/rxcms-models 0.3.105 → 0.3.107
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/AgentAttachmentQueryOptions.d.ts +6 -6
- package/dist/classes/AgentMemoFileQueryOptions.d.ts +16 -0
- package/dist/classes/AgentMemoFolderQueryOptions.d.ts +18 -0
- package/dist/classes/AgentTimelineItemQueryOptions.d.ts +0 -3
- package/dist/classes/TempFileQueryOptions.d.ts +3 -1
- package/dist/classes/ThemeQueryOptions.d.ts +1 -0
- package/dist/classes/{SiteBlueprintQueryOptions.d.ts → WebsiteProfileQueryOptions.d.ts} +4 -4
- package/dist/classes/WebsiteQueryOptions.d.ts +3 -8
- package/dist/classes/index.d.ts +3 -3
- package/dist/entries/agentMemoFileEntry.d.ts +2 -0
- package/dist/entries/agentMemoFolderEntry.d.ts +2 -0
- package/dist/entries/index.d.ts +3 -3
- package/dist/entries/websiteProfileEntry.d.ts +2 -0
- package/dist/fields/AgentAttachmentFields.d.ts +5 -7
- package/dist/fields/AgentMemoFileFields.d.ts +12 -0
- package/dist/fields/AgentMemoFolderFields.d.ts +13 -0
- package/dist/fields/AgentTimelineItemFields.d.ts +0 -1
- package/dist/fields/TempFileFields.d.ts +2 -2
- package/dist/fields/ThemeFields.d.ts +2 -1
- package/dist/fields/WebsiteFields.d.ts +1 -3
- package/dist/fields/{SiteBlueprintFields.d.ts → WebsiteProfileFields.d.ts} +3 -3
- package/dist/fields/index.d.ts +3 -3
- package/dist/index.mjs +550 -543
- package/dist/index.mjs.map +1 -1
- package/dist/interfaces/AgentAttachment.d.ts +5 -7
- package/dist/interfaces/AgentAttachmentBoolExp.d.ts +6 -6
- package/dist/interfaces/AgentAttachmentDistinctExp.d.ts +4 -7
- package/dist/interfaces/AgentAttachmentInput.d.ts +5 -7
- package/dist/interfaces/AgentAttachmentOrderBy.d.ts +3 -6
- package/dist/interfaces/AgentMemoFile.d.ts +13 -0
- package/dist/interfaces/AgentMemoFileBoolExp.d.ts +17 -0
- package/dist/interfaces/AgentMemoFileDistinctExp.d.ts +10 -0
- package/dist/interfaces/AgentMemoFileInput.d.ts +15 -0
- package/dist/interfaces/AgentMemoFileOrderBy.d.ts +10 -0
- package/dist/interfaces/AgentMemoFolder.d.ts +15 -0
- package/dist/interfaces/AgentMemoFolderBoolExp.d.ts +16 -0
- package/dist/interfaces/AgentMemoFolderDistinctExp.d.ts +7 -0
- package/dist/interfaces/AgentMemoFolderInput.d.ts +15 -0
- package/dist/interfaces/AgentMemoFolderOrderBy.d.ts +7 -0
- package/dist/interfaces/AgentTimelineItem.d.ts +0 -2
- package/dist/interfaces/AgentTimelineItemBoolExp.d.ts +0 -2
- package/dist/interfaces/AgentTimelineItemInput.d.ts +0 -2
- package/dist/interfaces/TempFile.d.ts +2 -1
- package/dist/interfaces/TempFileBoolExp.d.ts +2 -1
- package/dist/interfaces/TempFileDistinctExp.d.ts +0 -1
- package/dist/interfaces/TempFileInput.d.ts +2 -1
- package/dist/interfaces/TempFileOrderBy.d.ts +0 -1
- package/dist/interfaces/Theme.d.ts +1 -0
- package/dist/interfaces/ThemeBoolExp.d.ts +1 -0
- package/dist/interfaces/ThemeDistinctExp.d.ts +2 -1
- package/dist/interfaces/ThemeInput.d.ts +1 -0
- package/dist/interfaces/ThemeOrderBy.d.ts +1 -0
- package/dist/interfaces/Website.d.ts +2 -5
- package/dist/interfaces/WebsiteBoolExp.d.ts +2 -4
- package/dist/interfaces/WebsiteInput.d.ts +2 -4
- package/dist/interfaces/{SiteBlueprint.d.ts → WebsiteProfile.d.ts} +4 -4
- package/dist/interfaces/{SiteBlueprintBoolExp.d.ts → WebsiteProfileBoolExp.d.ts} +5 -5
- package/dist/interfaces/{SiteBlueprintDistinctExp.d.ts → WebsiteProfileDistinctExp.d.ts} +3 -3
- package/dist/interfaces/{SiteBlueprintInput.d.ts → WebsiteProfileInput.d.ts} +5 -5
- package/dist/interfaces/{SiteBlueprintOrderBy.d.ts → WebsiteProfileOrderBy.d.ts} +2 -2
- package/dist/interfaces/index.d.ts +15 -15
- package/package.json +1 -1
- package/dist/classes/AgentContextQueryOptions.d.ts +0 -14
- package/dist/classes/CodeRevisionQueryOptions.d.ts +0 -16
- package/dist/entries/agentContextEntry.d.ts +0 -2
- package/dist/entries/codeRevisionEntry.d.ts +0 -2
- package/dist/entries/siteBlueprintEntry.d.ts +0 -2
- package/dist/fields/AgentContextFields.d.ts +0 -10
- package/dist/fields/CodeRevisionFields.d.ts +0 -12
- package/dist/interfaces/AgentContext.d.ts +0 -11
- package/dist/interfaces/AgentContextBoolExp.d.ts +0 -14
- package/dist/interfaces/AgentContextDistinctExp.d.ts +0 -8
- package/dist/interfaces/AgentContextInput.d.ts +0 -13
- package/dist/interfaces/AgentContextOrderBy.d.ts +0 -8
- package/dist/interfaces/CodeRevision.d.ts +0 -13
- package/dist/interfaces/CodeRevisionBoolExp.d.ts +0 -17
- package/dist/interfaces/CodeRevisionDistinctExp.d.ts +0 -10
- package/dist/interfaces/CodeRevisionInput.d.ts +0 -15
- package/dist/interfaces/CodeRevisionOrderBy.d.ts +0 -10
|
@@ -1,17 +1,15 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { TempFile } from './TempFile';
|
|
2
2
|
import { AgentTimelineItem } from './AgentTimelineItem';
|
|
3
3
|
export declare const AgentAttachmentEntityName = "AgentAttachment";
|
|
4
4
|
export declare const AgentAttachmentEntityLabel = "";
|
|
5
5
|
export interface AgentAttachment {
|
|
6
6
|
id?: string | null;
|
|
7
7
|
name?: string;
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
extName?: string;
|
|
11
|
-
mediaType?: string;
|
|
12
|
-
storageMeta?: FileRef;
|
|
13
|
-
seqValue?: number;
|
|
8
|
+
type?: string;
|
|
9
|
+
playload?: any;
|
|
14
10
|
createdAt?: Date;
|
|
15
11
|
updatedAt?: Date;
|
|
12
|
+
seqValue?: number;
|
|
13
|
+
file?: TempFile;
|
|
16
14
|
timelineItme?: AgentTimelineItem;
|
|
17
15
|
}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { IdComparisonExp } from './IdComparisonExp';
|
|
2
2
|
import { StringComparisonExp } from './StringComparisonExp';
|
|
3
|
-
import { NumberComparisonExp } from './NumberComparisonExp';
|
|
4
3
|
import { DateTimeComparisonExp } from './DateTimeComparisonExp';
|
|
4
|
+
import { NumberComparisonExp } from './NumberComparisonExp';
|
|
5
|
+
import { TempFileBoolExp } from './TempFileBoolExp';
|
|
5
6
|
import { AgentTimelineItemBoolExp } from './AgentTimelineItemBoolExp';
|
|
6
7
|
export interface AgentAttachmentBoolExp {
|
|
7
8
|
_and?: AgentAttachmentBoolExp[];
|
|
@@ -9,12 +10,11 @@ export interface AgentAttachmentBoolExp {
|
|
|
9
10
|
_not?: AgentAttachmentBoolExp;
|
|
10
11
|
id?: IdComparisonExp;
|
|
11
12
|
name?: StringComparisonExp;
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
extName?: StringComparisonExp;
|
|
15
|
-
mediaType?: StringComparisonExp;
|
|
16
|
-
seqValue?: NumberComparisonExp;
|
|
13
|
+
type?: StringComparisonExp;
|
|
14
|
+
playload?: unknown;
|
|
17
15
|
createdAt?: DateTimeComparisonExp;
|
|
18
16
|
updatedAt?: DateTimeComparisonExp;
|
|
17
|
+
seqValue?: NumberComparisonExp;
|
|
18
|
+
file?: TempFileBoolExp;
|
|
19
19
|
timelineItme?: AgentTimelineItemBoolExp;
|
|
20
20
|
}
|
|
@@ -1,13 +1,10 @@
|
|
|
1
1
|
export declare enum AgentAttachmentDistinctEnum {
|
|
2
2
|
id = "id",
|
|
3
3
|
name = "name",
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
extName = "extName",
|
|
7
|
-
mediaType = "mediaType",
|
|
8
|
-
storageMeta = "storageMeta",
|
|
9
|
-
seqValue = "seqValue",
|
|
4
|
+
type = "type",
|
|
5
|
+
playload = "playload",
|
|
10
6
|
createdAt = "createdAt",
|
|
11
|
-
updatedAt = "updatedAt"
|
|
7
|
+
updatedAt = "updatedAt",
|
|
8
|
+
seqValue = "seqValue"
|
|
12
9
|
}
|
|
13
10
|
export type AgentAttachmentDistinctExp = AgentAttachmentDistinctEnum;
|
|
@@ -1,18 +1,16 @@
|
|
|
1
1
|
import { AgentAttachment } from './AgentAttachment';
|
|
2
|
-
import {
|
|
2
|
+
import { TempFileInput } from './TempFileInput';
|
|
3
3
|
import { AgentTimelineItemInput } from './AgentTimelineItemInput';
|
|
4
4
|
import { SetHasOne } from '@rxdrag/entify-lib';
|
|
5
5
|
export interface AgentAttachmentInput {
|
|
6
6
|
id?: string | null;
|
|
7
7
|
name?: string;
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
extName?: string;
|
|
11
|
-
mediaType?: string;
|
|
12
|
-
storageMeta?: FileRefInput;
|
|
13
|
-
seqValue?: number;
|
|
8
|
+
type?: string;
|
|
9
|
+
playload?: any;
|
|
14
10
|
createdAt?: Date;
|
|
15
11
|
updatedAt?: Date;
|
|
12
|
+
seqValue?: number;
|
|
13
|
+
file?: SetHasOne<TempFileInput>;
|
|
16
14
|
timelineItme?: SetHasOne<AgentTimelineItemInput>;
|
|
17
15
|
}
|
|
18
16
|
export declare const agentAttachmentToInputCascade: (entity: AgentAttachment) => AgentAttachmentInput;
|
|
@@ -2,12 +2,9 @@ import { OrderBy } from '@rxdrag/entify-lib';
|
|
|
2
2
|
export interface AgentAttachmentOrderBy {
|
|
3
3
|
id?: OrderBy;
|
|
4
4
|
name?: OrderBy;
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
extName?: OrderBy;
|
|
8
|
-
mediaType?: OrderBy;
|
|
9
|
-
storageMeta?: OrderBy;
|
|
10
|
-
seqValue?: OrderBy;
|
|
5
|
+
type?: OrderBy;
|
|
6
|
+
playload?: OrderBy;
|
|
11
7
|
createdAt?: OrderBy;
|
|
12
8
|
updatedAt?: OrderBy;
|
|
9
|
+
seqValue?: OrderBy;
|
|
13
10
|
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { AgentMemoFolder } from './AgentMemoFolder';
|
|
2
|
+
export declare const AgentMemoFileEntityName = "AgentMemoFile";
|
|
3
|
+
export declare const AgentMemoFileEntityLabel = "";
|
|
4
|
+
export interface AgentMemoFile {
|
|
5
|
+
id?: string | null;
|
|
6
|
+
name?: string;
|
|
7
|
+
content?: string;
|
|
8
|
+
mimeType?: string;
|
|
9
|
+
extName?: string;
|
|
10
|
+
createdAt?: Date;
|
|
11
|
+
updatedAt?: Date;
|
|
12
|
+
folder?: AgentMemoFolder;
|
|
13
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { IdComparisonExp } from './IdComparisonExp';
|
|
2
|
+
import { StringComparisonExp } from './StringComparisonExp';
|
|
3
|
+
import { DateTimeComparisonExp } from './DateTimeComparisonExp';
|
|
4
|
+
import { AgentMemoFolderBoolExp } from './AgentMemoFolderBoolExp';
|
|
5
|
+
export interface AgentMemoFileBoolExp {
|
|
6
|
+
_and?: AgentMemoFileBoolExp[];
|
|
7
|
+
_or?: AgentMemoFileBoolExp[];
|
|
8
|
+
_not?: AgentMemoFileBoolExp;
|
|
9
|
+
id?: IdComparisonExp;
|
|
10
|
+
name?: StringComparisonExp;
|
|
11
|
+
content?: StringComparisonExp;
|
|
12
|
+
mimeType?: StringComparisonExp;
|
|
13
|
+
extName?: StringComparisonExp;
|
|
14
|
+
createdAt?: DateTimeComparisonExp;
|
|
15
|
+
updatedAt?: DateTimeComparisonExp;
|
|
16
|
+
folder?: AgentMemoFolderBoolExp;
|
|
17
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export declare enum AgentMemoFileDistinctEnum {
|
|
2
|
+
id = "id",
|
|
3
|
+
name = "name",
|
|
4
|
+
content = "content",
|
|
5
|
+
mimeType = "mimeType",
|
|
6
|
+
extName = "extName",
|
|
7
|
+
createdAt = "createdAt",
|
|
8
|
+
updatedAt = "updatedAt"
|
|
9
|
+
}
|
|
10
|
+
export type AgentMemoFileDistinctExp = AgentMemoFileDistinctEnum;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { AgentMemoFile } from './AgentMemoFile';
|
|
2
|
+
import { AgentMemoFolderInput } from './AgentMemoFolderInput';
|
|
3
|
+
import { SetHasOne } from '@rxdrag/entify-lib';
|
|
4
|
+
export interface AgentMemoFileInput {
|
|
5
|
+
id?: string | null;
|
|
6
|
+
name?: string;
|
|
7
|
+
content?: string;
|
|
8
|
+
mimeType?: string;
|
|
9
|
+
extName?: string;
|
|
10
|
+
createdAt?: Date;
|
|
11
|
+
updatedAt?: Date;
|
|
12
|
+
folder?: SetHasOne<AgentMemoFolderInput>;
|
|
13
|
+
}
|
|
14
|
+
export declare const agentMemoFileToInputCascade: (entity: AgentMemoFile) => AgentMemoFileInput;
|
|
15
|
+
export declare const agentMemoFileToInput: (entity: AgentMemoFile) => AgentMemoFileInput;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { AgentMemoFile } from './AgentMemoFile';
|
|
2
|
+
import { Aggregate } from './Aggregate';
|
|
3
|
+
export declare const AgentMemoFolderEntityName = "AgentMemoFolder";
|
|
4
|
+
export declare const AgentMemoFolderEntityLabel = "";
|
|
5
|
+
export interface AgentMemoFolder {
|
|
6
|
+
id?: string | null;
|
|
7
|
+
name?: string;
|
|
8
|
+
createdAt?: Date;
|
|
9
|
+
updatedAt?: Date;
|
|
10
|
+
files?: AgentMemoFile[];
|
|
11
|
+
children?: AgentMemoFolder[];
|
|
12
|
+
parent?: AgentMemoFolder;
|
|
13
|
+
filesAggregate?: Aggregate;
|
|
14
|
+
childrenAggregate?: Aggregate;
|
|
15
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { IdComparisonExp } from './IdComparisonExp';
|
|
2
|
+
import { StringComparisonExp } from './StringComparisonExp';
|
|
3
|
+
import { DateTimeComparisonExp } from './DateTimeComparisonExp';
|
|
4
|
+
import { AgentMemoFileBoolExp } from './AgentMemoFileBoolExp';
|
|
5
|
+
export interface AgentMemoFolderBoolExp {
|
|
6
|
+
_and?: AgentMemoFolderBoolExp[];
|
|
7
|
+
_or?: AgentMemoFolderBoolExp[];
|
|
8
|
+
_not?: AgentMemoFolderBoolExp;
|
|
9
|
+
id?: IdComparisonExp;
|
|
10
|
+
name?: StringComparisonExp;
|
|
11
|
+
createdAt?: DateTimeComparisonExp;
|
|
12
|
+
updatedAt?: DateTimeComparisonExp;
|
|
13
|
+
files?: AgentMemoFileBoolExp;
|
|
14
|
+
children?: AgentMemoFolderBoolExp;
|
|
15
|
+
parent?: AgentMemoFolderBoolExp;
|
|
16
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { AgentMemoFolder } from './AgentMemoFolder';
|
|
2
|
+
import { AgentMemoFileInput } from './AgentMemoFileInput';
|
|
3
|
+
import { SetHasMany } from '@rxdrag/entify-lib';
|
|
4
|
+
import { SetHasOne } from '@rxdrag/entify-lib';
|
|
5
|
+
export interface AgentMemoFolderInput {
|
|
6
|
+
id?: string | null;
|
|
7
|
+
name?: string;
|
|
8
|
+
createdAt?: Date;
|
|
9
|
+
updatedAt?: Date;
|
|
10
|
+
files?: SetHasMany<AgentMemoFileInput>;
|
|
11
|
+
children?: SetHasMany<AgentMemoFolderInput>;
|
|
12
|
+
parent?: SetHasOne<AgentMemoFolderInput>;
|
|
13
|
+
}
|
|
14
|
+
export declare const agentMemoFolderToInputCascade: (entity: AgentMemoFolder) => AgentMemoFolderInput;
|
|
15
|
+
export declare const agentMemoFolderToInput: (entity: AgentMemoFolder) => AgentMemoFolderInput;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { AgentAttachment } from './AgentAttachment';
|
|
2
|
-
import { CodeRevision } from './CodeRevision';
|
|
3
2
|
import { AgentRun } from './AgentRun';
|
|
4
3
|
import { Aggregate } from './Aggregate';
|
|
5
4
|
export declare const AgentTimelineItemEntityName = "AgentTimelineItem";
|
|
@@ -12,7 +11,6 @@ export interface AgentTimelineItem {
|
|
|
12
11
|
updatedAt?: Date;
|
|
13
12
|
seqValue?: number;
|
|
14
13
|
attachments?: AgentAttachment[];
|
|
15
|
-
codeRevision?: CodeRevision;
|
|
16
14
|
run?: AgentRun;
|
|
17
15
|
attachmentsAggregate?: Aggregate;
|
|
18
16
|
}
|
|
@@ -3,7 +3,6 @@ import { StringComparisonExp } from './StringComparisonExp';
|
|
|
3
3
|
import { DateTimeComparisonExp } from './DateTimeComparisonExp';
|
|
4
4
|
import { NumberComparisonExp } from './NumberComparisonExp';
|
|
5
5
|
import { AgentAttachmentBoolExp } from './AgentAttachmentBoolExp';
|
|
6
|
-
import { CodeRevisionBoolExp } from './CodeRevisionBoolExp';
|
|
7
6
|
import { AgentRunBoolExp } from './AgentRunBoolExp';
|
|
8
7
|
export interface AgentTimelineItemBoolExp {
|
|
9
8
|
_and?: AgentTimelineItemBoolExp[];
|
|
@@ -16,6 +15,5 @@ export interface AgentTimelineItemBoolExp {
|
|
|
16
15
|
updatedAt?: DateTimeComparisonExp;
|
|
17
16
|
seqValue?: NumberComparisonExp;
|
|
18
17
|
attachments?: AgentAttachmentBoolExp;
|
|
19
|
-
codeRevision?: CodeRevisionBoolExp;
|
|
20
18
|
run?: AgentRunBoolExp;
|
|
21
19
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { AgentTimelineItem } from './AgentTimelineItem';
|
|
2
2
|
import { AgentAttachmentInput } from './AgentAttachmentInput';
|
|
3
|
-
import { CodeRevisionInput } from './CodeRevisionInput';
|
|
4
3
|
import { AgentRunInput } from './AgentRunInput';
|
|
5
4
|
import { SetHasMany } from '@rxdrag/entify-lib';
|
|
6
5
|
import { SetHasOne } from '@rxdrag/entify-lib';
|
|
@@ -12,7 +11,6 @@ export interface AgentTimelineItemInput {
|
|
|
12
11
|
updatedAt?: Date;
|
|
13
12
|
seqValue?: number;
|
|
14
13
|
attachments?: SetHasMany<AgentAttachmentInput>;
|
|
15
|
-
codeRevision?: SetHasOne<CodeRevisionInput>;
|
|
16
14
|
run?: SetHasOne<AgentRunInput>;
|
|
17
15
|
}
|
|
18
16
|
export declare const agentTimelineItemToInputCascade: (entity: AgentTimelineItem) => AgentTimelineItemInput;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { FileRef } from './FileRef';
|
|
2
2
|
import { Website } from './Website';
|
|
3
3
|
import { ThemeBranch } from './ThemeBranch';
|
|
4
|
+
import { AgentAttachment } from './AgentAttachment';
|
|
4
5
|
export declare const TempFileEntityName = "TempFile";
|
|
5
6
|
export declare const TempFileEntityLabel = "";
|
|
6
7
|
export interface TempFile {
|
|
@@ -10,10 +11,10 @@ export interface TempFile {
|
|
|
10
11
|
extName?: string;
|
|
11
12
|
mediaType?: string;
|
|
12
13
|
storageMeta?: FileRef;
|
|
13
|
-
seqValue?: number;
|
|
14
14
|
createdAt?: Date;
|
|
15
15
|
updateAt?: Date;
|
|
16
16
|
mimeType?: string;
|
|
17
17
|
website?: Website;
|
|
18
18
|
themeBranch?: ThemeBranch;
|
|
19
|
+
agentAttachment?: AgentAttachment;
|
|
19
20
|
}
|
|
@@ -4,6 +4,7 @@ import { NumberComparisonExp } from './NumberComparisonExp';
|
|
|
4
4
|
import { DateTimeComparisonExp } from './DateTimeComparisonExp';
|
|
5
5
|
import { WebsiteBoolExp } from './WebsiteBoolExp';
|
|
6
6
|
import { ThemeBranchBoolExp } from './ThemeBranchBoolExp';
|
|
7
|
+
import { AgentAttachmentBoolExp } from './AgentAttachmentBoolExp';
|
|
7
8
|
export interface TempFileBoolExp {
|
|
8
9
|
_and?: TempFileBoolExp[];
|
|
9
10
|
_or?: TempFileBoolExp[];
|
|
@@ -13,10 +14,10 @@ export interface TempFileBoolExp {
|
|
|
13
14
|
size?: NumberComparisonExp;
|
|
14
15
|
extName?: StringComparisonExp;
|
|
15
16
|
mediaType?: StringComparisonExp;
|
|
16
|
-
seqValue?: NumberComparisonExp;
|
|
17
17
|
createdAt?: DateTimeComparisonExp;
|
|
18
18
|
updateAt?: DateTimeComparisonExp;
|
|
19
19
|
mimeType?: StringComparisonExp;
|
|
20
20
|
website?: WebsiteBoolExp;
|
|
21
21
|
themeBranch?: ThemeBranchBoolExp;
|
|
22
|
+
agentAttachment?: AgentAttachmentBoolExp;
|
|
22
23
|
}
|
|
@@ -2,6 +2,7 @@ import { TempFile } from './TempFile';
|
|
|
2
2
|
import { FileRefInput } from './FileRefInput';
|
|
3
3
|
import { WebsiteInput } from './WebsiteInput';
|
|
4
4
|
import { ThemeBranchInput } from './ThemeBranchInput';
|
|
5
|
+
import { AgentAttachmentInput } from './AgentAttachmentInput';
|
|
5
6
|
import { SetHasOne } from '@rxdrag/entify-lib';
|
|
6
7
|
export interface TempFileInput {
|
|
7
8
|
id?: string | null;
|
|
@@ -10,12 +11,12 @@ export interface TempFileInput {
|
|
|
10
11
|
extName?: string;
|
|
11
12
|
mediaType?: string;
|
|
12
13
|
storageMeta?: FileRefInput;
|
|
13
|
-
seqValue?: number;
|
|
14
14
|
createdAt?: Date;
|
|
15
15
|
updateAt?: Date;
|
|
16
16
|
mimeType?: string;
|
|
17
17
|
website?: SetHasOne<WebsiteInput>;
|
|
18
18
|
themeBranch?: SetHasOne<ThemeBranchInput>;
|
|
19
|
+
agentAttachment?: SetHasOne<AgentAttachmentInput>;
|
|
19
20
|
}
|
|
20
21
|
export declare const tempFileToInputCascade: (entity: TempFile) => TempFileInput;
|
|
21
22
|
export declare const tempFileToInput: (entity: TempFile) => TempFileInput;
|
|
@@ -15,6 +15,7 @@ export interface ThemeBoolExp {
|
|
|
15
15
|
createdAt?: DateTimeComparisonExp;
|
|
16
16
|
updatedAt?: DateTimeComparisonExp;
|
|
17
17
|
seqValue?: BooleanComparisonExp;
|
|
18
|
+
slug?: StringComparisonExp;
|
|
18
19
|
branches?: ThemeBranchBoolExp;
|
|
19
20
|
cover?: MediaBoolExp;
|
|
20
21
|
category?: ThemeCategoryBoolExp;
|
|
@@ -22,8 +22,7 @@ import { SvgIcon } from './SvgIcon';
|
|
|
22
22
|
import { Tag } from './Tag';
|
|
23
23
|
import { AgentThread } from './AgentThread';
|
|
24
24
|
import { TempFile } from './TempFile';
|
|
25
|
-
import {
|
|
26
|
-
import { SiteBlueprint } from './SiteBlueprint';
|
|
25
|
+
import { WebsiteProfile } from './WebsiteProfile';
|
|
27
26
|
import { Aggregate } from './Aggregate';
|
|
28
27
|
export declare const WebsiteEntityName = "Website";
|
|
29
28
|
export declare const WebsiteEntityLabel = "\u7AD9\u70B9";
|
|
@@ -89,8 +88,7 @@ export interface Website {
|
|
|
89
88
|
tags?: Tag[];
|
|
90
89
|
agentThreads?: AgentThread[];
|
|
91
90
|
tempFiles?: TempFile[];
|
|
92
|
-
|
|
93
|
-
siteBlueprint?: SiteBlueprint;
|
|
91
|
+
profile?: WebsiteProfile;
|
|
94
92
|
mockBranch?: ThemeBranch;
|
|
95
93
|
usersAggregate?: Aggregate;
|
|
96
94
|
partsOfMediaFolderAggregate?: Aggregate;
|
|
@@ -113,5 +111,4 @@ export interface Website {
|
|
|
113
111
|
tagsAggregate?: Aggregate;
|
|
114
112
|
agentThreadsAggregate?: Aggregate;
|
|
115
113
|
tempFilesAggregate?: Aggregate;
|
|
116
|
-
agentContextsAggregate?: Aggregate;
|
|
117
114
|
}
|
|
@@ -25,8 +25,7 @@ import { SvgIconBoolExp } from './SvgIconBoolExp';
|
|
|
25
25
|
import { TagBoolExp } from './TagBoolExp';
|
|
26
26
|
import { AgentThreadBoolExp } from './AgentThreadBoolExp';
|
|
27
27
|
import { TempFileBoolExp } from './TempFileBoolExp';
|
|
28
|
-
import {
|
|
29
|
-
import { SiteBlueprintBoolExp } from './SiteBlueprintBoolExp';
|
|
28
|
+
import { WebsiteProfileBoolExp } from './WebsiteProfileBoolExp';
|
|
30
29
|
/**
|
|
31
30
|
* 站点
|
|
32
31
|
* 网站实体
|
|
@@ -71,7 +70,6 @@ export interface WebsiteBoolExp {
|
|
|
71
70
|
tags?: TagBoolExp;
|
|
72
71
|
agentThreads?: AgentThreadBoolExp;
|
|
73
72
|
tempFiles?: TempFileBoolExp;
|
|
74
|
-
|
|
75
|
-
siteBlueprint?: SiteBlueprintBoolExp;
|
|
73
|
+
profile?: WebsiteProfileBoolExp;
|
|
76
74
|
mockBranch?: ThemeBranchBoolExp;
|
|
77
75
|
}
|
|
@@ -23,8 +23,7 @@ import { SvgIconInput } from './SvgIconInput';
|
|
|
23
23
|
import { TagInput } from './TagInput';
|
|
24
24
|
import { AgentThreadInput } from './AgentThreadInput';
|
|
25
25
|
import { TempFileInput } from './TempFileInput';
|
|
26
|
-
import {
|
|
27
|
-
import { SiteBlueprintInput } from './SiteBlueprintInput';
|
|
26
|
+
import { WebsiteProfileInput } from './WebsiteProfileInput';
|
|
28
27
|
import { SetHasMany } from '@rxdrag/entify-lib';
|
|
29
28
|
import { SetHasOne } from '@rxdrag/entify-lib';
|
|
30
29
|
/**
|
|
@@ -89,8 +88,7 @@ export interface WebsiteInput {
|
|
|
89
88
|
tags?: SetHasMany<TagInput>;
|
|
90
89
|
agentThreads?: SetHasMany<AgentThreadInput>;
|
|
91
90
|
tempFiles?: SetHasMany<TempFileInput>;
|
|
92
|
-
|
|
93
|
-
siteBlueprint?: SetHasOne<SiteBlueprintInput>;
|
|
91
|
+
profile?: SetHasOne<WebsiteProfileInput>;
|
|
94
92
|
mockBranch?: SetHasOne<ThemeBranchInput>;
|
|
95
93
|
}
|
|
96
94
|
export declare const websiteToInputCascade: (entity: Website) => WebsiteInput;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Website } from './Website';
|
|
2
|
-
export declare const
|
|
3
|
-
export declare const
|
|
4
|
-
export interface
|
|
2
|
+
export declare const WebsiteProfileEntityName = "WebsiteProfile";
|
|
3
|
+
export declare const WebsiteProfileEntityLabel = "";
|
|
4
|
+
export interface WebsiteProfile {
|
|
5
5
|
id?: string | null;
|
|
6
6
|
name?: string;
|
|
7
7
|
industry?: string;
|
|
@@ -10,7 +10,7 @@ export interface SiteBlueprint {
|
|
|
10
10
|
layoutPreference?: string;
|
|
11
11
|
styleGuide?: string;
|
|
12
12
|
contentStrategy?: string;
|
|
13
|
-
|
|
13
|
+
themeBranchId?: string;
|
|
14
14
|
createdAt?: Date;
|
|
15
15
|
updatedAt?: Date;
|
|
16
16
|
products?: string;
|
|
@@ -2,10 +2,10 @@ import { IdComparisonExp } from './IdComparisonExp';
|
|
|
2
2
|
import { StringComparisonExp } from './StringComparisonExp';
|
|
3
3
|
import { DateTimeComparisonExp } from './DateTimeComparisonExp';
|
|
4
4
|
import { WebsiteBoolExp } from './WebsiteBoolExp';
|
|
5
|
-
export interface
|
|
6
|
-
_and?:
|
|
7
|
-
_or?:
|
|
8
|
-
_not?:
|
|
5
|
+
export interface WebsiteProfileBoolExp {
|
|
6
|
+
_and?: WebsiteProfileBoolExp[];
|
|
7
|
+
_or?: WebsiteProfileBoolExp[];
|
|
8
|
+
_not?: WebsiteProfileBoolExp;
|
|
9
9
|
id?: IdComparisonExp;
|
|
10
10
|
name?: StringComparisonExp;
|
|
11
11
|
industry?: StringComparisonExp;
|
|
@@ -14,7 +14,7 @@ export interface SiteBlueprintBoolExp {
|
|
|
14
14
|
layoutPreference?: StringComparisonExp;
|
|
15
15
|
styleGuide?: StringComparisonExp;
|
|
16
16
|
contentStrategy?: StringComparisonExp;
|
|
17
|
-
|
|
17
|
+
themeBranchId?: StringComparisonExp;
|
|
18
18
|
createdAt?: DateTimeComparisonExp;
|
|
19
19
|
updatedAt?: DateTimeComparisonExp;
|
|
20
20
|
products?: StringComparisonExp;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare enum
|
|
1
|
+
export declare enum WebsiteProfileDistinctEnum {
|
|
2
2
|
id = "id",
|
|
3
3
|
name = "name",
|
|
4
4
|
industry = "industry",
|
|
@@ -7,7 +7,7 @@ export declare enum SiteBlueprintDistinctEnum {
|
|
|
7
7
|
layoutPreference = "layoutPreference",
|
|
8
8
|
styleGuide = "styleGuide",
|
|
9
9
|
contentStrategy = "contentStrategy",
|
|
10
|
-
|
|
10
|
+
themeBranchId = "themeBranchId",
|
|
11
11
|
createdAt = "createdAt",
|
|
12
12
|
updatedAt = "updatedAt",
|
|
13
13
|
products = "products",
|
|
@@ -16,4 +16,4 @@ export declare enum SiteBlueprintDistinctEnum {
|
|
|
16
16
|
langAbbr = "langAbbr",
|
|
17
17
|
pages = "pages"
|
|
18
18
|
}
|
|
19
|
-
export type
|
|
19
|
+
export type WebsiteProfileDistinctExp = WebsiteProfileDistinctEnum;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { WebsiteProfile } from './WebsiteProfile';
|
|
2
2
|
import { WebsiteInput } from './WebsiteInput';
|
|
3
3
|
import { SetHasOne } from '@rxdrag/entify-lib';
|
|
4
|
-
export interface
|
|
4
|
+
export interface WebsiteProfileInput {
|
|
5
5
|
id?: string | null;
|
|
6
6
|
name?: string;
|
|
7
7
|
industry?: string;
|
|
@@ -10,7 +10,7 @@ export interface SiteBlueprintInput {
|
|
|
10
10
|
layoutPreference?: string;
|
|
11
11
|
styleGuide?: string;
|
|
12
12
|
contentStrategy?: string;
|
|
13
|
-
|
|
13
|
+
themeBranchId?: string;
|
|
14
14
|
createdAt?: Date;
|
|
15
15
|
updatedAt?: Date;
|
|
16
16
|
products?: string;
|
|
@@ -20,5 +20,5 @@ export interface SiteBlueprintInput {
|
|
|
20
20
|
pages?: string;
|
|
21
21
|
website?: SetHasOne<WebsiteInput>;
|
|
22
22
|
}
|
|
23
|
-
export declare const
|
|
24
|
-
export declare const
|
|
23
|
+
export declare const websiteProfileToInputCascade: (entity: WebsiteProfile) => WebsiteProfileInput;
|
|
24
|
+
export declare const websiteProfileToInput: (entity: WebsiteProfile) => WebsiteProfileInput;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { OrderBy } from '@rxdrag/entify-lib';
|
|
2
|
-
export interface
|
|
2
|
+
export interface WebsiteProfileOrderBy {
|
|
3
3
|
id?: OrderBy;
|
|
4
4
|
name?: OrderBy;
|
|
5
5
|
industry?: OrderBy;
|
|
@@ -8,7 +8,7 @@ export interface SiteBlueprintOrderBy {
|
|
|
8
8
|
layoutPreference?: OrderBy;
|
|
9
9
|
styleGuide?: OrderBy;
|
|
10
10
|
contentStrategy?: OrderBy;
|
|
11
|
-
|
|
11
|
+
themeBranchId?: OrderBy;
|
|
12
12
|
createdAt?: OrderBy;
|
|
13
13
|
updatedAt?: OrderBy;
|
|
14
14
|
products?: OrderBy;
|
|
@@ -341,18 +341,18 @@ export * from './TempFileInput';
|
|
|
341
341
|
export * from './TempFileBoolExp';
|
|
342
342
|
export * from './TempFileOrderBy';
|
|
343
343
|
export * from './TempFileDistinctExp';
|
|
344
|
-
export * from './
|
|
345
|
-
export * from './
|
|
346
|
-
export * from './
|
|
347
|
-
export * from './
|
|
348
|
-
export * from './
|
|
349
|
-
export * from './
|
|
350
|
-
export * from './
|
|
351
|
-
export * from './
|
|
352
|
-
export * from './
|
|
353
|
-
export * from './
|
|
354
|
-
export * from './
|
|
355
|
-
export * from './
|
|
356
|
-
export * from './
|
|
357
|
-
export * from './
|
|
358
|
-
export * from './
|
|
344
|
+
export * from './WebsiteProfile';
|
|
345
|
+
export * from './WebsiteProfileInput';
|
|
346
|
+
export * from './WebsiteProfileBoolExp';
|
|
347
|
+
export * from './WebsiteProfileOrderBy';
|
|
348
|
+
export * from './WebsiteProfileDistinctExp';
|
|
349
|
+
export * from './AgentMemoFile';
|
|
350
|
+
export * from './AgentMemoFileInput';
|
|
351
|
+
export * from './AgentMemoFileBoolExp';
|
|
352
|
+
export * from './AgentMemoFileOrderBy';
|
|
353
|
+
export * from './AgentMemoFileDistinctExp';
|
|
354
|
+
export * from './AgentMemoFolder';
|
|
355
|
+
export * from './AgentMemoFolderInput';
|
|
356
|
+
export * from './AgentMemoFolderBoolExp';
|
|
357
|
+
export * from './AgentMemoFolderOrderBy';
|
|
358
|
+
export * from './AgentMemoFolderDistinctExp';
|