@bitwarden/sdk-internal 0.2.0-main.190 → 0.2.0-main.191
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/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
38654e93f8b6d8b893cb6758fb088105739f49f5
|
|
@@ -101,6 +101,9 @@ export enum UriMatchType {
|
|
|
101
101
|
* State used for initializing the user cryptographic state.
|
|
102
102
|
*/
|
|
103
103
|
export interface InitUserCryptoRequest {
|
|
104
|
+
/**
|
|
105
|
+
* The user\'s ID.
|
|
106
|
+
*/
|
|
104
107
|
userId: Uuid | undefined;
|
|
105
108
|
/**
|
|
106
109
|
* The user\'s KDF parameters, as received from the prelogin request
|
|
Binary file
|