chore(proto): regenerate stubs for Submit/RunSavedFlow project field
Signed-off-by: flemming-it <stefan.a.flemming@googlemail.com>
This commit is contained in:
parent
cbe4478675
commit
58ff6b2376
2 changed files with 39 additions and 5 deletions
|
|
@ -42,6 +42,7 @@ const SubmitRequest$json = {
|
|||
'10': 'inputs'
|
||||
},
|
||||
{'1': 'detach', '3': 3, '4': 1, '5': 8, '10': 'detach'},
|
||||
{'1': 'project', '3': 4, '4': 1, '5': 9, '10': 'project'},
|
||||
],
|
||||
'3': [SubmitRequest_InputsEntry$json],
|
||||
};
|
||||
|
|
@ -67,8 +68,9 @@ const SubmitRequest_InputsEntry$json = {
|
|||
final $typed_data.Uint8List submitRequestDescriptor = $convert.base64Decode(
|
||||
'Cg1TdWJtaXRSZXF1ZXN0EhsKCWZsb3dfeWFtbBgBIAEoDFIIZmxvd1lhbWwSOwoGaW5wdXRzGA'
|
||||
'IgAygLMiMuY2hhaW4udjEuU3VibWl0UmVxdWVzdC5JbnB1dHNFbnRyeVIGaW5wdXRzEhYKBmRl'
|
||||
'dGFjaBgDIAEoCFIGZGV0YWNoGkwKC0lucHV0c0VudHJ5EhAKA2tleRgBIAEoCVIDa2V5EicKBX'
|
||||
'ZhbHVlGAIgASgLMhEuY2hhaW4udjEuUGF5bG9hZFIFdmFsdWU6AjgB');
|
||||
'dGFjaBgDIAEoCFIGZGV0YWNoEhgKB3Byb2plY3QYBCABKAlSB3Byb2plY3QaTAoLSW5wdXRzRW'
|
||||
'50cnkSEAoDa2V5GAEgASgJUgNrZXkSJwoFdmFsdWUYAiABKAsyES5jaGFpbi52MS5QYXlsb2Fk'
|
||||
'UgV2YWx1ZToCOAE=');
|
||||
|
||||
@$core.Deprecated('Use submitResponseDescriptor instead')
|
||||
const SubmitResponse$json = {
|
||||
|
|
@ -754,6 +756,7 @@ const RunSavedFlowRequest$json = {
|
|||
'6': '.chain.v1.RunSavedFlowRequest.InputsEntry',
|
||||
'10': 'inputs'
|
||||
},
|
||||
{'1': 'project', '3': 3, '4': 1, '5': 9, '10': 'project'},
|
||||
],
|
||||
'3': [RunSavedFlowRequest_InputsEntry$json],
|
||||
};
|
||||
|
|
@ -778,9 +781,9 @@ const RunSavedFlowRequest_InputsEntry$json = {
|
|||
/// Descriptor for `RunSavedFlowRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List runSavedFlowRequestDescriptor = $convert.base64Decode(
|
||||
'ChNSdW5TYXZlZEZsb3dSZXF1ZXN0EhIKBG5hbWUYASABKAlSBG5hbWUSQQoGaW5wdXRzGAIgAy'
|
||||
'gLMikuY2hhaW4udjEuUnVuU2F2ZWRGbG93UmVxdWVzdC5JbnB1dHNFbnRyeVIGaW5wdXRzGkwK'
|
||||
'C0lucHV0c0VudHJ5EhAKA2tleRgBIAEoCVIDa2V5EicKBXZhbHVlGAIgASgLMhEuY2hhaW4udj'
|
||||
'EuUGF5bG9hZFIFdmFsdWU6AjgB');
|
||||
'gLMikuY2hhaW4udjEuUnVuU2F2ZWRGbG93UmVxdWVzdC5JbnB1dHNFbnRyeVIGaW5wdXRzEhgK'
|
||||
'B3Byb2plY3QYAyABKAlSB3Byb2plY3QaTAoLSW5wdXRzRW50cnkSEAoDa2V5GAEgASgJUgNrZX'
|
||||
'kSJwoFdmFsdWUYAiABKAsyES5jaGFpbi52MS5QYXlsb2FkUgV2YWx1ZToCOAE=');
|
||||
|
||||
@$core.Deprecated('Use getFlowDefinitionRequestDescriptor instead')
|
||||
const GetFlowDefinitionRequest$json = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue