oro-sdk-apis 1.34.0 → 1.34.1

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/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.34.0",
2
+ "version": "1.34.1",
3
3
  "main": "dist/index.js",
4
4
  "typings": "dist/index.d.ts",
5
5
  "files": [
@@ -151,7 +151,9 @@ export type RoleBasedScopes = AllRoleType
151
151
  export type PermissionBasedScopes =
152
152
  | 'consult.consults.get'
153
153
  | 'consult.consults.post'
154
+ | 'consult.consults.put'
154
155
  | 'practice.assignments.post'
156
+ | 'practice.emails.get'
155
157
  | 'practice.configs.get'
156
158
  | 'practice.invoices.get'
157
159
  | 'practice.payments.get'