@bitwarden/sdk-internal 0.2.0-main.391 → 0.2.0-main.392

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.
@@ -1,6 +1,5 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
- export function set_log_level(level: LogLevel): void;
4
3
  export function init_sdk(log_level?: LogLevel | null): void;
5
4
  /**
6
5
  * Generate a new SSH key pair
@@ -246,13 +246,6 @@ function getArrayJsValueFromWasm0(ptr, len) {
246
246
  }
247
247
  return result;
248
248
  }
249
- /**
250
- * @param {LogLevel} level
251
- */
252
- exports.set_log_level = function (level) {
253
- wasm.set_log_level(level);
254
- };
255
-
256
249
  /**
257
250
  * @param {LogLevel | null} [log_level]
258
251
  */
@@ -865,22 +858,22 @@ exports.isEncryptFileError = function (error) {
865
858
  }
866
859
  };
867
860
 
868
- function wasm_bindgen__convert__closures_____invoke__h76c71c1158b6af01(arg0, arg1) {
869
- wasm.wasm_bindgen__convert__closures_____invoke__h76c71c1158b6af01(arg0, arg1);
870
- }
871
-
872
- function wasm_bindgen__convert__closures_____invoke__h68bd0a9d5350e258(arg0, arg1, arg2) {
873
- wasm.wasm_bindgen__convert__closures_____invoke__h68bd0a9d5350e258(
861
+ function wasm_bindgen__convert__closures_____invoke__h9d7e5f8887506d31(arg0, arg1, arg2) {
862
+ wasm.wasm_bindgen__convert__closures_____invoke__h9d7e5f8887506d31(
874
863
  arg0,
875
864
  arg1,
876
865
  addHeapObject(arg2),
877
866
  );
878
867
  }
879
868
 
880
- function wasm_bindgen__convert__closures_____invoke__h35226a0bef9fe725(arg0, arg1, arg2) {
869
+ function wasm_bindgen__convert__closures_____invoke__h092300064b8afb1e(arg0, arg1) {
870
+ wasm.wasm_bindgen__convert__closures_____invoke__h092300064b8afb1e(arg0, arg1);
871
+ }
872
+
873
+ function wasm_bindgen__convert__closures_____invoke__hd11035e31e1056de(arg0, arg1, arg2) {
881
874
  try {
882
875
  const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
883
- wasm.wasm_bindgen__convert__closures_____invoke__h35226a0bef9fe725(
876
+ wasm.wasm_bindgen__convert__closures_____invoke__hd11035e31e1056de(
884
877
  retptr,
885
878
  arg0,
886
879
  arg1,
@@ -896,8 +889,8 @@ function wasm_bindgen__convert__closures_____invoke__h35226a0bef9fe725(arg0, arg
896
889
  }
897
890
  }
898
891
 
899
- function wasm_bindgen__convert__closures_____invoke__h4096c3b930b983e7(arg0, arg1, arg2, arg3) {
900
- wasm.wasm_bindgen__convert__closures_____invoke__h4096c3b930b983e7(
892
+ function wasm_bindgen__convert__closures_____invoke__h43dfd80678632d6f(arg0, arg1, arg2, arg3) {
893
+ wasm.wasm_bindgen__convert__closures_____invoke__h43dfd80678632d6f(
901
894
  arg0,
902
895
  arg1,
903
896
  addHeapObject(arg2),
@@ -4472,7 +4465,7 @@ exports.__wbg_call_e762c39fa8ea36bf = function () {
4472
4465
  }, arguments);
4473
4466
  };
4474
4467
 
4475
- exports.__wbg_cipher_15031dc100f7bfbc = function (arg0) {
4468
+ exports.__wbg_cipher_6feb4309a8c5cf17 = function (arg0) {
4476
4469
  const ret = getObject(arg0).cipher;
4477
4470
  return isLikeNone(ret) ? 0 : addHeapObject(ret);
4478
4471
  };
@@ -4494,6 +4487,11 @@ exports.__wbg_createObjectStore_283a43a822bf49ca = function () {
4494
4487
  }, arguments);
4495
4488
  };
4496
4489
 
4490
+ exports.__wbg_create_f2b6bfa66a83e88e = function (arg0) {
4491
+ const ret = Object.create(getObject(arg0));
4492
+ return addHeapObject(ret);
4493
+ };
4494
+
4497
4495
  exports.__wbg_crypto_574e78ad8b13b65f = function (arg0) {
4498
4496
  const ret = getObject(arg0).crypto;
4499
4497
  return addHeapObject(ret);
@@ -4503,6 +4501,10 @@ exports.__wbg_debug_e55e1461940eb14d = function (arg0, arg1, arg2, arg3) {
4503
4501
  console.debug(getObject(arg0), getObject(arg1), getObject(arg2), getObject(arg3));
4504
4502
  };
4505
4503
 
4504
+ exports.__wbg_debug_f4b0c59db649db48 = function (arg0) {
4505
+ console.debug(getObject(arg0));
4506
+ };
4507
+
4506
4508
  exports.__wbg_deleteObjectStore_444a266b213fafcf = function () {
4507
4509
  return handleError(function (arg0, arg1, arg2) {
4508
4510
  getObject(arg0).deleteObjectStore(getStringFromWasm0(arg1, arg2));
@@ -4538,6 +4540,10 @@ exports.__wbg_error_7534b8e9a36f1ab4 = function (arg0, arg1) {
4538
4540
  }
4539
4541
  };
4540
4542
 
4543
+ exports.__wbg_error_a7f8fbb0523dae15 = function (arg0) {
4544
+ console.error(getObject(arg0));
4545
+ };
4546
+
4541
4547
  exports.__wbg_error_d8b22cf4e59a6791 = function (arg0, arg1, arg2, arg3) {
4542
4548
  console.error(getObject(arg0), getObject(arg1), getObject(arg2), getObject(arg3));
4543
4549
  };
@@ -4552,7 +4558,7 @@ exports.__wbg_fetch_f8ba0e29a9d6de0d = function (arg0, arg1) {
4552
4558
  return addHeapObject(ret);
4553
4559
  };
4554
4560
 
4555
- exports.__wbg_folder_97faec3859a0bf4f = function (arg0) {
4561
+ exports.__wbg_folder_4eb7e17f910be295 = function (arg0) {
4556
4562
  const ret = getObject(arg0).folder;
4557
4563
  return isLikeNone(ret) ? 0 : addHeapObject(ret);
4558
4564
  };
@@ -4579,12 +4585,7 @@ exports.__wbg_getTime_14776bfb48a1bff9 = function (arg0) {
4579
4585
  return ret;
4580
4586
  };
4581
4587
 
4582
- exports.__wbg_get_7bed016f185add81 = function (arg0, arg1) {
4583
- const ret = getObject(arg0)[arg1 >>> 0];
4584
- return addHeapObject(ret);
4585
- };
4586
-
4587
- exports.__wbg_get_98a947a33ab63f59 = function () {
4588
+ exports.__wbg_get_0f43abed05c5a0ff = function () {
4588
4589
  return handleError(function (arg0, arg1, arg2) {
4589
4590
  let deferred0_0;
4590
4591
  let deferred0_1;
@@ -4599,12 +4600,17 @@ exports.__wbg_get_98a947a33ab63f59 = function () {
4599
4600
  }, arguments);
4600
4601
  };
4601
4602
 
4602
- exports.__wbg_get_access_token_c515f41109a55270 = function (arg0) {
4603
+ exports.__wbg_get_7bed016f185add81 = function (arg0, arg1) {
4604
+ const ret = getObject(arg0)[arg1 >>> 0];
4605
+ return addHeapObject(ret);
4606
+ };
4607
+
4608
+ exports.__wbg_get_access_token_d7c1b7b23c24fc7f = function (arg0) {
4603
4609
  const ret = getObject(arg0).get_access_token();
4604
4610
  return addHeapObject(ret);
4605
4611
  };
4606
4612
 
4607
- exports.__wbg_get_d52058d7efdcd968 = function () {
4613
+ exports.__wbg_get_d4dab676cdc7d57a = function () {
4608
4614
  return handleError(function (arg0, arg1, arg2) {
4609
4615
  let deferred0_0;
4610
4616
  let deferred0_1;
@@ -4666,6 +4672,10 @@ exports.__wbg_info_68cd5b51ef7e5137 = function (arg0, arg1, arg2, arg3) {
4666
4672
  console.info(getObject(arg0), getObject(arg1), getObject(arg2), getObject(arg3));
4667
4673
  };
4668
4674
 
4675
+ exports.__wbg_info_e674a11f4f50cc0c = function (arg0) {
4676
+ console.info(getObject(arg0));
4677
+ };
4678
+
4669
4679
  exports.__wbg_instanceof_ArrayBuffer_70beb1189ca63b38 = function (arg0) {
4670
4680
  let result;
4671
4681
  try {
@@ -4806,22 +4816,46 @@ exports.__wbg_length_cdd215e10d9dd507 = function (arg0) {
4806
4816
  return ret;
4807
4817
  };
4808
4818
 
4809
- exports.__wbg_list_1734fcd2cfe9bcda = function () {
4819
+ exports.__wbg_list_165f3564f75b47f0 = function () {
4810
4820
  return handleError(function (arg0) {
4811
4821
  const ret = getObject(arg0).list();
4812
4822
  return addHeapObject(ret);
4813
4823
  }, arguments);
4814
4824
  };
4815
4825
 
4816
- exports.__wbg_list_ffadd5a2c7950132 = function () {
4826
+ exports.__wbg_list_3bf861fe5bfbf171 = function () {
4817
4827
  return handleError(function (arg0) {
4818
4828
  const ret = getObject(arg0).list();
4819
4829
  return addHeapObject(ret);
4820
4830
  }, arguments);
4821
4831
  };
4822
4832
 
4823
- exports.__wbg_log_45eb3a49e7cdcb64 = function (arg0, arg1, arg2, arg3) {
4824
- console.log(getObject(arg0), getObject(arg1), getObject(arg2), getObject(arg3));
4833
+ exports.__wbg_mark_05056c522bddc362 = function () {
4834
+ return handleError(function (arg0, arg1, arg2) {
4835
+ getObject(arg0).mark(getStringFromWasm0(arg1, arg2));
4836
+ }, arguments);
4837
+ };
4838
+
4839
+ exports.__wbg_mark_24a1a597f4f00679 = function () {
4840
+ return handleError(function (arg0, arg1, arg2, arg3) {
4841
+ getObject(arg0).mark(getStringFromWasm0(arg1, arg2), getObject(arg3));
4842
+ }, arguments);
4843
+ };
4844
+
4845
+ exports.__wbg_measure_0b7379f5cfacac6d = function () {
4846
+ return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
4847
+ getObject(arg0).measure(
4848
+ getStringFromWasm0(arg1, arg2),
4849
+ getStringFromWasm0(arg3, arg4),
4850
+ getStringFromWasm0(arg5, arg6),
4851
+ );
4852
+ }, arguments);
4853
+ };
4854
+
4855
+ exports.__wbg_measure_7728846525e2cced = function () {
4856
+ return handleError(function (arg0, arg1, arg2, arg3) {
4857
+ getObject(arg0).measure(getStringFromWasm0(arg1, arg2), getObject(arg3));
4858
+ }, arguments);
4825
4859
  };
4826
4860
 
4827
4861
  exports.__wbg_msCrypto_a61aeb35a24c1329 = function (arg0) {
@@ -4861,7 +4895,7 @@ exports.__wbg_new_3c3d849046688a66 = function (arg0, arg1) {
4861
4895
  const a = state0.a;
4862
4896
  state0.a = 0;
4863
4897
  try {
4864
- return wasm_bindgen__convert__closures_____invoke__h4096c3b930b983e7(
4898
+ return wasm_bindgen__convert__closures_____invoke__h43dfd80678632d6f(
4865
4899
  a,
4866
4900
  state0.b,
4867
4901
  arg0,
@@ -4995,6 +5029,11 @@ exports.__wbg_parse_2a704d6b78abb2b8 = function () {
4995
5029
  }, arguments);
4996
5030
  };
4997
5031
 
5032
+ exports.__wbg_performance_121b9855d716e029 = function () {
5033
+ const ret = globalThis.performance;
5034
+ return addHeapObject(ret);
5035
+ };
5036
+
4998
5037
  exports.__wbg_preventDefault_1f362670ce7ef430 = function (arg0) {
4999
5038
  getObject(arg0).preventDefault();
5000
5039
  };
@@ -5028,7 +5067,7 @@ exports.__wbg_randomFillSync_ac0988aba3254290 = function () {
5028
5067
  }, arguments);
5029
5068
  };
5030
5069
 
5031
- exports.__wbg_remove_7eb3066ccf5bd7a3 = function () {
5070
+ exports.__wbg_remove_22052ed3130af2b0 = function () {
5032
5071
  return handleError(function (arg0, arg1, arg2) {
5033
5072
  let deferred0_0;
5034
5073
  let deferred0_1;
@@ -5043,7 +5082,7 @@ exports.__wbg_remove_7eb3066ccf5bd7a3 = function () {
5043
5082
  }, arguments);
5044
5083
  };
5045
5084
 
5046
- exports.__wbg_remove_b833b49b87e3de2a = function () {
5085
+ exports.__wbg_remove_ebe429fa15da0f57 = function () {
5047
5086
  return handleError(function (arg0, arg1, arg2) {
5048
5087
  let deferred0_0;
5049
5088
  let deferred0_1;
@@ -5089,7 +5128,7 @@ exports.__wbg_setTimeout_ca12ead8b48245e2 = function (arg0, arg1) {
5089
5128
  return addHeapObject(ret);
5090
5129
  };
5091
5130
 
5092
- exports.__wbg_set_0b4c11f52a985723 = function () {
5131
+ exports.__wbg_set_24a7bd3906eb050a = function () {
5093
5132
  return handleError(function (arg0, arg1, arg2, arg3) {
5094
5133
  let deferred0_0;
5095
5134
  let deferred0_1;
@@ -5121,11 +5160,14 @@ exports.__wbg_set_c213c871859d6500 = function (arg0, arg1, arg2) {
5121
5160
  getObject(arg0)[arg1 >>> 0] = takeObject(arg2);
5122
5161
  };
5123
5162
 
5124
- exports.__wbg_set_credentials_f621cd2d85c0c228 = function (arg0, arg1) {
5125
- getObject(arg0).credentials = __wbindgen_enum_RequestCredentials[arg1];
5163
+ exports.__wbg_set_c2abbebe8b9ebee1 = function () {
5164
+ return handleError(function (arg0, arg1, arg2) {
5165
+ const ret = Reflect.set(getObject(arg0), getObject(arg1), getObject(arg2));
5166
+ return ret;
5167
+ }, arguments);
5126
5168
  };
5127
5169
 
5128
- exports.__wbg_set_d9151fca1ebeab91 = function () {
5170
+ exports.__wbg_set_c343f5c11c24425f = function () {
5129
5171
  return handleError(function (arg0, arg1, arg2, arg3) {
5130
5172
  let deferred0_0;
5131
5173
  let deferred0_1;
@@ -5140,6 +5182,10 @@ exports.__wbg_set_d9151fca1ebeab91 = function () {
5140
5182
  }, arguments);
5141
5183
  };
5142
5184
 
5185
+ exports.__wbg_set_credentials_f621cd2d85c0c228 = function (arg0, arg1) {
5186
+ getObject(arg0).credentials = __wbindgen_enum_RequestCredentials[arg1];
5187
+ };
5188
+
5143
5189
  exports.__wbg_set_headers_6926da238cd32ee4 = function (arg0, arg1) {
5144
5190
  getObject(arg0).headers = getObject(arg1);
5145
5191
  };
@@ -5296,6 +5342,10 @@ exports.__wbg_versions_c01dfd4722a88165 = function (arg0) {
5296
5342
  return addHeapObject(ret);
5297
5343
  };
5298
5344
 
5345
+ exports.__wbg_warn_1d74dddbe2fd1dbb = function (arg0) {
5346
+ console.warn(getObject(arg0));
5347
+ };
5348
+
5299
5349
  exports.__wbg_warn_8f5b5437666d0885 = function (arg0, arg1, arg2, arg3) {
5300
5350
  console.warn(getObject(arg0), getObject(arg1), getObject(arg2), getObject(arg3));
5301
5351
  };
@@ -5306,13 +5356,13 @@ exports.__wbindgen_cast_2241b6af4c4b2941 = function (arg0, arg1) {
5306
5356
  return addHeapObject(ret);
5307
5357
  };
5308
5358
 
5309
- exports.__wbindgen_cast_36265b4dca1d434b = function (arg0, arg1) {
5310
- // Cast intrinsic for `Closure(Closure { dtor_idx: 268, function: Function { arguments: [], shim_idx: 269, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
5359
+ exports.__wbindgen_cast_3bdbc0e1dbbca79e = function (arg0, arg1) {
5360
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 548, function: Function { arguments: [], shim_idx: 302, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
5311
5361
  const ret = makeMutClosure(
5312
5362
  arg0,
5313
5363
  arg1,
5314
- wasm.wasm_bindgen__closure__destroy__h04ff7fddf688fec6,
5315
- wasm_bindgen__convert__closures_____invoke__h76c71c1158b6af01,
5364
+ wasm.wasm_bindgen__closure__destroy__hfcb631b72e5e985c,
5365
+ wasm_bindgen__convert__closures_____invoke__h092300064b8afb1e,
5316
5366
  );
5317
5367
  return addHeapObject(ret);
5318
5368
  };
@@ -5345,13 +5395,35 @@ exports.__wbindgen_cast_9ae0607507abb057 = function (arg0) {
5345
5395
  return addHeapObject(ret);
5346
5396
  };
5347
5397
 
5348
- exports.__wbindgen_cast_b5381fbb5b406c64 = function (arg0, arg1) {
5349
- // Cast intrinsic for `Closure(Closure { dtor_idx: 5, function: Function { arguments: [NamedExternref("IDBVersionChangeEvent")], shim_idx: 8, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
5398
+ exports.__wbindgen_cast_a99d902873e45bb1 = function (arg0, arg1) {
5399
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 301, function: Function { arguments: [Externref], shim_idx: 40, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
5400
+ const ret = makeMutClosure(
5401
+ arg0,
5402
+ arg1,
5403
+ wasm.wasm_bindgen__closure__destroy__h5bf455f3385c4f71,
5404
+ wasm_bindgen__convert__closures_____invoke__h9d7e5f8887506d31,
5405
+ );
5406
+ return addHeapObject(ret);
5407
+ };
5408
+
5409
+ exports.__wbindgen_cast_c56a9a44151353f2 = function (arg0, arg1) {
5410
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 39, function: Function { arguments: [NamedExternref("Event")], shim_idx: 42, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
5350
5411
  const ret = makeMutClosure(
5351
5412
  arg0,
5352
5413
  arg1,
5353
- wasm.wasm_bindgen__closure__destroy__h6a825a0b044d0d72,
5354
- wasm_bindgen__convert__closures_____invoke__h68bd0a9d5350e258,
5414
+ wasm.wasm_bindgen__closure__destroy__hc8374e511fe7ebd1,
5415
+ wasm_bindgen__convert__closures_____invoke__hd11035e31e1056de,
5416
+ );
5417
+ return addHeapObject(ret);
5418
+ };
5419
+
5420
+ exports.__wbindgen_cast_c6953dec10624911 = function (arg0, arg1) {
5421
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 39, function: Function { arguments: [NamedExternref("IDBVersionChangeEvent")], shim_idx: 40, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
5422
+ const ret = makeMutClosure(
5423
+ arg0,
5424
+ arg1,
5425
+ wasm.wasm_bindgen__closure__destroy__hc8374e511fe7ebd1,
5426
+ wasm_bindgen__convert__closures_____invoke__h9d7e5f8887506d31,
5355
5427
  );
5356
5428
  return addHeapObject(ret);
5357
5429
  };
@@ -5368,13 +5440,13 @@ exports.__wbindgen_cast_d6cd19b81560fd6e = function (arg0) {
5368
5440
  return addHeapObject(ret);
5369
5441
  };
5370
5442
 
5371
- exports.__wbindgen_cast_e26c11be9cd2d69f = function (arg0, arg1) {
5372
- // Cast intrinsic for `Closure(Closure { dtor_idx: 5, function: Function { arguments: [NamedExternref("Event")], shim_idx: 6, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
5443
+ exports.__wbindgen_cast_e1b8613407289e9c = function (arg0, arg1) {
5444
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 301, function: Function { arguments: [], shim_idx: 302, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
5373
5445
  const ret = makeMutClosure(
5374
5446
  arg0,
5375
5447
  arg1,
5376
- wasm.wasm_bindgen__closure__destroy__h6a825a0b044d0d72,
5377
- wasm_bindgen__convert__closures_____invoke__h35226a0bef9fe725,
5448
+ wasm.wasm_bindgen__closure__destroy__h5bf455f3385c4f71,
5449
+ wasm_bindgen__convert__closures_____invoke__h092300064b8afb1e,
5378
5450
  );
5379
5451
  return addHeapObject(ret);
5380
5452
  };
@@ -5387,28 +5459,6 @@ exports.__wbindgen_cast_ef90a087adb7475d = function (arg0, arg1) {
5387
5459
  return addHeapObject(ret);
5388
5460
  };
5389
5461
 
5390
- exports.__wbindgen_cast_f31034722c398fdb = function (arg0, arg1) {
5391
- // Cast intrinsic for `Closure(Closure { dtor_idx: 520, function: Function { arguments: [], shim_idx: 269, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
5392
- const ret = makeMutClosure(
5393
- arg0,
5394
- arg1,
5395
- wasm.wasm_bindgen__closure__destroy__h1cce7ce4a094839d,
5396
- wasm_bindgen__convert__closures_____invoke__h76c71c1158b6af01,
5397
- );
5398
- return addHeapObject(ret);
5399
- };
5400
-
5401
- exports.__wbindgen_cast_f66f93a990df8ea4 = function (arg0, arg1) {
5402
- // Cast intrinsic for `Closure(Closure { dtor_idx: 268, function: Function { arguments: [Externref], shim_idx: 8, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
5403
- const ret = makeMutClosure(
5404
- arg0,
5405
- arg1,
5406
- wasm.wasm_bindgen__closure__destroy__h04ff7fddf688fec6,
5407
- wasm_bindgen__convert__closures_____invoke__h68bd0a9d5350e258,
5408
- );
5409
- return addHeapObject(ret);
5410
- };
5411
-
5412
5462
  exports.__wbindgen_object_clone_ref = function (arg0) {
5413
5463
  const ret = getObject(arg0);
5414
5464
  return addHeapObject(ret);
@@ -13,7 +13,6 @@ export const bitwardenclient_vault: (a: number) => number;
13
13
  export const bitwardenclient_platform: (a: number) => number;
14
14
  export const bitwardenclient_generator: (a: number) => number;
15
15
  export const bitwardenclient_exporters: (a: number) => number;
16
- export const set_log_level: (a: number) => void;
17
16
  export const init_sdk: (a: number) => void;
18
17
  export const platformclient_load_flags: (a: number, b: number, c: number) => void;
19
18
  export const stateclient_register_cipher_repository: (a: number, b: number) => void;
@@ -432,25 +431,25 @@ export const __wbg_totpclient_free: (a: number, b: number) => void;
432
431
  export const __wbg_get_outgoingmessage_destination: (a: number) => number;
433
432
  export const __wbg_set_outgoingmessage_destination: (a: number, b: number) => void;
434
433
  export const __wbg_cryptoclient_free: (a: number, b: number) => void;
435
- export const wasm_bindgen__convert__closures_____invoke__h76c71c1158b6af01: (
434
+ export const wasm_bindgen__convert__closures_____invoke__h9d7e5f8887506d31: (
436
435
  a: number,
437
436
  b: number,
437
+ c: number,
438
438
  ) => void;
439
- export const wasm_bindgen__closure__destroy__h1cce7ce4a094839d: (a: number, b: number) => void;
440
- export const wasm_bindgen__convert__closures_____invoke__h68bd0a9d5350e258: (
439
+ export const wasm_bindgen__closure__destroy__hc8374e511fe7ebd1: (a: number, b: number) => void;
440
+ export const wasm_bindgen__closure__destroy__h5bf455f3385c4f71: (a: number, b: number) => void;
441
+ export const wasm_bindgen__convert__closures_____invoke__h092300064b8afb1e: (
441
442
  a: number,
442
443
  b: number,
443
- c: number,
444
444
  ) => void;
445
- export const wasm_bindgen__closure__destroy__h04ff7fddf688fec6: (a: number, b: number) => void;
446
- export const wasm_bindgen__convert__closures_____invoke__h35226a0bef9fe725: (
445
+ export const wasm_bindgen__closure__destroy__hfcb631b72e5e985c: (a: number, b: number) => void;
446
+ export const wasm_bindgen__convert__closures_____invoke__hd11035e31e1056de: (
447
447
  a: number,
448
448
  b: number,
449
449
  c: number,
450
450
  d: number,
451
451
  ) => void;
452
- export const wasm_bindgen__closure__destroy__h6a825a0b044d0d72: (a: number, b: number) => void;
453
- export const wasm_bindgen__convert__closures_____invoke__h4096c3b930b983e7: (
452
+ export const wasm_bindgen__convert__closures_____invoke__h43dfd80678632d6f: (
454
453
  a: number,
455
454
  b: number,
456
455
  c: number,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitwarden/sdk-internal",
3
- "version": "0.2.0-main.391",
3
+ "version": "0.2.0-main.392",
4
4
  "license": "GPL-3.0",
5
5
  "repository": {
6
6
  "type": "git",