@little-samo/samo-ai-sdk 0.7.5 → 0.7.6
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 +22 -22
- package/dist/dto/entities/users/user.requests.d.ts +21 -10
- package/dist/dto/entities/users/user.requests.js +4 -1
- package/dist/dto/entities/users/user.requests.js.map +1 -1
- package/dist/dto/locations/location.requests.d.ts +126 -126
- package/package.json +1 -1
|
@@ -152,15 +152,14 @@ export declare const AgentUpdateConfigSchema: z.ZodObject<{
|
|
|
152
152
|
}>>;
|
|
153
153
|
rules: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
154
154
|
}, "strict", z.ZodTypeAny, {
|
|
155
|
-
name?: string | undefined;
|
|
156
155
|
role?: string | undefined;
|
|
157
156
|
avatar?: string | undefined;
|
|
158
157
|
referenceAvatar?: string | undefined;
|
|
159
158
|
appearance?: string | undefined;
|
|
159
|
+
name?: string | undefined;
|
|
160
160
|
core?: {
|
|
161
161
|
name: "evaluate_and_actions" | "execute_actions" | "response_every_message" | "no_action";
|
|
162
162
|
} | undefined;
|
|
163
|
-
rules?: string[] | undefined;
|
|
164
163
|
llmPreset?: "free" | "gemini-low" | "gemini-medium" | "gemini-high" | "openai-low" | "openai-medium" | "xai-low" | "xai-medium" | undefined;
|
|
165
164
|
languages?: string[] | undefined;
|
|
166
165
|
timeZone?: string | undefined;
|
|
@@ -187,16 +186,16 @@ export declare const AgentUpdateConfigSchema: z.ZodObject<{
|
|
|
187
186
|
zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
|
|
188
187
|
} | undefined;
|
|
189
188
|
} | undefined;
|
|
189
|
+
rules?: string[] | undefined;
|
|
190
190
|
}, {
|
|
191
|
-
name?: string | undefined;
|
|
192
191
|
role?: string | undefined;
|
|
193
192
|
avatar?: string | undefined;
|
|
194
193
|
referenceAvatar?: string | undefined;
|
|
195
194
|
appearance?: string | undefined;
|
|
195
|
+
name?: string | undefined;
|
|
196
196
|
core?: {
|
|
197
197
|
name: "evaluate_and_actions" | "execute_actions" | "response_every_message" | "no_action";
|
|
198
198
|
} | undefined;
|
|
199
|
-
rules?: string[] | undefined;
|
|
200
199
|
llmPreset?: "free" | "gemini-low" | "gemini-medium" | "gemini-high" | "openai-low" | "openai-medium" | "xai-low" | "xai-medium" | undefined;
|
|
201
200
|
languages?: string[] | undefined;
|
|
202
201
|
timeZone?: string | undefined;
|
|
@@ -223,18 +222,19 @@ export declare const AgentUpdateConfigSchema: z.ZodObject<{
|
|
|
223
222
|
zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
|
|
224
223
|
} | undefined;
|
|
225
224
|
} | undefined;
|
|
225
|
+
rules?: string[] | undefined;
|
|
226
226
|
}>;
|
|
227
227
|
}, "strip", z.ZodTypeAny, {
|
|
228
|
+
agentId: bigint;
|
|
228
229
|
config: {
|
|
229
|
-
name?: string | undefined;
|
|
230
230
|
role?: string | undefined;
|
|
231
231
|
avatar?: string | undefined;
|
|
232
232
|
referenceAvatar?: string | undefined;
|
|
233
233
|
appearance?: string | undefined;
|
|
234
|
+
name?: string | undefined;
|
|
234
235
|
core?: {
|
|
235
236
|
name: "evaluate_and_actions" | "execute_actions" | "response_every_message" | "no_action";
|
|
236
237
|
} | undefined;
|
|
237
|
-
rules?: string[] | undefined;
|
|
238
238
|
llmPreset?: "free" | "gemini-low" | "gemini-medium" | "gemini-high" | "openai-low" | "openai-medium" | "xai-low" | "xai-medium" | undefined;
|
|
239
239
|
languages?: string[] | undefined;
|
|
240
240
|
timeZone?: string | undefined;
|
|
@@ -261,19 +261,19 @@ export declare const AgentUpdateConfigSchema: z.ZodObject<{
|
|
|
261
261
|
zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
|
|
262
262
|
} | undefined;
|
|
263
263
|
} | undefined;
|
|
264
|
+
rules?: string[] | undefined;
|
|
264
265
|
};
|
|
265
|
-
agentId: bigint;
|
|
266
266
|
}, {
|
|
267
|
+
agentId: bigint;
|
|
267
268
|
config: {
|
|
268
|
-
name?: string | undefined;
|
|
269
269
|
role?: string | undefined;
|
|
270
270
|
avatar?: string | undefined;
|
|
271
271
|
referenceAvatar?: string | undefined;
|
|
272
272
|
appearance?: string | undefined;
|
|
273
|
+
name?: string | undefined;
|
|
273
274
|
core?: {
|
|
274
275
|
name: "evaluate_and_actions" | "execute_actions" | "response_every_message" | "no_action";
|
|
275
276
|
} | undefined;
|
|
276
|
-
rules?: string[] | undefined;
|
|
277
277
|
llmPreset?: "free" | "gemini-low" | "gemini-medium" | "gemini-high" | "openai-low" | "openai-medium" | "xai-low" | "xai-medium" | undefined;
|
|
278
278
|
languages?: string[] | undefined;
|
|
279
279
|
timeZone?: string | undefined;
|
|
@@ -300,8 +300,8 @@ export declare const AgentUpdateConfigSchema: z.ZodObject<{
|
|
|
300
300
|
zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
|
|
301
301
|
} | undefined;
|
|
302
302
|
} | undefined;
|
|
303
|
+
rules?: string[] | undefined;
|
|
303
304
|
};
|
|
304
|
-
agentId: bigint;
|
|
305
305
|
}>;
|
|
306
306
|
export type AgentUpdateConfigDto = z.infer<typeof AgentUpdateConfigSchema>;
|
|
307
307
|
export type AgentUpdateConfigResponseDto = Partial<AgentConfig>;
|
|
@@ -327,6 +327,7 @@ export declare const AgentUpdateCredentialSchema: z.ZodObject<{
|
|
|
327
327
|
token: string;
|
|
328
328
|
}>]>;
|
|
329
329
|
}, "strip", z.ZodTypeAny, {
|
|
330
|
+
agentId: bigint;
|
|
330
331
|
credential: {
|
|
331
332
|
type: "notion";
|
|
332
333
|
token: string;
|
|
@@ -334,8 +335,8 @@ export declare const AgentUpdateCredentialSchema: z.ZodObject<{
|
|
|
334
335
|
type: "notion";
|
|
335
336
|
token: string;
|
|
336
337
|
};
|
|
337
|
-
agentId: bigint;
|
|
338
338
|
}, {
|
|
339
|
+
agentId: bigint;
|
|
339
340
|
credential: {
|
|
340
341
|
type: "notion";
|
|
341
342
|
token: string;
|
|
@@ -343,7 +344,6 @@ export declare const AgentUpdateCredentialSchema: z.ZodObject<{
|
|
|
343
344
|
type: "notion";
|
|
344
345
|
token: string;
|
|
345
346
|
};
|
|
346
|
-
agentId: bigint;
|
|
347
347
|
}>;
|
|
348
348
|
export type AgentUpdateCredentialDto = z.infer<typeof AgentUpdateCredentialSchema>;
|
|
349
349
|
export interface AgentUpdateCredentialResponseDto {
|
|
@@ -354,11 +354,11 @@ export declare const AgentDeleteCredentialSchema: z.ZodObject<{
|
|
|
354
354
|
agentId: z.ZodBigInt;
|
|
355
355
|
credentialType: z.ZodString;
|
|
356
356
|
}, "strip", z.ZodTypeAny, {
|
|
357
|
-
credentialType: string;
|
|
358
357
|
agentId: bigint;
|
|
359
|
-
}, {
|
|
360
358
|
credentialType: string;
|
|
359
|
+
}, {
|
|
361
360
|
agentId: bigint;
|
|
361
|
+
credentialType: string;
|
|
362
362
|
}>;
|
|
363
363
|
export type AgentDeleteCredentialDto = z.infer<typeof AgentDeleteCredentialSchema>;
|
|
364
364
|
export interface AgentDeleteCredentialResponseDto {
|
|
@@ -499,15 +499,14 @@ export declare const CreateAgentSchema: z.ZodObject<{
|
|
|
499
499
|
}>>;
|
|
500
500
|
rules: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
501
501
|
}, "strict", z.ZodTypeAny, {
|
|
502
|
-
name?: string | undefined;
|
|
503
502
|
role?: string | undefined;
|
|
504
503
|
avatar?: string | undefined;
|
|
505
504
|
referenceAvatar?: string | undefined;
|
|
506
505
|
appearance?: string | undefined;
|
|
506
|
+
name?: string | undefined;
|
|
507
507
|
core?: {
|
|
508
508
|
name: "evaluate_and_actions" | "execute_actions" | "response_every_message" | "no_action";
|
|
509
509
|
} | undefined;
|
|
510
|
-
rules?: string[] | undefined;
|
|
511
510
|
llmPreset?: "free" | "gemini-low" | "gemini-medium" | "gemini-high" | "openai-low" | "openai-medium" | "xai-low" | "xai-medium" | undefined;
|
|
512
511
|
languages?: string[] | undefined;
|
|
513
512
|
timeZone?: string | undefined;
|
|
@@ -534,16 +533,16 @@ export declare const CreateAgentSchema: z.ZodObject<{
|
|
|
534
533
|
zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
|
|
535
534
|
} | undefined;
|
|
536
535
|
} | undefined;
|
|
536
|
+
rules?: string[] | undefined;
|
|
537
537
|
}, {
|
|
538
|
-
name?: string | undefined;
|
|
539
538
|
role?: string | undefined;
|
|
540
539
|
avatar?: string | undefined;
|
|
541
540
|
referenceAvatar?: string | undefined;
|
|
542
541
|
appearance?: string | undefined;
|
|
542
|
+
name?: string | undefined;
|
|
543
543
|
core?: {
|
|
544
544
|
name: "evaluate_and_actions" | "execute_actions" | "response_every_message" | "no_action";
|
|
545
545
|
} | undefined;
|
|
546
|
-
rules?: string[] | undefined;
|
|
547
546
|
llmPreset?: "free" | "gemini-low" | "gemini-medium" | "gemini-high" | "openai-low" | "openai-medium" | "xai-low" | "xai-medium" | undefined;
|
|
548
547
|
languages?: string[] | undefined;
|
|
549
548
|
timeZone?: string | undefined;
|
|
@@ -570,18 +569,18 @@ export declare const CreateAgentSchema: z.ZodObject<{
|
|
|
570
569
|
zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
|
|
571
570
|
} | undefined;
|
|
572
571
|
} | undefined;
|
|
572
|
+
rules?: string[] | undefined;
|
|
573
573
|
}>;
|
|
574
574
|
}, "strip", z.ZodTypeAny, {
|
|
575
575
|
config: {
|
|
576
|
-
name?: string | undefined;
|
|
577
576
|
role?: string | undefined;
|
|
578
577
|
avatar?: string | undefined;
|
|
579
578
|
referenceAvatar?: string | undefined;
|
|
580
579
|
appearance?: string | undefined;
|
|
580
|
+
name?: string | undefined;
|
|
581
581
|
core?: {
|
|
582
582
|
name: "evaluate_and_actions" | "execute_actions" | "response_every_message" | "no_action";
|
|
583
583
|
} | undefined;
|
|
584
|
-
rules?: string[] | undefined;
|
|
585
584
|
llmPreset?: "free" | "gemini-low" | "gemini-medium" | "gemini-high" | "openai-low" | "openai-medium" | "xai-low" | "xai-medium" | undefined;
|
|
586
585
|
languages?: string[] | undefined;
|
|
587
586
|
timeZone?: string | undefined;
|
|
@@ -608,18 +607,18 @@ export declare const CreateAgentSchema: z.ZodObject<{
|
|
|
608
607
|
zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
|
|
609
608
|
} | undefined;
|
|
610
609
|
} | undefined;
|
|
610
|
+
rules?: string[] | undefined;
|
|
611
611
|
};
|
|
612
612
|
}, {
|
|
613
613
|
config: {
|
|
614
|
-
name?: string | undefined;
|
|
615
614
|
role?: string | undefined;
|
|
616
615
|
avatar?: string | undefined;
|
|
617
616
|
referenceAvatar?: string | undefined;
|
|
618
617
|
appearance?: string | undefined;
|
|
618
|
+
name?: string | undefined;
|
|
619
619
|
core?: {
|
|
620
620
|
name: "evaluate_and_actions" | "execute_actions" | "response_every_message" | "no_action";
|
|
621
621
|
} | undefined;
|
|
622
|
-
rules?: string[] | undefined;
|
|
623
622
|
llmPreset?: "free" | "gemini-low" | "gemini-medium" | "gemini-high" | "openai-low" | "openai-medium" | "xai-low" | "xai-medium" | undefined;
|
|
624
623
|
languages?: string[] | undefined;
|
|
625
624
|
timeZone?: string | undefined;
|
|
@@ -646,6 +645,7 @@ export declare const CreateAgentSchema: z.ZodObject<{
|
|
|
646
645
|
zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
|
|
647
646
|
} | undefined;
|
|
648
647
|
} | undefined;
|
|
648
|
+
rules?: string[] | undefined;
|
|
649
649
|
};
|
|
650
650
|
}>;
|
|
651
651
|
export type CreateAgentDto = z.infer<typeof CreateAgentSchema>;
|
|
@@ -21,27 +21,27 @@ export declare const UpdateCurrentUserBodySchema: z.ZodObject<{
|
|
|
21
21
|
bio: z.ZodOptional<z.ZodString>;
|
|
22
22
|
isAllowSensitive: z.ZodOptional<z.ZodBoolean>;
|
|
23
23
|
}, "strip", z.ZodTypeAny, {
|
|
24
|
-
role?: string | undefined;
|
|
25
|
-
avatar?: string | undefined;
|
|
26
|
-
referenceAvatar?: string | undefined;
|
|
27
|
-
appearance?: string | undefined;
|
|
28
24
|
username?: string | undefined;
|
|
29
25
|
nickname?: string | undefined;
|
|
30
26
|
birthDate?: Date | undefined;
|
|
31
27
|
profilePicture?: string | undefined;
|
|
32
|
-
avatarName?: string | undefined;
|
|
33
|
-
bio?: string | undefined;
|
|
34
|
-
isAllowSensitive?: boolean | undefined;
|
|
35
|
-
}, {
|
|
36
28
|
role?: string | undefined;
|
|
29
|
+
avatarName?: string | undefined;
|
|
37
30
|
avatar?: string | undefined;
|
|
38
31
|
referenceAvatar?: string | undefined;
|
|
39
32
|
appearance?: string | undefined;
|
|
33
|
+
bio?: string | undefined;
|
|
34
|
+
isAllowSensitive?: boolean | undefined;
|
|
35
|
+
}, {
|
|
40
36
|
username?: string | undefined;
|
|
41
37
|
nickname?: string | undefined;
|
|
42
38
|
birthDate?: Date | undefined;
|
|
43
39
|
profilePicture?: string | undefined;
|
|
40
|
+
role?: string | undefined;
|
|
44
41
|
avatarName?: string | undefined;
|
|
42
|
+
avatar?: string | undefined;
|
|
43
|
+
referenceAvatar?: string | undefined;
|
|
44
|
+
appearance?: string | undefined;
|
|
45
45
|
bio?: string | undefined;
|
|
46
46
|
isAllowSensitive?: boolean | undefined;
|
|
47
47
|
}>;
|
|
@@ -80,6 +80,17 @@ export interface GetUserAvatarsResponseDto {
|
|
|
80
80
|
totalPages: number;
|
|
81
81
|
};
|
|
82
82
|
}
|
|
83
|
+
export declare const GetUserAvatarParamsSchema: z.ZodObject<{
|
|
84
|
+
id: z.ZodBigInt;
|
|
85
|
+
}, "strip", z.ZodTypeAny, {
|
|
86
|
+
id: bigint;
|
|
87
|
+
}, {
|
|
88
|
+
id: bigint;
|
|
89
|
+
}>;
|
|
90
|
+
export type GetUserAvatarParamsDto = z.infer<typeof GetUserAvatarParamsSchema>;
|
|
91
|
+
export interface GetUserAvatarResponseDto {
|
|
92
|
+
avatar: UserAvatarDto;
|
|
93
|
+
}
|
|
83
94
|
export declare const CreateUserAvatarBodySchema: z.ZodObject<{
|
|
84
95
|
name: z.ZodString;
|
|
85
96
|
role: z.ZodOptional<z.ZodString>;
|
|
@@ -87,16 +98,16 @@ export declare const CreateUserAvatarBodySchema: z.ZodObject<{
|
|
|
87
98
|
referenceAvatar: z.ZodString;
|
|
88
99
|
appearance: z.ZodString;
|
|
89
100
|
}, "strip", z.ZodTypeAny, {
|
|
90
|
-
name: string;
|
|
91
101
|
avatar: string;
|
|
92
102
|
referenceAvatar: string;
|
|
93
103
|
appearance: string;
|
|
104
|
+
name: string;
|
|
94
105
|
role?: string | undefined;
|
|
95
106
|
}, {
|
|
96
|
-
name: string;
|
|
97
107
|
avatar: string;
|
|
98
108
|
referenceAvatar: string;
|
|
99
109
|
appearance: string;
|
|
110
|
+
name: string;
|
|
100
111
|
role?: string | undefined;
|
|
101
112
|
}>;
|
|
102
113
|
export type CreateUserAvatarBodyDto = z.infer<typeof CreateUserAvatarBodySchema>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetCurrentUserSchema = exports.RegenerateUserApiKeyBodySchema = exports.GetUserApiKeyQuerySchema = exports.GetUserSettingsQuerySchema = exports.ReadUserNotificationParamsSchema = exports.ReadAllUserNotificationsBodySchema = exports.AcknowledgeUserNotificationsBodySchema = exports.GetUserNotificationsQuerySchema = exports.ReadNoticeParamsSchema = exports.ReadAllNoticesBodySchema = exports.AcknowledgeNoticesBodySchema = exports.GetNoticesQuerySchema = exports.SetUserReferrerBodySchema = exports.GetUserReferralQuerySchema = exports.DeleteUserCommentParamsSchema = exports.ReportUserCommentParamsSchema = exports.UpdateUserCommentReactionBodySchema = exports.UpdateUserCommentReactionParamsSchema = exports.CreateUserCommentBodySchema = exports.CreateUserCommentParamsSchema = exports.GetUserCommentRepliesQuerySchema = exports.GetUserCommentRepliesParamsSchema = exports.GetUserCommentsQuerySchema = exports.GetUserCommentsParamsSchema = exports.GetUserFollowingQuerySchema = exports.GetUserFollowingParamsSchema = exports.GetUserFollowersQuerySchema = exports.GetUserFollowersParamsSchema = exports.UnfollowUserParamsSchema = exports.FollowUserParamsSchema = exports.GetUsersByIdsQuerySchema = exports.ValidateUserFieldBodySchema = exports.CheckAttendanceBodySchema = exports.GetAttendanceQuerySchema = exports.DeleteUserAvatarBodySchema = exports.CreateUserAvatarBodySchema = exports.GetUserAvatarsQuerySchema = exports.DeleteCurrentUserBodySchema = exports.UpdateCurrentUserBodySchema = exports.GetCurrentUserQuerySchema = void 0;
|
|
3
|
+
exports.GetCurrentUserSchema = exports.RegenerateUserApiKeyBodySchema = exports.GetUserApiKeyQuerySchema = exports.GetUserSettingsQuerySchema = exports.ReadUserNotificationParamsSchema = exports.ReadAllUserNotificationsBodySchema = exports.AcknowledgeUserNotificationsBodySchema = exports.GetUserNotificationsQuerySchema = exports.ReadNoticeParamsSchema = exports.ReadAllNoticesBodySchema = exports.AcknowledgeNoticesBodySchema = exports.GetNoticesQuerySchema = exports.SetUserReferrerBodySchema = exports.GetUserReferralQuerySchema = exports.DeleteUserCommentParamsSchema = exports.ReportUserCommentParamsSchema = exports.UpdateUserCommentReactionBodySchema = exports.UpdateUserCommentReactionParamsSchema = exports.CreateUserCommentBodySchema = exports.CreateUserCommentParamsSchema = exports.GetUserCommentRepliesQuerySchema = exports.GetUserCommentRepliesParamsSchema = exports.GetUserCommentsQuerySchema = exports.GetUserCommentsParamsSchema = exports.GetUserFollowingQuerySchema = exports.GetUserFollowingParamsSchema = exports.GetUserFollowersQuerySchema = exports.GetUserFollowersParamsSchema = exports.UnfollowUserParamsSchema = exports.FollowUserParamsSchema = exports.GetUsersByIdsQuerySchema = exports.ValidateUserFieldBodySchema = exports.CheckAttendanceBodySchema = exports.GetAttendanceQuerySchema = exports.DeleteUserAvatarBodySchema = exports.CreateUserAvatarBodySchema = exports.GetUserAvatarParamsSchema = exports.GetUserAvatarsQuerySchema = exports.DeleteCurrentUserBodySchema = exports.UpdateCurrentUserBodySchema = exports.GetCurrentUserQuerySchema = void 0;
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
5
|
const user_1 = require("./user");
|
|
6
6
|
exports.GetCurrentUserQuerySchema = zod_1.z.object({});
|
|
@@ -29,6 +29,9 @@ exports.GetUserAvatarsQuerySchema = zod_1.z.object({
|
|
|
29
29
|
page: zod_1.z.coerce.number().int().min(1).optional().default(1),
|
|
30
30
|
limit: zod_1.z.coerce.number().int().min(1).max(20).optional().default(20),
|
|
31
31
|
});
|
|
32
|
+
exports.GetUserAvatarParamsSchema = zod_1.z.object({
|
|
33
|
+
id: zod_1.z.coerce.bigint(),
|
|
34
|
+
});
|
|
32
35
|
exports.CreateUserAvatarBodySchema = zod_1.z.object({
|
|
33
36
|
name: zod_1.z.string().max(64),
|
|
34
37
|
role: zod_1.z.string().max(200).optional(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user.requests.js","sourceRoot":"","sources":["../../../../src/dto/entities/users/user.requests.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"user.requests.js","sourceRoot":"","sources":["../../../../src/dto/entities/users/user.requests.ts"],"names":[],"mappings":"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"}
|
|
@@ -118,7 +118,7 @@ export declare const LocationUpdateConfigSchema: z.ZodObject<{
|
|
|
118
118
|
maxLength: number;
|
|
119
119
|
}>, "many">>;
|
|
120
120
|
gimmicks: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
121
|
-
core: z.ZodUnion<[z.ZodLiteral<"
|
|
121
|
+
core: z.ZodUnion<[z.ZodLiteral<"notion" | "web_search" | "image_generator" | "character_image_generator">, z.ZodLiteral<"notion" | "web_search" | "image_generator" | "character_image_generator">, ...z.ZodLiteral<"notion" | "web_search" | "image_generator" | "character_image_generator">[]]>;
|
|
122
122
|
name: z.ZodString;
|
|
123
123
|
appearance: z.ZodString;
|
|
124
124
|
images: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -135,18 +135,18 @@ export declare const LocationUpdateConfigSchema: z.ZodObject<{
|
|
|
135
135
|
url?: string | undefined;
|
|
136
136
|
}>, "many">>;
|
|
137
137
|
}, "strip", z.ZodTypeAny, {
|
|
138
|
-
name: string;
|
|
139
138
|
appearance: string;
|
|
140
|
-
|
|
139
|
+
name: string;
|
|
140
|
+
core: "notion" | "web_search" | "image_generator" | "character_image_generator";
|
|
141
141
|
images?: {
|
|
142
142
|
description: string;
|
|
143
143
|
name?: string | undefined;
|
|
144
144
|
url?: string | undefined;
|
|
145
145
|
}[] | undefined;
|
|
146
146
|
}, {
|
|
147
|
-
name: string;
|
|
148
147
|
appearance: string;
|
|
149
|
-
|
|
148
|
+
name: string;
|
|
149
|
+
core: "notion" | "web_search" | "image_generator" | "character_image_generator";
|
|
150
150
|
images?: {
|
|
151
151
|
description: string;
|
|
152
152
|
name?: string | undefined;
|
|
@@ -155,16 +155,16 @@ export declare const LocationUpdateConfigSchema: z.ZodObject<{
|
|
|
155
155
|
}>, "many">>;
|
|
156
156
|
}, "strict", z.ZodTypeAny, {
|
|
157
157
|
name?: string | undefined;
|
|
158
|
-
|
|
159
|
-
environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
|
|
158
|
+
description?: string | undefined;
|
|
160
159
|
core?: {
|
|
161
160
|
name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
|
|
162
161
|
sequential?: boolean | undefined;
|
|
163
162
|
interval?: number | undefined;
|
|
164
163
|
maxAgentExecutions?: number | null | undefined;
|
|
165
164
|
} | undefined;
|
|
166
|
-
description?: string | undefined;
|
|
167
165
|
rules?: string[] | undefined;
|
|
166
|
+
thumbnail?: string | null | undefined;
|
|
167
|
+
environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
|
|
168
168
|
canvases?: {
|
|
169
169
|
name: string;
|
|
170
170
|
description: string;
|
|
@@ -176,9 +176,9 @@ export declare const LocationUpdateConfigSchema: z.ZodObject<{
|
|
|
176
176
|
maxLength: number;
|
|
177
177
|
}[] | undefined;
|
|
178
178
|
gimmicks?: {
|
|
179
|
-
name: string;
|
|
180
179
|
appearance: string;
|
|
181
|
-
|
|
180
|
+
name: string;
|
|
181
|
+
core: "notion" | "web_search" | "image_generator" | "character_image_generator";
|
|
182
182
|
images?: {
|
|
183
183
|
description: string;
|
|
184
184
|
name?: string | undefined;
|
|
@@ -187,16 +187,16 @@ export declare const LocationUpdateConfigSchema: z.ZodObject<{
|
|
|
187
187
|
}[] | undefined;
|
|
188
188
|
}, {
|
|
189
189
|
name?: string | undefined;
|
|
190
|
-
|
|
191
|
-
environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
|
|
190
|
+
description?: string | undefined;
|
|
192
191
|
core?: {
|
|
193
192
|
name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
|
|
194
193
|
sequential?: boolean | undefined;
|
|
195
194
|
interval?: number | undefined;
|
|
196
195
|
maxAgentExecutions?: number | null | undefined;
|
|
197
196
|
} | undefined;
|
|
198
|
-
description?: string | undefined;
|
|
199
197
|
rules?: string[] | undefined;
|
|
198
|
+
thumbnail?: string | null | undefined;
|
|
199
|
+
environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
|
|
200
200
|
canvases?: {
|
|
201
201
|
name: string;
|
|
202
202
|
description: string;
|
|
@@ -208,9 +208,9 @@ export declare const LocationUpdateConfigSchema: z.ZodObject<{
|
|
|
208
208
|
maxLength: number;
|
|
209
209
|
}[] | undefined;
|
|
210
210
|
gimmicks?: {
|
|
211
|
-
name: string;
|
|
212
211
|
appearance: string;
|
|
213
|
-
|
|
212
|
+
name: string;
|
|
213
|
+
core: "notion" | "web_search" | "image_generator" | "character_image_generator";
|
|
214
214
|
images?: {
|
|
215
215
|
description: string;
|
|
216
216
|
name?: string | undefined;
|
|
@@ -222,16 +222,16 @@ export declare const LocationUpdateConfigSchema: z.ZodObject<{
|
|
|
222
222
|
locationId: bigint;
|
|
223
223
|
config: {
|
|
224
224
|
name?: string | undefined;
|
|
225
|
-
|
|
226
|
-
environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
|
|
225
|
+
description?: string | undefined;
|
|
227
226
|
core?: {
|
|
228
227
|
name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
|
|
229
228
|
sequential?: boolean | undefined;
|
|
230
229
|
interval?: number | undefined;
|
|
231
230
|
maxAgentExecutions?: number | null | undefined;
|
|
232
231
|
} | undefined;
|
|
233
|
-
description?: string | undefined;
|
|
234
232
|
rules?: string[] | undefined;
|
|
233
|
+
thumbnail?: string | null | undefined;
|
|
234
|
+
environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
|
|
235
235
|
canvases?: {
|
|
236
236
|
name: string;
|
|
237
237
|
description: string;
|
|
@@ -243,9 +243,9 @@ export declare const LocationUpdateConfigSchema: z.ZodObject<{
|
|
|
243
243
|
maxLength: number;
|
|
244
244
|
}[] | undefined;
|
|
245
245
|
gimmicks?: {
|
|
246
|
-
name: string;
|
|
247
246
|
appearance: string;
|
|
248
|
-
|
|
247
|
+
name: string;
|
|
248
|
+
core: "notion" | "web_search" | "image_generator" | "character_image_generator";
|
|
249
249
|
images?: {
|
|
250
250
|
description: string;
|
|
251
251
|
name?: string | undefined;
|
|
@@ -257,16 +257,16 @@ export declare const LocationUpdateConfigSchema: z.ZodObject<{
|
|
|
257
257
|
locationId: bigint;
|
|
258
258
|
config: {
|
|
259
259
|
name?: string | undefined;
|
|
260
|
-
|
|
261
|
-
environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
|
|
260
|
+
description?: string | undefined;
|
|
262
261
|
core?: {
|
|
263
262
|
name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
|
|
264
263
|
sequential?: boolean | undefined;
|
|
265
264
|
interval?: number | undefined;
|
|
266
265
|
maxAgentExecutions?: number | null | undefined;
|
|
267
266
|
} | undefined;
|
|
268
|
-
description?: string | undefined;
|
|
269
267
|
rules?: string[] | undefined;
|
|
268
|
+
thumbnail?: string | null | undefined;
|
|
269
|
+
environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
|
|
270
270
|
canvases?: {
|
|
271
271
|
name: string;
|
|
272
272
|
description: string;
|
|
@@ -278,9 +278,9 @@ export declare const LocationUpdateConfigSchema: z.ZodObject<{
|
|
|
278
278
|
maxLength: number;
|
|
279
279
|
}[] | undefined;
|
|
280
280
|
gimmicks?: {
|
|
281
|
-
name: string;
|
|
282
281
|
appearance: string;
|
|
283
|
-
|
|
282
|
+
name: string;
|
|
283
|
+
core: "notion" | "web_search" | "image_generator" | "character_image_generator";
|
|
284
284
|
images?: {
|
|
285
285
|
description: string;
|
|
286
286
|
name?: string | undefined;
|
|
@@ -536,7 +536,7 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
536
536
|
maxLength: number;
|
|
537
537
|
}>, "many">>;
|
|
538
538
|
gimmicks: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
539
|
-
core: z.ZodUnion<[z.ZodLiteral<"
|
|
539
|
+
core: z.ZodUnion<[z.ZodLiteral<"notion" | "web_search" | "image_generator" | "character_image_generator">, z.ZodLiteral<"notion" | "web_search" | "image_generator" | "character_image_generator">, ...z.ZodLiteral<"notion" | "web_search" | "image_generator" | "character_image_generator">[]]>;
|
|
540
540
|
name: z.ZodString;
|
|
541
541
|
appearance: z.ZodString;
|
|
542
542
|
images: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -553,18 +553,18 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
553
553
|
url?: string | undefined;
|
|
554
554
|
}>, "many">>;
|
|
555
555
|
}, "strip", z.ZodTypeAny, {
|
|
556
|
-
name: string;
|
|
557
556
|
appearance: string;
|
|
558
|
-
|
|
557
|
+
name: string;
|
|
558
|
+
core: "notion" | "web_search" | "image_generator" | "character_image_generator";
|
|
559
559
|
images?: {
|
|
560
560
|
description: string;
|
|
561
561
|
name?: string | undefined;
|
|
562
562
|
url?: string | undefined;
|
|
563
563
|
}[] | undefined;
|
|
564
564
|
}, {
|
|
565
|
-
name: string;
|
|
566
565
|
appearance: string;
|
|
567
|
-
|
|
566
|
+
name: string;
|
|
567
|
+
core: "notion" | "web_search" | "image_generator" | "character_image_generator";
|
|
568
568
|
images?: {
|
|
569
569
|
description: string;
|
|
570
570
|
name?: string | undefined;
|
|
@@ -573,16 +573,16 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
573
573
|
}>, "many">>;
|
|
574
574
|
}, "strip", z.ZodTypeAny, {
|
|
575
575
|
name?: string | undefined;
|
|
576
|
-
|
|
577
|
-
environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
|
|
576
|
+
description?: string | undefined;
|
|
578
577
|
core?: {
|
|
579
578
|
name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
|
|
580
579
|
sequential?: boolean | undefined;
|
|
581
580
|
interval?: number | undefined;
|
|
582
581
|
maxAgentExecutions?: number | null | undefined;
|
|
583
582
|
} | undefined;
|
|
584
|
-
description?: string | undefined;
|
|
585
583
|
rules?: string[] | undefined;
|
|
584
|
+
thumbnail?: string | null | undefined;
|
|
585
|
+
environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
|
|
586
586
|
canvases?: {
|
|
587
587
|
name: string;
|
|
588
588
|
description: string;
|
|
@@ -594,9 +594,9 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
594
594
|
maxLength: number;
|
|
595
595
|
}[] | undefined;
|
|
596
596
|
gimmicks?: {
|
|
597
|
-
name: string;
|
|
598
597
|
appearance: string;
|
|
599
|
-
|
|
598
|
+
name: string;
|
|
599
|
+
core: "notion" | "web_search" | "image_generator" | "character_image_generator";
|
|
600
600
|
images?: {
|
|
601
601
|
description: string;
|
|
602
602
|
name?: string | undefined;
|
|
@@ -605,16 +605,16 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
605
605
|
}[] | undefined;
|
|
606
606
|
}, {
|
|
607
607
|
name?: string | undefined;
|
|
608
|
-
|
|
609
|
-
environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
|
|
608
|
+
description?: string | undefined;
|
|
610
609
|
core?: {
|
|
611
610
|
name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
|
|
612
611
|
sequential?: boolean | undefined;
|
|
613
612
|
interval?: number | undefined;
|
|
614
613
|
maxAgentExecutions?: number | null | undefined;
|
|
615
614
|
} | undefined;
|
|
616
|
-
description?: string | undefined;
|
|
617
615
|
rules?: string[] | undefined;
|
|
616
|
+
thumbnail?: string | null | undefined;
|
|
617
|
+
environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
|
|
618
618
|
canvases?: {
|
|
619
619
|
name: string;
|
|
620
620
|
description: string;
|
|
@@ -626,9 +626,9 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
626
626
|
maxLength: number;
|
|
627
627
|
}[] | undefined;
|
|
628
628
|
gimmicks?: {
|
|
629
|
-
name: string;
|
|
630
629
|
appearance: string;
|
|
631
|
-
|
|
630
|
+
name: string;
|
|
631
|
+
core: "notion" | "web_search" | "image_generator" | "character_image_generator";
|
|
632
632
|
images?: {
|
|
633
633
|
description: string;
|
|
634
634
|
name?: string | undefined;
|
|
@@ -749,15 +749,14 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
749
749
|
}>>;
|
|
750
750
|
rules: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
751
751
|
}, "strip", z.ZodTypeAny, {
|
|
752
|
-
name?: string | undefined;
|
|
753
752
|
role?: string | undefined;
|
|
754
753
|
avatar?: string | undefined;
|
|
755
754
|
referenceAvatar?: string | undefined;
|
|
756
755
|
appearance?: string | undefined;
|
|
756
|
+
name?: string | undefined;
|
|
757
757
|
core?: {
|
|
758
758
|
name: "evaluate_and_actions" | "execute_actions" | "response_every_message" | "no_action";
|
|
759
759
|
} | undefined;
|
|
760
|
-
rules?: string[] | undefined;
|
|
761
760
|
llmPreset?: "free" | "gemini-low" | "gemini-medium" | "gemini-high" | "openai-low" | "openai-medium" | "xai-low" | "xai-medium" | undefined;
|
|
762
761
|
languages?: string[] | undefined;
|
|
763
762
|
timeZone?: string | undefined;
|
|
@@ -784,16 +783,16 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
784
783
|
zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
|
|
785
784
|
} | undefined;
|
|
786
785
|
} | undefined;
|
|
786
|
+
rules?: string[] | undefined;
|
|
787
787
|
}, {
|
|
788
|
-
name?: string | undefined;
|
|
789
788
|
role?: string | undefined;
|
|
790
789
|
avatar?: string | undefined;
|
|
791
790
|
referenceAvatar?: string | undefined;
|
|
792
791
|
appearance?: string | undefined;
|
|
792
|
+
name?: string | undefined;
|
|
793
793
|
core?: {
|
|
794
794
|
name: "evaluate_and_actions" | "execute_actions" | "response_every_message" | "no_action";
|
|
795
795
|
} | undefined;
|
|
796
|
-
rules?: string[] | undefined;
|
|
797
796
|
llmPreset?: "free" | "gemini-low" | "gemini-medium" | "gemini-high" | "openai-low" | "openai-medium" | "xai-low" | "xai-medium" | undefined;
|
|
798
797
|
languages?: string[] | undefined;
|
|
799
798
|
timeZone?: string | undefined;
|
|
@@ -820,6 +819,7 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
820
819
|
zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
|
|
821
820
|
} | undefined;
|
|
822
821
|
} | undefined;
|
|
822
|
+
rules?: string[] | undefined;
|
|
823
823
|
}>, "many">>;
|
|
824
824
|
}, "strip", z.ZodTypeAny, {
|
|
825
825
|
presetDescription: string;
|
|
@@ -832,16 +832,16 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
832
832
|
isSensitive?: boolean | undefined;
|
|
833
833
|
locationConfig?: {
|
|
834
834
|
name?: string | undefined;
|
|
835
|
-
|
|
836
|
-
environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
|
|
835
|
+
description?: string | undefined;
|
|
837
836
|
core?: {
|
|
838
837
|
name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
|
|
839
838
|
sequential?: boolean | undefined;
|
|
840
839
|
interval?: number | undefined;
|
|
841
840
|
maxAgentExecutions?: number | null | undefined;
|
|
842
841
|
} | undefined;
|
|
843
|
-
description?: string | undefined;
|
|
844
842
|
rules?: string[] | undefined;
|
|
843
|
+
thumbnail?: string | null | undefined;
|
|
844
|
+
environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
|
|
845
845
|
canvases?: {
|
|
846
846
|
name: string;
|
|
847
847
|
description: string;
|
|
@@ -853,9 +853,9 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
853
853
|
maxLength: number;
|
|
854
854
|
}[] | undefined;
|
|
855
855
|
gimmicks?: {
|
|
856
|
-
name: string;
|
|
857
856
|
appearance: string;
|
|
858
|
-
|
|
857
|
+
name: string;
|
|
858
|
+
core: "notion" | "web_search" | "image_generator" | "character_image_generator";
|
|
859
859
|
images?: {
|
|
860
860
|
description: string;
|
|
861
861
|
name?: string | undefined;
|
|
@@ -864,15 +864,14 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
864
864
|
}[] | undefined;
|
|
865
865
|
} | undefined;
|
|
866
866
|
agentConfigs?: {
|
|
867
|
-
name?: string | undefined;
|
|
868
867
|
role?: string | undefined;
|
|
869
868
|
avatar?: string | undefined;
|
|
870
869
|
referenceAvatar?: string | undefined;
|
|
871
870
|
appearance?: string | undefined;
|
|
871
|
+
name?: string | undefined;
|
|
872
872
|
core?: {
|
|
873
873
|
name: "evaluate_and_actions" | "execute_actions" | "response_every_message" | "no_action";
|
|
874
874
|
} | undefined;
|
|
875
|
-
rules?: string[] | undefined;
|
|
876
875
|
llmPreset?: "free" | "gemini-low" | "gemini-medium" | "gemini-high" | "openai-low" | "openai-medium" | "xai-low" | "xai-medium" | undefined;
|
|
877
876
|
languages?: string[] | undefined;
|
|
878
877
|
timeZone?: string | undefined;
|
|
@@ -899,6 +898,7 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
899
898
|
zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
|
|
900
899
|
} | undefined;
|
|
901
900
|
} | undefined;
|
|
901
|
+
rules?: string[] | undefined;
|
|
902
902
|
}[] | undefined;
|
|
903
903
|
}, {
|
|
904
904
|
presetDescription: string;
|
|
@@ -911,16 +911,16 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
911
911
|
isSensitive?: boolean | undefined;
|
|
912
912
|
locationConfig?: {
|
|
913
913
|
name?: string | undefined;
|
|
914
|
-
|
|
915
|
-
environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
|
|
914
|
+
description?: string | undefined;
|
|
916
915
|
core?: {
|
|
917
916
|
name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
|
|
918
917
|
sequential?: boolean | undefined;
|
|
919
918
|
interval?: number | undefined;
|
|
920
919
|
maxAgentExecutions?: number | null | undefined;
|
|
921
920
|
} | undefined;
|
|
922
|
-
description?: string | undefined;
|
|
923
921
|
rules?: string[] | undefined;
|
|
922
|
+
thumbnail?: string | null | undefined;
|
|
923
|
+
environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
|
|
924
924
|
canvases?: {
|
|
925
925
|
name: string;
|
|
926
926
|
description: string;
|
|
@@ -932,9 +932,9 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
932
932
|
maxLength: number;
|
|
933
933
|
}[] | undefined;
|
|
934
934
|
gimmicks?: {
|
|
935
|
-
name: string;
|
|
936
935
|
appearance: string;
|
|
937
|
-
|
|
936
|
+
name: string;
|
|
937
|
+
core: "notion" | "web_search" | "image_generator" | "character_image_generator";
|
|
938
938
|
images?: {
|
|
939
939
|
description: string;
|
|
940
940
|
name?: string | undefined;
|
|
@@ -943,15 +943,14 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
943
943
|
}[] | undefined;
|
|
944
944
|
} | undefined;
|
|
945
945
|
agentConfigs?: {
|
|
946
|
-
name?: string | undefined;
|
|
947
946
|
role?: string | undefined;
|
|
948
947
|
avatar?: string | undefined;
|
|
949
948
|
referenceAvatar?: string | undefined;
|
|
950
949
|
appearance?: string | undefined;
|
|
950
|
+
name?: string | undefined;
|
|
951
951
|
core?: {
|
|
952
952
|
name: "evaluate_and_actions" | "execute_actions" | "response_every_message" | "no_action";
|
|
953
953
|
} | undefined;
|
|
954
|
-
rules?: string[] | undefined;
|
|
955
954
|
llmPreset?: "free" | "gemini-low" | "gemini-medium" | "gemini-high" | "openai-low" | "openai-medium" | "xai-low" | "xai-medium" | undefined;
|
|
956
955
|
languages?: string[] | undefined;
|
|
957
956
|
timeZone?: string | undefined;
|
|
@@ -978,6 +977,7 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
978
977
|
zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
|
|
979
978
|
} | undefined;
|
|
980
979
|
} | undefined;
|
|
980
|
+
rules?: string[] | undefined;
|
|
981
981
|
}[] | undefined;
|
|
982
982
|
}>;
|
|
983
983
|
export type CreateLocationPresetDto = z.infer<typeof CreateLocationPresetSchema>;
|
|
@@ -1083,20 +1083,20 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1083
1083
|
appearance: z.ZodString;
|
|
1084
1084
|
createdAt: z.ZodOptional<z.ZodDate>;
|
|
1085
1085
|
}, "strip", z.ZodTypeAny, {
|
|
1086
|
-
name: string;
|
|
1087
1086
|
avatar: string;
|
|
1088
1087
|
referenceAvatar: string;
|
|
1089
1088
|
appearance: string;
|
|
1090
|
-
|
|
1089
|
+
name: string;
|
|
1091
1090
|
role?: string | undefined;
|
|
1091
|
+
id?: bigint | undefined;
|
|
1092
1092
|
createdAt?: Date | undefined;
|
|
1093
1093
|
}, {
|
|
1094
|
-
name: string;
|
|
1095
1094
|
avatar: string;
|
|
1096
1095
|
referenceAvatar: string;
|
|
1097
1096
|
appearance: string;
|
|
1098
|
-
|
|
1097
|
+
name: string;
|
|
1099
1098
|
role?: string | undefined;
|
|
1099
|
+
id?: bigint | undefined;
|
|
1100
1100
|
createdAt?: Date | undefined;
|
|
1101
1101
|
}>>>;
|
|
1102
1102
|
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -1152,7 +1152,7 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1152
1152
|
maxLength: number;
|
|
1153
1153
|
}>, "many">>;
|
|
1154
1154
|
gimmicks: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1155
|
-
core: z.ZodUnion<[z.ZodLiteral<"
|
|
1155
|
+
core: z.ZodUnion<[z.ZodLiteral<"notion" | "web_search" | "image_generator" | "character_image_generator">, z.ZodLiteral<"notion" | "web_search" | "image_generator" | "character_image_generator">, ...z.ZodLiteral<"notion" | "web_search" | "image_generator" | "character_image_generator">[]]>;
|
|
1156
1156
|
name: z.ZodString;
|
|
1157
1157
|
appearance: z.ZodString;
|
|
1158
1158
|
images: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -1169,18 +1169,18 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1169
1169
|
url?: string | undefined;
|
|
1170
1170
|
}>, "many">>;
|
|
1171
1171
|
}, "strip", z.ZodTypeAny, {
|
|
1172
|
-
name: string;
|
|
1173
1172
|
appearance: string;
|
|
1174
|
-
|
|
1173
|
+
name: string;
|
|
1174
|
+
core: "notion" | "web_search" | "image_generator" | "character_image_generator";
|
|
1175
1175
|
images?: {
|
|
1176
1176
|
description: string;
|
|
1177
1177
|
name?: string | undefined;
|
|
1178
1178
|
url?: string | undefined;
|
|
1179
1179
|
}[] | undefined;
|
|
1180
1180
|
}, {
|
|
1181
|
-
name: string;
|
|
1182
1181
|
appearance: string;
|
|
1183
|
-
|
|
1182
|
+
name: string;
|
|
1183
|
+
core: "notion" | "web_search" | "image_generator" | "character_image_generator";
|
|
1184
1184
|
images?: {
|
|
1185
1185
|
description: string;
|
|
1186
1186
|
name?: string | undefined;
|
|
@@ -1189,16 +1189,16 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1189
1189
|
}>, "many">>;
|
|
1190
1190
|
}, "strip", z.ZodTypeAny, {
|
|
1191
1191
|
name?: string | undefined;
|
|
1192
|
-
|
|
1193
|
-
environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
|
|
1192
|
+
description?: string | undefined;
|
|
1194
1193
|
core?: {
|
|
1195
1194
|
name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
|
|
1196
1195
|
sequential?: boolean | undefined;
|
|
1197
1196
|
interval?: number | undefined;
|
|
1198
1197
|
maxAgentExecutions?: number | null | undefined;
|
|
1199
1198
|
} | undefined;
|
|
1200
|
-
description?: string | undefined;
|
|
1201
1199
|
rules?: string[] | undefined;
|
|
1200
|
+
thumbnail?: string | null | undefined;
|
|
1201
|
+
environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
|
|
1202
1202
|
canvases?: {
|
|
1203
1203
|
name: string;
|
|
1204
1204
|
description: string;
|
|
@@ -1210,9 +1210,9 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1210
1210
|
maxLength: number;
|
|
1211
1211
|
}[] | undefined;
|
|
1212
1212
|
gimmicks?: {
|
|
1213
|
-
name: string;
|
|
1214
1213
|
appearance: string;
|
|
1215
|
-
|
|
1214
|
+
name: string;
|
|
1215
|
+
core: "notion" | "web_search" | "image_generator" | "character_image_generator";
|
|
1216
1216
|
images?: {
|
|
1217
1217
|
description: string;
|
|
1218
1218
|
name?: string | undefined;
|
|
@@ -1221,16 +1221,16 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1221
1221
|
}[] | undefined;
|
|
1222
1222
|
}, {
|
|
1223
1223
|
name?: string | undefined;
|
|
1224
|
-
|
|
1225
|
-
environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
|
|
1224
|
+
description?: string | undefined;
|
|
1226
1225
|
core?: {
|
|
1227
1226
|
name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
|
|
1228
1227
|
sequential?: boolean | undefined;
|
|
1229
1228
|
interval?: number | undefined;
|
|
1230
1229
|
maxAgentExecutions?: number | null | undefined;
|
|
1231
1230
|
} | undefined;
|
|
1232
|
-
description?: string | undefined;
|
|
1233
1231
|
rules?: string[] | undefined;
|
|
1232
|
+
thumbnail?: string | null | undefined;
|
|
1233
|
+
environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
|
|
1234
1234
|
canvases?: {
|
|
1235
1235
|
name: string;
|
|
1236
1236
|
description: string;
|
|
@@ -1242,9 +1242,9 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1242
1242
|
maxLength: number;
|
|
1243
1243
|
}[] | undefined;
|
|
1244
1244
|
gimmicks?: {
|
|
1245
|
-
name: string;
|
|
1246
1245
|
appearance: string;
|
|
1247
|
-
|
|
1246
|
+
name: string;
|
|
1247
|
+
core: "notion" | "web_search" | "image_generator" | "character_image_generator";
|
|
1248
1248
|
images?: {
|
|
1249
1249
|
description: string;
|
|
1250
1250
|
name?: string | undefined;
|
|
@@ -1365,15 +1365,14 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1365
1365
|
}>>;
|
|
1366
1366
|
rules: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1367
1367
|
}, "strip", z.ZodTypeAny, {
|
|
1368
|
-
name?: string | undefined;
|
|
1369
1368
|
role?: string | undefined;
|
|
1370
1369
|
avatar?: string | undefined;
|
|
1371
1370
|
referenceAvatar?: string | undefined;
|
|
1372
1371
|
appearance?: string | undefined;
|
|
1372
|
+
name?: string | undefined;
|
|
1373
1373
|
core?: {
|
|
1374
1374
|
name: "evaluate_and_actions" | "execute_actions" | "response_every_message" | "no_action";
|
|
1375
1375
|
} | undefined;
|
|
1376
|
-
rules?: string[] | undefined;
|
|
1377
1376
|
llmPreset?: "free" | "gemini-low" | "gemini-medium" | "gemini-high" | "openai-low" | "openai-medium" | "xai-low" | "xai-medium" | undefined;
|
|
1378
1377
|
languages?: string[] | undefined;
|
|
1379
1378
|
timeZone?: string | undefined;
|
|
@@ -1400,16 +1399,16 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1400
1399
|
zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
|
|
1401
1400
|
} | undefined;
|
|
1402
1401
|
} | undefined;
|
|
1402
|
+
rules?: string[] | undefined;
|
|
1403
1403
|
}, {
|
|
1404
|
-
name?: string | undefined;
|
|
1405
1404
|
role?: string | undefined;
|
|
1406
1405
|
avatar?: string | undefined;
|
|
1407
1406
|
referenceAvatar?: string | undefined;
|
|
1408
1407
|
appearance?: string | undefined;
|
|
1408
|
+
name?: string | undefined;
|
|
1409
1409
|
core?: {
|
|
1410
1410
|
name: "evaluate_and_actions" | "execute_actions" | "response_every_message" | "no_action";
|
|
1411
1411
|
} | undefined;
|
|
1412
|
-
rules?: string[] | undefined;
|
|
1413
1412
|
llmPreset?: "free" | "gemini-low" | "gemini-medium" | "gemini-high" | "openai-low" | "openai-medium" | "xai-low" | "xai-medium" | undefined;
|
|
1414
1413
|
languages?: string[] | undefined;
|
|
1415
1414
|
timeZone?: string | undefined;
|
|
@@ -1436,6 +1435,7 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1436
1435
|
zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
|
|
1437
1436
|
} | undefined;
|
|
1438
1437
|
} | undefined;
|
|
1438
|
+
rules?: string[] | undefined;
|
|
1439
1439
|
}>>, "many">>;
|
|
1440
1440
|
}, "strip", z.ZodTypeAny, {
|
|
1441
1441
|
name?: string | undefined;
|
|
@@ -1452,16 +1452,16 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1452
1452
|
isSensitive?: boolean | undefined;
|
|
1453
1453
|
locationConfig?: {
|
|
1454
1454
|
name?: string | undefined;
|
|
1455
|
-
|
|
1456
|
-
environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
|
|
1455
|
+
description?: string | undefined;
|
|
1457
1456
|
core?: {
|
|
1458
1457
|
name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
|
|
1459
1458
|
sequential?: boolean | undefined;
|
|
1460
1459
|
interval?: number | undefined;
|
|
1461
1460
|
maxAgentExecutions?: number | null | undefined;
|
|
1462
1461
|
} | undefined;
|
|
1463
|
-
description?: string | undefined;
|
|
1464
1462
|
rules?: string[] | undefined;
|
|
1463
|
+
thumbnail?: string | null | undefined;
|
|
1464
|
+
environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
|
|
1465
1465
|
canvases?: {
|
|
1466
1466
|
name: string;
|
|
1467
1467
|
description: string;
|
|
@@ -1473,9 +1473,9 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1473
1473
|
maxLength: number;
|
|
1474
1474
|
}[] | undefined;
|
|
1475
1475
|
gimmicks?: {
|
|
1476
|
-
name: string;
|
|
1477
1476
|
appearance: string;
|
|
1478
|
-
|
|
1477
|
+
name: string;
|
|
1478
|
+
core: "notion" | "web_search" | "image_generator" | "character_image_generator";
|
|
1479
1479
|
images?: {
|
|
1480
1480
|
description: string;
|
|
1481
1481
|
name?: string | undefined;
|
|
@@ -1484,15 +1484,14 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1484
1484
|
}[] | undefined;
|
|
1485
1485
|
} | undefined;
|
|
1486
1486
|
agentConfigs?: ({
|
|
1487
|
-
name?: string | undefined;
|
|
1488
1487
|
role?: string | undefined;
|
|
1489
1488
|
avatar?: string | undefined;
|
|
1490
1489
|
referenceAvatar?: string | undefined;
|
|
1491
1490
|
appearance?: string | undefined;
|
|
1491
|
+
name?: string | undefined;
|
|
1492
1492
|
core?: {
|
|
1493
1493
|
name: "evaluate_and_actions" | "execute_actions" | "response_every_message" | "no_action";
|
|
1494
1494
|
} | undefined;
|
|
1495
|
-
rules?: string[] | undefined;
|
|
1496
1495
|
llmPreset?: "free" | "gemini-low" | "gemini-medium" | "gemini-high" | "openai-low" | "openai-medium" | "xai-low" | "xai-medium" | undefined;
|
|
1497
1496
|
languages?: string[] | undefined;
|
|
1498
1497
|
timeZone?: string | undefined;
|
|
@@ -1519,6 +1518,7 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1519
1518
|
zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
|
|
1520
1519
|
} | undefined;
|
|
1521
1520
|
} | undefined;
|
|
1521
|
+
rules?: string[] | undefined;
|
|
1522
1522
|
} | null)[] | undefined;
|
|
1523
1523
|
thumbnails?: string[] | undefined;
|
|
1524
1524
|
mission?: {
|
|
@@ -1534,12 +1534,12 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1534
1534
|
image?: string | undefined;
|
|
1535
1535
|
}[] | undefined;
|
|
1536
1536
|
userAvatar?: {
|
|
1537
|
-
name: string;
|
|
1538
1537
|
avatar: string;
|
|
1539
1538
|
referenceAvatar: string;
|
|
1540
1539
|
appearance: string;
|
|
1541
|
-
|
|
1540
|
+
name: string;
|
|
1542
1541
|
role?: string | undefined;
|
|
1542
|
+
id?: bigint | undefined;
|
|
1543
1543
|
createdAt?: Date | undefined;
|
|
1544
1544
|
} | null | undefined;
|
|
1545
1545
|
tags?: string[] | undefined;
|
|
@@ -1558,16 +1558,16 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1558
1558
|
isSensitive?: boolean | undefined;
|
|
1559
1559
|
locationConfig?: {
|
|
1560
1560
|
name?: string | undefined;
|
|
1561
|
-
|
|
1562
|
-
environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
|
|
1561
|
+
description?: string | undefined;
|
|
1563
1562
|
core?: {
|
|
1564
1563
|
name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
|
|
1565
1564
|
sequential?: boolean | undefined;
|
|
1566
1565
|
interval?: number | undefined;
|
|
1567
1566
|
maxAgentExecutions?: number | null | undefined;
|
|
1568
1567
|
} | undefined;
|
|
1569
|
-
description?: string | undefined;
|
|
1570
1568
|
rules?: string[] | undefined;
|
|
1569
|
+
thumbnail?: string | null | undefined;
|
|
1570
|
+
environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
|
|
1571
1571
|
canvases?: {
|
|
1572
1572
|
name: string;
|
|
1573
1573
|
description: string;
|
|
@@ -1579,9 +1579,9 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1579
1579
|
maxLength: number;
|
|
1580
1580
|
}[] | undefined;
|
|
1581
1581
|
gimmicks?: {
|
|
1582
|
-
name: string;
|
|
1583
1582
|
appearance: string;
|
|
1584
|
-
|
|
1583
|
+
name: string;
|
|
1584
|
+
core: "notion" | "web_search" | "image_generator" | "character_image_generator";
|
|
1585
1585
|
images?: {
|
|
1586
1586
|
description: string;
|
|
1587
1587
|
name?: string | undefined;
|
|
@@ -1590,15 +1590,14 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1590
1590
|
}[] | undefined;
|
|
1591
1591
|
} | undefined;
|
|
1592
1592
|
agentConfigs?: ({
|
|
1593
|
-
name?: string | undefined;
|
|
1594
1593
|
role?: string | undefined;
|
|
1595
1594
|
avatar?: string | undefined;
|
|
1596
1595
|
referenceAvatar?: string | undefined;
|
|
1597
1596
|
appearance?: string | undefined;
|
|
1597
|
+
name?: string | undefined;
|
|
1598
1598
|
core?: {
|
|
1599
1599
|
name: "evaluate_and_actions" | "execute_actions" | "response_every_message" | "no_action";
|
|
1600
1600
|
} | undefined;
|
|
1601
|
-
rules?: string[] | undefined;
|
|
1602
1601
|
llmPreset?: "free" | "gemini-low" | "gemini-medium" | "gemini-high" | "openai-low" | "openai-medium" | "xai-low" | "xai-medium" | undefined;
|
|
1603
1602
|
languages?: string[] | undefined;
|
|
1604
1603
|
timeZone?: string | undefined;
|
|
@@ -1625,6 +1624,7 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1625
1624
|
zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
|
|
1626
1625
|
} | undefined;
|
|
1627
1626
|
} | undefined;
|
|
1627
|
+
rules?: string[] | undefined;
|
|
1628
1628
|
} | null)[] | undefined;
|
|
1629
1629
|
thumbnails?: string[] | undefined;
|
|
1630
1630
|
mission?: {
|
|
@@ -1640,12 +1640,12 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1640
1640
|
image?: string | undefined;
|
|
1641
1641
|
}[] | undefined;
|
|
1642
1642
|
userAvatar?: {
|
|
1643
|
-
name: string;
|
|
1644
1643
|
avatar: string;
|
|
1645
1644
|
referenceAvatar: string;
|
|
1646
1645
|
appearance: string;
|
|
1647
|
-
|
|
1646
|
+
name: string;
|
|
1648
1647
|
role?: string | undefined;
|
|
1648
|
+
id?: bigint | undefined;
|
|
1649
1649
|
createdAt?: Date | undefined;
|
|
1650
1650
|
} | null | undefined;
|
|
1651
1651
|
tags?: string[] | undefined;
|
|
@@ -2006,7 +2006,7 @@ export declare const CreateLocationSchema: z.ZodObject<{
|
|
|
2006
2006
|
maxLength: number;
|
|
2007
2007
|
}>, "many">>;
|
|
2008
2008
|
gimmicks: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2009
|
-
core: z.ZodUnion<[z.ZodLiteral<"
|
|
2009
|
+
core: z.ZodUnion<[z.ZodLiteral<"notion" | "web_search" | "image_generator" | "character_image_generator">, z.ZodLiteral<"notion" | "web_search" | "image_generator" | "character_image_generator">, ...z.ZodLiteral<"notion" | "web_search" | "image_generator" | "character_image_generator">[]]>;
|
|
2010
2010
|
name: z.ZodString;
|
|
2011
2011
|
appearance: z.ZodString;
|
|
2012
2012
|
images: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -2023,18 +2023,18 @@ export declare const CreateLocationSchema: z.ZodObject<{
|
|
|
2023
2023
|
url?: string | undefined;
|
|
2024
2024
|
}>, "many">>;
|
|
2025
2025
|
}, "strip", z.ZodTypeAny, {
|
|
2026
|
-
name: string;
|
|
2027
2026
|
appearance: string;
|
|
2028
|
-
|
|
2027
|
+
name: string;
|
|
2028
|
+
core: "notion" | "web_search" | "image_generator" | "character_image_generator";
|
|
2029
2029
|
images?: {
|
|
2030
2030
|
description: string;
|
|
2031
2031
|
name?: string | undefined;
|
|
2032
2032
|
url?: string | undefined;
|
|
2033
2033
|
}[] | undefined;
|
|
2034
2034
|
}, {
|
|
2035
|
-
name: string;
|
|
2036
2035
|
appearance: string;
|
|
2037
|
-
|
|
2036
|
+
name: string;
|
|
2037
|
+
core: "notion" | "web_search" | "image_generator" | "character_image_generator";
|
|
2038
2038
|
images?: {
|
|
2039
2039
|
description: string;
|
|
2040
2040
|
name?: string | undefined;
|
|
@@ -2043,16 +2043,16 @@ export declare const CreateLocationSchema: z.ZodObject<{
|
|
|
2043
2043
|
}>, "many">>;
|
|
2044
2044
|
}, "strict", z.ZodTypeAny, {
|
|
2045
2045
|
name?: string | undefined;
|
|
2046
|
-
|
|
2047
|
-
environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
|
|
2046
|
+
description?: string | undefined;
|
|
2048
2047
|
core?: {
|
|
2049
2048
|
name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
|
|
2050
2049
|
sequential?: boolean | undefined;
|
|
2051
2050
|
interval?: number | undefined;
|
|
2052
2051
|
maxAgentExecutions?: number | null | undefined;
|
|
2053
2052
|
} | undefined;
|
|
2054
|
-
description?: string | undefined;
|
|
2055
2053
|
rules?: string[] | undefined;
|
|
2054
|
+
thumbnail?: string | null | undefined;
|
|
2055
|
+
environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
|
|
2056
2056
|
canvases?: {
|
|
2057
2057
|
name: string;
|
|
2058
2058
|
description: string;
|
|
@@ -2064,9 +2064,9 @@ export declare const CreateLocationSchema: z.ZodObject<{
|
|
|
2064
2064
|
maxLength: number;
|
|
2065
2065
|
}[] | undefined;
|
|
2066
2066
|
gimmicks?: {
|
|
2067
|
-
name: string;
|
|
2068
2067
|
appearance: string;
|
|
2069
|
-
|
|
2068
|
+
name: string;
|
|
2069
|
+
core: "notion" | "web_search" | "image_generator" | "character_image_generator";
|
|
2070
2070
|
images?: {
|
|
2071
2071
|
description: string;
|
|
2072
2072
|
name?: string | undefined;
|
|
@@ -2075,16 +2075,16 @@ export declare const CreateLocationSchema: z.ZodObject<{
|
|
|
2075
2075
|
}[] | undefined;
|
|
2076
2076
|
}, {
|
|
2077
2077
|
name?: string | undefined;
|
|
2078
|
-
|
|
2079
|
-
environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
|
|
2078
|
+
description?: string | undefined;
|
|
2080
2079
|
core?: {
|
|
2081
2080
|
name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
|
|
2082
2081
|
sequential?: boolean | undefined;
|
|
2083
2082
|
interval?: number | undefined;
|
|
2084
2083
|
maxAgentExecutions?: number | null | undefined;
|
|
2085
2084
|
} | undefined;
|
|
2086
|
-
description?: string | undefined;
|
|
2087
2085
|
rules?: string[] | undefined;
|
|
2086
|
+
thumbnail?: string | null | undefined;
|
|
2087
|
+
environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
|
|
2088
2088
|
canvases?: {
|
|
2089
2089
|
name: string;
|
|
2090
2090
|
description: string;
|
|
@@ -2096,9 +2096,9 @@ export declare const CreateLocationSchema: z.ZodObject<{
|
|
|
2096
2096
|
maxLength: number;
|
|
2097
2097
|
}[] | undefined;
|
|
2098
2098
|
gimmicks?: {
|
|
2099
|
-
name: string;
|
|
2100
2099
|
appearance: string;
|
|
2101
|
-
|
|
2100
|
+
name: string;
|
|
2101
|
+
core: "notion" | "web_search" | "image_generator" | "character_image_generator";
|
|
2102
2102
|
images?: {
|
|
2103
2103
|
description: string;
|
|
2104
2104
|
name?: string | undefined;
|
|
@@ -2113,16 +2113,16 @@ export declare const CreateLocationSchema: z.ZodObject<{
|
|
|
2113
2113
|
}, "strip", z.ZodTypeAny, {
|
|
2114
2114
|
config: {
|
|
2115
2115
|
name?: string | undefined;
|
|
2116
|
-
|
|
2117
|
-
environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
|
|
2116
|
+
description?: string | undefined;
|
|
2118
2117
|
core?: {
|
|
2119
2118
|
name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
|
|
2120
2119
|
sequential?: boolean | undefined;
|
|
2121
2120
|
interval?: number | undefined;
|
|
2122
2121
|
maxAgentExecutions?: number | null | undefined;
|
|
2123
2122
|
} | undefined;
|
|
2124
|
-
description?: string | undefined;
|
|
2125
2123
|
rules?: string[] | undefined;
|
|
2124
|
+
thumbnail?: string | null | undefined;
|
|
2125
|
+
environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
|
|
2126
2126
|
canvases?: {
|
|
2127
2127
|
name: string;
|
|
2128
2128
|
description: string;
|
|
@@ -2134,9 +2134,9 @@ export declare const CreateLocationSchema: z.ZodObject<{
|
|
|
2134
2134
|
maxLength: number;
|
|
2135
2135
|
}[] | undefined;
|
|
2136
2136
|
gimmicks?: {
|
|
2137
|
-
name: string;
|
|
2138
2137
|
appearance: string;
|
|
2139
|
-
|
|
2138
|
+
name: string;
|
|
2139
|
+
core: "notion" | "web_search" | "image_generator" | "character_image_generator";
|
|
2140
2140
|
images?: {
|
|
2141
2141
|
description: string;
|
|
2142
2142
|
name?: string | undefined;
|
|
@@ -2148,16 +2148,16 @@ export declare const CreateLocationSchema: z.ZodObject<{
|
|
|
2148
2148
|
}, {
|
|
2149
2149
|
config: {
|
|
2150
2150
|
name?: string | undefined;
|
|
2151
|
-
|
|
2152
|
-
environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
|
|
2151
|
+
description?: string | undefined;
|
|
2153
2152
|
core?: {
|
|
2154
2153
|
name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
|
|
2155
2154
|
sequential?: boolean | undefined;
|
|
2156
2155
|
interval?: number | undefined;
|
|
2157
2156
|
maxAgentExecutions?: number | null | undefined;
|
|
2158
2157
|
} | undefined;
|
|
2159
|
-
description?: string | undefined;
|
|
2160
2158
|
rules?: string[] | undefined;
|
|
2159
|
+
thumbnail?: string | null | undefined;
|
|
2160
|
+
environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
|
|
2161
2161
|
canvases?: {
|
|
2162
2162
|
name: string;
|
|
2163
2163
|
description: string;
|
|
@@ -2169,9 +2169,9 @@ export declare const CreateLocationSchema: z.ZodObject<{
|
|
|
2169
2169
|
maxLength: number;
|
|
2170
2170
|
}[] | undefined;
|
|
2171
2171
|
gimmicks?: {
|
|
2172
|
-
name: string;
|
|
2173
2172
|
appearance: string;
|
|
2174
|
-
|
|
2173
|
+
name: string;
|
|
2174
|
+
core: "notion" | "web_search" | "image_generator" | "character_image_generator";
|
|
2175
2175
|
images?: {
|
|
2176
2176
|
description: string;
|
|
2177
2177
|
name?: string | undefined;
|
|
@@ -2227,8 +2227,8 @@ export declare const GetAgentHelperLocationQuerySchema: z.ZodObject<{
|
|
|
2227
2227
|
readonly MINIMO: "MINIMO";
|
|
2228
2228
|
}>>>;
|
|
2229
2229
|
}, "strip", z.ZodTypeAny, {
|
|
2230
|
-
platform: "API" | "MINIMO";
|
|
2231
2230
|
agentId: bigint;
|
|
2231
|
+
platform: "API" | "MINIMO";
|
|
2232
2232
|
}, {
|
|
2233
2233
|
agentId: bigint;
|
|
2234
2234
|
platform?: "API" | "MINIMO" | undefined;
|
|
@@ -2261,8 +2261,8 @@ export declare const GetAgentDmLocationQuerySchema: z.ZodObject<{
|
|
|
2261
2261
|
readonly MINIMO: "MINIMO";
|
|
2262
2262
|
}>>>;
|
|
2263
2263
|
}, "strip", z.ZodTypeAny, {
|
|
2264
|
-
platform: "API" | "MINIMO";
|
|
2265
2264
|
agentId: bigint;
|
|
2265
|
+
platform: "API" | "MINIMO";
|
|
2266
2266
|
}, {
|
|
2267
2267
|
agentId: bigint;
|
|
2268
2268
|
platform?: "API" | "MINIMO" | undefined;
|