@little-samo/samo-ai-sdk 0.7.1 → 0.7.2
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 +54 -54
- package/dist/dto/entities/users/user.notification.d.ts +1 -1
- package/dist/dto/entities/users/user.requests.d.ts +10 -10
- package/dist/dto/locations/location.preset.d.ts +6 -6
- package/dist/dto/locations/location.requests.d.ts +195 -195
- package/dist/dto/rankings/ranking.d.ts +4 -0
- package/dist/dto/rankings/ranking.requests.d.ts +2 -1
- package/package.json +1 -1
|
@@ -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<{
|
|
@@ -127,37 +127,35 @@ export declare const LocationUpdateConfigSchema: z.ZodObject<{
|
|
|
127
127
|
description: z.ZodString;
|
|
128
128
|
}, "strip", z.ZodTypeAny, {
|
|
129
129
|
description: string;
|
|
130
|
-
url?: string | undefined;
|
|
131
130
|
name?: string | undefined;
|
|
131
|
+
url?: string | undefined;
|
|
132
132
|
}, {
|
|
133
133
|
description: string;
|
|
134
|
-
url?: string | undefined;
|
|
135
134
|
name?: string | undefined;
|
|
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
|
-
url?: string | undefined;
|
|
144
143
|
name?: string | undefined;
|
|
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
|
-
url?: string | undefined;
|
|
153
152
|
name?: string | undefined;
|
|
153
|
+
url?: string | undefined;
|
|
154
154
|
}[] | undefined;
|
|
155
155
|
}>, "many">>;
|
|
156
156
|
}, "strict", z.ZodTypeAny, {
|
|
157
157
|
name?: string | undefined;
|
|
158
158
|
description?: string | undefined;
|
|
159
|
-
thumbnail?: string | null | undefined;
|
|
160
|
-
environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
|
|
161
159
|
core?: {
|
|
162
160
|
name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
|
|
163
161
|
sequential?: boolean | undefined;
|
|
@@ -165,6 +163,8 @@ export declare const LocationUpdateConfigSchema: z.ZodObject<{
|
|
|
165
163
|
maxAgentExecutions?: number | null | undefined;
|
|
166
164
|
} | 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,20 +176,18 @@ 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
|
-
url?: string | undefined;
|
|
185
184
|
name?: string | undefined;
|
|
185
|
+
url?: string | undefined;
|
|
186
186
|
}[] | undefined;
|
|
187
187
|
}[] | undefined;
|
|
188
188
|
}, {
|
|
189
189
|
name?: string | undefined;
|
|
190
190
|
description?: string | undefined;
|
|
191
|
-
thumbnail?: string | null | undefined;
|
|
192
|
-
environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
|
|
193
191
|
core?: {
|
|
194
192
|
name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
|
|
195
193
|
sequential?: boolean | undefined;
|
|
@@ -197,6 +195,8 @@ export declare const LocationUpdateConfigSchema: z.ZodObject<{
|
|
|
197
195
|
maxAgentExecutions?: number | null | undefined;
|
|
198
196
|
} | 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,13 +208,13 @@ 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
|
-
url?: string | undefined;
|
|
217
216
|
name?: string | undefined;
|
|
217
|
+
url?: string | undefined;
|
|
218
218
|
}[] | undefined;
|
|
219
219
|
}[] | undefined;
|
|
220
220
|
}>;
|
|
@@ -223,8 +223,6 @@ export declare const LocationUpdateConfigSchema: z.ZodObject<{
|
|
|
223
223
|
config: {
|
|
224
224
|
name?: string | undefined;
|
|
225
225
|
description?: string | undefined;
|
|
226
|
-
thumbnail?: string | null | undefined;
|
|
227
|
-
environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
|
|
228
226
|
core?: {
|
|
229
227
|
name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
|
|
230
228
|
sequential?: boolean | undefined;
|
|
@@ -232,6 +230,8 @@ export declare const LocationUpdateConfigSchema: z.ZodObject<{
|
|
|
232
230
|
maxAgentExecutions?: number | null | undefined;
|
|
233
231
|
} | 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,13 +243,13 @@ 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
|
-
url?: string | undefined;
|
|
252
251
|
name?: string | undefined;
|
|
252
|
+
url?: string | undefined;
|
|
253
253
|
}[] | undefined;
|
|
254
254
|
}[] | undefined;
|
|
255
255
|
};
|
|
@@ -258,8 +258,6 @@ export declare const LocationUpdateConfigSchema: z.ZodObject<{
|
|
|
258
258
|
config: {
|
|
259
259
|
name?: string | undefined;
|
|
260
260
|
description?: string | undefined;
|
|
261
|
-
thumbnail?: string | null | undefined;
|
|
262
|
-
environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
|
|
263
261
|
core?: {
|
|
264
262
|
name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
|
|
265
263
|
sequential?: boolean | undefined;
|
|
@@ -267,6 +265,8 @@ export declare const LocationUpdateConfigSchema: z.ZodObject<{
|
|
|
267
265
|
maxAgentExecutions?: number | null | undefined;
|
|
268
266
|
} | 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,13 +278,13 @@ 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
|
-
url?: string | undefined;
|
|
287
286
|
name?: string | undefined;
|
|
287
|
+
url?: string | undefined;
|
|
288
288
|
}[] | undefined;
|
|
289
289
|
}[] | undefined;
|
|
290
290
|
};
|
|
@@ -383,19 +383,19 @@ export declare const PublishedLocationPresetsQuerySchema: z.ZodObject<{
|
|
|
383
383
|
page: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
384
384
|
limit: z.ZodDefault<z.ZodNumber>;
|
|
385
385
|
}, "strip", z.ZodTypeAny, {
|
|
386
|
-
gender: "all" | "male" | "female";
|
|
387
386
|
type: "NOVEL";
|
|
388
387
|
page: number;
|
|
389
388
|
limit: number;
|
|
390
389
|
sortBy: "latest" | "popular";
|
|
390
|
+
gender: "all" | "male" | "female";
|
|
391
391
|
tag?: string | undefined;
|
|
392
392
|
ownerUserId?: bigint | undefined;
|
|
393
393
|
}, {
|
|
394
394
|
type: "NOVEL";
|
|
395
|
-
gender?: "all" | "male" | "female" | undefined;
|
|
396
395
|
page?: number | undefined;
|
|
397
396
|
limit?: number | undefined;
|
|
398
397
|
sortBy?: "latest" | "popular" | undefined;
|
|
398
|
+
gender?: "all" | "male" | "female" | undefined;
|
|
399
399
|
tag?: string | undefined;
|
|
400
400
|
ownerUserId?: bigint | undefined;
|
|
401
401
|
}>;
|
|
@@ -435,19 +435,19 @@ export declare const SearchLocationPresetsQuerySchema: z.ZodObject<{
|
|
|
435
435
|
page: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
436
436
|
limit: z.ZodDefault<z.ZodNumber>;
|
|
437
437
|
}, "strip", z.ZodTypeAny, {
|
|
438
|
-
gender: "all" | "male" | "female";
|
|
439
438
|
type: "NOVEL";
|
|
440
439
|
page: number;
|
|
441
440
|
limit: number;
|
|
442
441
|
sortBy: "latest" | "popular";
|
|
442
|
+
gender: "all" | "male" | "female";
|
|
443
443
|
query: string;
|
|
444
444
|
}, {
|
|
445
445
|
type: "NOVEL";
|
|
446
446
|
query: string;
|
|
447
|
-
gender?: "all" | "male" | "female" | undefined;
|
|
448
447
|
page?: number | undefined;
|
|
449
448
|
limit?: number | undefined;
|
|
450
449
|
sortBy?: "latest" | "popular" | undefined;
|
|
450
|
+
gender?: "all" | "male" | "female" | undefined;
|
|
451
451
|
}>;
|
|
452
452
|
export type SearchLocationPresetsQueryDto = z.infer<typeof SearchLocationPresetsQuerySchema>;
|
|
453
453
|
export interface SearchLocationPresetsResponseDto {
|
|
@@ -468,8 +468,8 @@ export declare const TrendingLocationPresetsQuerySchema: z.ZodObject<{
|
|
|
468
468
|
type: z.ZodEnum<["NOVEL"]>;
|
|
469
469
|
gender: z.ZodDefault<z.ZodOptional<z.ZodEnum<["all", "male", "female"]>>>;
|
|
470
470
|
}, "strip", z.ZodTypeAny, {
|
|
471
|
-
gender: "all" | "male" | "female";
|
|
472
471
|
type: "NOVEL";
|
|
472
|
+
gender: "all" | "male" | "female";
|
|
473
473
|
}, {
|
|
474
474
|
type: "NOVEL";
|
|
475
475
|
gender?: "all" | "male" | "female" | 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<{
|
|
@@ -545,37 +545,35 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
545
545
|
description: z.ZodString;
|
|
546
546
|
}, "strip", z.ZodTypeAny, {
|
|
547
547
|
description: string;
|
|
548
|
-
url?: string | undefined;
|
|
549
548
|
name?: string | undefined;
|
|
549
|
+
url?: string | undefined;
|
|
550
550
|
}, {
|
|
551
551
|
description: string;
|
|
552
|
-
url?: string | undefined;
|
|
553
552
|
name?: string | undefined;
|
|
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
|
-
url?: string | undefined;
|
|
562
561
|
name?: string | undefined;
|
|
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
|
-
url?: string | undefined;
|
|
571
570
|
name?: string | undefined;
|
|
571
|
+
url?: string | undefined;
|
|
572
572
|
}[] | undefined;
|
|
573
573
|
}>, "many">>;
|
|
574
574
|
}, "strip", z.ZodTypeAny, {
|
|
575
575
|
name?: string | undefined;
|
|
576
576
|
description?: string | undefined;
|
|
577
|
-
thumbnail?: string | null | undefined;
|
|
578
|
-
environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
|
|
579
577
|
core?: {
|
|
580
578
|
name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
|
|
581
579
|
sequential?: boolean | undefined;
|
|
@@ -583,6 +581,8 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
583
581
|
maxAgentExecutions?: number | null | undefined;
|
|
584
582
|
} | 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,20 +594,18 @@ 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
|
-
url?: string | undefined;
|
|
603
602
|
name?: string | undefined;
|
|
603
|
+
url?: string | undefined;
|
|
604
604
|
}[] | undefined;
|
|
605
605
|
}[] | undefined;
|
|
606
606
|
}, {
|
|
607
607
|
name?: string | undefined;
|
|
608
608
|
description?: string | undefined;
|
|
609
|
-
thumbnail?: string | null | undefined;
|
|
610
|
-
environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
|
|
611
609
|
core?: {
|
|
612
610
|
name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
|
|
613
611
|
sequential?: boolean | undefined;
|
|
@@ -615,6 +613,8 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
615
613
|
maxAgentExecutions?: number | null | undefined;
|
|
616
614
|
} | 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,13 +626,13 @@ 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
|
-
url?: string | undefined;
|
|
635
634
|
name?: string | undefined;
|
|
635
|
+
url?: string | undefined;
|
|
636
636
|
}[] | undefined;
|
|
637
637
|
}[] | undefined;
|
|
638
638
|
}>>;
|
|
@@ -662,14 +662,14 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
662
662
|
backstory: z.ZodOptional<z.ZodString>;
|
|
663
663
|
}, "strip", z.ZodTypeAny, {
|
|
664
664
|
gender?: string | undefined;
|
|
665
|
+
age?: string | undefined;
|
|
665
666
|
expertise?: string | undefined;
|
|
666
667
|
backstory?: string | undefined;
|
|
667
|
-
age?: string | undefined;
|
|
668
668
|
}, {
|
|
669
669
|
gender?: string | undefined;
|
|
670
|
+
age?: string | undefined;
|
|
670
671
|
expertise?: string | undefined;
|
|
671
672
|
backstory?: string | undefined;
|
|
672
|
-
age?: string | undefined;
|
|
673
673
|
}>>;
|
|
674
674
|
speech: z.ZodOptional<z.ZodObject<{
|
|
675
675
|
tone: z.ZodOptional<z.ZodString>;
|
|
@@ -692,16 +692,16 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
692
692
|
mbti: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"INTJ">, z.ZodLiteral<"INTP">, z.ZodLiteral<"ENTJ">, z.ZodLiteral<"ENTP">, z.ZodLiteral<"INFJ">, z.ZodLiteral<"INFP">, z.ZodLiteral<"ENFJ">, z.ZodLiteral<"ENFP">, z.ZodLiteral<"ISTJ">, z.ZodLiteral<"ISFJ">, z.ZodLiteral<"ESTJ">, z.ZodLiteral<"ESFJ">, z.ZodLiteral<"ISTP">, z.ZodLiteral<"ISFP">, z.ZodLiteral<"ESTP">, z.ZodLiteral<"ESFP">]>>;
|
|
693
693
|
zodiac: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Aries">, z.ZodLiteral<"Taurus">, z.ZodLiteral<"Gemini">, z.ZodLiteral<"Cancer">, z.ZodLiteral<"Leo">, z.ZodLiteral<"Virgo">, z.ZodLiteral<"Libra">, z.ZodLiteral<"Scorpio">, z.ZodLiteral<"Sagittarius">, z.ZodLiteral<"Capricorn">, z.ZodLiteral<"Aquarius">, z.ZodLiteral<"Pisces">]>>;
|
|
694
694
|
}, "strip", z.ZodTypeAny, {
|
|
695
|
+
values?: string | undefined;
|
|
695
696
|
traits?: string | undefined;
|
|
696
697
|
interests?: string | undefined;
|
|
697
|
-
values?: string | undefined;
|
|
698
698
|
quirks?: string | undefined;
|
|
699
699
|
mbti?: "INTJ" | "INTP" | "ENTJ" | "ENTP" | "INFJ" | "INFP" | "ENFJ" | "ENFP" | "ISTJ" | "ISFJ" | "ESTJ" | "ESFJ" | "ISTP" | "ISFP" | "ESTP" | "ESFP" | undefined;
|
|
700
700
|
zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
|
|
701
701
|
}, {
|
|
702
|
+
values?: string | undefined;
|
|
702
703
|
traits?: string | undefined;
|
|
703
704
|
interests?: string | undefined;
|
|
704
|
-
values?: string | undefined;
|
|
705
705
|
quirks?: string | undefined;
|
|
706
706
|
mbti?: "INTJ" | "INTP" | "ENTJ" | "ENTP" | "INFJ" | "INFP" | "ENFJ" | "ENFP" | "ISTJ" | "ISFJ" | "ESTJ" | "ESFJ" | "ISTP" | "ISFP" | "ESTP" | "ESFP" | undefined;
|
|
707
707
|
zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
|
|
@@ -709,9 +709,9 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
709
709
|
}, "strip", z.ZodTypeAny, {
|
|
710
710
|
background?: {
|
|
711
711
|
gender?: string | undefined;
|
|
712
|
+
age?: string | undefined;
|
|
712
713
|
expertise?: string | undefined;
|
|
713
714
|
backstory?: string | undefined;
|
|
714
|
-
age?: string | undefined;
|
|
715
715
|
} | undefined;
|
|
716
716
|
speech?: {
|
|
717
717
|
tone?: string | undefined;
|
|
@@ -719,9 +719,9 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
719
719
|
formality?: string | undefined;
|
|
720
720
|
} | undefined;
|
|
721
721
|
personality?: {
|
|
722
|
+
values?: string | undefined;
|
|
722
723
|
traits?: string | undefined;
|
|
723
724
|
interests?: string | undefined;
|
|
724
|
-
values?: string | undefined;
|
|
725
725
|
quirks?: string | undefined;
|
|
726
726
|
mbti?: "INTJ" | "INTP" | "ENTJ" | "ENTP" | "INFJ" | "INFP" | "ENFJ" | "ENFP" | "ISTJ" | "ISFJ" | "ESTJ" | "ESFJ" | "ISTP" | "ISFP" | "ESTP" | "ESFP" | undefined;
|
|
727
727
|
zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
|
|
@@ -729,9 +729,9 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
729
729
|
}, {
|
|
730
730
|
background?: {
|
|
731
731
|
gender?: string | undefined;
|
|
732
|
+
age?: string | undefined;
|
|
732
733
|
expertise?: string | undefined;
|
|
733
734
|
backstory?: string | undefined;
|
|
734
|
-
age?: string | undefined;
|
|
735
735
|
} | undefined;
|
|
736
736
|
speech?: {
|
|
737
737
|
tone?: string | undefined;
|
|
@@ -739,9 +739,9 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
739
739
|
formality?: string | undefined;
|
|
740
740
|
} | undefined;
|
|
741
741
|
personality?: {
|
|
742
|
+
values?: string | undefined;
|
|
742
743
|
traits?: string | undefined;
|
|
743
744
|
interests?: string | undefined;
|
|
744
|
-
values?: string | undefined;
|
|
745
745
|
quirks?: string | undefined;
|
|
746
746
|
mbti?: "INTJ" | "INTP" | "ENTJ" | "ENTP" | "INFJ" | "INFP" | "ENFJ" | "ENFP" | "ISTJ" | "ISFJ" | "ESTJ" | "ESFJ" | "ISTP" | "ISFP" | "ESTP" | "ESFP" | undefined;
|
|
747
747
|
zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
|
|
@@ -750,14 +750,13 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
750
750
|
rules: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
751
751
|
}, "strip", z.ZodTypeAny, {
|
|
752
752
|
role?: string | undefined;
|
|
753
|
-
name?: 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;
|
|
@@ -766,9 +765,9 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
766
765
|
character?: {
|
|
767
766
|
background?: {
|
|
768
767
|
gender?: string | undefined;
|
|
768
|
+
age?: string | undefined;
|
|
769
769
|
expertise?: string | undefined;
|
|
770
770
|
backstory?: string | undefined;
|
|
771
|
-
age?: string | undefined;
|
|
772
771
|
} | undefined;
|
|
773
772
|
speech?: {
|
|
774
773
|
tone?: string | undefined;
|
|
@@ -776,24 +775,24 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
776
775
|
formality?: string | undefined;
|
|
777
776
|
} | undefined;
|
|
778
777
|
personality?: {
|
|
778
|
+
values?: string | undefined;
|
|
779
779
|
traits?: string | undefined;
|
|
780
780
|
interests?: string | undefined;
|
|
781
|
-
values?: string | undefined;
|
|
782
781
|
quirks?: string | undefined;
|
|
783
782
|
mbti?: "INTJ" | "INTP" | "ENTJ" | "ENTP" | "INFJ" | "INFP" | "ENFJ" | "ENFP" | "ISTJ" | "ISFJ" | "ESTJ" | "ESFJ" | "ISTP" | "ISFP" | "ESTP" | "ESFP" | undefined;
|
|
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
788
|
role?: string | undefined;
|
|
789
|
-
name?: 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;
|
|
@@ -802,9 +801,9 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
802
801
|
character?: {
|
|
803
802
|
background?: {
|
|
804
803
|
gender?: string | undefined;
|
|
804
|
+
age?: string | undefined;
|
|
805
805
|
expertise?: string | undefined;
|
|
806
806
|
backstory?: string | undefined;
|
|
807
|
-
age?: string | undefined;
|
|
808
807
|
} | undefined;
|
|
809
808
|
speech?: {
|
|
810
809
|
tone?: string | undefined;
|
|
@@ -812,20 +811,21 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
812
811
|
formality?: string | undefined;
|
|
813
812
|
} | undefined;
|
|
814
813
|
personality?: {
|
|
814
|
+
values?: string | undefined;
|
|
815
815
|
traits?: string | undefined;
|
|
816
816
|
interests?: string | undefined;
|
|
817
|
-
values?: string | undefined;
|
|
818
817
|
quirks?: string | undefined;
|
|
819
818
|
mbti?: "INTJ" | "INTP" | "ENTJ" | "ENTP" | "INFJ" | "INFP" | "ENFJ" | "ENFP" | "ISTJ" | "ISFJ" | "ESTJ" | "ESFJ" | "ISTP" | "ISFP" | "ESTP" | "ESFP" | undefined;
|
|
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;
|
|
826
826
|
presetShortDescription: string;
|
|
827
|
-
name?: string | undefined;
|
|
828
827
|
locationId?: bigint | undefined;
|
|
828
|
+
name?: string | undefined;
|
|
829
829
|
visibility?: "private" | "public" | "publish" | undefined;
|
|
830
830
|
hashtags?: string[] | undefined;
|
|
831
831
|
isAllowImport?: boolean | undefined;
|
|
@@ -833,8 +833,6 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
833
833
|
locationConfig?: {
|
|
834
834
|
name?: string | undefined;
|
|
835
835
|
description?: string | undefined;
|
|
836
|
-
thumbnail?: string | null | undefined;
|
|
837
|
-
environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
|
|
838
836
|
core?: {
|
|
839
837
|
name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
|
|
840
838
|
sequential?: boolean | undefined;
|
|
@@ -842,6 +840,8 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
842
840
|
maxAgentExecutions?: number | null | undefined;
|
|
843
841
|
} | 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,26 +853,25 @@ 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
|
-
url?: string | undefined;
|
|
862
861
|
name?: string | undefined;
|
|
862
|
+
url?: string | undefined;
|
|
863
863
|
}[] | undefined;
|
|
864
864
|
}[] | undefined;
|
|
865
865
|
} | undefined;
|
|
866
866
|
agentConfigs?: {
|
|
867
867
|
role?: string | undefined;
|
|
868
|
-
name?: 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;
|
|
@@ -881,9 +880,9 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
881
880
|
character?: {
|
|
882
881
|
background?: {
|
|
883
882
|
gender?: string | undefined;
|
|
883
|
+
age?: string | undefined;
|
|
884
884
|
expertise?: string | undefined;
|
|
885
885
|
backstory?: string | undefined;
|
|
886
|
-
age?: string | undefined;
|
|
887
886
|
} | undefined;
|
|
888
887
|
speech?: {
|
|
889
888
|
tone?: string | undefined;
|
|
@@ -891,20 +890,21 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
891
890
|
formality?: string | undefined;
|
|
892
891
|
} | undefined;
|
|
893
892
|
personality?: {
|
|
893
|
+
values?: string | undefined;
|
|
894
894
|
traits?: string | undefined;
|
|
895
895
|
interests?: string | undefined;
|
|
896
|
-
values?: string | undefined;
|
|
897
896
|
quirks?: string | undefined;
|
|
898
897
|
mbti?: "INTJ" | "INTP" | "ENTJ" | "ENTP" | "INFJ" | "INFP" | "ENFJ" | "ENFP" | "ISTJ" | "ISFJ" | "ESTJ" | "ESFJ" | "ISTP" | "ISFP" | "ESTP" | "ESFP" | undefined;
|
|
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;
|
|
905
905
|
presetShortDescription: string;
|
|
906
|
-
name?: string | undefined;
|
|
907
906
|
locationId?: bigint | undefined;
|
|
907
|
+
name?: string | undefined;
|
|
908
908
|
visibility?: "private" | "public" | "publish" | undefined;
|
|
909
909
|
hashtags?: string[] | undefined;
|
|
910
910
|
isAllowImport?: boolean | undefined;
|
|
@@ -912,8 +912,6 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
912
912
|
locationConfig?: {
|
|
913
913
|
name?: string | undefined;
|
|
914
914
|
description?: string | undefined;
|
|
915
|
-
thumbnail?: string | null | undefined;
|
|
916
|
-
environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
|
|
917
915
|
core?: {
|
|
918
916
|
name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
|
|
919
917
|
sequential?: boolean | undefined;
|
|
@@ -921,6 +919,8 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
921
919
|
maxAgentExecutions?: number | null | undefined;
|
|
922
920
|
} | 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,26 +932,25 @@ 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
|
-
url?: string | undefined;
|
|
941
940
|
name?: string | undefined;
|
|
941
|
+
url?: string | undefined;
|
|
942
942
|
}[] | undefined;
|
|
943
943
|
}[] | undefined;
|
|
944
944
|
} | undefined;
|
|
945
945
|
agentConfigs?: {
|
|
946
946
|
role?: string | undefined;
|
|
947
|
-
name?: 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;
|
|
@@ -960,9 +959,9 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
960
959
|
character?: {
|
|
961
960
|
background?: {
|
|
962
961
|
gender?: string | undefined;
|
|
962
|
+
age?: string | undefined;
|
|
963
963
|
expertise?: string | undefined;
|
|
964
964
|
backstory?: string | undefined;
|
|
965
|
-
age?: string | undefined;
|
|
966
965
|
} | undefined;
|
|
967
966
|
speech?: {
|
|
968
967
|
tone?: string | undefined;
|
|
@@ -970,14 +969,15 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
970
969
|
formality?: string | undefined;
|
|
971
970
|
} | undefined;
|
|
972
971
|
personality?: {
|
|
972
|
+
values?: string | undefined;
|
|
973
973
|
traits?: string | undefined;
|
|
974
974
|
interests?: string | undefined;
|
|
975
|
-
values?: string | undefined;
|
|
976
975
|
quirks?: string | undefined;
|
|
977
976
|
mbti?: "INTJ" | "INTP" | "ENTJ" | "ENTP" | "INFJ" | "INFP" | "ENFJ" | "ENFP" | "ISTJ" | "ISFJ" | "ESTJ" | "ESFJ" | "ISTP" | "ISFP" | "ESTP" | "ESFP" | undefined;
|
|
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>;
|
|
@@ -1025,12 +1025,12 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1025
1025
|
text: z.ZodString;
|
|
1026
1026
|
showUpdates: z.ZodOptional<z.ZodBoolean>;
|
|
1027
1027
|
}, "strip", z.ZodTypeAny, {
|
|
1028
|
-
text: string;
|
|
1029
1028
|
name: string;
|
|
1029
|
+
text: string;
|
|
1030
1030
|
showUpdates?: boolean | undefined;
|
|
1031
1031
|
}, {
|
|
1032
|
-
text: string;
|
|
1033
1032
|
name: string;
|
|
1033
|
+
text: string;
|
|
1034
1034
|
showUpdates?: boolean | undefined;
|
|
1035
1035
|
}>, "many">>;
|
|
1036
1036
|
mission: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -1064,15 +1064,15 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1064
1064
|
message: z.ZodOptional<z.ZodString>;
|
|
1065
1065
|
image: z.ZodOptional<z.ZodString>;
|
|
1066
1066
|
}, "strip", z.ZodTypeAny, {
|
|
1067
|
-
entityType: "
|
|
1067
|
+
entityType: "system" | "agent" | "user" | "gimmick";
|
|
1068
1068
|
entityId: bigint;
|
|
1069
|
-
image?: string | undefined;
|
|
1070
1069
|
message?: string | undefined;
|
|
1070
|
+
image?: string | undefined;
|
|
1071
1071
|
}, {
|
|
1072
|
-
entityType: "
|
|
1072
|
+
entityType: "system" | "agent" | "user" | "gimmick";
|
|
1073
1073
|
entityId: bigint;
|
|
1074
|
-
image?: string | undefined;
|
|
1075
1074
|
message?: string | undefined;
|
|
1075
|
+
image?: string | undefined;
|
|
1076
1076
|
}>, "many">>;
|
|
1077
1077
|
userAvatar: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1078
1078
|
name: z.ZodString;
|
|
@@ -1081,16 +1081,16 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1081
1081
|
referenceAvatar: z.ZodString;
|
|
1082
1082
|
appearance: z.ZodString;
|
|
1083
1083
|
}, "strip", z.ZodTypeAny, {
|
|
1084
|
-
name: string;
|
|
1085
1084
|
avatar: string;
|
|
1086
1085
|
referenceAvatar: string;
|
|
1087
1086
|
appearance: string;
|
|
1087
|
+
name: string;
|
|
1088
1088
|
role?: string | undefined;
|
|
1089
1089
|
}, {
|
|
1090
|
-
name: string;
|
|
1091
1090
|
avatar: string;
|
|
1092
1091
|
referenceAvatar: string;
|
|
1093
1092
|
appearance: string;
|
|
1093
|
+
name: string;
|
|
1094
1094
|
role?: string | undefined;
|
|
1095
1095
|
}>>>;
|
|
1096
1096
|
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -1146,7 +1146,7 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1146
1146
|
maxLength: number;
|
|
1147
1147
|
}>, "many">>;
|
|
1148
1148
|
gimmicks: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1149
|
-
core: z.ZodUnion<[z.ZodLiteral<"
|
|
1149
|
+
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">[]]>;
|
|
1150
1150
|
name: z.ZodString;
|
|
1151
1151
|
appearance: z.ZodString;
|
|
1152
1152
|
images: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -1155,37 +1155,35 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1155
1155
|
description: z.ZodString;
|
|
1156
1156
|
}, "strip", z.ZodTypeAny, {
|
|
1157
1157
|
description: string;
|
|
1158
|
-
url?: string | undefined;
|
|
1159
1158
|
name?: string | undefined;
|
|
1159
|
+
url?: string | undefined;
|
|
1160
1160
|
}, {
|
|
1161
1161
|
description: string;
|
|
1162
|
-
url?: string | undefined;
|
|
1163
1162
|
name?: string | undefined;
|
|
1163
|
+
url?: string | undefined;
|
|
1164
1164
|
}>, "many">>;
|
|
1165
1165
|
}, "strip", z.ZodTypeAny, {
|
|
1166
|
-
name: string;
|
|
1167
1166
|
appearance: string;
|
|
1168
|
-
|
|
1167
|
+
name: string;
|
|
1168
|
+
core: "notion" | "web_search" | "image_generator" | "character_image_generator";
|
|
1169
1169
|
images?: {
|
|
1170
1170
|
description: string;
|
|
1171
|
-
url?: string | undefined;
|
|
1172
1171
|
name?: string | undefined;
|
|
1172
|
+
url?: string | undefined;
|
|
1173
1173
|
}[] | undefined;
|
|
1174
1174
|
}, {
|
|
1175
|
-
name: string;
|
|
1176
1175
|
appearance: string;
|
|
1177
|
-
|
|
1176
|
+
name: string;
|
|
1177
|
+
core: "notion" | "web_search" | "image_generator" | "character_image_generator";
|
|
1178
1178
|
images?: {
|
|
1179
1179
|
description: string;
|
|
1180
|
-
url?: string | undefined;
|
|
1181
1180
|
name?: string | undefined;
|
|
1181
|
+
url?: string | undefined;
|
|
1182
1182
|
}[] | undefined;
|
|
1183
1183
|
}>, "many">>;
|
|
1184
1184
|
}, "strip", z.ZodTypeAny, {
|
|
1185
1185
|
name?: string | undefined;
|
|
1186
1186
|
description?: string | undefined;
|
|
1187
|
-
thumbnail?: string | null | undefined;
|
|
1188
|
-
environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
|
|
1189
1187
|
core?: {
|
|
1190
1188
|
name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
|
|
1191
1189
|
sequential?: boolean | undefined;
|
|
@@ -1193,6 +1191,8 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1193
1191
|
maxAgentExecutions?: number | null | undefined;
|
|
1194
1192
|
} | undefined;
|
|
1195
1193
|
rules?: string[] | undefined;
|
|
1194
|
+
thumbnail?: string | null | undefined;
|
|
1195
|
+
environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
|
|
1196
1196
|
canvases?: {
|
|
1197
1197
|
name: string;
|
|
1198
1198
|
description: string;
|
|
@@ -1204,20 +1204,18 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1204
1204
|
maxLength: number;
|
|
1205
1205
|
}[] | undefined;
|
|
1206
1206
|
gimmicks?: {
|
|
1207
|
-
name: string;
|
|
1208
1207
|
appearance: string;
|
|
1209
|
-
|
|
1208
|
+
name: string;
|
|
1209
|
+
core: "notion" | "web_search" | "image_generator" | "character_image_generator";
|
|
1210
1210
|
images?: {
|
|
1211
1211
|
description: string;
|
|
1212
|
-
url?: string | undefined;
|
|
1213
1212
|
name?: string | undefined;
|
|
1213
|
+
url?: string | undefined;
|
|
1214
1214
|
}[] | undefined;
|
|
1215
1215
|
}[] | undefined;
|
|
1216
1216
|
}, {
|
|
1217
1217
|
name?: string | undefined;
|
|
1218
1218
|
description?: string | undefined;
|
|
1219
|
-
thumbnail?: string | null | undefined;
|
|
1220
|
-
environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
|
|
1221
1219
|
core?: {
|
|
1222
1220
|
name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
|
|
1223
1221
|
sequential?: boolean | undefined;
|
|
@@ -1225,6 +1223,8 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1225
1223
|
maxAgentExecutions?: number | null | undefined;
|
|
1226
1224
|
} | undefined;
|
|
1227
1225
|
rules?: string[] | undefined;
|
|
1226
|
+
thumbnail?: string | null | undefined;
|
|
1227
|
+
environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
|
|
1228
1228
|
canvases?: {
|
|
1229
1229
|
name: string;
|
|
1230
1230
|
description: string;
|
|
@@ -1236,13 +1236,13 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1236
1236
|
maxLength: number;
|
|
1237
1237
|
}[] | undefined;
|
|
1238
1238
|
gimmicks?: {
|
|
1239
|
-
name: string;
|
|
1240
1239
|
appearance: string;
|
|
1241
|
-
|
|
1240
|
+
name: string;
|
|
1241
|
+
core: "notion" | "web_search" | "image_generator" | "character_image_generator";
|
|
1242
1242
|
images?: {
|
|
1243
1243
|
description: string;
|
|
1244
|
-
url?: string | undefined;
|
|
1245
1244
|
name?: string | undefined;
|
|
1245
|
+
url?: string | undefined;
|
|
1246
1246
|
}[] | undefined;
|
|
1247
1247
|
}[] | undefined;
|
|
1248
1248
|
}>>;
|
|
@@ -1272,14 +1272,14 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1272
1272
|
backstory: z.ZodOptional<z.ZodString>;
|
|
1273
1273
|
}, "strip", z.ZodTypeAny, {
|
|
1274
1274
|
gender?: string | undefined;
|
|
1275
|
+
age?: string | undefined;
|
|
1275
1276
|
expertise?: string | undefined;
|
|
1276
1277
|
backstory?: string | undefined;
|
|
1277
|
-
age?: string | undefined;
|
|
1278
1278
|
}, {
|
|
1279
1279
|
gender?: string | undefined;
|
|
1280
|
+
age?: string | undefined;
|
|
1280
1281
|
expertise?: string | undefined;
|
|
1281
1282
|
backstory?: string | undefined;
|
|
1282
|
-
age?: string | undefined;
|
|
1283
1283
|
}>>;
|
|
1284
1284
|
speech: z.ZodOptional<z.ZodObject<{
|
|
1285
1285
|
tone: z.ZodOptional<z.ZodString>;
|
|
@@ -1302,16 +1302,16 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1302
1302
|
mbti: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"INTJ">, z.ZodLiteral<"INTP">, z.ZodLiteral<"ENTJ">, z.ZodLiteral<"ENTP">, z.ZodLiteral<"INFJ">, z.ZodLiteral<"INFP">, z.ZodLiteral<"ENFJ">, z.ZodLiteral<"ENFP">, z.ZodLiteral<"ISTJ">, z.ZodLiteral<"ISFJ">, z.ZodLiteral<"ESTJ">, z.ZodLiteral<"ESFJ">, z.ZodLiteral<"ISTP">, z.ZodLiteral<"ISFP">, z.ZodLiteral<"ESTP">, z.ZodLiteral<"ESFP">]>>;
|
|
1303
1303
|
zodiac: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Aries">, z.ZodLiteral<"Taurus">, z.ZodLiteral<"Gemini">, z.ZodLiteral<"Cancer">, z.ZodLiteral<"Leo">, z.ZodLiteral<"Virgo">, z.ZodLiteral<"Libra">, z.ZodLiteral<"Scorpio">, z.ZodLiteral<"Sagittarius">, z.ZodLiteral<"Capricorn">, z.ZodLiteral<"Aquarius">, z.ZodLiteral<"Pisces">]>>;
|
|
1304
1304
|
}, "strip", z.ZodTypeAny, {
|
|
1305
|
+
values?: string | undefined;
|
|
1305
1306
|
traits?: string | undefined;
|
|
1306
1307
|
interests?: string | undefined;
|
|
1307
|
-
values?: string | undefined;
|
|
1308
1308
|
quirks?: string | undefined;
|
|
1309
1309
|
mbti?: "INTJ" | "INTP" | "ENTJ" | "ENTP" | "INFJ" | "INFP" | "ENFJ" | "ENFP" | "ISTJ" | "ISFJ" | "ESTJ" | "ESFJ" | "ISTP" | "ISFP" | "ESTP" | "ESFP" | undefined;
|
|
1310
1310
|
zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
|
|
1311
1311
|
}, {
|
|
1312
|
+
values?: string | undefined;
|
|
1312
1313
|
traits?: string | undefined;
|
|
1313
1314
|
interests?: string | undefined;
|
|
1314
|
-
values?: string | undefined;
|
|
1315
1315
|
quirks?: string | undefined;
|
|
1316
1316
|
mbti?: "INTJ" | "INTP" | "ENTJ" | "ENTP" | "INFJ" | "INFP" | "ENFJ" | "ENFP" | "ISTJ" | "ISFJ" | "ESTJ" | "ESFJ" | "ISTP" | "ISFP" | "ESTP" | "ESFP" | undefined;
|
|
1317
1317
|
zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
|
|
@@ -1319,9 +1319,9 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1319
1319
|
}, "strip", z.ZodTypeAny, {
|
|
1320
1320
|
background?: {
|
|
1321
1321
|
gender?: string | undefined;
|
|
1322
|
+
age?: string | undefined;
|
|
1322
1323
|
expertise?: string | undefined;
|
|
1323
1324
|
backstory?: string | undefined;
|
|
1324
|
-
age?: string | undefined;
|
|
1325
1325
|
} | undefined;
|
|
1326
1326
|
speech?: {
|
|
1327
1327
|
tone?: string | undefined;
|
|
@@ -1329,9 +1329,9 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1329
1329
|
formality?: string | undefined;
|
|
1330
1330
|
} | undefined;
|
|
1331
1331
|
personality?: {
|
|
1332
|
+
values?: string | undefined;
|
|
1332
1333
|
traits?: string | undefined;
|
|
1333
1334
|
interests?: string | undefined;
|
|
1334
|
-
values?: string | undefined;
|
|
1335
1335
|
quirks?: string | undefined;
|
|
1336
1336
|
mbti?: "INTJ" | "INTP" | "ENTJ" | "ENTP" | "INFJ" | "INFP" | "ENFJ" | "ENFP" | "ISTJ" | "ISFJ" | "ESTJ" | "ESFJ" | "ISTP" | "ISFP" | "ESTP" | "ESFP" | undefined;
|
|
1337
1337
|
zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
|
|
@@ -1339,9 +1339,9 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1339
1339
|
}, {
|
|
1340
1340
|
background?: {
|
|
1341
1341
|
gender?: string | undefined;
|
|
1342
|
+
age?: string | undefined;
|
|
1342
1343
|
expertise?: string | undefined;
|
|
1343
1344
|
backstory?: string | undefined;
|
|
1344
|
-
age?: string | undefined;
|
|
1345
1345
|
} | undefined;
|
|
1346
1346
|
speech?: {
|
|
1347
1347
|
tone?: string | undefined;
|
|
@@ -1349,9 +1349,9 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1349
1349
|
formality?: string | undefined;
|
|
1350
1350
|
} | undefined;
|
|
1351
1351
|
personality?: {
|
|
1352
|
+
values?: string | undefined;
|
|
1352
1353
|
traits?: string | undefined;
|
|
1353
1354
|
interests?: string | undefined;
|
|
1354
|
-
values?: string | undefined;
|
|
1355
1355
|
quirks?: string | undefined;
|
|
1356
1356
|
mbti?: "INTJ" | "INTP" | "ENTJ" | "ENTP" | "INFJ" | "INFP" | "ENFJ" | "ENFP" | "ISTJ" | "ISFJ" | "ESTJ" | "ESFJ" | "ISTP" | "ISFP" | "ESTP" | "ESFP" | undefined;
|
|
1357
1357
|
zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
|
|
@@ -1360,14 +1360,13 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1360
1360
|
rules: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1361
1361
|
}, "strip", z.ZodTypeAny, {
|
|
1362
1362
|
role?: string | undefined;
|
|
1363
|
-
name?: string | undefined;
|
|
1364
1363
|
avatar?: string | undefined;
|
|
1365
1364
|
referenceAvatar?: string | undefined;
|
|
1366
1365
|
appearance?: string | undefined;
|
|
1366
|
+
name?: string | undefined;
|
|
1367
1367
|
core?: {
|
|
1368
1368
|
name: "evaluate_and_actions" | "execute_actions" | "response_every_message" | "no_action";
|
|
1369
1369
|
} | undefined;
|
|
1370
|
-
rules?: string[] | undefined;
|
|
1371
1370
|
llmPreset?: "free" | "gemini-low" | "gemini-medium" | "gemini-high" | "openai-low" | "openai-medium" | "xai-low" | "xai-medium" | undefined;
|
|
1372
1371
|
languages?: string[] | undefined;
|
|
1373
1372
|
timeZone?: string | undefined;
|
|
@@ -1376,9 +1375,9 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1376
1375
|
character?: {
|
|
1377
1376
|
background?: {
|
|
1378
1377
|
gender?: string | undefined;
|
|
1378
|
+
age?: string | undefined;
|
|
1379
1379
|
expertise?: string | undefined;
|
|
1380
1380
|
backstory?: string | undefined;
|
|
1381
|
-
age?: string | undefined;
|
|
1382
1381
|
} | undefined;
|
|
1383
1382
|
speech?: {
|
|
1384
1383
|
tone?: string | undefined;
|
|
@@ -1386,24 +1385,24 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1386
1385
|
formality?: string | undefined;
|
|
1387
1386
|
} | undefined;
|
|
1388
1387
|
personality?: {
|
|
1388
|
+
values?: string | undefined;
|
|
1389
1389
|
traits?: string | undefined;
|
|
1390
1390
|
interests?: string | undefined;
|
|
1391
|
-
values?: string | undefined;
|
|
1392
1391
|
quirks?: string | undefined;
|
|
1393
1392
|
mbti?: "INTJ" | "INTP" | "ENTJ" | "ENTP" | "INFJ" | "INFP" | "ENFJ" | "ENFP" | "ISTJ" | "ISFJ" | "ESTJ" | "ESFJ" | "ISTP" | "ISFP" | "ESTP" | "ESFP" | undefined;
|
|
1394
1393
|
zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
|
|
1395
1394
|
} | undefined;
|
|
1396
1395
|
} | undefined;
|
|
1396
|
+
rules?: string[] | undefined;
|
|
1397
1397
|
}, {
|
|
1398
1398
|
role?: string | undefined;
|
|
1399
|
-
name?: string | undefined;
|
|
1400
1399
|
avatar?: string | undefined;
|
|
1401
1400
|
referenceAvatar?: string | undefined;
|
|
1402
1401
|
appearance?: string | undefined;
|
|
1402
|
+
name?: string | undefined;
|
|
1403
1403
|
core?: {
|
|
1404
1404
|
name: "evaluate_and_actions" | "execute_actions" | "response_every_message" | "no_action";
|
|
1405
1405
|
} | undefined;
|
|
1406
|
-
rules?: string[] | undefined;
|
|
1407
1406
|
llmPreset?: "free" | "gemini-low" | "gemini-medium" | "gemini-high" | "openai-low" | "openai-medium" | "xai-low" | "xai-medium" | undefined;
|
|
1408
1407
|
languages?: string[] | undefined;
|
|
1409
1408
|
timeZone?: string | undefined;
|
|
@@ -1412,9 +1411,9 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1412
1411
|
character?: {
|
|
1413
1412
|
background?: {
|
|
1414
1413
|
gender?: string | undefined;
|
|
1414
|
+
age?: string | undefined;
|
|
1415
1415
|
expertise?: string | undefined;
|
|
1416
1416
|
backstory?: string | undefined;
|
|
1417
|
-
age?: string | undefined;
|
|
1418
1417
|
} | undefined;
|
|
1419
1418
|
speech?: {
|
|
1420
1419
|
tone?: string | undefined;
|
|
@@ -1422,21 +1421,22 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1422
1421
|
formality?: string | undefined;
|
|
1423
1422
|
} | undefined;
|
|
1424
1423
|
personality?: {
|
|
1424
|
+
values?: string | undefined;
|
|
1425
1425
|
traits?: string | undefined;
|
|
1426
1426
|
interests?: string | undefined;
|
|
1427
|
-
values?: string | undefined;
|
|
1428
1427
|
quirks?: string | undefined;
|
|
1429
1428
|
mbti?: "INTJ" | "INTP" | "ENTJ" | "ENTP" | "INFJ" | "INFP" | "ENFJ" | "ENFP" | "ISTJ" | "ISFJ" | "ESTJ" | "ESFJ" | "ISTP" | "ISFP" | "ESTP" | "ESFP" | undefined;
|
|
1430
1429
|
zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
|
|
1431
1430
|
} | undefined;
|
|
1432
1431
|
} | undefined;
|
|
1432
|
+
rules?: string[] | undefined;
|
|
1433
1433
|
}>>, "many">>;
|
|
1434
1434
|
}, "strip", z.ZodTypeAny, {
|
|
1435
1435
|
name?: string | undefined;
|
|
1436
1436
|
thumbnail?: string | undefined;
|
|
1437
1437
|
canvases?: {
|
|
1438
|
-
text: string;
|
|
1439
1438
|
name: string;
|
|
1439
|
+
text: string;
|
|
1440
1440
|
showUpdates?: boolean | undefined;
|
|
1441
1441
|
}[] | undefined;
|
|
1442
1442
|
presetDescription?: string | undefined;
|
|
@@ -1447,8 +1447,6 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1447
1447
|
locationConfig?: {
|
|
1448
1448
|
name?: string | undefined;
|
|
1449
1449
|
description?: string | undefined;
|
|
1450
|
-
thumbnail?: string | null | undefined;
|
|
1451
|
-
environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
|
|
1452
1450
|
core?: {
|
|
1453
1451
|
name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
|
|
1454
1452
|
sequential?: boolean | undefined;
|
|
@@ -1456,6 +1454,8 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1456
1454
|
maxAgentExecutions?: number | null | undefined;
|
|
1457
1455
|
} | undefined;
|
|
1458
1456
|
rules?: string[] | undefined;
|
|
1457
|
+
thumbnail?: string | null | undefined;
|
|
1458
|
+
environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
|
|
1459
1459
|
canvases?: {
|
|
1460
1460
|
name: string;
|
|
1461
1461
|
description: string;
|
|
@@ -1467,26 +1467,25 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1467
1467
|
maxLength: number;
|
|
1468
1468
|
}[] | undefined;
|
|
1469
1469
|
gimmicks?: {
|
|
1470
|
-
name: string;
|
|
1471
1470
|
appearance: string;
|
|
1472
|
-
|
|
1471
|
+
name: string;
|
|
1472
|
+
core: "notion" | "web_search" | "image_generator" | "character_image_generator";
|
|
1473
1473
|
images?: {
|
|
1474
1474
|
description: string;
|
|
1475
|
-
url?: string | undefined;
|
|
1476
1475
|
name?: string | undefined;
|
|
1476
|
+
url?: string | undefined;
|
|
1477
1477
|
}[] | undefined;
|
|
1478
1478
|
}[] | undefined;
|
|
1479
1479
|
} | undefined;
|
|
1480
1480
|
agentConfigs?: ({
|
|
1481
1481
|
role?: string | undefined;
|
|
1482
|
-
name?: string | undefined;
|
|
1483
1482
|
avatar?: string | undefined;
|
|
1484
1483
|
referenceAvatar?: string | undefined;
|
|
1485
1484
|
appearance?: string | undefined;
|
|
1485
|
+
name?: string | undefined;
|
|
1486
1486
|
core?: {
|
|
1487
1487
|
name: "evaluate_and_actions" | "execute_actions" | "response_every_message" | "no_action";
|
|
1488
1488
|
} | undefined;
|
|
1489
|
-
rules?: string[] | undefined;
|
|
1490
1489
|
llmPreset?: "free" | "gemini-low" | "gemini-medium" | "gemini-high" | "openai-low" | "openai-medium" | "xai-low" | "xai-medium" | undefined;
|
|
1491
1490
|
languages?: string[] | undefined;
|
|
1492
1491
|
timeZone?: string | undefined;
|
|
@@ -1495,9 +1494,9 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1495
1494
|
character?: {
|
|
1496
1495
|
background?: {
|
|
1497
1496
|
gender?: string | undefined;
|
|
1497
|
+
age?: string | undefined;
|
|
1498
1498
|
expertise?: string | undefined;
|
|
1499
1499
|
backstory?: string | undefined;
|
|
1500
|
-
age?: string | undefined;
|
|
1501
1500
|
} | undefined;
|
|
1502
1501
|
speech?: {
|
|
1503
1502
|
tone?: string | undefined;
|
|
@@ -1505,14 +1504,15 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1505
1504
|
formality?: string | undefined;
|
|
1506
1505
|
} | undefined;
|
|
1507
1506
|
personality?: {
|
|
1507
|
+
values?: string | undefined;
|
|
1508
1508
|
traits?: string | undefined;
|
|
1509
1509
|
interests?: string | undefined;
|
|
1510
|
-
values?: string | undefined;
|
|
1511
1510
|
quirks?: string | undefined;
|
|
1512
1511
|
mbti?: "INTJ" | "INTP" | "ENTJ" | "ENTP" | "INFJ" | "INFP" | "ENFJ" | "ENFP" | "ISTJ" | "ISFJ" | "ESTJ" | "ESFJ" | "ISTP" | "ISFP" | "ESTP" | "ESFP" | undefined;
|
|
1513
1512
|
zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
|
|
1514
1513
|
} | undefined;
|
|
1515
1514
|
} | undefined;
|
|
1515
|
+
rules?: string[] | undefined;
|
|
1516
1516
|
} | null)[] | undefined;
|
|
1517
1517
|
thumbnails?: string[] | undefined;
|
|
1518
1518
|
mission?: {
|
|
@@ -1522,16 +1522,16 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1522
1522
|
}[];
|
|
1523
1523
|
} | null | undefined;
|
|
1524
1524
|
messages?: {
|
|
1525
|
-
entityType: "
|
|
1525
|
+
entityType: "system" | "agent" | "user" | "gimmick";
|
|
1526
1526
|
entityId: bigint;
|
|
1527
|
-
image?: string | undefined;
|
|
1528
1527
|
message?: string | undefined;
|
|
1528
|
+
image?: string | undefined;
|
|
1529
1529
|
}[] | undefined;
|
|
1530
1530
|
userAvatar?: {
|
|
1531
|
-
name: string;
|
|
1532
1531
|
avatar: string;
|
|
1533
1532
|
referenceAvatar: string;
|
|
1534
1533
|
appearance: string;
|
|
1534
|
+
name: string;
|
|
1535
1535
|
role?: string | undefined;
|
|
1536
1536
|
} | null | undefined;
|
|
1537
1537
|
tags?: string[] | undefined;
|
|
@@ -1539,8 +1539,8 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1539
1539
|
name?: string | undefined;
|
|
1540
1540
|
thumbnail?: string | undefined;
|
|
1541
1541
|
canvases?: {
|
|
1542
|
-
text: string;
|
|
1543
1542
|
name: string;
|
|
1543
|
+
text: string;
|
|
1544
1544
|
showUpdates?: boolean | undefined;
|
|
1545
1545
|
}[] | undefined;
|
|
1546
1546
|
presetDescription?: string | undefined;
|
|
@@ -1551,8 +1551,6 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1551
1551
|
locationConfig?: {
|
|
1552
1552
|
name?: string | undefined;
|
|
1553
1553
|
description?: string | undefined;
|
|
1554
|
-
thumbnail?: string | null | undefined;
|
|
1555
|
-
environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
|
|
1556
1554
|
core?: {
|
|
1557
1555
|
name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
|
|
1558
1556
|
sequential?: boolean | undefined;
|
|
@@ -1560,6 +1558,8 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1560
1558
|
maxAgentExecutions?: number | null | undefined;
|
|
1561
1559
|
} | undefined;
|
|
1562
1560
|
rules?: string[] | undefined;
|
|
1561
|
+
thumbnail?: string | null | undefined;
|
|
1562
|
+
environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
|
|
1563
1563
|
canvases?: {
|
|
1564
1564
|
name: string;
|
|
1565
1565
|
description: string;
|
|
@@ -1571,26 +1571,25 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1571
1571
|
maxLength: number;
|
|
1572
1572
|
}[] | undefined;
|
|
1573
1573
|
gimmicks?: {
|
|
1574
|
-
name: string;
|
|
1575
1574
|
appearance: string;
|
|
1576
|
-
|
|
1575
|
+
name: string;
|
|
1576
|
+
core: "notion" | "web_search" | "image_generator" | "character_image_generator";
|
|
1577
1577
|
images?: {
|
|
1578
1578
|
description: string;
|
|
1579
|
-
url?: string | undefined;
|
|
1580
1579
|
name?: string | undefined;
|
|
1580
|
+
url?: string | undefined;
|
|
1581
1581
|
}[] | undefined;
|
|
1582
1582
|
}[] | undefined;
|
|
1583
1583
|
} | undefined;
|
|
1584
1584
|
agentConfigs?: ({
|
|
1585
1585
|
role?: string | undefined;
|
|
1586
|
-
name?: string | undefined;
|
|
1587
1586
|
avatar?: string | undefined;
|
|
1588
1587
|
referenceAvatar?: string | undefined;
|
|
1589
1588
|
appearance?: string | undefined;
|
|
1589
|
+
name?: string | undefined;
|
|
1590
1590
|
core?: {
|
|
1591
1591
|
name: "evaluate_and_actions" | "execute_actions" | "response_every_message" | "no_action";
|
|
1592
1592
|
} | undefined;
|
|
1593
|
-
rules?: string[] | undefined;
|
|
1594
1593
|
llmPreset?: "free" | "gemini-low" | "gemini-medium" | "gemini-high" | "openai-low" | "openai-medium" | "xai-low" | "xai-medium" | undefined;
|
|
1595
1594
|
languages?: string[] | undefined;
|
|
1596
1595
|
timeZone?: string | undefined;
|
|
@@ -1599,9 +1598,9 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1599
1598
|
character?: {
|
|
1600
1599
|
background?: {
|
|
1601
1600
|
gender?: string | undefined;
|
|
1601
|
+
age?: string | undefined;
|
|
1602
1602
|
expertise?: string | undefined;
|
|
1603
1603
|
backstory?: string | undefined;
|
|
1604
|
-
age?: string | undefined;
|
|
1605
1604
|
} | undefined;
|
|
1606
1605
|
speech?: {
|
|
1607
1606
|
tone?: string | undefined;
|
|
@@ -1609,14 +1608,15 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1609
1608
|
formality?: string | undefined;
|
|
1610
1609
|
} | undefined;
|
|
1611
1610
|
personality?: {
|
|
1611
|
+
values?: string | undefined;
|
|
1612
1612
|
traits?: string | undefined;
|
|
1613
1613
|
interests?: string | undefined;
|
|
1614
|
-
values?: string | undefined;
|
|
1615
1614
|
quirks?: string | undefined;
|
|
1616
1615
|
mbti?: "INTJ" | "INTP" | "ENTJ" | "ENTP" | "INFJ" | "INFP" | "ENFJ" | "ENFP" | "ISTJ" | "ISFJ" | "ESTJ" | "ESFJ" | "ISTP" | "ISFP" | "ESTP" | "ESFP" | undefined;
|
|
1617
1616
|
zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
|
|
1618
1617
|
} | undefined;
|
|
1619
1618
|
} | undefined;
|
|
1619
|
+
rules?: string[] | undefined;
|
|
1620
1620
|
} | null)[] | undefined;
|
|
1621
1621
|
thumbnails?: string[] | undefined;
|
|
1622
1622
|
mission?: {
|
|
@@ -1626,16 +1626,16 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1626
1626
|
}[];
|
|
1627
1627
|
} | null | undefined;
|
|
1628
1628
|
messages?: {
|
|
1629
|
-
entityType: "
|
|
1629
|
+
entityType: "system" | "agent" | "user" | "gimmick";
|
|
1630
1630
|
entityId: bigint;
|
|
1631
|
-
image?: string | undefined;
|
|
1632
1631
|
message?: string | undefined;
|
|
1632
|
+
image?: string | undefined;
|
|
1633
1633
|
}[] | undefined;
|
|
1634
1634
|
userAvatar?: {
|
|
1635
|
-
name: string;
|
|
1636
1635
|
avatar: string;
|
|
1637
1636
|
referenceAvatar: string;
|
|
1638
1637
|
appearance: string;
|
|
1638
|
+
name: string;
|
|
1639
1639
|
role?: string | undefined;
|
|
1640
1640
|
} | null | undefined;
|
|
1641
1641
|
tags?: string[] | undefined;
|
|
@@ -1996,7 +1996,7 @@ export declare const CreateLocationSchema: z.ZodObject<{
|
|
|
1996
1996
|
maxLength: number;
|
|
1997
1997
|
}>, "many">>;
|
|
1998
1998
|
gimmicks: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1999
|
-
core: z.ZodUnion<[z.ZodLiteral<"
|
|
1999
|
+
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">[]]>;
|
|
2000
2000
|
name: z.ZodString;
|
|
2001
2001
|
appearance: z.ZodString;
|
|
2002
2002
|
images: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -2005,37 +2005,35 @@ export declare const CreateLocationSchema: z.ZodObject<{
|
|
|
2005
2005
|
description: z.ZodString;
|
|
2006
2006
|
}, "strip", z.ZodTypeAny, {
|
|
2007
2007
|
description: string;
|
|
2008
|
-
url?: string | undefined;
|
|
2009
2008
|
name?: string | undefined;
|
|
2009
|
+
url?: string | undefined;
|
|
2010
2010
|
}, {
|
|
2011
2011
|
description: string;
|
|
2012
|
-
url?: string | undefined;
|
|
2013
2012
|
name?: string | undefined;
|
|
2013
|
+
url?: string | undefined;
|
|
2014
2014
|
}>, "many">>;
|
|
2015
2015
|
}, "strip", z.ZodTypeAny, {
|
|
2016
|
-
name: string;
|
|
2017
2016
|
appearance: string;
|
|
2018
|
-
|
|
2017
|
+
name: string;
|
|
2018
|
+
core: "notion" | "web_search" | "image_generator" | "character_image_generator";
|
|
2019
2019
|
images?: {
|
|
2020
2020
|
description: string;
|
|
2021
|
-
url?: string | undefined;
|
|
2022
2021
|
name?: string | undefined;
|
|
2022
|
+
url?: string | undefined;
|
|
2023
2023
|
}[] | undefined;
|
|
2024
2024
|
}, {
|
|
2025
|
-
name: string;
|
|
2026
2025
|
appearance: string;
|
|
2027
|
-
|
|
2026
|
+
name: string;
|
|
2027
|
+
core: "notion" | "web_search" | "image_generator" | "character_image_generator";
|
|
2028
2028
|
images?: {
|
|
2029
2029
|
description: string;
|
|
2030
|
-
url?: string | undefined;
|
|
2031
2030
|
name?: string | undefined;
|
|
2031
|
+
url?: string | undefined;
|
|
2032
2032
|
}[] | undefined;
|
|
2033
2033
|
}>, "many">>;
|
|
2034
2034
|
}, "strict", z.ZodTypeAny, {
|
|
2035
2035
|
name?: string | undefined;
|
|
2036
2036
|
description?: string | undefined;
|
|
2037
|
-
thumbnail?: string | null | undefined;
|
|
2038
|
-
environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
|
|
2039
2037
|
core?: {
|
|
2040
2038
|
name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
|
|
2041
2039
|
sequential?: boolean | undefined;
|
|
@@ -2043,6 +2041,8 @@ export declare const CreateLocationSchema: z.ZodObject<{
|
|
|
2043
2041
|
maxAgentExecutions?: number | null | undefined;
|
|
2044
2042
|
} | undefined;
|
|
2045
2043
|
rules?: string[] | undefined;
|
|
2044
|
+
thumbnail?: string | null | undefined;
|
|
2045
|
+
environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
|
|
2046
2046
|
canvases?: {
|
|
2047
2047
|
name: string;
|
|
2048
2048
|
description: string;
|
|
@@ -2054,20 +2054,18 @@ export declare const CreateLocationSchema: z.ZodObject<{
|
|
|
2054
2054
|
maxLength: number;
|
|
2055
2055
|
}[] | undefined;
|
|
2056
2056
|
gimmicks?: {
|
|
2057
|
-
name: string;
|
|
2058
2057
|
appearance: string;
|
|
2059
|
-
|
|
2058
|
+
name: string;
|
|
2059
|
+
core: "notion" | "web_search" | "image_generator" | "character_image_generator";
|
|
2060
2060
|
images?: {
|
|
2061
2061
|
description: string;
|
|
2062
|
-
url?: string | undefined;
|
|
2063
2062
|
name?: string | undefined;
|
|
2063
|
+
url?: string | undefined;
|
|
2064
2064
|
}[] | undefined;
|
|
2065
2065
|
}[] | undefined;
|
|
2066
2066
|
}, {
|
|
2067
2067
|
name?: string | undefined;
|
|
2068
2068
|
description?: string | undefined;
|
|
2069
|
-
thumbnail?: string | null | undefined;
|
|
2070
|
-
environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
|
|
2071
2069
|
core?: {
|
|
2072
2070
|
name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
|
|
2073
2071
|
sequential?: boolean | undefined;
|
|
@@ -2075,6 +2073,8 @@ export declare const CreateLocationSchema: z.ZodObject<{
|
|
|
2075
2073
|
maxAgentExecutions?: number | null | undefined;
|
|
2076
2074
|
} | undefined;
|
|
2077
2075
|
rules?: string[] | undefined;
|
|
2076
|
+
thumbnail?: string | null | undefined;
|
|
2077
|
+
environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
|
|
2078
2078
|
canvases?: {
|
|
2079
2079
|
name: string;
|
|
2080
2080
|
description: string;
|
|
@@ -2086,13 +2086,13 @@ export declare const CreateLocationSchema: z.ZodObject<{
|
|
|
2086
2086
|
maxLength: number;
|
|
2087
2087
|
}[] | undefined;
|
|
2088
2088
|
gimmicks?: {
|
|
2089
|
-
name: string;
|
|
2090
2089
|
appearance: string;
|
|
2091
|
-
|
|
2090
|
+
name: string;
|
|
2091
|
+
core: "notion" | "web_search" | "image_generator" | "character_image_generator";
|
|
2092
2092
|
images?: {
|
|
2093
2093
|
description: string;
|
|
2094
|
-
url?: string | undefined;
|
|
2095
2094
|
name?: string | undefined;
|
|
2095
|
+
url?: string | undefined;
|
|
2096
2096
|
}[] | undefined;
|
|
2097
2097
|
}[] | undefined;
|
|
2098
2098
|
}>;
|
|
@@ -2104,8 +2104,6 @@ export declare const CreateLocationSchema: z.ZodObject<{
|
|
|
2104
2104
|
config: {
|
|
2105
2105
|
name?: string | undefined;
|
|
2106
2106
|
description?: string | undefined;
|
|
2107
|
-
thumbnail?: string | null | undefined;
|
|
2108
|
-
environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
|
|
2109
2107
|
core?: {
|
|
2110
2108
|
name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
|
|
2111
2109
|
sequential?: boolean | undefined;
|
|
@@ -2113,6 +2111,8 @@ export declare const CreateLocationSchema: z.ZodObject<{
|
|
|
2113
2111
|
maxAgentExecutions?: number | null | undefined;
|
|
2114
2112
|
} | undefined;
|
|
2115
2113
|
rules?: string[] | undefined;
|
|
2114
|
+
thumbnail?: string | null | undefined;
|
|
2115
|
+
environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
|
|
2116
2116
|
canvases?: {
|
|
2117
2117
|
name: string;
|
|
2118
2118
|
description: string;
|
|
@@ -2124,13 +2124,13 @@ export declare const CreateLocationSchema: z.ZodObject<{
|
|
|
2124
2124
|
maxLength: number;
|
|
2125
2125
|
}[] | undefined;
|
|
2126
2126
|
gimmicks?: {
|
|
2127
|
-
name: string;
|
|
2128
2127
|
appearance: string;
|
|
2129
|
-
|
|
2128
|
+
name: string;
|
|
2129
|
+
core: "notion" | "web_search" | "image_generator" | "character_image_generator";
|
|
2130
2130
|
images?: {
|
|
2131
2131
|
description: string;
|
|
2132
|
-
url?: string | undefined;
|
|
2133
2132
|
name?: string | undefined;
|
|
2133
|
+
url?: string | undefined;
|
|
2134
2134
|
}[] | undefined;
|
|
2135
2135
|
}[] | undefined;
|
|
2136
2136
|
};
|
|
@@ -2139,8 +2139,6 @@ export declare const CreateLocationSchema: z.ZodObject<{
|
|
|
2139
2139
|
config: {
|
|
2140
2140
|
name?: string | undefined;
|
|
2141
2141
|
description?: string | undefined;
|
|
2142
|
-
thumbnail?: string | null | undefined;
|
|
2143
|
-
environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
|
|
2144
2142
|
core?: {
|
|
2145
2143
|
name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
|
|
2146
2144
|
sequential?: boolean | undefined;
|
|
@@ -2148,6 +2146,8 @@ export declare const CreateLocationSchema: z.ZodObject<{
|
|
|
2148
2146
|
maxAgentExecutions?: number | null | undefined;
|
|
2149
2147
|
} | undefined;
|
|
2150
2148
|
rules?: string[] | undefined;
|
|
2149
|
+
thumbnail?: string | null | undefined;
|
|
2150
|
+
environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
|
|
2151
2151
|
canvases?: {
|
|
2152
2152
|
name: string;
|
|
2153
2153
|
description: string;
|
|
@@ -2159,13 +2159,13 @@ export declare const CreateLocationSchema: z.ZodObject<{
|
|
|
2159
2159
|
maxLength: number;
|
|
2160
2160
|
}[] | undefined;
|
|
2161
2161
|
gimmicks?: {
|
|
2162
|
-
name: string;
|
|
2163
2162
|
appearance: string;
|
|
2164
|
-
|
|
2163
|
+
name: string;
|
|
2164
|
+
core: "notion" | "web_search" | "image_generator" | "character_image_generator";
|
|
2165
2165
|
images?: {
|
|
2166
2166
|
description: string;
|
|
2167
|
-
url?: string | undefined;
|
|
2168
2167
|
name?: string | undefined;
|
|
2168
|
+
url?: string | undefined;
|
|
2169
2169
|
}[] | undefined;
|
|
2170
2170
|
}[] | undefined;
|
|
2171
2171
|
};
|
|
@@ -2217,8 +2217,8 @@ export declare const GetAgentHelperLocationQuerySchema: z.ZodObject<{
|
|
|
2217
2217
|
readonly MINIMO: "MINIMO";
|
|
2218
2218
|
}>>>;
|
|
2219
2219
|
}, "strip", z.ZodTypeAny, {
|
|
2220
|
-
platform: "API" | "MINIMO";
|
|
2221
2220
|
agentId: bigint;
|
|
2221
|
+
platform: "API" | "MINIMO";
|
|
2222
2222
|
}, {
|
|
2223
2223
|
agentId: bigint;
|
|
2224
2224
|
platform?: "API" | "MINIMO" | undefined;
|
|
@@ -2251,8 +2251,8 @@ export declare const GetAgentDmLocationQuerySchema: z.ZodObject<{
|
|
|
2251
2251
|
readonly MINIMO: "MINIMO";
|
|
2252
2252
|
}>>>;
|
|
2253
2253
|
}, "strip", z.ZodTypeAny, {
|
|
2254
|
-
platform: "API" | "MINIMO";
|
|
2255
2254
|
agentId: bigint;
|
|
2255
|
+
platform: "API" | "MINIMO";
|
|
2256
2256
|
}, {
|
|
2257
2257
|
agentId: bigint;
|
|
2258
2258
|
platform?: "API" | "MINIMO" | undefined;
|
|
@@ -2547,11 +2547,11 @@ export declare const UpdateLocationCanvasBodySchema: z.ZodObject<{
|
|
|
2547
2547
|
name: z.ZodString;
|
|
2548
2548
|
text: z.ZodString;
|
|
2549
2549
|
}, "strip", z.ZodTypeAny, {
|
|
2550
|
-
text: string;
|
|
2551
2550
|
name: string;
|
|
2552
|
-
}, {
|
|
2553
2551
|
text: string;
|
|
2552
|
+
}, {
|
|
2554
2553
|
name: string;
|
|
2554
|
+
text: string;
|
|
2555
2555
|
}>;
|
|
2556
2556
|
export type UpdateLocationCanvasBodyDto = z.infer<typeof UpdateLocationCanvasBodySchema>;
|
|
2557
2557
|
export interface UpdateLocationCanvasResponseDto {
|
|
@@ -2773,15 +2773,15 @@ export declare const SendLocationMessageSchema: z.ZodObject<{
|
|
|
2773
2773
|
paidCreditOnly: z.ZodOptional<z.ZodBoolean>;
|
|
2774
2774
|
}, "strip", z.ZodTypeAny, {
|
|
2775
2775
|
locationId: bigint;
|
|
2776
|
-
image?: string | undefined;
|
|
2777
2776
|
message?: string | undefined;
|
|
2777
|
+
image?: string | undefined;
|
|
2778
2778
|
action?: string | undefined;
|
|
2779
2779
|
creditAmount?: number | undefined;
|
|
2780
2780
|
paidCreditOnly?: boolean | undefined;
|
|
2781
2781
|
}, {
|
|
2782
2782
|
locationId: bigint;
|
|
2783
|
-
image?: string | undefined;
|
|
2784
2783
|
message?: string | undefined;
|
|
2784
|
+
image?: string | undefined;
|
|
2785
2785
|
action?: string | undefined;
|
|
2786
2786
|
creditAmount?: number | undefined;
|
|
2787
2787
|
paidCreditOnly?: boolean | undefined;
|
|
@@ -2810,12 +2810,12 @@ export declare const UpdateLocationImageSchema: z.ZodObject<{
|
|
|
2810
2810
|
image: z.ZodString;
|
|
2811
2811
|
index: z.ZodOptional<z.ZodNumber>;
|
|
2812
2812
|
}, "strip", z.ZodTypeAny, {
|
|
2813
|
-
image: string;
|
|
2814
2813
|
locationId: bigint;
|
|
2814
|
+
image: string;
|
|
2815
2815
|
index?: number | undefined;
|
|
2816
2816
|
}, {
|
|
2817
|
-
image: string;
|
|
2818
2817
|
locationId: bigint;
|
|
2818
|
+
image: string;
|
|
2819
2819
|
index?: number | undefined;
|
|
2820
2820
|
}>;
|
|
2821
2821
|
export type UpdateLocationImageDto = z.infer<typeof UpdateLocationImageSchema>;
|