Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions .changeset/big-rivers-yawn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
"@rebilly/client-php": major
---

### Added

- Added required request property `splitReason` — `POST /payout-requests/{id}/split` **(breaking)**
- Added optional response property `automaticReadinessTime` on `OneTimeOrder, RecurringOrder` — `GET /orders`, `POST /orders` + 9 more
- Added optional request property `automaticReadinessTime` on `OneTimeOrder, RecurringOrder` — `POST /orders`, `PUT /orders/{id}` + 3 more
- Added optional request property `splitDescription` — `POST /payout-requests/{id}/split`
- Added optional response property `splitReason` — `GET /payout-requests`, `POST /payout-requests` + 5 more
- Added optional request property `splitReason` — `POST /payout-requests`, `PUT /payout-requests/{id}` + 4 more
- Added optional response property `sticky` on `FlexiblePlan` — `GET /orders`, `POST /orders` + 34 more
- Added optional request property `sticky` on `FlexiblePlan` — `POST /orders`, `PUT /orders/{id}` + 72 more

### Changed

- Discriminator mapping added response property `IMerchant` — `GET /gateway-accounts`
- Discriminator mapping added request property `IMerchant` — `POST webhook:gateway-account-downtime-ended`, `POST webhook:gateway-account-downtime-started` + 3 more

### Enum changes

- Enum value added on request `gatewayName` on `GatewayName`: `IMerchant` — `POST /gateway-accounts`, `PATCH /gateway-accounts/{id}` + 46 more
- Enum value added on request `type` on `StorefrontProofOfAddressKycDocument, StorefrontProofOfCreditFileKycDocument, StorefrontProofOfFundsKycDocument, StorefrontProofOfIdentityKycDocument, StorefrontProofOfPurchaseKycDocument`: `name-and-dob-mismatch` — `POST /kyc-documents`, `PUT /kyc-documents/{id}` + 9 more
- Enum value added on response `gatewayName` on `GatewayName`: `IMerchant` — `GET /gateway-accounts`, `POST /gateway-accounts` + 47 more
- Enum value added on response `rejectionReason`: `name-and-dob-mismatch` — `GET /experimental/reports/kyc-rejection-summary`
- Enum value added on response `type` on `StorefrontProofOfAddressKycDocument, StorefrontProofOfCreditFileKycDocument, StorefrontProofOfFundsKycDocument, StorefrontProofOfIdentityKycDocument, StorefrontProofOfPurchaseKycDocument`: `name-and-dob-mismatch` — `GET /kyc-documents`, `POST /kyc-documents` + 11 more

### Other

- response-body-discriminator-mapping-added (8x) — e.g. added `IMerchant` mapping keys to the response discriminator for the response status `201`
- request-property-min-increased (7x) — e.g. the `oneOf[#/components/schemas/OneTimeOrder]/_embedded/website/settings/payoutRequest/pendingPeriodHours` request prope
- request-body-discriminator-mapping-added (3x) — e.g. added `IMerchant` mapping keys to the request discriminator
39 changes: 39 additions & 0 deletions .changeset/bright-coins-retire.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
"@rebilly/client-php": major
---

### Added

- Added required request property `splitReason` — `POST /payout-requests/{id}/split` **(breaking)**
- Added optional response property `automaticReadinessTime` on `OneTimeOrder, RecurringOrder` — `GET /orders`, `POST /orders` + 9 more
- Added optional request property `automaticReadinessTime` on `OneTimeOrder, RecurringOrder` — `POST /orders`, `PUT /orders/{id}` + 3 more
- Added optional response property `isPayoutable` on `OneTimeOrder, RecurringOrder` — `GET /orders`, `POST /orders` + 9 more
- Added optional request property `splitDescription` — `POST /payout-requests/{id}/split`
- Added optional response property `splitReason` — `GET /payout-requests`, `POST /payout-requests` + 5 more
- Added optional request property `splitReason` — `POST /payout-requests`, `PUT /payout-requests/{id}` + 4 more
- Added optional response property `sticky` on `FlexiblePlan` — `GET /orders`, `POST /orders` + 34 more
- Added optional request property `sticky` on `FlexiblePlan` — `POST /orders`, `PUT /orders/{id}` + 72 more

### Changed

- Discriminator mapping added response property `IMerchant` — `GET /gateway-accounts`
- Discriminator mapping added request property `IMerchant` — `POST webhook:gateway-account-downtime-ended`, `POST webhook:gateway-account-downtime-started` + 3 more

