oci-certificates 2.86.2 → 2.86.3
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 +5 -5
- package/lib/client.js +5 -5
- package/lib/request/get-ca-bundle-request.d.ts +1 -1
- package/lib/request/get-certificate-authority-bundle-request.d.ts +1 -1
- package/lib/request/get-certificate-bundle-request.d.ts +1 -1
- package/lib/request/list-certificate-authority-bundle-versions-request.d.ts +1 -1
- package/lib/request/list-certificate-bundle-versions-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -81,7 +81,7 @@ export declare class CertificatesClient {
|
|
|
81
81
|
* @param GetCaBundleRequest
|
|
82
82
|
* @return GetCaBundleResponse
|
|
83
83
|
* @throws OciError when an error occurs
|
|
84
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
84
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/certificates/GetCaBundle.ts.html |here} to see how to use GetCaBundle API.
|
|
85
85
|
*/
|
|
86
86
|
getCaBundle(getCaBundleRequest: requests.GetCaBundleRequest): Promise<responses.GetCaBundleResponse>;
|
|
87
87
|
/**
|
|
@@ -92,7 +92,7 @@ export declare class CertificatesClient {
|
|
|
92
92
|
* @param GetCertificateAuthorityBundleRequest
|
|
93
93
|
* @return GetCertificateAuthorityBundleResponse
|
|
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.86.
|
|
95
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/certificates/GetCertificateAuthorityBundle.ts.html |here} to see how to use GetCertificateAuthorityBundle API.
|
|
96
96
|
*/
|
|
97
97
|
getCertificateAuthorityBundle(getCertificateAuthorityBundleRequest: requests.GetCertificateAuthorityBundleRequest): Promise<responses.GetCertificateAuthorityBundleResponse>;
|
|
98
98
|
/**
|
|
@@ -106,7 +106,7 @@ export declare class CertificatesClient {
|
|
|
106
106
|
* @param GetCertificateBundleRequest
|
|
107
107
|
* @return GetCertificateBundleResponse
|
|
108
108
|
* @throws OciError when an error occurs
|
|
109
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
109
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/certificates/GetCertificateBundle.ts.html |here} to see how to use GetCertificateBundle API.
|
|
110
110
|
*/
|
|
111
111
|
getCertificateBundle(getCertificateBundleRequest: requests.GetCertificateBundleRequest): Promise<responses.GetCertificateBundleResponse>;
|
|
112
112
|
/**
|
|
@@ -115,7 +115,7 @@ export declare class CertificatesClient {
|
|
|
115
115
|
* @param ListCertificateAuthorityBundleVersionsRequest
|
|
116
116
|
* @return ListCertificateAuthorityBundleVersionsResponse
|
|
117
117
|
* @throws OciError when an error occurs
|
|
118
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
118
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/certificates/ListCertificateAuthorityBundleVersions.ts.html |here} to see how to use ListCertificateAuthorityBundleVersions API.
|
|
119
119
|
*/
|
|
120
120
|
listCertificateAuthorityBundleVersions(listCertificateAuthorityBundleVersionsRequest: requests.ListCertificateAuthorityBundleVersionsRequest): Promise<responses.ListCertificateAuthorityBundleVersionsResponse>;
|
|
121
121
|
/**
|
|
@@ -124,7 +124,7 @@ export declare class CertificatesClient {
|
|
|
124
124
|
* @param ListCertificateBundleVersionsRequest
|
|
125
125
|
* @return ListCertificateBundleVersionsResponse
|
|
126
126
|
* @throws OciError when an error occurs
|
|
127
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
127
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/certificates/ListCertificateBundleVersions.ts.html |here} to see how to use ListCertificateBundleVersions API.
|
|
128
128
|
*/
|
|
129
129
|
listCertificateBundleVersions(listCertificateBundleVersionsRequest: requests.ListCertificateBundleVersionsRequest): Promise<responses.ListCertificateBundleVersionsResponse>;
|
|
130
130
|
}
|
package/lib/client.js
CHANGED
|
@@ -181,7 +181,7 @@ class CertificatesClient {
|
|
|
181
181
|
* @param GetCaBundleRequest
|
|
182
182
|
* @return GetCaBundleResponse
|
|
183
183
|
* @throws OciError when an error occurs
|
|
184
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
184
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/certificates/GetCaBundle.ts.html |here} to see how to use GetCaBundle API.
|
|
185
185
|
*/
|
|
186
186
|
getCaBundle(getCaBundleRequest) {
|
|
187
187
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -246,7 +246,7 @@ class CertificatesClient {
|
|
|
246
246
|
* @param GetCertificateAuthorityBundleRequest
|
|
247
247
|
* @return GetCertificateAuthorityBundleResponse
|
|
248
248
|
* @throws OciError when an error occurs
|
|
249
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
249
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/certificates/GetCertificateAuthorityBundle.ts.html |here} to see how to use GetCertificateAuthorityBundle API.
|
|
250
250
|
*/
|
|
251
251
|
getCertificateAuthorityBundle(getCertificateAuthorityBundleRequest) {
|
|
252
252
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -318,7 +318,7 @@ class CertificatesClient {
|
|
|
318
318
|
* @param GetCertificateBundleRequest
|
|
319
319
|
* @return GetCertificateBundleResponse
|
|
320
320
|
* @throws OciError when an error occurs
|
|
321
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
321
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/certificates/GetCertificateBundle.ts.html |here} to see how to use GetCertificateBundle API.
|
|
322
322
|
*/
|
|
323
323
|
getCertificateBundle(getCertificateBundleRequest) {
|
|
324
324
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -386,7 +386,7 @@ class CertificatesClient {
|
|
|
386
386
|
* @param ListCertificateAuthorityBundleVersionsRequest
|
|
387
387
|
* @return ListCertificateAuthorityBundleVersionsResponse
|
|
388
388
|
* @throws OciError when an error occurs
|
|
389
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
389
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/certificates/ListCertificateAuthorityBundleVersions.ts.html |here} to see how to use ListCertificateAuthorityBundleVersions API.
|
|
390
390
|
*/
|
|
391
391
|
listCertificateAuthorityBundleVersions(listCertificateAuthorityBundleVersionsRequest) {
|
|
392
392
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -447,7 +447,7 @@ class CertificatesClient {
|
|
|
447
447
|
* @param ListCertificateBundleVersionsRequest
|
|
448
448
|
* @return ListCertificateBundleVersionsResponse
|
|
449
449
|
* @throws OciError when an error occurs
|
|
450
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
450
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/certificates/ListCertificateBundleVersions.ts.html |here} to see how to use ListCertificateBundleVersions API.
|
|
451
451
|
*/
|
|
452
452
|
listCertificateBundleVersions(listCertificateBundleVersionsRequest) {
|
|
453
453
|
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.86.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/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.86.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/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.86.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/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.86.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/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.86.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/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.86.
|
|
3
|
+
"version": "2.86.3",
|
|
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.86.
|
|
19
|
-
"oci-workrequests": "2.86.
|
|
18
|
+
"oci-common": "2.86.3",
|
|
19
|
+
"oci-workrequests": "2.86.3"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|