oro-sdk-apis 1.39.2 → 1.40.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.
@@ -12,3 +12,5 @@ export declare class IdentityCreationBadRequest extends Error {
12
12
  }
13
13
  export declare class IdentityCreationConflict extends Error {
14
14
  }
15
+ export declare class VaultDataMissing extends Error {
16
+ }
@@ -1445,6 +1445,15 @@ var IdentityCreationConflict = /*#__PURE__*/function (_Error7) {
1445
1445
 
1446
1446
  return IdentityCreationConflict;
1447
1447
  }( /*#__PURE__*/_wrapNativeSuper(Error));
1448
+ var VaultDataMissing = /*#__PURE__*/function (_Error8) {
1449
+ _inheritsLoose(VaultDataMissing, _Error8);
1450
+
1451
+ function VaultDataMissing() {
1452
+ return _Error8.apply(this, arguments) || this;
1453
+ }
1454
+
1455
+ return VaultDataMissing;
1456
+ }( /*#__PURE__*/_wrapNativeSuper(Error));
1448
1457
 
1449
1458
  (function (WorkflowType) {
1450
1459
  WorkflowType["Onboard"] = "Onboard";
@@ -3555,6 +3564,7 @@ exports.IdentityCreationFailed = IdentityCreationFailed;
3555
3564
  exports.PracticeService = PracticeService;
3556
3565
  exports.SearchService = SearchService;
3557
3566
  exports.TellerService = TellerService;
3567
+ exports.VaultDataMissing = VaultDataMissing;
3558
3568
  exports.VaultService = VaultService;
3559
3569
  exports.WorkflowService = WorkflowService;
3560
3570
  exports.default = init;