purecloud-platform-client-v2 224.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 +2705 -2649
  3. package/dist/web-amd/purecloud-platform-client-v2.js +2705 -2649
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +2636 -2630
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +2636 -2630
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +95 -0
  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 +16 -16
  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 +45 -45
  17. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +121 -121
  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 +29 -29
  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 +342 -342
  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 +16 -16
  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 +80 -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 +119 -119
  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 +7 -7
  78. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +4 -4
  79. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +95 -95
  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 +93 -93
  86. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  87. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +16 -16
  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 +317 -317
  93. package/src/purecloud-platform-client-v2/configuration.js +80 -23
  94. package/src/purecloud-platform-client-v2/index.js +1 -1
@@ -5,7 +5,7 @@ class AnalyticsApi {
5
5
  /**
6
6
  * Analytics service.
7
7
  * @module purecloud-platform-client-v2/api/AnalyticsApi
8
- * @version 224.0.0
8
+ * @version 225.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -27,7 +27,7 @@ class AnalyticsApi {
27
27
  */
28
28
  deleteAnalyticsConversationsDetailsJob(jobId) {
29
29
  // verify the required parameter 'jobId' is set
30
- if (jobId === undefined || jobId === null) {
30
+ if (jobId === undefined || jobId === null || jobId === '') {
31
31
  throw 'Missing the required parameter "jobId" when calling deleteAnalyticsConversationsDetailsJob';
32
32
  }
33
33
 
@@ -52,7 +52,7 @@ class AnalyticsApi {
52
52
  */
53
53
  deleteAnalyticsUsersDetailsJob(jobId) {
54
54
  // verify the required parameter 'jobId' is set
55
- if (jobId === undefined || jobId === null) {
55
+ if (jobId === undefined || jobId === null || jobId === '') {
56
56
  throw 'Missing the required parameter "jobId" when calling deleteAnalyticsUsersDetailsJob';
57
57
  }
58
58
 
@@ -78,7 +78,7 @@ class AnalyticsApi {
78
78
  */
79
79
  getAnalyticsActionsAggregatesJob(jobId) {
80
80
  // verify the required parameter 'jobId' is set
81
- if (jobId === undefined || jobId === null) {
81
+ if (jobId === undefined || jobId === null || jobId === '') {
82
82
  throw 'Missing the required parameter "jobId" when calling getAnalyticsActionsAggregatesJob';
83
83
  }
84
84
 
@@ -108,7 +108,7 @@ class AnalyticsApi {
108
108
  opts = opts || {};
109
109
 
110
110
  // verify the required parameter 'jobId' is set
111
- if (jobId === undefined || jobId === null) {
111
+ if (jobId === undefined || jobId === null || jobId === '') {
112
112
  throw 'Missing the required parameter "jobId" when calling getAnalyticsActionsAggregatesJobResults';
113
113
  }
114
114
 
@@ -133,7 +133,7 @@ class AnalyticsApi {
133
133
  */
134
134
  getAnalyticsAgentStatus(userId) {
135
135
  // verify the required parameter 'userId' is set
136
- if (userId === undefined || userId === null) {
136
+ if (userId === undefined || userId === null || userId === '') {
137
137
  throw 'Missing the required parameter "userId" when calling getAnalyticsAgentStatus';
138
138
  }
139
139
 
@@ -159,7 +159,7 @@ class AnalyticsApi {
159
159
  */
160
160
  getAnalyticsAgentcopilotsAggregatesJob(jobId) {
161
161
  // verify the required parameter 'jobId' is set
162
- if (jobId === undefined || jobId === null) {
162
+ if (jobId === undefined || jobId === null || jobId === '') {
163
163
  throw 'Missing the required parameter "jobId" when calling getAnalyticsAgentcopilotsAggregatesJob';
164
164
  }
165
165
 
@@ -189,7 +189,7 @@ class AnalyticsApi {
189
189
  opts = opts || {};
190
190
 
191
191
  // verify the required parameter 'jobId' is set
192
- if (jobId === undefined || jobId === null) {
192
+ if (jobId === undefined || jobId === null || jobId === '') {
193
193
  throw 'Missing the required parameter "jobId" when calling getAnalyticsAgentcopilotsAggregatesJobResults';
194
194
  }
195
195
 
@@ -224,7 +224,7 @@ class AnalyticsApi {
224
224
  opts = opts || {};
225
225
 
226
226
  // verify the required parameter 'botFlowId' is set
227
- if (botFlowId === undefined || botFlowId === null) {
227
+ if (botFlowId === undefined || botFlowId === null || botFlowId === '') {
228
228
  throw 'Missing the required parameter "botFlowId" when calling getAnalyticsBotflowDivisionsReportingturns';
229
229
  }
230
230
 
@@ -260,7 +260,7 @@ class AnalyticsApi {
260
260
  opts = opts || {};
261
261
 
262
262
  // verify the required parameter 'botFlowId' is set
263
- if (botFlowId === undefined || botFlowId === null) {
263
+ if (botFlowId === undefined || botFlowId === null || botFlowId === '') {
264
264
  throw 'Missing the required parameter "botFlowId" when calling getAnalyticsBotflowReportingturns';
265
265
  }
266
266
 
@@ -293,7 +293,7 @@ class AnalyticsApi {
293
293
  opts = opts || {};
294
294
 
295
295
  // verify the required parameter 'botFlowId' is set
296
- if (botFlowId === undefined || botFlowId === null) {
296
+ if (botFlowId === undefined || botFlowId === null || botFlowId === '') {
297
297
  throw 'Missing the required parameter "botFlowId" when calling getAnalyticsBotflowSessions';
298
298
  }
299
299
 
@@ -319,7 +319,7 @@ class AnalyticsApi {
319
319
  */
320
320
  getAnalyticsBotsAggregatesJob(jobId) {
321
321
  // verify the required parameter 'jobId' is set
322
- if (jobId === undefined || jobId === null) {
322
+ if (jobId === undefined || jobId === null || jobId === '') {
323
323
  throw 'Missing the required parameter "jobId" when calling getAnalyticsBotsAggregatesJob';
324
324
  }
325
325
 
@@ -349,7 +349,7 @@ class AnalyticsApi {
349
349
  opts = opts || {};
350
350
 
351
351
  // verify the required parameter 'jobId' is set
352
- if (jobId === undefined || jobId === null) {
352
+ if (jobId === undefined || jobId === null || jobId === '') {
353
353
  throw 'Missing the required parameter "jobId" when calling getAnalyticsBotsAggregatesJobResults';
354
354
  }
355
355
 
@@ -374,7 +374,7 @@ class AnalyticsApi {
374
374
  */
375
375
  getAnalyticsConversationDetails(conversationId) {
376
376
  // verify the required parameter 'conversationId' is set
377
- if (conversationId === undefined || conversationId === null) {
377
+ if (conversationId === undefined || conversationId === null || conversationId === '') {
378
378
  throw 'Missing the required parameter "conversationId" when calling getAnalyticsConversationDetails';
379
379
  }
380
380
 
@@ -400,7 +400,7 @@ class AnalyticsApi {
400
400
  */
401
401
  getAnalyticsConversationsAggregatesJob(jobId) {
402
402
  // verify the required parameter 'jobId' is set
403
- if (jobId === undefined || jobId === null) {
403
+ if (jobId === undefined || jobId === null || jobId === '') {
404
404
  throw 'Missing the required parameter "jobId" when calling getAnalyticsConversationsAggregatesJob';
405
405
  }
406
406
 
@@ -430,7 +430,7 @@ class AnalyticsApi {
430
430
  opts = opts || {};
431
431
 
432
432
  // verify the required parameter 'jobId' is set
433
- if (jobId === undefined || jobId === null) {
433
+ if (jobId === undefined || jobId === null || jobId === '') {
434
434
  throw 'Missing the required parameter "jobId" when calling getAnalyticsConversationsAggregatesJobResults';
435
435
  }
436
436
 
@@ -479,7 +479,7 @@ class AnalyticsApi {
479
479
  */
480
480
  getAnalyticsConversationsDetailsJob(jobId) {
481
481
  // verify the required parameter 'jobId' is set
482
- if (jobId === undefined || jobId === null) {
482
+ if (jobId === undefined || jobId === null || jobId === '') {
483
483
  throw 'Missing the required parameter "jobId" when calling getAnalyticsConversationsDetailsJob';
484
484
  }
485
485
 
@@ -509,7 +509,7 @@ class AnalyticsApi {
509
509
  opts = opts || {};
510
510
 
511
511
  // verify the required parameter 'jobId' is set
512
- if (jobId === undefined || jobId === null) {
512
+ if (jobId === undefined || jobId === null || jobId === '') {
513
513
  throw 'Missing the required parameter "jobId" when calling getAnalyticsConversationsDetailsJobResults';
514
514
  }
515
515
 
@@ -575,7 +575,7 @@ class AnalyticsApi {
575
575
  */
576
576
  getAnalyticsEvaluationsAggregatesJob(jobId) {
577
577
  // verify the required parameter 'jobId' is set
578
- if (jobId === undefined || jobId === null) {
578
+ if (jobId === undefined || jobId === null || jobId === '') {
579
579
  throw 'Missing the required parameter "jobId" when calling getAnalyticsEvaluationsAggregatesJob';
580
580
  }
581
581
 
@@ -605,7 +605,7 @@ class AnalyticsApi {
605
605
  opts = opts || {};
606
606
 
607
607
  // verify the required parameter 'jobId' is set
608
- if (jobId === undefined || jobId === null) {
608
+ if (jobId === undefined || jobId === null || jobId === '') {
609
609
  throw 'Missing the required parameter "jobId" when calling getAnalyticsEvaluationsAggregatesJobResults';
610
610
  }
611
611
 
@@ -631,7 +631,7 @@ class AnalyticsApi {
631
631
  */
632
632
  getAnalyticsFlowexecutionsAggregatesJob(jobId) {
633
633
  // verify the required parameter 'jobId' is set
634
- if (jobId === undefined || jobId === null) {
634
+ if (jobId === undefined || jobId === null || jobId === '') {
635
635
  throw 'Missing the required parameter "jobId" when calling getAnalyticsFlowexecutionsAggregatesJob';
636
636
  }
637
637
 
@@ -661,7 +661,7 @@ class AnalyticsApi {
661
661
  opts = opts || {};
662
662
 
663
663
  // verify the required parameter 'jobId' is set
664
- if (jobId === undefined || jobId === null) {
664
+ if (jobId === undefined || jobId === null || jobId === '') {
665
665
  throw 'Missing the required parameter "jobId" when calling getAnalyticsFlowexecutionsAggregatesJobResults';
666
666
  }
667
667
 
@@ -687,7 +687,7 @@ class AnalyticsApi {
687
687
  */
688
688
  getAnalyticsFlowsAggregatesJob(jobId) {
689
689
  // verify the required parameter 'jobId' is set
690
- if (jobId === undefined || jobId === null) {
690
+ if (jobId === undefined || jobId === null || jobId === '') {
691
691
  throw 'Missing the required parameter "jobId" when calling getAnalyticsFlowsAggregatesJob';
692
692
  }
693
693
 
@@ -717,7 +717,7 @@ class AnalyticsApi {
717
717
  opts = opts || {};
718
718
 
719
719
  // verify the required parameter 'jobId' is set
720
- if (jobId === undefined || jobId === null) {
720
+ if (jobId === undefined || jobId === null || jobId === '') {
721
721
  throw 'Missing the required parameter "jobId" when calling getAnalyticsFlowsAggregatesJobResults';
722
722
  }
723
723
 
@@ -743,7 +743,7 @@ class AnalyticsApi {
743
743
  */
744
744
  getAnalyticsJourneysAggregatesJob(jobId) {
745
745
  // verify the required parameter 'jobId' is set
746
- if (jobId === undefined || jobId === null) {
746
+ if (jobId === undefined || jobId === null || jobId === '') {
747
747
  throw 'Missing the required parameter "jobId" when calling getAnalyticsJourneysAggregatesJob';
748
748
  }
749
749
 
@@ -773,7 +773,7 @@ class AnalyticsApi {
773
773
  opts = opts || {};
774
774
 
775
775
  // verify the required parameter 'jobId' is set
776
- if (jobId === undefined || jobId === null) {
776
+ if (jobId === undefined || jobId === null || jobId === '') {
777
777
  throw 'Missing the required parameter "jobId" when calling getAnalyticsJourneysAggregatesJobResults';
778
778
  }
779
779
 
@@ -799,7 +799,7 @@ class AnalyticsApi {
799
799
  */
800
800
  getAnalyticsKnowledgeAggregatesJob(jobId) {
801
801
  // verify the required parameter 'jobId' is set
802
- if (jobId === undefined || jobId === null) {
802
+ if (jobId === undefined || jobId === null || jobId === '') {
803
803
  throw 'Missing the required parameter "jobId" when calling getAnalyticsKnowledgeAggregatesJob';
804
804
  }
805
805
 
@@ -829,7 +829,7 @@ class AnalyticsApi {
829
829
  opts = opts || {};
830
830
 
831
831
  // verify the required parameter 'jobId' is set
832
- if (jobId === undefined || jobId === null) {
832
+ if (jobId === undefined || jobId === null || jobId === '') {
833
833
  throw 'Missing the required parameter "jobId" when calling getAnalyticsKnowledgeAggregatesJobResults';
834
834
  }
835
835
 
@@ -854,7 +854,7 @@ class AnalyticsApi {
854
854
  */
855
855
  getAnalyticsReportingDashboardsUser(userId) {
856
856
  // verify the required parameter 'userId' is set
857
- if (userId === undefined || userId === null) {
857
+ if (userId === undefined || userId === null || userId === '') {
858
858
  throw 'Missing the required parameter "userId" when calling getAnalyticsReportingDashboardsUser';
859
859
  }
860
860
 
@@ -1021,7 +1021,7 @@ class AnalyticsApi {
1021
1021
  opts = opts || {};
1022
1022
 
1023
1023
  // verify the required parameter 'userId' is set
1024
- if (userId === undefined || userId === null) {
1024
+ if (userId === undefined || userId === null || userId === '') {
1025
1025
  throw 'Missing the required parameter "userId" when calling getAnalyticsReportingSettingsUserDashboards';
1026
1026
  }
1027
1027
 
@@ -1047,7 +1047,7 @@ class AnalyticsApi {
1047
1047
  */
1048
1048
  getAnalyticsResolutionsAggregatesJob(jobId) {
1049
1049
  // verify the required parameter 'jobId' is set
1050
- if (jobId === undefined || jobId === null) {
1050
+ if (jobId === undefined || jobId === null || jobId === '') {
1051
1051
  throw 'Missing the required parameter "jobId" when calling getAnalyticsResolutionsAggregatesJob';
1052
1052
  }
1053
1053
 
@@ -1077,7 +1077,7 @@ class AnalyticsApi {
1077
1077
  opts = opts || {};
1078
1078
 
1079
1079
  // verify the required parameter 'jobId' is set
1080
- if (jobId === undefined || jobId === null) {
1080
+ if (jobId === undefined || jobId === null || jobId === '') {
1081
1081
  throw 'Missing the required parameter "jobId" when calling getAnalyticsResolutionsAggregatesJobResults';
1082
1082
  }
1083
1083
 
@@ -1103,7 +1103,7 @@ class AnalyticsApi {
1103
1103
  */
1104
1104
  getAnalyticsSummariesAggregatesJob(jobId) {
1105
1105
  // verify the required parameter 'jobId' is set
1106
- if (jobId === undefined || jobId === null) {
1106
+ if (jobId === undefined || jobId === null || jobId === '') {
1107
1107
  throw 'Missing the required parameter "jobId" when calling getAnalyticsSummariesAggregatesJob';
1108
1108
  }
1109
1109
 
@@ -1133,7 +1133,7 @@ class AnalyticsApi {
1133
1133
  opts = opts || {};
1134
1134
 
1135
1135
  // verify the required parameter 'jobId' is set
1136
- if (jobId === undefined || jobId === null) {
1136
+ if (jobId === undefined || jobId === null || jobId === '') {
1137
1137
  throw 'Missing the required parameter "jobId" when calling getAnalyticsSummariesAggregatesJobResults';
1138
1138
  }
1139
1139
 
@@ -1159,7 +1159,7 @@ class AnalyticsApi {
1159
1159
  */
1160
1160
  getAnalyticsSurveysAggregatesJob(jobId) {
1161
1161
  // verify the required parameter 'jobId' is set
1162
- if (jobId === undefined || jobId === null) {
1162
+ if (jobId === undefined || jobId === null || jobId === '') {
1163
1163
  throw 'Missing the required parameter "jobId" when calling getAnalyticsSurveysAggregatesJob';
1164
1164
  }
1165
1165
 
@@ -1189,7 +1189,7 @@ class AnalyticsApi {
1189
1189
  opts = opts || {};
1190
1190
 
1191
1191
  // verify the required parameter 'jobId' is set
1192
- if (jobId === undefined || jobId === null) {
1192
+ if (jobId === undefined || jobId === null || jobId === '') {
1193
1193
  throw 'Missing the required parameter "jobId" when calling getAnalyticsSurveysAggregatesJobResults';
1194
1194
  }
1195
1195
 
@@ -1215,7 +1215,7 @@ class AnalyticsApi {
1215
1215
  */
1216
1216
  getAnalyticsTaskmanagementAggregatesJob(jobId) {
1217
1217
  // verify the required parameter 'jobId' is set
1218
- if (jobId === undefined || jobId === null) {
1218
+ if (jobId === undefined || jobId === null || jobId === '') {
1219
1219
  throw 'Missing the required parameter "jobId" when calling getAnalyticsTaskmanagementAggregatesJob';
1220
1220
  }
1221
1221
 
@@ -1245,7 +1245,7 @@ class AnalyticsApi {
1245
1245
  opts = opts || {};
1246
1246
 
1247
1247
  // verify the required parameter 'jobId' is set
1248
- if (jobId === undefined || jobId === null) {
1248
+ if (jobId === undefined || jobId === null || jobId === '') {
1249
1249
  throw 'Missing the required parameter "jobId" when calling getAnalyticsTaskmanagementAggregatesJobResults';
1250
1250
  }
1251
1251
 
@@ -1271,7 +1271,7 @@ class AnalyticsApi {
1271
1271
  */
1272
1272
  getAnalyticsTranscriptsAggregatesJob(jobId) {
1273
1273
  // verify the required parameter 'jobId' is set
1274
- if (jobId === undefined || jobId === null) {
1274
+ if (jobId === undefined || jobId === null || jobId === '') {
1275
1275
  throw 'Missing the required parameter "jobId" when calling getAnalyticsTranscriptsAggregatesJob';
1276
1276
  }
1277
1277
 
@@ -1301,7 +1301,7 @@ class AnalyticsApi {
1301
1301
  opts = opts || {};
1302
1302
 
1303
1303
  // verify the required parameter 'jobId' is set
1304
- if (jobId === undefined || jobId === null) {
1304
+ if (jobId === undefined || jobId === null || jobId === '') {
1305
1305
  throw 'Missing the required parameter "jobId" when calling getAnalyticsTranscriptsAggregatesJobResults';
1306
1306
  }
1307
1307
 
@@ -1327,7 +1327,7 @@ class AnalyticsApi {
1327
1327
  */
1328
1328
  getAnalyticsUsersAggregatesJob(jobId) {
1329
1329
  // verify the required parameter 'jobId' is set
1330
- if (jobId === undefined || jobId === null) {
1330
+ if (jobId === undefined || jobId === null || jobId === '') {
1331
1331
  throw 'Missing the required parameter "jobId" when calling getAnalyticsUsersAggregatesJob';
1332
1332
  }
1333
1333
 
@@ -1357,7 +1357,7 @@ class AnalyticsApi {
1357
1357
  opts = opts || {};
1358
1358
 
1359
1359
  // verify the required parameter 'jobId' is set
1360
- if (jobId === undefined || jobId === null) {
1360
+ if (jobId === undefined || jobId === null || jobId === '') {
1361
1361
  throw 'Missing the required parameter "jobId" when calling getAnalyticsUsersAggregatesJobResults';
1362
1362
  }
1363
1363
 
@@ -1382,7 +1382,7 @@ class AnalyticsApi {
1382
1382
  */
1383
1383
  getAnalyticsUsersDetailsJob(jobId) {
1384
1384
  // verify the required parameter 'jobId' is set
1385
- if (jobId === undefined || jobId === null) {
1385
+ if (jobId === undefined || jobId === null || jobId === '') {
1386
1386
  throw 'Missing the required parameter "jobId" when calling getAnalyticsUsersDetailsJob';
1387
1387
  }
1388
1388
 
@@ -1412,7 +1412,7 @@ class AnalyticsApi {
1412
1412
  opts = opts || {};
1413
1413
 
1414
1414
  // verify the required parameter 'jobId' is set
1415
- if (jobId === undefined || jobId === null) {
1415
+ if (jobId === undefined || jobId === null || jobId === '') {
1416
1416
  throw 'Missing the required parameter "jobId" when calling getAnalyticsUsersDetailsJobResults';
1417
1417
  }
1418
1418
 
@@ -1686,7 +1686,7 @@ class AnalyticsApi {
1686
1686
  */
1687
1687
  postAnalyticsConversationDetailsProperties(conversationId, body) {
1688
1688
  // verify the required parameter 'conversationId' is set
1689
- if (conversationId === undefined || conversationId === null) {
1689
+ if (conversationId === undefined || conversationId === null || conversationId === '') {
1690
1690
  throw 'Missing the required parameter "conversationId" when calling postAnalyticsConversationDetailsProperties';
1691
1691
  }
1692
1692
  // verify the required parameter 'body' is set