@cloudcommerce/types 0.26.1 → 0.26.3

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.
@@ -192,7 +192,7 @@ export interface CheckoutBody {
192
192
  /**
193
193
  * ID of application chosen for extra discount
194
194
  */
195
- app_id: number;
195
+ app_id?: number;
196
196
  /**
197
197
  * Text of discount coupon applied by customer
198
198
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloudcommerce/types",
3
3
  "type": "module",
4
- "version": "0.26.1",
4
+ "version": "0.26.3",
5
5
  "description": "E-Com Plus Cloud Commerce reusable type definitions",
6
6
  "main": "index.ts",
7
7
  "repository": {
@@ -16,6 +16,6 @@
16
16
  },
17
17
  "homepage": "https://github.com/ecomplus/cloud-commerce/tree/main/packages/types#readme",
18
18
  "dependencies": {
19
- "@cloudcommerce/api": "0.26.1"
19
+ "@cloudcommerce/api": "0.26.3"
20
20
  }
21
21
  }