You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
# CHANGELOG
|
||||
|
||||
Lib version: 1.12.0-SNAPSHOT-251117100452
|
||||
Lib version: 1.12.0-SNAPSHOT-251117152746
|
||||
|
||||
@@ -22,13 +22,16 @@ export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
class ActorByIdQuery extends $pb.GeneratedMessage {
|
||||
factory ActorByIdQuery({
|
||||
$1.QueryProjectHeader? header,
|
||||
@$core.Deprecated('This field is deprecated.')
|
||||
$core.Iterable<$1.EntityID>? iDs,
|
||||
ActorQueryOptions? options,
|
||||
$core.Iterable<$core.String>? refIDs,
|
||||
}) {
|
||||
final result = create();
|
||||
if (header != null) result.header = header;
|
||||
if (iDs != null) result.iDs.addAll(iDs);
|
||||
if (options != null) result.options = options;
|
||||
if (refIDs != null) result.refIDs.addAll(refIDs);
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -41,6 +44,7 @@ class ActorByIdQuery extends $pb.GeneratedMessage {
|
||||
..aOM<$1.QueryProjectHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $1.QueryProjectHeader.create)
|
||||
..pc<$1.EntityID>(2, _omitFieldNames ? '' : 'IDs', $pb.PbFieldType.PM, protoName: 'IDs', subBuilder: $1.EntityID.create)
|
||||
..aOM<ActorQueryOptions>(3, _omitFieldNames ? '' : 'Options', protoName: 'Options', subBuilder: ActorQueryOptions.create)
|
||||
..pPS(4, _omitFieldNames ? '' : 'RefIDs', protoName: 'RefIDs')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -72,6 +76,7 @@ class ActorByIdQuery extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(1)
|
||||
$1.QueryProjectHeader ensureHeader() => $_ensure(0);
|
||||
|
||||
@$core.Deprecated('This field is deprecated.')
|
||||
@$pb.TagNumber(2)
|
||||
$pb.PbList<$1.EntityID> get iDs => $_getList(1);
|
||||
|
||||
@@ -85,6 +90,9 @@ class ActorByIdQuery extends $pb.GeneratedMessage {
|
||||
void clearOptions() => $_clearField(3);
|
||||
@$pb.TagNumber(3)
|
||||
ActorQueryOptions ensureOptions() => $_ensure(2);
|
||||
|
||||
@$pb.TagNumber(4)
|
||||
$pb.PbList<$core.String> get refIDs => $_getList(3);
|
||||
}
|
||||
|
||||
class ActorByIdResult extends $pb.GeneratedMessage {
|
||||
|
||||
@@ -19,8 +19,17 @@ const ActorByIdQuery$json = {
|
||||
'1': 'ActorByIdQuery',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.QueryProjectHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'IDs', '3': 2, '4': 3, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'IDs'},
|
||||
{
|
||||
'1': 'IDs',
|
||||
'3': 2,
|
||||
'4': 3,
|
||||
'5': 11,
|
||||
'6': '.api.EntityID',
|
||||
'8': {'3': true},
|
||||
'10': 'IDs',
|
||||
},
|
||||
{'1': 'Options', '3': 3, '4': 1, '5': 11, '6': '.api.ActorQueryOptions', '10': 'Options'},
|
||||
{'1': 'RefIDs', '3': 4, '4': 3, '5': 9, '8': {}, '10': 'RefIDs'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
@@ -28,9 +37,10 @@ const ActorByIdQuery$json = {
|
||||
/// Descriptor for `ActorByIdQuery`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List actorByIdQueryDescriptor = $convert.base64Decode(
|
||||
'Cg5BY3RvckJ5SWRRdWVyeRI5CgZIZWFkZXIYASABKAsyFy5hcGkuUXVlcnlQcm9qZWN0SGVhZG'
|
||||
'VyQgj6QgWKAQIQAVIGSGVhZGVyEikKA0lEcxgCIAMoCzINLmFwaS5FbnRpdHlJREII+kIFkgEC'
|
||||
'CAFSA0lEcxIwCgdPcHRpb25zGAMgASgLMhYuYXBpLkFjdG9yUXVlcnlPcHRpb25zUgdPcHRpb2'
|
||||
'5zOh2SQREKD9IBBkhlYWRlctIBA0lEc6K7GAVRdWVyeQ==');
|
||||
'VyQgj6QgWKAQIQAVIGSGVhZGVyEisKA0lEcxgCIAMoCzINLmFwaS5FbnRpdHlJREIKGAH6QgWS'
|
||||
'AQIIAVIDSURzEjAKB09wdGlvbnMYAyABKAsyFi5hcGkuQWN0b3JRdWVyeU9wdGlvbnNSB09wdG'
|
||||
'lvbnMSIAoGUmVmSURzGAQgAygJQgj6QgWSAQIIAVIGUmVmSURzOh2SQREKD9IBBkhlYWRlctIB'
|
||||
'A0lEc6K7GAVRdWVyeQ==');
|
||||
|
||||
@$core.Deprecated('Use actorByIdResultDescriptor instead')
|
||||
const ActorByIdResult$json = {
|
||||
|
||||
@@ -22,13 +22,16 @@ export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
class AppointmentByIdQuery extends $pb.GeneratedMessage {
|
||||
factory AppointmentByIdQuery({
|
||||
$1.QueryProjectHeader? header,
|
||||
@$core.Deprecated('This field is deprecated.')
|
||||
$core.Iterable<$1.EntityID>? iDs,
|
||||
AppointmentQueryOptions? options,
|
||||
$core.Iterable<$core.String>? refIDs,
|
||||
}) {
|
||||
final result = create();
|
||||
if (header != null) result.header = header;
|
||||
if (iDs != null) result.iDs.addAll(iDs);
|
||||
if (options != null) result.options = options;
|
||||
if (refIDs != null) result.refIDs.addAll(refIDs);
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -41,6 +44,7 @@ class AppointmentByIdQuery extends $pb.GeneratedMessage {
|
||||
..aOM<$1.QueryProjectHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $1.QueryProjectHeader.create)
|
||||
..pc<$1.EntityID>(2, _omitFieldNames ? '' : 'IDs', $pb.PbFieldType.PM, protoName: 'IDs', subBuilder: $1.EntityID.create)
|
||||
..aOM<AppointmentQueryOptions>(3, _omitFieldNames ? '' : 'Options', protoName: 'Options', subBuilder: AppointmentQueryOptions.create)
|
||||
..pPS(4, _omitFieldNames ? '' : 'RefIDs', protoName: 'RefIDs')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -72,6 +76,7 @@ class AppointmentByIdQuery extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(1)
|
||||
$1.QueryProjectHeader ensureHeader() => $_ensure(0);
|
||||
|
||||
@$core.Deprecated('This field is deprecated.')
|
||||
@$pb.TagNumber(2)
|
||||
$pb.PbList<$1.EntityID> get iDs => $_getList(1);
|
||||
|
||||
@@ -85,6 +90,9 @@ class AppointmentByIdQuery extends $pb.GeneratedMessage {
|
||||
void clearOptions() => $_clearField(3);
|
||||
@$pb.TagNumber(3)
|
||||
AppointmentQueryOptions ensureOptions() => $_ensure(2);
|
||||
|
||||
@$pb.TagNumber(4)
|
||||
$pb.PbList<$core.String> get refIDs => $_getList(3);
|
||||
}
|
||||
|
||||
class AppointmentByIdResult extends $pb.GeneratedMessage {
|
||||
|
||||
@@ -19,8 +19,17 @@ const AppointmentByIdQuery$json = {
|
||||
'1': 'AppointmentByIdQuery',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.QueryProjectHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'IDs', '3': 2, '4': 3, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'IDs'},
|
||||
{
|
||||
'1': 'IDs',
|
||||
'3': 2,
|
||||
'4': 3,
|
||||
'5': 11,
|
||||
'6': '.api.EntityID',
|
||||
'8': {'3': true},
|
||||
'10': 'IDs',
|
||||
},
|
||||
{'1': 'Options', '3': 3, '4': 1, '5': 11, '6': '.api.AppointmentQueryOptions', '10': 'Options'},
|
||||
{'1': 'RefIDs', '3': 4, '4': 3, '5': 9, '8': {}, '10': 'RefIDs'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
@@ -28,9 +37,10 @@ const AppointmentByIdQuery$json = {
|
||||
/// Descriptor for `AppointmentByIdQuery`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentByIdQueryDescriptor = $convert.base64Decode(
|
||||
'ChRBcHBvaW50bWVudEJ5SWRRdWVyeRI5CgZIZWFkZXIYASABKAsyFy5hcGkuUXVlcnlQcm9qZW'
|
||||
'N0SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEikKA0lEcxgCIAMoCzINLmFwaS5FbnRpdHlJREII'
|
||||
'+kIFkgECCAFSA0lEcxI2CgdPcHRpb25zGAMgASgLMhwuYXBpLkFwcG9pbnRtZW50UXVlcnlPcH'
|
||||
'Rpb25zUgdPcHRpb25zOh2SQREKD9IBBkhlYWRlctIBA0lEc6K7GAVRdWVyeQ==');
|
||||
'N0SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEisKA0lEcxgCIAMoCzINLmFwaS5FbnRpdHlJREIK'
|
||||
'GAH6QgWSAQIIAVIDSURzEjYKB09wdGlvbnMYAyABKAsyHC5hcGkuQXBwb2ludG1lbnRRdWVyeU'
|
||||
'9wdGlvbnNSB09wdGlvbnMSIAoGUmVmSURzGAQgAygJQgj6QgWSAQIIAVIGUmVmSURzOh2SQREK'
|
||||
'D9IBBkhlYWRlctIBA0lEc6K7GAVRdWVyeQ==');
|
||||
|
||||
@$core.Deprecated('Use appointmentByIdResultDescriptor instead')
|
||||
const AppointmentByIdResult$json = {
|
||||
|
||||
@@ -23,13 +23,16 @@ export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
class ClaimByIdQuery extends $pb.GeneratedMessage {
|
||||
factory ClaimByIdQuery({
|
||||
$1.QueryProjectHeader? header,
|
||||
@$core.Deprecated('This field is deprecated.')
|
||||
$core.Iterable<$1.EntityID>? iDs,
|
||||
ClaimQueryOptions? options,
|
||||
$core.Iterable<$core.String>? refIDs,
|
||||
}) {
|
||||
final result = create();
|
||||
if (header != null) result.header = header;
|
||||
if (iDs != null) result.iDs.addAll(iDs);
|
||||
if (options != null) result.options = options;
|
||||
if (refIDs != null) result.refIDs.addAll(refIDs);
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -42,6 +45,7 @@ class ClaimByIdQuery extends $pb.GeneratedMessage {
|
||||
..aOM<$1.QueryProjectHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $1.QueryProjectHeader.create)
|
||||
..pc<$1.EntityID>(2, _omitFieldNames ? '' : 'IDs', $pb.PbFieldType.PM, protoName: 'IDs', subBuilder: $1.EntityID.create)
|
||||
..aOM<ClaimQueryOptions>(3, _omitFieldNames ? '' : 'Options', protoName: 'Options', subBuilder: ClaimQueryOptions.create)
|
||||
..pPS(4, _omitFieldNames ? '' : 'RefIDs', protoName: 'RefIDs')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -73,6 +77,7 @@ class ClaimByIdQuery extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(1)
|
||||
$1.QueryProjectHeader ensureHeader() => $_ensure(0);
|
||||
|
||||
@$core.Deprecated('This field is deprecated.')
|
||||
@$pb.TagNumber(2)
|
||||
$pb.PbList<$1.EntityID> get iDs => $_getList(1);
|
||||
|
||||
@@ -86,6 +91,9 @@ class ClaimByIdQuery extends $pb.GeneratedMessage {
|
||||
void clearOptions() => $_clearField(3);
|
||||
@$pb.TagNumber(3)
|
||||
ClaimQueryOptions ensureOptions() => $_ensure(2);
|
||||
|
||||
@$pb.TagNumber(4)
|
||||
$pb.PbList<$core.String> get refIDs => $_getList(3);
|
||||
}
|
||||
|
||||
class ClaimByIdResult extends $pb.GeneratedMessage {
|
||||
|
||||
@@ -19,8 +19,17 @@ const ClaimByIdQuery$json = {
|
||||
'1': 'ClaimByIdQuery',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.QueryProjectHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'IDs', '3': 2, '4': 3, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'IDs'},
|
||||
{
|
||||
'1': 'IDs',
|
||||
'3': 2,
|
||||
'4': 3,
|
||||
'5': 11,
|
||||
'6': '.api.EntityID',
|
||||
'8': {'3': true},
|
||||
'10': 'IDs',
|
||||
},
|
||||
{'1': 'Options', '3': 3, '4': 1, '5': 11, '6': '.api.ClaimQueryOptions', '10': 'Options'},
|
||||
{'1': 'RefIDs', '3': 4, '4': 3, '5': 9, '8': {}, '10': 'RefIDs'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
@@ -28,9 +37,10 @@ const ClaimByIdQuery$json = {
|
||||
/// Descriptor for `ClaimByIdQuery`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List claimByIdQueryDescriptor = $convert.base64Decode(
|
||||
'Cg5DbGFpbUJ5SWRRdWVyeRI5CgZIZWFkZXIYASABKAsyFy5hcGkuUXVlcnlQcm9qZWN0SGVhZG'
|
||||
'VyQgj6QgWKAQIQAVIGSGVhZGVyEikKA0lEcxgCIAMoCzINLmFwaS5FbnRpdHlJREII+kIFkgEC'
|
||||
'CAFSA0lEcxIwCgdPcHRpb25zGAMgASgLMhYuYXBpLkNsYWltUXVlcnlPcHRpb25zUgdPcHRpb2'
|
||||
'5zOh2SQREKD9IBBkhlYWRlctIBA0lEc6K7GAVRdWVyeQ==');
|
||||
'VyQgj6QgWKAQIQAVIGSGVhZGVyEisKA0lEcxgCIAMoCzINLmFwaS5FbnRpdHlJREIKGAH6QgWS'
|
||||
'AQIIAVIDSURzEjAKB09wdGlvbnMYAyABKAsyFi5hcGkuQ2xhaW1RdWVyeU9wdGlvbnNSB09wdG'
|
||||
'lvbnMSIAoGUmVmSURzGAQgAygJQgj6QgWSAQIIAVIGUmVmSURzOh2SQREKD9IBBkhlYWRlctIB'
|
||||
'A0lEc6K7GAVRdWVyeQ==');
|
||||
|
||||
@$core.Deprecated('Use claimByIdResultDescriptor instead')
|
||||
const ClaimByIdResult$json = {
|
||||
|
||||
@@ -22,13 +22,16 @@ export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
class ExecutionflowByIdQuery extends $pb.GeneratedMessage {
|
||||
factory ExecutionflowByIdQuery({
|
||||
$2.QueryProjectHeader? header,
|
||||
@$core.Deprecated('This field is deprecated.')
|
||||
$core.Iterable<$2.EntityID>? iDs,
|
||||
ExecutionflowQueryOptions? options,
|
||||
$core.Iterable<$core.String>? refIDs,
|
||||
}) {
|
||||
final result = create();
|
||||
if (header != null) result.header = header;
|
||||
if (iDs != null) result.iDs.addAll(iDs);
|
||||
if (options != null) result.options = options;
|
||||
if (refIDs != null) result.refIDs.addAll(refIDs);
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -41,6 +44,7 @@ class ExecutionflowByIdQuery extends $pb.GeneratedMessage {
|
||||
..aOM<$2.QueryProjectHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $2.QueryProjectHeader.create)
|
||||
..pc<$2.EntityID>(2, _omitFieldNames ? '' : 'IDs', $pb.PbFieldType.PM, protoName: 'IDs', subBuilder: $2.EntityID.create)
|
||||
..aOM<ExecutionflowQueryOptions>(3, _omitFieldNames ? '' : 'Options', protoName: 'Options', subBuilder: ExecutionflowQueryOptions.create)
|
||||
..pPS(4, _omitFieldNames ? '' : 'RefIDs', protoName: 'RefIDs')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -72,6 +76,7 @@ class ExecutionflowByIdQuery extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(1)
|
||||
$2.QueryProjectHeader ensureHeader() => $_ensure(0);
|
||||
|
||||
@$core.Deprecated('This field is deprecated.')
|
||||
@$pb.TagNumber(2)
|
||||
$pb.PbList<$2.EntityID> get iDs => $_getList(1);
|
||||
|
||||
@@ -85,6 +90,9 @@ class ExecutionflowByIdQuery extends $pb.GeneratedMessage {
|
||||
void clearOptions() => $_clearField(3);
|
||||
@$pb.TagNumber(3)
|
||||
ExecutionflowQueryOptions ensureOptions() => $_ensure(2);
|
||||
|
||||
@$pb.TagNumber(4)
|
||||
$pb.PbList<$core.String> get refIDs => $_getList(3);
|
||||
}
|
||||
|
||||
class ExecutionflowByIdResult extends $pb.GeneratedMessage {
|
||||
|
||||
@@ -19,8 +19,17 @@ const ExecutionflowByIdQuery$json = {
|
||||
'1': 'ExecutionflowByIdQuery',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.QueryProjectHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'IDs', '3': 2, '4': 3, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'IDs'},
|
||||
{
|
||||
'1': 'IDs',
|
||||
'3': 2,
|
||||
'4': 3,
|
||||
'5': 11,
|
||||
'6': '.api.EntityID',
|
||||
'8': {'3': true},
|
||||
'10': 'IDs',
|
||||
},
|
||||
{'1': 'Options', '3': 3, '4': 1, '5': 11, '6': '.api.ExecutionflowQueryOptions', '10': 'Options'},
|
||||
{'1': 'RefIDs', '3': 4, '4': 3, '5': 9, '8': {}, '10': 'RefIDs'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
@@ -28,9 +37,10 @@ const ExecutionflowByIdQuery$json = {
|
||||
/// Descriptor for `ExecutionflowByIdQuery`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List executionflowByIdQueryDescriptor = $convert.base64Decode(
|
||||
'ChZFeGVjdXRpb25mbG93QnlJZFF1ZXJ5EjkKBkhlYWRlchgBIAEoCzIXLmFwaS5RdWVyeVByb2'
|
||||
'plY3RIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISKQoDSURzGAIgAygLMg0uYXBpLkVudGl0eUlE'
|
||||
'Qgj6QgWSAQIIAVIDSURzEjgKB09wdGlvbnMYAyABKAsyHi5hcGkuRXhlY3V0aW9uZmxvd1F1ZX'
|
||||
'J5T3B0aW9uc1IHT3B0aW9uczodkkERCg/SAQZIZWFkZXLSAQNJRHOiuxgFUXVlcnk=');
|
||||
'plY3RIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISKwoDSURzGAIgAygLMg0uYXBpLkVudGl0eUlE'
|
||||
'QgoYAfpCBZIBAggBUgNJRHMSOAoHT3B0aW9ucxgDIAEoCzIeLmFwaS5FeGVjdXRpb25mbG93UX'
|
||||
'VlcnlPcHRpb25zUgdPcHRpb25zEiAKBlJlZklEcxgEIAMoCUII+kIFkgECCAFSBlJlZklEczod'
|
||||
'kkERCg/SAQZIZWFkZXLSAQNJRHOiuxgFUXVlcnk=');
|
||||
|
||||
@$core.Deprecated('Use executionflowByIdResultDescriptor instead')
|
||||
const ExecutionflowByIdResult$json = {
|
||||
|
||||
@@ -22,13 +22,16 @@ export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
class HandlingunitByIdQuery extends $pb.GeneratedMessage {
|
||||
factory HandlingunitByIdQuery({
|
||||
$1.QueryProjectHeader? header,
|
||||
@$core.Deprecated('This field is deprecated.')
|
||||
$core.Iterable<$1.EntityID>? iDs,
|
||||
HandlingunitQueryOptions? options,
|
||||
$core.Iterable<$core.String>? refIDs,
|
||||
}) {
|
||||
final result = create();
|
||||
if (header != null) result.header = header;
|
||||
if (iDs != null) result.iDs.addAll(iDs);
|
||||
if (options != null) result.options = options;
|
||||
if (refIDs != null) result.refIDs.addAll(refIDs);
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -41,6 +44,7 @@ class HandlingunitByIdQuery extends $pb.GeneratedMessage {
|
||||
..aOM<$1.QueryProjectHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $1.QueryProjectHeader.create)
|
||||
..pc<$1.EntityID>(2, _omitFieldNames ? '' : 'IDs', $pb.PbFieldType.PM, protoName: 'IDs', subBuilder: $1.EntityID.create)
|
||||
..aOM<HandlingunitQueryOptions>(3, _omitFieldNames ? '' : 'Options', protoName: 'Options', subBuilder: HandlingunitQueryOptions.create)
|
||||
..pPS(4, _omitFieldNames ? '' : 'RefIDs', protoName: 'RefIDs')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -72,6 +76,7 @@ class HandlingunitByIdQuery extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(1)
|
||||
$1.QueryProjectHeader ensureHeader() => $_ensure(0);
|
||||
|
||||
@$core.Deprecated('This field is deprecated.')
|
||||
@$pb.TagNumber(2)
|
||||
$pb.PbList<$1.EntityID> get iDs => $_getList(1);
|
||||
|
||||
@@ -85,6 +90,9 @@ class HandlingunitByIdQuery extends $pb.GeneratedMessage {
|
||||
void clearOptions() => $_clearField(3);
|
||||
@$pb.TagNumber(3)
|
||||
HandlingunitQueryOptions ensureOptions() => $_ensure(2);
|
||||
|
||||
@$pb.TagNumber(4)
|
||||
$pb.PbList<$core.String> get refIDs => $_getList(3);
|
||||
}
|
||||
|
||||
class HandlingunitByIdResult extends $pb.GeneratedMessage {
|
||||
|
||||
@@ -19,8 +19,17 @@ const HandlingunitByIdQuery$json = {
|
||||
'1': 'HandlingunitByIdQuery',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.QueryProjectHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'IDs', '3': 2, '4': 3, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'IDs'},
|
||||
{
|
||||
'1': 'IDs',
|
||||
'3': 2,
|
||||
'4': 3,
|
||||
'5': 11,
|
||||
'6': '.api.EntityID',
|
||||
'8': {'3': true},
|
||||
'10': 'IDs',
|
||||
},
|
||||
{'1': 'Options', '3': 3, '4': 1, '5': 11, '6': '.api.HandlingunitQueryOptions', '10': 'Options'},
|
||||
{'1': 'RefIDs', '3': 4, '4': 3, '5': 9, '8': {}, '10': 'RefIDs'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
@@ -28,9 +37,10 @@ const HandlingunitByIdQuery$json = {
|
||||
/// Descriptor for `HandlingunitByIdQuery`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List handlingunitByIdQueryDescriptor = $convert.base64Decode(
|
||||
'ChVIYW5kbGluZ3VuaXRCeUlkUXVlcnkSOQoGSGVhZGVyGAEgASgLMhcuYXBpLlF1ZXJ5UHJvam'
|
||||
'VjdEhlYWRlckII+kIFigECEAFSBkhlYWRlchIpCgNJRHMYAiADKAsyDS5hcGkuRW50aXR5SURC'
|
||||
'CPpCBZIBAggBUgNJRHMSNwoHT3B0aW9ucxgDIAEoCzIdLmFwaS5IYW5kbGluZ3VuaXRRdWVyeU'
|
||||
'9wdGlvbnNSB09wdGlvbnM6HZJBEQoP0gEGSGVhZGVy0gEDSURzorsYBVF1ZXJ5');
|
||||
'VjdEhlYWRlckII+kIFigECEAFSBkhlYWRlchIrCgNJRHMYAiADKAsyDS5hcGkuRW50aXR5SURC'
|
||||
'ChgB+kIFkgECCAFSA0lEcxI3CgdPcHRpb25zGAMgASgLMh0uYXBpLkhhbmRsaW5ndW5pdFF1ZX'
|
||||
'J5T3B0aW9uc1IHT3B0aW9ucxIgCgZSZWZJRHMYBCADKAlCCPpCBZIBAggBUgZSZWZJRHM6HZJB'
|
||||
'EQoP0gEGSGVhZGVy0gEDSURzorsYBVF1ZXJ5');
|
||||
|
||||
@$core.Deprecated('Use handlingunitByIdResultDescriptor instead')
|
||||
const HandlingunitByIdResult$json = {
|
||||
|
||||
@@ -23,13 +23,16 @@ export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
class ItemByIdQuery extends $pb.GeneratedMessage {
|
||||
factory ItemByIdQuery({
|
||||
$1.QueryProjectHeader? header,
|
||||
@$core.Deprecated('This field is deprecated.')
|
||||
$core.Iterable<$1.EntityID>? iDs,
|
||||
ItemQueryOptions? options,
|
||||
$core.Iterable<$core.String>? refIDs,
|
||||
}) {
|
||||
final result = create();
|
||||
if (header != null) result.header = header;
|
||||
if (iDs != null) result.iDs.addAll(iDs);
|
||||
if (options != null) result.options = options;
|
||||
if (refIDs != null) result.refIDs.addAll(refIDs);
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -42,6 +45,7 @@ class ItemByIdQuery extends $pb.GeneratedMessage {
|
||||
..aOM<$1.QueryProjectHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $1.QueryProjectHeader.create)
|
||||
..pc<$1.EntityID>(2, _omitFieldNames ? '' : 'IDs', $pb.PbFieldType.PM, protoName: 'IDs', subBuilder: $1.EntityID.create)
|
||||
..aOM<ItemQueryOptions>(3, _omitFieldNames ? '' : 'Options', protoName: 'Options', subBuilder: ItemQueryOptions.create)
|
||||
..pPS(4, _omitFieldNames ? '' : 'RefIDs', protoName: 'RefIDs')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -73,6 +77,7 @@ class ItemByIdQuery extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(1)
|
||||
$1.QueryProjectHeader ensureHeader() => $_ensure(0);
|
||||
|
||||
@$core.Deprecated('This field is deprecated.')
|
||||
@$pb.TagNumber(2)
|
||||
$pb.PbList<$1.EntityID> get iDs => $_getList(1);
|
||||
|
||||
@@ -86,6 +91,9 @@ class ItemByIdQuery extends $pb.GeneratedMessage {
|
||||
void clearOptions() => $_clearField(3);
|
||||
@$pb.TagNumber(3)
|
||||
ItemQueryOptions ensureOptions() => $_ensure(2);
|
||||
|
||||
@$pb.TagNumber(4)
|
||||
$pb.PbList<$core.String> get refIDs => $_getList(3);
|
||||
}
|
||||
|
||||
class ItemByIdResult extends $pb.GeneratedMessage {
|
||||
|
||||
@@ -19,8 +19,17 @@ const ItemByIdQuery$json = {
|
||||
'1': 'ItemByIdQuery',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.QueryProjectHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'IDs', '3': 2, '4': 3, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'IDs'},
|
||||
{
|
||||
'1': 'IDs',
|
||||
'3': 2,
|
||||
'4': 3,
|
||||
'5': 11,
|
||||
'6': '.api.EntityID',
|
||||
'8': {'3': true},
|
||||
'10': 'IDs',
|
||||
},
|
||||
{'1': 'Options', '3': 3, '4': 1, '5': 11, '6': '.api.ItemQueryOptions', '10': 'Options'},
|
||||
{'1': 'RefIDs', '3': 4, '4': 3, '5': 9, '8': {}, '10': 'RefIDs'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
@@ -28,9 +37,10 @@ const ItemByIdQuery$json = {
|
||||
/// Descriptor for `ItemByIdQuery`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List itemByIdQueryDescriptor = $convert.base64Decode(
|
||||
'Cg1JdGVtQnlJZFF1ZXJ5EjkKBkhlYWRlchgBIAEoCzIXLmFwaS5RdWVyeVByb2plY3RIZWFkZX'
|
||||
'JCCPpCBYoBAhABUgZIZWFkZXISKQoDSURzGAIgAygLMg0uYXBpLkVudGl0eUlEQgj6QgWSAQII'
|
||||
'AVIDSURzEi8KB09wdGlvbnMYAyABKAsyFS5hcGkuSXRlbVF1ZXJ5T3B0aW9uc1IHT3B0aW9ucz'
|
||||
'odkkERCg/SAQZIZWFkZXLSAQNJRHOiuxgFUXVlcnk=');
|
||||
'JCCPpCBYoBAhABUgZIZWFkZXISKwoDSURzGAIgAygLMg0uYXBpLkVudGl0eUlEQgoYAfpCBZIB'
|
||||
'AggBUgNJRHMSLwoHT3B0aW9ucxgDIAEoCzIVLmFwaS5JdGVtUXVlcnlPcHRpb25zUgdPcHRpb2'
|
||||
'5zEiAKBlJlZklEcxgEIAMoCUII+kIFkgECCAFSBlJlZklEczodkkERCg/SAQZIZWFkZXLSAQNJ'
|
||||
'RHOiuxgFUXVlcnk=');
|
||||
|
||||
@$core.Deprecated('Use itemByIdResultDescriptor instead')
|
||||
const ItemByIdResult$json = {
|
||||
|
||||
@@ -22,13 +22,16 @@ export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
class MovementByIdQuery extends $pb.GeneratedMessage {
|
||||
factory MovementByIdQuery({
|
||||
$1.QueryProjectHeader? header,
|
||||
@$core.Deprecated('This field is deprecated.')
|
||||
$core.Iterable<$1.EntityID>? iDs,
|
||||
MovementQueryOptions? options,
|
||||
$core.Iterable<$core.String>? refIDs,
|
||||
}) {
|
||||
final result = create();
|
||||
if (header != null) result.header = header;
|
||||
if (iDs != null) result.iDs.addAll(iDs);
|
||||
if (options != null) result.options = options;
|
||||
if (refIDs != null) result.refIDs.addAll(refIDs);
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -41,6 +44,7 @@ class MovementByIdQuery extends $pb.GeneratedMessage {
|
||||
..aOM<$1.QueryProjectHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $1.QueryProjectHeader.create)
|
||||
..pc<$1.EntityID>(2, _omitFieldNames ? '' : 'IDs', $pb.PbFieldType.PM, protoName: 'IDs', subBuilder: $1.EntityID.create)
|
||||
..aOM<MovementQueryOptions>(3, _omitFieldNames ? '' : 'Options', protoName: 'Options', subBuilder: MovementQueryOptions.create)
|
||||
..pPS(4, _omitFieldNames ? '' : 'RefIDs', protoName: 'RefIDs')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -72,6 +76,7 @@ class MovementByIdQuery extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(1)
|
||||
$1.QueryProjectHeader ensureHeader() => $_ensure(0);
|
||||
|
||||
@$core.Deprecated('This field is deprecated.')
|
||||
@$pb.TagNumber(2)
|
||||
$pb.PbList<$1.EntityID> get iDs => $_getList(1);
|
||||
|
||||
@@ -85,6 +90,9 @@ class MovementByIdQuery extends $pb.GeneratedMessage {
|
||||
void clearOptions() => $_clearField(3);
|
||||
@$pb.TagNumber(3)
|
||||
MovementQueryOptions ensureOptions() => $_ensure(2);
|
||||
|
||||
@$pb.TagNumber(4)
|
||||
$pb.PbList<$core.String> get refIDs => $_getList(3);
|
||||
}
|
||||
|
||||
class MovementByIdResult extends $pb.GeneratedMessage {
|
||||
|
||||
@@ -19,8 +19,17 @@ const MovementByIdQuery$json = {
|
||||
'1': 'MovementByIdQuery',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.QueryProjectHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'IDs', '3': 2, '4': 3, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'IDs'},
|
||||
{
|
||||
'1': 'IDs',
|
||||
'3': 2,
|
||||
'4': 3,
|
||||
'5': 11,
|
||||
'6': '.api.EntityID',
|
||||
'8': {'3': true},
|
||||
'10': 'IDs',
|
||||
},
|
||||
{'1': 'Options', '3': 3, '4': 1, '5': 11, '6': '.api.MovementQueryOptions', '10': 'Options'},
|
||||
{'1': 'RefIDs', '3': 4, '4': 3, '5': 9, '8': {}, '10': 'RefIDs'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
@@ -28,9 +37,10 @@ const MovementByIdQuery$json = {
|
||||
/// Descriptor for `MovementByIdQuery`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List movementByIdQueryDescriptor = $convert.base64Decode(
|
||||
'ChFNb3ZlbWVudEJ5SWRRdWVyeRI5CgZIZWFkZXIYASABKAsyFy5hcGkuUXVlcnlQcm9qZWN0SG'
|
||||
'VhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEikKA0lEcxgCIAMoCzINLmFwaS5FbnRpdHlJREII+kIF'
|
||||
'kgECCAFSA0lEcxIzCgdPcHRpb25zGAMgASgLMhkuYXBpLk1vdmVtZW50UXVlcnlPcHRpb25zUg'
|
||||
'dPcHRpb25zOh2SQREKD9IBBkhlYWRlctIBA0lEc6K7GAVRdWVyeQ==');
|
||||
'VhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEisKA0lEcxgCIAMoCzINLmFwaS5FbnRpdHlJREIKGAH6'
|
||||
'QgWSAQIIAVIDSURzEjMKB09wdGlvbnMYAyABKAsyGS5hcGkuTW92ZW1lbnRRdWVyeU9wdGlvbn'
|
||||
'NSB09wdGlvbnMSIAoGUmVmSURzGAQgAygJQgj6QgWSAQIIAVIGUmVmSURzOh2SQREKD9IBBkhl'
|
||||
'YWRlctIBA0lEc6K7GAVRdWVyeQ==');
|
||||
|
||||
@$core.Deprecated('Use movementByIdResultDescriptor instead')
|
||||
const MovementByIdResult$json = {
|
||||
|
||||
@@ -22,13 +22,16 @@ export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
class OrderByIdQuery extends $pb.GeneratedMessage {
|
||||
factory OrderByIdQuery({
|
||||
$1.QueryProjectHeader? header,
|
||||
@$core.Deprecated('This field is deprecated.')
|
||||
$core.Iterable<$1.EntityID>? iDs,
|
||||
OrderQueryOptions? options,
|
||||
$core.Iterable<$core.String>? refIDs,
|
||||
}) {
|
||||
final result = create();
|
||||
if (header != null) result.header = header;
|
||||
if (iDs != null) result.iDs.addAll(iDs);
|
||||
if (options != null) result.options = options;
|
||||
if (refIDs != null) result.refIDs.addAll(refIDs);
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -41,6 +44,7 @@ class OrderByIdQuery extends $pb.GeneratedMessage {
|
||||
..aOM<$1.QueryProjectHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $1.QueryProjectHeader.create)
|
||||
..pc<$1.EntityID>(2, _omitFieldNames ? '' : 'IDs', $pb.PbFieldType.PM, protoName: 'IDs', subBuilder: $1.EntityID.create)
|
||||
..aOM<OrderQueryOptions>(3, _omitFieldNames ? '' : 'Options', protoName: 'Options', subBuilder: OrderQueryOptions.create)
|
||||
..pPS(4, _omitFieldNames ? '' : 'RefIDs', protoName: 'RefIDs')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -72,6 +76,7 @@ class OrderByIdQuery extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(1)
|
||||
$1.QueryProjectHeader ensureHeader() => $_ensure(0);
|
||||
|
||||
@$core.Deprecated('This field is deprecated.')
|
||||
@$pb.TagNumber(2)
|
||||
$pb.PbList<$1.EntityID> get iDs => $_getList(1);
|
||||
|
||||
@@ -85,6 +90,9 @@ class OrderByIdQuery extends $pb.GeneratedMessage {
|
||||
void clearOptions() => $_clearField(3);
|
||||
@$pb.TagNumber(3)
|
||||
OrderQueryOptions ensureOptions() => $_ensure(2);
|
||||
|
||||
@$pb.TagNumber(4)
|
||||
$pb.PbList<$core.String> get refIDs => $_getList(3);
|
||||
}
|
||||
|
||||
class OrderByIdResult extends $pb.GeneratedMessage {
|
||||
|
||||
@@ -19,8 +19,17 @@ const OrderByIdQuery$json = {
|
||||
'1': 'OrderByIdQuery',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.QueryProjectHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'IDs', '3': 2, '4': 3, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'IDs'},
|
||||
{
|
||||
'1': 'IDs',
|
||||
'3': 2,
|
||||
'4': 3,
|
||||
'5': 11,
|
||||
'6': '.api.EntityID',
|
||||
'8': {'3': true},
|
||||
'10': 'IDs',
|
||||
},
|
||||
{'1': 'Options', '3': 3, '4': 1, '5': 11, '6': '.api.OrderQueryOptions', '10': 'Options'},
|
||||
{'1': 'RefIDs', '3': 4, '4': 3, '5': 9, '8': {}, '10': 'RefIDs'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
@@ -28,9 +37,10 @@ const OrderByIdQuery$json = {
|
||||
/// Descriptor for `OrderByIdQuery`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List orderByIdQueryDescriptor = $convert.base64Decode(
|
||||
'Cg5PcmRlckJ5SWRRdWVyeRI5CgZIZWFkZXIYASABKAsyFy5hcGkuUXVlcnlQcm9qZWN0SGVhZG'
|
||||
'VyQgj6QgWKAQIQAVIGSGVhZGVyEikKA0lEcxgCIAMoCzINLmFwaS5FbnRpdHlJREII+kIFkgEC'
|
||||
'CAFSA0lEcxIwCgdPcHRpb25zGAMgASgLMhYuYXBpLk9yZGVyUXVlcnlPcHRpb25zUgdPcHRpb2'
|
||||
'5zOh2SQREKD9IBBkhlYWRlctIBA0lEc6K7GAVRdWVyeQ==');
|
||||
'VyQgj6QgWKAQIQAVIGSGVhZGVyEisKA0lEcxgCIAMoCzINLmFwaS5FbnRpdHlJREIKGAH6QgWS'
|
||||
'AQIIAVIDSURzEjAKB09wdGlvbnMYAyABKAsyFi5hcGkuT3JkZXJRdWVyeU9wdGlvbnNSB09wdG'
|
||||
'lvbnMSIAoGUmVmSURzGAQgAygJQgj6QgWSAQIIAVIGUmVmSURzOh2SQREKD9IBBkhlYWRlctIB'
|
||||
'A0lEc6K7GAVRdWVyeQ==');
|
||||
|
||||
@$core.Deprecated('Use orderByIdResultDescriptor instead')
|
||||
const OrderByIdResult$json = {
|
||||
|
||||
@@ -22,13 +22,16 @@ export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
class PartnerByIdQuery extends $pb.GeneratedMessage {
|
||||
factory PartnerByIdQuery({
|
||||
$1.QueryProjectHeader? header,
|
||||
@$core.Deprecated('This field is deprecated.')
|
||||
$core.Iterable<$1.EntityID>? iDs,
|
||||
PartnerQueryOptions? options,
|
||||
$core.Iterable<$core.String>? refIDs,
|
||||
}) {
|
||||
final result = create();
|
||||
if (header != null) result.header = header;
|
||||
if (iDs != null) result.iDs.addAll(iDs);
|
||||
if (options != null) result.options = options;
|
||||
if (refIDs != null) result.refIDs.addAll(refIDs);
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -41,6 +44,7 @@ class PartnerByIdQuery extends $pb.GeneratedMessage {
|
||||
..aOM<$1.QueryProjectHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $1.QueryProjectHeader.create)
|
||||
..pc<$1.EntityID>(2, _omitFieldNames ? '' : 'IDs', $pb.PbFieldType.PM, protoName: 'IDs', subBuilder: $1.EntityID.create)
|
||||
..aOM<PartnerQueryOptions>(3, _omitFieldNames ? '' : 'Options', protoName: 'Options', subBuilder: PartnerQueryOptions.create)
|
||||
..pPS(4, _omitFieldNames ? '' : 'RefIDs', protoName: 'RefIDs')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -72,6 +76,7 @@ class PartnerByIdQuery extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(1)
|
||||
$1.QueryProjectHeader ensureHeader() => $_ensure(0);
|
||||
|
||||
@$core.Deprecated('This field is deprecated.')
|
||||
@$pb.TagNumber(2)
|
||||
$pb.PbList<$1.EntityID> get iDs => $_getList(1);
|
||||
|
||||
@@ -85,6 +90,9 @@ class PartnerByIdQuery extends $pb.GeneratedMessage {
|
||||
void clearOptions() => $_clearField(3);
|
||||
@$pb.TagNumber(3)
|
||||
PartnerQueryOptions ensureOptions() => $_ensure(2);
|
||||
|
||||
@$pb.TagNumber(4)
|
||||
$pb.PbList<$core.String> get refIDs => $_getList(3);
|
||||
}
|
||||
|
||||
class PartnerByIdResult extends $pb.GeneratedMessage {
|
||||
|
||||
@@ -19,8 +19,17 @@ const PartnerByIdQuery$json = {
|
||||
'1': 'PartnerByIdQuery',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.QueryProjectHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'IDs', '3': 2, '4': 3, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'IDs'},
|
||||
{
|
||||
'1': 'IDs',
|
||||
'3': 2,
|
||||
'4': 3,
|
||||
'5': 11,
|
||||
'6': '.api.EntityID',
|
||||
'8': {'3': true},
|
||||
'10': 'IDs',
|
||||
},
|
||||
{'1': 'Options', '3': 3, '4': 1, '5': 11, '6': '.api.PartnerQueryOptions', '10': 'Options'},
|
||||
{'1': 'RefIDs', '3': 4, '4': 3, '5': 9, '8': {}, '10': 'RefIDs'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
@@ -28,9 +37,10 @@ const PartnerByIdQuery$json = {
|
||||
/// Descriptor for `PartnerByIdQuery`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List partnerByIdQueryDescriptor = $convert.base64Decode(
|
||||
'ChBQYXJ0bmVyQnlJZFF1ZXJ5EjkKBkhlYWRlchgBIAEoCzIXLmFwaS5RdWVyeVByb2plY3RIZW'
|
||||
'FkZXJCCPpCBYoBAhABUgZIZWFkZXISKQoDSURzGAIgAygLMg0uYXBpLkVudGl0eUlEQgj6QgWS'
|
||||
'AQIIAVIDSURzEjIKB09wdGlvbnMYAyABKAsyGC5hcGkuUGFydG5lclF1ZXJ5T3B0aW9uc1IHT3'
|
||||
'B0aW9uczodkkERCg/SAQZIZWFkZXLSAQNJRHOiuxgFUXVlcnk=');
|
||||
'FkZXJCCPpCBYoBAhABUgZIZWFkZXISKwoDSURzGAIgAygLMg0uYXBpLkVudGl0eUlEQgoYAfpC'
|
||||
'BZIBAggBUgNJRHMSMgoHT3B0aW9ucxgDIAEoCzIYLmFwaS5QYXJ0bmVyUXVlcnlPcHRpb25zUg'
|
||||
'dPcHRpb25zEiAKBlJlZklEcxgEIAMoCUII+kIFkgECCAFSBlJlZklEczodkkERCg/SAQZIZWFk'
|
||||
'ZXLSAQNJRHOiuxgFUXVlcnk=');
|
||||
|
||||
@$core.Deprecated('Use partnerByIdResultDescriptor instead')
|
||||
const PartnerByIdResult$json = {
|
||||
|
||||
@@ -22,13 +22,16 @@ export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
class StockByIdQuery extends $pb.GeneratedMessage {
|
||||
factory StockByIdQuery({
|
||||
$1.QueryProjectHeader? header,
|
||||
@$core.Deprecated('This field is deprecated.')
|
||||
$core.Iterable<$1.EntityID>? iDs,
|
||||
StockQueryOptions? options,
|
||||
$core.Iterable<$core.String>? refIDs,
|
||||
}) {
|
||||
final result = create();
|
||||
if (header != null) result.header = header;
|
||||
if (iDs != null) result.iDs.addAll(iDs);
|
||||
if (options != null) result.options = options;
|
||||
if (refIDs != null) result.refIDs.addAll(refIDs);
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -41,6 +44,7 @@ class StockByIdQuery extends $pb.GeneratedMessage {
|
||||
..aOM<$1.QueryProjectHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $1.QueryProjectHeader.create)
|
||||
..pc<$1.EntityID>(2, _omitFieldNames ? '' : 'IDs', $pb.PbFieldType.PM, protoName: 'IDs', subBuilder: $1.EntityID.create)
|
||||
..aOM<StockQueryOptions>(3, _omitFieldNames ? '' : 'Options', protoName: 'Options', subBuilder: StockQueryOptions.create)
|
||||
..pPS(4, _omitFieldNames ? '' : 'RefIDs', protoName: 'RefIDs')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -72,6 +76,7 @@ class StockByIdQuery extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(1)
|
||||
$1.QueryProjectHeader ensureHeader() => $_ensure(0);
|
||||
|
||||
@$core.Deprecated('This field is deprecated.')
|
||||
@$pb.TagNumber(2)
|
||||
$pb.PbList<$1.EntityID> get iDs => $_getList(1);
|
||||
|
||||
@@ -85,6 +90,9 @@ class StockByIdQuery extends $pb.GeneratedMessage {
|
||||
void clearOptions() => $_clearField(3);
|
||||
@$pb.TagNumber(3)
|
||||
StockQueryOptions ensureOptions() => $_ensure(2);
|
||||
|
||||
@$pb.TagNumber(4)
|
||||
$pb.PbList<$core.String> get refIDs => $_getList(3);
|
||||
}
|
||||
|
||||
class StockByIdResult extends $pb.GeneratedMessage {
|
||||
|
||||
@@ -19,8 +19,17 @@ const StockByIdQuery$json = {
|
||||
'1': 'StockByIdQuery',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.QueryProjectHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'IDs', '3': 2, '4': 3, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'IDs'},
|
||||
{
|
||||
'1': 'IDs',
|
||||
'3': 2,
|
||||
'4': 3,
|
||||
'5': 11,
|
||||
'6': '.api.EntityID',
|
||||
'8': {'3': true},
|
||||
'10': 'IDs',
|
||||
},
|
||||
{'1': 'Options', '3': 3, '4': 1, '5': 11, '6': '.api.StockQueryOptions', '10': 'Options'},
|
||||
{'1': 'RefIDs', '3': 4, '4': 3, '5': 9, '8': {}, '10': 'RefIDs'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
@@ -28,9 +37,10 @@ const StockByIdQuery$json = {
|
||||
/// Descriptor for `StockByIdQuery`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List stockByIdQueryDescriptor = $convert.base64Decode(
|
||||
'Cg5TdG9ja0J5SWRRdWVyeRI5CgZIZWFkZXIYASABKAsyFy5hcGkuUXVlcnlQcm9qZWN0SGVhZG'
|
||||
'VyQgj6QgWKAQIQAVIGSGVhZGVyEikKA0lEcxgCIAMoCzINLmFwaS5FbnRpdHlJREII+kIFkgEC'
|
||||
'CAFSA0lEcxIwCgdPcHRpb25zGAMgASgLMhYuYXBpLlN0b2NrUXVlcnlPcHRpb25zUgdPcHRpb2'
|
||||
'5zOh2SQREKD9IBBkhlYWRlctIBA0lEc6K7GAVRdWVyeQ==');
|
||||
'VyQgj6QgWKAQIQAVIGSGVhZGVyEisKA0lEcxgCIAMoCzINLmFwaS5FbnRpdHlJREIKGAH6QgWS'
|
||||
'AQIIAVIDSURzEjAKB09wdGlvbnMYAyABKAsyFi5hcGkuU3RvY2tRdWVyeU9wdGlvbnNSB09wdG'
|
||||
'lvbnMSIAoGUmVmSURzGAQgAygJQgj6QgWSAQIIAVIGUmVmSURzOh2SQREKD9IBBkhlYWRlctIB'
|
||||
'A0lEc6K7GAVRdWVyeQ==');
|
||||
|
||||
@$core.Deprecated('Use stockByIdResultDescriptor instead')
|
||||
const StockByIdResult$json = {
|
||||
|
||||
@@ -22,13 +22,16 @@ export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
class TrackingByIdQuery extends $pb.GeneratedMessage {
|
||||
factory TrackingByIdQuery({
|
||||
$1.QueryProjectHeader? header,
|
||||
@$core.Deprecated('This field is deprecated.')
|
||||
$core.Iterable<$1.EntityID>? iDs,
|
||||
TrackingQueryOptions? options,
|
||||
$core.Iterable<$core.String>? refIDs,
|
||||
}) {
|
||||
final result = create();
|
||||
if (header != null) result.header = header;
|
||||
if (iDs != null) result.iDs.addAll(iDs);
|
||||
if (options != null) result.options = options;
|
||||
if (refIDs != null) result.refIDs.addAll(refIDs);
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -41,6 +44,7 @@ class TrackingByIdQuery extends $pb.GeneratedMessage {
|
||||
..aOM<$1.QueryProjectHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $1.QueryProjectHeader.create)
|
||||
..pc<$1.EntityID>(2, _omitFieldNames ? '' : 'IDs', $pb.PbFieldType.PM, protoName: 'IDs', subBuilder: $1.EntityID.create)
|
||||
..aOM<TrackingQueryOptions>(3, _omitFieldNames ? '' : 'Options', protoName: 'Options', subBuilder: TrackingQueryOptions.create)
|
||||
..pPS(4, _omitFieldNames ? '' : 'RefIDs', protoName: 'RefIDs')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -72,6 +76,7 @@ class TrackingByIdQuery extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(1)
|
||||
$1.QueryProjectHeader ensureHeader() => $_ensure(0);
|
||||
|
||||
@$core.Deprecated('This field is deprecated.')
|
||||
@$pb.TagNumber(2)
|
||||
$pb.PbList<$1.EntityID> get iDs => $_getList(1);
|
||||
|
||||
@@ -85,6 +90,9 @@ class TrackingByIdQuery extends $pb.GeneratedMessage {
|
||||
void clearOptions() => $_clearField(3);
|
||||
@$pb.TagNumber(3)
|
||||
TrackingQueryOptions ensureOptions() => $_ensure(2);
|
||||
|
||||
@$pb.TagNumber(4)
|
||||
$pb.PbList<$core.String> get refIDs => $_getList(3);
|
||||
}
|
||||
|
||||
class TrackingByIdResult extends $pb.GeneratedMessage {
|
||||
|
||||
@@ -19,8 +19,17 @@ const TrackingByIdQuery$json = {
|
||||
'1': 'TrackingByIdQuery',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.QueryProjectHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'IDs', '3': 2, '4': 3, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'IDs'},
|
||||
{
|
||||
'1': 'IDs',
|
||||
'3': 2,
|
||||
'4': 3,
|
||||
'5': 11,
|
||||
'6': '.api.EntityID',
|
||||
'8': {'3': true},
|
||||
'10': 'IDs',
|
||||
},
|
||||
{'1': 'Options', '3': 3, '4': 1, '5': 11, '6': '.api.TrackingQueryOptions', '10': 'Options'},
|
||||
{'1': 'RefIDs', '3': 4, '4': 3, '5': 9, '8': {}, '10': 'RefIDs'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
@@ -28,9 +37,10 @@ const TrackingByIdQuery$json = {
|
||||
/// Descriptor for `TrackingByIdQuery`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List trackingByIdQueryDescriptor = $convert.base64Decode(
|
||||
'ChFUcmFja2luZ0J5SWRRdWVyeRI5CgZIZWFkZXIYASABKAsyFy5hcGkuUXVlcnlQcm9qZWN0SG'
|
||||
'VhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEikKA0lEcxgCIAMoCzINLmFwaS5FbnRpdHlJREII+kIF'
|
||||
'kgECCAFSA0lEcxIzCgdPcHRpb25zGAMgASgLMhkuYXBpLlRyYWNraW5nUXVlcnlPcHRpb25zUg'
|
||||
'dPcHRpb25zOh2SQREKD9IBBkhlYWRlctIBA0lEc6K7GAVRdWVyeQ==');
|
||||
'VhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEisKA0lEcxgCIAMoCzINLmFwaS5FbnRpdHlJREIKGAH6'
|
||||
'QgWSAQIIAVIDSURzEjMKB09wdGlvbnMYAyABKAsyGS5hcGkuVHJhY2tpbmdRdWVyeU9wdGlvbn'
|
||||
'NSB09wdGlvbnMSIAoGUmVmSURzGAQgAygJQgj6QgWSAQIIAVIGUmVmSURzOh2SQREKD9IBBkhl'
|
||||
'YWRlctIBA0lEc6K7GAVRdWVyeQ==');
|
||||
|
||||
@$core.Deprecated('Use trackingByIdResultDescriptor instead')
|
||||
const TrackingByIdResult$json = {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: dart_core_sdk
|
||||
description: dart libs from core model proto files
|
||||
version: 1.12.0-SNAPSHOT-251117100452
|
||||
version: 1.12.0-SNAPSHOT-251117152746
|
||||
homepage: ''
|
||||
publish_to: ''
|
||||
repository: ''
|
||||
|
||||
Reference in New Issue
Block a user