Latest generation

This commit is contained in:
ci core model
2026-05-21 14:07:00 +00:00
parent d4e4ca54f1
commit b2e58a9a38
6 changed files with 106 additions and 5 deletions

View File

@@ -151,6 +151,7 @@ const OrderLine$json = {
{'1': 'RequestedContent', '3': 2, '4': 1, '5': 11, '6': '.api.QuantifiedRequestedGoods', '10': 'RequestedContent'},
{'1': 'MetaData', '3': 3, '4': 3, '5': 11, '6': '.api.MetadataElement', '8': {}, '10': 'MetaData'},
{'1': 'RequestedMetrics', '3': 4, '4': 1, '5': 11, '6': '.api.GoodsMetrics', '8': {}, '10': 'RequestedMetrics'},
{'1': 'ShippedContent', '3': 5, '4': 1, '5': 11, '6': '.api.QuantifiedRequestedGoods', '8': {}, '10': 'ShippedContent'},
],
};
@@ -165,7 +166,25 @@ final $typed_data.Uint8List orderLineDescriptor = $convert.base64Decode(
'bGVhbiBvciB0aW1lc3RhbXApwMEYAerBGANLZXmawhhZCg4KBVN0b2NrEgVzdG9jawoXCgVTdG'
'9jaxIOc3RvY2tfZXh0ZW5kZWQKHgoNRXhlY3V0aW9uZmxvdxINZXhlY3V0aW9uZmxvdwoOCgVP'
'cmRlchIFb3JkZXKqwhgFT3JkZXJSCE1ldGFEYXRhEkwKEFJlcXVlc3RlZE1ldHJpY3MYBCABKA'
'syES5hcGkuR29vZHNNZXRyaWNzQg2SQQJAAfpCBYoBAhgBUhBSZXF1ZXN0ZWRNZXRyaWNz');
'syES5hcGkuR29vZHNNZXRyaWNzQg2SQQJAAfpCBYoBAhgBUhBSZXF1ZXN0ZWRNZXRyaWNzEqQB'
'Cg5TaGlwcGVkQ29udGVudBgFIAEoCzIdLmFwaS5RdWFudGlmaWVkUmVxdWVzdGVkR29vZHNCXZ'
'rCGFkKDgoFU3RvY2sSBXN0b2NrChcKBVN0b2NrEg5zdG9ja19leHRlbmRlZAoeCg1FeGVjdXRp'
'b25mbG93Eg1leGVjdXRpb25mbG93Cg4KBU9yZGVyEgVvcmRlclIOU2hpcHBlZENvbnRlbnQ=');
@$core.Deprecated('Use orderShippedLineDescriptor instead')
const OrderShippedLine$json = {
'1': 'OrderShippedLine',
'2': [
{'1': 'LineID', '3': 1, '4': 1, '5': 9, '10': 'LineID'},
{'1': 'ShippedContent', '3': 2, '4': 1, '5': 11, '6': '.api.QuantifiedRequestedGoods', '10': 'ShippedContent'},
],
};
/// Descriptor for `OrderShippedLine`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List orderShippedLineDescriptor = $convert.base64Decode(
'ChBPcmRlclNoaXBwZWRMaW5lEhYKBkxpbmVJRBgBIAEoCVIGTGluZUlEEkUKDlNoaXBwZWRDb2'
'50ZW50GAIgASgLMh0uYXBpLlF1YW50aWZpZWRSZXF1ZXN0ZWRHb29kc1IOU2hpcHBlZENvbnRl'
'bnQ=');
@$core.Deprecated('Use exeFlowLineDescriptor instead')
const ExeFlowLine$json = {