@lasuillard/raindrop-client 0.8.0 → 0.8.2
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 +79 -21
- package/dist/{src/generated/api.d.ts → index.d.mts} +638 -206
- package/dist/index.d.ts +5992 -0
- package/dist/index.js +3872 -0
- package/dist/index.mjs +3839 -0
- package/package.json +95 -79
- package/dist/index.cjs.js +0 -1
- package/dist/index.es.js +0 -1912
- package/dist/src/client/auth.d.ts +0 -18
- package/dist/src/client/client.d.ts +0 -25
- package/dist/src/client/collection.d.ts +0 -14
- package/dist/src/client/index.d.ts +0 -1
- package/dist/src/client/raindrop.d.ts +0 -23
- package/dist/src/generated/base.d.ts +0 -55
- package/dist/src/generated/common.d.ts +0 -54
- package/dist/src/generated/configuration.d.ts +0 -91
- package/dist/src/generated/index.d.ts +0 -13
- package/dist/src/index.d.ts +0 -6
- package/dist/src/utils/index.d.ts +0 -2
- package/dist/src/utils/tree.d.ts +0 -49
- package/dist/tests/__typechecks__/checkURLsExist.test-d.d.ts +0 -1
- package/dist/tests/__typechecks__/createCollection.test-d.d.ts +0 -1
- package/dist/tests/__typechecks__/createRaindrop.test-d.d.ts +0 -1
- package/dist/tests/__typechecks__/createRaindrops.test-d.d.ts +0 -1
- package/dist/tests/__typechecks__/emptyTrash.test-d.d.ts +0 -1
- package/dist/tests/__typechecks__/getAllHighlights.test-d.d.ts +0 -1
- package/dist/tests/__typechecks__/getChildCollections.test-d.d.ts +0 -1
- package/dist/tests/__typechecks__/getCollection.test-d.d.ts +0 -1
- package/dist/tests/__typechecks__/getCurrentUser.test-d.d.ts +0 -1
- package/dist/tests/__typechecks__/getFeaturedCovers.test-d.d.ts +0 -1
- package/dist/tests/__typechecks__/getFilters.test-d.d.ts +0 -1
- package/dist/tests/__typechecks__/getHighlightsInCollection.test-d.d.ts +0 -1
- package/dist/tests/__typechecks__/getPublicUserByName.test-d.d.ts +0 -1
- package/dist/tests/__typechecks__/getRaindrop.test-d.d.ts +0 -1
- package/dist/tests/__typechecks__/getRaindrops.test-d.d.ts +0 -1
- package/dist/tests/__typechecks__/getRootCollections.test-d.d.ts +0 -1
- package/dist/tests/__typechecks__/getSystemCollectionStats.test-d.d.ts +0 -1
- package/dist/tests/__typechecks__/getTagsInCollection.test-d.d.ts +0 -1
- package/dist/tests/__typechecks__/importHTMLBookmarkFile.test-d.d.ts +0 -1
- package/dist/tests/__typechecks__/mergeCollections.test-d.d.ts +0 -1
- package/dist/tests/__typechecks__/parseURL.test-d.d.ts +0 -1
- package/dist/tests/__typechecks__/removeAllEmptyCollections.test-d.d.ts +0 -1
- package/dist/tests/__typechecks__/removeCollection.test-d.d.ts +0 -1
- package/dist/tests/__typechecks__/removeCollections.test-d.d.ts +0 -1
- package/dist/tests/__typechecks__/removeRaindrop.test-d.d.ts +0 -1
- package/dist/tests/__typechecks__/removeRaindrops.test-d.d.ts +0 -1
- package/dist/tests/__typechecks__/removeTagsFromCollection.test-d.d.ts +0 -1
- package/dist/tests/__typechecks__/renameOrMergeTags.test-d.d.ts +0 -1
- package/dist/tests/__typechecks__/reorderAllCollections.test-d.d.ts +0 -1
- package/dist/tests/__typechecks__/searchCovers.test-d.d.ts +0 -1
- package/dist/tests/__typechecks__/shareCollection.test-d.d.ts +0 -1
- package/dist/tests/__typechecks__/updateCollection.test-d.d.ts +0 -1
- package/dist/tests/__typechecks__/updateCurrentUser.test-d.d.ts +0 -1
- package/dist/tests/__typechecks__/updateRaindrop.test-d.d.ts +0 -1
- package/dist/tests/__typechecks__/updateRaindrops.test-d.d.ts +0 -1
- package/dist/tests/__typechecks__/uploadCollectionCover.test-d.d.ts +0 -1
- package/dist/tests/__typechecks__/uploadFile.test-d.d.ts +0 -1
- package/dist/tests/__typechecks__/uploadRaindropCover.test-d.d.ts +0 -1
- package/dist/tests/_helpers/axios.d.ts +0 -11
- package/dist/tests/_helpers/common.d.ts +0 -2
- package/dist/tests/_helpers/polly.d.ts +0 -5
- package/dist/tests/_helpers/raindrop.d.ts +0 -17
- package/dist/tests/_helpers/typechecks.d.ts +0 -14
- package/dist/tests/_helpers/utils.d.ts +0 -1
- package/dist/tests/_helpers/vitest.d.ts +0 -29
- package/dist/tests/client/auth.test.d.ts +0 -1
- package/dist/tests/client/client.test.d.ts +0 -1
- package/dist/tests/client/collection.test.d.ts +0 -1
- package/dist/tests/client/raindrop.test.d.ts +0 -1
- package/dist/tests/generated/auth.test.d.ts +0 -1
- package/dist/tests/generated/collection.test.d.ts +0 -1
- package/dist/tests/generated/filter.test.d.ts +0 -1
- package/dist/tests/generated/highlight.test.d.ts +0 -1
- package/dist/tests/generated/import.test.d.ts +0 -1
- package/dist/tests/generated/raindrop.test.d.ts +0 -1
- package/dist/tests/generated/tag.test.d.ts +0 -1
- package/dist/tests/generated/user.test.d.ts +0 -1
- package/dist/tests/setup.d.ts +0 -1
- package/dist/tests/utils/tree.test.d.ts +0 -1
|
@@ -1,12 +1,137 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { AxiosPromise,
|
|
3
|
-
|
|
1
|
+
import * as axios from 'axios';
|
|
2
|
+
import { AxiosInstance, RawAxiosRequestConfig, AxiosPromise, AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* Raindrop API (Unofficial)
|
|
6
|
+
* **UNOFFICIAL** OpenAPI specification of Raindrop API. This OpenAPI spec has been made by hand with reference to official documentation because it is not provided by Raindrop.io. Because official documentation not maintained well, there are very (highly) likely to have mismatch in schemas. As we can\'t inspect and address all issues, schema being updated as we find issues. Any contributions are welcome. Bug report, schema update, adding descriptions or functions, please don\'t hesitate to create an issue.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 0.1.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
interface ConfigurationParameters {
|
|
16
|
+
apiKey?: string | Promise<string> | ((name: string) => string) | ((name: string) => Promise<string>);
|
|
17
|
+
username?: string;
|
|
18
|
+
password?: string;
|
|
19
|
+
accessToken?: string | Promise<string> | ((name?: string, scopes?: string[]) => string) | ((name?: string, scopes?: string[]) => Promise<string>);
|
|
20
|
+
basePath?: string;
|
|
21
|
+
serverIndex?: number;
|
|
22
|
+
baseOptions?: any;
|
|
23
|
+
formDataCtor?: new () => any;
|
|
24
|
+
}
|
|
25
|
+
declare class Configuration {
|
|
26
|
+
/**
|
|
27
|
+
* parameter for apiKey security
|
|
28
|
+
* @param name security name
|
|
29
|
+
* @memberof Configuration
|
|
30
|
+
*/
|
|
31
|
+
apiKey?: string | Promise<string> | ((name: string) => string) | ((name: string) => Promise<string>);
|
|
32
|
+
/**
|
|
33
|
+
* parameter for basic security
|
|
34
|
+
*
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof Configuration
|
|
37
|
+
*/
|
|
38
|
+
username?: string;
|
|
39
|
+
/**
|
|
40
|
+
* parameter for basic security
|
|
41
|
+
*
|
|
42
|
+
* @type {string}
|
|
43
|
+
* @memberof Configuration
|
|
44
|
+
*/
|
|
45
|
+
password?: string;
|
|
46
|
+
/**
|
|
47
|
+
* parameter for oauth2 security
|
|
48
|
+
* @param name security name
|
|
49
|
+
* @param scopes oauth2 scope
|
|
50
|
+
* @memberof Configuration
|
|
51
|
+
*/
|
|
52
|
+
accessToken?: string | Promise<string> | ((name?: string, scopes?: string[]) => string) | ((name?: string, scopes?: string[]) => Promise<string>);
|
|
53
|
+
/**
|
|
54
|
+
* override base path
|
|
55
|
+
*
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof Configuration
|
|
58
|
+
*/
|
|
59
|
+
basePath?: string;
|
|
60
|
+
/**
|
|
61
|
+
* override server index
|
|
62
|
+
*
|
|
63
|
+
* @type {number}
|
|
64
|
+
* @memberof Configuration
|
|
65
|
+
*/
|
|
66
|
+
serverIndex?: number;
|
|
67
|
+
/**
|
|
68
|
+
* base options for axios calls
|
|
69
|
+
*
|
|
70
|
+
* @type {any}
|
|
71
|
+
* @memberof Configuration
|
|
72
|
+
*/
|
|
73
|
+
baseOptions?: any;
|
|
74
|
+
/**
|
|
75
|
+
* The FormData constructor that will be used to create multipart form data
|
|
76
|
+
* requests. You can inject this here so that execution environments that
|
|
77
|
+
* do not support the FormData class can still run the generated client.
|
|
78
|
+
*
|
|
79
|
+
* @type {new () => FormData}
|
|
80
|
+
*/
|
|
81
|
+
formDataCtor?: new () => any;
|
|
82
|
+
constructor(param?: ConfigurationParameters);
|
|
83
|
+
/**
|
|
84
|
+
* Check if the given MIME is a JSON MIME.
|
|
85
|
+
* JSON MIME examples:
|
|
86
|
+
* application/json
|
|
87
|
+
* application/json; charset=UTF8
|
|
88
|
+
* APPLICATION/JSON
|
|
89
|
+
* application/vnd.company+json
|
|
90
|
+
* @param mime - MIME (Multipurpose Internet Mail Extensions)
|
|
91
|
+
* @return True if the given MIME is JSON, false otherwise.
|
|
92
|
+
*/
|
|
93
|
+
isJsonMime(mime: string): boolean;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
/**
|
|
97
|
+
* Raindrop API (Unofficial)
|
|
98
|
+
* **UNOFFICIAL** OpenAPI specification of Raindrop API. This OpenAPI spec has been made by hand with reference to official documentation because it is not provided by Raindrop.io. Because official documentation not maintained well, there are very (highly) likely to have mismatch in schemas. As we can\'t inspect and address all issues, schema being updated as we find issues. Any contributions are welcome. Bug report, schema update, adding descriptions or functions, please don\'t hesitate to create an issue.
|
|
99
|
+
*
|
|
100
|
+
* The version of the OpenAPI document: 0.1.0
|
|
101
|
+
*
|
|
102
|
+
*
|
|
103
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
104
|
+
* https://openapi-generator.tech
|
|
105
|
+
* Do not edit the class manually.
|
|
106
|
+
*/
|
|
107
|
+
|
|
108
|
+
/**
|
|
109
|
+
*
|
|
110
|
+
* @export
|
|
111
|
+
* @interface RequestArgs
|
|
112
|
+
*/
|
|
113
|
+
interface RequestArgs {
|
|
114
|
+
url: string;
|
|
115
|
+
options: RawAxiosRequestConfig;
|
|
116
|
+
}
|
|
117
|
+
/**
|
|
118
|
+
*
|
|
119
|
+
* @export
|
|
120
|
+
* @class BaseAPI
|
|
121
|
+
*/
|
|
122
|
+
declare class BaseAPI {
|
|
123
|
+
protected basePath: string;
|
|
124
|
+
protected axios: AxiosInstance;
|
|
125
|
+
protected configuration: Configuration | undefined;
|
|
126
|
+
constructor(configuration?: Configuration, basePath?: string, axios?: AxiosInstance);
|
|
127
|
+
}
|
|
128
|
+
|
|
4
129
|
/**
|
|
5
130
|
*
|
|
6
131
|
* @export
|
|
7
132
|
* @interface AcceptInvitation200Response
|
|
8
133
|
*/
|
|
9
|
-
|
|
134
|
+
interface AcceptInvitation200Response {
|
|
10
135
|
/**
|
|
11
136
|
*
|
|
12
137
|
* @type {boolean}
|
|
@@ -25,7 +150,7 @@ export interface AcceptInvitation200Response {
|
|
|
25
150
|
* @export
|
|
26
151
|
* @interface ChangeCollaboratorAccessLevelRequest
|
|
27
152
|
*/
|
|
28
|
-
|
|
153
|
+
interface ChangeCollaboratorAccessLevelRequest {
|
|
29
154
|
/**
|
|
30
155
|
*
|
|
31
156
|
* @type {Role}
|
|
@@ -38,7 +163,7 @@ export interface ChangeCollaboratorAccessLevelRequest {
|
|
|
38
163
|
* @export
|
|
39
164
|
* @interface CheckURLsExistRequest
|
|
40
165
|
*/
|
|
41
|
-
|
|
166
|
+
interface CheckURLsExistRequest {
|
|
42
167
|
/**
|
|
43
168
|
*
|
|
44
169
|
* @type {Array<string>}
|
|
@@ -51,7 +176,7 @@ export interface CheckURLsExistRequest {
|
|
|
51
176
|
* @export
|
|
52
177
|
* @interface CheckURLsExistResponse
|
|
53
178
|
*/
|
|
54
|
-
|
|
179
|
+
interface CheckURLsExistResponse {
|
|
55
180
|
/**
|
|
56
181
|
*
|
|
57
182
|
* @type {boolean}
|
|
@@ -82,7 +207,7 @@ export interface CheckURLsExistResponse {
|
|
|
82
207
|
* @export
|
|
83
208
|
* @interface CheckURLsExistResponseDuplicatesInner
|
|
84
209
|
*/
|
|
85
|
-
|
|
210
|
+
interface CheckURLsExistResponseDuplicatesInner {
|
|
86
211
|
/**
|
|
87
212
|
*
|
|
88
213
|
* @type {number}
|
|
@@ -101,7 +226,7 @@ export interface CheckURLsExistResponseDuplicatesInner {
|
|
|
101
226
|
* @export
|
|
102
227
|
* @interface Collection
|
|
103
228
|
*/
|
|
104
|
-
|
|
229
|
+
interface Collection {
|
|
105
230
|
/**
|
|
106
231
|
*
|
|
107
232
|
* @type {number}
|
|
@@ -222,7 +347,7 @@ export interface Collection {
|
|
|
222
347
|
* @export
|
|
223
348
|
* @interface CollectionAccess
|
|
224
349
|
*/
|
|
225
|
-
|
|
350
|
+
interface CollectionAccess {
|
|
226
351
|
/**
|
|
227
352
|
*
|
|
228
353
|
* @type {boolean}
|
|
@@ -253,7 +378,7 @@ export interface CollectionAccess {
|
|
|
253
378
|
* @export
|
|
254
379
|
* @interface CollectionRef
|
|
255
380
|
*/
|
|
256
|
-
|
|
381
|
+
interface CollectionRef {
|
|
257
382
|
/**
|
|
258
383
|
*
|
|
259
384
|
* @type {string}
|
|
@@ -273,16 +398,16 @@ export interface CollectionRef {
|
|
|
273
398
|
*/
|
|
274
399
|
'oid'?: number;
|
|
275
400
|
}
|
|
276
|
-
|
|
401
|
+
declare const CollectionRefRefEnum: {
|
|
277
402
|
readonly Collections: "collections";
|
|
278
403
|
};
|
|
279
|
-
|
|
404
|
+
type CollectionRefRefEnum = typeof CollectionRefRefEnum[keyof typeof CollectionRefRefEnum];
|
|
280
405
|
/**
|
|
281
406
|
*
|
|
282
407
|
* @export
|
|
283
408
|
* @interface CreateCollectionRequest
|
|
284
409
|
*/
|
|
285
|
-
|
|
410
|
+
interface CreateCollectionRequest {
|
|
286
411
|
/**
|
|
287
412
|
*
|
|
288
413
|
* @type {string}
|
|
@@ -325,7 +450,7 @@ export interface CreateCollectionRequest {
|
|
|
325
450
|
* @export
|
|
326
451
|
* @interface CreateCollectionResponse
|
|
327
452
|
*/
|
|
328
|
-
|
|
453
|
+
interface CreateCollectionResponse {
|
|
329
454
|
/**
|
|
330
455
|
*
|
|
331
456
|
* @type {boolean}
|
|
@@ -344,7 +469,7 @@ export interface CreateCollectionResponse {
|
|
|
344
469
|
* @export
|
|
345
470
|
* @interface CreateCollectionResponseItem
|
|
346
471
|
*/
|
|
347
|
-
|
|
472
|
+
interface CreateCollectionResponseItem {
|
|
348
473
|
/**
|
|
349
474
|
*
|
|
350
475
|
* @type {number}
|
|
@@ -471,7 +596,7 @@ export interface CreateCollectionResponseItem {
|
|
|
471
596
|
* @export
|
|
472
597
|
* @interface CreateRaindropRequest
|
|
473
598
|
*/
|
|
474
|
-
|
|
599
|
+
interface CreateRaindropRequest {
|
|
475
600
|
/**
|
|
476
601
|
*
|
|
477
602
|
* @type {object}
|
|
@@ -568,7 +693,7 @@ export interface CreateRaindropRequest {
|
|
|
568
693
|
* @export
|
|
569
694
|
* @interface CreateRaindropRequestCollection
|
|
570
695
|
*/
|
|
571
|
-
|
|
696
|
+
interface CreateRaindropRequestCollection {
|
|
572
697
|
/**
|
|
573
698
|
*
|
|
574
699
|
* @type {number}
|
|
@@ -581,7 +706,7 @@ export interface CreateRaindropRequestCollection {
|
|
|
581
706
|
* @export
|
|
582
707
|
* @interface CreateRaindropRequestHighlightsInner
|
|
583
708
|
*/
|
|
584
|
-
|
|
709
|
+
interface CreateRaindropRequestHighlightsInner {
|
|
585
710
|
/**
|
|
586
711
|
*
|
|
587
712
|
* @type {string}
|
|
@@ -600,7 +725,7 @@ export interface CreateRaindropRequestHighlightsInner {
|
|
|
600
725
|
* @export
|
|
601
726
|
* @interface CreateRaindropResponse
|
|
602
727
|
*/
|
|
603
|
-
|
|
728
|
+
interface CreateRaindropResponse {
|
|
604
729
|
/**
|
|
605
730
|
*
|
|
606
731
|
* @type {boolean}
|
|
@@ -619,7 +744,7 @@ export interface CreateRaindropResponse {
|
|
|
619
744
|
* @export
|
|
620
745
|
* @interface CreateRaindropResponseItem
|
|
621
746
|
*/
|
|
622
|
-
|
|
747
|
+
interface CreateRaindropResponseItem {
|
|
623
748
|
/**
|
|
624
749
|
*
|
|
625
750
|
* @type {number}
|
|
@@ -740,7 +865,7 @@ export interface CreateRaindropResponseItem {
|
|
|
740
865
|
* @export
|
|
741
866
|
* @interface CreateRaindropResponseItemMediaInner
|
|
742
867
|
*/
|
|
743
|
-
|
|
868
|
+
interface CreateRaindropResponseItemMediaInner {
|
|
744
869
|
/**
|
|
745
870
|
*
|
|
746
871
|
* @type {string}
|
|
@@ -759,7 +884,7 @@ export interface CreateRaindropResponseItemMediaInner {
|
|
|
759
884
|
* @export
|
|
760
885
|
* @interface CreateRaindropsResponse
|
|
761
886
|
*/
|
|
762
|
-
|
|
887
|
+
interface CreateRaindropsResponse {
|
|
763
888
|
/**
|
|
764
889
|
*
|
|
765
890
|
* @type {boolean}
|
|
@@ -777,13 +902,13 @@ export interface CreateRaindropsResponse {
|
|
|
777
902
|
* @type CreatorRef
|
|
778
903
|
* @export
|
|
779
904
|
*/
|
|
780
|
-
|
|
905
|
+
type CreatorRef = CreatorRefOneOf | number;
|
|
781
906
|
/**
|
|
782
907
|
*
|
|
783
908
|
* @export
|
|
784
909
|
* @interface CreatorRefOneOf
|
|
785
910
|
*/
|
|
786
|
-
|
|
911
|
+
interface CreatorRefOneOf {
|
|
787
912
|
/**
|
|
788
913
|
*
|
|
789
914
|
* @type {number}
|
|
@@ -814,7 +939,7 @@ export interface CreatorRefOneOf {
|
|
|
814
939
|
* @export
|
|
815
940
|
* @interface GetAllHighlightsResponse
|
|
816
941
|
*/
|
|
817
|
-
|
|
942
|
+
interface GetAllHighlightsResponse {
|
|
818
943
|
/**
|
|
819
944
|
*
|
|
820
945
|
* @type {boolean}
|
|
@@ -839,7 +964,7 @@ export interface GetAllHighlightsResponse {
|
|
|
839
964
|
* @export
|
|
840
965
|
* @interface GetAllHighlightsResponseItemsInner
|
|
841
966
|
*/
|
|
842
|
-
|
|
967
|
+
interface GetAllHighlightsResponseItemsInner {
|
|
843
968
|
/**
|
|
844
969
|
*
|
|
845
970
|
* @type {string}
|
|
@@ -894,7 +1019,7 @@ export interface GetAllHighlightsResponseItemsInner {
|
|
|
894
1019
|
* @export
|
|
895
1020
|
* @interface GetChildCollectionsResponse
|
|
896
1021
|
*/
|
|
897
|
-
|
|
1022
|
+
interface GetChildCollectionsResponse {
|
|
898
1023
|
/**
|
|
899
1024
|
*
|
|
900
1025
|
* @type {boolean}
|
|
@@ -913,7 +1038,7 @@ export interface GetChildCollectionsResponse {
|
|
|
913
1038
|
* @export
|
|
914
1039
|
* @interface GetChildCollectionsResponseItemsInner
|
|
915
1040
|
*/
|
|
916
|
-
|
|
1041
|
+
interface GetChildCollectionsResponseItemsInner {
|
|
917
1042
|
/**
|
|
918
1043
|
*
|
|
919
1044
|
* @type {number}
|
|
@@ -1034,7 +1159,7 @@ export interface GetChildCollectionsResponseItemsInner {
|
|
|
1034
1159
|
* @export
|
|
1035
1160
|
* @interface GetCollectionResponse
|
|
1036
1161
|
*/
|
|
1037
|
-
|
|
1162
|
+
interface GetCollectionResponse {
|
|
1038
1163
|
/**
|
|
1039
1164
|
*
|
|
1040
1165
|
* @type {boolean}
|
|
@@ -1053,7 +1178,7 @@ export interface GetCollectionResponse {
|
|
|
1053
1178
|
* @export
|
|
1054
1179
|
* @interface GetCurrentUserResponse
|
|
1055
1180
|
*/
|
|
1056
|
-
|
|
1181
|
+
interface GetCurrentUserResponse {
|
|
1057
1182
|
/**
|
|
1058
1183
|
*
|
|
1059
1184
|
* @type {boolean}
|
|
@@ -1072,7 +1197,7 @@ export interface GetCurrentUserResponse {
|
|
|
1072
1197
|
* @export
|
|
1073
1198
|
* @interface GetFeaturedCoversResponse
|
|
1074
1199
|
*/
|
|
1075
|
-
|
|
1200
|
+
interface GetFeaturedCoversResponse {
|
|
1076
1201
|
/**
|
|
1077
1202
|
*
|
|
1078
1203
|
* @type {boolean}
|
|
@@ -1091,7 +1216,7 @@ export interface GetFeaturedCoversResponse {
|
|
|
1091
1216
|
* @export
|
|
1092
1217
|
* @interface GetFeaturedCoversResponseItemsInner
|
|
1093
1218
|
*/
|
|
1094
|
-
|
|
1219
|
+
interface GetFeaturedCoversResponseItemsInner {
|
|
1095
1220
|
/**
|
|
1096
1221
|
*
|
|
1097
1222
|
* @type {string}
|
|
@@ -1122,7 +1247,7 @@ export interface GetFeaturedCoversResponseItemsInner {
|
|
|
1122
1247
|
* @export
|
|
1123
1248
|
* @interface GetFiltersResponse
|
|
1124
1249
|
*/
|
|
1125
|
-
|
|
1250
|
+
interface GetFiltersResponse {
|
|
1126
1251
|
[key: string]: GetFiltersResponseCreatedInner | any;
|
|
1127
1252
|
/**
|
|
1128
1253
|
*
|
|
@@ -1160,7 +1285,7 @@ export interface GetFiltersResponse {
|
|
|
1160
1285
|
* @export
|
|
1161
1286
|
* @interface GetFiltersResponseCreatedInner
|
|
1162
1287
|
*/
|
|
1163
|
-
|
|
1288
|
+
interface GetFiltersResponseCreatedInner {
|
|
1164
1289
|
/**
|
|
1165
1290
|
*
|
|
1166
1291
|
* @type {string}
|
|
@@ -1179,7 +1304,7 @@ export interface GetFiltersResponseCreatedInner {
|
|
|
1179
1304
|
* @export
|
|
1180
1305
|
* @interface GetHighlightsInCollectionResponse
|
|
1181
1306
|
*/
|
|
1182
|
-
|
|
1307
|
+
interface GetHighlightsInCollectionResponse {
|
|
1183
1308
|
/**
|
|
1184
1309
|
*
|
|
1185
1310
|
* @type {boolean}
|
|
@@ -1203,18 +1328,18 @@ export interface GetHighlightsInCollectionResponse {
|
|
|
1203
1328
|
* @type GetOrRefreshToken200Response
|
|
1204
1329
|
* @export
|
|
1205
1330
|
*/
|
|
1206
|
-
|
|
1331
|
+
type GetOrRefreshToken200Response = TokenErrorResponse | TokenResponse;
|
|
1207
1332
|
/**
|
|
1208
1333
|
* @type GetOrRefreshTokenRequest
|
|
1209
1334
|
* @export
|
|
1210
1335
|
*/
|
|
1211
|
-
|
|
1336
|
+
type GetOrRefreshTokenRequest = ObtainToken | RefreshToken;
|
|
1212
1337
|
/**
|
|
1213
1338
|
*
|
|
1214
1339
|
* @export
|
|
1215
1340
|
* @interface GetPublicUserByNameResponse
|
|
1216
1341
|
*/
|
|
1217
|
-
|
|
1342
|
+
interface GetPublicUserByNameResponse {
|
|
1218
1343
|
/**
|
|
1219
1344
|
*
|
|
1220
1345
|
* @type {boolean}
|
|
@@ -1233,7 +1358,7 @@ export interface GetPublicUserByNameResponse {
|
|
|
1233
1358
|
* @export
|
|
1234
1359
|
* @interface GetPublicUserByNameResponseUser
|
|
1235
1360
|
*/
|
|
1236
|
-
|
|
1361
|
+
interface GetPublicUserByNameResponseUser {
|
|
1237
1362
|
/**
|
|
1238
1363
|
*
|
|
1239
1364
|
* @type {number}
|
|
@@ -1306,7 +1431,7 @@ export interface GetPublicUserByNameResponseUser {
|
|
|
1306
1431
|
* @export
|
|
1307
1432
|
* @interface GetPublicUserByNameResponseUserConfig
|
|
1308
1433
|
*/
|
|
1309
|
-
|
|
1434
|
+
interface GetPublicUserByNameResponseUserConfig {
|
|
1310
1435
|
/**
|
|
1311
1436
|
*
|
|
1312
1437
|
* @type {Array<string>}
|
|
@@ -1325,7 +1450,7 @@ export interface GetPublicUserByNameResponseUserConfig {
|
|
|
1325
1450
|
* @export
|
|
1326
1451
|
* @interface GetRaindropResponse
|
|
1327
1452
|
*/
|
|
1328
|
-
|
|
1453
|
+
interface GetRaindropResponse {
|
|
1329
1454
|
/**
|
|
1330
1455
|
*
|
|
1331
1456
|
* @type {boolean}
|
|
@@ -1350,7 +1475,7 @@ export interface GetRaindropResponse {
|
|
|
1350
1475
|
* @export
|
|
1351
1476
|
* @interface GetRaindropResponseItem
|
|
1352
1477
|
*/
|
|
1353
|
-
|
|
1478
|
+
interface GetRaindropResponseItem {
|
|
1354
1479
|
/**
|
|
1355
1480
|
*
|
|
1356
1481
|
* @type {number}
|
|
@@ -1471,7 +1596,7 @@ export interface GetRaindropResponseItem {
|
|
|
1471
1596
|
* @export
|
|
1472
1597
|
* @interface GetRaindropResponseItemHighlightsInner
|
|
1473
1598
|
*/
|
|
1474
|
-
|
|
1599
|
+
interface GetRaindropResponseItemHighlightsInner {
|
|
1475
1600
|
/**
|
|
1476
1601
|
*
|
|
1477
1602
|
* @type {string}
|
|
@@ -1514,7 +1639,7 @@ export interface GetRaindropResponseItemHighlightsInner {
|
|
|
1514
1639
|
* @export
|
|
1515
1640
|
* @interface GetRaindropsResponse
|
|
1516
1641
|
*/
|
|
1517
|
-
|
|
1642
|
+
interface GetRaindropsResponse {
|
|
1518
1643
|
/**
|
|
1519
1644
|
*
|
|
1520
1645
|
* @type {boolean}
|
|
@@ -1545,7 +1670,7 @@ export interface GetRaindropsResponse {
|
|
|
1545
1670
|
* @export
|
|
1546
1671
|
* @interface GetRootCollectionsResponse
|
|
1547
1672
|
*/
|
|
1548
|
-
|
|
1673
|
+
interface GetRootCollectionsResponse {
|
|
1549
1674
|
/**
|
|
1550
1675
|
*
|
|
1551
1676
|
* @type {boolean}
|
|
@@ -1564,7 +1689,7 @@ export interface GetRootCollectionsResponse {
|
|
|
1564
1689
|
* @export
|
|
1565
1690
|
* @interface GetSystemCollectionStatsResponse
|
|
1566
1691
|
*/
|
|
1567
|
-
|
|
1692
|
+
interface GetSystemCollectionStatsResponse {
|
|
1568
1693
|
/**
|
|
1569
1694
|
*
|
|
1570
1695
|
* @type {boolean}
|
|
@@ -1589,7 +1714,7 @@ export interface GetSystemCollectionStatsResponse {
|
|
|
1589
1714
|
* @export
|
|
1590
1715
|
* @interface GetSystemCollectionStatsResponseItemsInner
|
|
1591
1716
|
*/
|
|
1592
|
-
|
|
1717
|
+
interface GetSystemCollectionStatsResponseItemsInner {
|
|
1593
1718
|
/**
|
|
1594
1719
|
*
|
|
1595
1720
|
* @type {number}
|
|
@@ -1608,7 +1733,7 @@ export interface GetSystemCollectionStatsResponseItemsInner {
|
|
|
1608
1733
|
* @export
|
|
1609
1734
|
* @interface GetSystemCollectionStatsResponseMeta
|
|
1610
1735
|
*/
|
|
1611
|
-
|
|
1736
|
+
interface GetSystemCollectionStatsResponseMeta {
|
|
1612
1737
|
/**
|
|
1613
1738
|
*
|
|
1614
1739
|
* @type {number}
|
|
@@ -1633,7 +1758,7 @@ export interface GetSystemCollectionStatsResponseMeta {
|
|
|
1633
1758
|
* @export
|
|
1634
1759
|
* @interface GetTagsInCollectionResponse
|
|
1635
1760
|
*/
|
|
1636
|
-
|
|
1761
|
+
interface GetTagsInCollectionResponse {
|
|
1637
1762
|
/**
|
|
1638
1763
|
*
|
|
1639
1764
|
* @type {boolean}
|
|
@@ -1652,7 +1777,7 @@ export interface GetTagsInCollectionResponse {
|
|
|
1652
1777
|
* @export
|
|
1653
1778
|
* @interface Group
|
|
1654
1779
|
*/
|
|
1655
|
-
|
|
1780
|
+
interface Group {
|
|
1656
1781
|
/**
|
|
1657
1782
|
*
|
|
1658
1783
|
* @type {string}
|
|
@@ -1683,7 +1808,7 @@ export interface Group {
|
|
|
1683
1808
|
* @export
|
|
1684
1809
|
* @interface ImportHTMLBookmarkFileResponse
|
|
1685
1810
|
*/
|
|
1686
|
-
|
|
1811
|
+
interface ImportHTMLBookmarkFileResponse {
|
|
1687
1812
|
/**
|
|
1688
1813
|
*
|
|
1689
1814
|
* @type {boolean}
|
|
@@ -1708,7 +1833,7 @@ export interface ImportHTMLBookmarkFileResponse {
|
|
|
1708
1833
|
* @export
|
|
1709
1834
|
* @interface ImportHTMLBookmarkFileResponseCount
|
|
1710
1835
|
*/
|
|
1711
|
-
|
|
1836
|
+
interface ImportHTMLBookmarkFileResponseCount {
|
|
1712
1837
|
/**
|
|
1713
1838
|
*
|
|
1714
1839
|
* @type {number}
|
|
@@ -1745,7 +1870,7 @@ export interface ImportHTMLBookmarkFileResponseCount {
|
|
|
1745
1870
|
* @export
|
|
1746
1871
|
* @interface ImportHTMLBookmarkFileResponseItemBookmark
|
|
1747
1872
|
*/
|
|
1748
|
-
|
|
1873
|
+
interface ImportHTMLBookmarkFileResponseItemBookmark {
|
|
1749
1874
|
/**
|
|
1750
1875
|
*
|
|
1751
1876
|
* @type {string}
|
|
@@ -1818,7 +1943,7 @@ export interface ImportHTMLBookmarkFileResponseItemBookmark {
|
|
|
1818
1943
|
* @export
|
|
1819
1944
|
* @interface ImportHTMLBookmarkFileResponseItemFolder
|
|
1820
1945
|
*/
|
|
1821
|
-
|
|
1946
|
+
interface ImportHTMLBookmarkFileResponseItemFolder {
|
|
1822
1947
|
/**
|
|
1823
1948
|
*
|
|
1824
1949
|
* @type {string}
|
|
@@ -1855,7 +1980,7 @@ export interface ImportHTMLBookmarkFileResponseItemFolder {
|
|
|
1855
1980
|
* @export
|
|
1856
1981
|
* @interface MergeCollectionsRequest
|
|
1857
1982
|
*/
|
|
1858
|
-
|
|
1983
|
+
interface MergeCollectionsRequest {
|
|
1859
1984
|
/**
|
|
1860
1985
|
*
|
|
1861
1986
|
* @type {number}
|
|
@@ -1874,7 +1999,7 @@ export interface MergeCollectionsRequest {
|
|
|
1874
1999
|
* @export
|
|
1875
2000
|
* @interface MergeCollectionsResponse
|
|
1876
2001
|
*/
|
|
1877
|
-
|
|
2002
|
+
interface MergeCollectionsResponse {
|
|
1878
2003
|
/**
|
|
1879
2004
|
*
|
|
1880
2005
|
* @type {boolean}
|
|
@@ -1899,7 +2024,7 @@ export interface MergeCollectionsResponse {
|
|
|
1899
2024
|
* @export
|
|
1900
2025
|
* @interface ObtainToken
|
|
1901
2026
|
*/
|
|
1902
|
-
|
|
2027
|
+
interface ObtainToken {
|
|
1903
2028
|
/**
|
|
1904
2029
|
*
|
|
1905
2030
|
* @type {string}
|
|
@@ -1931,16 +2056,16 @@ export interface ObtainToken {
|
|
|
1931
2056
|
*/
|
|
1932
2057
|
'redirect_uri': string;
|
|
1933
2058
|
}
|
|
1934
|
-
|
|
2059
|
+
declare const ObtainTokenGrantTypeEnum: {
|
|
1935
2060
|
readonly AuthorizationCode: "authorization_code";
|
|
1936
2061
|
};
|
|
1937
|
-
|
|
2062
|
+
type ObtainTokenGrantTypeEnum = typeof ObtainTokenGrantTypeEnum[keyof typeof ObtainTokenGrantTypeEnum];
|
|
1938
2063
|
/**
|
|
1939
2064
|
*
|
|
1940
2065
|
* @export
|
|
1941
2066
|
* @interface ParseURLResponse
|
|
1942
2067
|
*/
|
|
1943
|
-
|
|
2068
|
+
interface ParseURLResponse {
|
|
1944
2069
|
/**
|
|
1945
2070
|
*
|
|
1946
2071
|
* @type {boolean}
|
|
@@ -1959,7 +2084,7 @@ export interface ParseURLResponse {
|
|
|
1959
2084
|
* @export
|
|
1960
2085
|
* @interface ParseURLResponseItem
|
|
1961
2086
|
*/
|
|
1962
|
-
|
|
2087
|
+
interface ParseURLResponseItem {
|
|
1963
2088
|
/**
|
|
1964
2089
|
*
|
|
1965
2090
|
* @type {string}
|
|
@@ -2002,7 +2127,7 @@ export interface ParseURLResponseItem {
|
|
|
2002
2127
|
* @export
|
|
2003
2128
|
* @interface ParseURLResponseItemMediaInner
|
|
2004
2129
|
*/
|
|
2005
|
-
|
|
2130
|
+
interface ParseURLResponseItemMediaInner {
|
|
2006
2131
|
/**
|
|
2007
2132
|
*
|
|
2008
2133
|
* @type {string}
|
|
@@ -2015,7 +2140,7 @@ export interface ParseURLResponseItemMediaInner {
|
|
|
2015
2140
|
* @export
|
|
2016
2141
|
* @interface ParseURLResponseItemMeta
|
|
2017
2142
|
*/
|
|
2018
|
-
|
|
2143
|
+
interface ParseURLResponseItemMeta {
|
|
2019
2144
|
/**
|
|
2020
2145
|
*
|
|
2021
2146
|
* @type {Array<string>}
|
|
@@ -2028,7 +2153,7 @@ export interface ParseURLResponseItemMeta {
|
|
|
2028
2153
|
* @export
|
|
2029
2154
|
* @interface RefreshToken
|
|
2030
2155
|
*/
|
|
2031
|
-
|
|
2156
|
+
interface RefreshToken {
|
|
2032
2157
|
/**
|
|
2033
2158
|
*
|
|
2034
2159
|
* @type {string}
|
|
@@ -2054,16 +2179,16 @@ export interface RefreshToken {
|
|
|
2054
2179
|
*/
|
|
2055
2180
|
'refresh_token': string;
|
|
2056
2181
|
}
|
|
2057
|
-
|
|
2182
|
+
declare const RefreshTokenGrantTypeEnum: {
|
|
2058
2183
|
readonly RefreshToken: "refresh_token";
|
|
2059
2184
|
};
|
|
2060
|
-
|
|
2185
|
+
type RefreshTokenGrantTypeEnum = typeof RefreshTokenGrantTypeEnum[keyof typeof RefreshTokenGrantTypeEnum];
|
|
2061
2186
|
/**
|
|
2062
2187
|
*
|
|
2063
2188
|
* @export
|
|
2064
2189
|
* @interface RemoveAllEmptyCollectionsResponse
|
|
2065
2190
|
*/
|
|
2066
|
-
|
|
2191
|
+
interface RemoveAllEmptyCollectionsResponse {
|
|
2067
2192
|
/**
|
|
2068
2193
|
*
|
|
2069
2194
|
* @type {boolean}
|
|
@@ -2082,7 +2207,7 @@ export interface RemoveAllEmptyCollectionsResponse {
|
|
|
2082
2207
|
* @export
|
|
2083
2208
|
* @interface RemoveCollectionsRequest
|
|
2084
2209
|
*/
|
|
2085
|
-
|
|
2210
|
+
interface RemoveCollectionsRequest {
|
|
2086
2211
|
/**
|
|
2087
2212
|
*
|
|
2088
2213
|
* @type {Array<number>}
|
|
@@ -2095,7 +2220,7 @@ export interface RemoveCollectionsRequest {
|
|
|
2095
2220
|
* @export
|
|
2096
2221
|
* @interface RemoveCollectionsResponse
|
|
2097
2222
|
*/
|
|
2098
|
-
|
|
2223
|
+
interface RemoveCollectionsResponse {
|
|
2099
2224
|
/**
|
|
2100
2225
|
*
|
|
2101
2226
|
* @type {boolean}
|
|
@@ -2120,7 +2245,7 @@ export interface RemoveCollectionsResponse {
|
|
|
2120
2245
|
* @export
|
|
2121
2246
|
* @interface RemoveRaindropResponse
|
|
2122
2247
|
*/
|
|
2123
|
-
|
|
2248
|
+
interface RemoveRaindropResponse {
|
|
2124
2249
|
/**
|
|
2125
2250
|
*
|
|
2126
2251
|
* @type {boolean}
|
|
@@ -2139,7 +2264,7 @@ export interface RemoveRaindropResponse {
|
|
|
2139
2264
|
* @export
|
|
2140
2265
|
* @interface RemoveRaindropResponseItem
|
|
2141
2266
|
*/
|
|
2142
|
-
|
|
2267
|
+
interface RemoveRaindropResponseItem {
|
|
2143
2268
|
/**
|
|
2144
2269
|
*
|
|
2145
2270
|
* @type {number}
|
|
@@ -2260,7 +2385,7 @@ export interface RemoveRaindropResponseItem {
|
|
|
2260
2385
|
* @export
|
|
2261
2386
|
* @interface RemoveRaindropsRequest
|
|
2262
2387
|
*/
|
|
2263
|
-
|
|
2388
|
+
interface RemoveRaindropsRequest {
|
|
2264
2389
|
/**
|
|
2265
2390
|
*
|
|
2266
2391
|
* @type {Array<number>}
|
|
@@ -2273,7 +2398,7 @@ export interface RemoveRaindropsRequest {
|
|
|
2273
2398
|
* @export
|
|
2274
2399
|
* @interface RemoveRaindropsResponse
|
|
2275
2400
|
*/
|
|
2276
|
-
|
|
2401
|
+
interface RemoveRaindropsResponse {
|
|
2277
2402
|
/**
|
|
2278
2403
|
*
|
|
2279
2404
|
* @type {boolean}
|
|
@@ -2292,7 +2417,7 @@ export interface RemoveRaindropsResponse {
|
|
|
2292
2417
|
* @export
|
|
2293
2418
|
* @interface RemoveTagsFromCollectionRequest
|
|
2294
2419
|
*/
|
|
2295
|
-
|
|
2420
|
+
interface RemoveTagsFromCollectionRequest {
|
|
2296
2421
|
/**
|
|
2297
2422
|
*
|
|
2298
2423
|
* @type {Array<string>}
|
|
@@ -2305,7 +2430,7 @@ export interface RemoveTagsFromCollectionRequest {
|
|
|
2305
2430
|
* @export
|
|
2306
2431
|
* @interface RenameOrMergeTagsRequest
|
|
2307
2432
|
*/
|
|
2308
|
-
|
|
2433
|
+
interface RenameOrMergeTagsRequest {
|
|
2309
2434
|
/**
|
|
2310
2435
|
*
|
|
2311
2436
|
* @type {string}
|
|
@@ -2324,7 +2449,7 @@ export interface RenameOrMergeTagsRequest {
|
|
|
2324
2449
|
* @export
|
|
2325
2450
|
* @interface ReorderAllCollectionsRequest
|
|
2326
2451
|
*/
|
|
2327
|
-
|
|
2452
|
+
interface ReorderAllCollectionsRequest {
|
|
2328
2453
|
/**
|
|
2329
2454
|
*
|
|
2330
2455
|
* @type {string}
|
|
@@ -2343,17 +2468,17 @@ export interface ReorderAllCollectionsRequest {
|
|
|
2343
2468
|
* @export
|
|
2344
2469
|
* @enum {string}
|
|
2345
2470
|
*/
|
|
2346
|
-
|
|
2471
|
+
declare const Role: {
|
|
2347
2472
|
readonly Member: "member";
|
|
2348
2473
|
readonly Viewer: "viewer";
|
|
2349
2474
|
};
|
|
2350
|
-
|
|
2475
|
+
type Role = typeof Role[keyof typeof Role];
|
|
2351
2476
|
/**
|
|
2352
2477
|
*
|
|
2353
2478
|
* @export
|
|
2354
2479
|
* @interface SearchCoversResponse
|
|
2355
2480
|
*/
|
|
2356
|
-
|
|
2481
|
+
interface SearchCoversResponse {
|
|
2357
2482
|
/**
|
|
2358
2483
|
*
|
|
2359
2484
|
* @type {boolean}
|
|
@@ -2372,7 +2497,7 @@ export interface SearchCoversResponse {
|
|
|
2372
2497
|
* @export
|
|
2373
2498
|
* @interface SearchCoversResponseItemsInner
|
|
2374
2499
|
*/
|
|
2375
|
-
|
|
2500
|
+
interface SearchCoversResponseItemsInner {
|
|
2376
2501
|
/**
|
|
2377
2502
|
*
|
|
2378
2503
|
* @type {string}
|
|
@@ -2391,7 +2516,7 @@ export interface SearchCoversResponseItemsInner {
|
|
|
2391
2516
|
* @export
|
|
2392
2517
|
* @interface SearchCoversResponseItemsInnerIconsInner
|
|
2393
2518
|
*/
|
|
2394
|
-
|
|
2519
|
+
interface SearchCoversResponseItemsInnerIconsInner {
|
|
2395
2520
|
/**
|
|
2396
2521
|
*
|
|
2397
2522
|
* @type {string}
|
|
@@ -2404,7 +2529,7 @@ export interface SearchCoversResponseItemsInnerIconsInner {
|
|
|
2404
2529
|
* @export
|
|
2405
2530
|
* @interface ShareCollectionRequest
|
|
2406
2531
|
*/
|
|
2407
|
-
|
|
2532
|
+
interface ShareCollectionRequest {
|
|
2408
2533
|
/**
|
|
2409
2534
|
*
|
|
2410
2535
|
* @type {Role}
|
|
@@ -2423,7 +2548,7 @@ export interface ShareCollectionRequest {
|
|
|
2423
2548
|
* @export
|
|
2424
2549
|
* @interface ShareCollectionResponse
|
|
2425
2550
|
*/
|
|
2426
|
-
|
|
2551
|
+
interface ShareCollectionResponse {
|
|
2427
2552
|
/**
|
|
2428
2553
|
*
|
|
2429
2554
|
* @type {boolean}
|
|
@@ -2448,7 +2573,7 @@ export interface ShareCollectionResponse {
|
|
|
2448
2573
|
* @export
|
|
2449
2574
|
* @interface SimpleResponse
|
|
2450
2575
|
*/
|
|
2451
|
-
|
|
2576
|
+
interface SimpleResponse {
|
|
2452
2577
|
/**
|
|
2453
2578
|
*
|
|
2454
2579
|
* @type {boolean}
|
|
@@ -2461,7 +2586,7 @@ export interface SimpleResponse {
|
|
|
2461
2586
|
* @export
|
|
2462
2587
|
* @interface SuggestForExistingBookmarkResponse
|
|
2463
2588
|
*/
|
|
2464
|
-
|
|
2589
|
+
interface SuggestForExistingBookmarkResponse {
|
|
2465
2590
|
/**
|
|
2466
2591
|
*
|
|
2467
2592
|
* @type {boolean}
|
|
@@ -2474,7 +2599,7 @@ export interface SuggestForExistingBookmarkResponse {
|
|
|
2474
2599
|
* @export
|
|
2475
2600
|
* @interface SuggestForNewBookmarkRequest
|
|
2476
2601
|
*/
|
|
2477
|
-
|
|
2602
|
+
interface SuggestForNewBookmarkRequest {
|
|
2478
2603
|
/**
|
|
2479
2604
|
*
|
|
2480
2605
|
* @type {string}
|
|
@@ -2487,7 +2612,7 @@ export interface SuggestForNewBookmarkRequest {
|
|
|
2487
2612
|
* @export
|
|
2488
2613
|
* @interface SuggestForNewBookmarkResponse
|
|
2489
2614
|
*/
|
|
2490
|
-
|
|
2615
|
+
interface SuggestForNewBookmarkResponse {
|
|
2491
2616
|
/**
|
|
2492
2617
|
*
|
|
2493
2618
|
* @type {boolean}
|
|
@@ -2500,7 +2625,7 @@ export interface SuggestForNewBookmarkResponse {
|
|
|
2500
2625
|
* @export
|
|
2501
2626
|
* @interface TokenErrorResponse
|
|
2502
2627
|
*/
|
|
2503
|
-
|
|
2628
|
+
interface TokenErrorResponse {
|
|
2504
2629
|
/**
|
|
2505
2630
|
*
|
|
2506
2631
|
* @type {boolean}
|
|
@@ -2525,7 +2650,7 @@ export interface TokenErrorResponse {
|
|
|
2525
2650
|
* @export
|
|
2526
2651
|
* @interface TokenResponse
|
|
2527
2652
|
*/
|
|
2528
|
-
|
|
2653
|
+
interface TokenResponse {
|
|
2529
2654
|
/**
|
|
2530
2655
|
*
|
|
2531
2656
|
* @type {string}
|
|
@@ -2558,16 +2683,16 @@ export interface TokenResponse {
|
|
|
2558
2683
|
*/
|
|
2559
2684
|
'token_type': TokenResponseTokenTypeEnum;
|
|
2560
2685
|
}
|
|
2561
|
-
|
|
2686
|
+
declare const TokenResponseTokenTypeEnum: {
|
|
2562
2687
|
readonly Bearer: "Bearer";
|
|
2563
2688
|
};
|
|
2564
|
-
|
|
2689
|
+
type TokenResponseTokenTypeEnum = typeof TokenResponseTokenTypeEnum[keyof typeof TokenResponseTokenTypeEnum];
|
|
2565
2690
|
/**
|
|
2566
2691
|
*
|
|
2567
2692
|
* @export
|
|
2568
2693
|
* @interface UpdateCollectionRequest
|
|
2569
2694
|
*/
|
|
2570
|
-
|
|
2695
|
+
interface UpdateCollectionRequest {
|
|
2571
2696
|
/**
|
|
2572
2697
|
*
|
|
2573
2698
|
* @type {string}
|
|
@@ -2616,7 +2741,7 @@ export interface UpdateCollectionRequest {
|
|
|
2616
2741
|
* @export
|
|
2617
2742
|
* @interface UpdateCollectionResponse
|
|
2618
2743
|
*/
|
|
2619
|
-
|
|
2744
|
+
interface UpdateCollectionResponse {
|
|
2620
2745
|
/**
|
|
2621
2746
|
*
|
|
2622
2747
|
* @type {boolean}
|
|
@@ -2635,7 +2760,7 @@ export interface UpdateCollectionResponse {
|
|
|
2635
2760
|
* @export
|
|
2636
2761
|
* @interface UpdateCurrentUserRequest
|
|
2637
2762
|
*/
|
|
2638
|
-
|
|
2763
|
+
interface UpdateCurrentUserRequest {
|
|
2639
2764
|
/**
|
|
2640
2765
|
*
|
|
2641
2766
|
* @type {Array<UpdateCurrentUserRequestGroupsInner>}
|
|
@@ -2678,7 +2803,7 @@ export interface UpdateCurrentUserRequest {
|
|
|
2678
2803
|
* @export
|
|
2679
2804
|
* @interface UpdateCurrentUserRequestGroupsInner
|
|
2680
2805
|
*/
|
|
2681
|
-
|
|
2806
|
+
interface UpdateCurrentUserRequestGroupsInner {
|
|
2682
2807
|
/**
|
|
2683
2808
|
*
|
|
2684
2809
|
* @type {string}
|
|
@@ -2709,7 +2834,7 @@ export interface UpdateCurrentUserRequestGroupsInner {
|
|
|
2709
2834
|
* @export
|
|
2710
2835
|
* @interface UpdateCurrentUserResponse
|
|
2711
2836
|
*/
|
|
2712
|
-
|
|
2837
|
+
interface UpdateCurrentUserResponse {
|
|
2713
2838
|
/**
|
|
2714
2839
|
*
|
|
2715
2840
|
* @type {boolean}
|
|
@@ -2734,7 +2859,7 @@ export interface UpdateCurrentUserResponse {
|
|
|
2734
2859
|
* @export
|
|
2735
2860
|
* @interface UpdateRaindropResponse
|
|
2736
2861
|
*/
|
|
2737
|
-
|
|
2862
|
+
interface UpdateRaindropResponse {
|
|
2738
2863
|
/**
|
|
2739
2864
|
*
|
|
2740
2865
|
* @type {boolean}
|
|
@@ -2753,7 +2878,7 @@ export interface UpdateRaindropResponse {
|
|
|
2753
2878
|
* @export
|
|
2754
2879
|
* @interface UpdateRaindropResponseItem
|
|
2755
2880
|
*/
|
|
2756
|
-
|
|
2881
|
+
interface UpdateRaindropResponseItem {
|
|
2757
2882
|
/**
|
|
2758
2883
|
*
|
|
2759
2884
|
* @type {number}
|
|
@@ -2880,7 +3005,7 @@ export interface UpdateRaindropResponseItem {
|
|
|
2880
3005
|
* @export
|
|
2881
3006
|
* @interface UpdateRaindropsRequest
|
|
2882
3007
|
*/
|
|
2883
|
-
|
|
3008
|
+
interface UpdateRaindropsRequest {
|
|
2884
3009
|
/**
|
|
2885
3010
|
*
|
|
2886
3011
|
* @type {Array<number>}
|
|
@@ -2923,7 +3048,7 @@ export interface UpdateRaindropsRequest {
|
|
|
2923
3048
|
* @export
|
|
2924
3049
|
* @interface UpdateRaindropsRequestCollection
|
|
2925
3050
|
*/
|
|
2926
|
-
|
|
3051
|
+
interface UpdateRaindropsRequestCollection {
|
|
2927
3052
|
/**
|
|
2928
3053
|
*
|
|
2929
3054
|
* @type {number}
|
|
@@ -2936,7 +3061,7 @@ export interface UpdateRaindropsRequestCollection {
|
|
|
2936
3061
|
* @export
|
|
2937
3062
|
* @interface UpdateRaindropsResponse
|
|
2938
3063
|
*/
|
|
2939
|
-
|
|
3064
|
+
interface UpdateRaindropsResponse {
|
|
2940
3065
|
/**
|
|
2941
3066
|
*
|
|
2942
3067
|
* @type {boolean}
|
|
@@ -2955,7 +3080,7 @@ export interface UpdateRaindropsResponse {
|
|
|
2955
3080
|
* @export
|
|
2956
3081
|
* @interface UploadCollectionCoverResponse
|
|
2957
3082
|
*/
|
|
2958
|
-
|
|
3083
|
+
interface UploadCollectionCoverResponse {
|
|
2959
3084
|
/**
|
|
2960
3085
|
*
|
|
2961
3086
|
* @type {boolean}
|
|
@@ -2974,7 +3099,7 @@ export interface UploadCollectionCoverResponse {
|
|
|
2974
3099
|
* @export
|
|
2975
3100
|
* @interface UploadCollectionCoverResponseItem
|
|
2976
3101
|
*/
|
|
2977
|
-
|
|
3102
|
+
interface UploadCollectionCoverResponseItem {
|
|
2978
3103
|
/**
|
|
2979
3104
|
*
|
|
2980
3105
|
* @type {number}
|
|
@@ -3101,7 +3226,7 @@ export interface UploadCollectionCoverResponseItem {
|
|
|
3101
3226
|
* @export
|
|
3102
3227
|
* @interface UploadFileResponse
|
|
3103
3228
|
*/
|
|
3104
|
-
|
|
3229
|
+
interface UploadFileResponse {
|
|
3105
3230
|
/**
|
|
3106
3231
|
*
|
|
3107
3232
|
* @type {boolean}
|
|
@@ -3120,7 +3245,7 @@ export interface UploadFileResponse {
|
|
|
3120
3245
|
* @export
|
|
3121
3246
|
* @interface UploadFileResponseItem
|
|
3122
3247
|
*/
|
|
3123
|
-
|
|
3248
|
+
interface UploadFileResponseItem {
|
|
3124
3249
|
/**
|
|
3125
3250
|
*
|
|
3126
3251
|
* @type {number}
|
|
@@ -3247,7 +3372,7 @@ export interface UploadFileResponseItem {
|
|
|
3247
3372
|
* @export
|
|
3248
3373
|
* @interface UploadFileResponseItemFile
|
|
3249
3374
|
*/
|
|
3250
|
-
|
|
3375
|
+
interface UploadFileResponseItemFile {
|
|
3251
3376
|
/**
|
|
3252
3377
|
*
|
|
3253
3378
|
* @type {string}
|
|
@@ -3272,7 +3397,7 @@ export interface UploadFileResponseItemFile {
|
|
|
3272
3397
|
* @export
|
|
3273
3398
|
* @interface UploadRaindropCoverResponse
|
|
3274
3399
|
*/
|
|
3275
|
-
|
|
3400
|
+
interface UploadRaindropCoverResponse {
|
|
3276
3401
|
/**
|
|
3277
3402
|
*
|
|
3278
3403
|
* @type {boolean}
|
|
@@ -3291,7 +3416,7 @@ export interface UploadRaindropCoverResponse {
|
|
|
3291
3416
|
* @export
|
|
3292
3417
|
* @interface UploadRaindropCoverResponseItem
|
|
3293
3418
|
*/
|
|
3294
|
-
|
|
3419
|
+
interface UploadRaindropCoverResponseItem {
|
|
3295
3420
|
/**
|
|
3296
3421
|
*
|
|
3297
3422
|
* @type {number}
|
|
@@ -3412,7 +3537,7 @@ export interface UploadRaindropCoverResponseItem {
|
|
|
3412
3537
|
* @export
|
|
3413
3538
|
* @interface User
|
|
3414
3539
|
*/
|
|
3415
|
-
|
|
3540
|
+
interface User {
|
|
3416
3541
|
/**
|
|
3417
3542
|
*
|
|
3418
3543
|
* @type {number}
|
|
@@ -3539,7 +3664,7 @@ export interface User {
|
|
|
3539
3664
|
* @export
|
|
3540
3665
|
* @interface UserConfig
|
|
3541
3666
|
*/
|
|
3542
|
-
|
|
3667
|
+
interface UserConfig {
|
|
3543
3668
|
/**
|
|
3544
3669
|
*
|
|
3545
3670
|
* @type {string}
|
|
@@ -3648,7 +3773,7 @@ export interface UserConfig {
|
|
|
3648
3773
|
* @export
|
|
3649
3774
|
* @interface UserDropbox
|
|
3650
3775
|
*/
|
|
3651
|
-
|
|
3776
|
+
interface UserDropbox {
|
|
3652
3777
|
/**
|
|
3653
3778
|
*
|
|
3654
3779
|
* @type {boolean}
|
|
@@ -3661,7 +3786,7 @@ export interface UserDropbox {
|
|
|
3661
3786
|
* @export
|
|
3662
3787
|
* @interface UserFiles
|
|
3663
3788
|
*/
|
|
3664
|
-
|
|
3789
|
+
interface UserFiles {
|
|
3665
3790
|
/**
|
|
3666
3791
|
*
|
|
3667
3792
|
* @type {number}
|
|
@@ -3686,7 +3811,7 @@ export interface UserFiles {
|
|
|
3686
3811
|
* @export
|
|
3687
3812
|
* @interface UserRef
|
|
3688
3813
|
*/
|
|
3689
|
-
|
|
3814
|
+
interface UserRef {
|
|
3690
3815
|
/**
|
|
3691
3816
|
*
|
|
3692
3817
|
* @type {number}
|
|
@@ -3705,7 +3830,7 @@ export interface UserRef {
|
|
|
3705
3830
|
* @export
|
|
3706
3831
|
* @interface UserTfa
|
|
3707
3832
|
*/
|
|
3708
|
-
|
|
3833
|
+
interface UserTfa {
|
|
3709
3834
|
/**
|
|
3710
3835
|
*
|
|
3711
3836
|
* @type {boolean}
|
|
@@ -3717,7 +3842,7 @@ export interface UserTfa {
|
|
|
3717
3842
|
* AuthenticationApi - axios parameter creator
|
|
3718
3843
|
* @export
|
|
3719
3844
|
*/
|
|
3720
|
-
|
|
3845
|
+
declare const AuthenticationApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
3721
3846
|
/**
|
|
3722
3847
|
*
|
|
3723
3848
|
* @param {string} redirectUri
|
|
@@ -3738,7 +3863,7 @@ export declare const AuthenticationApiAxiosParamCreator: (configuration?: Config
|
|
|
3738
3863
|
* AuthenticationApi - functional programming interface
|
|
3739
3864
|
* @export
|
|
3740
3865
|
*/
|
|
3741
|
-
|
|
3866
|
+
declare const AuthenticationApiFp: (configuration?: Configuration) => {
|
|
3742
3867
|
/**
|
|
3743
3868
|
*
|
|
3744
3869
|
* @param {string} redirectUri
|
|
@@ -3759,7 +3884,7 @@ export declare const AuthenticationApiFp: (configuration?: Configuration) => {
|
|
|
3759
3884
|
* AuthenticationApi - factory interface
|
|
3760
3885
|
* @export
|
|
3761
3886
|
*/
|
|
3762
|
-
|
|
3887
|
+
declare const AuthenticationApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
3763
3888
|
/**
|
|
3764
3889
|
*
|
|
3765
3890
|
* @param {string} redirectUri
|
|
@@ -3782,7 +3907,7 @@ export declare const AuthenticationApiFactory: (configuration?: Configuration, b
|
|
|
3782
3907
|
* @class AuthenticationApi
|
|
3783
3908
|
* @extends {BaseAPI}
|
|
3784
3909
|
*/
|
|
3785
|
-
|
|
3910
|
+
declare class AuthenticationApi$1 extends BaseAPI {
|
|
3786
3911
|
/**
|
|
3787
3912
|
*
|
|
3788
3913
|
* @param {string} redirectUri
|
|
@@ -3791,7 +3916,7 @@ export declare class AuthenticationApi extends BaseAPI {
|
|
|
3791
3916
|
* @throws {RequiredError}
|
|
3792
3917
|
* @memberof AuthenticationApi
|
|
3793
3918
|
*/
|
|
3794
|
-
authorize(redirectUri: string, clientId: string, options?: RawAxiosRequestConfig): Promise<
|
|
3919
|
+
authorize(redirectUri: string, clientId: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<void, any, {}>>;
|
|
3795
3920
|
/**
|
|
3796
3921
|
*
|
|
3797
3922
|
* @param {GetOrRefreshTokenRequest} [getOrRefreshTokenRequest]
|
|
@@ -3799,13 +3924,13 @@ export declare class AuthenticationApi extends BaseAPI {
|
|
|
3799
3924
|
* @throws {RequiredError}
|
|
3800
3925
|
* @memberof AuthenticationApi
|
|
3801
3926
|
*/
|
|
3802
|
-
getOrRefreshToken(getOrRefreshTokenRequest?: GetOrRefreshTokenRequest, options?: RawAxiosRequestConfig): Promise<
|
|
3927
|
+
getOrRefreshToken(getOrRefreshTokenRequest?: GetOrRefreshTokenRequest, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<GetOrRefreshToken200Response, any, {}>>;
|
|
3803
3928
|
}
|
|
3804
3929
|
/**
|
|
3805
3930
|
* CollectionApi - axios parameter creator
|
|
3806
3931
|
* @export
|
|
3807
3932
|
*/
|
|
3808
|
-
|
|
3933
|
+
declare const CollectionApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
3809
3934
|
/**
|
|
3810
3935
|
*
|
|
3811
3936
|
* @param {number} id
|
|
@@ -3958,7 +4083,7 @@ export declare const CollectionApiAxiosParamCreator: (configuration?: Configurat
|
|
|
3958
4083
|
* CollectionApi - functional programming interface
|
|
3959
4084
|
* @export
|
|
3960
4085
|
*/
|
|
3961
|
-
|
|
4086
|
+
declare const CollectionApiFp: (configuration?: Configuration) => {
|
|
3962
4087
|
/**
|
|
3963
4088
|
*
|
|
3964
4089
|
* @param {number} id
|
|
@@ -4111,7 +4236,7 @@ export declare const CollectionApiFp: (configuration?: Configuration) => {
|
|
|
4111
4236
|
* CollectionApi - factory interface
|
|
4112
4237
|
* @export
|
|
4113
4238
|
*/
|
|
4114
|
-
|
|
4239
|
+
declare const CollectionApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
4115
4240
|
/**
|
|
4116
4241
|
*
|
|
4117
4242
|
* @param {number} id
|
|
@@ -4266,7 +4391,7 @@ export declare const CollectionApiFactory: (configuration?: Configuration, baseP
|
|
|
4266
4391
|
* @class CollectionApi
|
|
4267
4392
|
* @extends {BaseAPI}
|
|
4268
4393
|
*/
|
|
4269
|
-
|
|
4394
|
+
declare class CollectionApi$1 extends BaseAPI {
|
|
4270
4395
|
/**
|
|
4271
4396
|
*
|
|
4272
4397
|
* @param {number} id
|
|
@@ -4274,7 +4399,7 @@ export declare class CollectionApi extends BaseAPI {
|
|
|
4274
4399
|
* @throws {RequiredError}
|
|
4275
4400
|
* @memberof CollectionApi
|
|
4276
4401
|
*/
|
|
4277
|
-
acceptInvitation(id: number, options?: RawAxiosRequestConfig): Promise<
|
|
4402
|
+
acceptInvitation(id: number, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<AcceptInvitation200Response, any, {}>>;
|
|
4278
4403
|
/**
|
|
4279
4404
|
*
|
|
4280
4405
|
* @param {number} userId
|
|
@@ -4284,7 +4409,7 @@ export declare class CollectionApi extends BaseAPI {
|
|
|
4284
4409
|
* @throws {RequiredError}
|
|
4285
4410
|
* @memberof CollectionApi
|
|
4286
4411
|
*/
|
|
4287
|
-
changeCollaboratorAccessLevel(userId: number, id: number, changeCollaboratorAccessLevelRequest?: ChangeCollaboratorAccessLevelRequest, options?: RawAxiosRequestConfig): Promise<
|
|
4412
|
+
changeCollaboratorAccessLevel(userId: number, id: number, changeCollaboratorAccessLevelRequest?: ChangeCollaboratorAccessLevelRequest, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<void, any, {}>>;
|
|
4288
4413
|
/**
|
|
4289
4414
|
*
|
|
4290
4415
|
* @param {CreateCollectionRequest} [createCollectionRequest]
|
|
@@ -4292,7 +4417,7 @@ export declare class CollectionApi extends BaseAPI {
|
|
|
4292
4417
|
* @throws {RequiredError}
|
|
4293
4418
|
* @memberof CollectionApi
|
|
4294
4419
|
*/
|
|
4295
|
-
createCollection(createCollectionRequest?: CreateCollectionRequest, options?: RawAxiosRequestConfig): Promise<
|
|
4420
|
+
createCollection(createCollectionRequest?: CreateCollectionRequest, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<CreateCollectionResponse, any, {}>>;
|
|
4296
4421
|
/**
|
|
4297
4422
|
*
|
|
4298
4423
|
* @param {number} userId
|
|
@@ -4301,21 +4426,21 @@ export declare class CollectionApi extends BaseAPI {
|
|
|
4301
4426
|
* @throws {RequiredError}
|
|
4302
4427
|
* @memberof CollectionApi
|
|
4303
4428
|
*/
|
|
4304
|
-
deleteCollaborator(userId: number, id: number, options?: RawAxiosRequestConfig): Promise<
|
|
4429
|
+
deleteCollaborator(userId: number, id: number, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<SimpleResponse, any, {}>>;
|
|
4305
4430
|
/**
|
|
4306
4431
|
*
|
|
4307
4432
|
* @param {*} [options] Override http request option.
|
|
4308
4433
|
* @throws {RequiredError}
|
|
4309
4434
|
* @memberof CollectionApi
|
|
4310
4435
|
*/
|
|
4311
|
-
emptyTrash(options?: RawAxiosRequestConfig): Promise<
|
|
4436
|
+
emptyTrash(options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<SimpleResponse, any, {}>>;
|
|
4312
4437
|
/**
|
|
4313
4438
|
*
|
|
4314
4439
|
* @param {*} [options] Override http request option.
|
|
4315
4440
|
* @throws {RequiredError}
|
|
4316
4441
|
* @memberof CollectionApi
|
|
4317
4442
|
*/
|
|
4318
|
-
getChildCollections(options?: RawAxiosRequestConfig): Promise<
|
|
4443
|
+
getChildCollections(options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<GetChildCollectionsResponse, any, {}>>;
|
|
4319
4444
|
/**
|
|
4320
4445
|
*
|
|
4321
4446
|
* @param {number} id
|
|
@@ -4323,7 +4448,7 @@ export declare class CollectionApi extends BaseAPI {
|
|
|
4323
4448
|
* @throws {RequiredError}
|
|
4324
4449
|
* @memberof CollectionApi
|
|
4325
4450
|
*/
|
|
4326
|
-
getCollaborators(id: number, options?: RawAxiosRequestConfig): Promise<
|
|
4451
|
+
getCollaborators(id: number, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<void, any, {}>>;
|
|
4327
4452
|
/**
|
|
4328
4453
|
*
|
|
4329
4454
|
* @param {number} id
|
|
@@ -4331,28 +4456,28 @@ export declare class CollectionApi extends BaseAPI {
|
|
|
4331
4456
|
* @throws {RequiredError}
|
|
4332
4457
|
* @memberof CollectionApi
|
|
4333
4458
|
*/
|
|
4334
|
-
getCollection(id: number, options?: RawAxiosRequestConfig): Promise<
|
|
4459
|
+
getCollection(id: number, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<GetCollectionResponse, any, {}>>;
|
|
4335
4460
|
/**
|
|
4336
4461
|
*
|
|
4337
4462
|
* @param {*} [options] Override http request option.
|
|
4338
4463
|
* @throws {RequiredError}
|
|
4339
4464
|
* @memberof CollectionApi
|
|
4340
4465
|
*/
|
|
4341
|
-
getFeaturedCovers(options?: RawAxiosRequestConfig): Promise<
|
|
4466
|
+
getFeaturedCovers(options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<GetFeaturedCoversResponse, any, {}>>;
|
|
4342
4467
|
/**
|
|
4343
4468
|
*
|
|
4344
4469
|
* @param {*} [options] Override http request option.
|
|
4345
4470
|
* @throws {RequiredError}
|
|
4346
4471
|
* @memberof CollectionApi
|
|
4347
4472
|
*/
|
|
4348
|
-
getRootCollections(options?: RawAxiosRequestConfig): Promise<
|
|
4473
|
+
getRootCollections(options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<GetRootCollectionsResponse, any, {}>>;
|
|
4349
4474
|
/**
|
|
4350
4475
|
*
|
|
4351
4476
|
* @param {*} [options] Override http request option.
|
|
4352
4477
|
* @throws {RequiredError}
|
|
4353
4478
|
* @memberof CollectionApi
|
|
4354
4479
|
*/
|
|
4355
|
-
getSystemCollectionStats(options?: RawAxiosRequestConfig): Promise<
|
|
4480
|
+
getSystemCollectionStats(options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<GetSystemCollectionStatsResponse, any, {}>>;
|
|
4356
4481
|
/**
|
|
4357
4482
|
*
|
|
4358
4483
|
* @param {MergeCollectionsRequest} [mergeCollectionsRequest]
|
|
@@ -4360,14 +4485,14 @@ export declare class CollectionApi extends BaseAPI {
|
|
|
4360
4485
|
* @throws {RequiredError}
|
|
4361
4486
|
* @memberof CollectionApi
|
|
4362
4487
|
*/
|
|
4363
|
-
mergeCollections(mergeCollectionsRequest?: MergeCollectionsRequest, options?: RawAxiosRequestConfig): Promise<
|
|
4488
|
+
mergeCollections(mergeCollectionsRequest?: MergeCollectionsRequest, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<MergeCollectionsResponse, any, {}>>;
|
|
4364
4489
|
/**
|
|
4365
4490
|
*
|
|
4366
4491
|
* @param {*} [options] Override http request option.
|
|
4367
4492
|
* @throws {RequiredError}
|
|
4368
4493
|
* @memberof CollectionApi
|
|
4369
4494
|
*/
|
|
4370
|
-
removeAllEmptyCollections(options?: RawAxiosRequestConfig): Promise<
|
|
4495
|
+
removeAllEmptyCollections(options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<RemoveAllEmptyCollectionsResponse, any, {}>>;
|
|
4371
4496
|
/**
|
|
4372
4497
|
*
|
|
4373
4498
|
* @param {number} id
|
|
@@ -4375,7 +4500,7 @@ export declare class CollectionApi extends BaseAPI {
|
|
|
4375
4500
|
* @throws {RequiredError}
|
|
4376
4501
|
* @memberof CollectionApi
|
|
4377
4502
|
*/
|
|
4378
|
-
removeCollection(id: number, options?: RawAxiosRequestConfig): Promise<
|
|
4503
|
+
removeCollection(id: number, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<SimpleResponse, any, {}>>;
|
|
4379
4504
|
/**
|
|
4380
4505
|
*
|
|
4381
4506
|
* @param {RemoveCollectionsRequest} [removeCollectionsRequest]
|
|
@@ -4383,7 +4508,7 @@ export declare class CollectionApi extends BaseAPI {
|
|
|
4383
4508
|
* @throws {RequiredError}
|
|
4384
4509
|
* @memberof CollectionApi
|
|
4385
4510
|
*/
|
|
4386
|
-
removeCollections(removeCollectionsRequest?: RemoveCollectionsRequest, options?: RawAxiosRequestConfig): Promise<
|
|
4511
|
+
removeCollections(removeCollectionsRequest?: RemoveCollectionsRequest, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<RemoveCollectionsResponse, any, {}>>;
|
|
4387
4512
|
/**
|
|
4388
4513
|
*
|
|
4389
4514
|
* @param {ReorderAllCollectionsRequest} [reorderAllCollectionsRequest]
|
|
@@ -4391,7 +4516,7 @@ export declare class CollectionApi extends BaseAPI {
|
|
|
4391
4516
|
* @throws {RequiredError}
|
|
4392
4517
|
* @memberof CollectionApi
|
|
4393
4518
|
*/
|
|
4394
|
-
reorderAllCollections(reorderAllCollectionsRequest?: ReorderAllCollectionsRequest, options?: RawAxiosRequestConfig): Promise<
|
|
4519
|
+
reorderAllCollections(reorderAllCollectionsRequest?: ReorderAllCollectionsRequest, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<SimpleResponse, any, {}>>;
|
|
4395
4520
|
/**
|
|
4396
4521
|
*
|
|
4397
4522
|
* @param {string} text
|
|
@@ -4399,7 +4524,7 @@ export declare class CollectionApi extends BaseAPI {
|
|
|
4399
4524
|
* @throws {RequiredError}
|
|
4400
4525
|
* @memberof CollectionApi
|
|
4401
4526
|
*/
|
|
4402
|
-
searchCovers(text: string, options?: RawAxiosRequestConfig): Promise<
|
|
4527
|
+
searchCovers(text: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<SearchCoversResponse, any, {}>>;
|
|
4403
4528
|
/**
|
|
4404
4529
|
*
|
|
4405
4530
|
* @param {number} id
|
|
@@ -4408,7 +4533,7 @@ export declare class CollectionApi extends BaseAPI {
|
|
|
4408
4533
|
* @throws {RequiredError}
|
|
4409
4534
|
* @memberof CollectionApi
|
|
4410
4535
|
*/
|
|
4411
|
-
shareCollection(id: number, shareCollectionRequest?: ShareCollectionRequest, options?: RawAxiosRequestConfig): Promise<
|
|
4536
|
+
shareCollection(id: number, shareCollectionRequest?: ShareCollectionRequest, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<ShareCollectionResponse, any, {}>>;
|
|
4412
4537
|
/**
|
|
4413
4538
|
*
|
|
4414
4539
|
* @param {number} id
|
|
@@ -4416,7 +4541,7 @@ export declare class CollectionApi extends BaseAPI {
|
|
|
4416
4541
|
* @throws {RequiredError}
|
|
4417
4542
|
* @memberof CollectionApi
|
|
4418
4543
|
*/
|
|
4419
|
-
unshareOrLeaveCollection(id: number, options?: RawAxiosRequestConfig): Promise<
|
|
4544
|
+
unshareOrLeaveCollection(id: number, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<SimpleResponse, any, {}>>;
|
|
4420
4545
|
/**
|
|
4421
4546
|
*
|
|
4422
4547
|
* @param {number} id
|
|
@@ -4425,7 +4550,7 @@ export declare class CollectionApi extends BaseAPI {
|
|
|
4425
4550
|
* @throws {RequiredError}
|
|
4426
4551
|
* @memberof CollectionApi
|
|
4427
4552
|
*/
|
|
4428
|
-
updateCollection(id: number, updateCollectionRequest?: UpdateCollectionRequest, options?: RawAxiosRequestConfig): Promise<
|
|
4553
|
+
updateCollection(id: number, updateCollectionRequest?: UpdateCollectionRequest, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<UpdateCollectionResponse, any, {}>>;
|
|
4429
4554
|
/**
|
|
4430
4555
|
*
|
|
4431
4556
|
* @param {number} id
|
|
@@ -4434,13 +4559,13 @@ export declare class CollectionApi extends BaseAPI {
|
|
|
4434
4559
|
* @throws {RequiredError}
|
|
4435
4560
|
* @memberof CollectionApi
|
|
4436
4561
|
*/
|
|
4437
|
-
uploadCollectionCover(id: number, cover?: File, options?: RawAxiosRequestConfig): Promise<
|
|
4562
|
+
uploadCollectionCover(id: number, cover?: File, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<UploadCollectionCoverResponse, any, {}>>;
|
|
4438
4563
|
}
|
|
4439
4564
|
/**
|
|
4440
4565
|
* FilterApi - axios parameter creator
|
|
4441
4566
|
* @export
|
|
4442
4567
|
*/
|
|
4443
|
-
|
|
4568
|
+
declare const FilterApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
4444
4569
|
/**
|
|
4445
4570
|
*
|
|
4446
4571
|
* @param {number} collectionId
|
|
@@ -4455,7 +4580,7 @@ export declare const FilterApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
4455
4580
|
* FilterApi - functional programming interface
|
|
4456
4581
|
* @export
|
|
4457
4582
|
*/
|
|
4458
|
-
|
|
4583
|
+
declare const FilterApiFp: (configuration?: Configuration) => {
|
|
4459
4584
|
/**
|
|
4460
4585
|
*
|
|
4461
4586
|
* @param {number} collectionId
|
|
@@ -4470,7 +4595,7 @@ export declare const FilterApiFp: (configuration?: Configuration) => {
|
|
|
4470
4595
|
* FilterApi - factory interface
|
|
4471
4596
|
* @export
|
|
4472
4597
|
*/
|
|
4473
|
-
|
|
4598
|
+
declare const FilterApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
4474
4599
|
/**
|
|
4475
4600
|
*
|
|
4476
4601
|
* @param {number} collectionId
|
|
@@ -4487,7 +4612,7 @@ export declare const FilterApiFactory: (configuration?: Configuration, basePath?
|
|
|
4487
4612
|
* @class FilterApi
|
|
4488
4613
|
* @extends {BaseAPI}
|
|
4489
4614
|
*/
|
|
4490
|
-
|
|
4615
|
+
declare class FilterApi extends BaseAPI {
|
|
4491
4616
|
/**
|
|
4492
4617
|
*
|
|
4493
4618
|
* @param {number} collectionId
|
|
@@ -4497,21 +4622,21 @@ export declare class FilterApi extends BaseAPI {
|
|
|
4497
4622
|
* @throws {RequiredError}
|
|
4498
4623
|
* @memberof FilterApi
|
|
4499
4624
|
*/
|
|
4500
|
-
getFilters(collectionId: number, tagsSort?: GetFiltersTagsSortEnum, search?: string, options?: RawAxiosRequestConfig): Promise<
|
|
4625
|
+
getFilters(collectionId: number, tagsSort?: GetFiltersTagsSortEnum, search?: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<GetFiltersResponse, any, {}>>;
|
|
4501
4626
|
}
|
|
4502
4627
|
/**
|
|
4503
4628
|
* @export
|
|
4504
4629
|
*/
|
|
4505
|
-
|
|
4630
|
+
declare const GetFiltersTagsSortEnum: {
|
|
4506
4631
|
readonly MinusCount: "-count";
|
|
4507
4632
|
readonly Id: "_id";
|
|
4508
4633
|
};
|
|
4509
|
-
|
|
4634
|
+
type GetFiltersTagsSortEnum = typeof GetFiltersTagsSortEnum[keyof typeof GetFiltersTagsSortEnum];
|
|
4510
4635
|
/**
|
|
4511
4636
|
* HighlightApi - axios parameter creator
|
|
4512
4637
|
* @export
|
|
4513
4638
|
*/
|
|
4514
|
-
|
|
4639
|
+
declare const HighlightApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
4515
4640
|
/**
|
|
4516
4641
|
*
|
|
4517
4642
|
* @param {number} [page]
|
|
@@ -4549,7 +4674,7 @@ export declare const HighlightApiAxiosParamCreator: (configuration?: Configurati
|
|
|
4549
4674
|
* HighlightApi - functional programming interface
|
|
4550
4675
|
* @export
|
|
4551
4676
|
*/
|
|
4552
|
-
|
|
4677
|
+
declare const HighlightApiFp: (configuration?: Configuration) => {
|
|
4553
4678
|
/**
|
|
4554
4679
|
*
|
|
4555
4680
|
* @param {number} [page]
|
|
@@ -4587,7 +4712,7 @@ export declare const HighlightApiFp: (configuration?: Configuration) => {
|
|
|
4587
4712
|
* HighlightApi - factory interface
|
|
4588
4713
|
* @export
|
|
4589
4714
|
*/
|
|
4590
|
-
|
|
4715
|
+
declare const HighlightApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
4591
4716
|
/**
|
|
4592
4717
|
*
|
|
4593
4718
|
* @param {number} [page]
|
|
@@ -4627,7 +4752,7 @@ export declare const HighlightApiFactory: (configuration?: Configuration, basePa
|
|
|
4627
4752
|
* @class HighlightApi
|
|
4628
4753
|
* @extends {BaseAPI}
|
|
4629
4754
|
*/
|
|
4630
|
-
|
|
4755
|
+
declare class HighlightApi extends BaseAPI {
|
|
4631
4756
|
/**
|
|
4632
4757
|
*
|
|
4633
4758
|
* @param {number} [page]
|
|
@@ -4636,7 +4761,7 @@ export declare class HighlightApi extends BaseAPI {
|
|
|
4636
4761
|
* @throws {RequiredError}
|
|
4637
4762
|
* @memberof HighlightApi
|
|
4638
4763
|
*/
|
|
4639
|
-
getAllHighlights(page?: number, perpage?: number, options?: RawAxiosRequestConfig): Promise<
|
|
4764
|
+
getAllHighlights(page?: number, perpage?: number, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<GetAllHighlightsResponse, any, {}>>;
|
|
4640
4765
|
/**
|
|
4641
4766
|
*
|
|
4642
4767
|
* @param {number} collectionId
|
|
@@ -4646,7 +4771,7 @@ export declare class HighlightApi extends BaseAPI {
|
|
|
4646
4771
|
* @throws {RequiredError}
|
|
4647
4772
|
* @memberof HighlightApi
|
|
4648
4773
|
*/
|
|
4649
|
-
getHighlightsInCollection(collectionId: number, page?: number, perpage?: number, options?: RawAxiosRequestConfig): Promise<
|
|
4774
|
+
getHighlightsInCollection(collectionId: number, page?: number, perpage?: number, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<GetHighlightsInCollectionResponse, any, {}>>;
|
|
4650
4775
|
/**
|
|
4651
4776
|
*
|
|
4652
4777
|
* @param {number} id
|
|
@@ -4654,7 +4779,7 @@ export declare class HighlightApi extends BaseAPI {
|
|
|
4654
4779
|
* @throws {RequiredError}
|
|
4655
4780
|
* @memberof HighlightApi
|
|
4656
4781
|
*/
|
|
4657
|
-
getRaindrop(id: number, options?: RawAxiosRequestConfig): Promise<
|
|
4782
|
+
getRaindrop(id: number, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<GetRaindropResponse, any, {}>>;
|
|
4658
4783
|
/**
|
|
4659
4784
|
*
|
|
4660
4785
|
* @param {number} id
|
|
@@ -4663,13 +4788,13 @@ export declare class HighlightApi extends BaseAPI {
|
|
|
4663
4788
|
* @throws {RequiredError}
|
|
4664
4789
|
* @memberof HighlightApi
|
|
4665
4790
|
*/
|
|
4666
|
-
updateRaindrop(id: number, body?: object, options?: RawAxiosRequestConfig): Promise<
|
|
4791
|
+
updateRaindrop(id: number, body?: object, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<UpdateRaindropResponse, any, {}>>;
|
|
4667
4792
|
}
|
|
4668
4793
|
/**
|
|
4669
4794
|
* ImportApi - axios parameter creator
|
|
4670
4795
|
* @export
|
|
4671
4796
|
*/
|
|
4672
|
-
|
|
4797
|
+
declare const ImportApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
4673
4798
|
/**
|
|
4674
4799
|
*
|
|
4675
4800
|
* @param {CheckURLsExistRequest} [checkURLsExistRequest]
|
|
@@ -4696,7 +4821,7 @@ export declare const ImportApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
4696
4821
|
* ImportApi - functional programming interface
|
|
4697
4822
|
* @export
|
|
4698
4823
|
*/
|
|
4699
|
-
|
|
4824
|
+
declare const ImportApiFp: (configuration?: Configuration) => {
|
|
4700
4825
|
/**
|
|
4701
4826
|
*
|
|
4702
4827
|
* @param {CheckURLsExistRequest} [checkURLsExistRequest]
|
|
@@ -4723,7 +4848,7 @@ export declare const ImportApiFp: (configuration?: Configuration) => {
|
|
|
4723
4848
|
* ImportApi - factory interface
|
|
4724
4849
|
* @export
|
|
4725
4850
|
*/
|
|
4726
|
-
|
|
4851
|
+
declare const ImportApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
4727
4852
|
/**
|
|
4728
4853
|
*
|
|
4729
4854
|
* @param {CheckURLsExistRequest} [checkURLsExistRequest]
|
|
@@ -4752,7 +4877,7 @@ export declare const ImportApiFactory: (configuration?: Configuration, basePath?
|
|
|
4752
4877
|
* @class ImportApi
|
|
4753
4878
|
* @extends {BaseAPI}
|
|
4754
4879
|
*/
|
|
4755
|
-
|
|
4880
|
+
declare class ImportApi extends BaseAPI {
|
|
4756
4881
|
/**
|
|
4757
4882
|
*
|
|
4758
4883
|
* @param {CheckURLsExistRequest} [checkURLsExistRequest]
|
|
@@ -4760,7 +4885,7 @@ export declare class ImportApi extends BaseAPI {
|
|
|
4760
4885
|
* @throws {RequiredError}
|
|
4761
4886
|
* @memberof ImportApi
|
|
4762
4887
|
*/
|
|
4763
|
-
checkURLsExist(checkURLsExistRequest?: CheckURLsExistRequest, options?: RawAxiosRequestConfig): Promise<
|
|
4888
|
+
checkURLsExist(checkURLsExistRequest?: CheckURLsExistRequest, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<CheckURLsExistResponse, any, {}>>;
|
|
4764
4889
|
/**
|
|
4765
4890
|
*
|
|
4766
4891
|
* @param {File} [_import]
|
|
@@ -4768,7 +4893,7 @@ export declare class ImportApi extends BaseAPI {
|
|
|
4768
4893
|
* @throws {RequiredError}
|
|
4769
4894
|
* @memberof ImportApi
|
|
4770
4895
|
*/
|
|
4771
|
-
importHTMLBookmarkFile(_import?: File, options?: RawAxiosRequestConfig): Promise<
|
|
4896
|
+
importHTMLBookmarkFile(_import?: File, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<ImportHTMLBookmarkFileResponse, any, {}>>;
|
|
4772
4897
|
/**
|
|
4773
4898
|
*
|
|
4774
4899
|
* @param {string} [url]
|
|
@@ -4776,13 +4901,13 @@ export declare class ImportApi extends BaseAPI {
|
|
|
4776
4901
|
* @throws {RequiredError}
|
|
4777
4902
|
* @memberof ImportApi
|
|
4778
4903
|
*/
|
|
4779
|
-
parseURL(url?: string, options?: RawAxiosRequestConfig): Promise<
|
|
4904
|
+
parseURL(url?: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<ParseURLResponse, any, {}>>;
|
|
4780
4905
|
}
|
|
4781
4906
|
/**
|
|
4782
4907
|
* RaindropApi - axios parameter creator
|
|
4783
4908
|
* @export
|
|
4784
4909
|
*/
|
|
4785
|
-
|
|
4910
|
+
declare const RaindropApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
4786
4911
|
/**
|
|
4787
4912
|
*
|
|
4788
4913
|
* @param {CreateRaindropRequest} [createRaindropRequest]
|
|
@@ -4889,7 +5014,7 @@ export declare const RaindropApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
4889
5014
|
* RaindropApi - functional programming interface
|
|
4890
5015
|
* @export
|
|
4891
5016
|
*/
|
|
4892
|
-
|
|
5017
|
+
declare const RaindropApiFp: (configuration?: Configuration) => {
|
|
4893
5018
|
/**
|
|
4894
5019
|
*
|
|
4895
5020
|
* @param {CreateRaindropRequest} [createRaindropRequest]
|
|
@@ -4996,7 +5121,7 @@ export declare const RaindropApiFp: (configuration?: Configuration) => {
|
|
|
4996
5121
|
* RaindropApi - factory interface
|
|
4997
5122
|
* @export
|
|
4998
5123
|
*/
|
|
4999
|
-
|
|
5124
|
+
declare const RaindropApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
5000
5125
|
/**
|
|
5001
5126
|
*
|
|
5002
5127
|
* @param {CreateRaindropRequest} [createRaindropRequest]
|
|
@@ -5105,7 +5230,7 @@ export declare const RaindropApiFactory: (configuration?: Configuration, basePat
|
|
|
5105
5230
|
* @class RaindropApi
|
|
5106
5231
|
* @extends {BaseAPI}
|
|
5107
5232
|
*/
|
|
5108
|
-
|
|
5233
|
+
declare class RaindropApi$1 extends BaseAPI {
|
|
5109
5234
|
/**
|
|
5110
5235
|
*
|
|
5111
5236
|
* @param {CreateRaindropRequest} [createRaindropRequest]
|
|
@@ -5113,7 +5238,7 @@ export declare class RaindropApi extends BaseAPI {
|
|
|
5113
5238
|
* @throws {RequiredError}
|
|
5114
5239
|
* @memberof RaindropApi
|
|
5115
5240
|
*/
|
|
5116
|
-
createRaindrop(createRaindropRequest?: CreateRaindropRequest, options?: RawAxiosRequestConfig): Promise<
|
|
5241
|
+
createRaindrop(createRaindropRequest?: CreateRaindropRequest, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<CreateRaindropResponse, any, {}>>;
|
|
5117
5242
|
/**
|
|
5118
5243
|
*
|
|
5119
5244
|
* @param {object} [body]
|
|
@@ -5121,7 +5246,7 @@ export declare class RaindropApi extends BaseAPI {
|
|
|
5121
5246
|
* @throws {RequiredError}
|
|
5122
5247
|
* @memberof RaindropApi
|
|
5123
5248
|
*/
|
|
5124
|
-
createRaindrops(body?: object, options?: RawAxiosRequestConfig): Promise<
|
|
5249
|
+
createRaindrops(body?: object, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<CreateRaindropsResponse, any, {}>>;
|
|
5125
5250
|
/**
|
|
5126
5251
|
*
|
|
5127
5252
|
* @param {number} id
|
|
@@ -5129,7 +5254,7 @@ export declare class RaindropApi extends BaseAPI {
|
|
|
5129
5254
|
* @throws {RequiredError}
|
|
5130
5255
|
* @memberof RaindropApi
|
|
5131
5256
|
*/
|
|
5132
|
-
getPermanentCopy(id: number, options?: RawAxiosRequestConfig): Promise<
|
|
5257
|
+
getPermanentCopy(id: number, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<void, any, {}>>;
|
|
5133
5258
|
/**
|
|
5134
5259
|
*
|
|
5135
5260
|
* @param {number} id
|
|
@@ -5137,7 +5262,7 @@ export declare class RaindropApi extends BaseAPI {
|
|
|
5137
5262
|
* @throws {RequiredError}
|
|
5138
5263
|
* @memberof RaindropApi
|
|
5139
5264
|
*/
|
|
5140
|
-
getRaindrop(id: number, options?: RawAxiosRequestConfig): Promise<
|
|
5265
|
+
getRaindrop(id: number, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<GetRaindropResponse, any, {}>>;
|
|
5141
5266
|
/**
|
|
5142
5267
|
*
|
|
5143
5268
|
* @param {number} collectionId
|
|
@@ -5149,7 +5274,7 @@ export declare class RaindropApi extends BaseAPI {
|
|
|
5149
5274
|
* @throws {RequiredError}
|
|
5150
5275
|
* @memberof RaindropApi
|
|
5151
5276
|
*/
|
|
5152
|
-
getRaindrops(collectionId: number, sort?: string, perpage?: number, page?: number, search?: string, options?: RawAxiosRequestConfig): Promise<
|
|
5277
|
+
getRaindrops(collectionId: number, sort?: string, perpage?: number, page?: number, search?: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<GetRaindropsResponse, any, {}>>;
|
|
5153
5278
|
/**
|
|
5154
5279
|
*
|
|
5155
5280
|
* @param {number} id
|
|
@@ -5157,7 +5282,7 @@ export declare class RaindropApi extends BaseAPI {
|
|
|
5157
5282
|
* @throws {RequiredError}
|
|
5158
5283
|
* @memberof RaindropApi
|
|
5159
5284
|
*/
|
|
5160
|
-
removeRaindrop(id: number, options?: RawAxiosRequestConfig): Promise<
|
|
5285
|
+
removeRaindrop(id: number, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<RemoveRaindropResponse, any, {}>>;
|
|
5161
5286
|
/**
|
|
5162
5287
|
*
|
|
5163
5288
|
* @param {number} collectionId
|
|
@@ -5167,7 +5292,7 @@ export declare class RaindropApi extends BaseAPI {
|
|
|
5167
5292
|
* @throws {RequiredError}
|
|
5168
5293
|
* @memberof RaindropApi
|
|
5169
5294
|
*/
|
|
5170
|
-
removeRaindrops(collectionId: number, search?: string, removeRaindropsRequest?: RemoveRaindropsRequest, options?: RawAxiosRequestConfig): Promise<
|
|
5295
|
+
removeRaindrops(collectionId: number, search?: string, removeRaindropsRequest?: RemoveRaindropsRequest, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<RemoveRaindropsResponse, any, {}>>;
|
|
5171
5296
|
/**
|
|
5172
5297
|
*
|
|
5173
5298
|
* @param {number} id
|
|
@@ -5175,7 +5300,7 @@ export declare class RaindropApi extends BaseAPI {
|
|
|
5175
5300
|
* @throws {RequiredError}
|
|
5176
5301
|
* @memberof RaindropApi
|
|
5177
5302
|
*/
|
|
5178
|
-
suggestForExistingBookmark(id: number, options?: RawAxiosRequestConfig): Promise<
|
|
5303
|
+
suggestForExistingBookmark(id: number, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<SuggestForExistingBookmarkResponse, any, {}>>;
|
|
5179
5304
|
/**
|
|
5180
5305
|
*
|
|
5181
5306
|
* @param {SuggestForNewBookmarkRequest} [suggestForNewBookmarkRequest]
|
|
@@ -5183,7 +5308,7 @@ export declare class RaindropApi extends BaseAPI {
|
|
|
5183
5308
|
* @throws {RequiredError}
|
|
5184
5309
|
* @memberof RaindropApi
|
|
5185
5310
|
*/
|
|
5186
|
-
suggestForNewBookmark(suggestForNewBookmarkRequest?: SuggestForNewBookmarkRequest, options?: RawAxiosRequestConfig): Promise<
|
|
5311
|
+
suggestForNewBookmark(suggestForNewBookmarkRequest?: SuggestForNewBookmarkRequest, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<SuggestForNewBookmarkResponse, any, {}>>;
|
|
5187
5312
|
/**
|
|
5188
5313
|
*
|
|
5189
5314
|
* @param {number} id
|
|
@@ -5192,7 +5317,7 @@ export declare class RaindropApi extends BaseAPI {
|
|
|
5192
5317
|
* @throws {RequiredError}
|
|
5193
5318
|
* @memberof RaindropApi
|
|
5194
5319
|
*/
|
|
5195
|
-
updateRaindrop(id: number, body?: object, options?: RawAxiosRequestConfig): Promise<
|
|
5320
|
+
updateRaindrop(id: number, body?: object, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<UpdateRaindropResponse, any, {}>>;
|
|
5196
5321
|
/**
|
|
5197
5322
|
*
|
|
5198
5323
|
* @param {number} collectionId
|
|
@@ -5201,7 +5326,7 @@ export declare class RaindropApi extends BaseAPI {
|
|
|
5201
5326
|
* @throws {RequiredError}
|
|
5202
5327
|
* @memberof RaindropApi
|
|
5203
5328
|
*/
|
|
5204
|
-
updateRaindrops(collectionId: number, updateRaindropsRequest?: UpdateRaindropsRequest, options?: RawAxiosRequestConfig): Promise<
|
|
5329
|
+
updateRaindrops(collectionId: number, updateRaindropsRequest?: UpdateRaindropsRequest, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<UpdateRaindropsResponse, any, {}>>;
|
|
5205
5330
|
/**
|
|
5206
5331
|
*
|
|
5207
5332
|
* @param {File} [file]
|
|
@@ -5210,7 +5335,7 @@ export declare class RaindropApi extends BaseAPI {
|
|
|
5210
5335
|
* @throws {RequiredError}
|
|
5211
5336
|
* @memberof RaindropApi
|
|
5212
5337
|
*/
|
|
5213
|
-
uploadFile(file?: File, collectionId?: number, options?: RawAxiosRequestConfig): Promise<
|
|
5338
|
+
uploadFile(file?: File, collectionId?: number, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<UploadFileResponse, any, {}>>;
|
|
5214
5339
|
/**
|
|
5215
5340
|
*
|
|
5216
5341
|
* @param {number} id
|
|
@@ -5219,13 +5344,13 @@ export declare class RaindropApi extends BaseAPI {
|
|
|
5219
5344
|
* @throws {RequiredError}
|
|
5220
5345
|
* @memberof RaindropApi
|
|
5221
5346
|
*/
|
|
5222
|
-
uploadRaindropCover(id: number, cover?: File, options?: RawAxiosRequestConfig): Promise<
|
|
5347
|
+
uploadRaindropCover(id: number, cover?: File, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<UploadRaindropCoverResponse, any, {}>>;
|
|
5223
5348
|
}
|
|
5224
5349
|
/**
|
|
5225
5350
|
* TagApi - axios parameter creator
|
|
5226
5351
|
* @export
|
|
5227
5352
|
*/
|
|
5228
|
-
|
|
5353
|
+
declare const TagApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
5229
5354
|
/**
|
|
5230
5355
|
*
|
|
5231
5356
|
* @param {number} [collectionId]
|
|
@@ -5254,7 +5379,7 @@ export declare const TagApiAxiosParamCreator: (configuration?: Configuration) =>
|
|
|
5254
5379
|
* TagApi - functional programming interface
|
|
5255
5380
|
* @export
|
|
5256
5381
|
*/
|
|
5257
|
-
|
|
5382
|
+
declare const TagApiFp: (configuration?: Configuration) => {
|
|
5258
5383
|
/**
|
|
5259
5384
|
*
|
|
5260
5385
|
* @param {number} [collectionId]
|
|
@@ -5283,7 +5408,7 @@ export declare const TagApiFp: (configuration?: Configuration) => {
|
|
|
5283
5408
|
* TagApi - factory interface
|
|
5284
5409
|
* @export
|
|
5285
5410
|
*/
|
|
5286
|
-
|
|
5411
|
+
declare const TagApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
5287
5412
|
/**
|
|
5288
5413
|
*
|
|
5289
5414
|
* @param {number} [collectionId]
|
|
@@ -5314,7 +5439,7 @@ export declare const TagApiFactory: (configuration?: Configuration, basePath?: s
|
|
|
5314
5439
|
* @class TagApi
|
|
5315
5440
|
* @extends {BaseAPI}
|
|
5316
5441
|
*/
|
|
5317
|
-
|
|
5442
|
+
declare class TagApi extends BaseAPI {
|
|
5318
5443
|
/**
|
|
5319
5444
|
*
|
|
5320
5445
|
* @param {number} [collectionId]
|
|
@@ -5322,7 +5447,7 @@ export declare class TagApi extends BaseAPI {
|
|
|
5322
5447
|
* @throws {RequiredError}
|
|
5323
5448
|
* @memberof TagApi
|
|
5324
5449
|
*/
|
|
5325
|
-
getTagsInCollection(collectionId?: number, options?: RawAxiosRequestConfig): Promise<
|
|
5450
|
+
getTagsInCollection(collectionId?: number, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<GetTagsInCollectionResponse, any, {}>>;
|
|
5326
5451
|
/**
|
|
5327
5452
|
*
|
|
5328
5453
|
* @param {number} [collectionId]
|
|
@@ -5331,7 +5456,7 @@ export declare class TagApi extends BaseAPI {
|
|
|
5331
5456
|
* @throws {RequiredError}
|
|
5332
5457
|
* @memberof TagApi
|
|
5333
5458
|
*/
|
|
5334
|
-
removeTagsFromCollection(collectionId?: number, removeTagsFromCollectionRequest?: RemoveTagsFromCollectionRequest, options?: RawAxiosRequestConfig): Promise<
|
|
5459
|
+
removeTagsFromCollection(collectionId?: number, removeTagsFromCollectionRequest?: RemoveTagsFromCollectionRequest, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<SimpleResponse, any, {}>>;
|
|
5335
5460
|
/**
|
|
5336
5461
|
*
|
|
5337
5462
|
* @param {number} [collectionId]
|
|
@@ -5340,13 +5465,13 @@ export declare class TagApi extends BaseAPI {
|
|
|
5340
5465
|
* @throws {RequiredError}
|
|
5341
5466
|
* @memberof TagApi
|
|
5342
5467
|
*/
|
|
5343
|
-
renameOrMergeTags(collectionId?: number, renameOrMergeTagsRequest?: RenameOrMergeTagsRequest, options?: RawAxiosRequestConfig): Promise<
|
|
5468
|
+
renameOrMergeTags(collectionId?: number, renameOrMergeTagsRequest?: RenameOrMergeTagsRequest, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<SimpleResponse, any, {}>>;
|
|
5344
5469
|
}
|
|
5345
5470
|
/**
|
|
5346
5471
|
* UserApi - axios parameter creator
|
|
5347
5472
|
* @export
|
|
5348
5473
|
*/
|
|
5349
|
-
|
|
5474
|
+
declare const UserApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
5350
5475
|
/**
|
|
5351
5476
|
*
|
|
5352
5477
|
* @param {ConnectSocialNetworkProviderProviderEnum} provider
|
|
@@ -5392,7 +5517,7 @@ export declare const UserApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
5392
5517
|
* UserApi - functional programming interface
|
|
5393
5518
|
* @export
|
|
5394
5519
|
*/
|
|
5395
|
-
|
|
5520
|
+
declare const UserApiFp: (configuration?: Configuration) => {
|
|
5396
5521
|
/**
|
|
5397
5522
|
*
|
|
5398
5523
|
* @param {ConnectSocialNetworkProviderProviderEnum} provider
|
|
@@ -5438,7 +5563,7 @@ export declare const UserApiFp: (configuration?: Configuration) => {
|
|
|
5438
5563
|
* UserApi - factory interface
|
|
5439
5564
|
* @export
|
|
5440
5565
|
*/
|
|
5441
|
-
|
|
5566
|
+
declare const UserApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
5442
5567
|
/**
|
|
5443
5568
|
*
|
|
5444
5569
|
* @param {ConnectSocialNetworkProviderProviderEnum} provider
|
|
@@ -5486,7 +5611,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
5486
5611
|
* @class UserApi
|
|
5487
5612
|
* @extends {BaseAPI}
|
|
5488
5613
|
*/
|
|
5489
|
-
|
|
5614
|
+
declare class UserApi extends BaseAPI {
|
|
5490
5615
|
/**
|
|
5491
5616
|
*
|
|
5492
5617
|
* @param {ConnectSocialNetworkProviderProviderEnum} provider
|
|
@@ -5494,7 +5619,7 @@ export declare class UserApi extends BaseAPI {
|
|
|
5494
5619
|
* @throws {RequiredError}
|
|
5495
5620
|
* @memberof UserApi
|
|
5496
5621
|
*/
|
|
5497
|
-
connectSocialNetworkProvider(provider: ConnectSocialNetworkProviderProviderEnum, options?: RawAxiosRequestConfig): Promise<
|
|
5622
|
+
connectSocialNetworkProvider(provider: ConnectSocialNetworkProviderProviderEnum, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<void, any, {}>>;
|
|
5498
5623
|
/**
|
|
5499
5624
|
*
|
|
5500
5625
|
* @param {DisconnectSocialNetworkProviderProviderEnum} provider
|
|
@@ -5502,14 +5627,14 @@ export declare class UserApi extends BaseAPI {
|
|
|
5502
5627
|
* @throws {RequiredError}
|
|
5503
5628
|
* @memberof UserApi
|
|
5504
5629
|
*/
|
|
5505
|
-
disconnectSocialNetworkProvider(provider: DisconnectSocialNetworkProviderProviderEnum, options?: RawAxiosRequestConfig): Promise<
|
|
5630
|
+
disconnectSocialNetworkProvider(provider: DisconnectSocialNetworkProviderProviderEnum, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<void, any, {}>>;
|
|
5506
5631
|
/**
|
|
5507
5632
|
*
|
|
5508
5633
|
* @param {*} [options] Override http request option.
|
|
5509
5634
|
* @throws {RequiredError}
|
|
5510
5635
|
* @memberof UserApi
|
|
5511
5636
|
*/
|
|
5512
|
-
getCurrentUser(options?: RawAxiosRequestConfig): Promise<
|
|
5637
|
+
getCurrentUser(options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<GetCurrentUserResponse, any, {}>>;
|
|
5513
5638
|
/**
|
|
5514
5639
|
*
|
|
5515
5640
|
* @param {number} name
|
|
@@ -5517,14 +5642,14 @@ export declare class UserApi extends BaseAPI {
|
|
|
5517
5642
|
* @throws {RequiredError}
|
|
5518
5643
|
* @memberof UserApi
|
|
5519
5644
|
*/
|
|
5520
|
-
getPublicUserByName(name: number, options?: RawAxiosRequestConfig): Promise<
|
|
5645
|
+
getPublicUserByName(name: number, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<GetPublicUserByNameResponse, any, {}>>;
|
|
5521
5646
|
/**
|
|
5522
5647
|
*
|
|
5523
5648
|
* @param {*} [options] Override http request option.
|
|
5524
5649
|
* @throws {RequiredError}
|
|
5525
5650
|
* @memberof UserApi
|
|
5526
5651
|
*/
|
|
5527
|
-
getSystemCollectionStats(options?: RawAxiosRequestConfig): Promise<
|
|
5652
|
+
getSystemCollectionStats(options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<GetSystemCollectionStatsResponse, any, {}>>;
|
|
5528
5653
|
/**
|
|
5529
5654
|
*
|
|
5530
5655
|
* @param {UpdateCurrentUserRequest} [updateCurrentUserRequest]
|
|
@@ -5532,12 +5657,12 @@ export declare class UserApi extends BaseAPI {
|
|
|
5532
5657
|
* @throws {RequiredError}
|
|
5533
5658
|
* @memberof UserApi
|
|
5534
5659
|
*/
|
|
5535
|
-
updateCurrentUser(updateCurrentUserRequest?: UpdateCurrentUserRequest, options?: RawAxiosRequestConfig): Promise<
|
|
5660
|
+
updateCurrentUser(updateCurrentUserRequest?: UpdateCurrentUserRequest, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<UpdateCurrentUserResponse, any, {}>>;
|
|
5536
5661
|
}
|
|
5537
5662
|
/**
|
|
5538
5663
|
* @export
|
|
5539
5664
|
*/
|
|
5540
|
-
|
|
5665
|
+
declare const ConnectSocialNetworkProviderProviderEnum: {
|
|
5541
5666
|
readonly Facebook: "facebook";
|
|
5542
5667
|
readonly Google: "google";
|
|
5543
5668
|
readonly Twitter: "twitter";
|
|
@@ -5545,11 +5670,11 @@ export declare const ConnectSocialNetworkProviderProviderEnum: {
|
|
|
5545
5670
|
readonly Dropbox: "dropbox";
|
|
5546
5671
|
readonly Gdrive: "gdrive";
|
|
5547
5672
|
};
|
|
5548
|
-
|
|
5673
|
+
type ConnectSocialNetworkProviderProviderEnum = typeof ConnectSocialNetworkProviderProviderEnum[keyof typeof ConnectSocialNetworkProviderProviderEnum];
|
|
5549
5674
|
/**
|
|
5550
5675
|
* @export
|
|
5551
5676
|
*/
|
|
5552
|
-
|
|
5677
|
+
declare const DisconnectSocialNetworkProviderProviderEnum: {
|
|
5553
5678
|
readonly Facebook: "facebook";
|
|
5554
5679
|
readonly Google: "google";
|
|
5555
5680
|
readonly Twitter: "twitter";
|
|
@@ -5557,4 +5682,311 @@ export declare const DisconnectSocialNetworkProviderProviderEnum: {
|
|
|
5557
5682
|
readonly Dropbox: "dropbox";
|
|
5558
5683
|
readonly Gdrive: "gdrive";
|
|
5559
5684
|
};
|
|
5560
|
-
|
|
5685
|
+
type DisconnectSocialNetworkProviderProviderEnum = typeof DisconnectSocialNetworkProviderProviderEnum[keyof typeof DisconnectSocialNetworkProviderProviderEnum];
|
|
5686
|
+
|
|
5687
|
+
/**
|
|
5688
|
+
* Raindrop API (Unofficial)
|
|
5689
|
+
* **UNOFFICIAL** OpenAPI specification of Raindrop API. This OpenAPI spec has been made by hand with reference to official documentation because it is not provided by Raindrop.io. Because official documentation not maintained well, there are very (highly) likely to have mismatch in schemas. As we can\'t inspect and address all issues, schema being updated as we find issues. Any contributions are welcome. Bug report, schema update, adding descriptions or functions, please don\'t hesitate to create an issue.
|
|
5690
|
+
*
|
|
5691
|
+
* The version of the OpenAPI document: 0.1.0
|
|
5692
|
+
*
|
|
5693
|
+
*
|
|
5694
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
5695
|
+
* https://openapi-generator.tech
|
|
5696
|
+
* Do not edit the class manually.
|
|
5697
|
+
*/
|
|
5698
|
+
|
|
5699
|
+
type index$2_AcceptInvitation200Response = AcceptInvitation200Response;
|
|
5700
|
+
declare const index$2_AuthenticationApiAxiosParamCreator: typeof AuthenticationApiAxiosParamCreator;
|
|
5701
|
+
declare const index$2_AuthenticationApiFactory: typeof AuthenticationApiFactory;
|
|
5702
|
+
declare const index$2_AuthenticationApiFp: typeof AuthenticationApiFp;
|
|
5703
|
+
type index$2_ChangeCollaboratorAccessLevelRequest = ChangeCollaboratorAccessLevelRequest;
|
|
5704
|
+
type index$2_CheckURLsExistRequest = CheckURLsExistRequest;
|
|
5705
|
+
type index$2_CheckURLsExistResponse = CheckURLsExistResponse;
|
|
5706
|
+
type index$2_CheckURLsExistResponseDuplicatesInner = CheckURLsExistResponseDuplicatesInner;
|
|
5707
|
+
type index$2_Collection = Collection;
|
|
5708
|
+
type index$2_CollectionAccess = CollectionAccess;
|
|
5709
|
+
declare const index$2_CollectionApiAxiosParamCreator: typeof CollectionApiAxiosParamCreator;
|
|
5710
|
+
declare const index$2_CollectionApiFactory: typeof CollectionApiFactory;
|
|
5711
|
+
declare const index$2_CollectionApiFp: typeof CollectionApiFp;
|
|
5712
|
+
type index$2_CollectionRef = CollectionRef;
|
|
5713
|
+
type index$2_CollectionRefRefEnum = CollectionRefRefEnum;
|
|
5714
|
+
type index$2_Configuration = Configuration;
|
|
5715
|
+
declare const index$2_Configuration: typeof Configuration;
|
|
5716
|
+
type index$2_ConfigurationParameters = ConfigurationParameters;
|
|
5717
|
+
type index$2_ConnectSocialNetworkProviderProviderEnum = ConnectSocialNetworkProviderProviderEnum;
|
|
5718
|
+
type index$2_CreateCollectionRequest = CreateCollectionRequest;
|
|
5719
|
+
type index$2_CreateCollectionResponse = CreateCollectionResponse;
|
|
5720
|
+
type index$2_CreateCollectionResponseItem = CreateCollectionResponseItem;
|
|
5721
|
+
type index$2_CreateRaindropRequest = CreateRaindropRequest;
|
|
5722
|
+
type index$2_CreateRaindropRequestCollection = CreateRaindropRequestCollection;
|
|
5723
|
+
type index$2_CreateRaindropRequestHighlightsInner = CreateRaindropRequestHighlightsInner;
|
|
5724
|
+
type index$2_CreateRaindropResponse = CreateRaindropResponse;
|
|
5725
|
+
type index$2_CreateRaindropResponseItem = CreateRaindropResponseItem;
|
|
5726
|
+
type index$2_CreateRaindropResponseItemMediaInner = CreateRaindropResponseItemMediaInner;
|
|
5727
|
+
type index$2_CreateRaindropsResponse = CreateRaindropsResponse;
|
|
5728
|
+
type index$2_CreatorRef = CreatorRef;
|
|
5729
|
+
type index$2_CreatorRefOneOf = CreatorRefOneOf;
|
|
5730
|
+
type index$2_DisconnectSocialNetworkProviderProviderEnum = DisconnectSocialNetworkProviderProviderEnum;
|
|
5731
|
+
type index$2_FilterApi = FilterApi;
|
|
5732
|
+
declare const index$2_FilterApi: typeof FilterApi;
|
|
5733
|
+
declare const index$2_FilterApiAxiosParamCreator: typeof FilterApiAxiosParamCreator;
|
|
5734
|
+
declare const index$2_FilterApiFactory: typeof FilterApiFactory;
|
|
5735
|
+
declare const index$2_FilterApiFp: typeof FilterApiFp;
|
|
5736
|
+
type index$2_GetAllHighlightsResponse = GetAllHighlightsResponse;
|
|
5737
|
+
type index$2_GetAllHighlightsResponseItemsInner = GetAllHighlightsResponseItemsInner;
|
|
5738
|
+
type index$2_GetChildCollectionsResponse = GetChildCollectionsResponse;
|
|
5739
|
+
type index$2_GetChildCollectionsResponseItemsInner = GetChildCollectionsResponseItemsInner;
|
|
5740
|
+
type index$2_GetCollectionResponse = GetCollectionResponse;
|
|
5741
|
+
type index$2_GetCurrentUserResponse = GetCurrentUserResponse;
|
|
5742
|
+
type index$2_GetFeaturedCoversResponse = GetFeaturedCoversResponse;
|
|
5743
|
+
type index$2_GetFeaturedCoversResponseItemsInner = GetFeaturedCoversResponseItemsInner;
|
|
5744
|
+
type index$2_GetFiltersResponse = GetFiltersResponse;
|
|
5745
|
+
type index$2_GetFiltersResponseCreatedInner = GetFiltersResponseCreatedInner;
|
|
5746
|
+
type index$2_GetFiltersTagsSortEnum = GetFiltersTagsSortEnum;
|
|
5747
|
+
type index$2_GetHighlightsInCollectionResponse = GetHighlightsInCollectionResponse;
|
|
5748
|
+
type index$2_GetOrRefreshToken200Response = GetOrRefreshToken200Response;
|
|
5749
|
+
type index$2_GetOrRefreshTokenRequest = GetOrRefreshTokenRequest;
|
|
5750
|
+
type index$2_GetPublicUserByNameResponse = GetPublicUserByNameResponse;
|
|
5751
|
+
type index$2_GetPublicUserByNameResponseUser = GetPublicUserByNameResponseUser;
|
|
5752
|
+
type index$2_GetPublicUserByNameResponseUserConfig = GetPublicUserByNameResponseUserConfig;
|
|
5753
|
+
type index$2_GetRaindropResponse = GetRaindropResponse;
|
|
5754
|
+
type index$2_GetRaindropResponseItem = GetRaindropResponseItem;
|
|
5755
|
+
type index$2_GetRaindropResponseItemHighlightsInner = GetRaindropResponseItemHighlightsInner;
|
|
5756
|
+
type index$2_GetRaindropsResponse = GetRaindropsResponse;
|
|
5757
|
+
type index$2_GetRootCollectionsResponse = GetRootCollectionsResponse;
|
|
5758
|
+
type index$2_GetSystemCollectionStatsResponse = GetSystemCollectionStatsResponse;
|
|
5759
|
+
type index$2_GetSystemCollectionStatsResponseItemsInner = GetSystemCollectionStatsResponseItemsInner;
|
|
5760
|
+
type index$2_GetSystemCollectionStatsResponseMeta = GetSystemCollectionStatsResponseMeta;
|
|
5761
|
+
type index$2_GetTagsInCollectionResponse = GetTagsInCollectionResponse;
|
|
5762
|
+
type index$2_Group = Group;
|
|
5763
|
+
type index$2_HighlightApi = HighlightApi;
|
|
5764
|
+
declare const index$2_HighlightApi: typeof HighlightApi;
|
|
5765
|
+
declare const index$2_HighlightApiAxiosParamCreator: typeof HighlightApiAxiosParamCreator;
|
|
5766
|
+
declare const index$2_HighlightApiFactory: typeof HighlightApiFactory;
|
|
5767
|
+
declare const index$2_HighlightApiFp: typeof HighlightApiFp;
|
|
5768
|
+
type index$2_ImportApi = ImportApi;
|
|
5769
|
+
declare const index$2_ImportApi: typeof ImportApi;
|
|
5770
|
+
declare const index$2_ImportApiAxiosParamCreator: typeof ImportApiAxiosParamCreator;
|
|
5771
|
+
declare const index$2_ImportApiFactory: typeof ImportApiFactory;
|
|
5772
|
+
declare const index$2_ImportApiFp: typeof ImportApiFp;
|
|
5773
|
+
type index$2_ImportHTMLBookmarkFileResponse = ImportHTMLBookmarkFileResponse;
|
|
5774
|
+
type index$2_ImportHTMLBookmarkFileResponseCount = ImportHTMLBookmarkFileResponseCount;
|
|
5775
|
+
type index$2_ImportHTMLBookmarkFileResponseItemBookmark = ImportHTMLBookmarkFileResponseItemBookmark;
|
|
5776
|
+
type index$2_ImportHTMLBookmarkFileResponseItemFolder = ImportHTMLBookmarkFileResponseItemFolder;
|
|
5777
|
+
type index$2_MergeCollectionsRequest = MergeCollectionsRequest;
|
|
5778
|
+
type index$2_MergeCollectionsResponse = MergeCollectionsResponse;
|
|
5779
|
+
type index$2_ObtainToken = ObtainToken;
|
|
5780
|
+
type index$2_ObtainTokenGrantTypeEnum = ObtainTokenGrantTypeEnum;
|
|
5781
|
+
type index$2_ParseURLResponse = ParseURLResponse;
|
|
5782
|
+
type index$2_ParseURLResponseItem = ParseURLResponseItem;
|
|
5783
|
+
type index$2_ParseURLResponseItemMediaInner = ParseURLResponseItemMediaInner;
|
|
5784
|
+
type index$2_ParseURLResponseItemMeta = ParseURLResponseItemMeta;
|
|
5785
|
+
declare const index$2_RaindropApiAxiosParamCreator: typeof RaindropApiAxiosParamCreator;
|
|
5786
|
+
declare const index$2_RaindropApiFactory: typeof RaindropApiFactory;
|
|
5787
|
+
declare const index$2_RaindropApiFp: typeof RaindropApiFp;
|
|
5788
|
+
type index$2_RefreshToken = RefreshToken;
|
|
5789
|
+
type index$2_RefreshTokenGrantTypeEnum = RefreshTokenGrantTypeEnum;
|
|
5790
|
+
type index$2_RemoveAllEmptyCollectionsResponse = RemoveAllEmptyCollectionsResponse;
|
|
5791
|
+
type index$2_RemoveCollectionsRequest = RemoveCollectionsRequest;
|
|
5792
|
+
type index$2_RemoveCollectionsResponse = RemoveCollectionsResponse;
|
|
5793
|
+
type index$2_RemoveRaindropResponse = RemoveRaindropResponse;
|
|
5794
|
+
type index$2_RemoveRaindropResponseItem = RemoveRaindropResponseItem;
|
|
5795
|
+
type index$2_RemoveRaindropsRequest = RemoveRaindropsRequest;
|
|
5796
|
+
type index$2_RemoveRaindropsResponse = RemoveRaindropsResponse;
|
|
5797
|
+
type index$2_RemoveTagsFromCollectionRequest = RemoveTagsFromCollectionRequest;
|
|
5798
|
+
type index$2_RenameOrMergeTagsRequest = RenameOrMergeTagsRequest;
|
|
5799
|
+
type index$2_ReorderAllCollectionsRequest = ReorderAllCollectionsRequest;
|
|
5800
|
+
type index$2_Role = Role;
|
|
5801
|
+
type index$2_SearchCoversResponse = SearchCoversResponse;
|
|
5802
|
+
type index$2_SearchCoversResponseItemsInner = SearchCoversResponseItemsInner;
|
|
5803
|
+
type index$2_SearchCoversResponseItemsInnerIconsInner = SearchCoversResponseItemsInnerIconsInner;
|
|
5804
|
+
type index$2_ShareCollectionRequest = ShareCollectionRequest;
|
|
5805
|
+
type index$2_ShareCollectionResponse = ShareCollectionResponse;
|
|
5806
|
+
type index$2_SimpleResponse = SimpleResponse;
|
|
5807
|
+
type index$2_SuggestForExistingBookmarkResponse = SuggestForExistingBookmarkResponse;
|
|
5808
|
+
type index$2_SuggestForNewBookmarkRequest = SuggestForNewBookmarkRequest;
|
|
5809
|
+
type index$2_SuggestForNewBookmarkResponse = SuggestForNewBookmarkResponse;
|
|
5810
|
+
type index$2_TagApi = TagApi;
|
|
5811
|
+
declare const index$2_TagApi: typeof TagApi;
|
|
5812
|
+
declare const index$2_TagApiAxiosParamCreator: typeof TagApiAxiosParamCreator;
|
|
5813
|
+
declare const index$2_TagApiFactory: typeof TagApiFactory;
|
|
5814
|
+
declare const index$2_TagApiFp: typeof TagApiFp;
|
|
5815
|
+
type index$2_TokenErrorResponse = TokenErrorResponse;
|
|
5816
|
+
type index$2_TokenResponse = TokenResponse;
|
|
5817
|
+
type index$2_TokenResponseTokenTypeEnum = TokenResponseTokenTypeEnum;
|
|
5818
|
+
type index$2_UpdateCollectionRequest = UpdateCollectionRequest;
|
|
5819
|
+
type index$2_UpdateCollectionResponse = UpdateCollectionResponse;
|
|
5820
|
+
type index$2_UpdateCurrentUserRequest = UpdateCurrentUserRequest;
|
|
5821
|
+
type index$2_UpdateCurrentUserRequestGroupsInner = UpdateCurrentUserRequestGroupsInner;
|
|
5822
|
+
type index$2_UpdateCurrentUserResponse = UpdateCurrentUserResponse;
|
|
5823
|
+
type index$2_UpdateRaindropResponse = UpdateRaindropResponse;
|
|
5824
|
+
type index$2_UpdateRaindropResponseItem = UpdateRaindropResponseItem;
|
|
5825
|
+
type index$2_UpdateRaindropsRequest = UpdateRaindropsRequest;
|
|
5826
|
+
type index$2_UpdateRaindropsRequestCollection = UpdateRaindropsRequestCollection;
|
|
5827
|
+
type index$2_UpdateRaindropsResponse = UpdateRaindropsResponse;
|
|
5828
|
+
type index$2_UploadCollectionCoverResponse = UploadCollectionCoverResponse;
|
|
5829
|
+
type index$2_UploadCollectionCoverResponseItem = UploadCollectionCoverResponseItem;
|
|
5830
|
+
type index$2_UploadFileResponse = UploadFileResponse;
|
|
5831
|
+
type index$2_UploadFileResponseItem = UploadFileResponseItem;
|
|
5832
|
+
type index$2_UploadFileResponseItemFile = UploadFileResponseItemFile;
|
|
5833
|
+
type index$2_UploadRaindropCoverResponse = UploadRaindropCoverResponse;
|
|
5834
|
+
type index$2_UploadRaindropCoverResponseItem = UploadRaindropCoverResponseItem;
|
|
5835
|
+
type index$2_User = User;
|
|
5836
|
+
type index$2_UserApi = UserApi;
|
|
5837
|
+
declare const index$2_UserApi: typeof UserApi;
|
|
5838
|
+
declare const index$2_UserApiAxiosParamCreator: typeof UserApiAxiosParamCreator;
|
|
5839
|
+
declare const index$2_UserApiFactory: typeof UserApiFactory;
|
|
5840
|
+
declare const index$2_UserApiFp: typeof UserApiFp;
|
|
5841
|
+
type index$2_UserConfig = UserConfig;
|
|
5842
|
+
type index$2_UserDropbox = UserDropbox;
|
|
5843
|
+
type index$2_UserFiles = UserFiles;
|
|
5844
|
+
type index$2_UserRef = UserRef;
|
|
5845
|
+
type index$2_UserTfa = UserTfa;
|
|
5846
|
+
declare namespace index$2 {
|
|
5847
|
+
export { type index$2_AcceptInvitation200Response as AcceptInvitation200Response, AuthenticationApi$1 as AuthenticationApi, index$2_AuthenticationApiAxiosParamCreator as AuthenticationApiAxiosParamCreator, index$2_AuthenticationApiFactory as AuthenticationApiFactory, index$2_AuthenticationApiFp as AuthenticationApiFp, type index$2_ChangeCollaboratorAccessLevelRequest as ChangeCollaboratorAccessLevelRequest, type index$2_CheckURLsExistRequest as CheckURLsExistRequest, type index$2_CheckURLsExistResponse as CheckURLsExistResponse, type index$2_CheckURLsExistResponseDuplicatesInner as CheckURLsExistResponseDuplicatesInner, type index$2_Collection as Collection, type index$2_CollectionAccess as CollectionAccess, CollectionApi$1 as CollectionApi, index$2_CollectionApiAxiosParamCreator as CollectionApiAxiosParamCreator, index$2_CollectionApiFactory as CollectionApiFactory, index$2_CollectionApiFp as CollectionApiFp, type index$2_CollectionRef as CollectionRef, type index$2_CollectionRefRefEnum as CollectionRefRefEnum, index$2_Configuration as Configuration, type index$2_ConfigurationParameters as ConfigurationParameters, type index$2_ConnectSocialNetworkProviderProviderEnum as ConnectSocialNetworkProviderProviderEnum, type index$2_CreateCollectionRequest as CreateCollectionRequest, type index$2_CreateCollectionResponse as CreateCollectionResponse, type index$2_CreateCollectionResponseItem as CreateCollectionResponseItem, type index$2_CreateRaindropRequest as CreateRaindropRequest, type index$2_CreateRaindropRequestCollection as CreateRaindropRequestCollection, type index$2_CreateRaindropRequestHighlightsInner as CreateRaindropRequestHighlightsInner, type index$2_CreateRaindropResponse as CreateRaindropResponse, type index$2_CreateRaindropResponseItem as CreateRaindropResponseItem, type index$2_CreateRaindropResponseItemMediaInner as CreateRaindropResponseItemMediaInner, type index$2_CreateRaindropsResponse as CreateRaindropsResponse, type index$2_CreatorRef as CreatorRef, type index$2_CreatorRefOneOf as CreatorRefOneOf, type index$2_DisconnectSocialNetworkProviderProviderEnum as DisconnectSocialNetworkProviderProviderEnum, index$2_FilterApi as FilterApi, index$2_FilterApiAxiosParamCreator as FilterApiAxiosParamCreator, index$2_FilterApiFactory as FilterApiFactory, index$2_FilterApiFp as FilterApiFp, type index$2_GetAllHighlightsResponse as GetAllHighlightsResponse, type index$2_GetAllHighlightsResponseItemsInner as GetAllHighlightsResponseItemsInner, type index$2_GetChildCollectionsResponse as GetChildCollectionsResponse, type index$2_GetChildCollectionsResponseItemsInner as GetChildCollectionsResponseItemsInner, type index$2_GetCollectionResponse as GetCollectionResponse, type index$2_GetCurrentUserResponse as GetCurrentUserResponse, type index$2_GetFeaturedCoversResponse as GetFeaturedCoversResponse, type index$2_GetFeaturedCoversResponseItemsInner as GetFeaturedCoversResponseItemsInner, type index$2_GetFiltersResponse as GetFiltersResponse, type index$2_GetFiltersResponseCreatedInner as GetFiltersResponseCreatedInner, type index$2_GetFiltersTagsSortEnum as GetFiltersTagsSortEnum, type index$2_GetHighlightsInCollectionResponse as GetHighlightsInCollectionResponse, type index$2_GetOrRefreshToken200Response as GetOrRefreshToken200Response, type index$2_GetOrRefreshTokenRequest as GetOrRefreshTokenRequest, type index$2_GetPublicUserByNameResponse as GetPublicUserByNameResponse, type index$2_GetPublicUserByNameResponseUser as GetPublicUserByNameResponseUser, type index$2_GetPublicUserByNameResponseUserConfig as GetPublicUserByNameResponseUserConfig, type index$2_GetRaindropResponse as GetRaindropResponse, type index$2_GetRaindropResponseItem as GetRaindropResponseItem, type index$2_GetRaindropResponseItemHighlightsInner as GetRaindropResponseItemHighlightsInner, type index$2_GetRaindropsResponse as GetRaindropsResponse, type index$2_GetRootCollectionsResponse as GetRootCollectionsResponse, type index$2_GetSystemCollectionStatsResponse as GetSystemCollectionStatsResponse, type index$2_GetSystemCollectionStatsResponseItemsInner as GetSystemCollectionStatsResponseItemsInner, type index$2_GetSystemCollectionStatsResponseMeta as GetSystemCollectionStatsResponseMeta, type index$2_GetTagsInCollectionResponse as GetTagsInCollectionResponse, type index$2_Group as Group, index$2_HighlightApi as HighlightApi, index$2_HighlightApiAxiosParamCreator as HighlightApiAxiosParamCreator, index$2_HighlightApiFactory as HighlightApiFactory, index$2_HighlightApiFp as HighlightApiFp, index$2_ImportApi as ImportApi, index$2_ImportApiAxiosParamCreator as ImportApiAxiosParamCreator, index$2_ImportApiFactory as ImportApiFactory, index$2_ImportApiFp as ImportApiFp, type index$2_ImportHTMLBookmarkFileResponse as ImportHTMLBookmarkFileResponse, type index$2_ImportHTMLBookmarkFileResponseCount as ImportHTMLBookmarkFileResponseCount, type index$2_ImportHTMLBookmarkFileResponseItemBookmark as ImportHTMLBookmarkFileResponseItemBookmark, type index$2_ImportHTMLBookmarkFileResponseItemFolder as ImportHTMLBookmarkFileResponseItemFolder, type index$2_MergeCollectionsRequest as MergeCollectionsRequest, type index$2_MergeCollectionsResponse as MergeCollectionsResponse, type index$2_ObtainToken as ObtainToken, type index$2_ObtainTokenGrantTypeEnum as ObtainTokenGrantTypeEnum, type index$2_ParseURLResponse as ParseURLResponse, type index$2_ParseURLResponseItem as ParseURLResponseItem, type index$2_ParseURLResponseItemMediaInner as ParseURLResponseItemMediaInner, type index$2_ParseURLResponseItemMeta as ParseURLResponseItemMeta, RaindropApi$1 as RaindropApi, index$2_RaindropApiAxiosParamCreator as RaindropApiAxiosParamCreator, index$2_RaindropApiFactory as RaindropApiFactory, index$2_RaindropApiFp as RaindropApiFp, type index$2_RefreshToken as RefreshToken, type index$2_RefreshTokenGrantTypeEnum as RefreshTokenGrantTypeEnum, type index$2_RemoveAllEmptyCollectionsResponse as RemoveAllEmptyCollectionsResponse, type index$2_RemoveCollectionsRequest as RemoveCollectionsRequest, type index$2_RemoveCollectionsResponse as RemoveCollectionsResponse, type index$2_RemoveRaindropResponse as RemoveRaindropResponse, type index$2_RemoveRaindropResponseItem as RemoveRaindropResponseItem, type index$2_RemoveRaindropsRequest as RemoveRaindropsRequest, type index$2_RemoveRaindropsResponse as RemoveRaindropsResponse, type index$2_RemoveTagsFromCollectionRequest as RemoveTagsFromCollectionRequest, type index$2_RenameOrMergeTagsRequest as RenameOrMergeTagsRequest, type index$2_ReorderAllCollectionsRequest as ReorderAllCollectionsRequest, type index$2_Role as Role, type index$2_SearchCoversResponse as SearchCoversResponse, type index$2_SearchCoversResponseItemsInner as SearchCoversResponseItemsInner, type index$2_SearchCoversResponseItemsInnerIconsInner as SearchCoversResponseItemsInnerIconsInner, type index$2_ShareCollectionRequest as ShareCollectionRequest, type index$2_ShareCollectionResponse as ShareCollectionResponse, type index$2_SimpleResponse as SimpleResponse, type index$2_SuggestForExistingBookmarkResponse as SuggestForExistingBookmarkResponse, type index$2_SuggestForNewBookmarkRequest as SuggestForNewBookmarkRequest, type index$2_SuggestForNewBookmarkResponse as SuggestForNewBookmarkResponse, index$2_TagApi as TagApi, index$2_TagApiAxiosParamCreator as TagApiAxiosParamCreator, index$2_TagApiFactory as TagApiFactory, index$2_TagApiFp as TagApiFp, type index$2_TokenErrorResponse as TokenErrorResponse, type index$2_TokenResponse as TokenResponse, type index$2_TokenResponseTokenTypeEnum as TokenResponseTokenTypeEnum, type index$2_UpdateCollectionRequest as UpdateCollectionRequest, type index$2_UpdateCollectionResponse as UpdateCollectionResponse, type index$2_UpdateCurrentUserRequest as UpdateCurrentUserRequest, type index$2_UpdateCurrentUserRequestGroupsInner as UpdateCurrentUserRequestGroupsInner, type index$2_UpdateCurrentUserResponse as UpdateCurrentUserResponse, type index$2_UpdateRaindropResponse as UpdateRaindropResponse, type index$2_UpdateRaindropResponseItem as UpdateRaindropResponseItem, type index$2_UpdateRaindropsRequest as UpdateRaindropsRequest, type index$2_UpdateRaindropsRequestCollection as UpdateRaindropsRequestCollection, type index$2_UpdateRaindropsResponse as UpdateRaindropsResponse, type index$2_UploadCollectionCoverResponse as UploadCollectionCoverResponse, type index$2_UploadCollectionCoverResponseItem as UploadCollectionCoverResponseItem, type index$2_UploadFileResponse as UploadFileResponse, type index$2_UploadFileResponseItem as UploadFileResponseItem, type index$2_UploadFileResponseItemFile as UploadFileResponseItemFile, type index$2_UploadRaindropCoverResponse as UploadRaindropCoverResponse, type index$2_UploadRaindropCoverResponseItem as UploadRaindropCoverResponseItem, type index$2_User as User, index$2_UserApi as UserApi, index$2_UserApiAxiosParamCreator as UserApiAxiosParamCreator, index$2_UserApiFactory as UserApiFactory, index$2_UserApiFp as UserApiFp, type index$2_UserConfig as UserConfig, type index$2_UserDropbox as UserDropbox, type index$2_UserFiles as UserFiles, type index$2_UserRef as UserRef, type index$2_UserTfa as UserTfa };
|
|
5848
|
+
}
|
|
5849
|
+
|
|
5850
|
+
declare class AuthenticationApi extends AuthenticationApi$1 {
|
|
5851
|
+
/**
|
|
5852
|
+
* Wrapper function of {@link _AuthenticationApi.getOrRefreshToken} for token exchange.
|
|
5853
|
+
* @param request {@link ObtainToken} but without `grant_type` field.
|
|
5854
|
+
* @param options Axios request configuration.
|
|
5855
|
+
* @returns API response.
|
|
5856
|
+
*/
|
|
5857
|
+
exchangeToken(request: Omit<ObtainToken, "grant_type">, options?: AxiosRequestConfig<any>): Promise<AxiosResponse<TokenResponse, any>>;
|
|
5858
|
+
/**
|
|
5859
|
+
* Wrapper function of {@link _AuthenticationApi.getOrRefreshToken} for token refresh.
|
|
5860
|
+
* @param request {@link RefreshToken} but without `grant_type` field.
|
|
5861
|
+
* @param options Axios request configuration.
|
|
5862
|
+
* @returns API response.
|
|
5863
|
+
*/
|
|
5864
|
+
refreshToken(request: Omit<RefreshToken, "grant_type">, options?: AxiosRequestConfig<any>): Promise<AxiosResponse<TokenResponse, any>>;
|
|
5865
|
+
}
|
|
5866
|
+
|
|
5867
|
+
/**
|
|
5868
|
+
* Generic tree class.
|
|
5869
|
+
*/
|
|
5870
|
+
declare class TreeNode<T> {
|
|
5871
|
+
private _data;
|
|
5872
|
+
private _parent;
|
|
5873
|
+
private _children;
|
|
5874
|
+
/**
|
|
5875
|
+
* Create tree node.
|
|
5876
|
+
* @param data Node data.
|
|
5877
|
+
* @param children Initial tree children.
|
|
5878
|
+
*/
|
|
5879
|
+
constructor(data: T | null, children?: TreeNode<T>[]);
|
|
5880
|
+
get data(): T | null;
|
|
5881
|
+
get parent(): TreeNode<T> | null;
|
|
5882
|
+
set parent(parent: TreeNode<T>);
|
|
5883
|
+
isRoot(): boolean;
|
|
5884
|
+
get children(): TreeNode<T>[];
|
|
5885
|
+
/**
|
|
5886
|
+
* Add children to current node.
|
|
5887
|
+
* @param children Children nodes to append.
|
|
5888
|
+
*/
|
|
5889
|
+
addChildren(...children: TreeNode<T>[]): void;
|
|
5890
|
+
/**
|
|
5891
|
+
* Pre-order traverse this tree.
|
|
5892
|
+
* @param callbackFn Function to be called with traversing nodes.
|
|
5893
|
+
*/
|
|
5894
|
+
traverse(callbackFn: (node: TreeNode<T>) => void): void;
|
|
5895
|
+
}
|
|
5896
|
+
/**
|
|
5897
|
+
* Interface for building tree, {@link TreeNode}.
|
|
5898
|
+
*/
|
|
5899
|
+
interface TreeSource<D, T = D> {
|
|
5900
|
+
/** Raw data for referencing. */
|
|
5901
|
+
data: D;
|
|
5902
|
+
/** Get ID of source. */
|
|
5903
|
+
get id(): string;
|
|
5904
|
+
/** Return source' parent ID. Should return `null` if parent is root. */
|
|
5905
|
+
get parent(): string | null;
|
|
5906
|
+
/** Create {@link TreeNode} from current source. */
|
|
5907
|
+
toNode(): TreeNode<T>;
|
|
5908
|
+
}
|
|
5909
|
+
/**
|
|
5910
|
+
* Create the tree from sources.
|
|
5911
|
+
* @param data Data of root node.
|
|
5912
|
+
* @param source Array of sources.
|
|
5913
|
+
* @returns Root node of built tree.
|
|
5914
|
+
*/
|
|
5915
|
+
declare function makeTree<_, T>(data: T, source: TreeSource<_, T>[]): TreeNode<T>;
|
|
5916
|
+
|
|
5917
|
+
type tree_TreeNode<T> = TreeNode<T>;
|
|
5918
|
+
declare const tree_TreeNode: typeof TreeNode;
|
|
5919
|
+
type tree_TreeSource<D, T = D> = TreeSource<D, T>;
|
|
5920
|
+
declare const tree_makeTree: typeof makeTree;
|
|
5921
|
+
declare namespace tree {
|
|
5922
|
+
export { tree_TreeNode as TreeNode, type tree_TreeSource as TreeSource, tree_makeTree as makeTree };
|
|
5923
|
+
}
|
|
5924
|
+
|
|
5925
|
+
type GetRootCollectionsResponseItem = GetRootCollectionsResponse["items"][0];
|
|
5926
|
+
type GetChildCollectionsResponseItem = GetChildCollectionsResponse["items"][0];
|
|
5927
|
+
type CollectionItem = GetRootCollectionsResponseItem | GetChildCollectionsResponseItem;
|
|
5928
|
+
declare class CollectionApi extends CollectionApi$1 {
|
|
5929
|
+
/**
|
|
5930
|
+
* Create structured tree of collections.
|
|
5931
|
+
* @returns Root of tree.
|
|
5932
|
+
* @deprecated This function is deprecated and will be removed in a future release.
|
|
5933
|
+
*/
|
|
5934
|
+
getCollectionTree(): Promise<TreeNode<CollectionItem | null>>;
|
|
5935
|
+
}
|
|
5936
|
+
|
|
5937
|
+
type RaindropItem = GetRaindropsResponse["items"][0];
|
|
5938
|
+
interface GetAllRaindropsParams {
|
|
5939
|
+
/** Sort option. See https://developer.raindrop.io/v1/raindrops/multiple#common-parameters */
|
|
5940
|
+
sort?: string;
|
|
5941
|
+
/** Size of per page to fetch. Maximum 50 limited by Raindrop.io */
|
|
5942
|
+
pageSize?: number;
|
|
5943
|
+
/** Search query. See details at https://help.raindrop.io/using-search/ */
|
|
5944
|
+
search?: string;
|
|
5945
|
+
}
|
|
5946
|
+
declare class RaindropApi extends RaindropApi$1 {
|
|
5947
|
+
/**
|
|
5948
|
+
* Fetch all raindrops of a collection.
|
|
5949
|
+
* @param collectionId ID of collection.
|
|
5950
|
+
* @param params Request parameters.
|
|
5951
|
+
* @param options Axios request config.
|
|
5952
|
+
* @returns Array of raindrops.
|
|
5953
|
+
* @deprecated This function is deprecated and will be removed in a future release.
|
|
5954
|
+
*/
|
|
5955
|
+
getAllRaindrops(collectionId?: number, params?: GetAllRaindropsParams, options?: AxiosRequestConfig<any>): Promise<RaindropItem[]>;
|
|
5956
|
+
}
|
|
5957
|
+
|
|
5958
|
+
/**
|
|
5959
|
+
* Raindrop API set.
|
|
5960
|
+
*
|
|
5961
|
+
* You can provide auth credentials via `new Configuration({accessToken: ...})` or headers in Axios instances.
|
|
5962
|
+
*/
|
|
5963
|
+
declare class Raindrop {
|
|
5964
|
+
/** Axios client instance. If not set, will use default Axios instance. */
|
|
5965
|
+
readonly client: AxiosInstance;
|
|
5966
|
+
/** API global configurations. */
|
|
5967
|
+
readonly configuration: Configuration;
|
|
5968
|
+
readonly auth: AuthenticationApi;
|
|
5969
|
+
readonly user: UserApi;
|
|
5970
|
+
readonly collection: CollectionApi;
|
|
5971
|
+
readonly filter: FilterApi;
|
|
5972
|
+
readonly highlight: HighlightApi;
|
|
5973
|
+
readonly import: ImportApi;
|
|
5974
|
+
readonly raindrop: RaindropApi;
|
|
5975
|
+
readonly tag: TagApi;
|
|
5976
|
+
constructor(configuration?: Configuration, client?: AxiosInstance);
|
|
5977
|
+
}
|
|
5978
|
+
|
|
5979
|
+
type index$1_Raindrop = Raindrop;
|
|
5980
|
+
declare const index$1_Raindrop: typeof Raindrop;
|
|
5981
|
+
declare namespace index$1 {
|
|
5982
|
+
export { index$1_Raindrop as Raindrop };
|
|
5983
|
+
}
|
|
5984
|
+
|
|
5985
|
+
declare const index_tree: typeof tree;
|
|
5986
|
+
declare namespace index {
|
|
5987
|
+
export { index_tree as tree };
|
|
5988
|
+
}
|
|
5989
|
+
|
|
5990
|
+
declare const _default: typeof Raindrop;
|
|
5991
|
+
|
|
5992
|
+
export { index$1 as client, _default as default, index$2 as generated, index as utils };
|