|
164 | 164 | from .resources.dns.dns import DNSResource, AsyncDNSResource |
165 | 165 | from .resources.iam.iam import IAMResource, AsyncIAMResource |
166 | 166 | from .resources.ips.ips import IPsResource, AsyncIPsResource |
167 | | - from .resources.moq.moq import MoqResource, AsyncMoqResource |
| 167 | + from .resources.moq.moq import MoQResource, AsyncMoQResource |
168 | 168 | from .resources.rum.rum import RUMResource, AsyncRUMResource |
169 | 169 | from .resources.ssl.ssl import SSLResource, AsyncSSLResource |
170 | 170 | from .resources.argo.argo import ArgoResource, AsyncArgoResource |
@@ -968,10 +968,10 @@ def calls(self) -> CallsResource: |
968 | 968 | return CallsResource(self) |
969 | 969 |
|
970 | 970 | @cached_property |
971 | | - def moq(self) -> MoqResource: |
972 | | - from .resources.moq import MoqResource |
| 971 | + def moq(self) -> MoQResource: |
| 972 | + from .resources.moq import MoQResource |
973 | 973 |
|
974 | | - return MoqResource(self) |
| 974 | + return MoQResource(self) |
975 | 975 |
|
976 | 976 | @cached_property |
977 | 977 | def cloudforce_one(self) -> CloudforceOneResource: |
@@ -1926,10 +1926,10 @@ def calls(self) -> AsyncCallsResource: |
1926 | 1926 | return AsyncCallsResource(self) |
1927 | 1927 |
|
1928 | 1928 | @cached_property |
1929 | | - def moq(self) -> AsyncMoqResource: |
1930 | | - from .resources.moq import AsyncMoqResource |
| 1929 | + def moq(self) -> AsyncMoQResource: |
| 1930 | + from .resources.moq import AsyncMoQResource |
1931 | 1931 |
|
1932 | | - return AsyncMoqResource(self) |
| 1932 | + return AsyncMoQResource(self) |
1933 | 1933 |
|
1934 | 1934 | @cached_property |
1935 | 1935 | def cloudforce_one(self) -> AsyncCloudforceOneResource: |
@@ -2808,10 +2808,10 @@ def calls(self) -> calls.CallsResourceWithRawResponse: |
2808 | 2808 | return CallsResourceWithRawResponse(self._client.calls) |
2809 | 2809 |
|
2810 | 2810 | @cached_property |
2811 | | - def moq(self) -> moq.MoqResourceWithRawResponse: |
2812 | | - from .resources.moq import MoqResourceWithRawResponse |
| 2811 | + def moq(self) -> moq.MoQResourceWithRawResponse: |
| 2812 | + from .resources.moq import MoQResourceWithRawResponse |
2813 | 2813 |
|
2814 | | - return MoqResourceWithRawResponse(self._client.moq) |
| 2814 | + return MoQResourceWithRawResponse(self._client.moq) |
2815 | 2815 |
|
2816 | 2816 | @cached_property |
2817 | 2817 | def cloudforce_one(self) -> cloudforce_one.CloudforceOneResourceWithRawResponse: |
@@ -3517,10 +3517,10 @@ def calls(self) -> calls.AsyncCallsResourceWithRawResponse: |
3517 | 3517 | return AsyncCallsResourceWithRawResponse(self._client.calls) |
3518 | 3518 |
|
3519 | 3519 | @cached_property |
3520 | | - def moq(self) -> moq.AsyncMoqResourceWithRawResponse: |
3521 | | - from .resources.moq import AsyncMoqResourceWithRawResponse |
| 3520 | + def moq(self) -> moq.AsyncMoQResourceWithRawResponse: |
| 3521 | + from .resources.moq import AsyncMoQResourceWithRawResponse |
3522 | 3522 |
|
3523 | | - return AsyncMoqResourceWithRawResponse(self._client.moq) |
| 3523 | + return AsyncMoQResourceWithRawResponse(self._client.moq) |
3524 | 3524 |
|
3525 | 3525 | @cached_property |
3526 | 3526 | def cloudforce_one(self) -> cloudforce_one.AsyncCloudforceOneResourceWithRawResponse: |
@@ -4226,10 +4226,10 @@ def calls(self) -> calls.CallsResourceWithStreamingResponse: |
4226 | 4226 | return CallsResourceWithStreamingResponse(self._client.calls) |
4227 | 4227 |
|
4228 | 4228 | @cached_property |
4229 | | - def moq(self) -> moq.MoqResourceWithStreamingResponse: |
4230 | | - from .resources.moq import MoqResourceWithStreamingResponse |
| 4229 | + def moq(self) -> moq.MoQResourceWithStreamingResponse: |
| 4230 | + from .resources.moq import MoQResourceWithStreamingResponse |
4231 | 4231 |
|
4232 | | - return MoqResourceWithStreamingResponse(self._client.moq) |
| 4232 | + return MoQResourceWithStreamingResponse(self._client.moq) |
4233 | 4233 |
|
4234 | 4234 | @cached_property |
4235 | 4235 | def cloudforce_one(self) -> cloudforce_one.CloudforceOneResourceWithStreamingResponse: |
@@ -4943,10 +4943,10 @@ def calls(self) -> calls.AsyncCallsResourceWithStreamingResponse: |
4943 | 4943 | return AsyncCallsResourceWithStreamingResponse(self._client.calls) |
4944 | 4944 |
|
4945 | 4945 | @cached_property |
4946 | | - def moq(self) -> moq.AsyncMoqResourceWithStreamingResponse: |
4947 | | - from .resources.moq import AsyncMoqResourceWithStreamingResponse |
| 4946 | + def moq(self) -> moq.AsyncMoQResourceWithStreamingResponse: |
| 4947 | + from .resources.moq import AsyncMoQResourceWithStreamingResponse |
4948 | 4948 |
|
4949 | | - return AsyncMoqResourceWithStreamingResponse(self._client.moq) |
| 4949 | + return AsyncMoQResourceWithStreamingResponse(self._client.moq) |
4950 | 4950 |
|
4951 | 4951 | @cached_property |
4952 | 4952 | def cloudforce_one(self) -> cloudforce_one.AsyncCloudforceOneResourceWithStreamingResponse: |
|
0 commit comments