@harnessio/react-sei-panorama-service-client 0.23.0 → 0.23.2

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.
Files changed (106) hide show
  1. package/dist/sei-panorama-service/src/services/hooks/useBaControllerCreateProfileMutation.d.ts +0 -2
  2. package/dist/sei-panorama-service/src/services/hooks/useBaControllerDeleteProfileMutation.d.ts +0 -2
  3. package/dist/sei-panorama-service/src/services/hooks/useBaControllerGetProfileByRefIdQuery.d.ts +0 -2
  4. package/dist/sei-panorama-service/src/services/hooks/useBaControllerUpdateProfileMutation.d.ts +0 -2
  5. package/dist/sei-panorama-service/src/services/hooks/useDeveloperControllerUpsertDeveloperIdentitiesMutation.d.ts +1 -1
  6. package/dist/sei-panorama-service/src/services/hooks/useIntegrationDataStatusControllerGetIntegrationDataStatusMutation.d.ts +21 -0
  7. package/dist/sei-panorama-service/src/services/hooks/useIntegrationDataStatusControllerGetIntegrationDataStatusMutation.js +14 -0
  8. package/dist/sei-panorama-service/src/services/hooks/useSprintInsightsControllerGetSprintDeliveryQuery.d.ts +17 -0
  9. package/dist/sei-panorama-service/src/services/hooks/useSprintInsightsControllerGetSprintDeliveryQuery.js +14 -0
  10. package/dist/sei-panorama-service/src/services/hooks/useSprintInsightsControllerGetSprintDrilldownQuery.d.ts +17 -0
  11. package/dist/sei-panorama-service/src/services/hooks/useSprintInsightsControllerGetSprintDrilldownQuery.js +14 -0
  12. package/dist/sei-panorama-service/src/services/hooks/useSprintInsightsControllerGetSprintSummaryQuery.d.ts +17 -0
  13. package/dist/sei-panorama-service/src/services/hooks/useSprintInsightsControllerGetSprintSummaryQuery.js +14 -0
  14. package/dist/sei-panorama-service/src/services/hooks/useSprintInsightsControllerSearchSprintListQuery.d.ts +17 -0
  15. package/dist/sei-panorama-service/src/services/hooks/useSprintInsightsControllerSearchSprintListQuery.js +14 -0
  16. package/dist/sei-panorama-service/src/services/hooks/useSprintInsightsControllerSearchSprintTicketsQuery.d.ts +17 -0
  17. package/dist/sei-panorama-service/src/services/hooks/useSprintInsightsControllerSearchSprintTicketsQuery.js +14 -0
  18. package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerGetTeamDevelopersQuery.d.ts +4 -8
  19. package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerGetTeamDevelopersQuery.js +1 -1
  20. package/dist/sei-panorama-service/src/services/index.d.ts +43 -8
  21. package/dist/sei-panorama-service/src/services/index.js +6 -3
  22. package/dist/sei-panorama-service/src/services/schemas/ApiErrorResponse.d.ts +23 -0
  23. package/dist/sei-panorama-service/src/services/schemas/ApiResponseWrapper.d.ts +25 -0
  24. package/dist/sei-panorama-service/src/services/schemas/CodingDaysDrilldownResponseDataPointV3.d.ts +13 -0
  25. package/dist/sei-panorama-service/src/services/schemas/CodingDaysDrilldownResponseDataPointV3.js +1 -0
  26. package/dist/sei-panorama-service/src/services/schemas/CodingDaysIndividualDrilldownResponseDataPointV3.d.ts +22 -0
  27. package/dist/sei-panorama-service/src/services/schemas/CodingDaysIndividualDrilldownResponseDataPointV3.js +1 -0
  28. package/dist/sei-panorama-service/src/services/schemas/DoraLeadTimePrDrilldownRequest.d.ts +1 -1
  29. package/dist/sei-panorama-service/src/services/schemas/DoraMetricDrilldownRequest.d.ts +1 -1
  30. package/dist/sei-panorama-service/src/services/schemas/DrilldownData.d.ts +1 -1
  31. package/dist/sei-panorama-service/src/services/schemas/DrilldownDataPoint.d.ts +1 -1
  32. package/dist/sei-panorama-service/src/services/schemas/DrilldownDataPointV3.d.ts +1 -1
  33. package/dist/sei-panorama-service/src/services/schemas/DrilldownDataV3.d.ts +3 -2
  34. package/dist/sei-panorama-service/src/services/schemas/EfficiencyProfileCreateRequestDto.d.ts +4 -1
  35. package/dist/sei-panorama-service/src/services/schemas/EfficiencyProfileResponseDto.d.ts +4 -1
  36. package/dist/sei-panorama-service/src/services/schemas/IndividualDrilldownData.d.ts +1 -1
  37. package/dist/sei-panorama-service/src/services/schemas/IndividualDrilldownDataPoint.d.ts +1 -1
  38. package/dist/sei-panorama-service/src/services/schemas/IndividualDrilldownDataPointV3.d.ts +1 -1
  39. package/dist/sei-panorama-service/src/services/schemas/IndividualDrilldownDataV3.d.ts +3 -2
  40. package/dist/sei-panorama-service/src/services/schemas/IntegrationDataStatusRequest.d.ts +9 -0
  41. package/dist/sei-panorama-service/src/services/schemas/IntegrationDataStatusRequest.js +4 -0
  42. package/dist/sei-panorama-service/src/services/schemas/ProductivityFeatureRequestDto.d.ts +1 -1
  43. package/dist/sei-panorama-service/src/services/schemas/ProductivityV3FeatureRequestDto.d.ts +1 -1
  44. package/dist/sei-panorama-service/src/services/schemas/SprintConfigurationDto.d.ts +12 -0
  45. package/dist/sei-panorama-service/src/services/schemas/SprintConfigurationDto.js +1 -0
  46. package/dist/sei-panorama-service/src/services/schemas/SprintDeliveryAnalysisDto.d.ts +7 -0
  47. package/dist/sei-panorama-service/src/services/schemas/SprintDeliveryAnalysisDto.js +1 -0
  48. package/dist/sei-panorama-service/src/services/schemas/SprintDeliveryBreakdownDto.d.ts +14 -0
  49. package/dist/sei-panorama-service/src/services/schemas/SprintDeliveryBreakdownDto.js +4 -0
  50. package/dist/sei-panorama-service/src/services/schemas/SprintDeliveryDataPointDto.d.ts +16 -0
  51. package/dist/sei-panorama-service/src/services/schemas/SprintDeliveryDataPointDto.js +1 -0
  52. package/dist/sei-panorama-service/src/services/schemas/SprintDeliveryDrilldownMetricDto.d.ts +10 -0
  53. package/dist/sei-panorama-service/src/services/schemas/SprintDeliveryDrilldownMetricDto.js +4 -0
  54. package/dist/sei-panorama-service/src/services/schemas/SprintDeliveryMetadataDto.d.ts +3 -0
  55. package/dist/sei-panorama-service/src/services/schemas/SprintDeliveryMetadataDto.js +4 -0
  56. package/dist/sei-panorama-service/src/services/schemas/SprintDeliveryResponseDto.d.ts +6 -0
  57. package/dist/sei-panorama-service/src/services/schemas/SprintDeliveryResponseDto.js +1 -0
  58. package/dist/sei-panorama-service/src/services/schemas/SprintDrilldownItemDto.d.ts +14 -0
  59. package/dist/sei-panorama-service/src/services/schemas/SprintDrilldownItemDto.js +1 -0
  60. package/dist/sei-panorama-service/src/services/schemas/SprintDrilldownMetadataDto.d.ts +3 -0
  61. package/dist/sei-panorama-service/src/services/schemas/SprintDrilldownMetadataDto.js +4 -0
  62. package/dist/sei-panorama-service/src/services/schemas/SprintDrilldownRequestDto.d.ts +18 -0
  63. package/dist/sei-panorama-service/src/services/schemas/SprintDrilldownRequestDto.js +1 -0
  64. package/dist/sei-panorama-service/src/services/schemas/SprintDrilldownResponseDto.d.ts +8 -0
  65. package/dist/sei-panorama-service/src/services/schemas/SprintDrilldownResponseDto.js +1 -0
  66. package/dist/sei-panorama-service/src/services/schemas/SprintInfoDto.d.ts +12 -0
  67. package/dist/sei-panorama-service/src/services/schemas/SprintInfoDto.js +4 -0
  68. package/dist/sei-panorama-service/src/services/schemas/SprintInsightsRequestDto.d.ts +14 -0
  69. package/dist/sei-panorama-service/src/services/schemas/SprintInsightsRequestDto.js +4 -0
  70. package/dist/sei-panorama-service/src/services/schemas/SprintListRequestDto.d.ts +11 -0
  71. package/dist/sei-panorama-service/src/services/schemas/SprintListRequestDto.js +4 -0
  72. package/dist/sei-panorama-service/src/services/schemas/SprintListResponseDto.d.ts +4 -0
  73. package/dist/sei-panorama-service/src/services/schemas/SprintListResponseDto.js +1 -0
  74. package/dist/sei-panorama-service/src/services/schemas/SprintMetadataDto.d.ts +3 -0
  75. package/dist/sei-panorama-service/src/services/schemas/SprintMetadataDto.js +4 -0
  76. package/dist/sei-panorama-service/src/services/schemas/SprintMetricConfigDto.d.ts +6 -0
  77. package/dist/sei-panorama-service/src/services/schemas/SprintMetricConfigDto.js +4 -0
  78. package/dist/sei-panorama-service/src/services/schemas/SprintSummaryCardsDto.d.ts +7 -0
  79. package/dist/sei-panorama-service/src/services/schemas/SprintSummaryCardsDto.js +1 -0
  80. package/dist/sei-panorama-service/src/services/schemas/SprintSummaryMeticDto.d.ts +18 -0
  81. package/dist/sei-panorama-service/src/services/schemas/SprintSummaryMeticDto.js +4 -0
  82. package/dist/sei-panorama-service/src/services/schemas/SprintSummaryResponseDto.d.ts +6 -0
  83. package/dist/sei-panorama-service/src/services/schemas/SprintSummaryResponseDto.js +1 -0
  84. package/dist/sei-panorama-service/src/services/schemas/SprintTicketDto.d.ts +14 -0
  85. package/dist/sei-panorama-service/src/services/schemas/SprintTicketDto.js +1 -0
  86. package/dist/sei-panorama-service/src/services/schemas/SprintTicketEstimatesDto.d.ts +10 -0
  87. package/dist/sei-panorama-service/src/services/schemas/SprintTicketEstimatesDto.js +4 -0
  88. package/dist/sei-panorama-service/src/services/schemas/SprintTicketsMetadataDto.d.ts +5 -0
  89. package/dist/sei-panorama-service/src/services/schemas/SprintTicketsMetadataDto.js +1 -0
  90. package/dist/sei-panorama-service/src/services/schemas/SprintTicketsRequestDto.d.ts +5 -0
  91. package/dist/sei-panorama-service/src/services/schemas/SprintTicketsRequestDto.js +4 -0
  92. package/dist/sei-panorama-service/src/services/schemas/SprintTicketsResponseDto.d.ts +6 -0
  93. package/dist/sei-panorama-service/src/services/schemas/SprintTicketsResponseDto.js +1 -0
  94. package/dist/sei-panorama-service/src/services/schemas/SprintWorkBreakdownDto.d.ts +18 -0
  95. package/dist/sei-panorama-service/src/services/schemas/SprintWorkBreakdownDto.js +4 -0
  96. package/package.json +1 -1
  97. package/dist/sei-panorama-service/src/services/hooks/useOrgTreeControllerGetDevelopersByOrgTreeFiltersQuery.d.ts +0 -35
  98. package/dist/sei-panorama-service/src/services/hooks/useOrgTreeControllerGetDevelopersByOrgTreeFiltersQuery.js +0 -14
  99. package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerAssociateDevelopersToTeamMutation.d.ts +0 -22
  100. package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerAssociateDevelopersToTeamMutation.js +0 -14
  101. package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerDisassociateDevelopersFromTeamMutation.d.ts +0 -19
  102. package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerDisassociateDevelopersFromTeamMutation.js +0 -14
  103. package/dist/sei-panorama-service/src/services/schemas/AssociateDevelopersRequestDto.d.ts +0 -10
  104. package/dist/sei-panorama-service/src/services/schemas/ListResponseDtoMinimalDeveloperDto.d.ts +0 -28
  105. /package/dist/sei-panorama-service/src/services/schemas/{AssociateDevelopersRequestDto.js → ApiErrorResponse.js} +0 -0
  106. /package/dist/sei-panorama-service/src/services/schemas/{ListResponseDtoMinimalDeveloperDto.js → ApiResponseWrapper.js} +0 -0
