@ourskyai/node_platform-api 1.4.158 → 1.4.188

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 (48) hide show
  1. package/.openapi-generator/FILES +12 -1
  2. package/README.md +24 -4
  3. package/api.ts +1057 -50
  4. package/base.ts +1 -1
  5. package/common.ts +1 -1
  6. package/configuration.ts +1 -1
  7. package/dist/api.d.ts +593 -39
  8. package/dist/api.js +691 -31
  9. package/dist/base.d.ts +1 -1
  10. package/dist/base.js +1 -1
  11. package/dist/common.d.ts +1 -1
  12. package/dist/common.js +1 -1
  13. package/dist/configuration.d.ts +1 -1
  14. package/dist/configuration.js +1 -1
  15. package/dist/esm/api.d.ts +593 -39
  16. package/dist/esm/api.js +690 -30
  17. package/dist/esm/base.d.ts +1 -1
  18. package/dist/esm/base.js +1 -1
  19. package/dist/esm/common.d.ts +1 -1
  20. package/dist/esm/common.js +1 -1
  21. package/dist/esm/configuration.d.ts +1 -1
  22. package/dist/esm/configuration.js +1 -1
  23. package/dist/esm/index.d.ts +1 -1
  24. package/dist/esm/index.js +1 -1
  25. package/dist/index.d.ts +1 -1
  26. package/dist/index.js +1 -1
  27. package/docs/DefaultApi.md +506 -9
  28. package/docs/OpticalTrainComponentType.md +17 -0
  29. package/docs/SystemEventData.md +4 -0
  30. package/docs/V1CreateOpticalTrainRequest.md +31 -0
  31. package/docs/V1MotorStatus.md +2 -0
  32. package/docs/V1OpticalTrain.md +31 -0
  33. package/docs/V1OpticalTrainStatus.md +31 -0
  34. package/docs/V1OpticalTrainStatuses.md +21 -0
  35. package/docs/V1OpticalTrains.md +21 -0
  36. package/docs/V1OpticalTubeCoverSelectorRequest.md +3 -3
  37. package/docs/V1OpticalTubeStatus.md +1 -1
  38. package/docs/{V1OpticalTubeTemperatureSensorStatuses.md → V1OpticalTubeTemperatureSensorGroupStatus.md} +6 -4
  39. package/docs/V1OpticalTubeTemperatureSensorGroupStatuses.md +21 -0
  40. package/docs/V1SystemMetricsCollection.md +1 -1
  41. package/docs/V1TaskType.md +3 -1
  42. package/docs/V1UnassociatedOpticalTrainComponent.md +23 -0
  43. package/docs/V1UnassociatedOpticalTrainComponents.md +21 -0
  44. package/docs/V1UpdateOpticalTrainRequest.md +31 -0
  45. package/docs/V2SystemEventType.md +4 -0
  46. package/docs/V2SystemStatus.md +37 -0
  47. package/index.ts +1 -1
  48. package/package.json +1 -1
@@ -2,7 +2,7 @@
2
2
  * OurSky
3
3
  * Node Platform API The Node Platform API enables a customer to directly command their ground station either directly via IP address, via the self hosted C2 platform, or routed transparently via the Observable Space cloud platform. Node Platform APIs offer every endpoint a customer might need in order to slew their scope, perform diagnostics, capture images, and much more. Are we missing a feature you need? Drop us a line at support@observable.space.
4
4
  *
5
- * The version of the OpenAPI document: 1.4.158
5
+ * The version of the OpenAPI document: 1.4.188
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/esm/base.js CHANGED
@@ -4,7 +4,7 @@
4
4
  * OurSky
5
5
  * Node Platform API The Node Platform API enables a customer to directly command their ground station either directly via IP address, via the self hosted C2 platform, or routed transparently via the Observable Space cloud platform. Node Platform APIs offer every endpoint a customer might need in order to slew their scope, perform diagnostics, capture images, and much more. Are we missing a feature you need? Drop us a line at support@observable.space.
6
6
  *
