@bitwarden/commercial-sdk-internal 0.2.0-main.388 → 0.2.0-main.389
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 +54 -54
- package/bitwarden_wasm_internal_bg.wasm +0 -0
- package/bitwarden_wasm_internal_bg.wasm.d.ts +5 -5
- package/bitwarden_wasm_internal_bg.wasm.js +1 -1
- package/node/bitwarden_wasm_internal.js +62 -62
- package/node/bitwarden_wasm_internal_bg.wasm +0 -0
- package/node/bitwarden_wasm_internal_bg.wasm.d.ts +7 -7
- package/package.json +1 -1
|
@@ -883,10 +883,14 @@ function wasm_bindgen__convert__closures_____invoke__h83a98c89c87b6d3f(arg0, arg
|
|
|
883
883
|
);
|
|
884
884
|
}
|
|
885
885
|
|
|
886
|
-
function
|
|
886
|
+
function wasm_bindgen__convert__closures_____invoke__h76c71c1158b6af01(arg0, arg1) {
|
|
887
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h76c71c1158b6af01(arg0, arg1);
|
|
888
|
+
}
|
|
889
|
+
|
|
890
|
+
function wasm_bindgen__convert__closures_____invoke__h6bc2711e548e8aad(arg0, arg1, arg2) {
|
|
887
891
|
try {
|
|
888
892
|
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
889
|
-
wasm.
|
|
893
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h6bc2711e548e8aad(
|
|
890
894
|
retptr,
|
|
891
895
|
arg0,
|
|
892
896
|
arg1,
|
|
@@ -902,10 +906,6 @@ function wasm_bindgen__convert__closures_____invoke__h905452fe3225e8dd(arg0, arg
|
|
|
902
906
|
}
|
|
903
907
|
}
|
|
904
908
|
|
|
905
|
-
function wasm_bindgen__convert__closures_____invoke__h76c71c1158b6af01(arg0, arg1) {
|
|
906
|
-
wasm.wasm_bindgen__convert__closures_____invoke__h76c71c1158b6af01(arg0, arg1);
|
|
907
|
-
}
|
|
908
|
-
|
|
909
909
|
function wasm_bindgen__convert__closures_____invoke__h4096c3b930b983e7(arg0, arg1, arg2, arg3) {
|
|
910
910
|
wasm.wasm_bindgen__convert__closures_____invoke__h4096c3b930b983e7(
|
|
911
911
|
arg0,
|
|
@@ -4513,7 +4513,7 @@ export function __wbg_call_e762c39fa8ea36bf() {
|
|
|
4513
4513
|
}, arguments);
|
|
4514
4514
|
}
|
|
4515
4515
|
|
|
4516
|
-
export function
|
|
4516
|
+
export function __wbg_cipher_e019b2b74a79ab9d(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_552e3edc9369b8bf(arg0) {
|
|
4597
4597
|
const ret = getObject(arg0).folder;
|
|
4598
4598
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
4599
4599
|
}
|
|
@@ -4620,7 +4620,12 @@ export function __wbg_getTime_14776bfb48a1bff9(arg0) {
|
|
|
4620
4620
|
return ret;
|
|
4621
4621
|
}
|
|
4622
4622
|
|
|
4623
|
-
export function
|
|
4623
|
+
export function __wbg_get_7bed016f185add81(arg0, arg1) {
|
|
4624
|
+
const ret = getObject(arg0)[arg1 >>> 0];
|
|
4625
|
+
return addHeapObject(ret);
|
|
4626
|
+
}
|
|
4627
|
+
|
|
4628
|
+
export function __wbg_get_7fee9f75a6c37b05() {
|
|
4624
4629
|
return handleError(function (arg0, arg1, arg2) {
|
|
4625
4630
|
let deferred0_0;
|
|
4626
4631
|
let deferred0_1;
|
|
@@ -4635,7 +4640,12 @@ export function __wbg_get_04f56d8c21eb32a6() {
|
|
|
4635
4640
|
}, arguments);
|
|
4636
4641
|
}
|
|
4637
4642
|
|
|
4638
|
-
export function
|
|
4643
|
+
export function __wbg_get_access_token_035d4bf37093a6b6(arg0) {
|
|
4644
|
+
const ret = getObject(arg0).get_access_token();
|
|
4645
|
+
return addHeapObject(ret);
|
|
4646
|
+
}
|
|
4647
|
+
|
|
4648
|
+
export function __wbg_get_e946c582cb577c47() {
|
|
4639
4649
|
return handleError(function (arg0, arg1, arg2) {
|
|
4640
4650
|
let deferred0_0;
|
|
4641
4651
|
let deferred0_1;
|
|
@@ -4650,16 +4660,6 @@ export function __wbg_get_3ed2b9ce163f4939() {
|
|
|
4650
4660
|
}, arguments);
|
|
4651
4661
|
}
|
|
4652
4662
|
|
|
4653
|
-
export function __wbg_get_7bed016f185add81(arg0, arg1) {
|
|
4654
|
-
const ret = getObject(arg0)[arg1 >>> 0];
|
|
4655
|
-
return addHeapObject(ret);
|
|
4656
|
-
}
|
|
4657
|
-
|
|
4658
|
-
export function __wbg_get_access_token_7e535d9395288ab9(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_b514f33b61133bee() {
|
|
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_cf32604e911dd7a0() {
|
|
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_6c48bb5b76138f56() {
|
|
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_370e9f1e5e0bb1b4() {
|
|
|
5084
5084
|
}, arguments);
|
|
5085
5085
|
}
|
|
5086
5086
|
|
|
5087
|
-
export function
|
|
5087
|
+
export function __wbg_remove_fa36558bd713180c() {
|
|
5088
5088
|
return handleError(function (arg0, arg1, arg2) {
|
|
5089
5089
|
let deferred0_0;
|
|
5090
5090
|
let deferred0_1;
|
|
@@ -5130,11 +5130,7 @@ export function __wbg_setTimeout_ca12ead8b48245e2(arg0, arg1) {
|
|
|
5130
5130
|
return addHeapObject(ret);
|
|
5131
5131
|
}
|
|
5132
5132
|
|
|
5133
|
-
export function
|
|
5134
|
-
getObject(arg0)[takeObject(arg1)] = takeObject(arg2);
|
|
5135
|
-
}
|
|
5136
|
-
|
|
5137
|
-
export function __wbg_set_82df371102253abf() {
|
|
5133
|
+
export function __wbg_set_1a1531b502e7a64f() {
|
|
5138
5134
|
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5139
5135
|
let deferred0_0;
|
|
5140
5136
|
let deferred0_1;
|
|
@@ -5149,12 +5145,11 @@ export function __wbg_set_82df371102253abf() {
|
|
|
5149
5145
|
}, arguments);
|
|
5150
5146
|
}
|
|
5151
5147
|
|
|
5152
|
-
export function
|
|
5153
|
-
|
|
5154
|
-
return addHeapObject(ret);
|
|
5148
|
+
export function __wbg_set_3f1d0b984ed272ed(arg0, arg1, arg2) {
|
|
5149
|
+
getObject(arg0)[takeObject(arg1)] = takeObject(arg2);
|
|
5155
5150
|
}
|
|
5156
5151
|
|
|
5157
|
-
export function
|
|
5152
|
+
export function __wbg_set_54b08b9d03c8b476() {
|
|
5158
5153
|
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5159
5154
|
let deferred0_0;
|
|
5160
5155
|
let deferred0_1;
|
|
@@ -5169,6 +5164,11 @@ export function __wbg_set_b29534c3dc99fedf() {
|
|
|
5169
5164
|
}, arguments);
|
|
5170
5165
|
}
|
|
5171
5166
|
|
|
5167
|
+
export function __wbg_set_907fb406c34a251d(arg0, arg1, arg2) {
|
|
5168
|
+
const ret = getObject(arg0).set(getObject(arg1), getObject(arg2));
|
|
5169
|
+
return addHeapObject(ret);
|
|
5170
|
+
}
|
|
5171
|
+
|
|
5172
5172
|
export function __wbg_set_body_3c365989753d61f4(arg0, arg1) {
|
|
5173
5173
|
getObject(arg0).body = getObject(arg1);
|
|
5174
5174
|
}
|
|
@@ -5380,23 +5380,34 @@ export function __wbindgen_cast_7a6d185652cd8149(arg0, arg1) {
|
|
|
5380
5380
|
return addHeapObject(ret);
|
|
5381
5381
|
}
|
|
5382
5382
|
|
|
5383
|
-
export function
|
|
5384
|
-
// Cast intrinsic for `
|
|
5385
|
-
const ret =
|
|
5383
|
+
export function __wbindgen_cast_91244c1b651c8ba8(arg0, arg1) {
|
|
5384
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 5, function: Function { arguments: [NamedExternref("IDBVersionChangeEvent")], shim_idx: 6, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
5385
|
+
const ret = makeMutClosure(
|
|
5386
|
+
arg0,
|
|
5387
|
+
arg1,
|
|
5388
|
+
wasm.wasm_bindgen__closure__destroy__h2f6c4f10132eed58,
|
|
5389
|
+
wasm_bindgen__convert__closures_____invoke__h83a98c89c87b6d3f,
|
|
5390
|
+
);
|
|
5386
5391
|
return addHeapObject(ret);
|
|
5387
5392
|
}
|
|
5388
5393
|
|
|
5389
|
-
export function
|
|
5390
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
5394
|
+
export function __wbindgen_cast_98de615b9dbdc064(arg0, arg1) {
|
|
5395
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 268, function: Function { arguments: [Externref], shim_idx: 6, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
5391
5396
|
const ret = makeMutClosure(
|
|
5392
5397
|
arg0,
|
|
5393
5398
|
arg1,
|
|
5394
|
-
wasm.
|
|
5399
|
+
wasm.wasm_bindgen__closure__destroy__h04ff7fddf688fec6,
|
|
5395
5400
|
wasm_bindgen__convert__closures_____invoke__h83a98c89c87b6d3f,
|
|
5396
5401
|
);
|
|
5397
5402
|
return addHeapObject(ret);
|
|
5398
5403
|
}
|
|
5399
5404
|
|
|
5405
|
+
export function __wbindgen_cast_9ae0607507abb057(arg0) {
|
|
5406
|
+
// Cast intrinsic for `I64 -> Externref`.
|
|
5407
|
+
const ret = arg0;
|
|
5408
|
+
return addHeapObject(ret);
|
|
5409
|
+
}
|
|
5410
|
+
|
|
5400
5411
|
export function __wbindgen_cast_cb9088102bce6b30(arg0, arg1) {
|
|
5401
5412
|
// Cast intrinsic for `Ref(Slice(U8)) -> NamedExternref("Uint8Array")`.
|
|
5402
5413
|
const ret = getArrayU8FromWasm0(arg0, arg1);
|
|
@@ -5409,13 +5420,13 @@ export function __wbindgen_cast_d6cd19b81560fd6e(arg0) {
|
|
|
5409
5420
|
return addHeapObject(ret);
|
|
5410
5421
|
}
|
|
5411
5422
|
|
|
5412
|
-
export function
|
|
5413
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 5, function: Function { arguments: [NamedExternref("Event")], shim_idx:
|
|
5423
|
+
export function __wbindgen_cast_e904f2c9fda6146b(arg0, arg1) {
|
|
5424
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 5, function: Function { arguments: [NamedExternref("Event")], shim_idx: 8, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
5414
5425
|
const ret = makeMutClosure(
|
|
5415
5426
|
arg0,
|
|
5416
5427
|
arg1,
|
|
5417
|
-
wasm.
|
|
5418
|
-
|
|
5428
|
+
wasm.wasm_bindgen__closure__destroy__h2f6c4f10132eed58,
|
|
5429
|
+
wasm_bindgen__convert__closures_____invoke__h6bc2711e548e8aad,
|
|
5419
5430
|
);
|
|
5420
5431
|
return addHeapObject(ret);
|
|
5421
5432
|
}
|
|
@@ -5439,17 +5450,6 @@ export function __wbindgen_cast_f31034722c398fdb(arg0, arg1) {
|
|
|
5439
5450
|
return addHeapObject(ret);
|
|
5440
5451
|
}
|
|
5441
5452
|
|
|
5442
|
-
export function __wbindgen_cast_f66f93a990df8ea4(arg0, arg1) {
|
|
5443
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 268, function: Function { arguments: [Externref], shim_idx: 8, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
5444
|
-
const ret = makeMutClosure(
|
|
5445
|
-
arg0,
|
|
5446
|
-
arg1,
|
|
5447
|
-
wasm.wasm_bindgen__closure__destroy__h04ff7fddf688fec6,
|
|
5448
|
-
wasm_bindgen__convert__closures_____invoke__h83a98c89c87b6d3f,
|
|
5449
|
-
);
|
|
5450
|
-
return addHeapObject(ret);
|
|
5451
|
-
}
|
|
5452
|
-
|
|
5453
5453
|
export function __wbindgen_object_clone_ref(arg0) {
|
|
5454
5454
|
const ret = getObject(arg0);
|
|
5455
5455
|
return addHeapObject(ret);
|
|
Binary file
|
|
@@ -441,17 +441,17 @@ export const wasm_bindgen__convert__closures_____invoke__h83a98c89c87b6d3f: (
|
|
|
441
441
|
b: number,
|
|
442
442
|
c: number,
|
|
443
443
|
) => void;
|
|
444
|
-
export const wasm_bindgen__closure__destroy__ha6cdc63e913338dc: (a: number, b: number) => void;
|
|
445
444
|
export const wasm_bindgen__closure__destroy__h04ff7fddf688fec6: (a: number, b: number) => void;
|
|
446
|
-
export const
|
|
445
|
+
export const wasm_bindgen__closure__destroy__h2f6c4f10132eed58: (a: number, b: number) => void;
|
|
446
|
+
export const wasm_bindgen__convert__closures_____invoke__h76c71c1158b6af01: (
|
|
447
447
|
a: number,
|
|
448
448
|
b: number,
|
|
449
|
-
c: number,
|
|
450
|
-
d: number,
|
|
451
449
|
) => void;
|
|
452
|
-
export const
|
|
450
|
+
export const wasm_bindgen__convert__closures_____invoke__h6bc2711e548e8aad: (
|
|
453
451
|
a: number,
|
|
454
452
|
b: number,
|
|
453
|
+
c: number,
|
|
454
|
+
d: number,
|
|
455
455
|
) => void;
|
|
456
456
|
export const wasm_bindgen__closure__destroy__h1cce7ce4a094839d: (a: number, b: number) => void;
|
|
457
457
|
export const wasm_bindgen__convert__closures_____invoke__h4096c3b930b983e7: (
|