@medipass/web-sdk 11.52.3 → 11.53.0

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.
Files changed (87) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/lib/index.js +1 -1
  3. package/lib/resources/abr.js +1 -1
  4. package/lib/resources/accounts.js +1 -1
  5. package/lib/resources/actions.js +1 -1
  6. package/lib/resources/api-keys.js +1 -1
  7. package/lib/resources/applications.js +1 -1
  8. package/lib/resources/attachments.js +1 -1
  9. package/lib/resources/auth.js +1 -1
  10. package/lib/resources/blacklist.js +1 -1
  11. package/lib/resources/bulk-submits.js +1 -1
  12. package/lib/resources/bulk-uploads.js +1 -1
  13. package/lib/resources/business-profiles.js +1 -1
  14. package/lib/resources/businesses.js +1 -1
  15. package/lib/resources/claim-items.js +1 -1
  16. package/lib/resources/devices.js +1 -1
  17. package/lib/resources/doc-accounts.js +1 -1
  18. package/lib/resources/documents.js +1 -1
  19. package/lib/resources/emails.js +1 -1
  20. package/lib/resources/filter-options.js +1 -1
  21. package/lib/resources/form-application-templates.js +1 -1
  22. package/lib/resources/form-applications.js +1 -1
  23. package/lib/resources/forms.js +1 -1
  24. package/lib/resources/funder-services.js +1 -1
  25. package/lib/resources/funder-settings.js +1 -1
  26. package/lib/resources/funder-values.js +1 -1
  27. package/lib/resources/funders.js +1 -1
  28. package/lib/resources/futures.js +1 -1
  29. package/lib/resources/health-fund-accounts.js +1 -1
  30. package/lib/resources/health-fund-settings.js +1 -1
  31. package/lib/resources/healthfunds.js +1 -1
  32. package/lib/resources/icditems.js +1 -1
  33. package/lib/resources/invoice-scans.js +1 -1
  34. package/lib/resources/jhcs.js +1 -1
  35. package/lib/resources/kyc.js +1 -1
  36. package/lib/resources/logs.js +1 -1
  37. package/lib/resources/members.js +1 -1
  38. package/lib/resources/message-mappings.js +1 -1
  39. package/lib/resources/minions.js +1 -1
  40. package/lib/resources/modalities.js +1 -1
  41. package/lib/resources/notes.js +1 -1
  42. package/lib/resources/onboarding-applications.js +1 -1
  43. package/lib/resources/onboarding-requests.js +1 -1
  44. package/lib/resources/ops.js +1 -1
  45. package/lib/resources/organisations.js +1 -1
  46. package/lib/resources/partners.js +1 -1
  47. package/lib/resources/patients.js +1 -1
  48. package/lib/resources/payments.js +1 -1
  49. package/lib/resources/pms.js +1 -1
  50. package/lib/resources/practice-profiles.js +1 -1
  51. package/lib/resources/practice-types.js +1 -1
  52. package/lib/resources/practices.js +1 -1
  53. package/lib/resources/products.js +1 -1
  54. package/lib/resources/professional-categories.js +1 -1
  55. package/lib/resources/provider-number-types.js +1 -1
  56. package/lib/resources/provider-registration-types.js +1 -1
  57. package/lib/resources/provider-requests.js +1 -1
  58. package/lib/resources/provider-types.js +1 -1
  59. package/lib/resources/ref-sources.js +1 -1
  60. package/lib/resources/risk.js +1 -1
  61. package/lib/resources/rnas.js +1 -1
  62. package/lib/resources/roles.js +1 -1
  63. package/lib/resources/self-checkout-sessions.js +1 -1
  64. package/lib/resources/services.js +1 -1
  65. package/lib/resources/settlements.js +1 -1
  66. package/lib/resources/sign-up.js +1 -1
  67. package/lib/resources/specialties.js +1 -1
  68. package/lib/resources/staff-profiles.js +1 -1
  69. package/lib/resources/staff.js +1 -1
  70. package/lib/resources/statistics.js +1 -1
  71. package/lib/resources/subscriptions.js +1 -1
  72. package/lib/resources/terminals.js +1 -1
  73. package/lib/resources/transaction-export.js +1 -1
  74. package/lib/resources/transactions.js +1 -1
  75. package/lib/resources/triggers.js +1 -1
  76. package/lib/resources/vendors.js +1 -1
  77. package/lib/resources/verify.js +1 -1
  78. package/lib/resources/workers.js +1 -1
  79. package/lib/resources/workflow-exceptions.js +1 -1
  80. package/lib/services/aws.js +1 -1
  81. package/lib/services/version.js +1 -1
  82. package/lib/{staff-75ea1b6f.js → staff-c7aa7e0e.js} +285 -132
  83. package/lib/utils/application.js +1 -1
  84. package/lib/utils/professions.js +1 -1
  85. package/lib/utils/request.js +1 -1
  86. package/lib/utils/staff.js +1 -1
  87. package/package.json +3 -3