@@ -1,7 +1,8 @@
1
+ import type { CodingDaysDrilldownResponseDataPointV3 } from '../schemas/CodingDaysDrilldownResponseDataPointV3';
1
2
  import type { PrCycleTimeDrilldownResponseDataPointV3 } from '../schemas/PrCycleTimeDrilldownResponseDataPointV3';
2
3
  import type { PrVelocityDrilldownResponseDataPointV3 } from '../schemas/PrVelocityDrilldownResponseDataPointV3';
3
4
  import type { WorkCompletedDrilldownResponseDataPointV3 } from '../schemas/WorkCompletedDrilldownResponseDataPointV3';
4
5
  export interface DrilldownDataV3 {
5
- drilldownDataPoints?: Array<PrCycleTimeDrilldownResponseDataPointV3 & PrVelocityDrilldownResponseDataPointV3 & WorkCompletedDrilldownResponseDataPointV3>;
6
- metricType?: 'PR_CYCLE_TIME' | 'PR_VELOCITY' | 'WORK_COMPLETED';
6
+ drilldownDataPoints?: Array<CodingDaysDrilldownResponseDataPointV3 & PrCycleTimeDrilldownResponseDataPointV3 & PrVelocityDrilldownResponseDataPointV3 & WorkCompletedDrilldownResponseDataPointV3>;
7
+ metricType?: 'CODING_DAYS' | 'PR_CYCLE_TIME' | 'PR_VELOCITY' | 'WORK_COMPLETED';
7
8
  }
