Skip to content

Commit 53fc0f9

Browse files
chore: update SDK manifest with new listAll methods and timestamp
1 parent 969844f commit 53fc0f9

1 file changed

Lines changed: 71 additions & 29 deletions

File tree

lomi/sdk_python_methods.json

Lines changed: 71 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"generatedAt": "2026-06-30T10:27:29.803Z",
2+
"generatedAt": "2026-06-30T11:42:12.362Z",
33
"language": "python",
44
"naming": "ts_method_names_manifest_pep8_sdk_methods_are_snake_case_in_code",
55
"sdk": {
@@ -19,7 +19,8 @@
1919
"checkoutSessions": [
2020
"create",
2121
"get",
22-
"list"
22+
"list",
23+
"listAll"
2324
],
2425
"customers": [
2526
"create",
@@ -29,27 +30,32 @@
2930
"getPortalAudit",
3031
"getTransactions",
3132
"list",
33+
"listAll",
3234
"update"
3335
],
3436
"customerSubscriptions": [
3537
"delete",
3638
"get",
3739
"list",
40+
"listAll",
3841
"update"
3942
],
4043
"discountCoupons": [
4144
"create",
4245
"get",
4346
"getPerformance",
44-
"list"
47+
"list",
48+
"listAll"
4549
],
4650
"disputes": [
4751
"get",
48-
"list"
52+
"list",
53+
"listAll"
4954
],
5055
"logs": [
5156
"get",
52-
"list"
57+
"list",
58+
"listAll"
5359
],
5460
"merchants": [
5561
"get",
@@ -62,6 +68,7 @@
6268
"get",
6369
"getCustomerBalance",
6470
"list",
71+
"listAll",
6572
"update"
6673
],
6774
"organization": [
@@ -71,44 +78,52 @@
7178
"organizations": [
7279
"get",
7380
"getMetrics",
74-
"list"
81+
"list",
82+
"listAll"
7583
],
7684
"paymentLinks": [
7785
"create",
7886
"get",
79-
"list"
87+
"list",
88+
"listAll"
8089
],
8190
"paymentRequests": [
8291
"create",
8392
"get",
84-
"list"
93+
"list",
94+
"listAll"
8595
],
8696
"payouts": [
8797
"create",
8898
"get",
89-
"list"
99+
"list",
100+
"listAll"
90101
],
91102
"products": [
92103
"addPrice",
93104
"create",
94105
"get",
95106
"list",
107+
"listAll",
96108
"setDefaultPrice"
97109
],
98110
"providers": [
99-
"list"
111+
"list",
112+
"listAll"
100113
],
101114
"refunds": [
102115
"create",
103116
"get",
104-
"list"
117+
"list",
118+
"listAll"
105119
],
106120
"riskAssessments": [
107121
"findOne",
108122
"listAssessments"
109123
],
110124
"settlements": [
111125
"findAll",
126+
"findAllAll",
112127
"findTransactions"
113128
],
114129
"subscriptions": [
@@ -117,12 +132,14 @@
117132
"findByCustomer",
118133
"get",
119134
"list",
135+
"listAll",
120136
"uncancel",
121137
"update"
122138
],
123139
"transactions": [
124140
"get",
125-
"list"
141+
"list",
142+
"listAll"
126143
],
127144
"usageBilling": [
128145
"checkEntitlement",
@@ -135,23 +152,27 @@
135152
"usageEvents": [
136153
"create",
137154
"get",
138-
"list"
155+
"list",
156+
"listAll"
139157
],
140158
"usageSubscriptions": [
141159
"create"
142160
],
143161
"webhookDeliveryLogs": [
144162
"get",
145-
"list"
163+
"list",
164+
"listAll"
146165
],
147166
"webhooks": [
148167
"create",
149168
"delete",
150169
"get",
151170
"list",
171+
"listAll",
152172
"retryDelivery",
153173
"test",
154-
"update"
174+
"update",
175+
"verifySignature"
155176
]
156177
},
157178
"python_methods": {
@@ -171,7 +192,8 @@
171192
"checkout_sessions": [
172193
"create",
173194
"get",
174-
"list"
195+
"list",
196+
"list_all"
175197
],
176198
"customers": [
177199
"create",
@@ -181,27 +203,32 @@
181203
"get_portal_audit",
182204
"get_transactions",
183205
"list",
206+
"list_all",
184207
"update"
185208
],
186209
"customer_subscriptions": [
187210
"delete",
188211
"get",
189212
"list",
213+
"list_all",
190214
"update"
191215
],
192216
"discount_coupons": [
193217
"create",
194218
"get",
195219
"get_performance",
196-
"list"
220+
"list",
221+
"list_all"
197222
],
198223
"disputes": [
199224
"get",
200-
"list"
225+
"list",
226+
"list_all"
201227
],
202228
"logs": [
203229
"get",
204-
"list"
230+
"list",
231+
"list_all"
205232
],
206233
"merchants": [
207234
"get",
@@ -214,6 +241,7 @@
214241
"get",
215242
"get_customer_balance",
216243
"list",
244+
"list_all",
217245
"update"
218246
],
219247
"organization": [
@@ -223,44 +251,52 @@
223251
"organizations": [
224252
"get",
225253
"get_metrics",
226-
"list"
254+
"list",
255+
"list_all"
227256
],
228257
"payment_links": [
229258
"create",
230259
"get",
231-
"list"
260+
"list",
261+
"list_all"
232262
],
233263
"payment_requests": [
234264
"create",
235265
"get",
236-
"list"
266+
"list",
267+
"list_all"
237268
],
238269
"payouts": [
239270
"create",
240271
"get",
241-
"list"
272+
"list",
273+
"list_all"
242274
],
243275
"products": [
244276
"add_price",
245277
"create",
246278
"get",
247279
"list",
280+
"list_all",
248281
"set_default_price"
249282
],
250283
"providers": [
251-
"list"
284+
"list",
285+
"list_all"
252286
],
253287
"refunds": [
254288
"create",
255289
"get",
256-
"list"
290+
"list",
291+
"list_all"
257292
],
258293
"risk_assessments": [
259294
"find_one",
260295
"list_assessments"
261296
],
262297
"settlements": [
263298
"find_all",
299+
"find_all_all",
264300
"find_transactions"
265301
],
266302
"subscriptions": [
@@ -269,12 +305,14 @@
269305
"find_by_customer",
270306
"get",
271307
"list",
308+
"list_all",
272309
"uncancel",
273310
"update"
274311
],
275312
"transactions": [
276313
"get",
277-
"list"
314+
"list",
315+
"list_all"
278316
],
279317
"usage_billing": [
280318
"check_entitlement",
@@ -287,23 +325,27 @@
287325
"usage_events": [
288326
"create",
289327
"get",
290-
"list"
328+
"list",
329+
"list_all"
291330
],
292331
"usage_subscriptions": [
293332
"create"
294333
],
295334
"webhook_delivery_logs": [
296335
"get",
297-
"list"
336+
"list",
337+
"list_all"
298338
],
299339
"webhooks": [
300340
"create",
301341
"delete",
302342
"get",
303343
"list",
344+
"list_all",
304345
"retry_delivery",
305346
"test",
306-
"update"
347+
"update",
348+
"verify_signature"
307349
]
308350
}
309351
}

0 commit comments

Comments
 (0)