@spotify/backstage-plugin-soundcheck 0.13.0 → 0.14.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.
Files changed (219) hide show
  1. package/CHANGELOG.md +42 -0
  2. package/alpha/package.json +1 -1
  3. package/dist/alpha/pages.esm.js +1 -1
  4. package/dist/alpha.d.ts +1 -1
  5. package/dist/api.esm.js +1 -1
  6. package/dist/components/Badges/BaseBadge.esm.js +1 -1
  7. package/dist/components/Badges/CampaignBadge.esm.js +1 -1
  8. package/dist/components/Badges/CertificationBadge.esm.js +1 -1
  9. package/dist/components/Badges/NoLevelBadge.esm.js +5 -1
  10. package/dist/components/Badges/PlaylistBadge.esm.js +1 -1
  11. package/dist/components/CampaignCreatePage/CampaignCreatePage.esm.js +2 -0
  12. package/dist/components/CampaignDetailsPage/CampaignChecks.esm.js +1 -1
  13. package/dist/components/CampaignDetailsPage/CampaignDetailRow.esm.js +1 -1
  14. package/dist/components/CampaignDetailsPage/CampaignDetails.esm.js +1 -1
  15. package/dist/components/CampaignDetailsPage/CampaignDetailsPage.esm.js +1 -1
  16. package/dist/components/CampaignDetailsPage/CampaignMilestones.esm.js +1 -1
  17. package/dist/components/CampaignDetailsPage/CampaignProgress.esm.js +1 -1
  18. package/dist/components/CampaignForm/CampaignForm.esm.js +1 -1
  19. package/dist/components/CampaignForm/Steps/CampaignDetailsStep/CampaignDescriptionField.esm.js +1 -1
  20. package/dist/components/CampaignForm/Steps/CampaignDetailsStep/CampaignNameField.esm.js +1 -1
  21. package/dist/components/CampaignForm/Steps/CampaignDetailsStep/CampaignOwnerField.esm.js +1 -1
  22. package/dist/components/CampaignForm/Steps/CampaignDetailsStep/CampaignScheduleField.esm.js +1 -1
  23. package/dist/components/CampaignForm/Steps/CampaignMilestonesStep.esm.js +1 -1
  24. package/dist/components/CampaignForm/utils/campaignFormUtils.esm.js +1 -1
  25. package/dist/components/CampaignForm/utils/validation.esm.js +1 -1
  26. package/dist/components/CampaignsPage/CampaignEmptyState.esm.js +1 -1
  27. package/dist/components/CampaignsPage/CampaignListPage/CampaignListPage.esm.js +1 -1
  28. package/dist/components/CampaignsPage/CampaignsPage.esm.js +1 -1
  29. package/dist/components/CampaignsPage/EditCampaignView.esm.js +1 -1
  30. package/dist/components/CertificationAccordion/CertificationAccordion.esm.js +1 -1
  31. package/dist/components/CertificationSidebar/CertificationSummary.esm.js +1 -1
  32. package/dist/components/CertificationSidebar/Check.esm.js +1 -1
  33. package/dist/components/CertificationsPage/CertificationsPage.esm.js +1 -1
  34. package/dist/components/CheckCard/CheckCard.esm.js +1 -1
  35. package/dist/components/CheckCreatePage/CheckCreatePage.esm.js +2 -0
  36. package/dist/components/CheckDetails/ResultStateBox.esm.js +1 -1
  37. package/dist/components/CheckDryRun/CheckDryRun.esm.js +2 -0
  38. package/dist/components/CheckDryRun/CheckDryRunContext.esm.js +2 -0
  39. package/dist/components/CheckDryRun/CheckDryRunDetails.esm.js +2 -0
  40. package/dist/components/CheckDryRun/CheckDryRunDialog.esm.js +2 -0
  41. package/dist/components/CheckDryRun/CheckDryRunDialogButton.esm.js +2 -0
  42. package/dist/components/CheckDryRun/checkDryRunUtils.esm.js +2 -0
  43. package/dist/components/CheckForm/CheckForm.esm.js +1 -1
  44. package/dist/components/CheckForm/FormFields/CheckDescriptionInput/CheckDescriptionInput.esm.js +1 -1
  45. package/dist/components/CheckForm/FormFields/CheckNameInput/CheckNameInput.esm.js +1 -1
  46. package/dist/components/CheckForm/FormFields/CheckPathResolverInput.esm.js +2 -0
  47. package/dist/components/CheckForm/FormFields/RuleInput/AddMenuButton.esm.js +1 -1
  48. package/dist/components/CheckForm/FormFields/RuleInput/Conditions/ConditionList.esm.js +1 -1
  49. package/dist/components/CheckForm/FormFields/RuleInput/Conditions/FactValueDisplay.esm.js +2 -0
  50. package/dist/components/CheckForm/FormFields/RuleInput/Conditions/RuleConditionInput.esm.js +1 -1
  51. package/dist/components/CheckForm/FormFields/RuleInput/Conditions/ValueListContext.esm.js +2 -0
  52. package/dist/components/CheckForm/FormFields/RuleInput/Conditions/ValueListInput.esm.js +2 -0
  53. package/dist/components/CheckForm/FormFields/RuleInput/Conditions/styles.esm.js +1 -1
  54. package/dist/components/CheckForm/FormFields/RuleInput/Conditions/useRuleOptions.esm.js +1 -1
  55. package/dist/components/CheckForm/FormFields/RuleInput/Expressions/ExpressionTypeToggle.esm.js +1 -1
  56. package/dist/components/CheckForm/FormFields/RuleInput/RuleInputBox.esm.js +1 -1
  57. package/dist/components/CheckForm/FormFields/RuleInput/useRuleInputHandlers.esm.js +1 -1
  58. package/dist/components/CheckForm/FormFields/TeamDetailsInput/TeamDetailsInput.esm.js +1 -1
  59. package/dist/components/CheckForm/Steps/CheckDetailsStep.esm.js +1 -1
  60. package/dist/components/CheckForm/Steps/CheckReviewStep.esm.js +2 -0
  61. package/dist/components/CheckForm/Steps/CheckRulesStep.esm.js +1 -1
  62. package/dist/components/CheckForm/types/ExpressionType.esm.js +1 -1
  63. package/dist/components/CheckForm/useCheckForm.esm.js +1 -1
  64. package/dist/components/CheckForm/utils/checkFormUtils.esm.js +1 -1
  65. package/dist/components/CheckForm/utils/validation.esm.js +1 -1
  66. package/dist/components/CheckIcon/CheckIcon.esm.js +1 -1
  67. package/dist/components/CheckPage/CheckDetailsView.esm.js +1 -1
  68. package/dist/components/CheckPage/CheckEditView.esm.js +1 -1
  69. package/dist/components/CheckPage/CheckInsightsPage.esm.js +1 -1
  70. package/dist/components/CheckPage/CheckStatusBar.esm.js +1 -1
  71. package/dist/components/CheckPage/CheckStatusHistoryChart.esm.js +1 -1
  72. package/dist/components/CheckPage/FilterBar/FilterBar.esm.js +1 -1
  73. package/dist/components/CheckTemplatesPage/CheckTemplatesPage.esm.js +2 -0
  74. package/dist/components/CheckTemplatesPage/TemplateCategory.esm.js +2 -0
  75. package/dist/components/ChecksPage/CheckListPage/CheckListPage.esm.js +1 -1
  76. package/dist/components/ChecksPage/ChecksPage.esm.js +1 -1
  77. package/dist/components/ChecksTab/ChecksTab.esm.js +1 -1
  78. package/dist/components/CollectorPage/CollectorPage.esm.js +1 -1
  79. package/dist/components/CollectorPage/Configurators/Common/CollectorOption.esm.js +2 -0
  80. package/dist/components/CollectorPage/Configurators/Common/FactCollectionConfig.esm.js +2 -0
  81. package/dist/components/CollectorPage/Configurators/Common/utils.esm.js +2 -0
  82. package/dist/components/CollectorPage/Configurators/Configurator.esm.js +1 -1
  83. package/dist/components/CollectorPage/Configurators/DataDog/DataDogConfigurator.esm.js +2 -0
  84. package/dist/components/CollectorPage/Configurators/DataDog/utils.esm.js +2 -0
  85. package/dist/components/CollectorPage/Configurators/Github/GithubConfigurator.esm.js +1 -1
  86. package/dist/components/CollectorPage/Configurators/Github/utils.esm.js +1 -1
  87. package/dist/components/CollectorPage/Configurators/Jira/IssuesSearchFactDetailsComponent.esm.js +2 -0
  88. package/dist/components/CollectorPage/Configurators/Jira/JiraConfigurator.esm.js +2 -0
  89. package/dist/components/CollectorPage/Configurators/Jira/utils.esm.js +2 -0
  90. package/dist/components/CollectorPage/Configurators/Jira/validation.esm.js +2 -0
  91. package/dist/components/CollectorPage/Configurators/Kubernetes/KubernetesConfigurator.esm.js +2 -0
  92. package/dist/components/CollectorPage/Configurators/Kubernetes/utils.esm.js +2 -0
  93. package/dist/components/CollectorPage/Configurators/PagerDuty/IncidentsFactDetailsComponent.esm.js +2 -0
  94. package/dist/components/CollectorPage/Configurators/PagerDuty/PagerDutyConfigurator.esm.js +2 -0
  95. package/dist/components/CollectorPage/Configurators/PagerDuty/StatusesComponent.esm.js +2 -0
  96. package/dist/components/CollectorPage/Configurators/PagerDuty/utils.esm.js +2 -0
  97. package/dist/components/CollectorPage/Configurators/PagerDuty/validation.esm.js +2 -0
  98. package/dist/components/CollectorPage/Configurators/SCM/ExistsFactDetailsComponent.esm.js +2 -0
  99. package/dist/components/CollectorPage/Configurators/SCM/FactCollectionConfig.esm.js +2 -0
  100. package/dist/components/CollectorPage/Configurators/SCM/FactDetailsComponent.esm.js +2 -0
  101. package/dist/components/CollectorPage/Configurators/SCM/JsonFactDetailsComponent.esm.js +2 -0
  102. package/dist/components/CollectorPage/Configurators/SCM/RegexFactDetailsComponent.esm.js +2 -0
  103. package/dist/components/CollectorPage/Configurators/SCM/ScmConfigurator.esm.js +2 -0
  104. package/dist/components/CollectorPage/Configurators/SCM/utils.esm.js +2 -0
  105. package/dist/components/CollectorPage/Configurators/SCM/validation.esm.js +2 -0
  106. package/dist/components/CollectorPage/Configurators/SonarQube/MeasuresFactDetailsInput.esm.js +2 -0
  107. package/dist/components/CollectorPage/Configurators/SonarQube/MetricsInput.esm.js +2 -0
  108. package/dist/components/CollectorPage/Configurators/SonarQube/SonarQubeConfigurator.esm.js +2 -0
  109. package/dist/components/CollectorPage/Configurators/SonarQube/utils.esm.js +2 -0
  110. package/dist/components/CollectorPage/Configurators/SonarQube/validation.esm.js +2 -0
  111. package/dist/components/CollectorsPage/CollectorListPage/CollectorListPage.esm.js +1 -1
  112. package/dist/components/CollectorsPage/CollectorListPage/CollectorLogo.esm.js +1 -1
  113. package/dist/components/CollectorsPage/CollectorListPage/CollectorSummaryCard.esm.js +1 -1
  114. package/dist/components/CollectorsPage/CollectorsPage.esm.js +1 -1
  115. package/dist/components/EntitySoundcheckCard/Card.esm.js +1 -1
  116. package/dist/components/ExpandableSection/ExpandableSection.esm.js +2 -0
  117. package/dist/components/FactExplorer/FactExplorer.esm.js +2 -0
  118. package/dist/components/FactExplorer/FactExplorerContext.esm.js +2 -0
  119. package/dist/components/FactExplorer/FactExplorerDialog.esm.js +2 -0
  120. package/dist/components/FactExplorer/useFactOptions.esm.js +2 -0
  121. package/dist/components/Filter/EntityAutocompletePicker.esm.js +1 -1
  122. package/dist/components/Filter/FilterPreviewTable/EntityTableToolbar.esm.js +1 -1
  123. package/dist/components/Filter/FilterPreviewTable/FilterPreviewTable.esm.js +1 -1
  124. package/dist/components/Filter/utils.esm.js +1 -1
  125. package/dist/components/FooterButtons/FooterButtons.esm.js +1 -1
  126. package/dist/components/FormControlledAutocomplete/ControlledAutocomplete.esm.js +2 -0
  127. package/dist/components/FormControlledAutocomplete/FormControlledAutocomplete.esm.js +2 -0
  128. package/dist/components/FormControlledAutocomplete/useLabelOptions.esm.js +2 -0
  129. package/dist/components/FormFieldLabel/FormFieldLabel.esm.js +2 -0
  130. package/dist/components/FormStepper/FormStepper.esm.js +1 -1
  131. package/dist/components/FormattedPreview/FormattedPreview.esm.js +4 -0
  132. package/dist/components/Frequency/FrequencyComponent.esm.js +1 -1
  133. package/dist/components/LevelCard/LevelCard.esm.js +1 -1
  134. package/dist/components/ListboxVirtualized/ListboxVirtualized.esm.js +2 -0
  135. package/dist/components/MultiSelectFilter/MultiSelectFilter.esm.js +1 -1
  136. package/dist/components/OverviewPage/CampaignBanner/CampaignBanner.esm.js +1 -1
  137. package/dist/components/OverviewPage/OverviewPageContent.esm.js +1 -1
  138. package/dist/components/OverviewTable/Cell/EntityRefCell.esm.js +1 -1
  139. package/dist/components/OverviewTable/Cell/HighestLevelBadge.esm.js +1 -1
  140. package/dist/components/OverviewTable/ResultsTableHeader.esm.js +1 -1
  141. package/dist/components/PassRateTable/PassRateTable.esm.js +3 -1
  142. package/dist/components/QuickstartPage/HowDoIListItem.esm.js +2 -0
  143. package/dist/components/QuickstartPage/QuickStartChecksCard.esm.js +2 -0
  144. package/dist/components/QuickstartPage/QuickstartCardBase.esm.js +2 -0
  145. package/dist/components/QuickstartPage/QuickstartCollectorConfigurationsCard.esm.js +2 -0
  146. package/dist/components/QuickstartPage/QuickstartPage.esm.js +2 -0
  147. package/dist/components/QuickstartPage/QuickstartTracksCard.esm.js +2 -0
  148. package/dist/components/QuickstartPage/WelcomeHelpSection.esm.js +7 -0
  149. package/dist/components/QuickstartPage/WelcomeModal.esm.js +2 -0
  150. package/dist/components/QuickstartPage/styles.esm.js +2 -0
  151. package/dist/components/RoutingPage/RoutingPage.esm.js +1 -1
  152. package/dist/components/SearchBar/SearchBar.esm.js +1 -1
  153. package/dist/components/SearchFilters/SearchFilters.esm.js +1 -1
  154. package/dist/components/SoundcheckDialog/SoundcheckDialog.esm.js +2 -0
  155. package/dist/components/SoundcheckHeader/Breadcrumbs.esm.js +2 -0
  156. package/dist/components/SoundcheckHeader/SoundcheckHeader.esm.js +2 -0
  157. package/dist/components/SoundcheckHeader/SoundcheckHeaderContext.esm.js +2 -0
  158. package/dist/components/SoundcheckHeader/headerUtil.esm.js +2 -0
  159. package/dist/components/SoundcheckHeader/useHeader.esm.js +2 -0
  160. package/dist/components/SummaryCard/SummaryCard.esm.js +1 -1
  161. package/dist/components/TechHealth/Filters/FacetFilter.esm.js +1 -1
  162. package/dist/components/TechHealth/TechHealth.esm.js +1 -1
  163. package/dist/components/TechHealthTabs/ActionColumn.esm.js +1 -1
  164. package/dist/components/TechHealthTabs/CheckResultsTab/CheckResultsTab.esm.js +1 -1
  165. package/dist/components/TrackCreatePage/TrackCreatePage.esm.js +2 -0
  166. package/dist/components/{EditTrackPage/EditTrackPage.esm.js → TrackEditPage/TrackEditPage.esm.js} +2 -2
  167. package/dist/components/TrackEditPage/TrackEditView.esm.js +2 -0
  168. package/dist/components/TrackForm/Steps/LevelsStep/ChecksSection/ChecksSection.esm.js +1 -1
  169. package/dist/components/TrackForm/Steps/TrackDetailsStep/TrackDescriptionInput/TrackDescriptionInput.esm.js +1 -1
  170. package/dist/components/TrackForm/Steps/TrackDetailsStep/TrackDocumentationUrlInput/TrackDocumentationUrlInput.esm.js +1 -1
  171. package/dist/components/TrackForm/Steps/TrackDetailsStep/TrackNameInput/TrackNameInput.esm.js +1 -1
  172. package/dist/components/TrackForm/Steps/TrackDetailsStep/TrackOwnerSelect/TrackOwnerSelect.esm.js +1 -1
  173. package/dist/components/TrackForm/TrackForm.esm.js +1 -1
  174. package/dist/components/TrackForm/utils/trackFormUtils.esm.js +1 -1
  175. package/dist/components/TrackForm/utils/validation.esm.js +1 -1
  176. package/dist/components/TrackPage/FilterBar/FilterBar.esm.js +1 -1
  177. package/dist/components/TrackPage/TrackEntitiesTable/TrackEntitiesTable.esm.js +1 -1
  178. package/dist/components/TrackPage/TrackEntitiesTable/utils.esm.js +1 -1
  179. package/dist/components/TrackPage/TrackPage.esm.js +1 -1
  180. package/dist/components/TrackPage/TrackProgressCard.esm.js +1 -1
  181. package/dist/components/TracksPage/TrackListPage/TrackListPage.esm.js +1 -1
  182. package/dist/components/TracksPage/TracksPage.esm.js +1 -1
  183. package/dist/components/TracksTab/TracksTab.esm.js +1 -1
  184. package/dist/contexts/GenericFormContext.esm.js +1 -1
  185. package/dist/graphql/generated/index.esm.js +99 -33
  186. package/dist/hooks/catalog/useGetEntityRefs.esm.js +2 -0
  187. package/dist/hooks/checks/useCheckTemplates.esm.js +2 -0
  188. package/dist/hooks/checks/useExecuteCheck.esm.js +1 -1
  189. package/dist/hooks/checks/useGetChecks.esm.js +1 -1
  190. package/dist/hooks/collectors/useGetFactSchema.esm.js +1 -1
  191. package/dist/hooks/collectors/useUpdateCollectorConfig.esm.js +1 -1
  192. package/dist/hooks/graphqlKeys.esm.js +1 -1
  193. package/dist/hooks/useGetFact.esm.js +2 -0
  194. package/dist/hooks/useGetPathResolvers.esm.js +2 -0
  195. package/dist/images/gitlab-rgb.svg +1 -0
  196. package/dist/images/gitlab-white.svg +1 -0
  197. package/dist/images/jira-rgb.svg +25 -0
  198. package/dist/images/jira-white.svg +25 -0
  199. package/dist/images/sonarqube-rgb.svg +14 -0
  200. package/dist/images/sonarqube-white.svg +14 -0
  201. package/dist/index.d.ts +1 -1
  202. package/dist/plugin.esm.js +1 -1
  203. package/dist/routes.esm.js +1 -1
  204. package/dist/utils/export.esm.js +3 -3
  205. package/dist/utils/formStyles.esm.js +1 -1
  206. package/dist/utils/validation.esm.js +1 -1
  207. package/package.json +20 -17
  208. package/dist/components/CampaignForm/CampaignFormDescription.esm.js +0 -2
  209. package/dist/components/CampaignsPage/AddCampaignView.esm.js +0 -2
  210. package/dist/components/CheckForm/CheckFormDescription.esm.js +0 -2
  211. package/dist/components/CheckForm/FormFields/RuleInput/Conditions/ControlledAutocomplete.esm.js +0 -2
  212. package/dist/components/ChecksPage/AddCheckView.esm.js +0 -2
  213. package/dist/components/CollectorPage/Configurators/Github/FactCollectionConfig.esm.js +0 -2
  214. package/dist/components/EditTrackPage/EditTrackView.esm.js +0 -2
  215. package/dist/components/FormControlledSelect/FormControlledSelect.esm.js +0 -2
  216. package/dist/components/FullScreenDialog/FullScreenDialog.esm.js +0 -2
  217. package/dist/components/RoutingPage/Breadcrumbs.esm.js +0 -2
  218. package/dist/components/RoutingPage/utils.esm.js +0 -2
  219. package/dist/components/TracksPage/AddTrackView.esm.js +0 -2
