@wandelbots/nova-api 25.11.0-dev.14 → 25.11.0-dev.15
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/dist/v1/index.d.cts +179 -179
- package/dist/v1/index.d.ts +1 -1
- package/dist/v2/index.cjs +4 -4
- package/dist/v2/index.d.cts +147 -147
- package/dist/v2/index.d.ts +16 -16
- package/dist/v2/index.js +4 -4
- package/package.json +1 -1
package/dist/v1/index.d.ts
CHANGED
|
@@ -7,7 +7,7 @@ import { AxiosInstance, AxiosPromise, RawAxiosRequestConfig } from "axios";
|
|
|
7
7
|
* Wandelbots NOVA API
|
|
8
8
|
* Interact with robots in an easy and intuitive way.
|
|
9
9
|
*
|
|
10
|
-
* The version of the OpenAPI document: 1.
|
|
10
|
+
* The version of the OpenAPI document: 1.1.0
|
|
11
11
|
*
|
|
12
12
|
*
|
|
13
13
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/v2/index.cjs
CHANGED
|
@@ -3948,7 +3948,7 @@ const ProgramApiFactory = function(configuration, basePath, axios$1) {
|
|
|
3948
3948
|
*/
|
|
3949
3949
|
var ProgramApi = class extends BaseAPI {
|
|
3950
3950
|
/**
|
|
3951
|
-
* Get details of a program.
|
|
3951
|
+
* <!-- theme: danger --> > **Experimental** Get details of a program.
|
|
3952
3952
|
* @summary Get program
|
|
3953
3953
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
3954
3954
|
* @param {string} program
|
|
@@ -3959,7 +3959,7 @@ var ProgramApi = class extends BaseAPI {
|
|
|
3959
3959
|
return ProgramApiFp(this.configuration).getProgram(cell, program, options).then((request) => request(this.axios, this.basePath));
|
|
3960
3960
|
}
|
|
3961
3961
|
/**
|
|
3962
|
-
* List details of all existing programs.
|
|
3962
|
+
* <!-- theme: danger --> > **Experimental** List details of all existing programs.
|
|
3963
3963
|
* @summary List programs
|
|
3964
3964
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
3965
3965
|
* @param {*} [options] Override http request option.
|
|
@@ -3969,7 +3969,7 @@ var ProgramApi = class extends BaseAPI {
|
|
|
3969
3969
|
return ProgramApiFp(this.configuration).listPrograms(cell, options).then((request) => request(this.axios, this.basePath));
|
|
3970
3970
|
}
|
|
3971
3971
|
/**
|
|
3972
|
-
* This endpoint starts a new program execution. The program will be executed asynchronously.
|
|
3972
|
+
* <!-- theme: danger --> > **Experimental** This endpoint starts a new program execution. The program will be executed asynchronously.
|
|
3973
3973
|
* @summary Start the program
|
|
3974
3974
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
3975
3975
|
* @param {string} program
|
|
@@ -3981,7 +3981,7 @@ var ProgramApi = class extends BaseAPI {
|
|
|
3981
3981
|
return ProgramApiFp(this.configuration).startProgram(cell, program, programStartRequest, options).then((request) => request(this.axios, this.basePath));
|
|
3982
3982
|
}
|
|
3983
3983
|
/**
|
|
3984
|
-
* Stop a specific program run.
|
|
3984
|
+
* <!-- theme: danger --> > **Experimental** Stop a specific program run.
|
|
3985
3985
|
* @summary Stop program run
|
|
3986
3986
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
3987
3987
|
* @param {string} program
|