@commercetools/importapi-sdk 2.1.0 → 2.1.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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @commercetools/importapi-sdk
2
2
 
3
+ ## 2.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#165](https://github.com/commercetools/commercetools-sdk-typescript/pull/165) [`1b305a1`](https://github.com/commercetools/commercetools-sdk-typescript/commit/1b305a18602f6daceab31d7691f5b0239db2ad23) Thanks [@github-actions](https://github.com/apps/github-actions)! - Update generated SDKs
8
+
3
9
  ## 2.1.0
4
10
 
5
11
  ### Minor Changes
@@ -2531,14 +2531,12 @@ class ByProjectKeyRequestBuilder {
2531
2531
 
2532
2532
  class ApiRoot {
2533
2533
  constructor(args) {
2534
- var _args$baseUri;
2535
-
2536
2534
  _defineProperty(this, "executeRequest", void 0);
2537
2535
 
2538
2536
  _defineProperty(this, "baseUri", void 0);
2539
2537
 
2540
2538
  this.executeRequest = args.executeRequest;
2541
- this.baseUri = (_args$baseUri = args.baseUri) !== null && _args$baseUri !== void 0 ? _args$baseUri : 'https://import.europe-west1.gcp.commercetools.com';
2539
+ this.baseUri = args.baseUri || 'https://import.europe-west1.gcp.commercetools.com';
2542
2540
  }
2543
2541
 
2544
2542
  withProjectKeyValue(childPathArgs) {
@@ -2527,14 +2527,12 @@ class ByProjectKeyRequestBuilder {
2527
2527
 
2528
2528
  class ApiRoot {
2529
2529
  constructor(args) {
2530
- var _args$baseUri;
2531
-
2532
2530
  _defineProperty(this, "executeRequest", void 0);
2533
2531
 
2534
2532
  _defineProperty(this, "baseUri", void 0);
2535
2533
 
2536
2534
  this.executeRequest = args.executeRequest;
2537
- this.baseUri = (_args$baseUri = args.baseUri) !== null && _args$baseUri !== void 0 ? _args$baseUri : 'https://import.europe-west1.gcp.commercetools.com';
2535
+ this.baseUri = args.baseUri || 'https://import.europe-west1.gcp.commercetools.com';
2538
2536
  }
2539
2537
 
2540
2538
  withProjectKeyValue(childPathArgs) {
@@ -2531,14 +2531,12 @@ class ByProjectKeyRequestBuilder {
2531
2531
 
2532
2532
  class ApiRoot {
2533
2533
  constructor(args) {
2534
- var _args$baseUri;
2535
-
2536
2534
  _defineProperty(this, "executeRequest", void 0);
2537
2535
 
2538
2536
  _defineProperty(this, "baseUri", void 0);
2539
2537
 
2540
2538
  this.executeRequest = args.executeRequest;
2541
- this.baseUri = (_args$baseUri = args.baseUri) !== null && _args$baseUri !== void 0 ? _args$baseUri : 'https://import.europe-west1.gcp.commercetools.com';
2539
+ this.baseUri = args.baseUri || 'https://import.europe-west1.gcp.commercetools.com';
2542
2540
  }
2543
2541
 
2544
2542
  withProjectKeyValue(childPathArgs) {
@@ -2531,14 +2531,12 @@ class ByProjectKeyRequestBuilder {
2531
2531
 
2532
2532
  class ApiRoot {
2533
2533
  constructor(args) {
2534
- var _args$baseUri;
2535
-
2536
2534
  _defineProperty(this, "executeRequest", void 0);
2537
2535
 
2538
2536
  _defineProperty(this, "baseUri", void 0);
2539
2537
 
2540
2538
  this.executeRequest = args.executeRequest;
2541
- this.baseUri = (_args$baseUri = args.baseUri) !== null && _args$baseUri !== void 0 ? _args$baseUri : 'https://import.europe-west1.gcp.commercetools.com';
2539
+ this.baseUri = args.baseUri || 'https://import.europe-west1.gcp.commercetools.com';
2542
2540
  }
2543
2541
 
2544
2542
  withProjectKeyValue(childPathArgs) {
@@ -2527,14 +2527,12 @@ class ByProjectKeyRequestBuilder {
2527
2527
 
2528
2528
  class ApiRoot {
2529
2529
  constructor(args) {
2530
- var _args$baseUri;
2531
-
2532
2530
  _defineProperty(this, "executeRequest", void 0);
2533
2531
 
2534
2532
  _defineProperty(this, "baseUri", void 0);
2535
2533
 
2536
2534
  this.executeRequest = args.executeRequest;
2537
- this.baseUri = (_args$baseUri = args.baseUri) !== null && _args$baseUri !== void 0 ? _args$baseUri : 'https://import.europe-west1.gcp.commercetools.com';
2535
+ this.baseUri = args.baseUri || 'https://import.europe-west1.gcp.commercetools.com';
2538
2536
  }
2539
2537
 
2540
2538
  withProjectKeyValue(childPathArgs) {
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public"
5
5
  },
6
6
  "name": "@commercetools/importapi-sdk",
7
- "version": "2.1.0",
7
+ "version": "2.1.1",
8
8
  "description": "Type script sdk for commercetools import features",
9
9
  "keywords": ["commercetools", "typescript", "sdk", "import"],
10
10
  "homepage": "https://github.com/commercetools/commercetools-sdk-typescript/packages/importapi-sdk",