@kl1/contracts 1.1.31-uat → 1.1.31

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.
Files changed (101) hide show
  1. package/dist/index.js +3154 -2823
  2. package/dist/index.js.map +1 -1
  3. package/dist/index.mjs +3149 -2822
  4. package/dist/index.mjs.map +1 -1
  5. package/dist/src/botpress/index.d.ts +547 -0
  6. package/dist/src/botpress/index.d.ts.map +1 -0
  7. package/dist/src/botpress/schema.d.ts +81 -0
  8. package/dist/src/botpress/schema.d.ts.map +1 -0
  9. package/dist/src/botpress/validation.d.ts +229 -0
  10. package/dist/src/botpress/validation.d.ts.map +1 -0
  11. package/dist/src/business-calendar/index.d.ts +36 -0
  12. package/dist/src/business-calendar/index.d.ts.map +1 -1
  13. package/dist/src/business-calendar/schema.d.ts +11 -0
  14. package/dist/src/business-calendar/schema.d.ts.map +1 -1
  15. package/dist/src/channel/index.d.ts +1687 -0
  16. package/dist/src/channel/index.d.ts.map +1 -1
  17. package/dist/src/channel/schema.d.ts +44 -0
  18. package/dist/src/channel/schema.d.ts.map +1 -1
  19. package/dist/src/channel/validation.d.ts +12 -0
  20. package/dist/src/channel/validation.d.ts.map +1 -1
  21. package/dist/src/chat/index.d.ts +34189 -32567
  22. package/dist/src/chat/index.d.ts.map +1 -1
  23. package/dist/src/chat/schema.d.ts +365 -59
  24. package/dist/src/chat/schema.d.ts.map +1 -1
  25. package/dist/src/chat/validation.d.ts +392 -85
  26. package/dist/src/chat/validation.d.ts.map +1 -1
  27. package/dist/src/contact/index.d.ts +0 -3
  28. package/dist/src/contact/index.d.ts.map +1 -1
  29. package/dist/src/contact/schema.d.ts.map +1 -1
  30. package/dist/src/contact/validation.d.ts +0 -3
  31. package/dist/src/contact/validation.d.ts.map +1 -1
  32. package/dist/src/contract.d.ts +115297 -181946
  33. package/dist/src/contract.d.ts.map +1 -1
  34. package/dist/src/contract2.d.ts +2 -0
  35. package/dist/src/contract2.d.ts.map +1 -0
  36. package/dist/src/cx-log/index.d.ts +157 -9
  37. package/dist/src/cx-log/index.d.ts.map +1 -1
  38. package/dist/src/cx-log/schema.d.ts +85 -12
  39. package/dist/src/cx-log/schema.d.ts.map +1 -1
  40. package/dist/src/export/index.d.ts +43 -0
  41. package/dist/src/export/index.d.ts.map +1 -0
  42. package/dist/src/index.d.ts +2 -0
  43. package/dist/src/index.d.ts.map +1 -1
  44. package/dist/src/instagram/index.d.ts +438 -65
  45. package/dist/src/instagram/index.d.ts.map +1 -1
  46. package/dist/src/instagram/validation.d.ts +7 -0
  47. package/dist/src/instagram/validation.d.ts.map +1 -1
  48. package/dist/src/line/index.d.ts +434 -70
  49. package/dist/src/line/index.d.ts.map +1 -1
  50. package/dist/src/line/validation.d.ts +31 -5
  51. package/dist/src/line/validation.d.ts.map +1 -1
  52. package/dist/src/mail/mail-contract.d.ts +8196 -30669
  53. package/dist/src/mail/mail-contract.d.ts.map +1 -1
  54. package/dist/src/mail/message-contract.d.ts +67 -6427
  55. package/dist/src/mail/message-contract.d.ts.map +1 -1
  56. package/dist/src/mail/room-contract.d.ts +2187 -18302
  57. package/dist/src/mail/room-contract.d.ts.map +1 -1
  58. package/dist/src/mail/schemas/message-validation.schema.d.ts +4 -7
  59. package/dist/src/mail/schemas/message-validation.schema.d.ts.map +1 -1
  60. package/dist/src/mail/schemas/message.schema.d.ts +44 -766
  61. package/dist/src/mail/schemas/message.schema.d.ts.map +1 -1
  62. package/dist/src/mail/schemas/room-validation.schema.d.ts +436 -5728
  63. package/dist/src/mail/schemas/room-validation.schema.d.ts.map +1 -1
  64. package/dist/src/mail/schemas/room.schema.d.ts +487 -5818
  65. package/dist/src/mail/schemas/room.schema.d.ts.map +1 -1
  66. package/dist/src/messenger/index.d.ts +440 -66
  67. package/dist/src/messenger/index.d.ts.map +1 -1
  68. package/dist/src/messenger/validation.d.ts +45 -0
  69. package/dist/src/messenger/validation.d.ts.map +1 -1
  70. package/dist/src/subscription/index.d.ts +332 -0
  71. package/dist/src/subscription/index.d.ts.map +1 -0
  72. package/dist/src/subscription/schema.d.ts +290 -0
  73. package/dist/src/subscription/schema.d.ts.map +1 -0
  74. package/dist/src/subscription/validation.d.ts +27 -0
  75. package/dist/src/subscription/validation.d.ts.map +1 -0
  76. package/dist/src/telephony-cdr/call-report.schema.d.ts +62 -62
  77. package/dist/src/telephony-cdr/call-report.schema.d.ts.map +1 -1
  78. package/dist/src/telephony-cdr/index.d.ts +125 -0
  79. package/dist/src/telephony-cdr/index.d.ts.map +1 -1
  80. package/dist/src/telephony-cdr/schema.d.ts +7 -0
  81. package/dist/src/telephony-cdr/schema.d.ts.map +1 -1
  82. package/dist/src/ticket/index.d.ts +128 -0
  83. package/dist/src/ticket/index.d.ts.map +1 -1
  84. package/dist/src/ticket/schema.d.ts +7 -0
  85. package/dist/src/ticket/schema.d.ts.map +1 -1
  86. package/dist/src/ticket/validation.d.ts +3 -0
  87. package/dist/src/ticket/validation.d.ts.map +1 -1
  88. package/dist/src/viber/index.d.ts +498 -65
  89. package/dist/src/viber/index.d.ts.map +1 -1
  90. package/dist/src/webchat/index.d.ts +379 -68
  91. package/dist/src/webchat/index.d.ts.map +1 -1
  92. package/dist/src/workflow-rule/index.d.ts +7455 -0
  93. package/dist/src/workflow-rule/index.d.ts.map +1 -0
  94. package/dist/src/workflow-rule/schema.d.ts +27 -0
  95. package/dist/src/workflow-rule/schema.d.ts.map +1 -0
  96. package/dist/src/wrap-up-form/index.d.ts +475 -22
  97. package/dist/src/wrap-up-form/index.d.ts.map +1 -1
  98. package/dist/src/wrap-up-form/schema.d.ts +4 -4
  99. package/dist/src/wrap-up-form/validation.d.ts +6 -0
  100. package/dist/src/wrap-up-form/validation.d.ts.map +1 -1
  101. package/package.json +1 -1
@@ -117,24 +117,28 @@ export declare const lineContract: {
117
117
  accessToken: z.ZodOptional<z.ZodString>;
118
118
  channelSecret: z.ZodOptional<z.ZodString>;
119
119
  additionalCredentials: z.ZodOptional<z.ZodAny>;
120
+ lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
120
121
  }, "strip", z.ZodTypeAny, {
121
122
  id: string;
122
123
  name: string;
123
124
  accessToken?: string | undefined;
124
125
  channelSecret?: string | undefined;
125
126
  additionalCredentials?: any;
127
+ lineRichMenuId?: string | null | undefined;
126
128
  }, {
127
129
  id: string;
128
130
  name: string;
129
131
  accessToken?: string | undefined;
130
132
  channelSecret?: string | undefined;
131
133
  additionalCredentials?: any;
134
+ lineRichMenuId?: string | null | undefined;
132
135
  }>;
133
136
  platformId: z.ZodString;
134
137
  brandName: z.ZodString;
135
138
  status: z.ZodUnion<[z.ZodLiteral<true>, z.ZodLiteral<false>]>;
136
139
  connectedUserName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
137
140
  connectedUserId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