@@ -6121,41 +6121,75 @@ var createBusinessHold = function createBusinessHold(businessId, body, opts) {
6121
6121
  * @param {Object} opts - Additional options
6122
6122
  */
6123
6123
 
6124
- var createBusinessInstalmentPlan = function createBusinessInstalmentPlan(businessId, body, opts) {
6125
- if (opts === void 0) {
6126
- opts = {};
6127
- }
6124
+ var createBusinessInstalmentPlan = /*#__PURE__*/function () {
6125
+ var _ref = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee(businessId, body, opts) {
6126
+ return _regeneratorRuntime.wrap(function _callee$(_context) {
6127
+ while (1) {
6128
+ switch (_context.prev = _context.next) {
6129
+ case 0:
6130
+ if (opts === void 0) {
6131
+ opts = {};
6132
+ }
6128
6133
 
6129
- doesParamExist.default({
6130
- businessId: businessId
6131
- }, opts.hyperMediaEndpoint);
6132
- return request(_objectSpread$r({}, opts, {
6133
- path: pathBusinessInstalmentPlans(businessId)
6134
- }), {
6135
- method: 'post',
6136
- data: body
6137
- });
6138
- };
6134
+ doesParamExist.default({
6135
+ businessId: businessId
6136
+ }, opts.hyperMediaEndpoint);
6137
+ return _context.abrupt("return", request(_objectSpread$r({}, opts, {
6138
+ path: pathBusinessInstalmentPlans(businessId)
6139
+ }), {
6140
+ method: 'post',
6141
+ data: body
6142
+ }));
6143
+
6144
+ case 3:
6145
+ case "end":
6146
+ return _context.stop();
6147
+ }
6148
+ }
6149
+ }, _callee);
6150
+ }));
6151
+
6152
+ return function createBusinessInstalmentPlan(_x, _x2, _x3) {
6153
+ return _ref.apply(this, arguments);
6154
+ };
6155
+ }();
6139
6156
  /**
6140
6157
  * Cancel a future
6141
6158
  * @param {String} futureId - Future ID
6142
6159
  * @param {Object} opts - Additional options
6143
6160
  */
6144
6161
 
