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
package/dist/oro-sdk-apis.esm.js
CHANGED
|
@@ -395,7 +395,7 @@ function _asyncToGenerator(fn) {
|
|
|
395
395
|
}
|
|
396
396
|
|
|
397
397
|
function _extends() {
|
|
398
|
-
_extends = Object.assign
|
|
398
|
+
_extends = Object.assign ? Object.assign.bind() : function (target) {
|
|
399
399
|
for (var i = 1; i < arguments.length; i++) {
|
|
400
400
|
var source = arguments[i];
|
|
401
401
|
|
|
@@ -408,7 +408,6 @@ function _extends() {
|
|
|
408
408
|
|
|
409
409
|
return target;
|
|
410
410
|
};
|
|
411
|
-
|
|
412
411
|
return _extends.apply(this, arguments);
|
|
413
412
|
}
|
|
414
413
|
|
|
@@ -420,18 +419,17 @@ function _inheritsLoose(subClass, superClass) {
|
|
|
420
419
|
}
|
|
421
420
|
|
|
422
421
|
function _getPrototypeOf(o) {
|
|
423
|
-
_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {
|
|
422
|
+
_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) {
|
|
424
423
|
return o.__proto__ || Object.getPrototypeOf(o);
|
|
425
424
|
};
|
|
426
425
|
return _getPrototypeOf(o);
|
|
427
426
|
}
|
|
428
427
|
|
|
429
428
|
function _setPrototypeOf(o, p) {
|
|
430
|
-
_setPrototypeOf = Object.setPrototypeOf
|
|
429
|
+
_setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) {
|
|
431
430
|
o.__proto__ = p;
|
|
432
431
|
return o;
|
|
433
432
|
};
|
|
434
|
-
|
|
435
433
|
return _setPrototypeOf(o, p);
|
|
436
434
|
}
|
|
437
435
|
|
|
@@ -450,7 +448,7 @@ function _isNativeReflectConstruct() {
|
|
|
450
448
|
|
|
451
449
|
function _construct(Parent, args, Class) {
|
|
452
450
|
if (_isNativeReflectConstruct()) {
|
|
453
|
-
_construct = Reflect.construct;
|
|
451
|
+
_construct = Reflect.construct.bind();
|
|
454
452
|
} else {
|
|
455
453
|
_construct = function _construct(Parent, args, Class) {
|
|
456
454
|
var a = [null];
|