@cmarket/partner-sdk 0.2.1 → 0.3.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/dist/esm/api.d.ts CHANGED
@@ -11,4 +11,3 @@
11
11
  */
12
12
  export * from './api/oauth-api';
13
13
  export * from './api/partner-v1-api';
14
- export * from './api/partner-v2-api';
package/dist/esm/api.js CHANGED
@@ -13,4 +13,3 @@
13
13
  */
14
14
  export * from './api/oauth-api';
15
15
  export * from './api/partner-v1-api';
16
- export * from './api/partner-v2-api';
@@ -36,7 +36,7 @@ export interface CreateBidRequestDto {
36
36
  */
37
37
  'disclosePlannedAmount': boolean;
38
38
  /**
39
- * 첨부파일 fileKey 배열 (POST /v2/files 응답에서 받은 32자 키). backend b2b_file_info 참조.
39
+ * 첨부파일 fileKey 배열 (POST /v1/files 응답에서 받은 32자 키). backend b2b_file_info 참조.
40
40
  */
41
41
  'attachments'?: Array<string>;
42
42
  /**
@@ -36,7 +36,7 @@ export interface CreateBidRequestDto {
36
36
  */
37
37
  'disclosePlannedAmount': boolean;
38
38
  /**
39
- * 첨부파일 fileKey 배열 (POST /v2/files 응답에서 받은 32자 키). backend b2b_file_info 참조.
39
+ * 첨부파일 fileKey 배열 (POST /v1/files 응답에서 받은 32자 키). backend b2b_file_info 참조.
40
40
  */
41
41
  'attachments'?: Array<string>;
42
42
  /**
@@ -10,7 +10,7 @@ Name | Type | Description | Notes
10
10
  **projectName** | **string** | 공고명. | [default to undefined]
11
11
  **noticeContent** | **string** | 공고 상세 내용. | [default to undefined]
12
12
  **disclosePlannedAmount** | **boolean** | 예정금액(예산) 공개 여부. | [default to undefined]
13
- **attachments** | **Array&lt;string&gt;** | 첨부파일 fileKey 배열 (POST /v2/files 응답에서 받은 32자 키). backend b2b_file_info 참조. | [optional] [default to undefined]
13
+ **attachments** | **Array&lt;string&gt;** | 첨부파일 fileKey 배열 (POST /v1/files 응답에서 받은 32자 키). backend b2b_file_info 참조. | [optional] [default to undefined]
14
14
  **items** | [**Array&lt;BidItemDto&gt;**](BidItemDto.md) | 품목 목록(1개 이상). | [default to undefined]
15
15
  **totalBudget** | **number** | 총 예산금액(원). items 합계 대신 별도 totalBudget 으로 override 할 때 사용. | [optional] [default to undefined]
16
16
  **awardMethod** | **string** | 낙찰 방법. A&#x3D;최저가, B&#x3D;적정가, C&#x3D;최고가, D&#x3D;최다수량, E&#x3D;협상(임의), F&#x3D;제한적최저가, H&#x3D;협상(자동계산). backend AwardMethod mirror. | [optional] [default to undefined]