@spiffcommerce/core 32.3.0-beta.69d8a509-cc6d-54dc-80c5-1c8b6fee8d45 → 32.3.0-beta.a8b59284-7aaa-5e14-aa76-b295d653dfec
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 +161 -161
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2517 -2513
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
@@ -2365,6 +2365,8 @@ interface GetNewWorkflowOptionsBase extends GetWorkflowOptionsBase {
|
|
2365
2365
|
}
|
2366
2366
|
interface GetWorkflowFromIntegrationProductOptions extends GetNewWorkflowOptionsBase {
|
2367
2367
|
integrationProductId: string;
|
2368
|
+
quantity?: number;
|
2369
|
+
recipient?: any;
|
2368
2370
|
type: "integration";
|
2369
2371
|
}
|
2370
2372
|
interface GetWorkflowFromExternalProductOptions extends GetNewWorkflowOptionsBase {
|