@bitwarden/commercial-sdk-internal 0.2.0-main.375 → 0.2.0-main.377
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 +20 -20
- package/bitwarden_wasm_internal_bg.wasm +0 -0
- package/bitwarden_wasm_internal_bg.wasm.d.ts +1 -1
- 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 +4 -4
- package/package.json +1 -1
|
@@ -4513,7 +4513,7 @@ export function __wbg_call_e762c39fa8ea36bf() {
|
|
|
4513
4513
|
}, arguments);
|
|
4514
4514
|
}
|
|
4515
4515
|
|
|
4516
|
-
export function
|
|
4516
|
+
export function __wbg_cipher_f96d4c78bd6e0c4f(arg0) {
|
|
4517
4517
|
const ret = getObject(arg0).cipher;
|
|
4518
4518
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
4519
4519
|
}
|
|
@@ -4593,7 +4593,7 @@ export function __wbg_fetch_f8ba0e29a9d6de0d(arg0, arg1) {
|
|
|
4593
4593
|
return addHeapObject(ret);
|
|
4594
4594
|
}
|
|
4595
4595
|
|
|
4596
|
-
export function
|
|
4596
|
+
export function __wbg_folder_df134a91d650e460(arg0) {
|
|
4597
4597
|
const ret = getObject(arg0).folder;
|
|
4598
4598
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
4599
4599
|
}
|
|
@@ -4620,17 +4620,7 @@ export function __wbg_getTime_14776bfb48a1bff9(arg0) {
|
|
|
4620
4620
|
return ret;
|
|
4621
4621
|
}
|
|
4622
4622
|
|
|
4623
|
-
export function
|
|
4624
|
-
const ret = getObject(arg0)[arg1 >>> 0];
|
|
4625
|
-
return addHeapObject(ret);
|
|
4626
|
-
}
|
|
4627
|
-
|
|
4628
|
-
export function __wbg_get_access_token_2a6f3a7572a71513(arg0) {
|
|
4629
|
-
const ret = getObject(arg0).get_access_token();
|
|
4630
|
-
return addHeapObject(ret);
|
|
4631
|
-
}
|
|
4632
|
-
|
|
4633
|
-
export function __wbg_get_e964441f5ccb3c80() {
|
|
4623
|
+
export function __wbg_get_3315f3a6d7034fbc() {
|
|
4634
4624
|
return handleError(function (arg0, arg1, arg2) {
|
|
4635
4625
|
let deferred0_0;
|
|
4636
4626
|
let deferred0_1;
|
|
@@ -4645,7 +4635,12 @@ export function __wbg_get_e964441f5ccb3c80() {
|
|
|
4645
4635
|
}, arguments);
|
|
4646
4636
|
}
|
|
4647
4637
|
|
|
4648
|
-
export function
|
|
4638
|
+
export function __wbg_get_7bed016f185add81(arg0, arg1) {
|
|
4639
|
+
const ret = getObject(arg0)[arg1 >>> 0];
|
|
4640
|
+
return addHeapObject(ret);
|
|
4641
|
+
}
|
|
4642
|
+
|
|
4643
|
+
export function __wbg_get_85399204caae05fd() {
|
|
4649
4644
|
return handleError(function (arg0, arg1, arg2) {
|
|
4650
4645
|
let deferred0_0;
|
|
4651
4646
|
let deferred0_1;
|
|
@@ -4660,6 +4655,11 @@ export function __wbg_get_ec74c278e7438da5() {
|
|
|
4660
4655
|
}, arguments);
|
|
4661
4656
|
}
|
|
4662
4657
|
|
|
4658
|
+
export function __wbg_get_access_token_aaea0ff06aa04929(arg0) {
|
|
4659
|
+
const ret = getObject(arg0).get_access_token();
|
|
4660
|
+
return addHeapObject(ret);
|
|
4661
|
+
}
|
|
4662
|
+
|
|
4663
4663
|
export function __wbg_get_efcb449f58ec27c2() {
|
|
4664
4664
|
return handleError(function (arg0, arg1) {
|
|
4665
4665
|
const ret = Reflect.get(getObject(arg0), getObject(arg1));
|
|
@@ -4847,14 +4847,14 @@ export function __wbg_length_cdd215e10d9dd507(arg0) {
|
|
|
4847
4847
|
return ret;
|
|
4848
4848
|
}
|
|
4849
4849
|
|
|
4850
|
-
export function
|
|
4850
|
+
export function __wbg_list_1926be2f1a10c457() {
|
|
4851
4851
|
return handleError(function (arg0) {
|
|
4852
4852
|
const ret = getObject(arg0).list();
|
|
4853
4853
|
return addHeapObject(ret);
|
|
4854
4854
|
}, arguments);
|
|
4855
4855
|
}
|
|
4856
4856
|
|
|
4857
|
-
export function
|
|
4857
|
+
export function __wbg_list_e0a81e097ef71c35() {
|
|
4858
4858
|
return handleError(function (arg0) {
|
|
4859
4859
|
const ret = getObject(arg0).list();
|
|
4860
4860
|
return addHeapObject(ret);
|
|
@@ -5069,7 +5069,7 @@ export function __wbg_randomFillSync_ac0988aba3254290() {
|
|
|
5069
5069
|
}, arguments);
|
|
5070
5070
|
}
|
|
5071
5071
|
|
|
5072
|
-
export function
|
|
5072
|
+
export function __wbg_remove_969dd61f772a6be5() {
|
|
5073
5073
|
return handleError(function (arg0, arg1, arg2) {
|
|
5074
5074
|
let deferred0_0;
|
|
5075
5075
|
let deferred0_1;
|
|
@@ -5084,7 +5084,7 @@ export function __wbg_remove_3bf97e854da9e7c3() {
|
|
|
5084
5084
|
}, arguments);
|
|
5085
5085
|
}
|
|
5086
5086
|
|
|
5087
|
-
export function
|
|
5087
|
+
export function __wbg_remove_ad41af866afba88d() {
|
|
5088
5088
|
return handleError(function (arg0, arg1, arg2) {
|
|
5089
5089
|
let deferred0_0;
|
|
5090
5090
|
let deferred0_1;
|
|
@@ -5130,7 +5130,7 @@ export function __wbg_setTimeout_ca12ead8b48245e2(arg0, arg1) {
|
|
|
5130
5130
|
return addHeapObject(ret);
|
|
5131
5131
|
}
|
|
5132
5132
|
|
|
5133
|
-
export function
|
|
5133
|
+
export function __wbg_set_2ac07f6d3b9085dc() {
|
|
5134
5134
|
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5135
5135
|
let deferred0_0;
|
|
5136
5136
|
let deferred0_1;
|
|
@@ -5166,7 +5166,7 @@ export function __wbg_set_credentials_f621cd2d85c0c228(arg0, arg1) {
|
|
|
5166
5166
|
getObject(arg0).credentials = __wbindgen_enum_RequestCredentials[arg1];
|
|
5167
5167
|
}
|
|
5168
5168
|
|
|
5169
|
-
export function
|
|
5169
|
+
export function __wbg_set_df50d9f94a5c6857() {
|
|
5170
5170
|
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5171
5171
|
let deferred0_0;
|
|
5172
5172
|
let deferred0_1;
|
|
Binary file
|
|
@@ -446,6 +446,7 @@ export const wasm_bindgen__convert__closures_____invoke__h4f8d9ba9b5b9a009: (
|
|
|
446
446
|
b: number,
|
|
447
447
|
c: number,
|
|
448
448
|
) => void;
|
|
449
|
+
export const wasm_bindgen__closure__destroy__h04ff7fddf688fec6: (a: number, b: number) => void;
|
|
449
450
|
export const wasm_bindgen__closure__destroy__h7b7f88151484c167: (a: number, b: number) => void;
|
|
450
451
|
export const wasm_bindgen__convert__closures_____invoke__hf869d8564f5adb52: (
|
|
451
452
|
a: number,
|
|
@@ -453,7 +454,6 @@ export const wasm_bindgen__convert__closures_____invoke__hf869d8564f5adb52: (
|
|
|
453
454
|
c: number,
|
|
454
455
|
d: number,
|
|
455
456
|
) => void;
|
|
456
|
-
export const wasm_bindgen__closure__destroy__h04ff7fddf688fec6: (a: number, b: number) => void;
|
|
457
457
|
export const wasm_bindgen__convert__closures_____invoke__h4096c3b930b983e7: (
|
|
458
458
|
a: number,
|
|
459
459
|
b: number,
|