6145
- var cancel = function cancel(futureId, opts) {
6146
- if (opts === void 0) {
6147
- opts = {};
6148
- }
6162
+ var cancel = /*#__PURE__*/function () {
6163
+ var _ref2 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee2(futureId, opts) {
6164
+ return _regeneratorRuntime.wrap(function _callee2$(_context2) {
6165
+ while (1) {
6166
+ switch (_context2.prev = _context2.next) {
6167
+ case 0:
6168
+ if (opts === void 0) {
6169
+ opts = {};
6170
+ }
6149
6171
 
6150
- doesParamExist.default({
6151
- futureId: futureId
6152
- }, opts.hyperMediaEndpoint);
6153
- return request(_objectSpread$r({}, opts, {
6154
- path: pathCancels(futureId)
6155
- }), {
6156
- method: 'post'
6157
- });
6158
- };
6172
+ doesParamExist.default({
6173
+ futureId: futureId
6174
+ }, opts.hyperMediaEndpoint);
6175
+ return _context2.abrupt("return", request(_objectSpread$r({}, opts, {
6176
+ path: pathCancels(futureId)
6177
+ }), {
6178
+ method: 'post'
6179
+ }));
6180
+
6181
+ case 3:
6182
+ case "end":
6183
+ return _context2.stop();
6184
+ }
6185
+ }
6186
+ }, _callee2);
6187
+ }));
6188
+
6189
+ return function cancel(_x4, _x5) {
6190
+ return _ref2.apply(this, arguments);
6191
+ };
6192
+ }();
6159
6193
  /**
6160
6194
  * Get business futures
6161
6195
  * @param {String} businessId - Business ID
@@ -6163,21 +6197,38 @@ var cancel = function cancel(futureId, opts) {
6163
6197
  * @param {Object} opts - Additional options
6164
6198
  */
6165
6199
 
6166
- var getBusinessFutures = function getBusinessFutures(businessId, query, opts) {
6167
- if (opts === void 0) {
6168
- opts = {};
6169
- }
6200
+ var getBusinessFutures = /*#__PURE__*/function () {
6201
+ var _ref3 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee3(businessId, query, opts) {
6202
+ return _regeneratorRuntime.wrap(function _callee3$(_context3) {
6203
+ while (1) {
6204
+ switch (_context3.prev = _context3.next) {
6205
+ case 0:
6206
+ if (opts === void 0) {
6207
+ opts = {};
6208
+ }
6170
6209
 
6171
- doesParamExist.default({
6172
- businessId: businessId
6173
- }, opts.hyperMediaEndpoint);
6174
- return request(_objectSpread$r({}, opts, {
6175
- path: pathBusinessFutures(businessId)
6176
- }), {
6177
- method: 'get',
6178
- params: query
6179
- });
6180
- };
6210
+ doesParamExist.default({
6211
+ businessId: businessId
6212
+ }, opts.hyperMediaEndpoint);
6213
+ return _context3.abrupt("return", request(_objectSpread$r({}, opts, {
6214
+ path: pathBusinessFutures(businessId)
6215
+ }), {
6216
+ method: 'get',
6217
+ params: query
6218
+ }));
6219
+
6220
+ case 3:
6221
+ case "end":
6222
+ return _context3.stop();
6223
+ }
6224
+ }
6225
+ }, _callee3);
6226
+ }));
6227
+
6228
+ return function getBusinessFutures(_x6, _x7, _x8) {
6229
+ return _ref3.apply(this, arguments);
6230
+ };
6231
+ }();
6181
6232
  /**
6182
6233
  * Get business future
6183
6234
  * @param {String} businessId - Business ID
@@ -6185,41 +6236,75 @@ var getBusinessFutures = function getBusinessFutures(businessId, query, opts) {
6185
6236
  * @param {Object} opts - Additional options
6186
6237
  */
6187
6238
 
