@spiffcommerce/core 21.6.1 → 21.6.2-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/dist/index.d.ts CHANGED
@@ -1892,6 +1892,10 @@ declare class CollectionProduct {
1892
1892
  * A helper function for pulling the default workflow.
1893
1893
  */
1894
1894
  getDefaultWorkflow(): ProductWorkflow;
1895
+ /**
1896
+ * @returns All workflows associated with this Product.
1897
+ */
1898
+ getAllWorkflows(): ProductWorkflow[];
1895
1899
  /**
1896
1900
  * A list of all integrations this product is connected to.
1897
1901
  */