@googleapis/sasportal 18.0.0 → 18.0.2
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/CHANGELOG.md +15 -0
- package/build/v1alpha1.d.ts +1 -1
- package/package.json +1 -1
- package/v1alpha1.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [18.0.2](https://github.com/googleapis/google-api-nodejs-client/compare/sasportal-v18.0.1...sasportal-v18.0.2) (2024-06-06)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **sasportal:** update the API ([ec31b98](https://github.com/googleapis/google-api-nodejs-client/commit/ec31b98c39ec643c8d16afe8e8c5317f78456826))
|
|
9
|
+
* **sasportal:** update the API ([a6a96bc](https://github.com/googleapis/google-api-nodejs-client/commit/a6a96bc8ee62e20c1dd078e8074b07ea523a58fd))
|
|
10
|
+
|
|
11
|
+
## [18.0.1](https://github.com/googleapis/google-api-nodejs-client/compare/sasportal-v18.0.0...sasportal-v18.0.1) (2024-06-03)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* **sasportal:** update the API ([ec31b98](https://github.com/googleapis/google-api-nodejs-client/commit/ec31b98c39ec643c8d16afe8e8c5317f78456826))
|
|
17
|
+
|
|
3
18
|
## [18.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/sasportal-v17.0.1...sasportal-v18.0.0) (2024-05-02)
|
|
4
19
|
|
|
5
20
|
|
package/build/v1alpha1.d.ts
CHANGED
|
@@ -444,7 +444,7 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
444
444
|
*/
|
|
445
445
|
antennaDowntilt?: number | null;
|
|
446
446
|
/**
|
|
447
|
-
* Peak antenna gain in dBi. This parameter is
|
|
447
|
+
* Peak antenna gain in dBi. This parameter is a double with a value between -127 and +128 (dBi) inclusive. Part of Release 2 to support floating-point value
|
|
448
448
|
*/
|
|
449
449
|
antennaGain?: number | null;
|
|
450
450
|
/**
|
package/package.json
CHANGED
package/v1alpha1.ts
CHANGED
|
@@ -499,7 +499,7 @@ export namespace sasportal_v1alpha1 {
|
|
|
499
499
|
*/
|
|
500
500
|
antennaDowntilt?: number | null;
|
|
501
501
|
/**
|
|
502
|
-
* Peak antenna gain in dBi. This parameter is
|
|
502
|
+
* Peak antenna gain in dBi. This parameter is a double with a value between -127 and +128 (dBi) inclusive. Part of Release 2 to support floating-point value
|
|
503
503
|
*/
|
|
504
504
|
antennaGain?: number | null;
|
|
505
505
|
/**
|