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-251127140524
|
||||
Lib version: 1.12.0-SNAPSHOT-251127144827
|
||||
|
||||
@@ -16,6 +16,7 @@ import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'repositoryShared.pb.dart' as $0;
|
||||
import 'shared.pb.dart' as $1;
|
||||
import 'slotbooking.pb.dart' as $2;
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
|
||||
@@ -181,10 +182,12 @@ class ActorSetSiteAliasPayload extends $pb.GeneratedMessage {
|
||||
factory ActorSetSiteAliasPayload({
|
||||
$0.SiteAlias? siteAlias,
|
||||
$core.bool? isSlotBookingEnabled,
|
||||
$2.ActorAuthorisation? appointmentConstraints,
|
||||
}) {
|
||||
final result = create();
|
||||
if (siteAlias != null) result.siteAlias = siteAlias;
|
||||
if (isSlotBookingEnabled != null) result.isSlotBookingEnabled = isSlotBookingEnabled;
|
||||
if (appointmentConstraints != null) result.appointmentConstraints = appointmentConstraints;
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -196,6 +199,7 @@ class ActorSetSiteAliasPayload extends $pb.GeneratedMessage {
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ActorSetSiteAliasPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..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)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -235,6 +239,17 @@ class ActorSetSiteAliasPayload extends $pb.GeneratedMessage {
|
||||
$core.bool hasIsSlotBookingEnabled() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
void clearIsSlotBookingEnabled() => $_clearField(2);
|
||||
|
||||
@$pb.TagNumber(3)
|
||||
$2.ActorAuthorisation get appointmentConstraints => $_getN(2);
|
||||
@$pb.TagNumber(3)
|
||||
set appointmentConstraints($2.ActorAuthorisation value) => $_setField(3, value);
|
||||
@$pb.TagNumber(3)
|
||||
$core.bool hasAppointmentConstraints() => $_has(2);
|
||||
@$pb.TagNumber(3)
|
||||
void clearAppointmentConstraints() => $_clearField(3);
|
||||
@$pb.TagNumber(3)
|
||||
$2.ActorAuthorisation ensureAppointmentConstraints() => $_ensure(2);
|
||||
}
|
||||
|
||||
class ActorSetSiteAlias extends $pb.GeneratedMessage {
|
||||
|
||||
@@ -59,6 +59,7 @@ const ActorSetSiteAliasPayload$json = {
|
||||
'2': [
|
||||
{'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'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
@@ -67,7 +68,9 @@ const ActorSetSiteAliasPayload$json = {
|
||||
final $typed_data.Uint8List actorSetSiteAliasPayloadDescriptor = $convert.base64Decode(
|
||||
'ChhBY3RvclNldFNpdGVBbGlhc1BheWxvYWQSLAoJU2l0ZUFsaWFzGAEgASgLMg4uYXBpLlNpdG'
|
||||
'VBbGlhc1IJU2l0ZUFsaWFzEjIKFElzU2xvdEJvb2tpbmdFbmFibGVkGAIgASgIUhRJc1Nsb3RC'
|
||||
'b29raW5nRW5hYmxlZDoforsYB0NvbW1hbmSouxgBsrsYDFNldFNpdGVBbGlhcw==');
|
||||
'b29raW5nRW5hYmxlZBJPChZBcHBvaW50bWVudENvbnN0cmFpbnRzGAMgASgLMhcuYXBpLkFjdG'
|
||||
'9yQXV0aG9yaXNhdGlvblIWQXBwb2ludG1lbnRDb25zdHJhaW50czoforsYB0NvbW1hbmSouxgB'
|
||||
'srsYDFNldFNpdGVBbGlhcw==');
|
||||
|
||||
@$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-251127140524
|
||||
version: 1.12.0-SNAPSHOT-251127144827
|
||||
homepage: ''
|
||||
publish_to: ''
|
||||
repository: ''
|
||||
|
||||
Reference in New Issue
Block a user