@james_jayaraj/test-npm 1.2.0 → 1.2.1

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.
@@ -242,6 +242,7 @@ export declare class RxComponent implements OnInit {
242
242
  favouriteMedicineLoading(rxList: any): void;
243
243
  isCurrentMedicineInFavourites(): any;
244
244
  isPbsTypeMatch(itemPbsType: any, pbsTypeFilter: any): boolean;
245
+ assignCombinations(med: any): void;
245
246
  static ɵfac: i0.ɵɵFactoryDeclaration<RxComponent, never>;
246
247
  static ɵcmp: i0.ɵɵComponentDeclaration<RxComponent, "app-rx", never, {}, { "closeEvent": "closeEvent"; "submitEvent": "submitEvent"; }, never, never, false>;
247
248
  }
@@ -105,6 +105,7 @@ export declare class CommonServices {
105
105
  smartSearch: boolean;
106
106
  isScriptToPharmacy: number;
107
107
  pharmacyEmail: string;
108
+ favouriteEncryptedId: string;
108
109
  clearMedicalPrescriptionData(): void;
109
110
  clearMedicalPrescriptionFavouriteData(): void;
110
111
  clearMedicalPrescriptionDataOnchangeofMedicine(med: any): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@james_jayaraj/test-npm",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "",
5
5
  "main": "main.ts",
6
6
  "author": "JA",