mollie-api-py 1.0.4__py3-none-any.whl → 1.0.5__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 +2 -2
- mollie/models/status_reason.py +1 -0
- {mollie_api_py-1.0.4.dist-info → mollie_api_py-1.0.5.dist-info}/METADATA +1 -1
- {mollie_api_py-1.0.4.dist-info → mollie_api_py-1.0.5.dist-info}/RECORD +6 -6
- {mollie_api_py-1.0.4.dist-info → mollie_api_py-1.0.5.dist-info}/WHEEL +0 -0
- {mollie_api_py-1.0.4.dist-info → mollie_api_py-1.0.5.dist-info}/licenses/LICENSE.md +0 -0
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.
|
|
6
|
+
__version__: str = "1.0.5"
|
|
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.
|
|
9
|
+
__user_agent__: str = "speakeasy-sdk/python 1.0.5 2.730.5 1.0.0 mollie"
|
|
10
10
|
|
|
11
11
|
try:
|
|
12
12
|
if __package__ is not None:
|
mollie/models/status_reason.py
CHANGED
|
@@ -140,6 +140,7 @@ class Code(str, Enum):
|
|
|
140
140
|
LOGIN_FAILED_INVALID_PASSWORD = "login_failed_invalid_password"
|
|
141
141
|
INVALID_EAN_CODE = "invalid_ean_code"
|
|
142
142
|
CARD_ERROR = "card_error"
|
|
143
|
+
TERMINAL_CONFIGURATION_ISSUE = "terminal_configuration_issue"
|
|
143
144
|
|
|
144
145
|
|
|
145
146
|
class StatusReasonTypedDict(TypedDict):
|
|
@@ -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=
|
|
7
|
+
mollie/_version.py,sha256=V2c7psCUt0k8tm69MmeFPYTi2sapSQVK6sufv7fNtM0,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
|
|
@@ -273,7 +273,7 @@ mollie/models/security.py,sha256=1eEh_HvaMZX76P59RaLdlIqlRwOjJCOCiljgjaqRJew,934
|
|
|
273
273
|
mollie/models/sequence_type.py,sha256=ZJEX_Hx0HSSS86Tmzf1GrTdGPcfYTl9p23X0CNeLZRU,233
|
|
274
274
|
mollie/models/sequence_type_response.py,sha256=V2vxnfe8h0u_LbKWP4KZyecGmJYgbybDqn7AhltnUKk,296
|
|
275
275
|
mollie/models/sorting.py,sha256=7I9WL2U6kCAVWsJeZ_BSbEJq6SDypqHwMTUf6efu6hk,192
|
|
276
|
-
mollie/models/status_reason.py,sha256=
|
|
276
|
+
mollie/models/status_reason.py,sha256=Em_3NCMGDjFZHCkE-FSsNyGRSGl9PZ43utYq5r0x5tg,7698
|
|
277
277
|
mollie/models/sub_group.py,sha256=HsemaVmb0WaXd2c3uQOxb4Wqg-HObJ0kvmi2SEC2h_Y,1875
|
|
278
278
|
mollie/models/sub_totals.py,sha256=figdUzIxZwiuZahJ1Ny05pdVIu1uvqIZiOm6874fKq4,3953
|
|
279
279
|
mollie/models/submit_onboarding_dataop.py,sha256=1oEWKamt_s183ldoTln0RT7gEINZ8ClE9aTSlRH7FR8,7655
|
|
@@ -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.
|
|
336
|
-
mollie_api_py-1.0.
|
|
337
|
-
mollie_api_py-1.0.
|
|
338
|
-
mollie_api_py-1.0.
|
|
335
|
+
mollie_api_py-1.0.5.dist-info/METADATA,sha256=29UfO-t5bID8qYfxhzJyUTSghKkss-HITuqLjxzPefY,40242
|
|
336
|
+
mollie_api_py-1.0.5.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
|
|
337
|
+
mollie_api_py-1.0.5.dist-info/licenses/LICENSE.md,sha256=SGg2WzlJYIta4I_BlrvHizir1Lq0UNCqIJGj-MQPZ1s,1295
|
|
338
|
+
mollie_api_py-1.0.5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|