@brighthustle/adonisjs-whatsapp
Advanced tools
Comparing version 1.0.5-7 to 1.0.5-8
/* | ||
* @adonisjs/transmit | ||
* @brighthustle/adonisjs-whatsapp | ||
* | ||
* (c) AdonisJS | ||
* (c) Brighthustle | ||
* | ||
@@ -6,0 +6,0 @@ * For the full copyright and license information, please view the LICENSE |
@@ -6,1 +6,2 @@ import './src/types/extended.js'; | ||
export { default as whatsapp } from './src/whatsapp.js'; | ||
export { BaseWhatsapp } from './src/base_whatsapp.js'; |
@@ -0,1 +1,9 @@ | ||
/* | ||
* @brighthustle/adonisjs-whatsapp | ||
* | ||
* (c) Brighthustle | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
*/ | ||
import './src/types/extended.js'; | ||
@@ -6,1 +14,2 @@ export { configure } from './configure.js'; | ||
export { default as whatsapp } from './src/whatsapp.js'; | ||
export { BaseWhatsapp } from './src/base_whatsapp.js'; |
@@ -8,2 +8,6 @@ import { ApplicationService } from '@adonisjs/core/types'; | ||
boot(): Promise<void>; | ||
/** | ||
* Close all drivers when shutting down the app | ||
*/ | ||
shutdown(): Promise<void>; | ||
} |
@@ -0,1 +1,9 @@ | ||
/* | ||
* @brighthustle/adonisjs-whatsapp | ||
* | ||
* (c) Brighthustle | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
*/ | ||
import Helpers from '../src/helpers.js'; | ||
@@ -94,2 +102,6 @@ export default class WhatsAppProvider { | ||
} | ||
/** | ||
* Close all drivers when shutting down the app | ||
*/ | ||
async shutdown() { } | ||
} |
/* | ||
* @adonisjs/whatsapp | ||
* @brighthustle/adonisjs-whatsapp | ||
* | ||
* (c) AdonisJS | ||
* (c) Brighthustle | ||
* | ||
@@ -12,3 +12,3 @@ * For the full copyright and license information, please view the LICENSE | ||
/** | ||
* Returns a singleton instance of the Redis manager from the | ||
* Returns a singleton instance of the Whatsapp manager from the | ||
* container | ||
@@ -15,0 +15,0 @@ */ |
@@ -0,1 +1,9 @@ | ||
/* | ||
* @brighthustle/adonisjs-whatsapp | ||
* | ||
* (c) Brighthustle | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
*/ | ||
import { RuntimeException } from '@poppinss/utils'; | ||
@@ -2,0 +10,0 @@ export function defineConfig(config) { |
@@ -0,1 +1,9 @@ | ||
/* | ||
* @brighthustle/adonisjs-whatsapp | ||
* | ||
* (c) Brighthustle | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
*/ | ||
export default class Helpers { | ||
@@ -2,0 +10,0 @@ static isUrl(string) { |
/* | ||
* @adonisjs/whatsapp | ||
* @brighthustle/adonisjs-whatsapp | ||
* | ||
* (c) AdonisJS | ||
* (c) Brighthustle | ||
* | ||
@@ -6,0 +6,0 @@ * For the full copyright and license information, please view the LICENSE |
@@ -0,1 +1,9 @@ | ||
/* | ||
* @brighthustle/adonisjs-whatsapp | ||
* | ||
* (c) Brighthustle | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
*/ | ||
export var TemplateFields; | ||
@@ -2,0 +10,0 @@ (function (TemplateFields) { |
@@ -0,1 +1,9 @@ | ||
/* | ||
* @brighthustle/adonisjs-whatsapp | ||
* | ||
* (c) Brighthustle | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
*/ | ||
import axios from 'axios'; | ||
@@ -2,0 +10,0 @@ export default class WhatsAppClient { |
@@ -0,1 +1,9 @@ | ||
/* | ||
* @brighthustle/adonisjs-whatsapp | ||
* | ||
* (c) Brighthustle | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
*/ | ||
import axios from 'axios'; | ||
@@ -2,0 +10,0 @@ import WhatsAppClient from './whats_app_client.js'; |
{ | ||
"name": "@brighthustle/adonisjs-whatsapp", | ||
"description": "Connect your WhatsApp Cloud API with AdonisJS", | ||
"version": "1.0.5-7", | ||
"version": "1.0.5-8", | ||
"main": "build/index.js", | ||
@@ -6,0 +6,0 @@ "type": "module", |
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
42113
29
942