@navigraph/app
Advanced tools
Comparing version 1.2.2 to 1.2.3
@@ -8,5 +8,5 @@ declare enum Scope { | ||
interface NavigraphApp { | ||
/** The client_id is the id for your client which you will obtain from Navigraph. */ | ||
/** The id for your client which you will obtain from Navigraph. */ | ||
clientId: string; | ||
/** The client_secret is the secret password for your client which you will obtain from Navigraph. */ | ||
/** The secret password for your client which you will obtain from Navigraph. */ | ||
clientSecret: string; | ||
@@ -13,0 +13,0 @@ /** Scopes enable your application to access specific API endpoints on behalf of a user. |
{ | ||
"name": "@navigraph/app", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "browser": "dist/index.mjs", |
9766