@cmarket/partner-sdk 0.1.0 → 0.2.1

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.
Files changed (295) hide show
  1. package/README.md +37 -6
  2. package/api/oauth-api.ts +1 -1
  3. package/api/partner-v1-api.ts +13 -13
  4. package/api/partner-v2-api.ts +800 -9
  5. package/api.ts +1 -2
  6. package/base.ts +1 -1
  7. package/common.ts +1 -1
  8. package/configuration.ts +1 -1
  9. package/dist/api/oauth-api.d.ts +1 -1
  10. package/dist/api/oauth-api.js +1 -1
  11. package/dist/api/partner-v1-api.d.ts +13 -13
  12. package/dist/api/partner-v1-api.js +13 -13
  13. package/dist/api/partner-v2-api.d.ts +359 -9
  14. package/dist/api/partner-v2-api.js +739 -9
  15. package/dist/api.d.ts +1 -2
  16. package/dist/api.js +1 -2
  17. package/dist/base.d.ts +1 -1
  18. package/dist/base.js +1 -1
  19. package/dist/common.d.ts +1 -1
  20. package/dist/common.js +1 -1
  21. package/dist/configuration.d.ts +1 -1
  22. package/dist/configuration.js +1 -1
  23. package/dist/esm/api/oauth-api.d.ts +1 -1
  24. package/dist/esm/api/oauth-api.js +1 -1
  25. package/dist/esm/api/partner-v1-api.d.ts +13 -13
  26. package/dist/esm/api/partner-v1-api.js +13 -13
  27. package/dist/esm/api/partner-v2-api.d.ts +359 -9
  28. package/dist/esm/api/partner-v2-api.js +739 -9
  29. package/dist/esm/api.d.ts +1 -2
  30. package/dist/esm/api.js +1 -2
  31. package/dist/esm/base.d.ts +1 -1
  32. package/dist/esm/base.js +1 -1
  33. package/dist/esm/common.d.ts +1 -1
  34. package/dist/esm/common.js +1 -1
  35. package/dist/esm/configuration.d.ts +1 -1
  36. package/dist/esm/configuration.js +1 -1
  37. package/dist/esm/index.d.ts +1 -1
  38. package/dist/esm/index.js +1 -1
  39. package/dist/esm/models/acceptance-result-response-dto.d.ts +21 -0
  40. package/dist/esm/models/{legacy-envelope-dto.js → acceptance-result-response-dto.js} +1 -1
  41. package/dist/esm/models/award-registered-response-dto.d.ts +1 -1
  42. package/dist/esm/models/award-registered-response-dto.js +1 -1
  43. package/dist/esm/models/bid-bond-dto.d.ts +1 -1
  44. package/dist/esm/models/bid-bond-dto.js +1 -1
  45. package/dist/esm/models/bid-contract-documents-batch-request-dto.d.ts +21 -0
  46. package/dist/esm/models/bid-contract-documents-batch-request-dto.js +14 -0
  47. package/dist/esm/models/bid-contract-documents-response-dto.d.ts +26 -0
  48. package/dist/esm/models/bid-contract-documents-response-dto.js +14 -0
  49. package/dist/esm/models/bid-created-response-dto.d.ts +1 -1
  50. package/dist/esm/models/bid-created-response-dto.js +1 -1
  51. package/dist/esm/models/bid-document-dto.d.ts +1 -1
  52. package/dist/esm/models/bid-document-dto.js +1 -1
  53. package/dist/esm/models/bid-failed-response-dto.d.ts +21 -0
  54. package/dist/esm/models/bid-failed-response-dto.js +14 -0
  55. package/dist/esm/models/bid-failure-reason.d.ts +25 -0
  56. package/dist/esm/models/bid-failure-reason.js +26 -0
  57. package/dist/esm/models/bid-item-dto.d.ts +1 -1
  58. package/dist/esm/models/bid-item-dto.js +1 -1
  59. package/dist/esm/models/bid-manager-dto.d.ts +9 -1
  60. package/dist/esm/models/bid-manager-dto.js +1 -1
  61. package/dist/esm/models/bid-result-participant-dto.d.ts +65 -0
  62. package/dist/esm/models/bid-result-participant-dto.js +14 -0
  63. package/dist/esm/models/bid-result-product-dto.d.ts +25 -0
  64. package/dist/esm/models/bid-result-product-dto.js +14 -0
  65. package/dist/esm/models/bid-result-winner-dto.d.ts +25 -0
  66. package/dist/esm/models/bid-result-winner-dto.js +14 -0
  67. package/dist/esm/models/bid-results-batch-request-dto.d.ts +21 -0
  68. package/dist/esm/models/bid-results-batch-request-dto.js +14 -0
  69. package/dist/esm/models/bid-results-response-dto.d.ts +56 -0
  70. package/dist/esm/models/bid-results-response-dto.js +14 -0
  71. package/dist/esm/models/bid-settlement-line-item-dto.d.ts +49 -0
  72. package/dist/esm/models/bid-settlement-line-item-dto.js +14 -0
  73. package/dist/esm/models/bid-settlement-participant-dto.d.ts +95 -0
  74. package/dist/esm/models/bid-settlement-participant-dto.js +17 -0
  75. package/dist/esm/models/bid-settlement-response-dto.d.ts +22 -0
  76. package/dist/esm/models/bid-settlement-response-dto.js +14 -0
  77. package/dist/esm/models/bid-statement-response-dto.d.ts +31 -0
  78. package/dist/esm/models/bid-statement-response-dto.js +14 -0
  79. package/dist/esm/models/bid-status.d.ts +2 -2
  80. package/dist/esm/models/bid-status.js +2 -2
  81. package/dist/esm/models/bid-summary-response-dto.d.ts +5 -5
  82. package/dist/esm/models/bid-summary-response-dto.js +1 -1
  83. package/dist/esm/models/complete-acceptance-request-dto.d.ts +65 -0
  84. package/dist/esm/models/complete-acceptance-request-dto.js +14 -0
  85. package/dist/esm/models/contract-document-item-dto.d.ts +29 -0
  86. package/dist/esm/models/contract-document-item-dto.js +14 -0
  87. package/dist/esm/models/create-bid-request-dto.d.ts +19 -2
  88. package/dist/esm/models/create-bid-request-dto.js +5 -1
  89. package/dist/esm/models/file-uploaded-response-dto.d.ts +1 -1
  90. package/dist/esm/models/file-uploaded-response-dto.js +1 -1
  91. package/dist/esm/models/health-response-dto.d.ts +1 -1
  92. package/dist/esm/models/health-response-dto.js +1 -1
  93. package/dist/esm/models/hierarchical-region-dto.d.ts +1 -1
  94. package/dist/esm/models/hierarchical-region-dto.js +1 -1
  95. package/dist/esm/models/index.d.ts +24 -1
  96. package/dist/esm/models/index.js +24 -1
  97. package/dist/esm/models/mark-bid-failed-request-dto.d.ts +30 -0
  98. package/dist/esm/models/mark-bid-failed-request-dto.js +14 -0
  99. package/dist/esm/models/negotiation-score-dto.d.ts +25 -0
  100. package/dist/esm/models/negotiation-score-dto.js +14 -0
  101. package/dist/esm/models/negotiation-scored-response-dto.d.ts +25 -0
  102. package/dist/esm/models/negotiation-scored-response-dto.js +14 -0
  103. package/dist/esm/models/preconditions-dto.d.ts +1 -1
  104. package/dist/esm/models/preconditions-dto.js +1 -1
  105. package/dist/esm/models/register-award-request-dto.d.ts +10 -2
  106. package/dist/esm/models/register-award-request-dto.js +1 -1
  107. package/dist/esm/models/request-split-invoice-request-dto.d.ts +33 -0
  108. package/dist/esm/models/request-split-invoice-request-dto.js +14 -0
  109. package/dist/esm/models/split-invoice-response-dto.d.ts +21 -0
  110. package/dist/esm/models/split-invoice-response-dto.js +14 -0
  111. package/dist/esm/models/statement-document-dto.d.ts +25 -0
  112. package/dist/esm/models/statement-document-dto.js +14 -0
  113. package/dist/esm/models/statement-product-dto.d.ts +49 -0
  114. package/dist/esm/models/statement-product-dto.js +14 -0
  115. package/dist/esm/models/submit-negotiation-scores-request-dto.d.ts +30 -0
  116. package/dist/esm/models/submit-negotiation-scores-request-dto.js +14 -0
  117. package/dist/esm/models/token-request-dto.d.ts +1 -1
  118. package/dist/esm/models/token-request-dto.js +1 -1
  119. package/dist/esm/models/token-response-dto.d.ts +1 -1
  120. package/dist/esm/models/token-response-dto.js +1 -1
  121. package/dist/esm/models/upload-file-request-dto.d.ts +1 -1
  122. package/dist/esm/models/upload-file-request-dto.js +1 -1
  123. package/dist/index.d.ts +1 -1
  124. package/dist/index.js +1 -1
  125. package/dist/models/acceptance-result-response-dto.d.ts +21 -0
  126. package/dist/models/{legacy-envelope-dto.js → acceptance-result-response-dto.js} +1 -1
  127. package/dist/models/award-registered-response-dto.d.ts +1 -1
  128. package/dist/models/award-registered-response-dto.js +1 -1
  129. package/dist/models/bid-bond-dto.d.ts +1 -1
  130. package/dist/models/bid-bond-dto.js +1 -1
  131. package/dist/models/bid-contract-documents-batch-request-dto.d.ts +21 -0
  132. package/dist/models/bid-contract-documents-batch-request-dto.js +15 -0
  133. package/dist/models/bid-contract-documents-response-dto.d.ts +26 -0
  134. package/dist/models/bid-contract-documents-response-dto.js +15 -0
  135. package/dist/models/bid-created-response-dto.d.ts +1 -1
  136. package/dist/models/bid-created-response-dto.js +1 -1
  137. package/dist/models/bid-document-dto.d.ts +1 -1
  138. package/dist/models/bid-document-dto.js +1 -1
  139. package/dist/models/bid-failed-response-dto.d.ts +21 -0
  140. package/dist/models/bid-failed-response-dto.js +15 -0
  141. package/dist/models/bid-failure-reason.d.ts +25 -0
  142. package/dist/models/bid-failure-reason.js +29 -0
  143. package/dist/models/bid-item-dto.d.ts +1 -1
  144. package/dist/models/bid-item-dto.js +1 -1
  145. package/dist/models/bid-manager-dto.d.ts +9 -1
  146. package/dist/models/bid-manager-dto.js +1 -1
  147. package/dist/models/bid-result-participant-dto.d.ts +65 -0
  148. package/dist/models/bid-result-participant-dto.js +15 -0
  149. package/dist/models/bid-result-product-dto.d.ts +25 -0
  150. package/dist/models/bid-result-product-dto.js +15 -0
  151. package/dist/models/bid-result-winner-dto.d.ts +25 -0
  152. package/dist/models/bid-result-winner-dto.js +15 -0
  153. package/dist/models/bid-results-batch-request-dto.d.ts +21 -0
  154. package/dist/models/bid-results-batch-request-dto.js +15 -0
  155. package/dist/models/bid-results-response-dto.d.ts +56 -0
  156. package/dist/models/bid-results-response-dto.js +15 -0
  157. package/dist/models/bid-settlement-line-item-dto.d.ts +49 -0
  158. package/dist/models/bid-settlement-line-item-dto.js +15 -0
  159. package/dist/models/bid-settlement-participant-dto.d.ts +95 -0
  160. package/dist/models/bid-settlement-participant-dto.js +20 -0
  161. package/dist/models/bid-settlement-response-dto.d.ts +22 -0
  162. package/dist/models/bid-settlement-response-dto.js +15 -0
  163. package/dist/models/bid-statement-response-dto.d.ts +31 -0
  164. package/dist/models/bid-statement-response-dto.js +15 -0
  165. package/dist/models/bid-status.d.ts +2 -2
  166. package/dist/models/bid-status.js +2 -2
  167. package/dist/models/bid-summary-response-dto.d.ts +5 -5
  168. package/dist/models/bid-summary-response-dto.js +1 -1
  169. package/dist/models/complete-acceptance-request-dto.d.ts +65 -0
  170. package/dist/models/complete-acceptance-request-dto.js +15 -0
  171. package/dist/models/contract-document-item-dto.d.ts +29 -0
  172. package/dist/models/contract-document-item-dto.js +15 -0
  173. package/dist/models/create-bid-request-dto.d.ts +19 -2
  174. package/dist/models/create-bid-request-dto.js +6 -2
  175. package/dist/models/file-uploaded-response-dto.d.ts +1 -1
  176. package/dist/models/file-uploaded-response-dto.js +1 -1
  177. package/dist/models/health-response-dto.d.ts +1 -1
  178. package/dist/models/health-response-dto.js +1 -1
  179. package/dist/models/hierarchical-region-dto.d.ts +1 -1
  180. package/dist/models/hierarchical-region-dto.js +1 -1
  181. package/dist/models/index.d.ts +24 -1
  182. package/dist/models/index.js +24 -1
  183. package/dist/models/mark-bid-failed-request-dto.d.ts +30 -0
  184. package/dist/models/mark-bid-failed-request-dto.js +15 -0
  185. package/dist/models/negotiation-score-dto.d.ts +25 -0
  186. package/dist/models/negotiation-score-dto.js +15 -0
  187. package/dist/models/negotiation-scored-response-dto.d.ts +25 -0
  188. package/dist/models/negotiation-scored-response-dto.js +15 -0
  189. package/dist/models/preconditions-dto.d.ts +1 -1
  190. package/dist/models/preconditions-dto.js +1 -1
  191. package/dist/models/register-award-request-dto.d.ts +10 -2
  192. package/dist/models/register-award-request-dto.js +1 -1
  193. package/dist/models/request-split-invoice-request-dto.d.ts +33 -0
  194. package/dist/models/request-split-invoice-request-dto.js +15 -0
  195. package/dist/models/split-invoice-response-dto.d.ts +21 -0
  196. package/dist/models/split-invoice-response-dto.js +15 -0
  197. package/dist/models/statement-document-dto.d.ts +25 -0
  198. package/dist/models/statement-document-dto.js +15 -0
  199. package/dist/models/statement-product-dto.d.ts +49 -0
  200. package/dist/models/statement-product-dto.js +15 -0
  201. package/dist/models/submit-negotiation-scores-request-dto.d.ts +30 -0
  202. package/dist/models/submit-negotiation-scores-request-dto.js +15 -0
  203. package/dist/models/token-request-dto.d.ts +1 -1
  204. package/dist/models/token-request-dto.js +1 -1
  205. package/dist/models/token-response-dto.d.ts +1 -1
  206. package/dist/models/token-response-dto.js +1 -1
  207. package/dist/models/upload-file-request-dto.d.ts +1 -1
  208. package/dist/models/upload-file-request-dto.js +1 -1
  209. package/docs/AcceptanceResultResponseDto.md +22 -0
  210. package/docs/BidContractDocumentsBatchRequestDto.md +22 -0
  211. package/docs/BidContractDocumentsResponseDto.md +24 -0
  212. package/docs/BidFailedResponseDto.md +22 -0
  213. package/docs/BidFailureReason.md +23 -0
  214. package/docs/BidManagerDto.md +4 -0
  215. package/docs/BidResultParticipantDto.md +44 -0
  216. package/docs/BidResultProductDto.md +24 -0
  217. package/docs/BidResultWinnerDto.md +24 -0
  218. package/docs/BidResultsBatchRequestDto.md +22 -0
  219. package/docs/BidResultsResponseDto.md +38 -0
  220. package/docs/BidSettlementLineItemDto.md +36 -0
  221. package/docs/BidSettlementParticipantDto.md +56 -0
  222. package/docs/BidSettlementResponseDto.md +22 -0
  223. package/docs/BidStatementResponseDto.md +26 -0
  224. package/docs/BidStatus.md +1 -1
  225. package/docs/BidSummaryResponseDto.md +4 -4
  226. package/docs/CompleteAcceptanceRequestDto.md +44 -0
  227. package/docs/ContractDocumentItemDto.md +26 -0
  228. package/docs/CreateBidRequestDto.md +7 -1
  229. package/docs/MarkBidFailedRequestDto.md +26 -0
  230. package/docs/NegotiationScoreDto.md +24 -0
  231. package/docs/NegotiationScoredResponseDto.md +24 -0
  232. package/docs/PartnerV1Api.md +3 -3
  233. package/docs/PartnerV2Api.md +540 -2
  234. package/docs/RegisterAwardRequestDto.md +5 -1
  235. package/docs/RequestSplitInvoiceRequestDto.md +28 -0
  236. package/docs/SplitInvoiceResponseDto.md +22 -0
  237. package/docs/StatementDocumentDto.md +24 -0
  238. package/docs/StatementProductDto.md +36 -0
  239. package/docs/SubmitNegotiationScoresRequestDto.md +26 -0
  240. package/index.ts +1 -1
  241. package/models/acceptance-result-response-dto.ts +27 -0
  242. package/models/award-registered-response-dto.ts +1 -1
  243. package/models/bid-bond-dto.ts +1 -1
  244. package/models/bid-contract-documents-batch-request-dto.ts +27 -0
  245. package/models/bid-contract-documents-response-dto.ts +34 -0
  246. package/models/bid-created-response-dto.ts +1 -1
  247. package/models/bid-document-dto.ts +1 -1
  248. package/models/bid-failed-response-dto.ts +27 -0
  249. package/models/bid-failure-reason.ts +35 -0
  250. package/models/bid-item-dto.ts +1 -1
  251. package/models/bid-manager-dto.ts +9 -1
  252. package/models/bid-result-participant-dto.ts +71 -0
  253. package/models/bid-result-product-dto.ts +31 -0
  254. package/models/bid-result-winner-dto.ts +31 -0
  255. package/models/bid-results-batch-request-dto.ts +27 -0
  256. package/models/bid-results-response-dto.ts +68 -0
  257. package/models/bid-settlement-line-item-dto.ts +55 -0
  258. package/models/bid-settlement-participant-dto.ts +106 -0
  259. package/models/bid-settlement-response-dto.ts +30 -0
  260. package/models/bid-statement-response-dto.ts +41 -0
  261. package/models/bid-status.ts +2 -2
  262. package/models/bid-summary-response-dto.ts +5 -5
  263. package/models/complete-acceptance-request-dto.ts +71 -0
  264. package/models/contract-document-item-dto.ts +35 -0
  265. package/models/create-bid-request-dto.ts +20 -2
  266. package/models/file-uploaded-response-dto.ts +1 -1
  267. package/models/health-response-dto.ts +1 -1
  268. package/models/hierarchical-region-dto.ts +1 -1
  269. package/models/index.ts +24 -1
  270. package/models/mark-bid-failed-request-dto.ts +40 -0
  271. package/models/negotiation-score-dto.ts +31 -0
  272. package/models/{legacy-envelope-dto.ts → negotiation-scored-response-dto.ts} +8 -8
  273. package/models/preconditions-dto.ts +1 -1
  274. package/models/register-award-request-dto.ts +10 -2
  275. package/models/request-split-invoice-request-dto.ts +39 -0
  276. package/models/split-invoice-response-dto.ts +27 -0
  277. package/models/statement-document-dto.ts +31 -0
  278. package/models/statement-product-dto.ts +55 -0
  279. package/models/submit-negotiation-scores-request-dto.ts +38 -0
  280. package/models/token-request-dto.ts +1 -1
  281. package/models/token-response-dto.ts +1 -1
  282. package/models/upload-file-request-dto.ts +1 -1
  283. package/package.json +1 -1
  284. package/.openapi-generator/FILES +0 -57
  285. package/.openapi-generator/VERSION +0 -1
  286. package/.openapi-generator-ignore +0 -23
  287. package/api/partner-v1-legacy-api.ts +0 -178
  288. package/dist/api/partner-v1-legacy-api.d.ts +0 -91
  289. package/dist/api/partner-v1-legacy-api.js +0 -181
  290. package/dist/esm/api/partner-v1-legacy-api.d.ts +0 -91
  291. package/dist/esm/api/partner-v1-legacy-api.js +0 -174
  292. package/dist/esm/models/legacy-envelope-dto.d.ts +0 -25
  293. package/dist/models/legacy-envelope-dto.d.ts +0 -25
  294. package/docs/LegacyEnvelopeDto.md +0 -24
  295. package/docs/PartnerV1LegacyApi.md +0 -97
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * CMARKET V6 Partner API
3
- * 외부 ERP 연동용 RESTful API. V5 17개 엔드포인트의 V6 후속.
3
+ * 외부 ERP 연동용 RESTful API.
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
6
  *
