oci-certificates 2.123.1 → 2.124.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 +7 -7
- package/lib/client.js +7 -7
- package/lib/model/certificate-authority-bundle-version-summary.d.ts +1 -0
- package/lib/model/certificate-authority-bundle-version-summary.js +1 -0
- package/lib/model/certificate-authority-bundle-version-summary.js.map +1 -1
- package/lib/model/certificate-authority-bundle.d.ts +1 -0
- package/lib/model/certificate-authority-bundle.js +1 -0
- package/lib/model/certificate-authority-bundle.js.map +1 -1
- package/lib/model/certificate-bundle-version-summary.d.ts +1 -0
- package/lib/model/certificate-bundle-version-summary.js +1 -0
- package/lib/model/certificate-bundle-version-summary.js.map +1 -1
- package/lib/model/certificate-bundle.d.ts +1 -0
- package/lib/model/certificate-bundle.js +1 -0
- package/lib/model/certificate-bundle.js.map +1 -1
- package/lib/model/version-stage.d.ts +2 -0
- package/lib/model/version-stage.js +2 -0
- package/lib/model/version-stage.js.map +1 -1
- package/lib/request/get-certificate-authority-bundle-request.d.ts +1 -0
- package/lib/request/get-certificate-authority-bundle-request.js +1 -0
- package/lib/request/get-certificate-authority-bundle-request.js.map +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -80,7 +80,7 @@ export declare class CertificatesClient {
|
|
|
80
80
|
*/
|
|
81
81
|
close(): void;
|
|
82
82
|
/**
|
|
83
|
-
* Gets
|
|
83
|
+
* Gets the bundle for the specified CA bundle.
|
|
84
84
|
*
|
|
85
85
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
86
86
|
* @param GetCaBundleRequest
|
|
@@ -90,8 +90,8 @@ export declare class CertificatesClient {
|
|
|
90
90
|
*/
|
|
91
91
|
getCaBundle(getCaBundleRequest: requests.GetCaBundleRequest): Promise<responses.GetCaBundleResponse>;
|
|
92
92
|
/**
|
|
93
|
-
* Gets a certificate authority
|
|
94
|
-
* If none of these parameters are provided, the bundle for the
|
|
93
|
+
* Gets a bundle for a certificate authority (CA) that matches either the specified `stage`, `name`, or `versionNumber` parameter.
|
|
94
|
+
* If none of these parameters are provided, the bundle for the CA version marked as `CURRENT` is returned.
|
|
95
95
|
*
|
|
96
96
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
97
97
|
* @param GetCertificateAuthorityBundleRequest
|
|
@@ -102,10 +102,10 @@ export declare class CertificatesClient {
|
|
|
102
102
|
getCertificateAuthorityBundle(getCertificateAuthorityBundleRequest: requests.GetCertificateAuthorityBundleRequest): Promise<responses.GetCertificateAuthorityBundleResponse>;
|
|
103
103
|
/**
|
|
104
104
|
* Gets a certificate bundle that matches either the specified `stage`, `versionName`, or `versionNumber` parameter.
|
|
105
|
-
* If none of these parameters are provided, the bundle for the certificate version marked as `CURRENT`
|
|
105
|
+
* If none of these parameters are provided, the bundle for the certificate version marked as `CURRENT` is returned.
|
|
106
106
|
* <p>
|
|
107
|
-
By default, the private key is not included in the query result, and
|
|
108
|
-
* If the private key
|
|
107
|
+
By default, the private key is not included in the query result, and only the certificate bundle is returned.
|
|
108
|
+
* If you also need the private key, you can use the parameter `CertificateBundleTypeQueryParam` to indicate that you want a certificate bundle along with its private key as a response to your request.
|
|
109
109
|
*
|
|
110
110
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
111
111
|
* @param GetCertificateBundleRequest
|
|
@@ -115,7 +115,7 @@ export declare class CertificatesClient {
|
|
|
115
115
|
*/
|
|
116
116
|
getCertificateBundle(getCertificateBundleRequest: requests.GetCertificateBundleRequest): Promise<responses.GetCertificateBundleResponse>;
|
|
117
117
|
/**
|
|
118
|
-
* Lists all
|
|
118
|
+
* Lists all versions of bundles for a given certificate authority (CA).
|
|
119
119
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
120
120
|
* @param ListCertificateAuthorityBundleVersionsRequest
|
|
121
121
|
* @return ListCertificateAuthorityBundleVersionsResponse
|
package/lib/client.js
CHANGED
|
@@ -186,7 +186,7 @@ class CertificatesClient {
|
|
|
186
186
|
this.closeProvider();
|
|
187
187
|
}
|
|
188
188
|
/**
|
|
189
|
-
* Gets
|
|
189
|
+
* Gets the bundle for the specified CA bundle.
|
|
190
190
|
*
|
|
191
191
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
192
192
|
* @param GetCaBundleRequest
|
|
@@ -250,8 +250,8 @@ class CertificatesClient {
|
|
|
250
250
|
});
|
|
251
251
|
}
|
|
252
252
|
/**
|
|
253
|
-
* Gets a certificate authority
|
|
254
|
-
* If none of these parameters are provided, the bundle for the
|
|
253
|
+
* Gets a bundle for a certificate authority (CA) that matches either the specified `stage`, `name`, or `versionNumber` parameter.
|
|
254
|
+
* If none of these parameters are provided, the bundle for the CA version marked as `CURRENT` is returned.
|
|
255
255
|
*
|
|
256
256
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
257
257
|
* @param GetCertificateAuthorityBundleRequest
|
|
@@ -320,10 +320,10 @@ class CertificatesClient {
|
|
|
320
320
|
}
|
|
321
321
|
/**
|
|
322
322
|
* Gets a certificate bundle that matches either the specified `stage`, `versionName`, or `versionNumber` parameter.
|
|
323
|
-
* If none of these parameters are provided, the bundle for the certificate version marked as `CURRENT`
|
|
323
|
+
* If none of these parameters are provided, the bundle for the certificate version marked as `CURRENT` is returned.
|
|
324
324
|
* <p>
|
|
325
|
-
By default, the private key is not included in the query result, and
|
|
326
|
-
* If the private key
|
|
325
|
+
By default, the private key is not included in the query result, and only the certificate bundle is returned.
|
|
326
|
+
* If you also need the private key, you can use the parameter `CertificateBundleTypeQueryParam` to indicate that you want a certificate bundle along with its private key as a response to your request.
|
|
327
327
|
*
|
|
328
328
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
329
329
|
* @param GetCertificateBundleRequest
|
|
@@ -392,7 +392,7 @@ class CertificatesClient {
|
|
|
392
392
|
});
|
|
393
393
|
}
|
|
394
394
|
/**
|
|
395
|
-
* Lists all
|
|
395
|
+
* Lists all versions of bundles for a given certificate authority (CA).
|
|
396
396
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
397
397
|
* @param ListCertificateAuthorityBundleVersionsRequest
|
|
398
398
|
* @return ListCertificateAuthorityBundleVersionsResponse
|
|
@@ -39,6 +39,7 @@ var CertificateAuthorityBundleVersionSummary;
|
|
|
39
39
|
(function (Stages) {
|
|
40
40
|
Stages["Current"] = "CURRENT";
|
|
41
41
|
Stages["Pending"] = "PENDING";
|
|
42
|
+
Stages["PendingActivation"] = "PENDING_ACTIVATION";
|
|
42
43
|
Stages["Latest"] = "LATEST";
|
|
43
44
|
Stages["Previous"] = "PREVIOUS";
|
|
44
45
|
Stages["Deprecated"] = "DEPRECATED";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"certificate-authority-bundle-version-summary.js","sourceRoot":"","sources":["../../../../../lib/certificates/lib/model/certificate-authority-bundle-version-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAmDlC,IAAiB,wCAAwC,
|
|
1
|
+
{"version":3,"file":"certificate-authority-bundle-version-summary.js","sourceRoot":"","sources":["../../../../../lib/certificates/lib/model/certificate-authority-bundle-version-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAmDlC,IAAiB,wCAAwC,CA4CxD;AA5CD,WAAiB,wCAAwC;IACvD,IAAY,MAaX;IAbD,WAAY,MAAM;QAChB,6BAAmB,CAAA;QACnB,6BAAmB,CAAA;QACnB,kDAAwC,CAAA;QACxC,2BAAiB,CAAA;QACjB,+BAAqB,CAAA;QACrB,mCAAyB,CAAA;QACzB,2BAAiB,CAAA;QACjB;;;WAGG;QACH,wCAA8B,CAAA;IAChC,CAAC,EAbW,MAAM,GAAN,+CAAM,KAAN,+CAAM,QAajB;IAED,SAAgB,UAAU,CAAC,GAA6C;QACtE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,UAAU,EAAE,GAAG,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,UAAU,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS;YAE9E,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,UAAU,CAAC,GAAG,CAAC,gBAAgB,CAAC;gBACzD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,mDAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA6C;QAClF,MAAM,OAAO,mCACR,GAAG,GACH;YACD,UAAU,EAAE,GAAG,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,sBAAsB,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS;YAE1F,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,sBAAsB,CAAC,GAAG,CAAC,gBAAgB,CAAC;gBACrE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,+DAAsB,yBAarC,CAAA;AACH,CAAC,EA5CgB,wCAAwC,GAAxC,gDAAwC,KAAxC,gDAAwC,QA4CxD"}
|
|
@@ -39,6 +39,7 @@ var CertificateAuthorityBundle;
|
|
|
39
39
|
(function (Stages) {
|
|
40
40
|
Stages["Current"] = "CURRENT";
|
|
41
41
|
Stages["Pending"] = "PENDING";
|
|
42
|
+
Stages["PendingActivation"] = "PENDING_ACTIVATION";
|
|
42
43
|
Stages["Latest"] = "LATEST";
|
|
43
44
|
Stages["Previous"] = "PREVIOUS";
|
|
44
45
|
Stages["Deprecated"] = "DEPRECATED";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"certificate-authority-bundle.js","sourceRoot":"","sources":["../../../../../lib/certificates/lib/model/certificate-authority-bundle.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAoDlC,IAAiB,0BAA0B,
|
|
1
|
+
{"version":3,"file":"certificate-authority-bundle.js","sourceRoot":"","sources":["../../../../../lib/certificates/lib/model/certificate-authority-bundle.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAoDlC,IAAiB,0BAA0B,CA4C1C;AA5CD,WAAiB,0BAA0B;IACzC,IAAY,MAaX;IAbD,WAAY,MAAM;QAChB,6BAAmB,CAAA;QACnB,6BAAmB,CAAA;QACnB,kDAAwC,CAAA;QACxC,2BAAiB,CAAA;QACjB,+BAAqB,CAAA;QACrB,mCAAyB,CAAA;QACzB,2BAAiB,CAAA;QACjB;;;WAGG;QACH,wCAA8B,CAAA;IAChC,CAAC,EAbW,MAAM,GAAN,iCAAM,KAAN,iCAAM,QAajB;IAED,SAAgB,UAAU,CAAC,GAA+B;QACxD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,UAAU,EAAE,GAAG,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,UAAU,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS;YAE9E,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,UAAU,CAAC,GAAG,CAAC,gBAAgB,CAAC;gBACzD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,qCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA+B;QACpE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,UAAU,EAAE,GAAG,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,sBAAsB,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS;YAE1F,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,sBAAsB,CAAC,GAAG,CAAC,gBAAgB,CAAC;gBACrE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,iDAAsB,yBAarC,CAAA;AACH,CAAC,EA5CgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QA4C1C"}
|
|
@@ -39,6 +39,7 @@ var CertificateBundleVersionSummary;
|
|
|
39
39
|
(function (Stages) {
|
|
40
40
|
Stages["Current"] = "CURRENT";
|
|
41
41
|
Stages["Pending"] = "PENDING";
|
|
42
|
+
Stages["PendingActivation"] = "PENDING_ACTIVATION";
|
|
42
43
|
Stages["Latest"] = "LATEST";
|
|
43
44
|
Stages["Previous"] = "PREVIOUS";
|
|
44
45
|
Stages["Deprecated"] = "DEPRECATED";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"certificate-bundle-version-summary.js","sourceRoot":"","sources":["../../../../../lib/certificates/lib/model/certificate-bundle-version-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAkDlC,IAAiB,+BAA+B,
|
|
1
|
+
{"version":3,"file":"certificate-bundle-version-summary.js","sourceRoot":"","sources":["../../../../../lib/certificates/lib/model/certificate-bundle-version-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAkDlC,IAAiB,+BAA+B,CA4C/C;AA5CD,WAAiB,+BAA+B;IAC9C,IAAY,MAaX;IAbD,WAAY,MAAM;QAChB,6BAAmB,CAAA;QACnB,6BAAmB,CAAA;QACnB,kDAAwC,CAAA;QACxC,2BAAiB,CAAA;QACjB,+BAAqB,CAAA;QACrB,mCAAyB,CAAA;QACzB,2BAAiB,CAAA;QACjB;;;WAGG;QACH,wCAA8B,CAAA;IAChC,CAAC,EAbW,MAAM,GAAN,sCAAM,KAAN,sCAAM,QAajB;IAED,SAAgB,UAAU,CAAC,GAAoC;QAC7D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,UAAU,EAAE,GAAG,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,UAAU,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS;YAE9E,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,UAAU,CAAC,GAAG,CAAC,gBAAgB,CAAC;gBACzD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,0CAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoC;QACzE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,UAAU,EAAE,GAAG,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,sBAAsB,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS;YAE1F,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,sBAAsB,CAAC,GAAG,CAAC,gBAAgB,CAAC;gBACrE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,sDAAsB,yBAarC,CAAA;AACH,CAAC,EA5CgB,+BAA+B,GAA/B,uCAA+B,KAA/B,uCAA+B,QA4C/C"}
|
|
@@ -40,6 +40,7 @@ var CertificateBundle;
|
|
|
40
40
|
(function (Stages) {
|
|
41
41
|
Stages["Current"] = "CURRENT";
|
|
42
42
|
Stages["Pending"] = "PENDING";
|
|
43
|
+
Stages["PendingActivation"] = "PENDING_ACTIVATION";
|
|
43
44
|
Stages["Latest"] = "LATEST";
|
|
44
45
|
Stages["Previous"] = "PREVIOUS";
|
|
45
46
|
Stages["Deprecated"] = "DEPRECATED";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"certificate-bundle.js","sourceRoot":"","sources":["../../../../../lib/certificates/lib/model/certificate-bundle.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAqDtC,IAAiB,iBAAiB,
|
|
1
|
+
{"version":3,"file":"certificate-bundle.js","sourceRoot":"","sources":["../../../../../lib/certificates/lib/model/certificate-bundle.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAqDtC,IAAiB,iBAAiB,CA8EjC;AA9ED,WAAiB,iBAAiB;IAChC,IAAY,MAaX;IAbD,WAAY,MAAM;QAChB,6BAAmB,CAAA;QACnB,6BAAmB,CAAA;QACnB,kDAAwC,CAAA;QACxC,2BAAiB,CAAA;QACjB,+BAAqB,CAAA;QACrB,mCAAyB,CAAA;QACzB,2BAAiB,CAAA;QACjB;;;WAGG;QACH,wCAA8B,CAAA;IAChC,CAAC,EAbW,MAAM,GAAN,wBAAM,KAAN,wBAAM,QAajB;IAED,SAAgB,UAAU,CAAC,GAAsB;QAC/C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,UAAU,EAAE,GAAG,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,UAAU,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS;YAE9E,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,UAAU,CAAC,GAAG,CAAC,gBAAgB,CAAC;gBACzD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,IAAI,GAAG,IAAI,uBAAuB,IAAI,GAAG,IAAI,GAAG,CAAC,qBAAqB,EAAE;YACtE,QAAQ,GAAG,CAAC,qBAAqB,EAAE;gBACjC,KAAK,iCAAiC;oBACpC,OAAO,KAAK,CAAC,2BAA2B,CAAC,UAAU,CACL,OAAQ,EACpD,IAAI,CACL,CAAC;gBACJ,KAAK,sCAAsC;oBACzC,OAAO,KAAK,CAAC,+BAA+B,CAAC,UAAU,CACL,OAAQ,EACxD,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBACnB,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,qBAAqB,EAAE,CAAC,CAAC;aAC/E;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IA9Be,4BAAU,aA8BzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsB;QAC3D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,UAAU,EAAE,GAAG,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,sBAAsB,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS;YAE1F,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,sBAAsB,CAAC,GAAG,CAAC,gBAAgB,CAAC;gBACrE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,IAAI,GAAG,IAAI,uBAAuB,IAAI,GAAG,IAAI,GAAG,CAAC,qBAAqB,EAAE;YACtE,QAAQ,GAAG,CAAC,qBAAqB,EAAE;gBACjC,KAAK,iCAAiC;oBACpC,OAAO,KAAK,CAAC,2BAA2B,CAAC,sBAAsB,CACjB,OAAQ,EACpD,IAAI,CACL,CAAC;gBACJ,KAAK,sCAAsC;oBACzC,OAAO,KAAK,CAAC,+BAA+B,CAAC,sBAAsB,CACjB,OAAQ,EACxD,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBACnB,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,qBAAqB,EAAE,CAAC,CAAC;aAC/E;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IA9Be,wCAAsB,yBA8BrC,CAAA;AACH,CAAC,EA9EgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QA8EjC"}
|
|
@@ -17,11 +17,13 @@
|
|
|
17
17
|
* (The first version of a certificate is always marked as both {@code CURRENT} and {@code LATEST}.)
|
|
18
18
|
* A certificate version marked {@code PREVIOUS} is the certificate version that was most recently marked {@code CURRENT}, before the last certificate version rotation.
|
|
19
19
|
* A certificate version marked {@code DEPRECATED} is neither current, pending, nor the previous one in use. Only certificate versions marked {@code DEPRECATED} can be scheduled for deletion.
|
|
20
|
+
* A certificate version marked {@code PENDING_ACTIVATION} applies to certificates issued by an externally managed CA and stays in that rotation state until you successfully sign the certificate signing request (CSR) externally and then import the signed certificate to the Certificates service.
|
|
20
21
|
*
|
|
21
22
|
**/
|
|
22
23
|
export declare enum VersionStage {
|
|
23
24
|
Current = "CURRENT",
|
|
24
25
|
Pending = "PENDING",
|
|
26
|
+
PendingActivation = "PENDING_ACTIVATION",
|
|
25
27
|
Latest = "LATEST",
|
|
26
28
|
Previous = "PREVIOUS",
|
|
27
29
|
Deprecated = "DEPRECATED",
|
|
@@ -20,12 +20,14 @@ exports.VersionStage = void 0;
|
|
|
20
20
|
* (The first version of a certificate is always marked as both {@code CURRENT} and {@code LATEST}.)
|
|
21
21
|
* A certificate version marked {@code PREVIOUS} is the certificate version that was most recently marked {@code CURRENT}, before the last certificate version rotation.
|
|
22
22
|
* A certificate version marked {@code DEPRECATED} is neither current, pending, nor the previous one in use. Only certificate versions marked {@code DEPRECATED} can be scheduled for deletion.
|
|
23
|
+
* A certificate version marked {@code PENDING_ACTIVATION} applies to certificates issued by an externally managed CA and stays in that rotation state until you successfully sign the certificate signing request (CSR) externally and then import the signed certificate to the Certificates service.
|
|
23
24
|
*
|
|
24
25
|
**/
|
|
25
26
|
var VersionStage;
|
|
26
27
|
(function (VersionStage) {
|
|
27
28
|
VersionStage["Current"] = "CURRENT";
|
|
28
29
|
VersionStage["Pending"] = "PENDING";
|
|
30
|
+
VersionStage["PendingActivation"] = "PENDING_ACTIVATION";
|
|
29
31
|
VersionStage["Latest"] = "LATEST";
|
|
30
32
|
VersionStage["Previous"] = "PREVIOUS";
|
|
31
33
|
VersionStage["Deprecated"] = "DEPRECATED";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version-stage.js","sourceRoot":"","sources":["../../../../../lib/certificates/lib/model/version-stage.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH
|
|
1
|
+
{"version":3,"file":"version-stage.js","sourceRoot":"","sources":["../../../../../lib/certificates/lib/model/version-stage.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;;;;;;;;IASI;AACJ,IAAY,YAcX;AAdD,WAAY,YAAY;IACtB,mCAAmB,CAAA;IACnB,mCAAmB,CAAA;IACnB,wDAAwC,CAAA;IACxC,iCAAiB,CAAA;IACjB,qCAAqB,CAAA;IACrB,yCAAyB,CAAA;IACzB,iCAAiB,CAAA;IAEjB;;;OAGG;IACH,8CAA8B,CAAA;AAChC,CAAC,EAdW,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAcvB;AAED,WAAiB,YAAY;IAC3B,SAAgB,UAAU,CAAC,GAAiB;QAC1C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,uBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiB;QACtD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,mCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAO5B"}
|
|
@@ -19,6 +19,7 @@ var GetCertificateAuthorityBundleRequest;
|
|
|
19
19
|
(function (Stage) {
|
|
20
20
|
Stage["Current"] = "CURRENT";
|
|
21
21
|
Stage["Pending"] = "PENDING";
|
|
22
|
+
Stage["PendingActivation"] = "PENDING_ACTIVATION";
|
|
22
23
|
Stage["Latest"] = "LATEST";
|
|
23
24
|
Stage["Previous"] = "PREVIOUS";
|
|
24
25
|
Stage["Deprecated"] = "DEPRECATED";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-certificate-authority-bundle-request.js","sourceRoot":"","sources":["../../../../../lib/certificates/lib/request/get-certificate-authority-bundle-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAkCH,IAAiB,oCAAoC,
|
|
1
|
+
{"version":3,"file":"get-certificate-authority-bundle-request.js","sourceRoot":"","sources":["../../../../../lib/certificates/lib/request/get-certificate-authority-bundle-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAkCH,IAAiB,oCAAoC,CASpD;AATD,WAAiB,oCAAoC;IACnD,IAAY,KAOX;IAPD,WAAY,KAAK;QACf,4BAAmB,CAAA;QACnB,4BAAmB,CAAA;QACnB,iDAAwC,CAAA;QACxC,0BAAiB,CAAA;QACjB,8BAAqB,CAAA;QACrB,kCAAyB,CAAA;IAC3B,CAAC,EAPW,KAAK,GAAL,0CAAK,KAAL,0CAAK,QAOhB;AACH,CAAC,EATgB,oCAAoC,GAApC,4CAAoC,KAApC,4CAAoC,QASpD"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-certificates",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.124.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.124.0",
|
|
19
|
+
"oci-workrequests": "2.124.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|