@spiffcommerce/core 35.0.3 → 35.0.6
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 -0
- package/dist/index.js +120 -120
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2161 -2168
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -5009,6 +5009,7 @@ declare class Configuration {
|
|
|
5009
5009
|
private readonly defaultServerUrl;
|
|
5010
5010
|
private readonly defaultServicesApiUrl;
|
|
5011
5011
|
private readonly defaultHubUrl;
|
|
5012
|
+
private readonly endpointVersion;
|
|
5012
5013
|
private serverUrl;
|
|
5013
5014
|
private servicesApiUrl;
|
|
5014
5015
|
private hubUrl;
|