Skip to content

Commit 2c7e50b

Browse files
committed
## Python SDK Changes Detected:
* `moov.fee_plans.list_partner_pricing()`: `response.[]` **Changed** **Breaking** ⚠️ * `moov.fee_plans.list_partner_pricing_agreements()`: `response.[]` **Changed** **Breaking** ⚠️ * `moov.fee_plans.list_fee_plan_agreements()`: `response.[].billable_fees.[].fee_properties.volume_ranges` **Added** * `moov.fee_plans.create_fee_plan_agreements()`: `response.billable_fees.[].fee_properties.volume_ranges` **Added** * `moov.fee_plans.list_fee_plans()`: `response.[].billable_fees.[].fee_properties.volume_ranges` **Added**
1 parent f817100 commit 2c7e50b

File tree

16 files changed

+136
-43
lines changed

16 files changed

+136
-43
lines changed

.speakeasy/gen.lock

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: d059afa4-1f18-44f7-bd12-4e2a2a82c9fb
33
management:
4-
docChecksum: 1b71d8ceece8928345358da99e9e10e8
4+
docChecksum: 97dd6bcdb21248b780f510d9de16d230
55
docVersion: latest
66
speakeasyVersion: 1.636.3
77
generationVersion: 2.723.11
8-
releaseVersion: 0.17.1
9-
configChecksum: 4fb1320c1591467b186c400e3e7d2458
8+
releaseVersion: 0.17.2
9+
configChecksum: 55d78cf2a48aed2d5f3a4e178b879bd2
1010
repoURL: https://github.com/moovfinancial/moov-python.git
1111
installationURL: https://github.com/moovfinancial/moov-python.git
1212
published: true
@@ -522,6 +522,7 @@ generatedFiles:
522522
- docs/models/components/verificationstatusdetail.md
523523
- docs/models/components/volumebycustomertype.md
524524
- docs/models/components/volumebycustomertypeerror.md
525+
- docs/models/components/volumerange.md
525526
- docs/models/components/volumesharebycustomertype.md
526527
- docs/models/components/volumesharebycustomertypeerror.md
527528
- docs/models/components/wallet.md
@@ -1571,6 +1572,7 @@ generatedFiles:
15711572
- src/moovio_sdk/models/components/verificationstatusdetail.py
15721573
- src/moovio_sdk/models/components/volumebycustomertype.py
15731574
- src/moovio_sdk/models/components/volumebycustomertypeerror.py
1575+
- src/moovio_sdk/models/components/volumerange.py
15741576
- src/moovio_sdk/models/components/volumesharebycustomertype.py
15751577
- src/moovio_sdk/models/components/volumesharebycustomertypeerror.py
15761578
- src/moovio_sdk/models/components/wallet.py
@@ -2578,7 +2580,7 @@ examples:
25782580
x-moov-version: "v2024.01.00"
25792581
responses:
25802582
"200":
2581-
application/json: [{"agreementID": "25f5ff72-5340-40a5-85e6-302c43fc6889", "planID": "2bc80586-7c12-45b1-b7a5-ec9153e71560", "name": "<value>", "acceptedOn": "2023-10-20T10:07:10.461Z", "status": "terminated", "cardAcquiringModel": "cost-plus", "billableFees": [{"billableFeeID": "9d957d33-1a9a-47aa-9460-fe1a90f003dd", "billableEvent": "card-auth-volume", "feeName": "Card decline fee", "feeModel": "fixed", "feeCategory": "card-acquiring", "feeProperties": {"fixedAmount": {"currency": "USD", "valueDecimal": "0.1"}}, "feeConditions": {"transactionType": ["decline"]}}], "minimumCommitment": {"currency": "USD", "valueDecimal": "12.987654321"}, "monthlyPlatformFee": {"currency": "USD", "valueDecimal": "12.987654321"}}, {"agreementID": "25f5ff72-5340-40a5-85e6-302c43fc6889", "planID": "2bc80586-7c12-45b1-b7a5-ec9153e71560", "name": "<value>", "acceptedOn": "2023-10-20T10:07:10.461Z", "status": "terminated", "cardAcquiringModel": "cost-plus", "billableFees": [{"billableFeeID": "9d957d33-1a9a-47aa-9460-fe1a90f003dd", "billableEvent": "card-auth-volume", "feeName": "Card decline fee", "feeModel": "fixed", "feeCategory": "card-acquiring", "feeProperties": {"fixedAmount": {"currency": "USD", "valueDecimal": "0.1"}}, "feeConditions": {"transactionType": ["decline"]}}], "minimumCommitment": {"currency": "USD", "valueDecimal": "12.987654321"}, "monthlyPlatformFee": {"currency": "USD", "valueDecimal": "12.987654321"}}]
2583+
application/json: [{"agreementID": "25f5ff72-5340-40a5-85e6-302c43fc6889", "planID": "2bc80586-7c12-45b1-b7a5-ec9153e71560", "name": "<value>", "acceptedOn": "2023-10-20T10:07:10.461Z", "status": "terminated", "cardAcquiringModel": "cost-plus", "billableFees": [{"billableFeeID": "9d957d33-1a9a-47aa-9460-fe1a90f003dd", "billableEvent": "card-auth-volume", "feeName": "Card decline fee", "feeModel": "fixed", "feeCategory": "card-acquiring", "feeProperties": {"fixedAmount": {"currency": "USD", "valueDecimal": "0.1"}, "volumeRanges": [{"fromValue": 239103, "flatAmount": {"currency": "USD", "valueDecimal": "12.987654321"}, "perUnitAmount": {"currency": "USD", "valueDecimal": "12.987654321"}}]}, "feeConditions": {"transactionType": ["decline"]}}], "minimumCommitment": {"currency": "USD", "valueDecimal": "12.987654321"}, "monthlyPlatformFee": {"currency": "USD", "valueDecimal": "12.987654321"}}, {"agreementID": "25f5ff72-5340-40a5-85e6-302c43fc6889", "planID": "2bc80586-7c12-45b1-b7a5-ec9153e71560", "name": "<value>", "acceptedOn": "2023-10-20T10:07:10.461Z", "status": "terminated", "cardAcquiringModel": "cost-plus", "billableFees": [{"billableFeeID": "9d957d33-1a9a-47aa-9460-fe1a90f003dd", "billableEvent": "card-auth-volume", "feeName": "Card decline fee", "feeModel": "fixed", "feeCategory": "card-acquiring", "feeProperties": {"fixedAmount": {"currency": "USD", "valueDecimal": "0.1"}, "volumeRanges": [{"fromValue": 239103, "flatAmount": {"currency": "USD", "valueDecimal": "12.987654321"}, "perUnitAmount": {"currency": "USD", "valueDecimal": "12.987654321"}}]}, "feeConditions": {"transactionType": ["decline"]}}], "minimumCommitment": {"currency": "USD", "valueDecimal": "12.987654321"}, "monthlyPlatformFee": {"currency": "USD", "valueDecimal": "12.987654321"}}]
25822584
createFeePlanAgreements:
25832585
speakeasy-default-create-fee-plan-agreements:
25842586
parameters:
@@ -2590,7 +2592,7 @@ examples:
25902592
application/json: {"planID": "19801f96-ea27-4610-b4d1-8c6b46f37928"}
25912593
responses:
25922594
"201":
2593-
application/json: {"agreementID": "b9946dae-0c4d-4b4d-b1fb-312a9efac212", "planID": "684714e1-f561-477b-9e93-7c607107004b", "name": "<value>", "acceptedOn": "2025-07-18T22:44:44.444Z", "status": "terminated", "cardAcquiringModel": "cost-plus", "billableFees": [{"billableFeeID": "9d957d33-1a9a-47aa-9460-fe1a90f003dd", "billableEvent": "card-auth-volume", "feeName": "Card decline fee", "feeModel": "fixed", "feeCategory": "card-acquiring", "feeProperties": {"fixedAmount": {"currency": "USD", "valueDecimal": "0.1"}}, "feeConditions": {"transactionType": ["decline"]}}], "minimumCommitment": {"currency": "USD", "valueDecimal": "12.987654321"}, "monthlyPlatformFee": {"currency": "USD", "valueDecimal": "12.987654321"}}
2595+
application/json: {"agreementID": "b9946dae-0c4d-4b4d-b1fb-312a9efac212", "planID": "684714e1-f561-477b-9e93-7c607107004b", "name": "<value>", "acceptedOn": "2025-07-18T22:44:44.444Z", "status": "terminated", "cardAcquiringModel": "cost-plus", "billableFees": [{"billableFeeID": "9d957d33-1a9a-47aa-9460-fe1a90f003dd", "billableEvent": "card-auth-volume", "feeName": "Card decline fee", "feeModel": "fixed", "feeCategory": "card-acquiring", "feeProperties": {"fixedAmount": {"currency": "USD", "valueDecimal": "0.1"}, "volumeRanges": []}, "feeConditions": {"transactionType": ["decline"]}}], "minimumCommitment": {"currency": "USD", "valueDecimal": "12.987654321"}, "monthlyPlatformFee": {"currency": "USD", "valueDecimal": "12.987654321"}}
25942596
"400":
25952597
application/json: {"error": "<value>"}
25962598
"422":
@@ -2604,7 +2606,7 @@ examples:
26042606
x-moov-version: "v2024.01.00"
26052607
responses:
26062608
"200":
2607-
application/json: [{"planID": "fa23421a-92bf-406c-902d-a8a985f1ce1b", "name": "Fixed Rate Merchant Plan", "cardAcquiringModel": "flat-rate", "billableFees": [{"billableFeeID": "9d957d33-1a9a-47aa-9460-fe1a90f003dd", "billableEvent": "card-auth-volume", "feeName": "Card decline fee", "feeModel": "fixed", "feeCategory": "card-acquiring", "feeProperties": {"fixedAmount": {"currency": "USD", "valueDecimal": "0.1"}}, "feeConditions": {"transactionType": ["decline"]}}], "minimumCommitment": {"currency": "USD", "valueDecimal": "12.987654321"}, "monthlyPlatformFee": {"currency": "USD", "valueDecimal": "12.987654321"}, "createdAt": "2025-12-06T17:04:26.493Z"}, {"planID": "fa23421a-92bf-406c-902d-a8a985f1ce1b", "name": "Fixed Rate Merchant Plan", "cardAcquiringModel": "flat-rate", "billableFees": [{"billableFeeID": "9d957d33-1a9a-47aa-9460-fe1a90f003dd", "billableEvent": "card-auth-volume", "feeName": "Card decline fee", "feeModel": "fixed", "feeCategory": "card-acquiring", "feeProperties": {"fixedAmount": {"currency": "USD", "valueDecimal": "0.1"}}, "feeConditions": {"transactionType": ["decline"]}}], "minimumCommitment": {"currency": "USD", "valueDecimal": "12.987654321"}, "monthlyPlatformFee": {"currency": "USD", "valueDecimal": "12.987654321"}, "createdAt": "2025-12-06T17:04:26.493Z"}, {"planID": "fa23421a-92bf-406c-902d-a8a985f1ce1b", "name": "Fixed Rate Merchant Plan", "cardAcquiringModel": "flat-rate", "billableFees": [{"billableFeeID": "9d957d33-1a9a-47aa-9460-fe1a90f003dd", "billableEvent": "card-auth-volume", "feeName": "Card decline fee", "feeModel": "fixed", "feeCategory": "card-acquiring", "feeProperties": {"fixedAmount": {"currency": "USD", "valueDecimal": "0.1"}}, "feeConditions": {"transactionType": ["decline"]}}], "minimumCommitment": {"currency": "USD", "valueDecimal": "12.987654321"}, "monthlyPlatformFee": {"currency": "USD", "valueDecimal": "12.987654321"}, "createdAt": "2025-12-06T17:04:26.493Z"}]
2609+
application/json: [{"planID": "fa23421a-92bf-406c-902d-a8a985f1ce1b", "name": "Fixed Rate Merchant Plan", "cardAcquiringModel": "flat-rate", "billableFees": [{"billableFeeID": "9d957d33-1a9a-47aa-9460-fe1a90f003dd", "billableEvent": "card-auth-volume", "feeName": "Card decline fee", "feeModel": "fixed", "feeCategory": "card-acquiring", "feeProperties": {"fixedAmount": {"currency": "USD", "valueDecimal": "0.1"}, "volumeRanges": [{"fromValue": 237376, "flatAmount": {"currency": "USD", "valueDecimal": "12.987654321"}, "perUnitAmount": {"currency": "USD", "valueDecimal": "12.987654321"}}]}, "feeConditions": {"transactionType": ["decline"]}}], "minimumCommitment": {"currency": "USD", "valueDecimal": "12.987654321"}, "monthlyPlatformFee": {"currency": "USD", "valueDecimal": "12.987654321"}, "createdAt": "2025-12-06T17:04:26.493Z"}, {"planID": "fa23421a-92bf-406c-902d-a8a985f1ce1b", "name": "Fixed Rate Merchant Plan", "cardAcquiringModel": "flat-rate", "billableFees": [{"billableFeeID": "9d957d33-1a9a-47aa-9460-fe1a90f003dd", "billableEvent": "card-auth-volume", "feeName": "Card decline fee", "feeModel": "fixed", "feeCategory": "card-acquiring", "feeProperties": {"fixedAmount": {"currency": "USD", "valueDecimal": "0.1"}, "volumeRanges": [{"fromValue": 237376, "flatAmount": {"currency": "USD", "valueDecimal": "12.987654321"}, "perUnitAmount": {"currency": "USD", "valueDecimal": "12.987654321"}}]}, "feeConditions": {"transactionType": ["decline"]}}], "minimumCommitment": {"currency": "USD", "valueDecimal": "12.987654321"}, "monthlyPlatformFee": {"currency": "USD", "valueDecimal": "12.987654321"}, "createdAt": "2025-12-06T17:04:26.493Z"}, {"planID": "fa23421a-92bf-406c-902d-a8a985f1ce1b", "name": "Fixed Rate Merchant Plan", "cardAcquiringModel": "flat-rate", "billableFees": [{"billableFeeID": "9d957d33-1a9a-47aa-9460-fe1a90f003dd", "billableEvent": "card-auth-volume", "feeName": "Card decline fee", "feeModel": "fixed", "feeCategory": "card-acquiring", "feeProperties": {"fixedAmount": {"currency": "USD", "valueDecimal": "0.1"}, "volumeRanges": []}, "feeConditions": {"transactionType": ["decline"]}}], "minimumCommitment": {"currency": "USD", "valueDecimal": "12.987654321"}, "monthlyPlatformFee": {"currency": "USD", "valueDecimal": "12.987654321"}, "createdAt": "2025-12-06T17:04:26.493Z"}]
26082610
retrieveFees:
26092611
speakeasy-default-retrieve-fees:
26102612
parameters:
@@ -2637,7 +2639,7 @@ examples:
26372639
x-moov-version: "v2024.01.00"
26382640
responses:
26392641
"200":
2640-
application/json: [{"planID": "41ed75b5-ca4d-4500-9dab-013c2d82489e", "name": "Fixed Rate Merchant Plan", "revenueShare": 10, "cardAcquiringModel": "cost-plus", "billableFees": [{"billableFeeID": "9d957d33-1a9a-47aa-9460-fe1a90f003dd", "billableEvent": "card-auth-volume", "feeName": "Card decline fee", "feeModel": "fixed", "feeCategory": "card-acquiring", "feeProperties": {"fixedAmount": {"currency": "USD", "valueDecimal": "0.1"}}, "feeConditions": {"transactionType": ["decline"]}}], "minimumCommitment": {"currency": "USD", "valueDecimal": "12.987654321"}, "monthlyPlatformFee": {"currency": "USD", "valueDecimal": "12.987654321"}, "createdAt": "2024-08-02T23:33:27.243Z"}]
2642+
application/json: [{"planID": "41ed75b5-ca4d-4500-9dab-013c2d82489e", "name": "Fixed Rate Merchant Plan", "revenueShare": "10", "cardAcquiringModel": "cost-plus", "billableFees": [{"billableFeeID": "9d957d33-1a9a-47aa-9460-fe1a90f003dd", "billableEvent": "card-auth-volume", "feeName": "Card decline fee", "feeModel": "fixed", "feeCategory": "card-acquiring", "feeProperties": {"fixedAmount": {"currency": "USD", "valueDecimal": "0.1"}, "volumeRanges": []}, "feeConditions": {"transactionType": ["decline"]}}], "minimumCommitment": {"currency": "USD", "valueDecimal": "12.987654321"}, "monthlyPlatformFee": {"currency": "USD", "valueDecimal": "12.987654321"}, "createdAt": "2024-08-02T23:33:27.243Z"}]
26412643
listPartnerPricingAgreements:
26422644
speakeasy-default-list-partner-pricing-agreements:
26432645
parameters:
@@ -2650,7 +2652,7 @@ examples:
26502652
x-moov-version: "v2024.01.00"
26512653
responses:
26522654
"200":
2653-
application/json: [{"agreementID": "ba2da1e9-2d20-4087-954c-b98d8a31f7cd", "planID": "c36ac001-943c-45db-b131-c61168041bc0", "name": "<value>", "acceptedOn": "2023-09-13T12:35:32.627Z", "status": "terminated", "cardAcquiringModel": "cost-plus", "billableFees": [{"billableFeeID": "9d957d33-1a9a-47aa-9460-fe1a90f003dd", "billableEvent": "card-auth-volume", "feeName": "Card decline fee", "feeModel": "fixed", "feeCategory": "card-acquiring", "feeProperties": {"fixedAmount": {"currency": "USD", "valueDecimal": "0.1"}}, "feeConditions": {"transactionType": ["decline"]}}], "minimumCommitment": {"currency": "USD", "valueDecimal": "12.987654321"}, "monthlyPlatformFee": {"currency": "USD", "valueDecimal": "12.987654321"}, "revenueShare": 10}]
2655+
application/json: [{"agreementID": "ba2da1e9-2d20-4087-954c-b98d8a31f7cd", "planID": "c36ac001-943c-45db-b131-c61168041bc0", "name": "<value>", "acceptedOn": "2023-09-13T12:35:32.627Z", "status": "terminated", "cardAcquiringModel": "cost-plus", "billableFees": [{"billableFeeID": "9d957d33-1a9a-47aa-9460-fe1a90f003dd", "billableEvent": "card-auth-volume", "feeName": "Card decline fee", "feeModel": "fixed", "feeCategory": "card-acquiring", "feeProperties": {"fixedAmount": {"currency": "USD", "valueDecimal": "0.1"}, "volumeRanges": []}, "feeConditions": {"transactionType": ["decline"]}}], "minimumCommitment": {"currency": "USD", "valueDecimal": "12.987654321"}, "monthlyPlatformFee": {"currency": "USD", "valueDecimal": "12.987654321"}, "revenueShare": "10"}]
26542656
uploadFile:
26552657
speakeasy-default-upload-file:
26562658
parameters:
@@ -4039,3 +4041,10 @@ examples:
40394041
image/jpeg: "x-file: example.file"
40404042
examplesVersion: 1.0.2
40414043
generatedTests: {}
4044+
releaseNotes: |
4045+
## Python SDK Changes Detected:
4046+
* `moov.fee_plans.list_partner_pricing()`: `response.[]` **Changed** **Breaking** :warning:
4047+
* `moov.fee_plans.list_partner_pricing_agreements()`: `response.[]` **Changed** **Breaking** :warning:
4048+
* `moov.fee_plans.list_fee_plan_agreements()`: `response.[].billable_fees.[].fee_properties.volume_ranges` **Added**
4049+
* `moov.fee_plans.create_fee_plan_agreements()`: `response.billable_fees.[].fee_properties.volume_ranges` **Added**
4050+
* `moov.fee_plans.list_fee_plans()`: `response.[].billable_fees.[].fee_properties.volume_ranges` **Added**

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ generation:
2222
generateNewTests: false
2323
skipResponseBodyAssertions: false
2424
python:
25-
version: 0.17.1
25+
version: 0.17.2
2626
additionalDependencies:
2727
dev: {}
2828
main: {}

