@spiffcommerce/core 33.2.0 → 33.2.1-beta.608a39d6-d415-5e24-9212-3d6b4823b699
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/index.d.ts +2 -0
- package/dist/index.js +19 -19
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +48 -48
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
@@ -2401,6 +2401,8 @@ interface GetNewWorkflowExperienceOptionsBase extends GetWorkflowOptionsBase {
|
|
2401
2401
|
workflowState?: string;
|
2402
2402
|
}
|
2403
2403
|
interface GetWorkflowExperienceFromBlankOptions extends GetNewWorkflowExperienceOptionsBase {
|
2404
|
+
quantity?: number;
|
2405
|
+
recipient?: any;
|
2404
2406
|
type: "blank";
|
2405
2407
|
}
|
2406
2408
|
interface GetWorkflowExperienceFromIntegrationProductOptions extends GetNewWorkflowExperienceOptionsBase {
|