oro-sdk-apis 3.4.0 → 3.5.0

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "3.4.0",
2
+ "version": "3.5.0",
3
3
  "main": "dist/index.js",
4
4
  "typings": "dist/index.d.ts",
5
5
  "files": [
@@ -27,7 +27,7 @@ export interface M2MTokenRequest {
27
27
  clientId: string
28
28
  clientSecret: string
29
29
  requestedScopes: string[]
30
- practiceUuid: string
30
+ practiceUuid?: string
31
31
  }
32
32
 
33
33
  export interface AuthRecoverRequest {