You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -54,18 +54,6 @@ class PartnerInputAPIClient extends $grpc.Client {
|
||||
return $createUnaryCall(_$sanitised, request, options: options);
|
||||
}
|
||||
|
||||
///
|
||||
/// rpc ClaimAdded (PartnerClaimAddedRequest) returns (PartnerClaimAddedResponse) {
|
||||
/// option (rscType) = "Project";
|
||||
/// option (roles) = "Platform.Project-Claim";
|
||||
/// option (platformReserved) = true;
|
||||
/// option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation) = {
|
||||
/// description: "A claim is added for the Partner."
|
||||
/// summary: ""
|
||||
/// tags: "Partner Inputs"
|
||||
/// };
|
||||
/// option (google.api.method_visibility).restriction = "INTERNAL";
|
||||
/// };
|
||||
$grpc.ResponseFuture<$0.PartnerCustomFieldsUpdatedResponse> customFieldsUpdated($0.PartnerCustomFieldsUpdatedRequest request, {$grpc.CallOptions? options,}) {
|
||||
return $createUnaryCall(_$customFieldsUpdated, request, options: options);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user