@bitwarden/sdk-internal 0.2.0-main.140 → 0.2.0-main.142

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
- 2bbba2fa4162d0cde112def37fc2ea76e113e0fe
1
+ 1972351dae1cd4bdc15e498f5a662d04d0de9cec
@@ -669,13 +669,13 @@ export interface SshKey {
669
669
  }
670
670
 
671
671
  export interface LocalDataView {
672
- lastUsedDate: number | undefined;
673
- lastLaunched: number | undefined;
672
+ lastUsedDate: DateTime<Utc> | undefined;
673
+ lastLaunched: DateTime<Utc> | undefined;
674
674
  }
675
675
 
676
676
  export interface LocalData {
677
- lastUsedDate: number | undefined;
678
- lastLaunched: number | undefined;
677
+ lastUsedDate: DateTime<Utc> | undefined;
678
+ lastLaunched: DateTime<Utc> | undefined;
679
679
  }
680
680
 
681
681
  export interface IdentityView {
@@ -2496,8 +2496,8 @@ export function __wbindgen_cb_drop(arg0) {
2496
2496
  return ret;
2497
2497
  }
2498
2498
 
2499
- export function __wbindgen_closure_wrapper2563(arg0, arg1, arg2) {
2500
- const ret = makeMutClosure(arg0, arg1, 634, __wbg_adapter_50);
2499
+ export function __wbindgen_closure_wrapper2561(arg0, arg1, arg2) {
2500
+ const ret = makeMutClosure(arg0, arg1, 633, __wbg_adapter_50);
2501
2501
  return addHeapObject(ret);
2502
2502
  }
2503
2503
 
Binary file