@onereach/types-contacts-api 5.12.1 → 5.12.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.
@@ -226,7 +226,7 @@ export interface DeleteFieldValueByMachineNameDto extends ReturnType<typeof Omit
226
226
  export interface UpsertFieldValueByMachineNameDto {
227
227
  contact: string;
228
228
  machine_name: string;
229
- value: any;
229
+ value: unknown;
230
230
  }
231
231
  export interface FieldValueRequestDto {
232
232
  value: any;
@@ -226,7 +226,7 @@ export interface DeleteFieldValueByMachineNameDto extends ReturnType<typeof Omit
226
226
  export interface UpsertFieldValueByMachineNameDto {
227
227
  contact: string;
228
228
  machine_name: string;
229
- value: any;
229
+ value: unknown;
230
230
  }
231
231
  export interface FieldValueRequestDto {
232
232
  value: any;
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": "5.12.1",
4
+ "version": "5.12.2",
5
5
  "author": "OneReach.ai",
6
6
  "main": "dist/cjs/index.js",
7
7
  "module": "dist/esm/index.js",
@@ -23,5 +23,5 @@
23
23
  "ts-morph": "17.0.1",
24
24
  "ts-node": "10.9.1"
25
25
  },
26
- "gitHead": "5eb9998589e0d1a26ec23dcaad7399e8a857a97a"
26
+ "gitHead": "db4fc48997ae68209eba35812fd68989fef4ad2c"
27
27
  }