@cmarket/partner-sdk 6.0.0 → 9.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (319) hide show
  1. package/README.md +16 -6
  2. package/api/oauth-api.ts +1 -1
  3. package/api/partner-v1-api.ts +82 -82
  4. package/api/partner-v2-api.ts +5 -5
  5. package/api.ts +1 -1
  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 +54 -54
  12. package/dist/api/partner-v1-api.js +71 -71
  13. package/dist/api/partner-v2-api.d.ts +5 -5
  14. package/dist/api/partner-v2-api.js +5 -5
  15. package/dist/api.d.ts +1 -1
  16. package/dist/api.js +1 -1
  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 +54 -54
  26. package/dist/esm/api/partner-v1-api.js +71 -71
  27. package/dist/esm/api/partner-v2-api.d.ts +5 -5
  28. package/dist/esm/api/partner-v2-api.js +5 -5
  29. package/dist/esm/api.d.ts +1 -1
  30. package/dist/esm/api.js +1 -1
  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 +1 -1
  40. package/dist/esm/models/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 +1 -1
  46. package/dist/esm/models/bid-contract-documents-batch-request-dto.js +1 -1
  47. package/dist/esm/models/bid-contract-documents-response-dto.d.ts +1 -1
  48. package/dist/esm/models/bid-contract-documents-response-dto.js +1 -1
  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 +1 -1
  54. package/dist/esm/models/bid-failed-response-dto.js +1 -1
  55. package/dist/esm/models/bid-failure-reason.d.ts +1 -1
  56. package/dist/esm/models/bid-failure-reason.js +1 -1
  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 +1 -1
  60. package/dist/esm/models/bid-manager-dto.js +1 -1
  61. package/dist/esm/models/bid-result-participant-attachment-dto.d.ts +1 -1
  62. package/dist/esm/models/bid-result-participant-attachment-dto.js +1 -1
  63. package/dist/esm/models/bid-result-participant-dto.d.ts +1 -1
  64. package/dist/esm/models/bid-result-participant-dto.js +1 -1
  65. package/dist/esm/models/bid-result-v1-attachment-dto.d.ts +21 -0
  66. package/dist/esm/models/{negotiation-score-dto.js → bid-result-v1-attachment-dto.js} +1 -1
  67. package/dist/esm/models/bid-result-v1-participant-dto.d.ts +154 -0
  68. package/dist/esm/models/{submit-negotiation-scores-request-dto.js → bid-result-v1-participant-dto.js} +1 -1
  69. package/dist/esm/models/bid-results-batch-request-dto.d.ts +1 -1
  70. package/dist/esm/models/bid-results-batch-request-dto.js +1 -1
  71. package/dist/esm/models/bid-results-response-dto.d.ts +1 -125
  72. package/dist/esm/models/bid-results-response-dto.js +1 -1
  73. package/dist/esm/models/bid-results-v1-response-dto.d.ts +155 -0
  74. package/dist/esm/models/bid-results-v1-response-dto.js +14 -0
  75. package/dist/esm/models/bid-settlement-line-item-dto.d.ts +1 -1
  76. package/dist/esm/models/bid-settlement-line-item-dto.js +1 -1
  77. package/dist/esm/models/bid-settlement-participant-dto.d.ts +1 -1
  78. package/dist/esm/models/bid-settlement-participant-dto.js +1 -1
  79. package/dist/esm/models/bid-settlement-response-dto.d.ts +1 -1
  80. package/dist/esm/models/bid-settlement-response-dto.js +1 -1
  81. package/dist/esm/models/bid-statement-response-dto.d.ts +1 -1
  82. package/dist/esm/models/bid-statement-response-dto.js +1 -1
  83. package/dist/esm/models/bid-statement-v1-response-dto.d.ts +31 -0
  84. package/dist/esm/models/bid-statement-v1-response-dto.js +14 -0
  85. package/dist/esm/models/bid-status.d.ts +1 -1
  86. package/dist/esm/models/bid-status.js +1 -1
  87. package/dist/esm/models/complete-acceptance-request-dto.d.ts +2 -46
  88. package/dist/esm/models/complete-acceptance-request-dto.js +1 -1
  89. package/dist/esm/models/complete-acceptance-v1-request-dto.d.ts +65 -0
  90. package/dist/esm/models/complete-acceptance-v1-request-dto.js +14 -0
  91. package/dist/esm/models/contract-document-item-dto.d.ts +1 -1
  92. package/dist/esm/models/contract-document-item-dto.js +1 -1
  93. package/dist/esm/models/create-bid-request-dto.d.ts +1 -31
  94. package/dist/esm/models/create-bid-request-dto.js +1 -9
  95. package/dist/esm/models/create-bid-v1-request-dto.d.ts +329 -0
  96. package/dist/esm/models/create-bid-v1-request-dto.js +116 -0
  97. package/dist/esm/models/file-uploaded-response-dto.d.ts +1 -1
  98. package/dist/esm/models/file-uploaded-response-dto.js +1 -1
  99. package/dist/esm/models/health-response-dto.d.ts +1 -1
  100. package/dist/esm/models/health-response-dto.js +1 -1
  101. package/dist/esm/models/hierarchical-region-dto.d.ts +1 -1
  102. package/dist/esm/models/hierarchical-region-dto.js +1 -1
  103. package/dist/esm/models/index.d.ts +12 -2
  104. package/dist/esm/models/index.js +12 -2
  105. package/dist/esm/models/mark-bid-failed-request-dto.d.ts +1 -1
  106. package/dist/esm/models/mark-bid-failed-request-dto.js +1 -1
  107. package/dist/esm/models/mark-bid-failed-v1-request-dto.d.ts +30 -0
  108. package/dist/esm/models/mark-bid-failed-v1-request-dto.js +14 -0
  109. package/dist/esm/models/{negotiation-score-dto.d.ts → negotiation-score-v1-dto.d.ts} +2 -2
  110. package/dist/esm/models/negotiation-score-v1-dto.js +14 -0
  111. package/dist/esm/models/negotiation-scored-response-dto.d.ts +1 -1
  112. package/dist/esm/models/negotiation-scored-response-dto.js +1 -1
  113. package/dist/esm/models/oauth-error-response-dto.d.ts +1 -1
  114. package/dist/esm/models/oauth-error-response-dto.js +1 -1
  115. package/dist/esm/models/preconditions-dto.d.ts +1 -1
  116. package/dist/esm/models/preconditions-dto.js +1 -1
  117. package/dist/esm/models/problem-details-dto.d.ts +1 -1
  118. package/dist/esm/models/problem-details-dto.js +1 -1
  119. package/dist/esm/models/register-award-request-dto.d.ts +1 -1
  120. package/dist/esm/models/register-award-request-dto.js +1 -1
  121. package/dist/esm/models/register-award-v1-request-dto.d.ts +33 -0
  122. package/dist/esm/models/register-award-v1-request-dto.js +14 -0
  123. package/dist/esm/models/request-split-invoice-request-dto.d.ts +1 -1
  124. package/dist/esm/models/request-split-invoice-request-dto.js +1 -1
  125. package/dist/esm/models/split-invoice-response-dto.d.ts +1 -1
  126. package/dist/esm/models/split-invoice-response-dto.js +1 -1
  127. package/dist/esm/models/statement-document-dto.d.ts +1 -1
  128. package/dist/esm/models/statement-document-dto.js +1 -1
  129. package/dist/esm/models/statement-product-dto.d.ts +1 -1
  130. package/dist/esm/models/statement-product-dto.js +1 -1
  131. package/dist/esm/models/statement-v1-document-dto.d.ts +29 -0
  132. package/dist/esm/models/statement-v1-document-dto.js +14 -0
  133. package/dist/esm/models/statement-v1-product-dto.d.ts +49 -0
  134. package/dist/esm/models/statement-v1-product-dto.js +14 -0
  135. package/dist/esm/models/{submit-negotiation-scores-request-dto.d.ts → submit-negotiation-scores-v1-request-dto.d.ts} +4 -4
  136. package/dist/esm/models/submit-negotiation-scores-v1-request-dto.js +14 -0
  137. package/dist/esm/models/token-request-dto.d.ts +1 -1
  138. package/dist/esm/models/token-request-dto.js +1 -1
  139. package/dist/esm/models/token-response-dto.d.ts +1 -1
  140. package/dist/esm/models/token-response-dto.js +1 -1
  141. package/dist/esm/models/upload-file-request-dto.d.ts +1 -1
  142. package/dist/esm/models/upload-file-request-dto.js +1 -1
  143. package/dist/index.d.ts +1 -1
  144. package/dist/index.js +1 -1
  145. package/dist/models/acceptance-result-response-dto.d.ts +1 -1
  146. package/dist/models/acceptance-result-response-dto.js +1 -1
  147. package/dist/models/award-registered-response-dto.d.ts +1 -1
  148. package/dist/models/award-registered-response-dto.js +1 -1
  149. package/dist/models/bid-bond-dto.d.ts +1 -1
  150. package/dist/models/bid-bond-dto.js +1 -1
  151. package/dist/models/bid-contract-documents-batch-request-dto.d.ts +1 -1
  152. package/dist/models/bid-contract-documents-batch-request-dto.js +1 -1
  153. package/dist/models/bid-contract-documents-response-dto.d.ts +1 -1
  154. package/dist/models/bid-contract-documents-response-dto.js +1 -1
  155. package/dist/models/bid-created-response-dto.d.ts +1 -1
  156. package/dist/models/bid-created-response-dto.js +1 -1
  157. package/dist/models/bid-document-dto.d.ts +1 -1
  158. package/dist/models/bid-document-dto.js +1 -1
  159. package/dist/models/bid-failed-response-dto.d.ts +1 -1
  160. package/dist/models/bid-failed-response-dto.js +1 -1
  161. package/dist/models/bid-failure-reason.d.ts +1 -1
  162. package/dist/models/bid-failure-reason.js +1 -1
  163. package/dist/models/bid-item-dto.d.ts +1 -1
  164. package/dist/models/bid-item-dto.js +1 -1
  165. package/dist/models/bid-manager-dto.d.ts +1 -1
  166. package/dist/models/bid-manager-dto.js +1 -1
  167. package/dist/models/bid-result-participant-attachment-dto.d.ts +1 -1
  168. package/dist/models/bid-result-participant-attachment-dto.js +1 -1
  169. package/dist/models/bid-result-participant-dto.d.ts +1 -1
  170. package/dist/models/bid-result-participant-dto.js +1 -1
  171. package/dist/models/bid-result-v1-attachment-dto.d.ts +21 -0
  172. package/dist/models/{negotiation-score-dto.js → bid-result-v1-attachment-dto.js} +1 -1
  173. package/dist/models/bid-result-v1-participant-dto.d.ts +154 -0
  174. package/dist/models/{submit-negotiation-scores-request-dto.js → bid-result-v1-participant-dto.js} +1 -1
  175. package/dist/models/bid-results-batch-request-dto.d.ts +1 -1
  176. package/dist/models/bid-results-batch-request-dto.js +1 -1
  177. package/dist/models/bid-results-response-dto.d.ts +1 -125
  178. package/dist/models/bid-results-response-dto.js +1 -1
  179. package/dist/models/bid-results-v1-response-dto.d.ts +155 -0
  180. package/dist/models/bid-results-v1-response-dto.js +15 -0
  181. package/dist/models/bid-settlement-line-item-dto.d.ts +1 -1
  182. package/dist/models/bid-settlement-line-item-dto.js +1 -1
  183. package/dist/models/bid-settlement-participant-dto.d.ts +1 -1
  184. package/dist/models/bid-settlement-participant-dto.js +1 -1
  185. package/dist/models/bid-settlement-response-dto.d.ts +1 -1
  186. package/dist/models/bid-settlement-response-dto.js +1 -1
  187. package/dist/models/bid-statement-response-dto.d.ts +1 -1
  188. package/dist/models/bid-statement-response-dto.js +1 -1
  189. package/dist/models/bid-statement-v1-response-dto.d.ts +31 -0
  190. package/dist/models/bid-statement-v1-response-dto.js +15 -0
  191. package/dist/models/bid-status.d.ts +1 -1
  192. package/dist/models/bid-status.js +1 -1
  193. package/dist/models/complete-acceptance-request-dto.d.ts +2 -46
  194. package/dist/models/complete-acceptance-request-dto.js +1 -1
  195. package/dist/models/complete-acceptance-v1-request-dto.d.ts +65 -0
  196. package/dist/models/complete-acceptance-v1-request-dto.js +15 -0
  197. package/dist/models/contract-document-item-dto.d.ts +1 -1
  198. package/dist/models/contract-document-item-dto.js +1 -1
  199. package/dist/models/create-bid-request-dto.d.ts +1 -31
  200. package/dist/models/create-bid-request-dto.js +2 -10
  201. package/dist/models/create-bid-v1-request-dto.d.ts +329 -0
  202. package/dist/models/create-bid-v1-request-dto.js +119 -0
  203. package/dist/models/file-uploaded-response-dto.d.ts +1 -1
  204. package/dist/models/file-uploaded-response-dto.js +1 -1
  205. package/dist/models/health-response-dto.d.ts +1 -1
  206. package/dist/models/health-response-dto.js +1 -1
  207. package/dist/models/hierarchical-region-dto.d.ts +1 -1
  208. package/dist/models/hierarchical-region-dto.js +1 -1
  209. package/dist/models/index.d.ts +12 -2
  210. package/dist/models/index.js +12 -2
  211. package/dist/models/mark-bid-failed-request-dto.d.ts +1 -1
  212. package/dist/models/mark-bid-failed-request-dto.js +1 -1
  213. package/dist/models/mark-bid-failed-v1-request-dto.d.ts +30 -0
  214. package/dist/models/mark-bid-failed-v1-request-dto.js +15 -0
  215. package/dist/models/{negotiation-score-dto.d.ts → negotiation-score-v1-dto.d.ts} +2 -2
  216. package/dist/models/negotiation-score-v1-dto.js +15 -0
  217. package/dist/models/negotiation-scored-response-dto.d.ts +1 -1
  218. package/dist/models/negotiation-scored-response-dto.js +1 -1
  219. package/dist/models/oauth-error-response-dto.d.ts +1 -1
  220. package/dist/models/oauth-error-response-dto.js +1 -1
  221. package/dist/models/preconditions-dto.d.ts +1 -1
  222. package/dist/models/preconditions-dto.js +1 -1
  223. package/dist/models/problem-details-dto.d.ts +1 -1
  224. package/dist/models/problem-details-dto.js +1 -1
  225. package/dist/models/register-award-request-dto.d.ts +1 -1
  226. package/dist/models/register-award-request-dto.js +1 -1
  227. package/dist/models/register-award-v1-request-dto.d.ts +33 -0
  228. package/dist/models/register-award-v1-request-dto.js +15 -0
  229. package/dist/models/request-split-invoice-request-dto.d.ts +1 -1
  230. package/dist/models/request-split-invoice-request-dto.js +1 -1
  231. package/dist/models/split-invoice-response-dto.d.ts +1 -1
  232. package/dist/models/split-invoice-response-dto.js +1 -1
  233. package/dist/models/statement-document-dto.d.ts +1 -1
  234. package/dist/models/statement-document-dto.js +1 -1
  235. package/dist/models/statement-product-dto.d.ts +1 -1
  236. package/dist/models/statement-product-dto.js +1 -1
  237. package/dist/models/statement-v1-document-dto.d.ts +29 -0
  238. package/dist/models/statement-v1-document-dto.js +15 -0
  239. package/dist/models/statement-v1-product-dto.d.ts +49 -0
  240. package/dist/models/statement-v1-product-dto.js +15 -0
  241. package/dist/models/{submit-negotiation-scores-request-dto.d.ts → submit-negotiation-scores-v1-request-dto.d.ts} +4 -4
  242. package/dist/models/submit-negotiation-scores-v1-request-dto.js +15 -0
  243. package/dist/models/token-request-dto.d.ts +1 -1
  244. package/dist/models/token-request-dto.js +1 -1
  245. package/dist/models/token-response-dto.d.ts +1 -1
  246. package/dist/models/token-response-dto.js +1 -1
  247. package/dist/models/upload-file-request-dto.d.ts +1 -1
  248. package/dist/models/upload-file-request-dto.js +1 -1
  249. package/docs/BidResultV1AttachmentDto.md +22 -0
  250. package/docs/BidResultV1ParticipantDto.md +88 -0
  251. package/docs/BidResultsResponseDto.md +0 -62
  252. package/docs/BidResultsV1ResponseDto.md +88 -0
  253. package/docs/BidStatementV1ResponseDto.md +26 -0
  254. package/docs/CompleteAcceptanceRequestDto.md +1 -23
  255. package/docs/CompleteAcceptanceV1RequestDto.md +44 -0
  256. package/docs/CreateBidRequestDto.md +0 -10
  257. package/docs/CreateBidV1RequestDto.md +112 -0
  258. package/docs/MarkBidFailedV1RequestDto.md +26 -0
  259. package/docs/{NegotiationScoreDto.md → NegotiationScoreV1Dto.md} +3 -3
  260. package/docs/PartnerV1Api.md +29 -29
  261. package/docs/PartnerV2Api.md +1 -1
  262. package/docs/RegisterAwardV1RequestDto.md +28 -0
  263. package/docs/StatementV1DocumentDto.md +26 -0
  264. package/docs/StatementV1ProductDto.md +36 -0
  265. package/docs/{SubmitNegotiationScoresRequestDto.md → SubmitNegotiationScoresV1RequestDto.md} +4 -4
  266. package/index.ts +1 -1
  267. package/models/acceptance-result-response-dto.ts +1 -1
  268. package/models/award-registered-response-dto.ts +1 -1
  269. package/models/bid-bond-dto.ts +1 -1
  270. package/models/bid-contract-documents-batch-request-dto.ts +1 -1
  271. package/models/bid-contract-documents-response-dto.ts +1 -1
  272. package/models/bid-created-response-dto.ts +1 -1
  273. package/models/bid-document-dto.ts +1 -1
  274. package/models/bid-failed-response-dto.ts +1 -1
  275. package/models/bid-failure-reason.ts +1 -1
  276. package/models/bid-item-dto.ts +1 -1
  277. package/models/bid-manager-dto.ts +1 -1
  278. package/models/bid-result-participant-attachment-dto.ts +1 -1
  279. package/models/bid-result-participant-dto.ts +1 -1
  280. package/models/bid-result-v1-attachment-dto.ts +27 -0
  281. package/models/bid-result-v1-participant-dto.ts +162 -0
  282. package/models/bid-results-batch-request-dto.ts +1 -1
  283. package/models/bid-results-response-dto.ts +1 -125
  284. package/models/bid-results-v1-response-dto.ts +167 -0
  285. package/models/bid-settlement-line-item-dto.ts +1 -1
  286. package/models/bid-settlement-participant-dto.ts +1 -1
  287. package/models/bid-settlement-response-dto.ts +1 -1
  288. package/models/bid-statement-response-dto.ts +1 -1
  289. package/models/bid-statement-v1-response-dto.ts +41 -0
  290. package/models/bid-status.ts +1 -1
  291. package/models/complete-acceptance-request-dto.ts +2 -46
  292. package/models/complete-acceptance-v1-request-dto.ts +71 -0
  293. package/models/contract-document-item-dto.ts +1 -1
  294. package/models/create-bid-request-dto.ts +1 -33
  295. package/models/create-bid-v1-request-dto.ts +367 -0
  296. package/models/file-uploaded-response-dto.ts +1 -1
  297. package/models/health-response-dto.ts +1 -1
  298. package/models/hierarchical-region-dto.ts +1 -1
  299. package/models/index.ts +12 -2
  300. package/models/mark-bid-failed-request-dto.ts +1 -1
  301. package/models/mark-bid-failed-v1-request-dto.ts +40 -0
  302. package/models/{negotiation-score-dto.ts → negotiation-score-v1-dto.ts} +2 -2
  303. package/models/negotiation-scored-response-dto.ts +1 -1
  304. package/models/oauth-error-response-dto.ts +1 -1
  305. package/models/preconditions-dto.ts +1 -1
  306. package/models/problem-details-dto.ts +1 -1
  307. package/models/register-award-request-dto.ts +1 -1
  308. package/models/register-award-v1-request-dto.ts +39 -0
  309. package/models/request-split-invoice-request-dto.ts +1 -1
  310. package/models/split-invoice-response-dto.ts +1 -1
  311. package/models/statement-document-dto.ts +1 -1
  312. package/models/statement-product-dto.ts +1 -1
  313. package/models/statement-v1-document-dto.ts +35 -0
  314. package/models/statement-v1-product-dto.ts +55 -0
  315. package/models/{submit-negotiation-scores-request-dto.ts → submit-negotiation-scores-v1-request-dto.ts} +4 -4
  316. package/models/token-request-dto.ts +1 -1
  317. package/models/token-response-dto.ts +1 -1
  318. package/models/upload-file-request-dto.ts +1 -1
  319. package/package.json +1 -1
