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