@kl1/contracts 1.0.79 → 1.0.80
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 +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/dist/src/chat/index.d.ts +240 -240
- package/dist/src/chat/schema.d.ts +96 -96
- package/dist/src/chat/validation.d.ts +120 -120
- package/dist/src/contract.d.ts +1900 -1548
- package/dist/src/contract.d.ts.map +1 -1
- package/dist/src/cx-log/index.d.ts +106 -0
- package/dist/src/cx-log/index.d.ts.map +1 -1
- package/dist/src/cx-log/schema.d.ts +82 -0
- package/dist/src/cx-log/schema.d.ts.map +1 -1
- package/dist/src/instagram/index.d.ts +120 -120
- package/dist/src/line/index.d.ts +120 -120
- package/dist/src/messenger/index.d.ts +120 -120
- package/dist/src/telephony-cdr/index.d.ts +246 -0
- package/dist/src/telephony-cdr/index.d.ts.map +1 -1
- package/dist/src/telephony-cdr/schema.d.ts +58 -0
- package/dist/src/telephony-cdr/schema.d.ts.map +1 -1
- package/dist/src/viber/index.d.ts +120 -120
- package/package.json +1 -1
@@ -4932,6 +4932,18 @@ export declare const viberContract: {
|
|
4932
4932
|
};
|
4933
4933
|
};
|
4934
4934
|
platformId: string;
|
4935
|
+
upload: {
|
4936
|
+
id: string;
|
4937
|
+
createdAt: Date;
|
4938
|
+
updatedAt: Date;
|
4939
|
+
deletedAt: Date | null;
|
4940
|
+
fileName: string;
|
4941
|
+
fileKey: string;
|
4942
|
+
bucketName: string;
|
4943
|
+
fileSize: number;
|
4944
|
+
fileUrl: string | null;
|
4945
|
+
status?: string | undefined;
|
4946
|
+
};
|
4935
4947
|
assignee: {
|
4936
4948
|
id: string;
|
4937
4949
|
address: string | null;
|
@@ -4982,18 +4994,6 @@ export declare const viberContract: {
|
|
4982
4994
|
locale: "" | "th" | "mm" | "en";
|
4983
4995
|
previewUrl: string;
|
4984
4996
|
imageSetId: string;
|
4985
|
-
upload: {
|
4986
|
-
id: string;
|
4987
|
-
createdAt: Date;
|
4988
|
-
updatedAt: Date;
|
4989
|
-
deletedAt: Date | null;
|
4990
|
-
fileName: string;
|
4991
|
-
fileKey: string;
|
4992
|
-
bucketName: string;
|
4993
|
-
fileSize: number;
|
4994
|
-
fileUrl: string | null;
|
4995
|
-
status?: string | undefined;
|
4996
|
-
};
|
4997
4997
|
sender: {
|
4998
4998
|
id: string;
|
4999
4999
|
address: string | null;
|
@@ -5094,6 +5094,18 @@ export declare const viberContract: {
|
|
5094
5094
|
};
|
5095
5095
|
};
|
5096
5096
|
platformId: string;
|
5097
|
+
upload: {
|
5098
|
+
id: string;
|
5099
|
+
createdAt: Date;
|
5100
|
+
updatedAt: Date;
|
5101
|
+
deletedAt: Date | null;
|
5102
|
+
fileName: string;
|
5103
|
+
fileKey: string;
|
5104
|
+
bucketName: string;
|
5105
|
+
fileSize: number;
|
5106
|
+
fileUrl: string | null;
|
5107
|
+
status?: string | undefined;
|
5108
|
+
};
|
5097
5109
|
assignee: {
|
5098
5110
|
id: string;
|
5099
5111
|
address: string | null;
|
@@ -5144,18 +5156,6 @@ export declare const viberContract: {
|
|
5144
5156
|
locale: "" | "th" | "mm" | "en";
|
5145
5157
|
previewUrl: string;
|
5146
5158
|
imageSetId: string;
|
5147
|
-
upload: {
|
5148
|
-
id: string;
|
5149
|
-
createdAt: Date;
|
5150
|
-
updatedAt: Date;
|
5151
|
-
deletedAt: Date | null;
|
5152
|
-
fileName: string;
|
5153
|
-
fileKey: string;
|
5154
|
-
bucketName: string;
|
5155
|
-
fileSize: number;
|
5156
|
-
fileUrl: string | null;
|
5157
|
-
status?: string | undefined;
|
5158
|
-
};
|
5159
5159
|
sender: {
|
5160
5160
|
id: string;
|
5161
5161
|
address: string | null;
|
@@ -5869,6 +5869,18 @@ export declare const viberContract: {
|
|
5869
5869
|
};
|
5870
5870
|
};
|
5871
5871
|
platformId: string;
|
5872
|
+
upload: {
|
5873
|
+
id: string;
|
5874
|
+
createdAt: Date;
|
5875
|
+
updatedAt: Date;
|
5876
|
+
deletedAt: Date | null;
|
5877
|
+
fileName: string;
|
5878
|
+
fileKey: string;
|
5879
|
+
bucketName: string;
|
5880
|
+
fileSize: number;
|
5881
|
+
fileUrl: string | null;
|
5882
|
+
status?: string | undefined;
|
5883
|
+
};
|
5872
5884
|
assignee: {
|
5873
5885
|
id: string;
|
5874
5886
|
address: string | null;
|
@@ -6232,18 +6244,6 @@ export declare const viberContract: {
|
|
6232
6244
|
locale: "" | "th" | "mm" | "en";
|
6233
6245
|
previewUrl: string;
|
6234
6246
|
imageSetId: string;
|
6235
|
-
upload: {
|
6236
|
-
id: string;
|
6237
|
-
createdAt: Date;
|
6238
|
-
updatedAt: Date;
|
6239
|
-
deletedAt: Date | null;
|
6240
|
-
fileName: string;
|
6241
|
-
fileKey: string;
|
6242
|
-
bucketName: string;
|
6243
|
-
fileSize: number;
|
6244
|
-
fileUrl: string | null;
|
6245
|
-
status?: string | undefined;
|
6246
|
-
};
|
6247
6247
|
repliedMessage: {
|
6248
6248
|
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
6249
6249
|
message: string;
|
@@ -6298,6 +6298,18 @@ export declare const viberContract: {
|
|
6298
6298
|
};
|
6299
6299
|
};
|
6300
6300
|
platformId: string;
|
6301
|
+
upload: {
|
6302
|
+
id: string;
|
6303
|
+
createdAt: Date;
|
6304
|
+
updatedAt: Date;
|
6305
|
+
deletedAt: Date | null;
|
6306
|
+
fileName: string;
|
6307
|
+
fileKey: string;
|
6308
|
+
bucketName: string;
|
6309
|
+
fileSize: number;
|
6310
|
+
fileUrl: string | null;
|
6311
|
+
status?: string | undefined;
|
6312
|
+
};
|
6301
6313
|
assignee: {
|
6302
6314
|
id: string;
|
6303
6315
|
address: string | null;
|
@@ -6348,18 +6360,6 @@ export declare const viberContract: {
|
|
6348
6360
|
locale: "" | "th" | "mm" | "en";
|
6349
6361
|
previewUrl: string;
|
6350
6362
|
imageSetId: string;
|
6351
|
-
upload: {
|
6352
|
-
id: string;
|
6353
|
-
createdAt: Date;
|
6354
|
-
updatedAt: Date;
|
6355
|
-
deletedAt: Date | null;
|
6356
|
-
fileName: string;
|
6357
|
-
fileKey: string;
|
6358
|
-
bucketName: string;
|
6359
|
-
fileSize: number;
|
6360
|
-
fileUrl: string | null;
|
6361
|
-
status?: string | undefined;
|
6362
|
-
};
|
6363
6363
|
sender: {
|
6364
6364
|
id: string;
|
6365
6365
|
address: string | null;
|
@@ -6507,6 +6507,18 @@ export declare const viberContract: {
|
|
6507
6507
|
};
|
6508
6508
|
};
|
6509
6509
|
platformId: string;
|
6510
|
+
upload: {
|
6511
|
+
id: string;
|
6512
|
+
createdAt: Date;
|
6513
|
+
updatedAt: Date;
|
6514
|
+
deletedAt: Date | null;
|
6515
|
+
fileName: string;
|
6516
|
+
fileKey: string;
|
6517
|
+
bucketName: string;
|
6518
|
+
fileSize: number;
|
6519
|
+
fileUrl: string | null;
|
6520
|
+
status?: string | undefined;
|
6521
|
+
};
|
6510
6522
|
assignee: {
|
6511
6523
|
id: string;
|
6512
6524
|
address: string | null;
|
@@ -6870,18 +6882,6 @@ export declare const viberContract: {
|
|
6870
6882
|
locale: "" | "th" | "mm" | "en";
|
6871
6883
|
previewUrl: string;
|
6872
6884
|
imageSetId: string;
|
6873
|
-
upload: {
|
6874
|
-
id: string;
|
6875
|
-
createdAt: Date;
|
6876
|
-
updatedAt: Date;
|
6877
|
-
deletedAt: Date | null;
|
6878
|
-
fileName: string;
|
6879
|
-
fileKey: string;
|
6880
|
-
bucketName: string;
|
6881
|
-
fileSize: number;
|
6882
|
-
fileUrl: string | null;
|
6883
|
-
status?: string | undefined;
|
6884
|
-
};
|
6885
6885
|
repliedMessage: {
|
6886
6886
|
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
6887
6887
|
message: string;
|
@@ -6936,6 +6936,18 @@ export declare const viberContract: {
|
|
6936
6936
|
};
|
6937
6937
|
};
|
6938
6938
|
platformId: string;
|
6939
|
+
upload: {
|
6940
|
+
id: string;
|
6941
|
+
createdAt: Date;
|
6942
|
+
updatedAt: Date;
|
6943
|
+
deletedAt: Date | null;
|
6944
|
+
fileName: string;
|
6945
|
+
fileKey: string;
|
6946
|
+
bucketName: string;
|
6947
|
+
fileSize: number;
|
6948
|
+
fileUrl: string | null;
|
6949
|
+
status?: string | undefined;
|
6950
|
+
};
|
6939
6951
|
assignee: {
|
6940
6952
|
id: string;
|
6941
6953
|
address: string | null;
|
@@ -6986,18 +6998,6 @@ export declare const viberContract: {
|
|
6986
6998
|
locale: "" | "th" | "mm" | "en";
|
6987
6999
|
previewUrl: string;
|
6988
7000
|
imageSetId: string;
|
6989
|
-
upload: {
|
6990
|
-
id: string;
|
6991
|
-
createdAt: Date;
|
6992
|
-
updatedAt: Date;
|
6993
|
-
deletedAt: Date | null;
|
6994
|
-
fileName: string;
|
6995
|
-
fileKey: string;
|
6996
|
-
bucketName: string;
|
6997
|
-
fileSize: number;
|
6998
|
-
fileUrl: string | null;
|
6999
|
-
status?: string | undefined;
|
7000
|
-
};
|
7001
7001
|
sender: {
|
7002
7002
|
id: string;
|
7003
7003
|
address: string | null;
|
@@ -7147,6 +7147,18 @@ export declare const viberContract: {
|
|
7147
7147
|
};
|
7148
7148
|
};
|
7149
7149
|
platformId: string;
|
7150
|
+
upload: {
|
7151
|
+
id: string;
|
7152
|
+
createdAt: Date;
|
7153
|
+
updatedAt: Date;
|
7154
|
+
deletedAt: Date | null;
|
7155
|
+
fileName: string;
|
7156
|
+
fileKey: string;
|
7157
|
+
bucketName: string;
|
7158
|
+
fileSize: number;
|
7159
|
+
fileUrl: string | null;
|
7160
|
+
status?: string | undefined;
|
7161
|
+
};
|
7150
7162
|
assignee: {
|
7151
7163
|
id: string;
|
7152
7164
|
address: string | null;
|
@@ -7510,18 +7522,6 @@ export declare const viberContract: {
|
|
7510
7522
|
locale: "" | "th" | "mm" | "en";
|
7511
7523
|
previewUrl: string;
|
7512
7524
|
imageSetId: string;
|
7513
|
-
upload: {
|
7514
|
-
id: string;
|
7515
|
-
createdAt: Date;
|
7516
|
-
updatedAt: Date;
|
7517
|
-
deletedAt: Date | null;
|
7518
|
-
fileName: string;
|
7519
|
-
fileKey: string;
|
7520
|
-
bucketName: string;
|
7521
|
-
fileSize: number;
|
7522
|
-
fileUrl: string | null;
|
7523
|
-
status?: string | undefined;
|
7524
|
-
};
|
7525
7525
|
repliedMessage: {
|
7526
7526
|
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
7527
7527
|
message: string;
|
@@ -7576,6 +7576,18 @@ export declare const viberContract: {
|
|
7576
7576
|
};
|
7577
7577
|
};
|
7578
7578
|
platformId: string;
|
7579
|
+
upload: {
|
7580
|
+
id: string;
|
7581
|
+
createdAt: Date;
|
7582
|
+
updatedAt: Date;
|
7583
|
+
deletedAt: Date | null;
|
7584
|
+
fileName: string;
|
7585
|
+
fileKey: string;
|
7586
|
+
bucketName: string;
|
7587
|
+
fileSize: number;
|
7588
|
+
fileUrl: string | null;
|
7589
|
+
status?: string | undefined;
|
7590
|
+
};
|
7579
7591
|
assignee: {
|
7580
7592
|
id: string;
|
7581
7593
|
address: string | null;
|
@@ -7626,18 +7638,6 @@ export declare const viberContract: {
|
|
7626
7638
|
locale: "" | "th" | "mm" | "en";
|
7627
7639
|
previewUrl: string;
|
7628
7640
|
imageSetId: string;
|
7629
|
-
upload: {
|
7630
|
-
id: string;
|
7631
|
-
createdAt: Date;
|
7632
|
-
updatedAt: Date;
|
7633
|
-
deletedAt: Date | null;
|
7634
|
-
fileName: string;
|
7635
|
-
fileKey: string;
|
7636
|
-
bucketName: string;
|
7637
|
-
fileSize: number;
|
7638
|
-
fileUrl: string | null;
|
7639
|
-
status?: string | undefined;
|
7640
|
-
};
|
7641
7641
|
sender: {
|
7642
7642
|
id: string;
|
7643
7643
|
address: string | null;
|
@@ -7788,6 +7788,18 @@ export declare const viberContract: {
|
|
7788
7788
|
};
|
7789
7789
|
};
|
7790
7790
|
platformId: string;
|
7791
|
+
upload: {
|
7792
|
+
id: string;
|
7793
|
+
createdAt: Date;
|
7794
|
+
updatedAt: Date;
|
7795
|
+
deletedAt: Date | null;
|
7796
|
+
fileName: string;
|
7797
|
+
fileKey: string;
|
7798
|
+
bucketName: string;
|
7799
|
+
fileSize: number;
|
7800
|
+
fileUrl: string | null;
|
7801
|
+
status?: string | undefined;
|
7802
|
+
};
|
7791
7803
|
assignee: {
|
7792
7804
|
id: string;
|
7793
7805
|
address: string | null;
|
@@ -8151,18 +8163,6 @@ export declare const viberContract: {
|
|
8151
8163
|
locale: "" | "th" | "mm" | "en";
|
8152
8164
|
previewUrl: string;
|
8153
8165
|
imageSetId: string;
|
8154
|
-
upload: {
|
8155
|
-
id: string;
|
8156
|
-
createdAt: Date;
|
8157
|
-
updatedAt: Date;
|
8158
|
-
deletedAt: Date | null;
|
8159
|
-
fileName: string;
|
8160
|
-
fileKey: string;
|
8161
|
-
bucketName: string;
|
8162
|
-
fileSize: number;
|
8163
|
-
fileUrl: string | null;
|
8164
|
-
status?: string | undefined;
|
8165
|
-
};
|
8166
8166
|
repliedMessage: {
|
8167
8167
|
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
8168
8168
|
message: string;
|
@@ -8217,6 +8217,18 @@ export declare const viberContract: {
|
|
8217
8217
|
};
|
8218
8218
|
};
|
8219
8219
|
platformId: string;
|
8220
|
+
upload: {
|
8221
|
+
id: string;
|
8222
|
+
createdAt: Date;
|
8223
|
+
updatedAt: Date;
|
8224
|
+
deletedAt: Date | null;
|
8225
|
+
fileName: string;
|
8226
|
+
fileKey: string;
|
8227
|
+
bucketName: string;
|
8228
|
+
fileSize: number;
|
8229
|
+
fileUrl: string | null;
|
8230
|
+
status?: string | undefined;
|
8231
|
+
};
|
8220
8232
|
assignee: {
|
8221
8233
|
id: string;
|
8222
8234
|
address: string | null;
|
@@ -8267,18 +8279,6 @@ export declare const viberContract: {
|
|
8267
8279
|
locale: "" | "th" | "mm" | "en";
|
8268
8280
|
previewUrl: string;
|
8269
8281
|
imageSetId: string;
|
8270
|
-
upload: {
|
8271
|
-
id: string;
|
8272
|
-
createdAt: Date;
|
8273
|
-
updatedAt: Date;
|
8274
|
-
deletedAt: Date | null;
|
8275
|
-
fileName: string;
|
8276
|
-
fileKey: string;
|
8277
|
-
bucketName: string;
|
8278
|
-
fileSize: number;
|
8279
|
-
fileUrl: string | null;
|
8280
|
-
status?: string | undefined;
|
8281
|
-
};
|
8282
8282
|
sender: {
|
8283
8283
|
id: string;
|
8284
8284
|
address: string | null;
|