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

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 +12 -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" {
@@ -11658,6 +11660,14 @@ declare module "apps/reach-app/src/app/admin/customization/Favicon" {
11658
11660
  import { FC } from 'react';
11659
11661
  export const Favicon: FC;
11660
11662
  }
11663
+ declare module "apps/reach-app/src/app/admin/customization/EmailNotificationItem" {
11664
+ import { FC } from 'react';
11665
+ export const EmailNotificationItem: FC;
11666
+ }
11667
+ declare module "apps/reach-app/src/app/admin/customization/EmailNotifications" {
11668
+ import { FC } from 'react';
11669
+ export const EmailNotifications: FC;
11670
+ }
11661
11671
  declare module "apps/reach-app/src/app/admin/customization/Customization" {
11662
11672
  import { FC } from 'react';
11663
11673
  export const Customization: FC;
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.620",
8
8
  "dependencies": {}
9
9
  }