### Enum changes

- Enum value added on request `eventType` on `GlobalEventType`: `transaction-partially-refunded`, `transaction-refunded`, `transaction-voided`, `transaction-reconciled` — `POST /tags-rules`, `PUT /tags-rules/{id}` + 11 more
- Enum value added on request `eventsFilter`: `transaction-partially-refunded`, `transaction-refunded`, `transaction-voided` — `POST /previews/webhooks`, `POST /webhooks` + 1 more
- Enum value added on request `gatewayName` on `GatewayName`: `IMerchant` — `POST /gateway-accounts`, `PATCH /gateway-accounts/{id}` + 46 more
- Enum value added on request `type` on `StorefrontProofOfAddressKycDocument, StorefrontProofOfCreditFileKycDocument, StorefrontProofOfFundsKycDocument, StorefrontProofOfIdentityKycDocument, StorefrontProofOfPurchaseKycDocument`: `transaction-partially-refunded`, `name-and-dob-mismatch` — `POST /customers/{id}/timeline`, `POST /invoices/{id}/timeline` + 12 more
- Enum value added on response `eventType` on `GlobalEventType`: `transaction-partially-refunded`, `transaction-refunded`, `transaction-voided` — `GET /tags-rules`, `POST /tags-rules` + 4 more
- Enum value added on response `eventsFilter`: `transaction-partially-refunded`, `transaction-refunded`, `transaction-voided` — `GET /webhooks`, `POST /webhooks` + 2 more
- Enum value added on response `gatewayName` on `GatewayName`: `IMerchant` — `GET /gateway-accounts`, `POST /gateway-accounts` + 47 more
- Enum value added on response `rejectionReason`: `name-and-dob-mismatch` — `GET /experimental/reports/kyc-rejection-summary`
- Enum value added on response `type` on `StorefrontProofOfAddressKycDocument, StorefrontProofOfCreditFileKycDocument, StorefrontProofOfFundsKycDocument, StorefrontProofOfIdentityKycDocument, StorefrontProofOfPurchaseKycDocument`: `transaction-partially-refunded`, `name-and-dob-mismatch` — `GET /customers/{id}/timeline`, `POST /customers/{id}/timeline` + 20 more

### Other

- response-body-discriminator-mapping-added (8x) — e.g. added `IMerchant` mapping keys to the response discriminator for the response status `201`
- request-property-min-increased (7x) — e.g. the `oneOf[#/components/schemas/OneTimeOrder]/_embedded/website/settings/payoutRequest/pendingPeriodHours` request prope
- webhook-added (3x) — e.g. webhook `transaction-partially-refunded` added
- request-body-discriminator-mapping-added (3x) — e.g. added `IMerchant` mapping keys to the request discriminator
26 changes: 26 additions & 0 deletions .changeset/clean-seahorses-invent.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
"@rebilly/client-php": minor
---

### Added

- Added optional response property `automaticReadinessTime` on `OneTimeOrder, RecurringOrder` — `GET /orders`, `POST /orders` + 9 more
- Added optional request property `automaticReadinessTime` on `OneTimeOrder, RecurringOrder` — `POST /orders`, `PUT /orders/{id}` + 3 more

### Changed

- Discriminator mapping added response property `IMerchant` — `GET /gateway-accounts`
- Discriminator mapping added request property `IMerchant` — `POST webhook:gateway-account-downtime-ended`, `POST webhook:gateway-account-downtime-started` + 3 more

### Enum changes

- Enum value added on request `gatewayName` on `GatewayName`: `IMerchant` — `POST /gateway-accounts`, `PATCH /gateway-accounts/{id}` + 46 more
- Enum value added on request `type` on `StorefrontProofOfAddressKycDocument, StorefrontProofOfCreditFileKycDocument, StorefrontProofOfFundsKycDocument, StorefrontProofOfIdentityKycDocument, StorefrontProofOfPurchaseKycDocument`: `name-and-dob-mismatch` — `POST /kyc-documents`, `PUT /kyc-documents/{id}` + 9 more
- Enum value added on response `gatewayName` on `GatewayName`: `IMerchant` — `GET /gateway-accounts`, `POST /gateway-accounts` + 47 more
- Enum value added on response `rejectionReason`: `name-and-dob-mismatch` — `GET /experimental/reports/kyc-rejection-summary`
- Enum value added on response `type` on `StorefrontProofOfAddressKycDocument, StorefrontProofOfCreditFileKycDocument, StorefrontProofOfFundsKycDocument, StorefrontProofOfIdentityKycDocument, StorefrontProofOfPurchaseKycDocument`: `name-and-dob-mismatch` — `GET /kyc-documents`, `POST /kyc-documents` + 11 more

