@bitwarden/sdk-internal 0.2.0-main.190 → 0.2.0-main.192

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.
@@ -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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitwarden/sdk-internal",
3
- "version": "0.2.0-main.190",
3
+ "version": "0.2.0-main.192",
4
4
  "license": "GPL-3.0",
5
5
  "files": [
6
6
  "bitwarden_wasm_internal_bg.js",