@shopby/shop-sdk 1.63.27 → 1.63.28

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
@@ -2,6 +2,8 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [1.63.28](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.63.27...v1.63.28) (2023-12-21)
6
+
5
7
  ### [1.63.27](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.63.26...v1.63.27) (2023-12-18)
6
8
 
7
9
 
@@ -208,6 +208,7 @@ export interface OrderSheetsProduct {
208
208
  optionInputs?: OptionInput[];
209
209
  optionNo: number;
210
210
  productNo: number;
211
+ additionalProductNo: number;
211
212
  }
212
213
  export interface RecurringPaymentDelivery {
213
214
  date: Nullable<number>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopby/shop-sdk",
3
- "version": "1.63.27",
3
+ "version": "1.63.28",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/types/index.d.ts",