@types/chartmogul-node 1.0.2 → 2.0.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.
chartmogul-node/README.md CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for chartmogul-node (https://github.com/c
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/chartmogul-node.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Thu, 08 Jul 2021 09:07:13 GMT
11
+ * Last updated: Thu, 17 Mar 2022 09:01:42 GMT
12
12
  * Dependencies: none
13
13
  * Global values: none
14
14
 
@@ -1,4 +1,4 @@
1
- // Type definitions for chartmogul-node 1.0
1
+ // Type definitions for chartmogul-node 2.0
2
2
  // Project: https://github.com/chartmogul/chartmogul-node
3
3
  // Definitions by: ChartMogul <https://github.com/chartmogul>
4
4
  // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
@@ -10,9 +10,8 @@ export class Config {
10
10
  API_BASE: string;
11
11
  retries: number;
12
12
 
13
- constructor(token: string, secret: string, base?: string);
13
+ constructor(token: string, base?: string);
14
14
  getAccountToken(): string;
15
- getSecretKey(): string;
16
15
  }
17
16
 
18
17
  export namespace Ping {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/chartmogul-node",
3
- "version": "1.0.2",
3
+ "version": "2.0.0",
4
4
  "description": "TypeScript definitions for chartmogul-node",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/chartmogul-node",
6
6
  "license": "MIT",
@@ -20,6 +20,6 @@
20
20
  },
21
21
  "scripts": {},
22
22
  "dependencies": {},
23
- "typesPublisherContentHash": "93bca2ce44f62590fac352397ab0e7b49dd14c2859341d2007c261c374124a83",
24
- "typeScriptVersion": "3.6"
23
+ "typesPublisherContentHash": "18b0191a40c5165c6e78f01a4bfd35057fbfee28118aadab8e2a3b109c3d4612",
24
+ "typeScriptVersion": "3.9"
25
25
  }