@onereach/types-contacts-api 4.0.3 → 4.1.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.
- package/dist/index.ts +1 -1
- package/package.json +2 -2
package/dist/index.ts
CHANGED
|
@@ -278,7 +278,7 @@ export interface DynamicFilterDto extends ReturnType<typeof OmitType<CreateFilte
|
|
|
278
278
|
}
|
|
279
279
|
|
|
280
280
|
export interface FieldValueFilterConditionDto extends AbstractFilterCondition {
|
|
281
|
-
|
|
281
|
+
machine_name: string;
|
|
282
282
|
propertyPath?: string[];
|
|
283
283
|
}
|
|
284
284
|
|
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": "4.0
|
|
4
|
+
"version": "4.1.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": "
|
|
18
|
+
"gitHead": "c71d718ceb618892222ae7becfa58576a973ca95"
|
|
19
19
|
}
|