@onereach/types-contacts-api 2.5.6 → 2.5.7
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/generate-types.ts
CHANGED
|
@@ -32,7 +32,7 @@ const apiProject = new Project({
|
|
|
32
32
|
});
|
|
33
33
|
|
|
34
34
|
|
|
35
|
-
const FILE = typesProject.createSourceFile('./dist/index.
|
|
35
|
+
const FILE = typesProject.createSourceFile('./dist/index.ts');
|
|
36
36
|
const SWAGGER_MOCK = typesProject.getSourceFile('./swagger-type-mock.ts');
|
|
37
37
|
|
|
38
38
|
function generateTypes() {
|
package/package.json
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onereach/types-contacts-api",
|
|
3
3
|
"description": "Generated types for Contacts Api",
|
|
4
|
-
"version": "2.5.
|
|
4
|
+
"version": "2.5.7",
|
|
5
5
|
"author": "OneReach.ai",
|
|
6
|
-
"
|
|
7
|
-
"main": "",
|
|
6
|
+
"main": "./dist/index.ts",
|
|
8
7
|
"publishConfig": {
|
|
9
8
|
"access": "public"
|
|
10
9
|
},
|
|
@@ -16,5 +15,5 @@
|
|
|
16
15
|
"ts-morph": "^17.0.1",
|
|
17
16
|
"ts-node": "^10.9.1"
|
|
18
17
|
},
|
|
19
|
-
"gitHead": "
|
|
18
|
+
"gitHead": "41b3cf2a06a2c49e9653df611b8bb345b38ea8c9"
|
|
20
19
|
}
|
|
File without changes
|