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.
- package/dist/models/error.d.ts +2 -0
- package/dist/oro-sdk-apis.cjs.development.js +10 -0
- package/dist/oro-sdk-apis.cjs.development.js.map +1 -1
- package/dist/oro-sdk-apis.cjs.production.min.js +1 -1
- package/dist/oro-sdk-apis.cjs.production.min.js.map +1 -1
- package/dist/oro-sdk-apis.esm.js +10 -1
- package/dist/oro-sdk-apis.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/models/error.ts +1 -0
package/dist/models/error.d.ts
CHANGED
@@ -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;
|