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-251031144344
|
||||
Lib version: 1.12.0-SNAPSHOT-251031162043
|
||||
|
||||
@@ -180,9 +180,11 @@ class ActorCompleteSnapshot extends $pb.GeneratedMessage {
|
||||
class ActorSetSiteAliasPayload extends $pb.GeneratedMessage {
|
||||
factory ActorSetSiteAliasPayload({
|
||||
$0.SiteAlias? siteAlias,
|
||||
$core.bool? isSlotBookingEnabled,
|
||||
}) {
|
||||
final result = create();
|
||||
if (siteAlias != null) result.siteAlias = siteAlias;
|
||||
if (isSlotBookingEnabled != null) result.isSlotBookingEnabled = isSlotBookingEnabled;
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -193,6 +195,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')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -223,6 +226,15 @@ class ActorSetSiteAliasPayload extends $pb.GeneratedMessage {
|
||||
void clearSiteAlias() => $_clearField(1);
|
||||
@$pb.TagNumber(1)
|
||||
$0.SiteAlias ensureSiteAlias() => $_ensure(0);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool get isSlotBookingEnabled => $_getBF(1);
|
||||
@$pb.TagNumber(2)
|
||||
set isSlotBookingEnabled($core.bool value) => $_setBool(1, value);
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasIsSlotBookingEnabled() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
void clearIsSlotBookingEnabled() => $_clearField(2);
|
||||
}
|
||||
|
||||
class ActorSetSiteAlias extends $pb.GeneratedMessage {
|
||||
|
||||
@@ -58,6 +58,7 @@ const ActorSetSiteAliasPayload$json = {
|
||||
'1': 'ActorSetSiteAliasPayload',
|
||||
'2': [
|
||||
{'1': 'SiteAlias', '3': 1, '4': 1, '5': 11, '6': '.api.SiteAlias', '10': 'SiteAlias'},
|
||||
{'1': 'IsSlotBookingEnabled', '3': 2, '4': 1, '5': 8, '10': 'IsSlotBookingEnabled'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
@@ -65,7 +66,8 @@ const ActorSetSiteAliasPayload$json = {
|
||||
/// Descriptor for `ActorSetSiteAliasPayload`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List actorSetSiteAliasPayloadDescriptor = $convert.base64Decode(
|
||||
'ChhBY3RvclNldFNpdGVBbGlhc1BheWxvYWQSLAoJU2l0ZUFsaWFzGAEgASgLMg4uYXBpLlNpdG'
|
||||
'VBbGlhc1IJU2l0ZUFsaWFzOh+iuxgHQ29tbWFuZKi7GAGyuxgMU2V0U2l0ZUFsaWFz');
|
||||
'VBbGlhc1IJU2l0ZUFsaWFzEjIKFElzU2xvdEJvb2tpbmdFbmFibGVkGAIgASgIUhRJc1Nsb3RC'
|
||||
'b29raW5nRW5hYmxlZDoforsYB0NvbW1hbmSouxgBsrsYDFNldFNpdGVBbGlhcw==');
|
||||
|
||||
@$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-251031144344
|
||||
version: 1.12.0-SNAPSHOT-251031162043
|
||||
homepage: ''
|
||||
publish_to: ''
|
||||
repository: ''
|
||||
|
||||
Reference in New Issue
Block a user