oro-sdk-apis 1.1.0 → 1.3.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/LICENSE +21 -0
- package/README.md +12 -1
- package/dist/models/diagnosis.d.ts +7 -3
- package/dist/oro-sdk-apis.cjs.development.js +5 -5
- 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 +7 -7
- package/dist/oro-sdk-apis.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/models/diagnosis.ts +9 -4
package/dist/oro-sdk-apis.esm.js
CHANGED
|
@@ -1197,13 +1197,13 @@ var TaskStatus;
|
|
|
1197
1197
|
TaskStatus["Done"] = "Done";
|
|
1198
1198
|
})(TaskStatus || (TaskStatus = {}));
|
|
1199
1199
|
|
|
1200
|
-
var
|
|
1200
|
+
var VisibilityType;
|
|
1201
1201
|
|
|
1202
|
-
(function (
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
})(
|
|
1202
|
+
(function (VisibilityType) {
|
|
1203
|
+
VisibilityType["Generic"] = "Generic";
|
|
1204
|
+
VisibilityType["Private"] = "Private";
|
|
1205
|
+
VisibilityType["Instance"] = "Instance";
|
|
1206
|
+
})(VisibilityType || (VisibilityType = {}));
|
|
1207
1207
|
|
|
1208
1208
|
var DrugType;
|
|
1209
1209
|
|
|
@@ -3059,5 +3059,5 @@ var init = function init(services, authenticationCallback) {
|
|
|
3059
3059
|
};
|
|
3060
3060
|
|
|
3061
3061
|
export default init;
|
|
3062
|
-
export { APIService, AssignmentStatus, AssistantType, AuthenticationBadRequest, AuthenticationFailed, AuthenticationServerError, AuthenticationUnconfirmedEmail, AxiosService, ConsultService, DiagnosisService,
|
|
3062
|
+
export { APIService, AssignmentStatus, AssistantType, AuthenticationBadRequest, AuthenticationFailed, AuthenticationServerError, AuthenticationUnconfirmedEmail, AxiosService, ConsultService, DiagnosisService, DocumentType, DrugType, FeeStatus, GuardService, IdentityCreationBadRequest, IdentityCreationConflict, IdentityCreationFailed, IndexKey, LicenseStatus, MedicalStatus, MetadataCategory, OtherRoleType, PaymentStatus, PeriodType, PlanStatus, PlanType, PracticeConfigKind, PracticeEmailKind, PracticeService, PractitionerStatus, PractitionnerRoleType, RateDimension, StripePriceType, SyncStatus, TaskStatus, TellerService, TransmissionKind, TransmissionStatus, VaultService, VisibilityType, WorkflowService, WorkflowType };
|
|
3063
3063
|
//# sourceMappingURL=oro-sdk-apis.esm.js.map
|