@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
|
@@ -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:
|
|
8
|
+
* The version of the OpenAPI document: 9.0.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).
|
|
@@ -38,15 +38,15 @@ const PartnerV1ApiAxiosParamCreator = function (configuration) {
|
|
|
38
38
|
* V5 `/acceptanceCompleteSend` 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
39
39
|
* @summary 검수완료 전송 — V5 충실
|
|
40
40
|
* @param {string} bidId
|
|
41
|
-
* @param {
|
|
41
|
+
* @param {CompleteAcceptanceV1RequestDto} completeAcceptanceV1RequestDto
|
|
42
42
|
* @param {*} [options] Override http request option.
|
|
43
43
|
* @throws {RequiredError}
|
|
44
44
|
*/
|
|
45
|
-
v1CompleteAcceptance: (bidId_1,
|
|
45
|
+
v1CompleteAcceptance: (bidId_1, completeAcceptanceV1RequestDto_1, ...args_1) => __awaiter(this, [bidId_1, completeAcceptanceV1RequestDto_1, ...args_1], void 0, function* (bidId, completeAcceptanceV1RequestDto, options = {}) {
|
|
46
46
|
// verify required parameter 'bidId' is not null or undefined
|
|
47
47
|
(0, common_1.assertParamExists)('v1CompleteAcceptance', 'bidId', bidId);
|
|
48
|
-
// verify required parameter '
|
|
49
|
-
(0, common_1.assertParamExists)('v1CompleteAcceptance', '
|
|
48
|
+
// verify required parameter 'completeAcceptanceV1RequestDto' is not null or undefined
|
|
49
|
+
(0, common_1.assertParamExists)('v1CompleteAcceptance', 'completeAcceptanceV1RequestDto', completeAcceptanceV1RequestDto);
|
|
50
50
|
const localVarPath = `/v1/bids/{bidId}/acceptance`
|
|
51
51
|
.replace('{bidId}', encodeURIComponent(String(bidId)));
|
|
52
52
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
@@ -67,7 +67,7 @@ const PartnerV1ApiAxiosParamCreator = function (configuration) {
|
|
|
67
67
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
68
68
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
69
69
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
70
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(
|
|
70
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(completeAcceptanceV1RequestDto, localVarRequestOptions, configuration);
|
|
71
71
|
return {
|
|
72
72
|
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
73
73
|
options: localVarRequestOptions,
|
|
@@ -186,13 +186,13 @@ const PartnerV1ApiAxiosParamCreator = function (configuration) {
|
|
|
186
186
|
/**
|
|
187
187
|
* V5 `scsbidSend`(type=U) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
188
188
|
* @summary 유찰 처리 — V5 충실
|
|
189
|
-
* @param {
|
|
189
|
+
* @param {MarkBidFailedV1RequestDto} markBidFailedV1RequestDto
|
|
190
190
|
* @param {*} [options] Override http request option.
|
|
191
191
|
* @throws {RequiredError}
|
|
192
192
|
*/
|
|
193
|
-
v1MarkBidFailed: (
|
|
194
|
-
// verify required parameter '
|
|
195
|
-
(0, common_1.assertParamExists)('v1MarkBidFailed', '
|
|
193
|
+
v1MarkBidFailed: (markBidFailedV1RequestDto_1, ...args_1) => __awaiter(this, [markBidFailedV1RequestDto_1, ...args_1], void 0, function* (markBidFailedV1RequestDto, options = {}) {
|
|
194
|
+
// verify required parameter 'markBidFailedV1RequestDto' is not null or undefined
|
|
195
|
+
(0, common_1.assertParamExists)('v1MarkBidFailed', 'markBidFailedV1RequestDto', markBidFailedV1RequestDto);
|
|
196
196
|
const localVarPath = `/v1/awards/fail`;
|
|
197
197
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
198
198
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -212,7 +212,7 @@ const PartnerV1ApiAxiosParamCreator = function (configuration) {
|
|
|
212
212
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
213
213
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
214
214
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
215
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(
|
|
215
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(markBidFailedV1RequestDto, localVarRequestOptions, configuration);
|
|
216
216
|
return {
|
|
217
217
|
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
218
218
|
options: localVarRequestOptions,
|
|
@@ -221,13 +221,13 @@ const PartnerV1ApiAxiosParamCreator = function (configuration) {
|
|
|
221
221
|
/**
|
|
222
222
|
* V5 `scsbidSend`(type=W) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
223
223
|
* @summary 낙찰 결과 전송 — V5 충실
|
|
224
|
-
* @param {
|
|
224
|
+
* @param {RegisterAwardV1RequestDto} registerAwardV1RequestDto
|
|
225
225
|
* @param {*} [options] Override http request option.
|
|
226
226
|
* @throws {RequiredError}
|
|
227
227
|
*/
|
|
228
|
-
v1RegisterAward: (
|
|
229
|
-
// verify required parameter '
|
|
230
|
-
(0, common_1.assertParamExists)('v1RegisterAward', '
|
|
228
|
+
v1RegisterAward: (registerAwardV1RequestDto_1, ...args_1) => __awaiter(this, [registerAwardV1RequestDto_1, ...args_1], void 0, function* (registerAwardV1RequestDto, options = {}) {
|
|
229
|
+
// verify required parameter 'registerAwardV1RequestDto' is not null or undefined
|
|
230
|
+
(0, common_1.assertParamExists)('v1RegisterAward', 'registerAwardV1RequestDto', registerAwardV1RequestDto);
|
|
231
231
|
const localVarPath = `/v1/awards`;
|
|
232
232
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
233
233
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -247,7 +247,7 @@ const PartnerV1ApiAxiosParamCreator = function (configuration) {
|
|
|
247
247
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
248
248
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
249
249
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
250
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(
|
|
250
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(registerAwardV1RequestDto, localVarRequestOptions, configuration);
|
|
251
251
|
return {
|
|
252
252
|
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
253
253
|
options: localVarRequestOptions,
|
|
@@ -256,13 +256,13 @@ const PartnerV1ApiAxiosParamCreator = function (configuration) {
|
|
|
256
256
|
/**
|
|
257
257
|
* V5 `scsbidSend`(type=B) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
258
258
|
* @summary 입찰 정보 전송(등록) — V5 충실
|
|
259
|
-
* @param {
|
|
259
|
+
* @param {CreateBidV1RequestDto} createBidV1RequestDto
|
|
260
260
|
* @param {*} [options] Override http request option.
|
|
261
261
|
* @throws {RequiredError}
|
|
262
262
|
*/
|
|
263
|
-
v1RegisterBid: (
|
|
264
|
-
// verify required parameter '
|
|
265
|
-
(0, common_1.assertParamExists)('v1RegisterBid', '
|
|
263
|
+
v1RegisterBid: (createBidV1RequestDto_1, ...args_1) => __awaiter(this, [createBidV1RequestDto_1, ...args_1], void 0, function* (createBidV1RequestDto, options = {}) {
|
|
264
|
+
// verify required parameter 'createBidV1RequestDto' is not null or undefined
|
|
265
|
+
(0, common_1.assertParamExists)('v1RegisterBid', 'createBidV1RequestDto', createBidV1RequestDto);
|
|
266
266
|
const localVarPath = `/v1/bids`;
|
|
267
267
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
268
268
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -282,7 +282,7 @@ const PartnerV1ApiAxiosParamCreator = function (configuration) {
|
|
|
282
282
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
283
283
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
284
284
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
285
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(
|
|
285
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(createBidV1RequestDto, localVarRequestOptions, configuration);
|
|
286
286
|
return {
|
|
287
287
|
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
288
288
|
options: localVarRequestOptions,
|
|
@@ -326,13 +326,13 @@ const PartnerV1ApiAxiosParamCreator = function (configuration) {
|
|
|
326
326
|
/**
|
|
327
327
|
* V5 `scsbidSend`(type=nego) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
328
328
|
* @summary 협상(H/K) 점수평가 — V5 충실
|
|
329
|
-
* @param {
|
|
329
|
+
* @param {SubmitNegotiationScoresV1RequestDto} submitNegotiationScoresV1RequestDto
|
|
330
330
|
* @param {*} [options] Override http request option.
|
|
331
331
|
* @throws {RequiredError}
|
|
332
332
|
*/
|
|
333
|
-
v1SubmitNegotiationScores: (
|
|
334
|
-
// verify required parameter '
|
|
335
|
-
(0, common_1.assertParamExists)('v1SubmitNegotiationScores', '
|
|
333
|
+
v1SubmitNegotiationScores: (submitNegotiationScoresV1RequestDto_1, ...args_1) => __awaiter(this, [submitNegotiationScoresV1RequestDto_1, ...args_1], void 0, function* (submitNegotiationScoresV1RequestDto, options = {}) {
|
|
334
|
+
// verify required parameter 'submitNegotiationScoresV1RequestDto' is not null or undefined
|
|
335
|
+
(0, common_1.assertParamExists)('v1SubmitNegotiationScores', 'submitNegotiationScoresV1RequestDto', submitNegotiationScoresV1RequestDto);
|
|
336
336
|
const localVarPath = `/v1/awards/nego-eval`;
|
|
337
337
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
338
338
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -352,7 +352,7 @@ const PartnerV1ApiAxiosParamCreator = function (configuration) {
|
|
|
352
352
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
353
353
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
354
354
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
355
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(
|
|
355
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(submitNegotiationScoresV1RequestDto, localVarRequestOptions, configuration);
|
|
356
356
|
return {
|
|
357
357
|
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
358
358
|
options: localVarRequestOptions,
|
|
@@ -371,14 +371,14 @@ const PartnerV1ApiFp = function (configuration) {
|
|
|
371
371
|
* V5 `/acceptanceCompleteSend` 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
372
372
|
* @summary 검수완료 전송 — V5 충실
|
|
373
373
|
* @param {string} bidId
|
|
374
|
-
* @param {
|
|
374
|
+
* @param {CompleteAcceptanceV1RequestDto} completeAcceptanceV1RequestDto
|
|
375
375
|
* @param {*} [options] Override http request option.
|
|
376
376
|
* @throws {RequiredError}
|
|
377
377
|
*/
|
|
378
|
-
v1CompleteAcceptance(bidId,
|
|
378
|
+
v1CompleteAcceptance(bidId, completeAcceptanceV1RequestDto, options) {
|
|
379
379
|
return __awaiter(this, void 0, void 0, function* () {
|
|
380
380
|
var _a, _b, _c;
|
|
381
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CompleteAcceptance(bidId,
|
|
381
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CompleteAcceptance(bidId, completeAcceptanceV1RequestDto, options);
|
|
382
382
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
383
383
|
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['PartnerV1Api.v1CompleteAcceptance']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
384
384
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -436,14 +436,14 @@ const PartnerV1ApiFp = function (configuration) {
|
|
|
436
436
|
/**
|
|
437
437
|
* V5 `scsbidSend`(type=U) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
438
438
|
* @summary 유찰 처리 — V5 충실
|
|
439
|
-
* @param {
|
|
439
|
+
* @param {MarkBidFailedV1RequestDto} markBidFailedV1RequestDto
|
|
440
440
|
* @param {*} [options] Override http request option.
|
|
441
441
|
* @throws {RequiredError}
|
|
442
442
|
*/
|
|
443
|
-
v1MarkBidFailed(
|
|
443
|
+
v1MarkBidFailed(markBidFailedV1RequestDto, options) {
|
|
444
444
|
return __awaiter(this, void 0, void 0, function* () {
|
|
445
445
|
var _a, _b, _c;
|
|
446
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1MarkBidFailed(
|
|
446
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1MarkBidFailed(markBidFailedV1RequestDto, options);
|
|
447
447
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
448
448
|
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['PartnerV1Api.v1MarkBidFailed']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
449
449
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -452,14 +452,14 @@ const PartnerV1ApiFp = function (configuration) {
|
|
|
452
452
|
/**
|
|
453
453
|
* V5 `scsbidSend`(type=W) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
454
454
|
* @summary 낙찰 결과 전송 — V5 충실
|
|
455
|
-
* @param {
|
|
455
|
+
* @param {RegisterAwardV1RequestDto} registerAwardV1RequestDto
|
|
456
456
|
* @param {*} [options] Override http request option.
|
|
457
457
|
* @throws {RequiredError}
|
|
458
458
|
*/
|
|
459
|
-
v1RegisterAward(
|
|
459
|
+
v1RegisterAward(registerAwardV1RequestDto, options) {
|
|
460
460
|
return __awaiter(this, void 0, void 0, function* () {
|
|
461
461
|
var _a, _b, _c;
|
|
462
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1RegisterAward(
|
|
462
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1RegisterAward(registerAwardV1RequestDto, options);
|
|
463
463
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
464
464
|
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['PartnerV1Api.v1RegisterAward']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
465
465
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -468,14 +468,14 @@ const PartnerV1ApiFp = function (configuration) {
|
|
|
468
468
|
/**
|
|
469
469
|
* V5 `scsbidSend`(type=B) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
470
470
|
* @summary 입찰 정보 전송(등록) — V5 충실
|
|
471
|
-
* @param {
|
|
471
|
+
* @param {CreateBidV1RequestDto} createBidV1RequestDto
|
|
472
472
|
* @param {*} [options] Override http request option.
|
|
473
473
|
* @throws {RequiredError}
|
|
474
474
|
*/
|
|
475
|
-
v1RegisterBid(
|
|
475
|
+
v1RegisterBid(createBidV1RequestDto, options) {
|
|
476
476
|
return __awaiter(this, void 0, void 0, function* () {
|
|
477
477
|
var _a, _b, _c;
|
|
478
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1RegisterBid(
|
|
478
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1RegisterBid(createBidV1RequestDto, options);
|
|
479
479
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
480
480
|
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['PartnerV1Api.v1RegisterBid']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
481
481
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -500,14 +500,14 @@ const PartnerV1ApiFp = function (configuration) {
|
|
|
500
500
|
/**
|
|
501
501
|
* V5 `scsbidSend`(type=nego) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
502
502
|
* @summary 협상(H/K) 점수평가 — V5 충실
|
|
503
|
-
* @param {
|
|
503
|
+
* @param {SubmitNegotiationScoresV1RequestDto} submitNegotiationScoresV1RequestDto
|
|
504
504
|
* @param {*} [options] Override http request option.
|
|
505
505
|
* @throws {RequiredError}
|
|
506
506
|
*/
|
|
507
|
-
v1SubmitNegotiationScores(
|
|
507
|
+
v1SubmitNegotiationScores(submitNegotiationScoresV1RequestDto, options) {
|
|
508
508
|
return __awaiter(this, void 0, void 0, function* () {
|
|
509
509
|
var _a, _b, _c;
|
|
510
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1SubmitNegotiationScores(
|
|
510
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1SubmitNegotiationScores(submitNegotiationScoresV1RequestDto, options);
|
|
511
511
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
512
512
|
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['PartnerV1Api.v1SubmitNegotiationScores']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
513
513
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -526,12 +526,12 @@ const PartnerV1ApiFactory = function (configuration, basePath, axios) {
|
|
|
526
526
|
* V5 `/acceptanceCompleteSend` 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
527
527
|
* @summary 검수완료 전송 — V5 충실
|
|
528
528
|
* @param {string} bidId
|
|
529
|
-
* @param {
|
|
529
|
+
* @param {CompleteAcceptanceV1RequestDto} completeAcceptanceV1RequestDto
|
|
530
530
|
* @param {*} [options] Override http request option.
|
|
531
531
|
* @throws {RequiredError}
|
|
532
532
|
*/
|
|
533
|
-
v1CompleteAcceptance(bidId,
|
|
534
|
-
return localVarFp.v1CompleteAcceptance(bidId,
|
|
533
|
+
v1CompleteAcceptance(bidId, completeAcceptanceV1RequestDto, options) {
|
|
534
|
+
return localVarFp.v1CompleteAcceptance(bidId, completeAcceptanceV1RequestDto, options).then((request) => request(axios, basePath));
|
|
535
535
|
},
|
|
536
536
|
/**
|
|
537
537
|
* V5 `/contractDocumentRec`(bid_puchase_no_list) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
@@ -567,32 +567,32 @@ const PartnerV1ApiFactory = function (configuration, basePath, axios) {
|
|
|
567
567
|
/**
|
|
568
568
|
* V5 `scsbidSend`(type=U) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
569
569
|
* @summary 유찰 처리 — V5 충실
|
|
570
|
-
* @param {
|
|
570
|
+
* @param {MarkBidFailedV1RequestDto} markBidFailedV1RequestDto
|
|
571
571
|
* @param {*} [options] Override http request option.
|
|
572
572
|
* @throws {RequiredError}
|
|
573
573
|
*/
|
|
574
|
-
v1MarkBidFailed(
|
|
575
|
-
return localVarFp.v1MarkBidFailed(
|
|
574
|
+
v1MarkBidFailed(markBidFailedV1RequestDto, options) {
|
|
575
|
+
return localVarFp.v1MarkBidFailed(markBidFailedV1RequestDto, options).then((request) => request(axios, basePath));
|
|
576
576
|
},
|
|
577
577
|
/**
|
|
578
578
|
* V5 `scsbidSend`(type=W) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
579
579
|
* @summary 낙찰 결과 전송 — V5 충실
|
|
580
|
-
* @param {
|
|
580
|
+
* @param {RegisterAwardV1RequestDto} registerAwardV1RequestDto
|
|
581
581
|
* @param {*} [options] Override http request option.
|
|
582
582
|
* @throws {RequiredError}
|
|
583
583
|
*/
|
|
584
|
-
v1RegisterAward(
|
|
585
|
-
return localVarFp.v1RegisterAward(
|
|
584
|
+
v1RegisterAward(registerAwardV1RequestDto, options) {
|
|
585
|
+
return localVarFp.v1RegisterAward(registerAwardV1RequestDto, options).then((request) => request(axios, basePath));
|
|
586
586
|
},
|
|
587
587
|
/**
|
|
588
588
|
* V5 `scsbidSend`(type=B) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
589
589
|
* @summary 입찰 정보 전송(등록) — V5 충실
|
|
590
|
-
* @param {
|
|
590
|
+
* @param {CreateBidV1RequestDto} createBidV1RequestDto
|
|
591
591
|
* @param {*} [options] Override http request option.
|
|
592
592
|
* @throws {RequiredError}
|
|
593
593
|
*/
|
|
594
|
-
v1RegisterBid(
|
|
595
|
-
return localVarFp.v1RegisterBid(
|
|
594
|
+
v1RegisterBid(createBidV1RequestDto, options) {
|
|
595
|
+
return localVarFp.v1RegisterBid(createBidV1RequestDto, options).then((request) => request(axios, basePath));
|
|
596
596
|
},
|
|
597
597
|
/**
|
|
598
598
|
* V5 `splitInvoiceRequest` 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
@@ -607,12 +607,12 @@ const PartnerV1ApiFactory = function (configuration, basePath, axios) {
|
|
|
607
607
|
/**
|
|
608
608
|
* V5 `scsbidSend`(type=nego) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
609
609
|
* @summary 협상(H/K) 점수평가 — V5 충실
|
|
610
|
-
* @param {
|
|
610
|
+
* @param {SubmitNegotiationScoresV1RequestDto} submitNegotiationScoresV1RequestDto
|
|
611
611
|
* @param {*} [options] Override http request option.
|
|
612
612
|
* @throws {RequiredError}
|
|
613
613
|
*/
|
|
614
|
-
v1SubmitNegotiationScores(
|
|
615
|
-
return localVarFp.v1SubmitNegotiationScores(
|
|
614
|
+
v1SubmitNegotiationScores(submitNegotiationScoresV1RequestDto, options) {
|
|
615
|
+
return localVarFp.v1SubmitNegotiationScores(submitNegotiationScoresV1RequestDto, options).then((request) => request(axios, basePath));
|
|
616
616
|
},
|
|
617
617
|
};
|
|
618
618
|
};
|
|
@@ -625,12 +625,12 @@ class PartnerV1Api extends base_1.BaseAPI {
|
|
|
625
625
|
* V5 `/acceptanceCompleteSend` 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
626
626
|
* @summary 검수완료 전송 — V5 충실
|
|
627
627
|
* @param {string} bidId
|
|
628
|
-
* @param {
|
|
628
|
+
* @param {CompleteAcceptanceV1RequestDto} completeAcceptanceV1RequestDto
|
|
629
629
|
* @param {*} [options] Override http request option.
|
|
630
630
|
* @throws {RequiredError}
|
|
631
631
|
*/
|
|
632
|
-
v1CompleteAcceptance(bidId,
|
|
633
|
-
return (0, exports.PartnerV1ApiFp)(this.configuration).v1CompleteAcceptance(bidId,
|
|
632
|
+
v1CompleteAcceptance(bidId, completeAcceptanceV1RequestDto, options) {
|
|
633
|
+
return (0, exports.PartnerV1ApiFp)(this.configuration).v1CompleteAcceptance(bidId, completeAcceptanceV1RequestDto, options).then((request) => request(this.axios, this.basePath));
|
|
634
634
|
}
|
|
635
635
|
/**
|
|
636
636
|
* V5 `/contractDocumentRec`(bid_puchase_no_list) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
@@ -666,32 +666,32 @@ class PartnerV1Api extends base_1.BaseAPI {
|
|
|
666
666
|
/**
|
|
667
667
|
* V5 `scsbidSend`(type=U) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
668
668
|
* @summary 유찰 처리 — V5 충실
|
|
669
|
-
* @param {
|
|
669
|
+
* @param {MarkBidFailedV1RequestDto} markBidFailedV1RequestDto
|
|
670
670
|
* @param {*} [options] Override http request option.
|
|
671
671
|
* @throws {RequiredError}
|
|
672
672
|
*/
|
|
673
|
-
v1MarkBidFailed(
|
|
674
|
-
return (0, exports.PartnerV1ApiFp)(this.configuration).v1MarkBidFailed(
|
|
673
|
+
v1MarkBidFailed(markBidFailedV1RequestDto, options) {
|
|
674
|
+
return (0, exports.PartnerV1ApiFp)(this.configuration).v1MarkBidFailed(markBidFailedV1RequestDto, options).then((request) => request(this.axios, this.basePath));
|
|
675
675
|
}
|
|
676
676
|
/**
|
|
677
677
|
* V5 `scsbidSend`(type=W) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
678
678
|
* @summary 낙찰 결과 전송 — V5 충실
|
|
679
|
-
* @param {
|
|
679
|
+
* @param {RegisterAwardV1RequestDto} registerAwardV1RequestDto
|
|
680
680
|
* @param {*} [options] Override http request option.
|
|
681
681
|
* @throws {RequiredError}
|
|
682
682
|
*/
|
|
683
|
-
v1RegisterAward(
|
|
684
|
-
return (0, exports.PartnerV1ApiFp)(this.configuration).v1RegisterAward(
|
|
683
|
+
v1RegisterAward(registerAwardV1RequestDto, options) {
|
|
684
|
+
return (0, exports.PartnerV1ApiFp)(this.configuration).v1RegisterAward(registerAwardV1RequestDto, options).then((request) => request(this.axios, this.basePath));
|
|
685
685
|
}
|
|
686
686
|
/**
|
|
687
687
|
* V5 `scsbidSend`(type=B) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
688
688
|
* @summary 입찰 정보 전송(등록) — V5 충실
|
|
689
|
-
* @param {
|
|
689
|
+
* @param {CreateBidV1RequestDto} createBidV1RequestDto
|
|
690
690
|
* @param {*} [options] Override http request option.
|
|
691
691
|
* @throws {RequiredError}
|
|
692
692
|
*/
|
|
693
|
-
v1RegisterBid(
|
|
694
|
-
return (0, exports.PartnerV1ApiFp)(this.configuration).v1RegisterBid(
|
|
693
|
+
v1RegisterBid(createBidV1RequestDto, options) {
|
|
694
|
+
return (0, exports.PartnerV1ApiFp)(this.configuration).v1RegisterBid(createBidV1RequestDto, options).then((request) => request(this.axios, this.basePath));
|
|
695
695
|
}
|
|
696
696
|
/**
|
|
697
697
|
* V5 `splitInvoiceRequest` 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
@@ -706,12 +706,12 @@ class PartnerV1Api extends base_1.BaseAPI {
|
|
|
706
706
|
/**
|
|
707
707
|
* V5 `scsbidSend`(type=nego) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
708
708
|
* @summary 협상(H/K) 점수평가 — V5 충실
|
|
709
|
-
* @param {
|
|
709
|
+
* @param {SubmitNegotiationScoresV1RequestDto} submitNegotiationScoresV1RequestDto
|
|
710
710
|
* @param {*} [options] Override http request option.
|
|
711
711
|
* @throws {RequiredError}
|
|
712
712
|
*/
|
|
713
|
-
v1SubmitNegotiationScores(
|
|
714
|
-
return (0, exports.PartnerV1ApiFp)(this.configuration).v1SubmitNegotiationScores(
|
|
713
|
+
v1SubmitNegotiationScores(submitNegotiationScoresV1RequestDto, options) {
|
|
714
|
+
return (0, exports.PartnerV1ApiFp)(this.configuration).v1SubmitNegotiationScores(submitNegotiationScoresV1RequestDto, options).then((request) => request(this.axios, this.basePath));
|
|
715
715
|
}
|
|
716
716
|
}
|
|
717
717
|
exports.PartnerV1Api = PartnerV1Api;
|
|
@@ -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 권장.
|
|
@@ -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:
|
|
8
|
+
* The version of the OpenAPI document: 9.0.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).
|
|
@@ -35,7 +35,7 @@ const base_1 = require("../base");
|
|
|
35
35
|
const PartnerV2ApiAxiosParamCreator = function (configuration) {
|
|
36
36
|
return {
|
|
37
37
|
/**
|
|
38
|
-
* 낙찰 공고의 검수(납품 검수)가 완료되었음을 기록합니다. **V5 대응:** `acceptanceCompleteSend` — BidApi.xml `acceptanceComplete` 액션의 V6 후속. **호출 시점:** 낙찰자(공급사)가 납품을 완료하고 구매자가 검수를 확인한 시점. 공고 상태가 낙찰(AWARDED) 상태여야 합니다. **부수효과:** - 검수완료 상태가 기록됩니다. -
|
|
38
|
+
* 낙찰 공고의 검수(납품 검수)가 완료되었음을 기록합니다. **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` 헤더 필수.
|
|
39
39
|
* @summary 검수완료 전송
|
|
40
40
|
* @param {string} bidId 공고 ID(= backend bidId = 등록 응답의 bidNo).
|
|
41
41
|
* @param {string} idempotencyKey 멱등성 키(1~255자, [A-Za-z0-9_-]). 동일 키 + 동일 body 재전송 시 캐시 응답 반환(24시간). UUID v4 권장.
|
|
@@ -373,7 +373,7 @@ const PartnerV2ApiFp = function (configuration) {
|
|
|
373
373
|
const localVarAxiosParamCreator = (0, exports.PartnerV2ApiAxiosParamCreator)(configuration);
|
|
374
374
|
return {
|
|
375
375
|
/**
|
|
376
|
-
* 낙찰 공고의 검수(납품 검수)가 완료되었음을 기록합니다. **V5 대응:** `acceptanceCompleteSend` — BidApi.xml `acceptanceComplete` 액션의 V6 후속. **호출 시점:** 낙찰자(공급사)가 납품을 완료하고 구매자가 검수를 확인한 시점. 공고 상태가 낙찰(AWARDED) 상태여야 합니다. **부수효과:** - 검수완료 상태가 기록됩니다. -
|
|
376
|
+
* 낙찰 공고의 검수(납품 검수)가 완료되었음을 기록합니다. **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` 헤더 필수.
|
|
377
377
|
* @summary 검수완료 전송
|
|
378
378
|
* @param {string} bidId 공고 ID(= backend bidId = 등록 응답의 bidNo).
|
|
379
379
|
* @param {string} idempotencyKey 멱등성 키(1~255자, [A-Za-z0-9_-]). 동일 키 + 동일 body 재전송 시 캐시 응답 반환(24시간). UUID v4 권장.
|
|
@@ -531,7 +531,7 @@ const PartnerV2ApiFactory = function (configuration, basePath, axios) {
|
|
|
531
531
|
const localVarFp = (0, exports.PartnerV2ApiFp)(configuration);
|
|
532
532
|
return {
|
|
533
533
|
/**
|
|
534
|
-
* 낙찰 공고의 검수(납품 검수)가 완료되었음을 기록합니다. **V5 대응:** `acceptanceCompleteSend` — BidApi.xml `acceptanceComplete` 액션의 V6 후속. **호출 시점:** 낙찰자(공급사)가 납품을 완료하고 구매자가 검수를 확인한 시점. 공고 상태가 낙찰(AWARDED) 상태여야 합니다. **부수효과:** - 검수완료 상태가 기록됩니다. -
|
|
534
|
+
* 낙찰 공고의 검수(납품 검수)가 완료되었음을 기록합니다. **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` 헤더 필수.
|
|
535
535
|
* @summary 검수완료 전송
|
|
536
536
|
* @param {string} bidId 공고 ID(= backend bidId = 등록 응답의 bidNo).
|
|
537
537
|
* @param {string} idempotencyKey 멱등성 키(1~255자, [A-Za-z0-9_-]). 동일 키 + 동일 body 재전송 시 캐시 응답 반환(24시간). UUID v4 권장.
|
|
@@ -633,7 +633,7 @@ exports.PartnerV2ApiFactory = PartnerV2ApiFactory;
|
|
|
633
633
|
*/
|
|
634
634
|
class PartnerV2Api extends base_1.BaseAPI {
|
|
635
635
|
/**
|
|
636
|
-
* 낙찰 공고의 검수(납품 검수)가 완료되었음을 기록합니다. **V5 대응:** `acceptanceCompleteSend` — BidApi.xml `acceptanceComplete` 액션의 V6 후속. **호출 시점:** 낙찰자(공급사)가 납품을 완료하고 구매자가 검수를 확인한 시점. 공고 상태가 낙찰(AWARDED) 상태여야 합니다. **부수효과:** - 검수완료 상태가 기록됩니다. -
|
|
636
|
+
* 낙찰 공고의 검수(납품 검수)가 완료되었음을 기록합니다. **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` 헤더 필수.
|
|
637
637
|
* @summary 검수완료 전송
|
|
638
638
|
* @param {string} bidId 공고 ID(= backend bidId = 등록 응답의 bidNo).
|
|
639
639
|
* @param {string} idempotencyKey 멱등성 키(1~255자, [A-Za-z0-9_-]). 동일 키 + 동일 body 재전송 시 캐시 응답 반환(24시간). UUID v4 권장.
|
package/dist/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/api.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:
|
|
8
|
+
* The version of the OpenAPI document: 9.0.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).
|
package/dist/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/base.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:
|
|
8
|
+
* The version of the OpenAPI document: 9.0.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).
|
package/dist/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/common.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:
|
|
8
|
+
* The version of the OpenAPI document: 9.0.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).
|
package/dist/configuration.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/configuration.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).
|
|
@@ -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).
|