@cmarket/partner-sdk 5.2.0 → 8.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 (280) hide show
  1. package/README.md +8 -4
  2. package/api/oauth-api.ts +1 -1
  3. package/api/partner-v1-api.ts +19 -19
  4. package/api/partner-v2-api.ts +1 -1
  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 +14 -14
  12. package/dist/api/partner-v1-api.js +15 -15
  13. package/dist/api/partner-v2-api.d.ts +1 -1
  14. package/dist/api/partner-v2-api.js +1 -1
  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 +14 -14
  26. package/dist/esm/api/partner-v1-api.js +15 -15
  27. package/dist/esm/api/partner-v2-api.d.ts +1 -1
  28. package/dist/esm/api/partner-v2-api.js +1 -1
  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 -5
  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/bid-result-v1-attachment-dto.js +14 -0
  67. package/dist/esm/models/bid-result-v1-participant-dto.d.ts +154 -0
  68. package/dist/esm/models/bid-result-v1-participant-dto.js +14 -0
  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-status.d.ts +1 -1
  84. package/dist/esm/models/bid-status.js +1 -1
  85. package/dist/esm/models/complete-acceptance-request-dto.d.ts +1 -1
  86. package/dist/esm/models/complete-acceptance-request-dto.js +1 -1
  87. package/dist/esm/models/contract-document-item-dto.d.ts +1 -1
  88. package/dist/esm/models/contract-document-item-dto.js +1 -1
  89. package/dist/esm/models/create-bid-request-dto.d.ts +1 -5
  90. package/dist/esm/models/create-bid-request-dto.js +1 -1
  91. package/dist/esm/models/create-bid-v1-request-dto.d.ts +329 -0
  92. package/dist/esm/models/create-bid-v1-request-dto.js +116 -0
  93. package/dist/esm/models/file-uploaded-response-dto.d.ts +1 -1
  94. package/dist/esm/models/file-uploaded-response-dto.js +1 -1
  95. package/dist/esm/models/health-response-dto.d.ts +1 -1
  96. package/dist/esm/models/health-response-dto.js +1 -1
  97. package/dist/esm/models/hierarchical-region-dto.d.ts +1 -1
  98. package/dist/esm/models/hierarchical-region-dto.js +1 -1
  99. package/dist/esm/models/index.d.ts +4 -0
  100. package/dist/esm/models/index.js +4 -0
  101. package/dist/esm/models/mark-bid-failed-request-dto.d.ts +1 -1
  102. package/dist/esm/models/mark-bid-failed-request-dto.js +1 -1
  103. package/dist/esm/models/negotiation-score-dto.d.ts +1 -1
  104. package/dist/esm/models/negotiation-score-dto.js +1 -1
  105. package/dist/esm/models/negotiation-scored-response-dto.d.ts +1 -1
  106. package/dist/esm/models/negotiation-scored-response-dto.js +1 -1
  107. package/dist/esm/models/oauth-error-response-dto.d.ts +1 -1
  108. package/dist/esm/models/oauth-error-response-dto.js +1 -1
  109. package/dist/esm/models/preconditions-dto.d.ts +1 -1
  110. package/dist/esm/models/preconditions-dto.js +1 -1
  111. package/dist/esm/models/problem-details-dto.d.ts +1 -1
  112. package/dist/esm/models/problem-details-dto.js +1 -1
  113. package/dist/esm/models/register-award-request-dto.d.ts +1 -1
  114. package/dist/esm/models/register-award-request-dto.js +1 -1
  115. package/dist/esm/models/request-split-invoice-request-dto.d.ts +1 -1
  116. package/dist/esm/models/request-split-invoice-request-dto.js +1 -1
  117. package/dist/esm/models/split-invoice-response-dto.d.ts +1 -1
  118. package/dist/esm/models/split-invoice-response-dto.js +1 -1
  119. package/dist/esm/models/statement-document-dto.d.ts +1 -1
  120. package/dist/esm/models/statement-document-dto.js +1 -1
  121. package/dist/esm/models/statement-product-dto.d.ts +1 -1
  122. package/dist/esm/models/statement-product-dto.js +1 -1
  123. package/dist/esm/models/submit-negotiation-scores-request-dto.d.ts +1 -1
  124. package/dist/esm/models/submit-negotiation-scores-request-dto.js +1 -1
  125. package/dist/esm/models/token-request-dto.d.ts +1 -1
  126. package/dist/esm/models/token-request-dto.js +1 -1
  127. package/dist/esm/models/token-response-dto.d.ts +1 -1
  128. package/dist/esm/models/token-response-dto.js +1 -1
  129. package/dist/esm/models/upload-file-request-dto.d.ts +1 -1
  130. package/dist/esm/models/upload-file-request-dto.js +1 -1
  131. package/dist/index.d.ts +1 -1
  132. package/dist/index.js +1 -1
  133. package/dist/models/acceptance-result-response-dto.d.ts +1 -1
  134. package/dist/models/acceptance-result-response-dto.js +1 -1
  135. package/dist/models/award-registered-response-dto.d.ts +1 -1
  136. package/dist/models/award-registered-response-dto.js +1 -1
  137. package/dist/models/bid-bond-dto.d.ts +1 -1
  138. package/dist/models/bid-bond-dto.js +1 -1
  139. package/dist/models/bid-contract-documents-batch-request-dto.d.ts +1 -1
  140. package/dist/models/bid-contract-documents-batch-request-dto.js +1 -1
  141. package/dist/models/bid-contract-documents-response-dto.d.ts +1 -1
  142. package/dist/models/bid-contract-documents-response-dto.js +1 -1
  143. package/dist/models/bid-created-response-dto.d.ts +1 -1
  144. package/dist/models/bid-created-response-dto.js +1 -1
  145. package/dist/models/bid-document-dto.d.ts +1 -1
  146. package/dist/models/bid-document-dto.js +1 -1
  147. package/dist/models/bid-failed-response-dto.d.ts +1 -1
  148. package/dist/models/bid-failed-response-dto.js +1 -1
  149. package/dist/models/bid-failure-reason.d.ts +1 -1
  150. package/dist/models/bid-failure-reason.js +1 -1
  151. package/dist/models/bid-item-dto.d.ts +1 -5
  152. package/dist/models/bid-item-dto.js +1 -1
  153. package/dist/models/bid-manager-dto.d.ts +1 -1
  154. package/dist/models/bid-manager-dto.js +1 -1
  155. package/dist/models/bid-result-participant-attachment-dto.d.ts +1 -1
  156. package/dist/models/bid-result-participant-attachment-dto.js +1 -1
  157. package/dist/models/bid-result-participant-dto.d.ts +1 -1
  158. package/dist/models/bid-result-participant-dto.js +1 -1
  159. package/dist/models/bid-result-v1-attachment-dto.d.ts +21 -0
  160. package/dist/models/bid-result-v1-attachment-dto.js +15 -0
  161. package/dist/models/bid-result-v1-participant-dto.d.ts +154 -0
  162. package/dist/models/bid-result-v1-participant-dto.js +15 -0
  163. package/dist/models/bid-results-batch-request-dto.d.ts +1 -1
  164. package/dist/models/bid-results-batch-request-dto.js +1 -1
  165. package/dist/models/bid-results-response-dto.d.ts +1 -125
  166. package/dist/models/bid-results-response-dto.js +1 -1
  167. package/dist/models/bid-results-v1-response-dto.d.ts +155 -0
  168. package/dist/models/bid-results-v1-response-dto.js +15 -0
  169. package/dist/models/bid-settlement-line-item-dto.d.ts +1 -1
  170. package/dist/models/bid-settlement-line-item-dto.js +1 -1
  171. package/dist/models/bid-settlement-participant-dto.d.ts +1 -1
  172. package/dist/models/bid-settlement-participant-dto.js +1 -1
  173. package/dist/models/bid-settlement-response-dto.d.ts +1 -1
  174. package/dist/models/bid-settlement-response-dto.js +1 -1
  175. package/dist/models/bid-statement-response-dto.d.ts +1 -1
  176. package/dist/models/bid-statement-response-dto.js +1 -1
  177. package/dist/models/bid-status.d.ts +1 -1
  178. package/dist/models/bid-status.js +1 -1
  179. package/dist/models/complete-acceptance-request-dto.d.ts +1 -1
  180. package/dist/models/complete-acceptance-request-dto.js +1 -1
  181. package/dist/models/contract-document-item-dto.d.ts +1 -1
  182. package/dist/models/contract-document-item-dto.js +1 -1
  183. package/dist/models/create-bid-request-dto.d.ts +1 -5
  184. package/dist/models/create-bid-request-dto.js +1 -1
  185. package/dist/models/create-bid-v1-request-dto.d.ts +329 -0
  186. package/dist/models/create-bid-v1-request-dto.js +119 -0
  187. package/dist/models/file-uploaded-response-dto.d.ts +1 -1
  188. package/dist/models/file-uploaded-response-dto.js +1 -1
  189. package/dist/models/health-response-dto.d.ts +1 -1
  190. package/dist/models/health-response-dto.js +1 -1
  191. package/dist/models/hierarchical-region-dto.d.ts +1 -1
  192. package/dist/models/hierarchical-region-dto.js +1 -1
  193. package/dist/models/index.d.ts +4 -0
  194. package/dist/models/index.js +4 -0
  195. package/dist/models/mark-bid-failed-request-dto.d.ts +1 -1
  196. package/dist/models/mark-bid-failed-request-dto.js +1 -1
  197. package/dist/models/negotiation-score-dto.d.ts +1 -1
  198. package/dist/models/negotiation-score-dto.js +1 -1
  199. package/dist/models/negotiation-scored-response-dto.d.ts +1 -1
  200. package/dist/models/negotiation-scored-response-dto.js +1 -1
  201. package/dist/models/oauth-error-response-dto.d.ts +1 -1
  202. package/dist/models/oauth-error-response-dto.js +1 -1
  203. package/dist/models/preconditions-dto.d.ts +1 -1
  204. package/dist/models/preconditions-dto.js +1 -1
  205. package/dist/models/problem-details-dto.d.ts +1 -1
  206. package/dist/models/problem-details-dto.js +1 -1
  207. package/dist/models/register-award-request-dto.d.ts +1 -1
  208. package/dist/models/register-award-request-dto.js +1 -1
  209. package/dist/models/request-split-invoice-request-dto.d.ts +1 -1
  210. package/dist/models/request-split-invoice-request-dto.js +1 -1
  211. package/dist/models/split-invoice-response-dto.d.ts +1 -1
  212. package/dist/models/split-invoice-response-dto.js +1 -1
  213. package/dist/models/statement-document-dto.d.ts +1 -1
  214. package/dist/models/statement-document-dto.js +1 -1
  215. package/dist/models/statement-product-dto.d.ts +1 -1
  216. package/dist/models/statement-product-dto.js +1 -1
  217. package/dist/models/submit-negotiation-scores-request-dto.d.ts +1 -1
  218. package/dist/models/submit-negotiation-scores-request-dto.js +1 -1
  219. package/dist/models/token-request-dto.d.ts +1 -1
  220. package/dist/models/token-request-dto.js +1 -1
  221. package/dist/models/token-response-dto.d.ts +1 -1
  222. package/dist/models/token-response-dto.js +1 -1
  223. package/dist/models/upload-file-request-dto.d.ts +1 -1
  224. package/dist/models/upload-file-request-dto.js +1 -1
  225. package/docs/BidItemDto.md +0 -2
  226. package/docs/BidResultV1AttachmentDto.md +22 -0
  227. package/docs/BidResultV1ParticipantDto.md +88 -0
  228. package/docs/BidResultsResponseDto.md +0 -62
  229. package/docs/BidResultsV1ResponseDto.md +88 -0
  230. package/docs/CreateBidRequestDto.md +0 -2
  231. package/docs/CreateBidV1RequestDto.md +112 -0
  232. package/docs/PartnerV1Api.md +7 -7
  233. package/index.ts +1 -1
  234. package/models/acceptance-result-response-dto.ts +1 -1
  235. package/models/award-registered-response-dto.ts +1 -1
  236. package/models/bid-bond-dto.ts +1 -1
  237. package/models/bid-contract-documents-batch-request-dto.ts +1 -1
  238. package/models/bid-contract-documents-response-dto.ts +1 -1
  239. package/models/bid-created-response-dto.ts +1 -1
  240. package/models/bid-document-dto.ts +1 -1
  241. package/models/bid-failed-response-dto.ts +1 -1
  242. package/models/bid-failure-reason.ts +1 -1
  243. package/models/bid-item-dto.ts +1 -5
  244. package/models/bid-manager-dto.ts +1 -1
  245. package/models/bid-result-participant-attachment-dto.ts +1 -1
  246. package/models/bid-result-participant-dto.ts +1 -1
  247. package/models/bid-result-v1-attachment-dto.ts +27 -0
  248. package/models/bid-result-v1-participant-dto.ts +162 -0
  249. package/models/bid-results-batch-request-dto.ts +1 -1
  250. package/models/bid-results-response-dto.ts +1 -125
  251. package/models/bid-results-v1-response-dto.ts +167 -0
  252. package/models/bid-settlement-line-item-dto.ts +1 -1
  253. package/models/bid-settlement-participant-dto.ts +1 -1
  254. package/models/bid-settlement-response-dto.ts +1 -1
  255. package/models/bid-statement-response-dto.ts +1 -1
  256. package/models/bid-status.ts +1 -1
  257. package/models/complete-acceptance-request-dto.ts +1 -1
  258. package/models/contract-document-item-dto.ts +1 -1
  259. package/models/create-bid-request-dto.ts +1 -5
  260. package/models/create-bid-v1-request-dto.ts +367 -0
  261. package/models/file-uploaded-response-dto.ts +1 -1
  262. package/models/health-response-dto.ts +1 -1
  263. package/models/hierarchical-region-dto.ts +1 -1
  264. package/models/index.ts +4 -0
  265. package/models/mark-bid-failed-request-dto.ts +1 -1
  266. package/models/negotiation-score-dto.ts +1 -1
  267. package/models/negotiation-scored-response-dto.ts +1 -1
  268. package/models/oauth-error-response-dto.ts +1 -1
  269. package/models/preconditions-dto.ts +1 -1
  270. package/models/problem-details-dto.ts +1 -1
  271. package/models/register-award-request-dto.ts +1 -1
  272. package/models/request-split-invoice-request-dto.ts +1 -1
  273. package/models/split-invoice-response-dto.ts +1 -1
  274. package/models/statement-document-dto.ts +1 -1
  275. package/models/statement-product-dto.ts +1 -1
  276. package/models/submit-negotiation-scores-request-dto.ts +1 -1
  277. package/models/token-request-dto.ts +1 -1
  278. package/models/token-response-dto.ts +1 -1
  279. package/models/upload-file-request-dto.ts +1 -1
  280. package/package.json +1 -1
