ionic-vhframeworks 10.10.8 → 10.10.9

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.
@@ -654,6 +654,11 @@ export declare class VhForFirstTime {
654
654
  constructor(vhMGDB_auth: VhMGDB_auth, vhMGDB_database: VhMGDB_database, vhMGDB_f3rdclouds: VhMGDB_f3rdclouds, http: HttpClient, vhAlgorithm: VhAlgorithm);
655
655
  addAPPdatabase_forFirstTime(): Promise<unknown>;
656
656
  addAPPdatabase_forFirstTime_Sales_Cafe(): Promise<unknown>;
657
+ /**
658
+ * VhForFirstTime
659
+ * @param main_sector
660
+ * @returns
661
+ */
657
662
  addAPPdatabase_forFirstTime_Sales365(main_sector: string): Promise<unknown>;
658
663
  private addSales_id_retail;
659
664
  private addSales_tax;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ionic-vhframeworks",
3
- "version": "10.10.8",
3
+ "version": "10.10.9",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^12.2.0",
6
6
  "@angular/core": "^12.2.0"