You've already forked npm-core-sdk
Latest generation
This commit is contained in:
@@ -131,7 +131,7 @@ class ActorByIdQuery$Type extends MessageType<ActorByIdQuery> {
|
||||
super("api.ActorByIdQuery", [
|
||||
{ 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" } } } }
|
||||
], { "api.messageType": "Query", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema": { jsonSchema: { required: ["Header", "IDs"] } } });
|
||||
], { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema": { jsonSchema: { required: ["Header", "IDs"] } }, "api.messageType": "Query" });
|
||||
}
|
||||
create(value?: PartialMessage<ActorByIdQuery>): ActorByIdQuery {
|
||||
const message = globalThis.Object.create((this.messagePrototype!));
|
||||
@@ -185,7 +185,7 @@ class ActorByIdResult$Type extends MessageType<ActorByIdResult> {
|
||||
super("api.ActorByIdResult", [
|
||||
{ no: 1, name: "Header", kind: "message", localName: "Header", jsonName: "Header", T: () => ResultHeader },
|
||||
{ no: 2, name: "Objects", kind: "message", localName: "Objects", jsonName: "Objects", repeat: 2 /*RepeatType.UNPACKED*/, T: () => Actor }
|
||||
], { "api.messageType": "Result", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema": { jsonSchema: {} } });
|
||||
], { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema": { jsonSchema: {} }, "api.messageType": "Result" });
|
||||
}
|
||||
create(value?: PartialMessage<ActorByIdResult>): ActorByIdResult {
|
||||
const message = globalThis.Object.create((this.messagePrototype!));
|
||||
@@ -478,10 +478,10 @@ export const ActorByMatchResult = new ActorByMatchResult$Type();
|
||||
* @generated ServiceType for protobuf service api.ActorQuery
|
||||
*/
|
||||
export const ActorQuery = new ServiceType("api.ActorQuery", [
|
||||
{ name: "GetByIds", options: { "api.rscType": "Project", "api.roles": "Platform.Project-Query", "api.tableName": "actorById", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Actor Query"], description: "Get Actors from Ids" }, "google.api.method_visibility": { restriction: "PUBLIC" } }, I: ActorByIdQuery, O: ActorByIdResult },
|
||||
{ name: "Find", options: { "api.rscType": "Project", "api.roles": "Platform.Project-Query", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Actor Query"], description: "Find Actors using search criterias" }, "google.api.method_visibility": { restriction: "PUBLIC" } }, I: ActorByFilterQuery, O: ActorByFilterResult },
|
||||
{ name: "FindMatchingFieldValues", options: { "api.rscType": "Project", "api.roles": "", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Actor Query"], description: "Using search criteria & a main field word, find the list of fields containing the searched word (used for auto completion purposes ...) " }, "google.api.method_visibility": { restriction: "PUBLIC" } }, I: ActorByMatchQuery, O: ActorByMatchResult },
|
||||
{ name: "FindMatchingFieldElements", options: { "api.rscType": "Project", "api.roles": "", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Actor Query"], description: "using search criteria & a main field word, find the list of field elements containing the searched word (used for auto completion purposes ...) " }, "google.api.method_visibility": { restriction: "PUBLIC" } }, I: ElementByMatchQuery, O: ElementByMatchResult },
|
||||
{ name: "Extract", options: { "api.rscType": "Project", "api.roles": "", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Actor Query"], description: "Schedule a data extraction" }, "google.api.method_visibility": { restriction: "PUBLIC" } }, I: ExtractQuery, O: ExtractResult },
|
||||
{ name: "CountLines", options: { "api.rscType": "Platform", "api.roles": "Platform.Project-Query", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Actor Query"], description: "Count lines in database for project" }, "google.api.method_visibility": { restriction: "INTERNAL" } }, I: CountLinesQuery, O: CountLinesResult }
|
||||
{ name: "GetByIds", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Actor Query"], description: "Get Actors from Ids" }, "api.rscType": "Project", "api.roles": "Platform.Project-Query", "api.tableName": "actorById", "google.api.method_visibility": { restriction: "PUBLIC" } }, I: ActorByIdQuery, O: ActorByIdResult },
|
||||
{ name: "Find", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Actor Query"], description: "Find Actors using search criterias" }, "api.rscType": "Project", "api.roles": "Platform.Project-Query", "google.api.method_visibility": { restriction: "PUBLIC" } }, I: ActorByFilterQuery, O: ActorByFilterResult },
|
||||
{ name: "FindMatchingFieldValues", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Actor Query"], description: "Using search criteria & a main field word, find the list of fields containing the searched word (used for auto completion purposes ...) " }, "api.rscType": "Project", "api.roles": "", "google.api.method_visibility": { restriction: "PUBLIC" } }, I: ActorByMatchQuery, O: ActorByMatchResult },
|
||||
{ name: "FindMatchingFieldElements", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Actor Query"], description: "using search criteria & a main field word, find the list of field elements containing the searched word (used for auto completion purposes ...) " }, "api.rscType": "Project", "api.roles": "", "google.api.method_visibility": { restriction: "PUBLIC" } }, I: ElementByMatchQuery, O: ElementByMatchResult },
|
||||
{ name: "Extract", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Actor Query"], description: "Schedule a data extraction" }, "api.rscType": "Project", "api.roles": "", "google.api.method_visibility": { restriction: "PUBLIC" } }, I: ExtractQuery, O: ExtractResult },
|
||||
{ name: "CountLines", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Actor 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 }
|
||||
], { "api.serviceType": "Query", "api.k8sService": "query-server" });
|
||||
|
||||
Reference in New Issue
Block a user