141
+ lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
138
142
  actor: z.ZodOptional<z.ZodObject<{
139
143
  id: z.ZodString;
140
144
  name: z.ZodString;
@@ -164,12 +168,14 @@ export declare const lineContract: {
164
168
  accessToken?: string | undefined;
165
169
  channelSecret?: string | undefined;
166
170
  additionalCredentials?: any;
171
+ lineRichMenuId?: string | null | undefined;
167
172
  };
168
173
  status: boolean;
169
174
  brandName: string;
170
175
  platformId: string;
171
176
  connectedUserName?: string | null | undefined;
172
177
  connectedUserId?: string | null | undefined;
178
+ lineRichMenuId?: string | null | undefined;
173
179
  actor?: {
174
180
  id: string;
175
181
  address: string | null;
@@ -187,12 +193,14 @@ export declare const lineContract: {
187
193
  accessToken?: string | undefined;
188
194
  channelSecret?: string | undefined;
189
195
  additionalCredentials?: any;
196
+ lineRichMenuId?: string | null | undefined;
190
197
  };
191
198
  status: boolean;
192
199
  brandName: string;
193
200
  platformId: string;
194
201
  connectedUserName?: string | null | undefined;
195
202
  connectedUserId?: string | null | undefined;
203
+ lineRichMenuId?: string | null | undefined;
196
204
  actor?: {
197
205
  id: string;
198
206
  address: string | null;
@@ -213,12 +221,14 @@ export declare const lineContract: {
213
221
  accessToken?: string | undefined;
214
222
  channelSecret?: string | undefined;
215
223
  additionalCredentials?: any;
224
+ lineRichMenuId?: string | null | undefined;
216
225
  };
217
226
  status: boolean;
218
227
  brandName: string;
219
228
  platformId: string;
220
229
  connectedUserName?: string | null | undefined;
221
230
  connectedUserId?: string | null | undefined;
231
+ lineRichMenuId?: string | null | undefined;
222
232
  actor?: {
223
233
  id: string;
224
234
  address: string | null;
@@ -268,12 +278,14 @@ export declare const lineContract: {
268
278
  accessToken?: string | undefined;
269
279
  channelSecret?: string | undefined;
270
280
  additionalCredentials?: any;
281
+ lineRichMenuId?: string | null | undefined;
271
282
  };
272
283
  status: boolean;
273
284
  brandName: string;
274
285
  platformId: string;
275
286
  connectedUserName?: string | null | undefined;
276
287
  connectedUserId?: string | null | undefined;
288
+ lineRichMenuId?: string | null | undefined;
277
289
  actor?: {
278
290
  id: string;
279
291
  address: string | null;
@@ -315,7 +327,7 @@ export declare const lineContract: {
315
327
  message: z.ZodObject<{
316
328
  message: z.ZodOptional<z.ZodString>;
317
329
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
318
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
330
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
319
331
  readAt: z.ZodOptional<z.ZodDate>;
320
332
  metadata: z.ZodOptional<z.ZodAny>;
321
333
  platformId: z.ZodOptional<z.ZodString>;
@@ -359,7 +371,7 @@ export declare const lineContract: {
359
371
  phone: string | null;
360
372
  }>;
361
373
  }, "strip", z.ZodTypeAny, {
362
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
374
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
363
375
  direction: "incoming" | "outgoing" | "system";
364
376
  sender: {
365
377
  address: string | null;
@@ -385,7 +397,7 @@ export declare const lineContract: {
385
397
  fileSize: number;
386
398
  } | undefined;
387
399
  }, {
388
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
400
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
389
401
  direction: "incoming" | "outgoing" | "system";
390
402
  sender: {
391
403
  address: string | null;
@@ -413,7 +425,7 @@ export declare const lineContract: {
413
425
  }>;
414
426
  }, "strip", z.ZodTypeAny, {
415
427
  message: {
416
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
428
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
417
429
  direction: "incoming" | "outgoing" | "system";
418
430
  sender: {
419
431
  address: string | null;
@@ -451,12 +463,14 @@ export declare const lineContract: {
451
463
  accessToken?: string | undefined;
452
464
  channelSecret?: string | undefined;
453
465
  additionalCredentials?: any;
466
+ lineRichMenuId?: string | null | undefined;
454
467
  };
455
468
  status: boolean;
456
469
  brandName: string;
457
470
  platformId: string;
458
471
  connectedUserName?: string | null | undefined;
459
472
  connectedUserId?: string | null | undefined;
473
+ lineRichMenuId?: string | null | undefined;
460
474
  actor?: {
461
475
  id: string;
462
476
  address: string | null;
@@ -499,7 +513,7 @@ export declare const lineContract: {
499
513
  stickerId: number;
500
514
  }, {
501
515
  message: {
502
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
516
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
503
517
  direction: "incoming" | "outgoing" | "system";
504
518
  sender: {
505
519
  address: string | null;
@@ -537,12 +551,14 @@ export declare const lineContract: {
537
551
  accessToken?: string | undefined;
538
552
  channelSecret?: string | undefined;
539
553
  additionalCredentials?: any;
554
+ lineRichMenuId?: string | null | undefined;
540
555
  };
541
556
  status: boolean;
542
557
  brandName: string;
543
558
  platformId: string;
544
559
  connectedUserName?: string | null | undefined;
545
560
  connectedUserId?: string | null | undefined;
561
+ lineRichMenuId?: string | null | undefined;
546
562
  actor?: {
547
563
  id: string;
548
564
  address: string | null;
@@ -678,24 +694,28 @@ export declare const lineContract: {
678
694
  accessToken: z.ZodOptional<z.ZodString>;
679
695
  channelSecret: z.ZodOptional<z.ZodString>;
680
696
  additionalCredentials: z.ZodOptional<z.ZodAny>;
697
+ lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
681
698
  }, "strip", z.ZodTypeAny, {
682
699
  id: string;
683
700
  name: string;
684
701
  accessToken?: string | undefined;
685
702
  channelSecret?: string | undefined;
686
703
  additionalCredentials?: any;
704
+ lineRichMenuId?: string | null | undefined;
687
705
  }, {
688
706
  id: string;
689
707
  name: string;
690
708
  accessToken?: string | undefined;
691
709
  channelSecret?: string | undefined;
692
710
  additionalCredentials?: any;
711
+ lineRichMenuId?: string | null | undefined;
693
712
  }>;
694
713
  platformId: z.ZodString;
695
714
  brandName: z.ZodString;
696
715
  status: z.ZodUnion<[z.ZodLiteral<true>, z.ZodLiteral<false>]>;
697
716
  connectedUserName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
698
717
  connectedUserId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
718
+ lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
699
719
  actor: z.ZodOptional<z.ZodObject<{
700
720
  id: z.ZodString;
701
721
  name: z.ZodString;
@@ -725,12 +745,14 @@ export declare const lineContract: {
725
745
  accessToken?: string | undefined;
726
746
  channelSecret?: string | undefined;
727
747
  additionalCredentials?: any;
748
+ lineRichMenuId?: string | null | undefined;
728
749
  };
729
750
  status: boolean;
730
751
  brandName: string;
731
752
  platformId: string;
732
753
  connectedUserName?: string | null | undefined;
733
754
  connectedUserId?: string | null | undefined;
755
+ lineRichMenuId?: string | null | undefined;
734
756
  actor?: {
735
757
  id: string;
736
758
  address: string | null;
@@ -748,12 +770,14 @@ export declare const lineContract: {
748
770
  accessToken?: string | undefined;
749
771
  channelSecret?: string | undefined;
750
772
  additionalCredentials?: any;
773
+ lineRichMenuId?: string | null | undefined;
751
774
  };
752
775
  status: boolean;
753
776
  brandName: string;
754
777
  platformId: string;
755
778
  connectedUserName?: string | null | undefined;
756
779
  connectedUserId?: string | null | undefined;
780
+ lineRichMenuId?: string | null | undefined;
757
781
  actor?: {
758
782
  id: string;
759
783
  address: string | null;
@@ -773,12 +797,14 @@ export declare const lineContract: {
773
797
  accessToken?: string | undefined;
774
798
  channelSecret?: string | undefined;
775
799
  additionalCredentials?: any;
800
+ lineRichMenuId?: string | null | undefined;
776
801
  };
777
802
  status: boolean;
778
803
  brandName: string;
779
804
  platformId: string;
780
805
  connectedUserName?: string | null | undefined;
781
806
  connectedUserId?: string | null | undefined;
807
+ lineRichMenuId?: string | null | undefined;
782
808
  actor?: {
783
809
  id: string;
784
810
  address: string | null;
@@ -799,12 +825,14 @@ export declare const lineContract: {
799
825
  accessToken?: string | undefined;
800
826
  channelSecret?: string | undefined;
801
827
  additionalCredentials?: any;
828
+ lineRichMenuId?: string | null | undefined;
802
829
  };
803
830
  status: boolean;
804
831
  brandName: string;
805
832
  platformId: string;
806
833
  connectedUserName?: string | null | undefined;
807
834
  connectedUserId?: string | null | undefined;
835
+ lineRichMenuId?: string | null | undefined;
808
836
  actor?: {
809
837
  id: string;
810
838
  address: string | null;
@@ -840,6 +868,7 @@ export declare const lineContract: {
840
868
  };
841
869
  sendMessage: {
842
870
  body: z.ZodObject<{
871
+ isBot: z.ZodDefault<z.ZodNullable<z.ZodBoolean>>;
843
872
  room: z.ZodObject<{
844
873
  id: z.ZodString;
845
874
  lastMessage: z.ZodOptional<z.ZodString>;
@@ -973,24 +1002,28 @@ export declare const lineContract: {
973
1002
  accessToken: z.ZodOptional<z.ZodString>;
974
1003
  channelSecret: z.ZodOptional<z.ZodString>;
975
1004
  additionalCredentials: z.ZodOptional<z.ZodAny>;
1005
+ lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
976
1006
  }, "strip", z.ZodTypeAny, {
977
1007
  id: string;
978
1008
  name: string;
979
1009
  accessToken?: string | undefined;
980
1010
  channelSecret?: string | undefined;
981
1011
  additionalCredentials?: any;
1012
+ lineRichMenuId?: string | null | undefined;
982
1013
  }, {
983
1014
  id: string;
984
1015
  name: string;
985
1016
  accessToken?: string | undefined;
986
1017
  channelSecret?: string | undefined;
987
1018
  additionalCredentials?: any;
1019
+ lineRichMenuId?: string | null | undefined;
988
1020
  }>;
989
1021
  platformId: z.ZodString;
990
1022
  brandName: z.ZodString;
991
1023
  status: z.ZodUnion<[z.ZodLiteral<true>, z.ZodLiteral<false>]>;
992
1024
  connectedUserName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
993
1025
  connectedUserId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1026
+ lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
994
1027
  actor: z.ZodOptional<z.ZodObject<{
995
1028
  id: z.ZodString;
996
1029
  name: z.ZodString;
@@ -1020,12 +1053,14 @@ export declare const lineContract: {
1020
1053
  accessToken?: string | undefined;
1021
1054
  channelSecret?: string | undefined;
1022
1055
  additionalCredentials?: any;
1056
+ lineRichMenuId?: string | null | undefined;
1023
1057
  };
1024
1058
  status: boolean;
1025
1059
  brandName: string;
1026
1060
  platformId: string;
1027
1061
  connectedUserName?: string | null | undefined;
1028
1062
  connectedUserId?: string | null | undefined;
1063
+ lineRichMenuId?: string | null | undefined;
1029
1064
  actor?: {
1030
1065
  id: string;
1031
1066
  address: string | null;
@@ -1043,12 +1078,14 @@ export declare const lineContract: {
1043
1078
  accessToken?: string | undefined;
1044
1079
  channelSecret?: string | undefined;
1045
1080
  additionalCredentials?: any;
1081
+ lineRichMenuId?: string | null | undefined;
1046
1082
  };
1047
1083
  status: boolean;
1048
1084
  brandName: string;
1049
1085
  platformId: string;
1050
1086
  connectedUserName?: string | null | undefined;
1051
1087
  connectedUserId?: string | null | undefined;
1088
+ lineRichMenuId?: string | null | undefined;
1052
1089
  actor?: {
1053
1090
  id: string;
1054
1091
  address: string | null;
@@ -1070,12 +1107,14 @@ export declare const lineContract: {
1070
1107
  accessToken?: string | undefined;
1071
1108
  channelSecret?: string | undefined;
1072
1109
  additionalCredentials?: any;
1110
+ lineRichMenuId?: string | null | undefined;
1073
1111
  };
1074
1112
  status: boolean;
1075
1113
  brandName: string;
1076
1114
  platformId: string;
1077
1115
  connectedUserName?: string | null | undefined;
1078
1116
  connectedUserId?: string | null | undefined;
1117
+ lineRichMenuId?: string | null | undefined;
1079
1118
  actor?: {
1080
1119
  id: string;
1081
1120
  address: string | null;
@@ -1136,12 +1175,14 @@ export declare const lineContract: {
1136
1175
  accessToken?: string | undefined;
1137
1176
  channelSecret?: string | undefined;
1138
1177
  additionalCredentials?: any;
1178
+ lineRichMenuId?: string | null | undefined;
1139
1179
  };
1140
1180
  status: boolean;
1141
1181
  brandName: string;
1142
1182
  platformId: string;
1143
1183
  connectedUserName?: string | null | undefined;
1144
1184
  connectedUserId?: string | null | undefined;
1185
+ lineRichMenuId?: string | null | undefined;
1145
1186
  actor?: {
1146
1187
  id: string;
1147
1188
  address: string | null;
@@ -1194,7 +1235,7 @@ export declare const lineContract: {
1194
1235
  message: z.ZodObject<{
1195
1236
  message: z.ZodOptional<z.ZodString>;
1196
1237
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
1197
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
1238
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
1198
1239
  readAt: z.ZodOptional<z.ZodDate>;
1199
1240
  metadata: z.ZodOptional<z.ZodAny>;
1200
1241
  platformId: z.ZodOptional<z.ZodString>;
@@ -1210,18 +1251,21 @@ export declare const lineContract: {
1210
1251
  fileName: z.ZodString;
1211
1252
  fileSize: z.ZodNumber;
1212
1253
  fileKey: z.ZodString;
1254
+ originalUrl: z.ZodOptional<z.ZodString>;
1213
1255
  }, "strip", z.ZodTypeAny, {
1214
1256
  fileName: string;
1215
1257
  fileKey: string;
1216
1258
  bucketName: string;
1217
1259
  fileSize: number;
1260
+ originalUrl?: string | undefined;
1218
1261
  }, {
1219
1262
  fileName: string;
1220
1263
  fileKey: string;
1221
1264
  bucketName: string;
1222
1265
  fileSize: number;
1266
+ originalUrl?: string | undefined;
1223
1267
  }>>;
1224
- sender: z.ZodObject<{
1268
+ sender: z.ZodOptional<z.ZodObject<{
1225
1269
  id: z.ZodString;
1226
1270
  name: z.ZodString;
1227
1271
  email: z.ZodString;
@@ -1239,17 +1283,10 @@ export declare const lineContract: {
1239
1283
  name: string;
1240
1284
  email: string;
1241
1285
  phone: string | null;
1242
- }>;
1286
+ }>>;
1243
1287
  }, "strip", z.ZodTypeAny, {
1244
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
1288
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
1245
1289
  direction: "incoming" | "outgoing" | "system";
1246
- sender: {
1247
- id: string;
1248
- address: string | null;
1249
- name: string;
1250
- email: string;
1251
- phone: string | null;
1252
- };
1253
1290
  message?: string | undefined;
1254
1291
  readAt?: Date | undefined;
1255
1292
  metadata?: any;
@@ -1266,17 +1303,18 @@ export declare const lineContract: {
1266
1303
  fileKey: string;
1267
1304
  bucketName: string;
1268
1305
  fileSize: number;
1306
+ originalUrl?: string | undefined;
1269
1307
  } | undefined;
1270
- }, {
1271
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
1272
- direction: "incoming" | "outgoing" | "system";
1273
- sender: {
1308
+ sender?: {
1274
1309
  id: string;
1275
1310
  address: string | null;
1276
1311
  name: string;
1277
1312
  email: string;
1278
1313
  phone: string | null;
1279
- };
1314
+ } | undefined;
1315
+ }, {
1316
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
1317
+ direction: "incoming" | "outgoing" | "system";
1280
1318
  message?: string | undefined;
1281
1319
  readAt?: Date | undefined;
1282
1320
  metadata?: any;
@@ -1293,19 +1331,20 @@ export declare const lineContract: {
1293
1331
  fileKey: string;
1294
1332
  bucketName: string;
1295
1333
  fileSize: number;
1334
+ originalUrl?: string | undefined;
1296
1335
  } | undefined;
1297
- }>;
1298
- }, "strip", z.ZodTypeAny, {
1299
- message: {
1300
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
1301
- direction: "incoming" | "outgoing" | "system";
1302
- sender: {
1336
+ sender?: {
1303
1337
  id: string;
1304
1338
  address: string | null;
1305
1339
  name: string;
1306
1340
  email: string;
1307
1341
  phone: string | null;
1308
- };
1342
+ } | undefined;
1343
+ }>;
1344
+ }, "strip", z.ZodTypeAny, {
1345
+ message: {
1346
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
1347
+ direction: "incoming" | "outgoing" | "system";
1309
1348
  message?: string | undefined;
1310
1349
  readAt?: Date | undefined;
1311
1350
  metadata?: any;
@@ -1322,6 +1361,14 @@ export declare const lineContract: {
1322
1361
  fileKey: string;
1323
1362
  bucketName: string;
1324
1363
  fileSize: number;
1364
+ originalUrl?: string | undefined;
1365
+ } | undefined;
1366
+ sender?: {
1367
+ id: string;
1368
+ address: string | null;
1369
+ name: string;
1370
+ email: string;
1371
+ phone: string | null;
1325
1372
  } | undefined;
1326
1373
  };
1327
1374
  room: {
@@ -1336,12 +1383,14 @@ export declare const lineContract: {
1336
1383
  accessToken?: string | undefined;
1337
1384
  channelSecret?: string | undefined;
1338
1385
  additionalCredentials?: any;
1386
+ lineRichMenuId?: string | null | undefined;
1339
1387
  };
1340
1388
  status: boolean;
1341
1389
  brandName: string;
1342
1390
  platformId: string;
1343
1391
  connectedUserName?: string | null | undefined;
1344
1392
  connectedUserId?: string | null | undefined;
1393
+ lineRichMenuId?: string | null | undefined;
1345
1394
  actor?: {
1346
1395
  id: string;
1347
1396
  address: string | null;
@@ -1391,17 +1440,11 @@ export declare const lineContract: {
1391
1440
  metadata?: any;
1392
1441
  messengerTags?: "post_purchase_update" | "account_update" | "confirmed_event_update" | undefined;
1393
1442
  };
1443
+ isBot: boolean | null;
1394
1444
  }, {
1395
1445
  message: {
1396
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
1446
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
1397
1447
  direction: "incoming" | "outgoing" | "system";
1398
- sender: {
1399
- id: string;
1400
- address: string | null;
1401
- name: string;
1402
- email: string;
1403
- phone: string | null;
1404
- };
1405
1448
  message?: string | undefined;
1406
1449
  readAt?: Date | undefined;
1407
1450
  metadata?: any;
@@ -1418,6 +1461,14 @@ export declare const lineContract: {
1418
1461
  fileKey: string;
1419
1462
  bucketName: string;
1420
1463
  fileSize: number;
1464
+ originalUrl?: string | undefined;
1465
+ } | undefined;
1466
+ sender?: {
1467
+ id: string;
1468
+ address: string | null;
1469
+ name: string;
1470
+ email: string;
1471
+ phone: string | null;
1421
1472
  } | undefined;
1422
1473
  };
1423
1474
  room: {
@@ -1432,12 +1483,14 @@ export declare const lineContract: {
1432
1483
  accessToken?: string | undefined;
1433
1484
  channelSecret?: string | undefined;
1434
1485
  additionalCredentials?: any;
1486
+ lineRichMenuId?: string | null | undefined;
1435
1487
  };
1436
1488
  status: boolean;
1437
1489
  brandName: string;
1438
1490
  platformId: string;
1439
1491
  connectedUserName?: string | null | undefined;
1440
1492
  connectedUserId?: string | null | undefined;
1493
+ lineRichMenuId?: string | null | undefined;
1441
1494
  actor?: {
1442
1495
  id: string;
1443
1496
  address: string | null;
@@ -1487,6 +1540,7 @@ export declare const lineContract: {
1487
1540
  metadata?: any;
1488
1541
  messengerTags?: "post_purchase_update" | "account_update" | "confirmed_event_update" | undefined;
1489
1542
  };
1543
+ isBot?: boolean | null | undefined;
1490
1544
  }>;
1491
1545
  method: "POST";
1492
1546
  responses: {
@@ -1499,7 +1553,7 @@ export declare const lineContract: {
1499
1553
  deletedAt: z.ZodNullable<z.ZodDate>;
1500
1554
  message: z.ZodString;
1501
1555
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
1502
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
1556
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
1503
1557
  readAt: z.ZodDate;
1504
1558
  metadata: z.ZodAny;
1505
1559
  platformId: z.ZodString;
@@ -1524,6 +1578,7 @@ export declare const lineContract: {
1524
1578
  firstResponseAt: z.ZodDate;
1525
1579
  firstResponseTime: z.ZodNumber;
1526
1580
  isLatest: z.ZodBoolean;
1581
+ isBotRoom: z.ZodBoolean;
1527
1582
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
1528
1583
  platformContact: z.ZodObject<{
1529
1584
  id: z.ZodString;
@@ -2880,18 +2935,21 @@ export declare const lineContract: {
2880
2935
  accessToken: z.ZodOptional<z.ZodString>;
2881
2936
  channelSecret: z.ZodOptional<z.ZodString>;
2882
2937
  additionalCredentials: z.ZodOptional<z.ZodAny>;
2938
+ lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2883
2939
  }, "strip", z.ZodTypeAny, {
2884
2940
  id: string;
2885
2941
  name: string;
2886
2942
  accessToken?: string | undefined;
2887
2943
  channelSecret?: string | undefined;
2888
2944
  additionalCredentials?: any;
2945
+ lineRichMenuId?: string | null | undefined;
2889
2946
  }, {
2890
2947
  id: string;
2891
2948
  name: string;
2892
2949
  accessToken?: string | undefined;
2893
2950
  channelSecret?: string | undefined;
2894
2951
  additionalCredentials?: any;
2952
+ lineRichMenuId?: string | null | undefined;
2895
2953
  }>;
2896
2954
  brandName: z.ZodString;
2897
2955
  platformId: z.ZodString;
@@ -2899,6 +2957,25 @@ export declare const lineContract: {
2899
2957
  isReloginRequired: z.ZodBoolean;
2900
2958
  connectedUserName: z.ZodString;
2901
2959
  connectedUserId: z.ZodString;
2960
+ botpressBot: z.ZodNullable<z.ZodObject<{
2961
+ id: z.ZodString;
2962
+ name: z.ZodString;
2963
+ botId: z.ZodString;
2964
+ integrationId: z.ZodString;
2965
+ accessToken: z.ZodString;
2966
+ }, "strip", z.ZodTypeAny, {
2967
+ id: string;
2968
+ name: string;
2969
+ accessToken: string;
2970
+ botId: string;
2971
+ integrationId: string;
2972
+ }, {
2973
+ id: string;
2974
+ name: string;
2975
+ accessToken: string;
2976
+ botId: string;
2977
+ integrationId: string;
2978
+ }>>;
2902
2979
  actor: z.ZodObject<{
2903
2980
  id: z.ZodString;
2904
2981
  createdAt: z.ZodDate;
@@ -3113,6 +3190,7 @@ export declare const lineContract: {
3113
3190
  accessToken?: string | undefined;
3114
3191
  channelSecret?: string | undefined;
3115
3192
  additionalCredentials?: any;
3193
+ lineRichMenuId?: string | null | undefined;
3116
3194
  };
3117
3195
  status: boolean;
3118
3196
  createdAt: Date;
@@ -3167,6 +3245,13 @@ export declare const lineContract: {
3167
3245
  isReloginRequired: boolean;
3168
3246
  connectedUserName: string;
3169
3247
  connectedUserId: string;
3248
+ botpressBot: {
3249
+ id: string;
3250
+ name: string;
3251
+ accessToken: string;
3252
+ botId: string;
3253
+ integrationId: string;
3254
+ } | null;
3170
3255
  }, {
3171
3256
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat";
3172
3257
  id: string;
@@ -3177,6 +3262,7 @@ export declare const lineContract: {
3177
3262
  accessToken?: string | undefined;
3178
3263
  channelSecret?: string | undefined;
3179
3264
  additionalCredentials?: any;
3265
+ lineRichMenuId?: string | null | undefined;
3180
3266
  };
3181
3267
  status: boolean;
3182
3268
  createdAt: Date;
@@ -3231,6 +3317,13 @@ export declare const lineContract: {
3231
3317
  isReloginRequired: boolean;
3232
3318
  connectedUserName: string;
3233
3319
  connectedUserId: string;
3320
+ botpressBot: {
3321
+ id: string;
3322
+ name: string;
3323
+ accessToken: string;
3324
+ botId: string;
3325
+ integrationId: string;
3326
+ } | null;
3234
3327
  }>;
3235
3328
  cxlog: z.ZodObject<{
3236
3329
  id: z.ZodString;
@@ -3377,7 +3470,7 @@ export declare const lineContract: {
3377
3470
  }>, "many">;
3378
3471
  callFrom: z.ZodNullable<z.ZodString>;
3379
3472
  callTo: z.ZodNullable<z.ZodString>;
3380
- customFields: z.ZodOptional<z.ZodArray<z.ZodObject<{
3473
+ customFields: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
3381
3474
  id: z.ZodString;
3382
3475
  createdAt: z.ZodDate;
3383
3476
  updatedAt: z.ZodDate;
@@ -3410,7 +3503,7 @@ export declare const lineContract: {
3410
3503
  booleanValue: boolean | null;
3411
3504
  numberValue: number | null;
3412
3505
  dateValue: Date | null;
3413
- }>, "many">>;
3506
+ }>, "many">>>;
3414
3507
  }, "strip", z.ZodTypeAny, {
3415
3508
  type: string;
3416
3509
  id: string;
@@ -3461,7 +3554,7 @@ export declare const lineContract: {
3461
3554
  booleanValue: boolean | null;
3462
3555
  numberValue: number | null;
3463
3556
  dateValue: Date | null;
3464
- }[] | undefined;
3557
+ }[] | null | undefined;
3465
3558
  }, {
3466
3559
  type: string;
3467
3560
  id: string;
@@ -3512,7 +3605,7 @@ export declare const lineContract: {
3512
3605
  booleanValue: boolean | null;
3513
3606
  numberValue: number | null;
3514
3607
  dateValue: Date | null;
3515
- }[] | undefined;
3608
+ }[] | null | undefined;
3516
3609
  }>>;
3517
3610
  }, "strip", z.ZodTypeAny, {
3518
3611
  id: string;
@@ -3580,7 +3673,7 @@ export declare const lineContract: {
3580
3673
  booleanValue: boolean | null;
3581
3674
  numberValue: number | null;
3582
3675
  dateValue: Date | null;
3583
- }[] | undefined;
3676
+ }[] | null | undefined;
3584
3677
  } | null;
3585
3678
  }, {
3586
3679
  id: string;
@@ -3648,9 +3741,34 @@ export declare const lineContract: {
3648
3741
  booleanValue: boolean | null;
3649
3742
  numberValue: number | null;
3650
3743
  dateValue: Date | null;
3651
- }[] | undefined;
3744
+ }[] | null | undefined;
3652
3745
  } | null;
3653
3746
  }>;
3747
+ workflowRule: z.ZodObject<{
3748
+ id: z.ZodString;
3749
+ createdAt: z.ZodDate;
3750
+ updatedAt: z.ZodDate;
3751
+ deletedAt: z.ZodNullable<z.ZodDate>;
3752
+ name: z.ZodString;
3753
+ isActive: z.ZodBoolean;
3754
+ type: z.ZodString;
3755
+ }, "strip", z.ZodTypeAny, {
3756
+ type: string;
3757
+ id: string;
3758
+ name: string;
3759
+ createdAt: Date;
3760
+ updatedAt: Date;
3761
+ deletedAt: Date | null;
3762
+ isActive: boolean;
3763
+ }, {
3764
+ type: string;
3765
+ id: string;
3766
+ name: string;
3767
+ createdAt: Date;
3768
+ updatedAt: Date;
3769
+ deletedAt: Date | null;
3770
+ isActive: boolean;
3771
+ }>;
3654
3772
  }, "strip", z.ZodTypeAny, {
3655
3773
  id: string;
3656
3774
  channel: {
@@ -3663,6 +3781,7 @@ export declare const lineContract: {
3663
3781
  accessToken?: string | undefined;
3664
3782
  channelSecret?: string | undefined;
3665
3783
  additionalCredentials?: any;
3784
+ lineRichMenuId?: string | null | undefined;
3666
3785
  };
3667
3786
  status: boolean;
3668
3787
  createdAt: Date;
@@ -3717,6 +3836,13 @@ export declare const lineContract: {
3717
3836
  isReloginRequired: boolean;
3718
3837
  connectedUserName: string;
3719
3838
  connectedUserId: string;
3839
+ botpressBot: {
3840
+ id: string;
3841
+ name: string;
3842
+ accessToken: string;
3843
+ botId: string;
3844
+ integrationId: string;
3845
+ } | null;
3720
3846
  };
3721
3847
  direction: "incoming" | "outgoing" | "system";
3722
3848
  status: number;
@@ -3931,6 +4057,7 @@ export declare const lineContract: {
3931
4057
  };
3932
4058
  closedAt: Date;
3933
4059
  lastMessageAt: Date | null;
4060
+ isBotRoom: boolean;
3934
4061
  cxlog: {
3935
4062
  id: string;
3936
4063
  channel: string | null;
@@ -3997,9 +4124,18 @@ export declare const lineContract: {
3997
4124
  booleanValue: boolean | null;
3998
4125
  numberValue: number | null;
3999
4126
  dateValue: Date | null;
4000
- }[] | undefined;
4127
+ }[] | null | undefined;
4001
4128
  } | null;
4002
4129
  };
4130
+ workflowRule: {
4131
+ type: string;
4132
+ id: string;
4133
+ name: string;
4134
+ createdAt: Date;
4135
+ updatedAt: Date;
4136
+ deletedAt: Date | null;
4137
+ isActive: boolean;
4138
+ };
4003
4139
  }, {
4004
4140
  id: string;
4005
4141
  channel: {
@@ -4012,6 +4148,7 @@ export declare const lineContract: {
4012
4148
  accessToken?: string | undefined;
4013
4149
  channelSecret?: string | undefined;
4014
4150
  additionalCredentials?: any;
4151
+ lineRichMenuId?: string | null | undefined;
4015
4152
  };
4016
4153
  status: boolean;
4017
4154
  createdAt: Date;
@@ -4066,6 +4203,13 @@ export declare const lineContract: {
4066
4203
  isReloginRequired: boolean;
4067
4204
  connectedUserName: string;
4068
4205
  connectedUserId: string;
4206
+ botpressBot: {
4207
+ id: string;
4208
+ name: string;
4209
+ accessToken: string;
4210
+ botId: string;
4211
+ integrationId: string;
4212
+ } | null;
4069
4213
  };
4070
4214
  direction: "incoming" | "outgoing" | "system";
4071
4215
  status: number;
@@ -4280,6 +4424,7 @@ export declare const lineContract: {
4280
4424
  };
4281
4425
  closedAt: Date;
4282
4426
  lastMessageAt: Date | null;
4427
+ isBotRoom: boolean;
4283
4428
  cxlog: {
4284
4429
  id: string;
4285
4430
  channel: string | null;
@@ -4346,9 +4491,18 @@ export declare const lineContract: {
4346
4491
  booleanValue: boolean | null;
4347
4492
  numberValue: number | null;
4348
4493
  dateValue: Date | null;
4349
- }[] | undefined;
4494
+ }[] | null | undefined;
4350
4495
  } | null;
4351
4496
  };
4497
+ workflowRule: {
4498
+ type: string;
4499
+ id: string;
4500
+ name: string;
4501
+ createdAt: Date;
4502
+ updatedAt: Date;
4503
+ deletedAt: Date | null;
4504
+ isActive: boolean;
4505
+ };
4352
4506
  }>;
4353
4507
  upload: z.ZodObject<{
4354
4508
  id: z.ZodString;
@@ -4391,7 +4545,7 @@ export declare const lineContract: {
4391
4545
  deletedAt: z.ZodNullable<z.ZodDate>;
4392
4546
  message: z.ZodString;
4393
4547
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
4394
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
4548
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "unsupported"]>;
4395
4549
  readAt: z.ZodDate;
4396
4550
  metadata: z.ZodAny;
4397
4551
  platformId: z.ZodString;
@@ -5049,7 +5203,7 @@ export declare const lineContract: {
5049
5203
  };
5050
5204
  }>;
5051
5205
  }, "strip", z.ZodTypeAny, {
5052
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
5206
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
5053
5207
  message: string;
5054
5208
  id: string;
5055
5209
  url: string;
@@ -5101,7 +5255,6 @@ export declare const lineContract: {
5101
5255
  telephonySignature: string | null;
5102
5256
  };
5103
5257
  };
5104
- platformId: string;
5105
5258
  upload: {
5106
5259
  id: string;
5107
5260
  createdAt: Date;
@@ -5158,6 +5311,7 @@ export declare const lineContract: {
5158
5311
  telephonySignature: string | null;
5159
5312
  };
5160
5313
  };
5314
+ platformId: string;
5161
5315
  readAt: Date;
5162
5316
  platformMessageId: string;
5163
5317
  replyPlatformMessageId: string;
@@ -5211,7 +5365,7 @@ export declare const lineContract: {
5211
5365
  metadata?: any;
5212
5366
  template?: any;
5213
5367
  }, {
5214
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
5368
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
5215
5369
  message: string;
5216
5370
  id: string;
5217
5371
  url: string;
@@ -5263,7 +5417,6 @@ export declare const lineContract: {
5263
5417
  telephonySignature: string | null;
5264
5418
  };
5265
5419
  };
5266
- platformId: string;
5267
5420
  upload: {
5268
5421
  id: string;
5269
5422
  createdAt: Date;
@@ -5320,6 +5473,7 @@ export declare const lineContract: {
5320
5473
  telephonySignature: string | null;
5321
5474
  };
5322
5475
  };
5476
+ platformId: string;
5323
5477
  readAt: Date;
5324
5478
  platformMessageId: string;
5325
5479
  replyPlatformMessageId: string;
@@ -5985,8 +6139,33 @@ export declare const lineContract: {
5985
6139
  telephonySignature: string | null;
5986
6140
  };
5987
6141
  }>;
6142
+ workflowRule: z.ZodObject<{
6143
+ id: z.ZodString;
6144
+ createdAt: z.ZodDate;
6145
+ updatedAt: z.ZodDate;
6146
+ deletedAt: z.ZodNullable<z.ZodDate>;
6147
+ name: z.ZodString;
6148
+ isActive: z.ZodBoolean;
6149
+ type: z.ZodString;
6150
+ }, "strip", z.ZodTypeAny, {
6151
+ type: string;
6152
+ id: string;
6153
+ name: string;
6154
+ createdAt: Date;
6155
+ updatedAt: Date;
6156
+ deletedAt: Date | null;
6157
+ isActive: boolean;
6158
+ }, {
6159
+ type: string;
6160
+ id: string;
6161
+ name: string;
6162
+ createdAt: Date;
6163
+ updatedAt: Date;
6164
+ deletedAt: Date | null;
6165
+ isActive: boolean;
6166
+ }>;
5988
6167
  }, "strip", z.ZodTypeAny, {
5989
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
6168
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
5990
6169
  message: string;
5991
6170
  id: string;
5992
6171
  url: string;
@@ -6038,7 +6217,6 @@ export declare const lineContract: {
6038
6217
  telephonySignature: string | null;
6039
6218
  };
6040
6219
  };
6041
- platformId: string;
6042
6220
  upload: {
6043
6221
  id: string;
6044
6222
  createdAt: Date;
@@ -6095,6 +6273,7 @@ export declare const lineContract: {
6095
6273
  telephonySignature: string | null;
6096
6274
  };
6097
6275
  };
6276
+ platformId: string;
6098
6277
  room: {
6099
6278
  id: string;
6100
6279
  channel: {
@@ -6107,6 +6286,7 @@ export declare const lineContract: {
6107
6286
  accessToken?: string | undefined;
6108
6287
  channelSecret?: string | undefined;
6109
6288
  additionalCredentials?: any;
6289
+ lineRichMenuId?: string | null | undefined;
6110
6290
  };
6111
6291
  status: boolean;
6112
6292
  createdAt: Date;
@@ -6161,6 +6341,13 @@ export declare const lineContract: {
6161
6341
  isReloginRequired: boolean;
6162
6342
  connectedUserName: string;
6163
6343
  connectedUserId: string;
6344
+ botpressBot: {
6345
+ id: string;
6346
+ name: string;
6347
+ accessToken: string;
6348
+ botId: string;
6349
+ integrationId: string;
6350
+ } | null;
6164
6351
  };
6165
6352
  direction: "incoming" | "outgoing" | "system";
6166
6353
  status: number;
@@ -6375,6 +6562,7 @@ export declare const lineContract: {
6375
6562
  };
6376
6563
  closedAt: Date;
6377
6564
  lastMessageAt: Date | null;
6565
+ isBotRoom: boolean;
6378
6566
  cxlog: {
6379
6567
  id: string;
6380
6568
  channel: string | null;
@@ -6441,9 +6629,27 @@ export declare const lineContract: {
6441
6629
  booleanValue: boolean | null;
6442
6630
  numberValue: number | null;
6443
6631
  dateValue: Date | null;
6444
- }[] | undefined;
6632
+ }[] | null | undefined;
6445
6633
  } | null;
6446
6634
  };
6635
+ workflowRule: {
6636
+ type: string;
6637
+ id: string;
6638
+ name: string;
6639
+ createdAt: Date;
6640
+ updatedAt: Date;
6641
+ deletedAt: Date | null;
6642
+ isActive: boolean;
6643
+ };
6644
+ };
6645
+ workflowRule: {
6646
+ type: string;
6647
+ id: string;
6648
+ name: string;
6649
+ createdAt: Date;
6650
+ updatedAt: Date;
6651
+ deletedAt: Date | null;
6652
+ isActive: boolean;
6447
6653
  };
6448
6654
  readAt: Date;
6449
6655
  platformMessageId: string;
@@ -6452,7 +6658,7 @@ export declare const lineContract: {
6452
6658
  previewUrl: string;
6453
6659
  imageSetId: string;
6454
6660
  repliedMessage: {
6455
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
6661
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
6456
6662
  message: string;
6457
6663
  id: string;
6458
6664
  url: string;
@@ -6504,7 +6710,6 @@ export declare const lineContract: {
6504
6710
  telephonySignature: string | null;
6505
6711
  };
6506
6712
  };
6507
- platformId: string;
6508
6713
  upload: {
6509
6714
  id: string;
6510
6715
  createdAt: Date;
@@ -6561,6 +6766,7 @@ export declare const lineContract: {
6561
6766
  telephonySignature: string | null;
6562
6767
  };
6563
6768
  };
6769
+ platformId: string;
6564
6770
  readAt: Date;
6565
6771
  platformMessageId: string;
6566
6772
  replyPlatformMessageId: string;
@@ -6661,7 +6867,7 @@ export declare const lineContract: {
6661
6867
  metadata?: any;
6662
6868
  template?: any;
6663
6869
  }, {
6664
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
6870
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
6665
6871
  message: string;
6666
6872
  id: string;
6667
6873
  url: string;
@@ -6713,7 +6919,6 @@ export declare const lineContract: {
6713
6919
  telephonySignature: string | null;
6714
6920
  };
6715
6921
  };
6716
- platformId: string;
6717
6922
  upload: {
6718
6923
  id: string;
6719
6924
  createdAt: Date;
@@ -6770,6 +6975,7 @@ export declare const lineContract: {
6770
6975
  telephonySignature: string | null;
6771
6976
  };
6772
6977
  };
6978
+ platformId: string;
6773
6979
  room: {
6774
6980
  id: string;
6775
6981
  channel: {
@@ -6782,6 +6988,7 @@ export declare const lineContract: {
6782
6988
  accessToken?: string | undefined;
6783
6989
  channelSecret?: string | undefined;
6784
6990
  additionalCredentials?: any;
6991
+ lineRichMenuId?: string | null | undefined;
6785
6992
  };
6786
6993
  status: boolean;
6787
6994
  createdAt: Date;
@@ -6836,6 +7043,13 @@ export declare const lineContract: {
6836
7043
  isReloginRequired: boolean;
6837
7044
  connectedUserName: string;
6838
7045
  connectedUserId: string;
7046
+ botpressBot: {
7047
+ id: string;
7048
+ name: string;
7049
+ accessToken: string;
7050
+ botId: string;
7051
+ integrationId: string;
7052
+ } | null;
6839
7053
  };
6840
7054
  direction: "incoming" | "outgoing" | "system";
6841
7055
  status: number;
@@ -7050,6 +7264,7 @@ export declare const lineContract: {
7050
7264
  };
7051
7265
  closedAt: Date;
7052
7266
  lastMessageAt: Date | null;
7267
+ isBotRoom: boolean;
7053
7268
  cxlog: {
7054
7269
  id: string;
7055
7270
  channel: string | null;
@@ -7116,9 +7331,27 @@ export declare const lineContract: {
7116
7331
  booleanValue: boolean | null;
7117
7332
  numberValue: number | null;
7118
7333
  dateValue: Date | null;
7119
- }[] | undefined;
7334
+ }[] | null | undefined;
7120
7335
  } | null;
7121
7336
  };
7337
+ workflowRule: {
7338
+ type: string;
7339
+ id: string;
7340
+ name: string;
7341
+ createdAt: Date;
7342
+ updatedAt: Date;
7343
+ deletedAt: Date | null;
7344
+ isActive: boolean;
7345
+ };
7346
+ };
7347
+ workflowRule: {
7348
+ type: string;
7349
+ id: string;
7350
+ name: string;
7351
+ createdAt: Date;
7352
+ updatedAt: Date;
7353
+ deletedAt: Date | null;
7354
+ isActive: boolean;
7122
7355
  };
7123
7356
  readAt: Date;
7124
7357
  platformMessageId: string;
@@ -7127,7 +7360,7 @@ export declare const lineContract: {
7127
7360
  previewUrl: string;
7128
7361
  imageSetId: string;
7129
7362
  repliedMessage: {
7130
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
7363
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
7131
7364
  message: string;
7132
7365
  id: string;
7133
7366
  url: string;
@@ -7179,7 +7412,6 @@ export declare const lineContract: {
7179
7412
  telephonySignature: string | null;
7180
7413
  };
7181
7414
  };
7182
- platformId: string;
7183
7415
  upload: {
7184
7416
  id: string;
7185
7417
  createdAt: Date;
@@ -7236,6 +7468,7 @@ export declare const lineContract: {
7236
7468
  telephonySignature: string | null;
7237
7469
  };
7238
7470
  };
7471
+ platformId: string;
7239
7472
  readAt: Date;
7240
7473
  platformMessageId: string;
7241
7474
  replyPlatformMessageId: string;
@@ -7338,7 +7571,7 @@ export declare const lineContract: {
7338
7571
  }>;
7339
7572
  }, "strip", z.ZodTypeAny, {
7340
7573
  data: {
7341
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
7574
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
7342
7575
  message: string;
7343
7576
  id: string;
7344
7577
  url: string;
@@ -7390,7 +7623,6 @@ export declare const lineContract: {
7390
7623
  telephonySignature: string | null;
7391
7624
  };
7392
7625
  };
7393
- platformId: string;
7394
7626
  upload: {
7395
7627
  id: string;
7396
7628
  createdAt: Date;
@@ -7447,6 +7679,7 @@ export declare const lineContract: {
7447
7679
  telephonySignature: string | null;
7448
7680
  };
7449
7681
  };
7682
+ platformId: string;
7450
7683
  room: {
7451
7684
  id: string;
7452
7685
  channel: {
@@ -7459,6 +7692,7 @@ export declare const lineContract: {
7459
7692
  accessToken?: string | undefined;
7460
7693
  channelSecret?: string | undefined;
7461
7694
  additionalCredentials?: any;
7695
+ lineRichMenuId?: string | null | undefined;
7462
7696
  };
7463
7697
  status: boolean;
7464
7698
  createdAt: Date;
@@ -7513,6 +7747,13 @@ export declare const lineContract: {
7513
7747
  isReloginRequired: boolean;
7514
7748
  connectedUserName: string;
7515
7749
  connectedUserId: string;
7750
+ botpressBot: {
7751
+ id: string;
7752
+ name: string;
7753
+ accessToken: string;
7754
+ botId: string;
7755
+ integrationId: string;
7756
+ } | null;
7516
7757
  };
7517
7758
  direction: "incoming" | "outgoing" | "system";
7518
7759
  status: number;
@@ -7727,6 +7968,7 @@ export declare const lineContract: {
7727
7968
  };
7728
7969
  closedAt: Date;
7729
7970
  lastMessageAt: Date | null;
7971
+ isBotRoom: boolean;
7730
7972
  cxlog: {
7731
7973
  id: string;
7732
7974
  channel: string | null;
@@ -7793,9 +8035,27 @@ export declare const lineContract: {
7793
8035
  booleanValue: boolean | null;
7794
8036
  numberValue: number | null;
7795
8037
  dateValue: Date | null;
7796
- }[] | undefined;
8038
+ }[] | null | undefined;
7797
8039
  } | null;
7798
8040
  };
8041
+ workflowRule: {
8042
+ type: string;
8043
+ id: string;
8044
+ name: string;
8045
+ createdAt: Date;
8046
+ updatedAt: Date;
8047
+ deletedAt: Date | null;
8048
+ isActive: boolean;
8049
+ };
8050
+ };
8051
+ workflowRule: {
8052
+ type: string;
8053
+ id: string;
8054
+ name: string;
8055
+ createdAt: Date;
8056
+ updatedAt: Date;
8057
+ deletedAt: Date | null;
8058
+ isActive: boolean;
7799
8059
  };
7800
8060
  readAt: Date;
7801
8061
  platformMessageId: string;
@@ -7804,7 +8064,7 @@ export declare const lineContract: {
7804
8064
  previewUrl: string;
7805
8065
  imageSetId: string;
7806
8066
  repliedMessage: {
7807
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
8067
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
7808
8068
  message: string;
7809
8069
  id: string;
7810
8070
  url: string;
@@ -7856,7 +8116,6 @@ export declare const lineContract: {
7856
8116
  telephonySignature: string | null;
7857
8117
  };
7858
8118
  };
7859
- platformId: string;
7860
8119
  upload: {
7861
8120
  id: string;
7862
8121
  createdAt: Date;
@@ -7913,6 +8172,7 @@ export declare const lineContract: {
7913
8172
  telephonySignature: string | null;
7914
8173
  };
7915
8174
  };
8175
+ platformId: string;
7916
8176
  readAt: Date;
7917
8177
  platformMessageId: string;
7918
8178
  replyPlatformMessageId: string;
@@ -8016,7 +8276,7 @@ export declare const lineContract: {
8016
8276
  requestId: string;
8017
8277
  }, {
8018
8278
  data: {
8019
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
8279
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
8020
8280
  message: string;
8021
8281
  id: string;
8022
8282
  url: string;
@@ -8068,7 +8328,6 @@ export declare const lineContract: {
8068
8328
  telephonySignature: string | null;
8069
8329
  };
8070
8330
  };
8071
- platformId: string;
8072
8331
  upload: {
8073
8332
  id: string;
8074
8333
  createdAt: Date;
@@ -8125,6 +8384,7 @@ export declare const lineContract: {
8125
8384
  telephonySignature: string | null;
8126
8385
  };
8127
8386
  };
8387
+ platformId: string;
8128
8388
  room: {
8129
8389
  id: string;
8130
8390
  channel: {
@@ -8137,6 +8397,7 @@ export declare const lineContract: {
8137
8397
  accessToken?: string | undefined;
8138
8398
  channelSecret?: string | undefined;
8139
8399
  additionalCredentials?: any;
8400
+ lineRichMenuId?: string | null | undefined;
8140
8401
  };
8141
8402
  status: boolean;
8142
8403
  createdAt: Date;
@@ -8191,6 +8452,13 @@ export declare const lineContract: {
8191
8452
  isReloginRequired: boolean;
8192
8453
  connectedUserName: string;
8193
8454
  connectedUserId: string;
8455
+ botpressBot: {
8456
+ id: string;
8457
+ name: string;
8458
+ accessToken: string;
8459
+ botId: string;
8460
+ integrationId: string;
8461
+ } | null;
8194
8462
  };
8195
8463
  direction: "incoming" | "outgoing" | "system";
8196
8464
  status: number;
@@ -8405,6 +8673,7 @@ export declare const lineContract: {
8405
8673
  };
8406
8674
  closedAt: Date;
8407
8675
  lastMessageAt: Date | null;
8676
+ isBotRoom: boolean;
8408
8677
  cxlog: {
8409
8678
  id: string;
8410
8679
  channel: string | null;
@@ -8471,9 +8740,27 @@ export declare const lineContract: {
8471
8740
  booleanValue: boolean | null;
8472
8741
  numberValue: number | null;
8473
8742
  dateValue: Date | null;
8474
- }[] | undefined;
8743
+ }[] | null | undefined;
8475
8744
  } | null;
8476
8745
  };
8746
+ workflowRule: {
8747
+ type: string;
8748
+ id: string;
8749
+ name: string;
8750
+ createdAt: Date;
8751
+ updatedAt: Date;
8752
+ deletedAt: Date | null;
8753
+ isActive: boolean;
8754
+ };
8755
+ };
8756
+ workflowRule: {
8757
+ type: string;
8758
+ id: string;
8759
+ name: string;
8760
+ createdAt: Date;
8761
+ updatedAt: Date;
8762
+ deletedAt: Date | null;
8763
+ isActive: boolean;
8477
8764
  };
8478
8765
  readAt: Date;
8479
8766
  platformMessageId: string;
@@ -8482,7 +8769,7 @@ export declare const lineContract: {
8482
8769
  previewUrl: string;
8483
8770
  imageSetId: string;
8484
8771
  repliedMessage: {
8485
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
8772
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "unsupported";
8486
8773
  message: string;
8487
8774
  id: string;
8488
8775
  url: string;
@@ -8534,7 +8821,6 @@ export declare const lineContract: {
8534
8821
  telephonySignature: string | null;
8535
8822
  };
8536
8823
  };
8537
- platformId: string;
8538
8824
  upload: {
8539
8825
  id: string;
8540
8826
  createdAt: Date;
@@ -8591,6 +8877,7 @@ export declare const lineContract: {
8591
8877
  telephonySignature: string | null;
8592
8878
  };
8593
8879
  };
8880
+ platformId: string;
8594
8881
  readAt: Date;
8595
8882
  platformMessageId: string;
8596
8883
  replyPlatformMessageId: string;
@@ -8717,24 +9004,28 @@ export declare const lineContract: {
8717
9004
  accessToken: z.ZodOptional<z.ZodString>;
8718
9005
  channelSecret: z.ZodOptional<z.ZodString>;
8719
9006
  additionalCredentials: z.ZodOptional<z.ZodAny>;
9007
+ lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
8720
9008
  }, "strip", z.ZodTypeAny, {
8721
9009
  id: string;
8722
9010
  name: string;
8723
9011
  accessToken?: string | undefined;
8724
9012
  channelSecret?: string | undefined;
8725
9013
  additionalCredentials?: any;
9014
+ lineRichMenuId?: string | null | undefined;
8726
9015
  }, {
8727
9016
  id: string;
8728
9017
  name: string;
8729
9018
  accessToken?: string | undefined;
8730
9019
  channelSecret?: string | undefined;
8731
9020
  additionalCredentials?: any;
9021
+ lineRichMenuId?: string | null | undefined;
8732
9022
  }>>;
8733
9023
  platformId: z.ZodOptional<z.ZodString>;
8734
9024
  brandName: z.ZodOptional<z.ZodString>;
8735
9025
  status: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<true>, z.ZodLiteral<false>]>>;
8736
9026
  connectedUserName: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
8737
9027
  connectedUserId: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
9028
+ lineRichMenuId: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
8738
9029
  actor: z.ZodOptional<z.ZodOptional<z.ZodObject<{
8739
9030
  id: z.ZodString;
8740
9031
  name: z.ZodString;
@@ -8764,12 +9055,14 @@ export declare const lineContract: {
8764
9055
  accessToken?: string | undefined;
8765
9056
  channelSecret?: string | undefined;
8766
9057
  additionalCredentials?: any;
9058
+ lineRichMenuId?: string | null | undefined;
8767
9059
  } | undefined;
8768
9060
  platformId?: string | undefined;
8769
9061
  brandName?: string | undefined;
8770
9062
  status?: boolean | undefined;
8771
9063
  connectedUserName?: string | null | undefined;
8772
9064
  connectedUserId?: string | null | undefined;
9065
+ lineRichMenuId?: string | null | undefined;
8773
9066
  actor?: {
8774
9067
  id: string;
8775
9068
  address: string | null;
@@ -8787,12 +9080,14 @@ export declare const lineContract: {
8787
9080
  accessToken?: string | undefined;
8788
9081
  channelSecret?: string | undefined;
8789
9082
  additionalCredentials?: any;
9083
+ lineRichMenuId?: string | null | undefined;
8790
9084
  } | undefined;
8791
9085
  platformId?: string | undefined;
8792
9086
  brandName?: string | undefined;
8793
9087
  status?: boolean | undefined;
8794
9088
  connectedUserName?: string | null | undefined;
8795
9089
  connectedUserId?: string | null | undefined;
9090
+ lineRichMenuId?: string | null | undefined;
8796
9091
  actor?: {
8797
9092
  id: string;
8798
9093
  address: string | null;
@@ -8815,24 +9110,28 @@ export declare const lineContract: {
8815
9110
  accessToken: z.ZodOptional<z.ZodString>;
8816
9111
  channelSecret: z.ZodOptional<z.ZodString>;
8817
9112
  additionalCredentials: z.ZodOptional<z.ZodAny>;
9113
+ lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
8818
9114
  }, "strip", z.ZodTypeAny, {
8819
9115
  id: string;
8820
9116
  name: string;
8821
9117
  accessToken?: string | undefined;
8822
9118
  channelSecret?: string | undefined;
8823
9119
  additionalCredentials?: any;
9120
+ lineRichMenuId?: string | null | undefined;
8824
9121
  }, {
8825
9122
  id: string;
8826
9123
  name: string;
8827
9124
  accessToken?: string | undefined;
8828
9125
  channelSecret?: string | undefined;
8829
9126
  additionalCredentials?: any;
9127
+ lineRichMenuId?: string | null | undefined;
8830
9128
  }>;
8831
9129
  platformId: z.ZodString;
8832
9130
  brandName: z.ZodString;
8833
9131
  status: z.ZodUnion<[z.ZodLiteral<true>, z.ZodLiteral<false>]>;
8834
9132
  connectedUserName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
8835
9133
  connectedUserId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
9134
+ lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
8836
9135
  actor: z.ZodOptional<z.ZodObject<{
8837
9136
  id: z.ZodString;
8838
9137
  name: z.ZodString;
@@ -8862,12 +9161,14 @@ export declare const lineContract: {
8862
9161
  accessToken?: string | undefined;
8863
9162
  channelSecret?: string | undefined;
8864
9163
  additionalCredentials?: any;
9164
+ lineRichMenuId?: string | null | undefined;
8865
9165
  };
8866
9166
  status: boolean;
8867
9167
  brandName: string;
8868
9168
  platformId: string;
8869
9169
  connectedUserName?: string | null | undefined;
8870
9170
  connectedUserId?: string | null | undefined;
9171
+ lineRichMenuId?: string | null | undefined;
8871
9172
  actor?: {
8872
9173
  id: string;
8873
9174
  address: string | null;
@@ -8885,12 +9186,14 @@ export declare const lineContract: {
8885
9186
  accessToken?: string | undefined;
8886
9187
  channelSecret?: string | undefined;
8887
9188
  additionalCredentials?: any;
9189
+ lineRichMenuId?: string | null | undefined;
8888
9190
  };
8889
9191
  status: boolean;
8890
9192
  brandName: string;
8891
9193
  platformId: string;
8892
9194
  connectedUserName?: string | null | undefined;
8893
9195
  connectedUserId?: string | null | undefined;
9196
+ lineRichMenuId?: string | null | undefined;
8894
9197
  actor?: {
8895
9198
  id: string;
8896
9199
  address: string | null;
@@ -8910,12 +9213,14 @@ export declare const lineContract: {
8910
9213
  accessToken?: string | undefined;
8911
9214
  channelSecret?: string | undefined;
8912
9215
  additionalCredentials?: any;
9216
+ lineRichMenuId?: string | null | undefined;
8913
9217
  };
8914
9218
  status: boolean;
8915
9219
  brandName: string;
8916
9220
  platformId: string;
8917
9221
  connectedUserName?: string | null | undefined;
8918
9222
  connectedUserId?: string | null | undefined;
9223
+ lineRichMenuId?: string | null | undefined;
8919
9224
  actor?: {
8920
9225
  id: string;
8921
9226
  address: string | null;
@@ -8936,12 +9241,14 @@ export declare const lineContract: {
8936
9241
  accessToken?: string | undefined;
8937
9242
  channelSecret?: string | undefined;
8938
9243
  additionalCredentials?: any;
9244
+ lineRichMenuId?: string | null | undefined;
8939
9245
  };
8940
9246
  status: boolean;
8941
9247
  brandName: string;
8942
9248
  platformId: string;
8943
9249
  connectedUserName?: string | null | undefined;
8944
9250
  connectedUserId?: string | null | undefined;
9251
+ lineRichMenuId?: string | null | undefined;
8945
9252
  actor?: {
8946
9253
  id: string;
8947
9254
  address: string | null;
@@ -8998,24 +9305,28 @@ export declare const lineContract: {
8998
9305
  accessToken: z.ZodOptional<z.ZodString>;
8999
9306
  channelSecret: z.ZodOptional<z.ZodString>;
9000
9307
  additionalCredentials: z.ZodOptional<z.ZodAny>;
9308
+ lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
9001
9309
  }, "strip", z.ZodTypeAny, {
9002
9310
  id: string;
9003
9311
  name: string;
9004
9312
  accessToken?: string | undefined;
9005
9313
  channelSecret?: string | undefined;
9006
9314
  additionalCredentials?: any;
9315
+ lineRichMenuId?: string | null | undefined;
9007
9316
  }, {
9008
9317
  id: string;
9009
9318
  name: string;
9010
9319
  accessToken?: string | undefined;
9011
9320
  channelSecret?: string | undefined;
9012
9321
  additionalCredentials?: any;
9322
+ lineRichMenuId?: string | null | undefined;
9013
9323
  }>;
9014
9324
  platformId: z.ZodString;
9015
9325
  brandName: z.ZodString;
9016
9326
  status: z.ZodUnion<[z.ZodLiteral<true>, z.ZodLiteral<false>]>;
9017
9327
  connectedUserName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
9018
9328
  connectedUserId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
9329
+ lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
9019
9330
  actor: z.ZodOptional<z.ZodObject<{
9020
9331
  id: z.ZodString;
9021
9332
  name: z.ZodString;
@@ -9045,12 +9356,14 @@ export declare const lineContract: {
9045
9356
  accessToken?: string | undefined;
9046
9357
  channelSecret?: string | undefined;
9047
9358
  additionalCredentials?: any;
9359
+ lineRichMenuId?: string | null | undefined;
9048
9360
  };
9049
9361
  status: boolean;
9050
9362
  brandName: string;
9051
9363
  platformId: string;
9052
9364
  connectedUserName?: string | null | undefined;
9053
9365
  connectedUserId?: string | null | undefined;
9366
+ lineRichMenuId?: string | null | undefined;
9054
9367
  actor?: {
9055
9368
  id: string;
9056
9369
  address: string | null;
@@ -9068,12 +9381,14 @@ export declare const lineContract: {
9068
9381
  accessToken?: string | undefined;
9069
9382
  channelSecret?: string | undefined;
9070
9383
  additionalCredentials?: any;
9384
+ lineRichMenuId?: string | null | undefined;
9071
9385
  };
9072
9386
  status: boolean;
9073
9387
  brandName: string;
9074
9388
  platformId: string;
9075
9389
  connectedUserName?: string | null | undefined;
9076
9390
  connectedUserId?: string | null | undefined;
9391
+ lineRichMenuId?: string | null | undefined;
9077
9392
  actor?: {
9078
9393
  id: string;
9079
9394
  address: string | null;
@@ -9093,12 +9408,14 @@ export declare const lineContract: {
9093
9408
  accessToken?: string | undefined;
9094
9409
  channelSecret?: string | undefined;
9095
9410
  additionalCredentials?: any;
9411
+ lineRichMenuId?: string | null | undefined;
9096
9412
  };
9097
9413
  status: boolean;
9098
9414
  brandName: string;
9099
9415
  platformId: string;
9100
9416
  connectedUserName?: string | null | undefined;
9101
9417
  connectedUserId?: string | null | undefined;
9418
+ lineRichMenuId?: string | null | undefined;
9102
9419
  actor?: {
9103
9420
  id: string;
9104
9421
  address: string | null;
@@ -9119,12 +9436,14 @@ export declare const lineContract: {
9119
9436
  accessToken?: string | undefined;
9120
9437
  channelSecret?: string | undefined;
9121
9438
  additionalCredentials?: any;
9439
+ lineRichMenuId?: string | null | undefined;
9122
9440
  };
9123
9441
  status: boolean;
9124
9442
  brandName: string;
9125
9443
  platformId: string;
9126
9444
  connectedUserName?: string | null | undefined;
9127
9445
  connectedUserId?: string | null | undefined;
9446
+ lineRichMenuId?: string | null | undefined;
9128
9447
  actor?: {
9129
9448
  id: string;
9130
9449
  address: string | null;
@@ -9181,24 +9500,28 @@ export declare const lineContract: {
9181
9500
  accessToken: z.ZodOptional<z.ZodString>;
9182
9501
  channelSecret: z.ZodOptional<z.ZodString>;
9183
9502
  additionalCredentials: z.ZodOptional<z.ZodAny>;
9503
+ lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
9184
9504
  }, "strip", z.ZodTypeAny, {
9185
9505
  id: string;
9186
9506
  name: string;
9187
9507
  accessToken?: string | undefined;
9188
9508
  channelSecret?: string | undefined;
9189
9509
  additionalCredentials?: any;
9510
+ lineRichMenuId?: string | null | undefined;
9190
9511
  }, {
9191
9512
  id: string;
9192
9513
  name: string;
9193
9514
  accessToken?: string | undefined;
9194
9515
  channelSecret?: string | undefined;
9195
9516
  additionalCredentials?: any;
9517
+ lineRichMenuId?: string | null | undefined;
9196
9518
  }>;
9197
9519
  platformId: z.ZodString;
9198
9520
  brandName: z.ZodString;
9199
9521
  status: z.ZodUnion<[z.ZodLiteral<true>, z.ZodLiteral<false>]>;
9200
9522
  connectedUserName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
9201
9523
  connectedUserId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
9524
+ lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
9202
9525
  actor: z.ZodOptional<z.ZodObject<{
9203
9526
  id: z.ZodString;
9204
9527
  name: z.ZodString;
@@ -9228,12 +9551,14 @@ export declare const lineContract: {
9228
9551
  accessToken?: string | undefined;
9229
9552
  channelSecret?: string | undefined;
9230
9553
  additionalCredentials?: any;
9554
+ lineRichMenuId?: string | null | undefined;
9231
9555
  };
9232
9556
  status: boolean;
9233
9557
  brandName: string;
9234
9558
  platformId: string;
9235
9559
  connectedUserName?: string | null | undefined;
9236
9560
  connectedUserId?: string | null | undefined;
9561
+ lineRichMenuId?: string | null | undefined;
9237
9562
  actor?: {
9238
9563
  id: string;
9239
9564
  address: string | null;
@@ -9251,12 +9576,14 @@ export declare const lineContract: {
9251
9576
  accessToken?: string | undefined;
9252
9577
  channelSecret?: string | undefined;
9253
9578
  additionalCredentials?: any;
9579
+ lineRichMenuId?: string | null | undefined;
9254
9580
  };
9255
9581
  status: boolean;
9256
9582
  brandName: string;
9257
9583
  platformId: string;
9258
9584
  connectedUserName?: string | null | undefined;
9259
9585
  connectedUserId?: string | null | undefined;
9586
+ lineRichMenuId?: string | null | undefined;
9260
9587
  actor?: {
9261
9588
  id: string;
9262
9589
  address: string | null;
@@ -9276,12 +9603,14 @@ export declare const lineContract: {
9276
9603
  accessToken?: string | undefined;
9277
9604
  channelSecret?: string | undefined;
9278
9605
  additionalCredentials?: any;
9606
+ lineRichMenuId?: string | null | undefined;
9279
9607
  };
9280
9608
  status: boolean;
9281
9609
  brandName: string;
9282
9610
  platformId: string;
9283
9611
  connectedUserName?: string | null | undefined;
9284
9612
  connectedUserId?: string | null | undefined;
9613
+ lineRichMenuId?: string | null | undefined;
9285
9614
  actor?: {
9286
9615
  id: string;
9287
9616
  address: string | null;
@@ -9302,12 +9631,14 @@ export declare const lineContract: {
9302
9631
  accessToken?: string | undefined;
9303
9632
  channelSecret?: string | undefined;
9304
9633
  additionalCredentials?: any;
9634
+ lineRichMenuId?: string | null | undefined;
9305
9635
  };
9306
9636
  status: boolean;
9307
9637
  brandName: string;
9308
9638
  platformId: string;
9309
9639
  connectedUserName?: string | null | undefined;
9310
9640
  connectedUserId?: string | null | undefined;
9641
+ lineRichMenuId?: string | null | undefined;
9311
9642
  actor?: {
9312
9643
  id: string;
9313
9644
  address: string | null;
@@ -9341,5 +9672,38 @@ export declare const lineContract: {
9341
9672
  };
9342
9673
  path: "/delete/:channelId";
9343
9674
  };
9675
+ createUserLevelRichMenu: {
9676
+ body: z.ZodObject<{
9677
+ linePlatformUserId: z.ZodString;
9678
+ channelId: z.ZodString;
9679
+ }, "strip", z.ZodTypeAny, {
9680
+ channelId: string;
9681
+ linePlatformUserId: string;
9682
+ }, {
9683
+ channelId: string;
9684
+ linePlatformUserId: string;
9685
+ }>;
9686
+ method: "POST";
9687
+ responses: {
9688
+ 200: z.ZodObject<{
9689
+ requestId: z.ZodString;
9690
+ }, "strip", z.ZodTypeAny, {
9691
+ requestId: string;
9692
+ }, {
9693
+ requestId: string;
9694
+ }>;
9695
+ 500: z.ZodObject<{
9696
+ message: z.ZodString;
9697
+ error: z.ZodAny;
9698
+ }, "strip", z.ZodTypeAny, {
9699
+ message: string;
9700
+ error?: any;
9701
+ }, {
9702
+ message: string;
9703
+ error?: any;
9704
+ }>;
9705
+ };
9706
+ path: "/create-user-level-rich-menu";
9707
+ };
9344
9708
  };
9345
9709
  //# sourceMappingURL=index.d.ts.map