@@ -5,7 +5,7 @@
5
5
  * CMARKET V6 Partner API
6
6
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
7
7
  *
8
- * The version of the OpenAPI document: 5.2.0
8
+ * The version of the OpenAPI document: 8.0.0
9
9
  * Contact: semo.io.kr@gmail.com
10
10
  *
11
11
  * 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: 5.2.0
5
+ * The version of the OpenAPI document: 8.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).
@@ -5,7 +5,7 @@
5
5
  * CMARKET V6 Partner API
6
6
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
7
7
  *
8
- * The version of the OpenAPI document: 5.2.0
8
+ * The version of the OpenAPI document: 8.0.0
9
9
  * Contact: semo.io.kr@gmail.com
10
10
  *
11
11
  * 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: 5.2.0
5
+ * The version of the OpenAPI document: 8.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).
@@ -5,7 +5,7 @@
5
5
  * CMARKET V6 Partner API
6
6
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
7
7
  *
8
- * The version of the OpenAPI document: 5.2.0
8
+ * The version of the OpenAPI document: 8.0.0
9
9
  * Contact: semo.io.kr@gmail.com
10
10
  *
11
11
  * 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: 5.2.0
5
+ * The version of the OpenAPI document: 8.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).
@@ -5,7 +5,7 @@
5
5
  * CMARKET V6 Partner API
