You've already forked npm-core-sdk
Latest generation
This commit is contained in:
@@ -72,6 +72,7 @@ export interface IItemInputAPIClient {
|
||||
sanitised(input: ItemSanitisedRequest, options?: RpcOptions): UnaryCall<ItemSanitisedRequest, ItemSanitisedResponse>;
|
||||
//
|
||||
// rpc ClaimAdded (ItemClaimAddedRequest) returns (ItemClaimAddedResponse) {
|
||||
// option (tags) = "PROJECT_ACTIVITY";
|
||||
// option (rscType) = "Project";
|
||||
// option (roles) = "Platform.Project-Claim";
|
||||
// option (platformReserved) = true;
|
||||
@@ -165,6 +166,7 @@ export class ItemInputAPIClient implements IItemInputAPIClient, ServiceInfo {
|
||||
}
|
||||
//
|
||||
// rpc ClaimAdded (ItemClaimAddedRequest) returns (ItemClaimAddedResponse) {
|
||||
// option (tags) = "PROJECT_ACTIVITY";
|
||||
// option (rscType) = "Project";
|
||||
// option (roles) = "Platform.Project-Claim";
|
||||
// option (platformReserved) = true;
|
||||
|
||||
Reference in New Issue
Block a user