@bitwarden/sdk-internal 0.2.0-main.414 → 0.2.0-main.415
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 +31 -31
- 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 +35 -35
- package/node/bitwarden_wasm_internal_bg.wasm +0 -0
- package/node/bitwarden_wasm_internal_bg.wasm.d.ts +6 -6
- package/package.json +1 -1
|
@@ -872,6 +872,10 @@ exports.isGetFolderError = function (error) {
|
|
|
872
872
|
}
|
|
873
873
|
};
|
|
874
874
|
|
|
875
|
+
function wasm_bindgen__convert__closures_____invoke__h4eff94a44eff58c2(arg0, arg1) {
|
|
876
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h4eff94a44eff58c2(arg0, arg1);
|
|
877
|
+
}
|
|
878
|
+
|
|
875
879
|
function wasm_bindgen__convert__closures_____invoke__h05da89f3ce503b8f(arg0, arg1, arg2) {
|
|
876
880
|
wasm.wasm_bindgen__convert__closures_____invoke__h05da89f3ce503b8f(
|
|
877
881
|
arg0,
|
|
@@ -880,10 +884,6 @@ function wasm_bindgen__convert__closures_____invoke__h05da89f3ce503b8f(arg0, arg
|
|
|
880
884
|
);
|
|
881
885
|
}
|
|
882
886
|
|
|
883
|
-
function wasm_bindgen__convert__closures_____invoke__h4eff94a44eff58c2(arg0, arg1) {
|
|
884
|
-
wasm.wasm_bindgen__convert__closures_____invoke__h4eff94a44eff58c2(arg0, arg1);
|
|
885
|
-
}
|
|
886
|
-
|
|
887
887
|
function wasm_bindgen__convert__closures_____invoke__h389a5517bdf6e196(arg0, arg1, arg2) {
|
|
888
888
|
try {
|
|
889
889
|
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
@@ -4642,7 +4642,7 @@ exports.__wbg_call_e762c39fa8ea36bf = function () {
|
|
|
4642
4642
|
}, arguments);
|
|
4643
4643
|
};
|
|
4644
4644
|
|
|
4645
|
-
exports.
|
|
4645
|
+
exports.__wbg_cipher_5a5a0b8adb484607 = function (arg0) {
|
|
4646
4646
|
const ret = getObject(arg0).cipher;
|
|
4647
4647
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
4648
4648
|
};
|
|
@@ -4735,7 +4735,7 @@ exports.__wbg_fetch_f8ba0e29a9d6de0d = function (arg0, arg1) {
|
|
|
4735
4735
|
return addHeapObject(ret);
|
|
4736
4736
|
};
|
|
4737
4737
|
|
|
4738
|
-
exports.
|
|
4738
|
+
exports.__wbg_folder_5afab4a97d025253 = function (arg0) {
|
|
4739
4739
|
const ret = getObject(arg0).folder;
|
|
4740
4740
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
4741
4741
|
};
|
|
@@ -4768,7 +4768,12 @@ exports.__wbg_getTime_14776bfb48a1bff9 = function (arg0) {
|
|
|
4768
4768
|
return ret;
|
|
4769
4769
|
};
|
|
4770
4770
|
|
|
4771
|
-
exports.
|
|
4771
|
+
exports.__wbg_get_7bed016f185add81 = function (arg0, arg1) {
|
|
4772
|
+
const ret = getObject(arg0)[arg1 >>> 0];
|
|
4773
|
+
return addHeapObject(ret);
|
|
4774
|
+
};
|
|
4775
|
+
|
|
4776
|
+
exports.__wbg_get_97310884b352bead = function () {
|
|
4772
4777
|
return handleError(function (arg0, arg1, arg2) {
|
|
4773
4778
|
let deferred0_0;
|
|
4774
4779
|
let deferred0_1;
|
|
@@ -4783,12 +4788,12 @@ exports.__wbg_get_77b89488c803cd62 = function () {
|
|
|
4783
4788
|
}, arguments);
|
|
4784
4789
|
};
|
|
4785
4790
|
|
|
4786
|
-
exports.
|
|
4787
|
-
const ret = getObject(arg0)
|
|
4791
|
+
exports.__wbg_get_access_token_4647ebc3da76a0f5 = function (arg0) {
|
|
4792
|
+
const ret = getObject(arg0).get_access_token();
|
|
4788
4793
|
return addHeapObject(ret);
|
|
4789
4794
|
};
|
|
4790
4795
|
|
|
4791
|
-
exports.
|
|
4796
|
+
exports.__wbg_get_df478dbdc2d81948 = function () {
|
|
4792
4797
|
return handleError(function (arg0, arg1, arg2) {
|
|
4793
4798
|
let deferred0_0;
|
|
4794
4799
|
let deferred0_1;
|
|
@@ -4803,11 +4808,6 @@ exports.__wbg_get_abf89f08a81fc2c3 = function () {
|
|
|
4803
4808
|
}, arguments);
|
|
4804
4809
|
};
|
|
4805
4810
|
|
|
4806
|
-
exports.__wbg_get_access_token_669c5ac30a03c2fb = function (arg0) {
|
|
4807
|
-
const ret = getObject(arg0).get_access_token();
|
|
4808
|
-
return addHeapObject(ret);
|
|
4809
|
-
};
|
|
4810
|
-
|
|
4811
4811
|
exports.__wbg_get_efcb449f58ec27c2 = function () {
|
|
4812
4812
|
return handleError(function (arg0, arg1) {
|
|
4813
4813
|
const ret = Reflect.get(getObject(arg0), getObject(arg1));
|
|
@@ -4999,14 +4999,14 @@ exports.__wbg_length_cdd215e10d9dd507 = function (arg0) {
|
|
|
4999
4999
|
return ret;
|
|
5000
5000
|
};
|
|
5001
5001
|
|
|
5002
|
-
exports.
|
|
5002
|
+
exports.__wbg_list_22d21ea007760b38 = function () {
|
|
5003
5003
|
return handleError(function (arg0) {
|
|
5004
5004
|
const ret = getObject(arg0).list();
|
|
5005
5005
|
return addHeapObject(ret);
|
|
5006
5006
|
}, arguments);
|
|
5007
5007
|
};
|
|
5008
5008
|
|
|
5009
|
-
exports.
|
|
5009
|
+
exports.__wbg_list_f7701da2cc8847cf = function () {
|
|
5010
5010
|
return handleError(function (arg0) {
|
|
5011
5011
|
const ret = getObject(arg0).list();
|
|
5012
5012
|
return addHeapObject(ret);
|
|
@@ -5250,7 +5250,7 @@ exports.__wbg_randomFillSync_ac0988aba3254290 = function () {
|
|
|
5250
5250
|
}, arguments);
|
|
5251
5251
|
};
|
|
5252
5252
|
|
|
5253
|
-
exports.
|
|
5253
|
+
exports.__wbg_remove_1014a38f83c1fc60 = function () {
|
|
5254
5254
|
return handleError(function (arg0, arg1, arg2) {
|
|
5255
5255
|
let deferred0_0;
|
|
5256
5256
|
let deferred0_1;
|
|
@@ -5265,7 +5265,7 @@ exports.__wbg_remove_3a2f9b397f8853a4 = function () {
|
|
|
5265
5265
|
}, arguments);
|
|
5266
5266
|
};
|
|
5267
5267
|
|
|
5268
|
-
exports.
|
|
5268
|
+
exports.__wbg_remove_3875db376304e308 = function () {
|
|
5269
5269
|
return handleError(function (arg0, arg1, arg2) {
|
|
5270
5270
|
let deferred0_0;
|
|
5271
5271
|
let deferred0_1;
|
|
@@ -5320,22 +5320,7 @@ exports.__wbg_set_907fb406c34a251d = function (arg0, arg1, arg2) {
|
|
|
5320
5320
|
return addHeapObject(ret);
|
|
5321
5321
|
};
|
|
5322
5322
|
|
|
5323
|
-
exports.
|
|
5324
|
-
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5325
|
-
let deferred0_0;
|
|
5326
|
-
let deferred0_1;
|
|
5327
|
-
try {
|
|
5328
|
-
deferred0_0 = arg1;
|
|
5329
|
-
deferred0_1 = arg2;
|
|
5330
|
-
const ret = getObject(arg0).set(getStringFromWasm0(arg1, arg2), takeObject(arg3));
|
|
5331
|
-
return addHeapObject(ret);
|
|
5332
|
-
} finally {
|
|
5333
|
-
wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
|
|
5334
|
-
}
|
|
5335
|
-
}, arguments);
|
|
5336
|
-
};
|
|
5337
|
-
|
|
5338
|
-
exports.__wbg_set_b2b1523fb974ffff = function () {
|
|
5323
|
+
exports.__wbg_set_bf26e0bd37f5f7b6 = function () {
|
|
5339
5324
|
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5340
5325
|
let deferred0_0;
|
|
5341
5326
|
let deferred0_1;
|
|
@@ -5369,6 +5354,21 @@ exports.__wbg_set_credentials_f621cd2d85c0c228 = function (arg0, arg1) {
|
|
|
5369
5354
|
getObject(arg0).credentials = __wbindgen_enum_RequestCredentials[arg1];
|
|
5370
5355
|
};
|
|
5371
5356
|
|
|
5357
|
+
exports.__wbg_set_da2ae31dc1f44d6c = function () {
|
|
5358
|
+
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5359
|
+
let deferred0_0;
|
|
5360
|
+
let deferred0_1;
|
|
5361
|
+
try {
|
|
5362
|
+
deferred0_0 = arg1;
|
|
5363
|
+
deferred0_1 = arg2;
|
|
5364
|
+
const ret = getObject(arg0).set(getStringFromWasm0(arg1, arg2), takeObject(arg3));
|
|
5365
|
+
return addHeapObject(ret);
|
|
5366
|
+
} finally {
|
|
5367
|
+
wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
|
|
5368
|
+
}
|
|
5369
|
+
}, arguments);
|
|
5370
|
+
};
|
|
5371
|
+
|
|
5372
5372
|
exports.__wbg_set_headers_6926da238cd32ee4 = function (arg0, arg1) {
|
|
5373
5373
|
getObject(arg0).headers = getObject(arg1);
|
|
5374
5374
|
};
|
|
Binary file
|
|
@@ -450,18 +450,18 @@ 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__h05da89f3ce503b8f: (
|
|
454
|
-
a: number,
|
|
455
|
-
b: number,
|
|
456
|
-
c: number,
|
|
457
|
-
) => void;
|
|
458
|
-
export const wasm_bindgen__closure__destroy__h003cf2eb90144982: (a: number, b: number) => void;
|
|
459
453
|
export const wasm_bindgen__convert__closures_____invoke__h4eff94a44eff58c2: (
|
|
460
454
|
a: number,
|
|
461
455
|
b: number,
|
|
462
456
|
) => void;
|
|
463
457
|
export const wasm_bindgen__closure__destroy__he41cbbdbe831f2ac: (a: number, b: number) => void;
|
|
464
458
|
export const wasm_bindgen__closure__destroy__h591e0f2efd143068: (a: number, b: number) => void;
|
|
459
|
+
export const wasm_bindgen__convert__closures_____invoke__h05da89f3ce503b8f: (
|
|
460
|
+
a: number,
|
|
461
|
+
b: number,
|
|
462
|
+
c: number,
|
|
463
|
+
) => void;
|
|
464
|
+
export const wasm_bindgen__closure__destroy__h003cf2eb90144982: (a: number, b: number) => void;
|
|
465
465
|
export const wasm_bindgen__convert__closures_____invoke__h389a5517bdf6e196: (
|
|
466
466
|
a: number,
|
|
467
467
|
b: number,
|