gap-nodejs-sdk 1.0.569 → 1.0.570

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.
@@ -375,7 +375,7 @@ export function AppointmentDetailModel(data) {
375
375
  custom_service: (_s = data === null || data === void 0 ? void 0 : data.custom_service) !== null && _s !== void 0 ? _s : null,
376
376
  extra_data: (_t = data === null || data === void 0 ? void 0 : data.extra_data) !== null && _t !== void 0 ? _t : null,
377
377
  order_id: (_u = data === null || data === void 0 ? void 0 : data.order_id) !== null && _u !== void 0 ? _u : null,
378
- is_repeat: (_v = data === null || data === void 0 ? void 0 : data.repeat) !== null && _v !== void 0 ? _v : null,
378
+ is_repeat: (_v = data === null || data === void 0 ? void 0 : data.is_repeat) !== null && _v !== void 0 ? _v : null,
379
379
  };
380
380
  }
381
381
  export function DepositDetailModel(data) {