@little-samo/samo-ai-sdk 0.5.4 → 0.6.0

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.
@@ -592,14 +592,14 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
592
592
  backstory: z.ZodOptional<z.ZodString>;
593
593
  }, "strip", z.ZodTypeAny, {
594
594
  gender?: string | undefined;
595
- age?: string | undefined;
596
595
  expertise?: string | undefined;
597
596
  backstory?: string | undefined;
597
+ age?: string | undefined;
598
598
  }, {
599
599
  gender?: string | undefined;
600
- age?: string | undefined;
601
600
  expertise?: string | undefined;
602
601
  backstory?: string | undefined;
602
+ age?: string | undefined;
603
603
  }>>;
604
604
  speech: z.ZodOptional<z.ZodObject<{
605
605
  tone: z.ZodOptional<z.ZodString>;
@@ -622,16 +622,16 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
622
622
  mbti: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"INTJ">, z.ZodLiteral<"INTP">, z.ZodLiteral<"ENTJ">, z.ZodLiteral<"ENTP">, z.ZodLiteral<"INFJ">, z.ZodLiteral<"INFP">, z.ZodLiteral<"ENFJ">, z.ZodLiteral<"ENFP">, z.ZodLiteral<"ISTJ">, z.ZodLiteral<"ISFJ">, z.ZodLiteral<"ESTJ">, z.ZodLiteral<"ESFJ">, z.ZodLiteral<"ISTP">, z.ZodLiteral<"ISFP">, z.ZodLiteral<"ESTP">, z.ZodLiteral<"ESFP">]>>;
623
623
  zodiac: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Aries">, z.ZodLiteral<"Taurus">, z.ZodLiteral<"Gemini">, z.ZodLiteral<"Cancer">, z.ZodLiteral<"Leo">, z.ZodLiteral<"Virgo">, z.ZodLiteral<"Libra">, z.ZodLiteral<"Scorpio">, z.ZodLiteral<"Sagittarius">, z.ZodLiteral<"Capricorn">, z.ZodLiteral<"Aquarius">, z.ZodLiteral<"Pisces">]>>;
