@commercelayer/js-auth
Advanced tools
Comparing version 2.2.2 to 2.2.3
import { GetCustomerToken, User } from './salesChannel'; | ||
import { GetWebappToken } from './webapp'; | ||
import clientCredentials, { ClientCredentials } from './clientCredentials'; | ||
import { AuthReturnType, AuthScope } from './typings'; | ||
import { AuthReturnType, AuthScope, ClientId, ClientSecret } from './typings'; | ||
declare const getSalesChannelToken: import("./salesChannel").SalesChannel; | ||
@@ -10,3 +10,3 @@ declare const getCustomerToken: GetCustomerToken; | ||
declare const getWebappToken: GetWebappToken; | ||
export { authorizeWebapp, clientCredentials, getCustomerToken, getIntegrationToken, getSalesChannelToken, getWebappToken, ClientCredentials, User, AuthReturnType, AuthScope, }; | ||
export { authorizeWebapp, clientCredentials, getCustomerToken, getIntegrationToken, getSalesChannelToken, getWebappToken, ClientCredentials, User, AuthReturnType, AuthScope, ClientId, ClientSecret }; | ||
declare const CLayerAuth: { | ||
@@ -13,0 +13,0 @@ authorizeWebapp: import("./webapp").Webapp; |
import { GetCustomerToken, User } from './salesChannel'; | ||
import { GetWebappToken } from './webapp'; | ||
import clientCredentials, { ClientCredentials } from './clientCredentials'; | ||
import { AuthReturnType, AuthScope } from './typings'; | ||
import { AuthReturnType, AuthScope, ClientId, ClientSecret } from './typings'; | ||
declare const getSalesChannelToken: import("./salesChannel").SalesChannel; | ||
@@ -10,3 +10,3 @@ declare const getCustomerToken: GetCustomerToken; | ||
declare const getWebappToken: GetWebappToken; | ||
export { authorizeWebapp, clientCredentials, getCustomerToken, getIntegrationToken, getSalesChannelToken, getWebappToken, ClientCredentials, User, AuthReturnType, AuthScope, }; | ||
export { authorizeWebapp, clientCredentials, getCustomerToken, getIntegrationToken, getSalesChannelToken, getWebappToken, ClientCredentials, User, AuthReturnType, AuthScope, ClientId, ClientSecret }; | ||
declare const CLayerAuth: { | ||
@@ -13,0 +13,0 @@ authorizeWebapp: import("./webapp").Webapp; |
{ | ||
"name": "@commercelayer/js-auth", | ||
"version": "2.2.2", | ||
"version": "2.2.3", | ||
"description": "Commerce Layer Javascript Auth", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
71368