ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.401.2

This commit is contained in:
speakeasybot
2024-09-22 00:11:12 +00:00
parent f52d81d1f6
commit 95df2396e7
260 changed files with 1864 additions and 1124 deletions

View File

@@ -8,12 +8,12 @@ import (
)
type StartTaskButlerErrors struct {
Code *int64 `json:"code,omitempty"`
Code *int `json:"code,omitempty"`
Message *string `json:"message,omitempty"`
Status *int64 `json:"status,omitempty"`
Status *int `json:"status,omitempty"`
}
func (o *StartTaskButlerErrors) GetCode() *int64 {
func (o *StartTaskButlerErrors) GetCode() *int {
if o == nil {
return nil
}
@@ -27,7 +27,7 @@ func (o *StartTaskButlerErrors) GetMessage() *string {
return o.Message
}
func (o *StartTaskButlerErrors) GetStatus() *int64 {
func (o *StartTaskButlerErrors) GetStatus() *int {
if o == nil {
return nil
}
@@ -49,12 +49,12 @@ func (e *StartTaskUnauthorized) Error() string {
}
type StartTaskErrors struct {
Code *int64 `json:"code,omitempty"`
Code *int `json:"code,omitempty"`
Message *string `json:"message,omitempty"`
Status *int64 `json:"status,omitempty"`
Status *int `json:"status,omitempty"`
}
func (o *StartTaskErrors) GetCode() *int64 {
func (o *StartTaskErrors) GetCode() *int {
if o == nil {
return nil
}
@@ -68,7 +68,7 @@ func (o *StartTaskErrors) GetMessage() *string {
return o.Message
}
func (o *StartTaskErrors) GetStatus() *int64 {
func (o *StartTaskErrors) GetStatus() *int {
if o == nil {
return nil
}