@kl1/contracts 1.3.34 → 1.3.36

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 (78) hide show
  1. package/dist/api-contracts/src/automation-queue/index.d.ts +3 -0
  2. package/dist/api-contracts/src/automation-queue/index.d.ts.map +1 -1
  3. package/dist/api-contracts/src/botpress/index.d.ts +2 -2
  4. package/dist/api-contracts/src/channel/index.d.ts +1570 -28
  5. package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
  6. package/dist/api-contracts/src/channel/schema.d.ts +44 -0
  7. package/dist/api-contracts/src/channel/schema.d.ts.map +1 -1
  8. package/dist/api-contracts/src/channel/validation.d.ts +65 -0
  9. package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
  10. package/dist/api-contracts/src/chat/index.d.ts +1285 -211
  11. package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
  12. package/dist/api-contracts/src/chat/schema.d.ts +312 -63
  13. package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
  14. package/dist/api-contracts/src/chat/validation.d.ts +455 -69
  15. package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
  16. package/dist/api-contracts/src/contract.d.ts +8805 -2879
  17. package/dist/api-contracts/src/contract.d.ts.map +1 -1
  18. package/dist/api-contracts/src/cx-log/index.d.ts +62 -1
  19. package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
  20. package/dist/api-contracts/src/cx-log/schema.d.ts +46 -1
  21. package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
  22. package/dist/api-contracts/src/cx-log/validation.d.ts +3 -0
  23. package/dist/api-contracts/src/cx-log/validation.d.ts.map +1 -1
  24. package/dist/api-contracts/src/dashboard/index.d.ts +960 -30
  25. package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
  26. package/dist/api-contracts/src/dashboard/schema.d.ts +167 -9
  27. package/dist/api-contracts/src/dashboard/schema.d.ts.map +1 -1
  28. package/dist/api-contracts/src/dashboard/validation.d.ts +30 -1
  29. package/dist/api-contracts/src/dashboard/validation.d.ts.map +1 -1
  30. package/dist/api-contracts/src/export/index.d.ts +2 -0
  31. package/dist/api-contracts/src/export/index.d.ts.map +1 -1
  32. package/dist/api-contracts/src/export/validation.d.ts +3 -0
  33. package/dist/api-contracts/src/export/validation.d.ts.map +1 -0
  34. package/dist/api-contracts/src/facebook-feed/index.d.ts +561 -53
  35. package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
  36. package/dist/api-contracts/src/facebook-feed/schema.d.ts +37 -3
  37. package/dist/api-contracts/src/facebook-feed/schema.d.ts.map +1 -1
  38. package/dist/api-contracts/src/facebook-feed/validation.d.ts +26 -0
  39. package/dist/api-contracts/src/facebook-feed/validation.d.ts.map +1 -1
  40. package/dist/api-contracts/src/index.d.ts +2 -0
  41. package/dist/api-contracts/src/index.d.ts.map +1 -1
  42. package/dist/api-contracts/src/instagram/index.d.ts +439 -41
  43. package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
  44. package/dist/api-contracts/src/line/index.d.ts +402 -48
  45. package/dist/api-contracts/src/line/index.d.ts.map +1 -1
  46. package/dist/api-contracts/src/line/validation.d.ts +49 -7
  47. package/dist/api-contracts/src/line/validation.d.ts.map +1 -1
  48. package/dist/api-contracts/src/messenger/index.d.ts +439 -41
  49. package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
  50. package/dist/api-contracts/src/messenger/validation.d.ts +26 -0
  51. package/dist/api-contracts/src/messenger/validation.d.ts.map +1 -1
  52. package/dist/api-contracts/src/presence-status/index.d.ts +1 -421
  53. package/dist/api-contracts/src/presence-status/index.d.ts.map +1 -1
  54. package/dist/api-contracts/src/presence-status/schema.d.ts +0 -369
  55. package/dist/api-contracts/src/presence-status/schema.d.ts.map +1 -1
  56. package/dist/api-contracts/src/sms/index.d.ts +185 -7
  57. package/dist/api-contracts/src/sms/index.d.ts.map +1 -1
  58. package/dist/api-contracts/src/telegram/index.d.ts +327 -41
  59. package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
  60. package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +0 -430
  61. package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts.map +1 -1
  62. package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +0 -3
  63. package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts.map +1 -1
  64. package/dist/api-contracts/src/telephony-agent-presence-status/validation.d.ts +0 -3
  65. package/dist/api-contracts/src/telephony-agent-presence-status/validation.d.ts.map +1 -1
  66. package/dist/api-contracts/src/viber/index.d.ts +327 -41
  67. package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
  68. package/dist/api-contracts/src/webchat/index.d.ts +327 -41
  69. package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
  70. package/dist/api-contracts/src/whatsapp/index.d.ts +379 -41
  71. package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
  72. package/dist/api-contracts/src/workflow-rule/index.d.ts +151 -17
  73. package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
  74. package/dist/index.js +642 -321
  75. package/dist/index.js.map +1 -1
  76. package/dist/index.mjs +640 -321
  77. package/dist/index.mjs.map +1 -1
  78. package/package.json +1 -1