6188
- var getBusinessFuture = function getBusinessFuture(businessId, futureId, opts) {
6189
- if (opts === void 0) {
6190
- opts = {};
6191
- }
6239
+ var getBusinessFuture = /*#__PURE__*/function () {
6240
+ var _ref4 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee4(businessId, futureId, opts) {
6241
+ return _regeneratorRuntime.wrap(function _callee4$(_context4) {
6242
+ while (1) {
6243
+ switch (_context4.prev = _context4.next) {
6244
+ case 0:
6245
+ if (opts === void 0) {
6246
+ opts = {};
6247
+ }
6192
6248
 
6193
- doesParamExist.default({
6194
- businessId: businessId,
6195
- futureId: futureId
6196
- }, opts.hyperMediaEndpoint);
6197
- return request(_objectSpread$r({}, opts, {
6198
- path: pathBusinessFuture(businessId, futureId)
6199
- }), {
6200
- method: 'get'
6201
- });
6202
- };
6249
+ doesParamExist.default({
6250
+ businessId: businessId,
6251
+ futureId: futureId
6252
+ }, opts.hyperMediaEndpoint);
6253
+ return _context4.abrupt("return", request(_objectSpread$r({}, opts, {
6254
+ path: pathBusinessFuture(businessId, futureId)
6255
+ }), {
6256
+ method: 'get'
6257
+ }));
6258
+
6259
+ case 3:
6260
+ case "end":
6261
+ return _context4.stop();
6262
+ }
6263
+ }
6264
+ }, _callee4);
6265
+ }));
6266
+
6267
+ return function getBusinessFuture(_x9, _x10, _x11) {
6268
+ return _ref4.apply(this, arguments);
6269
+ };
6270
+ }();
6203
6271
  /**
6204
6272
  * Get a future
6205
6273
  * @param {String} futureId - Future ID
6206
6274
  * @param {Object} opts - Additional options
6207
6275
  */
6208
6276
 
6209
- var getFuture = function getFuture(futureId, opts) {
6210
- if (opts === void 0) {
6211
- opts = {};
6212
- }
6277
+ var getFuture = /*#__PURE__*/function () {
6278
+ var _ref5 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee5(futureId, opts) {
6279
+ return _regeneratorRuntime.wrap(function _callee5$(_context5) {
6280
+ while (1) {
6281
+ switch (_context5.prev = _context5.next) {
6282
+ case 0:
6283
+ if (opts === void 0) {
6284
+ opts = {};
6285
+ }
6213
6286
 
6214
- doesParamExist.default({
6215
- futureId: futureId
6216
- }, opts.hyperMediaEndpoint);
6217
- return request(_objectSpread$r({}, opts, {
6218
- path: pathFuture(futureId)
6219
- }), {
6220
- method: 'get'
6221
- });
6222
- };
6287
+ doesParamExist.default({
6288
+ futureId: futureId
6289
+ }, opts.hyperMediaEndpoint);
6290
+ return _context5.abrupt("return", request(_objectSpread$r({}, opts, {
6291
+ path: pathFuture(futureId)
6292
+ }), {
6293
+ method: 'get'
6294
+ }));
6295
+
6296
+ case 3:
6297
+ case "end":
6298
+ return _context5.stop();
6299
+ }
6300
+ }
6301
+ }, _callee5);
6302
+ }));
6303
+
6304
+ return function getFuture(_x12, _x13) {
6305
+ return _ref5.apply(this, arguments);
6306
+ };
6307
+ }();
6223
6308
  /**
6224
6309
  * Get payment link
6225
6310
  * @param {String} futureId - Future ID
@@ -6227,10 +6312,10 @@ var getFuture = function getFuture(futureId, opts) {
6227
6312
  */
6228
6313
 
