@cinerino/sdk 3.114.0 → 3.115.0

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.
@@ -2965,11 +2965,20 @@ var RefundTypeEnumeration;
2965
2965
  })(RefundTypeEnumeration = exports.RefundTypeEnumeration || (exports.RefundTypeEnumeration = {}));
2966
2966
  var ReturnFeesEnumeration;
2967
2967
  (function (ReturnFeesEnumeration) {
2968
+ /**
2969
+ * Specifies that product returns are free of charge for the customer.
2970
+ */
2968
2971
  ReturnFeesEnumeration["FreeReturn"] = "FreeReturn";
2969
- ReturnFeesEnumeration["OriginalShippingFees"] = "OriginalShippingFees";
2972
+ // OriginalShippingFees = 'OriginalShippingFees',
2973
+ /**
2974
+ * Specifies that the customer must pay a restocking fee when returning a product
2975
+ */
2970
2976
  ReturnFeesEnumeration["RestockingFees"] = "RestockingFees";
2977
+ /**
2978
+ * Specifies that product returns must be paid for, and are the responsibility of, the customer.
2979
+ */
2971
2980
  ReturnFeesEnumeration["ReturnFeesCustomerResponsibility"] = "ReturnFeesCustomerResponsibility";
2972
- ReturnFeesEnumeration["ReturnShippingFees"] = "ReturnShippingFees";
2981
+ // ReturnShippingFees = 'ReturnShippingFees'
2973
2982
  })(ReturnFeesEnumeration = exports.ReturnFeesEnumeration || (exports.ReturnFeesEnumeration = {}));
2974
2983
  /**
2975
2984
  * 返品ポリシーインターフェース
package/lib/bundle.js CHANGED
@@ -2965,11 +2965,20 @@ var RefundTypeEnumeration;
2965
2965
  })(RefundTypeEnumeration = exports.RefundTypeEnumeration || (exports.RefundTypeEnumeration = {}));
2966
2966
  var ReturnFeesEnumeration;
2967
2967
  (function (ReturnFeesEnumeration) {
2968
+ /**
2969
+ * Specifies that product returns are free of charge for the customer.
2970
+ */
2968
2971
  ReturnFeesEnumeration["FreeReturn"] = "FreeReturn";
2969
- ReturnFeesEnumeration["OriginalShippingFees"] = "OriginalShippingFees";
2972
+ // OriginalShippingFees = 'OriginalShippingFees',
2973
+ /**
2974
+ * Specifies that the customer must pay a restocking fee when returning a product
2975
+ */
2970
2976
  ReturnFeesEnumeration["RestockingFees"] = "RestockingFees";
2977
+ /**
2978
+ * Specifies that product returns must be paid for, and are the responsibility of, the customer.
2979
+ */
2971
2980
  ReturnFeesEnumeration["ReturnFeesCustomerResponsibility"] = "ReturnFeesCustomerResponsibility";
2972
- ReturnFeesEnumeration["ReturnShippingFees"] = "ReturnShippingFees";
2981
+ // ReturnShippingFees = 'ReturnShippingFees'
2973
2982
  })(ReturnFeesEnumeration = exports.ReturnFeesEnumeration || (exports.ReturnFeesEnumeration = {}));
2974
2983
  /**
2975
2984
  * 返品ポリシーインターフェース
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cinerino/sdk",
3
- "version": "3.114.0",
3
+ "version": "3.115.0",
4
4
  "description": "Cinerino SDK",
5
5
  "main": "./lib/index.js",
6
6
  "browser": {
@@ -97,7 +97,7 @@
97
97
  "watchify": "^3.11.1"
98
98
  },
99
99
  "dependencies": {
100
- "@cinerino/api-abstract-client": "3.114.0",
100
+ "@cinerino/api-abstract-client": "3.115.0",
101
101
  "debug": "^3.2.6",
102
102
  "http-status": "^1.4.2",
103
103
  "idtoken-verifier": "^2.0.3",