oro-sdk-apis 1.8.4 → 1.8.5

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.
@@ -138,6 +138,7 @@ export declare type PracticeConfigPracticeOnlinePharmacy = PracticeConfig<Practi
138
138
  extension: string | null;
139
139
  type: string;
140
140
  isTollFree: boolean;
141
+ province?: string;
141
142
  }[];
142
143
  };
143
144
  }>;