@kl1/contracts 1.0.70 → 1.0.72
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +13 -19
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +13 -19
- package/dist/index.mjs.map +1 -1
- package/dist/src/chat/index.d.ts +1110 -2579
- package/dist/src/chat/index.d.ts.map +1 -1
- package/dist/src/chat/schema.d.ts +222 -519
- package/dist/src/chat/schema.d.ts.map +1 -1
- package/dist/src/chat/validation.d.ts +228 -482
- package/dist/src/chat/validation.d.ts.map +1 -1
- package/dist/src/comment/index.d.ts +222 -547
- package/dist/src/comment/index.d.ts.map +1 -1
- package/dist/src/comment/schema.d.ts +66 -165
- package/dist/src/comment/schema.d.ts.map +1 -1
- package/dist/src/contact/index.d.ts +1496 -1003
- package/dist/src/contact/index.d.ts.map +1 -1
- package/dist/src/contact/schema.d.ts +72 -200
- package/dist/src/contact/schema.d.ts.map +1 -1
- package/dist/src/contact/validation.d.ts +317 -806
- package/dist/src/contact/validation.d.ts.map +1 -1
- package/dist/src/contract.d.ts +6029 -8827
- package/dist/src/contract.d.ts.map +1 -1
- package/dist/src/custom-field-upload/schema.d.ts +2 -2
- package/dist/src/cx-log/index.d.ts +234 -573
- package/dist/src/cx-log/index.d.ts.map +1 -1
- package/dist/src/cx-log/schema.d.ts +198 -495
- package/dist/src/cx-log/schema.d.ts.map +1 -1
- package/dist/src/instagram/index.d.ts +138 -265
- package/dist/src/instagram/index.d.ts.map +1 -1
- package/dist/src/line/index.d.ts +138 -265
- package/dist/src/line/index.d.ts.map +1 -1
- package/dist/src/mail/mail-contract.d.ts +1330 -1330
- package/dist/src/mail/message-contract.d.ts +56 -56
- package/dist/src/mail/room-contract.d.ts +1258 -1258
- package/dist/src/mail/schemas/message.schema.d.ts +33 -33
- package/dist/src/mail/schemas/room-validation.schema.d.ts +420 -420
- package/dist/src/mail/schemas/room.schema.d.ts +284 -284
- package/dist/src/messenger/index.d.ts +138 -265
- package/dist/src/messenger/index.d.ts.map +1 -1
- package/dist/src/telephony-cdr/index.d.ts +198 -495
- package/dist/src/telephony-cdr/index.d.ts.map +1 -1
- package/dist/src/telephony-cdr/schema.d.ts +54 -139
- package/dist/src/telephony-cdr/schema.d.ts.map +1 -1
- package/dist/src/ticket/index.d.ts +338 -818
- package/dist/src/ticket/index.d.ts.map +1 -1
- package/dist/src/ticket/schema.d.ts +54 -139
- package/dist/src/ticket/schema.d.ts.map +1 -1
- package/dist/src/viber/index.d.ts +138 -265
- package/dist/src/viber/index.d.ts.map +1 -1
- package/package.json +1 -1
@@ -921,77 +921,34 @@ export declare const messengerContract: {
|
|
921
921
|
createdAt: z.ZodDate;
|
922
922
|
updatedAt: z.ZodDate;
|
923
923
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
924
|
-
|
925
|
-
|
926
|
-
|
927
|
-
|
928
|
-
|
929
|
-
|
930
|
-
bucketName: z.ZodString;
|
931
|
-
fileName: z.ZodString;
|
932
|
-
fileSize: z.ZodNumber;
|
933
|
-
fileKey: z.ZodString;
|
934
|
-
fileUrl: z.ZodNullable<z.ZodString>;
|
935
|
-
status: z.ZodOptional<z.ZodString>;
|
936
|
-
}, "strip", z.ZodTypeAny, {
|
937
|
-
id: string;
|
938
|
-
createdAt: Date;
|
939
|
-
updatedAt: Date;
|
940
|
-
deletedAt: Date | null;
|
941
|
-
fileName: string;
|
942
|
-
fileKey: string;
|
943
|
-
bucketName: string;
|
944
|
-
fileSize: number;
|
945
|
-
fileUrl: string | null;
|
946
|
-
status?: string | undefined;
|
947
|
-
}, {
|
948
|
-
id: string;
|
949
|
-
createdAt: Date;
|
950
|
-
updatedAt: Date;
|
951
|
-
deletedAt: Date | null;
|
952
|
-
fileName: string;
|
953
|
-
fileKey: string;
|
954
|
-
bucketName: string;
|
955
|
-
fileSize: number;
|
956
|
-
fileUrl: string | null;
|
957
|
-
status?: string | undefined;
|
958
|
-
}>;
|
924
|
+
bucketName: z.ZodString;
|
925
|
+
fileName: z.ZodString;
|
926
|
+
fileSize: z.ZodNumber;
|
927
|
+
fileKey: z.ZodString;
|
928
|
+
fileUrl: z.ZodNullable<z.ZodString>;
|
929
|
+
status: z.ZodOptional<z.ZodString>;
|
959
930
|
}, "strip", z.ZodTypeAny, {
|
960
931
|
id: string;
|
961
932
|
createdAt: Date;
|
962
933
|
updatedAt: Date;
|
963
934
|
deletedAt: Date | null;
|
964
|
-
|
965
|
-
|
966
|
-
|
967
|
-
|
968
|
-
|
969
|
-
|
970
|
-
fileName: string;
|
971
|
-
fileKey: string;
|
972
|
-
bucketName: string;
|
973
|
-
fileSize: number;
|
974
|
-
fileUrl: string | null;
|
975
|
-
status?: string | undefined;
|
976
|
-
};
|
935
|
+
fileName: string;
|
936
|
+
fileKey: string;
|
937
|
+
bucketName: string;
|
938
|
+
fileSize: number;
|
939
|
+
fileUrl: string | null;
|
940
|
+
status?: string | undefined;
|
977
941
|
}, {
|
978
942
|
id: string;
|
979
943
|
createdAt: Date;
|
980
944
|
updatedAt: Date;
|
981
945
|
deletedAt: Date | null;
|
982
|
-
|
983
|
-
|
984
|
-
|
985
|
-
|
986
|
-
|
987
|
-
|
988
|
-
fileName: string;
|
989
|
-
fileKey: string;
|
990
|
-
bucketName: string;
|
991
|
-
fileSize: number;
|
992
|
-
fileUrl: string | null;
|
993
|
-
status?: string | undefined;
|
994
|
-
};
|
946
|
+
fileName: string;
|
947
|
+
fileKey: string;
|
948
|
+
bucketName: string;
|
949
|
+
fileSize: number;
|
950
|
+
fileUrl: string | null;
|
951
|
+
status?: string | undefined;
|
995
952
|
}>, "many">;
|
996
953
|
}, "strip", z.ZodTypeAny, {
|
997
954
|
id: string;
|
@@ -1021,19 +978,12 @@ export declare const messengerContract: {
|
|
1021
978
|
createdAt: Date;
|
1022
979
|
updatedAt: Date;
|
1023
980
|
deletedAt: Date | null;
|
1024
|
-
|
1025
|
-
|
1026
|
-
|
1027
|
-
|
1028
|
-
|
1029
|
-
|
1030
|
-
fileName: string;
|
1031
|
-
fileKey: string;
|
1032
|
-
bucketName: string;
|
1033
|
-
fileSize: number;
|
1034
|
-
fileUrl: string | null;
|
1035
|
-
status?: string | undefined;
|
1036
|
-
};
|
981
|
+
fileName: string;
|
982
|
+
fileKey: string;
|
983
|
+
bucketName: string;
|
984
|
+
fileSize: number;
|
985
|
+
fileUrl: string | null;
|
986
|
+
status?: string | undefined;
|
1037
987
|
}[];
|
1038
988
|
}, {
|
1039
989
|
id: string;
|
@@ -1063,19 +1013,12 @@ export declare const messengerContract: {
|
|
1063
1013
|
createdAt: Date;
|
1064
1014
|
updatedAt: Date;
|
1065
1015
|
deletedAt: Date | null;
|
1066
|
-
|
1067
|
-
|
1068
|
-
|
1069
|
-
|
1070
|
-
|
1071
|
-
|
1072
|
-
fileName: string;
|
1073
|
-
fileKey: string;
|
1074
|
-
bucketName: string;
|
1075
|
-
fileSize: number;
|
1076
|
-
fileUrl: string | null;
|
1077
|
-
status?: string | undefined;
|
1078
|
-
};
|
1016
|
+
fileName: string;
|
1017
|
+
fileKey: string;
|
1018
|
+
bucketName: string;
|
1019
|
+
fileSize: number;
|
1020
|
+
fileUrl: string | null;
|
1021
|
+
status?: string | undefined;
|
1079
1022
|
}[];
|
1080
1023
|
}>, "many">;
|
1081
1024
|
contactEmails: z.ZodArray<z.ZodObject<{
|
@@ -1218,19 +1161,12 @@ export declare const messengerContract: {
|
|
1218
1161
|
createdAt: Date;
|
1219
1162
|
updatedAt: Date;
|
1220
1163
|
deletedAt: Date | null;
|
1221
|
-
|
1222
|
-
|
1223
|
-
|
1224
|
-
|
1225
|
-
|
1226
|
-
|
1227
|
-
fileName: string;
|
1228
|
-
fileKey: string;
|
1229
|
-
bucketName: string;
|
1230
|
-
fileSize: number;
|
1231
|
-
fileUrl: string | null;
|
1232
|
-
status?: string | undefined;
|
1233
|
-
};
|
1164
|
+
fileName: string;
|
1165
|
+
fileKey: string;
|
1166
|
+
bucketName: string;
|
1167
|
+
fileSize: number;
|
1168
|
+
fileUrl: string | null;
|
1169
|
+
status?: string | undefined;
|
1234
1170
|
}[];
|
1235
1171
|
}[];
|
1236
1172
|
company: {
|
@@ -1321,19 +1257,12 @@ export declare const messengerContract: {
|
|
1321
1257
|
createdAt: Date;
|
1322
1258
|
updatedAt: Date;
|
1323
1259
|
deletedAt: Date | null;
|
1324
|
-
|
1325
|
-
|
1326
|
-
|
1327
|
-
|
1328
|
-
|
1329
|
-
|
1330
|
-
fileName: string;
|
1331
|
-
fileKey: string;
|
1332
|
-
bucketName: string;
|
1333
|
-
fileSize: number;
|
1334
|
-
fileUrl: string | null;
|
1335
|
-
status?: string | undefined;
|
1336
|
-
};
|
1260
|
+
fileName: string;
|
1261
|
+
fileKey: string;
|
1262
|
+
bucketName: string;
|
1263
|
+
fileSize: number;
|
1264
|
+
fileUrl: string | null;
|
1265
|
+
status?: string | undefined;
|
1337
1266
|
}[];
|
1338
1267
|
}[];
|
1339
1268
|
company: {
|
@@ -1437,19 +1366,12 @@ export declare const messengerContract: {
|
|
1437
1366
|
createdAt: Date;
|
1438
1367
|
updatedAt: Date;
|
1439
1368
|
deletedAt: Date | null;
|
1440
|
-
|
1441
|
-
|
1442
|
-
|
1443
|
-
|
1444
|
-
|
1445
|
-
|
1446
|
-
fileName: string;
|
1447
|
-
fileKey: string;
|
1448
|
-
bucketName: string;
|
1449
|
-
fileSize: number;
|
1450
|
-
fileUrl: string | null;
|
1451
|
-
status?: string | undefined;
|
1452
|
-
};
|
1369
|
+
fileName: string;
|
1370
|
+
fileKey: string;
|
1371
|
+
bucketName: string;
|
1372
|
+
fileSize: number;
|
1373
|
+
fileUrl: string | null;
|
1374
|
+
status?: string | undefined;
|
1453
1375
|
}[];
|
1454
1376
|
}[];
|
1455
1377
|
company: {
|
@@ -1555,19 +1477,12 @@ export declare const messengerContract: {
|
|
1555
1477
|
createdAt: Date;
|
1556
1478
|
updatedAt: Date;
|
1557
1479
|
deletedAt: Date | null;
|
1558
|
-
|
1559
|
-
|
1560
|
-
|
1561
|
-
|
1562
|
-
|
1563
|
-
|
1564
|
-
fileName: string;
|
1565
|
-
fileKey: string;
|
1566
|
-
bucketName: string;
|
1567
|
-
fileSize: number;
|
1568
|
-
fileUrl: string | null;
|
1569
|
-
status?: string | undefined;
|
1570
|
-
};
|
1480
|
+
fileName: string;
|
1481
|
+
fileKey: string;
|
1482
|
+
bucketName: string;
|
1483
|
+
fileSize: number;
|
1484
|
+
fileUrl: string | null;
|
1485
|
+
status?: string | undefined;
|
1571
1486
|
}[];
|
1572
1487
|
}[];
|
1573
1488
|
company: {
|
@@ -2651,19 +2566,12 @@ export declare const messengerContract: {
|
|
2651
2566
|
createdAt: Date;
|
2652
2567
|
updatedAt: Date;
|
2653
2568
|
deletedAt: Date | null;
|
2654
|
-
|
2655
|
-
|
2656
|
-
|
2657
|
-
|
2658
|
-
|
2659
|
-
|
2660
|
-
fileName: string;
|
2661
|
-
fileKey: string;
|
2662
|
-
bucketName: string;
|
2663
|
-
fileSize: number;
|
2664
|
-
fileUrl: string | null;
|
2665
|
-
status?: string | undefined;
|
2666
|
-
};
|
2569
|
+
fileName: string;
|
2570
|
+
fileKey: string;
|
2571
|
+
bucketName: string;
|
2572
|
+
fileSize: number;
|
2573
|
+
fileUrl: string | null;
|
2574
|
+
status?: string | undefined;
|
2667
2575
|
}[];
|
2668
2576
|
}[];
|
2669
2577
|
company: {
|
@@ -2971,19 +2879,12 @@ export declare const messengerContract: {
|
|
2971
2879
|
createdAt: Date;
|
2972
2880
|
updatedAt: Date;
|
2973
2881
|
deletedAt: Date | null;
|
2974
|
-
|
2975
|
-
|
2976
|
-
|
2977
|
-
|
2978
|
-
|
2979
|
-
|
2980
|
-
fileName: string;
|
2981
|
-
fileKey: string;
|
2982
|
-
bucketName: string;
|
2983
|
-
fileSize: number;
|
2984
|
-
fileUrl: string | null;
|
2985
|
-
status?: string | undefined;
|
2986
|
-
};
|
2882
|
+
fileName: string;
|
2883
|
+
fileKey: string;
|
2884
|
+
bucketName: string;
|
2885
|
+
fileSize: number;
|
2886
|
+
fileUrl: string | null;
|
2887
|
+
status?: string | undefined;
|
2987
2888
|
}[];
|
2988
2889
|
}[];
|
2989
2890
|
company: {
|
@@ -3887,18 +3788,6 @@ export declare const messengerContract: {
|
|
3887
3788
|
};
|
3888
3789
|
};
|
3889
3790
|
platformId: string;
|
3890
|
-
upload: {
|
3891
|
-
id: string;
|
3892
|
-
createdAt: Date;
|
3893
|
-
updatedAt: Date;
|
3894
|
-
deletedAt: Date | null;
|
3895
|
-
fileName: string;
|
3896
|
-
fileKey: string;
|
3897
|
-
bucketName: string;
|
3898
|
-
fileSize: number;
|
3899
|
-
fileUrl: string | null;
|
3900
|
-
status?: string | undefined;
|
3901
|
-
};
|
3902
3791
|
assignee: {
|
3903
3792
|
id: string;
|
3904
3793
|
address: string | null;
|
@@ -4054,19 +3943,12 @@ export declare const messengerContract: {
|
|
4054
3943
|
createdAt: Date;
|
4055
3944
|
updatedAt: Date;
|
4056
3945
|
deletedAt: Date | null;
|
4057
|
-
|
4058
|
-
|
4059
|
-
|
4060
|
-
|
4061
|
-
|
4062
|
-
|
4063
|
-
fileName: string;
|
4064
|
-
fileKey: string;
|
4065
|
-
bucketName: string;
|
4066
|
-
fileSize: number;
|
4067
|
-
fileUrl: string | null;
|
4068
|
-
status?: string | undefined;
|
4069
|
-
};
|
3946
|
+
fileName: string;
|
3947
|
+
fileKey: string;
|
3948
|
+
bucketName: string;
|
3949
|
+
fileSize: number;
|
3950
|
+
fileUrl: string | null;
|
3951
|
+
status?: string | undefined;
|
4070
3952
|
}[];
|
4071
3953
|
}[];
|
4072
3954
|
company: {
|
@@ -4270,6 +4152,18 @@ export declare const messengerContract: {
|
|
4270
4152
|
} | undefined;
|
4271
4153
|
} | undefined;
|
4272
4154
|
};
|
4155
|
+
upload: {
|
4156
|
+
id: string;
|
4157
|
+
createdAt: Date;
|
4158
|
+
updatedAt: Date;
|
4159
|
+
deletedAt: Date | null;
|
4160
|
+
fileName: string;
|
4161
|
+
fileKey: string;
|
4162
|
+
bucketName: string;
|
4163
|
+
fileSize: number;
|
4164
|
+
fileUrl: string | null;
|
4165
|
+
status?: string | undefined;
|
4166
|
+
};
|
4273
4167
|
sender: {
|
4274
4168
|
id: string;
|
4275
4169
|
address: string | null;
|
@@ -4370,18 +4264,6 @@ export declare const messengerContract: {
|
|
4370
4264
|
};
|
4371
4265
|
};
|
4372
4266
|
platformId: string;
|
4373
|
-
upload: {
|
4374
|
-
id: string;
|
4375
|
-
createdAt: Date;
|
4376
|
-
updatedAt: Date;
|
4377
|
-
deletedAt: Date | null;
|
4378
|
-
fileName: string;
|
4379
|
-
fileKey: string;
|
4380
|
-
bucketName: string;
|
4381
|
-
fileSize: number;
|
4382
|
-
fileUrl: string | null;
|
4383
|
-
status?: string | undefined;
|
4384
|
-
};
|
4385
4267
|
assignee: {
|
4386
4268
|
id: string;
|
4387
4269
|
address: string | null;
|
@@ -4537,19 +4419,12 @@ export declare const messengerContract: {
|
|
4537
4419
|
createdAt: Date;
|
4538
4420
|
updatedAt: Date;
|
4539
4421
|
deletedAt: Date | null;
|
4540
|
-
|
4541
|
-
|
4542
|
-
|
4543
|
-
|
4544
|
-
|
4545
|
-
|
4546
|
-
fileName: string;
|
4547
|
-
fileKey: string;
|
4548
|
-
bucketName: string;
|
4549
|
-
fileSize: number;
|
4550
|
-
fileUrl: string | null;
|
4551
|
-
status?: string | undefined;
|
4552
|
-
};
|
4422
|
+
fileName: string;
|
4423
|
+
fileKey: string;
|
4424
|
+
bucketName: string;
|
4425
|
+
fileSize: number;
|
4426
|
+
fileUrl: string | null;
|
4427
|
+
status?: string | undefined;
|
4553
4428
|
}[];
|
4554
4429
|
}[];
|
4555
4430
|
company: {
|
@@ -4753,6 +4628,18 @@ export declare const messengerContract: {
|
|
4753
4628
|
} | undefined;
|
4754
4629
|
} | undefined;
|
4755
4630
|
};
|
4631
|
+
upload: {
|
4632
|
+
id: string;
|
4633
|
+
createdAt: Date;
|
4634
|
+
updatedAt: Date;
|
4635
|
+
deletedAt: Date | null;
|
4636
|
+
fileName: string;
|
4637
|
+
fileKey: string;
|
4638
|
+
bucketName: string;
|
4639
|
+
fileSize: number;
|
4640
|
+
fileUrl: string | null;
|
4641
|
+
status?: string | undefined;
|
4642
|
+
};
|
4756
4643
|
sender: {
|
4757
4644
|
id: string;
|
4758
4645
|
address: string | null;
|
@@ -4855,18 +4742,6 @@ export declare const messengerContract: {
|
|
4855
4742
|
};
|
4856
4743
|
};
|
4857
4744
|
platformId: string;
|
4858
|
-
upload: {
|
4859
|
-
id: string;
|
4860
|
-
createdAt: Date;
|
4861
|
-
updatedAt: Date;
|
4862
|
-
deletedAt: Date | null;
|
4863
|
-
fileName: string;
|
4864
|
-
fileKey: string;
|
4865
|
-
bucketName: string;
|
4866
|
-
fileSize: number;
|
4867
|
-
fileUrl: string | null;
|
4868
|
-
status?: string | undefined;
|
4869
|
-
};
|
4870
4745
|
assignee: {
|
4871
4746
|
id: string;
|
4872
4747
|
address: string | null;
|
@@ -5022,19 +4897,12 @@ export declare const messengerContract: {
|
|
5022
4897
|
createdAt: Date;
|
5023
4898
|
updatedAt: Date;
|
5024
4899
|
deletedAt: Date | null;
|
5025
|
-
|
5026
|
-
|
5027
|
-
|
5028
|
-
|
5029
|
-
|
5030
|
-
|
5031
|
-
fileName: string;
|
5032
|
-
fileKey: string;
|
5033
|
-
bucketName: string;
|
5034
|
-
fileSize: number;
|
5035
|
-
fileUrl: string | null;
|
5036
|
-
status?: string | undefined;
|
5037
|
-
};
|
4900
|
+
fileName: string;
|
4901
|
+
fileKey: string;
|
4902
|
+
bucketName: string;
|
4903
|
+
fileSize: number;
|
4904
|
+
fileUrl: string | null;
|
4905
|
+
status?: string | undefined;
|
5038
4906
|
}[];
|
5039
4907
|
}[];
|
5040
4908
|
company: {
|
@@ -5238,6 +5106,18 @@ export declare const messengerContract: {
|
|
5238
5106
|
} | undefined;
|
5239
5107
|
} | undefined;
|
5240
5108
|
};
|
5109
|
+
upload: {
|
5110
|
+
id: string;
|
5111
|
+
createdAt: Date;
|
5112
|
+
updatedAt: Date;
|
5113
|
+
deletedAt: Date | null;
|
5114
|
+
fileName: string;
|
5115
|
+
fileKey: string;
|
5116
|
+
bucketName: string;
|
5117
|
+
fileSize: number;
|
5118
|
+
fileUrl: string | null;
|
5119
|
+
status?: string | undefined;
|
5120
|
+
};
|
5241
5121
|
sender: {
|
5242
5122
|
id: string;
|
5243
5123
|
address: string | null;
|
@@ -5341,18 +5221,6 @@ export declare const messengerContract: {
|
|
5341
5221
|
};
|
5342
5222
|
};
|
5343
5223
|
platformId: string;
|
5344
|
-
upload: {
|
5345
|
-
id: string;
|
5346
|
-
createdAt: Date;
|
5347
|
-
updatedAt: Date;
|
5348
|
-
deletedAt: Date | null;
|
5349
|
-
fileName: string;
|
5350
|
-
fileKey: string;
|
5351
|
-
bucketName: string;
|
5352
|
-
fileSize: number;
|
5353
|
-
fileUrl: string | null;
|
5354
|
-
status?: string | undefined;
|
5355
|
-
};
|
5356
5224
|
assignee: {
|
5357
5225
|
id: string;
|
5358
5226
|
address: string | null;
|
@@ -5508,19 +5376,12 @@ export declare const messengerContract: {
|
|
5508
5376
|
createdAt: Date;
|
5509
5377
|
updatedAt: Date;
|
5510
5378
|
deletedAt: Date | null;
|
5511
|
-
|
5512
|
-
|
5513
|
-
|
5514
|
-
|
5515
|
-
|
5516
|
-
|
5517
|
-
fileName: string;
|
5518
|
-
fileKey: string;
|
5519
|
-
bucketName: string;
|
5520
|
-
fileSize: number;
|
5521
|
-
fileUrl: string | null;
|
5522
|
-
status?: string | undefined;
|
5523
|
-
};
|
5379
|
+
fileName: string;
|
5380
|
+
fileKey: string;
|
5381
|
+
bucketName: string;
|
5382
|
+
fileSize: number;
|
5383
|
+
fileUrl: string | null;
|
5384
|
+
status?: string | undefined;
|
5524
5385
|
}[];
|
5525
5386
|
}[];
|
5526
5387
|
company: {
|
@@ -5724,6 +5585,18 @@ export declare const messengerContract: {
|
|
5724
5585
|
} | undefined;
|
5725
5586
|
} | undefined;
|
5726
5587
|
};
|
5588
|
+
upload: {
|
5589
|
+
id: string;
|
5590
|
+
createdAt: Date;
|
5591
|
+
updatedAt: Date;
|
5592
|
+
deletedAt: Date | null;
|
5593
|
+
fileName: string;
|
5594
|
+
fileKey: string;
|
5595
|
+
bucketName: string;
|
5596
|
+
fileSize: number;
|
5597
|
+
fileUrl: string | null;
|
5598
|
+
status?: string | undefined;
|
5599
|
+
};
|
5727
5600
|
sender: {
|
5728
5601
|
id: string;
|
5729
5602
|
address: string | null;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/messenger/index.ts"],"names":[],"mappings":"AACA,OAAO,CAAC,MAAM,KAAK,CAAC;AAYpB,OAAO,EACL,2BAA2B,EAC3B,sBAAsB,EACvB,MAAM,cAAc,CAAC;AAEtB,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAC9E,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC;AAEhF,eAAO,MAAM,iBAAiB
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/messenger/index.ts"],"names":[],"mappings":"AACA,OAAO,CAAC,MAAM,KAAK,CAAC;AAYpB,OAAO,EACL,2BAA2B,EAC3B,sBAAsB,EACvB,MAAM,cAAc,CAAC;AAEtB,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAC9E,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC;AAEhF,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqD5B,CAAC"}
|