You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -166,6 +166,10 @@ class ExecutionflowInputAPIClient extends $grpc.Client {
|
||||
return $createUnaryCall(_$customFieldsUpdated, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$0.ExecutionflowAppointmentUpdatedResponse> appointmentUpdated($0.ExecutionflowAppointmentUpdatedRequest request, {$grpc.CallOptions? options,}) {
|
||||
return $createUnaryCall(_$appointmentUpdated, request, options: options);
|
||||
}
|
||||
|
||||
// method descriptors
|
||||
|
||||
static final _$created = $grpc.ClientMethod<$0.ExecutionflowCreatedRequest, $0.ExecutionflowCreatedResponse>(
|
||||
@@ -300,6 +304,10 @@ class ExecutionflowInputAPIClient extends $grpc.Client {
|
||||
'/api.ExecutionflowInputAPI/CustomFieldsUpdated',
|
||||
($0.ExecutionflowCustomFieldsUpdatedRequest value) => value.writeToBuffer(),
|
||||
$0.ExecutionflowCustomFieldsUpdatedResponse.fromBuffer);
|
||||
static final _$appointmentUpdated = $grpc.ClientMethod<$0.ExecutionflowAppointmentUpdatedRequest, $0.ExecutionflowAppointmentUpdatedResponse>(
|
||||
'/api.ExecutionflowInputAPI/AppointmentUpdated',
|
||||
($0.ExecutionflowAppointmentUpdatedRequest value) => value.writeToBuffer(),
|
||||
$0.ExecutionflowAppointmentUpdatedResponse.fromBuffer);
|
||||
}
|
||||
|
||||
@$pb.GrpcServiceName('api.ExecutionflowInputAPI')
|
||||
@@ -538,6 +546,13 @@ abstract class ExecutionflowInputAPIServiceBase extends $grpc.Service {
|
||||
false,
|
||||
($core.List<$core.int> value) => $0.ExecutionflowCustomFieldsUpdatedRequest.fromBuffer(value),
|
||||
($0.ExecutionflowCustomFieldsUpdatedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$0.ExecutionflowAppointmentUpdatedRequest, $0.ExecutionflowAppointmentUpdatedResponse>(
|
||||
'AppointmentUpdated',
|
||||
appointmentUpdated_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $0.ExecutionflowAppointmentUpdatedRequest.fromBuffer(value),
|
||||
($0.ExecutionflowAppointmentUpdatedResponse value) => value.writeToBuffer()));
|
||||
}
|
||||
|
||||
$async.Future<$0.ExecutionflowCreatedResponse> created_Pre($grpc.ServiceCall $call, $async.Future<$0.ExecutionflowCreatedRequest> $request) async {
|
||||
@@ -738,4 +753,10 @@ abstract class ExecutionflowInputAPIServiceBase extends $grpc.Service {
|
||||
|
||||
$async.Future<$0.ExecutionflowCustomFieldsUpdatedResponse> customFieldsUpdated($grpc.ServiceCall call, $0.ExecutionflowCustomFieldsUpdatedRequest request);
|
||||
|
||||
$async.Future<$0.ExecutionflowAppointmentUpdatedResponse> appointmentUpdated_Pre($grpc.ServiceCall $call, $async.Future<$0.ExecutionflowAppointmentUpdatedRequest> $request) async {
|
||||
return appointmentUpdated($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$0.ExecutionflowAppointmentUpdatedResponse> appointmentUpdated($grpc.ServiceCall call, $0.ExecutionflowAppointmentUpdatedRequest request);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user