From dc23a6582fa25a7edb369c7522a3fc2604ce5a36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Christophe=20Chalt=C3=A9?= Date: Thu, 2 Nov 2017 22:15:13 +0100 Subject: [PATCH] Updated odata definition files to match latest configuration options --- types/o.js/index.d.ts | 3 +++ types/odata/index.d.ts | 3 +++ 2 files changed, 6 insertions(+) diff --git a/types/o.js/index.d.ts b/types/o.js/index.d.ts index 7cca909391..6a39d11f7d 100644 --- a/types/o.js/index.d.ts +++ b/types/o.js/index.d.ts @@ -19,6 +19,9 @@ declare module 'o.js' { username ?: string password ?: string isAsync ?: boolean + isCors ?: boolean + isHashRoute ?: boolean + appending ?: string } interface OHandler { diff --git a/types/odata/index.d.ts b/types/odata/index.d.ts index 3f436667f9..140f0a1c17 100644 --- a/types/odata/index.d.ts +++ b/types/odata/index.d.ts @@ -19,6 +19,9 @@ declare module 'odata' { username ?: string password ?: string isAsync ?: boolean + isCors ?: boolean + isHashRoute ?: boolean + appending ?: string } interface OHandler {