@kl1/contracts 1.0.79 → 1.0.81
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 +21 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +20 -4
- 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 +3759 -1797
- 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/index.d.ts +1 -0
- package/dist/src/index.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/notification/index.d.ts +1619 -5
- package/dist/src/notification/index.d.ts.map +1 -1
- package/dist/src/notification/schema.d.ts +1307 -7
- package/dist/src/notification/schema.d.ts.map +1 -1
- package/dist/src/notification/validation.d.ts +805 -0
- package/dist/src/notification/validation.d.ts.map +1 -1
- 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
package/dist/src/line/index.d.ts
CHANGED
@@ -3956,6 +3956,18 @@ export declare const lineContract: {
|
|
3956
3956
|
};
|
3957
3957
|
};
|
3958
3958
|
platformId: string;
|
3959
|
+
upload: {
|
3960
|
+
id: string;
|
3961
|
+
createdAt: Date;
|
3962
|
+
updatedAt: Date;
|
3963
|
+
deletedAt: Date | null;
|
3964
|
+
fileName: string;
|
3965
|
+
fileKey: string;
|
3966
|
+
bucketName: string;
|
3967
|
+
fileSize: number;
|
3968
|
+
fileUrl: string | null;
|
3969
|
+
status?: string | undefined;
|
3970
|
+
};
|
3959
3971
|
assignee: {
|
3960
3972
|
id: string;
|
3961
3973
|
address: string | null;
|
@@ -4006,18 +4018,6 @@ export declare const lineContract: {
|
|
4006
4018
|
locale: "" | "th" | "mm" | "en";
|
4007
4019
|
previewUrl: string;
|
4008
4020
|
imageSetId: string;
|
4009
|
-
upload: {
|
4010
|
-
id: string;
|
4011
|
-
createdAt: Date;
|
4012
|
-
updatedAt: Date;
|
4013
|
-
deletedAt: Date | null;
|
4014
|
-
fileName: string;
|
4015
|
-
fileKey: string;
|
4016
|
-
bucketName: string;
|
4017
|
-
fileSize: number;
|
4018
|
-
fileUrl: string | null;
|
4019
|
-
status?: string | undefined;
|
4020
|
-
};
|
4021
4021
|
sender: {
|
4022
4022
|
id: string;
|
4023
4023
|
address: string | null;
|
@@ -4118,6 +4118,18 @@ export declare const lineContract: {
|
|
4118
4118
|
};
|
4119
4119
|
};
|
4120
4120
|
platformId: string;
|
4121
|
+
upload: {
|
4122
|
+
id: string;
|
4123
|
+
createdAt: Date;
|
4124
|
+
updatedAt: Date;
|
4125
|
+
deletedAt: Date | null;
|
4126
|
+
fileName: string;
|
4127
|
+
fileKey: string;
|
4128
|
+
bucketName: string;
|
4129
|
+
fileSize: number;
|
4130
|
+
fileUrl: string | null;
|
4131
|
+
status?: string | undefined;
|
4132
|
+
};
|
4121
4133
|
assignee: {
|
4122
4134
|
id: string;
|
4123
4135
|
address: string | null;
|
@@ -4168,18 +4180,6 @@ export declare const lineContract: {
|
|
4168
4180
|
locale: "" | "th" | "mm" | "en";
|
4169
4181
|
previewUrl: string;
|
4170
4182
|
imageSetId: string;
|
4171
|
-
upload: {
|
4172
|
-
id: string;
|
4173
|
-
createdAt: Date;
|
4174
|
-
updatedAt: Date;
|
4175
|
-
deletedAt: Date | null;
|
4176
|
-
fileName: string;
|
4177
|
-
fileKey: string;
|
4178
|
-
bucketName: string;
|
4179
|
-
fileSize: number;
|
4180
|
-
fileUrl: string | null;
|
4181
|
-
status?: string | undefined;
|
4182
|
-
};
|
4183
4183
|
sender: {
|
4184
4184
|
id: string;
|
4185
4185
|
address: string | null;
|
@@ -4893,6 +4893,18 @@ export declare const lineContract: {
|
|
4893
4893
|
};
|
4894
4894
|
};
|
4895
4895
|
platformId: string;
|
4896
|
+
upload: {
|
4897
|
+
id: string;
|
4898
|
+
createdAt: Date;
|
4899
|
+
updatedAt: Date;
|
4900
|
+
deletedAt: Date | null;
|
4901
|
+
fileName: string;
|
4902
|
+
fileKey: string;
|
4903
|
+
bucketName: string;
|
4904
|
+
fileSize: number;
|
4905
|
+
fileUrl: string | null;
|
4906
|
+
status?: string | undefined;
|
4907
|
+
};
|
4896
4908
|
assignee: {
|
4897
4909
|
id: string;
|
4898
4910
|
address: string | null;
|
@@ -5256,18 +5268,6 @@ export declare const lineContract: {
|
|
5256
5268
|
locale: "" | "th" | "mm" | "en";
|
5257
5269
|
previewUrl: string;
|
5258
5270
|
imageSetId: string;
|
5259
|
-
upload: {
|
5260
|
-
id: string;
|
5261
|
-
createdAt: Date;
|
5262
|
-
updatedAt: Date;
|
5263
|
-
deletedAt: Date | null;
|
5264
|
-
fileName: string;
|
5265
|
-
fileKey: string;
|
5266
|
-
bucketName: string;
|
5267
|
-
fileSize: number;
|
5268
|
-
fileUrl: string | null;
|
5269
|
-
status?: string | undefined;
|
5270
|
-
};
|
5271
5271
|
repliedMessage: {
|
5272
5272
|
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
5273
5273
|
message: string;
|
@@ -5322,6 +5322,18 @@ export declare const lineContract: {
|
|
5322
5322
|
};
|
5323
5323
|
};
|
5324
5324
|
platformId: string;
|
5325
|
+
upload: {
|
5326
|
+
id: string;
|
5327
|
+
createdAt: Date;
|
5328
|
+
updatedAt: Date;
|
5329
|
+
deletedAt: Date | null;
|
5330
|
+
fileName: string;
|
5331
|
+
fileKey: string;
|
5332
|
+
bucketName: string;
|
5333
|
+
fileSize: number;
|
5334
|
+
fileUrl: string | null;
|
5335
|
+
status?: string | undefined;
|
5336
|
+
};
|
5325
5337
|
assignee: {
|
5326
5338
|
id: string;
|
5327
5339
|
address: string | null;
|
@@ -5372,18 +5384,6 @@ export declare const lineContract: {
|
|
5372
5384
|
locale: "" | "th" | "mm" | "en";
|
5373
5385
|
previewUrl: string;
|
5374
5386
|
imageSetId: string;
|
5375
|
-
upload: {
|
5376
|
-
id: string;
|
5377
|
-
createdAt: Date;
|
5378
|
-
updatedAt: Date;
|
5379
|
-
deletedAt: Date | null;
|
5380
|
-
fileName: string;
|
5381
|
-
fileKey: string;
|
5382
|
-
bucketName: string;
|
5383
|
-
fileSize: number;
|
5384
|
-
fileUrl: string | null;
|
5385
|
-
status?: string | undefined;
|
5386
|
-
};
|
5387
5387
|
sender: {
|
5388
5388
|
id: string;
|
5389
5389
|
address: string | null;
|
@@ -5531,6 +5531,18 @@ export declare const lineContract: {
|
|
5531
5531
|
};
|
5532
5532
|
};
|
5533
5533
|
platformId: string;
|
5534
|
+
upload: {
|
5535
|
+
id: string;
|
5536
|
+
createdAt: Date;
|
5537
|
+
updatedAt: Date;
|
5538
|
+
deletedAt: Date | null;
|
5539
|
+
fileName: string;
|
5540
|
+
fileKey: string;
|
5541
|
+
bucketName: string;
|
5542
|
+
fileSize: number;
|
5543
|
+
fileUrl: string | null;
|
5544
|
+
status?: string | undefined;
|
5545
|
+
};
|
5534
5546
|
assignee: {
|
5535
5547
|
id: string;
|
5536
5548
|
address: string | null;
|
@@ -5894,18 +5906,6 @@ export declare const lineContract: {
|
|
5894
5906
|
locale: "" | "th" | "mm" | "en";
|
5895
5907
|
previewUrl: string;
|
5896
5908
|
imageSetId: string;
|
5897
|
-
upload: {
|
5898
|
-
id: string;
|
5899
|
-
createdAt: Date;
|
5900
|
-
updatedAt: Date;
|
5901
|
-
deletedAt: Date | null;
|
5902
|
-
fileName: string;
|
5903
|
-
fileKey: string;
|
5904
|
-
bucketName: string;
|
5905
|
-
fileSize: number;
|
5906
|
-
fileUrl: string | null;
|
5907
|
-
status?: string | undefined;
|
5908
|
-
};
|
5909
5909
|
repliedMessage: {
|
5910
5910
|
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
5911
5911
|
message: string;
|
@@ -5960,6 +5960,18 @@ export declare const lineContract: {
|
|
5960
5960
|
};
|
5961
5961
|
};
|
5962
5962
|
platformId: string;
|
5963
|
+
upload: {
|
5964
|
+
id: string;
|
5965
|
+
createdAt: Date;
|
5966
|
+
updatedAt: Date;
|
5967
|
+
deletedAt: Date | null;
|
5968
|
+
fileName: string;
|
5969
|
+
fileKey: string;
|
5970
|
+
bucketName: string;
|
5971
|
+
fileSize: number;
|
5972
|
+
fileUrl: string | null;
|
5973
|
+
status?: string | undefined;
|
5974
|
+
};
|
5963
5975
|
assignee: {
|
5964
5976
|
id: string;
|
5965
5977
|
address: string | null;
|
@@ -6010,18 +6022,6 @@ export declare const lineContract: {
|
|
6010
6022
|
locale: "" | "th" | "mm" | "en";
|
6011
6023
|
previewUrl: string;
|
6012
6024
|
imageSetId: string;
|
6013
|
-
upload: {
|
6014
|
-
id: string;
|
6015
|
-
createdAt: Date;
|
6016
|
-
updatedAt: Date;
|
6017
|
-
deletedAt: Date | null;
|
6018
|
-
fileName: string;
|
6019
|
-
fileKey: string;
|
6020
|
-
bucketName: string;
|
6021
|
-
fileSize: number;
|
6022
|
-
fileUrl: string | null;
|
6023
|
-
status?: string | undefined;
|
6024
|
-
};
|
6025
6025
|
sender: {
|
6026
6026
|
id: string;
|
6027
6027
|
address: string | null;
|
@@ -6171,6 +6171,18 @@ export declare const lineContract: {
|
|
6171
6171
|
};
|
6172
6172
|
};
|
6173
6173
|
platformId: string;
|
6174
|
+
upload: {
|
6175
|
+
id: string;
|
6176
|
+
createdAt: Date;
|
6177
|
+
updatedAt: Date;
|
6178
|
+
deletedAt: Date | null;
|
6179
|
+
fileName: string;
|
6180
|
+
fileKey: string;
|
6181
|
+
bucketName: string;
|
6182
|
+
fileSize: number;
|
6183
|
+
fileUrl: string | null;
|
6184
|
+
status?: string | undefined;
|
6185
|
+
};
|
6174
6186
|
assignee: {
|
6175
6187
|
id: string;
|
6176
6188
|
address: string | null;
|
@@ -6534,18 +6546,6 @@ export declare const lineContract: {
|
|
6534
6546
|
locale: "" | "th" | "mm" | "en";
|
6535
6547
|
previewUrl: string;
|
6536
6548
|
imageSetId: string;
|
6537
|
-
upload: {
|
6538
|
-
id: string;
|
6539
|
-
createdAt: Date;
|
6540
|
-
updatedAt: Date;
|
6541
|
-
deletedAt: Date | null;
|
6542
|
-
fileName: string;
|
6543
|
-
fileKey: string;
|
6544
|
-
bucketName: string;
|
6545
|
-
fileSize: number;
|
6546
|
-
fileUrl: string | null;
|
6547
|
-
status?: string | undefined;
|
6548
|
-
};
|
6549
6549
|
repliedMessage: {
|
6550
6550
|
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
6551
6551
|
message: string;
|
@@ -6600,6 +6600,18 @@ export declare const lineContract: {
|
|
6600
6600
|
};
|
6601
6601
|
};
|
6602
6602
|
platformId: string;
|
6603
|
+
upload: {
|
6604
|
+
id: string;
|
6605
|
+
createdAt: Date;
|
6606
|
+
updatedAt: Date;
|
6607
|
+
deletedAt: Date | null;
|
6608
|
+
fileName: string;
|
6609
|
+
fileKey: string;
|
6610
|
+
bucketName: string;
|
6611
|
+
fileSize: number;
|
6612
|
+
fileUrl: string | null;
|
6613
|
+
status?: string | undefined;
|
6614
|
+
};
|
6603
6615
|
assignee: {
|
6604
6616
|
id: string;
|
6605
6617
|
address: string | null;
|
@@ -6650,18 +6662,6 @@ export declare const lineContract: {
|
|
6650
6662
|
locale: "" | "th" | "mm" | "en";
|
6651
6663
|
previewUrl: string;
|
6652
6664
|
imageSetId: string;
|
6653
|
-
upload: {
|
6654
|
-
id: string;
|
6655
|
-
createdAt: Date;
|
6656
|
-
updatedAt: Date;
|
6657
|
-
deletedAt: Date | null;
|
6658
|
-
fileName: string;
|
6659
|
-
fileKey: string;
|
6660
|
-
bucketName: string;
|
6661
|
-
fileSize: number;
|
6662
|
-
fileUrl: string | null;
|
6663
|
-
status?: string | undefined;
|
6664
|
-
};
|
6665
6665
|
sender: {
|
6666
6666
|
id: string;
|
6667
6667
|
address: string | null;
|
@@ -6812,6 +6812,18 @@ export declare const lineContract: {
|
|
6812
6812
|
};
|
6813
6813
|
};
|
6814
6814
|
platformId: string;
|
6815
|
+
upload: {
|
6816
|
+
id: string;
|
6817
|
+
createdAt: Date;
|
6818
|
+
updatedAt: Date;
|
6819
|
+
deletedAt: Date | null;
|
6820
|
+
fileName: string;
|
6821
|
+
fileKey: string;
|
6822
|
+
bucketName: string;
|
6823
|
+
fileSize: number;
|
6824
|
+
fileUrl: string | null;
|
6825
|
+
status?: string | undefined;
|
6826
|
+
};
|
6815
6827
|
assignee: {
|
6816
6828
|
id: string;
|
6817
6829
|
address: string | null;
|
@@ -7175,18 +7187,6 @@ export declare const lineContract: {
|
|
7175
7187
|
locale: "" | "th" | "mm" | "en";
|
7176
7188
|
previewUrl: string;
|
7177
7189
|
imageSetId: string;
|
7178
|
-
upload: {
|
7179
|
-
id: string;
|
7180
|
-
createdAt: Date;
|
7181
|
-
updatedAt: Date;
|
7182
|
-
deletedAt: Date | null;
|
7183
|
-
fileName: string;
|
7184
|
-
fileKey: string;
|
7185
|
-
bucketName: string;
|
7186
|
-
fileSize: number;
|
7187
|
-
fileUrl: string | null;
|
7188
|
-
status?: string | undefined;
|
7189
|
-
};
|
7190
7190
|
repliedMessage: {
|
7191
7191
|
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
7192
7192
|
message: string;
|
@@ -7241,6 +7241,18 @@ export declare const lineContract: {
|
|
7241
7241
|
};
|
7242
7242
|
};
|
7243
7243
|
platformId: string;
|
7244
|
+
upload: {
|
7245
|
+
id: string;
|
7246
|
+
createdAt: Date;
|
7247
|
+
updatedAt: Date;
|
7248
|
+
deletedAt: Date | null;
|
7249
|
+
fileName: string;
|
7250
|
+
fileKey: string;
|
7251
|
+
bucketName: string;
|
7252
|
+
fileSize: number;
|
7253
|
+
fileUrl: string | null;
|
7254
|
+
status?: string | undefined;
|
7255
|
+
};
|
7244
7256
|
assignee: {
|
7245
7257
|
id: string;
|
7246
7258
|
address: string | null;
|
@@ -7291,18 +7303,6 @@ export declare const lineContract: {
|
|
7291
7303
|
locale: "" | "th" | "mm" | "en";
|
7292
7304
|
previewUrl: string;
|
7293
7305
|
imageSetId: string;
|
7294
|
-
upload: {
|
7295
|
-
id: string;
|
7296
|
-
createdAt: Date;
|
7297
|
-
updatedAt: Date;
|
7298
|
-
deletedAt: Date | null;
|
7299
|
-
fileName: string;
|
7300
|
-
fileKey: string;
|
7301
|
-
bucketName: string;
|
7302
|
-
fileSize: number;
|
7303
|
-
fileUrl: string | null;
|
7304
|
-
status?: string | undefined;
|
7305
|
-
};
|
7306
7306
|
sender: {
|
7307
7307
|
id: string;
|
7308
7308
|
address: string | null;
|