@onereach/types-contacts-api 5.38.1-beta.3708.0 → 5.38.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.
@@ -218,7 +218,8 @@ export interface MigrationStateResponseDto {
218
218
  export declare enum MigrationState {
219
219
  InProgress = "InProgress",
220
220
  ToDo = "ToDo",
221
- Done = "Done"
221
+ Done = "Done",
222
+ NotStarted = "NotStarted"
222
223
  }
223
224
  export interface MigrationListResponseDto {
224
225
  status: MigrationStatus;
package/dist/cjs/index.js CHANGED
@@ -24,6 +24,7 @@ var MigrationState;
24
24
  MigrationState["InProgress"] = "InProgress";
25
25
  MigrationState["ToDo"] = "ToDo";
26
26
  MigrationState["Done"] = "Done";
27
+ MigrationState["NotStarted"] = "NotStarted";
27
28
  })(MigrationState || (exports.MigrationState = MigrationState = {}));
28
29
  var MigrationStatus;
29
30
  (function (MigrationStatus) {
@@ -218,7 +218,8 @@ export interface MigrationStateResponseDto {
218
218
  export declare enum MigrationState {
219
219
  InProgress = "InProgress",
220
220
  ToDo = "ToDo",
221
- Done = "Done"
221
+ Done = "Done",
222
+ NotStarted = "NotStarted"
222
223
  }
223
224
  export interface MigrationListResponseDto {
224
225
  status: MigrationStatus;
package/dist/esm/index.js CHANGED
@@ -21,6 +21,7 @@ export var MigrationState;
21
21
  MigrationState["InProgress"] = "InProgress";
22
22
  MigrationState["ToDo"] = "ToDo";
23
23
  MigrationState["Done"] = "Done";
24
+ MigrationState["NotStarted"] = "NotStarted";
24
25
  })(MigrationState || (MigrationState = {}));
25
26
  export var MigrationStatus;
26
27
  (function (MigrationStatus) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/types-contacts-api",
3
- "version": "5.38.1-beta.3708.0",
3
+ "version": "5.38.1",
4
4
  "description": "Generated types for Contacts Api",
5
5
  "author": "OneReach.ai",
6
6
  "main": "dist/cjs/index.js",
@@ -24,5 +24,6 @@
24
24
  },
25
25
  "publishConfig": {
26
26
  "access": "public"
27
- }
27
+ },
28
+ "gitHead": "25ec1101b8a810f4e0839f4b914e4426eed12dfa"
28
29
  }