### Other

- response-body-discriminator-mapping-added (8x) — e.g. added `IMerchant` mapping keys to the response discriminator for the response status `201`
- request-body-discriminator-mapping-added (3x) — e.g. added `IMerchant` mapping keys to the request discriminator
14 changes: 14 additions & 0 deletions .changeset/forty-insects-fail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
"@rebilly/client-php": minor
---

### Added

- Added optional response property `automaticReadinessTime` on `OneTimeOrder, RecurringOrder` — `GET /orders`, `POST /orders` + 9 more
- Added optional request property `automaticReadinessTime` on `OneTimeOrder, RecurringOrder` — `POST /orders`, `PUT /orders/{id}` + 3 more

### Enum changes

- Enum value added on request `type` on `StorefrontProofOfAddressKycDocument, StorefrontProofOfCreditFileKycDocument, StorefrontProofOfFundsKycDocument, StorefrontProofOfIdentityKycDocument, StorefrontProofOfPurchaseKycDocument`: `name-and-dob-mismatch` — `POST /kyc-documents`, `PUT /kyc-documents/{id}` + 9 more
- Enum value added on response `rejectionReason`: `name-and-dob-mismatch` — `GET /experimental/reports/kyc-rejection-summary`
- Enum value added on response `type` on `StorefrontProofOfAddressKycDocument, StorefrontProofOfCreditFileKycDocument, StorefrontProofOfFundsKycDocument, StorefrontProofOfIdentityKycDocument, StorefrontProofOfPurchaseKycDocument`: `name-and-dob-mismatch` — `GET /kyc-documents`, `POST /kyc-documents` + 11 more
26 changes: 26 additions & 0 deletions .changeset/nervous-falcons-stare.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
"@rebilly/client-php": minor
---

### Added

- Added optional response property `automaticReadinessTime` on `OneTimeOrder, RecurringOrder` — `GET /orders`, `POST /orders` + 9 more
- Added optional request property `automaticReadinessTime` on `OneTimeOrder, RecurringOrder` — `POST /orders`, `PUT /orders/{id}` + 3 more

### Changed

- Discriminator mapping added response property `IMerchant` — `GET /gateway-accounts`
- Discriminator mapping added request property `IMerchant` — `POST webhook:gateway-account-downtime-ended`, `POST webhook:gateway-account-downtime-started` + 3 more

### Enum changes

- Enum value added on request `gatewayName` on `GatewayName`: `IMerchant` — `POST /gateway-accounts`, `PATCH /gateway-accounts/{id}` + 46 more
- Enum value added on request `type` on `StorefrontProofOfAddressKycDocument, StorefrontProofOfCreditFileKycDocument, StorefrontProofOfFundsKycDocument, StorefrontProofOfIdentityKycDocument, StorefrontProofOfPurchaseKycDocument`: `name-and-dob-mismatch` — `POST /kyc-documents`, `PUT /kyc-documents/{id}` + 9 more
- Enum value added on response `gatewayName` on `GatewayName`: `IMerchant` — `GET /gateway-accounts`, `POST /gateway-accounts` + 47 more
- Enum value added on response `rejectionReason`: `name-and-dob-mismatch` — `GET /experimental/reports/kyc-rejection-summary`
- Enum value added on response `type` on `StorefrontProofOfAddressKycDocument, StorefrontProofOfCreditFileKycDocument, StorefrontProofOfFundsKycDocument, StorefrontProofOfIdentityKycDocument, StorefrontProofOfPurchaseKycDocument`: `name-and-dob-mismatch` — `GET /kyc-documents`, `POST /kyc-documents` + 11 more

### Other

- response-body-discriminator-mapping-added (8x) — e.g. added `IMerchant` mapping keys to the response discriminator for the response status `201`
- request-body-discriminator-mapping-added (3x) — e.g. added `IMerchant` mapping keys to the request discriminator
27 changes: 27 additions & 0 deletions .changeset/perfect-numbers-battle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
"@rebilly/client-php": major
---

