gap-nodejs-sdk 1.0.778 → 1.0.779

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.
@@ -59,7 +59,7 @@ function TipModel(data) {
59
59
  payment_method: (_j = data === null || data === void 0 ? void 0 : data.payment_method) !== null && _j !== void 0 ? _j : null,
60
60
  giftcard_code: (_k = data === null || data === void 0 ? void 0 : data.giftcard_code) !== null && _k !== void 0 ? _k : null,
61
61
  is_updated: (_l = data === null || data === void 0 ? void 0 : data.is_updated) !== null && _l !== void 0 ? _l : null,
62
- additional_data: (_m = data.additional_data) !== null && _m !== void 0 ? _m : null
62
+ additional_data: (_m = data === null || data === void 0 ? void 0 : data.additional_data) !== null && _m !== void 0 ? _m : null
63
63
  };
64
64
  }
65
65
  function InvoiceModel(data) {