@onereach/types-contacts-api 2.3.1 → 2.4.1

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 -0
  2. package/package.json +2 -2
package/dist/index.ts CHANGED
@@ -228,6 +228,7 @@ export interface FieldValueResponseDto {
228
228
  id: string;
229
229
  value: unknown;
230
230
  schemaId: string;
231
+ machine_name: string;
231
232
  }
232
233
 
233
234
  export interface ContactFilterConditionDto extends 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.3.1",
4
+ "version": "2.4.1",
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": "82b116efa5e5818091c245a2c834bfc69f68248b"
18
+ "gitHead": "9425900ca35c55116553f2e37c81ff022bab4a32"
19
19
  }