@spiffcommerce/core 27.1.1-beta.7e533551-5331-5562-8950-dc08900dba2d → 27.1.1-beta.9f077995-4b09-564d-b99e-5636b8af253a
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 -2
- package/dist/index.js +37 -37
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +342 -310
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2006,6 +2006,7 @@ interface Bundle$1 {
|
|
|
2006
2006
|
attachOrganization(name: string): Promise<void>;
|
|
2007
2007
|
generateQuoteId(): Promise<string>;
|
|
2008
2008
|
getQuoteCompleteMessage(): CompleteQuoteMessage;
|
|
2009
|
+
overrideState(state: GlobalPropertyState): Promise<void>;
|
|
2009
2010
|
}
|
|
2010
2011
|
|
|
2011
2012
|
/**
|
|
@@ -2657,7 +2658,6 @@ interface WorkflowManager {
|
|
|
2657
2658
|
* Returns the context object used for text templating.
|
|
2658
2659
|
*/
|
|
2659
2660
|
getTemplatingContext(): any;
|
|
2660
|
-
renderLayouts(): any;
|
|
2661
2661
|
}
|
|
2662
2662
|
|
|
2663
2663
|
declare enum AssetType {
|
|
@@ -4991,7 +4991,6 @@ declare class DigitalContentStepService implements StepService<DigitalContentSte
|
|
|
4991
4991
|
declare const digitalContentStepService: DigitalContentStepService;
|
|
4992
4992
|
|
|
4993
4993
|
declare class MockWorkflowManager implements WorkflowManager {
|
|
4994
|
-
renderLayouts(): void;
|
|
4995
4994
|
getTemplatingContext: () => void;
|
|
4996
4995
|
removeRecipientCallback: (callback: RecipientCallback) => void;
|
|
4997
4996
|
addRecipientCallback: (callback: RecipientCallback) => void;
|