@@ -3,12 +3,15 @@ import type { CfrConfigurationDto } from '../schemas/CfrConfigurationDto';
3
3
  import type { DfConfigurationDto } from '../schemas/DfConfigurationDto';
4
4
  import type { LtcConfigurationDto } from '../schemas/LtcConfigurationDto';
5
5
  import type { MttrConfigurationDto } from '../schemas/MttrConfigurationDto';
6
+ import type { SprintConfigurationDto } from '../schemas/SprintConfigurationDto';
6
7
  export interface EfficiencyProfileCreateRequestDto {
7
8
  baseRatingConfig?: BaseRatingConfig;
8
9
  changeFailureRate?: CfrConfigurationDto;
9
10
  deploymentFrequency?: DfConfigurationDto;
10
11
  description?: string;
12
+ doraEnabled?: boolean;
11
13
  leadTimeForChanges?: LtcConfigurationDto;
12
14
  meanTimeToRestore?: MttrConfigurationDto;
13
- name?: string;
15
+ name: string;
16
+ sprintConfiguration?: SprintConfigurationDto;
14
17
  }
@@ -4,6 +4,7 @@ import type { DfConfigurationDto } from '../schemas/DfConfigurationDto';
4
4
  import type { LtcConfigurationDto } from '../schemas/LtcConfigurationDto';
5
5
  import type { MttrConfigurationDto } from '../schemas/MttrConfigurationDto';
6
6
  import type { MinimalOrgTree } from '../schemas/MinimalOrgTree';
