@voiceflow/base-types 2.30.2 → 2.31.0

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.
@@ -29,6 +29,7 @@ export interface Model<PlatformData extends AnyRecord, MemberPlatformData extend
29
29
  platform: string;
30
30
  linkType?: LinkType;
31
31
  prototype?: Prototype;
32
+ livePrototype?: Prototype;
32
33
  reportTags?: Record<string, ReportTag>;
33
34
  members: Member<MemberPlatformData>[];
34
35
  platformData: PlatformData;
@@ -29,6 +29,7 @@ export interface Model<PlatformData extends AnyRecord, MemberPlatformData extend
29
29
  platform: string;
30
30
  linkType?: LinkType;
31
31
  prototype?: Prototype;
32
+ livePrototype?: Prototype;
32
33
  reportTags?: Record<string, ReportTag>;
33
34
  members: Member<MemberPlatformData>[];
34
35
  platformData: PlatformData;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@voiceflow/base-types",
3
3
  "description": "Voiceflow base project types",
4
- "version": "2.30.2",
4
+ "version": "2.31.0",
5
5
  "author": "Voiceflow",
6
6
  "bugs": {
7
7
  "url": "https://github.com/voiceflow/libs/issues"
@@ -43,5 +43,5 @@
43
43
  "test:smoke": "exit 0",
44
44
  "test:unit": "exit 0"
45
45
  },
46
- "gitHead": "35ae18623bd066eb3c896f216eb3654860569d42"
46
+ "gitHead": "b22a4130ad5fc6da5775b82df9c64dd1c57abdd2"
47
47
  }