You've already forked npm-core-sdk
Latest generation
This commit is contained in:
@@ -289,7 +289,7 @@ export const ClaimByIdResult = new ClaimByIdResult$Type();
|
||||
class ClaimByFilterQuery$Type extends MessageType<ClaimByFilterQuery> {
|
||||
constructor() {
|
||||
super("api.ClaimByFilterQuery", [
|
||||
{ no: 1, name: "Header", kind: "message", localName: "Header", jsonName: "Header", T: () => QueryProjectHeader, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": {}, "validate.rules": { message: { required: true } } } },
|
||||
{ no: 1, name: "Header", kind: "message", localName: "Header", jsonName: "Header", T: () => QueryProjectHeader, options: { "validate.rules": { message: { required: true } }, "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": {} } },
|
||||
{ no: 4, name: "limitFilter", kind: "scalar", T: 9 /*ScalarType.STRING*/, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Number of maximum result", example: "\"500\"" } } },
|
||||
{ no: 5, name: "queryContext", kind: "scalar", T: 9 /*ScalarType.STRING*/ },
|
||||
{ no: 6, name: "BlockFilters", kind: "message", localName: "BlockFilters", jsonName: "BlockFilters", repeat: 2 /*RepeatType.UNPACKED*/, T: () => BlockFilter }
|
||||
@@ -530,8 +530,8 @@ export const ClaimByMatchResult = new ClaimByMatchResult$Type();
|
||||
class ClaimGetRoomQuery$Type extends MessageType<ClaimGetRoomQuery> {
|
||||
constructor() {
|
||||
super("api.ClaimGetRoomQuery", [
|
||||
{ no: 1, name: "Header", kind: "message", localName: "Header", jsonName: "Header", T: () => QueryProjectHeader, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": {}, "validate.rules": { message: { required: true } } } },
|
||||
{ no: 2, name: "ID", kind: "message", localName: "ID", jsonName: "ID", T: () => EntityID, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": {}, "validate.rules": { message: { required: true } } } }
|
||||
{ no: 1, name: "Header", kind: "message", localName: "Header", jsonName: "Header", T: () => QueryProjectHeader, options: { "validate.rules": { message: { required: true } }, "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": {} } },
|
||||
{ no: 2, name: "ID", kind: "message", localName: "ID", jsonName: "ID", T: () => EntityID, options: { "validate.rules": { message: { required: true } }, "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": {} } }
|
||||
], { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema": { jsonSchema: { required: ["Header", "ID"] } } });
|
||||
}
|
||||
create(value?: PartialMessage<ClaimGetRoomQuery>): ClaimGetRoomQuery {
|
||||
@@ -630,8 +630,8 @@ export const ClaimGetRoomResult = new ClaimGetRoomResult$Type();
|
||||
class ClaimGetAvailableContactsQuery$Type extends MessageType<ClaimGetAvailableContactsQuery> {
|
||||
constructor() {
|
||||
super("api.ClaimGetAvailableContactsQuery", [
|
||||
{ no: 1, name: "Header", kind: "message", localName: "Header", jsonName: "Header", T: () => RequestProjectHeader, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": {}, "validate.rules": { message: { required: true } } } },
|
||||
{ no: 2, name: "ID", kind: "message", localName: "ID", jsonName: "ID", T: () => EntityID, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": {}, "validate.rules": { message: { required: true } } } },
|
||||
{ no: 1, name: "Header", kind: "message", localName: "Header", jsonName: "Header", T: () => RequestProjectHeader, options: { "validate.rules": { message: { required: true } }, "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": {} } },
|
||||
{ no: 2, name: "ID", kind: "message", localName: "ID", jsonName: "ID", T: () => EntityID, options: { "validate.rules": { message: { required: true } }, "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": {} } },
|
||||
{ no: 3, name: "PartnerIDs", kind: "scalar", localName: "PartnerIDs", jsonName: "PartnerIDs", repeat: 2 /*RepeatType.UNPACKED*/, T: 9 /*ScalarType.STRING*/ }
|
||||
], { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema": { jsonSchema: { required: ["Header", "ID"] } } });
|
||||
}
|
||||
@@ -738,13 +738,13 @@ export const ClaimGetAvailableContactsResult = new ClaimGetAvailableContactsResu
|
||||
* @generated ServiceType for protobuf service api.ClaimQuery
|
||||
*/
|
||||
export const ClaimQuery = new ServiceType("api.ClaimQuery", [
|
||||
{ name: "GetByIds", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Claim Query"], description: "Get Claims from Ids" }, "google.api.method_visibility": { restriction: "PUBLIC" }, "api.rscType": "Project", "api.roles": "Platform.Project-Query", "api.moduleID": "claim", "api.tableName": "claimById" }, I: ClaimByIdQuery, O: ClaimByIdResult },
|
||||
{ name: "Find", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Claim Query"], description: "Find Claims using search criterias" }, "google.api.method_visibility": { restriction: "PUBLIC" }, "api.customQuery": true, "api.rscType": "Project", "api.roles": "Platform.Project-Query", "api.moduleID": "claim" }, I: ClaimByFilterQuery, O: ClaimByFilterResult },
|
||||
{ name: "FindMatchingFieldValues", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Claim 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" }, "api.customQuery": true, "api.rscType": "Project", "api.roles": "", "api.moduleID": "claim" }, I: ClaimByMatchQuery, O: ClaimByMatchResult },
|
||||
{ name: "FindMatchingFieldElements", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Claim 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" }, "api.customQuery": true, "api.rscType": "Project", "api.roles": "", "api.moduleID": "claim" }, I: ElementByMatchQuery, O: ElementByMatchResult },
|
||||
{ name: "Extract", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Claim Query"], description: "Schedule a data extraction" }, "google.api.method_visibility": { restriction: "PUBLIC" }, "api.rscType": "Project", "api.roles": "", "api.moduleID": "claim" }, I: ExtractQuery, O: ExtractResult },
|
||||
{ name: "GetKPIData", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Claim Query"], description: "Get Claim KPI data" }, "google.api.method_visibility": { restriction: "PUBLIC" }, "api.rscType": "Project", "api.roles": "", "api.moduleID": "claim" }, I: GetKPIDataQuery, O: GetKPIDataResult },
|
||||
{ name: "GetRoom", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Claim Query"], description: "Get room for a claim" }, "google.api.method_visibility": { restriction: "PUBLIC" }, "api.rscType": "Project", "api.roles": "", "api.moduleID": "claim" }, I: ClaimGetRoomQuery, O: ClaimGetRoomResult },
|
||||
{ name: "CountLines", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Claim Query"], description: "Count lines in database for project" }, "google.api.method_visibility": { restriction: "PUBLIC" }, "api.rscType": "Platform", "api.roles": "Platform.Project-Query", "api.moduleID": "claim" }, I: CountLinesQuery, O: CountLinesResult },
|
||||
{ name: "GetAvailableContacts", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Claim Query"], description: "Get available contacts for a claim" }, "google.api.method_visibility": { restriction: "PUBLIC" }, "api.customQuery": true, "api.rscType": "Project", "api.roles": "", "api.moduleID": "claim" }, I: ClaimGetAvailableContactsQuery, O: ClaimGetAvailableContactsResult }
|
||||
{ name: "GetByIds", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Claim Query"], description: "Get Claims from Ids" }, "api.rscType": "Project", "api.roles": "Platform.Project-Query", "api.moduleID": "claim", "api.tableName": "claimById", "google.api.method_visibility": { restriction: "PUBLIC" } }, I: ClaimByIdQuery, O: ClaimByIdResult },
|
||||
{ name: "Find", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Claim Query"], description: "Find Claims using search criterias" }, "api.customQuery": true, "api.rscType": "Project", "api.roles": "Platform.Project-Query", "api.moduleID": "claim", "google.api.method_visibility": { restriction: "PUBLIC" } }, I: ClaimByFilterQuery, O: ClaimByFilterResult },
|
||||
{ name: "FindMatchingFieldValues", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Claim Query"], description: "Using search criteria & a main field word, find the list of fields containing the searched word (used for auto completion purposes ...) " }, "api.customQuery": true, "api.rscType": "Project", "api.roles": "", "api.moduleID": "claim", "google.api.method_visibility": { restriction: "PUBLIC" } }, I: ClaimByMatchQuery, O: ClaimByMatchResult },
|
||||
{ name: "FindMatchingFieldElements", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Claim 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.customQuery": true, "api.rscType": "Project", "api.roles": "", "api.moduleID": "claim", "google.api.method_visibility": { restriction: "PUBLIC" } }, I: ElementByMatchQuery, O: ElementByMatchResult },
|
||||
{ name: "Extract", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Claim Query"], description: "Schedule a data extraction" }, "api.rscType": "Project", "api.roles": "", "api.moduleID": "claim", "google.api.method_visibility": { restriction: "PUBLIC" } }, I: ExtractQuery, O: ExtractResult },
|
||||
{ name: "GetKPIData", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Claim Query"], description: "Get Claim KPI data" }, "api.rscType": "Project", "api.roles": "", "api.moduleID": "claim", "google.api.method_visibility": { restriction: "PUBLIC" } }, I: GetKPIDataQuery, O: GetKPIDataResult },
|
||||
{ name: "GetRoom", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Claim Query"], description: "Get room for a claim" }, "api.rscType": "Project", "api.roles": "", "api.moduleID": "claim", "google.api.method_visibility": { restriction: "PUBLIC" } }, I: ClaimGetRoomQuery, O: ClaimGetRoomResult },
|
||||
{ name: "CountLines", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Claim Query"], description: "Count lines in database for project" }, "api.rscType": "Platform", "api.roles": "Platform.Project-Query", "api.moduleID": "claim", "google.api.method_visibility": { restriction: "PUBLIC" } }, I: CountLinesQuery, O: CountLinesResult },
|
||||
{ name: "GetAvailableContacts", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Claim Query"], description: "Get available contacts for a claim" }, "api.customQuery": true, "api.rscType": "Project", "api.roles": "", "api.moduleID": "claim", "google.api.method_visibility": { restriction: "PUBLIC" } }, I: ClaimGetAvailableContactsQuery, O: ClaimGetAvailableContactsResult }
|
||||
], { "api.serviceType": "Query", "api.k8sService": "collab-query-server" });
|
||||
|
||||
Reference in New Issue
Block a user