@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
@@ -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).
@@ -19,10 +19,10 @@ import type { BidContractDocumentsResponseDto } from '../models';
19
19
  import type { BidCreatedResponseDto } from '../models';
20
20
  import type { BidFailedResponseDto } from '../models';
21
21
  import type { BidResultsBatchRequestDto } from '../models';
22
- import type { BidResultsResponseDto } from '../models';
22
+ import type { BidResultsV1ResponseDto } from '../models';
23
23
  import type { BidStatementResponseDto } from '../models';
24
24
  import type { CompleteAcceptanceRequestDto } from '../models';
25
- import type { CreateBidRequestDto } from '../models';
25
+ import type { CreateBidV1RequestDto } from '../models';
26
26
  import type { MarkBidFailedRequestDto } from '../models';
27
27
  import type { NegotiationScoredResponseDto } from '../models';
28
28
  import type { RegisterAwardRequestDto } from '../models';
@@ -86,11 +86,11 @@ export declare const PartnerV1ApiAxiosParamCreator: (configuration?: Configurati
86
86
  /**
87
87
  * V5 `scsbidSend`(type=B) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
88
88
  * @summary 입찰 정보 전송(등록) — V5 충실
89
- * @param {CreateBidRequestDto} createBidRequestDto
89
+ * @param {CreateBidV1RequestDto} createBidV1RequestDto
90
90
  * @param {*} [options] Override http request option.
91
91
  * @throws {RequiredError}
92
92
  */
93
- v1RegisterBid: (createBidRequestDto: CreateBidRequestDto, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
93
+ v1RegisterBid: (createBidV1RequestDto: CreateBidV1RequestDto, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
94
94
  /**
95
95
  * V5 `splitInvoiceRequest` 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
96
96
  * @summary 계산서 분할 발급 청구 — V5 충실
@@ -136,7 +136,7 @@ export declare const PartnerV1ApiFp: (configuration?: Configuration) => {
136
136
  * @param {*} [options] Override http request option.
137
137
  * @throws {RequiredError}
138
138
  */
139
- v1GetBidResultsBatch(bidResultsBatchRequestDto: BidResultsBatchRequestDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<BidResultsResponseDto>>>;
139
+ v1GetBidResultsBatch(bidResultsBatchRequestDto: BidResultsBatchRequestDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<BidResultsV1ResponseDto>>>;
140
140
  /**
141
141
  * V5 `/getGrm` 후속. 인증 = body `ID`/`Secret`(cate_set). group_code 스코프로 가시성 적용.
142
142
  * @summary 거래명세서 조회 — V5 충실
@@ -165,11 +165,11 @@ export declare const PartnerV1ApiFp: (configuration?: Configuration) => {
165
165
  /**
166
166
  * V5 `scsbidSend`(type=B) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
167
167
  * @summary 입찰 정보 전송(등록) — V5 충실
168
- * @param {CreateBidRequestDto} createBidRequestDto
168
+ * @param {CreateBidV1RequestDto} createBidV1RequestDto
169
169
  * @param {*} [options] Override http request option.
170
170
  * @throws {RequiredError}
171
171
  */
172
- v1RegisterBid(createBidRequestDto: CreateBidRequestDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BidCreatedResponseDto>>;
172
+ v1RegisterBid(createBidV1RequestDto: CreateBidV1RequestDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BidCreatedResponseDto>>;
173
173
  /**
174
174
  * V5 `splitInvoiceRequest` 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
175
175
  * @summary 계산서 분할 발급 청구 — V5 충실
@@ -215,7 +215,7 @@ export declare const PartnerV1ApiFactory: (configuration?: Configuration, basePa
215
215
  * @param {*} [options] Override http request option.
216
216
  * @throws {RequiredError}
217
217
  */
218
- v1GetBidResultsBatch(bidResultsBatchRequestDto: BidResultsBatchRequestDto, options?: RawAxiosRequestConfig): AxiosPromise<Array<BidResultsResponseDto>>;
218
+ v1GetBidResultsBatch(bidResultsBatchRequestDto: BidResultsBatchRequestDto, options?: RawAxiosRequestConfig): AxiosPromise<Array<BidResultsV1ResponseDto>>;
219
219
  /**
220
220
  * V5 `/getGrm` 후속. 인증 = body `ID`/`Secret`(cate_set). group_code 스코프로 가시성 적용.
221
221
  * @summary 거래명세서 조회 — V5 충실
@@ -244,11 +244,11 @@ export declare const PartnerV1ApiFactory: (configuration?: Configuration, basePa
244
244
  /**
245
245
  * V5 `scsbidSend`(type=B) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
246
246
  * @summary 입찰 정보 전송(등록) — V5 충실
247
- * @param {CreateBidRequestDto} createBidRequestDto
247
+ * @param {CreateBidV1RequestDto} createBidV1RequestDto
248
248
  * @param {*} [options] Override http request option.
249
249
  * @throws {RequiredError}
250
250
  */
251
- v1RegisterBid(createBidRequestDto: CreateBidRequestDto, options?: RawAxiosRequestConfig): AxiosPromise<BidCreatedResponseDto>;
251
+ v1RegisterBid(createBidV1RequestDto: CreateBidV1RequestDto, options?: RawAxiosRequestConfig): AxiosPromise<BidCreatedResponseDto>;
252
252
  /**
253
253
  * V5 `splitInvoiceRequest` 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
254
254
  * @summary 계산서 분할 발급 청구 — V5 충실
@@ -294,7 +294,7 @@ export declare class PartnerV1Api extends BaseAPI {
294
294
  * @param {*} [options] Override http request option.
295
295
  * @throws {RequiredError}
296
296
  */
297
- v1GetBidResultsBatch(bidResultsBatchRequestDto: BidResultsBatchRequestDto, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BidResultsResponseDto[], any, {}>>;
297
+ v1GetBidResultsBatch(bidResultsBatchRequestDto: BidResultsBatchRequestDto, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BidResultsV1ResponseDto[], any, {}>>;
298
298
  /**
299
299
  * V5 `/getGrm` 후속. 인증 = body `ID`/`Secret`(cate_set). group_code 스코프로 가시성 적용.
300
300
  * @summary 거래명세서 조회 — V5 충실
@@ -323,11 +323,11 @@ export declare class PartnerV1Api extends BaseAPI {
323
323
  /**
324
324
  * V5 `scsbidSend`(type=B) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
325
325
  * @summary 입찰 정보 전송(등록) — V5 충실
326
- * @param {CreateBidRequestDto} createBidRequestDto
326
+ * @param {CreateBidV1RequestDto} createBidV1RequestDto
327
327
  * @param {*} [options] Override http request option.
328
328
  * @throws {RequiredError}
329
329
  */
330
- v1RegisterBid(createBidRequestDto: CreateBidRequestDto, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BidCreatedResponseDto, any, {}>>;
330
+ v1RegisterBid(createBidV1RequestDto: CreateBidV1RequestDto, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BidCreatedResponseDto, any, {}>>;
331
331
  /**
332
332
  * V5 `splitInvoiceRequest` 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
333
333
  * @summary 계산서 분할 발급 청구 — V5 충실
@@ -4,7 +4,7 @@
4
4
  * CMARKET V6 Partner API
5
5
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
6
6
  *
7
- * The version of the OpenAPI document: 5.2.0
7
+ * The version of the OpenAPI document: 8.0.0
8
8
  * Contact: semo.io.kr@gmail.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -253,13 +253,13 @@ export const PartnerV1ApiAxiosParamCreator = function (configuration) {
253
253
  /**
254
254
  * V5 `scsbidSend`(type=B) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
255
255
  * @summary 입찰 정보 전송(등록) — V5 충실
256
- * @param {CreateBidRequestDto} createBidRequestDto
256
+ * @param {CreateBidV1RequestDto} createBidV1RequestDto
257
257
  * @param {*} [options] Override http request option.
258
258
  * @throws {RequiredError}
259
259
  */
260
- v1RegisterBid: (createBidRequestDto_1, ...args_1) => __awaiter(this, [createBidRequestDto_1, ...args_1], void 0, function* (createBidRequestDto, options = {}) {
261
- // verify required parameter 'createBidRequestDto' is not null or undefined
262
- assertParamExists('v1RegisterBid', 'createBidRequestDto', createBidRequestDto);
260
+ v1RegisterBid: (createBidV1RequestDto_1, ...args_1) => __awaiter(this, [createBidV1RequestDto_1, ...args_1], void 0, function* (createBidV1RequestDto, options = {}) {
261
+ // verify required parameter 'createBidV1RequestDto' is not null or undefined
262
+ assertParamExists('v1RegisterBid', 'createBidV1RequestDto', createBidV1RequestDto);
263
263
  const localVarPath = `/v1/bids`;
264
264
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
265
265
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -279,7 +279,7 @@ export const PartnerV1ApiAxiosParamCreator = function (configuration) {
279
279
  setSearchParams(localVarUrlObj, localVarQueryParameter);
280
280
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
281
281
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
282
- localVarRequestOptions.data = serializeDataIfNeeded(createBidRequestDto, localVarRequestOptions, configuration);
282
+ localVarRequestOptions.data = serializeDataIfNeeded(createBidV1RequestDto, localVarRequestOptions, configuration);
283
283
  return {
284
284
  url: toPathString(localVarUrlObj),
285
285
  options: localVarRequestOptions,
@@ -464,14 +464,14 @@ export const PartnerV1ApiFp = function (configuration) {
464
464
  /**
465
465
  * V5 `scsbidSend`(type=B) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
466
466
  * @summary 입찰 정보 전송(등록) — V5 충실
467
- * @param {CreateBidRequestDto} createBidRequestDto
467
+ * @param {CreateBidV1RequestDto} createBidV1RequestDto
468
468
  * @param {*} [options] Override http request option.
469
469
  * @throws {RequiredError}
470
470
  */
471
- v1RegisterBid(createBidRequestDto, options) {
471
+ v1RegisterBid(createBidV1RequestDto, options) {
472
472
  return __awaiter(this, void 0, void 0, function* () {
473
473
  var _a, _b, _c;
474
- const localVarAxiosArgs = yield localVarAxiosParamCreator.v1RegisterBid(createBidRequestDto, options);
474
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.v1RegisterBid(createBidV1RequestDto, options);
475
475
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
476
476
  const localVarOperationServerBasePath = (_c = (_b = operationServerMap['PartnerV1Api.v1RegisterBid']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
477
477
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
@@ -582,12 +582,12 @@ export const PartnerV1ApiFactory = function (configuration, basePath, axios) {
582
582
  /**
583
583
  * V5 `scsbidSend`(type=B) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
584
584
  * @summary 입찰 정보 전송(등록) — V5 충실
585
- * @param {CreateBidRequestDto} createBidRequestDto
585
+ * @param {CreateBidV1RequestDto} createBidV1RequestDto
586
586
  * @param {*} [options] Override http request option.
587
587
  * @throws {RequiredError}
588
588
  */
589
- v1RegisterBid(createBidRequestDto, options) {
590
- return localVarFp.v1RegisterBid(createBidRequestDto, options).then((request) => request(axios, basePath));
589
+ v1RegisterBid(createBidV1RequestDto, options) {
590
+ return localVarFp.v1RegisterBid(createBidV1RequestDto, options).then((request) => request(axios, basePath));
591
591
  },
592
592
  /**
593
593
  * V5 `splitInvoiceRequest` 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
@@ -680,12 +680,12 @@ export class PartnerV1Api extends BaseAPI {
680
680
  /**
681
681
  * V5 `scsbidSend`(type=B) 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
682
682
  * @summary 입찰 정보 전송(등록) — V5 충실
683
- * @param {CreateBidRequestDto} createBidRequestDto
683
+ * @param {CreateBidV1RequestDto} createBidV1RequestDto
684
684
  * @param {*} [options] Override http request option.
685
685
  * @throws {RequiredError}
686
686
  */
687
- v1RegisterBid(createBidRequestDto, options) {
688
- return PartnerV1ApiFp(this.configuration).v1RegisterBid(createBidRequestDto, options).then((request) => request(this.axios, this.basePath));
687
+ v1RegisterBid(createBidV1RequestDto, options) {
688
+ return PartnerV1ApiFp(this.configuration).v1RegisterBid(createBidV1RequestDto, options).then((request) => request(this.axios, this.basePath));
689
689
  }
690
690
  /**
691
691
  * V5 `splitInvoiceRequest` 후속. 인증 = body `ID`/`Secret`(cate_set). buyerId 는 group_code 로 자동 결정.
@@ -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).
@@ -4,7 +4,7 @@
4
4
  * CMARKET V6 Partner API
5
5
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
6
6
  *
7
- * The version of the OpenAPI document: 5.2.0
7
+ * The version of the OpenAPI document: 8.0.0
8
8
  * Contact: semo.io.kr@gmail.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/esm/api.d.ts CHANGED
@@ -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).
package/dist/esm/api.js CHANGED
@@ -4,7 +4,7 @@
4
4
  * CMARKET V6 Partner API
5
5
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
6
6
  *
7
- * The version of the OpenAPI document: 5.2.0
7
+ * The version of the OpenAPI document: 8.0.0
8
8
  * Contact: semo.io.kr@gmail.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * CMARKET V6 Partner API
3
3
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
4
4
  *
5
- * The version of the OpenAPI document: 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).
package/dist/esm/base.js CHANGED
@@ -4,7 +4,7 @@
4
4
  * CMARKET V6 Partner API
5
5
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
6
6
  *
7
- * The version of the OpenAPI document: 5.2.0
7
+ * The version of the OpenAPI document: 8.0.0
8
8
  * Contact: semo.io.kr@gmail.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * CMARKET V6 Partner API
3
3
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
4
4
  *
5
- * The version of the OpenAPI document: 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).
@@ -4,7 +4,7 @@
4
4
  * CMARKET V6 Partner API
5
5
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
6
6
  *
7
- * The version of the OpenAPI document: 5.2.0
7
+ * The version of the OpenAPI document: 8.0.0
8
8
  * Contact: semo.io.kr@gmail.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * CMARKET V6 Partner API
3
3
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
4
4
  *
5
- * The version of the OpenAPI document: 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).
@@ -3,7 +3,7 @@
3
3
  * CMARKET V6 Partner API
4
4
  * 외부 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) 헤더로 전송.
5
5
  *
6
- * The version of the OpenAPI document: 5.2.0
6
+ * The version of the OpenAPI document: 8.0.0
7
7
  * Contact: semo.io.kr@gmail.com
8
8
  *
9
9
  * 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).
package/dist/esm/index.js CHANGED
@@ -4,7 +4,7 @@
4
4
  * CMARKET V6 Partner API
5
5
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
6
6
  *
7
- * The version of the OpenAPI document: 5.2.0
7
+ * The version of the OpenAPI document: 8.0.0
8
8
  * Contact: semo.io.kr@gmail.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * CMARKET V6 Partner API
3
3
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
4
4
  *
5
- * The version of the OpenAPI document: 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).
@@ -4,7 +4,7 @@
4
4
  * CMARKET V6 Partner API
5
5
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
6
6
  *
7
- * The version of the OpenAPI document: 5.2.0
7
+ * The version of the OpenAPI document: 8.0.0
8
8
  * Contact: semo.io.kr@gmail.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * CMARKET V6 Partner API
3
3
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
4
4
  *
5
- * The version of the OpenAPI document: 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).
@@ -4,7 +4,7 @@
4
4
  * CMARKET V6 Partner API
5
5
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
6
6
  *
7
- * The version of the OpenAPI document: 5.2.0
7
+ * The version of the OpenAPI document: 8.0.0
8
8
  * Contact: semo.io.kr@gmail.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * CMARKET V6 Partner API
3
3
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
4
4
  *
5
- * The version of the OpenAPI document: 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).
@@ -4,7 +4,7 @@
4
4
  * CMARKET V6 Partner API
5
5
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
6
6
  *
7
- * The version of the OpenAPI document: 5.2.0
7
+ * The version of the OpenAPI document: 8.0.0
8
8
  * Contact: semo.io.kr@gmail.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * CMARKET V6 Partner API
3
3
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
4
4
  *
5
- * The version of the OpenAPI document: 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).
@@ -4,7 +4,7 @@
4
4
  * CMARKET V6 Partner API
5
5
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
6
6
  *
7
- * The version of the OpenAPI document: 5.2.0
7
+ * The version of the OpenAPI document: 8.0.0
8
8
  * Contact: semo.io.kr@gmail.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * CMARKET V6 Partner API
3
3
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
4
4
  *
5
- * The version of the OpenAPI document: 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).
@@ -4,7 +4,7 @@
4
4
  * CMARKET V6 Partner API
5
5
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
6
6
  *
7
- * The version of the OpenAPI document: 5.2.0
7
+ * The version of the OpenAPI document: 8.0.0
8
8
  * Contact: semo.io.kr@gmail.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * CMARKET V6 Partner API
3
3
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
4
4
  *
5
- * The version of the OpenAPI document: 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).
@@ -4,7 +4,7 @@
4
4
  * CMARKET V6 Partner API
5
5
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
6
6
  *
7
- * The version of the OpenAPI document: 5.2.0
7
+ * The version of the OpenAPI document: 8.0.0
8
8
  * Contact: semo.io.kr@gmail.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * CMARKET V6 Partner API
3
3
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
4
4
  *
5
- * The version of the OpenAPI document: 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).
@@ -4,7 +4,7 @@
4
4
  * CMARKET V6 Partner API
5
5
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
6
6
  *
7
- * The version of the OpenAPI document: 5.2.0
7
+ * The version of the OpenAPI document: 8.0.0
8
8
  * Contact: semo.io.kr@gmail.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * CMARKET V6 Partner API
3
3
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
4
4
  *
5
- * The version of the OpenAPI document: 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).
@@ -4,7 +4,7 @@
4
4
  * CMARKET V6 Partner API
5
5
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
6
6
  *
7
- * The version of the OpenAPI document: 5.2.0
7
+ * The version of the OpenAPI document: 8.0.0
8
8
  * Contact: semo.io.kr@gmail.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * CMARKET V6 Partner API
3
3
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
4
4
  *
5
- * The version of the OpenAPI document: 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).
@@ -4,7 +4,7 @@
4
4
  * CMARKET V6 Partner API
5
5
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
6
6
  *
7
- * The version of the OpenAPI document: 5.2.0
7
+ * The version of the OpenAPI document: 8.0.0
8
8
  * Contact: semo.io.kr@gmail.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * CMARKET V6 Partner API
3
3
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
4
4
  *
5
- * The version of the OpenAPI document: 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).
@@ -34,8 +34,4 @@ export interface BidItemDto {
34
34
  * 단가(원).
35
35
  */
36
36
  'unitPrice': number;
37
- /**
38
- * 품목 예산단가(원). unitPrice 와 별도로 예산 기준 단가가 필요한 경우 사용. ⚠️ 현재 backend ProductItemDto 카운터파트가 없어 ACL(bids.service)에서 무시됨 — 향후 연결 예정.
39
- */
40
- 'unitBudget'?: number;
41
37
  }
@@ -4,7 +4,7 @@
4
4
  * CMARKET V6 Partner API
5
5
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
6
6
  *
7
- * The version of the OpenAPI document: 5.2.0
7
+ * The version of the OpenAPI document: 8.0.0
8
8
  * Contact: semo.io.kr@gmail.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * CMARKET V6 Partner API
3
3
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
4
4
  *
5
- * The version of the OpenAPI document: 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).
@@ -4,7 +4,7 @@
4
4
  * CMARKET V6 Partner API
5
5
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
6
6
  *
7
- * The version of the OpenAPI document: 5.2.0
7
+ * The version of the OpenAPI document: 8.0.0
8
8
  * Contact: semo.io.kr@gmail.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * CMARKET V6 Partner API
3
3
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
4
4
  *
5
- * The version of the OpenAPI document: 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).
@@ -4,7 +4,7 @@
4
4
  * CMARKET V6 Partner API
5
5
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
6
6
  *
7
- * The version of the OpenAPI document: 5.2.0
7
+ * The version of the OpenAPI document: 8.0.0
8
8
  * Contact: semo.io.kr@gmail.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * CMARKET V6 Partner API
3
3
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
4
4
  *
5
- * The version of the OpenAPI document: 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).
@@ -4,7 +4,7 @@
4
4
  * CMARKET V6 Partner API
5
5
  * 외부 ERP 연동용 RESTful API. ## 버전별 인증 - **_/v2** — OAuth2 Bearer JWT (`client_credentials` 플로우). `/oauth/token` 에서 토큰 발급 후 `Authorization: Bearer <token>` 헤더. - **_/v1** — V5 충실 platform-auth. `X-Platform-Id`(cate_set.api_id) / `X-Platform-Secret`(cate_set.api_secret, MD5-hex) 헤더로 전송.
6
6
  *
7
- * The version of the OpenAPI document: 5.2.0
7
+ * The version of the OpenAPI document: 8.0.0
8
8
  * Contact: semo.io.kr@gmail.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).