@james_jayaraj/test-npm 0.8.7 → 0.8.8

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.

Potentially problematic release.


This version of @james_jayaraj/test-npm might be problematic. Click here for more details.

@@ -2,7 +2,6 @@ export declare const config: {
2
2
  STAGING_URL: string;
3
3
  LIVE_URL: string;
4
4
  GET_MEDS_BY_SEARCH: string;
5
- GET_MEDS_BY_SMART_SEARCH: string;
6
5
  GET_MEDS_BY_NAME: string;
7
6
  CREATE_CONSULTATION: string;
8
7
  CREATE_LOG_EXCEPTION: string;
@@ -26,7 +26,6 @@ export declare class HolaRx implements OnInit {
26
26
  downloadRx(RxID: any): Observable<any>;
27
27
  downloadReferral(ReferralID: any): Observable<any>;
28
28
  private commonDownload;
29
- private appointmentValidation;
30
29
  private validation;
31
30
  private HIvalidation;
32
31
  private IsNullOrEmpty;
@@ -100,7 +100,6 @@ export declare class CommonServices {
100
100
  MIMSPrimaryapi: any;
101
101
  quantityWithUnitFlag: boolean;
102
102
  isMedicineRestrict: boolean;
103
- smartSearch: boolean;
104
103
  clearMedicalPrescriptionData(): void;
105
104
  clearMedicalPrescriptionDataOnchangeofMedicine(med: any): void;
106
105
  setEndDateAhead(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@james_jayaraj/test-npm",
3
- "version": "0.8.7",
3
+ "version": "0.8.8",
4
4
  "description": "",
5
5
  "main": "main.ts",
6
6
  "author": "JA",