@adatechnology/meta-whatsapp-module 0.2.0-rc.7 → 0.2.0-rc.8

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.js CHANGED
@@ -1150,6 +1150,8 @@ function toSessionContract(row) {
1150
1150
  companyId: row.companyId,
1151
1151
  whatsappNumber: row.whatsappNumber,
1152
1152
  currentState: row.currentState,
1153
+ flowKey: row.flowKey,
1154
+ currentNodeId: row.currentNodeId,
1153
1155
  context: row.context,
1154
1156
  mode: row.mode,
1155
1157
  assignedUserId: row.assignedUserId,