@adatechnology/meta-whatsapp-contracts 0.2.0-rc.1 → 0.2.0-rc.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/index.d.cts +2 -0
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1685,6 +1685,8 @@ interface ConversationSession {
|
|
|
1685
1685
|
companyId: string;
|
|
1686
1686
|
whatsappNumber: string;
|
|
1687
1687
|
currentState: SessionState;
|
|
1688
|
+
flowKey: string | null;
|
|
1689
|
+
currentNodeId: string | null;
|
|
1688
1690
|
context: Record<string, unknown>;
|
|
1689
1691
|
mode: SessionMode;
|
|
1690
1692
|
assignedUserId: string | null;
|
package/dist/index.d.ts
CHANGED
|
@@ -1685,6 +1685,8 @@ interface ConversationSession {
|
|
|
1685
1685
|
companyId: string;
|
|
1686
1686
|
whatsappNumber: string;
|
|
1687
1687
|
currentState: SessionState;
|
|
1688
|
+
flowKey: string | null;
|
|
1689
|
+
currentNodeId: string | null;
|
|
1688
1690
|
context: Record<string, unknown>;
|
|
1689
1691
|
mode: SessionMode;
|
|
1690
1692
|
assignedUserId: string | null;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adatechnology/meta-whatsapp-contracts",
|
|
3
|
-
"version": "0.2.0-rc.
|
|
3
|
+
"version": "0.2.0-rc.2",
|
|
4
4
|
"description": "Shared types, zod schemas, and port interfaces for the meta-whatsapp trio (contracts only — no runtime behavior)",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|