@onereach/types-contacts-api 2.2.21 → 2.3.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.
- package/dist/index.ts +5 -0
- 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.
|
|
4
|
+
"version": "2.3.1",
|
|
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": "
|
|
18
|
+
"gitHead": "82b116efa5e5818091c245a2c834bfc69f68248b"
|
|
19
19
|
}
|