7
- * The version of the OpenAPI document: 1.4.158
7
+ * The version of the OpenAPI document: 1.4.188
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * OurSky
3
3
  * Node Platform API The Node Platform API enables a customer to directly command their ground station either directly via IP address, via the self hosted C2 platform, or routed transparently via the Observable Space cloud platform. Node Platform APIs offer every endpoint a customer might need in order to slew their scope, perform diagnostics, capture images, and much more. Are we missing a feature you need? Drop us a line at support@observable.space.
4
4
  *
5
- * The version of the OpenAPI document: 1.4.158
5
+ * The version of the OpenAPI document: 1.4.188
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * OurSky
5
5
  * Node Platform API The Node Platform API enables a customer to directly command their ground station either directly via IP address, via the self hosted C2 platform, or routed transparently via the Observable Space cloud platform. Node Platform APIs offer every endpoint a customer might need in order to slew their scope, perform diagnostics, capture images, and much more. Are we missing a feature you need? Drop us a line at support@observable.space.
6
6
  *
7
- * The version of the OpenAPI document: 1.4.158
7
+ * The version of the OpenAPI document: 1.4.188
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * OurSky
3
3
  * Node Platform API The Node Platform API enables a customer to directly command their ground station either directly via IP address, via the self hosted C2 platform, or routed transparently via the Observable Space cloud platform. Node Platform APIs offer every endpoint a customer might need in order to slew their scope, perform diagnostics, capture images, and much more. Are we missing a feature you need? Drop us a line at support@observable.space.
4
4
  *
5
- * The version of the OpenAPI document: 1.4.158
5
+ * The version of the OpenAPI document: 1.4.188
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -3,7 +3,7 @@
3
3
  * OurSky
4
4
  * Node Platform API The Node Platform API enables a customer to directly command their ground station either directly via IP address, via the self hosted C2 platform, or routed transparently via the Observable Space cloud platform. Node Platform APIs offer every endpoint a customer might need in order to slew their scope, perform diagnostics, capture images, and much more. Are we missing a feature you need? Drop us a line at support@observable.space.
5
5
  *
6
- * The version of the OpenAPI document: 1.4.158
6
+ * The version of the OpenAPI document: 1.4.188
7
7
  *
8
8
  *
9
9
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * OurSky
3
3
  * Node Platform API The Node Platform API enables a customer to directly command their ground station either directly via IP address, via the self hosted C2 platform, or routed transparently via the Observable Space cloud platform. Node Platform APIs offer every endpoint a customer might need in order to slew their scope, perform diagnostics, capture images, and much more. Are we missing a feature you need? Drop us a line at support@observable.space.
4
4
  *
5
- * The version of the OpenAPI document: 1.4.158
5
+ * The version of the OpenAPI document: 1.4.188
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/esm/index.js CHANGED
@@ -4,7 +4,7 @@
4
4
  * OurSky
5
5
  * Node Platform API The Node Platform API enables a customer to directly command their ground station either directly via IP address, via the self hosted C2 platform, or routed transparently via the Observable Space cloud platform. Node Platform APIs offer every endpoint a customer might need in order to slew their scope, perform diagnostics, capture images, and much more. Are we missing a feature you need? Drop us a line at support@observable.space.
6
6
  *
7
- * The version of the OpenAPI document: 1.4.158
7
+ * The version of the OpenAPI document: 1.4.188
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/index.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * OurSky
3
3
  * Node Platform API The Node Platform API enables a customer to directly command their ground station either directly via IP address, via the self hosted C2 platform, or routed transparently via the Observable Space cloud platform. Node Platform APIs offer every endpoint a customer might need in order to slew their scope, perform diagnostics, capture images, and much more. Are we missing a feature you need? Drop us a line at support@observable.space.
4
4
  *
5
- * The version of the OpenAPI document: 1.4.158
5
+ * The version of the OpenAPI document: 1.4.188
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/index.js CHANGED
@@ -5,7 +5,7 @@
5
5
  * OurSky
6
6
  * Node Platform API The Node Platform API enables a customer to directly command their ground station either directly via IP address, via the self hosted C2 platform, or routed transparently via the Observable Space cloud platform. Node Platform APIs offer every endpoint a customer might need in order to slew their scope, perform diagnostics, capture images, and much more. Are we missing a feature you need? Drop us a line at support@observable.space.
7
7
  *
8
- * The version of the OpenAPI document: 1.4.158
8
+ * The version of the OpenAPI document: 1.4.188
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).