@cmarket/partner-sdk 9.5.0 → 9.7.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 (361) hide show
  1. package/README.md +14 -4
  2. package/api/oauth-api.ts +1 -1
  3. package/api/partner-v1-api.ts +1 -1
  4. package/api/partner-v2-api.ts +353 -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 +1 -1
  12. package/dist/api/partner-v1-api.js +1 -1
  13. package/dist/api/partner-v2-api.d.ts +159 -1
  14. package/dist/api/partner-v2-api.js +329 -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 +1 -1
  26. package/dist/esm/api/partner-v1-api.js +1 -1
  27. package/dist/esm/api/partner-v2-api.d.ts +159 -1
  28. package/dist/esm/api/partner-v2-api.js +329 -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 -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 +1 -1
  66. package/dist/esm/models/bid-result-v1-attachment-dto.js +1 -1
  67. package/dist/esm/models/bid-result-v1-bid-product-info-dto.d.ts +1 -1
  68. package/dist/esm/models/bid-result-v1-bid-product-info-dto.js +1 -1
  69. package/dist/esm/models/bid-result-v1-participant-dto.d.ts +1 -1
  70. package/dist/esm/models/bid-result-v1-participant-dto.js +1 -1
  71. package/dist/esm/models/bid-result-v1-product-dto.d.ts +1 -1
  72. package/dist/esm/models/bid-result-v1-product-dto.js +1 -1
  73. package/dist/esm/models/bid-results-batch-request-dto.d.ts +1 -1
  74. package/dist/esm/models/bid-results-batch-request-dto.js +1 -1
  75. package/dist/esm/models/bid-results-response-dto.d.ts +1 -1
  76. package/dist/esm/models/bid-results-response-dto.js +1 -1
  77. package/dist/esm/models/bid-results-v1-response-dto.d.ts +1 -1
  78. package/dist/esm/models/bid-results-v1-response-dto.js +1 -1
  79. package/dist/esm/models/bid-settlement-line-item-dto.d.ts +1 -1
  80. package/dist/esm/models/bid-settlement-line-item-dto.js +1 -1
  81. package/dist/esm/models/bid-settlement-participant-dto.d.ts +1 -1
  82. package/dist/esm/models/bid-settlement-participant-dto.js +1 -1
  83. package/dist/esm/models/bid-settlement-response-dto.d.ts +1 -1
  84. package/dist/esm/models/bid-settlement-response-dto.js +1 -1
  85. package/dist/esm/models/bid-statement-response-dto.d.ts +1 -1
  86. package/dist/esm/models/bid-statement-response-dto.js +1 -1
  87. package/dist/esm/models/bid-statement-v1-response-dto.d.ts +1 -1
  88. package/dist/esm/models/bid-statement-v1-response-dto.js +1 -1
  89. package/dist/esm/models/bid-status.d.ts +1 -1
  90. package/dist/esm/models/bid-status.js +1 -1
  91. package/dist/esm/models/bid-updated-response-dto.d.ts +17 -0
  92. package/dist/esm/models/bid-updated-response-dto.js +14 -0
  93. package/dist/esm/models/complete-acceptance-request-dto.d.ts +1 -1
  94. package/dist/esm/models/complete-acceptance-request-dto.js +1 -1
  95. package/dist/esm/models/complete-acceptance-v1-request-dto.d.ts +1 -1
  96. package/dist/esm/models/complete-acceptance-v1-request-dto.js +1 -1
  97. package/dist/esm/models/contract-document-item-dto.d.ts +5 -1
  98. package/dist/esm/models/contract-document-item-dto.js +1 -1
  99. package/dist/esm/models/contract-documents-regenerated-response-dto.d.ts +21 -0
  100. package/dist/esm/models/contract-documents-regenerated-response-dto.js +14 -0
  101. package/dist/esm/models/create-bid-request-dto.d.ts +1 -1
  102. package/dist/esm/models/create-bid-request-dto.js +1 -1
  103. package/dist/esm/models/create-bid-v1-request-dto.d.ts +1 -1
  104. package/dist/esm/models/create-bid-v1-request-dto.js +1 -1
  105. package/dist/esm/models/embed-launch-request-dto.d.ts +5 -1
  106. package/dist/esm/models/embed-launch-request-dto.js +1 -1
  107. package/dist/esm/models/embed-launch-response-dto.d.ts +1 -1
  108. package/dist/esm/models/embed-launch-response-dto.js +1 -1
  109. package/dist/esm/models/file-uploaded-response-dto.d.ts +1 -1
  110. package/dist/esm/models/file-uploaded-response-dto.js +1 -1
  111. package/dist/esm/models/health-response-dto.d.ts +1 -1
  112. package/dist/esm/models/health-response-dto.js +1 -1
  113. package/dist/esm/models/hierarchical-region-dto.d.ts +1 -1
  114. package/dist/esm/models/hierarchical-region-dto.js +1 -1
  115. package/dist/esm/models/index.d.ts +6 -0
  116. package/dist/esm/models/index.js +6 -0
  117. package/dist/esm/models/invoice-completed-response-dto.d.ts +17 -0
  118. package/dist/esm/models/invoice-completed-response-dto.js +14 -0
  119. package/dist/esm/models/issue-tax-invoice-request-dto.d.ts +17 -0
  120. package/dist/esm/models/issue-tax-invoice-request-dto.js +14 -0
  121. package/dist/esm/models/mark-bid-failed-request-dto.d.ts +1 -1
  122. package/dist/esm/models/mark-bid-failed-request-dto.js +1 -1
  123. package/dist/esm/models/mark-bid-failed-v1-request-dto.d.ts +1 -1
  124. package/dist/esm/models/mark-bid-failed-v1-request-dto.js +1 -1
  125. package/dist/esm/models/negotiation-score-v1-dto.d.ts +1 -1
  126. package/dist/esm/models/negotiation-score-v1-dto.js +1 -1
  127. package/dist/esm/models/negotiation-scored-response-dto.d.ts +1 -1
  128. package/dist/esm/models/negotiation-scored-response-dto.js +1 -1
  129. package/dist/esm/models/oauth-error-response-dto.d.ts +1 -1
  130. package/dist/esm/models/oauth-error-response-dto.js +1 -1
  131. package/dist/esm/models/preconditions-dto.d.ts +1 -1
  132. package/dist/esm/models/preconditions-dto.js +1 -1
  133. package/dist/esm/models/problem-details-dto.d.ts +1 -1
  134. package/dist/esm/models/problem-details-dto.js +1 -1
  135. package/dist/esm/models/register-award-request-dto.d.ts +1 -1
  136. package/dist/esm/models/register-award-request-dto.js +1 -1
  137. package/dist/esm/models/register-award-v1-request-dto.d.ts +1 -1
  138. package/dist/esm/models/register-award-v1-request-dto.js +1 -1
  139. package/dist/esm/models/request-split-invoice-request-dto.d.ts +1 -1
  140. package/dist/esm/models/request-split-invoice-request-dto.js +1 -1
  141. package/dist/esm/models/split-invoice-response-dto.d.ts +1 -1
  142. package/dist/esm/models/split-invoice-response-dto.js +1 -1
  143. package/dist/esm/models/statement-document-dto.d.ts +1 -1
  144. package/dist/esm/models/statement-document-dto.js +1 -1
  145. package/dist/esm/models/statement-product-dto.d.ts +1 -1
  146. package/dist/esm/models/statement-product-dto.js +1 -1
  147. package/dist/esm/models/statement-v1-document-dto.d.ts +1 -1
  148. package/dist/esm/models/statement-v1-document-dto.js +1 -1
  149. package/dist/esm/models/statement-v1-product-dto.d.ts +1 -1
  150. package/dist/esm/models/statement-v1-product-dto.js +1 -1
  151. package/dist/esm/models/submit-negotiation-scores-v1-request-dto.d.ts +1 -1
  152. package/dist/esm/models/submit-negotiation-scores-v1-request-dto.js +1 -1
  153. package/dist/esm/models/tax-invoice-issued-response-dto.d.ts +33 -0
  154. package/dist/esm/models/tax-invoice-issued-response-dto.js +14 -0
  155. package/dist/esm/models/token-request-dto.d.ts +1 -1
  156. package/dist/esm/models/token-request-dto.js +1 -1
  157. package/dist/esm/models/token-response-dto.d.ts +1 -1
  158. package/dist/esm/models/token-response-dto.js +1 -1
  159. package/dist/esm/models/update-bid-request-dto.d.ts +304 -0
  160. package/dist/esm/models/update-bid-request-dto.js +112 -0
  161. package/dist/esm/models/upload-file-request-dto.d.ts +1 -1
  162. package/dist/esm/models/upload-file-request-dto.js +1 -1
  163. package/dist/index.d.ts +1 -1
  164. package/dist/index.js +1 -1
  165. package/dist/models/acceptance-result-response-dto.d.ts +1 -1
  166. package/dist/models/acceptance-result-response-dto.js +1 -1
  167. package/dist/models/award-registered-response-dto.d.ts +1 -1
  168. package/dist/models/award-registered-response-dto.js +1 -1
  169. package/dist/models/bid-bond-dto.d.ts +1 -1
  170. package/dist/models/bid-bond-dto.js +1 -1
  171. package/dist/models/bid-contract-documents-batch-request-dto.d.ts +1 -1
  172. package/dist/models/bid-contract-documents-batch-request-dto.js +1 -1
  173. package/dist/models/bid-contract-documents-response-dto.d.ts +1 -1
  174. package/dist/models/bid-contract-documents-response-dto.js +1 -1
  175. package/dist/models/bid-created-response-dto.d.ts +1 -1
  176. package/dist/models/bid-created-response-dto.js +1 -1
  177. package/dist/models/bid-document-dto.d.ts +1 -1
  178. package/dist/models/bid-document-dto.js +1 -1
  179. package/dist/models/bid-failed-response-dto.d.ts +1 -1
  180. package/dist/models/bid-failed-response-dto.js +1 -1
  181. package/dist/models/bid-failure-reason.d.ts +1 -1
  182. package/dist/models/bid-failure-reason.js +1 -1
  183. package/dist/models/bid-item-dto.d.ts +1 -1
  184. package/dist/models/bid-item-dto.js +1 -1
  185. package/dist/models/bid-manager-dto.d.ts +1 -1
  186. package/dist/models/bid-manager-dto.js +1 -1
  187. package/dist/models/bid-result-participant-attachment-dto.d.ts +1 -1
  188. package/dist/models/bid-result-participant-attachment-dto.js +1 -1
  189. package/dist/models/bid-result-participant-dto.d.ts +1 -1
  190. package/dist/models/bid-result-participant-dto.js +1 -1
  191. package/dist/models/bid-result-v1-attachment-dto.d.ts +1 -1
  192. package/dist/models/bid-result-v1-attachment-dto.js +1 -1
  193. package/dist/models/bid-result-v1-bid-product-info-dto.d.ts +1 -1
  194. package/dist/models/bid-result-v1-bid-product-info-dto.js +1 -1
  195. package/dist/models/bid-result-v1-participant-dto.d.ts +1 -1
  196. package/dist/models/bid-result-v1-participant-dto.js +1 -1
  197. package/dist/models/bid-result-v1-product-dto.d.ts +1 -1
  198. package/dist/models/bid-result-v1-product-dto.js +1 -1
  199. package/dist/models/bid-results-batch-request-dto.d.ts +1 -1
  200. package/dist/models/bid-results-batch-request-dto.js +1 -1
  201. package/dist/models/bid-results-response-dto.d.ts +1 -1
  202. package/dist/models/bid-results-response-dto.js +1 -1
  203. package/dist/models/bid-results-v1-response-dto.d.ts +1 -1
  204. package/dist/models/bid-results-v1-response-dto.js +1 -1
  205. package/dist/models/bid-settlement-line-item-dto.d.ts +1 -1
  206. package/dist/models/bid-settlement-line-item-dto.js +1 -1
  207. package/dist/models/bid-settlement-participant-dto.d.ts +1 -1
  208. package/dist/models/bid-settlement-participant-dto.js +1 -1
  209. package/dist/models/bid-settlement-response-dto.d.ts +1 -1
  210. package/dist/models/bid-settlement-response-dto.js +1 -1
  211. package/dist/models/bid-statement-response-dto.d.ts +1 -1
  212. package/dist/models/bid-statement-response-dto.js +1 -1
  213. package/dist/models/bid-statement-v1-response-dto.d.ts +1 -1
  214. package/dist/models/bid-statement-v1-response-dto.js +1 -1
  215. package/dist/models/bid-status.d.ts +1 -1
  216. package/dist/models/bid-status.js +1 -1
  217. package/dist/models/bid-updated-response-dto.d.ts +17 -0
  218. package/dist/models/bid-updated-response-dto.js +15 -0
  219. package/dist/models/complete-acceptance-request-dto.d.ts +1 -1
  220. package/dist/models/complete-acceptance-request-dto.js +1 -1
  221. package/dist/models/complete-acceptance-v1-request-dto.d.ts +1 -1
  222. package/dist/models/complete-acceptance-v1-request-dto.js +1 -1
  223. package/dist/models/contract-document-item-dto.d.ts +5 -1
  224. package/dist/models/contract-document-item-dto.js +1 -1
  225. package/dist/models/contract-documents-regenerated-response-dto.d.ts +21 -0
  226. package/dist/models/contract-documents-regenerated-response-dto.js +15 -0
  227. package/dist/models/create-bid-request-dto.d.ts +1 -1
  228. package/dist/models/create-bid-request-dto.js +1 -1
  229. package/dist/models/create-bid-v1-request-dto.d.ts +1 -1
  230. package/dist/models/create-bid-v1-request-dto.js +1 -1
  231. package/dist/models/embed-launch-request-dto.d.ts +5 -1
  232. package/dist/models/embed-launch-request-dto.js +1 -1
  233. package/dist/models/embed-launch-response-dto.d.ts +1 -1
  234. package/dist/models/embed-launch-response-dto.js +1 -1
  235. package/dist/models/file-uploaded-response-dto.d.ts +1 -1
  236. package/dist/models/file-uploaded-response-dto.js +1 -1
  237. package/dist/models/health-response-dto.d.ts +1 -1
  238. package/dist/models/health-response-dto.js +1 -1
  239. package/dist/models/hierarchical-region-dto.d.ts +1 -1
  240. package/dist/models/hierarchical-region-dto.js +1 -1
  241. package/dist/models/index.d.ts +6 -0
  242. package/dist/models/index.js +6 -0
  243. package/dist/models/invoice-completed-response-dto.d.ts +17 -0
  244. package/dist/models/invoice-completed-response-dto.js +15 -0
  245. package/dist/models/issue-tax-invoice-request-dto.d.ts +17 -0
  246. package/dist/models/issue-tax-invoice-request-dto.js +15 -0
  247. package/dist/models/mark-bid-failed-request-dto.d.ts +1 -1
  248. package/dist/models/mark-bid-failed-request-dto.js +1 -1
  249. package/dist/models/mark-bid-failed-v1-request-dto.d.ts +1 -1
  250. package/dist/models/mark-bid-failed-v1-request-dto.js +1 -1
  251. package/dist/models/negotiation-score-v1-dto.d.ts +1 -1
  252. package/dist/models/negotiation-score-v1-dto.js +1 -1
  253. package/dist/models/negotiation-scored-response-dto.d.ts +1 -1
  254. package/dist/models/negotiation-scored-response-dto.js +1 -1
  255. package/dist/models/oauth-error-response-dto.d.ts +1 -1
  256. package/dist/models/oauth-error-response-dto.js +1 -1
  257. package/dist/models/preconditions-dto.d.ts +1 -1
  258. package/dist/models/preconditions-dto.js +1 -1
  259. package/dist/models/problem-details-dto.d.ts +1 -1
  260. package/dist/models/problem-details-dto.js +1 -1
  261. package/dist/models/register-award-request-dto.d.ts +1 -1
  262. package/dist/models/register-award-request-dto.js +1 -1
  263. package/dist/models/register-award-v1-request-dto.d.ts +1 -1
  264. package/dist/models/register-award-v1-request-dto.js +1 -1
  265. package/dist/models/request-split-invoice-request-dto.d.ts +1 -1
  266. package/dist/models/request-split-invoice-request-dto.js +1 -1
  267. package/dist/models/split-invoice-response-dto.d.ts +1 -1
  268. package/dist/models/split-invoice-response-dto.js +1 -1
  269. package/dist/models/statement-document-dto.d.ts +1 -1
  270. package/dist/models/statement-document-dto.js +1 -1
  271. package/dist/models/statement-product-dto.d.ts +1 -1
  272. package/dist/models/statement-product-dto.js +1 -1
  273. package/dist/models/statement-v1-document-dto.d.ts +1 -1
  274. package/dist/models/statement-v1-document-dto.js +1 -1
  275. package/dist/models/statement-v1-product-dto.d.ts +1 -1
  276. package/dist/models/statement-v1-product-dto.js +1 -1
  277. package/dist/models/submit-negotiation-scores-v1-request-dto.d.ts +1 -1
  278. package/dist/models/submit-negotiation-scores-v1-request-dto.js +1 -1
  279. package/dist/models/tax-invoice-issued-response-dto.d.ts +33 -0
  280. package/dist/models/tax-invoice-issued-response-dto.js +15 -0
  281. package/dist/models/token-request-dto.d.ts +1 -1
  282. package/dist/models/token-request-dto.js +1 -1
  283. package/dist/models/token-response-dto.d.ts +1 -1
  284. package/dist/models/token-response-dto.js +1 -1
  285. package/dist/models/update-bid-request-dto.d.ts +304 -0
  286. package/dist/models/update-bid-request-dto.js +115 -0
  287. package/dist/models/upload-file-request-dto.d.ts +1 -1
  288. package/dist/models/upload-file-request-dto.js +1 -1
  289. package/docs/BidUpdatedResponseDto.md +20 -0
  290. package/docs/ContractDocumentItemDto.md +2 -0
  291. package/docs/ContractDocumentsRegeneratedResponseDto.md +22 -0
  292. package/docs/EmbedLaunchRequestDto.md +2 -0
  293. package/docs/InvoiceCompletedResponseDto.md +20 -0
  294. package/docs/IssueTaxInvoiceRequestDto.md +20 -0
  295. package/docs/PartnerV2Api.md +260 -0
  296. package/docs/TaxInvoiceIssuedResponseDto.md +28 -0
  297. package/docs/UpdateBidRequestDto.md +102 -0
  298. package/index.ts +1 -1
  299. package/models/acceptance-result-response-dto.ts +1 -1
  300. package/models/award-registered-response-dto.ts +1 -1
  301. package/models/bid-bond-dto.ts +1 -1
  302. package/models/bid-contract-documents-batch-request-dto.ts +1 -1
  303. package/models/bid-contract-documents-response-dto.ts +1 -1
  304. package/models/bid-created-response-dto.ts +1 -1
  305. package/models/bid-document-dto.ts +1 -1
  306. package/models/bid-failed-response-dto.ts +1 -1
  307. package/models/bid-failure-reason.ts +1 -1
  308. package/models/bid-item-dto.ts +1 -1
  309. package/models/bid-manager-dto.ts +1 -1
  310. package/models/bid-result-participant-attachment-dto.ts +1 -1
  311. package/models/bid-result-participant-dto.ts +1 -1
  312. package/models/bid-result-v1-attachment-dto.ts +1 -1
  313. package/models/bid-result-v1-bid-product-info-dto.ts +1 -1
  314. package/models/bid-result-v1-participant-dto.ts +1 -1
  315. package/models/bid-result-v1-product-dto.ts +1 -1
  316. package/models/bid-results-batch-request-dto.ts +1 -1
  317. package/models/bid-results-response-dto.ts +1 -1
  318. package/models/bid-results-v1-response-dto.ts +1 -1
  319. package/models/bid-settlement-line-item-dto.ts +1 -1
  320. package/models/bid-settlement-participant-dto.ts +1 -1
  321. package/models/bid-settlement-response-dto.ts +1 -1
  322. package/models/bid-statement-response-dto.ts +1 -1
  323. package/models/bid-statement-v1-response-dto.ts +1 -1
  324. package/models/bid-status.ts +1 -1
  325. package/models/bid-updated-response-dto.ts +23 -0
  326. package/models/complete-acceptance-request-dto.ts +1 -1
  327. package/models/complete-acceptance-v1-request-dto.ts +1 -1
  328. package/models/contract-document-item-dto.ts +5 -1
  329. package/models/contract-documents-regenerated-response-dto.ts +27 -0
  330. package/models/create-bid-request-dto.ts +1 -1
  331. package/models/create-bid-v1-request-dto.ts +1 -1
  332. package/models/embed-launch-request-dto.ts +5 -1
  333. package/models/embed-launch-response-dto.ts +1 -1
  334. package/models/file-uploaded-response-dto.ts +1 -1
  335. package/models/health-response-dto.ts +1 -1
  336. package/models/hierarchical-region-dto.ts +1 -1
  337. package/models/index.ts +6 -0
  338. package/models/invoice-completed-response-dto.ts +23 -0
  339. package/models/issue-tax-invoice-request-dto.ts +23 -0
  340. package/models/mark-bid-failed-request-dto.ts +1 -1
  341. package/models/mark-bid-failed-v1-request-dto.ts +1 -1
  342. package/models/negotiation-score-v1-dto.ts +1 -1
  343. package/models/negotiation-scored-response-dto.ts +1 -1
  344. package/models/oauth-error-response-dto.ts +1 -1
  345. package/models/preconditions-dto.ts +1 -1
  346. package/models/problem-details-dto.ts +1 -1
  347. package/models/register-award-request-dto.ts +1 -1
  348. package/models/register-award-v1-request-dto.ts +1 -1
  349. package/models/request-split-invoice-request-dto.ts +1 -1
  350. package/models/split-invoice-response-dto.ts +1 -1
  351. package/models/statement-document-dto.ts +1 -1
  352. package/models/statement-product-dto.ts +1 -1
  353. package/models/statement-v1-document-dto.ts +1 -1
  354. package/models/statement-v1-product-dto.ts +1 -1
  355. package/models/submit-negotiation-scores-v1-request-dto.ts +1 -1
  356. package/models/tax-invoice-issued-response-dto.ts +39 -0
  357. package/models/token-request-dto.ts +1 -1
  358. package/models/token-response-dto.ts +1 -1
  359. package/models/update-bid-request-dto.ts +341 -0
  360. package/models/upload-file-request-dto.ts +1 -1
  361. package/package.json +1 -1
