purecloud-platform-client-v2 223.0.0 → 225.0.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.
Files changed (94) hide show
  1. package/README.md +3 -3
  2. package/dist/node/purecloud-platform-client-v2.js +3630 -2644
  3. package/dist/web-amd/purecloud-platform-client-v2.js +3630 -2644
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +2891 -2627
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +2891 -2627
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +825 -249
  9. package/package.json +1 -1
  10. package/src/purecloud-platform-client-v2/ApiClient.js +1 -1
  11. package/src/purecloud-platform-client-v2/api/AIStudioApi.js +387 -0
  12. package/src/purecloud-platform-client-v2/api/AgentAssistantsApi.js +13 -13
  13. package/src/purecloud-platform-client-v2/api/AgentCopilotApi.js +3 -3
  14. package/src/purecloud-platform-client-v2/api/AgentUIApi.js +5 -5
  15. package/src/purecloud-platform-client-v2/api/AlertingApi.js +8 -8
  16. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +46 -46
  17. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +124 -122
  18. package/src/purecloud-platform-client-v2/api/AuditApi.js +3 -3
  19. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +47 -47
  20. package/src/purecloud-platform-client-v2/api/BillingApi.js +7 -7
  21. package/src/purecloud-platform-client-v2/api/BusinessRulesApi.js +75 -30
  22. package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +1 -1
  23. package/src/purecloud-platform-client-v2/api/ChatApi.js +38 -38
  24. package/src/purecloud-platform-client-v2/api/CoachingApi.js +17 -17
  25. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +32 -32
  26. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +620 -344
  27. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +2 -2
  28. package/src/purecloud-platform-client-v2/api/DataPrivacyApi.js +4 -4
  29. package/src/purecloud-platform-client-v2/api/DownloadsApi.js +2 -2
  30. package/src/purecloud-platform-client-v2/api/EmailsApi.js +1 -1
  31. package/src/purecloud-platform-client-v2/api/EmployeeEngagementApi.js +4 -4
  32. package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
  33. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +66 -66
  34. package/src/purecloud-platform-client-v2/api/FaxApi.js +5 -5
  35. package/src/purecloud-platform-client-v2/api/FlowsApi.js +3 -3
  36. package/src/purecloud-platform-client-v2/api/GamificationApi.js +49 -49
  37. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +2 -2
  38. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +5 -5
  39. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +101 -14
  40. package/src/purecloud-platform-client-v2/api/GroupsApi.js +12 -12
  41. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +4 -4
  42. package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +3 -3
  43. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +106 -80
  44. package/src/purecloud-platform-client-v2/api/JourneyApi.js +68 -68
  45. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +212 -212
  46. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +46 -46
  47. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +4 -4
  48. package/src/purecloud-platform-client-v2/api/LearningApi.js +28 -28
  49. package/src/purecloud-platform-client-v2/api/LicenseApi.js +5 -5
  50. package/src/purecloud-platform-client-v2/api/LocationsApi.js +5 -5
  51. package/src/purecloud-platform-client-v2/api/LogCaptureApi.js +5 -5
  52. package/src/purecloud-platform-client-v2/api/MessagingApi.js +7 -7
  53. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +4 -4
  54. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +6 -6
  55. package/src/purecloud-platform-client-v2/api/OAuthApi.js +11 -11
  56. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +7 -7
  57. package/src/purecloud-platform-client-v2/api/OperationalEventsApi.js +2 -2
  58. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +5 -5
  59. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +59 -59
  60. package/src/purecloud-platform-client-v2/api/OutboundApi.js +118 -118
  61. package/src/purecloud-platform-client-v2/api/PresenceApi.js +19 -19
  62. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +6 -6
  63. package/src/purecloud-platform-client-v2/api/QualityApi.js +36 -36
  64. package/src/purecloud-platform-client-v2/api/RecordingApi.js +42 -42
  65. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +11 -11
  66. package/src/purecloud-platform-client-v2/api/RoutingApi.js +148 -118
  67. package/src/purecloud-platform-client-v2/api/SCIMApi.js +19 -19
  68. package/src/purecloud-platform-client-v2/api/ScreenRecordingApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +13 -13
  70. package/src/purecloud-platform-client-v2/api/SearchApi.js +2 -2
  71. package/src/purecloud-platform-client-v2/api/SettingsApi.js +5 -5
  72. package/src/purecloud-platform-client-v2/api/SocialMediaApi.js +59 -59
  73. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +33 -33
  74. package/src/purecloud-platform-client-v2/api/StationsApi.js +3 -3
  75. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  76. package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +78 -78
  77. package/src/purecloud-platform-client-v2/api/TeamsApi.js +8 -8
  78. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +4 -4
  79. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +134 -93
  80. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +2 -2
  81. package/src/purecloud-platform-client-v2/api/TokensApi.js +2 -2
  82. package/src/purecloud-platform-client-v2/api/UploadsApi.js +6 -6
  83. package/src/purecloud-platform-client-v2/api/UsageApi.js +7 -7
  84. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +6 -6
  85. package/src/purecloud-platform-client-v2/api/UsersApi.js +123 -93
  86. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  87. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +17 -17
  88. package/src/purecloud-platform-client-v2/api/WebChatApi.js +21 -21
  89. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +18 -18
  90. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  91. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +4 -4
  92. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +332 -326
  93. package/src/purecloud-platform-client-v2/configuration.js +80 -23
  94. package/src/purecloud-platform-client-v2/index.js +7 -1
