@datatr-ux/ovhcloud-types 2.0.15 → 2.0.16

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datatr-ux/ovhcloud-types",
3
- "version": "2.0.15",
3
+ "version": "2.0.16",
4
4
  "description": "TypeScript types for OVHCloud projects",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -1686,6 +1686,14 @@
1686
1686
  "types": "./dist/order/cart/index.d.ts",
1687
1687
  "import": "./dist/order/cart/index.js"
1688
1688
  },
1689
+ "./order/cart/domain": {
1690
+ "types": "./dist/order/cart/domain/index.d.ts",
1691
+ "import": "./dist/order/cart/domain/index.js"
1692
+ },
1693
+ "./order/cart/domain/promotion": {
1694
+ "types": "./dist/order/cart/domain/promotion/index.d.ts",
1695
+ "import": "./dist/order/cart/domain/promotion/index.js"
1696
+ },
1689
1697
  "./order/catalog": {
1690
1698
  "types": "./dist/order/catalog/index.d.ts",
1691
1699
  "import": "./dist/order/catalog/index.js"