@kl1/contracts 1.2.42-uat → 1.2.43-uat

Sign up to get free protection for your applications and to get access to all the features.
Files changed (134) hide show
  1. package/dist/api-contracts/src/activity-log/index.d.ts +4 -4
  2. package/dist/api-contracts/src/activity-log/schema.d.ts +4 -4
  3. package/dist/api-contracts/src/attribute/index.d.ts +4 -4
  4. package/dist/api-contracts/src/attribute/validation.d.ts +4 -4
  5. package/dist/api-contracts/src/auth/index.d.ts +4 -4
  6. package/dist/api-contracts/src/automation-queue/index.d.ts +80 -80
  7. package/dist/api-contracts/src/automation-queue/schema.d.ts +10 -10
  8. package/dist/api-contracts/src/botpress/index.d.ts +28 -28
  9. package/dist/api-contracts/src/botpress/schema.d.ts +6 -6
  10. package/dist/api-contracts/src/botpress/validation.d.ts +8 -8
  11. package/dist/api-contracts/src/business-calendar/index.d.ts +32 -32
  12. package/dist/api-contracts/src/business-calendar/schema.d.ts +8 -8
  13. package/dist/api-contracts/src/business-calendar/validation.d.ts +2 -2
  14. package/dist/api-contracts/src/category/index.d.ts +12 -12
  15. package/dist/api-contracts/src/category/schema.d.ts +2 -2
  16. package/dist/api-contracts/src/channel/index.d.ts +1345 -850
  17. package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
  18. package/dist/api-contracts/src/channel/schema.d.ts +64 -40
  19. package/dist/api-contracts/src/channel/schema.d.ts.map +1 -1
  20. package/dist/api-contracts/src/channel/validation.d.ts +76 -48
  21. package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
  22. package/dist/api-contracts/src/chat/index.d.ts +5307 -4759
  23. package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
  24. package/dist/api-contracts/src/chat/schema.d.ts +1437 -1329
  25. package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
  26. package/dist/api-contracts/src/chat/validation.d.ts +1189 -995
  27. package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
  28. package/dist/api-contracts/src/comment/index.d.ts +244 -244
  29. package/dist/api-contracts/src/comment/schema.d.ts +68 -68
  30. package/dist/api-contracts/src/company/index.d.ts +4 -4
  31. package/dist/api-contracts/src/company/validation.d.ts +4 -4
  32. package/dist/api-contracts/src/contact/index.d.ts +246 -246
  33. package/dist/api-contracts/src/contact/schema.d.ts +26 -26
  34. package/dist/api-contracts/src/contact/validation.d.ts +134 -134
  35. package/dist/api-contracts/src/contract.d.ts +14051 -11532
  36. package/dist/api-contracts/src/contract.d.ts.map +1 -1
  37. package/dist/api-contracts/src/cx-log/index.d.ts +300 -274
  38. package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
  39. package/dist/api-contracts/src/cx-log/schema.d.ts +248 -226
  40. package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
  41. package/dist/api-contracts/src/cx-log/validation.d.ts +2 -2
  42. package/dist/api-contracts/src/dashboard/index.d.ts +40 -40
  43. package/dist/api-contracts/src/dashboard/schema.d.ts +34 -34
  44. package/dist/api-contracts/src/extension/index.d.ts +4 -4
  45. package/dist/api-contracts/src/facebook-feed/index.d.ts +1287 -1019
  46. package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
  47. package/dist/api-contracts/src/facebook-feed/schema.d.ts +103 -85
  48. package/dist/api-contracts/src/facebook-feed/schema.d.ts.map +1 -1
  49. package/dist/api-contracts/src/facebook-feed/validation.d.ts +94 -80
  50. package/dist/api-contracts/src/facebook-feed/validation.d.ts.map +1 -1
  51. package/dist/api-contracts/src/hold-label/index.d.ts +34 -34
  52. package/dist/api-contracts/src/hold-label/schema.d.ts +10 -10
  53. package/dist/api-contracts/src/instagram/index.d.ts +1049 -839
  54. package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
  55. package/dist/api-contracts/src/instagram/validation.d.ts +10 -10
  56. package/dist/api-contracts/src/line/index.d.ts +1018 -832
  57. package/dist/api-contracts/src/line/index.d.ts.map +1 -1
  58. package/dist/api-contracts/src/line/schema.d.ts +4 -4
  59. package/dist/api-contracts/src/line/validation.d.ts +99 -77
  60. package/dist/api-contracts/src/line/validation.d.ts.map +1 -1
  61. package/dist/api-contracts/src/mail/account-contract.d.ts +72 -72
  62. package/dist/api-contracts/src/mail/mail-contract.d.ts +2598 -2598
  63. package/dist/api-contracts/src/mail/mail-server-contract.d.ts +26 -26
  64. package/dist/api-contracts/src/mail/message-contract.d.ts +272 -272
  65. package/dist/api-contracts/src/mail/room-contract.d.ts +1474 -1474
  66. package/dist/api-contracts/src/mail/schemas/account-validation.schema.d.ts +50 -50
  67. package/dist/api-contracts/src/mail/schemas/account.schema.d.ts +10 -10
  68. package/dist/api-contracts/src/mail/schemas/message.schema.d.ts +56 -56
  69. package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts +478 -478
  70. package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +466 -466
  71. package/dist/api-contracts/src/messenger/index.d.ts +1052 -842
  72. package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
  73. package/dist/api-contracts/src/messenger/schema.d.ts +16 -16
  74. package/dist/api-contracts/src/messenger/validation.d.ts +90 -76
  75. package/dist/api-contracts/src/messenger/validation.d.ts.map +1 -1
  76. package/dist/api-contracts/src/notification/index.d.ts +26 -26
  77. package/dist/api-contracts/src/notification/schema.d.ts +18 -18
  78. package/dist/api-contracts/src/notification/validation.d.ts +10 -10
  79. package/dist/api-contracts/src/public-api/index.d.ts +84 -84
  80. package/dist/api-contracts/src/public-api/schema.d.ts +10 -10
  81. package/dist/api-contracts/src/public-api/validation.d.ts +20 -20
  82. package/dist/api-contracts/src/sms/index.d.ts +171 -131
  83. package/dist/api-contracts/src/sms/index.d.ts.map +1 -1
  84. package/dist/api-contracts/src/sms/schema.d.ts +8 -8
  85. package/dist/api-contracts/src/sms/validation.d.ts +2 -2
  86. package/dist/api-contracts/src/snippet/index.d.ts +42 -42
  87. package/dist/api-contracts/src/snippet/schema.d.ts +10 -10
  88. package/dist/api-contracts/src/subscription/index.d.ts +184 -184
  89. package/dist/api-contracts/src/subscription/schema.d.ts +216 -216
  90. package/dist/api-contracts/src/tag/index.d.ts +12 -12
  91. package/dist/api-contracts/src/tag/schema.d.ts +2 -2
  92. package/dist/api-contracts/src/telegram/index.d.ts +889 -739
  93. package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
  94. package/dist/api-contracts/src/telegram/validation.d.ts +4 -4
  95. package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +14 -14
  96. package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +4 -4
  97. package/dist/api-contracts/src/telephony-cdr/index.d.ts +186 -186
  98. package/dist/api-contracts/src/telephony-cdr/schema.d.ts +58 -58
  99. package/dist/api-contracts/src/tenant/schema.d.ts +2 -2
  100. package/dist/api-contracts/src/ticket/index.d.ts +328 -328
  101. package/dist/api-contracts/src/ticket/schema.d.ts +42 -42
  102. package/dist/api-contracts/src/user/index.d.ts +23 -23
  103. package/dist/api-contracts/src/user/schema.d.ts +2 -2
  104. package/dist/api-contracts/src/user/validation.d.ts +5 -5
  105. package/dist/api-contracts/src/user-presence-status-log/index.d.ts +4 -4
  106. package/dist/api-contracts/src/user-presence-status-log/schema.d.ts +4 -4
  107. package/dist/api-contracts/src/viber/index.d.ts +901 -751
  108. package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
  109. package/dist/api-contracts/src/viber/validation.d.ts +4 -4
  110. package/dist/api-contracts/src/webchat/index.d.ts +895 -745
  111. package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
  112. package/dist/api-contracts/src/webchat/schema.d.ts +10 -10
  113. package/dist/api-contracts/src/webchat/validation.d.ts +2 -2
  114. package/dist/api-contracts/src/whatsapp/index.d.ts +1115 -774
  115. package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
  116. package/dist/api-contracts/src/whatsapp/validation.d.ts +79 -0
  117. package/dist/api-contracts/src/whatsapp/validation.d.ts.map +1 -1
  118. package/dist/api-contracts/src/widget/index.d.ts +24 -24
  119. package/dist/api-contracts/src/widget/schema.d.ts +2 -2
  120. package/dist/api-contracts/src/widget/validation.d.ts +4 -4
  121. package/dist/api-contracts/src/workflow-rule/index.d.ts +320 -276
  122. package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
  123. package/dist/api-contracts/src/workflow-rule/schema.d.ts +2 -2
  124. package/dist/api-contracts/src/wrap-up-form/index.d.ts +26 -26
  125. package/dist/api-contracts/src/wrap-up-form/schema.d.ts +4 -4
  126. package/dist/api-contracts/utils.d.ts +1 -1
  127. package/dist/api-contracts/utils.d.ts.map +1 -1
  128. package/dist/entities/src/enums/chat.d.ts +1 -0
  129. package/dist/entities/src/enums/chat.d.ts.map +1 -1
  130. package/dist/index.js +75 -2
  131. package/dist/index.js.map +1 -1
  132. package/dist/index.mjs +75 -2
  133. package/dist/index.mjs.map +1 -1
  134. package/package.json +1 -1