6229
6314
  var getPaymentLink = /*#__PURE__*/function () {
6230
- var _ref = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee(futureId, opts) {
6231
- return _regeneratorRuntime.wrap(function _callee$(_context) {
6315
+ var _ref6 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee6(futureId, opts) {
6316
+ return _regeneratorRuntime.wrap(function _callee6$(_context6) {
6232
6317
  while (1) {
6233
- switch (_context.prev = _context.next) {
6318
+ switch (_context6.prev = _context6.next) {
6234
6319
  case 0:
6235
6320
  if (opts === void 0) {
6236
6321
  opts = {};
@@ -6239,7 +6324,7 @@ var getPaymentLink = /*#__PURE__*/function () {
6239
6324
  doesParamExist.default({
6240
6325
  futureId: futureId
6241
6326
  }, opts.hyperMediaEndpoint);
6242
- return _context.abrupt("return", request(_objectSpread$r({}, opts, {
6327
+ return _context6.abrupt("return", request(_objectSpread$r({}, opts, {
6243
6328
  path: pathPaymentLink(futureId)
6244
6329
  }), {
6245
6330
  method: 'get'
@@ -6247,14 +6332,14 @@ var getPaymentLink = /*#__PURE__*/function () {
6247
6332
 
6248
6333
  case 3:
6249
6334
  case "end":
6250
- return _context.stop();
6335
+ return _context6.stop();
6251
6336
  }
6252
6337
  }
6253
- }, _callee);
6338
+ }, _callee6);
6254
6339
  }));
6255
6340
 
6256
- return function getPaymentLink(_x, _x2) {
6257
- return _ref.apply(this, arguments);
6341
+ return function getPaymentLink(_x14, _x15) {
6342
+ return _ref6.apply(this, arguments);
6258
6343
  };
6259
6344
  }();
6260
6345
  /**
@@ -6264,21 +6349,38 @@ var getPaymentLink = /*#__PURE__*/function () {
6264
6349
  * @param {Object} opts - Additional options
6265
6350
  */
6266
6351
 
6267
- var sendProcessingRequest = function sendProcessingRequest(futureId, body, opts) {
6268
- if (opts === void 0) {
6269
- opts = {};
6270
- }
6352
+ var sendProcessingRequest = /*#__PURE__*/function () {
6353
+ var _ref7 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee7(futureId, body, opts) {
6354
+ return _regeneratorRuntime.wrap(function _callee7$(_context7) {
6355
+ while (1) {
6356
+ switch (_context7.prev = _context7.next) {
6357
+ case 0:
6358
+ if (opts === void 0) {
6359
+ opts = {};
6360
+ }
6271
6361
 
6272
- doesParamExist.default({
6273
- futureId: futureId
6274
- }, opts.hyperMediaEndpoint);
6275
- return request(_objectSpread$r({}, opts, {
6276
- path: pathProcessingRequests(futureId)
6277
- }), {
6278
- method: 'post',
6279
- data: body
6280
- });
6281
- };
6362
+ doesParamExist.default({
6363
+ futureId: futureId
6364
+ }, opts.hyperMediaEndpoint);
6365
+ return _context7.abrupt("return", request(_objectSpread$r({}, opts, {
6366
+ path: pathProcessingRequests(futureId)
6367
+ }), {
6368
+ method: 'post',
6369
+ data: body
6370
+ }));
6371
+
6372
+ case 3:
6373
+ case "end":
6374
+ return _context7.stop();
6375
+ }
6376
+ }
6377
+ }, _callee7);
6378
+ }));
6379
+
6380
+ return function sendProcessingRequest(_x16, _x17, _x18) {
6381
+ return _ref7.apply(this, arguments);
6382
+ };
6383
+ }();
6282
6384
  /**
6283
6385
  * Submit a future
6284
6386
  * @param {String} futureId - Future ID
@@ -6286,21 +6388,38 @@ var sendProcessingRequest = function sendProcessingRequest(futureId, body, opts)
6286
6388
  * @param {Object} opts - Additional options
6287
6389
  */
6288
6390
 
6289
- var submit = function submit(futureId, body, opts) {
6290
- if (opts === void 0) {
6291
- opts = {};
6292
- }
6391
+ var submit = /*#__PURE__*/function () {
6392
+ var _ref8 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee8(futureId, body, opts) {
6393
+ return _regeneratorRuntime.wrap(function _callee8$(_context8) {
6394
+ while (1) {
6395
+ switch (_context8.prev = _context8.next) {
6396
+ case 0:
6397
+ if (opts === void 0) {
6398
+ opts = {};
6399
+ }
6293
6400
 
6294
- doesParamExist.default({
6295
- futureId: futureId
6296
- }, opts.hyperMediaEndpoint);
6297
- return request(_objectSpread$r({}, opts, {
6298
- path: pathSubmits(futureId)
6299
- }), {
6300
- method: 'post',
6301
- data: body
6302
- });
6303
- };
6401
+ doesParamExist.default({
6402
+ futureId: futureId
6403
+ }, opts.hyperMediaEndpoint);
6404
+ return _context8.abrupt("return", request(_objectSpread$r({}, opts, {
6405
+ path: pathSubmits(futureId)
6406
+ }), {
6407
+ method: 'post',
6408
+ data: body
6409
+ }));
6410
+
6411
+ case 3:
6412
+ case "end":
6413
+ return _context8.stop();
6414
+ }
6415
+ }
6416
+ }, _callee8);
6417
+ }));
6418
+
6419
+ return function submit(_x19, _x20, _x21) {
6420
+ return _ref8.apply(this, arguments);
6421
+ };
6422
+ }();
6304
6423
  /**
6305
6424
  * Update a future
6306
6425
  * @param {String} futureId - Future ID
@@ -6308,21 +6427,38 @@ var submit = function submit(futureId, body, opts) {
6308
6427
  * @param {Object} opts - Additional options
6309
6428
  */
6310
6429
 
6311
- var update = function update(futureId, body, opts) {
6312
- if (opts === void 0) {
6313
- opts = {};
6314
- }
6430
+ var update = /*#__PURE__*/function () {
6431
+ var _ref9 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee9(futureId, body, opts) {
6432
+ return _regeneratorRuntime.wrap(function _callee9$(_context9) {
6433
+ while (1) {
6434
+ switch (_context9.prev = _context9.next) {
6435
+ case 0:
6436
+ if (opts === void 0) {
6437
+ opts = {};
6438
+ }
6315
6439
 
6316
- doesParamExist.default({
6317
- futureId: futureId
6318
- }, opts.hyperMediaEndpoint);
6319
- return request(_objectSpread$r({}, opts, {
6320
- path: pathFuture(futureId)
6321
- }), {
6322
- method: 'put',
6323
- data: body
6324
- });
6325
- };
6440
+ doesParamExist.default({
6441
+ futureId: futureId
6442
+ }, opts.hyperMediaEndpoint);
6443
+ return _context9.abrupt("return", request(_objectSpread$r({}, opts, {
6444
+ path: pathFuture(futureId)
6445
+ }), {
6446
+ method: 'put',
6447
+ data: body
6448
+ }));
6449
+
6450
+ case 3:
6451
+ case "end":
6452
+ return _context9.stop();
6453
+ }
6454
+ }
6455
+ }, _callee9);
6456
+ }));
6457
+
6458
+ return function update(_x22, _x23, _x24) {
6459
+ return _ref9.apply(this, arguments);
6460
+ };
6461
+ }();
6326
6462
  /**
6327
6463
  * Send a payment receipt for a future
6328
6464
  * @param {String} futureId - Future ID
@@ -6330,21 +6466,38 @@ var update = function update(futureId, body, opts) {
6330
6466
  * @param {Object} opts - Additional options
6331
6467
  */
6332
6468
 
6333
- var sendReceipt = function sendReceipt(futureId, body, opts) {
6334
- if (opts === void 0) {
6335
- opts = {};
6336
- }
6469
+ var sendReceipt = /*#__PURE__*/function () {
6470
+ var _ref10 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee10(futureId, body, opts) {
6471
+ return _regeneratorRuntime.wrap(function _callee10$(_context10) {
6472
+ while (1) {
6473
+ switch (_context10.prev = _context10.next) {
6474
+ case 0:
6475
+ if (opts === void 0) {
6476
+ opts = {};
6477
+ }
6337
6478
 
6338
- doesParamExist.default({
6339
- futureId: futureId
6340
- }, opts.hyperMediaEndpoint);
6341
- return request(_objectSpread$r({}, opts, {
6342
- path: pathSendReceipt(futureId)
6343
- }), {
6344
- method: 'post',
6345
- data: body
6346
- });
6347
- };
6479
+ doesParamExist.default({
6480
+ futureId: futureId
6481
+ }, opts.hyperMediaEndpoint);
6482
+ return _context10.abrupt("return", request(_objectSpread$r({}, opts, {
6483
+ path: pathSendReceipt(futureId)
6484
+ }), {
6485
+ method: 'post',
6486
+ data: body
6487
+ }));
6488
+
6489
+ case 3:
6490
+ case "end":
6491
+ return _context10.stop();
6492
+ }
6493
+ }
6494
+ }, _callee10);
6495
+ }));
6496
+
6497
+ return function sendReceipt(_x25, _x26, _x27) {
6498
+ return _ref10.apply(this, arguments);
6499
+ };
6500
+ }();
6348
6501
 
6349
6502
  var futures = /*#__PURE__*/Object.freeze({
6350
6503
  __proto__: null,
@@ -14,7 +14,7 @@ require('lodash/forOwn');
14
14
  require('lodash/get');
15
15
  require('@medipass/utils/sentry');
16
16
  require('./get-axios-error.js');
17
- var request = require('../staff-75ea1b6f.js');
17
+ var request = require('../staff-c7aa7e0e.js');
18
18
  require('@babel/runtime/helpers/inheritsLoose');
19
19
  require('@babel/runtime/helpers/wrapNativeSuper');
20
20
  require('./param-error.js');
@@ -14,7 +14,7 @@ require('lodash/forOwn');
14
14
  require('lodash/get');
15
15
  require('@medipass/utils/sentry');
16
16
  require('./get-axios-error.js');
17
- var request = require('../staff-75ea1b6f.js');
17
+ var request = require('../staff-c7aa7e0e.js');
18
18
  require('@babel/runtime/helpers/inheritsLoose');
19
19
  require('@babel/runtime/helpers/wrapNativeSuper');
20
20
  require('./param-error.js');
@@ -14,7 +14,7 @@ require('lodash/forOwn');
14
14
  require('lodash/get');
15
15
  require('@medipass/utils/sentry');
16
16
  require('./get-axios-error.js');
17
- var request = require('../staff-75ea1b6f.js');
17
+ var request = require('../staff-c7aa7e0e.js');
18
18
  require('@babel/runtime/helpers/inheritsLoose');
19
19
  require('@babel/runtime/helpers/wrapNativeSuper');
20
20
  require('./param-error.js');
@@ -14,7 +14,7 @@ require('lodash/forOwn');
14
14
  require('lodash/get');
15
15
  require('@medipass/utils/sentry');
16
16
  require('./get-axios-error.js');
17
- var request = require('../staff-75ea1b6f.js');
17
+ var request = require('../staff-c7aa7e0e.js');
18
18
  require('@babel/runtime/helpers/inheritsLoose');
19
19
  require('@babel/runtime/helpers/wrapNativeSuper');
20
20
  require('./param-error.js');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medipass/web-sdk",
3
- "version": "11.52.3",
3
+ "version": "11.53.0",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -45,7 +45,7 @@
45
45
  },
46
46
  "devDependencies": {
47
47
  "@babel/plugin-transform-runtime": "7.8.3",
48
- "@medipass/utils": "^11.75.2",
48
+ "@medipass/utils": "^11.76.0",
49
49
  "@types/jest": "28.1.6",
50
50
  "@types/mocha": "9.1.1",
51
51
  "@types/node": "18.7.1",
@@ -57,5 +57,5 @@
57
57
  "resolutions": {
58
58
  "react-scripts/**/@typescript-eslint/eslint-plugin": "5.32.0"
59
59
  },
60
- "gitHead": "24aad1d1f241e14df98e2add87b2f5ae7f56dc63"
60
+ "gitHead": "8713fcbef4afd57c4a7bc63a77f25a8ad8d82ae2"
61
61
  }