@little-samo/samo-ai-sdk 0.7.13 → 0.7.15

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.
@@ -15,8 +15,8 @@ export declare const UserLocationsQuerySchema: z.ZodObject<{
15
15
  limit: number;
16
16
  cursor?: string | undefined;
17
17
  }, {
18
- limit?: number | undefined;
19
18
  cursor?: string | undefined;
19
+ limit?: number | undefined;
20
20
  }>;
21
21
  export type UserLocationsQueryDto = z.infer<typeof UserLocationsQuerySchema>;
22
22
  export interface UserLocationsResponseDto {
@@ -30,11 +30,11 @@ export declare const PublishedLocationsQuerySchema: z.ZodObject<{
30
30
  page: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
31
31
  limit: z.ZodDefault<z.ZodNumber>;
32
32
  }, "strip", z.ZodTypeAny, {
33
- page: number;
34
33
  limit: number;
34
+ page: number;
35
35
  }, {
36
- page?: number | undefined;
37
36
  limit?: number | undefined;
37
+ page?: number | undefined;
38
38
  }>;
39
39
  export type PublishedLocationsQueryDto = z.infer<typeof PublishedLocationsQuerySchema>;
40
40
  export interface PublishedLocationsResponseDto {
@@ -118,7 +118,7 @@ export declare const LocationUpdateConfigSchema: z.ZodObject<{
118
118
  maxLength: number;
119
119
  }>, "many">>;
120
120
  gimmicks: z.ZodOptional<z.ZodArray<z.ZodObject<{
121
- core: z.ZodUnion<[z.ZodLiteral<"notion" | "web_search" | "image_generator" | "character_image_generator">, z.ZodLiteral<"notion" | "web_search" | "image_generator" | "character_image_generator">, ...z.ZodLiteral<"notion" | "web_search" | "image_generator" | "character_image_generator">[]]>;
121
+ core: z.ZodUnion<[z.ZodLiteral<"web_search" | "image_generator" | "character_image_generator" | "notion">, z.ZodLiteral<"web_search" | "image_generator" | "character_image_generator" | "notion">, ...z.ZodLiteral<"web_search" | "image_generator" | "character_image_generator" | "notion">[]]>;
122
122
  name: z.ZodString;
123
123
  appearance: z.ZodString;
124
124
  images: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -135,18 +135,18 @@ export declare const LocationUpdateConfigSchema: z.ZodObject<{
135
135
  url?: string | undefined;
136
136
  }>, "many">>;
137
137
  }, "strip", z.ZodTypeAny, {
138
- appearance: string;
139
138
  name: string;
140
- core: "notion" | "web_search" | "image_generator" | "character_image_generator";
139
+ appearance: string;
140
+ core: "web_search" | "image_generator" | "character_image_generator" | "notion";
141
141
  images?: {
142
142
  description: string;
143
143
  name?: string | undefined;
144
144
  url?: string | undefined;
145
145
  }[] | undefined;
146
146
  }, {
147
- appearance: string;
148
147
  name: string;
149
- core: "notion" | "web_search" | "image_generator" | "character_image_generator";
148
+ appearance: string;
149
+ core: "web_search" | "image_generator" | "character_image_generator" | "notion";
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
- description?: string | undefined;
158
+ thumbnail?: string | null | undefined;
159
+ environment?: "CHAT" | "NOVEL" | "BROWSER" | 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" | "BROWSER" | undefined;
168
168
  canvases?: {
169
169
  name: string;
170
170
  description: string;
@@ -176,9 +176,9 @@ export declare const LocationUpdateConfigSchema: z.ZodObject<{
176
176
  maxLength: number;
177
177
  }[] | undefined;
178
178
  gimmicks?: {
179
- appearance: string;
180
179
  name: string;
181
- core: "notion" | "web_search" | "image_generator" | "character_image_generator";
180
+ appearance: string;
181
+ core: "web_search" | "image_generator" | "character_image_generator" | "notion";
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
- description?: string | undefined;
190
+ thumbnail?: string | null | undefined;
191
+ environment?: "CHAT" | "NOVEL" | "BROWSER" | 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" | "BROWSER" | undefined;
200
200
  canvases?: {
201
201
  name: string;
202
202
  description: string;
@@ -208,9 +208,9 @@ export declare const LocationUpdateConfigSchema: z.ZodObject<{
208
208
  maxLength: number;
209
209
  }[] | undefined;
210
210
  gimmicks?: {
211
- appearance: string;
212
211
  name: string;
213
- core: "notion" | "web_search" | "image_generator" | "character_image_generator";
212
+ appearance: string;
213
+ core: "web_search" | "image_generator" | "character_image_generator" | "notion";
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
- description?: string | undefined;
225
+ thumbnail?: string | null | undefined;
226
+ environment?: "CHAT" | "NOVEL" | "BROWSER" | 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" | "BROWSER" | undefined;
235
235
  canvases?: {
236
236
  name: string;
237
237
  description: string;
@@ -243,9 +243,9 @@ export declare const LocationUpdateConfigSchema: z.ZodObject<{
243
243
  maxLength: number;
244
244
  }[] | undefined;
245
245
  gimmicks?: {
246
- appearance: string;
247
246
  name: string;
248
- core: "notion" | "web_search" | "image_generator" | "character_image_generator";
247
+ appearance: string;
248
+ core: "web_search" | "image_generator" | "character_image_generator" | "notion";
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
- description?: string | undefined;
260
+ thumbnail?: string | null | undefined;
261
+ environment?: "CHAT" | "NOVEL" | "BROWSER" | 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" | "BROWSER" | undefined;
270
270
  canvases?: {
271
271
  name: string;
272
272
  description: string;
@@ -278,9 +278,9 @@ export declare const LocationUpdateConfigSchema: z.ZodObject<{
278
278
  maxLength: number;
279
279
  }[] | undefined;
280
280
  gimmicks?: {
281
- appearance: string;
282
281
  name: string;
283
- core: "notion" | "web_search" | "image_generator" | "character_image_generator";
282
+ appearance: string;
283
+ core: "web_search" | "image_generator" | "character_image_generator" | "notion";
284
284
  images?: {
285
285
  description: string;
286
286
  name?: string | undefined;
@@ -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
- page: number;
360
359
  limit: number;
360
+ page: number;
361
361
  visibility: "edited" | "private" | "public" | "publish";
362
362
  }, {
363
- page?: number | undefined;
364
363
  limit?: number | undefined;
364
+ page?: number | undefined;
365
365
  visibility?: "edited" | "private" | "public" | "publish" | undefined;
366
366
  }>;
367
367
  export type LocationPresetsPaginationQueryDto = z.infer<typeof LocationPresetsPaginationQuerySchema>;
@@ -384,20 +384,20 @@ export declare const PublishedLocationPresetsQuerySchema: z.ZodObject<{
384
384
  limit: z.ZodDefault<z.ZodNumber>;
385
385
  }, "strip", z.ZodTypeAny, {
386
386
  type: "NOVEL";
387
- page: number;
388
387
  limit: number;
389
- sortBy: "latest" | "popular";
388
+ page: number;
390
389
  gender: "all" | "male" | "female";
391
- tag?: string | undefined;
390
+ sortBy: "popular" | "latest";
392
391
  ownerUserId?: bigint | undefined;
392
+ tag?: string | undefined;
393
393
  }, {
394
394
  type: "NOVEL";
395
- page?: number | undefined;
395
+ ownerUserId?: bigint | undefined;
396
396
  limit?: number | undefined;
397
- sortBy?: "latest" | "popular" | undefined;
397
+ page?: number | undefined;
398
398
  gender?: "all" | "male" | "female" | undefined;
399
399
  tag?: string | undefined;
400
- ownerUserId?: bigint | undefined;
400
+ sortBy?: "popular" | "latest" | undefined;
401
401
  }>;
402
402
  export type PublishedLocationPresetsQueryDto = z.infer<typeof PublishedLocationPresetsQuerySchema>;
403
403
  export interface PublishedLocationPresetsResponseDto {
@@ -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
- page: number;
417
416
  limit: number;
417
+ page: number;
418
418
  }, {
419
- page?: number | undefined;
420
419
  limit?: number | undefined;
420
+ page?: number | undefined;
421
421
  }>;
422
422
  export type FollowingLocationPresetsQueryDto = z.infer<typeof FollowingLocationPresetsQuerySchema>;
423
423
  export interface FollowingLocationPresetsResponseDto {
@@ -436,18 +436,18 @@ export declare const SearchLocationPresetsQuerySchema: z.ZodObject<{
436
436
  limit: z.ZodDefault<z.ZodNumber>;
437
437
  }, "strip", z.ZodTypeAny, {
438
438
  type: "NOVEL";
439
- page: number;
440
439
  limit: number;
441
- query: string;
442
- sortBy: "latest" | "popular";
440
+ page: number;
443
441
  gender: "all" | "male" | "female";
442
+ sortBy: "popular" | "latest";
443
+ query: string;
444
444
  }, {
445
445
  type: "NOVEL";
446
446
  query: string;
447
- page?: number | undefined;
448
447
  limit?: number | undefined;
449
- sortBy?: "latest" | "popular" | undefined;
448
+ page?: number | undefined;
450
449
  gender?: "all" | "male" | "female" | undefined;
450
+ sortBy?: "popular" | "latest" | undefined;
451
451
  }>;
452
452
  export type SearchLocationPresetsQueryDto = z.infer<typeof SearchLocationPresetsQuerySchema>;
453
453
  export interface SearchLocationPresetsResponseDto {
@@ -536,7 +536,7 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
536
536
  maxLength: number;
537
537
  }>, "many">>;
538
538
  gimmicks: z.ZodOptional<z.ZodArray<z.ZodObject<{
539
- core: z.ZodUnion<[z.ZodLiteral<"notion" | "web_search" | "image_generator" | "character_image_generator">, z.ZodLiteral<"notion" | "web_search" | "image_generator" | "character_image_generator">, ...z.ZodLiteral<"notion" | "web_search" | "image_generator" | "character_image_generator">[]]>;
539
+ core: z.ZodUnion<[z.ZodLiteral<"web_search" | "image_generator" | "character_image_generator" | "notion">, z.ZodLiteral<"web_search" | "image_generator" | "character_image_generator" | "notion">, ...z.ZodLiteral<"web_search" | "image_generator" | "character_image_generator" | "notion">[]]>;
540
540
  name: z.ZodString;
541
541
  appearance: z.ZodString;
542
542
  images: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -553,18 +553,18 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
553
553
  url?: string | undefined;
554
554
  }>, "many">>;
555
555
  }, "strip", z.ZodTypeAny, {
556
- appearance: string;
557
556
  name: string;
558
- core: "notion" | "web_search" | "image_generator" | "character_image_generator";
557
+ appearance: string;
558
+ core: "web_search" | "image_generator" | "character_image_generator" | "notion";
559
559
  images?: {
560
560
  description: string;
561
561
  name?: string | undefined;
562
562
  url?: string | undefined;
563
563
  }[] | undefined;
564
564
  }, {
565
- appearance: string;
566
565
  name: string;
567
- core: "notion" | "web_search" | "image_generator" | "character_image_generator";
566
+ appearance: string;
567
+ core: "web_search" | "image_generator" | "character_image_generator" | "notion";
568
568
  images?: {
569
569
  description: string;
570
570
  name?: string | undefined;
@@ -573,16 +573,16 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
573
573
  }>, "many">>;
574
574
  }, "strip", z.ZodTypeAny, {
575
575
  name?: string | undefined;
576
- description?: string | undefined;
576
+ thumbnail?: string | null | undefined;
577
+ environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
577
578
  core?: {
578
579
  name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
579
580
  sequential?: boolean | undefined;
580
581
  interval?: number | undefined;
581
582
  maxAgentExecutions?: number | null | undefined;
582
583
  } | undefined;
584
+ description?: string | undefined;
583
585
  rules?: string[] | undefined;
584
- thumbnail?: string | null | undefined;
585
- environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
586
586
  canvases?: {
587
587
  name: string;
588
588
  description: string;
@@ -594,9 +594,9 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
594
594
  maxLength: number;
595
595
  }[] | undefined;
596
596
  gimmicks?: {
597
- appearance: string;
598
597
  name: string;
599
- core: "notion" | "web_search" | "image_generator" | "character_image_generator";
598
+ appearance: string;
599
+ core: "web_search" | "image_generator" | "character_image_generator" | "notion";
600
600
  images?: {
601
601
  description: string;
602
602
  name?: string | undefined;
@@ -605,16 +605,16 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
605
605
  }[] | undefined;
606
606
  }, {
607
607
  name?: string | undefined;
608
- description?: string | undefined;
608
+ thumbnail?: string | null | undefined;
609
+ environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
609
610
  core?: {
610
611
  name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
611
612
  sequential?: boolean | undefined;
612
613
  interval?: number | undefined;
613
614
  maxAgentExecutions?: number | null | undefined;
614
615
  } | undefined;
616
+ description?: string | undefined;
615
617
  rules?: string[] | undefined;
616
- thumbnail?: string | null | undefined;
617
- environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
618
618
  canvases?: {
619
619
  name: string;
620
620
  description: string;
@@ -626,9 +626,9 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
626
626
  maxLength: number;
627
627
  }[] | undefined;
628
628
  gimmicks?: {
629
- appearance: string;
630
629
  name: string;
631
- core: "notion" | "web_search" | "image_generator" | "character_image_generator";
630
+ appearance: string;
631
+ core: "web_search" | "image_generator" | "character_image_generator" | "notion";
632
632
  images?: {
633
633
  description: string;
634
634
  name?: string | undefined;
@@ -749,14 +749,15 @@ 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;
752
753
  role?: string | undefined;
753
754
  avatar?: string | undefined;
754
755
  referenceAvatar?: string | undefined;
755
756
  appearance?: string | undefined;
756
- name?: string | undefined;
757
757
  core?: {
758
758
  name: "evaluate_and_actions" | "execute_actions" | "response_every_message" | "no_action";
759
759
  } | undefined;
760
+ rules?: string[] | undefined;
760
761
  llmPreset?: "free" | "gemini-low" | "gemini-medium" | "gemini-high" | "openai-low" | "openai-medium" | "xai-low" | "xai-medium" | undefined;
761
762
  languages?: string[] | undefined;
762
763
  timeZone?: string | undefined;
@@ -783,16 +784,16 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
783
784
  zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
784
785
  } | undefined;
785
786
  } | undefined;
786
- rules?: string[] | undefined;
787
787
  }, {
788
+ name?: string | undefined;
788
789
  role?: string | undefined;
789
790
  avatar?: string | undefined;
790
791
  referenceAvatar?: string | undefined;
791
792
  appearance?: string | undefined;
792
- name?: string | undefined;
793
793
  core?: {
794
794
  name: "evaluate_and_actions" | "execute_actions" | "response_every_message" | "no_action";
795
795
  } | undefined;
796
+ rules?: string[] | undefined;
796
797
  llmPreset?: "free" | "gemini-low" | "gemini-medium" | "gemini-high" | "openai-low" | "openai-medium" | "xai-low" | "xai-medium" | undefined;
797
798
  languages?: string[] | undefined;
798
799
  timeZone?: string | undefined;
@@ -819,7 +820,6 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
819
820
  zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
820
821
  } | undefined;
821
822
  } | undefined;
822
- rules?: string[] | undefined;
823
823
  }>, "many">>;
824
824
  }, "strip", z.ZodTypeAny, {
825
825
  presetDescription: string;
@@ -832,16 +832,16 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
832
832
  isSensitive?: boolean | undefined;
833
833
  locationConfig?: {
834
834
  name?: string | undefined;
835
- description?: string | undefined;
835
+ thumbnail?: string | null | undefined;
836
+ environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
836
837
  core?: {
837
838
  name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
838
839
  sequential?: boolean | undefined;
839
840
  interval?: number | undefined;
840
841
  maxAgentExecutions?: number | null | undefined;
841
842
  } | undefined;
843
+ description?: string | undefined;
842
844
  rules?: string[] | undefined;
843
- thumbnail?: string | null | undefined;
844
- environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
845
845
  canvases?: {
846
846
  name: string;
847
847
  description: string;
@@ -853,9 +853,9 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
853
853
  maxLength: number;
854
854
  }[] | undefined;
855
855
  gimmicks?: {
856
- appearance: string;
857
856
  name: string;
858
- core: "notion" | "web_search" | "image_generator" | "character_image_generator";
857
+ appearance: string;
858
+ core: "web_search" | "image_generator" | "character_image_generator" | "notion";
859
859
  images?: {
860
860
  description: string;
861
861
  name?: string | undefined;
@@ -864,14 +864,15 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
864
864
  }[] | undefined;
865
865
  } | undefined;
866
866
  agentConfigs?: {
867
+ name?: string | undefined;
867
868
  role?: string | undefined;
868
869
  avatar?: string | undefined;
869
870
  referenceAvatar?: string | undefined;
870
871
  appearance?: string | undefined;
871
- name?: string | undefined;
872
872
  core?: {
873
873
  name: "evaluate_and_actions" | "execute_actions" | "response_every_message" | "no_action";
874
874
  } | undefined;
875
+ rules?: string[] | undefined;
875
876
  llmPreset?: "free" | "gemini-low" | "gemini-medium" | "gemini-high" | "openai-low" | "openai-medium" | "xai-low" | "xai-medium" | undefined;
876
877
  languages?: string[] | undefined;
877
878
  timeZone?: string | undefined;
@@ -898,7 +899,6 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
898
899
  zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
899
900
  } | undefined;
900
901
  } | undefined;
901
- rules?: string[] | undefined;
902
902
  }[] | undefined;
903
903
  }, {
904
904
  presetDescription: string;
@@ -911,16 +911,16 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
911
911
  isSensitive?: boolean | undefined;
912
912
  locationConfig?: {
913
913
  name?: string | undefined;
914
- description?: string | undefined;
914
+ thumbnail?: string | null | undefined;
915
+ environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
915
916
  core?: {
916
917
  name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
917
918
  sequential?: boolean | undefined;
918
919
  interval?: number | undefined;
919
920
  maxAgentExecutions?: number | null | undefined;
920
921
  } | undefined;
922
+ description?: string | undefined;
921
923
  rules?: string[] | undefined;
922
- thumbnail?: string | null | undefined;
923
- environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
924
924
  canvases?: {
925
925
  name: string;
926
926
  description: string;
@@ -932,9 +932,9 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
932
932
  maxLength: number;
933
933
  }[] | undefined;
934
934
  gimmicks?: {
935
- appearance: string;
936
935
  name: string;
937
- core: "notion" | "web_search" | "image_generator" | "character_image_generator";
936
+ appearance: string;
937
+ core: "web_search" | "image_generator" | "character_image_generator" | "notion";
938
938
  images?: {
939
939
  description: string;
940
940
  name?: string | undefined;
@@ -943,14 +943,15 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
943
943
  }[] | undefined;
944
944
  } | undefined;
945
945
  agentConfigs?: {
946
+ name?: string | undefined;
946
947
  role?: string | undefined;
947
948
  avatar?: string | undefined;
948
949
  referenceAvatar?: string | undefined;
949
950
  appearance?: string | undefined;
950
- name?: string | undefined;
951
951
  core?: {
952
952
  name: "evaluate_and_actions" | "execute_actions" | "response_every_message" | "no_action";
953
953
  } | undefined;
954
+ rules?: string[] | undefined;
954
955
  llmPreset?: "free" | "gemini-low" | "gemini-medium" | "gemini-high" | "openai-low" | "openai-medium" | "xai-low" | "xai-medium" | undefined;
955
956
  languages?: string[] | undefined;
956
957
  timeZone?: string | undefined;
@@ -977,7 +978,6 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
977
978
  zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
978
979
  } | undefined;
979
980
  } | undefined;
980
- rules?: string[] | undefined;
981
981
  }[] | undefined;
982
982
  }>;
983
983
  export type CreateLocationPresetDto = z.infer<typeof CreateLocationPresetSchema>;
@@ -1076,6 +1076,7 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
1076
1076
  }>, "many">>;
1077
1077
  userAvatar: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1078
1078
  id: z.ZodOptional<z.ZodBigInt>;
1079
+ ownerUserId: z.ZodOptional<z.ZodBigInt>;
1079
1080
  name: z.ZodString;
1080
1081
  role: z.ZodOptional<z.ZodString>;
1081
1082
  avatar: z.ZodString;
@@ -1089,32 +1090,34 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
1089
1090
  isPublic: z.ZodOptional<z.ZodBoolean>;
1090
1091
  createdAt: z.ZodOptional<z.ZodDate>;
1091
1092
  }, "strip", z.ZodTypeAny, {
1093
+ name: string;
1092
1094
  avatar: string;
1093
1095
  appearance: string;
1094
- name: string;
1096
+ id?: bigint | undefined;
1097
+ ownerUserId?: bigint | undefined;
1095
1098
  role?: string | undefined;
1096
1099
  referenceAvatar?: string | undefined;
1097
1100
  examplePoses?: string[] | undefined;
1098
1101
  style?: "realistic" | "webtoon" | "webtoon2" | "illustration" | "anime" | "korean" | undefined;
1099
- isPublic?: boolean | undefined;
1100
- id?: bigint | undefined;
1101
1102
  usageCount?: number | undefined;
1102
1103
  likeCount?: number | undefined;
1103
1104
  isLiked?: boolean | undefined;
1105
+ isPublic?: boolean | undefined;
1104
1106
  createdAt?: Date | undefined;
1105
1107
  }, {
1108
+ name: string;
1106
1109
  avatar: string;
1107
1110
  appearance: string;
1108
- name: string;
1111
+ id?: bigint | undefined;
1112
+ ownerUserId?: bigint | undefined;
1109
1113
  role?: string | undefined;
1110
1114
  referenceAvatar?: string | undefined;
1111
1115
  examplePoses?: string[] | undefined;
1112
1116
  style?: "realistic" | "webtoon" | "webtoon2" | "illustration" | "anime" | "korean" | undefined;
1113
- isPublic?: boolean | undefined;
1114
- id?: bigint | undefined;
1115
1117
  usageCount?: number | undefined;
1116
1118
  likeCount?: number | undefined;
1117
1119
  isLiked?: boolean | undefined;
1120
+ isPublic?: boolean | undefined;
1118
1121
  createdAt?: Date | undefined;
1119
1122
  }>>>;
1120
1123
  tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
@@ -1170,7 +1173,7 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
1170
1173
  maxLength: number;
1171
1174
  }>, "many">>;
1172
1175
  gimmicks: z.ZodOptional<z.ZodArray<z.ZodObject<{
1173
- core: z.ZodUnion<[z.ZodLiteral<"notion" | "web_search" | "image_generator" | "character_image_generator">, z.ZodLiteral<"notion" | "web_search" | "image_generator" | "character_image_generator">, ...z.ZodLiteral<"notion" | "web_search" | "image_generator" | "character_image_generator">[]]>;
1176
+ core: z.ZodUnion<[z.ZodLiteral<"web_search" | "image_generator" | "character_image_generator" | "notion">, z.ZodLiteral<"web_search" | "image_generator" | "character_image_generator" | "notion">, ...z.ZodLiteral<"web_search" | "image_generator" | "character_image_generator" | "notion">[]]>;
1174
1177
  name: z.ZodString;
1175
1178
  appearance: z.ZodString;
1176
1179
  images: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -1187,18 +1190,18 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
1187
1190
  url?: string | undefined;
1188
1191
  }>, "many">>;
1189
1192
  }, "strip", z.ZodTypeAny, {
1190
- appearance: string;
1191
1193
  name: string;
1192
- core: "notion" | "web_search" | "image_generator" | "character_image_generator";
1194
+ appearance: string;
1195
+ core: "web_search" | "image_generator" | "character_image_generator" | "notion";
1193
1196
  images?: {
1194
1197
  description: string;
1195
1198
  name?: string | undefined;
1196
1199
  url?: string | undefined;
1197
1200
  }[] | undefined;
1198
1201
  }, {
1199
- appearance: string;
1200
1202
  name: string;
1201
- core: "notion" | "web_search" | "image_generator" | "character_image_generator";
1203
+ appearance: string;
1204
+ core: "web_search" | "image_generator" | "character_image_generator" | "notion";
1202
1205
  images?: {
1203
1206
  description: string;
1204
1207
  name?: string | undefined;
@@ -1207,16 +1210,16 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
1207
1210
  }>, "many">>;
1208
1211
  }, "strip", z.ZodTypeAny, {
1209
1212
  name?: string | undefined;
1210
- description?: string | undefined;
1213
+ thumbnail?: string | null | undefined;
1214
+ environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
1211
1215
  core?: {
1212
1216
  name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
1213
1217
  sequential?: boolean | undefined;
1214
1218
  interval?: number | undefined;
1215
1219
  maxAgentExecutions?: number | null | undefined;
1216
1220
  } | undefined;
1221
+ description?: string | undefined;
1217
1222
  rules?: string[] | undefined;
1218
- thumbnail?: string | null | undefined;
1219
- environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
1220
1223
  canvases?: {
1221
1224
  name: string;
1222
1225
  description: string;
@@ -1228,9 +1231,9 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
1228
1231
  maxLength: number;
1229
1232
  }[] | undefined;
1230
1233
  gimmicks?: {
1231
- appearance: string;
1232
1234
  name: string;
1233
- core: "notion" | "web_search" | "image_generator" | "character_image_generator";
1235
+ appearance: string;
1236
+ core: "web_search" | "image_generator" | "character_image_generator" | "notion";
1234
1237
  images?: {
1235
1238
  description: string;
1236
1239
  name?: string | undefined;
@@ -1239,16 +1242,16 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
1239
1242
  }[] | undefined;
1240
1243
  }, {
1241
1244
  name?: string | undefined;
1242
- description?: string | undefined;
1245
+ thumbnail?: string | null | undefined;
1246
+ environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
1243
1247
  core?: {
1244
1248
  name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
1245
1249
  sequential?: boolean | undefined;
1246
1250
  interval?: number | undefined;
1247
1251
  maxAgentExecutions?: number | null | undefined;
1248
1252
  } | undefined;
1253
+ description?: string | undefined;
1249
1254
  rules?: string[] | undefined;
1250
- thumbnail?: string | null | undefined;
1251
- environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
1252
1255
  canvases?: {
1253
1256
  name: string;
1254
1257
  description: string;
@@ -1260,9 +1263,9 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
1260
1263
  maxLength: number;
1261
1264
  }[] | undefined;
1262
1265
  gimmicks?: {
1263
- appearance: string;
1264
1266
  name: string;
1265
- core: "notion" | "web_search" | "image_generator" | "character_image_generator";
1267
+ appearance: string;
1268
+ core: "web_search" | "image_generator" | "character_image_generator" | "notion";
1266
1269
  images?: {
1267
1270
  description: string;
1268
1271
  name?: string | undefined;
@@ -1383,14 +1386,15 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
1383
1386
  }>>;
1384
1387
  rules: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1385
1388
  }, "strip", z.ZodTypeAny, {
1389
+ name?: string | undefined;
1386
1390
  role?: string | undefined;
1387
1391
  avatar?: string | undefined;
1388
1392
  referenceAvatar?: string | undefined;
1389
1393
  appearance?: string | undefined;
1390
- name?: string | undefined;
1391
1394
  core?: {
1392
1395
  name: "evaluate_and_actions" | "execute_actions" | "response_every_message" | "no_action";
1393
1396
  } | undefined;
1397
+ rules?: string[] | undefined;
1394
1398
  llmPreset?: "free" | "gemini-low" | "gemini-medium" | "gemini-high" | "openai-low" | "openai-medium" | "xai-low" | "xai-medium" | undefined;
1395
1399
  languages?: string[] | undefined;
1396
1400
  timeZone?: string | undefined;
@@ -1417,16 +1421,16 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
1417
1421
  zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
1418
1422
  } | undefined;
1419
1423
  } | undefined;
1420
- rules?: string[] | undefined;
1421
1424
  }, {
1425
+ name?: string | undefined;
1422
1426
  role?: string | undefined;
1423
1427
  avatar?: string | undefined;
1424
1428
  referenceAvatar?: string | undefined;
1425
1429
  appearance?: string | undefined;
1426
- name?: string | undefined;
1427
1430
  core?: {
1428
1431
  name: "evaluate_and_actions" | "execute_actions" | "response_every_message" | "no_action";
1429
1432
  } | undefined;
1433
+ rules?: string[] | undefined;
1430
1434
  llmPreset?: "free" | "gemini-low" | "gemini-medium" | "gemini-high" | "openai-low" | "openai-medium" | "xai-low" | "xai-medium" | undefined;
1431
1435
  languages?: string[] | undefined;
1432
1436
  timeZone?: string | undefined;
@@ -1453,7 +1457,6 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
1453
1457
  zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
1454
1458
  } | undefined;
1455
1459
  } | undefined;
1456
- rules?: string[] | undefined;
1457
1460
  }>>, "many">>;
1458
1461
  }, "strip", z.ZodTypeAny, {
1459
1462
  name?: string | undefined;
@@ -1470,16 +1473,16 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
1470
1473
  isSensitive?: boolean | undefined;
1471
1474
  locationConfig?: {
1472
1475
  name?: string | undefined;
1473
- description?: string | undefined;
1476
+ thumbnail?: string | null | undefined;
1477
+ environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
1474
1478
  core?: {
1475
1479
  name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
1476
1480
  sequential?: boolean | undefined;
1477
1481
  interval?: number | undefined;
1478
1482
  maxAgentExecutions?: number | null | undefined;
1479
1483
  } | undefined;
1484
+ description?: string | undefined;
1480
1485
  rules?: string[] | undefined;
1481
- thumbnail?: string | null | undefined;
1482
- environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
1483
1486
  canvases?: {
1484
1487
  name: string;
1485
1488
  description: string;
@@ -1491,9 +1494,9 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
1491
1494
  maxLength: number;
1492
1495
  }[] | undefined;
1493
1496
  gimmicks?: {
1494
- appearance: string;
1495
1497
  name: string;
1496
- core: "notion" | "web_search" | "image_generator" | "character_image_generator";
1498
+ appearance: string;
1499
+ core: "web_search" | "image_generator" | "character_image_generator" | "notion";
1497
1500
  images?: {
1498
1501
  description: string;
1499
1502
  name?: string | undefined;
@@ -1502,14 +1505,15 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
1502
1505
  }[] | undefined;
1503
1506
  } | undefined;
1504
1507
  agentConfigs?: ({
1508
+ name?: string | undefined;
1505
1509
  role?: string | undefined;
1506
1510
  avatar?: string | undefined;
1507
1511
  referenceAvatar?: string | undefined;
1508
1512
  appearance?: string | undefined;
1509
- name?: string | undefined;
1510
1513
  core?: {
1511
1514
  name: "evaluate_and_actions" | "execute_actions" | "response_every_message" | "no_action";
1512
1515
  } | undefined;
1516
+ rules?: string[] | undefined;
1513
1517
  llmPreset?: "free" | "gemini-low" | "gemini-medium" | "gemini-high" | "openai-low" | "openai-medium" | "xai-low" | "xai-medium" | undefined;
1514
1518
  languages?: string[] | undefined;
1515
1519
  timeZone?: string | undefined;
@@ -1536,7 +1540,6 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
1536
1540
  zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
1537
1541
  } | undefined;
1538
1542
  } | undefined;
1539
- rules?: string[] | undefined;
1540
1543
  } | null)[] | undefined;
