@bitwarden/sdk-internal 0.2.0-main.505 → 0.2.0-main.506
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_bg.js +36 -36
- package/bitwarden_wasm_internal_bg.wasm +0 -0
- package/bitwarden_wasm_internal_bg.wasm.d.ts +7 -7
- package/bitwarden_wasm_internal_bg.wasm.js +1 -1
- package/node/bitwarden_wasm_internal.js +36 -36
- package/node/bitwarden_wasm_internal_bg.wasm +0 -0
- package/node/bitwarden_wasm_internal_bg.wasm.d.ts +6 -6
- package/package.json +1 -1
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
bed92cae4ed4d28fc6b18f07f90fdb47407b6689
|
|
@@ -999,14 +999,14 @@ export function isGetFolderError(error) {
|
|
|
999
999
|
}
|
|
1000
1000
|
}
|
|
1001
1001
|
|
|
1002
|
-
function wasm_bindgen__convert__closures_____invoke__ha638740cca0ef77d(arg0, arg1) {
|
|
1003
|
-
wasm.wasm_bindgen__convert__closures_____invoke__ha638740cca0ef77d(arg0, arg1);
|
|
1004
|
-
}
|
|
1005
|
-
|
|
1006
1002
|
function wasm_bindgen__convert__closures_____invoke__h7e690d71e18a977f(arg0, arg1, arg2) {
|
|
1007
1003
|
wasm.wasm_bindgen__convert__closures_____invoke__h7e690d71e18a977f(arg0, arg1, addHeapObject(arg2));
|
|
1008
1004
|
}
|
|
1009
1005
|
|
|
1006
|
+
function wasm_bindgen__convert__closures_____invoke__ha638740cca0ef77d(arg0, arg1) {
|
|
1007
|
+
wasm.wasm_bindgen__convert__closures_____invoke__ha638740cca0ef77d(arg0, arg1);
|
|
1008
|
+
}
|
|
1009
|
+
|
|
1010
1010
|
function wasm_bindgen__convert__closures_____invoke__h4af377e64bbfb918(arg0, arg1, arg2) {
|
|
1011
1011
|
try {
|
|
1012
1012
|
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
@@ -4723,7 +4723,7 @@ export function __wbg_call_e762c39fa8ea36bf() { return handleError(function (arg
|
|
|
4723
4723
|
return addHeapObject(ret);
|
|
4724
4724
|
}, arguments) };
|
|
4725
4725
|
|
|
4726
|
-
export function
|
|
4726
|
+
export function __wbg_cipher_fa3ab89681b77dcc(arg0) {
|
|
4727
4727
|
const ret = getObject(arg0).cipher;
|
|
4728
4728
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
4729
4729
|
};
|
|
@@ -4815,7 +4815,7 @@ export function __wbg_fetch_f8ba0e29a9d6de0d(arg0, arg1) {
|
|
|
4815
4815
|
return addHeapObject(ret);
|
|
4816
4816
|
};
|
|
4817
4817
|
|
|
4818
|
-
export function
|
|
4818
|
+
export function __wbg_folder_07ba1c1f8a396b85(arg0) {
|
|
4819
4819
|
const ret = getObject(arg0).folder;
|
|
4820
4820
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
4821
4821
|
};
|
|
@@ -4847,7 +4847,17 @@ export function __wbg_getTime_14776bfb48a1bff9(arg0) {
|
|
|
4847
4847
|
return ret;
|
|
4848
4848
|
};
|
|
4849
4849
|
|
|
4850
|
-
export function
|
|
4850
|
+
export function __wbg_get_7bed016f185add81(arg0, arg1) {
|
|
4851
|
+
const ret = getObject(arg0)[arg1 >>> 0];
|
|
4852
|
+
return addHeapObject(ret);
|
|
4853
|
+
};
|
|
4854
|
+
|
|
4855
|
+
export function __wbg_get_access_token_952e7bbcffb27c54(arg0) {
|
|
4856
|
+
const ret = getObject(arg0).get_access_token();
|
|
4857
|
+
return addHeapObject(ret);
|
|
4858
|
+
};
|
|
4859
|
+
|
|
4860
|
+
export function __wbg_get_bef1a1176ff43370() { return handleError(function (arg0, arg1, arg2) {
|
|
4851
4861
|
let deferred0_0;
|
|
4852
4862
|
let deferred0_1;
|
|
4853
4863
|
try {
|
|
@@ -4860,17 +4870,7 @@ export function __wbg_get_190d7f3fc1c1ab6b() { return handleError(function (arg0
|
|
|
4860
4870
|
}
|
|
4861
4871
|
}, arguments) };
|
|
4862
4872
|
|
|
4863
|
-
export function
|
|
4864
|
-
const ret = getObject(arg0)[arg1 >>> 0];
|
|
4865
|
-
return addHeapObject(ret);
|
|
4866
|
-
};
|
|
4867
|
-
|
|
4868
|
-
export function __wbg_get_access_token_73f299574cb49c80(arg0) {
|
|
4869
|
-
const ret = getObject(arg0).get_access_token();
|
|
4870
|
-
return addHeapObject(ret);
|
|
4871
|
-
};
|
|
4872
|
-
|
|
4873
|
-
export function __wbg_get_b587772ff631eff7() { return handleError(function (arg0, arg1, arg2) {
|
|
4873
|
+
export function __wbg_get_ed73e9475e56c2b2() { return handleError(function (arg0, arg1, arg2) {
|
|
4874
4874
|
let deferred0_0;
|
|
4875
4875
|
let deferred0_1;
|
|
4876
4876
|
try {
|
|
@@ -5071,12 +5071,12 @@ export function __wbg_length_cdd215e10d9dd507(arg0) {
|
|
|
5071
5071
|
return ret;
|
|
5072
5072
|
};
|
|
5073
5073
|
|
|
5074
|
-
export function
|
|
5074
|
+
export function __wbg_list_8f5ef9e7e3131806() { return handleError(function (arg0) {
|
|
5075
5075
|
const ret = getObject(arg0).list();
|
|
5076
5076
|
return addHeapObject(ret);
|
|
5077
5077
|
}, arguments) };
|
|
5078
5078
|
|
|
5079
|
-
export function
|
|
5079
|
+
export function __wbg_list_fd9e569dc73a9aaa() { return handleError(function (arg0) {
|
|
5080
5080
|
const ret = getObject(arg0).list();
|
|
5081
5081
|
return addHeapObject(ret);
|
|
5082
5082
|
}, arguments) };
|
|
@@ -5298,7 +5298,7 @@ export function __wbg_randomFillSync_ac0988aba3254290() { return handleError(fun
|
|
|
5298
5298
|
getObject(arg0).randomFillSync(takeObject(arg1));
|
|
5299
5299
|
}, arguments) };
|
|
5300
5300
|
|
|
5301
|
-
export function
|
|
5301
|
+
export function __wbg_remove_65bf4709a2ba37a2() { return handleError(function (arg0, arg1, arg2) {
|
|
5302
5302
|
let deferred0_0;
|
|
5303
5303
|
let deferred0_1;
|
|
5304
5304
|
try {
|
|
@@ -5311,7 +5311,7 @@ export function __wbg_remove_4d0c4b45c975d535() { return handleError(function (a
|
|
|
5311
5311
|
}
|
|
5312
5312
|
}, arguments) };
|
|
5313
5313
|
|
|
5314
|
-
export function
|
|
5314
|
+
export function __wbg_remove_fe2dffee88544b49() { return handleError(function (arg0, arg1, arg2) {
|
|
5315
5315
|
let deferred0_0;
|
|
5316
5316
|
let deferred0_1;
|
|
5317
5317
|
try {
|
|
@@ -5349,7 +5349,7 @@ export function __wbg_setTimeout_ca12ead8b48245e2(arg0, arg1) {
|
|
|
5349
5349
|
return addHeapObject(ret);
|
|
5350
5350
|
};
|
|
5351
5351
|
|
|
5352
|
-
export function
|
|
5352
|
+
export function __wbg_set_36e95947d3b25907() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5353
5353
|
let deferred0_0;
|
|
5354
5354
|
let deferred0_1;
|
|
5355
5355
|
try {
|
|
@@ -5371,6 +5371,19 @@ export function __wbg_set_907fb406c34a251d(arg0, arg1, arg2) {
|
|
|
5371
5371
|
return addHeapObject(ret);
|
|
5372
5372
|
};
|
|
5373
5373
|
|
|
5374
|
+
export function __wbg_set_975a5e34f67c212c() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5375
|
+
let deferred0_0;
|
|
5376
|
+
let deferred0_1;
|
|
5377
|
+
try {
|
|
5378
|
+
deferred0_0 = arg1;
|
|
5379
|
+
deferred0_1 = arg2;
|
|
5380
|
+
const ret = getObject(arg0).set(getStringFromWasm0(arg1, arg2), takeObject(arg3));
|
|
5381
|
+
return addHeapObject(ret);
|
|
5382
|
+
} finally {
|
|
5383
|
+
wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
|
|
5384
|
+
}
|
|
5385
|
+
}, arguments) };
|
|
5386
|
+
|
|
5374
5387
|
export function __wbg_set_body_3c365989753d61f4(arg0, arg1) {
|
|
5375
5388
|
getObject(arg0).body = getObject(arg1);
|
|
5376
5389
|
};
|
|
@@ -5388,19 +5401,6 @@ export function __wbg_set_credentials_f621cd2d85c0c228(arg0, arg1) {
|
|
|
5388
5401
|
getObject(arg0).credentials = __wbindgen_enum_RequestCredentials[arg1];
|
|
5389
5402
|
};
|
|
5390
5403
|
|
|
5391
|
-
export function __wbg_set_f2d7bad39cfd4f8b() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5392
|
-
let deferred0_0;
|
|
5393
|
-
let deferred0_1;
|
|
5394
|
-
try {
|
|
5395
|
-
deferred0_0 = arg1;
|
|
5396
|
-
deferred0_1 = arg2;
|
|
5397
|
-
const ret = getObject(arg0).set(getStringFromWasm0(arg1, arg2), takeObject(arg3));
|
|
5398
|
-
return addHeapObject(ret);
|
|
5399
|
-
} finally {
|
|
5400
|
-
wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
|
|
5401
|
-
}
|
|
5402
|
-
}, arguments) };
|
|
5403
|
-
|
|
5404
5404
|
export function __wbg_set_headers_6926da238cd32ee4(arg0, arg1) {
|
|
5405
5405
|
getObject(arg0).headers = getObject(arg1);
|
|
5406
5406
|
};
|
|
Binary file
|
|
@@ -510,25 +510,25 @@ export const __wbg_get_outgoingmessage_destination: (a: number) => number;
|
|
|
510
510
|
export const vaultclient_attachments: (a: number) => number;
|
|
511
511
|
export const __wbg_set_outgoingmessage_destination: (a: number, b: number) => void;
|
|
512
512
|
export const __wbg_cryptoclient_free: (a: number, b: number) => void;
|
|
513
|
-
export const wasm_bindgen__convert__closures_____invoke__ha638740cca0ef77d: (
|
|
514
|
-
a: number,
|
|
515
|
-
b: number,
|
|
516
|
-
) => void;
|
|
517
|
-
export const wasm_bindgen__closure__destroy__hc71695a401114797: (a: number, b: number) => void;
|
|
518
|
-
export const wasm_bindgen__closure__destroy__h666c8569a46b7e11: (a: number, b: number) => void;
|
|
519
513
|
export const wasm_bindgen__convert__closures_____invoke__h7e690d71e18a977f: (
|
|
520
514
|
a: number,
|
|
521
515
|
b: number,
|
|
522
516
|
c: number,
|
|
523
517
|
) => void;
|
|
524
518
|
export const wasm_bindgen__closure__destroy__h68ac44da0078a006: (a: number, b: number) => void;
|
|
519
|
+
export const wasm_bindgen__closure__destroy__hd9661b26d463effa: (a: number, b: number) => void;
|
|
520
|
+
export const wasm_bindgen__convert__closures_____invoke__ha638740cca0ef77d: (
|
|
521
|
+
a: number,
|
|
522
|
+
b: number,
|
|
523
|
+
) => void;
|
|
524
|
+
export const wasm_bindgen__closure__destroy__hc71695a401114797: (a: number, b: number) => void;
|
|
525
|
+
export const wasm_bindgen__closure__destroy__h666c8569a46b7e11: (a: number, b: number) => void;
|
|
525
526
|
export const wasm_bindgen__convert__closures_____invoke__h4af377e64bbfb918: (
|
|
526
527
|
a: number,
|
|
527
528
|
b: number,
|
|
528
529
|
c: number,
|
|
529
530
|
d: number,
|
|
530
531
|
) => void;
|
|
531
|
-
export const wasm_bindgen__closure__destroy__hd9661b26d463effa: (a: number, b: number) => void;
|
|
532
532
|
export const wasm_bindgen__convert__closures_____invoke__h0c62e4f019080f6a: (
|
|
533
533
|
a: number,
|
|
534
534
|
b: number,
|