@@ -1352,23 +1352,23 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
1352
1352
* @param {* } [options] Override http request option.
1353
1353
* @throws {RequiredError }
1354
1354
*/
1355
- apiV1AuthAuthenticatePost ( apiV1AuthAuthenticatePostRequest : ApiV1AuthAuthenticatePostRequest , options ?: RawAxiosRequestConfig ) : AxiosPromise < ApiV1AuthAuthenticatePost200Response > {
1355
+ apiV1AuthAuthenticatePost ( apiV1AuthAuthenticatePostRequest : ApiV1AuthAuthenticatePostRequest , options ?: any ) : AxiosPromise < ApiV1AuthAuthenticatePost200Response > {
1356
1356
return localVarFp . apiV1AuthAuthenticatePost ( apiV1AuthAuthenticatePostRequest , options ) . then ( ( request ) => request ( axios , basePath ) ) ;
1357
1357
} ,
1358
1358
/**
1359
1359
*
1360
1360
* @param {* } [options] Override http request option.
1361
1361
* @throws {RequiredError }
1362
1362
*/
1363
- apiV1AuthCheckLoginStatusPost ( options ?: RawAxiosRequestConfig ) : AxiosPromise < object > {
1363
+ apiV1AuthCheckLoginStatusPost ( options ?: any ) : AxiosPromise < object > {
1364
1364
return localVarFp . apiV1AuthCheckLoginStatusPost ( options ) . then ( ( request ) => request ( axios , basePath ) ) ;
1365
1365
} ,
1366
1366
/**
1367
1367
*
1368
1368
* @param {* } [options] Override http request option.
1369
1369
* @throws {RequiredError }
1370
1370
*/
1371
- apiV1AuthLogoutPost ( options ?: RawAxiosRequestConfig ) : AxiosPromise < void > {
1371
+ apiV1AuthLogoutPost ( options ?: any ) : AxiosPromise < void > {
1372
1372
return localVarFp . apiV1AuthLogoutPost ( options ) . then ( ( request ) => request ( axios , basePath ) ) ;
1373
1373
} ,
1374
1374
/**
@@ -1377,7 +1377,7 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
1377
1377
* @param {* } [options] Override http request option.
1378
1378
* @throws {RequiredError }
1379
1379
*/
1380
- apiV1AuthVerifyOtpPost ( apiV1AuthVerifyOtpPostRequest : ApiV1AuthVerifyOtpPostRequest , options ?: RawAxiosRequestConfig ) : AxiosPromise < ApiV1AuthVerifyOtpPost200Response > {
1380
+ apiV1AuthVerifyOtpPost ( apiV1AuthVerifyOtpPostRequest : ApiV1AuthVerifyOtpPostRequest , options ?: any ) : AxiosPromise < ApiV1AuthVerifyOtpPost200Response > {
1381
1381
return localVarFp . apiV1AuthVerifyOtpPost ( apiV1AuthVerifyOtpPostRequest , options ) . then ( ( request ) => request ( axios , basePath ) ) ;
1382
1382
} ,
1383
1383
/**
@@ -1386,7 +1386,7 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
1386
1386
* @param {* } [options] Override http request option.
1387
1387
* @throws {RequiredError }
1388
1388
*/
1389
- apiV1CommentCreatePost ( apiV1CommentCreatePostRequest : ApiV1CommentCreatePostRequest , options ?: RawAxiosRequestConfig ) : AxiosPromise < ApiV1CommentCreatePost200Response > {
1389
+ apiV1CommentCreatePost ( apiV1CommentCreatePostRequest : ApiV1CommentCreatePostRequest , options ?: any ) : AxiosPromise < ApiV1CommentCreatePost200Response > {
1390
1390
return localVarFp . apiV1CommentCreatePost ( apiV1CommentCreatePostRequest , options ) . then ( ( request ) => request ( axios , basePath ) ) ;
1391
1391
} ,
1392
1392
/**
@@ -1395,7 +1395,7 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
1395
1395
* @param {* } [options] Override http request option.
1396
1396
* @throws {RequiredError }
1397
1397
*/
1398
- apiV1CommentFetchCommentsByPostSlugIdPost ( apiV1CommentFetchCommentsByPostSlugIdPostRequest : ApiV1CommentFetchCommentsByPostSlugIdPostRequest , options ?: RawAxiosRequestConfig ) : AxiosPromise < Array < ApiV1CommentFetchCommentsByPostSlugIdPost200ResponseInner > > {
1398
+ apiV1CommentFetchCommentsByPostSlugIdPost ( apiV1CommentFetchCommentsByPostSlugIdPostRequest : ApiV1CommentFetchCommentsByPostSlugIdPostRequest , options ?: any ) : AxiosPromise < Array < ApiV1CommentFetchCommentsByPostSlugIdPost200ResponseInner > > {
1399
1399
return localVarFp . apiV1CommentFetchCommentsByPostSlugIdPost ( apiV1CommentFetchCommentsByPostSlugIdPostRequest , options ) . then ( ( request ) => request ( axios , basePath ) ) ;
1400
1400
} ,
1401
1401
/**
@@ -1404,7 +1404,7 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
1404
1404
* @param {* } [options] Override http request option.
1405
1405
* @throws {RequiredError }
1406
1406
*/
1407
- apiV1CommentFetchToVoteOnPost ( apiV1CommentFetchToVoteOnPostRequest : ApiV1CommentFetchToVoteOnPostRequest , options ?: RawAxiosRequestConfig ) : AxiosPromise < ApiV1CommentFetchToVoteOnPost200Response > {
1407
+ apiV1CommentFetchToVoteOnPost ( apiV1CommentFetchToVoteOnPostRequest : ApiV1CommentFetchToVoteOnPostRequest , options ?: any ) : AxiosPromise < ApiV1CommentFetchToVoteOnPost200Response > {
1408
1408
return localVarFp . apiV1CommentFetchToVoteOnPost ( apiV1CommentFetchToVoteOnPostRequest , options ) . then ( ( request ) => request ( axios , basePath ) ) ;
1409
1409
} ,
1410
1410
/**
@@ -1413,7 +1413,7 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
1413
1413
* @param {* } [options] Override http request option.
1414
1414
* @throws {RequiredError }
1415
1415
*/
1416
- apiV1FeedFetchRecentPost ( apiV1FeedFetchRecentPostRequest : ApiV1FeedFetchRecentPostRequest , options ?: RawAxiosRequestConfig ) : AxiosPromise < Array < ApiV1FeedFetchRecentPost200ResponseInner > > {
1416
+ apiV1FeedFetchRecentPost ( apiV1FeedFetchRecentPostRequest : ApiV1FeedFetchRecentPostRequest , options ?: any ) : AxiosPromise < Array < ApiV1FeedFetchRecentPost200ResponseInner > > {
1417
1417
return localVarFp . apiV1FeedFetchRecentPost ( apiV1FeedFetchRecentPostRequest , options ) . then ( ( request ) => request ( axios , basePath ) ) ;
1418
1418
} ,
1419
1419
/**
@@ -1422,7 +1422,7 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
1422
1422
* @param {* } [options] Override http request option.
1423
1423
* @throws {RequiredError }
1424
1424
*/
1425
- apiV1PollGetUserPollResponsePost ( apiV1VotingFetchUserVotesForPostSlugIdPostRequest : ApiV1VotingFetchUserVotesForPostSlugIdPostRequest , options ?: RawAxiosRequestConfig ) : AxiosPromise < ApiV1PollGetUserPollResponsePost200Response > {
1425
+ apiV1PollGetUserPollResponsePost ( apiV1VotingFetchUserVotesForPostSlugIdPostRequest : ApiV1VotingFetchUserVotesForPostSlugIdPostRequest , options ?: any ) : AxiosPromise < ApiV1PollGetUserPollResponsePost200Response > {
1426
1426
return localVarFp . apiV1PollGetUserPollResponsePost ( apiV1VotingFetchUserVotesForPostSlugIdPostRequest , options ) . then ( ( request ) => request ( axios , basePath ) ) ;
1427
1427
} ,
1428
1428
/**
@@ -1431,7 +1431,7 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
1431
1431
* @param {* } [options] Override http request option.
1432
1432
* @throws {RequiredError }
1433
1433
*/
1434
- apiV1PollSubmitResponsePost ( apiV1PollSubmitResponsePostRequest : ApiV1PollSubmitResponsePostRequest , options ?: RawAxiosRequestConfig ) : AxiosPromise < void > {
1434
+ apiV1PollSubmitResponsePost ( apiV1PollSubmitResponsePostRequest : ApiV1PollSubmitResponsePostRequest , options ?: any ) : AxiosPromise < void > {
1435
1435
return localVarFp . apiV1PollSubmitResponsePost ( apiV1PollSubmitResponsePostRequest , options ) . then ( ( request ) => request ( axios , basePath ) ) ;
1436
1436
} ,
1437
1437
/**
@@ -1440,7 +1440,7 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
1440
1440
* @param {* } [options] Override http request option.
1441
1441
* @throws {RequiredError }
1442
1442
*/
1443
- apiV1PostCreatePost ( apiV1PostCreatePostRequest : ApiV1PostCreatePostRequest , options ?: RawAxiosRequestConfig ) : AxiosPromise < ApiV1VotingFetchUserVotesForPostSlugIdPostRequest > {
1443
+ apiV1PostCreatePost ( apiV1PostCreatePostRequest : ApiV1PostCreatePostRequest , options ?: any ) : AxiosPromise < ApiV1VotingFetchUserVotesForPostSlugIdPostRequest > {
1444
1444
return localVarFp . apiV1PostCreatePost ( apiV1PostCreatePostRequest , options ) . then ( ( request ) => request ( axios , basePath ) ) ;
1445
1445
} ,
1446
1446
/**
@@ -1449,7 +1449,7 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
1449
1449
* @param {* } [options] Override http request option.
1450
1450
* @throws {RequiredError }
1451
1451
*/
1452
- apiV1PostFetchPostBySlugIdPost ( apiV1PostFetchPostBySlugIdPostRequest : ApiV1PostFetchPostBySlugIdPostRequest , options ?: RawAxiosRequestConfig ) : AxiosPromise < ApiV1PostFetchPostBySlugIdPost200Response > {
1452
+ apiV1PostFetchPostBySlugIdPost ( apiV1PostFetchPostBySlugIdPostRequest : ApiV1PostFetchPostBySlugIdPostRequest , options ?: any ) : AxiosPromise < ApiV1PostFetchPostBySlugIdPost200Response > {
1453
1453
return localVarFp . apiV1PostFetchPostBySlugIdPost ( apiV1PostFetchPostBySlugIdPostRequest , options ) . then ( ( request ) => request ( axios , basePath ) ) ;
1454
1454
} ,
1455
1455
/**
@@ -1458,7 +1458,7 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
1458
1458
* @param {* } [options] Override http request option.
1459
1459
* @throws {RequiredError }
1460
1460
*/
1461
- apiV1VotingCastVotePost ( apiV1VotingCastVotePostRequest : ApiV1VotingCastVotePostRequest , options ?: RawAxiosRequestConfig ) : AxiosPromise < void > {
1461
+ apiV1VotingCastVotePost ( apiV1VotingCastVotePostRequest : ApiV1VotingCastVotePostRequest , options ?: any ) : AxiosPromise < void > {
1462
1462
return localVarFp . apiV1VotingCastVotePost ( apiV1VotingCastVotePostRequest , options ) . then ( ( request ) => request ( axios , basePath ) ) ;
1463
1463
} ,
1464
1464
/**
@@ -1467,7 +1467,7 @@ export const DefaultApiFactory = function (configuration?: Configuration, basePa
1467
1467
* @param {* } [options] Override http request option.
1468
1468
* @throws {RequiredError }
1469
1469
*/
1470
- apiV1VotingFetchUserVotesForPostSlugIdPost ( apiV1VotingFetchUserVotesForPostSlugIdPostRequest : ApiV1VotingFetchUserVotesForPostSlugIdPostRequest , options ?: RawAxiosRequestConfig ) : AxiosPromise < Array < ApiV1VotingFetchUserVotesForPostSlugIdPost200ResponseInner > > {
1470
+ apiV1VotingFetchUserVotesForPostSlugIdPost ( apiV1VotingFetchUserVotesForPostSlugIdPostRequest : ApiV1VotingFetchUserVotesForPostSlugIdPostRequest , options ?: any ) : AxiosPromise < Array < ApiV1VotingFetchUserVotesForPostSlugIdPost200ResponseInner > > {
1471
1471
return localVarFp . apiV1VotingFetchUserVotesForPostSlugIdPost ( apiV1VotingFetchUserVotesForPostSlugIdPostRequest , options ) . then ( ( request ) => request ( axios , basePath ) ) ;
1472
1472
} ,
1473
1473
} ;
0 commit comments