@doist/todoist-api-typescript 4.0.0-alpha.3 → 4.0.0-alpha.4

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.
@@ -13,7 +13,7 @@ export declare const ENDPOINT_REST_COMMENTS = "comments";
13
13
  export declare const ENDPOINT_REST_TASK_CLOSE = "close";
14
14
  export declare const ENDPOINT_REST_TASK_REOPEN = "reopen";
15
15
  export declare const ENDPOINT_REST_PROJECT_COLLABORATORS = "collaborators";
16
- export declare const ENDPOINT_SYNC_QUICK_ADD = "quick";
16
+ export declare const ENDPOINT_SYNC_QUICK_ADD: string;
17
17
  export declare const ENDPOINT_SYNC = "sync";
18
18
  export declare const ENDPOINT_AUTHORIZATION = "authorize";
19
19
  export declare const ENDPOINT_GET_TOKEN = "access_token";
@@ -29,7 +29,7 @@ exports.ENDPOINT_REST_COMMENTS = 'comments';
29
29
  exports.ENDPOINT_REST_TASK_CLOSE = 'close';
30
30
  exports.ENDPOINT_REST_TASK_REOPEN = 'reopen';
31
31
  exports.ENDPOINT_REST_PROJECT_COLLABORATORS = 'collaborators';
32
- exports.ENDPOINT_SYNC_QUICK_ADD = 'quick';
32
+ exports.ENDPOINT_SYNC_QUICK_ADD = exports.ENDPOINT_REST_TASKS + '/quick';
33
33
  exports.ENDPOINT_SYNC = 'sync';
34
34
  exports.ENDPOINT_AUTHORIZATION = 'authorize';
35
35
  exports.ENDPOINT_GET_TOKEN = 'access_token';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@doist/todoist-api-typescript",
3
- "version": "4.0.0-alpha.3",
3
+ "version": "4.0.0-alpha.4",
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",