@harnessio/react-sei-panorama-service-client 0.26.11 → 0.26.13

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 (69) hide show
  1. package/dist/sei-panorama-service/src/services/hooks/useCanvasControllerAddDashboardOrgTreeMappingsMutation.d.ts +24 -0
  2. package/dist/sei-panorama-service/src/services/hooks/useCanvasControllerAddDashboardOrgTreeMappingsMutation.js +14 -0
  3. package/dist/sei-panorama-service/src/services/hooks/useCanvasControllerCreateCanvasDashboardMutation.d.ts +21 -0
  4. package/dist/sei-panorama-service/src/services/hooks/useCanvasControllerCreateCanvasDashboardMutation.js +14 -0
  5. package/dist/sei-panorama-service/src/services/hooks/useCanvasControllerDeleteCanvasDashboardMutation.d.ts +21 -0
  6. package/dist/sei-panorama-service/src/services/hooks/useCanvasControllerDeleteCanvasDashboardMutation.js +14 -0
  7. package/dist/sei-panorama-service/src/services/hooks/useCanvasControllerDeleteDashboardOrgTreeMappingsMutation.d.ts +21 -0
  8. package/dist/sei-panorama-service/src/services/hooks/useCanvasControllerDeleteDashboardOrgTreeMappingsMutation.js +14 -0
  9. package/dist/sei-panorama-service/src/services/hooks/useCanvasControllerGetDashboardOrgTreesQuery.d.ts +22 -0
  10. package/dist/sei-panorama-service/src/services/hooks/useCanvasControllerGetDashboardOrgTreesQuery.js +14 -0
  11. package/dist/sei-panorama-service/src/services/hooks/useCanvasControllerReplaceDashboardOrgTreeMappingsMutation.d.ts +24 -0
  12. package/dist/sei-panorama-service/src/services/hooks/useCanvasControllerReplaceDashboardOrgTreeMappingsMutation.js +14 -0
  13. package/dist/sei-panorama-service/src/services/hooks/useCustomVariablesControllerCreateCustomVariableMutation.d.ts +22 -0
  14. package/dist/sei-panorama-service/src/services/hooks/useCustomVariablesControllerCreateCustomVariableMutation.js +14 -0
  15. package/dist/sei-panorama-service/src/services/hooks/useCustomVariablesControllerDeleteCustomVariableMutation.d.ts +24 -0
  16. package/dist/sei-panorama-service/src/services/hooks/useCustomVariablesControllerDeleteCustomVariableMutation.js +14 -0
  17. package/dist/sei-panorama-service/src/services/hooks/useCustomVariablesControllerDeleteTeamCustomVariableTeamOverrideMutation.d.ts +28 -0
  18. package/dist/sei-panorama-service/src/services/hooks/useCustomVariablesControllerDeleteTeamCustomVariableTeamOverrideMutation.js +14 -0
  19. package/dist/sei-panorama-service/src/services/hooks/useCustomVariablesControllerGetTeamCustomVariablesQuery.d.ts +26 -0
  20. package/dist/sei-panorama-service/src/services/hooks/useCustomVariablesControllerGetTeamCustomVariablesQuery.js +14 -0
  21. package/dist/sei-panorama-service/src/services/hooks/useCustomVariablesControllerListCustomVariablesQuery.d.ts +28 -0
  22. package/dist/sei-panorama-service/src/services/hooks/useCustomVariablesControllerListCustomVariablesQuery.js +14 -0
  23. package/dist/sei-panorama-service/src/services/hooks/useCustomVariablesControllerUpdateCustomVariableMutation.d.ts +28 -0
  24. package/dist/sei-panorama-service/src/services/hooks/useCustomVariablesControllerUpdateCustomVariableMutation.js +14 -0
  25. package/dist/sei-panorama-service/src/services/hooks/useCustomVariablesControllerUpdateTeamCustomVariableTeamOverrideMutation.d.ts +28 -0
  26. package/dist/sei-panorama-service/src/services/hooks/useCustomVariablesControllerUpdateTeamCustomVariableTeamOverrideMutation.js +14 -0
  27. package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerGetTeamFiltersQuery.d.ts +1 -1
  28. package/dist/sei-panorama-service/src/services/hooks/useTeamsControllerGetTeamIntegrationFiltersQuery.d.ts +1 -1
  29. package/dist/sei-panorama-service/src/services/index.d.ts +37 -2
  30. package/dist/sei-panorama-service/src/services/index.js +13 -0
  31. package/dist/sei-panorama-service/src/services/schemas/CanvasDashboardOrgTreeDto.d.ts +21 -0
  32. package/dist/sei-panorama-service/src/services/schemas/CanvasDashboardOrgTreeMappingRequestDto.d.ts +9 -0
  33. package/dist/sei-panorama-service/src/services/schemas/CanvasDashboardOrgTreeMappingRequestDto.js +4 -0
  34. package/dist/sei-panorama-service/src/services/schemas/CreateCanvasDashboardRequestDto.d.ts +10 -0
  35. package/dist/sei-panorama-service/src/services/schemas/CreateCanvasDashboardRequestDto.js +4 -0
  36. package/dist/sei-panorama-service/src/services/schemas/CreateCustomVariableRequestDto.d.ts +20 -0
  37. package/dist/sei-panorama-service/src/services/schemas/CreateCustomVariableRequestDto.js +4 -0
  38. package/dist/sei-panorama-service/src/services/schemas/CustomVariableResponseDto.d.ts +53 -0
  39. package/dist/sei-panorama-service/src/services/schemas/CustomVariableResponseDto.js +4 -0
  40. package/dist/sei-panorama-service/src/services/schemas/CustomVariableTeamOverrideResponseDto.d.ts +40 -0
  41. package/dist/sei-panorama-service/src/services/schemas/CustomVariableTeamOverrideResponseDto.js +4 -0
  42. package/dist/sei-panorama-service/src/services/schemas/CustomVariablesPaginatedResponseDto.d.ts +42 -0
  43. package/dist/sei-panorama-service/src/services/schemas/DoraLttcMttrMetric.d.ts +1 -1
  44. package/dist/sei-panorama-service/src/services/schemas/DrillDownResponseDtoObject.d.ts +1 -1
  45. package/dist/sei-panorama-service/src/services/schemas/EfficiencyProfileEvent.d.ts +1 -1
  46. package/dist/sei-panorama-service/src/services/schemas/IngestionRequest.d.ts +6 -3
  47. package/dist/sei-panorama-service/src/services/schemas/IngestionRequest.js +3 -0
  48. package/dist/sei-panorama-service/src/services/schemas/Integration.d.ts +1 -1
  49. package/dist/sei-panorama-service/src/services/schemas/IntegrationResponseDto.d.ts +2 -2
  50. package/dist/sei-panorama-service/src/services/schemas/MttrConfigurationDto.d.ts +2 -2
  51. package/dist/sei-panorama-service/src/services/schemas/MttrDrillDownResponseDto.d.ts +1 -1
  52. package/dist/sei-panorama-service/src/services/schemas/MttrDrilldownRequest.d.ts +1 -1
  53. package/dist/sei-panorama-service/src/services/schemas/MttrMetric.d.ts +1 -1
  54. package/dist/sei-panorama-service/src/services/schemas/OrgTreeResponseDto.d.ts +4 -0
  55. package/dist/sei-panorama-service/src/services/schemas/TeamCustomVariableResponseDto.d.ts +36 -0
  56. package/dist/sei-panorama-service/src/services/schemas/TeamCustomVariableResponseDto.js +4 -0
  57. package/dist/sei-panorama-service/src/services/schemas/TeamCustomVariablesResponseDto.d.ts +16 -0
  58. package/dist/sei-panorama-service/src/services/schemas/TeamCustomVariablesResponseDto.js +1 -0
  59. package/dist/sei-panorama-service/src/services/schemas/TeamFilterIntegrationSummary.d.ts +1 -1
  60. package/dist/sei-panorama-service/src/services/schemas/TeamFiltersResponseDto.d.ts +1 -1
  61. package/dist/sei-panorama-service/src/services/schemas/UpdateCustomVariableRequestDto.d.ts +15 -0
  62. package/dist/sei-panorama-service/src/services/schemas/UpdateCustomVariableRequestDto.js +4 -0
  63. package/dist/sei-panorama-service/src/services/schemas/UpdateCustomVariableTeamOverrideRequestDto.d.ts +16 -0
  64. package/dist/sei-panorama-service/src/services/schemas/UpdateCustomVariableTeamOverrideRequestDto.js +4 -0
  65. package/package.json +1 -1
  66. package/dist/sei-panorama-service/src/services/schemas/DataRecord.d.ts +0 -20
  67. package/dist/sei-panorama-service/src/services/schemas/RecordBatch.d.ts +0 -15
  68. /package/dist/sei-panorama-service/src/services/schemas/{DataRecord.js → CanvasDashboardOrgTreeDto.js} +0 -0
  69. /package/dist/sei-panorama-service/src/services/schemas/{RecordBatch.js → CustomVariablesPaginatedResponseDto.js} +0 -0
