@doist/todoist-api-typescript 5.8.0 → 5.9.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@doist/todoist-api-typescript",
3
- "version": "5.8.0",
3
+ "version": "5.9.0",
4
4
  "description": "A typescript wrapper for the Todoist REST API.",
5
5
  "author": "Doist developers",
6
6
  "repository": "git@github.com:doist/todoist-api-typescript.git",
@@ -1,5 +0,0 @@
1
- import { AxiosResponse } from 'axios';
2
- import { HttpMethod } from './types/http';
3
- export declare function paramsSerializer(params: Record<string, unknown>): string;
4
- export declare function isSuccess(response: AxiosResponse): boolean;
5
- export declare function request<T>(httpMethod: HttpMethod, baseUri: string, relativePath: string, apiToken?: string, payload?: Record<string, unknown>, requestId?: string, hasSyncCommands?: boolean, customHeaders?: Record<string, string>): Promise<AxiosResponse<T>>;
File without changes
File without changes
File without changes
File without changes