@lasuillard/raindrop-client 0.8.0 → 0.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (78) hide show
  1. package/dist/{src/generated/api.d.ts → index.d.mts} +638 -206
  2. package/dist/index.d.ts +5992 -0
  3. package/dist/index.js +3872 -0
  4. package/dist/index.mjs +3839 -0
  5. package/package.json +89 -79
  6. package/dist/index.cjs.js +0 -1
  7. package/dist/index.es.js +0 -1912
  8. package/dist/src/client/auth.d.ts +0 -18
  9. package/dist/src/client/client.d.ts +0 -25
  10. package/dist/src/client/collection.d.ts +0 -14
  11. package/dist/src/client/index.d.ts +0 -1
  12. package/dist/src/client/raindrop.d.ts +0 -23
  13. package/dist/src/generated/base.d.ts +0 -55
  14. package/dist/src/generated/common.d.ts +0 -54
  15. package/dist/src/generated/configuration.d.ts +0 -91
  16. package/dist/src/generated/index.d.ts +0 -13
  17. package/dist/src/index.d.ts +0 -6
  18. package/dist/src/utils/index.d.ts +0 -2
  19. package/dist/src/utils/tree.d.ts +0 -49
  20. package/dist/tests/__typechecks__/checkURLsExist.test-d.d.ts +0 -1
  21. package/dist/tests/__typechecks__/createCollection.test-d.d.ts +0 -1
  22. package/dist/tests/__typechecks__/createRaindrop.test-d.d.ts +0 -1
  23. package/dist/tests/__typechecks__/createRaindrops.test-d.d.ts +0 -1
  24. package/dist/tests/__typechecks__/emptyTrash.test-d.d.ts +0 -1
  25. package/dist/tests/__typechecks__/getAllHighlights.test-d.d.ts +0 -1
  26. package/dist/tests/__typechecks__/getChildCollections.test-d.d.ts +0 -1
  27. package/dist/tests/__typechecks__/getCollection.test-d.d.ts +0 -1
  28. package/dist/tests/__typechecks__/getCurrentUser.test-d.d.ts +0 -1
  29. package/dist/tests/__typechecks__/getFeaturedCovers.test-d.d.ts +0 -1
  30. package/dist/tests/__typechecks__/getFilters.test-d.d.ts +0 -1
  31. package/dist/tests/__typechecks__/getHighlightsInCollection.test-d.d.ts +0 -1
  32. package/dist/tests/__typechecks__/getPublicUserByName.test-d.d.ts +0 -1
  33. package/dist/tests/__typechecks__/getRaindrop.test-d.d.ts +0 -1
  34. package/dist/tests/__typechecks__/getRaindrops.test-d.d.ts +0 -1
  35. package/dist/tests/__typechecks__/getRootCollections.test-d.d.ts +0 -1
  36. package/dist/tests/__typechecks__/getSystemCollectionStats.test-d.d.ts +0 -1
  37. package/dist/tests/__typechecks__/getTagsInCollection.test-d.d.ts +0 -1
  38. package/dist/tests/__typechecks__/importHTMLBookmarkFile.test-d.d.ts +0 -1
  39. package/dist/tests/__typechecks__/mergeCollections.test-d.d.ts +0 -1
  40. package/dist/tests/__typechecks__/parseURL.test-d.d.ts +0 -1
  41. package/dist/tests/__typechecks__/removeAllEmptyCollections.test-d.d.ts +0 -1
  42. package/dist/tests/__typechecks__/removeCollection.test-d.d.ts +0 -1
  43. package/dist/tests/__typechecks__/removeCollections.test-d.d.ts +0 -1
  44. package/dist/tests/__typechecks__/removeRaindrop.test-d.d.ts +0 -1
  45. package/dist/tests/__typechecks__/removeRaindrops.test-d.d.ts +0 -1
  46. package/dist/tests/__typechecks__/removeTagsFromCollection.test-d.d.ts +0 -1
  47. package/dist/tests/__typechecks__/renameOrMergeTags.test-d.d.ts +0 -1
  48. package/dist/tests/__typechecks__/reorderAllCollections.test-d.d.ts +0 -1
  49. package/dist/tests/__typechecks__/searchCovers.test-d.d.ts +0 -1
  50. package/dist/tests/__typechecks__/shareCollection.test-d.d.ts +0 -1
  51. package/dist/tests/__typechecks__/updateCollection.test-d.d.ts +0 -1
  52. package/dist/tests/__typechecks__/updateCurrentUser.test-d.d.ts +0 -1
  53. package/dist/tests/__typechecks__/updateRaindrop.test-d.d.ts +0 -1
  54. package/dist/tests/__typechecks__/updateRaindrops.test-d.d.ts +0 -1
  55. package/dist/tests/__typechecks__/uploadCollectionCover.test-d.d.ts +0 -1
  56. package/dist/tests/__typechecks__/uploadFile.test-d.d.ts +0 -1
  57. package/dist/tests/__typechecks__/uploadRaindropCover.test-d.d.ts +0 -1
  58. package/dist/tests/_helpers/axios.d.ts +0 -11
  59. package/dist/tests/_helpers/common.d.ts +0 -2
  60. package/dist/tests/_helpers/polly.d.ts +0 -5
  61. package/dist/tests/_helpers/raindrop.d.ts +0 -17
  62. package/dist/tests/_helpers/typechecks.d.ts +0 -14
  63. package/dist/tests/_helpers/utils.d.ts +0 -1
  64. package/dist/tests/_helpers/vitest.d.ts +0 -29
  65. package/dist/tests/client/auth.test.d.ts +0 -1
  66. package/dist/tests/client/client.test.d.ts +0 -1
  67. package/dist/tests/client/collection.test.d.ts +0 -1
  68. package/dist/tests/client/raindrop.test.d.ts +0 -1
  69. package/dist/tests/generated/auth.test.d.ts +0 -1
  70. package/dist/tests/generated/collection.test.d.ts +0 -1
  71. package/dist/tests/generated/filter.test.d.ts +0 -1
  72. package/dist/tests/generated/highlight.test.d.ts +0 -1
  73. package/dist/tests/generated/import.test.d.ts +0 -1
  74. package/dist/tests/generated/raindrop.test.d.ts +0 -1
  75. package/dist/tests/generated/tag.test.d.ts +0 -1
  76. package/dist/tests/generated/user.test.d.ts +0 -1
  77. package/dist/tests/setup.d.ts +0 -1
  78. package/dist/tests/utils/tree.test.d.ts +0 -1
