Skip to content

Commit 9ea4dcd

Browse files
docs(raw responses): fix duplicate the (#914)
1 parent 6984e30 commit 9ea4dcd

File tree

81 files changed

+162
-162
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+162
-162
lines changed

src/increase/resources/account_numbers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class AccountNumbersResource(SyncAPIResource):
3535
@cached_property
3636
def with_raw_response(self) -> AccountNumbersResourceWithRawResponse:
3737
"""
38-
This property can be used as a prefix for any HTTP method call to return the
38+
This property can be used as a prefix for any HTTP method call to return
3939
the raw response object instead of the parsed content.
4040
4141
For more information, see https://www.github.com/Increase/increase-python#accessing-raw-response-data-eg-headers
@@ -294,7 +294,7 @@ class AsyncAccountNumbersResource(AsyncAPIResource):
294294
@cached_property
295295
def with_raw_response(self) -> AsyncAccountNumbersResourceWithRawResponse:
296296
"""
297-
This property can be used as a prefix for any HTTP method call to return the
297+
This property can be used as a prefix for any HTTP method call to return
298298
the raw response object instead of the parsed content.
299299
300300
For more information, see https://www.github.com/Increase/increase-python#accessing-raw-response-data-eg-headers

src/increase/resources/account_statements.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class AccountStatementsResource(SyncAPIResource):
2626
@cached_property
2727
def with_raw_response(self) -> AccountStatementsResourceWithRawResponse:
2828
"""
29-
This property can be used as a prefix for any HTTP method call to return the
29+
This property can be used as a prefix for any HTTP method call to return
3030
the raw response object instead of the parsed content.
3131
3232
For more information, see https://www.github.com/Increase/increase-python#accessing-raw-response-data-eg-headers
@@ -138,7 +138,7 @@ class AsyncAccountStatementsResource(AsyncAPIResource):
138138
@cached_property
139139
def with_raw_response(self) -> AsyncAccountStatementsResourceWithRawResponse:
140140
"""
141-
This property can be used as a prefix for any HTTP method call to return the
141+
This property can be used as a prefix for any HTTP method call to return
142142
the raw response object instead of the parsed content.
143143
144144
For more information, see https://www.github.com/Increase/increase-python#accessing-raw-response-data-eg-headers

src/increase/resources/account_transfers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class AccountTransfersResource(SyncAPIResource):
2929
@cached_property
3030
def with_raw_response(self) -> AccountTransfersResourceWithRawResponse:
3131
"""
32-
This property can be used as a prefix for any HTTP method call to return the
32+
This property can be used as a prefix for any HTTP method call to return
3333
the raw response object instead of the parsed content.
3434
3535
For more information, see https://www.github.com/Increase/increase-python#accessing-raw-response-data-eg-headers
@@ -299,7 +299,7 @@ class AsyncAccountTransfersResource(AsyncAPIResource):
299299
@cached_property
300300
def with_raw_response(self) -> AsyncAccountTransfersResourceWithRawResponse:
301301
"""
302-
This property can be used as a prefix for any HTTP method call to return the
302+
This property can be used as a prefix for any HTTP method call to return
303303
the raw response object instead of the parsed content.
304304
305305
For more information, see https://www.github.com/Increase/increase-python#accessing-raw-response-data-eg-headers

src/increase/resources/accounts.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class AccountsResource(SyncAPIResource):
3939
@cached_property
4040
def with_raw_response(self) -> AccountsResourceWithRawResponse:
4141
"""
42-
This property can be used as a prefix for any HTTP method call to return the
42+
This property can be used as a prefix for any HTTP method call to return
4343
the raw response object instead of the parsed content.
4444
4545
For more information, see https://www.github.com/Increase/increase-python#accessing-raw-response-data-eg-headers
@@ -362,7 +362,7 @@ class AsyncAccountsResource(AsyncAPIResource):
362362
@cached_property
363363
def with_raw_response(self) -> AsyncAccountsResourceWithRawResponse:
364364
"""
365-
This property can be used as a prefix for any HTTP method call to return the
365+
This property can be used as a prefix for any HTTP method call to return
366366
the raw response object instead of the parsed content.
367367
368368
For more information, see https://www.github.com/Increase/increase-python#accessing-raw-response-data-eg-headers

src/increase/resources/ach_prenotifications.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class ACHPrenotificationsResource(SyncAPIResource):
3333
@cached_property
3434
def with_raw_response(self) -> ACHPrenotificationsResourceWithRawResponse:
3535
"""
36-
This property can be used as a prefix for any HTTP method call to return the
36+
This property can be used as a prefix for any HTTP method call to return
3737
the raw response object instead of the parsed content.
3838
3939
For more information, see https://www.github.com/Increase/increase-python#accessing-raw-response-data-eg-headers
@@ -259,7 +259,7 @@ class AsyncACHPrenotificationsResource(AsyncAPIResource):
259259
@cached_property
260260
def with_raw_response(self) -> AsyncACHPrenotificationsResourceWithRawResponse:
261261
"""
262-
This property can be used as a prefix for any HTTP method call to return the
262+
This property can be used as a prefix for any HTTP method call to return
263263
the raw response object instead of the parsed content.
264264
265265
For more information, see https://www.github.com/Increase/increase-python#accessing-raw-response-data-eg-headers

src/increase/resources/ach_transfers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class ACHTransfersResource(SyncAPIResource):
3131
@cached_property
3232
def with_raw_response(self) -> ACHTransfersResourceWithRawResponse:
3333
"""
34-
This property can be used as a prefix for any HTTP method call to return the
34+
This property can be used as a prefix for any HTTP method call to return
3535
the raw response object instead of the parsed content.
3636
3737
For more information, see https://www.github.com/Increase/increase-python#accessing-raw-response-data-eg-headers
@@ -395,7 +395,7 @@ class AsyncACHTransfersResource(AsyncAPIResource):
395395
@cached_property
396396
def with_raw_response(self) -> AsyncACHTransfersResourceWithRawResponse:
397397
"""
398-
This property can be used as a prefix for any HTTP method call to return the
398+
This property can be used as a prefix for any HTTP method call to return
399399
the raw response object instead of the parsed content.
400400
401401
For more information, see https://www.github.com/Increase/increase-python#accessing-raw-response-data-eg-headers

src/increase/resources/bookkeeping_accounts.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class BookkeepingAccountsResource(SyncAPIResource):
3939
@cached_property
4040
def with_raw_response(self) -> BookkeepingAccountsResourceWithRawResponse:
4141
"""
42-
This property can be used as a prefix for any HTTP method call to return the
42+
This property can be used as a prefix for any HTTP method call to return
4343
the raw response object instead of the parsed content.
4444
4545
For more information, see https://www.github.com/Increase/increase-python#accessing-raw-response-data-eg-headers
@@ -270,7 +270,7 @@ class AsyncBookkeepingAccountsResource(AsyncAPIResource):
270270
@cached_property
271271
def with_raw_response(self) -> AsyncBookkeepingAccountsResourceWithRawResponse:
272272
"""
273-
This property can be used as a prefix for any HTTP method call to return the
273+
This property can be used as a prefix for any HTTP method call to return
274274
the raw response object instead of the parsed content.
275275
276276
For more information, see https://www.github.com/Increase/increase-python#accessing-raw-response-data-eg-headers

src/increase/resources/bookkeeping_entries.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class BookkeepingEntriesResource(SyncAPIResource):
2626
@cached_property
2727
def with_raw_response(self) -> BookkeepingEntriesResourceWithRawResponse:
2828
"""
29-
This property can be used as a prefix for any HTTP method call to return the
29+
This property can be used as a prefix for any HTTP method call to return
3030
the raw response object instead of the parsed content.
3131
3232
For more information, see https://www.github.com/Increase/increase-python#accessing-raw-response-data-eg-headers
@@ -136,7 +136,7 @@ class AsyncBookkeepingEntriesResource(AsyncAPIResource):
136136
@cached_property
137137
def with_raw_response(self) -> AsyncBookkeepingEntriesResourceWithRawResponse:
138138
"""
139-
This property can be used as a prefix for any HTTP method call to return the
139+
This property can be used as a prefix for any HTTP method call to return
140140
the raw response object instead of the parsed content.
141141
142142
For more information, see https://www.github.com/Increase/increase-python#accessing-raw-response-data-eg-headers

src/increase/resources/bookkeeping_entry_sets.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class BookkeepingEntrySetsResource(SyncAPIResource):
3232
@cached_property
3333
def with_raw_response(self) -> BookkeepingEntrySetsResourceWithRawResponse:
3434
"""
35-
This property can be used as a prefix for any HTTP method call to return the
35+
This property can be used as a prefix for any HTTP method call to return
3636
the raw response object instead of the parsed content.
3737
3838
For more information, see https://www.github.com/Increase/increase-python#accessing-raw-response-data-eg-headers
@@ -204,7 +204,7 @@ class AsyncBookkeepingEntrySetsResource(AsyncAPIResource):
204204
@cached_property
205205
def with_raw_response(self) -> AsyncBookkeepingEntrySetsResourceWithRawResponse:
206206
"""
207-
This property can be used as a prefix for any HTTP method call to return the
207+
This property can be used as a prefix for any HTTP method call to return
208208
the raw response object instead of the parsed content.
209209
210210
For more information, see https://www.github.com/Increase/increase-python#accessing-raw-response-data-eg-headers

src/increase/resources/card_disputes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class CardDisputesResource(SyncAPIResource):
2929
@cached_property
3030
def with_raw_response(self) -> CardDisputesResourceWithRawResponse:
3131
"""
32-
This property can be used as a prefix for any HTTP method call to return the
32+
This property can be used as a prefix for any HTTP method call to return
3333
the raw response object instead of the parsed content.
3434
3535
For more information, see https://www.github.com/Increase/increase-python#accessing-raw-response-data-eg-headers
@@ -202,7 +202,7 @@ class AsyncCardDisputesResource(AsyncAPIResource):
202202
@cached_property
203203
def with_raw_response(self) -> AsyncCardDisputesResourceWithRawResponse:
204204
"""
205-
This property can be used as a prefix for any HTTP method call to return the
205+
This property can be used as a prefix for any HTTP method call to return
206206
the raw response object instead of the parsed content.
207207
208208
For more information, see https://www.github.com/Increase/increase-python#accessing-raw-response-data-eg-headers

0 commit comments

Comments
 (0)