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-251118085117
|
||||
Lib version: 1.12.0-SNAPSHOT-251118091921
|
||||
|
||||
@@ -24,13 +24,11 @@ class ActorByIdQuery extends $pb.GeneratedMessage {
|
||||
$1.QueryProjectHeader? header,
|
||||
$core.Iterable<$1.QueryEntityID>? 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;
|
||||
}
|
||||
|
||||
@@ -43,7 +41,6 @@ class ActorByIdQuery extends $pb.GeneratedMessage {
|
||||
..aOM<$1.QueryProjectHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $1.QueryProjectHeader.create)
|
||||
..pc<$1.QueryEntityID>(2, _omitFieldNames ? '' : 'IDs', $pb.PbFieldType.PM, protoName: 'IDs', subBuilder: $1.QueryEntityID.create)
|
||||
..aOM<ActorQueryOptions>(3, _omitFieldNames ? '' : 'Options', protoName: 'Options', subBuilder: ActorQueryOptions.create)
|
||||
..pPS(4, _omitFieldNames ? '' : 'RefIDs', protoName: 'RefIDs')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -88,9 +85,6 @@ 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 {
|
||||
|
||||
@@ -21,7 +21,6 @@ const ActorByIdQuery$json = {
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.QueryProjectHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'IDs', '3': 2, '4': 3, '5': 11, '6': '.api.QueryEntityID', '8': {}, '10': 'IDs'},
|
||||
{'1': 'Options', '3': 3, '4': 1, '5': 11, '6': '.api.ActorQueryOptions', '10': 'Options'},
|
||||
{'1': 'RefIDs', '3': 4, '4': 3, '5': 9, '10': 'RefIDs'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
@@ -31,8 +30,7 @@ final $typed_data.Uint8List actorByIdQueryDescriptor = $convert.base64Decode(
|
||||
'Cg5BY3RvckJ5SWRRdWVyeRI5CgZIZWFkZXIYASABKAsyFy5hcGkuUXVlcnlQcm9qZWN0SGVhZG'
|
||||
'VyQgj6QgWKAQIQAVIGSGVhZGVyEi4KA0lEcxgCIAMoCzISLmFwaS5RdWVyeUVudGl0eUlEQgj6'
|
||||
'QgWSAQIIAVIDSURzEjAKB09wdGlvbnMYAyABKAsyFi5hcGkuQWN0b3JRdWVyeU9wdGlvbnNSB0'
|
||||
'9wdGlvbnMSFgoGUmVmSURzGAQgAygJUgZSZWZJRHM6HZJBEQoP0gEGSGVhZGVy0gEDSURzorsY'
|
||||
'BVF1ZXJ5');
|
||||
'9wdGlvbnM6HZJBEQoP0gEGSGVhZGVy0gEDSURzorsYBVF1ZXJ5');
|
||||
|
||||
@$core.Deprecated('Use actorByIdResultDescriptor instead')
|
||||
const ActorByIdResult$json = {
|
||||
|
||||
@@ -25,13 +25,11 @@ class ClaimByIdQuery extends $pb.GeneratedMessage {
|
||||
$1.QueryProjectHeader? header,
|
||||
$core.Iterable<$1.QueryEntityID>? 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;
|
||||
}
|
||||
|
||||
@@ -44,7 +42,6 @@ class ClaimByIdQuery extends $pb.GeneratedMessage {
|
||||
..aOM<$1.QueryProjectHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $1.QueryProjectHeader.create)
|
||||
..pc<$1.QueryEntityID>(2, _omitFieldNames ? '' : 'IDs', $pb.PbFieldType.PM, protoName: 'IDs', subBuilder: $1.QueryEntityID.create)
|
||||
..aOM<ClaimQueryOptions>(3, _omitFieldNames ? '' : 'Options', protoName: 'Options', subBuilder: ClaimQueryOptions.create)
|
||||
..pPS(4, _omitFieldNames ? '' : 'RefIDs', protoName: 'RefIDs')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -89,9 +86,6 @@ 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 {
|
||||
|
||||
@@ -21,7 +21,6 @@ const ClaimByIdQuery$json = {
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.QueryProjectHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'IDs', '3': 2, '4': 3, '5': 11, '6': '.api.QueryEntityID', '8': {}, '10': 'IDs'},
|
||||
{'1': 'Options', '3': 3, '4': 1, '5': 11, '6': '.api.ClaimQueryOptions', '10': 'Options'},
|
||||
{'1': 'RefIDs', '3': 4, '4': 3, '5': 9, '10': 'RefIDs'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
@@ -31,8 +30,7 @@ final $typed_data.Uint8List claimByIdQueryDescriptor = $convert.base64Decode(
|
||||
'Cg5DbGFpbUJ5SWRRdWVyeRI5CgZIZWFkZXIYASABKAsyFy5hcGkuUXVlcnlQcm9qZWN0SGVhZG'
|
||||
'VyQgj6QgWKAQIQAVIGSGVhZGVyEi4KA0lEcxgCIAMoCzISLmFwaS5RdWVyeUVudGl0eUlEQgj6'
|
||||
'QgWSAQIIAVIDSURzEjAKB09wdGlvbnMYAyABKAsyFi5hcGkuQ2xhaW1RdWVyeU9wdGlvbnNSB0'
|
||||
'9wdGlvbnMSFgoGUmVmSURzGAQgAygJUgZSZWZJRHM6HZJBEQoP0gEGSGVhZGVy0gEDSURzorsY'
|
||||
'BVF1ZXJ5');
|
||||
'9wdGlvbnM6HZJBEQoP0gEGSGVhZGVy0gEDSURzorsYBVF1ZXJ5');
|
||||
|
||||
@$core.Deprecated('Use claimByIdResultDescriptor instead')
|
||||
const ClaimByIdResult$json = {
|
||||
|
||||
@@ -24,13 +24,11 @@ class ExecutionflowByIdQuery extends $pb.GeneratedMessage {
|
||||
$2.QueryProjectHeader? header,
|
||||
$core.Iterable<$2.QueryEntityID>? 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;
|
||||
}
|
||||
|
||||
@@ -43,7 +41,6 @@ class ExecutionflowByIdQuery extends $pb.GeneratedMessage {
|
||||
..aOM<$2.QueryProjectHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $2.QueryProjectHeader.create)
|
||||
..pc<$2.QueryEntityID>(2, _omitFieldNames ? '' : 'IDs', $pb.PbFieldType.PM, protoName: 'IDs', subBuilder: $2.QueryEntityID.create)
|
||||
..aOM<ExecutionflowQueryOptions>(3, _omitFieldNames ? '' : 'Options', protoName: 'Options', subBuilder: ExecutionflowQueryOptions.create)
|
||||
..pPS(4, _omitFieldNames ? '' : 'RefIDs', protoName: 'RefIDs')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -88,9 +85,6 @@ 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 {
|
||||
|
||||
@@ -21,7 +21,6 @@ const ExecutionflowByIdQuery$json = {
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.QueryProjectHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'IDs', '3': 2, '4': 3, '5': 11, '6': '.api.QueryEntityID', '8': {}, '10': 'IDs'},
|
||||
{'1': 'Options', '3': 3, '4': 1, '5': 11, '6': '.api.ExecutionflowQueryOptions', '10': 'Options'},
|
||||
{'1': 'RefIDs', '3': 4, '4': 3, '5': 9, '10': 'RefIDs'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
@@ -31,8 +30,7 @@ final $typed_data.Uint8List executionflowByIdQueryDescriptor = $convert.base64De
|
||||
'ChZFeGVjdXRpb25mbG93QnlJZFF1ZXJ5EjkKBkhlYWRlchgBIAEoCzIXLmFwaS5RdWVyeVByb2'
|
||||
'plY3RIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISLgoDSURzGAIgAygLMhIuYXBpLlF1ZXJ5RW50'
|
||||
'aXR5SURCCPpCBZIBAggBUgNJRHMSOAoHT3B0aW9ucxgDIAEoCzIeLmFwaS5FeGVjdXRpb25mbG'
|
||||
'93UXVlcnlPcHRpb25zUgdPcHRpb25zEhYKBlJlZklEcxgEIAMoCVIGUmVmSURzOh2SQREKD9IB'
|
||||
'BkhlYWRlctIBA0lEc6K7GAVRdWVyeQ==');
|
||||
'93UXVlcnlPcHRpb25zUgdPcHRpb25zOh2SQREKD9IBBkhlYWRlctIBA0lEc6K7GAVRdWVyeQ==');
|
||||
|
||||
@$core.Deprecated('Use executionflowByIdResultDescriptor instead')
|
||||
const ExecutionflowByIdResult$json = {
|
||||
|
||||
@@ -24,13 +24,11 @@ class HandlingunitByIdQuery extends $pb.GeneratedMessage {
|
||||
$1.QueryProjectHeader? header,
|
||||
$core.Iterable<$1.QueryEntityID>? 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;
|
||||
}
|
||||
|
||||
@@ -43,7 +41,6 @@ class HandlingunitByIdQuery extends $pb.GeneratedMessage {
|
||||
..aOM<$1.QueryProjectHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $1.QueryProjectHeader.create)
|
||||
..pc<$1.QueryEntityID>(2, _omitFieldNames ? '' : 'IDs', $pb.PbFieldType.PM, protoName: 'IDs', subBuilder: $1.QueryEntityID.create)
|
||||
..aOM<HandlingunitQueryOptions>(3, _omitFieldNames ? '' : 'Options', protoName: 'Options', subBuilder: HandlingunitQueryOptions.create)
|
||||
..pPS(4, _omitFieldNames ? '' : 'RefIDs', protoName: 'RefIDs')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -88,9 +85,6 @@ 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 {
|
||||
|
||||
@@ -21,7 +21,6 @@ const HandlingunitByIdQuery$json = {
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.QueryProjectHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'IDs', '3': 2, '4': 3, '5': 11, '6': '.api.QueryEntityID', '8': {}, '10': 'IDs'},
|
||||
{'1': 'Options', '3': 3, '4': 1, '5': 11, '6': '.api.HandlingunitQueryOptions', '10': 'Options'},
|
||||
{'1': 'RefIDs', '3': 4, '4': 3, '5': 9, '10': 'RefIDs'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
@@ -31,8 +30,7 @@ final $typed_data.Uint8List handlingunitByIdQueryDescriptor = $convert.base64Dec
|
||||
'ChVIYW5kbGluZ3VuaXRCeUlkUXVlcnkSOQoGSGVhZGVyGAEgASgLMhcuYXBpLlF1ZXJ5UHJvam'
|
||||
'VjdEhlYWRlckII+kIFigECEAFSBkhlYWRlchIuCgNJRHMYAiADKAsyEi5hcGkuUXVlcnlFbnRp'
|
||||
'dHlJREII+kIFkgECCAFSA0lEcxI3CgdPcHRpb25zGAMgASgLMh0uYXBpLkhhbmRsaW5ndW5pdF'
|
||||
'F1ZXJ5T3B0aW9uc1IHT3B0aW9ucxIWCgZSZWZJRHMYBCADKAlSBlJlZklEczodkkERCg/SAQZI'
|
||||
'ZWFkZXLSAQNJRHOiuxgFUXVlcnk=');
|
||||
'F1ZXJ5T3B0aW9uc1IHT3B0aW9uczodkkERCg/SAQZIZWFkZXLSAQNJRHOiuxgFUXVlcnk=');
|
||||
|
||||
@$core.Deprecated('Use handlingunitByIdResultDescriptor instead')
|
||||
const HandlingunitByIdResult$json = {
|
||||
|
||||
@@ -25,13 +25,11 @@ class ItemByIdQuery extends $pb.GeneratedMessage {
|
||||
$1.QueryProjectHeader? header,
|
||||
$core.Iterable<$1.QueryEntityID>? 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;
|
||||
}
|
||||
|
||||
@@ -44,7 +42,6 @@ class ItemByIdQuery extends $pb.GeneratedMessage {
|
||||
..aOM<$1.QueryProjectHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $1.QueryProjectHeader.create)
|
||||
..pc<$1.QueryEntityID>(2, _omitFieldNames ? '' : 'IDs', $pb.PbFieldType.PM, protoName: 'IDs', subBuilder: $1.QueryEntityID.create)
|
||||
..aOM<ItemQueryOptions>(3, _omitFieldNames ? '' : 'Options', protoName: 'Options', subBuilder: ItemQueryOptions.create)
|
||||
..pPS(4, _omitFieldNames ? '' : 'RefIDs', protoName: 'RefIDs')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -89,9 +86,6 @@ 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 {
|
||||
|
||||
@@ -21,7 +21,6 @@ const ItemByIdQuery$json = {
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.QueryProjectHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'IDs', '3': 2, '4': 3, '5': 11, '6': '.api.QueryEntityID', '8': {}, '10': 'IDs'},
|
||||
{'1': 'Options', '3': 3, '4': 1, '5': 11, '6': '.api.ItemQueryOptions', '10': 'Options'},
|
||||
{'1': 'RefIDs', '3': 4, '4': 3, '5': 9, '10': 'RefIDs'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
@@ -31,8 +30,7 @@ final $typed_data.Uint8List itemByIdQueryDescriptor = $convert.base64Decode(
|
||||
'Cg1JdGVtQnlJZFF1ZXJ5EjkKBkhlYWRlchgBIAEoCzIXLmFwaS5RdWVyeVByb2plY3RIZWFkZX'
|
||||
'JCCPpCBYoBAhABUgZIZWFkZXISLgoDSURzGAIgAygLMhIuYXBpLlF1ZXJ5RW50aXR5SURCCPpC'
|
||||
'BZIBAggBUgNJRHMSLwoHT3B0aW9ucxgDIAEoCzIVLmFwaS5JdGVtUXVlcnlPcHRpb25zUgdPcH'
|
||||
'Rpb25zEhYKBlJlZklEcxgEIAMoCVIGUmVmSURzOh2SQREKD9IBBkhlYWRlctIBA0lEc6K7GAVR'
|
||||
'dWVyeQ==');
|
||||
'Rpb25zOh2SQREKD9IBBkhlYWRlctIBA0lEc6K7GAVRdWVyeQ==');
|
||||
|
||||
@$core.Deprecated('Use itemByIdResultDescriptor instead')
|
||||
const ItemByIdResult$json = {
|
||||
|
||||
@@ -24,13 +24,11 @@ class MovementByIdQuery extends $pb.GeneratedMessage {
|
||||
$1.QueryProjectHeader? header,
|
||||
$core.Iterable<$1.QueryEntityID>? 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;
|
||||
}
|
||||
|
||||
@@ -43,7 +41,6 @@ class MovementByIdQuery extends $pb.GeneratedMessage {
|
||||
..aOM<$1.QueryProjectHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $1.QueryProjectHeader.create)
|
||||
..pc<$1.QueryEntityID>(2, _omitFieldNames ? '' : 'IDs', $pb.PbFieldType.PM, protoName: 'IDs', subBuilder: $1.QueryEntityID.create)
|
||||
..aOM<MovementQueryOptions>(3, _omitFieldNames ? '' : 'Options', protoName: 'Options', subBuilder: MovementQueryOptions.create)
|
||||
..pPS(4, _omitFieldNames ? '' : 'RefIDs', protoName: 'RefIDs')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -88,9 +85,6 @@ 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 {
|
||||
|
||||
@@ -21,7 +21,6 @@ const MovementByIdQuery$json = {
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.QueryProjectHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'IDs', '3': 2, '4': 3, '5': 11, '6': '.api.QueryEntityID', '8': {}, '10': 'IDs'},
|
||||
{'1': 'Options', '3': 3, '4': 1, '5': 11, '6': '.api.MovementQueryOptions', '10': 'Options'},
|
||||
{'1': 'RefIDs', '3': 4, '4': 3, '5': 9, '10': 'RefIDs'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
@@ -31,8 +30,7 @@ final $typed_data.Uint8List movementByIdQueryDescriptor = $convert.base64Decode(
|
||||
'ChFNb3ZlbWVudEJ5SWRRdWVyeRI5CgZIZWFkZXIYASABKAsyFy5hcGkuUXVlcnlQcm9qZWN0SG'
|
||||
'VhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEi4KA0lEcxgCIAMoCzISLmFwaS5RdWVyeUVudGl0eUlE'
|
||||
'Qgj6QgWSAQIIAVIDSURzEjMKB09wdGlvbnMYAyABKAsyGS5hcGkuTW92ZW1lbnRRdWVyeU9wdG'
|
||||
'lvbnNSB09wdGlvbnMSFgoGUmVmSURzGAQgAygJUgZSZWZJRHM6HZJBEQoP0gEGSGVhZGVy0gED'
|
||||
'SURzorsYBVF1ZXJ5');
|
||||
'lvbnNSB09wdGlvbnM6HZJBEQoP0gEGSGVhZGVy0gEDSURzorsYBVF1ZXJ5');
|
||||
|
||||
@$core.Deprecated('Use movementByIdResultDescriptor instead')
|
||||
const MovementByIdResult$json = {
|
||||
|
||||
@@ -24,13 +24,11 @@ class OrderByIdQuery extends $pb.GeneratedMessage {
|
||||
$1.QueryProjectHeader? header,
|
||||
$core.Iterable<$1.QueryEntityID>? 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;
|
||||
}
|
||||
|
||||
@@ -43,7 +41,6 @@ class OrderByIdQuery extends $pb.GeneratedMessage {
|
||||
..aOM<$1.QueryProjectHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $1.QueryProjectHeader.create)
|
||||
..pc<$1.QueryEntityID>(2, _omitFieldNames ? '' : 'IDs', $pb.PbFieldType.PM, protoName: 'IDs', subBuilder: $1.QueryEntityID.create)
|
||||
..aOM<OrderQueryOptions>(3, _omitFieldNames ? '' : 'Options', protoName: 'Options', subBuilder: OrderQueryOptions.create)
|
||||
..pPS(4, _omitFieldNames ? '' : 'RefIDs', protoName: 'RefIDs')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -88,9 +85,6 @@ 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 {
|
||||
|
||||
@@ -21,7 +21,6 @@ const OrderByIdQuery$json = {
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.QueryProjectHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'IDs', '3': 2, '4': 3, '5': 11, '6': '.api.QueryEntityID', '8': {}, '10': 'IDs'},
|
||||
{'1': 'Options', '3': 3, '4': 1, '5': 11, '6': '.api.OrderQueryOptions', '10': 'Options'},
|
||||
{'1': 'RefIDs', '3': 4, '4': 3, '5': 9, '10': 'RefIDs'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
@@ -31,8 +30,7 @@ final $typed_data.Uint8List orderByIdQueryDescriptor = $convert.base64Decode(
|
||||
'Cg5PcmRlckJ5SWRRdWVyeRI5CgZIZWFkZXIYASABKAsyFy5hcGkuUXVlcnlQcm9qZWN0SGVhZG'
|
||||
'VyQgj6QgWKAQIQAVIGSGVhZGVyEi4KA0lEcxgCIAMoCzISLmFwaS5RdWVyeUVudGl0eUlEQgj6'
|
||||
'QgWSAQIIAVIDSURzEjAKB09wdGlvbnMYAyABKAsyFi5hcGkuT3JkZXJRdWVyeU9wdGlvbnNSB0'
|
||||
'9wdGlvbnMSFgoGUmVmSURzGAQgAygJUgZSZWZJRHM6HZJBEQoP0gEGSGVhZGVy0gEDSURzorsY'
|
||||
'BVF1ZXJ5');
|
||||
'9wdGlvbnM6HZJBEQoP0gEGSGVhZGVy0gEDSURzorsYBVF1ZXJ5');
|
||||
|
||||
@$core.Deprecated('Use orderByIdResultDescriptor instead')
|
||||
const OrderByIdResult$json = {
|
||||
|
||||
@@ -24,13 +24,11 @@ class PartnerByIdQuery extends $pb.GeneratedMessage {
|
||||
$1.QueryProjectHeader? header,
|
||||
$core.Iterable<$1.QueryEntityID>? 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;
|
||||
}
|
||||
|
||||
@@ -43,7 +41,6 @@ class PartnerByIdQuery extends $pb.GeneratedMessage {
|
||||
..aOM<$1.QueryProjectHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $1.QueryProjectHeader.create)
|
||||
..pc<$1.QueryEntityID>(2, _omitFieldNames ? '' : 'IDs', $pb.PbFieldType.PM, protoName: 'IDs', subBuilder: $1.QueryEntityID.create)
|
||||
..aOM<PartnerQueryOptions>(3, _omitFieldNames ? '' : 'Options', protoName: 'Options', subBuilder: PartnerQueryOptions.create)
|
||||
..pPS(4, _omitFieldNames ? '' : 'RefIDs', protoName: 'RefIDs')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -88,9 +85,6 @@ 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 {
|
||||
|
||||
@@ -21,7 +21,6 @@ const PartnerByIdQuery$json = {
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.QueryProjectHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'IDs', '3': 2, '4': 3, '5': 11, '6': '.api.QueryEntityID', '8': {}, '10': 'IDs'},
|
||||
{'1': 'Options', '3': 3, '4': 1, '5': 11, '6': '.api.PartnerQueryOptions', '10': 'Options'},
|
||||
{'1': 'RefIDs', '3': 4, '4': 3, '5': 9, '10': 'RefIDs'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
@@ -31,8 +30,7 @@ final $typed_data.Uint8List partnerByIdQueryDescriptor = $convert.base64Decode(
|
||||
'ChBQYXJ0bmVyQnlJZFF1ZXJ5EjkKBkhlYWRlchgBIAEoCzIXLmFwaS5RdWVyeVByb2plY3RIZW'
|
||||
'FkZXJCCPpCBYoBAhABUgZIZWFkZXISLgoDSURzGAIgAygLMhIuYXBpLlF1ZXJ5RW50aXR5SURC'
|
||||
'CPpCBZIBAggBUgNJRHMSMgoHT3B0aW9ucxgDIAEoCzIYLmFwaS5QYXJ0bmVyUXVlcnlPcHRpb2'
|
||||
'5zUgdPcHRpb25zEhYKBlJlZklEcxgEIAMoCVIGUmVmSURzOh2SQREKD9IBBkhlYWRlctIBA0lE'
|
||||
'c6K7GAVRdWVyeQ==');
|
||||
'5zUgdPcHRpb25zOh2SQREKD9IBBkhlYWRlctIBA0lEc6K7GAVRdWVyeQ==');
|
||||
|
||||
@$core.Deprecated('Use partnerByIdResultDescriptor instead')
|
||||
const PartnerByIdResult$json = {
|
||||
|
||||
@@ -24,13 +24,11 @@ class StockByIdQuery extends $pb.GeneratedMessage {
|
||||
$1.QueryProjectHeader? header,
|
||||
$core.Iterable<$1.QueryEntityID>? 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;
|
||||
}
|
||||
|
||||
@@ -43,7 +41,6 @@ class StockByIdQuery extends $pb.GeneratedMessage {
|
||||
..aOM<$1.QueryProjectHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $1.QueryProjectHeader.create)
|
||||
..pc<$1.QueryEntityID>(2, _omitFieldNames ? '' : 'IDs', $pb.PbFieldType.PM, protoName: 'IDs', subBuilder: $1.QueryEntityID.create)
|
||||
..aOM<StockQueryOptions>(3, _omitFieldNames ? '' : 'Options', protoName: 'Options', subBuilder: StockQueryOptions.create)
|
||||
..pPS(4, _omitFieldNames ? '' : 'RefIDs', protoName: 'RefIDs')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -88,9 +85,6 @@ 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 {
|
||||
|
||||
@@ -21,7 +21,6 @@ const StockByIdQuery$json = {
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.QueryProjectHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'IDs', '3': 2, '4': 3, '5': 11, '6': '.api.QueryEntityID', '8': {}, '10': 'IDs'},
|
||||
{'1': 'Options', '3': 3, '4': 1, '5': 11, '6': '.api.StockQueryOptions', '10': 'Options'},
|
||||
{'1': 'RefIDs', '3': 4, '4': 3, '5': 9, '10': 'RefIDs'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
@@ -31,8 +30,7 @@ final $typed_data.Uint8List stockByIdQueryDescriptor = $convert.base64Decode(
|
||||
'Cg5TdG9ja0J5SWRRdWVyeRI5CgZIZWFkZXIYASABKAsyFy5hcGkuUXVlcnlQcm9qZWN0SGVhZG'
|
||||
'VyQgj6QgWKAQIQAVIGSGVhZGVyEi4KA0lEcxgCIAMoCzISLmFwaS5RdWVyeUVudGl0eUlEQgj6'
|
||||
'QgWSAQIIAVIDSURzEjAKB09wdGlvbnMYAyABKAsyFi5hcGkuU3RvY2tRdWVyeU9wdGlvbnNSB0'
|
||||
'9wdGlvbnMSFgoGUmVmSURzGAQgAygJUgZSZWZJRHM6HZJBEQoP0gEGSGVhZGVy0gEDSURzorsY'
|
||||
'BVF1ZXJ5');
|
||||
'9wdGlvbnM6HZJBEQoP0gEGSGVhZGVy0gEDSURzorsYBVF1ZXJ5');
|
||||
|
||||
@$core.Deprecated('Use stockByIdResultDescriptor instead')
|
||||
const StockByIdResult$json = {
|
||||
|
||||
@@ -24,13 +24,11 @@ class TrackingByIdQuery extends $pb.GeneratedMessage {
|
||||
$1.QueryProjectHeader? header,
|
||||
$core.Iterable<$1.QueryEntityID>? 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;
|
||||
}
|
||||
|
||||
@@ -43,7 +41,6 @@ class TrackingByIdQuery extends $pb.GeneratedMessage {
|
||||
..aOM<$1.QueryProjectHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $1.QueryProjectHeader.create)
|
||||
..pc<$1.QueryEntityID>(2, _omitFieldNames ? '' : 'IDs', $pb.PbFieldType.PM, protoName: 'IDs', subBuilder: $1.QueryEntityID.create)
|
||||
..aOM<TrackingQueryOptions>(3, _omitFieldNames ? '' : 'Options', protoName: 'Options', subBuilder: TrackingQueryOptions.create)
|
||||
..pPS(4, _omitFieldNames ? '' : 'RefIDs', protoName: 'RefIDs')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -88,9 +85,6 @@ 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 {
|
||||
|
||||
@@ -21,7 +21,6 @@ const TrackingByIdQuery$json = {
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.QueryProjectHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'IDs', '3': 2, '4': 3, '5': 11, '6': '.api.QueryEntityID', '8': {}, '10': 'IDs'},
|
||||
{'1': 'Options', '3': 3, '4': 1, '5': 11, '6': '.api.TrackingQueryOptions', '10': 'Options'},
|
||||
{'1': 'RefIDs', '3': 4, '4': 3, '5': 9, '10': 'RefIDs'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
@@ -31,8 +30,7 @@ final $typed_data.Uint8List trackingByIdQueryDescriptor = $convert.base64Decode(
|
||||
'ChFUcmFja2luZ0J5SWRRdWVyeRI5CgZIZWFkZXIYASABKAsyFy5hcGkuUXVlcnlQcm9qZWN0SG'
|
||||
'VhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEi4KA0lEcxgCIAMoCzISLmFwaS5RdWVyeUVudGl0eUlE'
|
||||
'Qgj6QgWSAQIIAVIDSURzEjMKB09wdGlvbnMYAyABKAsyGS5hcGkuVHJhY2tpbmdRdWVyeU9wdG'
|
||||
'lvbnNSB09wdGlvbnMSFgoGUmVmSURzGAQgAygJUgZSZWZJRHM6HZJBEQoP0gEGSGVhZGVy0gED'
|
||||
'SURzorsYBVF1ZXJ5');
|
||||
'lvbnNSB09wdGlvbnM6HZJBEQoP0gEGSGVhZGVy0gEDSURzorsYBVF1ZXJ5');
|
||||
|
||||
@$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-251118085117
|
||||
version: 1.12.0-SNAPSHOT-251118091921
|
||||
homepage: ''
|
||||
publish_to: ''
|
||||
repository: ''
|
||||
|
||||
Reference in New Issue
Block a user