@cmarket/partner-sdk 0.11.0 → 1.1.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 +40 -18
- package/api/oauth-api.ts +2 -2
- package/api/partner-v1-api.ts +205 -684
- package/api/partner-v2-api.ts +1186 -0
- package/api.ts +2 -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 +2 -2
- package/dist/api/partner-v1-api.d.ts +113 -333
- package/dist/api/partner-v1-api.js +196 -655
- package/dist/api/partner-v2-api.d.ts +535 -0
- package/dist/api/partner-v2-api.js +1107 -0
- package/dist/api.d.ts +2 -1
- package/dist/api.js +2 -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 +2 -2
- package/dist/esm/api/partner-v1-api.d.ts +113 -333
- package/dist/esm/api/partner-v1-api.js +197 -656
- package/dist/esm/api/partner-v2-api.d.ts +535 -0
- package/dist/esm/api/partner-v2-api.js +1100 -0
- package/dist/esm/api.d.ts +2 -1
- package/dist/esm/api.js +2 -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-product-dto.d.ts +1 -1
- package/dist/esm/models/bid-result-product-dto.js +1 -1
- package/dist/esm/models/bid-result-winner-dto.d.ts +1 -1
- package/dist/esm/models/bid-result-winner-dto.js +1 -1
- package/dist/esm/models/bid-results-batch-request-dto.d.ts +1 -1
- package/dist/esm/models/bid-results-batch-request-dto.js +1 -1
- package/dist/esm/models/bid-results-response-dto.d.ts +1 -1
- package/dist/esm/models/bid-results-response-dto.js +1 -1
- package/dist/esm/models/bid-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/complete-acceptance-request-dto.d.ts +1 -1
- package/dist/esm/models/complete-acceptance-request-dto.js +1 -1
- 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 -1
- package/dist/esm/models/create-bid-request-dto.js +1 -1
- package/dist/esm/models/file-uploaded-response-dto.d.ts +1 -1
- package/dist/esm/models/file-uploaded-response-dto.js +1 -1
- package/dist/esm/models/health-response-dto.d.ts +1 -1
- package/dist/esm/models/health-response-dto.js +1 -1
- package/dist/esm/models/hierarchical-region-dto.d.ts +1 -1
- package/dist/esm/models/hierarchical-region-dto.js +1 -1
- package/dist/esm/models/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/negotiation-score-dto.d.ts +1 -1
- package/dist/esm/models/negotiation-score-dto.js +1 -1
- package/dist/esm/models/negotiation-scored-response-dto.d.ts +1 -1
- package/dist/esm/models/negotiation-scored-response-dto.js +1 -1
- package/dist/esm/models/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/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/submit-negotiation-scores-request-dto.d.ts +1 -1
- package/dist/esm/models/submit-negotiation-scores-request-dto.js +1 -1
- 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-product-dto.d.ts +1 -1
- package/dist/models/bid-result-product-dto.js +1 -1
- package/dist/models/bid-result-winner-dto.d.ts +1 -1
- package/dist/models/bid-result-winner-dto.js +1 -1
- package/dist/models/bid-results-batch-request-dto.d.ts +1 -1
- package/dist/models/bid-results-batch-request-dto.js +1 -1
- package/dist/models/bid-results-response-dto.d.ts +1 -1
- package/dist/models/bid-results-response-dto.js +1 -1
- package/dist/models/bid-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/complete-acceptance-request-dto.d.ts +1 -1
- package/dist/models/complete-acceptance-request-dto.js +1 -1
- 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 -1
- package/dist/models/create-bid-request-dto.js +1 -1
- package/dist/models/file-uploaded-response-dto.d.ts +1 -1
- package/dist/models/file-uploaded-response-dto.js +1 -1
- package/dist/models/health-response-dto.d.ts +1 -1
- package/dist/models/health-response-dto.js +1 -1
- package/dist/models/hierarchical-region-dto.d.ts +1 -1
- package/dist/models/hierarchical-region-dto.js +1 -1
- package/dist/models/mark-bid-failed-request-dto.d.ts +1 -1
- package/dist/models/mark-bid-failed-request-dto.js +1 -1
- package/dist/models/negotiation-score-dto.d.ts +1 -1
- package/dist/models/negotiation-score-dto.js +1 -1
- package/dist/models/negotiation-scored-response-dto.d.ts +1 -1
- package/dist/models/negotiation-scored-response-dto.js +1 -1
- package/dist/models/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/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/submit-negotiation-scores-request-dto.d.ts +1 -1
- package/dist/models/submit-negotiation-scores-request-dto.js +1 -1
- 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/OauthApi.md +1 -1
- package/docs/PartnerV1Api.md +61 -413
- package/docs/PartnerV2Api.md +789 -0
- package/index.ts +1 -1
- package/models/acceptance-result-response-dto.ts +1 -1
- package/models/award-registered-response-dto.ts +1 -1
- package/models/bid-bond-dto.ts +1 -1
- package/models/bid-contract-documents-batch-request-dto.ts +1 -1
- package/models/bid-contract-documents-response-dto.ts +1 -1
- package/models/bid-created-response-dto.ts +1 -1
- package/models/bid-document-dto.ts +1 -1
- package/models/bid-failed-response-dto.ts +1 -1
- package/models/bid-failure-reason.ts +1 -1
- package/models/bid-item-dto.ts +1 -1
- package/models/bid-manager-dto.ts +1 -1
- package/models/bid-result-participant-attachment-dto.ts +1 -1
- package/models/bid-result-participant-dto.ts +1 -1
- package/models/bid-result-product-dto.ts +1 -1
- package/models/bid-result-winner-dto.ts +1 -1
- package/models/bid-results-batch-request-dto.ts +1 -1
- package/models/bid-results-response-dto.ts +1 -1
- package/models/bid-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/complete-acceptance-request-dto.ts +1 -1
- package/models/contract-document-item-dto.ts +1 -1
- package/models/create-bid-request-dto.ts +1 -1
- package/models/file-uploaded-response-dto.ts +1 -1
- package/models/health-response-dto.ts +1 -1
- package/models/hierarchical-region-dto.ts +1 -1
- package/models/mark-bid-failed-request-dto.ts +1 -1
- package/models/negotiation-score-dto.ts +1 -1
- package/models/negotiation-scored-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/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/submit-negotiation-scores-request-dto.ts +1 -1
- 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
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
5
|
* CMARKET V6 Partner API
|
|
6
|
-
* 외부 ERP 연동용 RESTful API.
|
|
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
8
|
* The version of the OpenAPI document: 1.0
|
|
9
9
|
*
|
|
@@ -35,21 +35,18 @@ const base_1 = require("../base");
|
|
|
35
35
|
const PartnerV1ApiAxiosParamCreator = function (configuration) {
|
|
36
36
|
return {
|
|
37
37
|
/**
|
|
38
|
-
*
|
|
39
|
-
* @summary 검수완료 전송
|
|
40
|
-
* @param {string} bidId
|
|
41
|
-
* @param {string} idempotencyKey 멱등성 키(1~255자, [A-Za-z0-9_-]). 동일 키 + 동일 body 재전송 시 캐시 응답 반환(24시간). UUID v4 권장.
|
|
38
|
+
* V5 `/acceptanceCompleteSend` 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
39
|
+
* @summary 검수완료 전송 — V5 충실
|
|
40
|
+
* @param {string} bidId
|
|
42
41
|
* @param {CompleteAcceptanceRequestDto} completeAcceptanceRequestDto
|
|
43
42
|
* @param {*} [options] Override http request option.
|
|
44
43
|
* @throws {RequiredError}
|
|
45
44
|
*/
|
|
46
|
-
|
|
45
|
+
v1CompleteAcceptance: (bidId_1, completeAcceptanceRequestDto_1, ...args_1) => __awaiter(this, [bidId_1, completeAcceptanceRequestDto_1, ...args_1], void 0, function* (bidId, completeAcceptanceRequestDto, options = {}) {
|
|
47
46
|
// verify required parameter 'bidId' is not null or undefined
|
|
48
|
-
(0, common_1.assertParamExists)('
|
|
49
|
-
// verify required parameter 'idempotencyKey' is not null or undefined
|
|
50
|
-
(0, common_1.assertParamExists)('completeAcceptance', 'idempotencyKey', idempotencyKey);
|
|
47
|
+
(0, common_1.assertParamExists)('v1CompleteAcceptance', 'bidId', bidId);
|
|
51
48
|
// verify required parameter 'completeAcceptanceRequestDto' is not null or undefined
|
|
52
|
-
(0, common_1.assertParamExists)('
|
|
49
|
+
(0, common_1.assertParamExists)('v1CompleteAcceptance', 'completeAcceptanceRequestDto', completeAcceptanceRequestDto);
|
|
53
50
|
const localVarPath = `/v1/bids/{bidId}/acceptance`
|
|
54
51
|
.replace('{bidId}', encodeURIComponent(String(bidId)));
|
|
55
52
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
@@ -61,14 +58,12 @@ const PartnerV1ApiAxiosParamCreator = function (configuration) {
|
|
|
61
58
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
62
59
|
const localVarHeaderParameter = {};
|
|
63
60
|
const localVarQueryParameter = {};
|
|
64
|
-
// authentication
|
|
65
|
-
|
|
66
|
-
|
|
61
|
+
// authentication platform-auth-id required
|
|
62
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "X-Platform-Id", configuration);
|
|
63
|
+
// authentication platform-auth-secret required
|
|
64
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "X-Platform-Secret", configuration);
|
|
67
65
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
68
66
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
69
|
-
if (idempotencyKey != null) {
|
|
70
|
-
localVarHeaderParameter['Idempotency-Key'] = String(idempotencyKey);
|
|
71
|
-
}
|
|
72
67
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
73
68
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
74
69
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -79,54 +74,15 @@ const PartnerV1ApiAxiosParamCreator = function (configuration) {
|
|
|
79
74
|
};
|
|
80
75
|
}),
|
|
81
76
|
/**
|
|
82
|
-
* V5
|
|
83
|
-
* @summary 계약서류 수신 조회
|
|
84
|
-
* @param {string} bidId
|
|
85
|
-
* @param {string} buyerId 공고 명의 회원 ID(b2b_member.member_id).
|
|
86
|
-
* @param {*} [options] Override http request option.
|
|
87
|
-
* @throws {RequiredError}
|
|
88
|
-
*/
|
|
89
|
-
getBidContractDocuments: (bidId_1, buyerId_1, ...args_1) => __awaiter(this, [bidId_1, buyerId_1, ...args_1], void 0, function* (bidId, buyerId, options = {}) {
|
|
90
|
-
// verify required parameter 'bidId' is not null or undefined
|
|
91
|
-
(0, common_1.assertParamExists)('getBidContractDocuments', 'bidId', bidId);
|
|
92
|
-
// verify required parameter 'buyerId' is not null or undefined
|
|
93
|
-
(0, common_1.assertParamExists)('getBidContractDocuments', 'buyerId', buyerId);
|
|
94
|
-
const localVarPath = `/v1/bids/{bidId}/contract-documents`
|
|
95
|
-
.replace('{bidId}', encodeURIComponent(String(bidId)));
|
|
96
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
97
|
-
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
98
|
-
let baseOptions;
|
|
99
|
-
if (configuration) {
|
|
100
|
-
baseOptions = configuration.baseOptions;
|
|
101
|
-
}
|
|
102
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
103
|
-
const localVarHeaderParameter = {};
|
|
104
|
-
const localVarQueryParameter = {};
|
|
105
|
-
// authentication partner-oauth2 required
|
|
106
|
-
// http bearer authentication required
|
|
107
|
-
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
108
|
-
if (buyerId !== undefined) {
|
|
109
|
-
localVarQueryParameter['buyerId'] = buyerId;
|
|
110
|
-
}
|
|
111
|
-
localVarHeaderParameter['Accept'] = 'application/json';
|
|
112
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
113
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
114
|
-
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
115
|
-
return {
|
|
116
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
117
|
-
options: localVarRequestOptions,
|
|
118
|
-
};
|
|
119
|
-
}),
|
|
120
|
-
/**
|
|
121
|
-
* V5 /contractDocumentRec(bid_puchase_no_list) 후속. 공고번호 리스트를 한 번에 조회. 단건(GET :bidId/contract-documents)은 그대로 유지. scope contracts:read.
|
|
122
|
-
* @summary 계약서류 수신 배치 조회
|
|
77
|
+
* V5 `/contractDocumentRec`(bid_puchase_no_list) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
78
|
+
* @summary 계약서류 수신 배치 조회 — V5 충실
|
|
123
79
|
* @param {BidContractDocumentsBatchRequestDto} bidContractDocumentsBatchRequestDto
|
|
124
80
|
* @param {*} [options] Override http request option.
|
|
125
81
|
* @throws {RequiredError}
|
|
126
82
|
*/
|
|
127
|
-
|
|
83
|
+
v1GetBidContractDocumentsBatch: (bidContractDocumentsBatchRequestDto_1, ...args_1) => __awaiter(this, [bidContractDocumentsBatchRequestDto_1, ...args_1], void 0, function* (bidContractDocumentsBatchRequestDto, options = {}) {
|
|
128
84
|
// verify required parameter 'bidContractDocumentsBatchRequestDto' is not null or undefined
|
|
129
|
-
(0, common_1.assertParamExists)('
|
|
85
|
+
(0, common_1.assertParamExists)('v1GetBidContractDocumentsBatch', 'bidContractDocumentsBatchRequestDto', bidContractDocumentsBatchRequestDto);
|
|
130
86
|
const localVarPath = `/v1/bids/contract-documents/batch`;
|
|
131
87
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
132
88
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -137,9 +93,10 @@ const PartnerV1ApiAxiosParamCreator = function (configuration) {
|
|
|
137
93
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
138
94
|
const localVarHeaderParameter = {};
|
|
139
95
|
const localVarQueryParameter = {};
|
|
140
|
-
// authentication
|
|
141
|
-
|
|
142
|
-
|
|
96
|
+
// authentication platform-auth-id required
|
|
97
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "X-Platform-Id", configuration);
|
|
98
|
+
// authentication platform-auth-secret required
|
|
99
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "X-Platform-Secret", configuration);
|
|
143
100
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
144
101
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
145
102
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
@@ -152,54 +109,15 @@ const PartnerV1ApiAxiosParamCreator = function (configuration) {
|
|
|
152
109
|
};
|
|
153
110
|
}),
|
|
154
111
|
/**
|
|
155
|
-
* V5
|
|
156
|
-
* @summary
|
|
157
|
-
* @param {string} bidId
|
|
158
|
-
* @param {string} buyerId 공고 명의 회원 ID (멀티테넌트 가시성 키).
|
|
159
|
-
* @param {*} [options] Override http request option.
|
|
160
|
-
* @throws {RequiredError}
|
|
161
|
-
*/
|
|
162
|
-
getBidResults: (bidId_1, buyerId_1, ...args_1) => __awaiter(this, [bidId_1, buyerId_1, ...args_1], void 0, function* (bidId, buyerId, options = {}) {
|
|
163
|
-
// verify required parameter 'bidId' is not null or undefined
|
|
164
|
-
(0, common_1.assertParamExists)('getBidResults', 'bidId', bidId);
|
|
165
|
-
// verify required parameter 'buyerId' is not null or undefined
|
|
166
|
-
(0, common_1.assertParamExists)('getBidResults', 'buyerId', buyerId);
|
|
167
|
-
const localVarPath = `/v1/bids/{bidId}/results`
|
|
168
|
-
.replace('{bidId}', encodeURIComponent(String(bidId)));
|
|
169
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
170
|
-
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
171
|
-
let baseOptions;
|
|
172
|
-
if (configuration) {
|
|
173
|
-
baseOptions = configuration.baseOptions;
|
|
174
|
-
}
|
|
175
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
176
|
-
const localVarHeaderParameter = {};
|
|
177
|
-
const localVarQueryParameter = {};
|
|
178
|
-
// authentication partner-oauth2 required
|
|
179
|
-
// http bearer authentication required
|
|
180
|
-
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
181
|
-
if (buyerId !== undefined) {
|
|
182
|
-
localVarQueryParameter['buyerId'] = buyerId;
|
|
183
|
-
}
|
|
184
|
-
localVarHeaderParameter['Accept'] = 'application/json';
|
|
185
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
186
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
187
|
-
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
188
|
-
return {
|
|
189
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
190
|
-
options: localVarRequestOptions,
|
|
191
|
-
};
|
|
192
|
-
}),
|
|
193
|
-
/**
|
|
194
|
-
* V5 entendRec(bid_puchase_no_list) 후속 — 여러 공고 결과를 1회 호출로(additive, 단건 유지). bidIds(공고 식별자) 또는 purchaseNos(구매번호) 중 하나 — purchaseNos 는 각 PO 의 가장 최근 공고로 해소. 입력 순서를 보존한다. scope bids:read.
|
|
195
|
-
* @summary 입찰결과 배치 조회
|
|
112
|
+
* V5 `/entendRec`(bid_puchase_no_list) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정. resolveBidId 도 이 엔드포인트를 사용한다.
|
|
113
|
+
* @summary 입찰결과 배치 조회 — V5 충실
|
|
196
114
|
* @param {BidResultsBatchRequestDto} bidResultsBatchRequestDto
|
|
197
115
|
* @param {*} [options] Override http request option.
|
|
198
116
|
* @throws {RequiredError}
|
|
199
117
|
*/
|
|
200
|
-
|
|
118
|
+
v1GetBidResultsBatch: (bidResultsBatchRequestDto_1, ...args_1) => __awaiter(this, [bidResultsBatchRequestDto_1, ...args_1], void 0, function* (bidResultsBatchRequestDto, options = {}) {
|
|
201
119
|
// verify required parameter 'bidResultsBatchRequestDto' is not null or undefined
|
|
202
|
-
(0, common_1.assertParamExists)('
|
|
120
|
+
(0, common_1.assertParamExists)('v1GetBidResultsBatch', 'bidResultsBatchRequestDto', bidResultsBatchRequestDto);
|
|
203
121
|
const localVarPath = `/v1/bids/results/batch`;
|
|
204
122
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
205
123
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -210,9 +128,10 @@ const PartnerV1ApiAxiosParamCreator = function (configuration) {
|
|
|
210
128
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
211
129
|
const localVarHeaderParameter = {};
|
|
212
130
|
const localVarQueryParameter = {};
|
|
213
|
-
// authentication
|
|
214
|
-
|
|
215
|
-
|
|
131
|
+
// authentication platform-auth-id required
|
|
132
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "X-Platform-Id", configuration);
|
|
133
|
+
// authentication platform-auth-secret required
|
|
134
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "X-Platform-Secret", configuration);
|
|
216
135
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
217
136
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
218
137
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
@@ -225,51 +144,18 @@ const PartnerV1ApiAxiosParamCreator = function (configuration) {
|
|
|
225
144
|
};
|
|
226
145
|
}),
|
|
227
146
|
/**
|
|
228
|
-
* V5
|
|
229
|
-
* @summary
|
|
230
|
-
* @param {string} bidId
|
|
231
|
-
* @param {*} [options] Override http request option.
|
|
232
|
-
* @throws {RequiredError}
|
|
233
|
-
*/
|
|
234
|
-
getBidSettlement: (bidId_1, ...args_1) => __awaiter(this, [bidId_1, ...args_1], void 0, function* (bidId, options = {}) {
|
|
235
|
-
// verify required parameter 'bidId' is not null or undefined
|
|
236
|
-
(0, common_1.assertParamExists)('getBidSettlement', 'bidId', bidId);
|
|
237
|
-
const localVarPath = `/v1/bids/{bidId}/settlement`
|
|
238
|
-
.replace('{bidId}', encodeURIComponent(String(bidId)));
|
|
239
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
240
|
-
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
241
|
-
let baseOptions;
|
|
242
|
-
if (configuration) {
|
|
243
|
-
baseOptions = configuration.baseOptions;
|
|
244
|
-
}
|
|
245
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
246
|
-
const localVarHeaderParameter = {};
|
|
247
|
-
const localVarQueryParameter = {};
|
|
248
|
-
// authentication partner-oauth2 required
|
|
249
|
-
// http bearer authentication required
|
|
250
|
-
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
251
|
-
localVarHeaderParameter['Accept'] = 'application/json';
|
|
252
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
253
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
254
|
-
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
255
|
-
return {
|
|
256
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
257
|
-
options: localVarRequestOptions,
|
|
258
|
-
};
|
|
259
|
-
}),
|
|
260
|
-
/**
|
|
261
|
-
* V5 /getGrm 후속. scope contracts:read.
|
|
262
|
-
* @summary 거래명세서 조회
|
|
147
|
+
* V5 `/getGrm` 후속. 인증 = body `ID`/`Secret`(cate_set). group_code 스코프로 가시성 적용.
|
|
148
|
+
* @summary 거래명세서 조회 — V5 충실
|
|
263
149
|
* @param {string} bidId
|
|
264
150
|
* @param {number} paperCode
|
|
265
151
|
* @param {*} [options] Override http request option.
|
|
266
152
|
* @throws {RequiredError}
|
|
267
153
|
*/
|
|
268
|
-
|
|
154
|
+
v1GetBidStatement: (bidId_1, paperCode_1, ...args_1) => __awaiter(this, [bidId_1, paperCode_1, ...args_1], void 0, function* (bidId, paperCode, options = {}) {
|
|
269
155
|
// verify required parameter 'bidId' is not null or undefined
|
|
270
|
-
(0, common_1.assertParamExists)('
|
|
156
|
+
(0, common_1.assertParamExists)('v1GetBidStatement', 'bidId', bidId);
|
|
271
157
|
// verify required parameter 'paperCode' is not null or undefined
|
|
272
|
-
(0, common_1.assertParamExists)('
|
|
158
|
+
(0, common_1.assertParamExists)('v1GetBidStatement', 'paperCode', paperCode);
|
|
273
159
|
const localVarPath = `/v1/bids/{bidId}/statement`
|
|
274
160
|
.replace('{bidId}', encodeURIComponent(String(bidId)));
|
|
275
161
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
@@ -281,9 +167,10 @@ const PartnerV1ApiAxiosParamCreator = function (configuration) {
|
|
|
281
167
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
282
168
|
const localVarHeaderParameter = {};
|
|
283
169
|
const localVarQueryParameter = {};
|
|
284
|
-
// authentication
|
|
285
|
-
|
|
286
|
-
|
|
170
|
+
// authentication platform-auth-id required
|
|
171
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "X-Platform-Id", configuration);
|
|
172
|
+
// authentication platform-auth-secret required
|
|
173
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "X-Platform-Secret", configuration);
|
|
287
174
|
if (paperCode !== undefined) {
|
|
288
175
|
localVarQueryParameter['paperCode'] = paperCode;
|
|
289
176
|
}
|
|
@@ -297,44 +184,15 @@ const PartnerV1ApiAxiosParamCreator = function (configuration) {
|
|
|
297
184
|
};
|
|
298
185
|
}),
|
|
299
186
|
/**
|
|
300
|
-
*
|
|
301
|
-
* @summary
|
|
302
|
-
* @param {*} [options] Override http request option.
|
|
303
|
-
* @throws {RequiredError}
|
|
304
|
-
*/
|
|
305
|
-
healthControllerCheck: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
306
|
-
const localVarPath = `/v1/health`;
|
|
307
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
308
|
-
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
309
|
-
let baseOptions;
|
|
310
|
-
if (configuration) {
|
|
311
|
-
baseOptions = configuration.baseOptions;
|
|
312
|
-
}
|
|
313
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
314
|
-
const localVarHeaderParameter = {};
|
|
315
|
-
const localVarQueryParameter = {};
|
|
316
|
-
localVarHeaderParameter['Accept'] = 'application/json';
|
|
317
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
318
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
319
|
-
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
320
|
-
return {
|
|
321
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
322
|
-
options: localVarRequestOptions,
|
|
323
|
-
};
|
|
324
|
-
}),
|
|
325
|
-
/**
|
|
326
|
-
* 공고를 유찰 상태로 전환합니다. **V5 대응:** `scsbidSend`(type=U, 유찰) — BidApi.xml `yoochal` 액션의 V6 후속. **호출 시점:** 입찰 마감 후 유찰 사유가 확정되었을 때. 공고 상태가 입찰완료(마감)인 상태에서 호출해야 합니다. **부수효과:** - 공고 상태가 유찰(FAILED)로 전환됩니다. - 유찰사유 코드(V5 `b2b_buy.sayou`)와 상세(V5 `b2b_buy.sa_desc`)가 기록됩니다. **유찰사유 코드 목록(BidFailureReason):** | 코드 | 의미 | |------|------| | `1` | 예정가격 초과 | | `2` | 자격 미달 | | `3` | 전문성 필요 | | `4` | 기타 (`failureReasonDetail` 필수) | | `5` | 참가자 없음 | | `6` | 단독 참가 | | `7` | 2인 미만 | | `8` | 최저가 미달 | **필수 스코프:** `awards:write` **멱등성:** `Idempotency-Key` 헤더 필수.
|
|
327
|
-
* @summary 유찰 처리
|
|
328
|
-
* @param {string} idempotencyKey 멱등성 키(1~255자, [A-Za-z0-9_-]). 동일 키 + 동일 body 재전송 시 캐시 응답 반환(24시간). UUID v4 권장.
|
|
187
|
+
* V5 `scsbidSend`(type=U) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
188
|
+
* @summary 유찰 처리 — V5 충실
|
|
329
189
|
* @param {MarkBidFailedRequestDto} markBidFailedRequestDto
|
|
330
190
|
* @param {*} [options] Override http request option.
|
|
331
191
|
* @throws {RequiredError}
|
|
332
192
|
*/
|
|
333
|
-
|
|
334
|
-
// verify required parameter 'idempotencyKey' is not null or undefined
|
|
335
|
-
(0, common_1.assertParamExists)('markBidFailed', 'idempotencyKey', idempotencyKey);
|
|
193
|
+
v1MarkBidFailed: (markBidFailedRequestDto_1, ...args_1) => __awaiter(this, [markBidFailedRequestDto_1, ...args_1], void 0, function* (markBidFailedRequestDto, options = {}) {
|
|
336
194
|
// verify required parameter 'markBidFailedRequestDto' is not null or undefined
|
|
337
|
-
(0, common_1.assertParamExists)('
|
|
195
|
+
(0, common_1.assertParamExists)('v1MarkBidFailed', 'markBidFailedRequestDto', markBidFailedRequestDto);
|
|
338
196
|
const localVarPath = `/v1/awards/fail`;
|
|
339
197
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
340
198
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -345,14 +203,12 @@ const PartnerV1ApiAxiosParamCreator = function (configuration) {
|
|
|
345
203
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
346
204
|
const localVarHeaderParameter = {};
|
|
347
205
|
const localVarQueryParameter = {};
|
|
348
|
-
// authentication
|
|
349
|
-
|
|
350
|
-
|
|
206
|
+
// authentication platform-auth-id required
|
|
207
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "X-Platform-Id", configuration);
|
|
208
|
+
// authentication platform-auth-secret required
|
|
209
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "X-Platform-Secret", configuration);
|
|
351
210
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
352
211
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
353
|
-
if (idempotencyKey != null) {
|
|
354
|
-
localVarHeaderParameter['Idempotency-Key'] = String(idempotencyKey);
|
|
355
|
-
}
|
|
356
212
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
357
213
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
358
214
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -363,51 +219,15 @@ const PartnerV1ApiAxiosParamCreator = function (configuration) {
|
|
|
363
219
|
};
|
|
364
220
|
}),
|
|
365
221
|
/**
|
|
366
|
-
* V5
|
|
367
|
-
* @summary
|
|
368
|
-
* @param {object} body
|
|
369
|
-
* @param {*} [options] Override http request option.
|
|
370
|
-
* @throws {RequiredError}
|
|
371
|
-
*/
|
|
372
|
-
recordParityResult: (body_1, ...args_1) => __awaiter(this, [body_1, ...args_1], void 0, function* (body, options = {}) {
|
|
373
|
-
// verify required parameter 'body' is not null or undefined
|
|
374
|
-
(0, common_1.assertParamExists)('recordParityResult', 'body', body);
|
|
375
|
-
const localVarPath = `/v1/parity-results`;
|
|
376
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
377
|
-
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
378
|
-
let baseOptions;
|
|
379
|
-
if (configuration) {
|
|
380
|
-
baseOptions = configuration.baseOptions;
|
|
381
|
-
}
|
|
382
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
383
|
-
const localVarHeaderParameter = {};
|
|
384
|
-
const localVarQueryParameter = {};
|
|
385
|
-
// authentication partner-oauth2 required
|
|
386
|
-
// http bearer authentication required
|
|
387
|
-
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
388
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
389
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
390
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
391
|
-
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
392
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(body, localVarRequestOptions, configuration);
|
|
393
|
-
return {
|
|
394
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
395
|
-
options: localVarRequestOptions,
|
|
396
|
-
};
|
|
397
|
-
}),
|
|
398
|
-
/**
|
|
399
|
-
* 낙찰 결과를 등록하고 공고를 낙찰 상태로 전환합니다. **V5 대응:** `scsbidSend`(type=W, 낙찰) — BidApi.xml `selectWinner` 액션의 V6 후속. **호출 시점:** 입찰 마감 후 낙찰자가 확정되었을 때. 공고 상태가 입찰완료(마감)인 상태에서 호출해야 합니다. **부수효과:** - 공고 상태가 낙찰(AWARDED)로 전환됩니다. - 낙찰자(공급사) 응찰행이 낙찰 처리됩니다. - 협상 방식(H/K)은 이 엔드포인트 전에 `/v1/awards/nego-eval`로 평가 완료가 필요합니다. **필수 스코프:** `awards:write` **멱등성:** `Idempotency-Key` 헤더 필수. 동일 키 + 동일 body 재전송 시 24시간 내 캐시 응답 반환.
|
|
400
|
-
* @summary 낙찰 결과 전송
|
|
401
|
-
* @param {string} idempotencyKey 멱등성 키(1~255자, [A-Za-z0-9_-]). 동일 키 + 동일 body 재전송 시 캐시 응답 반환(24시간). UUID v4 권장.
|
|
222
|
+
* V5 `scsbidSend`(type=W) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
223
|
+
* @summary 낙찰 결과 전송 — V5 충실
|
|
402
224
|
* @param {RegisterAwardRequestDto} registerAwardRequestDto
|
|
403
225
|
* @param {*} [options] Override http request option.
|
|
404
226
|
* @throws {RequiredError}
|
|
405
227
|
*/
|
|
406
|
-
|
|
407
|
-
// verify required parameter 'idempotencyKey' is not null or undefined
|
|
408
|
-
(0, common_1.assertParamExists)('registerAward', 'idempotencyKey', idempotencyKey);
|
|
228
|
+
v1RegisterAward: (registerAwardRequestDto_1, ...args_1) => __awaiter(this, [registerAwardRequestDto_1, ...args_1], void 0, function* (registerAwardRequestDto, options = {}) {
|
|
409
229
|
// verify required parameter 'registerAwardRequestDto' is not null or undefined
|
|
410
|
-
(0, common_1.assertParamExists)('
|
|
230
|
+
(0, common_1.assertParamExists)('v1RegisterAward', 'registerAwardRequestDto', registerAwardRequestDto);
|
|
411
231
|
const localVarPath = `/v1/awards`;
|
|
412
232
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
413
233
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -418,14 +238,12 @@ const PartnerV1ApiAxiosParamCreator = function (configuration) {
|
|
|
418
238
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
419
239
|
const localVarHeaderParameter = {};
|
|
420
240
|
const localVarQueryParameter = {};
|
|
421
|
-
// authentication
|
|
422
|
-
|
|
423
|
-
|
|
241
|
+
// authentication platform-auth-id required
|
|
242
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "X-Platform-Id", configuration);
|
|
243
|
+
// authentication platform-auth-secret required
|
|
244
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "X-Platform-Secret", configuration);
|
|
424
245
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
425
246
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
426
|
-
if (idempotencyKey != null) {
|
|
427
|
-
localVarHeaderParameter['Idempotency-Key'] = String(idempotencyKey);
|
|
428
|
-
}
|
|
429
247
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
430
248
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
431
249
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -436,15 +254,15 @@ const PartnerV1ApiAxiosParamCreator = function (configuration) {
|
|
|
436
254
|
};
|
|
437
255
|
}),
|
|
438
256
|
/**
|
|
439
|
-
*
|
|
440
|
-
* @summary 입찰 정보 전송(등록)
|
|
257
|
+
* V5 `scsbidSend`(type=B) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
258
|
+
* @summary 입찰 정보 전송(등록) — V5 충실
|
|
441
259
|
* @param {CreateBidRequestDto} createBidRequestDto
|
|
442
260
|
* @param {*} [options] Override http request option.
|
|
443
261
|
* @throws {RequiredError}
|
|
444
262
|
*/
|
|
445
|
-
|
|
263
|
+
v1RegisterBid: (createBidRequestDto_1, ...args_1) => __awaiter(this, [createBidRequestDto_1, ...args_1], void 0, function* (createBidRequestDto, options = {}) {
|
|
446
264
|
// verify required parameter 'createBidRequestDto' is not null or undefined
|
|
447
|
-
(0, common_1.assertParamExists)('
|
|
265
|
+
(0, common_1.assertParamExists)('v1RegisterBid', 'createBidRequestDto', createBidRequestDto);
|
|
448
266
|
const localVarPath = `/v1/bids`;
|
|
449
267
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
450
268
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -455,9 +273,10 @@ const PartnerV1ApiAxiosParamCreator = function (configuration) {
|
|
|
455
273
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
456
274
|
const localVarHeaderParameter = {};
|
|
457
275
|
const localVarQueryParameter = {};
|
|
458
|
-
// authentication
|
|
459
|
-
|
|
460
|
-
|
|
276
|
+
// authentication platform-auth-id required
|
|
277
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "X-Platform-Id", configuration);
|
|
278
|
+
// authentication platform-auth-secret required
|
|
279
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "X-Platform-Secret", configuration);
|
|
461
280
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
462
281
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
463
282
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
@@ -470,18 +289,15 @@ const PartnerV1ApiAxiosParamCreator = function (configuration) {
|
|
|
470
289
|
};
|
|
471
290
|
}),
|
|
472
291
|
/**
|
|
473
|
-
*
|
|
474
|
-
* @summary 계산서 분할 발급 청구
|
|
475
|
-
* @param {string} idempotencyKey 멱등성 키(1~255자, [A-Za-z0-9_-]). 동일 키 + 동일 body 재전송 시 캐시 응답 반환(24시간). UUID v4 권장.
|
|
292
|
+
* V5 `splitInvoiceRequest` 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
293
|
+
* @summary 계산서 분할 발급 청구 — V5 충실
|
|
476
294
|
* @param {RequestSplitInvoiceRequestDto} requestSplitInvoiceRequestDto
|
|
477
295
|
* @param {*} [options] Override http request option.
|
|
478
296
|
* @throws {RequiredError}
|
|
479
297
|
*/
|
|
480
|
-
|
|
481
|
-
// verify required parameter 'idempotencyKey' is not null or undefined
|
|
482
|
-
(0, common_1.assertParamExists)('requestSplitInvoice', 'idempotencyKey', idempotencyKey);
|
|
298
|
+
v1RequestSplitInvoice: (requestSplitInvoiceRequestDto_1, ...args_1) => __awaiter(this, [requestSplitInvoiceRequestDto_1, ...args_1], void 0, function* (requestSplitInvoiceRequestDto, options = {}) {
|
|
483
299
|
// verify required parameter 'requestSplitInvoiceRequestDto' is not null or undefined
|
|
484
|
-
(0, common_1.assertParamExists)('
|
|
300
|
+
(0, common_1.assertParamExists)('v1RequestSplitInvoice', 'requestSplitInvoiceRequestDto', requestSplitInvoiceRequestDto);
|
|
485
301
|
const localVarPath = `/v1/invoices/split-requests`;
|
|
486
302
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
487
303
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -492,14 +308,12 @@ const PartnerV1ApiAxiosParamCreator = function (configuration) {
|
|
|
492
308
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
493
309
|
const localVarHeaderParameter = {};
|
|
494
310
|
const localVarQueryParameter = {};
|
|
495
|
-
// authentication
|
|
496
|
-
|
|
497
|
-
|
|
311
|
+
// authentication platform-auth-id required
|
|
312
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "X-Platform-Id", configuration);
|
|
313
|
+
// authentication platform-auth-secret required
|
|
314
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "X-Platform-Secret", configuration);
|
|
498
315
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
499
316
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
500
|
-
if (idempotencyKey != null) {
|
|
501
|
-
localVarHeaderParameter['Idempotency-Key'] = String(idempotencyKey);
|
|
502
|
-
}
|
|
503
317
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
504
318
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
505
319
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -510,18 +324,15 @@ const PartnerV1ApiAxiosParamCreator = function (configuration) {
|
|
|
510
324
|
};
|
|
511
325
|
}),
|
|
512
326
|
/**
|
|
513
|
-
*
|
|
514
|
-
* @summary 협상(H/K) 점수평가
|
|
515
|
-
* @param {string} idempotencyKey 멱등성 키(1~255자, [A-Za-z0-9_-]). 동일 키 + 동일 body 재전송 시 캐시 응답 반환(24시간). UUID v4 권장.
|
|
327
|
+
* V5 `scsbidSend`(type=nego) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
328
|
+
* @summary 협상(H/K) 점수평가 — V5 충실
|
|
516
329
|
* @param {SubmitNegotiationScoresRequestDto} submitNegotiationScoresRequestDto
|
|
517
330
|
* @param {*} [options] Override http request option.
|
|
518
331
|
* @throws {RequiredError}
|
|
519
332
|
*/
|
|
520
|
-
|
|
521
|
-
// verify required parameter 'idempotencyKey' is not null or undefined
|
|
522
|
-
(0, common_1.assertParamExists)('submitNegotiationScores', 'idempotencyKey', idempotencyKey);
|
|
333
|
+
v1SubmitNegotiationScores: (submitNegotiationScoresRequestDto_1, ...args_1) => __awaiter(this, [submitNegotiationScoresRequestDto_1, ...args_1], void 0, function* (submitNegotiationScoresRequestDto, options = {}) {
|
|
523
334
|
// verify required parameter 'submitNegotiationScoresRequestDto' is not null or undefined
|
|
524
|
-
(0, common_1.assertParamExists)('
|
|
335
|
+
(0, common_1.assertParamExists)('v1SubmitNegotiationScores', 'submitNegotiationScoresRequestDto', submitNegotiationScoresRequestDto);
|
|
525
336
|
const localVarPath = `/v1/awards/nego-eval`;
|
|
526
337
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
527
338
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -532,14 +343,12 @@ const PartnerV1ApiAxiosParamCreator = function (configuration) {
|
|
|
532
343
|
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
533
344
|
const localVarHeaderParameter = {};
|
|
534
345
|
const localVarQueryParameter = {};
|
|
535
|
-
// authentication
|
|
536
|
-
|
|
537
|
-
|
|
346
|
+
// authentication platform-auth-id required
|
|
347
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "X-Platform-Id", configuration);
|
|
348
|
+
// authentication platform-auth-secret required
|
|
349
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "X-Platform-Secret", configuration);
|
|
538
350
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
539
351
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
540
|
-
if (idempotencyKey != null) {
|
|
541
|
-
localVarHeaderParameter['Idempotency-Key'] = String(idempotencyKey);
|
|
542
|
-
}
|
|
543
352
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
544
353
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
545
354
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -549,40 +358,6 @@ const PartnerV1ApiAxiosParamCreator = function (configuration) {
|
|
|
549
358
|
options: localVarRequestOptions,
|
|
550
359
|
};
|
|
551
360
|
}),
|
|
552
|
-
/**
|
|
553
|
-
* 스코프 `files:write` + `Idempotency-Key` 헤더 필수. base64 또는 url 중 정확히 하나를 제출한다.
|
|
554
|
-
* @summary 입찰 첨부파일 업로드(base64 또는 url) → fileKey
|
|
555
|
-
* @param {UploadFileRequestDto} uploadFileRequestDto
|
|
556
|
-
* @param {*} [options] Override http request option.
|
|
557
|
-
* @throws {RequiredError}
|
|
558
|
-
*/
|
|
559
|
-
uploadFile: (uploadFileRequestDto_1, ...args_1) => __awaiter(this, [uploadFileRequestDto_1, ...args_1], void 0, function* (uploadFileRequestDto, options = {}) {
|
|
560
|
-
// verify required parameter 'uploadFileRequestDto' is not null or undefined
|
|
561
|
-
(0, common_1.assertParamExists)('uploadFile', 'uploadFileRequestDto', uploadFileRequestDto);
|
|
562
|
-
const localVarPath = `/v1/files`;
|
|
563
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
564
|
-
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
565
|
-
let baseOptions;
|
|
566
|
-
if (configuration) {
|
|
567
|
-
baseOptions = configuration.baseOptions;
|
|
568
|
-
}
|
|
569
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
570
|
-
const localVarHeaderParameter = {};
|
|
571
|
-
const localVarQueryParameter = {};
|
|
572
|
-
// authentication partner-oauth2 required
|
|
573
|
-
// http bearer authentication required
|
|
574
|
-
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
575
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
576
|
-
localVarHeaderParameter['Accept'] = 'application/json';
|
|
577
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
578
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
579
|
-
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
580
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(uploadFileRequestDto, localVarRequestOptions, configuration);
|
|
581
|
-
return {
|
|
582
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
583
|
-
options: localVarRequestOptions,
|
|
584
|
-
};
|
|
585
|
-
}),
|
|
586
361
|
};
|
|
587
362
|
};
|
|
588
363
|
exports.PartnerV1ApiAxiosParamCreator = PartnerV1ApiAxiosParamCreator;
|
|
@@ -593,250 +368,148 @@ const PartnerV1ApiFp = function (configuration) {
|
|
|
593
368
|
const localVarAxiosParamCreator = (0, exports.PartnerV1ApiAxiosParamCreator)(configuration);
|
|
594
369
|
return {
|
|
595
370
|
/**
|
|
596
|
-
*
|
|
597
|
-
* @summary 검수완료 전송
|
|
598
|
-
* @param {string} bidId 공고 ID(= backend bidId = 등록 응답의 bidNo).
|
|
599
|
-
* @param {string} idempotencyKey 멱등성 키(1~255자, [A-Za-z0-9_-]). 동일 키 + 동일 body 재전송 시 캐시 응답 반환(24시간). UUID v4 권장.
|
|
600
|
-
* @param {CompleteAcceptanceRequestDto} completeAcceptanceRequestDto
|
|
601
|
-
* @param {*} [options] Override http request option.
|
|
602
|
-
* @throws {RequiredError}
|
|
603
|
-
*/
|
|
604
|
-
completeAcceptance(bidId, idempotencyKey, completeAcceptanceRequestDto, options) {
|
|
605
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
606
|
-
var _a, _b, _c;
|
|
607
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.completeAcceptance(bidId, idempotencyKey, completeAcceptanceRequestDto, options);
|
|
608
|
-
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
609
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['PartnerV1Api.completeAcceptance']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
610
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
611
|
-
});
|
|
612
|
-
},
|
|
613
|
-
/**
|
|
614
|
-
* V5 /contractDocumentRec 후속. scope contracts:read.
|
|
615
|
-
* @summary 계약서류 수신 조회
|
|
371
|
+
* V5 `/acceptanceCompleteSend` 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
372
|
+
* @summary 검수완료 전송 — V5 충실
|
|
616
373
|
* @param {string} bidId
|
|
617
|
-
* @param {
|
|
374
|
+
* @param {CompleteAcceptanceRequestDto} completeAcceptanceRequestDto
|
|
618
375
|
* @param {*} [options] Override http request option.
|
|
619
376
|
* @throws {RequiredError}
|
|
620
377
|
*/
|
|
621
|
-
|
|
378
|
+
v1CompleteAcceptance(bidId, completeAcceptanceRequestDto, options) {
|
|
622
379
|
return __awaiter(this, void 0, void 0, function* () {
|
|
623
380
|
var _a, _b, _c;
|
|
624
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
381
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CompleteAcceptance(bidId, completeAcceptanceRequestDto, options);
|
|
625
382
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
626
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['PartnerV1Api.
|
|
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;
|
|
627
384
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
628
385
|
});
|
|
629
386
|
},
|
|
630
387
|
/**
|
|
631
|
-
* V5
|
|
632
|
-
* @summary 계약서류 수신 배치 조회
|
|
388
|
+
* V5 `/contractDocumentRec`(bid_puchase_no_list) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
389
|
+
* @summary 계약서류 수신 배치 조회 — V5 충실
|
|
633
390
|
* @param {BidContractDocumentsBatchRequestDto} bidContractDocumentsBatchRequestDto
|
|
634
391
|
* @param {*} [options] Override http request option.
|
|
635
392
|
* @throws {RequiredError}
|
|
636
393
|
*/
|
|
637
|
-
|
|
638
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
639
|
-
var _a, _b, _c;
|
|
640
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.getBidContractDocumentsBatch(bidContractDocumentsBatchRequestDto, options);
|
|
641
|
-
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
642
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['PartnerV1Api.getBidContractDocumentsBatch']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
643
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
644
|
-
});
|
|
645
|
-
},
|
|
646
|
-
/**
|
|
647
|
-
* V5 /entendrec 후속. scope bids:read.
|
|
648
|
-
* @summary 입찰 결과 조회
|
|
649
|
-
* @param {string} bidId
|
|
650
|
-
* @param {string} buyerId 공고 명의 회원 ID (멀티테넌트 가시성 키).
|
|
651
|
-
* @param {*} [options] Override http request option.
|
|
652
|
-
* @throws {RequiredError}
|
|
653
|
-
*/
|
|
654
|
-
getBidResults(bidId, buyerId, options) {
|
|
394
|
+
v1GetBidContractDocumentsBatch(bidContractDocumentsBatchRequestDto, options) {
|
|
655
395
|
return __awaiter(this, void 0, void 0, function* () {
|
|
656
396
|
var _a, _b, _c;
|
|
657
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
397
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetBidContractDocumentsBatch(bidContractDocumentsBatchRequestDto, options);
|
|
658
398
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
659
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['PartnerV1Api.
|
|
399
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['PartnerV1Api.v1GetBidContractDocumentsBatch']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
660
400
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
661
401
|
});
|
|
662
402
|
},
|
|
663
403
|
/**
|
|
664
|
-
* V5 entendRec(bid_puchase_no_list)
|
|
665
|
-
* @summary 입찰결과 배치 조회
|
|
404
|
+
* V5 `/entendRec`(bid_puchase_no_list) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정. resolveBidId 도 이 엔드포인트를 사용한다.
|
|
405
|
+
* @summary 입찰결과 배치 조회 — V5 충실
|
|
666
406
|
* @param {BidResultsBatchRequestDto} bidResultsBatchRequestDto
|
|
667
407
|
* @param {*} [options] Override http request option.
|
|
668
408
|
* @throws {RequiredError}
|
|
669
409
|
*/
|
|
670
|
-
|
|
410
|
+
v1GetBidResultsBatch(bidResultsBatchRequestDto, options) {
|
|
671
411
|
return __awaiter(this, void 0, void 0, function* () {
|
|
672
412
|
var _a, _b, _c;
|
|
673
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
413
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetBidResultsBatch(bidResultsBatchRequestDto, options);
|
|
674
414
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
675
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['PartnerV1Api.
|
|
415
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['PartnerV1Api.v1GetBidResultsBatch']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
676
416
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
677
417
|
});
|
|
678
418
|
},
|
|
679
419
|
/**
|
|
680
|
-
* V5
|
|
681
|
-
* @summary
|
|
682
|
-
* @param {string} bidId
|
|
683
|
-
* @param {*} [options] Override http request option.
|
|
684
|
-
* @throws {RequiredError}
|
|
685
|
-
*/
|
|
686
|
-
getBidSettlement(bidId, options) {
|
|
687
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
688
|
-
var _a, _b, _c;
|
|
689
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.getBidSettlement(bidId, options);
|
|
690
|
-
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
691
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['PartnerV1Api.getBidSettlement']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
692
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
693
|
-
});
|
|
694
|
-
},
|
|
695
|
-
/**
|
|
696
|
-
* V5 /getGrm 후속. scope contracts:read.
|
|
697
|
-
* @summary 거래명세서 조회
|
|
420
|
+
* V5 `/getGrm` 후속. 인증 = body `ID`/`Secret`(cate_set). group_code 스코프로 가시성 적용.
|
|
421
|
+
* @summary 거래명세서 조회 — V5 충실
|
|
698
422
|
* @param {string} bidId
|
|
699
423
|
* @param {number} paperCode
|
|
700
424
|
* @param {*} [options] Override http request option.
|
|
701
425
|
* @throws {RequiredError}
|
|
702
426
|
*/
|
|
703
|
-
|
|
704
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
705
|
-
var _a, _b, _c;
|
|
706
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.getBidStatement(bidId, paperCode, options);
|
|
707
|
-
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
708
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['PartnerV1Api.getBidStatement']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
709
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
710
|
-
});
|
|
711
|
-
},
|
|
712
|
-
/**
|
|
713
|
-
* ERP 연동 직전 회선·인증 endpoint 동작 확인용.
|
|
714
|
-
* @summary Partner API 헬스체크
|
|
715
|
-
* @param {*} [options] Override http request option.
|
|
716
|
-
* @throws {RequiredError}
|
|
717
|
-
*/
|
|
718
|
-
healthControllerCheck(options) {
|
|
427
|
+
v1GetBidStatement(bidId, paperCode, options) {
|
|
719
428
|
return __awaiter(this, void 0, void 0, function* () {
|
|
720
429
|
var _a, _b, _c;
|
|
721
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
430
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1GetBidStatement(bidId, paperCode, options);
|
|
722
431
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
723
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['PartnerV1Api.
|
|
432
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['PartnerV1Api.v1GetBidStatement']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
724
433
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
725
434
|
});
|
|
726
435
|
},
|
|
727
436
|
/**
|
|
728
|
-
*
|
|
729
|
-
* @summary 유찰 처리
|
|
730
|
-
* @param {string} idempotencyKey 멱등성 키(1~255자, [A-Za-z0-9_-]). 동일 키 + 동일 body 재전송 시 캐시 응답 반환(24시간). UUID v4 권장.
|
|
437
|
+
* V5 `scsbidSend`(type=U) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
438
|
+
* @summary 유찰 처리 — V5 충실
|
|
731
439
|
* @param {MarkBidFailedRequestDto} markBidFailedRequestDto
|
|
732
440
|
* @param {*} [options] Override http request option.
|
|
733
441
|
* @throws {RequiredError}
|
|
734
442
|
*/
|
|
735
|
-
|
|
443
|
+
v1MarkBidFailed(markBidFailedRequestDto, options) {
|
|
736
444
|
return __awaiter(this, void 0, void 0, function* () {
|
|
737
445
|
var _a, _b, _c;
|
|
738
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
446
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1MarkBidFailed(markBidFailedRequestDto, options);
|
|
739
447
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
740
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['PartnerV1Api.
|
|
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;
|
|
741
449
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
742
450
|
});
|
|
743
451
|
},
|
|
744
452
|
/**
|
|
745
|
-
* V5
|
|
746
|
-
* @summary
|
|
747
|
-
* @param {object} body
|
|
748
|
-
* @param {*} [options] Override http request option.
|
|
749
|
-
* @throws {RequiredError}
|
|
750
|
-
*/
|
|
751
|
-
recordParityResult(body, options) {
|
|
752
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
753
|
-
var _a, _b, _c;
|
|
754
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.recordParityResult(body, options);
|
|
755
|
-
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
756
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['PartnerV1Api.recordParityResult']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
757
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
758
|
-
});
|
|
759
|
-
},
|
|
760
|
-
/**
|
|
761
|
-
* 낙찰 결과를 등록하고 공고를 낙찰 상태로 전환합니다. **V5 대응:** `scsbidSend`(type=W, 낙찰) — BidApi.xml `selectWinner` 액션의 V6 후속. **호출 시점:** 입찰 마감 후 낙찰자가 확정되었을 때. 공고 상태가 입찰완료(마감)인 상태에서 호출해야 합니다. **부수효과:** - 공고 상태가 낙찰(AWARDED)로 전환됩니다. - 낙찰자(공급사) 응찰행이 낙찰 처리됩니다. - 협상 방식(H/K)은 이 엔드포인트 전에 `/v1/awards/nego-eval`로 평가 완료가 필요합니다. **필수 스코프:** `awards:write` **멱등성:** `Idempotency-Key` 헤더 필수. 동일 키 + 동일 body 재전송 시 24시간 내 캐시 응답 반환.
|
|
762
|
-
* @summary 낙찰 결과 전송
|
|
763
|
-
* @param {string} idempotencyKey 멱등성 키(1~255자, [A-Za-z0-9_-]). 동일 키 + 동일 body 재전송 시 캐시 응답 반환(24시간). UUID v4 권장.
|
|
453
|
+
* V5 `scsbidSend`(type=W) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
454
|
+
* @summary 낙찰 결과 전송 — V5 충실
|
|
764
455
|
* @param {RegisterAwardRequestDto} registerAwardRequestDto
|
|
765
456
|
* @param {*} [options] Override http request option.
|
|
766
457
|
* @throws {RequiredError}
|
|
767
458
|
*/
|
|
768
|
-
|
|
459
|
+
v1RegisterAward(registerAwardRequestDto, options) {
|
|
769
460
|
return __awaiter(this, void 0, void 0, function* () {
|
|
770
461
|
var _a, _b, _c;
|
|
771
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
462
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1RegisterAward(registerAwardRequestDto, options);
|
|
772
463
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
773
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['PartnerV1Api.
|
|
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;
|
|
774
465
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
775
466
|
});
|
|
776
467
|
},
|
|
777
468
|
/**
|
|
778
|
-
*
|
|
779
|
-
* @summary 입찰 정보 전송(등록)
|
|
469
|
+
* V5 `scsbidSend`(type=B) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
470
|
+
* @summary 입찰 정보 전송(등록) — V5 충실
|
|
780
471
|
* @param {CreateBidRequestDto} createBidRequestDto
|
|
781
472
|
* @param {*} [options] Override http request option.
|
|
782
473
|
* @throws {RequiredError}
|
|
783
474
|
*/
|
|
784
|
-
|
|
475
|
+
v1RegisterBid(createBidRequestDto, options) {
|
|
785
476
|
return __awaiter(this, void 0, void 0, function* () {
|
|
786
477
|
var _a, _b, _c;
|
|
787
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
478
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1RegisterBid(createBidRequestDto, options);
|
|
788
479
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
789
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['PartnerV1Api.
|
|
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;
|
|
790
481
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
791
482
|
});
|
|
792
483
|
},
|
|
793
484
|
/**
|
|
794
|
-
*
|
|
795
|
-
* @summary 계산서 분할 발급 청구
|
|
796
|
-
* @param {string} idempotencyKey 멱등성 키(1~255자, [A-Za-z0-9_-]). 동일 키 + 동일 body 재전송 시 캐시 응답 반환(24시간). UUID v4 권장.
|
|
485
|
+
* V5 `splitInvoiceRequest` 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
486
|
+
* @summary 계산서 분할 발급 청구 — V5 충실
|
|
797
487
|
* @param {RequestSplitInvoiceRequestDto} requestSplitInvoiceRequestDto
|
|
798
488
|
* @param {*} [options] Override http request option.
|
|
799
489
|
* @throws {RequiredError}
|
|
800
490
|
*/
|
|
801
|
-
|
|
491
|
+
v1RequestSplitInvoice(requestSplitInvoiceRequestDto, options) {
|
|
802
492
|
return __awaiter(this, void 0, void 0, function* () {
|
|
803
493
|
var _a, _b, _c;
|
|
804
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
494
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1RequestSplitInvoice(requestSplitInvoiceRequestDto, options);
|
|
805
495
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
806
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['PartnerV1Api.
|
|
496
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['PartnerV1Api.v1RequestSplitInvoice']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
807
497
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
808
498
|
});
|
|
809
499
|
},
|
|
810
500
|
/**
|
|
811
|
-
*
|
|
812
|
-
* @summary 협상(H/K) 점수평가
|
|
813
|
-
* @param {string} idempotencyKey 멱등성 키(1~255자, [A-Za-z0-9_-]). 동일 키 + 동일 body 재전송 시 캐시 응답 반환(24시간). UUID v4 권장.
|
|
501
|
+
* V5 `scsbidSend`(type=nego) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
502
|
+
* @summary 협상(H/K) 점수평가 — V5 충실
|
|
814
503
|
* @param {SubmitNegotiationScoresRequestDto} submitNegotiationScoresRequestDto
|
|
815
504
|
* @param {*} [options] Override http request option.
|
|
816
505
|
* @throws {RequiredError}
|
|
817
506
|
*/
|
|
818
|
-
|
|
507
|
+
v1SubmitNegotiationScores(submitNegotiationScoresRequestDto, options) {
|
|
819
508
|
return __awaiter(this, void 0, void 0, function* () {
|
|
820
509
|
var _a, _b, _c;
|
|
821
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
510
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.v1SubmitNegotiationScores(submitNegotiationScoresRequestDto, options);
|
|
822
511
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
823
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['PartnerV1Api.
|
|
824
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
825
|
-
});
|
|
826
|
-
},
|
|
827
|
-
/**
|
|
828
|
-
* 스코프 `files:write` + `Idempotency-Key` 헤더 필수. base64 또는 url 중 정확히 하나를 제출한다.
|
|
829
|
-
* @summary 입찰 첨부파일 업로드(base64 또는 url) → fileKey
|
|
830
|
-
* @param {UploadFileRequestDto} uploadFileRequestDto
|
|
831
|
-
* @param {*} [options] Override http request option.
|
|
832
|
-
* @throws {RequiredError}
|
|
833
|
-
*/
|
|
834
|
-
uploadFile(uploadFileRequestDto, options) {
|
|
835
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
836
|
-
var _a, _b, _c;
|
|
837
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.uploadFile(uploadFileRequestDto, options);
|
|
838
|
-
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
839
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['PartnerV1Api.uploadFile']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
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;
|
|
840
513
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
841
514
|
});
|
|
842
515
|
},
|
|
@@ -850,162 +523,96 @@ const PartnerV1ApiFactory = function (configuration, basePath, axios) {
|
|
|
850
523
|
const localVarFp = (0, exports.PartnerV1ApiFp)(configuration);
|
|
851
524
|
return {
|
|
852
525
|
/**
|
|
853
|
-
*
|
|
854
|
-
* @summary 검수완료 전송
|
|
855
|
-
* @param {string} bidId 공고 ID(= backend bidId = 등록 응답의 bidNo).
|
|
856
|
-
* @param {string} idempotencyKey 멱등성 키(1~255자, [A-Za-z0-9_-]). 동일 키 + 동일 body 재전송 시 캐시 응답 반환(24시간). UUID v4 권장.
|
|
857
|
-
* @param {CompleteAcceptanceRequestDto} completeAcceptanceRequestDto
|
|
858
|
-
* @param {*} [options] Override http request option.
|
|
859
|
-
* @throws {RequiredError}
|
|
860
|
-
*/
|
|
861
|
-
completeAcceptance(bidId, idempotencyKey, completeAcceptanceRequestDto, options) {
|
|
862
|
-
return localVarFp.completeAcceptance(bidId, idempotencyKey, completeAcceptanceRequestDto, options).then((request) => request(axios, basePath));
|
|
863
|
-
},
|
|
864
|
-
/**
|
|
865
|
-
* V5 /contractDocumentRec 후속. scope contracts:read.
|
|
866
|
-
* @summary 계약서류 수신 조회
|
|
526
|
+
* V5 `/acceptanceCompleteSend` 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
527
|
+
* @summary 검수완료 전송 — V5 충실
|
|
867
528
|
* @param {string} bidId
|
|
868
|
-
* @param {
|
|
529
|
+
* @param {CompleteAcceptanceRequestDto} completeAcceptanceRequestDto
|
|
869
530
|
* @param {*} [options] Override http request option.
|
|
870
531
|
* @throws {RequiredError}
|
|
871
532
|
*/
|
|
872
|
-
|
|
873
|
-
return localVarFp.
|
|
533
|
+
v1CompleteAcceptance(bidId, completeAcceptanceRequestDto, options) {
|
|
534
|
+
return localVarFp.v1CompleteAcceptance(bidId, completeAcceptanceRequestDto, options).then((request) => request(axios, basePath));
|
|
874
535
|
},
|
|
875
536
|
/**
|
|
876
|
-
* V5
|
|
877
|
-
* @summary 계약서류 수신 배치 조회
|
|
537
|
+
* V5 `/contractDocumentRec`(bid_puchase_no_list) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
538
|
+
* @summary 계약서류 수신 배치 조회 — V5 충실
|
|
878
539
|
* @param {BidContractDocumentsBatchRequestDto} bidContractDocumentsBatchRequestDto
|
|
879
540
|
* @param {*} [options] Override http request option.
|
|
880
541
|
* @throws {RequiredError}
|
|
881
542
|
*/
|
|
882
|
-
|
|
883
|
-
return localVarFp.
|
|
543
|
+
v1GetBidContractDocumentsBatch(bidContractDocumentsBatchRequestDto, options) {
|
|
544
|
+
return localVarFp.v1GetBidContractDocumentsBatch(bidContractDocumentsBatchRequestDto, options).then((request) => request(axios, basePath));
|
|
884
545
|
},
|
|
885
546
|
/**
|
|
886
|
-
* V5
|
|
887
|
-
* @summary
|
|
888
|
-
* @param {string} bidId
|
|
889
|
-
* @param {string} buyerId 공고 명의 회원 ID (멀티테넌트 가시성 키).
|
|
890
|
-
* @param {*} [options] Override http request option.
|
|
891
|
-
* @throws {RequiredError}
|
|
892
|
-
*/
|
|
893
|
-
getBidResults(bidId, buyerId, options) {
|
|
894
|
-
return localVarFp.getBidResults(bidId, buyerId, options).then((request) => request(axios, basePath));
|
|
895
|
-
},
|
|
896
|
-
/**
|
|
897
|
-
* V5 entendRec(bid_puchase_no_list) 후속 — 여러 공고 결과를 1회 호출로(additive, 단건 유지). bidIds(공고 식별자) 또는 purchaseNos(구매번호) 중 하나 — purchaseNos 는 각 PO 의 가장 최근 공고로 해소. 입력 순서를 보존한다. scope bids:read.
|
|
898
|
-
* @summary 입찰결과 배치 조회
|
|
547
|
+
* V5 `/entendRec`(bid_puchase_no_list) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정. resolveBidId 도 이 엔드포인트를 사용한다.
|
|
548
|
+
* @summary 입찰결과 배치 조회 — V5 충실
|
|
899
549
|
* @param {BidResultsBatchRequestDto} bidResultsBatchRequestDto
|
|
900
550
|
* @param {*} [options] Override http request option.
|
|
901
551
|
* @throws {RequiredError}
|
|
902
552
|
*/
|
|
903
|
-
|
|
904
|
-
return localVarFp.
|
|
553
|
+
v1GetBidResultsBatch(bidResultsBatchRequestDto, options) {
|
|
554
|
+
return localVarFp.v1GetBidResultsBatch(bidResultsBatchRequestDto, options).then((request) => request(axios, basePath));
|
|
905
555
|
},
|
|
906
556
|
/**
|
|
907
|
-
* V5
|
|
908
|
-
* @summary
|
|
909
|
-
* @param {string} bidId
|
|
910
|
-
* @param {*} [options] Override http request option.
|
|
911
|
-
* @throws {RequiredError}
|
|
912
|
-
*/
|
|
913
|
-
getBidSettlement(bidId, options) {
|
|
914
|
-
return localVarFp.getBidSettlement(bidId, options).then((request) => request(axios, basePath));
|
|
915
|
-
},
|
|
916
|
-
/**
|
|
917
|
-
* V5 /getGrm 후속. scope contracts:read.
|
|
918
|
-
* @summary 거래명세서 조회
|
|
557
|
+
* V5 `/getGrm` 후속. 인증 = body `ID`/`Secret`(cate_set). group_code 스코프로 가시성 적용.
|
|
558
|
+
* @summary 거래명세서 조회 — V5 충실
|
|
919
559
|
* @param {string} bidId
|
|
920
560
|
* @param {number} paperCode
|
|
921
561
|
* @param {*} [options] Override http request option.
|
|
922
562
|
* @throws {RequiredError}
|
|
923
563
|
*/
|
|
924
|
-
|
|
925
|
-
return localVarFp.
|
|
564
|
+
v1GetBidStatement(bidId, paperCode, options) {
|
|
565
|
+
return localVarFp.v1GetBidStatement(bidId, paperCode, options).then((request) => request(axios, basePath));
|
|
926
566
|
},
|
|
927
567
|
/**
|
|
928
|
-
*
|
|
929
|
-
* @summary
|
|
930
|
-
* @param {*} [options] Override http request option.
|
|
931
|
-
* @throws {RequiredError}
|
|
932
|
-
*/
|
|
933
|
-
healthControllerCheck(options) {
|
|
934
|
-
return localVarFp.healthControllerCheck(options).then((request) => request(axios, basePath));
|
|
935
|
-
},
|
|
936
|
-
/**
|
|
937
|
-
* 공고를 유찰 상태로 전환합니다. **V5 대응:** `scsbidSend`(type=U, 유찰) — BidApi.xml `yoochal` 액션의 V6 후속. **호출 시점:** 입찰 마감 후 유찰 사유가 확정되었을 때. 공고 상태가 입찰완료(마감)인 상태에서 호출해야 합니다. **부수효과:** - 공고 상태가 유찰(FAILED)로 전환됩니다. - 유찰사유 코드(V5 `b2b_buy.sayou`)와 상세(V5 `b2b_buy.sa_desc`)가 기록됩니다. **유찰사유 코드 목록(BidFailureReason):** | 코드 | 의미 | |------|------| | `1` | 예정가격 초과 | | `2` | 자격 미달 | | `3` | 전문성 필요 | | `4` | 기타 (`failureReasonDetail` 필수) | | `5` | 참가자 없음 | | `6` | 단독 참가 | | `7` | 2인 미만 | | `8` | 최저가 미달 | **필수 스코프:** `awards:write` **멱등성:** `Idempotency-Key` 헤더 필수.
|
|
938
|
-
* @summary 유찰 처리
|
|
939
|
-
* @param {string} idempotencyKey 멱등성 키(1~255자, [A-Za-z0-9_-]). 동일 키 + 동일 body 재전송 시 캐시 응답 반환(24시간). UUID v4 권장.
|
|
568
|
+
* V5 `scsbidSend`(type=U) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
569
|
+
* @summary 유찰 처리 — V5 충실
|
|
940
570
|
* @param {MarkBidFailedRequestDto} markBidFailedRequestDto
|
|
941
571
|
* @param {*} [options] Override http request option.
|
|
942
572
|
* @throws {RequiredError}
|
|
943
573
|
*/
|
|
944
|
-
|
|
945
|
-
return localVarFp.
|
|
574
|
+
v1MarkBidFailed(markBidFailedRequestDto, options) {
|
|
575
|
+
return localVarFp.v1MarkBidFailed(markBidFailedRequestDto, options).then((request) => request(axios, basePath));
|
|
946
576
|
},
|
|
947
577
|
/**
|
|
948
|
-
* V5
|
|
949
|
-
* @summary
|
|
950
|
-
* @param {object} body
|
|
951
|
-
* @param {*} [options] Override http request option.
|
|
952
|
-
* @throws {RequiredError}
|
|
953
|
-
*/
|
|
954
|
-
recordParityResult(body, options) {
|
|
955
|
-
return localVarFp.recordParityResult(body, options).then((request) => request(axios, basePath));
|
|
956
|
-
},
|
|
957
|
-
/**
|
|
958
|
-
* 낙찰 결과를 등록하고 공고를 낙찰 상태로 전환합니다. **V5 대응:** `scsbidSend`(type=W, 낙찰) — BidApi.xml `selectWinner` 액션의 V6 후속. **호출 시점:** 입찰 마감 후 낙찰자가 확정되었을 때. 공고 상태가 입찰완료(마감)인 상태에서 호출해야 합니다. **부수효과:** - 공고 상태가 낙찰(AWARDED)로 전환됩니다. - 낙찰자(공급사) 응찰행이 낙찰 처리됩니다. - 협상 방식(H/K)은 이 엔드포인트 전에 `/v1/awards/nego-eval`로 평가 완료가 필요합니다. **필수 스코프:** `awards:write` **멱등성:** `Idempotency-Key` 헤더 필수. 동일 키 + 동일 body 재전송 시 24시간 내 캐시 응답 반환.
|
|
959
|
-
* @summary 낙찰 결과 전송
|
|
960
|
-
* @param {string} idempotencyKey 멱등성 키(1~255자, [A-Za-z0-9_-]). 동일 키 + 동일 body 재전송 시 캐시 응답 반환(24시간). UUID v4 권장.
|
|
578
|
+
* V5 `scsbidSend`(type=W) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
579
|
+
* @summary 낙찰 결과 전송 — V5 충실
|
|
961
580
|
* @param {RegisterAwardRequestDto} registerAwardRequestDto
|
|
962
581
|
* @param {*} [options] Override http request option.
|
|
963
582
|
* @throws {RequiredError}
|
|
964
583
|
*/
|
|
965
|
-
|
|
966
|
-
return localVarFp.
|
|
584
|
+
v1RegisterAward(registerAwardRequestDto, options) {
|
|
585
|
+
return localVarFp.v1RegisterAward(registerAwardRequestDto, options).then((request) => request(axios, basePath));
|
|
967
586
|
},
|
|
968
587
|
/**
|
|
969
|
-
*
|
|
970
|
-
* @summary 입찰 정보 전송(등록)
|
|
588
|
+
* V5 `scsbidSend`(type=B) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
589
|
+
* @summary 입찰 정보 전송(등록) — V5 충실
|
|
971
590
|
* @param {CreateBidRequestDto} createBidRequestDto
|
|
972
591
|
* @param {*} [options] Override http request option.
|
|
973
592
|
* @throws {RequiredError}
|
|
974
593
|
*/
|
|
975
|
-
|
|
976
|
-
return localVarFp.
|
|
594
|
+
v1RegisterBid(createBidRequestDto, options) {
|
|
595
|
+
return localVarFp.v1RegisterBid(createBidRequestDto, options).then((request) => request(axios, basePath));
|
|
977
596
|
},
|
|
978
597
|
/**
|
|
979
|
-
*
|
|
980
|
-
* @summary 계산서 분할 발급 청구
|
|
981
|
-
* @param {string} idempotencyKey 멱등성 키(1~255자, [A-Za-z0-9_-]). 동일 키 + 동일 body 재전송 시 캐시 응답 반환(24시간). UUID v4 권장.
|
|
598
|
+
* V5 `splitInvoiceRequest` 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
599
|
+
* @summary 계산서 분할 발급 청구 — V5 충실
|
|
982
600
|
* @param {RequestSplitInvoiceRequestDto} requestSplitInvoiceRequestDto
|
|
983
601
|
* @param {*} [options] Override http request option.
|
|
984
602
|
* @throws {RequiredError}
|
|
985
603
|
*/
|
|
986
|
-
|
|
987
|
-
return localVarFp.
|
|
604
|
+
v1RequestSplitInvoice(requestSplitInvoiceRequestDto, options) {
|
|
605
|
+
return localVarFp.v1RequestSplitInvoice(requestSplitInvoiceRequestDto, options).then((request) => request(axios, basePath));
|
|
988
606
|
},
|
|
989
607
|
/**
|
|
990
|
-
*
|
|
991
|
-
* @summary 협상(H/K) 점수평가
|
|
992
|
-
* @param {string} idempotencyKey 멱등성 키(1~255자, [A-Za-z0-9_-]). 동일 키 + 동일 body 재전송 시 캐시 응답 반환(24시간). UUID v4 권장.
|
|
608
|
+
* V5 `scsbidSend`(type=nego) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
609
|
+
* @summary 협상(H/K) 점수평가 — V5 충실
|
|
993
610
|
* @param {SubmitNegotiationScoresRequestDto} submitNegotiationScoresRequestDto
|
|
994
611
|
* @param {*} [options] Override http request option.
|
|
995
612
|
* @throws {RequiredError}
|
|
996
613
|
*/
|
|
997
|
-
|
|
998
|
-
return localVarFp.
|
|
999
|
-
},
|
|
1000
|
-
/**
|
|
1001
|
-
* 스코프 `files:write` + `Idempotency-Key` 헤더 필수. base64 또는 url 중 정확히 하나를 제출한다.
|
|
1002
|
-
* @summary 입찰 첨부파일 업로드(base64 또는 url) → fileKey
|
|
1003
|
-
* @param {UploadFileRequestDto} uploadFileRequestDto
|
|
1004
|
-
* @param {*} [options] Override http request option.
|
|
1005
|
-
* @throws {RequiredError}
|
|
1006
|
-
*/
|
|
1007
|
-
uploadFile(uploadFileRequestDto, options) {
|
|
1008
|
-
return localVarFp.uploadFile(uploadFileRequestDto, options).then((request) => request(axios, basePath));
|
|
614
|
+
v1SubmitNegotiationScores(submitNegotiationScoresRequestDto, options) {
|
|
615
|
+
return localVarFp.v1SubmitNegotiationScores(submitNegotiationScoresRequestDto, options).then((request) => request(axios, basePath));
|
|
1009
616
|
},
|
|
1010
617
|
};
|
|
1011
618
|
};
|
|
@@ -1015,162 +622,96 @@ exports.PartnerV1ApiFactory = PartnerV1ApiFactory;
|
|
|
1015
622
|
*/
|
|
1016
623
|
class PartnerV1Api extends base_1.BaseAPI {
|
|
1017
624
|
/**
|
|
1018
|
-
*
|
|
1019
|
-
* @summary 검수완료 전송
|
|
1020
|
-
* @param {string} bidId 공고 ID(= backend bidId = 등록 응답의 bidNo).
|
|
1021
|
-
* @param {string} idempotencyKey 멱등성 키(1~255자, [A-Za-z0-9_-]). 동일 키 + 동일 body 재전송 시 캐시 응답 반환(24시간). UUID v4 권장.
|
|
1022
|
-
* @param {CompleteAcceptanceRequestDto} completeAcceptanceRequestDto
|
|
1023
|
-
* @param {*} [options] Override http request option.
|
|
1024
|
-
* @throws {RequiredError}
|
|
1025
|
-
*/
|
|
1026
|
-
completeAcceptance(bidId, idempotencyKey, completeAcceptanceRequestDto, options) {
|
|
1027
|
-
return (0, exports.PartnerV1ApiFp)(this.configuration).completeAcceptance(bidId, idempotencyKey, completeAcceptanceRequestDto, options).then((request) => request(this.axios, this.basePath));
|
|
1028
|
-
}
|
|
1029
|
-
/**
|
|
1030
|
-
* V5 /contractDocumentRec 후속. scope contracts:read.
|
|
1031
|
-
* @summary 계약서류 수신 조회
|
|
625
|
+
* V5 `/acceptanceCompleteSend` 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
626
|
+
* @summary 검수완료 전송 — V5 충실
|
|
1032
627
|
* @param {string} bidId
|
|
1033
|
-
* @param {
|
|
628
|
+
* @param {CompleteAcceptanceRequestDto} completeAcceptanceRequestDto
|
|
1034
629
|
* @param {*} [options] Override http request option.
|
|
1035
630
|
* @throws {RequiredError}
|
|
1036
631
|
*/
|
|
1037
|
-
|
|
1038
|
-
return (0, exports.PartnerV1ApiFp)(this.configuration).
|
|
632
|
+
v1CompleteAcceptance(bidId, completeAcceptanceRequestDto, options) {
|
|
633
|
+
return (0, exports.PartnerV1ApiFp)(this.configuration).v1CompleteAcceptance(bidId, completeAcceptanceRequestDto, options).then((request) => request(this.axios, this.basePath));
|
|
1039
634
|
}
|
|
1040
635
|
/**
|
|
1041
|
-
* V5
|
|
1042
|
-
* @summary 계약서류 수신 배치 조회
|
|
636
|
+
* V5 `/contractDocumentRec`(bid_puchase_no_list) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
637
|
+
* @summary 계약서류 수신 배치 조회 — V5 충실
|
|
1043
638
|
* @param {BidContractDocumentsBatchRequestDto} bidContractDocumentsBatchRequestDto
|
|
1044
639
|
* @param {*} [options] Override http request option.
|
|
1045
640
|
* @throws {RequiredError}
|
|
1046
641
|
*/
|
|
1047
|
-
|
|
1048
|
-
return (0, exports.PartnerV1ApiFp)(this.configuration).
|
|
1049
|
-
}
|
|
1050
|
-
/**
|
|
1051
|
-
* V5 /entendrec 후속. scope bids:read.
|
|
1052
|
-
* @summary 입찰 결과 조회
|
|
1053
|
-
* @param {string} bidId
|
|
1054
|
-
* @param {string} buyerId 공고 명의 회원 ID (멀티테넌트 가시성 키).
|
|
1055
|
-
* @param {*} [options] Override http request option.
|
|
1056
|
-
* @throws {RequiredError}
|
|
1057
|
-
*/
|
|
1058
|
-
getBidResults(bidId, buyerId, options) {
|
|
1059
|
-
return (0, exports.PartnerV1ApiFp)(this.configuration).getBidResults(bidId, buyerId, options).then((request) => request(this.axios, this.basePath));
|
|
642
|
+
v1GetBidContractDocumentsBatch(bidContractDocumentsBatchRequestDto, options) {
|
|
643
|
+
return (0, exports.PartnerV1ApiFp)(this.configuration).v1GetBidContractDocumentsBatch(bidContractDocumentsBatchRequestDto, options).then((request) => request(this.axios, this.basePath));
|
|
1060
644
|
}
|
|
1061
645
|
/**
|
|
1062
|
-
* V5 entendRec(bid_puchase_no_list)
|
|
1063
|
-
* @summary 입찰결과 배치 조회
|
|
646
|
+
* V5 `/entendRec`(bid_puchase_no_list) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정. resolveBidId 도 이 엔드포인트를 사용한다.
|
|
647
|
+
* @summary 입찰결과 배치 조회 — V5 충실
|
|
1064
648
|
* @param {BidResultsBatchRequestDto} bidResultsBatchRequestDto
|
|
1065
649
|
* @param {*} [options] Override http request option.
|
|
1066
650
|
* @throws {RequiredError}
|
|
1067
651
|
*/
|
|
1068
|
-
|
|
1069
|
-
return (0, exports.PartnerV1ApiFp)(this.configuration).
|
|
652
|
+
v1GetBidResultsBatch(bidResultsBatchRequestDto, options) {
|
|
653
|
+
return (0, exports.PartnerV1ApiFp)(this.configuration).v1GetBidResultsBatch(bidResultsBatchRequestDto, options).then((request) => request(this.axios, this.basePath));
|
|
1070
654
|
}
|
|
1071
655
|
/**
|
|
1072
|
-
* V5
|
|
1073
|
-
* @summary
|
|
1074
|
-
* @param {string} bidId
|
|
1075
|
-
* @param {*} [options] Override http request option.
|
|
1076
|
-
* @throws {RequiredError}
|
|
1077
|
-
*/
|
|
1078
|
-
getBidSettlement(bidId, options) {
|
|
1079
|
-
return (0, exports.PartnerV1ApiFp)(this.configuration).getBidSettlement(bidId, options).then((request) => request(this.axios, this.basePath));
|
|
1080
|
-
}
|
|
1081
|
-
/**
|
|
1082
|
-
* V5 /getGrm 후속. scope contracts:read.
|
|
1083
|
-
* @summary 거래명세서 조회
|
|
656
|
+
* V5 `/getGrm` 후속. 인증 = body `ID`/`Secret`(cate_set). group_code 스코프로 가시성 적용.
|
|
657
|
+
* @summary 거래명세서 조회 — V5 충실
|
|
1084
658
|
* @param {string} bidId
|
|
1085
659
|
* @param {number} paperCode
|
|
1086
660
|
* @param {*} [options] Override http request option.
|
|
1087
661
|
* @throws {RequiredError}
|
|
1088
662
|
*/
|
|
1089
|
-
|
|
1090
|
-
return (0, exports.PartnerV1ApiFp)(this.configuration).
|
|
663
|
+
v1GetBidStatement(bidId, paperCode, options) {
|
|
664
|
+
return (0, exports.PartnerV1ApiFp)(this.configuration).v1GetBidStatement(bidId, paperCode, options).then((request) => request(this.axios, this.basePath));
|
|
1091
665
|
}
|
|
1092
666
|
/**
|
|
1093
|
-
*
|
|
1094
|
-
* @summary
|
|
1095
|
-
* @param {*} [options] Override http request option.
|
|
1096
|
-
* @throws {RequiredError}
|
|
1097
|
-
*/
|
|
1098
|
-
healthControllerCheck(options) {
|
|
1099
|
-
return (0, exports.PartnerV1ApiFp)(this.configuration).healthControllerCheck(options).then((request) => request(this.axios, this.basePath));
|
|
1100
|
-
}
|
|
1101
|
-
/**
|
|
1102
|
-
* 공고를 유찰 상태로 전환합니다. **V5 대응:** `scsbidSend`(type=U, 유찰) — BidApi.xml `yoochal` 액션의 V6 후속. **호출 시점:** 입찰 마감 후 유찰 사유가 확정되었을 때. 공고 상태가 입찰완료(마감)인 상태에서 호출해야 합니다. **부수효과:** - 공고 상태가 유찰(FAILED)로 전환됩니다. - 유찰사유 코드(V5 `b2b_buy.sayou`)와 상세(V5 `b2b_buy.sa_desc`)가 기록됩니다. **유찰사유 코드 목록(BidFailureReason):** | 코드 | 의미 | |------|------| | `1` | 예정가격 초과 | | `2` | 자격 미달 | | `3` | 전문성 필요 | | `4` | 기타 (`failureReasonDetail` 필수) | | `5` | 참가자 없음 | | `6` | 단독 참가 | | `7` | 2인 미만 | | `8` | 최저가 미달 | **필수 스코프:** `awards:write` **멱등성:** `Idempotency-Key` 헤더 필수.
|
|
1103
|
-
* @summary 유찰 처리
|
|
1104
|
-
* @param {string} idempotencyKey 멱등성 키(1~255자, [A-Za-z0-9_-]). 동일 키 + 동일 body 재전송 시 캐시 응답 반환(24시간). UUID v4 권장.
|
|
667
|
+
* V5 `scsbidSend`(type=U) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
668
|
+
* @summary 유찰 처리 — V5 충실
|
|
1105
669
|
* @param {MarkBidFailedRequestDto} markBidFailedRequestDto
|
|
1106
670
|
* @param {*} [options] Override http request option.
|
|
1107
671
|
* @throws {RequiredError}
|
|
1108
672
|
*/
|
|
1109
|
-
|
|
1110
|
-
return (0, exports.PartnerV1ApiFp)(this.configuration).
|
|
673
|
+
v1MarkBidFailed(markBidFailedRequestDto, options) {
|
|
674
|
+
return (0, exports.PartnerV1ApiFp)(this.configuration).v1MarkBidFailed(markBidFailedRequestDto, options).then((request) => request(this.axios, this.basePath));
|
|
1111
675
|
}
|
|
1112
676
|
/**
|
|
1113
|
-
* V5
|
|
1114
|
-
* @summary
|
|
1115
|
-
* @param {object} body
|
|
1116
|
-
* @param {*} [options] Override http request option.
|
|
1117
|
-
* @throws {RequiredError}
|
|
1118
|
-
*/
|
|
1119
|
-
recordParityResult(body, options) {
|
|
1120
|
-
return (0, exports.PartnerV1ApiFp)(this.configuration).recordParityResult(body, options).then((request) => request(this.axios, this.basePath));
|
|
1121
|
-
}
|
|
1122
|
-
/**
|
|
1123
|
-
* 낙찰 결과를 등록하고 공고를 낙찰 상태로 전환합니다. **V5 대응:** `scsbidSend`(type=W, 낙찰) — BidApi.xml `selectWinner` 액션의 V6 후속. **호출 시점:** 입찰 마감 후 낙찰자가 확정되었을 때. 공고 상태가 입찰완료(마감)인 상태에서 호출해야 합니다. **부수효과:** - 공고 상태가 낙찰(AWARDED)로 전환됩니다. - 낙찰자(공급사) 응찰행이 낙찰 처리됩니다. - 협상 방식(H/K)은 이 엔드포인트 전에 `/v1/awards/nego-eval`로 평가 완료가 필요합니다. **필수 스코프:** `awards:write` **멱등성:** `Idempotency-Key` 헤더 필수. 동일 키 + 동일 body 재전송 시 24시간 내 캐시 응답 반환.
|
|
1124
|
-
* @summary 낙찰 결과 전송
|
|
1125
|
-
* @param {string} idempotencyKey 멱등성 키(1~255자, [A-Za-z0-9_-]). 동일 키 + 동일 body 재전송 시 캐시 응답 반환(24시간). UUID v4 권장.
|
|
677
|
+
* V5 `scsbidSend`(type=W) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
678
|
+
* @summary 낙찰 결과 전송 — V5 충실
|
|
1126
679
|
* @param {RegisterAwardRequestDto} registerAwardRequestDto
|
|
1127
680
|
* @param {*} [options] Override http request option.
|
|
1128
681
|
* @throws {RequiredError}
|
|
1129
682
|
*/
|
|
1130
|
-
|
|
1131
|
-
return (0, exports.PartnerV1ApiFp)(this.configuration).
|
|
683
|
+
v1RegisterAward(registerAwardRequestDto, options) {
|
|
684
|
+
return (0, exports.PartnerV1ApiFp)(this.configuration).v1RegisterAward(registerAwardRequestDto, options).then((request) => request(this.axios, this.basePath));
|
|
1132
685
|
}
|
|
1133
686
|
/**
|
|
1134
|
-
*
|
|
1135
|
-
* @summary 입찰 정보 전송(등록)
|
|
687
|
+
* V5 `scsbidSend`(type=B) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
688
|
+
* @summary 입찰 정보 전송(등록) — V5 충실
|
|
1136
689
|
* @param {CreateBidRequestDto} createBidRequestDto
|
|
1137
690
|
* @param {*} [options] Override http request option.
|
|
1138
691
|
* @throws {RequiredError}
|
|
1139
692
|
*/
|
|
1140
|
-
|
|
1141
|
-
return (0, exports.PartnerV1ApiFp)(this.configuration).
|
|
693
|
+
v1RegisterBid(createBidRequestDto, options) {
|
|
694
|
+
return (0, exports.PartnerV1ApiFp)(this.configuration).v1RegisterBid(createBidRequestDto, options).then((request) => request(this.axios, this.basePath));
|
|
1142
695
|
}
|
|
1143
696
|
/**
|
|
1144
|
-
*
|
|
1145
|
-
* @summary 계산서 분할 발급 청구
|
|
1146
|
-
* @param {string} idempotencyKey 멱등성 키(1~255자, [A-Za-z0-9_-]). 동일 키 + 동일 body 재전송 시 캐시 응답 반환(24시간). UUID v4 권장.
|
|
697
|
+
* V5 `splitInvoiceRequest` 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
698
|
+
* @summary 계산서 분할 발급 청구 — V5 충실
|
|
1147
699
|
* @param {RequestSplitInvoiceRequestDto} requestSplitInvoiceRequestDto
|
|
1148
700
|
* @param {*} [options] Override http request option.
|
|
1149
701
|
* @throws {RequiredError}
|
|
1150
702
|
*/
|
|
1151
|
-
|
|
1152
|
-
return (0, exports.PartnerV1ApiFp)(this.configuration).
|
|
703
|
+
v1RequestSplitInvoice(requestSplitInvoiceRequestDto, options) {
|
|
704
|
+
return (0, exports.PartnerV1ApiFp)(this.configuration).v1RequestSplitInvoice(requestSplitInvoiceRequestDto, options).then((request) => request(this.axios, this.basePath));
|
|
1153
705
|
}
|
|
1154
706
|
/**
|
|
1155
|
-
*
|
|
1156
|
-
* @summary 협상(H/K) 점수평가
|
|
1157
|
-
* @param {string} idempotencyKey 멱등성 키(1~255자, [A-Za-z0-9_-]). 동일 키 + 동일 body 재전송 시 캐시 응답 반환(24시간). UUID v4 권장.
|
|
707
|
+
* V5 `scsbidSend`(type=nego) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
|
|
708
|
+
* @summary 협상(H/K) 점수평가 — V5 충실
|
|
1158
709
|
* @param {SubmitNegotiationScoresRequestDto} submitNegotiationScoresRequestDto
|
|
1159
710
|
* @param {*} [options] Override http request option.
|
|
1160
711
|
* @throws {RequiredError}
|
|
1161
712
|
*/
|
|
1162
|
-
|
|
1163
|
-
return (0, exports.PartnerV1ApiFp)(this.configuration).
|
|
1164
|
-
}
|
|
1165
|
-
/**
|
|
1166
|
-
* 스코프 `files:write` + `Idempotency-Key` 헤더 필수. base64 또는 url 중 정확히 하나를 제출한다.
|
|
1167
|
-
* @summary 입찰 첨부파일 업로드(base64 또는 url) → fileKey
|
|
1168
|
-
* @param {UploadFileRequestDto} uploadFileRequestDto
|
|
1169
|
-
* @param {*} [options] Override http request option.
|
|
1170
|
-
* @throws {RequiredError}
|
|
1171
|
-
*/
|
|
1172
|
-
uploadFile(uploadFileRequestDto, options) {
|
|
1173
|
-
return (0, exports.PartnerV1ApiFp)(this.configuration).uploadFile(uploadFileRequestDto, options).then((request) => request(this.axios, this.basePath));
|
|
713
|
+
v1SubmitNegotiationScores(submitNegotiationScoresRequestDto, options) {
|
|
714
|
+
return (0, exports.PartnerV1ApiFp)(this.configuration).v1SubmitNegotiationScores(submitNegotiationScoresRequestDto, options).then((request) => request(this.axios, this.basePath));
|
|
1174
715
|
}
|
|
1175
716
|
}
|
|
1176
717
|
exports.PartnerV1Api = PartnerV1Api;
|