@onereach/types-contacts-api 2.2.20-beta.1785.0 → 2.2.21

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 +0 -5
  2. package/package.json +3 -2
package/dist/index.ts CHANGED
@@ -104,10 +104,6 @@ export interface UnlinkContactParamsDto {
104
104
  export interface UpdateContactDto extends CreateContactDto {
105
105
  }
106
106
 
107
- export interface ContactBookDeleteParamsDto {
108
- softDelete?: boolean;
109
- }
110
-
111
107
  export interface ContactBookFieldSchemaDto extends CreateFieldSchemaDto {
112
108
  id?: string;
113
109
  }
@@ -166,7 +162,6 @@ export interface CreateSharedBookContactPermissionDto {
166
162
  }
167
163
 
168
164
  export interface CreateContactBookDto {
169
- id?: string;
170
165
  label: string;
171
166
  fieldSchemas: ContactBookFieldSchemaDto[];
172
167
  schemaPresets?: SchemaPresetResponseDto[];
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": "2.2.20-beta.1785.0",
4
+ "version": "2.2.21",
5
5
  "author": "OneReach.ai",
6
6
  "main": "./dist/index.ts",
7
7
  "publishConfig": {
@@ -14,5 +14,6 @@
14
14
  "@types/node": "^18.11.10",
15
15
  "ts-morph": "^17.0.1",
16
16
  "ts-node": "^10.9.1"
17
- }
17
+ },
18
+ "gitHead": "56916562454e2ae1b47bfd736dc0bede9be1bdef"
18
19
  }