@@ -0,0 +1,155 @@
1
+ /**
2
+ * CMARKET V6 Partner API
3
+ * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
4
+ *
5
+ * The version of the OpenAPI document: 9.0.0
6
+ * Contact: semo.io.kr@gmail.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { BidResultV1ParticipantDto } from './bid-result-v1-participant-dto';
13
+ import type { BidStatus } from './bid-status';
14
+ export interface BidResultsV1ResponseDto {
15
+ /**
16
+ * 공고 식별자.
17
+ */
18
+ 'bidId': string;
19
+ /**
20
+ * 발주처 지정 조달번호 (V5 bid_puchase_no). 외부 ERP 가 등록 시 보낸 PO 번호. 미설정 시 null.
21
+ */
22
+ 'bidPuchaseNo'?: string;
23
+ /**
24
+ * 공고 상태 코드. V5 /entendrec 은 A(진행중)/B(마감)/C(낙찰·계약진행)/E(유찰) 4종을 문서화했으나, V6 는 D(계약완료)/R(임시저장)을 더한 6종 superset 을 그대로 내려준다 — V5 호환 ERP 는 D 를 C 의 후속 단계로, R 은 미발행 초안으로 처리할 것(코드 매핑 없이 raw 통과).
25
+ */
26
+ 'status': BidStatus;
27
+ /**
28
+ * 발주유형 코드 (V5 buy_type). raw passthrough.
29
+ */
30
+ 'buyType'?: string | null;
31
+ /**
32
+ * 공고 설명 (V5 buy_desc). raw text.
33
+ */
34
+ 'buyDesc'?: string | null;
35
+ /**
36
+ * 공고 시작일시 (V5 buy_s_day, \"YYYY-MM-DD HH:MM:SS\").
37
+ */
38
+ 'buySDay'?: string | null;
39
+ /**
40
+ * 공고 종료일시 (V5 buy_e_day, \"YYYY-MM-DD HH:MM:SS\").
41
+ */
42
+ 'buyEDay'?: string | null;
43
+ /**
44
+ * 가격공개 방식 (V5 price_open). RAW A/B — Y/N 변환 없음.
45
+ */
46
+ 'priceOpen'?: string | null;
47
+ /**
48
+ * 입찰방식 (V5 buy_method, raw Y/N).
49
+ */
50
+ 'buyMethod'?: string | null;
51
+ /**
52
+ * 계약유형 (V5 contract, raw A..I).
53
+ */
54
+ 'contract'?: string | null;
55
+ /**
56
+ * 공고형태 (V5 buy_style, raw A/B/C1/C2).
57
+ */
58
+ 'buyStyle'?: string | null;
59
+ /**
60
+ * 발주처 회원 ID (V5 member_id). raw passthrough.
61
+ */
62
+ 'memberId'?: string | null;
63
+ /**
64
+ * 검수 승인 여부 (V5 gjy_ok). raw passthrough.
65
+ */
66
+ 'gjyOk'?: string | null;
67
+ /**
68
+ * 납품방법 (V5 buy_deli_method). raw passthrough.
69
+ */
70
+ 'buyDeliMethod'?: string | null;
71
+ /**
72
+ * 납품기한 유형 (V5 buy_deli_day_type). raw passthrough.
73
+ */
74
+ 'buyDeliDayType'?: string | null;
75
+ /**
76
+ * 납품기한 기간 (V5 buy_deli_day_period). raw passthrough.
77
+ */
78
+ 'buyDeliDayPeriod'?: string | null;
79
+ /**
80
+ * 납품장소 (V5 buy_deli_location). raw passthrough.
81
+ */
82
+ 'buyDeliLocation'?: string | null;
83
+ /**
84
+ * 결제방법 (V5 buy_paymethod). raw passthrough.
85
+ */
86
+ 'buyPaymethod'?: string | null;
87
+ /**
88
+ * 결제일 (V5 buy_payday). raw passthrough.
89
+ */
90
+ 'buyPayday'?: string | null;
91
+ /**
92
+ * 발주처 담당 파일명 (V5 f_name). raw passthrough.
93
+ */
94
+ 'fName'?: string | null;
95
+ /**
96
+ * 사전조건/제한사항 (V5 precondition). raw passthrough.
97
+ */
98
+ 'precondition'?: string | null;
99
+ /**
100
+ * 공고문 첨부 식별자 (V5 buy_paper). raw passthrough.
101
+ */
102
+ 'buyPaper'?: string | null;
103
+ /**
104
+ * 발주 담당자명 (V5 buy_contact). raw passthrough.
105
+ */
106
+ 'buyContact'?: string | null;
107
+ /**
108
+ * 발주 담당자 연락처 (V5 buy_contact_tel). raw passthrough.
109
+ */
110
+ 'buyContactTel'?: string | null;
111
+ /**
112
+ * 발주 담당자 이메일 (V5 buy_contact_email). raw passthrough.
113
+ */
114
+ 'buyContactEmail'?: string | null;
115
+ /**
116
+ * 발주처 상호 (V5 mem_com). raw passthrough.
117
+ */
118
+ 'memCom'?: string | null;
119
+ /**
120
+ * 발주처 부서 (V5 mem_part). raw passthrough.
121
+ */
122
+ 'memPart'?: string | null;
123
+ /**
124
+ * 발주처 담당자명 (V5 mem_name). raw passthrough.
125
+ */
126
+ 'memName'?: string | null;
127
+ /**
128
+ * 발주처 담당자 연락처 (V5 mem_tel). raw passthrough.
129
+ */
130
+ 'memTel'?: string | null;
131
+ /**
132
+ * 발주처 담당자 팩스 (V5 mem_fax). raw passthrough.
133
+ */
134
+ 'memFax'?: string | null;
135
+ /**
136
+ * 발주처 담당자 이메일 (V5 mem_email). raw passthrough.
137
+ */
138
+ 'memEmail'?: string | null;
139
+ /**
140
+ * 공고 등록일시 (V5 buy_date, \"YYYY-MM-DD HH:MM:SS\").
141
+ */
142
+ 'buyDate'?: string | null;
143
+ /**
144
+ * 공고 수정일시 (V5 buy_update_date, \"YYYY-MM-DD HH:MM:SS\").
145
+ */
146
+ 'buyUpdateDate'?: string | null;
147
+ /**
148
+ * 협상완료 여부 (V5 nego_complete_yn). raw passthrough.
149
+ */
150
+ 'negoCompleteYn'?: string | null;
151
+ /**
152
+ * 참여(투찰) 업체 목록. 가격/신원은 backend 매트릭스 적용 결과.
153
+ */
154
+ 'participants': Array<BidResultV1ParticipantDto>;
155
+ }
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * CMARKET V6 Partner API
5
+ * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
6
+ *
7
+ * The version of the OpenAPI document: 9.0.0
8
+ * Contact: semo.io.kr@gmail.com
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -2,7 +2,7 @@
2
2
  * CMARKET V6 Partner API
