feat: Add new replication field to better show queue sync progress (#480)
* chore: update openapi * feat: update replication field names to match influx changes * feat: add new field to show replication queue sync progress * chore: update to master openapi
This commit is contained in:
@ -46,7 +46,7 @@ type APIClient struct {
|
||||
|
||||
// API Services
|
||||
|
||||
AuthorizationsApi AuthorizationsApi
|
||||
AuthorizationsAPITokensApi AuthorizationsAPITokensApi
|
||||
|
||||
BackupApi BackupApi
|
||||
|
||||
@ -123,7 +123,7 @@ func NewAPIClient(cfg *Configuration) *APIClient {
|
||||
c.common.client = c
|
||||
|
||||
// API Services
|
||||
c.AuthorizationsApi = (*AuthorizationsApiService)(&c.common)
|
||||
c.AuthorizationsAPITokensApi = (*AuthorizationsAPITokensApiService)(&c.common)
|
||||
c.BackupApi = (*BackupApiService)(&c.common)
|
||||
c.BucketSchemasApi = (*BucketSchemasApiService)(&c.common)
|
||||
c.BucketsApi = (*BucketsApiService)(&c.common)
|
||||
|
Reference in New Issue
Block a user