@bitwarden/commercial-sdk-internal 0.2.0-main.378 → 0.2.0-main.380
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 +71 -71
- 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 +71 -71
- 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
|
@@ -865,22 +865,22 @@ exports.isEncryptFileError = function (error) {
|
|
|
865
865
|
}
|
|
866
866
|
};
|
|
867
867
|
|
|
868
|
-
function
|
|
869
|
-
wasm.
|
|
868
|
+
function wasm_bindgen__convert__closures_____invoke__h76c71c1158b6af01(arg0, arg1) {
|
|
869
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h76c71c1158b6af01(arg0, arg1);
|
|
870
|
+
}
|
|
871
|
+
|
|
872
|
+
function wasm_bindgen__convert__closures_____invoke__h83a98c89c87b6d3f(arg0, arg1, arg2) {
|
|
873
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h83a98c89c87b6d3f(
|
|
870
874
|
arg0,
|
|
871
875
|
arg1,
|
|
872
876
|
addHeapObject(arg2),
|
|
873
877
|
);
|
|
874
878
|
}
|
|
875
879
|
|
|
876
|
-
function
|
|
877
|
-
wasm.wasm_bindgen__convert__closures_____invoke__h76c71c1158b6af01(arg0, arg1);
|
|
878
|
-
}
|
|
879
|
-
|
|
880
|
-
function wasm_bindgen__convert__closures_____invoke__hf869d8564f5adb52(arg0, arg1, arg2) {
|
|
880
|
+
function wasm_bindgen__convert__closures_____invoke__h905452fe3225e8dd(arg0, arg1, arg2) {
|
|
881
881
|
try {
|
|
882
882
|
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
883
|
-
wasm.
|
|
883
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h905452fe3225e8dd(
|
|
884
884
|
retptr,
|
|
885
885
|
arg0,
|
|
886
886
|
arg1,
|
|
@@ -4555,7 +4555,7 @@ exports.__wbg_call_e762c39fa8ea36bf = function () {
|
|
|
4555
4555
|
}, arguments);
|
|
4556
4556
|
};
|
|
4557
4557
|
|
|
4558
|
-
exports.
|
|
4558
|
+
exports.__wbg_cipher_40c7cde35dfcf840 = function (arg0) {
|
|
4559
4559
|
const ret = getObject(arg0).cipher;
|
|
4560
4560
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
4561
4561
|
};
|
|
@@ -4635,7 +4635,7 @@ exports.__wbg_fetch_f8ba0e29a9d6de0d = function (arg0, arg1) {
|
|
|
4635
4635
|
return addHeapObject(ret);
|
|
4636
4636
|
};
|
|
4637
4637
|
|
|
4638
|
-
exports.
|
|
4638
|
+
exports.__wbg_folder_e45d128773517bde = function (arg0) {
|
|
4639
4639
|
const ret = getObject(arg0).folder;
|
|
4640
4640
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
4641
4641
|
};
|
|
@@ -4662,7 +4662,17 @@ exports.__wbg_getTime_14776bfb48a1bff9 = function (arg0) {
|
|
|
4662
4662
|
return ret;
|
|
4663
4663
|
};
|
|
4664
4664
|
|
|
4665
|
-
exports.
|
|
4665
|
+
exports.__wbg_get_7bed016f185add81 = function (arg0, arg1) {
|
|
4666
|
+
const ret = getObject(arg0)[arg1 >>> 0];
|
|
4667
|
+
return addHeapObject(ret);
|
|
4668
|
+
};
|
|
4669
|
+
|
|
4670
|
+
exports.__wbg_get_access_token_4d3b8dad95b8ed3c = function (arg0) {
|
|
4671
|
+
const ret = getObject(arg0).get_access_token();
|
|
4672
|
+
return addHeapObject(ret);
|
|
4673
|
+
};
|
|
4674
|
+
|
|
4675
|
+
exports.__wbg_get_d312b5e8ace7629e = function () {
|
|
4666
4676
|
return handleError(function (arg0, arg1, arg2) {
|
|
4667
4677
|
let deferred0_0;
|
|
4668
4678
|
let deferred0_1;
|
|
@@ -4677,7 +4687,7 @@ exports.__wbg_get_0d2f5dac033f38bb = function () {
|
|
|
4677
4687
|
}, arguments);
|
|
4678
4688
|
};
|
|
4679
4689
|
|
|
4680
|
-
exports.
|
|
4690
|
+
exports.__wbg_get_e56bc7323232c1c4 = function () {
|
|
4681
4691
|
return handleError(function (arg0, arg1, arg2) {
|
|
4682
4692
|
let deferred0_0;
|
|
4683
4693
|
let deferred0_1;
|
|
@@ -4692,16 +4702,6 @@ exports.__wbg_get_5ec62b2861581cf6 = function () {
|
|
|
4692
4702
|
}, arguments);
|
|
4693
4703
|
};
|
|
4694
4704
|
|
|
4695
|
-
exports.__wbg_get_7bed016f185add81 = function (arg0, arg1) {
|
|
4696
|
-
const ret = getObject(arg0)[arg1 >>> 0];
|
|
4697
|
-
return addHeapObject(ret);
|
|
4698
|
-
};
|
|
4699
|
-
|
|
4700
|
-
exports.__wbg_get_access_token_8b9db8f6224b6de2 = function (arg0) {
|
|
4701
|
-
const ret = getObject(arg0).get_access_token();
|
|
4702
|
-
return addHeapObject(ret);
|
|
4703
|
-
};
|
|
4704
|
-
|
|
4705
4705
|
exports.__wbg_get_efcb449f58ec27c2 = function () {
|
|
4706
4706
|
return handleError(function (arg0, arg1) {
|
|
4707
4707
|
const ret = Reflect.get(getObject(arg0), getObject(arg1));
|
|
@@ -4889,14 +4889,14 @@ exports.__wbg_length_cdd215e10d9dd507 = function (arg0) {
|
|
|
4889
4889
|
return ret;
|
|
4890
4890
|
};
|
|
4891
4891
|
|
|
4892
|
-
exports.
|
|
4892
|
+
exports.__wbg_list_5fd820b9815abc3d = function () {
|
|
4893
4893
|
return handleError(function (arg0) {
|
|
4894
4894
|
const ret = getObject(arg0).list();
|
|
4895
4895
|
return addHeapObject(ret);
|
|
4896
4896
|
}, arguments);
|
|
4897
4897
|
};
|
|
4898
4898
|
|
|
4899
|
-
exports.
|
|
4899
|
+
exports.__wbg_list_d8f82578c405f016 = function () {
|
|
4900
4900
|
return handleError(function (arg0) {
|
|
4901
4901
|
const ret = getObject(arg0).list();
|
|
4902
4902
|
return addHeapObject(ret);
|
|
@@ -5111,7 +5111,7 @@ exports.__wbg_randomFillSync_ac0988aba3254290 = function () {
|
|
|
5111
5111
|
}, arguments);
|
|
5112
5112
|
};
|
|
5113
5113
|
|
|
5114
|
-
exports.
|
|
5114
|
+
exports.__wbg_remove_151748e537ffdca4 = function () {
|
|
5115
5115
|
return handleError(function (arg0, arg1, arg2) {
|
|
5116
5116
|
let deferred0_0;
|
|
5117
5117
|
let deferred0_1;
|
|
@@ -5126,7 +5126,7 @@ exports.__wbg_remove_04eee23aefa5408c = function () {
|
|
|
5126
5126
|
}, arguments);
|
|
5127
5127
|
};
|
|
5128
5128
|
|
|
5129
|
-
exports.
|
|
5129
|
+
exports.__wbg_remove_4beca4b6a232560c = function () {
|
|
5130
5130
|
return handleError(function (arg0, arg1, arg2) {
|
|
5131
5131
|
let deferred0_0;
|
|
5132
5132
|
let deferred0_1;
|
|
@@ -5172,7 +5172,16 @@ exports.__wbg_setTimeout_ca12ead8b48245e2 = function (arg0, arg1) {
|
|
|
5172
5172
|
return addHeapObject(ret);
|
|
5173
5173
|
};
|
|
5174
5174
|
|
|
5175
|
-
exports.
|
|
5175
|
+
exports.__wbg_set_3f1d0b984ed272ed = function (arg0, arg1, arg2) {
|
|
5176
|
+
getObject(arg0)[takeObject(arg1)] = takeObject(arg2);
|
|
5177
|
+
};
|
|
5178
|
+
|
|
5179
|
+
exports.__wbg_set_907fb406c34a251d = function (arg0, arg1, arg2) {
|
|
5180
|
+
const ret = getObject(arg0).set(getObject(arg1), getObject(arg2));
|
|
5181
|
+
return addHeapObject(ret);
|
|
5182
|
+
};
|
|
5183
|
+
|
|
5184
|
+
exports.__wbg_set_9ae208370a718b80 = function () {
|
|
5176
5185
|
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5177
5186
|
let deferred0_0;
|
|
5178
5187
|
let deferred0_1;
|
|
@@ -5187,28 +5196,7 @@ exports.__wbg_set_27820317fad677ab = function () {
|
|
|
5187
5196
|
}, arguments);
|
|
5188
5197
|
};
|
|
5189
5198
|
|
|
5190
|
-
exports.
|
|
5191
|
-
getObject(arg0)[takeObject(arg1)] = takeObject(arg2);
|
|
5192
|
-
};
|
|
5193
|
-
|
|
5194
|
-
exports.__wbg_set_907fb406c34a251d = function (arg0, arg1, arg2) {
|
|
5195
|
-
const ret = getObject(arg0).set(getObject(arg1), getObject(arg2));
|
|
5196
|
-
return addHeapObject(ret);
|
|
5197
|
-
};
|
|
5198
|
-
|
|
5199
|
-
exports.__wbg_set_body_3c365989753d61f4 = function (arg0, arg1) {
|
|
5200
|
-
getObject(arg0).body = getObject(arg1);
|
|
5201
|
-
};
|
|
5202
|
-
|
|
5203
|
-
exports.__wbg_set_c213c871859d6500 = function (arg0, arg1, arg2) {
|
|
5204
|
-
getObject(arg0)[arg1 >>> 0] = takeObject(arg2);
|
|
5205
|
-
};
|
|
5206
|
-
|
|
5207
|
-
exports.__wbg_set_credentials_f621cd2d85c0c228 = function (arg0, arg1) {
|
|
5208
|
-
getObject(arg0).credentials = __wbindgen_enum_RequestCredentials[arg1];
|
|
5209
|
-
};
|
|
5210
|
-
|
|
5211
|
-
exports.__wbg_set_f5f1b3f6c1387d5b = function () {
|
|
5199
|
+
exports.__wbg_set_b37d93d667239cc1 = function () {
|
|
5212
5200
|
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5213
5201
|
let deferred0_0;
|
|
5214
5202
|
let deferred0_1;
|
|
@@ -5223,6 +5211,18 @@ exports.__wbg_set_f5f1b3f6c1387d5b = function () {
|
|
|
5223
5211
|
}, arguments);
|
|
5224
5212
|
};
|
|
5225
5213
|
|
|
5214
|
+
exports.__wbg_set_body_3c365989753d61f4 = function (arg0, arg1) {
|
|
5215
|
+
getObject(arg0).body = getObject(arg1);
|
|
5216
|
+
};
|
|
5217
|
+
|
|
5218
|
+
exports.__wbg_set_c213c871859d6500 = function (arg0, arg1, arg2) {
|
|
5219
|
+
getObject(arg0)[arg1 >>> 0] = takeObject(arg2);
|
|
5220
|
+
};
|
|
5221
|
+
|
|
5222
|
+
exports.__wbg_set_credentials_f621cd2d85c0c228 = function (arg0, arg1) {
|
|
5223
|
+
getObject(arg0).credentials = __wbindgen_enum_RequestCredentials[arg1];
|
|
5224
|
+
};
|
|
5225
|
+
|
|
5226
5226
|
exports.__wbg_set_headers_6926da238cd32ee4 = function (arg0, arg1) {
|
|
5227
5227
|
getObject(arg0).headers = getObject(arg1);
|
|
5228
5228
|
};
|
|
@@ -5422,34 +5422,23 @@ exports.__wbindgen_cast_7a6d185652cd8149 = function (arg0, arg1) {
|
|
|
5422
5422
|
return addHeapObject(ret);
|
|
5423
5423
|
};
|
|
5424
5424
|
|
|
5425
|
-
exports.
|
|
5426
|
-
// Cast intrinsic for `
|
|
5427
|
-
const ret =
|
|
5428
|
-
arg0,
|
|
5429
|
-
arg1,
|
|
5430
|
-
wasm.wasm_bindgen__closure__destroy__h7b7f88151484c167,
|
|
5431
|
-
wasm_bindgen__convert__closures_____invoke__h4f8d9ba9b5b9a009,
|
|
5432
|
-
);
|
|
5425
|
+
exports.__wbindgen_cast_9ae0607507abb057 = function (arg0) {
|
|
5426
|
+
// Cast intrinsic for `I64 -> Externref`.
|
|
5427
|
+
const ret = arg0;
|
|
5433
5428
|
return addHeapObject(ret);
|
|
5434
5429
|
};
|
|
5435
5430
|
|
|
5436
|
-
exports.
|
|
5437
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
5431
|
+
exports.__wbindgen_cast_b5381fbb5b406c64 = function (arg0, arg1) {
|
|
5432
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 5, function: Function { arguments: [NamedExternref("IDBVersionChangeEvent")], shim_idx: 8, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
5438
5433
|
const ret = makeMutClosure(
|
|
5439
5434
|
arg0,
|
|
5440
5435
|
arg1,
|
|
5441
|
-
wasm.
|
|
5442
|
-
|
|
5436
|
+
wasm.wasm_bindgen__closure__destroy__ha6cdc63e913338dc,
|
|
5437
|
+
wasm_bindgen__convert__closures_____invoke__h83a98c89c87b6d3f,
|
|
5443
5438
|
);
|
|
5444
5439
|
return addHeapObject(ret);
|
|
5445
5440
|
};
|
|
5446
5441
|
|
|
5447
|
-
exports.__wbindgen_cast_9ae0607507abb057 = function (arg0) {
|
|
5448
|
-
// Cast intrinsic for `I64 -> Externref`.
|
|
5449
|
-
const ret = arg0;
|
|
5450
|
-
return addHeapObject(ret);
|
|
5451
|
-
};
|
|
5452
|
-
|
|
5453
5442
|
exports.__wbindgen_cast_cb9088102bce6b30 = function (arg0, arg1) {
|
|
5454
5443
|
// Cast intrinsic for `Ref(Slice(U8)) -> NamedExternref("Uint8Array")`.
|
|
5455
5444
|
const ret = getArrayU8FromWasm0(arg0, arg1);
|
|
@@ -5462,13 +5451,13 @@ exports.__wbindgen_cast_d6cd19b81560fd6e = function (arg0) {
|
|
|
5462
5451
|
return addHeapObject(ret);
|
|
5463
5452
|
};
|
|
5464
5453
|
|
|
5465
|
-
exports.
|
|
5466
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 5, function: Function { arguments: [NamedExternref("Event")], shim_idx:
|
|
5454
|
+
exports.__wbindgen_cast_e26c11be9cd2d69f = function (arg0, arg1) {
|
|
5455
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 5, function: Function { arguments: [NamedExternref("Event")], shim_idx: 6, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
5467
5456
|
const ret = makeMutClosure(
|
|
5468
5457
|
arg0,
|
|
5469
5458
|
arg1,
|
|
5470
|
-
wasm.
|
|
5471
|
-
|
|
5459
|
+
wasm.wasm_bindgen__closure__destroy__ha6cdc63e913338dc,
|
|
5460
|
+
wasm_bindgen__convert__closures_____invoke__h905452fe3225e8dd,
|
|
5472
5461
|
);
|
|
5473
5462
|
return addHeapObject(ret);
|
|
5474
5463
|
};
|
|
@@ -5492,6 +5481,17 @@ exports.__wbindgen_cast_f31034722c398fdb = function (arg0, arg1) {
|
|
|
5492
5481
|
return addHeapObject(ret);
|
|
5493
5482
|
};
|
|
5494
5483
|
|
|
5484
|
+
exports.__wbindgen_cast_f66f93a990df8ea4 = function (arg0, arg1) {
|
|
5485
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 268, function: Function { arguments: [Externref], shim_idx: 8, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
5486
|
+
const ret = makeMutClosure(
|
|
5487
|
+
arg0,
|
|
5488
|
+
arg1,
|
|
5489
|
+
wasm.wasm_bindgen__closure__destroy__h04ff7fddf688fec6,
|
|
5490
|
+
wasm_bindgen__convert__closures_____invoke__h83a98c89c87b6d3f,
|
|
5491
|
+
);
|
|
5492
|
+
return addHeapObject(ret);
|
|
5493
|
+
};
|
|
5494
|
+
|
|
5495
5495
|
exports.__wbindgen_object_clone_ref = function (arg0) {
|
|
5496
5496
|
const ret = getObject(arg0);
|
|
5497
5497
|
return addHeapObject(ret);
|
|
Binary file
|
|
@@ -436,24 +436,24 @@ export const __wbg_totpclient_free: (a: number, b: number) => void;
|
|
|
436
436
|
export const __wbg_get_outgoingmessage_destination: (a: number) => number;
|
|
437
437
|
export const __wbg_set_outgoingmessage_destination: (a: number, b: number) => void;
|
|
438
438
|
export const __wbg_cryptoclient_free: (a: number, b: number) => void;
|
|
439
|
-
export const
|
|
439
|
+
export const wasm_bindgen__convert__closures_____invoke__h76c71c1158b6af01: (
|
|
440
440
|
a: number,
|
|
441
441
|
b: number,
|
|
442
|
-
c: number,
|
|
443
442
|
) => void;
|
|
444
443
|
export const wasm_bindgen__closure__destroy__h04ff7fddf688fec6: (a: number, b: number) => void;
|
|
445
|
-
export const
|
|
444
|
+
export const wasm_bindgen__convert__closures_____invoke__h83a98c89c87b6d3f: (
|
|
446
445
|
a: number,
|
|
447
446
|
b: number,
|
|
447
|
+
c: number,
|
|
448
448
|
) => void;
|
|
449
|
-
export const
|
|
450
|
-
export const
|
|
449
|
+
export const wasm_bindgen__closure__destroy__ha6cdc63e913338dc: (a: number, b: number) => void;
|
|
450
|
+
export const wasm_bindgen__closure__destroy__h1cce7ce4a094839d: (a: number, b: number) => void;
|
|
451
|
+
export const wasm_bindgen__convert__closures_____invoke__h905452fe3225e8dd: (
|
|
451
452
|
a: number,
|
|
452
453
|
b: number,
|
|
453
454
|
c: number,
|
|
454
455
|
d: number,
|
|
455
456
|
) => void;
|
|
456
|
-
export const wasm_bindgen__closure__destroy__h1cce7ce4a094839d: (a: number, b: number) => void;
|
|
457
457
|
export const wasm_bindgen__convert__closures_____invoke__h4096c3b930b983e7: (
|
|
458
458
|
a: number,
|
|
459
459
|
b: number,
|