Skip to content

Commit d8e1c28

Browse files
fix
1 parent aa9ac3d commit d8e1c28

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

fern/apis/beta/openapi/openapi-beta-latest.yaml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4487,8 +4487,20 @@ components:
44874487
title: event-work-updated
44884488
type: object
44894489
external-identity:
4490-
additionalProperties: false
44914490
description: External identity of a user.
4491+
properties:
4492+
display_name:
4493+
description: Display name of the user in the external source.
4494+
type: string
4495+
id:
4496+
description: Unique ID of the user in the external source.
4497+
type: string
4498+
is_verified:
4499+
description: Whether the external identity is verified or not.
4500+
type: boolean
4501+
issuer:
4502+
description: Issuer of the external identity of the user.
4503+
type: string
44924504
title: external-identity
44934505
type: object
44944506
feature:
@@ -8800,6 +8812,8 @@ components:
88008812
name:
88018813
description: Human-readable name.
88028814
type: string
8815+
sla_type:
8816+
$ref: '#/components/schemas/sla-type'
88038817
status:
88048818
$ref: '#/components/schemas/sla-status'
88058819
required:

0 commit comments

Comments
 (0)