@zavudev/sdk 0.17.0 → 0.18.0

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 (185) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/client.d.mts +11 -5
  3. package/client.d.mts.map +1 -1
  4. package/client.d.ts +11 -5
  5. package/client.d.ts.map +1 -1
  6. package/client.js +7 -1
  7. package/client.js.map +1 -1
  8. package/client.mjs +7 -1
  9. package/client.mjs.map +1 -1
  10. package/package.json +1 -1
  11. package/resources/addresses.d.mts +104 -0
  12. package/resources/addresses.d.mts.map +1 -0
  13. package/resources/addresses.d.ts +104 -0
  14. package/resources/addresses.d.ts.map +1 -0
  15. package/resources/addresses.js +72 -0
  16. package/resources/addresses.js.map +1 -0
  17. package/resources/addresses.mjs +68 -0
  18. package/resources/addresses.mjs.map +1 -0
  19. package/resources/broadcasts/broadcasts.d.mts +23 -1
  20. package/resources/broadcasts/broadcasts.d.mts.map +1 -1
  21. package/resources/broadcasts/broadcasts.d.ts +23 -1
  22. package/resources/broadcasts/broadcasts.d.ts.map +1 -1
  23. package/resources/broadcasts/broadcasts.js +15 -0
  24. package/resources/broadcasts/broadcasts.js.map +1 -1
  25. package/resources/broadcasts/broadcasts.mjs +15 -0
  26. package/resources/broadcasts/broadcasts.mjs.map +1 -1
  27. package/resources/broadcasts/index.d.mts +1 -1
  28. package/resources/broadcasts/index.d.mts.map +1 -1
  29. package/resources/broadcasts/index.d.ts +1 -1
  30. package/resources/broadcasts/index.d.ts.map +1 -1
  31. package/resources/broadcasts/index.js.map +1 -1
  32. package/resources/broadcasts/index.mjs.map +1 -1
  33. package/resources/index.d.mts +5 -3
  34. package/resources/index.d.mts.map +1 -1
  35. package/resources/index.d.ts +5 -3
  36. package/resources/index.d.ts.map +1 -1
  37. package/resources/index.js +6 -2
  38. package/resources/index.js.map +1 -1
  39. package/resources/index.mjs +3 -1
  40. package/resources/index.mjs.map +1 -1
  41. package/resources/phone-numbers.d.mts +67 -1
  42. package/resources/phone-numbers.d.mts.map +1 -1
  43. package/resources/phone-numbers.d.ts +67 -1
  44. package/resources/phone-numbers.d.ts.map +1 -1
  45. package/resources/phone-numbers.js +15 -0
  46. package/resources/phone-numbers.js.map +1 -1
  47. package/resources/phone-numbers.mjs +15 -0
  48. package/resources/phone-numbers.mjs.map +1 -1
  49. package/resources/regulatory-documents.d.mts +114 -0
  50. package/resources/regulatory-documents.d.mts.map +1 -0
  51. package/resources/regulatory-documents.d.ts +114 -0
  52. package/resources/regulatory-documents.d.ts.map +1 -0
  53. package/resources/regulatory-documents.js +84 -0
  54. package/resources/regulatory-documents.js.map +1 -0
  55. package/resources/regulatory-documents.mjs +80 -0
  56. package/resources/regulatory-documents.mjs.map +1 -0
  57. package/resources/senders/agent/agent.d.mts +230 -0
  58. package/resources/senders/agent/agent.d.mts.map +1 -0
  59. package/resources/senders/agent/agent.d.ts +230 -0
  60. package/resources/senders/agent/agent.d.ts.map +1 -0
  61. package/resources/senders/agent/agent.js +105 -0
  62. package/resources/senders/agent/agent.js.map +1 -0
  63. package/resources/senders/agent/agent.mjs +100 -0
  64. package/resources/senders/agent/agent.mjs.map +1 -0
  65. package/resources/senders/agent/executions.d.mts +32 -0
  66. package/resources/senders/agent/executions.d.mts.map +1 -0
  67. package/resources/senders/agent/executions.d.ts +32 -0
  68. package/resources/senders/agent/executions.d.ts.map +1 -0
  69. package/resources/senders/agent/executions.js +27 -0
  70. package/resources/senders/agent/executions.js.map +1 -0
  71. package/resources/senders/agent/executions.mjs +23 -0
  72. package/resources/senders/agent/executions.mjs.map +1 -0
  73. package/resources/senders/agent/flows.d.mts +301 -0
  74. package/resources/senders/agent/flows.d.mts.map +1 -0
  75. package/resources/senders/agent/flows.d.ts +301 -0
  76. package/resources/senders/agent/flows.d.ts.map +1 -0
  77. package/resources/senders/agent/flows.js +135 -0
  78. package/resources/senders/agent/flows.js.map +1 -0
  79. package/resources/senders/agent/flows.mjs +131 -0
  80. package/resources/senders/agent/flows.mjs.map +1 -0
  81. package/resources/senders/agent/index.d.mts +6 -0
  82. package/resources/senders/agent/index.d.mts.map +1 -0
  83. package/resources/senders/agent/index.d.ts +6 -0
  84. package/resources/senders/agent/index.d.ts.map +1 -0
  85. package/resources/senders/agent/index.js +15 -0
  86. package/resources/senders/agent/index.js.map +1 -0
  87. package/resources/senders/agent/index.mjs +7 -0
  88. package/resources/senders/agent/index.mjs.map +1 -0
  89. package/resources/senders/agent/knowledge-bases/documents.d.mts +86 -0
  90. package/resources/senders/agent/knowledge-bases/documents.d.mts.map +1 -0
  91. package/resources/senders/agent/knowledge-bases/documents.d.ts +86 -0
  92. package/resources/senders/agent/knowledge-bases/documents.d.ts.map +1 -0
  93. package/resources/senders/agent/knowledge-bases/documents.js +70 -0
  94. package/resources/senders/agent/knowledge-bases/documents.js.map +1 -0
  95. package/resources/senders/agent/knowledge-bases/documents.mjs +66 -0
  96. package/resources/senders/agent/knowledge-bases/documents.mjs.map +1 -0
  97. package/resources/senders/agent/knowledge-bases/index.d.mts +3 -0
  98. package/resources/senders/agent/knowledge-bases/index.d.mts.map +1 -0
  99. package/resources/senders/agent/knowledge-bases/index.d.ts +3 -0
  100. package/resources/senders/agent/knowledge-bases/index.d.ts.map +1 -0
  101. package/resources/senders/agent/knowledge-bases/index.js +9 -0
  102. package/resources/senders/agent/knowledge-bases/index.js.map +1 -0
  103. package/resources/senders/agent/knowledge-bases/index.mjs +4 -0
  104. package/resources/senders/agent/knowledge-bases/index.mjs.map +1 -0
  105. package/resources/senders/agent/knowledge-bases/knowledge-bases.d.mts +147 -0
  106. package/resources/senders/agent/knowledge-bases/knowledge-bases.d.mts.map +1 -0
  107. package/resources/senders/agent/knowledge-bases/knowledge-bases.d.ts +147 -0
  108. package/resources/senders/agent/knowledge-bases/knowledge-bases.d.ts.map +1 -0
  109. package/resources/senders/agent/knowledge-bases/knowledge-bases.js +106 -0
  110. package/resources/senders/agent/knowledge-bases/knowledge-bases.js.map +1 -0
  111. package/resources/senders/agent/knowledge-bases/knowledge-bases.mjs +101 -0
  112. package/resources/senders/agent/knowledge-bases/knowledge-bases.mjs.map +1 -0
  113. package/resources/senders/agent/knowledge-bases.d.mts +2 -0
  114. package/resources/senders/agent/knowledge-bases.d.mts.map +1 -0
  115. package/resources/senders/agent/knowledge-bases.d.ts +2 -0
  116. package/resources/senders/agent/knowledge-bases.d.ts.map +1 -0
  117. package/resources/senders/agent/knowledge-bases.js +6 -0
  118. package/resources/senders/agent/knowledge-bases.js.map +1 -0
  119. package/resources/senders/agent/knowledge-bases.mjs +3 -0
  120. package/resources/senders/agent/knowledge-bases.mjs.map +1 -0
  121. package/resources/senders/agent/tools.d.mts +242 -0
  122. package/resources/senders/agent/tools.d.mts.map +1 -0
  123. package/resources/senders/agent/tools.d.ts +242 -0
  124. package/resources/senders/agent/tools.d.ts.map +1 -0
  125. package/resources/senders/agent/tools.js +126 -0
  126. package/resources/senders/agent/tools.js.map +1 -0
  127. package/resources/senders/agent/tools.mjs +122 -0
  128. package/resources/senders/agent/tools.mjs.map +1 -0
  129. package/resources/senders/agent.d.mts +2 -0
  130. package/resources/senders/agent.d.mts.map +1 -0
  131. package/resources/senders/agent.d.ts +2 -0
  132. package/resources/senders/agent.d.ts.map +1 -0
  133. package/resources/senders/agent.js +6 -0
  134. package/resources/senders/agent.js.map +1 -0
  135. package/resources/senders/agent.mjs +3 -0
  136. package/resources/senders/agent.mjs.map +1 -0
  137. package/resources/senders/index.d.mts +3 -0
  138. package/resources/senders/index.d.mts.map +1 -0
  139. package/resources/senders/index.d.ts +3 -0
  140. package/resources/senders/index.d.ts.map +1 -0
  141. package/resources/senders/index.js +9 -0
  142. package/resources/senders/index.js.map +1 -0
  143. package/resources/senders/index.mjs +4 -0
  144. package/resources/senders/index.mjs.map +1 -0
  145. package/resources/senders/senders.d.mts +342 -0
  146. package/resources/senders/senders.d.mts.map +1 -0
  147. package/resources/senders/senders.d.ts +342 -0
  148. package/resources/senders/senders.d.ts.map +1 -0
  149. package/resources/senders/senders.js +150 -0
  150. package/resources/senders/senders.js.map +1 -0
  151. package/resources/senders/senders.mjs +145 -0
  152. package/resources/senders/senders.mjs.map +1 -0
  153. package/resources/senders.d.mts +1 -337
  154. package/resources/senders.d.mts.map +1 -1
  155. package/resources/senders.d.ts +1 -337
  156. package/resources/senders.d.ts.map +1 -1
  157. package/resources/senders.js +2 -138
  158. package/resources/senders.js.map +1 -1
  159. package/resources/senders.mjs +1 -136
  160. package/resources/senders.mjs.map +1 -1
  161. package/src/client.ts +79 -17
  162. package/src/resources/addresses.ts +160 -0
  163. package/src/resources/broadcasts/broadcasts.ts +33 -0
  164. package/src/resources/broadcasts/index.ts +2 -0
  165. package/src/resources/index.ts +29 -1
  166. package/src/resources/phone-numbers.ts +97 -0
  167. package/src/resources/regulatory-documents.ts +184 -0
  168. package/src/resources/senders/agent/agent.ts +417 -0
  169. package/src/resources/senders/agent/executions.ts +48 -0
  170. package/src/resources/senders/agent/flows.ts +409 -0
  171. package/src/resources/senders/agent/index.ts +60 -0
  172. package/src/resources/senders/agent/knowledge-bases/documents.ts +133 -0
  173. package/src/resources/senders/agent/knowledge-bases/index.ts +24 -0
  174. package/src/resources/senders/agent/knowledge-bases/knowledge-bases.ts +251 -0
  175. package/src/resources/senders/agent/knowledge-bases.ts +3 -0
  176. package/src/resources/senders/agent/tools.ts +334 -0
  177. package/src/resources/senders/agent.ts +3 -0
  178. package/src/resources/senders/index.ts +32 -0
  179. package/src/resources/senders/senders.ts +506 -0
  180. package/src/resources/senders.ts +1 -476
  181. package/src/version.ts +1 -1
  182. package/version.d.mts +1 -1
  183. package/version.d.ts +1 -1
  184. package/version.js +1 -1
  185. package/version.mjs +1 -1
