@onereach/types-contacts-api 4.3.8 → 4.4.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.
@@ -28,6 +28,8 @@ export interface ContactParamsDto {
28
28
  export interface ContactRequestDto {
29
29
  id?: string;
30
30
  data: FieldValueRequestDto[];
31
+ updated_at?: string;
32
+ created_at?: string;
31
33
  }
32
34
  export interface ContactResponseDto {
33
35
  id: string;
@@ -28,6 +28,8 @@ export interface ContactParamsDto {
28
28
  export interface ContactRequestDto {
29
29
  id?: string;
30
30
  data: FieldValueRequestDto[];
31
+ updated_at?: string;
32
+ created_at?: string;
31
33
  }
32
34
  export interface ContactResponseDto {
33
35
  id: string;
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": "4.3.8",
4
+ "version": "4.4.0",
5
5
  "author": "OneReach.ai",
6
6
  "main": "dist/cjs/index.js",
7
7
  "module": "dist/esm/index.js",
@@ -23,5 +23,5 @@
23
23
  "ts-morph": "17.0.1",
24
24
  "ts-node": "10.9.1"
25
25
  },
26
- "gitHead": "a3ff549c02726ade49ee5539ddb13ade6329e2e5"
26
+ "gitHead": "3eda9674bc1d8a484dbcdabb7c5f104cbc2fb0dc"
27
27
  }