@onereach/types-contacts-api 1.37.1-beta.794.0 → 1.37.1
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 -2
- package/package.json +3 -2
package/dist/index.ts
CHANGED
|
@@ -169,8 +169,7 @@ export interface UpdateFilterDto extends ReturnType<typeof PartialType<ReturnTyp
|
|
|
169
169
|
}
|
|
170
170
|
|
|
171
171
|
export interface CreateSchemaPresetDto {
|
|
172
|
-
|
|
173
|
-
fieldSchemas?: FieldSchemaResponseDto[];
|
|
172
|
+
type: string;
|
|
174
173
|
}
|
|
175
174
|
|
|
176
175
|
export interface SchemaPresetListDto extends ListApiResponse {
|
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.37.1
|
|
4
|
+
"version": "1.37.1",
|
|
5
5
|
"author": "OneReach.ai",
|
|
6
6
|
"main": "./dist/index.ts",
|
|
7
7
|
"publishConfig": {
|
|
@@ -17,5 +17,6 @@
|
|
|
17
17
|
"@types/node": "^16.0.0",
|
|
18
18
|
"ts-morph": "^15.1.0",
|
|
19
19
|
"ts-node": "^10.0.0"
|
|
20
|
-
}
|
|
20
|
+
},
|
|
21
|
+
"gitHead": "c0d9aa3ff74908370604dae202a94e39b6663e68"
|
|
21
22
|
}
|