1541
1544
  thumbnails?: string[] | undefined;
1542
1545
  mission?: {
@@ -1552,18 +1555,19 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
1552
1555
  image?: string | undefined;
1553
1556
  }[] | undefined;
1554
1557
  userAvatar?: {
1558
+ name: string;
1555
1559
  avatar: string;
1556
1560
  appearance: string;
1557
- name: string;
1561
+ id?: bigint | undefined;
1562
+ ownerUserId?: bigint | undefined;
1558
1563
  role?: string | undefined;
1559
1564
  referenceAvatar?: string | undefined;
1560
1565
  examplePoses?: string[] | undefined;
1561
1566
  style?: "realistic" | "webtoon" | "webtoon2" | "illustration" | "anime" | "korean" | undefined;
1562
- isPublic?: boolean | undefined;
1563
- id?: bigint | undefined;
1564
1567
  usageCount?: number | undefined;
1565
1568
  likeCount?: number | undefined;
1566
1569
  isLiked?: boolean | undefined;
1570
+ isPublic?: boolean | undefined;
1567
1571
  createdAt?: Date | undefined;
1568
1572
  } | null | undefined;
1569
1573
  tags?: string[] | undefined;
@@ -1582,16 +1586,16 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
1582
1586
  isSensitive?: boolean | undefined;
