@bitwarden/sdk-internal 0.2.0-main.432 → 0.2.0-main.434
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 +29 -29
- 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 +29 -29
- 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
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
a28e6010ad16604f3b5852066c388c22eb0f48fc
|
|
@@ -882,6 +882,10 @@ export function isGetFolderError(error) {
|
|
|
882
882
|
}
|
|
883
883
|
}
|
|
884
884
|
|
|
885
|
+
function wasm_bindgen__convert__closures_____invoke__h1920d8a7b3007373(arg0, arg1) {
|
|
886
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h1920d8a7b3007373(arg0, arg1);
|
|
887
|
+
}
|
|
888
|
+
|
|
885
889
|
function wasm_bindgen__convert__closures_____invoke__hea2276c16b64824b(arg0, arg1, arg2) {
|
|
886
890
|
try {
|
|
887
891
|
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
@@ -901,10 +905,6 @@ function wasm_bindgen__convert__closures_____invoke__hea2276c16b64824b(arg0, arg
|
|
|
901
905
|
}
|
|
902
906
|
}
|
|
903
907
|
|
|
904
|
-
function wasm_bindgen__convert__closures_____invoke__h1920d8a7b3007373(arg0, arg1) {
|
|
905
|
-
wasm.wasm_bindgen__convert__closures_____invoke__h1920d8a7b3007373(arg0, arg1);
|
|
906
|
-
}
|
|
907
|
-
|
|
908
908
|
function wasm_bindgen__convert__closures_____invoke__h4c674a07d62b8820(arg0, arg1, arg2) {
|
|
909
909
|
wasm.wasm_bindgen__convert__closures_____invoke__h4c674a07d62b8820(
|
|
910
910
|
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_dc744c7a90bf0dca(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_c429c35fce1122c9(arg0) {
|
|
4699
4699
|
const ret = getObject(arg0).folder;
|
|
4700
4700
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
4701
4701
|
}
|
|
@@ -4728,12 +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_abe7fcfec2b761bc() {
|
|
4731
|
+
export function __wbg_get_64ea302847f9968b() {
|
|
4737
4732
|
return handleError(function (arg0, arg1, arg2) {
|
|
4738
4733
|
let deferred0_0;
|
|
4739
4734
|
let deferred0_1;
|
|
@@ -4748,12 +4743,7 @@ export function __wbg_get_abe7fcfec2b761bc() {
|
|
|
4748
4743
|
}, arguments);
|
|
4749
4744
|
}
|
|
4750
4745
|
|
|
4751
|
-
export function
|
|
4752
|
-
const ret = getObject(arg0).get_access_token();
|
|
4753
|
-
return addHeapObject(ret);
|
|
4754
|
-
}
|
|
4755
|
-
|
|
4756
|
-
export function __wbg_get_d9f25c85cbbe093e() {
|
|
4746
|
+
export function __wbg_get_67b7db44237fed1a() {
|
|
4757
4747
|
return handleError(function (arg0, arg1, arg2) {
|
|
4758
4748
|
let deferred0_0;
|
|
4759
4749
|
let deferred0_1;
|
|
@@ -4768,6 +4758,16 @@ export function __wbg_get_d9f25c85cbbe093e() {
|
|
|
4768
4758
|
}, arguments);
|
|
4769
4759
|
}
|
|
4770
4760
|
|
|
4761
|
+
export function __wbg_get_7bed016f185add81(arg0, arg1) {
|
|
4762
|
+
const ret = getObject(arg0)[arg1 >>> 0];
|
|
4763
|
+
return addHeapObject(ret);
|
|
4764
|
+
}
|
|
4765
|
+
|
|
4766
|
+
export function __wbg_get_access_token_9452186249787cca(arg0) {
|
|
4767
|
+
const ret = getObject(arg0).get_access_token();
|
|
4768
|
+
return addHeapObject(ret);
|
|
4769
|
+
}
|
|
4770
|
+
|
|
4771
4771
|
export function __wbg_get_efcb449f58ec27c2() {
|
|
4772
4772
|
return handleError(function (arg0, arg1) {
|
|
4773
4773
|
const ret = Reflect.get(getObject(arg0), getObject(arg1));
|
|
@@ -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_100306996c5a5d07() {
|
|
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_645f068e2e4d0c5b() {
|
|
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_7cceb9e1fe991113() {
|
|
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_cb8f1f3a20720068() {
|
|
|
5225
5225
|
}, arguments);
|
|
5226
5226
|
}
|
|
5227
5227
|
|
|
5228
|
-
export function
|
|
5228
|
+
export function __wbg_remove_bc6c297db829f17d() {
|
|
5229
5229
|
return handleError(function (arg0, arg1, arg2) {
|
|
5230
5230
|
let deferred0_0;
|
|
5231
5231
|
let deferred0_1;
|
|
@@ -5271,7 +5271,7 @@ export function __wbg_setTimeout_ca12ead8b48245e2(arg0, arg1) {
|
|
|
5271
5271
|
return addHeapObject(ret);
|
|
5272
5272
|
}
|
|
5273
5273
|
|
|
5274
|
-
export function
|
|
5274
|
+
export function __wbg_set_26f95519d06bd003() {
|
|
5275
5275
|
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5276
5276
|
let deferred0_0;
|
|
5277
5277
|
let deferred0_1;
|
|
@@ -5290,12 +5290,7 @@ export function __wbg_set_3f1d0b984ed272ed(arg0, arg1, arg2) {
|
|
|
5290
5290
|
getObject(arg0)[takeObject(arg1)] = takeObject(arg2);
|
|
5291
5291
|
}
|
|
5292
5292
|
|
|
5293
|
-
export function
|
|
5294
|
-
const ret = getObject(arg0).set(getObject(arg1), getObject(arg2));
|
|
5295
|
-
return addHeapObject(ret);
|
|
5296
|
-
}
|
|
5297
|
-
|
|
5298
|
-
export function __wbg_set_aa991687f3fd23fe() {
|
|
5293
|
+
export function __wbg_set_54cab6cf22747d0c() {
|
|
5299
5294
|
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5300
5295
|
let deferred0_0;
|
|
5301
5296
|
let deferred0_1;
|
|
@@ -5310,6 +5305,11 @@ export function __wbg_set_aa991687f3fd23fe() {
|
|
|
5310
5305
|
}, arguments);
|
|
5311
5306
|
}
|
|
5312
5307
|
|
|
5308
|
+
export function __wbg_set_907fb406c34a251d(arg0, arg1, arg2) {
|
|
5309
|
+
const ret = getObject(arg0).set(getObject(arg1), getObject(arg2));
|
|
5310
|
+
return addHeapObject(ret);
|
|
5311
|
+
}
|
|
5312
|
+
|
|
5313
5313
|
export function __wbg_set_body_3c365989753d61f4(arg0, arg1) {
|
|
5314
5314
|
getObject(arg0).body = getObject(arg1);
|
|
5315
5315
|
}
|
|
Binary file
|
|
@@ -450,6 +450,11 @@ 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__h1920d8a7b3007373: (
|
|
454
|
+
a: number,
|
|
455
|
+
b: number,
|
|
456
|
+
) => void;
|
|
457
|
+
export const wasm_bindgen__closure__destroy__h591e0f2efd143068: (a: number, b: number) => void;
|
|
453
458
|
export const wasm_bindgen__convert__closures_____invoke__hea2276c16b64824b: (
|
|
454
459
|
a: number,
|
|
455
460
|
b: number,
|
|
@@ -457,17 +462,12 @@ export const wasm_bindgen__convert__closures_____invoke__hea2276c16b64824b: (
|
|
|
457
462
|
d: number,
|
|
458
463
|
) => void;
|
|
459
464
|
export const wasm_bindgen__closure__destroy__h563da61d09f48819: (a: number, b: number) => void;
|
|
460
|
-
export const wasm_bindgen__convert__closures_____invoke__h1920d8a7b3007373: (
|
|
461
|
-
a: number,
|
|
462
|
-
b: number,
|
|
463
|
-
) => void;
|
|
464
|
-
export const wasm_bindgen__closure__destroy__h602c026e8307a31b: (a: number, b: number) => void;
|
|
465
|
-
export const wasm_bindgen__closure__destroy__h591e0f2efd143068: (a: number, b: number) => void;
|
|
466
465
|
export const wasm_bindgen__convert__closures_____invoke__h4c674a07d62b8820: (
|
|
467
466
|
a: number,
|
|
468
467
|
b: number,
|
|
469
468
|
c: number,
|
|
470
469
|
) => void;
|
|
470
|
+
export const wasm_bindgen__closure__destroy__h602c026e8307a31b: (a: number, b: number) => void;
|
|
471
471
|
export const wasm_bindgen__convert__closures_____invoke__h0cb536241502fe83: (
|
|
472
472
|
a: number,
|
|
473
473
|
b: number,
|