@onereach/types-contacts-api 1.26.1-beta.597.0 → 1.26.1-beta.604.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 +2 -2
package/dist/index.ts CHANGED
@@ -100,7 +100,7 @@ export interface UpdateFieldSchemaDto extends ReturnType<typeof PartialType<Retu
100
100
  export interface FieldValueRequestDto {
101
101
  value: any;
102
102
  schemaId: string;
103
- id: string;
103
+ id?: string;
104
104
  }
105
105
 
106
106
  export interface FieldValueResponseDto {
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": "1.26.1-beta.597.0",
4
+ "version": "1.26.1-beta.604.0",
5
5
  "author": "OneReach.ai",
6
6
  "main": "./dist/index.ts",
7
7
  "publishConfig": {
@@ -18,5 +18,5 @@
18
18
  "ts-morph": "^15.1.0",
19
19
  "ts-node": "^10.0.0"
20
20
  },
21
- "gitHead": "72c93f6e77fefee22d94269da53ee1362446dfcd"
21
+ "gitHead": "f037b51e211c3a777985b47d3b0aa38056c79e53"
22
22
  }