@onereach/types-contacts-api 5.32.0 → 5.32.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/dist/cjs/index.js CHANGED
@@ -6,7 +6,7 @@ var BatchProcessStatus;
6
6
  BatchProcessStatus["pending"] = "pending";
7
7
  BatchProcessStatus["success"] = "success";
8
8
  BatchProcessStatus["failed"] = "failed";
9
- })(BatchProcessStatus = exports.BatchProcessStatus || (exports.BatchProcessStatus = {}));
9
+ })(BatchProcessStatus || (exports.BatchProcessStatus = BatchProcessStatus = {}));
10
10
  var ColumnTypes;
11
11
  (function (ColumnTypes) {
12
12
  ColumnTypes["string"] = "string";
@@ -18,13 +18,13 @@ var ColumnTypes;
18
18
  ColumnTypes["array of identifiers"] = "array of identifiers";
19
19
  ColumnTypes["array of objects"] = "array of objects";
20
20
  ColumnTypes["array of strings"] = "array of strings";
21
- })(ColumnTypes = exports.ColumnTypes || (exports.ColumnTypes = {}));
21
+ })(ColumnTypes || (exports.ColumnTypes = ColumnTypes = {}));
22
22
  var MigrationState;
23
23
  (function (MigrationState) {
24
24
  MigrationState["InProgress"] = "InProgress";
25
25
  MigrationState["ToDo"] = "ToDo";
26
26
  MigrationState["Done"] = "Done";
27
- })(MigrationState = exports.MigrationState || (exports.MigrationState = {}));
27
+ })(MigrationState || (exports.MigrationState = MigrationState = {}));
28
28
  var SharedBookStatus;
29
29
  (function (SharedBookStatus) {
30
30
  SharedBookStatus["pending"] = "pending";
@@ -32,5 +32,5 @@ var SharedBookStatus;
32
32
  SharedBookStatus["canceled"] = "canceled";
33
33
  SharedBookStatus["deletedFromTarget"] = "deletedFromTarget";
34
34
  SharedBookStatus["deletedFromSource"] = "deletedFromSource";
35
- })(SharedBookStatus = exports.SharedBookStatus || (exports.SharedBookStatus = {}));
35
+ })(SharedBookStatus || (exports.SharedBookStatus = SharedBookStatus = {}));
36
36
  exports.DB_TARGET_VERSION = '1';
package/package.json CHANGED
@@ -1,29 +1,29 @@
1
1
  {
2
2
  "name": "@onereach/types-contacts-api",
3
+ "version": "5.32.1",
3
4
  "description": "Generated types for Contacts Api",
4
- "version": "5.32.0",
5
5
  "author": "OneReach.ai",
6
6
  "main": "dist/cjs/index.js",
7
7
  "module": "dist/esm/index.js",
8
8
  "types": "dist/esm/index.d.ts",
9
- "publishConfig": {
10
- "access": "public"
11
- },
12
9
  "scripts": {
13
10
  "prebuild": "rimraf ./dist",
14
11
  "build": "pnpm build:esm && pnpm build:cjs",
15
- "build:esm": "tsc --project tsconfig.build.esm.json",
16
12
  "build:cjs": "tsc --project tsconfig.build.cjs.json",
17
- "generate": "ts-node ./src/generate-types.ts",
18
13
  "build:db-versions": "ts-node --project tsconfig.scripts.json ./scripts/inject-versions.ts",
19
- "build:types": "pnpm generate && pnpm build && pnpm build:db-versions"
14
+ "build:esm": "tsc --project tsconfig.build.esm.json",
15
+ "build:types": "pnpm generate && pnpm build && pnpm build:db-versions",
16
+ "generate": "ts-node ./src/generate-types.ts"
20
17
  },
21
18
  "devDependencies": {
22
19
  "@types/node": "18.11.10",
23
20
  "js-yaml": "^4.1.0",
24
21
  "rimraf": "5.0.1",
25
22
  "ts-morph": "17.0.1",
26
- "ts-node": "10.9.1"
23
+ "ts-node": "10.9.2"
24
+ },
25
+ "publishConfig": {
26
+ "access": "public"
27
27
  },
28
- "gitHead": "02e176d5f2cc5f1ccda6957e62eeb012ae5e5cd0"
28
+ "gitHead": "13aed92134b02e97abfdbb1e526323a01fee480a"
29
29
  }