@harnessio/react-sei-panorama-service-client 0.22.3 → 0.22.4
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.
- package/dist/sei-panorama-service/src/services/index.d.ts +1 -0
- package/dist/sei-panorama-service/src/services/schemas/ActivityDataDto.d.ts +14 -0
- package/dist/sei-panorama-service/src/services/schemas/ActivityDataDto.js +4 -0
- package/dist/sei-panorama-service/src/services/schemas/IntegrationHealthStatusDto.d.ts +3 -0
- package/dist/sei-panorama-service/src/services/schemas/IntegrationHealthStatusDto.js +0 -3
- package/package.json +1 -1
|
@@ -293,6 +293,7 @@ export type { TeamsControllerUpdateTeamIntegrationsErrorResponse, TeamsControlle
|
|
|
293
293
|
export { teamsControllerUpdateTeamIntegrations, useTeamsControllerUpdateTeamIntegrationsMutation, } from './hooks/useTeamsControllerUpdateTeamIntegrationsMutation';
|
|
294
294
|
export type { TeamsControllerUpdateTeamErrorResponse, TeamsControllerUpdateTeamMutationPathParams, TeamsControllerUpdateTeamMutationQueryParams, TeamsControllerUpdateTeamOkResponse, TeamsControllerUpdateTeamProps, TeamsControllerUpdateTeamRequestBody, } from './hooks/useTeamsControllerUpdateTeamMutation';
|
|
295
295
|
export { teamsControllerUpdateTeam, useTeamsControllerUpdateTeamMutation, } from './hooks/useTeamsControllerUpdateTeamMutation';
|
|
296
|
+
export type { ActivityDataDto } from './schemas/ActivityDataDto';
|
|
296
297
|
export type { BaBreakdownDto } from './schemas/BaBreakdownDto';
|
|
297
298
|
export type { BaCategoryDto } from './schemas/BaCategoryDto';
|
|
298
299
|
export type { BaCategoryMetric } from './schemas/BaCategoryMetric';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@harnessio/react-sei-panorama-service-client",
|
|
3
|
-
"version": "0.22.
|
|
3
|
+
"version": "0.22.4",
|
|
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",
|