@wandelbots/nova-api 26.6.0-dev.14 → 26.6.0-dev.16
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.cjs +1 -1
- package/dist/v1/index.d.cts +5 -5
- package/dist/v1/index.d.ts +5 -5
- package/dist/v1/index.js +1 -1
- package/dist/v2/index.cjs +1 -1
- package/dist/v2/index.d.cts +4 -4
- package/dist/v2/index.d.ts +4 -4
- package/dist/v2/index.js +1 -1
- package/package.json +1 -1
package/dist/v1/index.cjs
CHANGED
|
@@ -1087,7 +1087,7 @@ var CellApi = class extends BaseAPI {
|
|
|
1087
1087
|
return CellApiFp(this.configuration).deployCell(cell, completionTimeout, options).then((request) => request(this.axios, this.basePath));
|
|
1088
1088
|
}
|
|
1089
1089
|
/**
|
|
1090
|
-
* **Required permissions:** `
|
|
1090
|
+
* **Required permissions:** `can_access_system` - View system status and metadata ___ List all cell resources. > **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.
|
|
1091
1091
|
* @summary Configuration
|
|
1092
1092
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
1093
1093
|
* @param {*} [options] Override http request option.
|
package/dist/v1/index.d.cts
CHANGED
|
@@ -6,7 +6,7 @@ import { AxiosInstance, AxiosPromise, RawAxiosRequestConfig } from "axios";
|
|
|
6
6
|
* Wandelbots NOVA API
|
|
7
7
|
* Interact with robots in an easy and intuitive way.
|
|
8
8
|
*
|
|
9
|
-
* The version of the OpenAPI document: 1.
|
|
9
|
+
* The version of the OpenAPI document: 1.6.0 dev
|
|
10
10
|
*
|
|
11
11
|
*
|
|
12
12
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4141,7 +4141,7 @@ declare const CellApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
4141
4141
|
*/
|
|
4142
4142
|
deployCell: (cell: Cell, completionTimeout?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
4143
4143
|
/**
|
|
4144
|
-
* **Required permissions:** `
|
|
4144
|
+
* **Required permissions:** `can_access_system` - View system status and metadata ___ List all cell resources. > **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.
|
|
4145
4145
|
* @summary Configuration
|
|
4146
4146
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
4147
4147
|
* @param {*} [options] Override http request option.
|
|
@@ -4197,7 +4197,7 @@ declare const CellApiFp: (configuration?: Configuration) => {
|
|
|
4197
4197
|
*/
|
|
4198
4198
|
deployCell(cell: Cell, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
4199
4199
|
/**
|
|
4200
|
-
* **Required permissions:** `
|
|
4200
|
+
* **Required permissions:** `can_access_system` - View system status and metadata ___ List all cell resources. > **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.
|
|
4201
4201
|
* @summary Configuration
|
|
4202
4202
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
4203
4203
|
* @param {*} [options] Override http request option.
|
|
@@ -4253,7 +4253,7 @@ declare const CellApiFactory: (configuration?: Configuration, basePath?: string,
|
|
|
4253
4253
|
*/
|
|
4254
4254
|
deployCell(cell: Cell, completionTimeout?: number, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
4255
4255
|
/**
|
|
4256
|
-
* **Required permissions:** `
|
|
4256
|
+
* **Required permissions:** `can_access_system` - View system status and metadata ___ List all cell resources. > **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.
|
|
4257
4257
|
* @summary Configuration
|
|
4258
4258
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
4259
4259
|
* @param {*} [options] Override http request option.
|
|
@@ -4309,7 +4309,7 @@ declare class CellApi extends BaseAPI {
|
|
|
4309
4309
|
*/
|
|
4310
4310
|
deployCell(cell: Cell, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<void, any, {}>>;
|
|
4311
4311
|
/**
|
|
4312
|
-
* **Required permissions:** `
|
|
4312
|
+
* **Required permissions:** `can_access_system` - View system status and metadata ___ List all cell resources. > **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.
|
|
4313
4313
|
* @summary Configuration
|
|
4314
4314
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
4315
4315
|
* @param {*} [options] Override http request option.
|
package/dist/v1/index.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ import { AxiosInstance, AxiosPromise, RawAxiosRequestConfig } from "axios";
|
|
|
6
6
|
* Wandelbots NOVA API
|
|
7
7
|
* Interact with robots in an easy and intuitive way.
|
|
8
8
|
*
|
|
9
|
-
* The version of the OpenAPI document: 1.
|
|
9
|
+
* The version of the OpenAPI document: 1.6.0 dev
|
|
10
10
|
*
|
|
11
11
|
*
|
|
12
12
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4141,7 +4141,7 @@ declare const CellApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
4141
4141
|
*/
|
|
4142
4142
|
deployCell: (cell: Cell, completionTimeout?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
4143
4143
|
/**
|
|
4144
|
-
* **Required permissions:** `
|
|
4144
|
+
* **Required permissions:** `can_access_system` - View system status and metadata ___ List all cell resources. > **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.
|
|
4145
4145
|
* @summary Configuration
|
|
4146
4146
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
4147
4147
|
* @param {*} [options] Override http request option.
|
|
@@ -4197,7 +4197,7 @@ declare const CellApiFp: (configuration?: Configuration) => {
|
|
|
4197
4197
|
*/
|
|
4198
4198
|
deployCell(cell: Cell, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
4199
4199
|
/**
|
|
4200
|
-
* **Required permissions:** `
|
|
4200
|
+
* **Required permissions:** `can_access_system` - View system status and metadata ___ List all cell resources. > **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.
|
|
4201
4201
|
* @summary Configuration
|
|
4202
4202
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
4203
4203
|
* @param {*} [options] Override http request option.
|
|
@@ -4253,7 +4253,7 @@ declare const CellApiFactory: (configuration?: Configuration, basePath?: string,
|
|
|
4253
4253
|
*/
|
|
4254
4254
|
deployCell(cell: Cell, completionTimeout?: number, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
4255
4255
|
/**
|
|
4256
|
-
* **Required permissions:** `
|
|
4256
|
+
* **Required permissions:** `can_access_system` - View system status and metadata ___ List all cell resources. > **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.
|
|
4257
4257
|
* @summary Configuration
|
|
4258
4258
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
4259
4259
|
* @param {*} [options] Override http request option.
|
|
@@ -4309,7 +4309,7 @@ declare class CellApi extends BaseAPI {
|
|
|
4309
4309
|
*/
|
|
4310
4310
|
deployCell(cell: Cell, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<void, any, {}>>;
|
|
4311
4311
|
/**
|
|
4312
|
-
* **Required permissions:** `
|
|
4312
|
+
* **Required permissions:** `can_access_system` - View system status and metadata ___ List all cell resources. > **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.
|
|
4313
4313
|
* @summary Configuration
|
|
4314
4314
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
4315
4315
|
* @param {*} [options] Override http request option.
|
package/dist/v1/index.js
CHANGED
|
@@ -1085,7 +1085,7 @@ var CellApi = class extends BaseAPI {
|
|
|
1085
1085
|
return CellApiFp(this.configuration).deployCell(cell, completionTimeout, options).then((request) => request(this.axios, this.basePath));
|
|
1086
1086
|
}
|
|
1087
1087
|
/**
|
|
1088
|
-
* **Required permissions:** `
|
|
1088
|
+
* **Required permissions:** `can_access_system` - View system status and metadata ___ List all cell resources. > **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.
|
|
1089
1089
|
* @summary Configuration
|
|
1090
1090
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
1091
1091
|
* @param {*} [options] Override http request option.
|
package/dist/v2/index.cjs
CHANGED
|
@@ -2361,7 +2361,7 @@ var CellApi = class extends BaseAPI {
|
|
|
2361
2361
|
return CellApiFp(this.configuration).deployCell(cell, completionTimeout, options).then((request) => request(this.axios, this.basePath));
|
|
2362
2362
|
}
|
|
2363
2363
|
/**
|
|
2364
|
-
* **Required permissions:** `
|
|
2364
|
+
* **Required permissions:** `can_access_system` - View system status and metadata ___ List all cell resources.
|
|
2365
2365
|
* @summary Configuration
|
|
2366
2366
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
2367
2367
|
* @param {*} [options] Override http request option.
|
package/dist/v2/index.d.cts
CHANGED
|
@@ -6234,7 +6234,7 @@ declare const CellApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
6234
6234
|
*/
|
|
6235
6235
|
deployCell: (cell: Cell, completionTimeout?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
6236
6236
|
/**
|
|
6237
|
-
* **Required permissions:** `
|
|
6237
|
+
* **Required permissions:** `can_access_system` - View system status and metadata ___ List all cell resources.
|
|
6238
6238
|
* @summary Configuration
|
|
6239
6239
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
6240
6240
|
* @param {*} [options] Override http request option.
|
|
@@ -6317,7 +6317,7 @@ declare const CellApiFp: (configuration?: Configuration) => {
|
|
|
6317
6317
|
*/
|
|
6318
6318
|
deployCell(cell: Cell, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
6319
6319
|
/**
|
|
6320
|
-
* **Required permissions:** `
|
|
6320
|
+
* **Required permissions:** `can_access_system` - View system status and metadata ___ List all cell resources.
|
|
6321
6321
|
* @summary Configuration
|
|
6322
6322
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
6323
6323
|
* @param {*} [options] Override http request option.
|
|
@@ -6400,7 +6400,7 @@ declare const CellApiFactory: (configuration?: Configuration, basePath?: string,
|
|
|
6400
6400
|
*/
|
|
6401
6401
|
deployCell(cell: Cell, completionTimeout?: number, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
6402
6402
|
/**
|
|
6403
|
-
* **Required permissions:** `
|
|
6403
|
+
* **Required permissions:** `can_access_system` - View system status and metadata ___ List all cell resources.
|
|
6404
6404
|
* @summary Configuration
|
|
6405
6405
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
6406
6406
|
* @param {*} [options] Override http request option.
|
|
@@ -6483,7 +6483,7 @@ declare class CellApi extends BaseAPI {
|
|
|
6483
6483
|
*/
|
|
6484
6484
|
deployCell(cell: Cell, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<void, any, {}>>;
|
|
6485
6485
|
/**
|
|
6486
|
-
* **Required permissions:** `
|
|
6486
|
+
* **Required permissions:** `can_access_system` - View system status and metadata ___ List all cell resources.
|
|
6487
6487
|
* @summary Configuration
|
|
6488
6488
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
6489
6489
|
* @param {*} [options] Override http request option.
|
package/dist/v2/index.d.ts
CHANGED
|
@@ -6234,7 +6234,7 @@ declare const CellApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
6234
6234
|
*/
|
|
6235
6235
|
deployCell: (cell: Cell, completionTimeout?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
6236
6236
|
/**
|
|
6237
|
-
* **Required permissions:** `
|
|
6237
|
+
* **Required permissions:** `can_access_system` - View system status and metadata ___ List all cell resources.
|
|
6238
6238
|
* @summary Configuration
|
|
6239
6239
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
6240
6240
|
* @param {*} [options] Override http request option.
|
|
@@ -6317,7 +6317,7 @@ declare const CellApiFp: (configuration?: Configuration) => {
|
|
|
6317
6317
|
*/
|
|
6318
6318
|
deployCell(cell: Cell, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
6319
6319
|
/**
|
|
6320
|
-
* **Required permissions:** `
|
|
6320
|
+
* **Required permissions:** `can_access_system` - View system status and metadata ___ List all cell resources.
|
|
6321
6321
|
* @summary Configuration
|
|
6322
6322
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
6323
6323
|
* @param {*} [options] Override http request option.
|
|
@@ -6400,7 +6400,7 @@ declare const CellApiFactory: (configuration?: Configuration, basePath?: string,
|
|
|
6400
6400
|
*/
|
|
6401
6401
|
deployCell(cell: Cell, completionTimeout?: number, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
6402
6402
|
/**
|
|
6403
|
-
* **Required permissions:** `
|
|
6403
|
+
* **Required permissions:** `can_access_system` - View system status and metadata ___ List all cell resources.
|
|
6404
6404
|
* @summary Configuration
|
|
6405
6405
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
6406
6406
|
* @param {*} [options] Override http request option.
|
|
@@ -6483,7 +6483,7 @@ declare class CellApi extends BaseAPI {
|
|
|
6483
6483
|
*/
|
|
6484
6484
|
deployCell(cell: Cell, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<void, any, {}>>;
|
|
6485
6485
|
/**
|
|
6486
|
-
* **Required permissions:** `
|
|
6486
|
+
* **Required permissions:** `can_access_system` - View system status and metadata ___ List all cell resources.
|
|
6487
6487
|
* @summary Configuration
|
|
6488
6488
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
6489
6489
|
* @param {*} [options] Override http request option.
|
package/dist/v2/index.js
CHANGED
|
@@ -2359,7 +2359,7 @@ var CellApi = class extends BaseAPI {
|
|
|
2359
2359
|
return CellApiFp(this.configuration).deployCell(cell, completionTimeout, options).then((request) => request(this.axios, this.basePath));
|
|
2360
2360
|
}
|
|
2361
2361
|
/**
|
|
2362
|
-
* **Required permissions:** `
|
|
2362
|
+
* **Required permissions:** `can_access_system` - View system status and metadata ___ List all cell resources.
|
|
2363
2363
|
* @summary Configuration
|
|
2364
2364
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
2365
2365
|
* @param {*} [options] Override http request option.
|