1583
1587
  locationConfig?: {
1584
1588
  name?: string | undefined;
1585
- description?: string | undefined;
1589
+ thumbnail?: string | null | undefined;
1590
+ environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
1586
1591
  core?: {
1587
1592
  name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
1588
1593
  sequential?: boolean | undefined;
1589
1594
  interval?: number | undefined;
1590
1595
  maxAgentExecutions?: number | null | undefined;
1591
1596
  } | undefined;
1597
+ description?: string | undefined;
1592
1598
  rules?: string[] | undefined;
1593
- thumbnail?: string | null | undefined;
1594
- environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
1595
1599
  canvases?: {
1596
1600
  name: string;
1597
1601
  description: string;
@@ -1603,9 +1607,9 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
1603
1607
  maxLength: number;
1604
1608
  }[] | undefined;
1605
1609
  gimmicks?: {
1606
- appearance: string;
1607
1610
  name: string;
1608
- core: "notion" | "web_search" | "image_generator" | "character_image_generator";
1611
+ appearance: string;
1612
+ core: "web_search" | "image_generator" | "character_image_generator" | "notion";
1609
1613
  images?: {
1610
1614
  description: string;
1611
1615
  name?: string | undefined;
@@ -1614,14 +1618,15 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
1614
1618
  }[] | undefined;
1615
1619
  } | undefined;
1616
1620
  agentConfigs?: ({
1621
+ name?: string | undefined;
1617
1622
  role?: string | undefined;
1618
1623
  avatar?: string | undefined;
1619
1624
  referenceAvatar?: string | undefined;
1620
1625
  appearance?: string | undefined;
1621
- name?: string | undefined;
1622
1626
  core?: {
1623
1627
  name: "evaluate_and_actions" | "execute_actions" | "response_every_message" | "no_action";
1624
1628
  } | undefined;
1629
+ rules?: string[] | undefined;
1625
1630
  llmPreset?: "free" | "gemini-low" | "gemini-medium" | "gemini-high" | "openai-low" | "openai-medium" | "xai-low" | "xai-medium" | undefined;
1626
1631
  languages?: string[] | undefined;
1627
1632
  timeZone?: string | undefined;
@@ -1648,7 +1653,6 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
1648
1653
  zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
1649
1654
  } | undefined;
1650
1655
  } | undefined;
1651
- rules?: string[] | undefined;
1652
1656
  } | null)[] | undefined;
