oci-databasetools 2.76.1 → 2.77.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +23 -23
- package/lib/client.js +23 -23
- package/lib/model/change-database-tools-connection-compartment-details.d.ts +2 -2
- package/lib/model/change-database-tools-private-endpoint-compartment-details.d.ts +1 -1
- package/lib/model/create-database-tools-connection-details.d.ts +2 -2
- package/lib/model/create-database-tools-connection-my-sql-details.d.ts +1 -1
- package/lib/model/create-database-tools-connection-oracle-database-details.d.ts +1 -1
- package/lib/model/create-database-tools-connection-postgresql-details.d.ts +1 -1
- package/lib/model/create-database-tools-private-endpoint-details.d.ts +3 -3
- package/lib/model/database-tools-connection-collection.d.ts +2 -2
- package/lib/model/database-tools-connection-my-sql-summary.d.ts +2 -2
- package/lib/model/database-tools-connection-my-sql.d.ts +1 -1
- package/lib/model/database-tools-connection-oracle-database-summary.d.ts +2 -2
- package/lib/model/database-tools-connection-oracle-database.d.ts +1 -1
- package/lib/model/database-tools-connection-postgresql-summary.d.ts +2 -2
- package/lib/model/database-tools-connection-postgresql.d.ts +1 -1
- package/lib/model/database-tools-connection-summary.d.ts +4 -4
- package/lib/model/database-tools-connection.d.ts +3 -3
- package/lib/model/database-tools-endpoint-service-collection.d.ts +2 -2
- package/lib/model/database-tools-endpoint-service-summary.d.ts +3 -3
- package/lib/model/database-tools-endpoint-service.d.ts +3 -3
- package/lib/model/database-tools-private-endpoint-collection.d.ts +2 -2
- package/lib/model/database-tools-private-endpoint-summary.d.ts +3 -3
- package/lib/model/database-tools-private-endpoint.d.ts +3 -3
- package/lib/model/sort-order.d.ts +1 -1
- package/lib/model/sort-order.js +1 -1
- package/lib/model/update-database-tools-connection-details.d.ts +2 -2
- package/lib/model/update-database-tools-connection-my-sql-details.d.ts +1 -1
- package/lib/model/update-database-tools-connection-oracle-database-details.d.ts +1 -1
- package/lib/model/update-database-tools-connection-postgresql-details.d.ts +1 -1
- package/lib/model/update-database-tools-private-endpoint-details.d.ts +2 -2
- package/lib/model/work-request-collection.d.ts +2 -2
- package/lib/model/work-request-summary.d.ts +2 -2
- package/lib/model/work-request.d.ts +2 -2
- package/lib/request/add-database-tools-connection-lock-request.d.ts +2 -2
- package/lib/request/add-database-tools-private-endpoint-lock-request.d.ts +2 -2
- package/lib/request/change-database-tools-connection-compartment-request.d.ts +2 -2
- package/lib/request/change-database-tools-private-endpoint-compartment-request.d.ts +2 -2
- package/lib/request/create-database-tools-connection-request.d.ts +2 -2
- package/lib/request/create-database-tools-private-endpoint-request.d.ts +1 -1
- package/lib/request/delete-database-tools-connection-request.d.ts +2 -2
- package/lib/request/delete-database-tools-private-endpoint-request.d.ts +2 -2
- package/lib/request/get-database-tools-connection-request.d.ts +1 -1
- package/lib/request/get-database-tools-endpoint-service-request.d.ts +1 -1
- package/lib/request/get-database-tools-private-endpoint-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/list-database-tools-connections-request.d.ts +2 -2
- package/lib/request/list-database-tools-endpoint-services-request.d.ts +2 -2
- package/lib/request/list-database-tools-private-endpoints-request.d.ts +4 -4
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/remove-database-tools-connection-lock-request.d.ts +2 -2
- package/lib/request/remove-database-tools-private-endpoint-lock-request.d.ts +2 -2
- package/lib/request/update-database-tools-connection-request.d.ts +2 -2
- package/lib/request/update-database-tools-private-endpoint-request.d.ts +2 -2
- package/lib/request/validate-database-tools-connection-request.d.ts +2 -2
- package/lib/response/create-database-tools-connection-response.d.ts +1 -1
- package/lib/response/create-database-tools-private-endpoint-response.d.ts +1 -1
- package/lib/response/get-database-tools-connection-response.d.ts +1 -1
- package/lib/response/get-database-tools-endpoint-service-response.d.ts +1 -1
- package/lib/response/get-database-tools-private-endpoint-response.d.ts +1 -1
- package/lib/response/list-database-tools-connections-response.d.ts +1 -1
- package/lib/response/list-database-tools-endpoint-services-response.d.ts +1 -1
- package/lib/response/list-database-tools-private-endpoints-response.d.ts +1 -1
- package/lib/response/list-work-request-errors-response.d.ts +1 -1
- package/lib/response/list-work-request-logs-response.d.ts +1 -1
- package/lib/response/list-work-requests-response.d.ts +1 -1
- package/package.json +3 -3
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/databasetools/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListWorkRequestsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/databasetools/RemoveDatabaseToolsConnectionLock.ts.html |here} to see how to use RemoveDatabaseToolsConnectionLockRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface RemoveDatabaseToolsConnectionLockRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -31,7 +31,7 @@ export interface RemoveDatabaseToolsConnectionLockRequest extends common.BaseReq
|
|
|
31
31
|
*/
|
|
32
32
|
"opcRequestId"?: string;
|
|
33
33
|
/**
|
|
34
|
-
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the
|
|
34
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
|
|
35
35
|
* parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
36
36
|
* will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
37
37
|
*
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/databasetools/RemoveDatabaseToolsPrivateEndpointLock.ts.html |here} to see how to use RemoveDatabaseToolsPrivateEndpointLockRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface RemoveDatabaseToolsPrivateEndpointLockRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -31,7 +31,7 @@ export interface RemoveDatabaseToolsPrivateEndpointLockRequest extends common.Ba
|
|
|
31
31
|
*/
|
|
32
32
|
"opcRequestId"?: string;
|
|
33
33
|
/**
|
|
34
|
-
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the
|
|
34
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
|
|
35
35
|
* parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
36
36
|
* will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
37
37
|
*
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/databasetools/UpdateDatabaseToolsConnection.ts.html |here} to see how to use UpdateDatabaseToolsConnectionRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateDatabaseToolsConnectionRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -26,7 +26,7 @@ export interface UpdateDatabaseToolsConnectionRequest extends common.BaseRequest
|
|
|
26
26
|
"updateDatabaseToolsConnectionDetails": model.UpdateDatabaseToolsConnectionGenericJdbcDetails | model.UpdateDatabaseToolsConnectionPostgresqlDetails | model.UpdateDatabaseToolsConnectionMySqlDetails | model.UpdateDatabaseToolsConnectionOracleDatabaseDetails;
|
|
27
27
|
/**
|
|
28
28
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
|
-
* for a resource, set the
|
|
29
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
30
30
|
* etag from a previous GET or POST response for that resource.
|
|
31
31
|
* The resource will be updated or deleted only if the etag you
|
|
32
32
|
* provide matches the resource's current etag value.
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/databasetools/UpdateDatabaseToolsPrivateEndpoint.ts.html |here} to see how to use UpdateDatabaseToolsPrivateEndpointRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateDatabaseToolsPrivateEndpointRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -26,7 +26,7 @@ export interface UpdateDatabaseToolsPrivateEndpointRequest extends common.BaseRe
|
|
|
26
26
|
"updateDatabaseToolsPrivateEndpointDetails": model.UpdateDatabaseToolsPrivateEndpointDetails;
|
|
27
27
|
/**
|
|
28
28
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
|
-
* for a resource, set the
|
|
29
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
30
30
|
* etag from a previous GET or POST response for that resource.
|
|
31
31
|
* The resource will be updated or deleted only if the etag you
|
|
32
32
|
* provide matches the resource's current etag value.
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/databasetools/ValidateDatabaseToolsConnection.ts.html |here} to see how to use ValidateDatabaseToolsConnectionRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ValidateDatabaseToolsConnectionRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -26,7 +26,7 @@ export interface ValidateDatabaseToolsConnectionRequest extends common.BaseReque
|
|
|
26
26
|
"validateDatabaseToolsConnectionDetails": model.ValidateDatabaseToolsConnectionPostgresqlDetails | model.ValidateDatabaseToolsConnectionOracleDatabaseDetails | model.ValidateDatabaseToolsConnectionMySqlDetails;
|
|
27
27
|
/**
|
|
28
28
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
|
-
* for a resource, set the
|
|
29
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
30
30
|
* etag from a previous GET or POST response for that resource.
|
|
31
31
|
* The resource will be updated or deleted only if the etag you
|
|
32
32
|
* provide matches the resource's current etag value.
|
|
@@ -20,7 +20,7 @@ export interface ListDatabaseToolsConnectionsResponse {
|
|
|
20
20
|
"opcRequestId": string;
|
|
21
21
|
/**
|
|
22
22
|
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
23
|
-
* then a partial list might have been returned. Include this value as the
|
|
23
|
+
* then a partial list might have been returned. Include this value as the {@code page} parameter for the
|
|
24
24
|
* subsequent GET request to get the next batch of items.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
@@ -20,7 +20,7 @@ export interface ListDatabaseToolsEndpointServicesResponse {
|
|
|
20
20
|
"opcRequestId": string;
|
|
21
21
|
/**
|
|
22
22
|
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
23
|
-
* then a partial list might have been returned. Include this value as the
|
|
23
|
+
* then a partial list might have been returned. Include this value as the {@code page} parameter for the
|
|
24
24
|
* subsequent GET request to get the next batch of items.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
@@ -20,7 +20,7 @@ export interface ListDatabaseToolsPrivateEndpointsResponse {
|
|
|
20
20
|
"opcRequestId": string;
|
|
21
21
|
/**
|
|
22
22
|
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
23
|
-
* then a partial list might have been returned. Include this value as the
|
|
23
|
+
* then a partial list might have been returned. Include this value as the {@code page} parameter for the
|
|
24
24
|
* subsequent GET request to get the next batch of items.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
@@ -14,7 +14,7 @@ import * as model from "../model";
|
|
|
14
14
|
export interface ListWorkRequestErrorsResponse {
|
|
15
15
|
/**
|
|
16
16
|
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
17
|
-
* then a partial list might have been returned. Include this value as the
|
|
17
|
+
* then a partial list might have been returned. Include this value as the {@code page} parameter for the
|
|
18
18
|
* subsequent GET request to get the next batch of items.
|
|
19
19
|
*
|
|
20
20
|
*/
|
|
@@ -14,7 +14,7 @@ import * as model from "../model";
|
|
|
14
14
|
export interface ListWorkRequestLogsResponse {
|
|
15
15
|
/**
|
|
16
16
|
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
17
|
-
* then a partial list might have been returned. Include this value as the
|
|
17
|
+
* then a partial list might have been returned. Include this value as the {@code page} parameter for the
|
|
18
18
|
* subsequent GET request to get the next batch of items.
|
|
19
19
|
*
|
|
20
20
|
*/
|
|
@@ -20,7 +20,7 @@ export interface ListWorkRequestsResponse {
|
|
|
20
20
|
"opcRequestId": string;
|
|
21
21
|
/**
|
|
22
22
|
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
23
|
-
* then a partial list might have been returned. Include this value as the
|
|
23
|
+
* then a partial list might have been returned. Include this value as the {@code page} parameter for the
|
|
24
24
|
* subsequent GET request to get the next batch of items.
|
|
25
25
|
*
|
|
26
26
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-databasetools",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.77.0",
|
|
4
4
|
"description": "OCI NodeJS client for Database Tools Service",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
},
|
|
16
16
|
"license": "(UPL-1.0 OR Apache-2.0)",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"oci-common": "2.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.77.0",
|
|
19
|
+
"oci-workrequests": "2.77.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|