Skip to content

Commit 2371140

Browse files
authored
[create-pull-request] automated change
1 parent 4a2c0ed commit 2371140

File tree

81 files changed

+9357
-6187
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+9357
-6187
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ docs/_build/
6262
# PyBuilder
6363
target/
6464

65-
#Ipython Notebook
65+
# Ipython Notebook
6666
.ipynb_checkpoints

.openapi-generator/FILES

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,14 @@ docs/CatalogInstanceUsageApi.md
3636
docs/CatalogInstancesApi.md
3737
docs/CatalogRegionsApi.md
3838
docs/CatalogUsage.md
39+
docs/ClearIdenfyVerificationResultRequest.md
3940
docs/ComposeApi.md
4041
docs/ComposeReply.md
4142
docs/ConfigFile.md
4243
docs/ConfirmPaymentAuthorizationReply.md
4344
docs/CouponsApi.md
45+
docs/CreateAccessTokenReply.md
46+
docs/CreateAccessTokenRequest.md
4447
docs/CreateAccountRequest.md
4548
docs/CreateApp.md
4649
docs/CreateAppReply.md
@@ -175,6 +178,7 @@ docs/GetServiceReply.md
175178
docs/GetSnapshotReply.md
176179
docs/GetSubscriptionReply.md
177180
docs/GetUserOrganizationInvitationReply.md
181+
docs/GetUserSettingsReply.md
178182
docs/GitDeploymentMetadata.md
179183
docs/GitEnvDeploymentMetadata.md
180184
docs/GitHubRegistryConfiguration.md
@@ -383,6 +387,8 @@ docs/UpdateServiceReply.md
383387
docs/UpdateSnapshotReply.md
384388
docs/UpdateSnapshotRequest.md
385389
docs/UpdateUserRequestUserUpdateBody.md
390+
docs/UpdateUserSettingsReply.md
391+
docs/UpdateUserSettingsRequest.md
386392
docs/UpsertSignupQualificationReply.md
387393
docs/UpsertSignupQualificationRequest.md
388394
docs/Usage.md
@@ -392,6 +398,7 @@ docs/User.md
392398
docs/UserFlags.md
393399
docs/UserReply.md
394400
docs/UserRoleRole.md
401+
docs/UserSettings.md
395402
docs/UsersApi.md
396403
docs/VerifyDockerImageReply.md
397404
docs/VerifyDockerImageReplyErrCode.md
@@ -470,9 +477,12 @@ koyeb/models/catalog_gpu_details.py
470477
koyeb/models/catalog_instance.py
471478
koyeb/models/catalog_instance_list_item.py
472479
koyeb/models/catalog_usage.py
480+
koyeb/models/clear_idenfy_verification_result_request.py
473481
koyeb/models/compose_reply.py
474482
koyeb/models/config_file.py
475483
koyeb/models/confirm_payment_authorization_reply.py
484+
koyeb/models/create_access_token_reply.py
485+
koyeb/models/create_access_token_request.py
476486
koyeb/models/create_account_request.py
477487
koyeb/models/create_app.py
478488
koyeb/models/create_app_reply.py
@@ -603,6 +613,7 @@ koyeb/models/get_service_reply.py
603613
koyeb/models/get_snapshot_reply.py
604614
koyeb/models/get_subscription_reply.py
605615
koyeb/models/get_user_organization_invitation_reply.py
616+
koyeb/models/get_user_settings_reply.py
606617
koyeb/models/git_deployment_metadata.py
607618
koyeb/models/git_env_deployment_metadata.py
608619
koyeb/models/git_hub_registry_configuration.py
@@ -786,6 +797,8 @@ koyeb/models/update_service_reply.py
786797
koyeb/models/update_snapshot_reply.py
787798
koyeb/models/update_snapshot_request.py
788799
koyeb/models/update_user_request_user_update_body.py
800+
koyeb/models/update_user_settings_reply.py
801+
koyeb/models/update_user_settings_request.py
789802
koyeb/models/upsert_signup_qualification_reply.py
790803
koyeb/models/upsert_signup_qualification_request.py
791804
koyeb/models/usage.py
@@ -794,6 +807,7 @@ koyeb/models/user.py
794807
koyeb/models/user_flags.py
795808
koyeb/models/user_reply.py
796809
koyeb/models/user_role_role.py
810+
koyeb/models/user_settings.py
797811
koyeb/models/verify_docker_image_reply.py
798812
koyeb/models/verify_docker_image_reply_err_code.py
799813
koyeb/py.typed
@@ -838,11 +852,14 @@ test/test_catalog_instance_usage_api.py
838852
test/test_catalog_instances_api.py
839853
test/test_catalog_regions_api.py
840854
test/test_catalog_usage.py
855+
test/test_clear_idenfy_verification_result_request.py
841856
test/test_compose_api.py
842857
test/test_compose_reply.py
843858
test/test_config_file.py
844859
test/test_confirm_payment_authorization_reply.py
845860
test/test_coupons_api.py
861+
test/test_create_access_token_reply.py
862+
test/test_create_access_token_request.py
846863
test/test_create_account_request.py
847864
test/test_create_app.py
848865
test/test_create_app_reply.py
@@ -977,6 +994,7 @@ test/test_get_service_reply.py
977994
test/test_get_snapshot_reply.py
978995
test/test_get_subscription_reply.py
979996
test/test_get_user_organization_invitation_reply.py
997+
test/test_get_user_settings_reply.py
980998
test/test_git_deployment_metadata.py
981999
test/test_git_env_deployment_metadata.py
9821000
test/test_git_hub_registry_configuration.py
@@ -1185,6 +1203,8 @@ test/test_update_service_reply.py
11851203
test/test_update_snapshot_reply.py
11861204
test/test_update_snapshot_request.py
11871205
test/test_update_user_request_user_update_body.py
1206+
test/test_update_user_settings_reply.py
1207+
test/test_update_user_settings_request.py
11881208
test/test_upsert_signup_qualification_reply.py
11891209
test/test_upsert_signup_qualification_request.py
11901210
test/test_usage.py
@@ -1194,6 +1214,7 @@ test/test_user.py
11941214
test/test_user_flags.py
11951215
test/test_user_reply.py
11961216
test/test_user_role_role.py
1217+
test/test_user_settings.py
11971218
test/test_users_api.py
11981219
test/test_verify_docker_image_reply.py
11991220
test/test_verify_docker_image_reply_err_code.py

