From 6c61d48de2a0e86caeef8025841aeb37c151c989 Mon Sep 17 00:00:00 2001 From: Samuel Bodin <1637651+bodinsamuel@users.noreply.github.com> Date: Fri, 7 Feb 2020 23:01:56 +0100 Subject: [PATCH] fix(google__maps): sessiontoken in PlaceAutocomplete is optionnal (#42165) --- types/google__maps/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/google__maps/index.d.ts b/types/google__maps/index.d.ts index 26404ea01c..5f8c6e8341 100644 --- a/types/google__maps/index.d.ts +++ b/types/google__maps/index.d.ts @@ -3003,7 +3003,7 @@ export interface PlaceAutocompleteRequest { * [session](https://developers.google.com/places/web-service/autocomplete#session_tokens) for billing purposes. * If this parameter is omitted from an autocomplete request, the request is billed independently */ - sessiontoken: string; + sessiontoken?: string; /** * The position, in the input term, of the last character that the service uses to match predictions. * For example, if the input is 'Google' and the `offset` is 3, the service will match on 'Goo'.