You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
# CHANGELOG
|
||||
|
||||
Lib version: 1.13.0-SNAPSHOT-260312135419
|
||||
Lib version: 1.13.0-SNAPSHOT-260312142541
|
||||
|
||||
@@ -28,12 +28,14 @@ class AliasPropertiesAppointmentScheduling extends $pb.GeneratedMessage {
|
||||
$1.CommandIdentifierEntry? loadingCommandIdentifierEntry,
|
||||
$1.CommandIdentifierEntry? unLoadingCommandIdentifierEntry,
|
||||
$core.String? actorName,
|
||||
$core.Iterable<$core.String>? restrictionRuleIDs,
|
||||
}) {
|
||||
final result = create();
|
||||
if (aptType != null) result.aptType = aptType;
|
||||
if (loadingCommandIdentifierEntry != null) result.loadingCommandIdentifierEntry = loadingCommandIdentifierEntry;
|
||||
if (unLoadingCommandIdentifierEntry != null) result.unLoadingCommandIdentifierEntry = unLoadingCommandIdentifierEntry;
|
||||
if (actorName != null) result.actorName = actorName;
|
||||
if (restrictionRuleIDs != null) result.restrictionRuleIDs.addAll(restrictionRuleIDs);
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -47,6 +49,7 @@ class AliasPropertiesAppointmentScheduling extends $pb.GeneratedMessage {
|
||||
..e<$1.CommandIdentifierEntry>(2, _omitFieldNames ? '' : 'LoadingCommandIdentifierEntry', $pb.PbFieldType.OE, protoName: 'LoadingCommandIdentifierEntry', defaultOrMaker: $1.CommandIdentifierEntry.CommandIdentifierEntry_MandatoryExceptForAllowedUsers, valueOf: $1.CommandIdentifierEntry.valueOf, enumValues: $1.CommandIdentifierEntry.values)
|
||||
..e<$1.CommandIdentifierEntry>(3, _omitFieldNames ? '' : 'UnLoadingCommandIdentifierEntry', $pb.PbFieldType.OE, protoName: 'UnLoadingCommandIdentifierEntry', defaultOrMaker: $1.CommandIdentifierEntry.CommandIdentifierEntry_MandatoryExceptForAllowedUsers, valueOf: $1.CommandIdentifierEntry.valueOf, enumValues: $1.CommandIdentifierEntry.values)
|
||||
..aOS(4, _omitFieldNames ? '' : 'ActorName', protoName: 'ActorName')
|
||||
..pPS(5, _omitFieldNames ? '' : 'RestrictionRuleIDs', protoName: 'RestrictionRuleIDs')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -105,6 +108,10 @@ class AliasPropertiesAppointmentScheduling extends $pb.GeneratedMessage {
|
||||
$core.bool hasActorName() => $_has(3);
|
||||
@$pb.TagNumber(4)
|
||||
void clearActorName() => $_clearField(4);
|
||||
|
||||
/// Restriction rule IDs which will be applied when this alias is used.
|
||||
@$pb.TagNumber(5)
|
||||
$pb.PbList<$core.String> get restrictionRuleIDs => $_getList(4);
|
||||
}
|
||||
|
||||
/// Alias represents a named link from one resource to another.
|
||||
|
||||
@@ -36,6 +36,7 @@ const AliasPropertiesAppointmentScheduling$json = {
|
||||
{'1': 'LoadingCommandIdentifierEntry', '3': 2, '4': 1, '5': 14, '6': '.api.CommandIdentifierEntry', '8': {}, '10': 'LoadingCommandIdentifierEntry'},
|
||||
{'1': 'UnLoadingCommandIdentifierEntry', '3': 3, '4': 1, '5': 14, '6': '.api.CommandIdentifierEntry', '8': {}, '10': 'UnLoadingCommandIdentifierEntry'},
|
||||
{'1': 'ActorName', '3': 4, '4': 1, '5': 9, '10': 'ActorName'},
|
||||
{'1': 'RestrictionRuleIDs', '3': 5, '4': 3, '5': 9, '10': 'RestrictionRuleIDs'},
|
||||
],
|
||||
};
|
||||
|
||||
@@ -47,7 +48,8 @@ final $typed_data.Uint8List aliasPropertiesAppointmentSchedulingDescriptor = $co
|
||||
'pCBYIBAhABUh1Mb2FkaW5nQ29tbWFuZElkZW50aWZpZXJFbnRyeRJvCh9VbkxvYWRpbmdDb21t'
|
||||
'YW5kSWRlbnRpZmllckVudHJ5GAMgASgOMhsuYXBpLkNvbW1hbmRJZGVudGlmaWVyRW50cnlCCP'
|
||||
'pCBYIBAhABUh9VbkxvYWRpbmdDb21tYW5kSWRlbnRpZmllckVudHJ5EhwKCUFjdG9yTmFtZRgE'
|
||||
'IAEoCVIJQWN0b3JOYW1l');
|
||||
'IAEoCVIJQWN0b3JOYW1lEi4KElJlc3RyaWN0aW9uUnVsZUlEcxgFIAMoCVISUmVzdHJpY3Rpb2'
|
||||
'5SdWxlSURz');
|
||||
|
||||
@$core.Deprecated('Use aliasDescriptor instead')
|
||||
const Alias$json = {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: dart_core_sdk
|
||||
description: dart libs from core model proto files
|
||||
version: 1.13.0-SNAPSHOT-260312135419
|
||||
version: 1.13.0-SNAPSHOT-260312142541
|
||||
homepage: ''
|
||||
publish_to: ''
|
||||
repository: ''
|
||||
|
||||
Reference in New Issue
Block a user