@harnessio/react-rmg-service-client 0.5.0 → 0.6.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.
@@ -7,7 +7,6 @@ export interface ReleaseCadence {
7
7
  duration: string;
8
8
  /**
9
9
  * End date of the release cadence (YYYY-MM-DD).
10
- * @format date
11
10
  */
12
11
  endDate: string;
13
12
  frequency: ReleaseFrequency;
@@ -24,7 +23,6 @@ export interface ReleaseCadence {
24
23
  };
25
24
  /**
26
25
  * Start date of the release cadence (YYYY-MM-DD).
27
- * @format date
28
26
  */
29
27
  startDate: string;
30
28
  /**
@@ -5,4 +5,10 @@ export interface ServiceInfoDto {
5
5
  artifactVersion?: string;
6
6
  identifier: string;
7
7
  name: string;
8
+ orgIdentifier?: string;
9
+ projectIdentifier?: string;
10
+ /**
11
+ * @default "account"
12
+ */
13
+ scope: 'account' | 'org' | 'project' | 'unknown';
8
14
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harnessio/react-rmg-service-client",
3
- "version": "0.5.0",
3
+ "version": "0.6.0",
4
4
  "description": "Harness Release Management Service APIs integrated with react hooks",
5
5
  "author": "Harness Inc",
6
6
  "license": "MIT",