@opexa/portal-sdk 0.0.99 → 0.0.101

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.mjs CHANGED
@@ -3064,6 +3064,8 @@ class wa {
3064
3064
  id: e.id,
3065
3065
  type: e.type,
3066
3066
  status: e.status,
3067
+ vca: e.vca ?? void 0,
3068
+ qrCode: e.qrCode ?? void 0,
3067
3069
  checkoutUrl: e.checkoutUrl ?? void 0
3068
3070
  };
3069
3071
  return b(t);