@ourskyai/node_platform-api 1.4.123 → 1.4.127

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @ourskyai/node_platform-api@1.4.123
1
+ ## @ourskyai/node_platform-api@1.4.127
2
2
 
3
3
  This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
4
4
 
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
36
36
  _published:_
37
37
 
38
38
  ```
39
- npm install @ourskyai/node_platform-api@1.4.123 --save
39
+ npm install @ourskyai/node_platform-api@1.4.127 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
package/api.ts 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.123
7
+ * The version of the OpenAPI document: 1.4.127
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1708,11 +1708,11 @@ export interface UpdateSystemSettingsEventData {
1708
1708
  */
1709
1709
  export interface V1AddMountModelPointHereRequest {
1710
1710
  /**
1711
- * Plate-solved declination at the mount current mechanical position in degrees (J2000 epoch). Range is -90 to +90 degrees.
1711
+ * Manually Provided declination at the mount current mechanical position in degrees (J2000 epoch). Range is -90 to +90 degrees.
1712
1712
  */
1713
1713
  'decDegrees': number;
1714
1714
  /**
1715
- * Plate-solved right ascension at the mount current mechanical position in degrees (J2000 epoch). Range is 0 to 360 degrees.
1715
+ * Manually Provided right ascension at the mount current mechanical position in degrees (J2000 epoch). Range is 0 to 360 degrees.
1716
1716
  */
1717
1717
  'raDegrees': number;
1718
1718
  }
@@ -5431,7 +5431,7 @@ export interface WeatherStationStatusUpdated {
5431
5431
  export const DefaultApiAxiosParamCreator = function (configuration?: Configuration) {
5432
5432
  return {
5433
5433
  /**
5434
- * Adds a single manual calibration point to the pointing model. The node pairs the supplied plate-solved J2000 right ascension and declination with the mount current mechanical position to record a new correction point. Use this to refine the model with a known sky position without running a full automated survey. Returns an empty success response when the point is added.
5434
+ * Adds a single manual calibration point to the pointing model. The node pairs the supplied plate-solved J2000 right ascension and declination with the mount current mechanical position and center of frame to record a new correction point. Use this to refine the model with a known sky position without running a full automated survey. Returns an empty success response when the point is added.
5435
5435
  * @param {V1AddMountModelPointHereRequest} v1AddMountModelPointHereRequest
5436
5436
  * @param {string} [lineageId] Lineage ID required when requesting data from the cloud platform
5437
5437
  * @param {*} [options] Override http request option.
@@ -13733,7 +13733,7 @@ export const DefaultApiFp = function(configuration?: Configuration) {
13733
13733
  const localVarAxiosParamCreator = DefaultApiAxiosParamCreator(configuration)
13734
13734
  return {
13735
13735
  /**
13736
- * Adds a single manual calibration point to the pointing model. The node pairs the supplied plate-solved J2000 right ascension and declination with the mount current mechanical position to record a new correction point. Use this to refine the model with a known sky position without running a full automated survey. Returns an empty success response when the point is added.
13736
+ * Adds a single manual calibration point to the pointing model. The node pairs the supplied plate-solved J2000 right ascension and declination with the mount current mechanical position and center of frame to record a new correction point. Use this to refine the model with a known sky position without running a full automated survey. Returns an empty success response when the point is added.
13737
13737
  * @param {V1AddMountModelPointHereRequest} v1AddMountModelPointHereRequest
13738
13738
  * @param {string} [lineageId] Lineage ID required when requesting data from the cloud platform
13739
13739
  * @param {*} [options] Override http request option.
@@ -16173,7 +16173,7 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
16173
16173
  const localVarFp = DefaultApiFp(configuration)
16174
16174
  return {
16175
16175
  /**
16176
- * Adds a single manual calibration point to the pointing model. The node pairs the supplied plate-solved J2000 right ascension and declination with the mount current mechanical position to record a new correction point. Use this to refine the model with a known sky position without running a full automated survey. Returns an empty success response when the point is added.
16176
+ * Adds a single manual calibration point to the pointing model. The node pairs the supplied plate-solved J2000 right ascension and declination with the mount current mechanical position and center of frame to record a new correction point. Use this to refine the model with a known sky position without running a full automated survey. Returns an empty success response when the point is added.
16177
16177
  * @param {DefaultApiV1AddMountModelPointHereRequest} requestParameters Request parameters.
16178
16178
  * @param {*} [options] Override http request option.
16179
16179
  * @throws {RequiredError}
@@ -20221,7 +20221,7 @@ export interface DefaultApiV2TurnOnRelayRequest {
20221
20221
  */
20222
20222
  export class DefaultApi extends BaseAPI {
20223
20223
  /**
20224
- * Adds a single manual calibration point to the pointing model. The node pairs the supplied plate-solved J2000 right ascension and declination with the mount current mechanical position to record a new correction point. Use this to refine the model with a known sky position without running a full automated survey. Returns an empty success response when the point is added.
20224
+ * Adds a single manual calibration point to the pointing model. The node pairs the supplied plate-solved J2000 right ascension and declination with the mount current mechanical position and center of frame to record a new correction point. Use this to refine the model with a known sky position without running a full automated survey. Returns an empty success response when the point is added.
20225
20225
  * @param {DefaultApiV1AddMountModelPointHereRequest} requestParameters Request parameters.
20226
20226
  * @param {*} [options] Override http request option.
20227
20227
  * @throws {RequiredError}
package/base.ts 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.123
7
+ * The version of the OpenAPI document: 1.4.127
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/common.ts 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.123
7
+ * The version of the OpenAPI document: 1.4.127
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/configuration.ts CHANGED
@@ -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.123
6
+ * The version of the OpenAPI document: 1.4.127
7
7
  *
8
8
  *
9
9
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/api.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.123
5
+ * The version of the OpenAPI document: 1.4.127
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1588,11 +1588,11 @@ export interface UpdateSystemSettingsEventData {
1588
1588
  */
1589
1589
  export interface V1AddMountModelPointHereRequest {
1590
1590
  /**
1591
- * Plate-solved declination at the mount current mechanical position in degrees (J2000 epoch). Range is -90 to +90 degrees.
1591
+ * Manually Provided declination at the mount current mechanical position in degrees (J2000 epoch). Range is -90 to +90 degrees.
1592
1592
  */
1593
1593
  'decDegrees': number;
1594
1594
  /**
1595
- * Plate-solved right ascension at the mount current mechanical position in degrees (J2000 epoch). Range is 0 to 360 degrees.
1595
+ * Manually Provided right ascension at the mount current mechanical position in degrees (J2000 epoch). Range is 0 to 360 degrees.
1596
1596
  */
1597
1597
  'raDegrees': number;
1598
1598
  }
@@ -5136,7 +5136,7 @@ export interface WeatherStationStatusUpdated {
5136
5136
  */
5137
5137
  export declare const DefaultApiAxiosParamCreator: (configuration?: Configuration) => {
5138
5138
  /**
5139
- * Adds a single manual calibration point to the pointing model. The node pairs the supplied plate-solved J2000 right ascension and declination with the mount current mechanical position to record a new correction point. Use this to refine the model with a known sky position without running a full automated survey. Returns an empty success response when the point is added.
5139
+ * Adds a single manual calibration point to the pointing model. The node pairs the supplied plate-solved J2000 right ascension and declination with the mount current mechanical position and center of frame to record a new correction point. Use this to refine the model with a known sky position without running a full automated survey. Returns an empty success response when the point is added.
5140
5140
  * @param {V1AddMountModelPointHereRequest} v1AddMountModelPointHereRequest
5141
5141
  * @param {string} [lineageId] Lineage ID required when requesting data from the cloud platform
5142
5142
  * @param {*} [options] Override http request option.
@@ -6622,7 +6622,7 @@ export declare const DefaultApiAxiosParamCreator: (configuration?: Configuration
6622
6622
  */
6623
6623
  export declare const DefaultApiFp: (configuration?: Configuration) => {
6624
6624
  /**
6625
- * Adds a single manual calibration point to the pointing model. The node pairs the supplied plate-solved J2000 right ascension and declination with the mount current mechanical position to record a new correction point. Use this to refine the model with a known sky position without running a full automated survey. Returns an empty success response when the point is added.
6625
+ * Adds a single manual calibration point to the pointing model. The node pairs the supplied plate-solved J2000 right ascension and declination with the mount current mechanical position and center of frame to record a new correction point. Use this to refine the model with a known sky position without running a full automated survey. Returns an empty success response when the point is added.
6626
6626
  * @param {V1AddMountModelPointHereRequest} v1AddMountModelPointHereRequest
6627
6627
  * @param {string} [lineageId] Lineage ID required when requesting data from the cloud platform
6628
6628
  * @param {*} [options] Override http request option.
@@ -8108,7 +8108,7 @@ export declare const DefaultApiFp: (configuration?: Configuration) => {
8108
8108
  */
8109
8109
  export declare const DefaultApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
8110
8110
  /**
8111
- * Adds a single manual calibration point to the pointing model. The node pairs the supplied plate-solved J2000 right ascension and declination with the mount current mechanical position to record a new correction point. Use this to refine the model with a known sky position without running a full automated survey. Returns an empty success response when the point is added.
8111
+ * Adds a single manual calibration point to the pointing model. The node pairs the supplied plate-solved J2000 right ascension and declination with the mount current mechanical position and center of frame to record a new correction point. Use this to refine the model with a known sky position without running a full automated survey. Returns an empty success response when the point is added.
8112
8112
  * @param {DefaultApiV1AddMountModelPointHereRequest} requestParameters Request parameters.
8113
8113
  * @param {*} [options] Override http request option.
8114
8114
  * @throws {RequiredError}
@@ -11454,7 +11454,7 @@ export interface DefaultApiV2TurnOnRelayRequest {
11454
11454
  */
11455
11455
  export declare class DefaultApi extends BaseAPI {
11456
11456
  /**
11457
- * Adds a single manual calibration point to the pointing model. The node pairs the supplied plate-solved J2000 right ascension and declination with the mount current mechanical position to record a new correction point. Use this to refine the model with a known sky position without running a full automated survey. Returns an empty success response when the point is added.
11457
+ * Adds a single manual calibration point to the pointing model. The node pairs the supplied plate-solved J2000 right ascension and declination with the mount current mechanical position and center of frame to record a new correction point. Use this to refine the model with a known sky position without running a full automated survey. Returns an empty success response when the point is added.
11458
11458
  * @param {DefaultApiV1AddMountModelPointHereRequest} requestParameters Request parameters.
11459
11459
  * @param {*} [options] Override http request option.
11460
11460
  * @throws {RequiredError}
package/dist/api.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.123
8
+ * The version of the OpenAPI document: 1.4.127
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -660,7 +660,7 @@ exports.VideoContainerFormat = {
660
660
  const DefaultApiAxiosParamCreator = function (configuration) {
661
661
  return {
662
662
  /**
663
- * Adds a single manual calibration point to the pointing model. The node pairs the supplied plate-solved J2000 right ascension and declination with the mount current mechanical position to record a new correction point. Use this to refine the model with a known sky position without running a full automated survey. Returns an empty success response when the point is added.
663
+ * Adds a single manual calibration point to the pointing model. The node pairs the supplied plate-solved J2000 right ascension and declination with the mount current mechanical position and center of frame to record a new correction point. Use this to refine the model with a known sky position without running a full automated survey. Returns an empty success response when the point is added.
664
664
  * @param {V1AddMountModelPointHereRequest} v1AddMountModelPointHereRequest
665
665
  * @param {string} [lineageId] Lineage ID required when requesting data from the cloud platform
666
666
  * @param {*} [options] Override http request option.
@@ -7582,7 +7582,7 @@ const DefaultApiFp = function (configuration) {
7582
7582
  const localVarAxiosParamCreator = (0, exports.DefaultApiAxiosParamCreator)(configuration);
7583
7583
  return {
7584
7584
  /**
7585
- * Adds a single manual calibration point to the pointing model. The node pairs the supplied plate-solved J2000 right ascension and declination with the mount current mechanical position to record a new correction point. Use this to refine the model with a known sky position without running a full automated survey. Returns an empty success response when the point is added.
7585
+ * Adds a single manual calibration point to the pointing model. The node pairs the supplied plate-solved J2000 right ascension and declination with the mount current mechanical position and center of frame to record a new correction point. Use this to refine the model with a known sky position without running a full automated survey. Returns an empty success response when the point is added.
7586
7586
  * @param {V1AddMountModelPointHereRequest} v1AddMountModelPointHereRequest
7587
7587
  * @param {string} [lineageId] Lineage ID required when requesting data from the cloud platform
7588
7588
  * @param {*} [options] Override http request option.
@@ -10592,7 +10592,7 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
10592
10592
  const localVarFp = (0, exports.DefaultApiFp)(configuration);
10593
10593
  return {
10594
10594
  /**
10595
- * Adds a single manual calibration point to the pointing model. The node pairs the supplied plate-solved J2000 right ascension and declination with the mount current mechanical position to record a new correction point. Use this to refine the model with a known sky position without running a full automated survey. Returns an empty success response when the point is added.
10595
+ * Adds a single manual calibration point to the pointing model. The node pairs the supplied plate-solved J2000 right ascension and declination with the mount current mechanical position and center of frame to record a new correction point. Use this to refine the model with a known sky position without running a full automated survey. Returns an empty success response when the point is added.
10596
10596
  * @param {DefaultApiV1AddMountModelPointHereRequest} requestParameters Request parameters.
10597
10597
  * @param {*} [options] Override http request option.
10598
10598
  * @throws {RequiredError}
@@ -12330,7 +12330,7 @@ exports.DefaultApiFactory = DefaultApiFactory;
12330
12330
  */
12331
12331
  class DefaultApi extends base_1.BaseAPI {
12332
12332
  /**
12333
- * Adds a single manual calibration point to the pointing model. The node pairs the supplied plate-solved J2000 right ascension and declination with the mount current mechanical position to record a new correction point. Use this to refine the model with a known sky position without running a full automated survey. Returns an empty success response when the point is added.
12333
+ * Adds a single manual calibration point to the pointing model. The node pairs the supplied plate-solved J2000 right ascension and declination with the mount current mechanical position and center of frame to record a new correction point. Use this to refine the model with a known sky position without running a full automated survey. Returns an empty success response when the point is added.
12334
12334
  * @param {DefaultApiV1AddMountModelPointHereRequest} requestParameters Request parameters.
12335
12335
  * @param {*} [options] Override http request option.
12336
12336
  * @throws {RequiredError}
package/dist/base.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.123
5
+ * The version of the OpenAPI document: 1.4.127
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/base.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.123
8
+ * The version of the OpenAPI document: 1.4.127
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/common.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.123
5
+ * The version of the OpenAPI document: 1.4.127
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/common.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.123
8
+ * The version of the OpenAPI document: 1.4.127
9
9
  *
10
10
  *
11
11
  * 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.123
5
+ * The version of the OpenAPI document: 1.4.127
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.123
7
+ * The version of the OpenAPI document: 1.4.127
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/esm/api.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.123
5
+ * The version of the OpenAPI document: 1.4.127
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1588,11 +1588,11 @@ export interface UpdateSystemSettingsEventData {
1588
1588
  */
1589
1589
  export interface V1AddMountModelPointHereRequest {
1590
1590
  /**
1591
- * Plate-solved declination at the mount current mechanical position in degrees (J2000 epoch). Range is -90 to +90 degrees.
1591
+ * Manually Provided declination at the mount current mechanical position in degrees (J2000 epoch). Range is -90 to +90 degrees.
1592
1592
  */
1593
1593
  'decDegrees': number;
1594
1594
  /**
1595
- * Plate-solved right ascension at the mount current mechanical position in degrees (J2000 epoch). Range is 0 to 360 degrees.
1595
+ * Manually Provided right ascension at the mount current mechanical position in degrees (J2000 epoch). Range is 0 to 360 degrees.
1596
1596
  */
1597
1597
  'raDegrees': number;
1598
1598
  }
@@ -5136,7 +5136,7 @@ export interface WeatherStationStatusUpdated {
5136
5136
  */
5137
5137
  export declare const DefaultApiAxiosParamCreator: (configuration?: Configuration) => {
5138
5138
  /**
5139
- * Adds a single manual calibration point to the pointing model. The node pairs the supplied plate-solved J2000 right ascension and declination with the mount current mechanical position to record a new correction point. Use this to refine the model with a known sky position without running a full automated survey. Returns an empty success response when the point is added.
5139
+ * Adds a single manual calibration point to the pointing model. The node pairs the supplied plate-solved J2000 right ascension and declination with the mount current mechanical position and center of frame to record a new correction point. Use this to refine the model with a known sky position without running a full automated survey. Returns an empty success response when the point is added.
5140
5140
  * @param {V1AddMountModelPointHereRequest} v1AddMountModelPointHereRequest
5141
5141
  * @param {string} [lineageId] Lineage ID required when requesting data from the cloud platform
5142
5142
  * @param {*} [options] Override http request option.
@@ -6622,7 +6622,7 @@ export declare const DefaultApiAxiosParamCreator: (configuration?: Configuration
6622
6622
  */
6623
6623
  export declare const DefaultApiFp: (configuration?: Configuration) => {
6624
6624
  /**
6625
- * Adds a single manual calibration point to the pointing model. The node pairs the supplied plate-solved J2000 right ascension and declination with the mount current mechanical position to record a new correction point. Use this to refine the model with a known sky position without running a full automated survey. Returns an empty success response when the point is added.
6625
+ * Adds a single manual calibration point to the pointing model. The node pairs the supplied plate-solved J2000 right ascension and declination with the mount current mechanical position and center of frame to record a new correction point. Use this to refine the model with a known sky position without running a full automated survey. Returns an empty success response when the point is added.
6626
6626
  * @param {V1AddMountModelPointHereRequest} v1AddMountModelPointHereRequest
6627
6627
  * @param {string} [lineageId] Lineage ID required when requesting data from the cloud platform
6628
6628
  * @param {*} [options] Override http request option.
@@ -8108,7 +8108,7 @@ export declare const DefaultApiFp: (configuration?: Configuration) => {
8108
8108
  */
8109
8109
  export declare const DefaultApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
8110
8110
  /**
8111
- * Adds a single manual calibration point to the pointing model. The node pairs the supplied plate-solved J2000 right ascension and declination with the mount current mechanical position to record a new correction point. Use this to refine the model with a known sky position without running a full automated survey. Returns an empty success response when the point is added.
8111
+ * Adds a single manual calibration point to the pointing model. The node pairs the supplied plate-solved J2000 right ascension and declination with the mount current mechanical position and center of frame to record a new correction point. Use this to refine the model with a known sky position without running a full automated survey. Returns an empty success response when the point is added.
8112
8112
  * @param {DefaultApiV1AddMountModelPointHereRequest} requestParameters Request parameters.
8113
8113
  * @param {*} [options] Override http request option.
8114
8114
  * @throws {RequiredError}
@@ -11454,7 +11454,7 @@ export interface DefaultApiV2TurnOnRelayRequest {
11454
11454
  */
11455
11455
  export declare class DefaultApi extends BaseAPI {
11456
11456
  /**
11457
- * Adds a single manual calibration point to the pointing model. The node pairs the supplied plate-solved J2000 right ascension and declination with the mount current mechanical position to record a new correction point. Use this to refine the model with a known sky position without running a full automated survey. Returns an empty success response when the point is added.
11457
+ * Adds a single manual calibration point to the pointing model. The node pairs the supplied plate-solved J2000 right ascension and declination with the mount current mechanical position and center of frame to record a new correction point. Use this to refine the model with a known sky position without running a full automated survey. Returns an empty success response when the point is added.
11458
11458
  * @param {DefaultApiV1AddMountModelPointHereRequest} requestParameters Request parameters.
11459
11459
  * @param {*} [options] Override http request option.
11460
11460
  * @throws {RequiredError}
package/dist/esm/api.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.123
7
+ * The version of the OpenAPI document: 1.4.127
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -657,7 +657,7 @@ export const VideoContainerFormat = {
657
657
  export const DefaultApiAxiosParamCreator = function (configuration) {
658
658
  return {
659
659
  /**
660
- * Adds a single manual calibration point to the pointing model. The node pairs the supplied plate-solved J2000 right ascension and declination with the mount current mechanical position to record a new correction point. Use this to refine the model with a known sky position without running a full automated survey. Returns an empty success response when the point is added.
660
+ * Adds a single manual calibration point to the pointing model. The node pairs the supplied plate-solved J2000 right ascension and declination with the mount current mechanical position and center of frame to record a new correction point. Use this to refine the model with a known sky position without running a full automated survey. Returns an empty success response when the point is added.
661
661
  * @param {V1AddMountModelPointHereRequest} v1AddMountModelPointHereRequest
662
662
  * @param {string} [lineageId] Lineage ID required when requesting data from the cloud platform
663
663
  * @param {*} [options] Override http request option.
@@ -7578,7 +7578,7 @@ export const DefaultApiFp = function (configuration) {
7578
7578
  const localVarAxiosParamCreator = DefaultApiAxiosParamCreator(configuration);
7579
7579
  return {
7580
7580
  /**
7581
- * Adds a single manual calibration point to the pointing model. The node pairs the supplied plate-solved J2000 right ascension and declination with the mount current mechanical position to record a new correction point. Use this to refine the model with a known sky position without running a full automated survey. Returns an empty success response when the point is added.
7581
+ * Adds a single manual calibration point to the pointing model. The node pairs the supplied plate-solved J2000 right ascension and declination with the mount current mechanical position and center of frame to record a new correction point. Use this to refine the model with a known sky position without running a full automated survey. Returns an empty success response when the point is added.
7582
7582
  * @param {V1AddMountModelPointHereRequest} v1AddMountModelPointHereRequest
7583
7583
  * @param {string} [lineageId] Lineage ID required when requesting data from the cloud platform
7584
7584
  * @param {*} [options] Override http request option.
@@ -10587,7 +10587,7 @@ export const DefaultApiFactory = function (configuration, basePath, axios) {
10587
10587
  const localVarFp = DefaultApiFp(configuration);
10588
10588
  return {
10589
10589
  /**
10590
- * Adds a single manual calibration point to the pointing model. The node pairs the supplied plate-solved J2000 right ascension and declination with the mount current mechanical position to record a new correction point. Use this to refine the model with a known sky position without running a full automated survey. Returns an empty success response when the point is added.
10590
+ * Adds a single manual calibration point to the pointing model. The node pairs the supplied plate-solved J2000 right ascension and declination with the mount current mechanical position and center of frame to record a new correction point. Use this to refine the model with a known sky position without running a full automated survey. Returns an empty success response when the point is added.
10591
10591
  * @param {DefaultApiV1AddMountModelPointHereRequest} requestParameters Request parameters.
10592
10592
  * @param {*} [options] Override http request option.
10593
10593
  * @throws {RequiredError}
@@ -12324,7 +12324,7 @@ export const DefaultApiFactory = function (configuration, basePath, axios) {
12324
12324
  */
12325
12325
  export class DefaultApi extends BaseAPI {
12326
12326
  /**
12327
- * Adds a single manual calibration point to the pointing model. The node pairs the supplied plate-solved J2000 right ascension and declination with the mount current mechanical position to record a new correction point. Use this to refine the model with a known sky position without running a full automated survey. Returns an empty success response when the point is added.
12327
+ * Adds a single manual calibration point to the pointing model. The node pairs the supplied plate-solved J2000 right ascension and declination with the mount current mechanical position and center of frame to record a new correction point. Use this to refine the model with a known sky position without running a full automated survey. Returns an empty success response when the point is added.
12328
12328
  * @param {DefaultApiV1AddMountModelPointHereRequest} requestParameters Request parameters.
12329
12329
  * @param {*} [options] Override http request option.
12330
12330
  * @throws {RequiredError}
@@ -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.123
5
+ * The version of the OpenAPI document: 1.4.127
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.123
7
+ * The version of the OpenAPI document: 1.4.127
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.123
5
+ * The version of the OpenAPI document: 1.4.127
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.123
7
+ * The version of the OpenAPI document: 1.4.127
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.123
5
+ * The version of the OpenAPI document: 1.4.127
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.123
6
+ * The version of the OpenAPI document: 1.4.127
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.123
5
+ * The version of the OpenAPI document: 1.4.127
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.123
7
+ * The version of the OpenAPI document: 1.4.127
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.123
5
+ * The version of the OpenAPI document: 1.4.127
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.123
8
+ * The version of the OpenAPI document: 1.4.127
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -198,7 +198,7 @@ All URIs are relative to *https://api.prod.oursky.ai*
198
198
  # **v1AddMountModelPointHere**
199
199
  > EmptySuccess v1AddMountModelPointHere(v1AddMountModelPointHereRequest)
200
200
 
201
- Adds a single manual calibration point to the pointing model. The node pairs the supplied plate-solved J2000 right ascension and declination with the mount current mechanical position to record a new correction point. Use this to refine the model with a known sky position without running a full automated survey. Returns an empty success response when the point is added.
201
+ Adds a single manual calibration point to the pointing model. The node pairs the supplied plate-solved J2000 right ascension and declination with the mount current mechanical position and center of frame to record a new correction point. Use this to refine the model with a known sky position without running a full automated survey. Returns an empty success response when the point is added.
202
202
 
203
203
  ### Example
204
204
 
@@ -6,8 +6,8 @@ Request to manually add a calibration point to the pointing model. The node comb
6
6
 
7
7
  Name | Type | Description | Notes
8
8
  ------------ | ------------- | ------------- | -------------
9
- **decDegrees** | **number** | Plate-solved declination at the mount current mechanical position in degrees (J2000 epoch). Range is -90 to +90 degrees. | [default to undefined]
10
- **raDegrees** | **number** | Plate-solved right ascension at the mount current mechanical position in degrees (J2000 epoch). Range is 0 to 360 degrees. | [default to undefined]
9
+ **decDegrees** | **number** | Manually Provided declination at the mount current mechanical position in degrees (J2000 epoch). Range is -90 to +90 degrees. | [default to undefined]
10
+ **raDegrees** | **number** | Manually Provided right ascension at the mount current mechanical position in degrees (J2000 epoch). Range is 0 to 360 degrees. | [default to undefined]
11
11
 
12
12
  ## Example
13
13
 
package/index.ts 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.123
7
+ * The version of the OpenAPI document: 1.4.127
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ourskyai/node_platform-api",
3
- "version": "1.4.123",
3
+ "version": "1.4.127",
4
4
  "description": "OpenAPI client for @ourskyai/node_platform-api",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {