Skip to content
This repository was archived by the owner on Nov 6, 2025. It is now read-only.

Commit 87a4ce8

Browse files
committed
chore: Update OpenAPI specs
1 parent 0e1f25e commit 87a4ce8

File tree

2 files changed

+101
-0
lines changed

2 files changed

+101
-0
lines changed

fern/apis/beta/openapi-beta.yaml

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -891,6 +891,11 @@ components:
891891
a different policy starting to apply.
892892
example: "2023-01-01T12:00:00.000Z"
893893
format: date-time
894+
completed_at:
895+
type: string
896+
description: The time at which the metric completed at.
897+
example: "2023-01-01T12:00:00.000Z"
898+
format: date-time
894899
completed_in:
895900
type: integer
896901
description: |
@@ -9923,6 +9928,7 @@ components:
99239928
feature: '#/components/schemas/feature-summary'
99249929
incident: '#/components/schemas/incident-summary'
99259930
issue: '#/components/schemas/issue-summary'
9931+
meeting: '#/components/schemas/meeting-summary'
99269932
opportunity: '#/components/schemas/opportunity-summary'
99279933
product: '#/components/schemas/product-summary'
99289934
rev_org: '#/components/schemas/rev-org-summary'
@@ -9939,6 +9945,7 @@ components:
99399945
- $ref: '#/components/schemas/feature-summary'
99409946
- $ref: '#/components/schemas/incident-summary'
99419947
- $ref: '#/components/schemas/issue-summary'
9948+
- $ref: '#/components/schemas/meeting-summary'
99429949
- $ref: '#/components/schemas/opportunity-summary'
99439950
- $ref: '#/components/schemas/product-summary'
99449951
- $ref: '#/components/schemas/rev-org-summary'
@@ -9962,6 +9969,7 @@ components:
99629969
- feature
99639970
- incident
99649971
- issue
9972+
- meeting
99659973
- opportunity
99669974
- product
99679975
- rev_org
@@ -15013,6 +15021,11 @@ components:
1501315021
- $ref: '#/components/schemas/atom-base'
1501415022
- type: object
1501515023
properties:
15024+
account_filter:
15025+
type: object
15026+
description: |
15027+
A set of account attributes that must be satisfied for the SLA to
15028+
apply. AND applies between each field.
1501615029
compensation:
1501715030
$ref: '#/components/schemas/sla-compensation'
1501815031
description:
@@ -15166,6 +15179,8 @@ components:
1516615179
applies_to_id:
1516715180
type: string
1516815181
description: Details of the object on which the SLA is being tracked.
15182+
applies_to_type:
15183+
$ref: '#/components/schemas/sla-tracker-applies-to-type'
1516915184
metric_target_summaries:
1517015185
type: array
1517115186
description: |
@@ -15196,9 +15211,20 @@ components:
1519615211
required:
1519715212
- metric_target_summaries
1519815213
title: sla-tracker
15214+
sla-tracker-applies-to-type:
15215+
type: string
15216+
description: The type of the object on which the SLA is being tracked.
15217+
enum:
15218+
- conversation
15219+
- issue
15220+
- ticket
1519915221
sla-tracker-summary:
1520015222
allOf:
1520115223
- $ref: '#/components/schemas/atom-base-summary'
15224+
- type: object
15225+
properties:
15226+
applies_to_type:
15227+
$ref: '#/components/schemas/sla-tracker-applies-to-type'
1520215228
title: sla-tracker-summary
1520315229
sla-trackers-get-request:
1520415230
type: object
@@ -19483,6 +19509,11 @@ components:
1948319509
$ref: '#/components/schemas/stage-filter'
1948419510
staged_info:
1948519511
$ref: '#/components/schemas/staged-info-filter'
19512+
state:
19513+
type: array
19514+
description: Filters for work with any of the provided states.
19515+
items:
19516+
type: string
1948619517
sync_metadata:
1948719518
$ref: '#/components/schemas/sync-metadata-filter'
1948819519
tags:
@@ -19728,6 +19759,11 @@ components:
1972819759
$ref: '#/components/schemas/stage-filter'
1972919760
staged_info:
1973019761
$ref: '#/components/schemas/staged-info-filter'
19762+
state:
19763+
type: array
19764+
description: Filters for work with any of the provided states.
19765+
items:
19766+
type: string
1973119767
sync_metadata:
1973219768
$ref: '#/components/schemas/sync-metadata-filter'
1973319769
tags:
@@ -35638,6 +35674,14 @@ paths:
3563835674
name: staged_info.is_staged
3563935675
schema:
3564035676
type: boolean
35677+
- description: Filters for work with any of the provided states.
35678+
explode: false
35679+
in: query
35680+
name: state
35681+
schema:
35682+
type: array
35683+
items:
35684+
type: string
3564135685
- description: Filters for issues with this specific external reference.
3564235686
explode: false
3564335687
in: query
@@ -36113,6 +36157,14 @@ paths:
3611336157
name: staged_info.is_staged
3611436158
schema:
3611536159
type: boolean
36160+
- description: Filters for work with any of the provided states.
36161+
explode: false
36162+
in: query
36163+
name: state
36164+
schema:
36165+
type: array
36166+
items:
36167+
type: string
3611636168
- description: Filters for issues with this specific external reference.
3611736169
explode: false
3611836170
in: query