1653
1657
  thumbnails?: string[] | undefined;
1654
1658
  mission?: {
@@ -1664,18 +1668,19 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
1664
1668
  image?: string | undefined;
1665
1669
  }[] | undefined;
1666
1670
  userAvatar?: {
1671
+ name: string;
1667
1672
  avatar: string;
1668
1673
  appearance: string;
1669
- name: string;
1674
+ id?: bigint | undefined;
1675
+ ownerUserId?: bigint | undefined;
1670
1676
  role?: string | undefined;
1671
1677
  referenceAvatar?: string | undefined;
1672
1678
  examplePoses?: string[] | undefined;
1673
1679
  style?: "realistic" | "webtoon" | "webtoon2" | "illustration" | "anime" | "korean" | undefined;
1674
- isPublic?: boolean | undefined;
1675
- id?: bigint | undefined;
1676
1680
  usageCount?: number | undefined;
1677
1681
  likeCount?: number | undefined;
1678
1682
  isLiked?: boolean | undefined;
1683
+ isPublic?: boolean | undefined;
1679
1684
  createdAt?: Date | undefined;
1680
1685
  } | null | undefined;
1681
1686
  tags?: string[] | undefined;
@@ -1817,8 +1822,8 @@ export declare const GetLocationPresetLocationsParamsSchema: z.ZodObject<{
1817
1822
  cursor?: string | undefined;
1818
1823
  }, {
1819
1824
  presetId: bigint;
1820
- limit?: number | undefined;
1821
1825
  cursor?: string | undefined;
1826
+ limit?: number | undefined;
1822
1827
  }>;
