@bitwarden/commercial-sdk-internal 0.2.0-main.437 → 0.2.0-main.438
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_bg.js +27 -27
- package/bitwarden_wasm_internal_bg.wasm +0 -0
- package/bitwarden_wasm_internal_bg.wasm.d.ts +7 -7
- package/bitwarden_wasm_internal_bg.wasm.js +1 -1
- package/node/bitwarden_wasm_internal.js +15 -15
- package/node/bitwarden_wasm_internal_bg.wasm +0 -0
- package/node/bitwarden_wasm_internal_bg.wasm.d.ts +1 -1
- package/package.json +1 -1
|
@@ -882,6 +882,18 @@ export function isGetFolderError(error) {
|
|
|
882
882
|
}
|
|
883
883
|
}
|
|
884
884
|
|
|
885
|
+
function wasm_bindgen__convert__closures_____invoke__h62b881a194105b80(arg0, arg1) {
|
|
886
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h62b881a194105b80(arg0, arg1);
|
|
887
|
+
}
|
|
888
|
+
|
|
889
|
+
function wasm_bindgen__convert__closures_____invoke__h3ee6e6da36ea79fd(arg0, arg1, arg2) {
|
|
890
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h3ee6e6da36ea79fd(
|
|
891
|
+
arg0,
|
|
892
|
+
arg1,
|
|
893
|
+
addHeapObject(arg2),
|
|
894
|
+
);
|
|
895
|
+
}
|
|
896
|
+
|
|
885
897
|
function wasm_bindgen__convert__closures_____invoke__h4186fc9839e7cab3(arg0, arg1, arg2) {
|
|
886
898
|
try {
|
|
887
899
|
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
@@ -901,18 +913,6 @@ function wasm_bindgen__convert__closures_____invoke__h4186fc9839e7cab3(arg0, arg
|
|
|
901
913
|
}
|
|
902
914
|
}
|
|
903
915
|
|
|
904
|
-
function wasm_bindgen__convert__closures_____invoke__h62b881a194105b80(arg0, arg1) {
|
|
905
|
-
wasm.wasm_bindgen__convert__closures_____invoke__h62b881a194105b80(arg0, arg1);
|
|
906
|
-
}
|
|
907
|
-
|
|
908
|
-
function wasm_bindgen__convert__closures_____invoke__h3ee6e6da36ea79fd(arg0, arg1, arg2) {
|
|
909
|
-
wasm.wasm_bindgen__convert__closures_____invoke__h3ee6e6da36ea79fd(
|
|
910
|
-
arg0,
|
|
911
|
-
arg1,
|
|
912
|
-
addHeapObject(arg2),
|
|
913
|
-
);
|
|
914
|
-
}
|
|
915
|
-
|
|
916
916
|
function wasm_bindgen__convert__closures_____invoke__h92667cd2c3a9eee2(arg0, arg1, arg2, arg3) {
|
|
917
917
|
wasm.wasm_bindgen__convert__closures_____invoke__h92667cd2c3a9eee2(
|
|
918
918
|
arg0,
|
|
@@ -4681,7 +4681,7 @@ export function __wbg_call_e762c39fa8ea36bf() {
|
|
|
4681
4681
|
}, arguments);
|
|
4682
4682
|
}
|
|
4683
4683
|
|
|
4684
|
-
export function
|
|
4684
|
+
export function __wbg_cipher_89ddf96e8f6d1f4e(arg0) {
|
|
4685
4685
|
const ret = getObject(arg0).cipher;
|
|
4686
4686
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
4687
4687
|
}
|
|
@@ -4774,7 +4774,7 @@ export function __wbg_fetch_f8ba0e29a9d6de0d(arg0, arg1) {
|
|
|
4774
4774
|
return addHeapObject(ret);
|
|
4775
4775
|
}
|
|
4776
4776
|
|
|
4777
|
-
export function
|
|
4777
|
+
export function __wbg_folder_0063578e899b5b52(arg0) {
|
|
4778
4778
|
const ret = getObject(arg0).folder;
|
|
4779
4779
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
4780
4780
|
}
|
|
@@ -4807,7 +4807,7 @@ export function __wbg_getTime_14776bfb48a1bff9(arg0) {
|
|
|
4807
4807
|
return ret;
|
|
4808
4808
|
}
|
|
4809
4809
|
|
|
4810
|
-
export function
|
|
4810
|
+
export function __wbg_get_5fde70a9bd0dd5be() {
|
|
4811
4811
|
return handleError(function (arg0, arg1, arg2) {
|
|
4812
4812
|
let deferred0_0;
|
|
4813
4813
|
let deferred0_1;
|
|
@@ -4827,7 +4827,12 @@ export function __wbg_get_7bed016f185add81(arg0, arg1) {
|
|
|
4827
4827
|
return addHeapObject(ret);
|
|
4828
4828
|
}
|
|
4829
4829
|
|
|
4830
|
-
export function
|
|
4830
|
+
export function __wbg_get_access_token_62217b1b4af751c9(arg0) {
|
|
4831
|
+
const ret = getObject(arg0).get_access_token();
|
|
4832
|
+
return addHeapObject(ret);
|
|
4833
|
+
}
|
|
4834
|
+
|
|
4835
|
+
export function __wbg_get_d1e4f7dec6693a10() {
|
|
4831
4836
|
return handleError(function (arg0, arg1, arg2) {
|
|
4832
4837
|
let deferred0_0;
|
|
4833
4838
|
let deferred0_1;
|
|
@@ -4842,11 +4847,6 @@ export function __wbg_get_a500a1cf45d12e9b() {
|
|
|
4842
4847
|
}, arguments);
|
|
4843
4848
|
}
|
|
4844
4849
|
|
|
4845
|
-
export function __wbg_get_access_token_acb10922a5e768ad(arg0) {
|
|
4846
|
-
const ret = getObject(arg0).get_access_token();
|
|
4847
|
-
return addHeapObject(ret);
|
|
4848
|
-
}
|
|
4849
|
-
|
|
4850
4850
|
export function __wbg_get_efcb449f58ec27c2() {
|
|
4851
4851
|
return handleError(function (arg0, arg1) {
|
|
4852
4852
|
const ret = Reflect.get(getObject(arg0), getObject(arg1));
|
|
@@ -5038,14 +5038,14 @@ export function __wbg_length_cdd215e10d9dd507(arg0) {
|
|
|
5038
5038
|
return ret;
|
|
5039
5039
|
}
|
|
5040
5040
|
|
|
5041
|
-
export function
|
|
5041
|
+
export function __wbg_list_3bdbeba35fb8de67() {
|
|
5042
5042
|
return handleError(function (arg0) {
|
|
5043
5043
|
const ret = getObject(arg0).list();
|
|
5044
5044
|
return addHeapObject(ret);
|
|
5045
5045
|
}, arguments);
|
|
5046
5046
|
}
|
|
5047
5047
|
|
|
5048
|
-
export function
|
|
5048
|
+
export function __wbg_list_5ed595a073923ba5() {
|
|
5049
5049
|
return handleError(function (arg0) {
|
|
5050
5050
|
const ret = getObject(arg0).list();
|
|
5051
5051
|
return addHeapObject(ret);
|
|
@@ -5289,7 +5289,7 @@ export function __wbg_randomFillSync_ac0988aba3254290() {
|
|
|
5289
5289
|
}, arguments);
|
|
5290
5290
|
}
|
|
5291
5291
|
|
|
5292
|
-
export function
|
|
5292
|
+
export function __wbg_remove_22342f2da577d0e2() {
|
|
5293
5293
|
return handleError(function (arg0, arg1, arg2) {
|
|
5294
5294
|
let deferred0_0;
|
|
5295
5295
|
let deferred0_1;
|
|
@@ -5304,7 +5304,7 @@ export function __wbg_remove_491c4cc200722fdc() {
|
|
|
5304
5304
|
}, arguments);
|
|
5305
5305
|
}
|
|
5306
5306
|
|
|
5307
|
-
export function
|
|
5307
|
+
export function __wbg_remove_4a20c1a6417e4d05() {
|
|
5308
5308
|
return handleError(function (arg0, arg1, arg2) {
|
|
5309
5309
|
let deferred0_0;
|
|
5310
5310
|
let deferred0_1;
|
|
@@ -5378,7 +5378,7 @@ export function __wbg_set_credentials_f621cd2d85c0c228(arg0, arg1) {
|
|
|
5378
5378
|
getObject(arg0).credentials = __wbindgen_enum_RequestCredentials[arg1];
|
|
5379
5379
|
}
|
|
5380
5380
|
|
|
5381
|
-
export function
|
|
5381
|
+
export function __wbg_set_dc5ece2cb756f23c() {
|
|
5382
5382
|
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5383
5383
|
let deferred0_0;
|
|
5384
5384
|
let deferred0_1;
|
|
@@ -5393,7 +5393,7 @@ export function __wbg_set_dd61f32bc8ce7525() {
|
|
|
5393
5393
|
}, arguments);
|
|
5394
5394
|
}
|
|
5395
5395
|
|
|
5396
|
-
export function
|
|
5396
|
+
export function __wbg_set_fc67b573cd943c8e() {
|
|
5397
5397
|
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5398
5398
|
let deferred0_0;
|
|
5399
5399
|
let deferred0_1;
|
|
Binary file
|
|
@@ -454,13 +454,6 @@ export const __wbg_get_outgoingmessage_destination: (a: number) => number;
|
|
|
454
454
|
export const __wbg_registrationclient_free: (a: number, b: number) => void;
|
|
455
455
|
export const __wbg_set_outgoingmessage_destination: (a: number, b: number) => void;
|
|
456
456
|
export const __wbg_cryptoclient_free: (a: number, b: number) => void;
|
|
457
|
-
export const wasm_bindgen__convert__closures_____invoke__h4186fc9839e7cab3: (
|
|
458
|
-
a: number,
|
|
459
|
-
b: number,
|
|
460
|
-
c: number,
|
|
461
|
-
d: number,
|
|
462
|
-
) => void;
|
|
463
|
-
export const wasm_bindgen__closure__destroy__h03764d3cf8644af3: (a: number, b: number) => void;
|
|
464
457
|
export const wasm_bindgen__convert__closures_____invoke__h62b881a194105b80: (
|
|
465
458
|
a: number,
|
|
466
459
|
b: number,
|
|
@@ -472,6 +465,13 @@ export const wasm_bindgen__convert__closures_____invoke__h3ee6e6da36ea79fd: (
|
|
|
472
465
|
c: number,
|
|
473
466
|
) => void;
|
|
474
467
|
export const wasm_bindgen__closure__destroy__h4e2596d1eeea1ddd: (a: number, b: number) => void;
|
|
468
|
+
export const wasm_bindgen__convert__closures_____invoke__h4186fc9839e7cab3: (
|
|
469
|
+
a: number,
|
|
470
|
+
b: number,
|
|
471
|
+
c: number,
|
|
472
|
+
d: number,
|
|
473
|
+
) => void;
|
|
474
|
+
export const wasm_bindgen__closure__destroy__h03764d3cf8644af3: (a: number, b: number) => void;
|
|
475
475
|
export const wasm_bindgen__convert__closures_____invoke__h92667cd2c3a9eee2: (
|
|
476
476
|
a: number,
|
|
477
477
|
b: number,
|