oci-mysql 2.76.1 → 2.77.1
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 +78 -52
- package/lib/client.js +95 -46
- package/lib/client.js.map +1 -1
- package/lib/model/backup-policy.d.ts +2 -2
- package/lib/model/backup-summary.d.ts +2 -2
- package/lib/model/backup.d.ts +2 -2
- package/lib/model/channel-summary.d.ts +2 -2
- package/lib/model/channel.d.ts +2 -2
- package/lib/model/configuration-summary.d.ts +2 -2
- package/lib/model/configuration.d.ts +2 -2
- package/lib/model/create-backup-details.d.ts +2 -2
- package/lib/model/create-backup-policy-details.d.ts +2 -2
- package/lib/model/create-channel-details.d.ts +2 -2
- package/lib/model/create-configuration-details.d.ts +2 -2
- package/lib/model/create-db-system-details.d.ts +2 -2
- package/lib/model/create-replica-details.d.ts +2 -2
- package/lib/model/db-system-snapshot.d.ts +2 -2
- package/lib/model/db-system-summary.d.ts +2 -2
- package/lib/model/db-system.d.ts +2 -2
- package/lib/model/replica-summary.d.ts +2 -2
- package/lib/model/replica.d.ts +2 -2
- package/lib/model/update-backup-details.d.ts +2 -2
- package/lib/model/update-backup-policy-details.d.ts +2 -2
- package/lib/model/update-channel-details.d.ts +2 -2
- package/lib/model/update-configuration-details.d.ts +2 -2
- package/lib/model/update-db-system-details.d.ts +2 -2
- package/lib/model/update-replica-details.d.ts +2 -2
- package/lib/request/add-heat-wave-cluster-request.d.ts +2 -2
- package/lib/request/change-backup-compartment-request.d.ts +2 -2
- package/lib/request/create-backup-request.d.ts +1 -1
- package/lib/request/create-channel-request.d.ts +1 -1
- package/lib/request/create-configuration-request.d.ts +1 -1
- package/lib/request/create-db-system-request.d.ts +1 -1
- package/lib/request/create-replica-request.d.ts +1 -1
- package/lib/request/delete-backup-request.d.ts +2 -2
- package/lib/request/delete-channel-request.d.ts +2 -2
- package/lib/request/delete-configuration-request.d.ts +2 -2
- package/lib/request/delete-db-system-request.d.ts +2 -2
- package/lib/request/delete-heat-wave-cluster-request.d.ts +2 -2
- package/lib/request/delete-replica-request.d.ts +2 -2
- package/lib/request/generate-heat-wave-cluster-memory-estimate-request.d.ts +1 -1
- package/lib/request/get-backup-request.d.ts +2 -2
- package/lib/request/get-channel-request.d.ts +2 -2
- package/lib/request/get-configuration-request.d.ts +2 -2
- package/lib/request/get-db-system-request.d.ts +2 -2
- package/lib/request/get-heat-wave-cluster-memory-estimate-request.d.ts +1 -1
- package/lib/request/get-heat-wave-cluster-request.d.ts +2 -2
- package/lib/request/get-replica-request.d.ts +2 -2
- package/lib/request/get-work-request-request.d.ts +2 -2
- package/lib/request/list-backups-request.d.ts +2 -2
- package/lib/request/list-channels-request.d.ts +2 -2
- package/lib/request/list-configurations-request.d.ts +2 -2
- package/lib/request/list-db-systems-request.d.ts +2 -2
- package/lib/request/list-replicas-request.d.ts +2 -2
- package/lib/request/list-shapes-request.d.ts +1 -1
- package/lib/request/list-versions-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +2 -2
- package/lib/request/list-work-request-logs-request.d.ts +2 -2
- package/lib/request/list-work-requests-request.d.ts +2 -2
- package/lib/request/reset-channel-request.d.ts +2 -2
- package/lib/request/restart-db-system-request.d.ts +2 -2
- package/lib/request/restart-heat-wave-cluster-request.d.ts +2 -2
- package/lib/request/resume-channel-request.d.ts +2 -2
- package/lib/request/start-db-system-request.d.ts +2 -2
- package/lib/request/start-heat-wave-cluster-request.d.ts +2 -2
- package/lib/request/stop-db-system-request.d.ts +2 -2
- package/lib/request/stop-heat-wave-cluster-request.d.ts +2 -2
- package/lib/request/update-backup-request.d.ts +2 -2
- package/lib/request/update-channel-request.d.ts +2 -2
- package/lib/request/update-configuration-request.d.ts +2 -2
- package/lib/request/update-db-system-request.d.ts +2 -2
- package/lib/request/update-heat-wave-cluster-request.d.ts +2 -2
- package/lib/request/update-replica-request.d.ts +2 -2
- package/lib/response/add-heat-wave-cluster-response.d.ts +1 -1
- package/lib/response/create-backup-response.d.ts +1 -1
- package/lib/response/create-channel-response.d.ts +1 -1
- package/lib/response/create-configuration-response.d.ts +1 -1
- package/lib/response/create-db-system-response.d.ts +1 -1
- package/lib/response/create-replica-response.d.ts +1 -1
- package/lib/response/get-backup-response.d.ts +1 -1
- package/lib/response/get-channel-response.d.ts +1 -1
- package/lib/response/get-configuration-response.d.ts +1 -1
- package/lib/response/get-db-system-response.d.ts +1 -1
- package/lib/response/get-heat-wave-cluster-response.d.ts +1 -1
- package/lib/response/get-replica-response.d.ts +1 -1
- package/lib/response/get-work-request-response.d.ts +1 -1
- package/lib/response/list-backups-response.d.ts +1 -1
- package/lib/response/list-channels-response.d.ts +1 -1
- package/lib/response/list-configurations-response.d.ts +1 -1
- package/lib/response/list-db-systems-response.d.ts +1 -1
- package/lib/response/list-replicas-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/lib/response/update-backup-response.d.ts +1 -1
- package/lib/response/update-configuration-response.d.ts +1 -1
- package/package.json +3 -3
|
@@ -20,7 +20,7 @@ export interface ListBackupsResponse {
|
|
|
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 ListChannelsResponse {
|
|
|
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 ListConfigurationsResponse {
|
|
|
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 ListDbSystemsResponse {
|
|
|
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 ListReplicasResponse {
|
|
|
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 ListWorkRequestErrorsResponse {
|
|
|
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 ListWorkRequestLogsResponse {
|
|
|
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 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-mysql",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.77.1",
|
|
4
4
|
"description": "OCI NodeJS client for Mysql ",
|
|
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.1",
|
|
19
|
+
"oci-workrequests": "2.77.1"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|