Skip to content

Commit 9e79f84

Browse files
committed
auto-generated version 1.1.0
1 parent f24e538 commit 9e79f84

47 files changed

Lines changed: 103 additions & 95 deletions

Some content is hidden

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

api.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/* tslint:disable */
22
/* eslint-disable */
33
/**
4-
* IONOS DBaaS REST API
5-
* An enterprise-grade Database is provided as a Service (DBaaS) solution that can be managed through a browser-based \"Data Center Designer\" (DCD) tool or via an easy to use API. The API allows you to create additional database clusters or modify existing ones. It is designed to allow users to leverage the same power and flexibility found within the DCD visual tool. Both tools are consistent with their concepts and lend well to making the experience smooth and intuitive.
4+
* IONOS DBaaS PostgreSQL REST API
5+
* An enterprise-grade Database is provided as a Service (DBaaS) solution that can be managed through a browser-based \"Data Center Designer\" (DCD) tool or via an easy to use API. The API allows you to create additional PostgreSQL database clusters or modify existing ones. It is designed to allow users to leverage the same power and flexibility found within the DCD visual tool. Both tools are consistent with their concepts and lend well to making the experience smooth and intuitive.
66
*
77
* The version of the OpenAPI document: 1.0.0
88
*

api/backups-api.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/* tslint:disable */
22
/* eslint-disable */
33
/**
4-
* IONOS DBaaS REST API
5-
* An enterprise-grade Database is provided as a Service (DBaaS) solution that can be managed through a browser-based \"Data Center Designer\" (DCD) tool or via an easy to use API. The API allows you to create additional database clusters or modify existing ones. It is designed to allow users to leverage the same power and flexibility found within the DCD visual tool. Both tools are consistent with their concepts and lend well to making the experience smooth and intuitive.
4+
* IONOS DBaaS PostgreSQL REST API
5+
* An enterprise-grade Database is provided as a Service (DBaaS) solution that can be managed through a browser-based \"Data Center Designer\" (DCD) tool or via an easy to use API. The API allows you to create additional PostgreSQL database clusters or modify existing ones. It is designed to allow users to leverage the same power and flexibility found within the DCD visual tool. Both tools are consistent with their concepts and lend well to making the experience smooth and intuitive.
66
*
77
* The version of the OpenAPI document: 1.0.0
88
*

api/clusters-api.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/* tslint:disable */
22
/* eslint-disable */
33
/**
4-
* IONOS DBaaS REST API
5-
* An enterprise-grade Database is provided as a Service (DBaaS) solution that can be managed through a browser-based \"Data Center Designer\" (DCD) tool or via an easy to use API. The API allows you to create additional database clusters or modify existing ones. It is designed to allow users to leverage the same power and flexibility found within the DCD visual tool. Both tools are consistent with their concepts and lend well to making the experience smooth and intuitive.
4+
* IONOS DBaaS PostgreSQL REST API
5+
* An enterprise-grade Database is provided as a Service (DBaaS) solution that can be managed through a browser-based \"Data Center Designer\" (DCD) tool or via an easy to use API. The API allows you to create additional PostgreSQL database clusters or modify existing ones. It is designed to allow users to leverage the same power and flexibility found within the DCD visual tool. Both tools are consistent with their concepts and lend well to making the experience smooth and intuitive.
66
*
77
* The version of the OpenAPI document: 1.0.0
88
*
@@ -271,7 +271,7 @@ export const ClustersApiAxiosParamCreator = function (configuration?: Configurat
271271
* Patch attributes of a PostgreSQL cluster.
272272
* @summary Patch a cluster
273273
* @param {string} clusterId The unique ID of the cluster.
274-
* @param {PatchClusterRequest} patchClusterRequest The modified cluster.
274+
* @param {PatchClusterRequest} patchClusterRequest Part of the cluster which should be modified.
275275
* @param {*} [options] Override http request option.
276276
* @throws {RequiredError}
277277
*/
@@ -507,7 +507,7 @@ export const ClustersApiFp = function(configuration?: Configuration) {
507507
* Patch attributes of a PostgreSQL cluster.
508508
* @summary Patch a cluster
509509
* @param {string} clusterId The unique ID of the cluster.
510-
* @param {PatchClusterRequest} patchClusterRequest The modified cluster.
510+
* @param {PatchClusterRequest} patchClusterRequest Part of the cluster which should be modified.
511511
* @param {*} [options] Override http request option.
512512
* @throws {RequiredError}
513513
*/
@@ -589,7 +589,7 @@ export const ClustersApiFactory = function (configuration?: Configuration, baseP
589589
* Patch attributes of a PostgreSQL cluster.
590590
* @summary Patch a cluster
591591
* @param {string} clusterId The unique ID of the cluster.
592-
* @param {PatchClusterRequest} patchClusterRequest The modified cluster.
592+
* @param {PatchClusterRequest} patchClusterRequest Part of the cluster which should be modified.
593593
* @param {*} [options] Override http request option.
594594
* @throws {RequiredError}
595595
*/
@@ -688,7 +688,7 @@ export interface ClustersApiClustersPatchRequest {
688688
readonly clusterId: string
689689

690690
/**
691-
* The modified cluster.
691+
* Part of the cluster which should be modified.
692692
* @type {PatchClusterRequest}
693693
* @memberof ClustersApiClustersPatch
694694
*/

api/logs-api.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/* tslint:disable */
22
/* eslint-disable */
33
/**
4-
* IONOS DBaaS REST API
5-
* An enterprise-grade Database is provided as a Service (DBaaS) solution that can be managed through a browser-based \"Data Center Designer\" (DCD) tool or via an easy to use API. The API allows you to create additional database clusters or modify existing ones. It is designed to allow users to leverage the same power and flexibility found within the DCD visual tool. Both tools are consistent with their concepts and lend well to making the experience smooth and intuitive.
4+
* IONOS DBaaS PostgreSQL REST API
5+
* An enterprise-grade Database is provided as a Service (DBaaS) solution that can be managed through a browser-based \"Data Center Designer\" (DCD) tool or via an easy to use API. The API allows you to create additional PostgreSQL database clusters or modify existing ones. It is designed to allow users to leverage the same power and flexibility found within the DCD visual tool. Both tools are consistent with their concepts and lend well to making the experience smooth and intuitive.
66
*
77
* The version of the OpenAPI document: 1.0.0
88
*

api/metadata-api.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/* tslint:disable */
22
/* eslint-disable */
33
/**
4-
* IONOS DBaaS REST API
5-
* An enterprise-grade Database is provided as a Service (DBaaS) solution that can be managed through a browser-based \"Data Center Designer\" (DCD) tool or via an easy to use API. The API allows you to create additional database clusters or modify existing ones. It is designed to allow users to leverage the same power and flexibility found within the DCD visual tool. Both tools are consistent with their concepts and lend well to making the experience smooth and intuitive.
4+
* IONOS DBaaS PostgreSQL REST API
5+
* An enterprise-grade Database is provided as a Service (DBaaS) solution that can be managed through a browser-based \"Data Center Designer\" (DCD) tool or via an easy to use API. The API allows you to create additional PostgreSQL database clusters or modify existing ones. It is designed to allow users to leverage the same power and flexibility found within the DCD visual tool. Both tools are consistent with their concepts and lend well to making the experience smooth and intuitive.
66
*
77
* The version of the OpenAPI document: 1.0.0
88
*

api/restores-api.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/* tslint:disable */
22
/* eslint-disable */
33
/**
4-
* IONOS DBaaS REST API
5-
* An enterprise-grade Database is provided as a Service (DBaaS) solution that can be managed through a browser-based \"Data Center Designer\" (DCD) tool or via an easy to use API. The API allows you to create additional database clusters or modify existing ones. It is designed to allow users to leverage the same power and flexibility found within the DCD visual tool. Both tools are consistent with their concepts and lend well to making the experience smooth and intuitive.
4+
* IONOS DBaaS PostgreSQL REST API
5+
* An enterprise-grade Database is provided as a Service (DBaaS) solution that can be managed through a browser-based \"Data Center Designer\" (DCD) tool or via an easy to use API. The API allows you to create additional PostgreSQL database clusters or modify existing ones. It is designed to allow users to leverage the same power and flexibility found within the DCD visual tool. Both tools are consistent with their concepts and lend well to making the experience smooth and intuitive.
66
*
77
* The version of the OpenAPI document: 1.0.0
88
*

base.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/* tslint:disable */
22
/* eslint-disable */
33
/**
4-
* IONOS DBaaS REST API
5-
* An enterprise-grade Database is provided as a Service (DBaaS) solution that can be managed through a browser-based \"Data Center Designer\" (DCD) tool or via an easy to use API. The API allows you to create additional database clusters or modify existing ones. It is designed to allow users to leverage the same power and flexibility found within the DCD visual tool. Both tools are consistent with their concepts and lend well to making the experience smooth and intuitive.
4+
* IONOS DBaaS PostgreSQL REST API
5+
* An enterprise-grade Database is provided as a Service (DBaaS) solution that can be managed through a browser-based \"Data Center Designer\" (DCD) tool or via an easy to use API. The API allows you to create additional PostgreSQL database clusters or modify existing ones. It is designed to allow users to leverage the same power and flexibility found within the DCD visual tool. Both tools are consistent with their concepts and lend well to making the experience smooth and intuitive.
66
*
77
* The version of the OpenAPI document: 1.0.0
88
*

common.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/* tslint:disable */
22
/* eslint-disable */
33
/**
4-
* IONOS DBaaS REST API
5-
* An enterprise-grade Database is provided as a Service (DBaaS) solution that can be managed through a browser-based \"Data Center Designer\" (DCD) tool or via an easy to use API. The API allows you to create additional database clusters or modify existing ones. It is designed to allow users to leverage the same power and flexibility found within the DCD visual tool. Both tools are consistent with their concepts and lend well to making the experience smooth and intuitive.
4+
* IONOS DBaaS PostgreSQL REST API
5+
* An enterprise-grade Database is provided as a Service (DBaaS) solution that can be managed through a browser-based \"Data Center Designer\" (DCD) tool or via an easy to use API. The API allows you to create additional PostgreSQL database clusters or modify existing ones. It is designed to allow users to leverage the same power and flexibility found within the DCD visual tool. Both tools are consistent with their concepts and lend well to making the experience smooth and intuitive.
66
*
77
* The version of the OpenAPI document: 1.0.0
88
*

configuration.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/* tslint:disable */
22
/* eslint-disable */
33
/**
4-
* IONOS DBaaS REST API
5-
* An enterprise-grade Database is provided as a Service (DBaaS) solution that can be managed through a browser-based \"Data Center Designer\" (DCD) tool or via an easy to use API. The API allows you to create additional database clusters or modify existing ones. It is designed to allow users to leverage the same power and flexibility found within the DCD visual tool. Both tools are consistent with their concepts and lend well to making the experience smooth and intuitive.
4+
* IONOS DBaaS PostgreSQL REST API
5+
* An enterprise-grade Database is provided as a Service (DBaaS) solution that can be managed through a browser-based \"Data Center Designer\" (DCD) tool or via an easy to use API. The API allows you to create additional PostgreSQL database clusters or modify existing ones. It is designed to allow users to leverage the same power and flexibility found within the DCD visual tool. Both tools are consistent with their concepts and lend well to making the experience smooth and intuitive.
66
*
77
* The version of the OpenAPI document: 1.0.0
88
*
@@ -120,7 +120,7 @@ export class Configuration {
120120
this.maxRetries = DEFAULT_MAX_RETRIES;
121121
this.maxWaitTime = DEFAULT_MAX_WAIT_TIME;
122122
this.debug = false;
123-
this.setUserAgent('ionos-cloud-sdk-node-dbaas-postgres/v1.0.3');
123+
this.setUserAgent('ionos-cloud-sdk-node-dbaas-postgres/v1.1.0');
124124
}
125125

126126
static fromEnv(): Configuration {

docs/api/ClustersApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ api_instance
240240
| Name | Type | Description | Notes |
241241
| ---- | ---- | ----------- | ----- |
242242
| **clusterId** | **string** | The unique ID of the cluster. | [default to undefined] |
243-
| **patchClusterRequest** | [**PatchClusterRequest**](../models/PatchClusterRequest.md) | The modified cluster. | |
243+
| **patchClusterRequest** | [**PatchClusterRequest**](../models/PatchClusterRequest.md) | Part of the cluster which should be modified. | |
244244

245245
### Return type
246246

0 commit comments

Comments
 (0)