@voiceflow/base-types 2.3.0 → 2.3.1

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.
@@ -69,10 +69,11 @@ export interface Version<P extends VersionPlatformData, C extends BaseCommand =
69
69
  prototype?: VersionPrototype<C, L>;
70
70
  platformData: P;
71
71
  }
72
- export interface VersionDiagramResponce {
73
- id: string;
74
- type: string;
75
- flow: string;
76
- step: string;
77
- content: string;
72
+ export interface VersionDiagramResponse {
73
+ blockID: string;
74
+ blockName: string;
75
+ diagramID: string;
76
+ blockColor: string;
77
+ diagramName: string;
78
+ blockContent: string;
78
79
  }
@@ -69,10 +69,11 @@ export interface Version<P extends VersionPlatformData, C extends BaseCommand =
69
69
  prototype?: VersionPrototype<C, L>;
70
70
  platformData: P;
71
71
  }
72
- export interface VersionDiagramResponce {
73
- id: string;
74
- type: string;
75
- flow: string;
76
- step: string;
77
- content: string;
72
+ export interface VersionDiagramResponse {
73
+ blockID: string;
74
+ blockName: string;
75
+ diagramID: string;
76
+ blockColor: string;
77
+ diagramName: string;
78
+ blockContent: string;
78
79
  }
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.3.0",
4
+ "version": "2.3.1",
5
5
  "author": "Voiceflow",
6
6
  "bugs": {
7
7
  "url": "https://github.com/voiceflow/libs/issues"
@@ -39,5 +39,5 @@
39
39
  "test:integration": "exit 0",
40
40
  "test:unit": "exit 0"
41
41
  },
42
- "gitHead": "03cbd927fe8c49cd9715289fdd10046eab913820"
42
+ "gitHead": "6ff2879f7161d3f290ab817b29996ddf1fa42c13"
43
43
  }