@getlatedev/node 0.2.343 → 0.2.344
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 +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/src/generated/types.gen.ts +3 -3
package/dist/index.d.mts
CHANGED
|
@@ -5539,7 +5539,7 @@ type platform7 = 'instagram' | 'facebook' | 'twitter' | 'youtube' | 'linkedin' |
|
|
|
5539
5539
|
* Fired once when a new conversation begins, in either direction. A conversation
|
|
5540
5540
|
* starts the first time an account and a contact exchange a message on any DM
|
|
5541
5541
|
* platform (Instagram, Messenger/Facebook, Telegram, WhatsApp, Twitter, Reddit,
|
|
5542
|
-
* Bluesky). Platform-agnostic — one subscription covers every DM platform.
|
|
5542
|
+
* Bluesky, SMS). Platform-agnostic — one subscription covers every DM platform.
|
|
5543
5543
|
*
|
|
5544
5544
|
*/
|
|
5545
5545
|
type WebhookPayloadConversationStarted = {
|
|
@@ -5553,7 +5553,7 @@ type WebhookPayloadConversationStarted = {
|
|
|
5553
5553
|
* Internal conversation ID
|
|
5554
5554
|
*/
|
|
5555
5555
|
id: string;
|
|
5556
|
-
platform: 'instagram' | 'facebook' | 'telegram' | 'whatsapp' | 'twitter' | 'reddit' | 'bluesky';
|
|
5556
|
+
platform: 'instagram' | 'facebook' | 'telegram' | 'whatsapp' | 'twitter' | 'reddit' | 'bluesky' | 'sms';
|
|
5557
5557
|
platformConversationId: string;
|
|
5558
5558
|
/**
|
|
5559
5559
|
* Contact's platform identifier (IGSID, PSID, wa_id, etc.)
|
|
@@ -5585,7 +5585,7 @@ type WebhookPayloadConversationStarted = {
|
|
|
5585
5585
|
timestamp: string;
|
|
5586
5586
|
};
|
|
5587
5587
|
type event10 = 'conversation.started';
|
|
5588
|
-
type platform8 = 'instagram' | 'facebook' | 'telegram' | 'whatsapp' | 'twitter' | 'reddit' | 'bluesky';
|
|
5588
|
+
type platform8 = 'instagram' | 'facebook' | 'telegram' | 'whatsapp' | 'twitter' | 'reddit' | 'bluesky' | 'sms';
|
|
5589
5589
|
/**
|
|
5590
5590
|
* Webhook payload for post.external.created / post.external.updated /
|
|
5591
5591
|
* post.external.deleted. Fired by Zernio's background sync when it detects a
|
package/dist/index.d.ts
CHANGED
|
@@ -5539,7 +5539,7 @@ type platform7 = 'instagram' | 'facebook' | 'twitter' | 'youtube' | 'linkedin' |
|
|
|
5539
5539
|
* Fired once when a new conversation begins, in either direction. A conversation
|
|
5540
5540
|
* starts the first time an account and a contact exchange a message on any DM
|
|
5541
5541
|
* platform (Instagram, Messenger/Facebook, Telegram, WhatsApp, Twitter, Reddit,
|
|
5542
|
-
* Bluesky). Platform-agnostic — one subscription covers every DM platform.
|
|
5542
|
+
* Bluesky, SMS). Platform-agnostic — one subscription covers every DM platform.
|
|
5543
5543
|
*
|
|
5544
5544
|
*/
|
|
5545
5545
|
type WebhookPayloadConversationStarted = {
|
|
@@ -5553,7 +5553,7 @@ type WebhookPayloadConversationStarted = {
|
|
|
5553
5553
|
* Internal conversation ID
|
|
5554
5554
|
*/
|
|
5555
5555
|
id: string;
|
|
5556
|
-
platform: 'instagram' | 'facebook' | 'telegram' | 'whatsapp' | 'twitter' | 'reddit' | 'bluesky';
|
|
5556
|
+
platform: 'instagram' | 'facebook' | 'telegram' | 'whatsapp' | 'twitter' | 'reddit' | 'bluesky' | 'sms';
|
|
5557
5557
|
platformConversationId: string;
|
|
5558
5558
|
/**
|
|
5559
5559
|
* Contact's platform identifier (IGSID, PSID, wa_id, etc.)
|
|
@@ -5585,7 +5585,7 @@ type WebhookPayloadConversationStarted = {
|
|
|
5585
5585
|
timestamp: string;
|
|
5586
5586
|
};
|
|
5587
5587
|
type event10 = 'conversation.started';
|
|
5588
|
-
type platform8 = 'instagram' | 'facebook' | 'telegram' | 'whatsapp' | 'twitter' | 'reddit' | 'bluesky';
|
|
5588
|
+
type platform8 = 'instagram' | 'facebook' | 'telegram' | 'whatsapp' | 'twitter' | 'reddit' | 'bluesky' | 'sms';
|
|
5589
5589
|
/**
|
|
5590
5590
|
* Webhook payload for post.external.created / post.external.updated /
|
|
5591
5591
|
* post.external.deleted. Fired by Zernio's background sync when it detects a
|
package/dist/index.js
CHANGED
|
@@ -36,7 +36,7 @@ module.exports = __toCommonJS(index_exports);
|
|
|
36
36
|
// package.json
|
|
37
37
|
var package_default = {
|
|
38
38
|
name: "@getlatedev/node",
|
|
39
|
-
version: "0.2.
|
|
39
|
+
version: "0.2.344",
|
|
40
40
|
description: "The official Node.js library for the Zernio API",
|
|
41
41
|
main: "dist/index.js",
|
|
42
42
|
module: "dist/index.mjs",
|
package/dist/index.mjs
CHANGED
|
@@ -5,7 +5,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
5
5
|
// package.json
|
|
6
6
|
var package_default = {
|
|
7
7
|
name: "@getlatedev/node",
|
|
8
|
-
version: "0.2.
|
|
8
|
+
version: "0.2.344",
|
|
9
9
|
description: "The official Node.js library for the Zernio API",
|
|
10
10
|
main: "dist/index.js",
|
|
11
11
|
module: "dist/index.mjs",
|
package/package.json
CHANGED
|
@@ -4871,7 +4871,7 @@ export type platform7 = 'instagram' | 'facebook' | 'twitter' | 'youtube' | 'link
|
|
|
4871
4871
|
* Fired once when a new conversation begins, in either direction. A conversation
|
|
4872
4872
|
* starts the first time an account and a contact exchange a message on any DM
|
|
4873
4873
|
* platform (Instagram, Messenger/Facebook, Telegram, WhatsApp, Twitter, Reddit,
|
|
4874
|
-
* Bluesky). Platform-agnostic — one subscription covers every DM platform.
|
|
4874
|
+
* Bluesky, SMS). Platform-agnostic — one subscription covers every DM platform.
|
|
4875
4875
|
*
|
|
4876
4876
|
*/
|
|
4877
4877
|
export type WebhookPayloadConversationStarted = {
|
|
@@ -4885,7 +4885,7 @@ export type WebhookPayloadConversationStarted = {
|
|
|
4885
4885
|
* Internal conversation ID
|
|
4886
4886
|
*/
|
|
4887
4887
|
id: string;
|
|
4888
|
-
platform: 'instagram' | 'facebook' | 'telegram' | 'whatsapp' | 'twitter' | 'reddit' | 'bluesky';
|
|
4888
|
+
platform: 'instagram' | 'facebook' | 'telegram' | 'whatsapp' | 'twitter' | 'reddit' | 'bluesky' | 'sms';
|
|
4889
4889
|
platformConversationId: string;
|
|
4890
4890
|
/**
|
|
4891
4891
|
* Contact's platform identifier (IGSID, PSID, wa_id, etc.)
|
|
@@ -4919,7 +4919,7 @@ export type WebhookPayloadConversationStarted = {
|
|
|
4919
4919
|
|
|
4920
4920
|
export type event10 = 'conversation.started';
|
|
4921
4921
|
|
|
4922
|
-
export type platform8 = 'instagram' | 'facebook' | 'telegram' | 'whatsapp' | 'twitter' | 'reddit' | 'bluesky';
|
|
4922
|
+
export type platform8 = 'instagram' | 'facebook' | 'telegram' | 'whatsapp' | 'twitter' | 'reddit' | 'bluesky' | 'sms';
|
|
4923
4923
|
|
|
4924
4924
|
/**
|
|
4925
4925
|
* Webhook payload for post.external.created / post.external.updated /
|