@cloudcommerce/types 2.29.11 → 2.29.12

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.
@@ -368,6 +368,10 @@ export interface CheckoutBody {
368
368
  * ID of customer who invited the new customer, if he was invited by another account
369
369
  */
370
370
  referral?: string;
371
+ /**
372
+ * Indicates whether customer would like to receive email updates from the shop
373
+ */
374
+ accepts_marketing?: boolean;
371
375
  };
372
376
  }
373
377
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloudcommerce/types",
3
3
  "type": "module",
4
- "version": "2.29.11",
4
+ "version": "2.29.12",
5
5
  "description": "e-com.plus Cloud Commerce reusable type definitions",
6
6
  "main": "index.ts",
7
7
  "files": [
@@ -21,6 +21,6 @@
21
21
  },
22
22
  "homepage": "https://github.com/ecomplus/cloud-commerce/tree/main/packages/types#readme",
23
23
  "dependencies": {
24
- "@cloudcommerce/api": "2.29.11"
24
+ "@cloudcommerce/api": "2.29.12"
25
25
  }
26
26
  }