@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 +1 -1
- chartmogul-node/index.d.ts +2 -3
- chartmogul-node/package.json +3 -3
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,
|
|
11
|
+
* Last updated: Thu, 17 Mar 2022 09:01:42 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
* Global values: none
|
|
14
14
|
|
chartmogul-node/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Type definitions for chartmogul-node
|
|
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,
|
|
13
|
+
constructor(token: string, base?: string);
|
|
14
14
|
getAccountToken(): string;
|
|
15
|
-
getSecretKey(): string;
|
|
16
15
|
}
|
|
17
16
|
|
|
18
17
|
export namespace Ping {
|
chartmogul-node/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/chartmogul-node",
|
|
3
|
-
"version": "
|
|
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": "
|
|
24
|
-
"typeScriptVersion": "3.
|
|
23
|
+
"typesPublisherContentHash": "18b0191a40c5165c6e78f01a4bfd35057fbfee28118aadab8e2a3b109c3d4612",
|
|
24
|
+
"typeScriptVersion": "3.9"
|
|
25
25
|
}
|