You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -1341,10 +1341,12 @@ class CheckBookingAppointmentEditableResponse extends $pb.GeneratedMessage {
|
||||
factory CheckBookingAppointmentEditableResponse({
|
||||
$core.bool? isEditable,
|
||||
$core.bool? isForceEditable,
|
||||
$core.bool? siteHasCarrierInformation,
|
||||
}) {
|
||||
final result = create();
|
||||
if (isEditable != null) result.isEditable = isEditable;
|
||||
if (isForceEditable != null) result.isForceEditable = isForceEditable;
|
||||
if (siteHasCarrierInformation != null) result.siteHasCarrierInformation = siteHasCarrierInformation;
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -1356,6 +1358,7 @@ class CheckBookingAppointmentEditableResponse extends $pb.GeneratedMessage {
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'CheckBookingAppointmentEditableResponse', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOB(3, _omitFieldNames ? '' : 'IsEditable', protoName: 'IsEditable')
|
||||
..aOB(4, _omitFieldNames ? '' : 'IsForceEditable', protoName: 'IsForceEditable')
|
||||
..aOB(5, _omitFieldNames ? '' : 'SiteHasCarrierInformation', protoName: 'SiteHasCarrierInformation')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -1395,6 +1398,15 @@ class CheckBookingAppointmentEditableResponse extends $pb.GeneratedMessage {
|
||||
$core.bool hasIsForceEditable() => $_has(1);
|
||||
@$pb.TagNumber(4)
|
||||
void clearIsForceEditable() => $_clearField(4);
|
||||
|
||||
@$pb.TagNumber(5)
|
||||
$core.bool get siteHasCarrierInformation => $_getBF(2);
|
||||
@$pb.TagNumber(5)
|
||||
set siteHasCarrierInformation($core.bool value) => $_setBool(2, value);
|
||||
@$pb.TagNumber(5)
|
||||
$core.bool hasSiteHasCarrierInformation() => $_has(2);
|
||||
@$pb.TagNumber(5)
|
||||
void clearSiteHasCarrierInformation() => $_clearField(5);
|
||||
}
|
||||
|
||||
/// LockBookingRequest
|
||||
|
||||
@@ -369,6 +369,7 @@ const CheckBookingAppointmentEditableResponse$json = {
|
||||
'2': [
|
||||
{'1': 'IsEditable', '3': 3, '4': 1, '5': 8, '10': 'IsEditable'},
|
||||
{'1': 'IsForceEditable', '3': 4, '4': 1, '5': 8, '10': 'IsForceEditable'},
|
||||
{'1': 'SiteHasCarrierInformation', '3': 5, '4': 1, '5': 8, '10': 'SiteHasCarrierInformation'},
|
||||
],
|
||||
};
|
||||
|
||||
@@ -376,7 +377,8 @@ const CheckBookingAppointmentEditableResponse$json = {
|
||||
final $typed_data.Uint8List checkBookingAppointmentEditableResponseDescriptor = $convert.base64Decode(
|
||||
'CidDaGVja0Jvb2tpbmdBcHBvaW50bWVudEVkaXRhYmxlUmVzcG9uc2USHgoKSXNFZGl0YWJsZR'
|
||||
'gDIAEoCFIKSXNFZGl0YWJsZRIoCg9Jc0ZvcmNlRWRpdGFibGUYBCABKAhSD0lzRm9yY2VFZGl0'
|
||||
'YWJsZQ==');
|
||||
'YWJsZRI8ChlTaXRlSGFzQ2FycmllckluZm9ybWF0aW9uGAUgASgIUhlTaXRlSGFzQ2Fycmllck'
|
||||
'luZm9ybWF0aW9u');
|
||||
|
||||
@$core.Deprecated('Use lockBookingRequestDescriptor instead')
|
||||
const LockBookingRequest$json = {
|
||||
|
||||
Reference in New Issue
Block a user