@harnessio/react-template-service-client 0.6.0 → 0.7.0

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.
@@ -25,6 +25,14 @@ export interface TemplateMetadataSummaryResponse {
25
25
  */
26
26
  entity_type?: 'CustomDeployment' | 'MonitoredService' | 'Pipeline' | 'SecretManager' | 'Stage' | 'Step' | 'StepGroup';
27
27
  git_details?: EntityGitDetails;
28
+ /**
29
+ * Name of an icon of corresponding template
30
+ */
31
+ icon_name?: string;
32
+ /**
33
+ * URL of an icon of a template
34
+ */
35
+ icon_url?: string;
28
36
  /**
29
37
  * Template identifier
30
38
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harnessio/react-template-service-client",
3
- "version": "0.6.0",
3
+ "version": "0.7.0",
4
4
  "description": "Harness React template service client - Template APIs integrated with react hooks",
5
5
  "author": "Harness Inc",
6
6
  "license": "MIT",