@bitwarden/sdk-internal 0.2.0-main.304 → 0.2.0-main.306
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/VERSION +1 -1
- package/bitwarden_wasm_internal.d.ts +5 -10
- package/bitwarden_wasm_internal_bg.js +21 -21
- package/bitwarden_wasm_internal_bg.wasm +0 -0
- package/bitwarden_wasm_internal_bg.wasm.js +1 -1
- package/node/bitwarden_wasm_internal.d.ts +5 -10
- package/node/bitwarden_wasm_internal.js +21 -21
- package/node/bitwarden_wasm_internal_bg.wasm +0 -0
- package/package.json +1 -1
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
e30f1ea5e3c92db340a6cf4b85078c2e3c280794
|
|
@@ -786,7 +786,7 @@ export interface CryptoError extends Error {
|
|
|
786
786
|
| "EncString"
|
|
787
787
|
| "Rsa"
|
|
788
788
|
| "Fingerprint"
|
|
789
|
-
| "
|
|
789
|
+
| "Argon"
|
|
790
790
|
| "ZeroNumber"
|
|
791
791
|
| "OperationNotSupported"
|
|
792
792
|
| "WrongKeyType"
|
|
@@ -1032,12 +1032,7 @@ export function isKeyGenerationError(error: any): error is KeyGenerationError;
|
|
|
1032
1032
|
|
|
1033
1033
|
export interface DatabaseError extends Error {
|
|
1034
1034
|
name: "DatabaseError";
|
|
1035
|
-
variant:
|
|
1036
|
-
| "UnsupportedConfiguration"
|
|
1037
|
-
| "ThreadBoundRunner"
|
|
1038
|
-
| "Serialization"
|
|
1039
|
-
| "JSError"
|
|
1040
|
-
| "Internal";
|
|
1035
|
+
variant: "UnsupportedConfiguration" | "ThreadBoundRunner" | "Serialization" | "JS" | "Internal";
|
|
1041
1036
|
}
|
|
1042
1037
|
|
|
1043
1038
|
export function isDatabaseError(error: any): error is DatabaseError;
|
|
@@ -1423,7 +1418,7 @@ export interface PasswordHistory {
|
|
|
1423
1418
|
|
|
1424
1419
|
export interface GetFolderError extends Error {
|
|
1425
1420
|
name: "GetFolderError";
|
|
1426
|
-
variant: "ItemNotFound" | "Crypto" | "
|
|
1421
|
+
variant: "ItemNotFound" | "Crypto" | "Repository";
|
|
1427
1422
|
}
|
|
1428
1423
|
|
|
1429
1424
|
export function isGetFolderError(error: any): error is GetFolderError;
|
|
@@ -1436,7 +1431,7 @@ export interface EditFolderError extends Error {
|
|
|
1436
1431
|
| "Api"
|
|
1437
1432
|
| "VaultParse"
|
|
1438
1433
|
| "MissingField"
|
|
1439
|
-
| "
|
|
1434
|
+
| "Repository"
|
|
1440
1435
|
| "Uuid";
|
|
1441
1436
|
}
|
|
1442
1437
|
|
|
@@ -1444,7 +1439,7 @@ export function isEditFolderError(error: any): error is EditFolderError;
|
|
|
1444
1439
|
|
|
1445
1440
|
export interface CreateFolderError extends Error {
|
|
1446
1441
|
name: "CreateFolderError";
|
|
1447
|
-
variant: "Crypto" | "Api" | "VaultParse" | "MissingField" | "
|
|
1442
|
+
variant: "Crypto" | "Api" | "VaultParse" | "MissingField" | "Repository";
|
|
1448
1443
|
}
|
|
1449
1444
|
|
|
1450
1445
|
export function isCreateFolderError(error: any): error is CreateFolderError;
|
|
@@ -4102,7 +4102,7 @@ export function __wbg_getTime_46267b1c24877e30(arg0) {
|
|
|
4102
4102
|
return ret;
|
|
4103
4103
|
}
|
|
4104
4104
|
|
|
4105
|
-
export function
|
|
4105
|
+
export function __wbg_get_244e969dde4f5be1() {
|
|
4106
4106
|
return handleError(function (arg0, arg1, arg2) {
|
|
4107
4107
|
let deferred0_0;
|
|
4108
4108
|
let deferred0_1;
|
|
@@ -4117,19 +4117,7 @@ export function __wbg_get_2dff1787b56c86c6() {
|
|
|
4117
4117
|
}, arguments);
|
|
4118
4118
|
}
|
|
4119
4119
|
|
|
4120
|
-
export function
|
|
4121
|
-
return handleError(function (arg0, arg1) {
|
|
4122
|
-
const ret = Reflect.get(getObject(arg0), getObject(arg1));
|
|
4123
|
-
return addHeapObject(ret);
|
|
4124
|
-
}, arguments);
|
|
4125
|
-
}
|
|
4126
|
-
|
|
4127
|
-
export function __wbg_get_b9b93047fe3cf45b(arg0, arg1) {
|
|
4128
|
-
const ret = getObject(arg0)[arg1 >>> 0];
|
|
4129
|
-
return addHeapObject(ret);
|
|
4130
|
-
}
|
|
4131
|
-
|
|
4132
|
-
export function __wbg_get_dd8d6bc87a80cb3d() {
|
|
4120
|
+
export function __wbg_get_62e62c7bce1de978() {
|
|
4133
4121
|
return handleError(function (arg0, arg1, arg2) {
|
|
4134
4122
|
let deferred0_0;
|
|
4135
4123
|
let deferred0_1;
|
|
@@ -4144,7 +4132,19 @@ export function __wbg_get_dd8d6bc87a80cb3d() {
|
|
|
4144
4132
|
}, arguments);
|
|
4145
4133
|
}
|
|
4146
4134
|
|
|
4147
|
-
export function
|
|
4135
|
+
export function __wbg_get_67b2ba62fc30de12() {
|
|
4136
|
+
return handleError(function (arg0, arg1) {
|
|
4137
|
+
const ret = Reflect.get(getObject(arg0), getObject(arg1));
|
|
4138
|
+
return addHeapObject(ret);
|
|
4139
|
+
}, arguments);
|
|
4140
|
+
}
|
|
4141
|
+
|
|
4142
|
+
export function __wbg_get_b9b93047fe3cf45b(arg0, arg1) {
|
|
4143
|
+
const ret = getObject(arg0)[arg1 >>> 0];
|
|
4144
|
+
return addHeapObject(ret);
|
|
4145
|
+
}
|
|
4146
|
+
|
|
4147
|
+
export function __wbg_getaccesstoken_1ecf9954b74979bd(arg0) {
|
|
4148
4148
|
const ret = getObject(arg0).get_access_token();
|
|
4149
4149
|
return addHeapObject(ret);
|
|
4150
4150
|
}
|
|
@@ -4329,14 +4329,14 @@ export function __wbg_length_e2d2a49132c1b256(arg0) {
|
|
|
4329
4329
|
return ret;
|
|
4330
4330
|
}
|
|
4331
4331
|
|
|
4332
|
-
export function
|
|
4332
|
+
export function __wbg_list_37ca32136ef99690() {
|
|
4333
4333
|
return handleError(function (arg0) {
|
|
4334
4334
|
const ret = getObject(arg0).list();
|
|
4335
4335
|
return addHeapObject(ret);
|
|
4336
4336
|
}, arguments);
|
|
4337
4337
|
}
|
|
4338
4338
|
|
|
4339
|
-
export function
|
|
4339
|
+
export function __wbg_list_ddc7f9eab58d8468() {
|
|
4340
4340
|
return handleError(function (arg0) {
|
|
4341
4341
|
const ret = getObject(arg0).list();
|
|
4342
4342
|
return addHeapObject(ret);
|
|
@@ -4537,7 +4537,7 @@ export function __wbg_randomFillSync_ac0988aba3254290() {
|
|
|
4537
4537
|
}, arguments);
|
|
4538
4538
|
}
|
|
4539
4539
|
|
|
4540
|
-
export function
|
|
4540
|
+
export function __wbg_remove_99b320bcc978c0d9() {
|
|
4541
4541
|
return handleError(function (arg0, arg1, arg2) {
|
|
4542
4542
|
let deferred0_0;
|
|
4543
4543
|
let deferred0_1;
|
|
@@ -4552,7 +4552,7 @@ export function __wbg_remove_6a655fb0a45b1b87() {
|
|
|
4552
4552
|
}, arguments);
|
|
4553
4553
|
}
|
|
4554
4554
|
|
|
4555
|
-
export function
|
|
4555
|
+
export function __wbg_remove_b56add8a7767c7bb() {
|
|
4556
4556
|
return handleError(function (arg0, arg1, arg2) {
|
|
4557
4557
|
let deferred0_0;
|
|
4558
4558
|
let deferred0_1;
|
|
@@ -4598,7 +4598,7 @@ export function __wbg_setTimeout_ca12ead8b48245e2(arg0, arg1) {
|
|
|
4598
4598
|
return addHeapObject(ret);
|
|
4599
4599
|
}
|
|
4600
4600
|
|
|
4601
|
-
export function
|
|
4601
|
+
export function __wbg_set_1b3f0312806732b5() {
|
|
4602
4602
|
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
4603
4603
|
let deferred0_0;
|
|
4604
4604
|
let deferred0_1;
|
|
@@ -4630,7 +4630,7 @@ export function __wbg_set_8fc6bf8a5b1071d1(arg0, arg1, arg2) {
|
|
|
4630
4630
|
return addHeapObject(ret);
|
|
4631
4631
|
}
|
|
4632
4632
|
|
|
4633
|
-
export function
|
|
4633
|
+
export function __wbg_set_a786ef80829f502d() {
|
|
4634
4634
|
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
4635
4635
|
let deferred0_0;
|
|
4636
4636
|
let deferred0_1;
|
|
Binary file
|