@bitwarden/commercial-sdk-internal 0.2.0-main.465 → 0.2.0-main.466
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.d.ts +0 -1
- package/bitwarden_wasm_internal_bg.js +33 -33
- 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.d.ts +0 -1
- package/node/bitwarden_wasm_internal.js +25 -25
- 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
|
@@ -986,14 +986,6 @@ export function isGetFolderError(error) {
|
|
|
986
986
|
}
|
|
987
987
|
}
|
|
988
988
|
|
|
989
|
-
function wasm_bindgen__convert__closures_____invoke__ha638740cca0ef77d(arg0, arg1) {
|
|
990
|
-
wasm.wasm_bindgen__convert__closures_____invoke__ha638740cca0ef77d(arg0, arg1);
|
|
991
|
-
}
|
|
992
|
-
|
|
993
|
-
function wasm_bindgen__convert__closures_____invoke__h7e690d71e18a977f(arg0, arg1, arg2) {
|
|
994
|
-
wasm.wasm_bindgen__convert__closures_____invoke__h7e690d71e18a977f(arg0, arg1, addHeapObject(arg2));
|
|
995
|
-
}
|
|
996
|
-
|
|
997
989
|
function wasm_bindgen__convert__closures_____invoke__h6fa4a14c2e357000(arg0, arg1, arg2) {
|
|
998
990
|
try {
|
|
999
991
|
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
@@ -1008,6 +1000,14 @@ function wasm_bindgen__convert__closures_____invoke__h6fa4a14c2e357000(arg0, arg
|
|
|
1008
1000
|
}
|
|
1009
1001
|
}
|
|
1010
1002
|
|
|
1003
|
+
function wasm_bindgen__convert__closures_____invoke__h7e690d71e18a977f(arg0, arg1, arg2) {
|
|
1004
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h7e690d71e18a977f(arg0, arg1, addHeapObject(arg2));
|
|
1005
|
+
}
|
|
1006
|
+
|
|
1007
|
+
function wasm_bindgen__convert__closures_____invoke__ha638740cca0ef77d(arg0, arg1) {
|
|
1008
|
+
wasm.wasm_bindgen__convert__closures_____invoke__ha638740cca0ef77d(arg0, arg1);
|
|
1009
|
+
}
|
|
1010
|
+
|
|
1011
1011
|
function wasm_bindgen__convert__closures_____invoke__h0c62e4f019080f6a(arg0, arg1, arg2, arg3) {
|
|
1012
1012
|
wasm.wasm_bindgen__convert__closures_____invoke__h0c62e4f019080f6a(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
|
|
1013
1013
|
}
|
|
@@ -4784,7 +4784,7 @@ export function __wbg_call_e762c39fa8ea36bf() { return handleError(function (arg
|
|
|
4784
4784
|
return addHeapObject(ret);
|
|
4785
4785
|
}, arguments) };
|
|
4786
4786
|
|
|
4787
|
-
export function
|
|
4787
|
+
export function __wbg_cipher_2207f1073ceea22b(arg0) {
|
|
4788
4788
|
const ret = getObject(arg0).cipher;
|
|
4789
4789
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
4790
4790
|
};
|
|
@@ -4876,7 +4876,7 @@ export function __wbg_fetch_f8ba0e29a9d6de0d(arg0, arg1) {
|
|
|
4876
4876
|
return addHeapObject(ret);
|
|
4877
4877
|
};
|
|
4878
4878
|
|
|
4879
|
-
export function
|
|
4879
|
+
export function __wbg_folder_4466f35a30210165(arg0) {
|
|
4880
4880
|
const ret = getObject(arg0).folder;
|
|
4881
4881
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
4882
4882
|
};
|
|
@@ -4908,12 +4908,7 @@ export function __wbg_getTime_14776bfb48a1bff9(arg0) {
|
|
|
4908
4908
|
return ret;
|
|
4909
4909
|
};
|
|
4910
4910
|
|
|
4911
|
-
export function
|
|
4912
|
-
const ret = getObject(arg0)[arg1 >>> 0];
|
|
4913
|
-
return addHeapObject(ret);
|
|
4914
|
-
};
|
|
4915
|
-
|
|
4916
|
-
export function __wbg_get_7e8d5231d44bc8af() { return handleError(function (arg0, arg1, arg2) {
|
|
4911
|
+
export function __wbg_get_40c548812e9a6687() { return handleError(function (arg0, arg1, arg2) {
|
|
4917
4912
|
let deferred0_0;
|
|
4918
4913
|
let deferred0_1;
|
|
4919
4914
|
try {
|
|
@@ -4926,12 +4921,22 @@ export function __wbg_get_7e8d5231d44bc8af() { return handleError(function (arg0
|
|
|
4926
4921
|
}
|
|
4927
4922
|
}, arguments) };
|
|
4928
4923
|
|
|
4929
|
-
export function
|
|
4924
|
+
export function __wbg_get_7bed016f185add81(arg0, arg1) {
|
|
4925
|
+
const ret = getObject(arg0)[arg1 >>> 0];
|
|
4926
|
+
return addHeapObject(ret);
|
|
4927
|
+
};
|
|
4928
|
+
|
|
4929
|
+
export function __wbg_get_access_token_d05afa89e3f35a84(arg0) {
|
|
4930
4930
|
const ret = getObject(arg0).get_access_token();
|
|
4931
4931
|
return addHeapObject(ret);
|
|
4932
4932
|
};
|
|
4933
4933
|
|
|
4934
|
-
export function
|
|
4934
|
+
export function __wbg_get_efcb449f58ec27c2() { return handleError(function (arg0, arg1) {
|
|
4935
|
+
const ret = Reflect.get(getObject(arg0), getObject(arg1));
|
|
4936
|
+
return addHeapObject(ret);
|
|
4937
|
+
}, arguments) };
|
|
4938
|
+
|
|
4939
|
+
export function __wbg_get_faa4bc9bc5a87090() { return handleError(function (arg0, arg1, arg2) {
|
|
4935
4940
|
let deferred0_0;
|
|
4936
4941
|
let deferred0_1;
|
|
4937
4942
|
try {
|
|
@@ -4944,11 +4949,6 @@ export function __wbg_get_b1027b48e2f6f770() { return handleError(function (arg0
|
|
|
4944
4949
|
}
|
|
4945
4950
|
}, arguments) };
|
|
4946
4951
|
|
|
4947
|
-
export function __wbg_get_efcb449f58ec27c2() { return handleError(function (arg0, arg1) {
|
|
4948
|
-
const ret = Reflect.get(getObject(arg0), getObject(arg1));
|
|
4949
|
-
return addHeapObject(ret);
|
|
4950
|
-
}, arguments) };
|
|
4951
|
-
|
|
4952
4952
|
export function __wbg_get_fb1fa70beb44a754() { return handleError(function (arg0, arg1) {
|
|
4953
4953
|
const ret = getObject(arg0).get(getObject(arg1));
|
|
4954
4954
|
return addHeapObject(ret);
|
|
@@ -5132,12 +5132,12 @@ export function __wbg_length_cdd215e10d9dd507(arg0) {
|
|
|
5132
5132
|
return ret;
|
|
5133
5133
|
};
|
|
5134
5134
|
|
|
5135
|
-
export function
|
|
5135
|
+
export function __wbg_list_31a76bdaac717b26() { return handleError(function (arg0) {
|
|
5136
5136
|
const ret = getObject(arg0).list();
|
|
5137
5137
|
return addHeapObject(ret);
|
|
5138
5138
|
}, arguments) };
|
|
5139
5139
|
|
|
5140
|
-
export function
|
|
5140
|
+
export function __wbg_list_5e0e17eed7ef74ed() { return handleError(function (arg0) {
|
|
5141
5141
|
const ret = getObject(arg0).list();
|
|
5142
5142
|
return addHeapObject(ret);
|
|
5143
5143
|
}, arguments) };
|
|
@@ -5359,7 +5359,7 @@ export function __wbg_randomFillSync_ac0988aba3254290() { return handleError(fun
|
|
|
5359
5359
|
getObject(arg0).randomFillSync(takeObject(arg1));
|
|
5360
5360
|
}, arguments) };
|
|
5361
5361
|
|
|
5362
|
-
export function
|
|
5362
|
+
export function __wbg_remove_032f0b8b2f8a246d() { return handleError(function (arg0, arg1, arg2) {
|
|
5363
5363
|
let deferred0_0;
|
|
5364
5364
|
let deferred0_1;
|
|
5365
5365
|
try {
|
|
@@ -5372,7 +5372,7 @@ export function __wbg_remove_a7329aa73b873b81() { return handleError(function (a
|
|
|
5372
5372
|
}
|
|
5373
5373
|
}, arguments) };
|
|
5374
5374
|
|
|
5375
|
-
export function
|
|
5375
|
+
export function __wbg_remove_71ab120282e904fd() { return handleError(function (arg0, arg1, arg2) {
|
|
5376
5376
|
let deferred0_0;
|
|
5377
5377
|
let deferred0_1;
|
|
5378
5378
|
try {
|
|
@@ -5410,7 +5410,11 @@ export function __wbg_setTimeout_ca12ead8b48245e2(arg0, arg1) {
|
|
|
5410
5410
|
return addHeapObject(ret);
|
|
5411
5411
|
};
|
|
5412
5412
|
|
|
5413
|
-
export function
|
|
5413
|
+
export function __wbg_set_3f1d0b984ed272ed(arg0, arg1, arg2) {
|
|
5414
|
+
getObject(arg0)[takeObject(arg1)] = takeObject(arg2);
|
|
5415
|
+
};
|
|
5416
|
+
|
|
5417
|
+
export function __wbg_set_5fa4599341aab734() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5414
5418
|
let deferred0_0;
|
|
5415
5419
|
let deferred0_1;
|
|
5416
5420
|
try {
|
|
@@ -5423,11 +5427,7 @@ export function __wbg_set_3e9ecd2ffea60583() { return handleError(function (arg0
|
|
|
5423
5427
|
}
|
|
5424
5428
|
}, arguments) };
|
|
5425
5429
|
|
|
5426
|
-
export function
|
|
5427
|
-
getObject(arg0)[takeObject(arg1)] = takeObject(arg2);
|
|
5428
|
-
};
|
|
5429
|
-
|
|
5430
|
-
export function __wbg_set_48ad64a343182edb() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5430
|
+
export function __wbg_set_7c976f937aff49d4() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5431
5431
|
let deferred0_0;
|
|
5432
5432
|
let deferred0_1;
|
|
5433
5433
|
try {
|
|
Binary file
|
|
@@ -513,24 +513,24 @@ export const __wbg_get_outgoingmessage_destination: (a: number) => number;
|
|
|
513
513
|
export const vaultclient_attachments: (a: number) => number;
|
|
514
514
|
export const __wbg_set_outgoingmessage_destination: (a: number, b: number) => void;
|
|
515
515
|
export const __wbg_cryptoclient_free: (a: number, b: number) => void;
|
|
516
|
-
export const
|
|
516
|
+
export const wasm_bindgen__convert__closures_____invoke__h6fa4a14c2e357000: (
|
|
517
517
|
a: number,
|
|
518
518
|
b: number,
|
|
519
|
+
c: number,
|
|
520
|
+
d: number,
|
|
519
521
|
) => void;
|
|
520
|
-
export const
|
|
522
|
+
export const wasm_bindgen__closure__destroy__h7a79e3df9e7c7848: (a: number, b: number) => void;
|
|
521
523
|
export const wasm_bindgen__convert__closures_____invoke__h7e690d71e18a977f: (
|
|
522
524
|
a: number,
|
|
523
525
|
b: number,
|
|
524
526
|
c: number,
|
|
525
527
|
) => void;
|
|
526
528
|
export const wasm_bindgen__closure__destroy__hd9661b26d463effa: (a: number, b: number) => void;
|
|
527
|
-
export const
|
|
529
|
+
export const wasm_bindgen__closure__destroy__hc71695a401114797: (a: number, b: number) => void;
|
|
530
|
+
export const wasm_bindgen__convert__closures_____invoke__ha638740cca0ef77d: (
|
|
528
531
|
a: number,
|
|
529
532
|
b: number,
|
|
530
|
-
c: number,
|
|
531
|
-
d: number,
|
|
532
533
|
) => void;
|
|
533
|
-
export const wasm_bindgen__closure__destroy__h7a79e3df9e7c7848: (a: number, b: number) => void;
|
|
534
534
|
export const wasm_bindgen__closure__destroy__h666c8569a46b7e11: (a: number, b: number) => void;
|
|
535
535
|
export const wasm_bindgen__convert__closures_____invoke__h0c62e4f019080f6a: (
|
|
536
536
|
a: number,
|