oci-mysql 2.88.1 → 2.88.2

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.
Files changed (49) hide show
  1. package/lib/client.d.ts +46 -46
  2. package/lib/client.js +46 -46
  3. package/lib/request/add-heat-wave-cluster-request.d.ts +1 -1
  4. package/lib/request/change-backup-compartment-request.d.ts +1 -1
  5. package/lib/request/create-backup-request.d.ts +1 -1
  6. package/lib/request/create-channel-request.d.ts +1 -1
  7. package/lib/request/create-configuration-request.d.ts +1 -1
  8. package/lib/request/create-db-system-request.d.ts +1 -1
  9. package/lib/request/create-replica-request.d.ts +1 -1
  10. package/lib/request/delete-backup-request.d.ts +1 -1
  11. package/lib/request/delete-channel-request.d.ts +1 -1
  12. package/lib/request/delete-configuration-request.d.ts +1 -1
  13. package/lib/request/delete-db-system-request.d.ts +1 -1
  14. package/lib/request/delete-heat-wave-cluster-request.d.ts +1 -1
  15. package/lib/request/delete-replica-request.d.ts +1 -1
  16. package/lib/request/generate-heat-wave-cluster-memory-estimate-request.d.ts +1 -1
  17. package/lib/request/get-backup-request.d.ts +1 -1
  18. package/lib/request/get-channel-request.d.ts +1 -1
  19. package/lib/request/get-configuration-request.d.ts +1 -1
  20. package/lib/request/get-db-system-request.d.ts +1 -1
  21. package/lib/request/get-heat-wave-cluster-memory-estimate-request.d.ts +1 -1
  22. package/lib/request/get-heat-wave-cluster-request.d.ts +1 -1
  23. package/lib/request/get-replica-request.d.ts +1 -1
  24. package/lib/request/get-work-request-request.d.ts +1 -1
  25. package/lib/request/list-backups-request.d.ts +1 -1
  26. package/lib/request/list-channels-request.d.ts +1 -1
  27. package/lib/request/list-configurations-request.d.ts +1 -1
  28. package/lib/request/list-db-systems-request.d.ts +1 -1
  29. package/lib/request/list-replicas-request.d.ts +1 -1
  30. package/lib/request/list-shapes-request.d.ts +1 -1
  31. package/lib/request/list-versions-request.d.ts +1 -1
  32. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  33. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  34. package/lib/request/list-work-requests-request.d.ts +1 -1
  35. package/lib/request/reset-channel-request.d.ts +1 -1
  36. package/lib/request/restart-db-system-request.d.ts +1 -1
  37. package/lib/request/restart-heat-wave-cluster-request.d.ts +1 -1
  38. package/lib/request/resume-channel-request.d.ts +1 -1
  39. package/lib/request/start-db-system-request.d.ts +1 -1
  40. package/lib/request/start-heat-wave-cluster-request.d.ts +1 -1
  41. package/lib/request/stop-db-system-request.d.ts +1 -1
  42. package/lib/request/stop-heat-wave-cluster-request.d.ts +1 -1
  43. package/lib/request/update-backup-request.d.ts +1 -1
  44. package/lib/request/update-channel-request.d.ts +1 -1
  45. package/lib/request/update-configuration-request.d.ts +1 -1
  46. package/lib/request/update-db-system-request.d.ts +1 -1
  47. package/lib/request/update-heat-wave-cluster-request.d.ts +1 -1
  48. package/lib/request/update-replica-request.d.ts +1 -1
  49. package/package.json +3 -3
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mysql/GetReplica.ts.html |here} to see how to use GetReplicaRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/mysql/GetReplica.ts.html |here} to see how to use GetReplicaRequest.
16
16
  */
17
17
  export interface GetReplicaRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mysql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/mysql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
16
16
  */
17
17
  export interface GetWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mysql/ListBackups.ts.html |here} to see how to use ListBackupsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/mysql/ListBackups.ts.html |here} to see how to use ListBackupsRequest.
16
16
  */
17
17
  export interface ListBackupsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mysql/ListChannels.ts.html |here} to see how to use ListChannelsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/mysql/ListChannels.ts.html |here} to see how to use ListChannelsRequest.
16
16
  */
17
17
  export interface ListChannelsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mysql/ListConfigurations.ts.html |here} to see how to use ListConfigurationsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/mysql/ListConfigurations.ts.html |here} to see how to use ListConfigurationsRequest.
16
16
  */
17
17
  export interface ListConfigurationsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mysql/ListDbSystems.ts.html |here} to see how to use ListDbSystemsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/mysql/ListDbSystems.ts.html |here} to see how to use ListDbSystemsRequest.
16
16
  */
17
17
  export interface ListDbSystemsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mysql/ListReplicas.ts.html |here} to see how to use ListReplicasRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/mysql/ListReplicas.ts.html |here} to see how to use ListReplicasRequest.
16
16
  */