3
3
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
4
4
  *
5
- * The version of the OpenAPI document: 6.0.0
5
+ * The version of the OpenAPI document: 9.0.0
6
6
  * Contact: semo.io.kr@gmail.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * CMARKET V6 Partner API
5
5
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
6
6
  *
7
- * The version of the OpenAPI document: 6.0.0
7
+ * The version of the OpenAPI document: 9.0.0
8
8
  * Contact: semo.io.kr@gmail.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * CMARKET V6 Partner API
3
3
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
4
4
  *
5
- * The version of the OpenAPI document: 6.0.0
5
+ * The version of the OpenAPI document: 9.0.0
6
6
  * Contact: semo.io.kr@gmail.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * CMARKET V6 Partner API
5
5
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
6
6
  *
7
- * The version of the OpenAPI document: 6.0.0
7
+ * The version of the OpenAPI document: 9.0.0
8
8
  * Contact: semo.io.kr@gmail.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * CMARKET V6 Partner API
3
3
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
4
4
  *
5
- * The version of the OpenAPI document: 6.0.0
5
+ * The version of the OpenAPI document: 9.0.0
6
6
  * Contact: semo.io.kr@gmail.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * CMARKET V6 Partner API
5
5
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
6
6
  *
7
- * The version of the OpenAPI document: 6.0.0
7
+ * The version of the OpenAPI document: 9.0.0
8
8
  * Contact: semo.io.kr@gmail.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * CMARKET V6 Partner API
