@kl1/contracts 1.0.18 → 1.0.19

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.
@@ -603,9 +603,6 @@ export declare const SearchRoomsSchema: z.ZodObject<{
603
603
  export declare const SendMessageToPlatformSchema: z.ZodObject<{
604
604
  room: z.ZodObject<{
605
605
  id: z.ZodString;
606
- createdAt: z.ZodNullable<z.ZodDate>;
607
- updatedAt: z.ZodNullable<z.ZodDate>;
608
- deletedAt: z.ZodNullable<z.ZodDate>;
609
606
  lastMessage: z.ZodOptional<z.ZodString>;
610
607
  handleTime: z.ZodOptional<z.ZodNumber>;
611
608
  isLatest: z.ZodBoolean;
@@ -613,7 +610,7 @@ export declare const SendMessageToPlatformSchema: z.ZodObject<{
613
610
  platformContact: z.ZodObject<{
614
611
  channelId: z.ZodString;
615
612
  socialPlatformId: z.ZodNullable<z.ZodString>;
616
- type: z.ZodEnum<["whatsapp", "messenger", "telegram", "line", "viber", "kakao", "shopee", "lazada"]>;
613
+ type: z.ZodEnum<["whatsapp", "messenger", "telegram", "line", "viber", "kakao", "shopee", "lazada", "instagram"]>;
617
614
  metadata: z.ZodObject<{
618
615
  id: z.ZodString;
619
616
  name: z.ZodString;
@@ -653,7 +650,7 @@ export declare const SendMessageToPlatformSchema: z.ZodObject<{
653
650
  socialProfileUrl: string | null;
654
651
  }>;
655
652
  }, "strip", z.ZodTypeAny, {
656
- type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
653
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
657
654
  metadata: {
658
655
  id: string;
659
656
  name: string;
@@ -671,7 +668,7 @@ export declare const SendMessageToPlatformSchema: z.ZodObject<{
671
668
  channelId: string;
672
669
  socialPlatformId: string | null;
673
670
  }, {
674
- type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
671
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
675
672
  metadata: {
676
673
  id: string;
677
674
  name: string;
@@ -707,7 +704,7 @@ export declare const SendMessageToPlatformSchema: z.ZodObject<{
707
704
  }>>;
708
705
  channel: z.ZodObject<{
709
706
  name: z.ZodString;
710
- type: z.ZodEnum<["whatsapp", "messenger", "telegram", "line", "viber", "kakao", "shopee", "lazada"]>;
707
+ type: z.ZodEnum<["whatsapp", "messenger", "telegram", "line", "viber", "kakao", "shopee", "lazada", "instagram"]>;
711
708
  metadata: z.ZodObject<{
712
709
  id: z.ZodString;
713
710
  name: z.ZodString;
@@ -726,12 +723,12 @@ export declare const SendMessageToPlatformSchema: z.ZodObject<{
726
723
  }>;
727
724
  brandName: z.ZodString;
728
725
  platformId: z.ZodString;
729
- status: z.ZodUnion<[z.ZodLiteral<1>, z.ZodLiteral<0>]>;
726
+ status: z.ZodUnion<[z.ZodLiteral<true>, z.ZodLiteral<false>]>;
730
727
  isReloginRequired: z.ZodBoolean;
731
728
  connectedUserName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
732
729
  connectedUserId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
733
730
  }, "strip", z.ZodTypeAny, {
734
- type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
731
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
735
732
  name: string;
736
733
  metadata: {
737
734
  id: string;
@@ -739,14 +736,14 @@ export declare const SendMessageToPlatformSchema: z.ZodObject<{
739
736
  accessToken: string;
740
737
  additionalCredentials?: any;
741
738
  };
742
- status: 0 | 1;
739
+ status: boolean;
743
740
  brandName: string;
744
741
  platformId: string;
745
742
  isReloginRequired: boolean;
746
743
  connectedUserName?: string | null | undefined;
747
744
  connectedUserId?: string | null | undefined;
748
745
  }, {
749
- type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
746
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
750
747
  name: string;
751
748
  metadata: {
752
749
  id: string;
@@ -754,7 +751,7 @@ export declare const SendMessageToPlatformSchema: z.ZodObject<{
754
751
  accessToken: string;
755
752
  additionalCredentials?: any;
756
753
  };
757
- status: 0 | 1;
754
+ status: boolean;
758
755
  brandName: string;
759
756
  platformId: string;
760
757
  isReloginRequired: boolean;
@@ -764,7 +761,7 @@ export declare const SendMessageToPlatformSchema: z.ZodObject<{
764
761
  }, "strip", z.ZodTypeAny, {
765
762
  id: string;
766
763
  channel: {
767
- type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
764
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
768
765
  name: string;
769
766
  metadata: {
770
767
  id: string;
@@ -772,7 +769,7 @@ export declare const SendMessageToPlatformSchema: z.ZodObject<{
772
769
  accessToken: string;
773
770
  additionalCredentials?: any;
774
771
  };
775
- status: 0 | 1;
772
+ status: boolean;
776
773
  brandName: string;
777
774
  platformId: string;
778
775
  isReloginRequired: boolean;
@@ -780,9 +777,6 @@ export declare const SendMessageToPlatformSchema: z.ZodObject<{
780
777
  connectedUserId?: string | null | undefined;
781
778
  };
782
779
  direction: "incoming" | "outgoing" | "system";
783
- createdAt: Date | null;
784
- updatedAt: Date | null;
785
- deletedAt: Date | null;
786
780
  actor: {
787
781
  address: string | null;
788
782
  name: string;
@@ -791,7 +785,7 @@ export declare const SendMessageToPlatformSchema: z.ZodObject<{
791
785
  } | null;
792
786
  isLatest: boolean;
793
787
  platformContact: {
794
- type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
788
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
795
789
  metadata: {
796
790
  id: string;
797
791
  name: string;
@@ -814,7 +808,7 @@ export declare const SendMessageToPlatformSchema: z.ZodObject<{
814
808
  }, {
815
809
  id: string;
816
810
  channel: {
817
- type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
811
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
818
812
  name: string;
819
813
  metadata: {
820
814
  id: string;
@@ -822,7 +816,7 @@ export declare const SendMessageToPlatformSchema: z.ZodObject<{
822
816
  accessToken: string;
823
817
  additionalCredentials?: any;
824
818
  };
825
- status: 0 | 1;
819
+ status: boolean;
826
820
  brandName: string;
827
821
  platformId: string;
828
822
  isReloginRequired: boolean;
@@ -830,9 +824,6 @@ export declare const SendMessageToPlatformSchema: z.ZodObject<{
830
824
  connectedUserId?: string | null | undefined;
831
825
  };
832
826
  direction: "incoming" | "outgoing" | "system";
833
- createdAt: Date | null;
834
- updatedAt: Date | null;
835
- deletedAt: Date | null;
836
827
  actor: {
837
828
  address: string | null;
838
829
  name: string;
@@ -841,7 +832,7 @@ export declare const SendMessageToPlatformSchema: z.ZodObject<{
841
832
  } | null;
842
833
  isLatest: boolean;
843
834
  platformContact: {
844
- type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
835
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
845
836
  metadata: {
846
837
  id: string;
847
838
  name: string;
@@ -1016,7 +1007,7 @@ export declare const SendMessageToPlatformSchema: z.ZodObject<{
1016
1007
  room: {
1017
1008
  id: string;
1018
1009
  channel: {
1019
- type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
1010
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
1020
1011
  name: string;
1021
1012
  metadata: {
1022
1013
  id: string;
@@ -1024,7 +1015,7 @@ export declare const SendMessageToPlatformSchema: z.ZodObject<{
1024
1015
  accessToken: string;
1025
1016
  additionalCredentials?: any;
1026
1017
  };
1027
- status: 0 | 1;
1018
+ status: boolean;
1028
1019
  brandName: string;
1029
1020
  platformId: string;
1030
1021
  isReloginRequired: boolean;
@@ -1032,9 +1023,6 @@ export declare const SendMessageToPlatformSchema: z.ZodObject<{
1032
1023
  connectedUserId?: string | null | undefined;
1033
1024
  };
1034
1025
  direction: "incoming" | "outgoing" | "system";
1035
- createdAt: Date | null;
1036
- updatedAt: Date | null;
1037
- deletedAt: Date | null;
1038
1026
  actor: {
1039
1027
  address: string | null;
1040
1028
  name: string;
@@ -1043,7 +1031,7 @@ export declare const SendMessageToPlatformSchema: z.ZodObject<{
1043
1031
  } | null;
1044
1032
  isLatest: boolean;
1045
1033
  platformContact: {
1046
- type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
1034
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
1047
1035
  metadata: {
1048
1036
  id: string;
1049
1037
  name: string;
@@ -1099,7 +1087,7 @@ export declare const SendMessageToPlatformSchema: z.ZodObject<{
1099
1087
  room: {
1100
1088
  id: string;
1101
1089
  channel: {
1102
- type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
1090
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
1103
1091
  name: string;
1104
1092
  metadata: {
1105
1093
  id: string;
@@ -1107,7 +1095,7 @@ export declare const SendMessageToPlatformSchema: z.ZodObject<{
1107
1095
  accessToken: string;
1108
1096
  additionalCredentials?: any;
1109
1097
  };
1110
- status: 0 | 1;
1098
+ status: boolean;
1111
1099
  brandName: string;
1112
1100
  platformId: string;
1113
1101
  isReloginRequired: boolean;
@@ -1115,9 +1103,6 @@ export declare const SendMessageToPlatformSchema: z.ZodObject<{
1115
1103
  connectedUserId?: string | null | undefined;
1116
1104
  };
1117
1105
  direction: "incoming" | "outgoing" | "system";
1118
- createdAt: Date | null;
1119
- updatedAt: Date | null;
1120
- deletedAt: Date | null;
1121
1106
  actor: {
1122
1107
  address: string | null;
1123
1108
  name: string;
@@ -1126,7 +1111,7 @@ export declare const SendMessageToPlatformSchema: z.ZodObject<{
1126
1111
  } | null;
1127
1112
  isLatest: boolean;
1128
1113
  platformContact: {
1129
- type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
1114
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
1130
1115
  metadata: {
1131
1116
  id: string;
1132
1117
  name: string;
@@ -1188,7 +1173,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
1188
1173
  deletedAt: z.ZodNullable<z.ZodDate>;
1189
1174
  channelId: z.ZodString;
1190
1175
  socialPlatformId: z.ZodString;
1191
- type: z.ZodEnum<["whatsapp", "messenger", "telegram", "line", "viber", "kakao", "shopee", "lazada"]>;
1176
+ type: z.ZodEnum<["whatsapp", "messenger", "telegram", "line", "viber", "kakao", "shopee", "lazada", "instagram"]>;
1192
1177
  metadata: z.ZodObject<{
1193
1178
  id: z.ZodString;
1194
1179
  name: z.ZodString;
@@ -1946,7 +1931,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
1946
1931
  }[] | undefined;
1947
1932
  }>;
1948
1933
  }, "strip", z.ZodTypeAny, {
1949
- type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
1934
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
1950
1935
  id: string;
1951
1936
  metadata: {
1952
1937
  id: string;
@@ -2062,7 +2047,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
2062
2047
  channelId: string;
2063
2048
  socialPlatformId: string;
2064
2049
  }, {
2065
- type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
2050
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
2066
2051
  id: string;
2067
2052
  metadata: {
2068
2053
  id: string;
@@ -2582,7 +2567,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
2582
2567
  updatedAt: z.ZodOptional<z.ZodDate>;
2583
2568
  deletedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
2584
2569
  name: z.ZodOptional<z.ZodString>;
2585
- type: z.ZodOptional<z.ZodEnum<["whatsapp", "messenger", "telegram", "line", "viber", "kakao", "shopee", "lazada"]>>;
2570
+ type: z.ZodOptional<z.ZodEnum<["whatsapp", "messenger", "telegram", "line", "viber", "kakao", "shopee", "lazada", "instagram"]>>;
2586
2571
  metadata: z.ZodOptional<z.ZodObject<{
2587
2572
  id: z.ZodString;
2588
2573
  name: z.ZodString;
@@ -2601,7 +2586,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
2601
2586
  }>>;
2602
2587
  brandName: z.ZodOptional<z.ZodString>;
2603
2588
  platformId: z.ZodOptional<z.ZodString>;
2604
- status: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<1>, z.ZodLiteral<0>]>>;
2589
+ status: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<true>, z.ZodLiteral<false>]>>;
2605
2590
  isReloginRequired: z.ZodOptional<z.ZodBoolean>;
2606
2591
  connectedUserName: z.ZodOptional<z.ZodString>;
2607
2592
  connectedUserId: z.ZodOptional<z.ZodString>;
@@ -2810,7 +2795,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
2810
2795
  updatedAt?: Date | undefined;
2811
2796
  deletedAt?: Date | null | undefined;
2812
2797
  name?: string | undefined;
2813
- type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
2798
+ type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
2814
2799
  metadata?: {
2815
2800
  id: string;
2816
2801
  name: string;
@@ -2819,7 +2804,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
2819
2804
  } | undefined;
2820
2805
  brandName?: string | undefined;
2821
2806
  platformId?: string | undefined;
2822
- status?: 0 | 1 | undefined;
2807
+ status?: boolean | undefined;
2823
2808
  isReloginRequired?: boolean | undefined;
2824
2809
  connectedUserName?: string | undefined;
2825
2810
  connectedUserId?: string | undefined;
@@ -2872,7 +2857,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
2872
2857
  updatedAt?: Date | undefined;
2873
2858
  deletedAt?: Date | null | undefined;
2874
2859
  name?: string | undefined;
2875
- type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
2860
+ type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
2876
2861
  metadata?: {
2877
2862
  id: string;
2878
2863
  name: string;
@@ -2881,7 +2866,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
2881
2866
  } | undefined;
2882
2867
  brandName?: string | undefined;
2883
2868
  platformId?: string | undefined;
2884
- status?: 0 | 1 | undefined;
2869
+ status?: boolean | undefined;
2885
2870
  isReloginRequired?: boolean | undefined;
2886
2871
  connectedUserName?: string | undefined;
2887
2872
  connectedUserId?: string | undefined;
@@ -3038,7 +3023,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
3038
3023
  firstResponseAt: Date;
3039
3024
  isLatest: boolean;
3040
3025
  platformContact: {
3041
- type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
3026
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
3042
3027
  id: string;
3043
3028
  metadata: {
3044
3029
  id: string;
@@ -3221,7 +3206,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
3221
3206
  updatedAt?: Date | undefined;
3222
3207
  deletedAt?: Date | null | undefined;
3223
3208
  name?: string | undefined;
3224
- type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
3209
+ type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
3225
3210
  metadata?: {
3226
3211
  id: string;
3227
3212
  name: string;
@@ -3230,7 +3215,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
3230
3215
  } | undefined;
3231
3216
  brandName?: string | undefined;
3232
3217
  platformId?: string | undefined;
3233
- status?: 0 | 1 | undefined;
3218
+ status?: boolean | undefined;
3234
3219
  isReloginRequired?: boolean | undefined;
3235
3220
  connectedUserName?: string | undefined;
3236
3221
  connectedUserId?: string | undefined;
@@ -3335,7 +3320,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
3335
3320
  firstResponseAt: Date;
3336
3321
  isLatest: boolean;
3337
3322
  platformContact: {
3338
- type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
3323
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
3339
3324
  id: string;
3340
3325
  metadata: {
3341
3326
  id: string;
@@ -3518,7 +3503,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
3518
3503
  updatedAt?: Date | undefined;
3519
3504
  deletedAt?: Date | null | undefined;
3520
3505
  name?: string | undefined;
3521
- type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
3506
+ type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
3522
3507
  metadata?: {
3523
3508
  id: string;
3524
3509
  name: string;
@@ -3527,7 +3512,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
3527
3512
  } | undefined;
3528
3513
  brandName?: string | undefined;
3529
3514
  platformId?: string | undefined;
3530
- status?: 0 | 1 | undefined;
3515
+ status?: boolean | undefined;
3531
3516
  isReloginRequired?: boolean | undefined;
3532
3517
  connectedUserName?: string | undefined;
3533
3518
  connectedUserId?: string | undefined;
@@ -4370,7 +4355,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
4370
4355
  firstResponseAt: Date;
4371
4356
  isLatest: boolean;
4372
4357
  platformContact: {
4373
- type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
4358
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
4374
4359
  id: string;
4375
4360
  metadata: {
4376
4361
  id: string;
@@ -4553,7 +4538,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
4553
4538
  updatedAt?: Date | undefined;
4554
4539
  deletedAt?: Date | null | undefined;
4555
4540
  name?: string | undefined;
4556
- type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
4541
+ type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
4557
4542
  metadata?: {
4558
4543
  id: string;
4559
4544
  name: string;
@@ -4562,7 +4547,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
4562
4547
  } | undefined;
4563
4548
  brandName?: string | undefined;
4564
4549
  platformId?: string | undefined;
4565
- status?: 0 | 1 | undefined;
4550
+ status?: boolean | undefined;
4566
4551
  isReloginRequired?: boolean | undefined;
4567
4552
  connectedUserName?: string | undefined;
4568
4553
  connectedUserId?: string | undefined;
@@ -4825,7 +4810,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
4825
4810
  firstResponseAt: Date;
4826
4811
  isLatest: boolean;
4827
4812
  platformContact: {
4828
- type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
4813
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
4829
4814
  id: string;
4830
4815
  metadata: {
4831
4816
  id: string;
@@ -5008,7 +4993,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
5008
4993
  updatedAt?: Date | undefined;
5009
4994
  deletedAt?: Date | null | undefined;
5010
4995
  name?: string | undefined;
5011
- type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
4996
+ type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
5012
4997
  metadata?: {
5013
4998
  id: string;
5014
4999
  name: string;
@@ -5017,7 +5002,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
5017
5002
  } | undefined;
5018
5003
  brandName?: string | undefined;
5019
5004
  platformId?: string | undefined;
5020
- status?: 0 | 1 | undefined;
5005
+ status?: boolean | undefined;
5021
5006
  isReloginRequired?: boolean | undefined;
5022
5007
  connectedUserName?: string | undefined;
5023
5008
  connectedUserId?: string | undefined;
@@ -5282,7 +5267,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
5282
5267
  firstResponseAt: Date;
5283
5268
  isLatest: boolean;
5284
5269
  platformContact: {
5285
- type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
5270
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
5286
5271
  id: string;
5287
5272
  metadata: {
5288
5273
  id: string;
@@ -5465,7 +5450,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
5465
5450
  updatedAt?: Date | undefined;
5466
5451
  deletedAt?: Date | null | undefined;
5467
5452
  name?: string | undefined;
5468
- type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
5453
+ type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
5469
5454
  metadata?: {
5470
5455
  id: string;
5471
5456
  name: string;
@@ -5474,7 +5459,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
5474
5459
  } | undefined;
5475
5460
  brandName?: string | undefined;
5476
5461
  platformId?: string | undefined;
5477
- status?: 0 | 1 | undefined;
5462
+ status?: boolean | undefined;
5478
5463
  isReloginRequired?: boolean | undefined;
5479
5464
  connectedUserName?: string | undefined;
5480
5465
  connectedUserId?: string | undefined;
@@ -5740,7 +5725,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
5740
5725
  firstResponseAt: Date;
5741
5726
  isLatest: boolean;
5742
5727
  platformContact: {
5743
- type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada";
5728
+ type: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram";
5744
5729
  id: string;
5745
5730
  metadata: {
5746
5731
  id: string;
@@ -5923,7 +5908,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
5923
5908
  updatedAt?: Date | undefined;
5924
5909
  deletedAt?: Date | null | undefined;
5925
5910
  name?: string | undefined;
5926
- type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | undefined;
5911
+ type?: "line" | "whatsapp" | "messenger" | "telegram" | "viber" | "kakao" | "shopee" | "lazada" | "instagram" | undefined;
5927
5912
  metadata?: {
5928
5913
  id: string;
5929
5914
  name: string;
@@ -5932,7 +5917,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
5932
5917
  } | undefined;
5933
5918
  brandName?: string | undefined;
5934
5919
  platformId?: string | undefined;
5935
- status?: 0 | 1 | undefined;
5920
+ status?: boolean | undefined;
5936
5921
  isReloginRequired?: boolean | undefined;
5937
5922
  connectedUserName?: string | undefined;
5938
5923
  connectedUserId?: string | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"validation.d.ts","sourceRoot":"","sources":["../../../src/chat/validation.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AAsBpB,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAoBzB,CAAC;AAEH,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGvC,CAAC;AAEH,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAErC,CAAC;AAEH,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;EAQlC,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAQ5B,CAAC;AAEH,eAAO,MAAM,eAAe;;;;;;EAE1B,CAAC;AAEH,eAAO,MAAM,oBAAoB;;;;;;;;;EAE/B,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;EAE5B,CAAC;AAEH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkEtC,CAAC;AAEH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAEpC,CAAC"}
1
+ {"version":3,"file":"validation.d.ts","sourceRoot":"","sources":["../../../src/chat/validation.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AAsBpB,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAoBzB,CAAC;AAEH,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGvC,CAAC;AAEH,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAErC,CAAC;AAEH,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;EAQlC,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAQ5B,CAAC;AAEH,eAAO,MAAM,eAAe;;;;;;EAE1B,CAAC;AAEH,eAAO,MAAM,oBAAoB;;;;;;;;;EAE/B,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;EAE5B,CAAC;AAEH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA+DtC,CAAC;AAEH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAEpC,CAAC"}