Skip to content

Commit 8e19ee9

Browse files
patrick thorntonpatrick thornton
authored andcommitted
change to Record<string, unknown>
1 parent 85306ac commit 8e19ee9

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

fern/openapi-overrides.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1379,6 +1379,20 @@ components:
13791379
title: Custom atttributes
13801380
type: object
13811381
description: Custom data set for this data.
1382+
1383+
# changing Record<string, string> to Record<string, unknown> wherever possible
1384+
company:
1385+
properties:
1386+
custom_attributes:
1387+
additionalProperties: true
1388+
create_or_update_company_request:
1389+
properties:
1390+
custom_attributes:
1391+
additionalProperties: true
1392+
visitor:
1393+
properties:
1394+
custom_attributes:
1395+
additionalProperties: true
13821396
securitySchemes:
13831397
bearerAuth:
13841398
x-fern-bearer:

0 commit comments

Comments
 (0)