oro-sdk-apis 6.4.0 → 7.0.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,10 +311,13 @@ export interface WorkflowData {
|
|
311
311
|
*/
|
312
312
|
serviceDescription?: string
|
313
313
|
/**
|
314
|
-
*
|
314
|
+
* These are the plan uuids that will be defaulted and shown at payment plan selection
|
315
|
+
*/
|
316
|
+
startingPlanIds: number[]
|
317
|
+
/**
|
318
|
+
* (optional) rules to hide certain payment plans (`startingPlanIds`) depending on the workflow answers
|
315
319
|
*/
|
316
320
|
hidePlanRules?: HidePlanRule[]
|
317
|
-
|
318
321
|
/**
|
319
322
|
* (optional) extension of another workflow referenced by uuid
|
320
323
|
*/
|