webitel-sdk 24.2.15 → 24.2.16
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/bundles/index.esm.js +2 -0
- package/bundles/index.esm.js.map +1 -1
- package/bundles/index.umd.js +2 -0
- package/bundles/index.umd.js.map +1 -1
- package/esm2015/api/history-call-blind-transfer.js +14 -0
- package/esm2015/api/history-call-blind-transfer.js.map +1 -0
- package/esm2015/api/index.js +1 -0
- package/esm2015/api/index.js.map +1 -1
- package/esm5/api/history-call-blind-transfer.js +14 -0
- package/esm5/api/history-call-blind-transfer.js.map +1 -0
- package/esm5/api/index.js +1 -0
- package/esm5/api/index.js.map +1 -1
- package/package.json +1 -1
- package/types/api/engine-history-call.d.ts +13 -0
- package/types/api/engine-history-call.d.ts.map +1 -1
- package/types/api/history-call-blind-transfer.d.ts +38 -0
- package/types/api/history-call-blind-transfer.d.ts.map +1 -0
- package/types/api/index.d.ts +1 -0
- package/types/api/index.d.ts.map +1 -1
- package/types/api/webitel-contacts-timeline-record.d.ts +6 -0
- package/types/api/webitel-contacts-timeline-record.d.ts.map +1 -1
package/bundles/index.esm.js
CHANGED
|
@@ -43680,6 +43680,8 @@ var GoogleProtobufNullValue;
|
|
|
43680
43680
|
GoogleProtobufNullValue["NULLVALUE"] = "NULL_VALUE";
|
|
43681
43681
|
})(GoogleProtobufNullValue || (GoogleProtobufNullValue = {}));
|
|
43682
43682
|
|
|
43683
|
+
// tslint:disable
|
|
43684
|
+
|
|
43683
43685
|
// tslint:disable
|
|
43684
43686
|
/**
|
|
43685
43687
|
* Webitel API
|