@voiceflow/alexa-types
Advanced tools
Comparing version 1.15.0 to 1.15.1
@@ -39,4 +39,7 @@ import { DefaultStep, IntegrationType, IntegrationUser, NodeType } from './types'; | ||
user?: IntegrationUser; | ||
sheet: null | GoogleSheetsValueLabel; | ||
mapping: GoogleSheetsMapping[]; | ||
sheet: null | number; | ||
mapping: { | ||
arg1: number; | ||
arg2: string; | ||
}[]; | ||
end_row: string; | ||
@@ -47,4 +50,4 @@ start_row: string; | ||
match_value: string; | ||
spreadsheet: null | GoogleSheetsSpreadsheet; | ||
header_column: null | GoogleSheetsValueLabel; | ||
spreadsheet: null | string; | ||
header_column: null | number; | ||
}; | ||
@@ -51,0 +54,0 @@ selected_action: null | GoogleSheetsActionType; |
@@ -45,4 +45,4 @@ import { DefaultStep, IntegrationType, IntegrationUser, NodeType } from './types'; | ||
user?: IntegrationUser; | ||
sheet: null | GoogleSheetsValueLabel; | ||
mapping: GoogleSheetsMapping[]; | ||
sheet: null | number; | ||
mapping: { arg1: number; arg2: string }[]; | ||
end_row: string; | ||
@@ -53,4 +53,4 @@ start_row: string; | ||
match_value: string; | ||
spreadsheet: null | GoogleSheetsSpreadsheet; | ||
header_column: null | GoogleSheetsValueLabel; | ||
spreadsheet: null | string; | ||
header_column: null | number; | ||
}; | ||
@@ -57,0 +57,0 @@ selected_action: null | GoogleSheetsActionType; |
{ | ||
"name": "@voiceflow/alexa-types", | ||
"description": "Alexa service types", | ||
"version": "1.15.0", | ||
"version": "1.15.1", | ||
"author": "Voiceflow", | ||
@@ -6,0 +6,0 @@ "bugs": { |
4926
229932