@flyteorg/flyteidl 0.24.19 → 0.24.20

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": "0.24.19",
3
+ "version": "0.24.20",
4
4
  "description": "Compiled protocol buffers and gRPC service clients/servers for Flyte IDLs",
5
5
  "repository": {
6
6
  "type": "git",
@@ -3373,8 +3373,8 @@ Value
3373
3373
 
3374
3374
  `Value` represents a dynamically typed value which can be either
3375
3375
  null, a number, a string, a boolean, a recursive struct value, or a
3376
- list of values. A producer of value is expected to set one of that
3377
- variants, absence of any variant indicates an error.
3376
+ list of values. A producer of value is expected to set one of these
3377
+ variants. Absence of any variant indicates an error.
3378
3378
 
3379
3379
  The JSON representation for `Value` is JSON value.
3380
3380
 
@@ -1186,8 +1186,8 @@ Value
1186
1186
 
1187
1187
  `Value` represents a dynamically typed value which can be either
1188
1188
  null, a number, a string, a boolean, a recursive struct value, or a
1189
- list of values. A producer of value is expected to set one of that
1190
- variants, absence of any variant indicates an error.
1189
+ list of values. A producer of value is expected to set one of these
1190
+ variants. Absence of any variant indicates an error.
1191
1191
 
1192
1192
  The JSON representation for `Value` is JSON value.
1193
1193
 
@@ -643,8 +643,8 @@ Value
643
643
 
644
644
  `Value` represents a dynamically typed value which can be either
645
645
  null, a number, a string, a boolean, a recursive struct value, or a
646
- list of values. A producer of value is expected to set one of that
647
- variants, absence of any variant indicates an error.
646
+ list of values. A producer of value is expected to set one of these
647
+ variants. Absence of any variant indicates an error.
648
648
 
649
649
  The JSON representation for `Value` is JSON value.
650
650