@flyteorg/flyteidl 1.1.8 → 1.1.9

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": "@flyteorg/flyteidl",
3
- "version": "1.1.8",
3
+ "version": "1.1.9",
4
4
  "description": "Compiled protocol buffers and gRPC service clients/servers for Flyte IDLs",
5
5
  "repository": {
6
6
  "type": "git",
@@ -645,7 +645,7 @@ Represents the error message from the execution.
645
645
  NodeExecution
646
646
  ------------------------------------------------------------------
647
647
 
648
- Indicates various phases of Node Execution
648
+ Indicates various phases of Node Execution that only include the time spent to run the nodes/workflows
649
649
 
650
650
 
651
651
 
@@ -22,7 +22,7 @@ message WorkflowExecution {
22
22
  }
23
23
  }
24
24
 
25
- // Indicates various phases of Node Execution
25
+ // Indicates various phases of Node Execution that only include the time spent to run the nodes/workflows
26
26
  message NodeExecution {
27
27
  enum Phase {
28
28
  UNDEFINED = 0;