-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7feb32e
commit 6ad6ec3
Showing
87 changed files
with
978 additions
and
978 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// File generated from our OpenAPI spec by Stainless. | ||
|
||
export { DownloadListResponse, Downloads } from './downloads'; | ||
export { LoaDocumentCreateResponse, LoaDocumentCreateParams, LoaDocuments } from './loa-documents'; | ||
export { LOADocumentCreateResponse, LOADocumentCreateParams, LOADocuments } from './loa-documents'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
// File generated from our OpenAPI spec by Stainless. | ||
|
||
import { APIResource } from 'cloudflare/resource'; | ||
import * as UuidAPI from 'cloudflare/resources/dcv-delegation/uuid'; | ||
import * as UUIDAPI from 'cloudflare/resources/dcv-delegation/uuid'; | ||
|
||
export class DcvDelegation extends APIResource { | ||
uuid: UuidAPI.Uuid = new UuidAPI.Uuid(this._client); | ||
uuid: UUIDAPI.UUID = new UUIDAPI.UUID(this._client); | ||
} | ||
|
||
export namespace DcvDelegation { | ||
export import Uuid = UuidAPI.Uuid; | ||
export import UuidGetResponse = UuidAPI.UuidGetResponse; | ||
export import UUID = UUIDAPI.UUID; | ||
export import UUIDGetResponse = UUIDAPI.UUIDGetResponse; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// File generated from our OpenAPI spec by Stainless. | ||
|
||
export { DcvDelegation } from './dcv-delegation'; | ||
export { UuidGetResponse, Uuid } from './uuid'; | ||
export { UUIDGetResponse, UUID } from './uuid'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.