@wandelbots/nova-api 26.5.0-rc.4 → 26.5.0-rc.6
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 +4 -4
- package/dist/v1/index.d.ts +4 -4
- 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
|
@@ -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
|
@@ -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
|
@@ -6220,7 +6220,7 @@ declare const CellApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
6220
6220
|
*/
|
|
6221
6221
|
deployCell: (cell: Cell, completionTimeout?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
6222
6222
|
/**
|
|
6223
|
-
* **Required permissions:** `
|
|
6223
|
+
* **Required permissions:** `can_access_system` - View system status and metadata ___ List all cell resources.
|
|
6224
6224
|
* @summary Configuration
|
|
6225
6225
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
6226
6226
|
* @param {*} [options] Override http request option.
|
|
@@ -6303,7 +6303,7 @@ declare const CellApiFp: (configuration?: Configuration) => {
|
|
|
6303
6303
|
*/
|
|
6304
6304
|
deployCell(cell: Cell, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
6305
6305
|
/**
|
|
6306
|
-
* **Required permissions:** `
|
|
6306
|
+
* **Required permissions:** `can_access_system` - View system status and metadata ___ List all cell resources.
|
|
6307
6307
|
* @summary Configuration
|
|
6308
6308
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
6309
6309
|
* @param {*} [options] Override http request option.
|
|
@@ -6386,7 +6386,7 @@ declare const CellApiFactory: (configuration?: Configuration, basePath?: string,
|
|
|
6386
6386
|
*/
|
|
6387
6387
|
deployCell(cell: Cell, completionTimeout?: number, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
6388
6388
|
/**
|
|
6389
|
-
* **Required permissions:** `
|
|
6389
|
+
* **Required permissions:** `can_access_system` - View system status and metadata ___ List all cell resources.
|
|
6390
6390
|
* @summary Configuration
|
|
6391
6391
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
6392
6392
|
* @param {*} [options] Override http request option.
|
|
@@ -6469,7 +6469,7 @@ declare class CellApi extends BaseAPI {
|
|
|
6469
6469
|
*/
|
|
6470
6470
|
deployCell(cell: Cell, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<void, any, {}>>;
|
|
6471
6471
|
/**
|
|
6472
|
-
* **Required permissions:** `
|
|
6472
|
+
* **Required permissions:** `can_access_system` - View system status and metadata ___ List all cell resources.
|
|
6473
6473
|
* @summary Configuration
|
|
6474
6474
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
6475
6475
|
* @param {*} [options] Override http request option.
|
package/dist/v2/index.d.ts
CHANGED
|
@@ -6220,7 +6220,7 @@ declare const CellApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
6220
6220
|
*/
|
|
6221
6221
|
deployCell: (cell: Cell, completionTimeout?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
6222
6222
|
/**
|
|
6223
|
-
* **Required permissions:** `
|
|
6223
|
+
* **Required permissions:** `can_access_system` - View system status and metadata ___ List all cell resources.
|
|
6224
6224
|
* @summary Configuration
|
|
6225
6225
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
6226
6226
|
* @param {*} [options] Override http request option.
|
|
@@ -6303,7 +6303,7 @@ declare const CellApiFp: (configuration?: Configuration) => {
|
|
|
6303
6303
|
*/
|
|
6304
6304
|
deployCell(cell: Cell, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
6305
6305
|
/**
|
|
6306
|
-
* **Required permissions:** `
|
|
6306
|
+
* **Required permissions:** `can_access_system` - View system status and metadata ___ List all cell resources.
|
|
6307
6307
|
* @summary Configuration
|
|
6308
6308
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
6309
6309
|
* @param {*} [options] Override http request option.
|
|
@@ -6386,7 +6386,7 @@ declare const CellApiFactory: (configuration?: Configuration, basePath?: string,
|
|
|
6386
6386
|
*/
|
|
6387
6387
|
deployCell(cell: Cell, completionTimeout?: number, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
6388
6388
|
/**
|
|
6389
|
-
* **Required permissions:** `
|
|
6389
|
+
* **Required permissions:** `can_access_system` - View system status and metadata ___ List all cell resources.
|
|
6390
6390
|
* @summary Configuration
|
|
6391
6391
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
6392
6392
|
* @param {*} [options] Override http request option.
|
|
@@ -6469,7 +6469,7 @@ declare class CellApi extends BaseAPI {
|
|
|
6469
6469
|
*/
|
|
6470
6470
|
deployCell(cell: Cell, completionTimeout?: number, options?: RawAxiosRequestConfig): Promise<_$axios.AxiosResponse<void, any, {}>>;
|
|
6471
6471
|
/**
|
|
6472
|
-
* **Required permissions:** `
|
|
6472
|
+
* **Required permissions:** `can_access_system` - View system status and metadata ___ List all cell resources.
|
|
6473
6473
|
* @summary Configuration
|
|
6474
6474
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
6475
6475
|
* @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.
|