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-251217083455
|
||||
Lib version: 1.12.0-SNAPSHOT-251217084526
|
||||
|
||||
@@ -183,13 +183,13 @@ class ActorSetSiteAliasPayload extends $pb.GeneratedMessage {
|
||||
$0.SiteAlias? siteAlias,
|
||||
$core.bool? isSlotBookingEnabled,
|
||||
$2.ActorAuthorisation? appointmentConstraints,
|
||||
$core.String? actorName,
|
||||
$core.String? name,
|
||||
}) {
|
||||
final result = create();
|
||||
if (siteAlias != null) result.siteAlias = siteAlias;
|
||||
if (isSlotBookingEnabled != null) result.isSlotBookingEnabled = isSlotBookingEnabled;
|
||||
if (appointmentConstraints != null) result.appointmentConstraints = appointmentConstraints;
|
||||
if (actorName != null) result.actorName = actorName;
|
||||
if (name != null) result.name = name;
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -202,7 +202,7 @@ class ActorSetSiteAliasPayload extends $pb.GeneratedMessage {
|
||||
..aOM<$0.SiteAlias>(1, _omitFieldNames ? '' : 'SiteAlias', protoName: 'SiteAlias', subBuilder: $0.SiteAlias.create)
|
||||
..aOB(2, _omitFieldNames ? '' : 'IsSlotBookingEnabled', protoName: 'IsSlotBookingEnabled')
|
||||
..aOM<$2.ActorAuthorisation>(3, _omitFieldNames ? '' : 'AppointmentConstraints', protoName: 'AppointmentConstraints', subBuilder: $2.ActorAuthorisation.create)
|
||||
..aOS(4, _omitFieldNames ? '' : 'ActorName', protoName: 'ActorName')
|
||||
..aOS(4, _omitFieldNames ? '' : 'Name', protoName: 'Name')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -255,13 +255,13 @@ class ActorSetSiteAliasPayload extends $pb.GeneratedMessage {
|
||||
$2.ActorAuthorisation ensureAppointmentConstraints() => $_ensure(2);
|
||||
|
||||
@$pb.TagNumber(4)
|
||||
$core.String get actorName => $_getSZ(3);
|
||||
$core.String get name => $_getSZ(3);
|
||||
@$pb.TagNumber(4)
|
||||
set actorName($core.String value) => $_setString(3, value);
|
||||
set name($core.String value) => $_setString(3, value);
|
||||
@$pb.TagNumber(4)
|
||||
$core.bool hasActorName() => $_has(3);
|
||||
$core.bool hasName() => $_has(3);
|
||||
@$pb.TagNumber(4)
|
||||
void clearActorName() => $_clearField(4);
|
||||
void clearName() => $_clearField(4);
|
||||
}
|
||||
|
||||
class ActorSetSiteAlias extends $pb.GeneratedMessage {
|
||||
|
||||
@@ -60,7 +60,7 @@ const ActorSetSiteAliasPayload$json = {
|
||||
{'1': 'SiteAlias', '3': 1, '4': 1, '5': 11, '6': '.api.SiteAlias', '10': 'SiteAlias'},
|
||||
{'1': 'IsSlotBookingEnabled', '3': 2, '4': 1, '5': 8, '10': 'IsSlotBookingEnabled'},
|
||||
{'1': 'AppointmentConstraints', '3': 3, '4': 1, '5': 11, '6': '.api.ActorAuthorisation', '10': 'AppointmentConstraints'},
|
||||
{'1': 'ActorName', '3': 4, '4': 1, '5': 9, '10': 'ActorName'},
|
||||
{'1': 'Name', '3': 4, '4': 1, '5': 9, '10': 'Name'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
@@ -70,8 +70,8 @@ final $typed_data.Uint8List actorSetSiteAliasPayloadDescriptor = $convert.base64
|
||||
'ChhBY3RvclNldFNpdGVBbGlhc1BheWxvYWQSLAoJU2l0ZUFsaWFzGAEgASgLMg4uYXBpLlNpdG'
|
||||
'VBbGlhc1IJU2l0ZUFsaWFzEjIKFElzU2xvdEJvb2tpbmdFbmFibGVkGAIgASgIUhRJc1Nsb3RC'
|
||||
'b29raW5nRW5hYmxlZBJPChZBcHBvaW50bWVudENvbnN0cmFpbnRzGAMgASgLMhcuYXBpLkFjdG'
|
||||
'9yQXV0aG9yaXNhdGlvblIWQXBwb2ludG1lbnRDb25zdHJhaW50cxIcCglBY3Rvck5hbWUYBCAB'
|
||||
'KAlSCUFjdG9yTmFtZToforsYB0NvbW1hbmSouxgBsrsYDFNldFNpdGVBbGlhcw==');
|
||||
'9yQXV0aG9yaXNhdGlvblIWQXBwb2ludG1lbnRDb25zdHJhaW50cxISCgROYW1lGAQgASgJUgRO'
|
||||
'YW1lOh+iuxgHQ29tbWFuZKi7GAGyuxgMU2V0U2l0ZUFsaWFz');
|
||||
|
||||
@$core.Deprecated('Use actorSetSiteAliasDescriptor instead')
|
||||
const ActorSetSiteAlias$json = {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: dart_core_sdk
|
||||
description: dart libs from core model proto files
|
||||
version: 1.12.0-SNAPSHOT-251217083455
|
||||
version: 1.12.0-SNAPSHOT-251217084526
|
||||
homepage: ''
|
||||
publish_to: ''
|
||||
repository: ''
|
||||
|
||||
Reference in New Issue
Block a user