@wandelbots/nova-api 25.7.0-dev.17 → 25.7.0-dev.2
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/package.json +1 -1
- package/v1/api.d.ts +7 -7
- package/v1/api.js +5 -5
- package/v1/api.ts +7 -7
- package/v1/base.d.ts +1 -1
- package/v1/base.js +1 -1
- package/v1/base.ts +1 -1
- package/v1/common.d.ts +1 -1
- package/v1/common.js +1 -1
- package/v1/common.ts +1 -1
- package/v1/configuration.d.ts +1 -1
- package/v1/configuration.js +1 -1
- package/v1/configuration.ts +1 -1
- package/v1/index.d.ts +1 -1
- package/v1/index.js +1 -1
- package/v1/index.ts +1 -1
- package/v2/api.d.ts +793 -864
- package/v2/api.js +1187 -1302
- package/v2/api.js.map +1 -1
- package/v2/api.ts +1541 -1681
package/package.json
CHANGED
package/v1/api.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Wandelbots NOVA API
|
|
3
3
|
* Interact with robots in an easy and intuitive way.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0.0
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0 beta
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -7277,7 +7277,7 @@ export interface VersionNumber {
|
|
|
7277
7277
|
'string_version'?: string;
|
|
7278
7278
|
}
|
|
7279
7279
|
/**
|
|
7280
|
-
* The configuration of a virtual robot controller has to contain the manufacturer string, an optional joint position string array and either a
|
|
7280
|
+
* The configuration of a virtual robot controller has to contain the manufacturer string, an optional joint position string array and either a type or the full JSON configuration. The JSON config of a physical controller can be obtained via `/cells/{cell}/controllers/{controller}/virtual-robot-configuration`
|
|
7281
7281
|
* @export
|
|
7282
7282
|
* @interface VirtualController
|
|
7283
7283
|
*/
|
|
@@ -7301,7 +7301,7 @@ export interface VirtualController {
|
|
|
7301
7301
|
*/
|
|
7302
7302
|
'type'?: VirtualControllerTypes;
|
|
7303
7303
|
/**
|
|
7304
|
-
*
|
|
7304
|
+
*
|
|
7305
7305
|
* @type {string}
|
|
7306
7306
|
* @memberof VirtualController
|
|
7307
7307
|
*/
|
|
@@ -8041,7 +8041,7 @@ export declare const ControllerApiAxiosParamCreator: (configuration?: Configurat
|
|
|
8041
8041
|
*/
|
|
8042
8042
|
getSupportedModes: (cell: string, controller: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
8043
8043
|
/**
|
|
8044
|
-
* Receive
|
|
8044
|
+
* Receive the configuration for a virtual robot controller. Used to configure a virtual robot controller via [addRobotController](addRobotController). > **NOTE** > > The output generated by this endpoint can be too large for the site to handle, and may produce an error or incorrect output. > Use `curl` in combination with `> output.json` to capture the output, or use an API client like Postman.
|
|
8045
8045
|
* @summary Virtual Robot Configuration
|
|
8046
8046
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
8047
8047
|
* @param {string} controller Unique identifier to address a controller in the cell.
|
|
@@ -8179,7 +8179,7 @@ export declare const ControllerApiFp: (configuration?: Configuration) => {
|
|
|
8179
8179
|
*/
|
|
8180
8180
|
getSupportedModes(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ControllerCapabilities>>;
|
|
8181
8181
|
/**
|
|
8182
|
-
* Receive
|
|
8182
|
+
* Receive the configuration for a virtual robot controller. Used to configure a virtual robot controller via [addRobotController](addRobotController). > **NOTE** > > The output generated by this endpoint can be too large for the site to handle, and may produce an error or incorrect output. > Use `curl` in combination with `> output.json` to capture the output, or use an API client like Postman.
|
|
8183
8183
|
* @summary Virtual Robot Configuration
|
|
8184
8184
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
8185
8185
|
* @param {string} controller Unique identifier to address a controller in the cell.
|
|
@@ -8317,7 +8317,7 @@ export declare const ControllerApiFactory: (configuration?: Configuration, baseP
|
|
|
8317
8317
|
*/
|
|
8318
8318
|
getSupportedModes(cell: string, controller: string, options?: RawAxiosRequestConfig): AxiosPromise<ControllerCapabilities>;
|
|
8319
8319
|
/**
|
|
8320
|
-
* Receive
|
|
8320
|
+
* Receive the configuration for a virtual robot controller. Used to configure a virtual robot controller via [addRobotController](addRobotController). > **NOTE** > > The output generated by this endpoint can be too large for the site to handle, and may produce an error or incorrect output. > Use `curl` in combination with `> output.json` to capture the output, or use an API client like Postman.
|
|
8321
8321
|
* @summary Virtual Robot Configuration
|
|
8322
8322
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
8323
8323
|
* @param {string} controller Unique identifier to address a controller in the cell.
|
|
@@ -8464,7 +8464,7 @@ export declare class ControllerApi extends BaseAPI {
|
|
|
8464
8464
|
*/
|
|
8465
8465
|
getSupportedModes(cell: string, controller: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ControllerCapabilities, any>>;
|
|
8466
8466
|
/**
|
|
8467
|
-
* Receive
|
|
8467
|
+
* Receive the configuration for a virtual robot controller. Used to configure a virtual robot controller via [addRobotController](addRobotController). > **NOTE** > > The output generated by this endpoint can be too large for the site to handle, and may produce an error or incorrect output. > Use `curl` in combination with `> output.json` to capture the output, or use an API client like Postman.
|
|
8468
8468
|
* @summary Virtual Robot Configuration
|
|
8469
8469
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
8470
8470
|
* @param {string} controller Unique identifier to address a controller in the cell.
|
package/v1/api.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Wandelbots NOVA API
|
|
5
5
|
* Interact with robots in an easy and intuitive way.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0.0
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0 beta
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -1824,7 +1824,7 @@ export const ControllerApiAxiosParamCreator = function (configuration) {
|
|
|
1824
1824
|
};
|
|
1825
1825
|
},
|
|
1826
1826
|
/**
|
|
1827
|
-
* Receive
|
|
1827
|
+
* Receive the configuration for a virtual robot controller. Used to configure a virtual robot controller via [addRobotController](addRobotController). > **NOTE** > > The output generated by this endpoint can be too large for the site to handle, and may produce an error or incorrect output. > Use `curl` in combination with `> output.json` to capture the output, or use an API client like Postman.
|
|
1828
1828
|
* @summary Virtual Robot Configuration
|
|
1829
1829
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
1830
1830
|
* @param {string} controller Unique identifier to address a controller in the cell.
|
|
@@ -2225,7 +2225,7 @@ export const ControllerApiFp = function (configuration) {
|
|
|
2225
2225
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2226
2226
|
},
|
|
2227
2227
|
/**
|
|
2228
|
-
* Receive
|
|
2228
|
+
* Receive the configuration for a virtual robot controller. Used to configure a virtual robot controller via [addRobotController](addRobotController). > **NOTE** > > The output generated by this endpoint can be too large for the site to handle, and may produce an error or incorrect output. > Use `curl` in combination with `> output.json` to capture the output, or use an API client like Postman.
|
|
2229
2229
|
* @summary Virtual Robot Configuration
|
|
2230
2230
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
2231
2231
|
* @param {string} controller Unique identifier to address a controller in the cell.
|
|
@@ -2415,7 +2415,7 @@ export const ControllerApiFactory = function (configuration, basePath, axios) {
|
|
|
2415
2415
|
return localVarFp.getSupportedModes(cell, controller, options).then((request) => request(axios, basePath));
|
|
2416
2416
|
},
|
|
2417
2417
|
/**
|
|
2418
|
-
* Receive
|
|
2418
|
+
* Receive the configuration for a virtual robot controller. Used to configure a virtual robot controller via [addRobotController](addRobotController). > **NOTE** > > The output generated by this endpoint can be too large for the site to handle, and may produce an error or incorrect output. > Use `curl` in combination with `> output.json` to capture the output, or use an API client like Postman.
|
|
2419
2419
|
* @summary Virtual Robot Configuration
|
|
2420
2420
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
2421
2421
|
* @param {string} controller Unique identifier to address a controller in the cell.
|
|
@@ -2591,7 +2591,7 @@ export class ControllerApi extends BaseAPI {
|
|
|
2591
2591
|
return ControllerApiFp(this.configuration).getSupportedModes(cell, controller, options).then((request) => request(this.axios, this.basePath));
|
|
2592
2592
|
}
|
|
2593
2593
|
/**
|
|
2594
|
-
* Receive
|
|
2594
|
+
* Receive the configuration for a virtual robot controller. Used to configure a virtual robot controller via [addRobotController](addRobotController). > **NOTE** > > The output generated by this endpoint can be too large for the site to handle, and may produce an error or incorrect output. > Use `curl` in combination with `> output.json` to capture the output, or use an API client like Postman.
|
|
2595
2595
|
* @summary Virtual Robot Configuration
|
|
2596
2596
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
2597
2597
|
* @param {string} controller Unique identifier to address a controller in the cell.
|
package/v1/api.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Wandelbots NOVA API
|
|
5
5
|
* Interact with robots in an easy and intuitive way.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0.0
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0 beta
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -7444,7 +7444,7 @@ export interface VersionNumber {
|
|
|
7444
7444
|
'string_version'?: string;
|
|
7445
7445
|
}
|
|
7446
7446
|
/**
|
|
7447
|
-
* The configuration of a virtual robot controller has to contain the manufacturer string, an optional joint position string array and either a
|
|
7447
|
+
* The configuration of a virtual robot controller has to contain the manufacturer string, an optional joint position string array and either a type or the full JSON configuration. The JSON config of a physical controller can be obtained via `/cells/{cell}/controllers/{controller}/virtual-robot-configuration`
|
|
7448
7448
|
* @export
|
|
7449
7449
|
* @interface VirtualController
|
|
7450
7450
|
*/
|
|
@@ -7468,7 +7468,7 @@ export interface VirtualController {
|
|
|
7468
7468
|
*/
|
|
7469
7469
|
'type'?: VirtualControllerTypes;
|
|
7470
7470
|
/**
|
|
7471
|
-
*
|
|
7471
|
+
*
|
|
7472
7472
|
* @type {string}
|
|
7473
7473
|
* @memberof VirtualController
|
|
7474
7474
|
*/
|
|
@@ -9095,7 +9095,7 @@ export const ControllerApiAxiosParamCreator = function (configuration?: Configur
|
|
|
9095
9095
|
};
|
|
9096
9096
|
},
|
|
9097
9097
|
/**
|
|
9098
|
-
* Receive
|
|
9098
|
+
* Receive the configuration for a virtual robot controller. Used to configure a virtual robot controller via [addRobotController](addRobotController). > **NOTE** > > The output generated by this endpoint can be too large for the site to handle, and may produce an error or incorrect output. > Use `curl` in combination with `> output.json` to capture the output, or use an API client like Postman.
|
|
9099
9099
|
* @summary Virtual Robot Configuration
|
|
9100
9100
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
9101
9101
|
* @param {string} controller Unique identifier to address a controller in the cell.
|
|
@@ -9551,7 +9551,7 @@ export const ControllerApiFp = function(configuration?: Configuration) {
|
|
|
9551
9551
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
9552
9552
|
},
|
|
9553
9553
|
/**
|
|
9554
|
-
* Receive
|
|
9554
|
+
* Receive the configuration for a virtual robot controller. Used to configure a virtual robot controller via [addRobotController](addRobotController). > **NOTE** > > The output generated by this endpoint can be too large for the site to handle, and may produce an error or incorrect output. > Use `curl` in combination with `> output.json` to capture the output, or use an API client like Postman.
|
|
9555
9555
|
* @summary Virtual Robot Configuration
|
|
9556
9556
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
9557
9557
|
* @param {string} controller Unique identifier to address a controller in the cell.
|
|
@@ -9742,7 +9742,7 @@ export const ControllerApiFactory = function (configuration?: Configuration, bas
|
|
|
9742
9742
|
return localVarFp.getSupportedModes(cell, controller, options).then((request) => request(axios, basePath));
|
|
9743
9743
|
},
|
|
9744
9744
|
/**
|
|
9745
|
-
* Receive
|
|
9745
|
+
* Receive the configuration for a virtual robot controller. Used to configure a virtual robot controller via [addRobotController](addRobotController). > **NOTE** > > The output generated by this endpoint can be too large for the site to handle, and may produce an error or incorrect output. > Use `curl` in combination with `> output.json` to capture the output, or use an API client like Postman.
|
|
9746
9746
|
* @summary Virtual Robot Configuration
|
|
9747
9747
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
9748
9748
|
* @param {string} controller Unique identifier to address a controller in the cell.
|
|
@@ -9926,7 +9926,7 @@ export class ControllerApi extends BaseAPI {
|
|
|
9926
9926
|
}
|
|
9927
9927
|
|
|
9928
9928
|
/**
|
|
9929
|
-
* Receive
|
|
9929
|
+
* Receive the configuration for a virtual robot controller. Used to configure a virtual robot controller via [addRobotController](addRobotController). > **NOTE** > > The output generated by this endpoint can be too large for the site to handle, and may produce an error or incorrect output. > Use `curl` in combination with `> output.json` to capture the output, or use an API client like Postman.
|
|
9930
9930
|
* @summary Virtual Robot Configuration
|
|
9931
9931
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
9932
9932
|
* @param {string} controller Unique identifier to address a controller in the cell.
|
package/v1/base.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Wandelbots NOVA API
|
|
3
3
|
* Interact with robots in an easy and intuitive way.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0.0
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0 beta
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/v1/base.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Wandelbots NOVA API
|
|
5
5
|
* Interact with robots in an easy and intuitive way.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0.0
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0 beta
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/v1/base.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Wandelbots NOVA API
|
|
5
5
|
* Interact with robots in an easy and intuitive way.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0.0
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0 beta
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/v1/common.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Wandelbots NOVA API
|
|
3
3
|
* Interact with robots in an easy and intuitive way.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0.0
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0 beta
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/v1/common.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Wandelbots NOVA API
|
|
5
5
|
* Interact with robots in an easy and intuitive way.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0.0
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0 beta
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/v1/common.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Wandelbots NOVA API
|
|
5
5
|
* Interact with robots in an easy and intuitive way.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0.0
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0 beta
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/v1/configuration.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Wandelbots NOVA API
|
|
3
3
|
* Interact with robots in an easy and intuitive way.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0.0
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0 beta
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/v1/configuration.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Wandelbots NOVA API
|
|
5
5
|
* Interact with robots in an easy and intuitive way.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0.0
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0 beta
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/v1/configuration.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Wandelbots NOVA API
|
|
5
5
|
* Interact with robots in an easy and intuitive way.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0.0
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0 beta
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/v1/index.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Wandelbots NOVA API
|
|
3
3
|
* Interact with robots in an easy and intuitive way.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0.0
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0 beta
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/v1/index.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Wandelbots NOVA API
|
|
5
5
|
* Interact with robots in an easy and intuitive way.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0.0
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0 beta
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/v1/index.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Wandelbots NOVA API
|
|
5
5
|
* Interact with robots in an easy and intuitive way.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0.0
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0 beta
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|