.speakeasy/workflow.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ speakeasyVersion: 1.636.3
22
sources:
33
latest:
44
sourceNamespace: latest
5-
sourceRevisionDigest: sha256:5828931b1f59b24d254fecd383a52f54213b5003ef1b1fb5d8c4f644a3d51c4d
6-
sourceBlobDigest: sha256:6ebdd58af844e1ca59fa66b07c9dafe191fc9c8d2bee26e5e17a1fa93a16f353
5+
sourceRevisionDigest: sha256:30e6d94f4c46f786395b6fc2f3f052ce83c9651658aabea37a86ddee07e32fe1
6+
sourceBlobDigest: sha256:edabd6b597a38ad76265e8b6ed9193a158fe3c65947e824dbfa9928234c52ed6
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1760141500
9+
- speakeasy-sdk-regen-1760400711
1010
- latest
1111
targets:
1212
latest:
1313
source: latest
1414
sourceNamespace: latest
15-
sourceRevisionDigest: sha256:5828931b1f59b24d254fecd383a52f54213b5003ef1b1fb5d8c4f644a3d51c4d
16-
sourceBlobDigest: sha256:6ebdd58af844e1ca59fa66b07c9dafe191fc9c8d2bee26e5e17a1fa93a16f353
15+
sourceRevisionDigest: sha256:30e6d94f4c46f786395b6fc2f3f052ce83c9651658aabea37a86ddee07e32fe1
16+
sourceBlobDigest: sha256:edabd6b597a38ad76265e8b6ed9193a158fe3c65947e824dbfa9928234c52ed6
1717
codeSamplesNamespace: latest-python-code-samples
18-
codeSamplesRevisionDigest: sha256:9c3fe51b7d6b3df119beaebe690ec8d8c1ff56d5e4e3281e928cc8965886a832
18+
codeSamplesRevisionDigest: sha256:3465162b1cb84cdde3510e90587c41e440bb0e816900a9349865ce5ef6ce6639
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -886,4 +886,14 @@ Based on:
886886
### Generated
887887
- [python v0.17.1] .
888888
### Releases
889-
- [PyPI v0.17.1] https://pypi.org/project/moovio_sdk/0.17.1 - .
889+
- [PyPI v0.17.1] https://pypi.org/project/moovio_sdk/0.17.1 - .
890+
891+
## 2025-10-14 00:11:32
892+
### Changes
893+
Based on:
894+
- OpenAPI Doc
895+
- Speakeasy CLI 1.636.3 (2.723.11) https://github.com/speakeasy-api/speakeasy
896+
### Generated
897+
- [python v0.17.2] .
898+
### Releases
899+
- [PyPI v0.17.2] https://pypi.org/project/moovio_sdk/0.17.2 - .

0 commit comments

Comments
 (0)