@little-samo/samo-ai-sdk 0.6.13 → 0.7.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 +44 -44
- package/dist/dto/entities/users/user.notification.d.ts +1 -1
- package/dist/dto/entities/users/user.requests.d.ts +38 -28
- package/dist/dto/entities/users/user.requests.js +4 -1
- package/dist/dto/entities/users/user.requests.js.map +1 -1
- package/dist/dto/locations/location.d.ts +1 -1
- package/dist/dto/locations/location.preset.d.ts +6 -6
- package/dist/dto/locations/location.requests.d.ts +138 -138
- package/dist/dto/locations/location.requests.js +1 -1
- package/dist/dto/locations/location.requests.js.map +1 -1
- package/dist/models/locations/location.config.d.ts +22 -22
- package/package.json +3 -3
|
@@ -15,8 +15,8 @@ export declare const UserLocationsQuerySchema: z.ZodObject<{
|
|
|
15
15
|
limit: number;
|
|
16
16
|
cursor?: string | undefined;
|
|
17
17
|
}, {
|
|
18
|
-
cursor?: string | undefined;
|
|
19
18
|
limit?: number | undefined;
|
|
19
|
+
cursor?: string | undefined;
|
|
20
20
|
}>;
|
|
21
21
|
export type UserLocationsQueryDto = z.infer<typeof UserLocationsQuerySchema>;
|
|
22
22
|
export interface UserLocationsResponseDto {
|
|
@@ -30,11 +30,11 @@ export declare const PublishedLocationsQuerySchema: z.ZodObject<{
|
|
|
30
30
|
page: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
31
31
|
limit: z.ZodDefault<z.ZodNumber>;
|
|
32
32
|
}, "strip", z.ZodTypeAny, {
|
|
33
|
-
limit: number;
|
|
34
33
|
page: number;
|
|
34
|
+
limit: number;
|
|
35
35
|
}, {
|
|
36
|
-
limit?: number | undefined;
|
|
37
36
|
page?: number | undefined;
|
|
37
|
+
limit?: number | undefined;
|
|
38
38
|
}>;
|
|
39
39
|
export type PublishedLocationsQueryDto = z.infer<typeof PublishedLocationsQuerySchema>;
|
|
40
40
|
export interface PublishedLocationsResponseDto {
|
|
@@ -127,12 +127,12 @@ export declare const LocationUpdateConfigSchema: z.ZodObject<{
|
|
|
127
127
|
description: z.ZodString;
|
|
128
128
|
}, "strip", z.ZodTypeAny, {
|
|
129
129
|
description: string;
|
|
130
|
-
name?: string | undefined;
|
|
131
130
|
url?: string | undefined;
|
|
131
|
+
name?: string | undefined;
|
|
132
132
|
}, {
|
|
133
133
|
description: string;
|
|
134
|
-
name?: string | undefined;
|
|
135
134
|
url?: string | undefined;
|
|
135
|
+
name?: string | undefined;
|
|
136
136
|
}>, "many">>;
|
|
137
137
|
}, "strip", z.ZodTypeAny, {
|
|
138
138
|
name: string;
|
|
@@ -140,8 +140,8 @@ export declare const LocationUpdateConfigSchema: z.ZodObject<{
|
|
|
140
140
|
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
141
141
|
images?: {
|
|
142
142
|
description: string;
|
|
143
|
-
name?: string | undefined;
|
|
144
143
|
url?: string | undefined;
|
|
144
|
+
name?: string | undefined;
|
|
145
145
|
}[] | undefined;
|
|
146
146
|
}, {
|
|
147
147
|
name: string;
|
|
@@ -149,12 +149,13 @@ export declare const LocationUpdateConfigSchema: z.ZodObject<{
|
|
|
149
149
|
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
150
150
|
images?: {
|
|
151
151
|
description: string;
|
|
152
|
-
name?: string | undefined;
|
|
153
152
|
url?: string | undefined;
|
|
153
|
+
name?: string | undefined;
|
|
154
154
|
}[] | undefined;
|
|
155
155
|
}>, "many">>;
|
|
156
156
|
}, "strict", z.ZodTypeAny, {
|
|
157
157
|
name?: string | undefined;
|
|
158
|
+
description?: string | undefined;
|
|
158
159
|
thumbnail?: string | null | undefined;
|
|
159
160
|
environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
|
|
160
161
|
core?: {
|
|
@@ -163,7 +164,6 @@ export declare const LocationUpdateConfigSchema: z.ZodObject<{
|
|
|
163
164
|
interval?: number | undefined;
|
|
164
165
|
maxAgentExecutions?: number | null | undefined;
|
|
165
166
|
} | undefined;
|
|
166
|
-
description?: string | undefined;
|
|
167
167
|
rules?: string[] | undefined;
|
|
168
168
|
canvases?: {
|
|
169
169
|
name: string;
|
|
@@ -181,12 +181,13 @@ export declare const LocationUpdateConfigSchema: z.ZodObject<{
|
|
|
181
181
|
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
182
182
|
images?: {
|
|
183
183
|
description: string;
|
|
184
|
-
name?: string | undefined;
|
|
185
184
|
url?: string | undefined;
|
|
185
|
+
name?: string | undefined;
|
|
186
186
|
}[] | undefined;
|
|
187
187
|
}[] | undefined;
|
|
188
188
|
}, {
|
|
189
189
|
name?: string | undefined;
|
|
190
|
+
description?: string | undefined;
|
|
190
191
|
thumbnail?: string | null | undefined;
|
|
191
192
|
environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
|
|
192
193
|
core?: {
|
|
@@ -195,7 +196,6 @@ export declare const LocationUpdateConfigSchema: z.ZodObject<{
|
|
|
195
196
|
interval?: number | undefined;
|
|
196
197
|
maxAgentExecutions?: number | null | undefined;
|
|
197
198
|
} | undefined;
|
|
198
|
-
description?: string | undefined;
|
|
199
199
|
rules?: string[] | undefined;
|
|
200
200
|
canvases?: {
|
|
201
201
|
name: string;
|
|
@@ -213,8 +213,8 @@ export declare const LocationUpdateConfigSchema: z.ZodObject<{
|
|
|
213
213
|
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
214
214
|
images?: {
|
|
215
215
|
description: string;
|
|
216
|
-
name?: string | undefined;
|
|
217
216
|
url?: string | undefined;
|
|
217
|
+
name?: string | undefined;
|
|
218
218
|
}[] | undefined;
|
|
219
219
|
}[] | undefined;
|
|
220
220
|
}>;
|
|
@@ -222,6 +222,7 @@ export declare const LocationUpdateConfigSchema: z.ZodObject<{
|
|
|
222
222
|
locationId: bigint;
|
|
223
223
|
config: {
|
|
224
224
|
name?: string | undefined;
|
|
225
|
+
description?: string | undefined;
|
|
225
226
|
thumbnail?: string | null | undefined;
|
|
226
227
|
environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
|
|
227
228
|
core?: {
|
|
@@ -230,7 +231,6 @@ export declare const LocationUpdateConfigSchema: z.ZodObject<{
|
|
|
230
231
|
interval?: number | undefined;
|
|
231
232
|
maxAgentExecutions?: number | null | undefined;
|
|
232
233
|
} | undefined;
|
|
233
|
-
description?: string | undefined;
|
|
234
234
|
rules?: string[] | undefined;
|
|
235
235
|
canvases?: {
|
|
236
236
|
name: string;
|
|
@@ -248,8 +248,8 @@ export declare const LocationUpdateConfigSchema: z.ZodObject<{
|
|
|
248
248
|
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
249
249
|
images?: {
|
|
250
250
|
description: string;
|
|
251
|
-
name?: string | undefined;
|
|
252
251
|
url?: string | undefined;
|
|
252
|
+
name?: string | undefined;
|
|
253
253
|
}[] | undefined;
|
|
254
254
|
}[] | undefined;
|
|
255
255
|
};
|
|
@@ -257,6 +257,7 @@ export declare const LocationUpdateConfigSchema: z.ZodObject<{
|
|
|
257
257
|
locationId: bigint;
|
|
258
258
|
config: {
|
|
259
259
|
name?: string | undefined;
|
|
260
|
+
description?: string | undefined;
|
|
260
261
|
thumbnail?: string | null | undefined;
|
|
261
262
|
environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
|
|
262
263
|
core?: {
|
|
@@ -265,7 +266,6 @@ export declare const LocationUpdateConfigSchema: z.ZodObject<{
|
|
|
265
266
|
interval?: number | undefined;
|
|
266
267
|
maxAgentExecutions?: number | null | undefined;
|
|
267
268
|
} | undefined;
|
|
268
|
-
description?: string | undefined;
|
|
269
269
|
rules?: string[] | undefined;
|
|
270
270
|
canvases?: {
|
|
271
271
|
name: string;
|
|
@@ -283,8 +283,8 @@ export declare const LocationUpdateConfigSchema: z.ZodObject<{
|
|
|
283
283
|
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
284
284
|
images?: {
|
|
285
285
|
description: string;
|
|
286
|
-
name?: string | undefined;
|
|
287
286
|
url?: string | undefined;
|
|
287
|
+
name?: string | undefined;
|
|
288
288
|
}[] | undefined;
|
|
289
289
|
}[] | undefined;
|
|
290
290
|
};
|
|
@@ -356,12 +356,12 @@ export declare const LocationPresetsPaginationQuerySchema: z.ZodObject<{
|
|
|
356
356
|
page: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
357
357
|
limit: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
358
358
|
}, "strip", z.ZodTypeAny, {
|
|
359
|
-
limit: number;
|
|
360
359
|
page: number;
|
|
360
|
+
limit: number;
|
|
361
361
|
visibility: "edited" | "private" | "public" | "publish";
|
|
362
362
|
}, {
|
|
363
|
-
limit?: number | undefined;
|
|
364
363
|
page?: number | undefined;
|
|
364
|
+
limit?: number | undefined;
|
|
365
365
|
visibility?: "edited" | "private" | "public" | "publish" | undefined;
|
|
366
366
|
}>;
|
|
367
367
|
export type LocationPresetsPaginationQueryDto = z.infer<typeof LocationPresetsPaginationQuerySchema>;
|
|
@@ -383,20 +383,20 @@ 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";
|
|
386
387
|
type: "NOVEL";
|
|
387
|
-
limit: number;
|
|
388
388
|
page: number;
|
|
389
|
-
|
|
390
|
-
sortBy: "
|
|
389
|
+
limit: number;
|
|
390
|
+
sortBy: "latest" | "popular";
|
|
391
391
|
tag?: string | undefined;
|
|
392
392
|
ownerUserId?: bigint | undefined;
|
|
393
393
|
}, {
|
|
394
394
|
type: "NOVEL";
|
|
395
|
-
limit?: number | undefined;
|
|
396
|
-
page?: number | undefined;
|
|
397
395
|
gender?: "all" | "male" | "female" | undefined;
|
|
396
|
+
page?: number | undefined;
|
|
397
|
+
limit?: number | undefined;
|
|
398
|
+
sortBy?: "latest" | "popular" | undefined;
|
|
398
399
|
tag?: string | undefined;
|
|
399
|
-
sortBy?: "popular" | "latest" | undefined;
|
|
400
400
|
ownerUserId?: bigint | undefined;
|
|
401
401
|
}>;
|
|
402
402
|
export type PublishedLocationPresetsQueryDto = z.infer<typeof PublishedLocationPresetsQuerySchema>;
|
|
@@ -413,11 +413,11 @@ export declare const FollowingLocationPresetsQuerySchema: z.ZodObject<{
|
|
|
413
413
|
page: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
414
414
|
limit: z.ZodDefault<z.ZodNumber>;
|
|
415
415
|
}, "strip", z.ZodTypeAny, {
|
|
416
|
-
limit: number;
|
|
417
416
|
page: number;
|
|
417
|
+
limit: number;
|
|
418
418
|
}, {
|
|
419
|
-
limit?: number | undefined;
|
|
420
419
|
page?: number | undefined;
|
|
420
|
+
limit?: number | undefined;
|
|
421
421
|
}>;
|
|
422
422
|
export type FollowingLocationPresetsQueryDto = z.infer<typeof FollowingLocationPresetsQuerySchema>;
|
|
423
423
|
export interface FollowingLocationPresetsResponseDto {
|
|
@@ -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";
|
|
438
439
|
type: "NOVEL";
|
|
439
|
-
limit: number;
|
|
440
440
|
page: number;
|
|
441
|
-
|
|
442
|
-
sortBy: "
|
|
441
|
+
limit: number;
|
|
442
|
+
sortBy: "latest" | "popular";
|
|
443
443
|
query: string;
|
|
444
444
|
}, {
|
|
445
445
|
type: "NOVEL";
|
|
446
446
|
query: string;
|
|
447
|
-
limit?: number | undefined;
|
|
448
|
-
page?: number | undefined;
|
|
449
447
|
gender?: "all" | "male" | "female" | undefined;
|
|
450
|
-
|
|
448
|
+
page?: number | undefined;
|
|
449
|
+
limit?: number | undefined;
|
|
450
|
+
sortBy?: "latest" | "popular" | 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
|
-
type: "NOVEL";
|
|
472
471
|
gender: "all" | "male" | "female";
|
|
472
|
+
type: "NOVEL";
|
|
473
473
|
}, {
|
|
474
474
|
type: "NOVEL";
|
|
475
475
|
gender?: "all" | "male" | "female" | undefined;
|
|
@@ -545,12 +545,12 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
545
545
|
description: z.ZodString;
|
|
546
546
|
}, "strip", z.ZodTypeAny, {
|
|
547
547
|
description: string;
|
|
548
|
-
name?: string | undefined;
|
|
549
548
|
url?: string | undefined;
|
|
549
|
+
name?: string | undefined;
|
|
550
550
|
}, {
|
|
551
551
|
description: string;
|
|
552
|
-
name?: string | undefined;
|
|
553
552
|
url?: string | undefined;
|
|
553
|
+
name?: string | undefined;
|
|
554
554
|
}>, "many">>;
|
|
555
555
|
}, "strip", z.ZodTypeAny, {
|
|
556
556
|
name: string;
|
|
@@ -558,8 +558,8 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
558
558
|
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
559
559
|
images?: {
|
|
560
560
|
description: string;
|
|
561
|
-
name?: string | undefined;
|
|
562
561
|
url?: string | undefined;
|
|
562
|
+
name?: string | undefined;
|
|
563
563
|
}[] | undefined;
|
|
564
564
|
}, {
|
|
565
565
|
name: string;
|
|
@@ -567,12 +567,13 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
567
567
|
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
568
568
|
images?: {
|
|
569
569
|
description: string;
|
|
570
|
-
name?: string | undefined;
|
|
571
570
|
url?: string | undefined;
|
|
571
|
+
name?: string | undefined;
|
|
572
572
|
}[] | undefined;
|
|
573
573
|
}>, "many">>;
|
|
574
574
|
}, "strip", z.ZodTypeAny, {
|
|
575
575
|
name?: string | undefined;
|
|
576
|
+
description?: string | undefined;
|
|
576
577
|
thumbnail?: string | null | undefined;
|
|
577
578
|
environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
|
|
578
579
|
core?: {
|
|
@@ -581,7 +582,6 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
581
582
|
interval?: number | undefined;
|
|
582
583
|
maxAgentExecutions?: number | null | undefined;
|
|
583
584
|
} | undefined;
|
|
584
|
-
description?: string | undefined;
|
|
585
585
|
rules?: string[] | undefined;
|
|
586
586
|
canvases?: {
|
|
587
587
|
name: string;
|
|
@@ -599,12 +599,13 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
599
599
|
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
600
600
|
images?: {
|
|
601
601
|
description: string;
|
|
602
|
-
name?: string | undefined;
|
|
603
602
|
url?: string | undefined;
|
|
603
|
+
name?: string | undefined;
|
|
604
604
|
}[] | undefined;
|
|
605
605
|
}[] | undefined;
|
|
606
606
|
}, {
|
|
607
607
|
name?: string | undefined;
|
|
608
|
+
description?: string | undefined;
|
|
608
609
|
thumbnail?: string | null | undefined;
|
|
609
610
|
environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
|
|
610
611
|
core?: {
|
|
@@ -613,7 +614,6 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
613
614
|
interval?: number | undefined;
|
|
614
615
|
maxAgentExecutions?: number | null | undefined;
|
|
615
616
|
} | undefined;
|
|
616
|
-
description?: string | undefined;
|
|
617
617
|
rules?: string[] | undefined;
|
|
618
618
|
canvases?: {
|
|
619
619
|
name: string;
|
|
@@ -631,8 +631,8 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
631
631
|
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
632
632
|
images?: {
|
|
633
633
|
description: string;
|
|
634
|
-
name?: string | undefined;
|
|
635
634
|
url?: string | undefined;
|
|
635
|
+
name?: 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;
|
|
666
665
|
expertise?: string | undefined;
|
|
667
666
|
backstory?: string | undefined;
|
|
667
|
+
age?: string | undefined;
|
|
668
668
|
}, {
|
|
669
669
|
gender?: string | undefined;
|
|
670
|
-
age?: string | undefined;
|
|
671
670
|
expertise?: string | undefined;
|
|
672
671
|
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;
|
|
696
695
|
traits?: string | undefined;
|
|
697
696
|
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;
|
|
703
702
|
traits?: string | undefined;
|
|
704
703
|
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;
|
|
713
712
|
expertise?: string | undefined;
|
|
714
713
|
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;
|
|
723
722
|
traits?: string | undefined;
|
|
724
723
|
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;
|
|
733
732
|
expertise?: string | undefined;
|
|
734
733
|
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;
|
|
743
742
|
traits?: string | undefined;
|
|
744
743
|
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;
|
|
@@ -749,8 +749,8 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
749
749
|
}>>;
|
|
750
750
|
rules: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
751
751
|
}, "strip", z.ZodTypeAny, {
|
|
752
|
-
name?: string | undefined;
|
|
753
752
|
role?: string | undefined;
|
|
753
|
+
name?: string | undefined;
|
|
754
754
|
avatar?: string | undefined;
|
|
755
755
|
referenceAvatar?: string | undefined;
|
|
756
756
|
appearance?: string | undefined;
|
|
@@ -766,9 +766,9 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
766
766
|
character?: {
|
|
767
767
|
background?: {
|
|
768
768
|
gender?: string | undefined;
|
|
769
|
-
age?: string | undefined;
|
|
770
769
|
expertise?: string | undefined;
|
|
771
770
|
backstory?: string | undefined;
|
|
771
|
+
age?: string | undefined;
|
|
772
772
|
} | undefined;
|
|
773
773
|
speech?: {
|
|
774
774
|
tone?: string | undefined;
|
|
@@ -776,17 +776,17 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
776
776
|
formality?: string | undefined;
|
|
777
777
|
} | undefined;
|
|
778
778
|
personality?: {
|
|
779
|
-
values?: string | undefined;
|
|
780
779
|
traits?: string | undefined;
|
|
781
780
|
interests?: string | undefined;
|
|
781
|
+
values?: string | undefined;
|
|
782
782
|
quirks?: string | undefined;
|
|
783
783
|
mbti?: "INTJ" | "INTP" | "ENTJ" | "ENTP" | "INFJ" | "INFP" | "ENFJ" | "ENFP" | "ISTJ" | "ISFJ" | "ESTJ" | "ESFJ" | "ISTP" | "ISFP" | "ESTP" | "ESFP" | undefined;
|
|
784
784
|
zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
|
|
785
785
|
} | undefined;
|
|
786
786
|
} | undefined;
|
|
787
787
|
}, {
|
|
788
|
-
name?: string | undefined;
|
|
789
788
|
role?: string | undefined;
|
|
789
|
+
name?: string | undefined;
|
|
790
790
|
avatar?: string | undefined;
|
|
791
791
|
referenceAvatar?: string | undefined;
|
|
792
792
|
appearance?: string | undefined;
|
|
@@ -802,9 +802,9 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
802
802
|
character?: {
|
|
803
803
|
background?: {
|
|
804
804
|
gender?: string | undefined;
|
|
805
|
-
age?: string | undefined;
|
|
806
805
|
expertise?: string | undefined;
|
|
807
806
|
backstory?: string | undefined;
|
|
807
|
+
age?: string | undefined;
|
|
808
808
|
} | undefined;
|
|
809
809
|
speech?: {
|
|
810
810
|
tone?: string | undefined;
|
|
@@ -812,9 +812,9 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
812
812
|
formality?: string | undefined;
|
|
813
813
|
} | undefined;
|
|
814
814
|
personality?: {
|
|
815
|
-
values?: string | undefined;
|
|
816
815
|
traits?: string | undefined;
|
|
817
816
|
interests?: string | undefined;
|
|
817
|
+
values?: string | undefined;
|
|
818
818
|
quirks?: string | undefined;
|
|
819
819
|
mbti?: "INTJ" | "INTP" | "ENTJ" | "ENTP" | "INFJ" | "INFP" | "ENFJ" | "ENFP" | "ISTJ" | "ISFJ" | "ESTJ" | "ESFJ" | "ISTP" | "ISFP" | "ESTP" | "ESFP" | undefined;
|
|
820
820
|
zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
|
|
@@ -832,6 +832,7 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
832
832
|
isSensitive?: boolean | undefined;
|
|
833
833
|
locationConfig?: {
|
|
834
834
|
name?: string | undefined;
|
|
835
|
+
description?: string | undefined;
|
|
835
836
|
thumbnail?: string | null | undefined;
|
|
836
837
|
environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
|
|
837
838
|
core?: {
|
|
@@ -840,7 +841,6 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
840
841
|
interval?: number | undefined;
|
|
841
842
|
maxAgentExecutions?: number | null | undefined;
|
|
842
843
|
} | undefined;
|
|
843
|
-
description?: string | undefined;
|
|
844
844
|
rules?: string[] | undefined;
|
|
845
845
|
canvases?: {
|
|
846
846
|
name: string;
|
|
@@ -858,14 +858,14 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
858
858
|
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
859
859
|
images?: {
|
|
860
860
|
description: string;
|
|
861
|
-
name?: string | undefined;
|
|
862
861
|
url?: string | undefined;
|
|
862
|
+
name?: string | undefined;
|
|
863
863
|
}[] | undefined;
|
|
864
864
|
}[] | undefined;
|
|
865
865
|
} | undefined;
|
|
866
866
|
agentConfigs?: {
|
|
867
|
-
name?: string | undefined;
|
|
868
867
|
role?: string | undefined;
|
|
868
|
+
name?: string | undefined;
|
|
869
869
|
avatar?: string | undefined;
|
|
870
870
|
referenceAvatar?: string | undefined;
|
|
871
871
|
appearance?: string | undefined;
|
|
@@ -881,9 +881,9 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
881
881
|
character?: {
|
|
882
882
|
background?: {
|
|
883
883
|
gender?: string | undefined;
|
|
884
|
-
age?: string | undefined;
|
|
885
884
|
expertise?: string | undefined;
|
|
886
885
|
backstory?: string | undefined;
|
|
886
|
+
age?: string | undefined;
|
|
887
887
|
} | undefined;
|
|
888
888
|
speech?: {
|
|
889
889
|
tone?: string | undefined;
|
|
@@ -891,9 +891,9 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
891
891
|
formality?: string | undefined;
|
|
892
892
|
} | undefined;
|
|
893
893
|
personality?: {
|
|
894
|
-
values?: string | undefined;
|
|
895
894
|
traits?: string | undefined;
|
|
896
895
|
interests?: string | undefined;
|
|
896
|
+
values?: string | undefined;
|
|
897
897
|
quirks?: string | undefined;
|
|
898
898
|
mbti?: "INTJ" | "INTP" | "ENTJ" | "ENTP" | "INFJ" | "INFP" | "ENFJ" | "ENFP" | "ISTJ" | "ISFJ" | "ESTJ" | "ESFJ" | "ISTP" | "ISFP" | "ESTP" | "ESFP" | undefined;
|
|
899
899
|
zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
|
|
@@ -911,6 +911,7 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
911
911
|
isSensitive?: boolean | undefined;
|
|
912
912
|
locationConfig?: {
|
|
913
913
|
name?: string | undefined;
|
|
914
|
+
description?: string | undefined;
|
|
914
915
|
thumbnail?: string | null | undefined;
|
|
915
916
|
environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
|
|
916
917
|
core?: {
|
|
@@ -919,7 +920,6 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
919
920
|
interval?: number | undefined;
|
|
920
921
|
maxAgentExecutions?: number | null | undefined;
|
|
921
922
|
} | undefined;
|
|
922
|
-
description?: string | undefined;
|
|
923
923
|
rules?: string[] | undefined;
|
|
924
924
|
canvases?: {
|
|
925
925
|
name: string;
|
|
@@ -937,14 +937,14 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
937
937
|
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
938
938
|
images?: {
|
|
939
939
|
description: string;
|
|
940
|
-
name?: string | undefined;
|
|
941
940
|
url?: string | undefined;
|
|
941
|
+
name?: string | undefined;
|
|
942
942
|
}[] | undefined;
|
|
943
943
|
}[] | undefined;
|
|
944
944
|
} | undefined;
|
|
945
945
|
agentConfigs?: {
|
|
946
|
-
name?: string | undefined;
|
|
947
946
|
role?: string | undefined;
|
|
947
|
+
name?: string | undefined;
|
|
948
948
|
avatar?: string | undefined;
|
|
949
949
|
referenceAvatar?: string | undefined;
|
|
950
950
|
appearance?: string | undefined;
|
|
@@ -960,9 +960,9 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
960
960
|
character?: {
|
|
961
961
|
background?: {
|
|
962
962
|
gender?: string | undefined;
|
|
963
|
-
age?: string | undefined;
|
|
964
963
|
expertise?: string | undefined;
|
|
965
964
|
backstory?: string | undefined;
|
|
965
|
+
age?: string | undefined;
|
|
966
966
|
} | undefined;
|
|
967
967
|
speech?: {
|
|
968
968
|
tone?: string | undefined;
|
|
@@ -970,9 +970,9 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
970
970
|
formality?: string | undefined;
|
|
971
971
|
} | undefined;
|
|
972
972
|
personality?: {
|
|
973
|
-
values?: string | undefined;
|
|
974
973
|
traits?: string | undefined;
|
|
975
974
|
interests?: string | undefined;
|
|
975
|
+
values?: string | undefined;
|
|
976
976
|
quirks?: string | undefined;
|
|
977
977
|
mbti?: "INTJ" | "INTP" | "ENTJ" | "ENTP" | "INFJ" | "INFP" | "ENFJ" | "ENFP" | "ISTJ" | "ISFJ" | "ESTJ" | "ESFJ" | "ISTP" | "ISFP" | "ESTP" | "ESFP" | undefined;
|
|
978
978
|
zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
|
|
@@ -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
|
-
name: string;
|
|
1029
1028
|
text: string;
|
|
1029
|
+
name: string;
|
|
1030
1030
|
showUpdates?: boolean | undefined;
|
|
1031
1031
|
}, {
|
|
1032
|
-
name: string;
|
|
1033
1032
|
text: string;
|
|
1033
|
+
name: 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: "user" | "system" | "agent" | "gimmick";
|
|
1068
1068
|
entityId: bigint;
|
|
1069
|
-
message?: string | undefined;
|
|
1070
1069
|
image?: string | undefined;
|
|
1070
|
+
message?: string | undefined;
|
|
1071
1071
|
}, {
|
|
1072
|
-
entityType: "
|
|
1072
|
+
entityType: "user" | "system" | "agent" | "gimmick";
|
|
1073
1073
|
entityId: bigint;
|
|
1074
|
-
message?: string | undefined;
|
|
1075
1074
|
image?: string | undefined;
|
|
1075
|
+
message?: string | undefined;
|
|
1076
1076
|
}>, "many">>;
|
|
1077
1077
|
userAvatar: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1078
1078
|
name: z.ZodString;
|
|
@@ -1155,12 +1155,12 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1155
1155
|
description: z.ZodString;
|
|
1156
1156
|
}, "strip", z.ZodTypeAny, {
|
|
1157
1157
|
description: string;
|
|
1158
|
-
name?: string | undefined;
|
|
1159
1158
|
url?: string | undefined;
|
|
1159
|
+
name?: string | undefined;
|
|
1160
1160
|
}, {
|
|
1161
1161
|
description: string;
|
|
1162
|
-
name?: string | undefined;
|
|
1163
1162
|
url?: string | undefined;
|
|
1163
|
+
name?: string | undefined;
|
|
1164
1164
|
}>, "many">>;
|
|
1165
1165
|
}, "strip", z.ZodTypeAny, {
|
|
1166
1166
|
name: string;
|
|
@@ -1168,8 +1168,8 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1168
1168
|
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
1169
1169
|
images?: {
|
|
1170
1170
|
description: string;
|
|
1171
|
-
name?: string | undefined;
|
|
1172
1171
|
url?: string | undefined;
|
|
1172
|
+
name?: string | undefined;
|
|
1173
1173
|
}[] | undefined;
|
|
1174
1174
|
}, {
|
|
1175
1175
|
name: string;
|
|
@@ -1177,12 +1177,13 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1177
1177
|
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
1178
1178
|
images?: {
|
|
1179
1179
|
description: string;
|
|
1180
|
-
name?: string | undefined;
|
|
1181
1180
|
url?: string | undefined;
|
|
1181
|
+
name?: string | undefined;
|
|
1182
1182
|
}[] | undefined;
|
|
1183
1183
|
}>, "many">>;
|
|
1184
1184
|
}, "strip", z.ZodTypeAny, {
|
|
1185
1185
|
name?: string | undefined;
|
|
1186
|
+
description?: string | undefined;
|
|
1186
1187
|
thumbnail?: string | null | undefined;
|
|
1187
1188
|
environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
|
|
1188
1189
|
core?: {
|
|
@@ -1191,7 +1192,6 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1191
1192
|
interval?: number | undefined;
|
|
1192
1193
|
maxAgentExecutions?: number | null | undefined;
|
|
1193
1194
|
} | undefined;
|
|
1194
|
-
description?: string | undefined;
|
|
1195
1195
|
rules?: string[] | undefined;
|
|
1196
1196
|
canvases?: {
|
|
1197
1197
|
name: string;
|
|
@@ -1209,12 +1209,13 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1209
1209
|
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
1210
1210
|
images?: {
|
|
1211
1211
|
description: string;
|
|
1212
|
-
name?: string | undefined;
|
|
1213
1212
|
url?: string | undefined;
|
|
1213
|
+
name?: string | undefined;
|
|
1214
1214
|
}[] | undefined;
|
|
1215
1215
|
}[] | undefined;
|
|
1216
1216
|
}, {
|
|
1217
1217
|
name?: string | undefined;
|
|
1218
|
+
description?: string | undefined;
|
|
1218
1219
|
thumbnail?: string | null | undefined;
|
|
1219
1220
|
environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
|
|
1220
1221
|
core?: {
|
|
@@ -1223,7 +1224,6 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1223
1224
|
interval?: number | undefined;
|
|
1224
1225
|
maxAgentExecutions?: number | null | undefined;
|
|
1225
1226
|
} | undefined;
|
|
1226
|
-
description?: string | undefined;
|
|
1227
1227
|
rules?: string[] | undefined;
|
|
1228
1228
|
canvases?: {
|
|
1229
1229
|
name: string;
|
|
@@ -1241,8 +1241,8 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1241
1241
|
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
1242
1242
|
images?: {
|
|
1243
1243
|
description: string;
|
|
1244
|
-
name?: string | undefined;
|
|
1245
1244
|
url?: string | undefined;
|
|
1245
|
+
name?: 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;
|
|
1276
1275
|
expertise?: string | undefined;
|
|
1277
1276
|
backstory?: string | undefined;
|
|
1277
|
+
age?: string | undefined;
|
|
1278
1278
|
}, {
|
|
1279
1279
|
gender?: string | undefined;
|
|
1280
|
-
age?: string | undefined;
|
|
1281
1280
|
expertise?: string | undefined;
|
|
1282
1281
|
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;
|
|
1306
1305
|
traits?: string | undefined;
|
|
1307
1306
|
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;
|
|
1313
1312
|
traits?: string | undefined;
|
|
1314
1313
|
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;
|
|
1323
1322
|
expertise?: string | undefined;
|
|
1324
1323
|
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;
|
|
1333
1332
|
traits?: string | undefined;
|
|
1334
1333
|
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;
|
|
1343
1342
|
expertise?: string | undefined;
|
|
1344
1343
|
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;
|
|
1353
1352
|
traits?: string | undefined;
|
|
1354
1353
|
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;
|
|
@@ -1359,8 +1359,8 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1359
1359
|
}>>;
|
|
1360
1360
|
rules: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1361
1361
|
}, "strip", z.ZodTypeAny, {
|
|
1362
|
-
name?: string | undefined;
|
|
1363
1362
|
role?: string | undefined;
|
|
1363
|
+
name?: string | undefined;
|
|
1364
1364
|
avatar?: string | undefined;
|
|
1365
1365
|
referenceAvatar?: string | undefined;
|
|
1366
1366
|
appearance?: string | undefined;
|
|
@@ -1376,9 +1376,9 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1376
1376
|
character?: {
|
|
1377
1377
|
background?: {
|
|
1378
1378
|
gender?: string | undefined;
|
|
1379
|
-
age?: string | undefined;
|
|
1380
1379
|
expertise?: string | undefined;
|
|
1381
1380
|
backstory?: string | undefined;
|
|
1381
|
+
age?: string | undefined;
|
|
1382
1382
|
} | undefined;
|
|
1383
1383
|
speech?: {
|
|
1384
1384
|
tone?: string | undefined;
|
|
@@ -1386,17 +1386,17 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1386
1386
|
formality?: string | undefined;
|
|
1387
1387
|
} | undefined;
|
|
1388
1388
|
personality?: {
|
|
1389
|
-
values?: string | undefined;
|
|
1390
1389
|
traits?: string | undefined;
|
|
1391
1390
|
interests?: string | undefined;
|
|
1391
|
+
values?: string | undefined;
|
|
1392
1392
|
quirks?: string | undefined;
|
|
1393
1393
|
mbti?: "INTJ" | "INTP" | "ENTJ" | "ENTP" | "INFJ" | "INFP" | "ENFJ" | "ENFP" | "ISTJ" | "ISFJ" | "ESTJ" | "ESFJ" | "ISTP" | "ISFP" | "ESTP" | "ESFP" | undefined;
|
|
1394
1394
|
zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
|
|
1395
1395
|
} | undefined;
|
|
1396
1396
|
} | undefined;
|
|
1397
1397
|
}, {
|
|
1398
|
-
name?: string | undefined;
|
|
1399
1398
|
role?: string | undefined;
|
|
1399
|
+
name?: string | undefined;
|
|
1400
1400
|
avatar?: string | undefined;
|
|
1401
1401
|
referenceAvatar?: string | undefined;
|
|
1402
1402
|
appearance?: string | undefined;
|
|
@@ -1412,9 +1412,9 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1412
1412
|
character?: {
|
|
1413
1413
|
background?: {
|
|
1414
1414
|
gender?: string | undefined;
|
|
1415
|
-
age?: string | undefined;
|
|
1416
1415
|
expertise?: string | undefined;
|
|
1417
1416
|
backstory?: string | undefined;
|
|
1417
|
+
age?: string | undefined;
|
|
1418
1418
|
} | undefined;
|
|
1419
1419
|
speech?: {
|
|
1420
1420
|
tone?: string | undefined;
|
|
@@ -1422,9 +1422,9 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1422
1422
|
formality?: string | undefined;
|
|
1423
1423
|
} | undefined;
|
|
1424
1424
|
personality?: {
|
|
1425
|
-
values?: string | undefined;
|
|
1426
1425
|
traits?: string | undefined;
|
|
1427
1426
|
interests?: string | undefined;
|
|
1427
|
+
values?: string | undefined;
|
|
1428
1428
|
quirks?: string | undefined;
|
|
1429
1429
|
mbti?: "INTJ" | "INTP" | "ENTJ" | "ENTP" | "INFJ" | "INFP" | "ENFJ" | "ENFP" | "ISTJ" | "ISFJ" | "ESTJ" | "ESFJ" | "ISTP" | "ISFP" | "ESTP" | "ESFP" | undefined;
|
|
1430
1430
|
zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
|
|
@@ -1435,8 +1435,8 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1435
1435
|
name?: string | undefined;
|
|
1436
1436
|
thumbnail?: string | undefined;
|
|
1437
1437
|
canvases?: {
|
|
1438
|
-
name: string;
|
|
1439
1438
|
text: string;
|
|
1439
|
+
name: string;
|
|
1440
1440
|
showUpdates?: boolean | undefined;
|
|
1441
1441
|
}[] | undefined;
|
|
1442
1442
|
presetDescription?: string | undefined;
|
|
@@ -1446,6 +1446,7 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1446
1446
|
isSensitive?: boolean | undefined;
|
|
1447
1447
|
locationConfig?: {
|
|
1448
1448
|
name?: string | undefined;
|
|
1449
|
+
description?: string | undefined;
|
|
1449
1450
|
thumbnail?: string | null | undefined;
|
|
1450
1451
|
environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
|
|
1451
1452
|
core?: {
|
|
@@ -1454,7 +1455,6 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1454
1455
|
interval?: number | undefined;
|
|
1455
1456
|
maxAgentExecutions?: number | null | undefined;
|
|
1456
1457
|
} | undefined;
|
|
1457
|
-
description?: string | undefined;
|
|
1458
1458
|
rules?: string[] | undefined;
|
|
1459
1459
|
canvases?: {
|
|
1460
1460
|
name: string;
|
|
@@ -1472,14 +1472,14 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1472
1472
|
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
1473
1473
|
images?: {
|
|
1474
1474
|
description: string;
|
|
1475
|
-
name?: string | undefined;
|
|
1476
1475
|
url?: string | undefined;
|
|
1476
|
+
name?: string | undefined;
|
|
1477
1477
|
}[] | undefined;
|
|
1478
1478
|
}[] | undefined;
|
|
1479
1479
|
} | undefined;
|
|
1480
1480
|
agentConfigs?: ({
|
|
1481
|
-
name?: string | undefined;
|
|
1482
1481
|
role?: string | undefined;
|
|
1482
|
+
name?: string | undefined;
|
|
1483
1483
|
avatar?: string | undefined;
|
|
1484
1484
|
referenceAvatar?: string | undefined;
|
|
1485
1485
|
appearance?: string | undefined;
|
|
@@ -1495,9 +1495,9 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1495
1495
|
character?: {
|
|
1496
1496
|
background?: {
|
|
1497
1497
|
gender?: string | undefined;
|
|
1498
|
-
age?: string | undefined;
|
|
1499
1498
|
expertise?: string | undefined;
|
|
1500
1499
|
backstory?: string | undefined;
|
|
1500
|
+
age?: string | undefined;
|
|
1501
1501
|
} | undefined;
|
|
1502
1502
|
speech?: {
|
|
1503
1503
|
tone?: string | undefined;
|
|
@@ -1505,9 +1505,9 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1505
1505
|
formality?: string | undefined;
|
|
1506
1506
|
} | undefined;
|
|
1507
1507
|
personality?: {
|
|
1508
|
-
values?: string | undefined;
|
|
1509
1508
|
traits?: string | undefined;
|
|
1510
1509
|
interests?: string | undefined;
|
|
1510
|
+
values?: string | undefined;
|
|
1511
1511
|
quirks?: string | undefined;
|
|
1512
1512
|
mbti?: "INTJ" | "INTP" | "ENTJ" | "ENTP" | "INFJ" | "INFP" | "ENFJ" | "ENFP" | "ISTJ" | "ISFJ" | "ESTJ" | "ESFJ" | "ISTP" | "ISFP" | "ESTP" | "ESFP" | undefined;
|
|
1513
1513
|
zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
|
|
@@ -1522,10 +1522,10 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1522
1522
|
}[];
|
|
1523
1523
|
} | null | undefined;
|
|
1524
1524
|
messages?: {
|
|
1525
|
-
entityType: "
|
|
1525
|
+
entityType: "user" | "system" | "agent" | "gimmick";
|
|
1526
1526
|
entityId: bigint;
|
|
1527
|
-
message?: string | undefined;
|
|
1528
1527
|
image?: string | undefined;
|
|
1528
|
+
message?: string | undefined;
|
|
1529
1529
|
}[] | undefined;
|
|
1530
1530
|
userAvatar?: {
|
|
1531
1531
|
name: string;
|
|
@@ -1539,8 +1539,8 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1539
1539
|
name?: string | undefined;
|
|
1540
1540
|
thumbnail?: string | undefined;
|
|
1541
1541
|
canvases?: {
|
|
1542
|
-
name: string;
|
|
1543
1542
|
text: string;
|
|
1543
|
+
name: string;
|
|
1544
1544
|
showUpdates?: boolean | undefined;
|
|
1545
1545
|
}[] | undefined;
|
|
1546
1546
|
presetDescription?: string | undefined;
|
|
@@ -1550,6 +1550,7 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1550
1550
|
isSensitive?: boolean | undefined;
|
|
1551
1551
|
locationConfig?: {
|
|
1552
1552
|
name?: string | undefined;
|
|
1553
|
+
description?: string | undefined;
|
|
1553
1554
|
thumbnail?: string | null | undefined;
|
|
1554
1555
|
environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
|
|
1555
1556
|
core?: {
|
|
@@ -1558,7 +1559,6 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1558
1559
|
interval?: number | undefined;
|
|
1559
1560
|
maxAgentExecutions?: number | null | undefined;
|
|
1560
1561
|
} | undefined;
|
|
1561
|
-
description?: string | undefined;
|
|
1562
1562
|
rules?: string[] | undefined;
|
|
1563
1563
|
canvases?: {
|
|
1564
1564
|
name: string;
|
|
@@ -1576,14 +1576,14 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1576
1576
|
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
1577
1577
|
images?: {
|
|
1578
1578
|
description: string;
|
|
1579
|
-
name?: string | undefined;
|
|
1580
1579
|
url?: string | undefined;
|
|
1580
|
+
name?: string | undefined;
|
|
1581
1581
|
}[] | undefined;
|
|
1582
1582
|
}[] | undefined;
|
|
1583
1583
|
} | undefined;
|
|
1584
1584
|
agentConfigs?: ({
|
|
1585
|
-
name?: string | undefined;
|
|
1586
1585
|
role?: string | undefined;
|
|
1586
|
+
name?: string | undefined;
|
|
1587
1587
|
avatar?: string | undefined;
|
|
1588
1588
|
referenceAvatar?: string | undefined;
|
|
1589
1589
|
appearance?: string | undefined;
|
|
@@ -1599,9 +1599,9 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1599
1599
|
character?: {
|
|
1600
1600
|
background?: {
|
|
1601
1601
|
gender?: string | undefined;
|
|
1602
|
-
age?: string | undefined;
|
|
1603
1602
|
expertise?: string | undefined;
|
|
1604
1603
|
backstory?: string | undefined;
|
|
1604
|
+
age?: string | undefined;
|
|
1605
1605
|
} | undefined;
|
|
1606
1606
|
speech?: {
|
|
1607
1607
|
tone?: string | undefined;
|
|
@@ -1609,9 +1609,9 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1609
1609
|
formality?: string | undefined;
|
|
1610
1610
|
} | undefined;
|
|
1611
1611
|
personality?: {
|
|
1612
|
-
values?: string | undefined;
|
|
1613
1612
|
traits?: string | undefined;
|
|
1614
1613
|
interests?: string | undefined;
|
|
1614
|
+
values?: string | undefined;
|
|
1615
1615
|
quirks?: string | undefined;
|
|
1616
1616
|
mbti?: "INTJ" | "INTP" | "ENTJ" | "ENTP" | "INFJ" | "INFP" | "ENFJ" | "ENFP" | "ISTJ" | "ISFJ" | "ESTJ" | "ESFJ" | "ISTP" | "ISFP" | "ESTP" | "ESFP" | undefined;
|
|
1617
1617
|
zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
|
|
@@ -1626,10 +1626,10 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1626
1626
|
}[];
|
|
1627
1627
|
} | null | undefined;
|
|
1628
1628
|
messages?: {
|
|
1629
|
-
entityType: "
|
|
1629
|
+
entityType: "user" | "system" | "agent" | "gimmick";
|
|
1630
1630
|
entityId: bigint;
|
|
1631
|
-
message?: string | undefined;
|
|
1632
1631
|
image?: string | undefined;
|
|
1632
|
+
message?: string | undefined;
|
|
1633
1633
|
}[] | undefined;
|
|
1634
1634
|
userAvatar?: {
|
|
1635
1635
|
name: string;
|
|
@@ -1777,8 +1777,8 @@ export declare const GetLocationPresetLocationsParamsSchema: z.ZodObject<{
|
|
|
1777
1777
|
cursor?: string | undefined;
|
|
1778
1778
|
}, {
|
|
1779
1779
|
presetId: bigint;
|
|
1780
|
-
cursor?: string | undefined;
|
|
1781
1780
|
limit?: number | undefined;
|
|
1781
|
+
cursor?: string | undefined;
|
|
1782
1782
|
}>;
|
|
1783
1783
|
export type GetLocationPresetLocationsParamsDto = z.infer<typeof GetLocationPresetLocationsParamsSchema>;
|
|
1784
1784
|
export interface GetLocationPresetLocationsResponseDto {
|
|
@@ -1801,12 +1801,12 @@ export declare const GetLocationPresetCommentsQuerySchema: z.ZodObject<{
|
|
|
1801
1801
|
page: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
1802
1802
|
limit: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
1803
1803
|
}, "strip", z.ZodTypeAny, {
|
|
1804
|
-
limit: number;
|
|
1805
1804
|
page: number;
|
|
1805
|
+
limit: number;
|
|
1806
1806
|
sortBy: "latest" | "recommended";
|
|
1807
1807
|
}, {
|
|
1808
|
-
limit?: number | undefined;
|
|
1809
1808
|
page?: number | undefined;
|
|
1809
|
+
limit?: number | undefined;
|
|
1810
1810
|
sortBy?: "latest" | "recommended" | undefined;
|
|
1811
1811
|
}>;
|
|
1812
1812
|
export type GetLocationPresetCommentsQueryDto = z.infer<typeof GetLocationPresetCommentsQuerySchema>;
|
|
@@ -1832,11 +1832,11 @@ export declare const GetLocationPresetCommentRepliesQuerySchema: z.ZodObject<{
|
|
|
1832
1832
|
page: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
1833
1833
|
limit: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
1834
1834
|
}, "strip", z.ZodTypeAny, {
|
|
1835
|
-
limit: number;
|
|
1836
1835
|
page: number;
|
|
1836
|
+
limit: number;
|
|
1837
1837
|
}, {
|
|
1838
|
-
limit?: number | undefined;
|
|
1839
1838
|
page?: number | undefined;
|
|
1839
|
+
limit?: number | undefined;
|
|
1840
1840
|
}>;
|
|
1841
1841
|
export type GetLocationPresetCommentRepliesQueryDto = z.infer<typeof GetLocationPresetCommentRepliesQuerySchema>;
|
|
1842
1842
|
export interface GetLocationPresetCommentRepliesResponseDto {
|
|
@@ -1900,11 +1900,11 @@ export declare const ReportLocationPresetCommentParamsSchema: z.ZodObject<{
|
|
|
1900
1900
|
presetId: z.ZodBigInt;
|
|
1901
1901
|
commentId: z.ZodBigInt;
|
|
1902
1902
|
}, "strip", z.ZodTypeAny, {
|
|
1903
|
-
presetId: bigint;
|
|
1904
1903
|
commentId: bigint;
|
|
1905
|
-
}, {
|
|
1906
1904
|
presetId: bigint;
|
|
1905
|
+
}, {
|
|
1907
1906
|
commentId: bigint;
|
|
1907
|
+
presetId: bigint;
|
|
1908
1908
|
}>;
|
|
1909
1909
|
export type ReportLocationPresetCommentParamsDto = z.infer<typeof ReportLocationPresetCommentParamsSchema>;
|
|
1910
1910
|
export interface ReportLocationPresetCommentResponseDto {
|
|
@@ -1915,11 +1915,11 @@ export declare const DeleteLocationPresetCommentParamsSchema: z.ZodObject<{
|
|
|
1915
1915
|
presetId: z.ZodBigInt;
|
|
1916
1916
|
commentId: z.ZodBigInt;
|
|
1917
1917
|
}, "strip", z.ZodTypeAny, {
|
|
1918
|
-
presetId: bigint;
|
|
1919
1918
|
commentId: bigint;
|
|
1920
|
-
}, {
|
|
1921
1919
|
presetId: bigint;
|
|
1920
|
+
}, {
|
|
1922
1921
|
commentId: bigint;
|
|
1922
|
+
presetId: bigint;
|
|
1923
1923
|
}>;
|
|
1924
1924
|
export type DeleteLocationPresetCommentParamsDto = z.infer<typeof DeleteLocationPresetCommentParamsSchema>;
|
|
1925
1925
|
export interface DeleteLocationPresetCommentResponseDto {
|
|
@@ -2005,12 +2005,12 @@ export declare const CreateLocationSchema: z.ZodObject<{
|
|
|
2005
2005
|
description: z.ZodString;
|
|
2006
2006
|
}, "strip", z.ZodTypeAny, {
|
|
2007
2007
|
description: string;
|
|
2008
|
-
name?: string | undefined;
|
|
2009
2008
|
url?: string | undefined;
|
|
2009
|
+
name?: string | undefined;
|
|
2010
2010
|
}, {
|
|
2011
2011
|
description: string;
|
|
2012
|
-
name?: string | undefined;
|
|
2013
2012
|
url?: string | undefined;
|
|
2013
|
+
name?: string | undefined;
|
|
2014
2014
|
}>, "many">>;
|
|
2015
2015
|
}, "strip", z.ZodTypeAny, {
|
|
2016
2016
|
name: string;
|
|
@@ -2018,8 +2018,8 @@ export declare const CreateLocationSchema: z.ZodObject<{
|
|
|
2018
2018
|
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
2019
2019
|
images?: {
|
|
2020
2020
|
description: string;
|
|
2021
|
-
name?: string | undefined;
|
|
2022
2021
|
url?: string | undefined;
|
|
2022
|
+
name?: string | undefined;
|
|
2023
2023
|
}[] | undefined;
|
|
2024
2024
|
}, {
|
|
2025
2025
|
name: string;
|
|
@@ -2027,12 +2027,13 @@ export declare const CreateLocationSchema: z.ZodObject<{
|
|
|
2027
2027
|
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
2028
2028
|
images?: {
|
|
2029
2029
|
description: string;
|
|
2030
|
-
name?: string | undefined;
|
|
2031
2030
|
url?: string | undefined;
|
|
2031
|
+
name?: string | undefined;
|
|
2032
2032
|
}[] | undefined;
|
|
2033
2033
|
}>, "many">>;
|
|
2034
2034
|
}, "strict", z.ZodTypeAny, {
|
|
2035
2035
|
name?: string | undefined;
|
|
2036
|
+
description?: string | undefined;
|
|
2036
2037
|
thumbnail?: string | null | undefined;
|
|
2037
2038
|
environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
|
|
2038
2039
|
core?: {
|
|
@@ -2041,7 +2042,6 @@ export declare const CreateLocationSchema: z.ZodObject<{
|
|
|
2041
2042
|
interval?: number | undefined;
|
|
2042
2043
|
maxAgentExecutions?: number | null | undefined;
|
|
2043
2044
|
} | undefined;
|
|
2044
|
-
description?: string | undefined;
|
|
2045
2045
|
rules?: string[] | undefined;
|
|
2046
2046
|
canvases?: {
|
|
2047
2047
|
name: string;
|
|
@@ -2059,12 +2059,13 @@ export declare const CreateLocationSchema: z.ZodObject<{
|
|
|
2059
2059
|
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
2060
2060
|
images?: {
|
|
2061
2061
|
description: string;
|
|
2062
|
-
name?: string | undefined;
|
|
2063
2062
|
url?: string | undefined;
|
|
2063
|
+
name?: string | undefined;
|
|
2064
2064
|
}[] | undefined;
|
|
2065
2065
|
}[] | undefined;
|
|
2066
2066
|
}, {
|
|
2067
2067
|
name?: string | undefined;
|
|
2068
|
+
description?: string | undefined;
|
|
2068
2069
|
thumbnail?: string | null | undefined;
|
|
2069
2070
|
environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
|
|
2070
2071
|
core?: {
|
|
@@ -2073,7 +2074,6 @@ export declare const CreateLocationSchema: z.ZodObject<{
|
|
|
2073
2074
|
interval?: number | undefined;
|
|
2074
2075
|
maxAgentExecutions?: number | null | undefined;
|
|
2075
2076
|
} | undefined;
|
|
2076
|
-
description?: string | undefined;
|
|
2077
2077
|
rules?: string[] | undefined;
|
|
2078
2078
|
canvases?: {
|
|
2079
2079
|
name: string;
|
|
@@ -2091,8 +2091,8 @@ export declare const CreateLocationSchema: z.ZodObject<{
|
|
|
2091
2091
|
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
2092
2092
|
images?: {
|
|
2093
2093
|
description: string;
|
|
2094
|
-
name?: string | undefined;
|
|
2095
2094
|
url?: string | undefined;
|
|
2095
|
+
name?: string | undefined;
|
|
2096
2096
|
}[] | undefined;
|
|
2097
2097
|
}[] | undefined;
|
|
2098
2098
|
}>;
|
|
@@ -2103,6 +2103,7 @@ export declare const CreateLocationSchema: z.ZodObject<{
|
|
|
2103
2103
|
}, "strip", z.ZodTypeAny, {
|
|
2104
2104
|
config: {
|
|
2105
2105
|
name?: string | undefined;
|
|
2106
|
+
description?: string | undefined;
|
|
2106
2107
|
thumbnail?: string | null | undefined;
|
|
2107
2108
|
environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
|
|
2108
2109
|
core?: {
|
|
@@ -2111,7 +2112,6 @@ export declare const CreateLocationSchema: z.ZodObject<{
|
|
|
2111
2112
|
interval?: number | undefined;
|
|
2112
2113
|
maxAgentExecutions?: number | null | undefined;
|
|
2113
2114
|
} | undefined;
|
|
2114
|
-
description?: string | undefined;
|
|
2115
2115
|
rules?: string[] | undefined;
|
|
2116
2116
|
canvases?: {
|
|
2117
2117
|
name: string;
|
|
@@ -2129,8 +2129,8 @@ export declare const CreateLocationSchema: z.ZodObject<{
|
|
|
2129
2129
|
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
2130
2130
|
images?: {
|
|
2131
2131
|
description: string;
|
|
2132
|
-
name?: string | undefined;
|
|
2133
2132
|
url?: string | undefined;
|
|
2133
|
+
name?: string | undefined;
|
|
2134
2134
|
}[] | undefined;
|
|
2135
2135
|
}[] | undefined;
|
|
2136
2136
|
};
|
|
@@ -2138,6 +2138,7 @@ export declare const CreateLocationSchema: z.ZodObject<{
|
|
|
2138
2138
|
}, {
|
|
2139
2139
|
config: {
|
|
2140
2140
|
name?: string | undefined;
|
|
2141
|
+
description?: string | undefined;
|
|
2141
2142
|
thumbnail?: string | null | undefined;
|
|
2142
2143
|
environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
|
|
2143
2144
|
core?: {
|
|
@@ -2146,7 +2147,6 @@ export declare const CreateLocationSchema: z.ZodObject<{
|
|
|
2146
2147
|
interval?: number | undefined;
|
|
2147
2148
|
maxAgentExecutions?: number | null | undefined;
|
|
2148
2149
|
} | undefined;
|
|
2149
|
-
description?: string | undefined;
|
|
2150
2150
|
rules?: string[] | undefined;
|
|
2151
2151
|
canvases?: {
|
|
2152
2152
|
name: string;
|
|
@@ -2164,8 +2164,8 @@ export declare const CreateLocationSchema: z.ZodObject<{
|
|
|
2164
2164
|
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
2165
2165
|
images?: {
|
|
2166
2166
|
description: string;
|
|
2167
|
-
name?: string | undefined;
|
|
2168
2167
|
url?: string | undefined;
|
|
2168
|
+
name?: string | undefined;
|
|
2169
2169
|
}[] | undefined;
|
|
2170
2170
|
}[] | undefined;
|
|
2171
2171
|
};
|
|
@@ -2497,7 +2497,7 @@ export declare const UpdateLocationParamsSchema: z.ZodObject<{
|
|
|
2497
2497
|
}>;
|
|
2498
2498
|
export type UpdateLocationParamsDto = z.infer<typeof UpdateLocationParamsSchema>;
|
|
2499
2499
|
export declare const UpdateLocationBodySchema: z.ZodObject<{
|
|
2500
|
-
overrideAgentLlmLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["FREE", "
|
|
2500
|
+
overrideAgentLlmLevel: z.ZodOptional<z.ZodNullable<z.ZodEnum<["FREE", "BASE", "PRO", "ULTRA"]>>>;
|
|
2501
2501
|
visibility: z.ZodOptional<z.ZodEnum<["private", "public", "publish"]>>;
|
|
2502
2502
|
maxUsers: z.ZodOptional<z.ZodNumber>;
|
|
2503
2503
|
publishDescription: z.ZodOptional<z.ZodString>;
|
|
@@ -2511,7 +2511,7 @@ export declare const UpdateLocationBodySchema: z.ZodObject<{
|
|
|
2511
2511
|
visibility?: "private" | "public" | "publish" | undefined;
|
|
2512
2512
|
hashtags?: string[] | undefined;
|
|
2513
2513
|
isSensitive?: boolean | undefined;
|
|
2514
|
-
overrideAgentLlmLevel?: "FREE" | "
|
|
2514
|
+
overrideAgentLlmLevel?: "FREE" | "BASE" | "PRO" | "ULTRA" | null | undefined;
|
|
2515
2515
|
maxUsers?: number | undefined;
|
|
2516
2516
|
publishDescription?: string | undefined;
|
|
2517
2517
|
useLocationCreditOnly?: boolean | undefined;
|
|
@@ -2522,7 +2522,7 @@ export declare const UpdateLocationBodySchema: z.ZodObject<{
|
|
|
2522
2522
|
visibility?: "private" | "public" | "publish" | undefined;
|
|
2523
2523
|
hashtags?: string[] | undefined;
|
|
2524
2524
|
isSensitive?: boolean | undefined;
|
|
2525
|
-
overrideAgentLlmLevel?: "FREE" | "
|
|
2525
|
+
overrideAgentLlmLevel?: "FREE" | "BASE" | "PRO" | "ULTRA" | null | undefined;
|
|
2526
2526
|
maxUsers?: number | undefined;
|
|
2527
2527
|
publishDescription?: string | undefined;
|
|
2528
2528
|
useLocationCreditOnly?: boolean | 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
|
-
name: string;
|
|
2551
2550
|
text: string;
|
|
2552
|
-
}, {
|
|
2553
2551
|
name: string;
|
|
2552
|
+
}, {
|
|
2554
2553
|
text: string;
|
|
2554
|
+
name: 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
|
-
message?: string | undefined;
|
|
2777
2776
|
image?: string | undefined;
|
|
2777
|
+
message?: string | undefined;
|
|
2778
2778
|
action?: string | undefined;
|
|
2779
2779
|
creditAmount?: number | undefined;
|
|
2780
2780
|
paidCreditOnly?: boolean | undefined;
|
|
2781
2781
|
}, {
|
|
2782
2782
|
locationId: bigint;
|
|
2783
|
-
message?: string | undefined;
|
|
2784
2783
|
image?: string | undefined;
|
|
2784
|
+
message?: 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
|
-
locationId: bigint;
|
|
2814
2813
|
image: string;
|
|
2814
|
+
locationId: bigint;
|
|
2815
2815
|
index?: number | undefined;
|
|
2816
2816
|
}, {
|
|
2817
|
-
locationId: bigint;
|
|
2818
2817
|
image: string;
|
|
2818
|
+
locationId: bigint;
|
|
2819
2819
|
index?: number | undefined;
|
|
2820
2820
|
}>;
|
|
2821
2821
|
export type UpdateLocationImageDto = z.infer<typeof UpdateLocationImageSchema>;
|