@spiffcommerce/core 20.1.0-alpha.0 → 20.1.0-beta.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 +0 -1
- package/dist/index.js +176 -179
- package/dist/index.umd.cjs +15 -15
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2378,7 +2378,6 @@ declare class SpiffCommerceClient {
|
|
|
2378
2378
|
* @returns The transaction associated with this client.
|
|
2379
2379
|
*/
|
|
2380
2380
|
getTransaction(): Transaction;
|
|
2381
|
-
configureUrls(hubUrl: string, serverUrl: string, servicesApiUrl: string): void;
|
|
2382
2381
|
/**
|
|
2383
2382
|
* A function used to synchronize transaction state with the server.
|
|
2384
2383
|
* @param options New state details. To be spread into the query.
|