@getlatedev/node 0.2.9 → 0.2.10

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.
package/dist/index.d.mts CHANGED
@@ -9140,6 +9140,10 @@ type AddBroadcastRecipientsData = {
9140
9140
  * Specific contact IDs to add
9141
9141
  */
9142
9142
  contactIds?: Array<(string)>;
9143
+ /**
9144
+ * Raw phone numbers (auto-creates contacts). Useful for WhatsApp/Telegram manual entry
9145
+ */
9146
+ phones?: Array<(string)>;
9143
9147
  /**
9144
9148
  * Auto-populate from broadcast segment filters
9145
9149
  */
package/dist/index.d.ts CHANGED
@@ -9140,6 +9140,10 @@ type AddBroadcastRecipientsData = {
9140
9140
  * Specific contact IDs to add
9141
9141
  */
9142
9142
  contactIds?: Array<(string)>;
9143
+ /**
9144
+ * Raw phone numbers (auto-creates contacts). Useful for WhatsApp/Telegram manual entry
9145
+ */
9146
+ phones?: Array<(string)>;
9143
9147
  /**
9144
9148
  * Auto-populate from broadcast segment filters
9145
9149
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getlatedev/node",
3
- "version": "0.2.9",
3
+ "version": "0.2.10",
4
4
  "description": "The official Node.js library for the Zernio API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -9357,6 +9357,10 @@ export type AddBroadcastRecipientsData = {
9357
9357
  * Specific contact IDs to add
9358
9358
  */
9359
9359
  contactIds?: Array<(string)>;
9360
+ /**
9361
+ * Raw phone numbers (auto-creates contacts). Useful for WhatsApp/Telegram manual entry
9362
+ */
9363
+ phones?: Array<(string)>;
9360
9364
  /**
9361
9365
  * Auto-populate from broadcast segment filters
9362
9366
  */