@@ -14,7 +14,7 @@ export declare const whatsappContract: {
14
14
  lastMessage: z.ZodOptional<z.ZodString>;
15
15
  handleTime: z.ZodOptional<z.ZodNumber>;
16
16
  isLatest: z.ZodBoolean;
17
- direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
17
+ direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
18
18
  metadata: z.ZodOptional<z.ZodAny>;
19
19
  createdAt: z.ZodString;
20
20
  updatedAt: z.ZodString;
@@ -196,6 +196,16 @@ export declare const whatsappContract: {
196
196
  mobileNumber: string;
197
197
  apiSecret: string;
198
198
  }>>;
199
+ line: z.ZodOptional<z.ZodObject<{
200
+ channelId: z.ZodString;
201
+ channelSecret: z.ZodString;
202
+ }, "strip", z.ZodTypeAny, {
203
+ channelId: string;
204
+ channelSecret: string;
205
+ }, {
206
+ channelId: string;
207
+ channelSecret: string;
208
+ }>>;
199
209
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
200
210
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
201
211
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
@@ -226,6 +236,10 @@ export declare const whatsappContract: {
226
236
  mobileNumber: string;
227
237
  apiSecret: string;
228
238
  } | undefined;
239
+ line?: {
240
+ channelId: string;
241
+ channelSecret: string;
242
+ } | undefined;
229
243
  lineRichMenuId?: string | null | undefined;
230
244
  messengerIntegrationType?: "own" | "business" | undefined;
231
245
  facebookFeedIntegrationType?: "own" | "business" | undefined;
@@ -256,6 +270,10 @@ export declare const whatsappContract: {
256
270
  mobileNumber: string;
257
271
  apiSecret: string;
258
272
  } | undefined;
273
+ line?: {
274
+ channelId: string;
275
+ channelSecret: string;
276
+ } | undefined;
259
277
  lineRichMenuId?: string | null | undefined;
260
278
  messengerIntegrationType?: "own" | "business" | undefined;
261
279
  facebookFeedIntegrationType?: "own" | "business" | undefined;
@@ -316,6 +334,10 @@ export declare const whatsappContract: {
316
334
  mobileNumber: string;
317
335
  apiSecret: string;
318
336
  } | undefined;
337
+ line?: {
338
+ channelId: string;
339
+ channelSecret: string;
340
+ } | undefined;
319
341
  lineRichMenuId?: string | null | undefined;
320
342
  messengerIntegrationType?: "own" | "business" | undefined;
321
343
  facebookFeedIntegrationType?: "own" | "business" | undefined;
@@ -364,6 +386,10 @@ export declare const whatsappContract: {
364
386
  mobileNumber: string;
365
387
  apiSecret: string;
366
388
  } | undefined;
389
+ line?: {
390
+ channelId: string;
391
+ channelSecret: string;
392
+ } | undefined;
367
393
  lineRichMenuId?: string | null | undefined;
368
394
  messengerIntegrationType?: "own" | "business" | undefined;
369
395
  facebookFeedIntegrationType?: "own" | "business" | undefined;
@@ -417,6 +443,10 @@ export declare const whatsappContract: {
417
443
  mobileNumber: string;
418
444
  apiSecret: string;
419
445
  } | undefined;
446
+ line?: {
447
+ channelId: string;
448
+ channelSecret: string;
449
+ } | undefined;
420
450
  lineRichMenuId?: string | null | undefined;
421
451
  messengerIntegrationType?: "own" | "business" | undefined;
422
452
  facebookFeedIntegrationType?: "own" | "business" | undefined;
@@ -509,6 +539,10 @@ export declare const whatsappContract: {
509
539
  mobileNumber: string;
510
540
  apiSecret: string;
511
541
  } | undefined;
542
+ line?: {
543
+ channelId: string;
544
+ channelSecret: string;
545
+ } | undefined;
512
546
  lineRichMenuId?: string | null | undefined;
513
547
  messengerIntegrationType?: "own" | "business" | undefined;
514
548
  facebookFeedIntegrationType?: "own" | "business" | undefined;
@@ -573,8 +607,8 @@ export declare const whatsappContract: {
573
607
  message: z.ZodObject<{
574
608
  id: z.ZodOptional<z.ZodString>;
575
609
  message: z.ZodOptional<z.ZodString>;
576
- direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
577
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "referral", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
610
+ direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
611
+ type: z.ZodUnion<[z.ZodLiteral<string>, z.ZodLiteral<string>, ...z.ZodLiteral<string>[]]>;
578
612
  readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
579
613
  metadata: z.ZodOptional<z.ZodAny>;
580
614
  platformId: z.ZodOptional<z.ZodString>;
@@ -630,7 +664,7 @@ export declare const whatsappContract: {
630
664
  editedAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
631
665
  label: z.ZodOptional<z.ZodString>;
632
666
  }, "strip", z.ZodTypeAny, {
633
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
667
+ type: string;
634
668
  direction: "incoming" | "outgoing" | "system";
635
669
  id?: string | undefined;
636
670
  message?: string | undefined;
@@ -665,7 +699,7 @@ export declare const whatsappContract: {
665
699
  editedAt?: string | Date | null | undefined;
666
700
  label?: string | undefined;
667
701
  }, {
668
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
702
+ type: string;
669
703
  direction: "incoming" | "outgoing" | "system";
670
704
  id?: string | undefined;
671
705
  message?: string | undefined;
@@ -702,7 +736,7 @@ export declare const whatsappContract: {
702
736
  }>;
703
737
  }, "strip", z.ZodTypeAny, {
704
738
  message: {
705
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
739
+ type: string;
706
740
  direction: "incoming" | "outgoing" | "system";
707
741
  id?: string | undefined;
708
742
  message?: string | undefined;
@@ -769,6 +803,10 @@ export declare const whatsappContract: {
769
803
  mobileNumber: string;
770
804
  apiSecret: string;
771
805
  } | undefined;
806
+ line?: {
807
+ channelId: string;
808
+ channelSecret: string;
809
+ } | undefined;
772
810
  lineRichMenuId?: string | null | undefined;
773
811
  messengerIntegrationType?: "own" | "business" | undefined;
774
812
  facebookFeedIntegrationType?: "own" | "business" | undefined;
@@ -833,7 +871,7 @@ export declare const whatsappContract: {
833
871
  isBot: boolean | null;
834
872
  }, {
835
873
  message: {
836
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
874
+ type: string;
837
875
  direction: "incoming" | "outgoing" | "system";
838
876
  id?: string | undefined;
839
877
  message?: string | undefined;
@@ -900,6 +938,10 @@ export declare const whatsappContract: {
900
938
  mobileNumber: string;
901
939
  apiSecret: string;
902
940
  } | undefined;
941
+ line?: {
942
+ channelId: string;
943
+ channelSecret: string;
944
+ } | undefined;
903
945
  lineRichMenuId?: string | null | undefined;
904
946
  messengerIntegrationType?: "own" | "business" | undefined;
905
947
  facebookFeedIntegrationType?: "own" | "business" | undefined;
@@ -968,11 +1010,11 @@ export declare const whatsappContract: {
968
1010
  200: z.ZodObject<{
969
1011
  requestId: z.ZodString;
970
1012
  data: z.ZodObject<{
971
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "referral", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
1013
+ type: z.ZodUnion<[z.ZodLiteral<string>, z.ZodLiteral<string>, ...z.ZodLiteral<string>[]]>;
972
1014
  message: z.ZodString;
973
1015
  id: z.ZodString;
974
1016
  url: z.ZodString;
975
- direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
1017
+ direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
976
1018
  label: z.ZodOptional<z.ZodString>;
977
1019
  template: z.ZodAny;
978
1020
  metadata: z.ZodAny;
@@ -1437,7 +1479,7 @@ export declare const whatsappContract: {
1437
1479
  firstResponseTime: z.ZodNumber;
1438
1480
  isLatest: z.ZodBoolean;
1439
1481
  isBotRoom: z.ZodBoolean;
1440
- direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
1482
+ direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
1441
1483
  platformContact: z.ZodObject<{
1442
1484
  id: z.ZodString;
1443
1485
  createdAt: z.ZodDate;
@@ -2961,6 +3003,16 @@ export declare const whatsappContract: {
2961
3003
  mobileNumber: string;
2962
3004
  apiSecret: string;
2963
3005
  }>>;
3006
+ line: z.ZodOptional<z.ZodObject<{
3007
+ channelId: z.ZodString;
3008
+ channelSecret: z.ZodString;
3009
+ }, "strip", z.ZodTypeAny, {
3010
+ channelId: string;
3011
+ channelSecret: string;
3012
+ }, {
3013
+ channelId: string;
3014
+ channelSecret: string;
3015
+ }>>;
2964
3016
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2965
3017
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
2966
3018
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
@@ -2991,6 +3043,10 @@ export declare const whatsappContract: {
2991
3043
  mobileNumber: string;
2992
3044
  apiSecret: string;
2993
3045
  } | undefined;
3046
+ line?: {
3047
+ channelId: string;
3048
+ channelSecret: string;
3049
+ } | undefined;
2994
3050
  lineRichMenuId?: string | null | undefined;
2995
3051
  messengerIntegrationType?: "own" | "business" | undefined;
2996
3052
  facebookFeedIntegrationType?: "own" | "business" | undefined;
@@ -3021,6 +3077,10 @@ export declare const whatsappContract: {
3021
3077
  mobileNumber: string;
3022
3078
  apiSecret: string;
3023
3079
  } | undefined;
3080
+ line?: {
3081
+ channelId: string;
3082
+ channelSecret: string;
3083
+ } | undefined;
3024
3084
  lineRichMenuId?: string | null | undefined;
3025
3085
  messengerIntegrationType?: "own" | "business" | undefined;
3026
3086
  facebookFeedIntegrationType?: "own" | "business" | undefined;
@@ -3285,6 +3345,10 @@ export declare const whatsappContract: {
3285
3345
  mobileNumber: string;
3286
3346
  apiSecret: string;
3287
3347
  } | undefined;
3348
+ line?: {
3349
+ channelId: string;
3350
+ channelSecret: string;
3351
+ } | undefined;
3288
3352
  lineRichMenuId?: string | null | undefined;
3289
3353
  messengerIntegrationType?: "own" | "business" | undefined;
3290
3354
  facebookFeedIntegrationType?: "own" | "business" | undefined;
@@ -3380,6 +3444,10 @@ export declare const whatsappContract: {
3380
3444
  mobileNumber: string;
3381
3445
  apiSecret: string;
3382
3446
  } | undefined;
3447
+ line?: {
3448
+ channelId: string;
3449
+ channelSecret: string;
3450
+ } | undefined;
3383
3451
  lineRichMenuId?: string | null | undefined;
3384
3452
  messengerIntegrationType?: "own" | "business" | undefined;
3385
3453
  facebookFeedIntegrationType?: "own" | "business" | undefined;
@@ -4039,6 +4107,10 @@ export declare const whatsappContract: {
4039
4107
  mobileNumber: string;
4040
4108
  apiSecret: string;
4041
4109
  } | undefined;
4110
+ line?: {
4111
+ channelId: string;
4112
+ channelSecret: string;
4113
+ } | undefined;
4042
4114
  lineRichMenuId?: string | null | undefined;
4043
4115
  messengerIntegrationType?: "own" | "business" | undefined;
4044
4116
  facebookFeedIntegrationType?: "own" | "business" | undefined;
@@ -4468,6 +4540,10 @@ export declare const whatsappContract: {
4468
4540
  mobileNumber: string;
4469
4541
  apiSecret: string;
4470
4542
  } | undefined;
4543
+ line?: {
4544
+ channelId: string;
4545
+ channelSecret: string;
4546
+ } | undefined;
4471
4547
  lineRichMenuId?: string | null | undefined;
4472
4548
  messengerIntegrationType?: "own" | "business" | undefined;
4473
4549
  facebookFeedIntegrationType?: "own" | "business" | undefined;
@@ -4903,8 +4979,8 @@ export declare const whatsappContract: {
4903
4979
  updatedAt: z.ZodDate;
4904
4980
  deletedAt: z.ZodNullable<z.ZodDate>;
4905
4981
  message: z.ZodString;
4906
- direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
4907
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "referral", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
4982
+ direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
4983
+ type: z.ZodUnion<[z.ZodLiteral<string>, z.ZodLiteral<string>, ...z.ZodLiteral<string>[]]>;
4908
4984
  readAt: z.ZodDate;
4909
4985
  metadata: z.ZodAny;
4910
4986
  platformId: z.ZodString;
@@ -5562,7 +5638,7 @@ export declare const whatsappContract: {
5562
5638
  };
5563
5639
  }>;
5564
5640
  }, "strip", z.ZodTypeAny, {
5565
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
5641
+ type: string;
5566
5642
  message: string;
5567
5643
  id: string;
5568
5644
  url: string;
@@ -5724,7 +5800,7 @@ export declare const whatsappContract: {
5724
5800
  metadata?: any;
5725
5801
  template?: any;
5726
5802
  }, {
5727
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
5803
+ type: string;
5728
5804
  message: string;
5729
5805
  id: string;
5730
5806
  url: string;
@@ -6097,8 +6173,8 @@ export declare const whatsappContract: {
6097
6173
  updatedAt: z.ZodDate;
6098
6174
  deletedAt: z.ZodNullable<z.ZodDate>;
6099
6175
  message: z.ZodString;
6100
- direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
6101
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "referral", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
6176
+ direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
6177
+ type: z.ZodUnion<[z.ZodLiteral<string>, z.ZodLiteral<string>, ...z.ZodLiteral<string>[]]>;
6102
6178
  readAt: z.ZodDate;
6103
6179
  metadata: z.ZodAny;
6104
6180
  platformId: z.ZodString;
@@ -6124,7 +6200,7 @@ export declare const whatsappContract: {
6124
6200
  firstResponseTime: z.ZodNumber;
6125
6201
  isLatest: z.ZodBoolean;
6126
6202
  isBotRoom: z.ZodBoolean;
6127
- direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
6203
+ direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
6128
6204
  platformContact: z.ZodObject<{
6129
6205
  id: z.ZodString;
6130
6206
  createdAt: z.ZodDate;
@@ -7648,6 +7724,16 @@ export declare const whatsappContract: {
7648
7724
  mobileNumber: string;
7649
7725
  apiSecret: string;
7650
7726
  }>>;
7727
+ line: z.ZodOptional<z.ZodObject<{
7728
+ channelId: z.ZodString;
7729
+ channelSecret: z.ZodString;
7730
+ }, "strip", z.ZodTypeAny, {
7731
+ channelId: string;
7732
+ channelSecret: string;
7733
+ }, {
7734
+ channelId: string;
7735
+ channelSecret: string;
7736
+ }>>;
7651
7737
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
7652
7738
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
7653
7739
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
@@ -7678,6 +7764,10 @@ export declare const whatsappContract: {
7678
7764
  mobileNumber: string;
7679
7765
  apiSecret: string;
7680
7766
  } | undefined;
7767
+ line?: {
7768
+ channelId: string;
7769
+ channelSecret: string;
7770
+ } | undefined;
7681
7771
  lineRichMenuId?: string | null | undefined;
7682
7772
  messengerIntegrationType?: "own" | "business" | undefined;
7683
7773
  facebookFeedIntegrationType?: "own" | "business" | undefined;
@@ -7708,6 +7798,10 @@ export declare const whatsappContract: {
7708
7798
  mobileNumber: string;
7709
7799
  apiSecret: string;
7710
7800
  } | undefined;
7801
+ line?: {
7802
+ channelId: string;
7803
+ channelSecret: string;
7804
+ } | undefined;
7711
7805
  lineRichMenuId?: string | null | undefined;
7712
7806
  messengerIntegrationType?: "own" | "business" | undefined;
7713
7807
  facebookFeedIntegrationType?: "own" | "business" | undefined;
@@ -7972,6 +8066,10 @@ export declare const whatsappContract: {
7972
8066
  mobileNumber: string;
7973
8067
  apiSecret: string;
7974
8068
  } | undefined;
8069
+ line?: {
8070
+ channelId: string;
8071
+ channelSecret: string;
8072
+ } | undefined;
7975
8073
  lineRichMenuId?: string | null | undefined;
7976
8074
  messengerIntegrationType?: "own" | "business" | undefined;
7977
8075
  facebookFeedIntegrationType?: "own" | "business" | undefined;
@@ -8067,6 +8165,10 @@ export declare const whatsappContract: {
8067
8165
  mobileNumber: string;
8068
8166
  apiSecret: string;
8069
8167
  } | undefined;
8168
+ line?: {
8169
+ channelId: string;
8170
+ channelSecret: string;
8171
+ } | undefined;
8070
8172
  lineRichMenuId?: string | null | undefined;
8071
8173
  messengerIntegrationType?: "own" | "business" | undefined;
8072
8174
  facebookFeedIntegrationType?: "own" | "business" | undefined;
@@ -8726,6 +8828,10 @@ export declare const whatsappContract: {
8726
8828
  mobileNumber: string;
8727
8829
  apiSecret: string;
8728
8830
  } | undefined;
8831
+ line?: {
8832
+ channelId: string;
8833
+ channelSecret: string;
8834
+ } | undefined;
8729
8835
  lineRichMenuId?: string | null | undefined;
8730
8836
  messengerIntegrationType?: "own" | "business" | undefined;
8731
8837
  facebookFeedIntegrationType?: "own" | "business" | undefined;
@@ -9155,6 +9261,10 @@ export declare const whatsappContract: {
9155
9261
  mobileNumber: string;
9156
9262
  apiSecret: string;
9157
9263
  } | undefined;
9264
+ line?: {
9265
+ channelId: string;
9266
+ channelSecret: string;
9267
+ } | undefined;
9158
9268
  lineRichMenuId?: string | null | undefined;
9159
9269
  messengerIntegrationType?: "own" | "business" | undefined;
9160
9270
  facebookFeedIntegrationType?: "own" | "business" | undefined;
@@ -9593,8 +9703,8 @@ export declare const whatsappContract: {
9593
9703
  updatedAt: z.ZodDate;
9594
9704
  deletedAt: z.ZodNullable<z.ZodDate>;
9595
9705
  message: z.ZodString;
9596
- direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
9597
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "referral", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
9706
+ direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
9707
+ type: z.ZodUnion<[z.ZodLiteral<string>, z.ZodLiteral<string>, ...z.ZodLiteral<string>[]]>;
9598
9708
  readAt: z.ZodDate;
9599
9709
  metadata: z.ZodAny;
9600
9710
  platformId: z.ZodString;
@@ -10252,7 +10362,7 @@ export declare const whatsappContract: {
10252
10362
  };
10253
10363
  }>;
10254
10364
  }, "strip", z.ZodTypeAny, {
10255
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
10365
+ type: string;
10256
10366
  message: string;
10257
10367
  id: string;
10258
10368
  url: string;
@@ -10414,7 +10524,7 @@ export declare const whatsappContract: {
10414
10524
  metadata?: any;
10415
10525
  template?: any;
10416
10526
  }, {
10417
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
10527
+ type: string;
10418
10528
  message: string;
10419
10529
  id: string;
10420
10530
  url: string;
@@ -11216,7 +11326,7 @@ export declare const whatsappContract: {
11216
11326
  editedMessageid: z.ZodString;
11217
11327
  label: z.ZodOptional<z.ZodString>;
11218
11328
  }, "strip", z.ZodTypeAny, {
11219
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
11329
+ type: string;
11220
11330
  message: string;
11221
11331
  id: string;
11222
11332
  url: string;
@@ -11357,6 +11467,10 @@ export declare const whatsappContract: {
11357
11467
  mobileNumber: string;
11358
11468
  apiSecret: string;
11359
11469
  } | undefined;
11470
+ line?: {
11471
+ channelId: string;
11472
+ channelSecret: string;
11473
+ } | undefined;
11360
11474
  lineRichMenuId?: string | null | undefined;
11361
11475
  messengerIntegrationType?: "own" | "business" | undefined;
11362
11476
  facebookFeedIntegrationType?: "own" | "business" | undefined;
@@ -11771,7 +11885,7 @@ export declare const whatsappContract: {
11771
11885
  previewUrl: string;
11772
11886
  imageSetId: string;
11773
11887
  repliedMessage: {
11774
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
11888
+ type: string;
11775
11889
  message: string;
11776
11890
  id: string;
11777
11891
  url: string;
@@ -11982,7 +12096,7 @@ export declare const whatsappContract: {
11982
12096
  template?: any;
11983
12097
  label?: string | undefined;
11984
12098
  }, {
11985
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
12099
+ type: string;
11986
12100
  message: string;
11987
12101
  id: string;
11988
12102
  url: string;
@@ -12123,6 +12237,10 @@ export declare const whatsappContract: {
12123
12237
  mobileNumber: string;
12124
12238
  apiSecret: string;
12125
12239
  } | undefined;
12240
+ line?: {
12241
+ channelId: string;
12242
+ channelSecret: string;
12243
+ } | undefined;
12126
12244
  lineRichMenuId?: string | null | undefined;
12127
12245
  messengerIntegrationType?: "own" | "business" | undefined;
12128
12246
  facebookFeedIntegrationType?: "own" | "business" | undefined;
@@ -12537,7 +12655,7 @@ export declare const whatsappContract: {
12537
12655
  previewUrl: string;
12538
12656
  imageSetId: string;
12539
12657
  repliedMessage: {
12540
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
12658
+ type: string;
12541
12659
  message: string;
12542
12660
  id: string;
12543
12661
  url: string;
@@ -12749,7 +12867,7 @@ export declare const whatsappContract: {
12749
12867
  label?: string | undefined;
12750
12868
  }>>>;
12751
12869
  }, "strip", z.ZodTypeAny, {
12752
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
12870
+ type: string;
12753
12871
  message: string;
12754
12872
  id: string;
12755
12873
  url: string;
@@ -12890,6 +13008,10 @@ export declare const whatsappContract: {
12890
13008
  mobileNumber: string;
12891
13009
  apiSecret: string;
12892
13010
  } | undefined;
13011
+ line?: {
13012
+ channelId: string;
13013
+ channelSecret: string;
13014
+ } | undefined;
12893
13015
  lineRichMenuId?: string | null | undefined;
12894
13016
  messengerIntegrationType?: "own" | "business" | undefined;
12895
13017
  facebookFeedIntegrationType?: "own" | "business" | undefined;
@@ -13304,7 +13426,7 @@ export declare const whatsappContract: {
13304
13426
  previewUrl: string;
13305
13427
  imageSetId: string;
13306
13428
  repliedMessage: {
13307
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
13429
+ type: string;
13308
13430
  message: string;
13309
13431
  id: string;
13310
13432
  url: string;
@@ -13515,7 +13637,7 @@ export declare const whatsappContract: {
13515
13637
  template?: any;
13516
13638
  metadata?: any;
13517
13639
  fromMessage?: {
13518
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
13640
+ type: string;
13519
13641
  message: string;
13520
13642
  id: string;
13521
13643
  url: string;
@@ -13656,6 +13778,10 @@ export declare const whatsappContract: {
13656
13778
  mobileNumber: string;
13657
13779
  apiSecret: string;
13658
13780
  } | undefined;
13781
+ line?: {
13782
+ channelId: string;
13783
+ channelSecret: string;
13784
+ } | undefined;
13659
13785
  lineRichMenuId?: string | null | undefined;
13660
13786
  messengerIntegrationType?: "own" | "business" | undefined;
13661
13787
  facebookFeedIntegrationType?: "own" | "business" | undefined;
@@ -14070,7 +14196,7 @@ export declare const whatsappContract: {
14070
14196
  previewUrl: string;
14071
14197
  imageSetId: string;
14072
14198
  repliedMessage: {
14073
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
14199
+ type: string;
14074
14200
  message: string;
14075
14201
  id: string;
14076
14202
  url: string;
@@ -14282,7 +14408,7 @@ export declare const whatsappContract: {
14282
14408
  label?: string | undefined;
14283
14409
  } | null | undefined;
14284
14410
  }, {
14285
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
14411
+ type: string;
14286
14412
  message: string;
14287
14413
  id: string;
14288
14414
  url: string;
@@ -14423,6 +14549,10 @@ export declare const whatsappContract: {
14423
14549
  mobileNumber: string;
14424
14550
  apiSecret: string;
14425
14551
  } | undefined;
14552
+ line?: {
14553
+ channelId: string;
14554
+ channelSecret: string;
14555
+ } | undefined;
14426
14556
  lineRichMenuId?: string | null | undefined;
14427
14557
  messengerIntegrationType?: "own" | "business" | undefined;
14428
14558
  facebookFeedIntegrationType?: "own" | "business" | undefined;
@@ -14837,7 +14967,7 @@ export declare const whatsappContract: {
14837
14967
  previewUrl: string;
14838
14968
  imageSetId: string;
14839
14969
  repliedMessage: {
14840
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
14970
+ type: string;
14841
14971
  message: string;
14842
14972
  id: string;
14843
14973
  url: string;
@@ -15048,7 +15178,7 @@ export declare const whatsappContract: {
15048
15178
  template?: any;
15049
15179
  metadata?: any;
15050
15180
  fromMessage?: {
15051
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
15181
+ type: string;
15052
15182
  message: string;
15053
15183
  id: string;
15054
15184
  url: string;
@@ -15189,6 +15319,10 @@ export declare const whatsappContract: {
15189
15319
  mobileNumber: string;
15190
15320
  apiSecret: string;
15191
15321
  } | undefined;
15322
+ line?: {
15323
+ channelId: string;
15324
+ channelSecret: string;
15325
+ } | undefined;
15192
15326
  lineRichMenuId?: string | null | undefined;
15193
15327
  messengerIntegrationType?: "own" | "business" | undefined;
15194
15328
  facebookFeedIntegrationType?: "own" | "business" | undefined;
@@ -15603,7 +15737,7 @@ export declare const whatsappContract: {
15603
15737
  previewUrl: string;
15604
15738
  imageSetId: string;
15605
15739
  repliedMessage: {
15606
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
15740
+ type: string;
15607
15741
  message: string;
15608
15742
  id: string;
15609
15743
  url: string;
@@ -15817,7 +15951,7 @@ export declare const whatsappContract: {
15817
15951
  }>;
15818
15952
  }, "strip", z.ZodTypeAny, {
15819
15953
  data: {
15820
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
15954
+ type: string;
15821
15955
  message: string;
15822
15956
  id: string;
15823
15957
  url: string;
@@ -15958,6 +16092,10 @@ export declare const whatsappContract: {
15958
16092
  mobileNumber: string;
15959
16093
  apiSecret: string;
15960
16094
  } | undefined;
16095
+ line?: {
16096
+ channelId: string;
16097
+ channelSecret: string;
16098
+ } | undefined;
15961
16099
  lineRichMenuId?: string | null | undefined;
15962
16100
  messengerIntegrationType?: "own" | "business" | undefined;
15963
16101
  facebookFeedIntegrationType?: "own" | "business" | undefined;
@@ -16372,7 +16510,7 @@ export declare const whatsappContract: {
16372
16510
  previewUrl: string;
16373
16511
  imageSetId: string;
16374
16512
  repliedMessage: {
16375
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
16513
+ type: string;
16376
16514
  message: string;
16377
16515
  id: string;
16378
16516
  url: string;
@@ -16583,7 +16721,7 @@ export declare const whatsappContract: {
16583
16721
  template?: any;
16584
16722
  metadata?: any;
16585
16723
  fromMessage?: {
16586
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
16724
+ type: string;
16587
16725
  message: string;
16588
16726
  id: string;
16589
16727
  url: string;
@@ -16724,6 +16862,10 @@ export declare const whatsappContract: {
16724
16862
  mobileNumber: string;
16725
16863
  apiSecret: string;
16726
16864
  } | undefined;
16865
+ line?: {
16866
+ channelId: string;
16867
+ channelSecret: string;
16868
+ } | undefined;
16727
16869
  lineRichMenuId?: string | null | undefined;
16728
16870
  messengerIntegrationType?: "own" | "business" | undefined;
16729
16871
  facebookFeedIntegrationType?: "own" | "business" | undefined;
@@ -17138,7 +17280,7 @@ export declare const whatsappContract: {
17138
17280
  previewUrl: string;
17139
17281
  imageSetId: string;
17140
17282
  repliedMessage: {
17141
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
17283
+ type: string;
17142
17284
  message: string;
17143
17285
  id: string;
17144
17286
  url: string;
@@ -17353,7 +17495,7 @@ export declare const whatsappContract: {
17353
17495
  requestId: string;
17354
17496
  }, {
17355
17497
  data: {
17356
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
17498
+ type: string;
17357
17499
  message: string;
17358
17500
  id: string;
17359
17501
  url: string;
@@ -17494,6 +17636,10 @@ export declare const whatsappContract: {
17494
17636
  mobileNumber: string;
17495
17637
  apiSecret: string;
17496
17638
  } | undefined;
17639
+ line?: {
17640
+ channelId: string;
17641
+ channelSecret: string;
17642
+ } | undefined;
17497
17643
  lineRichMenuId?: string | null | undefined;
17498
17644
  messengerIntegrationType?: "own" | "business" | undefined;
17499
17645
  facebookFeedIntegrationType?: "own" | "business" | undefined;
@@ -17908,7 +18054,7 @@ export declare const whatsappContract: {
17908
18054
  previewUrl: string;
17909
18055
  imageSetId: string;
17910
18056
  repliedMessage: {
17911
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
18057
+ type: string;
17912
18058
  message: string;
17913
18059
  id: string;
17914
18060
  url: string;
@@ -18119,7 +18265,7 @@ export declare const whatsappContract: {
18119
18265
  template?: any;
18120
18266
  metadata?: any;
18121
18267
  fromMessage?: {
18122
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
18268
+ type: string;
18123
18269
  message: string;
18124
18270
  id: string;
18125
18271
  url: string;
@@ -18260,6 +18406,10 @@ export declare const whatsappContract: {
18260
18406
  mobileNumber: string;
18261
18407
  apiSecret: string;
18262
18408
  } | undefined;
18409
+ line?: {
18410
+ channelId: string;
18411
+ channelSecret: string;
18412
+ } | undefined;
18263
18413
  lineRichMenuId?: string | null | undefined;
18264
18414
  messengerIntegrationType?: "own" | "business" | undefined;
18265
18415
  facebookFeedIntegrationType?: "own" | "business" | undefined;
@@ -18674,7 +18824,7 @@ export declare const whatsappContract: {
18674
18824
  previewUrl: string;
18675
18825
  imageSetId: string;
18676
18826
  repliedMessage: {
18677
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
18827
+ type: string;
18678
18828
  message: string;
18679
18829
  id: string;
18680
18830
  url: string;
@@ -18976,6 +19126,16 @@ export declare const whatsappContract: {
18976
19126
  mobileNumber: string;
18977
19127
  apiSecret: string;
18978
19128
  }>>;
19129
+ line: z.ZodOptional<z.ZodObject<{
19130
+ channelId: z.ZodString;
19131
+ channelSecret: z.ZodString;
19132
+ }, "strip", z.ZodTypeAny, {
19133
+ channelId: string;
19134
+ channelSecret: string;
19135
+ }, {
19136
+ channelId: string;
19137
+ channelSecret: string;
19138
+ }>>;
18979
19139
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
18980
19140
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
18981
19141
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
@@ -19006,6 +19166,10 @@ export declare const whatsappContract: {
19006
19166
  mobileNumber: string;
19007
19167
  apiSecret: string;
19008
19168
  } | undefined;
19169
+ line?: {
19170
+ channelId: string;
19171
+ channelSecret: string;
19172
+ } | undefined;
19009
19173
  lineRichMenuId?: string | null | undefined;
19010
19174
  messengerIntegrationType?: "own" | "business" | undefined;
19011
19175
  facebookFeedIntegrationType?: "own" | "business" | undefined;
@@ -19036,6 +19200,10 @@ export declare const whatsappContract: {
19036
19200
  mobileNumber: string;
19037
19201
  apiSecret: string;
19038
19202
  } | undefined;
19203
+ line?: {
19204
+ channelId: string;
19205
+ channelSecret: string;
19206
+ } | undefined;
19039
19207
  lineRichMenuId?: string | null | undefined;
19040
19208
  messengerIntegrationType?: "own" | "business" | undefined;
19041
19209
  facebookFeedIntegrationType?: "own" | "business" | undefined;
@@ -19096,6 +19264,10 @@ export declare const whatsappContract: {
19096
19264
  mobileNumber: string;
19097
19265
  apiSecret: string;
19098
19266
  } | undefined;
19267
+ line?: {
19268
+ channelId: string;
19269
+ channelSecret: string;
19270
+ } | undefined;
19099
19271
  lineRichMenuId?: string | null | undefined;
19100
19272
  messengerIntegrationType?: "own" | "business" | undefined;
19101
19273
  facebookFeedIntegrationType?: "own" | "business" | undefined;
@@ -19144,6 +19316,10 @@ export declare const whatsappContract: {
19144
19316
  mobileNumber: string;
19145
19317
  apiSecret: string;
19146
19318
  } | undefined;
19319
+ line?: {
19320
+ channelId: string;
19321
+ channelSecret: string;
19322
+ } | undefined;
19147
19323
  lineRichMenuId?: string | null | undefined;
19148
19324
  messengerIntegrationType?: "own" | "business" | undefined;
19149
19325
  facebookFeedIntegrationType?: "own" | "business" | undefined;
@@ -19231,6 +19407,16 @@ export declare const whatsappContract: {
19231
19407
  mobileNumber: string;
19232
19408
  apiSecret: string;
19233
19409
  }>>;
19410
+ line: z.ZodOptional<z.ZodObject<{
19411
+ channelId: z.ZodString;
19412
+ channelSecret: z.ZodString;
19413
+ }, "strip", z.ZodTypeAny, {
19414
+ channelId: string;
19415
+ channelSecret: string;
19416
+ }, {
19417
+ channelId: string;
19418
+ channelSecret: string;
19419
+ }>>;
19234
19420
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
19235
19421
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
19236
19422
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
@@ -19261,6 +19447,10 @@ export declare const whatsappContract: {
19261
19447
  mobileNumber: string;
19262
19448
  apiSecret: string;
19263
19449
  } | undefined;
19450
+ line?: {
19451
+ channelId: string;
19452
+ channelSecret: string;
19453
+ } | undefined;
19264
19454
  lineRichMenuId?: string | null | undefined;
19265
19455
  messengerIntegrationType?: "own" | "business" | undefined;
19266
19456
  facebookFeedIntegrationType?: "own" | "business" | undefined;
@@ -19291,6 +19481,10 @@ export declare const whatsappContract: {
19291
19481
  mobileNumber: string;
19292
19482
  apiSecret: string;
19293
19483
  } | undefined;
19484
+ line?: {
19485
+ channelId: string;
19486
+ channelSecret: string;
19487
+ } | undefined;
19294
19488
  lineRichMenuId?: string | null | undefined;
19295
19489
  messengerIntegrationType?: "own" | "business" | undefined;
19296
19490
  facebookFeedIntegrationType?: "own" | "business" | undefined;
@@ -19351,6 +19545,10 @@ export declare const whatsappContract: {
19351
19545
  mobileNumber: string;
19352
19546
  apiSecret: string;
19353
19547
  } | undefined;
19548
+ line?: {
19549
+ channelId: string;
19550
+ channelSecret: string;
19551
+ } | undefined;
19354
19552
  lineRichMenuId?: string | null | undefined;
19355
19553
  messengerIntegrationType?: "own" | "business" | undefined;
19356
19554
  facebookFeedIntegrationType?: "own" | "business" | undefined;
@@ -19399,6 +19597,10 @@ export declare const whatsappContract: {
19399
19597
  mobileNumber: string;
19400
19598
  apiSecret: string;
19401
19599
  } | undefined;
19600
+ line?: {
19601
+ channelId: string;
19602
+ channelSecret: string;
19603
+ } | undefined;
19402
19604
  lineRichMenuId?: string | null | undefined;
19403
19605
  messengerIntegrationType?: "own" | "business" | undefined;
19404
19606
  facebookFeedIntegrationType?: "own" | "business" | undefined;
@@ -19449,6 +19651,10 @@ export declare const whatsappContract: {
19449
19651
  mobileNumber: string;
19450
19652
  apiSecret: string;
19451
19653
  } | undefined;
19654
+ line?: {
19655
+ channelId: string;
19656
+ channelSecret: string;
19657
+ } | undefined;
19452
19658
  lineRichMenuId?: string | null | undefined;
19453
19659
  messengerIntegrationType?: "own" | "business" | undefined;
19454
19660
  facebookFeedIntegrationType?: "own" | "business" | undefined;
@@ -19500,6 +19706,10 @@ export declare const whatsappContract: {
19500
19706
  mobileNumber: string;
19501
19707
  apiSecret: string;
19502
19708
  } | undefined;
19709
+ line?: {
19710
+ channelId: string;
19711
+ channelSecret: string;
19712
+ } | undefined;
19503
19713
  lineRichMenuId?: string | null | undefined;
19504
19714
  messengerIntegrationType?: "own" | "business" | undefined;
19505
19715
  facebookFeedIntegrationType?: "own" | "business" | undefined;
@@ -19609,6 +19819,16 @@ export declare const whatsappContract: {
19609
19819
  mobileNumber: string;
19610
19820
  apiSecret: string;
19611
19821
  }>>;
19822
+ line: z.ZodOptional<z.ZodObject<{
19823
+ channelId: z.ZodString;
19824
+ channelSecret: z.ZodString;
19825
+ }, "strip", z.ZodTypeAny, {
19826
+ channelId: string;
19827
+ channelSecret: string;
19828
+ }, {
19829
+ channelId: string;
19830
+ channelSecret: string;
19831
+ }>>;
19612
19832
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
19613
19833
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
19614
19834
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
@@ -19639,6 +19859,10 @@ export declare const whatsappContract: {
19639
19859
  mobileNumber: string;
19640
19860
  apiSecret: string;
19641
19861
  } | undefined;
19862
+ line?: {
19863
+ channelId: string;
19864
+ channelSecret: string;
19865
+ } | undefined;
19642
19866
  lineRichMenuId?: string | null | undefined;
19643
19867
  messengerIntegrationType?: "own" | "business" | undefined;
19644
19868
  facebookFeedIntegrationType?: "own" | "business" | undefined;
@@ -19669,6 +19893,10 @@ export declare const whatsappContract: {
19669
19893
  mobileNumber: string;
19670
19894
  apiSecret: string;
19671
19895
  } | undefined;
19896
+ line?: {
19897
+ channelId: string;
19898
+ channelSecret: string;
19899
+ } | undefined;
19672
19900
  lineRichMenuId?: string | null | undefined;
19673
19901
  messengerIntegrationType?: "own" | "business" | undefined;
19674
19902
  facebookFeedIntegrationType?: "own" | "business" | undefined;
@@ -19729,6 +19957,10 @@ export declare const whatsappContract: {
19729
19957
  mobileNumber: string;
19730
19958
  apiSecret: string;
19731
19959
  } | undefined;
19960
+ line?: {
19961
+ channelId: string;
19962
+ channelSecret: string;
19963
+ } | undefined;
19732
19964
  lineRichMenuId?: string | null | undefined;
19733
19965
  messengerIntegrationType?: "own" | "business" | undefined;
19734
19966
  facebookFeedIntegrationType?: "own" | "business" | undefined;
@@ -19777,6 +20009,10 @@ export declare const whatsappContract: {
19777
20009
  mobileNumber: string;
19778
20010
  apiSecret: string;
19779
20011
  } | undefined;
20012
+ line?: {
20013
+ channelId: string;
20014
+ channelSecret: string;
20015
+ } | undefined;
19780
20016
  lineRichMenuId?: string | null | undefined;
19781
20017
  messengerIntegrationType?: "own" | "business" | undefined;
19782
20018
  facebookFeedIntegrationType?: "own" | "business" | undefined;
@@ -19864,6 +20100,16 @@ export declare const whatsappContract: {
19864
20100
  mobileNumber: string;
19865
20101
  apiSecret: string;
19866
20102
  }>>;
20103
+ line: z.ZodOptional<z.ZodObject<{
20104
+ channelId: z.ZodString;
20105
+ channelSecret: z.ZodString;
20106
+ }, "strip", z.ZodTypeAny, {
20107
+ channelId: string;
20108
+ channelSecret: string;
20109
+ }, {
20110
+ channelId: string;
20111
+ channelSecret: string;
20112
+ }>>;
19867
20113
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
19868
20114
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
19869
20115
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
@@ -19894,6 +20140,10 @@ export declare const whatsappContract: {
19894
20140
  mobileNumber: string;
19895
20141
  apiSecret: string;
19896
20142
  } | undefined;
20143
+ line?: {
20144
+ channelId: string;
20145
+ channelSecret: string;
20146
+ } | undefined;
19897
20147
  lineRichMenuId?: string | null | undefined;
19898
20148
  messengerIntegrationType?: "own" | "business" | undefined;
19899
20149
  facebookFeedIntegrationType?: "own" | "business" | undefined;
@@ -19924,6 +20174,10 @@ export declare const whatsappContract: {
19924
20174
  mobileNumber: string;
19925
20175
  apiSecret: string;
19926
20176
  } | undefined;
20177
+ line?: {
20178
+ channelId: string;
20179
+ channelSecret: string;
20180
+ } | undefined;
19927
20181
  lineRichMenuId?: string | null | undefined;
19928
20182
  messengerIntegrationType?: "own" | "business" | undefined;
19929
20183
  facebookFeedIntegrationType?: "own" | "business" | undefined;
@@ -19984,6 +20238,10 @@ export declare const whatsappContract: {
19984
20238
  mobileNumber: string;
19985
20239
  apiSecret: string;
19986
20240
  } | undefined;
20241
+ line?: {
20242
+ channelId: string;
20243
+ channelSecret: string;
20244
+ } | undefined;
19987
20245
  lineRichMenuId?: string | null | undefined;
19988
20246
  messengerIntegrationType?: "own" | "business" | undefined;
19989
20247
  facebookFeedIntegrationType?: "own" | "business" | undefined;
@@ -20032,6 +20290,10 @@ export declare const whatsappContract: {
20032
20290
  mobileNumber: string;
20033
20291
  apiSecret: string;
20034
20292
  } | undefined;
20293
+ line?: {
20294
+ channelId: string;
20295
+ channelSecret: string;
20296
+ } | undefined;
20035
20297
  lineRichMenuId?: string | null | undefined;
20036
20298
  messengerIntegrationType?: "own" | "business" | undefined;
20037
20299
  facebookFeedIntegrationType?: "own" | "business" | undefined;
@@ -20082,6 +20344,10 @@ export declare const whatsappContract: {
20082
20344
  mobileNumber: string;
20083
20345
  apiSecret: string;
20084
20346
  } | undefined;
20347
+ line?: {
20348
+ channelId: string;
20349
+ channelSecret: string;
20350
+ } | undefined;
20085
20351
  lineRichMenuId?: string | null | undefined;
20086
20352
  messengerIntegrationType?: "own" | "business" | undefined;
20087
20353
  facebookFeedIntegrationType?: "own" | "business" | undefined;
@@ -20133,6 +20399,10 @@ export declare const whatsappContract: {
20133
20399
  mobileNumber: string;
20134
20400
  apiSecret: string;
20135
20401
  } | undefined;
20402
+ line?: {
20403
+ channelId: string;
20404
+ channelSecret: string;
20405
+ } | undefined;
20136
20406
  lineRichMenuId?: string | null | undefined;
20137
20407
  messengerIntegrationType?: "own" | "business" | undefined;
20138
20408
  facebookFeedIntegrationType?: "own" | "business" | undefined;
@@ -20260,6 +20530,16 @@ export declare const whatsappContract: {
20260
20530
  mobileNumber: string;
20261
20531
  apiSecret: string;
20262
20532
  }>>;
20533
+ line: z.ZodOptional<z.ZodObject<{
20534
+ channelId: z.ZodString;
20535
+ channelSecret: z.ZodString;
20536
+ }, "strip", z.ZodTypeAny, {
20537
+ channelId: string;
20538
+ channelSecret: string;
20539
+ }, {
20540
+ channelId: string;
20541
+ channelSecret: string;
20542
+ }>>;
20263
20543
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
20264
20544
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
20265
20545
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
@@ -20290,6 +20570,10 @@ export declare const whatsappContract: {
20290
20570
  mobileNumber: string;
20291
20571
  apiSecret: string;
20292
20572
  } | undefined;
20573
+ line?: {
20574
+ channelId: string;
20575
+ channelSecret: string;
20576
+ } | undefined;
20293
20577
  lineRichMenuId?: string | null | undefined;
20294
20578
  messengerIntegrationType?: "own" | "business" | undefined;
20295
20579
  facebookFeedIntegrationType?: "own" | "business" | undefined;
@@ -20320,6 +20604,10 @@ export declare const whatsappContract: {
20320
20604
  mobileNumber: string;
20321
20605
  apiSecret: string;
20322
20606
  } | undefined;
20607
+ line?: {
20608
+ channelId: string;
20609
+ channelSecret: string;
20610
+ } | undefined;
20323
20611
  lineRichMenuId?: string | null | undefined;
20324
20612
  messengerIntegrationType?: "own" | "business" | undefined;
20325
20613
  facebookFeedIntegrationType?: "own" | "business" | undefined;
@@ -20380,6 +20668,10 @@ export declare const whatsappContract: {
20380
20668
  mobileNumber: string;
20381
20669
  apiSecret: string;
20382
20670
  } | undefined;
20671
+ line?: {
20672
+ channelId: string;
20673
+ channelSecret: string;
20674
+ } | undefined;
20383
20675
  lineRichMenuId?: string | null | undefined;
20384
20676
  messengerIntegrationType?: "own" | "business" | undefined;
20385
20677
  facebookFeedIntegrationType?: "own" | "business" | undefined;
@@ -20428,6 +20720,10 @@ export declare const whatsappContract: {
20428
20720
  mobileNumber: string;
20429
20721
  apiSecret: string;
20430
20722
  } | undefined;
20723
+ line?: {
20724
+ channelId: string;
20725
+ channelSecret: string;
20726
+ } | undefined;
20431
20727
  lineRichMenuId?: string | null | undefined;
20432
20728
  messengerIntegrationType?: "own" | "business" | undefined;
20433
20729
  facebookFeedIntegrationType?: "own" | "business" | undefined;
@@ -20478,6 +20774,10 @@ export declare const whatsappContract: {
20478
20774
  mobileNumber: string;
20479
20775
  apiSecret: string;
20480
20776
  } | undefined;
20777
+ line?: {
20778
+ channelId: string;
20779
+ channelSecret: string;
20780
+ } | undefined;
20481
20781
  lineRichMenuId?: string | null | undefined;
20482
20782
  messengerIntegrationType?: "own" | "business" | undefined;
20483
20783
  facebookFeedIntegrationType?: "own" | "business" | undefined;
@@ -20529,6 +20829,10 @@ export declare const whatsappContract: {
20529
20829
  mobileNumber: string;
20530
20830
  apiSecret: string;
20531
20831
  } | undefined;
20832
+ line?: {
20833
+ channelId: string;
20834
+ channelSecret: string;
20835
+ } | undefined;
20532
20836
  lineRichMenuId?: string | null | undefined;
20533
20837
  messengerIntegrationType?: "own" | "business" | undefined;
20534
20838
  facebookFeedIntegrationType?: "own" | "business" | undefined;
@@ -20650,6 +20954,16 @@ export declare const whatsappContract: {
20650
20954
  mobileNumber: string;
20651
20955
  apiSecret: string;
20652
20956
  }>>;
20957
+ line: z.ZodOptional<z.ZodObject<{
20958
+ channelId: z.ZodString;
20959
+ channelSecret: z.ZodString;
20960
+ }, "strip", z.ZodTypeAny, {
20961
+ channelId: string;
20962
+ channelSecret: string;
20963
+ }, {
20964
+ channelId: string;
20965
+ channelSecret: string;
20966
+ }>>;
20653
20967
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
20654
20968
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
20655
20969
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
@@ -20680,6 +20994,10 @@ export declare const whatsappContract: {
20680
20994
  mobileNumber: string;
20681
20995
  apiSecret: string;
20682
20996
  } | undefined;
20997
+ line?: {
20998
+ channelId: string;
20999
+ channelSecret: string;
21000
+ } | undefined;
20683
21001
  lineRichMenuId?: string | null | undefined;
20684
21002
  messengerIntegrationType?: "own" | "business" | undefined;
20685
21003
  facebookFeedIntegrationType?: "own" | "business" | undefined;
@@ -20710,6 +21028,10 @@ export declare const whatsappContract: {
20710
21028
  mobileNumber: string;
20711
21029
  apiSecret: string;
20712
21030
  } | undefined;
21031
+ line?: {
21032
+ channelId: string;
21033
+ channelSecret: string;
21034
+ } | undefined;
20713
21035
  lineRichMenuId?: string | null | undefined;
20714
21036
  messengerIntegrationType?: "own" | "business" | undefined;
20715
21037
  facebookFeedIntegrationType?: "own" | "business" | undefined;
@@ -20770,6 +21092,10 @@ export declare const whatsappContract: {
20770
21092
  mobileNumber: string;
20771
21093
  apiSecret: string;
20772
21094
  } | undefined;
21095
+ line?: {
21096
+ channelId: string;
21097
+ channelSecret: string;
21098
+ } | undefined;
20773
21099
  lineRichMenuId?: string | null | undefined;
20774
21100
  messengerIntegrationType?: "own" | "business" | undefined;
20775
21101
  facebookFeedIntegrationType?: "own" | "business" | undefined;
@@ -20818,6 +21144,10 @@ export declare const whatsappContract: {
20818
21144
  mobileNumber: string;
20819
21145
  apiSecret: string;
20820
21146
  } | undefined;
21147
+ line?: {
21148
+ channelId: string;
21149
+ channelSecret: string;
21150
+ } | undefined;
20821
21151
  lineRichMenuId?: string | null | undefined;
20822
21152
  messengerIntegrationType?: "own" | "business" | undefined;
20823
21153
  facebookFeedIntegrationType?: "own" | "business" | undefined;
@@ -20868,6 +21198,10 @@ export declare const whatsappContract: {
20868
21198
  mobileNumber: string;
20869
21199
  apiSecret: string;
20870
21200
  } | undefined;
21201
+ line?: {
21202
+ channelId: string;
21203
+ channelSecret: string;
21204
+ } | undefined;
20871
21205
  lineRichMenuId?: string | null | undefined;
20872
21206
  messengerIntegrationType?: "own" | "business" | undefined;
20873
21207
  facebookFeedIntegrationType?: "own" | "business" | undefined;
@@ -20919,6 +21253,10 @@ export declare const whatsappContract: {
20919
21253
  mobileNumber: string;
20920
21254
  apiSecret: string;
20921
21255
  } | undefined;
21256
+ line?: {
21257
+ channelId: string;
21258
+ channelSecret: string;
21259
+ } | undefined;
20922
21260
  lineRichMenuId?: string | null | undefined;
20923
21261
  messengerIntegrationType?: "own" | "business" | undefined;
20924
21262
  facebookFeedIntegrationType?: "own" | "business" | undefined;