mollie-api-py 1.0.2__py3-none-any.whl → 1.0.3__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
mollie/_version.py CHANGED
@@ -3,10 +3,10 @@
3
3
  import importlib.metadata
4
4
 
5
5
  __title__: str = "mollie"
6
- __version__: str = "1.0.2"
6
+ __version__: str = "1.0.3"
7
7
  __openapi_doc_version__: str = "1.0.0"
8
8
  __gen_version__: str = "2.730.5"
9
- __user_agent__: str = "speakeasy-sdk/python 1.0.2 2.730.5 1.0.0 mollie"
9
+ __user_agent__: str = "speakeasy-sdk/python 1.0.3 2.730.5 1.0.0 mollie"
10
10
 
11
11
  try:
12
12
  if __package__ is not None:
@@ -14,7 +14,7 @@ class BillingAddressTypedDict(TypedDict):
14
14
  Should include `email` or a valid postal address consisting of `streetAndNumber`, `postalCode`, `city` and
15
15
  `country`.
16
16
 
17
- Required for payment method `in3`, `klarna`, `billie` and `riverty`.
17
+ Required for payment method `alma`, `in3`, `klarna`, `billie` and `riverty`.
18
18
  """
19
19
 
20
20
  title: NotRequired[str]
@@ -79,7 +79,7 @@ class BillingAddress(BaseModel):
79
79
  Should include `email` or a valid postal address consisting of `streetAndNumber`, `postalCode`, `city` and
80
80
  `country`.
81
81
 
82
- Required for payment method `in3`, `klarna`, `billie` and `riverty`.
82
+ Required for payment method `alma`, `in3`, `klarna`, `billie` and `riverty`.
83
83
  """
84
84
 
85
85
  title: Optional[str] = None
@@ -270,7 +270,7 @@ class ListPaymentResponseBillingAddressTypedDict(TypedDict):
270
270
  Should include `email` or a valid postal address consisting of `streetAndNumber`, `postalCode`, `city` and
271
271
  `country`.
272
272
 
273
- Required for payment method `in3`, `klarna`, `billie` and `riverty`.
273
+ Required for payment method `alma`, `in3`, `klarna`, `billie` and `riverty`.
274
274
  """
275
275
 
276
276
  title: NotRequired[str]
@@ -335,7 +335,7 @@ class ListPaymentResponseBillingAddress(BaseModel):
335
335
  Should include `email` or a valid postal address consisting of `streetAndNumber`, `postalCode`, `city` and
336
336
  `country`.
337
337
 
338
- Required for payment method `in3`, `klarna`, `billie` and `riverty`.
338
+ Required for payment method `alma`, `in3`, `klarna`, `billie` and `riverty`.
339
339
  """
340
340
 
341
341
  title: Optional[str] = None
@@ -1360,7 +1360,7 @@ class ListPaymentResponseTypedDict(TypedDict):
1360
1360
  Should include `email` or a valid postal address consisting of `streetAndNumber`, `postalCode`, `city` and
1361
1361
  `country`.
1362
1362
 
1363
- Required for payment method `in3`, `klarna`, `billie` and `riverty`.
1363
+ Required for payment method `alma`, `in3`, `klarna`, `billie` and `riverty`.
1364
1364
  """
1365
1365
  shipping_address: NotRequired[PaymentAddressTypedDict]
1366
1366
  locale: NotRequired[Nullable[LocaleResponse]]
@@ -1649,7 +1649,7 @@ class ListPaymentResponse(BaseModel):
1649
1649
  Should include `email` or a valid postal address consisting of `streetAndNumber`, `postalCode`, `city` and
1650
1650
  `country`.
1651
1651
 
1652
- Required for payment method `in3`, `klarna`, `billie` and `riverty`.
1652
+ Required for payment method `alma`, `in3`, `klarna`, `billie` and `riverty`.
1653
1653
  """
1654
1654
 
