@little-samo/samo-ai-sdk 0.7.9 → 0.7.10

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<{
@@ -137,7 +137,7 @@ export declare const LocationUpdateConfigSchema: z.ZodObject<{
137
137
  }, "strip", z.ZodTypeAny, {
138
138
  name: string;
139
139
  appearance: string;
140
- core: "notion" | "web_search" | "image_generator" | "character_image_generator";
140
+ core: "web_search" | "image_generator" | "character_image_generator" | "notion";
141
141
  images?: {
142
142
  description: string;
143
143
  name?: string | undefined;
@@ -146,7 +146,7 @@ export declare const LocationUpdateConfigSchema: z.ZodObject<{
146
146
  }, {
147
147
  name: string;
148
148
  appearance: string;
149
- core: "notion" | "web_search" | "image_generator" | "character_image_generator";
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;
@@ -178,7 +178,7 @@ export declare const LocationUpdateConfigSchema: z.ZodObject<{
178
178
  gimmicks?: {
179
179
  name: string;
180
180
  appearance: string;
181
- core: "notion" | "web_search" | "image_generator" | "character_image_generator";
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;
@@ -210,7 +210,7 @@ export declare const LocationUpdateConfigSchema: z.ZodObject<{
210
210
  gimmicks?: {
211
211
  name: string;
212
212
  appearance: string;
213
- core: "notion" | "web_search" | "image_generator" | "character_image_generator";
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;
@@ -245,7 +245,7 @@ export declare const LocationUpdateConfigSchema: z.ZodObject<{
245
245
  gimmicks?: {
246
246
  name: string;
247
247
  appearance: string;
248
- core: "notion" | "web_search" | "image_generator" | "character_image_generator";
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;
@@ -280,7 +280,7 @@ export declare const LocationUpdateConfigSchema: z.ZodObject<{
280
280
  gimmicks?: {
281
281
  name: string;
282
282
  appearance: string;
283
- core: "notion" | "web_search" | "image_generator" | "character_image_generator";
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,19 +384,19 @@ 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";
390
+ sortBy: "popular" | "latest";
391
391
  tag?: string | undefined;
392
392
  ownerUserId?: bigint | undefined;
393
393
  }, {
394
394
  type: "NOVEL";
395
- page?: number | undefined;
396
395
  limit?: number | undefined;
397
- sortBy?: "latest" | "popular" | undefined;
396
+ page?: number | undefined;
398
397
  gender?: "all" | "male" | "female" | undefined;
399
398
  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
- 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
- sortBy: "latest" | "popular";
440
+ page: number;
442
441
  gender: "all" | "male" | "female";
442
+ sortBy: "popular" | "latest";
443
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<{
@@ -555,7 +555,7 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
555
555
  }, "strip", z.ZodTypeAny, {
556
556
  name: string;
557
557
  appearance: string;
558
- core: "notion" | "web_search" | "image_generator" | "character_image_generator";
558
+ core: "web_search" | "image_generator" | "character_image_generator" | "notion";
559
559
  images?: {
560
560
  description: string;
561
561
  name?: string | undefined;
@@ -564,7 +564,7 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
564
564
  }, {
565
565
  name: string;
566
566
  appearance: string;
567
- core: "notion" | "web_search" | "image_generator" | "character_image_generator";
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;
@@ -596,7 +596,7 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
596
596
  gimmicks?: {
597
597
  name: string;
598
598
  appearance: string;
599
- core: "notion" | "web_search" | "image_generator" | "character_image_generator";
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;
@@ -628,7 +628,7 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
628
628
  gimmicks?: {
629
629
  name: string;
630
630
  appearance: string;
631
- core: "notion" | "web_search" | "image_generator" | "character_image_generator";
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
- avatar?: string | undefined;
753
752
  name?: string | undefined;
754
753
  role?: string | undefined;
754
+ avatar?: string | undefined;
755
755
  referenceAvatar?: string | undefined;
756
756
  appearance?: 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
- avatar?: string | undefined;
789
788
  name?: string | undefined;
790
789
  role?: string | undefined;
790
+ avatar?: string | undefined;
791
791
  referenceAvatar?: string | undefined;
792
792
  appearance?: 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;
@@ -855,7 +855,7 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
855
855
  gimmicks?: {
856
856
  name: string;
857
857
  appearance: string;
858
- core: "notion" | "web_search" | "image_generator" | "character_image_generator";
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
- avatar?: string | undefined;
868
867
  name?: string | undefined;
869
868
  role?: string | undefined;
869
+ avatar?: string | undefined;
870
870
  referenceAvatar?: string | undefined;
871
871
  appearance?: 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;
@@ -934,7 +934,7 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
934
934
  gimmicks?: {
935
935
  name: string;
936
936
  appearance: string;
937
- core: "notion" | "web_search" | "image_generator" | "character_image_generator";
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
- avatar?: string | undefined;
947
946
  name?: string | undefined;
948
947
  role?: string | undefined;
948
+ avatar?: string | undefined;
949
949
  referenceAvatar?: string | undefined;
950
950
  appearance?: 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>;
@@ -1066,13 +1066,13 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
1066
1066
  }, "strip", z.ZodTypeAny, {
1067
1067
  entityType: "system" | "agent" | "user" | "gimmick";
1068
1068
  entityId: bigint;
1069
- image?: string | undefined;
1070
1069
  message?: string | undefined;
1070
+ image?: string | undefined;
1071
1071
  }, {
1072
1072
  entityType: "system" | "agent" | "user" | "gimmick";
1073
1073
  entityId: bigint;
1074
- image?: string | undefined;
1075
1074
  message?: string | undefined;
1075
+ image?: string | undefined;
1076
1076
  }>, "many">>;
1077
1077
  userAvatar: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1078
1078
  id: z.ZodOptional<z.ZodBigInt>;
@@ -1083,28 +1083,34 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
1083
1083
  examplePoses: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1084
1084
  appearance: z.ZodString;
1085
1085
  style: z.ZodOptional<z.ZodEnum<["realistic", "webtoon", "webtoon2", "illustration", "anime", "korean"]>>;
1086
+ likeCount: z.ZodOptional<z.ZodNumber>;
1087
+ isLiked: z.ZodOptional<z.ZodBoolean>;
1086
1088
  isPublic: z.ZodOptional<z.ZodBoolean>;
1087
1089
  createdAt: z.ZodOptional<z.ZodDate>;
1088
1090
  }, "strip", z.ZodTypeAny, {
1089
- avatar: string;
1090
1091
  name: string;
1092
+ avatar: string;
1091
1093
  appearance: string;
1092
- style?: "realistic" | "webtoon" | "webtoon2" | "illustration" | "anime" | "korean" | undefined;
1093
1094
  id?: bigint | undefined;
1094
1095
  role?: string | undefined;
1095
1096
  referenceAvatar?: string | undefined;
1096
1097
  examplePoses?: string[] | undefined;
1098
+ style?: "realistic" | "webtoon" | "webtoon2" | "illustration" | "anime" | "korean" | undefined;
1099
+ likeCount?: number | undefined;
1100
+ isLiked?: boolean | undefined;
1097
1101
  isPublic?: boolean | undefined;
1098
1102
  createdAt?: Date | undefined;
1099
1103
  }, {
1100
- avatar: string;
1101
1104
  name: string;
1105
+ avatar: string;
1102
1106
  appearance: string;
1103
- style?: "realistic" | "webtoon" | "webtoon2" | "illustration" | "anime" | "korean" | undefined;
1104
1107
  id?: bigint | undefined;
1105
1108
  role?: string | undefined;
1106
1109
  referenceAvatar?: string | undefined;
1107
1110
  examplePoses?: string[] | undefined;
1111
+ style?: "realistic" | "webtoon" | "webtoon2" | "illustration" | "anime" | "korean" | undefined;
1112
+ likeCount?: number | undefined;
1113
+ isLiked?: boolean | undefined;
1108
1114
  isPublic?: boolean | undefined;
1109
1115
  createdAt?: Date | undefined;
1110
1116
  }>>>;
@@ -1161,7 +1167,7 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
1161
1167
  maxLength: number;
1162
1168
  }>, "many">>;
1163
1169
  gimmicks: z.ZodOptional<z.ZodArray<z.ZodObject<{
1164
- 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">[]]>;
1170
+ 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">[]]>;
1165
1171
  name: z.ZodString;
1166
1172
  appearance: z.ZodString;
1167
1173
  images: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -1180,7 +1186,7 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
1180
1186
  }, "strip", z.ZodTypeAny, {
1181
1187
  name: string;
1182
1188
  appearance: string;
1183
- core: "notion" | "web_search" | "image_generator" | "character_image_generator";
1189
+ core: "web_search" | "image_generator" | "character_image_generator" | "notion";
1184
1190
  images?: {
1185
1191
  description: string;
1186
1192
  name?: string | undefined;
@@ -1189,7 +1195,7 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
1189
1195
  }, {
1190
1196
  name: string;
1191
1197
  appearance: string;
1192
- core: "notion" | "web_search" | "image_generator" | "character_image_generator";
1198
+ core: "web_search" | "image_generator" | "character_image_generator" | "notion";
1193
1199
  images?: {
1194
1200
  description: string;
1195
1201
  name?: string | undefined;
@@ -1198,16 +1204,16 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
1198
1204
  }>, "many">>;
1199
1205
  }, "strip", z.ZodTypeAny, {
1200
1206
  name?: string | undefined;
1201
- description?: string | undefined;
1207
+ thumbnail?: string | null | undefined;
1208
+ environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
1202
1209
  core?: {
1203
1210
  name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
1204
1211
  sequential?: boolean | undefined;
1205
1212
  interval?: number | undefined;
1206
1213
  maxAgentExecutions?: number | null | undefined;
1207
1214
  } | undefined;
1215
+ description?: string | undefined;
1208
1216
  rules?: string[] | undefined;
1209
- thumbnail?: string | null | undefined;
1210
- environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
1211
1217
  canvases?: {
1212
1218
  name: string;
1213
1219
  description: string;
@@ -1221,7 +1227,7 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
1221
1227
  gimmicks?: {
1222
1228
  name: string;
1223
1229
  appearance: string;
1224
- core: "notion" | "web_search" | "image_generator" | "character_image_generator";
1230
+ core: "web_search" | "image_generator" | "character_image_generator" | "notion";
1225
1231
  images?: {
1226
1232
  description: string;
1227
1233
  name?: string | undefined;
@@ -1230,16 +1236,16 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
1230
1236
  }[] | undefined;
1231
1237
  }, {
1232
1238
  name?: string | undefined;
1233
- description?: string | undefined;
1239
+ thumbnail?: string | null | undefined;
1240
+ environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
1234
1241
  core?: {
1235
1242
  name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
1236
1243
  sequential?: boolean | undefined;
1237
1244
  interval?: number | undefined;
1238
1245
  maxAgentExecutions?: number | null | undefined;
1239
1246
  } | undefined;
1247
+ description?: string | undefined;
1240
1248
  rules?: string[] | undefined;
1241
- thumbnail?: string | null | undefined;
1242
- environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
1243
1249
  canvases?: {
1244
1250
  name: string;
1245
1251
  description: string;
@@ -1253,7 +1259,7 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
1253
1259
  gimmicks?: {
1254
1260
  name: string;
1255
1261
  appearance: string;
1256
- core: "notion" | "web_search" | "image_generator" | "character_image_generator";
1262
+ core: "web_search" | "image_generator" | "character_image_generator" | "notion";
1257
1263
  images?: {
1258
1264
  description: string;
1259
1265
  name?: string | undefined;
@@ -1374,14 +1380,15 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
1374
1380
  }>>;
1375
1381
  rules: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1376
1382
  }, "strip", z.ZodTypeAny, {
1377
- avatar?: string | undefined;
1378
1383
  name?: string | undefined;
1379
1384
  role?: string | undefined;
1385
+ avatar?: string | undefined;
1380
1386
  referenceAvatar?: string | undefined;
1381
1387
  appearance?: string | undefined;
1382
1388
  core?: {
1383
1389
  name: "evaluate_and_actions" | "execute_actions" | "response_every_message" | "no_action";
1384
1390
  } | undefined;
1391
+ rules?: string[] | undefined;
1385
1392
  llmPreset?: "free" | "gemini-low" | "gemini-medium" | "gemini-high" | "openai-low" | "openai-medium" | "xai-low" | "xai-medium" | undefined;
1386
1393
  languages?: string[] | undefined;
1387
1394
  timeZone?: string | undefined;
@@ -1408,16 +1415,16 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
1408
1415
  zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
1409
1416
  } | undefined;
1410
1417
  } | undefined;
1411
- rules?: string[] | undefined;
1412
1418
  }, {
1413
- avatar?: string | undefined;
1414
1419
  name?: string | undefined;
1415
1420
  role?: string | undefined;
1421
+ avatar?: string | undefined;
1416
1422
  referenceAvatar?: string | undefined;
1417
1423
  appearance?: string | undefined;
1418
1424
  core?: {
1419
1425
  name: "evaluate_and_actions" | "execute_actions" | "response_every_message" | "no_action";
1420
1426
  } | undefined;
1427
+ rules?: string[] | undefined;
1421
1428
  llmPreset?: "free" | "gemini-low" | "gemini-medium" | "gemini-high" | "openai-low" | "openai-medium" | "xai-low" | "xai-medium" | undefined;
1422
1429
  languages?: string[] | undefined;
1423
1430
  timeZone?: string | undefined;
@@ -1444,7 +1451,6 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
1444
1451
  zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
1445
1452
  } | undefined;
1446
1453
  } | undefined;
1447
- rules?: string[] | undefined;
1448
1454
  }>>, "many">>;
1449
1455
  }, "strip", z.ZodTypeAny, {
1450
1456
  name?: string | undefined;
@@ -1461,16 +1467,16 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
1461
1467
  isSensitive?: boolean | undefined;
1462
1468
  locationConfig?: {
1463
1469
  name?: string | undefined;
1464
- description?: string | undefined;
1470
+ thumbnail?: string | null | undefined;
1471
+ environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
1465
1472
  core?: {
1466
1473
  name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
1467
1474
  sequential?: boolean | undefined;
1468
1475
  interval?: number | undefined;
1469
1476
  maxAgentExecutions?: number | null | undefined;
1470
1477
  } | undefined;
1478
+ description?: string | undefined;
1471
1479
  rules?: string[] | undefined;
1472
- thumbnail?: string | null | undefined;
1473
- environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
1474
1480
  canvases?: {
1475
1481
  name: string;
1476
1482
  description: string;
@@ -1484,7 +1490,7 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
1484
1490
  gimmicks?: {
1485
1491
  name: string;
1486
1492
  appearance: string;
1487
- core: "notion" | "web_search" | "image_generator" | "character_image_generator";
1493
+ core: "web_search" | "image_generator" | "character_image_generator" | "notion";
1488
1494
  images?: {
1489
1495
  description: string;
1490
1496
  name?: string | undefined;
@@ -1493,14 +1499,15 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
1493
1499
  }[] | undefined;
1494
1500
  } | undefined;
1495
1501
  agentConfigs?: ({
1496
- avatar?: string | undefined;
1497
1502
  name?: string | undefined;
1498
1503
  role?: string | undefined;
1504
+ avatar?: string | undefined;
1499
1505
  referenceAvatar?: string | undefined;
1500
1506
  appearance?: string | undefined;
1501
1507
  core?: {
1502
1508
  name: "evaluate_and_actions" | "execute_actions" | "response_every_message" | "no_action";
1503
1509
  } | undefined;
1510
+ rules?: string[] | undefined;
1504
1511
  llmPreset?: "free" | "gemini-low" | "gemini-medium" | "gemini-high" | "openai-low" | "openai-medium" | "xai-low" | "xai-medium" | undefined;
1505
1512
  languages?: string[] | undefined;
1506
1513
  timeZone?: string | undefined;
@@ -1527,7 +1534,6 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
1527
1534
  zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
1528
1535
  } | undefined;
1529
1536
  } | undefined;
1530
- rules?: string[] | undefined;
1531
1537
  } | null)[] | undefined;
1532
1538
  thumbnails?: string[] | undefined;
1533
1539
  mission?: {
@@ -1539,18 +1545,20 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
1539
1545
  messages?: {
1540
1546
  entityType: "system" | "agent" | "user" | "gimmick";
1541
1547
  entityId: bigint;
1542
- image?: string | undefined;
1543
1548
  message?: string | undefined;
1549
+ image?: string | undefined;
1544
1550
  }[] | undefined;
1545
1551
  userAvatar?: {
1546
- avatar: string;
1547
1552
  name: string;
1553
+ avatar: string;
1548
1554
  appearance: string;
1549
- style?: "realistic" | "webtoon" | "webtoon2" | "illustration" | "anime" | "korean" | undefined;
1550
1555
  id?: bigint | undefined;
1551
1556
  role?: string | undefined;
1552
1557
  referenceAvatar?: string | undefined;
1553
1558
  examplePoses?: string[] | undefined;
1559
+ style?: "realistic" | "webtoon" | "webtoon2" | "illustration" | "anime" | "korean" | undefined;
1560
+ likeCount?: number | undefined;
1561
+ isLiked?: boolean | undefined;
1554
1562
  isPublic?: boolean | undefined;
1555
1563
  createdAt?: Date | undefined;
1556
1564
  } | null | undefined;
@@ -1570,16 +1578,16 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
1570
1578
  isSensitive?: boolean | undefined;
1571
1579
  locationConfig?: {
1572
1580
  name?: string | undefined;
1573
- description?: string | undefined;
1581
+ thumbnail?: string | null | undefined;
1582
+ environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
1574
1583
  core?: {
1575
1584
  name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
1576
1585
  sequential?: boolean | undefined;
1577
1586
  interval?: number | undefined;
1578
1587
  maxAgentExecutions?: number | null | undefined;
1579
1588
  } | undefined;
1589
+ description?: string | undefined;
1580
1590
  rules?: string[] | undefined;
1581
- thumbnail?: string | null | undefined;
1582
- environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
1583
1591
  canvases?: {
1584
1592
  name: string;
1585
1593
  description: string;
@@ -1593,7 +1601,7 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
1593
1601
  gimmicks?: {
1594
1602
  name: string;
1595
1603
  appearance: string;
1596
- core: "notion" | "web_search" | "image_generator" | "character_image_generator";
1604
+ core: "web_search" | "image_generator" | "character_image_generator" | "notion";
1597
1605
  images?: {
1598
1606
  description: string;
1599
1607
  name?: string | undefined;
@@ -1602,14 +1610,15 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
1602
1610
  }[] | undefined;
1603
1611
  } | undefined;
1604
1612
  agentConfigs?: ({
1605
- avatar?: string | undefined;
1606
1613
  name?: string | undefined;
1607
1614
  role?: string | undefined;
1615
+ avatar?: string | undefined;
1608
1616
  referenceAvatar?: string | undefined;
1609
1617
  appearance?: string | undefined;
1610
1618
  core?: {
1611
1619
  name: "evaluate_and_actions" | "execute_actions" | "response_every_message" | "no_action";
1612
1620
  } | undefined;
1621
+ rules?: string[] | undefined;
1613
1622
  llmPreset?: "free" | "gemini-low" | "gemini-medium" | "gemini-high" | "openai-low" | "openai-medium" | "xai-low" | "xai-medium" | undefined;
1614
1623
  languages?: string[] | undefined;
1615
1624
  timeZone?: string | undefined;
@@ -1636,7 +1645,6 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
1636
1645
  zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
1637
1646
  } | undefined;
1638
1647
  } | undefined;
1639
- rules?: string[] | undefined;
1640
1648
  } | null)[] | undefined;
1641
1649
  thumbnails?: string[] | undefined;
1642
1650
  mission?: {
@@ -1648,18 +1656,20 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
1648
1656
  messages?: {
1649
1657
  entityType: "system" | "agent" | "user" | "gimmick";
1650
1658
  entityId: bigint;
1651
- image?: string | undefined;
1652
1659
  message?: string | undefined;
1660
+ image?: string | undefined;
1653
1661
  }[] | undefined;
1654
1662
  userAvatar?: {
1655
- avatar: string;
1656
1663
  name: string;
1664
+ avatar: string;
1657
1665
  appearance: string;
1658
- style?: "realistic" | "webtoon" | "webtoon2" | "illustration" | "anime" | "korean" | undefined;
1659
1666
  id?: bigint | undefined;
1660
1667
  role?: string | undefined;
1661
1668
  referenceAvatar?: string | undefined;
1662
1669
  examplePoses?: string[] | undefined;
1670
+ style?: "realistic" | "webtoon" | "webtoon2" | "illustration" | "anime" | "korean" | undefined;
1671
+ likeCount?: number | undefined;
1672
+ isLiked?: boolean | undefined;
1663
1673
  isPublic?: boolean | undefined;
1664
1674
  createdAt?: Date | undefined;
1665
1675
  } | null | undefined;
@@ -1802,8 +1812,8 @@ export declare const GetLocationPresetLocationsParamsSchema: z.ZodObject<{
1802
1812
  cursor?: string | undefined;
1803
1813
  }, {
1804
1814
  presetId: bigint;
1805
- limit?: number | undefined;
1806
1815
  cursor?: string | undefined;
1816
+ limit?: number | undefined;
1807
1817
  }>;
1808
1818
  export type GetLocationPresetLocationsParamsDto = z.infer<typeof GetLocationPresetLocationsParamsSchema>;
1809
1819
  export interface GetLocationPresetLocationsResponseDto {
@@ -1826,12 +1836,12 @@ export declare const GetLocationPresetCommentsQuerySchema: z.ZodObject<{
1826
1836
  page: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
1827
1837
  limit: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
1828
1838
  }, "strip", z.ZodTypeAny, {
1829
- page: number;
1830
1839
  limit: number;
1840
+ page: number;
1831
1841
  sortBy: "latest" | "recommended";
1832
1842
  }, {
1833
- page?: number | undefined;
1834
1843
  limit?: number | undefined;
1844
+ page?: number | undefined;
1835
1845
  sortBy?: "latest" | "recommended" | undefined;
1836
1846
  }>;
1837
1847
  export type GetLocationPresetCommentsQueryDto = z.infer<typeof GetLocationPresetCommentsQuerySchema>;
@@ -1857,11 +1867,11 @@ export declare const GetLocationPresetCommentRepliesQuerySchema: z.ZodObject<{
1857
1867
  page: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
1858
1868
  limit: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
1859
1869
  }, "strip", z.ZodTypeAny, {
1860
- page: number;
1861
1870
  limit: number;
1871
+ page: number;
1862
1872
  }, {
1863
- page?: number | undefined;
1864
1873
  limit?: number | undefined;
1874
+ page?: number | undefined;
1865
1875
  }>;
1866
1876
  export type GetLocationPresetCommentRepliesQueryDto = z.infer<typeof GetLocationPresetCommentRepliesQuerySchema>;
1867
1877
  export interface GetLocationPresetCommentRepliesResponseDto {
@@ -1925,11 +1935,11 @@ export declare const ReportLocationPresetCommentParamsSchema: z.ZodObject<{
1925
1935
  presetId: z.ZodBigInt;
1926
1936
  commentId: z.ZodBigInt;
1927
1937
  }, "strip", z.ZodTypeAny, {
1928
- commentId: bigint;
1929
1938
  presetId: bigint;
1930
- }, {
1931
1939
  commentId: bigint;
1940
+ }, {
1932
1941
  presetId: bigint;
1942
+ commentId: bigint;
1933
1943
  }>;
1934
1944
  export type ReportLocationPresetCommentParamsDto = z.infer<typeof ReportLocationPresetCommentParamsSchema>;
1935
1945
  export interface ReportLocationPresetCommentResponseDto {
@@ -1940,11 +1950,11 @@ export declare const DeleteLocationPresetCommentParamsSchema: z.ZodObject<{
1940
1950
  presetId: z.ZodBigInt;
1941
1951
  commentId: z.ZodBigInt;
1942
1952
  }, "strip", z.ZodTypeAny, {
1943
- commentId: bigint;
1944
1953
  presetId: bigint;
1945
- }, {
1946
1954
  commentId: bigint;
1955
+ }, {
1947
1956
  presetId: bigint;
1957
+ commentId: bigint;
1948
1958
  }>;
1949
1959
  export type DeleteLocationPresetCommentParamsDto = z.infer<typeof DeleteLocationPresetCommentParamsSchema>;
1950
1960
  export interface DeleteLocationPresetCommentResponseDto {
@@ -2021,7 +2031,7 @@ export declare const CreateLocationSchema: z.ZodObject<{
2021
2031
  maxLength: number;
2022
2032
  }>, "many">>;
2023
2033
  gimmicks: z.ZodOptional<z.ZodArray<z.ZodObject<{
2024
- 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">[]]>;
2034
+ 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">[]]>;
2025
2035
  name: z.ZodString;
2026
2036
  appearance: z.ZodString;
2027
2037
  images: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -2040,7 +2050,7 @@ export declare const CreateLocationSchema: z.ZodObject<{
2040
2050
  }, "strip", z.ZodTypeAny, {
2041
2051
  name: string;
2042
2052
  appearance: string;
2043
- core: "notion" | "web_search" | "image_generator" | "character_image_generator";
2053
+ core: "web_search" | "image_generator" | "character_image_generator" | "notion";
2044
2054
  images?: {
2045
2055
  description: string;
2046
2056
  name?: string | undefined;
@@ -2049,7 +2059,7 @@ export declare const CreateLocationSchema: z.ZodObject<{
2049
2059
  }, {
2050
2060
  name: string;
2051
2061
  appearance: string;
2052
- core: "notion" | "web_search" | "image_generator" | "character_image_generator";
2062
+ core: "web_search" | "image_generator" | "character_image_generator" | "notion";
2053
2063
  images?: {
2054
2064
  description: string;
2055
2065
  name?: string | undefined;
@@ -2058,16 +2068,16 @@ export declare const CreateLocationSchema: z.ZodObject<{
2058
2068
  }>, "many">>;
2059
2069
  }, "strict", z.ZodTypeAny, {
2060
2070
  name?: string | undefined;
2061
- description?: string | undefined;
2071
+ thumbnail?: string | null | undefined;
2072
+ environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
2062
2073
  core?: {
2063
2074
  name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
2064
2075
  sequential?: boolean | undefined;
2065
2076
  interval?: number | undefined;
2066
2077
  maxAgentExecutions?: number | null | undefined;
2067
2078
  } | undefined;
2079
+ description?: string | undefined;
2068
2080
  rules?: string[] | undefined;
2069
- thumbnail?: string | null | undefined;
2070
- environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
2071
2081
  canvases?: {
2072
2082
  name: string;
2073
2083
  description: string;
@@ -2081,7 +2091,7 @@ export declare const CreateLocationSchema: z.ZodObject<{
2081
2091
  gimmicks?: {
2082
2092
  name: string;
2083
2093
  appearance: string;
2084
- core: "notion" | "web_search" | "image_generator" | "character_image_generator";
2094
+ core: "web_search" | "image_generator" | "character_image_generator" | "notion";
2085
2095
  images?: {
2086
2096
  description: string;
2087
2097
  name?: string | undefined;
@@ -2090,16 +2100,16 @@ export declare const CreateLocationSchema: z.ZodObject<{
2090
2100
  }[] | undefined;
2091
2101
  }, {
2092
2102
  name?: string | undefined;
2093
- description?: string | undefined;
2103
+ thumbnail?: string | null | undefined;
2104
+ environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
2094
2105
  core?: {
2095
2106
  name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
2096
2107
  sequential?: boolean | undefined;
2097
2108
  interval?: number | undefined;
2098
2109
  maxAgentExecutions?: number | null | undefined;
2099
2110
  } | undefined;
2111
+ description?: string | undefined;
2100
2112
  rules?: string[] | undefined;
2101
- thumbnail?: string | null | undefined;
2102
- environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
2103
2113
  canvases?: {
2104
2114
  name: string;
2105
2115
  description: string;
@@ -2113,7 +2123,7 @@ export declare const CreateLocationSchema: z.ZodObject<{
2113
2123
  gimmicks?: {
2114
2124
  name: string;
2115
2125
  appearance: string;
2116
- core: "notion" | "web_search" | "image_generator" | "character_image_generator";
2126
+ core: "web_search" | "image_generator" | "character_image_generator" | "notion";
2117
2127
  images?: {
2118
2128
  description: string;
2119
2129
  name?: string | undefined;
@@ -2128,16 +2138,16 @@ export declare const CreateLocationSchema: z.ZodObject<{
2128
2138
  }, "strip", z.ZodTypeAny, {
2129
2139
  config: {
2130
2140
  name?: string | undefined;
2131
- description?: string | undefined;
2141
+ thumbnail?: string | null | undefined;
2142
+ environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
2132
2143
  core?: {
2133
2144
  name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
2134
2145
  sequential?: boolean | undefined;
2135
2146
  interval?: number | undefined;
2136
2147
  maxAgentExecutions?: number | null | undefined;
2137
2148
  } | undefined;
2149
+ description?: string | undefined;
2138
2150
  rules?: string[] | undefined;
2139
- thumbnail?: string | null | undefined;
2140
- environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
2141
2151
  canvases?: {
2142
2152
  name: string;
2143
2153
  description: string;
@@ -2151,7 +2161,7 @@ export declare const CreateLocationSchema: z.ZodObject<{
2151
2161
  gimmicks?: {
2152
2162
  name: string;
2153
2163
  appearance: string;
2154
- core: "notion" | "web_search" | "image_generator" | "character_image_generator";
2164
+ core: "web_search" | "image_generator" | "character_image_generator" | "notion";
2155
2165
  images?: {
2156
2166
  description: string;
2157
2167
  name?: string | undefined;
@@ -2163,16 +2173,16 @@ export declare const CreateLocationSchema: z.ZodObject<{
2163
2173
  }, {
2164
2174
  config: {
2165
2175
  name?: string | undefined;
2166
- description?: string | undefined;
2176
+ thumbnail?: string | null | undefined;
2177
+ environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
2167
2178
  core?: {
2168
2179
  name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
2169
2180
  sequential?: boolean | undefined;
2170
2181
  interval?: number | undefined;
2171
2182
  maxAgentExecutions?: number | null | undefined;
2172
2183
  } | undefined;
2184
+ description?: string | undefined;
2173
2185
  rules?: string[] | undefined;
2174
- thumbnail?: string | null | undefined;
2175
- environment?: "CHAT" | "NOVEL" | "BROWSER" | undefined;
2176
2186
  canvases?: {
2177
2187
  name: string;
2178
2188
  description: string;
@@ -2186,7 +2196,7 @@ export declare const CreateLocationSchema: z.ZodObject<{
2186
2196
  gimmicks?: {
2187
2197
  name: string;
2188
2198
  appearance: string;
2189
- core: "notion" | "web_search" | "image_generator" | "character_image_generator";
2199
+ core: "web_search" | "image_generator" | "character_image_generator" | "notion";
2190
2200
  images?: {
2191
2201
  description: string;
2192
2202
  name?: string | undefined;
@@ -2242,8 +2252,8 @@ export declare const GetAgentHelperLocationQuerySchema: z.ZodObject<{
2242
2252
  readonly MINIMO: "MINIMO";
2243
2253
  }>>>;
2244
2254
  }, "strip", z.ZodTypeAny, {
2245
- agentId: bigint;
2246
2255
  platform: "API" | "MINIMO";
2256
+ agentId: bigint;
2247
2257
  }, {
2248
2258
  agentId: bigint;
2249
2259
  platform?: "API" | "MINIMO" | undefined;
@@ -2276,8 +2286,8 @@ export declare const GetAgentDmLocationQuerySchema: z.ZodObject<{
2276
2286
  readonly MINIMO: "MINIMO";
2277
2287
  }>>>;
2278
2288
  }, "strip", z.ZodTypeAny, {
2279
- agentId: bigint;
2280
2289
  platform: "API" | "MINIMO";
2290
+ agentId: bigint;
2281
2291
  }, {
2282
2292
  agentId: bigint;
2283
2293
  platform?: "API" | "MINIMO" | undefined;
@@ -2798,15 +2808,15 @@ export declare const SendLocationMessageSchema: z.ZodObject<{
2798
2808
  paidCreditOnly: z.ZodOptional<z.ZodBoolean>;
2799
2809
  }, "strip", z.ZodTypeAny, {
2800
2810
  locationId: bigint;
2801
- image?: string | undefined;
2802
2811
  message?: string | undefined;
2812
+ image?: string | undefined;
2803
2813
  action?: string | undefined;
2804
2814
  creditAmount?: number | undefined;
2805
2815
  paidCreditOnly?: boolean | undefined;
2806
2816
  }, {
2807
2817
  locationId: bigint;
2808
- image?: string | undefined;
2809
2818
  message?: string | undefined;
2819
+ image?: string | undefined;
2810
2820
  action?: string | undefined;
2811
2821
  creditAmount?: number | undefined;
2812
2822
  paidCreditOnly?: boolean | undefined;
@@ -2835,12 +2845,12 @@ export declare const UpdateLocationImageSchema: z.ZodObject<{
2835
2845
  image: z.ZodString;
2836
2846
  index: z.ZodOptional<z.ZodNumber>;
2837
2847
  }, "strip", z.ZodTypeAny, {
2838
- image: string;
2839
2848
  locationId: bigint;
2849
+ image: string;
2840
2850
  index?: number | undefined;
2841
2851
  }, {
2842
- image: string;
2843
2852
  locationId: bigint;
2853
+ image: string;
2844
2854
  index?: number | undefined;
2845
2855
  }>;
2846
2856
  export type UpdateLocationImageDto = z.infer<typeof UpdateLocationImageSchema>;