purecloud-platform-client-v2 224.0.0 → 226.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 +2853 -2693
  3. package/dist/web-amd/purecloud-platform-client-v2.js +2853 -2693
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +2679 -2639
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +2679 -2639
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +227 -162
  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 +486 -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 +82 -81
  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 +121 -120
  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 -359
  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 OutboundApi {
5
5
  /**
6
6
  * Outbound service.
7
7
  * @module purecloud-platform-client-v2/api/OutboundApi
8
- * @version 224.0.0
8
+ * @version 226.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -27,7 +27,7 @@ class OutboundApi {
27
27
  */
28
28
  deleteOutboundAttemptlimit(attemptLimitsId) {
29
29
  // verify the required parameter 'attemptLimitsId' is set
30
- if (attemptLimitsId === undefined || attemptLimitsId === null) {
30
+ if (attemptLimitsId === undefined || attemptLimitsId === null || attemptLimitsId === '') {
31
31
  throw 'Missing the required parameter "attemptLimitsId" when calling deleteOutboundAttemptlimit';
32
32
  }
33
33
 
@@ -52,7 +52,7 @@ class OutboundApi {
52
52
  */
53
53
  deleteOutboundCallabletimeset(callableTimeSetId) {
54
54
  // verify the required parameter 'callableTimeSetId' is set
55
- if (callableTimeSetId === undefined || callableTimeSetId === null) {
55
+ if (callableTimeSetId === undefined || callableTimeSetId === null || callableTimeSetId === '') {
56
56
  throw 'Missing the required parameter "callableTimeSetId" when calling deleteOutboundCallabletimeset';
57
57
  }
58
58
 
@@ -77,7 +77,7 @@ class OutboundApi {
77
77
  */
78
78
  deleteOutboundCallanalysisresponseset(callAnalysisSetId) {
79
79
  // verify the required parameter 'callAnalysisSetId' is set
80
- if (callAnalysisSetId === undefined || callAnalysisSetId === null) {
80
+ if (callAnalysisSetId === undefined || callAnalysisSetId === null || callAnalysisSetId === '') {
81
81
  throw 'Missing the required parameter "callAnalysisSetId" when calling deleteOutboundCallanalysisresponseset';
82
82
  }
83
83
 
@@ -102,7 +102,7 @@ class OutboundApi {
102
102
  */
103
103
  deleteOutboundCampaign(campaignId) {
104
104
  // verify the required parameter 'campaignId' is set
105
- if (campaignId === undefined || campaignId === null) {
105
+ if (campaignId === undefined || campaignId === null || campaignId === '') {
106
106
  throw 'Missing the required parameter "campaignId" when calling deleteOutboundCampaign';
107
107
  }
108
108
 
@@ -127,7 +127,7 @@ class OutboundApi {
127
127
  */
128
128
  deleteOutboundCampaignProgress(campaignId) {
129
129
  // verify the required parameter 'campaignId' is set
130
- if (campaignId === undefined || campaignId === null) {
130
+ if (campaignId === undefined || campaignId === null || campaignId === '') {
131
131
  throw 'Missing the required parameter "campaignId" when calling deleteOutboundCampaignProgress';
132
132
  }
133
133
 
@@ -152,7 +152,7 @@ class OutboundApi {
152
152
  */
153
153
  deleteOutboundCampaignrule(campaignRuleId) {
154
154
  // verify the required parameter 'campaignRuleId' is set
155
- if (campaignRuleId === undefined || campaignRuleId === null) {
155
+ if (campaignRuleId === undefined || campaignRuleId === null || campaignRuleId === '') {
156
156
  throw 'Missing the required parameter "campaignRuleId" when calling deleteOutboundCampaignrule';
157
157
  }
158
158
 
@@ -177,7 +177,7 @@ class OutboundApi {
177
177
  */
178
178
  deleteOutboundContactlist(contactListId) {
179
179
  // verify the required parameter 'contactListId' is set
180
- if (contactListId === undefined || contactListId === null) {
180
+ if (contactListId === undefined || contactListId === null || contactListId === '') {
181
181
  throw 'Missing the required parameter "contactListId" when calling deleteOutboundContactlist';
182
182
  }
183
183
 
@@ -203,11 +203,11 @@ class OutboundApi {
203
203
  */
204
204
  deleteOutboundContactlistContact(contactListId, contactId) {
205
205
  // verify the required parameter 'contactListId' is set
206
- if (contactListId === undefined || contactListId === null) {
206
+ if (contactListId === undefined || contactListId === null || contactListId === '') {
207
207
  throw 'Missing the required parameter "contactListId" when calling deleteOutboundContactlistContact';
208
208
  }
209
209
  // verify the required parameter 'contactId' is set
210
- if (contactId === undefined || contactId === null) {
210
+ if (contactId === undefined || contactId === null || contactId === '') {
211
211
  throw 'Missing the required parameter "contactId" when calling deleteOutboundContactlistContact';
212
212
  }
213
213
 
@@ -233,7 +233,7 @@ class OutboundApi {
233
233
  */
234
234
  deleteOutboundContactlistContacts(contactListId, contactIds) {
235
235
  // verify the required parameter 'contactListId' is set
236
- if (contactListId === undefined || contactListId === null) {
236
+ if (contactListId === undefined || contactListId === null || contactListId === '') {
237
237
  throw 'Missing the required parameter "contactListId" when calling deleteOutboundContactlistContacts';
238
238
  }
239
239
  // verify the required parameter 'contactIds' is set
@@ -262,7 +262,7 @@ class OutboundApi {
262
262
  */
263
263
  deleteOutboundContactlistfilter(contactListFilterId) {
264
264
  // verify the required parameter 'contactListFilterId' is set
265
- if (contactListFilterId === undefined || contactListFilterId === null) {
265
+ if (contactListFilterId === undefined || contactListFilterId === null || contactListFilterId === '') {
266
266
  throw 'Missing the required parameter "contactListFilterId" when calling deleteOutboundContactlistfilter';
267
267
  }
268
268
 
@@ -312,7 +312,7 @@ class OutboundApi {
312
312
  */
313
313
  deleteOutboundContactlisttemplate(contactListTemplateId) {
314
314
  // verify the required parameter 'contactListTemplateId' is set
315
- if (contactListTemplateId === undefined || contactListTemplateId === null) {
315
+ if (contactListTemplateId === undefined || contactListTemplateId === null || contactListTemplateId === '') {
316
316
  throw 'Missing the required parameter "contactListTemplateId" when calling deleteOutboundContactlisttemplate';
317
317
  }
318
318
 
@@ -362,7 +362,7 @@ class OutboundApi {
362
362
  */
363
363
  deleteOutboundDigitalruleset(digitalRuleSetId) {
364
364
  // verify the required parameter 'digitalRuleSetId' is set
365
- if (digitalRuleSetId === undefined || digitalRuleSetId === null) {
365
+ if (digitalRuleSetId === undefined || digitalRuleSetId === null || digitalRuleSetId === '') {
366
366
  throw 'Missing the required parameter "digitalRuleSetId" when calling deleteOutboundDigitalruleset';
367
367
  }
368
368
 
@@ -387,7 +387,7 @@ class OutboundApi {
387
387
  */
388
388
  deleteOutboundDnclist(dncListId) {
389
389
  // verify the required parameter 'dncListId' is set
390
- if (dncListId === undefined || dncListId === null) {
390
+ if (dncListId === undefined || dncListId === null || dncListId === '') {
391
391
  throw 'Missing the required parameter "dncListId" when calling deleteOutboundDnclist';
392
392
  }
393
393
 
@@ -416,7 +416,7 @@ class OutboundApi {
416
416
  opts = opts || {};
417
417
 
418
418
  // verify the required parameter 'dncListId' is set
419
- if (dncListId === undefined || dncListId === null) {
419
+ if (dncListId === undefined || dncListId === null || dncListId === '') {
420
420
  throw 'Missing the required parameter "dncListId" when calling deleteOutboundDnclistCustomexclusioncolumns';
421
421
  }
422
422
 
@@ -445,7 +445,7 @@ class OutboundApi {
445
445
  opts = opts || {};
446
446
 
447
447
  // verify the required parameter 'dncListId' is set
448
- if (dncListId === undefined || dncListId === null) {
448
+ if (dncListId === undefined || dncListId === null || dncListId === '') {
449
449
  throw 'Missing the required parameter "dncListId" when calling deleteOutboundDnclistEmailaddresses';
450
450
  }
451
451
 
@@ -474,7 +474,7 @@ class OutboundApi {
474
474
  opts = opts || {};
475
475
 
476
476
  // verify the required parameter 'dncListId' is set
477
- if (dncListId === undefined || dncListId === null) {
477
+ if (dncListId === undefined || dncListId === null || dncListId === '') {
478
478
  throw 'Missing the required parameter "dncListId" when calling deleteOutboundDnclistPhonenumbers';
479
479
  }
480
480
 
@@ -503,7 +503,7 @@ class OutboundApi {
503
503
  opts = opts || {};
504
504
 
505
505
  // verify the required parameter 'dncListId' is set
506
- if (dncListId === undefined || dncListId === null) {
506
+ if (dncListId === undefined || dncListId === null || dncListId === '') {
507
507
  throw 'Missing the required parameter "dncListId" when calling deleteOutboundDnclistWhatsappnumbers';
508
508
  }
509
509
 
@@ -528,7 +528,7 @@ class OutboundApi {
528
528
  */
529
529
  deleteOutboundFilespecificationtemplate(fileSpecificationTemplateId) {
530
530
  // verify the required parameter 'fileSpecificationTemplateId' is set
531
- if (fileSpecificationTemplateId === undefined || fileSpecificationTemplateId === null) {
531
+ if (fileSpecificationTemplateId === undefined || fileSpecificationTemplateId === null || fileSpecificationTemplateId === '') {
532
532
  throw 'Missing the required parameter "fileSpecificationTemplateId" when calling deleteOutboundFilespecificationtemplate';
533
533
  }
534
534
 
@@ -578,7 +578,7 @@ class OutboundApi {
578
578
  */
579
579
  deleteOutboundImporttemplate(importTemplateId) {
580
580
  // verify the required parameter 'importTemplateId' is set
581
- if (importTemplateId === undefined || importTemplateId === null) {
581
+ if (importTemplateId === undefined || importTemplateId === null || importTemplateId === '') {
582
582
  throw 'Missing the required parameter "importTemplateId" when calling deleteOutboundImporttemplate';
583
583
  }
584
584
 
@@ -628,7 +628,7 @@ class OutboundApi {
628
628
  */
629
629
  deleteOutboundMessagingcampaign(messagingCampaignId) {
630
630
  // verify the required parameter 'messagingCampaignId' is set
631
- if (messagingCampaignId === undefined || messagingCampaignId === null) {
631
+ if (messagingCampaignId === undefined || messagingCampaignId === null || messagingCampaignId === '') {
632
632
  throw 'Missing the required parameter "messagingCampaignId" when calling deleteOutboundMessagingcampaign';
633
633
  }
634
634
 
@@ -653,7 +653,7 @@ class OutboundApi {
653
653
  */
654
654
  deleteOutboundMessagingcampaignProgress(messagingCampaignId) {
655
655
  // verify the required parameter 'messagingCampaignId' is set
656
- if (messagingCampaignId === undefined || messagingCampaignId === null) {
656
+ if (messagingCampaignId === undefined || messagingCampaignId === null || messagingCampaignId === '') {
657
657
  throw 'Missing the required parameter "messagingCampaignId" when calling deleteOutboundMessagingcampaignProgress';
658
658
  }
659
659
 
@@ -678,7 +678,7 @@ class OutboundApi {
678
678
  */
679
679
  deleteOutboundRuleset(ruleSetId) {
680
680
  // verify the required parameter 'ruleSetId' is set
681
- if (ruleSetId === undefined || ruleSetId === null) {
681
+ if (ruleSetId === undefined || ruleSetId === null || ruleSetId === '') {
682
682
  throw 'Missing the required parameter "ruleSetId" when calling deleteOutboundRuleset';
683
683
  }
684
684
 
@@ -703,7 +703,7 @@ class OutboundApi {
703
703
  */
704
704
  deleteOutboundSchedulesCampaign(campaignId) {
705
705
  // verify the required parameter 'campaignId' is set
706
- if (campaignId === undefined || campaignId === null) {
706
+ if (campaignId === undefined || campaignId === null || campaignId === '') {
707
707
  throw 'Missing the required parameter "campaignId" when calling deleteOutboundSchedulesCampaign';
708
708
  }
709
709
 
@@ -728,7 +728,7 @@ class OutboundApi {
728
728
  */
729
729
  deleteOutboundSchedulesEmailcampaign(emailCampaignId) {
730
730
  // verify the required parameter 'emailCampaignId' is set
731
- if (emailCampaignId === undefined || emailCampaignId === null) {
731
+ if (emailCampaignId === undefined || emailCampaignId === null || emailCampaignId === '') {
732
732
  throw 'Missing the required parameter "emailCampaignId" when calling deleteOutboundSchedulesEmailcampaign';
733
733
  }
734
734
 
@@ -753,7 +753,7 @@ class OutboundApi {
753
753
  */
754
754
  deleteOutboundSchedulesMessagingcampaign(messagingCampaignId) {
755
755
  // verify the required parameter 'messagingCampaignId' is set
756
- if (messagingCampaignId === undefined || messagingCampaignId === null) {
756
+ if (messagingCampaignId === undefined || messagingCampaignId === null || messagingCampaignId === '') {
757
757
  throw 'Missing the required parameter "messagingCampaignId" when calling deleteOutboundSchedulesMessagingcampaign';
758
758
  }
759
759
 
@@ -778,7 +778,7 @@ class OutboundApi {
778
778
  */
779
779
  deleteOutboundSchedulesSequence(sequenceId) {
780
780
  // verify the required parameter 'sequenceId' is set
781
- if (sequenceId === undefined || sequenceId === null) {
781
+ if (sequenceId === undefined || sequenceId === null || sequenceId === '') {
782
782
  throw 'Missing the required parameter "sequenceId" when calling deleteOutboundSchedulesSequence';
783
783
  }
784
784
 
@@ -803,7 +803,7 @@ class OutboundApi {
803
803
  */
804
804
  deleteOutboundSequence(sequenceId) {
805
805
  // verify the required parameter 'sequenceId' is set
806
- if (sequenceId === undefined || sequenceId === null) {
806
+ if (sequenceId === undefined || sequenceId === null || sequenceId === '') {
807
807
  throw 'Missing the required parameter "sequenceId" when calling deleteOutboundSequence';
808
808
  }
809
809
 
@@ -828,7 +828,7 @@ class OutboundApi {
828
828
  */
829
829
  getOutboundAttemptlimit(attemptLimitsId) {
830
830
  // verify the required parameter 'attemptLimitsId' is set
831
- if (attemptLimitsId === undefined || attemptLimitsId === null) {
831
+ if (attemptLimitsId === undefined || attemptLimitsId === null || attemptLimitsId === '') {
832
832
  throw 'Missing the required parameter "attemptLimitsId" when calling getOutboundAttemptlimit';
833
833
  }
834
834
 
@@ -883,7 +883,7 @@ class OutboundApi {
883
883
  */
884
884
  getOutboundCallabletimeset(callableTimeSetId) {
885
885
  // verify the required parameter 'callableTimeSetId' is set
886
- if (callableTimeSetId === undefined || callableTimeSetId === null) {
886
+ if (callableTimeSetId === undefined || callableTimeSetId === null || callableTimeSetId === '') {
887
887
  throw 'Missing the required parameter "callableTimeSetId" when calling getOutboundCallabletimeset';
888
888
  }
889
889
 
@@ -938,7 +938,7 @@ class OutboundApi {
938
938
  */
939
939
  getOutboundCallanalysisresponseset(callAnalysisSetId) {
940
940
  // verify the required parameter 'callAnalysisSetId' is set
941
- if (callAnalysisSetId === undefined || callAnalysisSetId === null) {
941
+ if (callAnalysisSetId === undefined || callAnalysisSetId === null || callAnalysisSetId === '') {
942
942
  throw 'Missing the required parameter "callAnalysisSetId" when calling getOutboundCallanalysisresponseset';
943
943
  }
944
944
 
@@ -993,7 +993,7 @@ class OutboundApi {
993
993
  */
994
994
  getOutboundCampaign(campaignId) {
995
995
  // verify the required parameter 'campaignId' is set
996
- if (campaignId === undefined || campaignId === null) {
996
+ if (campaignId === undefined || campaignId === null || campaignId === '') {
997
997
  throw 'Missing the required parameter "campaignId" when calling getOutboundCampaign';
998
998
  }
999
999
 
@@ -1018,7 +1018,7 @@ class OutboundApi {
1018
1018
  */
1019
1019
  getOutboundCampaignAgentownedmappingpreviewResults(campaignId) {
1020
1020
  // verify the required parameter 'campaignId' is set
1021
- if (campaignId === undefined || campaignId === null) {
1021
+ if (campaignId === undefined || campaignId === null || campaignId === '') {
1022
1022
  throw 'Missing the required parameter "campaignId" when calling getOutboundCampaignAgentownedmappingpreviewResults';
1023
1023
  }
1024
1024
 
@@ -1043,7 +1043,7 @@ class OutboundApi {
1043
1043
  */
1044
1044
  getOutboundCampaignDiagnostics(campaignId) {
1045
1045
  // verify the required parameter 'campaignId' is set
1046
- if (campaignId === undefined || campaignId === null) {
1046
+ if (campaignId === undefined || campaignId === null || campaignId === '') {
1047
1047
  throw 'Missing the required parameter "campaignId" when calling getOutboundCampaignDiagnostics';
1048
1048
  }
1049
1049
 
@@ -1068,7 +1068,7 @@ class OutboundApi {
1068
1068
  */
1069
1069
  getOutboundCampaignInteractions(campaignId) {
1070
1070
  // verify the required parameter 'campaignId' is set
1071
- if (campaignId === undefined || campaignId === null) {
1071
+ if (campaignId === undefined || campaignId === null || campaignId === '') {
1072
1072
  throw 'Missing the required parameter "campaignId" when calling getOutboundCampaignInteractions';
1073
1073
  }
1074
1074
 
@@ -1102,7 +1102,7 @@ class OutboundApi {
1102
1102
  opts = opts || {};
1103
1103
 
1104
1104
  // verify the required parameter 'campaignId' is set
1105
- if (campaignId === undefined || campaignId === null) {
1105
+ if (campaignId === undefined || campaignId === null || campaignId === '') {
1106
1106
  throw 'Missing the required parameter "campaignId" when calling getOutboundCampaignLinedistribution';
1107
1107
  }
1108
1108
 
@@ -1127,7 +1127,7 @@ class OutboundApi {
1127
1127
  */
1128
1128
  getOutboundCampaignProgress(campaignId) {
1129
1129
  // verify the required parameter 'campaignId' is set
1130
- if (campaignId === undefined || campaignId === null) {
1130
+ if (campaignId === undefined || campaignId === null || campaignId === '') {
1131
1131
  throw 'Missing the required parameter "campaignId" when calling getOutboundCampaignProgress';
1132
1132
  }
1133
1133
 
@@ -1157,7 +1157,7 @@ class OutboundApi {
1157
1157
  opts = opts || {};
1158
1158
 
1159
1159
  // verify the required parameter 'campaignId' is set
1160
- if (campaignId === undefined || campaignId === null) {
1160
+ if (campaignId === undefined || campaignId === null || campaignId === '') {
1161
1161
  throw 'Missing the required parameter "campaignId" when calling getOutboundCampaignSkillcombinations';
1162
1162
  }
1163
1163
 
@@ -1182,7 +1182,7 @@ class OutboundApi {
1182
1182
  */
1183
1183
  getOutboundCampaignStats(campaignId) {
1184
1184
  // verify the required parameter 'campaignId' is set
1185
- if (campaignId === undefined || campaignId === null) {
1185
+ if (campaignId === undefined || campaignId === null || campaignId === '') {
1186
1186
  throw 'Missing the required parameter "campaignId" when calling getOutboundCampaignStats';
1187
1187
  }
1188
1188
 
@@ -1207,7 +1207,7 @@ class OutboundApi {
1207
1207
  */
1208
1208
  getOutboundCampaignrule(campaignRuleId) {
1209
1209
  // verify the required parameter 'campaignRuleId' is set
1210
- if (campaignRuleId === undefined || campaignRuleId === null) {
1210
+ if (campaignRuleId === undefined || campaignRuleId === null || campaignRuleId === '') {
1211
1211
  throw 'Missing the required parameter "campaignRuleId" when calling getOutboundCampaignrule';
1212
1212
  }
1213
1213
 
@@ -1358,7 +1358,7 @@ class OutboundApi {
1358
1358
  */
1359
1359
  getOutboundCampaignsDivisionview(campaignId) {
1360
1360
  // verify the required parameter 'campaignId' is set
1361
- if (campaignId === undefined || campaignId === null) {
1361
+ if (campaignId === undefined || campaignId === null || campaignId === '') {
1362
1362
  throw 'Missing the required parameter "campaignId" when calling getOutboundCampaignsDivisionview';
1363
1363
  }
1364
1364
 
@@ -1418,7 +1418,7 @@ class OutboundApi {
1418
1418
  opts = opts || {};
1419
1419
 
1420
1420
  // verify the required parameter 'contactListId' is set
1421
- if (contactListId === undefined || contactListId === null) {
1421
+ if (contactListId === undefined || contactListId === null || contactListId === '') {
1422
1422
  throw 'Missing the required parameter "contactListId" when calling getOutboundContactlist';
1423
1423
  }
1424
1424
 
@@ -1444,11 +1444,11 @@ class OutboundApi {
1444
1444
  */
1445
1445
  getOutboundContactlistContact(contactListId, contactId) {
1446
1446
  // verify the required parameter 'contactListId' is set
1447
- if (contactListId === undefined || contactListId === null) {
1447
+ if (contactListId === undefined || contactListId === null || contactListId === '') {
1448
1448
  throw 'Missing the required parameter "contactListId" when calling getOutboundContactlistContact';
1449
1449
  }
1450
1450
  // verify the required parameter 'contactId' is set
1451
- if (contactId === undefined || contactId === null) {
1451
+ if (contactId === undefined || contactId === null || contactId === '') {
1452
1452
  throw 'Missing the required parameter "contactId" when calling getOutboundContactlistContact';
1453
1453
  }
1454
1454
 
@@ -1474,11 +1474,11 @@ class OutboundApi {
1474
1474
  */
1475
1475
  getOutboundContactlistContactsBulkJob(contactListId, jobId) {
1476
1476
  // verify the required parameter 'contactListId' is set
1477
- if (contactListId === undefined || contactListId === null) {
1477
+ if (contactListId === undefined || contactListId === null || contactListId === '') {
1478
1478
  throw 'Missing the required parameter "contactListId" when calling getOutboundContactlistContactsBulkJob';
1479
1479
  }
1480
1480
  // verify the required parameter 'jobId' is set
1481
- if (jobId === undefined || jobId === null) {
1481
+ if (jobId === undefined || jobId === null || jobId === '') {
1482
1482
  throw 'Missing the required parameter "jobId" when calling getOutboundContactlistContactsBulkJob';
1483
1483
  }
1484
1484
 
@@ -1503,7 +1503,7 @@ class OutboundApi {
1503
1503
  */
1504
1504
  getOutboundContactlistContactsBulkJobs(contactListId) {
1505
1505
  // verify the required parameter 'contactListId' is set
1506
- if (contactListId === undefined || contactListId === null) {
1506
+ if (contactListId === undefined || contactListId === null || contactListId === '') {
1507
1507
  throw 'Missing the required parameter "contactListId" when calling getOutboundContactlistContactsBulkJobs';
1508
1508
  }
1509
1509
 
@@ -1532,7 +1532,7 @@ class OutboundApi {
1532
1532
  opts = opts || {};
1533
1533
 
1534
1534
  // verify the required parameter 'contactListId' is set
1535
- if (contactListId === undefined || contactListId === null) {
1535
+ if (contactListId === undefined || contactListId === null || contactListId === '') {
1536
1536
  throw 'Missing the required parameter "contactListId" when calling getOutboundContactlistExport';
1537
1537
  }
1538
1538
 
@@ -1557,7 +1557,7 @@ class OutboundApi {
1557
1557
  */
1558
1558
  getOutboundContactlistImportstatus(contactListId) {
1559
1559
  // verify the required parameter 'contactListId' is set
1560
- if (contactListId === undefined || contactListId === null) {
1560
+ if (contactListId === undefined || contactListId === null || contactListId === '') {
1561
1561
  throw 'Missing the required parameter "contactListId" when calling getOutboundContactlistImportstatus';
1562
1562
  }
1563
1563
 
@@ -1582,7 +1582,7 @@ class OutboundApi {
1582
1582
  */
1583
1583
  getOutboundContactlistTimezonemappingpreview(contactListId) {
1584
1584
  // verify the required parameter 'contactListId' is set
1585
- if (contactListId === undefined || contactListId === null) {
1585
+ if (contactListId === undefined || contactListId === null || contactListId === '') {
1586
1586
  throw 'Missing the required parameter "contactListId" when calling getOutboundContactlistTimezonemappingpreview';
1587
1587
  }
1588
1588
 
@@ -1607,7 +1607,7 @@ class OutboundApi {
1607
1607
  */
1608
1608
  getOutboundContactlistfilter(contactListFilterId) {
1609
1609
  // verify the required parameter 'contactListFilterId' is set
1610
- if (contactListFilterId === undefined || contactListFilterId === null) {
1610
+ if (contactListFilterId === undefined || contactListFilterId === null || contactListFilterId === '') {
1611
1611
  throw 'Missing the required parameter "contactListFilterId" when calling getOutboundContactlistfilter';
1612
1612
  }
1613
1613
 
@@ -1702,7 +1702,7 @@ class OutboundApi {
1702
1702
  opts = opts || {};
1703
1703
 
1704
1704
  // verify the required parameter 'contactListId' is set
1705
- if (contactListId === undefined || contactListId === null) {
1705
+ if (contactListId === undefined || contactListId === null || contactListId === '') {
1706
1706
  throw 'Missing the required parameter "contactListId" when calling getOutboundContactlistsDivisionview';
1707
1707
  }
1708
1708
 
@@ -1759,7 +1759,7 @@ class OutboundApi {
1759
1759
  */
1760
1760
  getOutboundContactlisttemplate(contactListTemplateId) {
1761
1761
  // verify the required parameter 'contactListTemplateId' is set
1762
- if (contactListTemplateId === undefined || contactListTemplateId === null) {
1762
+ if (contactListTemplateId === undefined || contactListTemplateId === null || contactListTemplateId === '') {
1763
1763
  throw 'Missing the required parameter "contactListTemplateId" when calling getOutboundContactlisttemplate';
1764
1764
  }
1765
1765
 
@@ -1814,7 +1814,7 @@ class OutboundApi {
1814
1814
  */
1815
1815
  getOutboundDigitalruleset(digitalRuleSetId) {
1816
1816
  // verify the required parameter 'digitalRuleSetId' is set
1817
- if (digitalRuleSetId === undefined || digitalRuleSetId === null) {
1817
+ if (digitalRuleSetId === undefined || digitalRuleSetId === null || digitalRuleSetId === '') {
1818
1818
  throw 'Missing the required parameter "digitalRuleSetId" when calling getOutboundDigitalruleset';
1819
1819
  }
1820
1820
 
@@ -1873,7 +1873,7 @@ class OutboundApi {
1873
1873
  opts = opts || {};
1874
1874
 
1875
1875
  // verify the required parameter 'dncListId' is set
1876
- if (dncListId === undefined || dncListId === null) {
1876
+ if (dncListId === undefined || dncListId === null || dncListId === '') {
1877
1877
  throw 'Missing the required parameter "dncListId" when calling getOutboundDnclist';
1878
1878
  }
1879
1879
 
@@ -1902,7 +1902,7 @@ class OutboundApi {
1902
1902
  opts = opts || {};
1903
1903
 
1904
1904
  // verify the required parameter 'dncListId' is set
1905
- if (dncListId === undefined || dncListId === null) {
1905
+ if (dncListId === undefined || dncListId === null || dncListId === '') {
1906
1906
  throw 'Missing the required parameter "dncListId" when calling getOutboundDnclistExport';
1907
1907
  }
1908
1908
 
@@ -1927,7 +1927,7 @@ class OutboundApi {
1927
1927
  */
1928
1928
  getOutboundDnclistImportstatus(dncListId) {
1929
1929
  // verify the required parameter 'dncListId' is set
1930
- if (dncListId === undefined || dncListId === null) {
1930
+ if (dncListId === undefined || dncListId === null || dncListId === '') {
1931
1931
  throw 'Missing the required parameter "dncListId" when calling getOutboundDnclistImportstatus';
1932
1932
  }
1933
1933
 
@@ -1991,7 +1991,7 @@ class OutboundApi {
1991
1991
  opts = opts || {};
1992
1992
 
1993
1993
  // verify the required parameter 'dncListId' is set
1994
- if (dncListId === undefined || dncListId === null) {
1994
+ if (dncListId === undefined || dncListId === null || dncListId === '') {
1995
1995
  throw 'Missing the required parameter "dncListId" when calling getOutboundDnclistsDivisionview';
1996
1996
  }
1997
1997
 
@@ -2049,7 +2049,7 @@ class OutboundApi {
2049
2049
  */
2050
2050
  getOutboundEvent(eventId) {
2051
2051
  // verify the required parameter 'eventId' is set
2052
- if (eventId === undefined || eventId === null) {
2052
+ if (eventId === undefined || eventId === null || eventId === '') {
2053
2053
  throw 'Missing the required parameter "eventId" when calling getOutboundEvent';
2054
2054
  }
2055
2055
 
@@ -2104,7 +2104,7 @@ class OutboundApi {
2104
2104
  */
2105
2105
  getOutboundFilespecificationtemplate(fileSpecificationTemplateId) {
2106
2106
  // verify the required parameter 'fileSpecificationTemplateId' is set
2107
- if (fileSpecificationTemplateId === undefined || fileSpecificationTemplateId === null) {
2107
+ if (fileSpecificationTemplateId === undefined || fileSpecificationTemplateId === null || fileSpecificationTemplateId === '') {
2108
2108
  throw 'Missing the required parameter "fileSpecificationTemplateId" when calling getOutboundFilespecificationtemplate';
2109
2109
  }
2110
2110
 
@@ -2163,7 +2163,7 @@ class OutboundApi {
2163
2163
  opts = opts || {};
2164
2164
 
2165
2165
  // verify the required parameter 'importTemplateId' is set
2166
- if (importTemplateId === undefined || importTemplateId === null) {
2166
+ if (importTemplateId === undefined || importTemplateId === null || importTemplateId === '') {
2167
2167
  throw 'Missing the required parameter "importTemplateId" when calling getOutboundImporttemplate';
2168
2168
  }
2169
2169
 
@@ -2192,7 +2192,7 @@ class OutboundApi {
2192
2192
  opts = opts || {};
2193
2193
 
2194
2194
  // verify the required parameter 'importTemplateId' is set
2195
- if (importTemplateId === undefined || importTemplateId === null) {
2195
+ if (importTemplateId === undefined || importTemplateId === null || importTemplateId === '') {
2196
2196
  throw 'Missing the required parameter "importTemplateId" when calling getOutboundImporttemplateImportstatus';
2197
2197
  }
2198
2198
 
@@ -2249,7 +2249,7 @@ class OutboundApi {
2249
2249
  */
2250
2250
  getOutboundMessagingcampaign(messagingCampaignId) {
2251
2251
  // verify the required parameter 'messagingCampaignId' is set
2252
- if (messagingCampaignId === undefined || messagingCampaignId === null) {
2252
+ if (messagingCampaignId === undefined || messagingCampaignId === null || messagingCampaignId === '') {
2253
2253
  throw 'Missing the required parameter "messagingCampaignId" when calling getOutboundMessagingcampaign';
2254
2254
  }
2255
2255
 
@@ -2274,7 +2274,7 @@ class OutboundApi {
2274
2274
  */
2275
2275
  getOutboundMessagingcampaignDiagnostics(messagingCampaignId) {
2276
2276
  // verify the required parameter 'messagingCampaignId' is set
2277
- if (messagingCampaignId === undefined || messagingCampaignId === null) {
2277
+ if (messagingCampaignId === undefined || messagingCampaignId === null || messagingCampaignId === '') {
2278
2278
  throw 'Missing the required parameter "messagingCampaignId" when calling getOutboundMessagingcampaignDiagnostics';
2279
2279
  }
2280
2280
 
@@ -2299,7 +2299,7 @@ class OutboundApi {
2299
2299
  */
2300
2300
  getOutboundMessagingcampaignProgress(messagingCampaignId) {
2301
2301
  // verify the required parameter 'messagingCampaignId' is set
2302
- if (messagingCampaignId === undefined || messagingCampaignId === null) {
2302
+ if (messagingCampaignId === undefined || messagingCampaignId === null || messagingCampaignId === '') {
2303
2303
  throw 'Missing the required parameter "messagingCampaignId" when calling getOutboundMessagingcampaignProgress';
2304
2304
  }
2305
2305
 
@@ -2359,7 +2359,7 @@ class OutboundApi {
2359
2359
  */
2360
2360
  getOutboundMessagingcampaignsDivisionview(messagingCampaignId) {
2361
2361
  // verify the required parameter 'messagingCampaignId' is set
2362
- if (messagingCampaignId === undefined || messagingCampaignId === null) {
2362
+ if (messagingCampaignId === undefined || messagingCampaignId === null || messagingCampaignId === '') {
2363
2363
  throw 'Missing the required parameter "messagingCampaignId" when calling getOutboundMessagingcampaignsDivisionview';
2364
2364
  }
2365
2365
 
@@ -2416,7 +2416,7 @@ class OutboundApi {
2416
2416
  */
2417
2417
  getOutboundRuleset(ruleSetId) {
2418
2418
  // verify the required parameter 'ruleSetId' is set
2419
- if (ruleSetId === undefined || ruleSetId === null) {
2419
+ if (ruleSetId === undefined || ruleSetId === null || ruleSetId === '') {
2420
2420
  throw 'Missing the required parameter "ruleSetId" when calling getOutboundRuleset';
2421
2421
  }
2422
2422
 
@@ -2471,7 +2471,7 @@ class OutboundApi {
2471
2471
  */
2472
2472
  getOutboundSchedulesCampaign(campaignId) {
2473
2473
  // verify the required parameter 'campaignId' is set
2474
- if (campaignId === undefined || campaignId === null) {
2474
+ if (campaignId === undefined || campaignId === null || campaignId === '') {
2475
2475
  throw 'Missing the required parameter "campaignId" when calling getOutboundSchedulesCampaign';
2476
2476
  }
2477
2477
 
@@ -2516,7 +2516,7 @@ class OutboundApi {
2516
2516
  */
2517
2517
  getOutboundSchedulesEmailcampaign(emailCampaignId) {
2518
2518
  // verify the required parameter 'emailCampaignId' is set
2519
- if (emailCampaignId === undefined || emailCampaignId === null) {
2519
+ if (emailCampaignId === undefined || emailCampaignId === null || emailCampaignId === '') {
2520
2520
  throw 'Missing the required parameter "emailCampaignId" when calling getOutboundSchedulesEmailcampaign';
2521
2521
  }
2522
2522
 
@@ -2561,7 +2561,7 @@ class OutboundApi {
2561
2561
  */
2562
2562
  getOutboundSchedulesMessagingcampaign(messagingCampaignId) {
2563
2563
  // verify the required parameter 'messagingCampaignId' is set
2564
- if (messagingCampaignId === undefined || messagingCampaignId === null) {
2564
+ if (messagingCampaignId === undefined || messagingCampaignId === null || messagingCampaignId === '') {
2565
2565
  throw 'Missing the required parameter "messagingCampaignId" when calling getOutboundSchedulesMessagingcampaign';
2566
2566
  }
2567
2567
 
@@ -2606,7 +2606,7 @@ class OutboundApi {
2606
2606
  */
2607
2607
  getOutboundSchedulesSequence(sequenceId) {
2608
2608
  // verify the required parameter 'sequenceId' is set
2609
- if (sequenceId === undefined || sequenceId === null) {
2609
+ if (sequenceId === undefined || sequenceId === null || sequenceId === '') {
2610
2610
  throw 'Missing the required parameter "sequenceId" when calling getOutboundSchedulesSequence';
2611
2611
  }
2612
2612
 
@@ -2651,7 +2651,7 @@ class OutboundApi {
2651
2651
  */
2652
2652
  getOutboundSequence(sequenceId) {
2653
2653
  // verify the required parameter 'sequenceId' is set
2654
- if (sequenceId === undefined || sequenceId === null) {
2654
+ if (sequenceId === undefined || sequenceId === null || sequenceId === '') {
2655
2655
  throw 'Missing the required parameter "sequenceId" when calling getOutboundSequence';
2656
2656
  }
2657
2657
 
@@ -2747,7 +2747,7 @@ class OutboundApi {
2747
2747
  */
2748
2748
  patchOutboundCampaign(campaignId, body) {
2749
2749
  // verify the required parameter 'campaignId' is set
2750
- if (campaignId === undefined || campaignId === null) {
2750
+ if (campaignId === undefined || campaignId === null || campaignId === '') {
2751
2751
  throw 'Missing the required parameter "campaignId" when calling patchOutboundCampaign';
2752
2752
  }
2753
2753
  // verify the required parameter 'body' is set
@@ -2777,7 +2777,7 @@ class OutboundApi {
2777
2777
  */
2778
2778
  patchOutboundDnclistCustomexclusioncolumns(dncListId, body) {
2779
2779
  // verify the required parameter 'dncListId' is set
2780
- if (dncListId === undefined || dncListId === null) {
2780
+ if (dncListId === undefined || dncListId === null || dncListId === '') {
2781
2781
  throw 'Missing the required parameter "dncListId" when calling patchOutboundDnclistCustomexclusioncolumns';
2782
2782
  }
2783
2783
  // verify the required parameter 'body' is set
@@ -2807,7 +2807,7 @@ class OutboundApi {
2807
2807
  */
2808
2808
  patchOutboundDnclistEmailaddresses(dncListId, body) {
2809
2809
  // verify the required parameter 'dncListId' is set
2810
- if (dncListId === undefined || dncListId === null) {
2810
+ if (dncListId === undefined || dncListId === null || dncListId === '') {
2811
2811
  throw 'Missing the required parameter "dncListId" when calling patchOutboundDnclistEmailaddresses';
2812
2812
  }
2813
2813
  // verify the required parameter 'body' is set
@@ -2837,7 +2837,7 @@ class OutboundApi {
2837
2837
  */
2838
2838
  patchOutboundDnclistPhonenumbers(dncListId, body) {
2839
2839
  // verify the required parameter 'dncListId' is set
2840
- if (dncListId === undefined || dncListId === null) {
2840
+ if (dncListId === undefined || dncListId === null || dncListId === '') {
2841
2841
  throw 'Missing the required parameter "dncListId" when calling patchOutboundDnclistPhonenumbers';
2842
2842
  }
2843
2843
  // verify the required parameter 'body' is set
@@ -2867,7 +2867,7 @@ class OutboundApi {
2867
2867
  */
2868
2868
  patchOutboundDnclistWhatsappnumbers(dncListId, body) {
2869
2869
  // verify the required parameter 'dncListId' is set
2870
- if (dncListId === undefined || dncListId === null) {
2870
+ if (dncListId === undefined || dncListId === null || dncListId === '') {
2871
2871
  throw 'Missing the required parameter "dncListId" when calling patchOutboundDnclistWhatsappnumbers';
2872
2872
  }
2873
2873
  // verify the required parameter 'body' is set
@@ -3000,7 +3000,7 @@ class OutboundApi {
3000
3000
  */
3001
3001
  postOutboundCampaignAgentownedmappingpreview(campaignId) {
3002
3002
  // verify the required parameter 'campaignId' is set
3003
- if (campaignId === undefined || campaignId === null) {
3003
+ if (campaignId === undefined || campaignId === null || campaignId === '') {
3004
3004
  throw 'Missing the required parameter "campaignId" when calling postOutboundCampaignAgentownedmappingpreview';
3005
3005
  }
3006
3006
 
@@ -3027,7 +3027,7 @@ class OutboundApi {
3027
3027
  */
3028
3028
  postOutboundCampaignCallbackSchedule(campaignId, body) {
3029
3029
  // verify the required parameter 'campaignId' is set
3030
- if (campaignId === undefined || campaignId === null) {
3030
+ if (campaignId === undefined || campaignId === null || campaignId === '') {
3031
3031
  throw 'Missing the required parameter "campaignId" when calling postOutboundCampaignCallbackSchedule';
3032
3032
  }
3033
3033
  // verify the required parameter 'body' is set
@@ -3056,7 +3056,7 @@ class OutboundApi {
3056
3056
  */
3057
3057
  postOutboundCampaignStart(campaignId) {
3058
3058
  // verify the required parameter 'campaignId' is set
3059
- if (campaignId === undefined || campaignId === null) {
3059
+ if (campaignId === undefined || campaignId === null || campaignId === '') {
3060
3060
  throw 'Missing the required parameter "campaignId" when calling postOutboundCampaignStart';
3061
3061
  }
3062
3062
 
@@ -3081,7 +3081,7 @@ class OutboundApi {
3081
3081
  */
3082
3082
  postOutboundCampaignStop(campaignId) {
3083
3083
  // verify the required parameter 'campaignId' is set
3084
- if (campaignId === undefined || campaignId === null) {
3084
+ if (campaignId === undefined || campaignId === null || campaignId === '') {
3085
3085
  throw 'Missing the required parameter "campaignId" when calling postOutboundCampaignStop';
3086
3086
  }
3087
3087
 
@@ -3185,7 +3185,7 @@ class OutboundApi {
3185
3185
  */
3186
3186
  postOutboundContactlistClear(contactListId) {
3187
3187
  // verify the required parameter 'contactListId' is set
3188
- if (contactListId === undefined || contactListId === null) {
3188
+ if (contactListId === undefined || contactListId === null || contactListId === '') {
3189
3189
  throw 'Missing the required parameter "contactListId" when calling postOutboundContactlistClear';
3190
3190
  }
3191
3191
 
@@ -3217,7 +3217,7 @@ class OutboundApi {
3217
3217
  opts = opts || {};
3218
3218
 
3219
3219
  // verify the required parameter 'contactListId' is set
3220
- if (contactListId === undefined || contactListId === null) {
3220
+ if (contactListId === undefined || contactListId === null || contactListId === '') {
3221
3221
  throw 'Missing the required parameter "contactListId" when calling postOutboundContactlistContacts';
3222
3222
  }
3223
3223
  // verify the required parameter 'body' is set
@@ -3247,7 +3247,7 @@ class OutboundApi {
3247
3247
  */
3248
3248
  postOutboundContactlistContactsBulk(contactListId, body) {
3249
3249
  // verify the required parameter 'contactListId' is set
3250
- if (contactListId === undefined || contactListId === null) {
3250
+ if (contactListId === undefined || contactListId === null || contactListId === '') {
3251
3251
  throw 'Missing the required parameter "contactListId" when calling postOutboundContactlistContactsBulk';
3252
3252
  }
3253
3253
  // verify the required parameter 'body' is set
@@ -3277,7 +3277,7 @@ class OutboundApi {
3277
3277
  */
3278
3278
  postOutboundContactlistContactsBulkRemove(contactListId, body) {
3279
3279
  // verify the required parameter 'contactListId' is set
3280
- if (contactListId === undefined || contactListId === null) {
3280
+ if (contactListId === undefined || contactListId === null || contactListId === '') {
3281
3281
  throw 'Missing the required parameter "contactListId" when calling postOutboundContactlistContactsBulkRemove';
3282
3282
  }
3283
3283
  // verify the required parameter 'body' is set
@@ -3307,7 +3307,7 @@ class OutboundApi {
3307
3307
  */
3308
3308
  postOutboundContactlistContactsBulkUpdate(contactListId, body) {
3309
3309
  // verify the required parameter 'contactListId' is set
3310
- if (contactListId === undefined || contactListId === null) {
3310
+ if (contactListId === undefined || contactListId === null || contactListId === '') {
3311
3311
  throw 'Missing the required parameter "contactListId" when calling postOutboundContactlistContactsBulkUpdate';
3312
3312
  }
3313
3313
  // verify the required parameter 'body' is set
@@ -3337,7 +3337,7 @@ class OutboundApi {
3337
3337
  */
3338
3338
  postOutboundContactlistContactsSearch(contactListId, body) {
3339
3339
  // verify the required parameter 'contactListId' is set
3340
- if (contactListId === undefined || contactListId === null) {
3340
+ if (contactListId === undefined || contactListId === null || contactListId === '') {
3341
3341
  throw 'Missing the required parameter "contactListId" when calling postOutboundContactlistContactsSearch';
3342
3342
  }
3343
3343
  // verify the required parameter 'body' is set
@@ -3370,7 +3370,7 @@ class OutboundApi {
3370
3370
  opts = opts || {};
3371
3371
 
3372
3372
  // verify the required parameter 'contactListId' is set
3373
- if (contactListId === undefined || contactListId === null) {
3373
+ if (contactListId === undefined || contactListId === null || contactListId === '') {
3374
3374
  throw 'Missing the required parameter "contactListId" when calling postOutboundContactlistExport';
3375
3375
  }
3376
3376
 
@@ -3570,7 +3570,7 @@ class OutboundApi {
3570
3570
  */
3571
3571
  postOutboundConversationDnc(conversationId) {
3572
3572
  // verify the required parameter 'conversationId' is set
3573
- if (conversationId === undefined || conversationId === null) {
3573
+ if (conversationId === undefined || conversationId === null || conversationId === '') {
3574
3574
  throw 'Missing the required parameter "conversationId" when calling postOutboundConversationDnc';
3575
3575
  }
3576
3576
 
@@ -3621,7 +3621,7 @@ class OutboundApi {
3621
3621
  */
3622
3622
  postOutboundDnclistEmailaddresses(dncListId, body) {
3623
3623
  // verify the required parameter 'dncListId' is set
3624
- if (dncListId === undefined || dncListId === null) {
3624
+ if (dncListId === undefined || dncListId === null || dncListId === '') {
3625
3625
  throw 'Missing the required parameter "dncListId" when calling postOutboundDnclistEmailaddresses';
3626
3626
  }
3627
3627
  // verify the required parameter 'body' is set
@@ -3650,7 +3650,7 @@ class OutboundApi {
3650
3650
  */
3651
3651
  postOutboundDnclistExport(dncListId) {
3652
3652
  // verify the required parameter 'dncListId' is set
3653
- if (dncListId === undefined || dncListId === null) {
3653
+ if (dncListId === undefined || dncListId === null || dncListId === '') {
3654
3654
  throw 'Missing the required parameter "dncListId" when calling postOutboundDnclistExport';
3655
3655
  }
3656
3656
 
@@ -3680,7 +3680,7 @@ class OutboundApi {
3680
3680
  opts = opts || {};
3681
3681
 
3682
3682
  // verify the required parameter 'dncListId' is set
3683
- if (dncListId === undefined || dncListId === null) {
3683
+ if (dncListId === undefined || dncListId === null || dncListId === '') {
3684
3684
  throw 'Missing the required parameter "dncListId" when calling postOutboundDnclistPhonenumbers';
3685
3685
  }
3686
3686
  // verify the required parameter 'body' is set
@@ -3809,7 +3809,7 @@ class OutboundApi {
3809
3809
  */
3810
3810
  postOutboundMessagingcampaignStart(messagingCampaignId) {
3811
3811
  // verify the required parameter 'messagingCampaignId' is set
3812
- if (messagingCampaignId === undefined || messagingCampaignId === null) {
3812
+ if (messagingCampaignId === undefined || messagingCampaignId === null || messagingCampaignId === '') {
3813
3813
  throw 'Missing the required parameter "messagingCampaignId" when calling postOutboundMessagingcampaignStart';
3814
3814
  }
3815
3815
 
@@ -3834,7 +3834,7 @@ class OutboundApi {
3834
3834
  */
3835
3835
  postOutboundMessagingcampaignStop(messagingCampaignId) {
3836
3836
  // verify the required parameter 'messagingCampaignId' is set
3837
- if (messagingCampaignId === undefined || messagingCampaignId === null) {
3837
+ if (messagingCampaignId === undefined || messagingCampaignId === null || messagingCampaignId === '') {
3838
3838
  throw 'Missing the required parameter "messagingCampaignId" when calling postOutboundMessagingcampaignStop';
3839
3839
  }
3840
3840
 
@@ -3960,7 +3960,7 @@ class OutboundApi {
3960
3960
  */
3961
3961
  putOutboundAttemptlimit(attemptLimitsId, body) {
3962
3962
  // verify the required parameter 'attemptLimitsId' is set
3963
- if (attemptLimitsId === undefined || attemptLimitsId === null) {
3963
+ if (attemptLimitsId === undefined || attemptLimitsId === null || attemptLimitsId === '') {
3964
3964
  throw 'Missing the required parameter "attemptLimitsId" when calling putOutboundAttemptlimit';
3965
3965
  }
3966
3966
  // verify the required parameter 'body' is set
@@ -3990,7 +3990,7 @@ class OutboundApi {
3990
3990
  */
3991
3991
  putOutboundCallabletimeset(callableTimeSetId, body) {
3992
3992
  // verify the required parameter 'callableTimeSetId' is set
3993
- if (callableTimeSetId === undefined || callableTimeSetId === null) {
3993
+ if (callableTimeSetId === undefined || callableTimeSetId === null || callableTimeSetId === '') {
3994
3994
  throw 'Missing the required parameter "callableTimeSetId" when calling putOutboundCallabletimeset';
3995
3995
  }
3996
3996
  // verify the required parameter 'body' is set
@@ -4020,7 +4020,7 @@ class OutboundApi {
4020
4020
  */
4021
4021
  putOutboundCallanalysisresponseset(callAnalysisSetId, body) {
4022
4022
  // verify the required parameter 'callAnalysisSetId' is set
4023
- if (callAnalysisSetId === undefined || callAnalysisSetId === null) {
4023
+ if (callAnalysisSetId === undefined || callAnalysisSetId === null || callAnalysisSetId === '') {
4024
4024
  throw 'Missing the required parameter "callAnalysisSetId" when calling putOutboundCallanalysisresponseset';
4025
4025
  }
4026
4026
  // verify the required parameter 'body' is set
@@ -4054,7 +4054,7 @@ class OutboundApi {
4054
4054
  opts = opts || {};
4055
4055
 
4056
4056
  // verify the required parameter 'campaignId' is set
4057
- if (campaignId === undefined || campaignId === null) {
4057
+ if (campaignId === undefined || campaignId === null || campaignId === '') {
4058
4058
  throw 'Missing the required parameter "campaignId" when calling putOutboundCampaign';
4059
4059
  }
4060
4060
  // verify the required parameter 'body' is set
@@ -4085,11 +4085,11 @@ class OutboundApi {
4085
4085
  */
4086
4086
  putOutboundCampaignAgent(campaignId, userId, body) {
4087
4087
  // verify the required parameter 'campaignId' is set
4088
- if (campaignId === undefined || campaignId === null) {
4088
+ if (campaignId === undefined || campaignId === null || campaignId === '') {
4089
4089
  throw 'Missing the required parameter "campaignId" when calling putOutboundCampaignAgent';
4090
4090
  }
4091
4091
  // verify the required parameter 'userId' is set
4092
- if (userId === undefined || userId === null) {
4092
+ if (userId === undefined || userId === null || userId === '') {
4093
4093
  throw 'Missing the required parameter "userId" when calling putOutboundCampaignAgent';
4094
4094
  }
4095
4095
  // verify the required parameter 'body' is set
@@ -4119,7 +4119,7 @@ class OutboundApi {
4119
4119
  */
4120
4120
  putOutboundCampaignrule(campaignRuleId, body) {
4121
4121
  // verify the required parameter 'campaignRuleId' is set
4122
- if (campaignRuleId === undefined || campaignRuleId === null) {
4122
+ if (campaignRuleId === undefined || campaignRuleId === null || campaignRuleId === '') {
4123
4123
  throw 'Missing the required parameter "campaignRuleId" when calling putOutboundCampaignrule';
4124
4124
  }
4125
4125
  // verify the required parameter 'body' is set
@@ -4149,7 +4149,7 @@ class OutboundApi {
4149
4149
  */
4150
4150
  putOutboundContactlist(contactListId, body) {
4151
4151
  // verify the required parameter 'contactListId' is set
4152
- if (contactListId === undefined || contactListId === null) {
4152
+ if (contactListId === undefined || contactListId === null || contactListId === '') {
4153
4153
  throw 'Missing the required parameter "contactListId" when calling putOutboundContactlist';
4154
4154
  }
4155
4155
  // verify the required parameter 'body' is set
@@ -4180,11 +4180,11 @@ class OutboundApi {
4180
4180
  */
4181
4181
  putOutboundContactlistContact(contactListId, contactId, body) {
4182
4182
  // verify the required parameter 'contactListId' is set
4183
- if (contactListId === undefined || contactListId === null) {
4183
+ if (contactListId === undefined || contactListId === null || contactListId === '') {
4184
4184
  throw 'Missing the required parameter "contactListId" when calling putOutboundContactlistContact';
4185
4185
  }
4186
4186
  // verify the required parameter 'contactId' is set
4187
- if (contactId === undefined || contactId === null) {
4187
+ if (contactId === undefined || contactId === null || contactId === '') {
4188
4188
  throw 'Missing the required parameter "contactId" when calling putOutboundContactlistContact';
4189
4189
  }
4190
4190
  // verify the required parameter 'body' is set
@@ -4214,7 +4214,7 @@ class OutboundApi {
4214
4214
  */
4215
4215
  putOutboundContactlistfilter(contactListFilterId, body) {
4216
4216
  // verify the required parameter 'contactListFilterId' is set
4217
- if (contactListFilterId === undefined || contactListFilterId === null) {
4217
+ if (contactListFilterId === undefined || contactListFilterId === null || contactListFilterId === '') {
4218
4218
  throw 'Missing the required parameter "contactListFilterId" when calling putOutboundContactlistfilter';
4219
4219
  }
4220
4220
  // verify the required parameter 'body' is set
@@ -4244,7 +4244,7 @@ class OutboundApi {
4244
4244
  */
4245
4245
  putOutboundContactlisttemplate(contactListTemplateId, body) {
4246
4246
  // verify the required parameter 'contactListTemplateId' is set
4247
- if (contactListTemplateId === undefined || contactListTemplateId === null) {
4247
+ if (contactListTemplateId === undefined || contactListTemplateId === null || contactListTemplateId === '') {
4248
4248
  throw 'Missing the required parameter "contactListTemplateId" when calling putOutboundContactlisttemplate';
4249
4249
  }
4250
4250
  // verify the required parameter 'body' is set
@@ -4274,7 +4274,7 @@ class OutboundApi {
4274
4274
  */
4275
4275
  putOutboundDigitalruleset(digitalRuleSetId, body) {
4276
4276
  // verify the required parameter 'digitalRuleSetId' is set
4277
- if (digitalRuleSetId === undefined || digitalRuleSetId === null) {
4277
+ if (digitalRuleSetId === undefined || digitalRuleSetId === null || digitalRuleSetId === '') {
4278
4278
  throw 'Missing the required parameter "digitalRuleSetId" when calling putOutboundDigitalruleset';
4279
4279
  }
4280
4280
  // verify the required parameter 'body' is set
@@ -4304,7 +4304,7 @@ class OutboundApi {
4304
4304
  */
4305
4305
  putOutboundDnclist(dncListId, body) {
4306
4306
  // verify the required parameter 'dncListId' is set
4307
- if (dncListId === undefined || dncListId === null) {
4307
+ if (dncListId === undefined || dncListId === null || dncListId === '') {
4308
4308
  throw 'Missing the required parameter "dncListId" when calling putOutboundDnclist';
4309
4309
  }
4310
4310
  // verify the required parameter 'body' is set
@@ -4334,7 +4334,7 @@ class OutboundApi {
4334
4334
  */
4335
4335
  putOutboundFilespecificationtemplate(fileSpecificationTemplateId, body) {
4336
4336
  // verify the required parameter 'fileSpecificationTemplateId' is set
4337
- if (fileSpecificationTemplateId === undefined || fileSpecificationTemplateId === null) {
4337
+ if (fileSpecificationTemplateId === undefined || fileSpecificationTemplateId === null || fileSpecificationTemplateId === '') {
4338
4338
  throw 'Missing the required parameter "fileSpecificationTemplateId" when calling putOutboundFilespecificationtemplate';
4339
4339
  }
4340
4340
  // verify the required parameter 'body' is set
@@ -4364,7 +4364,7 @@ class OutboundApi {
4364
4364
  */
4365
4365
  putOutboundImporttemplate(importTemplateId, body) {
4366
4366
  // verify the required parameter 'importTemplateId' is set
4367
- if (importTemplateId === undefined || importTemplateId === null) {
4367
+ if (importTemplateId === undefined || importTemplateId === null || importTemplateId === '') {
4368
4368
  throw 'Missing the required parameter "importTemplateId" when calling putOutboundImporttemplate';
4369
4369
  }
4370
4370
  // verify the required parameter 'body' is set
@@ -4394,7 +4394,7 @@ class OutboundApi {
4394
4394
  */
4395
4395
  putOutboundMessagingcampaign(messagingCampaignId, body) {
4396
4396
  // verify the required parameter 'messagingCampaignId' is set
4397
- if (messagingCampaignId === undefined || messagingCampaignId === null) {
4397
+ if (messagingCampaignId === undefined || messagingCampaignId === null || messagingCampaignId === '') {
4398
4398
  throw 'Missing the required parameter "messagingCampaignId" when calling putOutboundMessagingcampaign';
4399
4399
  }
4400
4400
  // verify the required parameter 'body' is set
@@ -4424,7 +4424,7 @@ class OutboundApi {
4424
4424
  */
4425
4425
  putOutboundRuleset(ruleSetId, body) {
4426
4426
  // verify the required parameter 'ruleSetId' is set
4427
- if (ruleSetId === undefined || ruleSetId === null) {
4427
+ if (ruleSetId === undefined || ruleSetId === null || ruleSetId === '') {
4428
4428
  throw 'Missing the required parameter "ruleSetId" when calling putOutboundRuleset';
4429
4429
  }
4430
4430
  // verify the required parameter 'body' is set
@@ -4454,7 +4454,7 @@ class OutboundApi {
4454
4454
  */
4455
4455
  putOutboundSchedulesCampaign(campaignId, body) {
4456
4456
  // verify the required parameter 'campaignId' is set
4457
- if (campaignId === undefined || campaignId === null) {
4457
+ if (campaignId === undefined || campaignId === null || campaignId === '') {
4458
4458
  throw 'Missing the required parameter "campaignId" when calling putOutboundSchedulesCampaign';
4459
4459
  }
4460
4460
  // verify the required parameter 'body' is set
@@ -4484,7 +4484,7 @@ class OutboundApi {
4484
4484
  */
4485
4485
  putOutboundSchedulesEmailcampaign(emailCampaignId, body) {
4486
4486
  // verify the required parameter 'emailCampaignId' is set
4487
- if (emailCampaignId === undefined || emailCampaignId === null) {
4487
+ if (emailCampaignId === undefined || emailCampaignId === null || emailCampaignId === '') {
4488
4488
  throw 'Missing the required parameter "emailCampaignId" when calling putOutboundSchedulesEmailcampaign';
4489
4489
  }
4490
4490
  // verify the required parameter 'body' is set
@@ -4514,7 +4514,7 @@ class OutboundApi {
4514
4514
  */
4515
4515
  putOutboundSchedulesMessagingcampaign(messagingCampaignId, body) {
4516
4516
  // verify the required parameter 'messagingCampaignId' is set
4517
- if (messagingCampaignId === undefined || messagingCampaignId === null) {
4517
+ if (messagingCampaignId === undefined || messagingCampaignId === null || messagingCampaignId === '') {
4518
4518
  throw 'Missing the required parameter "messagingCampaignId" when calling putOutboundSchedulesMessagingcampaign';
4519
4519
  }
4520
4520
  // verify the required parameter 'body' is set
@@ -4544,7 +4544,7 @@ class OutboundApi {
4544
4544
  */
4545
4545
  putOutboundSchedulesSequence(sequenceId, body) {
4546
4546
  // verify the required parameter 'sequenceId' is set
4547
- if (sequenceId === undefined || sequenceId === null) {
4547
+ if (sequenceId === undefined || sequenceId === null || sequenceId === '') {
4548
4548
  throw 'Missing the required parameter "sequenceId" when calling putOutboundSchedulesSequence';
4549
4549
  }
4550
4550
  // verify the required parameter 'body' is set
@@ -4574,7 +4574,7 @@ class OutboundApi {
4574
4574
  */
4575
4575
  putOutboundSequence(sequenceId, body) {
4576
4576
  // verify the required parameter 'sequenceId' is set
4577
- if (sequenceId === undefined || sequenceId === null) {
4577
+ if (sequenceId === undefined || sequenceId === null || sequenceId === '') {
4578
4578
  throw 'Missing the required parameter "sequenceId" when calling putOutboundSequence';
4579
4579
  }
4580
4580
  // verify the required parameter 'body' is set