oro-sdk-apis 1.29.0 → 1.30.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/practice.d.ts +7 -3
- package/dist/oro-sdk-apis.cjs.development.js +4 -6
- package/dist/oro-sdk-apis.cjs.development.js.map +1 -1
- package/dist/oro-sdk-apis.cjs.production.min.js +1 -1
- package/dist/oro-sdk-apis.cjs.production.min.js.map +1 -1
- package/dist/oro-sdk-apis.esm.js +4 -6
- package/dist/oro-sdk-apis.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/models/practice.ts +7 -3
|
@@ -252,15 +252,19 @@ export declare type PracticeConfigPractitionerChatbox = PracticeConfig<PracticeC
|
|
|
252
252
|
*/
|
|
253
253
|
export declare type PracticeConfigPractitionerConsultList = PracticeConfig<PracticeConfigKind.PractitionerConsultList, {
|
|
254
254
|
/**
|
|
255
|
-
*
|
|
255
|
+
* Hides the locality column
|
|
256
256
|
*/
|
|
257
257
|
hideLocality?: boolean;
|
|
258
258
|
/**
|
|
259
|
-
*
|
|
259
|
+
* Hides the plan name column
|
|
260
|
+
*/
|
|
261
|
+
hidePlan?: boolean;
|
|
262
|
+
/**
|
|
263
|
+
* Hides the fax column
|
|
260
264
|
*/
|
|
261
265
|
hideFax?: boolean;
|
|
262
266
|
/**
|
|
263
|
-
*
|
|
267
|
+
* Hides the expires at column
|
|
264
268
|
*/
|
|
265
269
|
hideExpiresAt?: boolean;
|
|
266
270
|
}>;
|
|
@@ -401,7 +401,7 @@ function _asyncToGenerator(fn) {
|
|
|
401
401
|
}
|
|
402
402
|
|
|
403
403
|
function _extends() {
|
|
404
|
-
_extends = Object.assign
|
|
404
|
+
_extends = Object.assign ? Object.assign.bind() : function (target) {
|
|
405
405
|
for (var i = 1; i < arguments.length; i++) {
|
|
406
406
|
var source = arguments[i];
|
|
407
407
|
|
|
@@ -414,7 +414,6 @@ function _extends() {
|
|
|
414
414
|
|
|
415
415
|
return target;
|
|
416
416
|
};
|
|
417
|
-
|
|
418
417
|
return _extends.apply(this, arguments);
|
|
419
418
|
}
|
|
420
419
|
|
|
@@ -426,18 +425,17 @@ function _inheritsLoose(subClass, superClass) {
|
|
|
426
425
|
}
|
|
427
426
|
|
|
428
427
|
function _getPrototypeOf(o) {
|
|
429
|
-
_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {
|
|
428
|
+
_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) {
|
|
430
429
|
return o.__proto__ || Object.getPrototypeOf(o);
|
|
431
430
|
};
|
|
432
431
|
return _getPrototypeOf(o);
|
|
433
432
|
}
|
|
434
433
|
|
|
435
434
|
function _setPrototypeOf(o, p) {
|
|
436
|
-
_setPrototypeOf = Object.setPrototypeOf
|
|
435
|
+
_setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) {
|
|
437
436
|
o.__proto__ = p;
|
|
438
437
|
return o;
|
|
439
438
|
};
|
|
440
|
-
|
|
441
439
|
return _setPrototypeOf(o, p);
|
|
442
440
|
}
|
|
443
441
|
|
|
@@ -456,7 +454,7 @@ function _isNativeReflectConstruct() {
|
|
|
456
454
|
|
|
457
455
|
function _construct(Parent, args, Class) {
|
|
458
456
|
if (_isNativeReflectConstruct()) {
|
|
459
|
-
_construct = Reflect.construct;
|
|
457
|
+
_construct = Reflect.construct.bind();
|
|
460
458
|
} else {
|
|
461
459
|
_construct = function _construct(Parent, args, Class) {
|
|
462
460
|
var a = [null];
|