17
17
  export interface ListReplicasRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mysql/ListShapes.ts.html |here} to see how to use ListShapesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/mysql/ListShapes.ts.html |here} to see how to use ListShapesRequest.
16
16
  */
17
17
  export interface ListShapesRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mysql/ListVersions.ts.html |here} to see how to use ListVersionsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/mysql/ListVersions.ts.html |here} to see how to use ListVersionsRequest.
16
16
  */
17
17
  export interface ListVersionsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mysql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/mysql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
16
16
  */
17
17
  export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mysql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/mysql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
16
16
  */
17
17
  export interface ListWorkRequestLogsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mysql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/mysql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
16
  */
17
17
  export interface ListWorkRequestsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mysql/ResetChannel.ts.html |here} to see how to use ResetChannelRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/mysql/ResetChannel.ts.html |here} to see how to use ResetChannelRequest.
16
16
  */
17
17
  export interface ResetChannelRequest extends common.BaseRequest {
18
18
  /**
@@ -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.88.1/mysql/RestartDbSystem.ts.html |here} to see how to use RestartDbSystemRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/mysql/RestartDbSystem.ts.html |here} to see how to use RestartDbSystemRequest.
17
17
  */
18
18
  export interface RestartDbSystemRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mysql/RestartHeatWaveCluster.ts.html |here} to see how to use RestartHeatWaveClusterRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/mysql/RestartHeatWaveCluster.ts.html |here} to see how to use RestartHeatWaveClusterRequest.
16
16
  */
17
17
  export interface RestartHeatWaveClusterRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mysql/ResumeChannel.ts.html |here} to see how to use ResumeChannelRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/mysql/ResumeChannel.ts.html |here} to see how to use ResumeChannelRequest.
16
16
  */
17
17
  export interface ResumeChannelRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mysql/StartDbSystem.ts.html |here} to see how to use StartDbSystemRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/mysql/StartDbSystem.ts.html |here} to see how to use StartDbSystemRequest.
16
16
  */
17
17
  export interface StartDbSystemRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mysql/StartHeatWaveCluster.ts.html |here} to see how to use StartHeatWaveClusterRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/mysql/StartHeatWaveCluster.ts.html |here} to see how to use StartHeatWaveClusterRequest.
16
16
  */
17
17
  export interface StartHeatWaveClusterRequest extends common.BaseRequest {
18
18
  /**
@@ -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.88.1/mysql/StopDbSystem.ts.html |here} to see how to use StopDbSystemRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/mysql/StopDbSystem.ts.html |here} to see how to use StopDbSystemRequest.
17
17
  */
18
18
  export interface StopDbSystemRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mysql/StopHeatWaveCluster.ts.html |here} to see how to use StopHeatWaveClusterRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/mysql/StopHeatWaveCluster.ts.html |here} to see how to use StopHeatWaveClusterRequest.
16
16
  */
17
17
  export interface StopHeatWaveClusterRequest extends common.BaseRequest {
18
18
  /**
@@ -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.88.1/mysql/UpdateBackup.ts.html |here} to see how to use UpdateBackupRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/mysql/UpdateBackup.ts.html |here} to see how to use UpdateBackupRequest.
17
17
  */
18
18
  export interface UpdateBackupRequest 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.88.1/mysql/UpdateChannel.ts.html |here} to see how to use UpdateChannelRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/mysql/UpdateChannel.ts.html |here} to see how to use UpdateChannelRequest.
17
17
  */
18
18
  export interface UpdateChannelRequest 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.88.1/mysql/UpdateConfiguration.ts.html |here} to see how to use UpdateConfigurationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/mysql/UpdateConfiguration.ts.html |here} to see how to use UpdateConfigurationRequest.
17
17
  */
18
18
  export interface UpdateConfigurationRequest 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.88.1/mysql/UpdateDbSystem.ts.html |here} to see how to use UpdateDbSystemRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/mysql/UpdateDbSystem.ts.html |here} to see how to use UpdateDbSystemRequest.
17
17
  */
18
18
  export interface UpdateDbSystemRequest 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.88.1/mysql/UpdateHeatWaveCluster.ts.html |here} to see how to use UpdateHeatWaveClusterRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/mysql/UpdateHeatWaveCluster.ts.html |here} to see how to use UpdateHeatWaveClusterRequest.
17
17
  */
18
18
  export interface UpdateHeatWaveClusterRequest 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.88.1/mysql/UpdateReplica.ts.html |here} to see how to use UpdateReplicaRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/mysql/UpdateReplica.ts.html |here} to see how to use UpdateReplicaRequest.
17
17
  */
18
18
  export interface UpdateReplicaRequest extends common.BaseRequest {
19
19
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-mysql",
3
- "version": "2.88.1",
3
+ "version": "2.88.2",
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.88.1",
19
- "oci-workrequests": "2.88.1"
18
+ "oci-common": "2.88.2",
19
+ "oci-workrequests": "2.88.2"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"