oci-mysql 2.78.0 → 2.79.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.
Files changed (73) hide show
  1. package/lib/client.d.ts +46 -46
  2. package/lib/client.js +46 -46
  3. package/lib/model/certificate-generation-type.d.ts +29 -0
  4. package/lib/model/certificate-generation-type.js +40 -0
  5. package/lib/model/certificate-generation-type.js.map +1 -0
  6. package/lib/model/create-db-system-details.d.ts +1 -0
  7. package/lib/model/create-db-system-details.js +6 -0
  8. package/lib/model/create-db-system-details.js.map +1 -1
  9. package/lib/model/db-system-snapshot.d.ts +1 -0
  10. package/lib/model/db-system-snapshot.js +6 -0
  11. package/lib/model/db-system-snapshot.js.map +1 -1
  12. package/lib/model/db-system.d.ts +1 -0
  13. package/lib/model/db-system.js +6 -0
  14. package/lib/model/db-system.js.map +1 -1
  15. package/lib/model/index.d.ts +4 -0
  16. package/lib/model/index.js +6 -2
  17. package/lib/model/index.js.map +1 -1
  18. package/lib/model/replica.d.ts +1 -0
  19. package/lib/model/replica.js +6 -0
  20. package/lib/model/replica.js.map +1 -1
  21. package/lib/model/secure-connection-details.d.ts +32 -0
  22. package/lib/model/secure-connection-details.js +29 -0
  23. package/lib/model/secure-connection-details.js.map +1 -0
  24. package/lib/model/update-db-system-details.d.ts +1 -0
  25. package/lib/model/update-db-system-details.js +6 -0
  26. package/lib/model/update-db-system-details.js.map +1 -1
  27. package/lib/request/add-heat-wave-cluster-request.d.ts +1 -1
  28. package/lib/request/change-backup-compartment-request.d.ts +1 -1
  29. package/lib/request/create-backup-request.d.ts +1 -1
  30. package/lib/request/create-channel-request.d.ts +1 -1
  31. package/lib/request/create-configuration-request.d.ts +1 -1
  32. package/lib/request/create-db-system-request.d.ts +1 -1
  33. package/lib/request/create-replica-request.d.ts +1 -1
  34. package/lib/request/delete-backup-request.d.ts +1 -1
  35. package/lib/request/delete-channel-request.d.ts +1 -1
  36. package/lib/request/delete-configuration-request.d.ts +1 -1
  37. package/lib/request/delete-db-system-request.d.ts +1 -1
  38. package/lib/request/delete-heat-wave-cluster-request.d.ts +1 -1
  39. package/lib/request/delete-replica-request.d.ts +1 -1
  40. package/lib/request/generate-heat-wave-cluster-memory-estimate-request.d.ts +1 -1
  41. package/lib/request/get-backup-request.d.ts +1 -1
  42. package/lib/request/get-channel-request.d.ts +1 -1
  43. package/lib/request/get-configuration-request.d.ts +1 -1
  44. package/lib/request/get-db-system-request.d.ts +1 -1
  45. package/lib/request/get-heat-wave-cluster-memory-estimate-request.d.ts +1 -1
  46. package/lib/request/get-heat-wave-cluster-request.d.ts +1 -1
  47. package/lib/request/get-replica-request.d.ts +1 -1
  48. package/lib/request/get-work-request-request.d.ts +1 -1
  49. package/lib/request/list-backups-request.d.ts +1 -1
  50. package/lib/request/list-channels-request.d.ts +1 -1
  51. package/lib/request/list-configurations-request.d.ts +1 -1
  52. package/lib/request/list-db-systems-request.d.ts +1 -1
  53. package/lib/request/list-replicas-request.d.ts +1 -1
  54. package/lib/request/list-shapes-request.d.ts +1 -1
  55. package/lib/request/list-versions-request.d.ts +1 -1
  56. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  57. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  58. package/lib/request/list-work-requests-request.d.ts +1 -1
  59. package/lib/request/reset-channel-request.d.ts +1 -1
  60. package/lib/request/restart-db-system-request.d.ts +1 -1
  61. package/lib/request/restart-heat-wave-cluster-request.d.ts +1 -1
  62. package/lib/request/resume-channel-request.d.ts +1 -1
  63. package/lib/request/start-db-system-request.d.ts +1 -1
  64. package/lib/request/start-heat-wave-cluster-request.d.ts +1 -1
  65. package/lib/request/stop-db-system-request.d.ts +1 -1
  66. package/lib/request/stop-heat-wave-cluster-request.d.ts +1 -1
  67. package/lib/request/update-backup-request.d.ts +1 -1
  68. package/lib/request/update-channel-request.d.ts +1 -1
  69. package/lib/request/update-configuration-request.d.ts +1 -1
  70. package/lib/request/update-db-system-request.d.ts +1 -1
  71. package/lib/request/update-heat-wave-cluster-request.d.ts +1 -1
  72. package/lib/request/update-replica-request.d.ts +1 -1
  73. 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.78.0/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.79.0/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.78.0/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.79.0/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.78.0/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.79.0/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.78.0/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.79.0/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.78.0/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.79.0/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.78.0/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.79.0/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.78.0/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.79.0/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.78.0/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.79.0/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.78.0/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.79.0/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.78.0/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.79.0/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.78.0/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.79.0/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.78.0",
3
+ "version": "2.79.0",
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.78.0",
19
- "oci-workrequests": "2.78.0"
18
+ "oci-common": "2.79.0",
19
+ "oci-workrequests": "2.79.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"