oci-certificates 2.82.2 → 2.84.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 +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
|
@@ -77,7 +77,7 @@ export declare class CertificatesClient {
|
|
|
77
77
|
* @param GetCaBundleRequest
|
|
78
78
|
* @return GetCaBundleResponse
|
|
79
79
|
* @throws OciError when an error occurs
|
|
80
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
80
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/certificates/GetCaBundle.ts.html |here} to see how to use GetCaBundle API.
|
|
81
81
|
*/
|
|
82
82
|
getCaBundle(getCaBundleRequest: requests.GetCaBundleRequest): Promise<responses.GetCaBundleResponse>;
|
|
83
83
|
/**
|
|
@@ -88,7 +88,7 @@ export declare class CertificatesClient {
|
|
|
88
88
|
* @param GetCertificateAuthorityBundleRequest
|
|
89
89
|
* @return GetCertificateAuthorityBundleResponse
|
|
90
90
|
* @throws OciError when an error occurs
|
|
91
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
91
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/certificates/GetCertificateAuthorityBundle.ts.html |here} to see how to use GetCertificateAuthorityBundle API.
|
|
92
92
|
*/
|
|
93
93
|
getCertificateAuthorityBundle(getCertificateAuthorityBundleRequest: requests.GetCertificateAuthorityBundleRequest): Promise<responses.GetCertificateAuthorityBundleResponse>;
|
|
94
94
|
/**
|
|
@@ -102,7 +102,7 @@ export declare class CertificatesClient {
|
|
|
102
102
|
* @param GetCertificateBundleRequest
|
|
103
103
|
* @return GetCertificateBundleResponse
|
|
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.
|
|
105
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/certificates/GetCertificateBundle.ts.html |here} to see how to use GetCertificateBundle API.
|
|
106
106
|
*/
|
|
107
107
|
getCertificateBundle(getCertificateBundleRequest: requests.GetCertificateBundleRequest): Promise<responses.GetCertificateBundleResponse>;
|
|
108
108
|
/**
|
|
@@ -111,7 +111,7 @@ export declare class CertificatesClient {
|
|
|
111
111
|
* @param ListCertificateAuthorityBundleVersionsRequest
|
|
112
112
|
* @return ListCertificateAuthorityBundleVersionsResponse
|
|
113
113
|
* @throws OciError when an error occurs
|
|
114
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
114
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/certificates/ListCertificateAuthorityBundleVersions.ts.html |here} to see how to use ListCertificateAuthorityBundleVersions API.
|
|
115
115
|
*/
|
|
116
116
|
listCertificateAuthorityBundleVersions(listCertificateAuthorityBundleVersionsRequest: requests.ListCertificateAuthorityBundleVersionsRequest): Promise<responses.ListCertificateAuthorityBundleVersionsResponse>;
|
|
117
117
|
/**
|
|
@@ -120,7 +120,7 @@ export declare class CertificatesClient {
|
|
|
120
120
|
* @param ListCertificateBundleVersionsRequest
|
|
121
121
|
* @return ListCertificateBundleVersionsResponse
|
|
122
122
|
* @throws OciError when an error occurs
|
|
123
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
123
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/certificates/ListCertificateBundleVersions.ts.html |here} to see how to use ListCertificateBundleVersions API.
|
|
124
124
|
*/
|
|
125
125
|
listCertificateBundleVersions(listCertificateBundleVersionsRequest: requests.ListCertificateBundleVersionsRequest): Promise<responses.ListCertificateBundleVersionsResponse>;
|
|
126
126
|
}
|
package/lib/client.js
CHANGED
|
@@ -175,7 +175,7 @@ class CertificatesClient {
|
|
|
175
175
|
* @param GetCaBundleRequest
|
|
176
176
|
* @return GetCaBundleResponse
|
|
177
177
|
* @throws OciError when an error occurs
|
|
178
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
178
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/certificates/GetCaBundle.ts.html |here} to see how to use GetCaBundle API.
|
|
179
179
|
*/
|
|
180
180
|
getCaBundle(getCaBundleRequest) {
|
|
181
181
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -240,7 +240,7 @@ class CertificatesClient {
|
|
|
240
240
|
* @param GetCertificateAuthorityBundleRequest
|
|
241
241
|
* @return GetCertificateAuthorityBundleResponse
|
|
242
242
|
* @throws OciError when an error occurs
|
|
243
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
243
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/certificates/GetCertificateAuthorityBundle.ts.html |here} to see how to use GetCertificateAuthorityBundle API.
|
|
244
244
|
*/
|
|
245
245
|
getCertificateAuthorityBundle(getCertificateAuthorityBundleRequest) {
|
|
246
246
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -312,7 +312,7 @@ class CertificatesClient {
|
|
|
312
312
|
* @param GetCertificateBundleRequest
|
|
313
313
|
* @return GetCertificateBundleResponse
|
|
314
314
|
* @throws OciError when an error occurs
|
|
315
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
315
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/certificates/GetCertificateBundle.ts.html |here} to see how to use GetCertificateBundle API.
|
|
316
316
|
*/
|
|
317
317
|
getCertificateBundle(getCertificateBundleRequest) {
|
|
318
318
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -380,7 +380,7 @@ class CertificatesClient {
|
|
|
380
380
|
* @param ListCertificateAuthorityBundleVersionsRequest
|
|
381
381
|
* @return ListCertificateAuthorityBundleVersionsResponse
|
|
382
382
|
* @throws OciError when an error occurs
|
|
383
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
383
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/certificates/ListCertificateAuthorityBundleVersions.ts.html |here} to see how to use ListCertificateAuthorityBundleVersions API.
|
|
384
384
|
*/
|
|
385
385
|
listCertificateAuthorityBundleVersions(listCertificateAuthorityBundleVersionsRequest) {
|
|
386
386
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -441,7 +441,7 @@ class CertificatesClient {
|
|
|
441
441
|
* @param ListCertificateBundleVersionsRequest
|
|
442
442
|
* @return ListCertificateBundleVersionsResponse
|
|
443
443
|
* @throws OciError when an error occurs
|
|
444
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
444
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/certificates/ListCertificateBundleVersions.ts.html |here} to see how to use ListCertificateBundleVersions API.
|
|
445
445
|
*/
|
|
446
446
|
listCertificateBundleVersions(listCertificateBundleVersionsRequest) {
|
|
447
447
|
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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.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.
|
|
3
|
+
"version": "2.84.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.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.84.0",
|
|
19
|
+
"oci-workrequests": "2.84.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|