@wandelbots/nova-api 25.7.0-dev.32 → 25.7.0-dev.33

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wandelbots/nova-api",
3
- "version": "25.7.0-dev.32",
3
+ "version": "25.7.0-dev.33",
4
4
  "description": "API Client to interact with Wandelbots Public API.",
5
5
  "files": [
6
6
  "*",
package/v2/api.d.ts CHANGED
@@ -8683,7 +8683,7 @@ export declare class StoreObjectApi extends BaseAPI {
8683
8683
  */
8684
8684
  export declare const SystemApiAxiosParamCreator: (configuration?: Configuration) => {
8685
8685
  /**
8686
- * Retrieves a configuration backup based on provided resource identifiers.
8686
+ * Retrieves a configuration backup based on provided resource identifiers. If an empty array of resources is provided, a backup for all resources will be retrieved.
8687
8687
  * @summary Retrieve Configuration Backup
8688
8688
  * @param {Array<string>} resources List of resource identifiers to included in the backup and restore operations.
8689
8689
  * @param {{ [key: string]: string; }} [metadata] Additional metadata to add to the backup
@@ -8761,7 +8761,7 @@ export declare const SystemApiAxiosParamCreator: (configuration?: Configuration)
8761
8761
  */
8762
8762
  export declare const SystemApiFp: (configuration?: Configuration) => {
8763
8763
  /**
8764
- * Retrieves a configuration backup based on provided resource identifiers.
8764
+ * Retrieves a configuration backup based on provided resource identifiers. If an empty array of resources is provided, a backup for all resources will be retrieved.
8765
8765
  * @summary Retrieve Configuration Backup
8766
8766
  * @param {Array<string>} resources List of resource identifiers to included in the backup and restore operations.
8767
8767
  * @param {{ [key: string]: string; }} [metadata] Additional metadata to add to the backup
@@ -8839,7 +8839,7 @@ export declare const SystemApiFp: (configuration?: Configuration) => {
8839
8839
  */
8840
8840
  export declare const SystemApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
8841
8841
  /**
8842
- * Retrieves a configuration backup based on provided resource identifiers.
8842
+ * Retrieves a configuration backup based on provided resource identifiers. If an empty array of resources is provided, a backup for all resources will be retrieved.
8843
8843
  * @summary Retrieve Configuration Backup
8844
8844
  * @param {Array<string>} resources List of resource identifiers to included in the backup and restore operations.
8845
8845
  * @param {{ [key: string]: string; }} [metadata] Additional metadata to add to the backup
@@ -8919,7 +8919,7 @@ export declare const SystemApiFactory: (configuration?: Configuration, basePath?
8919
8919
  */
8920
8920
  export declare class SystemApi extends BaseAPI {
8921
8921
  /**
8922
- * Retrieves a configuration backup based on provided resource identifiers.
8922
+ * Retrieves a configuration backup based on provided resource identifiers. If an empty array of resources is provided, a backup for all resources will be retrieved.
8923
8923
  * @summary Retrieve Configuration Backup
8924
8924
  * @param {Array<string>} resources List of resource identifiers to included in the backup and restore operations.
8925
8925
  * @param {{ [key: string]: string; }} [metadata] Additional metadata to add to the backup
package/v2/api.js CHANGED
@@ -7233,7 +7233,7 @@ export class StoreObjectApi extends BaseAPI {
7233
7233
  export const SystemApiAxiosParamCreator = function (configuration) {
7234
7234
  return {
7235
7235
  /**
7236
- * Retrieves a configuration backup based on provided resource identifiers.
7236
+ * Retrieves a configuration backup based on provided resource identifiers. If an empty array of resources is provided, a backup for all resources will be retrieved.
7237
7237
  * @summary Retrieve Configuration Backup
7238
7238
  * @param {Array<string>} resources List of resource identifiers to included in the backup and restore operations.
7239
7239
  * @param {{ [key: string]: string; }} [metadata] Additional metadata to add to the backup
@@ -7559,7 +7559,7 @@ export const SystemApiFp = function (configuration) {
7559
7559
  const localVarAxiosParamCreator = SystemApiAxiosParamCreator(configuration);
7560
7560
  return {
7561
7561
  /**
7562
- * Retrieves a configuration backup based on provided resource identifiers.
7562
+ * Retrieves a configuration backup based on provided resource identifiers. If an empty array of resources is provided, a backup for all resources will be retrieved.
7563
7563
  * @summary Retrieve Configuration Backup
7564
7564
  * @param {Array<string>} resources List of resource identifiers to included in the backup and restore operations.
7565
7565
  * @param {{ [key: string]: string; }} [metadata] Additional metadata to add to the backup
@@ -7683,7 +7683,7 @@ export const SystemApiFactory = function (configuration, basePath, axios) {
7683
7683
  const localVarFp = SystemApiFp(configuration);
7684
7684
  return {
7685
7685
  /**
7686
- * Retrieves a configuration backup based on provided resource identifiers.
7686
+ * Retrieves a configuration backup based on provided resource identifiers. If an empty array of resources is provided, a backup for all resources will be retrieved.
7687
7687
  * @summary Retrieve Configuration Backup
7688
7688
  * @param {Array<string>} resources List of resource identifiers to included in the backup and restore operations.
7689
7689
  * @param {{ [key: string]: string; }} [metadata] Additional metadata to add to the backup
@@ -7780,7 +7780,7 @@ export const SystemApiFactory = function (configuration, basePath, axios) {
7780
7780
  */
7781
7781
  export class SystemApi extends BaseAPI {
7782
7782
  /**
7783
- * Retrieves a configuration backup based on provided resource identifiers.
7783
+ * Retrieves a configuration backup based on provided resource identifiers. If an empty array of resources is provided, a backup for all resources will be retrieved.
7784
7784
  * @summary Retrieve Configuration Backup
7785
7785
  * @param {Array<string>} resources List of resource identifiers to included in the backup and restore operations.
7786
7786
  * @param {{ [key: string]: string; }} [metadata] Additional metadata to add to the backup
package/v2/api.ts CHANGED
@@ -12893,7 +12893,7 @@ export class StoreObjectApi extends BaseAPI {
12893
12893
  export const SystemApiAxiosParamCreator = function (configuration?: Configuration) {
12894
12894
  return {
12895
12895
  /**
12896
- * Retrieves a configuration backup based on provided resource identifiers.
12896
+ * Retrieves a configuration backup based on provided resource identifiers. If an empty array of resources is provided, a backup for all resources will be retrieved.
12897
12897
  * @summary Retrieve Configuration Backup
12898
12898
  * @param {Array<string>} resources List of resource identifiers to included in the backup and restore operations.
12899
12899
  * @param {{ [key: string]: string; }} [metadata] Additional metadata to add to the backup
@@ -13290,7 +13290,7 @@ export const SystemApiFp = function(configuration?: Configuration) {
13290
13290
  const localVarAxiosParamCreator = SystemApiAxiosParamCreator(configuration)
13291
13291
  return {
13292
13292
  /**
13293
- * Retrieves a configuration backup based on provided resource identifiers.
13293
+ * Retrieves a configuration backup based on provided resource identifiers. If an empty array of resources is provided, a backup for all resources will be retrieved.
13294
13294
  * @summary Retrieve Configuration Backup
13295
13295
  * @param {Array<string>} resources List of resource identifiers to included in the backup and restore operations.
13296
13296
  * @param {{ [key: string]: string; }} [metadata] Additional metadata to add to the backup
@@ -13415,7 +13415,7 @@ export const SystemApiFactory = function (configuration?: Configuration, basePat
13415
13415
  const localVarFp = SystemApiFp(configuration)
13416
13416
  return {
13417
13417
  /**
13418
- * Retrieves a configuration backup based on provided resource identifiers.
13418
+ * Retrieves a configuration backup based on provided resource identifiers. If an empty array of resources is provided, a backup for all resources will be retrieved.
13419
13419
  * @summary Retrieve Configuration Backup
13420
13420
  * @param {Array<string>} resources List of resource identifiers to included in the backup and restore operations.
13421
13421
  * @param {{ [key: string]: string; }} [metadata] Additional metadata to add to the backup
@@ -13513,7 +13513,7 @@ export const SystemApiFactory = function (configuration?: Configuration, basePat
13513
13513
  */
13514
13514
  export class SystemApi extends BaseAPI {
13515
13515
  /**
13516
- * Retrieves a configuration backup based on provided resource identifiers.
13516
+ * Retrieves a configuration backup based on provided resource identifiers. If an empty array of resources is provided, a backup for all resources will be retrieved.
13517
13517
  * @summary Retrieve Configuration Backup
13518
13518
  * @param {Array<string>} resources List of resource identifiers to included in the backup and restore operations.
13519
13519
  * @param {{ [key: string]: string; }} [metadata] Additional metadata to add to the backup