-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: speakeasy SDK regeneration (#2)
* ci: regenerated with OpenAPI Doc v1, Speakeay CLI 0.21.0 * ci: regenerated with OpenAPI Doc v1, Speakeay CLI 0.21.0 * ci: regenerated with OpenAPI Doc v1, Speakeay CLI 0.21.1 * ci: regenerated with OpenAPI Doc v1, Speakeay CLI 0.21.2 * ci: regenerated with OpenAPI Doc v1, Speakeay CLI 0.22.0 * ci: regenerated with OpenAPI Doc v1, Speakeay CLI 0.22.0 * ci: regenerated with OpenAPI Doc v1, Speakeay CLI 0.22.1 --------- Co-authored-by: speakeasybot <[email protected]>
- Loading branch information
1 parent
5bebc14
commit 2cf32c6
Showing
48 changed files
with
392 additions
and
54 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
management: | ||
openapi-checksum: 255ceb6a6ce7baeaa2fdefcaab818be9 | ||
openapi-checksum: 1c15f63acec2d49a75c006658dc0e96f | ||
openapi-version: v1 | ||
speakeasy-version: 0.21.0 | ||
speakeasy-version: 0.22.1 | ||
go: | ||
version: 1.1.0 | ||
version: 1.2.2 | ||
packagename: github.com/speakeasy-sdks/codat-sdks/go-client-sdk | ||
baseserverurl: https://api.codat.io |
30 changes: 30 additions & 0 deletions
30
go-client-sdk/pkg/models/operations/getdatacompaniescompanyidassessexceldownload.go
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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
package operations | ||
|
||
import ( | ||
"github.com/speakeasy-sdks/codat-sdks/go-client-sdk/pkg/models/shared" | ||
) | ||
|
||
type GetDataCompaniesCompanyIDAssessExcelDownloadPathParams struct { | ||
CompanyID string `pathParam:"style=simple,explode=false,name=companyId"` | ||
} | ||
|
||
type GetDataCompaniesCompanyIDAssessExcelDownloadQueryParams struct { | ||
ReportType *string `queryParam:"style=form,explode=true,name=reportType"` | ||
} | ||
|
||
type GetDataCompaniesCompanyIDAssessExcelDownloadSecurity struct { | ||
CodatLogin *shared.SchemeCodatLogin `security:"scheme,type=oauth2"` | ||
APIKeyAuth *shared.SchemeAPIKeyAuth `security:"scheme,type=apiKey,subtype=header"` | ||
} | ||
|
||
type GetDataCompaniesCompanyIDAssessExcelDownloadRequest struct { | ||
PathParams GetDataCompaniesCompanyIDAssessExcelDownloadPathParams | ||
QueryParams GetDataCompaniesCompanyIDAssessExcelDownloadQueryParams | ||
Security GetDataCompaniesCompanyIDAssessExcelDownloadSecurity | ||
} | ||
|
||
type GetDataCompaniesCompanyIDAssessExcelDownloadResponse struct { | ||
ContentType string | ||
StatusCode int64 | ||
GetDataCompaniesCompanyIDAssessExcelDownload200ApplicationJSONBinaryString []byte | ||
} |
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
5 changes: 3 additions & 2 deletions
5
go-client-sdk/pkg/models/shared/codatdatacontractspushpushoperationchange.go
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,6 +1,7 @@ | ||
package shared | ||
|
||
type CodatDataContractsPushPushOperationChange struct { | ||
RecordRef *CodatDataContractsPushPushOperationRecordRef `json:"recordRef,omitempty"` | ||
Type *CodatDataContractsPushPushChangeTypeEnum `json:"type,omitempty"` | ||
AttachmentID *string `json:"attachmentId,omitempty"` | ||
RecordRef *CodatDataContractsPushPushOperationRecordRef `json:"recordRef,omitempty"` | ||
Type *CodatDataContractsPushPushChangeTypeEnum `json:"type,omitempty"` | ||
} |
1 change: 1 addition & 0 deletions
1
go-client-sdk/pkg/models/shared/codatpublicapimodelscompanyaddcompanymodel.go
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,6 +1,7 @@ | ||
package shared | ||
|
||
type CodatPublicAPIModelsCompanyAddCompanyModel struct { | ||
Description *string `json:"description,omitempty"` | ||
Name string `json:"name"` | ||
PlatformType *string `json:"platformType,omitempty"` | ||
} |
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
5 changes: 0 additions & 5 deletions
5
go-client-sdk/pkg/models/shared/codatpublicapimodelscompanyrenamecompanymodel.go
This file was deleted.
Oops, something went wrong.
6 changes: 6 additions & 0 deletions
6
go-client-sdk/pkg/models/shared/codatpublicapimodelscompanyupdatecompanymodel.go
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
package shared | ||
|
||
type CodatPublicAPIModelsCompanyUpdateCompanyModel struct { | ||
Description *string `json:"description,omitempty"` | ||
Name *string `json:"name,omitempty"` | ||
} |
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,9 +1,9 @@ | ||
management: | ||
openapi-checksum: 255ceb6a6ce7baeaa2fdefcaab818be9 | ||
openapi-checksum: 1c15f63acec2d49a75c006658dc0e96f | ||
openapi-version: v1 | ||
speakeasy-version: 0.21.0 | ||
speakeasy-version: 0.22.1 | ||
python: | ||
version: 1.1.0 | ||
version: 1.2.2 | ||
packagename: codatapi | ||
author: codatio | ||
baseserverurl: https://api.codat.io |
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
Oops, something went wrong.