@@ -1,478 +1,3 @@
1
1
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
 
3
- import { APIResource } from '../core/resource';
4
- import { APIPromise } from '../core/api-promise';
5
- import { Cursor, type CursorParams, PagePromise } from '../core/pagination';
6
- import { buildHeaders } from '../internal/headers';
7
- import { RequestOptions } from '../internal/request-options';
8
- import { path } from '../internal/utils/path';
9
-
10
- export class Senders extends APIResource {
11
- /**
12
- * Create sender
13
- *
14
- * @example
15
- * ```ts
16
- * const sender = await client.senders.create({
17
- * name: 'name',
18
- * phoneNumber: 'phoneNumber',
19
- * });
20
- * ```
21
- */
22
- create(body: SenderCreateParams, options?: RequestOptions): APIPromise<Sender> {
23
- return this._client.post('/v1/senders', { body, ...options });
24
- }
25
-
26
- /**
27
- * Get sender
28
- *
29
- * @example
30
- * ```ts
31
- * const sender = await client.senders.retrieve('senderId');
32
- * ```
33
- */
34
- retrieve(senderID: string, options?: RequestOptions): APIPromise<Sender> {
35
- return this._client.get(path`/v1/senders/${senderID}`, options);
36
- }
37
-
38
- /**
39
- * Update sender
40
- *
41
- * @example
42
- * ```ts
43
- * const sender = await client.senders.update('senderId');
44
- * ```
45
- */
46
- update(senderID: string, body: SenderUpdateParams, options?: RequestOptions): APIPromise<Sender> {
47
- return this._client.patch(path`/v1/senders/${senderID}`, { body, ...options });
48
- }
49
-
50
- /**
51
- * List senders
52
- *
53
- * @example
54
- * ```ts
55
- * // Automatically fetches more pages as needed.
56
- * for await (const sender of client.senders.list()) {
57
- * // ...
58
- * }
59
- * ```
60
- */
61
- list(
62
- query: SenderListParams | null | undefined = {},
63
- options?: RequestOptions,
64
- ): PagePromise<SendersCursor, Sender> {
65
- return this._client.getAPIList('/v1/senders', Cursor<Sender>, { query, ...options });
66
- }
67
-
68
- /**
69
- * Delete sender
70
- *
71
- * @example
72
- * ```ts
73
- * await client.senders.delete('senderId');
74
- * ```
75
- */
76
- delete(senderID: string, options?: RequestOptions): APIPromise<void> {
77
- return this._client.delete(path`/v1/senders/${senderID}`, {
78
- ...options,
79
- headers: buildHeaders([{ Accept: '*/*' }, options?.headers]),
80
- });
81
- }
82
-
83
- /**
84
- * Get the WhatsApp Business profile for a sender. The sender must have a WhatsApp
85
- * Business Account connected.
86
- *
87
- * @example
88
- * ```ts
89
- * const whatsappBusinessProfileResponse =
90
- * await client.senders.getProfile('senderId');
91
- * ```
92
- */
93
- getProfile(senderID: string, options?: RequestOptions): APIPromise<WhatsappBusinessProfileResponse> {
94
- return this._client.get(path`/v1/senders/${senderID}/profile`, options);
95
- }
96
-
97
- /**
98
- * Regenerate the webhook secret for a sender. The old secret will be invalidated
99
- * immediately.
100
- *
101
- * @example
102
- * ```ts
103
- * const webhookSecretResponse =
104
- * await client.senders.regenerateWebhookSecret('senderId');
105
- * ```
106
- */
107
- regenerateWebhookSecret(senderID: string, options?: RequestOptions): APIPromise<WebhookSecretResponse> {
108
- return this._client.post(path`/v1/senders/${senderID}/webhook/secret`, options);
109
- }
110
-
111
- /**
112
- * Update the WhatsApp Business profile for a sender. The sender must have a
113
- * WhatsApp Business Account connected.
114
- *
115
- * @example
116
- * ```ts
117
- * const response = await client.senders.updateProfile(
118
- * 'senderId',
119
- * {
120
- * about: 'Succulent specialists!',
121
- * description:
122
- * 'We specialize in providing high-quality succulents.',
123
- * email: 'contact@example.com',
124
- * vertical: 'RETAIL',
125
- * websites: ['https://www.example.com'],
126
- * },
127
- * );
128
- * ```
129
- */
130
- updateProfile(
131
- senderID: string,
132
- body: SenderUpdateProfileParams,
133
- options?: RequestOptions,
134
- ): APIPromise<SenderUpdateProfileResponse> {
135
- return this._client.patch(path`/v1/senders/${senderID}/profile`, { body, ...options });
136
- }
137
-
138
- /**
139
- * Upload a new profile picture for the WhatsApp Business profile. The image will
140
- * be uploaded to Meta and set as the profile picture.
141
- *
142
- * @example
143
- * ```ts
144
- * const response = await client.senders.uploadProfilePicture(
145
- * 'senderId',
146
- * {
147
- * imageUrl: 'https://example.com/profile.jpg',
148
- * mimeType: 'image/jpeg',
149
- * },
150
- * );
151
- * ```
152
- */
153
- uploadProfilePicture(
154
- senderID: string,
155
- body: SenderUploadProfilePictureParams,
156
- options?: RequestOptions,
157
- ): APIPromise<SenderUploadProfilePictureResponse> {
158
- return this._client.post(path`/v1/senders/${senderID}/profile/picture`, { body, ...options });
159
- }
160
- }
161
-
162
- export type SendersCursor = Cursor<Sender>;
163
-
164
- export interface Sender {
165
- id: string;
166
-
167
- name: string;
168
-
169
- /**
170
- * Phone number in E.164 format.
171
- */
172
- phoneNumber: string;
173
-
174
- createdAt?: string;
175
-
176
- /**
177
- * Whether this sender is the project's default.
178
- */
179
- isDefault?: boolean;
180
-
181
- updatedAt?: string;
182
-
183
- /**
184
- * Webhook configuration for the sender.
185
- */
186
- webhook?: SenderWebhook;
187
-
188
- /**
189
- * WhatsApp Business Account information. Only present if a WABA is connected.
190
- */
191
- whatsapp?: Sender.Whatsapp;
192
- }
193
-
194
- export namespace Sender {
195
- /**
196
- * WhatsApp Business Account information. Only present if a WABA is connected.
197
- */
198
- export interface Whatsapp {
199
- /**
200
- * Display phone number.
201
- */
202
- displayPhoneNumber?: string;
203
-
204
- /**
205
- * Payment configuration status from Meta.
206
- */
207
- paymentStatus?: Whatsapp.PaymentStatus;
208
-
209
- /**
210
- * WhatsApp phone number ID from Meta.
211
- */
212
- phoneNumberId?: string;
213
- }
214
-
215
- export namespace Whatsapp {
216
- /**
217
- * Payment configuration status from Meta.
218
- */
219
- export interface PaymentStatus {
220
- /**
221
- * Whether template messages can be sent. Requires setupStatus=COMPLETE and
222
- * methodStatus=VALID.
223
- */
224
- canSendTemplates?: boolean;
225
-
226
- /**
227
- * Payment method status (VALID, NONE, etc.).
228
- */
229
- methodStatus?: string;
230
-
231
- /**
232
- * Payment setup status (COMPLETE, NOT_STARTED, etc.).
233
- */
234
- setupStatus?: string;
235
- }
236
- }
237
- }
238
-
239
- /**
240
- * Webhook configuration for the sender.
241
- */
242
- export interface SenderWebhook {
243
- /**
244
- * Whether the webhook is active.
245
- */
246
- active: boolean;
247
-
248
- /**
249
- * List of events the webhook is subscribed to.
250
- */
251
- events: Array<WebhookEvent>;
252
-
253
- /**
254
- * HTTPS URL that will receive webhook events.
255
- */
256
- url: string;
257
-
258
- /**
259
- * Webhook secret for signature verification. Only returned on create or
260
- * regenerate.
261
- */
262
- secret?: string;
263
- }
264
-
265
- /**
266
- * Type of event that triggers the webhook. Note: Reactions are delivered as
267
- * message.inbound with messageType='reaction'.
268
- */
269
- export type WebhookEvent =
270
- | 'message.queued'
271
- | 'message.sent'
272
- | 'message.delivered'
273
- | 'message.failed'
274
- | 'message.inbound'
275
- | 'message.unsupported'
276
- | 'conversation.new'
277
- | 'template.status_changed';
278
-
279
- export interface WebhookSecretResponse {
280
- /**
281
- * The new webhook secret.
282
- */
283
- secret: string;
284
- }
285
-
286
- /**
287
- * WhatsApp Business profile information.
288
- */
289
- export interface WhatsappBusinessProfile {
290
- /**
291
- * Short description of the business (max 139 characters).
292
- */
293
- about?: string;
294
-
295
- /**
296
- * Physical address of the business (max 256 characters).
297
- */
298
- address?: string;
299
-
300
- /**
301
- * Extended description of the business (max 512 characters).
302
- */
303
- description?: string;
304
-
305
- /**
306
- * Business email address.
307
- */
308
- email?: string;
309
-
310
- /**
311
- * URL of the business profile picture.
312
- */
313
- profilePictureUrl?: string;
314
-
315
- /**
316
- * Business category for WhatsApp Business profile.
317
- */
318
- vertical?: WhatsappBusinessProfileVertical;
319
-
320
- /**
321
- * Business website URLs (maximum 2).
322
- */
323
- websites?: Array<string>;
324
- }
325
-
326
- export interface WhatsappBusinessProfileResponse {
327
- /**
328
- * WhatsApp Business profile information.
329
- */
330
- profile: WhatsappBusinessProfile;
331
- }
332
-
333
- /**
334
- * Business category for WhatsApp Business profile.
335
- */
336
- export type WhatsappBusinessProfileVertical =
337
- | 'UNDEFINED'
338
- | 'OTHER'
339
- | 'AUTO'
340
- | 'BEAUTY'
341
- | 'APPAREL'
342
- | 'EDU'
343
- | 'ENTERTAIN'
344
- | 'EVENT_PLAN'
345
- | 'FINANCE'
346
- | 'GROCERY'
347
- | 'GOVT'
348
- | 'HOTEL'
349
- | 'HEALTH'
350
- | 'NONPROFIT'
351
- | 'PROF_SERVICES'
352
- | 'RETAIL'
353
- | 'TRAVEL'
354
- | 'RESTAURANT'
355
- | 'NOT_A_BIZ';
356
-
357
- export interface SenderUpdateProfileResponse {
358
- /**
359
- * WhatsApp Business profile information.
360
- */
361
- profile: WhatsappBusinessProfile;
362
-
363
- success: boolean;
364
- }
365
-
366
- export interface SenderUploadProfilePictureResponse {
367
- /**
368
- * WhatsApp Business profile information.
369
- */
370
- profile: WhatsappBusinessProfile;
371
-
372
- success: boolean;
373
- }
374
-
375
- export interface SenderCreateParams {
376
- name: string;
377
-
378
- phoneNumber: string;
379
-
380
- setAsDefault?: boolean;
381
-
382
- /**
383
- * Events to subscribe to.
384
- */
385
- webhookEvents?: Array<WebhookEvent>;
386
-
387
- /**
388
- * HTTPS URL for webhook events.
389
- */
390
- webhookUrl?: string;
391
- }
392
-
393
- export interface SenderUpdateParams {
394
- name?: string;
395
-
396
- setAsDefault?: boolean;
397
-
398
- /**
399
- * Whether the webhook is active.
400
- */
401
- webhookActive?: boolean;
402
-
403
- /**
404
- * Events to subscribe to.
405
- */
406
- webhookEvents?: Array<WebhookEvent>;
407
-
408
- /**
409
- * HTTPS URL for webhook events. Set to null to remove webhook.
410
- */
411
- webhookUrl?: string | null;
412
- }
413
-
414
- export interface SenderListParams extends CursorParams {}
415
-
416
- export interface SenderUpdateProfileParams {
417
- /**
418
- * Short description of the business (max 139 characters).
419
- */
420
- about?: string;
421
-
422
- /**
423
- * Physical address of the business (max 256 characters).
424
- */
425
- address?: string;
426
-
427
- /**
428
- * Extended description of the business (max 512 characters).
429
- */
430
- description?: string;
431
-
432
- /**
433
- * Business email address.
434
- */
435
- email?: string;
436
-
437
- /**
438
- * Business category for WhatsApp Business profile.
439
- */
440
- vertical?: WhatsappBusinessProfileVertical;
441
-
442
- /**
443
- * Business website URLs (maximum 2).
444
- */
445
- websites?: Array<string>;
446
- }
447
-
448
- export interface SenderUploadProfilePictureParams {
449
- /**
450
- * URL of the image to upload.
451
- */
452
- imageUrl: string;
453
-
454
- /**
455
- * MIME type of the image.
456
- */
457
- mimeType: 'image/jpeg' | 'image/png';
458
- }
459
-
460
- export declare namespace Senders {
461
- export {
462
- type Sender as Sender,
463
- type SenderWebhook as SenderWebhook,
464
- type WebhookEvent as WebhookEvent,
465
- type WebhookSecretResponse as WebhookSecretResponse,
466
- type WhatsappBusinessProfile as WhatsappBusinessProfile,
467
- type WhatsappBusinessProfileResponse as WhatsappBusinessProfileResponse,
468
- type WhatsappBusinessProfileVertical as WhatsappBusinessProfileVertical,
469
- type SenderUpdateProfileResponse as SenderUpdateProfileResponse,
470
- type SenderUploadProfilePictureResponse as SenderUploadProfilePictureResponse,
471
- type SendersCursor as SendersCursor,
472
- type SenderCreateParams as SenderCreateParams,
473
- type SenderUpdateParams as SenderUpdateParams,
474
- type SenderListParams as SenderListParams,
475
- type SenderUpdateProfileParams as SenderUpdateProfileParams,
476
- type SenderUploadProfilePictureParams as SenderUploadProfilePictureParams,
477
- };
478
- }
3
+ export * from './senders/index';
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '0.17.0'; // x-release-please-version
1
+ export const VERSION = '0.18.0'; // x-release-please-version
package/version.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.17.0";
1
+ export declare const VERSION = "0.18.0";
2
2
  //# sourceMappingURL=version.d.mts.map
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.17.0";
1
+ export declare const VERSION = "0.18.0";
2
2
  //# sourceMappingURL=version.d.ts.map
package/version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
- exports.VERSION = '0.17.0'; // x-release-please-version
4
+ exports.VERSION = '0.18.0'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '0.17.0'; // x-release-please-version
1
+ export const VERSION = '0.18.0'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map