webitel-sdk 0.1.183 → 0.1.185

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.
Files changed (31) hide show
  1. package/bundles/index.esm.js +19 -11
  2. package/bundles/index.esm.js.map +1 -1
  3. package/bundles/index.esm.min.js +1 -1
  4. package/bundles/index.esm.min.js.map +1 -1
  5. package/bundles/index.umd.js +19 -11
  6. package/bundles/index.umd.js.map +1 -1
  7. package/bundles/index.umd.min.js +1 -1
  8. package/bundles/index.umd.min.js.map +1 -1
  9. package/esm2015/api/audit-form-service-api.js +14 -7
  10. package/esm2015/api/audit-form-service-api.js.map +1 -1
  11. package/esm2015/api/call-service-api.js +4 -4
  12. package/esm2015/api/call-service-api.js.map +1 -1
  13. package/esm2015/api/engine-audit-question-type.js +1 -0
  14. package/esm2015/api/engine-audit-question-type.js.map +1 -1
  15. package/esm5/api/audit-form-service-api.js +14 -7
  16. package/esm5/api/audit-form-service-api.js.map +1 -1
  17. package/esm5/api/call-service-api.js +4 -4
  18. package/esm5/api/call-service-api.js.map +1 -1
  19. package/esm5/api/engine-audit-question-type.js +1 -0
  20. package/esm5/api/engine-audit-question-type.js.map +1 -1
  21. package/package.json +1 -1
  22. package/types/api/audit-form-service-api.d.ts +8 -4
  23. package/types/api/audit-form-service-api.d.ts.map +1 -1
  24. package/types/api/call-service-api.d.ts +8 -8
  25. package/types/api/call-service-api.d.ts.map +1 -1
  26. package/types/api/engine-audit-question-type.d.ts +1 -0
  27. package/types/api/engine-audit-question-type.d.ts.map +1 -1
  28. package/types/api/engine-member-communication-create-request.d.ts +6 -0
  29. package/types/api/engine-member-communication-create-request.d.ts.map +1 -1
  30. package/types/api/engine-member-communication.d.ts +6 -0
  31. package/types/api/engine-member-communication.d.ts.map +1 -1
