@bitwarden/sdk-internal 0.2.0-main.469 → 0.2.0-main.470
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 +13 -0
- package/bitwarden_wasm_internal_bg.js +27 -27
- package/bitwarden_wasm_internal_bg.wasm +0 -0
- package/bitwarden_wasm_internal_bg.wasm.d.ts +4 -4
- package/bitwarden_wasm_internal_bg.wasm.js +1 -1
- package/node/bitwarden_wasm_internal.d.ts +13 -0
- package/node/bitwarden_wasm_internal.js +31 -31
- package/node/bitwarden_wasm_internal_bg.wasm +0 -0
- package/node/bitwarden_wasm_internal_bg.wasm.d.ts +6 -6
- package/package.json +1 -1
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
8e5efd80eac39191908a2d4b255c2f02577277b2
|
|
@@ -379,6 +379,15 @@ export interface JitMasterPasswordRegistrationResponse {
|
|
|
379
379
|
* Request parameters for SSO JIT master password registration.
|
|
380
380
|
*/
|
|
381
381
|
export interface JitMasterPasswordRegistrationRequest {
|
|
382
|
+
/**
|
|
383
|
+
* Organization ID to enroll in
|
|
384
|
+
*/
|
|
385
|
+
org_id: OrganizationId;
|
|
386
|
+
/**
|
|
387
|
+
* Organization\'s public key for encrypting the reset password key. This should be verified by
|
|
388
|
+
* the client and not verifying may compromise the security of the user\'s account.
|
|
389
|
+
*/
|
|
390
|
+
org_public_key: B64;
|
|
382
391
|
/**
|
|
383
392
|
* Organization SSO identifier
|
|
384
393
|
*/
|
|
@@ -399,6 +408,10 @@ export interface JitMasterPasswordRegistrationRequest {
|
|
|
399
408
|
* Optional hint for the master password
|
|
400
409
|
*/
|
|
401
410
|
master_password_hint: string | undefined;
|
|
411
|
+
/**
|
|
412
|
+
* Should enroll user into admin password reset
|
|
413
|
+
*/
|
|
414
|
+
reset_password_enroll: boolean;
|
|
402
415
|
}
|
|
403
416
|
|
|
404
417
|
/**
|
|
@@ -4710,7 +4710,7 @@ export function __wbg_call_e762c39fa8ea36bf() { return handleError(function (arg
|
|
|
4710
4710
|
return addHeapObject(ret);
|
|
4711
4711
|
}, arguments) };
|
|
4712
4712
|
|
|
4713
|
-
export function
|
|
4713
|
+
export function __wbg_cipher_7c9dba354af24b21(arg0) {
|
|
4714
4714
|
const ret = getObject(arg0).cipher;
|
|
4715
4715
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
4716
4716
|
};
|
|
@@ -4802,7 +4802,7 @@ export function __wbg_fetch_f8ba0e29a9d6de0d(arg0, arg1) {
|
|
|
4802
4802
|
return addHeapObject(ret);
|
|
4803
4803
|
};
|
|
4804
4804
|
|
|
4805
|
-
export function
|
|
4805
|
+
export function __wbg_folder_5eadc2af12436576(arg0) {
|
|
4806
4806
|
const ret = getObject(arg0).folder;
|
|
4807
4807
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
4808
4808
|
};
|
|
@@ -4834,7 +4834,12 @@ export function __wbg_getTime_14776bfb48a1bff9(arg0) {
|
|
|
4834
4834
|
return ret;
|
|
4835
4835
|
};
|
|
4836
4836
|
|
|
4837
|
-
export function
|
|
4837
|
+
export function __wbg_get_7bed016f185add81(arg0, arg1) {
|
|
4838
|
+
const ret = getObject(arg0)[arg1 >>> 0];
|
|
4839
|
+
return addHeapObject(ret);
|
|
4840
|
+
};
|
|
4841
|
+
|
|
4842
|
+
export function __wbg_get_8aa8083d78eae2e2() { return handleError(function (arg0, arg1, arg2) {
|
|
4838
4843
|
let deferred0_0;
|
|
4839
4844
|
let deferred0_1;
|
|
4840
4845
|
try {
|
|
@@ -4847,7 +4852,7 @@ export function __wbg_get_0cc6bb3949df4ac2() { return handleError(function (arg0
|
|
|
4847
4852
|
}
|
|
4848
4853
|
}, arguments) };
|
|
4849
4854
|
|
|
4850
|
-
export function
|
|
4855
|
+
export function __wbg_get_9579fa223e0b4e56() { return handleError(function (arg0, arg1, arg2) {
|
|
4851
4856
|
let deferred0_0;
|
|
4852
4857
|
let deferred0_1;
|
|
4853
4858
|
try {
|
|
@@ -4860,12 +4865,7 @@ export function __wbg_get_79c4822ce7ab6745() { return handleError(function (arg0
|
|
|
4860
4865
|
}
|
|
4861
4866
|
}, arguments) };
|
|
4862
4867
|
|
|
4863
|
-
export function
|
|
4864
|
-
const ret = getObject(arg0)[arg1 >>> 0];
|
|
4865
|
-
return addHeapObject(ret);
|
|
4866
|
-
};
|
|
4867
|
-
|
|
4868
|
-
export function __wbg_get_access_token_2d94948131a21b38(arg0) {
|
|
4868
|
+
export function __wbg_get_access_token_efdb6dd67bd6722e(arg0) {
|
|
4869
4869
|
const ret = getObject(arg0).get_access_token();
|
|
4870
4870
|
return addHeapObject(ret);
|
|
4871
4871
|
};
|
|
@@ -5058,12 +5058,12 @@ export function __wbg_length_cdd215e10d9dd507(arg0) {
|
|
|
5058
5058
|
return ret;
|
|
5059
5059
|
};
|
|
5060
5060
|
|
|
5061
|
-
export function
|
|
5061
|
+
export function __wbg_list_da9e5db18da83cf5() { return handleError(function (arg0) {
|
|
5062
5062
|
const ret = getObject(arg0).list();
|
|
5063
5063
|
return addHeapObject(ret);
|
|
5064
5064
|
}, arguments) };
|
|
5065
5065
|
|
|
5066
|
-
export function
|
|
5066
|
+
export function __wbg_list_ef03d4269e4d3c46() { return handleError(function (arg0) {
|
|
5067
5067
|
const ret = getObject(arg0).list();
|
|
5068
5068
|
return addHeapObject(ret);
|
|
5069
5069
|
}, arguments) };
|
|
@@ -5285,7 +5285,7 @@ export function __wbg_randomFillSync_ac0988aba3254290() { return handleError(fun
|
|
|
5285
5285
|
getObject(arg0).randomFillSync(takeObject(arg1));
|
|
5286
5286
|
}, arguments) };
|
|
5287
5287
|
|
|
5288
|
-
export function
|
|
5288
|
+
export function __wbg_remove_7fae5280a1885ff6() { return handleError(function (arg0, arg1, arg2) {
|
|
5289
5289
|
let deferred0_0;
|
|
5290
5290
|
let deferred0_1;
|
|
5291
5291
|
try {
|
|
@@ -5298,7 +5298,7 @@ export function __wbg_remove_50fe1edb8d8c56fb() { return handleError(function (a
|
|
|
5298
5298
|
}
|
|
5299
5299
|
}, arguments) };
|
|
5300
5300
|
|
|
5301
|
-
export function
|
|
5301
|
+
export function __wbg_remove_b043f8c01fa04007() { return handleError(function (arg0, arg1, arg2) {
|
|
5302
5302
|
let deferred0_0;
|
|
5303
5303
|
let deferred0_1;
|
|
5304
5304
|
try {
|
|
@@ -5336,7 +5336,16 @@ export function __wbg_setTimeout_ca12ead8b48245e2(arg0, arg1) {
|
|
|
5336
5336
|
return addHeapObject(ret);
|
|
5337
5337
|
};
|
|
5338
5338
|
|
|
5339
|
-
export function
|
|
5339
|
+
export function __wbg_set_3f1d0b984ed272ed(arg0, arg1, arg2) {
|
|
5340
|
+
getObject(arg0)[takeObject(arg1)] = takeObject(arg2);
|
|
5341
|
+
};
|
|
5342
|
+
|
|
5343
|
+
export function __wbg_set_907fb406c34a251d(arg0, arg1, arg2) {
|
|
5344
|
+
const ret = getObject(arg0).set(getObject(arg1), getObject(arg2));
|
|
5345
|
+
return addHeapObject(ret);
|
|
5346
|
+
};
|
|
5347
|
+
|
|
5348
|
+
export function __wbg_set_95a23f8810c8799a() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5340
5349
|
let deferred0_0;
|
|
5341
5350
|
let deferred0_1;
|
|
5342
5351
|
try {
|
|
@@ -5349,11 +5358,11 @@ export function __wbg_set_0fbe9e381bec3aaa() { return handleError(function (arg0
|
|
|
5349
5358
|
}
|
|
5350
5359
|
}, arguments) };
|
|
5351
5360
|
|
|
5352
|
-
export function
|
|
5353
|
-
getObject(arg0)
|
|
5361
|
+
export function __wbg_set_body_3c365989753d61f4(arg0, arg1) {
|
|
5362
|
+
getObject(arg0).body = getObject(arg1);
|
|
5354
5363
|
};
|
|
5355
5364
|
|
|
5356
|
-
export function
|
|
5365
|
+
export function __wbg_set_c17c1b55c187229b() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5357
5366
|
let deferred0_0;
|
|
5358
5367
|
let deferred0_1;
|
|
5359
5368
|
try {
|
|
@@ -5366,15 +5375,6 @@ export function __wbg_set_7a95f793cbf6b234() { return handleError(function (arg0
|
|
|
5366
5375
|
}
|
|
5367
5376
|
}, arguments) };
|
|
5368
5377
|
|
|
5369
|
-
export function __wbg_set_907fb406c34a251d(arg0, arg1, arg2) {
|
|
5370
|
-
const ret = getObject(arg0).set(getObject(arg1), getObject(arg2));
|
|
5371
|
-
return addHeapObject(ret);
|
|
5372
|
-
};
|
|
5373
|
-
|
|
5374
|
-
export function __wbg_set_body_3c365989753d61f4(arg0, arg1) {
|
|
5375
|
-
getObject(arg0).body = getObject(arg1);
|
|
5376
|
-
};
|
|
5377
|
-
|
|
5378
5378
|
export function __wbg_set_c213c871859d6500(arg0, arg1, arg2) {
|
|
5379
5379
|
getObject(arg0)[arg1 >>> 0] = takeObject(arg2);
|
|
5380
5380
|
};
|
|
Binary file
|
|
@@ -514,20 +514,20 @@ export const wasm_bindgen__convert__closures_____invoke__h7e690d71e18a977f: (
|
|
|
514
514
|
b: number,
|
|
515
515
|
c: number,
|
|
516
516
|
) => void;
|
|
517
|
-
export const
|
|
517
|
+
export const wasm_bindgen__closure__destroy__hc71695a401114797: (a: number, b: number) => void;
|
|
518
518
|
export const wasm_bindgen__convert__closures_____invoke__ha638740cca0ef77d: (
|
|
519
519
|
a: number,
|
|
520
520
|
b: number,
|
|
521
521
|
) => void;
|
|
522
|
-
export const
|
|
523
|
-
export const
|
|
522
|
+
export const wasm_bindgen__closure__destroy__h0d4ec2bbb1b6536b: (a: number, b: number) => void;
|
|
523
|
+
export const wasm_bindgen__closure__destroy__hd9661b26d463effa: (a: number, b: number) => void;
|
|
524
524
|
export const wasm_bindgen__convert__closures_____invoke__h693de69d229f304a: (
|
|
525
525
|
a: number,
|
|
526
526
|
b: number,
|
|
527
527
|
c: number,
|
|
528
528
|
d: number,
|
|
529
529
|
) => void;
|
|
530
|
-
export const
|
|
530
|
+
export const wasm_bindgen__closure__destroy__h666c8569a46b7e11: (a: number, b: number) => void;
|
|
531
531
|
export const wasm_bindgen__convert__closures_____invoke__h0c62e4f019080f6a: (
|
|
532
532
|
a: number,
|
|
533
533
|
b: number,
|