@onereach/types-contacts-api 2.4.0 → 2.4.2

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
@@ -228,7 +228,7 @@ export interface FieldValueResponseDto {
228
228
  id: string;
229
229
  value: unknown;
230
230
  schemaId: string;
231
- machineName: string;
231
+ machine_name: string;
232
232
  }
233
233
 
234
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.4.0",
4
+ "version": "2.4.2",
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": "176cba7455366058086f114abafa6edb8a1fdf23"
18
+ "gitHead": "e3cd95dbf14592ffa8d8a554210f4877b38fe123"
19
19
  }