@onereach/types-contacts-api 2.5.8 → 2.7.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.
Files changed (2) hide show
  1. package/dist/index.ts +1 -1
  2. package/package.json +2 -2
package/dist/index.ts CHANGED
@@ -232,7 +232,7 @@ export interface FieldValueResponseDto {
232
232
  }
233
233
 
234
234
  export interface ContactFilterConditionDto extends AbstractFilterCondition {
235
- contactField: 'created_at' | 'updated_at';
235
+ contactField: 'created_at' | 'updated_at' | 'id';
236
236
  }
237
237
 
238
238
  export interface AbstractFilterCondition {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@onereach/types-contacts-api",
3
3
  "description": "Generated types for Contacts Api",
4
- "version": "2.5.8",
4
+ "version": "2.7.0",
5
5
  "author": "OneReach.ai",
6
6
  "main": "./dist/index.ts",
7
7
  "publishConfig": {
@@ -15,5 +15,5 @@
15
15
  "ts-morph": "^17.0.1",
16
16
  "ts-node": "^10.9.1"
17
17
  },
18
- "gitHead": "f7c52b0f82d50be714ecaf9a5e95e5c30f6ae65e"
18
+ "gitHead": "7d7ae8e07f59db10c6008d966947a27fd751a155"
19
19
  }