@bitwarden/sdk-internal 0.2.0-main.436 → 0.2.0-main.437
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 +39 -39
- 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 +43 -43
- package/node/bitwarden_wasm_internal_bg.wasm +0 -0
- package/node/bitwarden_wasm_internal_bg.wasm.d.ts +8 -8
- package/package.json +1 -1
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
0ef1ca6395d317f608c3736a88718d02c76e3f28
|
|
@@ -882,14 +882,6 @@ export function isGetFolderError(error) {
|
|
|
882
882
|
}
|
|
883
883
|
}
|
|
884
884
|
|
|
885
|
-
function wasm_bindgen__convert__closures_____invoke__h8043935442c5d178(arg0, arg1, arg2) {
|
|
886
|
-
wasm.wasm_bindgen__convert__closures_____invoke__h8043935442c5d178(
|
|
887
|
-
arg0,
|
|
888
|
-
arg1,
|
|
889
|
-
addHeapObject(arg2),
|
|
890
|
-
);
|
|
891
|
-
}
|
|
892
|
-
|
|
893
885
|
function wasm_bindgen__convert__closures_____invoke__h62b881a194105b80(arg0, arg1) {
|
|
894
886
|
wasm.wasm_bindgen__convert__closures_____invoke__h62b881a194105b80(arg0, arg1);
|
|
895
887
|
}
|
|
@@ -913,6 +905,14 @@ function wasm_bindgen__convert__closures_____invoke__hdcab5206aa3b5a3d(arg0, arg
|
|
|
913
905
|
}
|
|
914
906
|
}
|
|
915
907
|
|
|
908
|
+
function wasm_bindgen__convert__closures_____invoke__h8043935442c5d178(arg0, arg1, arg2) {
|
|
909
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h8043935442c5d178(
|
|
910
|
+
arg0,
|
|
911
|
+
arg1,
|
|
912
|
+
addHeapObject(arg2),
|
|
913
|
+
);
|
|
914
|
+
}
|
|
915
|
+
|
|
916
916
|
function wasm_bindgen__convert__closures_____invoke__h92667cd2c3a9eee2(arg0, arg1, arg2, arg3) {
|
|
917
917
|
wasm.wasm_bindgen__convert__closures_____invoke__h92667cd2c3a9eee2(
|
|
918
918
|
arg0,
|
|
@@ -4602,7 +4602,7 @@ export function __wbg_call_e762c39fa8ea36bf() {
|
|
|
4602
4602
|
}, arguments);
|
|
4603
4603
|
}
|
|
4604
4604
|
|
|
4605
|
-
export function
|
|
4605
|
+
export function __wbg_cipher_0c36627f8f30cc7e(arg0) {
|
|
4606
4606
|
const ret = getObject(arg0).cipher;
|
|
4607
4607
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
4608
4608
|
}
|
|
@@ -4695,7 +4695,7 @@ export function __wbg_fetch_f8ba0e29a9d6de0d(arg0, arg1) {
|
|
|
4695
4695
|
return addHeapObject(ret);
|
|
4696
4696
|
}
|
|
4697
4697
|
|
|
4698
|
-
export function
|
|
4698
|
+
export function __wbg_folder_10fbce592672ac71(arg0) {
|
|
4699
4699
|
const ret = getObject(arg0).folder;
|
|
4700
4700
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
4701
4701
|
}
|
|
@@ -4728,24 +4728,7 @@ export function __wbg_getTime_14776bfb48a1bff9(arg0) {
|
|
|
4728
4728
|
return ret;
|
|
4729
4729
|
}
|
|
4730
4730
|
|
|
4731
|
-
export function
|
|
4732
|
-
const ret = getObject(arg0)[arg1 >>> 0];
|
|
4733
|
-
return addHeapObject(ret);
|
|
4734
|
-
}
|
|
4735
|
-
|
|
4736
|
-
export function __wbg_get_access_token_4bf3517a5991fd37(arg0) {
|
|
4737
|
-
const ret = getObject(arg0).get_access_token();
|
|
4738
|
-
return addHeapObject(ret);
|
|
4739
|
-
}
|
|
4740
|
-
|
|
4741
|
-
export function __wbg_get_efcb449f58ec27c2() {
|
|
4742
|
-
return handleError(function (arg0, arg1) {
|
|
4743
|
-
const ret = Reflect.get(getObject(arg0), getObject(arg1));
|
|
4744
|
-
return addHeapObject(ret);
|
|
4745
|
-
}, arguments);
|
|
4746
|
-
}
|
|
4747
|
-
|
|
4748
|
-
export function __wbg_get_f4ab009a17320067() {
|
|
4731
|
+
export function __wbg_get_2a39e9542c1cdc94() {
|
|
4749
4732
|
return handleError(function (arg0, arg1, arg2) {
|
|
4750
4733
|
let deferred0_0;
|
|
4751
4734
|
let deferred0_1;
|
|
@@ -4760,7 +4743,12 @@ export function __wbg_get_f4ab009a17320067() {
|
|
|
4760
4743
|
}, arguments);
|
|
4761
4744
|
}
|
|
4762
4745
|
|
|
4763
|
-
export function
|
|
4746
|
+
export function __wbg_get_7bed016f185add81(arg0, arg1) {
|
|
4747
|
+
const ret = getObject(arg0)[arg1 >>> 0];
|
|
4748
|
+
return addHeapObject(ret);
|
|
4749
|
+
}
|
|
4750
|
+
|
|
4751
|
+
export function __wbg_get_a500a1cf45d12e9b() {
|
|
4764
4752
|
return handleError(function (arg0, arg1, arg2) {
|
|
4765
4753
|
let deferred0_0;
|
|
4766
4754
|
let deferred0_1;
|
|
@@ -4775,6 +4763,18 @@ export function __wbg_get_f722e201eb524bb0() {
|
|
|
4775
4763
|
}, arguments);
|
|
4776
4764
|
}
|
|
4777
4765
|
|
|
4766
|
+
export function __wbg_get_access_token_acb10922a5e768ad(arg0) {
|
|
4767
|
+
const ret = getObject(arg0).get_access_token();
|
|
4768
|
+
return addHeapObject(ret);
|
|
4769
|
+
}
|
|
4770
|
+
|
|
4771
|
+
export function __wbg_get_efcb449f58ec27c2() {
|
|
4772
|
+
return handleError(function (arg0, arg1) {
|
|
4773
|
+
const ret = Reflect.get(getObject(arg0), getObject(arg1));
|
|
4774
|
+
return addHeapObject(ret);
|
|
4775
|
+
}, arguments);
|
|
4776
|
+
}
|
|
4777
|
+
|
|
4778
4778
|
export function __wbg_get_with_ref_key_1dc361bd10053bfe(arg0, arg1) {
|
|
4779
4779
|
const ret = getObject(arg0)[getObject(arg1)];
|
|
4780
4780
|
return addHeapObject(ret);
|
|
@@ -4959,14 +4959,14 @@ export function __wbg_length_cdd215e10d9dd507(arg0) {
|
|
|
4959
4959
|
return ret;
|
|
4960
4960
|
}
|
|
4961
4961
|
|
|
4962
|
-
export function
|
|
4962
|
+
export function __wbg_list_87882139240c53e2() {
|
|
4963
4963
|
return handleError(function (arg0) {
|
|
4964
4964
|
const ret = getObject(arg0).list();
|
|
4965
4965
|
return addHeapObject(ret);
|
|
4966
4966
|
}, arguments);
|
|
4967
4967
|
}
|
|
4968
4968
|
|
|
4969
|
-
export function
|
|
4969
|
+
export function __wbg_list_cabbe4a6d3e09c15() {
|
|
4970
4970
|
return handleError(function (arg0) {
|
|
4971
4971
|
const ret = getObject(arg0).list();
|
|
4972
4972
|
return addHeapObject(ret);
|
|
@@ -5210,7 +5210,7 @@ export function __wbg_randomFillSync_ac0988aba3254290() {
|
|
|
5210
5210
|
}, arguments);
|
|
5211
5211
|
}
|
|
5212
5212
|
|
|
5213
|
-
export function
|
|
5213
|
+
export function __wbg_remove_491c4cc200722fdc() {
|
|
5214
5214
|
return handleError(function (arg0, arg1, arg2) {
|
|
5215
5215
|
let deferred0_0;
|
|
5216
5216
|
let deferred0_1;
|
|
@@ -5225,7 +5225,7 @@ export function __wbg_remove_85ecf2d53881ab64() {
|
|
|
5225
5225
|
}, arguments);
|
|
5226
5226
|
}
|
|
5227
5227
|
|
|
5228
|
-
export function
|
|
5228
|
+
export function __wbg_remove_ca1a2c33e546529e() {
|
|
5229
5229
|
return handleError(function (arg0, arg1, arg2) {
|
|
5230
5230
|
let deferred0_0;
|
|
5231
5231
|
let deferred0_1;
|
|
@@ -5295,7 +5295,11 @@ export function __wbg_set_c2abbebe8b9ebee1() {
|
|
|
5295
5295
|
}, arguments);
|
|
5296
5296
|
}
|
|
5297
5297
|
|
|
5298
|
-
export function
|
|
5298
|
+
export function __wbg_set_credentials_f621cd2d85c0c228(arg0, arg1) {
|
|
5299
|
+
getObject(arg0).credentials = __wbindgen_enum_RequestCredentials[arg1];
|
|
5300
|
+
}
|
|
5301
|
+
|
|
5302
|
+
export function __wbg_set_dd61f32bc8ce7525() {
|
|
5299
5303
|
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5300
5304
|
let deferred0_0;
|
|
5301
5305
|
let deferred0_1;
|
|
@@ -5310,11 +5314,7 @@ export function __wbg_set_cc3d0f84989c5082() {
|
|
|
5310
5314
|
}, arguments);
|
|
5311
5315
|
}
|
|
5312
5316
|
|
|
5313
|
-
export function
|
|
5314
|
-
getObject(arg0).credentials = __wbindgen_enum_RequestCredentials[arg1];
|
|
5315
|
-
}
|
|
5316
|
-
|
|
5317
|
-
export function __wbg_set_d41196ff4da7a971() {
|
|
5317
|
+
export function __wbg_set_f3daacef771cf194() {
|
|
5318
5318
|
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5319
5319
|
let deferred0_0;
|
|
5320
5320
|
let deferred0_1;
|
|
Binary file
|
|
@@ -450,17 +450,10 @@ export const __wbg_get_outgoingmessage_destination: (a: number) => number;
|
|
|
450
450
|
export const __wbg_registrationclient_free: (a: number, b: number) => void;
|
|
451
451
|
export const __wbg_set_outgoingmessage_destination: (a: number, b: number) => void;
|
|
452
452
|
export const __wbg_cryptoclient_free: (a: number, b: number) => void;
|
|
453
|
-
export const wasm_bindgen__convert__closures_____invoke__h8043935442c5d178: (
|
|
454
|
-
a: number,
|
|
455
|
-
b: number,
|
|
456
|
-
c: number,
|
|
457
|
-
) => void;
|
|
458
|
-
export const wasm_bindgen__closure__destroy__h4e2596d1eeea1ddd: (a: number, b: number) => void;
|
|
459
453
|
export const wasm_bindgen__convert__closures_____invoke__h62b881a194105b80: (
|
|
460
454
|
a: number,
|
|
461
455
|
b: number,
|
|
462
456
|
) => void;
|
|
463
|
-
export const wasm_bindgen__closure__destroy__h119ee11456c43c2a: (a: number, b: number) => void;
|
|
464
457
|
export const wasm_bindgen__closure__destroy__he95e920b8d9de938: (a: number, b: number) => void;
|
|
465
458
|
export const wasm_bindgen__convert__closures_____invoke__hdcab5206aa3b5a3d: (
|
|
466
459
|
a: number,
|
|
@@ -468,6 +461,13 @@ export const wasm_bindgen__convert__closures_____invoke__hdcab5206aa3b5a3d: (
|
|
|
468
461
|
c: number,
|
|
469
462
|
d: number,
|
|
470
463
|
) => void;
|
|
464
|
+
export const wasm_bindgen__closure__destroy__h119ee11456c43c2a: (a: number, b: number) => void;
|
|
465
|
+
export const wasm_bindgen__convert__closures_____invoke__h8043935442c5d178: (
|
|
466
|
+
a: number,
|
|
467
|
+
b: number,
|
|
468
|
+
c: number,
|
|
469
|
+
) => void;
|
|
470
|
+
export const wasm_bindgen__closure__destroy__h4e2596d1eeea1ddd: (a: number, b: number) => void;
|
|
471
471
|
export const wasm_bindgen__convert__closures_____invoke__h92667cd2c3a9eee2: (
|
|
472
472
|
a: number,
|
|
473
473
|
b: number,
|