@wandelbots/nova-api 25.9.0-dev.37 → 25.9.0-dev.39
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/v2/index.d.cts +8 -2
- package/dist/v2/index.d.ts +8 -2
- package/package.json +1 -1
package/dist/v2/index.d.cts
CHANGED
|
@@ -4619,6 +4619,12 @@ interface ProgramRun {
|
|
|
4619
4619
|
* @memberof ProgramRun
|
|
4620
4620
|
*/
|
|
4621
4621
|
'program': string;
|
|
4622
|
+
/**
|
|
4623
|
+
* Identifier of the app that produced the program run
|
|
4624
|
+
* @type {string}
|
|
4625
|
+
* @memberof ProgramRun
|
|
4626
|
+
*/
|
|
4627
|
+
'app'?: string;
|
|
4622
4628
|
/**
|
|
4623
4629
|
* State of the program run
|
|
4624
4630
|
* @type {ProgramRunState}
|
|
@@ -4656,13 +4662,13 @@ interface ProgramRun {
|
|
|
4656
4662
|
*/
|
|
4657
4663
|
'traceback'?: string;
|
|
4658
4664
|
/**
|
|
4659
|
-
* Start time of the program run
|
|
4665
|
+
* Start time of the program run in RFC3339 format
|
|
4660
4666
|
* @type {string}
|
|
4661
4667
|
* @memberof ProgramRun
|
|
4662
4668
|
*/
|
|
4663
4669
|
'start_time'?: string;
|
|
4664
4670
|
/**
|
|
4665
|
-
* End time of the program run
|
|
4671
|
+
* End time of the program run in RFC3339 format
|
|
4666
4672
|
* @type {string}
|
|
4667
4673
|
* @memberof ProgramRun
|
|
4668
4674
|
*/
|
package/dist/v2/index.d.ts
CHANGED
|
@@ -4619,6 +4619,12 @@ interface ProgramRun {
|
|
|
4619
4619
|
* @memberof ProgramRun
|
|
4620
4620
|
*/
|
|
4621
4621
|
'program': string;
|
|
4622
|
+
/**
|
|
4623
|
+
* Identifier of the app that produced the program run
|
|
4624
|
+
* @type {string}
|
|
4625
|
+
* @memberof ProgramRun
|
|
4626
|
+
*/
|
|
4627
|
+
'app'?: string;
|
|
4622
4628
|
/**
|
|
4623
4629
|
* State of the program run
|
|
4624
4630
|
* @type {ProgramRunState}
|
|
@@ -4656,13 +4662,13 @@ interface ProgramRun {
|
|
|
4656
4662
|
*/
|
|
4657
4663
|
'traceback'?: string;
|
|
4658
4664
|
/**
|
|
4659
|
-
* Start time of the program run
|
|
4665
|
+
* Start time of the program run in RFC3339 format
|
|
4660
4666
|
* @type {string}
|
|
4661
4667
|
* @memberof ProgramRun
|
|
4662
4668
|
*/
|
|
4663
4669
|
'start_time'?: string;
|
|
4664
4670
|
/**
|
|
4665
|
-
* End time of the program run
|
|
4671
|
+
* End time of the program run in RFC3339 format
|
|
4666
4672
|
* @type {string}
|
|
4667
4673
|
* @memberof ProgramRun
|
|
4668
4674
|
*/
|