@@ -5,7 +5,7 @@ export declare const FeedPostSchema: z.ZodObject<{
5
5
  updatedAt: z.ZodDate;
6
6
  deletedAt: z.ZodNullable<z.ZodDate>;
7
7
  message: z.ZodNullable<z.ZodString>;
8
- type: z.ZodUnion<[z.ZodEnum<["text", "added_photos", "added_video", "shared_story", "mobile_status_update", "no_data"]>, z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>]>;
8
+ type: z.ZodUnion<[z.ZodEnum<["text", "added_photos", "added_video", "shared_story", "mobile_status_update", "no_data"]>, 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", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>]>;
9
9
  metadata: z.ZodAny;
10
10
  platformId: z.ZodString;
11
11
  platformMessageId: z.ZodString;
@@ -34,10 +34,12 @@ export declare const FeedPostSchema: z.ZodObject<{
34
34
  email: z.ZodNullable<z.ZodOptional<z.ZodString>>;
35
35
  clientId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
36
36
  channelId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
37
- status: z.ZodOptional<z.ZodEnum<["pending", "active"]>>;
37
+ waapiInstanceId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
38
+ qr: z.ZodNullable<z.ZodOptional<z.ZodString>>;
39
+ status: z.ZodOptional<z.ZodEnum<["waapi-qr", "pending", "active"]>>;
38
40
  apiKey: z.ZodOptional<z.ZodString>;
39
41
  tier: z.ZodOptional<z.ZodEnum<["basic", "regular", "premium"]>>;
40
- integrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"meta">, z.ZodLiteral<"360dialog">]>>;
42
+ integrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"meta">, z.ZodLiteral<"360dialog">, z.ZodLiteral<"waapi">]>>;
41
43
  }, "strip", z.ZodTypeAny, {
42
44
  wabaBusinessId?: string | null | undefined;
43
45
  wabaExternalId?: string | null | undefined;
@@ -45,10 +47,12 @@ export declare const FeedPostSchema: z.ZodObject<{
45
47
  email?: string | null | undefined;
46
48
  clientId?: string | null | undefined;
47
49
  channelId?: string | null | undefined;
48
- status?: "active" | "pending" | undefined;
50
+ waapiInstanceId?: string | null | undefined;
51
+ qr?: string | null | undefined;
52
+ status?: "active" | "pending" | "waapi-qr" | undefined;
49
53
  apiKey?: string | undefined;
50
54
  tier?: "basic" | "regular" | "premium" | undefined;
51
- integrationType?: "meta" | "360dialog" | undefined;
55
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
52
56
  }, {
53
57
  wabaBusinessId?: string | null | undefined;
54
58
  wabaExternalId?: string | null | undefined;
@@ -56,10 +60,12 @@ export declare const FeedPostSchema: z.ZodObject<{
56
60
  email?: string | null | undefined;
57
61
  clientId?: string | null | undefined;
58
62
  channelId?: string | null | undefined;
59
- status?: "active" | "pending" | undefined;
63
+ waapiInstanceId?: string | null | undefined;
64
+ qr?: string | null | undefined;
65
+ status?: "active" | "pending" | "waapi-qr" | undefined;
60
66
  apiKey?: string | undefined;
61
67
  tier?: "basic" | "regular" | "premium" | undefined;
62
- integrationType?: "meta" | "360dialog" | undefined;
68
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
63
69
  }>>;
64
70
  vonageCredentials: z.ZodOptional<z.ZodObject<{
65
71
  mobileNumber: z.ZodString;
@@ -78,8 +84,8 @@ export declare const FeedPostSchema: z.ZodObject<{
78
84
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
79
85
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
80
86
  }, "strip", z.ZodTypeAny, {
81
- id: string;
82
87
  name: string;
88
+ id: string;
83
89
  accessToken?: string | undefined;
84
90
  channelSecret?: string | undefined;
85
91
  additionalCredentials?: any;
@@ -91,10 +97,12 @@ export declare const FeedPostSchema: z.ZodObject<{
91
97
  email?: string | null | undefined;
92
98
  clientId?: string | null | undefined;
93
99
  channelId?: string | null | undefined;
94
- status?: "active" | "pending" | undefined;
100
+ waapiInstanceId?: string | null | undefined;
101
+ qr?: string | null | undefined;
102
+ status?: "active" | "pending" | "waapi-qr" | undefined;
95
103
  apiKey?: string | undefined;
96
104
  tier?: "basic" | "regular" | "premium" | undefined;
97
- integrationType?: "meta" | "360dialog" | undefined;
105
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
98
106
  } | undefined;
99
107
  vonageCredentials?: {
100
108
  apiKey: string;
@@ -105,8 +113,8 @@ export declare const FeedPostSchema: z.ZodObject<{
105
113
  messengerIntegrationType?: "own" | "business" | undefined;
106
114
  facebookFeedIntegrationType?: "own" | "business" | undefined;
107
115
  }, {
108
- id: string;
109
116
  name: string;
117
+ id: string;
110
118
  accessToken?: string | undefined;
111
119
  channelSecret?: string | undefined;
112
120
  additionalCredentials?: any;
@@ -118,10 +126,12 @@ export declare const FeedPostSchema: z.ZodObject<{
118
126
  email?: string | null | undefined;
119
127
  clientId?: string | null | undefined;
120
128
  channelId?: string | null | undefined;
121
- status?: "active" | "pending" | undefined;
129
+ waapiInstanceId?: string | null | undefined;
130
+ qr?: string | null | undefined;
131
+ status?: "active" | "pending" | "waapi-qr" | undefined;
122
132
  apiKey?: string | undefined;
123
133
  tier?: "basic" | "regular" | "premium" | undefined;
124
- integrationType?: "meta" | "360dialog" | undefined;
134
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
125
135
  } | undefined;
126
136
  vonageCredentials?: {
127
137
  apiKey: string;
@@ -145,14 +155,14 @@ export declare const FeedPostSchema: z.ZodObject<{
145
155
  integrationId: z.ZodString;
146
156
  accessToken: z.ZodString;
147
157
  }, "strip", z.ZodTypeAny, {
148
- id: string;
149
158
  name: string;
159
+ id: string;
150
160
  accessToken: string;
151
161
  botId: string;
152
162
  integrationId: string;
153
163
  }, {
154
- id: string;
155
164
  name: string;
165
+ id: string;
156
166
  accessToken: string;
157
167
  botId: string;
158
168
  integrationId: string;
@@ -275,9 +285,9 @@ export declare const FeedPostSchema: z.ZodObject<{
275
285
  telephonySignature: string | null;
276
286
  }>;
277
287
  }, "strip", z.ZodTypeAny, {
288
+ name: string;
278
289
  id: string;
279
290
  address: string | null;
280
- name: string;
281
291
  email: string;
282
292
  createdAt: Date;
283
293
  updatedAt: Date;
@@ -318,9 +328,9 @@ export declare const FeedPostSchema: z.ZodObject<{
318
328
  telephonySignature: string | null;
319
329
  };
320
330
  }, {
331
+ name: string;
321
332
  id: string;
322
333
  address: string | null;
323
- name: string;
324
334
  email: string;
325
335
  createdAt: Date;
326
336
  updatedAt: Date;
@@ -362,12 +372,12 @@ export declare const FeedPostSchema: z.ZodObject<{
362
372
  };
363
373
  }>;
364
374
  }, "strip", z.ZodTypeAny, {
375
+ name: string;
365
376
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
366
377
  id: string;
367
- name: string;
368
378
  metadata: {
369
- id: string;
370
379
  name: string;
380
+ id: string;
371
381
  accessToken?: string | undefined;
372
382
  channelSecret?: string | undefined;
373
383
  additionalCredentials?: any;
@@ -379,10 +389,12 @@ export declare const FeedPostSchema: z.ZodObject<{
379
389
  email?: string | null | undefined;
380
390
  clientId?: string | null | undefined;
381
391
  channelId?: string | null | undefined;
382
- status?: "active" | "pending" | undefined;
392
+ waapiInstanceId?: string | null | undefined;
393
+ qr?: string | null | undefined;
394
+ status?: "active" | "pending" | "waapi-qr" | undefined;
383
395
  apiKey?: string | undefined;
384
396
  tier?: "basic" | "regular" | "premium" | undefined;
385
- integrationType?: "meta" | "360dialog" | undefined;
397
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
386
398
  } | undefined;
387
399
  vonageCredentials?: {
388
400
  apiKey: string;
@@ -398,9 +410,9 @@ export declare const FeedPostSchema: z.ZodObject<{
398
410
  updatedAt: Date;
399
411
  deletedAt: Date | null;
400
412
  actor: {
413
+ name: string;
401
414
  id: string;
402
415
  address: string | null;
403
- name: string;
404
416
  email: string;
405
417
  createdAt: Date;
406
418
  updatedAt: Date;
@@ -447,19 +459,19 @@ export declare const FeedPostSchema: z.ZodObject<{
447
459
  connectedUserName: string;
448
460
  connectedUserId: string;
449
461
  botpressBot: {
450
- id: string;
451
462
  name: string;
463
+ id: string;
452
464
  accessToken: string;
453
465
  botId: string;
454
466
  integrationId: string;
455
467
  } | null;
456
468
  }, {
469
+ name: string;
457
470
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
458
471
  id: string;
459
- name: string;
460
472
  metadata: {
461
- id: string;
462
473
  name: string;
474
+ id: string;
463
475
  accessToken?: string | undefined;
464
476
  channelSecret?: string | undefined;
465
477
  additionalCredentials?: any;
@@ -471,10 +483,12 @@ export declare const FeedPostSchema: z.ZodObject<{
471
483
  email?: string | null | undefined;
472
484
  clientId?: string | null | undefined;
473
485
  channelId?: string | null | undefined;
474
- status?: "active" | "pending" | undefined;
486
+ waapiInstanceId?: string | null | undefined;
487
+ qr?: string | null | undefined;
488
+ status?: "active" | "pending" | "waapi-qr" | undefined;
475
489
  apiKey?: string | undefined;
476
490
  tier?: "basic" | "regular" | "premium" | undefined;
477
- integrationType?: "meta" | "360dialog" | undefined;
491
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
478
492
  } | undefined;
479
493
  vonageCredentials?: {
480
494
  apiKey: string;
@@ -490,9 +504,9 @@ export declare const FeedPostSchema: z.ZodObject<{
490
504
  updatedAt: Date;
491
505
  deletedAt: Date | null;
492
506
  actor: {
507
+ name: string;
493
508
  id: string;
494
509
  address: string | null;
495
- name: string;
496
510
  email: string;
497
511
  createdAt: Date;
498
512
  updatedAt: Date;
@@ -539,8 +553,8 @@ export declare const FeedPostSchema: z.ZodObject<{
539
553
  connectedUserName: string;
540
554
  connectedUserId: string;
541
555
  botpressBot: {
542
- id: string;
543
556
  name: string;
557
+ id: string;
544
558
  accessToken: string;
545
559
  botId: string;
546
560
  integrationId: string;
@@ -560,13 +574,13 @@ export declare const FeedPostSchema: z.ZodObject<{
560
574
  picture: z.ZodOptional<z.ZodString>;
561
575
  additionalCredentials: z.ZodAny;
562
576
  }, "strip", z.ZodTypeAny, {
563
- id: string;
564
577
  name: string;
578
+ id: string;
565
579
  picture?: string | undefined;
566
580
  additionalCredentials?: any;
567
581
  }, {
568
- id: string;
569
582
  name: string;
583
+ id: string;
570
584
  picture?: string | undefined;
571
585
  additionalCredentials?: any;
572
586
  }>;
@@ -588,14 +602,14 @@ export declare const FeedPostSchema: z.ZodObject<{
588
602
  deletedAt: z.ZodNullable<z.ZodDate>;
589
603
  name: z.ZodString;
590
604
  }, "strip", z.ZodTypeAny, {
591
- id: string;
592
605
  name: string;
606
+ id: string;
593
607
  createdAt: Date;
594
608
  updatedAt: Date;
595
609
  deletedAt: Date | null;
596
610
  }, {
597
- id: string;
598
611
  name: string;
612
+ id: string;
599
613
  createdAt: Date;
600
614
  updatedAt: Date;
601
615
  deletedAt: Date | null;
@@ -751,8 +765,8 @@ export declare const FeedPostSchema: z.ZodObject<{
751
765
  createdAt: Date;
752
766
  updatedAt: Date;
753
767
  deletedAt: Date | null;
754
- address?: string | null | undefined;
755
768
  name?: string | undefined;
769
+ address?: string | null | undefined;
756
770
  phone?: string | null | undefined;
757
771
  industry?: string | null | undefined;
758
772
  }, {
@@ -760,8 +774,8 @@ export declare const FeedPostSchema: z.ZodObject<{
760
774
  createdAt: Date;
761
775
  updatedAt: Date;
762
776
  deletedAt: Date | null;
763
- address?: string | null | undefined;
764
777
  name?: string | undefined;
778
+ address?: string | null | undefined;
765
779
  phone?: string | null | undefined;
766
780
  industry?: string | null | undefined;
767
781
  }>>;
@@ -779,13 +793,13 @@ export declare const FeedPostSchema: z.ZodObject<{
779
793
  picture: z.ZodOptional<z.ZodString>;
780
794
  additionalCredentials: z.ZodAny;
781
795
  }, "strip", z.ZodTypeAny, {
782
- id: string;
783
796
  name: string;
797
+ id: string;
784
798
  picture?: string | undefined;
785
799
  additionalCredentials?: any;
786
800
  }, {
787
- id: string;
788
801
  name: string;
802
+ id: string;
789
803
  picture?: string | undefined;
790
804
  additionalCredentials?: any;
791
805
  }>;
@@ -793,8 +807,8 @@ export declare const FeedPostSchema: z.ZodObject<{
793
807
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
794
808
  id: string;
795
809
  metadata: {
796
- id: string;
797
810
  name: string;
811
+ id: string;
798
812
  picture?: string | undefined;
799
813
  additionalCredentials?: any;
800
814
  };
@@ -807,8 +821,8 @@ export declare const FeedPostSchema: z.ZodObject<{
807
821
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
808
822
  id: string;
809
823
  metadata: {
810
- id: string;
811
824
  name: string;
825
+ id: string;
812
826
  picture?: string | undefined;
813
827
  additionalCredentials?: any;
814
828
  };
@@ -1118,10 +1132,10 @@ export declare const FeedPostSchema: z.ZodObject<{
1118
1132
  };
1119
1133
  }>, "many">>;
1120
1134
  }, "strip", z.ZodTypeAny, {
1135
+ name: string;
1121
1136
  id: string;
1122
1137
  channel: string | null;
1123
1138
  address: string | null;
1124
- name: string;
1125
1139
  createdAt: Date;
1126
1140
  updatedAt: Date;
1127
1141
  deletedAt: Date | null;
@@ -1166,8 +1180,8 @@ export declare const FeedPostSchema: z.ZodObject<{
1166
1180
  createdAt: Date;
1167
1181
  updatedAt: Date;
1168
1182
  deletedAt: Date | null;
1169
- address?: string | null | undefined;
1170
1183
  name?: string | undefined;
1184
+ address?: string | null | undefined;
1171
1185
  phone?: string | null | undefined;
1172
1186
  industry?: string | null | undefined;
1173
1187
  } | null;
@@ -1175,8 +1189,8 @@ export declare const FeedPostSchema: z.ZodObject<{
1175
1189
  contactProfile: string | null;
1176
1190
  socialProfileUrl: string | null;
1177
1191
  tags: {
1178
- id: string;
1179
1192
  name: string;
1193
+ id: string;
1180
1194
  createdAt: Date;
1181
1195
  updatedAt: Date;
1182
1196
  deletedAt: Date | null;
@@ -1201,8 +1215,8 @@ export declare const FeedPostSchema: z.ZodObject<{
1201
1215
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1202
1216
  id: string;
1203
1217
  metadata: {
1204
- id: string;
1205
1218
  name: string;
1219
+ id: string;
1206
1220
  picture?: string | undefined;
1207
1221
  additionalCredentials?: any;
1208
1222
  };
@@ -1229,10 +1243,10 @@ export declare const FeedPostSchema: z.ZodObject<{
1229
1243
  };
1230
1244
  }[] | undefined;
1231
1245
  }, {
1246
+ name: string;
1232
1247
  id: string;
1233
1248
  channel: string | null;
1234
1249
  address: string | null;
1235
- name: string;
1236
1250
  createdAt: Date;
1237
1251
  updatedAt: Date;
1238
1252
  deletedAt: Date | null;
@@ -1277,8 +1291,8 @@ export declare const FeedPostSchema: z.ZodObject<{
1277
1291
  createdAt: Date;
1278
1292
  updatedAt: Date;
1279
1293
  deletedAt: Date | null;
1280
- address?: string | null | undefined;
1281
1294
  name?: string | undefined;
1295
+ address?: string | null | undefined;
1282
1296
  phone?: string | null | undefined;
1283
1297
  industry?: string | null | undefined;
1284
1298
  } | null;
@@ -1286,8 +1300,8 @@ export declare const FeedPostSchema: z.ZodObject<{
1286
1300
  contactProfile: string | null;
1287
1301
  socialProfileUrl: string | null;
1288
1302
  tags: {
1289
- id: string;
1290
1303
  name: string;
1304
+ id: string;
1291
1305
  createdAt: Date;
1292
1306
  updatedAt: Date;
1293
1307
  deletedAt: Date | null;
@@ -1312,8 +1326,8 @@ export declare const FeedPostSchema: z.ZodObject<{
1312
1326
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1313
1327
  id: string;
1314
1328
  metadata: {
1315
- id: string;
1316
1329
  name: string;
1330
+ id: string;
1317
1331
  picture?: string | undefined;
1318
1332
  additionalCredentials?: any;
1319
1333
  };
@@ -1344,8 +1358,8 @@ export declare const FeedPostSchema: z.ZodObject<{
1344
1358
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1345
1359
  id: string;
1346
1360
  metadata: {
1347
- id: string;
1348
1361
  name: string;
1362
+ id: string;
1349
1363
  picture?: string | undefined;
1350
1364
  additionalCredentials?: any;
1351
1365
  };
@@ -1353,10 +1367,10 @@ export declare const FeedPostSchema: z.ZodObject<{
1353
1367
  updatedAt: Date;
1354
1368
  deletedAt: Date | null;
1355
1369
  contact: {
1370
+ name: string;
1356
1371
  id: string;
1357
1372
  channel: string | null;
1358
1373
  address: string | null;
1359
- name: string;
1360
1374
  createdAt: Date;
1361
1375
  updatedAt: Date;
1362
1376
  deletedAt: Date | null;
@@ -1401,8 +1415,8 @@ export declare const FeedPostSchema: z.ZodObject<{
1401
1415
  createdAt: Date;
1402
1416
  updatedAt: Date;
1403
1417
  deletedAt: Date | null;
1404
- address?: string | null | undefined;
1405
1418
  name?: string | undefined;
1419
+ address?: string | null | undefined;
1406
1420
  phone?: string | null | undefined;
1407
1421
  industry?: string | null | undefined;
1408
1422
  } | null;
@@ -1410,8 +1424,8 @@ export declare const FeedPostSchema: z.ZodObject<{
1410
1424
  contactProfile: string | null;
1411
1425
  socialProfileUrl: string | null;
1412
1426
  tags: {
1413
- id: string;
1414
1427
  name: string;
1428
+ id: string;
1415
1429
  createdAt: Date;
1416
1430
  updatedAt: Date;
1417
1431
  deletedAt: Date | null;
@@ -1436,8 +1450,8 @@ export declare const FeedPostSchema: z.ZodObject<{
1436
1450
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1437
1451
  id: string;
1438
1452
  metadata: {
1439
- id: string;
1440
1453
  name: string;
1454
+ id: string;
1441
1455
  picture?: string | undefined;
1442
1456
  additionalCredentials?: any;
1443
1457
  };
@@ -1470,8 +1484,8 @@ export declare const FeedPostSchema: z.ZodObject<{
1470
1484
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1471
1485
  id: string;
1472
1486
  metadata: {
1473
- id: string;
1474
1487
  name: string;
1488
+ id: string;
1475
1489
  picture?: string | undefined;
1476
1490
  additionalCredentials?: any;
1477
1491
  };
@@ -1479,10 +1493,10 @@ export declare const FeedPostSchema: z.ZodObject<{
1479
1493
  updatedAt: Date;
1480
1494
  deletedAt: Date | null;
1481
1495
  contact: {
1496
+ name: string;
1482
1497
  id: string;
1483
1498
  channel: string | null;
1484
1499
  address: string | null;
1485
- name: string;
1486
1500
  createdAt: Date;
1487
1501
  updatedAt: Date;
1488
1502
  deletedAt: Date | null;
@@ -1527,8 +1541,8 @@ export declare const FeedPostSchema: z.ZodObject<{
1527
1541
  createdAt: Date;
1528
1542
  updatedAt: Date;
1529
1543
  deletedAt: Date | null;
1530
- address?: string | null | undefined;
1531
1544
  name?: string | undefined;
1545
+ address?: string | null | undefined;
1532
1546
  phone?: string | null | undefined;
1533
1547
  industry?: string | null | undefined;
1534
1548
  } | null;
@@ -1536,8 +1550,8 @@ export declare const FeedPostSchema: z.ZodObject<{
1536
1550
  contactProfile: string | null;
1537
1551
  socialProfileUrl: string | null;
1538
1552
  tags: {
1539
- id: string;
1540
1553
  name: string;
1554
+ id: string;
1541
1555
  createdAt: Date;
1542
1556
  updatedAt: Date;
1543
1557
  deletedAt: Date | null;
@@ -1562,8 +1576,8 @@ export declare const FeedPostSchema: z.ZodObject<{
1562
1576
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1563
1577
  id: string;
1564
1578
  metadata: {
1565
- id: string;
1566
1579
  name: string;
1580
+ id: string;
1567
1581
  picture?: string | undefined;
1568
1582
  additionalCredentials?: any;
1569
1583
  };
@@ -1711,9 +1725,9 @@ export declare const FeedPostSchema: z.ZodObject<{
1711
1725
  telephonySignature: string | null;
1712
1726
  }>;
1713
1727
  }, "strip", z.ZodTypeAny, {
1728
+ name: string;
1714
1729
  id: string;
1715
1730
  address: string | null;
1716
- name: string;
1717
1731
  email: string;
1718
1732
  createdAt: Date;
1719
1733
  updatedAt: Date;
@@ -1754,9 +1768,9 @@ export declare const FeedPostSchema: z.ZodObject<{
1754
1768
  telephonySignature: string | null;
1755
1769
  };
1756
1770
  }, {
1771
+ name: string;
1757
1772
  id: string;
1758
1773
  address: string | null;
1759
- name: string;
1760
1774
  email: string;
1761
1775
  createdAt: Date;
1762
1776
  updatedAt: Date;
@@ -1799,16 +1813,16 @@ export declare const FeedPostSchema: z.ZodObject<{
1799
1813
  }>;
1800
1814
  permalinkURL: z.ZodString;
1801
1815
  }, "strip", z.ZodTypeAny, {
1802
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "added_video" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
1816
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "added_photos" | "added_video" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
1803
1817
  message: string | null;
1804
1818
  id: string;
1805
1819
  channel: {
1820
+ name: string;
1806
1821
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1807
1822
  id: string;
1808
- name: string;
1809
1823
  metadata: {
1810
- id: string;
1811
1824
  name: string;
1825
+ id: string;
1812
1826
  accessToken?: string | undefined;
1813
1827
  channelSecret?: string | undefined;
1814
1828
  additionalCredentials?: any;
@@ -1820,10 +1834,12 @@ export declare const FeedPostSchema: z.ZodObject<{
1820
1834
  email?: string | null | undefined;
1821
1835
  clientId?: string | null | undefined;
1822
1836
  channelId?: string | null | undefined;
1823
- status?: "active" | "pending" | undefined;
1837
+ waapiInstanceId?: string | null | undefined;
1838
+ qr?: string | null | undefined;
1839
+ status?: "active" | "pending" | "waapi-qr" | undefined;
1824
1840
  apiKey?: string | undefined;
1825
1841
  tier?: "basic" | "regular" | "premium" | undefined;
1826
- integrationType?: "meta" | "360dialog" | undefined;
1842
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
1827
1843
  } | undefined;
1828
1844
  vonageCredentials?: {
1829
1845
  apiKey: string;
@@ -1839,9 +1855,9 @@ export declare const FeedPostSchema: z.ZodObject<{
1839
1855
  updatedAt: Date;
1840
1856
  deletedAt: Date | null;
1841
1857
  actor: {
1858
+ name: string;
1842
1859
  id: string;
1843
1860
  address: string | null;
1844
- name: string;
1845
1861
  email: string;
1846
1862
  createdAt: Date;
1847
1863
  updatedAt: Date;
@@ -1888,8 +1904,8 @@ export declare const FeedPostSchema: z.ZodObject<{
1888
1904
  connectedUserName: string;
1889
1905
  connectedUserId: string;
1890
1906
  botpressBot: {
1891
- id: string;
1892
1907
  name: string;
1908
+ id: string;
1893
1909
  accessToken: string;
1894
1910
  botId: string;
1895
1911
  integrationId: string;
@@ -1899,9 +1915,9 @@ export declare const FeedPostSchema: z.ZodObject<{
1899
1915
  updatedAt: Date;
1900
1916
  deletedAt: Date | null;
1901
1917
  actor: {
1918
+ name: string;
1902
1919
  id: string;
1903
1920
  address: string | null;
1904
- name: string;
1905
1921
  email: string;
1906
1922
  createdAt: Date;
1907
1923
  updatedAt: Date;
@@ -1947,8 +1963,8 @@ export declare const FeedPostSchema: z.ZodObject<{
1947
1963
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1948
1964
  id: string;
1949
1965
  metadata: {
1950
- id: string;
1951
1966
  name: string;
1967
+ id: string;
1952
1968
  picture?: string | undefined;
1953
1969
  additionalCredentials?: any;
1954
1970
  };
@@ -1956,10 +1972,10 @@ export declare const FeedPostSchema: z.ZodObject<{
1956
1972
  updatedAt: Date;
1957
1973
  deletedAt: Date | null;
1958
1974
  contact: {
1975
+ name: string;
1959
1976
  id: string;
1960
1977
  channel: string | null;
1961
1978
  address: string | null;
1962
- name: string;
1963
1979
  createdAt: Date;
1964
1980
  updatedAt: Date;
1965
1981
  deletedAt: Date | null;
@@ -2004,8 +2020,8 @@ export declare const FeedPostSchema: z.ZodObject<{
2004
2020
  createdAt: Date;
2005
2021
  updatedAt: Date;
2006
2022
  deletedAt: Date | null;
2007
- address?: string | null | undefined;
2008
2023
  name?: string | undefined;
2024
+ address?: string | null | undefined;
2009
2025
  phone?: string | null | undefined;
2010
2026
  industry?: string | null | undefined;
2011
2027
  } | null;
@@ -2013,8 +2029,8 @@ export declare const FeedPostSchema: z.ZodObject<{
2013
2029
  contactProfile: string | null;
2014
2030
  socialProfileUrl: string | null;
2015
2031
  tags: {
2016
- id: string;
2017
2032
  name: string;
2033
+ id: string;
2018
2034
  createdAt: Date;
2019
2035
  updatedAt: Date;
2020
2036
  deletedAt: Date | null;
@@ -2039,8 +2055,8 @@ export declare const FeedPostSchema: z.ZodObject<{
2039
2055
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2040
2056
  id: string;
2041
2057
  metadata: {
2042
- id: string;
2043
2058
  name: string;
2059
+ id: string;
2044
2060
  picture?: string | undefined;
2045
2061
  additionalCredentials?: any;
2046
2062
  };
@@ -2078,16 +2094,16 @@ export declare const FeedPostSchema: z.ZodObject<{
2078
2094
  metadata?: any;
2079
2095
  template?: any;
2080
2096
  }, {
2081
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "added_photos" | "added_video" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
2097
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "added_photos" | "added_video" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
2082
2098
  message: string | null;
2083
2099
  id: string;
2084
2100
  channel: {
2101
+ name: string;
2085
2102
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2086
2103
  id: string;
2087
- name: string;
2088
2104
  metadata: {
2089
- id: string;
2090
2105
  name: string;
2106
+ id: string;
2091
2107
  accessToken?: string | undefined;
2092
2108
  channelSecret?: string | undefined;
2093
2109
  additionalCredentials?: any;
@@ -2099,10 +2115,12 @@ export declare const FeedPostSchema: z.ZodObject<{
2099
2115
  email?: string | null | undefined;
2100
2116
  clientId?: string | null | undefined;
2101
2117
  channelId?: string | null | undefined;
2102
- status?: "active" | "pending" | undefined;
2118
+ waapiInstanceId?: string | null | undefined;
2119
+ qr?: string | null | undefined;
2120
+ status?: "active" | "pending" | "waapi-qr" | undefined;
2103
2121
  apiKey?: string | undefined;
2104
2122
  tier?: "basic" | "regular" | "premium" | undefined;
2105
- integrationType?: "meta" | "360dialog" | undefined;
2123
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
2106
2124
  } | undefined;
2107
2125
  vonageCredentials?: {
2108
2126
  apiKey: string;
@@ -2118,9 +2136,9 @@ export declare const FeedPostSchema: z.ZodObject<{
2118
2136
  updatedAt: Date;
2119
2137
  deletedAt: Date | null;
2120
2138
  actor: {
2139
+ name: string;
2121
2140
  id: string;
2122
2141
  address: string | null;
2123
- name: string;
2124
2142
  email: string;
2125
2143
  createdAt: Date;
2126
2144
  updatedAt: Date;
@@ -2167,8 +2185,8 @@ export declare const FeedPostSchema: z.ZodObject<{
2167
2185
  connectedUserName: string;
2168
2186
  connectedUserId: string;
2169
2187
  botpressBot: {
2170
- id: string;
2171
2188
  name: string;
2189
+ id: string;
2172
2190
  accessToken: string;
2173
2191
  botId: string;
2174
2192
  integrationId: string;
@@ -2178,9 +2196,9 @@ export declare const FeedPostSchema: z.ZodObject<{
2178
2196
  updatedAt: Date;
2179
2197
  deletedAt: Date | null;
2180
2198
  actor: {
2199
+ name: string;
2181
2200
  id: string;
2182
2201
  address: string | null;
2183
- name: string;
2184
2202
  email: string;
2185
2203
  createdAt: Date;
2186
2204
  updatedAt: Date;
@@ -2226,8 +2244,8 @@ export declare const FeedPostSchema: z.ZodObject<{
2226
2244
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2227
2245
  id: string;
2228
2246
  metadata: {
2229
- id: string;
2230
2247
  name: string;
2248
+ id: string;
2231
2249
  picture?: string | undefined;
2232
2250
  additionalCredentials?: any;
2233
2251
  };
@@ -2235,10 +2253,10 @@ export declare const FeedPostSchema: z.ZodObject<{
2235
2253
  updatedAt: Date;
2236
2254
  deletedAt: Date | null;
2237
2255
  contact: {
2256
+ name: string;
2238
2257
  id: string;
2239
2258
  channel: string | null;
2240
2259
  address: string | null;
2241
- name: string;
2242
2260
  createdAt: Date;
2243
2261
  updatedAt: Date;
2244
2262
  deletedAt: Date | null;
@@ -2283,8 +2301,8 @@ export declare const FeedPostSchema: z.ZodObject<{
2283
2301
  createdAt: Date;
2284
2302
  updatedAt: Date;
2285
2303
  deletedAt: Date | null;
2286
- address?: string | null | undefined;
2287
2304
  name?: string | undefined;
2305
+ address?: string | null | undefined;
2288
2306
  phone?: string | null | undefined;
2289
2307
  industry?: string | null | undefined;
2290
2308
  } | null;
@@ -2292,8 +2310,8 @@ export declare const FeedPostSchema: z.ZodObject<{
2292
2310
  contactProfile: string | null;
2293
2311
  socialProfileUrl: string | null;
2294
2312
  tags: {
2295
- id: string;
2296
2313
  name: string;
2314
+ id: string;
2297
2315
  createdAt: Date;
2298
2316
  updatedAt: Date;
2299
2317
  deletedAt: Date | null;
@@ -2318,8 +2336,8 @@ export declare const FeedPostSchema: z.ZodObject<{
2318
2336
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2319
2337
  id: string;
2320
2338
  metadata: {
2321
- id: string;
2322
2339
  name: string;
2340
+ id: string;
2323
2341
  picture?: string | undefined;
2324
2342
  additionalCredentials?: any;
2325
2343
  };