@bitwarden/commercial-sdk-internal 0.2.0-main.486 → 0.2.0-main.487
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 +2 -0
- package/bitwarden_wasm_internal_bg.js +28 -28
- 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 +2 -0
- package/node/bitwarden_wasm_internal.js +32 -32
- 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
|
@@ -989,14 +989,6 @@ exports.isGetFolderError = function(error) {
|
|
|
989
989
|
}
|
|
990
990
|
};
|
|
991
991
|
|
|
992
|
-
function wasm_bindgen__convert__closures_____invoke__h2d1acf2a4a5dec58(arg0, arg1, arg2) {
|
|
993
|
-
wasm.wasm_bindgen__convert__closures_____invoke__h2d1acf2a4a5dec58(arg0, arg1, addHeapObject(arg2));
|
|
994
|
-
}
|
|
995
|
-
|
|
996
|
-
function wasm_bindgen__convert__closures_____invoke__ha638740cca0ef77d(arg0, arg1) {
|
|
997
|
-
wasm.wasm_bindgen__convert__closures_____invoke__ha638740cca0ef77d(arg0, arg1);
|
|
998
|
-
}
|
|
999
|
-
|
|
1000
992
|
function wasm_bindgen__convert__closures_____invoke__hb102ba9d71e761f6(arg0, arg1, arg2) {
|
|
1001
993
|
try {
|
|
1002
994
|
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
@@ -1011,6 +1003,14 @@ function wasm_bindgen__convert__closures_____invoke__hb102ba9d71e761f6(arg0, arg
|
|
|
1011
1003
|
}
|
|
1012
1004
|
}
|
|
1013
1005
|
|
|
1006
|
+
function wasm_bindgen__convert__closures_____invoke__ha638740cca0ef77d(arg0, arg1) {
|
|
1007
|
+
wasm.wasm_bindgen__convert__closures_____invoke__ha638740cca0ef77d(arg0, arg1);
|
|
1008
|
+
}
|
|
1009
|
+
|
|
1010
|
+
function wasm_bindgen__convert__closures_____invoke__h2d1acf2a4a5dec58(arg0, arg1, arg2) {
|
|
1011
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h2d1acf2a4a5dec58(arg0, arg1, addHeapObject(arg2));
|
|
1012
|
+
}
|
|
1013
|
+
|
|
1014
1014
|
function wasm_bindgen__convert__closures_____invoke__h0c62e4f019080f6a(arg0, arg1, arg2, arg3) {
|
|
1015
1015
|
wasm.wasm_bindgen__convert__closures_____invoke__h0c62e4f019080f6a(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
|
|
1016
1016
|
}
|
|
@@ -4843,7 +4843,7 @@ exports.__wbg_call_e762c39fa8ea36bf = function() { return handleError(function (
|
|
|
4843
4843
|
return addHeapObject(ret);
|
|
4844
4844
|
}, arguments) };
|
|
4845
4845
|
|
|
4846
|
-
exports.
|
|
4846
|
+
exports.__wbg_cipher_2d1247f05b30f77e = function(arg0) {
|
|
4847
4847
|
const ret = getObject(arg0).cipher;
|
|
4848
4848
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
4849
4849
|
};
|
|
@@ -4935,7 +4935,7 @@ exports.__wbg_fetch_f8ba0e29a9d6de0d = function(arg0, arg1) {
|
|
|
4935
4935
|
return addHeapObject(ret);
|
|
4936
4936
|
};
|
|
4937
4937
|
|
|
4938
|
-
exports.
|
|
4938
|
+
exports.__wbg_folder_1b48ee0129bc4aef = function(arg0) {
|
|
4939
4939
|
const ret = getObject(arg0).folder;
|
|
4940
4940
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
4941
4941
|
};
|
|
@@ -4967,7 +4967,7 @@ exports.__wbg_getTime_14776bfb48a1bff9 = function(arg0) {
|
|
|
4967
4967
|
return ret;
|
|
4968
4968
|
};
|
|
4969
4969
|
|
|
4970
|
-
exports.
|
|
4970
|
+
exports.__wbg_get_0a25008b84f7d25c = function() { return handleError(function (arg0, arg1, arg2) {
|
|
4971
4971
|
let deferred0_0;
|
|
4972
4972
|
let deferred0_1;
|
|
4973
4973
|
try {
|
|
@@ -4980,17 +4980,7 @@ exports.__wbg_get_5e6e196b7e315352 = function() { return handleError(function (a
|
|
|
4980
4980
|
}
|
|
4981
4981
|
}, arguments) };
|
|
4982
4982
|
|
|
4983
|
-
exports.
|
|
4984
|
-
const ret = getObject(arg0)[arg1 >>> 0];
|
|
4985
|
-
return addHeapObject(ret);
|
|
4986
|
-
};
|
|
4987
|
-
|
|
4988
|
-
exports.__wbg_get_access_token_e2760ab93692a550 = function(arg0) {
|
|
4989
|
-
const ret = getObject(arg0).get_access_token();
|
|
4990
|
-
return addHeapObject(ret);
|
|
4991
|
-
};
|
|
4992
|
-
|
|
4993
|
-
exports.__wbg_get_e6ec424f9032b35c = function() { return handleError(function (arg0, arg1, arg2) {
|
|
4983
|
+
exports.__wbg_get_68e47edb669df514 = function() { return handleError(function (arg0, arg1, arg2) {
|
|
4994
4984
|
let deferred0_0;
|
|
4995
4985
|
let deferred0_1;
|
|
4996
4986
|
try {
|
|
@@ -5003,6 +4993,16 @@ exports.__wbg_get_e6ec424f9032b35c = function() { return handleError(function (a
|
|
|
5003
4993
|
}
|
|
5004
4994
|
}, arguments) };
|
|
5005
4995
|
|
|
4996
|
+
exports.__wbg_get_7bed016f185add81 = function(arg0, arg1) {
|
|
4997
|
+
const ret = getObject(arg0)[arg1 >>> 0];
|
|
4998
|
+
return addHeapObject(ret);
|
|
4999
|
+
};
|
|
5000
|
+
|
|
5001
|
+
exports.__wbg_get_access_token_ab7b7fd75e8e0ae1 = function(arg0) {
|
|
5002
|
+
const ret = getObject(arg0).get_access_token();
|
|
5003
|
+
return addHeapObject(ret);
|
|
5004
|
+
};
|
|
5005
|
+
|
|
5006
5006
|
exports.__wbg_get_efcb449f58ec27c2 = function() { return handleError(function (arg0, arg1) {
|
|
5007
5007
|
const ret = Reflect.get(getObject(arg0), getObject(arg1));
|
|
5008
5008
|
return addHeapObject(ret);
|
|
@@ -5191,12 +5191,12 @@ exports.__wbg_length_cdd215e10d9dd507 = function(arg0) {
|
|
|
5191
5191
|
return ret;
|
|
5192
5192
|
};
|
|
5193
5193
|
|
|
5194
|
-
exports.
|
|
5194
|
+
exports.__wbg_list_06d194051d5a464f = function() { return handleError(function (arg0) {
|
|
5195
5195
|
const ret = getObject(arg0).list();
|
|
5196
5196
|
return addHeapObject(ret);
|
|
5197
5197
|
}, arguments) };
|
|
5198
5198
|
|
|
5199
|
-
exports.
|
|
5199
|
+
exports.__wbg_list_60503123dab02237 = function() { return handleError(function (arg0) {
|
|
5200
5200
|
const ret = getObject(arg0).list();
|
|
5201
5201
|
return addHeapObject(ret);
|
|
5202
5202
|
}, arguments) };
|
|
@@ -5418,7 +5418,7 @@ exports.__wbg_randomFillSync_ac0988aba3254290 = function() { return handleError(
|
|
|
5418
5418
|
getObject(arg0).randomFillSync(takeObject(arg1));
|
|
5419
5419
|
}, arguments) };
|
|
5420
5420
|
|
|
5421
|
-
exports.
|
|
5421
|
+
exports.__wbg_remove_57d50e4cf38f98e9 = function() { return handleError(function (arg0, arg1, arg2) {
|
|
5422
5422
|
let deferred0_0;
|
|
5423
5423
|
let deferred0_1;
|
|
5424
5424
|
try {
|
|
@@ -5431,7 +5431,7 @@ exports.__wbg_remove_9ed247eaa9631247 = function() { return handleError(function
|
|
|
5431
5431
|
}
|
|
5432
5432
|
}, arguments) };
|
|
5433
5433
|
|
|
5434
|
-
exports.
|
|
5434
|
+
exports.__wbg_remove_a0601c1d6421d90d = function() { return handleError(function (arg0, arg1, arg2) {
|
|
5435
5435
|
let deferred0_0;
|
|
5436
5436
|
let deferred0_1;
|
|
5437
5437
|
try {
|
|
@@ -5469,11 +5469,7 @@ exports.__wbg_setTimeout_ca12ead8b48245e2 = function(arg0, arg1) {
|
|
|
5469
5469
|
return addHeapObject(ret);
|
|
5470
5470
|
};
|
|
5471
5471
|
|
|
5472
|
-
exports.
|
|
5473
|
-
getObject(arg0)[takeObject(arg1)] = takeObject(arg2);
|
|
5474
|
-
};
|
|
5475
|
-
|
|
5476
|
-
exports.__wbg_set_4d43dc4720dadd8e = function() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5472
|
+
exports.__wbg_set_346afe6e6edb087b = function() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5477
5473
|
let deferred0_0;
|
|
5478
5474
|
let deferred0_1;
|
|
5479
5475
|
try {
|
|
@@ -5486,12 +5482,16 @@ exports.__wbg_set_4d43dc4720dadd8e = function() { return handleError(function (a
|
|
|
5486
5482
|
}
|
|
5487
5483
|
}, arguments) };
|
|
5488
5484
|
|
|
5485
|
+
exports.__wbg_set_3f1d0b984ed272ed = function(arg0, arg1, arg2) {
|
|
5486
|
+
getObject(arg0)[takeObject(arg1)] = takeObject(arg2);
|
|
5487
|
+
};
|
|
5488
|
+
|
|
5489
5489
|
exports.__wbg_set_907fb406c34a251d = function(arg0, arg1, arg2) {
|
|
5490
5490
|
const ret = getObject(arg0).set(getObject(arg1), getObject(arg2));
|
|
5491
5491
|
return addHeapObject(ret);
|
|
5492
5492
|
};
|
|
5493
5493
|
|
|
5494
|
-
exports.
|
|
5494
|
+
exports.__wbg_set_9c9ede344ab3633e = function() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5495
5495
|
let deferred0_0;
|
|
5496
5496
|
let deferred0_1;
|
|
5497
5497
|
try {
|
|
Binary file
|
|
@@ -514,25 +514,25 @@ export const __wbg_get_outgoingmessage_destination: (a: number) => number;
|
|
|
514
514
|
export const vaultclient_attachments: (a: number) => number;
|
|
515
515
|
export const __wbg_set_outgoingmessage_destination: (a: number, b: number) => void;
|
|
516
516
|
export const __wbg_cryptoclient_free: (a: number, b: number) => void;
|
|
517
|
-
export const
|
|
517
|
+
export const wasm_bindgen__convert__closures_____invoke__hb102ba9d71e761f6: (
|
|
518
518
|
a: number,
|
|
519
519
|
b: number,
|
|
520
520
|
c: number,
|
|
521
|
+
d: number,
|
|
521
522
|
) => void;
|
|
522
|
-
export const
|
|
523
|
-
export const wasm_bindgen__closure__destroy__hc71695a401114797: (a: number, b: number) => void;
|
|
523
|
+
export const wasm_bindgen__closure__destroy__h607bdcca11c93892: (a: number, b: number) => void;
|
|
524
524
|
export const wasm_bindgen__convert__closures_____invoke__ha638740cca0ef77d: (
|
|
525
525
|
a: number,
|
|
526
526
|
b: number,
|
|
527
527
|
) => void;
|
|
528
|
-
export const
|
|
528
|
+
export const wasm_bindgen__closure__destroy__h666c8569a46b7e11: (a: number, b: number) => void;
|
|
529
|
+
export const wasm_bindgen__convert__closures_____invoke__h2d1acf2a4a5dec58: (
|
|
529
530
|
a: number,
|
|
530
531
|
b: number,
|
|
531
532
|
c: number,
|
|
532
|
-
d: number,
|
|
533
533
|
) => void;
|
|
534
|
-
export const
|
|
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,
|