@google-apps/meet
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -87,3 +87,3 @@ import type * as gax from 'google-gax'; | ||
* The DNS address for this API service. | ||
* @deprecated | ||
* @deprecated Use the apiEndpoint method of the client instance. | ||
* @returns {string} The DNS address for this service. | ||
@@ -93,5 +93,4 @@ */ | ||
/** | ||
* The DNS address for this API service - same as servicePath, | ||
* exists for compatibility reasons. | ||
* @deprecated | ||
* The DNS address for this API service - same as servicePath. | ||
* @deprecated Use the apiEndpoint method of the client instance. | ||
* @returns {string} The DNS address for this service. | ||
@@ -104,7 +103,2 @@ */ | ||
*/ | ||
get servicePath(): string; | ||
/** | ||
* The DNS address for this API service - same as servicePath(). | ||
* @returns {string} The DNS address for this service. | ||
*/ | ||
get apiEndpoint(): string; | ||
@@ -122,3 +116,3 @@ get universeDomain(): string; | ||
*/ | ||
static get scopes(): never[]; | ||
static get scopes(): string[]; | ||
getProjectId(): Promise<string>; | ||
@@ -125,0 +119,0 @@ getProjectId(callback: Callback<string, undefined, undefined>): void; |
@@ -213,3 +213,3 @@ "use strict"; | ||
* The DNS address for this API service. | ||
* @deprecated | ||
* @deprecated Use the apiEndpoint method of the client instance. | ||
* @returns {string} The DNS address for this service. | ||
@@ -225,5 +225,4 @@ */ | ||
/** | ||
* The DNS address for this API service - same as servicePath, | ||
* exists for compatibility reasons. | ||
* @deprecated | ||
* The DNS address for this API service - same as servicePath. | ||
* @deprecated Use the apiEndpoint method of the client instance. | ||
* @returns {string} The DNS address for this service. | ||
@@ -242,9 +241,2 @@ */ | ||
*/ | ||
get servicePath() { | ||
return this._servicePath; | ||
} | ||
/** | ||
* The DNS address for this API service - same as servicePath(). | ||
* @returns {string} The DNS address for this service. | ||
*/ | ||
get apiEndpoint() { | ||
@@ -269,3 +261,6 @@ return this._servicePath; | ||
static get scopes() { | ||
return []; | ||
return [ | ||
'https://www.googleapis.com/auth/meetings.space.created', | ||
'https://www.googleapis.com/auth/meetings.space.readonly', | ||
]; | ||
} | ||
@@ -272,0 +267,0 @@ /** |
@@ -87,3 +87,3 @@ import type * as gax from 'google-gax'; | ||
* The DNS address for this API service. | ||
* @deprecated | ||
* @deprecated Use the apiEndpoint method of the client instance. | ||
* @returns {string} The DNS address for this service. | ||
@@ -93,5 +93,4 @@ */ | ||
/** | ||
* The DNS address for this API service - same as servicePath, | ||
* exists for compatibility reasons. | ||
* @deprecated | ||
* The DNS address for this API service - same as servicePath. | ||
* @deprecated Use the apiEndpoint method of the client instance. | ||
* @returns {string} The DNS address for this service. | ||
@@ -104,7 +103,2 @@ */ | ||
*/ | ||
get servicePath(): string; | ||
/** | ||
* The DNS address for this API service - same as servicePath(). | ||
* @returns {string} The DNS address for this service. | ||
*/ | ||
get apiEndpoint(): string; | ||
@@ -111,0 +105,0 @@ get universeDomain(): string; |
@@ -213,3 +213,3 @@ "use strict"; | ||
* The DNS address for this API service. | ||
* @deprecated | ||
* @deprecated Use the apiEndpoint method of the client instance. | ||
* @returns {string} The DNS address for this service. | ||
@@ -225,5 +225,4 @@ */ | ||
/** | ||
* The DNS address for this API service - same as servicePath, | ||
* exists for compatibility reasons. | ||
* @deprecated | ||
* The DNS address for this API service - same as servicePath. | ||
* @deprecated Use the apiEndpoint method of the client instance. | ||
* @returns {string} The DNS address for this service. | ||
@@ -242,9 +241,2 @@ */ | ||
*/ | ||
get servicePath() { | ||
return this._servicePath; | ||
} | ||
/** | ||
* The DNS address for this API service - same as servicePath(). | ||
* @returns {string} The DNS address for this service. | ||
*/ | ||
get apiEndpoint() { | ||
@@ -251,0 +243,0 @@ return this._servicePath; |
# Changelog | ||
## [0.1.1](https://github.com/googleapis/google-cloud-node/compare/meet-v0.1.0...meet-v0.1.1) (2024-03-07) | ||
### Bug Fixes | ||
* [Many APIs] Add client library version to headers ([#5077](https://github.com/googleapis/google-cloud-node/issues/5077)) ([f57c139](https://github.com/googleapis/google-cloud-node/commit/f57c1394819fc98bc12ac2fed6e245e34d395fdc)) | ||
## 0.1.0 (2024-02-27) | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "@google-apps/meet", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Google Meet API client for Node.js", | ||
@@ -55,3 +55,3 @@ "repository": { | ||
"c8": "^8.0.1", | ||
"gapic-tools": "^0.3.0", | ||
"gapic-tools": "^0.4.0", | ||
"gts": "^5.0.0", | ||
@@ -58,0 +58,0 @@ "jsdoc": "^4.0.0", |
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 too big to display
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 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
3669239
59385