@cmarket/partner-sdk 0.5.0 → 0.6.1
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 +2 -2
- package/api/partner-v1-api.ts +16 -16
- package/dist/api/partner-v1-api.d.ts +16 -16
- package/dist/api/partner-v1-api.js +16 -16
- package/dist/esm/api/partner-v1-api.d.ts +16 -16
- package/dist/esm/api/partner-v1-api.js +16 -16
- package/dist/esm/models/bid-results-batch-request-dto.d.ts +6 -2
- package/dist/esm/models/bid-results-response-dto.d.ts +1 -1
- package/dist/esm/models/contract-document-item-dto.d.ts +4 -0
- package/dist/esm/models/statement-document-dto.d.ts +4 -0
- package/dist/esm/models/upload-file-request-dto.d.ts +1 -1
- package/dist/models/bid-results-batch-request-dto.d.ts +6 -2
- package/dist/models/bid-results-response-dto.d.ts +1 -1
- package/dist/models/contract-document-item-dto.d.ts +4 -0
- package/dist/models/statement-document-dto.d.ts +4 -0
- package/dist/models/upload-file-request-dto.d.ts +1 -1
- package/docs/BidResultsBatchRequestDto.md +3 -1
- package/docs/BidResultsResponseDto.md +1 -1
- package/docs/ContractDocumentItemDto.md +2 -0
- package/docs/PartnerV1Api.md +6 -6
- package/docs/StatementDocumentDto.md +2 -0
- package/docs/UploadFileRequestDto.md +1 -1
- package/models/bid-results-batch-request-dto.ts +6 -2
- package/models/bid-results-response-dto.ts +1 -1
- package/models/contract-document-item-dto.ts +4 -0
- package/models/statement-document-dto.ts +4 -0
- package/models/upload-file-request-dto.ts +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -188,7 +188,7 @@ public class Quickstart {
|
|
|
188
188
|
|
|
189
189
|
---
|
|
190
190
|
|
|
191
|
-
## @cmarket/partner-sdk@0.
|
|
191
|
+
## @cmarket/partner-sdk@0.6.1
|
|
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.
|
|
229
|
+
npm install @cmarket/partner-sdk@0.6.1 --save
|
|
230
230
|
```
|
|
231
231
|
|
|
232
232
|
_unPublished (not recommended):_
|
package/api/partner-v1-api.ts
CHANGED
|
@@ -115,7 +115,7 @@ export const PartnerV1ApiAxiosParamCreator = function (configuration?: Configura
|
|
|
115
115
|
* V5 /contractDocumentRec 후속. scope contracts:read.
|
|
116
116
|
* @summary 계약서류 수신 조회
|
|
117
117
|
* @param {string} bidId
|
|
118
|
-
* @param {string} buyerId
|
|
118
|
+
* @param {string} buyerId 공고 명의 회원 ID(b2b_member.member_id).
|
|
119
119
|
* @param {*} [options] Override http request option.
|
|
120
120
|
* @throws {RequiredError}
|
|
121
121
|
*/
|
|
@@ -199,7 +199,7 @@ export const PartnerV1ApiAxiosParamCreator = function (configuration?: Configura
|
|
|
199
199
|
* V5 /entendrec 후속. scope bids:read.
|
|
200
200
|
* @summary 입찰 결과 조회
|
|
201
201
|
* @param {string} bidId
|
|
202
|
-
* @param {string} buyerId
|
|
202
|
+
* @param {string} buyerId 공고 명의 회원 ID (멀티테넌트 가시성 키).
|
|
203
203
|
* @param {*} [options] Override http request option.
|
|
204
204
|
* @throws {RequiredError}
|
|
205
205
|
*/
|
|
@@ -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.
|
|
@@ -588,7 +588,7 @@ export const PartnerV1ApiAxiosParamCreator = function (configuration?: Configura
|
|
|
588
588
|
};
|
|
589
589
|
},
|
|
590
590
|
/**
|
|
591
|
-
* 스코프 `files:write` 필수. base64 또는 url 중 하나를 제출한다.
|
|
591
|
+
* 스코프 `files:write` + `Idempotency-Key` 헤더 필수. base64 또는 url 중 정확히 하나를 제출한다.
|
|
592
592
|
* @summary 입찰 첨부파일 업로드(base64 또는 url) → fileKey
|
|
593
593
|
* @param {UploadFileRequestDto} uploadFileRequestDto
|
|
594
594
|
* @param {*} [options] Override http request option.
|
|
@@ -653,7 +653,7 @@ export const PartnerV1ApiFp = function(configuration?: Configuration) {
|
|
|
653
653
|
* V5 /contractDocumentRec 후속. scope contracts:read.
|
|
654
654
|
* @summary 계약서류 수신 조회
|
|
655
655
|
* @param {string} bidId
|
|
656
|
-
* @param {string} buyerId
|
|
656
|
+
* @param {string} buyerId 공고 명의 회원 ID(b2b_member.member_id).
|
|
657
657
|
* @param {*} [options] Override http request option.
|
|
658
658
|
* @throws {RequiredError}
|
|
659
659
|
*/
|
|
@@ -680,7 +680,7 @@ export const PartnerV1ApiFp = function(configuration?: Configuration) {
|
|
|
680
680
|
* V5 /entendrec 후속. scope bids:read.
|
|
681
681
|
* @summary 입찰 결과 조회
|
|
682
682
|
* @param {string} bidId
|
|
683
|
-
* @param {string} buyerId
|
|
683
|
+
* @param {string} buyerId 공고 명의 회원 ID (멀티테넌트 가시성 키).
|
|
684
684
|
* @param {*} [options] Override http request option.
|
|
685
685
|
* @throws {RequiredError}
|
|
686
686
|
*/
|
|
@@ -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.
|
|
@@ -808,7 +808,7 @@ export const PartnerV1ApiFp = function(configuration?: Configuration) {
|
|
|
808
808
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
809
809
|
},
|
|
810
810
|
/**
|
|
811
|
-
* 스코프 `files:write` 필수. base64 또는 url 중 하나를 제출한다.
|
|
811
|
+
* 스코프 `files:write` + `Idempotency-Key` 헤더 필수. base64 또는 url 중 정확히 하나를 제출한다.
|
|
812
812
|
* @summary 입찰 첨부파일 업로드(base64 또는 url) → fileKey
|
|
813
813
|
* @param {UploadFileRequestDto} uploadFileRequestDto
|
|
814
814
|
* @param {*} [options] Override http request option.
|
|
@@ -844,7 +844,7 @@ export const PartnerV1ApiFactory = function (configuration?: Configuration, base
|
|
|
844
844
|
* V5 /contractDocumentRec 후속. scope contracts:read.
|
|
845
845
|
* @summary 계약서류 수신 조회
|
|
846
846
|
* @param {string} bidId
|
|
847
|
-
* @param {string} buyerId
|
|
847
|
+
* @param {string} buyerId 공고 명의 회원 ID(b2b_member.member_id).
|
|
848
848
|
* @param {*} [options] Override http request option.
|
|
849
849
|
* @throws {RequiredError}
|
|
850
850
|
*/
|
|
@@ -865,7 +865,7 @@ export const PartnerV1ApiFactory = function (configuration?: Configuration, base
|
|
|
865
865
|
* V5 /entendrec 후속. scope bids:read.
|
|
866
866
|
* @summary 입찰 결과 조회
|
|
867
867
|
* @param {string} bidId
|
|
868
|
-
* @param {string} buyerId
|
|
868
|
+
* @param {string} buyerId 공고 명의 회원 ID (멀티테넌트 가시성 키).
|
|
869
869
|
* @param {*} [options] Override http request option.
|
|
870
870
|
* @throws {RequiredError}
|
|
871
871
|
*/
|
|
@@ -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.
|
|
@@ -963,7 +963,7 @@ export const PartnerV1ApiFactory = function (configuration?: Configuration, base
|
|
|
963
963
|
return localVarFp.submitNegotiationScores(submitNegotiationScoresRequestDto, options).then((request) => request(axios, basePath));
|
|
964
964
|
},
|
|
965
965
|
/**
|
|
966
|
-
* 스코프 `files:write` 필수. base64 또는 url 중 하나를 제출한다.
|
|
966
|
+
* 스코프 `files:write` + `Idempotency-Key` 헤더 필수. base64 또는 url 중 정확히 하나를 제출한다.
|
|
967
967
|
* @summary 입찰 첨부파일 업로드(base64 또는 url) → fileKey
|
|
968
968
|
* @param {UploadFileRequestDto} uploadFileRequestDto
|
|
969
969
|
* @param {*} [options] Override http request option.
|
|
@@ -995,7 +995,7 @@ export class PartnerV1Api extends BaseAPI {
|
|
|
995
995
|
* V5 /contractDocumentRec 후속. scope contracts:read.
|
|
996
996
|
* @summary 계약서류 수신 조회
|
|
997
997
|
* @param {string} bidId
|
|
998
|
-
* @param {string} buyerId
|
|
998
|
+
* @param {string} buyerId 공고 명의 회원 ID(b2b_member.member_id).
|
|
999
999
|
* @param {*} [options] Override http request option.
|
|
1000
1000
|
* @throws {RequiredError}
|
|
1001
1001
|
*/
|
|
@@ -1018,7 +1018,7 @@ export class PartnerV1Api extends BaseAPI {
|
|
|
1018
1018
|
* V5 /entendrec 후속. scope bids:read.
|
|
1019
1019
|
* @summary 입찰 결과 조회
|
|
1020
1020
|
* @param {string} bidId
|
|
1021
|
-
* @param {string} buyerId
|
|
1021
|
+
* @param {string} buyerId 공고 명의 회원 ID (멀티테넌트 가시성 키).
|
|
1022
1022
|
* @param {*} [options] Override http request option.
|
|
1023
1023
|
* @throws {RequiredError}
|
|
1024
1024
|
*/
|
|
@@ -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.
|
|
@@ -1126,7 +1126,7 @@ export class PartnerV1Api extends BaseAPI {
|
|
|
1126
1126
|
}
|
|
1127
1127
|
|
|
1128
1128
|
/**
|
|
1129
|
-
* 스코프 `files:write` 필수. base64 또는 url 중 하나를 제출한다.
|
|
1129
|
+
* 스코프 `files:write` + `Idempotency-Key` 헤더 필수. base64 또는 url 중 정확히 하나를 제출한다.
|
|
1130
1130
|
* @summary 입찰 첨부파일 업로드(base64 또는 url) → fileKey
|
|
1131
1131
|
* @param {UploadFileRequestDto} uploadFileRequestDto
|
|
1132
1132
|
* @param {*} [options] Override http request option.
|
|
@@ -50,7 +50,7 @@ export declare const PartnerV1ApiAxiosParamCreator: (configuration?: Configurati
|
|
|
50
50
|
* V5 /contractDocumentRec 후속. scope contracts:read.
|
|
51
51
|
* @summary 계약서류 수신 조회
|
|
52
52
|
* @param {string} bidId
|
|
53
|
-
* @param {string} buyerId
|
|
53
|
+
* @param {string} buyerId 공고 명의 회원 ID(b2b_member.member_id).
|
|
54
54
|
* @param {*} [options] Override http request option.
|
|
55
55
|
* @throws {RequiredError}
|
|
56
56
|
*/
|
|
@@ -67,13 +67,13 @@ export declare const PartnerV1ApiAxiosParamCreator: (configuration?: Configurati
|
|
|
67
67
|
* V5 /entendrec 후속. scope bids:read.
|
|
68
68
|
* @summary 입찰 결과 조회
|
|
69
69
|
* @param {string} bidId
|
|
70
|
-
* @param {string} buyerId
|
|
70
|
+
* @param {string} buyerId 공고 명의 회원 ID (멀티테넌트 가시성 키).
|
|
71
71
|
* @param {*} [options] Override http request option.
|
|
72
72
|
* @throws {RequiredError}
|
|
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.
|
|
@@ -145,7 +145,7 @@ export declare const PartnerV1ApiAxiosParamCreator: (configuration?: Configurati
|
|
|
145
145
|
*/
|
|
146
146
|
submitNegotiationScores: (submitNegotiationScoresRequestDto: SubmitNegotiationScoresRequestDto, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
147
147
|
/**
|
|
148
|
-
* 스코프 `files:write` 필수. base64 또는 url 중 하나를 제출한다.
|
|
148
|
+
* 스코프 `files:write` + `Idempotency-Key` 헤더 필수. base64 또는 url 중 정확히 하나를 제출한다.
|
|
149
149
|
* @summary 입찰 첨부파일 업로드(base64 또는 url) → fileKey
|
|
150
150
|
* @param {UploadFileRequestDto} uploadFileRequestDto
|
|
151
151
|
* @param {*} [options] Override http request option.
|
|
@@ -170,7 +170,7 @@ export declare const PartnerV1ApiFp: (configuration?: Configuration) => {
|
|
|
170
170
|
* V5 /contractDocumentRec 후속. scope contracts:read.
|
|
171
171
|
* @summary 계약서류 수신 조회
|
|
172
172
|
* @param {string} bidId
|
|
173
|
-
* @param {string} buyerId
|
|
173
|
+
* @param {string} buyerId 공고 명의 회원 ID(b2b_member.member_id).
|
|
174
174
|
* @param {*} [options] Override http request option.
|
|
175
175
|
* @throws {RequiredError}
|
|
176
176
|
*/
|
|
@@ -187,13 +187,13 @@ export declare const PartnerV1ApiFp: (configuration?: Configuration) => {
|
|
|
187
187
|
* V5 /entendrec 후속. scope bids:read.
|
|
188
188
|
* @summary 입찰 결과 조회
|
|
189
189
|
* @param {string} bidId
|
|
190
|
-
* @param {string} buyerId
|
|
190
|
+
* @param {string} buyerId 공고 명의 회원 ID (멀티테넌트 가시성 키).
|
|
191
191
|
* @param {*} [options] Override http request option.
|
|
192
192
|
* @throws {RequiredError}
|
|
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.
|
|
@@ -265,7 +265,7 @@ export declare const PartnerV1ApiFp: (configuration?: Configuration) => {
|
|
|
265
265
|
*/
|
|
266
266
|
submitNegotiationScores(submitNegotiationScoresRequestDto: SubmitNegotiationScoresRequestDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<NegotiationScoredResponseDto>>;
|
|
267
267
|
/**
|
|
268
|
-
* 스코프 `files:write` 필수. base64 또는 url 중 하나를 제출한다.
|
|
268
|
+
* 스코프 `files:write` + `Idempotency-Key` 헤더 필수. base64 또는 url 중 정확히 하나를 제출한다.
|
|
269
269
|
* @summary 입찰 첨부파일 업로드(base64 또는 url) → fileKey
|
|
270
270
|
* @param {UploadFileRequestDto} uploadFileRequestDto
|
|
271
271
|
* @param {*} [options] Override http request option.
|
|
@@ -290,7 +290,7 @@ export declare const PartnerV1ApiFactory: (configuration?: Configuration, basePa
|
|
|
290
290
|
* V5 /contractDocumentRec 후속. scope contracts:read.
|
|
291
291
|
* @summary 계약서류 수신 조회
|
|
292
292
|
* @param {string} bidId
|
|
293
|
-
* @param {string} buyerId
|
|
293
|
+
* @param {string} buyerId 공고 명의 회원 ID(b2b_member.member_id).
|
|
294
294
|
* @param {*} [options] Override http request option.
|
|
295
295
|
* @throws {RequiredError}
|
|
296
296
|
*/
|
|
@@ -307,13 +307,13 @@ export declare const PartnerV1ApiFactory: (configuration?: Configuration, basePa
|
|
|
307
307
|
* V5 /entendrec 후속. scope bids:read.
|
|
308
308
|
* @summary 입찰 결과 조회
|
|
309
309
|
* @param {string} bidId
|
|
310
|
-
* @param {string} buyerId
|
|
310
|
+
* @param {string} buyerId 공고 명의 회원 ID (멀티테넌트 가시성 키).
|
|
311
311
|
* @param {*} [options] Override http request option.
|
|
312
312
|
* @throws {RequiredError}
|
|
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.
|
|
@@ -385,7 +385,7 @@ export declare const PartnerV1ApiFactory: (configuration?: Configuration, basePa
|
|
|
385
385
|
*/
|
|
386
386
|
submitNegotiationScores(submitNegotiationScoresRequestDto: SubmitNegotiationScoresRequestDto, options?: RawAxiosRequestConfig): AxiosPromise<NegotiationScoredResponseDto>;
|
|
387
387
|
/**
|
|
388
|
-
* 스코프 `files:write` 필수. base64 또는 url 중 하나를 제출한다.
|
|
388
|
+
* 스코프 `files:write` + `Idempotency-Key` 헤더 필수. base64 또는 url 중 정확히 하나를 제출한다.
|
|
389
389
|
* @summary 입찰 첨부파일 업로드(base64 또는 url) → fileKey
|
|
390
390
|
* @param {UploadFileRequestDto} uploadFileRequestDto
|
|
391
391
|
* @param {*} [options] Override http request option.
|
|
@@ -410,7 +410,7 @@ export declare class PartnerV1Api extends BaseAPI {
|
|
|
410
410
|
* V5 /contractDocumentRec 후속. scope contracts:read.
|
|
411
411
|
* @summary 계약서류 수신 조회
|
|
412
412
|
* @param {string} bidId
|
|
413
|
-
* @param {string} buyerId
|
|
413
|
+
* @param {string} buyerId 공고 명의 회원 ID(b2b_member.member_id).
|
|
414
414
|
* @param {*} [options] Override http request option.
|
|
415
415
|
* @throws {RequiredError}
|
|
416
416
|
*/
|
|
@@ -427,13 +427,13 @@ export declare class PartnerV1Api extends BaseAPI {
|
|
|
427
427
|
* V5 /entendrec 후속. scope bids:read.
|
|
428
428
|
* @summary 입찰 결과 조회
|
|
429
429
|
* @param {string} bidId
|
|
430
|
-
* @param {string} buyerId
|
|
430
|
+
* @param {string} buyerId 공고 명의 회원 ID (멀티테넌트 가시성 키).
|
|
431
431
|
* @param {*} [options] Override http request option.
|
|
432
432
|
* @throws {RequiredError}
|
|
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.
|
|
@@ -505,7 +505,7 @@ export declare class PartnerV1Api extends BaseAPI {
|
|
|
505
505
|
*/
|
|
506
506
|
submitNegotiationScores(submitNegotiationScoresRequestDto: SubmitNegotiationScoresRequestDto, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<NegotiationScoredResponseDto, any, {}>>;
|
|
507
507
|
/**
|
|
508
|
-
* 스코프 `files:write` 필수. base64 또는 url 중 하나를 제출한다.
|
|
508
|
+
* 스코프 `files:write` + `Idempotency-Key` 헤더 필수. base64 또는 url 중 정확히 하나를 제출한다.
|
|
509
509
|
* @summary 입찰 첨부파일 업로드(base64 또는 url) → fileKey
|
|
510
510
|
* @param {UploadFileRequestDto} uploadFileRequestDto
|
|
511
511
|
* @param {*} [options] Override http request option.
|
|
@@ -76,7 +76,7 @@ const PartnerV1ApiAxiosParamCreator = function (configuration) {
|
|
|
76
76
|
* V5 /contractDocumentRec 후속. scope contracts:read.
|
|
77
77
|
* @summary 계약서류 수신 조회
|
|
78
78
|
* @param {string} bidId
|
|
79
|
-
* @param {string} buyerId
|
|
79
|
+
* @param {string} buyerId 공고 명의 회원 ID(b2b_member.member_id).
|
|
80
80
|
* @param {*} [options] Override http request option.
|
|
81
81
|
* @throws {RequiredError}
|
|
82
82
|
*/
|
|
@@ -149,7 +149,7 @@ const PartnerV1ApiAxiosParamCreator = function (configuration) {
|
|
|
149
149
|
* V5 /entendrec 후속. scope bids:read.
|
|
150
150
|
* @summary 입찰 결과 조회
|
|
151
151
|
* @param {string} bidId
|
|
152
|
-
* @param {string} buyerId
|
|
152
|
+
* @param {string} buyerId 공고 명의 회원 ID (멀티테넌트 가시성 키).
|
|
153
153
|
* @param {*} [options] Override http request option.
|
|
154
154
|
* @throws {RequiredError}
|
|
155
155
|
*/
|
|
@@ -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.
|
|
@@ -487,7 +487,7 @@ const PartnerV1ApiAxiosParamCreator = function (configuration) {
|
|
|
487
487
|
};
|
|
488
488
|
}),
|
|
489
489
|
/**
|
|
490
|
-
* 스코프 `files:write` 필수. base64 또는 url 중 하나를 제출한다.
|
|
490
|
+
* 스코프 `files:write` + `Idempotency-Key` 헤더 필수. base64 또는 url 중 정확히 하나를 제출한다.
|
|
491
491
|
* @summary 입찰 첨부파일 업로드(base64 또는 url) → fileKey
|
|
492
492
|
* @param {UploadFileRequestDto} uploadFileRequestDto
|
|
493
493
|
* @param {*} [options] Override http request option.
|
|
@@ -550,7 +550,7 @@ const PartnerV1ApiFp = function (configuration) {
|
|
|
550
550
|
* V5 /contractDocumentRec 후속. scope contracts:read.
|
|
551
551
|
* @summary 계약서류 수신 조회
|
|
552
552
|
* @param {string} bidId
|
|
553
|
-
* @param {string} buyerId
|
|
553
|
+
* @param {string} buyerId 공고 명의 회원 ID(b2b_member.member_id).
|
|
554
554
|
* @param {*} [options] Override http request option.
|
|
555
555
|
* @throws {RequiredError}
|
|
556
556
|
*/
|
|
@@ -583,7 +583,7 @@ const PartnerV1ApiFp = function (configuration) {
|
|
|
583
583
|
* V5 /entendrec 후속. scope bids:read.
|
|
584
584
|
* @summary 입찰 결과 조회
|
|
585
585
|
* @param {string} bidId
|
|
586
|
-
* @param {string} buyerId
|
|
586
|
+
* @param {string} buyerId 공고 명의 회원 ID (멀티테넌트 가시성 키).
|
|
587
587
|
* @param {*} [options] Override http request option.
|
|
588
588
|
* @throws {RequiredError}
|
|
589
589
|
*/
|
|
@@ -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.
|
|
@@ -741,7 +741,7 @@ const PartnerV1ApiFp = function (configuration) {
|
|
|
741
741
|
});
|
|
742
742
|
},
|
|
743
743
|
/**
|
|
744
|
-
* 스코프 `files:write` 필수. base64 또는 url 중 하나를 제출한다.
|
|
744
|
+
* 스코프 `files:write` + `Idempotency-Key` 헤더 필수. base64 또는 url 중 정확히 하나를 제출한다.
|
|
745
745
|
* @summary 입찰 첨부파일 업로드(base64 또는 url) → fileKey
|
|
746
746
|
* @param {UploadFileRequestDto} uploadFileRequestDto
|
|
747
747
|
* @param {*} [options] Override http request option.
|
|
@@ -780,7 +780,7 @@ const PartnerV1ApiFactory = function (configuration, basePath, axios) {
|
|
|
780
780
|
* V5 /contractDocumentRec 후속. scope contracts:read.
|
|
781
781
|
* @summary 계약서류 수신 조회
|
|
782
782
|
* @param {string} bidId
|
|
783
|
-
* @param {string} buyerId
|
|
783
|
+
* @param {string} buyerId 공고 명의 회원 ID(b2b_member.member_id).
|
|
784
784
|
* @param {*} [options] Override http request option.
|
|
785
785
|
* @throws {RequiredError}
|
|
786
786
|
*/
|
|
@@ -801,7 +801,7 @@ const PartnerV1ApiFactory = function (configuration, basePath, axios) {
|
|
|
801
801
|
* V5 /entendrec 후속. scope bids:read.
|
|
802
802
|
* @summary 입찰 결과 조회
|
|
803
803
|
* @param {string} bidId
|
|
804
|
-
* @param {string} buyerId
|
|
804
|
+
* @param {string} buyerId 공고 명의 회원 ID (멀티테넌트 가시성 키).
|
|
805
805
|
* @param {*} [options] Override http request option.
|
|
806
806
|
* @throws {RequiredError}
|
|
807
807
|
*/
|
|
@@ -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.
|
|
@@ -899,7 +899,7 @@ const PartnerV1ApiFactory = function (configuration, basePath, axios) {
|
|
|
899
899
|
return localVarFp.submitNegotiationScores(submitNegotiationScoresRequestDto, options).then((request) => request(axios, basePath));
|
|
900
900
|
},
|
|
901
901
|
/**
|
|
902
|
-
* 스코프 `files:write` 필수. base64 또는 url 중 하나를 제출한다.
|
|
902
|
+
* 스코프 `files:write` + `Idempotency-Key` 헤더 필수. base64 또는 url 중 정확히 하나를 제출한다.
|
|
903
903
|
* @summary 입찰 첨부파일 업로드(base64 또는 url) → fileKey
|
|
904
904
|
* @param {UploadFileRequestDto} uploadFileRequestDto
|
|
905
905
|
* @param {*} [options] Override http request option.
|
|
@@ -930,7 +930,7 @@ class PartnerV1Api extends base_1.BaseAPI {
|
|
|
930
930
|
* V5 /contractDocumentRec 후속. scope contracts:read.
|
|
931
931
|
* @summary 계약서류 수신 조회
|
|
932
932
|
* @param {string} bidId
|
|
933
|
-
* @param {string} buyerId
|
|
933
|
+
* @param {string} buyerId 공고 명의 회원 ID(b2b_member.member_id).
|
|
934
934
|
* @param {*} [options] Override http request option.
|
|
935
935
|
* @throws {RequiredError}
|
|
936
936
|
*/
|
|
@@ -951,7 +951,7 @@ class PartnerV1Api extends base_1.BaseAPI {
|
|
|
951
951
|
* V5 /entendrec 후속. scope bids:read.
|
|
952
952
|
* @summary 입찰 결과 조회
|
|
953
953
|
* @param {string} bidId
|
|
954
|
-
* @param {string} buyerId
|
|
954
|
+
* @param {string} buyerId 공고 명의 회원 ID (멀티테넌트 가시성 키).
|
|
955
955
|
* @param {*} [options] Override http request option.
|
|
956
956
|
* @throws {RequiredError}
|
|
957
957
|
*/
|
|
@@ -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.
|
|
@@ -1049,7 +1049,7 @@ class PartnerV1Api extends base_1.BaseAPI {
|
|
|
1049
1049
|
return (0, exports.PartnerV1ApiFp)(this.configuration).submitNegotiationScores(submitNegotiationScoresRequestDto, options).then((request) => request(this.axios, this.basePath));
|
|
1050
1050
|
}
|
|
1051
1051
|
/**
|
|
1052
|
-
* 스코프 `files:write` 필수. base64 또는 url 중 하나를 제출한다.
|
|
1052
|
+
* 스코프 `files:write` + `Idempotency-Key` 헤더 필수. base64 또는 url 중 정확히 하나를 제출한다.
|
|
1053
1053
|
* @summary 입찰 첨부파일 업로드(base64 또는 url) → fileKey
|
|
1054
1054
|
* @param {UploadFileRequestDto} uploadFileRequestDto
|
|
1055
1055
|
* @param {*} [options] Override http request option.
|
|
@@ -50,7 +50,7 @@ export declare const PartnerV1ApiAxiosParamCreator: (configuration?: Configurati
|
|
|
50
50
|
* V5 /contractDocumentRec 후속. scope contracts:read.
|
|
51
51
|
* @summary 계약서류 수신 조회
|
|
52
52
|
* @param {string} bidId
|
|
53
|
-
* @param {string} buyerId
|
|
53
|
+
* @param {string} buyerId 공고 명의 회원 ID(b2b_member.member_id).
|
|
54
54
|
* @param {*} [options] Override http request option.
|
|
55
55
|
* @throws {RequiredError}
|
|
56
56
|
*/
|
|
@@ -67,13 +67,13 @@ export declare const PartnerV1ApiAxiosParamCreator: (configuration?: Configurati
|
|
|
67
67
|
* V5 /entendrec 후속. scope bids:read.
|
|
68
68
|
* @summary 입찰 결과 조회
|
|
69
69
|
* @param {string} bidId
|
|
70
|
-
* @param {string} buyerId
|
|
70
|
+
* @param {string} buyerId 공고 명의 회원 ID (멀티테넌트 가시성 키).
|
|
71
71
|
* @param {*} [options] Override http request option.
|
|
72
72
|
* @throws {RequiredError}
|
|
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.
|
|
@@ -145,7 +145,7 @@ export declare const PartnerV1ApiAxiosParamCreator: (configuration?: Configurati
|
|
|
145
145
|
*/
|
|
146
146
|
submitNegotiationScores: (submitNegotiationScoresRequestDto: SubmitNegotiationScoresRequestDto, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
147
147
|
/**
|
|
148
|
-
* 스코프 `files:write` 필수. base64 또는 url 중 하나를 제출한다.
|
|
148
|
+
* 스코프 `files:write` + `Idempotency-Key` 헤더 필수. base64 또는 url 중 정확히 하나를 제출한다.
|
|
149
149
|
* @summary 입찰 첨부파일 업로드(base64 또는 url) → fileKey
|
|
150
150
|
* @param {UploadFileRequestDto} uploadFileRequestDto
|
|
151
151
|
* @param {*} [options] Override http request option.
|
|
@@ -170,7 +170,7 @@ export declare const PartnerV1ApiFp: (configuration?: Configuration) => {
|
|
|
170
170
|
* V5 /contractDocumentRec 후속. scope contracts:read.
|
|
171
171
|
* @summary 계약서류 수신 조회
|
|
172
172
|
* @param {string} bidId
|
|
173
|
-
* @param {string} buyerId
|
|
173
|
+
* @param {string} buyerId 공고 명의 회원 ID(b2b_member.member_id).
|
|
174
174
|
* @param {*} [options] Override http request option.
|
|
175
175
|
* @throws {RequiredError}
|
|
176
176
|
*/
|
|
@@ -187,13 +187,13 @@ export declare const PartnerV1ApiFp: (configuration?: Configuration) => {
|
|
|
187
187
|
* V5 /entendrec 후속. scope bids:read.
|
|
188
188
|
* @summary 입찰 결과 조회
|
|
189
189
|
* @param {string} bidId
|
|
190
|
-
* @param {string} buyerId
|
|
190
|
+
* @param {string} buyerId 공고 명의 회원 ID (멀티테넌트 가시성 키).
|
|
191
191
|
* @param {*} [options] Override http request option.
|
|
192
192
|
* @throws {RequiredError}
|
|
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.
|
|
@@ -265,7 +265,7 @@ export declare const PartnerV1ApiFp: (configuration?: Configuration) => {
|
|
|
265
265
|
*/
|
|
266
266
|
submitNegotiationScores(submitNegotiationScoresRequestDto: SubmitNegotiationScoresRequestDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<NegotiationScoredResponseDto>>;
|
|
267
267
|
/**
|
|
268
|
-
* 스코프 `files:write` 필수. base64 또는 url 중 하나를 제출한다.
|
|
268
|
+
* 스코프 `files:write` + `Idempotency-Key` 헤더 필수. base64 또는 url 중 정확히 하나를 제출한다.
|
|
269
269
|
* @summary 입찰 첨부파일 업로드(base64 또는 url) → fileKey
|
|
270
270
|
* @param {UploadFileRequestDto} uploadFileRequestDto
|
|
271
271
|
* @param {*} [options] Override http request option.
|
|
@@ -290,7 +290,7 @@ export declare const PartnerV1ApiFactory: (configuration?: Configuration, basePa
|
|
|
290
290
|
* V5 /contractDocumentRec 후속. scope contracts:read.
|
|
291
291
|
* @summary 계약서류 수신 조회
|
|
292
292
|
* @param {string} bidId
|
|
293
|
-
* @param {string} buyerId
|
|
293
|
+
* @param {string} buyerId 공고 명의 회원 ID(b2b_member.member_id).
|
|
294
294
|
* @param {*} [options] Override http request option.
|
|
295
295
|
* @throws {RequiredError}
|
|
296
296
|
*/
|
|
@@ -307,13 +307,13 @@ export declare const PartnerV1ApiFactory: (configuration?: Configuration, basePa
|
|
|
307
307
|
* V5 /entendrec 후속. scope bids:read.
|
|
308
308
|
* @summary 입찰 결과 조회
|
|
309
309
|
* @param {string} bidId
|
|
310
|
-
* @param {string} buyerId
|
|
310
|
+
* @param {string} buyerId 공고 명의 회원 ID (멀티테넌트 가시성 키).
|
|
311
311
|
* @param {*} [options] Override http request option.
|
|
312
312
|
* @throws {RequiredError}
|
|
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.
|
|
@@ -385,7 +385,7 @@ export declare const PartnerV1ApiFactory: (configuration?: Configuration, basePa
|
|
|
385
385
|
*/
|
|
386
386
|
submitNegotiationScores(submitNegotiationScoresRequestDto: SubmitNegotiationScoresRequestDto, options?: RawAxiosRequestConfig): AxiosPromise<NegotiationScoredResponseDto>;
|
|
387
387
|
/**
|
|
388
|
-
* 스코프 `files:write` 필수. base64 또는 url 중 하나를 제출한다.
|
|
388
|
+
* 스코프 `files:write` + `Idempotency-Key` 헤더 필수. base64 또는 url 중 정확히 하나를 제출한다.
|
|
389
389
|
* @summary 입찰 첨부파일 업로드(base64 또는 url) → fileKey
|
|
390
390
|
* @param {UploadFileRequestDto} uploadFileRequestDto
|
|
391
391
|
* @param {*} [options] Override http request option.
|
|
@@ -410,7 +410,7 @@ export declare class PartnerV1Api extends BaseAPI {
|
|
|
410
410
|
* V5 /contractDocumentRec 후속. scope contracts:read.
|
|
411
411
|
* @summary 계약서류 수신 조회
|
|
412
412
|
* @param {string} bidId
|
|
413
|
-
* @param {string} buyerId
|
|
413
|
+
* @param {string} buyerId 공고 명의 회원 ID(b2b_member.member_id).
|
|
414
414
|
* @param {*} [options] Override http request option.
|
|
415
415
|
* @throws {RequiredError}
|
|
416
416
|
*/
|
|
@@ -427,13 +427,13 @@ export declare class PartnerV1Api extends BaseAPI {
|
|
|
427
427
|
* V5 /entendrec 후속. scope bids:read.
|
|
428
428
|
* @summary 입찰 결과 조회
|
|
429
429
|
* @param {string} bidId
|
|
430
|
-
* @param {string} buyerId
|
|
430
|
+
* @param {string} buyerId 공고 명의 회원 ID (멀티테넌트 가시성 키).
|
|
431
431
|
* @param {*} [options] Override http request option.
|
|
432
432
|
* @throws {RequiredError}
|
|
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.
|
|
@@ -505,7 +505,7 @@ export declare class PartnerV1Api extends BaseAPI {
|
|
|
505
505
|
*/
|
|
506
506
|
submitNegotiationScores(submitNegotiationScoresRequestDto: SubmitNegotiationScoresRequestDto, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<NegotiationScoredResponseDto, any, {}>>;
|
|
507
507
|
/**
|
|
508
|
-
* 스코프 `files:write` 필수. base64 또는 url 중 하나를 제출한다.
|
|
508
|
+
* 스코프 `files:write` + `Idempotency-Key` 헤더 필수. base64 또는 url 중 정확히 하나를 제출한다.
|
|
509
509
|
* @summary 입찰 첨부파일 업로드(base64 또는 url) → fileKey
|
|
510
510
|
* @param {UploadFileRequestDto} uploadFileRequestDto
|
|
511
511
|
* @param {*} [options] Override http request option.
|
|
@@ -73,7 +73,7 @@ export const PartnerV1ApiAxiosParamCreator = function (configuration) {
|
|
|
73
73
|
* V5 /contractDocumentRec 후속. scope contracts:read.
|
|
74
74
|
* @summary 계약서류 수신 조회
|
|
75
75
|
* @param {string} bidId
|
|
76
|
-
* @param {string} buyerId
|
|
76
|
+
* @param {string} buyerId 공고 명의 회원 ID(b2b_member.member_id).
|
|
77
77
|
* @param {*} [options] Override http request option.
|
|
78
78
|
* @throws {RequiredError}
|
|
79
79
|
*/
|
|
@@ -146,7 +146,7 @@ export const PartnerV1ApiAxiosParamCreator = function (configuration) {
|
|
|
146
146
|
* V5 /entendrec 후속. scope bids:read.
|
|
147
147
|
* @summary 입찰 결과 조회
|
|
148
148
|
* @param {string} bidId
|
|
149
|
-
* @param {string} buyerId
|
|
149
|
+
* @param {string} buyerId 공고 명의 회원 ID (멀티테넌트 가시성 키).
|
|
150
150
|
* @param {*} [options] Override http request option.
|
|
151
151
|
* @throws {RequiredError}
|
|
152
152
|
*/
|
|
@@ -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.
|
|
@@ -484,7 +484,7 @@ export const PartnerV1ApiAxiosParamCreator = function (configuration) {
|
|
|
484
484
|
};
|
|
485
485
|
}),
|
|
486
486
|
/**
|
|
487
|
-
* 스코프 `files:write` 필수. base64 또는 url 중 하나를 제출한다.
|
|
487
|
+
* 스코프 `files:write` + `Idempotency-Key` 헤더 필수. base64 또는 url 중 정확히 하나를 제출한다.
|
|
488
488
|
* @summary 입찰 첨부파일 업로드(base64 또는 url) → fileKey
|
|
489
489
|
* @param {UploadFileRequestDto} uploadFileRequestDto
|
|
490
490
|
* @param {*} [options] Override http request option.
|
|
@@ -546,7 +546,7 @@ export const PartnerV1ApiFp = function (configuration) {
|
|
|
546
546
|
* V5 /contractDocumentRec 후속. scope contracts:read.
|
|
547
547
|
* @summary 계약서류 수신 조회
|
|
548
548
|
* @param {string} bidId
|
|
549
|
-
* @param {string} buyerId
|
|
549
|
+
* @param {string} buyerId 공고 명의 회원 ID(b2b_member.member_id).
|
|
550
550
|
* @param {*} [options] Override http request option.
|
|
551
551
|
* @throws {RequiredError}
|
|
552
552
|
*/
|
|
@@ -579,7 +579,7 @@ export const PartnerV1ApiFp = function (configuration) {
|
|
|
579
579
|
* V5 /entendrec 후속. scope bids:read.
|
|
580
580
|
* @summary 입찰 결과 조회
|
|
581
581
|
* @param {string} bidId
|
|
582
|
-
* @param {string} buyerId
|
|
582
|
+
* @param {string} buyerId 공고 명의 회원 ID (멀티테넌트 가시성 키).
|
|
583
583
|
* @param {*} [options] Override http request option.
|
|
584
584
|
* @throws {RequiredError}
|
|
585
585
|
*/
|
|
@@ -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.
|
|
@@ -737,7 +737,7 @@ export const PartnerV1ApiFp = function (configuration) {
|
|
|
737
737
|
});
|
|
738
738
|
},
|
|
739
739
|
/**
|
|
740
|
-
* 스코프 `files:write` 필수. base64 또는 url 중 하나를 제출한다.
|
|
740
|
+
* 스코프 `files:write` + `Idempotency-Key` 헤더 필수. base64 또는 url 중 정확히 하나를 제출한다.
|
|
741
741
|
* @summary 입찰 첨부파일 업로드(base64 또는 url) → fileKey
|
|
742
742
|
* @param {UploadFileRequestDto} uploadFileRequestDto
|
|
743
743
|
* @param {*} [options] Override http request option.
|
|
@@ -775,7 +775,7 @@ export const PartnerV1ApiFactory = function (configuration, basePath, axios) {
|
|
|
775
775
|
* V5 /contractDocumentRec 후속. scope contracts:read.
|
|
776
776
|
* @summary 계약서류 수신 조회
|
|
777
777
|
* @param {string} bidId
|
|
778
|
-
* @param {string} buyerId
|
|
778
|
+
* @param {string} buyerId 공고 명의 회원 ID(b2b_member.member_id).
|
|
779
779
|
* @param {*} [options] Override http request option.
|
|
780
780
|
* @throws {RequiredError}
|
|
781
781
|
*/
|
|
@@ -796,7 +796,7 @@ export const PartnerV1ApiFactory = function (configuration, basePath, axios) {
|
|
|
796
796
|
* V5 /entendrec 후속. scope bids:read.
|
|
797
797
|
* @summary 입찰 결과 조회
|
|
798
798
|
* @param {string} bidId
|
|
799
|
-
* @param {string} buyerId
|
|
799
|
+
* @param {string} buyerId 공고 명의 회원 ID (멀티테넌트 가시성 키).
|
|
800
800
|
* @param {*} [options] Override http request option.
|
|
801
801
|
* @throws {RequiredError}
|
|
802
802
|
*/
|
|
@@ -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.
|
|
@@ -894,7 +894,7 @@ export const PartnerV1ApiFactory = function (configuration, basePath, axios) {
|
|
|
894
894
|
return localVarFp.submitNegotiationScores(submitNegotiationScoresRequestDto, options).then((request) => request(axios, basePath));
|
|
895
895
|
},
|
|
896
896
|
/**
|
|
897
|
-
* 스코프 `files:write` 필수. base64 또는 url 중 하나를 제출한다.
|
|
897
|
+
* 스코프 `files:write` + `Idempotency-Key` 헤더 필수. base64 또는 url 중 정확히 하나를 제출한다.
|
|
898
898
|
* @summary 입찰 첨부파일 업로드(base64 또는 url) → fileKey
|
|
899
899
|
* @param {UploadFileRequestDto} uploadFileRequestDto
|
|
900
900
|
* @param {*} [options] Override http request option.
|
|
@@ -924,7 +924,7 @@ export class PartnerV1Api extends BaseAPI {
|
|
|
924
924
|
* V5 /contractDocumentRec 후속. scope contracts:read.
|
|
925
925
|
* @summary 계약서류 수신 조회
|
|
926
926
|
* @param {string} bidId
|
|
927
|
-
* @param {string} buyerId
|
|
927
|
+
* @param {string} buyerId 공고 명의 회원 ID(b2b_member.member_id).
|
|
928
928
|
* @param {*} [options] Override http request option.
|
|
929
929
|
* @throws {RequiredError}
|
|
930
930
|
*/
|
|
@@ -945,7 +945,7 @@ export class PartnerV1Api extends BaseAPI {
|
|
|
945
945
|
* V5 /entendrec 후속. scope bids:read.
|
|
946
946
|
* @summary 입찰 결과 조회
|
|
947
947
|
* @param {string} bidId
|
|
948
|
-
* @param {string} buyerId
|
|
948
|
+
* @param {string} buyerId 공고 명의 회원 ID (멀티테넌트 가시성 키).
|
|
949
949
|
* @param {*} [options] Override http request option.
|
|
950
950
|
* @throws {RequiredError}
|
|
951
951
|
*/
|
|
@@ -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.
|
|
@@ -1043,7 +1043,7 @@ export class PartnerV1Api extends BaseAPI {
|
|
|
1043
1043
|
return PartnerV1ApiFp(this.configuration).submitNegotiationScores(submitNegotiationScoresRequestDto, options).then((request) => request(this.axios, this.basePath));
|
|
1044
1044
|
}
|
|
1045
1045
|
/**
|
|
1046
|
-
* 스코프 `files:write` 필수. base64 또는 url 중 하나를 제출한다.
|
|
1046
|
+
* 스코프 `files:write` + `Idempotency-Key` 헤더 필수. base64 또는 url 중 정확히 하나를 제출한다.
|
|
1047
1047
|
* @summary 입찰 첨부파일 업로드(base64 또는 url) → fileKey
|
|
1048
1048
|
* @param {UploadFileRequestDto} uploadFileRequestDto
|
|
1049
1049
|
* @param {*} [options] Override http request option.
|
|
@@ -15,7 +15,11 @@ export interface BidResultsBatchRequestDto {
|
|
|
15
15
|
*/
|
|
16
16
|
'buyerId': string;
|
|
17
17
|
/**
|
|
18
|
-
* 조회할 공고 식별자 목록.
|
|
18
|
+
* 조회할 공고 식별자 목록. purchaseNos 와 상호배타(정확히 하나). 최대 100건.
|
|
19
19
|
*/
|
|
20
|
-
'bidIds'
|
|
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
|
-
* 공고 상태
|
|
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
|
/**
|
|
@@ -15,7 +15,11 @@ export interface BidResultsBatchRequestDto {
|
|
|
15
15
|
*/
|
|
16
16
|
'buyerId': string;
|
|
17
17
|
/**
|
|
18
|
-
* 조회할 공고 식별자 목록.
|
|
18
|
+
* 조회할 공고 식별자 목록. purchaseNos 와 상호배타(정확히 하나). 최대 100건.
|
|
19
19
|
*/
|
|
20
|
-
'bidIds'
|
|
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
|
-
* 공고 상태
|
|
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
|
/**
|
|
@@ -6,7 +6,8 @@
|
|
|
6
6
|
Name | Type | Description | Notes
|
|
7
7
|
------------ | ------------- | ------------- | -------------
|
|
8
8
|
**buyerId** | **string** | 공고 명의 회원 ID (멀티테넌트). | [default to undefined]
|
|
9
|
-
**bidIds** | **Array<string>** | 조회할 공고 식별자 목록.
|
|
9
|
+
**bidIds** | **Array<string>** | 조회할 공고 식별자 목록. purchaseNos 와 상호배타(정확히 하나). 최대 100건. | [optional] [default to undefined]
|
|
10
|
+
**purchaseNos** | **Array<string>** | 조회할 구매번호(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** | 공고 상태
|
|
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,
|
package/docs/PartnerV1Api.md
CHANGED
|
@@ -91,7 +91,7 @@ const configuration = new Configuration();
|
|
|
91
91
|
const apiInstance = new PartnerV1Api(configuration);
|
|
92
92
|
|
|
93
93
|
let bidId: string; // (default to undefined)
|
|
94
|
-
let buyerId: string;
|
|
94
|
+
let buyerId: string; //공고 명의 회원 ID(b2b_member.member_id). (default to undefined)
|
|
95
95
|
|
|
96
96
|
const { status, data } = await apiInstance.getBidContractDocuments(
|
|
97
97
|
bidId,
|
|
@@ -104,7 +104,7 @@ const { status, data } = await apiInstance.getBidContractDocuments(
|
|
|
104
104
|
|Name | Type | Description | Notes|
|
|
105
105
|
|------------- | ------------- | ------------- | -------------|
|
|
106
106
|
| **bidId** | [**string**] | | defaults to undefined|
|
|
107
|
-
| **buyerId** | [**string**] |
|
|
107
|
+
| **buyerId** | [**string**] | 공고 명의 회원 ID(b2b_member.member_id). | defaults to undefined|
|
|
108
108
|
|
|
109
109
|
|
|
110
110
|
### Return type
|
|
@@ -197,7 +197,7 @@ const configuration = new Configuration();
|
|
|
197
197
|
const apiInstance = new PartnerV1Api(configuration);
|
|
198
198
|
|
|
199
199
|
let bidId: string; // (default to undefined)
|
|
200
|
-
let buyerId: string;
|
|
200
|
+
let buyerId: string; //공고 명의 회원 ID (멀티테넌트 가시성 키). (default to undefined)
|
|
201
201
|
|
|
202
202
|
const { status, data } = await apiInstance.getBidResults(
|
|
203
203
|
bidId,
|
|
@@ -210,7 +210,7 @@ const { status, data } = await apiInstance.getBidResults(
|
|
|
210
210
|
|Name | Type | Description | Notes|
|
|
211
211
|
|------------- | ------------- | ------------- | -------------|
|
|
212
212
|
| **bidId** | [**string**] | | defaults to undefined|
|
|
213
|
-
| **buyerId** | [**string**] |
|
|
213
|
+
| **buyerId** | [**string**] | 공고 명의 회원 ID (멀티테넌트 가시성 키). | defaults to undefined|
|
|
214
214
|
|
|
215
215
|
|
|
216
216
|
### Return type
|
|
@@ -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
|
|
|
@@ -698,7 +698,7 @@ const { status, data } = await apiInstance.submitNegotiationScores(
|
|
|
698
698
|
# **uploadFile**
|
|
699
699
|
> FileUploadedResponseDto uploadFile(uploadFileRequestDto)
|
|
700
700
|
|
|
701
|
-
스코프 `files:write` 필수. base64 또는 url 중 하나를 제출한다.
|
|
701
|
+
스코프 `files:write` + `Idempotency-Key` 헤더 필수. base64 또는 url 중 정확히 하나를 제출한다.
|
|
702
702
|
|
|
703
703
|
### Example
|
|
704
704
|
|
|
@@ -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,
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
Name | Type | Description | Notes
|
|
7
7
|
------------ | ------------- | ------------- | -------------
|
|
8
8
|
**fileName** | **string** | 파일명 (확장자 포함). 최대 255자. | [default to undefined]
|
|
9
|
-
**base64** | **string** | Base64 인코딩된 파일 데이터. url 이 없을 때 필수. | [optional] [default to undefined]
|
|
9
|
+
**base64** | **string** | Base64 인코딩된 파일 데이터. url 이 없을 때 필수. 디코딩 후 최대 30MB. | [optional] [default to undefined]
|
|
10
10
|
**url** | **string** | 다운로드 가능한 파일 URL. base64 가 없을 때 필수. | [optional] [default to undefined]
|
|
11
11
|
|
|
12
12
|
## Example
|
|
@@ -20,8 +20,12 @@ export interface BidResultsBatchRequestDto {
|
|
|
20
20
|
*/
|
|
21
21
|
'buyerId': string;
|
|
22
22
|
/**
|
|
23
|
-
* 조회할 공고 식별자 목록.
|
|
23
|
+
* 조회할 공고 식별자 목록. purchaseNos 와 상호배타(정확히 하나). 최대 100건.
|
|
24
24
|
*/
|
|
25
|
-
'bidIds'
|
|
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
|
-
* 공고 상태
|
|
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
|
/**
|