You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
# CHANGELOG
|
||||
|
||||
Lib version: 1.11.0-SNAPSHOT-250605092741
|
||||
Lib version: 1.11.0-SNAPSHOT-250605094637
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -237,17 +237,17 @@ final $typed_data.Uint8List executionflowCreateDetectedOrderDescriptor = $conver
|
||||
const ExecutionflowPropagateLinesToOrderPayload$json = {
|
||||
'1': 'ExecutionflowPropagateLinesToOrderPayload',
|
||||
'2': [
|
||||
{'1': 'Lines', '3': 11, '4': 3, '5': 11, '6': '.api.OrderLine', '8': {}, '10': 'Lines'},
|
||||
{'1': 'Lines', '3': 1, '4': 3, '5': 11, '6': '.api.ExeFlowLine', '8': {}, '10': 'Lines'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `ExecutionflowPropagateLinesToOrderPayload`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List executionflowPropagateLinesToOrderPayloadDescriptor = $convert.base64Decode(
|
||||
'CilFeGVjdXRpb25mbG93UHJvcGFnYXRlTGluZXNUb09yZGVyUGF5bG9hZBJHCgVMaW5lcxgLIA'
|
||||
'MoCzIOLmFwaS5PcmRlckxpbmVCIZJBFDISTGluZXMgb2YgdGhlIG9yZGVy6sEYBkxpbmVJRFIF'
|
||||
'TGluZXM6W5JBMAouMixQcm9wYWdhdGVzIGxpbmVzIGZyb20gRXhlY3V0aW9uZmxvdyB0byBPcm'
|
||||
'RlcqK7GAdDb21tYW5kqLsYAbK7GBVQcm9wYWdhdGVMaW5lc1RvT3JkZXI=');
|
||||
'CilFeGVjdXRpb25mbG93UHJvcGFnYXRlTGluZXNUb09yZGVyUGF5bG9hZBJJCgVMaW5lcxgBIA'
|
||||
'MoCzIQLmFwaS5FeGVGbG93TGluZUIhkkEUMhJMaW5lcyBvZiB0aGUgb3JkZXLqwRgGTGluZUlE'
|
||||
'UgVMaW5lczpbkkEwCi4yLFByb3BhZ2F0ZXMgbGluZXMgZnJvbSBFeGVjdXRpb25mbG93IHRvIE'
|
||||
'9yZGVyorsYB0NvbW1hbmSouxgBsrsYFVByb3BhZ2F0ZUxpbmVzVG9PcmRlcg==');
|
||||
|
||||
@$core.Deprecated('Use executionflowPropagateLinesToOrderDescriptor instead')
|
||||
const ExecutionflowPropagateLinesToOrder$json = {
|
||||
|
||||
@@ -329,7 +329,7 @@ class OrderPropagateLinesToExecutionflowPayload extends $pb.GeneratedMessage {
|
||||
factory OrderPropagateLinesToExecutionflowPayload.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'OrderPropagateLinesToExecutionflowPayload', 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.OrderLine>(1, _omitFieldNames ? '' : 'Lines', $pb.PbFieldType.PM, protoName: 'Lines', subBuilder: $81.OrderLine.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -351,7 +351,7 @@ class OrderPropagateLinesToExecutionflowPayload extends $pb.GeneratedMessage {
|
||||
static OrderPropagateLinesToExecutionflowPayload? _defaultInstance;
|
||||
|
||||
/// Lines of the order
|
||||
@$pb.TagNumber(11)
|
||||
@$pb.TagNumber(1)
|
||||
$pb.PbList<$81.OrderLine> get lines => $_getList(0);
|
||||
}
|
||||
|
||||
|
||||
@@ -85,14 +85,14 @@ final $typed_data.Uint8List orderBuildExecutionflowDescriptor = $convert.base64D
|
||||
const OrderPropagateLinesToExecutionflowPayload$json = {
|
||||
'1': 'OrderPropagateLinesToExecutionflowPayload',
|
||||
'2': [
|
||||
{'1': 'Lines', '3': 11, '4': 3, '5': 11, '6': '.api.OrderLine', '8': {}, '10': 'Lines'},
|
||||
{'1': 'Lines', '3': 1, '4': 3, '5': 11, '6': '.api.OrderLine', '8': {}, '10': 'Lines'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `OrderPropagateLinesToExecutionflowPayload`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List orderPropagateLinesToExecutionflowPayloadDescriptor = $convert.base64Decode(
|
||||
'CilPcmRlclByb3BhZ2F0ZUxpbmVzVG9FeGVjdXRpb25mbG93UGF5bG9hZBJHCgVMaW5lcxgLIA'
|
||||
'CilPcmRlclByb3BhZ2F0ZUxpbmVzVG9FeGVjdXRpb25mbG93UGF5bG9hZBJHCgVMaW5lcxgBIA'
|
||||
'MoCzIOLmFwaS5PcmRlckxpbmVCIZJBFDISTGluZXMgb2YgdGhlIG9yZGVy6sEYBkxpbmVJRFIF'
|
||||
'TGluZXM6YpJBLwotMitQcm9wYWdhdGUgbGluZXMgZnJvbSBPcmRlciB0byBFeGVjdXRpb25mbG'
|
||||
'93orsYB0NvbW1hbmSouxgBsrsYHVByb3BhZ2F0ZUxpbmVzVG9FeGVjdXRpb25mbG93');
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: dart_core_sdk
|
||||
description: dart libs from core model proto files
|
||||
version: 1.11.0-SNAPSHOT-250605092741
|
||||
version: 1.11.0-SNAPSHOT-250605094637
|
||||
homepage: ''
|
||||
publish_to: ''
|
||||
repository: ''
|
||||
|
||||
Reference in New Issue
Block a user