@kl1/contracts 1.2.41-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 +1482 -850
  17. package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
  18. package/dist/api-contracts/src/channel/schema.d.ts +72 -40
  19. package/dist/api-contracts/src/channel/schema.d.ts.map +1 -1
  20. package/dist/api-contracts/src/channel/validation.d.ts +86 -48
  21. package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
  22. package/dist/api-contracts/src/chat/index.d.ts +5325 -4547
  23. package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
  24. package/dist/api-contracts/src/chat/schema.d.ts +1491 -1329
  25. package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
  26. package/dist/api-contracts/src/chat/validation.d.ts +1268 -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 +14104 -10759
  36. package/dist/api-contracts/src/contract.d.ts.map +1 -1
  37. package/dist/api-contracts/src/cx-log/index.d.ts +311 -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 +257 -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 +1393 -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 +110 -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 +99 -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 +1132 -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 +1093 -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 +108 -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 +1135 -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 +95 -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 +187 -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 +950 -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 +962 -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 +956 -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 +1186 -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 +338 -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 +77 -3
  131. package/dist/index.js.map +1 -1
  132. package/dist/index.mjs +77 -3
  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;
@@ -76,9 +82,10 @@ export declare const FeedPostSchema: z.ZodObject<{
76
82
  }>>;
77
83
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
78
84
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
85
+ facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
79
86
  }, "strip", z.ZodTypeAny, {
80
- id: string;
81
87
  name: string;
88
+ id: string;
82
89
  accessToken?: string | undefined;
83
90
  channelSecret?: string | undefined;
84
91
  additionalCredentials?: any;
@@ -90,10 +97,12 @@ export declare const FeedPostSchema: z.ZodObject<{
90
97
  email?: string | null | undefined;
91
98
  clientId?: string | null | undefined;
92
99
  channelId?: string | null | undefined;
93
- status?: "active" | "pending" | undefined;
100
+ waapiInstanceId?: string | null | undefined;
101
+ qr?: string | null | undefined;
102
+ status?: "active" | "pending" | "waapi-qr" | undefined;
94
103
  apiKey?: string | undefined;
95
104
  tier?: "basic" | "regular" | "premium" | undefined;
96
- integrationType?: "meta" | "360dialog" | undefined;
105
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
97
106
  } | undefined;
98
107
  vonageCredentials?: {
99
108
  apiKey: string;
@@ -102,9 +111,10 @@ export declare const FeedPostSchema: z.ZodObject<{
102
111
  } | undefined;
103
112
  lineRichMenuId?: string | null | undefined;
104
113
  messengerIntegrationType?: "own" | "business" | undefined;
114
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
105
115
  }, {
106
- id: string;
107
116
  name: string;
117
+ id: string;
108
118
  accessToken?: string | undefined;
109
119
  channelSecret?: string | undefined;
110
120
  additionalCredentials?: any;
@@ -116,10 +126,12 @@ export declare const FeedPostSchema: z.ZodObject<{
116
126
  email?: string | null | undefined;
117
127
  clientId?: string | null | undefined;
118
128
  channelId?: string | null | undefined;
119
- status?: "active" | "pending" | undefined;
129
+ waapiInstanceId?: string | null | undefined;
130
+ qr?: string | null | undefined;
131
+ status?: "active" | "pending" | "waapi-qr" | undefined;
120
132
  apiKey?: string | undefined;
121
133
  tier?: "basic" | "regular" | "premium" | undefined;
122
- integrationType?: "meta" | "360dialog" | undefined;
134
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
123
135
  } | undefined;
124
136
  vonageCredentials?: {
125
137
  apiKey: string;
@@ -128,6 +140,7 @@ export declare const FeedPostSchema: z.ZodObject<{
128
140
  } | undefined;
129
141
  lineRichMenuId?: string | null | undefined;
130
142
  messengerIntegrationType?: "own" | "business" | undefined;
143
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
131
144
  }>;
132
145
  brandName: z.ZodString;
133
146
  platformId: z.ZodString;
@@ -142,14 +155,14 @@ export declare const FeedPostSchema: z.ZodObject<{
142
155
  integrationId: z.ZodString;
143
156
  accessToken: z.ZodString;
144
157
  }, "strip", z.ZodTypeAny, {
145
- id: string;
146
158
  name: string;
159
+ id: string;
147
160
  accessToken: string;
148
161
  botId: string;
149
162
  integrationId: string;
150
163
  }, {
151
- id: string;
152
164
  name: string;
165
+ id: string;
153
166
  accessToken: string;
154
167
  botId: string;
155
168
  integrationId: string;
@@ -272,9 +285,9 @@ export declare const FeedPostSchema: z.ZodObject<{
272
285
  telephonySignature: string | null;
273
286
  }>;
274
287
  }, "strip", z.ZodTypeAny, {
288
+ name: string;
275
289
  id: string;
276
290
  address: string | null;
277
- name: string;
278
291
  email: string;
279
292
  createdAt: Date;
280
293
  updatedAt: Date;
@@ -315,9 +328,9 @@ export declare const FeedPostSchema: z.ZodObject<{
315
328
  telephonySignature: string | null;
316
329
  };
317
330
  }, {
331
+ name: string;
318
332
  id: string;
319
333
  address: string | null;
320
- name: string;
321
334
  email: string;
322
335
  createdAt: Date;
323
336
  updatedAt: Date;
@@ -359,12 +372,12 @@ export declare const FeedPostSchema: z.ZodObject<{
359
372
  };
360
373
  }>;
361
374
  }, "strip", z.ZodTypeAny, {
375
+ name: string;
362
376
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
363
377
  id: string;
364
- name: string;
365
378
  metadata: {
366
- id: string;
367
379
  name: string;
380
+ id: string;
368
381
  accessToken?: string | undefined;
369
382
  channelSecret?: string | undefined;
370
383
  additionalCredentials?: any;
@@ -376,10 +389,12 @@ export declare const FeedPostSchema: z.ZodObject<{
376
389
  email?: string | null | undefined;
377
390
  clientId?: string | null | undefined;
378
391
  channelId?: string | null | undefined;
379
- status?: "active" | "pending" | undefined;
392
+ waapiInstanceId?: string | null | undefined;
393
+ qr?: string | null | undefined;
394
+ status?: "active" | "pending" | "waapi-qr" | undefined;
380
395
  apiKey?: string | undefined;
381
396
  tier?: "basic" | "regular" | "premium" | undefined;
382
- integrationType?: "meta" | "360dialog" | undefined;
397
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
383
398
  } | undefined;
384
399
  vonageCredentials?: {
385
400
  apiKey: string;
@@ -388,15 +403,16 @@ export declare const FeedPostSchema: z.ZodObject<{
388
403
  } | undefined;
389
404
  lineRichMenuId?: string | null | undefined;
390
405
  messengerIntegrationType?: "own" | "business" | undefined;
406
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
391
407
  };
392
408
  status: boolean;
393
409
  createdAt: Date;
394
410
  updatedAt: Date;
395
411
  deletedAt: Date | null;
396
412
  actor: {
413
+ name: string;
397
414
  id: string;
398
415
  address: string | null;
399
- name: string;
400
416
  email: string;
401
417
  createdAt: Date;
402
418
  updatedAt: Date;
@@ -443,19 +459,19 @@ export declare const FeedPostSchema: z.ZodObject<{
443
459
  connectedUserName: string;
444
460
  connectedUserId: string;
445
461
  botpressBot: {
446
- id: string;
447
462
  name: string;
463
+ id: string;
448
464
  accessToken: string;
449
465
  botId: string;
450
466
  integrationId: string;
451
467
  } | null;
452
468
  }, {
469
+ name: string;
453
470
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
454
471
  id: string;
455
- name: string;
456
472
  metadata: {
457
- id: string;
458
473
  name: string;
474
+ id: string;
459
475
  accessToken?: string | undefined;
460
476
  channelSecret?: string | undefined;
461
477
  additionalCredentials?: any;
@@ -467,10 +483,12 @@ export declare const FeedPostSchema: z.ZodObject<{
467
483
  email?: string | null | undefined;
468
484
  clientId?: string | null | undefined;
469
485
  channelId?: string | null | undefined;
470
- status?: "active" | "pending" | undefined;
486
+ waapiInstanceId?: string | null | undefined;
487
+ qr?: string | null | undefined;
488
+ status?: "active" | "pending" | "waapi-qr" | undefined;
471
489
  apiKey?: string | undefined;
472
490
  tier?: "basic" | "regular" | "premium" | undefined;
473
- integrationType?: "meta" | "360dialog" | undefined;
491
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
474
492
  } | undefined;
475
493
  vonageCredentials?: {
476
494
  apiKey: string;
@@ -479,15 +497,16 @@ export declare const FeedPostSchema: z.ZodObject<{
479
497
  } | undefined;
480
498
  lineRichMenuId?: string | null | undefined;
481
499
  messengerIntegrationType?: "own" | "business" | undefined;
500
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
482
501
  };
483
502
  status: boolean;
484
503
  createdAt: Date;
485
504
  updatedAt: Date;
486
505
  deletedAt: Date | null;
487
506
  actor: {
507
+ name: string;
488
508
  id: string;
489
509
  address: string | null;
490
- name: string;
491
510
  email: string;
492
511
  createdAt: Date;
493
512
  updatedAt: Date;
@@ -534,8 +553,8 @@ export declare const FeedPostSchema: z.ZodObject<{
534
553
  connectedUserName: string;
535
554
  connectedUserId: string;
536
555
  botpressBot: {
537
- id: string;
538
556
  name: string;
557
+ id: string;
539
558
  accessToken: string;
540
559
  botId: string;
541
560
  integrationId: string;
@@ -555,13 +574,13 @@ export declare const FeedPostSchema: z.ZodObject<{
555
574
  picture: z.ZodOptional<z.ZodString>;
556
575
  additionalCredentials: z.ZodAny;
557
576
  }, "strip", z.ZodTypeAny, {
558
- id: string;
559
577
  name: string;
578
+ id: string;
560
579
  picture?: string | undefined;
561
580
  additionalCredentials?: any;
562
581
  }, {
563
- id: string;
564
582
  name: string;
583
+ id: string;
565
584
  picture?: string | undefined;
566
585
  additionalCredentials?: any;
567
586
  }>;
@@ -583,14 +602,14 @@ export declare const FeedPostSchema: z.ZodObject<{
583
602
  deletedAt: z.ZodNullable<z.ZodDate>;
584
603
  name: z.ZodString;
585
604
  }, "strip", z.ZodTypeAny, {
586
- id: string;
587
605
  name: string;
606
+ id: string;
588
607
  createdAt: Date;
589
608
  updatedAt: Date;
590
609
  deletedAt: Date | null;
591
610
  }, {
592
- id: string;
593
611
  name: string;
612
+ id: string;
594
613
  createdAt: Date;
595
614
  updatedAt: Date;
596
615
  deletedAt: Date | null;
@@ -746,8 +765,8 @@ export declare const FeedPostSchema: z.ZodObject<{
746
765
  createdAt: Date;
747
766
  updatedAt: Date;
748
767
  deletedAt: Date | null;
749
- address?: string | null | undefined;
750
768
  name?: string | undefined;
769
+ address?: string | null | undefined;
751
770
  phone?: string | null | undefined;
752
771
  industry?: string | null | undefined;
753
772
  }, {
@@ -755,8 +774,8 @@ export declare const FeedPostSchema: z.ZodObject<{
755
774
  createdAt: Date;
756
775
  updatedAt: Date;
757
776
  deletedAt: Date | null;
758
- address?: string | null | undefined;
759
777
  name?: string | undefined;
778
+ address?: string | null | undefined;
760
779
  phone?: string | null | undefined;
761
780
  industry?: string | null | undefined;
762
781
  }>>;
@@ -774,13 +793,13 @@ export declare const FeedPostSchema: z.ZodObject<{
774
793
  picture: z.ZodOptional<z.ZodString>;
775
794
  additionalCredentials: z.ZodAny;
776
795
  }, "strip", z.ZodTypeAny, {
777
- id: string;
778
796
  name: string;
797
+ id: string;
779
798
  picture?: string | undefined;
780
799
  additionalCredentials?: any;
781
800
  }, {
782
- id: string;
783
801
  name: string;
802
+ id: string;
784
803
  picture?: string | undefined;
785
804
  additionalCredentials?: any;
786
805
  }>;
@@ -788,8 +807,8 @@ export declare const FeedPostSchema: z.ZodObject<{
788
807
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
789
808
  id: string;
790
809
  metadata: {
791
- id: string;
792
810
  name: string;
811
+ id: string;
793
812
  picture?: string | undefined;
794
813
  additionalCredentials?: any;
795
814
  };
@@ -802,8 +821,8 @@ export declare const FeedPostSchema: z.ZodObject<{
802
821
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
803
822
  id: string;
804
823
  metadata: {
805
- id: string;
806
824
  name: string;
825
+ id: string;
807
826
  picture?: string | undefined;
808
827
  additionalCredentials?: any;
809
828
  };
@@ -1113,10 +1132,10 @@ export declare const FeedPostSchema: z.ZodObject<{
1113
1132
  };
1114
1133
  }>, "many">>;
1115
1134
  }, "strip", z.ZodTypeAny, {
1135
+ name: string;
1116
1136
  id: string;
1117
1137
  channel: string | null;
1118
1138
  address: string | null;
1119
- name: string;
1120
1139
  createdAt: Date;
1121
1140
  updatedAt: Date;
1122
1141
  deletedAt: Date | null;
@@ -1161,8 +1180,8 @@ export declare const FeedPostSchema: z.ZodObject<{
1161
1180
  createdAt: Date;
1162
1181
  updatedAt: Date;
1163
1182
  deletedAt: Date | null;
1164
- address?: string | null | undefined;
1165
1183
  name?: string | undefined;
1184
+ address?: string | null | undefined;
1166
1185
  phone?: string | null | undefined;
1167
1186
  industry?: string | null | undefined;
1168
1187
  } | null;
@@ -1170,8 +1189,8 @@ export declare const FeedPostSchema: z.ZodObject<{
1170
1189
  contactProfile: string | null;
1171
1190
  socialProfileUrl: string | null;
1172
1191
  tags: {
1173
- id: string;
1174
1192
  name: string;
1193
+ id: string;
1175
1194
  createdAt: Date;
1176
1195
  updatedAt: Date;
1177
1196
  deletedAt: Date | null;
@@ -1196,8 +1215,8 @@ export declare const FeedPostSchema: z.ZodObject<{
1196
1215
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1197
1216
  id: string;
1198
1217
  metadata: {
1199
- id: string;
1200
1218
  name: string;
1219
+ id: string;
1201
1220
  picture?: string | undefined;
1202
1221
  additionalCredentials?: any;
1203
1222
  };
@@ -1224,10 +1243,10 @@ export declare const FeedPostSchema: z.ZodObject<{
1224
1243
  };
1225
1244
  }[] | undefined;
1226
1245
  }, {
1246
+ name: string;
1227
1247
  id: string;
1228
1248
  channel: string | null;
1229
1249
  address: string | null;
1230
- name: string;
1231
1250
  createdAt: Date;
1232
1251
  updatedAt: Date;
1233
1252
  deletedAt: Date | null;
@@ -1272,8 +1291,8 @@ export declare const FeedPostSchema: z.ZodObject<{
1272
1291
  createdAt: Date;
1273
1292
  updatedAt: Date;
1274
1293
  deletedAt: Date | null;
1275
- address?: string | null | undefined;
1276
1294
  name?: string | undefined;
1295
+ address?: string | null | undefined;
1277
1296
  phone?: string | null | undefined;
1278
1297
  industry?: string | null | undefined;
1279
1298
  } | null;
@@ -1281,8 +1300,8 @@ export declare const FeedPostSchema: z.ZodObject<{
1281
1300
  contactProfile: string | null;
1282
1301
  socialProfileUrl: string | null;
1283
1302
  tags: {
1284
- id: string;
1285
1303
  name: string;
1304
+ id: string;
1286
1305
  createdAt: Date;
1287
1306
  updatedAt: Date;
1288
1307
  deletedAt: Date | null;
@@ -1307,8 +1326,8 @@ export declare const FeedPostSchema: z.ZodObject<{
1307
1326
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1308
1327
  id: string;
1309
1328
  metadata: {
1310
- id: string;
1311
1329
  name: string;
1330
+ id: string;
1312
1331
  picture?: string | undefined;
1313
1332
  additionalCredentials?: any;
1314
1333
  };
@@ -1339,8 +1358,8 @@ export declare const FeedPostSchema: z.ZodObject<{
1339
1358
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1340
1359
  id: string;
1341
1360
  metadata: {
1342
- id: string;
1343
1361
  name: string;
1362
+ id: string;
1344
1363
  picture?: string | undefined;
1345
1364
  additionalCredentials?: any;
1346
1365
  };
@@ -1348,10 +1367,10 @@ export declare const FeedPostSchema: z.ZodObject<{
1348
1367
  updatedAt: Date;
1349
1368
  deletedAt: Date | null;
1350
1369
  contact: {
1370
+ name: string;
1351
1371
  id: string;
1352
1372
  channel: string | null;
1353
1373
  address: string | null;
1354
- name: string;
1355
1374
  createdAt: Date;
1356
1375
  updatedAt: Date;
1357
1376
  deletedAt: Date | null;
@@ -1396,8 +1415,8 @@ export declare const FeedPostSchema: z.ZodObject<{
1396
1415
  createdAt: Date;
1397
1416
  updatedAt: Date;
1398
1417
  deletedAt: Date | null;
1399
- address?: string | null | undefined;
1400
1418
  name?: string | undefined;
1419
+ address?: string | null | undefined;
1401
1420
  phone?: string | null | undefined;
1402
1421
  industry?: string | null | undefined;
1403
1422
  } | null;
@@ -1405,8 +1424,8 @@ export declare const FeedPostSchema: z.ZodObject<{
1405
1424
  contactProfile: string | null;
1406
1425
  socialProfileUrl: string | null;
1407
1426
  tags: {
1408
- id: string;
1409
1427
  name: string;
1428
+ id: string;
1410
1429
  createdAt: Date;
1411
1430
  updatedAt: Date;
1412
1431
  deletedAt: Date | null;
@@ -1431,8 +1450,8 @@ export declare const FeedPostSchema: z.ZodObject<{
1431
1450
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1432
1451
  id: string;
1433
1452
  metadata: {
1434
- id: string;
1435
1453
  name: string;
1454
+ id: string;
1436
1455
  picture?: string | undefined;
1437
1456
  additionalCredentials?: any;
1438
1457
  };
@@ -1465,8 +1484,8 @@ export declare const FeedPostSchema: z.ZodObject<{
1465
1484
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1466
1485
  id: string;
1467
1486
  metadata: {
1468
- id: string;
1469
1487
  name: string;
1488
+ id: string;
1470
1489
  picture?: string | undefined;
1471
1490
  additionalCredentials?: any;
1472
1491
  };
@@ -1474,10 +1493,10 @@ export declare const FeedPostSchema: z.ZodObject<{
1474
1493
  updatedAt: Date;
1475
1494
  deletedAt: Date | null;
1476
1495
  contact: {
1496
+ name: string;
1477
1497
  id: string;
1478
1498
  channel: string | null;
1479
1499
  address: string | null;
1480
- name: string;
1481
1500
  createdAt: Date;
1482
1501
  updatedAt: Date;
1483
1502
  deletedAt: Date | null;
@@ -1522,8 +1541,8 @@ export declare const FeedPostSchema: z.ZodObject<{
1522
1541
  createdAt: Date;
1523
1542
  updatedAt: Date;
1524
1543
  deletedAt: Date | null;
1525
- address?: string | null | undefined;
1526
1544
  name?: string | undefined;
1545
+ address?: string | null | undefined;
1527
1546
  phone?: string | null | undefined;
1528
1547
  industry?: string | null | undefined;
1529
1548
  } | null;
@@ -1531,8 +1550,8 @@ export declare const FeedPostSchema: z.ZodObject<{
1531
1550
  contactProfile: string | null;
1532
1551
  socialProfileUrl: string | null;
1533
1552
  tags: {
1534
- id: string;
1535
1553
  name: string;
1554
+ id: string;
1536
1555
  createdAt: Date;
1537
1556
  updatedAt: Date;
1538
1557
  deletedAt: Date | null;
@@ -1557,8 +1576,8 @@ export declare const FeedPostSchema: z.ZodObject<{
1557
1576
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1558
1577
  id: string;
1559
1578
  metadata: {
1560
- id: string;
1561
1579
  name: string;
1580
+ id: string;
1562
1581
  picture?: string | undefined;
1563
1582
  additionalCredentials?: any;
1564
1583
  };
@@ -1706,9 +1725,9 @@ export declare const FeedPostSchema: z.ZodObject<{
1706
1725
  telephonySignature: string | null;
1707
1726
  }>;
1708
1727
  }, "strip", z.ZodTypeAny, {
1728
+ name: string;
1709
1729
  id: string;
1710
1730
  address: string | null;
1711
- name: string;
1712
1731
  email: string;
1713
1732
  createdAt: Date;
1714
1733
  updatedAt: Date;
@@ -1749,9 +1768,9 @@ export declare const FeedPostSchema: z.ZodObject<{
1749
1768
  telephonySignature: string | null;
1750
1769
  };
1751
1770
  }, {
1771
+ name: string;
1752
1772
  id: string;
1753
1773
  address: string | null;
1754
- name: string;
1755
1774
  email: string;
1756
1775
  createdAt: Date;
1757
1776
  updatedAt: Date;
@@ -1794,16 +1813,16 @@ export declare const FeedPostSchema: z.ZodObject<{
1794
1813
  }>;
1795
1814
  permalinkURL: z.ZodString;
1796
1815
  }, "strip", z.ZodTypeAny, {
1797
- 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";
1798
1817
  message: string | null;
1799
1818
  id: string;
1800
1819
  channel: {
1820
+ name: string;
1801
1821
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1802
1822
  id: string;
1803
- name: string;
1804
1823
  metadata: {
1805
- id: string;
1806
1824
  name: string;
1825
+ id: string;
1807
1826
  accessToken?: string | undefined;
1808
1827
  channelSecret?: string | undefined;
1809
1828
  additionalCredentials?: any;
@@ -1815,10 +1834,12 @@ export declare const FeedPostSchema: z.ZodObject<{
1815
1834
  email?: string | null | undefined;
1816
1835
  clientId?: string | null | undefined;
1817
1836
  channelId?: string | null | undefined;
1818
- status?: "active" | "pending" | undefined;
1837
+ waapiInstanceId?: string | null | undefined;
1838
+ qr?: string | null | undefined;
1839
+ status?: "active" | "pending" | "waapi-qr" | undefined;
1819
1840
  apiKey?: string | undefined;
1820
1841
  tier?: "basic" | "regular" | "premium" | undefined;
1821
- integrationType?: "meta" | "360dialog" | undefined;
1842
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
1822
1843
  } | undefined;
1823
1844
  vonageCredentials?: {
1824
1845
  apiKey: string;
@@ -1827,15 +1848,16 @@ export declare const FeedPostSchema: z.ZodObject<{
1827
1848
  } | undefined;
1828
1849
  lineRichMenuId?: string | null | undefined;
1829
1850
  messengerIntegrationType?: "own" | "business" | undefined;
1851
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
1830
1852
  };
1831
1853
  status: boolean;
1832
1854
  createdAt: Date;
1833
1855
  updatedAt: Date;
1834
1856
  deletedAt: Date | null;
1835
1857
  actor: {
1858
+ name: string;
1836
1859
  id: string;
1837
1860
  address: string | null;
1838
- name: string;
1839
1861
  email: string;
1840
1862
  createdAt: Date;
1841
1863
  updatedAt: Date;
@@ -1882,8 +1904,8 @@ export declare const FeedPostSchema: z.ZodObject<{
1882
1904
  connectedUserName: string;
1883
1905
  connectedUserId: string;
1884
1906
  botpressBot: {
1885
- id: string;
1886
1907
  name: string;
1908
+ id: string;
1887
1909
  accessToken: string;
1888
1910
  botId: string;
1889
1911
  integrationId: string;
@@ -1893,9 +1915,9 @@ export declare const FeedPostSchema: z.ZodObject<{
1893
1915
  updatedAt: Date;
1894
1916
  deletedAt: Date | null;
1895
1917
  actor: {
1918
+ name: string;
1896
1919
  id: string;
1897
1920
  address: string | null;
1898
- name: string;
1899
1921
  email: string;
1900
1922
  createdAt: Date;
1901
1923
  updatedAt: Date;
@@ -1941,8 +1963,8 @@ export declare const FeedPostSchema: z.ZodObject<{
1941
1963
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1942
1964
  id: string;
1943
1965
  metadata: {
1944
- id: string;
1945
1966
  name: string;
1967
+ id: string;
1946
1968
  picture?: string | undefined;
1947
1969
  additionalCredentials?: any;
1948
1970
  };
@@ -1950,10 +1972,10 @@ export declare const FeedPostSchema: z.ZodObject<{
1950
1972
  updatedAt: Date;
1951
1973
  deletedAt: Date | null;
1952
1974
  contact: {
1975
+ name: string;
1953
1976
  id: string;
1954
1977
  channel: string | null;
1955
1978
  address: string | null;
1956
- name: string;
1957
1979
  createdAt: Date;
1958
1980
  updatedAt: Date;
1959
1981
  deletedAt: Date | null;
@@ -1998,8 +2020,8 @@ export declare const FeedPostSchema: z.ZodObject<{
1998
2020
  createdAt: Date;
1999
2021
  updatedAt: Date;
2000
2022
  deletedAt: Date | null;
2001
- address?: string | null | undefined;
2002
2023
  name?: string | undefined;
2024
+ address?: string | null | undefined;
2003
2025
  phone?: string | null | undefined;
2004
2026
  industry?: string | null | undefined;
2005
2027
  } | null;
@@ -2007,8 +2029,8 @@ export declare const FeedPostSchema: z.ZodObject<{
2007
2029
  contactProfile: string | null;
2008
2030
  socialProfileUrl: string | null;
2009
2031
  tags: {
2010
- id: string;
2011
2032
  name: string;
2033
+ id: string;
2012
2034
  createdAt: Date;
2013
2035
  updatedAt: Date;
2014
2036
  deletedAt: Date | null;
@@ -2033,8 +2055,8 @@ export declare const FeedPostSchema: z.ZodObject<{
2033
2055
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2034
2056
  id: string;
2035
2057
  metadata: {
2036
- id: string;
2037
2058
  name: string;
2059
+ id: string;
2038
2060
  picture?: string | undefined;
2039
2061
  additionalCredentials?: any;
2040
2062
  };
@@ -2072,16 +2094,16 @@ export declare const FeedPostSchema: z.ZodObject<{
2072
2094
  metadata?: any;
2073
2095
  template?: any;
2074
2096
  }, {
2075
- 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";
2076
2098
  message: string | null;
2077
2099
  id: string;
2078
2100
  channel: {
2101
+ name: string;
2079
2102
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2080
2103
  id: string;
2081
- name: string;
2082
2104
  metadata: {
2083
- id: string;
2084
2105
  name: string;
2106
+ id: string;
2085
2107
  accessToken?: string | undefined;
2086
2108
  channelSecret?: string | undefined;
2087
2109
  additionalCredentials?: any;
@@ -2093,10 +2115,12 @@ export declare const FeedPostSchema: z.ZodObject<{
2093
2115
  email?: string | null | undefined;
2094
2116
  clientId?: string | null | undefined;
2095
2117
  channelId?: string | null | undefined;
2096
- status?: "active" | "pending" | undefined;
2118
+ waapiInstanceId?: string | null | undefined;
2119
+ qr?: string | null | undefined;
2120
+ status?: "active" | "pending" | "waapi-qr" | undefined;
2097
2121
  apiKey?: string | undefined;
2098
2122
  tier?: "basic" | "regular" | "premium" | undefined;
2099
- integrationType?: "meta" | "360dialog" | undefined;
2123
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
2100
2124
  } | undefined;
2101
2125
  vonageCredentials?: {
2102
2126
  apiKey: string;
@@ -2105,15 +2129,16 @@ export declare const FeedPostSchema: z.ZodObject<{
2105
2129
  } | undefined;
2106
2130
  lineRichMenuId?: string | null | undefined;
2107
2131
  messengerIntegrationType?: "own" | "business" | undefined;
2132
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
2108
2133
  };
2109
2134
  status: boolean;
2110
2135
  createdAt: Date;
2111
2136
  updatedAt: Date;
2112
2137
  deletedAt: Date | null;
2113
2138
  actor: {
2139
+ name: string;
2114
2140
  id: string;
2115
2141
  address: string | null;
2116
- name: string;
2117
2142
  email: string;
2118
2143
  createdAt: Date;
2119
2144
  updatedAt: Date;
@@ -2160,8 +2185,8 @@ export declare const FeedPostSchema: z.ZodObject<{
2160
2185
  connectedUserName: string;
2161
2186
  connectedUserId: string;
2162
2187
  botpressBot: {
2163
- id: string;
2164
2188
  name: string;
2189
+ id: string;
2165
2190
  accessToken: string;
2166
2191
  botId: string;
2167
2192
  integrationId: string;
@@ -2171,9 +2196,9 @@ export declare const FeedPostSchema: z.ZodObject<{
2171
2196
  updatedAt: Date;
2172
2197
  deletedAt: Date | null;
2173
2198
  actor: {
2199
+ name: string;
2174
2200
  id: string;
2175
2201
  address: string | null;
2176
- name: string;
2177
2202
  email: string;
2178
2203
  createdAt: Date;
2179
2204
  updatedAt: Date;
@@ -2219,8 +2244,8 @@ export declare const FeedPostSchema: z.ZodObject<{
2219
2244
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2220
2245
  id: string;
2221
2246
  metadata: {
2222
- id: string;
2223
2247
  name: string;
2248
+ id: string;
2224
2249
  picture?: string | undefined;
2225
2250
  additionalCredentials?: any;
2226
2251
  };
@@ -2228,10 +2253,10 @@ export declare const FeedPostSchema: z.ZodObject<{
2228
2253
  updatedAt: Date;
2229
2254
  deletedAt: Date | null;
2230
2255
  contact: {
2256
+ name: string;
2231
2257
  id: string;
2232
2258
  channel: string | null;
2233
2259
  address: string | null;
2234
- name: string;
2235
2260
  createdAt: Date;
2236
2261
  updatedAt: Date;
2237
2262
  deletedAt: Date | null;
@@ -2276,8 +2301,8 @@ export declare const FeedPostSchema: z.ZodObject<{
2276
2301
  createdAt: Date;
2277
2302
  updatedAt: Date;
2278
2303
  deletedAt: Date | null;
2279
- address?: string | null | undefined;
2280
2304
  name?: string | undefined;
2305
+ address?: string | null | undefined;
2281
2306
  phone?: string | null | undefined;
2282
2307
  industry?: string | null | undefined;
2283
2308
  } | null;
@@ -2285,8 +2310,8 @@ export declare const FeedPostSchema: z.ZodObject<{
2285
2310
  contactProfile: string | null;
2286
2311
  socialProfileUrl: string | null;
2287
2312
  tags: {
2288
- id: string;
2289
2313
  name: string;
2314
+ id: string;
2290
2315
  createdAt: Date;
2291
2316
  updatedAt: Date;
2292
2317
  deletedAt: Date | null;
@@ -2311,8 +2336,8 @@ export declare const FeedPostSchema: z.ZodObject<{
2311
2336
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2312
2337
  id: string;
2313
2338
  metadata: {
2314
- id: string;
2315
2339
  name: string;
2340
+ id: string;
2316
2341
  picture?: string | undefined;
2317
2342
  additionalCredentials?: any;
2318
2343
  };