@wandelbots/nova-api 26.6.0-dev.4 → 26.6.0-dev.40

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 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:** `can_access_cells` - View cell configurations and resources ___ 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.
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.
@@ -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.5.0
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:** `can_access_cells` - View cell configurations and resources ___ 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.
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:** `can_access_cells` - View cell configurations and resources ___ 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.
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:** `can_access_cells` - View cell configurations and resources ___ 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.
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:** `can_access_cells` - View cell configurations and resources ___ 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.
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.
@@ -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.5.0
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:** `can_access_cells` - View cell configurations and resources ___ 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.
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:** `can_access_cells` - View cell configurations and resources ___ 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.
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:** `can_access_cells` - View cell configurations and resources ___ 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.
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:** `can_access_cells` - View cell configurations and resources ___ 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.
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:** `can_access_cells` - View cell configurations and resources ___ 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.
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.