@ecodrix/erix-api 1.1.1 → 1.1.2
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/cli.js +1 -1
- package/dist/index.d.ts +7 -6
- package/dist/ts/browser/index.global.js.map +1 -1
- package/dist/ts/cjs/index.cjs.map +1 -1
- package/dist/ts/cjs/index.d.cts +7 -6
- package/dist/ts/esm/index.d.ts +7 -6
- package/dist/ts/esm/index.js.map +1 -1
- package/package.json +1 -1
- package/src/core.ts +7 -6
package/dist/ts/cjs/index.d.cts
CHANGED
|
@@ -1987,13 +1987,14 @@ declare class Ecodrix {
|
|
|
1987
1987
|
* your own tenant.
|
|
1988
1988
|
*
|
|
1989
1989
|
* **Standard events:**
|
|
1990
|
-
* - `
|
|
1991
|
-
* - `
|
|
1992
|
-
* - `
|
|
1993
|
-
* - `
|
|
1990
|
+
* - `new_message` — inbound WhatsApp message (includes conversation and message payload)
|
|
1991
|
+
* - `message_sent` — outbound message successfully sent
|
|
1992
|
+
* - `message_status_update` — WhatsApp message status change (delivered, read, failed)
|
|
1993
|
+
* - `conversation_updated` — metadata change (unread count, last message, status)
|
|
1994
|
+
* - `message_updated` — real-time updates for reactions or media processing
|
|
1995
|
+
* - `notification:new` — new system or CRM notification
|
|
1996
|
+
* - `workflow-run-update` — automation execution progress
|
|
1994
1997
|
* - `meet.scheduled` — Google Meet appointment booked
|
|
1995
|
-
* - `storage.upload_confirmed` — file upload completed
|
|
1996
|
-
* - `automation.failed` — automation execution error
|
|
1997
1998
|
*
|
|
1998
1999
|
* @param event - The event name to subscribe to.
|
|
1999
2000
|
* @param callback - The handler function invoked when the event fires.
|
package/dist/ts/esm/index.d.ts
CHANGED
|
@@ -1987,13 +1987,14 @@ declare class Ecodrix {
|
|
|
1987
1987
|
* your own tenant.
|
|
1988
1988
|
*
|
|
1989
1989
|
* **Standard events:**
|
|
1990
|
-
* - `
|
|
1991
|
-
* - `
|
|
1992
|
-
* - `
|
|
1993
|
-
* - `
|
|
1990
|
+
* - `new_message` — inbound WhatsApp message (includes conversation and message payload)
|
|
1991
|
+
* - `message_sent` — outbound message successfully sent
|
|
1992
|
+
* - `message_status_update` — WhatsApp message status change (delivered, read, failed)
|
|
1993
|
+
* - `conversation_updated` — metadata change (unread count, last message, status)
|
|
1994
|
+
* - `message_updated` — real-time updates for reactions or media processing
|
|
1995
|
+
* - `notification:new` — new system or CRM notification
|
|
1996
|
+
* - `workflow-run-update` — automation execution progress
|
|
1994
1997
|
* - `meet.scheduled` — Google Meet appointment booked
|
|
1995
|
-
* - `storage.upload_confirmed` — file upload completed
|
|
1996
|
-
* - `automation.failed` — automation execution error
|
|
1997
1998
|
*
|
|
1998
1999
|
* @param event - The event name to subscribe to.
|
|
1999
2000
|
* @param callback - The handler function invoked when the event fires.
|