@wandelbots/nova-api 25.10.1-rc.2 → 25.11.0-dev.11

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.
@@ -7,7 +7,7 @@ import { AxiosInstance, AxiosPromise, RawAxiosRequestConfig } from "axios";
7
7
  * Wandelbots NOVA API
8
8
  * Interact with robots in an easy and intuitive way.
9
9
  *
10
- * The version of the OpenAPI document: 1.1.0
10
+ * The version of the OpenAPI document: 1.2.0 dev
11
11
  *
12
12
  *
13
13
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -7,7 +7,7 @@ import { AxiosInstance, AxiosPromise, RawAxiosRequestConfig } from "axios";
7
7
  * Wandelbots NOVA API
8
8
  * Interact with robots in an easy and intuitive way.
9
9
  *
10
- * The version of the OpenAPI document: 1.1.0
10
+ * The version of the OpenAPI document: 1.2.0 dev
11
11
  *
12
12
  *
13
13
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/v2/index.cjs CHANGED
@@ -3948,7 +3948,7 @@ const ProgramApiFactory = function(configuration, basePath, axios$1) {
3948
3948
  */
3949
3949
  var ProgramApi = class extends BaseAPI {
3950
3950
  /**
3951
- * <!-- theme: danger --> > **Experimental** Get details of a program.
3951
+ * Get details of a program.
3952
3952
  * @summary Get program
3953
3953
  * @param {string} cell Unique identifier addressing a cell in all API calls.
3954
3954
  * @param {string} program
@@ -3959,7 +3959,7 @@ var ProgramApi = class extends BaseAPI {
3959
3959
  return ProgramApiFp(this.configuration).getProgram(cell, program, options).then((request) => request(this.axios, this.basePath));
3960
3960
  }
3961
3961
  /**
3962
- * <!-- theme: danger --> > **Experimental** List details of all existing programs.
3962
+ * List details of all existing programs.
3963
3963
  * @summary List programs
3964
3964
  * @param {string} cell Unique identifier addressing a cell in all API calls.
3965
3965
  * @param {*} [options] Override http request option.
@@ -3969,7 +3969,7 @@ var ProgramApi = class extends BaseAPI {
3969
3969
  return ProgramApiFp(this.configuration).listPrograms(cell, options).then((request) => request(this.axios, this.basePath));
3970
3970
  }
3971
3971
  /**
3972
- * <!-- theme: danger --> > **Experimental** This endpoint starts a new program execution. The program will be executed asynchronously.
3972
+ * This endpoint starts a new program execution. The program will be executed asynchronously.
3973
3973
  * @summary Start the program
3974
3974
  * @param {string} cell Unique identifier addressing a cell in all API calls.
3975
3975
  * @param {string} program
@@ -3981,7 +3981,7 @@ var ProgramApi = class extends BaseAPI {
3981
3981
  return ProgramApiFp(this.configuration).startProgram(cell, program, programStartRequest, options).then((request) => request(this.axios, this.basePath));
3982
3982
  }
3983
3983
  /**
3984
- * <!-- theme: danger --> > **Experimental** Stop a specific program run.
3984
+ * Stop a specific program run.
3985
3985
  * @summary Stop program run
3986
3986
  * @param {string} cell Unique identifier addressing a cell in all API calls.
3987
3987
  * @param {string} program
@@ -5738,7 +5738,7 @@ declare class MotionGroupModelsApi extends BaseAPI {
5738
5738
  */
5739
5739
  declare const ProgramApiAxiosParamCreator: (configuration?: Configuration) => {
5740
5740
  /**
5741
- * <!-- theme: danger --> > **Experimental** Get details of a program.
5741
+ * Get details of a program.
5742
5742
  * @summary Get program
5743
5743
  * @param {string} cell Unique identifier addressing a cell in all API calls.
5744
5744
  * @param {string} program
@@ -5747,7 +5747,7 @@ declare const ProgramApiAxiosParamCreator: (configuration?: Configuration) => {
5747
5747
  */
5748
5748
  getProgram: (cell: string, program: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
5749
5749
  /**
5750
- * <!-- theme: danger --> > **Experimental** List details of all existing programs.
5750
+ * List details of all existing programs.
5751
5751
  * @summary List programs
5752
5752
  * @param {string} cell Unique identifier addressing a cell in all API calls.
5753
5753
  * @param {*} [options] Override http request option.
@@ -5755,7 +5755,7 @@ declare const ProgramApiAxiosParamCreator: (configuration?: Configuration) => {
5755
5755
  */
5756
5756
  listPrograms: (cell: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
5757
5757
  /**
5758
- * <!-- theme: danger --> > **Experimental** This endpoint starts a new program execution. The program will be executed asynchronously.
5758
+ * This endpoint starts a new program execution. The program will be executed asynchronously.
5759
5759
  * @summary Start the program
5760
5760
  * @param {string} cell Unique identifier addressing a cell in all API calls.
5761
5761
  * @param {string} program
@@ -5765,7 +5765,7 @@ declare const ProgramApiAxiosParamCreator: (configuration?: Configuration) => {
5765
5765
  */
5766
5766
  startProgram: (cell: string, program: string, programStartRequest: ProgramStartRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
5767
5767
  /**
5768
- * <!-- theme: danger --> > **Experimental** Stop a specific program run.
5768
+ * Stop a specific program run.
5769
5769
  * @summary Stop program run
5770
5770
  * @param {string} cell Unique identifier addressing a cell in all API calls.
5771
5771
  * @param {string} program
@@ -5779,7 +5779,7 @@ declare const ProgramApiAxiosParamCreator: (configuration?: Configuration) => {
5779
5779
  */
5780
5780
  declare const ProgramApiFp: (configuration?: Configuration) => {
5781
5781
  /**
5782
- * <!-- theme: danger --> > **Experimental** Get details of a program.
5782
+ * Get details of a program.
5783
5783
  * @summary Get program
5784
5784
  * @param {string} cell Unique identifier addressing a cell in all API calls.
5785
5785
  * @param {string} program
@@ -5788,7 +5788,7 @@ declare const ProgramApiFp: (configuration?: Configuration) => {
5788
5788
  */
5789
5789
  getProgram(cell: string, program: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Program>>;
5790
5790
  /**
5791
- * <!-- theme: danger --> > **Experimental** List details of all existing programs.
5791
+ * List details of all existing programs.
5792
5792
  * @summary List programs
5793
5793
  * @param {string} cell Unique identifier addressing a cell in all API calls.
5794
5794
  * @param {*} [options] Override http request option.
@@ -5796,7 +5796,7 @@ declare const ProgramApiFp: (configuration?: Configuration) => {
5796
5796
  */
5797
5797
  listPrograms(cell: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<Program>>>;
5798
5798
  /**
5799
- * <!-- theme: danger --> > **Experimental** This endpoint starts a new program execution. The program will be executed asynchronously.
5799
+ * This endpoint starts a new program execution. The program will be executed asynchronously.
5800
5800
  * @summary Start the program
5801
5801
  * @param {string} cell Unique identifier addressing a cell in all API calls.
5802
5802
  * @param {string} program
@@ -5806,7 +5806,7 @@ declare const ProgramApiFp: (configuration?: Configuration) => {
5806
5806
  */
5807
5807
  startProgram(cell: string, program: string, programStartRequest: ProgramStartRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProgramRun>>;
5808
5808
  /**
5809
- * <!-- theme: danger --> > **Experimental** Stop a specific program run.
5809
+ * Stop a specific program run.
5810
5810
  * @summary Stop program run
5811
5811
  * @param {string} cell Unique identifier addressing a cell in all API calls.
5812
5812
  * @param {string} program
@@ -5820,7 +5820,7 @@ declare const ProgramApiFp: (configuration?: Configuration) => {
5820
5820
  */
5821
5821
  declare const ProgramApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
5822
5822
  /**
5823
- * <!-- theme: danger --> > **Experimental** Get details of a program.
5823
+ * Get details of a program.
5824
5824
  * @summary Get program
5825
5825
  * @param {string} cell Unique identifier addressing a cell in all API calls.
5826
5826
  * @param {string} program
@@ -5829,7 +5829,7 @@ declare const ProgramApiFactory: (configuration?: Configuration, basePath?: stri
5829
5829
  */
5830
5830
  getProgram(cell: string, program: string, options?: RawAxiosRequestConfig): AxiosPromise<Program>;
5831
5831
  /**
5832
- * <!-- theme: danger --> > **Experimental** List details of all existing programs.
5832
+ * List details of all existing programs.
5833
5833
  * @summary List programs
5834
5834
  * @param {string} cell Unique identifier addressing a cell in all API calls.
5835
5835
  * @param {*} [options] Override http request option.
@@ -5837,7 +5837,7 @@ declare const ProgramApiFactory: (configuration?: Configuration, basePath?: stri
5837
5837
  */
5838
5838
  listPrograms(cell: string, options?: RawAxiosRequestConfig): AxiosPromise<Array<Program>>;
5839
5839
  /**
5840
- * <!-- theme: danger --> > **Experimental** This endpoint starts a new program execution. The program will be executed asynchronously.
5840
+ * This endpoint starts a new program execution. The program will be executed asynchronously.
5841
5841
  * @summary Start the program
5842
5842
  * @param {string} cell Unique identifier addressing a cell in all API calls.
5843
5843
  * @param {string} program
@@ -5847,7 +5847,7 @@ declare const ProgramApiFactory: (configuration?: Configuration, basePath?: stri
5847
5847
  */
5848
5848
  startProgram(cell: string, program: string, programStartRequest: ProgramStartRequest, options?: RawAxiosRequestConfig): AxiosPromise<ProgramRun>;
5849
5849
  /**
5850
- * <!-- theme: danger --> > **Experimental** Stop a specific program run.
5850
+ * Stop a specific program run.
5851
5851
  * @summary Stop program run
5852
5852
  * @param {string} cell Unique identifier addressing a cell in all API calls.
5853
5853
  * @param {string} program
@@ -5861,7 +5861,7 @@ declare const ProgramApiFactory: (configuration?: Configuration, basePath?: stri
5861
5861
  */
5862
5862
  declare class ProgramApi extends BaseAPI {
5863
5863
  /**
5864
- * <!-- theme: danger --> > **Experimental** Get details of a program.
5864
+ * Get details of a program.
5865
5865
  * @summary Get program
5866
5866
  * @param {string} cell Unique identifier addressing a cell in all API calls.
5867
5867
  * @param {string} program
@@ -5870,7 +5870,7 @@ declare class ProgramApi extends BaseAPI {
5870
5870
  */
5871
5871
  getProgram(cell: string, program: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<Program, any>>;
5872
5872
  /**
5873
- * <!-- theme: danger --> > **Experimental** List details of all existing programs.
5873
+ * List details of all existing programs.
5874
5874
  * @summary List programs
5875
5875
  * @param {string} cell Unique identifier addressing a cell in all API calls.
5876
5876
  * @param {*} [options] Override http request option.
@@ -5878,7 +5878,7 @@ declare class ProgramApi extends BaseAPI {
5878
5878
  */
5879
5879
  listPrograms(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<Program[], any>>;
5880
5880
  /**
5881
- * <!-- theme: danger --> > **Experimental** This endpoint starts a new program execution. The program will be executed asynchronously.
5881
+ * This endpoint starts a new program execution. The program will be executed asynchronously.
5882
5882
  * @summary Start the program
5883
5883
  * @param {string} cell Unique identifier addressing a cell in all API calls.
5884
5884
  * @param {string} program
@@ -5888,7 +5888,7 @@ declare class ProgramApi extends BaseAPI {
5888
5888
  */
5889
5889
  startProgram(cell: string, program: string, programStartRequest: ProgramStartRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ProgramRun, any>>;
5890
5890
  /**
5891
- * <!-- theme: danger --> > **Experimental** Stop a specific program run.
5891
+ * Stop a specific program run.
5892
5892
  * @summary Stop program run
5893
5893
  * @param {string} cell Unique identifier addressing a cell in all API calls.
5894
5894
  * @param {string} program
@@ -5738,7 +5738,7 @@ declare class MotionGroupModelsApi extends BaseAPI {
5738
5738
  */
5739
5739
  declare const ProgramApiAxiosParamCreator: (configuration?: Configuration) => {
5740
5740
  /**
5741
- * <!-- theme: danger --> > **Experimental** Get details of a program.
5741
+ * Get details of a program.
5742
5742
  * @summary Get program
5743
5743
  * @param {string} cell Unique identifier addressing a cell in all API calls.
5744
5744
  * @param {string} program
@@ -5747,7 +5747,7 @@ declare const ProgramApiAxiosParamCreator: (configuration?: Configuration) => {
5747
5747
  */
5748
5748
  getProgram: (cell: string, program: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
5749
5749
  /**
5750
- * <!-- theme: danger --> > **Experimental** List details of all existing programs.
5750
+ * List details of all existing programs.
5751
5751
  * @summary List programs
5752
5752
  * @param {string} cell Unique identifier addressing a cell in all API calls.
5753
5753
  * @param {*} [options] Override http request option.
@@ -5755,7 +5755,7 @@ declare const ProgramApiAxiosParamCreator: (configuration?: Configuration) => {
5755
5755
  */
5756
5756
  listPrograms: (cell: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
5757
5757
  /**
5758
- * <!-- theme: danger --> > **Experimental** This endpoint starts a new program execution. The program will be executed asynchronously.
5758
+ * This endpoint starts a new program execution. The program will be executed asynchronously.
5759
5759
  * @summary Start the program
5760
5760
  * @param {string} cell Unique identifier addressing a cell in all API calls.
5761
5761
  * @param {string} program
@@ -5765,7 +5765,7 @@ declare const ProgramApiAxiosParamCreator: (configuration?: Configuration) => {
5765
5765
  */
5766
5766
  startProgram: (cell: string, program: string, programStartRequest: ProgramStartRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
5767
5767
  /**
5768
- * <!-- theme: danger --> > **Experimental** Stop a specific program run.
5768
+ * Stop a specific program run.
5769
5769
  * @summary Stop program run
5770
5770
  * @param {string} cell Unique identifier addressing a cell in all API calls.
5771
5771
  * @param {string} program
@@ -5779,7 +5779,7 @@ declare const ProgramApiAxiosParamCreator: (configuration?: Configuration) => {
5779
5779
  */
5780
5780
  declare const ProgramApiFp: (configuration?: Configuration) => {
5781
5781
  /**
5782
- * <!-- theme: danger --> > **Experimental** Get details of a program.
5782
+ * Get details of a program.
5783
5783
  * @summary Get program
5784
5784
  * @param {string} cell Unique identifier addressing a cell in all API calls.
5785
5785
  * @param {string} program
@@ -5788,7 +5788,7 @@ declare const ProgramApiFp: (configuration?: Configuration) => {
5788
5788
  */
5789
5789
  getProgram(cell: string, program: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Program>>;
5790
5790
  /**
5791
- * <!-- theme: danger --> > **Experimental** List details of all existing programs.
5791
+ * List details of all existing programs.
5792
5792
  * @summary List programs
5793
5793
  * @param {string} cell Unique identifier addressing a cell in all API calls.
5794
5794
  * @param {*} [options] Override http request option.
@@ -5796,7 +5796,7 @@ declare const ProgramApiFp: (configuration?: Configuration) => {
5796
5796
  */
5797
5797
  listPrograms(cell: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<Program>>>;
5798
5798
  /**
5799
- * <!-- theme: danger --> > **Experimental** This endpoint starts a new program execution. The program will be executed asynchronously.
5799
+ * This endpoint starts a new program execution. The program will be executed asynchronously.
5800
5800
  * @summary Start the program
5801
5801
  * @param {string} cell Unique identifier addressing a cell in all API calls.
5802
5802
  * @param {string} program
@@ -5806,7 +5806,7 @@ declare const ProgramApiFp: (configuration?: Configuration) => {
5806
5806
  */
5807
5807
  startProgram(cell: string, program: string, programStartRequest: ProgramStartRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProgramRun>>;
5808
5808
  /**
5809
- * <!-- theme: danger --> > **Experimental** Stop a specific program run.
5809
+ * Stop a specific program run.
5810
5810
  * @summary Stop program run
5811
5811
  * @param {string} cell Unique identifier addressing a cell in all API calls.
5812
5812
  * @param {string} program
@@ -5820,7 +5820,7 @@ declare const ProgramApiFp: (configuration?: Configuration) => {
5820
5820
  */
5821
5821
  declare const ProgramApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
5822
5822
  /**
5823
- * <!-- theme: danger --> > **Experimental** Get details of a program.
5823
+ * Get details of a program.
5824
5824
  * @summary Get program
5825
5825
  * @param {string} cell Unique identifier addressing a cell in all API calls.
5826
5826
  * @param {string} program
@@ -5829,7 +5829,7 @@ declare const ProgramApiFactory: (configuration?: Configuration, basePath?: stri
5829
5829
  */
5830
5830
  getProgram(cell: string, program: string, options?: RawAxiosRequestConfig): AxiosPromise<Program>;
5831
5831
  /**
5832
- * <!-- theme: danger --> > **Experimental** List details of all existing programs.
5832
+ * List details of all existing programs.
5833
5833
  * @summary List programs
5834
5834
  * @param {string} cell Unique identifier addressing a cell in all API calls.
5835
5835
  * @param {*} [options] Override http request option.
@@ -5837,7 +5837,7 @@ declare const ProgramApiFactory: (configuration?: Configuration, basePath?: stri
5837
5837
  */
5838
5838
  listPrograms(cell: string, options?: RawAxiosRequestConfig): AxiosPromise<Array<Program>>;
5839
5839
  /**
5840
- * <!-- theme: danger --> > **Experimental** This endpoint starts a new program execution. The program will be executed asynchronously.
5840
+ * This endpoint starts a new program execution. The program will be executed asynchronously.
5841
5841
  * @summary Start the program
5842
5842
  * @param {string} cell Unique identifier addressing a cell in all API calls.
5843
5843
  * @param {string} program
@@ -5847,7 +5847,7 @@ declare const ProgramApiFactory: (configuration?: Configuration, basePath?: stri
5847
5847
  */
5848
5848
  startProgram(cell: string, program: string, programStartRequest: ProgramStartRequest, options?: RawAxiosRequestConfig): AxiosPromise<ProgramRun>;
5849
5849
  /**
5850
- * <!-- theme: danger --> > **Experimental** Stop a specific program run.
5850
+ * Stop a specific program run.
5851
5851
  * @summary Stop program run
5852
5852
  * @param {string} cell Unique identifier addressing a cell in all API calls.
5853
5853
  * @param {string} program
@@ -5861,7 +5861,7 @@ declare const ProgramApiFactory: (configuration?: Configuration, basePath?: stri
5861
5861
  */
5862
5862
  declare class ProgramApi extends BaseAPI {
5863
5863
  /**
5864
- * <!-- theme: danger --> > **Experimental** Get details of a program.
5864
+ * Get details of a program.
5865
5865
  * @summary Get program
5866
5866
  * @param {string} cell Unique identifier addressing a cell in all API calls.
5867
5867
  * @param {string} program
@@ -5870,7 +5870,7 @@ declare class ProgramApi extends BaseAPI {
5870
5870
  */
5871
5871
  getProgram(cell: string, program: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<Program, any>>;
5872
5872
  /**
5873
- * <!-- theme: danger --> > **Experimental** List details of all existing programs.
5873
+ * List details of all existing programs.
5874
5874
  * @summary List programs
5875
5875
  * @param {string} cell Unique identifier addressing a cell in all API calls.
5876
5876
  * @param {*} [options] Override http request option.
@@ -5878,7 +5878,7 @@ declare class ProgramApi extends BaseAPI {
5878
5878
  */
5879
5879
  listPrograms(cell: string, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<Program[], any>>;
5880
5880
  /**
5881
- * <!-- theme: danger --> > **Experimental** This endpoint starts a new program execution. The program will be executed asynchronously.
5881
+ * This endpoint starts a new program execution. The program will be executed asynchronously.
5882
5882
  * @summary Start the program
5883
5883
  * @param {string} cell Unique identifier addressing a cell in all API calls.
5884
5884
  * @param {string} program
@@ -5888,7 +5888,7 @@ declare class ProgramApi extends BaseAPI {
5888
5888
  */
5889
5889
  startProgram(cell: string, program: string, programStartRequest: ProgramStartRequest, options?: RawAxiosRequestConfig): Promise<axios0.AxiosResponse<ProgramRun, any>>;
5890
5890
  /**
5891
- * <!-- theme: danger --> > **Experimental** Stop a specific program run.
5891
+ * Stop a specific program run.
5892
5892
  * @summary Stop program run
5893
5893
  * @param {string} cell Unique identifier addressing a cell in all API calls.
5894
5894
  * @param {string} program
package/dist/v2/index.js CHANGED
@@ -3946,7 +3946,7 @@ const ProgramApiFactory = function(configuration, basePath, axios) {
3946
3946
  */
3947
3947
  var ProgramApi = class extends BaseAPI {
3948
3948
  /**
3949
- * <!-- theme: danger --> > **Experimental** Get details of a program.
3949
+ * Get details of a program.
3950
3950
  * @summary Get program
3951
3951
  * @param {string} cell Unique identifier addressing a cell in all API calls.
3952
3952
  * @param {string} program
@@ -3957,7 +3957,7 @@ var ProgramApi = class extends BaseAPI {
3957
3957
  return ProgramApiFp(this.configuration).getProgram(cell, program, options).then((request) => request(this.axios, this.basePath));
3958
3958
  }
3959
3959
  /**
3960
- * <!-- theme: danger --> > **Experimental** List details of all existing programs.
3960
+ * List details of all existing programs.
3961
3961
  * @summary List programs
3962
3962
  * @param {string} cell Unique identifier addressing a cell in all API calls.
3963
3963
  * @param {*} [options] Override http request option.
@@ -3967,7 +3967,7 @@ var ProgramApi = class extends BaseAPI {
3967
3967
  return ProgramApiFp(this.configuration).listPrograms(cell, options).then((request) => request(this.axios, this.basePath));
3968
3968
  }
3969
3969
  /**
3970
- * <!-- theme: danger --> > **Experimental** This endpoint starts a new program execution. The program will be executed asynchronously.
3970
+ * This endpoint starts a new program execution. The program will be executed asynchronously.
3971
3971
  * @summary Start the program
3972
3972
  * @param {string} cell Unique identifier addressing a cell in all API calls.
3973
3973
  * @param {string} program
@@ -3979,7 +3979,7 @@ var ProgramApi = class extends BaseAPI {
3979
3979
  return ProgramApiFp(this.configuration).startProgram(cell, program, programStartRequest, options).then((request) => request(this.axios, this.basePath));
3980
3980
  }
3981
3981
  /**
3982
- * <!-- theme: danger --> > **Experimental** Stop a specific program run.
3982
+ * Stop a specific program run.
3983
3983
  * @summary Stop program run
3984
3984
  * @param {string} cell Unique identifier addressing a cell in all API calls.
3985
3985
  * @param {string} program
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wandelbots/nova-api",
3
- "version": "25.10.1-rc.2",
3
+ "version": "25.11.0-dev.11",
4
4
  "description": "API Client to interact with Wandelbots Public API.",
5
5
  "type": "module",
6
6
  "files": [