restomax-deliverect
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "restomax-deliverect", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Restomax Deliverect Link", | ||
@@ -31,6 +31,6 @@ "main": "index.js", | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^2.30.0", | ||
"@typescript-eslint/parser": "^2.30.0", | ||
"@typescript-eslint/eslint-plugin": "^2.31.0", | ||
"@typescript-eslint/parser": "^2.31.0", | ||
"eslint": "^6.8.0" | ||
} | ||
} |
import {ILocation} from './location'; | ||
import {IAnswerLinks} from './Links'; | ||
import {IAnswerLinks} from './links'; | ||
@@ -4,0 +4,0 @@ /** |
import {IAccount} from './account'; | ||
import {ILocation} from './location'; | ||
import {IAnswerLinks} from './Links'; | ||
import {IAnswerLinks} from './links'; | ||
@@ -5,0 +5,0 @@ // -------------------------------------------------------------------------------- |
@@ -12,3 +12,3 @@ // -------------------------------------------------------------------------------- | ||
*/ | ||
audience : string; | ||
audience ?: string; | ||
@@ -18,5 +18,10 @@ /* | ||
*/ | ||
grant_type : string; | ||
grant_type ?: string; | ||
} | ||
const EmptyAuthConfig : IAuthRequestBody = { client_id: '', client_secret: '' }; | ||
export function AuthConfigIsEmpty(AuthConfig: IAuthRequestBody){ | ||
return (!AuthConfig.client_id || !AuthConfig.client_secret); | ||
} |
@@ -1,2 +0,2 @@ | ||
import {IAnswerLinks} from './Links'; | ||
import {IAnswerLinks} from './links'; | ||
@@ -3,0 +3,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
import {IAnswerLinks} from './Links'; | ||
import {IAnswerLinks} from './links'; | ||
import {ICustomer} from './customer'; | ||
@@ -3,0 +3,0 @@ import {IChannelStatus} from './channel'; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
43771
62
1187