@bitwarden/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.
- package/VERSION +1 -1
- package/bitwarden_wasm_internal.d.ts +2 -1
- package/bitwarden_wasm_internal_bg.js +19 -19
- package/bitwarden_wasm_internal_bg.wasm +0 -0
- package/bitwarden_wasm_internal_bg.wasm.d.ts +5 -5
- package/bitwarden_wasm_internal_bg.wasm.js +1 -1
- package/node/bitwarden_wasm_internal.d.ts +2 -1
- package/node/bitwarden_wasm_internal.js +19 -19
- package/node/bitwarden_wasm_internal_bg.wasm +0 -0
- package/node/bitwarden_wasm_internal_bg.wasm.d.ts +7 -7
- package/package.json +1 -1
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
73d8892908913e0be6240cf3b0cf97eae18593e0
|
|
@@ -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;
|
|
@@ -986,14 +986,14 @@ export function isGetFolderError(error) {
|
|
|
986
986
|
}
|
|
987
987
|
}
|
|
988
988
|
|
|
989
|
-
function wasm_bindgen__convert__closures_____invoke__ha638740cca0ef77d(arg0, arg1) {
|
|
990
|
-
wasm.wasm_bindgen__convert__closures_____invoke__ha638740cca0ef77d(arg0, arg1);
|
|
991
|
-
}
|
|
992
|
-
|
|
993
989
|
function wasm_bindgen__convert__closures_____invoke__h7e690d71e18a977f(arg0, arg1, arg2) {
|
|
994
990
|
wasm.wasm_bindgen__convert__closures_____invoke__h7e690d71e18a977f(arg0, arg1, addHeapObject(arg2));
|
|
995
991
|
}
|
|
996
992
|
|
|
993
|
+
function wasm_bindgen__convert__closures_____invoke__ha638740cca0ef77d(arg0, arg1) {
|
|
994
|
+
wasm.wasm_bindgen__convert__closures_____invoke__ha638740cca0ef77d(arg0, arg1);
|
|
995
|
+
}
|
|
996
|
+
|
|
997
997
|
function wasm_bindgen__convert__closures_____invoke__h693de69d229f304a(arg0, arg1, arg2) {
|
|
998
998
|
try {
|
|
999
999
|
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
@@ -4710,7 +4710,7 @@ export function __wbg_call_e762c39fa8ea36bf() { return handleError(function (arg
|
|
|
4710
4710
|
return addHeapObject(ret);
|
|
4711
4711
|
}, arguments) };
|
|
4712
4712
|
|
|
4713
|
-
export function
|
|
4713
|
+
export function __wbg_cipher_8d1909ce281f4a10(arg0) {
|
|
4714
4714
|
const ret = getObject(arg0).cipher;
|
|
4715
4715
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
4716
4716
|
};
|
|
@@ -4802,7 +4802,7 @@ export function __wbg_fetch_f8ba0e29a9d6de0d(arg0, arg1) {
|
|
|
4802
4802
|
return addHeapObject(ret);
|
|
4803
4803
|
};
|
|
4804
4804
|
|
|
4805
|
-
export function
|
|
4805
|
+
export function __wbg_folder_c85463bfa8e87036(arg0) {
|
|
4806
4806
|
const ret = getObject(arg0).folder;
|
|
4807
4807
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
4808
4808
|
};
|
|
@@ -4834,7 +4834,7 @@ export function __wbg_getTime_14776bfb48a1bff9(arg0) {
|
|
|
4834
4834
|
return ret;
|
|
4835
4835
|
};
|
|
4836
4836
|
|
|
4837
|
-
export function
|
|
4837
|
+
export function __wbg_get_61cef8fcf59a1887() { return handleError(function (arg0, arg1, arg2) {
|
|
4838
4838
|
let deferred0_0;
|
|
4839
4839
|
let deferred0_1;
|
|
4840
4840
|
try {
|
|
@@ -4852,12 +4852,12 @@ export function __wbg_get_7bed016f185add81(arg0, arg1) {
|
|
|
4852
4852
|
return addHeapObject(ret);
|
|
4853
4853
|
};
|
|
4854
4854
|
|
|
4855
|
-
export function
|
|
4855
|
+
export function __wbg_get_access_token_69f0eef2738fa0a6(arg0) {
|
|
4856
4856
|
const ret = getObject(arg0).get_access_token();
|
|
4857
4857
|
return addHeapObject(ret);
|
|
4858
4858
|
};
|
|
4859
4859
|
|
|
4860
|
-
export function
|
|
4860
|
+
export function __wbg_get_af210d83b309a3db() { return handleError(function (arg0, arg1, arg2) {
|
|
4861
4861
|
let deferred0_0;
|
|
4862
4862
|
let deferred0_1;
|
|
4863
4863
|
try {
|
|
@@ -5058,12 +5058,12 @@ export function __wbg_length_cdd215e10d9dd507(arg0) {
|
|
|
5058
5058
|
return ret;
|
|
5059
5059
|
};
|
|
5060
5060
|
|
|
5061
|
-
export function
|
|
5061
|
+
export function __wbg_list_86659d3ee0306c83() { return handleError(function (arg0) {
|
|
5062
5062
|
const ret = getObject(arg0).list();
|
|
5063
5063
|
return addHeapObject(ret);
|
|
5064
5064
|
}, arguments) };
|
|
5065
5065
|
|
|
5066
|
-
export function
|
|
5066
|
+
export function __wbg_list_fd54b98318942b4b() { return handleError(function (arg0) {
|
|
5067
5067
|
const ret = getObject(arg0).list();
|
|
5068
5068
|
return addHeapObject(ret);
|
|
5069
5069
|
}, arguments) };
|
|
@@ -5285,7 +5285,7 @@ export function __wbg_randomFillSync_ac0988aba3254290() { return handleError(fun
|
|
|
5285
5285
|
getObject(arg0).randomFillSync(takeObject(arg1));
|
|
5286
5286
|
}, arguments) };
|
|
5287
5287
|
|
|
5288
|
-
export function
|
|
5288
|
+
export function __wbg_remove_3c9eb11764be0edc() { return handleError(function (arg0, arg1, arg2) {
|
|
5289
5289
|
let deferred0_0;
|
|
5290
5290
|
let deferred0_1;
|
|
5291
5291
|
try {
|
|
@@ -5298,7 +5298,7 @@ export function __wbg_remove_8c103adc47e3025d() { return handleError(function (a
|
|
|
5298
5298
|
}
|
|
5299
5299
|
}, arguments) };
|
|
5300
5300
|
|
|
5301
|
-
export function
|
|
5301
|
+
export function __wbg_remove_a1e671f9b551dcf0() { return handleError(function (arg0, arg1, arg2) {
|
|
5302
5302
|
let deferred0_0;
|
|
5303
5303
|
let deferred0_1;
|
|
5304
5304
|
try {
|
|
@@ -5336,7 +5336,11 @@ export function __wbg_setTimeout_ca12ead8b48245e2(arg0, arg1) {
|
|
|
5336
5336
|
return addHeapObject(ret);
|
|
5337
5337
|
};
|
|
5338
5338
|
|
|
5339
|
-
export function
|
|
5339
|
+
export function __wbg_set_3f1d0b984ed272ed(arg0, arg1, arg2) {
|
|
5340
|
+
getObject(arg0)[takeObject(arg1)] = takeObject(arg2);
|
|
5341
|
+
};
|
|
5342
|
+
|
|
5343
|
+
export function __wbg_set_617055d565da34c1() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5340
5344
|
let deferred0_0;
|
|
5341
5345
|
let deferred0_1;
|
|
5342
5346
|
try {
|
|
@@ -5349,11 +5353,7 @@ export function __wbg_set_04b1658cadcd7431() { return handleError(function (arg0
|
|
|
5349
5353
|
}
|
|
5350
5354
|
}, arguments) };
|
|
5351
5355
|
|
|
5352
|
-
export function
|
|
5353
|
-
getObject(arg0)[takeObject(arg1)] = takeObject(arg2);
|
|
5354
|
-
};
|
|
5355
|
-
|
|
5356
|
-
export function __wbg_set_8f7a751de4437e9f() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5356
|
+
export function __wbg_set_62159450a5dcdf4b() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5357
5357
|
let deferred0_0;
|
|
5358
5358
|
let deferred0_1;
|
|
5359
5359
|
try {
|
|
Binary file
|
|
@@ -509,25 +509,25 @@ export const __wbg_get_outgoingmessage_destination: (a: number) => number;
|
|
|
509
509
|
export const vaultclient_attachments: (a: number) => number;
|
|
510
510
|
export const __wbg_set_outgoingmessage_destination: (a: number, b: number) => void;
|
|
511
511
|
export const __wbg_cryptoclient_free: (a: number, b: number) => void;
|
|
512
|
-
export const
|
|
512
|
+
export const wasm_bindgen__convert__closures_____invoke__h7e690d71e18a977f: (
|
|
513
513
|
a: number,
|
|
514
514
|
b: number,
|
|
515
|
+
c: number,
|
|
515
516
|
) => void;
|
|
516
517
|
export const wasm_bindgen__closure__destroy__hc71695a401114797: (a: number, b: number) => void;
|
|
517
|
-
export const
|
|
518
|
+
export const wasm_bindgen__convert__closures_____invoke__ha638740cca0ef77d: (
|
|
518
519
|
a: number,
|
|
519
520
|
b: number,
|
|
520
|
-
c: number,
|
|
521
521
|
) => void;
|
|
522
|
-
export const wasm_bindgen__closure__destroy__h0d4ec2bbb1b6536b: (a: number, b: number) => void;
|
|
523
|
-
export const wasm_bindgen__closure__destroy__h666c8569a46b7e11: (a: number, b: number) => void;
|
|
524
522
|
export const wasm_bindgen__convert__closures_____invoke__h693de69d229f304a: (
|
|
525
523
|
a: number,
|
|
526
524
|
b: number,
|
|
527
525
|
c: number,
|
|
528
526
|
d: number,
|
|
529
527
|
) => void;
|
|
528
|
+
export const wasm_bindgen__closure__destroy__h0d4ec2bbb1b6536b: (a: number, b: number) => void;
|
|
530
529
|
export const wasm_bindgen__closure__destroy__hd9661b26d463effa: (a: number, b: number) => void;
|
|
530
|
+
export const wasm_bindgen__closure__destroy__h666c8569a46b7e11: (a: number, b: number) => void;
|
|
531
531
|
export const wasm_bindgen__convert__closures_____invoke__h0c62e4f019080f6a: (
|
|
532
532
|
a: number,
|
|
533
533
|
b: number,
|