@bitwarden/commercial-sdk-internal 0.2.0-main.487 → 0.2.0-main.488

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.
@@ -408,9 +408,9 @@ exports.isRotateCryptographyStateError = function(error) {
408
408
  * @param {any} error
409
409
  * @returns {boolean}
410
410
  */
411
- exports.isEnrollAdminPasswordResetError = function(error) {
411
+ exports.isCryptoClientError = function(error) {
412
412
  try {
413
- const ret = wasm.isEnrollAdminPasswordResetError(addBorrowedObject(error));
413
+ const ret = wasm.isCryptoClientError(addBorrowedObject(error));
414
414
  return ret !== 0;
415
415
  } finally {
416
416
  heap[stack_pointer++] = undefined;
@@ -447,9 +447,9 @@ exports.isDeriveKeyConnectorError = function(error) {
447
447
  * @param {any} error
448
448
  * @returns {boolean}
449
449
  */
450
- exports.isCryptoClientError = function(error) {
450
+ exports.isEnrollAdminPasswordResetError = function(error) {
451
451
  try {
452
- const ret = wasm.isCryptoClientError(addBorrowedObject(error));
452
+ const ret = wasm.isEnrollAdminPasswordResetError(addBorrowedObject(error));
453
453
  return ret !== 0;
454
454
  } finally {
455
455
  heap[stack_pointer++] = undefined;
@@ -668,9 +668,9 @@ exports.isSshKeyExportError = function(error) {
668
668
  * @param {any} error
669
669
  * @returns {boolean}
670
670
  */
671
- exports.isKeyGenerationError = function(error) {
671
+ exports.isSshKeyImportError = function(error) {
672
672
  try {
673
- const ret = wasm.isKeyGenerationError(addBorrowedObject(error));
673
+ const ret = wasm.isSshKeyImportError(addBorrowedObject(error));
674
674
  return ret !== 0;
675
675
  } finally {
676
676
  heap[stack_pointer++] = undefined;
@@ -681,9 +681,9 @@ exports.isKeyGenerationError = function(error) {
681
681
  * @param {any} error
682
682
  * @returns {boolean}
683
683
  */
684
- exports.isSshKeyImportError = function(error) {
684
+ exports.isKeyGenerationError = function(error) {
685
685
  try {
686
- const ret = wasm.isSshKeyImportError(addBorrowedObject(error));
686
+ const ret = wasm.isKeyGenerationError(addBorrowedObject(error));
687
687
  return ret !== 0;
688
688
  } finally {
689
689
  heap[stack_pointer++] = undefined;
@@ -989,10 +989,18 @@ exports.isGetFolderError = function(error) {
989
989
  }
990
990
  };
991
991
 
992
- function wasm_bindgen__convert__closures_____invoke__hb102ba9d71e761f6(arg0, arg1, arg2) {
992
+ function wasm_bindgen__convert__closures_____invoke__ha638740cca0ef77d(arg0, arg1) {
993
+ wasm.wasm_bindgen__convert__closures_____invoke__ha638740cca0ef77d(arg0, arg1);
994
+ }
995
+
996
+ function wasm_bindgen__convert__closures_____invoke__h7e690d71e18a977f(arg0, arg1, arg2) {
997
+ wasm.wasm_bindgen__convert__closures_____invoke__h7e690d71e18a977f(arg0, arg1, addHeapObject(arg2));
998
+ }
999
+
1000
+ function wasm_bindgen__convert__closures_____invoke__hbe1b1141e23123c3(arg0, arg1, arg2) {
993
1001
  try {
994
1002
  const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
995
- wasm.wasm_bindgen__convert__closures_____invoke__hb102ba9d71e761f6(retptr, arg0, arg1, addHeapObject(arg2));
1003
+ wasm.wasm_bindgen__convert__closures_____invoke__hbe1b1141e23123c3(retptr, arg0, arg1, addHeapObject(arg2));
996
1004
  var r0 = getDataViewMemory0().getInt32(retptr + 4 * 0, true);
997
1005
  var r1 = getDataViewMemory0().getInt32(retptr + 4 * 1, true);
998
1006
  if (r1) {
@@ -1003,14 +1011,6 @@ function wasm_bindgen__convert__closures_____invoke__hb102ba9d71e761f6(arg0, arg
1003
1011
  }
1004
1012
  }
1005
1013
 
1006
- function wasm_bindgen__convert__closures_____invoke__ha638740cca0ef77d(arg0, arg1) {
1007
- wasm.wasm_bindgen__convert__closures_____invoke__ha638740cca0ef77d(arg0, arg1);
1008
- }
1009
-
1010
- function wasm_bindgen__convert__closures_____invoke__h2d1acf2a4a5dec58(arg0, arg1, arg2) {
1011
- wasm.wasm_bindgen__convert__closures_____invoke__h2d1acf2a4a5dec58(arg0, arg1, addHeapObject(arg2));
1012
- }
1013
-
1014
1014
  function wasm_bindgen__convert__closures_____invoke__h0c62e4f019080f6a(arg0, arg1, arg2, arg3) {
1015
1015
  wasm.wasm_bindgen__convert__closures_____invoke__h0c62e4f019080f6a(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
1016
1016
  }
@@ -4843,7 +4843,7 @@ exports.__wbg_call_e762c39fa8ea36bf = function() { return handleError(function (
4843
4843
  return addHeapObject(ret);
4844
4844
  }, arguments) };
4845
4845
 
4846
- exports.__wbg_cipher_2d1247f05b30f77e = function(arg0) {
4846
+ exports.__wbg_cipher_a778c2459216b9db = function(arg0) {
4847
4847
  const ret = getObject(arg0).cipher;
4848
4848
  return isLikeNone(ret) ? 0 : addHeapObject(ret);
4849
4849
  };
@@ -4935,7 +4935,7 @@ exports.__wbg_fetch_f8ba0e29a9d6de0d = function(arg0, arg1) {
4935
4935
  return addHeapObject(ret);
4936
4936
  };
4937
4937
 
4938
- exports.__wbg_folder_1b48ee0129bc4aef = function(arg0) {
4938
+ exports.__wbg_folder_e21e0f2a3a482ccc = function(arg0) {
4939
4939
  const ret = getObject(arg0).folder;
4940
4940
  return isLikeNone(ret) ? 0 : addHeapObject(ret);
4941
4941
  };
@@ -4967,7 +4967,7 @@ exports.__wbg_getTime_14776bfb48a1bff9 = function(arg0) {
4967
4967
  return ret;
4968
4968
  };
4969
4969
 
4970
- exports.__wbg_get_0a25008b84f7d25c = function() { return handleError(function (arg0, arg1, arg2) {
4970
+ exports.__wbg_get_32604598f2147359 = function() { return handleError(function (arg0, arg1, arg2) {
4971
4971
  let deferred0_0;
4972
4972
  let deferred0_1;
4973
4973
  try {
@@ -4980,7 +4980,7 @@ exports.__wbg_get_0a25008b84f7d25c = function() { return handleError(function (a
4980
4980
  }
4981
4981
  }, arguments) };
4982
4982
 
4983
- exports.__wbg_get_68e47edb669df514 = function() { return handleError(function (arg0, arg1, arg2) {
4983
+ exports.__wbg_get_3cd96273418d8d8a = function() { return handleError(function (arg0, arg1, arg2) {
4984
4984
  let deferred0_0;
4985
4985
  let deferred0_1;
4986
4986
  try {
@@ -4998,7 +4998,7 @@ exports.__wbg_get_7bed016f185add81 = function(arg0, arg1) {
4998
4998
  return addHeapObject(ret);
4999
4999
  };
5000
5000
 
5001
- exports.__wbg_get_access_token_ab7b7fd75e8e0ae1 = function(arg0) {
5001
+ exports.__wbg_get_access_token_2d5d2943ced83bbd = function(arg0) {
5002
5002
  const ret = getObject(arg0).get_access_token();
5003
5003
  return addHeapObject(ret);
5004
5004
  };
@@ -5191,12 +5191,12 @@ exports.__wbg_length_cdd215e10d9dd507 = function(arg0) {
5191
5191
  return ret;
5192
5192
  };
5193
5193
 
5194
- exports.__wbg_list_06d194051d5a464f = function() { return handleError(function (arg0) {
5194
+ exports.__wbg_list_318a4b53135cefa0 = function() { return handleError(function (arg0) {
5195
5195
  const ret = getObject(arg0).list();
5196
5196
  return addHeapObject(ret);
5197
5197
  }, arguments) };
5198
5198
 
5199
- exports.__wbg_list_60503123dab02237 = function() { return handleError(function (arg0) {
5199
+ exports.__wbg_list_be99098b5588dfc8 = function() { return handleError(function (arg0) {
5200
5200
  const ret = getObject(arg0).list();
5201
5201
  return addHeapObject(ret);
5202
5202
  }, arguments) };
@@ -5418,7 +5418,7 @@ exports.__wbg_randomFillSync_ac0988aba3254290 = function() { return handleError(
5418
5418
  getObject(arg0).randomFillSync(takeObject(arg1));
5419
5419
  }, arguments) };
5420
5420
 
5421
- exports.__wbg_remove_57d50e4cf38f98e9 = function() { return handleError(function (arg0, arg1, arg2) {
5421
+ exports.__wbg_remove_721b80c3fbbd3447 = function() { return handleError(function (arg0, arg1, arg2) {
5422
5422
  let deferred0_0;
5423
5423
  let deferred0_1;
5424
5424
  try {
@@ -5431,7 +5431,7 @@ exports.__wbg_remove_57d50e4cf38f98e9 = function() { return handleError(function
5431
5431
  }
5432
5432
  }, arguments) };
5433
5433
 
5434
- exports.__wbg_remove_a0601c1d6421d90d = function() { return handleError(function (arg0, arg1, arg2) {
5434
+ exports.__wbg_remove_b5b6ce893f9baf3d = function() { return handleError(function (arg0, arg1, arg2) {
5435
5435
  let deferred0_0;
5436
5436
  let deferred0_1;
5437
5437
  try {
@@ -5469,7 +5469,11 @@ exports.__wbg_setTimeout_ca12ead8b48245e2 = function(arg0, arg1) {
5469
5469
  return addHeapObject(ret);
5470
5470
  };
5471
5471
 
5472
- exports.__wbg_set_346afe6e6edb087b = function() { return handleError(function (arg0, arg1, arg2, arg3) {
5472
+ exports.__wbg_set_3f1d0b984ed272ed = function(arg0, arg1, arg2) {
5473
+ getObject(arg0)[takeObject(arg1)] = takeObject(arg2);
5474
+ };
5475
+
5476
+ exports.__wbg_set_4f3e83ad395f2da3 = function() { return handleError(function (arg0, arg1, arg2, arg3) {
5473
5477
  let deferred0_0;
5474
5478
  let deferred0_1;
5475
5479
  try {
@@ -5482,16 +5486,12 @@ exports.__wbg_set_346afe6e6edb087b = function() { return handleError(function (a
5482
5486
  }
5483
5487
  }, arguments) };
5484
5488
 
5485
- exports.__wbg_set_3f1d0b984ed272ed = function(arg0, arg1, arg2) {
5486
- getObject(arg0)[takeObject(arg1)] = takeObject(arg2);
5487
- };
5488
-
5489
5489
  exports.__wbg_set_907fb406c34a251d = function(arg0, arg1, arg2) {
5490
5490
  const ret = getObject(arg0).set(getObject(arg1), getObject(arg2));
5491
5491
  return addHeapObject(ret);
5492
5492
  };
5493
5493
 
5494
- exports.__wbg_set_9c9ede344ab3633e = function() { return handleError(function (arg0, arg1, arg2, arg3) {
5494
+ exports.__wbg_set_b6f093a4fa6ed050 = function() { return handleError(function (arg0, arg1, arg2, arg3) {
5495
5495
  let deferred0_0;
5496
5496
  let deferred0_1;
5497
5497
  try {
@@ -5686,21 +5686,21 @@ exports.__wbg_warn_8f5b5437666d0885 = function(arg0, arg1, arg2, arg3) {
5686
5686
  console.warn(getObject(arg0), getObject(arg1), getObject(arg2), getObject(arg3));
5687
5687
  };
5688
5688
 
5689
- exports.__wbindgen_cast_0acd39de5c783c71 = function(arg0, arg1) {
5690
- // Cast intrinsic for `Closure(Closure { dtor_idx: 333, function: Function { arguments: [NamedExternref("Event")], shim_idx: 44, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
5691
- const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__hd9661b26d463effa, wasm_bindgen__convert__closures_____invoke__h2d1acf2a4a5dec58);
5689
+ exports.__wbindgen_cast_040237b82ce31ec9 = function(arg0, arg1) {
5690
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 333, function: Function { arguments: [Externref], shim_idx: 42, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
5691
+ const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__hc71695a401114797, wasm_bindgen__convert__closures_____invoke__h7e690d71e18a977f);
5692
5692
  return addHeapObject(ret);
5693
5693
  };
5694
5694
 
5695
- exports.__wbindgen_cast_2241b6af4c4b2941 = function(arg0, arg1) {
5696
- // Cast intrinsic for `Ref(String) -> Externref`.
5697
- const ret = getStringFromWasm0(arg0, arg1);
5695
+ exports.__wbindgen_cast_1e9dc1058b799ead = function(arg0, arg1) {
5696
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 41, function: Function { arguments: [NamedExternref("IDBVersionChangeEvent")], shim_idx: 42, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
5697
+ const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h1d5e70ff7d1cc2b9, wasm_bindgen__convert__closures_____invoke__h7e690d71e18a977f);
5698
5698
  return addHeapObject(ret);
5699
5699
  };
5700
5700
 
5701
- exports.__wbindgen_cast_4042b341512ce63a = function(arg0, arg1) {
5702
- // Cast intrinsic for `Closure(Closure { dtor_idx: 41, function: Function { arguments: [NamedExternref("IDBVersionChangeEvent")], shim_idx: 44, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
5703
- const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h607bdcca11c93892, wasm_bindgen__convert__closures_____invoke__h2d1acf2a4a5dec58);
5701
+ exports.__wbindgen_cast_2241b6af4c4b2941 = function(arg0, arg1) {
5702
+ // Cast intrinsic for `Ref(String) -> Externref`.
5703
+ const ret = getStringFromWasm0(arg0, arg1);
5704
5704
  return addHeapObject(ret);
5705
5705
  };
5706
5706
 
@@ -5710,12 +5710,6 @@ exports.__wbindgen_cast_4625c577ab2ec9ee = function(arg0) {
5710
5710
  return addHeapObject(ret);
5711
5711
  };
5712
5712
 
5713
- exports.__wbindgen_cast_55a08bee8bbbdd86 = function(arg0, arg1) {
5714
- // Cast intrinsic for `Closure(Closure { dtor_idx: 578, function: Function { arguments: [], shim_idx: 328, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
5715
- const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h666c8569a46b7e11, wasm_bindgen__convert__closures_____invoke__ha638740cca0ef77d);
5716
- return addHeapObject(ret);
5717
- };
5718
-
5719
5713
  exports.__wbindgen_cast_5fea77eff9dd275c = function(arg0, arg1) {
5720
5714
  var v0 = getArrayJsValueFromWasm0(arg0, arg1).slice();
5721
5715
  wasm.__wbindgen_free(arg0, arg1 * 4, 4);
@@ -5724,9 +5718,9 @@ exports.__wbindgen_cast_5fea77eff9dd275c = function(arg0, arg1) {
5724
5718
  return addHeapObject(ret);
5725
5719
  };
5726
5720
 
5727
- exports.__wbindgen_cast_60e5410fb9724a20 = function(arg0, arg1) {
5728
- // Cast intrinsic for `Closure(Closure { dtor_idx: 327, function: Function { arguments: [Externref], shim_idx: 44, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
5729
- const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__hc71695a401114797, wasm_bindgen__convert__closures_____invoke__h2d1acf2a4a5dec58);
5721
+ exports.__wbindgen_cast_73a0930a4562bf7d = function(arg0, arg1) {
5722
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 583, function: Function { arguments: [], shim_idx: 334, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
5723
+ const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h666c8569a46b7e11, wasm_bindgen__convert__closures_____invoke__ha638740cca0ef77d);
5730
5724
  return addHeapObject(ret);
5731
5725
  };
5732
5726
 
@@ -5738,27 +5732,21 @@ exports.__wbindgen_cast_7a6d185652cd8149 = function(arg0, arg1) {
5738
5732
  return addHeapObject(ret);
5739
5733
  };
5740
5734
 
5741
- exports.__wbindgen_cast_925ce08a137834bc = function(arg0, arg1) {
5742
- // Cast intrinsic for `Closure(Closure { dtor_idx: 327, function: Function { arguments: [], shim_idx: 328, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
5743
- const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__hc71695a401114797, wasm_bindgen__convert__closures_____invoke__ha638740cca0ef77d);
5744
- return addHeapObject(ret);
5745
- };
5746
-
5747
5735
  exports.__wbindgen_cast_9ae0607507abb057 = function(arg0) {
5748
5736
  // Cast intrinsic for `I64 -> Externref`.
5749
5737
  const ret = arg0;
5750
5738
  return addHeapObject(ret);
5751
5739
  };
5752
5740
 
5753
- exports.__wbindgen_cast_cb9088102bce6b30 = function(arg0, arg1) {
5754
- // Cast intrinsic for `Ref(Slice(U8)) -> NamedExternref("Uint8Array")`.
5755
- const ret = getArrayU8FromWasm0(arg0, arg1);
5741
+ exports.__wbindgen_cast_c425055212da0068 = function(arg0, arg1) {
5742
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 333, function: Function { arguments: [], shim_idx: 334, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
5743
+ const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__hc71695a401114797, wasm_bindgen__convert__closures_____invoke__ha638740cca0ef77d);
5756
5744
  return addHeapObject(ret);
5757
5745
  };
5758
5746
 
5759
- exports.__wbindgen_cast_d49c305f67640cb1 = function(arg0, arg1) {
5760
- // Cast intrinsic for `Closure(Closure { dtor_idx: 41, function: Function { arguments: [NamedExternref("Event")], shim_idx: 42, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
5761
- const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h607bdcca11c93892, wasm_bindgen__convert__closures_____invoke__hb102ba9d71e761f6);
5747
+ exports.__wbindgen_cast_cb9088102bce6b30 = function(arg0, arg1) {
5748
+ // Cast intrinsic for `Ref(Slice(U8)) -> NamedExternref("Uint8Array")`.
5749
+ const ret = getArrayU8FromWasm0(arg0, arg1);
5762
5750
  return addHeapObject(ret);
5763
5751
  };
5764
5752
 
@@ -5768,6 +5756,12 @@ exports.__wbindgen_cast_d6cd19b81560fd6e = function(arg0) {
5768
5756
  return addHeapObject(ret);
5769
5757
  };
5770
5758
 
5759
+ exports.__wbindgen_cast_daac1d8e48fc3ba0 = function(arg0, arg1) {
5760
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 41, function: Function { arguments: [NamedExternref("Event")], shim_idx: 44, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
5761
+ const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h1d5e70ff7d1cc2b9, wasm_bindgen__convert__closures_____invoke__hbe1b1141e23123c3);
5762
+ return addHeapObject(ret);
5763
+ };
5764
+
5771
5765
  exports.__wbindgen_cast_ef90a087adb7475d = function(arg0, arg1) {
5772
5766
  var v0 = getArrayJsValueFromWasm0(arg0, arg1).slice();
5773
5767
  wasm.__wbindgen_free(arg0, arg1 * 4, 4);
@@ -5776,6 +5770,12 @@ exports.__wbindgen_cast_ef90a087adb7475d = function(arg0, arg1) {
5776
5770
  return addHeapObject(ret);
5777
5771
  };
5778
5772
 
5773
+ exports.__wbindgen_cast_faabdb593332903b = function(arg0, arg1) {
5774
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 339, function: Function { arguments: [NamedExternref("Event")], shim_idx: 42, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
5775
+ const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__hd9661b26d463effa, wasm_bindgen__convert__closures_____invoke__h7e690d71e18a977f);
5776
+ return addHeapObject(ret);
5777
+ };
5778
+
5779
5779
  exports.__wbindgen_object_clone_ref = function(arg0) {
5780
5780
  const ret = getObject(arg0);
5781
5781
  return addHeapObject(ret);
@@ -514,25 +514,25 @@ export const __wbg_get_outgoingmessage_destination: (a: number) => number;
514
514
  export const vaultclient_attachments: (a: number) => number;
515
515
  export const __wbg_set_outgoingmessage_destination: (a: number, b: number) => void;
516
516
  export const __wbg_cryptoclient_free: (a: number, b: number) => void;
517
- export const wasm_bindgen__convert__closures_____invoke__hb102ba9d71e761f6: (
518
- a: number,
519
- b: number,
520
- c: number,
521
- d: number,
522
- ) => void;
523
- export const wasm_bindgen__closure__destroy__h607bdcca11c93892: (a: number, b: number) => void;
524
517
  export const wasm_bindgen__convert__closures_____invoke__ha638740cca0ef77d: (
525
518
  a: number,
526
519
  b: number,
527
520
  ) => void;
521
+ export const wasm_bindgen__closure__destroy__hc71695a401114797: (a: number, b: number) => void;
528
522
  export const wasm_bindgen__closure__destroy__h666c8569a46b7e11: (a: number, b: number) => void;
529
- export const wasm_bindgen__convert__closures_____invoke__h2d1acf2a4a5dec58: (
523
+ export const wasm_bindgen__convert__closures_____invoke__h7e690d71e18a977f: (
530
524
  a: number,
531
525
  b: number,
532
526
  c: number,
533
527
  ) => void;
534
- export const wasm_bindgen__closure__destroy__hc71695a401114797: (a: number, b: number) => void;
535
528
  export const wasm_bindgen__closure__destroy__hd9661b26d463effa: (a: number, b: number) => void;
529
+ export const wasm_bindgen__convert__closures_____invoke__hbe1b1141e23123c3: (
530
+ a: number,
531
+ b: number,
532
+ c: number,
533
+ d: number,
534
+ ) => void;
535
+ export const wasm_bindgen__closure__destroy__h1d5e70ff7d1cc2b9: (a: number, b: number) => void;
536
536
  export const wasm_bindgen__convert__closures_____invoke__h0c62e4f019080f6a: (
537
537
  a: number,
538
538
  b: number,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitwarden/commercial-sdk-internal",
3
- "version": "0.2.0-main.487",
3
+ "version": "0.2.0-main.488",
4
4
  "license": "BITWARDEN SOFTWARE DEVELOPMENT KIT LICENSE AGREEMENT",
5
5
  "repository": {
6
6
  "type": "git",