@onereach/types-contacts-api 9.1.1-beta.5261.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,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/types-contacts-api",
3
- "version": "9.1.1-beta.5261.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",
@@ -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"}