File tree Expand file tree Collapse file tree 1 file changed +32
-5
lines changed
Expand file tree Collapse file tree 1 file changed +32
-5
lines changed Original file line number Diff line number Diff line change @@ -1391,11 +1391,6 @@ components:
13911391 type :
13921392 enum :
13931393 - avatar
1394- conversation_teammates :
1395- properties :
1396- type :
1397- enum :
1398- - admin.list
13991394 create_article_request :
14001395 properties :
14011396 parent_type :
@@ -1444,6 +1439,38 @@ components:
14441439 type :
14451440 enum :
14461441 - visitor
1442+
1443+ # change teammates.teammates to teammates.admins
1444+ conversation_teammates :
1445+ properties :
1446+ type :
1447+ enum :
1448+ - admin.list
1449+ teammates : null
1450+ admins :
1451+ type : array
1452+ description : The list of teammates who participated in the conversation
1453+ (wrote at least one conversation part).
1454+ items :
1455+ " $ref " : " #/components/schemas/reference"
1456+ required :
1457+ - type
1458+ - admins
1459+
1460+ # changing Record<string, string> to Record<string, unknown> wherever possible
1461+ company :
1462+ properties :
1463+ custom_attributes :
1464+ additionalProperties : true
1465+ create_or_update_company_request :
1466+ properties :
1467+ custom_attributes :
1468+ additionalProperties : true
1469+ visitor :
1470+ properties :
1471+ custom_attributes :
1472+ additionalProperties : true
1473+
14471474 securitySchemes :
14481475 bearerAuth :
14491476 x-fern-bearer :
You can’t perform that action at this time.
0 commit comments