oci-certificates 2.13.0 → 2.14.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
@@ -59,7 +59,7 @@ export declare class CertificatesClient {
59
59
  * @param GetCaBundleRequest
60
60
  * @return GetCaBundleResponse
61
61
  * @throws OciError when an error occurs
62
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/certificates/GetCaBundle.ts.html |here} to see how to use GetCaBundle API.
62
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/certificates/GetCaBundle.ts.html |here} to see how to use GetCaBundle API.
63
63
  */
64
64
  getCaBundle(getCaBundleRequest: requests.GetCaBundleRequest): Promise<responses.GetCaBundleResponse>;
65
65
  /**
@@ -70,7 +70,7 @@ export declare class CertificatesClient {
70
70
  * @param GetCertificateAuthorityBundleRequest
71
71
  * @return GetCertificateAuthorityBundleResponse
72
72
  * @throws OciError when an error occurs
73
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/certificates/GetCertificateAuthorityBundle.ts.html |here} to see how to use GetCertificateAuthorityBundle API.
73
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/certificates/GetCertificateAuthorityBundle.ts.html |here} to see how to use GetCertificateAuthorityBundle API.
74
74
  */
75
75
  getCertificateAuthorityBundle(getCertificateAuthorityBundleRequest: requests.GetCertificateAuthorityBundleRequest): Promise<responses.GetCertificateAuthorityBundleResponse>;
76
76
  /**
@@ -84,7 +84,7 @@ export declare class CertificatesClient {
84
84
  * @param GetCertificateBundleRequest
85
85
  * @return GetCertificateBundleResponse
86
86
  * @throws OciError when an error occurs
87
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/certificates/GetCertificateBundle.ts.html |here} to see how to use GetCertificateBundle API.
87
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/certificates/GetCertificateBundle.ts.html |here} to see how to use GetCertificateBundle API.
88
88
  */
89
89
  getCertificateBundle(getCertificateBundleRequest: requests.GetCertificateBundleRequest): Promise<responses.GetCertificateBundleResponse>;
90
90
  /**
@@ -93,7 +93,7 @@ export declare class CertificatesClient {
93
93
  * @param ListCertificateAuthorityBundleVersionsRequest
94
94
  * @return ListCertificateAuthorityBundleVersionsResponse
95
95
  * @throws OciError when an error occurs
96
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/certificates/ListCertificateAuthorityBundleVersions.ts.html |here} to see how to use ListCertificateAuthorityBundleVersions API.
96
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/certificates/ListCertificateAuthorityBundleVersions.ts.html |here} to see how to use ListCertificateAuthorityBundleVersions API.
97
97
  */
98
98
  listCertificateAuthorityBundleVersions(listCertificateAuthorityBundleVersionsRequest: requests.ListCertificateAuthorityBundleVersionsRequest): Promise<responses.ListCertificateAuthorityBundleVersionsResponse>;
99
99
  /**
@@ -102,7 +102,7 @@ export declare class CertificatesClient {
102
102
  * @param ListCertificateBundleVersionsRequest
103
103
  * @return ListCertificateBundleVersionsResponse
104
104
  * @throws OciError when an error occurs
105
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/certificates/ListCertificateBundleVersions.ts.html |here} to see how to use ListCertificateBundleVersions API.
105
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/certificates/ListCertificateBundleVersions.ts.html |here} to see how to use ListCertificateBundleVersions API.
106
106
  */
107
107
  listCertificateBundleVersions(listCertificateBundleVersionsRequest: requests.ListCertificateBundleVersionsRequest): Promise<responses.ListCertificateBundleVersionsResponse>;
108
108
  }
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.13.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.14.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.13.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.14.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.13.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.14.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.13.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.14.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.13.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.14.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.13.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.14.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.13.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.14.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.13.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.14.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.13.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.14.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.13.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.14.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.13.0",
3
+ "version": "2.14.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.13.0",
19
- "oci-workrequests": "2.13.0"
18
+ "oci-common": "2.14.0",
19
+ "oci-workrequests": "2.14.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"