@commercelayer/sdk 6.19.0 → 6.19.1
Sign up to get free protection for your applications and to get access to all the features.
- 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;
|