@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
package/common.ts
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/configuration.ts
CHANGED
|
@@ -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/api/oauth-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/oauth-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).
|
|
@@ -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).
|
|
@@ -19,16 +19,16 @@ import type { BidContractDocumentsResponseDto } from '../models';
|
|
|
19
19
|
import type { BidCreatedResponseDto } from '../models';
|
|
20
20
|
import type { BidFailedResponseDto } from '../models';
|
|
21
21
|
import type { BidResultsBatchRequestDto } from '../models';
|
|
22
|
-
import type {
|
|
23
|
-
import type {
|
|
24
|
-
import type {
|
|
25
|
-
import type {
|
|
26
|
-
import type {
|
|
22
|
+
import type { BidResultsV1ResponseDto } from '../models';
|
|
23
|
+
import type { BidStatementV1ResponseDto } from '../models';
|
|
24
|
+
import type { CompleteAcceptanceV1RequestDto } from '../models';
|
|
25
|
+
import type { CreateBidV1RequestDto } from '../models';
|
|
26
|
+
import type { MarkBidFailedV1RequestDto } from '../models';
|
|
27
27
|
import type { NegotiationScoredResponseDto } from '../models';
|
|
28
|
-
import type {
|
|
28
|
+
import type { RegisterAwardV1RequestDto } from '../models';
|
|
29
29
|
import type { RequestSplitInvoiceRequestDto } from '../models';
|
|
30
30
|
import type { SplitInvoiceResponseDto } from '../models';
|
|
31
|
-
import type {
|
|
31
|
+
import type { SubmitNegotiationScoresV1RequestDto } from '../models';
|
|
32
32
|
/**
|
|
33
33
|
* PartnerV1Api - axios parameter creator
|
|
34
34
|
*/
|
|
@@ -37,11 +37,11 @@ export declare const PartnerV1ApiAxiosParamCreator: (configuration?: Configurati
|
|
|
37
37
|
* V5 `/acceptanceCompleteSend` 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
38
38
|
* @summary 검수완료 전송 — V5 충실
|
|
39
39
|
* @param {string} bidId
|
|
40
|
-
* @param {
|
|
40
|
+
* @param {CompleteAcceptanceV1RequestDto} completeAcceptanceV1RequestDto
|
|
41
41
|
* @param {*} [options] Override http request option.
|
|
42
42
|
* @throws {RequiredError}
|
|
43
43
|
*/
|
|
44
|
-
v1CompleteAcceptance: (bidId: string,
|
|
44
|
+
v1CompleteAcceptance: (bidId: string, completeAcceptanceV1RequestDto: CompleteAcceptanceV1RequestDto, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
45
45
|
/**
|
|
46
46
|
* V5 `/contractDocumentRec`(bid_puchase_no_list) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
47
47
|
* @summary 계약서류 수신 배치 조회 — V5 충실
|
|
@@ -70,27 +70,27 @@ export declare const PartnerV1ApiAxiosParamCreator: (configuration?: Configurati
|
|
|
70
70
|
/**
|
|
71
71
|
* V5 `scsbidSend`(type=U) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
72
72
|
* @summary 유찰 처리 — V5 충실
|
|
73
|
-
* @param {
|
|
73
|
+
* @param {MarkBidFailedV1RequestDto} markBidFailedV1RequestDto
|
|
74
74
|
* @param {*} [options] Override http request option.
|
|
75
75
|
* @throws {RequiredError}
|
|
76
76
|
*/
|
|
77
|
-
v1MarkBidFailed: (
|
|
77
|
+
v1MarkBidFailed: (markBidFailedV1RequestDto: MarkBidFailedV1RequestDto, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
78
78
|
/**
|
|
79
79
|
* V5 `scsbidSend`(type=W) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
80
80
|
* @summary 낙찰 결과 전송 — V5 충실
|
|
81
|
-
* @param {
|
|
81
|
+
* @param {RegisterAwardV1RequestDto} registerAwardV1RequestDto
|
|
82
82
|
* @param {*} [options] Override http request option.
|
|
83
83
|
* @throws {RequiredError}
|
|
84
84
|
*/
|
|
85
|
-
v1RegisterAward: (
|
|
85
|
+
v1RegisterAward: (registerAwardV1RequestDto: RegisterAwardV1RequestDto, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
86
86
|
/**
|
|
87
87
|
* V5 `scsbidSend`(type=B) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
88
88
|
* @summary 입찰 정보 전송(등록) — V5 충실
|
|
89
|
-
* @param {
|
|
89
|
+
* @param {CreateBidV1RequestDto} createBidV1RequestDto
|
|
90
90
|
* @param {*} [options] Override http request option.
|
|
91
91
|
* @throws {RequiredError}
|
|
92
92
|
*/
|
|
93
|
-
v1RegisterBid: (
|
|
93
|
+
v1RegisterBid: (createBidV1RequestDto: CreateBidV1RequestDto, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
94
94
|
/**
|
|
95
95
|
* V5 `splitInvoiceRequest` 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
96
96
|
* @summary 계산서 분할 발급 청구 — V5 충실
|
|
@@ -102,11 +102,11 @@ export declare const PartnerV1ApiAxiosParamCreator: (configuration?: Configurati
|
|
|
102
102
|
/**
|
|
103
103
|
* V5 `scsbidSend`(type=nego) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
104
104
|
* @summary 협상(H/K) 점수평가 — V5 충실
|
|
105
|
-
* @param {
|
|
105
|
+
* @param {SubmitNegotiationScoresV1RequestDto} submitNegotiationScoresV1RequestDto
|
|
106
106
|
* @param {*} [options] Override http request option.
|
|
107
107
|
* @throws {RequiredError}
|
|
108
108
|
*/
|
|
109
|
-
v1SubmitNegotiationScores: (
|
|
109
|
+
v1SubmitNegotiationScores: (submitNegotiationScoresV1RequestDto: SubmitNegotiationScoresV1RequestDto, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
110
110
|
};
|
|
111
111
|
/**
|
|
112
112
|
* PartnerV1Api - functional programming interface
|
|
@@ -116,11 +116,11 @@ export declare const PartnerV1ApiFp: (configuration?: Configuration) => {
|
|
|
116
116
|
* V5 `/acceptanceCompleteSend` 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
117
117
|
* @summary 검수완료 전송 — V5 충실
|
|
118
118
|
* @param {string} bidId
|
|
119
|
-
* @param {
|
|
119
|
+
* @param {CompleteAcceptanceV1RequestDto} completeAcceptanceV1RequestDto
|
|
120
120
|
* @param {*} [options] Override http request option.
|
|
121
121
|
* @throws {RequiredError}
|
|
122
122
|
*/
|
|
123
|
-
v1CompleteAcceptance(bidId: string,
|
|
123
|
+
v1CompleteAcceptance(bidId: string, completeAcceptanceV1RequestDto: CompleteAcceptanceV1RequestDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AcceptanceResultResponseDto>>;
|
|
124
124
|
/**
|
|
125
125
|
* V5 `/contractDocumentRec`(bid_puchase_no_list) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
126
126
|
* @summary 계약서류 수신 배치 조회 — V5 충실
|
|
@@ -136,7 +136,7 @@ export declare const PartnerV1ApiFp: (configuration?: Configuration) => {
|
|
|
136
136
|
* @param {*} [options] Override http request option.
|
|
137
137
|
* @throws {RequiredError}
|
|
138
138
|
*/
|
|
139
|
-
v1GetBidResultsBatch(bidResultsBatchRequestDto: BidResultsBatchRequestDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<
|
|
139
|
+
v1GetBidResultsBatch(bidResultsBatchRequestDto: BidResultsBatchRequestDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<BidResultsV1ResponseDto>>>;
|
|
140
140
|
/**
|
|
141
141
|
* V5 `/getGrm` 후속. 인증 = body `ID`/`Secret`(cate_set). group_code 스코프로 가시성 적용.
|
|
142
142
|
* @summary 거래명세서 조회 — V5 충실
|
|
@@ -145,31 +145,31 @@ export declare const PartnerV1ApiFp: (configuration?: Configuration) => {
|
|
|
145
145
|
* @param {*} [options] Override http request option.
|
|
146
146
|
* @throws {RequiredError}
|
|
147
147
|
*/
|
|
148
|
-
v1GetBidStatement(bidId: string, paperCode: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
148
|
+
v1GetBidStatement(bidId: string, paperCode: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BidStatementV1ResponseDto>>;
|
|
149
149
|
/**
|
|
150
150
|
* V5 `scsbidSend`(type=U) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
151
151
|
* @summary 유찰 처리 — V5 충실
|
|
152
|
-
* @param {
|
|
152
|
+
* @param {MarkBidFailedV1RequestDto} markBidFailedV1RequestDto
|
|
153
153
|
* @param {*} [options] Override http request option.
|
|
154
154
|
* @throws {RequiredError}
|
|
155
155
|
*/
|
|
156
|
-
v1MarkBidFailed(
|
|
156
|
+
v1MarkBidFailed(markBidFailedV1RequestDto: MarkBidFailedV1RequestDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BidFailedResponseDto>>;
|
|
157
157
|
/**
|
|
158
158
|
* V5 `scsbidSend`(type=W) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
159
159
|
* @summary 낙찰 결과 전송 — V5 충실
|
|
160
|
-
* @param {
|
|
160
|
+
* @param {RegisterAwardV1RequestDto} registerAwardV1RequestDto
|
|
161
161
|
* @param {*} [options] Override http request option.
|
|
162
162
|
* @throws {RequiredError}
|
|
163
163
|
*/
|
|
164
|
-
v1RegisterAward(
|
|
164
|
+
v1RegisterAward(registerAwardV1RequestDto: RegisterAwardV1RequestDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AwardRegisteredResponseDto>>;
|
|
165
165
|
/**
|
|
166
166
|
* V5 `scsbidSend`(type=B) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
167
167
|
* @summary 입찰 정보 전송(등록) — V5 충실
|
|
168
|
-
* @param {
|
|
168
|
+
* @param {CreateBidV1RequestDto} createBidV1RequestDto
|
|
169
169
|
* @param {*} [options] Override http request option.
|
|
170
170
|
* @throws {RequiredError}
|
|
171
171
|
*/
|
|
172
|
-
v1RegisterBid(
|
|
172
|
+
v1RegisterBid(createBidV1RequestDto: CreateBidV1RequestDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BidCreatedResponseDto>>;
|
|
173
173
|
/**
|
|
174
174
|
* V5 `splitInvoiceRequest` 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
175
175
|
* @summary 계산서 분할 발급 청구 — V5 충실
|
|
@@ -181,11 +181,11 @@ export declare const PartnerV1ApiFp: (configuration?: Configuration) => {
|
|
|
181
181
|
/**
|
|
182
182
|
* V5 `scsbidSend`(type=nego) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
183
183
|
* @summary 협상(H/K) 점수평가 — V5 충실
|
|
184
|
-
* @param {
|
|
184
|
+
* @param {SubmitNegotiationScoresV1RequestDto} submitNegotiationScoresV1RequestDto
|
|
185
185
|
* @param {*} [options] Override http request option.
|
|
186
186
|
* @throws {RequiredError}
|
|
187
187
|
*/
|
|
188
|
-
v1SubmitNegotiationScores(
|
|
188
|
+
v1SubmitNegotiationScores(submitNegotiationScoresV1RequestDto: SubmitNegotiationScoresV1RequestDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<NegotiationScoredResponseDto>>;
|
|
189
189
|
};
|
|
190
190
|
/**
|
|
191
191
|
* PartnerV1Api - factory interface
|
|
@@ -195,11 +195,11 @@ export declare const PartnerV1ApiFactory: (configuration?: Configuration, basePa
|
|
|
195
195
|
* V5 `/acceptanceCompleteSend` 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
196
196
|
* @summary 검수완료 전송 — V5 충실
|
|
197
197
|
* @param {string} bidId
|
|
198
|
-
* @param {
|
|
198
|
+
* @param {CompleteAcceptanceV1RequestDto} completeAcceptanceV1RequestDto
|
|
199
199
|
* @param {*} [options] Override http request option.
|
|
200
200
|
* @throws {RequiredError}
|
|
201
201
|
*/
|
|
202
|
-
v1CompleteAcceptance(bidId: string,
|
|
202
|
+
v1CompleteAcceptance(bidId: string, completeAcceptanceV1RequestDto: CompleteAcceptanceV1RequestDto, options?: RawAxiosRequestConfig): AxiosPromise<AcceptanceResultResponseDto>;
|
|
203
203
|
/**
|
|
204
204
|
* V5 `/contractDocumentRec`(bid_puchase_no_list) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
205
205
|
* @summary 계약서류 수신 배치 조회 — V5 충실
|
|
@@ -215,7 +215,7 @@ export declare const PartnerV1ApiFactory: (configuration?: Configuration, basePa
|
|
|
215
215
|
* @param {*} [options] Override http request option.
|
|
216
216
|
* @throws {RequiredError}
|
|
217
217
|
*/
|
|
218
|
-
v1GetBidResultsBatch(bidResultsBatchRequestDto: BidResultsBatchRequestDto, options?: RawAxiosRequestConfig): AxiosPromise<Array<
|
|
218
|
+
v1GetBidResultsBatch(bidResultsBatchRequestDto: BidResultsBatchRequestDto, options?: RawAxiosRequestConfig): AxiosPromise<Array<BidResultsV1ResponseDto>>;
|
|
219
219
|
/**
|
|
220
220
|
* V5 `/getGrm` 후속. 인증 = body `ID`/`Secret`(cate_set). group_code 스코프로 가시성 적용.
|
|
221
221
|
* @summary 거래명세서 조회 — V5 충실
|
|
@@ -224,31 +224,31 @@ export declare const PartnerV1ApiFactory: (configuration?: Configuration, basePa
|
|
|
224
224
|
* @param {*} [options] Override http request option.
|
|
225
225
|
* @throws {RequiredError}
|
|
226
226
|
*/
|
|
227
|
-
v1GetBidStatement(bidId: string, paperCode: number, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
227
|
+
v1GetBidStatement(bidId: string, paperCode: number, options?: RawAxiosRequestConfig): AxiosPromise<BidStatementV1ResponseDto>;
|
|
228
228
|
/**
|
|
229
229
|
* V5 `scsbidSend`(type=U) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
230
230
|
* @summary 유찰 처리 — V5 충실
|
|
231
|
-
* @param {
|
|
231
|
+
* @param {MarkBidFailedV1RequestDto} markBidFailedV1RequestDto
|
|
232
232
|
* @param {*} [options] Override http request option.
|
|
233
233
|
* @throws {RequiredError}
|
|
234
234
|
*/
|
|
235
|
-
v1MarkBidFailed(
|
|
235
|
+
v1MarkBidFailed(markBidFailedV1RequestDto: MarkBidFailedV1RequestDto, options?: RawAxiosRequestConfig): AxiosPromise<BidFailedResponseDto>;
|
|
236
236
|
/**
|
|
237
237
|
* V5 `scsbidSend`(type=W) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
238
238
|
* @summary 낙찰 결과 전송 — V5 충실
|
|
239
|
-
* @param {
|
|
239
|
+
* @param {RegisterAwardV1RequestDto} registerAwardV1RequestDto
|
|
240
240
|
* @param {*} [options] Override http request option.
|
|
241
241
|
* @throws {RequiredError}
|
|
242
242
|
*/
|
|
243
|
-
v1RegisterAward(
|
|
243
|
+
v1RegisterAward(registerAwardV1RequestDto: RegisterAwardV1RequestDto, options?: RawAxiosRequestConfig): AxiosPromise<AwardRegisteredResponseDto>;
|
|
244
244
|
/**
|
|
245
245
|
* V5 `scsbidSend`(type=B) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
246
246
|
* @summary 입찰 정보 전송(등록) — V5 충실
|
|
247
|
-
* @param {
|
|
247
|
+
* @param {CreateBidV1RequestDto} createBidV1RequestDto
|
|
248
248
|
* @param {*} [options] Override http request option.
|
|
249
249
|
* @throws {RequiredError}
|
|
250
250
|
*/
|
|
251
|
-
v1RegisterBid(
|
|
251
|
+
v1RegisterBid(createBidV1RequestDto: CreateBidV1RequestDto, options?: RawAxiosRequestConfig): AxiosPromise<BidCreatedResponseDto>;
|
|
252
252
|
/**
|
|
253
253
|
* V5 `splitInvoiceRequest` 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
254
254
|
* @summary 계산서 분할 발급 청구 — V5 충실
|
|
@@ -260,11 +260,11 @@ export declare const PartnerV1ApiFactory: (configuration?: Configuration, basePa
|
|
|
260
260
|
/**
|
|
261
261
|
* V5 `scsbidSend`(type=nego) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
262
262
|
* @summary 협상(H/K) 점수평가 — V5 충실
|
|
263
|
-
* @param {
|
|
263
|
+
* @param {SubmitNegotiationScoresV1RequestDto} submitNegotiationScoresV1RequestDto
|
|
264
264
|
* @param {*} [options] Override http request option.
|
|
265
265
|
* @throws {RequiredError}
|
|
266
266
|
*/
|
|
267
|
-
v1SubmitNegotiationScores(
|
|
267
|
+
v1SubmitNegotiationScores(submitNegotiationScoresV1RequestDto: SubmitNegotiationScoresV1RequestDto, options?: RawAxiosRequestConfig): AxiosPromise<NegotiationScoredResponseDto>;
|
|
268
268
|
};
|
|
269
269
|
/**
|
|
270
270
|
* PartnerV1Api - object-oriented interface
|
|
@@ -274,11 +274,11 @@ export declare class PartnerV1Api extends BaseAPI {
|
|
|
274
274
|
* V5 `/acceptanceCompleteSend` 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
275
275
|
* @summary 검수완료 전송 — V5 충실
|
|
276
276
|
* @param {string} bidId
|
|
277
|
-
* @param {
|
|
277
|
+
* @param {CompleteAcceptanceV1RequestDto} completeAcceptanceV1RequestDto
|
|
278
278
|
* @param {*} [options] Override http request option.
|
|
279
279
|
* @throws {RequiredError}
|
|
280
280
|
*/
|
|
281
|
-
v1CompleteAcceptance(bidId: string,
|
|
281
|
+
v1CompleteAcceptance(bidId: string, completeAcceptanceV1RequestDto: CompleteAcceptanceV1RequestDto, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AcceptanceResultResponseDto, any, {}>>;
|
|
282
282
|
/**
|
|
283
283
|
* V5 `/contractDocumentRec`(bid_puchase_no_list) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
284
284
|
* @summary 계약서류 수신 배치 조회 — V5 충실
|
|
@@ -294,7 +294,7 @@ export declare class PartnerV1Api extends BaseAPI {
|
|
|
294
294
|
* @param {*} [options] Override http request option.
|
|
295
295
|
* @throws {RequiredError}
|
|
296
296
|
*/
|
|
297
|
-
v1GetBidResultsBatch(bidResultsBatchRequestDto: BidResultsBatchRequestDto, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
297
|
+
v1GetBidResultsBatch(bidResultsBatchRequestDto: BidResultsBatchRequestDto, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BidResultsV1ResponseDto[], any, {}>>;
|
|
298
298
|
/**
|
|
299
299
|
* V5 `/getGrm` 후속. 인증 = body `ID`/`Secret`(cate_set). group_code 스코프로 가시성 적용.
|
|
300
300
|
* @summary 거래명세서 조회 — V5 충실
|
|
@@ -303,31 +303,31 @@ export declare class PartnerV1Api extends BaseAPI {
|
|
|
303
303
|
* @param {*} [options] Override http request option.
|
|
304
304
|
* @throws {RequiredError}
|
|
305
305
|
*/
|
|
306
|
-
v1GetBidStatement(bidId: string, paperCode: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
306
|
+
v1GetBidStatement(bidId: string, paperCode: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BidStatementV1ResponseDto, any, {}>>;
|
|
307
307
|
/**
|
|
308
308
|
* V5 `scsbidSend`(type=U) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
309
309
|
* @summary 유찰 처리 — V5 충실
|
|
310
|
-
* @param {
|
|
310
|
+
* @param {MarkBidFailedV1RequestDto} markBidFailedV1RequestDto
|
|
311
311
|
* @param {*} [options] Override http request option.
|
|
312
312
|
* @throws {RequiredError}
|
|
313
313
|
*/
|
|
314
|
-
v1MarkBidFailed(
|
|
314
|
+
v1MarkBidFailed(markBidFailedV1RequestDto: MarkBidFailedV1RequestDto, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BidFailedResponseDto, any, {}>>;
|
|
315
315
|
/**
|
|
316
316
|
* V5 `scsbidSend`(type=W) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
317
317
|
* @summary 낙찰 결과 전송 — V5 충실
|
|
318
|
-
* @param {
|
|
318
|
+
* @param {RegisterAwardV1RequestDto} registerAwardV1RequestDto
|
|
319
319
|
* @param {*} [options] Override http request option.
|
|
320
320
|
* @throws {RequiredError}
|
|
321
321
|
*/
|
|
322
|
-
v1RegisterAward(
|
|
322
|
+
v1RegisterAward(registerAwardV1RequestDto: RegisterAwardV1RequestDto, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AwardRegisteredResponseDto, any, {}>>;
|
|
323
323
|
/**
|
|
324
324
|
* V5 `scsbidSend`(type=B) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
325
325
|
* @summary 입찰 정보 전송(등록) — V5 충실
|
|
326
|
-
* @param {
|
|
326
|
+
* @param {CreateBidV1RequestDto} createBidV1RequestDto
|
|
327
327
|
* @param {*} [options] Override http request option.
|
|
328
328
|
* @throws {RequiredError}
|
|
329
329
|
*/
|
|
330
|
-
v1RegisterBid(
|
|
330
|
+
v1RegisterBid(createBidV1RequestDto: CreateBidV1RequestDto, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BidCreatedResponseDto, any, {}>>;
|
|
331
331
|
/**
|
|
332
332
|
* V5 `splitInvoiceRequest` 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
333
333
|
* @summary 계산서 분할 발급 청구 — V5 충실
|
|
@@ -339,9 +339,9 @@ export declare class PartnerV1Api extends BaseAPI {
|
|
|
339
339
|
/**
|
|
340
340
|
* V5 `scsbidSend`(type=nego) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
341
341
|
* @summary 협상(H/K) 점수평가 — V5 충실
|
|
342
|
-
* @param {
|
|
342
|
+
* @param {SubmitNegotiationScoresV1RequestDto} submitNegotiationScoresV1RequestDto
|
|
343
343
|
* @param {*} [options] Override http request option.
|
|
344
344
|
* @throws {RequiredError}
|
|
345
345
|
*/
|
|
346
|
-
v1SubmitNegotiationScores(
|
|
346
|
+
v1SubmitNegotiationScores(submitNegotiationScoresV1RequestDto: SubmitNegotiationScoresV1RequestDto, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<NegotiationScoredResponseDto, any, {}>>;
|
|
347
347
|
}
|