624
624
  }, "strip", z.ZodTypeAny, {
625
- values?: string | undefined;
626
625
  traits?: string | undefined;
627
626
  interests?: string | undefined;
627
+ values?: string | undefined;
628
628
  quirks?: string | undefined;
629
629
  mbti?: "INTJ" | "INTP" | "ENTJ" | "ENTP" | "INFJ" | "INFP" | "ENFJ" | "ENFP" | "ISTJ" | "ISFJ" | "ESTJ" | "ESFJ" | "ISTP" | "ISFP" | "ESTP" | "ESFP" | undefined;
630
630
  zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
631
631
  }, {
632
- values?: string | undefined;
633
632
  traits?: string | undefined;
634
633
  interests?: string | undefined;
634
+ values?: string | undefined;
635
635
  quirks?: string | undefined;
636
636
  mbti?: "INTJ" | "INTP" | "ENTJ" | "ENTP" | "INFJ" | "INFP" | "ENFJ" | "ENFP" | "ISTJ" | "ISFJ" | "ESTJ" | "ESFJ" | "ISTP" | "ISFP" | "ESTP" | "ESFP" | undefined;
637
637
  zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
@@ -639,9 +639,9 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
639
639
  }, "strip", z.ZodTypeAny, {
640
640
  background?: {
641
641
  gender?: string | undefined;
642
- age?: string | undefined;
643
642
  expertise?: string | undefined;
644
643
  backstory?: string | undefined;
644
+ age?: string | undefined;
645
645
  } | undefined;
646
646
  speech?: {
647
647
  tone?: string | undefined;
@@ -649,9 +649,9 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
649
649
  formality?: string | undefined;
650
650
  } | undefined;
651
651
  personality?: {
652
- values?: string | undefined;
653
652
  traits?: string | undefined;
654
653
  interests?: string | undefined;
654
+ values?: string | undefined;
655
655
  quirks?: string | undefined;
656
656
  mbti?: "INTJ" | "INTP" | "ENTJ" | "ENTP" | "INFJ" | "INFP" | "ENFJ" | "ENFP" | "ISTJ" | "ISFJ" | "ESTJ" | "ESFJ" | "ISTP" | "ISFP" | "ESTP" | "ESFP" | undefined;
657
657
  zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
@@ -659,9 +659,9 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
659
659
  }, {
660
660
  background?: {
661
661
  gender?: string | undefined;
662
- age?: string | undefined;
663
662
  expertise?: string | undefined;
664
663
  backstory?: string | undefined;
664
+ age?: string | undefined;
665
665
  } | undefined;
666
666
  speech?: {
667
667
  tone?: string | undefined;
@@ -669,9 +669,9 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
669
669
  formality?: string | undefined;
670
670
  } | undefined;
671
671
  personality?: {
672
- values?: string | undefined;
673
672
  traits?: string | undefined;
674
673
  interests?: string | undefined;
674
+ values?: string | undefined;
675
675
  quirks?: string | undefined;
676
676
  mbti?: "INTJ" | "INTP" | "ENTJ" | "ENTP" | "INFJ" | "INFP" | "ENFJ" | "ENFP" | "ISTJ" | "ISFJ" | "ESTJ" | "ESFJ" | "ISTP" | "ISFP" | "ESTP" | "ESFP" | undefined;
677
677
  zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
@@ -679,14 +679,14 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
679
679
  }>>;
680
680
  rules: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
681
681
  }, "strip", z.ZodTypeAny, {
682
+ role?: string | undefined;
683
+ avatar?: string | undefined;
682
684
  name?: string | undefined;
683
685
  core?: {
684
686
  name: "evaluate_and_actions" | "execute_actions" | "response_every_message" | "no_action";
685
687
  } | undefined;
686
688
  rules?: string[] | undefined;
687
689
  appearance?: string | undefined;
688
- role?: string | undefined;
689
- avatar?: string | undefined;
690
690
  referenceAvatar?: string | undefined;
691
691
  llmPreset?: "free" | "gemini-low" | "gemini-medium" | "gemini-high" | "openai-low" | "openai-medium" | "xai-low" | "xai-medium" | undefined;
692
692
  languages?: string[] | undefined;
@@ -696,9 +696,9 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
696
696
  character?: {
697
697
  background?: {
698
698
  gender?: string | undefined;
699
- age?: string | undefined;
700
699
  expertise?: string | undefined;
701
700
  backstory?: string | undefined;
701
+ age?: string | undefined;
702
702
  } | undefined;
703
703
  speech?: {
704
704
  tone?: string | undefined;
@@ -706,23 +706,23 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
706
706
  formality?: string | undefined;
707
707
  } | undefined;
708
708
  personality?: {
709
- values?: string | undefined;
710
709
  traits?: string | undefined;
711
710
  interests?: string | undefined;
711
+ values?: string | undefined;
712
712
  quirks?: string | undefined;
713
713
  mbti?: "INTJ" | "INTP" | "ENTJ" | "ENTP" | "INFJ" | "INFP" | "ENFJ" | "ENFP" | "ISTJ" | "ISFJ" | "ESTJ" | "ESFJ" | "ISTP" | "ISFP" | "ESTP" | "ESFP" | undefined;
714
714
  zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
715
715
  } | undefined;
716
716
  } | undefined;
717
717
  }, {
718
+ role?: string | undefined;
719
+ avatar?: string | undefined;
718
720
  name?: string | undefined;
719
721
  core?: {
720
722
  name: "evaluate_and_actions" | "execute_actions" | "response_every_message" | "no_action";
721
723
  } | undefined;
722
724
  rules?: string[] | undefined;
723
725
  appearance?: string | undefined;
724
- role?: string | undefined;
725
- avatar?: string | undefined;
726
726
  referenceAvatar?: string | undefined;
727
727
  llmPreset?: "free" | "gemini-low" | "gemini-medium" | "gemini-high" | "openai-low" | "openai-medium" | "xai-low" | "xai-medium" | undefined;
728
728
  languages?: string[] | undefined;
@@ -732,9 +732,9 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
732
732
  character?: {
733
733
  background?: {
734
734
  gender?: string | undefined;
735
- age?: string | undefined;
736
735
  expertise?: string | undefined;
737
736
  backstory?: string | undefined;
737
+ age?: string | undefined;
738
738
  } | undefined;
739
739
  speech?: {
740
740
  tone?: string | undefined;
@@ -742,9 +742,9 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
742
742
  formality?: string | undefined;
743
743
  } | undefined;
744
744
  personality?: {
745
- values?: string | undefined;
746
745
  traits?: string | undefined;
747
746
  interests?: string | undefined;
747
+ values?: string | undefined;
748
748
  quirks?: string | undefined;
749
749
  mbti?: "INTJ" | "INTP" | "ENTJ" | "ENTP" | "INFJ" | "INFP" | "ENFJ" | "ENFP" | "ISTJ" | "ISFJ" | "ESTJ" | "ESFJ" | "ISTP" | "ISFP" | "ESTP" | "ESFP" | undefined;
750
750
  zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
@@ -794,14 +794,14 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
794
794
  }[] | undefined;
795
795
  } | undefined;
796
796
  agentConfigs?: {
797
+ role?: string | undefined;
798
+ avatar?: string | undefined;
797
799
  name?: string | undefined;
798
800
  core?: {
799
801
  name: "evaluate_and_actions" | "execute_actions" | "response_every_message" | "no_action";
800
802
  } | undefined;
801
803
  rules?: string[] | undefined;
802
804
  appearance?: string | undefined;
803
- role?: string | undefined;
804
- avatar?: string | undefined;
805
805
  referenceAvatar?: string | undefined;
806
806
  llmPreset?: "free" | "gemini-low" | "gemini-medium" | "gemini-high" | "openai-low" | "openai-medium" | "xai-low" | "xai-medium" | undefined;
807
807
  languages?: string[] | undefined;
@@ -811,9 +811,9 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
811
811
  character?: {
812
812
  background?: {
813
813
  gender?: string | undefined;
814
- age?: string | undefined;
815
814
  expertise?: string | undefined;
816
815
  backstory?: string | undefined;
816
+ age?: string | undefined;
817
817
  } | undefined;
818
818
  speech?: {
819
819
  tone?: string | undefined;
@@ -821,9 +821,9 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
821
821
  formality?: string | undefined;
822
822
  } | undefined;
823
823
  personality?: {
824
- values?: string | undefined;
825
824
  traits?: string | undefined;
826
825
  interests?: string | undefined;
826
+ values?: string | undefined;
827
827
  quirks?: string | undefined;
828
828
  mbti?: "INTJ" | "INTP" | "ENTJ" | "ENTP" | "INFJ" | "INFP" | "ENFJ" | "ENFP" | "ISTJ" | "ISFJ" | "ESTJ" | "ESFJ" | "ISTP" | "ISFP" | "ESTP" | "ESFP" | undefined;
829
829
  zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
@@ -873,14 +873,14 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
873
873
  }[] | undefined;
874
874
  } | undefined;
875
875
  agentConfigs?: {
876
+ role?: string | undefined;
877
+ avatar?: string | undefined;
876
878
  name?: string | undefined;
877
879
  core?: {
878
880
  name: "evaluate_and_actions" | "execute_actions" | "response_every_message" | "no_action";
879
881
  } | undefined;
880
882
  rules?: string[] | undefined;
881
883
  appearance?: string | undefined;
882
- role?: string | undefined;
883
- avatar?: string | undefined;
884
884
  referenceAvatar?: string | undefined;
885
885
  llmPreset?: "free" | "gemini-low" | "gemini-medium" | "gemini-high" | "openai-low" | "openai-medium" | "xai-low" | "xai-medium" | undefined;
886
886
  languages?: string[] | undefined;
@@ -890,9 +890,9 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
890
890
  character?: {
891
891
  background?: {
892
892
  gender?: string | undefined;
893
- age?: string | undefined;
894
893
  expertise?: string | undefined;
895
894
  backstory?: string | undefined;
895
+ age?: string | undefined;
896
896
  } | undefined;
897
897
  speech?: {
898
898
  tone?: string | undefined;
@@ -900,9 +900,9 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
900
900
  formality?: string | undefined;
901
901
  } | undefined;
902
902
  personality?: {
903
- values?: string | undefined;
904
903
  traits?: string | undefined;
905
904
  interests?: string | undefined;
905
+ values?: string | undefined;
906
906
  quirks?: string | undefined;
907
907
  mbti?: "INTJ" | "INTP" | "ENTJ" | "ENTP" | "INFJ" | "INFP" | "ENFJ" | "ENFP" | "ISTJ" | "ISFJ" | "ESTJ" | "ESFJ" | "ISTP" | "ISFP" | "ESTP" | "ESFP" | undefined;
908
908
  zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
@@ -949,6 +949,7 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
949
949
  presetDescription: z.ZodOptional<z.ZodString>;
950
950
  presetShortDescription: z.ZodOptional<z.ZodString>;
951
951
  thumbnail: z.ZodOptional<z.ZodString>;
952
+ thumbnails: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
952
953
  canvases: z.ZodOptional<z.ZodArray<z.ZodObject<{
953
954
  name: z.ZodString;
954
955
  text: z.ZodString;
@@ -995,13 +996,13 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
995
996
  }, "strip", z.ZodTypeAny, {
996
997
  entityType: "system" | "agent" | "user" | "gimmick";
997
998
  entityId: bigint;
998
- message?: string | undefined;
999
999
  image?: string | undefined;
1000
+ message?: string | undefined;
1000
1001
  }, {
1001
1002
  entityType: "system" | "agent" | "user" | "gimmick";
1002
1003
  entityId: bigint;
1003
- message?: string | undefined;
1004
1004
  image?: string | undefined;
1005
+ message?: string | undefined;
1005
1006
  }>, "many">>;
1006
1007
  userAvatar: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1007
1008
  name: z.ZodString;
@@ -1010,15 +1011,15 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
1010
1011
  referenceAvatar: z.ZodString;
1011
1012
  appearance: z.ZodString;
1012
1013
  }, "strip", z.ZodTypeAny, {
1014
+ avatar: string;
1013
1015
  name: string;
1014
1016
  appearance: string;
1015
- avatar: string;
1016
1017
  referenceAvatar: string;
1017
1018
  role?: string | undefined;
1018
1019
  }, {
1020
+ avatar: string;
1019
1021
  name: string;
1020
1022
  appearance: string;
1021
- avatar: string;
1022
1023
  referenceAvatar: string;
1023
1024
  role?: string | undefined;
1024
1025
  }>>>;
@@ -1200,14 +1201,14 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
1200
1201
  backstory: z.ZodOptional<z.ZodString>;
1201
1202
  }, "strip", z.ZodTypeAny, {
1202
1203
  gender?: string | undefined;
1203
- age?: string | undefined;
1204
1204
  expertise?: string | undefined;
1205
1205
  backstory?: string | undefined;
1206
+ age?: string | undefined;
1206
1207
  }, {
1207
1208
  gender?: string | undefined;
1208
- age?: string | undefined;
1209
1209
  expertise?: string | undefined;
1210
1210
  backstory?: string | undefined;
1211
+ age?: string | undefined;
1211
1212
  }>>;
1212
1213
  speech: z.ZodOptional<z.ZodObject<{
1213
1214
  tone: z.ZodOptional<z.ZodString>;
@@ -1230,16 +1231,16 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
1230
1231
  mbti: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"INTJ">, z.ZodLiteral<"INTP">, z.ZodLiteral<"ENTJ">, z.ZodLiteral<"ENTP">, z.ZodLiteral<"INFJ">, z.ZodLiteral<"INFP">, z.ZodLiteral<"ENFJ">, z.ZodLiteral<"ENFP">, z.ZodLiteral<"ISTJ">, z.ZodLiteral<"ISFJ">, z.ZodLiteral<"ESTJ">, z.ZodLiteral<"ESFJ">, z.ZodLiteral<"ISTP">, z.ZodLiteral<"ISFP">, z.ZodLiteral<"ESTP">, z.ZodLiteral<"ESFP">]>>;
1231
1232
  zodiac: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Aries">, z.ZodLiteral<"Taurus">, z.ZodLiteral<"Gemini">, z.ZodLiteral<"Cancer">, z.ZodLiteral<"Leo">, z.ZodLiteral<"Virgo">, z.ZodLiteral<"Libra">, z.ZodLiteral<"Scorpio">, z.ZodLiteral<"Sagittarius">, z.ZodLiteral<"Capricorn">, z.ZodLiteral<"Aquarius">, z.ZodLiteral<"Pisces">]>>;
1232
1233
  }, "strip", z.ZodTypeAny, {
1233
- values?: string | undefined;
1234
1234
  traits?: string | undefined;
1235
1235
  interests?: string | undefined;
1236
+ values?: string | undefined;
1236
1237
  quirks?: string | undefined;
1237
1238
  mbti?: "INTJ" | "INTP" | "ENTJ" | "ENTP" | "INFJ" | "INFP" | "ENFJ" | "ENFP" | "ISTJ" | "ISFJ" | "ESTJ" | "ESFJ" | "ISTP" | "ISFP" | "ESTP" | "ESFP" | undefined;
1238
1239
  zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
1239
1240
  }, {
1240
- values?: string | undefined;
1241
1241
  traits?: string | undefined;
1242
1242
  interests?: string | undefined;
1243
+ values?: string | undefined;
1243
1244
  quirks?: string | undefined;
1244
1245
  mbti?: "INTJ" | "INTP" | "ENTJ" | "ENTP" | "INFJ" | "INFP" | "ENFJ" | "ENFP" | "ISTJ" | "ISFJ" | "ESTJ" | "ESFJ" | "ISTP" | "ISFP" | "ESTP" | "ESFP" | undefined;
1245
1246
  zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
@@ -1247,9 +1248,9 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
1247
1248
  }, "strip", z.ZodTypeAny, {
1248
1249
  background?: {
1249
1250
  gender?: string | undefined;
1250
- age?: string | undefined;
1251
1251
  expertise?: string | undefined;
1252
1252
  backstory?: string | undefined;
1253
+ age?: string | undefined;
1253
1254
  } | undefined;
1254
1255
  speech?: {
1255
1256
  tone?: string | undefined;
@@ -1257,9 +1258,9 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
1257
1258
  formality?: string | undefined;
1258
1259
  } | undefined;
1259
1260
  personality?: {
1260
- values?: string | undefined;
1261
1261
  traits?: string | undefined;
1262
1262
  interests?: string | undefined;
1263
+ values?: string | undefined;
1263
1264
  quirks?: string | undefined;
1264
1265
  mbti?: "INTJ" | "INTP" | "ENTJ" | "ENTP" | "INFJ" | "INFP" | "ENFJ" | "ENFP" | "ISTJ" | "ISFJ" | "ESTJ" | "ESFJ" | "ISTP" | "ISFP" | "ESTP" | "ESFP" | undefined;
1265
1266
  zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
@@ -1267,9 +1268,9 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
1267
1268
  }, {
1268
1269
  background?: {
1269
1270
  gender?: string | undefined;
1270
- age?: string | undefined;
1271
1271
  expertise?: string | undefined;
1272
1272
  backstory?: string | undefined;
1273
+ age?: string | undefined;
1273
1274
  } | undefined;
1274
1275
  speech?: {
1275
1276
  tone?: string | undefined;
@@ -1277,9 +1278,9 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
1277
1278
  formality?: string | undefined;
1278
1279
  } | undefined;
1279
1280
  personality?: {
1280
- values?: string | undefined;
1281
1281
  traits?: string | undefined;
1282
1282
  interests?: string | undefined;
1283
+ values?: string | undefined;
1283
1284
  quirks?: string | undefined;
1284
1285
  mbti?: "INTJ" | "INTP" | "ENTJ" | "ENTP" | "INFJ" | "INFP" | "ENFJ" | "ENFP" | "ISTJ" | "ISFJ" | "ESTJ" | "ESFJ" | "ISTP" | "ISFP" | "ESTP" | "ESFP" | undefined;
1285
1286
  zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
@@ -1287,14 +1288,14 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
1287
1288
  }>>;
1288
1289
  rules: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1289
1290
  }, "strip", z.ZodTypeAny, {
1291
+ role?: string | undefined;
1292
+ avatar?: string | undefined;
1290
1293
  name?: string | undefined;
1291
1294
  core?: {
1292
1295
  name: "evaluate_and_actions" | "execute_actions" | "response_every_message" | "no_action";
1293
1296
  } | undefined;
1294
1297
  rules?: string[] | undefined;
1295
1298
  appearance?: string | undefined;
1296
- role?: string | undefined;
1297
- avatar?: string | undefined;
1298
1299
  referenceAvatar?: string | undefined;
1299
1300
  llmPreset?: "free" | "gemini-low" | "gemini-medium" | "gemini-high" | "openai-low" | "openai-medium" | "xai-low" | "xai-medium" | undefined;
1300
1301
  languages?: string[] | undefined;
@@ -1304,9 +1305,9 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
1304
1305
  character?: {
1305
1306
  background?: {
1306
1307
  gender?: string | undefined;
1307
- age?: string | undefined;
1308
1308
  expertise?: string | undefined;
1309
1309
  backstory?: string | undefined;
1310
+ age?: string | undefined;
1310
1311
  } | undefined;
1311
1312
  speech?: {
1312
1313
  tone?: string | undefined;
@@ -1314,23 +1315,23 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
1314
1315
  formality?: string | undefined;
1315
1316
  } | undefined;
1316
1317
  personality?: {
1317
- values?: string | undefined;
1318
1318
  traits?: string | undefined;
1319
1319
  interests?: string | undefined;
1320
+ values?: string | undefined;
1320
1321
  quirks?: string | undefined;
1321
1322
  mbti?: "INTJ" | "INTP" | "ENTJ" | "ENTP" | "INFJ" | "INFP" | "ENFJ" | "ENFP" | "ISTJ" | "ISFJ" | "ESTJ" | "ESFJ" | "ISTP" | "ISFP" | "ESTP" | "ESFP" | undefined;
1322
1323
  zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
1323
1324
  } | undefined;
1324
1325
  } | undefined;
1325
1326
  }, {
1327
+ role?: string | undefined;
1328
+ avatar?: string | undefined;
1326
1329
  name?: string | undefined;
1327
1330
  core?: {
1328
1331
  name: "evaluate_and_actions" | "execute_actions" | "response_every_message" | "no_action";
1329
1332
  } | undefined;
1330
1333
  rules?: string[] | undefined;
1331
1334
  appearance?: string | undefined;
1332
- role?: string | undefined;
1333
- avatar?: string | undefined;
1334
1335
  referenceAvatar?: string | undefined;
1335
1336
  llmPreset?: "free" | "gemini-low" | "gemini-medium" | "gemini-high" | "openai-low" | "openai-medium" | "xai-low" | "xai-medium" | undefined;
1336
1337
  languages?: string[] | undefined;
@@ -1340,9 +1341,9 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
1340
1341
  character?: {
1341
1342
  background?: {
1342
1343
  gender?: string | undefined;
1343
- age?: string | undefined;
1344
1344
  expertise?: string | undefined;
1345
1345
  backstory?: string | undefined;
1346
+ age?: string | undefined;
1346
1347
  } | undefined;
1347
1348
  speech?: {
1348
1349
  tone?: string | undefined;
@@ -1350,9 +1351,9 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
1350
1351
  formality?: string | undefined;
1351
1352
  } | undefined;
1352
1353
  personality?: {
1353
- values?: string | undefined;
1354
1354
  traits?: string | undefined;
1355
1355
  interests?: string | undefined;
1356
+ values?: string | undefined;
1356
1357
  quirks?: string | undefined;
1357
1358
  mbti?: "INTJ" | "INTP" | "ENTJ" | "ENTP" | "INFJ" | "INFP" | "ENFJ" | "ENFP" | "ISTJ" | "ISFJ" | "ESTJ" | "ESFJ" | "ISTP" | "ISFP" | "ESTP" | "ESFP" | undefined;
1358
1359
  zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
@@ -1406,14 +1407,14 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
1406
1407
  }[] | undefined;
1407
1408
  } | undefined;
1408
1409
  agentConfigs?: ({
1410
+ role?: string | undefined;
1411
+ avatar?: string | undefined;
1409
1412
  name?: string | undefined;
1410
1413
  core?: {
1411
1414
  name: "evaluate_and_actions" | "execute_actions" | "response_every_message" | "no_action";
1412
1415
  } | undefined;
1413
1416
  rules?: string[] | undefined;
1414
1417
  appearance?: string | undefined;
1415
- role?: string | undefined;
1416
- avatar?: string | undefined;
1417
1418
  referenceAvatar?: string | undefined;
1418
1419
  llmPreset?: "free" | "gemini-low" | "gemini-medium" | "gemini-high" | "openai-low" | "openai-medium" | "xai-low" | "xai-medium" | undefined;
1419
1420
  languages?: string[] | undefined;
@@ -1423,9 +1424,9 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
1423
1424
  character?: {
1424
1425
  background?: {
1425
1426
  gender?: string | undefined;
1426
- age?: string | undefined;
1427
1427
  expertise?: string | undefined;
1428
1428
  backstory?: string | undefined;
1429
+ age?: string | undefined;
1429
1430
  } | undefined;
1430
1431
  speech?: {
1431
1432
  tone?: string | undefined;
@@ -1433,15 +1434,16 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
1433
1434
  formality?: string | undefined;
1434
1435
  } | undefined;
1435
1436
  personality?: {
1436
- values?: string | undefined;
1437
1437
  traits?: string | undefined;
1438
1438
  interests?: string | undefined;
1439
+ values?: string | undefined;
1439
1440
  quirks?: string | undefined;
1440
1441
  mbti?: "INTJ" | "INTP" | "ENTJ" | "ENTP" | "INFJ" | "INFP" | "ENFJ" | "ENFP" | "ISTJ" | "ISFJ" | "ESTJ" | "ESFJ" | "ISTP" | "ISFP" | "ESTP" | "ESFP" | undefined;
1441
1442
  zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
1442
1443
  } | undefined;
1443
1444
  } | undefined;
1444
1445
  } | null)[] | undefined;
1446
+ thumbnails?: string[] | undefined;
1445
1447
  mission?: {
1446
1448
  mainMission: string;
1447
1449
  objectives: {
@@ -1451,13 +1453,13 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
1451
1453
  messages?: {
1452
1454
  entityType: "system" | "agent" | "user" | "gimmick";
1453
1455
  entityId: bigint;
1454
- message?: string | undefined;
1455
1456
  image?: string | undefined;
1457
+ message?: string | undefined;
1456
1458
  }[] | undefined;
1457
1459
  userAvatar?: {
1460
+ avatar: string;
1458
1461
  name: string;
1459
1462
  appearance: string;
1460
- avatar: string;
1461
1463
  referenceAvatar: string;
1462
1464
  role?: string | undefined;
1463
1465
  } | null | undefined;
@@ -1508,14 +1510,14 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
1508
1510
  }[] | undefined;
1509
1511
  } | undefined;
1510
1512
  agentConfigs?: ({
1513
+ role?: string | undefined;
1514
+ avatar?: string | undefined;
1511
1515
  name?: string | undefined;
1512
1516
  core?: {
1513
1517
  name: "evaluate_and_actions" | "execute_actions" | "response_every_message" | "no_action";
1514
1518
  } | undefined;
1515
1519
  rules?: string[] | undefined;
1516
1520
  appearance?: string | undefined;
1517
- role?: string | undefined;
1518
- avatar?: string | undefined;
1519
1521
  referenceAvatar?: string | undefined;
1520
1522
  llmPreset?: "free" | "gemini-low" | "gemini-medium" | "gemini-high" | "openai-low" | "openai-medium" | "xai-low" | "xai-medium" | undefined;
1521
1523
  languages?: string[] | undefined;
@@ -1525,9 +1527,9 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
1525
1527
  character?: {
1526
1528
  background?: {
1527
1529
  gender?: string | undefined;
1528
- age?: string | undefined;
1529
1530
  expertise?: string | undefined;
1530
1531
  backstory?: string | undefined;
1532
+ age?: string | undefined;
1531
1533
  } | undefined;
1532
1534
  speech?: {
1533
1535
  tone?: string | undefined;
@@ -1535,15 +1537,16 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
1535
1537
  formality?: string | undefined;
1536
1538
  } | undefined;
1537
1539
  personality?: {
1538
- values?: string | undefined;
1539
1540
  traits?: string | undefined;
1540
1541
  interests?: string | undefined;
1542
+ values?: string | undefined;
1541
1543
  quirks?: string | undefined;
1542
1544
  mbti?: "INTJ" | "INTP" | "ENTJ" | "ENTP" | "INFJ" | "INFP" | "ENFJ" | "ENFP" | "ISTJ" | "ISFJ" | "ESTJ" | "ESFJ" | "ISTP" | "ISFP" | "ESTP" | "ESFP" | undefined;
1543
1545
  zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
1544
1546
  } | undefined;
1545
1547
  } | undefined;
1546
1548
  } | null)[] | undefined;
1549
+ thumbnails?: string[] | undefined;
1547
1550
  mission?: {
1548
1551
  mainMission: string;
1549
1552
  objectives: {
@@ -1553,13 +1556,13 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
1553
1556
  messages?: {
1554
1557
  entityType: "system" | "agent" | "user" | "gimmick";
1555
1558
  entityId: bigint;
1556
- message?: string | undefined;
1557
1559
  image?: string | undefined;
1560
+ message?: string | undefined;
1558
1561
  }[] | undefined;
1559
1562
  userAvatar?: {
1563
+ avatar: string;
1560
1564
  name: string;
1561
1565
  appearance: string;
1562
- avatar: string;
1563
1566
  referenceAvatar: string;
1564
1567
  role?: string | undefined;
1565
1568
  } | null | undefined;
@@ -2691,15 +2694,15 @@ export declare const SendLocationMessageSchema: z.ZodObject<{
2691
2694
  paidCreditOnly: z.ZodOptional<z.ZodBoolean>;
2692
2695
  }, "strip", z.ZodTypeAny, {
2693
2696
  locationId: bigint;
2694
- message?: string | undefined;
2695
2697
  image?: string | undefined;
2698
+ message?: string | undefined;
2696
2699
  action?: string | undefined;
2697
2700
  creditAmount?: number | undefined;
2698
2701
  paidCreditOnly?: boolean | undefined;
2699
2702
  }, {
2700
2703
  locationId: bigint;
2701
- message?: string | undefined;
2702
2704
  image?: string | undefined;
2705
+ message?: string | undefined;
2703
2706
  action?: string | undefined;
2704
2707
  creditAmount?: number | undefined;
2705
2708
  paidCreditOnly?: boolean | undefined;
@@ -95,6 +95,7 @@ exports.UpdateLocationPresetBodySchema = zod_1.z.object({
95
95
  presetDescription: zod_1.z.string().max(5000).optional(),
96
96
  presetShortDescription: zod_1.z.string().max(80).optional(),
97
97
  thumbnail: zod_1.z.string().max(2048).optional(),
98
+ thumbnails: zod_1.z.array(zod_1.z.string().max(2048)).max(100).optional(),
98
99
  canvases: zod_1.z.array(location_preset_1.LocationPresetCanvasSchema).max(4).optional(),
99
100
  mission: location_preset_1.LocationPresetMissionSchema.nullable().optional(),
100
101
  messages: zod_1.z.array(location_preset_1.LocationPresetMessageSchema).max(10).optional(),