@@ -124,7 +124,6 @@ class Cloudflare(SyncAPIClient):
124124 speed : resources .SpeedResource
125125 dcv_delegation : resources .DCVDelegationResource
126126 hostnames : resources .HostnamesResource
127- snippets : resources .SnippetsResource
128127 calls : resources .CallsResource
129128 cloudforce_one : resources .CloudforceOneResource
130129 event_notifications : resources .EventNotificationsResource
@@ -280,7 +279,6 @@ def __init__(
280279 self .speed = resources .SpeedResource (self )
281280 self .dcv_delegation = resources .DCVDelegationResource (self )
282281 self .hostnames = resources .HostnamesResource (self )
283- self .snippets = resources .SnippetsResource (self )
284282 self .calls = resources .CallsResource (self )
285283 self .cloudforce_one = resources .CloudforceOneResource (self )
286284 self .event_notifications = resources .EventNotificationsResource (self )
@@ -539,7 +537,6 @@ class AsyncCloudflare(AsyncAPIClient):
539537 speed : resources .AsyncSpeedResource
540538 dcv_delegation : resources .AsyncDCVDelegationResource
541539 hostnames : resources .AsyncHostnamesResource
542- snippets : resources .AsyncSnippetsResource
543540 calls : resources .AsyncCallsResource
544541 cloudforce_one : resources .AsyncCloudforceOneResource
545542 event_notifications : resources .AsyncEventNotificationsResource
@@ -695,7 +692,6 @@ def __init__(
695692 self .speed = resources .AsyncSpeedResource (self )
696693 self .dcv_delegation = resources .AsyncDCVDelegationResource (self )
697694 self .hostnames = resources .AsyncHostnamesResource (self )
698- self .snippets = resources .AsyncSnippetsResource (self )
699695 self .calls = resources .AsyncCallsResource (self )
700696 self .cloudforce_one = resources .AsyncCloudforceOneResource (self )
701697 self .event_notifications = resources .AsyncEventNotificationsResource (self )
@@ -965,7 +961,6 @@ def __init__(self, client: Cloudflare) -> None:
965961 self .speed = resources .SpeedResourceWithRawResponse (client .speed )
966962 self .dcv_delegation = resources .DCVDelegationResourceWithRawResponse (client .dcv_delegation )
967963 self .hostnames = resources .HostnamesResourceWithRawResponse (client .hostnames )
968- self .snippets = resources .SnippetsResourceWithRawResponse (client .snippets )
969964 self .calls = resources .CallsResourceWithRawResponse (client .calls )
970965 self .cloudforce_one = resources .CloudforceOneResourceWithRawResponse (client .cloudforce_one )
971966 self .event_notifications = resources .EventNotificationsResourceWithRawResponse (client .event_notifications )
@@ -1064,7 +1059,6 @@ def __init__(self, client: AsyncCloudflare) -> None:
10641059 self .speed = resources .AsyncSpeedResourceWithRawResponse (client .speed )
10651060 self .dcv_delegation = resources .AsyncDCVDelegationResourceWithRawResponse (client .dcv_delegation )
10661061 self .hostnames = resources .AsyncHostnamesResourceWithRawResponse (client .hostnames )
1067- self .snippets = resources .AsyncSnippetsResourceWithRawResponse (client .snippets )
10681062 self .calls = resources .AsyncCallsResourceWithRawResponse (client .calls )
10691063 self .cloudforce_one = resources .AsyncCloudforceOneResourceWithRawResponse (client .cloudforce_one )
10701064 self .event_notifications = resources .AsyncEventNotificationsResourceWithRawResponse (client .event_notifications )
@@ -1163,7 +1157,6 @@ def __init__(self, client: Cloudflare) -> None:
11631157 self .speed = resources .SpeedResourceWithStreamingResponse (client .speed )
11641158 self .dcv_delegation = resources .DCVDelegationResourceWithStreamingResponse (client .dcv_delegation )
11651159 self .hostnames = resources .HostnamesResourceWithStreamingResponse (client .hostnames )
1166- self .snippets = resources .SnippetsResourceWithStreamingResponse (client .snippets )
11671160 self .calls = resources .CallsResourceWithStreamingResponse (client .calls )
11681161 self .cloudforce_one = resources .CloudforceOneResourceWithStreamingResponse (client .cloudforce_one )
11691162 self .event_notifications = resources .EventNotificationsResourceWithStreamingResponse (client .event_notifications )
@@ -1268,7 +1261,6 @@ def __init__(self, client: AsyncCloudflare) -> None:
12681261 self .speed = resources .AsyncSpeedResourceWithStreamingResponse (client .speed )
12691262 self .dcv_delegation = resources .AsyncDCVDelegationResourceWithStreamingResponse (client .dcv_delegation )
12701263 self .hostnames = resources .AsyncHostnamesResourceWithStreamingResponse (client .hostnames )
1271- self .snippets = resources .AsyncSnippetsResourceWithStreamingResponse (client .snippets )
12721264 self .calls = resources .AsyncCallsResourceWithStreamingResponse (client .calls )
12731265 self .cloudforce_one = resources .AsyncCloudforceOneResourceWithStreamingResponse (client .cloudforce_one )
12741266 self .event_notifications = resources .AsyncEventNotificationsResourceWithStreamingResponse (
0 commit comments