oci-certificates 2.24.0 → 2.25.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
@@ -60,7 +60,7 @@ export declare class CertificatesClient {
60
60
  * @param GetCaBundleRequest
61
61
  * @return GetCaBundleResponse
62
62
  * @throws OciError when an error occurs
63
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/certificates/GetCaBundle.ts.html |here} to see how to use GetCaBundle API.
63
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/certificates/GetCaBundle.ts.html |here} to see how to use GetCaBundle API.
64
64
  */
65
65
  getCaBundle(getCaBundleRequest: requests.GetCaBundleRequest): Promise<responses.GetCaBundleResponse>;
66
66
  /**
@@ -71,7 +71,7 @@ export declare class CertificatesClient {
71
71
  * @param GetCertificateAuthorityBundleRequest
72
72
  * @return GetCertificateAuthorityBundleResponse
73
73
  * @throws OciError when an error occurs
74
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/certificates/GetCertificateAuthorityBundle.ts.html |here} to see how to use GetCertificateAuthorityBundle API.
74
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/certificates/GetCertificateAuthorityBundle.ts.html |here} to see how to use GetCertificateAuthorityBundle API.
75
75
  */
76
76
  getCertificateAuthorityBundle(getCertificateAuthorityBundleRequest: requests.GetCertificateAuthorityBundleRequest): Promise<responses.GetCertificateAuthorityBundleResponse>;
77
77
  /**
@@ -85,7 +85,7 @@ export declare class CertificatesClient {
85
85
  * @param GetCertificateBundleRequest
86
86
  * @return GetCertificateBundleResponse
87
87
  * @throws OciError when an error occurs
88
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/certificates/GetCertificateBundle.ts.html |here} to see how to use GetCertificateBundle API.
88
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/certificates/GetCertificateBundle.ts.html |here} to see how to use GetCertificateBundle API.
89
89
  */
90
90
  getCertificateBundle(getCertificateBundleRequest: requests.GetCertificateBundleRequest): Promise<responses.GetCertificateBundleResponse>;
91
91
  /**
@@ -94,7 +94,7 @@ export declare class CertificatesClient {
94
94
  * @param ListCertificateAuthorityBundleVersionsRequest
95
95
  * @return ListCertificateAuthorityBundleVersionsResponse
96
96
  * @throws OciError when an error occurs
97
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/certificates/ListCertificateAuthorityBundleVersions.ts.html |here} to see how to use ListCertificateAuthorityBundleVersions API.
97
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/certificates/ListCertificateAuthorityBundleVersions.ts.html |here} to see how to use ListCertificateAuthorityBundleVersions API.
98
98
  */
99
99
  listCertificateAuthorityBundleVersions(listCertificateAuthorityBundleVersionsRequest: requests.ListCertificateAuthorityBundleVersionsRequest): Promise<responses.ListCertificateAuthorityBundleVersionsResponse>;
100
100
  /**
@@ -103,7 +103,7 @@ export declare class CertificatesClient {
103
103
  * @param ListCertificateBundleVersionsRequest
104
104
  * @return ListCertificateBundleVersionsResponse
105
105
  * @throws OciError when an error occurs
106
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/certificates/ListCertificateBundleVersions.ts.html |here} to see how to use ListCertificateBundleVersions API.
106
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/certificates/ListCertificateBundleVersions.ts.html |here} to see how to use ListCertificateBundleVersions API.
107
107
  */
108
108
  listCertificateBundleVersions(listCertificateBundleVersionsRequest: requests.ListCertificateBundleVersionsRequest): Promise<responses.ListCertificateBundleVersionsResponse>;
109
109
  }
package/lib/client.js CHANGED
@@ -134,7 +134,7 @@ class CertificatesClient {
134
134
  * @param GetCaBundleRequest
135
135
  * @return GetCaBundleResponse
136
136
  * @throws OciError when an error occurs
137
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/certificates/GetCaBundle.ts.html |here} to see how to use GetCaBundle API.
137
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/certificates/GetCaBundle.ts.html |here} to see how to use GetCaBundle API.
138
138
  */
139
139
  getCaBundle(getCaBundleRequest) {
140
140
  return __awaiter(this, void 0, void 0, function* () {
@@ -197,7 +197,7 @@ class CertificatesClient {
197
197
  * @param GetCertificateAuthorityBundleRequest
198
198
  * @return GetCertificateAuthorityBundleResponse
199
199
  * @throws OciError when an error occurs
200
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/certificates/GetCertificateAuthorityBundle.ts.html |here} to see how to use GetCertificateAuthorityBundle API.
200
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/certificates/GetCertificateAuthorityBundle.ts.html |here} to see how to use GetCertificateAuthorityBundle API.
201
201
  */
202
202
  getCertificateAuthorityBundle(getCertificateAuthorityBundleRequest) {
203
203
  return __awaiter(this, void 0, void 0, function* () {
@@ -267,7 +267,7 @@ class CertificatesClient {
267
267
  * @param GetCertificateBundleRequest
268
268
  * @return GetCertificateBundleResponse
269
269
  * @throws OciError when an error occurs
270
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/certificates/GetCertificateBundle.ts.html |here} to see how to use GetCertificateBundle API.
270
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/certificates/GetCertificateBundle.ts.html |here} to see how to use GetCertificateBundle API.
271
271
  */
272
272
  getCertificateBundle(getCertificateBundleRequest) {
273
273
  return __awaiter(this, void 0, void 0, function* () {
@@ -333,7 +333,7 @@ class CertificatesClient {
333
333
  * @param ListCertificateAuthorityBundleVersionsRequest
334
334
  * @return ListCertificateAuthorityBundleVersionsResponse
335
335
  * @throws OciError when an error occurs
336
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/certificates/ListCertificateAuthorityBundleVersions.ts.html |here} to see how to use ListCertificateAuthorityBundleVersions API.
336
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/certificates/ListCertificateAuthorityBundleVersions.ts.html |here} to see how to use ListCertificateAuthorityBundleVersions API.
337
337
  */
338
338
  listCertificateAuthorityBundleVersions(listCertificateAuthorityBundleVersionsRequest) {
339
339
  return __awaiter(this, void 0, void 0, function* () {
@@ -392,7 +392,7 @@ class CertificatesClient {
392
392
  * @param ListCertificateBundleVersionsRequest
393
393
  * @return ListCertificateBundleVersionsResponse
394
394
  * @throws OciError when an error occurs
395
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/certificates/ListCertificateBundleVersions.ts.html |here} to see how to use ListCertificateBundleVersions API.
395
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/certificates/ListCertificateBundleVersions.ts.html |here} to see how to use ListCertificateBundleVersions API.
396
396
  */
397
397
  listCertificateBundleVersions(listCertificateBundleVersionsRequest) {
398
398
  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.24.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.25.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.24.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.25.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.24.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.25.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.24.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.25.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.24.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.25.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.24.0",
3
+ "version": "2.25.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.24.0",
19
- "oci-workrequests": "2.24.0"
18
+ "oci-common": "2.25.0",
19
+ "oci-workrequests": "2.25.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"