ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.397.2

This commit is contained in:
speakeasybot
2024-09-16 18:44:33 +00:00
parent c0dafdc561
commit 6b54deac02
919 changed files with 16195 additions and 6963 deletions

View File

@@ -1,8 +1,9 @@
// Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
// Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
import Foundation
/// The protocol to use for the server connection
public enum ServerProtocol: String, Codable, APIValue {
case http = "http"
case https = "https"
@@ -12,7 +13,7 @@ enum GlobalServers: Servers, ServerConvertible {
/// Supported server value with substituted variables
///
/// Corresponds to `{protocol}://{ip}:{port}`
case server1(`protocol`: ServerProtocol = .http, ip: String = "10.10.10.47", port: String = "32400")
case server1(`protocol`: ServerProtocol = .https, ip: String = "10.10.10.47", port: String = "32400")
/// Defines the raw URL strings for each server option.
///