@@ -5047,10 +5047,11 @@ const AuditFormServiceApiAxiosParamCreator = function (configuration) {
5047
5047
  * @param {boolean} [archive]
5048
5048
  * @param {boolean} [editable]
5049
5049
  * @param {boolean} [active]
5050
+ * @param {string} [question]
5050
5051
  * @param {*} [options] Override http request option.
5051
5052
  * @throws {RequiredError}
5052
5053
  */
5053
- searchAuditForm: async (page, size, q, sort, fields, id, teamId, enabled, archive, editable, active, options = {}) => {
5054
+ searchAuditForm: async (page, size, q, sort, fields, id, teamId, enabled, archive, editable, active, question, options = {}) => {
5054
5055
  const localVarPath = `/call_center/audit/forms`;
5055
5056
  const localVarUrlObj = parse(localVarPath, true);
5056
5057
  let baseOptions;
@@ -5104,6 +5105,9 @@ const AuditFormServiceApiAxiosParamCreator = function (configuration) {
5104
5105
  if (active !== undefined) {
5105
5106
  localVarQueryParameter['active'] = active;
5106
5107
  }
5108
+ if (question !== undefined) {
5109
+ localVarQueryParameter['question'] = question;
5110
+ }
5107
5111
  localVarUrlObj.query = {
5108
5112
  ...localVarUrlObj.query,
5109
5113
  ...localVarQueryParameter,
@@ -5389,11 +5393,12 @@ const AuditFormServiceApiFp = function (configuration) {
5389
5393
  * @param {boolean} [archive]
5390
5394
  * @param {boolean} [editable]
5391
5395
  * @param {boolean} [active]
5396
+ * @param {string} [question]
5392
5397
  * @param {*} [options] Override http request option.
5393
5398
  * @throws {RequiredError}
5394
5399
  */
5395
- async searchAuditForm(page, size, q, sort, fields, id, teamId, enabled, archive, editable, active, options) {
5396
- const localVarAxiosArgs = await AuditFormServiceApiAxiosParamCreator(configuration).searchAuditForm(page, size, q, sort, fields, id, teamId, enabled, archive, editable, active, options);
5400
+ async searchAuditForm(page, size, q, sort, fields, id, teamId, enabled, archive, editable, active, question, options) {
5401
+ const localVarAxiosArgs = await AuditFormServiceApiAxiosParamCreator(configuration).searchAuditForm(page, size, q, sort, fields, id, teamId, enabled, archive, editable, active, question, options);
5397
5402
  return (axios = globalAxios, basePath = BASE_PATH) => {
5398
5403
  const axiosRequestArgs = {
5399
5404
  ...localVarAxiosArgs.options,
@@ -5533,12 +5538,13 @@ const AuditFormServiceApiFactory = function (configuration, basePath, axios) {
5533
5538
  * @param {boolean} [archive]
5534
5539
  * @param {boolean} [editable]
5535
5540
  * @param {boolean} [active]
5541
+ * @param {string} [question]
5536
5542
  * @param {*} [options] Override http request option.
5537
5543
  * @throws {RequiredError}
5538
5544
  */
5539
- searchAuditForm(page, size, q, sort, fields, id, teamId, enabled, archive, editable, active, options) {
5545
+ searchAuditForm(page, size, q, sort, fields, id, teamId, enabled, archive, editable, active, question, options) {
5540
5546
  return AuditFormServiceApiFp(configuration)
5541
- .searchAuditForm(page, size, q, sort, fields, id, teamId, enabled, archive, editable, active, options)
5547
+ .searchAuditForm(page, size, q, sort, fields, id, teamId, enabled, archive, editable, active, question, options)
5542
5548
  .then((request) => request(axios, basePath));
5543
5549
  },
5544
5550
  /**
@@ -5669,13 +5675,14 @@ class AuditFormServiceApi extends BaseAPI {
5669
5675
  * @param {boolean} [archive]
5670
5676
  * @param {boolean} [editable]
5671
5677
  * @param {boolean} [active]
5678
+ * @param {string} [question]
5672
5679
  * @param {*} [options] Override http request option.
5673
5680
  * @throws {RequiredError}
5674
5681
  * @memberof AuditFormServiceApi
5675
5682
  */
5676
- searchAuditForm(page, size, q, sort, fields, id, teamId, enabled, archive, editable, active, options) {
5683
+ searchAuditForm(page, size, q, sort, fields, id, teamId, enabled, archive, editable, active, question, options) {
5677
5684
  return AuditFormServiceApiFp(this.configuration)
5678
- .searchAuditForm(page, size, q, sort, fields, id, teamId, enabled, archive, editable, active, options)
5685
+ .searchAuditForm(page, size, q, sort, fields, id, teamId, enabled, archive, editable, active, question, options)
5679
5686
  .then((request) => request(this.axios, this.basePath));
5680
5687
  }
5681
5688
  /**
@@ -8454,7 +8461,7 @@ const CallServiceApiAxiosParamCreator = function (configuration) {
8454
8461
  * @param {Array<string>} [amdAiResult]
8455
8462
  * @param {string} [talkFrom]
8456
8463
  * @param {string} [talkTo]
8457
- * @param {boolean} [rated]
8464
+ * @param {'undefined' | 'true' | 'false'} [rated]
8458
8465
  * @param {Array<string>} [ratedBy]
8459
8466
  * @param {string} [scoreRequiredFrom]
8460
8467
  * @param {string} [scoreRequiredTo]
@@ -9120,7 +9127,7 @@ const CallServiceApiFp = function (configuration) {
9120
9127
  * @param {Array<string>} [amdAiResult]
9121
9128
  * @param {string} [talkFrom]
9122
9129
  * @param {string} [talkTo]
9123
- * @param {boolean} [rated]
9130
+ * @param {'undefined' | 'true' | 'false'} [rated]
9124
9131
  * @param {Array<string>} [ratedBy]
9125
9132
  * @param {string} [scoreRequiredFrom]
9126
9133
  * @param {string} [scoreRequiredTo]
@@ -9415,7 +9422,7 @@ const CallServiceApiFactory = function (configuration, basePath, axios) {
9415
9422
  * @param {Array<string>} [amdAiResult]
9416
9423
  * @param {string} [talkFrom]
9417
9424
  * @param {string} [talkTo]
9418
- * @param {boolean} [rated]
9425
+ * @param {'undefined' | 'true' | 'false'} [rated]
9419
9426
  * @param {Array<string>} [ratedBy]
9420
9427
  * @param {string} [scoreRequiredFrom]
9421
9428
  * @param {string} [scoreRequiredTo]
@@ -9703,7 +9710,7 @@ class CallServiceApi extends BaseAPI {
9703
9710
  * @param {Array<string>} [amdAiResult]
9704
9711
  * @param {string} [talkFrom]
9705
9712
  * @param {string} [talkTo]
9706
- * @param {boolean} [rated]
9713
+ * @param {'undefined' | 'true' | 'false'} [rated]
9707
9714
  * @param {Array<string>} [ratedBy]
9708
9715
  * @param {string} [scoreRequiredFrom]
9709
9716
  * @param {string} [scoreRequiredTo]
@@ -29060,6 +29067,7 @@ class Configuration {
29060
29067
  */
29061
29068
  var EngineAuditQuestionType;
29062
29069
  (function (EngineAuditQuestionType) {
29070
+ EngineAuditQuestionType["Default"] = "question_default";
29063
29071
  EngineAuditQuestionType["Score"] = "question_score";
29064
29072
  EngineAuditQuestionType["Option"] = "question_option";
29065
29073
  })(EngineAuditQuestionType || (EngineAuditQuestionType = {}));