You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -999,7 +999,7 @@ class ExecutionflowCreateDetectedOrder extends $pb.GeneratedMessage {
|
||||
|
||||
class ExecutionflowPropagateLinesToOrderPayload extends $pb.GeneratedMessage {
|
||||
factory ExecutionflowPropagateLinesToOrderPayload({
|
||||
$core.Iterable<$81.OrderLine>? lines,
|
||||
$core.Iterable<$81.ExeFlowLine>? lines,
|
||||
}) {
|
||||
final result = create();
|
||||
if (lines != null) result.lines.addAll(lines);
|
||||
@@ -1012,7 +1012,7 @@ class ExecutionflowPropagateLinesToOrderPayload extends $pb.GeneratedMessage {
|
||||
factory ExecutionflowPropagateLinesToOrderPayload.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ExecutionflowPropagateLinesToOrderPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..pc<$81.OrderLine>(11, _omitFieldNames ? '' : 'Lines', $pb.PbFieldType.PM, protoName: 'Lines', subBuilder: $81.OrderLine.create)
|
||||
..pc<$81.ExeFlowLine>(1, _omitFieldNames ? '' : 'Lines', $pb.PbFieldType.PM, protoName: 'Lines', subBuilder: $81.ExeFlowLine.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -1034,8 +1034,8 @@ class ExecutionflowPropagateLinesToOrderPayload extends $pb.GeneratedMessage {
|
||||
static ExecutionflowPropagateLinesToOrderPayload? _defaultInstance;
|
||||
|
||||
/// Lines of the order
|
||||
@$pb.TagNumber(11)
|
||||
$pb.PbList<$81.OrderLine> get lines => $_getList(0);
|
||||
@$pb.TagNumber(1)
|
||||
$pb.PbList<$81.ExeFlowLine> get lines => $_getList(0);
|
||||
}
|
||||
|
||||
class ExecutionflowPropagateLinesToOrder extends $pb.GeneratedMessage {
|
||||
|
||||
Reference in New Issue
Block a user