@cmarket/partner-sdk 0.1.0 → 0.2.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 +37 -6
- package/api/oauth-api.ts +1 -1
- package/api/partner-v1-api.ts +13 -13
- package/api/partner-v2-api.ts +800 -9
- package/api.ts +1 -2
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api/oauth-api.d.ts +1 -1
- package/dist/api/oauth-api.js +1 -1
- package/dist/api/partner-v1-api.d.ts +13 -13
- package/dist/api/partner-v1-api.js +13 -13
- package/dist/api/partner-v2-api.d.ts +359 -9
- package/dist/api/partner-v2-api.js +739 -9
- package/dist/api.d.ts +1 -2
- package/dist/api.js +1 -2
- package/dist/base.d.ts +1 -1
- package/dist/base.js +1 -1
- package/dist/common.d.ts +1 -1
- package/dist/common.js +1 -1
- package/dist/configuration.d.ts +1 -1
- package/dist/configuration.js +1 -1
- package/dist/esm/api/oauth-api.d.ts +1 -1
- package/dist/esm/api/oauth-api.js +1 -1
- package/dist/esm/api/partner-v1-api.d.ts +13 -13
- package/dist/esm/api/partner-v1-api.js +13 -13
- package/dist/esm/api/partner-v2-api.d.ts +359 -9
- package/dist/esm/api/partner-v2-api.js +739 -9
- package/dist/esm/api.d.ts +1 -2
- package/dist/esm/api.js +1 -2
- package/dist/esm/base.d.ts +1 -1
- package/dist/esm/base.js +1 -1
- package/dist/esm/common.d.ts +1 -1
- package/dist/esm/common.js +1 -1
- package/dist/esm/configuration.d.ts +1 -1
- package/dist/esm/configuration.js +1 -1
- package/dist/esm/index.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/models/acceptance-result-response-dto.d.ts +21 -0
- package/dist/esm/models/{legacy-envelope-dto.js → acceptance-result-response-dto.js} +1 -1
- package/dist/esm/models/award-registered-response-dto.d.ts +1 -1
- package/dist/esm/models/award-registered-response-dto.js +1 -1
- package/dist/esm/models/bid-bond-dto.d.ts +1 -1
- package/dist/esm/models/bid-bond-dto.js +1 -1
- package/dist/esm/models/bid-contract-documents-batch-request-dto.d.ts +21 -0
- package/dist/esm/models/bid-contract-documents-batch-request-dto.js +14 -0
- package/dist/esm/models/bid-contract-documents-response-dto.d.ts +26 -0
- package/dist/esm/models/bid-contract-documents-response-dto.js +14 -0
- package/dist/esm/models/bid-created-response-dto.d.ts +1 -1
- package/dist/esm/models/bid-created-response-dto.js +1 -1
- package/dist/esm/models/bid-document-dto.d.ts +1 -1
- package/dist/esm/models/bid-document-dto.js +1 -1
- package/dist/esm/models/bid-failed-response-dto.d.ts +21 -0
- package/dist/esm/models/bid-failed-response-dto.js +14 -0
- package/dist/esm/models/bid-failure-reason.d.ts +25 -0
- package/dist/esm/models/bid-failure-reason.js +26 -0
- package/dist/esm/models/bid-item-dto.d.ts +1 -1
- package/dist/esm/models/bid-item-dto.js +1 -1
- package/dist/esm/models/bid-manager-dto.d.ts +9 -1
- package/dist/esm/models/bid-manager-dto.js +1 -1
- package/dist/esm/models/bid-result-participant-dto.d.ts +65 -0
- package/dist/esm/models/bid-result-participant-dto.js +14 -0
- package/dist/esm/models/bid-result-product-dto.d.ts +25 -0
- package/dist/esm/models/bid-result-product-dto.js +14 -0
- package/dist/esm/models/bid-result-winner-dto.d.ts +25 -0
- package/dist/esm/models/bid-result-winner-dto.js +14 -0
- package/dist/esm/models/bid-results-batch-request-dto.d.ts +21 -0
- package/dist/esm/models/bid-results-batch-request-dto.js +14 -0
- package/dist/esm/models/bid-results-response-dto.d.ts +56 -0
- package/dist/esm/models/bid-results-response-dto.js +14 -0
- package/dist/esm/models/bid-settlement-line-item-dto.d.ts +49 -0
- package/dist/esm/models/bid-settlement-line-item-dto.js +14 -0
- package/dist/esm/models/bid-settlement-participant-dto.d.ts +95 -0
- package/dist/esm/models/bid-settlement-participant-dto.js +17 -0
- package/dist/esm/models/bid-settlement-response-dto.d.ts +22 -0
- package/dist/esm/models/bid-settlement-response-dto.js +14 -0
- package/dist/esm/models/bid-statement-response-dto.d.ts +31 -0
- package/dist/esm/models/bid-statement-response-dto.js +14 -0
- package/dist/esm/models/bid-status.d.ts +2 -2
- package/dist/esm/models/bid-status.js +2 -2
- package/dist/esm/models/bid-summary-response-dto.d.ts +5 -5
- package/dist/esm/models/bid-summary-response-dto.js +1 -1
- package/dist/esm/models/complete-acceptance-request-dto.d.ts +65 -0
- package/dist/esm/models/complete-acceptance-request-dto.js +14 -0
- package/dist/esm/models/contract-document-item-dto.d.ts +29 -0
- package/dist/esm/models/contract-document-item-dto.js +14 -0
- package/dist/esm/models/create-bid-request-dto.d.ts +19 -2
- package/dist/esm/models/create-bid-request-dto.js +5 -1
- package/dist/esm/models/file-uploaded-response-dto.d.ts +1 -1
- package/dist/esm/models/file-uploaded-response-dto.js +1 -1
- package/dist/esm/models/health-response-dto.d.ts +1 -1
- package/dist/esm/models/health-response-dto.js +1 -1
- package/dist/esm/models/hierarchical-region-dto.d.ts +1 -1
- package/dist/esm/models/hierarchical-region-dto.js +1 -1
- package/dist/esm/models/index.d.ts +24 -1
- package/dist/esm/models/index.js +24 -1
- package/dist/esm/models/mark-bid-failed-request-dto.d.ts +30 -0
- package/dist/esm/models/mark-bid-failed-request-dto.js +14 -0
- package/dist/esm/models/negotiation-score-dto.d.ts +25 -0
- package/dist/esm/models/negotiation-score-dto.js +14 -0
- package/dist/esm/models/negotiation-scored-response-dto.d.ts +25 -0
- package/dist/esm/models/negotiation-scored-response-dto.js +14 -0
- package/dist/esm/models/preconditions-dto.d.ts +1 -1
- package/dist/esm/models/preconditions-dto.js +1 -1
- package/dist/esm/models/register-award-request-dto.d.ts +10 -2
- package/dist/esm/models/register-award-request-dto.js +1 -1
- package/dist/esm/models/request-split-invoice-request-dto.d.ts +33 -0
- package/dist/esm/models/request-split-invoice-request-dto.js +14 -0
- package/dist/esm/models/split-invoice-response-dto.d.ts +21 -0
- package/dist/esm/models/split-invoice-response-dto.js +14 -0
- package/dist/esm/models/statement-document-dto.d.ts +25 -0
- package/dist/esm/models/statement-document-dto.js +14 -0
- package/dist/esm/models/statement-product-dto.d.ts +49 -0
- package/dist/esm/models/statement-product-dto.js +14 -0
- package/dist/esm/models/submit-negotiation-scores-request-dto.d.ts +30 -0
- package/dist/esm/models/submit-negotiation-scores-request-dto.js +14 -0
- package/dist/esm/models/token-request-dto.d.ts +1 -1
- package/dist/esm/models/token-request-dto.js +1 -1
- package/dist/esm/models/token-response-dto.d.ts +1 -1
- package/dist/esm/models/token-response-dto.js +1 -1
- package/dist/esm/models/upload-file-request-dto.d.ts +1 -1
- package/dist/esm/models/upload-file-request-dto.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/models/acceptance-result-response-dto.d.ts +21 -0
- package/dist/models/{legacy-envelope-dto.js → acceptance-result-response-dto.js} +1 -1
- package/dist/models/award-registered-response-dto.d.ts +1 -1
- package/dist/models/award-registered-response-dto.js +1 -1
- package/dist/models/bid-bond-dto.d.ts +1 -1
- package/dist/models/bid-bond-dto.js +1 -1
- package/dist/models/bid-contract-documents-batch-request-dto.d.ts +21 -0
- package/dist/models/bid-contract-documents-batch-request-dto.js +15 -0
- package/dist/models/bid-contract-documents-response-dto.d.ts +26 -0
- package/dist/models/bid-contract-documents-response-dto.js +15 -0
- package/dist/models/bid-created-response-dto.d.ts +1 -1
- package/dist/models/bid-created-response-dto.js +1 -1
- package/dist/models/bid-document-dto.d.ts +1 -1
- package/dist/models/bid-document-dto.js +1 -1
- package/dist/models/bid-failed-response-dto.d.ts +21 -0
- package/dist/models/bid-failed-response-dto.js +15 -0
- package/dist/models/bid-failure-reason.d.ts +25 -0
- package/dist/models/bid-failure-reason.js +29 -0
- package/dist/models/bid-item-dto.d.ts +1 -1
- package/dist/models/bid-item-dto.js +1 -1
- package/dist/models/bid-manager-dto.d.ts +9 -1
- package/dist/models/bid-manager-dto.js +1 -1
- package/dist/models/bid-result-participant-dto.d.ts +65 -0
- package/dist/models/bid-result-participant-dto.js +15 -0
- package/dist/models/bid-result-product-dto.d.ts +25 -0
- package/dist/models/bid-result-product-dto.js +15 -0
- package/dist/models/bid-result-winner-dto.d.ts +25 -0
- package/dist/models/bid-result-winner-dto.js +15 -0
- package/dist/models/bid-results-batch-request-dto.d.ts +21 -0
- package/dist/models/bid-results-batch-request-dto.js +15 -0
- package/dist/models/bid-results-response-dto.d.ts +56 -0
- package/dist/models/bid-results-response-dto.js +15 -0
- package/dist/models/bid-settlement-line-item-dto.d.ts +49 -0
- package/dist/models/bid-settlement-line-item-dto.js +15 -0
- package/dist/models/bid-settlement-participant-dto.d.ts +95 -0
- package/dist/models/bid-settlement-participant-dto.js +20 -0
- package/dist/models/bid-settlement-response-dto.d.ts +22 -0
- package/dist/models/bid-settlement-response-dto.js +15 -0
- package/dist/models/bid-statement-response-dto.d.ts +31 -0
- package/dist/models/bid-statement-response-dto.js +15 -0
- package/dist/models/bid-status.d.ts +2 -2
- package/dist/models/bid-status.js +2 -2
- package/dist/models/bid-summary-response-dto.d.ts +5 -5
- package/dist/models/bid-summary-response-dto.js +1 -1
- package/dist/models/complete-acceptance-request-dto.d.ts +65 -0
- package/dist/models/complete-acceptance-request-dto.js +15 -0
- package/dist/models/contract-document-item-dto.d.ts +29 -0
- package/dist/models/contract-document-item-dto.js +15 -0
- package/dist/models/create-bid-request-dto.d.ts +19 -2
- package/dist/models/create-bid-request-dto.js +6 -2
- package/dist/models/file-uploaded-response-dto.d.ts +1 -1
- package/dist/models/file-uploaded-response-dto.js +1 -1
- package/dist/models/health-response-dto.d.ts +1 -1
- package/dist/models/health-response-dto.js +1 -1
- package/dist/models/hierarchical-region-dto.d.ts +1 -1
- package/dist/models/hierarchical-region-dto.js +1 -1
- package/dist/models/index.d.ts +24 -1
- package/dist/models/index.js +24 -1
- package/dist/models/mark-bid-failed-request-dto.d.ts +30 -0
- package/dist/models/mark-bid-failed-request-dto.js +15 -0
- package/dist/models/negotiation-score-dto.d.ts +25 -0
- package/dist/models/negotiation-score-dto.js +15 -0
- package/dist/models/negotiation-scored-response-dto.d.ts +25 -0
- package/dist/models/negotiation-scored-response-dto.js +15 -0
- package/dist/models/preconditions-dto.d.ts +1 -1
- package/dist/models/preconditions-dto.js +1 -1
- package/dist/models/register-award-request-dto.d.ts +10 -2
- package/dist/models/register-award-request-dto.js +1 -1
- package/dist/models/request-split-invoice-request-dto.d.ts +33 -0
- package/dist/models/request-split-invoice-request-dto.js +15 -0
- package/dist/models/split-invoice-response-dto.d.ts +21 -0
- package/dist/models/split-invoice-response-dto.js +15 -0
- package/dist/models/statement-document-dto.d.ts +25 -0
- package/dist/models/statement-document-dto.js +15 -0
- package/dist/models/statement-product-dto.d.ts +49 -0
- package/dist/models/statement-product-dto.js +15 -0
- package/dist/models/submit-negotiation-scores-request-dto.d.ts +30 -0
- package/dist/models/submit-negotiation-scores-request-dto.js +15 -0
- package/dist/models/token-request-dto.d.ts +1 -1
- package/dist/models/token-request-dto.js +1 -1
- package/dist/models/token-response-dto.d.ts +1 -1
- package/dist/models/token-response-dto.js +1 -1
- package/dist/models/upload-file-request-dto.d.ts +1 -1
- package/dist/models/upload-file-request-dto.js +1 -1
- package/docs/AcceptanceResultResponseDto.md +22 -0
- package/docs/BidContractDocumentsBatchRequestDto.md +22 -0
- package/docs/BidContractDocumentsResponseDto.md +24 -0
- package/docs/BidFailedResponseDto.md +22 -0
- package/docs/BidFailureReason.md +23 -0
- package/docs/BidManagerDto.md +4 -0
- package/docs/BidResultParticipantDto.md +44 -0
- package/docs/BidResultProductDto.md +24 -0
- package/docs/BidResultWinnerDto.md +24 -0
- package/docs/BidResultsBatchRequestDto.md +22 -0
- package/docs/BidResultsResponseDto.md +38 -0
- package/docs/BidSettlementLineItemDto.md +36 -0
- package/docs/BidSettlementParticipantDto.md +56 -0
- package/docs/BidSettlementResponseDto.md +22 -0
- package/docs/BidStatementResponseDto.md +26 -0
- package/docs/BidStatus.md +1 -1
- package/docs/BidSummaryResponseDto.md +4 -4
- package/docs/CompleteAcceptanceRequestDto.md +44 -0
- package/docs/ContractDocumentItemDto.md +26 -0
- package/docs/CreateBidRequestDto.md +7 -1
- package/docs/MarkBidFailedRequestDto.md +26 -0
- package/docs/NegotiationScoreDto.md +24 -0
- package/docs/NegotiationScoredResponseDto.md +24 -0
- package/docs/PartnerV1Api.md +3 -3
- package/docs/PartnerV2Api.md +540 -2
- package/docs/RegisterAwardRequestDto.md +5 -1
- package/docs/RequestSplitInvoiceRequestDto.md +28 -0
- package/docs/SplitInvoiceResponseDto.md +22 -0
- package/docs/StatementDocumentDto.md +24 -0
- package/docs/StatementProductDto.md +36 -0
- package/docs/SubmitNegotiationScoresRequestDto.md +26 -0
- package/index.ts +1 -1
- package/models/acceptance-result-response-dto.ts +27 -0
- package/models/award-registered-response-dto.ts +1 -1
- package/models/bid-bond-dto.ts +1 -1
- package/models/bid-contract-documents-batch-request-dto.ts +27 -0
- package/models/bid-contract-documents-response-dto.ts +34 -0
- package/models/bid-created-response-dto.ts +1 -1
- package/models/bid-document-dto.ts +1 -1
- package/models/bid-failed-response-dto.ts +27 -0
- package/models/bid-failure-reason.ts +35 -0
- package/models/bid-item-dto.ts +1 -1
- package/models/bid-manager-dto.ts +9 -1
- package/models/bid-result-participant-dto.ts +71 -0
- package/models/bid-result-product-dto.ts +31 -0
- package/models/bid-result-winner-dto.ts +31 -0
- package/models/bid-results-batch-request-dto.ts +27 -0
- package/models/bid-results-response-dto.ts +68 -0
- package/models/bid-settlement-line-item-dto.ts +55 -0
- package/models/bid-settlement-participant-dto.ts +106 -0
- package/models/bid-settlement-response-dto.ts +30 -0
- package/models/bid-statement-response-dto.ts +41 -0
- package/models/bid-status.ts +2 -2
- package/models/bid-summary-response-dto.ts +5 -5
- package/models/complete-acceptance-request-dto.ts +71 -0
- package/models/contract-document-item-dto.ts +35 -0
- package/models/create-bid-request-dto.ts +20 -2
- package/models/file-uploaded-response-dto.ts +1 -1
- package/models/health-response-dto.ts +1 -1
- package/models/hierarchical-region-dto.ts +1 -1
- package/models/index.ts +24 -1
- package/models/mark-bid-failed-request-dto.ts +40 -0
- package/models/negotiation-score-dto.ts +31 -0
- package/models/{legacy-envelope-dto.ts → negotiation-scored-response-dto.ts} +8 -8
- package/models/preconditions-dto.ts +1 -1
- package/models/register-award-request-dto.ts +10 -2
- package/models/request-split-invoice-request-dto.ts +39 -0
- package/models/split-invoice-response-dto.ts +27 -0
- package/models/statement-document-dto.ts +31 -0
- package/models/statement-product-dto.ts +55 -0
- package/models/submit-negotiation-scores-request-dto.ts +38 -0
- package/models/token-request-dto.ts +1 -1
- package/models/token-response-dto.ts +1 -1
- package/models/upload-file-request-dto.ts +1 -1
- package/package.json +1 -1
- package/.openapi-generator/FILES +0 -57
- package/.openapi-generator/VERSION +0 -1
- package/.openapi-generator-ignore +0 -23
- package/api/partner-v1-legacy-api.ts +0 -178
- package/dist/api/partner-v1-legacy-api.d.ts +0 -91
- package/dist/api/partner-v1-legacy-api.js +0 -181
- package/dist/esm/api/partner-v1-legacy-api.d.ts +0 -91
- package/dist/esm/api/partner-v1-legacy-api.js +0 -174
- package/dist/esm/models/legacy-envelope-dto.d.ts +0 -25
- package/dist/models/legacy-envelope-dto.d.ts +0 -25
- package/docs/LegacyEnvelopeDto.md +0 -24
- package/docs/PartnerV1LegacyApi.md +0 -97
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# SubmitNegotiationScoresRequestDto
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**buyerId** | **string** | 공고 명의 회원 ID(b2b_member.member_id) = 평가 actor. | [default to undefined]
|
|
9
|
+
**bidNo** | **string** | 공고 구매번호(등록 응답의 bidNo). | [default to undefined]
|
|
10
|
+
**scores** | [**Array<NegotiationScoreDto>**](NegotiationScoreDto.md) | 응찰자별 점수 배열(= V5 evals). sequence(= buy_seq) 키, 1명 이상·중복 불가. | [default to undefined]
|
|
11
|
+
**complete** | **boolean** | true 면 점수 입력 직후 평가완료 게이트까지 적용(낙찰 진입 가능). 생략 시 점수만 입력. | [optional] [default to undefined]
|
|
12
|
+
|
|
13
|
+
## Example
|
|
14
|
+
|
|
15
|
+
```typescript
|
|
16
|
+
import { SubmitNegotiationScoresRequestDto } from '@cmarket/partner-sdk';
|
|
17
|
+
|
|
18
|
+
const instance: SubmitNegotiationScoresRequestDto = {
|
|
19
|
+
buyerId,
|
|
20
|
+
bidNo,
|
|
21
|
+
scores,
|
|
22
|
+
complete,
|
|
23
|
+
};
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
package/index.ts
CHANGED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* CMARKET V6 Partner API
|
|
5
|
+
* 외부 ERP 연동용 RESTful API.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
export interface AcceptanceResultResponseDto {
|
|
18
|
+
/**
|
|
19
|
+
* 공고 ID(= backend bidId).
|
|
20
|
+
*/
|
|
21
|
+
'bidId': string;
|
|
22
|
+
/**
|
|
23
|
+
* 검수완료 처리 여부.
|
|
24
|
+
*/
|
|
25
|
+
'accepted': boolean;
|
|
26
|
+
}
|
|
27
|
+
|
package/models/bid-bond-dto.ts
CHANGED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* CMARKET V6 Partner API
|
|
5
|
+
* 외부 ERP 연동용 RESTful API.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
export interface BidContractDocumentsBatchRequestDto {
|
|
18
|
+
/**
|
|
19
|
+
* 조회할 공고 구매번호(등록 응답의 bidNo) 목록.
|
|
20
|
+
*/
|
|
21
|
+
'bidNos': Array<string>;
|
|
22
|
+
/**
|
|
23
|
+
* 공고 명의 회원 ID(b2b_member.member_id).
|
|
24
|
+
*/
|
|
25
|
+
'buyerId': string;
|
|
26
|
+
}
|
|
27
|
+
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* CMARKET V6 Partner API
|
|
5
|
+
* 외부 ERP 연동용 RESTful API.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { ContractDocumentItemDto } from './contract-document-item-dto';
|
|
19
|
+
|
|
20
|
+
export interface BidContractDocumentsResponseDto {
|
|
21
|
+
/**
|
|
22
|
+
* 공고 구매번호.
|
|
23
|
+
*/
|
|
24
|
+
'bidNo': string;
|
|
25
|
+
/**
|
|
26
|
+
* 계약 서류 파일 목록.
|
|
27
|
+
*/
|
|
28
|
+
'documents': Array<ContractDocumentItemDto>;
|
|
29
|
+
/**
|
|
30
|
+
* 납품 기한 (ISO 날짜). 미설정 시 null.
|
|
31
|
+
*/
|
|
32
|
+
'deliveryDate': string | null;
|
|
33
|
+
}
|
|
34
|
+
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* CMARKET V6 Partner API
|
|
5
|
+
* 외부 ERP 연동용 RESTful API.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
export interface BidFailedResponseDto {
|
|
18
|
+
/**
|
|
19
|
+
* 공고 구매번호.
|
|
20
|
+
*/
|
|
21
|
+
'bidNo': string;
|
|
22
|
+
/**
|
|
23
|
+
* 처리 상태.
|
|
24
|
+
*/
|
|
25
|
+
'status': string;
|
|
26
|
+
}
|
|
27
|
+
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* CMARKET V6 Partner API
|
|
5
|
+
* 외부 ERP 연동용 RESTful API.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* 유찰사유 코드(= V5 b2b_buy.sayou). 1~8.
|
|
19
|
+
*/
|
|
20
|
+
|
|
21
|
+
export const BidFailureReason = {
|
|
22
|
+
_1: '1',
|
|
23
|
+
_2: '2',
|
|
24
|
+
_3: '3',
|
|
25
|
+
_4: '4',
|
|
26
|
+
_5: '5',
|
|
27
|
+
_6: '6',
|
|
28
|
+
_7: '7',
|
|
29
|
+
_8: '8',
|
|
30
|
+
} as const;
|
|
31
|
+
|
|
32
|
+
export type BidFailureReason = typeof BidFailureReason[keyof typeof BidFailureReason];
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
package/models/bid-item-dto.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
4
|
* CMARKET V6 Partner API
|
|
5
|
-
* 외부 ERP 연동용 RESTful API.
|
|
5
|
+
* 외부 ERP 연동용 RESTful API.
|
|
6
6
|
*
|
|
7
7
|
* The version of the OpenAPI document: 1.0
|
|
8
8
|
*
|
|
@@ -27,5 +27,13 @@ export interface BidManagerDto {
|
|
|
27
27
|
* 이메일.
|
|
28
28
|
*/
|
|
29
29
|
'email': string;
|
|
30
|
+
/**
|
|
31
|
+
* 부서. (계약담당자 → V5 mem_part)
|
|
32
|
+
*/
|
|
33
|
+
'department'?: string;
|
|
34
|
+
/**
|
|
35
|
+
* 팩스. 계약담당자에만 적용 (V5 mem_fax) — 기술담당자에는 미반영.
|
|
36
|
+
*/
|
|
37
|
+
'fax'?: string;
|
|
30
38
|
}
|
|
31
39
|
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* CMARKET V6 Partner API
|
|
5
|
+
* 외부 ERP 연동용 RESTful API.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
export interface BidResultParticipantDto {
|
|
18
|
+
/**
|
|
19
|
+
* 참여 순번.
|
|
20
|
+
*/
|
|
21
|
+
'sequence': number;
|
|
22
|
+
/**
|
|
23
|
+
* 참여 업체 ID (마감 후 발주기관만 확인 가능).
|
|
24
|
+
*/
|
|
25
|
+
'companyId'?: string;
|
|
26
|
+
/**
|
|
27
|
+
* 참여 업체명.
|
|
28
|
+
*/
|
|
29
|
+
'companyName'?: string;
|
|
30
|
+
/**
|
|
31
|
+
* 투찰금액(원). 진행중·마스킹 시 미노출.
|
|
32
|
+
*/
|
|
33
|
+
'bidPrice'?: number;
|
|
34
|
+
/**
|
|
35
|
+
* 순위 (낙찰 매트릭스 정렬 기준).
|
|
36
|
+
*/
|
|
37
|
+
'rank'?: number;
|
|
38
|
+
/**
|
|
39
|
+
* 낙찰 여부. 다수업체 낙찰(M)에서는 여러 row 가 동시에 true 가능.
|
|
40
|
+
*/
|
|
41
|
+
'isWinner': boolean;
|
|
42
|
+
/**
|
|
43
|
+
* 참여일시 (ISO 8601 UTC).
|
|
44
|
+
*/
|
|
45
|
+
'joinedAt'?: string;
|
|
46
|
+
/**
|
|
47
|
+
* 납품가능 총 수량 — 최다수량(D) 낙찰방법에서만 의미를 가진다 (V5 join_bid_count, 낙찰 비교 기준값). 그 외 공고·마스킹 시 null.
|
|
48
|
+
*/
|
|
49
|
+
'bidCount'?: number;
|
|
50
|
+
/**
|
|
51
|
+
* 견적서 PDF 파일명 (V5 join_file). 신원 마스킹 또는 미첨부 시 null. 다운로드는 quoteFileKey 사용.
|
|
52
|
+
*/
|
|
53
|
+
'quoteFileName'?: string;
|
|
54
|
+
/**
|
|
55
|
+
* 견적서 PDF 파일키 (32자 nanoid). backend storage 다운로드 엔드포인트에 전달. V5 legacy 단일컬럼 폴백/마스킹 시 null.
|
|
56
|
+
*/
|
|
57
|
+
'quoteFileKey'?: string;
|
|
58
|
+
/**
|
|
59
|
+
* 담당자명 (V5 mem_name). 마스킹 시 null.
|
|
60
|
+
*/
|
|
61
|
+
'managerName'?: string;
|
|
62
|
+
/**
|
|
63
|
+
* 담당자 연락처 (V5 mem_tel/mem_phon). 마스킹 시 null.
|
|
64
|
+
*/
|
|
65
|
+
'managerPhone'?: string;
|
|
66
|
+
/**
|
|
67
|
+
* 담당자 이메일 (V5 mem_email). 마스킹 시 null.
|
|
68
|
+
*/
|
|
69
|
+
'managerEmail'?: string;
|
|
70
|
+
}
|
|
71
|
+
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* CMARKET V6 Partner API
|
|
5
|
+
* 외부 ERP 연동용 RESTful API.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
export interface BidResultProductDto {
|
|
18
|
+
/**
|
|
19
|
+
* 품목명.
|
|
20
|
+
*/
|
|
21
|
+
'productName': string;
|
|
22
|
+
/**
|
|
23
|
+
* 수량.
|
|
24
|
+
*/
|
|
25
|
+
'quantity'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 단가(원).
|
|
28
|
+
*/
|
|
29
|
+
'unitPrice'?: number;
|
|
30
|
+
}
|
|
31
|
+
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* CMARKET V6 Partner API
|
|
5
|
+
* 외부 ERP 연동용 RESTful API.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
export interface BidResultWinnerDto {
|
|
18
|
+
/**
|
|
19
|
+
* 낙찰업체 ID.
|
|
20
|
+
*/
|
|
21
|
+
'winnerMemberId': string | null;
|
|
22
|
+
/**
|
|
23
|
+
* 낙찰금액(원).
|
|
24
|
+
*/
|
|
25
|
+
'winningAmount': number | null;
|
|
26
|
+
/**
|
|
27
|
+
* 낙찰일시 (ISO 8601 UTC).
|
|
28
|
+
*/
|
|
29
|
+
'winningDate': string | null;
|
|
30
|
+
}
|
|
31
|
+
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* CMARKET V6 Partner API
|
|
5
|
+
* 외부 ERP 연동용 RESTful API.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
export interface BidResultsBatchRequestDto {
|
|
18
|
+
/**
|
|
19
|
+
* 공고 명의 회원 ID (멀티테넌트).
|
|
20
|
+
*/
|
|
21
|
+
'buyerId': string;
|
|
22
|
+
/**
|
|
23
|
+
* 조회할 공고 식별자 목록. 빈 배열이면 빈 결과. 최대 100건.
|
|
24
|
+
*/
|
|
25
|
+
'bidIds': Array<string>;
|
|
26
|
+
}
|
|
27
|
+
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* CMARKET V6 Partner API
|
|
5
|
+
* 외부 ERP 연동용 RESTful API.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { BidResultParticipantDto } from './bid-result-participant-dto';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { BidResultProductDto } from './bid-result-product-dto';
|
|
22
|
+
// May contain unused imports in some cases
|
|
23
|
+
// @ts-ignore
|
|
24
|
+
import type { BidResultWinnerDto } from './bid-result-winner-dto';
|
|
25
|
+
|
|
26
|
+
export interface BidResultsResponseDto {
|
|
27
|
+
/**
|
|
28
|
+
* 공고 식별자.
|
|
29
|
+
*/
|
|
30
|
+
'bidId': string;
|
|
31
|
+
/**
|
|
32
|
+
* 공고 상태 코드 (BidStatus enum).
|
|
33
|
+
*/
|
|
34
|
+
'status': string;
|
|
35
|
+
/**
|
|
36
|
+
* 공고 상태 한국어 레이블.
|
|
37
|
+
*/
|
|
38
|
+
'statusText'?: string;
|
|
39
|
+
/**
|
|
40
|
+
* 공고 취소 여부 (status 와 직교하는 별도 레이어).
|
|
41
|
+
*/
|
|
42
|
+
'isCancelled'?: boolean;
|
|
43
|
+
/**
|
|
44
|
+
* 유찰사유 코드.
|
|
45
|
+
*/
|
|
46
|
+
'failureReasonCode'?: string;
|
|
47
|
+
/**
|
|
48
|
+
* 유찰사유 텍스트.
|
|
49
|
+
*/
|
|
50
|
+
'failureReasonText'?: string;
|
|
51
|
+
/**
|
|
52
|
+
* 총 참여(투찰) 업체 수.
|
|
53
|
+
*/
|
|
54
|
+
'participantCount': number;
|
|
55
|
+
/**
|
|
56
|
+
* 낙찰 요약. 낙찰 정보가 없으면 null (유찰/진행중).
|
|
57
|
+
*/
|
|
58
|
+
'winner': BidResultWinnerDto | null;
|
|
59
|
+
/**
|
|
60
|
+
* 참여(투찰) 업체 목록. 가격/신원은 backend 매트릭스 적용 결과.
|
|
61
|
+
*/
|
|
62
|
+
'participants': Array<BidResultParticipantDto>;
|
|
63
|
+
/**
|
|
64
|
+
* 공고 품목 목록.
|
|
65
|
+
*/
|
|
66
|
+
'products': Array<BidResultProductDto>;
|
|
67
|
+
}
|
|
68
|
+
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* CMARKET V6 Partner API
|
|
5
|
+
* 외부 ERP 연동용 RESTful API.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
export interface BidSettlementLineItemDto {
|
|
18
|
+
/**
|
|
19
|
+
* 품목 순번 (V5 guds_seq).
|
|
20
|
+
*/
|
|
21
|
+
'sequence': number;
|
|
22
|
+
/**
|
|
23
|
+
* 품목 코드 (V5 guds_code).
|
|
24
|
+
*/
|
|
25
|
+
'productCode': string | null;
|
|
26
|
+
/**
|
|
27
|
+
* 품목명 (V5 guds_name).
|
|
28
|
+
*/
|
|
29
|
+
'productName': string | null;
|
|
30
|
+
/**
|
|
31
|
+
* 규격 (V5 guds_standard).
|
|
32
|
+
*/
|
|
33
|
+
'spec': string | null;
|
|
34
|
+
/**
|
|
35
|
+
* 수량 (V5 guds_qy).
|
|
36
|
+
*/
|
|
37
|
+
'quantity': number;
|
|
38
|
+
/**
|
|
39
|
+
* 단가(원) (V5 guds_untpc).
|
|
40
|
+
*/
|
|
41
|
+
'unitPrice': number;
|
|
42
|
+
/**
|
|
43
|
+
* 공급가액(원) (V5 guds_splpc).
|
|
44
|
+
*/
|
|
45
|
+
'supplyAmount': number;
|
|
46
|
+
/**
|
|
47
|
+
* 부가세(원) (V5 guds_vat).
|
|
48
|
+
*/
|
|
49
|
+
'vat': number;
|
|
50
|
+
/**
|
|
51
|
+
* 합계(원) (V5 guds_totpc).
|
|
52
|
+
*/
|
|
53
|
+
'total': number;
|
|
54
|
+
}
|
|
55
|
+
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* CMARKET V6 Partner API
|
|
5
|
+
* 외부 ERP 연동용 RESTful API.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { BidSettlementLineItemDto } from './bid-settlement-line-item-dto';
|
|
19
|
+
|
|
20
|
+
export interface BidSettlementParticipantDto {
|
|
21
|
+
/**
|
|
22
|
+
* 응찰 순번 (V5 buy_seq — 안정 키).
|
|
23
|
+
*/
|
|
24
|
+
'sequence': number;
|
|
25
|
+
/**
|
|
26
|
+
* 응찰 업체 ID (V5 join_id).
|
|
27
|
+
*/
|
|
28
|
+
'companyId': string | null;
|
|
29
|
+
/**
|
|
30
|
+
* 사업자등록번호 (V5 cpn_bizrno).
|
|
31
|
+
*/
|
|
32
|
+
'businessRegistrationNumber': string | null;
|
|
33
|
+
/**
|
|
34
|
+
* 과세(\'Y\')/면세(\'N\') 구분 (V5 cpn_tax_type).
|
|
35
|
+
*/
|
|
36
|
+
'taxType': BidSettlementParticipantDtoTaxTypeEnum;
|
|
37
|
+
/**
|
|
38
|
+
* 종사업자 번호 (V5 cpn_tax_bizrno).
|
|
39
|
+
*/
|
|
40
|
+
'subBusinessNumber': string | null;
|
|
41
|
+
/**
|
|
42
|
+
* 대표자명 (V5 cpn_cxfc).
|
|
43
|
+
*/
|
|
44
|
+
'representativeName': string | null;
|
|
45
|
+
/**
|
|
46
|
+
* 업태 (V5 cpn_bizcnd).
|
|
47
|
+
*/
|
|
48
|
+
'businessType': string | null;
|
|
49
|
+
/**
|
|
50
|
+
* 종목 (V5 cpn_induty).
|
|
51
|
+
*/
|
|
52
|
+
'businessItem': string | null;
|
|
53
|
+
/**
|
|
54
|
+
* 우편번호 (V5 cpn_zip).
|
|
55
|
+
*/
|
|
56
|
+
'zipCode': string | null;
|
|
57
|
+
/**
|
|
58
|
+
* 사업장 주소 (V5 cpn_adres).
|
|
59
|
+
*/
|
|
60
|
+
'address': string | null;
|
|
61
|
+
/**
|
|
62
|
+
* 사업장 상세주소 (V5 cpn_adres_detail).
|
|
63
|
+
*/
|
|
64
|
+
'addressDetail': string | null;
|
|
65
|
+
/**
|
|
66
|
+
* 은행 코드 (V5 cpn_bank_code).
|
|
67
|
+
*/
|
|
68
|
+
'bankCode': string | null;
|
|
69
|
+
/**
|
|
70
|
+
* 은행명 (V5 cpn_bank_nm).
|
|
71
|
+
*/
|
|
72
|
+
'bankName': string | null;
|
|
73
|
+
/**
|
|
74
|
+
* 계좌번호 (V5 cpn_bank_no).
|
|
75
|
+
*/
|
|
76
|
+
'bankAccountNumber': string | null;
|
|
77
|
+
/**
|
|
78
|
+
* 예금주 (V5 cpn_bank_own).
|
|
79
|
+
*/
|
|
80
|
+
'bankAccountOwner': string | null;
|
|
81
|
+
/**
|
|
82
|
+
* 투찰 총액(원) (V5 join_price).
|
|
83
|
+
*/
|
|
84
|
+
'bidPrice': number | null;
|
|
85
|
+
/**
|
|
86
|
+
* 공급가액(원) (V5 join_price_splpc).
|
|
87
|
+
*/
|
|
88
|
+
'supplyAmount': number;
|
|
89
|
+
/**
|
|
90
|
+
* 부가세(원) (V5 join_price_vat).
|
|
91
|
+
*/
|
|
92
|
+
'vat': number;
|
|
93
|
+
/**
|
|
94
|
+
* 응찰 품목 라인아이템 (R1, buy_seq 스코프).
|
|
95
|
+
*/
|
|
96
|
+
'lineItems': Array<BidSettlementLineItemDto>;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
export const BidSettlementParticipantDtoTaxTypeEnum = {
|
|
100
|
+
Y: 'Y',
|
|
101
|
+
N: 'N',
|
|
102
|
+
} as const;
|
|
103
|
+
|
|
104
|
+
export type BidSettlementParticipantDtoTaxTypeEnum = typeof BidSettlementParticipantDtoTaxTypeEnum[keyof typeof BidSettlementParticipantDtoTaxTypeEnum];
|
|
105
|
+
|
|
106
|
+
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* CMARKET V6 Partner API
|
|
5
|
+
* 외부 ERP 연동용 RESTful API.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { BidSettlementParticipantDto } from './bid-settlement-participant-dto';
|
|
19
|
+
|
|
20
|
+
export interface BidSettlementResponseDto {
|
|
21
|
+
/**
|
|
22
|
+
* 공고 식별자.
|
|
23
|
+
*/
|
|
24
|
+
'bidId': string;
|
|
25
|
+
/**
|
|
26
|
+
* 응찰 업체별 정산정보 목록 (사업자·계좌·금액·품목내역).
|
|
27
|
+
*/
|
|
28
|
+
'participants': Array<BidSettlementParticipantDto>;
|
|
29
|
+
}
|
|
30
|
+
|