@@ -12,18 +12,100 @@
12
12
  import type { Configuration } from '../configuration';
13
13
  import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
14
14
  import { type RequestArgs, BaseAPI } from '../base';
15
+ import type { AcceptanceResultResponseDto } from '../models';
15
16
  import type { AwardRegisteredResponseDto } from '../models';
17
+ import type { BidContractDocumentsBatchRequestDto } from '../models';
18
+ import type { BidContractDocumentsResponseDto } from '../models';
16
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';
17
26
  import type { CreateBidRequestDto } from '../models';
18
27
  import type { FileUploadedResponseDto } from '../models';
28
+ import type { MarkBidFailedRequestDto } from '../models';
29
+ import type { NegotiationScoredResponseDto } from '../models';
19
30
  import type { RegisterAwardRequestDto } from '../models';
31
+ import type { RequestSplitInvoiceRequestDto } from '../models';
32
+ import type { SplitInvoiceResponseDto } from '../models';
33
+ import type { SubmitNegotiationScoresRequestDto } from '../models';
20
34
  import type { UploadFileRequestDto } from '../models';
21
35
  /**
22
36
  * PartnerV2Api - axios parameter creator
23
37
  */
24
38
  export declare const PartnerV2ApiAxiosParamCreator: (configuration?: Configuration) => {
25
39
  /**
26
- * V5 /scsbidSend 후속. 스코프 `awards:write` + `Idempotency-Key` 헤더 필수.
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` 헤더 필수.
27
109
  * @summary 낙찰 결과 전송
28
110
  * @param {RegisterAwardRequestDto} registerAwardRequestDto
29
111
  * @param {*} [options] Override http request option.
@@ -31,13 +113,29 @@ export declare const PartnerV2ApiAxiosParamCreator: (configuration?: Configurati
31
113
  */
32
114
  registerAward: (registerAwardRequestDto: RegisterAwardRequestDto, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
33
115
  /**
34
- * V5 /bidsend 후속. 스코프 `bids:write` + `Idempotency-Key` 헤더 필수.
116
+ * 입찰 정보 등록. 스코프 `bids:write` + `Idempotency-Key` 헤더 필수.
35
117
  * @summary 입찰 정보 전송(등록)
36
118
  * @param {CreateBidRequestDto} createBidRequestDto
37
119
  * @param {*} [options] Override http request option.
38
120
  * @throws {RequiredError}
39
121
  */
40
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>;
41
139
  /**
42
140
  * 스코프 `files:write` 필수. base64 또는 url 중 하나를 제출한다.
43
141
  * @summary 입찰 첨부파일 업로드(base64 또는 url) → fileKey
@@ -52,7 +150,75 @@ export declare const PartnerV2ApiAxiosParamCreator: (configuration?: Configurati
52
150
  */
53
151
  export declare const PartnerV2ApiFp: (configuration?: Configuration) => {
54
152
  /**
55
- * V5 /scsbidSend 후속. 스코프 `awards:write` + `Idempotency-Key` 헤더 필수.
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` 헤더 필수.
56
222
  * @summary 낙찰 결과 전송
57
223
  * @param {RegisterAwardRequestDto} registerAwardRequestDto
58
224
  * @param {*} [options] Override http request option.
@@ -60,13 +226,29 @@ export declare const PartnerV2ApiFp: (configuration?: Configuration) => {
60
226
  */
61
227
  registerAward(registerAwardRequestDto: RegisterAwardRequestDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AwardRegisteredResponseDto>>;
62
228
  /**
63
- * V5 /bidsend 후속. 스코프 `bids:write` + `Idempotency-Key` 헤더 필수.
229
+ * 입찰 정보 등록. 스코프 `bids:write` + `Idempotency-Key` 헤더 필수.
64
230
  * @summary 입찰 정보 전송(등록)
65
231
  * @param {CreateBidRequestDto} createBidRequestDto
66
232
  * @param {*} [options] Override http request option.
67
233
  * @throws {RequiredError}
68
234
  */
69
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>>;
70
252
  /**
71
253
  * 스코프 `files:write` 필수. base64 또는 url 중 하나를 제출한다.
72
254
  * @summary 입찰 첨부파일 업로드(base64 또는 url) → fileKey
@@ -81,7 +263,75 @@ export declare const PartnerV2ApiFp: (configuration?: Configuration) => {
81
263
  */
82
264
  export declare const PartnerV2ApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
83
265
  /**
84
- * V5 /scsbidSend 후속. 스코프 `awards:write` + `Idempotency-Key` 헤더 필수.
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` 헤더 필수.
85
335
  * @summary 낙찰 결과 전송
86
336
  * @param {RegisterAwardRequestDto} registerAwardRequestDto
87
337
  * @param {*} [options] Override http request option.
@@ -89,13 +339,29 @@ export declare const PartnerV2ApiFactory: (configuration?: Configuration, basePa
89
339
  */
90
340
  registerAward(registerAwardRequestDto: RegisterAwardRequestDto, options?: RawAxiosRequestConfig): AxiosPromise<AwardRegisteredResponseDto>;
91
341
  /**
92
- * V5 /bidsend 후속. 스코프 `bids:write` + `Idempotency-Key` 헤더 필수.
342
+ * 입찰 정보 등록. 스코프 `bids:write` + `Idempotency-Key` 헤더 필수.
93
343
  * @summary 입찰 정보 전송(등록)
94
344
  * @param {CreateBidRequestDto} createBidRequestDto
95
345
  * @param {*} [options] Override http request option.
96
346
  * @throws {RequiredError}
97
347
  */
98
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>;
99
365
  /**
100
366
  * 스코프 `files:write` 필수. base64 또는 url 중 하나를 제출한다.
101
367
  * @summary 입찰 첨부파일 업로드(base64 또는 url) → fileKey
@@ -110,7 +376,75 @@ export declare const PartnerV2ApiFactory: (configuration?: Configuration, basePa
110
376
  */
111
377
  export declare class PartnerV2Api extends BaseAPI {
112
378
  /**
113
- * V5 /scsbidSend 후속. 스코프 `awards:write` + `Idempotency-Key` 헤더 필수.
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` 헤더 필수.
114
448
  * @summary 낙찰 결과 전송
115
449
  * @param {RegisterAwardRequestDto} registerAwardRequestDto
116
450
  * @param {*} [options] Override http request option.
@@ -118,13 +452,29 @@ export declare class PartnerV2Api extends BaseAPI {
118
452
  */
119
453
  registerAward(registerAwardRequestDto: RegisterAwardRequestDto, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AwardRegisteredResponseDto, any, {}>>;
120
454
  /**
121
- * V5 /bidsend 후속. 스코프 `bids:write` + `Idempotency-Key` 헤더 필수.
455
+ * 입찰 정보 등록. 스코프 `bids:write` + `Idempotency-Key` 헤더 필수.
122
456
  * @summary 입찰 정보 전송(등록)
123
457
  * @param {CreateBidRequestDto} createBidRequestDto
124
458
  * @param {*} [options] Override http request option.
125
459
  * @throws {RequiredError}
126
460
  */
127
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, {}>>;
128
478
  /**
129
479
  * 스코프 `files:write` 필수. base64 또는 url 중 하나를 제출한다.
130
480
  * @summary 입찰 첨부파일 업로드(base64 또는 url) → fileKey