@@ -71,6 +71,18 @@ export type { CacheControllerClearAllCollectionsCacheForAccountErrorResponse, Ca
71
71
  export { cacheControllerClearAllCollectionsCacheForAccount, useCacheControllerClearAllCollectionsCacheForAccountMutation, } from './hooks/useCacheControllerClearAllCollectionsCacheForAccountMutation';
72
72
  export type { CacheControllerClearAllCollectionsCacheErrorResponse, CacheControllerClearAllCollectionsCacheOkResponse, CacheControllerClearAllCollectionsCacheProps, } from './hooks/useCacheControllerClearAllCollectionsCacheMutation';
73
73
  export { cacheControllerClearAllCollectionsCache, useCacheControllerClearAllCollectionsCacheMutation, } from './hooks/useCacheControllerClearAllCollectionsCacheMutation';
74
+ export type { CanvasControllerAddDashboardOrgTreeMappingsErrorResponse, CanvasControllerAddDashboardOrgTreeMappingsMutationPathParams, CanvasControllerAddDashboardOrgTreeMappingsMutationQueryParams, CanvasControllerAddDashboardOrgTreeMappingsOkResponse, CanvasControllerAddDashboardOrgTreeMappingsProps, CanvasControllerAddDashboardOrgTreeMappingsRequestBody, } from './hooks/useCanvasControllerAddDashboardOrgTreeMappingsMutation';
75
+ export { canvasControllerAddDashboardOrgTreeMappings, useCanvasControllerAddDashboardOrgTreeMappingsMutation, } from './hooks/useCanvasControllerAddDashboardOrgTreeMappingsMutation';
76
+ export type { CanvasControllerCreateCanvasDashboardErrorResponse, CanvasControllerCreateCanvasDashboardMutationQueryParams, CanvasControllerCreateCanvasDashboardOkResponse, CanvasControllerCreateCanvasDashboardProps, CanvasControllerCreateCanvasDashboardRequestBody, } from './hooks/useCanvasControllerCreateCanvasDashboardMutation';
77
+ export { canvasControllerCreateCanvasDashboard, useCanvasControllerCreateCanvasDashboardMutation, } from './hooks/useCanvasControllerCreateCanvasDashboardMutation';
78
+ export type { CanvasControllerDeleteCanvasDashboardErrorResponse, CanvasControllerDeleteCanvasDashboardMutationPathParams, CanvasControllerDeleteCanvasDashboardMutationQueryParams, CanvasControllerDeleteCanvasDashboardOkResponse, CanvasControllerDeleteCanvasDashboardProps, } from './hooks/useCanvasControllerDeleteCanvasDashboardMutation';
79
+ export { canvasControllerDeleteCanvasDashboard, useCanvasControllerDeleteCanvasDashboardMutation, } from './hooks/useCanvasControllerDeleteCanvasDashboardMutation';
80
+ export type { CanvasControllerDeleteDashboardOrgTreeMappingsErrorResponse, CanvasControllerDeleteDashboardOrgTreeMappingsMutationPathParams, CanvasControllerDeleteDashboardOrgTreeMappingsMutationQueryParams, CanvasControllerDeleteDashboardOrgTreeMappingsOkResponse, CanvasControllerDeleteDashboardOrgTreeMappingsProps, } from './hooks/useCanvasControllerDeleteDashboardOrgTreeMappingsMutation';
81
+ export { canvasControllerDeleteDashboardOrgTreeMappings, useCanvasControllerDeleteDashboardOrgTreeMappingsMutation, } from './hooks/useCanvasControllerDeleteDashboardOrgTreeMappingsMutation';
82
+ export type { CanvasControllerGetDashboardOrgTreesErrorResponse, CanvasControllerGetDashboardOrgTreesOkResponse, CanvasControllerGetDashboardOrgTreesProps, CanvasControllerGetDashboardOrgTreesQueryPathParams, CanvasControllerGetDashboardOrgTreesQueryQueryParams, } from './hooks/useCanvasControllerGetDashboardOrgTreesQuery';
83
+ export { canvasControllerGetDashboardOrgTrees, useCanvasControllerGetDashboardOrgTreesQuery, } from './hooks/useCanvasControllerGetDashboardOrgTreesQuery';
84
+ export type { CanvasControllerReplaceDashboardOrgTreeMappingsErrorResponse, CanvasControllerReplaceDashboardOrgTreeMappingsMutationPathParams, CanvasControllerReplaceDashboardOrgTreeMappingsMutationQueryParams, CanvasControllerReplaceDashboardOrgTreeMappingsOkResponse, CanvasControllerReplaceDashboardOrgTreeMappingsProps, CanvasControllerReplaceDashboardOrgTreeMappingsRequestBody, } from './hooks/useCanvasControllerReplaceDashboardOrgTreeMappingsMutation';
85
+ export { canvasControllerReplaceDashboardOrgTreeMappings, useCanvasControllerReplaceDashboardOrgTreeMappingsMutation, } from './hooks/useCanvasControllerReplaceDashboardOrgTreeMappingsMutation';
74
86
  export type { CategoryControllerGetCategoryErrorResponse, CategoryControllerGetCategoryOkResponse, CategoryControllerGetCategoryProps, CategoryControllerGetCategoryQueryPathParams, CategoryControllerGetCategoryQueryQueryParams, } from './hooks/useCategoryControllerGetCategoryQuery';
75
87
  export { categoryControllerGetCategory, useCategoryControllerGetCategoryQuery, } from './hooks/useCategoryControllerGetCategoryQuery';
76
88
  export type { CategoryControllerListErrorResponse, CategoryControllerListOkResponse, CategoryControllerListProps, CategoryControllerListQueryQueryParams, } from './hooks/useCategoryControllerListQuery';
@@ -89,6 +101,20 @@ export type { CustomMetricsControllerIngestDataErrorResponse, CustomMetricsContr
89
101
  export { customMetricsControllerIngestData, useCustomMetricsControllerIngestDataMutation, } from './hooks/useCustomMetricsControllerIngestDataMutation';
90
102
  export type { CustomMetricsControllerRegisterSchemaErrorResponse, CustomMetricsControllerRegisterSchemaMutationPathParams, CustomMetricsControllerRegisterSchemaOkResponse, CustomMetricsControllerRegisterSchemaProps, CustomMetricsControllerRegisterSchemaRequestBody, } from './hooks/useCustomMetricsControllerRegisterSchemaMutation';
91
103
  export { customMetricsControllerRegisterSchema, useCustomMetricsControllerRegisterSchemaMutation, } from './hooks/useCustomMetricsControllerRegisterSchemaMutation';
104
+ export type { CustomVariablesControllerCreateCustomVariableErrorResponse, CustomVariablesControllerCreateCustomVariableMutationQueryParams, CustomVariablesControllerCreateCustomVariableOkResponse, CustomVariablesControllerCreateCustomVariableProps, CustomVariablesControllerCreateCustomVariableRequestBody, } from './hooks/useCustomVariablesControllerCreateCustomVariableMutation';
105
+ export { customVariablesControllerCreateCustomVariable, useCustomVariablesControllerCreateCustomVariableMutation, } from './hooks/useCustomVariablesControllerCreateCustomVariableMutation';
106
+ export type { CustomVariablesControllerDeleteCustomVariableErrorResponse, CustomVariablesControllerDeleteCustomVariableMutationPathParams, CustomVariablesControllerDeleteCustomVariableMutationQueryParams, CustomVariablesControllerDeleteCustomVariableOkResponse, CustomVariablesControllerDeleteCustomVariableProps, } from './hooks/useCustomVariablesControllerDeleteCustomVariableMutation';
107
+ export { customVariablesControllerDeleteCustomVariable, useCustomVariablesControllerDeleteCustomVariableMutation, } from './hooks/useCustomVariablesControllerDeleteCustomVariableMutation';
108
+ export type { CustomVariablesControllerDeleteTeamCustomVariableTeamOverrideErrorResponse, CustomVariablesControllerDeleteTeamCustomVariableTeamOverrideMutationPathParams, CustomVariablesControllerDeleteTeamCustomVariableTeamOverrideMutationQueryParams, CustomVariablesControllerDeleteTeamCustomVariableTeamOverrideOkResponse, CustomVariablesControllerDeleteTeamCustomVariableTeamOverrideProps, } from './hooks/useCustomVariablesControllerDeleteTeamCustomVariableTeamOverrideMutation';
109
+ export { customVariablesControllerDeleteTeamCustomVariableTeamOverride, useCustomVariablesControllerDeleteTeamCustomVariableTeamOverrideMutation, } from './hooks/useCustomVariablesControllerDeleteTeamCustomVariableTeamOverrideMutation';
110
+ export type { CustomVariablesControllerGetTeamCustomVariablesErrorResponse, CustomVariablesControllerGetTeamCustomVariablesOkResponse, CustomVariablesControllerGetTeamCustomVariablesProps, CustomVariablesControllerGetTeamCustomVariablesQueryPathParams, CustomVariablesControllerGetTeamCustomVariablesQueryQueryParams, } from './hooks/useCustomVariablesControllerGetTeamCustomVariablesQuery';
111
+ export { customVariablesControllerGetTeamCustomVariables, useCustomVariablesControllerGetTeamCustomVariablesQuery, } from './hooks/useCustomVariablesControllerGetTeamCustomVariablesQuery';
112
+ export type { CustomVariablesControllerListCustomVariablesErrorResponse, CustomVariablesControllerListCustomVariablesOkResponse, CustomVariablesControllerListCustomVariablesProps, CustomVariablesControllerListCustomVariablesQueryQueryParams, } from './hooks/useCustomVariablesControllerListCustomVariablesQuery';
113
+ export { customVariablesControllerListCustomVariables, useCustomVariablesControllerListCustomVariablesQuery, } from './hooks/useCustomVariablesControllerListCustomVariablesQuery';
114
+ export type { CustomVariablesControllerUpdateCustomVariableErrorResponse, CustomVariablesControllerUpdateCustomVariableMutationPathParams, CustomVariablesControllerUpdateCustomVariableMutationQueryParams, CustomVariablesControllerUpdateCustomVariableOkResponse, CustomVariablesControllerUpdateCustomVariableProps, CustomVariablesControllerUpdateCustomVariableRequestBody, } from './hooks/useCustomVariablesControllerUpdateCustomVariableMutation';
115
+ export { customVariablesControllerUpdateCustomVariable, useCustomVariablesControllerUpdateCustomVariableMutation, } from './hooks/useCustomVariablesControllerUpdateCustomVariableMutation';
116
+ export type { CustomVariablesControllerUpdateTeamCustomVariableTeamOverrideErrorResponse, CustomVariablesControllerUpdateTeamCustomVariableTeamOverrideMutationPathParams, CustomVariablesControllerUpdateTeamCustomVariableTeamOverrideMutationQueryParams, CustomVariablesControllerUpdateTeamCustomVariableTeamOverrideOkResponse, CustomVariablesControllerUpdateTeamCustomVariableTeamOverrideProps, CustomVariablesControllerUpdateTeamCustomVariableTeamOverrideRequestBody, } from './hooks/useCustomVariablesControllerUpdateTeamCustomVariableTeamOverrideMutation';
117
+ export { customVariablesControllerUpdateTeamCustomVariableTeamOverride, useCustomVariablesControllerUpdateTeamCustomVariableTeamOverrideMutation, } from './hooks/useCustomVariablesControllerUpdateTeamCustomVariableTeamOverrideMutation';
92
118
  export type { DeveloperControllerActivateDeveloperVersionErrorResponse, DeveloperControllerActivateDeveloperVersionMutationPathParams, DeveloperControllerActivateDeveloperVersionOkResponse, DeveloperControllerActivateDeveloperVersionProps, DeveloperControllerActivateDeveloperVersionRequestBody, } from './hooks/useDeveloperControllerActivateDeveloperVersionMutation';
93
119
  export { developerControllerActivateDeveloperVersion, useDeveloperControllerActivateDeveloperVersionMutation, } from './hooks/useDeveloperControllerActivateDeveloperVersionMutation';
94
120
  export type { DeveloperControllerApproveDevelopersSaveErrorResponse, DeveloperControllerApproveDevelopersSaveMutationPathParams, DeveloperControllerApproveDevelopersSaveOkResponse, DeveloperControllerApproveDevelopersSaveProps, } from './hooks/useDeveloperControllerApproveDevelopersSaveMutation';
@@ -530,6 +556,8 @@ export type { BaseRatingConfig } from './schemas/BaseRatingConfig';
530
556
  export type { BreakdownRecord } from './schemas/BreakdownRecord';
531
557
  export type { BuildInfo } from './schemas/BuildInfo';
532
558
  export type { CancelledBy } from './schemas/CancelledBy';
559
+ export type { CanvasDashboardOrgTreeDto } from './schemas/CanvasDashboardOrgTreeDto';
560
+ export type { CanvasDashboardOrgTreeMappingRequestDto } from './schemas/CanvasDashboardOrgTreeMappingRequestDto';
533
561
  export type { Category } from './schemas/Category';
534
562
  export type { CfrConfigurationDto } from './schemas/CfrConfigurationDto';
535
563
  export type { CloudIdentity } from './schemas/CloudIdentity';
@@ -545,15 +573,19 @@ export type { CollectionFilter } from './schemas/CollectionFilter';
545
573
  export type { CollectionTree } from './schemas/CollectionTree';
546
574
  export type { ColumnDefinition } from './schemas/ColumnDefinition';
547
575
  export type { CommitInfo } from './schemas/CommitInfo';
576
+ export type { CreateCanvasDashboardRequestDto } from './schemas/CreateCanvasDashboardRequestDto';
577
+ export type { CreateCustomVariableRequestDto } from './schemas/CreateCustomVariableRequestDto';
548
578
  export type { CreatedBy } from './schemas/CreatedBy';
549
579
  export type { CursorMetrics } from './schemas/CursorMetrics';
580
+ export type { CustomVariableResponseDto } from './schemas/CustomVariableResponseDto';
581
+ export type { CustomVariableTeamOverrideResponseDto } from './schemas/CustomVariableTeamOverrideResponseDto';
582
+ export type { CustomVariablesPaginatedResponseDto } from './schemas/CustomVariablesPaginatedResponseDto';
550
583
  export type { DailyCountDataPoint } from './schemas/DailyCountDataPoint';
551
584
  export type { DailyLicenseUsageResponseDto } from './schemas/DailyLicenseUsageResponseDto';
552
585
  export type { DataPoint } from './schemas/DataPoint';
553
586
  export type { DataPointBreakdown } from './schemas/DataPointBreakdown';
554
587
  export type { DataPointChangeFailureRate } from './schemas/DataPointChangeFailureRate';
555
588
  export type { DataPointDeploymentFrequency } from './schemas/DataPointDeploymentFrequency';
556
- export type { DataRecord } from './schemas/DataRecord';
557
589
  export type { DateRange } from './schemas/DateRange';
558
590
  export type { DbListResponseCategory } from './schemas/DbListResponseCategory';
559
591
  export type { DbListResponseCollectionTree } from './schemas/DbListResponseCollectionTree';
@@ -769,7 +801,6 @@ export type { RankConfig } from './schemas/RankConfig';
769
801
  export type { RatingConfig } from './schemas/RatingConfig';
770
802
  export type { RatingDto } from './schemas/RatingDto';
771
803
  export type { RatingLevel } from './schemas/RatingLevel';
772
- export type { RecordBatch } from './schemas/RecordBatch';
773
804
  export type { RefIdDto } from './schemas/RefIdDto';
774
805
  export type { ReleaseIssueDto } from './schemas/ReleaseIssueDto';
775
806
  export type { ReleaseIssuesResponseWrapper } from './schemas/ReleaseIssuesResponseWrapper';
@@ -829,6 +860,8 @@ export type { SummarySection } from './schemas/SummarySection';
829
860
  export type { SummaryValue } from './schemas/SummaryValue';
830
861
  export type { SummaryValueChange } from './schemas/SummaryValueChange';
831
862
  export type { TeamAccessDto } from './schemas/TeamAccessDto';
863
+ export type { TeamCustomVariableResponseDto } from './schemas/TeamCustomVariableResponseDto';
864
+ export type { TeamCustomVariablesResponseDto } from './schemas/TeamCustomVariablesResponseDto';
832
865
  export type { TeamDeveloperDto } from './schemas/TeamDeveloperDto';
833
866
  export type { TeamDeveloperSearchParams } from './schemas/TeamDeveloperSearchParams';
834
867
  export type { TeamDevelopersDto } from './schemas/TeamDevelopersDto';
@@ -851,6 +884,8 @@ export type { TenantMvAnalysis } from './schemas/TenantMvAnalysis';
851
884
  export type { ToolSummary } from './schemas/ToolSummary';
852
885
  export type { TotalStatisticCount } from './schemas/TotalStatisticCount';
853
886
  export type { TrendDataPoint } from './schemas/TrendDataPoint';
887
+ export type { UpdateCustomVariableRequestDto } from './schemas/UpdateCustomVariableRequestDto';
888
+ export type { UpdateCustomVariableTeamOverrideRequestDto } from './schemas/UpdateCustomVariableTeamOverrideRequestDto';
854
889
  export type { UserInfo } from './schemas/UserInfo';
855
890
  export type { UserMetrics } from './schemas/UserMetrics';
856
891
  export type { ValidationError } from './schemas/ValidationError';
@@ -34,6 +34,12 @@ export { cacheControllerClearAllCategoriesCacheForAccount, useCacheControllerCle
34
34
  export { cacheControllerClearAllCategoriesCache, useCacheControllerClearAllCategoriesCacheMutation, } from './hooks/useCacheControllerClearAllCategoriesCacheMutation';
35
35
  export { cacheControllerClearAllCollectionsCacheForAccount, useCacheControllerClearAllCollectionsCacheForAccountMutation, } from './hooks/useCacheControllerClearAllCollectionsCacheForAccountMutation';
36
36
  export { cacheControllerClearAllCollectionsCache, useCacheControllerClearAllCollectionsCacheMutation, } from './hooks/useCacheControllerClearAllCollectionsCacheMutation';
37
+ export { canvasControllerAddDashboardOrgTreeMappings, useCanvasControllerAddDashboardOrgTreeMappingsMutation, } from './hooks/useCanvasControllerAddDashboardOrgTreeMappingsMutation';
38
+ export { canvasControllerCreateCanvasDashboard, useCanvasControllerCreateCanvasDashboardMutation, } from './hooks/useCanvasControllerCreateCanvasDashboardMutation';
39
+ export { canvasControllerDeleteCanvasDashboard, useCanvasControllerDeleteCanvasDashboardMutation, } from './hooks/useCanvasControllerDeleteCanvasDashboardMutation';
40
+ export { canvasControllerDeleteDashboardOrgTreeMappings, useCanvasControllerDeleteDashboardOrgTreeMappingsMutation, } from './hooks/useCanvasControllerDeleteDashboardOrgTreeMappingsMutation';
41
+ export { canvasControllerGetDashboardOrgTrees, useCanvasControllerGetDashboardOrgTreesQuery, } from './hooks/useCanvasControllerGetDashboardOrgTreesQuery';
42
+ export { canvasControllerReplaceDashboardOrgTreeMappings, useCanvasControllerReplaceDashboardOrgTreeMappingsMutation, } from './hooks/useCanvasControllerReplaceDashboardOrgTreeMappingsMutation';
37
43
  export { categoryControllerGetCategory, useCategoryControllerGetCategoryQuery, } from './hooks/useCategoryControllerGetCategoryQuery';
38
44
  export { categoryControllerList, useCategoryControllerListQuery, } from './hooks/useCategoryControllerListQuery';
39
45
  export { collectionControllerGetCollectionTree, useCollectionControllerGetCollectionTreeQuery, } from './hooks/useCollectionControllerGetCollectionTreeQuery';
@@ -43,6 +49,13 @@ export { customMetricsControllerGetIngestionStatus, useCustomMetricsControllerGe
43
49
  export { customMetricsControllerGetSchema, useCustomMetricsControllerGetSchemaQuery, } from './hooks/useCustomMetricsControllerGetSchemaQuery';
44
50
  export { customMetricsControllerIngestData, useCustomMetricsControllerIngestDataMutation, } from './hooks/useCustomMetricsControllerIngestDataMutation';
45
51
  export { customMetricsControllerRegisterSchema, useCustomMetricsControllerRegisterSchemaMutation, } from './hooks/useCustomMetricsControllerRegisterSchemaMutation';
52
+ export { customVariablesControllerCreateCustomVariable, useCustomVariablesControllerCreateCustomVariableMutation, } from './hooks/useCustomVariablesControllerCreateCustomVariableMutation';
53
+ export { customVariablesControllerDeleteCustomVariable, useCustomVariablesControllerDeleteCustomVariableMutation, } from './hooks/useCustomVariablesControllerDeleteCustomVariableMutation';
54
+ export { customVariablesControllerDeleteTeamCustomVariableTeamOverride, useCustomVariablesControllerDeleteTeamCustomVariableTeamOverrideMutation, } from './hooks/useCustomVariablesControllerDeleteTeamCustomVariableTeamOverrideMutation';
55
+ export { customVariablesControllerGetTeamCustomVariables, useCustomVariablesControllerGetTeamCustomVariablesQuery, } from './hooks/useCustomVariablesControllerGetTeamCustomVariablesQuery';
56
+ export { customVariablesControllerListCustomVariables, useCustomVariablesControllerListCustomVariablesQuery, } from './hooks/useCustomVariablesControllerListCustomVariablesQuery';
57
+ export { customVariablesControllerUpdateCustomVariable, useCustomVariablesControllerUpdateCustomVariableMutation, } from './hooks/useCustomVariablesControllerUpdateCustomVariableMutation';
58
+ export { customVariablesControllerUpdateTeamCustomVariableTeamOverride, useCustomVariablesControllerUpdateTeamCustomVariableTeamOverrideMutation, } from './hooks/useCustomVariablesControllerUpdateTeamCustomVariableTeamOverrideMutation';
46
59
  export { developerControllerActivateDeveloperVersion, useDeveloperControllerActivateDeveloperVersionMutation, } from './hooks/useDeveloperControllerActivateDeveloperVersionMutation';
47
60
  export { developerControllerApproveDevelopersSave, useDeveloperControllerApproveDevelopersSaveMutation, } from './hooks/useDeveloperControllerApproveDevelopersSaveMutation';
48
61
  export { developerControllerDeleteDevelopers, useDeveloperControllerDeleteDevelopersMutation, } from './hooks/useDeveloperControllerDeleteDevelopersMutation';
@@ -0,0 +1,21 @@
1
+ /**
2
+ * Response DTO for canvas dashboard org tree association
3
+ */
4
+ export interface CanvasDashboardOrgTreeDto {
5
+ /**
6
+ * Indicates whether the org tree is associated with the dashboard
7
+ * @example true
8
+ */
9
+ isAssociated?: boolean;
10
+ /**
11
+ * Organization tree ID
12
+ * @format int32
13
+ * @example 1
14
+ */
15
+ orgTreeId?: number;
16
+ /**
17
+ * Organization tree name
18
+ * @example "Engineering"
19
+ */
20
+ orgTreeName?: string;
21
+ }
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Request DTO for updating canvas dashboard org tree mappings
3
+ */
4
+ export interface CanvasDashboardOrgTreeMappingRequestDto {
5
+ /**
6
+ * List of organization tree IDs to associate with the dashboard
7
+ */
8
+ orgTreeIds: number[];
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 {};
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Request DTO for creating a canvas dashboard
3
+ */
4
+ export interface CreateCanvasDashboardRequestDto {
5
+ /**
6
+ * Dashboard ID from UDP
7
+ * @example "dashboard_123"
8
+ */
9
+ id: string;
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,20 @@
1
+ /**
2
+ * Request to create a new custom variable
3
+ */
4
+ export interface CreateCustomVariableRequestDto {
5
+ /**
6
+ * Default values for the custom variable
7
+ * @example ["P0","P1","P2"]
8
+ */
9
+ defaultValues: string[];
10
+ /**
11
+ * Description of the custom variable
12
+ * @example "Priority levels for bugs"
13
+ */
14
+ description?: string;
15
+ /**
16
+ * Name of the custom variable
17
+ * @example "bug_priority"
18
+ */
19
+ name: string;
20
+ }
@@ -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,53 @@
1
+ /**
2
+ * Custom variable details
3
+ */
4
+ export interface CustomVariableResponseDto {
5
+ /**
6
+ * Creation timestamp
7
+ * @format date-time
8
+ * @example "2026-02-22T10:30:00Z"
9
+ */
10
+ createdAt: string;
11
+ /**
12
+ * Default values
13
+ * @example ["P0","P1","P2"]
14
+ */
15
+ defaultValues: string[];
16
+ /**
17
+ * Description of the custom variable
18
+ * @example "Priority levels for bugs"
19
+ */
20
+ description?: string;
21
+ /**
22
+ * Custom variable ID
23
+ * @format int32
24
+ * @example 123
25
+ */
26
+ id: number;
27
+ /**
28
+ * Name of the custom variable
29
+ * @example "bug_priority"
30
+ */
31
+ name: string;
32
+ /**
33
+ * Operator for the custom variable
34
+ * @example "IN"
35
+ */
36
+ operator: string;
37
+ /**
38
+ * Organization identifier
39
+ * @example "org456"
40
+ */
41
+ orgId: string;
42
+ /**
43
+ * Project identifier
44
+ * @example "proj123"
45
+ */
46
+ projectId: string;
47
+ /**
48
+ * Last update timestamp
49
+ * @format date-time
50
+ * @example "2026-02-22T11:45:00Z"
51
+ */
52
+ updatedAt: string;
53
+ }
@@ -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,40 @@
1
+ /**
2
+ * Team custom variable override details
3
+ */
4
+ export interface CustomVariableTeamOverrideResponseDto {
5
+ /**
6
+ * Creation timestamp
7
+ * @format date-time
8
+ * @example "2026-02-22T10:30:00Z"
9
+ */
10
+ createdAt: string;
11
+ /**
12
+ * Custom variable ID
13
+ * @format int32
14
+ * @example 123
15
+ */
16
+ customVariableId: number;
17
+ /**
18
+ * Override ID
19
+ * @format int32
20
+ * @example 456
21
+ */
22
+ id: number;
23
+ /**
24
+ * Override values
25
+ * @example ["P0","P1"]
26
+ */
27
+ overrideValues: string[];
28
+ /**
29
+ * Team reference ID
30
+ * @format int32
31
+ * @example 789
32
+ */
33
+ teamRefId: number;
34
+ /**
35
+ * Last update timestamp
36
+ * @format date-time
37
+ * @example "2026-02-22T12:00:00Z"
38
+ */
39
+ updatedAt: string;
40
+ }
@@ -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,42 @@
1
+ import type { CustomVariableResponseDto } from '../schemas/CustomVariableResponseDto';
2
+ /**
3
+ * Paginated list of custom variables
4
+ */
5
+ export interface CustomVariablesPaginatedResponseDto {
6
+ /**
7
+ * List of custom variables for the current page
8
+ */
9
+ customVariables: CustomVariableResponseDto[];
10
+ /**
11
+ * Whether there is a next page available
12
+ */
13
+ hasNext: boolean;
14
+ /**
15
+ * Whether there is a previous page available
16
+ */
17
+ hasPrevious: boolean;
18
+ /**
19
+ * Current page number (0-based)
20
+ * @format int32
21
+ * @example 0
22
+ */
23
+ pageIndex: number;
24
+ /**
25
+ * Number of items per page
26
+ * @format int32
27
+ * @example 100
28
+ */
29
+ pageSize: number;
30
+ /**
31
+ * Total number of custom variables across all pages
32
+ * @format int64
33
+ * @example 25
34
+ */
35
+ totalItems: number;
36
+ /**
37
+ * Total number of pages
38
+ * @format int32
39
+ * @example 1
40
+ */
41
+ totalPages: number;
42
+ }
@@ -2,7 +2,7 @@ import type { DataPoint } from '../schemas/DataPoint';
2
2
  import type { RatingDto } from '../schemas/RatingDto';
3
3
  import type { Stage } from '../schemas/Stage';
4
4
  export interface DoraLttcMttrMetric {
5
- basedOn?: 'AI' | 'CD' | 'CI' | 'CUSTOM_INGESTION' | 'IM' | 'ITSM' | 'SCM' | 'SECURITY';
5
+ basedOn?: 'AI' | 'CD' | 'CI' | 'CUSTOM_INGESTION' | 'IM' | 'ITSM' | 'SCM' | 'SECURITY' | 'TEST_MANAGEMENT';
6
6
  dataPoints?: DataPoint[];
7
7
  /**
8
8
  * @format date-time
@@ -4,7 +4,7 @@ export interface DrillDownResponseDtoObject {
4
4
  * @format int32
5
5
  */
6
6
  count?: number;
7
- integrationType?: 'AI' | 'CD' | 'CI' | 'CUSTOM_INGESTION' | 'IM' | 'ITSM' | 'SCM' | 'SECURITY';
7
+ integrationType?: 'AI' | 'CD' | 'CI' | 'CUSTOM_INGESTION' | 'IM' | 'ITSM' | 'SCM' | 'SECURITY' | 'TEST_MANAGEMENT';
8
8
  pagination?: PaginationInfo;
9
9
  records?: Array<{
10
10
  [key: string]: any;
@@ -1,4 +1,4 @@
1
1
  export interface EfficiencyProfileEvent {
2
2
  eventName?: string;
3
- integrationType: 'AI' | 'CD' | 'CI' | 'CUSTOM_INGESTION' | 'IM' | 'ITSM' | 'SCM' | 'SECURITY';
3
+ integrationType: 'AI' | 'CD' | 'CI' | 'CUSTOM_INGESTION' | 'IM' | 'ITSM' | 'SCM' | 'SECURITY' | 'TEST_MANAGEMENT';
4
4
  }
@@ -1,10 +1,13 @@
1
- import type { RecordBatch } from '../schemas/RecordBatch';
2
1
  /**
3
2
  * Request for ingesting external data
4
3
  */
5
4
  export interface IngestionRequest {
6
5
  /**
7
- * List of record batches to ingest, grouped by record type
6
+ * List of records to ingest. Each record is a map of column names to values matching the schema.
8
7
  */
9
- batches: RecordBatch[];
8
+ data: Array<{
9
+ [key: string]: {
10
+ [key: string]: any;
11
+ };
12
+ }>;
10
13
  }
@@ -1 +1,4 @@
1
+ /* eslint-disable */
2
+ // This code is autogenerated using @harnessio/oats-cli.
3
+ // Please do not modify this code directly.
1
4
  export {};
@@ -3,6 +3,6 @@ export interface Integration {
3
3
  * @format int32
4
4
  */
5
5
  id?: number;
6
- integrationType?: 'AI' | 'CD' | 'CI' | 'CUSTOM_INGESTION' | 'IM' | 'ITSM' | 'SCM' | 'SECURITY';
6
+ integrationType?: 'AI' | 'CD' | 'CI' | 'CUSTOM_INGESTION' | 'IM' | 'ITSM' | 'SCM' | 'SECURITY' | 'TEST_MANAGEMENT';
7
7
  name?: string;
8
8
  }
@@ -5,7 +5,7 @@ export interface IntegrationResponseDto {
5
5
  /**
6
6
  * Application type
7
7
  */
8
- applicationType?: 'ADO_BOARDS' | 'ADO_PIPELINES' | 'ADO_REPOS' | 'ARMORCODE' | 'BITBUCKET' | 'BITBUCKET_SERVER' | 'CLAUDE_CODE' | 'CURSOR' | 'CUSTOM' | 'CUSTOM_INGESTION' | 'GITHUB' | 'GITHUB_ACTIONS' | 'GITHUB_COPILOT' | 'GITLAB' | 'HARNESSCODE' | 'HARNESSNG' | 'HARNESS_CD' | 'HARNESS_CI' | 'JENKINS' | 'JIRA' | 'SERVICENOW' | 'SNYK' | 'WINDSURF' | 'WIZ';
8
+ applicationType?: 'ADO_BOARDS' | 'ADO_PIPELINES' | 'ADO_REPOS' | 'ARMORCODE' | 'BITBUCKET' | 'BITBUCKET_SERVER' | 'CLAUDE_CODE' | 'CURSOR' | 'CUSTOM' | 'CUSTOM_INGESTION' | 'GITHUB' | 'GITHUB_ACTIONS' | 'GITHUB_COPILOT' | 'GITLAB' | 'HARNESSCODE' | 'HARNESSNG' | 'HARNESS_CD' | 'HARNESS_CI' | 'JENKINS' | 'JIRA' | 'QTEST' | 'SERVICENOW' | 'SNYK' | 'WINDSURF' | 'WIZ';
9
9
  /**
10
10
  * Integration ID
11
11
  * @format int32
@@ -14,7 +14,7 @@ export interface IntegrationResponseDto {
14
14
  /**
15
15
  * Integration type
16
16
  */
17
- integrationType?: 'AI' | 'CD' | 'CI' | 'CUSTOM_INGESTION' | 'IM' | 'ITSM' | 'SCM' | 'SECURITY';
17
+ integrationType?: 'AI' | 'CD' | 'CI' | 'CUSTOM_INGESTION' | 'IM' | 'ITSM' | 'SCM' | 'SECURITY' | 'TEST_MANAGEMENT';
18
18
  /**
19
19
  * Integration name
20
20
  */
@@ -13,9 +13,9 @@ export interface MttrConfigurationDto {
13
13
  */
14
14
  event?: EfficiencyProfileEvent;
15
15
  /**
16
- * ITSM-specific: Include incidents that were created or updated during the selected time range. Defaults to UPDATED.
16
+ * ITSM-specific: Include incidents based on time range. CREATED=created during range, UPDATED=updated during range, ALL=no time filter. Defaults to ALL.
17
17
  */
18
- itsmTimeRangeType?: 'CREATED' | 'UPDATED';
18
+ itsmTimeRangeType?: 'ALL' | 'CREATED' | 'UPDATED';
19
19
  /**
20
20
  * Rating configuration for MTTR thresholds
21
21
  */
@@ -18,7 +18,7 @@ export interface MttrDrillDownResponseDto {
18
18
  /**
19
19
  * Integration type for this response
20
20
  */
21
- integrationType?: 'AI' | 'CD' | 'CI' | 'CUSTOM_INGESTION' | 'IM' | 'ITSM' | 'SCM' | 'SECURITY';
21
+ integrationType?: 'AI' | 'CD' | 'CI' | 'CUSTOM_INGESTION' | 'IM' | 'ITSM' | 'SCM' | 'SECURITY' | 'TEST_MANAGEMENT';
22
22
  /**
23
23
  * ITSM records (ServiceNow incidents/change requests)
24
24
  */
@@ -13,7 +13,7 @@ export interface MttrDrilldownRequest {
13
13
  [key: string]: any;
14
14
  };
15
15
  };
16
- groupBy?: 'assigneeId' | 'assignmentGroup' | 'businessService' | 'issueKey' | 'number' | 'owner';
16
+ groupBy?: 'assigneeId' | 'issueKey';
17
17
  /**
18
18
  * @format int32
19
19
  */
@@ -1,7 +1,7 @@
1
1
  import type { MttrDataPoint } from '../schemas/MttrDataPoint';
2
2
  import type { RatingDto } from '../schemas/RatingDto';
3
3
  export interface MttrMetric {
4
- basedOn?: 'AI' | 'CD' | 'CI' | 'CUSTOM_INGESTION' | 'IM' | 'ITSM' | 'SCM' | 'SECURITY';
4
+ basedOn?: 'AI' | 'CD' | 'CI' | 'CUSTOM_INGESTION' | 'IM' | 'ITSM' | 'SCM' | 'SECURITY' | 'TEST_MANAGEMENT';
5
5
  dataPoints?: MttrDataPoint[];
6
6
  /**
7
7
  * @format date-time
@@ -8,6 +8,10 @@ export interface OrgTreeResponseDto {
8
8
  */
9
9
  access?: boolean;
10
10
  businessAlignmentProfile?: OrgTreeProfileDto;
11
+ /**
12
+ * List of canvas dashboard IDs associated with this org tree
13
+ */
14
+ canvasDashboardIds?: string[];
11
15
  /**
12
16
  * @format int64
13
17
  */
@@ -0,0 +1,36 @@
1
+ /**
2
+ * Custom variable with team-specific values
3
+ */
4
+ export interface TeamCustomVariableResponseDto {
5
+ /**
6
+ * Description of the custom variable
7
+ * @example "Priority levels for bugs"
8
+ */
9
+ description?: string;
10
+ /**
11
+ * Custom variable ID
12
+ * @format int32
13
+ * @example 123
14
+ */
15
+ id: number;
16
+ /**
17
+ * Indicates whether the values are overridden for this team (true) or using default values (false)
18
+ * @example true
19
+ */
20
+ isOverridden: boolean;
21
+ /**
22
+ * Name of the custom variable
23
+ * @example "bug_priority"
24
+ */
25
+ name: string;
26
+ /**
27
+ * Operator for the custom variable
28
+ * @example "IN"
29
+ */
30
+ operator: string;
31
+ /**
32
+ * Values for this team (either overridden or default values)
33
+ * @example ["P0","P1"]
34
+ */
35
+ values: string[];
36
+ }
@@ -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 { TeamCustomVariableResponseDto } from '../schemas/TeamCustomVariableResponseDto';
2
+ /**
3
+ * List of custom variables for a team with team-specific values
4
+ */
5
+ export interface TeamCustomVariablesResponseDto {
6
+ /**
7
+ * List of custom variables with team-specific values
8
+ */
9
+ customVariables: TeamCustomVariableResponseDto[];
10
+ /**
11
+ * Team reference ID
12
+ * @format int32
13
+ * @example 456
14
+ */
15
+ teamRefId: number;
16
+ }
@@ -17,5 +17,5 @@ export interface TeamFilterIntegrationSummary {
17
17
  * Integration type
18
18
  * @example "GITHUB"
19
19
  */
20
- integration_type?: 'AI' | 'CD' | 'CI' | 'CUSTOM_INGESTION' | 'IM' | 'ITSM' | 'SCM' | 'SECURITY';
20
+ integration_type?: 'AI' | 'CD' | 'CI' | 'CUSTOM_INGESTION' | 'IM' | 'ITSM' | 'SCM' | 'SECURITY' | 'TEST_MANAGEMENT';
21
21
  }
@@ -13,7 +13,7 @@ export interface TeamFiltersResponseDto {
13
13
  /**
14
14
  * List of integration types that have filters configured
15
15
  */
16
- configured_integration_types?: Array<'AI' | 'CD' | 'CI' | 'CUSTOM_INGESTION' | 'IM' | 'ITSM' | 'SCM' | 'SECURITY'>;
16
+ configured_integration_types?: Array<'AI' | 'CD' | 'CI' | 'CUSTOM_INGESTION' | 'IM' | 'ITSM' | 'SCM' | 'SECURITY' | 'TEST_MANAGEMENT'>;
17
17
  /**
18
18
  * Insight configurations grouped by insight type
19
19
  */
@@ -0,0 +1,15 @@
1
+ /**
2
+ * Request to update a custom variable (name is immutable)
3
+ */
4
+ export interface UpdateCustomVariableRequestDto {
5
+ /**
6
+ * Updated default values (if provided, must not be empty)
7
+ * @example ["P0","P1","P2","P3"]
8
+ */
9
+ defaultValues?: string[];
10
+ /**
11
+ * Updated description
12
+ * @example "Updated priority levels for bugs"
13
+ */
14
+ description?: string;
15
+ }
@@ -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
+ /**
2
+ * Request to update team custom variable override
3
+ */
4
+ export interface UpdateCustomVariableTeamOverrideRequestDto {
5
+ /**
6
+ * Custom variable ID
7
+ * @format int32
8
+ * @example 123
9
+ */
10
+ customVariableId: number;
11
+ /**
12
+ * Override values for this team
13
+ * @example ["P0","P1"]
14
+ */
15
+ overrideValues: string[];
16
+ }