oro-sdk-apis 1.39.2 → 1.40.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/models/error.d.ts +2 -0
- package/dist/oro-sdk-apis.cjs.development.js +10 -0
- 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 +10 -1
- package/dist/oro-sdk-apis.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/models/error.ts +1 -0
package/dist/oro-sdk-apis.esm.js
CHANGED
@@ -1466,6 +1466,15 @@ var IdentityCreationConflict = /*#__PURE__*/function (_Error7) {
|
|
1466
1466
|
|
1467
1467
|
return IdentityCreationConflict;
|
1468
1468
|
}( /*#__PURE__*/_wrapNativeSuper(Error));
|
1469
|
+
var VaultDataMissing = /*#__PURE__*/function (_Error8) {
|
1470
|
+
_inheritsLoose(VaultDataMissing, _Error8);
|
1471
|
+
|
1472
|
+
function VaultDataMissing() {
|
1473
|
+
return _Error8.apply(this, arguments) || this;
|
1474
|
+
}
|
1475
|
+
|
1476
|
+
return VaultDataMissing;
|
1477
|
+
}( /*#__PURE__*/_wrapNativeSuper(Error));
|
1469
1478
|
|
1470
1479
|
var WorkflowType;
|
1471
1480
|
|
@@ -3609,5 +3618,5 @@ var init = function init(services, authenticationCallback, useLocalStorage) {
|
|
3609
3618
|
};
|
3610
3619
|
|
3611
3620
|
export default init;
|
3612
|
-
export { APIService, ApisPracticeManager, AssignmentStatus, AssistantType, AuthenticationBadRequest, AuthenticationFailed, AuthenticationServerError, AuthenticationUnconfirmedEmail, AxiosService, ClosedReasonType, ConsultService, DiagnosisService, DocumentType, DrugType, FeeStatus, GuardService, IdentityCreationBadRequest, IdentityCreationConflict, IdentityCreationFailed, IndexKey, IndexKind, LicenseStatus, MedicalStatus, MetadataCategory, OtherRoleType, PaymentStatus, PeriodType, PlanStatus, PlanType, PracticeConfigKind, PracticeEmailKind, PracticeService, PractitionerStatus, PractitionnerRoleType, PrescriptionStatus, RateDimension, SearchService, StripePriceType, SyncStatus, TaskStatus, TellerService, TransmissionKind, TransmissionStatus, VaultService, VisibilityType, WorkflowService, WorkflowType, hashToBase64String, init };
|
3621
|
+
export { APIService, ApisPracticeManager, AssignmentStatus, AssistantType, AuthenticationBadRequest, AuthenticationFailed, AuthenticationServerError, AuthenticationUnconfirmedEmail, AxiosService, ClosedReasonType, ConsultService, DiagnosisService, DocumentType, DrugType, FeeStatus, GuardService, IdentityCreationBadRequest, IdentityCreationConflict, IdentityCreationFailed, IndexKey, IndexKind, LicenseStatus, MedicalStatus, MetadataCategory, OtherRoleType, PaymentStatus, PeriodType, PlanStatus, PlanType, PracticeConfigKind, PracticeEmailKind, PracticeService, PractitionerStatus, PractitionnerRoleType, PrescriptionStatus, RateDimension, SearchService, StripePriceType, SyncStatus, TaskStatus, TellerService, TransmissionKind, TransmissionStatus, VaultDataMissing, VaultService, VisibilityType, WorkflowService, WorkflowType, hashToBase64String, init };
|
3613
3622
|
//# sourceMappingURL=oro-sdk-apis.esm.js.map
|