Generate yookassa client via openapi tool ogen

This commit is contained in:
2026-03-12 01:07:37 +03:00
parent 968c030939
commit 95b1b867db
27 changed files with 116035 additions and 15 deletions

View File

@@ -0,0 +1,36 @@
// Code generated by ogen, DO NOT EDIT.
package gen
// OperationName is the ogen operation name
type OperationName = string
const (
DealsDealIDGetOperation OperationName = "DealsDealIDGet"
DealsGetOperation OperationName = "DealsGet"
DealsPostOperation OperationName = "DealsPost"
MeGetOperation OperationName = "MeGet"
PaymentMethodsPaymentMethodIDGetOperation OperationName = "PaymentMethodsPaymentMethodIDGet"
PaymentMethodsPostOperation OperationName = "PaymentMethodsPost"
PaymentsGetOperation OperationName = "PaymentsGet"
PaymentsPaymentIDCancelPostOperation OperationName = "PaymentsPaymentIDCancelPost"
PaymentsPaymentIDCapturePostOperation OperationName = "PaymentsPaymentIDCapturePost"
PaymentsPaymentIDGetOperation OperationName = "PaymentsPaymentIDGet"
PaymentsPostOperation OperationName = "PaymentsPost"
PayoutsGetOperation OperationName = "PayoutsGet"
PayoutsPayoutIDGetOperation OperationName = "PayoutsPayoutIDGet"
PayoutsPostOperation OperationName = "PayoutsPost"
PayoutsSearchGetOperation OperationName = "PayoutsSearchGet"
PersonalDataPersonalDataIDGetOperation OperationName = "PersonalDataPersonalDataIDGet"
PersonalDataPostOperation OperationName = "PersonalDataPost"
ReceiptsGetOperation OperationName = "ReceiptsGet"
ReceiptsPostOperation OperationName = "ReceiptsPost"
ReceiptsReceiptIDGetOperation OperationName = "ReceiptsReceiptIDGet"
RefundsGetOperation OperationName = "RefundsGet"
RefundsPostOperation OperationName = "RefundsPost"
RefundsRefundIDGetOperation OperationName = "RefundsRefundIDGet"
SbpBanksGetOperation OperationName = "SbpBanksGet"
WebhooksGetOperation OperationName = "WebhooksGet"
WebhooksPostOperation OperationName = "WebhooksPost"
WebhooksWebhookIDDeleteOperation OperationName = "WebhooksWebhookIDDelete"
)