Skip to content

Commit 4900594

Browse files
chore(api): update composite API spec
1 parent 24b4e74 commit 4900594

12 files changed

Lines changed: 36 additions & 32 deletions

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 1886
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-e1b2f7817924e5dfc092f19089635f3e120f8b2aa35e9d7684ecbbe007f83b21.yml
3-
openapi_spec_hash: 620caf2b3768f663857f3b51d887a181
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-4dfa826e7a47e343bab3db833a468c775d60c9e5ae8b492fc8c1905d35f20691.yml
3+
openapi_spec_hash: aa342ab3145b47a6b45b6fff850ced4b
44
config_hash: feb968146b5a84697390fed70d260f68

src/cloudflare/types/zero_trust/access/ai_controls/mcp/portal_read_response.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ class Server(BaseModel):
1919

2020
name: str
2121

22-
prompts: List[Dict[str, Union[float, str]]]
22+
prompts: List[object]
2323

24-
tools: List[Dict[str, Union[float, str]]]
24+
tools: List[object]
2525

2626
updated_prompts: List[Dict[str, Union[float, str]]]
2727

src/cloudflare/types/zero_trust/access/ai_controls/mcp/server_create_response.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

3-
from typing import Dict, List, Union, Optional
3+
from typing import List, Optional
44
from datetime import datetime
55
from typing_extensions import Literal
66

@@ -19,9 +19,9 @@ class ServerCreateResponse(BaseModel):
1919

2020
name: str
2121

22-
prompts: List[Dict[str, Union[float, str]]]
22+
prompts: List[object]
2323

24-
tools: List[Dict[str, Union[float, str]]]
24+
tools: List[object]
2525

2626
created_at: Optional[datetime] = None
2727

src/cloudflare/types/zero_trust/access/ai_controls/mcp/server_delete_response.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

3-
from typing import Dict, List, Union, Optional
3+
from typing import List, Optional
44
from datetime import datetime
55
from typing_extensions import Literal
66

@@ -19,9 +19,9 @@ class ServerDeleteResponse(BaseModel):
1919

2020
name: str
2121

22-
prompts: List[Dict[str, Union[float, str]]]
22+
prompts: List[object]
2323

24-
tools: List[Dict[str, Union[float, str]]]
24+
tools: List[object]
2525

2626
created_at: Optional[datetime] = None
2727

src/cloudflare/types/zero_trust/access/ai_controls/mcp/server_list_response.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

3-
from typing import Dict, List, Union, Optional
3+
from typing import List, Optional
44
from datetime import datetime
55
from typing_extensions import Literal
66

@@ -19,9 +19,9 @@ class ServerListResponse(BaseModel):
1919

2020
name: str
2121

22-
prompts: List[Dict[str, Union[float, str]]]
22+
prompts: List[object]
2323

24-
tools: List[Dict[str, Union[float, str]]]
24+
tools: List[object]
2525

2626
created_at: Optional[datetime] = None
2727

src/cloudflare/types/zero_trust/access/ai_controls/mcp/server_read_response.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

3-
from typing import Dict, List, Union, Optional
3+
from typing import List, Optional
44
from datetime import datetime
55
from typing_extensions import Literal
66

@@ -19,9 +19,9 @@ class ServerReadResponse(BaseModel):
1919

2020
name: str
2121

22-
prompts: List[Dict[str, Union[float, str]]]
22+
prompts: List[object]
2323

24-
tools: List[Dict[str, Union[float, str]]]
24+
tools: List[object]
2525

2626
created_at: Optional[datetime] = None
2727

src/cloudflare/types/zero_trust/access/ai_controls/mcp/server_update_response.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

3-
from typing import Dict, List, Union, Optional
3+
from typing import List, Optional
44
from datetime import datetime
55
from typing_extensions import Literal
66

@@ -19,9 +19,9 @@ class ServerUpdateResponse(BaseModel):
1919

2020
name: str
2121

22-
prompts: List[Dict[str, Union[float, str]]]
22+
prompts: List[object]
2323

24-
tools: List[Dict[str, Union[float, str]]]
24+
tools: List[object]
2525

2626
created_at: Optional[datetime] = None
2727

src/cloudflare/types/zero_trust/device.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,11 @@ class Device(BaseModel):
6767
"""The operating system version."""
6868

6969
os_version_extra: Optional[str] = None
70-
"""The operating system version extra parameter."""
70+
"""Additional operating system version details.
71+
72+
For Windows, the UBR (Update Build Revision). For Mac or iOS, the Product
73+
Version Extra. For Linux, the distribution name and version.
74+
"""
7175

7276
revoked_at: Optional[datetime] = None
7377
"""When the device was revoked."""

src/cloudflare/types/zero_trust/devices/device_get_response.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ class DeviceGetResponse(BaseModel):
9696
"""The device operating system version number."""
9797

9898
os_version_extra: Optional[str] = None
99-
"""Additional operating system version data.
99+
"""Additional operating system version details.
100100
101-
For macOS or iOS, the Product Version Extra. For Linux, the kernel release
102-
version.
101+
For Windows, the UBR (Update Build Revision). For Mac or iOS, the Product
102+
Version Extra. For Linux, the distribution name and version.
103103
"""
104104

105105
public_ip: Optional[str] = None

src/cloudflare/types/zero_trust/devices/device_list_response.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ class DeviceListResponse(BaseModel):
9696
"""The device operating system version number."""
9797

9898
os_version_extra: Optional[str] = None
99-
"""Additional operating system version data.
99+
"""Additional operating system version details.
100100
101-
For macOS or iOS, the Product Version Extra. For Linux, the kernel release
102-
version.
101+
For Windows, the UBR (Update Build Revision). For Mac or iOS, the Product
102+
Version Extra. For Linux, the distribution name and version.
103103
"""
104104

105105
public_ip: Optional[str] = None

0 commit comments

Comments
 (0)