Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
11 changes: 11 additions & 0 deletions bin/sandbox
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/usr/bin/env bash

set -e

DIR=$(cd `dirname $0` && pwd)

bash "${DIR}/sandbox-dotnet"
bash "${DIR}/sandbox-java-v1"
bash "${DIR}/sandbox-java-v2"
bash "${DIR}/sandbox-node"
bash "${DIR}/sandbox-php"
68 changes: 68 additions & 0 deletions openapi-raw.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9446,6 +9446,8 @@ components:
default: false
type: object
AccountCreateResponse:
required:
- account
properties:
account:
$ref: '#/components/schemas/AccountResponse'
Expand All @@ -9459,6 +9461,8 @@ components:
type: object
x-internal-class: true
AccountGetResponse:
required:
- account
properties:
account:
$ref: '#/components/schemas/AccountResponse'
Expand All @@ -9481,6 +9485,8 @@ components:
type: object
x-internal-class: true
ApiAppGetResponse:
required:
- api_app
properties:
api_app:
$ref: '#/components/schemas/ApiAppResponse'
Expand All @@ -9492,6 +9498,9 @@ components:
type: object
x-internal-class: true
ApiAppListResponse:
required:
- api_apps
- list_info
properties:
api_apps:
description: '_t__ApiAppListResponse::DESCRIPTION'
Expand All @@ -9508,6 +9517,10 @@ components:
type: object
x-internal-class: true
BulkSendJobGetResponse:
required:
- bulk_send_job
- list_info
- signature_requests
properties:
bulk_send_job:
$ref: '#/components/schemas/BulkSendJobResponse'
Expand All @@ -9526,6 +9539,9 @@ components:
type: object
x-internal-class: true
BulkSendJobListResponse:
required:
- bulk_send_jobs
- list_info
properties:
bulk_send_jobs:
description: '_t__BulkSendJobListResponse::BULK_SEND_JOBS'
Expand All @@ -9542,6 +9558,8 @@ components:
type: object
x-internal-class: true
BulkSendJobSendResponse:
required:
- bulk_send_job
properties:
bulk_send_job:
$ref: '#/components/schemas/BulkSendJobResponse'
Expand All @@ -9553,6 +9571,8 @@ components:
type: object
x-internal-class: true
EmbeddedEditUrlResponse:
required:
- embedded
properties:
embedded:
$ref: '#/components/schemas/EmbeddedEditUrlResponseEmbedded'
Expand All @@ -9564,6 +9584,8 @@ components:
type: object
x-internal-class: true
EmbeddedSignUrlResponse:
required:
- embedded
properties:
embedded:
$ref: '#/components/schemas/EmbeddedSignUrlResponseEmbedded'
Expand All @@ -9582,6 +9604,8 @@ components:
$ref: '#/components/schemas/ErrorResponseError'
type: object
FaxLineResponse:
required:
- fax_line
properties:
fax_line:
$ref: '#/components/schemas/FaxLineResponseFaxLine'
Expand All @@ -9590,6 +9614,8 @@ components:
type: object
x-internal-class: true
FaxLineAreaCodeGetResponse:
required:
- area_codes
properties:
area_codes:
type: array
Expand All @@ -9598,6 +9624,9 @@ components:
type: object
x-internal-class: true
FaxLineListResponse:
required:
- fax_lines
- list_info
properties:
list_info:
$ref: '#/components/schemas/ListInfoResponse'
Expand All @@ -9610,6 +9639,9 @@ components:
type: object
x-internal-class: true
FileResponse:
required:
- file_url
- expires_at
properties:
file_url:
description: '_t__FileResponse::FILE_URL'
Expand All @@ -9620,13 +9652,17 @@ components:
type: object
x-internal-class: true
FileResponseDataUri:
required:
- data_uri
properties:
data_uri:
description: '_t__FileResponse::DATA_URI'
type: string
type: object
x-internal-class: true
ReportCreateResponse:
required:
- report
properties:
report:
$ref: '#/components/schemas/ReportResponse'
Expand All @@ -9638,6 +9674,8 @@ components:
type: object
x-internal-class: true
SignatureRequestGetResponse:
required:
- signature_request
properties:
signature_request:
$ref: '#/components/schemas/SignatureRequestResponse'
Expand All @@ -9649,6 +9687,9 @@ components:
type: object
x-internal-class: true
SignatureRequestListResponse:
required:
- signature_requests
- list_info
properties:
signature_requests:
description: '_t__SignatureRequestListResponse::DESCRIPTION'
Expand Down Expand Up @@ -11292,6 +11333,8 @@ components:
type: string
type: object
TeamGetResponse:
required:
- team
properties:
team:
$ref: '#/components/schemas/TeamResponse'
Expand All @@ -11303,6 +11346,8 @@ components:
type: object
x-internal-class: true
TeamGetInfoResponse:
required:
- team
properties:
team:
$ref: '#/components/schemas/TeamInfoResponse'
Expand All @@ -11314,6 +11359,8 @@ components:
type: object
x-internal-class: true
TeamInvitesResponse:
required:
- team_invites
properties:
team_invites:
description: '_t__TeamInvitesResponse::DESCRIPTION'
Expand All @@ -11327,6 +11374,9 @@ components:
type: object
x-internal-class: true
TeamMembersResponse:
required:
- team_members
- list_info
properties:
team_members:
description: '_t__TeamMembersResponse::DESCRIPTION'
Expand All @@ -11342,6 +11392,9 @@ components:
type: object
x-internal-class: true
TeamSubTeamsResponse:
required:
- sub_teams
- list_info
properties:
sub_teams:
description: '_t__SubTeamResponse::DESCRIPTION'
Expand All @@ -11357,6 +11410,8 @@ components:
type: object
x-internal-class: true
TemplateCreateResponse:
required:
- template
properties:
template:
$ref: '#/components/schemas/TemplateCreateResponseTemplate'
Expand All @@ -11368,6 +11423,8 @@ components:
type: object
x-internal-class: true
TemplateCreateEmbeddedDraftResponse:
required:
- template
properties:
template:
$ref: '#/components/schemas/TemplateCreateEmbeddedDraftResponseTemplate'
Expand All @@ -11379,12 +11436,16 @@ components:
type: object
x-internal-class: true
TemplateEditResponse:
required:
- template_id
properties:
template_id:
description: '_t__TemplateResponse::TEMPLATE_ID'
type: string
type: object
TemplateGetResponse:
required:
- template
properties:
template:
$ref: '#/components/schemas/TemplateResponse'
Expand All @@ -11396,6 +11457,9 @@ components:
type: object
x-internal-class: true
TemplateListResponse:
required:
- templates
- list_info
properties:
templates:
description: '_t__TemplateListResponse::DESCRIPTION'
Expand All @@ -11412,12 +11476,16 @@ components:
type: object
x-internal-class: true
TemplateUpdateFilesResponse:
required:
- template
properties:
template:
$ref: '#/components/schemas/TemplateUpdateFilesResponseTemplate'
type: object
x-internal-class: true
UnclaimedDraftCreateResponse:
required:
- unclaimed_draft
properties:
unclaimed_draft:
$ref: '#/components/schemas/UnclaimedDraftResponse'
Expand Down
Loading