@lasuillard/raindrop-client 0.7.1 → 0.7.3

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
@@ -1,8 +1,7 @@
1
1
  # raindrop-client
2
2
 
3
3
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
4
- [![CI](https://github.com/lasuillard/raindrop-client/actions/workflows/ci.yaml/badge.svg)](https://github.com/lasuillard/raindrop-client/actions/workflows/ci.yaml)
5
- [![codecov](https://codecov.io/gh/lasuillard/raindrop-client/graph/badge.svg?token=bPq2geqXLe)](https://codecov.io/gh/lasuillard/raindrop-client)
4
+ [![codecov](https://codecov.io/gh/lasuillard-s/raindrop-client/graph/badge.svg?token=bPq2geqXLe)](https://codecov.io/gh/lasuillard-s/raindrop-client)
6
5
  [![NPM Version](https://img.shields.io/npm/v/%40lasuillard%2Fraindrop-client)](https://www.npmjs.com/package/@lasuillard/raindrop-client)
7
6
 
8
7
  Axios client built with OpenAPI generator for Raindrop.io ☔
@@ -29,7 +28,7 @@ You can use OpenAPI schema in this repository to generate your own client. Follo
29
28
 
30
29
  ```bash
31
30
  $ npm install --global @openapitools/openapi-generator-cli
32
- $ openapi-generator-cli generate -i https://raw.githubusercontent.com/lasuillard/raindrop-client/main/openapi.yaml -g typescript-axios --skip-validate-spec -o ./out
31
+ $ openapi-generator-cli generate -i https://raw.githubusercontent.com/lasuillard-s/raindrop-client/main/openapi.yaml -g typescript-axios --skip-validate-spec -o ./out
33
32
  ```
34
33
 
35
34
  You may need Java installed as openapi-generator-cli uses it.
package/dist/index.d.ts CHANGED
@@ -56,7 +56,7 @@ declare class AuthenticationApi_2 extends BaseAPI {
56
56
  * @throws {RequiredError}
57
57
  * @memberof AuthenticationApi
58
58
  */
59
- authorize(redirectUri: string, clientId: string, options?: RawAxiosRequestConfig): Promise<AxiosResponse<void, any>>;
59
+ authorize(redirectUri: string, clientId: string, options?: RawAxiosRequestConfig): Promise<AxiosResponse<void, any, {}>>;
60
60
  /**
61
61
  *
62
62
  * @param {GetOrRefreshTokenRequest} [getOrRefreshTokenRequest]
@@ -64,7 +64,7 @@ declare class AuthenticationApi_2 extends BaseAPI {
64
64
  * @throws {RequiredError}
65
65
  * @memberof AuthenticationApi
66
66
  */
67
- getOrRefreshToken(getOrRefreshTokenRequest?: GetOrRefreshTokenRequest, options?: RawAxiosRequestConfig): Promise<AxiosResponse<GetOrRefreshToken200Response, any>>;
67
+ getOrRefreshToken(getOrRefreshTokenRequest?: GetOrRefreshTokenRequest, options?: RawAxiosRequestConfig): Promise<AxiosResponse<GetOrRefreshToken200Response, any, {}>>;
68
68
  }
69
69
 
70
70
  /**
@@ -408,7 +408,7 @@ declare class CollectionApi_2 extends BaseAPI {
408
408
  * @throws {RequiredError}
409
409
  * @memberof CollectionApi
410
410
  */
411
- acceptInvitation(id: number, options?: RawAxiosRequestConfig): Promise<AxiosResponse<AcceptInvitation200Response, any>>;
411
+ acceptInvitation(id: number, options?: RawAxiosRequestConfig): Promise<AxiosResponse<AcceptInvitation200Response, any, {}>>;
412
412
  /**
413
413
  *
414
414
  * @param {number} userId
@@ -418,7 +418,7 @@ declare class CollectionApi_2 extends BaseAPI {
418
418
  * @throws {RequiredError}
419
419
  * @memberof CollectionApi
420
420
  */
421
- changeCollaboratorAccessLevel(userId: number, id: number, changeCollaboratorAccessLevelRequest?: ChangeCollaboratorAccessLevelRequest, options?: RawAxiosRequestConfig): Promise<AxiosResponse<void, any>>;
421
+ changeCollaboratorAccessLevel(userId: number, id: number, changeCollaboratorAccessLevelRequest?: ChangeCollaboratorAccessLevelRequest, options?: RawAxiosRequestConfig): Promise<AxiosResponse<void, any, {}>>;
422
422
  /**
423
423
  *
424
424
  * @param {CreateCollectionRequest} [createCollectionRequest]
@@ -426,7 +426,7 @@ declare class CollectionApi_2 extends BaseAPI {
426
426
  * @throws {RequiredError}
427
427
  * @memberof CollectionApi
428
428
  */
429
- createCollection(createCollectionRequest?: CreateCollectionRequest, options?: RawAxiosRequestConfig): Promise<AxiosResponse<CreateCollectionResponse, any>>;
429
+ createCollection(createCollectionRequest?: CreateCollectionRequest, options?: RawAxiosRequestConfig): Promise<AxiosResponse<CreateCollectionResponse, any, {}>>;
430
430
  /**
431
431
  *
432
432
  * @param {number} userId
@@ -435,21 +435,21 @@ declare class CollectionApi_2 extends BaseAPI {
435
435
  * @throws {RequiredError}
436
436
  * @memberof CollectionApi
437
437
  */
438
- deleteCollaborator(userId: number, id: number, options?: RawAxiosRequestConfig): Promise<AxiosResponse<SimpleResponse, any>>;
438
+ deleteCollaborator(userId: number, id: number, options?: RawAxiosRequestConfig): Promise<AxiosResponse<SimpleResponse, any, {}>>;
439
439
  /**
440
440
  *
441
441
  * @param {*} [options] Override http request option.
442
442
  * @throws {RequiredError}
443
443
  * @memberof CollectionApi
444
444
  */
445
- emptyTrash(options?: RawAxiosRequestConfig): Promise<AxiosResponse<SimpleResponse, any>>;
445
+ emptyTrash(options?: RawAxiosRequestConfig): Promise<AxiosResponse<SimpleResponse, any, {}>>;
446
446
  /**
447
447
  *
448
448
  * @param {*} [options] Override http request option.
449
449
  * @throws {RequiredError}
450
450
  * @memberof CollectionApi
451
451
  */
452
- getChildCollections(options?: RawAxiosRequestConfig): Promise<AxiosResponse<GetChildCollectionsResponse, any>>;
452
+ getChildCollections(options?: RawAxiosRequestConfig): Promise<AxiosResponse<GetChildCollectionsResponse, any, {}>>;
453
453
  /**
454
454
  *
455
455
  * @param {number} id
@@ -457,7 +457,7 @@ declare class CollectionApi_2 extends BaseAPI {
457
457
  * @throws {RequiredError}
458
458
  * @memberof CollectionApi
459
459
  */
460
- getCollaborators(id: number, options?: RawAxiosRequestConfig): Promise<AxiosResponse<void, any>>;
460
+ getCollaborators(id: number, options?: RawAxiosRequestConfig): Promise<AxiosResponse<void, any, {}>>;
461
461
  /**
462
462
  *
463
463
  * @param {number} id
@@ -465,28 +465,28 @@ declare class CollectionApi_2 extends BaseAPI {
465
465
  * @throws {RequiredError}
466
466
  * @memberof CollectionApi
467
467
  */
468
- getCollection(id: number, options?: RawAxiosRequestConfig): Promise<AxiosResponse<GetCollectionResponse, any>>;
468
+ getCollection(id: number, options?: RawAxiosRequestConfig): Promise<AxiosResponse<GetCollectionResponse, any, {}>>;
469
469
  /**
470
470
  *
471
471
  * @param {*} [options] Override http request option.
472
472
  * @throws {RequiredError}
473
473
  * @memberof CollectionApi
474
474
  */
475
- getFeaturedCovers(options?: RawAxiosRequestConfig): Promise<AxiosResponse<GetFeaturedCoversResponse, any>>;
475
+ getFeaturedCovers(options?: RawAxiosRequestConfig): Promise<AxiosResponse<GetFeaturedCoversResponse, any, {}>>;
476
476
  /**
477
477
  *
478
478
  * @param {*} [options] Override http request option.
479
479
  * @throws {RequiredError}
480
480
  * @memberof CollectionApi
481
481
  */
482
- getRootCollections(options?: RawAxiosRequestConfig): Promise<AxiosResponse<GetRootCollectionsResponse, any>>;
482
+ getRootCollections(options?: RawAxiosRequestConfig): Promise<AxiosResponse<GetRootCollectionsResponse, any, {}>>;
483
483
  /**
484
484
  *
485
485
  * @param {*} [options] Override http request option.
486
486
  * @throws {RequiredError}
487
487
  * @memberof CollectionApi
488
488
  */
489
- getSystemCollectionStats(options?: RawAxiosRequestConfig): Promise<AxiosResponse<GetSystemCollectionStatsResponse, any>>;
489
+ getSystemCollectionStats(options?: RawAxiosRequestConfig): Promise<AxiosResponse<GetSystemCollectionStatsResponse, any, {}>>;
490
490
  /**
491
491
  *
492
492
  * @param {MergeCollectionsRequest} [mergeCollectionsRequest]
@@ -494,14 +494,14 @@ declare class CollectionApi_2 extends BaseAPI {
494
494
  * @throws {RequiredError}
495
495
  * @memberof CollectionApi
496
496
  */
497
- mergeCollections(mergeCollectionsRequest?: MergeCollectionsRequest, options?: RawAxiosRequestConfig): Promise<AxiosResponse<MergeCollectionsResponse, any>>;
497
+ mergeCollections(mergeCollectionsRequest?: MergeCollectionsRequest, options?: RawAxiosRequestConfig): Promise<AxiosResponse<MergeCollectionsResponse, any, {}>>;
498
498
  /**
499
499
  *
500
500
  * @param {*} [options] Override http request option.
501
501
  * @throws {RequiredError}
502
502
  * @memberof CollectionApi
503
503
  */
504
- removeAllEmptyCollections(options?: RawAxiosRequestConfig): Promise<AxiosResponse<RemoveAllEmptyCollectionsResponse, any>>;
504
+ removeAllEmptyCollections(options?: RawAxiosRequestConfig): Promise<AxiosResponse<RemoveAllEmptyCollectionsResponse, any, {}>>;
505
505
  /**
506
506
  *
507
507
  * @param {number} id
@@ -509,7 +509,7 @@ declare class CollectionApi_2 extends BaseAPI {
509
509
  * @throws {RequiredError}
510
510
  * @memberof CollectionApi
511
511
  */
512
- removeCollection(id: number, options?: RawAxiosRequestConfig): Promise<AxiosResponse<SimpleResponse, any>>;
512
+ removeCollection(id: number, options?: RawAxiosRequestConfig): Promise<AxiosResponse<SimpleResponse, any, {}>>;
513
513
  /**
514
514
  *
515
515
  * @param {RemoveCollectionsRequest} [removeCollectionsRequest]
@@ -517,7 +517,7 @@ declare class CollectionApi_2 extends BaseAPI {
517
517
  * @throws {RequiredError}
518
518
  * @memberof CollectionApi
519
519
  */
520
- removeCollections(removeCollectionsRequest?: RemoveCollectionsRequest, options?: RawAxiosRequestConfig): Promise<AxiosResponse<RemoveCollectionsResponse, any>>;
520
+ removeCollections(removeCollectionsRequest?: RemoveCollectionsRequest, options?: RawAxiosRequestConfig): Promise<AxiosResponse<RemoveCollectionsResponse, any, {}>>;
521
521
  /**
522
522
  *
523
523
  * @param {ReorderAllCollectionsRequest} [reorderAllCollectionsRequest]
@@ -525,7 +525,7 @@ declare class CollectionApi_2 extends BaseAPI {
525
525
  * @throws {RequiredError}
526
526
  * @memberof CollectionApi
527
527
  */
528
- reorderAllCollections(reorderAllCollectionsRequest?: ReorderAllCollectionsRequest, options?: RawAxiosRequestConfig): Promise<AxiosResponse<SimpleResponse, any>>;
528
+ reorderAllCollections(reorderAllCollectionsRequest?: ReorderAllCollectionsRequest, options?: RawAxiosRequestConfig): Promise<AxiosResponse<SimpleResponse, any, {}>>;
529
529
  /**
530
530
  *
531
531
  * @param {string} text
@@ -533,7 +533,7 @@ declare class CollectionApi_2 extends BaseAPI {
533
533
  * @throws {RequiredError}
534
534
  * @memberof CollectionApi
535
535
  */
536
- searchCovers(text: string, options?: RawAxiosRequestConfig): Promise<AxiosResponse<SearchCoversResponse, any>>;
536
+ searchCovers(text: string, options?: RawAxiosRequestConfig): Promise<AxiosResponse<SearchCoversResponse, any, {}>>;
537
537
  /**
538
538
  *
539
539
  * @param {number} id
@@ -542,7 +542,7 @@ declare class CollectionApi_2 extends BaseAPI {
542
542
  * @throws {RequiredError}
543
543
  * @memberof CollectionApi
544
544
  */
545
- shareCollection(id: number, shareCollectionRequest?: ShareCollectionRequest, options?: RawAxiosRequestConfig): Promise<AxiosResponse<ShareCollectionResponse, any>>;
545
+ shareCollection(id: number, shareCollectionRequest?: ShareCollectionRequest, options?: RawAxiosRequestConfig): Promise<AxiosResponse<ShareCollectionResponse, any, {}>>;
546
546
  /**
547
547
  *
548
548
  * @param {number} id
@@ -550,7 +550,7 @@ declare class CollectionApi_2 extends BaseAPI {
550
550
  * @throws {RequiredError}
551
551
  * @memberof CollectionApi
552
552
  */
553
- unshareOrLeaveCollection(id: number, options?: RawAxiosRequestConfig): Promise<AxiosResponse<SimpleResponse, any>>;
553
+ unshareOrLeaveCollection(id: number, options?: RawAxiosRequestConfig): Promise<AxiosResponse<SimpleResponse, any, {}>>;
554
554
  /**
555
555
  *
556
556
  * @param {number} id
@@ -559,7 +559,7 @@ declare class CollectionApi_2 extends BaseAPI {
559
559
  * @throws {RequiredError}
560
560
  * @memberof CollectionApi
561
561
  */
562
- updateCollection(id: number, updateCollectionRequest?: UpdateCollectionRequest, options?: RawAxiosRequestConfig): Promise<AxiosResponse<UpdateCollectionResponse, any>>;
562
+ updateCollection(id: number, updateCollectionRequest?: UpdateCollectionRequest, options?: RawAxiosRequestConfig): Promise<AxiosResponse<UpdateCollectionResponse, any, {}>>;
563
563
  /**
564
564
  *
565
565
  * @param {number} id
@@ -568,7 +568,7 @@ declare class CollectionApi_2 extends BaseAPI {
568
568
  * @throws {RequiredError}
569
569
  * @memberof CollectionApi
570
570
  */
571
- uploadCollectionCover(id: number, cover?: File, options?: RawAxiosRequestConfig): Promise<AxiosResponse<UploadCollectionCoverResponse, any>>;
571
+ uploadCollectionCover(id: number, cover?: File, options?: RawAxiosRequestConfig): Promise<AxiosResponse<UploadCollectionCoverResponse, any, {}>>;
572
572
  }
573
573
 
574
574
  /**
@@ -1751,7 +1751,7 @@ declare class FilterApi extends BaseAPI {
1751
1751
  * @throws {RequiredError}
1752
1752
  * @memberof FilterApi
1753
1753
  */
1754
- getFilters(collectionId: number, tagsSort?: GetFiltersTagsSortEnum, search?: string, options?: RawAxiosRequestConfig): Promise<AxiosResponse<GetFiltersResponse, any>>;
1754
+ getFilters(collectionId: number, tagsSort?: GetFiltersTagsSortEnum, search?: string, options?: RawAxiosRequestConfig): Promise<AxiosResponse<GetFiltersResponse, any, {}>>;
1755
1755
  }
1756
1756
 
1757
1757
  /**
@@ -2868,7 +2868,7 @@ declare class HighlightApi extends BaseAPI {
2868
2868
  * @throws {RequiredError}
2869
2869
  * @memberof HighlightApi
2870
2870
  */
2871
- getAllHighlights(page?: number, perpage?: number, options?: RawAxiosRequestConfig): Promise<AxiosResponse<GetAllHighlightsResponse, any>>;
2871
+ getAllHighlights(page?: number, perpage?: number, options?: RawAxiosRequestConfig): Promise<AxiosResponse<GetAllHighlightsResponse, any, {}>>;
2872
2872
  /**
2873
2873
  *
2874
2874
  * @param {number} collectionId
@@ -2878,7 +2878,7 @@ declare class HighlightApi extends BaseAPI {
2878
2878
  * @throws {RequiredError}
2879
2879
  * @memberof HighlightApi
2880
2880
  */
2881
- getHighlightsInCollection(collectionId: number, page?: number, perpage?: number, options?: RawAxiosRequestConfig): Promise<AxiosResponse<GetHighlightsInCollectionResponse, any>>;
2881
+ getHighlightsInCollection(collectionId: number, page?: number, perpage?: number, options?: RawAxiosRequestConfig): Promise<AxiosResponse<GetHighlightsInCollectionResponse, any, {}>>;
2882
2882
  /**
2883
2883
  *
2884
2884
  * @param {number} id
@@ -2886,7 +2886,7 @@ declare class HighlightApi extends BaseAPI {
2886
2886
  * @throws {RequiredError}
2887
2887
  * @memberof HighlightApi
2888
2888
  */
2889
- getRaindrop(id: number, options?: RawAxiosRequestConfig): Promise<AxiosResponse<GetRaindropResponse, any>>;
2889
+ getRaindrop(id: number, options?: RawAxiosRequestConfig): Promise<AxiosResponse<GetRaindropResponse, any, {}>>;
2890
2890
  /**
2891
2891
  *
2892
2892
  * @param {number} id
@@ -2895,7 +2895,7 @@ declare class HighlightApi extends BaseAPI {
2895
2895
  * @throws {RequiredError}
2896
2896
  * @memberof HighlightApi
2897
2897
  */
2898
- updateRaindrop(id: number, body?: object, options?: RawAxiosRequestConfig): Promise<AxiosResponse<UpdateRaindropResponse, any>>;
2898
+ updateRaindrop(id: number, body?: object, options?: RawAxiosRequestConfig): Promise<AxiosResponse<UpdateRaindropResponse, any, {}>>;
2899
2899
  }
2900
2900
 
2901
2901
  /**
@@ -3029,7 +3029,7 @@ declare class ImportApi extends BaseAPI {
3029
3029
  * @throws {RequiredError}
3030
3030
  * @memberof ImportApi
3031
3031
  */
3032
- checkURLsExist(checkURLsExistRequest?: CheckURLsExistRequest, options?: RawAxiosRequestConfig): Promise<AxiosResponse<CheckURLsExistResponse, any>>;
3032
+ checkURLsExist(checkURLsExistRequest?: CheckURLsExistRequest, options?: RawAxiosRequestConfig): Promise<AxiosResponse<CheckURLsExistResponse, any, {}>>;
3033
3033
  /**
3034
3034
  *
3035
3035
  * @param {File} [_import]
@@ -3037,7 +3037,7 @@ declare class ImportApi extends BaseAPI {
3037
3037
  * @throws {RequiredError}
3038
3038
  * @memberof ImportApi
3039
3039
  */
3040
- importHTMLBookmarkFile(_import?: File, options?: RawAxiosRequestConfig): Promise<AxiosResponse<ImportHTMLBookmarkFileResponse, any>>;
3040
+ importHTMLBookmarkFile(_import?: File, options?: RawAxiosRequestConfig): Promise<AxiosResponse<ImportHTMLBookmarkFileResponse, any, {}>>;
3041
3041
  /**
3042
3042
  *
3043
3043
  * @param {string} [url]
@@ -3045,7 +3045,7 @@ declare class ImportApi extends BaseAPI {
3045
3045
  * @throws {RequiredError}
3046
3046
  * @memberof ImportApi
3047
3047
  */
3048
- parseURL(url?: string, options?: RawAxiosRequestConfig): Promise<AxiosResponse<ParseURLResponse, any>>;
3048
+ parseURL(url?: string, options?: RawAxiosRequestConfig): Promise<AxiosResponse<ParseURLResponse, any, {}>>;
3049
3049
  }
3050
3050
 
3051
3051
  /**
@@ -3526,7 +3526,7 @@ declare class RaindropApi_2 extends BaseAPI {
3526
3526
  * @throws {RequiredError}
3527
3527
  * @memberof RaindropApi
3528
3528
  */
3529
- createRaindrop(createRaindropRequest?: CreateRaindropRequest, options?: RawAxiosRequestConfig): Promise<AxiosResponse<CreateRaindropResponse, any>>;
3529
+ createRaindrop(createRaindropRequest?: CreateRaindropRequest, options?: RawAxiosRequestConfig): Promise<AxiosResponse<CreateRaindropResponse, any, {}>>;
3530
3530
  /**
3531
3531
  *
3532
3532
  * @param {object} [body]
@@ -3534,7 +3534,7 @@ declare class RaindropApi_2 extends BaseAPI {
3534
3534
  * @throws {RequiredError}
3535
3535
  * @memberof RaindropApi
3536
3536
  */
3537
- createRaindrops(body?: object, options?: RawAxiosRequestConfig): Promise<AxiosResponse<CreateRaindropsResponse, any>>;
3537
+ createRaindrops(body?: object, options?: RawAxiosRequestConfig): Promise<AxiosResponse<CreateRaindropsResponse, any, {}>>;
3538
3538
  /**
3539
3539
  *
3540
3540
  * @param {number} id
@@ -3542,7 +3542,7 @@ declare class RaindropApi_2 extends BaseAPI {
3542
3542
  * @throws {RequiredError}
3543
3543
  * @memberof RaindropApi
3544
3544
  */
3545
- getPermanentCopy(id: number, options?: RawAxiosRequestConfig): Promise<AxiosResponse<void, any>>;
3545
+ getPermanentCopy(id: number, options?: RawAxiosRequestConfig): Promise<AxiosResponse<void, any, {}>>;
3546
3546
  /**
3547
3547
  *
3548
3548
  * @param {number} id
@@ -3550,7 +3550,7 @@ declare class RaindropApi_2 extends BaseAPI {
3550
3550
  * @throws {RequiredError}
3551
3551
  * @memberof RaindropApi
3552
3552
  */
3553
- getRaindrop(id: number, options?: RawAxiosRequestConfig): Promise<AxiosResponse<GetRaindropResponse, any>>;
3553
+ getRaindrop(id: number, options?: RawAxiosRequestConfig): Promise<AxiosResponse<GetRaindropResponse, any, {}>>;
3554
3554
  /**
3555
3555
  *
3556
3556
  * @param {number} collectionId
@@ -3562,7 +3562,7 @@ declare class RaindropApi_2 extends BaseAPI {
3562
3562
  * @throws {RequiredError}
3563
3563
  * @memberof RaindropApi
3564
3564
  */
3565
- getRaindrops(collectionId: number, sort?: string, perpage?: number, page?: number, search?: string, options?: RawAxiosRequestConfig): Promise<AxiosResponse<GetRaindropsResponse, any>>;
3565
+ getRaindrops(collectionId: number, sort?: string, perpage?: number, page?: number, search?: string, options?: RawAxiosRequestConfig): Promise<AxiosResponse<GetRaindropsResponse, any, {}>>;
3566
3566
  /**
3567
3567
  *
3568
3568
  * @param {number} id
@@ -3570,7 +3570,7 @@ declare class RaindropApi_2 extends BaseAPI {
3570
3570
  * @throws {RequiredError}
3571
3571
  * @memberof RaindropApi
3572
3572
  */
3573
- removeRaindrop(id: number, options?: RawAxiosRequestConfig): Promise<AxiosResponse<RemoveRaindropResponse, any>>;
3573
+ removeRaindrop(id: number, options?: RawAxiosRequestConfig): Promise<AxiosResponse<RemoveRaindropResponse, any, {}>>;
3574
3574
  /**
3575
3575
  *
3576
3576
  * @param {number} collectionId
@@ -3580,7 +3580,7 @@ declare class RaindropApi_2 extends BaseAPI {
3580
3580
  * @throws {RequiredError}
3581
3581
  * @memberof RaindropApi
3582
3582
  */
3583
- removeRaindrops(collectionId: number, search?: string, removeRaindropsRequest?: RemoveRaindropsRequest, options?: RawAxiosRequestConfig): Promise<AxiosResponse<RemoveRaindropsResponse, any>>;
3583
+ removeRaindrops(collectionId: number, search?: string, removeRaindropsRequest?: RemoveRaindropsRequest, options?: RawAxiosRequestConfig): Promise<AxiosResponse<RemoveRaindropsResponse, any, {}>>;
3584
3584
  /**
3585
3585
  *
3586
3586
  * @param {number} id
@@ -3588,7 +3588,7 @@ declare class RaindropApi_2 extends BaseAPI {
3588
3588
  * @throws {RequiredError}
3589
3589
  * @memberof RaindropApi
3590
3590
  */
3591
- suggestForExistingBookmark(id: number, options?: RawAxiosRequestConfig): Promise<AxiosResponse<SuggestForExistingBookmarkResponse, any>>;
3591
+ suggestForExistingBookmark(id: number, options?: RawAxiosRequestConfig): Promise<AxiosResponse<SuggestForExistingBookmarkResponse, any, {}>>;
3592
3592
  /**
3593
3593
  *
3594
3594
  * @param {SuggestForNewBookmarkRequest} [suggestForNewBookmarkRequest]
@@ -3596,7 +3596,7 @@ declare class RaindropApi_2 extends BaseAPI {
3596
3596
  * @throws {RequiredError}
3597
3597
  * @memberof RaindropApi
3598
3598
  */
3599
- suggestForNewBookmark(suggestForNewBookmarkRequest?: SuggestForNewBookmarkRequest, options?: RawAxiosRequestConfig): Promise<AxiosResponse<SuggestForNewBookmarkResponse, any>>;
3599
+ suggestForNewBookmark(suggestForNewBookmarkRequest?: SuggestForNewBookmarkRequest, options?: RawAxiosRequestConfig): Promise<AxiosResponse<SuggestForNewBookmarkResponse, any, {}>>;
3600
3600
  /**
3601
3601
  *
3602
3602
  * @param {number} id
@@ -3605,7 +3605,7 @@ declare class RaindropApi_2 extends BaseAPI {
3605
3605
  * @throws {RequiredError}
3606
3606
  * @memberof RaindropApi
3607
3607
  */
3608
- updateRaindrop(id: number, body?: object, options?: RawAxiosRequestConfig): Promise<AxiosResponse<UpdateRaindropResponse, any>>;
3608
+ updateRaindrop(id: number, body?: object, options?: RawAxiosRequestConfig): Promise<AxiosResponse<UpdateRaindropResponse, any, {}>>;
3609
3609
  /**
3610
3610
  *
3611
3611
  * @param {number} collectionId
@@ -3614,7 +3614,7 @@ declare class RaindropApi_2 extends BaseAPI {
3614
3614
  * @throws {RequiredError}
3615
3615
  * @memberof RaindropApi
3616
3616
  */
3617
- updateRaindrops(collectionId: number, updateRaindropsRequest?: UpdateRaindropsRequest, options?: RawAxiosRequestConfig): Promise<AxiosResponse<UpdateRaindropsResponse, any>>;
3617
+ updateRaindrops(collectionId: number, updateRaindropsRequest?: UpdateRaindropsRequest, options?: RawAxiosRequestConfig): Promise<AxiosResponse<UpdateRaindropsResponse, any, {}>>;
3618
3618
  /**
3619
3619
  *
3620
3620
  * @param {File} [file]
@@ -3623,7 +3623,7 @@ declare class RaindropApi_2 extends BaseAPI {
3623
3623
  * @throws {RequiredError}
3624
3624
  * @memberof RaindropApi
3625
3625
  */
3626
- uploadFile(file?: File, collectionId?: number, options?: RawAxiosRequestConfig): Promise<AxiosResponse<UploadFileResponse, any>>;
3626
+ uploadFile(file?: File, collectionId?: number, options?: RawAxiosRequestConfig): Promise<AxiosResponse<UploadFileResponse, any, {}>>;
3627
3627
  /**
3628
3628
  *
3629
3629
  * @param {number} id
@@ -3632,7 +3632,7 @@ declare class RaindropApi_2 extends BaseAPI {
3632
3632
  * @throws {RequiredError}
3633
3633
  * @memberof RaindropApi
3634
3634
  */
3635
- uploadRaindropCover(id: number, cover?: File, options?: RawAxiosRequestConfig): Promise<AxiosResponse<UploadRaindropCoverResponse, any>>;
3635
+ uploadRaindropCover(id: number, cover?: File, options?: RawAxiosRequestConfig): Promise<AxiosResponse<UploadRaindropCoverResponse, any, {}>>;
3636
3636
  }
3637
3637
 
3638
3638
  /**
@@ -4481,7 +4481,7 @@ declare class TagApi extends BaseAPI {
4481
4481
  * @throws {RequiredError}
4482
4482
  * @memberof TagApi
4483
4483
  */
4484
- getTagsInCollection(collectionId?: number, options?: RawAxiosRequestConfig): Promise<AxiosResponse<GetTagsInCollectionResponse, any>>;
4484
+ getTagsInCollection(collectionId?: number, options?: RawAxiosRequestConfig): Promise<AxiosResponse<GetTagsInCollectionResponse, any, {}>>;
4485
4485
  /**
4486
4486
  *
4487
4487
  * @param {number} [collectionId]
@@ -4490,7 +4490,7 @@ declare class TagApi extends BaseAPI {
4490
4490
  * @throws {RequiredError}
4491
4491
  * @memberof TagApi
4492
4492
  */
4493
- removeTagsFromCollection(collectionId?: number, removeTagsFromCollectionRequest?: RemoveTagsFromCollectionRequest, options?: RawAxiosRequestConfig): Promise<AxiosResponse<SimpleResponse, any>>;
4493
+ removeTagsFromCollection(collectionId?: number, removeTagsFromCollectionRequest?: RemoveTagsFromCollectionRequest, options?: RawAxiosRequestConfig): Promise<AxiosResponse<SimpleResponse, any, {}>>;
4494
4494
  /**
4495
4495
  *
4496
4496
  * @param {number} [collectionId]
@@ -4499,7 +4499,7 @@ declare class TagApi extends BaseAPI {
4499
4499
  * @throws {RequiredError}
4500
4500
  * @memberof TagApi
4501
4501
  */
4502
- renameOrMergeTags(collectionId?: number, renameOrMergeTagsRequest?: RenameOrMergeTagsRequest, options?: RawAxiosRequestConfig): Promise<AxiosResponse<SimpleResponse, any>>;
4502
+ renameOrMergeTags(collectionId?: number, renameOrMergeTagsRequest?: RenameOrMergeTagsRequest, options?: RawAxiosRequestConfig): Promise<AxiosResponse<SimpleResponse, any, {}>>;
4503
4503
  }
4504
4504
 
4505
4505
  /**
@@ -5841,7 +5841,7 @@ declare class UserApi extends BaseAPI {
5841
5841
  * @throws {RequiredError}
5842
5842
  * @memberof UserApi
5843
5843
  */
5844
- connectSocialNetworkProvider(provider: ConnectSocialNetworkProviderProviderEnum, options?: RawAxiosRequestConfig): Promise<AxiosResponse<void, any>>;
5844
+ connectSocialNetworkProvider(provider: ConnectSocialNetworkProviderProviderEnum, options?: RawAxiosRequestConfig): Promise<AxiosResponse<void, any, {}>>;
5845
5845
  /**
5846
5846
  *
5847
5847
  * @param {DisconnectSocialNetworkProviderProviderEnum} provider
@@ -5849,14 +5849,14 @@ declare class UserApi extends BaseAPI {
5849
5849
  * @throws {RequiredError}
5850
5850
  * @memberof UserApi
5851
5851
  */
5852
- disconnectSocialNetworkProvider(provider: DisconnectSocialNetworkProviderProviderEnum, options?: RawAxiosRequestConfig): Promise<AxiosResponse<void, any>>;
5852
+ disconnectSocialNetworkProvider(provider: DisconnectSocialNetworkProviderProviderEnum, options?: RawAxiosRequestConfig): Promise<AxiosResponse<void, any, {}>>;
5853
5853
  /**
5854
5854
  *
5855
5855
  * @param {*} [options] Override http request option.
5856
5856
  * @throws {RequiredError}
5857
5857
  * @memberof UserApi
5858
5858
  */
5859
- getCurrentUser(options?: RawAxiosRequestConfig): Promise<AxiosResponse<GetCurrentUserResponse, any>>;
5859
+ getCurrentUser(options?: RawAxiosRequestConfig): Promise<AxiosResponse<GetCurrentUserResponse, any, {}>>;
5860
5860
  /**
5861
5861
  *
5862
5862
  * @param {number} name
@@ -5864,14 +5864,14 @@ declare class UserApi extends BaseAPI {
5864
5864
  * @throws {RequiredError}
5865
5865
  * @memberof UserApi
5866
5866
  */
5867
- getPublicUserByName(name: number, options?: RawAxiosRequestConfig): Promise<AxiosResponse<GetPublicUserByNameResponse, any>>;
5867
+ getPublicUserByName(name: number, options?: RawAxiosRequestConfig): Promise<AxiosResponse<GetPublicUserByNameResponse, any, {}>>;
5868
5868
  /**
5869
5869
  *
5870
5870
  * @param {*} [options] Override http request option.
5871
5871
  * @throws {RequiredError}
5872
5872
  * @memberof UserApi
5873
5873
  */
5874
- getSystemCollectionStats(options?: RawAxiosRequestConfig): Promise<AxiosResponse<GetSystemCollectionStatsResponse, any>>;
5874
+ getSystemCollectionStats(options?: RawAxiosRequestConfig): Promise<AxiosResponse<GetSystemCollectionStatsResponse, any, {}>>;
5875
5875
  /**
5876
5876
  *
5877
5877
  * @param {UpdateCurrentUserRequest} [updateCurrentUserRequest]
@@ -5879,7 +5879,7 @@ declare class UserApi extends BaseAPI {
5879
5879
  * @throws {RequiredError}
5880
5880
  * @memberof UserApi
5881
5881
  */
5882
- updateCurrentUser(updateCurrentUserRequest?: UpdateCurrentUserRequest, options?: RawAxiosRequestConfig): Promise<AxiosResponse<UpdateCurrentUserResponse, any>>;
5882
+ updateCurrentUser(updateCurrentUserRequest?: UpdateCurrentUserRequest, options?: RawAxiosRequestConfig): Promise<AxiosResponse<UpdateCurrentUserResponse, any, {}>>;
5883
5883
  }
5884
5884
 
5885
5885
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lasuillard/raindrop-client",
3
- "version": "0.7.1",
3
+ "version": "0.7.3",
4
4
  "description": "Axios client built with OpenAPI generator for Raindrop.io.",
5
5
  "keywords": [
6
6
  "raindrop.io",
@@ -10,16 +10,16 @@
10
10
  "license": "MIT",
11
11
  "repository": {
12
12
  "type": "git",
13
- "url": "git+https://github.com/lasuillard/raindrop-client.git"
13
+ "url": "git+https://github.com/lasuillard-s/raindrop-client.git"
14
14
  },
15
15
  "author": {
16
16
  "name": "Yuchan Lee",
17
17
  "url": "https://github.com/lasuillard",
18
18
  "email": "lasuillard@gmail.com"
19
19
  },
20
- "homepage": "https://github.com/lasuillard/raindrop-client",
20
+ "homepage": "https://github.com/lasuillard-s/raindrop-client",
21
21
  "bugs": {
22
- "url": "https://github.com/lasuillard/raindrop-client/issues"
22
+ "url": "https://github.com/lasuillard-s/raindrop-client/issues"
23
23
  },
24
24
  "engines": {
25
25
  "node": ">=20"