@harnessio/react-rmg-service-client 0.51.0 → 0.52.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.
@@ -8,6 +8,7 @@ export interface DeleteReleaseGroupMutationPathParams {
8
8
  }
9
9
  export interface DeleteReleaseGroupMutationQueryParams {
10
10
  orgIdentifier?: string;
11
+ projectIdentifier?: string;
11
12
  }
12
13
  export interface DeleteReleaseGroupMutationHeaderParams {
13
14
  'Harness-Account': string;
@@ -5,6 +5,7 @@ import type { ResponseWithPagination } from '../helpers';
5
5
  import { FetcherOptions } from '../../../../fetcher/index.js';
6
6
  export interface GetOrchestrationProcessSummaryQueryQueryParams {
7
7
  orgIdentifier?: string;
8
+ projectIdentifier?: string;
8
9
  searchTerm?: string;
9
10
  page?: number;
10
11
  size?: number;
@@ -8,6 +8,7 @@ export interface GetReleaseActivitiesQueryPathParams {
8
8
  }
9
9
  export interface GetReleaseActivitiesQueryQueryParams {
10
10
  orgIdentifier?: string;
11
+ projectIdentifier?: string;
11
12
  startTs: number;
12
13
  endTs: number;
13
14
  /**
@@ -8,6 +8,7 @@ export interface GetReleaseDayActivitiesQueryPathParams {
8
8
  }
9
9
  export interface GetReleaseDayActivitiesQueryQueryParams {
10
10
  orgIdentifier?: string;
11
+ projectIdentifier?: string;
11
12
  startTs: number;
12
13
  endTs: number;
13
14
  /**
@@ -8,6 +8,7 @@ export interface GetReleaseGroupQueryPathParams {
8
8
  }
9
9
  export interface GetReleaseGroupQueryQueryParams {
10
10
  orgIdentifier?: string;
11
+ projectIdentifier?: string;
11
12
  }
12
13
  export interface GetReleaseGroupQueryHeaderParams {
13
14
  'Harness-Account': string;
@@ -5,6 +5,7 @@ import type { ResponseWithPagination } from '../helpers';
5
5
  import { FetcherOptions } from '../../../../fetcher/index.js';
6
6
  export interface GetReleaseGroupSummaryQueryQueryParams {
7
7
  orgIdentifier?: string;
8
+ projectIdentifier?: string;
8
9
  searchTerm?: string;
9
10
  status?: string[];
10
11
  type?: 'Orchestration' | 'Tracking';
@@ -8,6 +8,7 @@ export interface GetReleaseReleaseIdApprovalsQueryPathParams {
8
8
  }
9
9
  export interface GetReleaseReleaseIdApprovalsQueryQueryParams {
10
10
  orgIdentifier?: string;
11
+ projectIdentifier?: string;
11
12
  searchTerm?: string;
12
13
  status?: string[];
13
14
  page?: number;
@@ -8,6 +8,7 @@ export interface GetReleaseTasksQueryPathParams {
8
8
  }
9
9
  export interface GetReleaseTasksQueryQueryParams {
10
10
  orgIdentifier?: string;
11
+ projectIdentifier?: string;
11
12
  cursor?: string;
12
13
  /**
13
14
  * @default 500
@@ -9,6 +9,7 @@ export interface PatchReleaseGroupMutationPathParams {
9
9
  }
10
10
  export interface PatchReleaseGroupMutationQueryParams {
11
11
  orgIdentifier?: string;
12
+ projectIdentifier?: string;
12
13
  }
13
14
  export interface PatchReleaseGroupMutationHeaderParams {
14
15
  'Harness-Account': string;
@@ -6,6 +6,7 @@ import type { ResponseWithPagination } from '../helpers';
6
6
  import { FetcherOptions } from '../../../../fetcher/index.js';
7
7
  export interface PostReleaseGroupMutationQueryParams {
8
8
  orgIdentifier?: string;
9
+ projectIdentifier?: string;
9
10
  }
10
11
  export interface PostReleaseGroupMutationHeaderParams {
11
12
  'Harness-Account': string;
@@ -6,6 +6,7 @@ import type { ResponseWithPagination } from '../helpers';
6
6
  import { FetcherOptions } from '../../../../fetcher/index.js';
7
7
  export interface PostReleaseSummaryMutationQueryParams {
8
8
  orgIdentifier?: string;
9
+ projectIdentifier?: string;
9
10
  searchTerm?: string;
10
11
  releaseGroupIds?: string[];
11
12
  type?: 'Orchestration' | 'Tracking';
@@ -9,6 +9,7 @@ export interface PutReleaseGroupMutationPathParams {
9
9
  }
10
10
  export interface PutReleaseGroupMutationQueryParams {
11
11
  orgIdentifier?: string;
12
+ projectIdentifier?: string;
12
13
  }
13
14
  export interface PutReleaseGroupMutationHeaderParams {
14
15
  'Harness-Account': string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harnessio/react-rmg-service-client",
3
- "version": "0.51.0",
3
+ "version": "0.52.0",
4
4
  "description": "Harness Release Management Service APIs integrated with react hooks",
5
5
  "author": "Harness Inc",
6
6
  "license": "MIT",