@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
package/dist/src/chat/index.d.ts
CHANGED
@@ -15621,6 +15621,18 @@ export declare const mainChatContract: {
|
|
15621
15621
|
};
|
15622
15622
|
};
|
15623
15623
|
platformId: string;
|
15624
|
+
upload: {
|
15625
|
+
id: string;
|
15626
|
+
createdAt: Date;
|
15627
|
+
updatedAt: Date;
|
15628
|
+
deletedAt: Date | null;
|
15629
|
+
fileName: string;
|
15630
|
+
fileKey: string;
|
15631
|
+
bucketName: string;
|
15632
|
+
fileSize: number;
|
15633
|
+
fileUrl: string | null;
|
15634
|
+
status?: string | undefined;
|
15635
|
+
};
|
15624
15636
|
assignee: {
|
15625
15637
|
id: string;
|
15626
15638
|
address: string | null;
|
@@ -15671,18 +15683,6 @@ export declare const mainChatContract: {
|
|
15671
15683
|
locale: "" | "th" | "mm" | "en";
|
15672
15684
|
previewUrl: string;
|
15673
15685
|
imageSetId: string;
|
15674
|
-
upload: {
|
15675
|
-
id: string;
|
15676
|
-
createdAt: Date;
|
15677
|
-
updatedAt: Date;
|
15678
|
-
deletedAt: Date | null;
|
15679
|
-
fileName: string;
|
15680
|
-
fileKey: string;
|
15681
|
-
bucketName: string;
|
15682
|
-
fileSize: number;
|
15683
|
-
fileUrl: string | null;
|
15684
|
-
status?: string | undefined;
|
15685
|
-
};
|
15686
15686
|
sender: {
|
15687
15687
|
id: string;
|
15688
15688
|
address: string | null;
|
@@ -15783,6 +15783,18 @@ export declare const mainChatContract: {
|
|
15783
15783
|
};
|
15784
15784
|
};
|
15785
15785
|
platformId: string;
|
15786
|
+
upload: {
|
15787
|
+
id: string;
|
15788
|
+
createdAt: Date;
|
15789
|
+
updatedAt: Date;
|
15790
|
+
deletedAt: Date | null;
|
15791
|
+
fileName: string;
|
15792
|
+
fileKey: string;
|
15793
|
+
bucketName: string;
|
15794
|
+
fileSize: number;
|
15795
|
+
fileUrl: string | null;
|
15796
|
+
status?: string | undefined;
|
15797
|
+
};
|
15786
15798
|
assignee: {
|
15787
15799
|
id: string;
|
15788
15800
|
address: string | null;
|
@@ -15833,18 +15845,6 @@ export declare const mainChatContract: {
|
|
15833
15845
|
locale: "" | "th" | "mm" | "en";
|
15834
15846
|
previewUrl: string;
|
15835
15847
|
imageSetId: string;
|
15836
|
-
upload: {
|
15837
|
-
id: string;
|
15838
|
-
createdAt: Date;
|
15839
|
-
updatedAt: Date;
|
15840
|
-
deletedAt: Date | null;
|
15841
|
-
fileName: string;
|
15842
|
-
fileKey: string;
|
15843
|
-
bucketName: string;
|
15844
|
-
fileSize: number;
|
15845
|
-
fileUrl: string | null;
|
15846
|
-
status?: string | undefined;
|
15847
|
-
};
|
15848
15848
|
sender: {
|
15849
15849
|
id: string;
|
15850
15850
|
address: string | null;
|
@@ -16558,6 +16558,18 @@ export declare const mainChatContract: {
|
|
16558
16558
|
};
|
16559
16559
|
};
|
16560
16560
|
platformId: string;
|
16561
|
+
upload: {
|
16562
|
+
id: string;
|
16563
|
+
createdAt: Date;
|
16564
|
+
updatedAt: Date;
|
16565
|
+
deletedAt: Date | null;
|
16566
|
+
fileName: string;
|
16567
|
+
fileKey: string;
|
16568
|
+
bucketName: string;
|
16569
|
+
fileSize: number;
|
16570
|
+
fileUrl: string | null;
|
16571
|
+
status?: string | undefined;
|
16572
|
+
};
|
16561
16573
|
assignee: {
|
16562
16574
|
id: string;
|
16563
16575
|
address: string | null;
|
@@ -16921,18 +16933,6 @@ export declare const mainChatContract: {
|
|
16921
16933
|
locale: "" | "th" | "mm" | "en";
|
16922
16934
|
previewUrl: string;
|
16923
16935
|
imageSetId: string;
|
16924
|
-
upload: {
|
16925
|
-
id: string;
|
16926
|
-
createdAt: Date;
|
16927
|
-
updatedAt: Date;
|
16928
|
-
deletedAt: Date | null;
|
16929
|
-
fileName: string;
|
16930
|
-
fileKey: string;
|
16931
|
-
bucketName: string;
|
16932
|
-
fileSize: number;
|
16933
|
-
fileUrl: string | null;
|
16934
|
-
status?: string | undefined;
|
16935
|
-
};
|
16936
16936
|
repliedMessage: {
|
16937
16937
|
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
16938
16938
|
message: string;
|
@@ -16987,6 +16987,18 @@ export declare const mainChatContract: {
|
|
16987
16987
|
};
|
16988
16988
|
};
|
16989
16989
|
platformId: string;
|
16990
|
+
upload: {
|
16991
|
+
id: string;
|
16992
|
+
createdAt: Date;
|
16993
|
+
updatedAt: Date;
|
16994
|
+
deletedAt: Date | null;
|
16995
|
+
fileName: string;
|
16996
|
+
fileKey: string;
|
16997
|
+
bucketName: string;
|
16998
|
+
fileSize: number;
|
16999
|
+
fileUrl: string | null;
|
17000
|
+
status?: string | undefined;
|
17001
|
+
};
|
16990
17002
|
assignee: {
|
16991
17003
|
id: string;
|
16992
17004
|
address: string | null;
|
@@ -17037,18 +17049,6 @@ export declare const mainChatContract: {
|
|
17037
17049
|
locale: "" | "th" | "mm" | "en";
|
17038
17050
|
previewUrl: string;
|
17039
17051
|
imageSetId: string;
|
17040
|
-
upload: {
|
17041
|
-
id: string;
|
17042
|
-
createdAt: Date;
|
17043
|
-
updatedAt: Date;
|
17044
|
-
deletedAt: Date | null;
|
17045
|
-
fileName: string;
|
17046
|
-
fileKey: string;
|
17047
|
-
bucketName: string;
|
17048
|
-
fileSize: number;
|
17049
|
-
fileUrl: string | null;
|
17050
|
-
status?: string | undefined;
|
17051
|
-
};
|
17052
17052
|
sender: {
|
17053
17053
|
id: string;
|
17054
17054
|
address: string | null;
|
@@ -17196,6 +17196,18 @@ export declare const mainChatContract: {
|
|
17196
17196
|
};
|
17197
17197
|
};
|
17198
17198
|
platformId: string;
|
17199
|
+
upload: {
|
17200
|
+
id: string;
|
17201
|
+
createdAt: Date;
|
17202
|
+
updatedAt: Date;
|
17203
|
+
deletedAt: Date | null;
|
17204
|
+
fileName: string;
|
17205
|
+
fileKey: string;
|
17206
|
+
bucketName: string;
|
17207
|
+
fileSize: number;
|
17208
|
+
fileUrl: string | null;
|
17209
|
+
status?: string | undefined;
|
17210
|
+
};
|
17199
17211
|
assignee: {
|
17200
17212
|
id: string;
|
17201
17213
|
address: string | null;
|
@@ -17559,18 +17571,6 @@ export declare const mainChatContract: {
|
|
17559
17571
|
locale: "" | "th" | "mm" | "en";
|
17560
17572
|
previewUrl: string;
|
17561
17573
|
imageSetId: string;
|
17562
|
-
upload: {
|
17563
|
-
id: string;
|
17564
|
-
createdAt: Date;
|
17565
|
-
updatedAt: Date;
|
17566
|
-
deletedAt: Date | null;
|
17567
|
-
fileName: string;
|
17568
|
-
fileKey: string;
|
17569
|
-
bucketName: string;
|
17570
|
-
fileSize: number;
|
17571
|
-
fileUrl: string | null;
|
17572
|
-
status?: string | undefined;
|
17573
|
-
};
|
17574
17574
|
repliedMessage: {
|
17575
17575
|
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
17576
17576
|
message: string;
|
@@ -17625,6 +17625,18 @@ export declare const mainChatContract: {
|
|
17625
17625
|
};
|
17626
17626
|
};
|
17627
17627
|
platformId: string;
|
17628
|
+
upload: {
|
17629
|
+
id: string;
|
17630
|
+
createdAt: Date;
|
17631
|
+
updatedAt: Date;
|
17632
|
+
deletedAt: Date | null;
|
17633
|
+
fileName: string;
|
17634
|
+
fileKey: string;
|
17635
|
+
bucketName: string;
|
17636
|
+
fileSize: number;
|
17637
|
+
fileUrl: string | null;
|
17638
|
+
status?: string | undefined;
|
17639
|
+
};
|
17628
17640
|
assignee: {
|
17629
17641
|
id: string;
|
17630
17642
|
address: string | null;
|
@@ -17675,18 +17687,6 @@ export declare const mainChatContract: {
|
|
17675
17687
|
locale: "" | "th" | "mm" | "en";
|
17676
17688
|
previewUrl: string;
|
17677
17689
|
imageSetId: string;
|
17678
|
-
upload: {
|
17679
|
-
id: string;
|
17680
|
-
createdAt: Date;
|
17681
|
-
updatedAt: Date;
|
17682
|
-
deletedAt: Date | null;
|
17683
|
-
fileName: string;
|
17684
|
-
fileKey: string;
|
17685
|
-
bucketName: string;
|
17686
|
-
fileSize: number;
|
17687
|
-
fileUrl: string | null;
|
17688
|
-
status?: string | undefined;
|
17689
|
-
};
|
17690
17690
|
sender: {
|
17691
17691
|
id: string;
|
17692
17692
|
address: string | null;
|
@@ -17836,6 +17836,18 @@ export declare const mainChatContract: {
|
|
17836
17836
|
};
|
17837
17837
|
};
|
17838
17838
|
platformId: string;
|
17839
|
+
upload: {
|
17840
|
+
id: string;
|
17841
|
+
createdAt: Date;
|
17842
|
+
updatedAt: Date;
|
17843
|
+
deletedAt: Date | null;
|
17844
|
+
fileName: string;
|
17845
|
+
fileKey: string;
|
17846
|
+
bucketName: string;
|
17847
|
+
fileSize: number;
|
17848
|
+
fileUrl: string | null;
|
17849
|
+
status?: string | undefined;
|
17850
|
+
};
|
17839
17851
|
assignee: {
|
17840
17852
|
id: string;
|
17841
17853
|
address: string | null;
|
@@ -18199,18 +18211,6 @@ export declare const mainChatContract: {
|
|
18199
18211
|
locale: "" | "th" | "mm" | "en";
|
18200
18212
|
previewUrl: string;
|
18201
18213
|
imageSetId: string;
|
18202
|
-
upload: {
|
18203
|
-
id: string;
|
18204
|
-
createdAt: Date;
|
18205
|
-
updatedAt: Date;
|
18206
|
-
deletedAt: Date | null;
|
18207
|
-
fileName: string;
|
18208
|
-
fileKey: string;
|
18209
|
-
bucketName: string;
|
18210
|
-
fileSize: number;
|
18211
|
-
fileUrl: string | null;
|
18212
|
-
status?: string | undefined;
|
18213
|
-
};
|
18214
18214
|
repliedMessage: {
|
18215
18215
|
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
18216
18216
|
message: string;
|
@@ -18265,6 +18265,18 @@ export declare const mainChatContract: {
|
|
18265
18265
|
};
|
18266
18266
|
};
|
18267
18267
|
platformId: string;
|
18268
|
+
upload: {
|
18269
|
+
id: string;
|
18270
|
+
createdAt: Date;
|
18271
|
+
updatedAt: Date;
|
18272
|
+
deletedAt: Date | null;
|
18273
|
+
fileName: string;
|
18274
|
+
fileKey: string;
|
18275
|
+
bucketName: string;
|
18276
|
+
fileSize: number;
|
18277
|
+
fileUrl: string | null;
|
18278
|
+
status?: string | undefined;
|
18279
|
+
};
|
18268
18280
|
assignee: {
|
18269
18281
|
id: string;
|
18270
18282
|
address: string | null;
|
@@ -18315,18 +18327,6 @@ export declare const mainChatContract: {
|
|
18315
18327
|
locale: "" | "th" | "mm" | "en";
|
18316
18328
|
previewUrl: string;
|
18317
18329
|
imageSetId: string;
|
18318
|
-
upload: {
|
18319
|
-
id: string;
|
18320
|
-
createdAt: Date;
|
18321
|
-
updatedAt: Date;
|
18322
|
-
deletedAt: Date | null;
|
18323
|
-
fileName: string;
|
18324
|
-
fileKey: string;
|
18325
|
-
bucketName: string;
|
18326
|
-
fileSize: number;
|
18327
|
-
fileUrl: string | null;
|
18328
|
-
status?: string | undefined;
|
18329
|
-
};
|
18330
18330
|
sender: {
|
18331
18331
|
id: string;
|
18332
18332
|
address: string | null;
|
@@ -18477,6 +18477,18 @@ export declare const mainChatContract: {
|
|
18477
18477
|
};
|
18478
18478
|
};
|
18479
18479
|
platformId: string;
|
18480
|
+
upload: {
|
18481
|
+
id: string;
|
18482
|
+
createdAt: Date;
|
18483
|
+
updatedAt: Date;
|
18484
|
+
deletedAt: Date | null;
|
18485
|
+
fileName: string;
|
18486
|
+
fileKey: string;
|
18487
|
+
bucketName: string;
|
18488
|
+
fileSize: number;
|
18489
|
+
fileUrl: string | null;
|
18490
|
+
status?: string | undefined;
|
18491
|
+
};
|
18480
18492
|
assignee: {
|
18481
18493
|
id: string;
|
18482
18494
|
address: string | null;
|
@@ -18840,18 +18852,6 @@ export declare const mainChatContract: {
|
|
18840
18852
|
locale: "" | "th" | "mm" | "en";
|
18841
18853
|
previewUrl: string;
|
18842
18854
|
imageSetId: string;
|
18843
|
-
upload: {
|
18844
|
-
id: string;
|
18845
|
-
createdAt: Date;
|
18846
|
-
updatedAt: Date;
|
18847
|
-
deletedAt: Date | null;
|
18848
|
-
fileName: string;
|
18849
|
-
fileKey: string;
|
18850
|
-
bucketName: string;
|
18851
|
-
fileSize: number;
|
18852
|
-
fileUrl: string | null;
|
18853
|
-
status?: string | undefined;
|
18854
|
-
};
|
18855
18855
|
repliedMessage: {
|
18856
18856
|
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
18857
18857
|
message: string;
|
@@ -18906,6 +18906,18 @@ export declare const mainChatContract: {
|
|
18906
18906
|
};
|
18907
18907
|
};
|
18908
18908
|
platformId: string;
|
18909
|
+
upload: {
|
18910
|
+
id: string;
|
18911
|
+
createdAt: Date;
|
18912
|
+
updatedAt: Date;
|
18913
|
+
deletedAt: Date | null;
|
18914
|
+
fileName: string;
|
18915
|
+
fileKey: string;
|
18916
|
+
bucketName: string;
|
18917
|
+
fileSize: number;
|
18918
|
+
fileUrl: string | null;
|
18919
|
+
status?: string | undefined;
|
18920
|
+
};
|
18909
18921
|
assignee: {
|
18910
18922
|
id: string;
|
18911
18923
|
address: string | null;
|
@@ -18956,18 +18968,6 @@ export declare const mainChatContract: {
|
|
18956
18968
|
locale: "" | "th" | "mm" | "en";
|
18957
18969
|
previewUrl: string;
|
18958
18970
|
imageSetId: string;
|
18959
|
-
upload: {
|
18960
|
-
id: string;
|
18961
|
-
createdAt: Date;
|
18962
|
-
updatedAt: Date;
|
18963
|
-
deletedAt: Date | null;
|
18964
|
-
fileName: string;
|
18965
|
-
fileKey: string;
|
18966
|
-
bucketName: string;
|
18967
|
-
fileSize: number;
|
18968
|
-
fileUrl: string | null;
|
18969
|
-
status?: string | undefined;
|
18970
|
-
};
|
18971
18971
|
sender: {
|
18972
18972
|
id: string;
|
18973
18973
|
address: string | null;
|
@@ -22440,6 +22440,18 @@ export declare const mainChatContract: {
|
|
22440
22440
|
};
|
22441
22441
|
};
|
22442
22442
|
platformId: string;
|
22443
|
+
upload: {
|
22444
|
+
id: string;
|
22445
|
+
createdAt: Date;
|
22446
|
+
updatedAt: Date;
|
22447
|
+
deletedAt: Date | null;
|
22448
|
+
fileName: string;
|
22449
|
+
fileKey: string;
|
22450
|
+
bucketName: string;
|
22451
|
+
fileSize: number;
|
22452
|
+
fileUrl: string | null;
|
22453
|
+
status?: string | undefined;
|
22454
|
+
};
|
22443
22455
|
assignee: {
|
22444
22456
|
id: string;
|
22445
22457
|
address: string | null;
|
@@ -22490,18 +22502,6 @@ export declare const mainChatContract: {
|
|
22490
22502
|
locale: "" | "th" | "mm" | "en";
|
22491
22503
|
previewUrl: string;
|
22492
22504
|
imageSetId: string;
|
22493
|
-
upload: {
|
22494
|
-
id: string;
|
22495
|
-
createdAt: Date;
|
22496
|
-
updatedAt: Date;
|
22497
|
-
deletedAt: Date | null;
|
22498
|
-
fileName: string;
|
22499
|
-
fileKey: string;
|
22500
|
-
bucketName: string;
|
22501
|
-
fileSize: number;
|
22502
|
-
fileUrl: string | null;
|
22503
|
-
status?: string | undefined;
|
22504
|
-
};
|
22505
22505
|
sender: {
|
22506
22506
|
id: string;
|
22507
22507
|
address: string | null;
|
@@ -22602,6 +22602,18 @@ export declare const mainChatContract: {
|
|
22602
22602
|
};
|
22603
22603
|
};
|
22604
22604
|
platformId: string;
|
22605
|
+
upload: {
|
22606
|
+
id: string;
|
22607
|
+
createdAt: Date;
|
22608
|
+
updatedAt: Date;
|
22609
|
+
deletedAt: Date | null;
|
22610
|
+
fileName: string;
|
22611
|
+
fileKey: string;
|
22612
|
+
bucketName: string;
|
22613
|
+
fileSize: number;
|
22614
|
+
fileUrl: string | null;
|
22615
|
+
status?: string | undefined;
|
22616
|
+
};
|
22605
22617
|
assignee: {
|
22606
22618
|
id: string;
|
22607
22619
|
address: string | null;
|
@@ -22652,18 +22664,6 @@ export declare const mainChatContract: {
|
|
22652
22664
|
locale: "" | "th" | "mm" | "en";
|
22653
22665
|
previewUrl: string;
|
22654
22666
|
imageSetId: string;
|
22655
|
-
upload: {
|
22656
|
-
id: string;
|
22657
|
-
createdAt: Date;
|
22658
|
-
updatedAt: Date;
|
22659
|
-
deletedAt: Date | null;
|
22660
|
-
fileName: string;
|
22661
|
-
fileKey: string;
|
22662
|
-
bucketName: string;
|
22663
|
-
fileSize: number;
|
22664
|
-
fileUrl: string | null;
|
22665
|
-
status?: string | undefined;
|
22666
|
-
};
|
22667
22667
|
sender: {
|
22668
22668
|
id: string;
|
22669
22669
|
address: string | null;
|
@@ -23377,6 +23377,18 @@ export declare const mainChatContract: {
|
|
23377
23377
|
};
|
23378
23378
|
};
|
23379
23379
|
platformId: string;
|
23380
|
+
upload: {
|
23381
|
+
id: string;
|
23382
|
+
createdAt: Date;
|
23383
|
+
updatedAt: Date;
|
23384
|
+
deletedAt: Date | null;
|
23385
|
+
fileName: string;
|
23386
|
+
fileKey: string;
|
23387
|
+
bucketName: string;
|
23388
|
+
fileSize: number;
|
23389
|
+
fileUrl: string | null;
|
23390
|
+
status?: string | undefined;
|
23391
|
+
};
|
23380
23392
|
assignee: {
|
23381
23393
|
id: string;
|
23382
23394
|
address: string | null;
|
@@ -23740,18 +23752,6 @@ export declare const mainChatContract: {
|
|
23740
23752
|
locale: "" | "th" | "mm" | "en";
|
23741
23753
|
previewUrl: string;
|
23742
23754
|
imageSetId: string;
|
23743
|
-
upload: {
|
23744
|
-
id: string;
|
23745
|
-
createdAt: Date;
|
23746
|
-
updatedAt: Date;
|
23747
|
-
deletedAt: Date | null;
|
23748
|
-
fileName: string;
|
23749
|
-
fileKey: string;
|
23750
|
-
bucketName: string;
|
23751
|
-
fileSize: number;
|
23752
|
-
fileUrl: string | null;
|
23753
|
-
status?: string | undefined;
|
23754
|
-
};
|
23755
23755
|
repliedMessage: {
|
23756
23756
|
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
23757
23757
|
message: string;
|
@@ -23806,6 +23806,18 @@ export declare const mainChatContract: {
|
|
23806
23806
|
};
|
23807
23807
|
};
|
23808
23808
|
platformId: string;
|
23809
|
+
upload: {
|
23810
|
+
id: string;
|
23811
|
+
createdAt: Date;
|
23812
|
+
updatedAt: Date;
|
23813
|
+
deletedAt: Date | null;
|
23814
|
+
fileName: string;
|
23815
|
+
fileKey: string;
|
23816
|
+
bucketName: string;
|
23817
|
+
fileSize: number;
|
23818
|
+
fileUrl: string | null;
|
23819
|
+
status?: string | undefined;
|
23820
|
+
};
|
23809
23821
|
assignee: {
|
23810
23822
|
id: string;
|
23811
23823
|
address: string | null;
|
@@ -23856,18 +23868,6 @@ export declare const mainChatContract: {
|
|
23856
23868
|
locale: "" | "th" | "mm" | "en";
|
23857
23869
|
previewUrl: string;
|
23858
23870
|
imageSetId: string;
|
23859
|
-
upload: {
|
23860
|
-
id: string;
|
23861
|
-
createdAt: Date;
|
23862
|
-
updatedAt: Date;
|
23863
|
-
deletedAt: Date | null;
|
23864
|
-
fileName: string;
|
23865
|
-
fileKey: string;
|
23866
|
-
bucketName: string;
|
23867
|
-
fileSize: number;
|
23868
|
-
fileUrl: string | null;
|
23869
|
-
status?: string | undefined;
|
23870
|
-
};
|
23871
23871
|
sender: {
|
23872
23872
|
id: string;
|
23873
23873
|
address: string | null;
|
@@ -24015,6 +24015,18 @@ export declare const mainChatContract: {
|
|
24015
24015
|
};
|
24016
24016
|
};
|
24017
24017
|
platformId: string;
|
24018
|
+
upload: {
|
24019
|
+
id: string;
|
24020
|
+
createdAt: Date;
|
24021
|
+
updatedAt: Date;
|
24022
|
+
deletedAt: Date | null;
|
24023
|
+
fileName: string;
|
24024
|
+
fileKey: string;
|
24025
|
+
bucketName: string;
|
24026
|
+
fileSize: number;
|
24027
|
+
fileUrl: string | null;
|
24028
|
+
status?: string | undefined;
|
24029
|
+
};
|
24018
24030
|
assignee: {
|
24019
24031
|
id: string;
|
24020
24032
|
address: string | null;
|
@@ -24378,18 +24390,6 @@ export declare const mainChatContract: {
|
|
24378
24390
|
locale: "" | "th" | "mm" | "en";
|
24379
24391
|
previewUrl: string;
|
24380
24392
|
imageSetId: string;
|
24381
|
-
upload: {
|
24382
|
-
id: string;
|
24383
|
-
createdAt: Date;
|
24384
|
-
updatedAt: Date;
|
24385
|
-
deletedAt: Date | null;
|
24386
|
-
fileName: string;
|
24387
|
-
fileKey: string;
|
24388
|
-
bucketName: string;
|
24389
|
-
fileSize: number;
|
24390
|
-
fileUrl: string | null;
|
24391
|
-
status?: string | undefined;
|
24392
|
-
};
|
24393
24393
|
repliedMessage: {
|
24394
24394
|
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
24395
24395
|
message: string;
|
@@ -24444,6 +24444,18 @@ export declare const mainChatContract: {
|
|
24444
24444
|
};
|
24445
24445
|
};
|
24446
24446
|
platformId: string;
|
24447
|
+
upload: {
|
24448
|
+
id: string;
|
24449
|
+
createdAt: Date;
|
24450
|
+
updatedAt: Date;
|
24451
|
+
deletedAt: Date | null;
|
24452
|
+
fileName: string;
|
24453
|
+
fileKey: string;
|
24454
|
+
bucketName: string;
|
24455
|
+
fileSize: number;
|
24456
|
+
fileUrl: string | null;
|
24457
|
+
status?: string | undefined;
|
24458
|
+
};
|
24447
24459
|
assignee: {
|
24448
24460
|
id: string;
|
24449
24461
|
address: string | null;
|
@@ -24494,18 +24506,6 @@ export declare const mainChatContract: {
|
|
24494
24506
|
locale: "" | "th" | "mm" | "en";
|
24495
24507
|
previewUrl: string;
|
24496
24508
|
imageSetId: string;
|
24497
|
-
upload: {
|
24498
|
-
id: string;
|
24499
|
-
createdAt: Date;
|
24500
|
-
updatedAt: Date;
|
24501
|
-
deletedAt: Date | null;
|
24502
|
-
fileName: string;
|
24503
|
-
fileKey: string;
|
24504
|
-
bucketName: string;
|
24505
|
-
fileSize: number;
|
24506
|
-
fileUrl: string | null;
|
24507
|
-
status?: string | undefined;
|
24508
|
-
};
|
24509
24509
|
sender: {
|
24510
24510
|
id: string;
|
24511
24511
|
address: string | null;
|
@@ -24655,6 +24655,18 @@ export declare const mainChatContract: {
|
|
24655
24655
|
};
|
24656
24656
|
};
|
24657
24657
|
platformId: string;
|
24658
|
+
upload: {
|
24659
|
+
id: string;
|
24660
|
+
createdAt: Date;
|
24661
|
+
updatedAt: Date;
|
24662
|
+
deletedAt: Date | null;
|
24663
|
+
fileName: string;
|
24664
|
+
fileKey: string;
|
24665
|
+
bucketName: string;
|
24666
|
+
fileSize: number;
|
24667
|
+
fileUrl: string | null;
|
24668
|
+
status?: string | undefined;
|
24669
|
+
};
|
24658
24670
|
assignee: {
|
24659
24671
|
id: string;
|
24660
24672
|
address: string | null;
|
@@ -25018,18 +25030,6 @@ export declare const mainChatContract: {
|
|
25018
25030
|
locale: "" | "th" | "mm" | "en";
|
25019
25031
|
previewUrl: string;
|
25020
25032
|
imageSetId: string;
|
25021
|
-
upload: {
|
25022
|
-
id: string;
|
25023
|
-
createdAt: Date;
|
25024
|
-
updatedAt: Date;
|
25025
|
-
deletedAt: Date | null;
|
25026
|
-
fileName: string;
|
25027
|
-
fileKey: string;
|
25028
|
-
bucketName: string;
|
25029
|
-
fileSize: number;
|
25030
|
-
fileUrl: string | null;
|
25031
|
-
status?: string | undefined;
|
25032
|
-
};
|
25033
25033
|
repliedMessage: {
|
25034
25034
|
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
25035
25035
|
message: string;
|
@@ -25084,6 +25084,18 @@ export declare const mainChatContract: {
|
|
25084
25084
|
};
|
25085
25085
|
};
|
25086
25086
|
platformId: string;
|
25087
|
+
upload: {
|
25088
|
+
id: string;
|
25089
|
+
createdAt: Date;
|
25090
|
+
updatedAt: Date;
|
25091
|
+
deletedAt: Date | null;
|
25092
|
+
fileName: string;
|
25093
|
+
fileKey: string;
|
25094
|
+
bucketName: string;
|
25095
|
+
fileSize: number;
|
25096
|
+
fileUrl: string | null;
|
25097
|
+
status?: string | undefined;
|
25098
|
+
};
|
25087
25099
|
assignee: {
|
25088
25100
|
id: string;
|
25089
25101
|
address: string | null;
|
@@ -25134,18 +25146,6 @@ export declare const mainChatContract: {
|
|
25134
25146
|
locale: "" | "th" | "mm" | "en";
|
25135
25147
|
previewUrl: string;
|
25136
25148
|
imageSetId: string;
|
25137
|
-
upload: {
|
25138
|
-
id: string;
|
25139
|
-
createdAt: Date;
|
25140
|
-
updatedAt: Date;
|
25141
|
-
deletedAt: Date | null;
|
25142
|
-
fileName: string;
|
25143
|
-
fileKey: string;
|
25144
|
-
bucketName: string;
|
25145
|
-
fileSize: number;
|
25146
|
-
fileUrl: string | null;
|
25147
|
-
status?: string | undefined;
|
25148
|
-
};
|
25149
25149
|
sender: {
|
25150
25150
|
id: string;
|
25151
25151
|
address: string | null;
|
@@ -25299,6 +25299,18 @@ export declare const mainChatContract: {
|
|
25299
25299
|
};
|
25300
25300
|
};
|
25301
25301
|
platformId: string;
|
25302
|
+
upload: {
|
25303
|
+
id: string;
|
25304
|
+
createdAt: Date;
|
25305
|
+
updatedAt: Date;
|
25306
|
+
deletedAt: Date | null;
|
25307
|
+
fileName: string;
|
25308
|
+
fileKey: string;
|
25309
|
+
bucketName: string;
|
25310
|
+
fileSize: number;
|
25311
|
+
fileUrl: string | null;
|
25312
|
+
status?: string | undefined;
|
25313
|
+
};
|
25302
25314
|
assignee: {
|
25303
25315
|
id: string;
|
25304
25316
|
address: string | null;
|
@@ -25662,18 +25674,6 @@ export declare const mainChatContract: {
|
|
25662
25674
|
locale: "" | "th" | "mm" | "en";
|
25663
25675
|
previewUrl: string;
|
25664
25676
|
imageSetId: string;
|
25665
|
-
upload: {
|
25666
|
-
id: string;
|
25667
|
-
createdAt: Date;
|
25668
|
-
updatedAt: Date;
|
25669
|
-
deletedAt: Date | null;
|
25670
|
-
fileName: string;
|
25671
|
-
fileKey: string;
|
25672
|
-
bucketName: string;
|
25673
|
-
fileSize: number;
|
25674
|
-
fileUrl: string | null;
|
25675
|
-
status?: string | undefined;
|
25676
|
-
};
|
25677
25677
|
repliedMessage: {
|
25678
25678
|
type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started";
|
25679
25679
|
message: string;
|
@@ -25728,6 +25728,18 @@ export declare const mainChatContract: {
|
|
25728
25728
|
};
|
25729
25729
|
};
|
25730
25730
|
platformId: string;
|
25731
|
+
upload: {
|
25732
|
+
id: string;
|
25733
|
+
createdAt: Date;
|
25734
|
+
updatedAt: Date;
|
25735
|
+
deletedAt: Date | null;
|
25736
|
+
fileName: string;
|
25737
|
+
fileKey: string;
|
25738
|
+
bucketName: string;
|
25739
|
+
fileSize: number;
|
25740
|
+
fileUrl: string | null;
|
25741
|
+
status?: string | undefined;
|
25742
|
+
};
|
25731
25743
|
assignee: {
|
25732
25744
|
id: string;
|
25733
25745
|
address: string | null;
|
@@ -25778,18 +25790,6 @@ export declare const mainChatContract: {
|
|
25778
25790
|
locale: "" | "th" | "mm" | "en";
|
25779
25791
|
previewUrl: string;
|
25780
25792
|
imageSetId: string;
|
25781
|
-
upload: {
|
25782
|
-
id: string;
|
25783
|
-
createdAt: Date;
|
25784
|
-
updatedAt: Date;
|
25785
|
-
deletedAt: Date | null;
|
25786
|
-
fileName: string;
|
25787
|
-
fileKey: string;
|
25788
|
-
bucketName: string;
|
25789
|
-
fileSize: number;
|
25790
|
-
fileUrl: string | null;
|
25791
|
-
status?: string | undefined;
|
25792
|
-
};
|
25793
25793
|
sender: {
|
25794
25794
|
id: string;
|
25795
25795
|
address: string | null;
|