@@ -91,7 +91,6 @@ class Cloudflare(SyncAPIClient):
91
91
url_normalization : resources .URLNormalization
92
92
spectrum : resources .Spectrum
93
93
addressing : resources .Addressing
94
- audit_logs : resources .AuditLogs
95
94
billing : resources .Billing
96
95
brand_protection : resources .BrandProtection
97
96
diagnostics : resources .Diagnostics
@@ -244,7 +243,6 @@ def __init__(
244
243
self .url_normalization = resources .URLNormalization (self )
245
244
self .spectrum = resources .Spectrum (self )
246
245
self .addressing = resources .Addressing (self )
247
- self .audit_logs = resources .AuditLogs (self )
248
246
self .billing = resources .Billing (self )
249
247
self .brand_protection = resources .BrandProtection (self )
250
248
self .diagnostics = resources .Diagnostics (self )
@@ -502,7 +500,6 @@ class AsyncCloudflare(AsyncAPIClient):
502
500
url_normalization : resources .AsyncURLNormalization
503
501
spectrum : resources .AsyncSpectrum
504
502
addressing : resources .AsyncAddressing
505
- audit_logs : resources .AsyncAuditLogs
506
503
billing : resources .AsyncBilling
507
504
brand_protection : resources .AsyncBrandProtection
508
505
diagnostics : resources .AsyncDiagnostics
@@ -655,7 +652,6 @@ def __init__(
655
652
self .url_normalization = resources .AsyncURLNormalization (self )
656
653
self .spectrum = resources .AsyncSpectrum (self )
657
654
self .addressing = resources .AsyncAddressing (self )
658
- self .audit_logs = resources .AsyncAuditLogs (self )
659
655
self .billing = resources .AsyncBilling (self )
660
656
self .brand_protection = resources .AsyncBrandProtection (self )
661
657
self .diagnostics = resources .AsyncDiagnostics (self )
@@ -914,7 +910,6 @@ def __init__(self, client: Cloudflare) -> None:
914
910
self .url_normalization = resources .URLNormalizationWithRawResponse (client .url_normalization )
915
911
self .spectrum = resources .SpectrumWithRawResponse (client .spectrum )
916
912
self .addressing = resources .AddressingWithRawResponse (client .addressing )
917
- self .audit_logs = resources .AuditLogsWithRawResponse (client .audit_logs )
918
913
self .billing = resources .BillingWithRawResponse (client .billing )
919
914
self .brand_protection = resources .BrandProtectionWithRawResponse (client .brand_protection )
920
915
self .diagnostics = resources .DiagnosticsWithRawResponse (client .diagnostics )
@@ -1002,7 +997,6 @@ def __init__(self, client: AsyncCloudflare) -> None:
1002
997
self .url_normalization = resources .AsyncURLNormalizationWithRawResponse (client .url_normalization )
1003
998
self .spectrum = resources .AsyncSpectrumWithRawResponse (client .spectrum )
1004
999
self .addressing = resources .AsyncAddressingWithRawResponse (client .addressing )
1005
- self .audit_logs = resources .AsyncAuditLogsWithRawResponse (client .audit_logs )
1006
1000
self .billing = resources .AsyncBillingWithRawResponse (client .billing )
1007
1001
self .brand_protection = resources .AsyncBrandProtectionWithRawResponse (client .brand_protection )
1008
1002
self .diagnostics = resources .AsyncDiagnosticsWithRawResponse (client .diagnostics )
@@ -1092,7 +1086,6 @@ def __init__(self, client: Cloudflare) -> None:
1092
1086
self .url_normalization = resources .URLNormalizationWithStreamingResponse (client .url_normalization )
1093
1087
self .spectrum = resources .SpectrumWithStreamingResponse (client .spectrum )
1094
1088
self .addressing = resources .AddressingWithStreamingResponse (client .addressing )
1095
- self .audit_logs = resources .AuditLogsWithStreamingResponse (client .audit_logs )
1096
1089
self .billing = resources .BillingWithStreamingResponse (client .billing )
1097
1090
self .brand_protection = resources .BrandProtectionWithStreamingResponse (client .brand_protection )
1098
1091
self .diagnostics = resources .DiagnosticsWithStreamingResponse (client .diagnostics )
@@ -1184,7 +1177,6 @@ def __init__(self, client: AsyncCloudflare) -> None:
1184
1177
self .url_normalization = resources .AsyncURLNormalizationWithStreamingResponse (client .url_normalization )
1185
1178
self .spectrum = resources .AsyncSpectrumWithStreamingResponse (client .spectrum )
1186
1179
self .addressing = resources .AsyncAddressingWithStreamingResponse (client .addressing )
1187
- self .audit_logs = resources .AsyncAuditLogsWithStreamingResponse (client .audit_logs )
1188
1180
self .billing = resources .AsyncBillingWithStreamingResponse (client .billing )
1189
1181
self .brand_protection = resources .AsyncBrandProtectionWithStreamingResponse (client .brand_protection )
1190
1182
self .diagnostics = resources .AsyncDiagnosticsWithStreamingResponse (client .diagnostics )
0 commit comments