@eventcatalog/sdk 2.2.8 → 2.2.9

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
@@ -328,6 +328,7 @@ declare const _default: (path: string) => {
328
328
  path?: string;
329
329
  override?: boolean;
330
330
  versionExistingContent?: boolean;
331
+ format?: "md" | "mdx";
331
332
  }) => Promise<void>;
332
333
  /**
333
334
  * Remove an channel to EventCatalog (modeled on the standard POSIX rm utility)
package/dist/index.d.ts CHANGED
@@ -328,6 +328,7 @@ declare const _default: (path: string) => {
328
328
  path?: string;
329
329
  override?: boolean;
330
330
  versionExistingContent?: boolean;
331
+ format?: "md" | "mdx";
331
332
  }) => Promise<void>;
332
333
  /**
333
334
  * Remove an channel to EventCatalog (modeled on the standard POSIX rm utility)