@@ -40,15 +40,15 @@ export const SettlementUserApiAxiosParamCreator = function (configuration?: Conf
4040 * @param {string } [startDate] 정산 예정일 조회 시작일 (yyyy-MM-dd)
4141 * @param {string } [endDate] 정산 예정일 조회 종료일 (yyyy-MM-dd)
4242 * @param {string } [studyTitle] 스터디명 검색 (부분 일치)
43- * @param {number } [settlementCode] 정산 Code로 조회
43+ * @param {string } [settlementCode] 정산 Code로 조회
4444 * @param {string } [status] 정산 상태 필터 (PENDING, APPROVED, COMPLETED, CANCELED)
4545 * @param {number } [page] 조회할 페이지 (0부터 시작)
4646 * @param {number } [size] 페이지당 데이터 개수
4747 * @param {string } [sort] 정렬 기준 (예: scheduledAt,desc)
4848 * @param {* } [options] Override http request option.
4949 * @throws {RequiredError }
5050 */
51- getMySettlements : async ( condition : SettlementSearchCondition , pageable : Pageable , startDate ?: string , endDate ?: string , studyTitle ?: string , settlementCode ?: number , status ?: string , page ?: number , size ?: number , sort ?: string , options : RawAxiosRequestConfig = { } ) : Promise < RequestArgs > => {
51+ getMySettlements : async ( condition : SettlementSearchCondition , pageable : Pageable , startDate ?: string , endDate ?: string , studyTitle ?: string , settlementCode ?: string , status ?: string , page ?: number , size ?: number , sort ?: string , options : RawAxiosRequestConfig = { } ) : Promise < RequestArgs > => {
5252 // verify required parameter 'condition' is not null or undefined
5353 assertParamExists ( 'getMySettlements' , 'condition' , condition )
5454 // verify required parameter 'pageable' is not null or undefined
@@ -145,15 +145,15 @@ export const SettlementUserApiFp = function(configuration?: Configuration) {
145145 * @param {string } [startDate] 정산 예정일 조회 시작일 (yyyy-MM-dd)
146146 * @param {string } [endDate] 정산 예정일 조회 종료일 (yyyy-MM-dd)
147147 * @param {string } [studyTitle] 스터디명 검색 (부분 일치)
148- * @param {number } [settlementCode] 정산 Code로 조회
148+ * @param {string } [settlementCode] 정산 Code로 조회
149149 * @param {string } [status] 정산 상태 필터 (PENDING, APPROVED, COMPLETED, CANCELED)
150150 * @param {number } [page] 조회할 페이지 (0부터 시작)
151151 * @param {number } [size] 페이지당 데이터 개수
152152 * @param {string } [sort] 정렬 기준 (예: scheduledAt,desc)
153153 * @param {* } [options] Override http request option.
154154 * @throws {RequiredError }
155155 */
156- async getMySettlements ( condition : SettlementSearchCondition , pageable : Pageable , startDate ?: string , endDate ?: string , studyTitle ?: string , settlementCode ?: number , status ?: string , page ?: number , size ?: number , sort ?: string , options ?: RawAxiosRequestConfig ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < PageStudySettlementSummaryResponseSchema > > {
156+ async getMySettlements ( condition : SettlementSearchCondition , pageable : Pageable , startDate ?: string , endDate ?: string , studyTitle ?: string , settlementCode ?: string , status ?: string , page ?: number , size ?: number , sort ?: string , options ?: RawAxiosRequestConfig ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < PageStudySettlementSummaryResponseSchema > > {
157157 const localVarAxiosArgs = await localVarAxiosParamCreator . getMySettlements ( condition , pageable , startDate , endDate , studyTitle , settlementCode , status , page , size , sort , options ) ;
158158 const localVarOperationServerIndex = configuration ?. serverIndex ?? 0 ;
159159 const localVarOperationServerBasePath = operationServerMap [ 'SettlementUserApi.getMySettlements' ] ?. [ localVarOperationServerIndex ] ?. url ;
@@ -176,15 +176,15 @@ export const SettlementUserApiFactory = function (configuration?: Configuration,
176176 * @param {string } [startDate] 정산 예정일 조회 시작일 (yyyy-MM-dd)
177177 * @param {string } [endDate] 정산 예정일 조회 종료일 (yyyy-MM-dd)
178178 * @param {string } [studyTitle] 스터디명 검색 (부분 일치)
179- * @param {number } [settlementCode] 정산 Code로 조회
179+ * @param {string } [settlementCode] 정산 Code로 조회
180180 * @param {string } [status] 정산 상태 필터 (PENDING, APPROVED, COMPLETED, CANCELED)
181181 * @param {number } [page] 조회할 페이지 (0부터 시작)
182182 * @param {number } [size] 페이지당 데이터 개수
183183 * @param {string } [sort] 정렬 기준 (예: scheduledAt,desc)
184184 * @param {* } [options] Override http request option.
185185 * @throws {RequiredError }
186186 */
187- getMySettlements ( condition : SettlementSearchCondition , pageable : Pageable , startDate ?: string , endDate ?: string , studyTitle ?: string , settlementCode ?: number , status ?: string , page ?: number , size ?: number , sort ?: string , options ?: RawAxiosRequestConfig ) : AxiosPromise < PageStudySettlementSummaryResponseSchema > {
187+ getMySettlements ( condition : SettlementSearchCondition , pageable : Pageable , startDate ?: string , endDate ?: string , studyTitle ?: string , settlementCode ?: string , status ?: string , page ?: number , size ?: number , sort ?: string , options ?: RawAxiosRequestConfig ) : AxiosPromise < PageStudySettlementSummaryResponseSchema > {
188188 return localVarFp . getMySettlements ( condition , pageable , startDate , endDate , studyTitle , settlementCode , status , page , size , sort , options ) . then ( ( request ) => request ( axios , basePath ) ) ;
189189 } ,
190190 } ;
@@ -202,15 +202,15 @@ export class SettlementUserApi extends BaseAPI {
202202 * @param {string } [startDate] 정산 예정일 조회 시작일 (yyyy-MM-dd)
203203 * @param {string } [endDate] 정산 예정일 조회 종료일 (yyyy-MM-dd)
204204 * @param {string } [studyTitle] 스터디명 검색 (부분 일치)
205- * @param {number } [settlementCode] 정산 Code로 조회
205+ * @param {string } [settlementCode] 정산 Code로 조회
206206 * @param {string } [status] 정산 상태 필터 (PENDING, APPROVED, COMPLETED, CANCELED)
207207 * @param {number } [page] 조회할 페이지 (0부터 시작)
208208 * @param {number } [size] 페이지당 데이터 개수
209209 * @param {string } [sort] 정렬 기준 (예: scheduledAt,desc)
210210 * @param {* } [options] Override http request option.
211211 * @throws {RequiredError }
212212 */
213- public getMySettlements ( condition : SettlementSearchCondition , pageable : Pageable , startDate ?: string , endDate ?: string , studyTitle ?: string , settlementCode ?: number , status ?: string , page ?: number , size ?: number , sort ?: string , options ?: RawAxiosRequestConfig ) {
213+ public getMySettlements ( condition : SettlementSearchCondition , pageable : Pageable , startDate ?: string , endDate ?: string , studyTitle ?: string , settlementCode ?: string , status ?: string , page ?: number , size ?: number , sort ?: string , options ?: RawAxiosRequestConfig ) {
214214 return SettlementUserApiFp ( this . configuration ) . getMySettlements ( condition , pageable , startDate , endDate , studyTitle , settlementCode , status , page , size , sort , options ) . then ( ( request ) => request ( this . axios , this . basePath ) ) ;
215215 }
216216}
0 commit comments