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

@@ -120,6 +120,7 @@ func (s *Log) LogLine(ctx context.Context, request operations.LogLineRequest) (*
}
return res, nil
}
// LogMultiLine - Logging a multi-line message
@@ -238,6 +239,7 @@ func (s *Log) LogMultiLine(ctx context.Context, request string) (*operations.Log
}
return res, nil
}
// EnablePaperTrail - Enabling Papertrail
@@ -332,4 +334,5 @@ func (s *Log) EnablePaperTrail(ctx context.Context) (*operations.EnablePaperTrai
}
return res, nil
}