@google-cloud/security-private-ca
Advanced tools
Comparing version 2.5.0 to 3.0.0
import * as v1 from './v1'; | ||
import * as v1beta1 from './v1beta1'; | ||
declare const CertificateAuthorityServiceClient: typeof v1beta1.CertificateAuthorityServiceClient; | ||
declare type CertificateAuthorityServiceClient = v1beta1.CertificateAuthorityServiceClient; | ||
declare const CertificateAuthorityServiceClient: typeof v1.CertificateAuthorityServiceClient; | ||
declare type CertificateAuthorityServiceClient = v1.CertificateAuthorityServiceClient; | ||
export { v1, v1beta1, CertificateAuthorityServiceClient }; | ||
@@ -9,3 +9,3 @@ declare const _default: { | ||
v1beta1: typeof v1beta1; | ||
CertificateAuthorityServiceClient: typeof v1beta1.CertificateAuthorityServiceClient; | ||
CertificateAuthorityServiceClient: typeof v1.CertificateAuthorityServiceClient; | ||
}; | ||
@@ -12,0 +12,0 @@ export default _default; |
@@ -25,3 +25,3 @@ "use strict"; | ||
exports.v1beta1 = v1beta1; | ||
const CertificateAuthorityServiceClient = v1beta1.CertificateAuthorityServiceClient; | ||
const CertificateAuthorityServiceClient = v1.CertificateAuthorityServiceClient; | ||
exports.CertificateAuthorityServiceClient = CertificateAuthorityServiceClient; | ||
@@ -28,0 +28,0 @@ exports.default = { v1, v1beta1, CertificateAuthorityServiceClient }; |
# Changelog | ||
## [3.0.0](https://www.github.com/googleapis/nodejs-security-private-ca/compare/v2.5.0...v3.0.0) (2021-11-26) | ||
### ⚠ BREAKING CHANGES | ||
* v1 removes methods 'restoreCertificateAuthority', 'scheduleDeleteCertificateAuthority', 'getReusableConfig', 'listReusableConfigs' | ||
* resource paths have changed for some methods, e.g., certificateAuthorities becomes caPools | ||
* default to v1 of the API (#88) | ||
### Features | ||
* default to v1 of the API ([#88](https://www.github.com/googleapis/nodejs-security-private-ca/issues/88)) ([a52d838](https://www.github.com/googleapis/nodejs-security-private-ca/commit/a52d8381e371f73ef21b22a8faa389235c58c5a8)) | ||
### Code Refactoring | ||
* resource paths have changed for some methods, e.g., certificateAuthorities becomes caPools ([a52d838](https://www.github.com/googleapis/nodejs-security-private-ca/commit/a52d8381e371f73ef21b22a8faa389235c58c5a8)) | ||
* v1 removes methods 'restoreCertificateAuthority', 'scheduleDeleteCertificateAuthority', 'getReusableConfig', 'listReusableConfigs' ([a52d838](https://www.github.com/googleapis/nodejs-security-private-ca/commit/a52d8381e371f73ef21b22a8faa389235c58c5a8)) | ||
## [2.5.0](https://www.github.com/googleapis/nodejs-security-private-ca/compare/v2.4.1...v2.5.0) (2021-10-06) | ||
@@ -4,0 +23,0 @@ |
{ | ||
"name": "@google-cloud/security-private-ca", | ||
"version": "2.5.0", | ||
"version": "3.0.0", | ||
"description": "Privateca client for Node.js", | ||
@@ -46,3 +46,3 @@ "repository": "googleapis/nodejs-security-private-ca", | ||
"@types/mocha": "^8.0.3", | ||
"@types/node": "^14.6.1", | ||
"@types/node": "^16.0.0", | ||
"@types/sinon": "^10.0.0", | ||
@@ -58,3 +58,3 @@ "c8": "^7.3.0", | ||
"pack-n-play": "^1.0.0-2", | ||
"sinon": "^11.0.0", | ||
"sinon": "^12.0.0", | ||
"ts-loader": "^9.0.0", | ||
@@ -61,0 +61,0 @@ "typescript": "^3.9.7", |
@@ -7,3 +7,3 @@ [//]: # "This README.md file is auto-generated, all changes to this file will be lost." | ||
[![release level](https://img.shields.io/badge/release%20level-beta-yellow.svg?style=flat)](https://cloud.google.com/terms/launch-stages) | ||
[![release level](https://img.shields.io/badge/release%20level-general%20availability%20%28GA%29-brightgreen.svg?style=flat)](https://cloud.google.com/terms/launch-stages) | ||
[![npm version](https://img.shields.io/npm/v/@google-cloud/security-private-ca.svg)](https://www.npmjs.org/package/@google-cloud/security-private-ca) | ||
@@ -76,3 +76,3 @@ [![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-security-private-ca/main.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-security-private-ca) | ||
const res = await client.listCertificates({ | ||
parent: `projects/${projectId}/locations/${location}/certificateAuthorities/${name}`, | ||
parent: `projects/${projectId}/locations/${location}/caPools/${name}`, | ||
}); | ||
@@ -127,7 +127,8 @@ return res; | ||
This library is considered to be **General Availability (GA)**. This means it | ||
is stable; the code surface will not change in backwards-incompatible ways | ||
unless absolutely necessary (e.g. because of critical security issues) or with | ||
an extensive deprecation period. Issues and requests against **GA** libraries | ||
are addressed with the highest priority. | ||
This library is considered to be in **beta**. This means it is expected to be | ||
mostly stable while we work toward a general availability release; however, | ||
complete stability is not guaranteed. We will address issues and requests | ||
against beta libraries with a high priority. | ||
@@ -134,0 +135,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5886873
162
81793