### Added

- Added optional response property `automaticReadinessTime` on `OneTimeOrder, RecurringOrder` — `GET /orders`, `POST /orders` + 9 more
- Added optional request property `automaticReadinessTime` on `OneTimeOrder, RecurringOrder` — `POST /orders`, `PUT /orders/{id}` + 3 more

### Changed

- Discriminator mapping added response property `IMerchant` — `GET /gateway-accounts`
- Discriminator mapping added request property `IMerchant` — `POST webhook:gateway-account-downtime-ended`, `POST webhook:gateway-account-downtime-started` + 3 more

### Enum changes

- Enum value added on request `gatewayName` on `GatewayName`: `IMerchant` — `POST /gateway-accounts`, `PATCH /gateway-accounts/{id}` + 46 more
- Enum value added on request `type` on `StorefrontProofOfAddressKycDocument, StorefrontProofOfCreditFileKycDocument, StorefrontProofOfFundsKycDocument, StorefrontProofOfIdentityKycDocument, StorefrontProofOfPurchaseKycDocument`: `name-and-dob-mismatch` — `POST /kyc-documents`, `PUT /kyc-documents/{id}` + 9 more
- Enum value added on response `gatewayName` on `GatewayName`: `IMerchant` — `GET /gateway-accounts`, `POST /gateway-accounts` + 47 more
- Enum value added on response `rejectionReason`: `name-and-dob-mismatch` — `GET /experimental/reports/kyc-rejection-summary`
- Enum value added on response `type` on `StorefrontProofOfAddressKycDocument, StorefrontProofOfCreditFileKycDocument, StorefrontProofOfFundsKycDocument, StorefrontProofOfIdentityKycDocument, StorefrontProofOfPurchaseKycDocument`: `name-and-dob-mismatch` — `GET /kyc-documents`, `POST /kyc-documents` + 11 more

### Other

- response-body-discriminator-mapping-added (8x) — e.g. added `IMerchant` mapping keys to the response discriminator for the response status `201`
- request-property-min-increased (7x) — e.g. the `oneOf[#/components/schemas/OneTimeOrder]/_embedded/website/settings/payoutRequest/pendingPeriodHours` request prope
- request-body-discriminator-mapping-added (3x) — e.g. added `IMerchant` mapping keys to the request discriminator
34 changes: 34 additions & 0 deletions .changeset/quick-zebras-sell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
"@rebilly/client-php": major
---

### Added

- Added required request property `splitReason` — `POST /payout-requests/{id}/split` **(breaking)**
- Added optional response property `automaticReadinessTime` on `OneTimeOrder, RecurringOrder` — `GET /orders`, `POST /orders` + 9 more
- Added optional request property `automaticReadinessTime` on `OneTimeOrder, RecurringOrder` — `POST /orders`, `PUT /orders/{id}` + 3 more
- Added optional response property `isPayoutable` on `OneTimeOrder, RecurringOrder` — `GET /orders`, `POST /orders` + 9 more
- Added optional request property `splitDescription` — `POST /payout-requests/{id}/split`
- Added optional response property `splitReason` — `GET /payout-requests`, `POST /payout-requests` + 5 more
- Added optional request property `splitReason` — `POST /payout-requests`, `PUT /payout-requests/{id}` + 4 more
- Added optional response property `sticky` on `FlexiblePlan` — `GET /orders`, `POST /orders` + 34 more
- Added optional request property `sticky` on `FlexiblePlan` — `POST /orders`, `PUT /orders/{id}` + 72 more

### Changed

- Discriminator mapping added response property `IMerchant` — `GET /gateway-accounts`
- Discriminator mapping added request property `IMerchant` — `POST webhook:gateway-account-downtime-ended`, `POST webhook:gateway-account-downtime-started` + 3 more

### Enum changes