1823
1828
  export type GetLocationPresetLocationsParamsDto = z.infer<typeof GetLocationPresetLocationsParamsSchema>;
1824
1829
  export interface GetLocationPresetLocationsResponseDto {
@@ -1841,12 +1846,12 @@ export declare const GetLocationPresetCommentsQuerySchema: z.ZodObject<{
1841
1846
  page: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
1842
1847
  limit: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
1843
1848
  }, "strip", z.ZodTypeAny, {
1844
- page: number;
1845
1849
  limit: number;
1850
+ page: number;
1846
1851
  sortBy: "latest" | "recommended";
1847
1852
  }, {
1848
- page?: number | undefined;
1849
1853
  limit?: number | undefined;
1854
+ page?: number | undefined;
1850
1855
  sortBy?: "latest" | "recommended" | undefined;
1851
1856
  }>;
1852
1857
  export type GetLocationPresetCommentsQueryDto = z.infer<typeof GetLocationPresetCommentsQuerySchema>;
@@ -1872,11 +1877,11 @@ export declare const GetLocationPresetCommentRepliesQuerySchema: z.ZodObject<{
1872
1877
  page: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
1873
1878
  limit: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
1874
1879
  }, "strip", z.ZodTypeAny, {
1875
- page: number;
1876
1880
  limit: number;
1881
+ page: number;
1877
1882
  }, {
1878
- page?: number | undefined;
1879
1883
  limit?: number | undefined;
1884
+ page?: number | undefined;
1880
1885
  }>;
1881
1886
  export type GetLocationPresetCommentRepliesQueryDto = z.infer<typeof GetLocationPresetCommentRepliesQuerySchema>;
1882
1887
  export interface GetLocationPresetCommentRepliesResponseDto {
@@ -1940,11 +1945,11 @@ export declare const ReportLocationPresetCommentParamsSchema: z.ZodObject<{
1940
1945
  presetId: z.ZodBigInt;
1941
1946
  commentId: z.ZodBigInt;
1942
1947
  }, "strip", z.ZodTypeAny, {
1943
- commentId: bigint;
1944
1948
  presetId: bigint;
1945
- }, {
1946
1949
  commentId: bigint;
1950
+ }, {
1947
1951
  presetId: bigint;
1952
+ commentId: bigint;
1948
1953
  }>;
1949
1954
  export type ReportLocationPresetCommentParamsDto = z.infer<typeof ReportLocationPresetCommentParamsSchema>;
1950
1955
  export interface ReportLocationPresetCommentResponseDto {
@@ -1955,11 +1960,11 @@ export declare const DeleteLocationPresetCommentParamsSchema: z.ZodObject<{
1955
1960
  presetId: z.ZodBigInt;
1956
1961
  commentId: z.ZodBigInt;
1957
1962
  }, "strip", z.ZodTypeAny, {
1958
- commentId: bigint;
1959
1963
  presetId: bigint;
1960
- }, {
1961
1964
  commentId: bigint;
1965
+ }, {
1962
1966
  presetId: bigint;
1967
+ commentId: bigint;
1963
1968
  }>;
1964
1969
  export type DeleteLocationPresetCommentParamsDto = z.infer<typeof DeleteLocationPresetCommentParamsSchema>;
1965
1970
  export interface DeleteLocationPresetCommentResponseDto {
@@ -2036,7 +2041,7 @@ export declare const CreateLocationSchema: z.ZodObject<{
2036
2041
  maxLength: number;
2037
2042
  }>, "many">>;
2038
2043
  gimmicks: z.ZodOptional<z.ZodArray<z.ZodObject<{
2039
- core: z.ZodUnion<[z.ZodLiteral<"notion" | "web_search" | "image_generator" | "character_image_generator">, z.ZodLiteral<"notion" | "web_search" | "image_generator" | "character_image_generator">, ...z.ZodLiteral<"notion" | "web_search" | "image_generator" | "character_image_generator">[]]>;
2044
+ core: z.ZodUnion<[z.ZodLiteral<"web_search" | "image_generator" | "character_image_generator" | "notion">, z.ZodLiteral<"web_search" | "image_generator" | "character_image_generator" | "notion">, ...z.ZodLiteral<"web_search" | "image_generator" | "character_image_generator" | "notion">[]]>;
2040
2045
  name: z.ZodString;
2041
2046
  appearance: z.ZodString;
2042
2047
  images: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -2053,18 +2058,18 @@ export declare const CreateLocationSchema: z.ZodObject<{
2053
2058
  url?: string | undefined;
2054
2059
  }>, "many">>;
2055
2060
  }, "strip", z.ZodTypeAny, {
2056
- appearance: string;
2057
2061
  name: string;
2058
- core: "notion" | "web_search" | "image_generator" | "character_image_generator";
2062
+ appearance: string;
2063
+ core: "web_search" | "image_generator" | "character_image_generator" | "notion";
2059
2064
  images?: {
2060
2065
  description: string;
2061
2066
  name?: string | undefined;
2062
2067
  url?: string | undefined;
2063
2068
  }[] | undefined;
2064
2069
  }, {
2065
- appearance: string;
2066
2070
  name: string;
2067
- core: "notion" | "web_search" | "image_generator" | "character_image_generator";
2071
+ appearance: string;
2072
+ core: "web_search" | "image_generator" | "character_image_generator" | "notion";
2068
2073
  images?: {
2069
2074
  description: string;
2070
2075
  name?: string | undefined;
@@ -2073,16 +2078,16 @@ export declare const CreateLocationSchema: z.ZodObject<{
2073
2078
  }>, "many">>;
2074
2079
  }, "strict", z.ZodTypeAny, {
2075
2080
  name?: string | undefined;
2076
- description?: string | undefined;
2081
+ thumbnail?: string | null | undefined;
2082
+ environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
2077
2083
  core?: {
2078
2084
  name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
2079
2085
  sequential?: boolean | undefined;
2080
2086
  interval?: number | undefined;
2081
2087
  maxAgentExecutions?: number | null | undefined;
2082
2088
  } | undefined;
2089
+ description?: string | undefined;
2083
2090
  rules?: string[] | undefined;
2084
- thumbnail?: string | null | undefined;
2085
- environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
2086
2091
  canvases?: {
2087
2092
  name: string;
2088
2093
  description: string;
@@ -2094,9 +2099,9 @@ export declare const CreateLocationSchema: z.ZodObject<{
2094
2099
  maxLength: number;
2095
2100
  }[] | undefined;
2096
2101
  gimmicks?: {
2097
- appearance: string;
2098
2102
  name: string;
2099
- core: "notion" | "web_search" | "image_generator" | "character_image_generator";
2103
+ appearance: string;
2104
+ core: "web_search" | "image_generator" | "character_image_generator" | "notion";
2100
2105
  images?: {
2101
2106
  description: string;
2102
2107
  name?: string | undefined;
@@ -2105,16 +2110,16 @@ export declare const CreateLocationSchema: z.ZodObject<{
2105
2110
  }[] | undefined;
2106
2111
  }, {
2107
2112
  name?: string | undefined;
2108
- description?: string | undefined;
2113
+ thumbnail?: string | null | undefined;
2114
+ environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
2109
2115
  core?: {
2110
2116
  name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
2111
2117
  sequential?: boolean | undefined;
2112
2118
  interval?: number | undefined;
2113
2119
  maxAgentExecutions?: number | null | undefined;
2114
2120
  } | undefined;
2121
+ description?: string | undefined;
2115
2122
  rules?: string[] | undefined;
2116
- thumbnail?: string | null | undefined;
2117
- environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
2118
2123
  canvases?: {
2119
2124
  name: string;
2120
2125
  description: string;
@@ -2126,9 +2131,9 @@ export declare const CreateLocationSchema: z.ZodObject<{
2126
2131
  maxLength: number;
2127
2132
  }[] | undefined;
2128
2133
  gimmicks?: {
2129
- appearance: string;
2130
2134
  name: string;
2131
- core: "notion" | "web_search" | "image_generator" | "character_image_generator";
2135
+ appearance: string;
2136
+ core: "web_search" | "image_generator" | "character_image_generator" | "notion";
2132
2137
  images?: {
2133
2138
  description: string;
2134
2139
  name?: string | undefined;
@@ -2143,16 +2148,16 @@ export declare const CreateLocationSchema: z.ZodObject<{
2143
2148
  }, "strip", z.ZodTypeAny, {
2144
2149
  config: {
2145
2150
  name?: string | undefined;
2146
- description?: string | undefined;
2151
+ thumbnail?: string | null | undefined;
2152
+ environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
2147
2153
  core?: {
2148
2154
  name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
2149
2155
  sequential?: boolean | undefined;
2150
2156
  interval?: number | undefined;
2151
2157
  maxAgentExecutions?: number | null | undefined;
2152
2158
  } | undefined;
2159
+ description?: string | undefined;
2153
2160
  rules?: string[] | undefined;
2154
- thumbnail?: string | null | undefined;
2155
- environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
2156
2161
  canvases?: {
2157
2162
  name: string;
2158
2163
  description: string;
@@ -2164,9 +2169,9 @@ export declare const CreateLocationSchema: z.ZodObject<{
2164
2169
  maxLength: number;
2165
2170
  }[] | undefined;
2166
2171
  gimmicks?: {
2167
- appearance: string;
2168
2172
  name: string;
2169
- core: "notion" | "web_search" | "image_generator" | "character_image_generator";
2173
+ appearance: string;
2174
+ core: "web_search" | "image_generator" | "character_image_generator" | "notion";
2170
2175
  images?: {
2171
2176
  description: string;
2172
2177
  name?: string | undefined;
@@ -2178,16 +2183,16 @@ export declare const CreateLocationSchema: z.ZodObject<{
2178
2183
  }, {
2179
2184
  config: {
2180
2185
  name?: string | undefined;
2181
- description?: string | undefined;
2186
+ thumbnail?: string | null | undefined;
2187
+ environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
2182
2188
  core?: {
2183
2189
  name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
2184
2190
  sequential?: boolean | undefined;
2185
2191
  interval?: number | undefined;
2186
2192
  maxAgentExecutions?: number | null | undefined;
2187
2193
  } | undefined;
2194
+ description?: string | undefined;
2188
2195
  rules?: string[] | undefined;
2189
- thumbnail?: string | null | undefined;
2190
- environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
2191
2196
  canvases?: {
2192
2197
  name: string;
2193
2198
  description: string;
@@ -2199,9 +2204,9 @@ export declare const CreateLocationSchema: z.ZodObject<{
2199
2204
  maxLength: number;
2200
2205
  }[] | undefined;
2201
2206
  gimmicks?: {
2202
- appearance: string;
2203
2207
  name: string;
2204
- core: "notion" | "web_search" | "image_generator" | "character_image_generator";
2208
+ appearance: string;
2209
+ core: "web_search" | "image_generator" | "character_image_generator" | "notion";
2205
2210
  images?: {
2206
2211
  description: string;
2207
2212
  name?: string | undefined;
@@ -2257,8 +2262,8 @@ export declare const GetAgentHelperLocationQuerySchema: z.ZodObject<{
2257
2262
  readonly MINIMO: "MINIMO";
2258
2263
  }>>>;
2259
2264
  }, "strip", z.ZodTypeAny, {
2260
- agentId: bigint;
2261
2265
  platform: "API" | "MINIMO";
2266
+ agentId: bigint;
2262
2267
  }, {
2263
2268
  agentId: bigint;
2264
2269
  platform?: "API" | "MINIMO" | undefined;
@@ -2291,8 +2296,8 @@ export declare const GetAgentDmLocationQuerySchema: z.ZodObject<{
2291
2296
  readonly MINIMO: "MINIMO";
2292
2297
  }>>>;
2293
2298
  }, "strip", z.ZodTypeAny, {
2294
- agentId: bigint;
2295
2299
  platform: "API" | "MINIMO";
2300
+ agentId: bigint;
2296
2301
  }, {
2297
2302
  agentId: bigint;
2298
2303
  platform?: "API" | "MINIMO" | undefined;