ionic-vhframeworks 3.7.2 → 3.7.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7000,6 +7000,44 @@ export declare class VhQuerySales {
7000
7000
  private subjectwarrantys;
7001
7001
  private subjectdiscount_bills;
7002
7002
  constructor(vhmongo_firebase: Vhmongo_firebase, vhQuery: VhQuery, vhAuth: VhAuth, vhAlgorithm: VhAlgorithm, iap2: InAppPurchase2, platform: Platform);
7003
+ /**
7004
+ * Hàm callback BÌNH LUẬN trên fanpage có id là id_fanpage
7005
+ * @example:
7006
+ * this.vhQuerySales.observableWebhookFeedFacebook('102622138931525').subscribe((entry:any) => {
7007
+ console.log('entry', entry);
7008
+ })
7009
+
7010
+ ngOnDestroy(){
7011
+ this.vhQuerySales.unsubscribeWebhookFeedFacebook('102622138931525');
7012
+ }
7013
+ * @returns Observerble (Object) => obj = {id, time, changes}
7014
+ */
7015
+ observableWebhookFeedFacebook(id_fanpage: string): Observable<unknown>;
7016
+ /**
7017
+ * hàm disable calback BÌNH LUẬN
7018
+ * @example:
7019
+ * this.vhQuerySales.unsubscribeWebhookFeedFacebook('102622138931525');
7020
+ */
7021
+ unsubscribeWebhookFeedFacebook(id_fanpage: string): void;
7022
+ /**
7023
+ * Hàm callback TIN NHẮN trên fanpage có id là id_fanpage
7024
+ * @example:
7025
+ * this.vhQuerySales.observableWebhookMessagesFacebook('102622138931525').subscribe((entry:any) => {
7026
+ console.log('entry', entry);
7027
+ })
7028
+
7029
+ ngOnDestroy(){
7030
+ this.vhQuerySales.unsubscribeWebhookMessagesFacebook('102622138931525');
7031
+ }
7032
+ * @returns Observerble (Object) => obj = {id, time, messaging}
7033
+ */
7034
+ observableWebhookMessagesFacebook(id_fanpage: string): Observable<unknown>;
7035
+ /**
7036
+ * hàm disable calback TÍN NHẮN
7037
+ * @example:
7038
+ * this.vhQuerySales.unsubscribeWebhookMessagesFacebook('102622138931525');
7039
+ */
7040
+ unsubscribeWebhookMessagesFacebook(id_fanpage: string): void;
7003
7041
  /**------------------------TIKI Ecommerce-------------------------- */
7004
7042
  /**
7005
7043
  * @example:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ionic-vhframeworks",
3
- "version": "3.7.2",
3
+ "version": "3.7.3",
4
4
  "peerDependencies": {},
5
5
  "dependencies": {
6
6
  "tslib": "^2.0.0"