@onereach/types-contacts-api 5.35.3 → 5.35.4

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.
@@ -233,6 +233,9 @@ export interface FieldSchemaReadonlyParamsDto {
233
233
  }
234
234
  export interface FieldSchemaResponseDto extends CreateFieldSchemaDto {
235
235
  id: string;
236
+ created_at: Date;
237
+ updated_at: Date;
238
+ deleted_at?: Date;
236
239
  }
237
240
  export interface UpdateFieldSchemaDto extends ReturnType<typeof PartialType<ReturnType<typeof OmitType<CreateFieldSchemaDto, 'type' | 'machine_name' | 'readonly'>>>> {
238
241
  }
@@ -233,6 +233,9 @@ export interface FieldSchemaReadonlyParamsDto {
233
233
  }
234
234
  export interface FieldSchemaResponseDto extends CreateFieldSchemaDto {
235
235
  id: string;
236
+ created_at: Date;
237
+ updated_at: Date;
238
+ deleted_at?: Date;
236
239
  }
237
240
  export interface UpdateFieldSchemaDto extends ReturnType<typeof PartialType<ReturnType<typeof OmitType<CreateFieldSchemaDto, 'type' | 'machine_name' | 'readonly'>>>> {
238
241
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/types-contacts-api",
3
- "version": "5.35.3",
3
+ "version": "5.35.4",
4
4
  "description": "Generated types for Contacts Api",
5
5
  "author": "OneReach.ai",
6
6
  "main": "dist/cjs/index.js",
@@ -25,5 +25,5 @@
25
25
  "publishConfig": {
26
26
  "access": "public"
27
27
  },
28
- "gitHead": "860f0299b1bbf517983106d2b7f7f4703276fa46"
28
+ "gitHead": "bd1443f35fb239d1f2d76765e5d8d18be24a81f9"
29
29
  }