3
3
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
4
4
  *
5
- * The version of the OpenAPI document: 6.0.0
5
+ * The version of the OpenAPI document: 9.0.0
6
6
  * Contact: semo.io.kr@gmail.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * CMARKET V6 Partner API
5
5
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
6
6
  *
7
- * The version of the OpenAPI document: 6.0.0
7
+ * The version of the OpenAPI document: 9.0.0
8
8
  * Contact: semo.io.kr@gmail.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -0,0 +1,31 @@
1
+ /**
2
+ * CMARKET V6 Partner API
3
+ * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
4
+ *
5
+ * The version of the OpenAPI document: 9.0.0
6
+ * Contact: semo.io.kr@gmail.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { StatementV1DocumentDto } from './statement-v1-document-dto';
13
+ import type { StatementV1ProductDto } from './statement-v1-product-dto';
14
+ export interface BidStatementV1ResponseDto {
15
+ /**
16
+ * 공고 구매번호.
17
+ */
18
+ 'bidNo': string;
19
+ /**
20
+ * 낙찰자 응찰 순번(buy_seq). 미낙찰 시 null.
21
+ */
22
+ 'winnerSequence': object | null;
23
+ /**
24
+ * 거래명세서 관련 문서 목록.
25
+ */
26
+ 'documents': Array<StatementV1DocumentDto>;
27
+ /**
28
+ * 거래 품목 라인 목록.
29
+ */
30
+ 'products': Array<StatementV1ProductDto>;
31
+ }
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * CMARKET V6 Partner API
5
+ * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
6
+ *
7
+ * The version of the OpenAPI document: 9.0.0
8
+ * Contact: semo.io.kr@gmail.com
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -2,7 +2,7 @@
2
2
  * CMARKET V6 Partner API
