@onereach/types-contacts-api 9.1.0 → 9.1.1-beta.5264.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.
@@ -358,4 +358,3 @@ export interface SharedBookContactPermissionParamsDto extends ReturnType<typeof
358
358
  export interface UpdateSharedBookContactPermissionDto extends CreateSharedBookContactPermissionDto {
359
359
  }
360
360
  export {};
361
- export const DB_TARGET_VERSION = '1';
package/dist/cjs/index.js CHANGED
@@ -40,4 +40,3 @@ var SharedBookStatus;
40
40
  SharedBookStatus["deletedFromTarget"] = "deletedFromTarget";
41
41
  SharedBookStatus["deletedFromSource"] = "deletedFromSource";
42
42
  })(SharedBookStatus || (exports.SharedBookStatus = SharedBookStatus = {}));
43
- exports.DB_TARGET_VERSION = '1';
@@ -358,4 +358,3 @@ export interface SharedBookContactPermissionParamsDto extends ReturnType<typeof
358
358
  export interface UpdateSharedBookContactPermissionDto extends CreateSharedBookContactPermissionDto {
359
359
  }
360
360
  export {};
361
- export const DB_TARGET_VERSION = '1';
package/dist/esm/index.js CHANGED
@@ -37,4 +37,3 @@ export var SharedBookStatus;
37
37
  SharedBookStatus["deletedFromTarget"] = "deletedFromTarget";
38
38
  SharedBookStatus["deletedFromSource"] = "deletedFromSource";
39
39
  })(SharedBookStatus || (SharedBookStatus = {}));
40
- export var DB_TARGET_VERSION = '1';
package/package.json CHANGED
@@ -1,20 +1,11 @@
1
1
  {
2
2
  "name": "@onereach/types-contacts-api",
3
- "version": "9.1.0",
3
+ "version": "9.1.1-beta.5264.0",
4
4
  "description": "Generated types for Contacts Api",
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
- "scripts": {
10
- "prebuild": "rimraf ./dist",
11
- "build": "pnpm build:esm && pnpm build:cjs",
12
- "build:cjs": "tsc --project tsconfig.build.cjs.json",
13
- "build:db-versions": "ts-node --project tsconfig.scripts.json ./scripts/inject-versions.ts",
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"
17
- },
18
9
  "devDependencies": {
19
10
  "@types/node": "20.11.0",
20
11
  "js-yaml": "^4.1.0",
@@ -25,5 +16,13 @@
25
16
  "publishConfig": {
26
17
  "access": "public"
27
18
  },
28
- "gitHead": "356359609e5dc66f35437e476b65d3a35b4c0a41"
29
- }
19
+ "scripts": {
20
+ "prebuild": "rimraf ./dist",
21
+ "build": "pnpm build:esm && pnpm build:cjs",
22
+ "build:cjs": "tsc --project tsconfig.build.cjs.json",
23
+ "build:db-versions": "ts-node --project tsconfig.scripts.json ./scripts/inject-versions.ts",
24
+ "build:esm": "tsc --project tsconfig.build.esm.json",
25
+ "build:types": "pnpm generate && pnpm build && pnpm build:db-versions",
26
+ "generate": "ts-node ./src/generate-types.ts"
27
+ }
28
+ }
@@ -1 +0,0 @@
1
- {"target":"1","description":"While upgrading the target db version value add `previous` key to DB_VERSIONS, as an array of objects describing \"previous\" version. Example: DB_VERSIONS:\n target : '1'\n previous:\n - dbVersion : '2'\n contactsVersion : '5.16.1'\n - dbVersion : '1'\n contactsVersion : '5.0.0'\n"}