@@ -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: 9.5.0
5
+ * The version of the OpenAPI document: 9.7.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: 9.5.0
8
+ * The version of the OpenAPI document: 9.7.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: 9.5.0
5
+ * The version of the OpenAPI document: 9.7.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: 9.5.0
8
+ * The version of the OpenAPI document: 9.7.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: 9.5.0
5
+ * The version of the OpenAPI document: 9.7.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: 9.5.0
8
+ * The version of the OpenAPI document: 9.7.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: 9.5.0
5
+ * The version of the OpenAPI document: 9.7.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: 9.5.0
8
+ * The version of the OpenAPI document: 9.7.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: 9.5.0
5
+ * The version of the OpenAPI document: 9.7.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: 9.5.0
8
+ * The version of the OpenAPI document: 9.7.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: 9.5.0
5
+ * The version of the OpenAPI document: 9.7.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: 9.5.0
8
+ * The version of the OpenAPI document: 9.7.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: 9.5.0
5
+ * The version of the OpenAPI document: 9.7.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: 9.5.0
8
+ * The version of the OpenAPI document: 9.7.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: 9.5.0
5
+ * The version of the OpenAPI document: 9.7.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: 9.5.0
8
+ * The version of the OpenAPI document: 9.7.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: 9.5.0
5
+ * The version of the OpenAPI document: 9.7.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: 9.5.0
8
+ * The version of the OpenAPI document: 9.7.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: 9.5.0
5
+ * The version of the OpenAPI document: 9.7.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: 9.5.0
8
+ * The version of the OpenAPI document: 9.7.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: 9.5.0
5
+ * The version of the OpenAPI document: 9.7.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: 9.5.0
8
+ * The version of the OpenAPI document: 9.7.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: 9.5.0
5
+ * The version of the OpenAPI document: 9.7.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: 9.5.0
8
+ * The version of the OpenAPI document: 9.7.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: 9.5.0
5
+ * The version of the OpenAPI document: 9.7.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: 9.5.0
8
+ * The version of the OpenAPI document: 9.7.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: 9.5.0
5
+ * The version of the OpenAPI document: 9.7.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: 9.5.0
8
+ * The version of the OpenAPI document: 9.7.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: 9.5.0
5
+ * The version of the OpenAPI document: 9.7.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: 9.5.0
8
+ * The version of the OpenAPI document: 9.7.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: 9.5.0
5
+ * The version of the OpenAPI document: 9.7.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: 9.5.0
8
+ * The version of the OpenAPI document: 9.7.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: 9.5.0
5
+ * The version of the OpenAPI document: 9.7.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: 9.5.0
8
+ * The version of the OpenAPI document: 9.7.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: 9.5.0
5
+ * The version of the OpenAPI document: 9.7.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: 9.5.0
8
+ * The version of the OpenAPI document: 9.7.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: 9.5.0
5
+ * The version of the OpenAPI document: 9.7.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: 9.5.0
8
+ * The version of the OpenAPI document: 9.7.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: 9.5.0
5
+ * The version of the OpenAPI document: 9.7.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: 9.5.0
8
+ * The version of the OpenAPI document: 9.7.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: 9.5.0
5
+ * The version of the OpenAPI document: 9.7.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: 9.5.0
8
+ * The version of the OpenAPI document: 9.7.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: 9.5.0
5
+ * The version of the OpenAPI document: 9.7.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: 9.5.0
8
+ * The version of the OpenAPI document: 9.7.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: 9.5.0
5
+ * The version of the OpenAPI document: 9.7.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: 9.5.0
8
+ * The version of the OpenAPI document: 9.7.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: 9.5.0
5
+ * The version of the OpenAPI document: 9.7.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: 9.5.0
8
+ * The version of the OpenAPI document: 9.7.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).
@@ -0,0 +1,17 @@
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.7.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 BidUpdatedResponseDto {
13
+ /**
14
+ * 수정된 공고 번호.
15
+ */
16
+ 'bidNo': string;
17
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * CMARKET V6 Partner API
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
+ *
8
+ * The version of the OpenAPI document: 9.7.0
9
+ * Contact: semo.io.kr@gmail.com
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -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: 9.5.0
5
+ * The version of the OpenAPI document: 9.7.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: 9.5.0
8
+ * The version of the OpenAPI document: 9.7.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: 9.5.0
5
+ * The version of the OpenAPI document: 9.7.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: 9.5.0
8
+ * The version of the OpenAPI document: 9.7.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: 9.5.0
5
+ * The version of the OpenAPI document: 9.7.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).
@@ -10,6 +10,10 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  export interface ContractDocumentItemDto {
13
+ /**
14
+ * 공고 회차 시퀀스 (V5 b2b_buy.buy_seq — scsbidFile i_bseq). 미해소 시 null.
15
+ */
16
+ 'sequence': number | null;
13
17
  /**
14
18
  * 파일 순번/코드 (V5 entd_file_seq) — 위치 index 가 아니라 실코드. 날인문서는 11/12/13(회사직인·사업자등록증사본·입금통장사본), 서식은 b2b_paper_code 의 paper_code, 승낙사항 계열은 remap 후 4. 매 행 존재.
15
19
  */