@onereach/types-contacts-api 1.44.4 → 1.44.6

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.
Files changed (2) hide show
  1. package/dist/index.ts +4 -0
  2. package/package.json +2 -2
package/dist/index.ts CHANGED
@@ -162,6 +162,10 @@ export interface CrossAccountMetaDto {
162
162
  original_book_id: string;
163
163
  }
164
164
 
165
+ export interface FieldSchemaDeleteParamsDto {
166
+ softDelete: boolean;
167
+ }
168
+
165
169
  export interface FieldSchemaListParamsDto extends ReturnType<typeof IntersectionType<OrderParams, ListApiParams>> {
166
170
  q?: string;
167
171
  }
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.44.4",
4
+ "version": "1.44.6",
5
5
  "author": "OneReach.ai",
6
6
  "main": "./dist/index.ts",
7
7
  "publishConfig": {
@@ -18,5 +18,5 @@
18
18
  "ts-morph": "^17.0.1",
19
19
  "ts-node": "^10.9.1"
20
20
  },
21
- "gitHead": "d9b1ee96cb8eaa7bf8202c9b41db4e76692e43ca"
21
+ "gitHead": "a21d2dad51e63ebb820603a02d859a0476672b1f"
22
22
  }