Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/orb/resources/alerts.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class Alerts(SyncAPIResource):
@cached_property
def with_raw_response(self) -> AlertsWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -530,7 +530,7 @@ class AsyncAlerts(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncAlertsWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/orb/resources/coupons/coupons.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def subscriptions(self) -> Subscriptions:
@cached_property
def with_raw_response(self) -> CouponsWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -264,7 +264,7 @@ def subscriptions(self) -> AsyncSubscriptions:
@cached_property
def with_raw_response(self) -> AsyncCouponsWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/orb/resources/coupons/subscriptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Subscriptions(SyncAPIResource):
@cached_property
def with_raw_response(self) -> SubscriptionsWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -99,7 +99,7 @@ class AsyncSubscriptions(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncSubscriptionsWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/orb/resources/credit_notes.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class CreditNotes(SyncAPIResource):
@cached_property
def with_raw_response(self) -> CreditNotesWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -188,7 +188,7 @@ class AsyncCreditNotes(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncCreditNotesWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/orb/resources/customers/balance_transactions.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class BalanceTransactions(SyncAPIResource):
@cached_property
def with_raw_response(self) -> BalanceTransactionsWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -191,7 +191,7 @@ class AsyncBalanceTransactions(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncBalanceTransactionsWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/orb/resources/customers/costs.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class Costs(SyncAPIResource):
@cached_property
def with_raw_response(self) -> CostsWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -404,7 +404,7 @@ class AsyncCosts(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncCostsWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/orb/resources/customers/credits/credits.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def top_ups(self) -> TopUps:
@cached_property
def with_raw_response(self) -> CreditsWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -212,7 +212,7 @@ def top_ups(self) -> AsyncTopUps:
@cached_property
def with_raw_response(self) -> AsyncCreditsWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/orb/resources/customers/credits/ledger.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class Ledger(SyncAPIResource):
@cached_property
def with_raw_response(self) -> LedgerWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -2179,7 +2179,7 @@ class AsyncLedger(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncLedgerWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/orb/resources/customers/credits/top_ups.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class TopUps(SyncAPIResource):
@cached_property
def with_raw_response(self) -> TopUpsWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -419,7 +419,7 @@ class AsyncTopUps(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncTopUpsWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/orb/resources/customers/customers.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def balance_transactions(self) -> BalanceTransactions:
@cached_property
def with_raw_response(self) -> CustomersWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -968,7 +968,7 @@ def balance_transactions(self) -> AsyncBalanceTransactions:
@cached_property
def with_raw_response(self) -> AsyncCustomersWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def external_dimensional_price_group_id(self) -> ExternalDimensionalPriceGroupID
@cached_property
def with_raw_response(self) -> DimensionalPriceGroupsWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -213,7 +213,7 @@ def external_dimensional_price_group_id(self) -> AsyncExternalDimensionalPriceGr
@cached_property
def with_raw_response(self) -> AsyncDimensionalPriceGroupsWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class ExternalDimensionalPriceGroupID(SyncAPIResource):
@cached_property
def with_raw_response(self) -> ExternalDimensionalPriceGroupIDWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -75,7 +75,7 @@ class AsyncExternalDimensionalPriceGroupID(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncExternalDimensionalPriceGroupIDWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/orb/resources/events/backfills.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class Backfills(SyncAPIResource):
@cached_property
def with_raw_response(self) -> BackfillsWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -344,7 +344,7 @@ class AsyncBackfills(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncBackfillsWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/orb/resources/events/events.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def volume(self) -> Volume:
@cached_property
def with_raw_response(self) -> EventsWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -603,7 +603,7 @@ def volume(self) -> AsyncVolume:
@cached_property
def with_raw_response(self) -> AsyncEventsWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/orb/resources/events/volume.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class Volume(SyncAPIResource):
@cached_property
def with_raw_response(self) -> VolumeWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -121,7 +121,7 @@ class AsyncVolume(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncVolumeWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/orb/resources/invoice_line_items.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class InvoiceLineItems(SyncAPIResource):
@cached_property
def with_raw_response(self) -> InvoiceLineItemsWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -117,7 +117,7 @@ class AsyncInvoiceLineItems(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncInvoiceLineItemsWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/orb/resources/invoices.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class Invoices(SyncAPIResource):
@cached_property
def with_raw_response(self) -> InvoicesWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -573,7 +573,7 @@ class AsyncInvoices(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncInvoicesWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/orb/resources/items.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class Items(SyncAPIResource):
@cached_property
def with_raw_response(self) -> ItemsWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -220,7 +220,7 @@ class AsyncItems(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncItemsWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/orb/resources/metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class Metrics(SyncAPIResource):
@cached_property
def with_raw_response(self) -> MetricsWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -257,7 +257,7 @@ class AsyncMetrics(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncMetricsWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/orb/resources/plans/external_plan_id.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class ExternalPlanID(SyncAPIResource):
@cached_property
def with_raw_response(self) -> ExternalPlanIDWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -157,7 +157,7 @@ class AsyncExternalPlanID(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncExternalPlanIDWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Expand Down
Loading