oci-certificates 2.102.2 → 2.103.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
|
@@ -86,7 +86,7 @@ export declare class CertificatesClient {
|
|
|
86
86
|
* @param GetCaBundleRequest
|
|
87
87
|
* @return GetCaBundleResponse
|
|
88
88
|
* @throws OciError when an error occurs
|
|
89
|
-
* @example Click {@link https://docs.
|
|
89
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/certificates/GetCaBundle.ts.html |here} to see how to use GetCaBundle API.
|
|
90
90
|
*/
|
|
91
91
|
getCaBundle(getCaBundleRequest: requests.GetCaBundleRequest): Promise<responses.GetCaBundleResponse>;
|
|
92
92
|
/**
|
|
@@ -97,7 +97,7 @@ export declare class CertificatesClient {
|
|
|
97
97
|
* @param GetCertificateAuthorityBundleRequest
|
|
98
98
|
* @return GetCertificateAuthorityBundleResponse
|
|
99
99
|
* @throws OciError when an error occurs
|
|
100
|
-
* @example Click {@link https://docs.
|
|
100
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/certificates/GetCertificateAuthorityBundle.ts.html |here} to see how to use GetCertificateAuthorityBundle API.
|
|
101
101
|
*/
|
|
102
102
|
getCertificateAuthorityBundle(getCertificateAuthorityBundleRequest: requests.GetCertificateAuthorityBundleRequest): Promise<responses.GetCertificateAuthorityBundleResponse>;
|
|
103
103
|
/**
|
|
@@ -111,7 +111,7 @@ export declare class CertificatesClient {
|
|
|
111
111
|
* @param GetCertificateBundleRequest
|
|
112
112
|
* @return GetCertificateBundleResponse
|
|
113
113
|
* @throws OciError when an error occurs
|
|
114
|
-
* @example Click {@link https://docs.
|
|
114
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/certificates/GetCertificateBundle.ts.html |here} to see how to use GetCertificateBundle API.
|
|
115
115
|
*/
|
|
116
116
|
getCertificateBundle(getCertificateBundleRequest: requests.GetCertificateBundleRequest): Promise<responses.GetCertificateBundleResponse>;
|
|
117
117
|
/**
|
|
@@ -120,7 +120,7 @@ export declare class CertificatesClient {
|
|
|
120
120
|
* @param ListCertificateAuthorityBundleVersionsRequest
|
|
121
121
|
* @return ListCertificateAuthorityBundleVersionsResponse
|
|
122
122
|
* @throws OciError when an error occurs
|
|
123
|
-
* @example Click {@link https://docs.
|
|
123
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/certificates/ListCertificateAuthorityBundleVersions.ts.html |here} to see how to use ListCertificateAuthorityBundleVersions API.
|
|
124
124
|
*/
|
|
125
125
|
listCertificateAuthorityBundleVersions(listCertificateAuthorityBundleVersionsRequest: requests.ListCertificateAuthorityBundleVersionsRequest): Promise<responses.ListCertificateAuthorityBundleVersionsResponse>;
|
|
126
126
|
/**
|
|
@@ -129,7 +129,7 @@ export declare class CertificatesClient {
|
|
|
129
129
|
* @param ListCertificateBundleVersionsRequest
|
|
130
130
|
* @return ListCertificateBundleVersionsResponse
|
|
131
131
|
* @throws OciError when an error occurs
|
|
132
|
-
* @example Click {@link https://docs.
|
|
132
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/certificates/ListCertificateBundleVersions.ts.html |here} to see how to use ListCertificateBundleVersions API.
|
|
133
133
|
*/
|
|
134
134
|
listCertificateBundleVersions(listCertificateBundleVersionsRequest: requests.ListCertificateBundleVersionsRequest): Promise<responses.ListCertificateBundleVersionsResponse>;
|
|
135
135
|
}
|
package/lib/client.js
CHANGED
|
@@ -192,7 +192,7 @@ class CertificatesClient {
|
|
|
192
192
|
* @param GetCaBundleRequest
|
|
193
193
|
* @return GetCaBundleResponse
|
|
194
194
|
* @throws OciError when an error occurs
|
|
195
|
-
* @example Click {@link https://docs.
|
|
195
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/certificates/GetCaBundle.ts.html |here} to see how to use GetCaBundle API.
|
|
196
196
|
*/
|
|
197
197
|
getCaBundle(getCaBundleRequest) {
|
|
198
198
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -257,7 +257,7 @@ class CertificatesClient {
|
|
|
257
257
|
* @param GetCertificateAuthorityBundleRequest
|
|
258
258
|
* @return GetCertificateAuthorityBundleResponse
|
|
259
259
|
* @throws OciError when an error occurs
|
|
260
|
-
* @example Click {@link https://docs.
|
|
260
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/certificates/GetCertificateAuthorityBundle.ts.html |here} to see how to use GetCertificateAuthorityBundle API.
|
|
261
261
|
*/
|
|
262
262
|
getCertificateAuthorityBundle(getCertificateAuthorityBundleRequest) {
|
|
263
263
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -329,7 +329,7 @@ class CertificatesClient {
|
|
|
329
329
|
* @param GetCertificateBundleRequest
|
|
330
330
|
* @return GetCertificateBundleResponse
|
|
331
331
|
* @throws OciError when an error occurs
|
|
332
|
-
* @example Click {@link https://docs.
|
|
332
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/certificates/GetCertificateBundle.ts.html |here} to see how to use GetCertificateBundle API.
|
|
333
333
|
*/
|
|
334
334
|
getCertificateBundle(getCertificateBundleRequest) {
|
|
335
335
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -397,7 +397,7 @@ class CertificatesClient {
|
|
|
397
397
|
* @param ListCertificateAuthorityBundleVersionsRequest
|
|
398
398
|
* @return ListCertificateAuthorityBundleVersionsResponse
|
|
399
399
|
* @throws OciError when an error occurs
|
|
400
|
-
* @example Click {@link https://docs.
|
|
400
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/certificates/ListCertificateAuthorityBundleVersions.ts.html |here} to see how to use ListCertificateAuthorityBundleVersions API.
|
|
401
401
|
*/
|
|
402
402
|
listCertificateAuthorityBundleVersions(listCertificateAuthorityBundleVersionsRequest) {
|
|
403
403
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -458,7 +458,7 @@ class CertificatesClient {
|
|
|
458
458
|
* @param ListCertificateBundleVersionsRequest
|
|
459
459
|
* @return ListCertificateBundleVersionsResponse
|
|
460
460
|
* @throws OciError when an error occurs
|
|
461
|
-
* @example Click {@link https://docs.
|
|
461
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/certificates/ListCertificateBundleVersions.ts.html |here} to see how to use ListCertificateBundleVersions API.
|
|
462
462
|
*/
|
|
463
463
|
listCertificateBundleVersions(listCertificateBundleVersionsRequest) {
|
|
464
464
|
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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.103.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.103.0",
|
|
19
|
+
"oci-workrequests": "2.103.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|