UNPKG

@unaxiom/genesis-sdk

Version:

NPM module that provides access to Genesis' API

385 lines (384 loc) 13.8 kB
"use strict"; // @generated by protoc-gen-connect-es v0.12.0 with parameter "target=ts" // @generated from file quotations_responses.proto (package Genesis, syntax proto3) /* eslint-disable */ // @ts-nocheck Object.defineProperty(exports, "__esModule", { value: true }); exports.QuotationsResponsesService = void 0; const quotations_responses_pb_js_1 = require("./quotations_responses_pb.js"); const base_pb_js_1 = require("./base_pb.js"); const protobuf_1 = require("@bufbuild/protobuf"); /** * * Describes the common methods applicable on each quotation response * * @generated from service Genesis.QuotationsResponsesService */ exports.QuotationsResponsesService = { typeName: "Genesis.QuotationsResponsesService", methods: { /** * Create and send for verification * * @generated from rpc Genesis.QuotationsResponsesService.Create */ create: { name: "Create", I: quotations_responses_pb_js_1.QuotationsResponsesServiceCreateRequest, O: base_pb_js_1.Identifier, kind: protobuf_1.MethodKind.Unary, }, /** * Create and save as draft * * @generated from rpc Genesis.QuotationsResponsesService.Draft */ draft: { name: "Draft", I: quotations_responses_pb_js_1.QuotationsResponsesServiceCreateRequest, O: base_pb_js_1.Identifier, kind: protobuf_1.MethodKind.Unary, }, /** * Update draft * * @generated from rpc Genesis.QuotationsResponsesService.DraftUpdate */ draftUpdate: { name: "DraftUpdate", I: quotations_responses_pb_js_1.QuotationsResponsesServiceUpdateRequest, O: base_pb_js_1.Identifier, kind: protobuf_1.MethodKind.Unary, }, /** * Send for verification * * @generated from rpc Genesis.QuotationsResponsesService.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.QuotationsResponsesService.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.QuotationsResponsesService.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.QuotationsResponsesService.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.QuotationsResponsesService.RevisionUpdate */ revisionUpdate: { name: "RevisionUpdate", I: quotations_responses_pb_js_1.QuotationsResponsesServiceUpdateRequest, O: base_pb_js_1.Identifier, kind: protobuf_1.MethodKind.Unary, }, /** * Halt * * @generated from rpc Genesis.QuotationsResponsesService.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.QuotationsResponsesService.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.QuotationsResponsesService.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.QuotationsResponsesService.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.QuotationsResponsesService.Repeat */ repeat: { name: "Repeat", I: base_pb_js_1.IdentifierWithUserComment, O: base_pb_js_1.Identifier, kind: protobuf_1.MethodKind.Unary, }, /** * Reopen * * @generated from rpc Genesis.QuotationsResponsesService.Reopen */ reopen: { name: "Reopen", I: base_pb_js_1.IdentifierWithUserComment, O: base_pb_js_1.Identifier, kind: protobuf_1.MethodKind.Unary, }, /** * Add comment * * @generated from rpc Genesis.QuotationsResponsesService.CommentAdd */ commentAdd: { name: "CommentAdd", I: base_pb_js_1.IdentifierWithUserComment, O: base_pb_js_1.Identifier, kind: protobuf_1.MethodKind.Unary, }, /** * Add an item to a quotation response * * @generated from rpc Genesis.QuotationsResponsesService.AddQuotationResponseItem */ addQuotationResponseItem: { name: "AddQuotationResponseItem", I: quotations_responses_pb_js_1.QuotationsResponsesServiceItemCreateRequest, O: base_pb_js_1.Identifier, kind: protobuf_1.MethodKind.Unary, }, /** * Modify an item in a quotation response * * @generated from rpc Genesis.QuotationsResponsesService.ModifyQuotationResponseItem */ modifyQuotationResponseItem: { name: "ModifyQuotationResponseItem", I: quotations_responses_pb_js_1.QuotationsResponsesServiceItemUpdateRequest, O: base_pb_js_1.Identifier, kind: protobuf_1.MethodKind.Unary, }, /** * Approve an item in a quotation response * * @generated from rpc Genesis.QuotationsResponsesService.ApproveQuotationResponseItem */ approveQuotationResponseItem: { name: "ApproveQuotationResponseItem", I: base_pb_js_1.IdentifierWithUserComment, O: base_pb_js_1.Identifier, kind: protobuf_1.MethodKind.Unary, }, /** * Delete an item in a quotation response * * @generated from rpc Genesis.QuotationsResponsesService.DeleteQuotationResponseItem */ deleteQuotationResponseItem: { name: "DeleteQuotationResponseItem", I: base_pb_js_1.IdentifierWithUserComment, O: base_pb_js_1.Identifier, kind: protobuf_1.MethodKind.Unary, }, /** * Reorder items in a quotation response * * @generated from rpc Genesis.QuotationsResponsesService.ReorderQuotationResponseItems */ reorderQuotationResponseItems: { name: "ReorderQuotationResponseItems", I: base_pb_js_1.ReorderItemsRequest, O: base_pb_js_1.Identifier, kind: protobuf_1.MethodKind.Unary, }, /** * View quotation response Item by ID * * @generated from rpc Genesis.QuotationsResponsesService.ViewQuotationResponseItemByID */ viewQuotationResponseItemByID: { name: "ViewQuotationResponseItemByID", I: base_pb_js_1.Identifier, O: quotations_responses_pb_js_1.QuotationResponseItem, kind: protobuf_1.MethodKind.Unary, }, /** * View approved quotation response items for given quotation response ID * * @generated from rpc Genesis.QuotationsResponsesService.ViewApprovedQuotationResponseItems */ viewApprovedQuotationResponseItems: { name: "ViewApprovedQuotationResponseItems", I: base_pb_js_1.IdentifierWithSearchKey, O: quotations_responses_pb_js_1.QuotationsResponsesItemsList, kind: protobuf_1.MethodKind.Unary, }, /** * View unapproved quotation response items for given quotation response ID * * @generated from rpc Genesis.QuotationsResponsesService.ViewUnapprovedQuotationResponseItems */ viewUnapprovedQuotationResponseItems: { name: "ViewUnapprovedQuotationResponseItems", I: base_pb_js_1.IdentifierWithSearchKey, O: quotations_responses_pb_js_1.QuotationsResponsesItemsList, kind: protobuf_1.MethodKind.Unary, }, /** * View the history of the quotation response item * * @generated from rpc Genesis.QuotationsResponsesService.ViewQuotationResponseItemHistory */ viewQuotationResponseItemHistory: { name: "ViewQuotationResponseItemHistory", I: quotations_responses_pb_js_1.QuotationResponseItemHistoryRequest, O: quotations_responses_pb_js_1.QuotationsResponsesItemsList, kind: protobuf_1.MethodKind.Unary, }, /** * View all the quotation response items that match the given filter criteria * * @generated from rpc Genesis.QuotationsResponsesService.FilterItems */ filterItems: { name: "FilterItems", I: quotations_responses_pb_js_1.QuotationsResponsesServiceItemsFilterReq, O: quotations_responses_pb_js_1.QuotationsResponsesItemsList, kind: protobuf_1.MethodKind.Unary, }, /** * View by ID * * @generated from rpc Genesis.QuotationsResponsesService.ViewByID */ viewByID: { name: "ViewByID", I: base_pb_js_1.Identifier, O: quotations_responses_pb_js_1.QuotationResponse, kind: protobuf_1.MethodKind.Unary, }, /** * View all * * @generated from rpc Genesis.QuotationsResponsesService.ViewAll */ viewAll: { name: "ViewAll", I: base_pb_js_1.ActiveStatus, O: quotations_responses_pb_js_1.QuotationsResponsesList, kind: protobuf_1.MethodKind.Unary, }, /** * View all with the given entity UUID * * @generated from rpc Genesis.QuotationsResponsesService.ViewAllForEntityUUID */ viewAllForEntityUUID: { name: "ViewAllForEntityUUID", I: base_pb_js_1.IdentifierUUID, O: quotations_responses_pb_js_1.QuotationsResponsesList, kind: protobuf_1.MethodKind.Unary, }, /** * View with pagination * * @generated from rpc Genesis.QuotationsResponsesService.ViewWithPagination */ viewWithPagination: { name: "ViewWithPagination", I: quotations_responses_pb_js_1.QuotationsResponsesServicePaginationReq, O: quotations_responses_pb_js_1.QuotationsResponsesServicePaginationResponse, kind: protobuf_1.MethodKind.Unary, }, /** * View with pagination with the given entity UUID * * @generated from rpc Genesis.QuotationsResponsesService.ViewWithPaginationForEntityUUID */ viewWithPaginationForEntityUUID: { name: "ViewWithPaginationForEntityUUID", I: quotations_responses_pb_js_1.QuotationsResponsesServiceEntityPaginationReq, O: quotations_responses_pb_js_1.QuotationsResponsesServicePaginationResponse, kind: protobuf_1.MethodKind.Unary, }, /** * View all that match the given search key * * @generated from rpc Genesis.QuotationsResponsesService.SearchAll */ searchAll: { name: "SearchAll", I: quotations_responses_pb_js_1.QuotationsResponsesServiceSearchAllReq, O: quotations_responses_pb_js_1.QuotationsResponsesList, kind: protobuf_1.MethodKind.Unary, }, /** * View all that match the given filter criteria * * @generated from rpc Genesis.QuotationsResponsesService.Filter */ filter: { name: "Filter", I: quotations_responses_pb_js_1.QuotationsResponsesServiceFilterReq, O: quotations_responses_pb_js_1.QuotationsResponsesList, kind: protobuf_1.MethodKind.Unary, }, /** * Count in status * * @generated from rpc Genesis.QuotationsResponsesService.CountInStatus */ countInStatus: { name: "CountInStatus", I: base_pb_js_1.CountInSLCStatusRequest, O: base_pb_js_1.CountResponse, kind: protobuf_1.MethodKind.Unary, }, } };