3
3
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
4
4
  *
5
- * The version of the OpenAPI document: 6.0.0
5
+ * The version of the OpenAPI document: 9.0.0
6
6
  * Contact: semo.io.kr@gmail.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * CMARKET V6 Partner API
5
5
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
6
6
  *
7
- * The version of the OpenAPI document: 6.0.0
7
+ * The version of the OpenAPI document: 9.0.0
8
8
  * Contact: semo.io.kr@gmail.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * CMARKET V6 Partner API
3
3
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
4
4
  *
5
- * The version of the OpenAPI document: 6.0.0
5
+ * The version of the OpenAPI document: 9.0.0
6
6
  * Contact: semo.io.kr@gmail.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -15,51 +15,7 @@ export interface CompleteAcceptanceRequestDto {
15
15
  */
16
16
  'winnerMemberId'?: string;
17
17
  /**
18
- * 공고 명의 회원 ID(b2b_member.member_id) = 검수완료 actor. V5 bid_branch_id. 생략 시 backend 가 bid 소유자에서 파생한다(멀티테넌트).
18
+ * 공고 명의 회원 ID(b2b_member.member_id) = 검수완료 actor. 생략 시 backend 가 bid 소유자에서 파생한다(멀티테넌트).
19
19
  */
20
20
  'buyerId'?: string;
21
- /**
22
- * 구매사 상호.
23
- */
24
- 'buyerCompanyName'?: string;
25
- /**
26
- * 구매사 대표자.
27
- */
28
- 'buyerRepresentative'?: string;
29
- /**
30
- * 구매사 사업자등록번호.
31
- */
32
- 'buyerBizRegNo'?: string;
33
- /**
34
- * 구매사 주소.
35
- */
36
- 'buyerAddress'?: string;
37
- /**
38
- * 구매사 업태.
39
- */
40
- 'buyerBizType'?: string;
41
- /**
42
- * 구매사 종목.
43
- */
44
- 'buyerBizItem'?: string;
45
- /**
46
- * 담당자명.
47
- */
48
- 'managerName'?: string;
49
- /**
50
- * 담당자 부서.
51
- */
52
- 'managerDepartment'?: string;
53
- /**
54
- * 담당자 연락처.
55
- */
56
- 'managerPhone'?: string;
57
- /**
58
- * 담당자 이메일.
59
- */
60
- 'managerEmail'?: string;
61
- /**
62
- * 문서 작성일자(YYYY-MM-DD). 미지정 시 backend 가 stamp 하지 않음.
63
- */
64
- 'documentDate'?: string;
65
21
  }
