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.
@@ -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: number[];
265
+ startingPlanIds?: number[];
266
266
  /**
267
267
  * (optional) rules to hide certain payment plans (`startingPlanIds`) depending on the workflow answers
268
268
  */