@bitwarden/commercial-sdk-internal 0.2.0-main.456 → 0.2.0-main.457
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 +35 -35
- package/bitwarden_wasm_internal_bg.wasm +0 -0
- package/bitwarden_wasm_internal_bg.wasm.d.ts +6 -6
- package/bitwarden_wasm_internal_bg.wasm.js +1 -1
- package/node/bitwarden_wasm_internal.js +43 -43
- package/node/bitwarden_wasm_internal_bg.wasm +0 -0
- package/node/bitwarden_wasm_internal_bg.wasm.d.ts +4 -4
- package/package.json +1 -1
|
@@ -986,6 +986,10 @@ 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
|
+
|
|
989
993
|
function wasm_bindgen__convert__closures_____invoke__he2e170c549b97ed5(arg0, arg1, arg2) {
|
|
990
994
|
wasm.wasm_bindgen__convert__closures_____invoke__he2e170c549b97ed5(
|
|
991
995
|
arg0,
|
|
@@ -1013,10 +1017,6 @@ function wasm_bindgen__convert__closures_____invoke__h6fa4a14c2e357000(arg0, arg
|
|
|
1013
1017
|
}
|
|
1014
1018
|
}
|
|
1015
1019
|
|
|
1016
|
-
function wasm_bindgen__convert__closures_____invoke__ha638740cca0ef77d(arg0, arg1) {
|
|
1017
|
-
wasm.wasm_bindgen__convert__closures_____invoke__ha638740cca0ef77d(arg0, arg1);
|
|
1018
|
-
}
|
|
1019
|
-
|
|
1020
1020
|
function wasm_bindgen__convert__closures_____invoke__h0c62e4f019080f6a(arg0, arg1, arg2, arg3) {
|
|
1021
1021
|
wasm.wasm_bindgen__convert__closures_____invoke__h0c62e4f019080f6a(
|
|
1022
1022
|
arg0,
|
|
@@ -4929,7 +4929,7 @@ export function __wbg_call_e762c39fa8ea36bf() {
|
|
|
4929
4929
|
}, arguments);
|
|
4930
4930
|
}
|
|
4931
4931
|
|
|
4932
|
-
export function
|
|
4932
|
+
export function __wbg_cipher_694afbf0712317d0(arg0) {
|
|
4933
4933
|
const ret = getObject(arg0).cipher;
|
|
4934
4934
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
4935
4935
|
}
|
|
@@ -5022,7 +5022,7 @@ export function __wbg_fetch_f8ba0e29a9d6de0d(arg0, arg1) {
|
|
|
5022
5022
|
return addHeapObject(ret);
|
|
5023
5023
|
}
|
|
5024
5024
|
|
|
5025
|
-
export function
|
|
5025
|
+
export function __wbg_folder_de425cf87ff168dd(arg0) {
|
|
5026
5026
|
const ret = getObject(arg0).folder;
|
|
5027
5027
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
5028
5028
|
}
|
|
@@ -5055,12 +5055,7 @@ export function __wbg_getTime_14776bfb48a1bff9(arg0) {
|
|
|
5055
5055
|
return ret;
|
|
5056
5056
|
}
|
|
5057
5057
|
|
|
5058
|
-
export function
|
|
5059
|
-
const ret = getObject(arg0)[arg1 >>> 0];
|
|
5060
|
-
return addHeapObject(ret);
|
|
5061
|
-
}
|
|
5062
|
-
|
|
5063
|
-
export function __wbg_get_a939c535ba26fc01() {
|
|
5058
|
+
export function __wbg_get_6a4b3799287feba0() {
|
|
5064
5059
|
return handleError(function (arg0, arg1, arg2) {
|
|
5065
5060
|
let deferred0_0;
|
|
5066
5061
|
let deferred0_1;
|
|
@@ -5075,12 +5070,12 @@ export function __wbg_get_a939c535ba26fc01() {
|
|
|
5075
5070
|
}, arguments);
|
|
5076
5071
|
}
|
|
5077
5072
|
|
|
5078
|
-
export function
|
|
5079
|
-
const ret = getObject(arg0)
|
|
5073
|
+
export function __wbg_get_7bed016f185add81(arg0, arg1) {
|
|
5074
|
+
const ret = getObject(arg0)[arg1 >>> 0];
|
|
5080
5075
|
return addHeapObject(ret);
|
|
5081
5076
|
}
|
|
5082
5077
|
|
|
5083
|
-
export function
|
|
5078
|
+
export function __wbg_get_a955ea201bb79876() {
|
|
5084
5079
|
return handleError(function (arg0, arg1, arg2) {
|
|
5085
5080
|
let deferred0_0;
|
|
5086
5081
|
let deferred0_1;
|
|
@@ -5095,6 +5090,11 @@ export function __wbg_get_b43e43713aff9dab() {
|
|
|
5095
5090
|
}, arguments);
|
|
5096
5091
|
}
|
|
5097
5092
|
|
|
5093
|
+
export function __wbg_get_access_token_3c82f801dc6dc5a1(arg0) {
|
|
5094
|
+
const ret = getObject(arg0).get_access_token();
|
|
5095
|
+
return addHeapObject(ret);
|
|
5096
|
+
}
|
|
5097
|
+
|
|
5098
5098
|
export function __wbg_get_efcb449f58ec27c2() {
|
|
5099
5099
|
return handleError(function (arg0, arg1) {
|
|
5100
5100
|
const ret = Reflect.get(getObject(arg0), getObject(arg1));
|
|
@@ -5286,14 +5286,14 @@ export function __wbg_length_cdd215e10d9dd507(arg0) {
|
|
|
5286
5286
|
return ret;
|
|
5287
5287
|
}
|
|
5288
5288
|
|
|
5289
|
-
export function
|
|
5289
|
+
export function __wbg_list_0d519f983800b862() {
|
|
5290
5290
|
return handleError(function (arg0) {
|
|
5291
5291
|
const ret = getObject(arg0).list();
|
|
5292
5292
|
return addHeapObject(ret);
|
|
5293
5293
|
}, arguments);
|
|
5294
5294
|
}
|
|
5295
5295
|
|
|
5296
|
-
export function
|
|
5296
|
+
export function __wbg_list_e5d800b505a7dea1() {
|
|
5297
5297
|
return handleError(function (arg0) {
|
|
5298
5298
|
const ret = getObject(arg0).list();
|
|
5299
5299
|
return addHeapObject(ret);
|
|
@@ -5537,7 +5537,7 @@ export function __wbg_randomFillSync_ac0988aba3254290() {
|
|
|
5537
5537
|
}, arguments);
|
|
5538
5538
|
}
|
|
5539
5539
|
|
|
5540
|
-
export function
|
|
5540
|
+
export function __wbg_remove_2f84188b41393d9b() {
|
|
5541
5541
|
return handleError(function (arg0, arg1, arg2) {
|
|
5542
5542
|
let deferred0_0;
|
|
5543
5543
|
let deferred0_1;
|
|
@@ -5552,7 +5552,7 @@ export function __wbg_remove_ca3546ef91db62db() {
|
|
|
5552
5552
|
}, arguments);
|
|
5553
5553
|
}
|
|
5554
5554
|
|
|
5555
|
-
export function
|
|
5555
|
+
export function __wbg_remove_696dfb10b9afb65e() {
|
|
5556
5556
|
return handleError(function (arg0, arg1, arg2) {
|
|
5557
5557
|
let deferred0_0;
|
|
5558
5558
|
let deferred0_1;
|
|
@@ -5598,7 +5598,7 @@ export function __wbg_setTimeout_ca12ead8b48245e2(arg0, arg1) {
|
|
|
5598
5598
|
return addHeapObject(ret);
|
|
5599
5599
|
}
|
|
5600
5600
|
|
|
5601
|
-
export function
|
|
5601
|
+
export function __wbg_set_0e7aa8f0d5535d1e() {
|
|
5602
5602
|
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5603
5603
|
let deferred0_0;
|
|
5604
5604
|
let deferred0_1;
|
|
@@ -5617,6 +5617,21 @@ export function __wbg_set_3f1d0b984ed272ed(arg0, arg1, arg2) {
|
|
|
5617
5617
|
getObject(arg0)[takeObject(arg1)] = takeObject(arg2);
|
|
5618
5618
|
}
|
|
5619
5619
|
|
|
5620
|
+
export function __wbg_set_7be39e6bf3477510() {
|
|
5621
|
+
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5622
|
+
let deferred0_0;
|
|
5623
|
+
let deferred0_1;
|
|
5624
|
+
try {
|
|
5625
|
+
deferred0_0 = arg1;
|
|
5626
|
+
deferred0_1 = arg2;
|
|
5627
|
+
const ret = getObject(arg0).set(getStringFromWasm0(arg1, arg2), takeObject(arg3));
|
|
5628
|
+
return addHeapObject(ret);
|
|
5629
|
+
} finally {
|
|
5630
|
+
wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
|
|
5631
|
+
}
|
|
5632
|
+
}, arguments);
|
|
5633
|
+
}
|
|
5634
|
+
|
|
5620
5635
|
export function __wbg_set_907fb406c34a251d(arg0, arg1, arg2) {
|
|
5621
5636
|
const ret = getObject(arg0).set(getObject(arg1), getObject(arg2));
|
|
5622
5637
|
return addHeapObject(ret);
|
|
@@ -5641,21 +5656,6 @@ export function __wbg_set_credentials_f621cd2d85c0c228(arg0, arg1) {
|
|
|
5641
5656
|
getObject(arg0).credentials = __wbindgen_enum_RequestCredentials[arg1];
|
|
5642
5657
|
}
|
|
5643
5658
|
|
|
5644
|
-
export function __wbg_set_d2f8411286bde288() {
|
|
5645
|
-
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5646
|
-
let deferred0_0;
|
|
5647
|
-
let deferred0_1;
|
|
5648
|
-
try {
|
|
5649
|
-
deferred0_0 = arg1;
|
|
5650
|
-
deferred0_1 = arg2;
|
|
5651
|
-
const ret = getObject(arg0).set(getStringFromWasm0(arg1, arg2), takeObject(arg3));
|
|
5652
|
-
return addHeapObject(ret);
|
|
5653
|
-
} finally {
|
|
5654
|
-
wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
|
|
5655
|
-
}
|
|
5656
|
-
}, arguments);
|
|
5657
|
-
}
|
|
5658
|
-
|
|
5659
5659
|
export function __wbg_set_headers_6926da238cd32ee4(arg0, arg1) {
|
|
5660
5660
|
getObject(arg0).headers = getObject(arg1);
|
|
5661
5661
|
}
|
|
Binary file
|
|
@@ -488,24 +488,24 @@ export const __wbg_get_outgoingmessage_destination: (a: number) => number;
|
|
|
488
488
|
export const vaultclient_attachments: (a: number) => number;
|
|
489
489
|
export const __wbg_set_outgoingmessage_destination: (a: number, b: number) => void;
|
|
490
490
|
export const __wbg_cryptoclient_free: (a: number, b: number) => void;
|
|
491
|
-
export const
|
|
491
|
+
export const wasm_bindgen__convert__closures_____invoke__ha638740cca0ef77d: (
|
|
492
492
|
a: number,
|
|
493
493
|
b: number,
|
|
494
|
-
c: number,
|
|
495
494
|
) => void;
|
|
496
495
|
export const wasm_bindgen__closure__destroy__hc71695a401114797: (a: number, b: number) => void;
|
|
497
|
-
export const
|
|
496
|
+
export const wasm_bindgen__convert__closures_____invoke__he2e170c549b97ed5: (
|
|
498
497
|
a: number,
|
|
499
498
|
b: number,
|
|
500
499
|
c: number,
|
|
501
|
-
d: number,
|
|
502
500
|
) => void;
|
|
501
|
+
export const wasm_bindgen__closure__destroy__h666c8569a46b7e11: (a: number, b: number) => void;
|
|
503
502
|
export const wasm_bindgen__closure__destroy__h7a79e3df9e7c7848: (a: number, b: number) => void;
|
|
504
|
-
export const
|
|
503
|
+
export const wasm_bindgen__convert__closures_____invoke__h6fa4a14c2e357000: (
|
|
505
504
|
a: number,
|
|
506
505
|
b: number,
|
|
506
|
+
c: number,
|
|
507
|
+
d: number,
|
|
507
508
|
) => void;
|
|
508
|
-
export const wasm_bindgen__closure__destroy__h666c8569a46b7e11: (a: number, b: number) => void;
|
|
509
509
|
export const wasm_bindgen__convert__closures_____invoke__h0c62e4f019080f6a: (
|
|
510
510
|
a: number,
|
|
511
511
|
b: number,
|