oci-certificates 2.8.0 → 2.9.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 CHANGED
@@ -58,7 +58,7 @@ export declare class CertificatesClient {
58
58
  * @param GetCaBundleRequest
59
59
  * @return GetCaBundleResponse
60
60
  * @throws OciError when an error occurs
61
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/certificates/GetCaBundle.ts.html |here} to see how to use GetCaBundle API.
61
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/certificates/GetCaBundle.ts.html |here} to see how to use GetCaBundle API.
62
62
  */
63
63
  getCaBundle(getCaBundleRequest: requests.GetCaBundleRequest): Promise<responses.GetCaBundleResponse>;
64
64
  /**
@@ -69,7 +69,7 @@ export declare class CertificatesClient {
69
69
  * @param GetCertificateAuthorityBundleRequest
70
70
  * @return GetCertificateAuthorityBundleResponse
71
71
  * @throws OciError when an error occurs
72
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/certificates/GetCertificateAuthorityBundle.ts.html |here} to see how to use GetCertificateAuthorityBundle API.
72
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/certificates/GetCertificateAuthorityBundle.ts.html |here} to see how to use GetCertificateAuthorityBundle API.
73
73
  */
74
74
  getCertificateAuthorityBundle(getCertificateAuthorityBundleRequest: requests.GetCertificateAuthorityBundleRequest): Promise<responses.GetCertificateAuthorityBundleResponse>;
75
75
  /**
@@ -83,7 +83,7 @@ export declare class CertificatesClient {
83
83
  * @param GetCertificateBundleRequest
84
84
  * @return GetCertificateBundleResponse
85
85
  * @throws OciError when an error occurs
86
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/certificates/GetCertificateBundle.ts.html |here} to see how to use GetCertificateBundle API.
86
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/certificates/GetCertificateBundle.ts.html |here} to see how to use GetCertificateBundle API.
87
87
  */
88
88
  getCertificateBundle(getCertificateBundleRequest: requests.GetCertificateBundleRequest): Promise<responses.GetCertificateBundleResponse>;
89
89
  /**
@@ -92,7 +92,7 @@ export declare class CertificatesClient {
92
92
  * @param ListCertificateAuthorityBundleVersionsRequest
93
93
  * @return ListCertificateAuthorityBundleVersionsResponse
94
94
  * @throws OciError when an error occurs
95
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/certificates/ListCertificateAuthorityBundleVersions.ts.html |here} to see how to use ListCertificateAuthorityBundleVersions API.
95
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/certificates/ListCertificateAuthorityBundleVersions.ts.html |here} to see how to use ListCertificateAuthorityBundleVersions API.
96
96
  */
97
97
  listCertificateAuthorityBundleVersions(listCertificateAuthorityBundleVersionsRequest: requests.ListCertificateAuthorityBundleVersionsRequest): Promise<responses.ListCertificateAuthorityBundleVersionsResponse>;
98
98
  /**
@@ -101,7 +101,7 @@ export declare class CertificatesClient {
101
101
  * @param ListCertificateBundleVersionsRequest
102
102
  * @return ListCertificateBundleVersionsResponse
103
103
  * @throws OciError when an error occurs
104
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/certificates/ListCertificateBundleVersions.ts.html |here} to see how to use ListCertificateBundleVersions API.
104
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/certificates/ListCertificateBundleVersions.ts.html |here} to see how to use ListCertificateBundleVersions API.
105
105
  */
106
106
  listCertificateBundleVersions(listCertificateBundleVersionsRequest: requests.ListCertificateBundleVersionsRequest): Promise<responses.ListCertificateBundleVersionsResponse>;
107
107
  }
package/lib/client.js CHANGED
@@ -129,7 +129,7 @@ class CertificatesClient {
129
129
  * @param GetCaBundleRequest
130
130
  * @return GetCaBundleResponse
131
131
  * @throws OciError when an error occurs
132
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/certificates/GetCaBundle.ts.html |here} to see how to use GetCaBundle API.
132
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/certificates/GetCaBundle.ts.html |here} to see how to use GetCaBundle API.
133
133
  */
