@onereach/types-contacts-api 1.26.1-beta.597.0 → 1.26.1-beta.608.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.
- package/dist/index.ts +3 -3
- package/package.json +2 -2
package/dist/index.ts
CHANGED
|
@@ -16,8 +16,8 @@ export interface ContactParamsDto extends ListApiParams {
|
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
export interface ListApiParams {
|
|
19
|
-
take
|
|
20
|
-
skip
|
|
19
|
+
take?: number;
|
|
20
|
+
skip?: number;
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
export interface ContactResponseDto {
|
|
@@ -100,7 +100,7 @@ export interface UpdateFieldSchemaDto extends ReturnType<typeof PartialType<Retu
|
|
|
100
100
|
export interface FieldValueRequestDto {
|
|
101
101
|
value: any;
|
|
102
102
|
schemaId: string;
|
|
103
|
-
id
|
|
103
|
+
id?: string;
|
|
104
104
|
}
|
|
105
105
|
|
|
106
106
|
export interface FieldValueResponseDto {
|
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.26.1-beta.
|
|
4
|
+
"version": "1.26.1-beta.608.0",
|
|
5
5
|
"author": "OneReach.ai",
|
|
6
6
|
"main": "./dist/index.ts",
|
|
7
7
|
"publishConfig": {
|
|
@@ -18,5 +18,5 @@
|
|
|
18
18
|
"ts-morph": "^15.1.0",
|
|
19
19
|
"ts-node": "^10.0.0"
|
|
20
20
|
},
|
|
21
|
-
"gitHead": "
|
|
21
|
+
"gitHead": "7c1c8b5342d8668fd77c8f72b56d08d956d20f51"
|
|
22
22
|
}
|