@harnessio/react-sei-panorama-service-client 0.16.0 → 0.16.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.
@@ -18,6 +18,8 @@ export interface ProductivityFeatureRequestDto {
18
18
  * @format int32
19
19
  */
20
20
  page_size?: number;
21
+ sortBy?: 'CONTRIBUTORS' | 'NUMBER_OF_PRS' | 'PR_AVERAGE_TIME_TO_MERGE' | 'PR_CREATED_AT' | 'PR_ID' | 'PR_MERGED_AT' | 'WORKITEM_AVERAGE_TIME_TO_COMPLETE' | 'WORKITEM_COMPLETED_COUNT' | 'WORKITEM_CREATED_AT' | 'WORKITEM_ID' | 'WORKITEM_MERGED_AT';
22
+ sortByCriteria?: 'ASC' | 'DESC';
21
23
  stackBy?: 'PRIORITY' | 'PR_SIZE' | 'TICKET_SIZE' | 'WORK_TYPE';
22
24
  /**
23
25
  * @format date-time
@@ -13,6 +13,7 @@ export interface WorkCompletedDrilldownResponseDataPoint extends DrilldownDataPo
13
13
  contributorId?: string;
14
14
  contributorName?: string;
15
15
  contributorUserIntegrationId?: string;
16
+ displayAssigneeName?: string;
16
17
  /**
17
18
  * @format int64
18
19
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harnessio/react-sei-panorama-service-client",
3
- "version": "0.16.0",
3
+ "version": "0.16.1",
4
4
  "description": "Harness React sei panorama service client - SEI Panorama APIs integrated with react hooks for Panorama project",
5
5
  "author": "Harness Inc",
6
6
  "license": "MIT",