@james_jayaraj/test-npm 1.1.9 → 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;
@@ -124,7 +125,6 @@ export declare class CommonServices {
124
125
  errorResponse(code: any, message: any, successflag?: boolean, data?: any): void;
125
126
  setlogvalue(flag: boolean, errormessage: string, stacktrace: string, module: string, functionname: string, requestPayload?: any): void;
126
127
  IsNullOrEmpty(value: any): boolean;
127
- encryptionMethod(value: any): string;
128
128
  static ɵfac: i0.ɵɵFactoryDeclaration<CommonServices, never>;
129
129
  static ɵprov: i0.ɵɵInjectableDeclaration<CommonServices>;
130
130
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@james_jayaraj/test-npm",
3
- "version": "1.1.9",
3
+ "version": "1.2.1",
4
4
  "description": "",
5
5
  "main": "main.ts",
6
6
  "author": "JA",