@cmarket/partner-sdk 9.4.0 → 9.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +32 -4
- package/api/oauth-api.ts +1 -1
- package/api/partner-v1-api.ts +1 -1
- package/api/partner-v2-api.ts +353 -1
- package/api.ts +1 -1
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api/oauth-api.d.ts +1 -1
- package/dist/api/oauth-api.js +1 -1
- package/dist/api/partner-v1-api.d.ts +1 -1
- package/dist/api/partner-v1-api.js +1 -1
- package/dist/api/partner-v2-api.d.ts +159 -1
- package/dist/api/partner-v2-api.js +329 -1
- package/dist/api.d.ts +1 -1
- package/dist/api.js +1 -1
- package/dist/base.d.ts +1 -1
- package/dist/base.js +1 -1
- package/dist/common.d.ts +1 -1
- package/dist/common.js +1 -1
- package/dist/configuration.d.ts +1 -1
- package/dist/configuration.js +1 -1
- package/dist/esm/api/oauth-api.d.ts +1 -1
- package/dist/esm/api/oauth-api.js +1 -1
- package/dist/esm/api/partner-v1-api.d.ts +1 -1
- package/dist/esm/api/partner-v1-api.js +1 -1
- package/dist/esm/api/partner-v2-api.d.ts +159 -1
- package/dist/esm/api/partner-v2-api.js +329 -1
- package/dist/esm/api.d.ts +1 -1
- package/dist/esm/api.js +1 -1
- package/dist/esm/base.d.ts +1 -1
- package/dist/esm/base.js +1 -1
- package/dist/esm/common.d.ts +1 -1
- package/dist/esm/common.js +1 -1
- package/dist/esm/configuration.d.ts +1 -1
- package/dist/esm/configuration.js +1 -1
- package/dist/esm/index.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/models/acceptance-result-response-dto.d.ts +1 -1
- package/dist/esm/models/acceptance-result-response-dto.js +1 -1
- package/dist/esm/models/award-registered-response-dto.d.ts +1 -1
- package/dist/esm/models/award-registered-response-dto.js +1 -1
- package/dist/esm/models/bid-bond-dto.d.ts +1 -1
- package/dist/esm/models/bid-bond-dto.js +1 -1
- package/dist/esm/models/bid-contract-documents-batch-request-dto.d.ts +1 -1
- package/dist/esm/models/bid-contract-documents-batch-request-dto.js +1 -1
- package/dist/esm/models/bid-contract-documents-response-dto.d.ts +1 -1
- package/dist/esm/models/bid-contract-documents-response-dto.js +1 -1
- package/dist/esm/models/bid-created-response-dto.d.ts +1 -1
- package/dist/esm/models/bid-created-response-dto.js +1 -1
- package/dist/esm/models/bid-document-dto.d.ts +1 -1
- package/dist/esm/models/bid-document-dto.js +1 -1
- package/dist/esm/models/bid-failed-response-dto.d.ts +1 -1
- package/dist/esm/models/bid-failed-response-dto.js +1 -1
- package/dist/esm/models/bid-failure-reason.d.ts +1 -1
- package/dist/esm/models/bid-failure-reason.js +1 -1
- package/dist/esm/models/bid-item-dto.d.ts +1 -1
- package/dist/esm/models/bid-item-dto.js +1 -1
- package/dist/esm/models/bid-manager-dto.d.ts +1 -1
- package/dist/esm/models/bid-manager-dto.js +1 -1
- package/dist/esm/models/bid-result-participant-attachment-dto.d.ts +1 -1
- package/dist/esm/models/bid-result-participant-attachment-dto.js +1 -1
- package/dist/esm/models/bid-result-participant-dto.d.ts +1 -1
- package/dist/esm/models/bid-result-participant-dto.js +1 -1
- package/dist/esm/models/bid-result-v1-attachment-dto.d.ts +13 -1
- package/dist/esm/models/bid-result-v1-attachment-dto.js +1 -1
- package/dist/esm/models/bid-result-v1-bid-product-info-dto.d.ts +1 -1
- package/dist/esm/models/bid-result-v1-bid-product-info-dto.js +1 -1
- package/dist/esm/models/bid-result-v1-participant-dto.d.ts +13 -1
- package/dist/esm/models/bid-result-v1-participant-dto.js +1 -1
- package/dist/esm/models/bid-result-v1-product-dto.d.ts +1 -1
- package/dist/esm/models/bid-result-v1-product-dto.js +1 -1
- package/dist/esm/models/bid-results-batch-request-dto.d.ts +1 -1
- package/dist/esm/models/bid-results-batch-request-dto.js +1 -1
- package/dist/esm/models/bid-results-response-dto.d.ts +1 -1
- package/dist/esm/models/bid-results-response-dto.js +1 -1
- package/dist/esm/models/bid-results-v1-response-dto.d.ts +1 -1
- package/dist/esm/models/bid-results-v1-response-dto.js +1 -1
- package/dist/esm/models/bid-settlement-line-item-dto.d.ts +1 -1
- package/dist/esm/models/bid-settlement-line-item-dto.js +1 -1
- package/dist/esm/models/bid-settlement-participant-dto.d.ts +1 -1
- package/dist/esm/models/bid-settlement-participant-dto.js +1 -1
- package/dist/esm/models/bid-settlement-response-dto.d.ts +1 -1
- package/dist/esm/models/bid-settlement-response-dto.js +1 -1
- package/dist/esm/models/bid-statement-response-dto.d.ts +1 -1
- package/dist/esm/models/bid-statement-response-dto.js +1 -1
- package/dist/esm/models/bid-statement-v1-response-dto.d.ts +1 -1
- package/dist/esm/models/bid-statement-v1-response-dto.js +1 -1
- package/dist/esm/models/bid-status.d.ts +1 -1
- package/dist/esm/models/bid-status.js +1 -1
- package/dist/esm/models/bid-updated-response-dto.d.ts +17 -0
- package/dist/esm/models/bid-updated-response-dto.js +14 -0
- package/dist/esm/models/complete-acceptance-request-dto.d.ts +1 -1
- package/dist/esm/models/complete-acceptance-request-dto.js +1 -1
- package/dist/esm/models/complete-acceptance-v1-request-dto.d.ts +1 -1
- package/dist/esm/models/complete-acceptance-v1-request-dto.js +1 -1
- package/dist/esm/models/contract-document-item-dto.d.ts +5 -1
- package/dist/esm/models/contract-document-item-dto.js +1 -1
- package/dist/esm/models/contract-documents-regenerated-response-dto.d.ts +21 -0
- package/dist/esm/models/contract-documents-regenerated-response-dto.js +14 -0
- package/dist/esm/models/create-bid-request-dto.d.ts +1 -1
- package/dist/esm/models/create-bid-request-dto.js +1 -1
- package/dist/esm/models/create-bid-v1-request-dto.d.ts +1 -1
- package/dist/esm/models/create-bid-v1-request-dto.js +1 -1
- package/dist/esm/models/embed-launch-request-dto.d.ts +1 -1
- package/dist/esm/models/embed-launch-request-dto.js +1 -1
- package/dist/esm/models/embed-launch-response-dto.d.ts +1 -1
- package/dist/esm/models/embed-launch-response-dto.js +1 -1
- package/dist/esm/models/file-uploaded-response-dto.d.ts +1 -1
- package/dist/esm/models/file-uploaded-response-dto.js +1 -1
- package/dist/esm/models/health-response-dto.d.ts +1 -1
- package/dist/esm/models/health-response-dto.js +1 -1
- package/dist/esm/models/hierarchical-region-dto.d.ts +1 -1
- package/dist/esm/models/hierarchical-region-dto.js +1 -1
- package/dist/esm/models/index.d.ts +6 -0
- package/dist/esm/models/index.js +6 -0
- package/dist/esm/models/invoice-completed-response-dto.d.ts +17 -0
- package/dist/esm/models/invoice-completed-response-dto.js +14 -0
- package/dist/esm/models/issue-tax-invoice-request-dto.d.ts +17 -0
- package/dist/esm/models/issue-tax-invoice-request-dto.js +14 -0
- package/dist/esm/models/mark-bid-failed-request-dto.d.ts +1 -1
- package/dist/esm/models/mark-bid-failed-request-dto.js +1 -1
- package/dist/esm/models/mark-bid-failed-v1-request-dto.d.ts +1 -1
- package/dist/esm/models/mark-bid-failed-v1-request-dto.js +1 -1
- package/dist/esm/models/negotiation-score-v1-dto.d.ts +1 -1
- package/dist/esm/models/negotiation-score-v1-dto.js +1 -1
- package/dist/esm/models/negotiation-scored-response-dto.d.ts +1 -1
- package/dist/esm/models/negotiation-scored-response-dto.js +1 -1
- package/dist/esm/models/oauth-error-response-dto.d.ts +1 -1
- package/dist/esm/models/oauth-error-response-dto.js +1 -1
- package/dist/esm/models/preconditions-dto.d.ts +1 -1
- package/dist/esm/models/preconditions-dto.js +1 -1
- package/dist/esm/models/problem-details-dto.d.ts +1 -1
- package/dist/esm/models/problem-details-dto.js +1 -1
- package/dist/esm/models/register-award-request-dto.d.ts +1 -1
- package/dist/esm/models/register-award-request-dto.js +1 -1
- package/dist/esm/models/register-award-v1-request-dto.d.ts +1 -1
- package/dist/esm/models/register-award-v1-request-dto.js +1 -1
- package/dist/esm/models/request-split-invoice-request-dto.d.ts +1 -1
- package/dist/esm/models/request-split-invoice-request-dto.js +1 -1
- package/dist/esm/models/split-invoice-response-dto.d.ts +1 -1
- package/dist/esm/models/split-invoice-response-dto.js +1 -1
- package/dist/esm/models/statement-document-dto.d.ts +1 -1
- package/dist/esm/models/statement-document-dto.js +1 -1
- package/dist/esm/models/statement-product-dto.d.ts +1 -1
- package/dist/esm/models/statement-product-dto.js +1 -1
- package/dist/esm/models/statement-v1-document-dto.d.ts +1 -1
- package/dist/esm/models/statement-v1-document-dto.js +1 -1
- package/dist/esm/models/statement-v1-product-dto.d.ts +1 -1
- package/dist/esm/models/statement-v1-product-dto.js +1 -1
- package/dist/esm/models/submit-negotiation-scores-v1-request-dto.d.ts +1 -1
- package/dist/esm/models/submit-negotiation-scores-v1-request-dto.js +1 -1
- package/dist/esm/models/tax-invoice-issued-response-dto.d.ts +33 -0
- package/dist/esm/models/tax-invoice-issued-response-dto.js +14 -0
- package/dist/esm/models/token-request-dto.d.ts +1 -1
- package/dist/esm/models/token-request-dto.js +1 -1
- package/dist/esm/models/token-response-dto.d.ts +1 -1
- package/dist/esm/models/token-response-dto.js +1 -1
- package/dist/esm/models/update-bid-request-dto.d.ts +304 -0
- package/dist/esm/models/update-bid-request-dto.js +112 -0
- package/dist/esm/models/upload-file-request-dto.d.ts +1 -1
- package/dist/esm/models/upload-file-request-dto.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/models/acceptance-result-response-dto.d.ts +1 -1
- package/dist/models/acceptance-result-response-dto.js +1 -1
- package/dist/models/award-registered-response-dto.d.ts +1 -1
- package/dist/models/award-registered-response-dto.js +1 -1
- package/dist/models/bid-bond-dto.d.ts +1 -1
- package/dist/models/bid-bond-dto.js +1 -1
- package/dist/models/bid-contract-documents-batch-request-dto.d.ts +1 -1
- package/dist/models/bid-contract-documents-batch-request-dto.js +1 -1
- package/dist/models/bid-contract-documents-response-dto.d.ts +1 -1
- package/dist/models/bid-contract-documents-response-dto.js +1 -1
- package/dist/models/bid-created-response-dto.d.ts +1 -1
- package/dist/models/bid-created-response-dto.js +1 -1
- package/dist/models/bid-document-dto.d.ts +1 -1
- package/dist/models/bid-document-dto.js +1 -1
- package/dist/models/bid-failed-response-dto.d.ts +1 -1
- package/dist/models/bid-failed-response-dto.js +1 -1
- package/dist/models/bid-failure-reason.d.ts +1 -1
- package/dist/models/bid-failure-reason.js +1 -1
- package/dist/models/bid-item-dto.d.ts +1 -1
- package/dist/models/bid-item-dto.js +1 -1
- package/dist/models/bid-manager-dto.d.ts +1 -1
- package/dist/models/bid-manager-dto.js +1 -1
- package/dist/models/bid-result-participant-attachment-dto.d.ts +1 -1
- package/dist/models/bid-result-participant-attachment-dto.js +1 -1
- package/dist/models/bid-result-participant-dto.d.ts +1 -1
- package/dist/models/bid-result-participant-dto.js +1 -1
- package/dist/models/bid-result-v1-attachment-dto.d.ts +13 -1
- package/dist/models/bid-result-v1-attachment-dto.js +1 -1
- package/dist/models/bid-result-v1-bid-product-info-dto.d.ts +1 -1
- package/dist/models/bid-result-v1-bid-product-info-dto.js +1 -1
- package/dist/models/bid-result-v1-participant-dto.d.ts +13 -1
- package/dist/models/bid-result-v1-participant-dto.js +1 -1
- package/dist/models/bid-result-v1-product-dto.d.ts +1 -1
- package/dist/models/bid-result-v1-product-dto.js +1 -1
- package/dist/models/bid-results-batch-request-dto.d.ts +1 -1
- package/dist/models/bid-results-batch-request-dto.js +1 -1
- package/dist/models/bid-results-response-dto.d.ts +1 -1
- package/dist/models/bid-results-response-dto.js +1 -1
- package/dist/models/bid-results-v1-response-dto.d.ts +1 -1
- package/dist/models/bid-results-v1-response-dto.js +1 -1
- package/dist/models/bid-settlement-line-item-dto.d.ts +1 -1
- package/dist/models/bid-settlement-line-item-dto.js +1 -1
- package/dist/models/bid-settlement-participant-dto.d.ts +1 -1
- package/dist/models/bid-settlement-participant-dto.js +1 -1
- package/dist/models/bid-settlement-response-dto.d.ts +1 -1
- package/dist/models/bid-settlement-response-dto.js +1 -1
- package/dist/models/bid-statement-response-dto.d.ts +1 -1
- package/dist/models/bid-statement-response-dto.js +1 -1
- package/dist/models/bid-statement-v1-response-dto.d.ts +1 -1
- package/dist/models/bid-statement-v1-response-dto.js +1 -1
- package/dist/models/bid-status.d.ts +1 -1
- package/dist/models/bid-status.js +1 -1
- package/dist/models/bid-updated-response-dto.d.ts +17 -0
- package/dist/models/bid-updated-response-dto.js +15 -0
- package/dist/models/complete-acceptance-request-dto.d.ts +1 -1
- package/dist/models/complete-acceptance-request-dto.js +1 -1
- package/dist/models/complete-acceptance-v1-request-dto.d.ts +1 -1
- package/dist/models/complete-acceptance-v1-request-dto.js +1 -1
- package/dist/models/contract-document-item-dto.d.ts +5 -1
- package/dist/models/contract-document-item-dto.js +1 -1
- package/dist/models/contract-documents-regenerated-response-dto.d.ts +21 -0
- package/dist/models/contract-documents-regenerated-response-dto.js +15 -0
- package/dist/models/create-bid-request-dto.d.ts +1 -1
- package/dist/models/create-bid-request-dto.js +1 -1
- package/dist/models/create-bid-v1-request-dto.d.ts +1 -1
- package/dist/models/create-bid-v1-request-dto.js +1 -1
- package/dist/models/embed-launch-request-dto.d.ts +1 -1
- package/dist/models/embed-launch-request-dto.js +1 -1
- package/dist/models/embed-launch-response-dto.d.ts +1 -1
- package/dist/models/embed-launch-response-dto.js +1 -1
- package/dist/models/file-uploaded-response-dto.d.ts +1 -1
- package/dist/models/file-uploaded-response-dto.js +1 -1
- package/dist/models/health-response-dto.d.ts +1 -1
- package/dist/models/health-response-dto.js +1 -1
- package/dist/models/hierarchical-region-dto.d.ts +1 -1
- package/dist/models/hierarchical-region-dto.js +1 -1
- package/dist/models/index.d.ts +6 -0
- package/dist/models/index.js +6 -0
- package/dist/models/invoice-completed-response-dto.d.ts +17 -0
- package/dist/models/invoice-completed-response-dto.js +15 -0
- package/dist/models/issue-tax-invoice-request-dto.d.ts +17 -0
- package/dist/models/issue-tax-invoice-request-dto.js +15 -0
- package/dist/models/mark-bid-failed-request-dto.d.ts +1 -1
- package/dist/models/mark-bid-failed-request-dto.js +1 -1
- package/dist/models/mark-bid-failed-v1-request-dto.d.ts +1 -1
- package/dist/models/mark-bid-failed-v1-request-dto.js +1 -1
- package/dist/models/negotiation-score-v1-dto.d.ts +1 -1
- package/dist/models/negotiation-score-v1-dto.js +1 -1
- package/dist/models/negotiation-scored-response-dto.d.ts +1 -1
- package/dist/models/negotiation-scored-response-dto.js +1 -1
- package/dist/models/oauth-error-response-dto.d.ts +1 -1
- package/dist/models/oauth-error-response-dto.js +1 -1
- package/dist/models/preconditions-dto.d.ts +1 -1
- package/dist/models/preconditions-dto.js +1 -1
- package/dist/models/problem-details-dto.d.ts +1 -1
- package/dist/models/problem-details-dto.js +1 -1
- package/dist/models/register-award-request-dto.d.ts +1 -1
- package/dist/models/register-award-request-dto.js +1 -1
- package/dist/models/register-award-v1-request-dto.d.ts +1 -1
- package/dist/models/register-award-v1-request-dto.js +1 -1
- package/dist/models/request-split-invoice-request-dto.d.ts +1 -1
- package/dist/models/request-split-invoice-request-dto.js +1 -1
- package/dist/models/split-invoice-response-dto.d.ts +1 -1
- package/dist/models/split-invoice-response-dto.js +1 -1
- package/dist/models/statement-document-dto.d.ts +1 -1
- package/dist/models/statement-document-dto.js +1 -1
- package/dist/models/statement-product-dto.d.ts +1 -1
- package/dist/models/statement-product-dto.js +1 -1
- package/dist/models/statement-v1-document-dto.d.ts +1 -1
- package/dist/models/statement-v1-document-dto.js +1 -1
- package/dist/models/statement-v1-product-dto.d.ts +1 -1
- package/dist/models/statement-v1-product-dto.js +1 -1
- package/dist/models/submit-negotiation-scores-v1-request-dto.d.ts +1 -1
- package/dist/models/submit-negotiation-scores-v1-request-dto.js +1 -1
- package/dist/models/tax-invoice-issued-response-dto.d.ts +33 -0
- package/dist/models/tax-invoice-issued-response-dto.js +15 -0
- package/dist/models/token-request-dto.d.ts +1 -1
- package/dist/models/token-request-dto.js +1 -1
- package/dist/models/token-response-dto.d.ts +1 -1
- package/dist/models/token-response-dto.js +1 -1
- package/dist/models/update-bid-request-dto.d.ts +304 -0
- package/dist/models/update-bid-request-dto.js +115 -0
- package/dist/models/upload-file-request-dto.d.ts +1 -1
- package/dist/models/upload-file-request-dto.js +1 -1
- package/docs/BidResultV1AttachmentDto.md +6 -0
- package/docs/BidResultV1ParticipantDto.md +6 -0
- package/docs/BidUpdatedResponseDto.md +20 -0
- package/docs/ContractDocumentItemDto.md +2 -0
- package/docs/ContractDocumentsRegeneratedResponseDto.md +22 -0
- package/docs/InvoiceCompletedResponseDto.md +20 -0
- package/docs/IssueTaxInvoiceRequestDto.md +20 -0
- package/docs/PartnerV2Api.md +260 -0
- package/docs/TaxInvoiceIssuedResponseDto.md +28 -0
- package/docs/UpdateBidRequestDto.md +102 -0
- package/index.ts +1 -1
- package/models/acceptance-result-response-dto.ts +1 -1
- package/models/award-registered-response-dto.ts +1 -1
- package/models/bid-bond-dto.ts +1 -1
- package/models/bid-contract-documents-batch-request-dto.ts +1 -1
- package/models/bid-contract-documents-response-dto.ts +1 -1
- package/models/bid-created-response-dto.ts +1 -1
- package/models/bid-document-dto.ts +1 -1
- package/models/bid-failed-response-dto.ts +1 -1
- package/models/bid-failure-reason.ts +1 -1
- package/models/bid-item-dto.ts +1 -1
- package/models/bid-manager-dto.ts +1 -1
- package/models/bid-result-participant-attachment-dto.ts +1 -1
- package/models/bid-result-participant-dto.ts +1 -1
- package/models/bid-result-v1-attachment-dto.ts +13 -1
- package/models/bid-result-v1-bid-product-info-dto.ts +1 -1
- package/models/bid-result-v1-participant-dto.ts +13 -1
- package/models/bid-result-v1-product-dto.ts +1 -1
- package/models/bid-results-batch-request-dto.ts +1 -1
- package/models/bid-results-response-dto.ts +1 -1
- package/models/bid-results-v1-response-dto.ts +1 -1
- package/models/bid-settlement-line-item-dto.ts +1 -1
- package/models/bid-settlement-participant-dto.ts +1 -1
- package/models/bid-settlement-response-dto.ts +1 -1
- package/models/bid-statement-response-dto.ts +1 -1
- package/models/bid-statement-v1-response-dto.ts +1 -1
- package/models/bid-status.ts +1 -1
- package/models/bid-updated-response-dto.ts +23 -0
- package/models/complete-acceptance-request-dto.ts +1 -1
- package/models/complete-acceptance-v1-request-dto.ts +1 -1
- package/models/contract-document-item-dto.ts +5 -1
- package/models/contract-documents-regenerated-response-dto.ts +27 -0
- package/models/create-bid-request-dto.ts +1 -1
- package/models/create-bid-v1-request-dto.ts +1 -1
- package/models/embed-launch-request-dto.ts +1 -1
- package/models/embed-launch-response-dto.ts +1 -1
- package/models/file-uploaded-response-dto.ts +1 -1
- package/models/health-response-dto.ts +1 -1
- package/models/hierarchical-region-dto.ts +1 -1
- package/models/index.ts +6 -0
- package/models/invoice-completed-response-dto.ts +23 -0
- package/models/issue-tax-invoice-request-dto.ts +23 -0
- package/models/mark-bid-failed-request-dto.ts +1 -1
- package/models/mark-bid-failed-v1-request-dto.ts +1 -1
- package/models/negotiation-score-v1-dto.ts +1 -1
- package/models/negotiation-scored-response-dto.ts +1 -1
- package/models/oauth-error-response-dto.ts +1 -1
- package/models/preconditions-dto.ts +1 -1
- package/models/problem-details-dto.ts +1 -1
- package/models/register-award-request-dto.ts +1 -1
- package/models/register-award-v1-request-dto.ts +1 -1
- package/models/request-split-invoice-request-dto.ts +1 -1
- package/models/split-invoice-response-dto.ts +1 -1
- package/models/statement-document-dto.ts +1 -1
- package/models/statement-product-dto.ts +1 -1
- package/models/statement-v1-document-dto.ts +1 -1
- package/models/statement-v1-product-dto.ts +1 -1
- package/models/submit-negotiation-scores-v1-request-dto.ts +1 -1
- package/models/tax-invoice-issued-response-dto.ts +39 -0
- package/models/token-request-dto.ts +1 -1
- package/models/token-response-dto.ts +1 -1
- package/models/update-bid-request-dto.ts +341 -0
- package/models/upload-file-request-dto.ts +1 -1
- package/package.json +1 -1
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* CMARKET V6 Partner API
|
|
3
3
|
* 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 9.
|
|
5
|
+
* The version of the OpenAPI document: 9.6.0
|
|
6
6
|
* Contact: semo.io.kr@gmail.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* CMARKET V6 Partner API
|
|
5
5
|
* 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 9.
|
|
7
|
+
* The version of the OpenAPI document: 9.6.0
|
|
8
8
|
* Contact: semo.io.kr@gmail.com
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* CMARKET V6 Partner API
|
|
3
3
|
* 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 9.
|
|
5
|
+
* The version of the OpenAPI document: 9.6.0
|
|
6
6
|
* Contact: semo.io.kr@gmail.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* CMARKET V6 Partner API
|
|
5
5
|
* 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 9.
|
|
7
|
+
* The version of the OpenAPI document: 9.6.0
|
|
8
8
|
* Contact: semo.io.kr@gmail.com
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* CMARKET V6 Partner API
|
|
3
3
|
* 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 9.
|
|
5
|
+
* The version of the OpenAPI document: 9.6.0
|
|
6
6
|
* Contact: semo.io.kr@gmail.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* CMARKET V6 Partner API
|
|
5
5
|
* 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 9.
|
|
7
|
+
* The version of the OpenAPI document: 9.6.0
|
|
8
8
|
* Contact: semo.io.kr@gmail.com
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* CMARKET V6 Partner API
|
|
3
3
|
* 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 9.
|
|
5
|
+
* The version of the OpenAPI document: 9.6.0
|
|
6
6
|
* Contact: semo.io.kr@gmail.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* CMARKET V6 Partner API
|
|
5
5
|
* 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 9.
|
|
7
|
+
* The version of the OpenAPI document: 9.6.0
|
|
8
8
|
* Contact: semo.io.kr@gmail.com
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* CMARKET V6 Partner API
|
|
3
|
+
* 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 9.6.0
|
|
6
|
+
* Contact: semo.io.kr@gmail.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export interface TaxInvoiceIssuedResponseDto {
|
|
13
|
+
/**
|
|
14
|
+
* 공고번호(공고 buy_idx).
|
|
15
|
+
*/
|
|
16
|
+
'bidId': string;
|
|
17
|
+
/**
|
|
18
|
+
* 세금계산서 발행 성공 여부(과세/면세 중 하나라도 성공하면 true).
|
|
19
|
+
*/
|
|
20
|
+
'issued': boolean;
|
|
21
|
+
/**
|
|
22
|
+
* 발행된 세금계산서 관리번호(과세 우선, 없으면 면세). 발행 성공 시에만 존재.
|
|
23
|
+
*/
|
|
24
|
+
'mgtKey'?: string;
|
|
25
|
+
/**
|
|
26
|
+
* 국세청 승인번호(과세 우선). 발행 성공 시에만 존재.
|
|
27
|
+
*/
|
|
28
|
+
'ntsConfirmNum'?: string;
|
|
29
|
+
/**
|
|
30
|
+
* 인증서 등록 필요 여부. true 면 발행 전 팝빌 인증서 등록이 필요합니다.
|
|
31
|
+
*/
|
|
32
|
+
'needCertRegistration': boolean;
|
|
33
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* CMARKET V6 Partner API
|
|
5
|
+
* 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 9.6.0
|
|
8
|
+
* Contact: semo.io.kr@gmail.com
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* CMARKET V6 Partner API
|
|
3
3
|
* 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 9.
|
|
5
|
+
* The version of the OpenAPI document: 9.6.0
|
|
6
6
|
* Contact: semo.io.kr@gmail.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* CMARKET V6 Partner API
|
|
5
5
|
* 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 9.
|
|
7
|
+
* The version of the OpenAPI document: 9.6.0
|
|
8
8
|
* Contact: semo.io.kr@gmail.com
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* CMARKET V6 Partner API
|
|
3
3
|
* 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 9.
|
|
5
|
+
* The version of the OpenAPI document: 9.6.0
|
|
6
6
|
* Contact: semo.io.kr@gmail.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* CMARKET V6 Partner API
|
|
5
5
|
* 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 9.
|
|
7
|
+
* The version of the OpenAPI document: 9.6.0
|
|
8
8
|
* Contact: semo.io.kr@gmail.com
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -0,0 +1,304 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* CMARKET V6 Partner API
|
|
3
|
+
* 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 9.6.0
|
|
6
|
+
* Contact: semo.io.kr@gmail.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { BidDocumentDto } from './bid-document-dto';
|
|
13
|
+
import type { BidItemDto } from './bid-item-dto';
|
|
14
|
+
import type { BidManagerDto } from './bid-manager-dto';
|
|
15
|
+
import type { HierarchicalRegionDto } from './hierarchical-region-dto';
|
|
16
|
+
import type { PreconditionsDto } from './preconditions-dto';
|
|
17
|
+
export interface UpdateBidRequestDto {
|
|
18
|
+
/**
|
|
19
|
+
* 공고 카테고리 (PRODUCT: 물품, CONSTRUCTION: 공사, SERVICE: 용역, SALES: 매각). backend BidCategoryType mirror.
|
|
20
|
+
*/
|
|
21
|
+
'categoryType'?: UpdateBidRequestDtoCategoryTypeEnum;
|
|
22
|
+
/**
|
|
23
|
+
* 공고명.
|
|
24
|
+
*/
|
|
25
|
+
'projectName'?: string;
|
|
26
|
+
/**
|
|
27
|
+
* 공고 상세 내용. (저장 컬럼 buy_desc 는 무제한 — 상한 없음)
|
|
28
|
+
*/
|
|
29
|
+
'noticeContent'?: string;
|
|
30
|
+
/**
|
|
31
|
+
* 예정금액(예산) 공개 여부.
|
|
32
|
+
*/
|
|
33
|
+
'disclosePlannedAmount'?: boolean;
|
|
34
|
+
/**
|
|
35
|
+
* 첨부파일 fileKey 배열 (POST /v1/files 응답에서 받은 32자 키). backend b2b_file_info 참조.
|
|
36
|
+
*/
|
|
37
|
+
'attachments'?: Array<string>;
|
|
38
|
+
/**
|
|
39
|
+
* 품목 목록(1개 이상).
|
|
40
|
+
*/
|
|
41
|
+
'items'?: Array<BidItemDto>;
|
|
42
|
+
/**
|
|
43
|
+
* 총 예산금액(원). items 합계 대신 별도 totalBudget 으로 override 할 때 사용.
|
|
44
|
+
*/
|
|
45
|
+
'totalBudget'?: number;
|
|
46
|
+
/**
|
|
47
|
+
* 낙찰 방법. A=최저가, B=적정가, C=최고가, D=최다수량, E=협상(임의), F=제한적최저가, H=협상(자동계산). backend AwardMethod mirror.
|
|
48
|
+
*/
|
|
49
|
+
'awardMethod'?: UpdateBidRequestDtoAwardMethodEnum;
|
|
50
|
+
/**
|
|
51
|
+
* 견적서 제출 조건. UNIT_AUTO=자동생성(단가), TOTAL_AUTO=자동생성(총액), FILE=직접첨부, NONE=미제출. backend BidQuoteCondition mirror.
|
|
52
|
+
*/
|
|
53
|
+
'quoteCondition'?: UpdateBidRequestDtoQuoteConditionEnum;
|
|
54
|
+
/**
|
|
55
|
+
* 예비가격 범위 (awardMethod=F 필수). A=±2%, B=±3%, C=±4%. backend BidPreliminaryPriceRegion mirror.
|
|
56
|
+
*/
|
|
57
|
+
'preliminaryPriceRegion'?: UpdateBidRequestDtoPreliminaryPriceRegionEnum;
|
|
58
|
+
/**
|
|
59
|
+
* 예비가격 선택수 (awardMethod=F 필수). 2/3/4 중 하나.
|
|
60
|
+
*/
|
|
61
|
+
'preliminaryPriceCount'?: UpdateBidRequestDtoPreliminaryPriceCountEnum;
|
|
62
|
+
/**
|
|
63
|
+
* 낙찰하한율(%) (awardMethod=F 필수). 0-100 범위.
|
|
64
|
+
*/
|
|
65
|
+
'lowestBidPercent'?: number;
|
|
66
|
+
/**
|
|
67
|
+
* 배정비율(가격:기술 배점) (awardMethod=H 필수). 0=100:0 / 10=90:10 / 20=80:20 / 30=70:30 / 40=60:40 / 50=50:50.
|
|
68
|
+
*/
|
|
69
|
+
'negotiationBidRatio'?: UpdateBidRequestDtoNegotiationBidRatioEnum;
|
|
70
|
+
/**
|
|
71
|
+
* 협상 기준 (awardMethod=H 필수). A=없음, B=차등점수제, C=원가절감적정성(→ negotiationStandardRatio 추가 필수), D=기타.
|
|
72
|
+
*/
|
|
73
|
+
'negotiationStandard'?: UpdateBidRequestDtoNegotiationStandardEnum;
|
|
74
|
+
/**
|
|
75
|
+
* 기준금액비율 (negotiationStandard=C 필수). 60/70/80 중 하나.
|
|
76
|
+
*/
|
|
77
|
+
'negotiationStandardRatio'?: UpdateBidRequestDtoNegotiationStandardRatioEnum;
|
|
78
|
+
/**
|
|
79
|
+
* 참가자격 유형. A=전국경쟁, C1=광역시도 지역제한, C2=시군구 지역제한. B(지명경쟁)는 nominee 목록 필드 추가 전까지 미지원. backend BidQualificationStyle mirror.
|
|
80
|
+
*/
|
|
81
|
+
'qualificationStyle'?: UpdateBidRequestDtoQualificationStyleEnum;
|
|
82
|
+
/**
|
|
83
|
+
* 지역제한 지역 목록 (qualificationStyle=C1/C2 시 사용).
|
|
84
|
+
*/
|
|
85
|
+
'selectedRegions'?: Array<HierarchicalRegionDto>;
|
|
86
|
+
/**
|
|
87
|
+
* 필수 면허 코드 목록.
|
|
88
|
+
*/
|
|
89
|
+
'requiredLicenses'?: Array<string>;
|
|
90
|
+
/**
|
|
91
|
+
* 자격조건 추가 기입 (최대 1000자).
|
|
92
|
+
*/
|
|
93
|
+
'preconditionDesc'?: string;
|
|
94
|
+
/**
|
|
95
|
+
* precondition 구조체. 조건 토큰 트리를 modern 명으로 표현. ACL이 backend conditions bag 으로 변환.
|
|
96
|
+
*/
|
|
97
|
+
'preconditions'?: PreconditionsDto;
|
|
98
|
+
/**
|
|
99
|
+
* 납품기한 유형. A=직접설정(deliveryDate 필요), B=계약후지정(deliveryPeriodDays 필요), C=계약후협의. backend BidDeliveryDateType mirror.
|
|
100
|
+
*/
|
|
101
|
+
'deliveryDateType'?: UpdateBidRequestDtoDeliveryDateTypeEnum;
|
|
102
|
+
/**
|
|
103
|
+
* 납품기한 일자 (deliveryDateType=A 시 사용). 형식: YYYY-MM-DD.
|
|
104
|
+
*/
|
|
105
|
+
'deliveryDate'?: string;
|
|
106
|
+
/**
|
|
107
|
+
* 납품소요일(일) (deliveryDateType=B 시 사용). 최대 999일(backend deliveryDays 3자리 제한).
|
|
108
|
+
*/
|
|
109
|
+
'deliveryPeriodDays'?: number;
|
|
110
|
+
/**
|
|
111
|
+
* 납품 방법. A=택배(직납가능), B=직접납품, C=납품및설치. backend BidDeliveryMethod mirror.
|
|
112
|
+
*/
|
|
113
|
+
'deliveryMethod'?: UpdateBidRequestDtoDeliveryMethodEnum;
|
|
114
|
+
/**
|
|
115
|
+
* 납품지 주소.
|
|
116
|
+
*/
|
|
117
|
+
'deliveryAddress'?: string;
|
|
118
|
+
/**
|
|
119
|
+
* 결제 방법. A=현금, B=카드. backend BidPaymentMethod mirror.
|
|
120
|
+
*/
|
|
121
|
+
'paymentMethod'?: UpdateBidRequestDtoPaymentMethodEnum;
|
|
122
|
+
/**
|
|
123
|
+
* 대금지급 기한(일). 숫자만.
|
|
124
|
+
*/
|
|
125
|
+
'paymentDays'?: string;
|
|
126
|
+
/**
|
|
127
|
+
* 제출 서류 목록(1개 이상).
|
|
128
|
+
*/
|
|
129
|
+
'documents'?: Array<BidDocumentDto>;
|
|
130
|
+
/**
|
|
131
|
+
* 과세 유형. A=과세, B=면세, C=면세(의제매입). backend BidTaxationType mirror.
|
|
132
|
+
*/
|
|
133
|
+
'taxationType'?: UpdateBidRequestDtoTaxationTypeEnum;
|
|
134
|
+
/**
|
|
135
|
+
* 수의계약 여부. Y=수의계약, N=일반.
|
|
136
|
+
*/
|
|
137
|
+
'isOptionalContract'?: UpdateBidRequestDtoIsOptionalContractEnum;
|
|
138
|
+
/**
|
|
139
|
+
* 입찰방식 (V5 buy_method). N=전자입찰, Y=역경매. 공사/용역/매각(CONSTRUCTION/SERVICE/SALES)은 backend 가 N 강제. 생략 시 N(전자입찰). backend BidType mirror.
|
|
140
|
+
*/
|
|
141
|
+
'bidMethod'?: UpdateBidRequestDtoBidMethodEnum;
|
|
142
|
+
/**
|
|
143
|
+
* 연간계약 여부. Y=연간계약, N=일반. (backend 갭1: annual_contract)
|
|
144
|
+
*/
|
|
145
|
+
'isAnnualContract'?: UpdateBidRequestDtoIsAnnualContractEnum;
|
|
146
|
+
/**
|
|
147
|
+
* 지명계약 여부. Y=지명계약(등록 시 검수대기 status=R 라우팅), N=일반. 지명업체 리스트는 미지원(V5 에도 없음) — Y/N 플래그만. (V5 nominated_contract 패리티)
|
|
148
|
+
*/
|
|
149
|
+
'nominatedContract'?: UpdateBidRequestDtoNominatedContractEnum;
|
|
150
|
+
/**
|
|
151
|
+
* 발주기관 담당자 사번 (V5 emp_id). 외부 ERP 담당자 식별자.
|
|
152
|
+
*/
|
|
153
|
+
'empId'?: string;
|
|
154
|
+
/**
|
|
155
|
+
* 발주처 지정 조달번호 (V5 bid_puchase_no). 외부 ERP 자체 PO 번호. 동일 PO 의 선행 입찰이 전부 취소/유찰이면 재입찰로 새 번호가 채번되고, 진행 중이면 중복으로 거부된다. (V5 again_chk 패리티)
|
|
156
|
+
*/
|
|
157
|
+
'purchaseNo'?: string;
|
|
158
|
+
/**
|
|
159
|
+
* 결과 공개 여부. Y=공개, N=비공개.
|
|
160
|
+
*/
|
|
161
|
+
'isResultPublished'?: UpdateBidRequestDtoIsResultPublishedEnum;
|
|
162
|
+
/**
|
|
163
|
+
* 계약 담당자.
|
|
164
|
+
*/
|
|
165
|
+
'contractManager'?: BidManagerDto;
|
|
166
|
+
/**
|
|
167
|
+
* 기술 담당자.
|
|
168
|
+
*/
|
|
169
|
+
'techManager'?: BidManagerDto;
|
|
170
|
+
/**
|
|
171
|
+
* 입찰 시작 일시(ISO-8601 UTC).
|
|
172
|
+
*/
|
|
173
|
+
'bidStartAt'?: string;
|
|
174
|
+
/**
|
|
175
|
+
* 입찰 마감 일시(ISO-8601 UTC).
|
|
176
|
+
*/
|
|
177
|
+
'bidEndAt'?: string;
|
|
178
|
+
/**
|
|
179
|
+
* 변경이력 본문 (구매자가 작성한 수정 사유). V5 b2b_buy_mod_history.mod_desc 패리티.
|
|
180
|
+
*/
|
|
181
|
+
'editContent'?: string;
|
|
182
|
+
/**
|
|
183
|
+
* \'Y\' 면 변경이력을 공개에서 숨기고(view_check=N) buy_update_cnt 증가도 생략. 기본 N(공개).
|
|
184
|
+
*/
|
|
185
|
+
'hideEdit'?: UpdateBidRequestDtoHideEditEnum;
|
|
186
|
+
}
|
|
187
|
+
export declare const UpdateBidRequestDtoCategoryTypeEnum: {
|
|
188
|
+
readonly Product: "PRODUCT";
|
|
189
|
+
readonly Construction: "CONSTRUCTION";
|
|
190
|
+
readonly Service: "SERVICE";
|
|
191
|
+
readonly Sales: "SALES";
|
|
192
|
+
};
|
|
193
|
+
export type UpdateBidRequestDtoCategoryTypeEnum = typeof UpdateBidRequestDtoCategoryTypeEnum[keyof typeof UpdateBidRequestDtoCategoryTypeEnum];
|
|
194
|
+
export declare const UpdateBidRequestDtoAwardMethodEnum: {
|
|
195
|
+
readonly A: "A";
|
|
196
|
+
readonly B: "B";
|
|
197
|
+
readonly C: "C";
|
|
198
|
+
readonly D: "D";
|
|
199
|
+
readonly E: "E";
|
|
200
|
+
readonly F: "F";
|
|
201
|
+
readonly H: "H";
|
|
202
|
+
};
|
|
203
|
+
export type UpdateBidRequestDtoAwardMethodEnum = typeof UpdateBidRequestDtoAwardMethodEnum[keyof typeof UpdateBidRequestDtoAwardMethodEnum];
|
|
204
|
+
export declare const UpdateBidRequestDtoQuoteConditionEnum: {
|
|
205
|
+
readonly UnitAuto: "UNIT_AUTO";
|
|
206
|
+
readonly TotalAuto: "TOTAL_AUTO";
|
|
207
|
+
readonly File: "FILE";
|
|
208
|
+
readonly None: "NONE";
|
|
209
|
+
};
|
|
210
|
+
export type UpdateBidRequestDtoQuoteConditionEnum = typeof UpdateBidRequestDtoQuoteConditionEnum[keyof typeof UpdateBidRequestDtoQuoteConditionEnum];
|
|
211
|
+
export declare const UpdateBidRequestDtoPreliminaryPriceRegionEnum: {
|
|
212
|
+
readonly A: "A";
|
|
213
|
+
readonly B: "B";
|
|
214
|
+
readonly C: "C";
|
|
215
|
+
};
|
|
216
|
+
export type UpdateBidRequestDtoPreliminaryPriceRegionEnum = typeof UpdateBidRequestDtoPreliminaryPriceRegionEnum[keyof typeof UpdateBidRequestDtoPreliminaryPriceRegionEnum];
|
|
217
|
+
export declare const UpdateBidRequestDtoPreliminaryPriceCountEnum: {
|
|
218
|
+
readonly NUMBER_2: 2;
|
|
219
|
+
readonly NUMBER_3: 3;
|
|
220
|
+
readonly NUMBER_4: 4;
|
|
221
|
+
};
|
|
222
|
+
export type UpdateBidRequestDtoPreliminaryPriceCountEnum = typeof UpdateBidRequestDtoPreliminaryPriceCountEnum[keyof typeof UpdateBidRequestDtoPreliminaryPriceCountEnum];
|
|
223
|
+
export declare const UpdateBidRequestDtoNegotiationBidRatioEnum: {
|
|
224
|
+
readonly NUMBER_0: 0;
|
|
225
|
+
readonly NUMBER_10: 10;
|
|
226
|
+
readonly NUMBER_20: 20;
|
|
227
|
+
readonly NUMBER_30: 30;
|
|
228
|
+
readonly NUMBER_40: 40;
|
|
229
|
+
readonly NUMBER_50: 50;
|
|
230
|
+
};
|
|
231
|
+
export type UpdateBidRequestDtoNegotiationBidRatioEnum = typeof UpdateBidRequestDtoNegotiationBidRatioEnum[keyof typeof UpdateBidRequestDtoNegotiationBidRatioEnum];
|
|
232
|
+
export declare const UpdateBidRequestDtoNegotiationStandardEnum: {
|
|
233
|
+
readonly A: "A";
|
|
234
|
+
readonly B: "B";
|
|
235
|
+
readonly C: "C";
|
|
236
|
+
readonly D: "D";
|
|
237
|
+
};
|
|
238
|
+
export type UpdateBidRequestDtoNegotiationStandardEnum = typeof UpdateBidRequestDtoNegotiationStandardEnum[keyof typeof UpdateBidRequestDtoNegotiationStandardEnum];
|
|
239
|
+
export declare const UpdateBidRequestDtoNegotiationStandardRatioEnum: {
|
|
240
|
+
readonly NUMBER_60: 60;
|
|
241
|
+
readonly NUMBER_70: 70;
|
|
242
|
+
readonly NUMBER_80: 80;
|
|
243
|
+
};
|
|
244
|
+
export type UpdateBidRequestDtoNegotiationStandardRatioEnum = typeof UpdateBidRequestDtoNegotiationStandardRatioEnum[keyof typeof UpdateBidRequestDtoNegotiationStandardRatioEnum];
|
|
245
|
+
export declare const UpdateBidRequestDtoQualificationStyleEnum: {
|
|
246
|
+
readonly A: "A";
|
|
247
|
+
readonly B: "B";
|
|
248
|
+
readonly C1: "C1";
|
|
249
|
+
readonly C2: "C2";
|
|
250
|
+
};
|
|
251
|
+
export type UpdateBidRequestDtoQualificationStyleEnum = typeof UpdateBidRequestDtoQualificationStyleEnum[keyof typeof UpdateBidRequestDtoQualificationStyleEnum];
|
|
252
|
+
export declare const UpdateBidRequestDtoDeliveryDateTypeEnum: {
|
|
253
|
+
readonly A: "A";
|
|
254
|
+
readonly B: "B";
|
|
255
|
+
readonly C: "C";
|
|
256
|
+
};
|
|
257
|
+
export type UpdateBidRequestDtoDeliveryDateTypeEnum = typeof UpdateBidRequestDtoDeliveryDateTypeEnum[keyof typeof UpdateBidRequestDtoDeliveryDateTypeEnum];
|
|
258
|
+
export declare const UpdateBidRequestDtoDeliveryMethodEnum: {
|
|
259
|
+
readonly A: "A";
|
|
260
|
+
readonly B: "B";
|
|
261
|
+
readonly C: "C";
|
|
262
|
+
};
|
|
263
|
+
export type UpdateBidRequestDtoDeliveryMethodEnum = typeof UpdateBidRequestDtoDeliveryMethodEnum[keyof typeof UpdateBidRequestDtoDeliveryMethodEnum];
|
|
264
|
+
export declare const UpdateBidRequestDtoPaymentMethodEnum: {
|
|
265
|
+
readonly A: "A";
|
|
266
|
+
readonly B: "B";
|
|
267
|
+
};
|
|
268
|
+
export type UpdateBidRequestDtoPaymentMethodEnum = typeof UpdateBidRequestDtoPaymentMethodEnum[keyof typeof UpdateBidRequestDtoPaymentMethodEnum];
|
|
269
|
+
export declare const UpdateBidRequestDtoTaxationTypeEnum: {
|
|
270
|
+
readonly A: "A";
|
|
271
|
+
readonly B: "B";
|
|
272
|
+
readonly C: "C";
|
|
273
|
+
};
|
|
274
|
+
export type UpdateBidRequestDtoTaxationTypeEnum = typeof UpdateBidRequestDtoTaxationTypeEnum[keyof typeof UpdateBidRequestDtoTaxationTypeEnum];
|
|
275
|
+
export declare const UpdateBidRequestDtoIsOptionalContractEnum: {
|
|
276
|
+
readonly Y: "Y";
|
|
277
|
+
readonly N: "N";
|
|
278
|
+
};
|
|
279
|
+
export type UpdateBidRequestDtoIsOptionalContractEnum = typeof UpdateBidRequestDtoIsOptionalContractEnum[keyof typeof UpdateBidRequestDtoIsOptionalContractEnum];
|
|
280
|
+
export declare const UpdateBidRequestDtoBidMethodEnum: {
|
|
281
|
+
readonly Y: "Y";
|
|
282
|
+
readonly N: "N";
|
|
283
|
+
};
|
|
284
|
+
export type UpdateBidRequestDtoBidMethodEnum = typeof UpdateBidRequestDtoBidMethodEnum[keyof typeof UpdateBidRequestDtoBidMethodEnum];
|
|
285
|
+
export declare const UpdateBidRequestDtoIsAnnualContractEnum: {
|
|
286
|
+
readonly Y: "Y";
|
|
287
|
+
readonly N: "N";
|
|
288
|
+
};
|
|
289
|
+
export type UpdateBidRequestDtoIsAnnualContractEnum = typeof UpdateBidRequestDtoIsAnnualContractEnum[keyof typeof UpdateBidRequestDtoIsAnnualContractEnum];
|
|
290
|
+
export declare const UpdateBidRequestDtoNominatedContractEnum: {
|
|
291
|
+
readonly Y: "Y";
|
|
292
|
+
readonly N: "N";
|
|
293
|
+
};
|
|
294
|
+
export type UpdateBidRequestDtoNominatedContractEnum = typeof UpdateBidRequestDtoNominatedContractEnum[keyof typeof UpdateBidRequestDtoNominatedContractEnum];
|
|
295
|
+
export declare const UpdateBidRequestDtoIsResultPublishedEnum: {
|
|
296
|
+
readonly Y: "Y";
|
|
297
|
+
readonly N: "N";
|
|
298
|
+
};
|
|
299
|
+
export type UpdateBidRequestDtoIsResultPublishedEnum = typeof UpdateBidRequestDtoIsResultPublishedEnum[keyof typeof UpdateBidRequestDtoIsResultPublishedEnum];
|
|
300
|
+
export declare const UpdateBidRequestDtoHideEditEnum: {
|
|
301
|
+
readonly Y: "Y";
|
|
302
|
+
readonly N: "N";
|
|
303
|
+
};
|
|
304
|
+
export type UpdateBidRequestDtoHideEditEnum = typeof UpdateBidRequestDtoHideEditEnum[keyof typeof UpdateBidRequestDtoHideEditEnum];
|
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* CMARKET V6 Partner API
|
|
5
|
+
* 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 9.6.0
|
|
8
|
+
* Contact: semo.io.kr@gmail.com
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export const UpdateBidRequestDtoCategoryTypeEnum = {
|
|
15
|
+
Product: 'PRODUCT',
|
|
16
|
+
Construction: 'CONSTRUCTION',
|
|
17
|
+
Service: 'SERVICE',
|
|
18
|
+
Sales: 'SALES',
|
|
19
|
+
};
|
|
20
|
+
export const UpdateBidRequestDtoAwardMethodEnum = {
|
|
21
|
+
A: 'A',
|
|
22
|
+
B: 'B',
|
|
23
|
+
C: 'C',
|
|
24
|
+
D: 'D',
|
|
25
|
+
E: 'E',
|
|
26
|
+
F: 'F',
|
|
27
|
+
H: 'H',
|
|
28
|
+
};
|
|
29
|
+
export const UpdateBidRequestDtoQuoteConditionEnum = {
|
|
30
|
+
UnitAuto: 'UNIT_AUTO',
|
|
31
|
+
TotalAuto: 'TOTAL_AUTO',
|
|
32
|
+
File: 'FILE',
|
|
33
|
+
None: 'NONE',
|
|
34
|
+
};
|
|
35
|
+
export const UpdateBidRequestDtoPreliminaryPriceRegionEnum = {
|
|
36
|
+
A: 'A',
|
|
37
|
+
B: 'B',
|
|
38
|
+
C: 'C',
|
|
39
|
+
};
|
|
40
|
+
export const UpdateBidRequestDtoPreliminaryPriceCountEnum = {
|
|
41
|
+
NUMBER_2: 2,
|
|
42
|
+
NUMBER_3: 3,
|
|
43
|
+
NUMBER_4: 4,
|
|
44
|
+
};
|
|
45
|
+
export const UpdateBidRequestDtoNegotiationBidRatioEnum = {
|
|
46
|
+
NUMBER_0: 0,
|
|
47
|
+
NUMBER_10: 10,
|
|
48
|
+
NUMBER_20: 20,
|
|
49
|
+
NUMBER_30: 30,
|
|
50
|
+
NUMBER_40: 40,
|
|
51
|
+
NUMBER_50: 50,
|
|
52
|
+
};
|
|
53
|
+
export const UpdateBidRequestDtoNegotiationStandardEnum = {
|
|
54
|
+
A: 'A',
|
|
55
|
+
B: 'B',
|
|
56
|
+
C: 'C',
|
|
57
|
+
D: 'D',
|
|
58
|
+
};
|
|
59
|
+
export const UpdateBidRequestDtoNegotiationStandardRatioEnum = {
|
|
60
|
+
NUMBER_60: 60,
|
|
61
|
+
NUMBER_70: 70,
|
|
62
|
+
NUMBER_80: 80,
|
|
63
|
+
};
|
|
64
|
+
export const UpdateBidRequestDtoQualificationStyleEnum = {
|
|
65
|
+
A: 'A',
|
|
66
|
+
B: 'B',
|
|
67
|
+
C1: 'C1',
|
|
68
|
+
C2: 'C2',
|
|
69
|
+
};
|
|
70
|
+
export const UpdateBidRequestDtoDeliveryDateTypeEnum = {
|
|
71
|
+
A: 'A',
|
|
72
|
+
B: 'B',
|
|
73
|
+
C: 'C',
|
|
74
|
+
};
|
|
75
|
+
export const UpdateBidRequestDtoDeliveryMethodEnum = {
|
|
76
|
+
A: 'A',
|
|
77
|
+
B: 'B',
|
|
78
|
+
C: 'C',
|
|
79
|
+
};
|
|
80
|
+
export const UpdateBidRequestDtoPaymentMethodEnum = {
|
|
81
|
+
A: 'A',
|
|
82
|
+
B: 'B',
|
|
83
|
+
};
|
|
84
|
+
export const UpdateBidRequestDtoTaxationTypeEnum = {
|
|
85
|
+
A: 'A',
|
|
86
|
+
B: 'B',
|
|
87
|
+
C: 'C',
|
|
88
|
+
};
|
|
89
|
+
export const UpdateBidRequestDtoIsOptionalContractEnum = {
|
|
90
|
+
Y: 'Y',
|
|
91
|
+
N: 'N',
|
|
92
|
+
};
|
|
93
|
+
export const UpdateBidRequestDtoBidMethodEnum = {
|
|
94
|
+
Y: 'Y',
|
|
95
|
+
N: 'N',
|
|
96
|
+
};
|
|
97
|
+
export const UpdateBidRequestDtoIsAnnualContractEnum = {
|
|
98
|
+
Y: 'Y',
|
|
99
|
+
N: 'N',
|
|
100
|
+
};
|
|
101
|
+
export const UpdateBidRequestDtoNominatedContractEnum = {
|
|
102
|
+
Y: 'Y',
|
|
103
|
+
N: 'N',
|
|
104
|
+
};
|
|
105
|
+
export const UpdateBidRequestDtoIsResultPublishedEnum = {
|
|
106
|
+
Y: 'Y',
|
|
107
|
+
N: 'N',
|
|
108
|
+
};
|
|
109
|
+
export const UpdateBidRequestDtoHideEditEnum = {
|
|
110
|
+
Y: 'Y',
|
|
111
|
+
N: 'N',
|
|
112
|
+
};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* CMARKET V6 Partner API
|
|
3
3
|
* 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 9.
|
|
5
|
+
* The version of the OpenAPI document: 9.6.0
|
|
6
6
|
* Contact: semo.io.kr@gmail.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* CMARKET V6 Partner API
|
|
5
5
|
* 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 9.
|
|
7
|
+
* The version of the OpenAPI document: 9.6.0
|
|
8
8
|
* Contact: semo.io.kr@gmail.com
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/index.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* CMARKET V6 Partner API
|
|
3
3
|
* 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 9.
|
|
5
|
+
* The version of the OpenAPI document: 9.6.0
|
|
6
6
|
* Contact: semo.io.kr@gmail.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/index.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* CMARKET V6 Partner API
|
|
6
6
|
* 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 9.
|
|
8
|
+
* The version of the OpenAPI document: 9.6.0
|
|
9
9
|
* Contact: semo.io.kr@gmail.com
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* CMARKET V6 Partner API
|
|
3
3
|
* 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 9.
|
|
5
|
+
* The version of the OpenAPI document: 9.6.0
|
|
6
6
|
* Contact: semo.io.kr@gmail.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* CMARKET V6 Partner API
|
|
6
6
|
* 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 9.
|
|
8
|
+
* The version of the OpenAPI document: 9.6.0
|
|
9
9
|
* Contact: semo.io.kr@gmail.com
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|