@deeptrekker/api-domain 0.31.1

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.
Files changed (1454) hide show
  1. package/LICENSE.md +1 -0
  2. package/dist/.DS_Store +0 -0
  3. package/dist/constants/index.d.ts +2 -0
  4. package/dist/constants/index.js +18 -0
  5. package/dist/constants/samples/index.d.ts +8 -0
  6. package/dist/constants/samples/index.js +831 -0
  7. package/dist/constants/versions/index.d.ts +1 -0
  8. package/dist/constants/versions/index.js +5 -0
  9. package/dist/index.d.ts +3 -0
  10. package/dist/index.js +19 -0
  11. package/dist/samples/clients/index.d.ts +28 -0
  12. package/dist/samples/clients/index.js +89 -0
  13. package/dist/samples/core/index.d.ts +63 -0
  14. package/dist/samples/core/index.js +130 -0
  15. package/dist/samples/generated/requests/clients/bridgeboxNetworkDiagnosticsSample.json +41 -0
  16. package/dist/samples/generated/requests/devices/reels/manualReels/calibration/manualReelCalibratorCalibrateSample.json +12 -0
  17. package/dist/samples/generated/requests/devices/reels/manualReels/calibration/manualReelCalibratorCancelSample.json +12 -0
  18. package/dist/samples/generated/requests/devices/reels/manualReels/calibration/manualReelCalibratorFailedSample.json +12 -0
  19. package/dist/samples/generated/requests/devices/reels/manualReels/calibration/manualReelCalibratorSucceededSample.json +12 -0
  20. package/dist/samples/generated/requests/devices/reels/poweredReels/CrawlerForward/poweredReelCrawlerForwardFalseSample.json +12 -0
  21. package/dist/samples/generated/requests/devices/reels/poweredReels/CrawlerForward/poweredReelCrawlerForwardRandomSample.json +12 -0
  22. package/dist/samples/generated/requests/devices/reels/poweredReels/CrawlerForward/poweredReelCrawlerForwardTrueSample.json +12 -0
  23. package/dist/samples/generated/requests/devices/reels/poweredReels/CrawlerReverse/poweredReelCrawlerReverseFalseSample.json +12 -0
  24. package/dist/samples/generated/requests/devices/reels/poweredReels/CrawlerReverse/poweredReelCrawlerReverseRandomSample.json +12 -0
  25. package/dist/samples/generated/requests/devices/reels/poweredReels/CrawlerReverse/poweredReelCrawlerReverseTrueSample.json +12 -0
  26. package/dist/samples/generated/requests/devices/reels/poweredReels/acConnected/poweredReelAcConnectedRandomSample.json +12 -0
  27. package/dist/samples/generated/requests/devices/reels/poweredReels/acConnected/poweredReelHasAcConnectedSample.json +12 -0
  28. package/dist/samples/generated/requests/devices/reels/poweredReels/acConnected/poweredReelHasNoAcConnectedSample.json +12 -0
  29. package/dist/samples/generated/requests/devices/reels/poweredReels/battery/battery1/leak/poweredReelBattery1HasLeakSample.json +14 -0
  30. package/dist/samples/generated/requests/devices/reels/poweredReels/battery/battery1/leak/poweredReelBattery1HasNoLeakSample.json +14 -0
  31. package/dist/samples/generated/requests/devices/reels/poweredReels/battery/battery1/leak/poweredReelBattery1LeakRandomSample.json +14 -0
  32. package/dist/samples/generated/requests/devices/reels/poweredReels/battery/battery1/poweredReelBattery1DangerSample.json +14 -0
  33. package/dist/samples/generated/requests/devices/reels/poweredReels/battery/battery1/poweredReelBattery1RandomSample.json +16 -0
  34. package/dist/samples/generated/requests/devices/reels/poweredReels/battery/battery1/poweredReelBattery1ShutdownSample.json +14 -0
  35. package/dist/samples/generated/requests/devices/reels/poweredReels/battery/battery1/poweredReelBattery1WarningSample.json +14 -0
  36. package/dist/samples/generated/requests/devices/reels/poweredReels/battery/battery2/leak/poweredReelBattery2HasLeakSample.json +14 -0
  37. package/dist/samples/generated/requests/devices/reels/poweredReels/battery/battery2/leak/poweredReelBattery2HasNoLeakSample.json +14 -0
  38. package/dist/samples/generated/requests/devices/reels/poweredReels/battery/battery2/leak/poweredReelBattery2LeakRandomSample.json +14 -0
  39. package/dist/samples/generated/requests/devices/reels/poweredReels/battery/battery2/poweredReelBattery2DangerSample.json +14 -0
  40. package/dist/samples/generated/requests/devices/reels/poweredReels/battery/battery2/poweredReelBattery2RandomSample.json +16 -0
  41. package/dist/samples/generated/requests/devices/reels/poweredReels/battery/battery2/poweredReelBattery2ShutdownSample.json +14 -0
  42. package/dist/samples/generated/requests/devices/reels/poweredReels/battery/battery2/poweredReelBattery2WarningSample.json +14 -0
  43. package/dist/samples/generated/requests/devices/reels/poweredReels/calibrator/poweredReelCalibratorRandomSample.json +12 -0
  44. package/dist/samples/generated/requests/devices/reels/poweredReels/calibrator/poweredReelIsCalibratingSample.json +12 -0
  45. package/dist/samples/generated/requests/devices/reels/poweredReels/calibrator/poweredReelIsNotCalibratingSample.json +12 -0
  46. package/dist/samples/generated/requests/devices/reels/poweredReels/distance/poweredReelDistanceRandomSample.json +12 -0
  47. package/dist/samples/generated/requests/devices/reels/poweredReels/eStop/poweredReelEStopOffSample.json +12 -0
  48. package/dist/samples/generated/requests/devices/reels/poweredReels/eStop/poweredReelEStopOnSample.json +12 -0
  49. package/dist/samples/generated/requests/devices/reels/poweredReels/eStop/poweredReelEStopRandomSample.json +12 -0
  50. package/dist/samples/generated/requests/devices/reels/poweredReels/hybridPower/poweredReelHybridPowerOffRandomSample.json +12 -0
  51. package/dist/samples/generated/requests/devices/reels/poweredReels/hybridPower/poweredReelHybridPowerOnSample.json +12 -0
  52. package/dist/samples/generated/requests/devices/reels/poweredReels/hybridPower/poweredReelHybridPowerRandomSample.json +12 -0
  53. package/dist/samples/generated/requests/devices/reels/poweredReels/ip/poweredReelIpRandomSample.json +12 -0
  54. package/dist/samples/generated/requests/devices/reels/poweredReels/leak/poweredReelHasLeakSample.json +12 -0
  55. package/dist/samples/generated/requests/devices/reels/poweredReels/leak/poweredReelHasNoLeakSample.json +12 -0
  56. package/dist/samples/generated/requests/devices/reels/poweredReels/leak/poweredReelLeakRandomSample.json +12 -0
  57. package/dist/samples/generated/requests/devices/reels/poweredReels/motorDiagnostics/motor1/poweredReelMotor1DiagnosticsRandomSample.json +17 -0
  58. package/dist/samples/generated/requests/devices/reels/poweredReels/motorDiagnostics/motor1/poweredReelMotor1DiagnosticsRestingSample.json +17 -0
  59. package/dist/samples/generated/requests/devices/reels/poweredReels/motorDiagnostics/motor2/poweredReelMotor2DiagnosticsRandomSample.json +17 -0
  60. package/dist/samples/generated/requests/devices/reels/poweredReels/motorDiagnostics/motor2/poweredReelMotor2DiagnosticsRestingSample.json +17 -0
  61. package/dist/samples/generated/requests/devices/reels/poweredReels/reelForward/poweredReelForwardFalseSample.json +12 -0
  62. package/dist/samples/generated/requests/devices/reels/poweredReels/reelForward/poweredReelForwardRandomSample.json +12 -0
  63. package/dist/samples/generated/requests/devices/reels/poweredReels/reelForward/poweredReelForwardTrueSample.json +12 -0
  64. package/dist/samples/generated/requests/devices/reels/poweredReels/reelReverse/poweredReelReverseFalseSample.json +12 -0
  65. package/dist/samples/generated/requests/devices/reels/poweredReels/reelReverse/poweredReelReverseRandomSample.json +12 -0
  66. package/dist/samples/generated/requests/devices/reels/poweredReels/reelReverse/poweredReelReverseTrueSample.json +12 -0
  67. package/dist/samples/generated/requests/devices/reels/poweredReels/speed/poweredReelMaxSpeedBackwardSample.json +12 -0
  68. package/dist/samples/generated/requests/devices/reels/poweredReels/speed/poweredReelMaxSpeedForwardSample.json +12 -0
  69. package/dist/samples/generated/requests/devices/reels/poweredReels/speed/poweredReelNoSpeedSample.json +12 -0
  70. package/dist/samples/generated/requests/devices/reels/poweredReels/speed/poweredReelSpeedRandomSample.json +12 -0
  71. package/dist/samples/generated/requests/devices/reels/poweredReels/temperature/poweredReelTemperatureRandomSample.json +12 -0
  72. package/dist/samples/generated/requests/devices/reels/poweredReels/temperature/poweredReelTemperatureShutdownSample.json +12 -0
  73. package/dist/samples/generated/requests/devices/reels/poweredReels/temperature/poweredReelTemperatureWarningSample.json +12 -0
  74. package/dist/samples/generated/requests/devices/reels/poweredReels/update/poweredReelConnected.json +11 -0
  75. package/dist/samples/generated/requests/devices/reels/poweredReels/update/poweredReelDisconnected.json +11 -0
  76. package/dist/samples/generated/requests/devices/reels/poweredReels/version/poweredReelVersion1.json +15 -0
  77. package/dist/samples/generated/requests/devices/reels/poweredReels/version/poweredReelVersion2.json +15 -0
  78. package/dist/samples/generated/requests/devices/reels/poweredReels/version/poweredReelVersion3.json +15 -0
  79. package/dist/samples/generated/requests/devices/reels/poweredReels/version/poweredReelVersionRandom.json +15 -0
  80. package/dist/samples/generated/requests/devices/vehicles/a150/a150ConnectedSample.json +11 -0
  81. package/dist/samples/generated/requests/devices/vehicles/a150/a150DisconnectedSample.json +11 -0
  82. package/dist/samples/generated/requests/devices/vehicles/a150/auxLight/a150AuxLightOffSample.json +14 -0
  83. package/dist/samples/generated/requests/devices/vehicles/a150/auxLight/a150AuxLightOnMaxIntensitySample.json +14 -0
  84. package/dist/samples/generated/requests/devices/vehicles/a150/auxLight/a150AuxLightOnMidIntensitySample.json +14 -0
  85. package/dist/samples/generated/requests/devices/vehicles/a150/auxLight/a150AuxLightRandomSample.json +14 -0
  86. package/dist/samples/generated/requests/devices/vehicles/a150/battery/a150BatteryDangerSample.json +14 -0
  87. package/dist/samples/generated/requests/devices/vehicles/a150/battery/a150BatteryRandomSample.json +16 -0
  88. package/dist/samples/generated/requests/devices/vehicles/a150/battery/a150BatteryShutdownSample.json +14 -0
  89. package/dist/samples/generated/requests/devices/vehicles/a150/battery/a150BatteryWarningSample.json +14 -0
  90. package/dist/samples/generated/requests/devices/vehicles/a150/battery/leak/a150BatteryHasLeakSample.json +14 -0
  91. package/dist/samples/generated/requests/devices/vehicles/a150/battery/leak/a150BatteryHasNoLeakSample.json +14 -0
  92. package/dist/samples/generated/requests/devices/vehicles/a150/battery/leak/a150BatteryRandomLeakStateSample.json +14 -0
  93. package/dist/samples/generated/requests/devices/vehicles/a150/bodyLeak/a150BodyLeakRandomSample.json +12 -0
  94. package/dist/samples/generated/requests/devices/vehicles/a150/bodyLeak/a150HasBodyLeakSample.json +12 -0
  95. package/dist/samples/generated/requests/devices/vehicles/a150/bodyLeak/a150HasNoBodyLeakSample.json +12 -0
  96. package/dist/samples/generated/requests/devices/vehicles/a150/calibrator/a150CalibratorFalseSample.json +12 -0
  97. package/dist/samples/generated/requests/devices/vehicles/a150/calibrator/a150CalibratorRandomSample.json +12 -0
  98. package/dist/samples/generated/requests/devices/vehicles/a150/calibrator/a150CalibratorTrueSample.json +12 -0
  99. package/dist/samples/generated/requests/devices/vehicles/a150/cameraHead/calibrator/a150Joint2CalibratorFalseSample.json +15 -0
  100. package/dist/samples/generated/requests/devices/vehicles/a150/cameraHead/calibrator/a150Joint2CalibratorRandomSample.json +15 -0
  101. package/dist/samples/generated/requests/devices/vehicles/a150/cameraHead/calibrator/a150Joint2CalibratorTrueSample.json +15 -0
  102. package/dist/samples/generated/requests/devices/vehicles/a150/cameraHead/cameraHome/a150CameraHeadCameraHomeSample.json +20 -0
  103. package/dist/samples/generated/requests/devices/vehicles/a150/cameraHead/core/a150CameraHeadSample.json +12 -0
  104. package/dist/samples/generated/requests/devices/vehicles/a150/cameraHead/cpuTemp/a150CameraHeadCpuTempRandomSample.json +15 -0
  105. package/dist/samples/generated/requests/devices/vehicles/a150/cameraHead/ip/a150CameraHeadIpRandomSample.json +15 -0
  106. package/dist/samples/generated/requests/devices/vehicles/a150/cameraHead/leak/a150CameraHeadHasLeakSample.json +15 -0
  107. package/dist/samples/generated/requests/devices/vehicles/a150/cameraHead/leak/a150CameraHeadHasNoLeakSample.json +15 -0
  108. package/dist/samples/generated/requests/devices/vehicles/a150/cameraHead/leak/a150CameraHeadLeakRandomSample.json +15 -0
  109. package/dist/samples/generated/requests/devices/vehicles/a150/cameraHead/light/a150CameraHeadLightIntensityMaxSample.json +17 -0
  110. package/dist/samples/generated/requests/devices/vehicles/a150/cameraHead/light/a150CameraHeadLightIntensityMinSample.json +17 -0
  111. package/dist/samples/generated/requests/devices/vehicles/a150/cameraHead/light/a150CameraHeadLightIntensityRandomSample.json +17 -0
  112. package/dist/samples/generated/requests/devices/vehicles/a150/cameraHead/orientationConfig/a150CameraHeadOrientationConfigHorizontalSample.json +15 -0
  113. package/dist/samples/generated/requests/devices/vehicles/a150/cameraHead/orientationConfig/a150CameraHeadOrientationConfigVerticalSample.json +15 -0
  114. package/dist/samples/generated/requests/devices/vehicles/a150/cameraHead/pan/a150CameraHeadPanPositionMaxSample.json +17 -0
  115. package/dist/samples/generated/requests/devices/vehicles/a150/cameraHead/pan/a150CameraHeadPanPositionMinSample.json +17 -0
  116. package/dist/samples/generated/requests/devices/vehicles/a150/cameraHead/pan/a150CameraHeadPanPositionRandomSample.json +17 -0
  117. package/dist/samples/generated/requests/devices/vehicles/a150/cameraHead/pan/a150CameraHeadPanRandomSample.json +18 -0
  118. package/dist/samples/generated/requests/devices/vehicles/a150/cameraHead/pan/a150CameraHeadPanSpeedMaxSample.json +17 -0
  119. package/dist/samples/generated/requests/devices/vehicles/a150/cameraHead/pan/a150CameraHeadPanSpeedMinSample.json +17 -0
  120. package/dist/samples/generated/requests/devices/vehicles/a150/cameraHead/pan/a150CameraHeadPanSpeedRandomSample.json +17 -0
  121. package/dist/samples/generated/requests/devices/vehicles/a150/cameraHead/panMotorDiagnostics/a150CameraHeadPanMotorDiagnosticsCurrentRandomSample.json +17 -0
  122. package/dist/samples/generated/requests/devices/vehicles/a150/cameraHead/panMotorDiagnostics/a150CameraHeadPanMotorDiagnosticsOvercurrentOffSample.json +17 -0
  123. package/dist/samples/generated/requests/devices/vehicles/a150/cameraHead/panMotorDiagnostics/a150CameraHeadPanMotorDiagnosticsOvercurrentOnSample.json +17 -0
  124. package/dist/samples/generated/requests/devices/vehicles/a150/cameraHead/panMotorDiagnostics/a150CameraHeadPanMotorDiagnosticsPWMRandomSample.json +17 -0
  125. package/dist/samples/generated/requests/devices/vehicles/a150/cameraHead/panMotorDiagnostics/a150CameraHeadPanMotorDiagnosticsRPMBackwardSample.json +17 -0
  126. package/dist/samples/generated/requests/devices/vehicles/a150/cameraHead/panMotorDiagnostics/a150CameraHeadPanMotorDiagnosticsRPMForwardSample.json +17 -0
  127. package/dist/samples/generated/requests/devices/vehicles/a150/cameraHead/panMotorDiagnostics/a150CameraHeadPanMotorDiagnosticsRPMStaticSample.json +17 -0
  128. package/dist/samples/generated/requests/devices/vehicles/a150/cameraHead/panMotorDiagnostics/a150CameraHeadPanMotorDiagnosticsRandomSample.json +20 -0
  129. package/dist/samples/generated/requests/devices/vehicles/a150/cameraHead/tilt/a150CameraHeadTiltPositionMaxSample.json +17 -0
  130. package/dist/samples/generated/requests/devices/vehicles/a150/cameraHead/tilt/a150CameraHeadTiltPositionMinSample.json +17 -0
  131. package/dist/samples/generated/requests/devices/vehicles/a150/cameraHead/tilt/a150CameraHeadTiltPositionRandomSample.json +17 -0
  132. package/dist/samples/generated/requests/devices/vehicles/a150/cameraHead/tilt/a150CameraHeadTiltRandomSample.json +18 -0
  133. package/dist/samples/generated/requests/devices/vehicles/a150/cameraHead/tilt/a150CameraHeadTiltSpeedMaxSample.json +17 -0
  134. package/dist/samples/generated/requests/devices/vehicles/a150/cameraHead/tilt/a150CameraHeadTiltSpeedMinSample.json +17 -0
  135. package/dist/samples/generated/requests/devices/vehicles/a150/cameraHead/tilt/a150CameraHeadTiltSpeedRandomSample.json +17 -0
  136. package/dist/samples/generated/requests/devices/vehicles/a150/cameraHead/tiltMotorDiagnostics/a150CameraHeadTiltMotorDiagnosticsCurrentRandomSample.json +17 -0
  137. package/dist/samples/generated/requests/devices/vehicles/a150/cameraHead/tiltMotorDiagnostics/a150CameraHeadTiltMotorDiagnosticsOvercurrentOffSample.json +17 -0
  138. package/dist/samples/generated/requests/devices/vehicles/a150/cameraHead/tiltMotorDiagnostics/a150CameraHeadTiltMotorDiagnosticsOvercurrentOnSample.json +17 -0
  139. package/dist/samples/generated/requests/devices/vehicles/a150/cameraHead/tiltMotorDiagnostics/a150CameraHeadTiltMotorDiagnosticsPWMRandomSample.json +17 -0
  140. package/dist/samples/generated/requests/devices/vehicles/a150/cameraHead/tiltMotorDiagnostics/a150CameraHeadTiltMotorDiagnosticsRPMBackwardSample.json +17 -0
  141. package/dist/samples/generated/requests/devices/vehicles/a150/cameraHead/tiltMotorDiagnostics/a150CameraHeadTiltMotorDiagnosticsRPMForwardSample.json +17 -0
  142. package/dist/samples/generated/requests/devices/vehicles/a150/cameraHead/tiltMotorDiagnostics/a150CameraHeadTiltMotorDiagnosticsRPMStaticSample.json +17 -0
  143. package/dist/samples/generated/requests/devices/vehicles/a150/cameraHead/tiltMotorDiagnostics/a150CameraHeadTiltMotorDiagnosticsRandomSample.json +20 -0
  144. package/dist/samples/generated/requests/devices/vehicles/a150/cameraHead/usageTime/a150CameraHeadCurrentSecondsRandomSample.json +17 -0
  145. package/dist/samples/generated/requests/devices/vehicles/a150/cameraHead/usageTime/a150CameraHeadTotalSecondsRandomSample.json +17 -0
  146. package/dist/samples/generated/requests/devices/vehicles/a150/cameraHead/usageTime/a150CameraHeadUsageTimeRandomSample.json +18 -0
  147. package/dist/samples/generated/requests/devices/vehicles/a150/cameraHead/version/a150CameraHeadVersion1Sample.json +18 -0
  148. package/dist/samples/generated/requests/devices/vehicles/a150/cameraHead/version/a150CameraHeadVersion2Sample.json +18 -0
  149. package/dist/samples/generated/requests/devices/vehicles/a150/cameraHead/version/a150CameraHeadVersion3Sample.json +18 -0
  150. package/dist/samples/generated/requests/devices/vehicles/a150/cameraHead/version/a150CameraHeadVersionRandomSample.json +18 -0
  151. package/dist/samples/generated/requests/devices/vehicles/a150/cameras/core/a150CameraDeleteSample.json +14 -0
  152. package/dist/samples/generated/requests/devices/vehicles/a150/cameras/core/a150CamerasSample.json +12 -0
  153. package/dist/samples/generated/requests/devices/vehicles/a150/cameras/dtCam/brightness/a150DTCamBrightnessMaxSample.json +17 -0
  154. package/dist/samples/generated/requests/devices/vehicles/a150/cameras/dtCam/brightness/a150DTCamBrightnessMinSample.json +17 -0
  155. package/dist/samples/generated/requests/devices/vehicles/a150/cameras/dtCam/brightness/a150DTCamBrightnessRandomSample.json +17 -0
  156. package/dist/samples/generated/requests/devices/vehicles/a150/cameras/dtCam/contrast/a150DTCamContrastMaxSample.json +17 -0
  157. package/dist/samples/generated/requests/devices/vehicles/a150/cameras/dtCam/contrast/a150DTCamContrastMinSample.json +17 -0
  158. package/dist/samples/generated/requests/devices/vehicles/a150/cameras/dtCam/contrast/a150DTCamContrastRandomSample.json +17 -0
  159. package/dist/samples/generated/requests/devices/vehicles/a150/cameras/dtCam/ip/a150DTCamIpRandomSample.json +17 -0
  160. package/dist/samples/generated/requests/devices/vehicles/a150/cameras/dtCam/osd/a150DTCamOsdDisabledSample.json +19 -0
  161. package/dist/samples/generated/requests/devices/vehicles/a150/cameras/dtCam/osd/a150DTCamOsdEnabledSample.json +19 -0
  162. package/dist/samples/generated/requests/devices/vehicles/a150/cameras/dtCam/osd/a150DTCamOsdRandomSample.json +19 -0
  163. package/dist/samples/generated/requests/devices/vehicles/a150/cameras/dtCam/saturation/a150DTCamSaturationMaxSample.json +17 -0
  164. package/dist/samples/generated/requests/devices/vehicles/a150/cameras/dtCam/saturation/a150DTCamSaturationMinSample.json +17 -0
  165. package/dist/samples/generated/requests/devices/vehicles/a150/cameras/dtCam/saturation/a150DTCamSaturationRandomSample.json +17 -0
  166. package/dist/samples/generated/requests/devices/vehicles/a150/cameras/dtCam/streams/a150DTCamStream1080pSample.json +21 -0
  167. package/dist/samples/generated/requests/devices/vehicles/a150/cameras/dtCam/streams/a150DTCamStream480pSample.json +25 -0
  168. package/dist/samples/generated/requests/devices/vehicles/a150/cameras/dtCam/streams/a150DTCamStream720pSample.json +25 -0
  169. package/dist/samples/generated/requests/devices/vehicles/a150/cameras/dtCam/streams/a150DTCamStreamNotActiveSample.json +25 -0
  170. package/dist/samples/generated/requests/devices/vehicles/a150/cameras/dtCam/streams/a150DTCamStreamRandomSample.json +25 -0
  171. package/dist/samples/generated/requests/devices/vehicles/a150/cameras/dtCam/type/a150DTCamTypeAuxSample.json +17 -0
  172. package/dist/samples/generated/requests/devices/vehicles/a150/cameras/dtCam/type/a150DTCamTypeMainSample.json +17 -0
  173. package/dist/samples/generated/requests/devices/vehicles/a150/cameras/dtCam/version/a150DTCamVersion1Sample.json +20 -0
  174. package/dist/samples/generated/requests/devices/vehicles/a150/cameras/dtCam/version/a150DTCamVersion2Sample.json +20 -0
  175. package/dist/samples/generated/requests/devices/vehicles/a150/cameras/dtCam/version/a150DTCamVersion3Sample.json +20 -0
  176. package/dist/samples/generated/requests/devices/vehicles/a150/cameras/dtCam/version/a150DTCamVersionRandomSample.json +20 -0
  177. package/dist/samples/generated/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/brightness/a150TamronHarrierZoomCameraBrightnessMaxSample.json +17 -0
  178. package/dist/samples/generated/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/brightness/a150TamronHarrierZoomCameraBrightnessMinSample.json +17 -0
  179. package/dist/samples/generated/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/brightness/a150TamronHarrierZoomCameraBrightnessRandomSample.json +17 -0
  180. package/dist/samples/generated/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/exposure/a150TamronHarrierZoomCameraExposureAutoSample.json +20 -0
  181. package/dist/samples/generated/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/exposure/a150TamronHarrierZoomCameraExposureManualMaxSample.json +20 -0
  182. package/dist/samples/generated/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/exposure/a150TamronHarrierZoomCameraExposureManualMinSample.json +20 -0
  183. package/dist/samples/generated/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/exposure/a150TamronHarrierZoomCameraExposureManualRandomSample.json +20 -0
  184. package/dist/samples/generated/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/exposure/a150TamronHarrierZoomCameraExposureManualSample.json +20 -0
  185. package/dist/samples/generated/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/focus/a150TamronHarrierZoomCameraFocusAutoSample.json +21 -0
  186. package/dist/samples/generated/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/focus/a150TamronHarrierZoomCameraFocusManualMaxSample.json +21 -0
  187. package/dist/samples/generated/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/focus/a150TamronHarrierZoomCameraFocusManualMinSample.json +21 -0
  188. package/dist/samples/generated/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/focus/a150TamronHarrierZoomCameraFocusManualRandomSample.json +21 -0
  189. package/dist/samples/generated/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/focus/a150TamronHarrierZoomCameraFocusRateDecreaseSample.json +21 -0
  190. package/dist/samples/generated/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/focus/a150TamronHarrierZoomCameraFocusRateIncreaseSample.json +21 -0
  191. package/dist/samples/generated/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/focus/a150TamronHarrierZoomCameraFocusRateStaticSample.json +21 -0
  192. package/dist/samples/generated/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/ip/a150TamronHarrierZoomCameraIpRandomSample.json +17 -0
  193. package/dist/samples/generated/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/osd/a150TamronHarrierZoomCameraOsdDisabledSample.json +19 -0
  194. package/dist/samples/generated/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/osd/a150TamronHarrierZoomCameraOsdEnabledSample.json +19 -0
  195. package/dist/samples/generated/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/osd/a150TamronHarrierZoomCameraOsdRandomSample.json +19 -0
  196. package/dist/samples/generated/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/saturation/a150TamronHarrierZoomCameraSaturationMaxSample.json +17 -0
  197. package/dist/samples/generated/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/saturation/a150TamronHarrierZoomCameraSaturationMinSample.json +17 -0
  198. package/dist/samples/generated/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/saturation/a150TamronHarrierZoomCameraSaturationRandomSample.json +17 -0
  199. package/dist/samples/generated/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/sharpness/a150TamronHarrierZoomCameraSharpnessMaxSample.json +17 -0
  200. package/dist/samples/generated/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/sharpness/a150TamronHarrierZoomCameraSharpnessMinSample.json +17 -0
  201. package/dist/samples/generated/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/sharpness/a150TamronHarrierZoomCameraSharpnessRandomSample.json +17 -0
  202. package/dist/samples/generated/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/streams/a150TamronHarrierZoomCameraStream1080pSample.json +21 -0
  203. package/dist/samples/generated/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/streams/a150TamronHarrierZoomCameraStream2kSample.json +25 -0
  204. package/dist/samples/generated/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/streams/a150TamronHarrierZoomCameraStream480pSample.json +25 -0
  205. package/dist/samples/generated/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/streams/a150TamronHarrierZoomCameraStream4kSample.json +25 -0
  206. package/dist/samples/generated/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/streams/a150TamronHarrierZoomCameraStream720pSample.json +25 -0
  207. package/dist/samples/generated/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/streams/a150TamronHarrierZoomCameraStreamNotActiveSample.json +25 -0
  208. package/dist/samples/generated/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/streams/a150TamronHarrierZoomCameraStreamRandomSample.json +25 -0
  209. package/dist/samples/generated/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/type/a150TamronHarrierZoomCameraTypeAuxSample.json +17 -0
  210. package/dist/samples/generated/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/type/a150TamronHarrierZoomCameraTypeMainSample.json +17 -0
  211. package/dist/samples/generated/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/version/a150TamronHarrierZoomCameraVersion1Sample.json +20 -0
  212. package/dist/samples/generated/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/version/a150TamronHarrierZoomCameraVersion2Sample.json +20 -0
  213. package/dist/samples/generated/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/version/a150TamronHarrierZoomCameraVersion3Sample.json +20 -0
  214. package/dist/samples/generated/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/version/a150TamronHarrierZoomCameraVersionRandomSample.json +20 -0
  215. package/dist/samples/generated/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/zoom/a150CameraZoomSpeedRandomSample.json +19 -0
  216. package/dist/samples/generated/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/zoom/a150TamronHarrierZoomCameraZoomInMaxSample.json +19 -0
  217. package/dist/samples/generated/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/zoom/a150TamronHarrierZoomCameraZoomInRandomSample.json +19 -0
  218. package/dist/samples/generated/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/zoom/a150TamronHarrierZoomCameraZoomOutMaxSample.json +19 -0
  219. package/dist/samples/generated/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/zoom/a150TamronHarrierZoomCameraZoomRandomSample.json +20 -0
  220. package/dist/samples/generated/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/zoom/a150TamronHarrierZoomCameraZoomSpeedMaxSample.json +19 -0
  221. package/dist/samples/generated/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/zoom/a150TamronHarrierZoomCameraZoomSpeedMinSample.json +19 -0
  222. package/dist/samples/generated/requests/devices/vehicles/a150/core/a150DeleteSample.json +11 -0
  223. package/dist/samples/generated/requests/devices/vehicles/a150/core/a150GetSample.json +11 -0
  224. package/dist/samples/generated/requests/devices/vehicles/a150/core/a150SetSample.json +11 -0
  225. package/dist/samples/generated/requests/devices/vehicles/a150/core/a150UpdateSample.json +11 -0
  226. package/dist/samples/generated/requests/devices/vehicles/a150/drive/a150DriveMaxSpeedBackwardSample.json +14 -0
  227. package/dist/samples/generated/requests/devices/vehicles/a150/drive/a150DriveMaxSpeedForwardSample.json +14 -0
  228. package/dist/samples/generated/requests/devices/vehicles/a150/drive/a150DriveModeAssistSample.json +14 -0
  229. package/dist/samples/generated/requests/devices/vehicles/a150/drive/a150DriveModeCruiseSample.json +14 -0
  230. package/dist/samples/generated/requests/devices/vehicles/a150/drive/a150DriveModeNormalSample.json +14 -0
  231. package/dist/samples/generated/requests/devices/vehicles/a150/drive/a150DriveNoSpeedSample.json +14 -0
  232. package/dist/samples/generated/requests/devices/vehicles/a150/drive/a150DriveNoSteerSample.json +14 -0
  233. package/dist/samples/generated/requests/devices/vehicles/a150/drive/a150DriveRandomSample.json +16 -0
  234. package/dist/samples/generated/requests/devices/vehicles/a150/drive/a150DriveSpeedRandomSample.json +14 -0
  235. package/dist/samples/generated/requests/devices/vehicles/a150/drive/a150DriveSteerLeftSample.json +14 -0
  236. package/dist/samples/generated/requests/devices/vehicles/a150/drive/a150DriveSteerRandomSample.json +14 -0
  237. package/dist/samples/generated/requests/devices/vehicles/a150/drive/a150DriveSteerRightSample.json +14 -0
  238. package/dist/samples/generated/requests/devices/vehicles/a150/incline/a150inclineMaxSample.json +12 -0
  239. package/dist/samples/generated/requests/devices/vehicles/a150/incline/a150inclineMinSample.json +12 -0
  240. package/dist/samples/generated/requests/devices/vehicles/a150/incline/a150inclineRandomSample.json +12 -0
  241. package/dist/samples/generated/requests/devices/vehicles/a150/ip/a150IpRandomSample.json +12 -0
  242. package/dist/samples/generated/requests/devices/vehicles/a150/motorDiagnostics/leftMotor/a150LeftMotorDiagnosticsRandomSample.json +17 -0
  243. package/dist/samples/generated/requests/devices/vehicles/a150/motorDiagnostics/leftMotor/a150LeftMotorDiagnosticsRestingSample.json +17 -0
  244. package/dist/samples/generated/requests/devices/vehicles/a150/motorDiagnostics/rightMotor/a150RightMotorDiagnosticsRandomSample.json +17 -0
  245. package/dist/samples/generated/requests/devices/vehicles/a150/motorDiagnostics/rightMotor/a150RightMotorDiagnosticsRestingSample.json +17 -0
  246. package/dist/samples/generated/requests/devices/vehicles/a150/peripherals/elevatingArm/a150ElevatingArmBackwardMaxSpeedSample.json +14 -0
  247. package/dist/samples/generated/requests/devices/vehicles/a150/peripherals/elevatingArm/a150ElevatingArmForwardMaxSpeedSample.json +14 -0
  248. package/dist/samples/generated/requests/devices/vehicles/a150/peripherals/elevatingArm/a150ElevatingArmHasLeakSample.json +14 -0
  249. package/dist/samples/generated/requests/devices/vehicles/a150/peripherals/elevatingArm/a150ElevatingArmHasNoLeakSample.json +14 -0
  250. package/dist/samples/generated/requests/devices/vehicles/a150/peripherals/elevatingArm/a150ElevatingArmMaxHeightSample.json +14 -0
  251. package/dist/samples/generated/requests/devices/vehicles/a150/peripherals/elevatingArm/a150ElevatingArmMinHeightSample.json +14 -0
  252. package/dist/samples/generated/requests/devices/vehicles/a150/peripherals/elevatingArm/a150ElevatingArmNotPresentSample.json +14 -0
  253. package/dist/samples/generated/requests/devices/vehicles/a150/peripherals/elevatingArm/a150ElevatingArmRandomSample.json +17 -0
  254. package/dist/samples/generated/requests/devices/vehicles/a150/peripherals/elevatingArm/calibrator/a150ElevatingArmCalibratorRandomSample.json +14 -0
  255. package/dist/samples/generated/requests/devices/vehicles/a150/peripherals/elevatingArm/calibrator/a150ElevatingArmIsCalibratingSample.json +14 -0
  256. package/dist/samples/generated/requests/devices/vehicles/a150/peripherals/elevatingArm/calibrator/a150ElevationArmIsNotCalibratingSample.json +14 -0
  257. package/dist/samples/generated/requests/devices/vehicles/a150/peripherals/elevatingArm/motorDiagnostics/a150ElevatingArmMotorDiagnosticsBackwardRpmSample.json +16 -0
  258. package/dist/samples/generated/requests/devices/vehicles/a150/peripherals/elevatingArm/motorDiagnostics/a150ElevatingArmMotorDiagnosticsForwardRpmSample.json +16 -0
  259. package/dist/samples/generated/requests/devices/vehicles/a150/peripherals/elevatingArm/motorDiagnostics/a150ElevatingArmMotorDiagnosticsHasNoOvercurrentSample.json +16 -0
  260. package/dist/samples/generated/requests/devices/vehicles/a150/peripherals/elevatingArm/motorDiagnostics/a150ElevatingArmMotorDiagnosticsHasOvercurrentSample.json +16 -0
  261. package/dist/samples/generated/requests/devices/vehicles/a150/peripherals/elevatingArm/motorDiagnostics/a150ElevatingArmMotorDiagnosticsRandomCurrentSample.json +16 -0
  262. package/dist/samples/generated/requests/devices/vehicles/a150/peripherals/elevatingArm/motorDiagnostics/a150ElevatingArmMotorDiagnosticsRandomPwmSample.json +16 -0
  263. package/dist/samples/generated/requests/devices/vehicles/a150/peripherals/elevatingArm/motorDiagnostics/a150ElevatingArmMotorDiagnosticsRandomSample.json +19 -0
  264. package/dist/samples/generated/requests/devices/vehicles/a150/peripherals/elevatingArm/motorDiagnostics/a150ElevatingArmMotorDiagnosticsStaticRpmSample.json +16 -0
  265. package/dist/samples/generated/requests/devices/vehicles/a150/peripherals/sonde/a150SondeDisabledSample.json +14 -0
  266. package/dist/samples/generated/requests/devices/vehicles/a150/peripherals/sonde/a150SondeEnabledSample.json +14 -0
  267. package/dist/samples/generated/requests/devices/vehicles/a150/peripherals/sonde/a150SondeRandomSample.json +14 -0
  268. package/dist/samples/generated/requests/devices/vehicles/a150/roll/a150RollMaxSample.json +12 -0
  269. package/dist/samples/generated/requests/devices/vehicles/a150/roll/a150RollMinSample.json +12 -0
  270. package/dist/samples/generated/requests/devices/vehicles/a150/roll/a150RollRandomSample.json +12 -0
  271. package/dist/samples/generated/requests/devices/vehicles/a150/temperature/cpuTemp/a150CPUTemperatureRandomSample.json +12 -0
  272. package/dist/samples/generated/requests/devices/vehicles/a150/temperature/cpuTemp/a150CPUTemperatureShutdownSample.json +12 -0
  273. package/dist/samples/generated/requests/devices/vehicles/a150/temperature/cpuTemp/a150CPUTemperatureWarningSample.json +12 -0
  274. package/dist/samples/generated/requests/devices/vehicles/a150/temperature/imuTemp/a150IMUTemperatureRandomSample.json +12 -0
  275. package/dist/samples/generated/requests/devices/vehicles/a150/temperature/imuTemp/a150IMUTemperatureShutdownSample.json +12 -0
  276. package/dist/samples/generated/requests/devices/vehicles/a150/temperature/imuTemp/a150IMUTemperatureWarningSample.json +12 -0
  277. package/dist/samples/generated/requests/devices/vehicles/a150/usageTime/a150CurrentSecondsRandomSample.json +14 -0
  278. package/dist/samples/generated/requests/devices/vehicles/a150/usageTime/a150TotalSecondsRandomSample.json +14 -0
  279. package/dist/samples/generated/requests/devices/vehicles/a150/usageTime/a150UsageTimeRandomSample.json +15 -0
  280. package/dist/samples/generated/requests/devices/vehicles/a150/version/a150Version1Sample.json +15 -0
  281. package/dist/samples/generated/requests/devices/vehicles/a150/version/a150Version2Sample.json +15 -0
  282. package/dist/samples/generated/requests/devices/vehicles/a150/version/a150Version3Sample.json +15 -0
  283. package/dist/samples/generated/requests/devices/vehicles/a150/version/a150VersionRandomSample.json +15 -0
  284. package/dist/samples/generated/requests/devices/vehicles/a200/a200ConnectedSample.json +11 -0
  285. package/dist/samples/generated/requests/devices/vehicles/a200/a200DisconnectedSample.json +11 -0
  286. package/dist/samples/generated/requests/devices/vehicles/a200/auxLight/a200AuxLightOffSample.json +14 -0
  287. package/dist/samples/generated/requests/devices/vehicles/a200/auxLight/a200AuxLightOnMaxIntensitySample.json +14 -0
  288. package/dist/samples/generated/requests/devices/vehicles/a200/auxLight/a200AuxLightOnMidIntensitySample.json +14 -0
  289. package/dist/samples/generated/requests/devices/vehicles/a200/auxLight/a200AuxLightRandomSample.json +14 -0
  290. package/dist/samples/generated/requests/devices/vehicles/a200/battery/a200BatteryDangerSample.json +14 -0
  291. package/dist/samples/generated/requests/devices/vehicles/a200/battery/a200BatteryRandomSample.json +16 -0
  292. package/dist/samples/generated/requests/devices/vehicles/a200/battery/a200BatteryShutdownSample.json +14 -0
  293. package/dist/samples/generated/requests/devices/vehicles/a200/battery/a200BatteryWarningSample.json +14 -0
  294. package/dist/samples/generated/requests/devices/vehicles/a200/battery/leak/a200BatteryHasLeakSample.json +14 -0
  295. package/dist/samples/generated/requests/devices/vehicles/a200/battery/leak/a200BatteryHasNoLeakSample.json +14 -0
  296. package/dist/samples/generated/requests/devices/vehicles/a200/battery/leak/a200BatteryRandomLeakStateSample.json +14 -0
  297. package/dist/samples/generated/requests/devices/vehicles/a200/bodyLeak/a200BodyLeakRandomSample.json +12 -0
  298. package/dist/samples/generated/requests/devices/vehicles/a200/bodyLeak/a200HasBodyLeakSample.json +12 -0
  299. package/dist/samples/generated/requests/devices/vehicles/a200/bodyLeak/a200HasNoBodyLeakSample.json +12 -0
  300. package/dist/samples/generated/requests/devices/vehicles/a200/calibrator/a200CalibratorFalseSample.json +12 -0
  301. package/dist/samples/generated/requests/devices/vehicles/a200/calibrator/a200CalibratorRandomSample.json +12 -0
  302. package/dist/samples/generated/requests/devices/vehicles/a200/calibrator/a200CalibratorTrueSample.json +12 -0
  303. package/dist/samples/generated/requests/devices/vehicles/a200/cameraHead/calibrator/a200Joint2CalibratorFalseSample.json +15 -0
  304. package/dist/samples/generated/requests/devices/vehicles/a200/cameraHead/calibrator/a200Joint2CalibratorRandomSample.json +15 -0
  305. package/dist/samples/generated/requests/devices/vehicles/a200/cameraHead/calibrator/a200Joint2CalibratorTrueSample.json +15 -0
  306. package/dist/samples/generated/requests/devices/vehicles/a200/cameraHead/cameraHome/a200CameraHeadCameraHomeSample.json +20 -0
  307. package/dist/samples/generated/requests/devices/vehicles/a200/cameraHead/core/a200CameraHeadSample.json +12 -0
  308. package/dist/samples/generated/requests/devices/vehicles/a200/cameraHead/cpuTemp/a200CameraHeadCpuTempRandomSample.json +15 -0
  309. package/dist/samples/generated/requests/devices/vehicles/a200/cameraHead/ip/a200CameraHeadIpRandomSample.json +15 -0
  310. package/dist/samples/generated/requests/devices/vehicles/a200/cameraHead/lasers/a200CameraHeadLaserOffSample.json +17 -0
  311. package/dist/samples/generated/requests/devices/vehicles/a200/cameraHead/lasers/a200CameraHeadLaserOnSample.json +17 -0
  312. package/dist/samples/generated/requests/devices/vehicles/a200/cameraHead/leak/a200CameraHeadHasLeakSample.json +15 -0
  313. package/dist/samples/generated/requests/devices/vehicles/a200/cameraHead/leak/a200CameraHeadHasNoLeakSample.json +15 -0
  314. package/dist/samples/generated/requests/devices/vehicles/a200/cameraHead/leak/a200CameraHeadLeakRandomSample.json +15 -0
  315. package/dist/samples/generated/requests/devices/vehicles/a200/cameraHead/light/a200CameraHeadLightIntensityMaxSample.json +17 -0
  316. package/dist/samples/generated/requests/devices/vehicles/a200/cameraHead/light/a200CameraHeadLightIntensityMinSample.json +17 -0
  317. package/dist/samples/generated/requests/devices/vehicles/a200/cameraHead/light/a200CameraHeadLightIntensityRandomSample.json +17 -0
  318. package/dist/samples/generated/requests/devices/vehicles/a200/cameraHead/orientationConfig/a200CameraHeadOrientationConfigHorizontalSample.json +15 -0
  319. package/dist/samples/generated/requests/devices/vehicles/a200/cameraHead/orientationConfig/a200CameraHeadOrientationConfigVerticalSample.json +15 -0
  320. package/dist/samples/generated/requests/devices/vehicles/a200/cameraHead/pan/a150CameraHeadPanCalibrationSample.json +17 -0
  321. package/dist/samples/generated/requests/devices/vehicles/a200/cameraHead/pan/a200CameraHeadPanCalibrationSample.json +17 -0
  322. package/dist/samples/generated/requests/devices/vehicles/a200/cameraHead/pan/a200CameraHeadPanPositionMaxSample.json +17 -0
  323. package/dist/samples/generated/requests/devices/vehicles/a200/cameraHead/pan/a200CameraHeadPanPositionMinSample.json +17 -0
  324. package/dist/samples/generated/requests/devices/vehicles/a200/cameraHead/pan/a200CameraHeadPanPositionRandomSample.json +17 -0
  325. package/dist/samples/generated/requests/devices/vehicles/a200/cameraHead/pan/a200CameraHeadPanRandomSample.json +18 -0
  326. package/dist/samples/generated/requests/devices/vehicles/a200/cameraHead/pan/a200CameraHeadPanSpeedMaxSample.json +17 -0
  327. package/dist/samples/generated/requests/devices/vehicles/a200/cameraHead/pan/a200CameraHeadPanSpeedMinSample.json +17 -0
  328. package/dist/samples/generated/requests/devices/vehicles/a200/cameraHead/pan/a200CameraHeadPanSpeedRandomSample.json +17 -0
  329. package/dist/samples/generated/requests/devices/vehicles/a200/cameraHead/panMotorDiagnostics/a200CameraHeadPanMotorDiagnosticsCurrentRandomSample.json +17 -0
  330. package/dist/samples/generated/requests/devices/vehicles/a200/cameraHead/panMotorDiagnostics/a200CameraHeadPanMotorDiagnosticsOvercurrentOffSample.json +17 -0
  331. package/dist/samples/generated/requests/devices/vehicles/a200/cameraHead/panMotorDiagnostics/a200CameraHeadPanMotorDiagnosticsOvercurrentOnSample.json +17 -0
  332. package/dist/samples/generated/requests/devices/vehicles/a200/cameraHead/panMotorDiagnostics/a200CameraHeadPanMotorDiagnosticsPWMRandomSample.json +17 -0
  333. package/dist/samples/generated/requests/devices/vehicles/a200/cameraHead/panMotorDiagnostics/a200CameraHeadPanMotorDiagnosticsRPMBackwardSample.json +17 -0
  334. package/dist/samples/generated/requests/devices/vehicles/a200/cameraHead/panMotorDiagnostics/a200CameraHeadPanMotorDiagnosticsRPMForwardSample.json +17 -0
  335. package/dist/samples/generated/requests/devices/vehicles/a200/cameraHead/panMotorDiagnostics/a200CameraHeadPanMotorDiagnosticsRPMStaticSample.json +17 -0
  336. package/dist/samples/generated/requests/devices/vehicles/a200/cameraHead/panMotorDiagnostics/a200CameraHeadPanMotorDiagnosticsRandomSample.json +20 -0
  337. package/dist/samples/generated/requests/devices/vehicles/a200/cameraHead/tilt/a200CameraHeadTiltPositionMaxSample.json +17 -0
  338. package/dist/samples/generated/requests/devices/vehicles/a200/cameraHead/tilt/a200CameraHeadTiltPositionMinSample.json +17 -0
  339. package/dist/samples/generated/requests/devices/vehicles/a200/cameraHead/tilt/a200CameraHeadTiltPositionRandomSample.json +17 -0
  340. package/dist/samples/generated/requests/devices/vehicles/a200/cameraHead/tilt/a200CameraHeadTiltRandomSample.json +18 -0
  341. package/dist/samples/generated/requests/devices/vehicles/a200/cameraHead/tilt/a200CameraHeadTiltSpeedMaxSample.json +17 -0
  342. package/dist/samples/generated/requests/devices/vehicles/a200/cameraHead/tilt/a200CameraHeadTiltSpeedMinSample.json +17 -0
  343. package/dist/samples/generated/requests/devices/vehicles/a200/cameraHead/tilt/a200CameraHeadTiltSpeedRandomSample.json +17 -0
  344. package/dist/samples/generated/requests/devices/vehicles/a200/cameraHead/tiltMotorDiagnostics/a200CameraHeadTiltMotorDiagnosticsCurrentRandomSample.json +17 -0
  345. package/dist/samples/generated/requests/devices/vehicles/a200/cameraHead/tiltMotorDiagnostics/a200CameraHeadTiltMotorDiagnosticsOvercurrentOffSample.json +17 -0
  346. package/dist/samples/generated/requests/devices/vehicles/a200/cameraHead/tiltMotorDiagnostics/a200CameraHeadTiltMotorDiagnosticsOvercurrentOnSample.json +17 -0
  347. package/dist/samples/generated/requests/devices/vehicles/a200/cameraHead/tiltMotorDiagnostics/a200CameraHeadTiltMotorDiagnosticsPWMRandomSample.json +17 -0
  348. package/dist/samples/generated/requests/devices/vehicles/a200/cameraHead/tiltMotorDiagnostics/a200CameraHeadTiltMotorDiagnosticsRPMBackwardSample.json +17 -0
  349. package/dist/samples/generated/requests/devices/vehicles/a200/cameraHead/tiltMotorDiagnostics/a200CameraHeadTiltMotorDiagnosticsRPMForwardSample.json +17 -0
  350. package/dist/samples/generated/requests/devices/vehicles/a200/cameraHead/tiltMotorDiagnostics/a200CameraHeadTiltMotorDiagnosticsRPMStaticSample.json +17 -0
  351. package/dist/samples/generated/requests/devices/vehicles/a200/cameraHead/tiltMotorDiagnostics/a200CameraHeadTiltMotorDiagnosticsRandomSample.json +20 -0
  352. package/dist/samples/generated/requests/devices/vehicles/a200/cameraHead/usageTime/a200CameraHeadCurrentSecondsRandomSample.json +17 -0
  353. package/dist/samples/generated/requests/devices/vehicles/a200/cameraHead/usageTime/a200CameraHeadTotalSecondsRandomSample.json +17 -0
  354. package/dist/samples/generated/requests/devices/vehicles/a200/cameraHead/usageTime/a200CameraHeadUsageTimeRandomSample.json +18 -0
  355. package/dist/samples/generated/requests/devices/vehicles/a200/cameras/core/a200CameraDeleteSample.json +14 -0
  356. package/dist/samples/generated/requests/devices/vehicles/a200/cameras/core/a200CamerasSample.json +12 -0
  357. package/dist/samples/generated/requests/devices/vehicles/a200/cameras/dtCam/brightness/a200DTCamBrightnessMaxSample.json +17 -0
  358. package/dist/samples/generated/requests/devices/vehicles/a200/cameras/dtCam/brightness/a200DTCamBrightnessMinSample.json +17 -0
  359. package/dist/samples/generated/requests/devices/vehicles/a200/cameras/dtCam/brightness/a200DTCamBrightnessRandomSample.json +17 -0
  360. package/dist/samples/generated/requests/devices/vehicles/a200/cameras/dtCam/contrast/a200DTCamContrastMaxSample.json +17 -0
  361. package/dist/samples/generated/requests/devices/vehicles/a200/cameras/dtCam/contrast/a200DTCamContrastMinSample.json +17 -0
  362. package/dist/samples/generated/requests/devices/vehicles/a200/cameras/dtCam/contrast/a200DTCamContrastRandomSample.json +17 -0
  363. package/dist/samples/generated/requests/devices/vehicles/a200/cameras/dtCam/ip/a200DTCamIpRandomSample.json +17 -0
  364. package/dist/samples/generated/requests/devices/vehicles/a200/cameras/dtCam/osd/a200DTCamOsdDisabledSample.json +19 -0
  365. package/dist/samples/generated/requests/devices/vehicles/a200/cameras/dtCam/osd/a200DTCamOsdEnabledSample.json +19 -0
  366. package/dist/samples/generated/requests/devices/vehicles/a200/cameras/dtCam/osd/a200DTCamOsdRandomSample.json +19 -0
  367. package/dist/samples/generated/requests/devices/vehicles/a200/cameras/dtCam/saturation/a200DTCamSaturationMaxSample.json +17 -0
  368. package/dist/samples/generated/requests/devices/vehicles/a200/cameras/dtCam/saturation/a200DTCamSaturationMinSample.json +17 -0
  369. package/dist/samples/generated/requests/devices/vehicles/a200/cameras/dtCam/saturation/a200DTCamSaturationRandomSample.json +17 -0
  370. package/dist/samples/generated/requests/devices/vehicles/a200/cameras/dtCam/streams/a200DTCamStream1080pSample.json +25 -0
  371. package/dist/samples/generated/requests/devices/vehicles/a200/cameras/dtCam/streams/a200DTCamStream480pSample.json +25 -0
  372. package/dist/samples/generated/requests/devices/vehicles/a200/cameras/dtCam/streams/a200DTCamStream720pSample.json +25 -0
  373. package/dist/samples/generated/requests/devices/vehicles/a200/cameras/dtCam/streams/a200DTCamStreamNotActiveSample.json +25 -0
  374. package/dist/samples/generated/requests/devices/vehicles/a200/cameras/dtCam/streams/a200DTCamStreamRandomSample.json +25 -0
  375. package/dist/samples/generated/requests/devices/vehicles/a200/cameras/dtCam/type/a200DTCamTypeAuxSample.json +17 -0
  376. package/dist/samples/generated/requests/devices/vehicles/a200/cameras/dtCam/type/a200DTCamTypeMainSample.json +17 -0
  377. package/dist/samples/generated/requests/devices/vehicles/a200/cameras/dtCam/version/a200DTCamVersion1Sample.json +20 -0
  378. package/dist/samples/generated/requests/devices/vehicles/a200/cameras/dtCam/version/a200DTCamVersion2Sample.json +20 -0
  379. package/dist/samples/generated/requests/devices/vehicles/a200/cameras/dtCam/version/a200DTCamVersion3Sample.json +20 -0
  380. package/dist/samples/generated/requests/devices/vehicles/a200/cameras/dtCam/version/a200DTCamVersionRandomSample.json +20 -0
  381. package/dist/samples/generated/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/brightness/a200TamronHarrierZoomCameraBrightnessMaxSample.json +17 -0
  382. package/dist/samples/generated/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/brightness/a200TamronHarrierZoomCameraBrightnessMinSample.json +17 -0
  383. package/dist/samples/generated/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/brightness/a200TamronHarrierZoomCameraBrightnessRandomSample.json +17 -0
  384. package/dist/samples/generated/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/exposure/a200TamronHarrierZoomCameraExposureAutoSample.json +20 -0
  385. package/dist/samples/generated/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/exposure/a200TamronHarrierZoomCameraExposureManualMaxSample.json +20 -0
  386. package/dist/samples/generated/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/exposure/a200TamronHarrierZoomCameraExposureManualMinSample.json +20 -0
  387. package/dist/samples/generated/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/exposure/a200TamronHarrierZoomCameraExposureManualRandomSample.json +20 -0
  388. package/dist/samples/generated/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/exposure/a200TamronHarrierZoomCameraExposureManualSample.json +20 -0
  389. package/dist/samples/generated/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/focus/a200TamronHarrierZoomCameraFocusAutoSample.json +21 -0
  390. package/dist/samples/generated/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/focus/a200TamronHarrierZoomCameraFocusManualMaxSample.json +21 -0
  391. package/dist/samples/generated/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/focus/a200TamronHarrierZoomCameraFocusManualMinSample.json +21 -0
  392. package/dist/samples/generated/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/focus/a200TamronHarrierZoomCameraFocusManualRandomSample.json +21 -0
  393. package/dist/samples/generated/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/focus/a200TamronHarrierZoomCameraFocusRateDecreaseSample.json +21 -0
  394. package/dist/samples/generated/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/focus/a200TamronHarrierZoomCameraFocusRateIncreaseSample.json +21 -0
  395. package/dist/samples/generated/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/focus/a200TamronHarrierZoomCameraFocusRateStaticSample.json +21 -0
  396. package/dist/samples/generated/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/ip/a200TamronHarrierZoomCameraIpRandomSample.json +17 -0
  397. package/dist/samples/generated/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/osd/a200TamronHarrierZoomCameraOsdDisabledSample.json +19 -0
  398. package/dist/samples/generated/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/osd/a200TamronHarrierZoomCameraOsdEnabledSample.json +19 -0
  399. package/dist/samples/generated/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/osd/a200TamronHarrierZoomCameraOsdRandomSample.json +19 -0
  400. package/dist/samples/generated/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/saturation/a200TamronHarrierZoomCameraSaturationMaxSample.json +17 -0
  401. package/dist/samples/generated/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/saturation/a200TamronHarrierZoomCameraSaturationMinSample.json +17 -0
  402. package/dist/samples/generated/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/saturation/a200TamronHarrierZoomCameraSaturationRandomSample.json +17 -0
  403. package/dist/samples/generated/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/sharpness/a200TamronHarrierZoomCameraSharpnessMaxSample.json +17 -0
  404. package/dist/samples/generated/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/sharpness/a200TamronHarrierZoomCameraSharpnessMinSample.json +17 -0
  405. package/dist/samples/generated/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/sharpness/a200TamronHarrierZoomCameraSharpnessRandomSample.json +17 -0
  406. package/dist/samples/generated/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/streams/a200TamronHarrierZoomCameraStream1080pSample.json +5 -0
  407. package/dist/samples/generated/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/streams/a200TamronHarrierZoomCameraStream2kSample.json +5 -0
  408. package/dist/samples/generated/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/streams/a200TamronHarrierZoomCameraStream480pSample.json +5 -0
  409. package/dist/samples/generated/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/streams/a200TamronHarrierZoomCameraStream4kSample.json +5 -0
  410. package/dist/samples/generated/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/streams/a200TamronHarrierZoomCameraStream720pSample.json +5 -0
  411. package/dist/samples/generated/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/streams/a200TamronHarrierZoomCameraStreamNotActiveSample.json +5 -0
  412. package/dist/samples/generated/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/streams/a200TamronHarrierZoomCameraStreamRandomSample.json +5 -0
  413. package/dist/samples/generated/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/type/a200TamronHarrierZoomCameraTypeAuxSample.json +17 -0
  414. package/dist/samples/generated/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/type/a200TamronHarrierZoomCameraTypeMainSample.json +17 -0
  415. package/dist/samples/generated/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/version/a200TamronHarrierZoomCameraVersion1Sample.json +20 -0
  416. package/dist/samples/generated/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/version/a200TamronHarrierZoomCameraVersion2Sample.json +20 -0
  417. package/dist/samples/generated/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/version/a200TamronHarrierZoomCameraVersion3Sample.json +20 -0
  418. package/dist/samples/generated/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/version/a200TamronHarrierZoomCameraVersionRandomSample.json +20 -0
  419. package/dist/samples/generated/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/zoom/a200TamronHarrierZoomCameraZoomInMaxSample.json +19 -0
  420. package/dist/samples/generated/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/zoom/a200TamronHarrierZoomCameraZoomInRandomSample.json +19 -0
  421. package/dist/samples/generated/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/zoom/a200TamronHarrierZoomCameraZoomOutMaxSample.json +19 -0
  422. package/dist/samples/generated/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/zoom/a200TamronHarrierZoomCameraZoomRandomSample.json +20 -0
  423. package/dist/samples/generated/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/zoom/a200TamronHarrierZoomCameraZoomSpeedMaxSample.json +19 -0
  424. package/dist/samples/generated/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/zoom/a200TamronHarrierZoomCameraZoomSpeedMinSample.json +19 -0
  425. package/dist/samples/generated/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/zoom/a200TamronHarrierZoomCameraZoomSpeedRandomSample.json +19 -0
  426. package/dist/samples/generated/requests/devices/vehicles/a200/cameras/version/a200CameraHeadVersion1Sample.json +18 -0
  427. package/dist/samples/generated/requests/devices/vehicles/a200/cameras/version/a200CameraHeadVersion2Sample.json +18 -0
  428. package/dist/samples/generated/requests/devices/vehicles/a200/cameras/version/a200CameraHeadVersion3Sample.json +18 -0
  429. package/dist/samples/generated/requests/devices/vehicles/a200/cameras/version/a200CameraHeadVersionRandomSample.json +18 -0
  430. package/dist/samples/generated/requests/devices/vehicles/a200/core/a200DeleteSample.json +11 -0
  431. package/dist/samples/generated/requests/devices/vehicles/a200/core/a200GetSample.json +11 -0
  432. package/dist/samples/generated/requests/devices/vehicles/a200/core/a200SetSample.json +11 -0
  433. package/dist/samples/generated/requests/devices/vehicles/a200/core/a200UpdateSample.json +11 -0
  434. package/dist/samples/generated/requests/devices/vehicles/a200/drive/a200DriveMaxSpeedBackwardSample.json +14 -0
  435. package/dist/samples/generated/requests/devices/vehicles/a200/drive/a200DriveMaxSpeedForwardSample.json +14 -0
  436. package/dist/samples/generated/requests/devices/vehicles/a200/drive/a200DriveModeAssistSample.json +14 -0
  437. package/dist/samples/generated/requests/devices/vehicles/a200/drive/a200DriveModeCruiseSample.json +14 -0
  438. package/dist/samples/generated/requests/devices/vehicles/a200/drive/a200DriveModeNormalSample.json +14 -0
  439. package/dist/samples/generated/requests/devices/vehicles/a200/drive/a200DriveNoSpeedSample.json +14 -0
  440. package/dist/samples/generated/requests/devices/vehicles/a200/drive/a200DriveNoSteerSample.json +14 -0
  441. package/dist/samples/generated/requests/devices/vehicles/a200/drive/a200DriveRandomSample.json +16 -0
  442. package/dist/samples/generated/requests/devices/vehicles/a200/drive/a200DriveSpeedRandomSample.json +14 -0
  443. package/dist/samples/generated/requests/devices/vehicles/a200/drive/a200DriveSteerLeftSample.json +14 -0
  444. package/dist/samples/generated/requests/devices/vehicles/a200/drive/a200DriveSteerRandomSample.json +14 -0
  445. package/dist/samples/generated/requests/devices/vehicles/a200/drive/a200DriveSteerRightSample.json +14 -0
  446. package/dist/samples/generated/requests/devices/vehicles/a200/incline/a200inclineMaxSample.json +12 -0
  447. package/dist/samples/generated/requests/devices/vehicles/a200/incline/a200inclineMinSample.json +12 -0
  448. package/dist/samples/generated/requests/devices/vehicles/a200/incline/a200inclineRandomSample.json +12 -0
  449. package/dist/samples/generated/requests/devices/vehicles/a200/ip/a200IpRandomSample.json +12 -0
  450. package/dist/samples/generated/requests/devices/vehicles/a200/motorDiagnostics/leftMotor/a200LeftMotorDiagnosticsRandomSample.json +17 -0
  451. package/dist/samples/generated/requests/devices/vehicles/a200/motorDiagnostics/leftMotor/a200LeftMotorDiagnosticsRestingSample.json +17 -0
  452. package/dist/samples/generated/requests/devices/vehicles/a200/motorDiagnostics/rightMotor/a200RightMotorDiagnosticsRandomSample.json +17 -0
  453. package/dist/samples/generated/requests/devices/vehicles/a200/motorDiagnostics/rightMotor/a200RightMotorDiagnosticsRestingSample.json +17 -0
  454. package/dist/samples/generated/requests/devices/vehicles/a200/peripherals/elevatingArm/a200ElevatingArmBackwardMaxSpeedSample.json +14 -0
  455. package/dist/samples/generated/requests/devices/vehicles/a200/peripherals/elevatingArm/a200ElevatingArmForwardMaxSpeedSample.json +14 -0
  456. package/dist/samples/generated/requests/devices/vehicles/a200/peripherals/elevatingArm/a200ElevatingArmHasLeakSample.json +14 -0
  457. package/dist/samples/generated/requests/devices/vehicles/a200/peripherals/elevatingArm/a200ElevatingArmHasNoLeakSample.json +14 -0
  458. package/dist/samples/generated/requests/devices/vehicles/a200/peripherals/elevatingArm/a200ElevatingArmMaxHeightSample.json +14 -0
  459. package/dist/samples/generated/requests/devices/vehicles/a200/peripherals/elevatingArm/a200ElevatingArmMinHeightSample.json +14 -0
  460. package/dist/samples/generated/requests/devices/vehicles/a200/peripherals/elevatingArm/a200ElevatingArmNotPresentSample.json +14 -0
  461. package/dist/samples/generated/requests/devices/vehicles/a200/peripherals/elevatingArm/a200ElevatingArmRandomSample.json +17 -0
  462. package/dist/samples/generated/requests/devices/vehicles/a200/peripherals/elevatingArm/calibrator/a200ElevatingArmCalibratorRandomSample.json +14 -0
  463. package/dist/samples/generated/requests/devices/vehicles/a200/peripherals/elevatingArm/calibrator/a200ElevatingArmIsCalibratingSample.json +14 -0
  464. package/dist/samples/generated/requests/devices/vehicles/a200/peripherals/elevatingArm/calibrator/a200ElevationArmIsNotCalibratingSample.json +14 -0
  465. package/dist/samples/generated/requests/devices/vehicles/a200/peripherals/elevatingArm/motorDiagnostics/a200ElevatingArmMotorDiagnosticsBackwardRpmSample.json +16 -0
  466. package/dist/samples/generated/requests/devices/vehicles/a200/peripherals/elevatingArm/motorDiagnostics/a200ElevatingArmMotorDiagnosticsForwardRpmSample.json +16 -0
  467. package/dist/samples/generated/requests/devices/vehicles/a200/peripherals/elevatingArm/motorDiagnostics/a200ElevatingArmMotorDiagnosticsHasNoOvercurrentSample.json +16 -0
  468. package/dist/samples/generated/requests/devices/vehicles/a200/peripherals/elevatingArm/motorDiagnostics/a200ElevatingArmMotorDiagnosticsHasOvercurrentSample.json +16 -0
  469. package/dist/samples/generated/requests/devices/vehicles/a200/peripherals/elevatingArm/motorDiagnostics/a200ElevatingArmMotorDiagnosticsRandomCurrentSample.json +16 -0
  470. package/dist/samples/generated/requests/devices/vehicles/a200/peripherals/elevatingArm/motorDiagnostics/a200ElevatingArmMotorDiagnosticsRandomPwmSample.json +16 -0
  471. package/dist/samples/generated/requests/devices/vehicles/a200/peripherals/elevatingArm/motorDiagnostics/a200ElevatingArmMotorDiagnosticsRandomSample.json +19 -0
  472. package/dist/samples/generated/requests/devices/vehicles/a200/peripherals/elevatingArm/motorDiagnostics/a200ElevatingArmMotorDiagnosticsStaticRpmSample.json +16 -0
  473. package/dist/samples/generated/requests/devices/vehicles/a200/peripherals/sonde/a200SondeDisabledSample.json +14 -0
  474. package/dist/samples/generated/requests/devices/vehicles/a200/peripherals/sonde/a200SondeEnabledSample.json +14 -0
  475. package/dist/samples/generated/requests/devices/vehicles/a200/peripherals/sonde/a200SondeRandomSample.json +14 -0
  476. package/dist/samples/generated/requests/devices/vehicles/a200/roll/a200RollMaxSample.json +12 -0
  477. package/dist/samples/generated/requests/devices/vehicles/a200/roll/a200RollMinSample.json +12 -0
  478. package/dist/samples/generated/requests/devices/vehicles/a200/roll/a200RollRandomSample.json +12 -0
  479. package/dist/samples/generated/requests/devices/vehicles/a200/temperature/cpuTemp/a200CPUTemperatureRandomSample.json +12 -0
  480. package/dist/samples/generated/requests/devices/vehicles/a200/temperature/cpuTemp/a200CPUTemperatureShutdownSample.json +12 -0
  481. package/dist/samples/generated/requests/devices/vehicles/a200/temperature/cpuTemp/a200CPUTemperatureWarningSample.json +12 -0
  482. package/dist/samples/generated/requests/devices/vehicles/a200/temperature/imuTemp/a200IMUTemperatureRandomSample.json +12 -0
  483. package/dist/samples/generated/requests/devices/vehicles/a200/temperature/imuTemp/a200IMUTemperatureShutdownSample.json +12 -0
  484. package/dist/samples/generated/requests/devices/vehicles/a200/temperature/imuTemp/a200IMUTemperatureWarningSample.json +12 -0
  485. package/dist/samples/generated/requests/devices/vehicles/a200/usageTime/a200CurrentSecondsRandomSample.json +14 -0
  486. package/dist/samples/generated/requests/devices/vehicles/a200/usageTime/a200TotalSecondsRandomSample.json +14 -0
  487. package/dist/samples/generated/requests/devices/vehicles/a200/usageTime/a200UsageTimeRandomSample.json +15 -0
  488. package/dist/samples/generated/requests/devices/vehicles/a200/version/a200Version1Sample.json +15 -0
  489. package/dist/samples/generated/requests/devices/vehicles/a200/version/a200Version2Sample.json +15 -0
  490. package/dist/samples/generated/requests/devices/vehicles/a200/version/a200Version3Sample.json +15 -0
  491. package/dist/samples/generated/requests/devices/vehicles/a200/version/a200VersionRandomSample.json +15 -0
  492. package/dist/samples/generated/requests/devices/vehicles/pivot/auxLight/pivotAuxLightOffSample.json +14 -0
  493. package/dist/samples/generated/requests/devices/vehicles/pivot/auxLight/pivotAuxLightOnMaxIntensitySample.json +14 -0
  494. package/dist/samples/generated/requests/devices/vehicles/pivot/auxLight/pivotAuxLightOnMidIntensitySample.json +14 -0
  495. package/dist/samples/generated/requests/devices/vehicles/pivot/auxLight/pivotAuxLightRandomSample.json +14 -0
  496. package/dist/samples/generated/requests/devices/vehicles/pivot/battery/leftBattery/pivotHasLeftBatteryLeakSample.json +14 -0
  497. package/dist/samples/generated/requests/devices/vehicles/pivot/battery/leftBattery/pivotHasNoLeftBatteryLeakSample.json +14 -0
  498. package/dist/samples/generated/requests/devices/vehicles/pivot/battery/leftBattery/pivotLeftBatteryAllStatesSample.json +17 -0
  499. package/dist/samples/generated/requests/devices/vehicles/pivot/battery/leftBattery/pivotLeftBatteryLeakRandomSample.json +14 -0
  500. package/dist/samples/generated/requests/devices/vehicles/pivot/battery/leftBattery/pivotLeftBatteryRandomSample.json +14 -0
  501. package/dist/samples/generated/requests/devices/vehicles/pivot/battery/leftBattery/pivotLeftBatteryShutdownSample.json +14 -0
  502. package/dist/samples/generated/requests/devices/vehicles/pivot/battery/leftBattery/pivotLeftBatteryVoltageMaxSample.json +14 -0
  503. package/dist/samples/generated/requests/devices/vehicles/pivot/battery/leftBattery/pivotLeftBatteryVoltageMinSample.json +14 -0
  504. package/dist/samples/generated/requests/devices/vehicles/pivot/battery/leftBattery/pivotLeftBatteryVoltageRandomSample.json +14 -0
  505. package/dist/samples/generated/requests/devices/vehicles/pivot/battery/leftBattery/pivotLeftBatteryWarningSample.json +14 -0
  506. package/dist/samples/generated/requests/devices/vehicles/pivot/battery/rightBattery/pivotHasNoRightBatteryLeakSample.json +14 -0
  507. package/dist/samples/generated/requests/devices/vehicles/pivot/battery/rightBattery/pivotHasRightBatteryLeakSample.json +14 -0
  508. package/dist/samples/generated/requests/devices/vehicles/pivot/battery/rightBattery/pivotRightBatteryAllStatesSample.json +17 -0
  509. package/dist/samples/generated/requests/devices/vehicles/pivot/battery/rightBattery/pivotRightBatteryLeakRandomSample.json +14 -0
  510. package/dist/samples/generated/requests/devices/vehicles/pivot/battery/rightBattery/pivotRightBatteryRandomSample.json +14 -0
  511. package/dist/samples/generated/requests/devices/vehicles/pivot/battery/rightBattery/pivotRightBatteryShutdownSample.json +14 -0
  512. package/dist/samples/generated/requests/devices/vehicles/pivot/battery/rightBattery/pivotRightBatteryVoltageMaxSample.json +14 -0
  513. package/dist/samples/generated/requests/devices/vehicles/pivot/battery/rightBattery/pivotRightBatteryVoltageMinSample.json +14 -0
  514. package/dist/samples/generated/requests/devices/vehicles/pivot/battery/rightBattery/pivotRightBatteryVoltageRandomSample.json +14 -0
  515. package/dist/samples/generated/requests/devices/vehicles/pivot/battery/rightBattery/pivotRightBatteryWarningSample.json +14 -0
  516. package/dist/samples/generated/requests/devices/vehicles/pivot/bodyLeak/pivotBodyLeakRandomSample.json +12 -0
  517. package/dist/samples/generated/requests/devices/vehicles/pivot/bodyLeak/pivotHasBodyLeakSample.json +12 -0
  518. package/dist/samples/generated/requests/devices/vehicles/pivot/bodyLeak/pivotHasNoBodyLeakSample.json +12 -0
  519. package/dist/samples/generated/requests/devices/vehicles/pivot/cameraHead/core/pivotCameraHeadCoreSample.json +11 -0
  520. package/dist/samples/generated/requests/devices/vehicles/pivot/cameraHead/cpuTemp/pivotCameraHeadCpuTempRandomSample.json +15 -0
  521. package/dist/samples/generated/requests/devices/vehicles/pivot/cameraHead/lasers/pivotCameraHeadLaserOffSample.json +17 -0
  522. package/dist/samples/generated/requests/devices/vehicles/pivot/cameraHead/lasers/pivotCameraHeadLaserOnSample.json +17 -0
  523. package/dist/samples/generated/requests/devices/vehicles/pivot/cameraHead/lasers/pivotCameraHeadLaserRandomSample.json +17 -0
  524. package/dist/samples/generated/requests/devices/vehicles/pivot/cameraHead/leak/pivotCameraHeadLeakRandomSample.json +15 -0
  525. package/dist/samples/generated/requests/devices/vehicles/pivot/cameraHead/leak/pivotHasCameraHeadLeakSample.json +15 -0
  526. package/dist/samples/generated/requests/devices/vehicles/pivot/cameraHead/leak/pivotHasNoCameraHeadLeakSample.json +15 -0
  527. package/dist/samples/generated/requests/devices/vehicles/pivot/cameraHead/light/pivotCameraHeadLightIntensityMaxSample.json +17 -0
  528. package/dist/samples/generated/requests/devices/vehicles/pivot/cameraHead/light/pivotCameraHeadLightIntensityMinSample.json +17 -0
  529. package/dist/samples/generated/requests/devices/vehicles/pivot/cameraHead/light/pivotCameraHeadLightIntensityRandomSample.json +17 -0
  530. package/dist/samples/generated/requests/devices/vehicles/pivot/cameraHead/pivotCameraHeadRequest.json +11 -0
  531. package/dist/samples/generated/requests/devices/vehicles/pivot/cameraHead/tilt/pivotCameraHeadTiltForwardMaxSpeedSample.json +17 -0
  532. package/dist/samples/generated/requests/devices/vehicles/pivot/cameraHead/tilt/pivotCameraHeadTiltPositionMaxSample.json +17 -0
  533. package/dist/samples/generated/requests/devices/vehicles/pivot/cameraHead/tilt/pivotCameraHeadTiltPositionMinSample.json +17 -0
  534. package/dist/samples/generated/requests/devices/vehicles/pivot/cameraHead/tilt/pivotCameraHeadTiltPositionRandomSample.json +17 -0
  535. package/dist/samples/generated/requests/devices/vehicles/pivot/cameraHead/tilt/pivotCameraHeadTiltRandomSample.json +18 -0
  536. package/dist/samples/generated/requests/devices/vehicles/pivot/cameraHead/tilt/pivotCameraHeadTiltReverseMaxSpeedSample.json +17 -0
  537. package/dist/samples/generated/requests/devices/vehicles/pivot/cameraHead/tilt/pivotCameraHeadTiltSpeedRandomSample.json +17 -0
  538. package/dist/samples/generated/requests/devices/vehicles/pivot/cameraHead/tiltMotorDiagnostics/pivotCameraHeadTiltMotorDiagnosticsCurrentRandomSample.json +17 -0
  539. package/dist/samples/generated/requests/devices/vehicles/pivot/cameraHead/tiltMotorDiagnostics/pivotCameraHeadTiltMotorDiagnosticsOvercurrentOffSample.json +17 -0
  540. package/dist/samples/generated/requests/devices/vehicles/pivot/cameraHead/tiltMotorDiagnostics/pivotCameraHeadTiltMotorDiagnosticsOvercurrentOnSample.json +17 -0
  541. package/dist/samples/generated/requests/devices/vehicles/pivot/cameraHead/tiltMotorDiagnostics/pivotCameraHeadTiltMotorDiagnosticsPWMRandomSample.json +17 -0
  542. package/dist/samples/generated/requests/devices/vehicles/pivot/cameraHead/tiltMotorDiagnostics/pivotCameraHeadTiltMotorDiagnosticsRPMBackwardSample.json +17 -0
  543. package/dist/samples/generated/requests/devices/vehicles/pivot/cameraHead/tiltMotorDiagnostics/pivotCameraHeadTiltMotorDiagnosticsRPMForwardSample.json +17 -0
  544. package/dist/samples/generated/requests/devices/vehicles/pivot/cameraHead/tiltMotorDiagnostics/pivotCameraHeadTiltMotorDiagnosticsRPMStaticSample.json +17 -0
  545. package/dist/samples/generated/requests/devices/vehicles/pivot/cameraHead/tiltMotorDiagnostics/pivotCameraHeadTiltMotorDiagnosticsRandomSample.json +20 -0
  546. package/dist/samples/generated/requests/devices/vehicles/pivot/cameras/pivotCameraDeleteSample.json +14 -0
  547. package/dist/samples/generated/requests/devices/vehicles/pivot/cameras/pivotCamerasRequest.json +11 -0
  548. package/dist/samples/generated/requests/devices/vehicles/pivot/cameras/tamronHarrier/brightness/pivotCameraBrightnessMaxSample.json +17 -0
  549. package/dist/samples/generated/requests/devices/vehicles/pivot/cameras/tamronHarrier/brightness/pivotCameraBrightnessMinSample.json +17 -0
  550. package/dist/samples/generated/requests/devices/vehicles/pivot/cameras/tamronHarrier/brightness/pivotCameraBrightnessRandomSample.json +17 -0
  551. package/dist/samples/generated/requests/devices/vehicles/pivot/cameras/tamronHarrier/exposure/pivotCameraExposureAutoSample.json +20 -0
  552. package/dist/samples/generated/requests/devices/vehicles/pivot/cameras/tamronHarrier/exposure/pivotCameraExposureManualMaxSample.json +20 -0
  553. package/dist/samples/generated/requests/devices/vehicles/pivot/cameras/tamronHarrier/exposure/pivotCameraExposureManualMinSample.json +20 -0
  554. package/dist/samples/generated/requests/devices/vehicles/pivot/cameras/tamronHarrier/exposure/pivotCameraExposureManualRandomSample.json +20 -0
  555. package/dist/samples/generated/requests/devices/vehicles/pivot/cameras/tamronHarrier/focus/pivotCameraFocusAutoSample.json +21 -0
  556. package/dist/samples/generated/requests/devices/vehicles/pivot/cameras/tamronHarrier/focus/pivotCameraFocusManualMaxSample.json +21 -0
  557. package/dist/samples/generated/requests/devices/vehicles/pivot/cameras/tamronHarrier/focus/pivotCameraFocusManualMinSample.json +21 -0
  558. package/dist/samples/generated/requests/devices/vehicles/pivot/cameras/tamronHarrier/focus/pivotCameraFocusManualRandomSample.json +21 -0
  559. package/dist/samples/generated/requests/devices/vehicles/pivot/cameras/tamronHarrier/focus/pivotCameraFocusRateDecreaseSample.json +21 -0
  560. package/dist/samples/generated/requests/devices/vehicles/pivot/cameras/tamronHarrier/focus/pivotCameraFocusRateIncreaseSample.json +21 -0
  561. package/dist/samples/generated/requests/devices/vehicles/pivot/cameras/tamronHarrier/focus/pivotCameraFocusRateStaticSample.json +21 -0
  562. package/dist/samples/generated/requests/devices/vehicles/pivot/cameras/tamronHarrier/ip/pivotCameraIpRandomSample.json +17 -0
  563. package/dist/samples/generated/requests/devices/vehicles/pivot/cameras/tamronHarrier/saturation/pivotCameraSaturationMaxSample.json +17 -0
  564. package/dist/samples/generated/requests/devices/vehicles/pivot/cameras/tamronHarrier/saturation/pivotCameraSaturationMinSample.json +17 -0
  565. package/dist/samples/generated/requests/devices/vehicles/pivot/cameras/tamronHarrier/saturation/pivotCameraSaturationRandomSample.json +17 -0
  566. package/dist/samples/generated/requests/devices/vehicles/pivot/cameras/tamronHarrier/sharpness/pivotCameraSharpnessMaxSample.json +17 -0
  567. package/dist/samples/generated/requests/devices/vehicles/pivot/cameras/tamronHarrier/sharpness/pivotCameraSharpnessMinSample.json +17 -0
  568. package/dist/samples/generated/requests/devices/vehicles/pivot/cameras/tamronHarrier/sharpness/pivotCameraSharpnessRandomSample.json +17 -0
  569. package/dist/samples/generated/requests/devices/vehicles/pivot/cameras/tamronHarrier/streams/pivotCameraStreamRandomSample.json +25 -0
  570. package/dist/samples/generated/requests/devices/vehicles/pivot/cameras/tamronHarrier/streams/pivotcameraStreamNotActiveSample.json +25 -0
  571. package/dist/samples/generated/requests/devices/vehicles/pivot/cameras/tamronHarrier/streams/pivotcameraStreamR_2kSample.json +25 -0
  572. package/dist/samples/generated/requests/devices/vehicles/pivot/cameras/tamronHarrier/streams/pivotcameraStreamR_480Sample.json +25 -0
  573. package/dist/samples/generated/requests/devices/vehicles/pivot/cameras/tamronHarrier/streams/pivotcameraStreamR_4kSample.json +25 -0
  574. package/dist/samples/generated/requests/devices/vehicles/pivot/cameras/tamronHarrier/streams/pivotcameraStreamR_720Sample.json +25 -0
  575. package/dist/samples/generated/requests/devices/vehicles/pivot/cameras/tamronHarrier/tamronHarrierZoomCamera/osd/pivotTamronHarrierZoomCameraOsdDisabledSample.json +19 -0
  576. package/dist/samples/generated/requests/devices/vehicles/pivot/cameras/tamronHarrier/tamronHarrierZoomCamera/osd/pivotTamronHarrierZoomCameraOsdEnabledSample.json +19 -0
  577. package/dist/samples/generated/requests/devices/vehicles/pivot/cameras/tamronHarrier/tamronHarrierZoomCamera/osd/pivotTamronHarrierZoomCameraOsdRandomSample.json +19 -0
  578. package/dist/samples/generated/requests/devices/vehicles/pivot/cameras/tamronHarrier/type/pivotCameraTypeAuxSample.json +17 -0
  579. package/dist/samples/generated/requests/devices/vehicles/pivot/cameras/tamronHarrier/type/pivotCameraTypeMainSample.json +17 -0
  580. package/dist/samples/generated/requests/devices/vehicles/pivot/cameras/tamronHarrier/version/pivotCameraVersion1Sample.json +20 -0
  581. package/dist/samples/generated/requests/devices/vehicles/pivot/cameras/tamronHarrier/version/pivotCameraVersion2Sample.json +20 -0
  582. package/dist/samples/generated/requests/devices/vehicles/pivot/cameras/tamronHarrier/version/pivotCameraVersion3Sample.json +20 -0
  583. package/dist/samples/generated/requests/devices/vehicles/pivot/cameras/tamronHarrier/version/pivotCameraVersionRandomSample.json +20 -0
  584. package/dist/samples/generated/requests/devices/vehicles/pivot/cameras/tamronHarrier/zoom/pivotCameraZoomInMaxSample.json +19 -0
  585. package/dist/samples/generated/requests/devices/vehicles/pivot/cameras/tamronHarrier/zoom/pivotCameraZoomInRandomSample.json +19 -0
  586. package/dist/samples/generated/requests/devices/vehicles/pivot/cameras/tamronHarrier/zoom/pivotCameraZoomOutMaxSample.json +19 -0
  587. package/dist/samples/generated/requests/devices/vehicles/pivot/cameras/tamronHarrier/zoom/pivotCameraZoomRandomSample.json +20 -0
  588. package/dist/samples/generated/requests/devices/vehicles/pivot/cameras/tamronHarrier/zoom/pivotCameraZoomSpeedMaxSample.json +19 -0
  589. package/dist/samples/generated/requests/devices/vehicles/pivot/cameras/tamronHarrier/zoom/pivotCameraZoomSpeedMinSample.json +19 -0
  590. package/dist/samples/generated/requests/devices/vehicles/pivot/cameras/tamronHarrier/zoom/pivotCameraZoomSpeedRandomSample.json +19 -0
  591. package/dist/samples/generated/requests/devices/vehicles/pivot/core/pivotDeleteSample.json +11 -0
  592. package/dist/samples/generated/requests/devices/vehicles/pivot/core/pivotGetSample.json +11 -0
  593. package/dist/samples/generated/requests/devices/vehicles/pivot/core/pivotSetSample.json +11 -0
  594. package/dist/samples/generated/requests/devices/vehicles/pivot/core/pivotUpdateSample.json +11 -0
  595. package/dist/samples/generated/requests/devices/vehicles/pivot/drive/pivotDriveRandomSample.json +26 -0
  596. package/dist/samples/generated/requests/devices/vehicles/pivot/ip/pivotIpRandomSample.json +12 -0
  597. package/dist/samples/generated/requests/devices/vehicles/pivot/peripherals/grabber/motorDiagnostics/openClose/pivotCloseClawGrabberDiagnosticSample.json +19 -0
  598. package/dist/samples/generated/requests/devices/vehicles/pivot/peripherals/grabber/motorDiagnostics/openClose/pivotGrabberOpenCloseMotorDiagnosticRestingSample.json +19 -0
  599. package/dist/samples/generated/requests/devices/vehicles/pivot/peripherals/grabber/motorDiagnostics/openClose/pivotGrabberOpenCloseMotorDiagnosticsRandomSample.json +19 -0
  600. package/dist/samples/generated/requests/devices/vehicles/pivot/peripherals/grabber/motorDiagnostics/openClose/pivotOpenClawGrabberDiagnosticSample.json +19 -0
  601. package/dist/samples/generated/requests/devices/vehicles/pivot/peripherals/grabber/motorDiagnostics/rotate/pivotGrabberRotateMotorDiagnosticsRandomSample.json +19 -0
  602. package/dist/samples/generated/requests/devices/vehicles/pivot/peripherals/grabber/motorDiagnostics/rotate/pivotGrabberRotateMotorDiagnosticsRestingSample.json +19 -0
  603. package/dist/samples/generated/requests/devices/vehicles/pivot/peripherals/grabber/motorDiagnostics/rotate/pivotRotateGrabberLeftDiagnosticSample.json +19 -0
  604. package/dist/samples/generated/requests/devices/vehicles/pivot/peripherals/grabber/motorDiagnostics/rotate/pivotRotateGrabberRightDiagnosticSample.json +19 -0
  605. package/dist/samples/generated/requests/devices/vehicles/pivot/peripherals/grabber/pivotCloseClawGrabberSample.json +14 -0
  606. package/dist/samples/generated/requests/devices/vehicles/pivot/peripherals/grabber/pivotOpenClawGrabberSample.json +14 -0
  607. package/dist/samples/generated/requests/devices/vehicles/pivot/peripherals/grabber/pivotOpenCloseGrabberRandomSample.json +14 -0
  608. package/dist/samples/generated/requests/devices/vehicles/pivot/peripherals/grabber/pivotRandomGrabberSample.json +15 -0
  609. package/dist/samples/generated/requests/devices/vehicles/pivot/peripherals/grabber/pivotRestingGrabberSample.json +15 -0
  610. package/dist/samples/generated/requests/devices/vehicles/pivot/peripherals/grabber/pivotRotateGrabberLeftSample.json +14 -0
  611. package/dist/samples/generated/requests/devices/vehicles/pivot/peripherals/grabber/pivotRotateGrabberRandomSample.json +14 -0
  612. package/dist/samples/generated/requests/devices/vehicles/pivot/peripherals/grabber/pivotRotateGrabberRightSample.json +14 -0
  613. package/dist/samples/generated/requests/devices/vehicles/pivot/peripherals/tiltPlatform/motorDiagnostics/tilt/pivotTiltPlatformDiagnosticsRandomSample.json +19 -0
  614. package/dist/samples/generated/requests/devices/vehicles/pivot/peripherals/tiltPlatform/motorDiagnostics/tilt/pivotTiltPlatformDiagnosticsRestingSample.json +19 -0
  615. package/dist/samples/generated/requests/devices/vehicles/pivot/peripherals/tiltPlatform/motorDiagnostics/tilt/pivotTiltPlatformDownDiagnosticsSample.json +19 -0
  616. package/dist/samples/generated/requests/devices/vehicles/pivot/peripherals/tiltPlatform/motorDiagnostics/tilt/pivotTiltPlatformUpDiagnosticsSample.json +19 -0
  617. package/dist/samples/generated/requests/devices/vehicles/pivot/peripherals/tiltPlatform/pivotTiltPlatformDownSample.json +14 -0
  618. package/dist/samples/generated/requests/devices/vehicles/pivot/peripherals/tiltPlatform/pivotTiltPlatformRandomSample.json +14 -0
  619. package/dist/samples/generated/requests/devices/vehicles/pivot/peripherals/tiltPlatform/pivotTiltPlatformRestingSample.json +14 -0
  620. package/dist/samples/generated/requests/devices/vehicles/pivot/peripherals/tiltPlatform/pivotTiltPlatformUpSample.json +14 -0
  621. package/dist/samples/generated/requests/devices/vehicles/pivot/pivotConnected.json +11 -0
  622. package/dist/samples/generated/requests/devices/vehicles/pivot/pivotDisconnected.json +11 -0
  623. package/dist/samples/generated/requests/devices/vehicles/pivot/sensorPod/pivotSensorPodHasLeakSample.json +12 -0
  624. package/dist/samples/generated/requests/devices/vehicles/pivot/sensorPod/pivotSensorPodHasNoLeakSample.json +12 -0
  625. package/dist/samples/generated/requests/devices/vehicles/pivot/sensorPod/pivotSensorPodLeakRandomSample.json +12 -0
  626. package/dist/samples/generated/requests/devices/vehicles/pivot/temperature/cpuTemp/pivotCPUTemperatureRandomSample.json +12 -0
  627. package/dist/samples/generated/requests/devices/vehicles/pivot/temperature/cpuTemp/pivotCPUTemperatureShutdownSample.json +12 -0
  628. package/dist/samples/generated/requests/devices/vehicles/pivot/temperature/cpuTemp/pivotCPUTemperatureWarningSample.json +12 -0
  629. package/dist/samples/generated/requests/devices/vehicles/pivot/temperature/waterTemp/waterTemperatureMaxSample.json +12 -0
  630. package/dist/samples/generated/requests/devices/vehicles/pivot/temperature/waterTemp/waterTemperatureMinSample.json +12 -0
  631. package/dist/samples/generated/requests/devices/vehicles/pivot/temperature/waterTemp/waterTemperatureRandomSample.json +12 -0
  632. package/dist/samples/generated/requests/devices/vehicles/pivot/thrusters/frontLeftThruster/pivotFrontLeftMotorDiagnosticsRandomSample.json +17 -0
  633. package/dist/samples/generated/requests/devices/vehicles/pivot/thrusters/frontLeftThruster/pivotFrontLeftMotorDiagnosticsRestingSample.json +17 -0
  634. package/dist/samples/generated/requests/devices/vehicles/pivot/thrusters/frontRightThruster/pivotFrontRightMotorDiagnosticsRandomSample.json +17 -0
  635. package/dist/samples/generated/requests/devices/vehicles/pivot/thrusters/frontRightThruster/pivotFrontRightMotorDiagnosticsRestingSample.json +17 -0
  636. package/dist/samples/generated/requests/devices/vehicles/pivot/thrusters/rearLeftThruster/pivotRearLeftMotorDiagnosticsRandomSample.json +17 -0
  637. package/dist/samples/generated/requests/devices/vehicles/pivot/thrusters/rearLeftThruster/pivotRearLeftMotorDiagnosticsRestingSample.json +17 -0
  638. package/dist/samples/generated/requests/devices/vehicles/pivot/thrusters/rearRightThruster/pivotRearRightMotorDiagnosticsRandomSample.json +17 -0
  639. package/dist/samples/generated/requests/devices/vehicles/pivot/thrusters/rearRightThruster/pivotRearRightMotorDiagnosticsRestingSample.json +17 -0
  640. package/dist/samples/generated/requests/devices/vehicles/pivot/thrusters/verticalFrontThruster/pivotVerticalFrontMotorDiagnosticsRandomSample.json +17 -0
  641. package/dist/samples/generated/requests/devices/vehicles/pivot/thrusters/verticalFrontThruster/pivotVerticalFrontMotorDiagnosticsRestingSample.json +17 -0
  642. package/dist/samples/generated/requests/devices/vehicles/pivot/thrusters/verticalRearThruster/pivotVerticalRearMotorDiagnosticsRandomSample.json +17 -0
  643. package/dist/samples/generated/requests/devices/vehicles/pivot/thrusters/verticalRearThruster/pivotVerticalRearMotorDiagnosticsRestingSample.json +17 -0
  644. package/dist/samples/generated/requests/devices/vehicles/pivot/turns/pivotTurnsRandomSample.json +12 -0
  645. package/dist/samples/generated/requests/devices/vehicles/pivot/usageTime/pivotUsageTimeRandomSample.json +15 -0
  646. package/dist/samples/generated/requests/devices/vehicles/pivot/usageTime/pivotUsageTimeSample.json +15 -0
  647. package/dist/samples/generated/requests/devices/vehicles/pivot/version/pivotVersion1Sample.json +15 -0
  648. package/dist/samples/generated/requests/devices/vehicles/pivot/version/pivotVersion2Sample.json +15 -0
  649. package/dist/samples/generated/requests/devices/vehicles/pivot/version/pivotVersion3Sample.json +15 -0
  650. package/dist/samples/generated/requests/devices/vehicles/pivot/version/pivotVersionRandomSample.json +15 -0
  651. package/dist/samples/generated/requests/devices/vehicles/revolution/auxLight/revolutionAuxLightOffSample.json +14 -0
  652. package/dist/samples/generated/requests/devices/vehicles/revolution/auxLight/revolutionAuxLightOnMaxIntensitySample.json +14 -0
  653. package/dist/samples/generated/requests/devices/vehicles/revolution/auxLight/revolutionAuxLightOnMidIntensitySample.json +14 -0
  654. package/dist/samples/generated/requests/devices/vehicles/revolution/auxLight/revolutionAuxLightRandomSample.json +14 -0
  655. package/dist/samples/generated/requests/devices/vehicles/revolution/battery/leftBattery/leak/revolutionLeftBatteryHasLeakSample.json +14 -0
  656. package/dist/samples/generated/requests/devices/vehicles/revolution/battery/leftBattery/leak/revolutionLeftBatteryHasNoLeakSample.json +14 -0
  657. package/dist/samples/generated/requests/devices/vehicles/revolution/battery/leftBattery/leak/revolutionLeftBatteryRandomLeakStateSample.json +14 -0
  658. package/dist/samples/generated/requests/devices/vehicles/revolution/battery/leftBattery/revolutionLeftBatteryIsChargingSample.json +14 -0
  659. package/dist/samples/generated/requests/devices/vehicles/revolution/battery/leftBattery/revolutionLeftBatteryIsNotChargingSample.json +14 -0
  660. package/dist/samples/generated/requests/devices/vehicles/revolution/battery/leftBattery/revolutionLeftBatteryRandomSample.json +16 -0
  661. package/dist/samples/generated/requests/devices/vehicles/revolution/battery/leftBattery/revolutionLeftBatteryShutdownSample.json +14 -0
  662. package/dist/samples/generated/requests/devices/vehicles/revolution/battery/leftBattery/revolutionLeftBatteryWarningSample.json +14 -0
  663. package/dist/samples/generated/requests/devices/vehicles/revolution/battery/rightBattery/leak/revolutionRightBatteryHasLeakSample.json +14 -0
  664. package/dist/samples/generated/requests/devices/vehicles/revolution/battery/rightBattery/leak/revolutionRightBatteryHasNoLeakSample.json +14 -0
  665. package/dist/samples/generated/requests/devices/vehicles/revolution/battery/rightBattery/leak/revolutionRightBatteryRandomLeakStateSample.json +14 -0
  666. package/dist/samples/generated/requests/devices/vehicles/revolution/battery/rightBattery/revolutionRightBatteryIsChargingSample.json +14 -0
  667. package/dist/samples/generated/requests/devices/vehicles/revolution/battery/rightBattery/revolutionRightBatteryIsNotChargingSample.json +14 -0
  668. package/dist/samples/generated/requests/devices/vehicles/revolution/battery/rightBattery/revolutionRightBatteryRandomSample.json +16 -0
  669. package/dist/samples/generated/requests/devices/vehicles/revolution/battery/rightBattery/revolutionRightBatteryShutdownSample.json +14 -0
  670. package/dist/samples/generated/requests/devices/vehicles/revolution/battery/rightBattery/revolutionRightBatteryWarningSample.json +14 -0
  671. package/dist/samples/generated/requests/devices/vehicles/revolution/bodyLeak/revolutionBodyLeakRandomSample.json +12 -0
  672. package/dist/samples/generated/requests/devices/vehicles/revolution/bodyLeak/revolutionHasBodyLeakSample.json +12 -0
  673. package/dist/samples/generated/requests/devices/vehicles/revolution/bodyLeak/revolutionHasNoBodyLeakSample.json +12 -0
  674. package/dist/samples/generated/requests/devices/vehicles/revolution/cameraHead/core/revolutionCameraHeadRequest.json +12 -0
  675. package/dist/samples/generated/requests/devices/vehicles/revolution/cameraHead/cpuTemp/revolutionCameraHeadCpuTempRandomSample.json +15 -0
  676. package/dist/samples/generated/requests/devices/vehicles/revolution/cameraHead/lasers/revolutionCameraHeadLaserOffSample.json +17 -0
  677. package/dist/samples/generated/requests/devices/vehicles/revolution/cameraHead/lasers/revolutionCameraHeadLaserOnSample.json +17 -0
  678. package/dist/samples/generated/requests/devices/vehicles/revolution/cameraHead/lasers/revolutionCameraHeadLaserRandomSample.json +17 -0
  679. package/dist/samples/generated/requests/devices/vehicles/revolution/cameraHead/leak/revolutionCameraHeadLeakRandomSample.json +15 -0
  680. package/dist/samples/generated/requests/devices/vehicles/revolution/cameraHead/leak/revolutionHasCameraHeadLeakSample.json +15 -0
  681. package/dist/samples/generated/requests/devices/vehicles/revolution/cameraHead/leak/revolutionHasNoCameraHeadLeakSample.json +15 -0
  682. package/dist/samples/generated/requests/devices/vehicles/revolution/cameraHead/light/revolutionCameraHeadLightIntensityMaxSample.json +17 -0
  683. package/dist/samples/generated/requests/devices/vehicles/revolution/cameraHead/light/revolutionCameraHeadLightIntensityMinSample.json +17 -0
  684. package/dist/samples/generated/requests/devices/vehicles/revolution/cameraHead/light/revolutionCameraHeadLightIntensityRandomSample.json +17 -0
  685. package/dist/samples/generated/requests/devices/vehicles/revolution/cameraHead/tilt/revolutionCameraHeadTiltPositionMaxSample.json +17 -0
  686. package/dist/samples/generated/requests/devices/vehicles/revolution/cameraHead/tilt/revolutionCameraHeadTiltPositionMinSample.json +17 -0
  687. package/dist/samples/generated/requests/devices/vehicles/revolution/cameraHead/tilt/revolutionCameraHeadTiltPositionRandomSample.json +17 -0
  688. package/dist/samples/generated/requests/devices/vehicles/revolution/cameraHead/tilt/revolutionCameraHeadTiltRandomSample.json +18 -0
  689. package/dist/samples/generated/requests/devices/vehicles/revolution/cameraHead/tilt/revolutionCameraHeadTiltSpeedMaxSample.json +17 -0
  690. package/dist/samples/generated/requests/devices/vehicles/revolution/cameraHead/tilt/revolutionCameraHeadTiltSpeedMinSample.json +17 -0
  691. package/dist/samples/generated/requests/devices/vehicles/revolution/cameraHead/tilt/revolutionCameraHeadTiltSpeedRandomSample.json +17 -0
  692. package/dist/samples/generated/requests/devices/vehicles/revolution/cameraHead/tiltMotorDiagnostics/revolutionCameraHeadTiltMotorDiagnosticsBackwardRpmSample.json +17 -0
  693. package/dist/samples/generated/requests/devices/vehicles/revolution/cameraHead/tiltMotorDiagnostics/revolutionCameraHeadTiltMotorDiagnosticsCurrentRandomSample.json +17 -0
  694. package/dist/samples/generated/requests/devices/vehicles/revolution/cameraHead/tiltMotorDiagnostics/revolutionCameraHeadTiltMotorDiagnosticsForwardRpmSample.json +17 -0
  695. package/dist/samples/generated/requests/devices/vehicles/revolution/cameraHead/tiltMotorDiagnostics/revolutionCameraHeadTiltMotorDiagnosticsHasNoOvercurrentSample.json +17 -0
  696. package/dist/samples/generated/requests/devices/vehicles/revolution/cameraHead/tiltMotorDiagnostics/revolutionCameraHeadTiltMotorDiagnosticsHasOvercurrentSample.json +17 -0
  697. package/dist/samples/generated/requests/devices/vehicles/revolution/cameraHead/tiltMotorDiagnostics/revolutionCameraHeadTiltMotorDiagnosticsPWMRandomSample.json +17 -0
  698. package/dist/samples/generated/requests/devices/vehicles/revolution/cameraHead/tiltMotorDiagnostics/revolutionCameraHeadTiltMotorDiagnosticsRandomSample.json +20 -0
  699. package/dist/samples/generated/requests/devices/vehicles/revolution/cameraHead/tiltMotorDiagnostics/revolutionCameraHeadTiltMotorDiagnosticsStaticRpmSample.json +17 -0
  700. package/dist/samples/generated/requests/devices/vehicles/revolution/cameraHead/usageTime/revolutionCameraHeadCurrentSecondsRandomSample.json +17 -0
  701. package/dist/samples/generated/requests/devices/vehicles/revolution/cameraHead/usageTime/revolutionCameraHeadTotalSecondsRandomSample.json +17 -0
  702. package/dist/samples/generated/requests/devices/vehicles/revolution/cameraHead/usageTime/revolutionCameraHeadUsageTimeRandomSample.json +18 -0
  703. package/dist/samples/generated/requests/devices/vehicles/revolution/cameras/revolutionCamerasDeleteSample.json +11 -0
  704. package/dist/samples/generated/requests/devices/vehicles/revolution/cameras/tamronHarrier/brightness/revolutionCameraBrightnessMaxSample.json +17 -0
  705. package/dist/samples/generated/requests/devices/vehicles/revolution/cameras/tamronHarrier/brightness/revolutionCameraBrightnessMinSample.json +17 -0
  706. package/dist/samples/generated/requests/devices/vehicles/revolution/cameras/tamronHarrier/brightness/revolutionCameraBrightnessRandomSample.json +17 -0
  707. package/dist/samples/generated/requests/devices/vehicles/revolution/cameras/tamronHarrier/exposure/revolutionCameraExposureAutoSample.json +20 -0
  708. package/dist/samples/generated/requests/devices/vehicles/revolution/cameras/tamronHarrier/exposure/revolutionCameraExposureManualMaxSample.json +20 -0
  709. package/dist/samples/generated/requests/devices/vehicles/revolution/cameras/tamronHarrier/exposure/revolutionCameraExposureManualMinSample.json +20 -0
  710. package/dist/samples/generated/requests/devices/vehicles/revolution/cameras/tamronHarrier/exposure/revolutionCameraExposureManualRandomSample.json +20 -0
  711. package/dist/samples/generated/requests/devices/vehicles/revolution/cameras/tamronHarrier/focus/revolutionCameraFocusAutoSample.json +21 -0
  712. package/dist/samples/generated/requests/devices/vehicles/revolution/cameras/tamronHarrier/focus/revolutionCameraFocusManualMaxSample.json +21 -0
  713. package/dist/samples/generated/requests/devices/vehicles/revolution/cameras/tamronHarrier/focus/revolutionCameraFocusManualMinSample.json +21 -0
  714. package/dist/samples/generated/requests/devices/vehicles/revolution/cameras/tamronHarrier/focus/revolutionCameraFocusManualRandomSample.json +21 -0
  715. package/dist/samples/generated/requests/devices/vehicles/revolution/cameras/tamronHarrier/focus/revolutionCameraFocusRateDecreaseSample.json +21 -0
  716. package/dist/samples/generated/requests/devices/vehicles/revolution/cameras/tamronHarrier/focus/revolutionCameraFocusRateIncreaseSample.json +21 -0
  717. package/dist/samples/generated/requests/devices/vehicles/revolution/cameras/tamronHarrier/focus/revolutionCameraFocusRateStaticSample.json +21 -0
  718. package/dist/samples/generated/requests/devices/vehicles/revolution/cameras/tamronHarrier/ip/revolutionCameraIpRandomSample.json +17 -0
  719. package/dist/samples/generated/requests/devices/vehicles/revolution/cameras/tamronHarrier/saturation/revolutionCameraSaturationMaxSample.json +17 -0
  720. package/dist/samples/generated/requests/devices/vehicles/revolution/cameras/tamronHarrier/saturation/revolutionCameraSaturationMinSample.json +17 -0
  721. package/dist/samples/generated/requests/devices/vehicles/revolution/cameras/tamronHarrier/saturation/revolutionCameraSaturationRandomSample.json +17 -0
  722. package/dist/samples/generated/requests/devices/vehicles/revolution/cameras/tamronHarrier/sharpness/revolutionCameraSharpnessMaxSample.json +17 -0
  723. package/dist/samples/generated/requests/devices/vehicles/revolution/cameras/tamronHarrier/sharpness/revolutionCameraSharpnessMinSample.json +17 -0
  724. package/dist/samples/generated/requests/devices/vehicles/revolution/cameras/tamronHarrier/sharpness/revolutionCameraSharpnessRandomSample.json +17 -0
  725. package/dist/samples/generated/requests/devices/vehicles/revolution/cameras/tamronHarrier/streams/revolutionCameraStreamRandomSample.json +25 -0
  726. package/dist/samples/generated/requests/devices/vehicles/revolution/cameras/tamronHarrier/streams/revolutioncameraStreamNotActiveSample.json +25 -0
  727. package/dist/samples/generated/requests/devices/vehicles/revolution/cameras/tamronHarrier/streams/revolutioncameraStreamR_2kSample.json +25 -0
  728. package/dist/samples/generated/requests/devices/vehicles/revolution/cameras/tamronHarrier/streams/revolutioncameraStreamR_480Sample.json +25 -0
  729. package/dist/samples/generated/requests/devices/vehicles/revolution/cameras/tamronHarrier/streams/revolutioncameraStreamR_4kSample.json +25 -0
  730. package/dist/samples/generated/requests/devices/vehicles/revolution/cameras/tamronHarrier/streams/revolutioncameraStreamR_720Sample.json +25 -0
  731. package/dist/samples/generated/requests/devices/vehicles/revolution/cameras/tamronHarrier/tamronHarrierZoomCamera/osd/revolutionTamronHarrierZoomCameraOsdDisabledSample.json +19 -0
  732. package/dist/samples/generated/requests/devices/vehicles/revolution/cameras/tamronHarrier/tamronHarrierZoomCamera/osd/revolutionTamronHarrierZoomCameraOsdEnabledSample.json +19 -0
  733. package/dist/samples/generated/requests/devices/vehicles/revolution/cameras/tamronHarrier/tamronHarrierZoomCamera/osd/revolutionTamronHarrierZoomCameraOsdRandomSample.json +19 -0
  734. package/dist/samples/generated/requests/devices/vehicles/revolution/cameras/tamronHarrier/type/revolutionCameraTypeAuxSample.json +17 -0
  735. package/dist/samples/generated/requests/devices/vehicles/revolution/cameras/tamronHarrier/type/revolutionCameraTypeMainSample.json +17 -0
  736. package/dist/samples/generated/requests/devices/vehicles/revolution/cameras/tamronHarrier/version/revolutionCameraVersion1Sample.json +20 -0
  737. package/dist/samples/generated/requests/devices/vehicles/revolution/cameras/tamronHarrier/version/revolutionCameraVersion2Sample.json +20 -0
  738. package/dist/samples/generated/requests/devices/vehicles/revolution/cameras/tamronHarrier/version/revolutionCameraVersion3Sample.json +20 -0
  739. package/dist/samples/generated/requests/devices/vehicles/revolution/cameras/tamronHarrier/version/revolutionCameraVersionRandomSample.json +20 -0
  740. package/dist/samples/generated/requests/devices/vehicles/revolution/cameras/tamronHarrier/zoom/revolutionCameraZoomInMaxSample.json +19 -0
  741. package/dist/samples/generated/requests/devices/vehicles/revolution/cameras/tamronHarrier/zoom/revolutionCameraZoomInRandomSample.json +19 -0
  742. package/dist/samples/generated/requests/devices/vehicles/revolution/cameras/tamronHarrier/zoom/revolutionCameraZoomOutMaxSample.json +19 -0
  743. package/dist/samples/generated/requests/devices/vehicles/revolution/cameras/tamronHarrier/zoom/revolutionCameraZoomRandomSample.json +20 -0
  744. package/dist/samples/generated/requests/devices/vehicles/revolution/cameras/tamronHarrier/zoom/revolutionCameraZoomSpeedMaxSample.json +19 -0
  745. package/dist/samples/generated/requests/devices/vehicles/revolution/cameras/tamronHarrier/zoom/revolutionCameraZoomSpeedMinSample.json +19 -0
  746. package/dist/samples/generated/requests/devices/vehicles/revolution/cameras/tamronHarrier/zoom/revolutionCameraZoomSpeedRandomSample.json +19 -0
  747. package/dist/samples/generated/requests/devices/vehicles/revolution/core/revolutionDeleteSample.json +11 -0
  748. package/dist/samples/generated/requests/devices/vehicles/revolution/core/revolutionGetSample.json +11 -0
  749. package/dist/samples/generated/requests/devices/vehicles/revolution/core/revolutionSetSample.json +11 -0
  750. package/dist/samples/generated/requests/devices/vehicles/revolution/core/revolutionUpdateSample.json +11 -0
  751. package/dist/samples/generated/requests/devices/vehicles/revolution/cpuTemp/revolutionCpuTempRandomSample.json +12 -0
  752. package/dist/samples/generated/requests/devices/vehicles/revolution/drive/revolutionDriveRandomSample.json +26 -0
  753. package/dist/samples/generated/requests/devices/vehicles/revolution/grabber/motorDiagnostics/revolutionGrabberOpenCloseMotorDiagnosticsBackwardRpmSample.json +17 -0
  754. package/dist/samples/generated/requests/devices/vehicles/revolution/grabber/motorDiagnostics/revolutionGrabberOpenCloseMotorDiagnosticsForwardRpmSample.json +17 -0
  755. package/dist/samples/generated/requests/devices/vehicles/revolution/grabber/motorDiagnostics/revolutionGrabberOpenCloseMotorDiagnosticsHasNoOvercurrentSample.json +17 -0
  756. package/dist/samples/generated/requests/devices/vehicles/revolution/grabber/motorDiagnostics/revolutionGrabberOpenCloseMotorDiagnosticsHasOvercurrentSample.json +17 -0
  757. package/dist/samples/generated/requests/devices/vehicles/revolution/grabber/motorDiagnostics/revolutionGrabberOpenCloseMotorDiagnosticsRandomCurrentSample.json +17 -0
  758. package/dist/samples/generated/requests/devices/vehicles/revolution/grabber/motorDiagnostics/revolutionGrabberOpenCloseMotorDiagnosticsRandomPwmSample.json +17 -0
  759. package/dist/samples/generated/requests/devices/vehicles/revolution/grabber/motorDiagnostics/revolutionGrabberOpenCloseMotorDiagnosticsRandomSample.json +20 -0
  760. package/dist/samples/generated/requests/devices/vehicles/revolution/grabber/motorDiagnostics/revolutionGrabberOpenCloseMotorDiagnosticsStaticRpmSample.json +17 -0
  761. package/dist/samples/generated/requests/devices/vehicles/revolution/grabber/motorDiagnostics/revolutionGrabberRotateMotorDiagnosticsBackwardRpmSample.json +17 -0
  762. package/dist/samples/generated/requests/devices/vehicles/revolution/grabber/motorDiagnostics/revolutionGrabberRotateMotorDiagnosticsForwardRpmSample.json +17 -0
  763. package/dist/samples/generated/requests/devices/vehicles/revolution/grabber/motorDiagnostics/revolutionGrabberRotateMotorDiagnosticsHasNoOvercurrentSample.json +17 -0
  764. package/dist/samples/generated/requests/devices/vehicles/revolution/grabber/motorDiagnostics/revolutionGrabberRotateMotorDiagnosticsHasOvercurrentSample.json +17 -0
  765. package/dist/samples/generated/requests/devices/vehicles/revolution/grabber/motorDiagnostics/revolutionGrabberRotateMotorDiagnosticsRandomCurrentSample.json +17 -0
  766. package/dist/samples/generated/requests/devices/vehicles/revolution/grabber/motorDiagnostics/revolutionGrabberRotateMotorDiagnosticsRandomPwmSample.json +17 -0
  767. package/dist/samples/generated/requests/devices/vehicles/revolution/grabber/motorDiagnostics/revolutionGrabberRotateMotorDiagnosticsRandomSample.json +20 -0
  768. package/dist/samples/generated/requests/devices/vehicles/revolution/grabber/motorDiagnostics/revolutionGrabberRotateMotorDiagnosticsStaticRpmSample.json +17 -0
  769. package/dist/samples/generated/requests/devices/vehicles/revolution/grabber/revolutionGrabberCloseClawSample.json +14 -0
  770. package/dist/samples/generated/requests/devices/vehicles/revolution/grabber/revolutionGrabberOpenClawSample.json +14 -0
  771. package/dist/samples/generated/requests/devices/vehicles/revolution/grabber/revolutionGrabberRandomSample.json +15 -0
  772. package/dist/samples/generated/requests/devices/vehicles/revolution/grabber/revolutionGrabberRestingSample.json +15 -0
  773. package/dist/samples/generated/requests/devices/vehicles/revolution/grabber/revolutionGrabberRotateLeftSample.json +14 -0
  774. package/dist/samples/generated/requests/devices/vehicles/revolution/grabber/revolutionGrabberRotateRightSample.json +14 -0
  775. package/dist/samples/generated/requests/devices/vehicles/revolution/ip/revolutionRandomIpSample.json +12 -0
  776. package/dist/samples/generated/requests/devices/vehicles/revolution/revolutionIsConnected.json +11 -0
  777. package/dist/samples/generated/requests/devices/vehicles/revolution/revolutionIsDisconnected.json +11 -0
  778. package/dist/samples/generated/requests/devices/vehicles/revolution/sensorPodLeak/revolutionHasNoSensorPodLeakSample.json +12 -0
  779. package/dist/samples/generated/requests/devices/vehicles/revolution/sensorPodLeak/revolutionHasSensorPodLeakSample.json +12 -0
  780. package/dist/samples/generated/requests/devices/vehicles/revolution/sensorPodLeak/revolutionSensorPodLeakRandomSample.json +12 -0
  781. package/dist/samples/generated/requests/devices/vehicles/revolution/thrusters/diagnostics/frontLeftThruster/revolutionFrontLeftMotorDiagnosticsRandomSample.json +17 -0
  782. package/dist/samples/generated/requests/devices/vehicles/revolution/thrusters/diagnostics/frontLeftThruster/revolutionFrontLeftMotorDiagnosticsRestingSample.json +17 -0
  783. package/dist/samples/generated/requests/devices/vehicles/revolution/thrusters/diagnostics/frontRightThruster/revolutionFrontRightMotorDiagnosticsRandomSample.json +17 -0
  784. package/dist/samples/generated/requests/devices/vehicles/revolution/thrusters/diagnostics/frontRightThruster/revolutionFrontRightMotorDiagnosticsRestingSample.json +17 -0
  785. package/dist/samples/generated/requests/devices/vehicles/revolution/thrusters/diagnostics/rearLeftThruster/revolutionRearLeftMotorDiagnosticsRandomSample.json +17 -0
  786. package/dist/samples/generated/requests/devices/vehicles/revolution/thrusters/diagnostics/rearLeftThruster/revolutionRearLeftMotorDiagnosticsRestingSample.json +17 -0
  787. package/dist/samples/generated/requests/devices/vehicles/revolution/thrusters/diagnostics/rearRightThruster/revolutionRearRightMotorDiagnosticsRandomSample.json +17 -0
  788. package/dist/samples/generated/requests/devices/vehicles/revolution/thrusters/diagnostics/rearRightThruster/revolutionRearRightMotorDiagnosticsRestingSample.json +17 -0
  789. package/dist/samples/generated/requests/devices/vehicles/revolution/thrusters/diagnostics/verticalLeftThruster/revolutionVerticalLeftMotorDiagnosticsRandomSample.json +17 -0
  790. package/dist/samples/generated/requests/devices/vehicles/revolution/thrusters/diagnostics/verticalLeftThruster/revolutionVerticalLeftMotorDiagnosticsRestingSample.json +17 -0
  791. package/dist/samples/generated/requests/devices/vehicles/revolution/thrusters/diagnostics/verticalRightThruster/revolutionVerticalRightMotorDiagnosticsRandomSample.json +17 -0
  792. package/dist/samples/generated/requests/devices/vehicles/revolution/thrusters/diagnostics/verticalRightThruster/revolutionVerticalRightMotorDiagnosticsRestingSample.json +17 -0
  793. package/dist/samples/generated/requests/devices/vehicles/revolution/turns/revolutionTurnsRandomSample.json +12 -0
  794. package/dist/samples/generated/requests/devices/vehicles/revolution/usageTime/revolutionRandomCurrentSecondsUsageSample.json +14 -0
  795. package/dist/samples/generated/requests/devices/vehicles/revolution/usageTime/revolutionRandomTotalSecondsUsageSample.json +14 -0
  796. package/dist/samples/generated/requests/devices/vehicles/revolution/usageTime/revolutionUsageTimeRandomSample.json +15 -0
  797. package/dist/samples/generated/requests/devices/vehicles/revolution/version/revolutionVersion1Sample.json +15 -0
  798. package/dist/samples/generated/requests/devices/vehicles/revolution/version/revolutionVersion2Sample.json +15 -0
  799. package/dist/samples/generated/requests/devices/vehicles/revolution/version/revolutionVersion3Sample.json +15 -0
  800. package/dist/samples/generated/requests/devices/vehicles/revolution/version/revolutionVersionRandomSample.json +15 -0
  801. package/dist/samples/generated/requests/devices/vehicles/revolution/waterTemp/revolutionMaxWaterTempSample.json +12 -0
  802. package/dist/samples/generated/requests/devices/vehicles/revolution/waterTemp/revolutionMinWaterTempSample.json +12 -0
  803. package/dist/samples/generated/requests/devices/vehicles/revolution/waterTemp/revolutionRandomWaterTempSample.json +12 -0
  804. package/dist/samples/generated/requests/errors/badRequest400.json +9 -0
  805. package/dist/samples/generated/requests/errors/notAccepted405.json +9 -0
  806. package/dist/samples/generated/requests/errors/serverError500.json +9 -0
  807. package/dist/samples/generated/requests/errors/serviceUnavailable503.json +9 -0
  808. package/dist/samples/generated/requests/errors/systemUpdateError519.json +9 -0
  809. package/dist/samples/generated/requests/errors/unauthenticated401.json +9 -0
  810. package/dist/samples/generated/requests/errors/unauthorized403.json +9 -0
  811. package/dist/samples/generated/requests/transferDeleteRequest.json +5 -0
  812. package/dist/samples/generated/requests/transferErrorRequest.json +5 -0
  813. package/dist/samples/generated/requests/transferGetRequest.json +5 -0
  814. package/dist/samples/generated/requests/transferSetRequest.json +5 -0
  815. package/dist/samples/generated/requests/transferUpdateRequest.json +5 -0
  816. package/dist/samples/generated/server/answer.json +9 -0
  817. package/dist/samples/generated/server/iceCandidate.json +10 -0
  818. package/dist/samples/generated/server/joinSession.json +4 -0
  819. package/dist/samples/generated/server/leaveSession.json +4 -0
  820. package/dist/samples/generated/server/offer.json +9 -0
  821. package/dist/samples/generated/server/onDisconnectAsync.json +1 -0
  822. package/dist/samples/generated/server/registerSession.json +1 -0
  823. package/dist/samples/generated/server/sessionCheck.json +3 -0
  824. package/dist/samples/generated/server/sessionList.json +12 -0
  825. package/dist/samples/generated/states/a150RandomState.json +139 -0
  826. package/dist/samples/generated/states/a200AndPoweredReelRandomState.json +212 -0
  827. package/dist/samples/generated/states/a200RandomState.json +168 -0
  828. package/dist/samples/generated/states/pivotAndPoweredReelRandomState.json +245 -0
  829. package/dist/samples/generated/states/pivotRandomState.json +201 -0
  830. package/dist/samples/generated/states/poweredReelRandomState.json +48 -0
  831. package/dist/samples/generated/states/revolutionAndPoweredReelRandomState.json +250 -0
  832. package/dist/samples/generated/states/revolutionRandomState.json +206 -0
  833. package/dist/samples/generated/swupdates/systemUpdatePayloadSample.json +625 -0
  834. package/dist/samples/index.d.ts +6 -0
  835. package/dist/samples/index.js +22 -0
  836. package/dist/samples/requests/core/index.d.ts +97 -0
  837. package/dist/samples/requests/core/index.js +72 -0
  838. package/dist/samples/requests/core/motorDiagnostics/index.d.ts +3 -0
  839. package/dist/samples/requests/core/motorDiagnostics/index.js +18 -0
  840. package/dist/samples/requests/core/rovDrive/index.d.ts +2 -0
  841. package/dist/samples/requests/core/rovDrive/index.js +16 -0
  842. package/dist/samples/requests/core/rovDrive/rovThrust/index.d.ts +2 -0
  843. package/dist/samples/requests/core/rovDrive/rovThrust/index.js +11 -0
  844. package/dist/samples/requests/devices/index.d.ts +2 -0
  845. package/dist/samples/requests/devices/index.js +18 -0
  846. package/dist/samples/requests/devices/reels/index.d.ts +13 -0
  847. package/dist/samples/requests/devices/reels/index.js +33 -0
  848. package/dist/samples/requests/devices/reels/manualReels/calibration/index.d.ts +45 -0
  849. package/dist/samples/requests/devices/reels/manualReels/calibration/index.js +92 -0
  850. package/dist/samples/requests/devices/reels/manualReels/index.d.ts +1 -0
  851. package/dist/samples/requests/devices/reels/manualReels/index.js +17 -0
  852. package/dist/samples/requests/devices/reels/poweredReels/acConnected/index.d.ts +42 -0
  853. package/dist/samples/requests/devices/reels/poweredReels/acConnected/index.js +83 -0
  854. package/dist/samples/requests/devices/reels/poweredReels/battery/battery1/index.d.ts +48 -0
  855. package/dist/samples/requests/devices/reels/poweredReels/battery/battery1/index.js +108 -0
  856. package/dist/samples/requests/devices/reels/poweredReels/battery/battery1/leak/index.d.ts +25 -0
  857. package/dist/samples/requests/devices/reels/poweredReels/battery/battery1/leak/index.js +43 -0
  858. package/dist/samples/requests/devices/reels/poweredReels/battery/battery2/index.d.ts +46 -0
  859. package/dist/samples/requests/devices/reels/poweredReels/battery/battery2/index.js +105 -0
  860. package/dist/samples/requests/devices/reels/poweredReels/battery/battery2/leak/index.d.ts +25 -0
  861. package/dist/samples/requests/devices/reels/poweredReels/battery/battery2/leak/index.js +43 -0
  862. package/dist/samples/requests/devices/reels/poweredReels/battery/index.d.ts +2 -0
  863. package/dist/samples/requests/devices/reels/poweredReels/battery/index.js +18 -0
  864. package/dist/samples/requests/devices/reels/poweredReels/calibrator/index.d.ts +38 -0
  865. package/dist/samples/requests/devices/reels/poweredReels/calibrator/index.js +81 -0
  866. package/dist/samples/requests/devices/reels/poweredReels/cpuTemp/index.d.ts +26 -0
  867. package/dist/samples/requests/devices/reels/poweredReels/cpuTemp/index.js +86 -0
  868. package/dist/samples/requests/devices/reels/poweredReels/crawlerForward/index.d.ts +39 -0
  869. package/dist/samples/requests/devices/reels/poweredReels/crawlerForward/index.js +80 -0
  870. package/dist/samples/requests/devices/reels/poweredReels/crawlerReverse/index.d.ts +39 -0
  871. package/dist/samples/requests/devices/reels/poweredReels/crawlerReverse/index.js +80 -0
  872. package/dist/samples/requests/devices/reels/poweredReels/distance/index.d.ts +18 -0
  873. package/dist/samples/requests/devices/reels/poweredReels/distance/index.js +52 -0
  874. package/dist/samples/requests/devices/reels/poweredReels/eStop/index.d.ts +39 -0
  875. package/dist/samples/requests/devices/reels/poweredReels/eStop/index.js +80 -0
  876. package/dist/samples/requests/devices/reels/poweredReels/hybridPower/index.d.ts +33 -0
  877. package/dist/samples/requests/devices/reels/poweredReels/hybridPower/index.js +73 -0
  878. package/dist/samples/requests/devices/reels/poweredReels/index.d.ts +41 -0
  879. package/dist/samples/requests/devices/reels/poweredReels/index.js +90 -0
  880. package/dist/samples/requests/devices/reels/poweredReels/ip/index.d.ts +27 -0
  881. package/dist/samples/requests/devices/reels/poweredReels/ip/index.js +60 -0
  882. package/dist/samples/requests/devices/reels/poweredReels/leak/index.d.ts +41 -0
  883. package/dist/samples/requests/devices/reels/poweredReels/leak/index.js +82 -0
  884. package/dist/samples/requests/devices/reels/poweredReels/motorDiagnostics/index.d.ts +2 -0
  885. package/dist/samples/requests/devices/reels/poweredReels/motorDiagnostics/index.js +18 -0
  886. package/dist/samples/requests/devices/reels/poweredReels/motorDiagnostics/motor1/index.d.ts +27 -0
  887. package/dist/samples/requests/devices/reels/poweredReels/motorDiagnostics/motor1/index.js +65 -0
  888. package/dist/samples/requests/devices/reels/poweredReels/motorDiagnostics/motor2/index.d.ts +27 -0
  889. package/dist/samples/requests/devices/reels/poweredReels/motorDiagnostics/motor2/index.js +65 -0
  890. package/dist/samples/requests/devices/reels/poweredReels/reelForward/index.d.ts +39 -0
  891. package/dist/samples/requests/devices/reels/poweredReels/reelForward/index.js +80 -0
  892. package/dist/samples/requests/devices/reels/poweredReels/reelReverse/index.d.ts +39 -0
  893. package/dist/samples/requests/devices/reels/poweredReels/reelReverse/index.js +80 -0
  894. package/dist/samples/requests/devices/reels/poweredReels/speed/index.d.ts +50 -0
  895. package/dist/samples/requests/devices/reels/poweredReels/speed/index.js +95 -0
  896. package/dist/samples/requests/devices/reels/poweredReels/temperature/index.d.ts +32 -0
  897. package/dist/samples/requests/devices/reels/poweredReels/temperature/index.js +73 -0
  898. package/dist/samples/requests/devices/reels/poweredReels/version/index.d.ts +41 -0
  899. package/dist/samples/requests/devices/reels/poweredReels/version/index.js +87 -0
  900. package/dist/samples/requests/devices/vehicles/a150/auxLight/index.d.ts +50 -0
  901. package/dist/samples/requests/devices/vehicles/a150/auxLight/index.js +110 -0
  902. package/dist/samples/requests/devices/vehicles/a150/battery/index.d.ts +47 -0
  903. package/dist/samples/requests/devices/vehicles/a150/battery/index.js +105 -0
  904. package/dist/samples/requests/devices/vehicles/a150/battery/leak/index.d.ts +25 -0
  905. package/dist/samples/requests/devices/vehicles/a150/battery/leak/index.js +41 -0
  906. package/dist/samples/requests/devices/vehicles/a150/bodyLeak/index.d.ts +33 -0
  907. package/dist/samples/requests/devices/vehicles/a150/bodyLeak/index.js +74 -0
  908. package/dist/samples/requests/devices/vehicles/a150/calibrator/index.d.ts +42 -0
  909. package/dist/samples/requests/devices/vehicles/a150/calibrator/index.js +85 -0
  910. package/dist/samples/requests/devices/vehicles/a150/cameraHead/calibrator/index.d.ts +42 -0
  911. package/dist/samples/requests/devices/vehicles/a150/cameraHead/calibrator/index.js +89 -0
  912. package/dist/samples/requests/devices/vehicles/a150/cameraHead/cameraHome/index.d.ts +22 -0
  913. package/dist/samples/requests/devices/vehicles/a150/cameraHead/cameraHome/index.js +58 -0
  914. package/dist/samples/requests/devices/vehicles/a150/cameraHead/core/index.d.ts +22 -0
  915. package/dist/samples/requests/devices/vehicles/a150/cameraHead/core/index.js +54 -0
  916. package/dist/samples/requests/devices/vehicles/a150/cameraHead/cpuTemp/index.d.ts +23 -0
  917. package/dist/samples/requests/devices/vehicles/a150/cameraHead/cpuTemp/index.js +75 -0
  918. package/dist/samples/requests/devices/vehicles/a150/cameraHead/index.d.ts +14 -0
  919. package/dist/samples/requests/devices/vehicles/a150/cameraHead/index.js +30 -0
  920. package/dist/samples/requests/devices/vehicles/a150/cameraHead/ip/index.d.ts +26 -0
  921. package/dist/samples/requests/devices/vehicles/a150/cameraHead/ip/index.js +59 -0
  922. package/dist/samples/requests/devices/vehicles/a150/cameraHead/leak/index.d.ts +41 -0
  923. package/dist/samples/requests/devices/vehicles/a150/cameraHead/leak/index.js +86 -0
  924. package/dist/samples/requests/devices/vehicles/a150/cameraHead/light/index.d.ts +31 -0
  925. package/dist/samples/requests/devices/vehicles/a150/cameraHead/light/index.js +74 -0
  926. package/dist/samples/requests/devices/vehicles/a150/cameraHead/orientationConfig/index.d.ts +35 -0
  927. package/dist/samples/requests/devices/vehicles/a150/cameraHead/orientationConfig/index.js +96 -0
  928. package/dist/samples/requests/devices/vehicles/a150/cameraHead/pan/index.d.ts +81 -0
  929. package/dist/samples/requests/devices/vehicles/a150/cameraHead/pan/index.js +143 -0
  930. package/dist/samples/requests/devices/vehicles/a150/cameraHead/panMotorDiagnostics/index.d.ts +81 -0
  931. package/dist/samples/requests/devices/vehicles/a150/cameraHead/panMotorDiagnostics/index.js +161 -0
  932. package/dist/samples/requests/devices/vehicles/a150/cameraHead/tilt/index.d.ts +73 -0
  933. package/dist/samples/requests/devices/vehicles/a150/cameraHead/tilt/index.js +130 -0
  934. package/dist/samples/requests/devices/vehicles/a150/cameraHead/tiltMotorDiagnostics/index.d.ts +81 -0
  935. package/dist/samples/requests/devices/vehicles/a150/cameraHead/tiltMotorDiagnostics/index.js +160 -0
  936. package/dist/samples/requests/devices/vehicles/a150/cameraHead/usageTime/index.d.ts +46 -0
  937. package/dist/samples/requests/devices/vehicles/a150/cameraHead/usageTime/index.js +86 -0
  938. package/dist/samples/requests/devices/vehicles/a150/cameraHead/version/index.d.ts +51 -0
  939. package/dist/samples/requests/devices/vehicles/a150/cameraHead/version/index.js +105 -0
  940. package/dist/samples/requests/devices/vehicles/a150/cameras/core/index.d.ts +33 -0
  941. package/dist/samples/requests/devices/vehicles/a150/cameras/core/index.js +80 -0
  942. package/dist/samples/requests/devices/vehicles/a150/cameras/dtCam/brightness/index.d.ts +46 -0
  943. package/dist/samples/requests/devices/vehicles/a150/cameras/dtCam/brightness/index.js +93 -0
  944. package/dist/samples/requests/devices/vehicles/a150/cameras/dtCam/contrast/index.d.ts +45 -0
  945. package/dist/samples/requests/devices/vehicles/a150/cameras/dtCam/contrast/index.js +92 -0
  946. package/dist/samples/requests/devices/vehicles/a150/cameras/dtCam/index.d.ts +8 -0
  947. package/dist/samples/requests/devices/vehicles/a150/cameras/dtCam/index.js +24 -0
  948. package/dist/samples/requests/devices/vehicles/a150/cameras/dtCam/ip/index.d.ts +31 -0
  949. package/dist/samples/requests/devices/vehicles/a150/cameras/dtCam/ip/index.js +68 -0
  950. package/dist/samples/requests/devices/vehicles/a150/cameras/dtCam/osd/index.d.ts +46 -0
  951. package/dist/samples/requests/devices/vehicles/a150/cameras/dtCam/osd/index.js +92 -0
  952. package/dist/samples/requests/devices/vehicles/a150/cameras/dtCam/saturation/index.d.ts +48 -0
  953. package/dist/samples/requests/devices/vehicles/a150/cameras/dtCam/saturation/index.js +95 -0
  954. package/dist/samples/requests/devices/vehicles/a150/cameras/dtCam/streams/index.d.ts +72 -0
  955. package/dist/samples/requests/devices/vehicles/a150/cameras/dtCam/streams/index.js +145 -0
  956. package/dist/samples/requests/devices/vehicles/a150/cameras/dtCam/type/index.d.ts +40 -0
  957. package/dist/samples/requests/devices/vehicles/a150/cameras/dtCam/type/index.js +84 -0
  958. package/dist/samples/requests/devices/vehicles/a150/cameras/dtCam/version/index.d.ts +53 -0
  959. package/dist/samples/requests/devices/vehicles/a150/cameras/dtCam/version/index.js +110 -0
  960. package/dist/samples/requests/devices/vehicles/a150/cameras/index.d.ts +3 -0
  961. package/dist/samples/requests/devices/vehicles/a150/cameras/index.js +19 -0
  962. package/dist/samples/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/brightness/index.d.ts +46 -0
  963. package/dist/samples/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/brightness/index.js +93 -0
  964. package/dist/samples/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/exposure/index.d.ts +69 -0
  965. package/dist/samples/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/exposure/index.js +120 -0
  966. package/dist/samples/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/focus/index.d.ts +84 -0
  967. package/dist/samples/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/focus/index.js +143 -0
  968. package/dist/samples/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/index.d.ts +11 -0
  969. package/dist/samples/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/index.js +27 -0
  970. package/dist/samples/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/ip/index.d.ts +28 -0
  971. package/dist/samples/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/ip/index.js +65 -0
  972. package/dist/samples/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/osd/index.d.ts +43 -0
  973. package/dist/samples/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/osd/index.js +89 -0
  974. package/dist/samples/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/saturation/index.d.ts +48 -0
  975. package/dist/samples/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/saturation/index.js +95 -0
  976. package/dist/samples/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/sharpness/index.d.ts +45 -0
  977. package/dist/samples/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/sharpness/index.js +92 -0
  978. package/dist/samples/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/streams/index.d.ts +87 -0
  979. package/dist/samples/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/streams/index.js +172 -0
  980. package/dist/samples/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/type/index.d.ts +37 -0
  981. package/dist/samples/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/type/index.js +81 -0
  982. package/dist/samples/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/version/index.d.ts +50 -0
  983. package/dist/samples/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/version/index.js +107 -0
  984. package/dist/samples/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/zoom/index.d.ts +73 -0
  985. package/dist/samples/requests/devices/vehicles/a150/cameras/tamronHarrierZoomCamera/zoom/index.js +154 -0
  986. package/dist/samples/requests/devices/vehicles/a150/core/index.d.ts +51 -0
  987. package/dist/samples/requests/devices/vehicles/a150/core/index.js +99 -0
  988. package/dist/samples/requests/devices/vehicles/a150/drive/index.d.ts +114 -0
  989. package/dist/samples/requests/devices/vehicles/a150/drive/index.js +195 -0
  990. package/dist/samples/requests/devices/vehicles/a150/incline/index.d.ts +42 -0
  991. package/dist/samples/requests/devices/vehicles/a150/incline/index.js +83 -0
  992. package/dist/samples/requests/devices/vehicles/a150/index.d.ts +48 -0
  993. package/dist/samples/requests/devices/vehicles/a150/index.js +97 -0
  994. package/dist/samples/requests/devices/vehicles/a150/ip/index.d.ts +26 -0
  995. package/dist/samples/requests/devices/vehicles/a150/ip/index.js +59 -0
  996. package/dist/samples/requests/devices/vehicles/a150/motorDiagnostics/index.d.ts +2 -0
  997. package/dist/samples/requests/devices/vehicles/a150/motorDiagnostics/index.js +18 -0
  998. package/dist/samples/requests/devices/vehicles/a150/motorDiagnostics/leftMotor/index.d.ts +25 -0
  999. package/dist/samples/requests/devices/vehicles/a150/motorDiagnostics/leftMotor/index.js +64 -0
  1000. package/dist/samples/requests/devices/vehicles/a150/motorDiagnostics/rightMotor/index.d.ts +32 -0
  1001. package/dist/samples/requests/devices/vehicles/a150/motorDiagnostics/rightMotor/index.js +71 -0
  1002. package/dist/samples/requests/devices/vehicles/a150/peripherals/elevatingArm/calibrator/index.d.ts +42 -0
  1003. package/dist/samples/requests/devices/vehicles/a150/peripherals/elevatingArm/calibrator/index.js +85 -0
  1004. package/dist/samples/requests/devices/vehicles/a150/peripherals/elevatingArm/index.d.ts +84 -0
  1005. package/dist/samples/requests/devices/vehicles/a150/peripherals/elevatingArm/index.js +164 -0
  1006. package/dist/samples/requests/devices/vehicles/a150/peripherals/elevatingArm/motorDiagnostics/index.d.ts +82 -0
  1007. package/dist/samples/requests/devices/vehicles/a150/peripherals/elevatingArm/motorDiagnostics/index.js +150 -0
  1008. package/dist/samples/requests/devices/vehicles/a150/peripherals/index.d.ts +2 -0
  1009. package/dist/samples/requests/devices/vehicles/a150/peripherals/index.js +18 -0
  1010. package/dist/samples/requests/devices/vehicles/a150/peripherals/sonde/index.d.ts +41 -0
  1011. package/dist/samples/requests/devices/vehicles/a150/peripherals/sonde/index.js +82 -0
  1012. package/dist/samples/requests/devices/vehicles/a150/roll/index.d.ts +42 -0
  1013. package/dist/samples/requests/devices/vehicles/a150/roll/index.js +83 -0
  1014. package/dist/samples/requests/devices/vehicles/a150/temperature/cpuTemp/index.d.ts +37 -0
  1015. package/dist/samples/requests/devices/vehicles/a150/temperature/cpuTemp/index.js +78 -0
  1016. package/dist/samples/requests/devices/vehicles/a150/temperature/imuTemp/index.d.ts +37 -0
  1017. package/dist/samples/requests/devices/vehicles/a150/temperature/imuTemp/index.js +78 -0
  1018. package/dist/samples/requests/devices/vehicles/a150/temperature/index.d.ts +2 -0
  1019. package/dist/samples/requests/devices/vehicles/a150/temperature/index.js +18 -0
  1020. package/dist/samples/requests/devices/vehicles/a150/usageTime/index.d.ts +42 -0
  1021. package/dist/samples/requests/devices/vehicles/a150/usageTime/index.js +82 -0
  1022. package/dist/samples/requests/devices/vehicles/a150/version/index.d.ts +42 -0
  1023. package/dist/samples/requests/devices/vehicles/a150/version/index.js +92 -0
  1024. package/dist/samples/requests/devices/vehicles/a200/auxLight/index.d.ts +50 -0
  1025. package/dist/samples/requests/devices/vehicles/a200/auxLight/index.js +110 -0
  1026. package/dist/samples/requests/devices/vehicles/a200/battery/index.d.ts +47 -0
  1027. package/dist/samples/requests/devices/vehicles/a200/battery/index.js +105 -0
  1028. package/dist/samples/requests/devices/vehicles/a200/battery/leak/index.d.ts +25 -0
  1029. package/dist/samples/requests/devices/vehicles/a200/battery/leak/index.js +41 -0
  1030. package/dist/samples/requests/devices/vehicles/a200/bodyLeak/index.d.ts +33 -0
  1031. package/dist/samples/requests/devices/vehicles/a200/bodyLeak/index.js +74 -0
  1032. package/dist/samples/requests/devices/vehicles/a200/calibrator/index.d.ts +42 -0
  1033. package/dist/samples/requests/devices/vehicles/a200/calibrator/index.js +85 -0
  1034. package/dist/samples/requests/devices/vehicles/a200/cameraHead/calibrator/index.d.ts +42 -0
  1035. package/dist/samples/requests/devices/vehicles/a200/cameraHead/calibrator/index.js +89 -0
  1036. package/dist/samples/requests/devices/vehicles/a200/cameraHead/cameraHome/index.d.ts +22 -0
  1037. package/dist/samples/requests/devices/vehicles/a200/cameraHead/cameraHome/index.js +58 -0
  1038. package/dist/samples/requests/devices/vehicles/a200/cameraHead/core/index.d.ts +22 -0
  1039. package/dist/samples/requests/devices/vehicles/a200/cameraHead/core/index.js +54 -0
  1040. package/dist/samples/requests/devices/vehicles/a200/cameraHead/cpuTemp/index.d.ts +23 -0
  1041. package/dist/samples/requests/devices/vehicles/a200/cameraHead/cpuTemp/index.js +81 -0
  1042. package/dist/samples/requests/devices/vehicles/a200/cameraHead/index.d.ts +15 -0
  1043. package/dist/samples/requests/devices/vehicles/a200/cameraHead/index.js +31 -0
  1044. package/dist/samples/requests/devices/vehicles/a200/cameraHead/ip/index.d.ts +26 -0
  1045. package/dist/samples/requests/devices/vehicles/a200/cameraHead/ip/index.js +59 -0
  1046. package/dist/samples/requests/devices/vehicles/a200/cameraHead/lasers/index.d.ts +22 -0
  1047. package/dist/samples/requests/devices/vehicles/a200/cameraHead/lasers/index.js +64 -0
  1048. package/dist/samples/requests/devices/vehicles/a200/cameraHead/leak/index.d.ts +41 -0
  1049. package/dist/samples/requests/devices/vehicles/a200/cameraHead/leak/index.js +86 -0
  1050. package/dist/samples/requests/devices/vehicles/a200/cameraHead/light/index.d.ts +31 -0
  1051. package/dist/samples/requests/devices/vehicles/a200/cameraHead/light/index.js +74 -0
  1052. package/dist/samples/requests/devices/vehicles/a200/cameraHead/orientationConfig/index.d.ts +34 -0
  1053. package/dist/samples/requests/devices/vehicles/a200/cameraHead/orientationConfig/index.js +95 -0
  1054. package/dist/samples/requests/devices/vehicles/a200/cameraHead/pan/index.d.ts +81 -0
  1055. package/dist/samples/requests/devices/vehicles/a200/cameraHead/pan/index.js +143 -0
  1056. package/dist/samples/requests/devices/vehicles/a200/cameraHead/panMotorDiagnostics/index.d.ts +81 -0
  1057. package/dist/samples/requests/devices/vehicles/a200/cameraHead/panMotorDiagnostics/index.js +161 -0
  1058. package/dist/samples/requests/devices/vehicles/a200/cameraHead/tilt/index.d.ts +73 -0
  1059. package/dist/samples/requests/devices/vehicles/a200/cameraHead/tilt/index.js +130 -0
  1060. package/dist/samples/requests/devices/vehicles/a200/cameraHead/tiltMotorDiagnostics/index.d.ts +81 -0
  1061. package/dist/samples/requests/devices/vehicles/a200/cameraHead/tiltMotorDiagnostics/index.js +160 -0
  1062. package/dist/samples/requests/devices/vehicles/a200/cameraHead/usageTime/index.d.ts +46 -0
  1063. package/dist/samples/requests/devices/vehicles/a200/cameraHead/usageTime/index.js +86 -0
  1064. package/dist/samples/requests/devices/vehicles/a200/cameraHead/version/index.d.ts +51 -0
  1065. package/dist/samples/requests/devices/vehicles/a200/cameraHead/version/index.js +105 -0
  1066. package/dist/samples/requests/devices/vehicles/a200/cameras/core/index.d.ts +33 -0
  1067. package/dist/samples/requests/devices/vehicles/a200/cameras/core/index.js +80 -0
  1068. package/dist/samples/requests/devices/vehicles/a200/cameras/dtCam/brightness/index.d.ts +46 -0
  1069. package/dist/samples/requests/devices/vehicles/a200/cameras/dtCam/brightness/index.js +93 -0
  1070. package/dist/samples/requests/devices/vehicles/a200/cameras/dtCam/contrast/index.d.ts +45 -0
  1071. package/dist/samples/requests/devices/vehicles/a200/cameras/dtCam/contrast/index.js +92 -0
  1072. package/dist/samples/requests/devices/vehicles/a200/cameras/dtCam/index.d.ts +8 -0
  1073. package/dist/samples/requests/devices/vehicles/a200/cameras/dtCam/index.js +24 -0
  1074. package/dist/samples/requests/devices/vehicles/a200/cameras/dtCam/ip/index.d.ts +31 -0
  1075. package/dist/samples/requests/devices/vehicles/a200/cameras/dtCam/ip/index.js +68 -0
  1076. package/dist/samples/requests/devices/vehicles/a200/cameras/dtCam/osd/index.d.ts +46 -0
  1077. package/dist/samples/requests/devices/vehicles/a200/cameras/dtCam/osd/index.js +92 -0
  1078. package/dist/samples/requests/devices/vehicles/a200/cameras/dtCam/saturation/index.d.ts +48 -0
  1079. package/dist/samples/requests/devices/vehicles/a200/cameras/dtCam/saturation/index.js +95 -0
  1080. package/dist/samples/requests/devices/vehicles/a200/cameras/dtCam/streams/index.d.ts +72 -0
  1081. package/dist/samples/requests/devices/vehicles/a200/cameras/dtCam/streams/index.js +146 -0
  1082. package/dist/samples/requests/devices/vehicles/a200/cameras/dtCam/type/index.d.ts +40 -0
  1083. package/dist/samples/requests/devices/vehicles/a200/cameras/dtCam/type/index.js +84 -0
  1084. package/dist/samples/requests/devices/vehicles/a200/cameras/dtCam/version/index.d.ts +53 -0
  1085. package/dist/samples/requests/devices/vehicles/a200/cameras/dtCam/version/index.js +110 -0
  1086. package/dist/samples/requests/devices/vehicles/a200/cameras/index.d.ts +3 -0
  1087. package/dist/samples/requests/devices/vehicles/a200/cameras/index.js +19 -0
  1088. package/dist/samples/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/brightness/index.d.ts +46 -0
  1089. package/dist/samples/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/brightness/index.js +93 -0
  1090. package/dist/samples/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/exposure/index.d.ts +66 -0
  1091. package/dist/samples/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/exposure/index.js +117 -0
  1092. package/dist/samples/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/focus/index.d.ts +84 -0
  1093. package/dist/samples/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/focus/index.js +143 -0
  1094. package/dist/samples/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/index.d.ts +11 -0
  1095. package/dist/samples/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/index.js +27 -0
  1096. package/dist/samples/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/ip/index.d.ts +28 -0
  1097. package/dist/samples/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/ip/index.js +65 -0
  1098. package/dist/samples/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/osd/index.d.ts +43 -0
  1099. package/dist/samples/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/osd/index.js +89 -0
  1100. package/dist/samples/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/saturation/index.d.ts +48 -0
  1101. package/dist/samples/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/saturation/index.js +95 -0
  1102. package/dist/samples/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/sharpness/index.d.ts +45 -0
  1103. package/dist/samples/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/sharpness/index.js +92 -0
  1104. package/dist/samples/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/streams/index.d.ts +87 -0
  1105. package/dist/samples/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/streams/index.js +173 -0
  1106. package/dist/samples/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/type/index.d.ts +37 -0
  1107. package/dist/samples/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/type/index.js +81 -0
  1108. package/dist/samples/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/version/index.d.ts +50 -0
  1109. package/dist/samples/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/version/index.js +107 -0
  1110. package/dist/samples/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/zoom/index.d.ts +73 -0
  1111. package/dist/samples/requests/devices/vehicles/a200/cameras/tamronHarrierZoomCamera/zoom/index.js +154 -0
  1112. package/dist/samples/requests/devices/vehicles/a200/core/index.d.ts +51 -0
  1113. package/dist/samples/requests/devices/vehicles/a200/core/index.js +99 -0
  1114. package/dist/samples/requests/devices/vehicles/a200/drive/index.d.ts +114 -0
  1115. package/dist/samples/requests/devices/vehicles/a200/drive/index.js +195 -0
  1116. package/dist/samples/requests/devices/vehicles/a200/incline/index.d.ts +42 -0
  1117. package/dist/samples/requests/devices/vehicles/a200/incline/index.js +83 -0
  1118. package/dist/samples/requests/devices/vehicles/a200/index.d.ts +48 -0
  1119. package/dist/samples/requests/devices/vehicles/a200/index.js +97 -0
  1120. package/dist/samples/requests/devices/vehicles/a200/ip/index.d.ts +26 -0
  1121. package/dist/samples/requests/devices/vehicles/a200/ip/index.js +59 -0
  1122. package/dist/samples/requests/devices/vehicles/a200/motorDiagnostics/index.d.ts +2 -0
  1123. package/dist/samples/requests/devices/vehicles/a200/motorDiagnostics/index.js +18 -0
  1124. package/dist/samples/requests/devices/vehicles/a200/motorDiagnostics/leftMotor/index.d.ts +25 -0
  1125. package/dist/samples/requests/devices/vehicles/a200/motorDiagnostics/leftMotor/index.js +64 -0
  1126. package/dist/samples/requests/devices/vehicles/a200/motorDiagnostics/rightMotor/index.d.ts +32 -0
  1127. package/dist/samples/requests/devices/vehicles/a200/motorDiagnostics/rightMotor/index.js +71 -0
  1128. package/dist/samples/requests/devices/vehicles/a200/peripherals/elevatingArm/calibrator/index.d.ts +42 -0
  1129. package/dist/samples/requests/devices/vehicles/a200/peripherals/elevatingArm/calibrator/index.js +87 -0
  1130. package/dist/samples/requests/devices/vehicles/a200/peripherals/elevatingArm/index.d.ts +85 -0
  1131. package/dist/samples/requests/devices/vehicles/a200/peripherals/elevatingArm/index.js +164 -0
  1132. package/dist/samples/requests/devices/vehicles/a200/peripherals/elevatingArm/motorDiagnostics/index.d.ts +82 -0
  1133. package/dist/samples/requests/devices/vehicles/a200/peripherals/elevatingArm/motorDiagnostics/index.js +150 -0
  1134. package/dist/samples/requests/devices/vehicles/a200/peripherals/index.d.ts +2 -0
  1135. package/dist/samples/requests/devices/vehicles/a200/peripherals/index.js +18 -0
  1136. package/dist/samples/requests/devices/vehicles/a200/peripherals/sonde/index.d.ts +41 -0
  1137. package/dist/samples/requests/devices/vehicles/a200/peripherals/sonde/index.js +82 -0
  1138. package/dist/samples/requests/devices/vehicles/a200/roll/index.d.ts +42 -0
  1139. package/dist/samples/requests/devices/vehicles/a200/roll/index.js +83 -0
  1140. package/dist/samples/requests/devices/vehicles/a200/temperature/cpuTemp/index.d.ts +37 -0
  1141. package/dist/samples/requests/devices/vehicles/a200/temperature/cpuTemp/index.js +78 -0
  1142. package/dist/samples/requests/devices/vehicles/a200/temperature/imuTemp/index.d.ts +37 -0
  1143. package/dist/samples/requests/devices/vehicles/a200/temperature/imuTemp/index.js +78 -0
  1144. package/dist/samples/requests/devices/vehicles/a200/temperature/index.d.ts +2 -0
  1145. package/dist/samples/requests/devices/vehicles/a200/temperature/index.js +18 -0
  1146. package/dist/samples/requests/devices/vehicles/a200/usageTime/index.d.ts +42 -0
  1147. package/dist/samples/requests/devices/vehicles/a200/usageTime/index.js +82 -0
  1148. package/dist/samples/requests/devices/vehicles/a200/version/index.d.ts +42 -0
  1149. package/dist/samples/requests/devices/vehicles/a200/version/index.js +92 -0
  1150. package/dist/samples/requests/devices/vehicles/index.d.ts +4 -0
  1151. package/dist/samples/requests/devices/vehicles/index.js +20 -0
  1152. package/dist/samples/requests/devices/vehicles/pivot/auxLight/index.d.ts +50 -0
  1153. package/dist/samples/requests/devices/vehicles/pivot/auxLight/index.js +97 -0
  1154. package/dist/samples/requests/devices/vehicles/pivot/battery/index.d.ts +2 -0
  1155. package/dist/samples/requests/devices/vehicles/pivot/battery/index.js +18 -0
  1156. package/dist/samples/requests/devices/vehicles/pivot/battery/leftBattery/index.d.ts +97 -0
  1157. package/dist/samples/requests/devices/vehicles/pivot/battery/leftBattery/index.js +177 -0
  1158. package/dist/samples/requests/devices/vehicles/pivot/battery/rightBattery/index.d.ts +97 -0
  1159. package/dist/samples/requests/devices/vehicles/pivot/battery/rightBattery/index.js +175 -0
  1160. package/dist/samples/requests/devices/vehicles/pivot/bodyLeak/index.d.ts +42 -0
  1161. package/dist/samples/requests/devices/vehicles/pivot/bodyLeak/index.js +83 -0
  1162. package/dist/samples/requests/devices/vehicles/pivot/cameraHead/core/index.d.ts +24 -0
  1163. package/dist/samples/requests/devices/vehicles/pivot/cameraHead/core/index.js +57 -0
  1164. package/dist/samples/requests/devices/vehicles/pivot/cameraHead/cpuTemp/index.d.ts +26 -0
  1165. package/dist/samples/requests/devices/vehicles/pivot/cameraHead/cpuTemp/index.js +90 -0
  1166. package/dist/samples/requests/devices/vehicles/pivot/cameraHead/index.d.ts +25 -0
  1167. package/dist/samples/requests/devices/vehicles/pivot/cameraHead/index.js +68 -0
  1168. package/dist/samples/requests/devices/vehicles/pivot/cameraHead/lasers/index.d.ts +42 -0
  1169. package/dist/samples/requests/devices/vehicles/pivot/cameraHead/lasers/index.js +87 -0
  1170. package/dist/samples/requests/devices/vehicles/pivot/cameraHead/leak/index.d.ts +42 -0
  1171. package/dist/samples/requests/devices/vehicles/pivot/cameraHead/leak/index.js +83 -0
  1172. package/dist/samples/requests/devices/vehicles/pivot/cameraHead/light/index.d.ts +45 -0
  1173. package/dist/samples/requests/devices/vehicles/pivot/cameraHead/light/index.js +87 -0
  1174. package/dist/samples/requests/devices/vehicles/pivot/cameraHead/tilt/index.d.ts +74 -0
  1175. package/dist/samples/requests/devices/vehicles/pivot/cameraHead/tilt/index.js +131 -0
  1176. package/dist/samples/requests/devices/vehicles/pivot/cameraHead/tiltMotorDiagnostics/index.d.ts +83 -0
  1177. package/dist/samples/requests/devices/vehicles/pivot/cameraHead/tiltMotorDiagnostics/index.js +163 -0
  1178. package/dist/samples/requests/devices/vehicles/pivot/cameras/index.d.ts +29 -0
  1179. package/dist/samples/requests/devices/vehicles/pivot/cameras/index.js +80 -0
  1180. package/dist/samples/requests/devices/vehicles/pivot/cameras/tamronHarrier/brightness/index.d.ts +43 -0
  1181. package/dist/samples/requests/devices/vehicles/pivot/cameras/tamronHarrier/brightness/index.js +90 -0
  1182. package/dist/samples/requests/devices/vehicles/pivot/cameras/tamronHarrier/exposure/index.d.ts +58 -0
  1183. package/dist/samples/requests/devices/vehicles/pivot/cameras/tamronHarrier/exposure/index.js +104 -0
  1184. package/dist/samples/requests/devices/vehicles/pivot/cameras/tamronHarrier/focus/index.d.ts +85 -0
  1185. package/dist/samples/requests/devices/vehicles/pivot/cameras/tamronHarrier/focus/index.js +144 -0
  1186. package/dist/samples/requests/devices/vehicles/pivot/cameras/tamronHarrier/index.d.ts +11 -0
  1187. package/dist/samples/requests/devices/vehicles/pivot/cameras/tamronHarrier/index.js +27 -0
  1188. package/dist/samples/requests/devices/vehicles/pivot/cameras/tamronHarrier/ip/index.d.ts +28 -0
  1189. package/dist/samples/requests/devices/vehicles/pivot/cameras/tamronHarrier/ip/index.js +65 -0
  1190. package/dist/samples/requests/devices/vehicles/pivot/cameras/tamronHarrier/saturation/index.d.ts +45 -0
  1191. package/dist/samples/requests/devices/vehicles/pivot/cameras/tamronHarrier/saturation/index.js +92 -0
  1192. package/dist/samples/requests/devices/vehicles/pivot/cameras/tamronHarrier/sharpness/index.d.ts +45 -0
  1193. package/dist/samples/requests/devices/vehicles/pivot/cameras/tamronHarrier/sharpness/index.js +92 -0
  1194. package/dist/samples/requests/devices/vehicles/pivot/cameras/tamronHarrier/streams/index.d.ts +76 -0
  1195. package/dist/samples/requests/devices/vehicles/pivot/cameras/tamronHarrier/streams/index.js +150 -0
  1196. package/dist/samples/requests/devices/vehicles/pivot/cameras/tamronHarrier/tamronHarrierZoomCamera/index.d.ts +1 -0
  1197. package/dist/samples/requests/devices/vehicles/pivot/cameras/tamronHarrier/tamronHarrierZoomCamera/index.js +17 -0
  1198. package/dist/samples/requests/devices/vehicles/pivot/cameras/tamronHarrier/tamronHarrierZoomCamera/osd/index.d.ts +43 -0
  1199. package/dist/samples/requests/devices/vehicles/pivot/cameras/tamronHarrier/tamronHarrierZoomCamera/osd/index.js +88 -0
  1200. package/dist/samples/requests/devices/vehicles/pivot/cameras/tamronHarrier/type/index.d.ts +37 -0
  1201. package/dist/samples/requests/devices/vehicles/pivot/cameras/tamronHarrier/type/index.js +81 -0
  1202. package/dist/samples/requests/devices/vehicles/pivot/cameras/tamronHarrier/version/index.d.ts +50 -0
  1203. package/dist/samples/requests/devices/vehicles/pivot/cameras/tamronHarrier/version/index.js +106 -0
  1204. package/dist/samples/requests/devices/vehicles/pivot/cameras/tamronHarrier/zoom/index.d.ts +73 -0
  1205. package/dist/samples/requests/devices/vehicles/pivot/cameras/tamronHarrier/zoom/index.js +153 -0
  1206. package/dist/samples/requests/devices/vehicles/pivot/core/index.d.ts +52 -0
  1207. package/dist/samples/requests/devices/vehicles/pivot/core/index.js +100 -0
  1208. package/dist/samples/requests/devices/vehicles/pivot/depth/index.d.ts +26 -0
  1209. package/dist/samples/requests/devices/vehicles/pivot/depth/index.js +59 -0
  1210. package/dist/samples/requests/devices/vehicles/pivot/drive/index.d.ts +26 -0
  1211. package/dist/samples/requests/devices/vehicles/pivot/drive/index.js +60 -0
  1212. package/dist/samples/requests/devices/vehicles/pivot/heading/index.d.ts +26 -0
  1213. package/dist/samples/requests/devices/vehicles/pivot/heading/index.js +59 -0
  1214. package/dist/samples/requests/devices/vehicles/pivot/index.d.ts +46 -0
  1215. package/dist/samples/requests/devices/vehicles/pivot/index.js +95 -0
  1216. package/dist/samples/requests/devices/vehicles/pivot/ip/index.d.ts +26 -0
  1217. package/dist/samples/requests/devices/vehicles/pivot/ip/index.js +59 -0
  1218. package/dist/samples/requests/devices/vehicles/pivot/peripherals/grabber/index.d.ts +84 -0
  1219. package/dist/samples/requests/devices/vehicles/pivot/peripherals/grabber/index.js +216 -0
  1220. package/dist/samples/requests/devices/vehicles/pivot/peripherals/grabber/motorDiagnostics/index.d.ts +2 -0
  1221. package/dist/samples/requests/devices/vehicles/pivot/peripherals/grabber/motorDiagnostics/index.js +151 -0
  1222. package/dist/samples/requests/devices/vehicles/pivot/peripherals/grabber/motorDiagnostics/openClose/index.d.ts +51 -0
  1223. package/dist/samples/requests/devices/vehicles/pivot/peripherals/grabber/motorDiagnostics/openClose/index.js +137 -0
  1224. package/dist/samples/requests/devices/vehicles/pivot/peripherals/grabber/motorDiagnostics/rotate/index.d.ts +51 -0
  1225. package/dist/samples/requests/devices/vehicles/pivot/peripherals/grabber/motorDiagnostics/rotate/index.js +240 -0
  1226. package/dist/samples/requests/devices/vehicles/pivot/peripherals/index.d.ts +2 -0
  1227. package/dist/samples/requests/devices/vehicles/pivot/peripherals/index.js +18 -0
  1228. package/dist/samples/requests/devices/vehicles/pivot/peripherals/tiltPlatform/index.d.ts +52 -0
  1229. package/dist/samples/requests/devices/vehicles/pivot/peripherals/tiltPlatform/index.js +204 -0
  1230. package/dist/samples/requests/devices/vehicles/pivot/peripherals/tiltPlatform/motorDiagnostics/index.d.ts +1 -0
  1231. package/dist/samples/requests/devices/vehicles/pivot/peripherals/tiltPlatform/motorDiagnostics/index.js +17 -0
  1232. package/dist/samples/requests/devices/vehicles/pivot/peripherals/tiltPlatform/motorDiagnostics/tilt/index.d.ts +51 -0
  1233. package/dist/samples/requests/devices/vehicles/pivot/peripherals/tiltPlatform/motorDiagnostics/tilt/index.js +107 -0
  1234. package/dist/samples/requests/devices/vehicles/pivot/pitch/index.d.ts +42 -0
  1235. package/dist/samples/requests/devices/vehicles/pivot/pitch/index.js +83 -0
  1236. package/dist/samples/requests/devices/vehicles/pivot/roll/index.d.ts +42 -0
  1237. package/dist/samples/requests/devices/vehicles/pivot/roll/index.js +83 -0
  1238. package/dist/samples/requests/devices/vehicles/pivot/sensorPod/index.d.ts +43 -0
  1239. package/dist/samples/requests/devices/vehicles/pivot/sensorPod/index.js +84 -0
  1240. package/dist/samples/requests/devices/vehicles/pivot/temperature/cpuTemp/index.d.ts +39 -0
  1241. package/dist/samples/requests/devices/vehicles/pivot/temperature/cpuTemp/index.js +79 -0
  1242. package/dist/samples/requests/devices/vehicles/pivot/temperature/index.d.ts +2 -0
  1243. package/dist/samples/requests/devices/vehicles/pivot/temperature/index.js +18 -0
  1244. package/dist/samples/requests/devices/vehicles/pivot/temperature/waterTemp/index.d.ts +45 -0
  1245. package/dist/samples/requests/devices/vehicles/pivot/temperature/waterTemp/index.js +87 -0
  1246. package/dist/samples/requests/devices/vehicles/pivot/thrusters/frontLeftThruster/index.d.ts +36 -0
  1247. package/dist/samples/requests/devices/vehicles/pivot/thrusters/frontLeftThruster/index.js +77 -0
  1248. package/dist/samples/requests/devices/vehicles/pivot/thrusters/frontRightThruster/index.d.ts +36 -0
  1249. package/dist/samples/requests/devices/vehicles/pivot/thrusters/frontRightThruster/index.js +77 -0
  1250. package/dist/samples/requests/devices/vehicles/pivot/thrusters/index.d.ts +6 -0
  1251. package/dist/samples/requests/devices/vehicles/pivot/thrusters/index.js +22 -0
  1252. package/dist/samples/requests/devices/vehicles/pivot/thrusters/rearLeftThruster/index.d.ts +36 -0
  1253. package/dist/samples/requests/devices/vehicles/pivot/thrusters/rearLeftThruster/index.js +77 -0
  1254. package/dist/samples/requests/devices/vehicles/pivot/thrusters/rearRightThruster/index.d.ts +36 -0
  1255. package/dist/samples/requests/devices/vehicles/pivot/thrusters/rearRightThruster/index.js +77 -0
  1256. package/dist/samples/requests/devices/vehicles/pivot/thrusters/verticalFrontThruster/index.d.ts +36 -0
  1257. package/dist/samples/requests/devices/vehicles/pivot/thrusters/verticalFrontThruster/index.js +77 -0
  1258. package/dist/samples/requests/devices/vehicles/pivot/thrusters/verticalRearThruster/index.d.ts +36 -0
  1259. package/dist/samples/requests/devices/vehicles/pivot/thrusters/verticalRearThruster/index.js +77 -0
  1260. package/dist/samples/requests/devices/vehicles/pivot/turns/index.d.ts +26 -0
  1261. package/dist/samples/requests/devices/vehicles/pivot/turns/index.js +59 -0
  1262. package/dist/samples/requests/devices/vehicles/pivot/usageTime/index.d.ts +39 -0
  1263. package/dist/samples/requests/devices/vehicles/pivot/usageTime/index.js +76 -0
  1264. package/dist/samples/requests/devices/vehicles/pivot/version/index.d.ts +54 -0
  1265. package/dist/samples/requests/devices/vehicles/pivot/version/index.js +103 -0
  1266. package/dist/samples/requests/devices/vehicles/revolution/auxLight/index.d.ts +50 -0
  1267. package/dist/samples/requests/devices/vehicles/revolution/auxLight/index.js +97 -0
  1268. package/dist/samples/requests/devices/vehicles/revolution/battery/index.d.ts +2 -0
  1269. package/dist/samples/requests/devices/vehicles/revolution/battery/index.js +18 -0
  1270. package/dist/samples/requests/devices/vehicles/revolution/battery/leftBattery/index.d.ts +59 -0
  1271. package/dist/samples/requests/devices/vehicles/revolution/battery/leftBattery/index.js +122 -0
  1272. package/dist/samples/requests/devices/vehicles/revolution/battery/leftBattery/leak/index.d.ts +25 -0
  1273. package/dist/samples/requests/devices/vehicles/revolution/battery/leftBattery/leak/index.js +41 -0
  1274. package/dist/samples/requests/devices/vehicles/revolution/battery/rightBattery/index.d.ts +59 -0
  1275. package/dist/samples/requests/devices/vehicles/revolution/battery/rightBattery/index.js +122 -0
  1276. package/dist/samples/requests/devices/vehicles/revolution/battery/rightBattery/leak/index.d.ts +25 -0
  1277. package/dist/samples/requests/devices/vehicles/revolution/battery/rightBattery/leak/index.js +43 -0
  1278. package/dist/samples/requests/devices/vehicles/revolution/bodyLeak/index.d.ts +41 -0
  1279. package/dist/samples/requests/devices/vehicles/revolution/bodyLeak/index.js +82 -0
  1280. package/dist/samples/requests/devices/vehicles/revolution/cameraHead/core/index.d.ts +10 -0
  1281. package/dist/samples/requests/devices/vehicles/revolution/cameraHead/core/index.js +36 -0
  1282. package/dist/samples/requests/devices/vehicles/revolution/cameraHead/cpuTemp/index.d.ts +26 -0
  1283. package/dist/samples/requests/devices/vehicles/revolution/cameraHead/cpuTemp/index.js +90 -0
  1284. package/dist/samples/requests/devices/vehicles/revolution/cameraHead/index.d.ts +8 -0
  1285. package/dist/samples/requests/devices/vehicles/revolution/cameraHead/index.js +24 -0
  1286. package/dist/samples/requests/devices/vehicles/revolution/cameraHead/laser/index.d.ts +40 -0
  1287. package/dist/samples/requests/devices/vehicles/revolution/cameraHead/laser/index.js +90 -0
  1288. package/dist/samples/requests/devices/vehicles/revolution/cameraHead/leak/index.d.ts +41 -0
  1289. package/dist/samples/requests/devices/vehicles/revolution/cameraHead/leak/index.js +85 -0
  1290. package/dist/samples/requests/devices/vehicles/revolution/cameraHead/light/index.d.ts +39 -0
  1291. package/dist/samples/requests/devices/vehicles/revolution/cameraHead/light/index.js +86 -0
  1292. package/dist/samples/requests/devices/vehicles/revolution/cameraHead/tilt/index.d.ts +74 -0
  1293. package/dist/samples/requests/devices/vehicles/revolution/cameraHead/tilt/index.js +134 -0
  1294. package/dist/samples/requests/devices/vehicles/revolution/cameraHead/tiltMotorDiagnostics/index.d.ts +82 -0
  1295. package/dist/samples/requests/devices/vehicles/revolution/cameraHead/tiltMotorDiagnostics/index.js +165 -0
  1296. package/dist/samples/requests/devices/vehicles/revolution/cameraHead/usageTime/index.d.ts +41 -0
  1297. package/dist/samples/requests/devices/vehicles/revolution/cameraHead/usageTime/index.js +85 -0
  1298. package/dist/samples/requests/devices/vehicles/revolution/cameras/index.d.ts +25 -0
  1299. package/dist/samples/requests/devices/vehicles/revolution/cameras/index.js +73 -0
  1300. package/dist/samples/requests/devices/vehicles/revolution/cameras/tamronHarrier/brightness/index.d.ts +43 -0
  1301. package/dist/samples/requests/devices/vehicles/revolution/cameras/tamronHarrier/brightness/index.js +90 -0
  1302. package/dist/samples/requests/devices/vehicles/revolution/cameras/tamronHarrier/exposure/index.d.ts +58 -0
  1303. package/dist/samples/requests/devices/vehicles/revolution/cameras/tamronHarrier/exposure/index.js +104 -0
  1304. package/dist/samples/requests/devices/vehicles/revolution/cameras/tamronHarrier/focus/index.d.ts +85 -0
  1305. package/dist/samples/requests/devices/vehicles/revolution/cameras/tamronHarrier/focus/index.js +144 -0
  1306. package/dist/samples/requests/devices/vehicles/revolution/cameras/tamronHarrier/index.d.ts +11 -0
  1307. package/dist/samples/requests/devices/vehicles/revolution/cameras/tamronHarrier/index.js +27 -0
  1308. package/dist/samples/requests/devices/vehicles/revolution/cameras/tamronHarrier/ip/index.d.ts +28 -0
  1309. package/dist/samples/requests/devices/vehicles/revolution/cameras/tamronHarrier/ip/index.js +65 -0
  1310. package/dist/samples/requests/devices/vehicles/revolution/cameras/tamronHarrier/saturation/index.d.ts +45 -0
  1311. package/dist/samples/requests/devices/vehicles/revolution/cameras/tamronHarrier/saturation/index.js +92 -0
  1312. package/dist/samples/requests/devices/vehicles/revolution/cameras/tamronHarrier/sharpness/index.d.ts +45 -0
  1313. package/dist/samples/requests/devices/vehicles/revolution/cameras/tamronHarrier/sharpness/index.js +92 -0
  1314. package/dist/samples/requests/devices/vehicles/revolution/cameras/tamronHarrier/streams/index.d.ts +76 -0
  1315. package/dist/samples/requests/devices/vehicles/revolution/cameras/tamronHarrier/streams/index.js +150 -0
  1316. package/dist/samples/requests/devices/vehicles/revolution/cameras/tamronHarrier/tamronHarrierZoomCamera/index.d.ts +1 -0
  1317. package/dist/samples/requests/devices/vehicles/revolution/cameras/tamronHarrier/tamronHarrierZoomCamera/index.js +17 -0
  1318. package/dist/samples/requests/devices/vehicles/revolution/cameras/tamronHarrier/tamronHarrierZoomCamera/osd/index.d.ts +43 -0
  1319. package/dist/samples/requests/devices/vehicles/revolution/cameras/tamronHarrier/tamronHarrierZoomCamera/osd/index.js +89 -0
  1320. package/dist/samples/requests/devices/vehicles/revolution/cameras/tamronHarrier/type/index.d.ts +37 -0
  1321. package/dist/samples/requests/devices/vehicles/revolution/cameras/tamronHarrier/type/index.js +81 -0
  1322. package/dist/samples/requests/devices/vehicles/revolution/cameras/tamronHarrier/version/index.d.ts +50 -0
  1323. package/dist/samples/requests/devices/vehicles/revolution/cameras/tamronHarrier/version/index.js +107 -0
  1324. package/dist/samples/requests/devices/vehicles/revolution/cameras/tamronHarrier/zoom/index.d.ts +73 -0
  1325. package/dist/samples/requests/devices/vehicles/revolution/cameras/tamronHarrier/zoom/index.js +154 -0
  1326. package/dist/samples/requests/devices/vehicles/revolution/core/index.d.ts +52 -0
  1327. package/dist/samples/requests/devices/vehicles/revolution/core/index.js +100 -0
  1328. package/dist/samples/requests/devices/vehicles/revolution/cpuTemp/index.d.ts +26 -0
  1329. package/dist/samples/requests/devices/vehicles/revolution/cpuTemp/index.js +87 -0
  1330. package/dist/samples/requests/devices/vehicles/revolution/depth/index.d.ts +26 -0
  1331. package/dist/samples/requests/devices/vehicles/revolution/depth/index.js +59 -0
  1332. package/dist/samples/requests/devices/vehicles/revolution/drive/index.d.ts +26 -0
  1333. package/dist/samples/requests/devices/vehicles/revolution/drive/index.js +60 -0
  1334. package/dist/samples/requests/devices/vehicles/revolution/grabber/index.d.ts +61 -0
  1335. package/dist/samples/requests/devices/vehicles/revolution/grabber/index.js +128 -0
  1336. package/dist/samples/requests/devices/vehicles/revolution/grabber/motorDiagnostics/index.d.ts +146 -0
  1337. package/dist/samples/requests/devices/vehicles/revolution/grabber/motorDiagnostics/index.js +252 -0
  1338. package/dist/samples/requests/devices/vehicles/revolution/heading/index.d.ts +26 -0
  1339. package/dist/samples/requests/devices/vehicles/revolution/heading/index.js +59 -0
  1340. package/dist/samples/requests/devices/vehicles/revolution/index.d.ts +55 -0
  1341. package/dist/samples/requests/devices/vehicles/revolution/index.js +109 -0
  1342. package/dist/samples/requests/devices/vehicles/revolution/ip/index.d.ts +27 -0
  1343. package/dist/samples/requests/devices/vehicles/revolution/ip/index.js +60 -0
  1344. package/dist/samples/requests/devices/vehicles/revolution/pitch/index.d.ts +42 -0
  1345. package/dist/samples/requests/devices/vehicles/revolution/pitch/index.js +83 -0
  1346. package/dist/samples/requests/devices/vehicles/revolution/roll/index.d.ts +42 -0
  1347. package/dist/samples/requests/devices/vehicles/revolution/roll/index.js +83 -0
  1348. package/dist/samples/requests/devices/vehicles/revolution/sensorPodLeak/index.d.ts +41 -0
  1349. package/dist/samples/requests/devices/vehicles/revolution/sensorPodLeak/index.js +82 -0
  1350. package/dist/samples/requests/devices/vehicles/revolution/thrusters/diagnostics/frontLeftThruster/index.d.ts +35 -0
  1351. package/dist/samples/requests/devices/vehicles/revolution/thrusters/diagnostics/frontLeftThruster/index.js +74 -0
  1352. package/dist/samples/requests/devices/vehicles/revolution/thrusters/diagnostics/frontRightThruster/index.d.ts +34 -0
  1353. package/dist/samples/requests/devices/vehicles/revolution/thrusters/diagnostics/frontRightThruster/index.js +73 -0
  1354. package/dist/samples/requests/devices/vehicles/revolution/thrusters/diagnostics/index.d.ts +6 -0
  1355. package/dist/samples/requests/devices/vehicles/revolution/thrusters/diagnostics/index.js +22 -0
  1356. package/dist/samples/requests/devices/vehicles/revolution/thrusters/diagnostics/rearLeftThruster/index.d.ts +36 -0
  1357. package/dist/samples/requests/devices/vehicles/revolution/thrusters/diagnostics/rearLeftThruster/index.js +75 -0
  1358. package/dist/samples/requests/devices/vehicles/revolution/thrusters/diagnostics/rearRightThruster/index.d.ts +34 -0
  1359. package/dist/samples/requests/devices/vehicles/revolution/thrusters/diagnostics/rearRightThruster/index.js +73 -0
  1360. package/dist/samples/requests/devices/vehicles/revolution/thrusters/diagnostics/verticalLeftThruster/index.d.ts +35 -0
  1361. package/dist/samples/requests/devices/vehicles/revolution/thrusters/diagnostics/verticalLeftThruster/index.js +74 -0
  1362. package/dist/samples/requests/devices/vehicles/revolution/thrusters/diagnostics/verticalRightThruster/index.d.ts +34 -0
  1363. package/dist/samples/requests/devices/vehicles/revolution/thrusters/diagnostics/verticalRightThruster/index.js +73 -0
  1364. package/dist/samples/requests/devices/vehicles/revolution/turns/index.d.ts +26 -0
  1365. package/dist/samples/requests/devices/vehicles/revolution/turns/index.js +59 -0
  1366. package/dist/samples/requests/devices/vehicles/revolution/usageTime/index.d.ts +41 -0
  1367. package/dist/samples/requests/devices/vehicles/revolution/usageTime/index.js +82 -0
  1368. package/dist/samples/requests/devices/vehicles/revolution/version/index.d.ts +54 -0
  1369. package/dist/samples/requests/devices/vehicles/revolution/version/index.js +103 -0
  1370. package/dist/samples/requests/devices/vehicles/revolution/waterTemp/index.d.ts +42 -0
  1371. package/dist/samples/requests/devices/vehicles/revolution/waterTemp/index.js +83 -0
  1372. package/dist/samples/requests/errors/index.d.ts +112 -0
  1373. package/dist/samples/requests/errors/index.js +96 -0
  1374. package/dist/samples/requests/index.d.ts +3 -0
  1375. package/dist/samples/requests/index.js +19 -0
  1376. package/dist/samples/server/index.d.ts +72 -0
  1377. package/dist/samples/server/index.js +143 -0
  1378. package/dist/samples/states/index.d.ts +68 -0
  1379. package/dist/samples/states/index.js +322 -0
  1380. package/dist/samples/swupdates/index.d.ts +39 -0
  1381. package/dist/samples/swupdates/index.js +98 -0
  1382. package/dist/schemas/schema.json +1918 -0
  1383. package/dist/types/clients/index.d.ts +119 -0
  1384. package/dist/types/clients/index.js +19 -0
  1385. package/dist/types/core/index.d.ts +193 -0
  1386. package/dist/types/core/index.js +164 -0
  1387. package/dist/types/devices/cameraHeads/a150CameraHead/index.d.ts +408 -0
  1388. package/dist/types/devices/cameraHeads/a150CameraHead/index.js +32 -0
  1389. package/dist/types/devices/cameraHeads/a200CameraHead/index.d.ts +396 -0
  1390. package/dist/types/devices/cameraHeads/a200CameraHead/index.js +18 -0
  1391. package/dist/types/devices/cameraHeads/core/index.d.ts +17 -0
  1392. package/dist/types/devices/cameraHeads/core/index.js +21 -0
  1393. package/dist/types/devices/cameraHeads/index.d.ts +20 -0
  1394. package/dist/types/devices/cameraHeads/index.js +20 -0
  1395. package/dist/types/devices/cameraHeads/tiltCameraHead/index.d.ts +239 -0
  1396. package/dist/types/devices/cameraHeads/tiltCameraHead/index.js +17 -0
  1397. package/dist/types/devices/cameras/core/index.d.ts +72 -0
  1398. package/dist/types/devices/cameras/core/index.js +48 -0
  1399. package/dist/types/devices/cameras/dtCam/index.d.ts +46 -0
  1400. package/dist/types/devices/cameras/dtCam/index.js +2 -0
  1401. package/dist/types/devices/cameras/index.d.ts +302 -0
  1402. package/dist/types/devices/cameras/index.js +20 -0
  1403. package/dist/types/devices/cameras/tamronHarrierZoomCamera/index.d.ts +258 -0
  1404. package/dist/types/devices/cameras/tamronHarrierZoomCamera/index.js +2 -0
  1405. package/dist/types/devices/cameras/types/index.d.ts +7 -0
  1406. package/dist/types/devices/cameras/types/index.js +2 -0
  1407. package/dist/types/devices/core/index.d.ts +195 -0
  1408. package/dist/types/devices/core/index.js +50 -0
  1409. package/dist/types/devices/index.d.ts +67 -0
  1410. package/dist/types/devices/index.js +43 -0
  1411. package/dist/types/devices/peripherals/index.d.ts +444 -0
  1412. package/dist/types/devices/peripherals/index.js +2 -0
  1413. package/dist/types/devices/reels/index.d.ts +39 -0
  1414. package/dist/types/devices/reels/index.js +27 -0
  1415. package/dist/types/devices/reels/manualReel/index.d.ts +11 -0
  1416. package/dist/types/devices/reels/manualReel/index.js +2 -0
  1417. package/dist/types/devices/reels/poweredReel/index.d.ts +86 -0
  1418. package/dist/types/devices/reels/poweredReel/index.js +2 -0
  1419. package/dist/types/devices/types/index.d.ts +8 -0
  1420. package/dist/types/devices/types/index.js +2 -0
  1421. package/dist/types/devices/vehicles/a150/core/index.d.ts +7 -0
  1422. package/dist/types/devices/vehicles/a150/core/index.js +11 -0
  1423. package/dist/types/devices/vehicles/a150/index.d.ts +258 -0
  1424. package/dist/types/devices/vehicles/a150/index.js +37 -0
  1425. package/dist/types/devices/vehicles/a200/core/index.d.ts +7 -0
  1426. package/dist/types/devices/vehicles/a200/core/index.js +11 -0
  1427. package/dist/types/devices/vehicles/a200/index.d.ts +258 -0
  1428. package/dist/types/devices/vehicles/a200/index.js +37 -0
  1429. package/dist/types/devices/vehicles/core/index.d.ts +3 -0
  1430. package/dist/types/devices/vehicles/core/index.js +2 -0
  1431. package/dist/types/devices/vehicles/crawlerDrive/index.d.ts +41 -0
  1432. package/dist/types/devices/vehicles/crawlerDrive/index.js +21 -0
  1433. package/dist/types/devices/vehicles/index.d.ts +23 -0
  1434. package/dist/types/devices/vehicles/index.js +22 -0
  1435. package/dist/types/devices/vehicles/pivot/core/index.d.ts +14 -0
  1436. package/dist/types/devices/vehicles/pivot/core/index.js +19 -0
  1437. package/dist/types/devices/vehicles/pivot/index.d.ts +448 -0
  1438. package/dist/types/devices/vehicles/pivot/index.js +17 -0
  1439. package/dist/types/devices/vehicles/revolution/core/index.d.ts +18 -0
  1440. package/dist/types/devices/vehicles/revolution/core/index.js +24 -0
  1441. package/dist/types/devices/vehicles/revolution/index.d.ts +413 -0
  1442. package/dist/types/devices/vehicles/revolution/index.js +17 -0
  1443. package/dist/types/devices/vehicles/rovDrive/index.d.ts +31 -0
  1444. package/dist/types/devices/vehicles/rovDrive/index.js +2 -0
  1445. package/dist/types/index.d.ts +6 -0
  1446. package/dist/types/index.js +22 -0
  1447. package/dist/types/schemas/index.d.ts +3 -0
  1448. package/dist/types/schemas/index.js +2 -0
  1449. package/dist/types/server/index.d.ts +182 -0
  1450. package/dist/types/server/index.js +28 -0
  1451. package/dist/types/swupdates/index.d.ts +134 -0
  1452. package/dist/types/swupdates/index.js +2 -0
  1453. package/package.json +49 -0
  1454. package/readme.md +523 -0