134
134
  getCaBundle(getCaBundleRequest) {
135
135
  return __awaiter(this, void 0, void 0, function* () {
@@ -192,7 +192,7 @@ class CertificatesClient {
192
192
  * @param GetCertificateAuthorityBundleRequest
193
193
  * @return GetCertificateAuthorityBundleResponse
194
194
  * @throws OciError when an error occurs
195
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/certificates/GetCertificateAuthorityBundle.ts.html |here} to see how to use GetCertificateAuthorityBundle API.
195
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/certificates/GetCertificateAuthorityBundle.ts.html |here} to see how to use GetCertificateAuthorityBundle API.
196
196
  */
197
197
  getCertificateAuthorityBundle(getCertificateAuthorityBundleRequest) {
198
198
  return __awaiter(this, void 0, void 0, function* () {
@@ -262,7 +262,7 @@ class CertificatesClient {
262
262
  * @param GetCertificateBundleRequest
263
263
  * @return GetCertificateBundleResponse
264
264
  * @throws OciError when an error occurs
265
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/certificates/GetCertificateBundle.ts.html |here} to see how to use GetCertificateBundle API.
265
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/certificates/GetCertificateBundle.ts.html |here} to see how to use GetCertificateBundle API.
266
266
  */
267
267
  getCertificateBundle(getCertificateBundleRequest) {
268
268
  return __awaiter(this, void 0, void 0, function* () {
@@ -328,7 +328,7 @@ class CertificatesClient {
328
328
  * @param ListCertificateAuthorityBundleVersionsRequest
329
329
  * @return ListCertificateAuthorityBundleVersionsResponse
330
330
  * @throws OciError when an error occurs
331
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/certificates/ListCertificateAuthorityBundleVersions.ts.html |here} to see how to use ListCertificateAuthorityBundleVersions API.
331
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/certificates/ListCertificateAuthorityBundleVersions.ts.html |here} to see how to use ListCertificateAuthorityBundleVersions API.
332
332
  */
333
333
  listCertificateAuthorityBundleVersions(listCertificateAuthorityBundleVersionsRequest) {
334
334
  return __awaiter(this, void 0, void 0, function* () {
@@ -387,7 +387,7 @@ class CertificatesClient {
387
387
  * @param ListCertificateBundleVersionsRequest
388
388
  * @return ListCertificateBundleVersionsResponse
389
389
  * @throws OciError when an error occurs
390
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/certificates/ListCertificateBundleVersions.ts.html |here} to see how to use ListCertificateBundleVersions API.
390
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/certificates/ListCertificateBundleVersions.ts.html |here} to see how to use ListCertificateBundleVersions API.
391
391
  */
392
392
  listCertificateBundleVersions(listCertificateBundleVersionsRequest) {
393
393
  return __awaiter(this, void 0, void 0, function* () {
@@ -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.8.0/certificates/GetCaBundle.ts.html |here} to see how to use GetCaBundleRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/certificates/GetCaBundle.ts.html |here} to see how to use GetCaBundleRequest.
16
16
  */
17
17
  export interface GetCaBundleRequest 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.8.0/certificates/GetCertificateAuthorityBundle.ts.html |here} to see how to use GetCertificateAuthorityBundleRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/certificates/GetCertificateAuthorityBundle.ts.html |here} to see how to use GetCertificateAuthorityBundleRequest.
16
16
  */
17
17
  export interface GetCertificateAuthorityBundleRequest 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.8.0/certificates/GetCertificateBundle.ts.html |here} to see how to use GetCertificateBundleRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/certificates/GetCertificateBundle.ts.html |here} to see how to use GetCertificateBundleRequest.
16
16
  */
17
17
  export interface GetCertificateBundleRequest 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.8.0/certificates/ListCertificateAuthorityBundleVersions.ts.html |here} to see how to use ListCertificateAuthorityBundleVersionsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/certificates/ListCertificateAuthorityBundleVersions.ts.html |here} to see how to use ListCertificateAuthorityBundleVersionsRequest.
16
16
  */
17
17
  export interface ListCertificateAuthorityBundleVersionsRequest 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.8.0/certificates/ListCertificateBundleVersions.ts.html |here} to see how to use ListCertificateBundleVersionsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/certificates/ListCertificateBundleVersions.ts.html |here} to see how to use ListCertificateBundleVersionsRequest.
16
16
  */
17
17
  export interface ListCertificateBundleVersionsRequest extends common.BaseRequest {
18
18
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-certificates",
3
- "version": "2.8.0",
3
+ "version": "2.9.0",
4
4
  "description": "OCI NodeJS client for Certificates 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.8.0",
19
- "oci-workrequests": "2.8.0"
18
+ "oci-common": "2.9.0",
19
+ "oci-workrequests": "2.9.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"