@livetiles/reach-plugin-types 0.5.0-preview.635 → 0.5.0-preview.637

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 (2) hide show
  1. package/lib/index.d.ts +1 -1
  2. package/package.json +1 -1
package/lib/index.d.ts CHANGED
@@ -6610,7 +6610,7 @@ declare module "libs/reach/feature/content/src/comments/UrlMatcher" {
6610
6610
  import { AttachmentType } from "libs/reach/util/common/src/index";
6611
6611
  export function getAllVideosFromString(content: string): Generator<{
6612
6612
  url: string;
6613
- type: AttachmentType;
6613
+ type: AttachmentType.YouTubeVideo | AttachmentType.VimeoVideo | AttachmentType.MicrosoftStreamVideo;
6614
6614
  }, void, unknown>;
6615
6615
  export function getEmbeddedObjectsFromString(content: string): Generator<{
6616
6616
  url: string;
package/package.json CHANGED
@@ -4,6 +4,6 @@
4
4
  "main": "",
5
5
  "types": "./index.d.ts",
6
6
  "license": "ISC",
7
- "version": "0.5.0-preview.635",
7
+ "version": "0.5.0-preview.637",
8
8
  "dependencies": {}
9
9
  }