fern/apis/public/openapi-public.yaml

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -493,6 +493,11 @@ components:
493493
a different policy starting to apply.
494494
example: "2023-01-01T12:00:00.000Z"
495495
format: date-time
496+
completed_at:
497+
type: string
498+
description: The time at which the metric completed at.
499+
example: "2023-01-01T12:00:00.000Z"
500+
format: date-time
496501
completed_in:
497502
type: integer
498503
description: |
@@ -5239,6 +5244,11 @@ components:
52395244
- $ref: '#/components/schemas/atom-base'
52405245
- type: object
52415246
properties:
5247+
account_filter:
5248+
type: object
5249+
description: |
5250+
A set of account attributes that must be satisfied for the SLA to
5251+
apply. AND applies between each field.
52425252
compensation:
52435253
$ref: '#/components/schemas/sla-compensation'
52445254
description:
@@ -5392,6 +5402,8 @@ components:
53925402
applies_to_id:
53935403
type: string
53945404
description: Details of the object on which the SLA is being tracked.
5405+
applies_to_type:
5406+
$ref: '#/components/schemas/sla-tracker-applies-to-type'
53955407
metric_target_summaries:
53965408
type: array
53975409
description: |
@@ -5422,9 +5434,20 @@ components:
54225434
required:
54235435
- metric_target_summaries
54245436
title: sla-tracker
5437+
sla-tracker-applies-to-type:
5438+
type: string
5439+
description: The type of the object on which the SLA is being tracked.
5440+
enum:
5441+
- conversation
5442+
- issue
5443+
- ticket
54255444
sla-tracker-summary:
54265445
allOf:
54275446
- $ref: '#/components/schemas/atom-base-summary'
5447+
- type: object
5448+
properties:
5449+
applies_to_type:
5450+
$ref: '#/components/schemas/sla-tracker-applies-to-type'
54285451
title: sla-tracker-summary
54295452
sla-trackers-get-request:
54305453
type: object
@@ -7476,6 +7499,11 @@ components:
74767499
$ref: '#/components/schemas/stage-filter'
74777500
staged_info:
74787501
$ref: '#/components/schemas/staged-info-filter'
7502+
state:
7503+
type: array
7504+
description: Filters for work with any of the provided states.
7505+
items:
7506+
type: string
74797507
sync_metadata:
74807508
$ref: '#/components/schemas/sync-metadata-filter'
74817509
tags:
@@ -7667,6 +7695,11 @@ components:
76677695
$ref: '#/components/schemas/stage-filter'
76687696
staged_info:
76697697
$ref: '#/components/schemas/staged-info-filter'
7698+
state:
7699+
type: array
7700+
description: Filters for work with any of the provided states.
7701+
items:
7702+
type: string
76707703
sync_metadata:
76717704
$ref: '#/components/schemas/sync-metadata-filter'
76727705
tags:
@@ -12242,6 +12275,14 @@ paths:
1224212275
name: staged_info.is_staged
1224312276
schema:
1224412277
type: boolean
12278+
- description: Filters for work with any of the provided states.
12279+
explode: false
12280+
in: query
12281+
name: state
12282+
schema:
12283+
type: array
12284+
items:
12285+
type: string
1224512286
- description: Filters for issues with this specific external reference.
1224612287
explode: false
1224712288
in: query
@@ -12647,6 +12688,14 @@ paths:
1264712688
name: staged_info.is_staged
1264812689
schema:
1264912690
type: boolean
12691+
- description: Filters for work with any of the provided states.
12692+
explode: false
12693+
in: query
12694+
name: state
12695+
schema:
12696+
type: array
12697+
items:
12698+
type: string
1265012699
- description: Filters for issues with this specific external reference.
1265112700
explode: false
1265212701
in: query

0 commit comments

Comments
 (0)