oro-sdk-apis 7.0.0 → 7.3.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/practice.d.ts +1 -0
- package/dist/models/workflow.d.ts +2 -2
- package/dist/oro-sdk-apis.cjs.development.js +1 -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 +1 -0
- package/dist/oro-sdk-apis.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/models/practice.ts +1 -0
- package/src/models/workflow.ts +2 -2
@@ -260,9 +260,9 @@ export interface WorkflowData {
|
|
260
260
|
*/
|
261
261
|
serviceDescription?: string;
|
262
262
|
/**
|
263
|
-
* These are the plan uuids that will be defaulted and shown at payment plan selection
|
263
|
+
* (optional) These are the plan uuids that will be defaulted and shown at payment plan selection
|
264
264
|
*/
|
265
|
-
startingPlanIds
|
265
|
+
startingPlanIds?: number[];
|
266
266
|
/**
|
267
267
|
* (optional) rules to hide certain payment plans (`startingPlanIds`) depending on the workflow answers
|
268
268
|
*/
|
@@ -970,6 +970,7 @@ var VaultDataMissing = /*#__PURE__*/function (_Error8) {
|
|
970
970
|
PeriodType["PerMonth"] = "PerMonth";
|
971
971
|
PeriodType["PerWeek"] = "PerWeek";
|
972
972
|
PeriodType["PerBusinessDay"] = "PerBusinessDay";
|
973
|
+
PeriodType["PerNonBusinessDay"] = "PerNonBusinessDay";
|
973
974
|
PeriodType["PerDay"] = "PerDay";
|
974
975
|
PeriodType["PerHour"] = "PerHour";
|
975
976
|
})(exports.PeriodType || (exports.PeriodType = {}));
|