oro-sdk-apis 1.38.0 → 1.38.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/dist/models/index.d.ts +1 -0
- package/dist/oro-sdk-apis.cjs.development.js +9 -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 +12 -1
- package/dist/oro-sdk-apis.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/models/index.ts +1 -0
package/dist/oro-sdk-apis.esm.js
CHANGED
@@ -1262,6 +1262,17 @@ var MetadataCategory;
|
|
1262
1262
|
MetadataCategory["Raw"] = "Raw";
|
1263
1263
|
})(MetadataCategory || (MetadataCategory = {}));
|
1264
1264
|
|
1265
|
+
var IndexKind;
|
1266
|
+
|
1267
|
+
(function (IndexKind) {
|
1268
|
+
IndexKind[IndexKind["consultUuid"] = 0] = "consultUuid";
|
1269
|
+
IndexKind[IndexKind["consultShortid"] = 1] = "consultShortid";
|
1270
|
+
IndexKind[IndexKind["firstName"] = 2] = "firstName";
|
1271
|
+
IndexKind[IndexKind["lastName"] = 3] = "lastName";
|
1272
|
+
IndexKind[IndexKind["healthId"] = 4] = "healthId";
|
1273
|
+
IndexKind[IndexKind["dob"] = 5] = "dob";
|
1274
|
+
})(IndexKind || (IndexKind = {}));
|
1275
|
+
|
1265
1276
|
var ConsultService = /*#__PURE__*/function () {
|
1266
1277
|
function ConsultService(api, baseURL) {
|
1267
1278
|
this.api = api;
|
@@ -3181,5 +3192,5 @@ var init = function init(services, authenticationCallback, useLocalStorage) {
|
|
3181
3192
|
};
|
3182
3193
|
|
3183
3194
|
export default init;
|
3184
|
-
export { APIService, ApisPracticeManager, AssignmentStatus, AssistantType, AuthenticationBadRequest, AuthenticationFailed, AuthenticationServerError, AuthenticationUnconfirmedEmail, AxiosService, ClosedReasonType, ConsultService, DiagnosisService, DocumentType, DrugType, FeeStatus, GuardService, IdentityCreationBadRequest, IdentityCreationConflict, IdentityCreationFailed, IndexKey, 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 };
|
3195
|
+
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 };
|
3185
3196
|
//# sourceMappingURL=oro-sdk-apis.esm.js.map
|