@bitwarden/sdk-internal 0.2.0-main.194 → 0.2.0-main.196

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.
@@ -965,7 +965,10 @@ import { Tagged } from "type-fest";
965
965
  *
966
966
  * Never create or cast to this type directly, use the `uuid<T>()` function instead.
967
967
  */
968
- export type Uuid = unknown;
968
+ // TODO: Uncomment this when the `uuid` crate is used.
969
+ // export type Uuid = unknown;
970
+
971
+ export type Uuid = string;
969
972
 
970
973
  /**
971
974
  * RFC3339 compliant date-time string.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitwarden/sdk-internal",
3
- "version": "0.2.0-main.194",
3
+ "version": "0.2.0-main.196",
4
4
  "license": "GPL-3.0",
5
5
  "files": [
6
6
  "bitwarden_wasm_internal_bg.js",