6
6
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
7
7
  *
8
- * The version of the OpenAPI document: 5.2.0
8
+ * The version of the OpenAPI document: 8.0.0
9
9
  * Contact: semo.io.kr@gmail.com
10
10
  *
11
11
  * 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: 5.2.0
5
+ * The version of the OpenAPI document: 8.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).
@@ -5,7 +5,7 @@
5
5
  * CMARKET V6 Partner API
6
6
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
7
7
  *
8
- * The version of the OpenAPI document: 5.2.0
8
+ * The version of the OpenAPI document: 8.0.0
9
9
  * Contact: semo.io.kr@gmail.com
10
10
  *
11
11
  * 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: 5.2.0
5
+ * The version of the OpenAPI document: 8.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).
@@ -5,7 +5,7 @@
5
5
  * CMARKET V6 Partner API
6
6
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
7
7
  *
8
- * The version of the OpenAPI document: 5.2.0
8
+ * The version of the OpenAPI document: 8.0.0
9
9
  * Contact: semo.io.kr@gmail.com
10
10
  *
11
11
  * 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: 5.2.0
5
+ * The version of the OpenAPI document: 8.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).
@@ -5,7 +5,7 @@
5
5
  * CMARKET V6 Partner API
6
6
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
7
7
  *
8
- * The version of the OpenAPI document: 5.2.0
8
+ * The version of the OpenAPI document: 8.0.0
9
9
  * Contact: semo.io.kr@gmail.com
