oro-sdk-apis 4.2.0 → 4.2.2
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/models/guard.d.ts +1 -1
- package/dist/models/workflow.d.ts +1 -0
- package/dist/oro-sdk-apis.cjs.development.js +414 -1297
- package/dist/oro-sdk-apis.cjs.development.js.map +1 -1
- package/dist/oro-sdk-apis.cjs.production.min.js +1 -1
- package/dist/oro-sdk-apis.cjs.production.min.js.map +1 -1
- package/dist/oro-sdk-apis.esm.js +415 -1333
- package/dist/oro-sdk-apis.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/models/guard.ts +1 -0
- package/src/models/workflow.ts +1 -0
- package/LICENSE +0 -21
package/dist/models/guard.d.ts
CHANGED
|
@@ -138,5 +138,5 @@ export interface LegalData {
|
|
|
138
138
|
subscribedAudience?: string;
|
|
139
139
|
}
|
|
140
140
|
export declare type RoleBasedScopes = AllRoleType;
|
|
141
|
-
export declare type PermissionBasedScopes = 'consult.consults.get' | 'consult.consults.post' | 'consult.consults.put' | 'practice.assignments.post' | 'practice.emails.get' | 'practice.configs.get' | 'practice.invoices.get' | 'practice.payments.get' | 'practice.secrets.get' | 'teller.emails.post';
|
|
141
|
+
export declare type PermissionBasedScopes = 'consult.consults.get' | 'consult.consults.post' | 'consult.consults.put' | 'practice.assignments.post' | 'practice.emails.get' | 'practice.configs.get' | 'practice.practitioners.get' | 'practice.invoices.get' | 'practice.payments.get' | 'practice.secrets.get' | 'teller.emails.post';
|
|
142
142
|
export declare type AllScopes = RoleBasedScopes | PermissionBasedScopes;
|
|
@@ -220,6 +220,7 @@ export interface WorkflowData {
|
|
|
220
220
|
summaryImageFieldName?: string;
|
|
221
221
|
summarySymptomsFieldName?: string;
|
|
222
222
|
selectedAnswers?: SelectedAnswersData;
|
|
223
|
+
serviceImage?: string;
|
|
223
224
|
walkthroughSlides?: SlideData[];
|
|
224
225
|
/**
|
|
225
226
|
* (optional) the service name this workflow provides
|