oro-sdk-apis 7.0.0 → 7.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/package.json
CHANGED
package/src/models/workflow.ts
CHANGED
@@ -311,9 +311,9 @@ export interface WorkflowData {
|
|
311
311
|
*/
|
312
312
|
serviceDescription?: string
|
313
313
|
/**
|
314
|
-
* These are the plan uuids that will be defaulted and shown at payment plan selection
|
314
|
+
* (optional) These are the plan uuids that will be defaulted and shown at payment plan selection
|
315
315
|
*/
|
316
|
-
startingPlanIds
|
316
|
+
startingPlanIds?: number[]
|
317
317
|
/**
|
318
318
|
* (optional) rules to hide certain payment plans (`startingPlanIds`) depending on the workflow answers
|
319
319
|
*/
|