@maxim_mazurok/gapi.client.prod_tt_sasportal-v1alpha1 0.0.20220811

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/tests.ts ADDED
@@ -0,0 +1,2181 @@
1
+ /* This is stub file for gapi.client.prod_tt_sasportal-v1alpha1 definition tests */
2
+ // IMPORTANT
3
+ // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
4
+ // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
5
+
6
+ // Revision: 20220811
7
+
8
+ gapi.load('client', async () => {
9
+ /** now we can use gapi.client */
10
+
11
+ await gapi.client.load('https://prod-tt-sasportal.googleapis.com/$discovery/rest?version=v1alpha1');
12
+ /** now we can use gapi.client.prod_tt_sasportal */
13
+
14
+ /** don't forget to authenticate your client before sending any request to resources: */
15
+ /** declare client_id registered in Google Developers Console */
16
+ const client_id = '<<PUT YOUR CLIENT ID HERE>>';
17
+ const scope = [
18
+ /** Read, create, update, and delete your SAS Portal data. */
19
+ 'https://www.googleapis.com/auth/sasportal',
20
+ /** See your primary Google Account email address */
21
+ 'https://www.googleapis.com/auth/userinfo.email',
22
+ ];
23
+ const immediate = false;
24
+ gapi.auth.authorize({ client_id, scope, immediate }, authResult => {
25
+ if (authResult && !authResult.error) {
26
+ /** handle successful authorization */
27
+ run();
28
+ } else {
29
+ /** handle authorization error */
30
+ }
31
+ });
32
+
33
+ async function run() {
34
+ /** Returns a requested customer. */
35
+ await gapi.client.prod_tt_sasportal.customers.get({
36
+ name: "Test string",
37
+ });
38
+ /** Returns a list of requested customers. */
39
+ await gapi.client.prod_tt_sasportal.customers.list({
40
+ pageSize: 42,
41
+ pageToken: "Test string",
42
+ });
43
+ /** Updates an existing customer. */
44
+ await gapi.client.prod_tt_sasportal.customers.patch({
45
+ name: "Test string",
46
+ updateMask: "Test string",
47
+ }, {
48
+ displayName: "Test string",
49
+ name: "Test string",
50
+ sasUserIds: [
51
+ "Test string"
52
+ ],
53
+ });
54
+ /** Creates a new deployment. */
55
+ await gapi.client.prod_tt_sasportal.customers.deployments.create({
56
+ parent: "Test string",
57
+ }, {
58
+ displayName: "Test string",
59
+ frns: [
60
+ "Test string"
61
+ ],
62
+ name: "Test string",
63
+ sasUserIds: [
64
+ "Test string"
65
+ ],
66
+ });
67
+ /** Deletes a deployment. */
68
+ await gapi.client.prod_tt_sasportal.customers.deployments.delete({
69
+ name: "Test string",
70
+ });
71
+ /** Returns a requested deployment. */
72
+ await gapi.client.prod_tt_sasportal.customers.deployments.get({
73
+ name: "Test string",
74
+ });
75
+ /** Lists deployments. */
76
+ await gapi.client.prod_tt_sasportal.customers.deployments.list({
77
+ filter: "Test string",
78
+ pageSize: 42,
79
+ pageToken: "Test string",
80
+ parent: "Test string",
81
+ });
82
+ /** Moves a deployment under another node or customer. */
83
+ await gapi.client.prod_tt_sasportal.customers.deployments.move({
84
+ name: "Test string",
85
+ }, {
86
+ destination: "Test string",
87
+ });
88
+ /** Updates an existing deployment. */
89
+ await gapi.client.prod_tt_sasportal.customers.deployments.patch({
90
+ name: "Test string",
91
+ updateMask: "Test string",
92
+ }, {
93
+ displayName: "Test string",
94
+ frns: [
95
+ "Test string"
96
+ ],
97
+ name: "Test string",
98
+ sasUserIds: [
99
+ "Test string"
100
+ ],
101
+ });
102
+ /** Creates a device under a node or customer. */
103
+ await gapi.client.prod_tt_sasportal.customers.deployments.devices.create({
104
+ parent: "Test string",
105
+ }, {
106
+ activeConfig: {
107
+ airInterface: {
108
+ radioTechnology: "Test string",
109
+ supportedSpec: "Test string",
110
+ },
111
+ callSign: "Test string",
112
+ category: "Test string",
113
+ installationParams: {
114
+ antennaAzimuth: 42,
115
+ antennaBeamwidth: 42,
116
+ antennaDowntilt: 42,
117
+ antennaGain: 42,
118
+ antennaModel: "Test string",
119
+ cpeCbsdIndication: true,
120
+ eirpCapability: 42,
121
+ height: 42,
122
+ heightType: "Test string",
123
+ horizontalAccuracy: 42,
124
+ indoorDeployment: true,
125
+ latitude: 42,
126
+ longitude: 42,
127
+ verticalAccuracy: 42,
128
+ },
129
+ isSigned: true,
130
+ measurementCapabilities: [
131
+ "Test string"
132
+ ],
133
+ model: {
134
+ firmwareVersion: "Test string",
135
+ hardwareVersion: "Test string",
136
+ name: "Test string",
137
+ softwareVersion: "Test string",
138
+ vendor: "Test string",
139
+ },
140
+ state: "Test string",
141
+ updateTime: "Test string",
142
+ userId: "Test string",
143
+ },
144
+ currentChannels: [
145
+ {
146
+ frequencyRange: {
147
+ highFrequencyMhz: 42,
148
+ lowFrequencyMhz: 42,
149
+ },
150
+ score: 42,
151
+ }
152
+ ],
153
+ deviceMetadata: {
154
+ antennaModel: "Test string",
155
+ commonChannelGroup: "Test string",
156
+ interferenceCoordinationGroup: "Test string",
157
+ nrqzValidated: true,
158
+ nrqzValidation: {
159
+ caseId: "Test string",
160
+ cpiId: "Test string",
161
+ latitude: 42,
162
+ longitude: 42,
163
+ state: "Test string",
164
+ },
165
+ },
166
+ displayName: "Test string",
167
+ fccId: "Test string",
168
+ grantRangeAllowlists: [
169
+ {
170
+ highFrequencyMhz: 42,
171
+ lowFrequencyMhz: 42,
172
+ }
173
+ ],
174
+ grants: [
175
+ {
176
+ channelType: "Test string",
177
+ expireTime: "Test string",
178
+ frequencyRange: {
179
+ highFrequencyMhz: 42,
180
+ lowFrequencyMhz: 42,
181
+ },
182
+ grantId: "Test string",
183
+ lastHeartbeatTransmitExpireTime: "Test string",
184
+ maxEirp: 42,
185
+ moveList: [
186
+ {
187
+ dpaId: "Test string",
188
+ frequencyRange: {
189
+ highFrequencyMhz: 42,
190
+ lowFrequencyMhz: 42,
191
+ },
192
+ }
193
+ ],
194
+ state: "Test string",
195
+ suspensionReason: [
196
+ "Test string"
197
+ ],
198
+ }
199
+ ],
200
+ name: "Test string",
201
+ preloadedConfig: {
202
+ airInterface: {
203
+ radioTechnology: "Test string",
204
+ supportedSpec: "Test string",
205
+ },
206
+ callSign: "Test string",
207
+ category: "Test string",
208
+ installationParams: {
209
+ antennaAzimuth: 42,
210
+ antennaBeamwidth: 42,
211
+ antennaDowntilt: 42,
212
+ antennaGain: 42,
213
+ antennaModel: "Test string",
214
+ cpeCbsdIndication: true,
215
+ eirpCapability: 42,
216
+ height: 42,
217
+ heightType: "Test string",
218
+ horizontalAccuracy: 42,
219
+ indoorDeployment: true,
220
+ latitude: 42,
221
+ longitude: 42,
222
+ verticalAccuracy: 42,
223
+ },
224
+ isSigned: true,
225
+ measurementCapabilities: [
226
+ "Test string"
227
+ ],
228
+ model: {
229
+ firmwareVersion: "Test string",
230
+ hardwareVersion: "Test string",
231
+ name: "Test string",
232
+ softwareVersion: "Test string",
233
+ vendor: "Test string",
234
+ },
235
+ state: "Test string",
236
+ updateTime: "Test string",
237
+ userId: "Test string",
238
+ },
239
+ serialNumber: "Test string",
240
+ state: "Test string",
241
+ });
242
+ /** Creates a signed device under a node or customer. */
243
+ await gapi.client.prod_tt_sasportal.customers.deployments.devices.createSigned({
244
+ parent: "Test string",
245
+ }, {
246
+ encodedDevice: "Test string",
247
+ installerId: "Test string",
248
+ });
249
+ /** Lists devices under a node or customer. */
250
+ await gapi.client.prod_tt_sasportal.customers.deployments.devices.list({
251
+ filter: "Test string",
252
+ pageSize: 42,
253
+ pageToken: "Test string",
254
+ parent: "Test string",
255
+ });
256
+ /** Creates a device under a node or customer. */
257
+ await gapi.client.prod_tt_sasportal.customers.devices.create({
258
+ parent: "Test string",
259
+ }, {
260
+ activeConfig: {
261
+ airInterface: {
262
+ radioTechnology: "Test string",
263
+ supportedSpec: "Test string",
264
+ },
265
+ callSign: "Test string",
266
+ category: "Test string",
267
+ installationParams: {
268
+ antennaAzimuth: 42,
269
+ antennaBeamwidth: 42,
270
+ antennaDowntilt: 42,
271
+ antennaGain: 42,
272
+ antennaModel: "Test string",
273
+ cpeCbsdIndication: true,
274
+ eirpCapability: 42,
275
+ height: 42,
276
+ heightType: "Test string",
277
+ horizontalAccuracy: 42,
278
+ indoorDeployment: true,
279
+ latitude: 42,
280
+ longitude: 42,
281
+ verticalAccuracy: 42,
282
+ },
283
+ isSigned: true,
284
+ measurementCapabilities: [
285
+ "Test string"
286
+ ],
287
+ model: {
288
+ firmwareVersion: "Test string",
289
+ hardwareVersion: "Test string",
290
+ name: "Test string",
291
+ softwareVersion: "Test string",
292
+ vendor: "Test string",
293
+ },
294
+ state: "Test string",
295
+ updateTime: "Test string",
296
+ userId: "Test string",
297
+ },
298
+ currentChannels: [
299
+ {
300
+ frequencyRange: {
301
+ highFrequencyMhz: 42,
302
+ lowFrequencyMhz: 42,
303
+ },
304
+ score: 42,
305
+ }
306
+ ],
307
+ deviceMetadata: {
308
+ antennaModel: "Test string",
309
+ commonChannelGroup: "Test string",
310
+ interferenceCoordinationGroup: "Test string",
311
+ nrqzValidated: true,
312
+ nrqzValidation: {
313
+ caseId: "Test string",
314
+ cpiId: "Test string",
315
+ latitude: 42,
316
+ longitude: 42,
317
+ state: "Test string",
318
+ },
319
+ },
320
+ displayName: "Test string",
321
+ fccId: "Test string",
322
+ grantRangeAllowlists: [
323
+ {
324
+ highFrequencyMhz: 42,
325
+ lowFrequencyMhz: 42,
326
+ }
327
+ ],
328
+ grants: [
329
+ {
330
+ channelType: "Test string",
331
+ expireTime: "Test string",
332
+ frequencyRange: {
333
+ highFrequencyMhz: 42,
334
+ lowFrequencyMhz: 42,
335
+ },
336
+ grantId: "Test string",
337
+ lastHeartbeatTransmitExpireTime: "Test string",
338
+ maxEirp: 42,
339
+ moveList: [
340
+ {
341
+ dpaId: "Test string",
342
+ frequencyRange: {
343
+ highFrequencyMhz: 42,
344
+ lowFrequencyMhz: 42,
345
+ },
346
+ }
347
+ ],
348
+ state: "Test string",
349
+ suspensionReason: [
350
+ "Test string"
351
+ ],
352
+ }
353
+ ],
354
+ name: "Test string",
355
+ preloadedConfig: {
356
+ airInterface: {
357
+ radioTechnology: "Test string",
358
+ supportedSpec: "Test string",
359
+ },
360
+ callSign: "Test string",
361
+ category: "Test string",
362
+ installationParams: {
363
+ antennaAzimuth: 42,
364
+ antennaBeamwidth: 42,
365
+ antennaDowntilt: 42,
366
+ antennaGain: 42,
367
+ antennaModel: "Test string",
368
+ cpeCbsdIndication: true,
369
+ eirpCapability: 42,
370
+ height: 42,
371
+ heightType: "Test string",
372
+ horizontalAccuracy: 42,
373
+ indoorDeployment: true,
374
+ latitude: 42,
375
+ longitude: 42,
376
+ verticalAccuracy: 42,
377
+ },
378
+ isSigned: true,
379
+ measurementCapabilities: [
380
+ "Test string"
381
+ ],
382
+ model: {
383
+ firmwareVersion: "Test string",
384
+ hardwareVersion: "Test string",
385
+ name: "Test string",
386
+ softwareVersion: "Test string",
387
+ vendor: "Test string",
388
+ },
389
+ state: "Test string",
390
+ updateTime: "Test string",
391
+ userId: "Test string",
392
+ },
393
+ serialNumber: "Test string",
394
+ state: "Test string",
395
+ });
396
+ /** Creates a signed device under a node or customer. */
397
+ await gapi.client.prod_tt_sasportal.customers.devices.createSigned({
398
+ parent: "Test string",
399
+ }, {
400
+ encodedDevice: "Test string",
401
+ installerId: "Test string",
402
+ });
403
+ /** Deletes a device. */
404
+ await gapi.client.prod_tt_sasportal.customers.devices.delete({
405
+ name: "Test string",
406
+ });
407
+ /** Gets details about a device. */
408
+ await gapi.client.prod_tt_sasportal.customers.devices.get({
409
+ name: "Test string",
410
+ });
411
+ /** Lists devices under a node or customer. */
412
+ await gapi.client.prod_tt_sasportal.customers.devices.list({
413
+ filter: "Test string",
414
+ pageSize: 42,
415
+ pageToken: "Test string",
416
+ parent: "Test string",
417
+ });
418
+ /** Moves a device under another node or customer. */
419
+ await gapi.client.prod_tt_sasportal.customers.devices.move({
420
+ name: "Test string",
421
+ }, {
422
+ destination: "Test string",
423
+ });
424
+ /** Updates a device. */
425
+ await gapi.client.prod_tt_sasportal.customers.devices.patch({
426
+ name: "Test string",
427
+ updateMask: "Test string",
428
+ }, {
429
+ activeConfig: {
430
+ airInterface: {
431
+ radioTechnology: "Test string",
432
+ supportedSpec: "Test string",
433
+ },
434
+ callSign: "Test string",
435
+ category: "Test string",
436
+ installationParams: {
437
+ antennaAzimuth: 42,
438
+ antennaBeamwidth: 42,
439
+ antennaDowntilt: 42,
440
+ antennaGain: 42,
441
+ antennaModel: "Test string",
442
+ cpeCbsdIndication: true,
443
+ eirpCapability: 42,
444
+ height: 42,
445
+ heightType: "Test string",
446
+ horizontalAccuracy: 42,
447
+ indoorDeployment: true,
448
+ latitude: 42,
449
+ longitude: 42,
450
+ verticalAccuracy: 42,
451
+ },
452
+ isSigned: true,
453
+ measurementCapabilities: [
454
+ "Test string"
455
+ ],
456
+ model: {
457
+ firmwareVersion: "Test string",
458
+ hardwareVersion: "Test string",
459
+ name: "Test string",
460
+ softwareVersion: "Test string",
461
+ vendor: "Test string",
462
+ },
463
+ state: "Test string",
464
+ updateTime: "Test string",
465
+ userId: "Test string",
466
+ },
467
+ currentChannels: [
468
+ {
469
+ frequencyRange: {
470
+ highFrequencyMhz: 42,
471
+ lowFrequencyMhz: 42,
472
+ },
473
+ score: 42,
474
+ }
475
+ ],
476
+ deviceMetadata: {
477
+ antennaModel: "Test string",
478
+ commonChannelGroup: "Test string",
479
+ interferenceCoordinationGroup: "Test string",
480
+ nrqzValidated: true,
481
+ nrqzValidation: {
482
+ caseId: "Test string",
483
+ cpiId: "Test string",
484
+ latitude: 42,
485
+ longitude: 42,
486
+ state: "Test string",
487
+ },
488
+ },
489
+ displayName: "Test string",
490
+ fccId: "Test string",
491
+ grantRangeAllowlists: [
492
+ {
493
+ highFrequencyMhz: 42,
494
+ lowFrequencyMhz: 42,
495
+ }
496
+ ],
497
+ grants: [
498
+ {
499
+ channelType: "Test string",
500
+ expireTime: "Test string",
501
+ frequencyRange: {
502
+ highFrequencyMhz: 42,
503
+ lowFrequencyMhz: 42,
504
+ },
505
+ grantId: "Test string",
506
+ lastHeartbeatTransmitExpireTime: "Test string",
507
+ maxEirp: 42,
508
+ moveList: [
509
+ {
510
+ dpaId: "Test string",
511
+ frequencyRange: {
512
+ highFrequencyMhz: 42,
513
+ lowFrequencyMhz: 42,
514
+ },
515
+ }
516
+ ],
517
+ state: "Test string",
518
+ suspensionReason: [
519
+ "Test string"
520
+ ],
521
+ }
522
+ ],
523
+ name: "Test string",
524
+ preloadedConfig: {
525
+ airInterface: {
526
+ radioTechnology: "Test string",
527
+ supportedSpec: "Test string",
528
+ },
529
+ callSign: "Test string",
530
+ category: "Test string",
531
+ installationParams: {
532
+ antennaAzimuth: 42,
533
+ antennaBeamwidth: 42,
534
+ antennaDowntilt: 42,
535
+ antennaGain: 42,
536
+ antennaModel: "Test string",
537
+ cpeCbsdIndication: true,
538
+ eirpCapability: 42,
539
+ height: 42,
540
+ heightType: "Test string",
541
+ horizontalAccuracy: 42,
542
+ indoorDeployment: true,
543
+ latitude: 42,
544
+ longitude: 42,
545
+ verticalAccuracy: 42,
546
+ },
547
+ isSigned: true,
548
+ measurementCapabilities: [
549
+ "Test string"
550
+ ],
551
+ model: {
552
+ firmwareVersion: "Test string",
553
+ hardwareVersion: "Test string",
554
+ name: "Test string",
555
+ softwareVersion: "Test string",
556
+ vendor: "Test string",
557
+ },
558
+ state: "Test string",
559
+ updateTime: "Test string",
560
+ userId: "Test string",
561
+ },
562
+ serialNumber: "Test string",
563
+ state: "Test string",
564
+ });
565
+ /** Signs a device. */
566
+ await gapi.client.prod_tt_sasportal.customers.devices.signDevice({
567
+ name: "Test string",
568
+ }, {
569
+ device: {
570
+ activeConfig: {
571
+ airInterface: {
572
+ radioTechnology: "Test string",
573
+ supportedSpec: "Test string",
574
+ },
575
+ callSign: "Test string",
576
+ category: "Test string",
577
+ installationParams: {
578
+ antennaAzimuth: 42,
579
+ antennaBeamwidth: 42,
580
+ antennaDowntilt: 42,
581
+ antennaGain: 42,
582
+ antennaModel: "Test string",
583
+ cpeCbsdIndication: true,
584
+ eirpCapability: 42,
585
+ height: 42,
586
+ heightType: "Test string",
587
+ horizontalAccuracy: 42,
588
+ indoorDeployment: true,
589
+ latitude: 42,
590
+ longitude: 42,
591
+ verticalAccuracy: 42,
592
+ },
593
+ isSigned: true,
594
+ measurementCapabilities: [
595
+ "Test string"
596
+ ],
597
+ model: {
598
+ firmwareVersion: "Test string",
599
+ hardwareVersion: "Test string",
600
+ name: "Test string",
601
+ softwareVersion: "Test string",
602
+ vendor: "Test string",
603
+ },
604
+ state: "Test string",
605
+ updateTime: "Test string",
606
+ userId: "Test string",
607
+ },
608
+ currentChannels: [
609
+ {
610
+ frequencyRange: {
611
+ highFrequencyMhz: 42,
612
+ lowFrequencyMhz: 42,
613
+ },
614
+ score: 42,
615
+ }
616
+ ],
617
+ deviceMetadata: {
618
+ antennaModel: "Test string",
619
+ commonChannelGroup: "Test string",
620
+ interferenceCoordinationGroup: "Test string",
621
+ nrqzValidated: true,
622
+ nrqzValidation: {
623
+ caseId: "Test string",
624
+ cpiId: "Test string",
625
+ latitude: 42,
626
+ longitude: 42,
627
+ state: "Test string",
628
+ },
629
+ },
630
+ displayName: "Test string",
631
+ fccId: "Test string",
632
+ grantRangeAllowlists: [
633
+ {
634
+ highFrequencyMhz: 42,
635
+ lowFrequencyMhz: 42,
636
+ }
637
+ ],
638
+ grants: [
639
+ {
640
+ channelType: "Test string",
641
+ expireTime: "Test string",
642
+ frequencyRange: {
643
+ highFrequencyMhz: 42,
644
+ lowFrequencyMhz: 42,
645
+ },
646
+ grantId: "Test string",
647
+ lastHeartbeatTransmitExpireTime: "Test string",
648
+ maxEirp: 42,
649
+ moveList: [
650
+ {
651
+ dpaId: "Test string",
652
+ frequencyRange: {
653
+ highFrequencyMhz: 42,
654
+ lowFrequencyMhz: 42,
655
+ },
656
+ }
657
+ ],
658
+ state: "Test string",
659
+ suspensionReason: [
660
+ "Test string"
661
+ ],
662
+ }
663
+ ],
664
+ name: "Test string",
665
+ preloadedConfig: {
666
+ airInterface: {
667
+ radioTechnology: "Test string",
668
+ supportedSpec: "Test string",
669
+ },
670
+ callSign: "Test string",
671
+ category: "Test string",
672
+ installationParams: {
673
+ antennaAzimuth: 42,
674
+ antennaBeamwidth: 42,
675
+ antennaDowntilt: 42,
676
+ antennaGain: 42,
677
+ antennaModel: "Test string",
678
+ cpeCbsdIndication: true,
679
+ eirpCapability: 42,
680
+ height: 42,
681
+ heightType: "Test string",
682
+ horizontalAccuracy: 42,
683
+ indoorDeployment: true,
684
+ latitude: 42,
685
+ longitude: 42,
686
+ verticalAccuracy: 42,
687
+ },
688
+ isSigned: true,
689
+ measurementCapabilities: [
690
+ "Test string"
691
+ ],
692
+ model: {
693
+ firmwareVersion: "Test string",
694
+ hardwareVersion: "Test string",
695
+ name: "Test string",
696
+ softwareVersion: "Test string",
697
+ vendor: "Test string",
698
+ },
699
+ state: "Test string",
700
+ updateTime: "Test string",
701
+ userId: "Test string",
702
+ },
703
+ serialNumber: "Test string",
704
+ state: "Test string",
705
+ },
706
+ });
707
+ /** Updates a signed device. */
708
+ await gapi.client.prod_tt_sasportal.customers.devices.updateSigned({
709
+ name: "Test string",
710
+ }, {
711
+ encodedDevice: "Test string",
712
+ installerId: "Test string",
713
+ });
714
+ /** Creates a new node. */
715
+ await gapi.client.prod_tt_sasportal.customers.nodes.create({
716
+ parent: "Test string",
717
+ }, {
718
+ displayName: "Test string",
719
+ name: "Test string",
720
+ sasUserIds: [
721
+ "Test string"
722
+ ],
723
+ });
724
+ /** Deletes a node. */
725
+ await gapi.client.prod_tt_sasportal.customers.nodes.delete({
726
+ name: "Test string",
727
+ });
728
+ /** Returns a requested node. */
729
+ await gapi.client.prod_tt_sasportal.customers.nodes.get({
730
+ name: "Test string",
731
+ });
732
+ /** Lists nodes. */
733
+ await gapi.client.prod_tt_sasportal.customers.nodes.list({
734
+ filter: "Test string",
735
+ pageSize: 42,
736
+ pageToken: "Test string",
737
+ parent: "Test string",
738
+ });
739
+ /** Moves a node under another node or customer. */
740
+ await gapi.client.prod_tt_sasportal.customers.nodes.move({
741
+ name: "Test string",
742
+ }, {
743
+ destination: "Test string",
744
+ });
745
+ /** Updates an existing node. */
746
+ await gapi.client.prod_tt_sasportal.customers.nodes.patch({
747
+ name: "Test string",
748
+ updateMask: "Test string",
749
+ }, {
750
+ displayName: "Test string",
751
+ name: "Test string",
752
+ sasUserIds: [
753
+ "Test string"
754
+ ],
755
+ });
756
+ /** Creates a new deployment. */
757
+ await gapi.client.prod_tt_sasportal.customers.nodes.deployments.create({
758
+ parent: "Test string",
759
+ }, {
760
+ displayName: "Test string",
761
+ frns: [
762
+ "Test string"
763
+ ],
764
+ name: "Test string",
765
+ sasUserIds: [
766
+ "Test string"
767
+ ],
768
+ });
769
+ /** Lists deployments. */
770
+ await gapi.client.prod_tt_sasportal.customers.nodes.deployments.list({
771
+ filter: "Test string",
772
+ pageSize: 42,
773
+ pageToken: "Test string",
774
+ parent: "Test string",
775
+ });
776
+ /** Creates a device under a node or customer. */
777
+ await gapi.client.prod_tt_sasportal.customers.nodes.devices.create({
778
+ parent: "Test string",
779
+ }, {
780
+ activeConfig: {
781
+ airInterface: {
782
+ radioTechnology: "Test string",
783
+ supportedSpec: "Test string",
784
+ },
785
+ callSign: "Test string",
786
+ category: "Test string",
787
+ installationParams: {
788
+ antennaAzimuth: 42,
789
+ antennaBeamwidth: 42,
790
+ antennaDowntilt: 42,
791
+ antennaGain: 42,
792
+ antennaModel: "Test string",
793
+ cpeCbsdIndication: true,
794
+ eirpCapability: 42,
795
+ height: 42,
796
+ heightType: "Test string",
797
+ horizontalAccuracy: 42,
798
+ indoorDeployment: true,
799
+ latitude: 42,
800
+ longitude: 42,
801
+ verticalAccuracy: 42,
802
+ },
803
+ isSigned: true,
804
+ measurementCapabilities: [
805
+ "Test string"
806
+ ],
807
+ model: {
808
+ firmwareVersion: "Test string",
809
+ hardwareVersion: "Test string",
810
+ name: "Test string",
811
+ softwareVersion: "Test string",
812
+ vendor: "Test string",
813
+ },
814
+ state: "Test string",
815
+ updateTime: "Test string",
816
+ userId: "Test string",
817
+ },
818
+ currentChannels: [
819
+ {
820
+ frequencyRange: {
821
+ highFrequencyMhz: 42,
822
+ lowFrequencyMhz: 42,
823
+ },
824
+ score: 42,
825
+ }
826
+ ],
827
+ deviceMetadata: {
828
+ antennaModel: "Test string",
829
+ commonChannelGroup: "Test string",
830
+ interferenceCoordinationGroup: "Test string",
831
+ nrqzValidated: true,
832
+ nrqzValidation: {
833
+ caseId: "Test string",
834
+ cpiId: "Test string",
835
+ latitude: 42,
836
+ longitude: 42,
837
+ state: "Test string",
838
+ },
839
+ },
840
+ displayName: "Test string",
841
+ fccId: "Test string",
842
+ grantRangeAllowlists: [
843
+ {
844
+ highFrequencyMhz: 42,
845
+ lowFrequencyMhz: 42,
846
+ }
847
+ ],
848
+ grants: [
849
+ {
850
+ channelType: "Test string",
851
+ expireTime: "Test string",
852
+ frequencyRange: {
853
+ highFrequencyMhz: 42,
854
+ lowFrequencyMhz: 42,
855
+ },
856
+ grantId: "Test string",
857
+ lastHeartbeatTransmitExpireTime: "Test string",
858
+ maxEirp: 42,
859
+ moveList: [
860
+ {
861
+ dpaId: "Test string",
862
+ frequencyRange: {
863
+ highFrequencyMhz: 42,
864
+ lowFrequencyMhz: 42,
865
+ },
866
+ }
867
+ ],
868
+ state: "Test string",
869
+ suspensionReason: [
870
+ "Test string"
871
+ ],
872
+ }
873
+ ],
874
+ name: "Test string",
875
+ preloadedConfig: {
876
+ airInterface: {
877
+ radioTechnology: "Test string",
878
+ supportedSpec: "Test string",
879
+ },
880
+ callSign: "Test string",
881
+ category: "Test string",
882
+ installationParams: {
883
+ antennaAzimuth: 42,
884
+ antennaBeamwidth: 42,
885
+ antennaDowntilt: 42,
886
+ antennaGain: 42,
887
+ antennaModel: "Test string",
888
+ cpeCbsdIndication: true,
889
+ eirpCapability: 42,
890
+ height: 42,
891
+ heightType: "Test string",
892
+ horizontalAccuracy: 42,
893
+ indoorDeployment: true,
894
+ latitude: 42,
895
+ longitude: 42,
896
+ verticalAccuracy: 42,
897
+ },
898
+ isSigned: true,
899
+ measurementCapabilities: [
900
+ "Test string"
901
+ ],
902
+ model: {
903
+ firmwareVersion: "Test string",
904
+ hardwareVersion: "Test string",
905
+ name: "Test string",
906
+ softwareVersion: "Test string",
907
+ vendor: "Test string",
908
+ },
909
+ state: "Test string",
910
+ updateTime: "Test string",
911
+ userId: "Test string",
912
+ },
913
+ serialNumber: "Test string",
914
+ state: "Test string",
915
+ });
916
+ /** Creates a signed device under a node or customer. */
917
+ await gapi.client.prod_tt_sasportal.customers.nodes.devices.createSigned({
918
+ parent: "Test string",
919
+ }, {
920
+ encodedDevice: "Test string",
921
+ installerId: "Test string",
922
+ });
923
+ /** Lists devices under a node or customer. */
924
+ await gapi.client.prod_tt_sasportal.customers.nodes.devices.list({
925
+ filter: "Test string",
926
+ pageSize: 42,
927
+ pageToken: "Test string",
928
+ parent: "Test string",
929
+ });
930
+ /** Creates a new node. */
931
+ await gapi.client.prod_tt_sasportal.customers.nodes.nodes.create({
932
+ parent: "Test string",
933
+ }, {
934
+ displayName: "Test string",
935
+ name: "Test string",
936
+ sasUserIds: [
937
+ "Test string"
938
+ ],
939
+ });
940
+ /** Lists nodes. */
941
+ await gapi.client.prod_tt_sasportal.customers.nodes.nodes.list({
942
+ filter: "Test string",
943
+ pageSize: 42,
944
+ pageToken: "Test string",
945
+ parent: "Test string",
946
+ });
947
+ /** Returns a requested deployment. */
948
+ await gapi.client.prod_tt_sasportal.deployments.get({
949
+ name: "Test string",
950
+ });
951
+ /** Deletes a device. */
952
+ await gapi.client.prod_tt_sasportal.deployments.devices.delete({
953
+ name: "Test string",
954
+ });
955
+ /** Gets details about a device. */
956
+ await gapi.client.prod_tt_sasportal.deployments.devices.get({
957
+ name: "Test string",
958
+ });
959
+ /** Moves a device under another node or customer. */
960
+ await gapi.client.prod_tt_sasportal.deployments.devices.move({
961
+ name: "Test string",
962
+ }, {
963
+ destination: "Test string",
964
+ });
965
+ /** Updates a device. */
966
+ await gapi.client.prod_tt_sasportal.deployments.devices.patch({
967
+ name: "Test string",
968
+ updateMask: "Test string",
969
+ }, {
970
+ activeConfig: {
971
+ airInterface: {
972
+ radioTechnology: "Test string",
973
+ supportedSpec: "Test string",
974
+ },
975
+ callSign: "Test string",
976
+ category: "Test string",
977
+ installationParams: {
978
+ antennaAzimuth: 42,
979
+ antennaBeamwidth: 42,
980
+ antennaDowntilt: 42,
981
+ antennaGain: 42,
982
+ antennaModel: "Test string",
983
+ cpeCbsdIndication: true,
984
+ eirpCapability: 42,
985
+ height: 42,
986
+ heightType: "Test string",
987
+ horizontalAccuracy: 42,
988
+ indoorDeployment: true,
989
+ latitude: 42,
990
+ longitude: 42,
991
+ verticalAccuracy: 42,
992
+ },
993
+ isSigned: true,
994
+ measurementCapabilities: [
995
+ "Test string"
996
+ ],
997
+ model: {
998
+ firmwareVersion: "Test string",
999
+ hardwareVersion: "Test string",
1000
+ name: "Test string",
1001
+ softwareVersion: "Test string",
1002
+ vendor: "Test string",
1003
+ },
1004
+ state: "Test string",
1005
+ updateTime: "Test string",
1006
+ userId: "Test string",
1007
+ },
1008
+ currentChannels: [
1009
+ {
1010
+ frequencyRange: {
1011
+ highFrequencyMhz: 42,
1012
+ lowFrequencyMhz: 42,
1013
+ },
1014
+ score: 42,
1015
+ }
1016
+ ],
1017
+ deviceMetadata: {
1018
+ antennaModel: "Test string",
1019
+ commonChannelGroup: "Test string",
1020
+ interferenceCoordinationGroup: "Test string",
1021
+ nrqzValidated: true,
1022
+ nrqzValidation: {
1023
+ caseId: "Test string",
1024
+ cpiId: "Test string",
1025
+ latitude: 42,
1026
+ longitude: 42,
1027
+ state: "Test string",
1028
+ },
1029
+ },
1030
+ displayName: "Test string",
1031
+ fccId: "Test string",
1032
+ grantRangeAllowlists: [
1033
+ {
1034
+ highFrequencyMhz: 42,
1035
+ lowFrequencyMhz: 42,
1036
+ }
1037
+ ],
1038
+ grants: [
1039
+ {
1040
+ channelType: "Test string",
1041
+ expireTime: "Test string",
1042
+ frequencyRange: {
1043
+ highFrequencyMhz: 42,
1044
+ lowFrequencyMhz: 42,
1045
+ },
1046
+ grantId: "Test string",
1047
+ lastHeartbeatTransmitExpireTime: "Test string",
1048
+ maxEirp: 42,
1049
+ moveList: [
1050
+ {
1051
+ dpaId: "Test string",
1052
+ frequencyRange: {
1053
+ highFrequencyMhz: 42,
1054
+ lowFrequencyMhz: 42,
1055
+ },
1056
+ }
1057
+ ],
1058
+ state: "Test string",
1059
+ suspensionReason: [
1060
+ "Test string"
1061
+ ],
1062
+ }
1063
+ ],
1064
+ name: "Test string",
1065
+ preloadedConfig: {
1066
+ airInterface: {
1067
+ radioTechnology: "Test string",
1068
+ supportedSpec: "Test string",
1069
+ },
1070
+ callSign: "Test string",
1071
+ category: "Test string",
1072
+ installationParams: {
1073
+ antennaAzimuth: 42,
1074
+ antennaBeamwidth: 42,
1075
+ antennaDowntilt: 42,
1076
+ antennaGain: 42,
1077
+ antennaModel: "Test string",
1078
+ cpeCbsdIndication: true,
1079
+ eirpCapability: 42,
1080
+ height: 42,
1081
+ heightType: "Test string",
1082
+ horizontalAccuracy: 42,
1083
+ indoorDeployment: true,
1084
+ latitude: 42,
1085
+ longitude: 42,
1086
+ verticalAccuracy: 42,
1087
+ },
1088
+ isSigned: true,
1089
+ measurementCapabilities: [
1090
+ "Test string"
1091
+ ],
1092
+ model: {
1093
+ firmwareVersion: "Test string",
1094
+ hardwareVersion: "Test string",
1095
+ name: "Test string",
1096
+ softwareVersion: "Test string",
1097
+ vendor: "Test string",
1098
+ },
1099
+ state: "Test string",
1100
+ updateTime: "Test string",
1101
+ userId: "Test string",
1102
+ },
1103
+ serialNumber: "Test string",
1104
+ state: "Test string",
1105
+ });
1106
+ /** Signs a device. */
1107
+ await gapi.client.prod_tt_sasportal.deployments.devices.signDevice({
1108
+ name: "Test string",
1109
+ }, {
1110
+ device: {
1111
+ activeConfig: {
1112
+ airInterface: {
1113
+ radioTechnology: "Test string",
1114
+ supportedSpec: "Test string",
1115
+ },
1116
+ callSign: "Test string",
1117
+ category: "Test string",
1118
+ installationParams: {
1119
+ antennaAzimuth: 42,
1120
+ antennaBeamwidth: 42,
1121
+ antennaDowntilt: 42,
1122
+ antennaGain: 42,
1123
+ antennaModel: "Test string",
1124
+ cpeCbsdIndication: true,
1125
+ eirpCapability: 42,
1126
+ height: 42,
1127
+ heightType: "Test string",
1128
+ horizontalAccuracy: 42,
1129
+ indoorDeployment: true,
1130
+ latitude: 42,
1131
+ longitude: 42,
1132
+ verticalAccuracy: 42,
1133
+ },
1134
+ isSigned: true,
1135
+ measurementCapabilities: [
1136
+ "Test string"
1137
+ ],
1138
+ model: {
1139
+ firmwareVersion: "Test string",
1140
+ hardwareVersion: "Test string",
1141
+ name: "Test string",
1142
+ softwareVersion: "Test string",
1143
+ vendor: "Test string",
1144
+ },
1145
+ state: "Test string",
1146
+ updateTime: "Test string",
1147
+ userId: "Test string",
1148
+ },
1149
+ currentChannels: [
1150
+ {
1151
+ frequencyRange: {
1152
+ highFrequencyMhz: 42,
1153
+ lowFrequencyMhz: 42,
1154
+ },
1155
+ score: 42,
1156
+ }
1157
+ ],
1158
+ deviceMetadata: {
1159
+ antennaModel: "Test string",
1160
+ commonChannelGroup: "Test string",
1161
+ interferenceCoordinationGroup: "Test string",
1162
+ nrqzValidated: true,
1163
+ nrqzValidation: {
1164
+ caseId: "Test string",
1165
+ cpiId: "Test string",
1166
+ latitude: 42,
1167
+ longitude: 42,
1168
+ state: "Test string",
1169
+ },
1170
+ },
1171
+ displayName: "Test string",
1172
+ fccId: "Test string",
1173
+ grantRangeAllowlists: [
1174
+ {
1175
+ highFrequencyMhz: 42,
1176
+ lowFrequencyMhz: 42,
1177
+ }
1178
+ ],
1179
+ grants: [
1180
+ {
1181
+ channelType: "Test string",
1182
+ expireTime: "Test string",
1183
+ frequencyRange: {
1184
+ highFrequencyMhz: 42,
1185
+ lowFrequencyMhz: 42,
1186
+ },
1187
+ grantId: "Test string",
1188
+ lastHeartbeatTransmitExpireTime: "Test string",
1189
+ maxEirp: 42,
1190
+ moveList: [
1191
+ {
1192
+ dpaId: "Test string",
1193
+ frequencyRange: {
1194
+ highFrequencyMhz: 42,
1195
+ lowFrequencyMhz: 42,
1196
+ },
1197
+ }
1198
+ ],
1199
+ state: "Test string",
1200
+ suspensionReason: [
1201
+ "Test string"
1202
+ ],
1203
+ }
1204
+ ],
1205
+ name: "Test string",
1206
+ preloadedConfig: {
1207
+ airInterface: {
1208
+ radioTechnology: "Test string",
1209
+ supportedSpec: "Test string",
1210
+ },
1211
+ callSign: "Test string",
1212
+ category: "Test string",
1213
+ installationParams: {
1214
+ antennaAzimuth: 42,
1215
+ antennaBeamwidth: 42,
1216
+ antennaDowntilt: 42,
1217
+ antennaGain: 42,
1218
+ antennaModel: "Test string",
1219
+ cpeCbsdIndication: true,
1220
+ eirpCapability: 42,
1221
+ height: 42,
1222
+ heightType: "Test string",
1223
+ horizontalAccuracy: 42,
1224
+ indoorDeployment: true,
1225
+ latitude: 42,
1226
+ longitude: 42,
1227
+ verticalAccuracy: 42,
1228
+ },
1229
+ isSigned: true,
1230
+ measurementCapabilities: [
1231
+ "Test string"
1232
+ ],
1233
+ model: {
1234
+ firmwareVersion: "Test string",
1235
+ hardwareVersion: "Test string",
1236
+ name: "Test string",
1237
+ softwareVersion: "Test string",
1238
+ vendor: "Test string",
1239
+ },
1240
+ state: "Test string",
1241
+ updateTime: "Test string",
1242
+ userId: "Test string",
1243
+ },
1244
+ serialNumber: "Test string",
1245
+ state: "Test string",
1246
+ },
1247
+ });
1248
+ /** Updates a signed device. */
1249
+ await gapi.client.prod_tt_sasportal.deployments.devices.updateSigned({
1250
+ name: "Test string",
1251
+ }, {
1252
+ encodedDevice: "Test string",
1253
+ installerId: "Test string",
1254
+ });
1255
+ /** Generates a secret to be used with the ValidateInstaller. */
1256
+ await gapi.client.prod_tt_sasportal.installer.generateSecret({
1257
+ }, {
1258
+ });
1259
+ /** Validates the identity of a Certified Professional Installer (CPI). */
1260
+ await gapi.client.prod_tt_sasportal.installer.validate({
1261
+ }, {
1262
+ encodedSecret: "Test string",
1263
+ installerId: "Test string",
1264
+ secret: "Test string",
1265
+ });
1266
+ /** Returns a requested node. */
1267
+ await gapi.client.prod_tt_sasportal.nodes.get({
1268
+ name: "Test string",
1269
+ });
1270
+ /** Deletes a deployment. */
1271
+ await gapi.client.prod_tt_sasportal.nodes.deployments.delete({
1272
+ name: "Test string",
1273
+ });
1274
+ /** Returns a requested deployment. */
1275
+ await gapi.client.prod_tt_sasportal.nodes.deployments.get({
1276
+ name: "Test string",
1277
+ });
1278
+ /** Lists deployments. */
1279
+ await gapi.client.prod_tt_sasportal.nodes.deployments.list({
1280
+ filter: "Test string",
1281
+ pageSize: 42,
1282
+ pageToken: "Test string",
1283
+ parent: "Test string",
1284
+ });
1285
+ /** Moves a deployment under another node or customer. */
1286
+ await gapi.client.prod_tt_sasportal.nodes.deployments.move({
1287
+ name: "Test string",
1288
+ }, {
1289
+ destination: "Test string",
1290
+ });
1291
+ /** Updates an existing deployment. */
1292
+ await gapi.client.prod_tt_sasportal.nodes.deployments.patch({
1293
+ name: "Test string",
1294
+ updateMask: "Test string",
1295
+ }, {
1296
+ displayName: "Test string",
1297
+ frns: [
1298
+ "Test string"
1299
+ ],
1300
+ name: "Test string",
1301
+ sasUserIds: [
1302
+ "Test string"
1303
+ ],
1304
+ });
1305
+ /** Creates a device under a node or customer. */
1306
+ await gapi.client.prod_tt_sasportal.nodes.deployments.devices.create({
1307
+ parent: "Test string",
1308
+ }, {
1309
+ activeConfig: {
1310
+ airInterface: {
1311
+ radioTechnology: "Test string",
1312
+ supportedSpec: "Test string",
1313
+ },
1314
+ callSign: "Test string",
1315
+ category: "Test string",
1316
+ installationParams: {
1317
+ antennaAzimuth: 42,
1318
+ antennaBeamwidth: 42,
1319
+ antennaDowntilt: 42,
1320
+ antennaGain: 42,
1321
+ antennaModel: "Test string",
1322
+ cpeCbsdIndication: true,
1323
+ eirpCapability: 42,
1324
+ height: 42,
1325
+ heightType: "Test string",
1326
+ horizontalAccuracy: 42,
1327
+ indoorDeployment: true,
1328
+ latitude: 42,
1329
+ longitude: 42,
1330
+ verticalAccuracy: 42,
1331
+ },
1332
+ isSigned: true,
1333
+ measurementCapabilities: [
1334
+ "Test string"
1335
+ ],
1336
+ model: {
1337
+ firmwareVersion: "Test string",
1338
+ hardwareVersion: "Test string",
1339
+ name: "Test string",
1340
+ softwareVersion: "Test string",
1341
+ vendor: "Test string",
1342
+ },
1343
+ state: "Test string",
1344
+ updateTime: "Test string",
1345
+ userId: "Test string",
1346
+ },
1347
+ currentChannels: [
1348
+ {
1349
+ frequencyRange: {
1350
+ highFrequencyMhz: 42,
1351
+ lowFrequencyMhz: 42,
1352
+ },
1353
+ score: 42,
1354
+ }
1355
+ ],
1356
+ deviceMetadata: {
1357
+ antennaModel: "Test string",
1358
+ commonChannelGroup: "Test string",
1359
+ interferenceCoordinationGroup: "Test string",
1360
+ nrqzValidated: true,
1361
+ nrqzValidation: {
1362
+ caseId: "Test string",
1363
+ cpiId: "Test string",
1364
+ latitude: 42,
1365
+ longitude: 42,
1366
+ state: "Test string",
1367
+ },
1368
+ },
1369
+ displayName: "Test string",
1370
+ fccId: "Test string",
1371
+ grantRangeAllowlists: [
1372
+ {
1373
+ highFrequencyMhz: 42,
1374
+ lowFrequencyMhz: 42,
1375
+ }
1376
+ ],
1377
+ grants: [
1378
+ {
1379
+ channelType: "Test string",
1380
+ expireTime: "Test string",
1381
+ frequencyRange: {
1382
+ highFrequencyMhz: 42,
1383
+ lowFrequencyMhz: 42,
1384
+ },
1385
+ grantId: "Test string",
1386
+ lastHeartbeatTransmitExpireTime: "Test string",
1387
+ maxEirp: 42,
1388
+ moveList: [
1389
+ {
1390
+ dpaId: "Test string",
1391
+ frequencyRange: {
1392
+ highFrequencyMhz: 42,
1393
+ lowFrequencyMhz: 42,
1394
+ },
1395
+ }
1396
+ ],
1397
+ state: "Test string",
1398
+ suspensionReason: [
1399
+ "Test string"
1400
+ ],
1401
+ }
1402
+ ],
1403
+ name: "Test string",
1404
+ preloadedConfig: {
1405
+ airInterface: {
1406
+ radioTechnology: "Test string",
1407
+ supportedSpec: "Test string",
1408
+ },
1409
+ callSign: "Test string",
1410
+ category: "Test string",
1411
+ installationParams: {
1412
+ antennaAzimuth: 42,
1413
+ antennaBeamwidth: 42,
1414
+ antennaDowntilt: 42,
1415
+ antennaGain: 42,
1416
+ antennaModel: "Test string",
1417
+ cpeCbsdIndication: true,
1418
+ eirpCapability: 42,
1419
+ height: 42,
1420
+ heightType: "Test string",
1421
+ horizontalAccuracy: 42,
1422
+ indoorDeployment: true,
1423
+ latitude: 42,
1424
+ longitude: 42,
1425
+ verticalAccuracy: 42,
1426
+ },
1427
+ isSigned: true,
1428
+ measurementCapabilities: [
1429
+ "Test string"
1430
+ ],
1431
+ model: {
1432
+ firmwareVersion: "Test string",
1433
+ hardwareVersion: "Test string",
1434
+ name: "Test string",
1435
+ softwareVersion: "Test string",
1436
+ vendor: "Test string",
1437
+ },
1438
+ state: "Test string",
1439
+ updateTime: "Test string",
1440
+ userId: "Test string",
1441
+ },
1442
+ serialNumber: "Test string",
1443
+ state: "Test string",
1444
+ });
1445
+ /** Creates a signed device under a node or customer. */
1446
+ await gapi.client.prod_tt_sasportal.nodes.deployments.devices.createSigned({
1447
+ parent: "Test string",
1448
+ }, {
1449
+ encodedDevice: "Test string",
1450
+ installerId: "Test string",
1451
+ });
1452
+ /** Lists devices under a node or customer. */
1453
+ await gapi.client.prod_tt_sasportal.nodes.deployments.devices.list({
1454
+ filter: "Test string",
1455
+ pageSize: 42,
1456
+ pageToken: "Test string",
1457
+ parent: "Test string",
1458
+ });
1459
+ /** Creates a device under a node or customer. */
1460
+ await gapi.client.prod_tt_sasportal.nodes.devices.create({
1461
+ parent: "Test string",
1462
+ }, {
1463
+ activeConfig: {
1464
+ airInterface: {
1465
+ radioTechnology: "Test string",
1466
+ supportedSpec: "Test string",
1467
+ },
1468
+ callSign: "Test string",
1469
+ category: "Test string",
1470
+ installationParams: {
1471
+ antennaAzimuth: 42,
1472
+ antennaBeamwidth: 42,
1473
+ antennaDowntilt: 42,
1474
+ antennaGain: 42,
1475
+ antennaModel: "Test string",
1476
+ cpeCbsdIndication: true,
1477
+ eirpCapability: 42,
1478
+ height: 42,
1479
+ heightType: "Test string",
1480
+ horizontalAccuracy: 42,
1481
+ indoorDeployment: true,
1482
+ latitude: 42,
1483
+ longitude: 42,
1484
+ verticalAccuracy: 42,
1485
+ },
1486
+ isSigned: true,
1487
+ measurementCapabilities: [
1488
+ "Test string"
1489
+ ],
1490
+ model: {
1491
+ firmwareVersion: "Test string",
1492
+ hardwareVersion: "Test string",
1493
+ name: "Test string",
1494
+ softwareVersion: "Test string",
1495
+ vendor: "Test string",
1496
+ },
1497
+ state: "Test string",
1498
+ updateTime: "Test string",
1499
+ userId: "Test string",
1500
+ },
1501
+ currentChannels: [
1502
+ {
1503
+ frequencyRange: {
1504
+ highFrequencyMhz: 42,
1505
+ lowFrequencyMhz: 42,
1506
+ },
1507
+ score: 42,
1508
+ }
1509
+ ],
1510
+ deviceMetadata: {
1511
+ antennaModel: "Test string",
1512
+ commonChannelGroup: "Test string",
1513
+ interferenceCoordinationGroup: "Test string",
1514
+ nrqzValidated: true,
1515
+ nrqzValidation: {
1516
+ caseId: "Test string",
1517
+ cpiId: "Test string",
1518
+ latitude: 42,
1519
+ longitude: 42,
1520
+ state: "Test string",
1521
+ },
1522
+ },
1523
+ displayName: "Test string",
1524
+ fccId: "Test string",
1525
+ grantRangeAllowlists: [
1526
+ {
1527
+ highFrequencyMhz: 42,
1528
+ lowFrequencyMhz: 42,
1529
+ }
1530
+ ],
1531
+ grants: [
1532
+ {
1533
+ channelType: "Test string",
1534
+ expireTime: "Test string",
1535
+ frequencyRange: {
1536
+ highFrequencyMhz: 42,
1537
+ lowFrequencyMhz: 42,
1538
+ },
1539
+ grantId: "Test string",
1540
+ lastHeartbeatTransmitExpireTime: "Test string",
1541
+ maxEirp: 42,
1542
+ moveList: [
1543
+ {
1544
+ dpaId: "Test string",
1545
+ frequencyRange: {
1546
+ highFrequencyMhz: 42,
1547
+ lowFrequencyMhz: 42,
1548
+ },
1549
+ }
1550
+ ],
1551
+ state: "Test string",
1552
+ suspensionReason: [
1553
+ "Test string"
1554
+ ],
1555
+ }
1556
+ ],
1557
+ name: "Test string",
1558
+ preloadedConfig: {
1559
+ airInterface: {
1560
+ radioTechnology: "Test string",
1561
+ supportedSpec: "Test string",
1562
+ },
1563
+ callSign: "Test string",
1564
+ category: "Test string",
1565
+ installationParams: {
1566
+ antennaAzimuth: 42,
1567
+ antennaBeamwidth: 42,
1568
+ antennaDowntilt: 42,
1569
+ antennaGain: 42,
1570
+ antennaModel: "Test string",
1571
+ cpeCbsdIndication: true,
1572
+ eirpCapability: 42,
1573
+ height: 42,
1574
+ heightType: "Test string",
1575
+ horizontalAccuracy: 42,
1576
+ indoorDeployment: true,
1577
+ latitude: 42,
1578
+ longitude: 42,
1579
+ verticalAccuracy: 42,
1580
+ },
1581
+ isSigned: true,
1582
+ measurementCapabilities: [
1583
+ "Test string"
1584
+ ],
1585
+ model: {
1586
+ firmwareVersion: "Test string",
1587
+ hardwareVersion: "Test string",
1588
+ name: "Test string",
1589
+ softwareVersion: "Test string",
1590
+ vendor: "Test string",
1591
+ },
1592
+ state: "Test string",
1593
+ updateTime: "Test string",
1594
+ userId: "Test string",
1595
+ },
1596
+ serialNumber: "Test string",
1597
+ state: "Test string",
1598
+ });
1599
+ /** Creates a signed device under a node or customer. */
1600
+ await gapi.client.prod_tt_sasportal.nodes.devices.createSigned({
1601
+ parent: "Test string",
1602
+ }, {
1603
+ encodedDevice: "Test string",
1604
+ installerId: "Test string",
1605
+ });
1606
+ /** Deletes a device. */
1607
+ await gapi.client.prod_tt_sasportal.nodes.devices.delete({
1608
+ name: "Test string",
1609
+ });
1610
+ /** Gets details about a device. */
1611
+ await gapi.client.prod_tt_sasportal.nodes.devices.get({
1612
+ name: "Test string",
1613
+ });
1614
+ /** Lists devices under a node or customer. */
1615
+ await gapi.client.prod_tt_sasportal.nodes.devices.list({
1616
+ filter: "Test string",
1617
+ pageSize: 42,
1618
+ pageToken: "Test string",
1619
+ parent: "Test string",
1620
+ });
1621
+ /** Moves a device under another node or customer. */
1622
+ await gapi.client.prod_tt_sasportal.nodes.devices.move({
1623
+ name: "Test string",
1624
+ }, {
1625
+ destination: "Test string",
1626
+ });
1627
+ /** Updates a device. */
1628
+ await gapi.client.prod_tt_sasportal.nodes.devices.patch({
1629
+ name: "Test string",
1630
+ updateMask: "Test string",
1631
+ }, {
1632
+ activeConfig: {
1633
+ airInterface: {
1634
+ radioTechnology: "Test string",
1635
+ supportedSpec: "Test string",
1636
+ },
1637
+ callSign: "Test string",
1638
+ category: "Test string",
1639
+ installationParams: {
1640
+ antennaAzimuth: 42,
1641
+ antennaBeamwidth: 42,
1642
+ antennaDowntilt: 42,
1643
+ antennaGain: 42,
1644
+ antennaModel: "Test string",
1645
+ cpeCbsdIndication: true,
1646
+ eirpCapability: 42,
1647
+ height: 42,
1648
+ heightType: "Test string",
1649
+ horizontalAccuracy: 42,
1650
+ indoorDeployment: true,
1651
+ latitude: 42,
1652
+ longitude: 42,
1653
+ verticalAccuracy: 42,
1654
+ },
1655
+ isSigned: true,
1656
+ measurementCapabilities: [
1657
+ "Test string"
1658
+ ],
1659
+ model: {
1660
+ firmwareVersion: "Test string",
1661
+ hardwareVersion: "Test string",
1662
+ name: "Test string",
1663
+ softwareVersion: "Test string",
1664
+ vendor: "Test string",
1665
+ },
1666
+ state: "Test string",
1667
+ updateTime: "Test string",
1668
+ userId: "Test string",
1669
+ },
1670
+ currentChannels: [
1671
+ {
1672
+ frequencyRange: {
1673
+ highFrequencyMhz: 42,
1674
+ lowFrequencyMhz: 42,
1675
+ },
1676
+ score: 42,
1677
+ }
1678
+ ],
1679
+ deviceMetadata: {
1680
+ antennaModel: "Test string",
1681
+ commonChannelGroup: "Test string",
1682
+ interferenceCoordinationGroup: "Test string",
1683
+ nrqzValidated: true,
1684
+ nrqzValidation: {
1685
+ caseId: "Test string",
1686
+ cpiId: "Test string",
1687
+ latitude: 42,
1688
+ longitude: 42,
1689
+ state: "Test string",
1690
+ },
1691
+ },
1692
+ displayName: "Test string",
1693
+ fccId: "Test string",
1694
+ grantRangeAllowlists: [
1695
+ {
1696
+ highFrequencyMhz: 42,
1697
+ lowFrequencyMhz: 42,
1698
+ }
1699
+ ],
1700
+ grants: [
1701
+ {
1702
+ channelType: "Test string",
1703
+ expireTime: "Test string",
1704
+ frequencyRange: {
1705
+ highFrequencyMhz: 42,
1706
+ lowFrequencyMhz: 42,
1707
+ },
1708
+ grantId: "Test string",
1709
+ lastHeartbeatTransmitExpireTime: "Test string",
1710
+ maxEirp: 42,
1711
+ moveList: [
1712
+ {
1713
+ dpaId: "Test string",
1714
+ frequencyRange: {
1715
+ highFrequencyMhz: 42,
1716
+ lowFrequencyMhz: 42,
1717
+ },
1718
+ }
1719
+ ],
1720
+ state: "Test string",
1721
+ suspensionReason: [
1722
+ "Test string"
1723
+ ],
1724
+ }
1725
+ ],
1726
+ name: "Test string",
1727
+ preloadedConfig: {
1728
+ airInterface: {
1729
+ radioTechnology: "Test string",
1730
+ supportedSpec: "Test string",
1731
+ },
1732
+ callSign: "Test string",
1733
+ category: "Test string",
1734
+ installationParams: {
1735
+ antennaAzimuth: 42,
1736
+ antennaBeamwidth: 42,
1737
+ antennaDowntilt: 42,
1738
+ antennaGain: 42,
1739
+ antennaModel: "Test string",
1740
+ cpeCbsdIndication: true,
1741
+ eirpCapability: 42,
1742
+ height: 42,
1743
+ heightType: "Test string",
1744
+ horizontalAccuracy: 42,
1745
+ indoorDeployment: true,
1746
+ latitude: 42,
1747
+ longitude: 42,
1748
+ verticalAccuracy: 42,
1749
+ },
1750
+ isSigned: true,
1751
+ measurementCapabilities: [
1752
+ "Test string"
1753
+ ],
1754
+ model: {
1755
+ firmwareVersion: "Test string",
1756
+ hardwareVersion: "Test string",
1757
+ name: "Test string",
1758
+ softwareVersion: "Test string",
1759
+ vendor: "Test string",
1760
+ },
1761
+ state: "Test string",
1762
+ updateTime: "Test string",
1763
+ userId: "Test string",
1764
+ },
1765
+ serialNumber: "Test string",
1766
+ state: "Test string",
1767
+ });
1768
+ /** Signs a device. */
1769
+ await gapi.client.prod_tt_sasportal.nodes.devices.signDevice({
1770
+ name: "Test string",
1771
+ }, {
1772
+ device: {
1773
+ activeConfig: {
1774
+ airInterface: {
1775
+ radioTechnology: "Test string",
1776
+ supportedSpec: "Test string",
1777
+ },
1778
+ callSign: "Test string",
1779
+ category: "Test string",
1780
+ installationParams: {
1781
+ antennaAzimuth: 42,
1782
+ antennaBeamwidth: 42,
1783
+ antennaDowntilt: 42,
1784
+ antennaGain: 42,
1785
+ antennaModel: "Test string",
1786
+ cpeCbsdIndication: true,
1787
+ eirpCapability: 42,
1788
+ height: 42,
1789
+ heightType: "Test string",
1790
+ horizontalAccuracy: 42,
1791
+ indoorDeployment: true,
1792
+ latitude: 42,
1793
+ longitude: 42,
1794
+ verticalAccuracy: 42,
1795
+ },
1796
+ isSigned: true,
1797
+ measurementCapabilities: [
1798
+ "Test string"
1799
+ ],
1800
+ model: {
1801
+ firmwareVersion: "Test string",
1802
+ hardwareVersion: "Test string",
1803
+ name: "Test string",
1804
+ softwareVersion: "Test string",
1805
+ vendor: "Test string",
1806
+ },
1807
+ state: "Test string",
1808
+ updateTime: "Test string",
1809
+ userId: "Test string",
1810
+ },
1811
+ currentChannels: [
1812
+ {
1813
+ frequencyRange: {
1814
+ highFrequencyMhz: 42,
1815
+ lowFrequencyMhz: 42,
1816
+ },
1817
+ score: 42,
1818
+ }
1819
+ ],
1820
+ deviceMetadata: {
1821
+ antennaModel: "Test string",
1822
+ commonChannelGroup: "Test string",
1823
+ interferenceCoordinationGroup: "Test string",
1824
+ nrqzValidated: true,
1825
+ nrqzValidation: {
1826
+ caseId: "Test string",
1827
+ cpiId: "Test string",
1828
+ latitude: 42,
1829
+ longitude: 42,
1830
+ state: "Test string",
1831
+ },
1832
+ },
1833
+ displayName: "Test string",
1834
+ fccId: "Test string",
1835
+ grantRangeAllowlists: [
1836
+ {
1837
+ highFrequencyMhz: 42,
1838
+ lowFrequencyMhz: 42,
1839
+ }
1840
+ ],
1841
+ grants: [
1842
+ {
1843
+ channelType: "Test string",
1844
+ expireTime: "Test string",
1845
+ frequencyRange: {
1846
+ highFrequencyMhz: 42,
1847
+ lowFrequencyMhz: 42,
1848
+ },
1849
+ grantId: "Test string",
1850
+ lastHeartbeatTransmitExpireTime: "Test string",
1851
+ maxEirp: 42,
1852
+ moveList: [
1853
+ {
1854
+ dpaId: "Test string",
1855
+ frequencyRange: {
1856
+ highFrequencyMhz: 42,
1857
+ lowFrequencyMhz: 42,
1858
+ },
1859
+ }
1860
+ ],
1861
+ state: "Test string",
1862
+ suspensionReason: [
1863
+ "Test string"
1864
+ ],
1865
+ }
1866
+ ],
1867
+ name: "Test string",
1868
+ preloadedConfig: {
1869
+ airInterface: {
1870
+ radioTechnology: "Test string",
1871
+ supportedSpec: "Test string",
1872
+ },
1873
+ callSign: "Test string",
1874
+ category: "Test string",
1875
+ installationParams: {
1876
+ antennaAzimuth: 42,
1877
+ antennaBeamwidth: 42,
1878
+ antennaDowntilt: 42,
1879
+ antennaGain: 42,
1880
+ antennaModel: "Test string",
1881
+ cpeCbsdIndication: true,
1882
+ eirpCapability: 42,
1883
+ height: 42,
1884
+ heightType: "Test string",
1885
+ horizontalAccuracy: 42,
1886
+ indoorDeployment: true,
1887
+ latitude: 42,
1888
+ longitude: 42,
1889
+ verticalAccuracy: 42,
1890
+ },
1891
+ isSigned: true,
1892
+ measurementCapabilities: [
1893
+ "Test string"
1894
+ ],
1895
+ model: {
1896
+ firmwareVersion: "Test string",
1897
+ hardwareVersion: "Test string",
1898
+ name: "Test string",
1899
+ softwareVersion: "Test string",
1900
+ vendor: "Test string",
1901
+ },
1902
+ state: "Test string",
1903
+ updateTime: "Test string",
1904
+ userId: "Test string",
1905
+ },
1906
+ serialNumber: "Test string",
1907
+ state: "Test string",
1908
+ },
1909
+ });
1910
+ /** Updates a signed device. */
1911
+ await gapi.client.prod_tt_sasportal.nodes.devices.updateSigned({
1912
+ name: "Test string",
1913
+ }, {
1914
+ encodedDevice: "Test string",
1915
+ installerId: "Test string",
1916
+ });
1917
+ /** Creates a new node. */
1918
+ await gapi.client.prod_tt_sasportal.nodes.nodes.create({
1919
+ parent: "Test string",
1920
+ }, {
1921
+ displayName: "Test string",
1922
+ name: "Test string",
1923
+ sasUserIds: [
1924
+ "Test string"
1925
+ ],
1926
+ });
1927
+ /** Deletes a node. */
1928
+ await gapi.client.prod_tt_sasportal.nodes.nodes.delete({
1929
+ name: "Test string",
1930
+ });
1931
+ /** Returns a requested node. */
1932
+ await gapi.client.prod_tt_sasportal.nodes.nodes.get({
1933
+ name: "Test string",
1934
+ });
1935
+ /** Lists nodes. */
1936
+ await gapi.client.prod_tt_sasportal.nodes.nodes.list({
1937
+ filter: "Test string",
1938
+ pageSize: 42,
1939
+ pageToken: "Test string",
1940
+ parent: "Test string",
1941
+ });
1942
+ /** Moves a node under another node or customer. */
1943
+ await gapi.client.prod_tt_sasportal.nodes.nodes.move({
1944
+ name: "Test string",
1945
+ }, {
1946
+ destination: "Test string",
1947
+ });
1948
+ /** Updates an existing node. */
1949
+ await gapi.client.prod_tt_sasportal.nodes.nodes.patch({
1950
+ name: "Test string",
1951
+ updateMask: "Test string",
1952
+ }, {
1953
+ displayName: "Test string",
1954
+ name: "Test string",
1955
+ sasUserIds: [
1956
+ "Test string"
1957
+ ],
1958
+ });
1959
+ /** Creates a new deployment. */
1960
+ await gapi.client.prod_tt_sasportal.nodes.nodes.deployments.create({
1961
+ parent: "Test string",
1962
+ }, {
1963
+ displayName: "Test string",
1964
+ frns: [
1965
+ "Test string"
1966
+ ],
1967
+ name: "Test string",
1968
+ sasUserIds: [
1969
+ "Test string"
1970
+ ],
1971
+ });
1972
+ /** Lists deployments. */
1973
+ await gapi.client.prod_tt_sasportal.nodes.nodes.deployments.list({
1974
+ filter: "Test string",
1975
+ pageSize: 42,
1976
+ pageToken: "Test string",
1977
+ parent: "Test string",
1978
+ });
1979
+ /** Creates a device under a node or customer. */
1980
+ await gapi.client.prod_tt_sasportal.nodes.nodes.devices.create({
1981
+ parent: "Test string",
1982
+ }, {
1983
+ activeConfig: {
1984
+ airInterface: {
1985
+ radioTechnology: "Test string",
1986
+ supportedSpec: "Test string",
1987
+ },
1988
+ callSign: "Test string",
1989
+ category: "Test string",
1990
+ installationParams: {
1991
+ antennaAzimuth: 42,
1992
+ antennaBeamwidth: 42,
1993
+ antennaDowntilt: 42,
1994
+ antennaGain: 42,
1995
+ antennaModel: "Test string",
1996
+ cpeCbsdIndication: true,
1997
+ eirpCapability: 42,
1998
+ height: 42,
1999
+ heightType: "Test string",
2000
+ horizontalAccuracy: 42,
2001
+ indoorDeployment: true,
2002
+ latitude: 42,
2003
+ longitude: 42,
2004
+ verticalAccuracy: 42,
2005
+ },
2006
+ isSigned: true,
2007
+ measurementCapabilities: [
2008
+ "Test string"
2009
+ ],
2010
+ model: {
2011
+ firmwareVersion: "Test string",
2012
+ hardwareVersion: "Test string",
2013
+ name: "Test string",
2014
+ softwareVersion: "Test string",
2015
+ vendor: "Test string",
2016
+ },
2017
+ state: "Test string",
2018
+ updateTime: "Test string",
2019
+ userId: "Test string",
2020
+ },
2021
+ currentChannels: [
2022
+ {
2023
+ frequencyRange: {
2024
+ highFrequencyMhz: 42,
2025
+ lowFrequencyMhz: 42,
2026
+ },
2027
+ score: 42,
2028
+ }
2029
+ ],
2030
+ deviceMetadata: {
2031
+ antennaModel: "Test string",
2032
+ commonChannelGroup: "Test string",
2033
+ interferenceCoordinationGroup: "Test string",
2034
+ nrqzValidated: true,
2035
+ nrqzValidation: {
2036
+ caseId: "Test string",
2037
+ cpiId: "Test string",
2038
+ latitude: 42,
2039
+ longitude: 42,
2040
+ state: "Test string",
2041
+ },
2042
+ },
2043
+ displayName: "Test string",
2044
+ fccId: "Test string",
2045
+ grantRangeAllowlists: [
2046
+ {
2047
+ highFrequencyMhz: 42,
2048
+ lowFrequencyMhz: 42,
2049
+ }
2050
+ ],
2051
+ grants: [
2052
+ {
2053
+ channelType: "Test string",
2054
+ expireTime: "Test string",
2055
+ frequencyRange: {
2056
+ highFrequencyMhz: 42,
2057
+ lowFrequencyMhz: 42,
2058
+ },
2059
+ grantId: "Test string",
2060
+ lastHeartbeatTransmitExpireTime: "Test string",
2061
+ maxEirp: 42,
2062
+ moveList: [
2063
+ {
2064
+ dpaId: "Test string",
2065
+ frequencyRange: {
2066
+ highFrequencyMhz: 42,
2067
+ lowFrequencyMhz: 42,
2068
+ },
2069
+ }
2070
+ ],
2071
+ state: "Test string",
2072
+ suspensionReason: [
2073
+ "Test string"
2074
+ ],
2075
+ }
2076
+ ],
2077
+ name: "Test string",
2078
+ preloadedConfig: {
2079
+ airInterface: {
2080
+ radioTechnology: "Test string",
2081
+ supportedSpec: "Test string",
2082
+ },
2083
+ callSign: "Test string",
2084
+ category: "Test string",
2085
+ installationParams: {
2086
+ antennaAzimuth: 42,
2087
+ antennaBeamwidth: 42,
2088
+ antennaDowntilt: 42,
2089
+ antennaGain: 42,
2090
+ antennaModel: "Test string",
2091
+ cpeCbsdIndication: true,
2092
+ eirpCapability: 42,
2093
+ height: 42,
2094
+ heightType: "Test string",
2095
+ horizontalAccuracy: 42,
2096
+ indoorDeployment: true,
2097
+ latitude: 42,
2098
+ longitude: 42,
2099
+ verticalAccuracy: 42,
2100
+ },
2101
+ isSigned: true,
2102
+ measurementCapabilities: [
2103
+ "Test string"
2104
+ ],
2105
+ model: {
2106
+ firmwareVersion: "Test string",
2107
+ hardwareVersion: "Test string",
2108
+ name: "Test string",
2109
+ softwareVersion: "Test string",
2110
+ vendor: "Test string",
2111
+ },
2112
+ state: "Test string",
2113
+ updateTime: "Test string",
2114
+ userId: "Test string",
2115
+ },
2116
+ serialNumber: "Test string",
2117
+ state: "Test string",
2118
+ });
2119
+ /** Creates a signed device under a node or customer. */
2120
+ await gapi.client.prod_tt_sasportal.nodes.nodes.devices.createSigned({
2121
+ parent: "Test string",
2122
+ }, {
2123
+ encodedDevice: "Test string",
2124
+ installerId: "Test string",
2125
+ });
2126
+ /** Lists devices under a node or customer. */
2127
+ await gapi.client.prod_tt_sasportal.nodes.nodes.devices.list({
2128
+ filter: "Test string",
2129
+ pageSize: 42,
2130
+ pageToken: "Test string",
2131
+ parent: "Test string",
2132
+ });
2133
+ /** Creates a new node. */
2134
+ await gapi.client.prod_tt_sasportal.nodes.nodes.nodes.create({
2135
+ parent: "Test string",
2136
+ }, {
2137
+ displayName: "Test string",
2138
+ name: "Test string",
2139
+ sasUserIds: [
2140
+ "Test string"
2141
+ ],
2142
+ });
2143
+ /** Lists nodes. */
2144
+ await gapi.client.prod_tt_sasportal.nodes.nodes.nodes.list({
2145
+ filter: "Test string",
2146
+ pageSize: 42,
2147
+ pageToken: "Test string",
2148
+ parent: "Test string",
2149
+ });
2150
+ /** Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set. */
2151
+ await gapi.client.prod_tt_sasportal.policies.get({
2152
+ }, {
2153
+ resource: "Test string",
2154
+ });
2155
+ /** Sets the access control policy on the specified resource. Replaces any existing policy. */
2156
+ await gapi.client.prod_tt_sasportal.policies.set({
2157
+ }, {
2158
+ disableNotification: true,
2159
+ policy: {
2160
+ assignments: [
2161
+ {
2162
+ members: [
2163
+ "Test string"
2164
+ ],
2165
+ role: "Test string",
2166
+ }
2167
+ ],
2168
+ etag: "Test string",
2169
+ },
2170
+ resource: "Test string",
2171
+ });
2172
+ /** Returns permissions that a caller has on the specified resource. */
2173
+ await gapi.client.prod_tt_sasportal.policies.test({
2174
+ }, {
2175
+ permissions: [
2176
+ "Test string"
2177
+ ],
2178
+ resource: "Test string",
2179
+ });
2180
+ }
2181
+ });