You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
# CHANGELOG
|
||||
|
||||
Lib version: 1.11.0-SNAPSHOT-250723125927
|
||||
Lib version: 1.11.0-SNAPSHOT-250723135241
|
||||
|
||||
400
lib/site.pb.dart
400
lib/site.pb.dart
@@ -2037,6 +2037,143 @@ class BookAppointmentRequest extends $pb.GeneratedMessage {
|
||||
void clearCarrierName() => $_clearField(10);
|
||||
}
|
||||
|
||||
/// BookAppointment
|
||||
class BookAppointmentNoReferenceRequest extends $pb.GeneratedMessage {
|
||||
factory BookAppointmentNoReferenceRequest({
|
||||
$3.RequestSiteHeader? header,
|
||||
$2.AppointmentType? appointmentType,
|
||||
$core.String? projectID,
|
||||
$core.Iterable<$2.QuantityByUnit>? quantities,
|
||||
$core.Iterable<$2.SegmentationSelection>? segmentationSelections,
|
||||
$core.Iterable<$2.CarrierInformationWithValue>? carrierInformation,
|
||||
$core.Iterable<$2.Slot>? slots,
|
||||
$core.Iterable<$core.String>? emails,
|
||||
$core.String? carrierID,
|
||||
$core.String? carrierName,
|
||||
}) {
|
||||
final result = create();
|
||||
if (header != null) result.header = header;
|
||||
if (appointmentType != null) result.appointmentType = appointmentType;
|
||||
if (projectID != null) result.projectID = projectID;
|
||||
if (quantities != null) result.quantities.addAll(quantities);
|
||||
if (segmentationSelections != null) result.segmentationSelections.addAll(segmentationSelections);
|
||||
if (carrierInformation != null) result.carrierInformation.addAll(carrierInformation);
|
||||
if (slots != null) result.slots.addAll(slots);
|
||||
if (emails != null) result.emails.addAll(emails);
|
||||
if (carrierID != null) result.carrierID = carrierID;
|
||||
if (carrierName != null) result.carrierName = carrierName;
|
||||
return result;
|
||||
}
|
||||
|
||||
BookAppointmentNoReferenceRequest._();
|
||||
|
||||
factory BookAppointmentNoReferenceRequest.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory BookAppointmentNoReferenceRequest.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'BookAppointmentNoReferenceRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$3.RequestSiteHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.RequestSiteHeader.create)
|
||||
..e<$2.AppointmentType>(2, _omitFieldNames ? '' : 'AppointmentType', $pb.PbFieldType.OE, protoName: 'AppointmentType', defaultOrMaker: $2.AppointmentType.APPOINTMENT_TYPE_UNKNOWN, valueOf: $2.AppointmentType.valueOf, enumValues: $2.AppointmentType.values)
|
||||
..aOS(3, _omitFieldNames ? '' : 'ProjectID', protoName: 'ProjectID')
|
||||
..pc<$2.QuantityByUnit>(4, _omitFieldNames ? '' : 'Quantities', $pb.PbFieldType.PM, protoName: 'Quantities', subBuilder: $2.QuantityByUnit.create)
|
||||
..pc<$2.SegmentationSelection>(5, _omitFieldNames ? '' : 'SegmentationSelections', $pb.PbFieldType.PM, protoName: 'SegmentationSelections', subBuilder: $2.SegmentationSelection.create)
|
||||
..pc<$2.CarrierInformationWithValue>(6, _omitFieldNames ? '' : 'CarrierInformation', $pb.PbFieldType.PM, protoName: 'CarrierInformation', subBuilder: $2.CarrierInformationWithValue.create)
|
||||
..pc<$2.Slot>(7, _omitFieldNames ? '' : 'Slots', $pb.PbFieldType.PM, protoName: 'Slots', subBuilder: $2.Slot.create)
|
||||
..pPS(8, _omitFieldNames ? '' : 'Emails', protoName: 'Emails')
|
||||
..aOS(9, _omitFieldNames ? '' : 'CarrierID', protoName: 'CarrierID')
|
||||
..aOS(10, _omitFieldNames ? '' : 'CarrierName', protoName: 'CarrierName')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
BookAppointmentNoReferenceRequest clone() => BookAppointmentNoReferenceRequest()..mergeFromMessage(this);
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
BookAppointmentNoReferenceRequest copyWith(void Function(BookAppointmentNoReferenceRequest) updates) => super.copyWith((message) => updates(message as BookAppointmentNoReferenceRequest)) as BookAppointmentNoReferenceRequest;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static BookAppointmentNoReferenceRequest create() => BookAppointmentNoReferenceRequest._();
|
||||
@$core.override
|
||||
BookAppointmentNoReferenceRequest createEmptyInstance() => create();
|
||||
static $pb.PbList<BookAppointmentNoReferenceRequest> createRepeated() => $pb.PbList<BookAppointmentNoReferenceRequest>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static BookAppointmentNoReferenceRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<BookAppointmentNoReferenceRequest>(create);
|
||||
static BookAppointmentNoReferenceRequest? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$3.RequestSiteHeader get header => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set header($3.RequestSiteHeader value) => $_setField(1, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasHeader() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearHeader() => $_clearField(1);
|
||||
@$pb.TagNumber(1)
|
||||
$3.RequestSiteHeader ensureHeader() => $_ensure(0);
|
||||
|
||||
/// Type of appointment : Expedition / Reception / Both
|
||||
@$pb.TagNumber(2)
|
||||
$2.AppointmentType get appointmentType => $_getN(1);
|
||||
@$pb.TagNumber(2)
|
||||
set appointmentType($2.AppointmentType value) => $_setField(2, value);
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasAppointmentType() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
void clearAppointmentType() => $_clearField(2);
|
||||
|
||||
/// Project for which the appointment is made, with the quantities
|
||||
@$pb.TagNumber(3)
|
||||
$core.String get projectID => $_getSZ(2);
|
||||
@$pb.TagNumber(3)
|
||||
set projectID($core.String value) => $_setString(2, value);
|
||||
@$pb.TagNumber(3)
|
||||
$core.bool hasProjectID() => $_has(2);
|
||||
@$pb.TagNumber(3)
|
||||
void clearProjectID() => $_clearField(3);
|
||||
|
||||
/// quantities
|
||||
@$pb.TagNumber(4)
|
||||
$pb.PbList<$2.QuantityByUnit> get quantities => $_getList(3);
|
||||
|
||||
/// Set of segmentation constraining the slot booking
|
||||
@$pb.TagNumber(5)
|
||||
$pb.PbList<$2.SegmentationSelection> get segmentationSelections => $_getList(4);
|
||||
|
||||
/// Required carrierInformation, some can be obligatory
|
||||
@$pb.TagNumber(6)
|
||||
$pb.PbList<$2.CarrierInformationWithValue> get carrierInformation => $_getList(5);
|
||||
|
||||
/// The slot to book for the appointment
|
||||
@$pb.TagNumber(7)
|
||||
$pb.PbList<$2.Slot> get slots => $_getList(6);
|
||||
|
||||
/// TODO Need to add a structure to store platform user identifiers which can act on this appointment ?
|
||||
/// User mails being notified on this appointment
|
||||
@$pb.TagNumber(8)
|
||||
$pb.PbList<$core.String> get emails => $_getList(7);
|
||||
|
||||
/// The carrier identifier who requests to book the appointment
|
||||
@$pb.TagNumber(9)
|
||||
$core.String get carrierID => $_getSZ(8);
|
||||
@$pb.TagNumber(9)
|
||||
set carrierID($core.String value) => $_setString(8, value);
|
||||
@$pb.TagNumber(9)
|
||||
$core.bool hasCarrierID() => $_has(8);
|
||||
@$pb.TagNumber(9)
|
||||
void clearCarrierID() => $_clearField(9);
|
||||
|
||||
/// The carrier name who requests to book the appointment
|
||||
@$pb.TagNumber(10)
|
||||
$core.String get carrierName => $_getSZ(9);
|
||||
@$pb.TagNumber(10)
|
||||
set carrierName($core.String value) => $_setString(9, value);
|
||||
@$pb.TagNumber(10)
|
||||
$core.bool hasCarrierName() => $_has(9);
|
||||
@$pb.TagNumber(10)
|
||||
void clearCarrierName() => $_clearField(10);
|
||||
}
|
||||
|
||||
/// BookAppointment
|
||||
class WMSBookAppointmentRequest extends $pb.GeneratedMessage {
|
||||
factory WMSBookAppointmentRequest({
|
||||
@@ -2174,6 +2311,156 @@ class WMSBookAppointmentRequest extends $pb.GeneratedMessage {
|
||||
void clearTimeZone() => $_clearField(11);
|
||||
}
|
||||
|
||||
/// BookAppointment
|
||||
class WMSBookAppointmentNoReferenceRequest extends $pb.GeneratedMessage {
|
||||
factory WMSBookAppointmentNoReferenceRequest({
|
||||
$3.RequestSiteHeader? header,
|
||||
$2.AppointmentType? appointmentType,
|
||||
$core.String? projectID,
|
||||
$core.Iterable<$2.QuantityByUnit>? quantities,
|
||||
$core.Iterable<$2.SegmentationSelection>? segmentationSelections,
|
||||
$core.Iterable<$2.CarrierInformationWithValue>? carrierInformation,
|
||||
$core.Iterable<$2.Slot>? slots,
|
||||
$core.Iterable<$core.String>? emails,
|
||||
$core.String? carrierID,
|
||||
$core.String? carrierName,
|
||||
$core.String? timeZone,
|
||||
}) {
|
||||
final result = create();
|
||||
if (header != null) result.header = header;
|
||||
if (appointmentType != null) result.appointmentType = appointmentType;
|
||||
if (projectID != null) result.projectID = projectID;
|
||||
if (quantities != null) result.quantities.addAll(quantities);
|
||||
if (segmentationSelections != null) result.segmentationSelections.addAll(segmentationSelections);
|
||||
if (carrierInformation != null) result.carrierInformation.addAll(carrierInformation);
|
||||
if (slots != null) result.slots.addAll(slots);
|
||||
if (emails != null) result.emails.addAll(emails);
|
||||
if (carrierID != null) result.carrierID = carrierID;
|
||||
if (carrierName != null) result.carrierName = carrierName;
|
||||
if (timeZone != null) result.timeZone = timeZone;
|
||||
return result;
|
||||
}
|
||||
|
||||
WMSBookAppointmentNoReferenceRequest._();
|
||||
|
||||
factory WMSBookAppointmentNoReferenceRequest.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory WMSBookAppointmentNoReferenceRequest.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'WMSBookAppointmentNoReferenceRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$3.RequestSiteHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.RequestSiteHeader.create)
|
||||
..e<$2.AppointmentType>(2, _omitFieldNames ? '' : 'AppointmentType', $pb.PbFieldType.OE, protoName: 'AppointmentType', defaultOrMaker: $2.AppointmentType.APPOINTMENT_TYPE_UNKNOWN, valueOf: $2.AppointmentType.valueOf, enumValues: $2.AppointmentType.values)
|
||||
..aOS(3, _omitFieldNames ? '' : 'ProjectID', protoName: 'ProjectID')
|
||||
..pc<$2.QuantityByUnit>(4, _omitFieldNames ? '' : 'Quantities', $pb.PbFieldType.PM, protoName: 'Quantities', subBuilder: $2.QuantityByUnit.create)
|
||||
..pc<$2.SegmentationSelection>(5, _omitFieldNames ? '' : 'SegmentationSelections', $pb.PbFieldType.PM, protoName: 'SegmentationSelections', subBuilder: $2.SegmentationSelection.create)
|
||||
..pc<$2.CarrierInformationWithValue>(6, _omitFieldNames ? '' : 'CarrierInformation', $pb.PbFieldType.PM, protoName: 'CarrierInformation', subBuilder: $2.CarrierInformationWithValue.create)
|
||||
..pc<$2.Slot>(7, _omitFieldNames ? '' : 'Slots', $pb.PbFieldType.PM, protoName: 'Slots', subBuilder: $2.Slot.create)
|
||||
..pPS(8, _omitFieldNames ? '' : 'Emails', protoName: 'Emails')
|
||||
..aOS(9, _omitFieldNames ? '' : 'CarrierID', protoName: 'CarrierID')
|
||||
..aOS(10, _omitFieldNames ? '' : 'CarrierName', protoName: 'CarrierName')
|
||||
..aOS(11, _omitFieldNames ? '' : 'TimeZone', protoName: 'TimeZone')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
WMSBookAppointmentNoReferenceRequest clone() => WMSBookAppointmentNoReferenceRequest()..mergeFromMessage(this);
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
WMSBookAppointmentNoReferenceRequest copyWith(void Function(WMSBookAppointmentNoReferenceRequest) updates) => super.copyWith((message) => updates(message as WMSBookAppointmentNoReferenceRequest)) as WMSBookAppointmentNoReferenceRequest;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static WMSBookAppointmentNoReferenceRequest create() => WMSBookAppointmentNoReferenceRequest._();
|
||||
@$core.override
|
||||
WMSBookAppointmentNoReferenceRequest createEmptyInstance() => create();
|
||||
static $pb.PbList<WMSBookAppointmentNoReferenceRequest> createRepeated() => $pb.PbList<WMSBookAppointmentNoReferenceRequest>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static WMSBookAppointmentNoReferenceRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<WMSBookAppointmentNoReferenceRequest>(create);
|
||||
static WMSBookAppointmentNoReferenceRequest? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$3.RequestSiteHeader get header => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set header($3.RequestSiteHeader value) => $_setField(1, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasHeader() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearHeader() => $_clearField(1);
|
||||
@$pb.TagNumber(1)
|
||||
$3.RequestSiteHeader ensureHeader() => $_ensure(0);
|
||||
|
||||
/// Type of appointment : Expedition / Reception / Both
|
||||
@$pb.TagNumber(2)
|
||||
$2.AppointmentType get appointmentType => $_getN(1);
|
||||
@$pb.TagNumber(2)
|
||||
set appointmentType($2.AppointmentType value) => $_setField(2, value);
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasAppointmentType() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
void clearAppointmentType() => $_clearField(2);
|
||||
|
||||
/// Project for which the appointment is made, with the quantities
|
||||
@$pb.TagNumber(3)
|
||||
$core.String get projectID => $_getSZ(2);
|
||||
@$pb.TagNumber(3)
|
||||
set projectID($core.String value) => $_setString(2, value);
|
||||
@$pb.TagNumber(3)
|
||||
$core.bool hasProjectID() => $_has(2);
|
||||
@$pb.TagNumber(3)
|
||||
void clearProjectID() => $_clearField(3);
|
||||
|
||||
/// quantities
|
||||
@$pb.TagNumber(4)
|
||||
$pb.PbList<$2.QuantityByUnit> get quantities => $_getList(3);
|
||||
|
||||
/// Set of segmentation constraining the slot booking
|
||||
@$pb.TagNumber(5)
|
||||
$pb.PbList<$2.SegmentationSelection> get segmentationSelections => $_getList(4);
|
||||
|
||||
/// Required carrierInformation, some can be obligatory
|
||||
@$pb.TagNumber(6)
|
||||
$pb.PbList<$2.CarrierInformationWithValue> get carrierInformation => $_getList(5);
|
||||
|
||||
/// The slot to book for the appointment
|
||||
@$pb.TagNumber(7)
|
||||
$pb.PbList<$2.Slot> get slots => $_getList(6);
|
||||
|
||||
/// TODO Need to add a structure to store platform user identifiers which can act on this appointment ?
|
||||
/// User mails being notified on this appointment
|
||||
@$pb.TagNumber(8)
|
||||
$pb.PbList<$core.String> get emails => $_getList(7);
|
||||
|
||||
/// The carrier identifier who requests to book the appointment
|
||||
@$pb.TagNumber(9)
|
||||
$core.String get carrierID => $_getSZ(8);
|
||||
@$pb.TagNumber(9)
|
||||
set carrierID($core.String value) => $_setString(8, value);
|
||||
@$pb.TagNumber(9)
|
||||
$core.bool hasCarrierID() => $_has(8);
|
||||
@$pb.TagNumber(9)
|
||||
void clearCarrierID() => $_clearField(9);
|
||||
|
||||
/// The carrier name who requests to book the appointment
|
||||
@$pb.TagNumber(10)
|
||||
$core.String get carrierName => $_getSZ(9);
|
||||
@$pb.TagNumber(10)
|
||||
set carrierName($core.String value) => $_setString(9, value);
|
||||
@$pb.TagNumber(10)
|
||||
$core.bool hasCarrierName() => $_has(9);
|
||||
@$pb.TagNumber(10)
|
||||
void clearCarrierName() => $_clearField(10);
|
||||
|
||||
/// time zone, useful only if a WMS send a message
|
||||
@$pb.TagNumber(11)
|
||||
$core.String get timeZone => $_getSZ(10);
|
||||
@$pb.TagNumber(11)
|
||||
set timeZone($core.String value) => $_setString(10, value);
|
||||
@$pb.TagNumber(11)
|
||||
$core.bool hasTimeZone() => $_has(10);
|
||||
@$pb.TagNumber(11)
|
||||
void clearTimeZone() => $_clearField(11);
|
||||
}
|
||||
|
||||
class BookAppointmentResponse extends $pb.GeneratedMessage {
|
||||
factory BookAppointmentResponse({
|
||||
$core.String? appointmentID,
|
||||
@@ -2327,6 +2614,119 @@ class CancelAppointmentResponse extends $pb.GeneratedMessage {
|
||||
void clearAppointmentID() => $_clearField(1);
|
||||
}
|
||||
|
||||
class ModifyAppointmentDateRequest extends $pb.GeneratedMessage {
|
||||
factory ModifyAppointmentDateRequest({
|
||||
$3.RequestSiteHeader? header,
|
||||
$core.String? appointmentID,
|
||||
$core.Iterable<$2.Slot>? slots,
|
||||
}) {
|
||||
final result = create();
|
||||
if (header != null) result.header = header;
|
||||
if (appointmentID != null) result.appointmentID = appointmentID;
|
||||
if (slots != null) result.slots.addAll(slots);
|
||||
return result;
|
||||
}
|
||||
|
||||
ModifyAppointmentDateRequest._();
|
||||
|
||||
factory ModifyAppointmentDateRequest.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory ModifyAppointmentDateRequest.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ModifyAppointmentDateRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$3.RequestSiteHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.RequestSiteHeader.create)
|
||||
..aOS(2, _omitFieldNames ? '' : 'AppointmentID', protoName: 'AppointmentID')
|
||||
..pc<$2.Slot>(3, _omitFieldNames ? '' : 'Slots', $pb.PbFieldType.PM, protoName: 'Slots', subBuilder: $2.Slot.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
ModifyAppointmentDateRequest clone() => ModifyAppointmentDateRequest()..mergeFromMessage(this);
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
ModifyAppointmentDateRequest copyWith(void Function(ModifyAppointmentDateRequest) updates) => super.copyWith((message) => updates(message as ModifyAppointmentDateRequest)) as ModifyAppointmentDateRequest;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static ModifyAppointmentDateRequest create() => ModifyAppointmentDateRequest._();
|
||||
@$core.override
|
||||
ModifyAppointmentDateRequest createEmptyInstance() => create();
|
||||
static $pb.PbList<ModifyAppointmentDateRequest> createRepeated() => $pb.PbList<ModifyAppointmentDateRequest>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static ModifyAppointmentDateRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ModifyAppointmentDateRequest>(create);
|
||||
static ModifyAppointmentDateRequest? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$3.RequestSiteHeader get header => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set header($3.RequestSiteHeader value) => $_setField(1, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasHeader() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearHeader() => $_clearField(1);
|
||||
@$pb.TagNumber(1)
|
||||
$3.RequestSiteHeader ensureHeader() => $_ensure(0);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$core.String get appointmentID => $_getSZ(1);
|
||||
@$pb.TagNumber(2)
|
||||
set appointmentID($core.String value) => $_setString(1, value);
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasAppointmentID() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
void clearAppointmentID() => $_clearField(2);
|
||||
|
||||
/// The slot to book for the appointment
|
||||
@$pb.TagNumber(3)
|
||||
$pb.PbList<$2.Slot> get slots => $_getList(2);
|
||||
}
|
||||
|
||||
class ModifyAppointmentDateResponse extends $pb.GeneratedMessage {
|
||||
factory ModifyAppointmentDateResponse({
|
||||
$core.String? appointmentID,
|
||||
}) {
|
||||
final result = create();
|
||||
if (appointmentID != null) result.appointmentID = appointmentID;
|
||||
return result;
|
||||
}
|
||||
|
||||
ModifyAppointmentDateResponse._();
|
||||
|
||||
factory ModifyAppointmentDateResponse.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory ModifyAppointmentDateResponse.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ModifyAppointmentDateResponse', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOS(1, _omitFieldNames ? '' : 'AppointmentID', protoName: 'AppointmentID')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
ModifyAppointmentDateResponse clone() => ModifyAppointmentDateResponse()..mergeFromMessage(this);
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
ModifyAppointmentDateResponse copyWith(void Function(ModifyAppointmentDateResponse) updates) => super.copyWith((message) => updates(message as ModifyAppointmentDateResponse)) as ModifyAppointmentDateResponse;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static ModifyAppointmentDateResponse create() => ModifyAppointmentDateResponse._();
|
||||
@$core.override
|
||||
ModifyAppointmentDateResponse createEmptyInstance() => create();
|
||||
static $pb.PbList<ModifyAppointmentDateResponse> createRepeated() => $pb.PbList<ModifyAppointmentDateResponse>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static ModifyAppointmentDateResponse getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ModifyAppointmentDateResponse>(create);
|
||||
static ModifyAppointmentDateResponse? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$core.String get appointmentID => $_getSZ(0);
|
||||
@$pb.TagNumber(1)
|
||||
set appointmentID($core.String value) => $_setString(0, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasAppointmentID() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearAppointmentID() => $_clearField(1);
|
||||
}
|
||||
|
||||
/// ListUserSites
|
||||
class ListUserSitesRequest extends $pb.GeneratedMessage {
|
||||
factory ListUserSitesRequest({
|
||||
|
||||
@@ -96,10 +96,26 @@ class SiteServiceClient extends $grpc.Client {
|
||||
return $createUnaryCall(_$wMSForceBookAppointment, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$0.BookAppointmentResponse> bookAppointmentNoReference($0.BookAppointmentNoReferenceRequest request, {$grpc.CallOptions? options,}) {
|
||||
return $createUnaryCall(_$bookAppointmentNoReference, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$0.BookAppointmentResponse> forceBookAppointmentNoReference($0.BookAppointmentNoReferenceRequest request, {$grpc.CallOptions? options,}) {
|
||||
return $createUnaryCall(_$forceBookAppointmentNoReference, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$0.BookAppointmentResponse> wMSForceBookAppointmentNoReference($0.WMSBookAppointmentNoReferenceRequest request, {$grpc.CallOptions? options,}) {
|
||||
return $createUnaryCall(_$wMSForceBookAppointmentNoReference, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$0.CancelAppointmentResponse> cancelAppointment($0.CancelAppointmentRequest request, {$grpc.CallOptions? options,}) {
|
||||
return $createUnaryCall(_$cancelAppointment, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$0.ModifyAppointmentDateResponse> modifyAppointmentDate($0.ModifyAppointmentDateRequest request, {$grpc.CallOptions? options,}) {
|
||||
return $createUnaryCall(_$modifyAppointmentDate, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$0.UpdateSiteStatusResult> updateStatus($0.UpdateSiteStatusRequest request, {$grpc.CallOptions? options,}) {
|
||||
return $createUnaryCall(_$updateStatus, request, options: options);
|
||||
}
|
||||
@@ -174,10 +190,26 @@ class SiteServiceClient extends $grpc.Client {
|
||||
'/api.SiteService/WMSForceBookAppointment',
|
||||
($0.WMSBookAppointmentRequest value) => value.writeToBuffer(),
|
||||
$0.BookAppointmentResponse.fromBuffer);
|
||||
static final _$bookAppointmentNoReference = $grpc.ClientMethod<$0.BookAppointmentNoReferenceRequest, $0.BookAppointmentResponse>(
|
||||
'/api.SiteService/BookAppointmentNoReference',
|
||||
($0.BookAppointmentNoReferenceRequest value) => value.writeToBuffer(),
|
||||
$0.BookAppointmentResponse.fromBuffer);
|
||||
static final _$forceBookAppointmentNoReference = $grpc.ClientMethod<$0.BookAppointmentNoReferenceRequest, $0.BookAppointmentResponse>(
|
||||
'/api.SiteService/ForceBookAppointmentNoReference',
|
||||
($0.BookAppointmentNoReferenceRequest value) => value.writeToBuffer(),
|
||||
$0.BookAppointmentResponse.fromBuffer);
|
||||
static final _$wMSForceBookAppointmentNoReference = $grpc.ClientMethod<$0.WMSBookAppointmentNoReferenceRequest, $0.BookAppointmentResponse>(
|
||||
'/api.SiteService/WMSForceBookAppointmentNoReference',
|
||||
($0.WMSBookAppointmentNoReferenceRequest value) => value.writeToBuffer(),
|
||||
$0.BookAppointmentResponse.fromBuffer);
|
||||
static final _$cancelAppointment = $grpc.ClientMethod<$0.CancelAppointmentRequest, $0.CancelAppointmentResponse>(
|
||||
'/api.SiteService/CancelAppointment',
|
||||
($0.CancelAppointmentRequest value) => value.writeToBuffer(),
|
||||
$0.CancelAppointmentResponse.fromBuffer);
|
||||
static final _$modifyAppointmentDate = $grpc.ClientMethod<$0.ModifyAppointmentDateRequest, $0.ModifyAppointmentDateResponse>(
|
||||
'/api.SiteService/ModifyAppointmentDate',
|
||||
($0.ModifyAppointmentDateRequest value) => value.writeToBuffer(),
|
||||
$0.ModifyAppointmentDateResponse.fromBuffer);
|
||||
static final _$updateStatus = $grpc.ClientMethod<$0.UpdateSiteStatusRequest, $0.UpdateSiteStatusResult>(
|
||||
'/api.SiteService/UpdateStatus',
|
||||
($0.UpdateSiteStatusRequest value) => value.writeToBuffer(),
|
||||
@@ -305,6 +337,27 @@ abstract class SiteServiceBase extends $grpc.Service {
|
||||
false,
|
||||
($core.List<$core.int> value) => $0.WMSBookAppointmentRequest.fromBuffer(value),
|
||||
($0.BookAppointmentResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$0.BookAppointmentNoReferenceRequest, $0.BookAppointmentResponse>(
|
||||
'BookAppointmentNoReference',
|
||||
bookAppointmentNoReference_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $0.BookAppointmentNoReferenceRequest.fromBuffer(value),
|
||||
($0.BookAppointmentResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$0.BookAppointmentNoReferenceRequest, $0.BookAppointmentResponse>(
|
||||
'ForceBookAppointmentNoReference',
|
||||
forceBookAppointmentNoReference_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $0.BookAppointmentNoReferenceRequest.fromBuffer(value),
|
||||
($0.BookAppointmentResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$0.WMSBookAppointmentNoReferenceRequest, $0.BookAppointmentResponse>(
|
||||
'WMSForceBookAppointmentNoReference',
|
||||
wMSForceBookAppointmentNoReference_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $0.WMSBookAppointmentNoReferenceRequest.fromBuffer(value),
|
||||
($0.BookAppointmentResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$0.CancelAppointmentRequest, $0.CancelAppointmentResponse>(
|
||||
'CancelAppointment',
|
||||
cancelAppointment_Pre,
|
||||
@@ -312,6 +365,13 @@ abstract class SiteServiceBase extends $grpc.Service {
|
||||
false,
|
||||
($core.List<$core.int> value) => $0.CancelAppointmentRequest.fromBuffer(value),
|
||||
($0.CancelAppointmentResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$0.ModifyAppointmentDateRequest, $0.ModifyAppointmentDateResponse>(
|
||||
'ModifyAppointmentDate',
|
||||
modifyAppointmentDate_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $0.ModifyAppointmentDateRequest.fromBuffer(value),
|
||||
($0.ModifyAppointmentDateResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$0.UpdateSiteStatusRequest, $0.UpdateSiteStatusResult>(
|
||||
'UpdateStatus',
|
||||
updateStatus_Pre,
|
||||
@@ -424,12 +484,36 @@ abstract class SiteServiceBase extends $grpc.Service {
|
||||
|
||||
$async.Future<$0.BookAppointmentResponse> wMSForceBookAppointment($grpc.ServiceCall call, $0.WMSBookAppointmentRequest request);
|
||||
|
||||
$async.Future<$0.BookAppointmentResponse> bookAppointmentNoReference_Pre($grpc.ServiceCall $call, $async.Future<$0.BookAppointmentNoReferenceRequest> $request) async {
|
||||
return bookAppointmentNoReference($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$0.BookAppointmentResponse> bookAppointmentNoReference($grpc.ServiceCall call, $0.BookAppointmentNoReferenceRequest request);
|
||||
|
||||
$async.Future<$0.BookAppointmentResponse> forceBookAppointmentNoReference_Pre($grpc.ServiceCall $call, $async.Future<$0.BookAppointmentNoReferenceRequest> $request) async {
|
||||
return forceBookAppointmentNoReference($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$0.BookAppointmentResponse> forceBookAppointmentNoReference($grpc.ServiceCall call, $0.BookAppointmentNoReferenceRequest request);
|
||||
|
||||
$async.Future<$0.BookAppointmentResponse> wMSForceBookAppointmentNoReference_Pre($grpc.ServiceCall $call, $async.Future<$0.WMSBookAppointmentNoReferenceRequest> $request) async {
|
||||
return wMSForceBookAppointmentNoReference($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$0.BookAppointmentResponse> wMSForceBookAppointmentNoReference($grpc.ServiceCall call, $0.WMSBookAppointmentNoReferenceRequest request);
|
||||
|
||||
$async.Future<$0.CancelAppointmentResponse> cancelAppointment_Pre($grpc.ServiceCall $call, $async.Future<$0.CancelAppointmentRequest> $request) async {
|
||||
return cancelAppointment($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$0.CancelAppointmentResponse> cancelAppointment($grpc.ServiceCall call, $0.CancelAppointmentRequest request);
|
||||
|
||||
$async.Future<$0.ModifyAppointmentDateResponse> modifyAppointmentDate_Pre($grpc.ServiceCall $call, $async.Future<$0.ModifyAppointmentDateRequest> $request) async {
|
||||
return modifyAppointmentDate($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$0.ModifyAppointmentDateResponse> modifyAppointmentDate($grpc.ServiceCall call, $0.ModifyAppointmentDateRequest request);
|
||||
|
||||
$async.Future<$0.UpdateSiteStatusResult> updateStatus_Pre($grpc.ServiceCall $call, $async.Future<$0.UpdateSiteStatusRequest> $request) async {
|
||||
return updateStatus($call, await $request);
|
||||
}
|
||||
|
||||
@@ -541,9 +541,44 @@ final $typed_data.Uint8List bookAppointmentRequestDescriptor = $convert.base64De
|
||||
'IJLmFwaS5TbG90UgVTbG90cxJ9CgZFbWFpbHMYCCADKAlCZZJBUTIdTXVzdCBiZSBhIHZhbGlk'
|
||||
'IGVtYWlsIGFkZHJlc3NKMFsiSm9obi5kb2VAcmVmbGV4LmNvbSIsICJ3aWxsLnNtaXRoQHJlZm'
|
||||
'xleC5jb20iXfpCDpIBCwgBIgdyBWAB8AEBUgZFbWFpbHMSHAoJQ2FycmllcklEGAkgASgJUglD'
|
||||
'YXJyaWVySUQSIAoLQ2Fycmllck5hbWUYCiABKAlSC0NhcnJpZXJOYW1lOkWSQUIKQNIBBkhlYW'
|
||||
'RlctIBD0FwcG9pbnRtZW50VHlwZdIBDVNlZ21lbnRhdGlvbnPSARJDYXJyaWVySW5mb3JtYXRp'
|
||||
'b24=');
|
||||
'YXJyaWVySUQSIAoLQ2Fycmllck5hbWUYCiABKAlSC0NhcnJpZXJOYW1lOlOSQVAKTtIBBkhlYW'
|
||||
'RlctIBD0FwcG9pbnRtZW50VHlwZdIBC0NvbW1pc3Npb25z0gENU2VnbWVudGF0aW9uc9IBEkNh'
|
||||
'cnJpZXJJbmZvcm1hdGlvbg==');
|
||||
|
||||
@$core.Deprecated('Use bookAppointmentNoReferenceRequestDescriptor instead')
|
||||
const BookAppointmentNoReferenceRequest$json = {
|
||||
'1': 'BookAppointmentNoReferenceRequest',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestSiteHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'AppointmentType', '3': 2, '4': 1, '5': 14, '6': '.api.AppointmentType', '8': {}, '10': 'AppointmentType'},
|
||||
{'1': 'ProjectID', '3': 3, '4': 1, '5': 9, '10': 'ProjectID'},
|
||||
{'1': 'Quantities', '3': 4, '4': 3, '5': 11, '6': '.api.QuantityByUnit', '8': {}, '10': 'Quantities'},
|
||||
{'1': 'SegmentationSelections', '3': 5, '4': 3, '5': 11, '6': '.api.SegmentationSelection', '10': 'SegmentationSelections'},
|
||||
{'1': 'CarrierInformation', '3': 6, '4': 3, '5': 11, '6': '.api.CarrierInformationWithValue', '10': 'CarrierInformation'},
|
||||
{'1': 'Slots', '3': 7, '4': 3, '5': 11, '6': '.api.Slot', '10': 'Slots'},
|
||||
{'1': 'Emails', '3': 8, '4': 3, '5': 9, '8': {}, '10': 'Emails'},
|
||||
{'1': 'CarrierID', '3': 9, '4': 1, '5': 9, '10': 'CarrierID'},
|
||||
{'1': 'CarrierName', '3': 10, '4': 1, '5': 9, '10': 'CarrierName'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `BookAppointmentNoReferenceRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List bookAppointmentNoReferenceRequestDescriptor = $convert.base64Decode(
|
||||
'CiFCb29rQXBwb2ludG1lbnROb1JlZmVyZW5jZVJlcXVlc3QSOAoGSGVhZGVyGAEgASgLMhYuYX'
|
||||
'BpLlJlcXVlc3RTaXRlSGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEkgKD0FwcG9pbnRtZW50VHlw'
|
||||
'ZRgCIAEoDjIULmFwaS5BcHBvaW50bWVudFR5cGVCCPpCBYIBAhABUg9BcHBvaW50bWVudFR5cG'
|
||||
'USHAoJUHJvamVjdElEGAMgASgJUglQcm9qZWN0SUQSPQoKUXVhbnRpdGllcxgEIAMoCzITLmFw'
|
||||
'aS5RdWFudGl0eUJ5VW5pdEII+kIFkgECCAFSClF1YW50aXRpZXMSUgoWU2VnbWVudGF0aW9uU2'
|
||||
'VsZWN0aW9ucxgFIAMoCzIaLmFwaS5TZWdtZW50YXRpb25TZWxlY3Rpb25SFlNlZ21lbnRhdGlv'
|
||||
'blNlbGVjdGlvbnMSUAoSQ2FycmllckluZm9ybWF0aW9uGAYgAygLMiAuYXBpLkNhcnJpZXJJbm'
|
||||
'Zvcm1hdGlvbldpdGhWYWx1ZVISQ2FycmllckluZm9ybWF0aW9uEh8KBVNsb3RzGAcgAygLMgku'
|
||||
'YXBpLlNsb3RSBVNsb3RzEn0KBkVtYWlscxgIIAMoCUJlkkFRMh1NdXN0IGJlIGEgdmFsaWQgZW'
|
||||
'1haWwgYWRkcmVzc0owWyJKb2huLmRvZUByZWZsZXguY29tIiwgIndpbGwuc21pdGhAcmVmbGV4'
|
||||
'LmNvbSJd+kIOkgELCAEiB3IFYAHwAQFSBkVtYWlscxIcCglDYXJyaWVySUQYCSABKAlSCUNhcn'
|
||||
'JpZXJJRBIgCgtDYXJyaWVyTmFtZRgKIAEoCVILQ2Fycmllck5hbWU6XpJBWwpZ0gEGSGVhZGVy'
|
||||
'0gEPQXBwb2ludG1lbnRUeXBl0gEJUHJvamVjdElE0gEKUXVhbnRpdGllc9IBDVNlZ21lbnRhdG'
|
||||
'lvbnPSARJDYXJyaWVySW5mb3JtYXRpb24=');
|
||||
|
||||
@$core.Deprecated('Use wMSBookAppointmentRequestDescriptor instead')
|
||||
const WMSBookAppointmentRequest$json = {
|
||||
@@ -576,8 +611,46 @@ final $typed_data.Uint8List wMSBookAppointmentRequestDescriptor = $convert.base6
|
||||
'bGlkIGVtYWlsIGFkZHJlc3NKMFsiSm9obi5kb2VAcmVmbGV4LmNvbSIsICJ3aWxsLnNtaXRoQH'
|
||||
'JlZmxleC5jb20iXfpCDpIBCwgBIgdyBWAB8AEBUgZFbWFpbHMSHAoJQ2FycmllcklEGAkgASgJ'
|
||||
'UglDYXJyaWVySUQSIAoLQ2Fycmllck5hbWUYCiABKAlSC0NhcnJpZXJOYW1lEhoKCFRpbWVab2'
|
||||
'5lGAsgASgJUghUaW1lWm9uZTpQkkFNCkvSAQZIZWFkZXLSAQ9BcHBvaW50bWVudFR5cGXSAQ1T'
|
||||
'ZWdtZW50YXRpb25z0gESQ2FycmllckluZm9ybWF0aW9u0gEIVGltZVpvbmU=');
|
||||
'5lGAsgASgJUghUaW1lWm9uZTpekkFbClnSAQZIZWFkZXLSAQ9BcHBvaW50bWVudFR5cGXSAQtD'
|
||||
'b21taXNzaW9uc9IBDVNlZ21lbnRhdGlvbnPSARJDYXJyaWVySW5mb3JtYXRpb27SAQhUaW1lWm'
|
||||
'9uZQ==');
|
||||
|
||||
@$core.Deprecated('Use wMSBookAppointmentNoReferenceRequestDescriptor instead')
|
||||
const WMSBookAppointmentNoReferenceRequest$json = {
|
||||
'1': 'WMSBookAppointmentNoReferenceRequest',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestSiteHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'AppointmentType', '3': 2, '4': 1, '5': 14, '6': '.api.AppointmentType', '8': {}, '10': 'AppointmentType'},
|
||||
{'1': 'ProjectID', '3': 3, '4': 1, '5': 9, '10': 'ProjectID'},
|
||||
{'1': 'Quantities', '3': 4, '4': 3, '5': 11, '6': '.api.QuantityByUnit', '8': {}, '10': 'Quantities'},
|
||||
{'1': 'SegmentationSelections', '3': 5, '4': 3, '5': 11, '6': '.api.SegmentationSelection', '10': 'SegmentationSelections'},
|
||||
{'1': 'CarrierInformation', '3': 6, '4': 3, '5': 11, '6': '.api.CarrierInformationWithValue', '10': 'CarrierInformation'},
|
||||
{'1': 'Slots', '3': 7, '4': 3, '5': 11, '6': '.api.Slot', '10': 'Slots'},
|
||||
{'1': 'Emails', '3': 8, '4': 3, '5': 9, '8': {}, '10': 'Emails'},
|
||||
{'1': 'CarrierID', '3': 9, '4': 1, '5': 9, '10': 'CarrierID'},
|
||||
{'1': 'CarrierName', '3': 10, '4': 1, '5': 9, '10': 'CarrierName'},
|
||||
{'1': 'TimeZone', '3': 11, '4': 1, '5': 9, '10': 'TimeZone'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `WMSBookAppointmentNoReferenceRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List wMSBookAppointmentNoReferenceRequestDescriptor = $convert.base64Decode(
|
||||
'CiRXTVNCb29rQXBwb2ludG1lbnROb1JlZmVyZW5jZVJlcXVlc3QSOAoGSGVhZGVyGAEgASgLMh'
|
||||
'YuYXBpLlJlcXVlc3RTaXRlSGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEkgKD0FwcG9pbnRtZW50'
|
||||
'VHlwZRgCIAEoDjIULmFwaS5BcHBvaW50bWVudFR5cGVCCPpCBYIBAhABUg9BcHBvaW50bWVudF'
|
||||
'R5cGUSHAoJUHJvamVjdElEGAMgASgJUglQcm9qZWN0SUQSPQoKUXVhbnRpdGllcxgEIAMoCzIT'
|
||||
'LmFwaS5RdWFudGl0eUJ5VW5pdEII+kIFkgECCAFSClF1YW50aXRpZXMSUgoWU2VnbWVudGF0aW'
|
||||
'9uU2VsZWN0aW9ucxgFIAMoCzIaLmFwaS5TZWdtZW50YXRpb25TZWxlY3Rpb25SFlNlZ21lbnRh'
|
||||
'dGlvblNlbGVjdGlvbnMSUAoSQ2FycmllckluZm9ybWF0aW9uGAYgAygLMiAuYXBpLkNhcnJpZX'
|
||||
'JJbmZvcm1hdGlvbldpdGhWYWx1ZVISQ2FycmllckluZm9ybWF0aW9uEh8KBVNsb3RzGAcgAygL'
|
||||
'MgkuYXBpLlNsb3RSBVNsb3RzEn0KBkVtYWlscxgIIAMoCUJlkkFRMh1NdXN0IGJlIGEgdmFsaW'
|
||||
'QgZW1haWwgYWRkcmVzc0owWyJKb2huLmRvZUByZWZsZXguY29tIiwgIndpbGwuc21pdGhAcmVm'
|
||||
'bGV4LmNvbSJd+kIOkgELCAEiB3IFYAHwAQFSBkVtYWlscxIcCglDYXJyaWVySUQYCSABKAlSCU'
|
||||
'NhcnJpZXJJRBIgCgtDYXJyaWVyTmFtZRgKIAEoCVILQ2Fycmllck5hbWUSGgoIVGltZVpvbmUY'
|
||||
'CyABKAlSCFRpbWVab25lOmmSQWYKZNIBBkhlYWRlctIBD0FwcG9pbnRtZW50VHlwZdIBCVByb2'
|
||||
'plY3RJRNIBClF1YW50aXRpZXPSAQ1TZWdtZW50YXRpb25z0gESQ2FycmllckluZm9ybWF0aW9u'
|
||||
'0gEIVGltZVpvbmU=');
|
||||
|
||||
@$core.Deprecated('Use bookAppointmentResponseDescriptor instead')
|
||||
const BookAppointmentResponse$json = {
|
||||
@@ -621,6 +694,37 @@ final $typed_data.Uint8List cancelAppointmentResponseDescriptor = $convert.base6
|
||||
'ChlDYW5jZWxBcHBvaW50bWVudFJlc3BvbnNlEiQKDUFwcG9pbnRtZW50SUQYASABKAlSDUFwcG'
|
||||
'9pbnRtZW50SUQ=');
|
||||
|
||||
@$core.Deprecated('Use modifyAppointmentDateRequestDescriptor instead')
|
||||
const ModifyAppointmentDateRequest$json = {
|
||||
'1': 'ModifyAppointmentDateRequest',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestSiteHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'AppointmentID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'AppointmentID'},
|
||||
{'1': 'Slots', '3': 3, '4': 3, '5': 11, '6': '.api.Slot', '10': 'Slots'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `ModifyAppointmentDateRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List modifyAppointmentDateRequestDescriptor = $convert.base64Decode(
|
||||
'ChxNb2RpZnlBcHBvaW50bWVudERhdGVSZXF1ZXN0EjgKBkhlYWRlchgBIAEoCzIWLmFwaS5SZX'
|
||||
'F1ZXN0U2l0ZUhlYWRlckII+kIFigECEAFSBkhlYWRlchItCg1BcHBvaW50bWVudElEGAIgASgJ'
|
||||
'Qgf6QgRyAhABUg1BcHBvaW50bWVudElEEh8KBVNsb3RzGAMgAygLMgkuYXBpLlNsb3RSBVNsb3'
|
||||
'RzOiaSQSMKIdIBBkhlYWRlctIBDUFwcG9pbnRtZW50SUTSAQVTbG90cw==');
|
||||
|
||||
@$core.Deprecated('Use modifyAppointmentDateResponseDescriptor instead')
|
||||
const ModifyAppointmentDateResponse$json = {
|
||||
'1': 'ModifyAppointmentDateResponse',
|
||||
'2': [
|
||||
{'1': 'AppointmentID', '3': 1, '4': 1, '5': 9, '10': 'AppointmentID'},
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `ModifyAppointmentDateResponse`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List modifyAppointmentDateResponseDescriptor = $convert.base64Decode(
|
||||
'Ch1Nb2RpZnlBcHBvaW50bWVudERhdGVSZXNwb25zZRIkCg1BcHBvaW50bWVudElEGAEgASgJUg'
|
||||
'1BcHBvaW50bWVudElE');
|
||||
|
||||
@$core.Deprecated('Use listUserSitesRequestDescriptor instead')
|
||||
const ListUserSitesRequest$json = {
|
||||
'1': 'ListUserSitesRequest',
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: dart_core_sdk
|
||||
description: dart libs from core model proto files
|
||||
version: 1.11.0-SNAPSHOT-250723125927
|
||||
version: 1.11.0-SNAPSHOT-250723135241
|
||||
homepage: ''
|
||||
publish_to: ''
|
||||
repository: ''
|
||||
|
||||
Reference in New Issue
Block a user