@cmarket/partner-sdk 0.2.1 → 0.3.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 +205 -15
- package/api/partner-v1-api.ts +1025 -3
- package/api.ts +0 -1
- package/dist/api/partner-v1-api.d.ts +452 -0
- package/dist/api/partner-v1-api.js +974 -34
- package/dist/api.d.ts +0 -1
- package/dist/api.js +0 -1
- package/dist/esm/api/partner-v1-api.d.ts +452 -0
- package/dist/esm/api/partner-v1-api.js +974 -34
- package/dist/esm/api.d.ts +0 -1
- package/dist/esm/api.js +0 -1
- package/dist/esm/models/create-bid-request-dto.d.ts +1 -1
- package/dist/models/create-bid-request-dto.d.ts +1 -1
- package/docs/CreateBidRequestDto.md +1 -1
- package/docs/PartnerV1Api.md +697 -0
- package/models/create-bid-request-dto.ts +1 -1
- package/package.json +1 -1
- package/api/partner-v2-api.ts +0 -1076
- package/dist/api/partner-v2-api.d.ts +0 -486
- package/dist/api/partner-v2-api.js +0 -1003
- package/dist/esm/api/partner-v2-api.d.ts +0 -486
- package/dist/esm/api/partner-v2-api.js +0 -996
- package/docs/PartnerV2Api.md +0 -704
|
@@ -1,486 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* CMARKET V6 Partner API
|
|
3
|
-
* 외부 ERP 연동용 RESTful API.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import type { Configuration } from '../configuration';
|
|
13
|
-
import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
14
|
-
import { type RequestArgs, BaseAPI } from '../base';
|
|
15
|
-
import type { AcceptanceResultResponseDto } from '../models';
|
|
16
|
-
import type { AwardRegisteredResponseDto } from '../models';
|
|
17
|
-
import type { BidContractDocumentsBatchRequestDto } from '../models';
|
|
18
|
-
import type { BidContractDocumentsResponseDto } from '../models';
|
|
19
|
-
import type { BidCreatedResponseDto } from '../models';
|
|
20
|
-
import type { BidFailedResponseDto } from '../models';
|
|
21
|
-
import type { BidResultsBatchRequestDto } from '../models';
|
|
22
|
-
import type { BidResultsResponseDto } from '../models';
|
|
23
|
-
import type { BidSettlementResponseDto } from '../models';
|
|
24
|
-
import type { BidStatementResponseDto } from '../models';
|
|
25
|
-
import type { CompleteAcceptanceRequestDto } from '../models';
|
|
26
|
-
import type { CreateBidRequestDto } from '../models';
|
|
27
|
-
import type { FileUploadedResponseDto } from '../models';
|
|
28
|
-
import type { MarkBidFailedRequestDto } from '../models';
|
|
29
|
-
import type { NegotiationScoredResponseDto } from '../models';
|
|
30
|
-
import type { RegisterAwardRequestDto } from '../models';
|
|
31
|
-
import type { RequestSplitInvoiceRequestDto } from '../models';
|
|
32
|
-
import type { SplitInvoiceResponseDto } from '../models';
|
|
33
|
-
import type { SubmitNegotiationScoresRequestDto } from '../models';
|
|
34
|
-
import type { UploadFileRequestDto } from '../models';
|
|
35
|
-
/**
|
|
36
|
-
* PartnerV2Api - axios parameter creator
|
|
37
|
-
*/
|
|
38
|
-
export declare const PartnerV2ApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
39
|
-
/**
|
|
40
|
-
* V5 /acceptanceCompleteSend 후속. scope contracts:write + Idempotency-Key.
|
|
41
|
-
* @summary 검수완료 전송
|
|
42
|
-
* @param {string} bidId
|
|
43
|
-
* @param {CompleteAcceptanceRequestDto} completeAcceptanceRequestDto
|
|
44
|
-
* @param {*} [options] Override http request option.
|
|
45
|
-
* @throws {RequiredError}
|
|
46
|
-
*/
|
|
47
|
-
completeAcceptance: (bidId: string, completeAcceptanceRequestDto: CompleteAcceptanceRequestDto, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
48
|
-
/**
|
|
49
|
-
* V5 /contractDocumentRec 후속. scope contracts:read.
|
|
50
|
-
* @summary 계약서류 수신 조회
|
|
51
|
-
* @param {string} bidId
|
|
52
|
-
* @param {string} buyerId
|
|
53
|
-
* @param {*} [options] Override http request option.
|
|
54
|
-
* @throws {RequiredError}
|
|
55
|
-
*/
|
|
56
|
-
getBidContractDocuments: (bidId: string, buyerId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
57
|
-
/**
|
|
58
|
-
* V5 /contractDocumentRec(bid_puchase_no_list) 후속. 공고번호 리스트를 한 번에 조회. 단건(GET :bidId/contract-documents)은 그대로 유지. scope contracts:read.
|
|
59
|
-
* @summary 계약서류 수신 배치 조회
|
|
60
|
-
* @param {BidContractDocumentsBatchRequestDto} bidContractDocumentsBatchRequestDto
|
|
61
|
-
* @param {*} [options] Override http request option.
|
|
62
|
-
* @throws {RequiredError}
|
|
63
|
-
*/
|
|
64
|
-
getBidContractDocumentsBatch: (bidContractDocumentsBatchRequestDto: BidContractDocumentsBatchRequestDto, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
65
|
-
/**
|
|
66
|
-
* V5 /entendrec 후속. scope bids:read.
|
|
67
|
-
* @summary 입찰 결과 조회
|
|
68
|
-
* @param {string} bidId
|
|
69
|
-
* @param {string} buyerId
|
|
70
|
-
* @param {*} [options] Override http request option.
|
|
71
|
-
* @throws {RequiredError}
|
|
72
|
-
*/
|
|
73
|
-
getBidResults: (bidId: string, buyerId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
74
|
-
/**
|
|
75
|
-
* V5 entendRec(bid_puchase_no_list) 후속 — 여러 공고 결과를 1회 호출로(additive, 단건 유지). 입력 순서를 보존한다. scope bids:read.
|
|
76
|
-
* @summary 입찰결과 배치 조회
|
|
77
|
-
* @param {BidResultsBatchRequestDto} bidResultsBatchRequestDto
|
|
78
|
-
* @param {*} [options] Override http request option.
|
|
79
|
-
* @throws {RequiredError}
|
|
80
|
-
*/
|
|
81
|
-
getBidResultsBatch: (bidResultsBatchRequestDto: BidResultsBatchRequestDto, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
82
|
-
/**
|
|
83
|
-
* V5 /entendrec 정산(사업자·계좌·공급가액/부가세·응찰 품목내역) 후속. scope bids:read. 가격/신원 가시성 매트릭스와 직교한 ERP 정산 데이터 — read-only.
|
|
84
|
-
* @summary 입찰결과 정산정보 조회
|
|
85
|
-
* @param {string} bidId
|
|
86
|
-
* @param {*} [options] Override http request option.
|
|
87
|
-
* @throws {RequiredError}
|
|
88
|
-
*/
|
|
89
|
-
getBidSettlement: (bidId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
90
|
-
/**
|
|
91
|
-
* V5 /getGrm 후속. scope contracts:read.
|
|
92
|
-
* @summary 거래명세서 조회
|
|
93
|
-
* @param {string} bidId
|
|
94
|
-
* @param {number} paperCode
|
|
95
|
-
* @param {*} [options] Override http request option.
|
|
96
|
-
* @throws {RequiredError}
|
|
97
|
-
*/
|
|
98
|
-
getBidStatement: (bidId: string, paperCode: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
99
|
-
/**
|
|
100
|
-
* 유찰 처리(V5 yoochal 패리티). 유찰사유 코드(1~8)·상세를 받아 공고를 유찰 상태로 전환. 스코프 `awards:write` + `Idempotency-Key` 헤더 필수.
|
|
101
|
-
* @summary 유찰 처리
|
|
102
|
-
* @param {MarkBidFailedRequestDto} markBidFailedRequestDto
|
|
103
|
-
* @param {*} [options] Override http request option.
|
|
104
|
-
* @throws {RequiredError}
|
|
105
|
-
*/
|
|
106
|
-
markBidFailed: (markBidFailedRequestDto: MarkBidFailedRequestDto, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
107
|
-
/**
|
|
108
|
-
* 낙찰 결과 등록. 스코프 `awards:write` + `Idempotency-Key` 헤더 필수.
|
|
109
|
-
* @summary 낙찰 결과 전송
|
|
110
|
-
* @param {RegisterAwardRequestDto} registerAwardRequestDto
|
|
111
|
-
* @param {*} [options] Override http request option.
|
|
112
|
-
* @throws {RequiredError}
|
|
113
|
-
*/
|
|
114
|
-
registerAward: (registerAwardRequestDto: RegisterAwardRequestDto, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
115
|
-
/**
|
|
116
|
-
* 입찰 정보 등록. 스코프 `bids:write` + `Idempotency-Key` 헤더 필수.
|
|
117
|
-
* @summary 입찰 정보 전송(등록)
|
|
118
|
-
* @param {CreateBidRequestDto} createBidRequestDto
|
|
119
|
-
* @param {*} [options] Override http request option.
|
|
120
|
-
* @throws {RequiredError}
|
|
121
|
-
*/
|
|
122
|
-
registerBid: (createBidRequestDto: CreateBidRequestDto, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
123
|
-
/**
|
|
124
|
-
* V5 /splitInvoiceRequest 후속. scope invoices:write + Idempotency-Key.
|
|
125
|
-
* @summary 계산서 분할 발급 청구
|
|
126
|
-
* @param {RequestSplitInvoiceRequestDto} requestSplitInvoiceRequestDto
|
|
127
|
-
* @param {*} [options] Override http request option.
|
|
128
|
-
* @throws {RequiredError}
|
|
129
|
-
*/
|
|
130
|
-
requestSplitInvoice: (requestSplitInvoiceRequestDto: RequestSplitInvoiceRequestDto, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
131
|
-
/**
|
|
132
|
-
* 협상에의한계약(H/K) 응찰자별 기술/가격 점수 일괄 입력(V5 nego-eval 패리티). complete=true 면 평가완료 게이트까지 적용해 낙찰 진입 가능. 스코프 `awards:write` + `Idempotency-Key` 헤더 필수.
|
|
133
|
-
* @summary 협상(H/K) 점수평가
|
|
134
|
-
* @param {SubmitNegotiationScoresRequestDto} submitNegotiationScoresRequestDto
|
|
135
|
-
* @param {*} [options] Override http request option.
|
|
136
|
-
* @throws {RequiredError}
|
|
137
|
-
*/
|
|
138
|
-
submitNegotiationScores: (submitNegotiationScoresRequestDto: SubmitNegotiationScoresRequestDto, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
139
|
-
/**
|
|
140
|
-
* 스코프 `files:write` 필수. base64 또는 url 중 하나를 제출한다.
|
|
141
|
-
* @summary 입찰 첨부파일 업로드(base64 또는 url) → fileKey
|
|
142
|
-
* @param {UploadFileRequestDto} uploadFileRequestDto
|
|
143
|
-
* @param {*} [options] Override http request option.
|
|
144
|
-
* @throws {RequiredError}
|
|
145
|
-
*/
|
|
146
|
-
uploadFile: (uploadFileRequestDto: UploadFileRequestDto, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
147
|
-
};
|
|
148
|
-
/**
|
|
149
|
-
* PartnerV2Api - functional programming interface
|
|
150
|
-
*/
|
|
151
|
-
export declare const PartnerV2ApiFp: (configuration?: Configuration) => {
|
|
152
|
-
/**
|
|
153
|
-
* V5 /acceptanceCompleteSend 후속. scope contracts:write + Idempotency-Key.
|
|
154
|
-
* @summary 검수완료 전송
|
|
155
|
-
* @param {string} bidId
|
|
156
|
-
* @param {CompleteAcceptanceRequestDto} completeAcceptanceRequestDto
|
|
157
|
-
* @param {*} [options] Override http request option.
|
|
158
|
-
* @throws {RequiredError}
|
|
159
|
-
*/
|
|
160
|
-
completeAcceptance(bidId: string, completeAcceptanceRequestDto: CompleteAcceptanceRequestDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AcceptanceResultResponseDto>>;
|
|
161
|
-
/**
|
|
162
|
-
* V5 /contractDocumentRec 후속. scope contracts:read.
|
|
163
|
-
* @summary 계약서류 수신 조회
|
|
164
|
-
* @param {string} bidId
|
|
165
|
-
* @param {string} buyerId
|
|
166
|
-
* @param {*} [options] Override http request option.
|
|
167
|
-
* @throws {RequiredError}
|
|
168
|
-
*/
|
|
169
|
-
getBidContractDocuments(bidId: string, buyerId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BidContractDocumentsResponseDto>>;
|
|
170
|
-
/**
|
|
171
|
-
* V5 /contractDocumentRec(bid_puchase_no_list) 후속. 공고번호 리스트를 한 번에 조회. 단건(GET :bidId/contract-documents)은 그대로 유지. scope contracts:read.
|
|
172
|
-
* @summary 계약서류 수신 배치 조회
|
|
173
|
-
* @param {BidContractDocumentsBatchRequestDto} bidContractDocumentsBatchRequestDto
|
|
174
|
-
* @param {*} [options] Override http request option.
|
|
175
|
-
* @throws {RequiredError}
|
|
176
|
-
*/
|
|
177
|
-
getBidContractDocumentsBatch(bidContractDocumentsBatchRequestDto: BidContractDocumentsBatchRequestDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<BidContractDocumentsResponseDto>>>;
|
|
178
|
-
/**
|
|
179
|
-
* V5 /entendrec 후속. scope bids:read.
|
|
180
|
-
* @summary 입찰 결과 조회
|
|
181
|
-
* @param {string} bidId
|
|
182
|
-
* @param {string} buyerId
|
|
183
|
-
* @param {*} [options] Override http request option.
|
|
184
|
-
* @throws {RequiredError}
|
|
185
|
-
*/
|
|
186
|
-
getBidResults(bidId: string, buyerId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BidResultsResponseDto>>;
|
|
187
|
-
/**
|
|
188
|
-
* V5 entendRec(bid_puchase_no_list) 후속 — 여러 공고 결과를 1회 호출로(additive, 단건 유지). 입력 순서를 보존한다. scope bids:read.
|
|
189
|
-
* @summary 입찰결과 배치 조회
|
|
190
|
-
* @param {BidResultsBatchRequestDto} bidResultsBatchRequestDto
|
|
191
|
-
* @param {*} [options] Override http request option.
|
|
192
|
-
* @throws {RequiredError}
|
|
193
|
-
*/
|
|
194
|
-
getBidResultsBatch(bidResultsBatchRequestDto: BidResultsBatchRequestDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<BidResultsResponseDto>>>;
|
|
195
|
-
/**
|
|
196
|
-
* V5 /entendrec 정산(사업자·계좌·공급가액/부가세·응찰 품목내역) 후속. scope bids:read. 가격/신원 가시성 매트릭스와 직교한 ERP 정산 데이터 — read-only.
|
|
197
|
-
* @summary 입찰결과 정산정보 조회
|
|
198
|
-
* @param {string} bidId
|
|
199
|
-
* @param {*} [options] Override http request option.
|
|
200
|
-
* @throws {RequiredError}
|
|
201
|
-
*/
|
|
202
|
-
getBidSettlement(bidId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BidSettlementResponseDto>>;
|
|
203
|
-
/**
|
|
204
|
-
* V5 /getGrm 후속. scope contracts:read.
|
|
205
|
-
* @summary 거래명세서 조회
|
|
206
|
-
* @param {string} bidId
|
|
207
|
-
* @param {number} paperCode
|
|
208
|
-
* @param {*} [options] Override http request option.
|
|
209
|
-
* @throws {RequiredError}
|
|
210
|
-
*/
|
|
211
|
-
getBidStatement(bidId: string, paperCode: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BidStatementResponseDto>>;
|
|
212
|
-
/**
|
|
213
|
-
* 유찰 처리(V5 yoochal 패리티). 유찰사유 코드(1~8)·상세를 받아 공고를 유찰 상태로 전환. 스코프 `awards:write` + `Idempotency-Key` 헤더 필수.
|
|
214
|
-
* @summary 유찰 처리
|
|
215
|
-
* @param {MarkBidFailedRequestDto} markBidFailedRequestDto
|
|
216
|
-
* @param {*} [options] Override http request option.
|
|
217
|
-
* @throws {RequiredError}
|
|
218
|
-
*/
|
|
219
|
-
markBidFailed(markBidFailedRequestDto: MarkBidFailedRequestDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BidFailedResponseDto>>;
|
|
220
|
-
/**
|
|
221
|
-
* 낙찰 결과 등록. 스코프 `awards:write` + `Idempotency-Key` 헤더 필수.
|
|
222
|
-
* @summary 낙찰 결과 전송
|
|
223
|
-
* @param {RegisterAwardRequestDto} registerAwardRequestDto
|
|
224
|
-
* @param {*} [options] Override http request option.
|
|
225
|
-
* @throws {RequiredError}
|
|
226
|
-
*/
|
|
227
|
-
registerAward(registerAwardRequestDto: RegisterAwardRequestDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AwardRegisteredResponseDto>>;
|
|
228
|
-
/**
|
|
229
|
-
* 입찰 정보 등록. 스코프 `bids:write` + `Idempotency-Key` 헤더 필수.
|
|
230
|
-
* @summary 입찰 정보 전송(등록)
|
|
231
|
-
* @param {CreateBidRequestDto} createBidRequestDto
|
|
232
|
-
* @param {*} [options] Override http request option.
|
|
233
|
-
* @throws {RequiredError}
|
|
234
|
-
*/
|
|
235
|
-
registerBid(createBidRequestDto: CreateBidRequestDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BidCreatedResponseDto>>;
|
|
236
|
-
/**
|
|
237
|
-
* V5 /splitInvoiceRequest 후속. scope invoices:write + Idempotency-Key.
|
|
238
|
-
* @summary 계산서 분할 발급 청구
|
|
239
|
-
* @param {RequestSplitInvoiceRequestDto} requestSplitInvoiceRequestDto
|
|
240
|
-
* @param {*} [options] Override http request option.
|
|
241
|
-
* @throws {RequiredError}
|
|
242
|
-
*/
|
|
243
|
-
requestSplitInvoice(requestSplitInvoiceRequestDto: RequestSplitInvoiceRequestDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SplitInvoiceResponseDto>>;
|
|
244
|
-
/**
|
|
245
|
-
* 협상에의한계약(H/K) 응찰자별 기술/가격 점수 일괄 입력(V5 nego-eval 패리티). complete=true 면 평가완료 게이트까지 적용해 낙찰 진입 가능. 스코프 `awards:write` + `Idempotency-Key` 헤더 필수.
|
|
246
|
-
* @summary 협상(H/K) 점수평가
|
|
247
|
-
* @param {SubmitNegotiationScoresRequestDto} submitNegotiationScoresRequestDto
|
|
248
|
-
* @param {*} [options] Override http request option.
|
|
249
|
-
* @throws {RequiredError}
|
|
250
|
-
*/
|
|
251
|
-
submitNegotiationScores(submitNegotiationScoresRequestDto: SubmitNegotiationScoresRequestDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<NegotiationScoredResponseDto>>;
|
|
252
|
-
/**
|
|
253
|
-
* 스코프 `files:write` 필수. base64 또는 url 중 하나를 제출한다.
|
|
254
|
-
* @summary 입찰 첨부파일 업로드(base64 또는 url) → fileKey
|
|
255
|
-
* @param {UploadFileRequestDto} uploadFileRequestDto
|
|
256
|
-
* @param {*} [options] Override http request option.
|
|
257
|
-
* @throws {RequiredError}
|
|
258
|
-
*/
|
|
259
|
-
uploadFile(uploadFileRequestDto: UploadFileRequestDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<FileUploadedResponseDto>>;
|
|
260
|
-
};
|
|
261
|
-
/**
|
|
262
|
-
* PartnerV2Api - factory interface
|
|
263
|
-
*/
|
|
264
|
-
export declare const PartnerV2ApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
265
|
-
/**
|
|
266
|
-
* V5 /acceptanceCompleteSend 후속. scope contracts:write + Idempotency-Key.
|
|
267
|
-
* @summary 검수완료 전송
|
|
268
|
-
* @param {string} bidId
|
|
269
|
-
* @param {CompleteAcceptanceRequestDto} completeAcceptanceRequestDto
|
|
270
|
-
* @param {*} [options] Override http request option.
|
|
271
|
-
* @throws {RequiredError}
|
|
272
|
-
*/
|
|
273
|
-
completeAcceptance(bidId: string, completeAcceptanceRequestDto: CompleteAcceptanceRequestDto, options?: RawAxiosRequestConfig): AxiosPromise<AcceptanceResultResponseDto>;
|
|
274
|
-
/**
|
|
275
|
-
* V5 /contractDocumentRec 후속. scope contracts:read.
|
|
276
|
-
* @summary 계약서류 수신 조회
|
|
277
|
-
* @param {string} bidId
|
|
278
|
-
* @param {string} buyerId
|
|
279
|
-
* @param {*} [options] Override http request option.
|
|
280
|
-
* @throws {RequiredError}
|
|
281
|
-
*/
|
|
282
|
-
getBidContractDocuments(bidId: string, buyerId: string, options?: RawAxiosRequestConfig): AxiosPromise<BidContractDocumentsResponseDto>;
|
|
283
|
-
/**
|
|
284
|
-
* V5 /contractDocumentRec(bid_puchase_no_list) 후속. 공고번호 리스트를 한 번에 조회. 단건(GET :bidId/contract-documents)은 그대로 유지. scope contracts:read.
|
|
285
|
-
* @summary 계약서류 수신 배치 조회
|
|
286
|
-
* @param {BidContractDocumentsBatchRequestDto} bidContractDocumentsBatchRequestDto
|
|
287
|
-
* @param {*} [options] Override http request option.
|
|
288
|
-
* @throws {RequiredError}
|
|
289
|
-
*/
|
|
290
|
-
getBidContractDocumentsBatch(bidContractDocumentsBatchRequestDto: BidContractDocumentsBatchRequestDto, options?: RawAxiosRequestConfig): AxiosPromise<Array<BidContractDocumentsResponseDto>>;
|
|
291
|
-
/**
|
|
292
|
-
* V5 /entendrec 후속. scope bids:read.
|
|
293
|
-
* @summary 입찰 결과 조회
|
|
294
|
-
* @param {string} bidId
|
|
295
|
-
* @param {string} buyerId
|
|
296
|
-
* @param {*} [options] Override http request option.
|
|
297
|
-
* @throws {RequiredError}
|
|
298
|
-
*/
|
|
299
|
-
getBidResults(bidId: string, buyerId: string, options?: RawAxiosRequestConfig): AxiosPromise<BidResultsResponseDto>;
|
|
300
|
-
/**
|
|
301
|
-
* V5 entendRec(bid_puchase_no_list) 후속 — 여러 공고 결과를 1회 호출로(additive, 단건 유지). 입력 순서를 보존한다. scope bids:read.
|
|
302
|
-
* @summary 입찰결과 배치 조회
|
|
303
|
-
* @param {BidResultsBatchRequestDto} bidResultsBatchRequestDto
|
|
304
|
-
* @param {*} [options] Override http request option.
|
|
305
|
-
* @throws {RequiredError}
|
|
306
|
-
*/
|
|
307
|
-
getBidResultsBatch(bidResultsBatchRequestDto: BidResultsBatchRequestDto, options?: RawAxiosRequestConfig): AxiosPromise<Array<BidResultsResponseDto>>;
|
|
308
|
-
/**
|
|
309
|
-
* V5 /entendrec 정산(사업자·계좌·공급가액/부가세·응찰 품목내역) 후속. scope bids:read. 가격/신원 가시성 매트릭스와 직교한 ERP 정산 데이터 — read-only.
|
|
310
|
-
* @summary 입찰결과 정산정보 조회
|
|
311
|
-
* @param {string} bidId
|
|
312
|
-
* @param {*} [options] Override http request option.
|
|
313
|
-
* @throws {RequiredError}
|
|
314
|
-
*/
|
|
315
|
-
getBidSettlement(bidId: string, options?: RawAxiosRequestConfig): AxiosPromise<BidSettlementResponseDto>;
|
|
316
|
-
/**
|
|
317
|
-
* V5 /getGrm 후속. scope contracts:read.
|
|
318
|
-
* @summary 거래명세서 조회
|
|
319
|
-
* @param {string} bidId
|
|
320
|
-
* @param {number} paperCode
|
|
321
|
-
* @param {*} [options] Override http request option.
|
|
322
|
-
* @throws {RequiredError}
|
|
323
|
-
*/
|
|
324
|
-
getBidStatement(bidId: string, paperCode: number, options?: RawAxiosRequestConfig): AxiosPromise<BidStatementResponseDto>;
|
|
325
|
-
/**
|
|
326
|
-
* 유찰 처리(V5 yoochal 패리티). 유찰사유 코드(1~8)·상세를 받아 공고를 유찰 상태로 전환. 스코프 `awards:write` + `Idempotency-Key` 헤더 필수.
|
|
327
|
-
* @summary 유찰 처리
|
|
328
|
-
* @param {MarkBidFailedRequestDto} markBidFailedRequestDto
|
|
329
|
-
* @param {*} [options] Override http request option.
|
|
330
|
-
* @throws {RequiredError}
|
|
331
|
-
*/
|
|
332
|
-
markBidFailed(markBidFailedRequestDto: MarkBidFailedRequestDto, options?: RawAxiosRequestConfig): AxiosPromise<BidFailedResponseDto>;
|
|
333
|
-
/**
|
|
334
|
-
* 낙찰 결과 등록. 스코프 `awards:write` + `Idempotency-Key` 헤더 필수.
|
|
335
|
-
* @summary 낙찰 결과 전송
|
|
336
|
-
* @param {RegisterAwardRequestDto} registerAwardRequestDto
|
|
337
|
-
* @param {*} [options] Override http request option.
|
|
338
|
-
* @throws {RequiredError}
|
|
339
|
-
*/
|
|
340
|
-
registerAward(registerAwardRequestDto: RegisterAwardRequestDto, options?: RawAxiosRequestConfig): AxiosPromise<AwardRegisteredResponseDto>;
|
|
341
|
-
/**
|
|
342
|
-
* 입찰 정보 등록. 스코프 `bids:write` + `Idempotency-Key` 헤더 필수.
|
|
343
|
-
* @summary 입찰 정보 전송(등록)
|
|
344
|
-
* @param {CreateBidRequestDto} createBidRequestDto
|
|
345
|
-
* @param {*} [options] Override http request option.
|
|
346
|
-
* @throws {RequiredError}
|
|
347
|
-
*/
|
|
348
|
-
registerBid(createBidRequestDto: CreateBidRequestDto, options?: RawAxiosRequestConfig): AxiosPromise<BidCreatedResponseDto>;
|
|
349
|
-
/**
|
|
350
|
-
* V5 /splitInvoiceRequest 후속. scope invoices:write + Idempotency-Key.
|
|
351
|
-
* @summary 계산서 분할 발급 청구
|
|
352
|
-
* @param {RequestSplitInvoiceRequestDto} requestSplitInvoiceRequestDto
|
|
353
|
-
* @param {*} [options] Override http request option.
|
|
354
|
-
* @throws {RequiredError}
|
|
355
|
-
*/
|
|
356
|
-
requestSplitInvoice(requestSplitInvoiceRequestDto: RequestSplitInvoiceRequestDto, options?: RawAxiosRequestConfig): AxiosPromise<SplitInvoiceResponseDto>;
|
|
357
|
-
/**
|
|
358
|
-
* 협상에의한계약(H/K) 응찰자별 기술/가격 점수 일괄 입력(V5 nego-eval 패리티). complete=true 면 평가완료 게이트까지 적용해 낙찰 진입 가능. 스코프 `awards:write` + `Idempotency-Key` 헤더 필수.
|
|
359
|
-
* @summary 협상(H/K) 점수평가
|
|
360
|
-
* @param {SubmitNegotiationScoresRequestDto} submitNegotiationScoresRequestDto
|
|
361
|
-
* @param {*} [options] Override http request option.
|
|
362
|
-
* @throws {RequiredError}
|
|
363
|
-
*/
|
|
364
|
-
submitNegotiationScores(submitNegotiationScoresRequestDto: SubmitNegotiationScoresRequestDto, options?: RawAxiosRequestConfig): AxiosPromise<NegotiationScoredResponseDto>;
|
|
365
|
-
/**
|
|
366
|
-
* 스코프 `files:write` 필수. base64 또는 url 중 하나를 제출한다.
|
|
367
|
-
* @summary 입찰 첨부파일 업로드(base64 또는 url) → fileKey
|
|
368
|
-
* @param {UploadFileRequestDto} uploadFileRequestDto
|
|
369
|
-
* @param {*} [options] Override http request option.
|
|
370
|
-
* @throws {RequiredError}
|
|
371
|
-
*/
|
|
372
|
-
uploadFile(uploadFileRequestDto: UploadFileRequestDto, options?: RawAxiosRequestConfig): AxiosPromise<FileUploadedResponseDto>;
|
|
373
|
-
};
|
|
374
|
-
/**
|
|
375
|
-
* PartnerV2Api - object-oriented interface
|
|
376
|
-
*/
|
|
377
|
-
export declare class PartnerV2Api extends BaseAPI {
|
|
378
|
-
/**
|
|
379
|
-
* V5 /acceptanceCompleteSend 후속. scope contracts:write + Idempotency-Key.
|
|
380
|
-
* @summary 검수완료 전송
|
|
381
|
-
* @param {string} bidId
|
|
382
|
-
* @param {CompleteAcceptanceRequestDto} completeAcceptanceRequestDto
|
|
383
|
-
* @param {*} [options] Override http request option.
|
|
384
|
-
* @throws {RequiredError}
|
|
385
|
-
*/
|
|
386
|
-
completeAcceptance(bidId: string, completeAcceptanceRequestDto: CompleteAcceptanceRequestDto, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AcceptanceResultResponseDto, any, {}>>;
|
|
387
|
-
/**
|
|
388
|
-
* V5 /contractDocumentRec 후속. scope contracts:read.
|
|
389
|
-
* @summary 계약서류 수신 조회
|
|
390
|
-
* @param {string} bidId
|
|
391
|
-
* @param {string} buyerId
|
|
392
|
-
* @param {*} [options] Override http request option.
|
|
393
|
-
* @throws {RequiredError}
|
|
394
|
-
*/
|
|
395
|
-
getBidContractDocuments(bidId: string, buyerId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BidContractDocumentsResponseDto, any, {}>>;
|
|
396
|
-
/**
|
|
397
|
-
* V5 /contractDocumentRec(bid_puchase_no_list) 후속. 공고번호 리스트를 한 번에 조회. 단건(GET :bidId/contract-documents)은 그대로 유지. scope contracts:read.
|
|
398
|
-
* @summary 계약서류 수신 배치 조회
|
|
399
|
-
* @param {BidContractDocumentsBatchRequestDto} bidContractDocumentsBatchRequestDto
|
|
400
|
-
* @param {*} [options] Override http request option.
|
|
401
|
-
* @throws {RequiredError}
|
|
402
|
-
*/
|
|
403
|
-
getBidContractDocumentsBatch(bidContractDocumentsBatchRequestDto: BidContractDocumentsBatchRequestDto, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BidContractDocumentsResponseDto[], any, {}>>;
|
|
404
|
-
/**
|
|
405
|
-
* V5 /entendrec 후속. scope bids:read.
|
|
406
|
-
* @summary 입찰 결과 조회
|
|
407
|
-
* @param {string} bidId
|
|
408
|
-
* @param {string} buyerId
|
|
409
|
-
* @param {*} [options] Override http request option.
|
|
410
|
-
* @throws {RequiredError}
|
|
411
|
-
*/
|
|
412
|
-
getBidResults(bidId: string, buyerId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BidResultsResponseDto, any, {}>>;
|
|
413
|
-
/**
|
|
414
|
-
* V5 entendRec(bid_puchase_no_list) 후속 — 여러 공고 결과를 1회 호출로(additive, 단건 유지). 입력 순서를 보존한다. scope bids:read.
|
|
415
|
-
* @summary 입찰결과 배치 조회
|
|
416
|
-
* @param {BidResultsBatchRequestDto} bidResultsBatchRequestDto
|
|
417
|
-
* @param {*} [options] Override http request option.
|
|
418
|
-
* @throws {RequiredError}
|
|
419
|
-
*/
|
|
420
|
-
getBidResultsBatch(bidResultsBatchRequestDto: BidResultsBatchRequestDto, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BidResultsResponseDto[], any, {}>>;
|
|
421
|
-
/**
|
|
422
|
-
* V5 /entendrec 정산(사업자·계좌·공급가액/부가세·응찰 품목내역) 후속. scope bids:read. 가격/신원 가시성 매트릭스와 직교한 ERP 정산 데이터 — read-only.
|
|
423
|
-
* @summary 입찰결과 정산정보 조회
|
|
424
|
-
* @param {string} bidId
|
|
425
|
-
* @param {*} [options] Override http request option.
|
|
426
|
-
* @throws {RequiredError}
|
|
427
|
-
*/
|
|
428
|
-
getBidSettlement(bidId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BidSettlementResponseDto, any, {}>>;
|
|
429
|
-
/**
|
|
430
|
-
* V5 /getGrm 후속. scope contracts:read.
|
|
431
|
-
* @summary 거래명세서 조회
|
|
432
|
-
* @param {string} bidId
|
|
433
|
-
* @param {number} paperCode
|
|
434
|
-
* @param {*} [options] Override http request option.
|
|
435
|
-
* @throws {RequiredError}
|
|
436
|
-
*/
|
|
437
|
-
getBidStatement(bidId: string, paperCode: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BidStatementResponseDto, any, {}>>;
|
|
438
|
-
/**
|
|
439
|
-
* 유찰 처리(V5 yoochal 패리티). 유찰사유 코드(1~8)·상세를 받아 공고를 유찰 상태로 전환. 스코프 `awards:write` + `Idempotency-Key` 헤더 필수.
|
|
440
|
-
* @summary 유찰 처리
|
|
441
|
-
* @param {MarkBidFailedRequestDto} markBidFailedRequestDto
|
|
442
|
-
* @param {*} [options] Override http request option.
|
|
443
|
-
* @throws {RequiredError}
|
|
444
|
-
*/
|
|
445
|
-
markBidFailed(markBidFailedRequestDto: MarkBidFailedRequestDto, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BidFailedResponseDto, any, {}>>;
|
|
446
|
-
/**
|
|
447
|
-
* 낙찰 결과 등록. 스코프 `awards:write` + `Idempotency-Key` 헤더 필수.
|
|
448
|
-
* @summary 낙찰 결과 전송
|
|
449
|
-
* @param {RegisterAwardRequestDto} registerAwardRequestDto
|
|
450
|
-
* @param {*} [options] Override http request option.
|
|
451
|
-
* @throws {RequiredError}
|
|
452
|
-
*/
|
|
453
|
-
registerAward(registerAwardRequestDto: RegisterAwardRequestDto, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AwardRegisteredResponseDto, any, {}>>;
|
|
454
|
-
/**
|
|
455
|
-
* 입찰 정보 등록. 스코프 `bids:write` + `Idempotency-Key` 헤더 필수.
|
|
456
|
-
* @summary 입찰 정보 전송(등록)
|
|
457
|
-
* @param {CreateBidRequestDto} createBidRequestDto
|
|
458
|
-
* @param {*} [options] Override http request option.
|
|
459
|
-
* @throws {RequiredError}
|
|
460
|
-
*/
|
|
461
|
-
registerBid(createBidRequestDto: CreateBidRequestDto, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BidCreatedResponseDto, any, {}>>;
|
|
462
|
-
/**
|
|
463
|
-
* V5 /splitInvoiceRequest 후속. scope invoices:write + Idempotency-Key.
|
|
464
|
-
* @summary 계산서 분할 발급 청구
|
|
465
|
-
* @param {RequestSplitInvoiceRequestDto} requestSplitInvoiceRequestDto
|
|
466
|
-
* @param {*} [options] Override http request option.
|
|
467
|
-
* @throws {RequiredError}
|
|
468
|
-
*/
|
|
469
|
-
requestSplitInvoice(requestSplitInvoiceRequestDto: RequestSplitInvoiceRequestDto, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SplitInvoiceResponseDto, any, {}>>;
|
|
470
|
-
/**
|
|
471
|
-
* 협상에의한계약(H/K) 응찰자별 기술/가격 점수 일괄 입력(V5 nego-eval 패리티). complete=true 면 평가완료 게이트까지 적용해 낙찰 진입 가능. 스코프 `awards:write` + `Idempotency-Key` 헤더 필수.
|
|
472
|
-
* @summary 협상(H/K) 점수평가
|
|
473
|
-
* @param {SubmitNegotiationScoresRequestDto} submitNegotiationScoresRequestDto
|
|
474
|
-
* @param {*} [options] Override http request option.
|
|
475
|
-
* @throws {RequiredError}
|
|
476
|
-
*/
|
|
477
|
-
submitNegotiationScores(submitNegotiationScoresRequestDto: SubmitNegotiationScoresRequestDto, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<NegotiationScoredResponseDto, any, {}>>;
|
|
478
|
-
/**
|
|
479
|
-
* 스코프 `files:write` 필수. base64 또는 url 중 하나를 제출한다.
|
|
480
|
-
* @summary 입찰 첨부파일 업로드(base64 또는 url) → fileKey
|
|
481
|
-
* @param {UploadFileRequestDto} uploadFileRequestDto
|
|
482
|
-
* @param {*} [options] Override http request option.
|
|
483
|
-
* @throws {RequiredError}
|
|
484
|
-
*/
|
|
485
|
-
uploadFile(uploadFileRequestDto: UploadFileRequestDto, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<FileUploadedResponseDto, any, {}>>;
|
|
486
|
-
}
|