ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.295.1

This commit is contained in:
speakeasybot
2024-05-23 15:58:07 +00:00
parent 20de7077f5
commit 720b953e9b
46 changed files with 1343 additions and 55 deletions

View File

@@ -127,6 +127,7 @@ func (s *Updater) GetUpdateStatus(ctx context.Context) (*operations.GetUpdateSta
}
return res, nil
}
// CheckForUpdates - Checking for updates
@@ -223,6 +224,7 @@ func (s *Updater) CheckForUpdates(ctx context.Context, request operations.CheckF
}
return res, nil
}
// ApplyUpdates - Apply Updates
@@ -321,4 +323,5 @@ func (s *Updater) ApplyUpdates(ctx context.Context, request operations.ApplyUpda
}
return res, nil
}