File tree 31 files changed +62
-62
lines changed
31 files changed +62
-62
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ class AccessTokens(SyncAPIResource):
21
21
@cached_property
22
22
def with_raw_response (self ) -> AccessTokensWithRawResponse :
23
23
"""
24
- This property can be used as a prefix for any HTTP method call to return the
24
+ This property can be used as a prefix for any HTTP method call to return
25
25
the raw response object instead of the parsed content.
26
26
27
27
For more information, see https://www.github.com/Finch-API/finch-api-python#accessing-raw-response-data-eg-headers
@@ -99,7 +99,7 @@ class AsyncAccessTokens(AsyncAPIResource):
99
99
@cached_property
100
100
def with_raw_response (self ) -> AsyncAccessTokensWithRawResponse :
101
101
"""
102
- This property can be used as a prefix for any HTTP method call to return the
102
+ This property can be used as a prefix for any HTTP method call to return
103
103
the raw response object instead of the parsed content.
104
104
105
105
For more information, see https://www.github.com/Finch-API/finch-api-python#accessing-raw-response-data-eg-headers
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ class Account(SyncAPIResource):
20
20
@cached_property
21
21
def with_raw_response (self ) -> AccountWithRawResponse :
22
22
"""
23
- This property can be used as a prefix for any HTTP method call to return the
23
+ This property can be used as a prefix for any HTTP method call to return
24
24
the raw response object instead of the parsed content.
25
25
26
26
For more information, see https://www.github.com/Finch-API/finch-api-python#accessing-raw-response-data-eg-headers
@@ -79,7 +79,7 @@ class AsyncAccount(AsyncAPIResource):
79
79
@cached_property
80
80
def with_raw_response (self ) -> AsyncAccountWithRawResponse :
81
81
"""
82
- This property can be used as a prefix for any HTTP method call to return the
82
+ This property can be used as a prefix for any HTTP method call to return
83
83
the raw response object instead of the parsed content.
84
84
85
85
For more information, see https://www.github.com/Finch-API/finch-api-python#accessing-raw-response-data-eg-headers
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ def sessions(self) -> Sessions:
24
24
@cached_property
25
25
def with_raw_response (self ) -> ConnectWithRawResponse :
26
26
"""
27
- This property can be used as a prefix for any HTTP method call to return the
27
+ This property can be used as a prefix for any HTTP method call to return
28
28
the raw response object instead of the parsed content.
29
29
30
30
For more information, see https://www.github.com/Finch-API/finch-api-python#accessing-raw-response-data-eg-headers
@@ -49,7 +49,7 @@ def sessions(self) -> AsyncSessions:
49
49
@cached_property
50
50
def with_raw_response (self ) -> AsyncConnectWithRawResponse :
51
51
"""
52
- This property can be used as a prefix for any HTTP method call to return the
52
+ This property can be used as a prefix for any HTTP method call to return
53
53
the raw response object instead of the parsed content.
54
54
55
55
For more information, see https://www.github.com/Finch-API/finch-api-python#accessing-raw-response-data-eg-headers
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ class Sessions(SyncAPIResource):
28
28
@cached_property
29
29
def with_raw_response (self ) -> SessionsWithRawResponse :
30
30
"""
31
- This property can be used as a prefix for any HTTP method call to return the
31
+ This property can be used as a prefix for any HTTP method call to return
32
32
the raw response object instead of the parsed content.
33
33
34
34
For more information, see https://www.github.com/Finch-API/finch-api-python#accessing-raw-response-data-eg-headers
@@ -166,7 +166,7 @@ class AsyncSessions(AsyncAPIResource):
166
166
@cached_property
167
167
def with_raw_response (self ) -> AsyncSessionsWithRawResponse :
168
168
"""
169
- This property can be used as a prefix for any HTTP method call to return the
169
+ This property can be used as a prefix for any HTTP method call to return
170
170
the raw response object instead of the parsed content.
171
171
172
172
For more information, see https://www.github.com/Finch-API/finch-api-python#accessing-raw-response-data-eg-headers
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ def individuals(self) -> Individuals:
44
44
@cached_property
45
45
def with_raw_response (self ) -> BenefitsWithRawResponse :
46
46
"""
47
- This property can be used as a prefix for any HTTP method call to return the
47
+ This property can be used as a prefix for any HTTP method call to return
48
48
the raw response object instead of the parsed content.
49
49
50
50
For more information, see https://www.github.com/Finch-API/finch-api-python#accessing-raw-response-data-eg-headers
@@ -228,7 +228,7 @@ def individuals(self) -> AsyncIndividuals:
228
228
@cached_property
229
229
def with_raw_response (self ) -> AsyncBenefitsWithRawResponse :
230
230
"""
231
- This property can be used as a prefix for any HTTP method call to return the
231
+ This property can be used as a prefix for any HTTP method call to return
232
232
the raw response object instead of the parsed content.
233
233
234
234
For more information, see https://www.github.com/Finch-API/finch-api-python#accessing-raw-response-data-eg-headers
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ class Individuals(SyncAPIResource):
31
31
@cached_property
32
32
def with_raw_response (self ) -> IndividualsWithRawResponse :
33
33
"""
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
35
35
the raw response object instead of the parsed content.
36
36
37
37
For more information, see https://www.github.com/Finch-API/finch-api-python#accessing-raw-response-data-eg-headers
@@ -214,7 +214,7 @@ class AsyncIndividuals(AsyncAPIResource):
214
214
@cached_property
215
215
def with_raw_response (self ) -> AsyncIndividualsWithRawResponse :
216
216
"""
217
- This property can be used as a prefix for any HTTP method call to return the
217
+ This property can be used as a prefix for any HTTP method call to return
218
218
the raw response object instead of the parsed content.
219
219
220
220
For more information, see https://www.github.com/Finch-API/finch-api-python#accessing-raw-response-data-eg-headers
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ class CompanyResource(SyncAPIResource):
19
19
@cached_property
20
20
def with_raw_response (self ) -> CompanyResourceWithRawResponse :
21
21
"""
22
- This property can be used as a prefix for any HTTP method call to return the
22
+ This property can be used as a prefix for any HTTP method call to return
23
23
the raw response object instead of the parsed content.
24
24
25
25
For more information, see https://www.github.com/Finch-API/finch-api-python#accessing-raw-response-data-eg-headers
@@ -59,7 +59,7 @@ class AsyncCompanyResource(AsyncAPIResource):
59
59
@cached_property
60
60
def with_raw_response (self ) -> AsyncCompanyResourceWithRawResponse :
61
61
"""
62
- This property can be used as a prefix for any HTTP method call to return the
62
+ This property can be used as a prefix for any HTTP method call to return
63
63
the raw response object instead of the parsed content.
64
64
65
65
For more information, see https://www.github.com/Finch-API/finch-api-python#accessing-raw-response-data-eg-headers
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ class Directory(SyncAPIResource):
24
24
@cached_property
25
25
def with_raw_response (self ) -> DirectoryWithRawResponse :
26
26
"""
27
- This property can be used as a prefix for any HTTP method call to return the
27
+ This property can be used as a prefix for any HTTP method call to return
28
28
the raw response object instead of the parsed content.
29
29
30
30
For more information, see https://www.github.com/Finch-API/finch-api-python#accessing-raw-response-data-eg-headers
@@ -130,7 +130,7 @@ class AsyncDirectory(AsyncAPIResource):
130
130
@cached_property
131
131
def with_raw_response (self ) -> AsyncDirectoryWithRawResponse :
132
132
"""
133
- This property can be used as a prefix for any HTTP method call to return the
133
+ This property can be used as a prefix for any HTTP method call to return
134
134
the raw response object instead of the parsed content.
135
135
136
136
For more information, see https://www.github.com/Finch-API/finch-api-python#accessing-raw-response-data-eg-headers
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ class Documents(SyncAPIResource):
28
28
@cached_property
29
29
def with_raw_response (self ) -> DocumentsWithRawResponse :
30
30
"""
31
- This property can be used as a prefix for any HTTP method call to return the
31
+ This property can be used as a prefix for any HTTP method call to return
32
32
the raw response object instead of the parsed content.
33
33
34
34
For more information, see https://www.github.com/Finch-API/finch-api-python#accessing-raw-response-data-eg-headers
@@ -147,7 +147,7 @@ class AsyncDocuments(AsyncAPIResource):
147
147
@cached_property
148
148
def with_raw_response (self ) -> AsyncDocumentsWithRawResponse :
149
149
"""
150
- This property can be used as a prefix for any HTTP method call to return the
150
+ This property can be used as a prefix for any HTTP method call to return
151
151
the raw response object instead of the parsed content.
152
152
153
153
For more information, see https://www.github.com/Finch-API/finch-api-python#accessing-raw-response-data-eg-headers
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ class Employments(SyncAPIResource):
24
24
@cached_property
25
25
def with_raw_response (self ) -> EmploymentsWithRawResponse :
26
26
"""
27
- This property can be used as a prefix for any HTTP method call to return the
27
+ This property can be used as a prefix for any HTTP method call to return
28
28
the raw response object instead of the parsed content.
29
29
30
30
For more information, see https://www.github.com/Finch-API/finch-api-python#accessing-raw-response-data-eg-headers
@@ -81,7 +81,7 @@ class AsyncEmployments(AsyncAPIResource):
81
81
@cached_property
82
82
def with_raw_response (self ) -> AsyncEmploymentsWithRawResponse :
83
83
"""
84
- This property can be used as a prefix for any HTTP method call to return the
84
+ This property can be used as a prefix for any HTTP method call to return
85
85
the raw response object instead of the parsed content.
86
86
87
87
For more information, see https://www.github.com/Finch-API/finch-api-python#accessing-raw-response-data-eg-headers
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ def benefits(self) -> Benefits:
108
108
@cached_property
109
109
def with_raw_response (self ) -> HRISWithRawResponse :
110
110
"""
111
- This property can be used as a prefix for any HTTP method call to return the
111
+ This property can be used as a prefix for any HTTP method call to return
112
112
the raw response object instead of the parsed content.
113
113
114
114
For more information, see https://www.github.com/Finch-API/finch-api-python#accessing-raw-response-data-eg-headers
@@ -161,7 +161,7 @@ def benefits(self) -> AsyncBenefits:
161
161
@cached_property
162
162
def with_raw_response (self ) -> AsyncHRISWithRawResponse :
163
163
"""
164
- This property can be used as a prefix for any HTTP method call to return the
164
+ This property can be used as a prefix for any HTTP method call to return
165
165
the raw response object instead of the parsed content.
166
166
167
167
For more information, see https://www.github.com/Finch-API/finch-api-python#accessing-raw-response-data-eg-headers
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ class Individuals(SyncAPIResource):
24
24
@cached_property
25
25
def with_raw_response (self ) -> IndividualsWithRawResponse :
26
26
"""
27
- This property can be used as a prefix for any HTTP method call to return the
27
+ This property can be used as a prefix for any HTTP method call to return
28
28
the raw response object instead of the parsed content.
29
29
30
30
For more information, see https://www.github.com/Finch-API/finch-api-python#accessing-raw-response-data-eg-headers
@@ -86,7 +86,7 @@ class AsyncIndividuals(AsyncAPIResource):
86
86
@cached_property
87
87
def with_raw_response (self ) -> AsyncIndividualsWithRawResponse :
88
88
"""
89
- This property can be used as a prefix for any HTTP method call to return the
89
+ This property can be used as a prefix for any HTTP method call to return
90
90
the raw response object instead of the parsed content.
91
91
92
92
For more information, see https://www.github.com/Finch-API/finch-api-python#accessing-raw-response-data-eg-headers
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ class PayStatements(SyncAPIResource):
24
24
@cached_property
25
25
def with_raw_response (self ) -> PayStatementsWithRawResponse :
26
26
"""
27
- This property can be used as a prefix for any HTTP method call to return the
27
+ This property can be used as a prefix for any HTTP method call to return
28
28
the raw response object instead of the parsed content.
29
29
30
30
For more information, see https://www.github.com/Finch-API/finch-api-python#accessing-raw-response-data-eg-headers
@@ -86,7 +86,7 @@ class AsyncPayStatements(AsyncAPIResource):
86
86
@cached_property
87
87
def with_raw_response (self ) -> AsyncPayStatementsWithRawResponse :
88
88
"""
89
- This property can be used as a prefix for any HTTP method call to return the
89
+ This property can be used as a prefix for any HTTP method call to return
90
90
the raw response object instead of the parsed content.
91
91
92
92
For more information, see https://www.github.com/Finch-API/finch-api-python#accessing-raw-response-data-eg-headers
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ class Payments(SyncAPIResource):
25
25
@cached_property
26
26
def with_raw_response (self ) -> PaymentsWithRawResponse :
27
27
"""
28
- This property can be used as a prefix for any HTTP method call to return the
28
+ This property can be used as a prefix for any HTTP method call to return
29
29
the raw response object instead of the parsed content.
30
30
31
31
For more information, see https://www.github.com/Finch-API/finch-api-python#accessing-raw-response-data-eg-headers
@@ -95,7 +95,7 @@ class AsyncPayments(AsyncAPIResource):
95
95
@cached_property
96
96
def with_raw_response (self ) -> AsyncPaymentsWithRawResponse :
97
97
"""
98
- This property can be used as a prefix for any HTTP method call to return the
98
+ This property can be used as a prefix for any HTTP method call to return
99
99
the raw response object instead of the parsed content.
100
100
101
101
For more information, see https://www.github.com/Finch-API/finch-api-python#accessing-raw-response-data-eg-headers
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ class Automated(SyncAPIResource):
29
29
@cached_property
30
30
def with_raw_response (self ) -> AutomatedWithRawResponse :
31
31
"""
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
33
33
the raw response object instead of the parsed content.
34
34
35
35
For more information, see https://www.github.com/Finch-API/finch-api-python#accessing-raw-response-data-eg-headers
@@ -246,7 +246,7 @@ class AsyncAutomated(AsyncAPIResource):
246
246
@cached_property
247
247
def with_raw_response (self ) -> AsyncAutomatedWithRawResponse :
248
248
"""
249
- This property can be used as a prefix for any HTTP method call to return the
249
+ This property can be used as a prefix for any HTTP method call to return
250
250
the raw response object instead of the parsed content.
251
251
252
252
For more information, see https://www.github.com/Finch-API/finch-api-python#accessing-raw-response-data-eg-headers
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ def manual(self) -> Manual:
36
36
@cached_property
37
37
def with_raw_response (self ) -> JobsWithRawResponse :
38
38
"""
39
- This property can be used as a prefix for any HTTP method call to return the
39
+ This property can be used as a prefix for any HTTP method call to return
40
40
the raw response object instead of the parsed content.
41
41
42
42
For more information, see https://www.github.com/Finch-API/finch-api-python#accessing-raw-response-data-eg-headers
@@ -65,7 +65,7 @@ def manual(self) -> AsyncManual:
65
65
@cached_property
66
66
def with_raw_response (self ) -> AsyncJobsWithRawResponse :
67
67
"""
68
- This property can be used as a prefix for any HTTP method call to return the
68
+ This property can be used as a prefix for any HTTP method call to return
69
69
the raw response object instead of the parsed content.
70
70
71
71
For more information, see https://www.github.com/Finch-API/finch-api-python#accessing-raw-response-data-eg-headers
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ class Manual(SyncAPIResource):
19
19
@cached_property
20
20
def with_raw_response (self ) -> ManualWithRawResponse :
21
21
"""
22
- This property can be used as a prefix for any HTTP method call to return the
22
+ This property can be used as a prefix for any HTTP method call to return
23
23
the raw response object instead of the parsed content.
24
24
25
25
For more information, see https://www.github.com/Finch-API/finch-api-python#accessing-raw-response-data-eg-headers
@@ -75,7 +75,7 @@ class AsyncManual(AsyncAPIResource):
75
75
@cached_property
76
76
def with_raw_response (self ) -> AsyncManualWithRawResponse :
77
77
"""
78
- This property can be used as a prefix for any HTTP method call to return the
78
+ This property can be used as a prefix for any HTTP method call to return
79
79
the raw response object instead of the parsed content.
80
80
81
81
For more information, see https://www.github.com/Finch-API/finch-api-python#accessing-raw-response-data-eg-headers
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ class PayGroups(SyncAPIResource):
25
25
@cached_property
26
26
def with_raw_response (self ) -> PayGroupsWithRawResponse :
27
27
"""
28
- This property can be used as a prefix for any HTTP method call to return the
28
+ This property can be used as a prefix for any HTTP method call to return
29
29
the raw response object instead of the parsed content.
30
30
31
31
For more information, see https://www.github.com/Finch-API/finch-api-python#accessing-raw-response-data-eg-headers
@@ -122,7 +122,7 @@ class AsyncPayGroups(AsyncAPIResource):
122
122
@cached_property
123
123
def with_raw_response (self ) -> AsyncPayGroupsWithRawResponse :
124
124
"""
125
- This property can be used as a prefix for any HTTP method call to return the
125
+ This property can be used as a prefix for any HTTP method call to return
126
126
the raw response object instead of the parsed content.
127
127
128
128
For more information, see https://www.github.com/Finch-API/finch-api-python#accessing-raw-response-data-eg-headers
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ def pay_groups(self) -> PayGroups:
24
24
@cached_property
25
25
def with_raw_response (self ) -> PayrollWithRawResponse :
26
26
"""
27
- This property can be used as a prefix for any HTTP method call to return the
27
+ This property can be used as a prefix for any HTTP method call to return
28
28
the raw response object instead of the parsed content.
29
29
30
30
For more information, see https://www.github.com/Finch-API/finch-api-python#accessing-raw-response-data-eg-headers
@@ -49,7 +49,7 @@ def pay_groups(self) -> AsyncPayGroups:
49
49
@cached_property
50
50
def with_raw_response (self ) -> AsyncPayrollWithRawResponse :
51
51
"""
52
- This property can be used as a prefix for any HTTP method call to return the
52
+ This property can be used as a prefix for any HTTP method call to return
53
53
the raw response object instead of the parsed content.
54
54
55
55
For more information, see https://www.github.com/Finch-API/finch-api-python#accessing-raw-response-data-eg-headers
You can’t perform that action at this time.
0 commit comments