@@ -1,18 +0,0 @@
1
- import { AxiosRequestConfig, AxiosResponse } from 'axios';
2
- import { AuthenticationApi as _AuthenticationApi, ObtainToken, RefreshToken, TokenResponse } from '../generated';
3
- export declare class AuthenticationApi extends _AuthenticationApi {
4
- /**
5
- * Wrapper function of {@link _AuthenticationApi.getOrRefreshToken} for token exchange.
6
- * @param request {@link ObtainToken} but without `grant_type` field.
7
- * @param options Axios request configuration.
8
- * @returns API response.
9
- */
10
- exchangeToken(request: Omit<ObtainToken, "grant_type">, options?: AxiosRequestConfig<any>): Promise<AxiosResponse<TokenResponse, any>>;
11
- /**
12
- * Wrapper function of {@link _AuthenticationApi.getOrRefreshToken} for token refresh.
13
- * @param request {@link RefreshToken} but without `grant_type` field.
14
- * @param options Axios request configuration.
15
- * @returns API response.
16
- */
17
- refreshToken(request: Omit<RefreshToken, "grant_type">, options?: AxiosRequestConfig<any>): Promise<AxiosResponse<TokenResponse, any>>;
18
- }
@@ -1,25 +0,0 @@
1
- import { AxiosInstance } from 'axios';
2
- import { Configuration, FilterApi, HighlightApi, ImportApi, TagApi, UserApi } from '../generated';
3
- import { AuthenticationApi } from './auth';
4
- import { CollectionApi } from './collection';
5
- import { RaindropApi } from './raindrop';
6
- /**
7
- * Raindrop API set.
8
- *
9
- * You can provide auth credentials via `new Configuration({accessToken: ...})` or headers in Axios instances.
10
- */
11
- export declare class Raindrop {
12
- /** Axios client instance. If not set, will use default Axios instance. */
13
- readonly client: AxiosInstance;
14
- /** API global configurations. */
15
- readonly configuration: Configuration;
16
- readonly auth: AuthenticationApi;
17
- readonly user: UserApi;
18
- readonly collection: CollectionApi;
19
- readonly filter: FilterApi;
20
- readonly highlight: HighlightApi;
21
- readonly import: ImportApi;
22
- readonly raindrop: RaindropApi;
23
- readonly tag: TagApi;
24
- constructor(configuration?: Configuration, client?: AxiosInstance);
25
- }
@@ -1,14 +0,0 @@
1
- import { CollectionApi as _CollectionApi, GetChildCollectionsResponse, GetRootCollectionsResponse } from '../generated';
2
- import { TreeNode } from '../utils/tree';
3
- type GetRootCollectionsResponseItem = GetRootCollectionsResponse["items"][0];
4
- type GetChildCollectionsResponseItem = GetChildCollectionsResponse["items"][0];
5
- export type CollectionItem = GetRootCollectionsResponseItem | GetChildCollectionsResponseItem;
6
- export declare class CollectionApi extends _CollectionApi {
7
- /**
8
- * Create structured tree of collections.
9
- * @returns Root of tree.
10
- * @deprecated This function is deprecated and will be removed in a future release.
11
- */
12
- getCollectionTree(): Promise<TreeNode<CollectionItem | null>>;
13
- }
14
- export {};
@@ -1 +0,0 @@
1
- export { Raindrop } from './client';
@@ -1,23 +0,0 @@
1
- import { AxiosRequestConfig } from 'axios';
2
- import { RaindropApi as _RaindropApi, GetRaindropsResponse } from '../generated';
3
- type RaindropItem = GetRaindropsResponse["items"][0];
4
- export interface GetAllRaindropsParams {
5
- /** Sort option. See https://developer.raindrop.io/v1/raindrops/multiple#common-parameters */
6
- sort?: string;
7
- /** Size of per page to fetch. Maximum 50 limited by Raindrop.io */
8
- pageSize?: number;
9
- /** Search query. See details at https://help.raindrop.io/using-search/ */
10
- search?: string;
11
- }
12
- export declare class RaindropApi extends _RaindropApi {
13
- /**
14
- * Fetch all raindrops of a collection.
15
- * @param collectionId ID of collection.
16
- * @param params Request parameters.
17
- * @param options Axios request config.
18
- * @returns Array of raindrops.
19
- * @deprecated This function is deprecated and will be removed in a future release.
20
- */
21
- getAllRaindrops(collectionId?: number, params?: GetAllRaindropsParams, options?: AxiosRequestConfig<any>): Promise<RaindropItem[]>;
22
- }
23
- export {};
@@ -1,55 +0,0 @@
1
- import { Configuration } from './configuration';
2
- import { AxiosInstance, RawAxiosRequestConfig } from 'axios';
3
- export declare const BASE_PATH: string;
4
- /**
5
- *
6
- * @export
7
- */
8
- export declare const COLLECTION_FORMATS: {
9
- csv: string;
10
- ssv: string;
11
- tsv: string;
12
- pipes: string;
13
- };
14
- /**
15
- *
16
- * @export
17
- * @interface RequestArgs
18
- */
19
- export interface RequestArgs {
20
- url: string;
21
- options: RawAxiosRequestConfig;
22
- }
23
- /**
24
- *
25
- * @export
26
- * @class BaseAPI
27
- */
28
- export declare class BaseAPI {
29
- protected basePath: string;
30
- protected axios: AxiosInstance;
31
- protected configuration: Configuration | undefined;
32
- constructor(configuration?: Configuration, basePath?: string, axios?: AxiosInstance);
33
- }
34
- /**
35
- *
36
- * @export
37
- * @class RequiredError
38
- * @extends {Error}
39
- */
40
- export declare class RequiredError extends Error {
41
- field: string;
42
- constructor(field: string, msg?: string);
43
- }
44
- interface ServerMap {
45
- [key: string]: {
46
- url: string;
47
- description: string;
48
- }[];
49
- }
50
- /**
51
- *
52
- * @export
53
- */
54
- export declare const operationServerMap: ServerMap;
55
- export {};
@@ -1,54 +0,0 @@
1
- import { Configuration } from './configuration';
2
- import { RequestArgs } from './base';
3
- import { AxiosInstance, AxiosResponse } from 'axios';
4
- /**
5
- *
6
- * @export
7
- */
8
- export declare const DUMMY_BASE_URL = "https://example.com";
9
- /**
10
- *
11
- * @throws {RequiredError}
12
- * @export
13
- */
14
- export declare const assertParamExists: (functionName: string, paramName: string, paramValue: unknown) => void;
15
- /**
16
- *
17
- * @export
18
- */
19
- export declare const setApiKeyToObject: (object: any, keyParamName: string, configuration?: Configuration) => Promise<void>;
20
- /**
21
- *
22
- * @export
23
- */
24
- export declare const setBasicAuthToObject: (object: any, configuration?: Configuration) => void;
25
- /**
26
- *
27
- * @export
28
- */
29
- export declare const setBearerAuthToObject: (object: any, configuration?: Configuration) => Promise<void>;
30
- /**
31
- *
32
- * @export
33
- */
34
- export declare const setOAuthToObject: (object: any, name: string, scopes: string[], configuration?: Configuration) => Promise<void>;
35
- /**
36
- *
37
- * @export
38
- */
39
- export declare const setSearchParams: (url: URL, ...objects: any[]) => void;
40
- /**
41
- *
42
- * @export
43
- */
44
- export declare const serializeDataIfNeeded: (value: any, requestOptions: any, configuration?: Configuration) => any;
45
- /**
46
- *
47
- * @export
48
- */
49
- export declare const toPathString: (url: URL) => string;
50
- /**
51
- *
52
- * @export
53
- */
54
- export declare const createRequestFunction: (axiosArgs: RequestArgs, globalAxios: AxiosInstance, BASE_PATH: string, configuration?: Configuration) => <T = unknown, R = AxiosResponse<T>>(axios?: AxiosInstance, basePath?: string) => Promise<R>;
@@ -1,91 +0,0 @@
1
- /**
2
- * Raindrop API (Unofficial)
3
- * **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.
4
- *
5
- * The version of the OpenAPI document: 0.1.0
6
- *
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- export interface ConfigurationParameters {
13
- apiKey?: string | Promise<string> | ((name: string) => string) | ((name: string) => Promise<string>);
14
- username?: string;
15
- password?: string;
16
- accessToken?: string | Promise<string> | ((name?: string, scopes?: string[]) => string) | ((name?: string, scopes?: string[]) => Promise<string>);
17
- basePath?: string;
18
- serverIndex?: number;
19
- baseOptions?: any;
20
- formDataCtor?: new () => any;
21
- }
22
- export declare class Configuration {
23
- /**
24
- * parameter for apiKey security
25
- * @param name security name
26
- * @memberof Configuration
27
- */
28
- apiKey?: string | Promise<string> | ((name: string) => string) | ((name: string) => Promise<string>);
29
- /**
30
- * parameter for basic security
31
- *
32
- * @type {string}
33
- * @memberof Configuration
34
- */
35
- username?: string;
36
- /**
37
- * parameter for basic security
38
- *
39
- * @type {string}
40
- * @memberof Configuration
41
- */
42
- password?: string;
43
- /**
44
- * parameter for oauth2 security
45
- * @param name security name
46
- * @param scopes oauth2 scope
47
- * @memberof Configuration
48
- */
49
- accessToken?: string | Promise<string> | ((name?: string, scopes?: string[]) => string) | ((name?: string, scopes?: string[]) => Promise<string>);
50
- /**
51
- * override base path
52
- *
53
- * @type {string}
54
- * @memberof Configuration
55
- */
56
- basePath?: string;
57
- /**
58
- * override server index
59
- *
60
- * @type {number}
61
- * @memberof Configuration
62
- */
63
- serverIndex?: number;
64
- /**
65
- * base options for axios calls
66
- *
67
- * @type {any}
68
- * @memberof Configuration
69
- */
70
- baseOptions?: any;
71
- /**
72
- * The FormData constructor that will be used to create multipart form data
73
- * requests. You can inject this here so that execution environments that
74
- * do not support the FormData class can still run the generated client.
75
- *
76
- * @type {new () => FormData}
77
- */
78
- formDataCtor?: new () => any;
79
- constructor(param?: ConfigurationParameters);
80
- /**
81
- * Check if the given MIME is a JSON MIME.
82
- * JSON MIME examples:
83
- * application/json
84
- * application/json; charset=UTF8
85
- * APPLICATION/JSON
86
- * application/vnd.company+json
87
- * @param mime - MIME (Multipurpose Internet Mail Extensions)
88
- * @return True if the given MIME is JSON, false otherwise.
89
- */
90
- isJsonMime(mime: string): boolean;
91
- }
@@ -1,13 +0,0 @@
1
- /**
2
- * Raindrop API (Unofficial)
3
- * **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.
4
- *
5
- * The version of the OpenAPI document: 0.1.0
6
- *
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- export * from './api';
13
- export * from './configuration';
@@ -1,6 +0,0 @@
1
- import * as client from "./client";
2
- import * as generated from "./generated";
3
- import * as utils from "./utils";
4
- export { client, generated, utils };
5
- declare const _default: typeof client.Raindrop;
6
- export default _default;
@@ -1,2 +0,0 @@
1
- import * as tree from "./tree";
2
- export { tree };
@@ -1,49 +0,0 @@
1
- /**
2
- * Generic tree class.
3
- */
4
- export declare class TreeNode<T> {
5
- private _data;
6
- private _parent;
7
- private _children;
8
- /**
9
- * Create tree node.
10
- * @param data Node data.
11
- * @param children Initial tree children.
12
- */
13
- constructor(data: T | null, children?: TreeNode<T>[]);
14
- get data(): T | null;
15
- get parent(): TreeNode<T> | null;
16
- set parent(parent: TreeNode<T>);
17
- isRoot(): boolean;
18
- get children(): TreeNode<T>[];
19
- /**
20
- * Add children to current node.
21
- * @param children Children nodes to append.
22
- */
23
- addChildren(...children: TreeNode<T>[]): void;
24
- /**
25
- * Pre-order traverse this tree.
26
- * @param callbackFn Function to be called with traversing nodes.
27
- */
28
- traverse(callbackFn: (node: TreeNode<T>) => void): void;
29
- }
30
- /**
31
- * Interface for building tree, {@link TreeNode}.
32
- */
33
- export interface TreeSource<D, T = D> {
34
- /** Raw data for referencing. */
35
- data: D;
36
- /** Get ID of source. */
37
- get id(): string;
38
- /** Return source' parent ID. Should return `null` if parent is root. */
39
- get parent(): string | null;
40
- /** Create {@link TreeNode} from current source. */
41
- toNode(): TreeNode<T>;
42
- }
43
- /**
44
- * Create the tree from sources.
45
- * @param data Data of root node.
46
- * @param source Array of sources.
47
- * @returns Root node of built tree.
48
- */
49
- export declare function makeTree<_, T>(data: T, source: TreeSource<_, T>[]): TreeNode<T>;
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1,11 +0,0 @@
1
- import { Use } from '@vitest/runner';
2
- import { AxiosInstance } from 'axios';
3
- import { default as MockAdapter } from 'axios-mock-adapter';
4
- import { Raindrop } from '../../src/client';
5
- export declare function axiosInstance({}: {}, use: Use<AxiosInstance>): Promise<void>;
6
- export declare function mockAxios({ axiosInstance }: {
7
- axiosInstance: AxiosInstance;
8
- }, use: Use<MockAdapter>): Promise<void>;
9
- export declare function client({ axiosInstance }: {
10
- axiosInstance: AxiosInstance;
11
- }, use: Use<Raindrop>): Promise<void>;
@@ -1,2 +0,0 @@
1
- import { Task } from '@vitest/runner';
2
- export declare function taskId(task: Task): string;
@@ -1,5 +0,0 @@
1
- import { Polly } from '@pollyjs/core';
2
- import { Task, Use } from '@vitest/runner';
3
- export declare function polly({ task }: {
4
- task: Task;
5
- }, use: Use<Polly>): Promise<void>;
@@ -1,17 +0,0 @@
1
- import { Task, Use } from '@vitest/runner';
2
- import { Raindrop } from '../../src/client';
3
- import { CreateCollectionRequest, CreateCollectionResponse, CreateRaindropRequest, CreateRaindropResponse } from '../../src/generated';
4
- export declare function resetData({ client }: {
5
- client: Raindrop;
6
- }, use: Use<void>): Promise<void>;
7
- export declare function setupTools({ task, client }: {
8
- task: Task;
9
- client: Raindrop;
10
- }, use: Use<SetupTools>): Promise<void>;
11
- export declare class SetupTools {
12
- task: Task;
13
- client: Raindrop;
14
- constructor(task: Task, client: Raindrop);
15
- createCollection(args?: Partial<CreateCollectionRequest>): Promise<CreateCollectionResponse>;
16
- createRaindrop(args?: Partial<CreateRaindropRequest>): Promise<CreateRaindropResponse>;
17
- }
@@ -1,14 +0,0 @@
1
- import { Task, Use } from '@vitest/runner';
2
- export interface CreateTest {
3
- testId: string;
4
- type: string;
5
- value: string;
6
- }
7
- export interface RegisterHookArgs {
8
- type: string;
9
- }
10
- export type RegisterHook = (args: RegisterHookArgs) => void;
11
- export declare function generateTypeTest({ task }: {
12
- task: Task;
13
- }, use: Use<RegisterHook>): Promise<void>;
14
- export declare function generateAllTests(): Promise<void>;
@@ -1 +0,0 @@
1
- export declare function sleep(ms: number): Promise<unknown>;
@@ -1,29 +0,0 @@
1
- import { Polly } from '@pollyjs/core';
2
- import { AxiosInstance } from 'axios';
3
- import { default as MockAdapter } from 'axios-mock-adapter';
4
- import { Raindrop } from '../../src/client';
5
- import { polly } from './polly';
6
- import { SetupTools } from './raindrop';
7
- import { RegisterHook } from './typechecks';
8
- export declare const it: import('vitest').TestAPI<{
9
- axiosInstance: AxiosInstance;
10
- client: Raindrop;
11
- mockAxios: MockAdapter;
12
- polly: Polly | [typeof polly, {
13
- auto: true;
14
- }];
15
- generateTypeTest: RegisterHook;
16
- setupTools: SetupTools;
17
- resetData: void;
18
- }>;
19
- declare module "vitest" {
20
- interface TestContext {
21
- axiosInstance: AxiosInstance;
22
- mockAxios: MockAdapter;
23
- client: Raindrop;
24
- polly: Polly;
25
- generateTypeTest: RegisterHook;
26
- resetData: undefined;
27
- setupTools: SetupTools;
28
- }
29
- }
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};