@spiffcommerce/core 26.21.0-beta.2845f526-56bf-53da-9e5b-d9e5b67c001a → 26.21.0-beta.6f310999-fed0-54d6-8925-d68e8de36a86
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 -2
- package/dist/index.js +20 -20
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +184 -186
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1926,8 +1926,8 @@ interface Bundle$1 {
|
|
|
1926
1926
|
getShareActions(): undefined | ShareAction[];
|
|
1927
1927
|
getWorkflowViewerLink(): string;
|
|
1928
1928
|
getWorkflowViewerAmendLink(): string;
|
|
1929
|
-
approve(note?: string
|
|
1930
|
-
reject(note?: string
|
|
1929
|
+
approve(note?: string): Promise<void>;
|
|
1930
|
+
reject(note?: string): Promise<void>;
|
|
1931
1931
|
attachAddress(streetAddress?: string, apartment?: string, city?: string, country?: string, state?: string, postCode?: string): Promise<void>;
|
|
1932
1932
|
attachOrganization(name: string): Promise<void>;
|
|
1933
1933
|
generateQuoteId(): Promise<string>;
|