@maxim_mazurok/gapi.client.prod_tt_sasportal-v1alpha1 0.0.20231030 → 0.0.20231106
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/index.d.ts +1 -7
- package/package.json +1 -1
- package/tests.ts +1 -49
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://prod-tt-sasportal.googleapis.com/$discovery/rest?version=v1alpha1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20231106
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -288,9 +288,6 @@ declare namespace gapi.client {
|
|
|
288
288
|
/** Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive. */
|
|
289
289
|
antennaGain?:
|
|
290
290
|
number;
|
|
291
|
-
/** As above, but as a DoubleValue. */
|
|
292
|
-
antennaGainNewField?:
|
|
293
|
-
number;
|
|
294
291
|
/** If an external antenna is used, the antenna model is optionally provided in this field. The string has a maximum length of 128 octets. */
|
|
295
292
|
antennaModel?:
|
|
296
293
|
string;
|
|
@@ -303,9 +300,6 @@ declare namespace gapi.client {
|
|
|
303
300
|
*/
|
|
304
301
|
eirpCapability?:
|
|
305
302
|
number;
|
|
306
|
-
/** As above, but as a DoubleValue. */
|
|
307
|
-
eirpCapabilityNewField?:
|
|
308
|
-
number;
|
|
309
303
|
/**
|
|
310
304
|
* Device antenna height in meters. When the `heightType` parameter value is "AGL", the antenna height should be given relative to ground level. When the `heightType` parameter value
|
|
311
305
|
* is "AMSL", it is given with respect to WGS84 datum.
|
package/package.json
CHANGED
package/tests.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
4
4
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
5
5
|
|
|
6
|
-
// Revision:
|
|
6
|
+
// Revision: 20231106
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|
|
@@ -141,11 +141,9 @@ gapi.load('client', async () => {
|
|
|
141
141
|
antennaBeamwidth: 42,
|
|
142
142
|
antennaDowntilt: 42,
|
|
143
143
|
antennaGain: 42,
|
|
144
|
-
antennaGainNewField: 42,
|
|
145
144
|
antennaModel: "Test string",
|
|
146
145
|
cpeCbsdIndication: true,
|
|
147
146
|
eirpCapability: 42,
|
|
148
|
-
eirpCapabilityNewField: 42,
|
|
149
147
|
height: 42,
|
|
150
148
|
heightType: "Test string",
|
|
151
149
|
horizontalAccuracy: 42,
|
|
@@ -238,11 +236,9 @@ gapi.load('client', async () => {
|
|
|
238
236
|
antennaBeamwidth: 42,
|
|
239
237
|
antennaDowntilt: 42,
|
|
240
238
|
antennaGain: 42,
|
|
241
|
-
antennaGainNewField: 42,
|
|
242
239
|
antennaModel: "Test string",
|
|
243
240
|
cpeCbsdIndication: true,
|
|
244
241
|
eirpCapability: 42,
|
|
245
|
-
eirpCapabilityNewField: 42,
|
|
246
242
|
height: 42,
|
|
247
243
|
heightType: "Test string",
|
|
248
244
|
horizontalAccuracy: 42,
|
|
@@ -299,11 +295,9 @@ gapi.load('client', async () => {
|
|
|
299
295
|
antennaBeamwidth: 42,
|
|
300
296
|
antennaDowntilt: 42,
|
|
301
297
|
antennaGain: 42,
|
|
302
|
-
antennaGainNewField: 42,
|
|
303
298
|
antennaModel: "Test string",
|
|
304
299
|
cpeCbsdIndication: true,
|
|
305
300
|
eirpCapability: 42,
|
|
306
|
-
eirpCapabilityNewField: 42,
|
|
307
301
|
height: 42,
|
|
308
302
|
heightType: "Test string",
|
|
309
303
|
horizontalAccuracy: 42,
|
|
@@ -396,11 +390,9 @@ gapi.load('client', async () => {
|
|
|
396
390
|
antennaBeamwidth: 42,
|
|
397
391
|
antennaDowntilt: 42,
|
|
398
392
|
antennaGain: 42,
|
|
399
|
-
antennaGainNewField: 42,
|
|
400
393
|
antennaModel: "Test string",
|
|
401
394
|
cpeCbsdIndication: true,
|
|
402
395
|
eirpCapability: 42,
|
|
403
|
-
eirpCapabilityNewField: 42,
|
|
404
396
|
height: 42,
|
|
405
397
|
heightType: "Test string",
|
|
406
398
|
horizontalAccuracy: 42,
|
|
@@ -472,11 +464,9 @@ gapi.load('client', async () => {
|
|
|
472
464
|
antennaBeamwidth: 42,
|
|
473
465
|
antennaDowntilt: 42,
|
|
474
466
|
antennaGain: 42,
|
|
475
|
-
antennaGainNewField: 42,
|
|
476
467
|
antennaModel: "Test string",
|
|
477
468
|
cpeCbsdIndication: true,
|
|
478
469
|
eirpCapability: 42,
|
|
479
|
-
eirpCapabilityNewField: 42,
|
|
480
470
|
height: 42,
|
|
481
471
|
heightType: "Test string",
|
|
482
472
|
horizontalAccuracy: 42,
|
|
@@ -569,11 +559,9 @@ gapi.load('client', async () => {
|
|
|
569
559
|
antennaBeamwidth: 42,
|
|
570
560
|
antennaDowntilt: 42,
|
|
571
561
|
antennaGain: 42,
|
|
572
|
-
antennaGainNewField: 42,
|
|
573
562
|
antennaModel: "Test string",
|
|
574
563
|
cpeCbsdIndication: true,
|
|
575
564
|
eirpCapability: 42,
|
|
576
|
-
eirpCapabilityNewField: 42,
|
|
577
565
|
height: 42,
|
|
578
566
|
heightType: "Test string",
|
|
579
567
|
horizontalAccuracy: 42,
|
|
@@ -617,11 +605,9 @@ gapi.load('client', async () => {
|
|
|
617
605
|
antennaBeamwidth: 42,
|
|
618
606
|
antennaDowntilt: 42,
|
|
619
607
|
antennaGain: 42,
|
|
620
|
-
antennaGainNewField: 42,
|
|
621
608
|
antennaModel: "Test string",
|
|
622
609
|
cpeCbsdIndication: true,
|
|
623
610
|
eirpCapability: 42,
|
|
624
|
-
eirpCapabilityNewField: 42,
|
|
625
611
|
height: 42,
|
|
626
612
|
heightType: "Test string",
|
|
627
613
|
horizontalAccuracy: 42,
|
|
@@ -714,11 +700,9 @@ gapi.load('client', async () => {
|
|
|
714
700
|
antennaBeamwidth: 42,
|
|
715
701
|
antennaDowntilt: 42,
|
|
716
702
|
antennaGain: 42,
|
|
717
|
-
antennaGainNewField: 42,
|
|
718
703
|
antennaModel: "Test string",
|
|
719
704
|
cpeCbsdIndication: true,
|
|
720
705
|
eirpCapability: 42,
|
|
721
|
-
eirpCapabilityNewField: 42,
|
|
722
706
|
height: 42,
|
|
723
707
|
heightType: "Test string",
|
|
724
708
|
horizontalAccuracy: 42,
|
|
@@ -831,11 +815,9 @@ gapi.load('client', async () => {
|
|
|
831
815
|
antennaBeamwidth: 42,
|
|
832
816
|
antennaDowntilt: 42,
|
|
833
817
|
antennaGain: 42,
|
|
834
|
-
antennaGainNewField: 42,
|
|
835
818
|
antennaModel: "Test string",
|
|
836
819
|
cpeCbsdIndication: true,
|
|
837
820
|
eirpCapability: 42,
|
|
838
|
-
eirpCapabilityNewField: 42,
|
|
839
821
|
height: 42,
|
|
840
822
|
heightType: "Test string",
|
|
841
823
|
horizontalAccuracy: 42,
|
|
@@ -928,11 +910,9 @@ gapi.load('client', async () => {
|
|
|
928
910
|
antennaBeamwidth: 42,
|
|
929
911
|
antennaDowntilt: 42,
|
|
930
912
|
antennaGain: 42,
|
|
931
|
-
antennaGainNewField: 42,
|
|
932
913
|
antennaModel: "Test string",
|
|
933
914
|
cpeCbsdIndication: true,
|
|
934
915
|
eirpCapability: 42,
|
|
935
|
-
eirpCapabilityNewField: 42,
|
|
936
916
|
height: 42,
|
|
937
917
|
heightType: "Test string",
|
|
938
918
|
horizontalAccuracy: 42,
|
|
@@ -1025,11 +1005,9 @@ gapi.load('client', async () => {
|
|
|
1025
1005
|
antennaBeamwidth: 42,
|
|
1026
1006
|
antennaDowntilt: 42,
|
|
1027
1007
|
antennaGain: 42,
|
|
1028
|
-
antennaGainNewField: 42,
|
|
1029
1008
|
antennaModel: "Test string",
|
|
1030
1009
|
cpeCbsdIndication: true,
|
|
1031
1010
|
eirpCapability: 42,
|
|
1032
|
-
eirpCapabilityNewField: 42,
|
|
1033
1011
|
height: 42,
|
|
1034
1012
|
heightType: "Test string",
|
|
1035
1013
|
horizontalAccuracy: 42,
|
|
@@ -1122,11 +1100,9 @@ gapi.load('client', async () => {
|
|
|
1122
1100
|
antennaBeamwidth: 42,
|
|
1123
1101
|
antennaDowntilt: 42,
|
|
1124
1102
|
antennaGain: 42,
|
|
1125
|
-
antennaGainNewField: 42,
|
|
1126
1103
|
antennaModel: "Test string",
|
|
1127
1104
|
cpeCbsdIndication: true,
|
|
1128
1105
|
eirpCapability: 42,
|
|
1129
|
-
eirpCapabilityNewField: 42,
|
|
1130
1106
|
height: 42,
|
|
1131
1107
|
heightType: "Test string",
|
|
1132
1108
|
horizontalAccuracy: 42,
|
|
@@ -1170,11 +1146,9 @@ gapi.load('client', async () => {
|
|
|
1170
1146
|
antennaBeamwidth: 42,
|
|
1171
1147
|
antennaDowntilt: 42,
|
|
1172
1148
|
antennaGain: 42,
|
|
1173
|
-
antennaGainNewField: 42,
|
|
1174
1149
|
antennaModel: "Test string",
|
|
1175
1150
|
cpeCbsdIndication: true,
|
|
1176
1151
|
eirpCapability: 42,
|
|
1177
|
-
eirpCapabilityNewField: 42,
|
|
1178
1152
|
height: 42,
|
|
1179
1153
|
heightType: "Test string",
|
|
1180
1154
|
horizontalAccuracy: 42,
|
|
@@ -1267,11 +1241,9 @@ gapi.load('client', async () => {
|
|
|
1267
1241
|
antennaBeamwidth: 42,
|
|
1268
1242
|
antennaDowntilt: 42,
|
|
1269
1243
|
antennaGain: 42,
|
|
1270
|
-
antennaGainNewField: 42,
|
|
1271
1244
|
antennaModel: "Test string",
|
|
1272
1245
|
cpeCbsdIndication: true,
|
|
1273
1246
|
eirpCapability: 42,
|
|
1274
|
-
eirpCapabilityNewField: 42,
|
|
1275
1247
|
height: 42,
|
|
1276
1248
|
heightType: "Test string",
|
|
1277
1249
|
horizontalAccuracy: 42,
|
|
@@ -1372,11 +1344,9 @@ gapi.load('client', async () => {
|
|
|
1372
1344
|
antennaBeamwidth: 42,
|
|
1373
1345
|
antennaDowntilt: 42,
|
|
1374
1346
|
antennaGain: 42,
|
|
1375
|
-
antennaGainNewField: 42,
|
|
1376
1347
|
antennaModel: "Test string",
|
|
1377
1348
|
cpeCbsdIndication: true,
|
|
1378
1349
|
eirpCapability: 42,
|
|
1379
|
-
eirpCapabilityNewField: 42,
|
|
1380
1350
|
height: 42,
|
|
1381
1351
|
heightType: "Test string",
|
|
1382
1352
|
horizontalAccuracy: 42,
|
|
@@ -1469,11 +1439,9 @@ gapi.load('client', async () => {
|
|
|
1469
1439
|
antennaBeamwidth: 42,
|
|
1470
1440
|
antennaDowntilt: 42,
|
|
1471
1441
|
antennaGain: 42,
|
|
1472
|
-
antennaGainNewField: 42,
|
|
1473
1442
|
antennaModel: "Test string",
|
|
1474
1443
|
cpeCbsdIndication: true,
|
|
1475
1444
|
eirpCapability: 42,
|
|
1476
|
-
eirpCapabilityNewField: 42,
|
|
1477
1445
|
height: 42,
|
|
1478
1446
|
heightType: "Test string",
|
|
1479
1447
|
horizontalAccuracy: 42,
|
|
@@ -1530,11 +1498,9 @@ gapi.load('client', async () => {
|
|
|
1530
1498
|
antennaBeamwidth: 42,
|
|
1531
1499
|
antennaDowntilt: 42,
|
|
1532
1500
|
antennaGain: 42,
|
|
1533
|
-
antennaGainNewField: 42,
|
|
1534
1501
|
antennaModel: "Test string",
|
|
1535
1502
|
cpeCbsdIndication: true,
|
|
1536
1503
|
eirpCapability: 42,
|
|
1537
|
-
eirpCapabilityNewField: 42,
|
|
1538
1504
|
height: 42,
|
|
1539
1505
|
heightType: "Test string",
|
|
1540
1506
|
horizontalAccuracy: 42,
|
|
@@ -1627,11 +1593,9 @@ gapi.load('client', async () => {
|
|
|
1627
1593
|
antennaBeamwidth: 42,
|
|
1628
1594
|
antennaDowntilt: 42,
|
|
1629
1595
|
antennaGain: 42,
|
|
1630
|
-
antennaGainNewField: 42,
|
|
1631
1596
|
antennaModel: "Test string",
|
|
1632
1597
|
cpeCbsdIndication: true,
|
|
1633
1598
|
eirpCapability: 42,
|
|
1634
|
-
eirpCapabilityNewField: 42,
|
|
1635
1599
|
height: 42,
|
|
1636
1600
|
heightType: "Test string",
|
|
1637
1601
|
horizontalAccuracy: 42,
|
|
@@ -1703,11 +1667,9 @@ gapi.load('client', async () => {
|
|
|
1703
1667
|
antennaBeamwidth: 42,
|
|
1704
1668
|
antennaDowntilt: 42,
|
|
1705
1669
|
antennaGain: 42,
|
|
1706
|
-
antennaGainNewField: 42,
|
|
1707
1670
|
antennaModel: "Test string",
|
|
1708
1671
|
cpeCbsdIndication: true,
|
|
1709
1672
|
eirpCapability: 42,
|
|
1710
|
-
eirpCapabilityNewField: 42,
|
|
1711
1673
|
height: 42,
|
|
1712
1674
|
heightType: "Test string",
|
|
1713
1675
|
horizontalAccuracy: 42,
|
|
@@ -1800,11 +1762,9 @@ gapi.load('client', async () => {
|
|
|
1800
1762
|
antennaBeamwidth: 42,
|
|
1801
1763
|
antennaDowntilt: 42,
|
|
1802
1764
|
antennaGain: 42,
|
|
1803
|
-
antennaGainNewField: 42,
|
|
1804
1765
|
antennaModel: "Test string",
|
|
1805
1766
|
cpeCbsdIndication: true,
|
|
1806
1767
|
eirpCapability: 42,
|
|
1807
|
-
eirpCapabilityNewField: 42,
|
|
1808
1768
|
height: 42,
|
|
1809
1769
|
heightType: "Test string",
|
|
1810
1770
|
horizontalAccuracy: 42,
|
|
@@ -1848,11 +1808,9 @@ gapi.load('client', async () => {
|
|
|
1848
1808
|
antennaBeamwidth: 42,
|
|
1849
1809
|
antennaDowntilt: 42,
|
|
1850
1810
|
antennaGain: 42,
|
|
1851
|
-
antennaGainNewField: 42,
|
|
1852
1811
|
antennaModel: "Test string",
|
|
1853
1812
|
cpeCbsdIndication: true,
|
|
1854
1813
|
eirpCapability: 42,
|
|
1855
|
-
eirpCapabilityNewField: 42,
|
|
1856
1814
|
height: 42,
|
|
1857
1815
|
heightType: "Test string",
|
|
1858
1816
|
horizontalAccuracy: 42,
|
|
@@ -1945,11 +1903,9 @@ gapi.load('client', async () => {
|
|
|
1945
1903
|
antennaBeamwidth: 42,
|
|
1946
1904
|
antennaDowntilt: 42,
|
|
1947
1905
|
antennaGain: 42,
|
|
1948
|
-
antennaGainNewField: 42,
|
|
1949
1906
|
antennaModel: "Test string",
|
|
1950
1907
|
cpeCbsdIndication: true,
|
|
1951
1908
|
eirpCapability: 42,
|
|
1952
|
-
eirpCapabilityNewField: 42,
|
|
1953
1909
|
height: 42,
|
|
1954
1910
|
heightType: "Test string",
|
|
1955
1911
|
horizontalAccuracy: 42,
|
|
@@ -2062,11 +2018,9 @@ gapi.load('client', async () => {
|
|
|
2062
2018
|
antennaBeamwidth: 42,
|
|
2063
2019
|
antennaDowntilt: 42,
|
|
2064
2020
|
antennaGain: 42,
|
|
2065
|
-
antennaGainNewField: 42,
|
|
2066
2021
|
antennaModel: "Test string",
|
|
2067
2022
|
cpeCbsdIndication: true,
|
|
2068
2023
|
eirpCapability: 42,
|
|
2069
|
-
eirpCapabilityNewField: 42,
|
|
2070
2024
|
height: 42,
|
|
2071
2025
|
heightType: "Test string",
|
|
2072
2026
|
horizontalAccuracy: 42,
|
|
@@ -2159,11 +2113,9 @@ gapi.load('client', async () => {
|
|
|
2159
2113
|
antennaBeamwidth: 42,
|
|
2160
2114
|
antennaDowntilt: 42,
|
|
2161
2115
|
antennaGain: 42,
|
|
2162
|
-
antennaGainNewField: 42,
|
|
2163
2116
|
antennaModel: "Test string",
|
|
2164
2117
|
cpeCbsdIndication: true,
|
|
2165
2118
|
eirpCapability: 42,
|
|
2166
|
-
eirpCapabilityNewField: 42,
|
|
2167
2119
|
height: 42,
|
|
2168
2120
|
heightType: "Test string",
|
|
2169
2121
|
horizontalAccuracy: 42,
|