10
10
  *
11
11
  * 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: 5.2.0
5
+ * The version of the OpenAPI document: 8.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).
@@ -5,7 +5,7 @@
5
5
  * CMARKET V6 Partner API
6
6
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
7
7
  *
8
- * The version of the OpenAPI document: 5.2.0
8
+ * The version of the OpenAPI document: 8.0.0
9
9
  * Contact: semo.io.kr@gmail.com
10
10
  *
11
11
  * 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: 5.2.0
5
+ * The version of the OpenAPI document: 8.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).
@@ -5,7 +5,7 @@
5
5
  * CMARKET V6 Partner API
6
6
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
7
7
  *
8
- * The version of the OpenAPI document: 5.2.0
8
+ * The version of the OpenAPI document: 8.0.0
9
9
  * Contact: semo.io.kr@gmail.com
10
10
  *
11
11
  * 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: 5.2.0
5
+ * The version of the OpenAPI document: 8.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).
@@ -5,7 +5,7 @@
5
5
  * CMARKET V6 Partner API
6
6
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
7
7
  *
8
- * The version of the OpenAPI document: 5.2.0
8
+ * The version of the OpenAPI document: 8.0.0
9
9
  * Contact: semo.io.kr@gmail.com
10
10
  *
11
11
  * 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: 5.2.0
5
+ * The version of the OpenAPI document: 8.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).
@@ -5,7 +5,7 @@
5
5
  * CMARKET V6 Partner API
6
6
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
7
7
  *
8
- * The version of the OpenAPI document: 5.2.0
8
+ * The version of the OpenAPI document: 8.0.0
9
9
  * Contact: semo.io.kr@gmail.com
10
10
  *
11
11
  * 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: 5.2.0
5
+ * The version of the OpenAPI document: 8.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).
@@ -5,7 +5,7 @@
5
5
  * CMARKET V6 Partner API
6
6
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
7
7
  *
8
- * The version of the OpenAPI document: 5.2.0
8
+ * The version of the OpenAPI document: 8.0.0
9
9
  * Contact: semo.io.kr@gmail.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -11,7 +11,6 @@ Name | Type | Description | Notes
11
11
  **quantity** | **number** | 수량. | [default to undefined]
12
12
  **unit** | **string** | 단위. | [optional] [default to undefined]
13
13
  **unitPrice** | **number** | 단가(원). | [default to undefined]
14
- **unitBudget** | **number** | 품목 예산단가(원). unitPrice 와 별도로 예산 기준 단가가 필요한 경우 사용. ⚠️ 현재 backend ProductItemDto 카운터파트가 없어 ACL(bids.service)에서 무시됨 — 향후 연결 예정. | [optional] [default to undefined]
15
14
 
16
15
  ## Example
17
16
 
@@ -25,7 +24,6 @@ const instance: BidItemDto = {
25
24
  quantity,
26
25
  unit,
27
26
  unitPrice,
28
- unitBudget,
29
27
  };
