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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 1702
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-8fc3dac8dc5baf7e1f4230713efb32393b5dc23b2faa6deeab9448fdf917c633.yml
openapi_spec_hash: f52c131541e78805ee3f317bdc64be85
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-3135b23381463a68983302bc5dd30e3d4903481597d0fd9e8184ea2d6bedf793.yml
openapi_spec_hash: 6724c7bb4fa3bab9c941b38c6bfab160
config_hash: 02efc0b488a456e69c13dc4a934c658a
2 changes: 1 addition & 1 deletion src/resources/speed/availabilities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export namespace Availability {

export interface AvailabilityListParams {
/**
* Identifier
* Identifier.
*/
zone_id: string;
}
Expand Down
4 changes: 2 additions & 2 deletions src/resources/speed/pages/pages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,14 @@ export interface PageListResponse {

export interface PageListParams {
/**
* Identifier
* Identifier.
*/
zone_id: string;
}

export interface PageTrendParams {
/**
* Path param: Identifier
* Path param: Identifier.
*/
zone_id: string;

Expand Down
10 changes: 5 additions & 5 deletions src/resources/speed/pages/tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export class TestsV4PagePaginationArray extends V4PagePaginationArray<Test> {}

export interface Test {
/**
* UUID
* UUID.
*/
id?: string;

Expand Down Expand Up @@ -117,7 +117,7 @@ export interface TestDeleteResponse {

export interface TestCreateParams {
/**
* Path param: Identifier
* Path param: Identifier.
*/
zone_id: string;

Expand Down Expand Up @@ -150,7 +150,7 @@ export interface TestCreateParams {

export interface TestListParams extends V4PagePaginationArrayParams {
/**
* Path param: Identifier
* Path param: Identifier.
*/
zone_id: string;

Expand Down Expand Up @@ -183,7 +183,7 @@ export interface TestListParams extends V4PagePaginationArrayParams {

export interface TestDeleteParams {
/**
* Path param: Identifier
* Path param: Identifier.
*/
zone_id: string;

Expand Down Expand Up @@ -216,7 +216,7 @@ export interface TestDeleteParams {

export interface TestGetParams {
/**
* Identifier
* Identifier.
*/
zone_id: string;
}
Expand Down
6 changes: 3 additions & 3 deletions src/resources/speed/schedule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export interface ScheduleDeleteResponse {

export interface ScheduleCreateParams {
/**
* Path param: Identifier
* Path param: Identifier.
*/
zone_id: string;

Expand Down Expand Up @@ -145,7 +145,7 @@ export interface ScheduleCreateParams {

export interface ScheduleDeleteParams {
/**
* Path param: Identifier
* Path param: Identifier.
*/
zone_id: string;

Expand Down Expand Up @@ -178,7 +178,7 @@ export interface ScheduleDeleteParams {

export interface ScheduleGetParams {
/**
* Path param: Identifier
* Path param: Identifier.
*/
zone_id: string;

Expand Down