@cmarket/partner-sdk 0.6.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 CHANGED
@@ -188,7 +188,7 @@ public class Quickstart {
188
188
 
189
189
  ---
190
190
 
191
- ## @cmarket/partner-sdk@0.6.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.6.0 --save
229
+ npm install @cmarket/partner-sdk@0.6.1 --save
230
230
  ```
231
231
 
232
232
  _unPublished (not recommended):_
@@ -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
  */
@@ -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
  */
@@ -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
  */
@@ -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
  */
@@ -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,7 +67,7 @@ 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
  */
@@ -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,7 +187,7 @@ 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
  */
@@ -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,7 +307,7 @@ 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
  */
@@ -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,7 +427,7 @@ 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
  */
@@ -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
  */
@@ -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
  */
@@ -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
  */
@@ -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
  */
@@ -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,7 +67,7 @@ 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
  */
@@ -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,7 +187,7 @@ 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
  */
@@ -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,7 +307,7 @@ 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
  */
@@ -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,7 +427,7 @@ 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
  */
@@ -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
  */
@@ -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
  */
@@ -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
  */
@@ -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
  */
@@ -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,7 @@ export interface UploadFileRequestDto {
15
15
  */
16
16
  'fileName': string;
17
17
  /**
18
- * Base64 인코딩된 파일 데이터. url 이 없을 때 필수.
18
+ * Base64 인코딩된 파일 데이터. url 이 없을 때 필수. 디코딩 후 최대 30MB.
19
19
  */
20
20
  'base64'?: string;
21
21
  /**
@@ -15,7 +15,7 @@ export interface UploadFileRequestDto {
15
15
  */
16
16
  'fileName': string;
17
17
  /**
18
- * Base64 인코딩된 파일 데이터. url 이 없을 때 필수.
18
+ * Base64 인코딩된 파일 데이터. url 이 없을 때 필수. 디코딩 후 최대 30MB.
19
19
  */
20
20
  'base64'?: string;
21
21
  /**
@@ -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; // (default to undefined)
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**] | | defaults to undefined|
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; // (default to undefined)
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**] | | defaults to undefined|
213
+ | **buyerId** | [**string**] | 공고 명의 회원 ID (멀티테넌트 가시성 키). | defaults to undefined|
214
214
 
215
215
 
216
216
  ### Return type
@@ -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
 
@@ -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,7 +20,7 @@ export interface UploadFileRequestDto {
20
20
  */
21
21
  'fileName': string;
22
22
  /**
23
- * Base64 인코딩된 파일 데이터. url 이 없을 때 필수.
23
+ * Base64 인코딩된 파일 데이터. url 이 없을 때 필수. 디코딩 후 최대 30MB.
24
24
  */
25
25
  'base64'?: string;
26
26
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cmarket/partner-sdk",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "description": "OpenAPI client for @cmarket/partner-sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {