You've already forked npm-core-sdk
Latest generation
This commit is contained in:
@@ -52,7 +52,7 @@ class TrackingByIdQuery$Type extends MessageType<TrackingByIdQuery> {
|
||||
super("api.TrackingByIdQuery", [
|
||||
{ no: 1, name: "Header", kind: "message", localName: "Header", jsonName: "Header", T: () => QueryProjectHeader, options: { "validate.rules": { message: { required: true } } } },
|
||||
{ no: 2, name: "IDs", kind: "message", localName: "IDs", jsonName: "IDs", repeat: 2 /*RepeatType.UNPACKED*/, T: () => EntityID, options: { "validate.rules": { repeated: { minItems: "1" } } } }
|
||||
], { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema": { jsonSchema: { required: ["Header", "IDs"] } }, "api.messageType": "Query" });
|
||||
], { "api.messageType": "Query", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema": { jsonSchema: { required: ["Header", "IDs"] } } });
|
||||
}
|
||||
create(value?: PartialMessage<TrackingByIdQuery>): TrackingByIdQuery {
|
||||
const message = globalThis.Object.create((this.messagePrototype!));
|
||||
@@ -158,6 +158,6 @@ export const TrackingByIdResult = new TrackingByIdResult$Type();
|
||||
* @generated ServiceType for protobuf service api.TrackingQuery
|
||||
*/
|
||||
export const TrackingQuery = new ServiceType("api.TrackingQuery", [
|
||||
{ name: "GetByIds", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Tracking Query"], description: "Get Trackings from Ids" }, "api.rscType": "Project", "api.roles": "Platform.Project-Query", "api.tableName": "trackingById", "google.api.method_visibility": { restriction: "PUBLIC" } }, I: TrackingByIdQuery, O: TrackingByIdResult },
|
||||
{ name: "CountLines", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Tracking Query"], description: "Count lines in database for project" }, "api.rscType": "Platform", "api.roles": "Platform.Project-Query", "google.api.method_visibility": { restriction: "INTERNAL" } }, I: CountLinesQuery, O: CountLinesResult }
|
||||
{ name: "GetByIds", options: { "api.rscType": "Project", "api.roles": "Platform.Project-Query", "api.tableName": "trackingById", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Tracking Query"], description: "Get Trackings from Ids" }, "google.api.method_visibility": { restriction: "PUBLIC" } }, I: TrackingByIdQuery, O: TrackingByIdResult },
|
||||
{ name: "CountLines", options: { "api.rscType": "Platform", "api.roles": "Platform.Project-Query", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Tracking Query"], description: "Count lines in database for project" }, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: CountLinesQuery, O: CountLinesResult }
|
||||
], { "api.serviceType": "Query", "api.k8sService": "query-server" });
|
||||
|
||||
Reference in New Issue
Block a user