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-260224100759
|
||||
Lib version: 1.13.0-SNAPSHOT-260224102350
|
||||
|
||||
@@ -2193,12 +2193,10 @@ class BookAppointmentResponse extends $pb.GeneratedMessage {
|
||||
factory BookAppointmentResponse({
|
||||
$core.String? appointmentID,
|
||||
$3.ResponseHeader? header,
|
||||
$core.Iterable<$core.String>? attendees,
|
||||
}) {
|
||||
final result = create();
|
||||
if (appointmentID != null) result.appointmentID = appointmentID;
|
||||
if (header != null) result.header = header;
|
||||
if (attendees != null) result.attendees.addAll(attendees);
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -2210,7 +2208,6 @@ class BookAppointmentResponse extends $pb.GeneratedMessage {
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'BookAppointmentResponse', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOS(1, _omitFieldNames ? '' : 'AppointmentID', protoName: 'AppointmentID')
|
||||
..aOM<$3.ResponseHeader>(2, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.ResponseHeader.create)
|
||||
..pPS(27, _omitFieldNames ? '' : 'Attendees', protoName: 'Attendees')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -2250,9 +2247,6 @@ class BookAppointmentResponse extends $pb.GeneratedMessage {
|
||||
void clearHeader() => $_clearField(2);
|
||||
@$pb.TagNumber(2)
|
||||
$3.ResponseHeader ensureHeader() => $_ensure(1);
|
||||
|
||||
@$pb.TagNumber(27)
|
||||
$pb.PbList<$core.String> get attendees => $_getList(2);
|
||||
}
|
||||
|
||||
/// CancelAppointment
|
||||
|
||||
@@ -587,15 +587,13 @@ const BookAppointmentResponse$json = {
|
||||
'2': [
|
||||
{'1': 'Header', '3': 2, '4': 1, '5': 11, '6': '.api.ResponseHeader', '10': 'Header'},
|
||||
{'1': 'AppointmentID', '3': 1, '4': 1, '5': 9, '10': 'AppointmentID'},
|
||||
{'1': 'Attendees', '3': 27, '4': 3, '5': 9, '10': 'Attendees'},
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `BookAppointmentResponse`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List bookAppointmentResponseDescriptor = $convert.base64Decode(
|
||||
'ChdCb29rQXBwb2ludG1lbnRSZXNwb25zZRIrCgZIZWFkZXIYAiABKAsyEy5hcGkuUmVzcG9uc2'
|
||||
'VIZWFkZXJSBkhlYWRlchIkCg1BcHBvaW50bWVudElEGAEgASgJUg1BcHBvaW50bWVudElEEhwK'
|
||||
'CUF0dGVuZGVlcxgbIAMoCVIJQXR0ZW5kZWVz');
|
||||
'VIZWFkZXJSBkhlYWRlchIkCg1BcHBvaW50bWVudElEGAEgASgJUg1BcHBvaW50bWVudElE');
|
||||
|
||||
@$core.Deprecated('Use cancelAppointmentRequestDescriptor instead')
|
||||
const CancelAppointmentRequest$json = {
|
||||
|
||||
@@ -439,10 +439,12 @@ class BookBookingAppointmentResponse extends $pb.GeneratedMessage {
|
||||
factory BookBookingAppointmentResponse({
|
||||
$core.String? appointmentID,
|
||||
$1.ResponseHeader? header,
|
||||
$core.Iterable<$core.String>? attendees,
|
||||
}) {
|
||||
final result = create();
|
||||
if (appointmentID != null) result.appointmentID = appointmentID;
|
||||
if (header != null) result.header = header;
|
||||
if (attendees != null) result.attendees.addAll(attendees);
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -454,6 +456,7 @@ class BookBookingAppointmentResponse extends $pb.GeneratedMessage {
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'BookBookingAppointmentResponse', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOS(1, _omitFieldNames ? '' : 'AppointmentID', protoName: 'AppointmentID')
|
||||
..aOM<$1.ResponseHeader>(2, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $1.ResponseHeader.create)
|
||||
..pPS(3, _omitFieldNames ? '' : 'Attendees', protoName: 'Attendees')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -493,6 +496,9 @@ class BookBookingAppointmentResponse extends $pb.GeneratedMessage {
|
||||
void clearHeader() => $_clearField(2);
|
||||
@$pb.TagNumber(2)
|
||||
$1.ResponseHeader ensureHeader() => $_ensure(1);
|
||||
|
||||
@$pb.TagNumber(3)
|
||||
$pb.PbList<$core.String> get attendees => $_getList(2);
|
||||
}
|
||||
|
||||
/// CancelAppointment
|
||||
|
||||
@@ -125,6 +125,7 @@ const BookBookingAppointmentResponse$json = {
|
||||
'2': [
|
||||
{'1': 'Header', '3': 2, '4': 1, '5': 11, '6': '.api.ResponseHeader', '10': 'Header'},
|
||||
{'1': 'AppointmentID', '3': 1, '4': 1, '5': 9, '10': 'AppointmentID'},
|
||||
{'1': 'Attendees', '3': 3, '4': 3, '5': 9, '10': 'Attendees'},
|
||||
],
|
||||
};
|
||||
|
||||
@@ -132,7 +133,7 @@ const BookBookingAppointmentResponse$json = {
|
||||
final $typed_data.Uint8List bookBookingAppointmentResponseDescriptor = $convert.base64Decode(
|
||||
'Ch5Cb29rQm9va2luZ0FwcG9pbnRtZW50UmVzcG9uc2USKwoGSGVhZGVyGAIgASgLMhMuYXBpLl'
|
||||
'Jlc3BvbnNlSGVhZGVyUgZIZWFkZXISJAoNQXBwb2ludG1lbnRJRBgBIAEoCVINQXBwb2ludG1l'
|
||||
'bnRJRA==');
|
||||
'bnRJRBIcCglBdHRlbmRlZXMYAyADKAlSCUF0dGVuZGVlcw==');
|
||||
|
||||
@$core.Deprecated('Use cancelBookingAppointmentRequestDescriptor instead')
|
||||
const CancelBookingAppointmentRequest$json = {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: dart_core_sdk
|
||||
description: dart libs from core model proto files
|
||||
version: 1.13.0-SNAPSHOT-260224100759
|
||||
version: 1.13.0-SNAPSHOT-260224102350
|
||||
homepage: ''
|
||||
publish_to: ''
|
||||
repository: ''
|
||||
|
||||
Reference in New Issue
Block a user