@livetiles/reach-plugin-types 0.5.0-preview.618 → 0.5.0-preview.619

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 +4 -2
  2. package/package.json +1 -1
package/lib/index.d.ts CHANGED
@@ -2349,7 +2349,8 @@ declare module "libs/reach/util/common/src/content/Attachment" {
2349
2349
  Event = 5,
2350
2350
  Page = 6,
2351
2351
  Post = 7,
2352
- Giphy = 8
2352
+ Giphy = 8,
2353
+ MicrosoftStreamVideo = 9
2353
2354
  }
2354
2355
  export interface BaseAttachment {
2355
2356
  id: string;
@@ -2381,7 +2382,8 @@ declare module "libs/reach/util/common/src/content/GraphQLAttachmentType" {
2381
2382
  Event = "EVENT",
2382
2383
  Page = "PAGE",
2383
2384
  Post = "POST",
2384
- Giphy = "GIPHY"
2385
+ Giphy = "GIPHY",
2386
+ MicrosoftStreamVideo = "MICROSOFT_STREAM_VIDEO"
2385
2387
  }
2386
2388
  }
2387
2389
  declare module "libs/reach/util/common/src/content/ItemWithAttachments" {
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.618",
7
+ "version": "0.5.0-preview.619",
8
8
  "dependencies": {}
9
9
  }