Skip to content

Commit

Permalink
docs(raw responses): fix duplicate the (#674)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Jan 20, 2025
1 parent 77a255c commit 9bc6a5e
Show file tree
Hide file tree
Showing 45 changed files with 90 additions and 90 deletions.
4 changes: 2 additions & 2 deletions src/lithic/resources/account_holders.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class AccountHolders(SyncAPIResource):
@cached_property
def with_raw_response(self) -> AccountHoldersWithRawResponse:
"""
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/lithic-com/lithic-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -854,7 +854,7 @@ class AsyncAccountHolders(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncAccountHoldersWithRawResponse:
"""
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/lithic-com/lithic-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/lithic/resources/accounts.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class Accounts(SyncAPIResource):
@cached_property
def with_raw_response(self) -> AccountsWithRawResponse:
"""
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/lithic-com/lithic-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -257,7 +257,7 @@ class AsyncAccounts(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncAccountsWithRawResponse:
"""
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/lithic-com/lithic-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/lithic/resources/aggregate_balances.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class AggregateBalances(SyncAPIResource):
@cached_property
def with_raw_response(self) -> AggregateBalancesWithRawResponse:
"""
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/lithic-com/lithic-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -87,7 +87,7 @@ class AsyncAggregateBalances(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncAggregateBalancesWithRawResponse:
"""
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/lithic-com/lithic-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/lithic/resources/auth_rules/auth_rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def v2(self) -> V2:
@cached_property
def with_raw_response(self) -> AuthRulesWithRawResponse:
"""
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/lithic-com/lithic-python#accessing-raw-response-data-eg-headers
Expand All @@ -49,7 +49,7 @@ def v2(self) -> AsyncV2:
@cached_property
def with_raw_response(self) -> AsyncAuthRulesWithRawResponse:
"""
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/lithic-com/lithic-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/lithic/resources/auth_rules/v2/backtests.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class Backtests(SyncAPIResource):
@cached_property
def with_raw_response(self) -> BacktestsWithRawResponse:
"""
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/lithic-com/lithic-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -174,7 +174,7 @@ class AsyncBacktests(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncBacktestsWithRawResponse:
"""
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/lithic-com/lithic-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/lithic/resources/auth_rules/v2/v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def backtests(self) -> Backtests:
@cached_property
def with_raw_response(self) -> V2WithRawResponse:
"""
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/lithic-com/lithic-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -664,7 +664,7 @@ def backtests(self) -> AsyncBacktests:
@cached_property
def with_raw_response(self) -> AsyncV2WithRawResponse:
"""
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/lithic-com/lithic-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/lithic/resources/auth_stream_enrollment.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class AuthStreamEnrollment(SyncAPIResource):
@cached_property
def with_raw_response(self) -> AuthStreamEnrollmentWithRawResponse:
"""
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/lithic-com/lithic-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -92,7 +92,7 @@ class AsyncAuthStreamEnrollment(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncAuthStreamEnrollmentWithRawResponse:
"""
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/lithic-com/lithic-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/lithic/resources/balances.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Balances(SyncAPIResource):
@cached_property
def with_raw_response(self) -> BalancesWithRawResponse:
"""
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/lithic-com/lithic-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -103,7 +103,7 @@ class AsyncBalances(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncBalancesWithRawResponse:
"""
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/lithic-com/lithic-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/lithic/resources/book_transfers.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class BookTransfers(SyncAPIResource):
@cached_property
def with_raw_response(self) -> BookTransfersWithRawResponse:
"""
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/lithic-com/lithic-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -315,7 +315,7 @@ class AsyncBookTransfers(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncBookTransfersWithRawResponse:
"""
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/lithic-com/lithic-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/lithic/resources/card_programs.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class CardPrograms(SyncAPIResource):
@cached_property
def with_raw_response(self) -> CardProgramsWithRawResponse:
"""
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/lithic-com/lithic-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -129,7 +129,7 @@ class AsyncCardPrograms(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncCardProgramsWithRawResponse:
"""
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/lithic-com/lithic-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/lithic/resources/cards/aggregate_balances.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class AggregateBalances(SyncAPIResource):
@cached_property
def with_raw_response(self) -> AggregateBalancesWithRawResponse:
"""
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/lithic-com/lithic-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -90,7 +90,7 @@ class AsyncAggregateBalances(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncAggregateBalancesWithRawResponse:
"""
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/lithic-com/lithic-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/lithic/resources/cards/balances.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class Balances(SyncAPIResource):
@cached_property
def with_raw_response(self) -> BalancesWithRawResponse:
"""
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/lithic-com/lithic-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -98,7 +98,7 @@ class AsyncBalances(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncBalancesWithRawResponse:
"""
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/lithic-com/lithic-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/lithic/resources/cards/cards.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def financial_transactions(self) -> FinancialTransactions:
@cached_property
def with_raw_response(self) -> CardsWithRawResponse:
"""
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/lithic-com/lithic-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -1078,7 +1078,7 @@ def financial_transactions(self) -> AsyncFinancialTransactions:
@cached_property
def with_raw_response(self) -> AsyncCardsWithRawResponse:
"""
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/lithic-com/lithic-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/lithic/resources/cards/financial_transactions.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class FinancialTransactions(SyncAPIResource):
@cached_property
def with_raw_response(self) -> FinancialTransactionsWithRawResponse:
"""
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/lithic-com/lithic-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -159,7 +159,7 @@ class AsyncFinancialTransactions(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncFinancialTransactionsWithRawResponse:
"""
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/lithic-com/lithic-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/lithic/resources/credit_products/credit_products.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def prime_rates(self) -> PrimeRates:
@cached_property
def with_raw_response(self) -> CreditProductsWithRawResponse:
"""
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/lithic-com/lithic-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -65,7 +65,7 @@ def prime_rates(self) -> AsyncPrimeRates:
@cached_property
def with_raw_response(self) -> AsyncCreditProductsWithRawResponse:
"""
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/lithic-com/lithic-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/lithic/resources/credit_products/extended_credit.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class ExtendedCreditResource(SyncAPIResource):
@cached_property
def with_raw_response(self) -> ExtendedCreditResourceWithRawResponse:
"""
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/lithic-com/lithic-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -75,7 +75,7 @@ class AsyncExtendedCreditResource(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncExtendedCreditResourceWithRawResponse:
"""
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/lithic-com/lithic-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/lithic/resources/credit_products/prime_rates.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class PrimeRates(SyncAPIResource):
@cached_property
def with_raw_response(self) -> PrimeRatesWithRawResponse:
"""
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/lithic-com/lithic-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -151,7 +151,7 @@ class AsyncPrimeRates(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncPrimeRatesWithRawResponse:
"""
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/lithic-com/lithic-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/lithic/resources/digital_card_art.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class DigitalCardArtResource(SyncAPIResource):
@cached_property
def with_raw_response(self) -> DigitalCardArtResourceWithRawResponse:
"""
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/lithic-com/lithic-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -131,7 +131,7 @@ class AsyncDigitalCardArtResource(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncDigitalCardArtResourceWithRawResponse:
"""
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/lithic-com/lithic-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/lithic/resources/disputes.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class Disputes(SyncAPIResource):
@cached_property
def with_raw_response(self) -> DisputesWithRawResponse:
"""
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/lithic-com/lithic-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -561,7 +561,7 @@ class AsyncDisputes(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncDisputesWithRawResponse:
"""
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/lithic-com/lithic-python#accessing-raw-response-data-eg-headers
Expand Down
Loading

0 comments on commit 9bc6a5e

Please sign in to comment.