@bitwarden/commercial-sdk-internal 0.2.0-main.493 → 0.2.0-main.494
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/bitwarden_wasm_internal_bg.js +31 -31
- package/bitwarden_wasm_internal_bg.wasm +0 -0
- package/bitwarden_wasm_internal_bg.wasm.js +1 -1
- package/node/bitwarden_wasm_internal.js +35 -35
- 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
|
@@ -989,14 +989,14 @@ exports.isGetFolderError = function(error) {
|
|
|
989
989
|
}
|
|
990
990
|
};
|
|
991
991
|
|
|
992
|
-
function wasm_bindgen__convert__closures_____invoke__ha638740cca0ef77d(arg0, arg1) {
|
|
993
|
-
wasm.wasm_bindgen__convert__closures_____invoke__ha638740cca0ef77d(arg0, arg1);
|
|
994
|
-
}
|
|
995
|
-
|
|
996
992
|
function wasm_bindgen__convert__closures_____invoke__h7e690d71e18a977f(arg0, arg1, arg2) {
|
|
997
993
|
wasm.wasm_bindgen__convert__closures_____invoke__h7e690d71e18a977f(arg0, arg1, addHeapObject(arg2));
|
|
998
994
|
}
|
|
999
995
|
|
|
996
|
+
function wasm_bindgen__convert__closures_____invoke__ha638740cca0ef77d(arg0, arg1) {
|
|
997
|
+
wasm.wasm_bindgen__convert__closures_____invoke__ha638740cca0ef77d(arg0, arg1);
|
|
998
|
+
}
|
|
999
|
+
|
|
1000
1000
|
function wasm_bindgen__convert__closures_____invoke__hbe1b1141e23123c3(arg0, arg1, arg2) {
|
|
1001
1001
|
try {
|
|
1002
1002
|
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
@@ -4843,7 +4843,7 @@ exports.__wbg_call_e762c39fa8ea36bf = function() { return handleError(function (
|
|
|
4843
4843
|
return addHeapObject(ret);
|
|
4844
4844
|
}, arguments) };
|
|
4845
4845
|
|
|
4846
|
-
exports.
|
|
4846
|
+
exports.__wbg_cipher_334c107d0ebf25b7 = function(arg0) {
|
|
4847
4847
|
const ret = getObject(arg0).cipher;
|
|
4848
4848
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
4849
4849
|
};
|
|
@@ -4935,7 +4935,7 @@ exports.__wbg_fetch_f8ba0e29a9d6de0d = function(arg0, arg1) {
|
|
|
4935
4935
|
return addHeapObject(ret);
|
|
4936
4936
|
};
|
|
4937
4937
|
|
|
4938
|
-
exports.
|
|
4938
|
+
exports.__wbg_folder_4505144d49834d03 = function(arg0) {
|
|
4939
4939
|
const ret = getObject(arg0).folder;
|
|
4940
4940
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
4941
4941
|
};
|
|
@@ -4967,7 +4967,7 @@ exports.__wbg_getTime_14776bfb48a1bff9 = function(arg0) {
|
|
|
4967
4967
|
return ret;
|
|
4968
4968
|
};
|
|
4969
4969
|
|
|
4970
|
-
exports.
|
|
4970
|
+
exports.__wbg_get_4ea77edc1bdc192f = function() { return handleError(function (arg0, arg1, arg2) {
|
|
4971
4971
|
let deferred0_0;
|
|
4972
4972
|
let deferred0_1;
|
|
4973
4973
|
try {
|
|
@@ -4980,12 +4980,7 @@ exports.__wbg_get_48963211297a621e = function() { return handleError(function (a
|
|
|
4980
4980
|
}
|
|
4981
4981
|
}, arguments) };
|
|
4982
4982
|
|
|
4983
|
-
exports.
|
|
4984
|
-
const ret = getObject(arg0)[arg1 >>> 0];
|
|
4985
|
-
return addHeapObject(ret);
|
|
4986
|
-
};
|
|
4987
|
-
|
|
4988
|
-
exports.__wbg_get_a92c3deae1964973 = function() { return handleError(function (arg0, arg1, arg2) {
|
|
4983
|
+
exports.__wbg_get_72c322985749a1a3 = function() { return handleError(function (arg0, arg1, arg2) {
|
|
4989
4984
|
let deferred0_0;
|
|
4990
4985
|
let deferred0_1;
|
|
4991
4986
|
try {
|
|
@@ -4998,7 +4993,12 @@ exports.__wbg_get_a92c3deae1964973 = function() { return handleError(function (a
|
|
|
4998
4993
|
}
|
|
4999
4994
|
}, arguments) };
|
|
5000
4995
|
|
|
5001
|
-
exports.
|
|
4996
|
+
exports.__wbg_get_7bed016f185add81 = function(arg0, arg1) {
|
|
4997
|
+
const ret = getObject(arg0)[arg1 >>> 0];
|
|
4998
|
+
return addHeapObject(ret);
|
|
4999
|
+
};
|
|
5000
|
+
|
|
5001
|
+
exports.__wbg_get_access_token_66ff53f474d63a38 = function(arg0) {
|
|
5002
5002
|
const ret = getObject(arg0).get_access_token();
|
|
5003
5003
|
return addHeapObject(ret);
|
|
5004
5004
|
};
|
|
@@ -5191,12 +5191,12 @@ exports.__wbg_length_cdd215e10d9dd507 = function(arg0) {
|
|
|
5191
5191
|
return ret;
|
|
5192
5192
|
};
|
|
5193
5193
|
|
|
5194
|
-
exports.
|
|
5194
|
+
exports.__wbg_list_1942ef275450a6e7 = function() { return handleError(function (arg0) {
|
|
5195
5195
|
const ret = getObject(arg0).list();
|
|
5196
5196
|
return addHeapObject(ret);
|
|
5197
5197
|
}, arguments) };
|
|
5198
5198
|
|
|
5199
|
-
exports.
|
|
5199
|
+
exports.__wbg_list_9bcacdd0c24e9dd5 = function() { return handleError(function (arg0) {
|
|
5200
5200
|
const ret = getObject(arg0).list();
|
|
5201
5201
|
return addHeapObject(ret);
|
|
5202
5202
|
}, arguments) };
|
|
@@ -5418,7 +5418,7 @@ exports.__wbg_randomFillSync_ac0988aba3254290 = function() { return handleError(
|
|
|
5418
5418
|
getObject(arg0).randomFillSync(takeObject(arg1));
|
|
5419
5419
|
}, arguments) };
|
|
5420
5420
|
|
|
5421
|
-
exports.
|
|
5421
|
+
exports.__wbg_remove_518f73c57c533770 = function() { return handleError(function (arg0, arg1, arg2) {
|
|
5422
5422
|
let deferred0_0;
|
|
5423
5423
|
let deferred0_1;
|
|
5424
5424
|
try {
|
|
@@ -5431,7 +5431,7 @@ exports.__wbg_remove_5e280e527e85a804 = function() { return handleError(function
|
|
|
5431
5431
|
}
|
|
5432
5432
|
}, arguments) };
|
|
5433
5433
|
|
|
5434
|
-
exports.
|
|
5434
|
+
exports.__wbg_remove_8e0a86721fc446d9 = function() { return handleError(function (arg0, arg1, arg2) {
|
|
5435
5435
|
let deferred0_0;
|
|
5436
5436
|
let deferred0_1;
|
|
5437
5437
|
try {
|
|
@@ -5469,11 +5469,20 @@ exports.__wbg_setTimeout_ca12ead8b48245e2 = function(arg0, arg1) {
|
|
|
5469
5469
|
return addHeapObject(ret);
|
|
5470
5470
|
};
|
|
5471
5471
|
|
|
5472
|
-
exports.
|
|
5473
|
-
|
|
5474
|
-
|
|
5472
|
+
exports.__wbg_set_20602ece9953ea43 = function() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5473
|
+
let deferred0_0;
|
|
5474
|
+
let deferred0_1;
|
|
5475
|
+
try {
|
|
5476
|
+
deferred0_0 = arg1;
|
|
5477
|
+
deferred0_1 = arg2;
|
|
5478
|
+
const ret = getObject(arg0).set(getStringFromWasm0(arg1, arg2), takeObject(arg3));
|
|
5479
|
+
return addHeapObject(ret);
|
|
5480
|
+
} finally {
|
|
5481
|
+
wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
|
|
5482
|
+
}
|
|
5483
|
+
}, arguments) };
|
|
5475
5484
|
|
|
5476
|
-
exports.
|
|
5485
|
+
exports.__wbg_set_2ded68bc326bbfd7 = function() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5477
5486
|
let deferred0_0;
|
|
5478
5487
|
let deferred0_1;
|
|
5479
5488
|
try {
|
|
@@ -5486,6 +5495,10 @@ exports.__wbg_set_8f306648943d1ded = function() { return handleError(function (a
|
|
|
5486
5495
|
}
|
|
5487
5496
|
}, arguments) };
|
|
5488
5497
|
|
|
5498
|
+
exports.__wbg_set_3f1d0b984ed272ed = function(arg0, arg1, arg2) {
|
|
5499
|
+
getObject(arg0)[takeObject(arg1)] = takeObject(arg2);
|
|
5500
|
+
};
|
|
5501
|
+
|
|
5489
5502
|
exports.__wbg_set_907fb406c34a251d = function(arg0, arg1, arg2) {
|
|
5490
5503
|
const ret = getObject(arg0).set(getObject(arg1), getObject(arg2));
|
|
5491
5504
|
return addHeapObject(ret);
|
|
@@ -5504,19 +5517,6 @@ exports.__wbg_set_c2abbebe8b9ebee1 = function() { return handleError(function (a
|
|
|
5504
5517
|
return ret;
|
|
5505
5518
|
}, arguments) };
|
|
5506
5519
|
|
|
5507
|
-
exports.__wbg_set_cefa8814cc3188ab = function() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5508
|
-
let deferred0_0;
|
|
5509
|
-
let deferred0_1;
|
|
5510
|
-
try {
|
|
5511
|
-
deferred0_0 = arg1;
|
|
5512
|
-
deferred0_1 = arg2;
|
|
5513
|
-
const ret = getObject(arg0).set(getStringFromWasm0(arg1, arg2), takeObject(arg3));
|
|
5514
|
-
return addHeapObject(ret);
|
|
5515
|
-
} finally {
|
|
5516
|
-
wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
|
|
5517
|
-
}
|
|
5518
|
-
}, arguments) };
|
|
5519
|
-
|
|
5520
5520
|
exports.__wbg_set_credentials_f621cd2d85c0c228 = function(arg0, arg1) {
|
|
5521
5521
|
getObject(arg0).credentials = __wbindgen_enum_RequestCredentials[arg1];
|
|
5522
5522
|
};
|
|
Binary file
|
|
@@ -514,25 +514,25 @@ export const __wbg_get_outgoingmessage_destination: (a: number) => number;
|
|
|
514
514
|
export const vaultclient_attachments: (a: number) => number;
|
|
515
515
|
export const __wbg_set_outgoingmessage_destination: (a: number, b: number) => void;
|
|
516
516
|
export const __wbg_cryptoclient_free: (a: number, b: number) => void;
|
|
517
|
-
export const wasm_bindgen__convert__closures_____invoke__ha638740cca0ef77d: (
|
|
518
|
-
a: number,
|
|
519
|
-
b: number,
|
|
520
|
-
) => void;
|
|
521
|
-
export const wasm_bindgen__closure__destroy__h666c8569a46b7e11: (a: number, b: number) => void;
|
|
522
517
|
export const wasm_bindgen__convert__closures_____invoke__h7e690d71e18a977f: (
|
|
523
518
|
a: number,
|
|
524
519
|
b: number,
|
|
525
520
|
c: number,
|
|
526
521
|
) => void;
|
|
527
|
-
export const wasm_bindgen__closure__destroy__hd9661b26d463effa: (a: number, b: number) => void;
|
|
528
522
|
export const wasm_bindgen__closure__destroy__hc71695a401114797: (a: number, b: number) => void;
|
|
529
|
-
export const
|
|
523
|
+
export const wasm_bindgen__convert__closures_____invoke__ha638740cca0ef77d: (
|
|
524
|
+
a: number,
|
|
525
|
+
b: number,
|
|
526
|
+
) => void;
|
|
530
527
|
export const wasm_bindgen__convert__closures_____invoke__hbe1b1141e23123c3: (
|
|
531
528
|
a: number,
|
|
532
529
|
b: number,
|
|
533
530
|
c: number,
|
|
534
531
|
d: number,
|
|
535
532
|
) => void;
|
|
533
|
+
export const wasm_bindgen__closure__destroy__h1d5e70ff7d1cc2b9: (a: number, b: number) => void;
|
|
534
|
+
export const wasm_bindgen__closure__destroy__h666c8569a46b7e11: (a: number, b: number) => void;
|
|
535
|
+
export const wasm_bindgen__closure__destroy__hd9661b26d463effa: (a: number, b: number) => void;
|
|
536
536
|
export const wasm_bindgen__convert__closures_____invoke__h0c62e4f019080f6a: (
|
|
537
537
|
a: number,
|
|
538
538
|
b: number,
|