@@ -124,7 +124,6 @@ class Cloudflare(SyncAPIClient):
124
124
speed : resources .SpeedResource
125
125
dcv_delegation : resources .DCVDelegationResource
126
126
hostnames : resources .HostnamesResource
127
- snippets : resources .SnippetsResource
128
127
calls : resources .CallsResource
129
128
cloudforce_one : resources .CloudforceOneResource
130
129
event_notifications : resources .EventNotificationsResource
@@ -280,7 +279,6 @@ def __init__(
280
279
self .speed = resources .SpeedResource (self )
281
280
self .dcv_delegation = resources .DCVDelegationResource (self )
282
281
self .hostnames = resources .HostnamesResource (self )
283
- self .snippets = resources .SnippetsResource (self )
284
282
self .calls = resources .CallsResource (self )
285
283
self .cloudforce_one = resources .CloudforceOneResource (self )
286
284
self .event_notifications = resources .EventNotificationsResource (self )
@@ -539,7 +537,6 @@ class AsyncCloudflare(AsyncAPIClient):
539
537
speed : resources .AsyncSpeedResource
540
538
dcv_delegation : resources .AsyncDCVDelegationResource
541
539
hostnames : resources .AsyncHostnamesResource
542
- snippets : resources .AsyncSnippetsResource
543
540
calls : resources .AsyncCallsResource
544
541
cloudforce_one : resources .AsyncCloudforceOneResource
545
542
event_notifications : resources .AsyncEventNotificationsResource
@@ -695,7 +692,6 @@ def __init__(
695
692
self .speed = resources .AsyncSpeedResource (self )
696
693
self .dcv_delegation = resources .AsyncDCVDelegationResource (self )
697
694
self .hostnames = resources .AsyncHostnamesResource (self )
698
- self .snippets = resources .AsyncSnippetsResource (self )
699
695
self .calls = resources .AsyncCallsResource (self )
700
696
self .cloudforce_one = resources .AsyncCloudforceOneResource (self )
701
697
self .event_notifications = resources .AsyncEventNotificationsResource (self )
@@ -965,7 +961,6 @@ def __init__(self, client: Cloudflare) -> None:
965
961
self .speed = resources .SpeedResourceWithRawResponse (client .speed )
966
962
self .dcv_delegation = resources .DCVDelegationResourceWithRawResponse (client .dcv_delegation )
967
963
self .hostnames = resources .HostnamesResourceWithRawResponse (client .hostnames )
968
- self .snippets = resources .SnippetsResourceWithRawResponse (client .snippets )
969
964
self .calls = resources .CallsResourceWithRawResponse (client .calls )
970
965
self .cloudforce_one = resources .CloudforceOneResourceWithRawResponse (client .cloudforce_one )
971
966
self .event_notifications = resources .EventNotificationsResourceWithRawResponse (client .event_notifications )
@@ -1064,7 +1059,6 @@ def __init__(self, client: AsyncCloudflare) -> None:
1064
1059
self .speed = resources .AsyncSpeedResourceWithRawResponse (client .speed )
1065
1060
self .dcv_delegation = resources .AsyncDCVDelegationResourceWithRawResponse (client .dcv_delegation )
1066
1061
self .hostnames = resources .AsyncHostnamesResourceWithRawResponse (client .hostnames )
1067
- self .snippets = resources .AsyncSnippetsResourceWithRawResponse (client .snippets )
1068
1062
self .calls = resources .AsyncCallsResourceWithRawResponse (client .calls )
1069
1063
self .cloudforce_one = resources .AsyncCloudforceOneResourceWithRawResponse (client .cloudforce_one )
1070
1064
self .event_notifications = resources .AsyncEventNotificationsResourceWithRawResponse (client .event_notifications )
@@ -1163,7 +1157,6 @@ def __init__(self, client: Cloudflare) -> None:
1163
1157
self .speed = resources .SpeedResourceWithStreamingResponse (client .speed )
1164
1158
self .dcv_delegation = resources .DCVDelegationResourceWithStreamingResponse (client .dcv_delegation )
1165
1159
self .hostnames = resources .HostnamesResourceWithStreamingResponse (client .hostnames )
1166
- self .snippets = resources .SnippetsResourceWithStreamingResponse (client .snippets )
1167
1160
self .calls = resources .CallsResourceWithStreamingResponse (client .calls )
1168
1161
self .cloudforce_one = resources .CloudforceOneResourceWithStreamingResponse (client .cloudforce_one )
1169
1162
self .event_notifications = resources .EventNotificationsResourceWithStreamingResponse (client .event_notifications )
@@ -1268,7 +1261,6 @@ def __init__(self, client: AsyncCloudflare) -> None:
1268
1261
self .speed = resources .AsyncSpeedResourceWithStreamingResponse (client .speed )
1269
1262
self .dcv_delegation = resources .AsyncDCVDelegationResourceWithStreamingResponse (client .dcv_delegation )
1270
1263
self .hostnames = resources .AsyncHostnamesResourceWithStreamingResponse (client .hostnames )
1271
- self .snippets = resources .AsyncSnippetsResourceWithStreamingResponse (client .snippets )
1272
1264
self .calls = resources .AsyncCallsResourceWithStreamingResponse (client .calls )
1273
1265
self .cloudforce_one = resources .AsyncCloudforceOneResourceWithStreamingResponse (client .cloudforce_one )
1274
1266
self .event_notifications = resources .AsyncEventNotificationsResourceWithStreamingResponse (
0 commit comments