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-260331152500
|
||||
Lib version: 1.13.0-SNAPSHOT-260402135026
|
||||
|
||||
@@ -4027,9 +4027,11 @@ class GetMyBookingContextRequest extends $pb.GeneratedMessage {
|
||||
class GetMyBookingContextResponse extends $pb.GeneratedMessage {
|
||||
factory GetMyBookingContextResponse({
|
||||
$core.Iterable<SiteBookingContext>? siteBookingContexts,
|
||||
$core.Iterable<SiteBookingContext>? siteViewingContexts,
|
||||
}) {
|
||||
final result = create();
|
||||
if (siteBookingContexts != null) result.siteBookingContexts.addAll(siteBookingContexts);
|
||||
if (siteViewingContexts != null) result.siteViewingContexts.addAll(siteViewingContexts);
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -4040,6 +4042,7 @@ class GetMyBookingContextResponse extends $pb.GeneratedMessage {
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'GetMyBookingContextResponse', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..pc<SiteBookingContext>(1, _omitFieldNames ? '' : 'SiteBookingContexts', $pb.PbFieldType.PM, protoName: 'SiteBookingContexts', subBuilder: SiteBookingContext.create)
|
||||
..pc<SiteBookingContext>(2, _omitFieldNames ? '' : 'SiteViewingContexts', $pb.PbFieldType.PM, protoName: 'SiteViewingContexts', subBuilder: SiteBookingContext.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -4062,6 +4065,9 @@ class GetMyBookingContextResponse extends $pb.GeneratedMessage {
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$pb.PbList<SiteBookingContext> get siteBookingContexts => $_getList(0);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$pb.PbList<SiteBookingContext> get siteViewingContexts => $_getList(1);
|
||||
}
|
||||
|
||||
class SiteBookingContext extends $pb.GeneratedMessage {
|
||||
|
||||
@@ -1110,13 +1110,16 @@ const GetMyBookingContextResponse$json = {
|
||||
'1': 'GetMyBookingContextResponse',
|
||||
'2': [
|
||||
{'1': 'SiteBookingContexts', '3': 1, '4': 3, '5': 11, '6': '.api.SiteBookingContext', '10': 'SiteBookingContexts'},
|
||||
{'1': 'SiteViewingContexts', '3': 2, '4': 3, '5': 11, '6': '.api.SiteBookingContext', '10': 'SiteViewingContexts'},
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `GetMyBookingContextResponse`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List getMyBookingContextResponseDescriptor = $convert.base64Decode(
|
||||
'ChtHZXRNeUJvb2tpbmdDb250ZXh0UmVzcG9uc2USSQoTU2l0ZUJvb2tpbmdDb250ZXh0cxgBIA'
|
||||
'MoCzIXLmFwaS5TaXRlQm9va2luZ0NvbnRleHRSE1NpdGVCb29raW5nQ29udGV4dHM=');
|
||||
'MoCzIXLmFwaS5TaXRlQm9va2luZ0NvbnRleHRSE1NpdGVCb29raW5nQ29udGV4dHMSSQoTU2l0'
|
||||
'ZVZpZXdpbmdDb250ZXh0cxgCIAMoCzIXLmFwaS5TaXRlQm9va2luZ0NvbnRleHRSE1NpdGVWaW'
|
||||
'V3aW5nQ29udGV4dHM=');
|
||||
|
||||
@$core.Deprecated('Use siteBookingContextDescriptor instead')
|
||||
const SiteBookingContext$json = {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: dart_core_sdk
|
||||
description: dart libs from core model proto files
|
||||
version: 1.13.0-SNAPSHOT-260331152500
|
||||
version: 1.13.0-SNAPSHOT-260402135026
|
||||
homepage: ''
|
||||
publish_to: ''
|
||||
repository: ''
|
||||
|
||||
Reference in New Issue
Block a user