@little-samo/samo-ai-sdk 0.4.8 → 0.5.1
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 +10 -18
- package/dist/dto/entities/users/user.d.ts +10 -6
- package/dist/dto/entities/users/user.js +3 -2
- package/dist/dto/entities/users/user.js.map +1 -1
- package/dist/dto/entities/users/user.requests.d.ts +53 -26
- package/dist/dto/entities/users/user.requests.js +2 -4
- package/dist/dto/entities/users/user.requests.js.map +1 -1
- package/dist/dto/images/image.requests.d.ts +3 -0
- package/dist/dto/images/image.requests.js +4 -0
- package/dist/dto/images/image.requests.js.map +1 -1
- package/dist/dto/locations/location.preset.d.ts +2 -2
- package/dist/dto/locations/location.requests.d.ts +158 -158
- package/dist/dto/locations/location.requests.js +7 -3
- package/dist/dto/locations/location.requests.js.map +1 -1
- package/dist/models/entities/agents/agent.config.d.ts +3 -12
- package/dist/models/entities/agents/agent.config.js +5 -5
- package/dist/models/entities/agents/agent.config.js.map +1 -1
- package/dist/models/locations/location.config.d.ts +8 -8
- package/package.json +3 -3
|
@@ -136,8 +136,8 @@ export declare const LocationUpdateConfigSchema: z.ZodObject<{
|
|
|
136
136
|
}>, "many">>;
|
|
137
137
|
}, "strip", z.ZodTypeAny, {
|
|
138
138
|
name: string;
|
|
139
|
-
appearance: string;
|
|
140
139
|
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
140
|
+
appearance: string;
|
|
141
141
|
images?: {
|
|
142
142
|
description: string;
|
|
143
143
|
name?: string | undefined;
|
|
@@ -145,8 +145,8 @@ export declare const LocationUpdateConfigSchema: z.ZodObject<{
|
|
|
145
145
|
}[] | undefined;
|
|
146
146
|
}, {
|
|
147
147
|
name: string;
|
|
148
|
-
appearance: string;
|
|
149
148
|
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
149
|
+
appearance: string;
|
|
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
|
-
|
|
158
|
+
thumbnail?: string | null | undefined;
|
|
159
|
+
environment?: "CHAT" | "NOVEL" | undefined;
|
|
159
160
|
core?: {
|
|
160
161
|
name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
|
|
161
162
|
sequential?: boolean | undefined;
|
|
162
163
|
interval?: number | undefined;
|
|
163
164
|
maxAgentExecutions?: number | null | undefined;
|
|
164
165
|
} | undefined;
|
|
166
|
+
description?: string | undefined;
|
|
165
167
|
rules?: string[] | undefined;
|
|
166
|
-
thumbnail?: string | null | undefined;
|
|
167
|
-
environment?: "CHAT" | "NOVEL" | undefined;
|
|
168
168
|
canvases?: {
|
|
169
169
|
name: string;
|
|
170
170
|
description: string;
|
|
@@ -177,8 +177,8 @@ export declare const LocationUpdateConfigSchema: z.ZodObject<{
|
|
|
177
177
|
}[] | undefined;
|
|
178
178
|
gimmicks?: {
|
|
179
179
|
name: string;
|
|
180
|
-
appearance: string;
|
|
181
180
|
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
181
|
+
appearance: string;
|
|
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
|
-
|
|
190
|
+
thumbnail?: string | null | undefined;
|
|
191
|
+
environment?: "CHAT" | "NOVEL" | undefined;
|
|
191
192
|
core?: {
|
|
192
193
|
name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
|
|
193
194
|
sequential?: boolean | undefined;
|
|
194
195
|
interval?: number | undefined;
|
|
195
196
|
maxAgentExecutions?: number | null | undefined;
|
|
196
197
|
} | undefined;
|
|
198
|
+
description?: string | undefined;
|
|
197
199
|
rules?: string[] | undefined;
|
|
198
|
-
thumbnail?: string | null | undefined;
|
|
199
|
-
environment?: "CHAT" | "NOVEL" | undefined;
|
|
200
200
|
canvases?: {
|
|
201
201
|
name: string;
|
|
202
202
|
description: string;
|
|
@@ -209,8 +209,8 @@ export declare const LocationUpdateConfigSchema: z.ZodObject<{
|
|
|
209
209
|
}[] | undefined;
|
|
210
210
|
gimmicks?: {
|
|
211
211
|
name: string;
|
|
212
|
-
appearance: string;
|
|
213
212
|
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
213
|
+
appearance: string;
|
|
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
|
-
|
|
225
|
+
thumbnail?: string | null | undefined;
|
|
226
|
+
environment?: "CHAT" | "NOVEL" | undefined;
|
|
226
227
|
core?: {
|
|
227
228
|
name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
|
|
228
229
|
sequential?: boolean | undefined;
|
|
229
230
|
interval?: number | undefined;
|
|
230
231
|
maxAgentExecutions?: number | null | undefined;
|
|
231
232
|
} | undefined;
|
|
233
|
+
description?: string | undefined;
|
|
232
234
|
rules?: string[] | undefined;
|
|
233
|
-
thumbnail?: string | null | undefined;
|
|
234
|
-
environment?: "CHAT" | "NOVEL" | undefined;
|
|
235
235
|
canvases?: {
|
|
236
236
|
name: string;
|
|
237
237
|
description: string;
|
|
@@ -244,8 +244,8 @@ export declare const LocationUpdateConfigSchema: z.ZodObject<{
|
|
|
244
244
|
}[] | undefined;
|
|
245
245
|
gimmicks?: {
|
|
246
246
|
name: string;
|
|
247
|
-
appearance: string;
|
|
248
247
|
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
248
|
+
appearance: string;
|
|
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
|
-
|
|
260
|
+
thumbnail?: string | null | undefined;
|
|
261
|
+
environment?: "CHAT" | "NOVEL" | undefined;
|
|
261
262
|
core?: {
|
|
262
263
|
name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
|
|
263
264
|
sequential?: boolean | undefined;
|
|
264
265
|
interval?: number | undefined;
|
|
265
266
|
maxAgentExecutions?: number | null | undefined;
|
|
266
267
|
} | undefined;
|
|
268
|
+
description?: string | undefined;
|
|
267
269
|
rules?: string[] | undefined;
|
|
268
|
-
thumbnail?: string | null | undefined;
|
|
269
|
-
environment?: "CHAT" | "NOVEL" | undefined;
|
|
270
270
|
canvases?: {
|
|
271
271
|
name: string;
|
|
272
272
|
description: string;
|
|
@@ -279,8 +279,8 @@ export declare const LocationUpdateConfigSchema: z.ZodObject<{
|
|
|
279
279
|
}[] | undefined;
|
|
280
280
|
gimmicks?: {
|
|
281
281
|
name: string;
|
|
282
|
-
appearance: string;
|
|
283
282
|
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
283
|
+
appearance: string;
|
|
284
284
|
images?: {
|
|
285
285
|
description: string;
|
|
286
286
|
name?: string | undefined;
|
|
@@ -352,14 +352,17 @@ export interface LocationDeleteCredentialResponseDto {
|
|
|
352
352
|
error?: string;
|
|
353
353
|
}
|
|
354
354
|
export declare const LocationPresetsPaginationQuerySchema: z.ZodObject<{
|
|
355
|
+
visibility: z.ZodDefault<z.ZodOptional<z.ZodEnum<["edited", "private", "public", "publish"]>>>;
|
|
355
356
|
page: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
356
357
|
limit: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
357
358
|
}, "strip", z.ZodTypeAny, {
|
|
358
359
|
limit: number;
|
|
359
360
|
page: number;
|
|
361
|
+
visibility: "edited" | "private" | "public" | "publish";
|
|
360
362
|
}, {
|
|
361
363
|
limit?: number | undefined;
|
|
362
364
|
page?: number | undefined;
|
|
365
|
+
visibility?: "edited" | "private" | "public" | "publish" | undefined;
|
|
363
366
|
}>;
|
|
364
367
|
export type LocationPresetsPaginationQueryDto = z.infer<typeof LocationPresetsPaginationQuerySchema>;
|
|
365
368
|
export interface LocationPresetsPaginatedResponseDto {
|
|
@@ -481,8 +484,8 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
481
484
|
}>, "many">>;
|
|
482
485
|
}, "strip", z.ZodTypeAny, {
|
|
483
486
|
name: string;
|
|
484
|
-
appearance: string;
|
|
485
487
|
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
488
|
+
appearance: string;
|
|
486
489
|
images?: {
|
|
487
490
|
description: string;
|
|
488
491
|
name?: string | undefined;
|
|
@@ -490,8 +493,8 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
490
493
|
}[] | undefined;
|
|
491
494
|
}, {
|
|
492
495
|
name: string;
|
|
493
|
-
appearance: string;
|
|
494
496
|
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
497
|
+
appearance: string;
|
|
495
498
|
images?: {
|
|
496
499
|
description: string;
|
|
497
500
|
name?: string | undefined;
|
|
@@ -500,16 +503,16 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
500
503
|
}>, "many">>;
|
|
501
504
|
}, "strip", z.ZodTypeAny, {
|
|
502
505
|
name?: string | undefined;
|
|
503
|
-
|
|
506
|
+
thumbnail?: string | null | undefined;
|
|
507
|
+
environment?: "CHAT" | "NOVEL" | undefined;
|
|
504
508
|
core?: {
|
|
505
509
|
name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
|
|
506
510
|
sequential?: boolean | undefined;
|
|
507
511
|
interval?: number | undefined;
|
|
508
512
|
maxAgentExecutions?: number | null | undefined;
|
|
509
513
|
} | undefined;
|
|
514
|
+
description?: string | undefined;
|
|
510
515
|
rules?: string[] | undefined;
|
|
511
|
-
thumbnail?: string | null | undefined;
|
|
512
|
-
environment?: "CHAT" | "NOVEL" | undefined;
|
|
513
516
|
canvases?: {
|
|
514
517
|
name: string;
|
|
515
518
|
description: string;
|
|
@@ -522,8 +525,8 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
522
525
|
}[] | undefined;
|
|
523
526
|
gimmicks?: {
|
|
524
527
|
name: string;
|
|
525
|
-
appearance: string;
|
|
526
528
|
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
529
|
+
appearance: string;
|
|
527
530
|
images?: {
|
|
528
531
|
description: string;
|
|
529
532
|
name?: string | undefined;
|
|
@@ -532,16 +535,16 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
532
535
|
}[] | undefined;
|
|
533
536
|
}, {
|
|
534
537
|
name?: string | undefined;
|
|
535
|
-
|
|
538
|
+
thumbnail?: string | null | undefined;
|
|
539
|
+
environment?: "CHAT" | "NOVEL" | undefined;
|
|
536
540
|
core?: {
|
|
537
541
|
name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
|
|
538
542
|
sequential?: boolean | undefined;
|
|
539
543
|
interval?: number | undefined;
|
|
540
544
|
maxAgentExecutions?: number | null | undefined;
|
|
541
545
|
} | undefined;
|
|
546
|
+
description?: string | undefined;
|
|
542
547
|
rules?: string[] | undefined;
|
|
543
|
-
thumbnail?: string | null | undefined;
|
|
544
|
-
environment?: "CHAT" | "NOVEL" | undefined;
|
|
545
548
|
canvases?: {
|
|
546
549
|
name: string;
|
|
547
550
|
description: string;
|
|
@@ -554,8 +557,8 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
554
557
|
}[] | undefined;
|
|
555
558
|
gimmicks?: {
|
|
556
559
|
name: string;
|
|
557
|
-
appearance: string;
|
|
558
560
|
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
561
|
+
appearance: string;
|
|
559
562
|
images?: {
|
|
560
563
|
description: string;
|
|
561
564
|
name?: string | undefined;
|
|
@@ -565,6 +568,7 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
565
568
|
}>>;
|
|
566
569
|
agentConfigs: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
567
570
|
name: z.ZodOptional<z.ZodString>;
|
|
571
|
+
role: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
568
572
|
avatar: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<string>, z.ZodLiteral<string>, ...z.ZodLiteral<string>[], z.ZodString, z.ZodString]>>;
|
|
569
573
|
referenceAvatar: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
570
574
|
appearance: z.ZodOptional<z.ZodString>;
|
|
@@ -582,19 +586,16 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
582
586
|
actions: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodLiteral<"todo">, z.ZodLiteral<"todo">]>, "many">>;
|
|
583
587
|
character: z.ZodOptional<z.ZodObject<{
|
|
584
588
|
background: z.ZodOptional<z.ZodObject<{
|
|
585
|
-
role: z.ZodOptional<z.ZodString>;
|
|
586
589
|
gender: z.ZodOptional<z.ZodString>;
|
|
587
590
|
age: z.ZodOptional<z.ZodString>;
|
|
588
591
|
expertise: z.ZodOptional<z.ZodString>;
|
|
589
592
|
backstory: z.ZodOptional<z.ZodString>;
|
|
590
593
|
}, "strip", z.ZodTypeAny, {
|
|
591
|
-
role?: string | undefined;
|
|
592
594
|
gender?: string | undefined;
|
|
593
595
|
age?: string | undefined;
|
|
594
596
|
expertise?: string | undefined;
|
|
595
597
|
backstory?: string | undefined;
|
|
596
598
|
}, {
|
|
597
|
-
role?: string | undefined;
|
|
598
599
|
gender?: string | undefined;
|
|
599
600
|
age?: string | undefined;
|
|
600
601
|
expertise?: string | undefined;
|
|
@@ -605,12 +606,12 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
605
606
|
style: z.ZodOptional<z.ZodString>;
|
|
606
607
|
formality: z.ZodOptional<z.ZodString>;
|
|
607
608
|
}, "strip", z.ZodTypeAny, {
|
|
608
|
-
tone?: string | undefined;
|
|
609
609
|
style?: string | undefined;
|
|
610
|
+
tone?: string | undefined;
|
|
610
611
|
formality?: string | undefined;
|
|
611
612
|
}, {
|
|
612
|
-
tone?: string | undefined;
|
|
613
613
|
style?: string | undefined;
|
|
614
|
+
tone?: string | undefined;
|
|
614
615
|
formality?: string | undefined;
|
|
615
616
|
}>>;
|
|
616
617
|
personality: z.ZodOptional<z.ZodObject<{
|
|
@@ -637,15 +638,14 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
637
638
|
}>>;
|
|
638
639
|
}, "strip", z.ZodTypeAny, {
|
|
639
640
|
background?: {
|
|
640
|
-
role?: string | undefined;
|
|
641
641
|
gender?: string | undefined;
|
|
642
642
|
age?: string | undefined;
|
|
643
643
|
expertise?: string | undefined;
|
|
644
644
|
backstory?: string | undefined;
|
|
645
645
|
} | undefined;
|
|
646
646
|
speech?: {
|
|
647
|
-
tone?: string | undefined;
|
|
648
647
|
style?: string | undefined;
|
|
648
|
+
tone?: string | undefined;
|
|
649
649
|
formality?: string | undefined;
|
|
650
650
|
} | undefined;
|
|
651
651
|
personality?: {
|
|
@@ -658,15 +658,14 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
658
658
|
} | undefined;
|
|
659
659
|
}, {
|
|
660
660
|
background?: {
|
|
661
|
-
role?: string | undefined;
|
|
662
661
|
gender?: string | undefined;
|
|
663
662
|
age?: string | undefined;
|
|
664
663
|
expertise?: string | undefined;
|
|
665
664
|
backstory?: string | undefined;
|
|
666
665
|
} | undefined;
|
|
667
666
|
speech?: {
|
|
668
|
-
tone?: string | undefined;
|
|
669
667
|
style?: string | undefined;
|
|
668
|
+
tone?: string | undefined;
|
|
670
669
|
formality?: string | undefined;
|
|
671
670
|
} | undefined;
|
|
672
671
|
personality?: {
|
|
@@ -681,12 +680,14 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
681
680
|
rules: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
682
681
|
}, "strip", z.ZodTypeAny, {
|
|
683
682
|
name?: string | undefined;
|
|
684
|
-
avatar?: string | undefined;
|
|
685
|
-
referenceAvatar?: string | undefined;
|
|
686
|
-
appearance?: string | undefined;
|
|
687
683
|
core?: {
|
|
688
684
|
name: "evaluate_and_actions" | "execute_actions" | "response_every_message" | "no_action";
|
|
689
685
|
} | undefined;
|
|
686
|
+
rules?: string[] | undefined;
|
|
687
|
+
appearance?: string | undefined;
|
|
688
|
+
role?: string | undefined;
|
|
689
|
+
avatar?: string | undefined;
|
|
690
|
+
referenceAvatar?: string | undefined;
|
|
690
691
|
llmPreset?: "free" | "gemini-low" | "gemini-medium" | "gemini-high" | "openai-low" | "openai-medium" | "xai-low" | "xai-medium" | undefined;
|
|
691
692
|
languages?: string[] | undefined;
|
|
692
693
|
timeZone?: string | undefined;
|
|
@@ -694,15 +695,14 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
694
695
|
actions?: "todo"[] | undefined;
|
|
695
696
|
character?: {
|
|
696
697
|
background?: {
|
|
697
|
-
role?: string | undefined;
|
|
698
698
|
gender?: string | undefined;
|
|
699
699
|
age?: string | undefined;
|
|
700
700
|
expertise?: string | undefined;
|
|
701
701
|
backstory?: string | undefined;
|
|
702
702
|
} | undefined;
|
|
703
703
|
speech?: {
|
|
704
|
-
tone?: string | undefined;
|
|
705
704
|
style?: string | undefined;
|
|
705
|
+
tone?: string | undefined;
|
|
706
706
|
formality?: string | undefined;
|
|
707
707
|
} | undefined;
|
|
708
708
|
personality?: {
|
|
@@ -714,15 +714,16 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
714
714
|
zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
|
|
715
715
|
} | undefined;
|
|
716
716
|
} | undefined;
|
|
717
|
-
rules?: string[] | undefined;
|
|
718
717
|
}, {
|
|
719
718
|
name?: string | undefined;
|
|
720
|
-
avatar?: string | undefined;
|
|
721
|
-
referenceAvatar?: string | undefined;
|
|
722
|
-
appearance?: string | undefined;
|
|
723
719
|
core?: {
|
|
724
720
|
name: "evaluate_and_actions" | "execute_actions" | "response_every_message" | "no_action";
|
|
725
721
|
} | undefined;
|
|
722
|
+
rules?: string[] | undefined;
|
|
723
|
+
appearance?: string | undefined;
|
|
724
|
+
role?: string | undefined;
|
|
725
|
+
avatar?: string | undefined;
|
|
726
|
+
referenceAvatar?: string | undefined;
|
|
726
727
|
llmPreset?: "free" | "gemini-low" | "gemini-medium" | "gemini-high" | "openai-low" | "openai-medium" | "xai-low" | "xai-medium" | undefined;
|
|
727
728
|
languages?: string[] | undefined;
|
|
728
729
|
timeZone?: string | undefined;
|
|
@@ -730,15 +731,14 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
730
731
|
actions?: "todo"[] | undefined;
|
|
731
732
|
character?: {
|
|
732
733
|
background?: {
|
|
733
|
-
role?: string | undefined;
|
|
734
734
|
gender?: string | undefined;
|
|
735
735
|
age?: string | undefined;
|
|
736
736
|
expertise?: string | undefined;
|
|
737
737
|
backstory?: string | undefined;
|
|
738
738
|
} | undefined;
|
|
739
739
|
speech?: {
|
|
740
|
-
tone?: string | undefined;
|
|
741
740
|
style?: string | undefined;
|
|
741
|
+
tone?: string | undefined;
|
|
742
742
|
formality?: string | undefined;
|
|
743
743
|
} | undefined;
|
|
744
744
|
personality?: {
|
|
@@ -750,29 +750,28 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
750
750
|
zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
|
|
751
751
|
} | undefined;
|
|
752
752
|
} | undefined;
|
|
753
|
-
rules?: string[] | undefined;
|
|
754
753
|
}>, "many">>;
|
|
755
754
|
}, "strip", z.ZodTypeAny, {
|
|
756
755
|
presetDescription: string;
|
|
757
756
|
presetShortDescription: string;
|
|
758
|
-
name?: string | undefined;
|
|
759
757
|
locationId?: bigint | undefined;
|
|
758
|
+
name?: string | undefined;
|
|
760
759
|
visibility?: "private" | "public" | "publish" | undefined;
|
|
761
760
|
hashtags?: string[] | undefined;
|
|
762
761
|
isAllowImport?: boolean | undefined;
|
|
763
762
|
isSensitive?: boolean | undefined;
|
|
764
763
|
locationConfig?: {
|
|
765
764
|
name?: string | undefined;
|
|
766
|
-
|
|
765
|
+
thumbnail?: string | null | undefined;
|
|
766
|
+
environment?: "CHAT" | "NOVEL" | undefined;
|
|
767
767
|
core?: {
|
|
768
768
|
name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
|
|
769
769
|
sequential?: boolean | undefined;
|
|
770
770
|
interval?: number | undefined;
|
|
771
771
|
maxAgentExecutions?: number | null | undefined;
|
|
772
772
|
} | undefined;
|
|
773
|
+
description?: string | undefined;
|
|
773
774
|
rules?: string[] | undefined;
|
|
774
|
-
thumbnail?: string | null | undefined;
|
|
775
|
-
environment?: "CHAT" | "NOVEL" | undefined;
|
|
776
775
|
canvases?: {
|
|
777
776
|
name: string;
|
|
778
777
|
description: string;
|
|
@@ -785,8 +784,8 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
785
784
|
}[] | undefined;
|
|
786
785
|
gimmicks?: {
|
|
787
786
|
name: string;
|
|
788
|
-
appearance: string;
|
|
789
787
|
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
788
|
+
appearance: string;
|
|
790
789
|
images?: {
|
|
791
790
|
description: string;
|
|
792
791
|
name?: string | undefined;
|
|
@@ -796,12 +795,14 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
796
795
|
} | undefined;
|
|
797
796
|
agentConfigs?: {
|
|
798
797
|
name?: string | undefined;
|
|
799
|
-
avatar?: string | undefined;
|
|
800
|
-
referenceAvatar?: string | undefined;
|
|
801
|
-
appearance?: string | undefined;
|
|
802
798
|
core?: {
|
|
803
799
|
name: "evaluate_and_actions" | "execute_actions" | "response_every_message" | "no_action";
|
|
804
800
|
} | undefined;
|
|
801
|
+
rules?: string[] | undefined;
|
|
802
|
+
appearance?: string | undefined;
|
|
803
|
+
role?: string | undefined;
|
|
804
|
+
avatar?: string | undefined;
|
|
805
|
+
referenceAvatar?: string | undefined;
|
|
805
806
|
llmPreset?: "free" | "gemini-low" | "gemini-medium" | "gemini-high" | "openai-low" | "openai-medium" | "xai-low" | "xai-medium" | undefined;
|
|
806
807
|
languages?: string[] | undefined;
|
|
807
808
|
timeZone?: string | undefined;
|
|
@@ -809,15 +810,14 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
809
810
|
actions?: "todo"[] | undefined;
|
|
810
811
|
character?: {
|
|
811
812
|
background?: {
|
|
812
|
-
role?: string | undefined;
|
|
813
813
|
gender?: string | undefined;
|
|
814
814
|
age?: string | undefined;
|
|
815
815
|
expertise?: string | undefined;
|
|
816
816
|
backstory?: string | undefined;
|
|
817
817
|
} | undefined;
|
|
818
818
|
speech?: {
|
|
819
|
-
tone?: string | undefined;
|
|
820
819
|
style?: string | undefined;
|
|
820
|
+
tone?: string | undefined;
|
|
821
821
|
formality?: string | undefined;
|
|
822
822
|
} | undefined;
|
|
823
823
|
personality?: {
|
|
@@ -829,29 +829,28 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
829
829
|
zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
|
|
830
830
|
} | undefined;
|
|
831
831
|
} | undefined;
|
|
832
|
-
rules?: string[] | undefined;
|
|
833
832
|
}[] | undefined;
|
|
834
833
|
}, {
|
|
835
834
|
presetDescription: string;
|
|
836
835
|
presetShortDescription: string;
|
|
837
|
-
name?: string | undefined;
|
|
838
836
|
locationId?: bigint | undefined;
|
|
837
|
+
name?: string | undefined;
|
|
839
838
|
visibility?: "private" | "public" | "publish" | undefined;
|
|
840
839
|
hashtags?: string[] | undefined;
|
|
841
840
|
isAllowImport?: boolean | undefined;
|
|
842
841
|
isSensitive?: boolean | undefined;
|
|
843
842
|
locationConfig?: {
|
|
844
843
|
name?: string | undefined;
|
|
845
|
-
|
|
844
|
+
thumbnail?: string | null | undefined;
|
|
845
|
+
environment?: "CHAT" | "NOVEL" | undefined;
|
|
846
846
|
core?: {
|
|
847
847
|
name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
|
|
848
848
|
sequential?: boolean | undefined;
|
|
849
849
|
interval?: number | undefined;
|
|
850
850
|
maxAgentExecutions?: number | null | undefined;
|
|
851
851
|
} | undefined;
|
|
852
|
+
description?: string | undefined;
|
|
852
853
|
rules?: string[] | undefined;
|
|
853
|
-
thumbnail?: string | null | undefined;
|
|
854
|
-
environment?: "CHAT" | "NOVEL" | undefined;
|
|
855
854
|
canvases?: {
|
|
856
855
|
name: string;
|
|
857
856
|
description: string;
|
|
@@ -864,8 +863,8 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
864
863
|
}[] | undefined;
|
|
865
864
|
gimmicks?: {
|
|
866
865
|
name: string;
|
|
867
|
-
appearance: string;
|
|
868
866
|
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
867
|
+
appearance: string;
|
|
869
868
|
images?: {
|
|
870
869
|
description: string;
|
|
871
870
|
name?: string | undefined;
|
|
@@ -875,12 +874,14 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
875
874
|
} | undefined;
|
|
876
875
|
agentConfigs?: {
|
|
877
876
|
name?: string | undefined;
|
|
878
|
-
avatar?: string | undefined;
|
|
879
|
-
referenceAvatar?: string | undefined;
|
|
880
|
-
appearance?: string | undefined;
|
|
881
877
|
core?: {
|
|
882
878
|
name: "evaluate_and_actions" | "execute_actions" | "response_every_message" | "no_action";
|
|
883
879
|
} | undefined;
|
|
880
|
+
rules?: string[] | undefined;
|
|
881
|
+
appearance?: string | undefined;
|
|
882
|
+
role?: string | undefined;
|
|
883
|
+
avatar?: string | undefined;
|
|
884
|
+
referenceAvatar?: string | undefined;
|
|
884
885
|
llmPreset?: "free" | "gemini-low" | "gemini-medium" | "gemini-high" | "openai-low" | "openai-medium" | "xai-low" | "xai-medium" | undefined;
|
|
885
886
|
languages?: string[] | undefined;
|
|
886
887
|
timeZone?: string | undefined;
|
|
@@ -888,15 +889,14 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
888
889
|
actions?: "todo"[] | undefined;
|
|
889
890
|
character?: {
|
|
890
891
|
background?: {
|
|
891
|
-
role?: string | undefined;
|
|
892
892
|
gender?: string | undefined;
|
|
893
893
|
age?: string | undefined;
|
|
894
894
|
expertise?: string | undefined;
|
|
895
895
|
backstory?: string | undefined;
|
|
896
896
|
} | undefined;
|
|
897
897
|
speech?: {
|
|
898
|
-
tone?: string | undefined;
|
|
899
898
|
style?: string | undefined;
|
|
899
|
+
tone?: string | undefined;
|
|
900
900
|
formality?: string | undefined;
|
|
901
901
|
} | undefined;
|
|
902
902
|
personality?: {
|
|
@@ -908,7 +908,6 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
908
908
|
zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
|
|
909
909
|
} | undefined;
|
|
910
910
|
} | undefined;
|
|
911
|
-
rules?: string[] | undefined;
|
|
912
911
|
}[] | undefined;
|
|
913
912
|
}>;
|
|
914
913
|
export type CreateLocationPresetDto = z.infer<typeof CreateLocationPresetSchema>;
|
|
@@ -977,29 +976,32 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
977
976
|
}, "strip", z.ZodTypeAny, {
|
|
978
977
|
entityType: "system" | "agent" | "user" | "gimmick";
|
|
979
978
|
entityId: bigint;
|
|
980
|
-
message?: string | undefined;
|
|
981
979
|
image?: string | undefined;
|
|
980
|
+
message?: string | undefined;
|
|
982
981
|
}, {
|
|
983
982
|
entityType: "system" | "agent" | "user" | "gimmick";
|
|
984
983
|
entityId: bigint;
|
|
985
|
-
message?: string | undefined;
|
|
986
984
|
image?: string | undefined;
|
|
985
|
+
message?: string | undefined;
|
|
987
986
|
}>, "many">>;
|
|
988
987
|
userAvatar: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
989
988
|
name: z.ZodString;
|
|
990
|
-
|
|
991
|
-
|
|
989
|
+
role: z.ZodOptional<z.ZodString>;
|
|
990
|
+
avatar: z.ZodString;
|
|
991
|
+
referenceAvatar: z.ZodString;
|
|
992
992
|
appearance: z.ZodString;
|
|
993
993
|
}, "strip", z.ZodTypeAny, {
|
|
994
994
|
name: string;
|
|
995
|
-
avatar: string | null;
|
|
996
|
-
referenceAvatar: string | null;
|
|
997
995
|
appearance: string;
|
|
996
|
+
avatar: string;
|
|
997
|
+
referenceAvatar: string;
|
|
998
|
+
role?: string | undefined;
|
|
998
999
|
}, {
|
|
999
1000
|
name: string;
|
|
1000
|
-
avatar: string | null;
|
|
1001
|
-
referenceAvatar: string | null;
|
|
1002
1001
|
appearance: string;
|
|
1002
|
+
avatar: string;
|
|
1003
|
+
referenceAvatar: string;
|
|
1004
|
+
role?: string | undefined;
|
|
1003
1005
|
}>>>;
|
|
1004
1006
|
hashtags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1005
1007
|
isAllowImport: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -1071,8 +1073,8 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1071
1073
|
}>, "many">>;
|
|
1072
1074
|
}, "strip", z.ZodTypeAny, {
|
|
1073
1075
|
name: string;
|
|
1074
|
-
appearance: string;
|
|
1075
1076
|
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
1077
|
+
appearance: string;
|
|
1076
1078
|
images?: {
|
|
1077
1079
|
description: string;
|
|
1078
1080
|
name?: string | undefined;
|
|
@@ -1080,8 +1082,8 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1080
1082
|
}[] | undefined;
|
|
1081
1083
|
}, {
|
|
1082
1084
|
name: string;
|
|
1083
|
-
appearance: string;
|
|
1084
1085
|
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
1086
|
+
appearance: string;
|
|
1085
1087
|
images?: {
|
|
1086
1088
|
description: string;
|
|
1087
1089
|
name?: string | undefined;
|
|
@@ -1090,16 +1092,16 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1090
1092
|
}>, "many">>;
|
|
1091
1093
|
}, "strip", z.ZodTypeAny, {
|
|
1092
1094
|
name?: string | undefined;
|
|
1093
|
-
|
|
1095
|
+
thumbnail?: string | null | undefined;
|
|
1096
|
+
environment?: "CHAT" | "NOVEL" | undefined;
|
|
1094
1097
|
core?: {
|
|
1095
1098
|
name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
|
|
1096
1099
|
sequential?: boolean | undefined;
|
|
1097
1100
|
interval?: number | undefined;
|
|
1098
1101
|
maxAgentExecutions?: number | null | undefined;
|
|
1099
1102
|
} | undefined;
|
|
1103
|
+
description?: string | undefined;
|
|
1100
1104
|
rules?: string[] | undefined;
|
|
1101
|
-
thumbnail?: string | null | undefined;
|
|
1102
|
-
environment?: "CHAT" | "NOVEL" | undefined;
|
|
1103
1105
|
canvases?: {
|
|
1104
1106
|
name: string;
|
|
1105
1107
|
description: string;
|
|
@@ -1112,8 +1114,8 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1112
1114
|
}[] | undefined;
|
|
1113
1115
|
gimmicks?: {
|
|
1114
1116
|
name: string;
|
|
1115
|
-
appearance: string;
|
|
1116
1117
|
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
1118
|
+
appearance: string;
|
|
1117
1119
|
images?: {
|
|
1118
1120
|
description: string;
|
|
1119
1121
|
name?: string | undefined;
|
|
@@ -1122,16 +1124,16 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1122
1124
|
}[] | undefined;
|
|
1123
1125
|
}, {
|
|
1124
1126
|
name?: string | undefined;
|
|
1125
|
-
|
|
1127
|
+
thumbnail?: string | null | undefined;
|
|
1128
|
+
environment?: "CHAT" | "NOVEL" | undefined;
|
|
1126
1129
|
core?: {
|
|
1127
1130
|
name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
|
|
1128
1131
|
sequential?: boolean | undefined;
|
|
1129
1132
|
interval?: number | undefined;
|
|
1130
1133
|
maxAgentExecutions?: number | null | undefined;
|
|
1131
1134
|
} | undefined;
|
|
1135
|
+
description?: string | undefined;
|
|
1132
1136
|
rules?: string[] | undefined;
|
|
1133
|
-
thumbnail?: string | null | undefined;
|
|
1134
|
-
environment?: "CHAT" | "NOVEL" | undefined;
|
|
1135
1137
|
canvases?: {
|
|
1136
1138
|
name: string;
|
|
1137
1139
|
description: string;
|
|
@@ -1144,8 +1146,8 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1144
1146
|
}[] | undefined;
|
|
1145
1147
|
gimmicks?: {
|
|
1146
1148
|
name: string;
|
|
1147
|
-
appearance: string;
|
|
1148
1149
|
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
1150
|
+
appearance: string;
|
|
1149
1151
|
images?: {
|
|
1150
1152
|
description: string;
|
|
1151
1153
|
name?: string | undefined;
|
|
@@ -1155,6 +1157,7 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1155
1157
|
}>>;
|
|
1156
1158
|
agentConfigs: z.ZodOptional<z.ZodArray<z.ZodNullable<z.ZodObject<{
|
|
1157
1159
|
name: z.ZodOptional<z.ZodString>;
|
|
1160
|
+
role: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
1158
1161
|
avatar: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<string>, z.ZodLiteral<string>, ...z.ZodLiteral<string>[], z.ZodString, z.ZodString]>>;
|
|
1159
1162
|
referenceAvatar: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
1160
1163
|
appearance: z.ZodOptional<z.ZodString>;
|
|
@@ -1172,19 +1175,16 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1172
1175
|
actions: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodLiteral<"todo">, z.ZodLiteral<"todo">]>, "many">>;
|
|
1173
1176
|
character: z.ZodOptional<z.ZodObject<{
|
|
1174
1177
|
background: z.ZodOptional<z.ZodObject<{
|
|
1175
|
-
role: z.ZodOptional<z.ZodString>;
|
|
1176
1178
|
gender: z.ZodOptional<z.ZodString>;
|
|
1177
1179
|
age: z.ZodOptional<z.ZodString>;
|
|
1178
1180
|
expertise: z.ZodOptional<z.ZodString>;
|
|
1179
1181
|
backstory: z.ZodOptional<z.ZodString>;
|
|
1180
1182
|
}, "strip", z.ZodTypeAny, {
|
|
1181
|
-
role?: string | undefined;
|
|
1182
1183
|
gender?: string | undefined;
|
|
1183
1184
|
age?: string | undefined;
|
|
1184
1185
|
expertise?: string | undefined;
|
|
1185
1186
|
backstory?: string | undefined;
|
|
1186
1187
|
}, {
|
|
1187
|
-
role?: string | undefined;
|
|
1188
1188
|
gender?: string | undefined;
|
|
1189
1189
|
age?: string | undefined;
|
|
1190
1190
|
expertise?: string | undefined;
|
|
@@ -1195,12 +1195,12 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1195
1195
|
style: z.ZodOptional<z.ZodString>;
|
|
1196
1196
|
formality: z.ZodOptional<z.ZodString>;
|
|
1197
1197
|
}, "strip", z.ZodTypeAny, {
|
|
1198
|
-
tone?: string | undefined;
|
|
1199
1198
|
style?: string | undefined;
|
|
1199
|
+
tone?: string | undefined;
|
|
1200
1200
|
formality?: string | undefined;
|
|
1201
1201
|
}, {
|
|
1202
|
-
tone?: string | undefined;
|
|
1203
1202
|
style?: string | undefined;
|
|
1203
|
+
tone?: string | undefined;
|
|
1204
1204
|
formality?: string | undefined;
|
|
1205
1205
|
}>>;
|
|
1206
1206
|
personality: z.ZodOptional<z.ZodObject<{
|
|
@@ -1227,15 +1227,14 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1227
1227
|
}>>;
|
|
1228
1228
|
}, "strip", z.ZodTypeAny, {
|
|
1229
1229
|
background?: {
|
|
1230
|
-
role?: string | undefined;
|
|
1231
1230
|
gender?: string | undefined;
|
|
1232
1231
|
age?: string | undefined;
|
|
1233
1232
|
expertise?: string | undefined;
|
|
1234
1233
|
backstory?: string | undefined;
|
|
1235
1234
|
} | undefined;
|
|
1236
1235
|
speech?: {
|
|
1237
|
-
tone?: string | undefined;
|
|
1238
1236
|
style?: string | undefined;
|
|
1237
|
+
tone?: string | undefined;
|
|
1239
1238
|
formality?: string | undefined;
|
|
1240
1239
|
} | undefined;
|
|
1241
1240
|
personality?: {
|
|
@@ -1248,15 +1247,14 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1248
1247
|
} | undefined;
|
|
1249
1248
|
}, {
|
|
1250
1249
|
background?: {
|
|
1251
|
-
role?: string | undefined;
|
|
1252
1250
|
gender?: string | undefined;
|
|
1253
1251
|
age?: string | undefined;
|
|
1254
1252
|
expertise?: string | undefined;
|
|
1255
1253
|
backstory?: string | undefined;
|
|
1256
1254
|
} | undefined;
|
|
1257
1255
|
speech?: {
|
|
1258
|
-
tone?: string | undefined;
|
|
1259
1256
|
style?: string | undefined;
|
|
1257
|
+
tone?: string | undefined;
|
|
1260
1258
|
formality?: string | undefined;
|
|
1261
1259
|
} | undefined;
|
|
1262
1260
|
personality?: {
|
|
@@ -1271,12 +1269,14 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1271
1269
|
rules: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1272
1270
|
}, "strip", z.ZodTypeAny, {
|
|
1273
1271
|
name?: string | undefined;
|
|
1274
|
-
avatar?: string | undefined;
|
|
1275
|
-
referenceAvatar?: string | undefined;
|
|
1276
|
-
appearance?: string | undefined;
|
|
1277
1272
|
core?: {
|
|
1278
1273
|
name: "evaluate_and_actions" | "execute_actions" | "response_every_message" | "no_action";
|
|
1279
1274
|
} | undefined;
|
|
1275
|
+
rules?: string[] | undefined;
|
|
1276
|
+
appearance?: string | undefined;
|
|
1277
|
+
role?: string | undefined;
|
|
1278
|
+
avatar?: string | undefined;
|
|
1279
|
+
referenceAvatar?: string | undefined;
|
|
1280
1280
|
llmPreset?: "free" | "gemini-low" | "gemini-medium" | "gemini-high" | "openai-low" | "openai-medium" | "xai-low" | "xai-medium" | undefined;
|
|
1281
1281
|
languages?: string[] | undefined;
|
|
1282
1282
|
timeZone?: string | undefined;
|
|
@@ -1284,15 +1284,14 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1284
1284
|
actions?: "todo"[] | undefined;
|
|
1285
1285
|
character?: {
|
|
1286
1286
|
background?: {
|
|
1287
|
-
role?: string | undefined;
|
|
1288
1287
|
gender?: string | undefined;
|
|
1289
1288
|
age?: string | undefined;
|
|
1290
1289
|
expertise?: string | undefined;
|
|
1291
1290
|
backstory?: string | undefined;
|
|
1292
1291
|
} | undefined;
|
|
1293
1292
|
speech?: {
|
|
1294
|
-
tone?: string | undefined;
|
|
1295
1293
|
style?: string | undefined;
|
|
1294
|
+
tone?: string | undefined;
|
|
1296
1295
|
formality?: string | undefined;
|
|
1297
1296
|
} | undefined;
|
|
1298
1297
|
personality?: {
|
|
@@ -1304,15 +1303,16 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1304
1303
|
zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
|
|
1305
1304
|
} | undefined;
|
|
1306
1305
|
} | undefined;
|
|
1307
|
-
rules?: string[] | undefined;
|
|
1308
1306
|
}, {
|
|
1309
1307
|
name?: string | undefined;
|
|
1310
|
-
avatar?: string | undefined;
|
|
1311
|
-
referenceAvatar?: string | undefined;
|
|
1312
|
-
appearance?: string | undefined;
|
|
1313
1308
|
core?: {
|
|
1314
1309
|
name: "evaluate_and_actions" | "execute_actions" | "response_every_message" | "no_action";
|
|
1315
1310
|
} | undefined;
|
|
1311
|
+
rules?: string[] | undefined;
|
|
1312
|
+
appearance?: string | undefined;
|
|
1313
|
+
role?: string | undefined;
|
|
1314
|
+
avatar?: string | undefined;
|
|
1315
|
+
referenceAvatar?: string | undefined;
|
|
1316
1316
|
llmPreset?: "free" | "gemini-low" | "gemini-medium" | "gemini-high" | "openai-low" | "openai-medium" | "xai-low" | "xai-medium" | undefined;
|
|
1317
1317
|
languages?: string[] | undefined;
|
|
1318
1318
|
timeZone?: string | undefined;
|
|
@@ -1320,15 +1320,14 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1320
1320
|
actions?: "todo"[] | undefined;
|
|
1321
1321
|
character?: {
|
|
1322
1322
|
background?: {
|
|
1323
|
-
role?: string | undefined;
|
|
1324
1323
|
gender?: string | undefined;
|
|
1325
1324
|
age?: string | undefined;
|
|
1326
1325
|
expertise?: string | undefined;
|
|
1327
1326
|
backstory?: string | undefined;
|
|
1328
1327
|
} | undefined;
|
|
1329
1328
|
speech?: {
|
|
1330
|
-
tone?: string | undefined;
|
|
1331
1329
|
style?: string | undefined;
|
|
1330
|
+
tone?: string | undefined;
|
|
1332
1331
|
formality?: string | undefined;
|
|
1333
1332
|
} | undefined;
|
|
1334
1333
|
personality?: {
|
|
@@ -1340,7 +1339,6 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1340
1339
|
zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
|
|
1341
1340
|
} | undefined;
|
|
1342
1341
|
} | undefined;
|
|
1343
|
-
rules?: string[] | undefined;
|
|
1344
1342
|
}>>, "many">>;
|
|
1345
1343
|
}, "strip", z.ZodTypeAny, {
|
|
1346
1344
|
name?: string | undefined;
|
|
@@ -1358,16 +1356,16 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1358
1356
|
isSensitive?: boolean | undefined;
|
|
1359
1357
|
locationConfig?: {
|
|
1360
1358
|
name?: string | undefined;
|
|
1361
|
-
|
|
1359
|
+
thumbnail?: string | null | undefined;
|
|
1360
|
+
environment?: "CHAT" | "NOVEL" | undefined;
|
|
1362
1361
|
core?: {
|
|
1363
1362
|
name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
|
|
1364
1363
|
sequential?: boolean | undefined;
|
|
1365
1364
|
interval?: number | undefined;
|
|
1366
1365
|
maxAgentExecutions?: number | null | undefined;
|
|
1367
1366
|
} | undefined;
|
|
1367
|
+
description?: string | undefined;
|
|
1368
1368
|
rules?: string[] | undefined;
|
|
1369
|
-
thumbnail?: string | null | undefined;
|
|
1370
|
-
environment?: "CHAT" | "NOVEL" | undefined;
|
|
1371
1369
|
canvases?: {
|
|
1372
1370
|
name: string;
|
|
1373
1371
|
description: string;
|
|
@@ -1380,8 +1378,8 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1380
1378
|
}[] | undefined;
|
|
1381
1379
|
gimmicks?: {
|
|
1382
1380
|
name: string;
|
|
1383
|
-
appearance: string;
|
|
1384
1381
|
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
1382
|
+
appearance: string;
|
|
1385
1383
|
images?: {
|
|
1386
1384
|
description: string;
|
|
1387
1385
|
name?: string | undefined;
|
|
@@ -1391,12 +1389,14 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1391
1389
|
} | undefined;
|
|
1392
1390
|
agentConfigs?: ({
|
|
1393
1391
|
name?: string | undefined;
|
|
1394
|
-
avatar?: string | undefined;
|
|
1395
|
-
referenceAvatar?: string | undefined;
|
|
1396
|
-
appearance?: string | undefined;
|
|
1397
1392
|
core?: {
|
|
1398
1393
|
name: "evaluate_and_actions" | "execute_actions" | "response_every_message" | "no_action";
|
|
1399
1394
|
} | undefined;
|
|
1395
|
+
rules?: string[] | undefined;
|
|
1396
|
+
appearance?: string | undefined;
|
|
1397
|
+
role?: string | undefined;
|
|
1398
|
+
avatar?: string | undefined;
|
|
1399
|
+
referenceAvatar?: string | undefined;
|
|
1400
1400
|
llmPreset?: "free" | "gemini-low" | "gemini-medium" | "gemini-high" | "openai-low" | "openai-medium" | "xai-low" | "xai-medium" | undefined;
|
|
1401
1401
|
languages?: string[] | undefined;
|
|
1402
1402
|
timeZone?: string | undefined;
|
|
@@ -1404,15 +1404,14 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1404
1404
|
actions?: "todo"[] | undefined;
|
|
1405
1405
|
character?: {
|
|
1406
1406
|
background?: {
|
|
1407
|
-
role?: string | undefined;
|
|
1408
1407
|
gender?: string | undefined;
|
|
1409
1408
|
age?: string | undefined;
|
|
1410
1409
|
expertise?: string | undefined;
|
|
1411
1410
|
backstory?: string | undefined;
|
|
1412
1411
|
} | undefined;
|
|
1413
1412
|
speech?: {
|
|
1414
|
-
tone?: string | undefined;
|
|
1415
1413
|
style?: string | undefined;
|
|
1414
|
+
tone?: string | undefined;
|
|
1416
1415
|
formality?: string | undefined;
|
|
1417
1416
|
} | undefined;
|
|
1418
1417
|
personality?: {
|
|
@@ -1424,19 +1423,19 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1424
1423
|
zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
|
|
1425
1424
|
} | undefined;
|
|
1426
1425
|
} | undefined;
|
|
1427
|
-
rules?: string[] | undefined;
|
|
1428
1426
|
} | null)[] | undefined;
|
|
1429
1427
|
messages?: {
|
|
1430
1428
|
entityType: "system" | "agent" | "user" | "gimmick";
|
|
1431
1429
|
entityId: bigint;
|
|
1432
|
-
message?: string | undefined;
|
|
1433
1430
|
image?: string | undefined;
|
|
1431
|
+
message?: string | undefined;
|
|
1434
1432
|
}[] | undefined;
|
|
1435
1433
|
userAvatar?: {
|
|
1436
1434
|
name: string;
|
|
1437
|
-
avatar: string | null;
|
|
1438
|
-
referenceAvatar: string | null;
|
|
1439
1435
|
appearance: string;
|
|
1436
|
+
avatar: string;
|
|
1437
|
+
referenceAvatar: string;
|
|
1438
|
+
role?: string | undefined;
|
|
1440
1439
|
} | null | undefined;
|
|
1441
1440
|
}, {
|
|
1442
1441
|
name?: string | undefined;
|
|
@@ -1454,16 +1453,16 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1454
1453
|
isSensitive?: boolean | undefined;
|
|
1455
1454
|
locationConfig?: {
|
|
1456
1455
|
name?: string | undefined;
|
|
1457
|
-
|
|
1456
|
+
thumbnail?: string | null | undefined;
|
|
1457
|
+
environment?: "CHAT" | "NOVEL" | undefined;
|
|
1458
1458
|
core?: {
|
|
1459
1459
|
name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
|
|
1460
1460
|
sequential?: boolean | undefined;
|
|
1461
1461
|
interval?: number | undefined;
|
|
1462
1462
|
maxAgentExecutions?: number | null | undefined;
|
|
1463
1463
|
} | undefined;
|
|
1464
|
+
description?: string | undefined;
|
|
1464
1465
|
rules?: string[] | undefined;
|
|
1465
|
-
thumbnail?: string | null | undefined;
|
|
1466
|
-
environment?: "CHAT" | "NOVEL" | undefined;
|
|
1467
1466
|
canvases?: {
|
|
1468
1467
|
name: string;
|
|
1469
1468
|
description: string;
|
|
@@ -1476,8 +1475,8 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1476
1475
|
}[] | undefined;
|
|
1477
1476
|
gimmicks?: {
|
|
1478
1477
|
name: string;
|
|
1479
|
-
appearance: string;
|
|
1480
1478
|
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
1479
|
+
appearance: string;
|
|
1481
1480
|
images?: {
|
|
1482
1481
|
description: string;
|
|
1483
1482
|
name?: string | undefined;
|
|
@@ -1487,12 +1486,14 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1487
1486
|
} | undefined;
|
|
1488
1487
|
agentConfigs?: ({
|
|
1489
1488
|
name?: string | undefined;
|
|
1490
|
-
avatar?: string | undefined;
|
|
1491
|
-
referenceAvatar?: string | undefined;
|
|
1492
|
-
appearance?: string | undefined;
|
|
1493
1489
|
core?: {
|
|
1494
1490
|
name: "evaluate_and_actions" | "execute_actions" | "response_every_message" | "no_action";
|
|
1495
1491
|
} | undefined;
|
|
1492
|
+
rules?: string[] | undefined;
|
|
1493
|
+
appearance?: string | undefined;
|
|
1494
|
+
role?: string | undefined;
|
|
1495
|
+
avatar?: string | undefined;
|
|
1496
|
+
referenceAvatar?: string | undefined;
|
|
1496
1497
|
llmPreset?: "free" | "gemini-low" | "gemini-medium" | "gemini-high" | "openai-low" | "openai-medium" | "xai-low" | "xai-medium" | undefined;
|
|
1497
1498
|
languages?: string[] | undefined;
|
|
1498
1499
|
timeZone?: string | undefined;
|
|
@@ -1500,15 +1501,14 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1500
1501
|
actions?: "todo"[] | undefined;
|
|
1501
1502
|
character?: {
|
|
1502
1503
|
background?: {
|
|
1503
|
-
role?: string | undefined;
|
|
1504
1504
|
gender?: string | undefined;
|
|
1505
1505
|
age?: string | undefined;
|
|
1506
1506
|
expertise?: string | undefined;
|
|
1507
1507
|
backstory?: string | undefined;
|
|
1508
1508
|
} | undefined;
|
|
1509
1509
|
speech?: {
|
|
1510
|
-
tone?: string | undefined;
|
|
1511
1510
|
style?: string | undefined;
|
|
1511
|
+
tone?: string | undefined;
|
|
1512
1512
|
formality?: string | undefined;
|
|
1513
1513
|
} | undefined;
|
|
1514
1514
|
personality?: {
|
|
@@ -1520,19 +1520,19 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1520
1520
|
zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
|
|
1521
1521
|
} | undefined;
|
|
1522
1522
|
} | undefined;
|
|
1523
|
-
rules?: string[] | undefined;
|
|
1524
1523
|
} | null)[] | undefined;
|
|
1525
1524
|
messages?: {
|
|
1526
1525
|
entityType: "system" | "agent" | "user" | "gimmick";
|
|
1527
1526
|
entityId: bigint;
|
|
1528
|
-
message?: string | undefined;
|
|
1529
1527
|
image?: string | undefined;
|
|
1528
|
+
message?: string | undefined;
|
|
1530
1529
|
}[] | undefined;
|
|
1531
1530
|
userAvatar?: {
|
|
1532
1531
|
name: string;
|
|
1533
|
-
avatar: string | null;
|
|
1534
|
-
referenceAvatar: string | null;
|
|
1535
1532
|
appearance: string;
|
|
1533
|
+
avatar: string;
|
|
1534
|
+
referenceAvatar: string;
|
|
1535
|
+
role?: string | undefined;
|
|
1536
1536
|
} | null | undefined;
|
|
1537
1537
|
}>;
|
|
1538
1538
|
export type UpdateLocationPresetBodyDto = z.infer<typeof UpdateLocationPresetBodySchema>;
|
|
@@ -1865,8 +1865,8 @@ export declare const CreateLocationSchema: z.ZodObject<{
|
|
|
1865
1865
|
}>, "many">>;
|
|
1866
1866
|
}, "strip", z.ZodTypeAny, {
|
|
1867
1867
|
name: string;
|
|
1868
|
-
appearance: string;
|
|
1869
1868
|
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
1869
|
+
appearance: string;
|
|
1870
1870
|
images?: {
|
|
1871
1871
|
description: string;
|
|
1872
1872
|
name?: string | undefined;
|
|
@@ -1874,8 +1874,8 @@ export declare const CreateLocationSchema: z.ZodObject<{
|
|
|
1874
1874
|
}[] | undefined;
|
|
1875
1875
|
}, {
|
|
1876
1876
|
name: string;
|
|
1877
|
-
appearance: string;
|
|
1878
1877
|
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
1878
|
+
appearance: string;
|
|
1879
1879
|
images?: {
|
|
1880
1880
|
description: string;
|
|
1881
1881
|
name?: string | undefined;
|
|
@@ -1884,16 +1884,16 @@ export declare const CreateLocationSchema: z.ZodObject<{
|
|
|
1884
1884
|
}>, "many">>;
|
|
1885
1885
|
}, "strict", z.ZodTypeAny, {
|
|
1886
1886
|
name?: string | undefined;
|
|
1887
|
-
|
|
1887
|
+
thumbnail?: string | null | undefined;
|
|
1888
|
+
environment?: "CHAT" | "NOVEL" | undefined;
|
|
1888
1889
|
core?: {
|
|
1889
1890
|
name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
|
|
1890
1891
|
sequential?: boolean | undefined;
|
|
1891
1892
|
interval?: number | undefined;
|
|
1892
1893
|
maxAgentExecutions?: number | null | undefined;
|
|
1893
1894
|
} | undefined;
|
|
1895
|
+
description?: string | undefined;
|
|
1894
1896
|
rules?: string[] | undefined;
|
|
1895
|
-
thumbnail?: string | null | undefined;
|
|
1896
|
-
environment?: "CHAT" | "NOVEL" | undefined;
|
|
1897
1897
|
canvases?: {
|
|
1898
1898
|
name: string;
|
|
1899
1899
|
description: string;
|
|
@@ -1906,8 +1906,8 @@ export declare const CreateLocationSchema: z.ZodObject<{
|
|
|
1906
1906
|
}[] | undefined;
|
|
1907
1907
|
gimmicks?: {
|
|
1908
1908
|
name: string;
|
|
1909
|
-
appearance: string;
|
|
1910
1909
|
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
1910
|
+
appearance: string;
|
|
1911
1911
|
images?: {
|
|
1912
1912
|
description: string;
|
|
1913
1913
|
name?: string | undefined;
|
|
@@ -1916,16 +1916,16 @@ export declare const CreateLocationSchema: z.ZodObject<{
|
|
|
1916
1916
|
}[] | undefined;
|
|
1917
1917
|
}, {
|
|
1918
1918
|
name?: string | undefined;
|
|
1919
|
-
|
|
1919
|
+
thumbnail?: string | null | undefined;
|
|
1920
|
+
environment?: "CHAT" | "NOVEL" | undefined;
|
|
1920
1921
|
core?: {
|
|
1921
1922
|
name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
|
|
1922
1923
|
sequential?: boolean | undefined;
|
|
1923
1924
|
interval?: number | undefined;
|
|
1924
1925
|
maxAgentExecutions?: number | null | undefined;
|
|
1925
1926
|
} | undefined;
|
|
1927
|
+
description?: string | undefined;
|
|
1926
1928
|
rules?: string[] | undefined;
|
|
1927
|
-
thumbnail?: string | null | undefined;
|
|
1928
|
-
environment?: "CHAT" | "NOVEL" | undefined;
|
|
1929
1929
|
canvases?: {
|
|
1930
1930
|
name: string;
|
|
1931
1931
|
description: string;
|
|
@@ -1938,8 +1938,8 @@ export declare const CreateLocationSchema: z.ZodObject<{
|
|
|
1938
1938
|
}[] | undefined;
|
|
1939
1939
|
gimmicks?: {
|
|
1940
1940
|
name: string;
|
|
1941
|
-
appearance: string;
|
|
1942
1941
|
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
1942
|
+
appearance: string;
|
|
1943
1943
|
images?: {
|
|
1944
1944
|
description: string;
|
|
1945
1945
|
name?: string | undefined;
|
|
@@ -1954,16 +1954,16 @@ export declare const CreateLocationSchema: z.ZodObject<{
|
|
|
1954
1954
|
}, "strip", z.ZodTypeAny, {
|
|
1955
1955
|
config: {
|
|
1956
1956
|
name?: string | undefined;
|
|
1957
|
-
|
|
1957
|
+
thumbnail?: string | null | undefined;
|
|
1958
|
+
environment?: "CHAT" | "NOVEL" | undefined;
|
|
1958
1959
|
core?: {
|
|
1959
1960
|
name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
|
|
1960
1961
|
sequential?: boolean | undefined;
|
|
1961
1962
|
interval?: number | undefined;
|
|
1962
1963
|
maxAgentExecutions?: number | null | undefined;
|
|
1963
1964
|
} | undefined;
|
|
1965
|
+
description?: string | undefined;
|
|
1964
1966
|
rules?: string[] | undefined;
|
|
1965
|
-
thumbnail?: string | null | undefined;
|
|
1966
|
-
environment?: "CHAT" | "NOVEL" | undefined;
|
|
1967
1967
|
canvases?: {
|
|
1968
1968
|
name: string;
|
|
1969
1969
|
description: string;
|
|
@@ -1976,8 +1976,8 @@ export declare const CreateLocationSchema: z.ZodObject<{
|
|
|
1976
1976
|
}[] | undefined;
|
|
1977
1977
|
gimmicks?: {
|
|
1978
1978
|
name: string;
|
|
1979
|
-
appearance: string;
|
|
1980
1979
|
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
1980
|
+
appearance: string;
|
|
1981
1981
|
images?: {
|
|
1982
1982
|
description: string;
|
|
1983
1983
|
name?: string | undefined;
|
|
@@ -1989,16 +1989,16 @@ export declare const CreateLocationSchema: z.ZodObject<{
|
|
|
1989
1989
|
}, {
|
|
1990
1990
|
config: {
|
|
1991
1991
|
name?: string | undefined;
|
|
1992
|
-
|
|
1992
|
+
thumbnail?: string | null | undefined;
|
|
1993
|
+
environment?: "CHAT" | "NOVEL" | undefined;
|
|
1993
1994
|
core?: {
|
|
1994
1995
|
name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
|
|
1995
1996
|
sequential?: boolean | undefined;
|
|
1996
1997
|
interval?: number | undefined;
|
|
1997
1998
|
maxAgentExecutions?: number | null | undefined;
|
|
1998
1999
|
} | undefined;
|
|
2000
|
+
description?: string | undefined;
|
|
1999
2001
|
rules?: string[] | undefined;
|
|
2000
|
-
thumbnail?: string | null | undefined;
|
|
2001
|
-
environment?: "CHAT" | "NOVEL" | undefined;
|
|
2002
2002
|
canvases?: {
|
|
2003
2003
|
name: string;
|
|
2004
2004
|
description: string;
|
|
@@ -2011,8 +2011,8 @@ export declare const CreateLocationSchema: z.ZodObject<{
|
|
|
2011
2011
|
}[] | undefined;
|
|
2012
2012
|
gimmicks?: {
|
|
2013
2013
|
name: string;
|
|
2014
|
-
appearance: string;
|
|
2015
2014
|
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
2015
|
+
appearance: string;
|
|
2016
2016
|
images?: {
|
|
2017
2017
|
description: string;
|
|
2018
2018
|
name?: string | undefined;
|
|
@@ -2624,15 +2624,15 @@ export declare const SendLocationMessageSchema: z.ZodObject<{
|
|
|
2624
2624
|
paidCreditOnly: z.ZodOptional<z.ZodBoolean>;
|
|
2625
2625
|
}, "strip", z.ZodTypeAny, {
|
|
2626
2626
|
locationId: bigint;
|
|
2627
|
-
message?: string | undefined;
|
|
2628
2627
|
image?: string | undefined;
|
|
2628
|
+
message?: string | undefined;
|
|
2629
2629
|
action?: string | undefined;
|
|
2630
2630
|
creditAmount?: number | undefined;
|
|
2631
2631
|
paidCreditOnly?: boolean | undefined;
|
|
2632
2632
|
}, {
|
|
2633
2633
|
locationId: bigint;
|
|
2634
|
-
message?: string | undefined;
|
|
2635
2634
|
image?: string | undefined;
|
|
2635
|
+
message?: string | undefined;
|
|
2636
2636
|
action?: string | undefined;
|
|
2637
2637
|
creditAmount?: number | undefined;
|
|
2638
2638
|
paidCreditOnly?: boolean | undefined;
|
|
@@ -2661,12 +2661,12 @@ export declare const UpdateLocationImageSchema: z.ZodObject<{
|
|
|
2661
2661
|
image: z.ZodString;
|
|
2662
2662
|
index: z.ZodOptional<z.ZodNumber>;
|
|
2663
2663
|
}, "strip", z.ZodTypeAny, {
|
|
2664
|
-
locationId: bigint;
|
|
2665
2664
|
image: string;
|
|
2665
|
+
locationId: bigint;
|
|
2666
2666
|
index?: number | undefined;
|
|
2667
2667
|
}, {
|
|
2668
|
-
locationId: bigint;
|
|
2669
2668
|
image: string;
|
|
2669
|
+
locationId: bigint;
|
|
2670
2670
|
index?: number | undefined;
|
|
2671
2671
|
}>;
|
|
2672
2672
|
export type UpdateLocationImageDto = z.infer<typeof UpdateLocationImageSchema>;
|