@bitwarden/commercial-sdk-internal 0.2.0-main.470 → 0.2.0-main.471
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 +1 -1
- package/bitwarden_wasm_internal_bg.js +35 -35
- 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.d.ts +1 -1
- package/node/bitwarden_wasm_internal.js +35 -35
- 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
|
@@ -1011,8 +1011,8 @@ export type PasswordProtectedKeyEnvelope = Tagged<string, "PasswordProtectedKeyE
|
|
|
1011
1011
|
export interface CryptoError extends Error {
|
|
1012
1012
|
name: "CryptoError";
|
|
1013
1013
|
variant:
|
|
1014
|
+
| "Decrypt"
|
|
1014
1015
|
| "InvalidKey"
|
|
1015
|
-
| "InvalidMac"
|
|
1016
1016
|
| "KeyDecrypt"
|
|
1017
1017
|
| "InvalidKeyLen"
|
|
1018
1018
|
| "InvalidUtf8String"
|
|
@@ -986,8 +986,8 @@ export function isGetFolderError(error) {
|
|
|
986
986
|
}
|
|
987
987
|
}
|
|
988
988
|
|
|
989
|
-
function
|
|
990
|
-
wasm.
|
|
989
|
+
function wasm_bindgen__convert__closures_____invoke__h2d1acf2a4a5dec58(arg0, arg1, arg2) {
|
|
990
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h2d1acf2a4a5dec58(arg0, arg1, addHeapObject(arg2));
|
|
991
991
|
}
|
|
992
992
|
|
|
993
993
|
function wasm_bindgen__convert__closures_____invoke__hb102ba9d71e761f6(arg0, arg1, arg2) {
|
|
@@ -1004,8 +1004,8 @@ function wasm_bindgen__convert__closures_____invoke__hb102ba9d71e761f6(arg0, arg
|
|
|
1004
1004
|
}
|
|
1005
1005
|
}
|
|
1006
1006
|
|
|
1007
|
-
function
|
|
1008
|
-
wasm.
|
|
1007
|
+
function wasm_bindgen__convert__closures_____invoke__ha638740cca0ef77d(arg0, arg1) {
|
|
1008
|
+
wasm.wasm_bindgen__convert__closures_____invoke__ha638740cca0ef77d(arg0, arg1);
|
|
1009
1009
|
}
|
|
1010
1010
|
|
|
1011
1011
|
function wasm_bindgen__convert__closures_____invoke__h0c62e4f019080f6a(arg0, arg1, arg2, arg3) {
|
|
@@ -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_5c9e39c1432064f7(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_4ebc645236a1002f(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_8aa8083d78eae2e2() { return handleError(function (arg0, arg1, arg2) {
|
|
4911
|
+
export function __wbg_get_350e2792874c2b01() { return handleError(function (arg0, arg1, arg2) {
|
|
4917
4912
|
let deferred0_0;
|
|
4918
4913
|
let deferred0_1;
|
|
4919
4914
|
try {
|
|
@@ -4926,7 +4921,12 @@ export function __wbg_get_8aa8083d78eae2e2() { 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_8dd113a93566cae8() { return handleError(function (arg0, arg1, arg2) {
|
|
4930
4930
|
let deferred0_0;
|
|
4931
4931
|
let deferred0_1;
|
|
4932
4932
|
try {
|
|
@@ -4939,7 +4939,7 @@ export function __wbg_get_9579fa223e0b4e56() { return handleError(function (arg0
|
|
|
4939
4939
|
}
|
|
4940
4940
|
}, arguments) };
|
|
4941
4941
|
|
|
4942
|
-
export function
|
|
4942
|
+
export function __wbg_get_access_token_d0f2776f07a9d525(arg0) {
|
|
4943
4943
|
const ret = getObject(arg0).get_access_token();
|
|
4944
4944
|
return addHeapObject(ret);
|
|
4945
4945
|
};
|
|
@@ -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_50efee149f7de26c() { 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_61ba38bb7fe60a1a() { 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_82c3dba8a1612f3c() { 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_7fae5280a1885ff6() { return handleError(function (a
|
|
|
5372
5372
|
}
|
|
5373
5373
|
}, arguments) };
|
|
5374
5374
|
|
|
5375
|
-
export function
|
|
5375
|
+
export function __wbg_remove_927c17e7c01dbb2f() { return handleError(function (arg0, arg1, arg2) {
|
|
5376
5376
|
let deferred0_0;
|
|
5377
5377
|
let deferred0_1;
|
|
5378
5378
|
try {
|
|
@@ -5419,7 +5419,20 @@ export function __wbg_set_907fb406c34a251d(arg0, arg1, arg2) {
|
|
|
5419
5419
|
return addHeapObject(ret);
|
|
5420
5420
|
};
|
|
5421
5421
|
|
|
5422
|
-
export function
|
|
5422
|
+
export function __wbg_set_body_3c365989753d61f4(arg0, arg1) {
|
|
5423
|
+
getObject(arg0).body = getObject(arg1);
|
|
5424
|
+
};
|
|
5425
|
+
|
|
5426
|
+
export function __wbg_set_c213c871859d6500(arg0, arg1, arg2) {
|
|
5427
|
+
getObject(arg0)[arg1 >>> 0] = takeObject(arg2);
|
|
5428
|
+
};
|
|
5429
|
+
|
|
5430
|
+
export function __wbg_set_c2abbebe8b9ebee1() { return handleError(function (arg0, arg1, arg2) {
|
|
5431
|
+
const ret = Reflect.set(getObject(arg0), getObject(arg1), getObject(arg2));
|
|
5432
|
+
return ret;
|
|
5433
|
+
}, arguments) };
|
|
5434
|
+
|
|
5435
|
+
export function __wbg_set_cebdb9f8a1e66108() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5423
5436
|
let deferred0_0;
|
|
5424
5437
|
let deferred0_1;
|
|
5425
5438
|
try {
|
|
@@ -5432,11 +5445,11 @@ export function __wbg_set_95a23f8810c8799a() { return handleError(function (arg0
|
|
|
5432
5445
|
}
|
|
5433
5446
|
}, arguments) };
|
|
5434
5447
|
|
|
5435
|
-
export function
|
|
5436
|
-
getObject(arg0).
|
|
5448
|
+
export function __wbg_set_credentials_f621cd2d85c0c228(arg0, arg1) {
|
|
5449
|
+
getObject(arg0).credentials = __wbindgen_enum_RequestCredentials[arg1];
|
|
5437
5450
|
};
|
|
5438
5451
|
|
|
5439
|
-
export function
|
|
5452
|
+
export function __wbg_set_fab346b938dc92c1() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5440
5453
|
let deferred0_0;
|
|
5441
5454
|
let deferred0_1;
|
|
5442
5455
|
try {
|
|
@@ -5449,19 +5462,6 @@ export function __wbg_set_c17c1b55c187229b() { return handleError(function (arg0
|
|
|
5449
5462
|
}
|
|
5450
5463
|
}, arguments) };
|
|
5451
5464
|
|
|
5452
|
-
export function __wbg_set_c213c871859d6500(arg0, arg1, arg2) {
|
|
5453
|
-
getObject(arg0)[arg1 >>> 0] = takeObject(arg2);
|
|
5454
|
-
};
|
|
5455
|
-
|
|
5456
|
-
export function __wbg_set_c2abbebe8b9ebee1() { return handleError(function (arg0, arg1, arg2) {
|
|
5457
|
-
const ret = Reflect.set(getObject(arg0), getObject(arg1), getObject(arg2));
|
|
5458
|
-
return ret;
|
|
5459
|
-
}, arguments) };
|
|
5460
|
-
|
|
5461
|
-
export function __wbg_set_credentials_f621cd2d85c0c228(arg0, arg1) {
|
|
5462
|
-
getObject(arg0).credentials = __wbindgen_enum_RequestCredentials[arg1];
|
|
5463
|
-
};
|
|
5464
|
-
|
|
5465
5465
|
export function __wbg_set_headers_6926da238cd32ee4(arg0, arg1) {
|
|
5466
5466
|
getObject(arg0).headers = getObject(arg1);
|
|
5467
5467
|
};
|
|
Binary file
|
|
@@ -513,10 +513,12 @@ 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__h2d1acf2a4a5dec58: (
|
|
517
517
|
a: number,
|
|
518
518
|
b: number,
|
|
519
|
+
c: number,
|
|
519
520
|
) => void;
|
|
521
|
+
export const wasm_bindgen__closure__destroy__hd9661b26d463effa: (a: number, b: number) => void;
|
|
520
522
|
export const wasm_bindgen__closure__destroy__hc71695a401114797: (a: number, b: number) => void;
|
|
521
523
|
export const wasm_bindgen__convert__closures_____invoke__hb102ba9d71e761f6: (
|
|
522
524
|
a: number,
|
|
@@ -525,13 +527,11 @@ export const wasm_bindgen__convert__closures_____invoke__hb102ba9d71e761f6: (
|
|
|
525
527
|
d: number,
|
|
526
528
|
) => void;
|
|
527
529
|
export const wasm_bindgen__closure__destroy__h607bdcca11c93892: (a: number, b: number) => void;
|
|
528
|
-
export const
|
|
529
|
-
export const wasm_bindgen__convert__closures_____invoke__h2d1acf2a4a5dec58: (
|
|
530
|
+
export const wasm_bindgen__convert__closures_____invoke__ha638740cca0ef77d: (
|
|
530
531
|
a: number,
|
|
531
532
|
b: number,
|
|
532
|
-
c: number,
|
|
533
533
|
) => void;
|
|
534
|
-
export const
|
|
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,
|
|
537
537
|
b: number,
|