oci-globallydistributeddatabase 2.79.1 → 2.81.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 (43) hide show
  1. package/lib/client.d.ts +31 -30
  2. package/lib/client.js +153 -61
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/create-sharded-database-details.js +4 -2
  5. package/lib/model/create-sharded-database-details.js.map +1 -1
  6. package/lib/model/patch-instruction.js +4 -2
  7. package/lib/model/patch-instruction.js.map +1 -1
  8. package/lib/model/prevalidate-payload.js +4 -2
  9. package/lib/model/prevalidate-payload.js.map +1 -1
  10. package/lib/model/sharded-database-summary.js +4 -2
  11. package/lib/model/sharded-database-summary.js.map +1 -1
  12. package/lib/model/sharded-database.js +4 -2
  13. package/lib/model/sharded-database.js.map +1 -1
  14. package/lib/request/change-private-endpoint-compartment-request.d.ts +1 -1
  15. package/lib/request/change-sharded-database-compartment-request.d.ts +1 -1
  16. package/lib/request/configure-sharded-database-gsms-request.d.ts +1 -1
  17. package/lib/request/configure-sharding-request.d.ts +1 -1
  18. package/lib/request/create-private-endpoint-request.d.ts +1 -1
  19. package/lib/request/create-sharded-database-request.d.ts +1 -1
  20. package/lib/request/delete-private-endpoint-request.d.ts +1 -1
  21. package/lib/request/delete-sharded-database-request.d.ts +1 -1
  22. package/lib/request/download-gsm-certificate-signing-request-request.d.ts +1 -1
  23. package/lib/request/fetch-connection-string-request.d.ts +1 -1
  24. package/lib/request/fetch-shardable-cloud-autonomous-vm-clusters-request.d.ts +1 -1
  25. package/lib/request/generate-gsm-certificate-signing-request-request.d.ts +1 -1
  26. package/lib/request/generate-wallet-request.d.ts +1 -1
  27. package/lib/request/get-private-endpoint-request.d.ts +1 -1
  28. package/lib/request/get-sharded-database-request.d.ts +1 -1
  29. package/lib/request/get-work-request-request.d.ts +1 -1
  30. package/lib/request/list-private-endpoints-request.d.ts +1 -1
  31. package/lib/request/list-sharded-databases-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/patch-sharded-database-request.d.ts +1 -1
  36. package/lib/request/prevalidate-sharded-database-request.d.ts +1 -1
  37. package/lib/request/start-sharded-database-request.d.ts +1 -1
  38. package/lib/request/stop-sharded-database-request.d.ts +1 -1
  39. package/lib/request/update-private-endpoint-request.d.ts +1 -1
  40. package/lib/request/update-sharded-database-request.d.ts +1 -1
  41. package/lib/request/upload-signed-certificate-and-generate-wallet-request.d.ts +1 -1
  42. package/lib/request/validate-network-request.d.ts +1 -1
  43. 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.79.1/globallydistributeddatabase/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/globallydistributeddatabase/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
17
17
  */
18
18
  export interface ListWorkRequestLogsRequest 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.79.1/globallydistributeddatabase/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/globallydistributeddatabase/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.79.1/globallydistributeddatabase/PatchShardedDatabase.ts.html |here} to see how to use PatchShardedDatabaseRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/globallydistributeddatabase/PatchShardedDatabase.ts.html |here} to see how to use PatchShardedDatabaseRequest.
17
17
  */
18
18
  export interface PatchShardedDatabaseRequest 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.79.1/globallydistributeddatabase/PrevalidateShardedDatabase.ts.html |here} to see how to use PrevalidateShardedDatabaseRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/globallydistributeddatabase/PrevalidateShardedDatabase.ts.html |here} to see how to use PrevalidateShardedDatabaseRequest.
17
17
  */
18
18
  export interface PrevalidateShardedDatabaseRequest 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.79.1/globallydistributeddatabase/StartShardedDatabase.ts.html |here} to see how to use StartShardedDatabaseRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/globallydistributeddatabase/StartShardedDatabase.ts.html |here} to see how to use StartShardedDatabaseRequest.
16
16
  */
17
17
  export interface StartShardedDatabaseRequest 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.79.1/globallydistributeddatabase/StopShardedDatabase.ts.html |here} to see how to use StopShardedDatabaseRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/globallydistributeddatabase/StopShardedDatabase.ts.html |here} to see how to use StopShardedDatabaseRequest.
16
16
  */
17
17
  export interface StopShardedDatabaseRequest 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.79.1/globallydistributeddatabase/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpointRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/globallydistributeddatabase/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpointRequest.
17
17
  */
18
18
  export interface UpdatePrivateEndpointRequest 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.79.1/globallydistributeddatabase/UpdateShardedDatabase.ts.html |here} to see how to use UpdateShardedDatabaseRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/globallydistributeddatabase/UpdateShardedDatabase.ts.html |here} to see how to use UpdateShardedDatabaseRequest.
17
17
  */
18
18
  export interface UpdateShardedDatabaseRequest 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.79.1/globallydistributeddatabase/UploadSignedCertificateAndGenerateWallet.ts.html |here} to see how to use UploadSignedCertificateAndGenerateWalletRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/globallydistributeddatabase/UploadSignedCertificateAndGenerateWallet.ts.html |here} to see how to use UploadSignedCertificateAndGenerateWalletRequest.
17
17
  */
18
18
  export interface UploadSignedCertificateAndGenerateWalletRequest 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.79.1/globallydistributeddatabase/ValidateNetwork.ts.html |here} to see how to use ValidateNetworkRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/globallydistributeddatabase/ValidateNetwork.ts.html |here} to see how to use ValidateNetworkRequest.
16
16
  */
17
17
  export interface ValidateNetworkRequest extends common.BaseRequest {
18
18
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-globallydistributeddatabase",
3
- "version": "2.79.1",
3
+ "version": "2.81.0",
4
4
  "description": "OCI NodeJS client for Globally Distributed Database 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.79.1",
19
- "oci-workrequests": "2.79.1"
18
+ "oci-common": "2.81.0",
19
+ "oci-workrequests": "2.81.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"