@cloudcommerce/types 0.6.6 → 0.6.8

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.
Files changed (2) hide show
  1. package/index.ts +6 -0
  2. package/package.json +2 -2
package/index.ts CHANGED
@@ -121,6 +121,12 @@ type CmsSettings = {
121
121
  available_extra_discount?: Partial<ApplyDiscountResponse['available_extra_discount']>,
122
122
  },
123
123
  },
124
+ cart_url?: string,
125
+ checkout_url?: string,
126
+ account_url?: string,
127
+ orders_url?: string,
128
+ favorites_url?: string,
129
+ metafields?: Record<string, string>,
124
130
  };
125
131
 
126
132
  export type {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloudcommerce/types",
3
3
  "type": "module",
4
- "version": "0.6.6",
4
+ "version": "0.6.8",
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.6.6"
19
+ "@cloudcommerce/api": "0.6.8"
20
20
  }
21
21
  }