Release 1.11.6

This commit is contained in:
ci core model
2025-10-27 16:13:28 +00:00
parent 72a61a845e
commit c7e46d91c9
81 changed files with 9567 additions and 6432 deletions

View File

@@ -32,12 +32,24 @@ class SiteServiceClient extends $grpc.Client {
SiteServiceClient(super.channel, {super.options, super.interceptors});
$grpc.ResponseFuture<$0.GetSettingsResponse> getSettings($0.GetSettingsRequest request, {$grpc.CallOptions? options,}) {
return $createUnaryCall(_$getSettings, request, options: options);
$grpc.ResponseFuture<$0.CreateSiteResponse> create($0.CreateSiteRequest request, {$grpc.CallOptions? options,}) {
return $createUnaryCall(_$create, request, options: options);
}
$grpc.ResponseFuture<$0.UpdateSettingsResponse> updateSettings($0.UpdateSettingsRequest request, {$grpc.CallOptions? options,}) {
return $createUnaryCall(_$updateSettings, request, options: options);
$grpc.ResponseFuture<$0.GetSiteResponse> get($0.GetSiteRequest request, {$grpc.CallOptions? options,}) {
return $createUnaryCall(_$get, request, options: options);
}
$grpc.ResponseFuture<$0.ListSiteResponse> list($0.ListSiteRequest request, {$grpc.CallOptions? options,}) {
return $createUnaryCall(_$list, request, options: options);
}
$grpc.ResponseFuture<$0.UpdateSiteResponse> update($0.UpdateSiteRequest request, {$grpc.CallOptions? options,}) {
return $createUnaryCall(_$update, request, options: options);
}
$grpc.ResponseFuture<$0.DeleteSiteResponse> delete($0.DeleteSiteRequest request, {$grpc.CallOptions? options,}) {
return $createUnaryCall(_$delete, request, options: options);
}
$grpc.ResponseFuture<$0.UploadPhotoResponse> uploadPhoto($0.UploadPhotoRequest request, {$grpc.CallOptions? options,}) {
@@ -56,6 +68,10 @@ class SiteServiceClient extends $grpc.Client {
return $createUnaryCall(_$deleteInstructionDocument, request, options: options);
}
$grpc.ResponseFuture<$0.SuggestSiteIDResult> suggestID($0.SuggestSiteIDRequest request, {$grpc.CallOptions? options,}) {
return $createUnaryCall(_$suggestID, request, options: options);
}
$grpc.ResponseFuture<$0.GetAvailableSlotsResponse> getAvailableSlots($0.GetAvailableSlotsRequest request, {$grpc.CallOptions? options,}) {
return $createUnaryCall(_$getAvailableSlots, request, options: options);
}
@@ -72,100 +88,68 @@ class SiteServiceClient extends $grpc.Client {
return $createUnaryCall(_$bookAppointment, request, options: options);
}
$grpc.ResponseFuture<$0.BookAppointmentResponse> forceBookAppointment($0.BookAppointmentRequest request, {$grpc.CallOptions? options,}) {
return $createUnaryCall(_$forceBookAppointment, request, options: options);
}
$grpc.ResponseFuture<$0.BookAppointmentResponse> wMSForceBookAppointment($0.WMSBookAppointmentRequest request, {$grpc.CallOptions? options,}) {
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> forceBookAppointment($0.ForceBookAppointmentRequest request, {$grpc.CallOptions? options,}) {
return $createUnaryCall(_$forceBookAppointment, 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.BookAppointmentResponse> updateAppointment($0.UpdateAppointmentRequest request, {$grpc.CallOptions? options,}) {
return $createUnaryCall(_$updateAppointment, request, options: options);
$grpc.ResponseFuture<$0.UpdateSlotAppointmentResponse> updateSlotAppointment($0.UpdateSlotAppointmentRequest request, {$grpc.CallOptions? options,}) {
return $createUnaryCall(_$updateSlotAppointment, request, options: options);
}
$grpc.ResponseFuture<$0.BookAppointmentResponse> updateAppointmentNoReference($0.UpdateAppointmentNoReferenceRequest request, {$grpc.CallOptions? options,}) {
return $createUnaryCall(_$updateAppointmentNoReference, request, options: options);
$grpc.ResponseFuture<$0.UpdateCommissionsAppointmentResponse> updateCommissionsAppointment($0.UpdateCommissionsAppointmentRequest request, {$grpc.CallOptions? options,}) {
return $createUnaryCall(_$updateCommissionsAppointment, request, options: options);
}
$grpc.ResponseFuture<$0.BookAppointmentResponse> forceUpdateAppointment($0.ForceUpdateAppointmentRequest request, {$grpc.CallOptions? options,}) {
return $createUnaryCall(_$forceUpdateAppointment, request, options: options);
$grpc.ResponseFuture<$0.UpdateSiteStatusResult> updateStatus($0.UpdateSiteStatusRequest request, {$grpc.CallOptions? options,}) {
return $createUnaryCall(_$updateStatus, request, options: options);
}
$grpc.ResponseFuture<$0.BookAppointmentResponse> rescheduleAppointment($0.RescheduleAppointmentRequest request, {$grpc.CallOptions? options,}) {
return $createUnaryCall(_$rescheduleAppointment, request, options: options);
}
$grpc.ResponseFuture<$0.BookAppointmentResponse> forceRescheduleAppointment($0.RescheduleAppointmentRequest request, {$grpc.CallOptions? options,}) {
return $createUnaryCall(_$forceRescheduleAppointment, request, options: options);
}
$grpc.ResponseFuture<$0.DeleteSettingsResult> deleteSettings($0.DeleteSettingsRequest request, {$grpc.CallOptions? options,}) {
return $createUnaryCall(_$deleteSettings, request, options: options);
}
$grpc.ResponseFuture<$0.CreateSettingsResponse> createSettings($0.CreateSettingsRequest request, {$grpc.CallOptions? options,}) {
return $createUnaryCall(_$createSettings, request, options: options);
}
$grpc.ResponseFuture<$0.CreateSettingsResponse> createSettingsV2($0.CreateSettingsRequest request, {$grpc.CallOptions? options,}) {
return $createUnaryCall(_$createSettingsV2, request, options: options);
}
$grpc.ResponseFuture<$0.GetUnitsResponse> getUnits($0.GetUnitsRequest request, {$grpc.CallOptions? options,}) {
return $createUnaryCall(_$getUnits, request, options: options);
}
$grpc.ResponseFuture<$0.GetBasicSettingsResponse> getBasicSettings($0.GetBasicSettingsRequest request, {$grpc.CallOptions? options,}) {
return $createUnaryCall(_$getBasicSettings, request, options: options);
}
$grpc.ResponseFuture<$0.ListSitesAuthorizedForBookingResponse> listSitesAuthorizedForBooking($0.ListSitesAuthorizedForBookingRequest request, {$grpc.CallOptions? options,}) {
return $createUnaryCall(_$listSitesAuthorizedForBooking, request, options: options);
}
$grpc.ResponseFuture<$0.GetPossibleSegmentationOnSiteForBookingResponse> getPossibleSegmentationOnSiteForBooking($0.GetPossibleSegmentationOnSiteForBookingRequest request, {$grpc.CallOptions? options,}) {
return $createUnaryCall(_$getPossibleSegmentationOnSiteForBooking, request, options: options);
}
$grpc.ResponseFuture<$0.GetSiteFromAliasResponse> getSiteFromAlias($0.GetSiteFromAliasRequest request, {$grpc.CallOptions? options,}) {
return $createUnaryCall(_$getSiteFromAlias, request, options: options);
}
$grpc.ResponseFuture<$0.GetAliasesOfSiteResponse> getAliasesOfSite($0.GetAliasesOfSiteRequest request, {$grpc.CallOptions? options,}) {
return $createUnaryCall(_$getAliasesOfSite, request, options: options);
}
$grpc.ResponseFuture<$0.SetSiteAliasResponse> setSiteAlias($0.SetSiteAliasRequest request, {$grpc.CallOptions? options,}) {
return $createUnaryCall(_$setSiteAlias, request, options: options);
}
$grpc.ResponseFuture<$0.ClearSiteAliasResponse> clearSiteAlias($0.ClearSiteAliasRequest request, {$grpc.CallOptions? options,}) {
return $createUnaryCall(_$clearSiteAlias, request, options: options);
}
$grpc.ResponseFuture<$0.ClearAliasesOfSiteResponse> clearAliasesOfSite($0.ClearAliasesOfSiteRequest request, {$grpc.CallOptions? options,}) {
return $createUnaryCall(_$clearAliasesOfSite, request, options: options);
}
$grpc.ResponseFuture<$0.ClearAliasesOfProjectResponse> clearAliasesOfProject($0.ClearAliasesOfProjectRequest request, {$grpc.CallOptions? options,}) {
return $createUnaryCall(_$clearAliasesOfProject, request, options: options);
$grpc.ResponseFuture<$0.DeleteSiteInDBResult> deleteSiteInDB($0.DeleteSiteInDBRequest request, {$grpc.CallOptions? options,}) {
return $createUnaryCall(_$deleteSiteInDB, request, options: options);
}
// method descriptors
static final _$getSettings = $grpc.ClientMethod<$0.GetSettingsRequest, $0.GetSettingsResponse>(
'/api.SiteService/GetSettings',
($0.GetSettingsRequest value) => value.writeToBuffer(),
$0.GetSettingsResponse.fromBuffer);
static final _$updateSettings = $grpc.ClientMethod<$0.UpdateSettingsRequest, $0.UpdateSettingsResponse>(
'/api.SiteService/UpdateSettings',
($0.UpdateSettingsRequest value) => value.writeToBuffer(),
$0.UpdateSettingsResponse.fromBuffer);
static final _$create = $grpc.ClientMethod<$0.CreateSiteRequest, $0.CreateSiteResponse>(
'/api.SiteService/Create',
($0.CreateSiteRequest value) => value.writeToBuffer(),
$0.CreateSiteResponse.fromBuffer);
static final _$get = $grpc.ClientMethod<$0.GetSiteRequest, $0.GetSiteResponse>(
'/api.SiteService/Get',
($0.GetSiteRequest value) => value.writeToBuffer(),
$0.GetSiteResponse.fromBuffer);
static final _$list = $grpc.ClientMethod<$0.ListSiteRequest, $0.ListSiteResponse>(
'/api.SiteService/List',
($0.ListSiteRequest value) => value.writeToBuffer(),
$0.ListSiteResponse.fromBuffer);
static final _$update = $grpc.ClientMethod<$0.UpdateSiteRequest, $0.UpdateSiteResponse>(
'/api.SiteService/Update',
($0.UpdateSiteRequest value) => value.writeToBuffer(),
$0.UpdateSiteResponse.fromBuffer);
static final _$delete = $grpc.ClientMethod<$0.DeleteSiteRequest, $0.DeleteSiteResponse>(
'/api.SiteService/Delete',
($0.DeleteSiteRequest value) => value.writeToBuffer(),
$0.DeleteSiteResponse.fromBuffer);
static final _$uploadPhoto = $grpc.ClientMethod<$0.UploadPhotoRequest, $0.UploadPhotoResponse>(
'/api.SiteService/UploadPhoto',
($0.UploadPhotoRequest value) => value.writeToBuffer(),
@@ -182,6 +166,10 @@ class SiteServiceClient extends $grpc.Client {
'/api.SiteService/DeleteInstructionDocument',
($0.DeleteInstructionDocumentRequest value) => value.writeToBuffer(),
$0.DeleteInstructionDocumentResponse.fromBuffer);
static final _$suggestID = $grpc.ClientMethod<$0.SuggestSiteIDRequest, $0.SuggestSiteIDResult>(
'/api.SiteService/SuggestID',
($0.SuggestSiteIDRequest value) => value.writeToBuffer(),
$0.SuggestSiteIDResult.fromBuffer);
static final _$getAvailableSlots = $grpc.ClientMethod<$0.GetAvailableSlotsRequest, $0.GetAvailableSlotsResponse>(
'/api.SiteService/GetAvailableSlots',
($0.GetAvailableSlotsRequest value) => value.writeToBuffer(),
@@ -198,90 +186,46 @@ class SiteServiceClient extends $grpc.Client {
'/api.SiteService/BookAppointment',
($0.BookAppointmentRequest value) => value.writeToBuffer(),
$0.BookAppointmentResponse.fromBuffer);
static final _$forceBookAppointment = $grpc.ClientMethod<$0.BookAppointmentRequest, $0.BookAppointmentResponse>(
'/api.SiteService/ForceBookAppointment',
($0.BookAppointmentRequest value) => value.writeToBuffer(),
$0.BookAppointmentResponse.fromBuffer);
static final _$wMSForceBookAppointment = $grpc.ClientMethod<$0.WMSBookAppointmentRequest, $0.BookAppointmentResponse>(
'/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 _$forceBookAppointment = $grpc.ClientMethod<$0.ForceBookAppointmentRequest, $0.BookAppointmentResponse>(
'/api.SiteService/ForceBookAppointment',
($0.ForceBookAppointmentRequest value) => value.writeToBuffer(),
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 _$updateAppointment = $grpc.ClientMethod<$0.UpdateAppointmentRequest, $0.BookAppointmentResponse>(
'/api.SiteService/UpdateAppointment',
($0.UpdateAppointmentRequest value) => value.writeToBuffer(),
$0.BookAppointmentResponse.fromBuffer);
static final _$updateAppointmentNoReference = $grpc.ClientMethod<$0.UpdateAppointmentNoReferenceRequest, $0.BookAppointmentResponse>(
'/api.SiteService/UpdateAppointmentNoReference',
($0.UpdateAppointmentNoReferenceRequest value) => value.writeToBuffer(),
$0.BookAppointmentResponse.fromBuffer);
static final _$forceUpdateAppointment = $grpc.ClientMethod<$0.ForceUpdateAppointmentRequest, $0.BookAppointmentResponse>(
'/api.SiteService/ForceUpdateAppointment',
($0.ForceUpdateAppointmentRequest value) => value.writeToBuffer(),
$0.BookAppointmentResponse.fromBuffer);
static final _$rescheduleAppointment = $grpc.ClientMethod<$0.RescheduleAppointmentRequest, $0.BookAppointmentResponse>(
'/api.SiteService/RescheduleAppointment',
($0.RescheduleAppointmentRequest value) => value.writeToBuffer(),
$0.BookAppointmentResponse.fromBuffer);
static final _$forceRescheduleAppointment = $grpc.ClientMethod<$0.RescheduleAppointmentRequest, $0.BookAppointmentResponse>(
'/api.SiteService/ForceRescheduleAppointment',
($0.RescheduleAppointmentRequest value) => value.writeToBuffer(),
$0.BookAppointmentResponse.fromBuffer);
static final _$deleteSettings = $grpc.ClientMethod<$0.DeleteSettingsRequest, $0.DeleteSettingsResult>(
'/api.SiteService/DeleteSettings',
($0.DeleteSettingsRequest value) => value.writeToBuffer(),
$0.DeleteSettingsResult.fromBuffer);
static final _$createSettings = $grpc.ClientMethod<$0.CreateSettingsRequest, $0.CreateSettingsResponse>(
'/api.SiteService/CreateSettings',
($0.CreateSettingsRequest value) => value.writeToBuffer(),
$0.CreateSettingsResponse.fromBuffer);
static final _$createSettingsV2 = $grpc.ClientMethod<$0.CreateSettingsRequest, $0.CreateSettingsResponse>(
'/api.SiteService/CreateSettingsV2',
($0.CreateSettingsRequest value) => value.writeToBuffer(),
$0.CreateSettingsResponse.fromBuffer);
static final _$getUnits = $grpc.ClientMethod<$0.GetUnitsRequest, $0.GetUnitsResponse>(
'/api.SiteService/GetUnits',
($0.GetUnitsRequest value) => value.writeToBuffer(),
$0.GetUnitsResponse.fromBuffer);
static final _$getBasicSettings = $grpc.ClientMethod<$0.GetBasicSettingsRequest, $0.GetBasicSettingsResponse>(
'/api.SiteService/GetBasicSettings',
($0.GetBasicSettingsRequest value) => value.writeToBuffer(),
$0.GetBasicSettingsResponse.fromBuffer);
static final _$listSitesAuthorizedForBooking = $grpc.ClientMethod<$0.ListSitesAuthorizedForBookingRequest, $0.ListSitesAuthorizedForBookingResponse>(
'/api.SiteService/ListSitesAuthorizedForBooking',
($0.ListSitesAuthorizedForBookingRequest value) => value.writeToBuffer(),
$0.ListSitesAuthorizedForBookingResponse.fromBuffer);
static final _$getPossibleSegmentationOnSiteForBooking = $grpc.ClientMethod<$0.GetPossibleSegmentationOnSiteForBookingRequest, $0.GetPossibleSegmentationOnSiteForBookingResponse>(
'/api.SiteService/GetPossibleSegmentationOnSiteForBooking',
($0.GetPossibleSegmentationOnSiteForBookingRequest value) => value.writeToBuffer(),
$0.GetPossibleSegmentationOnSiteForBookingResponse.fromBuffer);
static final _$getSiteFromAlias = $grpc.ClientMethod<$0.GetSiteFromAliasRequest, $0.GetSiteFromAliasResponse>(
'/api.SiteService/GetSiteFromAlias',
($0.GetSiteFromAliasRequest value) => value.writeToBuffer(),
$0.GetSiteFromAliasResponse.fromBuffer);
static final _$getAliasesOfSite = $grpc.ClientMethod<$0.GetAliasesOfSiteRequest, $0.GetAliasesOfSiteResponse>(
'/api.SiteService/GetAliasesOfSite',
($0.GetAliasesOfSiteRequest value) => value.writeToBuffer(),
$0.GetAliasesOfSiteResponse.fromBuffer);
static final _$setSiteAlias = $grpc.ClientMethod<$0.SetSiteAliasRequest, $0.SetSiteAliasResponse>(
'/api.SiteService/SetSiteAlias',
($0.SetSiteAliasRequest value) => value.writeToBuffer(),
$0.SetSiteAliasResponse.fromBuffer);
static final _$clearSiteAlias = $grpc.ClientMethod<$0.ClearSiteAliasRequest, $0.ClearSiteAliasResponse>(
'/api.SiteService/ClearSiteAlias',
($0.ClearSiteAliasRequest value) => value.writeToBuffer(),
$0.ClearSiteAliasResponse.fromBuffer);
static final _$clearAliasesOfSite = $grpc.ClientMethod<$0.ClearAliasesOfSiteRequest, $0.ClearAliasesOfSiteResponse>(
'/api.SiteService/ClearAliasesOfSite',
($0.ClearAliasesOfSiteRequest value) => value.writeToBuffer(),
$0.ClearAliasesOfSiteResponse.fromBuffer);
static final _$clearAliasesOfProject = $grpc.ClientMethod<$0.ClearAliasesOfProjectRequest, $0.ClearAliasesOfProjectResponse>(
'/api.SiteService/ClearAliasesOfProject',
($0.ClearAliasesOfProjectRequest value) => value.writeToBuffer(),
$0.ClearAliasesOfProjectResponse.fromBuffer);
static final _$updateSlotAppointment = $grpc.ClientMethod<$0.UpdateSlotAppointmentRequest, $0.UpdateSlotAppointmentResponse>(
'/api.SiteService/UpdateSlotAppointment',
($0.UpdateSlotAppointmentRequest value) => value.writeToBuffer(),
$0.UpdateSlotAppointmentResponse.fromBuffer);
static final _$updateCommissionsAppointment = $grpc.ClientMethod<$0.UpdateCommissionsAppointmentRequest, $0.UpdateCommissionsAppointmentResponse>(
'/api.SiteService/UpdateCommissionsAppointment',
($0.UpdateCommissionsAppointmentRequest value) => value.writeToBuffer(),
$0.UpdateCommissionsAppointmentResponse.fromBuffer);
static final _$updateStatus = $grpc.ClientMethod<$0.UpdateSiteStatusRequest, $0.UpdateSiteStatusResult>(
'/api.SiteService/UpdateStatus',
($0.UpdateSiteStatusRequest value) => value.writeToBuffer(),
$0.UpdateSiteStatusResult.fromBuffer);
static final _$deleteSiteInDB = $grpc.ClientMethod<$0.DeleteSiteInDBRequest, $0.DeleteSiteInDBResult>(
'/api.SiteService/DeleteSiteInDB',
($0.DeleteSiteInDBRequest value) => value.writeToBuffer(),
$0.DeleteSiteInDBResult.fromBuffer);
}
@$pb.GrpcServiceName('api.SiteService')
@@ -289,20 +233,41 @@ abstract class SiteServiceBase extends $grpc.Service {
$core.String get $name => 'api.SiteService';
SiteServiceBase() {
$addMethod($grpc.ServiceMethod<$0.GetSettingsRequest, $0.GetSettingsResponse>(
'GetSettings',
getSettings_Pre,
$addMethod($grpc.ServiceMethod<$0.CreateSiteRequest, $0.CreateSiteResponse>(
'Create',
create_Pre,
false,
false,
($core.List<$core.int> value) => $0.GetSettingsRequest.fromBuffer(value),
($0.GetSettingsResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.UpdateSettingsRequest, $0.UpdateSettingsResponse>(
'UpdateSettings',
updateSettings_Pre,
($core.List<$core.int> value) => $0.CreateSiteRequest.fromBuffer(value),
($0.CreateSiteResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.GetSiteRequest, $0.GetSiteResponse>(
'Get',
get_Pre,
false,
false,
($core.List<$core.int> value) => $0.UpdateSettingsRequest.fromBuffer(value),
($0.UpdateSettingsResponse value) => value.writeToBuffer()));
($core.List<$core.int> value) => $0.GetSiteRequest.fromBuffer(value),
($0.GetSiteResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.ListSiteRequest, $0.ListSiteResponse>(
'List',
list_Pre,
false,
false,
($core.List<$core.int> value) => $0.ListSiteRequest.fromBuffer(value),
($0.ListSiteResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.UpdateSiteRequest, $0.UpdateSiteResponse>(
'Update',
update_Pre,
false,
false,
($core.List<$core.int> value) => $0.UpdateSiteRequest.fromBuffer(value),
($0.UpdateSiteResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.DeleteSiteRequest, $0.DeleteSiteResponse>(
'Delete',
delete_Pre,
false,
false,
($core.List<$core.int> value) => $0.DeleteSiteRequest.fromBuffer(value),
($0.DeleteSiteResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.UploadPhotoRequest, $0.UploadPhotoResponse>(
'UploadPhoto',
uploadPhoto_Pre,
@@ -331,6 +296,13 @@ abstract class SiteServiceBase extends $grpc.Service {
false,
($core.List<$core.int> value) => $0.DeleteInstructionDocumentRequest.fromBuffer(value),
($0.DeleteInstructionDocumentResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.SuggestSiteIDRequest, $0.SuggestSiteIDResult>(
'SuggestID',
suggestID_Pre,
false,
false,
($core.List<$core.int> value) => $0.SuggestSiteIDRequest.fromBuffer(value),
($0.SuggestSiteIDResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.GetAvailableSlotsRequest, $0.GetAvailableSlotsResponse>(
'GetAvailableSlots',
getAvailableSlots_Pre,
@@ -359,6 +331,20 @@ abstract class SiteServiceBase extends $grpc.Service {
false,
($core.List<$core.int> value) => $0.BookAppointmentRequest.fromBuffer(value),
($0.BookAppointmentResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.BookAppointmentRequest, $0.BookAppointmentResponse>(
'ForceBookAppointment',
forceBookAppointment_Pre,
false,
false,
($core.List<$core.int> value) => $0.BookAppointmentRequest.fromBuffer(value),
($0.BookAppointmentResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.WMSBookAppointmentRequest, $0.BookAppointmentResponse>(
'WMSForceBookAppointment',
wMSForceBookAppointment_Pre,
false,
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,
@@ -366,12 +352,19 @@ abstract class SiteServiceBase extends $grpc.Service {
false,
($core.List<$core.int> value) => $0.BookAppointmentNoReferenceRequest.fromBuffer(value),
($0.BookAppointmentResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.ForceBookAppointmentRequest, $0.BookAppointmentResponse>(
'ForceBookAppointment',
forceBookAppointment_Pre,
$addMethod($grpc.ServiceMethod<$0.BookAppointmentNoReferenceRequest, $0.BookAppointmentResponse>(
'ForceBookAppointmentNoReference',
forceBookAppointmentNoReference_Pre,
false,
false,
($core.List<$core.int> value) => $0.ForceBookAppointmentRequest.fromBuffer(value),
($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',
@@ -380,145 +373,65 @@ 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.UpdateAppointmentRequest, $0.BookAppointmentResponse>(
'UpdateAppointment',
updateAppointment_Pre,
$addMethod($grpc.ServiceMethod<$0.UpdateSlotAppointmentRequest, $0.UpdateSlotAppointmentResponse>(
'UpdateSlotAppointment',
updateSlotAppointment_Pre,
false,
false,
($core.List<$core.int> value) => $0.UpdateAppointmentRequest.fromBuffer(value),
($0.BookAppointmentResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.UpdateAppointmentNoReferenceRequest, $0.BookAppointmentResponse>(
'UpdateAppointmentNoReference',
updateAppointmentNoReference_Pre,
($core.List<$core.int> value) => $0.UpdateSlotAppointmentRequest.fromBuffer(value),
($0.UpdateSlotAppointmentResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.UpdateCommissionsAppointmentRequest, $0.UpdateCommissionsAppointmentResponse>(
'UpdateCommissionsAppointment',
updateCommissionsAppointment_Pre,
false,
false,
($core.List<$core.int> value) => $0.UpdateAppointmentNoReferenceRequest.fromBuffer(value),
($0.BookAppointmentResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.ForceUpdateAppointmentRequest, $0.BookAppointmentResponse>(
'ForceUpdateAppointment',
forceUpdateAppointment_Pre,
($core.List<$core.int> value) => $0.UpdateCommissionsAppointmentRequest.fromBuffer(value),
($0.UpdateCommissionsAppointmentResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.UpdateSiteStatusRequest, $0.UpdateSiteStatusResult>(
'UpdateStatus',
updateStatus_Pre,
false,
false,
($core.List<$core.int> value) => $0.ForceUpdateAppointmentRequest.fromBuffer(value),
($0.BookAppointmentResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.RescheduleAppointmentRequest, $0.BookAppointmentResponse>(
'RescheduleAppointment',
rescheduleAppointment_Pre,
($core.List<$core.int> value) => $0.UpdateSiteStatusRequest.fromBuffer(value),
($0.UpdateSiteStatusResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.DeleteSiteInDBRequest, $0.DeleteSiteInDBResult>(
'DeleteSiteInDB',
deleteSiteInDB_Pre,
false,
false,
($core.List<$core.int> value) => $0.RescheduleAppointmentRequest.fromBuffer(value),
($0.BookAppointmentResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.RescheduleAppointmentRequest, $0.BookAppointmentResponse>(
'ForceRescheduleAppointment',
forceRescheduleAppointment_Pre,
false,
false,
($core.List<$core.int> value) => $0.RescheduleAppointmentRequest.fromBuffer(value),
($0.BookAppointmentResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.DeleteSettingsRequest, $0.DeleteSettingsResult>(
'DeleteSettings',
deleteSettings_Pre,
false,
false,
($core.List<$core.int> value) => $0.DeleteSettingsRequest.fromBuffer(value),
($0.DeleteSettingsResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.CreateSettingsRequest, $0.CreateSettingsResponse>(
'CreateSettings',
createSettings_Pre,
false,
false,
($core.List<$core.int> value) => $0.CreateSettingsRequest.fromBuffer(value),
($0.CreateSettingsResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.CreateSettingsRequest, $0.CreateSettingsResponse>(
'CreateSettingsV2',
createSettingsV2_Pre,
false,
false,
($core.List<$core.int> value) => $0.CreateSettingsRequest.fromBuffer(value),
($0.CreateSettingsResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.GetUnitsRequest, $0.GetUnitsResponse>(
'GetUnits',
getUnits_Pre,
false,
false,
($core.List<$core.int> value) => $0.GetUnitsRequest.fromBuffer(value),
($0.GetUnitsResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.GetBasicSettingsRequest, $0.GetBasicSettingsResponse>(
'GetBasicSettings',
getBasicSettings_Pre,
false,
false,
($core.List<$core.int> value) => $0.GetBasicSettingsRequest.fromBuffer(value),
($0.GetBasicSettingsResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.ListSitesAuthorizedForBookingRequest, $0.ListSitesAuthorizedForBookingResponse>(
'ListSitesAuthorizedForBooking',
listSitesAuthorizedForBooking_Pre,
false,
false,
($core.List<$core.int> value) => $0.ListSitesAuthorizedForBookingRequest.fromBuffer(value),
($0.ListSitesAuthorizedForBookingResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.GetPossibleSegmentationOnSiteForBookingRequest, $0.GetPossibleSegmentationOnSiteForBookingResponse>(
'GetPossibleSegmentationOnSiteForBooking',
getPossibleSegmentationOnSiteForBooking_Pre,
false,
false,
($core.List<$core.int> value) => $0.GetPossibleSegmentationOnSiteForBookingRequest.fromBuffer(value),
($0.GetPossibleSegmentationOnSiteForBookingResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.GetSiteFromAliasRequest, $0.GetSiteFromAliasResponse>(
'GetSiteFromAlias',
getSiteFromAlias_Pre,
false,
false,
($core.List<$core.int> value) => $0.GetSiteFromAliasRequest.fromBuffer(value),
($0.GetSiteFromAliasResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.GetAliasesOfSiteRequest, $0.GetAliasesOfSiteResponse>(
'GetAliasesOfSite',
getAliasesOfSite_Pre,
false,
false,
($core.List<$core.int> value) => $0.GetAliasesOfSiteRequest.fromBuffer(value),
($0.GetAliasesOfSiteResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.SetSiteAliasRequest, $0.SetSiteAliasResponse>(
'SetSiteAlias',
setSiteAlias_Pre,
false,
false,
($core.List<$core.int> value) => $0.SetSiteAliasRequest.fromBuffer(value),
($0.SetSiteAliasResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.ClearSiteAliasRequest, $0.ClearSiteAliasResponse>(
'ClearSiteAlias',
clearSiteAlias_Pre,
false,
false,
($core.List<$core.int> value) => $0.ClearSiteAliasRequest.fromBuffer(value),
($0.ClearSiteAliasResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.ClearAliasesOfSiteRequest, $0.ClearAliasesOfSiteResponse>(
'ClearAliasesOfSite',
clearAliasesOfSite_Pre,
false,
false,
($core.List<$core.int> value) => $0.ClearAliasesOfSiteRequest.fromBuffer(value),
($0.ClearAliasesOfSiteResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.ClearAliasesOfProjectRequest, $0.ClearAliasesOfProjectResponse>(
'ClearAliasesOfProject',
clearAliasesOfProject_Pre,
false,
false,
($core.List<$core.int> value) => $0.ClearAliasesOfProjectRequest.fromBuffer(value),
($0.ClearAliasesOfProjectResponse value) => value.writeToBuffer()));
($core.List<$core.int> value) => $0.DeleteSiteInDBRequest.fromBuffer(value),
($0.DeleteSiteInDBResult value) => value.writeToBuffer()));
}
$async.Future<$0.GetSettingsResponse> getSettings_Pre($grpc.ServiceCall $call, $async.Future<$0.GetSettingsRequest> $request) async {
return getSettings($call, await $request);
$async.Future<$0.CreateSiteResponse> create_Pre($grpc.ServiceCall $call, $async.Future<$0.CreateSiteRequest> $request) async {
return create($call, await $request);
}
$async.Future<$0.GetSettingsResponse> getSettings($grpc.ServiceCall call, $0.GetSettingsRequest request);
$async.Future<$0.CreateSiteResponse> create($grpc.ServiceCall call, $0.CreateSiteRequest request);
$async.Future<$0.UpdateSettingsResponse> updateSettings_Pre($grpc.ServiceCall $call, $async.Future<$0.UpdateSettingsRequest> $request) async {
return updateSettings($call, await $request);
$async.Future<$0.GetSiteResponse> get_Pre($grpc.ServiceCall $call, $async.Future<$0.GetSiteRequest> $request) async {
return get($call, await $request);
}
$async.Future<$0.UpdateSettingsResponse> updateSettings($grpc.ServiceCall call, $0.UpdateSettingsRequest request);
$async.Future<$0.GetSiteResponse> get($grpc.ServiceCall call, $0.GetSiteRequest request);
$async.Future<$0.ListSiteResponse> list_Pre($grpc.ServiceCall $call, $async.Future<$0.ListSiteRequest> $request) async {
return list($call, await $request);
}
$async.Future<$0.ListSiteResponse> list($grpc.ServiceCall call, $0.ListSiteRequest request);
$async.Future<$0.UpdateSiteResponse> update_Pre($grpc.ServiceCall $call, $async.Future<$0.UpdateSiteRequest> $request) async {
return update($call, await $request);
}
$async.Future<$0.UpdateSiteResponse> update($grpc.ServiceCall call, $0.UpdateSiteRequest request);
$async.Future<$0.DeleteSiteResponse> delete_Pre($grpc.ServiceCall $call, $async.Future<$0.DeleteSiteRequest> $request) async {
return delete($call, await $request);
}
$async.Future<$0.DeleteSiteResponse> delete($grpc.ServiceCall call, $0.DeleteSiteRequest request);
$async.Future<$0.UploadPhotoResponse> uploadPhoto_Pre($grpc.ServiceCall $call, $async.Future<$0.UploadPhotoRequest> $request) async {
return uploadPhoto($call, await $request);
@@ -544,6 +457,12 @@ abstract class SiteServiceBase extends $grpc.Service {
$async.Future<$0.DeleteInstructionDocumentResponse> deleteInstructionDocument($grpc.ServiceCall call, $0.DeleteInstructionDocumentRequest request);
$async.Future<$0.SuggestSiteIDResult> suggestID_Pre($grpc.ServiceCall $call, $async.Future<$0.SuggestSiteIDRequest> $request) async {
return suggestID($call, await $request);
}
$async.Future<$0.SuggestSiteIDResult> suggestID($grpc.ServiceCall call, $0.SuggestSiteIDRequest request);
$async.Future<$0.GetAvailableSlotsResponse> getAvailableSlots_Pre($grpc.ServiceCall $call, $async.Future<$0.GetAvailableSlotsRequest> $request) async {
return getAvailableSlots($call, await $request);
}
@@ -568,17 +487,35 @@ abstract class SiteServiceBase extends $grpc.Service {
$async.Future<$0.BookAppointmentResponse> bookAppointment($grpc.ServiceCall call, $0.BookAppointmentRequest request);
$async.Future<$0.BookAppointmentResponse> forceBookAppointment_Pre($grpc.ServiceCall $call, $async.Future<$0.BookAppointmentRequest> $request) async {
return forceBookAppointment($call, await $request);
}
$async.Future<$0.BookAppointmentResponse> forceBookAppointment($grpc.ServiceCall call, $0.BookAppointmentRequest request);
$async.Future<$0.BookAppointmentResponse> wMSForceBookAppointment_Pre($grpc.ServiceCall $call, $async.Future<$0.WMSBookAppointmentRequest> $request) async {
return wMSForceBookAppointment($call, await $request);
}
$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> forceBookAppointment_Pre($grpc.ServiceCall $call, $async.Future<$0.ForceBookAppointmentRequest> $request) async {
return forceBookAppointment($call, await $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> forceBookAppointment($grpc.ServiceCall call, $0.ForceBookAppointmentRequest 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);
@@ -586,112 +523,28 @@ abstract class SiteServiceBase extends $grpc.Service {
$async.Future<$0.CancelAppointmentResponse> cancelAppointment($grpc.ServiceCall call, $0.CancelAppointmentRequest request);
$async.Future<$0.BookAppointmentResponse> updateAppointment_Pre($grpc.ServiceCall $call, $async.Future<$0.UpdateAppointmentRequest> $request) async {
return updateAppointment($call, await $request);
$async.Future<$0.UpdateSlotAppointmentResponse> updateSlotAppointment_Pre($grpc.ServiceCall $call, $async.Future<$0.UpdateSlotAppointmentRequest> $request) async {
return updateSlotAppointment($call, await $request);
}
$async.Future<$0.BookAppointmentResponse> updateAppointment($grpc.ServiceCall call, $0.UpdateAppointmentRequest request);
$async.Future<$0.UpdateSlotAppointmentResponse> updateSlotAppointment($grpc.ServiceCall call, $0.UpdateSlotAppointmentRequest request);
$async.Future<$0.BookAppointmentResponse> updateAppointmentNoReference_Pre($grpc.ServiceCall $call, $async.Future<$0.UpdateAppointmentNoReferenceRequest> $request) async {
return updateAppointmentNoReference($call, await $request);
$async.Future<$0.UpdateCommissionsAppointmentResponse> updateCommissionsAppointment_Pre($grpc.ServiceCall $call, $async.Future<$0.UpdateCommissionsAppointmentRequest> $request) async {
return updateCommissionsAppointment($call, await $request);
}
$async.Future<$0.BookAppointmentResponse> updateAppointmentNoReference($grpc.ServiceCall call, $0.UpdateAppointmentNoReferenceRequest request);
$async.Future<$0.UpdateCommissionsAppointmentResponse> updateCommissionsAppointment($grpc.ServiceCall call, $0.UpdateCommissionsAppointmentRequest request);
$async.Future<$0.BookAppointmentResponse> forceUpdateAppointment_Pre($grpc.ServiceCall $call, $async.Future<$0.ForceUpdateAppointmentRequest> $request) async {
return forceUpdateAppointment($call, await $request);
$async.Future<$0.UpdateSiteStatusResult> updateStatus_Pre($grpc.ServiceCall $call, $async.Future<$0.UpdateSiteStatusRequest> $request) async {
return updateStatus($call, await $request);
}
$async.Future<$0.BookAppointmentResponse> forceUpdateAppointment($grpc.ServiceCall call, $0.ForceUpdateAppointmentRequest request);
$async.Future<$0.UpdateSiteStatusResult> updateStatus($grpc.ServiceCall call, $0.UpdateSiteStatusRequest request);
$async.Future<$0.BookAppointmentResponse> rescheduleAppointment_Pre($grpc.ServiceCall $call, $async.Future<$0.RescheduleAppointmentRequest> $request) async {
return rescheduleAppointment($call, await $request);
$async.Future<$0.DeleteSiteInDBResult> deleteSiteInDB_Pre($grpc.ServiceCall $call, $async.Future<$0.DeleteSiteInDBRequest> $request) async {
return deleteSiteInDB($call, await $request);
}
$async.Future<$0.BookAppointmentResponse> rescheduleAppointment($grpc.ServiceCall call, $0.RescheduleAppointmentRequest request);
$async.Future<$0.BookAppointmentResponse> forceRescheduleAppointment_Pre($grpc.ServiceCall $call, $async.Future<$0.RescheduleAppointmentRequest> $request) async {
return forceRescheduleAppointment($call, await $request);
}
$async.Future<$0.BookAppointmentResponse> forceRescheduleAppointment($grpc.ServiceCall call, $0.RescheduleAppointmentRequest request);
$async.Future<$0.DeleteSettingsResult> deleteSettings_Pre($grpc.ServiceCall $call, $async.Future<$0.DeleteSettingsRequest> $request) async {
return deleteSettings($call, await $request);
}
$async.Future<$0.DeleteSettingsResult> deleteSettings($grpc.ServiceCall call, $0.DeleteSettingsRequest request);
$async.Future<$0.CreateSettingsResponse> createSettings_Pre($grpc.ServiceCall $call, $async.Future<$0.CreateSettingsRequest> $request) async {
return createSettings($call, await $request);
}
$async.Future<$0.CreateSettingsResponse> createSettings($grpc.ServiceCall call, $0.CreateSettingsRequest request);
$async.Future<$0.CreateSettingsResponse> createSettingsV2_Pre($grpc.ServiceCall $call, $async.Future<$0.CreateSettingsRequest> $request) async {
return createSettingsV2($call, await $request);
}
$async.Future<$0.CreateSettingsResponse> createSettingsV2($grpc.ServiceCall call, $0.CreateSettingsRequest request);
$async.Future<$0.GetUnitsResponse> getUnits_Pre($grpc.ServiceCall $call, $async.Future<$0.GetUnitsRequest> $request) async {
return getUnits($call, await $request);
}
$async.Future<$0.GetUnitsResponse> getUnits($grpc.ServiceCall call, $0.GetUnitsRequest request);
$async.Future<$0.GetBasicSettingsResponse> getBasicSettings_Pre($grpc.ServiceCall $call, $async.Future<$0.GetBasicSettingsRequest> $request) async {
return getBasicSettings($call, await $request);
}
$async.Future<$0.GetBasicSettingsResponse> getBasicSettings($grpc.ServiceCall call, $0.GetBasicSettingsRequest request);
$async.Future<$0.ListSitesAuthorizedForBookingResponse> listSitesAuthorizedForBooking_Pre($grpc.ServiceCall $call, $async.Future<$0.ListSitesAuthorizedForBookingRequest> $request) async {
return listSitesAuthorizedForBooking($call, await $request);
}
$async.Future<$0.ListSitesAuthorizedForBookingResponse> listSitesAuthorizedForBooking($grpc.ServiceCall call, $0.ListSitesAuthorizedForBookingRequest request);
$async.Future<$0.GetPossibleSegmentationOnSiteForBookingResponse> getPossibleSegmentationOnSiteForBooking_Pre($grpc.ServiceCall $call, $async.Future<$0.GetPossibleSegmentationOnSiteForBookingRequest> $request) async {
return getPossibleSegmentationOnSiteForBooking($call, await $request);
}
$async.Future<$0.GetPossibleSegmentationOnSiteForBookingResponse> getPossibleSegmentationOnSiteForBooking($grpc.ServiceCall call, $0.GetPossibleSegmentationOnSiteForBookingRequest request);
$async.Future<$0.GetSiteFromAliasResponse> getSiteFromAlias_Pre($grpc.ServiceCall $call, $async.Future<$0.GetSiteFromAliasRequest> $request) async {
return getSiteFromAlias($call, await $request);
}
$async.Future<$0.GetSiteFromAliasResponse> getSiteFromAlias($grpc.ServiceCall call, $0.GetSiteFromAliasRequest request);
$async.Future<$0.GetAliasesOfSiteResponse> getAliasesOfSite_Pre($grpc.ServiceCall $call, $async.Future<$0.GetAliasesOfSiteRequest> $request) async {
return getAliasesOfSite($call, await $request);
}
$async.Future<$0.GetAliasesOfSiteResponse> getAliasesOfSite($grpc.ServiceCall call, $0.GetAliasesOfSiteRequest request);
$async.Future<$0.SetSiteAliasResponse> setSiteAlias_Pre($grpc.ServiceCall $call, $async.Future<$0.SetSiteAliasRequest> $request) async {
return setSiteAlias($call, await $request);
}
$async.Future<$0.SetSiteAliasResponse> setSiteAlias($grpc.ServiceCall call, $0.SetSiteAliasRequest request);
$async.Future<$0.ClearSiteAliasResponse> clearSiteAlias_Pre($grpc.ServiceCall $call, $async.Future<$0.ClearSiteAliasRequest> $request) async {
return clearSiteAlias($call, await $request);
}
$async.Future<$0.ClearSiteAliasResponse> clearSiteAlias($grpc.ServiceCall call, $0.ClearSiteAliasRequest request);
$async.Future<$0.ClearAliasesOfSiteResponse> clearAliasesOfSite_Pre($grpc.ServiceCall $call, $async.Future<$0.ClearAliasesOfSiteRequest> $request) async {
return clearAliasesOfSite($call, await $request);
}
$async.Future<$0.ClearAliasesOfSiteResponse> clearAliasesOfSite($grpc.ServiceCall call, $0.ClearAliasesOfSiteRequest request);
$async.Future<$0.ClearAliasesOfProjectResponse> clearAliasesOfProject_Pre($grpc.ServiceCall $call, $async.Future<$0.ClearAliasesOfProjectRequest> $request) async {
return clearAliasesOfProject($call, await $request);
}
$async.Future<$0.ClearAliasesOfProjectResponse> clearAliasesOfProject($grpc.ServiceCall call, $0.ClearAliasesOfProjectRequest request);
$async.Future<$0.DeleteSiteInDBResult> deleteSiteInDB($grpc.ServiceCall call, $0.DeleteSiteInDBRequest request);
}