oro-sdk-apis 7.5.0 → 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.
@@ -2437,6 +2437,14 @@ var TellerService = /*#__PURE__*/function () {
2437
2437
  */;
2438
2438
  _proto.sendResumeConsultEmail = function sendResumeConsultEmail(req) {
2439
2439
  return this.api.post(this.baseURL + "/v1/resume-consult-email", req);
2440
+ }
2441
+ /**
2442
+ * This function will send an email to patient to allow them to resume the transmission of their prescription.
2443
+ * @param req the body of the resume consult request
2444
+ * @returns void
2445
+ */;
2446
+ _proto.sendResumeTransmissionEmail = function sendResumeTransmissionEmail(req) {
2447
+ return this.api.post(this.baseURL + "/v1/resume-transmission-email", req);
2440
2448
  };
2441
2449
  return TellerService;
2442
2450
  }();
@@ -2448,18 +2456,18 @@ var VaultService = /*#__PURE__*/function () {
2448
2456
  }
2449
2457
  var _proto = VaultService.prototype;
2450
2458
  _proto.lockboxCreate = /*#__PURE__*/function () {
2451
- var _lockboxCreate = /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(lockboxMetadata) {
2459
+ var _lockboxCreate = /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
2452
2460
  return _regeneratorRuntime().wrap(function _callee$(_context) {
2453
2461
  while (1) switch (_context.prev = _context.next) {
2454
2462
  case 0:
2455
- return _context.abrupt("return", this.api.post(this.baseURL + "/v1/lockbox", lockboxMetadata));
2463
+ return _context.abrupt("return", this.api.post(this.baseURL + "/v1/lockboxes"));
2456
2464
  case 1:
2457
2465
  case "end":
2458
2466
  return _context.stop();
2459
2467
  }
2460
2468
  }, _callee, this);
2461
2469
  }));
2462
- function lockboxCreate(_x) {
2470
+ function lockboxCreate() {
2463
2471
  return _lockboxCreate.apply(this, arguments);
2464
2472
  }
2465
2473
  return lockboxCreate;
@@ -2480,7 +2488,7 @@ var VaultService = /*#__PURE__*/function () {
2480
2488
  }
2481
2489
  }, _callee2, this);
2482
2490
  }));
2483
- function lockboxMetadataAdd(_x2, _x3, _x4) {
2491
+ function lockboxMetadataAdd(_x, _x2, _x3) {
2484
2492
  return _lockboxMetadataAdd.apply(this, arguments);
2485
2493
  }
2486
2494
  return lockboxMetadataAdd;
@@ -2501,7 +2509,7 @@ var VaultService = /*#__PURE__*/function () {
2501
2509
  }
2502
2510
  }, _callee3, this);
2503
2511
  }));
2504
- function lockboxSecretGet(_x5, _x6) {
2512
+ function lockboxSecretGet(_x4, _x5) {
2505
2513
  return _lockboxSecretGet.apply(this, arguments);
2506
2514
  }
2507
2515
  return lockboxSecretGet;
@@ -2522,7 +2530,7 @@ var VaultService = /*#__PURE__*/function () {
2522
2530
  }
2523
2531
  }, _callee4, this);
2524
2532
  }));
2525
- function lockboxGrant(_x7, _x8, _x9) {
2533
+ function lockboxGrant(_x6, _x7, _x8) {
2526
2534
  return _lockboxGrant.apply(this, arguments);
2527
2535
  }
2528
2536
  return lockboxGrant;
@@ -2582,7 +2590,7 @@ var VaultService = /*#__PURE__*/function () {
2582
2590
  }
2583
2591
  }, _callee6, this);
2584
2592
  }));
2585
- function lockboxDataStore(_x10, _x11, _x12, _x13) {
2593
+ function lockboxDataStore(_x9, _x10, _x11, _x12) {
2586
2594
  return _lockboxDataStore.apply(this, arguments);
2587
2595
  }
2588
2596
  return lockboxDataStore;
@@ -2620,7 +2628,7 @@ var VaultService = /*#__PURE__*/function () {
2620
2628
  }
2621
2629
  }, _callee7, this);
2622
2630
  }));
2623
- function lockboxDataGet(_x14, _x15, _x16, _x17) {
2631
+ function lockboxDataGet(_x13, _x14, _x15, _x16) {
2624
2632
  return _lockboxDataGet.apply(this, arguments);
2625
2633
  }
2626
2634
  return lockboxDataGet;
@@ -2642,7 +2650,7 @@ var VaultService = /*#__PURE__*/function () {
2642
2650
  }
2643
2651
  }, _callee8, this);
2644
2652
  }));
2645
- function lockboxManifestGet(_x18, _x19, _x20) {
2653
+ function lockboxManifestGet(_x17, _x18, _x19) {
2646
2654
  return _lockboxManifestGet.apply(this, arguments);
2647
2655
  }
2648
2656
  return lockboxManifestGet;
@@ -2666,7 +2674,7 @@ var VaultService = /*#__PURE__*/function () {
2666
2674
  }
2667
2675
  }, _callee9, this);
2668
2676
  }));
2669
- function lockboxMetadataGet(_x21, _x22, _x23, _x24, _x25) {
2677
+ function lockboxMetadataGet(_x20, _x21, _x22, _x23, _x24) {
2670
2678
  return _lockboxMetadataGet.apply(this, arguments);
2671
2679
  }
2672
2680
  return lockboxMetadataGet;
@@ -2697,7 +2705,7 @@ var VaultService = /*#__PURE__*/function () {
2697
2705
  }
2698
2706
  }, _callee10, this);
2699
2707
  }));
2700
- function vaultIndexPut(_x26, _x27) {
2708
+ function vaultIndexPut(_x25, _x26) {
2701
2709
  return _vaultIndexPut.apply(this, arguments);
2702
2710
  }
2703
2711
  return vaultIndexPut;
@@ -2722,7 +2730,7 @@ var VaultService = /*#__PURE__*/function () {
2722
2730
  }
2723
2731
  }, _callee11, this);
2724
2732
  }));
2725
- function vaultIndexSnapshotPut(_x28) {
2733
+ function vaultIndexSnapshotPut(_x27) {
2726
2734
  return _vaultIndexSnapshotPut.apply(this, arguments);
2727
2735
  }
2728
2736
  return vaultIndexSnapshotPut;
@@ -2756,7 +2764,7 @@ var VaultService = /*#__PURE__*/function () {
2756
2764
  }
2757
2765
  }, _callee12, this);
2758
2766
  }));
2759
- function vaultIndexGet(_x29, _x30, _x31) {
2767
+ function vaultIndexGet(_x28, _x29, _x30) {
2760
2768
  return _vaultIndexGet.apply(this, arguments);
2761
2769
  }
2762
2770
  return vaultIndexGet;