@@ -4,7 +4,7 @@
4
4
  * CMARKET V6 Partner API
5
5
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
6
6
  *
7
- * The version of the OpenAPI document: 6.0.0
7
+ * The version of the OpenAPI document: 9.0.0
8
8
  * Contact: semo.io.kr@gmail.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -0,0 +1,65 @@
1
+ /**
2
+ * CMARKET V6 Partner API
3
+ * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
4
+ *
5
+ * The version of the OpenAPI document: 9.0.0
6
+ * Contact: semo.io.kr@gmail.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ export interface CompleteAcceptanceV1RequestDto {
13
+ /**
14
+ * 낙찰자(공급사) memberId. DEPRECATED — backend 가 bid 낙찰 상태에서 낙찰자를 파생하므로 무시된다(위조 방지). 호환을 위해 수신만 함.
15
+ */
16
+ 'winnerMemberId'?: string;
17
+ /**
18
+ * 공고 명의 회원 ID(b2b_member.member_id) = 검수완료 actor. V5 bid_branch_id. 생략 시 backend 가 bid 소유자에서 파생한다(멀티테넌트).
19
+ */
20
+ 'buyerId'?: string;
21
+ /**
22
+ * 구매사 상호.
23
+ */
24
+ 'buyerCompanyName'?: string;
25
+ /**
26
+ * 구매사 대표자.
27
+ */
28
+ 'buyerRepresentative'?: string;
29
+ /**
30
+ * 구매사 사업자등록번호.
31
+ */
32
+ 'buyerBizRegNo'?: string;
33
+ /**
34
+ * 구매사 주소.
35
+ */
36
+ 'buyerAddress'?: string;
37
+ /**
38
+ * 구매사 업태.
39
+ */
40
+ 'buyerBizType'?: string;
41
+ /**
42
+ * 구매사 종목.
43
+ */
44
+ 'buyerBizItem'?: string;
45
+ /**
46
+ * 담당자명.
47
+ */
48
+ 'managerName'?: string;
49
+ /**
50
+ * 담당자 부서.
51
+ */
52
+ 'managerDepartment'?: string;
53
+ /**
54
+ * 담당자 연락처.
55
+ */
56
+ 'managerPhone'?: string;
57
+ /**
58
+ * 담당자 이메일.
59
+ */
60
+ 'managerEmail'?: string;
61
+ /**
62
+ * 문서 작성일자(YYYY-MM-DD). 미지정 시 backend 가 stamp 하지 않음.
63
+ */
64
+ 'documentDate'?: string;
65
+ }
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * CMARKET V6 Partner API
5
+ * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
6
+ *
7
+ * The version of the OpenAPI document: 9.0.0
8
+ * Contact: semo.io.kr@gmail.com
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -2,7 +2,7 @@
2
2
  * CMARKET V6 Partner API
