oro-sdk-apis 1.8.4 → 1.10.0
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.
- package/dist/models/guard.d.ts +1 -0
- package/dist/models/practice.d.ts +4 -0
- package/dist/oro-sdk-apis.cjs.development.js.map +1 -1
- package/dist/oro-sdk-apis.cjs.production.min.js.map +1 -1
- package/dist/oro-sdk-apis.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/models/guard.ts +1 -0
- package/src/models/practice.ts +2 -1
- package/LICENSE +0 -21
package/dist/models/guard.d.ts
CHANGED
|
@@ -127,6 +127,9 @@ export declare type PracticeConfigPractitionerChatbox = PracticeConfig<PracticeC
|
|
|
127
127
|
planUpdatedMessage?: {
|
|
128
128
|
[languageISO639_3: string]: string;
|
|
129
129
|
};
|
|
130
|
+
examsUpdatedMessage?: {
|
|
131
|
+
[languageISO639_3: string]: string;
|
|
132
|
+
};
|
|
130
133
|
}>;
|
|
131
134
|
export declare type PracticeConfigPracticeOnlinePharmacy = PracticeConfig<PracticeConfigKind.PracticePharmacyPicker, {
|
|
132
135
|
onlinePharmacy?: {
|
|
@@ -138,6 +141,7 @@ export declare type PracticeConfigPracticeOnlinePharmacy = PracticeConfig<Practi
|
|
|
138
141
|
extension: string | null;
|
|
139
142
|
type: string;
|
|
140
143
|
isTollFree: boolean;
|
|
144
|
+
province?: string;
|
|
141
145
|
}[];
|
|
142
146
|
};
|
|
143
147
|
}>;
|