@@ -0,0 +1,73 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
14
+ if (k2 === undefined) k2 = k;
15
+ var desc = Object.getOwnPropertyDescriptor(m, k);
16
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
17
+ desc = { enumerable: true, get: function() { return m[k]; } };
18
+ }
19
+ Object.defineProperty(o, k2, desc);
20
+ }) : (function(o, m, k, k2) {
21
+ if (k2 === undefined) k2 = k;
22
+ o[k2] = m[k];
23
+ }));
24
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
25
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
26
+ };
27
+ Object.defineProperty(exports, "__esModule", { value: true });
28
+ exports.revolutionCamerasDeleteSample = exports.revolutionCamerasRequest = exports.revolutionCameraPayload = void 0;
29
+ var __1 = require("..");
30
+ var types_1 = require("../../../../../../types");
31
+ var core_1 = require("../../../../../core");
32
+ /**
33
+ *
34
+ * @param cameras
35
+ * @param revolutionId macAddress
36
+ * @returns BridgeBox
37
+ */
38
+ var revolutionCameraPayload = function (cameras, revolutionId) {
39
+ var _a;
40
+ if (revolutionId === void 0) { revolutionId = (0, core_1.macAddressId)(); }
41
+ return ({
42
+ devices: (_a = {},
43
+ _a[revolutionId] = __assign(__assign({}, (0, __1.getRevolutionDevice)()), { cameras: cameras }),
44
+ _a),
45
+ });
46
+ };
47
+ exports.revolutionCameraPayload = revolutionCameraPayload;
48
+ /**
49
+ * Creates a Revolution cameras request for samples.
50
+ *
51
+ * @param revolutionId macAddress
52
+ * @returns TransferPayload<BridgeBox>
53
+ */
54
+ var revolutionCamerasRequest = function (cameras, revolutionId, transferMethodType) {
55
+ if (revolutionId === void 0) { revolutionId = (0, core_1.macAddressId)(); }
56
+ if (transferMethodType === void 0) { transferMethodType = types_1.TransferMethodType.Delete; }
57
+ return (__assign(__assign({}, (0, core_1.getApiRequest)(transferMethodType)), { payload: __assign({}, (0, exports.revolutionCameraPayload)(cameras, revolutionId)) }));
58
+ };
59
+ exports.revolutionCamerasRequest = revolutionCamerasRequest;
60
+ /**
61
+ * Creates a Revolution cameras delete sample.
62
+ *
63
+ * @param cameras
64
+ * @param revolutionId macAddress
65
+ * @returns TransferPayload<BridgeBox>
66
+ * @outputSample requests/devices/vehicles/revolution/cameras
67
+ */
68
+ var revolutionCamerasDeleteSample = function (cameras, revolutionId) {
69
+ if (revolutionId === void 0) { revolutionId = (0, core_1.macAddressId)(); }
70
+ return (0, exports.revolutionCamerasRequest)(cameras, revolutionId);
71
+ };
72
+ exports.revolutionCamerasDeleteSample = revolutionCamerasDeleteSample;
73
+ __exportStar(require("./tamronHarrier"), exports);
@@ -0,0 +1,43 @@
1
+ import { BridgeBox, TransferMethodType, TransferPayload } from "../../../../a200";
2
+ /**
3
+ * Creates an **revolution camera brightness** payload.
4
+ *
5
+ * @param brightness brightness of the camera
6
+ * @param revolutionId mac address of the crawler
7
+ * @param cameraId mac address of the camera
8
+ *
9
+ * @returns BridgeBox
10
+ */
11
+ export declare const revolutionCameraBrightnessPayload: (brightness: number, revolutionId: string, cameraId: string) => BridgeBox;
12
+ /**
13
+ * Creates a sample revolution camera brightness request
14
+ *
15
+ * @param brightness
16
+ * @param revolutionId
17
+ * @returns TransferPayload<BridgeBox>
18
+ */
19
+ export declare const revolutionCameraBrightnessRequest: (brightness: number, revolutionId?: string, cameraId?: string, transferMethodType?: TransferMethodType) => TransferPayload<BridgeBox>;
20
+ /**
21
+ * Creates random camera brightness sample
22
+ *
23
+ * @param revolutionId
24
+ * @returns TransferPayload<BridgeBox>
25
+ * @outputSample requests/devices/vehicles/revolution/cameras/tamronHarrier/brightness
26
+ */
27
+ export declare const revolutionCameraBrightnessRandomSample: (revolutionId?: string, cameraId?: string) => TransferPayload<BridgeBox>;
28
+ /**
29
+ * Creates minimum camera brightness sample
30
+ *
31
+ * @param revolutionId
32
+ * @returns TransferPayload<BridgeBox>
33
+ * @outputSample requests/devices/vehicles/revolution/cameras/tamronHarrier/brightness
34
+ */
35
+ export declare const revolutionCameraBrightnessMinSample: (revolutionId?: string, cameraId?: string) => TransferPayload<BridgeBox>;
36
+ /**
37
+ * Creates maximum camera brightness sample
38
+ *
39
+ * @param revolutionId
40
+ * @returns TransferPayload<BridgeBox>
41
+ * @outputSample requests/devices/vehicles/revolution/cameras/tamronHarrier/brightness
42
+ */
43
+ export declare const revolutionCameraBrightnessMaxSample: (revolutionId?: string, cameraId?: string) => TransferPayload<BridgeBox>;
@@ -0,0 +1,90 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ Object.defineProperty(exports, "__esModule", { value: true });
14
+ exports.revolutionCameraBrightnessMaxSample = exports.revolutionCameraBrightnessMinSample = exports.revolutionCameraBrightnessRandomSample = exports.revolutionCameraBrightnessRequest = exports.revolutionCameraBrightnessPayload = void 0;
15
+ var __1 = require("../../..");
16
+ var core_1 = require("../../../../../../../core");
17
+ var a200_1 = require("../../../../a200");
18
+ /**
19
+ * Creates an **revolution camera brightness** payload.
20
+ *
21
+ * @param brightness brightness of the camera
22
+ * @param revolutionId mac address of the crawler
23
+ * @param cameraId mac address of the camera
24
+ *
25
+ * @returns BridgeBox
26
+ */
27
+ var revolutionCameraBrightnessPayload = function (brightness, revolutionId, cameraId) {
28
+ var _a, _b;
29
+ return ({
30
+ devices: (_a = {},
31
+ _a[revolutionId] = __assign(__assign({}, (0, __1.getRevolutionDevice)()), { cameras: (_b = {},
32
+ _b[cameraId] = __assign(__assign({}, (0, core_1.getTamronHarrierZoomCamera)()), { brightness: brightness }),
33
+ _b) }),
34
+ _a),
35
+ });
36
+ };
37
+ exports.revolutionCameraBrightnessPayload = revolutionCameraBrightnessPayload;
38
+ /**
39
+ * Creates a sample revolution camera brightness request
40
+ *
41
+ * @param brightness
42
+ * @param revolutionId
43
+ * @returns TransferPayload<BridgeBox>
44
+ */
45
+ var revolutionCameraBrightnessRequest = function (brightness, revolutionId, cameraId, transferMethodType) {
46
+ if (revolutionId === void 0) { revolutionId = (0, core_1.macAddressId)(); }
47
+ if (cameraId === void 0) { cameraId = (0, core_1.macAddressId)(); }
48
+ if (transferMethodType === void 0) { transferMethodType = a200_1.TransferMethodType.Set; }
49
+ return (__assign(__assign({}, (0, core_1.getApiRequest)(transferMethodType)), { payload: __assign({}, (0, exports.revolutionCameraBrightnessPayload)(brightness, revolutionId, cameraId)) }));
50
+ };
51
+ exports.revolutionCameraBrightnessRequest = revolutionCameraBrightnessRequest;
52
+ /**
53
+ * Creates random camera brightness sample
54
+ *
55
+ * @param revolutionId
56
+ * @returns TransferPayload<BridgeBox>
57
+ * @outputSample requests/devices/vehicles/revolution/cameras/tamronHarrier/brightness
58
+ */
59
+ var revolutionCameraBrightnessRandomSample = function (revolutionId, cameraId) {
60
+ if (revolutionId === void 0) { revolutionId = (0, core_1.macAddressId)(); }
61
+ if (cameraId === void 0) { cameraId = (0, core_1.macAddressId)(); }
62
+ return (0, exports.revolutionCameraBrightnessRequest)((0, core_1.r)(), revolutionId, cameraId);
63
+ };
64
+ exports.revolutionCameraBrightnessRandomSample = revolutionCameraBrightnessRandomSample;
65
+ /**
66
+ * Creates minimum camera brightness sample
67
+ *
68
+ * @param revolutionId
69
+ * @returns TransferPayload<BridgeBox>
70
+ * @outputSample requests/devices/vehicles/revolution/cameras/tamronHarrier/brightness
71
+ */
72
+ var revolutionCameraBrightnessMinSample = function (revolutionId, cameraId) {
73
+ if (revolutionId === void 0) { revolutionId = (0, core_1.macAddressId)(); }
74
+ if (cameraId === void 0) { cameraId = (0, core_1.macAddressId)(); }
75
+ return (0, exports.revolutionCameraBrightnessRequest)(0, revolutionId, cameraId);
76
+ };
77
+ exports.revolutionCameraBrightnessMinSample = revolutionCameraBrightnessMinSample;
78
+ /**
79
+ * Creates maximum camera brightness sample
80
+ *
81
+ * @param revolutionId
82
+ * @returns TransferPayload<BridgeBox>
83
+ * @outputSample requests/devices/vehicles/revolution/cameras/tamronHarrier/brightness
84
+ */
85
+ var revolutionCameraBrightnessMaxSample = function (revolutionId, cameraId) {
86
+ if (revolutionId === void 0) { revolutionId = (0, core_1.macAddressId)(); }
87
+ if (cameraId === void 0) { cameraId = (0, core_1.macAddressId)(); }
88
+ return (0, exports.revolutionCameraBrightnessRequest)(100, revolutionId, cameraId);
89
+ };
90
+ exports.revolutionCameraBrightnessMaxSample = revolutionCameraBrightnessMaxSample;
@@ -0,0 +1,58 @@
1
+ import { BridgeBox, TransferMethodType, TransferPayload } from "../../../../a200";
2
+ /**
3
+ * Creates an **revolution camera exposure** payload.
4
+ *
5
+ * @param exposure exposure of the camera
6
+ * @param revolutionId mac address of the crawler
7
+ * @param cameraId mac address of the camera
8
+ *
9
+ * @returns BridgeBox
10
+ */
11
+ export declare const revolutionCameraExposurePayload: (exposure: {
12
+ auto?: boolean;
13
+ value?: number;
14
+ }, revolutionId: string, cameraId: string) => BridgeBox;
15
+ /**
16
+ * Creates an **revolution camera exposure** request.
17
+ *
18
+ * @param auto
19
+ * @param value
20
+ * @param revolutionId
21
+ * @returns TransferPayload<BridgeBox>
22
+ */
23
+ export declare const revolutionCameraExposureRequest: (exposure: {
24
+ auto?: boolean;
25
+ value?: number;
26
+ }, revolutionId?: string, cameraId?: string, transferMethodType?: TransferMethodType) => TransferPayload<BridgeBox>;
27
+ /**
28
+ * Creates Auto camera exposure sample.
29
+ *
30
+ * @param revolutionId
31
+ * @returns TransferPayload<BridgeBox>
32
+ * @outputSample requests/devices/vehicles/revolution/cameras/tamronHarrier/exposure
33
+ */
34
+ export declare const revolutionCameraExposureAutoSample: (revolutionId?: string, cameraId?: string) => TransferPayload<BridgeBox>;
35
+ /**
36
+ * Creates random camera manual exposure sample.
37
+ *
38
+ * @param revolutionId
39
+ * @returns TransferPayload<BridgeBox>
40
+ * @outputSample requests/devices/vehicles/revolution/cameras/tamronHarrier/exposure
41
+ */
42
+ export declare const revolutionCameraExposureManualRandomSample: (revolutionId?: string, cameraId?: string) => TransferPayload<BridgeBox>;
43
+ /**
44
+ * Creates minimum camera manual exposure sample.
45
+ *
46
+ * @param revolutionId
47
+ * @returns TransferPayload<BridgeBox>
48
+ * @outputSample requests/devices/vehicles/revolution/cameras/tamronHarrier/exposure
49
+ */
50
+ export declare const revolutionCameraExposureManualMinSample: (revolutionId?: string, cameraId?: string) => TransferPayload<BridgeBox>;
51
+ /**
52
+ * Creates maximum camera manual exposure sample.
53
+ *
54
+ * @param revolutionId
55
+ * @returns TransferPayload<BridgeBox>
56
+ * @outputSample requests/devices/vehicles/revolution/cameras/tamronHarrier/exposure
57
+ */
58
+ export declare const revolutionCameraExposureManualMaxSample: (revolutionId?: string, cameraId?: string) => TransferPayload<BridgeBox>;
@@ -0,0 +1,104 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ Object.defineProperty(exports, "__esModule", { value: true });
14
+ exports.revolutionCameraExposureManualMaxSample = exports.revolutionCameraExposureManualMinSample = exports.revolutionCameraExposureManualRandomSample = exports.revolutionCameraExposureAutoSample = exports.revolutionCameraExposureRequest = exports.revolutionCameraExposurePayload = void 0;
15
+ var __1 = require("../../..");
16
+ var core_1 = require("../../../../../../../core");
17
+ var a200_1 = require("../../../../a200");
18
+ /**
19
+ * Creates an **revolution camera exposure** payload.
20
+ *
21
+ * @param exposure exposure of the camera
22
+ * @param revolutionId mac address of the crawler
23
+ * @param cameraId mac address of the camera
24
+ *
25
+ * @returns BridgeBox
26
+ */
27
+ var revolutionCameraExposurePayload = function (exposure, revolutionId, cameraId) {
28
+ var _a, _b;
29
+ return ({
30
+ devices: (_a = {},
31
+ _a[revolutionId] = __assign(__assign({}, (0, __1.getRevolutionDevice)()), { cameras: (_b = {},
32
+ _b[cameraId] = __assign(__assign({}, (0, core_1.getTamronHarrierZoomCamera)()), { exposure: exposure }),
33
+ _b) }),
34
+ _a),
35
+ });
36
+ };
37
+ exports.revolutionCameraExposurePayload = revolutionCameraExposurePayload;
38
+ /**
39
+ * Creates an **revolution camera exposure** request.
40
+ *
41
+ * @param auto
42
+ * @param value
43
+ * @param revolutionId
44
+ * @returns TransferPayload<BridgeBox>
45
+ */
46
+ var revolutionCameraExposureRequest = function (exposure, revolutionId, cameraId, transferMethodType) {
47
+ if (revolutionId === void 0) { revolutionId = (0, core_1.macAddressId)(); }
48
+ if (cameraId === void 0) { cameraId = (0, core_1.macAddressId)(); }
49
+ if (transferMethodType === void 0) { transferMethodType = a200_1.TransferMethodType.Set; }
50
+ return (__assign(__assign({}, (0, core_1.getApiRequest)(transferMethodType)), { payload: __assign({}, (0, exports.revolutionCameraExposurePayload)(exposure, revolutionId, cameraId)) }));
51
+ };
52
+ exports.revolutionCameraExposureRequest = revolutionCameraExposureRequest;
53
+ /**
54
+ * Creates Auto camera exposure sample.
55
+ *
56
+ * @param revolutionId
57
+ * @returns TransferPayload<BridgeBox>
58
+ * @outputSample requests/devices/vehicles/revolution/cameras/tamronHarrier/exposure
59
+ */
60
+ var revolutionCameraExposureAutoSample = function (revolutionId, cameraId) {
61
+ if (revolutionId === void 0) { revolutionId = (0, core_1.macAddressId)(); }
62
+ if (cameraId === void 0) { cameraId = (0, core_1.macAddressId)(); }
63
+ return (0, exports.revolutionCameraExposureRequest)({ auto: true, value: (0, core_1.r)(0, 15) }, revolutionId, cameraId);
64
+ };
65
+ exports.revolutionCameraExposureAutoSample = revolutionCameraExposureAutoSample;
66
+ /**
67
+ * Creates random camera manual exposure sample.
68
+ *
69
+ * @param revolutionId
70
+ * @returns TransferPayload<BridgeBox>
71
+ * @outputSample requests/devices/vehicles/revolution/cameras/tamronHarrier/exposure
72
+ */
73
+ var revolutionCameraExposureManualRandomSample = function (revolutionId, cameraId) {
74
+ if (revolutionId === void 0) { revolutionId = (0, core_1.macAddressId)(); }
75
+ if (cameraId === void 0) { cameraId = (0, core_1.macAddressId)(); }
76
+ return (0, exports.revolutionCameraExposureRequest)({ auto: false, value: (0, core_1.r)(0, 15) }, revolutionId, cameraId);
77
+ };
78
+ exports.revolutionCameraExposureManualRandomSample = revolutionCameraExposureManualRandomSample;
79
+ /**
80
+ * Creates minimum camera manual exposure sample.
81
+ *
82
+ * @param revolutionId
83
+ * @returns TransferPayload<BridgeBox>
84
+ * @outputSample requests/devices/vehicles/revolution/cameras/tamronHarrier/exposure
85
+ */
86
+ var revolutionCameraExposureManualMinSample = function (revolutionId, cameraId) {
87
+ if (revolutionId === void 0) { revolutionId = (0, core_1.macAddressId)(); }
88
+ if (cameraId === void 0) { cameraId = (0, core_1.macAddressId)(); }
89
+ return (0, exports.revolutionCameraExposureRequest)({ auto: false, value: 0 }, revolutionId, cameraId);
90
+ };
91
+ exports.revolutionCameraExposureManualMinSample = revolutionCameraExposureManualMinSample;
92
+ /**
93
+ * Creates maximum camera manual exposure sample.
94
+ *
95
+ * @param revolutionId
96
+ * @returns TransferPayload<BridgeBox>
97
+ * @outputSample requests/devices/vehicles/revolution/cameras/tamronHarrier/exposure
98
+ */
99
+ var revolutionCameraExposureManualMaxSample = function (revolutionId, cameraId) {
100
+ if (revolutionId === void 0) { revolutionId = (0, core_1.macAddressId)(); }
101
+ if (cameraId === void 0) { cameraId = (0, core_1.macAddressId)(); }
102
+ return (0, exports.revolutionCameraExposureRequest)({ auto: false, value: 15 }, revolutionId, cameraId);
103
+ };
104
+ exports.revolutionCameraExposureManualMaxSample = revolutionCameraExposureManualMaxSample;
@@ -0,0 +1,85 @@
1
+ import { Rate, BridgeBox, TransferMethodType, TransferPayload } from "../../../../a200";
2
+ /**
3
+ * Creates an **revolution camera focus** payload.
4
+ *
5
+ * @param focus focus of the camera
6
+ * @param revolutionId mac address of the crawler
7
+ * @param cameraId mac address of the camera
8
+ *
9
+ * @returns BridgeBox
10
+ */
11
+ export declare const revolutionCameraFocusPayload: (focus: {
12
+ auto?: boolean;
13
+ value?: number;
14
+ rate?: Rate;
15
+ }, revolutionId: string, cameraId: string) => BridgeBox;
16
+ /**
17
+ * Creates an revolution camera focus request for samples.
18
+ *
19
+ * @param auto
20
+ * @param value
21
+ * @param rate
22
+ * @param revolutionId
23
+ * @returns TransferPayload<BridgeBox>
24
+ */
25
+ export declare const revolutionCameraFocusRequest: (focus: {
26
+ auto?: boolean;
27
+ value?: number;
28
+ rate?: Rate;
29
+ }, revolutionId?: string, cameraId?: string, transferMethodType?: TransferMethodType) => TransferPayload<BridgeBox>;
30
+ /**
31
+ * Creates auto focus sample update
32
+ *
33
+ * @param revolutionId
34
+ * @returns TransferPayload<BridgeBox>
35
+ * @outputSample requests/devices/vehicles/revolution/cameras/tamronHarrier/focus
36
+ */
37
+ export declare const revolutionCameraFocusAutoSample: (revolutionId?: string, cameraId?: string) => TransferPayload<BridgeBox>;
38
+ /**
39
+ * Creates random manual focus sample update
40
+ *
41
+ * @param revolutionId
42
+ * @returns TransferPayload<BridgeBox>
43
+ * @outputSample requests/devices/vehicles/revolution/cameras/tamronHarrier/focus
44
+ */
45
+ export declare const revolutionCameraFocusManualRandomSample: (revolutionId?: string, cameraId?: string) => TransferPayload<BridgeBox>;
46
+ /**
47
+ * Creates manual focus min sample update
48
+ *
49
+ * @param revolutionId
50
+ * @returns TransferPayload<BridgeBox>
51
+ * @outputSample requests/devices/vehicles/revolution/cameras/tamronHarrier/focus
52
+ */
53
+ export declare const revolutionCameraFocusManualMinSample: (revolutionId?: string, cameraId?: string) => TransferPayload<BridgeBox>;
54
+ /**
55
+ * Creates manual focus max sample update
56
+ *
57
+ * @param revolutionId
58
+ * @returns TransferPayload<BridgeBox>
59
+ * @outputSample requests/devices/vehicles/revolution/cameras/tamronHarrier/focus
60
+ */
61
+ export declare const revolutionCameraFocusManualMaxSample: (revolutionId?: string, cameraId?: string) => TransferPayload<BridgeBox>;
62
+ /**
63
+ * Creates focus rate steady sample update
64
+ *
65
+ * @param revolutionId
66
+ * @returns TransferPayload<BridgeBox>
67
+ * @outputSample requests/devices/vehicles/revolution/cameras/tamronHarrier/focus
68
+ */
69
+ export declare const revolutionCameraFocusRateStaticSample: (revolutionId?: string, cameraId?: string) => TransferPayload<BridgeBox>;
70
+ /**
71
+ * Creates focus rate decrease sample update
72
+ *
73
+ * @param revolutionId
74
+ * @returns TransferPayload<BridgeBox>
75
+ * @outputSample requests/devices/vehicles/revolution/cameras/tamronHarrier/focus
76
+ */
77
+ export declare const revolutionCameraFocusRateDecreaseSample: (revolutionId?: string, cameraId?: string) => TransferPayload<BridgeBox>;
78
+ /**
79
+ * Creates focus rate increase sample update
80
+ *
81
+ * @param revolutionId
82
+ * @returns TransferPayload<BridgeBox>
83
+ * @outputSample requests/devices/vehicles/revolution/cameras/tamronHarrier/focus
84
+ */
85
+ export declare const revolutionCameraFocusRateIncreaseSample: (revolutionId?: string, cameraId?: string) => TransferPayload<BridgeBox>;
@@ -0,0 +1,144 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ Object.defineProperty(exports, "__esModule", { value: true });
14
+ exports.revolutionCameraFocusRateIncreaseSample = exports.revolutionCameraFocusRateDecreaseSample = exports.revolutionCameraFocusRateStaticSample = exports.revolutionCameraFocusManualMaxSample = exports.revolutionCameraFocusManualMinSample = exports.revolutionCameraFocusManualRandomSample = exports.revolutionCameraFocusAutoSample = exports.revolutionCameraFocusRequest = exports.revolutionCameraFocusPayload = void 0;
15
+ var __1 = require("../../..");
16
+ var core_1 = require("../../../../../../../core");
17
+ var a200_1 = require("../../../../a200");
18
+ /**
19
+ * Creates an **revolution camera focus** payload.
20
+ *
21
+ * @param focus focus of the camera
22
+ * @param revolutionId mac address of the crawler
23
+ * @param cameraId mac address of the camera
24
+ *
25
+ * @returns BridgeBox
26
+ */
27
+ var revolutionCameraFocusPayload = function (focus, revolutionId, cameraId) {
28
+ var _a, _b;
29
+ return ({
30
+ devices: (_a = {},
31
+ _a[revolutionId] = __assign(__assign({}, (0, __1.getRevolutionDevice)()), { cameras: (_b = {},
32
+ _b[cameraId] = __assign(__assign({}, (0, core_1.getTamronHarrierZoomCamera)()), { focus: focus }),
33
+ _b) }),
34
+ _a),
35
+ });
36
+ };
37
+ exports.revolutionCameraFocusPayload = revolutionCameraFocusPayload;
38
+ /**
39
+ * Creates an revolution camera focus request for samples.
40
+ *
41
+ * @param auto
42
+ * @param value
43
+ * @param rate
44
+ * @param revolutionId
45
+ * @returns TransferPayload<BridgeBox>
46
+ */
47
+ var revolutionCameraFocusRequest = function (focus, revolutionId, cameraId, transferMethodType) {
48
+ if (revolutionId === void 0) { revolutionId = (0, core_1.macAddressId)(); }
49
+ if (cameraId === void 0) { cameraId = (0, core_1.macAddressId)(); }
50
+ if (transferMethodType === void 0) { transferMethodType = a200_1.TransferMethodType.Set; }
51
+ return (__assign(__assign({}, (0, core_1.getApiRequest)(transferMethodType)), { payload: __assign({}, (0, exports.revolutionCameraFocusPayload)(focus, revolutionId, cameraId)) }));
52
+ };
53
+ exports.revolutionCameraFocusRequest = revolutionCameraFocusRequest;
54
+ /**
55
+ * Creates auto focus sample update
56
+ *
57
+ * @param revolutionId
58
+ * @returns TransferPayload<BridgeBox>
59
+ * @outputSample requests/devices/vehicles/revolution/cameras/tamronHarrier/focus
60
+ */
61
+ var revolutionCameraFocusAutoSample = function (revolutionId, cameraId) {
62
+ if (revolutionId === void 0) { revolutionId = (0, core_1.macAddressId)(); }
63
+ if (cameraId === void 0) { cameraId = (0, core_1.macAddressId)(); }
64
+ return (0, exports.revolutionCameraFocusRequest)({ auto: true, value: (0, core_1.r)(0, 100), rate: (0, core_1.randomRate)() }, revolutionId, cameraId);
65
+ };
66
+ exports.revolutionCameraFocusAutoSample = revolutionCameraFocusAutoSample;
67
+ /**
68
+ * Creates random manual focus sample update
69
+ *
70
+ * @param revolutionId
71
+ * @returns TransferPayload<BridgeBox>
72
+ * @outputSample requests/devices/vehicles/revolution/cameras/tamronHarrier/focus
73
+ */
74
+ var revolutionCameraFocusManualRandomSample = function (revolutionId, cameraId) {
75
+ if (revolutionId === void 0) { revolutionId = (0, core_1.macAddressId)(); }
76
+ if (cameraId === void 0) { cameraId = (0, core_1.macAddressId)(); }
77
+ return (0, exports.revolutionCameraFocusRequest)({ auto: false, value: (0, core_1.r)(0, 100), rate: (0, core_1.randomRate)() }, revolutionId, cameraId);
78
+ };
79
+ exports.revolutionCameraFocusManualRandomSample = revolutionCameraFocusManualRandomSample;
80
+ /**
81
+ * Creates manual focus min sample update
82
+ *
83
+ * @param revolutionId
84
+ * @returns TransferPayload<BridgeBox>
85
+ * @outputSample requests/devices/vehicles/revolution/cameras/tamronHarrier/focus
86
+ */
87
+ var revolutionCameraFocusManualMinSample = function (revolutionId, cameraId) {
88
+ if (revolutionId === void 0) { revolutionId = (0, core_1.macAddressId)(); }
89
+ if (cameraId === void 0) { cameraId = (0, core_1.macAddressId)(); }
90
+ return (0, exports.revolutionCameraFocusRequest)({ auto: false, value: 0, rate: (0, core_1.randomRate)() }, revolutionId, cameraId);
91
+ };
92
+ exports.revolutionCameraFocusManualMinSample = revolutionCameraFocusManualMinSample;
93
+ /**
94
+ * Creates manual focus max sample update
95
+ *
96
+ * @param revolutionId
97
+ * @returns TransferPayload<BridgeBox>
98
+ * @outputSample requests/devices/vehicles/revolution/cameras/tamronHarrier/focus
99
+ */
100
+ var revolutionCameraFocusManualMaxSample = function (revolutionId, cameraId) {
101
+ if (revolutionId === void 0) { revolutionId = (0, core_1.macAddressId)(); }
102
+ if (cameraId === void 0) { cameraId = (0, core_1.macAddressId)(); }
103
+ return (0, exports.revolutionCameraFocusRequest)({ auto: false, value: 100, rate: (0, core_1.randomRate)() }, revolutionId);
104
+ };
105
+ exports.revolutionCameraFocusManualMaxSample = revolutionCameraFocusManualMaxSample;
106
+ /**
107
+ * Creates focus rate steady sample update
108
+ *
109
+ * @param revolutionId
110
+ * @returns TransferPayload<BridgeBox>
111
+ * @outputSample requests/devices/vehicles/revolution/cameras/tamronHarrier/focus
112
+ */
113
+ var revolutionCameraFocusRateStaticSample = function (revolutionId, cameraId) {
114
+ if (revolutionId === void 0) { revolutionId = (0, core_1.macAddressId)(); }
115
+ if (cameraId === void 0) { cameraId = (0, core_1.macAddressId)(); }
116
+ return (0, exports.revolutionCameraFocusRequest)({ auto: (0, core_1.randomBoolean)(), value: (0, core_1.r)(0, 100), rate: 0 }, revolutionId, cameraId);
117
+ };
118
+ exports.revolutionCameraFocusRateStaticSample = revolutionCameraFocusRateStaticSample;
119
+ /**
120
+ * Creates focus rate decrease sample update
121
+ *
122
+ * @param revolutionId
123
+ * @returns TransferPayload<BridgeBox>
124
+ * @outputSample requests/devices/vehicles/revolution/cameras/tamronHarrier/focus
125
+ */
126
+ var revolutionCameraFocusRateDecreaseSample = function (revolutionId, cameraId) {
127
+ if (revolutionId === void 0) { revolutionId = (0, core_1.macAddressId)(); }
128
+ if (cameraId === void 0) { cameraId = (0, core_1.macAddressId)(); }
129
+ return (0, exports.revolutionCameraFocusRequest)({ auto: (0, core_1.randomBoolean)(), value: (0, core_1.r)(0, 100), rate: -1 }, revolutionId, cameraId);
130
+ };
131
+ exports.revolutionCameraFocusRateDecreaseSample = revolutionCameraFocusRateDecreaseSample;
132
+ /**
133
+ * Creates focus rate increase sample update
134
+ *
135
+ * @param revolutionId
136
+ * @returns TransferPayload<BridgeBox>
137
+ * @outputSample requests/devices/vehicles/revolution/cameras/tamronHarrier/focus
138
+ */
139
+ var revolutionCameraFocusRateIncreaseSample = function (revolutionId, cameraId) {
140
+ if (revolutionId === void 0) { revolutionId = (0, core_1.macAddressId)(); }
141
+ if (cameraId === void 0) { cameraId = (0, core_1.macAddressId)(); }
142
+ return (0, exports.revolutionCameraFocusRequest)({ auto: (0, core_1.randomBoolean)(), value: (0, core_1.r)(0, 100), rate: 1 }, revolutionId, cameraId);
143
+ };
144
+ exports.revolutionCameraFocusRateIncreaseSample = revolutionCameraFocusRateIncreaseSample;
@@ -0,0 +1,11 @@
1
+ export * from "./brightness";
2
+ export * from "./exposure";
3
+ export * from "./focus";
4
+ export * from "./ip";
5
+ export * from "./saturation";
6
+ export * from "./sharpness";
7
+ export * from "./streams";
8
+ export * from "./tamronHarrierZoomCamera";
9
+ export * from "./type";
10
+ export * from "./version";
11
+ export * from "./zoom";
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./brightness"), exports);
18
+ __exportStar(require("./exposure"), exports);
19
+ __exportStar(require("./focus"), exports);
20
+ __exportStar(require("./ip"), exports);
21
+ __exportStar(require("./saturation"), exports);
22
+ __exportStar(require("./sharpness"), exports);
23
+ __exportStar(require("./streams"), exports);
24
+ __exportStar(require("./tamronHarrierZoomCamera"), exports);
25
+ __exportStar(require("./type"), exports);
26
+ __exportStar(require("./version"), exports);
27
+ __exportStar(require("./zoom"), exports);
@@ -0,0 +1,28 @@
1
+ import { BridgeBox, TransferMethodType, TransferPayload } from "../../../../a200";
2
+ /**
3
+ * Creates an revolution camera ip address payload.
4
+ *
5
+ * @param ip ip of the camera
6
+ * @param revolutionId mac address of the crawler
7
+ * @param cameraId mac address of the camera
8
+ *
9
+ * @returns BridgeBox
10
+ */
11
+ export declare const revolutionCameraIpPayload: (ip: string, revolutionId: string, cameraId: string) => BridgeBox;
12
+ /**
13
+ * Creates an revolution camera ip address request.
14
+ *
15
+ * @param ip
16
+ * @param revolutionId
17
+ * @param transferMethodType
18
+ *
19
+ * @returns TransferPayload<BridgeBox>
20
+ */
21
+ export declare const revolutionCameraIpRequest: (ip: string, revolutionId?: string, cameraId?: string, transferMethodType?: TransferMethodType) => TransferPayload<BridgeBox>;
22
+ /**
23
+ * Creates an revolution camera Ip random sample.
24
+ * @param revolutionId
25
+ * @returns transferMethodType
26
+ * @outputSample requests/devices/vehicles/revolution/cameras/tamronHarrier/ip
27
+ */
28
+ export declare const revolutionCameraIpRandomSample: (revolutionId?: string, cameraId?: string) => TransferPayload<BridgeBox>;