Skip to content

Commit aecb8a8

Browse files
authored
Merge pull request #50 from lightsparkdev/sdk-regen/6Gzn0g
Regenerating SDKs following introspection of schemas.
2 parents f6cf9d7 + c97b5d8 commit aecb8a8

File tree

105 files changed

+221
-0
lines changed

Some content is hidden

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

105 files changed

+221
-0
lines changed

lightspark/__init__.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,12 @@
9595
from lightspark.objects.IncomingPaymentsForInvoiceQueryOutput import (
9696
IncomingPaymentsForInvoiceQueryOutput,
9797
)
98+
from lightspark.objects.IncomingPaymentsForPaymentHashQueryInput import (
99+
IncomingPaymentsForPaymentHashQueryInput,
100+
)
101+
from lightspark.objects.IncomingPaymentsForPaymentHashQueryOutput import (
102+
IncomingPaymentsForPaymentHashQueryOutput,
103+
)
98104
from lightspark.objects.IncomingPaymentToAttemptsConnection import (
99105
IncomingPaymentToAttemptsConnection,
100106
)

lightspark/objects/Account.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1687,6 +1687,8 @@ def get_payment_requests(
16871687
currency_amount_preferred_currency_value_rounded: preferred_currency_value_rounded
16881688
currency_amount_preferred_currency_value_approx: preferred_currency_value_approx
16891689
}
1690+
invoice_is_uma: is_uma
1691+
invoice_is_lnurl: is_lnurl
16901692
}
16911693
}
16921694
}

lightspark/objects/AccountToApiTokensConnection.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
@dataclass
1616
class AccountToApiTokensConnection(Connection):
17+
1718
requester: Requester
1819

1920
count: int

lightspark/objects/AccountToChannelsConnection.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
@dataclass
1616
class AccountToChannelsConnection(Connection):
17+
1718
requester: Requester
1819

1920
count: int

lightspark/objects/AccountToPaymentRequestsConnection.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
@dataclass
1616
class AccountToPaymentRequestsConnection(Connection):
17+
1718
requester: Requester
1819

1920
count: int

lightspark/objects/AccountToTransactionsConnection.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
@dataclass
1818
class AccountToTransactionsConnection(Connection):
19+
1920
requester: Requester
2021

2122
count: int

lightspark/objects/AccountToWalletsConnection.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
@dataclass
1616
class AccountToWalletsConnection(Connection):
17+
1718
requester: Requester
1819

1920
count: int

lightspark/objects/ChannelSnapshot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
@dataclass
1515
class ChannelSnapshot(Entity):
16+
1617
requester: Requester
1718

1819
id: str

lightspark/objects/ChannelToTransactionsConnection.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
@dataclass
1313
class ChannelToTransactionsConnection:
14+
1415
requester: Requester
1516

1617
count: int

lightspark/objects/ClaimUmaInvitationInput.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
@dataclass
88
class ClaimUmaInvitationInput:
9+
910
invitation_code: str
1011
"""The unique code that identifies this invitation and was shared by the inviter."""
1112

0 commit comments

Comments
 (0)