1655
1655
  shipping_address: Annotated[
@@ -116,7 +116,7 @@ class PaymentRequestBillingAddressTypedDict(TypedDict):
116
116
  Should include `email` or a valid postal address consisting of `streetAndNumber`, `postalCode`, `city` and
117
117
  `country`.
118
118
 
119
- Required for payment method `in3`, `klarna`, `billie` and `riverty`.
119
+ Required for payment method `alma`, `in3`, `klarna`, `billie` and `riverty`.
120
120
  """
121
121
 
122
122
  title: NotRequired[str]
@@ -181,7 +181,7 @@ class PaymentRequestBillingAddress(BaseModel):
181
181
  Should include `email` or a valid postal address consisting of `streetAndNumber`, `postalCode`, `city` and
182
182
  `country`.
183
183
 
184
- Required for payment method `in3`, `klarna`, `billie` and `riverty`.
184
+ Required for payment method `alma`, `in3`, `klarna`, `billie` and `riverty`.
185
185
  """
186
186
 
187
187
  title: Optional[str] = None
@@ -392,7 +392,7 @@ class PaymentRequestTypedDict(TypedDict):
392
392
  Should include `email` or a valid postal address consisting of `streetAndNumber`, `postalCode`, `city` and
393
393
  `country`.
394
394
 
395
- Required for payment method `in3`, `klarna`, `billie` and `riverty`.
395
+ Required for payment method `alma`, `in3`, `klarna`, `billie` and `riverty`.
396
396
  """
397
397
  shipping_address: NotRequired[PaymentAddressTypedDict]
398
398
  locale: NotRequired[Nullable[Locale]]
@@ -619,7 +619,7 @@ class PaymentRequest(BaseModel):
619
619
  Should include `email` or a valid postal address consisting of `streetAndNumber`, `postalCode`, `city` and
620
620
  `country`.
621
621
 
622
- Required for payment method `in3`, `klarna`, `billie` and `riverty`.
622
+ Required for payment method `alma`, `in3`, `klarna`, `billie` and `riverty`.
623
623
  """
624
624
 
625
625
  shipping_address: Annotated[
@@ -270,7 +270,7 @@ class PaymentResponseBillingAddressTypedDict(TypedDict):
270
270
  Should include `email` or a valid postal address consisting of `streetAndNumber`, `postalCode`, `city` and
271
271
  `country`.
272
272
 
273
- Required for payment method `in3`, `klarna`, `billie` and `riverty`.
273
+ Required for payment method `alma`, `in3`, `klarna`, `billie` and `riverty`.
274
274
  """
275
275
 
276
276
  title: NotRequired[str]
@@ -335,7 +335,7 @@ class PaymentResponseBillingAddress(BaseModel):
335
335
  Should include `email` or a valid postal address consisting of `streetAndNumber`, `postalCode`, `city` and
336
336
  `country`.
337
337
 
338
- Required for payment method `in3`, `klarna`, `billie` and `riverty`.
338
+ Required for payment method `alma`, `in3`, `klarna`, `billie` and `riverty`.
339
339
  """
340
340
 
341
341
  title: Optional[str] = None
@@ -1365,7 +1365,7 @@ class PaymentResponseTypedDict(TypedDict):
1365
1365
  Should include `email` or a valid postal address consisting of `streetAndNumber`, `postalCode`, `city` and
1366
1366
  `country`.
1367
1367
 
1368
- Required for payment method `in3`, `klarna`, `billie` and `riverty`.
1368
+ Required for payment method `alma`, `in3`, `klarna`, `billie` and `riverty`.
1369
1369
  """
1370
1370
  shipping_address: NotRequired[PaymentAddressTypedDict]
1371
1371
  locale: NotRequired[Nullable[LocaleResponse]]
@@ -1649,7 +1649,7 @@ class PaymentResponse(BaseModel):
1649
1649
  Should include `email` or a valid postal address consisting of `streetAndNumber`, `postalCode`, `city` and
1650
1650
  `country`.
1651
1651
 
1652
- Required for payment method `in3`, `klarna`, `billie` and `riverty`.
1652
+ Required for payment method `alma`, `in3`, `klarna`, `billie` and `riverty`.
1653
1653
  """
1654
1654
 
1655
1655
  shipping_address: Annotated[
@@ -115,7 +115,7 @@ class UpdatePaymentRequestBodyTypedDict(TypedDict):
115
115
  Should include `email` or a valid postal address consisting of `streetAndNumber`, `postalCode`, `city` and
116
116
  `country`.
117
117
 
118
- Required for payment method `in3`, `klarna`, `billie` and `riverty`.
118
+ Required for payment method `alma`, `in3`, `klarna`, `billie` and `riverty`.
119
119
  """
120
120
  shipping_address: NotRequired[PaymentAddressTypedDict]
121
121
  billing_email: NotRequired[str]
@@ -238,7 +238,7 @@ class UpdatePaymentRequestBody(BaseModel):
238
238
  Should include `email` or a valid postal address consisting of `streetAndNumber`, `postalCode`, `city` and
239
239
  `country`.
240
240
 
241
- Required for payment method `in3`, `klarna`, `billie` and `riverty`.
241
+ Required for payment method `alma`, `in3`, `klarna`, `billie` and `riverty`.
242
242
  """
243
243
 
244
244
  shipping_address: Annotated[
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mollie-api-py
3
- Version: 1.0.2
3
+ Version: 1.0.3
4
4
  Summary: Python Client SDK Generated by Speakeasy.
5
5
  License-File: LICENSE.md
6
6
  Author: Speakeasy
@@ -4,7 +4,7 @@ mollie/_hooks/mollie_hooks.py,sha256=c9l0SCJmT_o6mXzl4WRK8fIOaTox2nrPhuGpN4aso2E
4
4
  mollie/_hooks/registration.py,sha256=J8foUfPGbkJa3va864Q7iXYYK4CpxSaix6nAxw0w7-Y,748
5
5
  mollie/_hooks/sdkhooks.py,sha256=XSStdz5qEmh-Mwt53kk1_nVrtAz1_EZVbHymUEOTdDE,2556
6
6
  mollie/_hooks/types.py,sha256=JKrqkXMXwcNaCf2_hu0yX8Bi7GsHbVBrQDnfRTSws7w,3041
7
- mollie/_version.py,sha256=86yxZE9yeBmOlK9za3OgPHZ87zx7_qiuXU7U1TEW1Mc,454
7
+ mollie/_version.py,sha256=Kew8CI9zLF3HqlrdeJc-VQ6oPTAZ4xAygUx_5FmzPXQ,454
8
8
  mollie/balance_transfers.py,sha256=vDy2v7ezxTv0Atpuv0M9lGXyvQM6KPu_rd2D02CIKIk,29291
9
9
  mollie/balances.py,sha256=ngc5ky8TWB-K2lVFuzZQCwcNdWH6m-KPIznW4qIE1qo,49314
10
10
  mollie/basesdk.py,sha256=q24JMCy4yFLPP2cLt_-S8_4CTd8-h20OLctAVMIBi0w,12168
@@ -38,7 +38,7 @@ mollie/models/balance_transfer_party_type.py,sha256=VMfr-r9bzxVmE4mMH93pNHiA0RFK
38
38
  mollie/models/balance_transfer_party_type_response.py,sha256=Ip-u1mx1VCLg4cNUDiAXm9btrSnx_CVLe1K96swSnIk,364
39
39
  mollie/models/balance_transfer_status.py,sha256=Xf8PIRtMc879x4Y3J80s_AsbVT-MeWbEEJzSTuu8hQI,341
40
40
  mollie/models/balance_transfer_status_reason_response.py,sha256=shf48nT7Mje3BIYa-KDJySPZUUpIQ9ctR7eBCHh0k44,772
41
- mollie/models/billingaddress.py,sha256=I4hAGXrTbiwMLiSwIHPrAAWg92CK0ZfMmWeZTxWvKnc,5866
41
+ mollie/models/billingaddress.py,sha256=4jyXwYt1I_xfNiZ4lOD-Xu8uiR8LzaHE5uPvArX734Y,5882
42
42
  mollie/models/cancel_paymentop.py,sha256=fF00X6eztgOgJt7cPo4xA2GIyEThTzhscsn_4cw6_SE,3242
43
43
  mollie/models/cancel_refundop.py,sha256=a-bhAKYU2F3aOhkD1MeF0dMfX_2itbarBSrqZ6koO2I,3486
44
44
  mollie/models/cancel_subscriptionop.py,sha256=nq5rSte3-2peRmoidX4sn2bhgA3P7bqLYesWL2KCahs,3558
@@ -166,7 +166,7 @@ mollie/models/list_mandate_response.py,sha256=Yfd7gRMinXaqPZMgxG0jQlbT1r2P_f9QUt
166
166
  mollie/models/list_mandatesop.py,sha256=1ntExLhI16gOZMOvltpUymwfh5YPxw62Y4c0w4tNtxw,7239
167
167
  mollie/models/list_methodsop.py,sha256=_8c83-b2DDrz0H3HVXAs-v8cN-X5PfnkpTSi8n8tw7o,13759
168
168
  mollie/models/list_payment_linksop.py,sha256=Gxj6rDvci_6p7Mj6PtJleA6yJguAhmPZGMOHnmN9wBc,6489
169
- mollie/models/list_payment_response.py,sha256=6dCAPiUho75M9lxFKX7LXCpGSA0iMst6DNVleQ_eR5g,86665
169
+ mollie/models/list_payment_response.py,sha256=f2meKWuQdtpVY6MlE65BiIIs7NoDjujQv5ANWDxjWEM,86697
170
170
  mollie/models/list_paymentsop.py,sha256=PSi_aw4oRKXH9vWFpeq8eOsLFY0NEnHGYMpGTSTzSiQ,8806
171
171
  mollie/models/list_permissionsop.py,sha256=dpcrFHX58LxZ4Ao-T3Ac8_zdbgxsJKsENTHFveCPNEg,3407
172
172
  mollie/models/list_profile_response.py,sha256=aSRH3hp6N7hTZCHBX6rh46B4RPA08-KkdtsYWMSIRTo,8962
@@ -226,8 +226,8 @@ mollie/models/payment_link_sequence_type.py,sha256=aYPeiv5T4uQbEsmZkVzqEyT0ZvFxn
226
226
  mollie/models/payment_link_sequence_type_response.py,sha256=eJflnQQEyan8XF50GmOSVq7NqLgZyo786SueJQg2LL0,279
227
227
  mollie/models/payment_list_routesop.py,sha256=DcxZ34Zd_WjM50UpEAZQOr7jq_cVTRg6MDyJ24rR650,5856
228
228
  mollie/models/payment_method.py,sha256=qNAJhRTpfCU3i3blGfNAaJ76pZhOkjX8R8wRp4JboHw,1367
229
- mollie/models/payment_request.py,sha256=fVURxdZ2E7S_uY_Cdi48hxJZUNpX7kDvIW4hQPd6H48,42135
230
- mollie/models/payment_response.py,sha256=WQ34iLT1KwRz3dJhODIuzT4YgQIgezWGtYoASnbhVV0,86702
229
+ mollie/models/payment_request.py,sha256=eVU3nOHz1IQhCS9Z-YC2cVdvQ-t1blUmtytFfCc4AEA,42167
230
+ mollie/models/payment_response.py,sha256=oYs9PCYdZPZdfSSiRMFT2C-Jm7CgkShy1KhqukCt8RQ,86734
231
231
  mollie/models/profile_request.py,sha256=Umllo_8zGRdcdP6wJ4arjA9cqNsPfX4XbVvT6S5n6ng,2661
232
232
  mollie/models/profile_response.py,sha256=fo76HP527MZMCB-092Wshqbn948fqa_r9GgmW9Hv8dI,9186
233
233
  mollie/models/profile_review_status_response.py,sha256=S8znTD7m1JD9cArk6m_V3SJLKrKB9w6wbx85QI-EzjM,332
@@ -286,7 +286,7 @@ mollie/models/terminal_model.py,sha256=qYsdNuAe4i7tGdqfIC_xjsLzWsQt--oyC3OBopxG9
286
286
  mollie/models/test_webhookop.py,sha256=cysS1WKFyEoK3yRRKU4Gz-oSRUynqAsUWHbkPgTg9MU,2056
287
287
  mollie/models/update_customerop.py,sha256=mGjZ914r6aJ1ngz4drvtP5R33icxjstWREUURY0vYwE,1451
288
288
  mollie/models/update_payment_linkop.py,sha256=lH9y_4k6MuXF4r9Cb4RfCO0uPs49T_Q5RY8000MY69o,6811
289
- mollie/models/update_paymentop.py,sha256=yH3cFNni8DbApxbmtS7PVglDLLGVgdewyhmUlWZ2el0,15612
289
+ mollie/models/update_paymentop.py,sha256=kACNI9xVbaFwy2HsNhBS4j_w8ygad7G1BeK8OebBz7g,15628
290
290
  mollie/models/update_profileop.py,sha256=o1h6QNbyZ7JAKNjuaLG6x-OuPkG4KXFmZAPkOH7oTR8,5363
291
291
  mollie/models/update_sales_invoiceop.py,sha256=x3NsZHRHzhL5aqB09AqpXoxyNOLgCuziZxr83WLwMu8,1572
292
292
  mollie/models/update_subscriptionop.py,sha256=jUZIO4PQqaN28Y_YGd4qEpgxBF2ISYMxzVmAH_fS1Uk,7589
@@ -332,7 +332,7 @@ mollie/utils/values.py,sha256=CcaCXEa3xHhkUDROyXZocN8f0bdITftv9Y0P9lTf0YM,3517
332
332
  mollie/wallets.py,sha256=Sz8KRUq8TwWxSyYktdeaIGQCAwqBz8Vhnv0GWDfBTRs,12240
333
333
  mollie/webhook_events.py,sha256=Hgo-KY0TzRlu8jFAoYCpCpAzWcmSYURRQfmsxgiM8ac,9001
334
334
  mollie/webhooks.py,sha256=r2jKIBeUofuVHGTEvaOaLYLZC6kzsQRdNBPdXAPFSbU,54185
335
- mollie_api_py-1.0.2.dist-info/METADATA,sha256=Ox9505as5eTsiLElpiM-6yTc3vuYqzkdcVgwYzOUfOo,40242
336
- mollie_api_py-1.0.2.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
337
- mollie_api_py-1.0.2.dist-info/licenses/LICENSE.md,sha256=SGg2WzlJYIta4I_BlrvHizir1Lq0UNCqIJGj-MQPZ1s,1295
338
- mollie_api_py-1.0.2.dist-info/RECORD,,
335
+ mollie_api_py-1.0.3.dist-info/METADATA,sha256=v7QK4hanUWg5feX-Zhlc74MW8hP0cijZS3-yPkUIVg8,40242
336
+ mollie_api_py-1.0.3.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
337
+ mollie_api_py-1.0.3.dist-info/licenses/LICENSE.md,sha256=SGg2WzlJYIta4I_BlrvHizir1Lq0UNCqIJGj-MQPZ1s,1295
338
+ mollie_api_py-1.0.3.dist-info/RECORD,,