You've already forked npm-core-sdk
Latest generation
This commit is contained in:
@@ -48,6 +48,7 @@ export interface IPartnerInputAPIClient {
|
||||
sanitised(input: PartnerSanitisedRequest, options?: RpcOptions): UnaryCall<PartnerSanitisedRequest, PartnerSanitisedResponse>;
|
||||
//
|
||||
// rpc ClaimAdded (PartnerClaimAddedRequest) returns (PartnerClaimAddedResponse) {
|
||||
// option (tags) = "PROJECT_ACTIVITY";
|
||||
// option (rscType) = "Project";
|
||||
// option (roles) = "Platform.Project-Claim";
|
||||
// option (platformReserved) = true;
|
||||
@@ -113,6 +114,7 @@ export class PartnerInputAPIClient implements IPartnerInputAPIClient, ServiceInf
|
||||
}
|
||||
//
|
||||
// rpc ClaimAdded (PartnerClaimAddedRequest) returns (PartnerClaimAddedResponse) {
|
||||
// option (tags) = "PROJECT_ACTIVITY";
|
||||
// option (rscType) = "Project";
|
||||
// option (roles) = "Platform.Project-Claim";
|
||||
// option (platformReserved) = true;
|
||||
|
||||
Reference in New Issue
Block a user