@onereach/types-contacts-api
Advanced tools
Comparing version 1.37.1-beta.793.0 to 1.37.1-beta.794.0
@@ -172,3 +172,4 @@ declare function OmitType<T, K extends keyof T>(classRef: T, keys: readonly K[]): Omit<T, typeof keys[number]>; | ||
export interface CreateSchemaPresetDto { | ||
type: string; | ||
label: string; | ||
fieldSchemas?: FieldSchemaResponseDto[]; | ||
} | ||
@@ -175,0 +176,0 @@ |
{ | ||
"name": "@onereach/types-contacts-api", | ||
"description": "Generated types for Contacts Api", | ||
"version": "1.37.1-beta.793.0", | ||
"version": "1.37.1-beta.794.0", | ||
"author": "OneReach.ai", | ||
@@ -6,0 +6,0 @@ "main": "./dist/index.ts", |
5075
151