@kl1/contracts 1.1.2-uat → 1.1.3
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 +63 -24
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +63 -24
- package/dist/index.mjs.map +1 -1
- package/dist/src/chat/index.d.ts +54 -165
- package/dist/src/chat/index.d.ts.map +1 -1
- package/dist/src/chat/schema.d.ts +8 -24
- package/dist/src/chat/schema.d.ts.map +1 -1
- package/dist/src/chat/validation.d.ts +7 -76
- package/dist/src/chat/validation.d.ts.map +1 -1
- package/dist/src/contract.d.ts +88 -460
- package/dist/src/contract.d.ts.map +1 -1
- package/dist/src/dashboard/index.d.ts +5 -1
- package/dist/src/dashboard/index.d.ts.map +1 -1
- package/dist/src/dashboard/validation.d.ts +10 -0
- package/dist/src/dashboard/validation.d.ts.map +1 -1
- package/dist/src/instagram/index.d.ts +7 -73
- package/dist/src/instagram/index.d.ts.map +1 -1
- package/dist/src/line/index.d.ts +7 -73
- package/dist/src/line/index.d.ts.map +1 -1
- package/dist/src/messenger/index.d.ts +7 -73
- package/dist/src/messenger/index.d.ts.map +1 -1
- package/dist/src/user/index.d.ts +3 -3
- package/dist/src/user/index.d.ts.map +1 -1
- package/dist/src/viber/index.d.ts +7 -73
- package/dist/src/viber/index.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/src/line/index.d.ts
CHANGED
@@ -849,7 +849,6 @@ export declare const lineContract: {
|
|
849
849
|
createdAt: z.ZodString;
|
850
850
|
updatedAt: z.ZodString;
|
851
851
|
platformContact: z.ZodObject<{
|
852
|
-
id: z.ZodString;
|
853
852
|
channelId: z.ZodString;
|
854
853
|
socialPlatformId: z.ZodNullable<z.ZodString>;
|
855
854
|
type: z.ZodEnum<["whatsapp", "messenger", "telegram", "instagram", "line", "viber", "kakao", "shopee", "lazada"]>;
|
@@ -893,7 +892,6 @@ export declare const lineContract: {
|
|
893
892
|
}>;
|
894
893
|
}, "strip", z.ZodTypeAny, {
|
895
894
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada";
|
896
|
-
id: string;
|
897
895
|
metadata: {
|
898
896
|
id: string;
|
899
897
|
name: string;
|
@@ -912,7 +910,6 @@ export declare const lineContract: {
|
|
912
910
|
socialPlatformId: string | null;
|
913
911
|
}, {
|
914
912
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada";
|
915
|
-
id: string;
|
916
913
|
metadata: {
|
917
914
|
id: string;
|
918
915
|
name: string;
|
@@ -931,37 +928,21 @@ export declare const lineContract: {
|
|
931
928
|
socialPlatformId: string | null;
|
932
929
|
}>;
|
933
930
|
actor: z.ZodNullable<z.ZodObject<{
|
934
|
-
id: z.ZodString;
|
935
931
|
name: z.ZodString;
|
936
932
|
email: z.ZodString;
|
937
933
|
address: z.ZodNullable<z.ZodString>;
|
938
934
|
phone: z.ZodNullable<z.ZodString>;
|
939
935
|
}, "strip", z.ZodTypeAny, {
|
940
|
-
id: string;
|
941
936
|
address: string | null;
|
942
937
|
name: string;
|
943
938
|
email: string;
|
944
939
|
phone: string | null;
|
945
940
|
}, {
|
946
|
-
id: string;
|
947
941
|
address: string | null;
|
948
942
|
name: string;
|
949
943
|
email: string;
|
950
944
|
phone: string | null;
|
951
945
|
}>>;
|
952
|
-
assignee: z.ZodNullable<z.ZodObject<{
|
953
|
-
id: z.ZodString;
|
954
|
-
name: z.ZodString;
|
955
|
-
email: z.ZodString;
|
956
|
-
}, "strip", z.ZodTypeAny, {
|
957
|
-
id: string;
|
958
|
-
name: string;
|
959
|
-
email: string;
|
960
|
-
}, {
|
961
|
-
id: string;
|
962
|
-
name: string;
|
963
|
-
email: string;
|
964
|
-
}>>;
|
965
946
|
channel: z.ZodObject<{
|
966
947
|
id: z.ZodString;
|
967
948
|
name: z.ZodString;
|
@@ -1056,7 +1037,6 @@ export declare const lineContract: {
|
|
1056
1037
|
phone: string | null;
|
1057
1038
|
} | undefined;
|
1058
1039
|
}>;
|
1059
|
-
messengerTags: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"post_purchase_update">, z.ZodLiteral<"account_update">, z.ZodLiteral<"confirmed_event_update">]>>;
|
1060
1040
|
}, "strip", z.ZodTypeAny, {
|
1061
1041
|
id: string;
|
1062
1042
|
channel: {
|
@@ -1087,7 +1067,6 @@ export declare const lineContract: {
|
|
1087
1067
|
createdAt: string;
|
1088
1068
|
updatedAt: string;
|
1089
1069
|
actor: {
|
1090
|
-
id: string;
|
1091
1070
|
address: string | null;
|
1092
1071
|
name: string;
|
1093
1072
|
email: string;
|
@@ -1096,7 +1075,6 @@ export declare const lineContract: {
|
|
1096
1075
|
isLatest: boolean;
|
1097
1076
|
platformContact: {
|
1098
1077
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada";
|
1099
|
-
id: string;
|
1100
1078
|
metadata: {
|
1101
1079
|
id: string;
|
1102
1080
|
name: string;
|
@@ -1114,14 +1092,8 @@ export declare const lineContract: {
|
|
1114
1092
|
channelId: string;
|
1115
1093
|
socialPlatformId: string | null;
|
1116
1094
|
};
|
1117
|
-
assignee: {
|
1118
|
-
id: string;
|
1119
|
-
name: string;
|
1120
|
-
email: string;
|
1121
|
-
} | null;
|
1122
1095
|
lastMessage?: string | undefined;
|
1123
1096
|
handleTime?: number | undefined;
|
1124
|
-
messengerTags?: "post_purchase_update" | "account_update" | "confirmed_event_update" | undefined;
|
1125
1097
|
}, {
|
1126
1098
|
id: string;
|
1127
1099
|
channel: {
|
@@ -1152,7 +1124,6 @@ export declare const lineContract: {
|
|
1152
1124
|
createdAt: string;
|
1153
1125
|
updatedAt: string;
|
1154
1126
|
actor: {
|
1155
|
-
id: string;
|
1156
1127
|
address: string | null;
|
1157
1128
|
name: string;
|
1158
1129
|
email: string;
|
@@ -1161,7 +1132,6 @@ export declare const lineContract: {
|
|
1161
1132
|
isLatest: boolean;
|
1162
1133
|
platformContact: {
|
1163
1134
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada";
|
1164
|
-
id: string;
|
1165
1135
|
metadata: {
|
1166
1136
|
id: string;
|
1167
1137
|
name: string;
|
@@ -1179,14 +1149,8 @@ export declare const lineContract: {
|
|
1179
1149
|
channelId: string;
|
1180
1150
|
socialPlatformId: string | null;
|
1181
1151
|
};
|
1182
|
-
assignee: {
|
1183
|
-
id: string;
|
1184
|
-
name: string;
|
1185
|
-
email: string;
|
1186
|
-
} | null;
|
1187
1152
|
lastMessage?: string | undefined;
|
1188
1153
|
handleTime?: number | undefined;
|
1189
|
-
messengerTags?: "post_purchase_update" | "account_update" | "confirmed_event_update" | undefined;
|
1190
1154
|
}>;
|
1191
1155
|
message: z.ZodObject<{
|
1192
1156
|
message: z.ZodOptional<z.ZodString>;
|
@@ -1351,7 +1315,6 @@ export declare const lineContract: {
|
|
1351
1315
|
createdAt: string;
|
1352
1316
|
updatedAt: string;
|
1353
1317
|
actor: {
|
1354
|
-
id: string;
|
1355
1318
|
address: string | null;
|
1356
1319
|
name: string;
|
1357
1320
|
email: string;
|
@@ -1360,7 +1323,6 @@ export declare const lineContract: {
|
|
1360
1323
|
isLatest: boolean;
|
1361
1324
|
platformContact: {
|
1362
1325
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada";
|
1363
|
-
id: string;
|
1364
1326
|
metadata: {
|
1365
1327
|
id: string;
|
1366
1328
|
name: string;
|
@@ -1378,14 +1340,8 @@ export declare const lineContract: {
|
|
1378
1340
|
channelId: string;
|
1379
1341
|
socialPlatformId: string | null;
|
1380
1342
|
};
|
1381
|
-
assignee: {
|
1382
|
-
id: string;
|
1383
|
-
name: string;
|
1384
|
-
email: string;
|
1385
|
-
} | null;
|
1386
1343
|
lastMessage?: string | undefined;
|
1387
1344
|
handleTime?: number | undefined;
|
1388
|
-
messengerTags?: "post_purchase_update" | "account_update" | "confirmed_event_update" | undefined;
|
1389
1345
|
};
|
1390
1346
|
}, {
|
1391
1347
|
message: {
|
@@ -1446,7 +1402,6 @@ export declare const lineContract: {
|
|
1446
1402
|
createdAt: string;
|
1447
1403
|
updatedAt: string;
|
1448
1404
|
actor: {
|
1449
|
-
id: string;
|
1450
1405
|
address: string | null;
|
1451
1406
|
name: string;
|
1452
1407
|
email: string;
|
@@ -1455,7 +1410,6 @@ export declare const lineContract: {
|
|
1455
1410
|
isLatest: boolean;
|
1456
1411
|
platformContact: {
|
1457
1412
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada";
|
1458
|
-
id: string;
|
1459
1413
|
metadata: {
|
1460
1414
|
id: string;
|
1461
1415
|
name: string;
|
@@ -1473,14 +1427,8 @@ export declare const lineContract: {
|
|
1473
1427
|
channelId: string;
|
1474
1428
|
socialPlatformId: string | null;
|
1475
1429
|
};
|
1476
|
-
assignee: {
|
1477
|
-
id: string;
|
1478
|
-
name: string;
|
1479
|
-
email: string;
|
1480
|
-
} | null;
|
1481
1430
|
lastMessage?: string | undefined;
|
1482
1431
|
handleTime?: number | undefined;
|
1483
|
-
messengerTags?: "post_purchase_update" | "account_update" | "confirmed_event_update" | undefined;
|
1484
1432
|
};
|
1485
1433
|
}>;
|
1486
1434
|
method: "POST";
|
@@ -1512,9 +1460,7 @@ export declare const lineContract: {
|
|
1512
1460
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
1513
1461
|
lastMessage: z.ZodString;
|
1514
1462
|
handleTime: z.ZodNumber;
|
1515
|
-
|
1516
|
-
lastMessageAt: z.ZodNullable<z.ZodDate>;
|
1517
|
-
status: z.ZodNumber;
|
1463
|
+
closeAt: z.ZodDate;
|
1518
1464
|
unreadCount: z.ZodNumber;
|
1519
1465
|
firstResponseAt: z.ZodDate;
|
1520
1466
|
firstResponseTime: z.ZodNumber;
|
@@ -3439,7 +3385,6 @@ export declare const lineContract: {
|
|
3439
3385
|
connectedUserId: string;
|
3440
3386
|
};
|
3441
3387
|
direction: "incoming" | "outgoing" | "system";
|
3442
|
-
status: number;
|
3443
3388
|
createdAt: Date;
|
3444
3389
|
updatedAt: Date;
|
3445
3390
|
deletedAt: Date | null;
|
@@ -3490,6 +3435,7 @@ export declare const lineContract: {
|
|
3490
3435
|
firstResponseTime: number;
|
3491
3436
|
lastMessage: string;
|
3492
3437
|
handleTime: number;
|
3438
|
+
closeAt: Date;
|
3493
3439
|
unreadCount: number;
|
3494
3440
|
firstResponseAt: Date;
|
3495
3441
|
isLatest: boolean;
|
@@ -3649,8 +3595,6 @@ export declare const lineContract: {
|
|
3649
3595
|
telephonySignature: string | null;
|
3650
3596
|
};
|
3651
3597
|
};
|
3652
|
-
closedAt: Date;
|
3653
|
-
lastMessageAt: Date | null;
|
3654
3598
|
cxlog: {
|
3655
3599
|
id: string;
|
3656
3600
|
channel: string | null;
|
@@ -3753,7 +3697,6 @@ export declare const lineContract: {
|
|
3753
3697
|
connectedUserId: string;
|
3754
3698
|
};
|
3755
3699
|
direction: "incoming" | "outgoing" | "system";
|
3756
|
-
status: number;
|
3757
3700
|
createdAt: Date;
|
3758
3701
|
updatedAt: Date;
|
3759
3702
|
deletedAt: Date | null;
|
@@ -3804,6 +3747,7 @@ export declare const lineContract: {
|
|
3804
3747
|
firstResponseTime: number;
|
3805
3748
|
lastMessage: string;
|
3806
3749
|
handleTime: number;
|
3750
|
+
closeAt: Date;
|
3807
3751
|
unreadCount: number;
|
3808
3752
|
firstResponseAt: Date;
|
3809
3753
|
isLatest: boolean;
|
@@ -3963,8 +3907,6 @@ export declare const lineContract: {
|
|
3963
3907
|
telephonySignature: string | null;
|
3964
3908
|
};
|
3965
3909
|
};
|
3966
|
-
closedAt: Date;
|
3967
|
-
lastMessageAt: Date | null;
|
3968
3910
|
cxlog: {
|
3969
3911
|
id: string;
|
3970
3912
|
channel: string | null;
|
@@ -5813,7 +5755,6 @@ export declare const lineContract: {
|
|
5813
5755
|
connectedUserId: string;
|
5814
5756
|
};
|
5815
5757
|
direction: "incoming" | "outgoing" | "system";
|
5816
|
-
status: number;
|
5817
5758
|
createdAt: Date;
|
5818
5759
|
updatedAt: Date;
|
5819
5760
|
deletedAt: Date | null;
|
@@ -5864,6 +5805,7 @@ export declare const lineContract: {
|
|
5864
5805
|
firstResponseTime: number;
|
5865
5806
|
lastMessage: string;
|
5866
5807
|
handleTime: number;
|
5808
|
+
closeAt: Date;
|
5867
5809
|
unreadCount: number;
|
5868
5810
|
firstResponseAt: Date;
|
5869
5811
|
isLatest: boolean;
|
@@ -6023,8 +5965,6 @@ export declare const lineContract: {
|
|
6023
5965
|
telephonySignature: string | null;
|
6024
5966
|
};
|
6025
5967
|
};
|
6026
|
-
closedAt: Date;
|
6027
|
-
lastMessageAt: Date | null;
|
6028
5968
|
cxlog: {
|
6029
5969
|
id: string;
|
6030
5970
|
channel: string | null;
|
@@ -6453,7 +6393,6 @@ export declare const lineContract: {
|
|
6453
6393
|
connectedUserId: string;
|
6454
6394
|
};
|
6455
6395
|
direction: "incoming" | "outgoing" | "system";
|
6456
|
-
status: number;
|
6457
6396
|
createdAt: Date;
|
6458
6397
|
updatedAt: Date;
|
6459
6398
|
deletedAt: Date | null;
|
@@ -6504,6 +6443,7 @@ export declare const lineContract: {
|
|
6504
6443
|
firstResponseTime: number;
|
6505
6444
|
lastMessage: string;
|
6506
6445
|
handleTime: number;
|
6446
|
+
closeAt: Date;
|
6507
6447
|
unreadCount: number;
|
6508
6448
|
firstResponseAt: Date;
|
6509
6449
|
isLatest: boolean;
|
@@ -6663,8 +6603,6 @@ export declare const lineContract: {
|
|
6663
6603
|
telephonySignature: string | null;
|
6664
6604
|
};
|
6665
6605
|
};
|
6666
|
-
closedAt: Date;
|
6667
|
-
lastMessageAt: Date | null;
|
6668
6606
|
cxlog: {
|
6669
6607
|
id: string;
|
6670
6608
|
channel: string | null;
|
@@ -7095,7 +7033,6 @@ export declare const lineContract: {
|
|
7095
7033
|
connectedUserId: string;
|
7096
7034
|
};
|
7097
7035
|
direction: "incoming" | "outgoing" | "system";
|
7098
|
-
status: number;
|
7099
7036
|
createdAt: Date;
|
7100
7037
|
updatedAt: Date;
|
7101
7038
|
deletedAt: Date | null;
|
@@ -7146,6 +7083,7 @@ export declare const lineContract: {
|
|
7146
7083
|
firstResponseTime: number;
|
7147
7084
|
lastMessage: string;
|
7148
7085
|
handleTime: number;
|
7086
|
+
closeAt: Date;
|
7149
7087
|
unreadCount: number;
|
7150
7088
|
firstResponseAt: Date;
|
7151
7089
|
isLatest: boolean;
|
@@ -7305,8 +7243,6 @@ export declare const lineContract: {
|
|
7305
7243
|
telephonySignature: string | null;
|
7306
7244
|
};
|
7307
7245
|
};
|
7308
|
-
closedAt: Date;
|
7309
|
-
lastMessageAt: Date | null;
|
7310
7246
|
cxlog: {
|
7311
7247
|
id: string;
|
7312
7248
|
channel: string | null;
|
@@ -7738,7 +7674,6 @@ export declare const lineContract: {
|
|
7738
7674
|
connectedUserId: string;
|
7739
7675
|
};
|
7740
7676
|
direction: "incoming" | "outgoing" | "system";
|
7741
|
-
status: number;
|
7742
7677
|
createdAt: Date;
|
7743
7678
|
updatedAt: Date;
|
7744
7679
|
deletedAt: Date | null;
|
@@ -7789,6 +7724,7 @@ export declare const lineContract: {
|
|
7789
7724
|
firstResponseTime: number;
|
7790
7725
|
lastMessage: string;
|
7791
7726
|
handleTime: number;
|
7727
|
+
closeAt: Date;
|
7792
7728
|
unreadCount: number;
|
7793
7729
|
firstResponseAt: Date;
|
7794
7730
|
isLatest: boolean;
|
@@ -7948,8 +7884,6 @@ export declare const lineContract: {
|
|
7948
7884
|
telephonySignature: string | null;
|
7949
7885
|
};
|
7950
7886
|
};
|
7951
|
-
closedAt: Date;
|
7952
|
-
lastMessageAt: Date | null;
|
7953
7887
|
cxlog: {
|
7954
7888
|
id: string;
|
7955
7889
|
channel: string | null;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/line/index.ts"],"names":[],"mappings":"AACA,OAAO,CAAC,MAAM,KAAK,CAAC;AAMpB,OAAO,EAAE,qBAAqB,EAAE,MAAM,cAAc,CAAC;AAQrD,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC;AAE3E,eAAO,MAAM,YAAY
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/line/index.ts"],"names":[],"mappings":"AACA,OAAO,CAAC,MAAM,KAAK,CAAC;AAMpB,OAAO,EAAE,qBAAqB,EAAE,MAAM,cAAc,CAAC;AAQrD,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC;AAE3E,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0EvB,CAAC"}
|