@harnessio/react-sei-panorama-service-client 0.21.15 → 0.21.16

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.
@@ -10,7 +10,7 @@ export interface DeveloperValidationErrorDto {
10
10
  /**
11
11
  * Type of validation error
12
12
  */
13
- errorType?: 'CIRCULAR_REFERENCE' | 'DUPLICATE_EMAIL' | 'REQUIRED_FIELD_MISSING';
13
+ errorType?: 'CIRCULAR_REFERENCE' | 'DUPLICATE_EMAIL' | 'MANAGER_EMAIL_MISSING_IN_DEVELOPER_EMAILS' | 'REQUIRED_FIELD_MISSING' | 'REQUIRED_VALUE_MISSING';
14
14
  fieldName?: string;
15
15
  /**
16
16
  * Sample records with this error
@@ -7,6 +7,11 @@ export interface VersionReleaseRequest {
7
7
  * Pagination request
8
8
  */
9
9
  pagination?: PaginationRequest;
10
+ /**
11
+ * Team reference ID for filtering issues by team integrations
12
+ * @format int32
13
+ */
14
+ teamRefId?: number;
10
15
  /**
11
16
  * Version identifier
12
17
  * @format int32
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harnessio/react-sei-panorama-service-client",
3
- "version": "0.21.15",
3
+ "version": "0.21.16",
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",