oro-sdk 7.5.0 → 8.1.0

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/dist/client.d.ts CHANGED
@@ -51,6 +51,11 @@ export declare class OroClient {
51
51
  * @returns the user identity
52
52
  */
53
53
  signIn(practiceUuid: Uuid, email: string, password: string, otp?: string): Promise<IdentityResponse>;
54
+ /**
55
+ * Creates a lockbox and decrypts the created grant for that lockbox
56
+ * @returns the grant to the created lockbox
57
+ */
58
+ lockboxCreate(): Promise<Grant>;
54
59
  /**
55
60
  * Will attempt to recover an existing login session and set back
56
61
  * the private key in scope