@onereach/types-contacts-api 5.2.0 → 5.3.0

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.
@@ -173,9 +173,6 @@ export declare enum MigrationState {
173
173
  ToDo = "ToDo",
174
174
  Done = "Done"
175
175
  }
176
- export interface FieldSchemaDeleteParamsDto {
177
- softDelete?: boolean;
178
- }
179
176
  export interface FieldSchemaListParamsDto extends ReturnType<typeof IntersectionType<OrderParams, ListApiParams>> {
180
177
  q?: string;
181
178
  }
@@ -173,9 +173,6 @@ export declare enum MigrationState {
173
173
  ToDo = "ToDo",
174
174
  Done = "Done"
175
175
  }
176
- export interface FieldSchemaDeleteParamsDto {
177
- softDelete?: boolean;
178
- }
179
176
  export interface FieldSchemaListParamsDto extends ReturnType<typeof IntersectionType<OrderParams, ListApiParams>> {
180
177
  q?: string;
181
178
  }
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.2.0",
4
+ "version": "5.3.0",
5
5
  "author": "OneReach.ai",
6
6
  "main": "dist/cjs/index.js",
7
7
  "module": "dist/esm/index.js",
@@ -23,5 +23,5 @@
23
23
  "ts-morph": "17.0.1",
24
24
  "ts-node": "10.9.1"
25
25
  },
26
- "gitHead": "7e65d191c71ab27063efe63f0cb90c172e1f6271"
26
+ "gitHead": "cd3ab1e3e885ccba92b443c867bc7d321110a557"
27
27
  }