@icure/cardinal-sdk 2.1.0 → 2.1.1

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.
@@ -38,6 +38,41 @@ export declare class RevisionConflictException extends Error {
38
38
  export declare namespace RevisionConflictException.$metadata$ {
39
39
  const constructor: abstract new () => RevisionConflictException;
40
40
  }
41
+ export declare class SecureStorageException extends /* Exception */ Error {
42
+ constructor(message: string, cause?: Nullable<Error>);
43
+ }
44
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
45
+ export declare namespace SecureStorageException.$metadata$ {
46
+ const constructor: abstract new () => SecureStorageException;
47
+ }
48
+ export declare class SecureStorageCorruptedException extends SecureStorageException.$metadata$.constructor {
49
+ constructor(message: string, cause?: Nullable<Error>);
50
+ }
51
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
52
+ export declare namespace SecureStorageCorruptedException.$metadata$ {
53
+ const constructor: abstract new () => SecureStorageCorruptedException;
54
+ }
55
+ export declare class SecureStorageKeyInvalidatedException extends SecureStorageException.$metadata$.constructor {
56
+ constructor(message: string, cause?: Nullable<Error>);
57
+ }
58
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
59
+ export declare namespace SecureStorageKeyInvalidatedException.$metadata$ {
60
+ const constructor: abstract new () => SecureStorageKeyInvalidatedException;
61
+ }
62
+ export declare class SecureStorageCryptoException extends SecureStorageException.$metadata$.constructor {
63
+ constructor(message: string, cause?: Nullable<Error>);
64
+ }
65
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
66
+ export declare namespace SecureStorageCryptoException.$metadata$ {
67
+ const constructor: abstract new () => SecureStorageCryptoException;
68
+ }
69
+ export declare class SecureStorageConfigurationException extends SecureStorageException.$metadata$.constructor {
70
+ constructor(message: string, cause?: Nullable<Error>);
71
+ }
72
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
73
+ export declare namespace SecureStorageConfigurationException.$metadata$ {
74
+ const constructor: abstract new () => SecureStorageConfigurationException;
75
+ }
41
76
  export declare abstract class InternalSdkInitializers {
42
77
  static readonly getInstance: () => typeof InternalSdkInitializers.$metadata$.type;
43
78
  private constructor();