@overmap-ai/core 1.0.63-org-doc-improvements.0 → 1.0.63-org-doc-improvements.1

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.
@@ -5190,7 +5190,7 @@ class IssueTypeService extends BaseApiService {
5190
5190
  offline_id: offlineIssueType.offline_id,
5191
5191
  submitted_at: offlineIssueType.submitted_at,
5192
5192
  icon: offlineIssueType.icon,
5193
- icon_color: offlineIssueType.icon_color,
5193
+ icon_color: offlineIssueType.color,
5194
5194
  name: offlineIssueType.name,
5195
5195
  description: offlineIssueType.description
5196
5196
  },