@bitwarden/sdk-internal 0.2.0-main.361 → 0.2.0-main.362

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
- 03646591c366a5568b0f8062a0cb3b4745bcbd93
1
+ 07e1998edaeea5514029cfdd38cd2028d3072a97
@@ -763,6 +763,8 @@ export type SignedPublicKey = Tagged<string, "SignedPublicKey">;
763
763
 
764
764
  export type PasswordProtectedKeyEnvelope = Tagged<string, "PasswordProtectedKeyEnvelope">;
765
765
 
766
+ export type DataEnvelope = Tagged<string, "DataEnvelope">;
767
+
766
768
  /**
767
769
  * The type of key / signature scheme used for signing and verifying.
768
770
  */
@@ -790,6 +792,7 @@ export interface CryptoError extends Error {
790
792
  | "MissingKey"
791
793
  | "MissingField"
792
794
  | "MissingKeyId"
795
+ | "KeyOperationNotSupported"
793
796
  | "ReadOnlyKeyStore"
794
797
  | "InsufficientKdfParameters"
795
798
  | "EncString"
@@ -4105,7 +4105,7 @@ export function __wbg_call_7cccdd69e0791ae2() {
4105
4105
  }, arguments);
4106
4106
  }
4107
4107
 
4108
- export function __wbg_cipher_8d57d546ebd28feb(arg0) {
4108
+ export function __wbg_cipher_7efc0c02e4cb8f94(arg0) {
4109
4109
  const ret = getObject(arg0).cipher;
4110
4110
  return isLikeNone(ret) ? 0 : addHeapObject(ret);
4111
4111
  }
@@ -4185,7 +4185,7 @@ export function __wbg_fetch_509096533071c657(arg0, arg1) {
4185
4185
  return addHeapObject(ret);
4186
4186
  }
4187
4187
 
4188
- export function __wbg_folder_e7b703a9574b8633(arg0) {
4188
+ export function __wbg_folder_975aa53ef392add1(arg0) {
4189
4189
  const ret = getObject(arg0).folder;
4190
4190
  return isLikeNone(ret) ? 0 : addHeapObject(ret);
4191
4191
  }
@@ -4207,7 +4207,7 @@ export function __wbg_getTime_46267b1c24877e30(arg0) {
4207
4207
  return ret;
4208
4208
  }
4209
4209
 
4210
- export function __wbg_get_0fe8cec0c515874b() {
4210
+ export function __wbg_get_36c752bd8ed2d344() {
4211
4211
  return handleError(function (arg0, arg1, arg2) {
4212
4212
  let deferred0_0;
4213
4213
  let deferred0_1;
@@ -4222,14 +4222,7 @@ export function __wbg_get_0fe8cec0c515874b() {
4222
4222
  }, arguments);
4223
4223
  }
4224
4224
 
4225
- export function __wbg_get_67b2ba62fc30de12() {
4226
- return handleError(function (arg0, arg1) {
4227
- const ret = Reflect.get(getObject(arg0), getObject(arg1));
4228
- return addHeapObject(ret);
4229
- }, arguments);
4230
- }
4231
-
4232
- export function __wbg_get_68689cff5a27a4e3() {
4225
+ export function __wbg_get_47e036b69fc7c20b() {
4233
4226
  return handleError(function (arg0, arg1, arg2) {
4234
4227
  let deferred0_0;
4235
4228
  let deferred0_1;
@@ -4244,12 +4237,19 @@ export function __wbg_get_68689cff5a27a4e3() {
4244
4237
  }, arguments);
4245
4238
  }
4246
4239
 
4240
+ export function __wbg_get_67b2ba62fc30de12() {
4241
+ return handleError(function (arg0, arg1) {
4242
+ const ret = Reflect.get(getObject(arg0), getObject(arg1));
4243
+ return addHeapObject(ret);
4244
+ }, arguments);
4245
+ }
4246
+
4247
4247
  export function __wbg_get_b9b93047fe3cf45b(arg0, arg1) {
4248
4248
  const ret = getObject(arg0)[arg1 >>> 0];
4249
4249
  return addHeapObject(ret);
4250
4250
  }
4251
4251
 
4252
- export function __wbg_getaccesstoken_e19adb10f028d797(arg0) {
4252
+ export function __wbg_getaccesstoken_8a7c8bc785845d64(arg0) {
4253
4253
  const ret = getObject(arg0).get_access_token();
4254
4254
  return addHeapObject(ret);
4255
4255
  }
@@ -4434,14 +4434,14 @@ export function __wbg_length_e2d2a49132c1b256(arg0) {
4434
4434
  return ret;
4435
4435
  }
4436
4436
 
4437
- export function __wbg_list_4d7ad3b099048858() {
4437
+ export function __wbg_list_129b1a2b0f3527a9() {
4438
4438
  return handleError(function (arg0) {
4439
4439
  const ret = getObject(arg0).list();
4440
4440
  return addHeapObject(ret);
4441
4441
  }, arguments);
4442
4442
  }
4443
4443
 
4444
- export function __wbg_list_58b48f9ba5ad52dc() {
4444
+ export function __wbg_list_92d3e92c1beb0ada() {
4445
4445
  return handleError(function (arg0) {
4446
4446
  const ret = getObject(arg0).list();
4447
4447
  return addHeapObject(ret);
@@ -4642,7 +4642,7 @@ export function __wbg_randomFillSync_ac0988aba3254290() {
4642
4642
  }, arguments);
4643
4643
  }
4644
4644
 
4645
- export function __wbg_remove_3537743f8f56af1c() {
4645
+ export function __wbg_remove_dec4917c5ded06e6() {
4646
4646
  return handleError(function (arg0, arg1, arg2) {
4647
4647
  let deferred0_0;
4648
4648
  let deferred0_1;
@@ -4657,7 +4657,7 @@ export function __wbg_remove_3537743f8f56af1c() {
4657
4657
  }, arguments);
4658
4658
  }
4659
4659
 
4660
- export function __wbg_remove_588e522225864fee() {
4660
+ export function __wbg_remove_e9a80a96ae97842b() {
4661
4661
  return handleError(function (arg0, arg1, arg2) {
4662
4662
  let deferred0_0;
4663
4663
  let deferred0_1;
@@ -4711,7 +4711,7 @@ export function __wbg_set_3f1d0b984ed272ed(arg0, arg1, arg2) {
4711
4711
  getObject(arg0)[takeObject(arg1)] = takeObject(arg2);
4712
4712
  }
4713
4713
 
4714
- export function __wbg_set_5d5d2f6723f9ec70() {
4714
+ export function __wbg_set_48c1246240530f3b() {
4715
4715
  return handleError(function (arg0, arg1, arg2, arg3) {
4716
4716
  let deferred0_0;
4717
4717
  let deferred0_1;
@@ -4735,7 +4735,7 @@ export function __wbg_set_8fc6bf8a5b1071d1(arg0, arg1, arg2) {
4735
4735
  return addHeapObject(ret);
4736
4736
  }
4737
4737
 
4738
- export function __wbg_set_d3e2a357bd7efe01() {
4738
+ export function __wbg_set_d2ea454a9e10218d() {
4739
4739
  return handleError(function (arg0, arg1, arg2, arg3) {
4740
4740
  let deferred0_0;
4741
4741
  let deferred0_1;
@@ -4970,18 +4970,18 @@ export function __wbindgen_closure_wrapper195(arg0, arg1, arg2) {
4970
4970
  return addHeapObject(ret);
4971
4971
  }
4972
4972
 
4973
- export function __wbindgen_closure_wrapper3915(arg0, arg1, arg2) {
4974
- const ret = makeMutClosure(arg0, arg1, 299, __wbg_adapter_60);
4973
+ export function __wbindgen_closure_wrapper3923(arg0, arg1, arg2) {
4974
+ const ret = makeMutClosure(arg0, arg1, 301, __wbg_adapter_60);
4975
4975
  return addHeapObject(ret);
4976
4976
  }
4977
4977
 
4978
- export function __wbindgen_closure_wrapper6399(arg0, arg1, arg2) {
4979
- const ret = makeMutClosure(arg0, arg1, 325, __wbg_adapter_60);
4978
+ export function __wbindgen_closure_wrapper6407(arg0, arg1, arg2) {
4979
+ const ret = makeMutClosure(arg0, arg1, 327, __wbg_adapter_60);
4980
4980
  return addHeapObject(ret);
4981
4981
  }
4982
4982
 
4983
- export function __wbindgen_closure_wrapper6779(arg0, arg1, arg2) {
4984
- const ret = makeMutClosure(arg0, arg1, 348, __wbg_adapter_54);
4983
+ export function __wbindgen_closure_wrapper6787(arg0, arg1, arg2) {
4984
+ const ret = makeMutClosure(arg0, arg1, 350, __wbg_adapter_54);
4985
4985
  return addHeapObject(ret);
4986
4986
  }
4987
4987
 
Binary file