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