@bitwarden/sdk-internal 0.2.0-main.439 → 0.2.0-main.440
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 +42 -42
- 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 +42 -42
- 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
|
@@ -898,18 +898,6 @@ exports.isGetFolderError = function (error) {
|
|
|
898
898
|
}
|
|
899
899
|
};
|
|
900
900
|
|
|
901
|
-
function wasm_bindgen__convert__closures_____invoke__h62b881a194105b80(arg0, arg1) {
|
|
902
|
-
wasm.wasm_bindgen__convert__closures_____invoke__h62b881a194105b80(arg0, arg1);
|
|
903
|
-
}
|
|
904
|
-
|
|
905
|
-
function wasm_bindgen__convert__closures_____invoke__h5cc2c3c66229bc92(arg0, arg1, arg2) {
|
|
906
|
-
wasm.wasm_bindgen__convert__closures_____invoke__h5cc2c3c66229bc92(
|
|
907
|
-
arg0,
|
|
908
|
-
arg1,
|
|
909
|
-
addHeapObject(arg2),
|
|
910
|
-
);
|
|
911
|
-
}
|
|
912
|
-
|
|
913
901
|
function wasm_bindgen__convert__closures_____invoke__h55c4ad30869c1fdd(arg0, arg1, arg2) {
|
|
914
902
|
try {
|
|
915
903
|
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
@@ -929,6 +917,18 @@ function wasm_bindgen__convert__closures_____invoke__h55c4ad30869c1fdd(arg0, arg
|
|
|
929
917
|
}
|
|
930
918
|
}
|
|
931
919
|
|
|
920
|
+
function wasm_bindgen__convert__closures_____invoke__h5cc2c3c66229bc92(arg0, arg1, arg2) {
|
|
921
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h5cc2c3c66229bc92(
|
|
922
|
+
arg0,
|
|
923
|
+
arg1,
|
|
924
|
+
addHeapObject(arg2),
|
|
925
|
+
);
|
|
926
|
+
}
|
|
927
|
+
|
|
928
|
+
function wasm_bindgen__convert__closures_____invoke__h62b881a194105b80(arg0, arg1) {
|
|
929
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h62b881a194105b80(arg0, arg1);
|
|
930
|
+
}
|
|
931
|
+
|
|
932
932
|
function wasm_bindgen__convert__closures_____invoke__h92667cd2c3a9eee2(arg0, arg1, arg2, arg3) {
|
|
933
933
|
wasm.wasm_bindgen__convert__closures_____invoke__h92667cd2c3a9eee2(
|
|
934
934
|
arg0,
|
|
@@ -4681,7 +4681,7 @@ exports.__wbg_call_e762c39fa8ea36bf = function () {
|
|
|
4681
4681
|
}, arguments);
|
|
4682
4682
|
};
|
|
4683
4683
|
|
|
4684
|
-
exports.
|
|
4684
|
+
exports.__wbg_cipher_2b9cd1c382c0cca1 = function (arg0) {
|
|
4685
4685
|
const ret = getObject(arg0).cipher;
|
|
4686
4686
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
4687
4687
|
};
|
|
@@ -4774,7 +4774,7 @@ exports.__wbg_fetch_f8ba0e29a9d6de0d = function (arg0, arg1) {
|
|
|
4774
4774
|
return addHeapObject(ret);
|
|
4775
4775
|
};
|
|
4776
4776
|
|
|
4777
|
-
exports.
|
|
4777
|
+
exports.__wbg_folder_f20133daccfb4d38 = function (arg0) {
|
|
4778
4778
|
const ret = getObject(arg0).folder;
|
|
4779
4779
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
4780
4780
|
};
|
|
@@ -4807,7 +4807,7 @@ exports.__wbg_getTime_14776bfb48a1bff9 = function (arg0) {
|
|
|
4807
4807
|
return ret;
|
|
4808
4808
|
};
|
|
4809
4809
|
|
|
4810
|
-
exports.
|
|
4810
|
+
exports.__wbg_get_0c564fab4abfc910 = function () {
|
|
4811
4811
|
return handleError(function (arg0, arg1, arg2) {
|
|
4812
4812
|
let deferred0_0;
|
|
4813
4813
|
let deferred0_1;
|
|
@@ -4827,12 +4827,12 @@ exports.__wbg_get_7bed016f185add81 = function (arg0, arg1) {
|
|
|
4827
4827
|
return addHeapObject(ret);
|
|
4828
4828
|
};
|
|
4829
4829
|
|
|
4830
|
-
exports.
|
|
4830
|
+
exports.__wbg_get_access_token_c7598ad27b205836 = function (arg0) {
|
|
4831
4831
|
const ret = getObject(arg0).get_access_token();
|
|
4832
4832
|
return addHeapObject(ret);
|
|
4833
4833
|
};
|
|
4834
4834
|
|
|
4835
|
-
exports.
|
|
4835
|
+
exports.__wbg_get_d9c8574805f1bfd3 = function () {
|
|
4836
4836
|
return handleError(function (arg0, arg1, arg2) {
|
|
4837
4837
|
let deferred0_0;
|
|
4838
4838
|
let deferred0_1;
|
|
@@ -5038,14 +5038,14 @@ exports.__wbg_length_cdd215e10d9dd507 = function (arg0) {
|
|
|
5038
5038
|
return ret;
|
|
5039
5039
|
};
|
|
5040
5040
|
|
|
5041
|
-
exports.
|
|
5041
|
+
exports.__wbg_list_e73a64f527d11901 = function () {
|
|
5042
5042
|
return handleError(function (arg0) {
|
|
5043
5043
|
const ret = getObject(arg0).list();
|
|
5044
5044
|
return addHeapObject(ret);
|
|
5045
5045
|
}, arguments);
|
|
5046
5046
|
};
|
|
5047
5047
|
|
|
5048
|
-
exports.
|
|
5048
|
+
exports.__wbg_list_f3b43eb4de025fd7 = function () {
|
|
5049
5049
|
return handleError(function (arg0) {
|
|
5050
5050
|
const ret = getObject(arg0).list();
|
|
5051
5051
|
return addHeapObject(ret);
|
|
@@ -5289,7 +5289,7 @@ exports.__wbg_randomFillSync_ac0988aba3254290 = function () {
|
|
|
5289
5289
|
}, arguments);
|
|
5290
5290
|
};
|
|
5291
5291
|
|
|
5292
|
-
exports.
|
|
5292
|
+
exports.__wbg_remove_13a388135a4b8c62 = function () {
|
|
5293
5293
|
return handleError(function (arg0, arg1, arg2) {
|
|
5294
5294
|
let deferred0_0;
|
|
5295
5295
|
let deferred0_1;
|
|
@@ -5304,7 +5304,7 @@ exports.__wbg_remove_30835cf5f8b44c8a = function () {
|
|
|
5304
5304
|
}, arguments);
|
|
5305
5305
|
};
|
|
5306
5306
|
|
|
5307
|
-
exports.
|
|
5307
|
+
exports.__wbg_remove_ca639aae5a322f03 = function () {
|
|
5308
5308
|
return handleError(function (arg0, arg1, arg2) {
|
|
5309
5309
|
let deferred0_0;
|
|
5310
5310
|
let deferred0_1;
|
|
@@ -5350,16 +5350,26 @@ exports.__wbg_setTimeout_ca12ead8b48245e2 = function (arg0, arg1) {
|
|
|
5350
5350
|
return addHeapObject(ret);
|
|
5351
5351
|
};
|
|
5352
5352
|
|
|
5353
|
-
exports.
|
|
5354
|
-
|
|
5353
|
+
exports.__wbg_set_10f4fcbaa1041a56 = function () {
|
|
5354
|
+
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5355
|
+
let deferred0_0;
|
|
5356
|
+
let deferred0_1;
|
|
5357
|
+
try {
|
|
5358
|
+
deferred0_0 = arg1;
|
|
5359
|
+
deferred0_1 = arg2;
|
|
5360
|
+
const ret = getObject(arg0).set(getStringFromWasm0(arg1, arg2), takeObject(arg3));
|
|
5361
|
+
return addHeapObject(ret);
|
|
5362
|
+
} finally {
|
|
5363
|
+
wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
|
|
5364
|
+
}
|
|
5365
|
+
}, arguments);
|
|
5355
5366
|
};
|
|
5356
5367
|
|
|
5357
|
-
exports.
|
|
5358
|
-
|
|
5359
|
-
return addHeapObject(ret);
|
|
5368
|
+
exports.__wbg_set_3f1d0b984ed272ed = function (arg0, arg1, arg2) {
|
|
5369
|
+
getObject(arg0)[takeObject(arg1)] = takeObject(arg2);
|
|
5360
5370
|
};
|
|
5361
5371
|
|
|
5362
|
-
exports.
|
|
5372
|
+
exports.__wbg_set_4dd5caf8de81c593 = function () {
|
|
5363
5373
|
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5364
5374
|
let deferred0_0;
|
|
5365
5375
|
let deferred0_1;
|
|
@@ -5374,6 +5384,11 @@ exports.__wbg_set_9bbfa30b630bbb2e = function () {
|
|
|
5374
5384
|
}, arguments);
|
|
5375
5385
|
};
|
|
5376
5386
|
|
|
5387
|
+
exports.__wbg_set_907fb406c34a251d = function (arg0, arg1, arg2) {
|
|
5388
|
+
const ret = getObject(arg0).set(getObject(arg1), getObject(arg2));
|
|
5389
|
+
return addHeapObject(ret);
|
|
5390
|
+
};
|
|
5391
|
+
|
|
5377
5392
|
exports.__wbg_set_body_3c365989753d61f4 = function (arg0, arg1) {
|
|
5378
5393
|
getObject(arg0).body = getObject(arg1);
|
|
5379
5394
|
};
|
|
@@ -5393,21 +5408,6 @@ exports.__wbg_set_credentials_f621cd2d85c0c228 = function (arg0, arg1) {
|
|
|
5393
5408
|
getObject(arg0).credentials = __wbindgen_enum_RequestCredentials[arg1];
|
|
5394
5409
|
};
|
|
5395
5410
|
|
|
5396
|
-
exports.__wbg_set_ea5d171269c04495 = function () {
|
|
5397
|
-
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5398
|
-
let deferred0_0;
|
|
5399
|
-
let deferred0_1;
|
|
5400
|
-
try {
|
|
5401
|
-
deferred0_0 = arg1;
|
|
5402
|
-
deferred0_1 = arg2;
|
|
5403
|
-
const ret = getObject(arg0).set(getStringFromWasm0(arg1, arg2), takeObject(arg3));
|
|
5404
|
-
return addHeapObject(ret);
|
|
5405
|
-
} finally {
|
|
5406
|
-
wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
|
|
5407
|
-
}
|
|
5408
|
-
}, arguments);
|
|
5409
|
-
};
|
|
5410
|
-
|
|
5411
5411
|
exports.__wbg_set_headers_6926da238cd32ee4 = function (arg0, arg1) {
|
|
5412
5412
|
getObject(arg0).headers = getObject(arg1);
|
|
5413
5413
|
};
|
|
Binary file
|
|
@@ -453,24 +453,24 @@ export const __wbg_vaultclient_free: (a: number, b: number) => void;
|
|
|
453
453
|
export const __wbg_get_outgoingmessage_destination: (a: number) => number;
|
|
454
454
|
export const __wbg_set_outgoingmessage_destination: (a: number, b: number) => void;
|
|
455
455
|
export const __wbg_cryptoclient_free: (a: number, b: number) => void;
|
|
456
|
-
export const
|
|
456
|
+
export const wasm_bindgen__convert__closures_____invoke__h55c4ad30869c1fdd: (
|
|
457
457
|
a: number,
|
|
458
458
|
b: number,
|
|
459
|
+
c: number,
|
|
460
|
+
d: number,
|
|
459
461
|
) => void;
|
|
460
|
-
export const
|
|
461
|
-
export const wasm_bindgen__closure__destroy__h4e2596d1eeea1ddd: (a: number, b: number) => void;
|
|
462
|
+
export const wasm_bindgen__closure__destroy__h541fb5a7c811e354: (a: number, b: number) => void;
|
|
462
463
|
export const wasm_bindgen__convert__closures_____invoke__h5cc2c3c66229bc92: (
|
|
463
464
|
a: number,
|
|
464
465
|
b: number,
|
|
465
466
|
c: number,
|
|
466
467
|
) => void;
|
|
467
|
-
export const
|
|
468
|
-
export const wasm_bindgen__convert__closures_____invoke__h55c4ad30869c1fdd: (
|
|
468
|
+
export const wasm_bindgen__convert__closures_____invoke__h62b881a194105b80: (
|
|
469
469
|
a: number,
|
|
470
470
|
b: number,
|
|
471
|
-
c: number,
|
|
472
|
-
d: number,
|
|
473
471
|
) => void;
|
|
472
|
+
export const wasm_bindgen__closure__destroy__he95e920b8d9de938: (a: number, b: number) => void;
|
|
473
|
+
export const wasm_bindgen__closure__destroy__h4e2596d1eeea1ddd: (a: number, b: number) => void;
|
|
474
474
|
export const wasm_bindgen__convert__closures_____invoke__h92667cd2c3a9eee2: (
|
|
475
475
|
a: number,
|
|
476
476
|
b: number,
|