@onereach/types-contacts-api 5.21.2 → 5.22.1

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@onereach/types-contacts-api",
3
3
  "description": "Generated types for Contacts Api",
4
- "version": "5.21.2",
4
+ "version": "5.22.1",
5
5
  "author": "OneReach.ai",
6
6
  "main": "dist/cjs/index.js",
7
7
  "module": "dist/esm/index.js",
@@ -25,5 +25,5 @@
25
25
  "ts-morph": "17.0.1",
26
26
  "ts-node": "10.9.1"
27
27
  },
28
- "gitHead": "3262ac5767b9607420cdebc416f20d62a61ebd2d"
28
+ "gitHead": "f864458708bb58c9c7afd761dcd136d3fd572e29"
29
29
  }
@@ -21,9 +21,12 @@ const typesTsconfig = path.resolve(ROOT, 'tsconfig.json');
21
21
  const utilsTypes = path.resolve(__dirname, 'swagger-type-mock.ts');
22
22
  const rawTypes = path.resolve(ROOT, 'tmp/index.ts');
23
23
 
24
+ // nosemgrep
24
25
  if (fs.existsSync(TYPES_DIST)) {
26
+ // nosemgrep
25
27
  fs.rmSync(TYPES_DIST, { recursive: true });
26
28
  }
29
+ // nosemgrep
27
30
  fs.mkdirSync(TYPES_DIST);
28
31
 
29
32
  const typesProject = new Project({