@tellescope/types-models 1.236.2 → 1.237.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/lib/cjs/index.d.ts +1 -0
- package/lib/cjs/index.d.ts.map +1 -1
- package/lib/cjs/index.js.map +1 -1
- package/lib/esm/index.d.ts +1 -0
- package/lib/esm/index.d.ts.map +1 -1
- package/lib/esm/index.js.map +1 -1
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
- package/src/index.ts +1 -0
package/lib/cjs/index.d.ts
CHANGED
|
@@ -2659,6 +2659,7 @@ export interface AppointmentLocation extends AppointmentLocation_readonly, Appoi
|
|
|
2659
2659
|
phone?: string;
|
|
2660
2660
|
timezone?: Timezone;
|
|
2661
2661
|
canvasLocationId?: string;
|
|
2662
|
+
canvasUseHostDefaultLocation?: boolean;
|
|
2662
2663
|
healthieContactType?: string;
|
|
2663
2664
|
healthieLocationId?: string;
|
|
2664
2665
|
healthieUseZoom?: boolean;
|