- Enum value added on request `gatewayName` on `GatewayName`: `IMerchant` — `POST /gateway-accounts`, `PATCH /gateway-accounts/{id}` + 46 more
- Enum value added on request `type` on `StorefrontProofOfAddressKycDocument, StorefrontProofOfCreditFileKycDocument, StorefrontProofOfFundsKycDocument, StorefrontProofOfIdentityKycDocument, StorefrontProofOfPurchaseKycDocument`: `name-and-dob-mismatch` — `POST /kyc-documents`, `PUT /kyc-documents/{id}` + 9 more
- Enum value added on response `gatewayName` on `GatewayName`: `IMerchant` — `GET /gateway-accounts`, `POST /gateway-accounts` + 47 more
- Enum value added on response `rejectionReason`: `name-and-dob-mismatch` — `GET /experimental/reports/kyc-rejection-summary`
- Enum value added on response `type` on `StorefrontProofOfAddressKycDocument, StorefrontProofOfCreditFileKycDocument, StorefrontProofOfFundsKycDocument, StorefrontProofOfIdentityKycDocument, StorefrontProofOfPurchaseKycDocument`: `name-and-dob-mismatch` — `GET /kyc-documents`, `POST /kyc-documents` + 11 more

### Other

- response-body-discriminator-mapping-added (8x) — e.g. added `IMerchant` mapping keys to the response discriminator for the response status `201`
- request-property-min-increased (7x) — e.g. the `oneOf[#/components/schemas/OneTimeOrder]/_embedded/website/settings/payoutRequest/pendingPeriodHours` request prope
- request-body-discriminator-mapping-added (3x) — e.g. added `IMerchant` mapping keys to the request discriminator
34 changes: 34 additions & 0 deletions .changeset/rotten-tools-protect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
"@rebilly/client-php": major
---

### Added

- Added required request property `splitReason` — `POST /payout-requests/{id}/split` **(breaking)**
- Added optional response property `automaticReadinessTime` on `OneTimeOrder, RecurringOrder` — `GET /orders`, `POST /orders` + 9 more
- Added optional request property `automaticReadinessTime` on `OneTimeOrder, RecurringOrder` — `POST /orders`, `PUT /orders/{id}` + 3 more
- Added optional response property `isPayoutable` on `OneTimeOrder, RecurringOrder` — `GET /orders`, `POST /orders` + 9 more
- Added optional request property `splitDescription` — `POST /payout-requests/{id}/split`
- Added optional response property `splitReason` — `GET /payout-requests`, `POST /payout-requests` + 5 more
- Added optional request property `splitReason` — `POST /payout-requests`, `PUT /payout-requests/{id}` + 4 more
- Added optional response property `sticky` on `FlexiblePlan` — `GET /orders`, `POST /orders` + 34 more
- Added optional request property `sticky` on `FlexiblePlan` — `POST /orders`, `PUT /orders/{id}` + 72 more

### Changed

- Discriminator mapping added response property `IMerchant` — `GET /gateway-accounts`
- Discriminator mapping added request property `IMerchant` — `POST webhook:gateway-account-downtime-ended`, `POST webhook:gateway-account-downtime-started` + 3 more

### Enum changes

- Enum value added on request `gatewayName` on `GatewayName`: `IMerchant` — `POST /gateway-accounts`, `PATCH /gateway-accounts/{id}` + 46 more
- Enum value added on request `type` on `StorefrontProofOfAddressKycDocument, StorefrontProofOfCreditFileKycDocument, StorefrontProofOfFundsKycDocument, StorefrontProofOfIdentityKycDocument, StorefrontProofOfPurchaseKycDocument`: `name-and-dob-mismatch` — `POST /kyc-documents`, `PUT /kyc-documents/{id}` + 9 more
- Enum value added on response `gatewayName` on `GatewayName`: `IMerchant` — `GET /gateway-accounts`, `POST /gateway-accounts` + 47 more
- Enum value added on response `rejectionReason`: `name-and-dob-mismatch` — `GET /experimental/reports/kyc-rejection-summary`
- Enum value added on response `type` on `StorefrontProofOfAddressKycDocument, StorefrontProofOfCreditFileKycDocument, StorefrontProofOfFundsKycDocument, StorefrontProofOfIdentityKycDocument, StorefrontProofOfPurchaseKycDocument`: `name-and-dob-mismatch` — `GET /kyc-documents`, `POST /kyc-documents` + 11 more

### Other

- response-body-discriminator-mapping-added (8x) — e.g. added `IMerchant` mapping keys to the response discriminator for the response status `201`
- request-property-min-increased (7x) — e.g. the `oneOf[#/components/schemas/OneTimeOrder]/_embedded/website/settings/payoutRequest/pendingPeriodHours` request prope
- request-body-discriminator-mapping-added (3x) — e.g. added `IMerchant` mapping keys to the request discriminator
Loading
Loading