@harnessio/react-idp-service-client 0.49.9 → 0.49.10

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.
@@ -192,6 +192,7 @@ export type { BackstagePermissionsResponse } from './schemas/BackstagePermission
192
192
  export type { BaseIntegrationRequest } from './schemas/BaseIntegrationRequest';
193
193
  export type { BaseIntegrationResponse } from './schemas/BaseIntegrationResponse';
194
194
  export type { CatalogConnectorInfo } from './schemas/CatalogConnectorInfo';
195
+ export type { CdEntityAsIdpEntity } from './schemas/CdEntityAsIdpEntity';
195
196
  export type { Check } from './schemas/Check';
196
197
  export type { CheckDetails } from './schemas/CheckDetails';
197
198
  export type { CheckDetailsRequest } from './schemas/CheckDetailsRequest';
@@ -0,0 +1,9 @@
1
+ export interface CdEntityAsIdpEntity {
2
+ domain: string;
3
+ harness_absolute_identifier: string;
4
+ harness_type: string;
5
+ name: string;
6
+ owner: string;
7
+ system: string;
8
+ type: 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 {};
@@ -1,12 +1,6 @@
1
+ import type { CdEntityAsIdpEntity } from '../schemas/CdEntityAsIdpEntity';
1
2
  export interface OnboardingCdEntitiesFetchResponse {
2
- cd_entities_as_idp_entities: Array<{
3
- harness_absolute_identifier: string;
4
- harness_type: string;
5
- name: string;
6
- owner: string;
7
- system: string;
8
- type: string;
9
- }>;
3
+ entities: CdEntityAsIdpEntity[];
10
4
  organizations_count: number;
11
5
  projects_count: number;
12
6
  services_count: number;
@@ -1,4 +1 @@
1
- /* eslint-disable */
2
- // This code is autogenerated using @harnessio/oats-cli.
3
- // Please do not modify this code directly.
4
1
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harnessio/react-idp-service-client",
3
- "version": "0.49.9",
3
+ "version": "0.49.10",
4
4
  "description": "Harness React idp service client - IDP APIs integrated with react hooks",
5
5
  "author": "Harness Inc",
6
6
  "license": "MIT",