Skip to content

Commit 709e6cb

Browse files
committed
2.11.0
1 parent 6093527 commit 709e6cb

File tree

172 files changed

+1266
-1552
lines changed

Some content is hidden

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

172 files changed

+1266
-1552
lines changed

.swagger-codegen/VERSION

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ And we took care about data migration too!
1111

1212
This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
1313

14-
- API version: 2.10.0
14+
- API version: 2.11.0-dev
1515
- Package version: 1.0.0
1616
- Build package: io.swagger.codegen.languages.PythonClientCodegen
1717
For more information, please visit [https://flexify.io/](https://flexify.io/)
@@ -85,12 +85,6 @@ Class | Method | HTTP request | Description
8585
*BillingAccountsControllerApi* | [**get_current_user_billing_account**](docs/BillingAccountsControllerApi.md#get_current_user_billing_account) | **GET** /rest/account | Get billing account for current user
8686
*BillingAccountsControllerApi* | [**get_payments_for_current_user**](docs/BillingAccountsControllerApi.md#get_payments_for_current_user) | **GET** /rest/account/payments | Get payments for current user
8787
*CloudLocationsControllerApi* | [**get_available_locations_for_current_user**](docs/CloudLocationsControllerApi.md#get_available_locations_for_current_user) | **GET** /rest/cloud-locations | getAvailableLocationsForCurrentUser
88-
*DistributorBillingAccountsControllerApi* | [**activate_account**](docs/DistributorBillingAccountsControllerApi.md#activate_account) | **PUT** /rest/distributor/accounts/{account-id}/actions/activate | activateAccount
89-
*DistributorBillingAccountsControllerApi* | [**add_payment**](docs/DistributorBillingAccountsControllerApi.md#add_payment) | **POST** /rest/distributor/accounts/{account-id}/payments | addPayment
90-
*DistributorBillingAccountsControllerApi* | [**get_costs**](docs/DistributorBillingAccountsControllerApi.md#get_costs) | **GET** /rest/distributor/accounts/{account-id}/costs | getCosts
91-
*DistributorBillingAccountsControllerApi* | [**get_details**](docs/DistributorBillingAccountsControllerApi.md#get_details) | **GET** /rest/distributor/accounts/{account-id} | getDetails
92-
*DistributorBillingAccountsControllerApi* | [**get_payments**](docs/DistributorBillingAccountsControllerApi.md#get_payments) | **GET** /rest/distributor/accounts/{account-id}/payments | getPayments
93-
*DistributorBillingAccountsControllerApi* | [**suspend_account**](docs/DistributorBillingAccountsControllerApi.md#suspend_account) | **PUT** /rest/distributor/accounts/{account-id}/actions/suspend | suspendAccount
9488
*EndpointsControllerApi* | [**attach_accounts**](docs/EndpointsControllerApi.md#attach_accounts) | **POST** /rest/endpoints/{endpoint-id}/storage-accounts | Attach storage accounts to the endpoint
9589
*EndpointsControllerApi* | [**attach_buckets**](docs/EndpointsControllerApi.md#attach_buckets) | **POST** /rest/endpoints/{endpoint-id}/virtual-buckets/{virtual-bucket}/buckets | Attach storages to the virtual bucket
9690
*EndpointsControllerApi* | [**create_virtual_bucket**](docs/EndpointsControllerApi.md#create_virtual_bucket) | **POST** /rest/endpoints/{endpoint-id}/virtual-buckets | Creates new virtual bucket
@@ -177,7 +171,6 @@ Class | Method | HTTP request | Description
177171
- [PageMigration](docs/PageMigration.md)
178172
- [Pageable](docs/Pageable.md)
179173
- [Payment](docs/Payment.md)
180-
- [PaymentAddRequest](docs/PaymentAddRequest.md)
181174
- [PaymentOptions](docs/PaymentOptions.md)
182175
- [Price](docs/Price.md)
183176
- [PriceConstraints](docs/PriceConstraints.md)
@@ -195,6 +188,7 @@ Class | Method | HTTP request | Description
195188
- [StorageAccountStat](docs/StorageAccountStat.md)
196189
- [StorageProvider](docs/StorageProvider.md)
197190
- [User](docs/User.md)
191+
- [UserConfig](docs/UserConfig.md)
198192
- [UserProfile](docs/UserProfile.md)
199193
- [VirtualBucket](docs/VirtualBucket.md)
200194
- [VirtualBucketSettings](docs/VirtualBucketSettings.md)

docs/AddStorageAccountRequest.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
66
**storage_account** | [**NewStorageAccount**](NewStorageAccount.md) | Storage account to create | [optional]
77
**include_buckets** | **list[str]** | Lists of buckets to start monitoring, or null to request buckets from the cloud | [optional]
8+
**verify** | **bool** | Specified if credentials or public access to included buckets should be checked | [optional]
9+
**refresh_now** | **bool** | If set to true, buckets will be refreshed after storage is added | [optional]
810
**endpoint_id** | **int** | ID of the user endpoint to add storages to. Do not set the value if you want to attach storages to the endpoint later | [optional]
911
**put_objects** | **bool** | Specifies if new data should be stored to added storages | [optional]
10-
**refresh** | **bool** | If set to true, buckets will be refreshed after storage is added | [optional]
1112

1213
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1314

docs/BillingAccount.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ Name | Type | Description | Notes
99
**created_date** | **datetime** | Created Timestamp | [optional]
1010
**distributor** | [**Distributor**](Distributor.md) | Distributor that manages this account | [optional]
1111
**id** | **int** | Account Id | [optional]
12+
**max_credit** | [**Money**](Money.md) | Account Maximum Credit | [optional]
1213
**name** | **str** | Account Name | [optional]
14+
**price_list** | [**PriceList**](PriceList.md) | Price list (without prices) | [optional]
1315

1416
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1517

docs/DistributorBillingAccountsControllerApi.md

Lines changed: 0 additions & 325 deletions
This file was deleted.

0 commit comments

Comments
 (0)