@@ -1,4 +1,4 @@
1
- import i from"graphql-tag";var u=(a=>(a.Medal="MEDAL",a))(u||{}),c=(a=>(a.CheckPassRate="CHECK_PASS_RATE",a.Lifecycle="LIFECYCLE",a.Name="NAME",a.Owner="OWNER",a.State="STATE",a.System="SYSTEM",a.Type="TYPE",a))(c||{}),l=(a=>(a.Asc="ASC",a.Desc="DESC",a))(l||{}),g=(a=>(a.Error="ERROR",a.Failed="FAILED",a.NotApplicable="NOT_APPLICABLE",a.NotReported="NOT_REPORTED",a.Passed="PASSED",a.Warning="WARNING",a))(g||{}),d=(a=>(a.CertificationLevel="CERTIFICATION_LEVEL",a.CheckPassRate="CHECK_PASS_RATE",a.Lifecycle="LIFECYCLE",a.Name="NAME",a.Owner="OWNER",a.System="SYSTEM",a.Type="TYPE",a))(d||{});const p=i`
1
+ import i from"graphql-tag";var u=(a=>(a.Medal="MEDAL",a))(u||{}),c=(a=>(a.CheckPassRate="CHECK_PASS_RATE",a.Lifecycle="LIFECYCLE",a.Name="NAME",a.Owner="OWNER",a.State="STATE",a.System="SYSTEM",a.Type="TYPE",a))(c||{}),l=(a=>(a.Asc="ASC",a.Desc="DESC",a))(l||{}),g=(a=>(a.Error="ERROR",a.Failed="FAILED",a.NotApplicable="NOT_APPLICABLE",a.NotReported="NOT_REPORTED",a.Passed="PASSED",a.Warning="WARNING",a))(g||{}),p=(a=>(a.CertificationLevel="CERTIFICATION_LEVEL",a.CheckPassRate="CHECK_PASS_RATE",a.Lifecycle="LIFECYCLE",a.Name="NAME",a.Owner="OWNER",a.System="SYSTEM",a.Type="TYPE",a))(p||{});const d=i`
2
2
  fragment CertificationSummary on Certification {
3
3
  entityRef
4
4
  program {
@@ -48,7 +48,7 @@ import i from"graphql-tag";var u=(a=>(a.Medal="MEDAL",a))(u||{}),c=(a=>(a.CheckP
48
48
  filter
49
49
  }
50
50
  }
51
- `,C=i`
51
+ `,f=i`
52
52
  fragment milestone on Milestone {
53
53
  id
54
54
  name
@@ -56,7 +56,7 @@ import i from"graphql-tag";var u=(a=>(a.Medal="MEDAL",a))(u||{}),c=(a=>(a.CheckP
56
56
  targetPercent
57
57
  targetCompletionDate
58
58
  }
59
- `,f=i`
59
+ `,C=i`
60
60
  fragment CheckResultSummary on CheckResult {
61
61
  id
62
62
  name
@@ -82,7 +82,7 @@ import i from"graphql-tag";var u=(a=>(a.Medal="MEDAL",a))(u||{}),c=(a=>(a.CheckP
82
82
  ...CheckResultSummary
83
83
  }
84
84
  }
85
- ${f}`,y=i`
85
+ ${C}`,h=i`
86
86
  fragment CheckResultDetails on CheckResult {
87
87
  id
88
88
  name
@@ -91,7 +91,7 @@ import i from"graphql-tag";var u=(a=>(a.Medal="MEDAL",a))(u||{}),c=(a=>(a.CheckP
91
91
  timestamp
92
92
  notes
93
93
  }
94
- `,h=i`
94
+ `,y=i`
95
95
  fragment OverviewLevelResult on OverviewLevelResult {
96
96
  ordinal
97
97
  name
@@ -165,7 +165,7 @@ import i from"graphql-tag";var u=(a=>(a.Medal="MEDAL",a))(u||{}),c=(a=>(a.CheckP
165
165
  description
166
166
  }
167
167
  }
168
- `,q=i`
168
+ `,$=i`
169
169
  mutation createProgram($input: ProgramInput!) {
170
170
  program: createProgram(input: $input) {
171
171
  id
@@ -175,7 +175,7 @@ import i from"graphql-tag";var u=(a=>(a.Medal="MEDAL",a))(u||{}),c=(a=>(a.CheckP
175
175
  documentationURL
176
176
  }
177
177
  }
178
- `,$=i`
178
+ `,q=i`
179
179
  mutation deleteCampaign($campaignId: String!) {
180
180
  campaignDeleted: deleteCampaign(campaignId: $campaignId)
181
181
  }
@@ -187,15 +187,31 @@ import i from"graphql-tag";var u=(a=>(a.Medal="MEDAL",a))(u||{}),c=(a=>(a.CheckP
187
187
  mutation deleteProgram($programId: String!) {
188
188
  programDeleted: deleteProgram(programId: $programId)
189
189
  }
190
- `,I=i`
190
+ `,S=i`
191
191
  mutation executeCheck($input: ExecuteCheckInput!) {
192
192
  result: executeCheck(input: $input) {
193
193
  id
194
194
  entityRef
195
195
  result
196
+ details {
197
+ notes {
198
+ data
199
+ }
200
+ }
201
+ facts {
202
+ factRef
203
+ data
204
+ timestamp
205
+ entityRef
206
+ }
207
+ ruleResults {
208
+ name
209
+ factResult
210
+ result
211
+ }
196
212
  }
197
213
  }
198
- `,S=i`
214
+ `,I=i`
199
215
  mutation updateCampaign($input: CampaignInput!) {
200
216
  campaign: updateCampaign(input: $input) {
201
217
  id
@@ -241,7 +257,7 @@ import i from"graphql-tag";var u=(a=>(a.Medal="MEDAL",a))(u||{}),c=(a=>(a.CheckP
241
257
  ...CertificationSummary
242
258
  }
243
259
  }
244
- ${p}`,L=i`
260
+ ${d}`,L=i`
245
261
  query getCampaignOwners {
246
262
  campaignOwners
247
263
  }
@@ -311,7 +327,7 @@ import i from"graphql-tag";var u=(a=>(a.Medal="MEDAL",a))(u||{}),c=(a=>(a.CheckP
311
327
  }
312
328
  }
313
329
  }
314
- ${C}
330
+ ${f}
315
331
  ${m}`,A=i`
316
332
  query getCertificationDetails($entityRef: String!) {
317
333
  certifications(entityRef: $entityRef, includeFilteredChecks: false) {
@@ -367,7 +383,7 @@ ${o}`,b=i`
367
383
  }
368
384
  }
369
385
  }
370
- `,x=i`
386
+ `,M=i`
371
387
  query getCertificationStatusHistory($input: CertificationStatusHistoryInput!) {
372
388
  certificationStatusHistory(input: $input) {
373
389
  numberOfEntities
@@ -383,13 +399,13 @@ ${o}`,b=i`
383
399
  }
384
400
  }
385
401
  }
386
- `,M=i`
402
+ `,x=i`
387
403
  query getCheckResultDetails($entityRef: String!, $programId: String!, $checkId: String!) {
388
404
  checkResult(entityRef: $entityRef, programId: $programId, checkId: $checkId) {
389
405
  ...CheckResultDetails
390
406
  }
391
407
  }
392
- ${y}`,B=i`
408
+ ${h}`,B=i`
393
409
  query getCheckEntities($input: CheckEntitiesInput!) {
394
410
  checkEntities(input: $input) {
395
411
  totalCount
@@ -438,6 +454,25 @@ ${o}`,b=i`
438
454
  }
439
455
  }
440
456
  `,Y=i`
457
+ query getCheckTemplates {
458
+ checkerTemplates {
459
+ id
460
+ title
461
+ summary
462
+ category
463
+ supportChannel
464
+ name
465
+ description
466
+ rule
467
+ warning
468
+ passedMessage
469
+ failedMessage
470
+ filter
471
+ schedule
472
+ pathResolver
473
+ }
474
+ }
475
+ `,W=i`
441
476
  query getCheckers($filter: ListEntityFilter!) {
442
477
  checkers(filter: $filter) {
443
478
  totalCount
@@ -456,6 +491,7 @@ ${o}`,b=i`
456
491
  filter
457
492
  isEditable
458
493
  schedule
494
+ pathResolver
459
495
  }
460
496
  }
461
497
  pageInfo {
@@ -466,11 +502,11 @@ ${o}`,b=i`
466
502
  }
467
503
  }
468
504
  }
469
- `,W=i`
505
+ `,K=i`
470
506
  query getEntityRefsForTechHealthFilter($ownerEntityRef: String) {
471
507
  entityRefsForTechHealthFilter(ownerEntityRef: $ownerEntityRef)
472
508
  }
473
- `,K=i`
509
+ `,j=i`
474
510
  query getFacetsForOwner($ownerEntityRef: String!) {
475
511
  facetsForOwner(ownerEntityRef: $ownerEntityRef) {
476
512
  types {
@@ -480,7 +516,31 @@ ${o}`,b=i`
480
516
  }
481
517
  }
482
518
  }
483
- `,j=i`
519
+ `,z=i`
520
+ query getFact($entityRef: String!, $factRef: String!, $path: String, $pathResolver: String, $refresh: Boolean) {
521
+ fact(
522
+ entityRef: $entityRef
523
+ factRef: $factRef
524
+ path: $path
525
+ pathResolver: $pathResolver
526
+ refresh: $refresh
527
+ ) {
528
+ fact {
529
+ factRef
530
+ data
531
+ entityRef
532
+ timestamp
533
+ }
534
+ collectionError {
535
+ factRef
536
+ errorMessage
537
+ entityRef
538
+ timestamp
539
+ }
540
+ resolvedValue
541
+ }
542
+ }
543
+ `,J=i`
484
544
  query getCollectors($ids: [String!]) {
485
545
  collectors(ids: $ids) {
486
546
  id
@@ -498,13 +558,13 @@ ${o}`,b=i`
498
558
  }
499
559
  }
500
560
  }
501
- `,z=i`
561
+ `,Q=i`
502
562
  query getFactSchemas($collectorId: String!, $factName: String!) {
503
563
  factSchema(collectorId: $collectorId, factName: $factName) {
504
564
  schema
505
565
  }
506
566
  }
507
- `,J=i`
567
+ `,X=i`
508
568
  query getIndividualCheckPassRates($filter: Filter) {
509
569
  individualCheckPassRates(filter: $filter) {
510
570
  id
@@ -515,7 +575,7 @@ ${o}`,b=i`
515
575
  trendPassRates
516
576
  }
517
577
  }
518
- `,Q=i`
578
+ `,Z=i`
519
579
  query getIndividualEntityPassRates($input: PassRatesInput) {
520
580
  individualEntityPassRates(input: $input) {
521
581
  totalCount
@@ -537,7 +597,7 @@ ${o}`,b=i`
537
597
  }
538
598
  }
539
599
  }
540
- `,X=i`
600
+ `,ee=i`
541
601
  query getIndividualGroupPassRates($input: PassRatesInput) {
542
602
  groupPassRates(input: $input) {
543
603
  totalCount
@@ -559,7 +619,7 @@ ${o}`,b=i`
559
619
  }
560
620
  }
561
621
  }
562
- `,Z=i`
622
+ `,te=i`
563
623
  query getIndividualTrackPassRate($filter: Filter) {
564
624
  individualTrackPassRate(filter: $filter) {
565
625
  id
@@ -574,25 +634,25 @@ ${o}`,b=i`
574
634
  }
575
635
  }
576
636
  }
577
- `,ee=i`
637
+ `,re=i`
578
638
  query getOperators {
579
639
  operators {
580
640
  name
581
641
  title
582
642
  }
583
643
  }
584
- `,te=i`
644
+ `,ae=i`
585
645
  query getOverallCheckPassRates($filter: Filter) {
586
646
  overallCheckPassRates(filter: $filter)
587
647
  }
588
- `,re=i`
648
+ `,ie=i`
589
649
  query getOverallEntityPassRates($filter: Filter) {
590
650
  overallEntityPassRates(filter: $filter) {
591
651
  id
592
652
  trendPassRates
593
653
  }
594
654
  }
595
- `,ae=i`
655
+ `,ne=i`
596
656
  query getOverallGroupPassRates($input: PassRatesInput) {
597
657
  groupPassRates(input: $input) {
598
658
  totalCount
@@ -612,7 +672,7 @@ ${o}`,b=i`
612
672
  }
613
673
  }
614
674
  }
615
- `,ie=i`
675
+ `,se=i`
616
676
  query getOverallTrackPassRate($filter: Filter) {
617
677
  overallTrackPassRate(filter: $filter) {
618
678
  levelOrdinal
@@ -620,7 +680,13 @@ ${o}`,b=i`
620
680
  trendPassRates
621
681
  }
622
682
  }
623
- `,ne=i`
683
+ `,oe=i`
684
+ query getPathResolvers {
685
+ pathResolvers {
686
+ id
687
+ }
688
+ }
689
+ `,ue=i`
624
690
  query getPlaylists($entityRef: String!) {
625
691
  playlists(entityRef: $entityRef) {
626
692
  id
@@ -630,7 +696,7 @@ ${o}`,b=i`
630
696
  trackIds
631
697
  }
632
698
  }
633
- `,se=i`
699
+ `,ce=i`
634
700
  query getProgramOverviewForOwner($ownerEntityRef: String!, $facet: FacetInput, $first: Int, $after: String) {
635
701
  programOverviewForOwner(
636
702
  ownerEntityRef: $ownerEntityRef
@@ -660,7 +726,7 @@ ${o}`,b=i`
660
726
  }
661
727
  }
662
728
  ${s}
663
- ${h}`,oe=i`
729
+ ${y}`,le=i`
664
730
  query getTrackEntities($input: TrackEntitiesInput!) {
665
731
  trackEntities(input: $input) {
666
732
  totalCount
@@ -701,11 +767,11 @@ ${h}`,oe=i`
701
767
  }
702
768
  }
703
769
  }
704
- `,ue=i`
770
+ `,ge=i`
705
771
  query getTrackOwners {
706
772
  trackOwners
707
773
  }
708
- `,ce=i`
774
+ `,pe=i`
709
775
  query getTracks($filter: ListEntityFilter!) {
710
776
  programs(filter: $filter) {
711
777
  totalCount
@@ -733,5 +799,5 @@ ${h}`,oe=i`
733
799
  }
734
800
  }
735
801
  }
736
- ${R}`,le=(a,n,e,t)=>a();function ge(a,n=le){return{archiveCampaign(e,t){return n(r=>a.request(k,e,{...t,...r}),"archiveCampaign","mutation",e)},createCampaign(e,t){return n(r=>a.request(v,e,{...t,...r}),"createCampaign","mutation",e)},createCheck(e,t){return n(r=>a.request(P,e,{...t,...r}),"createCheck","mutation",e)},createProgram(e,t){return n(r=>a.request(q,e,{...t,...r}),"createProgram","mutation",e)},deleteCampaign(e,t){return n(r=>a.request($,e,{...t,...r}),"deleteCampaign","mutation",e)},deleteChecker(e,t){return n(r=>a.request(D,e,{...t,...r}),"deleteChecker","mutation",e)},deleteProgram(e,t){return n(r=>a.request(E,e,{...t,...r}),"deleteProgram","mutation",e)},executeCheck(e,t){return n(r=>a.request(I,e,{...t,...r}),"executeCheck","mutation",e)},updateCampaign(e,t){return n(r=>a.request(S,e,{...t,...r}),"updateCampaign","mutation",e)},updateCheck(e,t){return n(r=>a.request(O,e,{...t,...r}),"updateCheck","mutation",e)},updateCollectorConfig(e,t){return n(r=>a.request(F,e,{...t,...r}),"updateCollectorConfig","mutation",e)},updateProgram(e,t){return n(r=>a.request(w,e,{...t,...r}),"updateProgram","mutation",e)},getAllCertifications(e,t){return n(r=>a.request(T,e,{...t,...r}),"getAllCertifications","query",e)},getCampaignOwners(e,t){return n(r=>a.request(L,e,{...t,...r}),"getCampaignOwners","query",e)},getCampaignProgress(e,t){return n(r=>a.request(G,e,{...t,...r}),"getCampaignProgress","query",e)},getCampaigns(e,t){return n(r=>a.request(N,e,{...t,...r}),"getCampaigns","query",e)},getCertificationDetails(e,t){return n(r=>a.request(A,e,{...t,...r}),"getCertificationDetails","query",e)},getCertificationDetailsForTrack(e,t){return n(r=>a.request(H,e,{...t,...r}),"getCertificationDetailsForTrack","query",e)},getCertificationStatus(e,t){return n(r=>a.request(b,e,{...t,...r}),"getCertificationStatus","query",e)},getCertificationStatusHistory(e,t){return n(r=>a.request(x,e,{...t,...r}),"getCertificationStatusHistory","query",e)},getCheckResultDetails(e,t){return n(r=>a.request(M,e,{...t,...r}),"getCheckResultDetails","query",e)},getCheckEntities(e,t){return n(r=>a.request(B,e,{...t,...r}),"getCheckEntities","query",e)},getCheckOwners(e,t){return n(r=>a.request(U,e,{...t,...r}),"getCheckOwners","query",e)},getCheckStatus(e,t){return n(r=>a.request(V,e,{...t,...r}),"getCheckStatus","query",e)},getCheckStatusHistory(e,t){return n(r=>a.request(_,e,{...t,...r}),"getCheckStatusHistory","query",e)},getCheckers(e,t){return n(r=>a.request(Y,e,{...t,...r}),"getCheckers","query",e)},getEntityRefsForTechHealthFilter(e,t){return n(r=>a.request(W,e,{...t,...r}),"getEntityRefsForTechHealthFilter","query",e)},getFacetsForOwner(e,t){return n(r=>a.request(K,e,{...t,...r}),"getFacetsForOwner","query",e)},getCollectors(e,t){return n(r=>a.request(j,e,{...t,...r}),"getCollectors","query",e)},getFactSchemas(e,t){return n(r=>a.request(z,e,{...t,...r}),"getFactSchemas","query",e)},getIndividualCheckPassRates(e,t){return n(r=>a.request(J,e,{...t,...r}),"getIndividualCheckPassRates","query",e)},getIndividualEntityPassRates(e,t){return n(r=>a.request(Q,e,{...t,...r}),"getIndividualEntityPassRates","query",e)},getIndividualGroupPassRates(e,t){return n(r=>a.request(X,e,{...t,...r}),"getIndividualGroupPassRates","query",e)},getIndividualTrackPassRate(e,t){return n(r=>a.request(Z,e,{...t,...r}),"getIndividualTrackPassRate","query",e)},getOperators(e,t){return n(r=>a.request(ee,e,{...t,...r}),"getOperators","query",e)},getOverallCheckPassRates(e,t){return n(r=>a.request(te,e,{...t,...r}),"getOverallCheckPassRates","query",e)},getOverallEntityPassRates(e,t){return n(r=>a.request(re,e,{...t,...r}),"getOverallEntityPassRates","query",e)},getOverallGroupPassRates(e,t){return n(r=>a.request(ae,e,{...t,...r}),"getOverallGroupPassRates","query",e)},getOverallTrackPassRate(e,t){return n(r=>a.request(ie,e,{...t,...r}),"getOverallTrackPassRate","query",e)},getPlaylists(e,t){return n(r=>a.request(ne,e,{...t,...r}),"getPlaylists","query",e)},getProgramOverviewForOwner(e,t){return n(r=>a.request(se,e,{...t,...r}),"getProgramOverviewForOwner","query",e)},getTrackEntities(e,t){return n(r=>a.request(oe,e,{...t,...r}),"getTrackEntities","query",e)},getTrackOwners(e,t){return n(r=>a.request(ue,e,{...t,...r}),"getTrackOwners","query",e)},getTracks(e,t){return n(r=>a.request(ce,e,{...t,...r}),"getTracks","query",e)}}}export{k as ArchiveCampaignDocument,u as BadgeVariant,m as CampaignLevelFragmentDoc,p as CertificationSummaryFragmentDoc,c as CheckEntityField,y as CheckResultDetailsFragmentDoc,f as CheckResultSummaryFragmentDoc,v as CreateCampaignDocument,P as CreateCheckDocument,q as CreateProgramDocument,$ as DeleteCampaignDocument,D as DeleteCheckerDocument,E as DeleteProgramDocument,l as Direction,I as ExecuteCheckDocument,T as GetAllCertificationsDocument,L as GetCampaignOwnersDocument,G as GetCampaignProgressDocument,N as GetCampaignsDocument,A as GetCertificationDetailsDocument,H as GetCertificationDetailsForTrackDocument,b as GetCertificationStatusDocument,x as GetCertificationStatusHistoryDocument,B as GetCheckEntitiesDocument,U as GetCheckOwnersDocument,M as GetCheckResultDetailsDocument,V as GetCheckStatusDocument,_ as GetCheckStatusHistoryDocument,Y as GetCheckersDocument,j as GetCollectorsDocument,W as GetEntityRefsForTechHealthFilterDocument,K as GetFacetsForOwnerDocument,z as GetFactSchemasDocument,J as GetIndividualCheckPassRatesDocument,Q as GetIndividualEntityPassRatesDocument,X as GetIndividualGroupPassRatesDocument,Z as GetIndividualTrackPassRateDocument,ee as GetOperatorsDocument,te as GetOverallCheckPassRatesDocument,re as GetOverallEntityPassRatesDocument,ae as GetOverallGroupPassRatesDocument,ie as GetOverallTrackPassRateDocument,ne as GetPlaylistsDocument,se as GetProgramOverviewForOwnerDocument,oe as GetTrackEntitiesDocument,ue as GetTrackOwnersDocument,ce as GetTracksDocument,s as HighestLevelFragmentDoc,o as LevelResultDetailsFragmentDoc,C as MilestoneFragmentDoc,h as OverviewLevelResultFragmentDoc,g as ResultState,d as TrackEntityField,R as TrackLevelFragmentDoc,S as UpdateCampaignDocument,O as UpdateCheckDocument,F as UpdateCollectorConfigDocument,w as UpdateProgramDocument,ge as getSdk};
802
+ ${R}`,de=(a,n,e,t)=>a();function me(a,n=de){return{archiveCampaign(e,t){return n(r=>a.request(k,e,{...t,...r}),"archiveCampaign","mutation",e)},createCampaign(e,t){return n(r=>a.request(v,e,{...t,...r}),"createCampaign","mutation",e)},createCheck(e,t){return n(r=>a.request(P,e,{...t,...r}),"createCheck","mutation",e)},createProgram(e,t){return n(r=>a.request($,e,{...t,...r}),"createProgram","mutation",e)},deleteCampaign(e,t){return n(r=>a.request(q,e,{...t,...r}),"deleteCampaign","mutation",e)},deleteChecker(e,t){return n(r=>a.request(D,e,{...t,...r}),"deleteChecker","mutation",e)},deleteProgram(e,t){return n(r=>a.request(E,e,{...t,...r}),"deleteProgram","mutation",e)},executeCheck(e,t){return n(r=>a.request(S,e,{...t,...r}),"executeCheck","mutation",e)},updateCampaign(e,t){return n(r=>a.request(I,e,{...t,...r}),"updateCampaign","mutation",e)},updateCheck(e,t){return n(r=>a.request(O,e,{...t,...r}),"updateCheck","mutation",e)},updateCollectorConfig(e,t){return n(r=>a.request(F,e,{...t,...r}),"updateCollectorConfig","mutation",e)},updateProgram(e,t){return n(r=>a.request(w,e,{...t,...r}),"updateProgram","mutation",e)},getAllCertifications(e,t){return n(r=>a.request(T,e,{...t,...r}),"getAllCertifications","query",e)},getCampaignOwners(e,t){return n(r=>a.request(L,e,{...t,...r}),"getCampaignOwners","query",e)},getCampaignProgress(e,t){return n(r=>a.request(G,e,{...t,...r}),"getCampaignProgress","query",e)},getCampaigns(e,t){return n(r=>a.request(N,e,{...t,...r}),"getCampaigns","query",e)},getCertificationDetails(e,t){return n(r=>a.request(A,e,{...t,...r}),"getCertificationDetails","query",e)},getCertificationDetailsForTrack(e,t){return n(r=>a.request(H,e,{...t,...r}),"getCertificationDetailsForTrack","query",e)},getCertificationStatus(e,t){return n(r=>a.request(b,e,{...t,...r}),"getCertificationStatus","query",e)},getCertificationStatusHistory(e,t){return n(r=>a.request(M,e,{...t,...r}),"getCertificationStatusHistory","query",e)},getCheckResultDetails(e,t){return n(r=>a.request(x,e,{...t,...r}),"getCheckResultDetails","query",e)},getCheckEntities(e,t){return n(r=>a.request(B,e,{...t,...r}),"getCheckEntities","query",e)},getCheckOwners(e,t){return n(r=>a.request(U,e,{...t,...r}),"getCheckOwners","query",e)},getCheckStatus(e,t){return n(r=>a.request(V,e,{...t,...r}),"getCheckStatus","query",e)},getCheckStatusHistory(e,t){return n(r=>a.request(_,e,{...t,...r}),"getCheckStatusHistory","query",e)},getCheckTemplates(e,t){return n(r=>a.request(Y,e,{...t,...r}),"getCheckTemplates","query",e)},getCheckers(e,t){return n(r=>a.request(W,e,{...t,...r}),"getCheckers","query",e)},getEntityRefsForTechHealthFilter(e,t){return n(r=>a.request(K,e,{...t,...r}),"getEntityRefsForTechHealthFilter","query",e)},getFacetsForOwner(e,t){return n(r=>a.request(j,e,{...t,...r}),"getFacetsForOwner","query",e)},getFact(e,t){return n(r=>a.request(z,e,{...t,...r}),"getFact","query",e)},getCollectors(e,t){return n(r=>a.request(J,e,{...t,...r}),"getCollectors","query",e)},getFactSchemas(e,t){return n(r=>a.request(Q,e,{...t,...r}),"getFactSchemas","query",e)},getIndividualCheckPassRates(e,t){return n(r=>a.request(X,e,{...t,...r}),"getIndividualCheckPassRates","query",e)},getIndividualEntityPassRates(e,t){return n(r=>a.request(Z,e,{...t,...r}),"getIndividualEntityPassRates","query",e)},getIndividualGroupPassRates(e,t){return n(r=>a.request(ee,e,{...t,...r}),"getIndividualGroupPassRates","query",e)},getIndividualTrackPassRate(e,t){return n(r=>a.request(te,e,{...t,...r}),"getIndividualTrackPassRate","query",e)},getOperators(e,t){return n(r=>a.request(re,e,{...t,...r}),"getOperators","query",e)},getOverallCheckPassRates(e,t){return n(r=>a.request(ae,e,{...t,...r}),"getOverallCheckPassRates","query",e)},getOverallEntityPassRates(e,t){return n(r=>a.request(ie,e,{...t,...r}),"getOverallEntityPassRates","query",e)},getOverallGroupPassRates(e,t){return n(r=>a.request(ne,e,{...t,...r}),"getOverallGroupPassRates","query",e)},getOverallTrackPassRate(e,t){return n(r=>a.request(se,e,{...t,...r}),"getOverallTrackPassRate","query",e)},getPathResolvers(e,t){return n(r=>a.request(oe,e,{...t,...r}),"getPathResolvers","query",e)},getPlaylists(e,t){return n(r=>a.request(ue,e,{...t,...r}),"getPlaylists","query",e)},getProgramOverviewForOwner(e,t){return n(r=>a.request(ce,e,{...t,...r}),"getProgramOverviewForOwner","query",e)},getTrackEntities(e,t){return n(r=>a.request(le,e,{...t,...r}),"getTrackEntities","query",e)},getTrackOwners(e,t){return n(r=>a.request(ge,e,{...t,...r}),"getTrackOwners","query",e)},getTracks(e,t){return n(r=>a.request(pe,e,{...t,...r}),"getTracks","query",e)}}}export{k as ArchiveCampaignDocument,u as BadgeVariant,m as CampaignLevelFragmentDoc,d as CertificationSummaryFragmentDoc,c as CheckEntityField,h as CheckResultDetailsFragmentDoc,C as CheckResultSummaryFragmentDoc,v as CreateCampaignDocument,P as CreateCheckDocument,$ as CreateProgramDocument,q as DeleteCampaignDocument,D as DeleteCheckerDocument,E as DeleteProgramDocument,l as Direction,S as ExecuteCheckDocument,T as GetAllCertificationsDocument,L as GetCampaignOwnersDocument,G as GetCampaignProgressDocument,N as GetCampaignsDocument,A as GetCertificationDetailsDocument,H as GetCertificationDetailsForTrackDocument,b as GetCertificationStatusDocument,M as GetCertificationStatusHistoryDocument,B as GetCheckEntitiesDocument,U as GetCheckOwnersDocument,x as GetCheckResultDetailsDocument,V as GetCheckStatusDocument,_ as GetCheckStatusHistoryDocument,Y as GetCheckTemplatesDocument,W as GetCheckersDocument,J as GetCollectorsDocument,K as GetEntityRefsForTechHealthFilterDocument,j as GetFacetsForOwnerDocument,z as GetFactDocument,Q as GetFactSchemasDocument,X as GetIndividualCheckPassRatesDocument,Z as GetIndividualEntityPassRatesDocument,ee as GetIndividualGroupPassRatesDocument,te as GetIndividualTrackPassRateDocument,re as GetOperatorsDocument,ae as GetOverallCheckPassRatesDocument,ie as GetOverallEntityPassRatesDocument,ne as GetOverallGroupPassRatesDocument,se as GetOverallTrackPassRateDocument,oe as GetPathResolversDocument,ue as GetPlaylistsDocument,ce as GetProgramOverviewForOwnerDocument,le as GetTrackEntitiesDocument,ge as GetTrackOwnersDocument,pe as GetTracksDocument,s as HighestLevelFragmentDoc,o as LevelResultDetailsFragmentDoc,f as MilestoneFragmentDoc,y as OverviewLevelResultFragmentDoc,g as ResultState,p as TrackEntityField,R as TrackLevelFragmentDoc,I as UpdateCampaignDocument,O as UpdateCheckDocument,F as UpdateCollectorConfigDocument,w as UpdateProgramDocument,me as getSdk};
737
803
  //# sourceMappingURL=index.esm.js.map
@@ -0,0 +1,2 @@
1
+ import{stringifyEntityRef as m}from"@backstage/catalog-model";import{useApi as t,alertApiRef as f}from"@backstage/core-plugin-api";import{catalogApiRef as n}from"@backstage/plugin-catalog-react";import{useQuery as a}from"@tanstack/react-query";import{QueryKeys as p}from"../graphqlKeys.esm.js";const y=(e,r=!0)=>{const i=t(f),o=t(n);return a([p.GetEntityRefs,e],async()=>(await o.getEntities({filter:e})).items.map(s=>m(s)),{enabled:r,onError:()=>{i.post({message:"Failed to load entities",severity:"error"})}})};export{y as useGetEntityRefs};
2
+ //# sourceMappingURL=useGetEntityRefs.esm.js.map
@@ -0,0 +1,2 @@
1
+ import{useApi as r}from"@backstage/core-plugin-api";import{useQuery as t}from"@tanstack/react-query";import{soundcheckApiRef as o}from"../../api.esm.js";import{QueryKeys as c}from"../graphqlKeys.esm.js";function m(){const e=r(o);return t([c.CheckTemplates],async()=>e.getCheckTemplates(),{refetchInterval:!1,refetchOnWindowFocus:!1})}export{m as useCheckTemplates};
2
+ //# sourceMappingURL=useCheckTemplates.esm.js.map
@@ -1,2 +1,2 @@
1
- import{useApi as n}from"@backstage/core-plugin-api";import{useQueryClient as y,useMutation as m}from"@tanstack/react-query";import{useParams as l}from"react-router-dom";import{soundcheckApiRef as f}from"../../api.esm.js";import{MutationKeys as k,QueryKeys as i}from"../graphqlKeys.esm.js";import{useSoundcheckAlert as h}from"../useSoundcheckAlert.esm.js";const d="Error Executing Check";function C(){const u=n(f),e=y(),{showAlert:a}=h(),c=async t=>await u.executeCheck(t),{trackId:s}=l();return m([k.ExecuteCheck],c,{onSuccess:(t,{checkerId:r,entityRef:o})=>{Promise.all([e.invalidateQueries({queryKey:[i.CertificationDetails,o]}),e.invalidateQueries({queryKey:[i.CertificationStatus,o]}),e.invalidateQueries({queryKey:[i.CheckDetails,o,s,r]}),e.invalidateQueries({queryKey:[i.CheckStatus,r,o]}),e.invalidateQueries({queryKey:[i.TrackEntities]})])},onError:t=>{let r="Failed to execute check.";t instanceof Error&&(r=t.message),a({severity:"error",title:d,message:r})}})}export{C as useExecuteCheck};
1
+ import{useApi as n}from"@backstage/core-plugin-api";import{useQueryClient as y,useMutation as l}from"@tanstack/react-query";import{useParams as m}from"react-router-dom";import{soundcheckApiRef as f}from"../../api.esm.js";import{MutationKeys as k,QueryKeys as t}from"../graphqlKeys.esm.js";import{useSoundcheckAlert as d}from"../useSoundcheckAlert.esm.js";const h="Error Executing Check";function p(){const a=n(f),e=y(),{showAlert:o}=d(),c=async r=>await a.executeCheck(r),{trackId:s}=m();return l([k.ExecuteCheck],c,{onSuccess:(r,{checkerId:i,entityRef:u})=>{Promise.all([e.invalidateQueries({queryKey:[t.CertificationDetails,u]}),e.invalidateQueries({queryKey:[t.CertificationStatus,u]}),e.invalidateQueries({queryKey:[t.Certifications,u]}),e.invalidateQueries({queryKey:[t.CheckDetails,u,s,i]}),e.invalidateQueries({queryKey:[t.CheckStatus,i,u]}),e.invalidateQueries({queryKey:[t.TrackEntities]})])},onError:r=>{let i="Failed to execute check.";r instanceof Error&&(i=r.message),o({severity:"error",title:h,message:i})}})}export{p as useExecuteCheck};
2
2
  //# sourceMappingURL=useExecuteCheck.esm.js.map
@@ -1,2 +1,2 @@
1
- import{useApi as t}from"@backstage/core-plugin-api";import{useQuery as o}from"@tanstack/react-query";import{soundcheckApiRef as s}from"../../api.esm.js";import{QueryKeys as c}from"../graphqlKeys.esm.js";function i(e){const r=t(s);return o([c.GetChecks,JSON.stringify(e)],async()=>r.getChecks(e),{staleTime:5*60*1e3,refetchInterval:!1,refetchOnWindowFocus:!1})}export{i as useGetChecks};
1
+ import{useApi as o}from"@backstage/core-plugin-api";import{useQuery as s}from"@tanstack/react-query";import{soundcheckApiRef as c}from"../../api.esm.js";import{QueryKeys as i}from"../graphqlKeys.esm.js";function n(e,r=!0){const t=o(c);return s([i.GetChecks,JSON.stringify(e)],async()=>t.getChecks(e),{staleTime:5*60*1e3,refetchInterval:!1,refetchOnWindowFocus:!1,enabled:r})}export{n as useGetChecks};
2
2
  //# sourceMappingURL=useGetChecks.esm.js.map
@@ -1,2 +1,2 @@
1
- import{useApi as r}from"@backstage/core-plugin-api";import{useQuery as c}from"@tanstack/react-query";import{soundcheckApiRef as m}from"../../api.esm.js";import{QueryKeys as a}from"../graphqlKeys.esm.js";function i(e,t){const o=r(m);return c([a.GetFactSchema,e,t],()=>o.getFactSchema(e,t),{enabled:!!e&&!!t,staleTime:5*60*1e3,refetchInterval:!1,refetchOnWindowFocus:!1})}export{i as useGetFactSchema};
1
+ import{useApi as c}from"@backstage/core-plugin-api";import{useQuery as m}from"@tanstack/react-query";import{soundcheckApiRef as a}from"../../api.esm.js";import{QueryKeys as i}from"../graphqlKeys.esm.js";function n(e,t,o=!0){const r=c(a);return m([i.GetFactSchema,e,t],()=>r.getFactSchema(e,t),{enabled:o&&!!e&&!!t,staleTime:5*60*1e3,refetchInterval:!1,refetchOnWindowFocus:!1})}export{n as useGetFactSchema};
2
2
  //# sourceMappingURL=useGetFactSchema.esm.js.map
@@ -1,2 +1,2 @@
1
- import{useApi as c}from"@backstage/core-plugin-api";import{useQueryClient as s,useMutation as u}from"@tanstack/react-query";import{soundcheckApiRef as l}from"../../api.esm.js";import{MutationKeys as a,QueryKeys as f}from"../graphqlKeys.esm.js";import{useSoundcheckAlert as p}from"../useSoundcheckAlert.esm.js";const m="Error Configuring Collector";function C(){const r=c(l),t=s(),{showAlert:i}=p(),n=async e=>{const o=await r.updateCollectorConfig(e);if(!o)throw new Error("Failed to update collector configuration.");return o};return u([a.UpdateCollectorConfig],n,{onSuccess:()=>{t.invalidateQueries({queryKey:[f.GetCollectors]})},onError:e=>{let o="Failed to update collector configuration.";e instanceof Error&&(o=e.message),i({severity:"error",title:m,message:o})}})}export{C as useUpdateCollectorConfig};
1
+ import{useApi as s}from"@backstage/core-plugin-api";import{useQueryClient as u,useMutation as a}from"@tanstack/react-query";import{soundcheckApiRef as c}from"../../api.esm.js";import{MutationKeys as l,QueryKeys as f}from"../graphqlKeys.esm.js";import{useSoundcheckAlert as g}from"../useSoundcheckAlert.esm.js";const p="Error Configuring Integration";function m(){const r=s(c),t=u(),{showAlert:i}=g(),n=async e=>{const o=await r.updateCollectorConfig(e);if(!o)throw new Error("Failed to update integration configuration.");return o};return a([l.UpdateCollectorConfig],n,{onSuccess:()=>{t.invalidateQueries({queryKey:[f.GetCollectors]})},onError:e=>{let o="Failed to update integration configuration.";e instanceof Error&&(o=e.message),i({severity:"error",title:p,message:o})}})}export{m as useUpdateCollectorConfig};
2
2
  //# sourceMappingURL=useUpdateCollectorConfig.esm.js.map
@@ -1,2 +1,2 @@
1
- var t=(e=>(e.GetAllPrograms="soundcheck/programs",e.GetChecks="soundcheck/checks",e.GetCollectors="soundcheck/collectors",e.GetFactSchema="soundcheck/collectors/schema",e.GetEntityFacets="soundcheck/catalog/facets",e.GetSoftwareEntityRefsForUser="soundcheck/entities/softwareEntityRefsForUser",e.GetCampaigns="soundcheck/campaigns",e.GetCampaignProgress="soundcheck/campaigns/getCampaignProgress",e.GetOverallCheckPassRateTrends="soundcheck/charts/overallCheckPassRateTrends",e.GetIndividualCheckPassRateTrends="soundcheck/charts/getIndividualCheckPassRateTrends",e.GetOverallTrackPassRateTrends="soundcheck/charts/overallTrackPassRateTrends",e.GetIndividualTrackPassRateTrends="soundcheck/charts/individualTrackPassRateTrends",e.GetOverallEntityPassRateTrends="soundcheck/charts/overallEntityPassRateTrends",e.GetIndividualEntityPassRateTrends="soundcheck/charts/individualEntityPassRateTrends",e.GetOverallGroupPassRateTrends="soundcheck/charts/overallGroupPassRateTrends",e.GetIndividualGroupPassRateTrends="soundcheck/charts/individualGroupPassRateTrends",e.EntityByRef="soundcheck/catalog/entityByRef",e.EntitiesByRefs="soundcheck/catalog/entitiesByRef",e.TrackEntities="soundcheck/track/entities",e.CheckEntities="soundcheck/check/entities",e.CertificationStatus="soundcheck/certificationStatus",e.CertificationStatusHistory="soundcheck/certificationStatusHistory",e.CheckStatus="soundcheck/checkStatus",e.CheckStatusHistory="soundcheck/checkStatusHistory",e.CheckDetails="soundcheck/checkDetails",e.Certifications="soundcheck/certifications",e.CertificationDetails="soundcheck/certificationDetails",e.GetCheckOwners="soundcheck/checks/getOwners",e.GetTrackOwners="soundcheck/tracks/getOwners",e.GetCampaignOwners="soundcheck/campaigns/getOwners",e))(t||{}),s=(e=>(e.DeleteCheck="soundcheck/deleteCheck",e.CreateCheck="soundcheck/createCheck",e.UpdateCheck="soundcheck/updateCheck",e.ExecuteCheck="soundcheck/executeCheck",e.DeleteProgram="soundcheck/deleteProgram",e.CreateProgram="soundcheck/createProgram",e.UpdateProgram="soundcheck/updateProgram",e.UpdateCollectorConfig="soundcheck/updateCollectorConfig",e.CreateCampaign="soundcheck/createCampaign",e.UpdateCampaign="soundcheck/updateCampaign",e.DeleteCampaign="soundcheck/deleteCampaign",e.ArchiveCampaign="soundcheck/archiveCampaign",e))(s||{});export{s as MutationKeys,t as QueryKeys};
1
+ var t=(e=>(e.GetAllPrograms="soundcheck/programs",e.GetChecks="soundcheck/checks",e.GetCollectors="soundcheck/collectors",e.GetFactSchema="soundcheck/collectors/schema",e.GetEntityFacets="soundcheck/catalog/facets",e.GetSoftwareEntityRefsForUser="soundcheck/entities/softwareEntityRefsForUser",e.GetEntityRefs="soundcheck/catalog/entityRefs",e.GetCampaigns="soundcheck/campaigns",e.GetCampaignProgress="soundcheck/campaigns/getCampaignProgress",e.GetOverallCheckPassRateTrends="soundcheck/charts/overallCheckPassRateTrends",e.GetIndividualCheckPassRateTrends="soundcheck/charts/getIndividualCheckPassRateTrends",e.GetOverallTrackPassRateTrends="soundcheck/charts/overallTrackPassRateTrends",e.GetIndividualTrackPassRateTrends="soundcheck/charts/individualTrackPassRateTrends",e.GetOverallEntityPassRateTrends="soundcheck/charts/overallEntityPassRateTrends",e.GetIndividualEntityPassRateTrends="soundcheck/charts/individualEntityPassRateTrends",e.GetOverallGroupPassRateTrends="soundcheck/charts/overallGroupPassRateTrends",e.GetIndividualGroupPassRateTrends="soundcheck/charts/individualGroupPassRateTrends",e.EntityByRef="soundcheck/catalog/entityByRef",e.EntitiesByRefs="soundcheck/catalog/entitiesByRef",e.TrackEntities="soundcheck/track/entities",e.CheckEntities="soundcheck/check/entities",e.CertificationStatus="soundcheck/certificationStatus",e.CertificationStatusHistory="soundcheck/certificationStatusHistory",e.CheckStatus="soundcheck/checkStatus",e.CheckStatusHistory="soundcheck/checkStatusHistory",e.CheckDetails="soundcheck/checkDetails",e.Certifications="soundcheck/certifications",e.CertificationDetails="soundcheck/certificationDetails",e.GetCheckOwners="soundcheck/checks/getOwners",e.GetTrackOwners="soundcheck/tracks/getOwners",e.GetCampaignOwners="soundcheck/campaigns/getOwners",e.CheckTemplates="soundcheck/checkTemplates",e))(t||{}),s=(e=>(e.DeleteCheck="soundcheck/deleteCheck",e.CreateCheck="soundcheck/createCheck",e.UpdateCheck="soundcheck/updateCheck",e.ExecuteCheck="soundcheck/executeCheck",e.DeleteProgram="soundcheck/deleteProgram",e.CreateProgram="soundcheck/createProgram",e.UpdateProgram="soundcheck/updateProgram",e.UpdateCollectorConfig="soundcheck/updateCollectorConfig",e.CreateCampaign="soundcheck/createCampaign",e.UpdateCampaign="soundcheck/updateCampaign",e.DeleteCampaign="soundcheck/deleteCampaign",e.ArchiveCampaign="soundcheck/archiveCampaign",e))(s||{});export{s as MutationKeys,t as QueryKeys};
2
2
  //# sourceMappingURL=graphqlKeys.esm.js.map
@@ -0,0 +1,2 @@
1
+ import{useApi as s}from"@backstage/core-plugin-api";import{useQuery as n}from"@tanstack/react-query";import{soundcheckApiRef as p}from"../api.esm.js";function h({factRef:e,entityRef:t,path:r,pathResolver:f,refresh:c},o){const a=s(p);return n(["soundcheck/get-fact",e,t,r,f],async()=>a.getFact({factRef:e,entityRef:t,path:r,pathResolver:f,refresh:c}),{enabled:o})}export{h as useGetFact};
2
+ //# sourceMappingURL=useGetFact.esm.js.map
@@ -0,0 +1,2 @@
1
+ import{useApi as o}from"@backstage/core-plugin-api";import{useQuery as r}from"@tanstack/react-query";import{soundcheckApiRef as t}from"../api.esm.js";function s(){const e=o(t);return r(["soundcheck/path-resolvers"],async()=>e.getPathResolvers(),{cacheTime:1/0,staleTime:1/0,refetchOnMount:!1,refetchOnWindowFocus:!1})}export{s as useGetPathResolvers};
2
+ //# sourceMappingURL=useGetPathResolvers.esm.js.map
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="140 100 710 190"><defs><style>.cls-1{fill:#171321;}.cls-2{fill:#e24329;}.cls-3{fill:#fc6d26;}.cls-4{fill:#fca326;}</style></defs><g id="LOGO"><path class="cls-1" d="M428.92,171.51H451.7c-3.8-24.22-24.77-41.09-52.06-41.09-32.29,0-56.52,23.74-56.52,63.5,0,39.05,23.14,63.27,57.18,63.27,30.55,0,52.42-19.65,52.42-51.46V190.91H402.65v17.47h28.44c-.36,17.6-12.11,28.74-30.67,28.74-20.66,0-34.82-15.48-34.82-43.44,0-27.78,14.4-43.2,34.34-43.2C414.82,150.48,425,158.43,428.92,171.51Z"/><path class="cls-1" d="M467.78,255.5h21.81V163H467.78Zm11-107.2c6.93,0,12.59-5.31,12.59-11.81s-5.66-11.87-12.59-11.87-12.65,5.3-12.65,11.87S471.75,148.3,478.74,148.3Z"/><path class="cls-1" d="M554.9,163H536.64V140.78H514.83V163H501.7v16.87h13.13v51.46c-.12,17.41,12.54,26,28.92,25.49a44.29,44.29,0,0,0,12.84-2.17l-3.68-17.06a26.57,26.57,0,0,1-6.38.85c-5.49,0-9.89-1.93-9.89-10.73V179.82H554.9Z"/><path class="cls-1" d="M571.78,255.5h76.7V236.76H594.14V132.1H571.78Z"/><path class="cls-1" d="M690.26,257.37c14.52,0,23.19-6.81,27.17-14.58h.72V255.5h21V193.56c0-24.46-19.94-31.81-37.6-31.81-19.46,0-34.4,8.67-39.22,25.54l20.37,2.9c2.16-6.33,8.31-11.75,19-11.75,10.13,0,15.67,5.18,15.67,14.28v.36c0,6.26-6.57,6.57-22.9,8.31-17.95,1.93-35.12,7.29-35.12,28.14C659.29,247.73,672.6,257.37,690.26,257.37Zm7.17-16c-9.1,0-15.61-4.16-15.61-12.17,0-8.38,7.29-11.87,17-13.26,5.73-.78,17.18-2.23,20-4.51v10.9C718.88,232.6,710.56,241.34,697.43,241.34Z"/><path class="cls-1" d="M755.21,255.5h21.45V240.92h1.26c3.44,6.75,10.61,16.21,26.52,16.21,21.81,0,38.14-17.3,38.14-47.78,0-30.85-16.81-47.6-38.2-47.6-16.33,0-23.14,9.82-26.46,16.51H777V132.1H755.21Zm21.39-46.27c0-18,7.71-29.59,21.75-29.59,14.52,0,22,12.35,22,29.59s-7.59,30-22,30C784.43,239.23,776.6,227.18,776.6,209.23Z"/><path class="cls-2" d="M302,174.37l-.21-.56-21.2-55.3a5.5,5.5,0,0,0-2.18-2.63,5.6,5.6,0,0,0-8.41,3.2l-14.31,43.81H197.74l-14.31-43.81a5.61,5.61,0,0,0-8.41-3.2,5.5,5.5,0,0,0-2.18,2.63l-21.19,55.31-.22.55a39.36,39.36,0,0,0,13.06,45.49l.08.06.18.14L197,244.23l16,12.09,9.72,7.35a6.57,6.57,0,0,0,7.92,0l9.72-7.35,16-12.09,32.48-24.31.09-.07A39.36,39.36,0,0,0,302,174.37Z"/><path class="cls-3" d="M302,174.37l-.21-.56a71.5,71.5,0,0,0-28.5,12.82l-46.55,35.2,29.64,22.4,32.48-24.31.09-.07A39.36,39.36,0,0,0,302,174.37Z"/><path class="cls-4" d="M197,244.23l16,12.09,9.72,7.35a6.57,6.57,0,0,0,7.92,0l9.72-7.35,16-12.09-29.64-22.4Z"/><path class="cls-3" d="M180.14,186.63a71.44,71.44,0,0,0-28.49-12.81l-.22.55a39.36,39.36,0,0,0,13.06,45.49l.08.06.18.14L197,244.23l29.66-22.4Z"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="140 100 710 190"><defs><style>.cls-1{fill:#fff;}</style></defs><g id="LOGO"><path class="cls-1" d="M302,174.37l-.21-.56-21.2-55.3a5.5,5.5,0,0,0-2.18-2.63,5.6,5.6,0,0,0-8.41,3.2l-14.31,43.81H197.74l-14.31-43.81a5.61,5.61,0,0,0-8.41-3.2,5.5,5.5,0,0,0-2.18,2.63l-21.19,55.31-.22.55a39.36,39.36,0,0,0,13.06,45.49l.08.06.18.14L197,244.23l16,12.09,9.72,7.35a6.57,6.57,0,0,0,7.92,0l9.72-7.35,16-12.09,32.48-24.31.09-.07A39.36,39.36,0,0,0,302,174.37Z"/><path class="cls-1" d="M428.92,171.51H451.7c-3.8-24.22-24.77-41.09-52.06-41.09-32.29,0-56.52,23.74-56.52,63.5,0,39.05,23.14,63.27,57.18,63.27,30.55,0,52.42-19.65,52.42-51.46V190.91H402.65v17.47h28.44c-.36,17.6-12.11,28.74-30.67,28.74-20.66,0-34.82-15.48-34.82-43.44,0-27.78,14.4-43.2,34.34-43.2C414.82,150.48,425,158.43,428.92,171.51Z"/><path class="cls-1" d="M467.78,255.5h21.81V163H467.78Zm11-107.2c6.93,0,12.59-5.31,12.59-11.81s-5.66-11.87-12.59-11.87-12.65,5.3-12.65,11.87S471.75,148.3,478.74,148.3Z"/><path class="cls-1" d="M554.9,163H536.64V140.78H514.83V163H501.7v16.87h13.13v51.46c-.12,17.41,12.54,26,28.92,25.49a44.29,44.29,0,0,0,12.84-2.17l-3.68-17.06a26.57,26.57,0,0,1-6.38.85c-5.49,0-9.89-1.93-9.89-10.73V179.82H554.9Z"/><path class="cls-1" d="M571.78,255.5h76.7V236.76H594.14V132.1H571.78Z"/><path class="cls-1" d="M690.26,257.37c14.52,0,23.19-6.81,27.17-14.58h.72V255.5h21V193.56c0-24.46-19.94-31.81-37.6-31.81-19.46,0-34.4,8.67-39.22,25.54l20.37,2.9c2.16-6.33,8.31-11.75,19-11.75,10.13,0,15.67,5.18,15.67,14.28v.36c0,6.26-6.57,6.57-22.9,8.31-17.95,1.93-35.12,7.29-35.12,28.14C659.29,247.73,672.6,257.37,690.26,257.37Zm7.17-16c-9.1,0-15.61-4.16-15.61-12.17,0-8.38,7.29-11.87,17-13.26,5.73-.78,17.18-2.23,20-4.51v10.9C718.88,232.6,710.56,241.34,697.43,241.34Z"/><path class="cls-1" d="M755.21,255.5h21.45V240.92h1.26c3.44,6.75,10.61,16.21,26.52,16.21,21.81,0,38.14-17.3,38.14-47.78,0-30.85-16.81-47.6-38.2-47.6-16.33,0-23.14,9.82-26.46,16.51H777V132.1H755.21Zm21.39-46.27c0-18,7.71-29.59,21.75-29.59,14.52,0,22,12.35,22,29.59s-7.59,30-22,30C784.43,239.23,776.6,227.18,776.6,209.23Z"/></g></svg>
@@ -0,0 +1,25 @@
1
+ <svg width="76" height="32" viewBox="0 0 76 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="logo-gradient-blue-jira">
3
+ <g id="Jira">
4
+ <path d="M38.8963 6.13371H41.7283V20.1309C41.7283 23.8217 40.0434 26.3983 36.1359 26.3983C34.6661 26.3983 33.5189 26.1546 32.7302 25.876V23.195C33.5906 23.5432 34.6302 23.7173 35.6698 23.7173C38.0717 23.7173 38.8963 22.3245 38.8963 20.305V6.13371Z" fill="#253858"/>
5
+ <path d="M46.9266 5.05432C48.0379 5.05432 48.8266 5.71588 48.8266 6.89972C48.8266 8.04875 48.0379 8.74513 46.9266 8.74513C45.8152 8.74513 45.0266 8.08357 45.0266 6.89972C45.0266 5.7507 45.8152 5.05432 46.9266 5.05432ZM45.5285 10.9387H48.253V26.2591H45.5285V10.9387Z" fill="#253858"/>
6
+ <path d="M54.9924 26.2591H52.3395V10.9387H54.9924V13.6198C55.9244 11.8092 57.5018 10.5209 60.5848 10.695V13.2716C57.1075 12.9234 54.9924 13.9331 54.9924 17.2061V26.2591Z" fill="#253858"/>
7
+ <path d="M73.3112 23.5084C72.3075 25.5279 70.4075 26.5724 67.9697 26.5724C63.7754 26.5724 61.6603 23.1254 61.6603 18.5989C61.6603 14.2813 63.8829 10.6254 68.2924 10.6254C70.5867 10.6254 72.3792 11.6351 73.3112 13.6198V10.9387H76.0358V26.2591H73.3112V23.5084ZM68.6867 24.1351C71.1245 24.1351 73.2754 22.6379 73.2754 19.2256V18.007C73.2754 14.5947 71.3037 13.0975 68.9735 13.0975C65.9263 13.0975 64.349 15.0474 64.349 18.5989C64.3848 22.2897 65.8905 24.1351 68.6867 24.1351Z" fill="#253858"/>
8
+ </g>
9
+ <g id="Icon">
10
+ <path id="Vector" d="M24.664 3H12.2603C12.2603 5.99443 14.7697 8.43176 17.8527 8.43176H20.147V10.5557C20.147 13.5501 22.6565 15.9875 25.7395 15.9875V4.04457C25.7395 3.45265 25.2735 3 24.664 3Z" fill="#2684FF"/>
11
+ <path id="Vector_2" d="M18.5339 8.98877H6.13013C6.13013 11.9832 8.63956 14.4205 11.7226 14.4205H14.0169V16.5793C14.0169 19.5737 16.5264 22.0111 19.6094 22.0111V10.0333C19.6094 9.47623 19.1433 8.98877 18.5339 8.98877Z" fill="url(#paint0_linear)"/>
12
+ <path id="Vector_3" d="M12.4038 15.0125H0C0 18.0069 2.50943 20.4442 5.59245 20.4442H7.88679V22.5682C7.88679 25.5626 10.3962 27.9999 13.4792 27.9999V16.057C13.4792 15.4651 12.9774 15.0125 12.4038 15.0125Z" fill="url(#paint1_linear)"/>
13
+ </g>
14
+ </g>
15
+ <defs>
16
+ <linearGradient id="paint0_linear" x1="19.3455" y1="9.01882" x2="14.2302" y2="14.45" gradientUnits="userSpaceOnUse">
17
+ <stop offset="0.176" stop-color="#0052CC"/>
18
+ <stop offset="1" stop-color="#2684FF"/>
19
+ </linearGradient>
20
+ <linearGradient id="paint1_linear" x1="13.5601" y1="15.0525" x2="7.63562" y2="20.9874" gradientUnits="userSpaceOnUse">
21
+ <stop offset="0.176" stop-color="#0052CC"/>
22
+ <stop offset="1" stop-color="#2684FF"/>
23
+ </linearGradient>
24
+ </defs>
25
+ </svg>
@@ -0,0 +1,25 @@
1
+ <svg width="76" height="32" viewBox="0 0 76 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="logo-gradient-white-jira">
3
+ <g id="Jira">
4
+ <path d="M38.9836 5.39278H41.809V19.7499C41.809 23.5356 40.128 26.1785 36.2297 26.1785C34.7633 26.1785 33.6189 25.9285 32.832 25.6428V22.8928C33.6904 23.2499 34.7276 23.4285 35.7647 23.4285C38.161 23.4285 38.9836 21.9999 38.9836 19.9285V5.39278Z" fill="white"/>
5
+ <path d="M46.9948 4.28564C48.1035 4.28564 48.8903 4.96422 48.8903 6.1785C48.8903 7.35707 48.1035 8.07136 46.9948 8.07136C45.8861 8.07136 45.0993 7.39279 45.0993 6.1785C45.0993 4.99993 45.8861 4.28564 46.9948 4.28564ZM45.6 10.3214H48.3181V26.0356H45.6V10.3214Z" fill="white"/>
6
+ <path d="M55.0419 26.0356H52.3954V10.3214H55.0419V13.0714C55.9718 11.2142 57.5455 9.89278 60.6212 10.0714V12.7142C57.1521 12.3571 55.0419 13.3928 55.0419 16.7499V26.0356Z" fill="white"/>
7
+ <path d="M73.3177 23.2142C72.3163 25.2856 70.4208 26.3571 67.9888 26.3571C63.8043 26.3571 61.6942 22.8214 61.6942 18.1785C61.6942 13.7499 63.9116 9.99993 68.3106 9.99993C70.5996 9.99993 72.3878 11.0356 73.3177 13.0714V10.3214H76.0358V26.0356H73.3177V23.2142ZM68.7041 23.8571C71.1361 23.8571 73.2819 22.3214 73.2819 18.8214V17.5714C73.2819 14.0714 71.3149 12.5356 68.9902 12.5356C65.9502 12.5356 64.3765 14.5356 64.3765 18.1785C64.4123 21.9642 65.9144 23.8571 68.7041 23.8571Z" fill="white"/>
8
+ </g>
9
+ <g id="Icon">
10
+ <path id="Vector" d="M24.9638 2H12.5892C12.5892 5.07143 15.0928 7.57143 18.1685 7.57143H20.4575V9.75C20.4575 12.8214 22.961 15.3214 26.0368 15.3214V3.07143C26.0368 2.46429 25.5718 2 24.9638 2Z" fill="white"/>
11
+ <path id="Vector_2" d="M18.6691 8.32141H6.29456C6.29456 11.3928 8.79809 13.8928 11.8739 13.8928H14.1628V16.0714C14.1628 19.1428 16.6663 21.6428 19.7421 21.6428V9.39284C19.7421 8.82141 19.2771 8.32141 18.6691 8.32141Z" fill="url(#paint0_linear)"/>
12
+ <path id="Vector_3" d="M12.3746 14.6786H0C0 17.75 2.50353 20.25 5.57929 20.25H7.86824V22.4286C7.86824 25.5 10.3718 28 13.4475 28V15.75C13.4475 15.1429 12.9468 14.6786 12.3746 14.6786Z" fill="url(#paint1_linear)"/>
13
+ </g>
14
+ </g>
15
+ <defs>
16
+ <linearGradient id="paint0_linear" x1="19.479" y1="8.35238" x2="14.2254" y2="13.7777" gradientUnits="userSpaceOnUse">
17
+ <stop offset="0.176" stop-color="white" stop-opacity="0.4"/>
18
+ <stop offset="1" stop-color="white"/>
19
+ </linearGradient>
20
+ <linearGradient id="paint1_linear" x1="13.5282" y1="14.7199" x2="7.45341" y2="20.6389" gradientUnits="userSpaceOnUse">
21
+ <stop offset="0.176" stop-color="white" stop-opacity="0.4"/>
22
+ <stop offset="1" stop-color="white"/>
23
+ </linearGradient>
24
+ </defs>
25
+ </svg>
@@ -0,0 +1,14 @@
1
+ <svg width="482" height="160" viewBox="60 110 365 10" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M61.937 128.134C63.9345 129.383 68.0909 130.837 71.3191 130.837C74.6281 130.837 75.98 129.67 75.98 127.868C75.98 126.066 74.9106 125.185 70.8147 123.793C63.5713 121.315 60.7869 117.321 60.8676 113.102C60.8676 106.488 66.4566 101.47 75.1124 101.47C79.1881 101.47 82.8401 102.412 84.999 103.498L83.062 111.136C81.4882 110.256 78.4819 109.109 75.4755 109.109C72.8324 109.109 71.3191 110.194 71.3191 112.017C71.3191 113.696 72.6912 114.556 76.9888 116.092C83.6471 118.427 86.4517 121.827 86.5122 127.069C86.5122 133.684 81.3672 138.558 71.3191 138.558C66.739 138.558 62.6633 137.534 60 136.08L61.937 128.134Z" fill="#1B171B"/>
3
+ <path d="M124.828 119.635C124.828 132.639 115.728 138.619 106.346 138.619C96.0965 138.619 88.2275 131.779 88.2275 120.291C88.2275 108.802 95.6728 101.47 106.931 101.47C117.686 101.45 124.828 108.945 124.828 119.635ZM99.4862 119.983C99.4862 126.086 101.988 130.673 106.649 130.673C110.886 130.673 113.59 126.373 113.59 119.983C113.59 114.679 111.592 109.293 106.649 109.293C101.423 109.293 99.4862 114.761 99.4862 119.983Z" fill="#1B171B"/>
4
+ <path d="M128.723 113.594C128.723 109.17 128.582 105.382 128.44 102.248H137.903L138.408 107.123H138.63C140.062 104.87 143.633 101.45 149.444 101.45C156.607 101.45 161.994 106.242 161.994 116.707V137.8H151.099V118.079C151.099 113.492 149.525 110.379 145.591 110.379C142.584 110.379 140.789 112.488 140.082 114.515C139.8 115.171 139.639 116.256 139.639 117.28V137.78H128.763V113.594H128.723Z" fill="#1B171B"/>
5
+ <path d="M187.74 137.8L187.094 134.237H186.892C184.612 137.084 181.021 138.599 176.885 138.599C169.782 138.599 165.565 133.356 165.565 127.684C165.565 118.448 173.737 114.004 186.125 114.085V113.574C186.125 111.689 185.117 108.986 179.75 108.986C176.178 108.986 172.385 110.215 170.085 111.669L168.067 104.542C170.509 103.15 175.311 101.409 181.687 101.409C193.369 101.409 197.081 108.392 197.081 116.748V129.117C197.081 132.537 197.223 135.793 197.586 137.759H187.74V137.8ZM186.469 121.007C180.738 120.926 176.299 122.318 176.299 126.598C176.299 129.445 178.156 130.817 180.597 130.817C183.139 130.837 185.419 129.199 186.247 126.742C186.388 126.127 186.469 125.492 186.469 124.858V121.007Z" fill="#1B171B"/>
6
+ <path d="M202.812 113.963C202.812 108.74 202.671 105.32 202.529 102.269H211.911L212.275 108.802H212.557C214.353 103.641 218.651 101.47 222.02 101.47C222.787 101.45 223.553 101.491 224.32 101.614V112.017C223.352 111.833 222.363 111.73 221.395 111.73C217.379 111.73 214.656 113.922 213.929 117.342C213.788 118.161 213.727 118.98 213.727 119.82V137.841H202.832L202.812 113.963Z" fill="#1B171B"/>
7
+ <path d="M296.15 128.196C296.15 131.82 296.231 135.036 296.433 137.8H290.844L290.481 132.046H290.339C288.685 134.872 285.033 138.599 278.879 138.599C273.431 138.599 266.914 135.548 266.914 123.178V102.617H273.209V122.093C273.209 128.769 275.207 133.295 280.937 133.295C285.154 133.295 288.1 130.305 289.25 127.479C289.633 126.434 289.815 125.328 289.815 124.202V102.617H296.11V128.196H296.15Z" fill="#1B171B"/>
8
+ <path d="M303.474 137.8C303.615 135.404 303.756 131.841 303.756 128.708V86.1724H309.991V108.29H310.132C312.351 104.358 316.367 101.818 321.956 101.818C330.551 101.818 336.644 109.089 336.563 119.779C336.563 132.353 328.755 138.619 321.027 138.619C316.003 138.619 312.008 136.653 309.426 132.005H309.204L308.921 137.821L303.474 137.8ZM309.991 123.69C310.011 124.468 310.112 125.247 310.273 126.025C311.484 130.448 315.136 133.5 319.716 133.5C326.314 133.5 330.248 128.052 330.248 119.983C330.248 112.939 326.677 106.897 319.938 106.897C315.64 106.897 311.625 109.867 310.334 114.741C310.192 115.478 309.971 116.338 309.971 117.362V123.69H309.991Z" fill="#1B171B"/>
9
+ <path d="M345.159 121.376C345.3 130.018 350.748 133.582 357.043 133.582C361.563 133.582 364.286 132.783 366.647 131.759L367.716 136.346C365.497 137.37 361.704 138.517 356.175 138.517C345.502 138.517 339.126 131.39 339.126 120.782C339.126 110.174 345.28 101.798 355.388 101.798C366.708 101.798 369.714 111.915 369.714 118.386C369.714 119.39 369.633 120.373 369.512 121.356L345.159 121.376ZM363.641 116.789C363.721 112.713 362.006 106.385 354.904 106.385C348.528 106.385 345.744 112.345 345.219 116.789H363.641Z" fill="#1B171B"/>
10
+ <path d="M259.447 108.945C253.637 100.262 241.995 98.0093 233.44 103.907C224.885 109.805 222.665 121.622 228.476 130.305C233.541 137.862 243.165 140.688 251.417 137.043L258.661 148.982L264.411 145.009L257.167 133.07C263.543 126.639 264.512 116.502 259.447 108.945ZM251.336 130.633C245.344 134.769 237.193 133.192 233.117 127.11C229.041 121.028 230.595 112.754 236.587 108.617C242.58 104.481 250.731 106.058 254.807 112.14C258.862 118.222 257.309 126.496 251.336 130.633Z" fill="#1B171B"/>
11
+ <path d="M412.81 137.944H408.371C408.371 101.655 378.873 72.1441 342.615 72.1441V67.6387C381.314 67.6387 412.81 99.1766 412.81 137.944Z" fill="#4E9BCD"/>
12
+ <path d="M415.876 113.758C410.55 90.9849 392.37 71.9802 369.591 65.345L370.6 61.7406C394.65 68.7445 413.838 88.8141 419.468 112.898L415.876 113.758Z" fill="#4E9BCD"/>
13
+ <path d="M419.287 92.398C413.799 80.2539 404.437 69.6457 392.937 62.5599L394.47 60C406.475 67.393 416.241 78.4722 421.971 91.1692L419.287 92.398Z" fill="#4E9BCD"/>
14
+ </svg>
@@ -0,0 +1,14 @@
1
+ <svg width="482" height="160" viewBox="60 110 365 10" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M61.937 128.134C63.9345 129.383 68.0909 130.837 71.3191 130.837C74.6281 130.837 75.98 129.67 75.98 127.868C75.98 126.066 74.9106 125.185 70.8147 123.793C63.5713 121.315 60.7869 117.321 60.8676 113.102C60.8676 106.488 66.4566 101.47 75.1124 101.47C79.1881 101.47 82.8401 102.412 84.999 103.498L83.062 111.136C81.4882 110.256 78.4819 109.109 75.4755 109.109C72.8324 109.109 71.3191 110.194 71.3191 112.017C71.3191 113.696 72.6912 114.556 76.9888 116.092C83.6471 118.427 86.4517 121.827 86.5122 127.069C86.5122 133.684 81.3672 138.558 71.3191 138.558C66.739 138.558 62.6633 137.534 60 136.08L61.937 128.134Z" fill="white"/>
3
+ <path d="M124.828 119.635C124.828 132.64 115.728 138.619 106.346 138.619C96.0965 138.619 88.2275 131.779 88.2275 120.291C88.2275 108.802 95.6728 101.47 106.931 101.47C117.686 101.45 124.828 108.945 124.828 119.635ZM99.4862 119.983C99.4862 126.086 101.988 130.674 106.649 130.674C110.886 130.674 113.59 126.373 113.59 119.983C113.59 114.679 111.592 109.293 106.649 109.293C101.423 109.293 99.4862 114.761 99.4862 119.983Z" fill="white"/>
4
+ <path d="M128.723 113.594C128.723 109.17 128.582 105.382 128.44 102.249H137.903L138.408 107.123H138.63C140.062 104.87 143.633 101.45 149.444 101.45C156.607 101.45 161.994 106.242 161.994 116.707V137.8H151.099V118.079C151.099 113.492 149.525 110.379 145.591 110.379C142.584 110.379 140.789 112.488 140.082 114.516C139.8 115.171 139.639 116.256 139.639 117.28V137.78H128.763V113.594H128.723Z" fill="white"/>
5
+ <path d="M187.74 137.8L187.094 134.237H186.892C184.612 137.084 181.021 138.599 176.885 138.599C169.782 138.599 165.565 133.356 165.565 127.684C165.565 118.447 173.737 114.004 186.125 114.085V113.573C186.125 111.689 185.117 108.986 179.75 108.986C176.178 108.986 172.385 110.215 170.085 111.669L168.067 104.542C170.509 103.15 175.311 101.409 181.687 101.409C193.369 101.409 197.081 108.392 197.081 116.748V129.117C197.081 132.537 197.223 135.793 197.586 137.759H187.74V137.8ZM186.469 121.007C180.738 120.925 176.299 122.318 176.299 126.598C176.299 129.445 178.156 130.817 180.597 130.817C183.139 130.837 185.419 129.199 186.247 126.742C186.388 126.127 186.469 125.492 186.469 124.857V121.007Z" fill="white"/>
6
+ <path d="M202.812 113.963C202.812 108.74 202.671 105.32 202.529 102.269H211.911L212.275 108.802H212.557C214.353 103.641 218.651 101.47 222.02 101.47C222.787 101.45 223.553 101.491 224.32 101.614V112.017C223.352 111.833 222.363 111.73 221.395 111.73C217.379 111.73 214.656 113.922 213.929 117.342C213.788 118.161 213.727 118.98 213.727 119.82V137.841H202.832L202.812 113.963Z" fill="white"/>
7
+ <path d="M296.15 128.195C296.15 131.82 296.231 135.035 296.433 137.8H290.844L290.481 132.046H290.339C288.685 134.872 285.033 138.599 278.879 138.599C273.431 138.599 266.914 135.547 266.914 123.178V102.617H273.209V122.093C273.209 128.769 275.207 133.295 280.937 133.295C285.154 133.295 288.1 130.305 289.25 127.479C289.633 126.434 289.815 125.328 289.815 124.202V102.617H296.11V128.195H296.15Z" fill="white"/>
8
+ <path d="M303.474 137.8C303.615 135.404 303.756 131.841 303.756 128.708V86.1723H309.991V108.29H310.132C312.351 104.358 316.367 101.818 321.956 101.818C330.551 101.818 336.644 109.088 336.563 119.779C336.563 132.353 328.755 138.619 321.027 138.619C316.003 138.619 312.008 136.653 309.426 132.005H309.204L308.921 137.821L303.474 137.8ZM309.991 123.69C310.011 124.468 310.112 125.247 310.273 126.025C311.484 130.448 315.136 133.5 319.716 133.5C326.314 133.5 330.248 128.052 330.248 119.983C330.248 112.939 326.677 106.897 319.938 106.897C315.64 106.897 311.625 109.867 310.334 114.741C310.192 115.478 309.971 116.338 309.971 117.362V123.69H309.991Z" fill="white"/>
9
+ <path d="M345.159 121.376C345.3 130.018 350.748 133.582 357.043 133.582C361.563 133.582 364.286 132.783 366.647 131.759L367.716 136.346C365.497 137.37 361.704 138.517 356.175 138.517C345.502 138.517 339.126 131.39 339.126 120.782C339.126 110.174 345.28 101.798 355.388 101.798C366.708 101.798 369.714 111.915 369.714 118.386C369.714 119.39 369.633 120.373 369.512 121.356L345.159 121.376ZM363.641 116.789C363.721 112.713 362.006 106.385 354.904 106.385C348.528 106.385 345.744 112.345 345.219 116.789H363.641Z" fill="white"/>
10
+ <path d="M259.447 108.945C253.637 100.262 241.995 98.0092 233.44 103.907C224.885 109.805 222.665 121.622 228.476 130.305C233.541 137.862 243.165 140.688 251.417 137.042L258.661 148.982L264.411 145.009L257.167 133.07C263.543 126.639 264.512 116.502 259.447 108.945ZM251.336 130.632C245.344 134.769 237.193 133.192 233.117 127.11C229.041 121.028 230.595 112.754 236.587 108.617C242.58 104.481 250.731 106.058 254.807 112.14C258.862 118.222 257.309 126.496 251.336 130.632Z" fill="white"/>
11
+ <path d="M412.81 137.944H408.371C408.371 101.655 378.873 72.1442 342.615 72.1442V67.6388C381.314 67.6388 412.81 99.1766 412.81 137.944Z" fill="white"/>
12
+ <path d="M415.876 113.758C410.55 90.9849 392.37 71.9802 369.591 65.345L370.6 61.7406C394.65 68.7445 413.838 88.8141 419.468 112.898L415.876 113.758Z" fill="white"/>
13
+ <path d="M419.285 92.398C413.797 80.2539 404.435 69.6457 392.935 62.5599L394.468 60C406.473 67.393 416.239 78.4722 421.969 91.1692L419.285 92.398Z" fill="white"/>
14
+ </svg>
package/dist/index.d.ts CHANGED
@@ -31,7 +31,7 @@ interface OverviewPageProps {
31
31
  */
32
32
  declare const soundcheckPlugin: _backstage_core_plugin_api.BackstagePlugin<{
33
33
  entityContent: _backstage_core_plugin_api.RouteRef<undefined>;
34
- entityCertification: _backstage_core_plugin_api.SubRouteRef;
34
+ entityCertification: _backstage_core_plugin_api.SubRouteRef<_backstage_core_plugin_api.PathParams<"/tracks/:trackId/checks/:checkId">>;
35
35
  }, {}, {}>;
36
36
  /**
37
37
  * @public
@@ -1,2 +1,2 @@
1
- import{createPlugin as i,createApiFactory as c,discoveryApiRef as r,fetchApiRef as u,createRoutableExtension as t,createComponentExtension as p}from"@backstage/core-plugin-api";import{soundcheckApiRef as d,SoundcheckApi as a}from"./api.esm.js";import{entityRootRouteRef as n,certificationRouteRef as m,groupRootRouteRef as h,overviewRouteRef as R,rootRouteRef as v}from"./routes.esm.js";const o=i({id:"soundcheck",apis:[c({api:d,deps:{discoveryApi:r,fetchApi:u},factory:e=>new a(e)})],routes:{entityContent:n,entityCertification:m}}),f=o.provide(t({name:"EntitySoundcheckContent",component:()=>import("./components/EntitySoundcheckContent.esm.js").then(e=>e.EntitySoundcheckContent),mountPoint:n})),k=o.provide(p({name:"EntitySoundcheckCard",component:{lazy:()=>import("./components/EntitySoundcheckCard/index.esm.js").then(e=>e.EntitySoundcheckCard)}})),y=o.provide(t({name:"GroupSoundcheckContent",component:()=>import("./components/OverviewPage/index.esm.js").then(e=>e.FixedGroupOverviewPage),mountPoint:h})),g=o.provide(t({name:"SoundcheckOverviewPage",component:()=>import("./components/OverviewPage/index.esm.js").then(e=>e.OverviewPage),mountPoint:R})),P=o.provide(t({name:"SoundcheckRoutingPage",component:()=>import("./components/RoutingPage/index.esm.js").then(e=>e.RoutingPage),mountPoint:v}));export{k as EntitySoundcheckCard,f as EntitySoundcheckContent,y as GroupSoundcheckContent,g as SoundcheckOverviewPage,P as SoundcheckRoutingPage,o as soundcheckPlugin};
1
+ import{createPlugin as c,createApiFactory as r,discoveryApiRef as u,fetchApiRef as p,createRoutableExtension as t,createComponentExtension as d}from"@backstage/core-plugin-api";import{soundcheckApiRef as a,SoundcheckApi as m}from"./api.esm.js";import{entityRootRouteRef as n,certificationRouteRef as h,groupRootRouteRef as R,rootRouteRef as i}from"./routes.esm.js";const o=c({id:"soundcheck",apis:[r({api:a,deps:{discoveryApi:u,fetchApi:p},factory:e=>new m(e)})],routes:{entityContent:n,entityCertification:h}}),k=o.provide(t({name:"EntitySoundcheckContent",component:()=>import("./components/EntitySoundcheckContent.esm.js").then(e=>e.EntitySoundcheckContent),mountPoint:n})),f=o.provide(d({name:"EntitySoundcheckCard",component:{lazy:()=>import("./components/EntitySoundcheckCard/index.esm.js").then(e=>e.EntitySoundcheckCard)}})),v=o.provide(t({name:"GroupSoundcheckContent",component:()=>import("./components/OverviewPage/index.esm.js").then(e=>e.FixedGroupOverviewPage),mountPoint:R})),y=o.provide(t({name:"SoundcheckOverviewPage",component:()=>import("./components/OverviewPage/index.esm.js").then(e=>e.OverviewPage),mountPoint:i})),g=o.provide(t({name:"SoundcheckRoutingPage",component:()=>import("./components/RoutingPage/index.esm.js").then(e=>e.RoutingPage),mountPoint:i}));export{f as EntitySoundcheckCard,k as EntitySoundcheckContent,v as GroupSoundcheckContent,y as SoundcheckOverviewPage,g as SoundcheckRoutingPage,o as soundcheckPlugin};
2
2
  //# sourceMappingURL=plugin.esm.js.map
@@ -1,2 +1,2 @@
1
- import{convertLegacyRouteRef as o}from"@backstage/core-compat-api";import{createRouteRef as a,createSubRouteRef as r}from"@backstage/core-plugin-api";const e=i=>o(r(i)),c=a({id:"soundcheck-entity"}),d=a({id:"soundcheck-group"}),s=e({id:"soundcheck-entity-certification-track-redirect",parent:c,path:"/tracks/:trackId"}),k=e({id:"soundcheck-entity-certification",parent:c,path:"/tracks/:trackId/checks/:checkId"}),n=e({id:"soundcheck-entity-playlist-redirect",parent:c,path:"/playlists/:playlistId"}),h=e({id:"soundcheck-entity-playlist-track-redirect",parent:c,path:"/playlists/:playlistId/tracks/:trackId"}),p=e({id:"soundcheck-entity-playlist-track-redirect",parent:c,path:"/playlists/:playlistId/tracks/:trackId/checks/:checkId"}),l=a({id:"soundcheck-overview"}),t=a({id:"soundcheck"}),R=e({id:"soundcheck-checks",parent:t,path:"/checks"}),u=e({id:"soundcheck-check-details",parent:t,path:"/checks/:checkId"}),f=e({id:"soundcheck-check-edit",parent:t,path:"/checks/:checkId/edit"}),y=e({id:"soundcheck-tracks",parent:t,path:"/tracks"}),g=e({id:"soundcheck-track-details",parent:t,path:"/tracks/:trackId"}),I=e({id:"soundcheck-track-edit",parent:t,path:"/tracks/:trackId/edit"});e({id:"soundcheck-track-check-details",parent:t,path:"/tracks/:trackId/checks/:checkId"});const m=e({id:"soundcheck-campaigns",parent:t,path:"/campaigns"}),P=e({id:"soundcheck-campaign-details",parent:t,path:"/campaigns/:campaignId"}),v=e({id:"soundcheck-campaign-edit",parent:t,path:"/campaigns/:campaignId/edit"}),D=e({id:"soundcheck-tech-health",parent:t,path:"/tech-health"}),E=e({id:"soundcheck-collectors-page",parent:t,path:"/collectors"}),T=e({id:"soundcheck-collector-details",parent:t,path:"/collectors/:collectorId"});export{P as campaignDetailsRouteRef,v as campaignEditRouteRef,m as campaignsPageRouteRef,n as certificationPlaylistRouteRef,p as certificationPlaylistTrackCheckRouteRef,h as certificationPlaylistTrackRouteRef,k as certificationRouteRef,s as certificationTrackRouteRef,u as checkDetailsRouteRef,f as checkEditRouteRef,R as checksPageRouteRef,T as collectorDetailsRouteRef,E as collectorsPageRouteRef,c as entityRootRouteRef,d as groupRootRouteRef,l as overviewRouteRef,t as rootRouteRef,D as techHealthRouteRef,g as trackDetailsRouteRef,I as trackEditRouteRef,y as tracksPageRouteRef};
1
+ import{createRouteRef as a,createSubRouteRef as t}from"@backstage/core-plugin-api";const c=a({id:"soundcheck-entity"}),i=a({id:"soundcheck-group"}),r=t({id:"soundcheck-entity-certification-track-redirect",parent:c,path:"/tracks/:trackId"}),n=t({id:"soundcheck-entity-certification",parent:c,path:"/tracks/:trackId/checks/:checkId"}),s=t({id:"soundcheck-entity-playlist-redirect",parent:c,path:"/playlists/:playlistId"}),d=t({id:"soundcheck-entity-playlist-track-redirect",parent:c,path:"/playlists/:playlistId/tracks/:trackId"}),k=t({id:"soundcheck-entity-playlist-track-redirect",parent:c,path:"/playlists/:playlistId/tracks/:trackId/checks/:checkId"}),e=a({id:"soundcheck"}),h=t({id:"soundcheck-quickstart",parent:e,path:"/quickstart"}),o=t({id:"soundcheck-checks",parent:e,path:"/checks"}),p=t({id:"soundcheck-check-details",parent:e,path:"/checks/:checkId"}),u=t({id:"soundcheck-check-edit",parent:e,path:"/checks/:checkId/edit"}),R=t({id:"soundcheck-check-create",parent:e,path:"/checks/create"}),l=t({id:"soundcheck-check-templates",parent:e,path:"/checks/templates"}),f=t({id:"soundcheck-tracks",parent:e,path:"/tracks"}),g=t({id:"soundcheck-track-details",parent:e,path:"/tracks/:trackId"}),m=t({id:"soundcheck-track-edit",parent:e,path:"/tracks/:trackId/edit"}),y=t({id:"soundcheck-track-create",parent:e,path:"/tracks/create"});t({id:"soundcheck-track-check-details",parent:e,path:"/tracks/:trackId/checks/:checkId"});const I=t({id:"soundcheck-campaigns",parent:e,path:"/campaigns"}),P=t({id:"soundcheck-campaign-details",parent:e,path:"/campaigns/:campaignId"}),C=t({id:"soundcheck-campaign-edit",parent:e,path:"/campaigns/:campaignId/edit"}),D=t({id:"soundcheck-campaign-create",parent:e,path:"/campaigns/create"});t({id:"soundcheck-tech-health",parent:e,path:"/tech-health"});const T=t({id:"soundcheck-integrations-page",parent:e,path:"/integrations"}),q=t({id:"soundcheck-integration-details",parent:e,path:"/integrations/:integrationId"});export{D as campaignCreateRouteRef,P as campaignDetailsRouteRef,C as campaignEditRouteRef,I as campaignsPageRouteRef,s as certificationPlaylistRouteRef,k as certificationPlaylistTrackCheckRouteRef,d as certificationPlaylistTrackRouteRef,n as certificationRouteRef,r as certificationTrackRouteRef,R as checkCreateRouteRef,p as checkDetailsRouteRef,u as checkEditRouteRef,l as checkTemplatesRouteRef,o as checksPageRouteRef,c as entityRootRouteRef,i as groupRootRouteRef,q as integrationDetailsRouteRef,T as integrationsPageRouteRef,h as quickstartRouteRef,e as rootRouteRef,y as trackCreateRouteRef,g as trackDetailsRouteRef,m as trackEditRouteRef,f as tracksPageRouteRef};
2
2
  //# sourceMappingURL=routes.esm.js.map
@@ -1,6 +1,6 @@
1
- import{dump as a}from"js-yaml";const r=e=>{const t={ordinal:e.ordinal,checks:e.checks};return e.name&&(t.name=e.name),e.description&&(e.description=e.description),t},i=(e,t)=>{const n=new Blob([e],{type:"text/plain"}),s=window.document.createElement("a");s.href=window.URL.createObjectURL(n),s.download=t,s.click(),s.remove()},c=e=>{const t={id:e.id,name:e.name,ownerEntityRef:e.ownerEntityRef,levels:e.levels.map(r)};e.description&&(t.description=e.description),e.documentationURL&&(t.documentationURL=e.documentationURL),e.filter&&(t.filter=e.filter);const n=`# Exported YAML Track. You can rename the track id if needed.
1
+ import{dump as a}from"js-yaml";const r=e=>{const n={ordinal:e.ordinal,checks:e.checks};return e.name&&(n.name=e.name),e.description&&(e.description=e.description),n},i=(e,n)=>{const t=new Blob([e],{type:"text/plain"}),s=window.document.createElement("a");s.href=window.URL.createObjectURL(t),s.download=n,s.click(),s.remove()},o=e=>{const n={id:e.id,name:e.name,ownerEntityRef:e.ownerEntityRef,levels:e.levels.map(r)};e.description&&(n.description=e.description),e.documentationURL&&(n.documentationURL=e.documentationURL),e.filter&&(n.filter=e.filter);const t=`# Exported YAML Track. You can rename the track id if needed.
2
2
  # Please ensure you have also exported the associated checks and that the ids match.
3
- `+a(t);return i(n,`track-${e.id}.yaml`),n},d=e=>{const t={id:e.id,rule:e.rule};e.ownerEntityRef&&(t.ownerEntityRef=e.ownerEntityRef),e.name&&(t.name=e.name),e.description&&(t.description=e.description),e.filter&&(t.filter=e.filter),e.warning&&(t.warning=e.warning),e.passedMessage&&(t.passedMessage=e.passedMessage),e.failedMessage&&(t.failedMessage=e.failedMessage),e.passedMessage&&(t.passedMessage=e.passedMessage),e.schedule&&(t.schedule=e.schedule);const n=`# Exported YAML Check. You can rename the check id if needed.
3
+ `+a(n,{noRefs:!0});return i(t,`track-${e.id}.yaml`),t},c=e=>{const n={id:e.id,rule:e.rule};e.ownerEntityRef&&(n.ownerEntityRef=e.ownerEntityRef),e.name&&(n.name=e.name),e.description&&(n.description=e.description),e.filter&&(n.filter=e.filter),e.warning&&(n.warning=e.warning),e.passedMessage&&(n.passedMessage=e.passedMessage),e.failedMessage&&(n.failedMessage=e.failedMessage),e.passedMessage&&(n.passedMessage=e.passedMessage),e.schedule&&(n.schedule=e.schedule);const t=`# Exported YAML Check. You can rename the check id if needed.
4
4
  # Please ensure the ids match in the associated tracks.
5
- `+a(t);return i(n,`check-${e.id}.yaml`),n};export{d as exportCheck,c as exportTrack};
5
+ `+a(n,{noRefs:!0});return i(t,`check-${e.id}.yaml`),t};export{c as exportCheck,o as exportTrack};
6
6
  //# sourceMappingURL=export.esm.js.map