@cloudcommerce/types 2.9.0 → 2.10.0

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.
@@ -212,10 +212,6 @@ export interface ListPaymentsParams {
212
212
  * @maxItems 40
213
213
  */
214
214
  addresses?: {
215
- /**
216
- * Unique ID (ObjectID)
217
- */
218
- _id: string;
219
215
  /**
220
216
  * ZIP (CEP, postal...) code
221
217
  */
package/package.json CHANGED
@@ -1,9 +1,14 @@
1
1
  {
2
2
  "name": "@cloudcommerce/types",
3
3
  "type": "module",
4
- "version": "2.9.0",
4
+ "version": "2.10.0",
5
5
  "description": "E-Com Plus Cloud Commerce reusable type definitions",
6
6
  "main": "index.ts",
7
+ "files": [
8
+ "/lib",
9
+ "/*.{js,mjs,ts}",
10
+ "/**/*.ts"
11
+ ],
7
12
  "repository": {
8
13
  "type": "git",
9
14
  "url": "git+https://github.com/ecomplus/cloud-commerce.git",
@@ -16,6 +21,6 @@
16
21
  },
17
22
  "homepage": "https://github.com/ecomplus/cloud-commerce/tree/main/packages/types#readme",
18
23
  "dependencies": {
19
- "@cloudcommerce/api": "2.9.0"
24
+ "@cloudcommerce/api": "2.10.0"
20
25
  }
21
26
  }
@@ -1,6 +0,0 @@
1
- @cloudcommerce/types:build: cache hit, replaying output b20d2d481257e37d
2
- @cloudcommerce/types:build: 
3
- @cloudcommerce/types:build: > @cloudcommerce/types@0.0.0 build /home/leo/code/ecomplus/cloud-commerce/packages/types
4
- @cloudcommerce/types:build: > echo '@ecomplus/types'
5
- @cloudcommerce/types:build: 
6
- @cloudcommerce/types:build: @ecomplus/types
package/CHANGELOG.md DELETED
@@ -1 +0,0 @@
1
- Please refer to GitHub [repository releases](https://github.com/ecomplus/cloud-commerce/releases) or monorepo unified [CHANGELOG.md](https://github.com/ecomplus/cloud-commerce/blob/main/CHANGELOG.md).