@harnessio/react-dbops-service-client 0.19.0 → 0.20.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.
@@ -12,6 +12,7 @@ export interface MigrationStateInstance {
12
12
  planExecutionId: string;
13
13
  stageExecutionId: string;
14
14
  status: ChangeSetDeploymentStatus;
15
+ tag?: string;
15
16
  /**
16
17
  * Time of last Change Set Deployment/Rollback attempt
17
18
  * @format int64
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harnessio/react-dbops-service-client",
3
- "version": "0.19.0",
3
+ "version": "0.20.0",
4
4
  "description": "Harness React DB Devops service client - DB Devops APIs integrated with react hooks",
5
5
  "author": "Harness Inc",
6
6
  "license": "MIT",