7
+ import type { SprintConfigurationDto } from '../schemas/SprintConfigurationDto';
7
8
  export interface EfficiencyProfileResponseDto {
8
9
  baseRatingConfig?: BaseRatingConfig;
9
10
  changeFailureRate?: CfrConfigurationDto;
@@ -14,18 +15,20 @@ export interface EfficiencyProfileResponseDto {
14
15
  createdByEmail?: string;
15
16
  deploymentFrequency?: DfConfigurationDto;
16
17
  description?: string;
18
+ doraEnabled?: boolean;
17
19
  /**
18
20
  * @format int32
19
21
  */
20
22
  id?: number;
21
23
  leadTimeForChanges?: LtcConfigurationDto;
22
24
  meanTimeToRestore?: MttrConfigurationDto;
23
- name?: string;
25
+ name: string;
24
26
  orgTrees?: MinimalOrgTree[];
25
27
  /**
26
28
  * @format int32
27
29
  */
28
30
  refId?: number;
31
+ sprintConfiguration?: SprintConfigurationDto;
29
32
  /**
30
33
  * @format int64
31
34
  */
@@ -2,5 +2,5 @@ import type { PrVelocityIndividualDrilldownResponseDataPoint } from '../schemas/
2
2
  import type { WorkCompletedIndividualDrilldownResponseDataPoint } from '../schemas/WorkCompletedIndividualDrilldownResponseDataPoint';
3
3
  export interface IndividualDrilldownData {
4
4
  individualDrilldownDataPoints?: Array<PrVelocityIndividualDrilldownResponseDataPoint & WorkCompletedIndividualDrilldownResponseDataPoint>;
5
- metricType?: 'PR_CYCLE_TIME' | 'PR_VELOCITY' | 'WORK_COMPLETED';
5
+ metricType?: 'CODING_DAYS' | 'PR_CYCLE_TIME' | 'PR_VELOCITY' | 'WORK_COMPLETED';
6
6
  }
@@ -1,4 +1,4 @@
1
1
  export interface IndividualDrilldownDataPoint {
2
- metricType?: 'PR_CYCLE_TIME' | 'PR_VELOCITY' | 'WORK_COMPLETED';
2
+ metricType?: 'CODING_DAYS' | 'PR_CYCLE_TIME' | 'PR_VELOCITY' | 'WORK_COMPLETED';
3
3
  type: string;
4
4
  }
@@ -1,4 +1,4 @@
1
1
  export interface IndividualDrilldownDataPointV3 {
2
- metricType?: 'PR_CYCLE_TIME' | 'PR_VELOCITY' | 'WORK_COMPLETED';
2
+ metricType?: 'CODING_DAYS' | 'PR_CYCLE_TIME' | 'PR_VELOCITY' | 'WORK_COMPLETED';
3
3
  type: string;
4
4
  }
@@ -1,6 +1,7 @@
1
+ import type { CodingDaysIndividualDrilldownResponseDataPointV3 } from '../schemas/CodingDaysIndividualDrilldownResponseDataPointV3';
1
2
  import type { PrVelocityIndividualDrilldownResponseDataPointV3 } from '../schemas/PrVelocityIndividualDrilldownResponseDataPointV3';
2
3
  import type { WorkCompletedIndividualDrilldownResponseDataPointV3 } from '../schemas/WorkCompletedIndividualDrilldownResponseDataPointV3';
3
4
  export interface IndividualDrilldownDataV3 {
4
- individualDrilldownDataPoints?: Array<PrVelocityIndividualDrilldownResponseDataPointV3 & WorkCompletedIndividualDrilldownResponseDataPointV3>;
5
- metricType?: 'PR_CYCLE_TIME' | 'PR_VELOCITY' | 'WORK_COMPLETED';
5
+ individualDrilldownDataPoints?: Array<CodingDaysIndividualDrilldownResponseDataPointV3 & PrVelocityIndividualDrilldownResponseDataPointV3 & WorkCompletedIndividualDrilldownResponseDataPointV3>;
6
+ metricType?: 'CODING_DAYS' | 'PR_CYCLE_TIME' | 'PR_VELOCITY' | 'WORK_COMPLETED';
6
7
  }
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Request containing list of integration IDs
3
+ */
4
+ export interface IntegrationDataStatusRequest {
5
+ /**
6
+ * List of integration IDs to check status for
7
+ */
8
+ integrationIds: string[];
9
+ }
@@ -0,0 +1,4 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ export {};
@@ -18,7 +18,7 @@ export interface ProductivityFeatureRequestDto {
18
18
  * @format int32
19
19
  */
20
20
  page_size?: number;
21
- sortBy?: 'AVG_TIME_TO_MERGE' | 'COMMITTED_AT' | 'COMMIT_AUTHOR' | 'CONTRIBUTORS' | 'NUMBER_OF_PRS' | 'NUMER_OF_WORKITEMS' | 'PR_CREATED_AT' | 'PR_CYCLE_TIME_AUTHOR' | 'PR_CYCLE_TIME_CREATED_AT' | 'PR_CYCLE_TIME_MERGED_AT' | 'PR_CYCLE_TIME_PR_NUMBER' | 'PR_CYCLE_TIME_REPOSITORY' | 'PR_CYCLE_TIME_TITLE' | 'PR_CYCLE_TIME_TOTAL_LINE_CHANGES' | 'PR_CYCLE_TOTAL_TIME' | 'PR_MERGED_AT' | 'PR_NUMBER' | 'TOTAL_CODE_CHANGES' | 'TOTAL_LEADTIME' | 'WORKITEM_CLOSED_AT' | 'WORKITEM_CREATED_AT' | 'WORKITEM_ID' | 'WORKITEM_TIME_TO_COMPLETE';
21
+ sortBy?: 'AVG_TIME_TO_MERGE' | 'CODING_DAYS' | 'COMMITS' | 'COMMITTED_AT' | 'COMMIT_AUTHOR' | 'CONTRIBUTORS' | 'NUMBER_OF_PRS' | 'NUMER_OF_WORKITEMS' | 'PR_CREATED_AT' | 'PR_CYCLE_TIME_AUTHOR' | 'PR_CYCLE_TIME_CREATED_AT' | 'PR_CYCLE_TIME_MERGED_AT' | 'PR_CYCLE_TIME_PR_NUMBER' | 'PR_CYCLE_TIME_REPOSITORY' | 'PR_CYCLE_TIME_TITLE' | 'PR_CYCLE_TIME_TOTAL_LINE_CHANGES' | 'PR_CYCLE_TOTAL_TIME' | 'PR_MERGED_AT' | 'PR_NUMBER' | 'TOTAL_CODE_CHANGES' | 'TOTAL_LEADTIME' | 'WORKITEM_CLOSED_AT' | 'WORKITEM_CREATED_AT' | 'WORKITEM_ID' | 'WORKITEM_TIME_TO_COMPLETE';
22
22
  sortByCriteria?: 'ASC' | 'DESC';
23
23
  stackBy?: 'ALL_WORK_ISSUE_CATEGORIES' | 'BUGS_PRIORITY' | 'FEATURES_TICKET_SIZE' | 'OTHERS_ISSUE_TYPE' | 'PR_SIZE' | 'PR_STAGES' | 'WORK_TYPE';
24
24
  /**
@@ -15,7 +15,7 @@ export interface ProductivityV3FeatureRequestDto {
15
15
  * @format int32
16
16
  */
17
17
  page_size?: number;
18
- sortBy?: 'AVG_TIME_TO_MERGE' | 'COMMITTED_AT' | 'COMMIT_AUTHOR' | 'CONTRIBUTORS' | 'NUMBER_OF_PRS' | 'NUMER_OF_WORKITEMS' | 'PR_CREATED_AT' | 'PR_CYCLE_TIME_AUTHOR' | 'PR_CYCLE_TIME_CREATED_AT' | 'PR_CYCLE_TIME_MERGED_AT' | 'PR_CYCLE_TIME_PR_NUMBER' | 'PR_CYCLE_TIME_REPOSITORY' | 'PR_CYCLE_TIME_TITLE' | 'PR_CYCLE_TIME_TOTAL_LINE_CHANGES' | 'PR_CYCLE_TOTAL_TIME' | 'PR_MERGED_AT' | 'PR_NUMBER' | 'TOTAL_CODE_CHANGES' | 'TOTAL_LEADTIME' | 'WORKITEM_CLOSED_AT' | 'WORKITEM_CREATED_AT' | 'WORKITEM_ID' | 'WORKITEM_TIME_TO_COMPLETE';
18
+ sortBy?: 'AVG_TIME_TO_MERGE' | 'CODING_DAYS' | 'COMMITS' | 'COMMITTED_AT' | 'COMMIT_AUTHOR' | 'CONTRIBUTORS' | 'NUMBER_OF_PRS' | 'NUMER_OF_WORKITEMS' | 'PR_CREATED_AT' | 'PR_CYCLE_TIME_AUTHOR' | 'PR_CYCLE_TIME_CREATED_AT' | 'PR_CYCLE_TIME_MERGED_AT' | 'PR_CYCLE_TIME_PR_NUMBER' | 'PR_CYCLE_TIME_REPOSITORY' | 'PR_CYCLE_TIME_TITLE' | 'PR_CYCLE_TIME_TOTAL_LINE_CHANGES' | 'PR_CYCLE_TOTAL_TIME' | 'PR_MERGED_AT' | 'PR_NUMBER' | 'TOTAL_CODE_CHANGES' | 'TOTAL_LEADTIME' | 'WORKITEM_CLOSED_AT' | 'WORKITEM_CREATED_AT' | 'WORKITEM_ID' | 'WORKITEM_TIME_TO_COMPLETE';
19
19
  sortByCriteria?: 'ASC' | 'DESC';
20
20
  stackBy?: 'ALL_WORK_ISSUE_CATEGORIES' | 'BUGS_PRIORITY' | 'FEATURES_TICKET_SIZE' | 'OTHERS_ISSUE_TYPE' | 'PR_SIZE' | 'PR_STAGES' | 'WORK_TYPE';
21
21
  /**
@@ -0,0 +1,12 @@
1
+ import type { SprintDeliveryAnalysisDto } from '../schemas/SprintDeliveryAnalysisDto';
2
+ import type { SprintSummaryCardsDto } from '../schemas/SprintSummaryCardsDto';
3
+ export interface SprintConfigurationDto {
4
+ computationMode: 'STORY_POINTS' | 'TICKETS';
5
+ deliveryAnalysis?: SprintDeliveryAnalysisDto;
6
+ enabled: boolean;
7
+ /**
8
+ * @format int32
9
+ */
10
+ graceDaysSprintStart: number;
11
+ summaryCards?: SprintSummaryCardsDto;
12
+ }
@@ -0,0 +1,7 @@
1
+ import type { SprintMetricConfigDto } from '../schemas/SprintMetricConfigDto';
2
+ export interface SprintDeliveryAnalysisDto {
3
+ enabled: boolean;
4
+ metrics?: {
5
+ [key: string]: SprintMetricConfigDto;
6
+ };
7
+ }
@@ -0,0 +1,14 @@
1
+ export interface SprintDeliveryBreakdownDto {
2
+ /**
3
+ * @format double
4
+ */
5
+ deliveredCommit?: number;
6
+ /**
7
+ * @format double
8
+ */
9
+ deliveredCreep?: number;
10
+ /**
11
+ * @format double
12
+ */
13
+ totalDelivered?: number;
14
+ }
@@ -0,0 +1,4 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ export {};
@@ -0,0 +1,16 @@
1
+ import type { SprintDeliveryBreakdownDto } from '../schemas/SprintDeliveryBreakdownDto';
2
+ import type { SprintWorkBreakdownDto } from '../schemas/SprintWorkBreakdownDto';
3
+ export interface SprintDeliveryDataPointDto {
4
+ delivery?: SprintDeliveryBreakdownDto;
5
+ /**
6
+ * @format date-time
7
+ */
8
+ endDate?: string;
9
+ sprintId?: string;
10
+ sprintName?: string;
11
+ /**
12
+ * @format date-time
13
+ */
14
+ startDate?: string;
15
+ work?: SprintWorkBreakdownDto;
16
+ }
@@ -0,0 +1,10 @@
1
+ export interface SprintDeliveryDrilldownMetricDto {
2
+ displayName?: string;
3
+ enabled?: boolean;
4
+ metricType?: 'AVERAGE_SPRINT_SIZE' | 'CARRYOVER' | 'CHURN_RATE' | 'DELIVERED_COMMIT' | 'DELIVERED_CREEP' | 'MISSED_COMMIT' | 'MISSED_CREEP' | 'PERCENTAGE_OF_COMMITTED_WORK_DELIVERY' | 'PERCENTAGE_OF_CREEP_WORK_DELIVERY' | 'PERCENTAGE_OF_TOTAL_WORK_DELIVERY' | 'PREDICTABILITY_DELIVERY_CONSISTENCY' | 'PREDICTABILITY_RELIABILITY_OF_COMMITMENT_PERCENTAGE' | 'SCOPE_CREEP_PERCENTAGE' | 'SPRINT_COMMIT' | 'SPRINT_CREEP' | 'SPRINT_SIZE' | 'SPRINT_VELOCITY' | 'TOTAL_DELIVERED_WORK_VS_COMMITTED_WORK_RATIO' | 'WORK_DELIVERED';
5
+ unit?: string;
6
+ /**
7
+ * @format double
8
+ */
9
+ value?: number;
10
+ }
@@ -0,0 +1,4 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ export {};
@@ -0,0 +1,3 @@
1
+ export interface SprintDeliveryMetadataDto {
2
+ computationMode?: 'STORY_POINTS' | 'TICKETS';
3
+ }
@@ -0,0 +1,4 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ export {};
@@ -0,0 +1,6 @@
1
+ import type { SprintDeliveryDataPointDto } from '../schemas/SprintDeliveryDataPointDto';
2
+ import type { SprintDeliveryMetadataDto } from '../schemas/SprintDeliveryMetadataDto';
3
+ export interface SprintDeliveryResponseDto {
4
+ data?: SprintDeliveryDataPointDto[];
5
+ metadata?: SprintDeliveryMetadataDto;
6
+ }
@@ -0,0 +1,14 @@
1
+ import type { SprintDeliveryDrilldownMetricDto } from '../schemas/SprintDeliveryDrilldownMetricDto';
2
+ export interface SprintDrilldownItemDto {
3
+ /**
4
+ * @format date-time
5
+ */
6
+ endDate?: string;
7
+ metrics?: SprintDeliveryDrilldownMetricDto[];
8
+ sprintId?: string;
9
+ sprintName?: string;
10
+ /**
11
+ * @format date-time
12
+ */
13
+ startDate?: string;
14
+ }
@@ -0,0 +1,3 @@
1
+ export interface SprintDrilldownMetadataDto {
2
+ computationMode?: 'STORY_POINTS' | 'TICKETS';
3
+ }
@@ -0,0 +1,4 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ export {};
@@ -0,0 +1,18 @@
1
+ import type { PaginationRequest } from '../schemas/PaginationRequest';
2
+ export interface SprintDrilldownRequestDto {
3
+ computationMode?: 'STORY_POINTS' | 'TICKETS';
4
+ /**
5
+ * @format date-time
6
+ */
7
+ dateEnd: string;
8
+ /**
9
+ * @format date-time
10
+ */
11
+ dateStart: string;
12
+ granularity?: 'MONTHLY' | 'QUARTERLY' | 'SPRINT' | 'WEEKLY';
13
+ paginationRequest?: PaginationRequest;
14
+ sortBy?: 'END_DATE' | 'SPRINT_ID' | 'SPRINT_NAME' | 'START_DATE';
15
+ sortOrder?: string;
16
+ sprintIds?: string[];
17
+ teamRefId: string;
18
+ }
@@ -0,0 +1,8 @@
1
+ import type { SprintDrilldownItemDto } from '../schemas/SprintDrilldownItemDto';
2
+ import type { SprintDrilldownMetadataDto } from '../schemas/SprintDrilldownMetadataDto';
3
+ import type { PaginationInfo } from '../schemas/PaginationInfo';
4
+ export interface SprintDrilldownResponseDto {
5
+ data?: SprintDrilldownItemDto[];
6
+ metadata?: SprintDrilldownMetadataDto;
7
+ pagination?: PaginationInfo;
8
+ }
@@ -0,0 +1,12 @@
1
+ export interface SprintInfoDto {
2
+ /**
3
+ * @format date-time
4
+ */
5
+ endDate?: string;
6
+ sprintId?: string;
7
+ sprintName?: string;
8
+ /**
9
+ * @format date-time
10
+ */
11
+ startDate?: string;
12
+ }
@@ -0,0 +1,4 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ export {};
@@ -0,0 +1,14 @@
1
+ export interface SprintInsightsRequestDto {
2
+ computationMode?: 'STORY_POINTS' | 'TICKETS';
3
+ /**
4
+ * @format date-time
5
+ */
6
+ dateEnd: string;
7
+ /**
8
+ * @format date-time
9
+ */
10
+ dateStart: string;
11
+ granularity?: 'MONTHLY' | 'QUARTERLY' | 'SPRINT' | 'WEEKLY';
12
+ sprintIds?: string[];
13
+ teamRefId: string;
14
+ }
@@ -0,0 +1,4 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ export {};
@@ -0,0 +1,11 @@
1
+ export interface SprintListRequestDto {
2
+ /**
3
+ * @format date-time
4
+ */
5
+ dateEnd: string;
6
+ /**
7
+ * @format date-time
8
+ */
9
+ dateStart: string;
10
+ teamRefId: string;
11
+ }
@@ -0,0 +1,4 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ export {};
@@ -0,0 +1,4 @@
1
+ import type { SprintInfoDto } from '../schemas/SprintInfoDto';
2
+ export interface SprintListResponseDto {
3
+ sprintInfoDTOS?: SprintInfoDto[];
4
+ }
@@ -0,0 +1,3 @@
1
+ export interface SprintMetadataDto {
2
+ computationMode?: 'STORY_POINTS' | 'TICKETS';
3
+ }
@@ -0,0 +1,4 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ export {};
@@ -0,0 +1,6 @@
1
+ export interface SprintMetricConfigDto {
2
+ displayName: string;
3
+ enabled: boolean;
4
+ metricKey: 'AVERAGE_SPRINT_SIZE' | 'CARRYOVER' | 'CHURN_RATE' | 'DELIVERED_COMMIT' | 'DELIVERED_CREEP' | 'MISSED_COMMIT' | 'MISSED_CREEP' | 'PERCENTAGE_OF_COMMITTED_WORK_DELIVERY' | 'PERCENTAGE_OF_CREEP_WORK_DELIVERY' | 'PERCENTAGE_OF_TOTAL_WORK_DELIVERY' | 'PREDICTABILITY_DELIVERY_CONSISTENCY' | 'PREDICTABILITY_RELIABILITY_OF_COMMITMENT_PERCENTAGE' | 'SCOPE_CREEP_PERCENTAGE' | 'SPRINT_COMMIT' | 'SPRINT_CREEP' | 'SPRINT_SIZE' | 'SPRINT_VELOCITY' | 'TOTAL_DELIVERED_WORK_VS_COMMITTED_WORK_RATIO' | 'WORK_DELIVERED';
5
+ tag?: 'ANALYSIS' | 'DELIVERY' | 'WORK';
6
+ }
@@ -0,0 +1,4 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ export {};
@@ -0,0 +1,7 @@
1
+ import type { SprintMetricConfigDto } from '../schemas/SprintMetricConfigDto';
2
+ export interface SprintSummaryCardsDto {
3
+ enabled: boolean;
4
+ metrics?: {
5
+ [key: string]: SprintMetricConfigDto;
6
+ };
7
+ }
@@ -0,0 +1,18 @@
1
+ export interface SprintSummaryMeticDto {
2
+ displayName?: string;
3
+ enabled?: boolean;
4
+ metricType?: 'AVERAGE_SPRINT_SIZE' | 'CARRYOVER' | 'CHURN_RATE' | 'DELIVERED_COMMIT' | 'DELIVERED_CREEP' | 'MISSED_COMMIT' | 'MISSED_CREEP' | 'PERCENTAGE_OF_COMMITTED_WORK_DELIVERY' | 'PERCENTAGE_OF_CREEP_WORK_DELIVERY' | 'PERCENTAGE_OF_TOTAL_WORK_DELIVERY' | 'PREDICTABILITY_DELIVERY_CONSISTENCY' | 'PREDICTABILITY_RELIABILITY_OF_COMMITMENT_PERCENTAGE' | 'SCOPE_CREEP_PERCENTAGE' | 'SPRINT_COMMIT' | 'SPRINT_CREEP' | 'SPRINT_SIZE' | 'SPRINT_VELOCITY' | 'TOTAL_DELIVERED_WORK_VS_COMMITTED_WORK_RATIO' | 'WORK_DELIVERED';
5
+ /**
6
+ * @format double
7
+ */
8
+ previousValue?: number;
9
+ /**
10
+ * @format double
11
+ */
12
+ trendPercentage?: number;
13
+ unit?: string;
14
+ /**
15
+ * @format double
16
+ */
17
+ value?: number;
18
+ }
@@ -0,0 +1,4 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ export {};
@@ -0,0 +1,6 @@
1
+ import type { SprintSummaryMeticDto } from '../schemas/SprintSummaryMeticDto';
2
+ import type { SprintMetadataDto } from '../schemas/SprintMetadataDto';
3
+ export interface SprintSummaryResponseDto {
4
+ data?: SprintSummaryMeticDto[];
5
+ metadata?: SprintMetadataDto;
6
+ }
@@ -0,0 +1,14 @@
1
+ import type { SprintTicketEstimatesDto } from '../schemas/SprintTicketEstimatesDto';
2
+ export interface SprintTicketDto {
3
+ assigneeId?: string;
4
+ assigneeName?: string;
5
+ delivered?: boolean;
6
+ estimates?: SprintTicketEstimatesDto;
7
+ estimationChanged?: boolean;
8
+ plannedInSprint?: boolean;
9
+ status?: string;
10
+ statusCategory?: string;
11
+ summary?: string;
12
+ workItem?: string;
13
+ workItemLink?: string;
14
+ }
@@ -0,0 +1,10 @@
1
+ export interface SprintTicketEstimatesDto {
2
+ /**
3
+ * @format double
4
+ */
5
+ currentValue?: number;
6
+ /**
7
+ * @format double
8
+ */
9
+ originalValue?: number;
10
+ }
@@ -0,0 +1,4 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ export {};
@@ -0,0 +1,5 @@
1
+ import type { SprintInfoDto } from '../schemas/SprintInfoDto';
2
+ export interface SprintTicketsMetadataDto {
3
+ computationMode?: 'STORY_POINTS' | 'TICKETS';
4
+ sprintInfo?: SprintInfoDto;
5
+ }
@@ -0,0 +1,5 @@
1
+ export interface SprintTicketsRequestDto {
2
+ computationMode?: 'STORY_POINTS' | 'TICKETS';
3
+ sprintId: string;
4
+ teamRefId: string;
5
+ }
@@ -0,0 +1,4 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ export {};
@@ -0,0 +1,6 @@
1
+ import type { SprintTicketDto } from '../schemas/SprintTicketDto';
2
+ import type { SprintTicketsMetadataDto } from '../schemas/SprintTicketsMetadataDto';
3
+ export interface SprintTicketsResponseDto {
4
+ data?: SprintTicketDto[];
5
+ metadata?: SprintTicketsMetadataDto;
6
+ }
@@ -0,0 +1,18 @@
1
+ export interface SprintWorkBreakdownDto {
2
+ /**
3
+ * @format double
4
+ */
5
+ carryOver?: number;
6
+ /**
7
+ * @format double
8
+ */
9
+ sprintCommit?: number;
10
+ /**
11
+ * @format double
12
+ */
13
+ sprintCreep?: number;
14
+ /**
15
+ * @format double
16
+ */
17
+ totalScope?: number;
18
+ }
@@ -0,0 +1,4 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
4
+ export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harnessio/react-sei-panorama-service-client",
3
- "version": "0.23.0",
3
+ "version": "0.23.2",
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",
@@ -1,35 +0,0 @@
1
- import { UseQueryOptions } from '@tanstack/react-query';
2
- import type { ListResponseDtoMinimalDeveloperDto } from '../schemas/ListResponseDtoMinimalDeveloperDto';
3
- import type { ErrorResponse } from '../schemas/ErrorResponse';
4
- import type { ResponseWithPagination } from '../helpers';
5
- import { FetcherOptions } from '../../../../fetcher/index.js';
6
- export interface OrgTreeControllerGetDevelopersByOrgTreeFiltersQueryPathParams {
7
- /**
8
- * @format int32
9
- */
10
- orgTreeId: number;
11
- }
12
- export interface OrgTreeControllerGetDevelopersByOrgTreeFiltersQueryQueryParams {
13
- accountIdentifier: string;
14
- search_value?: string;
15
- /**
16
- * @format int32
17
- * @default 0
18
- */
19
- pageIndex?: number;
20
- /**
21
- * @format int32
22
- * @default 50
23
- */
24
- pageSize?: number;
25
- }
26
- export type OrgTreeControllerGetDevelopersByOrgTreeFiltersOkResponse = ResponseWithPagination<ListResponseDtoMinimalDeveloperDto>;
27
- export type OrgTreeControllerGetDevelopersByOrgTreeFiltersErrorResponse = ErrorResponse;
28
- export interface OrgTreeControllerGetDevelopersByOrgTreeFiltersProps extends OrgTreeControllerGetDevelopersByOrgTreeFiltersQueryPathParams, Omit<FetcherOptions<OrgTreeControllerGetDevelopersByOrgTreeFiltersQueryQueryParams, unknown>, 'url'> {
29
- queryParams: OrgTreeControllerGetDevelopersByOrgTreeFiltersQueryQueryParams;
30
- }
31
- export declare function orgTreeControllerGetDevelopersByOrgTreeFilters(props: OrgTreeControllerGetDevelopersByOrgTreeFiltersProps): Promise<OrgTreeControllerGetDevelopersByOrgTreeFiltersOkResponse>;
32
- /**
33
- * Returns developers whose attributes match the org tree's filter criteria, with optional search filtering on name and email, ordered alphabetically by name
34
- */
35
- export declare function useOrgTreeControllerGetDevelopersByOrgTreeFiltersQuery(props: OrgTreeControllerGetDevelopersByOrgTreeFiltersProps, options?: Omit<UseQueryOptions<OrgTreeControllerGetDevelopersByOrgTreeFiltersOkResponse, OrgTreeControllerGetDevelopersByOrgTreeFiltersErrorResponse>, 'queryKey' | 'queryFn'>): import("@tanstack/react-query").UseQueryResult<OrgTreeControllerGetDevelopersByOrgTreeFiltersOkResponse, ErrorResponse>;