oro-sdk-apis 1.39.2 → 1.40.0

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.39.2",
2
+ "version": "1.40.0",
3
3
  "main": "dist/index.js",
4
4
  "typings": "dist/index.d.ts",
5
5
  "files": [
@@ -5,3 +5,4 @@ export class AuthenticationUnconfirmedEmail extends Error { }
5
5
  export class IdentityCreationFailed extends Error { }
6
6
  export class IdentityCreationBadRequest extends Error { }
7
7
  export class IdentityCreationConflict extends Error { }
8
+ export class VaultDataMissing extends Error { }