oro-sdk-apis 1.54.0-dev1 → 1.54.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/practice.d.ts +11 -4
- package/dist/oro-sdk-apis.cjs.development.js +5 -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/practice.ts +12 -4
package/dist/oro-sdk-apis.esm.js
CHANGED
@@ -1233,6 +1233,17 @@ var StripePriceType;
|
|
1233
1233
|
StripePriceType["Default"] = "Default";
|
1234
1234
|
StripePriceType["Discount"] = "Discount";
|
1235
1235
|
})(StripePriceType || (StripePriceType = {}));
|
1236
|
+
/**
|
1237
|
+
* All the PaymentIntentRequestMetadata Kind available
|
1238
|
+
*/
|
1239
|
+
|
1240
|
+
|
1241
|
+
var PaymentIntentRequestMetadataKind;
|
1242
|
+
|
1243
|
+
(function (PaymentIntentRequestMetadataKind) {
|
1244
|
+
PaymentIntentRequestMetadataKind["ConsultRequestMetadata"] = "ConsultRequestMetadata";
|
1245
|
+
PaymentIntentRequestMetadataKind["RefillTreatmentRequestMetadata"] = "RefillTreatmentRequestMetadata";
|
1246
|
+
})(PaymentIntentRequestMetadataKind || (PaymentIntentRequestMetadataKind = {}));
|
1236
1247
|
|
1237
1248
|
var IndexKey;
|
1238
1249
|
|
@@ -3217,5 +3228,5 @@ var init = function init(services, authenticationCallback, useLocalStorage) {
|
|
3217
3228
|
};
|
3218
3229
|
|
3219
3230
|
export default init;
|
3220
|
-
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 };
|
3231
|
+
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, PaymentIntentRequestMetadataKind, 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 };
|
3221
3232
|
//# sourceMappingURL=oro-sdk-apis.esm.js.map
|