@commercelayer/sdk 6.19.0 → 6.19.1
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/lib/index.d.mts +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.js +1 -1
- package/lib/index.mjs +1 -1
- package/package.json +2 -2
package/lib/index.d.mts
CHANGED
|
@@ -15818,7 +15818,7 @@ type CommerceLayerInitConfig = SdkConfig & ResourcesInitConfig;
|
|
|
15818
15818
|
type CommerceLayerConfig = Partial<CommerceLayerInitConfig>;
|
|
15819
15819
|
declare class CommerceLayerClient {
|
|
15820
15820
|
#private;
|
|
15821
|
-
readonly openApiSchemaVersion = "7.1.
|
|
15821
|
+
readonly openApiSchemaVersion = "7.1.2";
|
|
15822
15822
|
constructor(config: CommerceLayerInitConfig);
|
|
15823
15823
|
get addresses(): Addresses;
|
|
15824
15824
|
get adjustments(): Adjustments;
|
package/lib/index.d.ts
CHANGED
|
@@ -15818,7 +15818,7 @@ type CommerceLayerInitConfig = SdkConfig & ResourcesInitConfig;
|
|
|
15818
15818
|
type CommerceLayerConfig = Partial<CommerceLayerInitConfig>;
|
|
15819
15819
|
declare class CommerceLayerClient {
|
|
15820
15820
|
#private;
|
|
15821
|
-
readonly openApiSchemaVersion = "7.1.
|
|
15821
|
+
readonly openApiSchemaVersion = "7.1.2";
|
|
15822
15822
|
constructor(config: CommerceLayerInitConfig);
|
|
15823
15823
|
get addresses(): Addresses;
|
|
15824
15824
|
get adjustments(): Adjustments;
|