@wandelbots/nova-api 26.4.0-dev.46 → 26.4.0-dev.49
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 +546 -322
- package/dist/v2/index.d.cts +256 -6
- package/dist/v2/index.d.ts +256 -6
- package/dist/v2/index.js +222 -2
- package/package.json +1 -1
package/dist/v1/index.cjs
CHANGED
|
@@ -8649,7 +8649,7 @@ const SystemApiFactory = function(configuration, basePath, axios$176) {
|
|
|
8649
8649
|
*/
|
|
8650
8650
|
var SystemApi = class extends BaseAPI {
|
|
8651
8651
|
/**
|
|
8652
|
-
* **Required permissions:** `
|
|
8652
|
+
* **Required permissions:** `can_access_system` - View system status and metadata ___ Check if a more recent Wandelbots NOVA Version is available.
|
|
8653
8653
|
* @summary Check update
|
|
8654
8654
|
* @param {ReleaseChannel} channel
|
|
8655
8655
|
* @param {*} [options] Override http request option.
|
package/dist/v1/index.d.cts
CHANGED
|
@@ -10162,7 +10162,7 @@ declare class StoreObjectApi extends BaseAPI {
|
|
|
10162
10162
|
*/
|
|
10163
10163
|
declare const SystemApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
10164
10164
|
/**
|
|
10165
|
-
* **Required permissions:** `
|
|
10165
|
+
* **Required permissions:** `can_access_system` - View system status and metadata ___ Check if a more recent Wandelbots NOVA Version is available.
|
|
10166
10166
|
* @summary Check update
|
|
10167
10167
|
* @param {ReleaseChannel} channel
|
|
10168
10168
|
* @param {*} [options] Override http request option.
|
|
@@ -10204,7 +10204,7 @@ declare const SystemApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
10204
10204
|
*/
|
|
10205
10205
|
declare const SystemApiFp: (configuration?: Configuration) => {
|
|
10206
10206
|
/**
|
|
10207
|
-
* **Required permissions:** `
|
|
10207
|
+
* **Required permissions:** `can_access_system` - View system status and metadata ___ Check if a more recent Wandelbots NOVA Version is available.
|
|
10208
10208
|
* @summary Check update
|
|
10209
10209
|
* @param {ReleaseChannel} channel
|
|
10210
10210
|
* @param {*} [options] Override http request option.
|
|
@@ -10246,7 +10246,7 @@ declare const SystemApiFp: (configuration?: Configuration) => {
|
|
|
10246
10246
|
*/
|
|
10247
10247
|
declare const SystemApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
10248
10248
|
/**
|
|
10249
|
-
* **Required permissions:** `
|
|
10249
|
+
* **Required permissions:** `can_access_system` - View system status and metadata ___ Check if a more recent Wandelbots NOVA Version is available.
|
|
10250
10250
|
* @summary Check update
|
|
10251
10251
|
* @param {ReleaseChannel} channel
|
|
10252
10252
|
* @param {*} [options] Override http request option.
|
|
@@ -10288,7 +10288,7 @@ declare const SystemApiFactory: (configuration?: Configuration, basePath?: strin
|
|
|
10288
10288
|
*/
|
|
10289
10289
|
declare class SystemApi extends BaseAPI {
|
|
10290
10290
|
/**
|
|
10291
|
-
* **Required permissions:** `
|
|
10291
|
+
* **Required permissions:** `can_access_system` - View system status and metadata ___ Check if a more recent Wandelbots NOVA Version is available.
|
|
10292
10292
|
* @summary Check update
|
|
10293
10293
|
* @param {ReleaseChannel} channel
|
|
10294
10294
|
* @param {*} [options] Override http request option.
|
package/dist/v1/index.d.ts
CHANGED
|
@@ -10162,7 +10162,7 @@ declare class StoreObjectApi extends BaseAPI {
|
|
|
10162
10162
|
*/
|
|
10163
10163
|
declare const SystemApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
10164
10164
|
/**
|
|
10165
|
-
* **Required permissions:** `
|
|
10165
|
+
* **Required permissions:** `can_access_system` - View system status and metadata ___ Check if a more recent Wandelbots NOVA Version is available.
|
|
10166
10166
|
* @summary Check update
|
|
10167
10167
|
* @param {ReleaseChannel} channel
|
|
10168
10168
|
* @param {*} [options] Override http request option.
|
|
@@ -10204,7 +10204,7 @@ declare const SystemApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
10204
10204
|
*/
|
|
10205
10205
|
declare const SystemApiFp: (configuration?: Configuration) => {
|
|
10206
10206
|
/**
|
|
10207
|
-
* **Required permissions:** `
|
|
10207
|
+
* **Required permissions:** `can_access_system` - View system status and metadata ___ Check if a more recent Wandelbots NOVA Version is available.
|
|
10208
10208
|
* @summary Check update
|
|
10209
10209
|
* @param {ReleaseChannel} channel
|
|
10210
10210
|
* @param {*} [options] Override http request option.
|
|
@@ -10246,7 +10246,7 @@ declare const SystemApiFp: (configuration?: Configuration) => {
|
|
|
10246
10246
|
*/
|
|
10247
10247
|
declare const SystemApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
10248
10248
|
/**
|
|
10249
|
-
* **Required permissions:** `
|
|
10249
|
+
* **Required permissions:** `can_access_system` - View system status and metadata ___ Check if a more recent Wandelbots NOVA Version is available.
|
|
10250
10250
|
* @summary Check update
|
|
10251
10251
|
* @param {ReleaseChannel} channel
|
|
10252
10252
|
* @param {*} [options] Override http request option.
|
|
@@ -10288,7 +10288,7 @@ declare const SystemApiFactory: (configuration?: Configuration, basePath?: strin
|
|
|
10288
10288
|
*/
|
|
10289
10289
|
declare class SystemApi extends BaseAPI {
|
|
10290
10290
|
/**
|
|
10291
|
-
* **Required permissions:** `
|
|
10291
|
+
* **Required permissions:** `can_access_system` - View system status and metadata ___ Check if a more recent Wandelbots NOVA Version is available.
|
|
10292
10292
|
* @summary Check update
|
|
10293
10293
|
* @param {ReleaseChannel} channel
|
|
10294
10294
|
* @param {*} [options] Override http request option.
|
package/dist/v1/index.js
CHANGED
|
@@ -8647,7 +8647,7 @@ const SystemApiFactory = function(configuration, basePath, axios) {
|
|
|
8647
8647
|
*/
|
|
8648
8648
|
var SystemApi = class extends BaseAPI {
|
|
8649
8649
|
/**
|
|
8650
|
-
* **Required permissions:** `
|
|
8650
|
+
* **Required permissions:** `can_access_system` - View system status and metadata ___ Check if a more recent Wandelbots NOVA Version is available.
|
|
8651
8651
|
* @summary Check update
|
|
8652
8652
|
* @param {ReleaseChannel} channel
|
|
8653
8653
|
* @param {*} [options] Override http request option.
|