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/increase/resources/account_numbers.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class AccountNumbersResource(SyncAPIResource):
@cached_property
def with_raw_response(self) -> AccountNumbersResourceWithRawResponse:
"""
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/Increase/increase-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -294,7 +294,7 @@ class AsyncAccountNumbersResource(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncAccountNumbersResourceWithRawResponse:
"""
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/Increase/increase-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/increase/resources/account_statements.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class AccountStatementsResource(SyncAPIResource):
@cached_property
def with_raw_response(self) -> AccountStatementsResourceWithRawResponse:
"""
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/Increase/increase-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -138,7 +138,7 @@ class AsyncAccountStatementsResource(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncAccountStatementsResourceWithRawResponse:
"""
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/Increase/increase-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/increase/resources/account_transfers.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class AccountTransfersResource(SyncAPIResource):
@cached_property
def with_raw_response(self) -> AccountTransfersResourceWithRawResponse:
"""
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/Increase/increase-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -299,7 +299,7 @@ class AsyncAccountTransfersResource(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncAccountTransfersResourceWithRawResponse:
"""
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/Increase/increase-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/increase/resources/accounts.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class AccountsResource(SyncAPIResource):
@cached_property
def with_raw_response(self) -> AccountsResourceWithRawResponse:
"""
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/Increase/increase-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -362,7 +362,7 @@ class AsyncAccountsResource(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncAccountsResourceWithRawResponse:
"""
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/Increase/increase-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/increase/resources/ach_prenotifications.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class ACHPrenotificationsResource(SyncAPIResource):
@cached_property
def with_raw_response(self) -> ACHPrenotificationsResourceWithRawResponse:
"""
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/Increase/increase-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -259,7 +259,7 @@ class AsyncACHPrenotificationsResource(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncACHPrenotificationsResourceWithRawResponse:
"""
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/Increase/increase-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/increase/resources/ach_transfers.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class ACHTransfersResource(SyncAPIResource):
@cached_property
def with_raw_response(self) -> ACHTransfersResourceWithRawResponse:
"""
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/Increase/increase-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -395,7 +395,7 @@ class AsyncACHTransfersResource(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncACHTransfersResourceWithRawResponse:
"""
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/Increase/increase-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/increase/resources/bookkeeping_accounts.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class BookkeepingAccountsResource(SyncAPIResource):
@cached_property
def with_raw_response(self) -> BookkeepingAccountsResourceWithRawResponse:
"""
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/Increase/increase-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -270,7 +270,7 @@ class AsyncBookkeepingAccountsResource(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncBookkeepingAccountsResourceWithRawResponse:
"""
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/Increase/increase-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/increase/resources/bookkeeping_entries.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class BookkeepingEntriesResource(SyncAPIResource):
@cached_property
def with_raw_response(self) -> BookkeepingEntriesResourceWithRawResponse:
"""
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/Increase/increase-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -136,7 +136,7 @@ class AsyncBookkeepingEntriesResource(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncBookkeepingEntriesResourceWithRawResponse:
"""
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/Increase/increase-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/increase/resources/bookkeeping_entry_sets.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class BookkeepingEntrySetsResource(SyncAPIResource):
@cached_property
def with_raw_response(self) -> BookkeepingEntrySetsResourceWithRawResponse:
"""
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/Increase/increase-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -204,7 +204,7 @@ class AsyncBookkeepingEntrySetsResource(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncBookkeepingEntrySetsResourceWithRawResponse:
"""
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/Increase/increase-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/increase/resources/card_disputes.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class CardDisputesResource(SyncAPIResource):
@cached_property
def with_raw_response(self) -> CardDisputesResourceWithRawResponse:
"""
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/Increase/increase-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -202,7 +202,7 @@ class AsyncCardDisputesResource(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncCardDisputesResourceWithRawResponse:
"""
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/Increase/increase-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/increase/resources/card_payments.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class CardPaymentsResource(SyncAPIResource):
@cached_property
def with_raw_response(self) -> CardPaymentsResourceWithRawResponse:
"""
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/Increase/increase-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -140,7 +140,7 @@ class AsyncCardPaymentsResource(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncCardPaymentsResourceWithRawResponse:
"""
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/Increase/increase-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/increase/resources/card_purchase_supplements.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class CardPurchaseSupplementsResource(SyncAPIResource):
@cached_property
def with_raw_response(self) -> CardPurchaseSupplementsResourceWithRawResponse:
"""
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/Increase/increase-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -139,7 +139,7 @@ class AsyncCardPurchaseSupplementsResource(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncCardPurchaseSupplementsResourceWithRawResponse:
"""
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/Increase/increase-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/increase/resources/cards.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class CardsResource(SyncAPIResource):
@cached_property
def with_raw_response(self) -> CardsResourceWithRawResponse:
"""
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/Increase/increase-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -325,7 +325,7 @@ class AsyncCardsResource(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncCardsResourceWithRawResponse:
"""
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/Increase/increase-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/increase/resources/check_deposits.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class CheckDepositsResource(SyncAPIResource):
@cached_property
def with_raw_response(self) -> CheckDepositsResourceWithRawResponse:
"""
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/Increase/increase-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -208,7 +208,7 @@ class AsyncCheckDepositsResource(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncCheckDepositsResourceWithRawResponse:
"""
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/Increase/increase-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/increase/resources/check_transfers.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class CheckTransfersResource(SyncAPIResource):
@cached_property
def with_raw_response(self) -> CheckTransfersResourceWithRawResponse:
"""
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/Increase/increase-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -366,7 +366,7 @@ class AsyncCheckTransfersResource(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncCheckTransfersResourceWithRawResponse:
"""
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/Increase/increase-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/increase/resources/declined_transactions.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class DeclinedTransactionsResource(SyncAPIResource):
@cached_property
def with_raw_response(self) -> DeclinedTransactionsResourceWithRawResponse:
"""
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/Increase/increase-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -144,7 +144,7 @@ class AsyncDeclinedTransactionsResource(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncDeclinedTransactionsResourceWithRawResponse:
"""
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/Increase/increase-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/increase/resources/digital_card_profiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class DigitalCardProfilesResource(SyncAPIResource):
@cached_property
def with_raw_response(self) -> DigitalCardProfilesResourceWithRawResponse:
"""
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/Increase/increase-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -355,7 +355,7 @@ class AsyncDigitalCardProfilesResource(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncDigitalCardProfilesResourceWithRawResponse:
"""
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/Increase/increase-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/increase/resources/digital_wallet_tokens.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class DigitalWalletTokensResource(SyncAPIResource):
@cached_property
def with_raw_response(self) -> DigitalWalletTokensResourceWithRawResponse:
"""
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/Increase/increase-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -138,7 +138,7 @@ class AsyncDigitalWalletTokensResource(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncDigitalWalletTokensResourceWithRawResponse:
"""
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/Increase/increase-python#accessing-raw-response-data-eg-headers
Expand Down
Loading