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

Commit 01c3cad

Browse files
committed
.
1 parent 6d478b9 commit 01c3cad

File tree

1 file changed

+0
-43
lines changed

1 file changed

+0
-43
lines changed

fern/apis/beta/openapi-beta.yaml

Lines changed: 0 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1831,7 +1831,6 @@ components:
18311831
meeting: '#/components/schemas/meeting'
18321832
opportunity: '#/components/schemas/opportunity'
18331833
product: '#/components/schemas/product'
1834-
question_answer: '#/components/schemas/question-answer'
18351834
rev_org: '#/components/schemas/rev-org'
18361835
rev_user: '#/components/schemas/rev-user'
18371836
service_account: '#/components/schemas/service-account'
@@ -1860,7 +1859,6 @@ components:
18601859
- $ref: '#/components/schemas/meeting'
18611860
- $ref: '#/components/schemas/opportunity'
18621861
- $ref: '#/components/schemas/product'
1863-
- $ref: '#/components/schemas/question-answer'
18641862
- $ref: '#/components/schemas/rev-org'
18651863
- $ref: '#/components/schemas/rev-user'
18661864
- $ref: '#/components/schemas/service-account'
@@ -1935,7 +1933,6 @@ components:
19351933
meeting: '#/components/schemas/meeting-summary'
19361934
opportunity: '#/components/schemas/opportunity-summary'
19371935
product: '#/components/schemas/product-summary'
1938-
question_answer: '#/components/schemas/question-answer-summary'
19391936
rev_org: '#/components/schemas/rev-org-summary'
19401937
rev_user: '#/components/schemas/rev-user-summary'
19411938
service_account: '#/components/schemas/service-account-summary'
@@ -1964,7 +1961,6 @@ components:
19641961
- $ref: '#/components/schemas/meeting-summary'
19651962
- $ref: '#/components/schemas/opportunity-summary'
19661963
- $ref: '#/components/schemas/product-summary'
1967-
- $ref: '#/components/schemas/question-answer-summary'
19681964
- $ref: '#/components/schemas/rev-org-summary'
19691965
- $ref: '#/components/schemas/rev-user-summary'
19701966
- $ref: '#/components/schemas/service-account-summary'
@@ -2000,7 +1996,6 @@ components:
20001996
- meeting
20011997
- opportunity
20021998
- product
2003-
- question_answer
20041999
- rev_org
20052000
- rev_user
20062001
- service_account
@@ -8028,35 +8023,6 @@ components:
80288023
required:
80298024
- part
80308025
title: event-part-updated
8031-
event-question-answer-created:
8032-
type: object
8033-
properties:
8034-
question_answer:
8035-
$ref: '#/components/schemas/question-answer'
8036-
required:
8037-
- question_answer
8038-
title: event-question-answer-created
8039-
event-question-answer-deleted:
8040-
type: object
8041-
properties:
8042-
id:
8043-
type: string
8044-
description: The ID of the question-answer that was deleted.
8045-
old_question_answer:
8046-
$ref: '#/components/schemas/question-answer'
8047-
required:
8048-
- id
8049-
title: event-question-answer-deleted
8050-
event-question-answer-updated:
8051-
type: object
8052-
properties:
8053-
old_question_answer:
8054-
$ref: '#/components/schemas/question-answer'
8055-
question_answer:
8056-
$ref: '#/components/schemas/question-answer'
8057-
required:
8058-
- question_answer
8059-
title: event-question-answer-updated
80608026
event-rev-org-created:
80618027
type: object
80628028
properties:
@@ -19171,12 +19137,6 @@ components:
1917119137
$ref: '#/components/schemas/event-part-deleted'
1917219138
part_updated:
1917319139
$ref: '#/components/schemas/event-part-updated'
19174-
question_answer_created:
19175-
$ref: '#/components/schemas/event-question-answer-created'
19176-
question_answer_deleted:
19177-
$ref: '#/components/schemas/event-question-answer-deleted'
19178-
question_answer_updated:
19179-
$ref: '#/components/schemas/event-question-answer-updated'
1918019140
rev_org_created:
1918119141
$ref: '#/components/schemas/event-rev-org-created'
1918219142
rev_org_deleted:
@@ -19296,9 +19256,6 @@ components:
1929619256
- part_created
1929719257
- part_deleted
1929819258
- part_updated
19299-
- question_answer_created
19300-
- question_answer_deleted
19301-
- question_answer_updated
1930219259
- rev_org_created
1930319260
- rev_org_deleted
1930419261
- rev_org_updated

0 commit comments

Comments
 (0)