Skip to content

Commit

Permalink
Merge pull request #79 from koyeb/create-pull-request/patch
Browse files Browse the repository at this point in the history
Changes by create-pull-request action
  • Loading branch information
brmzkw authored Nov 27, 2023
2 parents 51115b8 + 353bb23 commit e0e2063
Show file tree
Hide file tree
Showing 30 changed files with 18,600 additions and 14,014 deletions.
7 changes: 7 additions & 0 deletions api/v1/koyeb/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ api_organization.go
api_organization_confirmations.go
api_organization_invitations.go
api_organization_members.go
api_organization_quotas.go
api_payment_methods.go
api_profile.go
api_quotas.go
Expand Down Expand Up @@ -143,6 +144,7 @@ docs/GetOrganizationReply.md
docs/GetOrganizationUsageDetailsReply.md
docs/GetOrganizationUsageReply.md
docs/GetPaymentMethodReply.md
docs/GetQuotasReply.md
docs/GetRegionReply.md
docs/GetRegionalDeploymentReply.md
docs/GetSecretReply.md
Expand Down Expand Up @@ -235,6 +237,7 @@ docs/OrganizationInvitationsApi.md
docs/OrganizationMember.md
docs/OrganizationMemberStatus.md
docs/OrganizationMembersApi.md
docs/OrganizationQuotasApi.md
docs/OrganizationStatus.md
docs/PaymentMethod.md
docs/PaymentMethodStatus.md
Expand All @@ -246,6 +249,7 @@ docs/PrivateRegistryConfiguration.md
docs/ProfileApi.md
docs/PublicOrganization.md
docs/PublicUser.md
docs/Quotas.md
docs/QuotasApi.md
docs/ReactivateOrganizationReply.md
docs/RedeployReply.md
Expand Down Expand Up @@ -421,6 +425,7 @@ model_get_organization_reply.go
model_get_organization_usage_details_reply.go
model_get_organization_usage_reply.go
model_get_payment_method_reply.go
model_get_quotas_reply.go
model_get_region_reply.go
model_get_regional_deployment_reply.go
model_get_secret_reply.go
Expand Down Expand Up @@ -514,6 +519,7 @@ model_port.go
model_private_registry_configuration.go
model_public_organization.go
model_public_user.go
model_quotas.go
model_reactivate_organization_reply.go
model_redeploy_reply.go
model_redeploy_request_info.go
Expand Down Expand Up @@ -593,6 +599,7 @@ test/api_metrics_test.go
test/api_organization_confirmations_test.go
test/api_organization_invitations_test.go
test/api_organization_members_test.go
test/api_organization_quotas_test.go
test/api_organization_test.go
test/api_payment_methods_test.go
test/api_profile_test.go
Expand Down
3 changes: 3 additions & 0 deletions api/v1/koyeb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ Class | Method | HTTP request | Description
*OrganizationInvitationsApi* | [**ResendOrganizationInvitation**](docs/OrganizationInvitationsApi.md#resendorganizationinvitation) | **Post** /v1/organization_invitations/{id}/resend |
*OrganizationMembersApi* | [**ListOrganizationMembers**](docs/OrganizationMembersApi.md#listorganizationmembers) | **Get** /v1/organization_members | List organization members
*OrganizationMembersApi* | [**RemoveOrganizationMember**](docs/OrganizationMembersApi.md#removeorganizationmember) | **Delete** /v1/organization_members/{id} | Remove an organization member
*OrganizationQuotasApi* | [**GetQuotas**](docs/OrganizationQuotasApi.md#getquotas) | **Get** /v1/organizations/{organization_id}/quotas |
*PaymentMethodsApi* | [**ConfirmPaymentAuthorization**](docs/PaymentMethodsApi.md#confirmpaymentauthorization) | **Post** /v1/payment_methods/{id}/confirm | Confirm payment authorization
*PaymentMethodsApi* | [**CreatePaymentAuthorization**](docs/PaymentMethodsApi.md#createpaymentauthorization) | **Post** /v1/payment_methods | Create payment authorization
*PaymentMethodsApi* | [**DeletePaymentMethod**](docs/PaymentMethodsApi.md#deletepaymentmethod) | **Delete** /v1/payment_methods/{id} | Delete payment method
Expand Down Expand Up @@ -300,6 +301,7 @@ Class | Method | HTTP request | Description
- [GetOrganizationUsageDetailsReply](docs/GetOrganizationUsageDetailsReply.md)
- [GetOrganizationUsageReply](docs/GetOrganizationUsageReply.md)
- [GetPaymentMethodReply](docs/GetPaymentMethodReply.md)
- [GetQuotasReply](docs/GetQuotasReply.md)
- [GetRegionReply](docs/GetRegionReply.md)
- [GetRegionalDeploymentReply](docs/GetRegionalDeploymentReply.md)
- [GetSecretReply](docs/GetSecretReply.md)
Expand Down Expand Up @@ -393,6 +395,7 @@ Class | Method | HTTP request | Description
- [PrivateRegistryConfiguration](docs/PrivateRegistryConfiguration.md)
- [PublicOrganization](docs/PublicOrganization.md)
- [PublicUser](docs/PublicUser.md)
- [Quotas](docs/Quotas.md)
- [ReactivateOrganizationReply](docs/ReactivateOrganizationReply.md)
- [RedeployReply](docs/RedeployReply.md)
- [RedeployRequestInfo](docs/RedeployRequestInfo.md)
Expand Down
Loading

0 comments on commit e0e2063

Please sign in to comment.