3
3
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
4
4
  *
5
- * The version of the OpenAPI document: 6.0.0
5
+ * The version of the OpenAPI document: 9.0.0
6
6
  * Contact: semo.io.kr@gmail.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * CMARKET V6 Partner API
5
5
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
6
6
  *
7
- * The version of the OpenAPI document: 6.0.0
7
+ * The version of the OpenAPI document: 9.0.0
8
8
  * Contact: semo.io.kr@gmail.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * CMARKET V6 Partner API
3
3
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
4
4
  *
5
- * The version of the OpenAPI document: 6.0.0
5
+ * The version of the OpenAPI document: 9.0.0
6
6
  * Contact: semo.io.kr@gmail.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -163,26 +163,6 @@ export interface CreateBidRequestDto {
163
163
  * 결과 공개 여부. Y=공개, N=비공개.
164
164
  */
165
165
  'isResultPublished'?: CreateBidRequestDtoIsResultPublishedEnum;
166
- /**
167
- * 긴급입찰 여부 (V5 urgent_yn). Y=긴급, N=일반. 생략 시 N. → b2b_buy.urgent_yn.
168
- */
169
- 'urgentYn'?: CreateBidRequestDtoUrgentYnEnum;
170
- /**
171
- * 사업자등록번호 override (V5 bid_bizrno). 생략 시 backend 가 명의 회원의 사업자번호를 스냅샷한다(COALESCE). 외부 ERP 가 발주처 사업자번호를 명시할 때만 전달. → b2b_buy.bid_bizrno.
172
- */
173
- 'businessRegistrationNo'?: string;
174
- /**
175
- * 발표평가(현장설명) 실시 여부 (V5 presentation_exec). true=실시, false=미실시. 공사/용역(gjy_ok=G/CONSTRUCTION) 맥락. → b2b_buy.presentation_exec.
176
- */
177
- 'presentationEval'?: boolean;
178
- /**
179
- * 발표평가(현장설명) 장소·시간 비고 (V5 presentation_note). → b2b_buy.presentation_note.
180
- */
181
- 'presentationNote'?: string;
182
- /**
183
- * 상품코드 기반 자동단가 견적 flag (V5 by_product_code). Y=KCL shop_product 코드기반 자동단가. ⚠️ partner-api 충실(faithful) 등록 경로는 by_product_code 컬럼을 적재하지 않음 — backend gateway 까지만 전달되고 b2b_buy 에는 미반영(향후 연결).
184
- */
185
- 'byProductCode'?: CreateBidRequestDtoByProductCodeEnum;
186
166
  /**
187
167
  * 계약 담당자.
188
168
  */
@@ -317,13 +297,3 @@ export declare const CreateBidRequestDtoIsResultPublishedEnum: {
317
297
  readonly N: "N";
318
298
  };
319
299
  export type CreateBidRequestDtoIsResultPublishedEnum = typeof CreateBidRequestDtoIsResultPublishedEnum[keyof typeof CreateBidRequestDtoIsResultPublishedEnum];
320
- export declare const CreateBidRequestDtoUrgentYnEnum: {
321
- readonly Y: "Y";
322
- readonly N: "N";
323
- };
324
- export type CreateBidRequestDtoUrgentYnEnum = typeof CreateBidRequestDtoUrgentYnEnum[keyof typeof CreateBidRequestDtoUrgentYnEnum];
325
- export declare const CreateBidRequestDtoByProductCodeEnum: {
326
- readonly Y: "Y";
327
- readonly N: "N";
328
- };
329
- export type CreateBidRequestDtoByProductCodeEnum = typeof CreateBidRequestDtoByProductCodeEnum[keyof typeof CreateBidRequestDtoByProductCodeEnum];
@@ -4,7 +4,7 @@
4
4
  * CMARKET V6 Partner API
5
5
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
6
6
  *
7
- * The version of the OpenAPI document: 6.0.0
7
+ * The version of the OpenAPI document: 9.0.0
8
8
  * Contact: semo.io.kr@gmail.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -106,11 +106,3 @@ export const CreateBidRequestDtoIsResultPublishedEnum = {
106
106
  Y: 'Y',
107
107
  N: 'N',
108
108
  };
109
- export const CreateBidRequestDtoUrgentYnEnum = {
110
- Y: 'Y',
111
- N: 'N',
112
- };
113
- export const CreateBidRequestDtoByProductCodeEnum = {
114
- Y: 'Y',
115
- N: 'N',
116
- };