@spiffcommerce/core 0.10.56 → 0.10.57
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/main.js +2 -2
- package/dist/module.js +1 -1
- package/dist/types.d.ts +1 -1
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -1280,7 +1280,7 @@ interface ClientOptions {
|
|
|
1280
1280
|
* The Spiff Commerce Javascript Client. Required for
|
|
1281
1281
|
* creating workflow experiences.
|
|
1282
1282
|
*/
|
|
1283
|
-
|
|
1283
|
+
export class SpiffCommerceClient {
|
|
1284
1284
|
constructor(options: ClientOptions);
|
|
1285
1285
|
/**
|
|
1286
1286
|
* Initialize the client from an integration product.
|