.openapi-generator/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.14.0
1+
7.17.0-SNAPSHOT

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ TEST_OPTS=-v -test.timeout 300s
33
GIT_USER_ID?=koyeb
44
GIT_REPO_ID?=koyeb-api-client-python
55
OPENAPI_GENERATOR_VERSION?=latest
6-
PACKAGE_VERSION?=2025.7.0
6+
PACKAGE_VERSION?=2025.10.0
77

88

99
.PHONY: gen

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ The Koyeb API allows you to interact with the Koyeb platform in a simple, progra
55
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
66

77
- API version: 1.0.0
8-
- Package version: 2025.7.0
9-
- Generator version: 7.14.0
8+
- Package version: 2025.10.0
9+
- Generator version: 7.17.0-SNAPSHOT
1010
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
1111

1212
## Requirements.
@@ -161,12 +161,14 @@ Class | Method | HTTP request | Description
161161
*PersistentVolumesApi* | [**list_persistent_volumes**](docs/PersistentVolumesApi.md#list_persistent_volumes) | **GET** /v1/volumes | List all PersistentVolumes
162162
*PersistentVolumesApi* | [**update_persistent_volume**](docs/PersistentVolumesApi.md#update_persistent_volume) | **POST** /v1/volumes/{id} | Update a PersistentVolume
163163
*ProfileApi* | [**accept_organization_invitation**](docs/ProfileApi.md#accept_organization_invitation) | **POST** /v1/account/organization_invitations/{id}/accept | Accept Organization Invitation
164+
*ProfileApi* | [**clear_idenfy_verification_result**](docs/ProfileApi.md#clear_idenfy_verification_result) | **POST** /v1/account/idenfy | ClearIdenfyVerificationResult marks the current result for idenfy as superseded
164165
*ProfileApi* | [**decline_organization_invitation**](docs/ProfileApi.md#decline_organization_invitation) | **POST** /v1/account/organization_invitations/{id}/decline | Decline Organization Invitation
165166
*ProfileApi* | [**get_current_organization**](docs/ProfileApi.md#get_current_organization) | **GET** /v1/account/organization | Get Current Organization
166167
*ProfileApi* | [**get_current_user**](docs/ProfileApi.md#get_current_user) | **GET** /v1/account/profile | Get Current User
167168
*ProfileApi* | [**get_idenfy_token**](docs/ProfileApi.md#get_idenfy_token) | **GET** /v1/account/idenfy | Begin a session with iDenfy, emit an authToken
168169
*ProfileApi* | [**get_o_auth_options**](docs/ProfileApi.md#get_o_auth_options) | **GET** /v1/account/oauth | Get OAuth Providers
169170
*ProfileApi* | [**get_user_organization_invitation**](docs/ProfileApi.md#get_user_organization_invitation) | **GET** /v1/account/organization_invitations/{id} | Get User Organization Invitation
171+
*ProfileApi* | [**get_user_settings**](docs/ProfileApi.md#get_user_settings) | **GET** /v1/account/settings |
170172
*ProfileApi* | [**list_user_organization_invitations**](docs/ProfileApi.md#list_user_organization_invitations) | **GET** /v1/account/organization_invitations | List User Organization Invitations
171173
*ProfileApi* | [**list_user_organizations**](docs/ProfileApi.md#list_user_organizations) | **GET** /v1/account/organizations | List User Organizations
172174
*ProfileApi* | [**o_auth_callback**](docs/ProfileApi.md#o_auth_callback) | **POST** /v1/account/oauth | Authenticate using OAuth
@@ -176,11 +178,12 @@ Class | Method | HTTP request | Description
176178
*ProfileApi* | [**update_password**](docs/ProfileApi.md#update_password) | **POST** /v1/account/update_password | Update Password
177179
*ProfileApi* | [**update_user**](docs/ProfileApi.md#update_user) | **PUT** /v1/account/profile | Update User
178180
*ProfileApi* | [**update_user2**](docs/ProfileApi.md#update_user2) | **PATCH** /v1/account/profile | Update User
181+
*ProfileApi* | [**update_user_settings**](docs/ProfileApi.md#update_user_settings) | **PATCH** /v1/account/settings |
179182
*ProfileApi* | [**validate**](docs/ProfileApi.md#validate) | **POST** /v1/account/validate/{id} | Validate
180183
*ProvisioningApi* | [**create_stage_attempt**](docs/ProvisioningApi.md#create_stage_attempt) | **POST** /v1/provisioning/{deployment_id}/status/{stage}/{attempt} | Create an attempt for a stage
181184
*ProvisioningApi* | [**declare_stage_progress**](docs/ProvisioningApi.md#declare_stage_progress) | **PATCH** /v1/provisioning/{deployment_id}/status/{stage}/{attempt} | Declare stage progress
182185
*ProvisioningApi* | [**declare_step_progress**](docs/ProvisioningApi.md#declare_step_progress) | **PATCH** /v1/provisioning/{deployment_id}/status/{stage}/{attempt}/{step} | Declare step progress
183-
*QuotasApi* | [**review_organization_capacity**](docs/QuotasApi.md#review_organization_capacity) | **POST** /v1/quotas/capacity | Review Organization Capacity
186+
*QuotasApi* | [**review_organization_capacity**](docs/QuotasApi.md#review_organization_capacity) | **POST** /v1/quotas/capacity | DEPRECATED: Review Organization Capacity
184187
*RegionalDeploymentsApi* | [**get_regional_deployment**](docs/RegionalDeploymentsApi.md#get_regional_deployment) | **GET** /v1/regional_deployments/{id} | Get Regional Deployment
185188
*RegionalDeploymentsApi* | [**list_regional_deployment_events**](docs/RegionalDeploymentsApi.md#list_regional_deployment_events) | **GET** /v1/regional_deployment_events | List Regional Deployment events
186189
*RegionalDeploymentsApi* | [**list_regional_deployments**](docs/RegionalDeploymentsApi.md#list_regional_deployments) | **GET** /v1/regional_deployments | List Regional Deployments
@@ -227,6 +230,7 @@ Class | Method | HTTP request | Description
227230
*BillingApi* | [**manage**](docs/BillingApi.md#manage) | **GET** /v1/billing/manage |
228231
*BillingApi* | [**next_invoice**](docs/BillingApi.md#next_invoice) | **GET** /v1/billing/next_invoice | Experimental: Fetch next invoice
229232
*InviteApi* | [**create_invite**](docs/InviteApi.md#create_invite) | **POST** /v1/account/invite |
233+
*OrganizationApi* | [**create_access_token**](docs/OrganizationApi.md#create_access_token) | **POST** /v1/organizations/{id}/access_token | CreateAccessToken creates a short-lived access token in the scope of the specified organization, provided the user making the request is part of said organization. It's possible to specify a validity for the token, which defaults to 1h and must be no more than 24h.
230234
*OrganizationApi* | [**create_budget**](docs/OrganizationApi.md#create_budget) | **POST** /v1/organizations/{organization_id}/budget | Create Budget
231235
*OrganizationApi* | [**create_organization**](docs/OrganizationApi.md#create_organization) | **POST** /v1/organizations | Create Organization
232236
*OrganizationApi* | [**deactivate_organization**](docs/OrganizationApi.md#deactivate_organization) | **POST** /v1/organizations/{id}/deactivate | Deactivate an Organization
@@ -276,9 +280,12 @@ Class | Method | HTTP request | Description
276280
- [CatalogInstance](docs/CatalogInstance.md)
277281
- [CatalogInstanceListItem](docs/CatalogInstanceListItem.md)
278282
- [CatalogUsage](docs/CatalogUsage.md)
283+
- [ClearIdenfyVerificationResultRequest](docs/ClearIdenfyVerificationResultRequest.md)
279284
- [ComposeReply](docs/ComposeReply.md)
280285
- [ConfigFile](docs/ConfigFile.md)
281286
- [ConfirmPaymentAuthorizationReply](docs/ConfirmPaymentAuthorizationReply.md)
287+
- [CreateAccessTokenReply](docs/CreateAccessTokenReply.md)
288+
- [CreateAccessTokenRequest](docs/CreateAccessTokenRequest.md)
282289
- [CreateAccountRequest](docs/CreateAccountRequest.md)
283290
- [CreateApp](docs/CreateApp.md)
284291
- [CreateAppReply](docs/CreateAppReply.md)
@@ -409,6 +416,7 @@ Class | Method | HTTP request | Description
409416
- [GetSnapshotReply](docs/GetSnapshotReply.md)
410417
- [GetSubscriptionReply](docs/GetSubscriptionReply.md)
411418
- [GetUserOrganizationInvitationReply](docs/GetUserOrganizationInvitationReply.md)
419+
- [GetUserSettingsReply](docs/GetUserSettingsReply.md)
412420
- [GitDeploymentMetadata](docs/GitDeploymentMetadata.md)
413421
- [GitEnvDeploymentMetadata](docs/GitEnvDeploymentMetadata.md)
414422
- [GitHubRegistryConfiguration](docs/GitHubRegistryConfiguration.md)
@@ -592,6 +600,8 @@ Class | Method | HTTP request | Description
592600
- [UpdateSnapshotReply](docs/UpdateSnapshotReply.md)
593601
- [UpdateSnapshotRequest](docs/UpdateSnapshotRequest.md)
594602
- [UpdateUserRequestUserUpdateBody](docs/UpdateUserRequestUserUpdateBody.md)
603+
- [UpdateUserSettingsReply](docs/UpdateUserSettingsReply.md)
604+
- [UpdateUserSettingsRequest](docs/UpdateUserSettingsRequest.md)
595605
- [UpsertSignupQualificationReply](docs/UpsertSignupQualificationReply.md)
596606
- [UpsertSignupQualificationRequest](docs/UpsertSignupQualificationRequest.md)
597607
- [Usage](docs/Usage.md)
@@ -600,6 +610,7 @@ Class | Method | HTTP request | Description
600610
- [UserFlags](docs/UserFlags.md)
601611
- [UserReply](docs/UserReply.md)
602612
- [UserRoleRole](docs/UserRoleRole.md)
613+
- [UserSettings](docs/UserSettings.md)
603614
- [VerifyDockerImageReply](docs/VerifyDockerImageReply.md)
604615
- [VerifyDockerImageReplyErrCode](docs/VerifyDockerImageReplyErrCode.md)
605616

bumpver.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpver]
2-
current_version = "2025.7.0"
2+
current_version = "2025.10.0"
33
version_pattern = "YYYY.MM.PATCH[PYTAGNUM]"
44
commit = false
55
tag = false

docs/CatalogInstance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Name | Type | Description | Notes
2323
**gpu** | [**CatalogGPUDetails**](CatalogGPUDetails.md) | | [optional]
2424
**service_types** | **List[str]** | | [optional]
2525
**volumes_enabled** | **bool** | | [optional]
26+
**light_sleep_enabled** | **bool** | | [optional]
2627

2728
## Example
2829

docs/CatalogInstanceListItem.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Name | Type | Description | Notes
2323
**gpu** | [**CatalogGPUDetails**](CatalogGPUDetails.md) | | [optional]
2424
**service_types** | **List[str]** | | [optional]
2525
**volumes_enabled** | **bool** | | [optional]
26+
**light_sleep_enabled** | **bool** | | [optional]
2627

2728
## Example
2829

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# ClearIdenfyVerificationResultRequest
2+
3+
4+
## Properties
5+
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**user_id** | **str** | | [optional]
9+
**organization_id** | **str** | | [optional]
10+
11+
## Example
12+
13+
```python
14+
from koyeb.models.clear_idenfy_verification_result_request import ClearIdenfyVerificationResultRequest
15+
16+
# TODO update the JSON string below
17+
json = "{}"
18+
# create an instance of ClearIdenfyVerificationResultRequest from a JSON string
19+
clear_idenfy_verification_result_request_instance = ClearIdenfyVerificationResultRequest.from_json(json)
20+
# print the JSON string representation of the object
21+
print(ClearIdenfyVerificationResultRequest.to_json())
22+
23+
# convert the object into a dict
24+
clear_idenfy_verification_result_request_dict = clear_idenfy_verification_result_request_instance.to_dict()
25+
# create an instance of ClearIdenfyVerificationResultRequest from a dict
26+
clear_idenfy_verification_result_request_from_dict = ClearIdenfyVerificationResultRequest.from_dict(clear_idenfy_verification_result_request_dict)
27+
```
28+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
29+
30+

docs/CreateAccessTokenReply.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# CreateAccessTokenReply
2+
3+
4+
## Properties
5+
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**token** | **str** | | [optional]
9+
10+
## Example
11+
12+
```python
13+
from koyeb.models.create_access_token_reply import CreateAccessTokenReply
14+
15+
# TODO update the JSON string below
16+
json = "{}"
17+
# create an instance of CreateAccessTokenReply from a JSON string
18+
create_access_token_reply_instance = CreateAccessTokenReply.from_json(json)
19+
# print the JSON string representation of the object
20+
print(CreateAccessTokenReply.to_json())
21+
22+
# convert the object into a dict
23+
create_access_token_reply_dict = create_access_token_reply_instance.to_dict()
24+
# create an instance of CreateAccessTokenReply from a dict
25+
create_access_token_reply_from_dict = CreateAccessTokenReply.from_dict(create_access_token_reply_dict)
26+
```
27+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
28+
29+

0 commit comments

Comments
 (0)