@little-samo/samo-ai-sdk 0.2.0-rv2 → 0.2.0-rv4
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/dto/entities/agents/agent.requests.d.ts +8 -8
- package/dist/dto/entities/gimmicks/gimmick.config.d.ts +1 -1
- package/dist/dto/entities/users/user.d.ts +2 -0
- package/dist/dto/entities/users/user.requests.d.ts +27 -0
- package/dist/dto/entities/users/user.requests.js +19 -1
- package/dist/dto/entities/users/user.requests.js.map +1 -1
- package/dist/dto/locations/location.d.ts +1 -0
- package/dist/dto/locations/location.requests.d.ts +61 -58
- package/dist/dto/locations/location.requests.js +1 -0
- package/dist/dto/locations/location.requests.js.map +1 -1
- package/dist/models/entities/agents/agent.config.d.ts +2 -2
- package/dist/models/locations/location.config.d.ts +16 -16
- package/package.json +1 -1
|
@@ -145,9 +145,9 @@ export declare const AgentUpdateConfigSchema: z.ZodObject<{
|
|
|
145
145
|
}>>;
|
|
146
146
|
rules: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
147
147
|
}, "strict", z.ZodTypeAny, {
|
|
148
|
+
appearance?: string | undefined;
|
|
148
149
|
name?: string | undefined;
|
|
149
150
|
avatar?: string | undefined;
|
|
150
|
-
appearance?: string | undefined;
|
|
151
151
|
core?: {
|
|
152
152
|
name: "evaluate_and_actions" | "execute_actions" | "response_every_message";
|
|
153
153
|
} | undefined;
|
|
@@ -178,9 +178,9 @@ export declare const AgentUpdateConfigSchema: z.ZodObject<{
|
|
|
178
178
|
} | undefined;
|
|
179
179
|
rules?: string[] | undefined;
|
|
180
180
|
}, {
|
|
181
|
+
appearance?: string | undefined;
|
|
181
182
|
name?: string | undefined;
|
|
182
183
|
avatar?: string | undefined;
|
|
183
|
-
appearance?: string | undefined;
|
|
184
184
|
core?: {
|
|
185
185
|
name: "evaluate_and_actions" | "execute_actions" | "response_every_message";
|
|
186
186
|
} | undefined;
|
|
@@ -214,9 +214,9 @@ export declare const AgentUpdateConfigSchema: z.ZodObject<{
|
|
|
214
214
|
}, "strip", z.ZodTypeAny, {
|
|
215
215
|
agentId: bigint;
|
|
216
216
|
config: {
|
|
217
|
+
appearance?: string | undefined;
|
|
217
218
|
name?: string | undefined;
|
|
218
219
|
avatar?: string | undefined;
|
|
219
|
-
appearance?: string | undefined;
|
|
220
220
|
core?: {
|
|
221
221
|
name: "evaluate_and_actions" | "execute_actions" | "response_every_message";
|
|
222
222
|
} | undefined;
|
|
@@ -250,9 +250,9 @@ export declare const AgentUpdateConfigSchema: z.ZodObject<{
|
|
|
250
250
|
}, {
|
|
251
251
|
agentId: bigint;
|
|
252
252
|
config: {
|
|
253
|
+
appearance?: string | undefined;
|
|
253
254
|
name?: string | undefined;
|
|
254
255
|
avatar?: string | undefined;
|
|
255
|
-
appearance?: string | undefined;
|
|
256
256
|
core?: {
|
|
257
257
|
name: "evaluate_and_actions" | "execute_actions" | "response_every_message";
|
|
258
258
|
} | undefined;
|
|
@@ -473,9 +473,9 @@ export declare const CreateAgentSchema: z.ZodObject<{
|
|
|
473
473
|
}>>;
|
|
474
474
|
rules: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
475
475
|
}, "strict", z.ZodTypeAny, {
|
|
476
|
+
appearance?: string | undefined;
|
|
476
477
|
name?: string | undefined;
|
|
477
478
|
avatar?: string | undefined;
|
|
478
|
-
appearance?: string | undefined;
|
|
479
479
|
core?: {
|
|
480
480
|
name: "evaluate_and_actions" | "execute_actions" | "response_every_message";
|
|
481
481
|
} | undefined;
|
|
@@ -506,9 +506,9 @@ export declare const CreateAgentSchema: z.ZodObject<{
|
|
|
506
506
|
} | undefined;
|
|
507
507
|
rules?: string[] | undefined;
|
|
508
508
|
}, {
|
|
509
|
+
appearance?: string | undefined;
|
|
509
510
|
name?: string | undefined;
|
|
510
511
|
avatar?: string | undefined;
|
|
511
|
-
appearance?: string | undefined;
|
|
512
512
|
core?: {
|
|
513
513
|
name: "evaluate_and_actions" | "execute_actions" | "response_every_message";
|
|
514
514
|
} | undefined;
|
|
@@ -541,9 +541,9 @@ export declare const CreateAgentSchema: z.ZodObject<{
|
|
|
541
541
|
}>;
|
|
542
542
|
}, "strip", z.ZodTypeAny, {
|
|
543
543
|
config: {
|
|
544
|
+
appearance?: string | undefined;
|
|
544
545
|
name?: string | undefined;
|
|
545
546
|
avatar?: string | undefined;
|
|
546
|
-
appearance?: string | undefined;
|
|
547
547
|
core?: {
|
|
548
548
|
name: "evaluate_and_actions" | "execute_actions" | "response_every_message";
|
|
549
549
|
} | undefined;
|
|
@@ -576,9 +576,9 @@ export declare const CreateAgentSchema: z.ZodObject<{
|
|
|
576
576
|
};
|
|
577
577
|
}, {
|
|
578
578
|
config: {
|
|
579
|
+
appearance?: string | undefined;
|
|
579
580
|
name?: string | undefined;
|
|
580
581
|
avatar?: string | undefined;
|
|
581
|
-
appearance?: string | undefined;
|
|
582
582
|
core?: {
|
|
583
583
|
name: "evaluate_and_actions" | "execute_actions" | "response_every_message";
|
|
584
584
|
} | undefined;
|
|
@@ -5,4 +5,4 @@ export declare const GimmickCoreDescriptions: {
|
|
|
5
5
|
readonly notion: "Interacts with Notion platform for content management and collaboration";
|
|
6
6
|
};
|
|
7
7
|
export type GimmickCore = keyof typeof GimmickCoreDescriptions;
|
|
8
|
-
export declare const GimmickCoreSchema: z.ZodUnion<[z.ZodLiteral<"
|
|
8
|
+
export declare const GimmickCoreSchema: z.ZodUnion<[z.ZodLiteral<"notion" | "web_search" | "image_generator">, z.ZodLiteral<"notion" | "web_search" | "image_generator">, ...z.ZodLiteral<"notion" | "web_search" | "image_generator">[]]>;
|
|
@@ -6,8 +6,10 @@ export interface UserPublicDto {
|
|
|
6
6
|
firstName: string | null;
|
|
7
7
|
lastName: string | null;
|
|
8
8
|
profilePicture: string | null;
|
|
9
|
+
appearance: string | null;
|
|
9
10
|
}
|
|
10
11
|
export interface UserPrivateDto extends UserPublicDto {
|
|
12
|
+
birthDate: Date | null;
|
|
11
13
|
email: string | null;
|
|
12
14
|
defaultCredits: number;
|
|
13
15
|
maxAgents: number;
|
|
@@ -6,10 +6,22 @@ export interface GetCurrentUserResponseDto {
|
|
|
6
6
|
user: UserPrivateDto;
|
|
7
7
|
}
|
|
8
8
|
export declare const UpdateCurrentUserBodySchema: z.ZodObject<{
|
|
9
|
+
username: z.ZodOptional<z.ZodString>;
|
|
10
|
+
nickname: z.ZodOptional<z.ZodString>;
|
|
11
|
+
birthDate: z.ZodOptional<z.ZodDate>;
|
|
12
|
+
appearance: z.ZodOptional<z.ZodString>;
|
|
9
13
|
isAllowSensitive: z.ZodOptional<z.ZodBoolean>;
|
|
10
14
|
}, "strip", z.ZodTypeAny, {
|
|
15
|
+
username?: string | undefined;
|
|
16
|
+
nickname?: string | undefined;
|
|
17
|
+
birthDate?: Date | undefined;
|
|
18
|
+
appearance?: string | undefined;
|
|
11
19
|
isAllowSensitive?: boolean | undefined;
|
|
12
20
|
}, {
|
|
21
|
+
username?: string | undefined;
|
|
22
|
+
nickname?: string | undefined;
|
|
23
|
+
birthDate?: Date | undefined;
|
|
24
|
+
appearance?: string | undefined;
|
|
13
25
|
isAllowSensitive?: boolean | undefined;
|
|
14
26
|
}>;
|
|
15
27
|
export type UpdateCurrentUserBodyDto = z.infer<typeof UpdateCurrentUserBodySchema>;
|
|
@@ -17,6 +29,21 @@ export interface UpdateCurrentUserResponseDto {
|
|
|
17
29
|
success: boolean;
|
|
18
30
|
error?: string;
|
|
19
31
|
}
|
|
32
|
+
export declare const ValidateUserFieldBodySchema: z.ZodObject<{
|
|
33
|
+
username: z.ZodOptional<z.ZodString>;
|
|
34
|
+
nickname: z.ZodOptional<z.ZodString>;
|
|
35
|
+
}, "strip", z.ZodTypeAny, {
|
|
36
|
+
username?: string | undefined;
|
|
37
|
+
nickname?: string | undefined;
|
|
38
|
+
}, {
|
|
39
|
+
username?: string | undefined;
|
|
40
|
+
nickname?: string | undefined;
|
|
41
|
+
}>;
|
|
42
|
+
export type ValidateUserFieldBodyDto = z.infer<typeof ValidateUserFieldBodySchema>;
|
|
43
|
+
export interface ValidateUserFieldResponseDto {
|
|
44
|
+
isValid: boolean;
|
|
45
|
+
message?: string;
|
|
46
|
+
}
|
|
20
47
|
export declare const GetUsersByIdsQuerySchema: z.ZodObject<{
|
|
21
48
|
userIds: z.ZodEffects<z.ZodEffects<z.ZodString, bigint[], string>, bigint[], string>;
|
|
22
49
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1,11 +1,29 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetCurrentUserSchema = exports.GetUsersByIdsQuerySchema = exports.UpdateCurrentUserBodySchema = exports.GetCurrentUserQuerySchema = void 0;
|
|
3
|
+
exports.GetCurrentUserSchema = exports.GetUsersByIdsQuerySchema = exports.ValidateUserFieldBodySchema = exports.UpdateCurrentUserBodySchema = exports.GetCurrentUserQuerySchema = void 0;
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
5
|
exports.GetCurrentUserQuerySchema = zod_1.z.object({});
|
|
6
6
|
exports.UpdateCurrentUserBodySchema = zod_1.z.object({
|
|
7
|
+
username: zod_1.z
|
|
8
|
+
.string()
|
|
9
|
+
.min(4)
|
|
10
|
+
.max(16)
|
|
11
|
+
.regex(/^[a-zA-Z0-9_]+$/)
|
|
12
|
+
.optional(),
|
|
13
|
+
nickname: zod_1.z.string().min(4).max(32).optional(),
|
|
14
|
+
birthDate: zod_1.z.coerce.date().optional(),
|
|
15
|
+
appearance: zod_1.z.string().max(500).optional(),
|
|
7
16
|
isAllowSensitive: zod_1.z.boolean().optional(),
|
|
8
17
|
});
|
|
18
|
+
exports.ValidateUserFieldBodySchema = zod_1.z.object({
|
|
19
|
+
username: zod_1.z
|
|
20
|
+
.string()
|
|
21
|
+
.min(4)
|
|
22
|
+
.max(16)
|
|
23
|
+
.regex(/^[a-zA-Z0-9_]+$/)
|
|
24
|
+
.optional(),
|
|
25
|
+
nickname: zod_1.z.string().min(4).max(32).optional(),
|
|
26
|
+
});
|
|
9
27
|
exports.GetUsersByIdsQuerySchema = zod_1.z.object({
|
|
10
28
|
userIds: zod_1.z
|
|
11
29
|
.string()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user.requests.js","sourceRoot":"","sources":["../../../../src/dto/entities/users/user.requests.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AASX,QAAA,yBAAyB,GAAG,OAAC,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;AASzC,QAAA,2BAA2B,GAAG,OAAC,CAAC,MAAM,CAAC;IAClD,gBAAgB,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;CACzC,CAAC,CAAC;AAYU,QAAA,wBAAwB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC/C,OAAO,EAAE,OAAC;SACP,MAAM,EAAE;SACR,SAAS,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,GAAG,CAAC,CAAC,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC,CAAC,CAAC;SACjE,MAAM,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG,CAAC,MAAM,GAAG,CAAC,IAAI,GAAG,CAAC,MAAM,IAAI,EAAE,EAAE;QACnD,OAAO,EAAE,oCAAoC;KAC9C,CAAC;CACL,CAAC,CAAC;AAaU,QAAA,oBAAoB,GAAG,OAAC,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC"}
|
|
1
|
+
{"version":3,"file":"user.requests.js","sourceRoot":"","sources":["../../../../src/dto/entities/users/user.requests.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AASX,QAAA,yBAAyB,GAAG,OAAC,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;AASzC,QAAA,2BAA2B,GAAG,OAAC,CAAC,MAAM,CAAC;IAClD,QAAQ,EAAE,OAAC;SACR,MAAM,EAAE;SACR,GAAG,CAAC,CAAC,CAAC;SACN,GAAG,CAAC,EAAE,CAAC;SACP,KAAK,CAAC,iBAAiB,CAAC;SACxB,QAAQ,EAAE;IACb,QAAQ,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC9C,SAAS,EAAE,OAAC,CAAC,MAAM,CAAC,IAAI,EAAE,CAAC,QAAQ,EAAE;IACrC,UAAU,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,QAAQ,EAAE;IAE1C,gBAAgB,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;CACzC,CAAC,CAAC;AAYU,QAAA,2BAA2B,GAAG,OAAC,CAAC,MAAM,CAAC;IAClD,QAAQ,EAAE,OAAC;SACR,MAAM,EAAE;SACR,GAAG,CAAC,CAAC,CAAC;SACN,GAAG,CAAC,EAAE,CAAC;SACP,KAAK,CAAC,iBAAiB,CAAC;SACxB,QAAQ,EAAE;IACb,QAAQ,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC,QAAQ,EAAE;CAC/C,CAAC,CAAC;AAYU,QAAA,wBAAwB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC/C,OAAO,EAAE,OAAC;SACP,MAAM,EAAE;SACR,SAAS,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,GAAG,CAAC,CAAC,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC,CAAC,CAAC;SACjE,MAAM,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG,CAAC,MAAM,GAAG,CAAC,IAAI,GAAG,CAAC,MAAM,IAAI,EAAE,EAAE;QACnD,OAAO,EAAE,oCAAoC;KAC9C,CAAC;CACL,CAAC,CAAC;AAaU,QAAA,oBAAoB,GAAG,OAAC,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC"}
|
|
@@ -15,8 +15,8 @@ export declare const UserLocationsQuerySchema: z.ZodObject<{
|
|
|
15
15
|
limit: number;
|
|
16
16
|
cursor?: string | undefined;
|
|
17
17
|
}, {
|
|
18
|
-
limit?: number | undefined;
|
|
19
18
|
cursor?: string | undefined;
|
|
19
|
+
limit?: number | undefined;
|
|
20
20
|
}>;
|
|
21
21
|
export type UserLocationsQueryDto = z.infer<typeof UserLocationsQuerySchema>;
|
|
22
22
|
export interface UserLocationsResponseDto {
|
|
@@ -30,11 +30,11 @@ export declare const PublishedLocationsQuerySchema: z.ZodObject<{
|
|
|
30
30
|
page: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
31
31
|
limit: z.ZodDefault<z.ZodNumber>;
|
|
32
32
|
}, "strip", z.ZodTypeAny, {
|
|
33
|
-
page: number;
|
|
34
33
|
limit: number;
|
|
34
|
+
page: number;
|
|
35
35
|
}, {
|
|
36
|
-
page?: number | undefined;
|
|
37
36
|
limit?: number | undefined;
|
|
37
|
+
page?: number | undefined;
|
|
38
38
|
}>;
|
|
39
39
|
export type PublishedLocationsQueryDto = z.infer<typeof PublishedLocationsQuerySchema>;
|
|
40
40
|
export interface PublishedLocationsResponseDto {
|
|
@@ -115,7 +115,7 @@ export declare const LocationUpdateConfigSchema: z.ZodObject<{
|
|
|
115
115
|
maxLength: number;
|
|
116
116
|
}>, "many">>;
|
|
117
117
|
gimmicks: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
118
|
-
core: z.ZodUnion<[z.ZodLiteral<"
|
|
118
|
+
core: z.ZodUnion<[z.ZodLiteral<"web_search" | "image_generator" | "notion">, z.ZodLiteral<"web_search" | "image_generator" | "notion">, ...z.ZodLiteral<"web_search" | "image_generator" | "notion">[]]>;
|
|
119
119
|
name: z.ZodString;
|
|
120
120
|
appearance: z.ZodString;
|
|
121
121
|
images: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -130,16 +130,16 @@ export declare const LocationUpdateConfigSchema: z.ZodObject<{
|
|
|
130
130
|
}>, "many">>;
|
|
131
131
|
}, "strip", z.ZodTypeAny, {
|
|
132
132
|
name: string;
|
|
133
|
+
core: "web_search" | "image_generator" | "notion";
|
|
133
134
|
appearance: string;
|
|
134
|
-
core: "notion" | "web_search" | "image_generator";
|
|
135
135
|
images?: {
|
|
136
136
|
description: string;
|
|
137
137
|
url: string;
|
|
138
138
|
}[] | undefined;
|
|
139
139
|
}, {
|
|
140
140
|
name: string;
|
|
141
|
+
core: "web_search" | "image_generator" | "notion";
|
|
141
142
|
appearance: string;
|
|
142
|
-
core: "notion" | "web_search" | "image_generator";
|
|
143
143
|
images?: {
|
|
144
144
|
description: string;
|
|
145
145
|
url: string;
|
|
@@ -147,15 +147,15 @@ export declare const LocationUpdateConfigSchema: z.ZodObject<{
|
|
|
147
147
|
}>, "many">>;
|
|
148
148
|
}, "strict", z.ZodTypeAny, {
|
|
149
149
|
name?: string | undefined;
|
|
150
|
-
|
|
150
|
+
thumbnail?: string | null | undefined;
|
|
151
|
+
environment?: "CHAT" | "NOVEL" | undefined;
|
|
151
152
|
core?: {
|
|
152
153
|
name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
|
|
153
154
|
sequential?: boolean | undefined;
|
|
154
155
|
interval?: number | undefined;
|
|
155
156
|
} | undefined;
|
|
157
|
+
description?: string | undefined;
|
|
156
158
|
rules?: string[] | undefined;
|
|
157
|
-
thumbnail?: string | null | undefined;
|
|
158
|
-
environment?: "CHAT" | "NOVEL" | undefined;
|
|
159
159
|
canvases?: {
|
|
160
160
|
name: string;
|
|
161
161
|
description: string;
|
|
@@ -168,8 +168,8 @@ export declare const LocationUpdateConfigSchema: z.ZodObject<{
|
|
|
168
168
|
}[] | undefined;
|
|
169
169
|
gimmicks?: {
|
|
170
170
|
name: string;
|
|
171
|
+
core: "web_search" | "image_generator" | "notion";
|
|
171
172
|
appearance: string;
|
|
172
|
-
core: "notion" | "web_search" | "image_generator";
|
|
173
173
|
images?: {
|
|
174
174
|
description: string;
|
|
175
175
|
url: string;
|
|
@@ -177,15 +177,15 @@ export declare const LocationUpdateConfigSchema: z.ZodObject<{
|
|
|
177
177
|
}[] | undefined;
|
|
178
178
|
}, {
|
|
179
179
|
name?: string | undefined;
|
|
180
|
-
|
|
180
|
+
thumbnail?: string | null | undefined;
|
|
181
|
+
environment?: "CHAT" | "NOVEL" | undefined;
|
|
181
182
|
core?: {
|
|
182
183
|
name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
|
|
183
184
|
sequential?: boolean | undefined;
|
|
184
185
|
interval?: number | undefined;
|
|
185
186
|
} | undefined;
|
|
187
|
+
description?: string | undefined;
|
|
186
188
|
rules?: string[] | undefined;
|
|
187
|
-
thumbnail?: string | null | undefined;
|
|
188
|
-
environment?: "CHAT" | "NOVEL" | undefined;
|
|
189
189
|
canvases?: {
|
|
190
190
|
name: string;
|
|
191
191
|
description: string;
|
|
@@ -198,8 +198,8 @@ export declare const LocationUpdateConfigSchema: z.ZodObject<{
|
|
|
198
198
|
}[] | undefined;
|
|
199
199
|
gimmicks?: {
|
|
200
200
|
name: string;
|
|
201
|
+
core: "web_search" | "image_generator" | "notion";
|
|
201
202
|
appearance: string;
|
|
202
|
-
core: "notion" | "web_search" | "image_generator";
|
|
203
203
|
images?: {
|
|
204
204
|
description: string;
|
|
205
205
|
url: string;
|
|
@@ -207,17 +207,18 @@ export declare const LocationUpdateConfigSchema: z.ZodObject<{
|
|
|
207
207
|
}[] | undefined;
|
|
208
208
|
}>;
|
|
209
209
|
}, "strip", z.ZodTypeAny, {
|
|
210
|
+
locationId: bigint;
|
|
210
211
|
config: {
|
|
211
212
|
name?: string | undefined;
|
|
212
|
-
|
|
213
|
+
thumbnail?: string | null | undefined;
|
|
214
|
+
environment?: "CHAT" | "NOVEL" | undefined;
|
|
213
215
|
core?: {
|
|
214
216
|
name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
|
|
215
217
|
sequential?: boolean | undefined;
|
|
216
218
|
interval?: number | undefined;
|
|
217
219
|
} | undefined;
|
|
220
|
+
description?: string | undefined;
|
|
218
221
|
rules?: string[] | undefined;
|
|
219
|
-
thumbnail?: string | null | undefined;
|
|
220
|
-
environment?: "CHAT" | "NOVEL" | undefined;
|
|
221
222
|
canvases?: {
|
|
222
223
|
name: string;
|
|
223
224
|
description: string;
|
|
@@ -230,27 +231,27 @@ export declare const LocationUpdateConfigSchema: z.ZodObject<{
|
|
|
230
231
|
}[] | undefined;
|
|
231
232
|
gimmicks?: {
|
|
232
233
|
name: string;
|
|
234
|
+
core: "web_search" | "image_generator" | "notion";
|
|
233
235
|
appearance: string;
|
|
234
|
-
core: "notion" | "web_search" | "image_generator";
|
|
235
236
|
images?: {
|
|
236
237
|
description: string;
|
|
237
238
|
url: string;
|
|
238
239
|
}[] | undefined;
|
|
239
240
|
}[] | undefined;
|
|
240
241
|
};
|
|
241
|
-
locationId: bigint;
|
|
242
242
|
}, {
|
|
243
|
+
locationId: bigint;
|
|
243
244
|
config: {
|
|
244
245
|
name?: string | undefined;
|
|
245
|
-
|
|
246
|
+
thumbnail?: string | null | undefined;
|
|
247
|
+
environment?: "CHAT" | "NOVEL" | undefined;
|
|
246
248
|
core?: {
|
|
247
249
|
name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
|
|
248
250
|
sequential?: boolean | undefined;
|
|
249
251
|
interval?: number | undefined;
|
|
250
252
|
} | undefined;
|
|
253
|
+
description?: string | undefined;
|
|
251
254
|
rules?: string[] | undefined;
|
|
252
|
-
thumbnail?: string | null | undefined;
|
|
253
|
-
environment?: "CHAT" | "NOVEL" | undefined;
|
|
254
255
|
canvases?: {
|
|
255
256
|
name: string;
|
|
256
257
|
description: string;
|
|
@@ -263,15 +264,14 @@ export declare const LocationUpdateConfigSchema: z.ZodObject<{
|
|
|
263
264
|
}[] | undefined;
|
|
264
265
|
gimmicks?: {
|
|
265
266
|
name: string;
|
|
267
|
+
core: "web_search" | "image_generator" | "notion";
|
|
266
268
|
appearance: string;
|
|
267
|
-
core: "notion" | "web_search" | "image_generator";
|
|
268
269
|
images?: {
|
|
269
270
|
description: string;
|
|
270
271
|
url: string;
|
|
271
272
|
}[] | undefined;
|
|
272
273
|
}[] | undefined;
|
|
273
274
|
};
|
|
274
|
-
locationId: bigint;
|
|
275
275
|
}>;
|
|
276
276
|
export type LocationUpdateConfigDto = z.infer<typeof LocationUpdateConfigSchema>;
|
|
277
277
|
export type LocationUpdateConfigResponseDto = Partial<LocationConfig>;
|
|
@@ -297,6 +297,7 @@ export declare const LocationUpdateCredentialSchema: z.ZodObject<{
|
|
|
297
297
|
token: string;
|
|
298
298
|
}>]>;
|
|
299
299
|
}, "strip", z.ZodTypeAny, {
|
|
300
|
+
locationId: bigint;
|
|
300
301
|
credential: {
|
|
301
302
|
type: "notion";
|
|
302
303
|
token: string;
|
|
@@ -304,8 +305,8 @@ export declare const LocationUpdateCredentialSchema: z.ZodObject<{
|
|
|
304
305
|
type: "notion";
|
|
305
306
|
token: string;
|
|
306
307
|
};
|
|
307
|
-
locationId: bigint;
|
|
308
308
|
}, {
|
|
309
|
+
locationId: bigint;
|
|
309
310
|
credential: {
|
|
310
311
|
type: "notion";
|
|
311
312
|
token: string;
|
|
@@ -313,7 +314,6 @@ export declare const LocationUpdateCredentialSchema: z.ZodObject<{
|
|
|
313
314
|
type: "notion";
|
|
314
315
|
token: string;
|
|
315
316
|
};
|
|
316
|
-
locationId: bigint;
|
|
317
317
|
}>;
|
|
318
318
|
export type LocationUpdateCredentialDto = z.infer<typeof LocationUpdateCredentialSchema>;
|
|
319
319
|
export interface LocationUpdateCredentialResponseDto {
|
|
@@ -324,11 +324,11 @@ export declare const LocationDeleteCredentialSchema: z.ZodObject<{
|
|
|
324
324
|
locationId: z.ZodBigInt;
|
|
325
325
|
credentialType: z.ZodString;
|
|
326
326
|
}, "strip", z.ZodTypeAny, {
|
|
327
|
-
credentialType: string;
|
|
328
327
|
locationId: bigint;
|
|
329
|
-
}, {
|
|
330
328
|
credentialType: string;
|
|
329
|
+
}, {
|
|
331
330
|
locationId: bigint;
|
|
331
|
+
credentialType: string;
|
|
332
332
|
}>;
|
|
333
333
|
export type LocationDeleteCredentialDto = z.infer<typeof LocationDeleteCredentialSchema>;
|
|
334
334
|
export interface LocationDeleteCredentialResponseDto {
|
|
@@ -339,11 +339,11 @@ export declare const LocationPresetsPaginationQuerySchema: z.ZodObject<{
|
|
|
339
339
|
page: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
340
340
|
limit: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
341
341
|
}, "strip", z.ZodTypeAny, {
|
|
342
|
-
page: number;
|
|
343
342
|
limit: number;
|
|
343
|
+
page: number;
|
|
344
344
|
}, {
|
|
345
|
-
page?: number | undefined;
|
|
346
345
|
limit?: number | undefined;
|
|
346
|
+
page?: number | undefined;
|
|
347
347
|
}>;
|
|
348
348
|
export type LocationPresetsPaginationQueryDto = z.infer<typeof LocationPresetsPaginationQuerySchema>;
|
|
349
349
|
export interface LocationPresetsPaginatedResponseDto {
|
|
@@ -402,7 +402,7 @@ export declare const CreateLocationSchema: z.ZodObject<{
|
|
|
402
402
|
maxLength: number;
|
|
403
403
|
}>, "many">>;
|
|
404
404
|
gimmicks: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
405
|
-
core: z.ZodUnion<[z.ZodLiteral<"
|
|
405
|
+
core: z.ZodUnion<[z.ZodLiteral<"web_search" | "image_generator" | "notion">, z.ZodLiteral<"web_search" | "image_generator" | "notion">, ...z.ZodLiteral<"web_search" | "image_generator" | "notion">[]]>;
|
|
406
406
|
name: z.ZodString;
|
|
407
407
|
appearance: z.ZodString;
|
|
408
408
|
images: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -417,16 +417,16 @@ export declare const CreateLocationSchema: z.ZodObject<{
|
|
|
417
417
|
}>, "many">>;
|
|
418
418
|
}, "strip", z.ZodTypeAny, {
|
|
419
419
|
name: string;
|
|
420
|
+
core: "web_search" | "image_generator" | "notion";
|
|
420
421
|
appearance: string;
|
|
421
|
-
core: "notion" | "web_search" | "image_generator";
|
|
422
422
|
images?: {
|
|
423
423
|
description: string;
|
|
424
424
|
url: string;
|
|
425
425
|
}[] | undefined;
|
|
426
426
|
}, {
|
|
427
427
|
name: string;
|
|
428
|
+
core: "web_search" | "image_generator" | "notion";
|
|
428
429
|
appearance: string;
|
|
429
|
-
core: "notion" | "web_search" | "image_generator";
|
|
430
430
|
images?: {
|
|
431
431
|
description: string;
|
|
432
432
|
url: string;
|
|
@@ -434,15 +434,15 @@ export declare const CreateLocationSchema: z.ZodObject<{
|
|
|
434
434
|
}>, "many">>;
|
|
435
435
|
}, "strict", z.ZodTypeAny, {
|
|
436
436
|
name?: string | undefined;
|
|
437
|
-
|
|
437
|
+
thumbnail?: string | null | undefined;
|
|
438
|
+
environment?: "CHAT" | "NOVEL" | undefined;
|
|
438
439
|
core?: {
|
|
439
440
|
name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
|
|
440
441
|
sequential?: boolean | undefined;
|
|
441
442
|
interval?: number | undefined;
|
|
442
443
|
} | undefined;
|
|
444
|
+
description?: string | undefined;
|
|
443
445
|
rules?: string[] | undefined;
|
|
444
|
-
thumbnail?: string | null | undefined;
|
|
445
|
-
environment?: "CHAT" | "NOVEL" | undefined;
|
|
446
446
|
canvases?: {
|
|
447
447
|
name: string;
|
|
448
448
|
description: string;
|
|
@@ -455,8 +455,8 @@ export declare const CreateLocationSchema: z.ZodObject<{
|
|
|
455
455
|
}[] | undefined;
|
|
456
456
|
gimmicks?: {
|
|
457
457
|
name: string;
|
|
458
|
+
core: "web_search" | "image_generator" | "notion";
|
|
458
459
|
appearance: string;
|
|
459
|
-
core: "notion" | "web_search" | "image_generator";
|
|
460
460
|
images?: {
|
|
461
461
|
description: string;
|
|
462
462
|
url: string;
|
|
@@ -464,15 +464,15 @@ export declare const CreateLocationSchema: z.ZodObject<{
|
|
|
464
464
|
}[] | undefined;
|
|
465
465
|
}, {
|
|
466
466
|
name?: string | undefined;
|
|
467
|
-
|
|
467
|
+
thumbnail?: string | null | undefined;
|
|
468
|
+
environment?: "CHAT" | "NOVEL" | undefined;
|
|
468
469
|
core?: {
|
|
469
470
|
name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
|
|
470
471
|
sequential?: boolean | undefined;
|
|
471
472
|
interval?: number | undefined;
|
|
472
473
|
} | undefined;
|
|
474
|
+
description?: string | undefined;
|
|
473
475
|
rules?: string[] | undefined;
|
|
474
|
-
thumbnail?: string | null | undefined;
|
|
475
|
-
environment?: "CHAT" | "NOVEL" | undefined;
|
|
476
476
|
canvases?: {
|
|
477
477
|
name: string;
|
|
478
478
|
description: string;
|
|
@@ -485,8 +485,8 @@ export declare const CreateLocationSchema: z.ZodObject<{
|
|
|
485
485
|
}[] | undefined;
|
|
486
486
|
gimmicks?: {
|
|
487
487
|
name: string;
|
|
488
|
+
core: "web_search" | "image_generator" | "notion";
|
|
488
489
|
appearance: string;
|
|
489
|
-
core: "notion" | "web_search" | "image_generator";
|
|
490
490
|
images?: {
|
|
491
491
|
description: string;
|
|
492
492
|
url: string;
|
|
@@ -500,15 +500,15 @@ export declare const CreateLocationSchema: z.ZodObject<{
|
|
|
500
500
|
}, "strip", z.ZodTypeAny, {
|
|
501
501
|
config: {
|
|
502
502
|
name?: string | undefined;
|
|
503
|
-
|
|
503
|
+
thumbnail?: string | null | undefined;
|
|
504
|
+
environment?: "CHAT" | "NOVEL" | undefined;
|
|
504
505
|
core?: {
|
|
505
506
|
name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
|
|
506
507
|
sequential?: boolean | undefined;
|
|
507
508
|
interval?: number | undefined;
|
|
508
509
|
} | undefined;
|
|
510
|
+
description?: string | undefined;
|
|
509
511
|
rules?: string[] | undefined;
|
|
510
|
-
thumbnail?: string | null | undefined;
|
|
511
|
-
environment?: "CHAT" | "NOVEL" | undefined;
|
|
512
512
|
canvases?: {
|
|
513
513
|
name: string;
|
|
514
514
|
description: string;
|
|
@@ -521,8 +521,8 @@ export declare const CreateLocationSchema: z.ZodObject<{
|
|
|
521
521
|
}[] | undefined;
|
|
522
522
|
gimmicks?: {
|
|
523
523
|
name: string;
|
|
524
|
+
core: "web_search" | "image_generator" | "notion";
|
|
524
525
|
appearance: string;
|
|
525
|
-
core: "notion" | "web_search" | "image_generator";
|
|
526
526
|
images?: {
|
|
527
527
|
description: string;
|
|
528
528
|
url: string;
|
|
@@ -533,15 +533,15 @@ export declare const CreateLocationSchema: z.ZodObject<{
|
|
|
533
533
|
}, {
|
|
534
534
|
config: {
|
|
535
535
|
name?: string | undefined;
|
|
536
|
-
|
|
536
|
+
thumbnail?: string | null | undefined;
|
|
537
|
+
environment?: "CHAT" | "NOVEL" | undefined;
|
|
537
538
|
core?: {
|
|
538
539
|
name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
|
|
539
540
|
sequential?: boolean | undefined;
|
|
540
541
|
interval?: number | undefined;
|
|
541
542
|
} | undefined;
|
|
543
|
+
description?: string | undefined;
|
|
542
544
|
rules?: string[] | undefined;
|
|
543
|
-
thumbnail?: string | null | undefined;
|
|
544
|
-
environment?: "CHAT" | "NOVEL" | undefined;
|
|
545
545
|
canvases?: {
|
|
546
546
|
name: string;
|
|
547
547
|
description: string;
|
|
@@ -554,8 +554,8 @@ export declare const CreateLocationSchema: z.ZodObject<{
|
|
|
554
554
|
}[] | undefined;
|
|
555
555
|
gimmicks?: {
|
|
556
556
|
name: string;
|
|
557
|
+
core: "web_search" | "image_generator" | "notion";
|
|
557
558
|
appearance: string;
|
|
558
|
-
core: "notion" | "web_search" | "image_generator";
|
|
559
559
|
images?: {
|
|
560
560
|
description: string;
|
|
561
561
|
url: string;
|
|
@@ -590,8 +590,8 @@ export declare const CreateLocationFromPresetSchema: z.ZodObject<{
|
|
|
590
590
|
readonly MINIMO: "MINIMO";
|
|
591
591
|
}>>>;
|
|
592
592
|
}, "strip", z.ZodTypeAny, {
|
|
593
|
-
presetId: bigint;
|
|
594
593
|
platform: "API" | "MINIMO";
|
|
594
|
+
presetId: bigint;
|
|
595
595
|
}, {
|
|
596
596
|
presetId: bigint;
|
|
597
597
|
platform?: "API" | "MINIMO" | undefined;
|
|
@@ -621,8 +621,8 @@ export declare const GetAgentHelperLocationQuerySchema: z.ZodObject<{
|
|
|
621
621
|
readonly MINIMO: "MINIMO";
|
|
622
622
|
}>>>;
|
|
623
623
|
}, "strip", z.ZodTypeAny, {
|
|
624
|
-
agentId: bigint;
|
|
625
624
|
platform: "API" | "MINIMO";
|
|
625
|
+
agentId: bigint;
|
|
626
626
|
}, {
|
|
627
627
|
agentId: bigint;
|
|
628
628
|
platform?: "API" | "MINIMO" | undefined;
|
|
@@ -655,8 +655,8 @@ export declare const GetAgentDmLocationQuerySchema: z.ZodObject<{
|
|
|
655
655
|
readonly MINIMO: "MINIMO";
|
|
656
656
|
}>>>;
|
|
657
657
|
}, "strip", z.ZodTypeAny, {
|
|
658
|
-
agentId: bigint;
|
|
659
658
|
platform: "API" | "MINIMO";
|
|
659
|
+
agentId: bigint;
|
|
660
660
|
}, {
|
|
661
661
|
agentId: bigint;
|
|
662
662
|
platform?: "API" | "MINIMO" | undefined;
|
|
@@ -845,11 +845,11 @@ export declare const JoinAgentToLocationToolSchema: z.ZodObject<{
|
|
|
845
845
|
locationId: z.ZodBigInt;
|
|
846
846
|
agentId: z.ZodBigInt;
|
|
847
847
|
}, "strip", z.ZodTypeAny, {
|
|
848
|
-
agentId: bigint;
|
|
849
848
|
locationId: bigint;
|
|
850
|
-
}, {
|
|
851
849
|
agentId: bigint;
|
|
850
|
+
}, {
|
|
852
851
|
locationId: bigint;
|
|
852
|
+
agentId: bigint;
|
|
853
853
|
}>;
|
|
854
854
|
export type JoinAgentToLocationToolDto = z.infer<typeof JoinAgentToLocationToolSchema>;
|
|
855
855
|
export declare const RemoveAgentFromLocationParamsSchema: z.ZodObject<{
|
|
@@ -876,11 +876,11 @@ export declare const RemoveAgentFromLocationToolSchema: z.ZodObject<{
|
|
|
876
876
|
locationId: z.ZodBigInt;
|
|
877
877
|
agentId: z.ZodBigInt;
|
|
878
878
|
}, "strip", z.ZodTypeAny, {
|
|
879
|
-
agentId: bigint;
|
|
880
879
|
locationId: bigint;
|
|
881
|
-
}, {
|
|
882
880
|
agentId: bigint;
|
|
881
|
+
}, {
|
|
883
882
|
locationId: bigint;
|
|
883
|
+
agentId: bigint;
|
|
884
884
|
}>;
|
|
885
885
|
export type RemoveAgentFromLocationToolDto = z.infer<typeof RemoveAgentFromLocationToolSchema>;
|
|
886
886
|
export declare const UpdateLocationParamsSchema: z.ZodObject<{
|
|
@@ -895,6 +895,7 @@ export declare const UpdateLocationBodySchema: z.ZodObject<{
|
|
|
895
895
|
visibility: z.ZodOptional<z.ZodEnum<["private", "public", "publish"]>>;
|
|
896
896
|
maxUsers: z.ZodOptional<z.ZodNumber>;
|
|
897
897
|
publishDescription: z.ZodOptional<z.ZodString>;
|
|
898
|
+
hashtags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
898
899
|
useLocationCreditOnly: z.ZodOptional<z.ZodBoolean>;
|
|
899
900
|
creditCostPerChat: z.ZodOptional<z.ZodNumber>;
|
|
900
901
|
chatRequiresPaidCredit: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -905,6 +906,7 @@ export declare const UpdateLocationBodySchema: z.ZodObject<{
|
|
|
905
906
|
visibility?: "private" | "public" | "publish" | undefined;
|
|
906
907
|
maxUsers?: number | undefined;
|
|
907
908
|
publishDescription?: string | undefined;
|
|
909
|
+
hashtags?: string[] | undefined;
|
|
908
910
|
useLocationCreditOnly?: boolean | undefined;
|
|
909
911
|
creditCostPerChat?: number | undefined;
|
|
910
912
|
chatRequiresPaidCredit?: boolean | undefined;
|
|
@@ -915,6 +917,7 @@ export declare const UpdateLocationBodySchema: z.ZodObject<{
|
|
|
915
917
|
visibility?: "private" | "public" | "publish" | undefined;
|
|
916
918
|
maxUsers?: number | undefined;
|
|
917
919
|
publishDescription?: string | undefined;
|
|
920
|
+
hashtags?: string[] | undefined;
|
|
918
921
|
useLocationCreditOnly?: boolean | undefined;
|
|
919
922
|
creditCostPerChat?: number | undefined;
|
|
920
923
|
chatRequiresPaidCredit?: boolean | undefined;
|
|
@@ -1209,12 +1212,12 @@ export declare const UpdateLocationAgentIsActiveSchema: z.ZodObject<{
|
|
|
1209
1212
|
agentId: z.ZodBigInt;
|
|
1210
1213
|
isActive: z.ZodBoolean;
|
|
1211
1214
|
}, "strip", z.ZodTypeAny, {
|
|
1212
|
-
agentId: bigint;
|
|
1213
1215
|
locationId: bigint;
|
|
1216
|
+
agentId: bigint;
|
|
1214
1217
|
isActive: boolean;
|
|
1215
1218
|
}, {
|
|
1216
|
-
agentId: bigint;
|
|
1217
1219
|
locationId: bigint;
|
|
1220
|
+
agentId: bigint;
|
|
1218
1221
|
isActive: boolean;
|
|
1219
1222
|
}>;
|
|
1220
1223
|
export type UpdateLocationAgentIsActiveDto = z.infer<typeof UpdateLocationAgentIsActiveSchema>;
|
|
@@ -180,6 +180,7 @@ exports.UpdateLocationBodySchema = zod_1.z.object({
|
|
|
180
180
|
visibility: zod_1.z.enum(['private', 'public', 'publish']).optional(),
|
|
181
181
|
maxUsers: zod_1.z.number().int().min(1).max(99).optional(),
|
|
182
182
|
publishDescription: zod_1.z.string().max(500).optional(),
|
|
183
|
+
hashtags: zod_1.z.array(zod_1.z.string().max(16)).max(3).optional(),
|
|
183
184
|
useLocationCreditOnly: zod_1.z.boolean().optional(),
|
|
184
185
|
creditCostPerChat: zod_1.z.number().int().min(0).max(1000).optional(),
|
|
185
186
|
chatRequiresPaidCredit: zod_1.z.boolean().optional(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"location.requests.js","sourceRoot":"","sources":["../../../src/dto/locations/location.requests.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"location.requests.js","sourceRoot":"","sources":["../../../src/dto/locations/location.requests.ts"],"names":[],"mappings":"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"}
|
|
@@ -204,9 +204,9 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
204
204
|
}>;
|
|
205
205
|
rules: z.ZodArray<z.ZodString, "many">;
|
|
206
206
|
}, "strip", z.ZodTypeAny, {
|
|
207
|
+
appearance: string;
|
|
207
208
|
name: string;
|
|
208
209
|
avatar: string;
|
|
209
|
-
appearance: string;
|
|
210
210
|
core: {
|
|
211
211
|
name: "evaluate_and_actions" | "execute_actions" | "response_every_message";
|
|
212
212
|
};
|
|
@@ -237,9 +237,9 @@ export declare const AgentConfigSchema: z.ZodObject<{
|
|
|
237
237
|
};
|
|
238
238
|
rules: string[];
|
|
239
239
|
}, {
|
|
240
|
+
appearance: string;
|
|
240
241
|
name: string;
|
|
241
242
|
avatar: string;
|
|
242
|
-
appearance: string;
|
|
243
243
|
core: {
|
|
244
244
|
name: "evaluate_and_actions" | "execute_actions" | "response_every_message";
|
|
245
245
|
};
|
|
@@ -40,7 +40,7 @@ export declare const LocationConfigGimmickImageSchema: z.ZodObject<{
|
|
|
40
40
|
}>;
|
|
41
41
|
export type LocationConfigGimmickImage = z.infer<typeof LocationConfigGimmickImageSchema>;
|
|
42
42
|
export declare const LocationConfigGimmickSchema: z.ZodObject<{
|
|
43
|
-
core: z.ZodUnion<[z.ZodLiteral<"
|
|
43
|
+
core: z.ZodUnion<[z.ZodLiteral<"notion" | "web_search" | "image_generator">, z.ZodLiteral<"notion" | "web_search" | "image_generator">, ...z.ZodLiteral<"notion" | "web_search" | "image_generator">[]]>;
|
|
44
44
|
name: z.ZodString;
|
|
45
45
|
appearance: z.ZodString;
|
|
46
46
|
images: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -54,17 +54,17 @@ export declare const LocationConfigGimmickSchema: z.ZodObject<{
|
|
|
54
54
|
url: string;
|
|
55
55
|
}>, "many">>;
|
|
56
56
|
}, "strip", z.ZodTypeAny, {
|
|
57
|
-
name: string;
|
|
58
|
-
core: "web_search" | "image_generator" | "notion";
|
|
59
57
|
appearance: string;
|
|
58
|
+
name: string;
|
|
59
|
+
core: "notion" | "web_search" | "image_generator";
|
|
60
60
|
images?: {
|
|
61
61
|
description: string;
|
|
62
62
|
url: string;
|
|
63
63
|
}[] | undefined;
|
|
64
64
|
}, {
|
|
65
|
-
name: string;
|
|
66
|
-
core: "web_search" | "image_generator" | "notion";
|
|
67
65
|
appearance: string;
|
|
66
|
+
name: string;
|
|
67
|
+
core: "notion" | "web_search" | "image_generator";
|
|
68
68
|
images?: {
|
|
69
69
|
description: string;
|
|
70
70
|
url: string;
|
|
@@ -117,7 +117,7 @@ export declare const LocationConfigSchema: z.ZodObject<{
|
|
|
117
117
|
maxLength: number;
|
|
118
118
|
}>, "many">;
|
|
119
119
|
gimmicks: z.ZodArray<z.ZodObject<{
|
|
120
|
-
core: z.ZodUnion<[z.ZodLiteral<"
|
|
120
|
+
core: z.ZodUnion<[z.ZodLiteral<"notion" | "web_search" | "image_generator">, z.ZodLiteral<"notion" | "web_search" | "image_generator">, ...z.ZodLiteral<"notion" | "web_search" | "image_generator">[]]>;
|
|
121
121
|
name: z.ZodString;
|
|
122
122
|
appearance: z.ZodString;
|
|
123
123
|
images: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -131,17 +131,17 @@ export declare const LocationConfigSchema: z.ZodObject<{
|
|
|
131
131
|
url: string;
|
|
132
132
|
}>, "many">>;
|
|
133
133
|
}, "strip", z.ZodTypeAny, {
|
|
134
|
-
name: string;
|
|
135
|
-
core: "web_search" | "image_generator" | "notion";
|
|
136
134
|
appearance: string;
|
|
135
|
+
name: string;
|
|
136
|
+
core: "notion" | "web_search" | "image_generator";
|
|
137
137
|
images?: {
|
|
138
138
|
description: string;
|
|
139
139
|
url: string;
|
|
140
140
|
}[] | undefined;
|
|
141
141
|
}, {
|
|
142
|
-
name: string;
|
|
143
|
-
core: "web_search" | "image_generator" | "notion";
|
|
144
142
|
appearance: string;
|
|
143
|
+
name: string;
|
|
144
|
+
core: "notion" | "web_search" | "image_generator";
|
|
145
145
|
images?: {
|
|
146
146
|
description: string;
|
|
147
147
|
url: string;
|
|
@@ -155,9 +155,9 @@ export declare const LocationConfigSchema: z.ZodObject<{
|
|
|
155
155
|
sequential?: boolean | undefined;
|
|
156
156
|
interval?: number | undefined;
|
|
157
157
|
};
|
|
158
|
+
rules: string[];
|
|
158
159
|
thumbnail: string | null;
|
|
159
160
|
environment: "CHAT" | "NOVEL";
|
|
160
|
-
rules: string[];
|
|
161
161
|
canvases: {
|
|
162
162
|
name: string;
|
|
163
163
|
description: string;
|
|
@@ -169,9 +169,9 @@ export declare const LocationConfigSchema: z.ZodObject<{
|
|
|
169
169
|
maxLength: number;
|
|
170
170
|
}[];
|
|
171
171
|
gimmicks: {
|
|
172
|
-
name: string;
|
|
173
|
-
core: "web_search" | "image_generator" | "notion";
|
|
174
172
|
appearance: string;
|
|
173
|
+
name: string;
|
|
174
|
+
core: "notion" | "web_search" | "image_generator";
|
|
175
175
|
images?: {
|
|
176
176
|
description: string;
|
|
177
177
|
url: string;
|
|
@@ -185,9 +185,9 @@ export declare const LocationConfigSchema: z.ZodObject<{
|
|
|
185
185
|
sequential?: boolean | undefined;
|
|
186
186
|
interval?: number | undefined;
|
|
187
187
|
};
|
|
188
|
+
rules: string[];
|
|
188
189
|
thumbnail: string | null;
|
|
189
190
|
environment: "CHAT" | "NOVEL";
|
|
190
|
-
rules: string[];
|
|
191
191
|
canvases: {
|
|
192
192
|
name: string;
|
|
193
193
|
description: string;
|
|
@@ -199,9 +199,9 @@ export declare const LocationConfigSchema: z.ZodObject<{
|
|
|
199
199
|
maxLength: number;
|
|
200
200
|
}[];
|
|
201
201
|
gimmicks: {
|
|
202
|
-
name: string;
|
|
203
|
-
core: "web_search" | "image_generator" | "notion";
|
|
204
202
|
appearance: string;
|
|
203
|
+
name: string;
|
|
204
|
+
core: "notion" | "web_search" | "image_generator";
|
|
205
205
|
images?: {
|
|
206
206
|
description: string;
|
|
207
207
|
url: string;
|