@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 +4 -0
- package/dist/index.d.ts +4 -0
- package/package.json +1 -1
- package/src/generated/types.gen.ts +4 -0
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
|
@@ -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
|
*/
|