@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.cjs CHANGED
@@ -1206,6 +1206,8 @@ function toSessionContract(row) {
1206
1206
  companyId: row.companyId,
1207
1207
  whatsappNumber: row.whatsappNumber,
1208
1208
  currentState: row.currentState,
1209
+ flowKey: row.flowKey,
1210
+ currentNodeId: row.currentNodeId,
1209
1211
  context: row.context,
1210
1212
  mode: row.mode,
1211
1213
  assignedUserId: row.assignedUserId,