@cmarket/partner-sdk 0.5.0 → 0.6.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.
package/README.md CHANGED
@@ -188,7 +188,7 @@ public class Quickstart {
188
188
 
189
189
  ---
190
190
 
191
- ## @cmarket/partner-sdk@0.5.0
191
+ ## @cmarket/partner-sdk@0.6.0
192
192
 
193
193
  This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
194
194
 
@@ -226,7 +226,7 @@ navigate to the folder of your consuming project and run one of the following co
226
226
  _published:_
227
227
 
228
228
  ```
229
- npm install @cmarket/partner-sdk@0.5.0 --save
229
+ npm install @cmarket/partner-sdk@0.6.0 --save
230
230
  ```
231
231
 
232
232
  _unPublished (not recommended):_
@@ -241,7 +241,7 @@ export const PartnerV1ApiAxiosParamCreator = function (configuration?: Configura
241
241
  };
242
242
  },
243
243
  /**
244
- * V5 entendRec(bid_puchase_no_list) 후속 — 여러 공고 결과를 1회 호출로(additive, 단건 유지). 입력 순서를 보존한다. scope bids:read.
244
+ * V5 entendRec(bid_puchase_no_list) 후속 — 여러 공고 결과를 1회 호출로(additive, 단건 유지). bidIds(공고 식별자) 또는 purchaseNos(구매번호) 중 하나 — purchaseNos 는 각 PO 의 가장 최근 공고로 해소. 입력 순서를 보존한다. scope bids:read.
245
245
  * @summary 입찰결과 배치 조회
246
246
  * @param {BidResultsBatchRequestDto} bidResultsBatchRequestDto
247
247
  * @param {*} [options] Override http request option.
@@ -691,7 +691,7 @@ export const PartnerV1ApiFp = function(configuration?: Configuration) {
691
691
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
692
692
  },
693
693
  /**
694
- * V5 entendRec(bid_puchase_no_list) 후속 — 여러 공고 결과를 1회 호출로(additive, 단건 유지). 입력 순서를 보존한다. scope bids:read.
694
+ * V5 entendRec(bid_puchase_no_list) 후속 — 여러 공고 결과를 1회 호출로(additive, 단건 유지). bidIds(공고 식별자) 또는 purchaseNos(구매번호) 중 하나 — purchaseNos 는 각 PO 의 가장 최근 공고로 해소. 입력 순서를 보존한다. scope bids:read.
695
695
  * @summary 입찰결과 배치 조회
696
696
  * @param {BidResultsBatchRequestDto} bidResultsBatchRequestDto
697
697
  * @param {*} [options] Override http request option.
@@ -873,7 +873,7 @@ export const PartnerV1ApiFactory = function (configuration?: Configuration, base
873
873
  return localVarFp.getBidResults(bidId, buyerId, options).then((request) => request(axios, basePath));
874
874
  },
875
875
  /**
876
- * V5 entendRec(bid_puchase_no_list) 후속 — 여러 공고 결과를 1회 호출로(additive, 단건 유지). 입력 순서를 보존한다. scope bids:read.
876
+ * V5 entendRec(bid_puchase_no_list) 후속 — 여러 공고 결과를 1회 호출로(additive, 단건 유지). bidIds(공고 식별자) 또는 purchaseNos(구매번호) 중 하나 — purchaseNos 는 각 PO 의 가장 최근 공고로 해소. 입력 순서를 보존한다. scope bids:read.
877
877
  * @summary 입찰결과 배치 조회
878
878
  * @param {BidResultsBatchRequestDto} bidResultsBatchRequestDto
879
879
  * @param {*} [options] Override http request option.
@@ -1027,7 +1027,7 @@ export class PartnerV1Api extends BaseAPI {
1027
1027
  }
1028
1028
 
1029
1029
  /**
1030
- * V5 entendRec(bid_puchase_no_list) 후속 — 여러 공고 결과를 1회 호출로(additive, 단건 유지). 입력 순서를 보존한다. scope bids:read.
1030
+ * V5 entendRec(bid_puchase_no_list) 후속 — 여러 공고 결과를 1회 호출로(additive, 단건 유지). bidIds(공고 식별자) 또는 purchaseNos(구매번호) 중 하나 — purchaseNos 는 각 PO 의 가장 최근 공고로 해소. 입력 순서를 보존한다. scope bids:read.
1031
1031
  * @summary 입찰결과 배치 조회
1032
1032
  * @param {BidResultsBatchRequestDto} bidResultsBatchRequestDto
1033
1033
  * @param {*} [options] Override http request option.
@@ -73,7 +73,7 @@ export declare const PartnerV1ApiAxiosParamCreator: (configuration?: Configurati
73
73
  */
