@bitwarden/sdk-internal 0.2.0-main.233 → 0.2.0-main.234
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 +15 -0
- package/bitwarden_wasm_internal_bg.js +45 -32
- package/bitwarden_wasm_internal_bg.wasm +0 -0
- package/bitwarden_wasm_internal_bg.wasm.js +1 -1
- package/node/bitwarden_wasm_internal.d.ts +15 -0
- package/node/bitwarden_wasm_internal.js +45 -32
- package/node/bitwarden_wasm_internal_bg.wasm +0 -0
- package/package.json +1 -1
|
@@ -63,10 +63,25 @@ export enum CipherType {
|
|
|
63
63
|
Identity = 4,
|
|
64
64
|
SshKey = 5,
|
|
65
65
|
}
|
|
66
|
+
/**
|
|
67
|
+
* Represents the type of a [FieldView].
|
|
68
|
+
*/
|
|
66
69
|
export enum FieldType {
|
|
70
|
+
/**
|
|
71
|
+
* Text field
|
|
72
|
+
*/
|
|
67
73
|
Text = 0,
|
|
74
|
+
/**
|
|
75
|
+
* Hidden text field
|
|
76
|
+
*/
|
|
68
77
|
Hidden = 1,
|
|
78
|
+
/**
|
|
79
|
+
* Boolean field
|
|
80
|
+
*/
|
|
69
81
|
Boolean = 2,
|
|
82
|
+
/**
|
|
83
|
+
* Linked field
|
|
84
|
+
*/
|
|
70
85
|
Linked = 3,
|
|
71
86
|
}
|
|
72
87
|
export enum IdentityLinkedIdType {
|
|
@@ -841,15 +841,28 @@ module.exports.CipherType = Object.freeze({
|
|
|
841
841
|
5: "SshKey",
|
|
842
842
|
});
|
|
843
843
|
/**
|
|
844
|
+
* Represents the type of a [FieldView].
|
|
844
845
|
* @enum {0 | 1 | 2 | 3}
|
|
845
846
|
*/
|
|
846
847
|
module.exports.FieldType = Object.freeze({
|
|
848
|
+
/**
|
|
849
|
+
* Text field
|
|
850
|
+
*/
|
|
847
851
|
Text: 0,
|
|
848
852
|
0: "Text",
|
|
853
|
+
/**
|
|
854
|
+
* Hidden text field
|
|
855
|
+
*/
|
|
849
856
|
Hidden: 1,
|
|
850
857
|
1: "Hidden",
|
|
858
|
+
/**
|
|
859
|
+
* Boolean field
|
|
860
|
+
*/
|
|
851
861
|
Boolean: 2,
|
|
852
862
|
2: "Boolean",
|
|
863
|
+
/**
|
|
864
|
+
* Linked field
|
|
865
|
+
*/
|
|
853
866
|
Linked: 3,
|
|
854
867
|
3: "Linked",
|
|
855
868
|
});
|
|
@@ -3511,7 +3524,14 @@ module.exports.__wbg_getTime_46267b1c24877e30 = function (arg0) {
|
|
|
3511
3524
|
return ret;
|
|
3512
3525
|
};
|
|
3513
3526
|
|
|
3514
|
-
module.exports.
|
|
3527
|
+
module.exports.__wbg_get_67b2ba62fc30de12 = function () {
|
|
3528
|
+
return handleError(function (arg0, arg1) {
|
|
3529
|
+
const ret = Reflect.get(getObject(arg0), getObject(arg1));
|
|
3530
|
+
return addHeapObject(ret);
|
|
3531
|
+
}, arguments);
|
|
3532
|
+
};
|
|
3533
|
+
|
|
3534
|
+
module.exports.__wbg_get_90ebb47755cb51fb = function () {
|
|
3515
3535
|
return handleError(function (arg0, arg1, arg2) {
|
|
3516
3536
|
let deferred0_0;
|
|
3517
3537
|
let deferred0_1;
|
|
@@ -3526,7 +3546,12 @@ module.exports.__wbg_get_1e936e9c132ed56a = function () {
|
|
|
3526
3546
|
}, arguments);
|
|
3527
3547
|
};
|
|
3528
3548
|
|
|
3529
|
-
module.exports.
|
|
3549
|
+
module.exports.__wbg_get_b9b93047fe3cf45b = function (arg0, arg1) {
|
|
3550
|
+
const ret = getObject(arg0)[arg1 >>> 0];
|
|
3551
|
+
return addHeapObject(ret);
|
|
3552
|
+
};
|
|
3553
|
+
|
|
3554
|
+
module.exports.__wbg_get_d49d869dd32dfb0d = function () {
|
|
3530
3555
|
return handleError(function (arg0, arg1, arg2) {
|
|
3531
3556
|
let deferred0_0;
|
|
3532
3557
|
let deferred0_1;
|
|
@@ -3541,19 +3566,7 @@ module.exports.__wbg_get_63d4ac1519cd683d = function () {
|
|
|
3541
3566
|
}, arguments);
|
|
3542
3567
|
};
|
|
3543
3568
|
|
|
3544
|
-
module.exports.
|
|
3545
|
-
return handleError(function (arg0, arg1) {
|
|
3546
|
-
const ret = Reflect.get(getObject(arg0), getObject(arg1));
|
|
3547
|
-
return addHeapObject(ret);
|
|
3548
|
-
}, arguments);
|
|
3549
|
-
};
|
|
3550
|
-
|
|
3551
|
-
module.exports.__wbg_get_b9b93047fe3cf45b = function (arg0, arg1) {
|
|
3552
|
-
const ret = getObject(arg0)[arg1 >>> 0];
|
|
3553
|
-
return addHeapObject(ret);
|
|
3554
|
-
};
|
|
3555
|
-
|
|
3556
|
-
module.exports.__wbg_getaccesstoken_5c1081642adb54b3 = function (arg0) {
|
|
3569
|
+
module.exports.__wbg_getaccesstoken_9de9d7dbfd90255a = function (arg0) {
|
|
3557
3570
|
const ret = getObject(arg0).get_access_token();
|
|
3558
3571
|
return addHeapObject(ret);
|
|
3559
3572
|
};
|
|
@@ -3658,14 +3671,14 @@ module.exports.__wbg_length_e2d2a49132c1b256 = function (arg0) {
|
|
|
3658
3671
|
return ret;
|
|
3659
3672
|
};
|
|
3660
3673
|
|
|
3661
|
-
module.exports.
|
|
3674
|
+
module.exports.__wbg_list_30c256aaa2cad987 = function () {
|
|
3662
3675
|
return handleError(function (arg0) {
|
|
3663
3676
|
const ret = getObject(arg0).list();
|
|
3664
3677
|
return addHeapObject(ret);
|
|
3665
3678
|
}, arguments);
|
|
3666
3679
|
};
|
|
3667
3680
|
|
|
3668
|
-
module.exports.
|
|
3681
|
+
module.exports.__wbg_list_645df12dc84455e1 = function () {
|
|
3669
3682
|
return handleError(function (arg0) {
|
|
3670
3683
|
const ret = getObject(arg0).list();
|
|
3671
3684
|
return addHeapObject(ret);
|
|
@@ -3842,7 +3855,7 @@ module.exports.__wbg_randomFillSync_ac0988aba3254290 = function () {
|
|
|
3842
3855
|
}, arguments);
|
|
3843
3856
|
};
|
|
3844
3857
|
|
|
3845
|
-
module.exports.
|
|
3858
|
+
module.exports.__wbg_remove_4d57bc728fc99dfd = function () {
|
|
3846
3859
|
return handleError(function (arg0, arg1, arg2) {
|
|
3847
3860
|
let deferred0_0;
|
|
3848
3861
|
let deferred0_1;
|
|
@@ -3857,7 +3870,7 @@ module.exports.__wbg_remove_1b7f523b274e28d8 = function () {
|
|
|
3857
3870
|
}, arguments);
|
|
3858
3871
|
};
|
|
3859
3872
|
|
|
3860
|
-
module.exports.
|
|
3873
|
+
module.exports.__wbg_remove_4e6915c4e89cca81 = function () {
|
|
3861
3874
|
return handleError(function (arg0, arg1, arg2) {
|
|
3862
3875
|
let deferred0_0;
|
|
3863
3876
|
let deferred0_1;
|
|
@@ -3900,7 +3913,15 @@ module.exports.__wbg_set_37837023f3d740e8 = function (arg0, arg1, arg2) {
|
|
|
3900
3913
|
getObject(arg0)[arg1 >>> 0] = takeObject(arg2);
|
|
3901
3914
|
};
|
|
3902
3915
|
|
|
3903
|
-
module.exports.
|
|
3916
|
+
module.exports.__wbg_set_3f1d0b984ed272ed = function (arg0, arg1, arg2) {
|
|
3917
|
+
getObject(arg0)[takeObject(arg1)] = takeObject(arg2);
|
|
3918
|
+
};
|
|
3919
|
+
|
|
3920
|
+
module.exports.__wbg_set_65595bdd868b3009 = function (arg0, arg1, arg2) {
|
|
3921
|
+
getObject(arg0).set(getObject(arg1), arg2 >>> 0);
|
|
3922
|
+
};
|
|
3923
|
+
|
|
3924
|
+
module.exports.__wbg_set_6f02fcd0077351fd = function () {
|
|
3904
3925
|
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
3905
3926
|
let deferred0_0;
|
|
3906
3927
|
let deferred0_1;
|
|
@@ -3915,15 +3936,7 @@ module.exports.__wbg_set_39adcc20133bca63 = function () {
|
|
|
3915
3936
|
}, arguments);
|
|
3916
3937
|
};
|
|
3917
3938
|
|
|
3918
|
-
module.exports.
|
|
3919
|
-
getObject(arg0)[takeObject(arg1)] = takeObject(arg2);
|
|
3920
|
-
};
|
|
3921
|
-
|
|
3922
|
-
module.exports.__wbg_set_65595bdd868b3009 = function (arg0, arg1, arg2) {
|
|
3923
|
-
getObject(arg0).set(getObject(arg1), arg2 >>> 0);
|
|
3924
|
-
};
|
|
3925
|
-
|
|
3926
|
-
module.exports.__wbg_set_7a0f45f61f570f10 = function () {
|
|
3939
|
+
module.exports.__wbg_set_904c83091aaf1bd2 = function () {
|
|
3927
3940
|
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
3928
3941
|
let deferred0_0;
|
|
3929
3942
|
let deferred0_1;
|
|
@@ -4126,17 +4139,17 @@ module.exports.__wbindgen_cb_drop = function (arg0) {
|
|
|
4126
4139
|
return ret;
|
|
4127
4140
|
};
|
|
4128
4141
|
|
|
4129
|
-
module.exports.
|
|
4142
|
+
module.exports.__wbindgen_closure_wrapper3129 = function (arg0, arg1, arg2) {
|
|
4130
4143
|
const ret = makeMutClosure(arg0, arg1, 221, __wbg_adapter_54);
|
|
4131
4144
|
return addHeapObject(ret);
|
|
4132
4145
|
};
|
|
4133
4146
|
|
|
4134
|
-
module.exports.
|
|
4147
|
+
module.exports.__wbindgen_closure_wrapper5346 = function (arg0, arg1, arg2) {
|
|
4135
4148
|
const ret = makeMutClosure(arg0, arg1, 246, __wbg_adapter_54);
|
|
4136
4149
|
return addHeapObject(ret);
|
|
4137
4150
|
};
|
|
4138
4151
|
|
|
4139
|
-
module.exports.
|
|
4152
|
+
module.exports.__wbindgen_closure_wrapper5703 = function (arg0, arg1, arg2) {
|
|
4140
4153
|
const ret = makeMutClosure(arg0, arg1, 272, __wbg_adapter_59);
|
|
4141
4154
|
return addHeapObject(ret);
|
|
4142
4155
|
};
|
|
Binary file
|