Skip to content

Commit 2d7ca11

Browse files
committed
ci: regenerated with OpenAPI Doc 0.1.0, Speakeay CLI 0.10.1
1 parent e6ff8be commit 2d7ca11

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+267
-4
lines changed

gen.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1+
management:
2+
openapi-checksum: 46093b002f359f8049d6b8210be2bc73
3+
openapi-version: 0.1.0
4+
speakeasy-version: 0.10.1
15
typescript:
2-
packagename: "@speakeasy-api/speakeasy-client-sdk-typescript"
3-
version: 0.0.1
4-
author: Speakeasy
6+
author: Speakeasy
7+
packagename: '@speakeasy-api/speakeasy-client-sdk-typescript'
8+
version: 0.1.1

src/sdk/models/operations/deleteapi.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { Metadata, SpeakeasyBase } from "../../../internal/utils/utils";
22
import * as shared from "../shared";
33

4+
45
export class DeleteApiPathParams extends SpeakeasyBase {
56
@Metadata({ data: "pathParam, style=simple;explode=false;name=apiID" })
67
apiId: string;
@@ -9,11 +10,13 @@ export class DeleteApiPathParams extends SpeakeasyBase {
910
versionId: string;
1011
}
1112

13+
1214
export class DeleteApiRequest extends SpeakeasyBase {
1315
@Metadata()
1416
pathParams: DeleteApiPathParams;
1517
}
1618

19+
1720
export class DeleteApiResponse extends SpeakeasyBase {
1821
@Metadata()
1922
contentType: string;

src/sdk/models/operations/deleteapiendpoint.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { Metadata, SpeakeasyBase } from "../../../internal/utils/utils";
22
import * as shared from "../shared";
33

4+
45
export class DeleteApiEndpointPathParams extends SpeakeasyBase {
56
@Metadata({ data: "pathParam, style=simple;explode=false;name=apiEndpointID" })
67
apiEndpointId: string;
@@ -12,11 +13,13 @@ export class DeleteApiEndpointPathParams extends SpeakeasyBase {
1213
versionId: string;
1314
}
1415

16+
1517
export class DeleteApiEndpointRequest extends SpeakeasyBase {
1618
@Metadata()
1719
pathParams: DeleteApiEndpointPathParams;
1820
}
1921

22+
2023
export class DeleteApiEndpointResponse extends SpeakeasyBase {
2124
@Metadata()
2225
contentType: string;

src/sdk/models/operations/deleteschema.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { Metadata, SpeakeasyBase } from "../../../internal/utils/utils";
22
import * as shared from "../shared";
33

4+
45
export class DeleteSchemaPathParams extends SpeakeasyBase {
56
@Metadata({ data: "pathParam, style=simple;explode=false;name=apiID" })
67
apiId: string;
@@ -12,11 +13,13 @@ export class DeleteSchemaPathParams extends SpeakeasyBase {
1213
versionId: string;
1314
}
1415

16+
1517
export class DeleteSchemaRequest extends SpeakeasyBase {
1618
@Metadata()
1719
pathParams: DeleteSchemaPathParams;
1820
}
1921

22+
2023
export class DeleteSchemaResponse extends SpeakeasyBase {
2124
@Metadata()
2225
contentType: string;

src/sdk/models/operations/deleteversionmetadata.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { Metadata, SpeakeasyBase } from "../../../internal/utils/utils";
22
import * as shared from "../shared";
33

4+
45
export class DeleteVersionMetadataPathParams extends SpeakeasyBase {
56
@Metadata({ data: "pathParam, style=simple;explode=false;name=apiID" })
67
apiId: string;
@@ -15,11 +16,13 @@ export class DeleteVersionMetadataPathParams extends SpeakeasyBase {
1516
versionId: string;
1617
}
1718

19+
1820
export class DeleteVersionMetadataRequest extends SpeakeasyBase {
1921
@Metadata()
2022
pathParams: DeleteVersionMetadataPathParams;
2123
}
2224

25+
2326
export class DeleteVersionMetadataResponse extends SpeakeasyBase {
2427
@Metadata()
2528
contentType: string;

src/sdk/models/operations/downloadschema.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { Metadata, SpeakeasyBase } from "../../../internal/utils/utils";
22
import * as shared from "../shared";
33

4+
45
export class DownloadSchemaPathParams extends SpeakeasyBase {
56
@Metadata({ data: "pathParam, style=simple;explode=false;name=apiID" })
67
apiId: string;
@@ -9,11 +10,13 @@ export class DownloadSchemaPathParams extends SpeakeasyBase {
910
versionId: string;
1011
}
1112

13+
1214
export class DownloadSchemaRequest extends SpeakeasyBase {
1315
@Metadata()
1416
pathParams: DownloadSchemaPathParams;
1517
}
1618

19+
1720
export class DownloadSchemaResponse extends SpeakeasyBase {
1821
@Metadata()
1922
contentType: string;

src/sdk/models/operations/downloadschemarevision.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { Metadata, SpeakeasyBase } from "../../../internal/utils/utils";
22
import * as shared from "../shared";
33

4+
45
export class DownloadSchemaRevisionPathParams extends SpeakeasyBase {
56
@Metadata({ data: "pathParam, style=simple;explode=false;name=apiID" })
67
apiId: string;
@@ -12,11 +13,13 @@ export class DownloadSchemaRevisionPathParams extends SpeakeasyBase {
1213
versionId: string;
1314
}
1415

16+
1517
export class DownloadSchemaRevisionRequest extends SpeakeasyBase {
1618
@Metadata()
1719
pathParams: DownloadSchemaRevisionPathParams;
1820
}
1921

22+
2023
export class DownloadSchemaRevisionResponse extends SpeakeasyBase {
2124
@Metadata()
2225
contentType: string;

src/sdk/models/operations/findapiendpoint.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { Metadata, SpeakeasyBase } from "../../../internal/utils/utils";
22
import * as shared from "../shared";
33

4+
45
export class FindApiEndpointPathParams extends SpeakeasyBase {
56
@Metadata({ data: "pathParam, style=simple;explode=false;name=apiID" })
67
apiId: string;
@@ -12,11 +13,13 @@ export class FindApiEndpointPathParams extends SpeakeasyBase {
1213
versionId: string;
1314
}
1415

16+
1517
export class FindApiEndpointRequest extends SpeakeasyBase {
1618
@Metadata()
1719
pathParams: FindApiEndpointPathParams;
1820
}
1921

22+
2023
export class FindApiEndpointResponse extends SpeakeasyBase {
2124
@Metadata()
2225
apiEndpoint?: shared.ApiEndpoint;

src/sdk/models/operations/generateopenapispec.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { Metadata, SpeakeasyBase } from "../../../internal/utils/utils";
22
import * as shared from "../shared";
33

4+
45
export class GenerateOpenApiSpecPathParams extends SpeakeasyBase {
56
@Metadata({ data: "pathParam, style=simple;explode=false;name=apiID" })
67
apiId: string;
@@ -9,11 +10,13 @@ export class GenerateOpenApiSpecPathParams extends SpeakeasyBase {
910
versionId: string;
1011
}
1112

13+
1214
export class GenerateOpenApiSpecRequest extends SpeakeasyBase {
1315
@Metadata()
1416
pathParams: GenerateOpenApiSpecPathParams;
1517
}
1618

19+
1720
export class GenerateOpenApiSpecResponse extends SpeakeasyBase {
1821
@Metadata()
1922
contentType: string;

src/sdk/models/operations/generateopenapispecforapiendpoint.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { Metadata, SpeakeasyBase } from "../../../internal/utils/utils";
22
import * as shared from "../shared";
33

4+
45
export class GenerateOpenApiSpecForApiEndpointPathParams extends SpeakeasyBase {
56
@Metadata({ data: "pathParam, style=simple;explode=false;name=apiEndpointID" })
67
apiEndpointId: string;
@@ -12,11 +13,13 @@ export class GenerateOpenApiSpecForApiEndpointPathParams extends SpeakeasyBase {
1213
versionId: string;
1314
}
1415

16+
1517
export class GenerateOpenApiSpecForApiEndpointRequest extends SpeakeasyBase {
1618
@Metadata()
1719
pathParams: GenerateOpenApiSpecForApiEndpointPathParams;
1820
}
1921

22+
2023
export class GenerateOpenApiSpecForApiEndpointResponse extends SpeakeasyBase {
2124
@Metadata()
2225
contentType: string;

0 commit comments

Comments
 (0)