@cmarket/partner-sdk 0.10.0 → 0.11.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 +2 -2
- package/dist/esm/models/bid-contract-documents-batch-request-dto.d.ts +2 -2
- package/dist/esm/models/bid-results-batch-request-dto.d.ts +2 -2
- package/dist/models/bid-contract-documents-batch-request-dto.d.ts +2 -2
- package/dist/models/bid-results-batch-request-dto.d.ts +2 -2
- package/docs/BidContractDocumentsBatchRequestDto.md +1 -1
- package/docs/BidResultsBatchRequestDto.md +1 -1
- package/models/bid-contract-documents-batch-request-dto.ts +2 -2
- package/models/bid-results-batch-request-dto.ts +2 -2
- 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.11.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.
|
|
229
|
+
npm install @cmarket/partner-sdk@0.11.0 --save
|
|
230
230
|
```
|
|
231
231
|
|
|
232
232
|
_unPublished (not recommended):_
|
|
@@ -15,7 +15,7 @@ export interface BidContractDocumentsBatchRequestDto {
|
|
|
15
15
|
*/
|
|
16
16
|
'bidNos': Array<string>;
|
|
17
17
|
/**
|
|
18
|
-
* 공고 명의 회원 ID(b2b_member.member_id).
|
|
18
|
+
* 공고 명의 회원 ID(b2b_member.member_id). 생략 가능(parity-recorder) — 생략 시 backend 가 bid 별 소유자에서 파생해 키 group-scope 로 검증, 그룹 밖/미존재 공고는 결과에서 제외.
|
|
19
19
|
*/
|
|
20
|
-
'buyerId'
|
|
20
|
+
'buyerId'?: string;
|
|
21
21
|
}
|
|
@@ -11,9 +11,9 @@
|
|
|
11
11
|
*/
|
|
12
12
|
export interface BidResultsBatchRequestDto {
|
|
13
13
|
/**
|
|
14
|
-
* 공고 명의 회원 ID (멀티테넌트).
|
|
14
|
+
* 공고 명의 회원 ID (멀티테넌트). 생략 가능(parity-recorder) — 생략 시 backend 가 bid 별 소유자에서 파생해 키 group-scope 로 검증, 그룹 밖/미존재 공고는 결과에서 제외.
|
|
15
15
|
*/
|
|
16
|
-
'buyerId'
|
|
16
|
+
'buyerId'?: string;
|
|
17
17
|
/**
|
|
18
18
|
* 조회할 공고 식별자 목록. purchaseNos 와 상호배타(정확히 하나). 최대 100건.
|
|
19
19
|
*/
|
|
@@ -15,7 +15,7 @@ export interface BidContractDocumentsBatchRequestDto {
|
|
|
15
15
|
*/
|
|
16
16
|
'bidNos': Array<string>;
|
|
17
17
|
/**
|
|
18
|
-
* 공고 명의 회원 ID(b2b_member.member_id).
|
|
18
|
+
* 공고 명의 회원 ID(b2b_member.member_id). 생략 가능(parity-recorder) — 생략 시 backend 가 bid 별 소유자에서 파생해 키 group-scope 로 검증, 그룹 밖/미존재 공고는 결과에서 제외.
|
|
19
19
|
*/
|
|
20
|
-
'buyerId'
|
|
20
|
+
'buyerId'?: string;
|
|
21
21
|
}
|
|
@@ -11,9 +11,9 @@
|
|
|
11
11
|
*/
|
|
12
12
|
export interface BidResultsBatchRequestDto {
|
|
13
13
|
/**
|
|
14
|
-
* 공고 명의 회원 ID (멀티테넌트).
|
|
14
|
+
* 공고 명의 회원 ID (멀티테넌트). 생략 가능(parity-recorder) — 생략 시 backend 가 bid 별 소유자에서 파생해 키 group-scope 로 검증, 그룹 밖/미존재 공고는 결과에서 제외.
|
|
15
15
|
*/
|
|
16
|
-
'buyerId'
|
|
16
|
+
'buyerId'?: string;
|
|
17
17
|
/**
|
|
18
18
|
* 조회할 공고 식별자 목록. purchaseNos 와 상호배타(정확히 하나). 최대 100건.
|
|
19
19
|
*/
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
Name | Type | Description | Notes
|
|
7
7
|
------------ | ------------- | ------------- | -------------
|
|
8
8
|
**bidNos** | **Array<string>** | 조회할 공고 구매번호(등록 응답의 bidNo) 목록. | [default to undefined]
|
|
9
|
-
**buyerId** | **string** | 공고 명의 회원 ID(b2b_member.member_id). | [default to undefined]
|
|
9
|
+
**buyerId** | **string** | 공고 명의 회원 ID(b2b_member.member_id). 생략 가능(parity-recorder) — 생략 시 backend 가 bid 별 소유자에서 파생해 키 group-scope 로 검증, 그룹 밖/미존재 공고는 결과에서 제외. | [optional] [default to undefined]
|
|
10
10
|
|
|
11
11
|
## Example
|
|
12
12
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Name | Type | Description | Notes
|
|
7
7
|
------------ | ------------- | ------------- | -------------
|
|
8
|
-
**buyerId** | **string** | 공고 명의 회원 ID (멀티테넌트). | [default to undefined]
|
|
8
|
+
**buyerId** | **string** | 공고 명의 회원 ID (멀티테넌트). 생략 가능(parity-recorder) — 생략 시 backend 가 bid 별 소유자에서 파생해 키 group-scope 로 검증, 그룹 밖/미존재 공고는 결과에서 제외. | [optional] [default to undefined]
|
|
9
9
|
**bidIds** | **Array<string>** | 조회할 공고 식별자 목록. purchaseNos 와 상호배타(정확히 하나). 최대 100건. | [optional] [default to undefined]
|
|
10
10
|
**purchaseNos** | **Array<string>** | 조회할 구매번호(bid_puchase_no) 목록. 각 PO 는 가장 최근 공고로 해소된다(재입찰 패리티). bidIds 와 상호배타(정확히 하나). 최대 100건. | [optional] [default to undefined]
|
|
11
11
|
|
|
@@ -20,8 +20,8 @@ export interface BidContractDocumentsBatchRequestDto {
|
|
|
20
20
|
*/
|
|
21
21
|
'bidNos': Array<string>;
|
|
22
22
|
/**
|
|
23
|
-
* 공고 명의 회원 ID(b2b_member.member_id).
|
|
23
|
+
* 공고 명의 회원 ID(b2b_member.member_id). 생략 가능(parity-recorder) — 생략 시 backend 가 bid 별 소유자에서 파생해 키 group-scope 로 검증, 그룹 밖/미존재 공고는 결과에서 제외.
|
|
24
24
|
*/
|
|
25
|
-
'buyerId'
|
|
25
|
+
'buyerId'?: string;
|
|
26
26
|
}
|
|
27
27
|
|
|
@@ -16,9 +16,9 @@
|
|
|
16
16
|
|
|
17
17
|
export interface BidResultsBatchRequestDto {
|
|
18
18
|
/**
|
|
19
|
-
* 공고 명의 회원 ID (멀티테넌트).
|
|
19
|
+
* 공고 명의 회원 ID (멀티테넌트). 생략 가능(parity-recorder) — 생략 시 backend 가 bid 별 소유자에서 파생해 키 group-scope 로 검증, 그룹 밖/미존재 공고는 결과에서 제외.
|
|
20
20
|
*/
|
|
21
|
-
'buyerId'
|
|
21
|
+
'buyerId'?: string;
|
|
22
22
|
/**
|
|
23
23
|
* 조회할 공고 식별자 목록. purchaseNos 와 상호배타(정확히 하나). 최대 100건.
|
|
24
24
|
*/
|