@harnessio/react-dbops-service-client 0.22.0 → 0.23.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.
@@ -6,6 +6,10 @@ import type { CommandExecutionStatus } from '../schemas/CommandExecutionStatus';
6
6
  */
7
7
  export interface DeployedStateOutput {
8
8
  author: string;
9
+ /**
10
+ * changesetFQN is a unique identifier for database changesets in the format filename::changesetId::author
11
+ */
12
+ changeSetFQN: string;
9
13
  changeSetId: string;
10
14
  command: Command;
11
15
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harnessio/react-dbops-service-client",
3
- "version": "0.22.0",
3
+ "version": "0.23.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",