@@ -5,7 +5,7 @@ class PresenceApi {
5
5
  /**
6
6
  * Presence service.
7
7
  * @module purecloud-platform-client-v2/api/PresenceApi
8
- * @version 223.0.0
8
+ * @version 225.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -27,7 +27,7 @@ class PresenceApi {
27
27
  */
28
28
  deletePresenceDefinition0(definitionId) {
29
29
  // verify the required parameter 'definitionId' is set
30
- if (definitionId === undefined || definitionId === null) {
30
+ if (definitionId === undefined || definitionId === null || definitionId === '') {
31
31
  throw 'Missing the required parameter "definitionId" when calling deletePresenceDefinition0';
32
32
  }
33
33
 
@@ -52,7 +52,7 @@ class PresenceApi {
52
52
  */
53
53
  deletePresenceSource(sourceId) {
54
54
  // verify the required parameter 'sourceId' is set
55
- if (sourceId === undefined || sourceId === null) {
55
+ if (sourceId === undefined || sourceId === null || sourceId === '') {
56
56
  throw 'Missing the required parameter "sourceId" when calling deletePresenceSource';
57
57
  }
58
58
 
@@ -78,7 +78,7 @@ class PresenceApi {
78
78
  */
79
79
  deletePresencedefinition(presenceId) {
80
80
  // verify the required parameter 'presenceId' is set
81
- if (presenceId === undefined || presenceId === null) {
81
+ if (presenceId === undefined || presenceId === null || presenceId === '') {
82
82
  throw 'Missing the required parameter "presenceId" when calling deletePresencedefinition';
83
83
  }
84
84
 
@@ -107,7 +107,7 @@ class PresenceApi {
107
107
  opts = opts || {};
108
108
 
109
109
  // verify the required parameter 'definitionId' is set
110
- if (definitionId === undefined || definitionId === null) {
110
+ if (definitionId === undefined || definitionId === null || definitionId === '') {
111
111
  throw 'Missing the required parameter "definitionId" when calling getPresenceDefinition0';
112
112
  }
113
113
 
@@ -178,7 +178,7 @@ class PresenceApi {
178
178
  */
179
179
  getPresenceSource(sourceId) {
180
180
  // verify the required parameter 'sourceId' is set
181
- if (sourceId === undefined || sourceId === null) {
181
+ if (sourceId === undefined || sourceId === null || sourceId === '') {
182
182
  throw 'Missing the required parameter "sourceId" when calling getPresenceSource';
183
183
  }
184
184
 
@@ -227,7 +227,7 @@ class PresenceApi {
227
227
  */
228
228
  getPresenceUserPrimarysource(userId) {
229
229
  // verify the required parameter 'userId' is set
230
- if (userId === undefined || userId === null) {
230
+ if (userId === undefined || userId === null || userId === '') {
231
231
  throw 'Missing the required parameter "userId" when calling getPresenceUserPrimarysource';
232
232
  }
233
233
 
@@ -257,7 +257,7 @@ class PresenceApi {
257
257
  opts = opts || {};
258
258
 
259
259
  // verify the required parameter 'presenceId' is set
260
- if (presenceId === undefined || presenceId === null) {
260
+ if (presenceId === undefined || presenceId === null || presenceId === '') {
261
261
  throw 'Missing the required parameter "presenceId" when calling getPresencedefinition';
262
262
  }
263
263
 
@@ -331,11 +331,11 @@ class PresenceApi {
331
331
  */
332
332
  getUserPresence(userId, sourceId) {
333
333
  // verify the required parameter 'userId' is set
334
- if (userId === undefined || userId === null) {
334
+ if (userId === undefined || userId === null || userId === '') {
335
335
  throw 'Missing the required parameter "userId" when calling getUserPresence';
336
336
  }
337
337
  // verify the required parameter 'sourceId' is set
338
- if (sourceId === undefined || sourceId === null) {
338
+ if (sourceId === undefined || sourceId === null || sourceId === '') {
339
339
  throw 'Missing the required parameter "sourceId" when calling getUserPresence';
340
340
  }
341
341
 
@@ -360,7 +360,7 @@ class PresenceApi {
360
360
  */
361
361
  getUserPresencesPurecloud(userId) {
362
362
  // verify the required parameter 'userId' is set
363
- if (userId === undefined || userId === null) {
363
+ if (userId === undefined || userId === null || userId === '') {
364
364
  throw 'Missing the required parameter "userId" when calling getUserPresencesPurecloud';
365
365
  }
366
366
 
@@ -389,7 +389,7 @@ class PresenceApi {
389
389
  opts = opts || {};
390
390
 
391
391
  // verify the required parameter 'sourceId' is set
392
- if (sourceId === undefined || sourceId === null) {
392
+ if (sourceId === undefined || sourceId === null || sourceId === '') {
393
393
  throw 'Missing the required parameter "sourceId" when calling getUsersPresenceBulk';
394
394
  }
395
395
 
@@ -440,11 +440,11 @@ class PresenceApi {
440
440
  */
441
441
  patchUserPresence(userId, sourceId, body) {
442
442
  // verify the required parameter 'userId' is set
443
- if (userId === undefined || userId === null) {
443
+ if (userId === undefined || userId === null || userId === '') {
444
444
  throw 'Missing the required parameter "userId" when calling patchUserPresence';
445
445
  }
446
446
  // verify the required parameter 'sourceId' is set
447
- if (sourceId === undefined || sourceId === null) {
447
+ if (sourceId === undefined || sourceId === null || sourceId === '') {
448
448
  throw 'Missing the required parameter "sourceId" when calling patchUserPresence';
449
449
  }
450
450
  // verify the required parameter 'body' is set
@@ -474,7 +474,7 @@ class PresenceApi {
474
474
  */
475
475
  patchUserPresencesPurecloud(userId, body) {
476
476
  // verify the required parameter 'userId' is set
477
- if (userId === undefined || userId === null) {
477
+ if (userId === undefined || userId === null || userId === '') {
478
478
  throw 'Missing the required parameter "userId" when calling patchUserPresencesPurecloud';
479
479
  }
480
480
  // verify the required parameter 'body' is set
@@ -580,7 +580,7 @@ class PresenceApi {
580
580
  */
581
581
  putPresenceDefinition0(definitionId, body) {
582
582
  // verify the required parameter 'definitionId' is set
583
- if (definitionId === undefined || definitionId === null) {
583
+ if (definitionId === undefined || definitionId === null || definitionId === '') {
584
584
  throw 'Missing the required parameter "definitionId" when calling putPresenceDefinition0';
585
585
  }
586
586
  // verify the required parameter 'body' is set
@@ -635,7 +635,7 @@ class PresenceApi {
635
635
  */
636
636
  putPresenceSource(sourceId, body) {
637
637
  // verify the required parameter 'sourceId' is set
638
- if (sourceId === undefined || sourceId === null) {
638
+ if (sourceId === undefined || sourceId === null || sourceId === '') {
639
639
  throw 'Missing the required parameter "sourceId" when calling putPresenceSource';
640
640
  }
641
641
  // verify the required parameter 'body' is set
@@ -665,7 +665,7 @@ class PresenceApi {
665
665
  */
666
666
  putPresenceUserPrimarysource(userId, body) {
667
667
  // verify the required parameter 'userId' is set
668
- if (userId === undefined || userId === null) {
668
+ if (userId === undefined || userId === null || userId === '') {
669
669
  throw 'Missing the required parameter "userId" when calling putPresenceUserPrimarysource';
670
670
  }
671
671
  // verify the required parameter 'body' is set
@@ -696,7 +696,7 @@ class PresenceApi {
696
696
  */
697
697
  putPresencedefinition(presenceId, body) {
698
698
  // verify the required parameter 'presenceId' is set
699
- if (presenceId === undefined || presenceId === null) {
699
+ if (presenceId === undefined || presenceId === null || presenceId === '') {
700
700
  throw 'Missing the required parameter "presenceId" when calling putPresencedefinition';
701
701
  }
702
702
  // verify the required parameter 'body' is set
@@ -5,7 +5,7 @@ class ProcessAutomationApi {
5
5
  /**
6
6
  * ProcessAutomation service.
7
7
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
8
- * @version 223.0.0
8
+ * @version 225.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -27,7 +27,7 @@ class ProcessAutomationApi {
27
27
  */
28
28
  deleteProcessautomationTrigger(triggerId) {
29
29
  // verify the required parameter 'triggerId' is set
30
- if (triggerId === undefined || triggerId === null) {
30
+ if (triggerId === undefined || triggerId === null || triggerId === '') {
31
31
  throw 'Missing the required parameter "triggerId" when calling deleteProcessautomationTrigger';
32
32
  }
33
33
 
@@ -52,7 +52,7 @@ class ProcessAutomationApi {
52
52
  */
53
53
  getProcessautomationTrigger(triggerId) {
54
54
  // verify the required parameter 'triggerId' is set
55
- if (triggerId === undefined || triggerId === null) {
55
+ if (triggerId === undefined || triggerId === null || triggerId === '') {
56
56
  throw 'Missing the required parameter "triggerId" when calling getProcessautomationTrigger';
57
57
  }
58
58
 
@@ -136,7 +136,7 @@ class ProcessAutomationApi {
136
136
  opts = opts || {};
137
137
 
138
138
  // verify the required parameter 'triggerId' is set
139
- if (triggerId === undefined || triggerId === null) {
139
+ if (triggerId === undefined || triggerId === null || triggerId === '') {
140
140
  throw 'Missing the required parameter "triggerId" when calling postProcessautomationTriggerTest';
141
141
  }
142
142
 
@@ -190,7 +190,7 @@ class ProcessAutomationApi {
190
190
  opts = opts || {};
191
191
 
192
192
  // verify the required parameter 'topicName' is set
193
- if (topicName === undefined || topicName === null) {
193
+ if (topicName === undefined || topicName === null || topicName === '') {
194
194
  throw 'Missing the required parameter "topicName" when calling postProcessautomationTriggersTopicTest';
195
195
  }
196
196
 
@@ -216,7 +216,7 @@ class ProcessAutomationApi {
216
216
  */
217
217
  putProcessautomationTrigger(triggerId, body) {
218
218
  // verify the required parameter 'triggerId' is set
219
- if (triggerId === undefined || triggerId === null) {
219
+ if (triggerId === undefined || triggerId === null || triggerId === '') {
220
220
  throw 'Missing the required parameter "triggerId" when calling putProcessautomationTrigger';
221
221
  }
222
222
  // verify the required parameter 'body' is set
@@ -5,7 +5,7 @@ class QualityApi {
5
5
  /**
6
6
  * Quality service.
7
7
  * @module purecloud-platform-client-v2/api/QualityApi
8
- * @version 223.0.0
8
+ * @version 225.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -28,7 +28,7 @@ class QualityApi {
28
28
  */
29
29
  deleteQualityCalibration(calibrationId, calibratorId) {
30
30
  // verify the required parameter 'calibrationId' is set
31
- if (calibrationId === undefined || calibrationId === null) {
31
+ if (calibrationId === undefined || calibrationId === null || calibrationId === '') {
32
32
  throw 'Missing the required parameter "calibrationId" when calling deleteQualityCalibration';
33
33
  }
34
34
  // verify the required parameter 'calibratorId' is set
@@ -62,11 +62,11 @@ class QualityApi {
62
62
  opts = opts || {};
63
63
 
64
64
  // verify the required parameter 'conversationId' is set
65
- if (conversationId === undefined || conversationId === null) {
65
+ if (conversationId === undefined || conversationId === null || conversationId === '') {
66
66
  throw 'Missing the required parameter "conversationId" when calling deleteQualityConversationEvaluation';
67
67
  }
68
68
  // verify the required parameter 'evaluationId' is set
69
- if (evaluationId === undefined || evaluationId === null) {
69
+ if (evaluationId === undefined || evaluationId === null || evaluationId === '') {
70
70
  throw 'Missing the required parameter "evaluationId" when calling deleteQualityConversationEvaluation';
71
71
  }
72
72
 
@@ -92,7 +92,7 @@ class QualityApi {
92
92
  */
93
93
  deleteQualityForm(formId) {
94
94
  // verify the required parameter 'formId' is set
95
- if (formId === undefined || formId === null) {
95
+ if (formId === undefined || formId === null || formId === '') {
96
96
  throw 'Missing the required parameter "formId" when calling deleteQualityForm';
97
97
  }
98
98
 
@@ -117,7 +117,7 @@ class QualityApi {
117
117
  */
118
118
  deleteQualityFormsEvaluation(formId) {
119
119
  // verify the required parameter 'formId' is set
120
- if (formId === undefined || formId === null) {
120
+ if (formId === undefined || formId === null || formId === '') {
121
121
  throw 'Missing the required parameter "formId" when calling deleteQualityFormsEvaluation';
122
122
  }
123
123
 
@@ -142,7 +142,7 @@ class QualityApi {
142
142
  */
143
143
  deleteQualityFormsSurvey(formId) {
144
144
  // verify the required parameter 'formId' is set
145
- if (formId === undefined || formId === null) {
145
+ if (formId === undefined || formId === null || formId === '') {
146
146
  throw 'Missing the required parameter "formId" when calling deleteQualityFormsSurvey';
147
147
  }
148
148
 
@@ -168,7 +168,7 @@ class QualityApi {
168
168
  */
169
169
  getAnalyticsEvaluationsAggregatesJob(jobId) {
170
170
  // verify the required parameter 'jobId' is set
171
- if (jobId === undefined || jobId === null) {
171
+ if (jobId === undefined || jobId === null || jobId === '') {
172
172
  throw 'Missing the required parameter "jobId" when calling getAnalyticsEvaluationsAggregatesJob';
173
173
  }
174
174
 
@@ -198,7 +198,7 @@ class QualityApi {
198
198
  opts = opts || {};
199
199
 
200
200
  // verify the required parameter 'jobId' is set
201
- if (jobId === undefined || jobId === null) {
201
+ if (jobId === undefined || jobId === null || jobId === '') {
202
202
  throw 'Missing the required parameter "jobId" when calling getAnalyticsEvaluationsAggregatesJobResults';
203
203
  }
204
204
 
@@ -224,7 +224,7 @@ class QualityApi {
224
224
  */
225
225
  getAnalyticsSurveysAggregatesJob(jobId) {
226
226
  // verify the required parameter 'jobId' is set
227
- if (jobId === undefined || jobId === null) {
227
+ if (jobId === undefined || jobId === null || jobId === '') {
228
228
  throw 'Missing the required parameter "jobId" when calling getAnalyticsSurveysAggregatesJob';
229
229
  }
230
230
 
@@ -254,7 +254,7 @@ class QualityApi {
254
254
  opts = opts || {};
255
255
 
256
256
  // verify the required parameter 'jobId' is set
257
- if (jobId === undefined || jobId === null) {
257
+ if (jobId === undefined || jobId === null || jobId === '') {
258
258
  throw 'Missing the required parameter "jobId" when calling getAnalyticsSurveysAggregatesJobResults';
259
259
  }
260
260
 
@@ -322,7 +322,7 @@ class QualityApi {
322
322
  opts = opts || {};
323
323
 
324
324
  // verify the required parameter 'calibrationId' is set
325
- if (calibrationId === undefined || calibrationId === null) {
325
+ if (calibrationId === undefined || calibrationId === null || calibrationId === '') {
326
326
  throw 'Missing the required parameter "calibrationId" when calling getQualityCalibration';
327
327
  }
328
328
 
@@ -389,11 +389,11 @@ class QualityApi {
389
389
  opts = opts || {};
390
390
 
391
391
  // verify the required parameter 'conversationId' is set
392
- if (conversationId === undefined || conversationId === null) {
392
+ if (conversationId === undefined || conversationId === null || conversationId === '') {
393
393
  throw 'Missing the required parameter "conversationId" when calling getQualityConversationEvaluation';
394
394
  }
395
395
  // verify the required parameter 'evaluationId' is set
396
- if (evaluationId === undefined || evaluationId === null) {
396
+ if (evaluationId === undefined || evaluationId === null || evaluationId === '') {
397
397
  throw 'Missing the required parameter "evaluationId" when calling getQualityConversationEvaluation';
398
398
  }
399
399
 
@@ -418,7 +418,7 @@ class QualityApi {
418
418
  */
419
419
  getQualityConversationSurveys(conversationId) {
420
420
  // verify the required parameter 'conversationId' is set
421
- if (conversationId === undefined || conversationId === null) {
421
+ if (conversationId === undefined || conversationId === null || conversationId === '') {
422
422
  throw 'Missing the required parameter "conversationId" when calling getQualityConversationSurveys';
423
423
  }
424
424
 
@@ -443,7 +443,7 @@ class QualityApi {
443
443
  */
444
444
  getQualityConversationsAuditsQueryTransactionId(transactionId) {
445
445
  // verify the required parameter 'transactionId' is set
446
- if (transactionId === undefined || transactionId === null) {
446
+ if (transactionId === undefined || transactionId === null || transactionId === '') {
447
447
  throw 'Missing the required parameter "transactionId" when calling getQualityConversationsAuditsQueryTransactionId';
448
448
  }
449
449
 
@@ -474,7 +474,7 @@ class QualityApi {
474
474
  opts = opts || {};
475
475
 
476
476
  // verify the required parameter 'transactionId' is set
477
- if (transactionId === undefined || transactionId === null) {
477
+ if (transactionId === undefined || transactionId === null || transactionId === '') {
478
478
  throw 'Missing the required parameter "transactionId" when calling getQualityConversationsAuditsQueryTransactionIdResults';
479
479
  }
480
480
 
@@ -578,7 +578,7 @@ class QualityApi {
578
578
  */
579
579
  getQualityForm(formId) {
580
580
  // verify the required parameter 'formId' is set
581
- if (formId === undefined || formId === null) {
581
+ if (formId === undefined || formId === null || formId === '') {
582
582
  throw 'Missing the required parameter "formId" when calling getQualityForm';
583
583
  }
584
584
 
@@ -609,7 +609,7 @@ class QualityApi {
609
609
  opts = opts || {};
610
610
 
611
611
  // verify the required parameter 'formId' is set
612
- if (formId === undefined || formId === null) {
612
+ if (formId === undefined || formId === null || formId === '') {
613
613
  throw 'Missing the required parameter "formId" when calling getQualityFormVersions';
614
614
  }
615
615
 
@@ -666,7 +666,7 @@ class QualityApi {
666
666
  */
667
667
  getQualityFormsEvaluation(formId) {
668
668
  // verify the required parameter 'formId' is set
669
- if (formId === undefined || formId === null) {
669
+ if (formId === undefined || formId === null || formId === '') {
670
670
  throw 'Missing the required parameter "formId" when calling getQualityFormsEvaluation';
671
671
  }
672
672
 
@@ -697,7 +697,7 @@ class QualityApi {
697
697
  opts = opts || {};
698
698
 
699
699
  // verify the required parameter 'formId' is set
700
- if (formId === undefined || formId === null) {
700
+ if (formId === undefined || formId === null || formId === '') {
701
701
  throw 'Missing the required parameter "formId" when calling getQualityFormsEvaluationVersions';
702
702
  }
703
703
 
@@ -778,7 +778,7 @@ class QualityApi {
778
778
  */
779
779
  getQualityFormsSurvey(formId) {
780
780
  // verify the required parameter 'formId' is set
781
- if (formId === undefined || formId === null) {
781
+ if (formId === undefined || formId === null || formId === '') {
782
782
  throw 'Missing the required parameter "formId" when calling getQualityFormsSurvey';
783
783
  }
784
784
 
@@ -808,7 +808,7 @@ class QualityApi {
808
808
  opts = opts || {};
809
809
 
810
810
  // verify the required parameter 'formId' is set
811
- if (formId === undefined || formId === null) {
811
+ if (formId === undefined || formId === null || formId === '') {
812
812
  throw 'Missing the required parameter "formId" when calling getQualityFormsSurveyVersions';
813
813
  }
814
814
 
@@ -919,7 +919,7 @@ class QualityApi {
919
919
  */
920
920
  getQualityPublishedform(formId) {
921
921
  // verify the required parameter 'formId' is set
922
- if (formId === undefined || formId === null) {
922
+ if (formId === undefined || formId === null || formId === '') {
923
923
  throw 'Missing the required parameter "formId" when calling getQualityPublishedform';
924
924
  }
925
925
 
@@ -972,7 +972,7 @@ class QualityApi {
972
972
  */
973
973
  getQualityPublishedformsEvaluation(formId) {
974
974
  // verify the required parameter 'formId' is set
975
- if (formId === undefined || formId === null) {
975
+ if (formId === undefined || formId === null || formId === '') {
976
976
  throw 'Missing the required parameter "formId" when calling getQualityPublishedformsEvaluation';
977
977
  }
978
978
 
@@ -1024,7 +1024,7 @@ class QualityApi {
1024
1024
  */
1025
1025
  getQualityPublishedformsSurvey(formId) {
1026
1026
  // verify the required parameter 'formId' is set
1027
- if (formId === undefined || formId === null) {
1027
+ if (formId === undefined || formId === null || formId === '') {
1028
1028
  throw 'Missing the required parameter "formId" when calling getQualityPublishedformsSurvey';
1029
1029
  }
1030
1030
 
@@ -1076,7 +1076,7 @@ class QualityApi {
1076
1076
  */
1077
1077
  getQualitySurvey(surveyId) {
1078
1078
  // verify the required parameter 'surveyId' is set
1079
- if (surveyId === undefined || surveyId === null) {
1079
+ if (surveyId === undefined || surveyId === null || surveyId === '') {
1080
1080
  throw 'Missing the required parameter "surveyId" when calling getQualitySurvey';
1081
1081
  }
1082
1082
 
@@ -1127,7 +1127,7 @@ class QualityApi {
1127
1127
  */
1128
1128
  patchQualityFormsSurvey(formId, body) {
1129
1129
  // verify the required parameter 'formId' is set
1130
- if (formId === undefined || formId === null) {
1130
+ if (formId === undefined || formId === null || formId === '') {
1131
1131
  throw 'Missing the required parameter "formId" when calling patchQualityFormsSurvey';
1132
1132
  }
1133
1133
  // verify the required parameter 'body' is set
@@ -1292,7 +1292,7 @@ class QualityApi {
1292
1292
  opts = opts || {};
1293
1293
 
1294
1294
  // verify the required parameter 'conversationId' is set
1295
- if (conversationId === undefined || conversationId === null) {
1295
+ if (conversationId === undefined || conversationId === null || conversationId === '') {
1296
1296
  throw 'Missing the required parameter "conversationId" when calling postQualityConversationEvaluations';
1297
1297
  }
1298
1298
  // verify the required parameter 'body' is set
@@ -1574,7 +1574,7 @@ class QualityApi {
1574
1574
  */
1575
1575
  putQualityCalibration(calibrationId, body) {
1576
1576
  // verify the required parameter 'calibrationId' is set
1577
- if (calibrationId === undefined || calibrationId === null) {
1577
+ if (calibrationId === undefined || calibrationId === null || calibrationId === '') {
1578
1578
  throw 'Missing the required parameter "calibrationId" when calling putQualityCalibration';
1579
1579
  }
1580
1580
  // verify the required parameter 'body' is set
@@ -1609,11 +1609,11 @@ class QualityApi {
1609
1609
  opts = opts || {};
1610
1610
 
1611
1611
  // verify the required parameter 'conversationId' is set
1612
- if (conversationId === undefined || conversationId === null) {
1612
+ if (conversationId === undefined || conversationId === null || conversationId === '') {
1613
1613
  throw 'Missing the required parameter "conversationId" when calling putQualityConversationEvaluation';
1614
1614
  }
1615
1615
  // verify the required parameter 'evaluationId' is set
1616
- if (evaluationId === undefined || evaluationId === null) {
1616
+ if (evaluationId === undefined || evaluationId === null || evaluationId === '') {
1617
1617
  throw 'Missing the required parameter "evaluationId" when calling putQualityConversationEvaluation';
1618
1618
  }
1619
1619
  // verify the required parameter 'body' is set
@@ -1644,7 +1644,7 @@ class QualityApi {
1644
1644
  */
1645
1645
  putQualityForm(formId, body) {
1646
1646
  // verify the required parameter 'formId' is set
1647
- if (formId === undefined || formId === null) {
1647
+ if (formId === undefined || formId === null || formId === '') {
1648
1648
  throw 'Missing the required parameter "formId" when calling putQualityForm';
1649
1649
  }
1650
1650
  // verify the required parameter 'body' is set
@@ -1674,7 +1674,7 @@ class QualityApi {
1674
1674
  */
1675
1675
  putQualityFormsEvaluation(formId, body) {
1676
1676
  // verify the required parameter 'formId' is set
1677
- if (formId === undefined || formId === null) {
1677
+ if (formId === undefined || formId === null || formId === '') {
1678
1678
  throw 'Missing the required parameter "formId" when calling putQualityFormsEvaluation';
1679
1679
  }
1680
1680
  // verify the required parameter 'body' is set
@@ -1704,7 +1704,7 @@ class QualityApi {
1704
1704
  */
1705
1705
  putQualityFormsEvaluationAiscoringSettings(formId, body) {
1706
1706
  // verify the required parameter 'formId' is set
1707
- if (formId === undefined || formId === null) {
1707
+ if (formId === undefined || formId === null || formId === '') {
1708
1708
  throw 'Missing the required parameter "formId" when calling putQualityFormsEvaluationAiscoringSettings';
1709
1709
  }
1710
1710
  // verify the required parameter 'body' is set
@@ -1734,7 +1734,7 @@ class QualityApi {
1734
1734
  */
1735
1735
  putQualityFormsSurvey(formId, body) {
1736
1736
  // verify the required parameter 'formId' is set
1737
- if (formId === undefined || formId === null) {
1737
+ if (formId === undefined || formId === null || formId === '') {
1738
1738
  throw 'Missing the required parameter "formId" when calling putQualityFormsSurvey';
1739
1739
  }
1740
1740
  // verify the required parameter 'body' is set