@bitwarden/commercial-sdk-internal 0.2.0-main.483 → 0.2.0-main.485

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.
@@ -533,7 +533,8 @@ export interface MasterPasswordError extends Error {
533
533
  | "KdfMalformed"
534
534
  | "InvalidKdfConfiguration"
535
535
  | "MissingField"
536
- | "Crypto";
536
+ | "Crypto"
537
+ | "WrongPassword";
537
538
  }
538
539
 
539
540
  export function isMasterPasswordError(error: any): error is MasterPasswordError;
@@ -4784,7 +4784,7 @@ export function __wbg_call_e762c39fa8ea36bf() { return handleError(function (arg
4784
4784
  return addHeapObject(ret);
4785
4785
  }, arguments) };
4786
4786
 
4787
- export function __wbg_cipher_8c87dec369ded626(arg0) {
4787
+ export function __wbg_cipher_8d1909ce281f4a10(arg0) {
4788
4788
  const ret = getObject(arg0).cipher;
4789
4789
  return isLikeNone(ret) ? 0 : addHeapObject(ret);
4790
4790
  };
@@ -4876,7 +4876,7 @@ export function __wbg_fetch_f8ba0e29a9d6de0d(arg0, arg1) {
4876
4876
  return addHeapObject(ret);
4877
4877
  };
4878
4878
 
4879
- export function __wbg_folder_93ecaa9aafcd4b61(arg0) {
4879
+ export function __wbg_folder_c85463bfa8e87036(arg0) {
4880
4880
  const ret = getObject(arg0).folder;
4881
4881
  return isLikeNone(ret) ? 0 : addHeapObject(ret);
4882
4882
  };
@@ -4908,7 +4908,7 @@ export function __wbg_getTime_14776bfb48a1bff9(arg0) {
4908
4908
  return ret;
4909
4909
  };
4910
4910
 
4911
- export function __wbg_get_3e47828a159062e6() { return handleError(function (arg0, arg1, arg2) {
4911
+ export function __wbg_get_61cef8fcf59a1887() { return handleError(function (arg0, arg1, arg2) {
4912
4912
  let deferred0_0;
4913
4913
  let deferred0_1;
4914
4914
  try {
@@ -4926,12 +4926,12 @@ export function __wbg_get_7bed016f185add81(arg0, arg1) {
4926
4926
  return addHeapObject(ret);
4927
4927
  };
4928
4928
 
4929
- export function __wbg_get_access_token_ffeb4af72e08ee66(arg0) {
4929
+ export function __wbg_get_access_token_69f0eef2738fa0a6(arg0) {
4930
4930
  const ret = getObject(arg0).get_access_token();
4931
4931
  return addHeapObject(ret);
4932
4932
  };
4933
4933
 
4934
- export function __wbg_get_b479bc1449c6b0db() { return handleError(function (arg0, arg1, arg2) {
4934
+ export function __wbg_get_af210d83b309a3db() { return handleError(function (arg0, arg1, arg2) {
4935
4935
  let deferred0_0;
4936
4936
  let deferred0_1;
4937
4937
  try {
@@ -5132,12 +5132,12 @@ export function __wbg_length_cdd215e10d9dd507(arg0) {
5132
5132
  return ret;
5133
5133
  };
5134
5134
 
5135
- export function __wbg_list_12a410492c9d1018() { return handleError(function (arg0) {
5135
+ export function __wbg_list_86659d3ee0306c83() { return handleError(function (arg0) {
5136
5136
  const ret = getObject(arg0).list();
5137
5137
  return addHeapObject(ret);
5138
5138
  }, arguments) };
5139
5139
 
5140
- export function __wbg_list_e805dc4a593030d3() { return handleError(function (arg0) {
5140
+ export function __wbg_list_fd54b98318942b4b() { return handleError(function (arg0) {
5141
5141
  const ret = getObject(arg0).list();
5142
5142
  return addHeapObject(ret);
5143
5143
  }, arguments) };
@@ -5359,7 +5359,7 @@ export function __wbg_randomFillSync_ac0988aba3254290() { return handleError(fun
5359
5359
  getObject(arg0).randomFillSync(takeObject(arg1));
5360
5360
  }, arguments) };
5361
5361
 
5362
- export function __wbg_remove_8c103adc47e3025d() { return handleError(function (arg0, arg1, arg2) {
5362
+ export function __wbg_remove_3c9eb11764be0edc() { return handleError(function (arg0, arg1, arg2) {
5363
5363
  let deferred0_0;
5364
5364
  let deferred0_1;
5365
5365
  try {
@@ -5372,7 +5372,7 @@ export function __wbg_remove_8c103adc47e3025d() { return handleError(function (a
5372
5372
  }
5373
5373
  }, arguments) };
5374
5374
 
5375
- export function __wbg_remove_fe654efa2ec4419f() { return handleError(function (arg0, arg1, arg2) {
5375
+ export function __wbg_remove_a1e671f9b551dcf0() { return handleError(function (arg0, arg1, arg2) {
5376
5376
  let deferred0_0;
5377
5377
  let deferred0_1;
5378
5378
  try {
@@ -5410,7 +5410,11 @@ export function __wbg_setTimeout_ca12ead8b48245e2(arg0, arg1) {
5410
5410
  return addHeapObject(ret);
5411
5411
  };
5412
5412
 
5413
- export function __wbg_set_04b1658cadcd7431() { return handleError(function (arg0, arg1, arg2, arg3) {
5413
+ export function __wbg_set_3f1d0b984ed272ed(arg0, arg1, arg2) {
5414
+ getObject(arg0)[takeObject(arg1)] = takeObject(arg2);
5415
+ };
5416
+
5417
+ export function __wbg_set_617055d565da34c1() { return handleError(function (arg0, arg1, arg2, arg3) {
5414
5418
  let deferred0_0;
5415
5419
  let deferred0_1;
5416
5420
  try {
@@ -5423,11 +5427,7 @@ export function __wbg_set_04b1658cadcd7431() { return handleError(function (arg0
5423
5427
  }
5424
5428
  }, arguments) };
5425
5429
 
5426
- export function __wbg_set_3f1d0b984ed272ed(arg0, arg1, arg2) {
5427
- getObject(arg0)[takeObject(arg1)] = takeObject(arg2);
5428
- };
5429
-
5430
- export function __wbg_set_8f7a751de4437e9f() { return handleError(function (arg0, arg1, arg2, arg3) {
5430
+ export function __wbg_set_62159450a5dcdf4b() { return handleError(function (arg0, arg1, arg2, arg3) {
5431
5431
  let deferred0_0;
5432
5432
  let deferred0_1;
5433
5433
  try {
Binary file
@@ -525,13 +525,13 @@ export const wasm_bindgen__convert__closures_____invoke__ha638740cca0ef77d: (
525
525
  b: number,
526
526
  ) => void;
527
527
  export const wasm_bindgen__closure__destroy__h666c8569a46b7e11: (a: number, b: number) => void;
528
- export const wasm_bindgen__closure__destroy__hc71695a401114797: (a: number, b: number) => void;
529
528
  export const wasm_bindgen__convert__closures_____invoke__h2d1acf2a4a5dec58: (
530
529
  a: number,
531
530
  b: number,
532
531
  c: number,
533
532
  ) => void;
534
533
  export const wasm_bindgen__closure__destroy__hd9661b26d463effa: (a: number, b: number) => void;
534
+ export const wasm_bindgen__closure__destroy__hc71695a401114797: (a: number, b: number) => void;
535
535
  export const wasm_bindgen__convert__closures_____invoke__h0c62e4f019080f6a: (
536
536
  a: number,
537
537
  b: number,