@spiffcommerce/core 20.1.0-alpha.0 → 20.1.0-alpha.2
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 -0
- package/dist/index.js +93 -83
- package/dist/index.umd.cjs +20 -20
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2141,6 +2141,7 @@ declare class IntegrationProduct {
|
|
|
2141
2141
|
getResource(): IntegrationProductResource;
|
|
2142
2142
|
getBasePrice(): number;
|
|
2143
2143
|
getDefaultWorkflow(): ProductWorkflow;
|
|
2144
|
+
getAllWorkflows(): ProductWorkflow[];
|
|
2144
2145
|
}
|
|
2145
2146
|
|
|
2146
2147
|
declare const getWorkflows: (ids: string[], options?: GetWorkflowGraphqlOptions) => Promise<Workflow[]>;
|