@cmarket/partner-sdk 6.0.0 → 9.0.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 +16 -6
- package/api/oauth-api.ts +1 -1
- package/api/partner-v1-api.ts +82 -82
- package/api/partner-v2-api.ts +5 -5
- 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 +54 -54
- package/dist/api/partner-v1-api.js +71 -71
- package/dist/api/partner-v2-api.d.ts +5 -5
- package/dist/api/partner-v2-api.js +5 -5
- 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 +54 -54
- package/dist/esm/api/partner-v1-api.js +71 -71
- package/dist/esm/api/partner-v2-api.d.ts +5 -5
- package/dist/esm/api/partner-v2-api.js +5 -5
- 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 +21 -0
- package/dist/esm/models/{negotiation-score-dto.js → bid-result-v1-attachment-dto.js} +1 -1
- package/dist/esm/models/bid-result-v1-participant-dto.d.ts +154 -0
- package/dist/esm/models/{submit-negotiation-scores-request-dto.js → bid-result-v1-participant-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 -125
- package/dist/esm/models/bid-results-response-dto.js +1 -1
- package/dist/esm/models/bid-results-v1-response-dto.d.ts +155 -0
- package/dist/esm/models/bid-results-v1-response-dto.js +14 -0
- 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 +31 -0
- package/dist/esm/models/bid-statement-v1-response-dto.js +14 -0
- package/dist/esm/models/bid-status.d.ts +1 -1
- package/dist/esm/models/bid-status.js +1 -1
- package/dist/esm/models/complete-acceptance-request-dto.d.ts +2 -46
- package/dist/esm/models/complete-acceptance-request-dto.js +1 -1
- package/dist/esm/models/complete-acceptance-v1-request-dto.d.ts +65 -0
- package/dist/esm/models/complete-acceptance-v1-request-dto.js +14 -0
- package/dist/esm/models/contract-document-item-dto.d.ts +1 -1
- package/dist/esm/models/contract-document-item-dto.js +1 -1
- package/dist/esm/models/create-bid-request-dto.d.ts +1 -31
- package/dist/esm/models/create-bid-request-dto.js +1 -9
- package/dist/esm/models/create-bid-v1-request-dto.d.ts +329 -0
- package/dist/esm/models/create-bid-v1-request-dto.js +116 -0
- 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 +12 -2
- package/dist/esm/models/index.js +12 -2
- 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 +30 -0
- package/dist/esm/models/mark-bid-failed-v1-request-dto.js +14 -0
- package/dist/esm/models/{negotiation-score-dto.d.ts → negotiation-score-v1-dto.d.ts} +2 -2
- package/dist/esm/models/negotiation-score-v1-dto.js +14 -0
- 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 +33 -0
- package/dist/esm/models/register-award-v1-request-dto.js +14 -0
- 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 +29 -0
- package/dist/esm/models/statement-v1-document-dto.js +14 -0
- package/dist/esm/models/statement-v1-product-dto.d.ts +49 -0
- package/dist/esm/models/statement-v1-product-dto.js +14 -0
- package/dist/esm/models/{submit-negotiation-scores-request-dto.d.ts → submit-negotiation-scores-v1-request-dto.d.ts} +4 -4
- package/dist/esm/models/submit-negotiation-scores-v1-request-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/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 +21 -0
- package/dist/models/{negotiation-score-dto.js → bid-result-v1-attachment-dto.js} +1 -1
- package/dist/models/bid-result-v1-participant-dto.d.ts +154 -0
- package/dist/models/{submit-negotiation-scores-request-dto.js → bid-result-v1-participant-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 -125
- package/dist/models/bid-results-response-dto.js +1 -1
- package/dist/models/bid-results-v1-response-dto.d.ts +155 -0
- package/dist/models/bid-results-v1-response-dto.js +15 -0
- 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 +31 -0
- package/dist/models/bid-statement-v1-response-dto.js +15 -0
- package/dist/models/bid-status.d.ts +1 -1
- package/dist/models/bid-status.js +1 -1
- package/dist/models/complete-acceptance-request-dto.d.ts +2 -46
- package/dist/models/complete-acceptance-request-dto.js +1 -1
- package/dist/models/complete-acceptance-v1-request-dto.d.ts +65 -0
- package/dist/models/complete-acceptance-v1-request-dto.js +15 -0
- package/dist/models/contract-document-item-dto.d.ts +1 -1
- package/dist/models/contract-document-item-dto.js +1 -1
- package/dist/models/create-bid-request-dto.d.ts +1 -31
- package/dist/models/create-bid-request-dto.js +2 -10
- package/dist/models/create-bid-v1-request-dto.d.ts +329 -0
- package/dist/models/create-bid-v1-request-dto.js +119 -0
- 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 +12 -2
- package/dist/models/index.js +12 -2
- 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 +30 -0
- package/dist/models/mark-bid-failed-v1-request-dto.js +15 -0
- package/dist/models/{negotiation-score-dto.d.ts → negotiation-score-v1-dto.d.ts} +2 -2
- package/dist/models/negotiation-score-v1-dto.js +15 -0
- 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 +33 -0
- package/dist/models/register-award-v1-request-dto.js +15 -0
- 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 +29 -0
- package/dist/models/statement-v1-document-dto.js +15 -0
- package/dist/models/statement-v1-product-dto.d.ts +49 -0
- package/dist/models/statement-v1-product-dto.js +15 -0
- package/dist/models/{submit-negotiation-scores-request-dto.d.ts → submit-negotiation-scores-v1-request-dto.d.ts} +4 -4
- package/dist/models/submit-negotiation-scores-v1-request-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/upload-file-request-dto.d.ts +1 -1
- package/dist/models/upload-file-request-dto.js +1 -1
- package/docs/BidResultV1AttachmentDto.md +22 -0
- package/docs/BidResultV1ParticipantDto.md +88 -0
- package/docs/BidResultsResponseDto.md +0 -62
- package/docs/BidResultsV1ResponseDto.md +88 -0
- package/docs/BidStatementV1ResponseDto.md +26 -0
- package/docs/CompleteAcceptanceRequestDto.md +1 -23
- package/docs/CompleteAcceptanceV1RequestDto.md +44 -0
- package/docs/CreateBidRequestDto.md +0 -10
- package/docs/CreateBidV1RequestDto.md +112 -0
- package/docs/MarkBidFailedV1RequestDto.md +26 -0
- package/docs/{NegotiationScoreDto.md → NegotiationScoreV1Dto.md} +3 -3
- package/docs/PartnerV1Api.md +29 -29
- package/docs/PartnerV2Api.md +1 -1
- package/docs/RegisterAwardV1RequestDto.md +28 -0
- package/docs/StatementV1DocumentDto.md +26 -0
- package/docs/StatementV1ProductDto.md +36 -0
- package/docs/{SubmitNegotiationScoresRequestDto.md → SubmitNegotiationScoresV1RequestDto.md} +4 -4
- 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 +27 -0
- package/models/bid-result-v1-participant-dto.ts +162 -0
- package/models/bid-results-batch-request-dto.ts +1 -1
- package/models/bid-results-response-dto.ts +1 -125
- package/models/bid-results-v1-response-dto.ts +167 -0
- 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 +41 -0
- package/models/bid-status.ts +1 -1
- package/models/complete-acceptance-request-dto.ts +2 -46
- package/models/complete-acceptance-v1-request-dto.ts +71 -0
- package/models/contract-document-item-dto.ts +1 -1
- package/models/create-bid-request-dto.ts +1 -33
- package/models/create-bid-v1-request-dto.ts +367 -0
- 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 +12 -2
- package/models/mark-bid-failed-request-dto.ts +1 -1
- package/models/mark-bid-failed-v1-request-dto.ts +40 -0
- package/models/{negotiation-score-dto.ts → negotiation-score-v1-dto.ts} +2 -2
- 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 +39 -0
- 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 +35 -0
- package/models/statement-v1-product-dto.ts +55 -0
- package/models/{submit-negotiation-scores-request-dto.ts → submit-negotiation-scores-v1-request-dto.ts} +4 -4
- package/models/token-request-dto.ts +1 -1
- package/models/token-response-dto.ts +1 -1
- package/models/upload-file-request-dto.ts +1 -1
- package/package.json +1 -1
|
@@ -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:
|
|
7
|
+
* The version of the OpenAPI document: 9.0.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).
|
|
@@ -35,15 +35,15 @@ export const PartnerV1ApiAxiosParamCreator = function (configuration) {
|
|
|
35
35
|
* V5 `/acceptanceCompleteSend` 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
36
36
|
* @summary 검수완료 전송 — V5 충실
|
|
37
37
|
* @param {string} bidId
|
|
38
|
-
* @param {
|
|
38
|
+
* @param {CompleteAcceptanceV1RequestDto} completeAcceptanceV1RequestDto
|
|
39
39
|
* @param {*} [options] Override http request option.
|
|
40
40
|
* @throws {RequiredError}
|
|
41
41
|
*/
|
|
42
|
-
v1CompleteAcceptance: (bidId_1,
|
|
42
|
+
v1CompleteAcceptance: (bidId_1, completeAcceptanceV1RequestDto_1, ...args_1) => __awaiter(this, [bidId_1, completeAcceptanceV1RequestDto_1, ...args_1], void 0, function* (bidId, completeAcceptanceV1RequestDto, options = {}) {
|
|
43
43
|
// verify required parameter 'bidId' is not null or undefined
|
|
44
44
|
assertParamExists('v1CompleteAcceptance', 'bidId', bidId);
|
|
45
|
-
// verify required parameter '
|
|
46
|
-
assertParamExists('v1CompleteAcceptance', '
|
|
45
|
+
// verify required parameter 'completeAcceptanceV1RequestDto' is not null or undefined
|
|
46
|
+
assertParamExists('v1CompleteAcceptance', 'completeAcceptanceV1RequestDto', completeAcceptanceV1RequestDto);
|
|
47
47
|
const localVarPath = `/v1/bids/{bidId}/acceptance`
|
|
48
48
|
.replace('{bidId}', encodeURIComponent(String(bidId)));
|
|
49
49
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
@@ -64,7 +64,7 @@ export const PartnerV1ApiAxiosParamCreator = function (configuration) {
|
|
|
64
64
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
65
65
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
66
66
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
67
|
-
localVarRequestOptions.data = serializeDataIfNeeded(
|
|
67
|
+
localVarRequestOptions.data = serializeDataIfNeeded(completeAcceptanceV1RequestDto, localVarRequestOptions, configuration);
|
|
68
68
|
return {
|
|
69
69
|
url: toPathString(localVarUrlObj),
|
|
70
70
|
options: localVarRequestOptions,
|
|
@@ -183,13 +183,13 @@ export const PartnerV1ApiAxiosParamCreator = function (configuration) {
|
|
|
183
183
|
/**
|
|
184
184
|
* V5 `scsbidSend`(type=U) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
185
185
|
* @summary 유찰 처리 — V5 충실
|
|
186
|
-
* @param {
|
|
186
|
+
* @param {MarkBidFailedV1RequestDto} markBidFailedV1RequestDto
|
|
187
187
|
* @param {*} [options] Override http request option.
|
|
188
188
|
* @throws {RequiredError}
|
|
189
189
|
*/
|
|
190
|
-
v1MarkBidFailed: (
|
|
191
|
-
// verify required parameter '
|
|
192
|
-
assertParamExists('v1MarkBidFailed', '
|
|
190
|
+
v1MarkBidFailed: (markBidFailedV1RequestDto_1, ...args_1) => __awaiter(this, [markBidFailedV1RequestDto_1, ...args_1], void 0, function* (markBidFailedV1RequestDto, options = {}) {
|
|
191
|
+
// verify required parameter 'markBidFailedV1RequestDto' is not null or undefined
|
|
192
|
+
assertParamExists('v1MarkBidFailed', 'markBidFailedV1RequestDto', markBidFailedV1RequestDto);
|
|
193
193
|
const localVarPath = `/v1/awards/fail`;
|
|
194
194
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
195
195
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -209,7 +209,7 @@ export const PartnerV1ApiAxiosParamCreator = function (configuration) {
|
|
|
209
209
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
210
210
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
211
211
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
212
|
-
localVarRequestOptions.data = serializeDataIfNeeded(
|
|
212
|
+
localVarRequestOptions.data = serializeDataIfNeeded(markBidFailedV1RequestDto, localVarRequestOptions, configuration);
|
|
213
213
|
return {
|
|
214
214
|
url: toPathString(localVarUrlObj),
|
|
215
215
|
options: localVarRequestOptions,
|
|
@@ -218,13 +218,13 @@ export const PartnerV1ApiAxiosParamCreator = function (configuration) {
|
|
|
218
218
|
/**
|
|
219
219
|
* V5 `scsbidSend`(type=W) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
220
220
|
* @summary 낙찰 결과 전송 — V5 충실
|
|
221
|
-
* @param {
|
|
221
|
+
* @param {RegisterAwardV1RequestDto} registerAwardV1RequestDto
|
|
222
222
|
* @param {*} [options] Override http request option.
|
|
223
223
|
* @throws {RequiredError}
|
|
224
224
|
*/
|
|
225
|
-
v1RegisterAward: (
|
|
226
|
-
// verify required parameter '
|
|
227
|
-
assertParamExists('v1RegisterAward', '
|
|
225
|
+
v1RegisterAward: (registerAwardV1RequestDto_1, ...args_1) => __awaiter(this, [registerAwardV1RequestDto_1, ...args_1], void 0, function* (registerAwardV1RequestDto, options = {}) {
|
|
226
|
+
// verify required parameter 'registerAwardV1RequestDto' is not null or undefined
|
|
227
|
+
assertParamExists('v1RegisterAward', 'registerAwardV1RequestDto', registerAwardV1RequestDto);
|
|
228
228
|
const localVarPath = `/v1/awards`;
|
|
229
229
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
230
230
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -244,7 +244,7 @@ export const PartnerV1ApiAxiosParamCreator = function (configuration) {
|
|
|
244
244
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
245
245
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
246
246
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
247
|
-
localVarRequestOptions.data = serializeDataIfNeeded(
|
|
247
|
+
localVarRequestOptions.data = serializeDataIfNeeded(registerAwardV1RequestDto, localVarRequestOptions, configuration);
|
|
248
248
|
return {
|
|
249
249
|
url: toPathString(localVarUrlObj),
|
|
250
250
|
options: localVarRequestOptions,
|
|
@@ -253,13 +253,13 @@ export const PartnerV1ApiAxiosParamCreator = function (configuration) {
|
|
|
253
253
|
/**
|
|
254
254
|
* V5 `scsbidSend`(type=B) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
255
255
|
* @summary 입찰 정보 전송(등록) — V5 충실
|
|
256
|
-
* @param {
|
|
256
|
+
* @param {CreateBidV1RequestDto} createBidV1RequestDto
|
|
257
257
|
* @param {*} [options] Override http request option.
|
|
258
258
|
* @throws {RequiredError}
|
|
259
259
|
*/
|
|
260
|
-
v1RegisterBid: (
|
|
261
|
-
// verify required parameter '
|
|
262
|
-
assertParamExists('v1RegisterBid', '
|
|
260
|
+
v1RegisterBid: (createBidV1RequestDto_1, ...args_1) => __awaiter(this, [createBidV1RequestDto_1, ...args_1], void 0, function* (createBidV1RequestDto, options = {}) {
|
|
261
|
+
// verify required parameter 'createBidV1RequestDto' is not null or undefined
|
|
262
|
+
assertParamExists('v1RegisterBid', 'createBidV1RequestDto', createBidV1RequestDto);
|
|
263
263
|
const localVarPath = `/v1/bids`;
|
|
264
264
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
265
265
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -279,7 +279,7 @@ export const PartnerV1ApiAxiosParamCreator = function (configuration) {
|
|
|
279
279
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
280
280
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
281
281
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
282
|
-
localVarRequestOptions.data = serializeDataIfNeeded(
|
|
282
|
+
localVarRequestOptions.data = serializeDataIfNeeded(createBidV1RequestDto, localVarRequestOptions, configuration);
|
|
283
283
|
return {
|
|
284
284
|
url: toPathString(localVarUrlObj),
|
|
285
285
|
options: localVarRequestOptions,
|
|
@@ -323,13 +323,13 @@ export const PartnerV1ApiAxiosParamCreator = function (configuration) {
|
|
|
323
323
|
/**
|
|
324
324
|
* V5 `scsbidSend`(type=nego) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
325
325
|
* @summary 협상(H/K) 점수평가 — V5 충실
|
|
326
|
-
* @param {
|
|
326
|
+
* @param {SubmitNegotiationScoresV1RequestDto} submitNegotiationScoresV1RequestDto
|
|
327
327
|
* @param {*} [options] Override http request option.
|
|
328
328
|
* @throws {RequiredError}
|
|
329
329
|
*/
|
|
330
|
-
v1SubmitNegotiationScores: (
|
|
331
|
-
// verify required parameter '
|
|
332
|
-
assertParamExists('v1SubmitNegotiationScores', '
|
|
330
|
+
v1SubmitNegotiationScores: (submitNegotiationScoresV1RequestDto_1, ...args_1) => __awaiter(this, [submitNegotiationScoresV1RequestDto_1, ...args_1], void 0, function* (submitNegotiationScoresV1RequestDto, options = {}) {
|
|
331
|
+
// verify required parameter 'submitNegotiationScoresV1RequestDto' is not null or undefined
|
|
332
|
+
assertParamExists('v1SubmitNegotiationScores', 'submitNegotiationScoresV1RequestDto', submitNegotiationScoresV1RequestDto);
|
|
333
333
|
const localVarPath = `/v1/awards/nego-eval`;
|
|
334
334
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
335
335
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -349,7 +349,7 @@ export const PartnerV1ApiAxiosParamCreator = function (configuration) {
|
|
|
349
349
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
350
350
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
351
351
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
352
|
-
localVarRequestOptions.data = serializeDataIfNeeded(
|
|
352
|
+
localVarRequestOptions.data = serializeDataIfNeeded(submitNegotiationScoresV1RequestDto, localVarRequestOptions, configuration);
|
|
353
353
|
return {
|
|
354
354
|
url: toPathString(localVarUrlObj),
|
|
355
355
|
options: localVarRequestOptions,
|
|
@@ -367,14 +367,14 @@ export const PartnerV1ApiFp = function (configuration) {
|
|
|
367
367
|
* V5 `/acceptanceCompleteSend` 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
368
368
|
* @summary 검수완료 전송 — V5 충실
|
|
369
369
|
* @param {string} bidId
|
|
370
|
-
* @param {
|
|
370
|
+
* @param {CompleteAcceptanceV1RequestDto} completeAcceptanceV1RequestDto
|
|
371
371
|
* @param {*} [options] Override http request option.
|
|
372
372
|
* @throws {RequiredError}
|
|
373
373
|
*/
|
|
374
|
-
v1CompleteAcceptance(bidId,
|
|
374
|
+
v1CompleteAcceptance(bidId, completeAcceptanceV1RequestDto, options) {
|
|
375
375
|
return __awaiter(this, void 0, void 0, function* () {
|
|
376
376
|
var _a, _b, _c;
|
|
377
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CompleteAcceptance(bidId,
|
|
377
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CompleteAcceptance(bidId, completeAcceptanceV1RequestDto, options);
|
|
378
378
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
379
379
|
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['PartnerV1Api.v1CompleteAcceptance']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
380
380
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -432,14 +432,14 @@ export const PartnerV1ApiFp = function (configuration) {
|
|
|
432
432
|
/**
|
|
433
433
|
* V5 `scsbidSend`(type=U) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
434
434
|
* @summary 유찰 처리 — V5 충실
|
|
435
|
-
* @param {
|
|
435
|
+
* @param {MarkBidFailedV1RequestDto} markBidFailedV1RequestDto
|
|
436
436
|
* @param {*} [options] Override http request option.
|
|
437
437
|
* @throws {RequiredError}
|
|
438
438
|
*/
|
|
439
|
-
v1MarkBidFailed(
|
|
439
|
+
v1MarkBidFailed(markBidFailedV1RequestDto, options) {
|
|
440
440
|
return __awaiter(this, void 0, void 0, function* () {
|
|
441
441
|
var _a, _b, _c;
|
|
442
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1MarkBidFailed(
|
|
442
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1MarkBidFailed(markBidFailedV1RequestDto, options);
|
|
443
443
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
444
444
|
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['PartnerV1Api.v1MarkBidFailed']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
445
445
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -448,14 +448,14 @@ export const PartnerV1ApiFp = function (configuration) {
|
|
|
448
448
|
/**
|
|
449
449
|
* V5 `scsbidSend`(type=W) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
450
450
|
* @summary 낙찰 결과 전송 — V5 충실
|
|
451
|
-
* @param {
|
|
451
|
+
* @param {RegisterAwardV1RequestDto} registerAwardV1RequestDto
|
|
452
452
|
* @param {*} [options] Override http request option.
|
|
453
453
|
* @throws {RequiredError}
|
|
454
454
|
*/
|
|
455
|
-
v1RegisterAward(
|
|
455
|
+
v1RegisterAward(registerAwardV1RequestDto, options) {
|
|
456
456
|
return __awaiter(this, void 0, void 0, function* () {
|
|
457
457
|
var _a, _b, _c;
|
|
458
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1RegisterAward(
|
|
458
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1RegisterAward(registerAwardV1RequestDto, options);
|
|
459
459
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
460
460
|
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['PartnerV1Api.v1RegisterAward']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
461
461
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -464,14 +464,14 @@ export const PartnerV1ApiFp = function (configuration) {
|
|
|
464
464
|
/**
|
|
465
465
|
* V5 `scsbidSend`(type=B) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
466
466
|
* @summary 입찰 정보 전송(등록) — V5 충실
|
|
467
|
-
* @param {
|
|
467
|
+
* @param {CreateBidV1RequestDto} createBidV1RequestDto
|
|
468
468
|
* @param {*} [options] Override http request option.
|
|
469
469
|
* @throws {RequiredError}
|
|
470
470
|
*/
|
|
471
|
-
v1RegisterBid(
|
|
471
|
+
v1RegisterBid(createBidV1RequestDto, options) {
|
|
472
472
|
return __awaiter(this, void 0, void 0, function* () {
|
|
473
473
|
var _a, _b, _c;
|
|
474
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1RegisterBid(
|
|
474
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1RegisterBid(createBidV1RequestDto, options);
|
|
475
475
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
476
476
|
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['PartnerV1Api.v1RegisterBid']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
477
477
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -496,14 +496,14 @@ export const PartnerV1ApiFp = function (configuration) {
|
|
|
496
496
|
/**
|
|
497
497
|
* V5 `scsbidSend`(type=nego) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
498
498
|
* @summary 협상(H/K) 점수평가 — V5 충실
|
|
499
|
-
* @param {
|
|
499
|
+
* @param {SubmitNegotiationScoresV1RequestDto} submitNegotiationScoresV1RequestDto
|
|
500
500
|
* @param {*} [options] Override http request option.
|
|
501
501
|
* @throws {RequiredError}
|
|
502
502
|
*/
|
|
503
|
-
v1SubmitNegotiationScores(
|
|
503
|
+
v1SubmitNegotiationScores(submitNegotiationScoresV1RequestDto, options) {
|
|
504
504
|
return __awaiter(this, void 0, void 0, function* () {
|
|
505
505
|
var _a, _b, _c;
|
|
506
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1SubmitNegotiationScores(
|
|
506
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1SubmitNegotiationScores(submitNegotiationScoresV1RequestDto, options);
|
|
507
507
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
508
508
|
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['PartnerV1Api.v1SubmitNegotiationScores']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
509
509
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -521,12 +521,12 @@ export const PartnerV1ApiFactory = function (configuration, basePath, axios) {
|
|
|
521
521
|
* V5 `/acceptanceCompleteSend` 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
522
522
|
* @summary 검수완료 전송 — V5 충실
|
|
523
523
|
* @param {string} bidId
|
|
524
|
-
* @param {
|
|
524
|
+
* @param {CompleteAcceptanceV1RequestDto} completeAcceptanceV1RequestDto
|
|
525
525
|
* @param {*} [options] Override http request option.
|
|
526
526
|
* @throws {RequiredError}
|
|
527
527
|
*/
|
|
528
|
-
v1CompleteAcceptance(bidId,
|
|
529
|
-
return localVarFp.v1CompleteAcceptance(bidId,
|
|
528
|
+
v1CompleteAcceptance(bidId, completeAcceptanceV1RequestDto, options) {
|
|
529
|
+
return localVarFp.v1CompleteAcceptance(bidId, completeAcceptanceV1RequestDto, options).then((request) => request(axios, basePath));
|
|
530
530
|
},
|
|
531
531
|
/**
|
|
532
532
|
* V5 `/contractDocumentRec`(bid_puchase_no_list) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
@@ -562,32 +562,32 @@ export const PartnerV1ApiFactory = function (configuration, basePath, axios) {
|
|
|
562
562
|
/**
|
|
563
563
|
* V5 `scsbidSend`(type=U) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
564
564
|
* @summary 유찰 처리 — V5 충실
|
|
565
|
-
* @param {
|
|
565
|
+
* @param {MarkBidFailedV1RequestDto} markBidFailedV1RequestDto
|
|
566
566
|
* @param {*} [options] Override http request option.
|
|
567
567
|
* @throws {RequiredError}
|
|
568
568
|
*/
|
|
569
|
-
v1MarkBidFailed(
|
|
570
|
-
return localVarFp.v1MarkBidFailed(
|
|
569
|
+
v1MarkBidFailed(markBidFailedV1RequestDto, options) {
|
|
570
|
+
return localVarFp.v1MarkBidFailed(markBidFailedV1RequestDto, options).then((request) => request(axios, basePath));
|
|
571
571
|
},
|
|
572
572
|
/**
|
|
573
573
|
* V5 `scsbidSend`(type=W) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
574
574
|
* @summary 낙찰 결과 전송 — V5 충실
|
|
575
|
-
* @param {
|
|
575
|
+
* @param {RegisterAwardV1RequestDto} registerAwardV1RequestDto
|
|
576
576
|
* @param {*} [options] Override http request option.
|
|
577
577
|
* @throws {RequiredError}
|
|
578
578
|
*/
|
|
579
|
-
v1RegisterAward(
|
|
580
|
-
return localVarFp.v1RegisterAward(
|
|
579
|
+
v1RegisterAward(registerAwardV1RequestDto, options) {
|
|
580
|
+
return localVarFp.v1RegisterAward(registerAwardV1RequestDto, options).then((request) => request(axios, basePath));
|
|
581
581
|
},
|
|
582
582
|
/**
|
|
583
583
|
* V5 `scsbidSend`(type=B) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
584
584
|
* @summary 입찰 정보 전송(등록) — V5 충실
|
|
585
|
-
* @param {
|
|
585
|
+
* @param {CreateBidV1RequestDto} createBidV1RequestDto
|
|
586
586
|
* @param {*} [options] Override http request option.
|
|
587
587
|
* @throws {RequiredError}
|
|
588
588
|
*/
|
|
589
|
-
v1RegisterBid(
|
|
590
|
-
return localVarFp.v1RegisterBid(
|
|
589
|
+
v1RegisterBid(createBidV1RequestDto, options) {
|
|
590
|
+
return localVarFp.v1RegisterBid(createBidV1RequestDto, options).then((request) => request(axios, basePath));
|
|
591
591
|
},
|
|
592
592
|
/**
|
|
593
593
|
* V5 `splitInvoiceRequest` 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
@@ -602,12 +602,12 @@ export const PartnerV1ApiFactory = function (configuration, basePath, axios) {
|
|
|
602
602
|
/**
|
|
603
603
|
* V5 `scsbidSend`(type=nego) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
604
604
|
* @summary 협상(H/K) 점수평가 — V5 충실
|
|
605
|
-
* @param {
|
|
605
|
+
* @param {SubmitNegotiationScoresV1RequestDto} submitNegotiationScoresV1RequestDto
|
|
606
606
|
* @param {*} [options] Override http request option.
|
|
607
607
|
* @throws {RequiredError}
|
|
608
608
|
*/
|
|
609
|
-
v1SubmitNegotiationScores(
|
|
610
|
-
return localVarFp.v1SubmitNegotiationScores(
|
|
609
|
+
v1SubmitNegotiationScores(submitNegotiationScoresV1RequestDto, options) {
|
|
610
|
+
return localVarFp.v1SubmitNegotiationScores(submitNegotiationScoresV1RequestDto, options).then((request) => request(axios, basePath));
|
|
611
611
|
},
|
|
612
612
|
};
|
|
613
613
|
};
|
|
@@ -619,12 +619,12 @@ export class PartnerV1Api extends BaseAPI {
|
|
|
619
619
|
* V5 `/acceptanceCompleteSend` 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
620
620
|
* @summary 검수완료 전송 — V5 충실
|
|
621
621
|
* @param {string} bidId
|
|
622
|
-
* @param {
|
|
622
|
+
* @param {CompleteAcceptanceV1RequestDto} completeAcceptanceV1RequestDto
|
|
623
623
|
* @param {*} [options] Override http request option.
|
|
624
624
|
* @throws {RequiredError}
|
|
625
625
|
*/
|
|
626
|
-
v1CompleteAcceptance(bidId,
|
|
627
|
-
return PartnerV1ApiFp(this.configuration).v1CompleteAcceptance(bidId,
|
|
626
|
+
v1CompleteAcceptance(bidId, completeAcceptanceV1RequestDto, options) {
|
|
627
|
+
return PartnerV1ApiFp(this.configuration).v1CompleteAcceptance(bidId, completeAcceptanceV1RequestDto, options).then((request) => request(this.axios, this.basePath));
|
|
628
628
|
}
|
|
629
629
|
/**
|
|
630
630
|
* V5 `/contractDocumentRec`(bid_puchase_no_list) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
@@ -660,32 +660,32 @@ export class PartnerV1Api extends BaseAPI {
|
|
|
660
660
|
/**
|
|
661
661
|
* V5 `scsbidSend`(type=U) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
662
662
|
* @summary 유찰 처리 — V5 충실
|
|
663
|
-
* @param {
|
|
663
|
+
* @param {MarkBidFailedV1RequestDto} markBidFailedV1RequestDto
|
|
664
664
|
* @param {*} [options] Override http request option.
|
|
665
665
|
* @throws {RequiredError}
|
|
666
666
|
*/
|
|
667
|
-
v1MarkBidFailed(
|
|
668
|
-
return PartnerV1ApiFp(this.configuration).v1MarkBidFailed(
|
|
667
|
+
v1MarkBidFailed(markBidFailedV1RequestDto, options) {
|
|
668
|
+
return PartnerV1ApiFp(this.configuration).v1MarkBidFailed(markBidFailedV1RequestDto, options).then((request) => request(this.axios, this.basePath));
|
|
669
669
|
}
|
|
670
670
|
/**
|
|
671
671
|
* V5 `scsbidSend`(type=W) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
672
672
|
* @summary 낙찰 결과 전송 — V5 충실
|
|
673
|
-
* @param {
|
|
673
|
+
* @param {RegisterAwardV1RequestDto} registerAwardV1RequestDto
|
|
674
674
|
* @param {*} [options] Override http request option.
|
|
675
675
|
* @throws {RequiredError}
|
|
676
676
|
*/
|
|
677
|
-
v1RegisterAward(
|
|
678
|
-
return PartnerV1ApiFp(this.configuration).v1RegisterAward(
|
|
677
|
+
v1RegisterAward(registerAwardV1RequestDto, options) {
|
|
678
|
+
return PartnerV1ApiFp(this.configuration).v1RegisterAward(registerAwardV1RequestDto, options).then((request) => request(this.axios, this.basePath));
|
|
679
679
|
}
|
|
680
680
|
/**
|
|
681
681
|
* V5 `scsbidSend`(type=B) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
682
682
|
* @summary 입찰 정보 전송(등록) — V5 충실
|
|
683
|
-
* @param {
|
|
683
|
+
* @param {CreateBidV1RequestDto} createBidV1RequestDto
|
|
684
684
|
* @param {*} [options] Override http request option.
|
|
685
685
|
* @throws {RequiredError}
|
|
686
686
|
*/
|
|
687
|
-
v1RegisterBid(
|
|
688
|
-
return PartnerV1ApiFp(this.configuration).v1RegisterBid(
|
|
687
|
+
v1RegisterBid(createBidV1RequestDto, options) {
|
|
688
|
+
return PartnerV1ApiFp(this.configuration).v1RegisterBid(createBidV1RequestDto, options).then((request) => request(this.axios, this.basePath));
|
|
689
689
|
}
|
|
690
690
|
/**
|
|
691
691
|
* V5 `splitInvoiceRequest` 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
@@ -700,11 +700,11 @@ export class PartnerV1Api extends BaseAPI {
|
|
|
700
700
|
/**
|
|
701
701
|
* V5 `scsbidSend`(type=nego) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
702
702
|
* @summary 협상(H/K) 점수평가 — V5 충실
|
|
703
|
-
* @param {
|
|
703
|
+
* @param {SubmitNegotiationScoresV1RequestDto} submitNegotiationScoresV1RequestDto
|
|
704
704
|
* @param {*} [options] Override http request option.
|
|
705
705
|
* @throws {RequiredError}
|
|
706
706
|
*/
|
|
707
|
-
v1SubmitNegotiationScores(
|
|
708
|
-
return PartnerV1ApiFp(this.configuration).v1SubmitNegotiationScores(
|
|
707
|
+
v1SubmitNegotiationScores(submitNegotiationScoresV1RequestDto, options) {
|
|
708
|
+
return PartnerV1ApiFp(this.configuration).v1SubmitNegotiationScores(submitNegotiationScoresV1RequestDto, options).then((request) => request(this.axios, this.basePath));
|
|
709
709
|
}
|
|
710
710
|
}
|
|
@@ -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:
|
|
5
|
+
* The version of the OpenAPI document: 9.0.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).
|
|
@@ -31,7 +31,7 @@ import type { UploadFileRequestDto } from '../models';
|
|
|
31
31
|
*/
|
|
32
32
|
export declare const PartnerV2ApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
33
33
|
/**
|
|
34
|
-
* 낙찰 공고의 검수(납품 검수)가 완료되었음을 기록합니다. **V5 대응:** `acceptanceCompleteSend` — BidApi.xml `acceptanceComplete` 액션의 V6 후속. **호출 시점:** 낙찰자(공급사)가 납품을 완료하고 구매자가 검수를 확인한 시점. 공고 상태가 낙찰(AWARDED) 상태여야 합니다. **부수효과:** - 검수완료 상태가 기록됩니다. -
|
|
34
|
+
* 낙찰 공고의 검수(납품 검수)가 완료되었음을 기록합니다. **V5 대응:** `acceptanceCompleteSend` — BidApi.xml `acceptanceComplete` 액션의 V6 후속. **호출 시점:** 낙찰자(공급사)가 납품을 완료하고 구매자가 검수를 확인한 시점. 공고 상태가 낙찰(AWARDED) 상태여야 합니다. **부수효과:** - 검수완료 상태가 기록됩니다. - 응답은 204가 아닌 200입니다 — 멱등성 인터셉터가 구체 바디를 캐시하고 SDK 가 타입드 응답을 필요로 하기 때문. **V5-compat 안내:** 거래명세서·검수보고서에 찍힐 구매사 사업자정보·담당자·작성일자 override(11종)는 modern v2 표면에서 제거됐습니다. 필요 시 V5 충실 카운터파트 `POST /v1/bids/{bidId}/acceptance`(`CompleteAcceptanceV1RequestDto`)를 사용하세요. **낙찰자 식별:** `winnerMemberId`(공급사 memberId). 내부 joinSeq 해소는 backend 가 처리합니다. **필수 스코프:** `contracts:write` **멱등성:** `Idempotency-Key` 헤더 필수.
|
|
35
35
|
* @summary 검수완료 전송
|
|
36
36
|
* @param {string} bidId 공고 ID(= backend bidId = 등록 응답의 bidNo).
|
|
37
37
|
* @param {string} idempotencyKey 멱등성 키(1~255자, [A-Za-z0-9_-]). 동일 키 + 동일 body 재전송 시 캐시 응답 반환(24시간). UUID v4 권장.
|
|
@@ -113,7 +113,7 @@ export declare const PartnerV2ApiAxiosParamCreator: (configuration?: Configurati
|
|
|
113
113
|
*/
|
|
114
114
|
export declare const PartnerV2ApiFp: (configuration?: Configuration) => {
|
|
115
115
|
/**
|
|
116
|
-
* 낙찰 공고의 검수(납품 검수)가 완료되었음을 기록합니다. **V5 대응:** `acceptanceCompleteSend` — BidApi.xml `acceptanceComplete` 액션의 V6 후속. **호출 시점:** 낙찰자(공급사)가 납품을 완료하고 구매자가 검수를 확인한 시점. 공고 상태가 낙찰(AWARDED) 상태여야 합니다. **부수효과:** - 검수완료 상태가 기록됩니다. -
|
|
116
|
+
* 낙찰 공고의 검수(납품 검수)가 완료되었음을 기록합니다. **V5 대응:** `acceptanceCompleteSend` — BidApi.xml `acceptanceComplete` 액션의 V6 후속. **호출 시점:** 낙찰자(공급사)가 납품을 완료하고 구매자가 검수를 확인한 시점. 공고 상태가 낙찰(AWARDED) 상태여야 합니다. **부수효과:** - 검수완료 상태가 기록됩니다. - 응답은 204가 아닌 200입니다 — 멱등성 인터셉터가 구체 바디를 캐시하고 SDK 가 타입드 응답을 필요로 하기 때문. **V5-compat 안내:** 거래명세서·검수보고서에 찍힐 구매사 사업자정보·담당자·작성일자 override(11종)는 modern v2 표면에서 제거됐습니다. 필요 시 V5 충실 카운터파트 `POST /v1/bids/{bidId}/acceptance`(`CompleteAcceptanceV1RequestDto`)를 사용하세요. **낙찰자 식별:** `winnerMemberId`(공급사 memberId). 내부 joinSeq 해소는 backend 가 처리합니다. **필수 스코프:** `contracts:write` **멱등성:** `Idempotency-Key` 헤더 필수.
|
|
117
117
|
* @summary 검수완료 전송
|
|
118
118
|
* @param {string} bidId 공고 ID(= backend bidId = 등록 응답의 bidNo).
|
|
119
119
|
* @param {string} idempotencyKey 멱등성 키(1~255자, [A-Za-z0-9_-]). 동일 키 + 동일 body 재전송 시 캐시 응답 반환(24시간). UUID v4 권장.
|
|
@@ -195,7 +195,7 @@ export declare const PartnerV2ApiFp: (configuration?: Configuration) => {
|
|
|
195
195
|
*/
|
|
196
196
|
export declare const PartnerV2ApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
197
197
|
/**
|
|
198
|
-
* 낙찰 공고의 검수(납품 검수)가 완료되었음을 기록합니다. **V5 대응:** `acceptanceCompleteSend` — BidApi.xml `acceptanceComplete` 액션의 V6 후속. **호출 시점:** 낙찰자(공급사)가 납품을 완료하고 구매자가 검수를 확인한 시점. 공고 상태가 낙찰(AWARDED) 상태여야 합니다. **부수효과:** - 검수완료 상태가 기록됩니다. -
|
|
198
|
+
* 낙찰 공고의 검수(납품 검수)가 완료되었음을 기록합니다. **V5 대응:** `acceptanceCompleteSend` — BidApi.xml `acceptanceComplete` 액션의 V6 후속. **호출 시점:** 낙찰자(공급사)가 납품을 완료하고 구매자가 검수를 확인한 시점. 공고 상태가 낙찰(AWARDED) 상태여야 합니다. **부수효과:** - 검수완료 상태가 기록됩니다. - 응답은 204가 아닌 200입니다 — 멱등성 인터셉터가 구체 바디를 캐시하고 SDK 가 타입드 응답을 필요로 하기 때문. **V5-compat 안내:** 거래명세서·검수보고서에 찍힐 구매사 사업자정보·담당자·작성일자 override(11종)는 modern v2 표면에서 제거됐습니다. 필요 시 V5 충실 카운터파트 `POST /v1/bids/{bidId}/acceptance`(`CompleteAcceptanceV1RequestDto`)를 사용하세요. **낙찰자 식별:** `winnerMemberId`(공급사 memberId). 내부 joinSeq 해소는 backend 가 처리합니다. **필수 스코프:** `contracts:write` **멱등성:** `Idempotency-Key` 헤더 필수.
|
|
199
199
|
* @summary 검수완료 전송
|
|
200
200
|
* @param {string} bidId 공고 ID(= backend bidId = 등록 응답의 bidNo).
|
|
201
201
|
* @param {string} idempotencyKey 멱등성 키(1~255자, [A-Za-z0-9_-]). 동일 키 + 동일 body 재전송 시 캐시 응답 반환(24시간). UUID v4 권장.
|
|
@@ -277,7 +277,7 @@ export declare const PartnerV2ApiFactory: (configuration?: Configuration, basePa
|
|
|
277
277
|
*/
|
|
278
278
|
export declare class PartnerV2Api extends BaseAPI {
|
|
279
279
|
/**
|
|
280
|
-
* 낙찰 공고의 검수(납품 검수)가 완료되었음을 기록합니다. **V5 대응:** `acceptanceCompleteSend` — BidApi.xml `acceptanceComplete` 액션의 V6 후속. **호출 시점:** 낙찰자(공급사)가 납품을 완료하고 구매자가 검수를 확인한 시점. 공고 상태가 낙찰(AWARDED) 상태여야 합니다. **부수효과:** - 검수완료 상태가 기록됩니다. -
|
|
280
|
+
* 낙찰 공고의 검수(납품 검수)가 완료되었음을 기록합니다. **V5 대응:** `acceptanceCompleteSend` — BidApi.xml `acceptanceComplete` 액션의 V6 후속. **호출 시점:** 낙찰자(공급사)가 납품을 완료하고 구매자가 검수를 확인한 시점. 공고 상태가 낙찰(AWARDED) 상태여야 합니다. **부수효과:** - 검수완료 상태가 기록됩니다. - 응답은 204가 아닌 200입니다 — 멱등성 인터셉터가 구체 바디를 캐시하고 SDK 가 타입드 응답을 필요로 하기 때문. **V5-compat 안내:** 거래명세서·검수보고서에 찍힐 구매사 사업자정보·담당자·작성일자 override(11종)는 modern v2 표면에서 제거됐습니다. 필요 시 V5 충실 카운터파트 `POST /v1/bids/{bidId}/acceptance`(`CompleteAcceptanceV1RequestDto`)를 사용하세요. **낙찰자 식별:** `winnerMemberId`(공급사 memberId). 내부 joinSeq 해소는 backend 가 처리합니다. **필수 스코프:** `contracts:write` **멱등성:** `Idempotency-Key` 헤더 필수.
|
|
281
281
|
* @summary 검수완료 전송
|
|
282
282
|
* @param {string} bidId 공고 ID(= backend bidId = 등록 응답의 bidNo).
|
|
283
283
|
* @param {string} idempotencyKey 멱등성 키(1~255자, [A-Za-z0-9_-]). 동일 키 + 동일 body 재전송 시 캐시 응답 반환(24시간). UUID v4 권장.
|
|
@@ -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:
|
|
7
|
+
* The version of the OpenAPI document: 9.0.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).
|
|
@@ -32,7 +32,7 @@ import { BASE_PATH, BaseAPI, operationServerMap } from '../base';
|
|
|
32
32
|
export const PartnerV2ApiAxiosParamCreator = function (configuration) {
|
|
33
33
|
return {
|
|
34
34
|
/**
|
|
35
|
-
* 낙찰 공고의 검수(납품 검수)가 완료되었음을 기록합니다. **V5 대응:** `acceptanceCompleteSend` — BidApi.xml `acceptanceComplete` 액션의 V6 후속. **호출 시점:** 낙찰자(공급사)가 납품을 완료하고 구매자가 검수를 확인한 시점. 공고 상태가 낙찰(AWARDED) 상태여야 합니다. **부수효과:** - 검수완료 상태가 기록됩니다. -
|
|
35
|
+
* 낙찰 공고의 검수(납품 검수)가 완료되었음을 기록합니다. **V5 대응:** `acceptanceCompleteSend` — BidApi.xml `acceptanceComplete` 액션의 V6 후속. **호출 시점:** 낙찰자(공급사)가 납품을 완료하고 구매자가 검수를 확인한 시점. 공고 상태가 낙찰(AWARDED) 상태여야 합니다. **부수효과:** - 검수완료 상태가 기록됩니다. - 응답은 204가 아닌 200입니다 — 멱등성 인터셉터가 구체 바디를 캐시하고 SDK 가 타입드 응답을 필요로 하기 때문. **V5-compat 안내:** 거래명세서·검수보고서에 찍힐 구매사 사업자정보·담당자·작성일자 override(11종)는 modern v2 표면에서 제거됐습니다. 필요 시 V5 충실 카운터파트 `POST /v1/bids/{bidId}/acceptance`(`CompleteAcceptanceV1RequestDto`)를 사용하세요. **낙찰자 식별:** `winnerMemberId`(공급사 memberId). 내부 joinSeq 해소는 backend 가 처리합니다. **필수 스코프:** `contracts:write` **멱등성:** `Idempotency-Key` 헤더 필수.
|
|
36
36
|
* @summary 검수완료 전송
|
|
37
37
|
* @param {string} bidId 공고 ID(= backend bidId = 등록 응답의 bidNo).
|
|
38
38
|
* @param {string} idempotencyKey 멱등성 키(1~255자, [A-Za-z0-9_-]). 동일 키 + 동일 body 재전송 시 캐시 응답 반환(24시간). UUID v4 권장.
|
|
@@ -369,7 +369,7 @@ export const PartnerV2ApiFp = function (configuration) {
|
|
|
369
369
|
const localVarAxiosParamCreator = PartnerV2ApiAxiosParamCreator(configuration);
|
|
370
370
|
return {
|
|
371
371
|
/**
|
|
372
|
-
* 낙찰 공고의 검수(납품 검수)가 완료되었음을 기록합니다. **V5 대응:** `acceptanceCompleteSend` — BidApi.xml `acceptanceComplete` 액션의 V6 후속. **호출 시점:** 낙찰자(공급사)가 납품을 완료하고 구매자가 검수를 확인한 시점. 공고 상태가 낙찰(AWARDED) 상태여야 합니다. **부수효과:** - 검수완료 상태가 기록됩니다. -
|
|
372
|
+
* 낙찰 공고의 검수(납품 검수)가 완료되었음을 기록합니다. **V5 대응:** `acceptanceCompleteSend` — BidApi.xml `acceptanceComplete` 액션의 V6 후속. **호출 시점:** 낙찰자(공급사)가 납품을 완료하고 구매자가 검수를 확인한 시점. 공고 상태가 낙찰(AWARDED) 상태여야 합니다. **부수효과:** - 검수완료 상태가 기록됩니다. - 응답은 204가 아닌 200입니다 — 멱등성 인터셉터가 구체 바디를 캐시하고 SDK 가 타입드 응답을 필요로 하기 때문. **V5-compat 안내:** 거래명세서·검수보고서에 찍힐 구매사 사업자정보·담당자·작성일자 override(11종)는 modern v2 표면에서 제거됐습니다. 필요 시 V5 충실 카운터파트 `POST /v1/bids/{bidId}/acceptance`(`CompleteAcceptanceV1RequestDto`)를 사용하세요. **낙찰자 식별:** `winnerMemberId`(공급사 memberId). 내부 joinSeq 해소는 backend 가 처리합니다. **필수 스코프:** `contracts:write` **멱등성:** `Idempotency-Key` 헤더 필수.
|
|
373
373
|
* @summary 검수완료 전송
|
|
374
374
|
* @param {string} bidId 공고 ID(= backend bidId = 등록 응답의 bidNo).
|
|
375
375
|
* @param {string} idempotencyKey 멱등성 키(1~255자, [A-Za-z0-9_-]). 동일 키 + 동일 body 재전송 시 캐시 응답 반환(24시간). UUID v4 권장.
|
|
@@ -526,7 +526,7 @@ export const PartnerV2ApiFactory = function (configuration, basePath, axios) {
|
|
|
526
526
|
const localVarFp = PartnerV2ApiFp(configuration);
|
|
527
527
|
return {
|
|
528
528
|
/**
|
|
529
|
-
* 낙찰 공고의 검수(납품 검수)가 완료되었음을 기록합니다. **V5 대응:** `acceptanceCompleteSend` — BidApi.xml `acceptanceComplete` 액션의 V6 후속. **호출 시점:** 낙찰자(공급사)가 납품을 완료하고 구매자가 검수를 확인한 시점. 공고 상태가 낙찰(AWARDED) 상태여야 합니다. **부수효과:** - 검수완료 상태가 기록됩니다. -
|
|
529
|
+
* 낙찰 공고의 검수(납품 검수)가 완료되었음을 기록합니다. **V5 대응:** `acceptanceCompleteSend` — BidApi.xml `acceptanceComplete` 액션의 V6 후속. **호출 시점:** 낙찰자(공급사)가 납품을 완료하고 구매자가 검수를 확인한 시점. 공고 상태가 낙찰(AWARDED) 상태여야 합니다. **부수효과:** - 검수완료 상태가 기록됩니다. - 응답은 204가 아닌 200입니다 — 멱등성 인터셉터가 구체 바디를 캐시하고 SDK 가 타입드 응답을 필요로 하기 때문. **V5-compat 안내:** 거래명세서·검수보고서에 찍힐 구매사 사업자정보·담당자·작성일자 override(11종)는 modern v2 표면에서 제거됐습니다. 필요 시 V5 충실 카운터파트 `POST /v1/bids/{bidId}/acceptance`(`CompleteAcceptanceV1RequestDto`)를 사용하세요. **낙찰자 식별:** `winnerMemberId`(공급사 memberId). 내부 joinSeq 해소는 backend 가 처리합니다. **필수 스코프:** `contracts:write` **멱등성:** `Idempotency-Key` 헤더 필수.
|
|
530
530
|
* @summary 검수완료 전송
|
|
531
531
|
* @param {string} bidId 공고 ID(= backend bidId = 등록 응답의 bidNo).
|
|
532
532
|
* @param {string} idempotencyKey 멱등성 키(1~255자, [A-Za-z0-9_-]). 동일 키 + 동일 body 재전송 시 캐시 응답 반환(24시간). UUID v4 권장.
|
|
@@ -627,7 +627,7 @@ export const PartnerV2ApiFactory = function (configuration, basePath, axios) {
|
|
|
627
627
|
*/
|
|
628
628
|
export class PartnerV2Api extends BaseAPI {
|
|
629
629
|
/**
|
|
630
|
-
* 낙찰 공고의 검수(납품 검수)가 완료되었음을 기록합니다. **V5 대응:** `acceptanceCompleteSend` — BidApi.xml `acceptanceComplete` 액션의 V6 후속. **호출 시점:** 낙찰자(공급사)가 납품을 완료하고 구매자가 검수를 확인한 시점. 공고 상태가 낙찰(AWARDED) 상태여야 합니다. **부수효과:** - 검수완료 상태가 기록됩니다. -
|
|
630
|
+
* 낙찰 공고의 검수(납품 검수)가 완료되었음을 기록합니다. **V5 대응:** `acceptanceCompleteSend` — BidApi.xml `acceptanceComplete` 액션의 V6 후속. **호출 시점:** 낙찰자(공급사)가 납품을 완료하고 구매자가 검수를 확인한 시점. 공고 상태가 낙찰(AWARDED) 상태여야 합니다. **부수효과:** - 검수완료 상태가 기록됩니다. - 응답은 204가 아닌 200입니다 — 멱등성 인터셉터가 구체 바디를 캐시하고 SDK 가 타입드 응답을 필요로 하기 때문. **V5-compat 안내:** 거래명세서·검수보고서에 찍힐 구매사 사업자정보·담당자·작성일자 override(11종)는 modern v2 표면에서 제거됐습니다. 필요 시 V5 충실 카운터파트 `POST /v1/bids/{bidId}/acceptance`(`CompleteAcceptanceV1RequestDto`)를 사용하세요. **낙찰자 식별:** `winnerMemberId`(공급사 memberId). 내부 joinSeq 해소는 backend 가 처리합니다. **필수 스코프:** `contracts:write` **멱등성:** `Idempotency-Key` 헤더 필수.
|
|
631
631
|
* @summary 검수완료 전송
|
|
632
632
|
* @param {string} bidId 공고 ID(= backend bidId = 등록 응답의 bidNo).
|
|
633
633
|
* @param {string} idempotencyKey 멱등성 키(1~255자, [A-Za-z0-9_-]). 동일 키 + 동일 body 재전송 시 캐시 응답 반환(24시간). UUID v4 권장.
|
package/dist/esm/api.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:
|
|
5
|
+
* The version of the OpenAPI document: 9.0.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/esm/api.js
CHANGED
|
@@ -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:
|
|
7
|
+
* The version of the OpenAPI document: 9.0.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/esm/base.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:
|
|
5
|
+
* The version of the OpenAPI document: 9.0.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/esm/base.js
CHANGED
|
@@ -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:
|
|
7
|
+
* The version of the OpenAPI document: 9.0.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/esm/common.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:
|
|
5
|
+
* The version of the OpenAPI document: 9.0.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/esm/common.js
CHANGED
|
@@ -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:
|
|
7
|
+
* The version of the OpenAPI document: 9.0.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:
|
|
5
|
+
* The version of the OpenAPI document: 9.0.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).
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* CMARKET V6 Partner API
|
|
4
4
|
* 외부 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) 헤더로 전송.
|
|
5
5
|
*
|
|
6
|
-
* The version of the OpenAPI document:
|
|
6
|
+
* The version of the OpenAPI document: 9.0.0
|
|
7
7
|
* Contact: semo.io.kr@gmail.com
|
|
8
8
|
*
|
|
9
9
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/esm/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:
|
|
5
|
+
* The version of the OpenAPI document: 9.0.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/esm/index.js
CHANGED
|
@@ -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:
|
|
7
|
+
* The version of the OpenAPI document: 9.0.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).
|