@ourskyai/platform-api 1.3.3654 → 1.3.3657
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 +2 -2
- package/api.ts +112 -1
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +69 -1
- package/dist/api.js +65 -1
- package/dist/base.d.ts +1 -1
- package/dist/base.js +1 -1
- package/dist/common.d.ts +1 -1
- package/dist/common.js +1 -1
- package/dist/configuration.d.ts +1 -1
- package/dist/configuration.js +1 -1
- package/dist/esm/api.d.ts +69 -1
- package/dist/esm/api.js +65 -1
- package/dist/esm/base.d.ts +1 -1
- package/dist/esm/base.js +1 -1
- package/dist/esm/common.d.ts +1 -1
- package/dist/esm/common.js +1 -1
- package/dist/esm/configuration.d.ts +1 -1
- package/dist/esm/configuration.js +1 -1
- package/dist/esm/index.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/index.ts +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @ourskyai/platform-api@1.3.
|
|
1
|
+
## @ourskyai/platform-api@1.3.3657
|
|
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.
|
|
39
|
+
npm install @ourskyai/platform-api@1.3.3657 --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.
|
|
7
|
+
* The version of the OpenAPI document: 1.3.3657
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -516,6 +516,19 @@ export interface V1CreateMountRequest {
|
|
|
516
516
|
}
|
|
517
517
|
|
|
518
518
|
|
|
519
|
+
/**
|
|
520
|
+
*
|
|
521
|
+
* @export
|
|
522
|
+
* @interface V1CreateNodeControllerArtifactRequest
|
|
523
|
+
*/
|
|
524
|
+
export interface V1CreateNodeControllerArtifactRequest {
|
|
525
|
+
/**
|
|
526
|
+
*
|
|
527
|
+
* @type {string}
|
|
528
|
+
* @memberof V1CreateNodeControllerArtifactRequest
|
|
529
|
+
*/
|
|
530
|
+
'path': string;
|
|
531
|
+
}
|
|
519
532
|
/**
|
|
520
533
|
*
|
|
521
534
|
* @export
|
|
@@ -1528,6 +1541,19 @@ export const V1NodeComponentType = {
|
|
|
1528
1541
|
export type V1NodeComponentType = typeof V1NodeComponentType[keyof typeof V1NodeComponentType];
|
|
1529
1542
|
|
|
1530
1543
|
|
|
1544
|
+
/**
|
|
1545
|
+
*
|
|
1546
|
+
* @export
|
|
1547
|
+
* @interface V1NodeControllerArtifact
|
|
1548
|
+
*/
|
|
1549
|
+
export interface V1NodeControllerArtifact {
|
|
1550
|
+
/**
|
|
1551
|
+
*
|
|
1552
|
+
* @type {string}
|
|
1553
|
+
* @memberof V1NodeControllerArtifact
|
|
1554
|
+
*/
|
|
1555
|
+
'url': string;
|
|
1556
|
+
}
|
|
1531
1557
|
/**
|
|
1532
1558
|
*
|
|
1533
1559
|
* @export
|
|
@@ -2644,6 +2670,47 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
2644
2670
|
options: localVarRequestOptions,
|
|
2645
2671
|
};
|
|
2646
2672
|
},
|
|
2673
|
+
/**
|
|
2674
|
+
* Create a node controller artifact.
|
|
2675
|
+
* @param {V1CreateNodeControllerArtifactRequest} v1CreateNodeControllerArtifactRequest
|
|
2676
|
+
* @param {*} [options] Override http request option.
|
|
2677
|
+
* @throws {RequiredError}
|
|
2678
|
+
*/
|
|
2679
|
+
v1CreateNodeControllerArtifact: async (v1CreateNodeControllerArtifactRequest: V1CreateNodeControllerArtifactRequest, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
2680
|
+
// verify required parameter 'v1CreateNodeControllerArtifactRequest' is not null or undefined
|
|
2681
|
+
assertParamExists('v1CreateNodeControllerArtifact', 'v1CreateNodeControllerArtifactRequest', v1CreateNodeControllerArtifactRequest)
|
|
2682
|
+
const localVarPath = `/v1/node-controller-artifact`;
|
|
2683
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2684
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
2685
|
+
let baseOptions;
|
|
2686
|
+
if (configuration) {
|
|
2687
|
+
baseOptions = configuration.baseOptions;
|
|
2688
|
+
}
|
|
2689
|
+
|
|
2690
|
+
const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options};
|
|
2691
|
+
const localVarHeaderParameter = {} as any;
|
|
2692
|
+
const localVarQueryParameter = {} as any;
|
|
2693
|
+
|
|
2694
|
+
// authentication Roles required
|
|
2695
|
+
|
|
2696
|
+
// authentication BearerToken required
|
|
2697
|
+
// http bearer authentication required
|
|
2698
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
2699
|
+
|
|
2700
|
+
|
|
2701
|
+
|
|
2702
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2703
|
+
|
|
2704
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2705
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2706
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
2707
|
+
localVarRequestOptions.data = serializeDataIfNeeded(v1CreateNodeControllerArtifactRequest, localVarRequestOptions, configuration)
|
|
2708
|
+
|
|
2709
|
+
return {
|
|
2710
|
+
url: toPathString(localVarUrlObj),
|
|
2711
|
+
options: localVarRequestOptions,
|
|
2712
|
+
};
|
|
2713
|
+
},
|
|
2647
2714
|
/**
|
|
2648
2715
|
* Create node diagnostics.
|
|
2649
2716
|
* @param {V1CreateNodeDiagnosticsRequest} v1CreateNodeDiagnosticsRequest
|
|
@@ -3693,6 +3760,16 @@ export const DefaultApiFp = function(configuration?: Configuration) {
|
|
|
3693
3760
|
const localVarAxiosArgs = await localVarAxiosParamCreator.v1CreateNode(v1CreateNodeRequest, options);
|
|
3694
3761
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
3695
3762
|
},
|
|
3763
|
+
/**
|
|
3764
|
+
* Create a node controller artifact.
|
|
3765
|
+
* @param {V1CreateNodeControllerArtifactRequest} v1CreateNodeControllerArtifactRequest
|
|
3766
|
+
* @param {*} [options] Override http request option.
|
|
3767
|
+
* @throws {RequiredError}
|
|
3768
|
+
*/
|
|
3769
|
+
async v1CreateNodeControllerArtifact(v1CreateNodeControllerArtifactRequest: V1CreateNodeControllerArtifactRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<V1NodeControllerArtifact>> {
|
|
3770
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.v1CreateNodeControllerArtifact(v1CreateNodeControllerArtifactRequest, options);
|
|
3771
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
3772
|
+
},
|
|
3696
3773
|
/**
|
|
3697
3774
|
* Create node diagnostics.
|
|
3698
3775
|
* @param {V1CreateNodeDiagnosticsRequest} v1CreateNodeDiagnosticsRequest
|
|
@@ -4005,6 +4082,15 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
|
|
|
4005
4082
|
v1CreateNode(requestParameters: DefaultApiV1CreateNodeRequest, options?: AxiosRequestConfig): AxiosPromise<SuccessfulCreate> {
|
|
4006
4083
|
return localVarFp.v1CreateNode(requestParameters.v1CreateNodeRequest, options).then((request) => request(axios, basePath));
|
|
4007
4084
|
},
|
|
4085
|
+
/**
|
|
4086
|
+
* Create a node controller artifact.
|
|
4087
|
+
* @param {DefaultApiV1CreateNodeControllerArtifactRequest} requestParameters Request parameters.
|
|
4088
|
+
* @param {*} [options] Override http request option.
|
|
4089
|
+
* @throws {RequiredError}
|
|
4090
|
+
*/
|
|
4091
|
+
v1CreateNodeControllerArtifact(requestParameters: DefaultApiV1CreateNodeControllerArtifactRequest, options?: AxiosRequestConfig): AxiosPromise<V1NodeControllerArtifact> {
|
|
4092
|
+
return localVarFp.v1CreateNodeControllerArtifact(requestParameters.v1CreateNodeControllerArtifactRequest, options).then((request) => request(axios, basePath));
|
|
4093
|
+
},
|
|
4008
4094
|
/**
|
|
4009
4095
|
* Create node diagnostics.
|
|
4010
4096
|
* @param {DefaultApiV1CreateNodeDiagnosticsRequest} requestParameters Request parameters.
|
|
@@ -4360,6 +4446,20 @@ export interface DefaultApiV1CreateNodeRequest {
|
|
|
4360
4446
|
readonly v1CreateNodeRequest: V1CreateNodeRequest
|
|
4361
4447
|
}
|
|
4362
4448
|
|
|
4449
|
+
/**
|
|
4450
|
+
* Request parameters for v1CreateNodeControllerArtifact operation in DefaultApi.
|
|
4451
|
+
* @export
|
|
4452
|
+
* @interface DefaultApiV1CreateNodeControllerArtifactRequest
|
|
4453
|
+
*/
|
|
4454
|
+
export interface DefaultApiV1CreateNodeControllerArtifactRequest {
|
|
4455
|
+
/**
|
|
4456
|
+
*
|
|
4457
|
+
* @type {V1CreateNodeControllerArtifactRequest}
|
|
4458
|
+
* @memberof DefaultApiV1CreateNodeControllerArtifact
|
|
4459
|
+
*/
|
|
4460
|
+
readonly v1CreateNodeControllerArtifactRequest: V1CreateNodeControllerArtifactRequest
|
|
4461
|
+
}
|
|
4462
|
+
|
|
4363
4463
|
/**
|
|
4364
4464
|
* Request parameters for v1CreateNodeDiagnostics operation in DefaultApi.
|
|
4365
4465
|
* @export
|
|
@@ -4769,6 +4869,17 @@ export class DefaultApi extends BaseAPI {
|
|
|
4769
4869
|
return DefaultApiFp(this.configuration).v1CreateNode(requestParameters.v1CreateNodeRequest, options).then((request) => request(this.axios, this.basePath));
|
|
4770
4870
|
}
|
|
4771
4871
|
|
|
4872
|
+
/**
|
|
4873
|
+
* Create a node controller artifact.
|
|
4874
|
+
* @param {DefaultApiV1CreateNodeControllerArtifactRequest} requestParameters Request parameters.
|
|
4875
|
+
* @param {*} [options] Override http request option.
|
|
4876
|
+
* @throws {RequiredError}
|
|
4877
|
+
* @memberof DefaultApi
|
|
4878
|
+
*/
|
|
4879
|
+
public v1CreateNodeControllerArtifact(requestParameters: DefaultApiV1CreateNodeControllerArtifactRequest, options?: AxiosRequestConfig) {
|
|
4880
|
+
return DefaultApiFp(this.configuration).v1CreateNodeControllerArtifact(requestParameters.v1CreateNodeControllerArtifactRequest, options).then((request) => request(this.axios, this.basePath));
|
|
4881
|
+
}
|
|
4882
|
+
|
|
4772
4883
|
/**
|
|
4773
4884
|
* Create node diagnostics.
|
|
4774
4885
|
* @param {DefaultApiV1CreateNodeDiagnosticsRequest} requestParameters Request parameters.
|
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.
|
|
7
|
+
* The version of the OpenAPI document: 1.3.3657
|
|
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.
|
|
7
|
+
* The version of the OpenAPI document: 1.3.3657
|
|
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.
|
|
7
|
+
* The version of the OpenAPI document: 1.3.3657
|
|
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.
|
|
5
|
+
* The version of the OpenAPI document: 1.3.3657
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -468,6 +468,19 @@ export interface V1CreateMountRequest {
|
|
|
468
468
|
*/
|
|
469
469
|
'slewRate': number;
|
|
470
470
|
}
|
|
471
|
+
/**
|
|
472
|
+
*
|
|
473
|
+
* @export
|
|
474
|
+
* @interface V1CreateNodeControllerArtifactRequest
|
|
475
|
+
*/
|
|
476
|
+
export interface V1CreateNodeControllerArtifactRequest {
|
|
477
|
+
/**
|
|
478
|
+
*
|
|
479
|
+
* @type {string}
|
|
480
|
+
* @memberof V1CreateNodeControllerArtifactRequest
|
|
481
|
+
*/
|
|
482
|
+
'path': string;
|
|
483
|
+
}
|
|
471
484
|
/**
|
|
472
485
|
*
|
|
473
486
|
* @export
|
|
@@ -1452,6 +1465,19 @@ export declare const V1NodeComponentType: {
|
|
|
1452
1465
|
readonly COMPUTER: "COMPUTER";
|
|
1453
1466
|
};
|
|
1454
1467
|
export type V1NodeComponentType = typeof V1NodeComponentType[keyof typeof V1NodeComponentType];
|
|
1468
|
+
/**
|
|
1469
|
+
*
|
|
1470
|
+
* @export
|
|
1471
|
+
* @interface V1NodeControllerArtifact
|
|
1472
|
+
*/
|
|
1473
|
+
export interface V1NodeControllerArtifact {
|
|
1474
|
+
/**
|
|
1475
|
+
*
|
|
1476
|
+
* @type {string}
|
|
1477
|
+
* @memberof V1NodeControllerArtifact
|
|
1478
|
+
*/
|
|
1479
|
+
'url': string;
|
|
1480
|
+
}
|
|
1455
1481
|
/**
|
|
1456
1482
|
*
|
|
1457
1483
|
* @export
|
|
@@ -2253,6 +2279,13 @@ export declare const DefaultApiAxiosParamCreator: (configuration?: Configuration
|
|
|
2253
2279
|
* @throws {RequiredError}
|
|
2254
2280
|
*/
|
|
2255
2281
|
v1CreateNode: (v1CreateNodeRequest: V1CreateNodeRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
2282
|
+
/**
|
|
2283
|
+
* Create a node controller artifact.
|
|
2284
|
+
* @param {V1CreateNodeControllerArtifactRequest} v1CreateNodeControllerArtifactRequest
|
|
2285
|
+
* @param {*} [options] Override http request option.
|
|
2286
|
+
* @throws {RequiredError}
|
|
2287
|
+
*/
|
|
2288
|
+
v1CreateNodeControllerArtifact: (v1CreateNodeControllerArtifactRequest: V1CreateNodeControllerArtifactRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
2256
2289
|
/**
|
|
2257
2290
|
* Create node diagnostics.
|
|
2258
2291
|
* @param {V1CreateNodeDiagnosticsRequest} v1CreateNodeDiagnosticsRequest
|
|
@@ -2483,6 +2516,13 @@ export declare const DefaultApiFp: (configuration?: Configuration) => {
|
|
|
2483
2516
|
* @throws {RequiredError}
|
|
2484
2517
|
*/
|
|
2485
2518
|
v1CreateNode(v1CreateNodeRequest: V1CreateNodeRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SuccessfulCreate>>;
|
|
2519
|
+
/**
|
|
2520
|
+
* Create a node controller artifact.
|
|
2521
|
+
* @param {V1CreateNodeControllerArtifactRequest} v1CreateNodeControllerArtifactRequest
|
|
2522
|
+
* @param {*} [options] Override http request option.
|
|
2523
|
+
* @throws {RequiredError}
|
|
2524
|
+
*/
|
|
2525
|
+
v1CreateNodeControllerArtifact(v1CreateNodeControllerArtifactRequest: V1CreateNodeControllerArtifactRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<V1NodeControllerArtifact>>;
|
|
2486
2526
|
/**
|
|
2487
2527
|
* Create node diagnostics.
|
|
2488
2528
|
* @param {V1CreateNodeDiagnosticsRequest} v1CreateNodeDiagnosticsRequest
|
|
@@ -2706,6 +2746,13 @@ export declare const DefaultApiFactory: (configuration?: Configuration, basePath
|
|
|
2706
2746
|
* @throws {RequiredError}
|
|
2707
2747
|
*/
|
|
2708
2748
|
v1CreateNode(requestParameters: DefaultApiV1CreateNodeRequest, options?: AxiosRequestConfig): AxiosPromise<SuccessfulCreate>;
|
|
2749
|
+
/**
|
|
2750
|
+
* Create a node controller artifact.
|
|
2751
|
+
* @param {DefaultApiV1CreateNodeControllerArtifactRequest} requestParameters Request parameters.
|
|
2752
|
+
* @param {*} [options] Override http request option.
|
|
2753
|
+
* @throws {RequiredError}
|
|
2754
|
+
*/
|
|
2755
|
+
v1CreateNodeControllerArtifact(requestParameters: DefaultApiV1CreateNodeControllerArtifactRequest, options?: AxiosRequestConfig): AxiosPromise<V1NodeControllerArtifact>;
|
|
2709
2756
|
/**
|
|
2710
2757
|
* Create node diagnostics.
|
|
2711
2758
|
* @param {DefaultApiV1CreateNodeDiagnosticsRequest} requestParameters Request parameters.
|
|
@@ -2999,6 +3046,19 @@ export interface DefaultApiV1CreateNodeRequest {
|
|
|
2999
3046
|
*/
|
|
3000
3047
|
readonly v1CreateNodeRequest: V1CreateNodeRequest;
|
|
3001
3048
|
}
|
|
3049
|
+
/**
|
|
3050
|
+
* Request parameters for v1CreateNodeControllerArtifact operation in DefaultApi.
|
|
3051
|
+
* @export
|
|
3052
|
+
* @interface DefaultApiV1CreateNodeControllerArtifactRequest
|
|
3053
|
+
*/
|
|
3054
|
+
export interface DefaultApiV1CreateNodeControllerArtifactRequest {
|
|
3055
|
+
/**
|
|
3056
|
+
*
|
|
3057
|
+
* @type {V1CreateNodeControllerArtifactRequest}
|
|
3058
|
+
* @memberof DefaultApiV1CreateNodeControllerArtifact
|
|
3059
|
+
*/
|
|
3060
|
+
readonly v1CreateNodeControllerArtifactRequest: V1CreateNodeControllerArtifactRequest;
|
|
3061
|
+
}
|
|
3002
3062
|
/**
|
|
3003
3063
|
* Request parameters for v1CreateNodeDiagnostics operation in DefaultApi.
|
|
3004
3064
|
* @export
|
|
@@ -3360,6 +3420,14 @@ export declare class DefaultApi extends BaseAPI {
|
|
|
3360
3420
|
* @memberof DefaultApi
|
|
3361
3421
|
*/
|
|
3362
3422
|
v1CreateNode(requestParameters: DefaultApiV1CreateNodeRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SuccessfulCreate, any>>;
|
|
3423
|
+
/**
|
|
3424
|
+
* Create a node controller artifact.
|
|
3425
|
+
* @param {DefaultApiV1CreateNodeControllerArtifactRequest} requestParameters Request parameters.
|
|
3426
|
+
* @param {*} [options] Override http request option.
|
|
3427
|
+
* @throws {RequiredError}
|
|
3428
|
+
* @memberof DefaultApi
|
|
3429
|
+
*/
|
|
3430
|
+
v1CreateNodeControllerArtifact(requestParameters: DefaultApiV1CreateNodeControllerArtifactRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<V1NodeControllerArtifact, any>>;
|
|
3363
3431
|
/**
|
|
3364
3432
|
* Create node diagnostics.
|
|
3365
3433
|
* @param {DefaultApiV1CreateNodeDiagnosticsRequest} 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.
|
|
8
|
+
* The version of the OpenAPI document: 1.3.3657
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -468,6 +468,39 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
468
468
|
options: localVarRequestOptions,
|
|
469
469
|
};
|
|
470
470
|
}),
|
|
471
|
+
/**
|
|
472
|
+
* Create a node controller artifact.
|
|
473
|
+
* @param {V1CreateNodeControllerArtifactRequest} v1CreateNodeControllerArtifactRequest
|
|
474
|
+
* @param {*} [options] Override http request option.
|
|
475
|
+
* @throws {RequiredError}
|
|
476
|
+
*/
|
|
477
|
+
v1CreateNodeControllerArtifact: (v1CreateNodeControllerArtifactRequest, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
478
|
+
// verify required parameter 'v1CreateNodeControllerArtifactRequest' is not null or undefined
|
|
479
|
+
(0, common_1.assertParamExists)('v1CreateNodeControllerArtifact', 'v1CreateNodeControllerArtifactRequest', v1CreateNodeControllerArtifactRequest);
|
|
480
|
+
const localVarPath = `/v1/node-controller-artifact`;
|
|
481
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
482
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
483
|
+
let baseOptions;
|
|
484
|
+
if (configuration) {
|
|
485
|
+
baseOptions = configuration.baseOptions;
|
|
486
|
+
}
|
|
487
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'PUT' }, baseOptions), options);
|
|
488
|
+
const localVarHeaderParameter = {};
|
|
489
|
+
const localVarQueryParameter = {};
|
|
490
|
+
// authentication Roles required
|
|
491
|
+
// authentication BearerToken required
|
|
492
|
+
// http bearer authentication required
|
|
493
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
494
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
495
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
496
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
497
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
498
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(v1CreateNodeControllerArtifactRequest, localVarRequestOptions, configuration);
|
|
499
|
+
return {
|
|
500
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
501
|
+
options: localVarRequestOptions,
|
|
502
|
+
};
|
|
503
|
+
}),
|
|
471
504
|
/**
|
|
472
505
|
* Create node diagnostics.
|
|
473
506
|
* @param {V1CreateNodeDiagnosticsRequest} v1CreateNodeDiagnosticsRequest
|
|
@@ -1348,6 +1381,18 @@ const DefaultApiFp = function (configuration) {
|
|
|
1348
1381
|
return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
|
|
1349
1382
|
});
|
|
1350
1383
|
},
|
|
1384
|
+
/**
|
|
1385
|
+
* Create a node controller artifact.
|
|
1386
|
+
* @param {V1CreateNodeControllerArtifactRequest} v1CreateNodeControllerArtifactRequest
|
|
1387
|
+
* @param {*} [options] Override http request option.
|
|
1388
|
+
* @throws {RequiredError}
|
|
1389
|
+
*/
|
|
1390
|
+
v1CreateNodeControllerArtifact(v1CreateNodeControllerArtifactRequest, options) {
|
|
1391
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1392
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateNodeControllerArtifact(v1CreateNodeControllerArtifactRequest, options);
|
|
1393
|
+
return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
|
|
1394
|
+
});
|
|
1395
|
+
},
|
|
1351
1396
|
/**
|
|
1352
1397
|
* Create node diagnostics.
|
|
1353
1398
|
* @param {V1CreateNodeDiagnosticsRequest} v1CreateNodeDiagnosticsRequest
|
|
@@ -1706,6 +1751,15 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
1706
1751
|
v1CreateNode(requestParameters, options) {
|
|
1707
1752
|
return localVarFp.v1CreateNode(requestParameters.v1CreateNodeRequest, options).then((request) => request(axios, basePath));
|
|
1708
1753
|
},
|
|
1754
|
+
/**
|
|
1755
|
+
* Create a node controller artifact.
|
|
1756
|
+
* @param {DefaultApiV1CreateNodeControllerArtifactRequest} requestParameters Request parameters.
|
|
1757
|
+
* @param {*} [options] Override http request option.
|
|
1758
|
+
* @throws {RequiredError}
|
|
1759
|
+
*/
|
|
1760
|
+
v1CreateNodeControllerArtifact(requestParameters, options) {
|
|
1761
|
+
return localVarFp.v1CreateNodeControllerArtifact(requestParameters.v1CreateNodeControllerArtifactRequest, options).then((request) => request(axios, basePath));
|
|
1762
|
+
},
|
|
1709
1763
|
/**
|
|
1710
1764
|
* Create node diagnostics.
|
|
1711
1765
|
* @param {DefaultApiV1CreateNodeDiagnosticsRequest} requestParameters Request parameters.
|
|
@@ -2000,6 +2054,16 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
2000
2054
|
v1CreateNode(requestParameters, options) {
|
|
2001
2055
|
return (0, exports.DefaultApiFp)(this.configuration).v1CreateNode(requestParameters.v1CreateNodeRequest, options).then((request) => request(this.axios, this.basePath));
|
|
2002
2056
|
}
|
|
2057
|
+
/**
|
|
2058
|
+
* Create a node controller artifact.
|
|
2059
|
+
* @param {DefaultApiV1CreateNodeControllerArtifactRequest} requestParameters Request parameters.
|
|
2060
|
+
* @param {*} [options] Override http request option.
|
|
2061
|
+
* @throws {RequiredError}
|
|
2062
|
+
* @memberof DefaultApi
|
|
2063
|
+
*/
|
|
2064
|
+
v1CreateNodeControllerArtifact(requestParameters, options) {
|
|
2065
|
+
return (0, exports.DefaultApiFp)(this.configuration).v1CreateNodeControllerArtifact(requestParameters.v1CreateNodeControllerArtifactRequest, options).then((request) => request(this.axios, this.basePath));
|
|
2066
|
+
}
|
|
2003
2067
|
/**
|
|
2004
2068
|
* Create node diagnostics.
|
|
2005
2069
|
* @param {DefaultApiV1CreateNodeDiagnosticsRequest} requestParameters Request parameters.
|
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.
|
|
5
|
+
* The version of the OpenAPI document: 1.3.3657
|
|
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.
|
|
8
|
+
* The version of the OpenAPI document: 1.3.3657
|
|
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.
|
|
5
|
+
* The version of the OpenAPI document: 1.3.3657
|
|
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.
|
|
8
|
+
* The version of the OpenAPI document: 1.3.3657
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/configuration.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.
|
|
5
|
+
* The version of the OpenAPI document: 1.3.3657
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/configuration.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.
|
|
8
|
+
* The version of the OpenAPI document: 1.3.3657
|
|
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.
|
|
5
|
+
* The version of the OpenAPI document: 1.3.3657
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -468,6 +468,19 @@ export interface V1CreateMountRequest {
|
|
|
468
468
|
*/
|
|
469
469
|
'slewRate': number;
|
|
470
470
|
}
|
|
471
|
+
/**
|
|
472
|
+
*
|
|
473
|
+
* @export
|
|
474
|
+
* @interface V1CreateNodeControllerArtifactRequest
|
|
475
|
+
*/
|
|
476
|
+
export interface V1CreateNodeControllerArtifactRequest {
|
|
477
|
+
/**
|
|
478
|
+
*
|
|
479
|
+
* @type {string}
|
|
480
|
+
* @memberof V1CreateNodeControllerArtifactRequest
|
|
481
|
+
*/
|
|
482
|
+
'path': string;
|
|
483
|
+
}
|
|
471
484
|
/**
|
|
472
485
|
*
|
|
473
486
|
* @export
|
|
@@ -1452,6 +1465,19 @@ export declare const V1NodeComponentType: {
|
|
|
1452
1465
|
readonly COMPUTER: "COMPUTER";
|
|
1453
1466
|
};
|
|
1454
1467
|
export type V1NodeComponentType = typeof V1NodeComponentType[keyof typeof V1NodeComponentType];
|
|
1468
|
+
/**
|
|
1469
|
+
*
|
|
1470
|
+
* @export
|
|
1471
|
+
* @interface V1NodeControllerArtifact
|
|
1472
|
+
*/
|
|
1473
|
+
export interface V1NodeControllerArtifact {
|
|
1474
|
+
/**
|
|
1475
|
+
*
|
|
1476
|
+
* @type {string}
|
|
1477
|
+
* @memberof V1NodeControllerArtifact
|
|
1478
|
+
*/
|
|
1479
|
+
'url': string;
|
|
1480
|
+
}
|
|
1455
1481
|
/**
|
|
1456
1482
|
*
|
|
1457
1483
|
* @export
|
|
@@ -2253,6 +2279,13 @@ export declare const DefaultApiAxiosParamCreator: (configuration?: Configuration
|
|
|
2253
2279
|
* @throws {RequiredError}
|
|
2254
2280
|
*/
|
|
2255
2281
|
v1CreateNode: (v1CreateNodeRequest: V1CreateNodeRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
2282
|
+
/**
|
|
2283
|
+
* Create a node controller artifact.
|
|
2284
|
+
* @param {V1CreateNodeControllerArtifactRequest} v1CreateNodeControllerArtifactRequest
|
|
2285
|
+
* @param {*} [options] Override http request option.
|
|
2286
|
+
* @throws {RequiredError}
|
|
2287
|
+
*/
|
|
2288
|
+
v1CreateNodeControllerArtifact: (v1CreateNodeControllerArtifactRequest: V1CreateNodeControllerArtifactRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
2256
2289
|
/**
|
|
2257
2290
|
* Create node diagnostics.
|
|
2258
2291
|
* @param {V1CreateNodeDiagnosticsRequest} v1CreateNodeDiagnosticsRequest
|
|
@@ -2483,6 +2516,13 @@ export declare const DefaultApiFp: (configuration?: Configuration) => {
|
|
|
2483
2516
|
* @throws {RequiredError}
|
|
2484
2517
|
*/
|
|
2485
2518
|
v1CreateNode(v1CreateNodeRequest: V1CreateNodeRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SuccessfulCreate>>;
|
|
2519
|
+
/**
|
|
2520
|
+
* Create a node controller artifact.
|
|
2521
|
+
* @param {V1CreateNodeControllerArtifactRequest} v1CreateNodeControllerArtifactRequest
|
|
2522
|
+
* @param {*} [options] Override http request option.
|
|
2523
|
+
* @throws {RequiredError}
|
|
2524
|
+
*/
|
|
2525
|
+
v1CreateNodeControllerArtifact(v1CreateNodeControllerArtifactRequest: V1CreateNodeControllerArtifactRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<V1NodeControllerArtifact>>;
|
|
2486
2526
|
/**
|
|
2487
2527
|
* Create node diagnostics.
|
|
2488
2528
|
* @param {V1CreateNodeDiagnosticsRequest} v1CreateNodeDiagnosticsRequest
|
|
@@ -2706,6 +2746,13 @@ export declare const DefaultApiFactory: (configuration?: Configuration, basePath
|
|
|
2706
2746
|
* @throws {RequiredError}
|
|
2707
2747
|
*/
|
|
2708
2748
|
v1CreateNode(requestParameters: DefaultApiV1CreateNodeRequest, options?: AxiosRequestConfig): AxiosPromise<SuccessfulCreate>;
|
|
2749
|
+
/**
|
|
2750
|
+
* Create a node controller artifact.
|
|
2751
|
+
* @param {DefaultApiV1CreateNodeControllerArtifactRequest} requestParameters Request parameters.
|
|
2752
|
+
* @param {*} [options] Override http request option.
|
|
2753
|
+
* @throws {RequiredError}
|
|
2754
|
+
*/
|
|
2755
|
+
v1CreateNodeControllerArtifact(requestParameters: DefaultApiV1CreateNodeControllerArtifactRequest, options?: AxiosRequestConfig): AxiosPromise<V1NodeControllerArtifact>;
|
|
2709
2756
|
/**
|
|
2710
2757
|
* Create node diagnostics.
|
|
2711
2758
|
* @param {DefaultApiV1CreateNodeDiagnosticsRequest} requestParameters Request parameters.
|
|
@@ -2999,6 +3046,19 @@ export interface DefaultApiV1CreateNodeRequest {
|
|
|
2999
3046
|
*/
|
|
3000
3047
|
readonly v1CreateNodeRequest: V1CreateNodeRequest;
|
|
3001
3048
|
}
|
|
3049
|
+
/**
|
|
3050
|
+
* Request parameters for v1CreateNodeControllerArtifact operation in DefaultApi.
|
|
3051
|
+
* @export
|
|
3052
|
+
* @interface DefaultApiV1CreateNodeControllerArtifactRequest
|
|
3053
|
+
*/
|
|
3054
|
+
export interface DefaultApiV1CreateNodeControllerArtifactRequest {
|
|
3055
|
+
/**
|
|
3056
|
+
*
|
|
3057
|
+
* @type {V1CreateNodeControllerArtifactRequest}
|
|
3058
|
+
* @memberof DefaultApiV1CreateNodeControllerArtifact
|
|
3059
|
+
*/
|
|
3060
|
+
readonly v1CreateNodeControllerArtifactRequest: V1CreateNodeControllerArtifactRequest;
|
|
3061
|
+
}
|
|
3002
3062
|
/**
|
|
3003
3063
|
* Request parameters for v1CreateNodeDiagnostics operation in DefaultApi.
|
|
3004
3064
|
* @export
|
|
@@ -3360,6 +3420,14 @@ export declare class DefaultApi extends BaseAPI {
|
|
|
3360
3420
|
* @memberof DefaultApi
|
|
3361
3421
|
*/
|
|
3362
3422
|
v1CreateNode(requestParameters: DefaultApiV1CreateNodeRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SuccessfulCreate, any>>;
|
|
3423
|
+
/**
|
|
3424
|
+
* Create a node controller artifact.
|
|
3425
|
+
* @param {DefaultApiV1CreateNodeControllerArtifactRequest} requestParameters Request parameters.
|
|
3426
|
+
* @param {*} [options] Override http request option.
|
|
3427
|
+
* @throws {RequiredError}
|
|
3428
|
+
* @memberof DefaultApi
|
|
3429
|
+
*/
|
|
3430
|
+
v1CreateNodeControllerArtifact(requestParameters: DefaultApiV1CreateNodeControllerArtifactRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<V1NodeControllerArtifact, any>>;
|
|
3363
3431
|
/**
|
|
3364
3432
|
* Create node diagnostics.
|
|
3365
3433
|
* @param {DefaultApiV1CreateNodeDiagnosticsRequest} 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.
|
|
7
|
+
* The version of the OpenAPI document: 1.3.3657
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -465,6 +465,39 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
465
465
|
options: localVarRequestOptions,
|
|
466
466
|
};
|
|
467
467
|
}),
|
|
468
|
+
/**
|
|
469
|
+
* Create a node controller artifact.
|
|
470
|
+
* @param {V1CreateNodeControllerArtifactRequest} v1CreateNodeControllerArtifactRequest
|
|
471
|
+
* @param {*} [options] Override http request option.
|
|
472
|
+
* @throws {RequiredError}
|
|
473
|
+
*/
|
|
474
|
+
v1CreateNodeControllerArtifact: (v1CreateNodeControllerArtifactRequest, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
475
|
+
// verify required parameter 'v1CreateNodeControllerArtifactRequest' is not null or undefined
|
|
476
|
+
assertParamExists('v1CreateNodeControllerArtifact', 'v1CreateNodeControllerArtifactRequest', v1CreateNodeControllerArtifactRequest);
|
|
477
|
+
const localVarPath = `/v1/node-controller-artifact`;
|
|
478
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
479
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
480
|
+
let baseOptions;
|
|
481
|
+
if (configuration) {
|
|
482
|
+
baseOptions = configuration.baseOptions;
|
|
483
|
+
}
|
|
484
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'PUT' }, baseOptions), options);
|
|
485
|
+
const localVarHeaderParameter = {};
|
|
486
|
+
const localVarQueryParameter = {};
|
|
487
|
+
// authentication Roles required
|
|
488
|
+
// authentication BearerToken required
|
|
489
|
+
// http bearer authentication required
|
|
490
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
491
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
492
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
493
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
494
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
495
|
+
localVarRequestOptions.data = serializeDataIfNeeded(v1CreateNodeControllerArtifactRequest, localVarRequestOptions, configuration);
|
|
496
|
+
return {
|
|
497
|
+
url: toPathString(localVarUrlObj),
|
|
498
|
+
options: localVarRequestOptions,
|
|
499
|
+
};
|
|
500
|
+
}),
|
|
468
501
|
/**
|
|
469
502
|
* Create node diagnostics.
|
|
470
503
|
* @param {V1CreateNodeDiagnosticsRequest} v1CreateNodeDiagnosticsRequest
|
|
@@ -1344,6 +1377,18 @@ export const DefaultApiFp = function (configuration) {
|
|
|
1344
1377
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
1345
1378
|
});
|
|
1346
1379
|
},
|
|
1380
|
+
/**
|
|
1381
|
+
* Create a node controller artifact.
|
|
1382
|
+
* @param {V1CreateNodeControllerArtifactRequest} v1CreateNodeControllerArtifactRequest
|
|
1383
|
+
* @param {*} [options] Override http request option.
|
|
1384
|
+
* @throws {RequiredError}
|
|
1385
|
+
*/
|
|
1386
|
+
v1CreateNodeControllerArtifact(v1CreateNodeControllerArtifactRequest, options) {
|
|
1387
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1388
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateNodeControllerArtifact(v1CreateNodeControllerArtifactRequest, options);
|
|
1389
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
1390
|
+
});
|
|
1391
|
+
},
|
|
1347
1392
|
/**
|
|
1348
1393
|
* Create node diagnostics.
|
|
1349
1394
|
* @param {V1CreateNodeDiagnosticsRequest} v1CreateNodeDiagnosticsRequest
|
|
@@ -1701,6 +1746,15 @@ export const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
1701
1746
|
v1CreateNode(requestParameters, options) {
|
|
1702
1747
|
return localVarFp.v1CreateNode(requestParameters.v1CreateNodeRequest, options).then((request) => request(axios, basePath));
|
|
1703
1748
|
},
|
|
1749
|
+
/**
|
|
1750
|
+
* Create a node controller artifact.
|
|
1751
|
+
* @param {DefaultApiV1CreateNodeControllerArtifactRequest} requestParameters Request parameters.
|
|
1752
|
+
* @param {*} [options] Override http request option.
|
|
1753
|
+
* @throws {RequiredError}
|
|
1754
|
+
*/
|
|
1755
|
+
v1CreateNodeControllerArtifact(requestParameters, options) {
|
|
1756
|
+
return localVarFp.v1CreateNodeControllerArtifact(requestParameters.v1CreateNodeControllerArtifactRequest, options).then((request) => request(axios, basePath));
|
|
1757
|
+
},
|
|
1704
1758
|
/**
|
|
1705
1759
|
* Create node diagnostics.
|
|
1706
1760
|
* @param {DefaultApiV1CreateNodeDiagnosticsRequest} requestParameters Request parameters.
|
|
@@ -1994,6 +2048,16 @@ export class DefaultApi extends BaseAPI {
|
|
|
1994
2048
|
v1CreateNode(requestParameters, options) {
|
|
1995
2049
|
return DefaultApiFp(this.configuration).v1CreateNode(requestParameters.v1CreateNodeRequest, options).then((request) => request(this.axios, this.basePath));
|
|
1996
2050
|
}
|
|
2051
|
+
/**
|
|
2052
|
+
* Create a node controller artifact.
|
|
2053
|
+
* @param {DefaultApiV1CreateNodeControllerArtifactRequest} requestParameters Request parameters.
|
|
2054
|
+
* @param {*} [options] Override http request option.
|
|
2055
|
+
* @throws {RequiredError}
|
|
2056
|
+
* @memberof DefaultApi
|
|
2057
|
+
*/
|
|
2058
|
+
v1CreateNodeControllerArtifact(requestParameters, options) {
|
|
2059
|
+
return DefaultApiFp(this.configuration).v1CreateNodeControllerArtifact(requestParameters.v1CreateNodeControllerArtifactRequest, options).then((request) => request(this.axios, this.basePath));
|
|
2060
|
+
}
|
|
1997
2061
|
/**
|
|
1998
2062
|
* Create node diagnostics.
|
|
1999
2063
|
* @param {DefaultApiV1CreateNodeDiagnosticsRequest} requestParameters Request parameters.
|
package/dist/esm/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.
|
|
5
|
+
* The version of the OpenAPI document: 1.3.3657
|
|
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.
|
|
7
|
+
* The version of the OpenAPI document: 1.3.3657
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/esm/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.
|
|
5
|
+
* The version of the OpenAPI document: 1.3.3657
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/esm/common.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.
|
|
7
|
+
* The version of the OpenAPI document: 1.3.3657
|
|
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.
|
|
5
|
+
* The version of the OpenAPI document: 1.3.3657
|
|
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.
|
|
7
|
+
* The version of the OpenAPI document: 1.3.3657
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/esm/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.
|
|
5
|
+
* The version of the OpenAPI document: 1.3.3657
|
|
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.
|
|
7
|
+
* The version of the OpenAPI document: 1.3.3657
|
|
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.
|
|
5
|
+
* The version of the OpenAPI document: 1.3.3657
|
|
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.
|
|
8
|
+
* The version of the OpenAPI document: 1.3.3657
|
|
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.
|
|
7
|
+
* The version of the OpenAPI document: 1.3.3657
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|