Skip to content

chore: 🐝 Update SDK - Generate 4.1.0#19

Open
github-actions[bot] wants to merge 2 commits intomainfrom
speakeasy-sdk-regen-1773966975
Open

chore: 🐝 Update SDK - Generate 4.1.0#19
github-actions[bot] wants to merge 2 commits intomainfrom
speakeasy-sdk-regen-1773966975

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Mar 20, 2026

SDK update

Versioning

Version Bump Type: [minor] - 🤖 (automated)

Tip

If updates to your OpenAPI document introduce breaking changes, be sure to update the info.version field to trigger the correct version bump.
Speakeasy supports manual control of SDK versioning through multiple methods.

Csharp SDK Changes:

  • Formance.Payments.V1.ResetConnector(): error Changed (Breaking ⚠️)
  • Formance.Orchestration.V2.CreateWorkflow(): response Changed (Breaking ⚠️)
  • Formance.Auth.V1.ListClients(): response.data[] Changed (Breaking ⚠️)
  • Formance.Auth.V1.UpdateClient():
    • request Changed (Breaking ⚠️)
    • response Changed (Breaking ⚠️)
  • Formance.Auth.V1.CreateSecret():
    • request Changed (Breaking ⚠️)
    • response Changed (Breaking ⚠️)
  • Formance.Reconciliation.V1.GetReconciliation(): response Changed (Breaking ⚠️)
  • Formance.Reconciliation.V1.Reconcile(): response Changed (Breaking ⚠️)
  • Formance.Reconciliation.V1.GetPolicy(): response Changed (Breaking ⚠️)
  • Formance.Reconciliation.V1.CreatePolicy(): response Changed (Breaking ⚠️)
  • Formance.Orchestration.V2.GetInstanceStageHistory(): response Changed (Breaking ⚠️)
  • Formance.Orchestration.V2.GetInstanceHistory(): response Changed (Breaking ⚠️)
  • Formance.Orchestration.V2.GetInstance(): response Changed (Breaking ⚠️)
  • Formance.Orchestration.V2.ListInstances(): response.cursor.Data[] Changed (Breaking ⚠️)
  • Formance.Orchestration.V2.RunWorkflow(): response Changed (Breaking ⚠️)
  • Formance.Orchestration.V2.GetWorkflow(): response Changed (Breaking ⚠️)
  • Formance.Payments.V1.ResetConnectorV1(): error Changed (Breaking ⚠️)
  • Formance.Orchestration.V2.ListWorkflows(): response.cursor.Data[] Changed (Breaking ⚠️)
  • Formance.Orchestration.V2.ListTriggersOccurrences(): response.cursor.Data[] Changed (Breaking ⚠️)
  • Formance.Orchestration.V2.TestTrigger(): response Changed (Breaking ⚠️)
  • Formance.Orchestration.V2.ReadTrigger(): response Changed (Breaking ⚠️)
  • Formance.Auth.V1.ReadUser(): response Changed (Breaking ⚠️)
  • Formance.Ledger.GetInfo():
    • response Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Ledger.GetMetrics(): error Changed (Breaking ⚠️)
  • Formance.Ledger.V1.GetInfo():
    • response Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Ledger.V1.GetLedgerInfo():
    • response Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Ledger.V1.CountAccounts(): error Changed (Breaking ⚠️)
  • Formance.Ledger.V1.AddMetadataToAccount(): error Changed (Breaking ⚠️)
  • Formance.Ledger.V1.GetMapping():
    • response Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Ledger.V1.UpdateMapping():
    • response Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Ledger.V1.RunScript():
    • request.script Changed (Breaking ⚠️)
    • response Changed (Breaking ⚠️)
  • Formance.Ledger.V1.ReadStats():
    • response Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Ledger.V1.CountTransactions(): error Changed (Breaking ⚠️)
  • Formance.Ledger.V1.ListTransactions():
    • response.cursor.Data[] Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Ledger.V1.CreateTransaction():
    • request.postTransaction Changed (Breaking ⚠️)
    • response.data[] Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Ledger.V1.GetTransaction():
    • response Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Ledger.V1.AddMetadataOnTransaction(): error Changed (Breaking ⚠️)
  • Formance.Ledger.V1.RevertTransaction():
    • response Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Ledger.V1.CreateTransactions():
    • request.transactions.Transactions[] Changed (Breaking ⚠️)
    • response.data[] Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Ledger.V1.GetBalances(): error Changed (Breaking ⚠️)
  • Formance.Ledger.V1.GetBalancesAggregated():
    • response Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Ledger.V1.ListLogs(): error Changed (Breaking ⚠️)
  • Formance.Ledger.V2.ListLedgers():
    • request Changed (Breaking ⚠️)
    • response.cursor.Data[] Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Ledger.V2.GetLedger():
    • response Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Ledger.V2.CreateLedger():
    • request.v2CreateLedgerRequest Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Ledger.V2.InsertSchema():
    • request.v2SchemaData Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Ledger.V2.GetSchema():
    • response Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Ledger.V2.ListSchemas():
    • response Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Ledger.V2.UpdateLedgerMetadata():
    • response Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Ledger.V2.DeleteLedgerMetadata(): error Changed (Breaking ⚠️)
  • Formance.Ledger.V2.GetLedgerInfo():
    • response Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Ledger.V2.CreateBulk():
    • request.RequestBody[] Changed (Breaking ⚠️)
    • response Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Ledger.V2.CountAccounts():
    • requestBody Added (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Ledger.V2.ListAccounts():
    • request.RequestBody Added (Breaking ⚠️)
    • response.cursor.Data[] Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Ledger.V2.GetAccount():
    • response Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Ledger.V2.AddMetadataToAccount(): error Changed (Breaking ⚠️)
  • Formance.Ledger.V2.DeleteAccountMetadata(): error Changed (Breaking ⚠️)
  • Formance.Ledger.V2.ReadStats():
    • response Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Ledger.V2.CountTransactions():
    • requestBody Added (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Ledger.V2.ListTransactions():
    • request.RequestBody Added (Breaking ⚠️)
    • response.cursor.Data[] Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Ledger.V2.CreateTransaction():
    • request.V2PostTransaction Changed (Breaking ⚠️)
    • response Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Ledger.V2.GetTransaction():
    • response Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Ledger.V2.AddMetadataOnTransaction(): error Changed (Breaking ⚠️)
  • Formance.Ledger.V2.DeleteTransactionMetadata(): error Changed (Breaking ⚠️)
  • Formance.Ledger.V2.RevertTransaction():
    • response Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Ledger.V2.GetBalancesAggregated():
    • requestBody Added (Breaking ⚠️)
    • response Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Ledger.V2.GetVolumesWithBalances():
    • request.RequestBody Added (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Ledger.V2.ListLogs():
    • request.RequestBody Added (Breaking ⚠️)
    • response.cursor.Data[].Data Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Ledger.V2.ImportLogs(): error Changed (Breaking ⚠️)
  • Formance.Ledger.V2.RunQuery():
    • request.RequestBody Changed (Breaking ⚠️)
    • response Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Ledger.V2.ListExporters():
    • response.cursor Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Ledger.V2.CreateExporter():
    • response Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Ledger.V2.GetExporterState():
    • response Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Ledger.V2.UpdateExporter():
    • request Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Ledger.V2.DeleteExporter(): error Changed (Breaking ⚠️)
  • Formance.Ledger.V2.DeleteBucket():
    • response Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Ledger.V2.RestoreBucket():
    • response Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Ledger.V2.ListPipelines():
    • response.cursor Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Ledger.V2.CreatePipeline():
    • response Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Ledger.V2.GetPipelineState():
    • response Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Ledger.V2.DeletePipeline(): error Changed (Breaking ⚠️)
  • Formance.Ledger.V2.ResetPipeline(): error Changed (Breaking ⚠️)
  • Formance.Ledger.V2.StartPipeline(): error Changed (Breaking ⚠️)
  • Formance.Ledger.V2.StopPipeline(): error Changed (Breaking ⚠️)
  • Formance.Payments.V1.CreatePayment():
    • request Changed (Breaking ⚠️)
    • response Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Payments.V1.ListPayments():
    • response Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Payments.V1.GetPayment():
    • response Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Payments.V1.UpdateMetadata(): error Changed (Breaking ⚠️)
  • Formance.Payments.V1.ListTransferInitiations():
    • response Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Payments.V1.CreateTransferInitiation():
    • response Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Payments.V1.GetTransferInitiation():
    • response Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Payments.V1.DeleteTransferInitiation(): error Changed (Breaking ⚠️)
  • Formance.Payments.V1.UpdateTransferInitiationStatus(): error Changed (Breaking ⚠️)
  • Formance.Payments.V1.ReverseTransferInitiation(): error Changed (Breaking ⚠️)
  • Formance.Payments.V1.RetryTransferInitiation(): error Changed (Breaking ⚠️)
  • Formance.Payments.V1.ListPools():
    • response Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Payments.V1.CreatePool():
    • response Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Payments.V1.GetPool():
    • response Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Payments.V1.DeletePool(): error Changed (Breaking ⚠️)
  • Formance.Payments.V1.UpdatePoolQuery(): error Changed (Breaking ⚠️)
  • Formance.Payments.V1.AddAccountToPool(): error Changed (Breaking ⚠️)
  • Formance.Payments.V1.RemoveAccountFromPool(): error Changed (Breaking ⚠️)
  • Formance.Payments.V1.GetPoolBalances():
    • response Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Payments.V1.GetPoolBalancesLatest():
    • response Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Payments.V1.CreateAccount():
    • request Changed (Breaking ⚠️)
    • response Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Payments.V1.GetAccountBalances():
    • response Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Payments.V1.CreateBankAccount():
    • request Changed (Breaking ⚠️)
    • response Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Payments.V1.ListBankAccounts():
    • response Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Payments.V1.GetBankAccount():
    • response Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Payments.V1.ForwardBankAccount():
    • response Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Payments.V1.UpdateBankAccountMetadata():
    • request.updateBankAccountMetadataRequest Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Payments.V1.ListAllConnectors():
    • response.data[] Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Payments.V1.ListConfigsAvailableConnectors(): error Changed (Breaking ⚠️)
  • Formance.Payments.V1.InstallConnector():
    • request.connectorConfig Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Payments.V1.UninstallConnector(): error Changed (Breaking ⚠️)
  • Formance.Payments.V1.UninstallConnectorV1(): error Changed (Breaking ⚠️)
  • Formance.Payments.V1.ReadConnectorConfig():
    • response Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Payments.V1.UpdateConnectorConfigV1():
    • request.connectorConfig Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Payments.V1.ReadConnectorConfigV1():
    • response Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Auth.V1.ReadClient(): response Changed (Breaking ⚠️)
  • Formance.Auth.V1.CreateClient():
    • request Changed (Breaking ⚠️)
    • response Changed (Breaking ⚠️)
  • Formance.Payments.V3.ListConnectors():
    • requestBody Added
    • error Changed (Breaking ⚠️)
  • Formance.Payments.V1.ListConnectorTasksV1():
    • response Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Payments.V1.GetConnectorTask():
    • response.data Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Payments.V1.GetConnectorTaskV1():
    • response.data Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Payments.V1.ConnectorsTransfer(): error Changed (Breaking ⚠️)
  • Formance.Payments.V3.CreateAccount():
    • request Changed (Breaking ⚠️)
    • response Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Payments.V3.ListAccounts():
    • requestBody Added
    • response.cursor.Data[] Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Payments.V3.GetAccount():
    • response Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Payments.V3.GetAccountBalances(): error Changed (Breaking ⚠️)
  • Formance.Payments.V3.CreateBankAccount():
    • request Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Payments.V3.ListBankAccounts():
    • requestBody Added
    • response.cursor.Data[] Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Payments.V3.GetBankAccount():
    • response Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Payments.V3.UpdateBankAccountMetadata():
    • request.v3UpdateBankAccountMetadataRequest Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Payments.V3.ForwardBankAccount(): error Changed (Breaking ⚠️)
  • Formance.Payments.V1.ListConnectorTasks():
    • response Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Payments.V3.InstallConnector():
    • request Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Payments.V3.ListConnectorConfigs(): error Changed (Breaking ⚠️)
  • Formance.Payments.V3.UninstallConnector(): error Changed (Breaking ⚠️)
  • Formance.Payments.V3.GetConnectorConfig():
    • response Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Payments.V3.V3UpdateConnectorConfig():
    • request Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Payments.V3.ResetConnector(): error Changed (Breaking ⚠️)
  • Formance.Payments.V3.ListConnectorSchedules():
    • requestBody Added
    • error Changed (Breaking ⚠️)
  • Formance.Payments.V3.GetConnectorSchedule():
    • response Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Payments.V3.ListConnectorScheduleInstances(): error Changed (Breaking ⚠️)
  • Formance.Payments.V3.CreatePayment():
    • request Changed (Breaking ⚠️)
    • response Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Payments.V3.ListPayments():
    • requestBody Added
    • response.cursor.Data[] Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Payments.V3.GetPayment():
    • response Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Payments.V3.UpdatePaymentMetadata():
    • request.v3UpdatePaymentMetadataRequest Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Payments.V3.InitiatePayment():
    • request.v3InitiatePaymentRequest Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Payments.V3.ListPaymentInitiations():
    • requestBody Added
    • response.cursor.Data[] Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Payments.V3.DeletePaymentInitiation(): error Changed (Breaking ⚠️)
  • Formance.Payments.V3.GetPaymentInitiation():
    • response Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Payments.V3.RetryPaymentInitiation(): error Changed (Breaking ⚠️)
  • Formance.Payments.V3.ApprovePaymentInitiation(): error Changed (Breaking ⚠️)
  • Formance.Payments.V3.RejectPaymentInitiation(): error Changed (Breaking ⚠️)
  • Formance.Payments.V3.ReversePaymentInitiation():
    • request.v3ReversePaymentInitiationRequest Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Payments.V3.ListPaymentInitiationAdjustments():
    • requestBody Added
    • response.cursor.Data[] Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Payments.V3.ListPaymentInitiationRelatedPayments():
    • requestBody Added
    • response.cursor.Data[] Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Payments.V3.CreatePaymentServiceUser():
    • request Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Payments.V3.ListPaymentServiceUsers():
    • requestBody Added
    • response.cursor.Data[] Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Payments.V3.GetPaymentServiceUser():
    • response Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Payments.V3.DeletePaymentServiceUser(): error Changed (Breaking ⚠️)
  • Formance.Payments.V3.ListPaymentServiceUserConnections():
    • requestBody Added
    • response.cursor.Data[] Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Payments.V3.DeletePaymentServiceUserConnector(): error Changed (Breaking ⚠️)
  • Formance.Payments.V3.ForwardPaymentServiceUserToProvider(): error Changed (Breaking ⚠️)
  • Formance.Payments.V3.CreateLinkForPaymentServiceUser(): error Changed (Breaking ⚠️)
  • Formance.Payments.V3.ListPaymentServiceUserConnectionsFromConnectorId():
    • request Changed (Breaking ⚠️)
    • response.cursor.Data[] Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Payments.V3.ListPaymentServiceUserLinkAttemptsFromConnectorId():
    • request Changed (Breaking ⚠️)
    • response.cursor.Data[] Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Payments.V3.GetPaymentServiceUserLinkAttemptFromConnectorId():
    • response Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Payments.V3.DeletePaymentServiceUserConnectionFromConnectorId(): error Changed (Breaking ⚠️)
  • Formance.Payments.V3.UpdateLinkForPaymentServiceUserOnConnector(): error Changed (Breaking ⚠️)
  • Formance.Payments.V3.AddBankAccountToPaymentServiceUser(): error Changed (Breaking ⚠️)
  • Formance.Payments.V3.ForwardPaymentServiceUserBankAccount(): error Changed (Breaking ⚠️)
  • Formance.Payments.V3.CreatePool(): error Changed (Breaking ⚠️)
  • Formance.Payments.V3.ListPools():
    • requestBody Added
    • response.cursor.Data[] Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Payments.V3.GetPool():
    • response Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Payments.V3.DeletePool(): error Changed (Breaking ⚠️)
  • Formance.Payments.V3.UpdatePoolQuery(): error Changed (Breaking ⚠️)
  • Formance.Payments.V3.GetPoolBalances():
    • response Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Payments.V3.GetPoolBalancesLatest():
    • response Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Payments.V3.AddAccountToPool(): error Changed (Breaking ⚠️)
  • Formance.Payments.V3.RemoveAccountFromPool(): error Changed (Breaking ⚠️)
  • Formance.Payments.V3.GetTask():
    • response Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Webhooks.V1.GetManyConfigs():
    • response Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Webhooks.V1.InsertConfig():
    • response Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Webhooks.V1.DeleteConfig(): error Changed (Breaking ⚠️)
  • Formance.Webhooks.V1.UpdateConfig(): error Changed (Breaking ⚠️)
  • Formance.Webhooks.V1.TestConfig():
    • response Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Webhooks.V1.ActivateConfig():
    • response Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Webhooks.V1.DeactivateConfig():
    • response Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Webhooks.V1.ChangeConfigSecret():
    • response Changed (Breaking ⚠️)
    • error Changed (Breaking ⚠️)
  • Formance.Wallets.V1.GetTransactions(): response Changed (Breaking ⚠️)
  • Formance.Wallets.V1.ListWallets(): response Changed (Breaking ⚠️)
  • Formance.Wallets.V1.CreateWallet(): response Changed (Breaking ⚠️)
  • Formance.Wallets.V1.GetWallet(): response Changed (Breaking ⚠️)
  • Formance.Wallets.V1.GetWalletSummary(): response Changed (Breaking ⚠️)
  • Formance.Wallets.V1.ListBalances(): response Changed (Breaking ⚠️)
  • Formance.Wallets.V1.CreateBalance():
    • request Changed (Breaking ⚠️)
    • response Changed (Breaking ⚠️)
  • Formance.Wallets.V1.GetBalance(): response Changed (Breaking ⚠️)
  • Formance.Wallets.V1.DebitWallet():
    • request.debitWalletRequest Changed (Breaking ⚠️)
    • response Changed (Breaking ⚠️)
  • Formance.Wallets.V1.CreditWallet(): request.creditWalletRequest Changed (Breaking ⚠️)
  • Formance.Wallets.V1.GetHolds(): response Changed (Breaking ⚠️)
  • Formance.Wallets.V1.GetHold(): response Changed (Breaking ⚠️)
  • Formance.Orchestration.V1.CreateTrigger(): response Changed (Breaking ⚠️)
  • Formance.Orchestration.V1.ReadTrigger(): response Changed (Breaking ⚠️)
  • Formance.Orchestration.V1.ListTriggersOccurrences(): response.data[] Changed (Breaking ⚠️)
  • Formance.Orchestration.V1.ListWorkflows(): response.data[] Changed (Breaking ⚠️)
  • Formance.Orchestration.V1.CreateWorkflow(): response Changed (Breaking ⚠️)
  • Formance.Orchestration.V1.GetWorkflow(): response Changed (Breaking ⚠️)
  • Formance.Orchestration.V1.RunWorkflow(): response Changed (Breaking ⚠️)
  • Formance.Orchestration.V1.ListInstances(): response.data[] Changed (Breaking ⚠️)
  • Formance.Orchestration.V1.GetInstance(): response Changed (Breaking ⚠️)
  • Formance.Orchestration.V1.GetInstanceHistory(): response Changed (Breaking ⚠️)
  • Formance.Orchestration.V1.GetInstanceStageHistory(): response Changed (Breaking ⚠️)
  • Formance.Orchestration.V2.CreateTrigger(): response Changed (Breaking ⚠️)
  • Formance.Wallets.V1.GetServerInfoWallets(): Added
  • Formance.Orchestration.V1.GetServerInfoOrchestration(): Added
  • Formance.Ledger.V1.GetAccount(): Removed (Breaking ⚠️)
  • Formance.Ledger.V1.ListAccounts(): Removed (Breaking ⚠️)
  • Formance.Auth.V1.GetServerInfo(): Removed (Breaking ⚠️)
  • Formance.Reconciliation.V1.GetServerInfoReconciliation(): Added
  • Formance.Payments.V1.GetServerInfoPayments(): Added
  • Formance.Payments.V1.ListAccountsPayments(): Added
  • Formance.Search.V1.GetServerInfoSearch(): Added
  • Formance.Payments.V1.PaymentsgetAccount(): Removed (Breaking ⚠️)
  • Formance.Payments.V1.PaymentsgetServerInfo(): Removed (Breaking ⚠️)
  • Formance.Payments.V1.GetAccountPayments(): Added
  • Formance.Payments.V1.PaymentslistAccounts(): Removed (Breaking ⚠️)
  • Formance.Search.V1.SearchgetServerInfo(): Removed (Breaking ⚠️)
  • Formance.Wallets.V1.WalletsgetServerInfo(): Removed (Breaking ⚠️)
  • Formance.Orchestration.V1.OrchestrationgetServerInfo(): Removed (Breaking ⚠️)
  • Formance.Reconciliation.V1.ReconciliationgetServerInfo(): Removed (Breaking ⚠️)
  • Formance.Reconciliation.V1.ListPolicies(): requestBody Added
  • Formance.Ledger.V1.GetAccountLedger(): Added
  • Formance.Ledger.V1.ListAccountsLedger(): Added
  • Formance.Reconciliation.V1.ListReconciliations(): requestBody Added
  • Formance.Auth.V1.GetServerInfoAuth(): Added

View full SDK changelog

OpenAPI Change Summary
├─┬Info
│ ├──[🔀] description (11:20)
│ ├──[🔀] version (10:16)
│ └─┬Extensions
│   └──[🔀] x-logo (12:15)
├─┬Paths
│ ├─┬/api/orchestration/v2/triggers/{triggerID}/occurrences
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   └─┬Extensions
│ │   │     ├──[+] x-speakeasy-name-override (29332:40)
│ │   │     └──[+] x-speakeasy-model-namespace (29333:42)
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   └─┬Extensions
│ │   │     ├──[+] x-speakeasy-name-override (29345:40)
│ │   │     └──[+] x-speakeasy-model-namespace (29346:42)
│ │   ├─┬Responses
│ │   │ └─┬200
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (26646:17)❌ 
│ │   └─┬Servers
│ │     └──[+] servers (13030:20)
│ ├─┬/api/ledger/v2/{ledger}/transactions/{id}/revert
│ │ └─┬POST
│ │   ├─┬Responses
│ │   │ └─┬201
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (16162:17)❌ 
│ │   ├─┬Requestbody
│ │   │ └─┬application/json
│ │   │   └─┬Schema
│ │   │     └──[🔀] $ref (17232:17)❌ 
│ │   └─┬Servers
│ │     └──[+] servers (4235:20)
│ ├─┬/api/ledger/v2/{ledger}/metadata
│ │ └─┬PUT
│ │   ├─┬Responses
│ │   │ └─┬5XX
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (16279:17)❌ 
│ │   ├─┬Requestbody
│ │   │ └─┬application/json
│ │   │   └─┬Schema
│ │   │     └──[🔀] $ref (15560:17)❌ 
│ │   └─┬Servers
│ │     └──[+] servers (2815:20)
│ ├─┬/api/orchestration/v2/_info
│ │ └─┬GET
│ │   ├─┬Responses
│ │   │ └─┬200
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (26260:17)❌ 
│ │   └─┬Servers
│ │     └──[+] servers (12755:20)
│ ├─┬/api/reconciliation/policies
│ │ ├─┬GET
│ │ │ ├──[+] requestBody (13735:24)❌ 
│ │ │ ├─┬Parameters
│ │ │ │ └─┬Schema
│ │ │ │   └─┬Extensions
│ │ │ │     ├──[+] x-speakeasy-name-override (29359:40)
│ │ │ │     └──[+] x-speakeasy-model-namespace (29360:42)
│ │ │ ├─┬Parameters
│ │ │ │ └─┬Schema
│ │ │ │   └─┬Extensions
│ │ │ │     ├──[+] x-speakeasy-name-override (29371:40)
│ │ │ │     └──[+] x-speakeasy-model-namespace (29372:42)
│ │ │ ├─┬Responses
│ │ │ │ └─┬200
│ │ │ │   └─┬application/json
│ │ │ │     └─┬Schema
│ │ │ │       └──[🔀] $ref (28230:17)❌ 
│ │ │ └─┬Servers
│ │ │   └──[+] servers (13715:20)
│ │ └─┬POST
│ │   ├─┬Responses
│ │   │ └─┬201
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (28362:17)❌ 
│ │   ├─┬Requestbody
│ │   │ └─┬application/json
│ │   │   └─┬Schema
│ │   │     └──[🔀] $ref (28333:17)❌ 
│ │   └─┬Servers
│ │     └──[+] servers (13685:20)
│ ├─┬/api/ledger/{ledger}/mapping
│ │ ├─┬GET
│ │ │ ├─┬Responses
│ │ │ │ └─┬200
│ │ │ │   └─┬application/json
│ │ │ │     └─┬Schema
│ │ │ │       └──[🔀] $ref (15013:17)❌ 
│ │ │ └─┬Servers
│ │ │   └──[+] servers (1003:20)
│ │ └─┬PUT
│ │   ├─┬Responses
│ │   │ └─┬200
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (15013:17)❌ 
│ │   ├─┬Requestbody
│ │   │ └─┬application/json
│ │   │   └─┬Schema
│ │   │     └──[🔀] $ref (14708:17)❌ 
│ │   └─┬Servers
│ │     └──[+] servers (1056:20)
│ ├─┬/api/payments/accounts/{accountId}
│ │ └─┬GET
│ │   ├──[🔀] operationId (6427:24)❌ 
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   └─┬Extensions
│ │   │     ├──[+] x-speakeasy-name-override (29033:40)
│ │   │     └──[+] x-speakeasy-model-namespace (29034:42)
│ │   ├─┬Responses
│ │   │ └─┬200
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (17706:17)❌ 
│ │   └─┬Servers
│ │     └──[+] servers (6432:20)
│ ├─┬/api/ledger/v2
│ │ └─┬GET
│ │   ├──[+] requestBody (2439:24)❌ 
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   └─┬Extensions
│ │   │     ├──[+] x-speakeasy-model-namespace (28957:42)
│ │   │     └──[+] x-speakeasy-name-override (28956:40)
│ │   ├─┬Responses
│ │   │ └─┬200
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (17157:17)❌ 
│ │   └─┬Servers
│ │     └──[+] servers (2391:20)
│ ├─┬/api/ledger/{ledger}/aggregate/balances
│ │ └─┬GET
│ │   ├─┬Responses
│ │   │ └─┬200
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (14491:17)❌ 
│ │   └─┬Servers
│ │     └──[+] servers (2068:20)
│ ├─┬/api/ledger/v2/{ledger}/aggregate/balances
│ │ └─┬GET
│ │   ├──[+] requestBody (4407:24)❌ 
│ │   ├─┬Responses
│ │   │ └─┬200
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (15464:17)❌ 
│ │   └─┬Servers
│ │     └──[+] servers (4365:20)
│ ├─┬/api/payments/accounts
│ │ ├─┬GET
│ │ │ ├──[+] requestBody (6405:24)❌ 
│ │ │ ├──[🔀] operationId (6374:24)❌ 
│ │ │ ├─┬Parameters
│ │ │ │ └─┬Schema
│ │ │ │   └─┬Extensions
│ │ │ │     ├──[+] x-speakeasy-name-override (28981:40)
│ │ │ │     └──[+] x-speakeasy-model-namespace (28982:42)
│ │ │ ├─┬Parameters
│ │ │ │ └─┬Schema
│ │ │ │   └─┬Extensions
│ │ │ │     ├──[+] x-speakeasy-name-override (28993:40)
│ │ │ │     └──[+] x-speakeasy-model-namespace (28994:42)
│ │ │ ├─┬Parameters
│ │ │ │ ├──[🔀] example (29009:20)
│ │ │ │ └─┬Schema
│ │ │ │   └─┬Extensions
│ │ │ │     ├──[+] x-speakeasy-name-override (29006:40)
│ │ │ │     └──[+] x-speakeasy-model-namespace (29007:42)
│ │ │ ├─┬Parameters
│ │ │ │ └─┬Schema
│ │ │ │   └─┬Extensions
│ │ │ │     ├──[+] x-speakeasy-name-override (28967:40)
│ │ │ │     └──[+] x-speakeasy-model-namespace (28968:42)
│ │ │ ├─┬Responses
│ │ │ │ └─┬200
│ │ │ │   └─┬application/json
│ │ │ │     └─┬Schema
│ │ │ │       └──[🔀] $ref (17510:17)❌ 
│ │ │ └─┬Servers
│ │ │   └──[+] servers (6379:20)
│ │ └─┬POST
│ │   ├─┬Responses
│ │   │ └─┬200
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (17706:17)❌ 
│ │   ├─┬Requestbody
│ │   │ └─┬application/json
│ │   │   └─┬Schema
│ │   │     └──[🔀] $ref (19424:17)❌ 
│ │   └─┬Servers
│ │     └──[+] servers (6349:20)
│ ├─┬/api/ledger/{ledger}/transactions/{txid}/revert
│ │ └─┬POST
│ │   ├─┬Responses
│ │   │ └─┬201
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (14987:17)❌ 
│ │   └─┬Servers
│ │     └──[+] servers (1814:20)
│ ├─┬/api/payments/v3/payment-initiations/{paymentInitiationID}/retry
│ │ └─┬POST
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   └─┬Extensions
│ │   │     ├──[+] x-speakeasy-name-override (29180:40)
│ │   │     └──[+] x-speakeasy-model-namespace (29181:42)
│ │   ├─┬Responses
│ │   │ └─┬202
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (21022:17)❌ 
│ │   └─┬Servers
│ │     └──[+] servers (8710:20)
│ ├─┬/versions
│ │ └─┬GET
│ │   ├─┬Responses
│ │   │ └─┬200
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (14274:17)❌ 
│ │   └─┬Servers
│ │     └──[+] servers (468:20)
│ ├─┬/api/payments/v3/pools/{poolID}
│ │ ├─┬GET
│ │ │ ├─┬Parameters
│ │ │ │ └─┬Schema
│ │ │ │   └─┬Extensions
│ │ │ │     ├──[+] x-speakeasy-name-override (29213:40)
│ │ │ │     └──[+] x-speakeasy-model-namespace (29214:42)
│ │ │ ├─┬Responses
│ │ │ │ └─┬200
│ │ │ │   └─┬application/json
│ │ │ │     └─┬Schema
│ │ │ │       └──[🔀] $ref (22076:17)❌ 
│ │ │ └─┬Servers
│ │ │   └──[+] servers (9992:20)
│ │ └─┬DELETE
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   └─┬Extensions
│ │   │     ├──[+] x-speakeasy-name-override (29213:40)
│ │   │     └──[+] x-speakeasy-model-namespace (29214:42)
│ │   ├──Responses
│ │   └─┬Servers
│ │     └──[+] servers (10039:20)
│ ├─┬/api/orchestration/v2/triggers
│ │ ├─┬GET
│ │ │ ├─┬Parameters
│ │ │ │ └─┬Schema
│ │ │ │   └─┬Extensions
│ │ │ │     ├──[+] x-speakeasy-name-override (29332:40)
│ │ │ │     └──[+] x-speakeasy-model-namespace (29333:42)
│ │ │ ├─┬Parameters
│ │ │ │ └─┬Schema
│ │ │ │   └─┬Extensions
│ │ │ │     ├──[+] x-speakeasy-model-namespace (29346:42)
│ │ │ │     └──[+] x-speakeasy-name-override (29345:40)
│ │ │ ├─┬Responses
│ │ │ │ └─┬200
│ │ │ │   └─┬application/json
│ │ │ │     └─┬Schema
│ │ │ │       └──[🔀] $ref (26691:17)❌ 
│ │ │ └─┬Servers
│ │ │   └──[+] servers (12793:20)
│ │ └─┬POST
│ │   ├─┬Responses
│ │   │ └─┬201
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (26752:17)❌ 
│ │   ├─┬Requestbody
│ │   │ └─┬application/json
│ │   │   └─┬Schema
│ │   │     └──[🔀] $ref (26559:17)❌ 
│ │   └─┬Servers
│ │     └──[+] servers (12846:20)
│ ├─┬/api/payments/v3/bank-accounts/{bankAccountID}/forward
│ │ └─┬POST
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   └─┬Extensions
│ │   │     ├──[+] x-speakeasy-name-override (29125:40)
│ │   │     └──[+] x-speakeasy-model-namespace (29126:42)
│ │   ├─┬Responses
│ │   │ └─┬202
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (20091:17)❌ 
│ │   ├─┬Requestbody
│ │   │ └─┬application/json
│ │   │   └─┬Schema
│ │   │     └──[🔀] $ref (20077:17)❌ 
│ │   └─┬Servers
│ │     └──[+] servers (7714:20)
│ ├─┬/api/wallets/wallets/{id}/balances
│ │ ├─┬GET
│ │ │ ├─┬Responses
│ │ │ │ └─┬200
│ │ │ │   └─┬application/json
│ │ │ │     └─┬Schema
│ │ │ │       └──[🔀] $ref (24345:17)❌ 
│ │ │ └─┬Servers
│ │ │   └──[+] servers (11367:20)
│ │ └─┬POST
│ │   ├─┬Responses
│ │   │ └─┬201
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (24392:17)❌ 
│ │   ├─┬Requestbody
│ │   │ └─┬application/json
│ │   │   └─┬Schema
│ │   │     └──[🔀] $ref (24263:17)❌ 
│ │   └─┬Servers
│ │     └──[+] servers (11398:20)
│ ├─┬/api/ledger/v2/{ledger}/transactions/{id}
│ │ └─┬GET
│ │   ├─┬Responses
│ │   │ └─┬200
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (16178:17)❌ 
│ │   └─┬Servers
│ │     └──[+] servers (3950:20)
│ ├─┬/api/orchestration/workflows/{workflowID}/instances
│ │ └─┬POST
│ │   ├─┬Responses
│ │   │ └─┬201
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (24854:17)❌ 
│ │   ├─┬Requestbody
│ │   │ └─┬application/json
│ │   │   └─┬Schema
│ │   │     └──[🔀] $ref (24846:17)❌ 
│ │   └─┬Servers
│ │     └──[+] servers (12370:20)
│ ├─┬/api/payments/pools/{poolId}/query
│ │ └─┬PATCH
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   └─┬Extensions
│ │   │     ├──[+] x-speakeasy-name-override (29057:40)
│ │   │     └──[+] x-speakeasy-model-namespace (29058:42)
│ │   ├──Responses
│ │   ├─┬Requestbody
│ │   │ └─┬application/json
│ │   │   └─┬Schema
│ │   │     └──[🔀] $ref (19372:17)❌ 
│ │   └─┬Servers
│ │     └──[+] servers (6157:20)
│ ├─┬/api/ledger/{ledger}/transactions/batch
│ │ └─┬POST
│ │   ├─┬Responses
│ │   │ └─┬200
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (14971:17)❌ 
│ │   ├─┬Requestbody
│ │   │ └─┬application/json
│ │   │   └─┬Schema
│ │   │     └──[🔀] $ref (14852:17)❌ 
│ │   └─┬Servers
│ │     └──[+] servers (1899:20)
│ ├─┬/api/ledger/v2/{ledger}/queries/{id}/run
│ │ └─┬POST
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   └─┬Extensions
│ │   │     ├──[+] x-speakeasy-name-override (28956:40)
│ │   │     └──[+] x-speakeasy-model-namespace (28957:42)
│ │   ├─┬Responses
│ │   │ └─┬200
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       ├─┬ONEOF
│ │   │       │ └──[🔀] $ref (15349:17)❌ 
│ │   │       ├─┬ONEOF
│ │   │       │ └──[🔀] $ref (15298:17)❌ 
│ │   │       ├─┬ONEOF
│ │   │       │ └──[🔀] $ref (15400:17)❌ 
│ │   │       └─┬ONEOF
│ │   │         └──[🔀] $ref (15477:17)❌ 
│ │   ├─┬Requestbody
│ │   │ └─┬application/json
│ │   │   └─┬Schema
│ │   │     └─┬params
│ │   │       └──[🔀] $ref (16868:17)❌ 
│ │   └─┬Servers
│ │     └──[+] servers (4791:20)
│ ├─┬/api/ledger/_/metrics
│ │ └─┬GET
│ │   ├──Responses
│ │   └─┬Servers
│ │     └──[+] servers (2346:20)
│ ├─┬/api/ledger/{ledger}/accounts
│ │ ├─┬GET
│ │ │ ├──[🔀] operationId (666:24)❌ 
│ │ │ ├─┬Responses
│ │ │ │ ├─┬200
│ │ │ │ │ └─┬application/json
│ │ │ │ │   └─┬Schema
│ │ │ │ │     └──[🔀] $ref (14298:17)❌ 
│ │ │ │ └─┬404
│ │ │ │   └─┬application/json
│ │ │ │     └─┬Schema
│ │ │ │       └──[🔀] $ref (15108:17)❌ 
│ │ │ └─┬Servers
│ │ │   └──[+] servers (672:20)
│ │ └─┬HEAD
│ │   ├──Responses
│ │   └─┬Servers
│ │     └──[+] servers (595:20)
│ ├─┬/api/payments/v3/connectors/configs
│ │ └─┬GET
│ │   ├─┬Responses
│ │   │ └─┬200
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (20288:17)❌ 
│ │   └─┬Servers
│ │     └──[+] servers (7885:20)
│ ├─┬/api/payments/v3/tasks/{taskID}
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   └─┬Extensions
│ │   │     ├──[+] x-speakeasy-name-override (29224:40)
│ │   │     └──[+] x-speakeasy-model-namespace (29225:42)
│ │   ├─┬Responses
│ │   │ └─┬200
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (22180:17)❌ 
│ │   └─┬Servers
│ │     └──[+] servers (10321:20)
│ ├─┬/api/ledger/{ledger}/_info
│ │ └─┬GET
│ │   ├─┬Responses
│ │   │ └─┬200
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (15147:17)❌ 
│ │   └─┬Servers
│ │     └──[+] servers (540:20)
│ ├─┬/api/ledger/_/info
│ │ └─┬GET
│ │   ├─┬Responses
│ │   │ ├─┬200
│ │   │ │ └─┬application/json
│ │   │ │   └─┬Schema
│ │   │ │     └──[🔀] $ref (15571:17)❌ 
│ │   │ └─┬5XX
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (16279:17)❌ 
│ │   └─┬Servers
│ │     └──[+] servers (2292:20)
│ ├─┬/api/reconciliation/reconciliations
│ │ └─┬GET
│ │   ├──[+] requestBody (13886:24)❌ 
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   └─┬Extensions
│ │   │     ├──[+] x-speakeasy-name-override (29359:40)
│ │   │     └──[+] x-speakeasy-model-namespace (29360:42)
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   └─┬Extensions
│ │   │     ├──[+] x-speakeasy-name-override (29371:40)
│ │   │     └──[+] x-speakeasy-model-namespace (29372:42)
│ │   ├─┬Responses
│ │   │ └─┬200
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (28275:17)❌ 
│ │   └─┬Servers
│ │     └──[+] servers (13866:20)
│ ├─┬/api/wallets/holds/{hold_id}/confirm
│ │ └─┬POST
│ │   ├──Responses
│ │   ├─┬Requestbody
│ │   │ └─┬application/json
│ │   │   └─┬Schema
│ │   │     └──[🔀] $ref (24057:17)❌ 
│ │   └─┬Servers
│ │     └──[+] servers (11832:20)
│ ├─┬/api/orchestration/v2/workflows/{flowId}
│ │ ├─┬GET
│ │ │ ├─┬Responses
│ │ │ │ └─┬200
│ │ │ │   └─┬application/json
│ │ │ │     └─┬Schema
│ │ │ │       └──[🔀] $ref (26831:17)❌ 
│ │ │ └─┬Servers
│ │ │   └──[+] servers (13178:20)
│ │ └─┬DELETE
│ │   ├──Responses
│ │   └─┬Servers
│ │     └──[+] servers (13214:20)
│ ├─┬/api/ledger/v2/{ledger}/logs
│ │ └─┬GET
│ │   ├──[+] requestBody (4638:24)❌ 
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   └─┬Extensions
│ │   │     ├──[+] x-speakeasy-name-override (28956:40)
│ │   │     └──[+] x-speakeasy-model-namespace (28957:42)
│ │   ├─┬Responses
│ │   │ └─┬200
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (15400:17)❌ 
│ │   └─┬Servers
│ │     └──[+] servers (4581:20)
│ ├─┬/api/ledger/v2/{ledger}/transactions
│ │ ├─┬GET
│ │ │ ├──[+] requestBody (3798:24)❌ 
│ │ │ ├─┬Parameters
│ │ │ │ └─┬Schema
│ │ │ │   └─┬Extensions
│ │ │ │     ├──[+] x-speakeasy-name-override (28956:40)
│ │ │ │     └──[+] x-speakeasy-model-namespace (28957:42)
│ │ │ ├─┬Responses
│ │ │ │ └─┬200
│ │ │ │   └─┬application/json
│ │ │ │     └─┬Schema
│ │ │ │       └──[🔀] $ref (15349:17)❌ 
│ │ │ └─┬Servers
│ │ │   └──[+] servers (3710:20)
│ │ ├─┬POST
│ │ │ ├─┬Responses
│ │ │ │ └─┬200
│ │ │ │   └─┬application/json
│ │ │ │     └─┬Schema
│ │ │ │       └──[🔀] $ref (16162:17)❌ 
│ │ │ ├─┬Requestbody
│ │ │ │ └─┬application/json
│ │ │ │   └─┬Schema
│ │ │ │     └──[🔀] $ref (15745:17)❌ 
│ │ │ └─┬Servers
│ │ │   └──[+] servers (3839:20)
│ │ └─┬HEAD
│ │   ├──[+] requestBody (3666:24)❌ 
│ │   ├──Responses
│ │   └─┬Servers
│ │     └──[+] servers (3633:20)
│ ├─┬/api/payments/transfer-initiations/{transferId}/status
│ │ └─┬POST
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   └─┬Extensions
│ │   │     ├──[+] x-speakeasy-name-override (29069:40)
│ │   │     └──[+] x-speakeasy-model-namespace (29070:42)
│ │   ├──Responses
│ │   ├─┬Requestbody
│ │   │ └─┬application/json
│ │   │   └─┬Schema
│ │   │     └──[🔀] $ref (19610:17)❌ 
│ │   └─┬Servers
│ │     └──[+] servers (5906:20)
│ ├─┬/api/ledger/v2/{ledger}/pipelines/{pipelineID}/stop
│ │ └─┬POST
│ │   ├──Responses
│ │   └─┬Servers
│ │     └──[+] servers (5538:20)
│ ├─┬/api/ledger/{ledger}/accounts/{address}/metadata
│ │ └─┬POST
│ │   ├──Responses
│ │   ├─┬Requestbody
│ │   │ └─┬application/json
│ │   │   └─┬Schema
│ │   │     └──[🔀] $ref (14537:17)❌ 
│ │   └─┬Servers
│ │     └──[+] servers (924:20)
│ ├─┬/api/reconciliation/policies/{policyID}
│ │ ├─┬GET
│ │ │ ├─┬Parameters
│ │ │ │ └─┬Schema
│ │ │ │   └─┬Extensions
│ │ │ │     ├──[+] x-speakeasy-name-override (29382:40)
│ │ │ │     └──[+] x-speakeasy-model-namespace (29383:42)
│ │ │ ├─┬Responses
│ │ │ │ └─┬200
│ │ │ │   └─┬application/json
│ │ │ │     └─┬Schema
│ │ │ │       └──[🔀] $ref (28362:17)❌ 
│ │ │ └─┬Servers
│ │ │   └──[+] servers (13794:20)
│ │ └─┬DELETE
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   └─┬Extensions
│ │   │     ├──[+] x-speakeasy-name-override (29382:40)
│ │   │     └──[+] x-speakeasy-model-namespace (29383:42)
│ │   ├──Responses
│ │   └─┬Servers
│ │     └──[+] servers (13762:20)
│ ├─┬/api/payments/v3/connectors/{connectorID}/schedules
│ │ └─┬GET
│ │   ├──[+] requestBody (8141:24)❌ 
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   └─┬Extensions
│ │   │     ├──[+] x-speakeasy-name-override (29191:40)
│ │   │     └──[+] x-speakeasy-model-namespace (29192:42)
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   └─┬Extensions
│ │   │     ├──[+] x-speakeasy-model-namespace (29309:42)
│ │   │     └──[+] x-speakeasy-name-override (29308:40)
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   └─┬Extensions
│ │   │     ├──[+] x-speakeasy-name-override (29320:40)
│ │   │     └──[+] x-speakeasy-model-namespace (29321:42)
│ │   ├─┬Responses
│ │   │ └─┬200
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (20382:17)❌ 
│ │   └─┬Servers
│ │     └──[+] servers (8118:20)
│ ├─┬/api/payments/connectors
│ │ └─┬GET
│ │   ├─┬Responses
│ │   │ └─┬200
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (17740:17)❌ 
│ │   └─┬Servers
│ │     └──[+] servers (6729:20)
│ ├─┬/api/auth/users
│ │ └─┬GET
│ │   ├─┬Responses
│ │   │ └─┬200
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (14227:17)❌ 
│ │   └─┬Servers
│ │     └──[+] servers (412:20)
│ ├─┬/api/ledger/v2/{ledger}/logs/import
│ │ └─┬POST
│ │   ├──Responses
│ │   ├─┬Requestbody
│ │   │ └─┬application/octet-stream
│ │   │   └─┬Schema
│ │   │     └──[🔀] $ref (17218:17)❌ 
│ │   └─┬Servers
│ │     └──[+] servers (4680:20)
│ ├─┬/api/payments/v3/payment-service-users/{paymentServiceUserID}/connectors/{connectorID}/connections/{connectionID}/update-link
│ │ └─┬POST
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   └─┬Extensions
│ │   │     ├──[+] x-speakeasy-name-override (29136:40)
│ │   │     └──[+] x-speakeasy-model-namespace (29137:42)
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   └─┬Extensions
│ │   │     ├──[+] x-speakeasy-name-override (29191:40)
│ │   │     └──[+] x-speakeasy-model-namespace (29192:42)
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   └─┬Extensions
│ │   │     ├──[+] x-speakeasy-name-override (29158:40)
│ │   │     └──[+] x-speakeasy-model-namespace (29159:42)
│ │   ├─┬Responses
│ │   │ └─┬201
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (21961:17)❌ 
│ │   ├─┬Requestbody
│ │   │ └─┬application/json
│ │   │   └─┬Schema
│ │   │     └──[🔀] $ref (21943:17)❌ 
│ │   └─┬Servers
│ │     └──[+] servers (9710:20)
│ ├─┬/api/payments/connectors/{connector}/{connectorId}
│ │ └─┬DELETE
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   └──[🔀] $ref (17870:17)❌ 
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   └─┬Extensions
│ │   │     ├──[+] x-speakeasy-model-namespace (29046:42)
│ │   │     └──[+] x-speakeasy-name-override (29045:40)
│ │   ├──Responses
│ │   └─┬Servers
│ │     └──[+] servers (6861:20)
│ ├─┬/api/reconciliation/_info
│ │ └─┬GET
│ │   ├──[🔀] operationId (13650:24)❌ 
│ │   ├─┬Responses
│ │   │ └─┬200
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (28320:17)❌ 
│ │   └─┬Servers
│ │     └──[+] servers (13655:20)
│ ├─┬/api/payments/pools/{poolId}/accounts/{accountId}
│ │ └─┬DELETE
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   └─┬Extensions
│ │   │     ├──[+] x-speakeasy-name-override (29057:40)
│ │   │     └──[+] x-speakeasy-model-namespace (29058:42)
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   └─┬Extensions
│ │   │     ├──[+] x-speakeasy-model-namespace (29034:42)
│ │   │     └──[+] x-speakeasy-name-override (29033:40)
│ │   ├──Responses
│ │   └─┬Servers
│ │     └──[+] servers (6233:20)
│ ├─┬/api/auth/clients/{clientId}
│ │ ├─┬GET
│ │ │ ├─┬Responses
│ │ │ │ └─┬200
│ │ │ │   └─┬application/json
│ │ │ │     └─┬Schema
│ │ │ │       └──[🔀] $ref (14194:17)❌ 
│ │ │ └─┬Servers
│ │ │   └──[+] servers (193:20)
│ │ ├─┬PUT
│ │ │ ├─┬Responses
│ │ │ │ └─┬200
│ │ │ │   └─┬application/json
│ │ │ │     └─┬Schema
│ │ │ │       └──[🔀] $ref (14165:17)❌ 
│ │ │ ├─┬Requestbody
│ │ │ │ └─┬application/json
│ │ │ │   └─┬Schema
│ │ │ │     └──[🔀] $ref (13964:17)❌ 
│ │ │ └─┬Servers
│ │ │   └──[+] servers (244:20)
│ │ └─┬DELETE
│ │   └─┬Servers
│ │     └──[+] servers (279:20)
│ ├─┬/api/orchestration/v2/workflows
│ │ ├─┬GET
│ │ │ ├─┬Parameters
│ │ │ │ └─┬Schema
│ │ │ │   └─┬Extensions
│ │ │ │     ├──[+] x-speakeasy-name-override (29332:40)
│ │ │ │     └──[+] x-speakeasy-model-namespace (29333:42)
│ │ │ ├─┬Parameters
│ │ │ │ └─┬Schema
│ │ │ │   └─┬Extensions
│ │ │ │     ├──[+] x-speakeasy-name-override (29345:40)
│ │ │ │     └──[+] x-speakeasy-model-namespace (29346:42)
│ │ │ ├─┬Responses
│ │ │ │ └─┬200
│ │ │ │   └─┬application/json
│ │ │ │     └─┬Schema
│ │ │ │       └──[🔀] $ref (26514:17)❌ 
│ │ │ └─┬Servers
│ │ │   └──[+] servers (13087:20)
│ │ └─┬POST
│ │   ├─┬Responses
│ │   │ └─┬201
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (26739:17)❌ 
│ │   ├─┬Requestbody
│ │   │ └─┬application/json
│ │   │   └─┬Schema
│ │   │     └──[🔀] $ref (26295:17)❌ 
│ │   └─┬Servers
│ │     └──[+] servers (13131:20)
│ ├─┬/api/webhooks/configs/{id}/secret/change
│ │ └─┬PUT
│ │   ├─┬Responses
│ │   │ └─┬200
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (23347:17)❌ 
│ │   ├─┬Requestbody
│ │   │ └─┬application/json
│ │   │   └─┬Schema
│ │   │     └──[🔀] $ref (23410:17)❌ 
│ │   └─┬Servers
│ │     └──[+] servers (10846:20)
│ ├─┬/api/wallets/wallets/{id}
│ │ ├─┬GET
│ │ │ ├─┬Responses
│ │ │ │ └─┬200
│ │ │ │   └─┬application/json
│ │ │ │     └─┬Schema
│ │ │ │       └──[🔀] $ref (23754:17)❌ 
│ │ │ └─┬Servers
│ │ │   └──[+] servers (11190:20)
│ │ └─┬PATCH
│ │   ├──Responses
│ │   └─┬Servers
│ │     └──[+] servers (11234:20)
│ ├─┬/api/payments/connectors/{connector}/{connectorId}/reset
│ │ └─┬POST
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   └──[🔀] $ref (17870:17)❌ 
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   └─┬Extensions
│ │   │     ├──[+] x-speakeasy-name-override (29045:40)
│ │   │     └──[+] x-speakeasy-model-namespace (29046:42)
│ │   ├──Responses
│ │   └─┬Servers
│ │     └──[+] servers (7048:20)
│ ├─┬/api/payments/v3/payment-service-users/{paymentServiceUserID}
│ │ ├─┬GET
│ │ │ ├─┬Parameters
│ │ │ │ └─┬Schema
│ │ │ │   └─┬Extensions
│ │ │ │     ├──[+] x-speakeasy-name-override (29136:40)
│ │ │ │     └──[+] x-speakeasy-model-namespace (29137:42)
│ │ │ ├─┬Responses
│ │ │ │ └─┬200
│ │ │ │   └─┬application/json
│ │ │ │     └─┬Schema
│ │ │ │       └──[🔀] $ref (21838:17)❌ 
│ │ │ └─┬Servers
│ │ │   └──[+] servers (9148:20)
│ │ └─┬DELETE
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   └─┬Extensions
│ │   │     ├──[+] x-speakeasy-name-override (29136:40)
│ │   │     └──[+] x-speakeasy-model-namespace (29137:42)
│ │   ├─┬Responses
│ │   │ └─┬202
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (21485:17)❌ 
│ │   └─┬Servers
│ │     └──[+] servers (9195:20)
│ ├─┬/api/reconciliation/policies/{policyID}/reconciliation
│ │ └─┬POST
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   └─┬Extensions
│ │   │     ├──[+] x-speakeasy-name-override (29382:40)
│ │   │     └──[+] x-speakeasy-model-namespace (29383:42)
│ │   ├─┬Responses
│ │   │ └─┬200
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (28396:17)❌ 
│ │   ├─┬Requestbody
│ │   │ └─┬application/json
│ │   │   └─┬Schema
│ │   │     └──[🔀] $ref (28375:17)❌ 
│ │   └─┬Servers
│ │     └──[+] servers (13829:20)
│ ├─┬/api/payments/v3/payment-service-users/{paymentServiceUserID}/connectors/{connectorID}/connections
│ │ └─┬GET
│ │   ├──[+] requestBody (9492:24)❌ 
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   └─┬Extensions
│ │   │     ├──[+] x-speakeasy-name-override (29136:40)
│ │   │     └──[+] x-speakeasy-model-namespace (29137:42)
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   └─┬Extensions
│ │   │     ├──[+] x-speakeasy-name-override (29191:40)
│ │   │     └──[+] x-speakeasy-model-namespace (29192:42)
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   └─┬Extensions
│ │   │     ├──[+] x-speakeasy-name-override (29308:40)
│ │   │     └──[+] x-speakeasy-model-namespace (29309:42)
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   └─┬Extensions
│ │   │     ├──[+] x-speakeasy-name-override (29320:40)
│ │   │     └──[+] x-speakeasy-model-namespace (29321:42)
│ │   ├─┬Responses
│ │   │ └─┬200
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (21595:17)❌ 
│ │   └─┬Servers
│ │     └──[+] servers (9466:20)
│ ├─┬/api/payments/connectors/{connector}/{connectorId}/tasks/{taskId}
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   └──[🔀] $ref (17870:17)❌ 
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   └─┬Extensions
│ │   │     ├──[+] x-speakeasy-name-override (29045:40)
│ │   │     └──[+] x-speakeasy-model-namespace (29046:42)
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   └─┬Extensions
│ │   │     ├──[+] x-speakeasy-name-override (29102:40)
│ │   │     └──[+] x-speakeasy-model-namespace (29103:42)
│ │   ├─┬Responses
│ │   │ └─┬200
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (17822:17)❌ 
│ │   └─┬Servers
│ │     └──[+] servers (7211:20)
│ ├─┬/api/payments/pools/{poolId}
│ │ ├─┬GET
│ │ │ ├─┬Parameters
│ │ │ │ └─┬Schema
│ │ │ │   └─┬Extensions
│ │ │ │     ├──[+] x-speakeasy-name-override (29057:40)
│ │ │ │     └──[+] x-speakeasy-model-namespace (29058:42)
│ │ │ ├─┬Responses
│ │ │ │ └─┬200
│ │ │ │   └─┬application...

@github-actions github-actions Bot added the patch Patch version bump label Mar 20, 2026
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1773966975 branch 6 times, most recently from c8fc852 to e111110 Compare March 25, 2026 13:03
@github-actions github-actions Bot changed the title chore: 🐝 Update SDK - Generate 4.0.1 chore: 🐝 Update SDK - Generate 4.1.0 Mar 25, 2026
@github-actions github-actions Bot added minor Minor version bump and removed patch Patch version bump labels Mar 25, 2026
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1773966975 branch 8 times, most recently from c7d578c to 6b2cb0d Compare April 2, 2026 00:39
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1773966975 branch 7 times, most recently from 18f28d3 to 99c0041 Compare April 9, 2026 00:36
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1773966975 branch 5 times, most recently from f3cdc9a to 7dcd32b Compare April 14, 2026 00:47
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1773966975 branch 8 times, most recently from f1c61de to becf273 Compare April 22, 2026 00:44
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1773966975 branch 7 times, most recently from bb68b1d to 3e53703 Compare April 29, 2026 00:52
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1773966975 branch 8 times, most recently from 2859960 to 9fcb2c8 Compare May 7, 2026 00:52
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1773966975 branch from 54f739f to 7b51d8f Compare May 8, 2026 00:52
* `Formance.Payments.V1.ResetConnector()`:  `error` **Changed** (Breaking ⚠️)
* `Formance.Orchestration.V2.CreateWorkflow()`:  `response` **Changed** (Breaking ⚠️)
* `Formance.Auth.V1.ListClients()`:  `response.data[]` **Changed** (Breaking ⚠️)
* `Formance.Auth.V1.UpdateClient()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response` **Changed** (Breaking ⚠️)
* `Formance.Auth.V1.CreateSecret()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response` **Changed** (Breaking ⚠️)
* `Formance.Reconciliation.V1.GetReconciliation()`:  `response` **Changed** (Breaking ⚠️)
* `Formance.Reconciliation.V1.Reconcile()`:  `response` **Changed** (Breaking ⚠️)
* `Formance.Reconciliation.V1.GetPolicy()`:  `response` **Changed** (Breaking ⚠️)
* `Formance.Reconciliation.V1.CreatePolicy()`:  `response` **Changed** (Breaking ⚠️)
* `Formance.Orchestration.V2.GetInstanceStageHistory()`:  `response` **Changed** (Breaking ⚠️)
* `Formance.Orchestration.V2.GetInstanceHistory()`:  `response` **Changed** (Breaking ⚠️)
* `Formance.Orchestration.V2.GetInstance()`:  `response` **Changed** (Breaking ⚠️)
* `Formance.Orchestration.V2.ListInstances()`:  `response.cursor.Data[]` **Changed** (Breaking ⚠️)
* `Formance.Orchestration.V2.RunWorkflow()`:  `response` **Changed** (Breaking ⚠️)
* `Formance.Orchestration.V2.GetWorkflow()`:  `response` **Changed** (Breaking ⚠️)
* `Formance.Payments.V1.ResetConnectorV1()`:  `error` **Changed** (Breaking ⚠️)
* `Formance.Orchestration.V2.ListWorkflows()`:  `response.cursor.Data[]` **Changed** (Breaking ⚠️)
* `Formance.Orchestration.V2.ListTriggersOccurrences()`:  `response.cursor.Data[]` **Changed** (Breaking ⚠️)
* `Formance.Orchestration.V2.TestTrigger()`:  `response` **Changed** (Breaking ⚠️)
* `Formance.Orchestration.V2.ReadTrigger()`:  `response` **Changed** (Breaking ⚠️)
* `Formance.Auth.V1.ReadUser()`:  `response` **Changed** (Breaking ⚠️)
* `Formance.Ledger.GetInfo()`: 
  *  `response` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Ledger.GetMetrics()`:  `error` **Changed** (Breaking ⚠️)
* `Formance.Ledger.V1.GetInfo()`: 
  *  `response` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Ledger.V1.GetLedgerInfo()`: 
  *  `response` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Ledger.V1.CountAccounts()`:  `error` **Changed** (Breaking ⚠️)
* `Formance.Ledger.V1.AddMetadataToAccount()`:  `error` **Changed** (Breaking ⚠️)
* `Formance.Ledger.V1.GetMapping()`: 
  *  `response` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Ledger.V1.UpdateMapping()`: 
  *  `response` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Ledger.V1.RunScript()`: 
  *  `request.script` **Changed** (Breaking ⚠️)
  *  `response` **Changed** (Breaking ⚠️)
* `Formance.Ledger.V1.ReadStats()`: 
  *  `response` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Ledger.V1.CountTransactions()`:  `error` **Changed** (Breaking ⚠️)
* `Formance.Ledger.V1.ListTransactions()`: 
  *  `response.cursor.Data[]` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Ledger.V1.CreateTransaction()`: 
  *  `request.postTransaction` **Changed** (Breaking ⚠️)
  *  `response.data[]` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Ledger.V1.GetTransaction()`: 
  *  `response` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Ledger.V1.AddMetadataOnTransaction()`:  `error` **Changed** (Breaking ⚠️)
* `Formance.Ledger.V1.RevertTransaction()`: 
  *  `response` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Ledger.V1.CreateTransactions()`: 
  *  `request.transactions.Transactions[]` **Changed** (Breaking ⚠️)
  *  `response.data[]` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Ledger.V1.GetBalances()`:  `error` **Changed** (Breaking ⚠️)
* `Formance.Ledger.V1.GetBalancesAggregated()`: 
  *  `response` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Ledger.V1.ListLogs()`:  `error` **Changed** (Breaking ⚠️)
* `Formance.Ledger.V2.ListLedgers()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response.cursor.Data[]` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Ledger.V2.GetLedger()`: 
  *  `response` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Ledger.V2.CreateLedger()`: 
  *  `request.v2CreateLedgerRequest` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Ledger.V2.InsertSchema()`: 
  *  `request.v2SchemaData` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Ledger.V2.GetSchema()`: 
  *  `response` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Ledger.V2.ListSchemas()`: 
  *  `response` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Ledger.V2.UpdateLedgerMetadata()`: 
  *  `response` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Ledger.V2.DeleteLedgerMetadata()`:  `error` **Changed** (Breaking ⚠️)
* `Formance.Ledger.V2.GetLedgerInfo()`: 
  *  `response` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Ledger.V2.CreateBulk()`: 
  *  `request.RequestBody[]` **Changed** (Breaking ⚠️)
  *  `response` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Ledger.V2.CountAccounts()`: 
  *  `requestBody` **Added** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Ledger.V2.ListAccounts()`: 
  *  `request.RequestBody` **Added** (Breaking ⚠️)
  *  `response.cursor.Data[]` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Ledger.V2.GetAccount()`: 
  *  `response` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Ledger.V2.AddMetadataToAccount()`:  `error` **Changed** (Breaking ⚠️)
* `Formance.Ledger.V2.DeleteAccountMetadata()`:  `error` **Changed** (Breaking ⚠️)
* `Formance.Ledger.V2.ReadStats()`: 
  *  `response` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Ledger.V2.CountTransactions()`: 
  *  `requestBody` **Added** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Ledger.V2.ListTransactions()`: 
  *  `request.RequestBody` **Added** (Breaking ⚠️)
  *  `response.cursor.Data[]` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Ledger.V2.CreateTransaction()`: 
  *  `request.V2PostTransaction` **Changed** (Breaking ⚠️)
  *  `response` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Ledger.V2.GetTransaction()`: 
  *  `response` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Ledger.V2.AddMetadataOnTransaction()`:  `error` **Changed** (Breaking ⚠️)
* `Formance.Ledger.V2.DeleteTransactionMetadata()`:  `error` **Changed** (Breaking ⚠️)
* `Formance.Ledger.V2.RevertTransaction()`: 
  *  `response` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Ledger.V2.GetBalancesAggregated()`: 
  *  `requestBody` **Added** (Breaking ⚠️)
  *  `response` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Ledger.V2.GetVolumesWithBalances()`: 
  *  `request.RequestBody` **Added** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Ledger.V2.ListLogs()`: 
  *  `request.RequestBody` **Added** (Breaking ⚠️)
  *  `response.cursor.Data[].Data` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Ledger.V2.ImportLogs()`:  `error` **Changed** (Breaking ⚠️)
* `Formance.Ledger.V2.RunQuery()`: 
  *  `request.RequestBody` **Changed** (Breaking ⚠️)
  *  `response` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Ledger.V2.ListExporters()`: 
  *  `response.cursor` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Ledger.V2.CreateExporter()`: 
  *  `response` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Ledger.V2.GetExporterState()`: 
  *  `response` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Ledger.V2.UpdateExporter()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Ledger.V2.DeleteExporter()`:  `error` **Changed** (Breaking ⚠️)
* `Formance.Ledger.V2.DeleteBucket()`: 
  *  `response` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Ledger.V2.RestoreBucket()`: 
  *  `response` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Ledger.V2.ListPipelines()`: 
  *  `response.cursor` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Ledger.V2.CreatePipeline()`: 
  *  `response` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Ledger.V2.GetPipelineState()`: 
  *  `response` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Ledger.V2.DeletePipeline()`:  `error` **Changed** (Breaking ⚠️)
* `Formance.Ledger.V2.ResetPipeline()`:  `error` **Changed** (Breaking ⚠️)
* `Formance.Ledger.V2.StartPipeline()`:  `error` **Changed** (Breaking ⚠️)
* `Formance.Ledger.V2.StopPipeline()`:  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V1.CreatePayment()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V1.ListPayments()`: 
  *  `response` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V1.GetPayment()`: 
  *  `response` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V1.UpdateMetadata()`:  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V1.ListTransferInitiations()`: 
  *  `response` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V1.CreateTransferInitiation()`: 
  *  `response` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V1.GetTransferInitiation()`: 
  *  `response` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V1.DeleteTransferInitiation()`:  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V1.UpdateTransferInitiationStatus()`:  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V1.ReverseTransferInitiation()`:  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V1.RetryTransferInitiation()`:  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V1.ListPools()`: 
  *  `response` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V1.CreatePool()`: 
  *  `response` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V1.GetPool()`: 
  *  `response` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V1.DeletePool()`:  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V1.UpdatePoolQuery()`:  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V1.AddAccountToPool()`:  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V1.RemoveAccountFromPool()`:  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V1.GetPoolBalances()`: 
  *  `response` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V1.GetPoolBalancesLatest()`: 
  *  `response` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V1.CreateAccount()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V1.GetAccountBalances()`: 
  *  `response` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V1.CreateBankAccount()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V1.ListBankAccounts()`: 
  *  `response` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V1.GetBankAccount()`: 
  *  `response` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V1.ForwardBankAccount()`: 
  *  `response` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V1.UpdateBankAccountMetadata()`: 
  *  `request.updateBankAccountMetadataRequest` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V1.ListAllConnectors()`: 
  *  `response.data[]` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V1.ListConfigsAvailableConnectors()`:  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V1.InstallConnector()`: 
  *  `request.connectorConfig` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V1.UninstallConnector()`:  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V1.UninstallConnectorV1()`:  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V1.ReadConnectorConfig()`: 
  *  `response` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V1.UpdateConnectorConfigV1()`: 
  *  `request.connectorConfig` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V1.ReadConnectorConfigV1()`: 
  *  `response` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Auth.V1.ReadClient()`:  `response` **Changed** (Breaking ⚠️)
* `Formance.Auth.V1.CreateClient()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response` **Changed** (Breaking ⚠️)
* `Formance.Payments.V3.ListConnectors()`: 
  *  `requestBody` **Added**
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V1.ListConnectorTasksV1()`: 
  *  `response` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V1.GetConnectorTask()`: 
  *  `response.data` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V1.GetConnectorTaskV1()`: 
  *  `response.data` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V1.ConnectorsTransfer()`:  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V3.CreateAccount()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V3.ListAccounts()`: 
  *  `requestBody` **Added**
  *  `response.cursor.Data[]` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V3.GetAccount()`: 
  *  `response` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V3.GetAccountBalances()`:  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V3.CreateBankAccount()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V3.ListBankAccounts()`: 
  *  `requestBody` **Added**
  *  `response.cursor.Data[]` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V3.GetBankAccount()`: 
  *  `response` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V3.UpdateBankAccountMetadata()`: 
  *  `request.v3UpdateBankAccountMetadataRequest` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V3.ForwardBankAccount()`:  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V1.ListConnectorTasks()`: 
  *  `response` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V3.InstallConnector()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V3.ListConnectorConfigs()`:  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V3.UninstallConnector()`:  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V3.GetConnectorConfig()`: 
  *  `response` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V3.V3UpdateConnectorConfig()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V3.ResetConnector()`:  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V3.ListConnectorSchedules()`: 
  *  `requestBody` **Added**
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V3.GetConnectorSchedule()`: 
  *  `response` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V3.ListConnectorScheduleInstances()`:  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V3.CreatePayment()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V3.ListPayments()`: 
  *  `requestBody` **Added**
  *  `response.cursor.Data[]` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V3.GetPayment()`: 
  *  `response` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V3.UpdatePaymentMetadata()`: 
  *  `request.v3UpdatePaymentMetadataRequest` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V3.InitiatePayment()`: 
  *  `request.v3InitiatePaymentRequest` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V3.ListPaymentInitiations()`: 
  *  `requestBody` **Added**
  *  `response.cursor.Data[]` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V3.DeletePaymentInitiation()`:  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V3.GetPaymentInitiation()`: 
  *  `response` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V3.RetryPaymentInitiation()`:  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V3.ApprovePaymentInitiation()`:  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V3.RejectPaymentInitiation()`:  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V3.ReversePaymentInitiation()`: 
  *  `request.v3ReversePaymentInitiationRequest` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V3.ListPaymentInitiationAdjustments()`: 
  *  `requestBody` **Added**
  *  `response.cursor.Data[]` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V3.ListPaymentInitiationRelatedPayments()`: 
  *  `requestBody` **Added**
  *  `response.cursor.Data[]` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V3.CreatePaymentServiceUser()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V3.ListPaymentServiceUsers()`: 
  *  `requestBody` **Added**
  *  `response.cursor.Data[]` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V3.GetPaymentServiceUser()`: 
  *  `response` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V3.DeletePaymentServiceUser()`:  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V3.ListPaymentServiceUserConnections()`: 
  *  `requestBody` **Added**
  *  `response.cursor.Data[]` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V3.DeletePaymentServiceUserConnector()`:  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V3.ForwardPaymentServiceUserToProvider()`:  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V3.CreateLinkForPaymentServiceUser()`:  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V3.ListPaymentServiceUserConnectionsFromConnectorId()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response.cursor.Data[]` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V3.ListPaymentServiceUserLinkAttemptsFromConnectorId()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response.cursor.Data[]` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V3.GetPaymentServiceUserLinkAttemptFromConnectorId()`: 
  *  `response` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V3.DeletePaymentServiceUserConnectionFromConnectorId()`:  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V3.UpdateLinkForPaymentServiceUserOnConnector()`:  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V3.AddBankAccountToPaymentServiceUser()`:  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V3.ForwardPaymentServiceUserBankAccount()`:  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V3.CreatePool()`:  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V3.ListPools()`: 
  *  `requestBody` **Added**
  *  `response.cursor.Data[]` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V3.GetPool()`: 
  *  `response` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V3.DeletePool()`:  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V3.UpdatePoolQuery()`:  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V3.GetPoolBalances()`: 
  *  `response` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V3.GetPoolBalancesLatest()`: 
  *  `response` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V3.AddAccountToPool()`:  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V3.RemoveAccountFromPool()`:  `error` **Changed** (Breaking ⚠️)
* `Formance.Payments.V3.GetTask()`: 
  *  `response` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Webhooks.V1.GetManyConfigs()`: 
  *  `response` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Webhooks.V1.InsertConfig()`: 
  *  `response` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Webhooks.V1.DeleteConfig()`:  `error` **Changed** (Breaking ⚠️)
* `Formance.Webhooks.V1.UpdateConfig()`:  `error` **Changed** (Breaking ⚠️)
* `Formance.Webhooks.V1.TestConfig()`: 
  *  `response` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Webhooks.V1.ActivateConfig()`: 
  *  `response` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Webhooks.V1.DeactivateConfig()`: 
  *  `response` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Webhooks.V1.ChangeConfigSecret()`: 
  *  `response` **Changed** (Breaking ⚠️)
  *  `error` **Changed** (Breaking ⚠️)
* `Formance.Wallets.V1.GetTransactions()`:  `response` **Changed** (Breaking ⚠️)
* `Formance.Wallets.V1.ListWallets()`:  `response` **Changed** (Breaking ⚠️)
* `Formance.Wallets.V1.CreateWallet()`:  `response` **Changed** (Breaking ⚠️)
* `Formance.Wallets.V1.GetWallet()`:  `response` **Changed** (Breaking ⚠️)
* `Formance.Wallets.V1.GetWalletSummary()`:  `response` **Changed** (Breaking ⚠️)
* `Formance.Wallets.V1.ListBalances()`:  `response` **Changed** (Breaking ⚠️)
* `Formance.Wallets.V1.CreateBalance()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response` **Changed** (Breaking ⚠️)
* `Formance.Wallets.V1.GetBalance()`:  `response` **Changed** (Breaking ⚠️)
* `Formance.Wallets.V1.DebitWallet()`: 
  *  `request.debitWalletRequest` **Changed** (Breaking ⚠️)
  *  `response` **Changed** (Breaking ⚠️)
* `Formance.Wallets.V1.CreditWallet()`:  `request.creditWalletRequest` **Changed** (Breaking ⚠️)
* `Formance.Wallets.V1.GetHolds()`:  `response` **Changed** (Breaking ⚠️)
* `Formance.Wallets.V1.GetHold()`:  `response` **Changed** (Breaking ⚠️)
* `Formance.Orchestration.V1.CreateTrigger()`:  `response` **Changed** (Breaking ⚠️)
* `Formance.Orchestration.V1.ReadTrigger()`:  `response` **Changed** (Breaking ⚠️)
* `Formance.Orchestration.V1.ListTriggersOccurrences()`:  `response.data[]` **Changed** (Breaking ⚠️)
* `Formance.Orchestration.V1.ListWorkflows()`:  `response.data[]` **Changed** (Breaking ⚠️)
* `Formance.Orchestration.V1.CreateWorkflow()`:  `response` **Changed** (Breaking ⚠️)
* `Formance.Orchestration.V1.GetWorkflow()`:  `response` **Changed** (Breaking ⚠️)
* `Formance.Orchestration.V1.RunWorkflow()`:  `response` **Changed** (Breaking ⚠️)
* `Formance.Orchestration.V1.ListInstances()`:  `response.data[]` **Changed** (Breaking ⚠️)
* `Formance.Orchestration.V1.GetInstance()`:  `response` **Changed** (Breaking ⚠️)
* `Formance.Orchestration.V1.GetInstanceHistory()`:  `response` **Changed** (Breaking ⚠️)
* `Formance.Orchestration.V1.GetInstanceStageHistory()`:  `response` **Changed** (Breaking ⚠️)
* `Formance.Orchestration.V2.CreateTrigger()`:  `response` **Changed** (Breaking ⚠️)
* `Formance.Wallets.V1.GetServerInfoWallets()`: **Added**
* `Formance.Orchestration.V1.GetServerInfoOrchestration()`: **Added**
* `Formance.Ledger.V1.GetAccount()`: **Removed** (Breaking ⚠️)
* `Formance.Ledger.V1.ListAccounts()`: **Removed** (Breaking ⚠️)
* `Formance.Auth.V1.GetServerInfo()`: **Removed** (Breaking ⚠️)
* `Formance.Reconciliation.V1.GetServerInfoReconciliation()`: **Added**
* `Formance.Payments.V1.GetServerInfoPayments()`: **Added**
* `Formance.Payments.V1.ListAccountsPayments()`: **Added**
* `Formance.Search.V1.GetServerInfoSearch()`: **Added**
* `Formance.Payments.V1.PaymentsgetAccount()`: **Removed** (Breaking ⚠️)
* `Formance.Payments.V1.PaymentsgetServerInfo()`: **Removed** (Breaking ⚠️)
* `Formance.Payments.V1.GetAccountPayments()`: **Added**
* `Formance.Payments.V1.PaymentslistAccounts()`: **Removed** (Breaking ⚠️)
* `Formance.Search.V1.SearchgetServerInfo()`: **Removed** (Breaking ⚠️)
* `Formance.Wallets.V1.WalletsgetServerInfo()`: **Removed** (Breaking ⚠️)
* `Formance.Orchestration.V1.OrchestrationgetServerInfo()`: **Removed** (Breaking ⚠️)
* `Formance.Reconciliation.V1.ReconciliationgetServerInfo()`: **Removed** (Breaking ⚠️)
* `Formance.Reconciliation.V1.ListPolicies()`:  `requestBody` **Added**
* `Formance.Ledger.V1.GetAccountLedger()`: **Added**
* `Formance.Ledger.V1.ListAccountsLedger()`: **Added**
* `Formance.Reconciliation.V1.ListReconciliations()`:  `requestBody` **Added**
* `Formance.Auth.V1.GetServerInfoAuth()`: **Added**
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1773966975 branch from 193b392 to f039260 Compare May 9, 2026 00:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

minor Minor version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant