oci-certificates 2.32.0 → 2.35.1

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
@@ -61,7 +61,7 @@ export declare class CertificatesClient {
61
61
  * @param GetCaBundleRequest
62
62
  * @return GetCaBundleResponse
63
63
  * @throws OciError when an error occurs
64
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/certificates/GetCaBundle.ts.html |here} to see how to use GetCaBundle API.
64
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.35.1/certificates/GetCaBundle.ts.html |here} to see how to use GetCaBundle API.
65
65
  */
66
66
  getCaBundle(getCaBundleRequest: requests.GetCaBundleRequest): Promise<responses.GetCaBundleResponse>;
67
67
  /**
@@ -72,7 +72,7 @@ export declare class CertificatesClient {
72
72
  * @param GetCertificateAuthorityBundleRequest
73
73
  * @return GetCertificateAuthorityBundleResponse
74
74
  * @throws OciError when an error occurs
75
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/certificates/GetCertificateAuthorityBundle.ts.html |here} to see how to use GetCertificateAuthorityBundle API.
75
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.35.1/certificates/GetCertificateAuthorityBundle.ts.html |here} to see how to use GetCertificateAuthorityBundle API.
76
76
  */
77
77
  getCertificateAuthorityBundle(getCertificateAuthorityBundleRequest: requests.GetCertificateAuthorityBundleRequest): Promise<responses.GetCertificateAuthorityBundleResponse>;
78
78
  /**
@@ -86,7 +86,7 @@ export declare class CertificatesClient {
86
86
  * @param GetCertificateBundleRequest
87
87
  * @return GetCertificateBundleResponse
88
88
  * @throws OciError when an error occurs
89
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/certificates/GetCertificateBundle.ts.html |here} to see how to use GetCertificateBundle API.
89
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.35.1/certificates/GetCertificateBundle.ts.html |here} to see how to use GetCertificateBundle API.
90
90
  */
91
91
  getCertificateBundle(getCertificateBundleRequest: requests.GetCertificateBundleRequest): Promise<responses.GetCertificateBundleResponse>;
92
92
  /**
@@ -95,7 +95,7 @@ export declare class CertificatesClient {
95
95
  * @param ListCertificateAuthorityBundleVersionsRequest
96
96
  * @return ListCertificateAuthorityBundleVersionsResponse
97
97
  * @throws OciError when an error occurs
98
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/certificates/ListCertificateAuthorityBundleVersions.ts.html |here} to see how to use ListCertificateAuthorityBundleVersions API.
98
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.35.1/certificates/ListCertificateAuthorityBundleVersions.ts.html |here} to see how to use ListCertificateAuthorityBundleVersions API.
99
99
  */
100
100
  listCertificateAuthorityBundleVersions(listCertificateAuthorityBundleVersionsRequest: requests.ListCertificateAuthorityBundleVersionsRequest): Promise<responses.ListCertificateAuthorityBundleVersionsResponse>;
101
101
  /**
@@ -104,7 +104,7 @@ export declare class CertificatesClient {
104
104
  * @param ListCertificateBundleVersionsRequest
105
105
  * @return ListCertificateBundleVersionsResponse
106
106
  * @throws OciError when an error occurs
107
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/certificates/ListCertificateBundleVersions.ts.html |here} to see how to use ListCertificateBundleVersions API.
107
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.35.1/certificates/ListCertificateBundleVersions.ts.html |here} to see how to use ListCertificateBundleVersions API.
108
108
  */
109
109
  listCertificateBundleVersions(listCertificateBundleVersionsRequest: requests.ListCertificateBundleVersionsRequest): Promise<responses.ListCertificateBundleVersionsResponse>;
110
110
  }
package/lib/client.js CHANGED
@@ -135,7 +135,7 @@ class CertificatesClient {
135
135
  * @param GetCaBundleRequest
136
136
  * @return GetCaBundleResponse
137
137
  * @throws OciError when an error occurs
138
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/certificates/GetCaBundle.ts.html |here} to see how to use GetCaBundle API.
138
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.35.1/certificates/GetCaBundle.ts.html |here} to see how to use GetCaBundle API.
139
139
  */
140
140
  getCaBundle(getCaBundleRequest) {
141
141
  return __awaiter(this, void 0, void 0, function* () {
@@ -200,7 +200,7 @@ class CertificatesClient {
200
200
  * @param GetCertificateAuthorityBundleRequest
201
201
  * @return GetCertificateAuthorityBundleResponse
202
202
  * @throws OciError when an error occurs
203
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/certificates/GetCertificateAuthorityBundle.ts.html |here} to see how to use GetCertificateAuthorityBundle API.
203
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.35.1/certificates/GetCertificateAuthorityBundle.ts.html |here} to see how to use GetCertificateAuthorityBundle API.
204
204
  */
205
205
  getCertificateAuthorityBundle(getCertificateAuthorityBundleRequest) {
206
206
  return __awaiter(this, void 0, void 0, function* () {
@@ -272,7 +272,7 @@ class CertificatesClient {
272
272
  * @param GetCertificateBundleRequest
273
273
  * @return GetCertificateBundleResponse
274
274
  * @throws OciError when an error occurs
275
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/certificates/GetCertificateBundle.ts.html |here} to see how to use GetCertificateBundle API.
275
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.35.1/certificates/GetCertificateBundle.ts.html |here} to see how to use GetCertificateBundle API.
276
276
  */
277
277
  getCertificateBundle(getCertificateBundleRequest) {
278
278
  return __awaiter(this, void 0, void 0, function* () {
@@ -340,7 +340,7 @@ class CertificatesClient {
340
340
  * @param ListCertificateAuthorityBundleVersionsRequest
341
341
  * @return ListCertificateAuthorityBundleVersionsResponse
342
342
  * @throws OciError when an error occurs
343
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/certificates/ListCertificateAuthorityBundleVersions.ts.html |here} to see how to use ListCertificateAuthorityBundleVersions API.
343
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.35.1/certificates/ListCertificateAuthorityBundleVersions.ts.html |here} to see how to use ListCertificateAuthorityBundleVersions API.
344
344
  */
345
345
  listCertificateAuthorityBundleVersions(listCertificateAuthorityBundleVersionsRequest) {
346
346
  return __awaiter(this, void 0, void 0, function* () {
@@ -401,7 +401,7 @@ class CertificatesClient {
401
401
  * @param ListCertificateBundleVersionsRequest
402
402
  * @return ListCertificateBundleVersionsResponse
403
403
  * @throws OciError when an error occurs
404
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.32.0/certificates/ListCertificateBundleVersions.ts.html |here} to see how to use ListCertificateBundleVersions API.
404
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.35.1/certificates/ListCertificateBundleVersions.ts.html |here} to see how to use ListCertificateBundleVersions API.
405
405
  */
406
406
  listCertificateBundleVersions(listCertificateBundleVersionsRequest) {
407
407
  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.32.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.35.1/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.32.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.35.1/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.32.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.35.1/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.32.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.35.1/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.32.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.35.1/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.32.0",
3
+ "version": "2.35.1",
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.32.0",
19
- "oci-workrequests": "2.32.0"
18
+ "oci-common": "2.35.1",
19
+ "oci-workrequests": "2.35.1"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"