Skip to content

Commit 55ba3c4

Browse files
refactor: remove CustomerSubscriptionsService and update SDK manifest
1 parent 53fc0f9 commit 55ba3c4

4 files changed

Lines changed: 1 addition & 50 deletions

File tree

lomi/client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ def __init__(
4040
self.charges = ChargesService(self)
4141
self.checkout_sessions = CheckoutSessionsService(self)
4242
self.customers = CustomersService(self)
43-
self.customer_subscriptions = CustomerSubscriptionsService(self)
4443
self.discount_coupons = DiscountCouponsService(self)
4544
self.disputes = DisputesService(self)
4645
self.logs = LogsService(self)

lomi/sdk_python_methods.json

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"generatedAt": "2026-06-30T11:42:12.362Z",
2+
"generatedAt": "2026-07-08T16:57:23.487Z",
33
"language": "python",
44
"naming": "ts_method_names_manifest_pep8_sdk_methods_are_snake_case_in_code",
55
"sdk": {
@@ -33,13 +33,6 @@
3333
"listAll",
3434
"update"
3535
],
36-
"customerSubscriptions": [
37-
"delete",
38-
"get",
39-
"list",
40-
"listAll",
41-
"update"
42-
],
4336
"discountCoupons": [
4437
"create",
4538
"get",
@@ -206,13 +199,6 @@
206199
"list_all",
207200
"update"
208201
],
209-
"customer_subscriptions": [
210-
"delete",
211-
"get",
212-
"list",
213-
"list_all",
214-
"update"
215-
],
216202
"discount_coupons": [
217203
"create",
218204
"get",

lomi/services/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
from .accounts import AccountsService
22
from .charges import ChargesService
33
from .checkout_sessions import CheckoutSessionsService
4-
from .customer_subscriptions import CustomerSubscriptionsService
54
from .customers import CustomersService
65
from .discount_coupons import DiscountCouponsService
76
from .disputes import DisputesService

lomi/services/customer_subscriptions.py

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)