30
28
  ```
31
29
 
@@ -0,0 +1,22 @@
1
+ # BidResultV1AttachmentDto
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **fSeq** | **number** | 파일 일련번호 (V5 f_seq). | [default to undefined]
9
+ **fileName** | **string** | 파일명 (V5 f_name). | [default to undefined]
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import { BidResultV1AttachmentDto } from '@cmarket/partner-sdk';
15
+
16
+ const instance: BidResultV1AttachmentDto = {
17
+ fSeq,
18
+ fileName,
19
+ };
20
+ ```
21
+
22
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,88 @@
1
+ # BidResultV1ParticipantDto
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **sequence** | **number** | 참여 순번. | [default to undefined]
9
+ **companyId** | **string** | 참여 업체 ID (마감 후 발주기관만 확인 가능). | [optional] [default to undefined]
10
+ **companyName** | **string** | 참여 업체명. | [optional] [default to undefined]
11
+ **bidPrice** | **number** | 투찰금액(원). 진행중·마스킹 시 미노출. | [optional] [default to undefined]
12
+ **rank** | **number** | 순위 (낙찰 매트릭스 정렬 기준). | [optional] [default to undefined]
13
+ **isWinner** | **boolean** | 낙찰 여부. 다수업체 낙찰(M)에서는 여러 row 가 동시에 true 가능. | [default to undefined]
14
+ **quoteFileName** | **string** | 견적서 PDF 파일명 (V5 join_file). 신원 마스킹 또는 미첨부 시 null. | [optional] [default to undefined]
15
+ **managerName** | **string** | 담당자명 (V5 mem_name). 마스킹 시 null. | [optional] [default to undefined]
16
+ **managerPhone** | **string** | 담당자 연락처 (V5 mem_tel/mem_phon). 마스킹 시 null. | [optional] [default to undefined]
17
+ **managerEmail** | **string** | 담당자 이메일 (V5 mem_email). 마스킹 시 null. | [optional] [default to undefined]
18
+ **attachments** | [**Array&lt;BidResultV1AttachmentDto&gt;**](BidResultV1AttachmentDto.md) | 응찰 제출 첨부파일 목록 (V5 entend_file_info). 신원 마스킹 시 빈 배열. | [optional] [default to undefined]
19
+ **companyBizrno** | **string** | 사업자등록번호 (V5 cpn_bizrno). | [optional] [default to undefined]
20
+ **companyTaxType** | **string** | 과세(\&#39;Y\&#39;)/면세(\&#39;N\&#39;) 유형 (V5 cpn_tax_type). | [optional] [default to undefined]
21
+ **companyTaxBizrno** | **string** | 종사업자번호 (V5 cpn_tax_bizrno). | [optional] [default to undefined]
22
+ **companyRepName** | **string** | 대표자명 (V5 cpn_cxfc). | [optional] [default to undefined]
23
+ **companyBizCnd** | **string** | 업태 (V5 cpn_bizcnd). | [optional] [default to undefined]
24
+ **companyInduty** | **string** | 종목 (V5 cpn_induty). | [optional] [default to undefined]
25
+ **companyZip** | **string** | 우편번호 (V5 cpn_zip). | [optional] [default to undefined]
26
+ **companyAddress** | **string** | 사업장 주소 (V5 cpn_adres). | [optional] [default to undefined]
27
+ **companyAddressDetail** | **string** | 사업장 상세주소 (V5 cpn_adres_detail). | [optional] [default to undefined]
28
+ **bankCode** | **string** | 은행 코드 (V5 cpn_bank_code). | [optional] [default to undefined]
29
+ **bankName** | **string** | 은행명 (V5 cpn_bank_nm). | [optional] [default to undefined]
30
+ **bankAccountNo** | **string** | 계좌번호 (V5 cpn_bank_no). | [optional] [default to undefined]
31
+ **bankOwner** | **string** | 예금주 (V5 cpn_bank_own). | [optional] [default to undefined]
32
+ **supplyAmount** | **number** | 공급가액 (V5 join_price_splpc). | [optional] [default to undefined]
33
+ **vat** | **number** | 부가세 (V5 join_price_vat). | [optional] [default to undefined]
34
+ **memPart** | **string** | 응찰 부서 (V5 mem_part). | [optional] [default to undefined]
35
+ **memAddr** | **string** | 응찰 주소 (V5 mem_addr). | [optional] [default to undefined]
36
+ **memFax** | **string** | 응찰 팩스 (V5 mem_fax). | [optional] [default to undefined]
37
+ **joinBidCount** | **number** | 응찰 횟수 (V5 join_bid_count). | [optional] [default to undefined]
38
+ **joinDate** | **string** | 응찰 일시 (V5 join_date, \&quot;YYYY-MM-DD HH:MM:SS\&quot;). | [optional] [default to undefined]
39
+ **negoBidPoint** | **number** | 협상 가격 점수 (V5 nego_bid_point). | [optional] [default to undefined]
40
+ **negoTechPoint** | **number** | 협상 기술 점수 (V5 nego_tech_point). | [optional] [default to undefined]
41
+ **negoResultPoint** | **number** | 협상 종합 점수 (V5 nego_result_point). | [optional] [default to undefined]
42
+ **negoJoinCompleteYn** | **string** | 협상 응찰 완료 여부 (V5 nego_join_complete_yn). | [optional] [default to undefined]
43
+
44
+ ## Example
45
+
46
+ ```typescript
47
+ import { BidResultV1ParticipantDto } from '@cmarket/partner-sdk';
48
+
49
+ const instance: BidResultV1ParticipantDto = {
50
+ sequence,
51
+ companyId,
52
+ companyName,
53
+ bidPrice,
54
+ rank,
55
+ isWinner,
56
+ quoteFileName,
57
+ managerName,
58
+ managerPhone,
59
+ managerEmail,
60
+ attachments,
61
+ companyBizrno,
62
+ companyTaxType,
63
+ companyTaxBizrno,
64
+ companyRepName,
65
+ companyBizCnd,
66
+ companyInduty,
67
+ companyZip,
68
+ companyAddress,
69
+ companyAddressDetail,
70
+ bankCode,
71
+ bankName,
72
+ bankAccountNo,
73
+ bankOwner,
74
+ supplyAmount,
75
+ vat,
76
+ memPart,
77
+ memAddr,
78
+ memFax,
79
+ joinBidCount,
80
+ joinDate,
81
+ negoBidPoint,
82
+ negoTechPoint,
83
+ negoResultPoint,
84
+ negoJoinCompleteYn,
85
+ };
86
+ ```
87
+
88
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -8,37 +8,6 @@ Name | Type | Description | Notes
8
8
  **bidId** | **string** | 공고 식별자. | [default to undefined]
9
9
  **bidPuchaseNo** | **string** | 발주처 지정 조달번호 (V5 bid_puchase_no). 외부 ERP 가 등록 시 보낸 PO 번호. 미설정 시 null. | [optional] [default to undefined]
10
10
  **status** | [**BidStatus**](BidStatus.md) | 공고 상태 코드. V5 /entendrec 은 A(진행중)/B(마감)/C(낙찰·계약진행)/E(유찰) 4종을 문서화했으나, V6 는 D(계약완료)/R(임시저장)을 더한 6종 superset 을 그대로 내려준다 — V5 호환 ERP 는 D 를 C 의 후속 단계로, R 은 미발행 초안으로 처리할 것(코드 매핑 없이 raw 통과). | [default to undefined]
11
- **buyType** | **string** | 발주유형 코드 (V5 buy_type). raw passthrough. | [optional] [default to undefined]
12
- **buyDesc** | **string** | 공고 설명 (V5 buy_desc). raw text. | [optional] [default to undefined]
13
- **buySDay** | **string** | 공고 시작일시 (V5 buy_s_day, \&quot;YYYY-MM-DD HH:MM:SS\&quot;). | [optional] [default to undefined]
14
- **buyEDay** | **string** | 공고 종료일시 (V5 buy_e_day, \&quot;YYYY-MM-DD HH:MM:SS\&quot;). | [optional] [default to undefined]
15
- **priceOpen** | **string** | 가격공개 방식 (V5 price_open). RAW A/B — Y/N 변환 없음. | [optional] [default to undefined]
16
- **buyMethod** | **string** | 입찰방식 (V5 buy_method, raw Y/N). | [optional] [default to undefined]
17
- **contract** | **string** | 계약유형 (V5 contract, raw A..I). | [optional] [default to undefined]
18
- **buyStyle** | **string** | 공고형태 (V5 buy_style, raw A/B/C1/C2). | [optional] [default to undefined]
19
- **memberId** | **string** | 발주처 회원 ID (V5 member_id). raw passthrough. | [optional] [default to undefined]
20
- **gjyOk** | **string** | 검수 승인 여부 (V5 gjy_ok). raw passthrough. | [optional] [default to undefined]
21
- **buyDeliMethod** | **string** | 납품방법 (V5 buy_deli_method). raw passthrough. | [optional] [default to undefined]
22
- **buyDeliDayType** | **string** | 납품기한 유형 (V5 buy_deli_day_type). raw passthrough. | [optional] [default to undefined]
23
- **buyDeliDayPeriod** | **string** | 납품기한 기간 (V5 buy_deli_day_period). raw passthrough. | [optional] [default to undefined]
24
- **buyDeliLocation** | **string** | 납품장소 (V5 buy_deli_location). raw passthrough. | [optional] [default to undefined]
25
- **buyPaymethod** | **string** | 결제방법 (V5 buy_paymethod). raw passthrough. | [optional] [default to undefined]
26
- **buyPayday** | **string** | 결제일 (V5 buy_payday). raw passthrough. | [optional] [default to undefined]
27
- **fName** | **string** | 발주처 담당 파일명 (V5 f_name). raw passthrough. | [optional] [default to undefined]
28
- **precondition** | **string** | 사전조건/제한사항 (V5 precondition). raw passthrough. | [optional] [default to undefined]
29
- **buyPaper** | **string** | 공고문 첨부 식별자 (V5 buy_paper). raw passthrough. | [optional] [default to undefined]
30
- **buyContact** | **string** | 발주 담당자명 (V5 buy_contact). raw passthrough. | [optional] [default to undefined]
31
- **buyContactTel** | **string** | 발주 담당자 연락처 (V5 buy_contact_tel). raw passthrough. | [optional] [default to undefined]
32
- **buyContactEmail** | **string** | 발주 담당자 이메일 (V5 buy_contact_email). raw passthrough. | [optional] [default to undefined]
33
- **memCom** | **string** | 발주처 상호 (V5 mem_com). raw passthrough. | [optional] [default to undefined]
34
- **memPart** | **string** | 발주처 부서 (V5 mem_part). raw passthrough. | [optional] [default to undefined]
35
- **memName** | **string** | 발주처 담당자명 (V5 mem_name). raw passthrough. | [optional] [default to undefined]
36
- **memTel** | **string** | 발주처 담당자 연락처 (V5 mem_tel). raw passthrough. | [optional] [default to undefined]
37
- **memFax** | **string** | 발주처 담당자 팩스 (V5 mem_fax). raw passthrough. | [optional] [default to undefined]
38
- **memEmail** | **string** | 발주처 담당자 이메일 (V5 mem_email). raw passthrough. | [optional] [default to undefined]
39
- **buyDate** | **string** | 공고 등록일시 (V5 buy_date, \&quot;YYYY-MM-DD HH:MM:SS\&quot;). | [optional] [default to undefined]
40
- **buyUpdateDate** | **string** | 공고 수정일시 (V5 buy_update_date, \&quot;YYYY-MM-DD HH:MM:SS\&quot;). | [optional] [default to undefined]
41
- **negoCompleteYn** | **string** | 협상완료 여부 (V5 nego_complete_yn). raw passthrough. | [optional] [default to undefined]
42
11
  **participants** | [**Array&lt;BidResultParticipantDto&gt;**](BidResultParticipantDto.md) | 참여(투찰) 업체 목록. 가격/신원은 backend 매트릭스 적용 결과. | [default to undefined]
43
12
 
44
13
  ## Example
@@ -50,37 +19,6 @@ const instance: BidResultsResponseDto = {
50
19
  bidId,
51
20
  bidPuchaseNo,
52
21
  status,
53
- buyType,
54
- buyDesc,
55
- buySDay,
56
- buyEDay,
57
- priceOpen,
58
- buyMethod,
59
- contract,
60
- buyStyle,
61
- memberId,
62
- gjyOk,
63
- buyDeliMethod,
64
- buyDeliDayType,
65
- buyDeliDayPeriod,
66
- buyDeliLocation,
67
- buyPaymethod,
68
- buyPayday,
69
- fName,
70
- precondition,
71
- buyPaper,
72
- buyContact,
73
- buyContactTel,
74
- buyContactEmail,
75
- memCom,
76
- memPart,
77
- memName,
78
- memTel,
79
- memFax,
80
- memEmail,
81
- buyDate,
82
- buyUpdateDate,
83
- negoCompleteYn,
84
22
  participants,
85
23
  };
86
24
  ```
@@ -0,0 +1,88 @@
1
+ # BidResultsV1ResponseDto
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **bidId** | **string** | 공고 식별자. | [default to undefined]
9
+ **bidPuchaseNo** | **string** | 발주처 지정 조달번호 (V5 bid_puchase_no). 외부 ERP 가 등록 시 보낸 PO 번호. 미설정 시 null. | [optional] [default to undefined]
10
+ **status** | [**BidStatus**](BidStatus.md) | 공고 상태 코드. V5 /entendrec 은 A(진행중)/B(마감)/C(낙찰·계약진행)/E(유찰) 4종을 문서화했으나, V6 는 D(계약완료)/R(임시저장)을 더한 6종 superset 을 그대로 내려준다 — V5 호환 ERP 는 D 를 C 의 후속 단계로, R 은 미발행 초안으로 처리할 것(코드 매핑 없이 raw 통과). | [default to undefined]
11
+ **buyType** | **string** | 발주유형 코드 (V5 buy_type). raw passthrough. | [optional] [default to undefined]
12
+ **buyDesc** | **string** | 공고 설명 (V5 buy_desc). raw text. | [optional] [default to undefined]
13
+ **buySDay** | **string** | 공고 시작일시 (V5 buy_s_day, \&quot;YYYY-MM-DD HH:MM:SS\&quot;). | [optional] [default to undefined]
14
+ **buyEDay** | **string** | 공고 종료일시 (V5 buy_e_day, \&quot;YYYY-MM-DD HH:MM:SS\&quot;). | [optional] [default to undefined]
15
+ **priceOpen** | **string** | 가격공개 방식 (V5 price_open). RAW A/B — Y/N 변환 없음. | [optional] [default to undefined]
16
+ **buyMethod** | **string** | 입찰방식 (V5 buy_method, raw Y/N). | [optional] [default to undefined]
17
+ **contract** | **string** | 계약유형 (V5 contract, raw A..I). | [optional] [default to undefined]
18
+ **buyStyle** | **string** | 공고형태 (V5 buy_style, raw A/B/C1/C2). | [optional] [default to undefined]
19
+ **memberId** | **string** | 발주처 회원 ID (V5 member_id). raw passthrough. | [optional] [default to undefined]
20
+ **gjyOk** | **string** | 검수 승인 여부 (V5 gjy_ok). raw passthrough. | [optional] [default to undefined]
21
+ **buyDeliMethod** | **string** | 납품방법 (V5 buy_deli_method). raw passthrough. | [optional] [default to undefined]
22
+ **buyDeliDayType** | **string** | 납품기한 유형 (V5 buy_deli_day_type). raw passthrough. | [optional] [default to undefined]
23
+ **buyDeliDayPeriod** | **string** | 납품기한 기간 (V5 buy_deli_day_period). raw passthrough. | [optional] [default to undefined]
24
+ **buyDeliLocation** | **string** | 납품장소 (V5 buy_deli_location). raw passthrough. | [optional] [default to undefined]
25
+ **buyPaymethod** | **string** | 결제방법 (V5 buy_paymethod). raw passthrough. | [optional] [default to undefined]
26
+ **buyPayday** | **string** | 결제일 (V5 buy_payday). raw passthrough. | [optional] [default to undefined]
27
+ **fName** | **string** | 발주처 담당 파일명 (V5 f_name). raw passthrough. | [optional] [default to undefined]
28
+ **precondition** | **string** | 사전조건/제한사항 (V5 precondition). raw passthrough. | [optional] [default to undefined]
29
+ **buyPaper** | **string** | 공고문 첨부 식별자 (V5 buy_paper). raw passthrough. | [optional] [default to undefined]
30
+ **buyContact** | **string** | 발주 담당자명 (V5 buy_contact). raw passthrough. | [optional] [default to undefined]
31
+ **buyContactTel** | **string** | 발주 담당자 연락처 (V5 buy_contact_tel). raw passthrough. | [optional] [default to undefined]
32
+ **buyContactEmail** | **string** | 발주 담당자 이메일 (V5 buy_contact_email). raw passthrough. | [optional] [default to undefined]
33
+ **memCom** | **string** | 발주처 상호 (V5 mem_com). raw passthrough. | [optional] [default to undefined]
34
+ **memPart** | **string** | 발주처 부서 (V5 mem_part). raw passthrough. | [optional] [default to undefined]
35
+ **memName** | **string** | 발주처 담당자명 (V5 mem_name). raw passthrough. | [optional] [default to undefined]
36
+ **memTel** | **string** | 발주처 담당자 연락처 (V5 mem_tel). raw passthrough. | [optional] [default to undefined]
37
+ **memFax** | **string** | 발주처 담당자 팩스 (V5 mem_fax). raw passthrough. | [optional] [default to undefined]
38
+ **memEmail** | **string** | 발주처 담당자 이메일 (V5 mem_email). raw passthrough. | [optional] [default to undefined]
39
+ **buyDate** | **string** | 공고 등록일시 (V5 buy_date, \&quot;YYYY-MM-DD HH:MM:SS\&quot;). | [optional] [default to undefined]
40
+ **buyUpdateDate** | **string** | 공고 수정일시 (V5 buy_update_date, \&quot;YYYY-MM-DD HH:MM:SS\&quot;). | [optional] [default to undefined]
41
+ **negoCompleteYn** | **string** | 협상완료 여부 (V5 nego_complete_yn). raw passthrough. | [optional] [default to undefined]
42
+ **participants** | [**Array&lt;BidResultV1ParticipantDto&gt;**](BidResultV1ParticipantDto.md) | 참여(투찰) 업체 목록. 가격/신원은 backend 매트릭스 적용 결과. | [default to undefined]
43
+
44
+ ## Example
45
+
46
+ ```typescript
47
+ import { BidResultsV1ResponseDto } from '@cmarket/partner-sdk';
48
+
49
+ const instance: BidResultsV1ResponseDto = {
50
+ bidId,
51
+ bidPuchaseNo,
52
+ status,
53
+ buyType,
54
+ buyDesc,
55
+ buySDay,
56
+ buyEDay,
57
+ priceOpen,
58
+ buyMethod,
59
+ contract,
60
+ buyStyle,
61
+ memberId,
62
+ gjyOk,
63
+ buyDeliMethod,
64
+ buyDeliDayType,
65
+ buyDeliDayPeriod,
66
+ buyDeliLocation,
67
+ buyPaymethod,
68
+ buyPayday,
69
+ fName,
70
+ precondition,
71
+ buyPaper,
72
+ buyContact,
73
+ buyContactTel,
74
+ buyContactEmail,
75
+ memCom,
76
+ memPart,
77
+ memName,
78
+ memTel,
79
+ memFax,
80
+ memEmail,
81
+ buyDate,
82
+ buyUpdateDate,
83
+ negoCompleteYn,
84
+ participants,
85
+ };
86
+ ```
87
+
88
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -23,7 +23,6 @@ Name | Type | Description | Notes
23
23
  **negotiationStandardRatio** | **number** | 기준금액비율 (negotiationStandard&#x3D;C 필수). 60/70/80 중 하나. | [optional] [default to undefined]
24
24
  **qualificationStyle** | **string** | 참가자격 유형. A&#x3D;전국경쟁, C1&#x3D;광역시도 지역제한, C2&#x3D;시군구 지역제한. B(지명경쟁)는 nominee 목록 필드 추가 전까지 미지원. backend BidQualificationStyle mirror. | [optional] [default to undefined]
25
25
  **selectedRegions** | [**Array&lt;HierarchicalRegionDto&gt;**](HierarchicalRegionDto.md) | 지역제한 지역 목록 (qualificationStyle&#x3D;C1/C2 시 사용). | [optional] [default to undefined]
26
- **licenses** | **Array&lt;string&gt;** | 면허 코드 목록. | [optional] [default to undefined]
27
26
  **requiredLicenses** | **Array&lt;string&gt;** | 필수 면허 코드 목록. | [optional] [default to undefined]
28
27
  **preconditionDesc** | **string** | 자격조건 추가 기입 (최대 1000자). | [optional] [default to undefined]
29
28
  **preconditions** | [**PreconditionsDto**](PreconditionsDto.md) | precondition 구조체. 조건 토큰 트리를 modern 명으로 표현. ACL이 backend conditions bag 으로 변환. | [optional] [default to undefined]
@@ -73,7 +72,6 @@ const instance: CreateBidRequestDto = {
73
72
  negotiationStandardRatio,
74
73
  qualificationStyle,
75
74
  selectedRegions,
76
- licenses,
77
75
  requiredLicenses,
78
76
  preconditionDesc,
79
77
  preconditions,