@flyteorg/flyteidl2 2.0.1 → 2.0.2
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.
|
@@ -16,7 +16,7 @@ import type { Message } from "@bufbuild/protobuf";
|
|
|
16
16
|
* Describes the file flyteidl2/core/interface.proto.
|
|
17
17
|
*/
|
|
18
18
|
export const file_flyteidl2_core_interface: GenFile = /*@__PURE__*/
|
|
19
|
-
fileDesc("
|
|
19
|
+
fileDesc("Ch5mbHl0ZWlkbDIvY29yZS9pbnRlcmZhY2UucHJvdG8SDmZseXRlaWRsMi5jb3JlIrYBCghWYXJpYWJsZRIpCgR0eXBlGAEgASgLMhsuZmx5dGVpZGwyLmNvcmUuTGl0ZXJhbFR5cGUSEwoLZGVzY3JpcHRpb24YAiABKAkSNwoTYXJ0aWZhY3RfcGFydGlhbF9pZBgDIAEoCzIaLmZseXRlaWRsMi5jb3JlLkFydGlmYWN0SUQSMQoMYXJ0aWZhY3RfdGFnGAQgASgLMhsuZmx5dGVpZGwyLmNvcmUuQXJ0aWZhY3RUYWciRQoNVmFyaWFibGVFbnRyeRILCgNrZXkYASABKAkSJwoFdmFsdWUYAiABKAsyGC5mbHl0ZWlkbDIuY29yZS5WYXJpYWJsZSI/CgtWYXJpYWJsZU1hcBIwCgl2YXJpYWJsZXMYASADKAsyHS5mbHl0ZWlkbDIuY29yZS5WYXJpYWJsZUVudHJ5ImsKDlR5cGVkSW50ZXJmYWNlEisKBmlucHV0cxgBIAEoCzIbLmZseXRlaWRsMi5jb3JlLlZhcmlhYmxlTWFwEiwKB291dHB1dHMYAiABKAsyGy5mbHl0ZWlkbDIuY29yZS5WYXJpYWJsZU1hcCLqAQoJUGFyYW1ldGVyEiUKA3ZhchgBIAEoCzIYLmZseXRlaWRsMi5jb3JlLlZhcmlhYmxlEioKB2RlZmF1bHQYAiABKAsyFy5mbHl0ZWlkbDIuY29yZS5MaXRlcmFsSAASEgoIcmVxdWlyZWQYAyABKAhIABI3Cg5hcnRpZmFjdF9xdWVyeRgEIAEoCzIdLmZseXRlaWRsMi5jb3JlLkFydGlmYWN0UXVlcnlIABIxCgthcnRpZmFjdF9pZBgFIAEoCzIaLmZseXRlaWRsMi5jb3JlLkFydGlmYWN0SURIAEIKCghiZWhhdmlvciKeAQoMUGFyYW1ldGVyTWFwEkAKCnBhcmFtZXRlcnMYASADKAsyLC5mbHl0ZWlkbDIuY29yZS5QYXJhbWV0ZXJNYXAuUGFyYW1ldGVyc0VudHJ5GkwKD1BhcmFtZXRlcnNFbnRyeRILCgNrZXkYASABKAkSKAoFdmFsdWUYAiABKAsyGS5mbHl0ZWlkbDIuY29yZS5QYXJhbWV0ZXI6AjgBQrMBChJjb20uZmx5dGVpZGwyLmNvcmVCDkludGVyZmFjZVByb3RvSAJQAVoyZ2l0aHViLmNvbS9mbHl0ZW9yZy9mbHl0ZS92Mi9nZW4vZ28vZmx5dGVpZGwyL2NvcmWiAgNGQ1iqAg5GbHl0ZWlkbDIuQ29yZcoCDkZseXRlaWRsMlxDb3Jl4gIaRmx5dGVpZGwyXENvcmVcR1BCTWV0YWRhdGHqAg9GbHl0ZWlkbDI6OkNvcmViBnByb3RvMw", [file_flyteidl2_core_artifact_id, file_flyteidl2_core_literals, file_flyteidl2_core_types]);
|
|
20
20
|
|
|
21
21
|
/**
|
|
22
22
|
* Defines a strongly typed variable.
|
|
@@ -59,6 +59,30 @@ export type Variable = Message<"flyteidl2.core.Variable"> & {
|
|
|
59
59
|
export const VariableSchema: GenMessage<Variable> = /*@__PURE__*/
|
|
60
60
|
messageDesc(file_flyteidl2_core_interface, 0);
|
|
61
61
|
|
|
62
|
+
/**
|
|
63
|
+
* Defines a single entity for variable.
|
|
64
|
+
*
|
|
65
|
+
* @generated from message flyteidl2.core.VariableEntry
|
|
66
|
+
*/
|
|
67
|
+
export type VariableEntry = Message<"flyteidl2.core.VariableEntry"> & {
|
|
68
|
+
/**
|
|
69
|
+
* @generated from field: string key = 1;
|
|
70
|
+
*/
|
|
71
|
+
key: string;
|
|
72
|
+
|
|
73
|
+
/**
|
|
74
|
+
* @generated from field: flyteidl2.core.Variable value = 2;
|
|
75
|
+
*/
|
|
76
|
+
value?: Variable;
|
|
77
|
+
};
|
|
78
|
+
|
|
79
|
+
/**
|
|
80
|
+
* Describes the message flyteidl2.core.VariableEntry.
|
|
81
|
+
* Use `create(VariableEntrySchema)` to create a new message.
|
|
82
|
+
*/
|
|
83
|
+
export const VariableEntrySchema: GenMessage<VariableEntry> = /*@__PURE__*/
|
|
84
|
+
messageDesc(file_flyteidl2_core_interface, 1);
|
|
85
|
+
|
|
62
86
|
/**
|
|
63
87
|
* A map of Variables
|
|
64
88
|
*
|
|
@@ -66,11 +90,11 @@ export const VariableSchema: GenMessage<Variable> = /*@__PURE__*/
|
|
|
66
90
|
*/
|
|
67
91
|
export type VariableMap = Message<"flyteidl2.core.VariableMap"> & {
|
|
68
92
|
/**
|
|
69
|
-
*
|
|
93
|
+
* Use repeated key value pair to maintain ordering across different languages.
|
|
70
94
|
*
|
|
71
|
-
* @generated from field:
|
|
95
|
+
* @generated from field: repeated flyteidl2.core.VariableEntry variables = 1;
|
|
72
96
|
*/
|
|
73
|
-
variables:
|
|
97
|
+
variables: VariableEntry[];
|
|
74
98
|
};
|
|
75
99
|
|
|
76
100
|
/**
|
|
@@ -78,7 +102,7 @@ export type VariableMap = Message<"flyteidl2.core.VariableMap"> & {
|
|
|
78
102
|
* Use `create(VariableMapSchema)` to create a new message.
|
|
79
103
|
*/
|
|
80
104
|
export const VariableMapSchema: GenMessage<VariableMap> = /*@__PURE__*/
|
|
81
|
-
messageDesc(file_flyteidl2_core_interface,
|
|
105
|
+
messageDesc(file_flyteidl2_core_interface, 2);
|
|
82
106
|
|
|
83
107
|
/**
|
|
84
108
|
* Defines strongly typed inputs and outputs.
|
|
@@ -102,7 +126,7 @@ export type TypedInterface = Message<"flyteidl2.core.TypedInterface"> & {
|
|
|
102
126
|
* Use `create(TypedInterfaceSchema)` to create a new message.
|
|
103
127
|
*/
|
|
104
128
|
export const TypedInterfaceSchema: GenMessage<TypedInterface> = /*@__PURE__*/
|
|
105
|
-
messageDesc(file_flyteidl2_core_interface,
|
|
129
|
+
messageDesc(file_flyteidl2_core_interface, 3);
|
|
106
130
|
|
|
107
131
|
/**
|
|
108
132
|
* A parameter is used as input to a launch plan and has
|
|
@@ -162,7 +186,7 @@ export type Parameter = Message<"flyteidl2.core.Parameter"> & {
|
|
|
162
186
|
* Use `create(ParameterSchema)` to create a new message.
|
|
163
187
|
*/
|
|
164
188
|
export const ParameterSchema: GenMessage<Parameter> = /*@__PURE__*/
|
|
165
|
-
messageDesc(file_flyteidl2_core_interface,
|
|
189
|
+
messageDesc(file_flyteidl2_core_interface, 4);
|
|
166
190
|
|
|
167
191
|
/**
|
|
168
192
|
* A map of Parameters.
|
|
@@ -183,5 +207,5 @@ export type ParameterMap = Message<"flyteidl2.core.ParameterMap"> & {
|
|
|
183
207
|
* Use `create(ParameterMapSchema)` to create a new message.
|
|
184
208
|
*/
|
|
185
209
|
export const ParameterMapSchema: GenMessage<ParameterMap> = /*@__PURE__*/
|
|
186
|
-
messageDesc(file_flyteidl2_core_interface,
|
|
210
|
+
messageDesc(file_flyteidl2_core_interface, 5);
|
|
187
211
|
|