74
74
  getBidResults: (bidId: string, buyerId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
75
75
  /**
76
- * V5 entendRec(bid_puchase_no_list) 후속 — 여러 공고 결과를 1회 호출로(additive, 단건 유지). 입력 순서를 보존한다. scope bids:read.
76
+ * V5 entendRec(bid_puchase_no_list) 후속 — 여러 공고 결과를 1회 호출로(additive, 단건 유지). bidIds(공고 식별자) 또는 purchaseNos(구매번호) 중 하나 — purchaseNos 는 각 PO 의 가장 최근 공고로 해소. 입력 순서를 보존한다. scope bids:read.
77
77
  * @summary 입찰결과 배치 조회
78
78
  * @param {BidResultsBatchRequestDto} bidResultsBatchRequestDto
79
79
  * @param {*} [options] Override http request option.
@@ -193,7 +193,7 @@ export declare const PartnerV1ApiFp: (configuration?: Configuration) => {
193
193
  */
194
194
  getBidResults(bidId: string, buyerId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BidResultsResponseDto>>;
195
195
  /**
196
- * V5 entendRec(bid_puchase_no_list) 후속 — 여러 공고 결과를 1회 호출로(additive, 단건 유지). 입력 순서를 보존한다. scope bids:read.
196
+ * V5 entendRec(bid_puchase_no_list) 후속 — 여러 공고 결과를 1회 호출로(additive, 단건 유지). bidIds(공고 식별자) 또는 purchaseNos(구매번호) 중 하나 — purchaseNos 는 각 PO 의 가장 최근 공고로 해소. 입력 순서를 보존한다. scope bids:read.
197
197
  * @summary 입찰결과 배치 조회
198
198
  * @param {BidResultsBatchRequestDto} bidResultsBatchRequestDto
199
199
  * @param {*} [options] Override http request option.
@@ -313,7 +313,7 @@ export declare const PartnerV1ApiFactory: (configuration?: Configuration, basePa
313
313
  */
314
314
  getBidResults(bidId: string, buyerId: string, options?: RawAxiosRequestConfig): AxiosPromise<BidResultsResponseDto>;
315
315
  /**
316
- * V5 entendRec(bid_puchase_no_list) 후속 — 여러 공고 결과를 1회 호출로(additive, 단건 유지). 입력 순서를 보존한다. scope bids:read.
316
+ * V5 entendRec(bid_puchase_no_list) 후속 — 여러 공고 결과를 1회 호출로(additive, 단건 유지). bidIds(공고 식별자) 또는 purchaseNos(구매번호) 중 하나 — purchaseNos 는 각 PO 의 가장 최근 공고로 해소. 입력 순서를 보존한다. scope bids:read.
317
317
  * @summary 입찰결과 배치 조회
318
318
  * @param {BidResultsBatchRequestDto} bidResultsBatchRequestDto
319
319
  * @param {*} [options] Override http request option.
@@ -433,7 +433,7 @@ export declare class PartnerV1Api extends BaseAPI {
433
433
  */
434
434
  getBidResults(bidId: string, buyerId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BidResultsResponseDto, any, {}>>;
435
435
  /**
436
- * V5 entendRec(bid_puchase_no_list) 후속 — 여러 공고 결과를 1회 호출로(additive, 단건 유지). 입력 순서를 보존한다. scope bids:read.
436
+ * V5 entendRec(bid_puchase_no_list) 후속 — 여러 공고 결과를 1회 호출로(additive, 단건 유지). bidIds(공고 식별자) 또는 purchaseNos(구매번호) 중 하나 — purchaseNos 는 각 PO 의 가장 최근 공고로 해소. 입력 순서를 보존한다. scope bids:read.
437
437
  * @summary 입찰결과 배치 조회
438
438
  * @param {BidResultsBatchRequestDto} bidResultsBatchRequestDto
439
439
  * @param {*} [options] Override http request option.
@@ -185,7 +185,7 @@ const PartnerV1ApiAxiosParamCreator = function (configuration) {
185
185
  };
186
186
  }),
187
187
  /**
188
- * V5 entendRec(bid_puchase_no_list) 후속 — 여러 공고 결과를 1회 호출로(additive, 단건 유지). 입력 순서를 보존한다. scope bids:read.
188
+ * V5 entendRec(bid_puchase_no_list) 후속 — 여러 공고 결과를 1회 호출로(additive, 단건 유지). bidIds(공고 식별자) 또는 purchaseNos(구매번호) 중 하나 — purchaseNos 는 각 PO 의 가장 최근 공고로 해소. 입력 순서를 보존한다. scope bids:read.
189
189
  * @summary 입찰결과 배치 조회
190
190
  * @param {BidResultsBatchRequestDto} bidResultsBatchRequestDto
191
191
  * @param {*} [options] Override http request option.
@@ -597,7 +597,7 @@ const PartnerV1ApiFp = function (configuration) {
597
597
  });
598
598
  },
599
599
  /**
600
- * V5 entendRec(bid_puchase_no_list) 후속 — 여러 공고 결과를 1회 호출로(additive, 단건 유지). 입력 순서를 보존한다. scope bids:read.
600
+ * V5 entendRec(bid_puchase_no_list) 후속 — 여러 공고 결과를 1회 호출로(additive, 단건 유지). bidIds(공고 식별자) 또는 purchaseNos(구매번호) 중 하나 — purchaseNos 는 각 PO 의 가장 최근 공고로 해소. 입력 순서를 보존한다. scope bids:read.
601
601
  * @summary 입찰결과 배치 조회
602
602
  * @param {BidResultsBatchRequestDto} bidResultsBatchRequestDto
603
603
  * @param {*} [options] Override http request option.
@@ -809,7 +809,7 @@ const PartnerV1ApiFactory = function (configuration, basePath, axios) {
809
809
  return localVarFp.getBidResults(bidId, buyerId, options).then((request) => request(axios, basePath));
810
810
  },
811
811
  /**
812
- * V5 entendRec(bid_puchase_no_list) 후속 — 여러 공고 결과를 1회 호출로(additive, 단건 유지). 입력 순서를 보존한다. scope bids:read.
812
+ * V5 entendRec(bid_puchase_no_list) 후속 — 여러 공고 결과를 1회 호출로(additive, 단건 유지). bidIds(공고 식별자) 또는 purchaseNos(구매번호) 중 하나 — purchaseNos 는 각 PO 의 가장 최근 공고로 해소. 입력 순서를 보존한다. scope bids:read.
813
813
  * @summary 입찰결과 배치 조회
814
814
  * @param {BidResultsBatchRequestDto} bidResultsBatchRequestDto
815
815
  * @param {*} [options] Override http request option.
@@ -959,7 +959,7 @@ class PartnerV1Api extends base_1.BaseAPI {
959
959
  return (0, exports.PartnerV1ApiFp)(this.configuration).getBidResults(bidId, buyerId, options).then((request) => request(this.axios, this.basePath));
960
960
  }
961
961
  /**
962
- * V5 entendRec(bid_puchase_no_list) 후속 — 여러 공고 결과를 1회 호출로(additive, 단건 유지). 입력 순서를 보존한다. scope bids:read.
962
+ * V5 entendRec(bid_puchase_no_list) 후속 — 여러 공고 결과를 1회 호출로(additive, 단건 유지). bidIds(공고 식별자) 또는 purchaseNos(구매번호) 중 하나 — purchaseNos 는 각 PO 의 가장 최근 공고로 해소. 입력 순서를 보존한다. scope bids:read.
963
963
  * @summary 입찰결과 배치 조회
964
964
  * @param {BidResultsBatchRequestDto} bidResultsBatchRequestDto
965
965
  * @param {*} [options] Override http request option.
@@ -73,7 +73,7 @@ export declare const PartnerV1ApiAxiosParamCreator: (configuration?: Configurati
73
73
  */
74
74
  getBidResults: (bidId: string, buyerId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
75
75
  /**
76
- * V5 entendRec(bid_puchase_no_list) 후속 — 여러 공고 결과를 1회 호출로(additive, 단건 유지). 입력 순서를 보존한다. scope bids:read.
76
+ * V5 entendRec(bid_puchase_no_list) 후속 — 여러 공고 결과를 1회 호출로(additive, 단건 유지). bidIds(공고 식별자) 또는 purchaseNos(구매번호) 중 하나 — purchaseNos 는 각 PO 의 가장 최근 공고로 해소. 입력 순서를 보존한다. scope bids:read.
77
77
  * @summary 입찰결과 배치 조회
78
78
  * @param {BidResultsBatchRequestDto} bidResultsBatchRequestDto
79
79
  * @param {*} [options] Override http request option.
@@ -193,7 +193,7 @@ export declare const PartnerV1ApiFp: (configuration?: Configuration) => {
193
193
  */
194
194
  getBidResults(bidId: string, buyerId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BidResultsResponseDto>>;
195
195
  /**
196
- * V5 entendRec(bid_puchase_no_list) 후속 — 여러 공고 결과를 1회 호출로(additive, 단건 유지). 입력 순서를 보존한다. scope bids:read.
196
+ * V5 entendRec(bid_puchase_no_list) 후속 — 여러 공고 결과를 1회 호출로(additive, 단건 유지). bidIds(공고 식별자) 또는 purchaseNos(구매번호) 중 하나 — purchaseNos 는 각 PO 의 가장 최근 공고로 해소. 입력 순서를 보존한다. scope bids:read.
197
197
  * @summary 입찰결과 배치 조회
198
198
  * @param {BidResultsBatchRequestDto} bidResultsBatchRequestDto
199
199
  * @param {*} [options] Override http request option.
@@ -313,7 +313,7 @@ export declare const PartnerV1ApiFactory: (configuration?: Configuration, basePa
313
313
  */
314
314
  getBidResults(bidId: string, buyerId: string, options?: RawAxiosRequestConfig): AxiosPromise<BidResultsResponseDto>;
315
315
  /**
316
- * V5 entendRec(bid_puchase_no_list) 후속 — 여러 공고 결과를 1회 호출로(additive, 단건 유지). 입력 순서를 보존한다. scope bids:read.
316
+ * V5 entendRec(bid_puchase_no_list) 후속 — 여러 공고 결과를 1회 호출로(additive, 단건 유지). bidIds(공고 식별자) 또는 purchaseNos(구매번호) 중 하나 — purchaseNos 는 각 PO 의 가장 최근 공고로 해소. 입력 순서를 보존한다. scope bids:read.
317
317
  * @summary 입찰결과 배치 조회
318
318
  * @param {BidResultsBatchRequestDto} bidResultsBatchRequestDto
319
319
  * @param {*} [options] Override http request option.
@@ -433,7 +433,7 @@ export declare class PartnerV1Api extends BaseAPI {
433
433
  */
434
434
  getBidResults(bidId: string, buyerId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BidResultsResponseDto, any, {}>>;
435
435
  /**
436
- * V5 entendRec(bid_puchase_no_list) 후속 — 여러 공고 결과를 1회 호출로(additive, 단건 유지). 입력 순서를 보존한다. scope bids:read.
436
+ * V5 entendRec(bid_puchase_no_list) 후속 — 여러 공고 결과를 1회 호출로(additive, 단건 유지). bidIds(공고 식별자) 또는 purchaseNos(구매번호) 중 하나 — purchaseNos 는 각 PO 의 가장 최근 공고로 해소. 입력 순서를 보존한다. scope bids:read.
437
437
  * @summary 입찰결과 배치 조회
438
438
  * @param {BidResultsBatchRequestDto} bidResultsBatchRequestDto
439
439
  * @param {*} [options] Override http request option.
@@ -182,7 +182,7 @@ export const PartnerV1ApiAxiosParamCreator = function (configuration) {
182
182
  };
183
183
  }),
184
184
  /**
185
- * V5 entendRec(bid_puchase_no_list) 후속 — 여러 공고 결과를 1회 호출로(additive, 단건 유지). 입력 순서를 보존한다. scope bids:read.
185
+ * V5 entendRec(bid_puchase_no_list) 후속 — 여러 공고 결과를 1회 호출로(additive, 단건 유지). bidIds(공고 식별자) 또는 purchaseNos(구매번호) 중 하나 — purchaseNos 는 각 PO 의 가장 최근 공고로 해소. 입력 순서를 보존한다. scope bids:read.
186
186
  * @summary 입찰결과 배치 조회
187
187
  * @param {BidResultsBatchRequestDto} bidResultsBatchRequestDto
188
188
  * @param {*} [options] Override http request option.
@@ -593,7 +593,7 @@ export const PartnerV1ApiFp = function (configuration) {
593
593
  });
594
594
  },
595
595
  /**
596
- * V5 entendRec(bid_puchase_no_list) 후속 — 여러 공고 결과를 1회 호출로(additive, 단건 유지). 입력 순서를 보존한다. scope bids:read.
596
+ * V5 entendRec(bid_puchase_no_list) 후속 — 여러 공고 결과를 1회 호출로(additive, 단건 유지). bidIds(공고 식별자) 또는 purchaseNos(구매번호) 중 하나 — purchaseNos 는 각 PO 의 가장 최근 공고로 해소. 입력 순서를 보존한다. scope bids:read.
597
597
  * @summary 입찰결과 배치 조회
598
598
  * @param {BidResultsBatchRequestDto} bidResultsBatchRequestDto
599
599
  * @param {*} [options] Override http request option.
@@ -804,7 +804,7 @@ export const PartnerV1ApiFactory = function (configuration, basePath, axios) {
804
804
  return localVarFp.getBidResults(bidId, buyerId, options).then((request) => request(axios, basePath));
805
805
  },
806
806
  /**
807
- * V5 entendRec(bid_puchase_no_list) 후속 — 여러 공고 결과를 1회 호출로(additive, 단건 유지). 입력 순서를 보존한다. scope bids:read.
807
+ * V5 entendRec(bid_puchase_no_list) 후속 — 여러 공고 결과를 1회 호출로(additive, 단건 유지). bidIds(공고 식별자) 또는 purchaseNos(구매번호) 중 하나 — purchaseNos 는 각 PO 의 가장 최근 공고로 해소. 입력 순서를 보존한다. scope bids:read.
808
808
  * @summary 입찰결과 배치 조회
809
809
  * @param {BidResultsBatchRequestDto} bidResultsBatchRequestDto
810
810
  * @param {*} [options] Override http request option.
@@ -953,7 +953,7 @@ export class PartnerV1Api extends BaseAPI {
953
953
  return PartnerV1ApiFp(this.configuration).getBidResults(bidId, buyerId, options).then((request) => request(this.axios, this.basePath));
954
954
  }
955
955
  /**
956
- * V5 entendRec(bid_puchase_no_list) 후속 — 여러 공고 결과를 1회 호출로(additive, 단건 유지). 입력 순서를 보존한다. scope bids:read.
956
+ * V5 entendRec(bid_puchase_no_list) 후속 — 여러 공고 결과를 1회 호출로(additive, 단건 유지). bidIds(공고 식별자) 또는 purchaseNos(구매번호) 중 하나 — purchaseNos 는 각 PO 의 가장 최근 공고로 해소. 입력 순서를 보존한다. scope bids:read.
957
957
  * @summary 입찰결과 배치 조회
958
958
  * @param {BidResultsBatchRequestDto} bidResultsBatchRequestDto
959
959
  * @param {*} [options] Override http request option.
@@ -15,7 +15,11 @@ export interface BidResultsBatchRequestDto {
15
15
  */
16
16
  'buyerId': string;
17
17
  /**
18
- * 조회할 공고 식별자 목록. 배열이면 결과. 최대 100건.
18
+ * 조회할 공고 식별자 목록. purchaseNos 상호배타(정확히 하나). 최대 100건.
19
19
  */
20
- 'bidIds': Array<string>;
20
+ 'bidIds'?: Array<string>;
21
+ /**
22
+ * 조회할 구매번호(bid_puchase_no) 목록. 각 PO 는 가장 최근 공고로 해소된다(재입찰 패리티). bidIds 와 상호배타(정확히 하나). 최대 100건.
23
+ */
24
+ 'purchaseNos'?: Array<string>;
21
25
  }
@@ -22,7 +22,7 @@ export interface BidResultsResponseDto {
22
22
  */
23
23
  'bidPuchaseNo'?: string;
24
24
  /**
25
- * 공고 상태 코드 (BidStatus enum).
25
+ * 공고 상태 코드. V5 /entendrec 은 A(진행중)/B(마감)/C(낙찰·계약진행)/E(유찰) 4종을 문서화했으나, V6 는 D(계약완료)/R(임시저장)을 더한 6종 superset 을 그대로 내려준다 — V5 호환 ERP 는 D 를 C 의 후속 단계로, R 은 미발행 초안으로 처리할 것(코드 매핑 없이 raw 통과).
26
26
  */
27
27
  'status': string;
28
28
  /**
@@ -10,6 +10,10 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  export interface ContractDocumentItemDto {
13
+ /**
14
+ * 파일 순번 (V5 entd_file_seq) — documents 배열 내 1-indexed 위치(결정적 순서: 인감 3종 → 서식순).
15
+ */
16
+ 'fSeq': number;
13
17
  /**
14
18
  * 서류 종류 코드.
15
19
  */
@@ -10,6 +10,10 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  export interface StatementDocumentDto {
13
+ /**
14
+ * 파일 순번 (V5 f_seq) — documents 배열 내 1-indexed 위치(결정적 순서). V5 응답의 f_seq 대응.
15
+ */
16
+ 'fSeq': number;
13
17
  /**
14
18
  * 문서 종류 코드 (paperCode).
15
19
  */
@@ -15,7 +15,11 @@ export interface BidResultsBatchRequestDto {
15
15
  */
16
16
  'buyerId': string;
17
17
  /**
18
- * 조회할 공고 식별자 목록. 배열이면 결과. 최대 100건.
18
+ * 조회할 공고 식별자 목록. purchaseNos 상호배타(정확히 하나). 최대 100건.
19
19
  */
20
- 'bidIds': Array<string>;
20
+ 'bidIds'?: Array<string>;
21
+ /**
22
+ * 조회할 구매번호(bid_puchase_no) 목록. 각 PO 는 가장 최근 공고로 해소된다(재입찰 패리티). bidIds 와 상호배타(정확히 하나). 최대 100건.
23
+ */
24
+ 'purchaseNos'?: Array<string>;
21
25
  }
@@ -22,7 +22,7 @@ export interface BidResultsResponseDto {
22
22
  */
23
23
  'bidPuchaseNo'?: string;
24
24
  /**
25
- * 공고 상태 코드 (BidStatus enum).
25
+ * 공고 상태 코드. V5 /entendrec 은 A(진행중)/B(마감)/C(낙찰·계약진행)/E(유찰) 4종을 문서화했으나, V6 는 D(계약완료)/R(임시저장)을 더한 6종 superset 을 그대로 내려준다 — V5 호환 ERP 는 D 를 C 의 후속 단계로, R 은 미발행 초안으로 처리할 것(코드 매핑 없이 raw 통과).
26
26
  */
27
27
  'status': string;
28
28
  /**
@@ -10,6 +10,10 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  export interface ContractDocumentItemDto {
13
+ /**
14
+ * 파일 순번 (V5 entd_file_seq) — documents 배열 내 1-indexed 위치(결정적 순서: 인감 3종 → 서식순).
15
+ */
16
+ 'fSeq': number;
13
17
  /**
14
18
  * 서류 종류 코드.
15
19
  */
@@ -10,6 +10,10 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  export interface StatementDocumentDto {
13
+ /**
14
+ * 파일 순번 (V5 f_seq) — documents 배열 내 1-indexed 위치(결정적 순서). V5 응답의 f_seq 대응.
15
+ */
16
+ 'fSeq': number;
13
17
  /**
14
18
  * 문서 종류 코드 (paperCode).
15
19
  */
@@ -6,7 +6,8 @@
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
8
  **buyerId** | **string** | 공고 명의 회원 ID (멀티테넌트). | [default to undefined]
9
- **bidIds** | **Array&lt;string&gt;** | 조회할 공고 식별자 목록. 배열이면 결과. 최대 100건. | [default to undefined]
9
+ **bidIds** | **Array&lt;string&gt;** | 조회할 공고 식별자 목록. purchaseNos 상호배타(정확히 하나). 최대 100건. | [optional] [default to undefined]
10
+ **purchaseNos** | **Array&lt;string&gt;** | 조회할 구매번호(bid_puchase_no) 목록. 각 PO 는 가장 최근 공고로 해소된다(재입찰 패리티). bidIds 와 상호배타(정확히 하나). 최대 100건. | [optional] [default to undefined]
10
11
 
11
12
  ## Example
12
13
 
@@ -16,6 +17,7 @@ import { BidResultsBatchRequestDto } from '@cmarket/partner-sdk';
16
17
  const instance: BidResultsBatchRequestDto = {
17
18
  buyerId,
18
19
  bidIds,
20
+ purchaseNos,
19
21
  };
20
22
  ```
21
23
 
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
8
  **bidId** | **string** | 공고 식별자. | [default to undefined]
9
9
  **bidPuchaseNo** | **string** | 발주처 지정 조달번호 (V5 bid_puchase_no). 외부 ERP 가 등록 시 보낸 PO 번호. 미설정 시 null. | [optional] [default to undefined]
10
- **status** | **string** | 공고 상태 코드 (BidStatus enum). | [default to undefined]
10
+ **status** | **string** | 공고 상태 코드. V5 /entendrec 은 A(진행중)/B(마감)/C(낙찰·계약진행)/E(유찰) 4종을 문서화했으나, V6 는 D(계약완료)/R(임시저장)을 더한 6종 superset 을 그대로 내려준다 — V5 호환 ERP 는 D 를 C 의 후속 단계로, R 은 미발행 초안으로 처리할 것(코드 매핑 없이 raw 통과). | [default to undefined]
11
11
  **statusText** | **string** | 공고 상태 한국어 레이블. | [optional] [default to undefined]
12
12
  **isCancelled** | **boolean** | 공고 취소 여부 (status 와 직교하는 별도 레이어). | [optional] [default to undefined]
13
13
  **failureReasonCode** | **string** | 유찰사유 코드. | [optional] [default to undefined]
@@ -5,6 +5,7 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
+ **fSeq** | **number** | 파일 순번 (V5 entd_file_seq) — documents 배열 내 1-indexed 위치(결정적 순서: 인감 3종 → 서식순). | [default to undefined]
8
9
  **docType** | **string** | 서류 종류 코드. | [default to undefined]
9
10
  **paperCode** | **number** | 서식(paper) 코드. 자동생성 서식이 아니면 null. | [default to undefined]
10
11
  **fileName** | **string** | 파일명. 미발급 시 null. | [default to undefined]
@@ -16,6 +17,7 @@ Name | Type | Description | Notes
16
17
  import { ContractDocumentItemDto } from '@cmarket/partner-sdk';
17
18
 
18
19
  const instance: ContractDocumentItemDto = {
20
+ fSeq,
19
21
  docType,
20
22
  paperCode,
21
23
  fileName,
@@ -237,7 +237,7 @@ const { status, data } = await apiInstance.getBidResults(
237
237
  # **getBidResultsBatch**
238
238
  > Array<BidResultsResponseDto> getBidResultsBatch(bidResultsBatchRequestDto)
239
239
 
240
- V5 entendRec(bid_puchase_no_list) 후속 — 여러 공고 결과를 1회 호출로(additive, 단건 유지). 입력 순서를 보존한다. scope bids:read.
240
+ V5 entendRec(bid_puchase_no_list) 후속 — 여러 공고 결과를 1회 호출로(additive, 단건 유지). bidIds(공고 식별자) 또는 purchaseNos(구매번호) 중 하나 — purchaseNos 는 각 PO 의 가장 최근 공고로 해소. 입력 순서를 보존한다. scope bids:read.
241
241
 
242
242
  ### Example
243
243
 
@@ -5,6 +5,7 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
+ **fSeq** | **number** | 파일 순번 (V5 f_seq) — documents 배열 내 1-indexed 위치(결정적 순서). V5 응답의 f_seq 대응. | [default to undefined]
8
9
  **paperCode** | **number** | 문서 종류 코드 (paperCode). | [default to undefined]
9
10
  **fileName** | **object** | 파일명. 미발급 시 null. | [default to undefined]
10
11
  **fileUrl** | **object** | 파일 다운로드 URL. 미발급 시 null. | [default to undefined]
@@ -15,6 +16,7 @@ Name | Type | Description | Notes
15
16
  import { StatementDocumentDto } from '@cmarket/partner-sdk';
16
17
 
17
18
  const instance: StatementDocumentDto = {
19
+ fSeq,
18
20
  paperCode,
19
21
  fileName,
20
22
  fileUrl,
@@ -20,8 +20,12 @@ export interface BidResultsBatchRequestDto {
20
20
  */
21
21
  'buyerId': string;
22
22
  /**
23
- * 조회할 공고 식별자 목록. 배열이면 결과. 최대 100건.
23
+ * 조회할 공고 식별자 목록. purchaseNos 상호배타(정확히 하나). 최대 100건.
24
24
  */
25
- 'bidIds': Array<string>;
25
+ 'bidIds'?: Array<string>;
26
+ /**
27
+ * 조회할 구매번호(bid_puchase_no) 목록. 각 PO 는 가장 최근 공고로 해소된다(재입찰 패리티). bidIds 와 상호배타(정확히 하나). 최대 100건.
28
+ */
29
+ 'purchaseNos'?: Array<string>;
26
30
  }
27
31
 
@@ -33,7 +33,7 @@ export interface BidResultsResponseDto {
33
33
  */
34
34
  'bidPuchaseNo'?: string;
35
35
  /**
36
- * 공고 상태 코드 (BidStatus enum).
36
+ * 공고 상태 코드. V5 /entendrec 은 A(진행중)/B(마감)/C(낙찰·계약진행)/E(유찰) 4종을 문서화했으나, V6 는 D(계약완료)/R(임시저장)을 더한 6종 superset 을 그대로 내려준다 — V5 호환 ERP 는 D 를 C 의 후속 단계로, R 은 미발행 초안으로 처리할 것(코드 매핑 없이 raw 통과).
37
37
  */
38
38
  'status': string;
39
39
  /**
@@ -15,6 +15,10 @@
15
15
 
16
16
 
17
17
  export interface ContractDocumentItemDto {
18
+ /**
19
+ * 파일 순번 (V5 entd_file_seq) — documents 배열 내 1-indexed 위치(결정적 순서: 인감 3종 → 서식순).
20
+ */
21
+ 'fSeq': number;
18
22
  /**
19
23
  * 서류 종류 코드.
20
24
  */
@@ -15,6 +15,10 @@
15
15
 
16
16
 
17
17
  export interface StatementDocumentDto {
18
+ /**
19
+ * 파일 순번 (V5 f_seq) — documents 배열 내 1-indexed 위치(결정적 순서). V5 응답의 f_seq 대응.
20
+ */
21
+ 'fSeq': number;
18
22
  /**
19
23
  * 문서 종류 코드 (paperCode).
20
24
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cmarket/partner-sdk",
3
- "version": "0.5.0",
3
+ "version": "0.6.0",
4
4
  "description": "OpenAPI client for @cmarket/partner-sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {