@onereach/types-contacts-api 5.30.1-beta.3477.0 → 5.30.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.
@@ -294,9 +294,6 @@ export interface CreateSchemaPresetDto {
294
294
  export interface PresetSearchParamsDto extends ReturnType<typeof IntersectionType<OrderParams, ListApiParams>> {
295
295
  ids?: string[];
296
296
  }
297
- export interface SchemaPresetDeleteParamsDto {
298
- softDelete?: boolean;
299
- }
300
297
  export interface SchemaPresetListDto extends ListApiResponse {
301
298
  items: SchemaPresetResponseDto[];
302
299
  }
@@ -304,7 +301,6 @@ export interface SchemaPresetResponseDto extends CreateSchemaPresetDto {
304
301
  id: string;
305
302
  created_at: Date;
306
303
  updated_at: Date;
307
- deleted_at: Date;
308
304
  }
309
305
  export interface UpdateSchemaPresetDto extends ReturnType<typeof PartialType<CreateSchemaPresetDto>> {
310
306
  }
@@ -294,9 +294,6 @@ export interface CreateSchemaPresetDto {
294
294
  export interface PresetSearchParamsDto extends ReturnType<typeof IntersectionType<OrderParams, ListApiParams>> {
295
295
  ids?: string[];
296
296
  }
297
- export interface SchemaPresetDeleteParamsDto {
298
- softDelete?: boolean;
299
- }
300
297
  export interface SchemaPresetListDto extends ListApiResponse {
301
298
  items: SchemaPresetResponseDto[];
302
299
  }
@@ -304,7 +301,6 @@ export interface SchemaPresetResponseDto extends CreateSchemaPresetDto {
304
301
  id: string;
305
302
  created_at: Date;
306
303
  updated_at: Date;
307
- deleted_at: Date;
308
304
  }
309
305
  export interface UpdateSchemaPresetDto extends ReturnType<typeof PartialType<CreateSchemaPresetDto>> {
310
306
  }
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": "5.30.1-beta.3477.0",
4
+ "version": "5.30.1",
5
5
  "author": "OneReach.ai",
6
6
  "main": "dist/cjs/index.js",
7
7
  "module": "dist/esm/index.js",
@@ -24,5 +24,6 @@
24
24
  "rimraf": "5.0.1",
25
25
  "ts-morph": "17.0.1",
26
26
  "ts-node": "10.9.1"
27
- }
27
+ },
28
+ "gitHead": "3669d24806adb2ad268be38f66727096bf86d1b3"
28
29
  }