@onereach/types-contacts-api
Advanced tools
Comparing version 5.30.1 to 5.31.0
@@ -297,2 +297,5 @@ declare function OmitType<T, K extends keyof T>(classRef: T, keys: readonly K[]): Omit<T, typeof keys[number]>; | ||
} | ||
export interface SchemaPresetDeleteParamsDto { | ||
softDelete?: boolean; | ||
} | ||
export interface SchemaPresetListDto extends ListApiResponse { | ||
@@ -305,2 +308,3 @@ items: SchemaPresetResponseDto[]; | ||
updated_at: Date; | ||
deleted_at: Date; | ||
} | ||
@@ -307,0 +311,0 @@ export interface UpdateSchemaPresetDto extends ReturnType<typeof PartialType<CreateSchemaPresetDto>> { |
@@ -297,2 +297,5 @@ declare function OmitType<T, K extends keyof T>(classRef: T, keys: readonly K[]): Omit<T, typeof keys[number]>; | ||
} | ||
export interface SchemaPresetDeleteParamsDto { | ||
softDelete?: boolean; | ||
} | ||
export interface SchemaPresetListDto extends ListApiResponse { | ||
@@ -305,2 +308,3 @@ items: SchemaPresetResponseDto[]; | ||
updated_at: Date; | ||
deleted_at: Date; | ||
} | ||
@@ -307,0 +311,0 @@ export interface UpdateSchemaPresetDto extends ReturnType<typeof PartialType<CreateSchemaPresetDto>> { |
{ | ||
"name": "@onereach/types-contacts-api", | ||
"description": "Generated types for Contacts Api", | ||
"version": "5.30.1", | ||
"version": "5.31.0", | ||
"author": "OneReach.ai", | ||
@@ -28,3 +28,3 @@ "main": "dist/cjs/index.js", | ||
}, | ||
"gitHead": "3669d24806adb2ad268be38f66727096bf86d1b3" | ||
"gitHead": "05898ed9d23dd214239acffcba6fe8026ee6fb6c" | ||
} |
35114
1038