@spiffcommerce/core 33.4.2 → 33.5.1-beta.1fb35423-3f68-54fa-867f-335b86e505e9
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 +1 -1
- package/dist/index.js +68 -67
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1111 -1110
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2580,7 +2580,7 @@ declare class SpiffCommerceClient {
|
|
|
2580
2580
|
* @param graphqlOptions Options to configure loading the workflows.
|
|
2581
2581
|
* @returns An array of workflow experiences configured as requested.
|
|
2582
2582
|
*/
|
|
2583
|
-
getWorkflowExperiences(optionsArray: GetWorkflowOptions[], graphqlOptions?: GetWorkflowGraphqlOptions): Promise<WorkflowExperience[]>;
|
|
2583
|
+
getWorkflowExperiences(optionsArray: GetWorkflowOptions[], graphqlOptions?: GetWorkflowGraphqlOptions, transactionInitializedCallback?: () => void): Promise<WorkflowExperience[]>;
|
|
2584
2584
|
/**
|
|
2585
2585
|
* A function used to synchronize transaction state with the server.
|
|
2586
2586
|
* @param options New state details. To be spread into the query.
|