@eventcatalog/sdk 2.21.1 → 2.21.2

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.
package/dist/index.d.mts CHANGED
@@ -246,6 +246,7 @@ interface Badge {
246
246
  backgroundColor: string;
247
247
  textColor: string;
248
248
  icon?: string;
249
+ url?: string;
249
250
  }
250
251
 
251
252
  interface Changelog {
package/dist/index.d.ts CHANGED
@@ -246,6 +246,7 @@ interface Badge {
246
246
  backgroundColor: string;
247
247
  textColor: string;
248
248
  icon?: string;
249
+ url?: string;
249
250
  }
250
251
 
251
252
  interface Changelog {