@bitwarden/commercial-sdk-internal 0.2.0-main.494 → 0.2.0-main.496
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 +36 -36
- 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 +36 -36
- package/node/bitwarden_wasm_internal_bg.wasm +0 -0
- package/node/bitwarden_wasm_internal_bg.wasm.d.ts +5 -5
- package/package.json +1 -1
|
@@ -1003,10 +1003,6 @@ function wasm_bindgen__convert__closures_____invoke__ha638740cca0ef77d(arg0, arg
|
|
|
1003
1003
|
wasm.wasm_bindgen__convert__closures_____invoke__ha638740cca0ef77d(arg0, arg1);
|
|
1004
1004
|
}
|
|
1005
1005
|
|
|
1006
|
-
function wasm_bindgen__convert__closures_____invoke__h7e690d71e18a977f(arg0, arg1, arg2) {
|
|
1007
|
-
wasm.wasm_bindgen__convert__closures_____invoke__h7e690d71e18a977f(arg0, arg1, addHeapObject(arg2));
|
|
1008
|
-
}
|
|
1009
|
-
|
|
1010
1006
|
function wasm_bindgen__convert__closures_____invoke__hbe1b1141e23123c3(arg0, arg1, arg2) {
|
|
1011
1007
|
try {
|
|
1012
1008
|
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
@@ -1021,6 +1017,10 @@ function wasm_bindgen__convert__closures_____invoke__hbe1b1141e23123c3(arg0, arg
|
|
|
1021
1017
|
}
|
|
1022
1018
|
}
|
|
1023
1019
|
|
|
1020
|
+
function wasm_bindgen__convert__closures_____invoke__h7e690d71e18a977f(arg0, arg1, arg2) {
|
|
1021
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h7e690d71e18a977f(arg0, arg1, addHeapObject(arg2));
|
|
1022
|
+
}
|
|
1023
|
+
|
|
1024
1024
|
function wasm_bindgen__convert__closures_____invoke__h0c62e4f019080f6a(arg0, arg1, arg2, arg3) {
|
|
1025
1025
|
wasm.wasm_bindgen__convert__closures_____invoke__h0c62e4f019080f6a(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
|
|
1026
1026
|
}
|
|
@@ -4797,7 +4797,7 @@ export function __wbg_call_e762c39fa8ea36bf() { return handleError(function (arg
|
|
|
4797
4797
|
return addHeapObject(ret);
|
|
4798
4798
|
}, arguments) };
|
|
4799
4799
|
|
|
4800
|
-
export function
|
|
4800
|
+
export function __wbg_cipher_8091285985fc0d87(arg0) {
|
|
4801
4801
|
const ret = getObject(arg0).cipher;
|
|
4802
4802
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
4803
4803
|
};
|
|
@@ -4889,7 +4889,7 @@ export function __wbg_fetch_f8ba0e29a9d6de0d(arg0, arg1) {
|
|
|
4889
4889
|
return addHeapObject(ret);
|
|
4890
4890
|
};
|
|
4891
4891
|
|
|
4892
|
-
export function
|
|
4892
|
+
export function __wbg_folder_5a1c71aa1fe6f0ef(arg0) {
|
|
4893
4893
|
const ret = getObject(arg0).folder;
|
|
4894
4894
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
4895
4895
|
};
|
|
@@ -4921,7 +4921,7 @@ export function __wbg_getTime_14776bfb48a1bff9(arg0) {
|
|
|
4921
4921
|
return ret;
|
|
4922
4922
|
};
|
|
4923
4923
|
|
|
4924
|
-
export function
|
|
4924
|
+
export function __wbg_get_72a9e6f5d57c0155() { return handleError(function (arg0, arg1, arg2) {
|
|
4925
4925
|
let deferred0_0;
|
|
4926
4926
|
let deferred0_1;
|
|
4927
4927
|
try {
|
|
@@ -4934,7 +4934,17 @@ export function __wbg_get_4ea77edc1bdc192f() { return handleError(function (arg0
|
|
|
4934
4934
|
}
|
|
4935
4935
|
}, arguments) };
|
|
4936
4936
|
|
|
4937
|
-
export function
|
|
4937
|
+
export function __wbg_get_7bed016f185add81(arg0, arg1) {
|
|
4938
|
+
const ret = getObject(arg0)[arg1 >>> 0];
|
|
4939
|
+
return addHeapObject(ret);
|
|
4940
|
+
};
|
|
4941
|
+
|
|
4942
|
+
export function __wbg_get_access_token_fe660c4b6cda8162(arg0) {
|
|
4943
|
+
const ret = getObject(arg0).get_access_token();
|
|
4944
|
+
return addHeapObject(ret);
|
|
4945
|
+
};
|
|
4946
|
+
|
|
4947
|
+
export function __wbg_get_b8a703f4fc4f6d37() { return handleError(function (arg0, arg1, arg2) {
|
|
4938
4948
|
let deferred0_0;
|
|
4939
4949
|
let deferred0_1;
|
|
4940
4950
|
try {
|
|
@@ -4947,16 +4957,6 @@ export function __wbg_get_72c322985749a1a3() { return handleError(function (arg0
|
|
|
4947
4957
|
}
|
|
4948
4958
|
}, arguments) };
|
|
4949
4959
|
|
|
4950
|
-
export function __wbg_get_7bed016f185add81(arg0, arg1) {
|
|
4951
|
-
const ret = getObject(arg0)[arg1 >>> 0];
|
|
4952
|
-
return addHeapObject(ret);
|
|
4953
|
-
};
|
|
4954
|
-
|
|
4955
|
-
export function __wbg_get_access_token_66ff53f474d63a38(arg0) {
|
|
4956
|
-
const ret = getObject(arg0).get_access_token();
|
|
4957
|
-
return addHeapObject(ret);
|
|
4958
|
-
};
|
|
4959
|
-
|
|
4960
4960
|
export function __wbg_get_efcb449f58ec27c2() { return handleError(function (arg0, arg1) {
|
|
4961
4961
|
const ret = Reflect.get(getObject(arg0), getObject(arg1));
|
|
4962
4962
|
return addHeapObject(ret);
|
|
@@ -5145,12 +5145,12 @@ export function __wbg_length_cdd215e10d9dd507(arg0) {
|
|
|
5145
5145
|
return ret;
|
|
5146
5146
|
};
|
|
5147
5147
|
|
|
5148
|
-
export function
|
|
5148
|
+
export function __wbg_list_a967f1d95f071081() { return handleError(function (arg0) {
|
|
5149
5149
|
const ret = getObject(arg0).list();
|
|
5150
5150
|
return addHeapObject(ret);
|
|
5151
5151
|
}, arguments) };
|
|
5152
5152
|
|
|
5153
|
-
export function
|
|
5153
|
+
export function __wbg_list_d155f4f19976cf9a() { return handleError(function (arg0) {
|
|
5154
5154
|
const ret = getObject(arg0).list();
|
|
5155
5155
|
return addHeapObject(ret);
|
|
5156
5156
|
}, arguments) };
|
|
@@ -5372,7 +5372,7 @@ export function __wbg_randomFillSync_ac0988aba3254290() { return handleError(fun
|
|
|
5372
5372
|
getObject(arg0).randomFillSync(takeObject(arg1));
|
|
5373
5373
|
}, arguments) };
|
|
5374
5374
|
|
|
5375
|
-
export function
|
|
5375
|
+
export function __wbg_remove_18763427ff28dec8() { return handleError(function (arg0, arg1, arg2) {
|
|
5376
5376
|
let deferred0_0;
|
|
5377
5377
|
let deferred0_1;
|
|
5378
5378
|
try {
|
|
@@ -5385,7 +5385,7 @@ export function __wbg_remove_518f73c57c533770() { return handleError(function (a
|
|
|
5385
5385
|
}
|
|
5386
5386
|
}, arguments) };
|
|
5387
5387
|
|
|
5388
|
-
export function
|
|
5388
|
+
export function __wbg_remove_466da11479385ff7() { return handleError(function (arg0, arg1, arg2) {
|
|
5389
5389
|
let deferred0_0;
|
|
5390
5390
|
let deferred0_1;
|
|
5391
5391
|
try {
|
|
@@ -5423,20 +5423,7 @@ export function __wbg_setTimeout_ca12ead8b48245e2(arg0, arg1) {
|
|
|
5423
5423
|
return addHeapObject(ret);
|
|
5424
5424
|
};
|
|
5425
5425
|
|
|
5426
|
-
export function
|
|
5427
|
-
let deferred0_0;
|
|
5428
|
-
let deferred0_1;
|
|
5429
|
-
try {
|
|
5430
|
-
deferred0_0 = arg1;
|
|
5431
|
-
deferred0_1 = arg2;
|
|
5432
|
-
const ret = getObject(arg0).set(getStringFromWasm0(arg1, arg2), takeObject(arg3));
|
|
5433
|
-
return addHeapObject(ret);
|
|
5434
|
-
} finally {
|
|
5435
|
-
wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
|
|
5436
|
-
}
|
|
5437
|
-
}, arguments) };
|
|
5438
|
-
|
|
5439
|
-
export function __wbg_set_2ded68bc326bbfd7() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5426
|
+
export function __wbg_set_0f2c2315090e976b() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5440
5427
|
let deferred0_0;
|
|
5441
5428
|
let deferred0_1;
|
|
5442
5429
|
try {
|
|
@@ -5475,6 +5462,19 @@ export function __wbg_set_credentials_f621cd2d85c0c228(arg0, arg1) {
|
|
|
5475
5462
|
getObject(arg0).credentials = __wbindgen_enum_RequestCredentials[arg1];
|
|
5476
5463
|
};
|
|
5477
5464
|
|
|
5465
|
+
export function __wbg_set_e796f7d36330bbf7() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5466
|
+
let deferred0_0;
|
|
5467
|
+
let deferred0_1;
|
|
5468
|
+
try {
|
|
5469
|
+
deferred0_0 = arg1;
|
|
5470
|
+
deferred0_1 = arg2;
|
|
5471
|
+
const ret = getObject(arg0).set(getStringFromWasm0(arg1, arg2), takeObject(arg3));
|
|
5472
|
+
return addHeapObject(ret);
|
|
5473
|
+
} finally {
|
|
5474
|
+
wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
|
|
5475
|
+
}
|
|
5476
|
+
}, arguments) };
|
|
5477
|
+
|
|
5478
5478
|
export function __wbg_set_headers_6926da238cd32ee4(arg0, arg1) {
|
|
5479
5479
|
getObject(arg0).headers = getObject(arg1);
|
|
5480
5480
|
};
|
|
Binary file
|
|
@@ -519,20 +519,20 @@ export const wasm_bindgen__convert__closures_____invoke__ha638740cca0ef77d: (
|
|
|
519
519
|
b: number,
|
|
520
520
|
) => void;
|
|
521
521
|
export const wasm_bindgen__closure__destroy__h666c8569a46b7e11: (a: number, b: number) => void;
|
|
522
|
-
export const
|
|
522
|
+
export const wasm_bindgen__convert__closures_____invoke__hbe1b1141e23123c3: (
|
|
523
523
|
a: number,
|
|
524
524
|
b: number,
|
|
525
525
|
c: number,
|
|
526
|
+
d: number,
|
|
526
527
|
) => void;
|
|
527
|
-
export const
|
|
528
|
-
export const
|
|
529
|
-
export const wasm_bindgen__convert__closures_____invoke__hbe1b1141e23123c3: (
|
|
528
|
+
export const wasm_bindgen__closure__destroy__h1d5e70ff7d1cc2b9: (a: number, b: number) => void;
|
|
529
|
+
export const wasm_bindgen__convert__closures_____invoke__h7e690d71e18a977f: (
|
|
530
530
|
a: number,
|
|
531
531
|
b: number,
|
|
532
532
|
c: number,
|
|
533
|
-
d: number,
|
|
534
533
|
) => void;
|
|
535
|
-
export const
|
|
534
|
+
export const wasm_bindgen__closure__destroy__hc71695a401114797: (a: number, b: number) => void;
|
|
535
|
+
export const wasm_bindgen__closure__destroy__hd9661b26d463effa: (a: number, b: number) => void;
|
|
536
536
|
export const wasm_bindgen__convert__closures_____invoke__h0c62e4f019080f6a: (
|
|
537
537
|
a: number,
|
|
538
538
|
b: number,
|