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
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "7.0.0",
2
+ "version": "7.3.0",
3
3
  "main": "dist/index.js",
4
4
  "typings": "dist/index.d.ts",
5
5
  "files": [
@@ -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: number[]
316
+ startingPlanIds?: number[]
317
317
  /**
318
318
  * (optional) rules to hide certain payment plans (`startingPlanIds`) depending on the workflow answers
319
319
  */