UNPKG

@unaxiom/genesis-sdk

Version:

NPM module that provides access to Genesis' API

267 lines (266 loc) 8.36 kB
"use strict"; // @generated by protoc-gen-connect-es v0.12.0 with parameter "target=ts" // @generated from file qc_params.proto (package Genesis, syntax proto3) /* eslint-disable */ // @ts-nocheck Object.defineProperty(exports, "__esModule", { value: true }); exports.QCParamsService = void 0; const qc_params_pb_js_1 = require("./qc_params_pb.js"); const base_pb_js_1 = require("./base_pb.js"); const protobuf_1 = require("@bufbuild/protobuf"); /** * * Describes the common methods applicable on each qc param * * @generated from service Genesis.QCParamsService */ exports.QCParamsService = { typeName: "Genesis.QCParamsService", methods: { /** * Create and send for verification * * @generated from rpc Genesis.QCParamsService.Create */ create: { name: "Create", I: qc_params_pb_js_1.QCParamsServiceCreateRequest, O: base_pb_js_1.Identifier, kind: protobuf_1.MethodKind.Unary, }, /** * Create and save as draft * * @generated from rpc Genesis.QCParamsService.Draft */ draft: { name: "Draft", I: qc_params_pb_js_1.QCParamsServiceCreateRequest, O: base_pb_js_1.Identifier, kind: protobuf_1.MethodKind.Unary, }, /** * Update draft * * @generated from rpc Genesis.QCParamsService.DraftUpdate */ draftUpdate: { name: "DraftUpdate", I: qc_params_pb_js_1.QCParamsServiceUpdateRequest, O: base_pb_js_1.Identifier, kind: protobuf_1.MethodKind.Unary, }, /** * Send for verification * * @generated from rpc Genesis.QCParamsService.SendForVerification */ sendForVerification: { name: "SendForVerification", I: base_pb_js_1.IdentifierWithUserComment, O: base_pb_js_1.Identifier, kind: protobuf_1.MethodKind.Unary, }, /** * Verify * * @generated from rpc Genesis.QCParamsService.Verify */ verify: { name: "Verify", I: base_pb_js_1.IdentifierWithUserComment, O: base_pb_js_1.Identifier, kind: protobuf_1.MethodKind.Unary, }, /** * Approve * * @generated from rpc Genesis.QCParamsService.Approve */ approve: { name: "Approve", I: base_pb_js_1.IdentifierWithUserComment, O: base_pb_js_1.Identifier, kind: protobuf_1.MethodKind.Unary, }, /** * Send For Revision * * @generated from rpc Genesis.QCParamsService.SendForRevision */ sendForRevision: { name: "SendForRevision", I: base_pb_js_1.IdentifierWithUserComment, O: base_pb_js_1.Identifier, kind: protobuf_1.MethodKind.Unary, }, /** * Update revision * * @generated from rpc Genesis.QCParamsService.RevisionUpdate */ revisionUpdate: { name: "RevisionUpdate", I: qc_params_pb_js_1.QCParamsServiceUpdateRequest, O: base_pb_js_1.Identifier, kind: protobuf_1.MethodKind.Unary, }, /** * Halt * * @generated from rpc Genesis.QCParamsService.Halt */ halt: { name: "Halt", I: base_pb_js_1.IdentifierWithUserComment, O: base_pb_js_1.Identifier, kind: protobuf_1.MethodKind.Unary, }, /** * Discard * * @generated from rpc Genesis.QCParamsService.Discard */ discard: { name: "Discard", I: base_pb_js_1.IdentifierWithUserComment, O: base_pb_js_1.Identifier, kind: protobuf_1.MethodKind.Unary, }, /** * Restore * * @generated from rpc Genesis.QCParamsService.Restore */ restore: { name: "Restore", I: base_pb_js_1.IdentifierWithUserComment, O: base_pb_js_1.Identifier, kind: protobuf_1.MethodKind.Unary, }, /** * Complete * * @generated from rpc Genesis.QCParamsService.Complete */ complete: { name: "Complete", I: base_pb_js_1.IdentifierWithUserComment, O: base_pb_js_1.Identifier, kind: protobuf_1.MethodKind.Unary, }, /** * Repeat * * @generated from rpc Genesis.QCParamsService.Repeat */ repeat: { name: "Repeat", I: base_pb_js_1.IdentifierWithUserComment, O: base_pb_js_1.Identifier, kind: protobuf_1.MethodKind.Unary, }, /** * Add comment * * Send Email * rpc SendEmail (Identifier) returns (Identifier); * * @generated from rpc Genesis.QCParamsService.CommentAdd */ commentAdd: { name: "CommentAdd", I: base_pb_js_1.IdentifierWithUserComment, O: base_pb_js_1.Identifier, kind: protobuf_1.MethodKind.Unary, }, /** * View by ID * * @generated from rpc Genesis.QCParamsService.ViewByID */ viewByID: { name: "ViewByID", I: base_pb_js_1.Identifier, O: qc_params_pb_js_1.QCParam, kind: protobuf_1.MethodKind.Unary, }, /** * View all * * @generated from rpc Genesis.QCParamsService.ViewAll */ viewAll: { name: "ViewAll", I: base_pb_js_1.ActiveStatus, O: qc_params_pb_js_1.QCParamsList, kind: protobuf_1.MethodKind.Unary, }, /** * View all with the given entity UUID * * @generated from rpc Genesis.QCParamsService.ViewAllForEntityUUID */ viewAllForEntityUUID: { name: "ViewAllForEntityUUID", I: base_pb_js_1.IdentifierUUID, O: qc_params_pb_js_1.QCParamsList, kind: protobuf_1.MethodKind.Unary, }, /** * View with pagination * * @generated from rpc Genesis.QCParamsService.ViewWithPagination */ viewWithPagination: { name: "ViewWithPagination", I: qc_params_pb_js_1.QCParamsServicePaginationReq, O: qc_params_pb_js_1.QCParamsServicePaginationResponse, kind: protobuf_1.MethodKind.Unary, }, /** * View with pagination with the given entity UUID * * @generated from rpc Genesis.QCParamsService.ViewWithPaginationForEntityUUID */ viewWithPaginationForEntityUUID: { name: "ViewWithPaginationForEntityUUID", I: qc_params_pb_js_1.QCParamsServiceEntityPaginationReq, O: qc_params_pb_js_1.QCParamsServicePaginationResponse, kind: protobuf_1.MethodKind.Unary, }, /** * View all that match the given search key * * @generated from rpc Genesis.QCParamsService.SearchAll */ searchAll: { name: "SearchAll", I: qc_params_pb_js_1.QCParamsServiceSearchAllReq, O: qc_params_pb_js_1.QCParamsList, kind: protobuf_1.MethodKind.Unary, }, /** * View all that match the given filter criteria * * @generated from rpc Genesis.QCParamsService.Filter */ filter: { name: "Filter", I: qc_params_pb_js_1.QCParamsServiceFilterReq, O: qc_params_pb_js_1.QCParamsList, kind: protobuf_1.MethodKind.Unary, }, /** * Count in status * * @generated from rpc Genesis.QCParamsService.CountInStatus */ countInStatus: { name: "CountInStatus", I: base_pb_js_1.CountInSLCStatusRequest, O: base_pb_js_1.CountResponse, kind: protobuf_1.MethodKind.Unary, }, } };