@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.
package/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
d9586fc12ef62d2649c3a7eefd3526651f8463a0
|
@@ -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
|
-
|
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.
|
Binary file
|