oci-certificates 2.68.2 → 2.70.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
|
@@ -72,7 +72,7 @@ export declare class CertificatesClient {
|
|
|
72
72
|
* @param GetCaBundleRequest
|
|
73
73
|
* @return GetCaBundleResponse
|
|
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.
|
|
75
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/certificates/GetCaBundle.ts.html |here} to see how to use GetCaBundle API.
|
|
76
76
|
*/
|
|
77
77
|
getCaBundle(getCaBundleRequest: requests.GetCaBundleRequest): Promise<responses.GetCaBundleResponse>;
|
|
78
78
|
/**
|
|
@@ -83,7 +83,7 @@ export declare class CertificatesClient {
|
|
|
83
83
|
* @param GetCertificateAuthorityBundleRequest
|
|
84
84
|
* @return GetCertificateAuthorityBundleResponse
|
|
85
85
|
* @throws OciError when an error occurs
|
|
86
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
86
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/certificates/GetCertificateAuthorityBundle.ts.html |here} to see how to use GetCertificateAuthorityBundle API.
|
|
87
87
|
*/
|
|
88
88
|
getCertificateAuthorityBundle(getCertificateAuthorityBundleRequest: requests.GetCertificateAuthorityBundleRequest): Promise<responses.GetCertificateAuthorityBundleResponse>;
|
|
89
89
|
/**
|
|
@@ -97,7 +97,7 @@ export declare class CertificatesClient {
|
|
|
97
97
|
* @param GetCertificateBundleRequest
|
|
98
98
|
* @return GetCertificateBundleResponse
|
|
99
99
|
* @throws OciError when an error occurs
|
|
100
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
100
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/certificates/GetCertificateBundle.ts.html |here} to see how to use GetCertificateBundle API.
|
|
101
101
|
*/
|
|
102
102
|
getCertificateBundle(getCertificateBundleRequest: requests.GetCertificateBundleRequest): Promise<responses.GetCertificateBundleResponse>;
|
|
103
103
|
/**
|
|
@@ -106,7 +106,7 @@ export declare class CertificatesClient {
|
|
|
106
106
|
* @param ListCertificateAuthorityBundleVersionsRequest
|
|
107
107
|
* @return ListCertificateAuthorityBundleVersionsResponse
|
|
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.
|
|
109
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/certificates/ListCertificateAuthorityBundleVersions.ts.html |here} to see how to use ListCertificateAuthorityBundleVersions API.
|
|
110
110
|
*/
|
|
111
111
|
listCertificateAuthorityBundleVersions(listCertificateAuthorityBundleVersionsRequest: requests.ListCertificateAuthorityBundleVersionsRequest): Promise<responses.ListCertificateAuthorityBundleVersionsResponse>;
|
|
112
112
|
/**
|
|
@@ -115,7 +115,7 @@ export declare class CertificatesClient {
|
|
|
115
115
|
* @param ListCertificateBundleVersionsRequest
|
|
116
116
|
* @return ListCertificateBundleVersionsResponse
|
|
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.
|
|
118
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/certificates/ListCertificateBundleVersions.ts.html |here} to see how to use ListCertificateBundleVersions API.
|
|
119
119
|
*/
|
|
120
120
|
listCertificateBundleVersions(listCertificateBundleVersionsRequest: requests.ListCertificateBundleVersionsRequest): Promise<responses.ListCertificateBundleVersionsResponse>;
|
|
121
121
|
}
|
package/lib/client.js
CHANGED
|
@@ -162,7 +162,7 @@ class CertificatesClient {
|
|
|
162
162
|
* @param GetCaBundleRequest
|
|
163
163
|
* @return GetCaBundleResponse
|
|
164
164
|
* @throws OciError when an error occurs
|
|
165
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
165
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/certificates/GetCaBundle.ts.html |here} to see how to use GetCaBundle API.
|
|
166
166
|
*/
|
|
167
167
|
getCaBundle(getCaBundleRequest) {
|
|
168
168
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -227,7 +227,7 @@ class CertificatesClient {
|
|
|
227
227
|
* @param GetCertificateAuthorityBundleRequest
|
|
228
228
|
* @return GetCertificateAuthorityBundleResponse
|
|
229
229
|
* @throws OciError when an error occurs
|
|
230
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
230
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/certificates/GetCertificateAuthorityBundle.ts.html |here} to see how to use GetCertificateAuthorityBundle API.
|
|
231
231
|
*/
|
|
232
232
|
getCertificateAuthorityBundle(getCertificateAuthorityBundleRequest) {
|
|
233
233
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -299,7 +299,7 @@ class CertificatesClient {
|
|
|
299
299
|
* @param GetCertificateBundleRequest
|
|
300
300
|
* @return GetCertificateBundleResponse
|
|
301
301
|
* @throws OciError when an error occurs
|
|
302
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
302
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/certificates/GetCertificateBundle.ts.html |here} to see how to use GetCertificateBundle API.
|
|
303
303
|
*/
|
|
304
304
|
getCertificateBundle(getCertificateBundleRequest) {
|
|
305
305
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -367,7 +367,7 @@ class CertificatesClient {
|
|
|
367
367
|
* @param ListCertificateAuthorityBundleVersionsRequest
|
|
368
368
|
* @return ListCertificateAuthorityBundleVersionsResponse
|
|
369
369
|
* @throws OciError when an error occurs
|
|
370
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
370
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/certificates/ListCertificateAuthorityBundleVersions.ts.html |here} to see how to use ListCertificateAuthorityBundleVersions API.
|
|
371
371
|
*/
|
|
372
372
|
listCertificateAuthorityBundleVersions(listCertificateAuthorityBundleVersionsRequest) {
|
|
373
373
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -428,7 +428,7 @@ class CertificatesClient {
|
|
|
428
428
|
* @param ListCertificateBundleVersionsRequest
|
|
429
429
|
* @return ListCertificateBundleVersionsResponse
|
|
430
430
|
* @throws OciError when an error occurs
|
|
431
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
431
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.0/certificates/ListCertificateBundleVersions.ts.html |here} to see how to use ListCertificateBundleVersions API.
|
|
432
432
|
*/
|
|
433
433
|
listCertificateBundleVersions(listCertificateBundleVersionsRequest) {
|
|
434
434
|
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.70.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.70.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.70.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.70.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.70.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.70.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.70.0",
|
|
19
|
+
"oci-workrequests": "2.70.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|