@onereach/types-contacts-api 1.37.2 → 1.37.3
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 +2 -1
- package/package.json +2 -2
package/dist/index.ts
CHANGED
|
@@ -169,7 +169,8 @@ export interface UpdateFilterDto extends ReturnType<typeof PartialType<ReturnTyp
|
|
|
169
169
|
}
|
|
170
170
|
|
|
171
171
|
export interface CreateSchemaPresetDto {
|
|
172
|
-
|
|
172
|
+
label: string;
|
|
173
|
+
fieldSchemas?: FieldSchemaResponseDto[];
|
|
173
174
|
}
|
|
174
175
|
|
|
175
176
|
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.
|
|
4
|
+
"version": "1.37.3",
|
|
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": "
|
|
21
|
+
"gitHead": "d1978bed8a4b464619df01680a2e4e9f2aa3945f"
|
|
22
22
|
}
|