@bitwarden/commercial-sdk-internal 0.2.0-main.463 → 0.2.0-main.464
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 +24 -24
- 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.js +24 -24
- package/node/bitwarden_wasm_internal_bg.wasm +0 -0
- package/node/bitwarden_wasm_internal_bg.wasm.d.ts +5 -5
- 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__h6fa4a14c2e357000(arg0, arg1, arg2) {
|
|
990
994
|
try {
|
|
991
995
|
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
@@ -1000,10 +1004,6 @@ function wasm_bindgen__convert__closures_____invoke__h6fa4a14c2e357000(arg0, arg
|
|
|
1000
1004
|
}
|
|
1001
1005
|
}
|
|
1002
1006
|
|
|
1003
|
-
function wasm_bindgen__convert__closures_____invoke__ha638740cca0ef77d(arg0, arg1) {
|
|
1004
|
-
wasm.wasm_bindgen__convert__closures_____invoke__ha638740cca0ef77d(arg0, arg1);
|
|
1005
|
-
}
|
|
1006
|
-
|
|
1007
1007
|
function wasm_bindgen__convert__closures_____invoke__he2e170c549b97ed5(arg0, arg1, arg2) {
|
|
1008
1008
|
wasm.wasm_bindgen__convert__closures_____invoke__he2e170c549b97ed5(arg0, arg1, addHeapObject(arg2));
|
|
1009
1009
|
}
|
|
@@ -4782,7 +4782,7 @@ export function __wbg_call_e762c39fa8ea36bf() { return handleError(function (arg
|
|
|
4782
4782
|
return addHeapObject(ret);
|
|
4783
4783
|
}, arguments) };
|
|
4784
4784
|
|
|
4785
|
-
export function
|
|
4785
|
+
export function __wbg_cipher_a8f0578ded193569(arg0) {
|
|
4786
4786
|
const ret = getObject(arg0).cipher;
|
|
4787
4787
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
4788
4788
|
};
|
|
@@ -4869,7 +4869,7 @@ export function __wbg_fetch_f8ba0e29a9d6de0d(arg0, arg1) {
|
|
|
4869
4869
|
return addHeapObject(ret);
|
|
4870
4870
|
};
|
|
4871
4871
|
|
|
4872
|
-
export function
|
|
4872
|
+
export function __wbg_folder_6081b242ecd66841(arg0) {
|
|
4873
4873
|
const ret = getObject(arg0).folder;
|
|
4874
4874
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
4875
4875
|
};
|
|
@@ -4896,7 +4896,7 @@ export function __wbg_getTime_14776bfb48a1bff9(arg0) {
|
|
|
4896
4896
|
return ret;
|
|
4897
4897
|
};
|
|
4898
4898
|
|
|
4899
|
-
export function
|
|
4899
|
+
export function __wbg_get_377e07fef7332b39() { return handleError(function (arg0, arg1, arg2) {
|
|
4900
4900
|
let deferred0_0;
|
|
4901
4901
|
let deferred0_1;
|
|
4902
4902
|
try {
|
|
@@ -4909,12 +4909,7 @@ export function __wbg_get_58e6c7350c305570() { return handleError(function (arg0
|
|
|
4909
4909
|
}
|
|
4910
4910
|
}, arguments) };
|
|
4911
4911
|
|
|
4912
|
-
export function
|
|
4913
|
-
const ret = getObject(arg0)[arg1 >>> 0];
|
|
4914
|
-
return addHeapObject(ret);
|
|
4915
|
-
};
|
|
4916
|
-
|
|
4917
|
-
export function __wbg_get_91992f1955ce0ac4() { return handleError(function (arg0, arg1, arg2) {
|
|
4912
|
+
export function __wbg_get_3ea15ae719bc5d42() { return handleError(function (arg0, arg1, arg2) {
|
|
4918
4913
|
let deferred0_0;
|
|
4919
4914
|
let deferred0_1;
|
|
4920
4915
|
try {
|
|
@@ -4927,7 +4922,12 @@ export function __wbg_get_91992f1955ce0ac4() { return handleError(function (arg0
|
|
|
4927
4922
|
}
|
|
4928
4923
|
}, arguments) };
|
|
4929
4924
|
|
|
4930
|
-
export function
|
|
4925
|
+
export function __wbg_get_7bed016f185add81(arg0, arg1) {
|
|
4926
|
+
const ret = getObject(arg0)[arg1 >>> 0];
|
|
4927
|
+
return addHeapObject(ret);
|
|
4928
|
+
};
|
|
4929
|
+
|
|
4930
|
+
export function __wbg_get_access_token_4e1d90f9f868d3e9(arg0) {
|
|
4931
4931
|
const ret = getObject(arg0).get_access_token();
|
|
4932
4932
|
return addHeapObject(ret);
|
|
4933
4933
|
};
|
|
@@ -5115,12 +5115,12 @@ export function __wbg_length_cdd215e10d9dd507(arg0) {
|
|
|
5115
5115
|
return ret;
|
|
5116
5116
|
};
|
|
5117
5117
|
|
|
5118
|
-
export function
|
|
5118
|
+
export function __wbg_list_18c80e064793189b() { return handleError(function (arg0) {
|
|
5119
5119
|
const ret = getObject(arg0).list();
|
|
5120
5120
|
return addHeapObject(ret);
|
|
5121
5121
|
}, arguments) };
|
|
5122
5122
|
|
|
5123
|
-
export function
|
|
5123
|
+
export function __wbg_list_490e499fb9922238() { return handleError(function (arg0) {
|
|
5124
5124
|
const ret = getObject(arg0).list();
|
|
5125
5125
|
return addHeapObject(ret);
|
|
5126
5126
|
}, arguments) };
|
|
@@ -5327,7 +5327,7 @@ export function __wbg_randomFillSync_ac0988aba3254290() { return handleError(fun
|
|
|
5327
5327
|
getObject(arg0).randomFillSync(takeObject(arg1));
|
|
5328
5328
|
}, arguments) };
|
|
5329
5329
|
|
|
5330
|
-
export function
|
|
5330
|
+
export function __wbg_remove_78013d8c90414345() { return handleError(function (arg0, arg1, arg2) {
|
|
5331
5331
|
let deferred0_0;
|
|
5332
5332
|
let deferred0_1;
|
|
5333
5333
|
try {
|
|
@@ -5340,7 +5340,7 @@ export function __wbg_remove_6463631a8e7d5609() { return handleError(function (a
|
|
|
5340
5340
|
}
|
|
5341
5341
|
}, arguments) };
|
|
5342
5342
|
|
|
5343
|
-
export function
|
|
5343
|
+
export function __wbg_remove_eddd7a62a423aed5() { return handleError(function (arg0, arg1, arg2) {
|
|
5344
5344
|
let deferred0_0;
|
|
5345
5345
|
let deferred0_1;
|
|
5346
5346
|
try {
|
|
@@ -5378,7 +5378,11 @@ export function __wbg_setTimeout_ca12ead8b48245e2(arg0, arg1) {
|
|
|
5378
5378
|
return addHeapObject(ret);
|
|
5379
5379
|
};
|
|
5380
5380
|
|
|
5381
|
-
export function
|
|
5381
|
+
export function __wbg_set_3f1d0b984ed272ed(arg0, arg1, arg2) {
|
|
5382
|
+
getObject(arg0)[takeObject(arg1)] = takeObject(arg2);
|
|
5383
|
+
};
|
|
5384
|
+
|
|
5385
|
+
export function __wbg_set_6930c69778a361c4() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5382
5386
|
let deferred0_0;
|
|
5383
5387
|
let deferred0_1;
|
|
5384
5388
|
try {
|
|
@@ -5391,7 +5395,7 @@ export function __wbg_set_0e99c56b15b5301a() { return handleError(function (arg0
|
|
|
5391
5395
|
}
|
|
5392
5396
|
}, arguments) };
|
|
5393
5397
|
|
|
5394
|
-
export function
|
|
5398
|
+
export function __wbg_set_885fc272d493bd8d() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5395
5399
|
let deferred0_0;
|
|
5396
5400
|
let deferred0_1;
|
|
5397
5401
|
try {
|
|
@@ -5404,10 +5408,6 @@ export function __wbg_set_219a5de0cd6e0d97() { return handleError(function (arg0
|
|
|
5404
5408
|
}
|
|
5405
5409
|
}, arguments) };
|
|
5406
5410
|
|
|
5407
|
-
export function __wbg_set_3f1d0b984ed272ed(arg0, arg1, arg2) {
|
|
5408
|
-
getObject(arg0)[takeObject(arg1)] = takeObject(arg2);
|
|
5409
|
-
};
|
|
5410
|
-
|
|
5411
5411
|
export function __wbg_set_907fb406c34a251d(arg0, arg1, arg2) {
|
|
5412
5412
|
const ret = getObject(arg0).set(getObject(arg1), getObject(arg2));
|
|
5413
5413
|
return addHeapObject(ret);
|
|
Binary file
|
|
@@ -513,6 +513,11 @@ export const __wbg_get_outgoingmessage_destination: (a: number) => number;
|
|
|
513
513
|
export const vaultclient_attachments: (a: number) => number;
|
|
514
514
|
export const __wbg_set_outgoingmessage_destination: (a: number, b: number) => void;
|
|
515
515
|
export const __wbg_cryptoclient_free: (a: number, b: number) => void;
|
|
516
|
+
export const wasm_bindgen__convert__closures_____invoke__ha638740cca0ef77d: (
|
|
517
|
+
a: number,
|
|
518
|
+
b: number,
|
|
519
|
+
) => void;
|
|
520
|
+
export const wasm_bindgen__closure__destroy__h666c8569a46b7e11: (a: number, b: number) => void;
|
|
516
521
|
export const wasm_bindgen__convert__closures_____invoke__h6fa4a14c2e357000: (
|
|
517
522
|
a: number,
|
|
518
523
|
b: number,
|
|
@@ -520,11 +525,6 @@ export const wasm_bindgen__convert__closures_____invoke__h6fa4a14c2e357000: (
|
|
|
520
525
|
d: number,
|
|
521
526
|
) => void;
|
|
522
527
|
export const wasm_bindgen__closure__destroy__h7a79e3df9e7c7848: (a: number, b: number) => void;
|
|
523
|
-
export const wasm_bindgen__convert__closures_____invoke__ha638740cca0ef77d: (
|
|
524
|
-
a: number,
|
|
525
|
-
b: number,
|
|
526
|
-
) => void;
|
|
527
|
-
export const wasm_bindgen__closure__destroy__h666c8569a46b7e11: (a: number, b: number) => void;
|
|
528
528
|
export const wasm_bindgen__convert__closures_____invoke__he2e170c549b97ed5: (
|
|
529
529
|
a: number,
|
|
530
530
|
b: number,
|