@ourskyai/platform-api 1.3.8106 → 1.3.8459

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/platform-api@1.3.8106
1
+ ## @ourskyai/platform-api@1.3.8459
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/platform-api@1.3.8106 --save
39
+ npm install @ourskyai/platform-api@1.3.8459 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
package/api.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * OurSky Platform
5
5
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
6
  *
7
- * The version of the OpenAPI document: 1.3.8106
7
+ * The version of the OpenAPI document: 1.3.8459
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -7291,13 +7291,10 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
7291
7291
  },
7292
7292
  /**
7293
7293
  * Get the target QCOM OTA software release for a node
7294
- * @param {string} lineageId lineage id
7295
7294
  * @param {*} [options] Override http request option.
7296
7295
  * @throws {RequiredError}
7297
7296
  */
7298
- v1GetTargetQCOMOTASoftwareReleaseForNode: async (lineageId: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
7299
- // verify required parameter 'lineageId' is not null or undefined
7300
- assertParamExists('v1GetTargetQCOMOTASoftwareReleaseForNode', 'lineageId', lineageId)
7297
+ v1GetTargetQCOMOTASoftwareReleaseForNode: async (options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
7301
7298
  const localVarPath = `/v1/node-controller-releases`;
7302
7299
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
7303
7300
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -7316,10 +7313,6 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
7316
7313
  // http bearer authentication required
7317
7314
  await setBearerAuthToObject(localVarHeaderParameter, configuration)
7318
7315
 
7319
- if (lineageId !== undefined) {
7320
- localVarQueryParameter['lineageId'] = lineageId;
7321
- }
7322
-
7323
7316
 
7324
7317
 
7325
7318
  setSearchParams(localVarUrlObj, localVarQueryParameter);
@@ -8623,12 +8616,11 @@ export const DefaultApiFp = function(configuration?: Configuration) {
8623
8616
  },
8624
8617
  /**
8625
8618
  * Get the target QCOM OTA software release for a node
8626
- * @param {string} lineageId lineage id
8627
8619
  * @param {*} [options] Override http request option.
8628
8620
  * @throws {RequiredError}
8629
8621
  */
8630
- async v1GetTargetQCOMOTASoftwareReleaseForNode(lineageId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<V1SoftwareRelease>> {
8631
- const localVarAxiosArgs = await localVarAxiosParamCreator.v1GetTargetQCOMOTASoftwareReleaseForNode(lineageId, options);
8622
+ async v1GetTargetQCOMOTASoftwareReleaseForNode(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<V1SoftwareRelease>> {
8623
+ const localVarAxiosArgs = await localVarAxiosParamCreator.v1GetTargetQCOMOTASoftwareReleaseForNode(options);
8632
8624
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
8633
8625
  },
8634
8626
  /**
@@ -9309,12 +9301,11 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
9309
9301
  },
9310
9302
  /**
9311
9303
  * Get the target QCOM OTA software release for a node
9312
- * @param {DefaultApiV1GetTargetQCOMOTASoftwareReleaseForNodeRequest} requestParameters Request parameters.
9313
9304
  * @param {*} [options] Override http request option.
9314
9305
  * @throws {RequiredError}
9315
9306
  */
9316
- v1GetTargetQCOMOTASoftwareReleaseForNode(requestParameters: DefaultApiV1GetTargetQCOMOTASoftwareReleaseForNodeRequest, options?: AxiosRequestConfig): AxiosPromise<V1SoftwareRelease> {
9317
- return localVarFp.v1GetTargetQCOMOTASoftwareReleaseForNode(requestParameters.lineageId, options).then((request) => request(axios, basePath));
9307
+ v1GetTargetQCOMOTASoftwareReleaseForNode(options?: AxiosRequestConfig): AxiosPromise<V1SoftwareRelease> {
9308
+ return localVarFp.v1GetTargetQCOMOTASoftwareReleaseForNode(options).then((request) => request(axios, basePath));
9318
9309
  },
9319
9310
  /**
9320
9311
  * Get the target software releases for a node
@@ -10303,20 +10294,6 @@ export interface DefaultApiV1GetPlateSolveCatalogDiffRequest {
10303
10294
  readonly v1GetPlateSolveCatalogDiffRequest: V1GetPlateSolveCatalogDiffRequest
10304
10295
  }
10305
10296
 
10306
- /**
10307
- * Request parameters for v1GetTargetQCOMOTASoftwareReleaseForNode operation in DefaultApi.
10308
- * @export
10309
- * @interface DefaultApiV1GetTargetQCOMOTASoftwareReleaseForNodeRequest
10310
- */
10311
- export interface DefaultApiV1GetTargetQCOMOTASoftwareReleaseForNodeRequest {
10312
- /**
10313
- * lineage id
10314
- * @type {string}
10315
- * @memberof DefaultApiV1GetTargetQCOMOTASoftwareReleaseForNode
10316
- */
10317
- readonly lineageId: string
10318
- }
10319
-
10320
10297
  /**
10321
10298
  * Request parameters for v1GetTargetSoftwareReleasesForNode operation in DefaultApi.
10322
10299
  * @export
@@ -11167,13 +11144,12 @@ export class DefaultApi extends BaseAPI {
11167
11144
 
11168
11145
  /**
11169
11146
  * Get the target QCOM OTA software release for a node
11170
- * @param {DefaultApiV1GetTargetQCOMOTASoftwareReleaseForNodeRequest} requestParameters Request parameters.
11171
11147
  * @param {*} [options] Override http request option.
11172
11148
  * @throws {RequiredError}
11173
11149
  * @memberof DefaultApi
11174
11150
  */
11175
- public v1GetTargetQCOMOTASoftwareReleaseForNode(requestParameters: DefaultApiV1GetTargetQCOMOTASoftwareReleaseForNodeRequest, options?: AxiosRequestConfig) {
11176
- return DefaultApiFp(this.configuration).v1GetTargetQCOMOTASoftwareReleaseForNode(requestParameters.lineageId, options).then((request) => request(this.axios, this.basePath));
11151
+ public v1GetTargetQCOMOTASoftwareReleaseForNode(options?: AxiosRequestConfig) {
11152
+ return DefaultApiFp(this.configuration).v1GetTargetQCOMOTASoftwareReleaseForNode(options).then((request) => request(this.axios, this.basePath));
11177
11153
  }
11178
11154
 
11179
11155
  /**
package/base.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * OurSky Platform
5
5
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
6
  *
7
- * The version of the OpenAPI document: 1.3.8106
7
+ * The version of the OpenAPI document: 1.3.8459
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 Platform
5
5
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
6
  *
7
- * The version of the OpenAPI document: 1.3.8106
7
+ * The version of the OpenAPI document: 1.3.8459
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/configuration.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * OurSky Platform
5
5
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
6
  *
7
- * The version of the OpenAPI document: 1.3.8106
7
+ * The version of the OpenAPI document: 1.3.8459
8
8
  *
9
9
  *
10
10
  * 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 Platform
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 1.3.8106
5
+ * The version of the OpenAPI document: 1.3.8459
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5197,11 +5197,10 @@ export declare const DefaultApiAxiosParamCreator: (configuration?: Configuration
5197
5197
  v1GetSkyAtlasSatellites: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
5198
5198
  /**
5199
5199
  * Get the target QCOM OTA software release for a node
5200
- * @param {string} lineageId lineage id
5201
5200
  * @param {*} [options] Override http request option.
5202
5201
  * @throws {RequiredError}
5203
5202
  */
5204
- v1GetTargetQCOMOTASoftwareReleaseForNode: (lineageId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
5203
+ v1GetTargetQCOMOTASoftwareReleaseForNode: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
5205
5204
  /**
5206
5205
  * Get the target software releases for a node
5207
5206
  * @param {string} lineageId lineage id
@@ -5733,11 +5732,10 @@ export declare const DefaultApiFp: (configuration?: Configuration) => {
5733
5732
  v1GetSkyAtlasSatellites(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
5734
5733
  /**
5735
5734
  * Get the target QCOM OTA software release for a node
5736
- * @param {string} lineageId lineage id
5737
5735
  * @param {*} [options] Override http request option.
5738
5736
  * @throws {RequiredError}
5739
5737
  */
5740
- v1GetTargetQCOMOTASoftwareReleaseForNode(lineageId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<V1SoftwareRelease>>;
5738
+ v1GetTargetQCOMOTASoftwareReleaseForNode(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<V1SoftwareRelease>>;
5741
5739
  /**
5742
5740
  * Get the target software releases for a node
5743
5741
  * @param {string} lineageId lineage id
@@ -6250,11 +6248,10 @@ export declare const DefaultApiFactory: (configuration?: Configuration, basePath
6250
6248
  v1GetSkyAtlasSatellites(options?: AxiosRequestConfig): AxiosPromise<File>;
6251
6249
  /**
6252
6250
  * Get the target QCOM OTA software release for a node
6253
- * @param {DefaultApiV1GetTargetQCOMOTASoftwareReleaseForNodeRequest} requestParameters Request parameters.
6254
6251
  * @param {*} [options] Override http request option.
6255
6252
  * @throws {RequiredError}
6256
6253
  */
6257
- v1GetTargetQCOMOTASoftwareReleaseForNode(requestParameters: DefaultApiV1GetTargetQCOMOTASoftwareReleaseForNodeRequest, options?: AxiosRequestConfig): AxiosPromise<V1SoftwareRelease>;
6254
+ v1GetTargetQCOMOTASoftwareReleaseForNode(options?: AxiosRequestConfig): AxiosPromise<V1SoftwareRelease>;
6258
6255
  /**
6259
6256
  * Get the target software releases for a node
6260
6257
  * @param {DefaultApiV1GetTargetSoftwareReleasesForNodeRequest} requestParameters Request parameters.
@@ -7136,19 +7133,6 @@ export interface DefaultApiV1GetPlateSolveCatalogDiffRequest {
7136
7133
  */
7137
7134
  readonly v1GetPlateSolveCatalogDiffRequest: V1GetPlateSolveCatalogDiffRequest;
7138
7135
  }
7139
- /**
7140
- * Request parameters for v1GetTargetQCOMOTASoftwareReleaseForNode operation in DefaultApi.
7141
- * @export
7142
- * @interface DefaultApiV1GetTargetQCOMOTASoftwareReleaseForNodeRequest
7143
- */
7144
- export interface DefaultApiV1GetTargetQCOMOTASoftwareReleaseForNodeRequest {
7145
- /**
7146
- * lineage id
7147
- * @type {string}
7148
- * @memberof DefaultApiV1GetTargetQCOMOTASoftwareReleaseForNode
7149
- */
7150
- readonly lineageId: string;
7151
- }
7152
7136
  /**
7153
7137
  * Request parameters for v1GetTargetSoftwareReleasesForNode operation in DefaultApi.
7154
7138
  * @export
@@ -7818,12 +7802,11 @@ export declare class DefaultApi extends BaseAPI {
7818
7802
  v1GetSkyAtlasSatellites(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
7819
7803
  /**
7820
7804
  * Get the target QCOM OTA software release for a node
7821
- * @param {DefaultApiV1GetTargetQCOMOTASoftwareReleaseForNodeRequest} requestParameters Request parameters.
7822
7805
  * @param {*} [options] Override http request option.
7823
7806
  * @throws {RequiredError}
7824
7807
  * @memberof DefaultApi
7825
7808
  */
7826
- v1GetTargetQCOMOTASoftwareReleaseForNode(requestParameters: DefaultApiV1GetTargetQCOMOTASoftwareReleaseForNodeRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<V1SoftwareRelease, any>>;
7809
+ v1GetTargetQCOMOTASoftwareReleaseForNode(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<V1SoftwareRelease, any>>;
7827
7810
  /**
7828
7811
  * Get the target software releases for a node
7829
7812
  * @param {DefaultApiV1GetTargetSoftwareReleasesForNodeRequest} requestParameters Request parameters.
package/dist/api.js CHANGED
@@ -5,7 +5,7 @@
5
5
  * OurSky Platform
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
- * The version of the OpenAPI document: 1.3.8106
8
+ * The version of the OpenAPI document: 1.3.8459
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2264,13 +2264,10 @@ const DefaultApiAxiosParamCreator = function (configuration) {
2264
2264
  }),
2265
2265
  /**
2266
2266
  * Get the target QCOM OTA software release for a node
2267
- * @param {string} lineageId lineage id
2268
2267
  * @param {*} [options] Override http request option.
2269
2268
  * @throws {RequiredError}
2270
2269
  */
2271
- v1GetTargetQCOMOTASoftwareReleaseForNode: (lineageId, options = {}) => __awaiter(this, void 0, void 0, function* () {
2272
- // verify required parameter 'lineageId' is not null or undefined
2273
- (0, common_1.assertParamExists)('v1GetTargetQCOMOTASoftwareReleaseForNode', 'lineageId', lineageId);
2270
+ v1GetTargetQCOMOTASoftwareReleaseForNode: (options = {}) => __awaiter(this, void 0, void 0, function* () {
2274
2271
  const localVarPath = `/v1/node-controller-releases`;
2275
2272
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
2276
2273
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -2285,9 +2282,6 @@ const DefaultApiAxiosParamCreator = function (configuration) {
2285
2282
  // authentication BearerToken required
2286
2283
  // http bearer authentication required
2287
2284
  yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
2288
- if (lineageId !== undefined) {
2289
- localVarQueryParameter['lineageId'] = lineageId;
2290
- }
2291
2285
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
2292
2286
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
2293
2287
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -3558,13 +3552,12 @@ const DefaultApiFp = function (configuration) {
3558
3552
  },
3559
3553
  /**
3560
3554
  * Get the target QCOM OTA software release for a node
3561
- * @param {string} lineageId lineage id
3562
3555
  * @param {*} [options] Override http request option.
3563
3556
  * @throws {RequiredError}
3564
3557
  */
3565
- v1GetTargetQCOMOTASoftwareReleaseForNode(lineageId, options) {
3558
+ v1GetTargetQCOMOTASoftwareReleaseForNode(options) {
3566
3559
  return __awaiter(this, void 0, void 0, function* () {
3567
- const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetTargetQCOMOTASoftwareReleaseForNode(lineageId, options);
3560
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetTargetQCOMOTASoftwareReleaseForNode(options);
3568
3561
  return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
3569
3562
  });
3570
3563
  },
@@ -4282,12 +4275,11 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
4282
4275
  },
4283
4276
  /**
4284
4277
  * Get the target QCOM OTA software release for a node
4285
- * @param {DefaultApiV1GetTargetQCOMOTASoftwareReleaseForNodeRequest} requestParameters Request parameters.
4286
4278
  * @param {*} [options] Override http request option.
4287
4279
  * @throws {RequiredError}
4288
4280
  */
4289
- v1GetTargetQCOMOTASoftwareReleaseForNode(requestParameters, options) {
4290
- return localVarFp.v1GetTargetQCOMOTASoftwareReleaseForNode(requestParameters.lineageId, options).then((request) => request(axios, basePath));
4281
+ v1GetTargetQCOMOTASoftwareReleaseForNode(options) {
4282
+ return localVarFp.v1GetTargetQCOMOTASoftwareReleaseForNode(options).then((request) => request(axios, basePath));
4291
4283
  },
4292
4284
  /**
4293
4285
  * Get the target software releases for a node
@@ -5001,13 +4993,12 @@ class DefaultApi extends base_1.BaseAPI {
5001
4993
  }
5002
4994
  /**
5003
4995
  * Get the target QCOM OTA software release for a node
5004
- * @param {DefaultApiV1GetTargetQCOMOTASoftwareReleaseForNodeRequest} requestParameters Request parameters.
5005
4996
  * @param {*} [options] Override http request option.
5006
4997
  * @throws {RequiredError}
5007
4998
  * @memberof DefaultApi
5008
4999
  */
5009
- v1GetTargetQCOMOTASoftwareReleaseForNode(requestParameters, options) {
5010
- return (0, exports.DefaultApiFp)(this.configuration).v1GetTargetQCOMOTASoftwareReleaseForNode(requestParameters.lineageId, options).then((request) => request(this.axios, this.basePath));
5000
+ v1GetTargetQCOMOTASoftwareReleaseForNode(options) {
5001
+ return (0, exports.DefaultApiFp)(this.configuration).v1GetTargetQCOMOTASoftwareReleaseForNode(options).then((request) => request(this.axios, this.basePath));
5011
5002
  }
5012
5003
  /**
5013
5004
  * Get the target software releases for a node
package/dist/base.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * OurSky Platform
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 1.3.8106
5
+ * The version of the OpenAPI document: 1.3.8459
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 Platform
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
- * The version of the OpenAPI document: 1.3.8106
8
+ * The version of the OpenAPI document: 1.3.8459
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 Platform
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 1.3.8106
5
+ * The version of the OpenAPI document: 1.3.8459
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 Platform
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
- * The version of the OpenAPI document: 1.3.8106
8
+ * The version of the OpenAPI document: 1.3.8459
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 Platform
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 1.3.8106
5
+ * The version of the OpenAPI document: 1.3.8459
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * OurSky Platform
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
- * The version of the OpenAPI document: 1.3.8106
8
+ * The version of the OpenAPI document: 1.3.8459
9
9
  *
10
10
  *
11
11
  * 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 Platform
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 1.3.8106
5
+ * The version of the OpenAPI document: 1.3.8459
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5197,11 +5197,10 @@ export declare const DefaultApiAxiosParamCreator: (configuration?: Configuration
5197
5197
  v1GetSkyAtlasSatellites: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
5198
5198
  /**
5199
5199
  * Get the target QCOM OTA software release for a node
5200
- * @param {string} lineageId lineage id
5201
5200
  * @param {*} [options] Override http request option.
5202
5201
  * @throws {RequiredError}
5203
5202
  */
5204
- v1GetTargetQCOMOTASoftwareReleaseForNode: (lineageId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
5203
+ v1GetTargetQCOMOTASoftwareReleaseForNode: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
5205
5204
  /**
5206
5205
  * Get the target software releases for a node
5207
5206
  * @param {string} lineageId lineage id
@@ -5733,11 +5732,10 @@ export declare const DefaultApiFp: (configuration?: Configuration) => {
5733
5732
  v1GetSkyAtlasSatellites(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
5734
5733
  /**
5735
5734
  * Get the target QCOM OTA software release for a node
5736
- * @param {string} lineageId lineage id
5737
5735
  * @param {*} [options] Override http request option.
5738
5736
  * @throws {RequiredError}
5739
5737
  */
5740
- v1GetTargetQCOMOTASoftwareReleaseForNode(lineageId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<V1SoftwareRelease>>;
5738
+ v1GetTargetQCOMOTASoftwareReleaseForNode(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<V1SoftwareRelease>>;
5741
5739
  /**
5742
5740
  * Get the target software releases for a node
5743
5741
  * @param {string} lineageId lineage id
@@ -6250,11 +6248,10 @@ export declare const DefaultApiFactory: (configuration?: Configuration, basePath
6250
6248
  v1GetSkyAtlasSatellites(options?: AxiosRequestConfig): AxiosPromise<File>;
6251
6249
  /**
6252
6250
  * Get the target QCOM OTA software release for a node
6253
- * @param {DefaultApiV1GetTargetQCOMOTASoftwareReleaseForNodeRequest} requestParameters Request parameters.
6254
6251
  * @param {*} [options] Override http request option.
6255
6252
  * @throws {RequiredError}
6256
6253
  */
6257
- v1GetTargetQCOMOTASoftwareReleaseForNode(requestParameters: DefaultApiV1GetTargetQCOMOTASoftwareReleaseForNodeRequest, options?: AxiosRequestConfig): AxiosPromise<V1SoftwareRelease>;
6254
+ v1GetTargetQCOMOTASoftwareReleaseForNode(options?: AxiosRequestConfig): AxiosPromise<V1SoftwareRelease>;
6258
6255
  /**
6259
6256
  * Get the target software releases for a node
6260
6257
  * @param {DefaultApiV1GetTargetSoftwareReleasesForNodeRequest} requestParameters Request parameters.
@@ -7136,19 +7133,6 @@ export interface DefaultApiV1GetPlateSolveCatalogDiffRequest {
7136
7133
  */
7137
7134
  readonly v1GetPlateSolveCatalogDiffRequest: V1GetPlateSolveCatalogDiffRequest;
7138
7135
  }
7139
- /**
7140
- * Request parameters for v1GetTargetQCOMOTASoftwareReleaseForNode operation in DefaultApi.
7141
- * @export
7142
- * @interface DefaultApiV1GetTargetQCOMOTASoftwareReleaseForNodeRequest
7143
- */
7144
- export interface DefaultApiV1GetTargetQCOMOTASoftwareReleaseForNodeRequest {
7145
- /**
7146
- * lineage id
7147
- * @type {string}
7148
- * @memberof DefaultApiV1GetTargetQCOMOTASoftwareReleaseForNode
7149
- */
7150
- readonly lineageId: string;
7151
- }
7152
7136
  /**
7153
7137
  * Request parameters for v1GetTargetSoftwareReleasesForNode operation in DefaultApi.
7154
7138
  * @export
@@ -7818,12 +7802,11 @@ export declare class DefaultApi extends BaseAPI {
7818
7802
  v1GetSkyAtlasSatellites(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any>>;
7819
7803
  /**
7820
7804
  * Get the target QCOM OTA software release for a node
7821
- * @param {DefaultApiV1GetTargetQCOMOTASoftwareReleaseForNodeRequest} requestParameters Request parameters.
7822
7805
  * @param {*} [options] Override http request option.
7823
7806
  * @throws {RequiredError}
7824
7807
  * @memberof DefaultApi
7825
7808
  */
7826
- v1GetTargetQCOMOTASoftwareReleaseForNode(requestParameters: DefaultApiV1GetTargetQCOMOTASoftwareReleaseForNodeRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<V1SoftwareRelease, any>>;
7809
+ v1GetTargetQCOMOTASoftwareReleaseForNode(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<V1SoftwareRelease, any>>;
7827
7810
  /**
7828
7811
  * Get the target software releases for a node
7829
7812
  * @param {DefaultApiV1GetTargetSoftwareReleasesForNodeRequest} requestParameters Request parameters.
package/dist/esm/api.js CHANGED
@@ -4,7 +4,7 @@
4
4
  * OurSky Platform
5
5
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
6
  *
7
- * The version of the OpenAPI document: 1.3.8106
7
+ * The version of the OpenAPI document: 1.3.8459
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2261,13 +2261,10 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
2261
2261
  }),
2262
2262
  /**
2263
2263
  * Get the target QCOM OTA software release for a node
2264
- * @param {string} lineageId lineage id
2265
2264
  * @param {*} [options] Override http request option.
2266
2265
  * @throws {RequiredError}
2267
2266
  */
2268
- v1GetTargetQCOMOTASoftwareReleaseForNode: (lineageId, options = {}) => __awaiter(this, void 0, void 0, function* () {
2269
- // verify required parameter 'lineageId' is not null or undefined
2270
- assertParamExists('v1GetTargetQCOMOTASoftwareReleaseForNode', 'lineageId', lineageId);
2267
+ v1GetTargetQCOMOTASoftwareReleaseForNode: (options = {}) => __awaiter(this, void 0, void 0, function* () {
2271
2268
  const localVarPath = `/v1/node-controller-releases`;
2272
2269
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
2273
2270
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -2282,9 +2279,6 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
2282
2279
  // authentication BearerToken required
2283
2280
  // http bearer authentication required
2284
2281
  yield setBearerAuthToObject(localVarHeaderParameter, configuration);
2285
- if (lineageId !== undefined) {
2286
- localVarQueryParameter['lineageId'] = lineageId;
2287
- }
2288
2282
  setSearchParams(localVarUrlObj, localVarQueryParameter);
2289
2283
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
2290
2284
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -3554,13 +3548,12 @@ export const DefaultApiFp = function (configuration) {
3554
3548
  },
3555
3549
  /**
3556
3550
  * Get the target QCOM OTA software release for a node
3557
- * @param {string} lineageId lineage id
3558
3551
  * @param {*} [options] Override http request option.
3559
3552
  * @throws {RequiredError}
3560
3553
  */
3561
- v1GetTargetQCOMOTASoftwareReleaseForNode(lineageId, options) {
3554
+ v1GetTargetQCOMOTASoftwareReleaseForNode(options) {
3562
3555
  return __awaiter(this, void 0, void 0, function* () {
3563
- const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetTargetQCOMOTASoftwareReleaseForNode(lineageId, options);
3556
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetTargetQCOMOTASoftwareReleaseForNode(options);
3564
3557
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
3565
3558
  });
3566
3559
  },
@@ -4277,12 +4270,11 @@ export const DefaultApiFactory = function (configuration, basePath, axios) {
4277
4270
  },
4278
4271
  /**
4279
4272
  * Get the target QCOM OTA software release for a node
4280
- * @param {DefaultApiV1GetTargetQCOMOTASoftwareReleaseForNodeRequest} requestParameters Request parameters.
4281
4273
  * @param {*} [options] Override http request option.
4282
4274
  * @throws {RequiredError}
4283
4275
  */
4284
- v1GetTargetQCOMOTASoftwareReleaseForNode(requestParameters, options) {
4285
- return localVarFp.v1GetTargetQCOMOTASoftwareReleaseForNode(requestParameters.lineageId, options).then((request) => request(axios, basePath));
4276
+ v1GetTargetQCOMOTASoftwareReleaseForNode(options) {
4277
+ return localVarFp.v1GetTargetQCOMOTASoftwareReleaseForNode(options).then((request) => request(axios, basePath));
4286
4278
  },
4287
4279
  /**
4288
4280
  * Get the target software releases for a node
@@ -4995,13 +4987,12 @@ export class DefaultApi extends BaseAPI {
4995
4987
  }
4996
4988
  /**
4997
4989
  * Get the target QCOM OTA software release for a node
4998
- * @param {DefaultApiV1GetTargetQCOMOTASoftwareReleaseForNodeRequest} requestParameters Request parameters.
4999
4990
  * @param {*} [options] Override http request option.
5000
4991
  * @throws {RequiredError}
5001
4992
  * @memberof DefaultApi
5002
4993
  */
5003
- v1GetTargetQCOMOTASoftwareReleaseForNode(requestParameters, options) {
5004
- return DefaultApiFp(this.configuration).v1GetTargetQCOMOTASoftwareReleaseForNode(requestParameters.lineageId, options).then((request) => request(this.axios, this.basePath));
4994
+ v1GetTargetQCOMOTASoftwareReleaseForNode(options) {
4995
+ return DefaultApiFp(this.configuration).v1GetTargetQCOMOTASoftwareReleaseForNode(options).then((request) => request(this.axios, this.basePath));
5005
4996
  }
5006
4997
  /**
5007
4998
  * Get the target software releases for a node
@@ -2,7 +2,7 @@
2
2
  * OurSky Platform
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 1.3.8106
5
+ * The version of the OpenAPI document: 1.3.8459
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 Platform
5
5
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
6
  *
7
- * The version of the OpenAPI document: 1.3.8106
7
+ * The version of the OpenAPI document: 1.3.8459
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 Platform
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 1.3.8106
5
+ * The version of the OpenAPI document: 1.3.8459
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 Platform
5
5
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
6
  *
7
- * The version of the OpenAPI document: 1.3.8106
7
+ * The version of the OpenAPI document: 1.3.8459
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 Platform
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 1.3.8106
5
+ * The version of the OpenAPI document: 1.3.8459
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 Platform
5
5
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
6
  *
7
- * The version of the OpenAPI document: 1.3.8106
7
+ * The version of the OpenAPI document: 1.3.8459
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 Platform
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 1.3.8106
5
+ * The version of the OpenAPI document: 1.3.8459
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 Platform
5
5
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
6
  *
7
- * The version of the OpenAPI document: 1.3.8106
7
+ * The version of the OpenAPI document: 1.3.8459
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 Platform
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 1.3.8106
5
+ * The version of the OpenAPI document: 1.3.8459
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 Platform
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
- * The version of the OpenAPI document: 1.3.8106
8
+ * The version of the OpenAPI document: 1.3.8459
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/index.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * OurSky Platform
5
5
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
6
  *
7
- * The version of the OpenAPI document: 1.3.8106
7
+ * The version of the OpenAPI document: 1.3.8459
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/platform-api",
3
- "version": "1.3.8106",
3
+ "version": "1.3.8459",
4
4
  "description": "OpenAPI client for @ourskyai/platform-api",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {