@onereach/types-contacts-api 3.1.3-beta.2010.0 → 3.1.5-beta.2032.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 +1 -1
package/dist/index.ts CHANGED
@@ -267,7 +267,7 @@ export interface DynamicFilterDto extends ReturnType<typeof OmitType<CreateFilte
267
267
  }
268
268
 
269
269
  export interface FieldValueFilterConditionDto extends AbstractFilterCondition {
270
- field: string;
270
+ machine_name: string;
271
271
  propertyPath?: string[];
272
272
  }
273
273
 
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": "3.1.3-beta.2010.0",
4
+ "version": "3.1.5-beta.2032.0",
5
5
  "author": "OneReach.ai",
6
6
  "main": "./dist/index.ts",
7
7
  "publishConfig": {