@@ -128,7 +128,6 @@ class Cloudflare(SyncAPIClient):
128
128
calls : resources .CallsResource
129
129
cloudforce_one : resources .CloudforceOneResource
130
130
event_notifications : resources .EventNotificationsResource
131
- ai_gateway : resources .AIGatewayResource
132
131
with_raw_response : CloudflareWithRawResponse
133
132
with_streaming_response : CloudflareWithStreamedResponse
134
133
@@ -285,7 +284,6 @@ def __init__(
285
284
self .calls = resources .CallsResource (self )
286
285
self .cloudforce_one = resources .CloudforceOneResource (self )
287
286
self .event_notifications = resources .EventNotificationsResource (self )
288
- self .ai_gateway = resources .AIGatewayResource (self )
289
287
self .with_raw_response = CloudflareWithRawResponse (self )
290
288
self .with_streaming_response = CloudflareWithStreamedResponse (self )
291
289
@@ -545,7 +543,6 @@ class AsyncCloudflare(AsyncAPIClient):
545
543
calls : resources .AsyncCallsResource
546
544
cloudforce_one : resources .AsyncCloudforceOneResource
547
545
event_notifications : resources .AsyncEventNotificationsResource
548
- ai_gateway : resources .AsyncAIGatewayResource
549
546
with_raw_response : AsyncCloudflareWithRawResponse
550
547
with_streaming_response : AsyncCloudflareWithStreamedResponse
551
548
@@ -702,7 +699,6 @@ def __init__(
702
699
self .calls = resources .AsyncCallsResource (self )
703
700
self .cloudforce_one = resources .AsyncCloudforceOneResource (self )
704
701
self .event_notifications = resources .AsyncEventNotificationsResource (self )
705
- self .ai_gateway = resources .AsyncAIGatewayResource (self )
706
702
self .with_raw_response = AsyncCloudflareWithRawResponse (self )
707
703
self .with_streaming_response = AsyncCloudflareWithStreamedResponse (self )
708
704
@@ -973,7 +969,6 @@ def __init__(self, client: Cloudflare) -> None:
973
969
self .calls = resources .CallsResourceWithRawResponse (client .calls )
974
970
self .cloudforce_one = resources .CloudforceOneResourceWithRawResponse (client .cloudforce_one )
975
971
self .event_notifications = resources .EventNotificationsResourceWithRawResponse (client .event_notifications )
976
- self .ai_gateway = resources .AIGatewayResourceWithRawResponse (client .ai_gateway )
977
972
978
973
979
974
class AsyncCloudflareWithRawResponse :
@@ -1073,7 +1068,6 @@ def __init__(self, client: AsyncCloudflare) -> None:
1073
1068
self .calls = resources .AsyncCallsResourceWithRawResponse (client .calls )
1074
1069
self .cloudforce_one = resources .AsyncCloudforceOneResourceWithRawResponse (client .cloudforce_one )
1075
1070
self .event_notifications = resources .AsyncEventNotificationsResourceWithRawResponse (client .event_notifications )
1076
- self .ai_gateway = resources .AsyncAIGatewayResourceWithRawResponse (client .ai_gateway )
1077
1071
1078
1072
1079
1073
class CloudflareWithStreamedResponse :
@@ -1173,7 +1167,6 @@ def __init__(self, client: Cloudflare) -> None:
1173
1167
self .calls = resources .CallsResourceWithStreamingResponse (client .calls )
1174
1168
self .cloudforce_one = resources .CloudforceOneResourceWithStreamingResponse (client .cloudforce_one )
1175
1169
self .event_notifications = resources .EventNotificationsResourceWithStreamingResponse (client .event_notifications )
1176
- self .ai_gateway = resources .AIGatewayResourceWithStreamingResponse (client .ai_gateway )
1177
1170
1178
1171
1179
1172
class AsyncCloudflareWithStreamedResponse :
@@ -1281,7 +1274,6 @@ def __init__(self, client: AsyncCloudflare) -> None:
1281
1274
self .event_notifications = resources .AsyncEventNotificationsResourceWithStreamingResponse (
1282
1275
client .event_notifications
1283
1276
)
1284
- self .ai_gateway = resources .AsyncAIGatewayResourceWithStreamingResponse (client .ai_gateway )
1285
1277
1286
1278
1287
1279
Client = Cloudflare
0 commit comments