oro-sdk-apis 7.4.2 → 8.0.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.
@@ -1035,6 +1035,7 @@ var PracticeEmailKind;
1035
1035
  var PracticeConfigKind;
1036
1036
  (function (PracticeConfigKind) {
1037
1037
  PracticeConfigKind["PatientConsultCard"] = "PatientConsultCard";
1038
+ PracticeConfigKind["PracticeChatSupport"] = "PracticeChatSupport";
1038
1039
  PracticeConfigKind["PracticeCloseConsultationTypes"] = "PracticeCloseConsultationTypes";
1039
1040
  PracticeConfigKind["PracticeConsultTabs"] = "PracticeConsultTabs";
1040
1041
  PracticeConfigKind["PracticeConfigExample"] = "PracticeConfigExample";
@@ -2455,18 +2456,18 @@ var VaultService = /*#__PURE__*/function () {
2455
2456
  }
2456
2457
  var _proto = VaultService.prototype;
2457
2458
  _proto.lockboxCreate = /*#__PURE__*/function () {
2458
- var _lockboxCreate = /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(lockboxMetadata) {
2459
+ var _lockboxCreate = /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
2459
2460
  return _regeneratorRuntime().wrap(function _callee$(_context) {
2460
2461
  while (1) switch (_context.prev = _context.next) {
2461
2462
  case 0:
2462
- return _context.abrupt("return", this.api.post(this.baseURL + "/v1/lockbox", lockboxMetadata));
2463
+ return _context.abrupt("return", this.api.post(this.baseURL + "/v1/lockboxes"));
2463
2464
  case 1:
2464
2465
  case "end":
2465
2466
  return _context.stop();
2466
2467
  }
2467
2468
  }, _callee, this);
2468
2469
  }));
2469
- function lockboxCreate(_x) {
2470
+ function lockboxCreate() {
2470
2471
  return _lockboxCreate.apply(this, arguments);
2471
2472
  }
2472
2473
  return lockboxCreate;
@@ -2487,7 +2488,7 @@ var VaultService = /*#__PURE__*/function () {
2487
2488
  }
2488
2489
  }, _callee2, this);
2489
2490
  }));
2490
- function lockboxMetadataAdd(_x2, _x3, _x4) {
2491
+ function lockboxMetadataAdd(_x, _x2, _x3) {
2491
2492
  return _lockboxMetadataAdd.apply(this, arguments);
2492
2493
  }
2493
2494
  return lockboxMetadataAdd;
@@ -2508,7 +2509,7 @@ var VaultService = /*#__PURE__*/function () {
2508
2509
  }
2509
2510
  }, _callee3, this);
2510
2511
  }));
2511
- function lockboxSecretGet(_x5, _x6) {
2512
+ function lockboxSecretGet(_x4, _x5) {
2512
2513
  return _lockboxSecretGet.apply(this, arguments);
2513
2514
  }
2514
2515
  return lockboxSecretGet;
@@ -2529,7 +2530,7 @@ var VaultService = /*#__PURE__*/function () {
2529
2530
  }
2530
2531
  }, _callee4, this);
2531
2532
  }));
2532
- function lockboxGrant(_x7, _x8, _x9) {
2533
+ function lockboxGrant(_x6, _x7, _x8) {
2533
2534
  return _lockboxGrant.apply(this, arguments);
2534
2535
  }
2535
2536
  return lockboxGrant;
@@ -2589,7 +2590,7 @@ var VaultService = /*#__PURE__*/function () {
2589
2590
  }
2590
2591
  }, _callee6, this);
2591
2592
  }));
2592
- function lockboxDataStore(_x10, _x11, _x12, _x13) {
2593
+ function lockboxDataStore(_x9, _x10, _x11, _x12) {
2593
2594
  return _lockboxDataStore.apply(this, arguments);
2594
2595
  }
2595
2596
  return lockboxDataStore;
@@ -2627,7 +2628,7 @@ var VaultService = /*#__PURE__*/function () {
2627
2628
  }
2628
2629
  }, _callee7, this);
2629
2630
  }));
2630
- function lockboxDataGet(_x14, _x15, _x16, _x17) {
2631
+ function lockboxDataGet(_x13, _x14, _x15, _x16) {
2631
2632
  return _lockboxDataGet.apply(this, arguments);
2632
2633
  }
2633
2634
  return lockboxDataGet;
@@ -2649,7 +2650,7 @@ var VaultService = /*#__PURE__*/function () {
2649
2650
  }
2650
2651
  }, _callee8, this);
2651
2652
  }));
2652
- function lockboxManifestGet(_x18, _x19, _x20) {
2653
+ function lockboxManifestGet(_x17, _x18, _x19) {
2653
2654
  return _lockboxManifestGet.apply(this, arguments);
2654
2655
  }
2655
2656
  return lockboxManifestGet;
@@ -2673,7 +2674,7 @@ var VaultService = /*#__PURE__*/function () {
2673
2674
  }
2674
2675
  }, _callee9, this);
2675
2676
  }));
2676
- function lockboxMetadataGet(_x21, _x22, _x23, _x24, _x25) {
2677
+ function lockboxMetadataGet(_x20, _x21, _x22, _x23, _x24) {
2677
2678
  return _lockboxMetadataGet.apply(this, arguments);
2678
2679
  }
2679
2680
  return lockboxMetadataGet;
@@ -2704,7 +2705,7 @@ var VaultService = /*#__PURE__*/function () {
2704
2705
  }
2705
2706
  }, _callee10, this);
2706
2707
  }));
2707
- function vaultIndexPut(_x26, _x27) {
2708
+ function vaultIndexPut(_x25, _x26) {
2708
2709
  return _vaultIndexPut.apply(this, arguments);
2709
2710
  }
2710
2711
  return vaultIndexPut;
@@ -2729,7 +2730,7 @@ var VaultService = /*#__PURE__*/function () {
2729
2730
  }
2730
2731
  }, _callee11, this);
2731
2732
  }));
2732
- function vaultIndexSnapshotPut(_x28) {
2733
+ function vaultIndexSnapshotPut(_x27) {
2733
2734
  return _vaultIndexSnapshotPut.apply(this, arguments);
2734
2735
  }
2735
2736
  return vaultIndexSnapshotPut;
@@ -2763,7 +2764,7 @@ var VaultService = /*#__PURE__*/function () {
2763
2764
  }
2764
2765
  }, _callee12, this);
2765
2766
  }));
2766
- function vaultIndexGet(_x29, _x30, _x31) {
2767
+ function vaultIndexGet(_x28, _x29, _x30) {
2767
2768
  return _vaultIndexGet.apply(this, arguments);
2768
2769
  }
2769
2770
  return vaultIndexGet;