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 CoachingApi {
5
5
  /**
6
6
  * Coaching service.
7
7
  * @module purecloud-platform-client-v2/api/CoachingApi
8
- * @version 223.0.0
8
+ * @version 225.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -27,7 +27,7 @@ class CoachingApi {
27
27
  */
28
28
  deleteCoachingAppointment(appointmentId) {
29
29
  // verify the required parameter 'appointmentId' is set
30
- if (appointmentId === undefined || appointmentId === null) {
30
+ if (appointmentId === undefined || appointmentId === null || appointmentId === '') {
31
31
  throw 'Missing the required parameter "appointmentId" when calling deleteCoachingAppointment';
32
32
  }
33
33
 
@@ -53,11 +53,11 @@ class CoachingApi {
53
53
  */
54
54
  deleteCoachingAppointmentAnnotation(appointmentId, annotationId) {
55
55
  // verify the required parameter 'appointmentId' is set
56
- if (appointmentId === undefined || appointmentId === null) {
56
+ if (appointmentId === undefined || appointmentId === null || appointmentId === '') {
57
57
  throw 'Missing the required parameter "appointmentId" when calling deleteCoachingAppointmentAnnotation';
58
58
  }
59
59
  // verify the required parameter 'annotationId' is set
60
- if (annotationId === undefined || annotationId === null) {
60
+ if (annotationId === undefined || annotationId === null || annotationId === '') {
61
61
  throw 'Missing the required parameter "annotationId" when calling deleteCoachingAppointmentAnnotation';
62
62
  }
63
63
 
@@ -82,7 +82,7 @@ class CoachingApi {
82
82
  */
83
83
  getCoachingAppointment(appointmentId) {
84
84
  // verify the required parameter 'appointmentId' is set
85
- if (appointmentId === undefined || appointmentId === null) {
85
+ if (appointmentId === undefined || appointmentId === null || appointmentId === '') {
86
86
  throw 'Missing the required parameter "appointmentId" when calling getCoachingAppointment';
87
87
  }
88
88
 
@@ -108,11 +108,11 @@ class CoachingApi {
108
108
  */
109
109
  getCoachingAppointmentAnnotation(appointmentId, annotationId) {
110
110
  // verify the required parameter 'appointmentId' is set
111
- if (appointmentId === undefined || appointmentId === null) {
111
+ if (appointmentId === undefined || appointmentId === null || appointmentId === '') {
112
112
  throw 'Missing the required parameter "appointmentId" when calling getCoachingAppointmentAnnotation';
113
113
  }
114
114
  // verify the required parameter 'annotationId' is set
115
- if (annotationId === undefined || annotationId === null) {
115
+ if (annotationId === undefined || annotationId === null || annotationId === '') {
116
116
  throw 'Missing the required parameter "annotationId" when calling getCoachingAppointmentAnnotation';
117
117
  }
118
118
 
@@ -142,7 +142,7 @@ class CoachingApi {
142
142
  opts = opts || {};
143
143
 
144
144
  // verify the required parameter 'appointmentId' is set
145
- if (appointmentId === undefined || appointmentId === null) {
145
+ if (appointmentId === undefined || appointmentId === null || appointmentId === '') {
146
146
  throw 'Missing the required parameter "appointmentId" when calling getCoachingAppointmentAnnotations';
147
147
  }
148
148
 
@@ -172,7 +172,7 @@ class CoachingApi {
172
172
  opts = opts || {};
173
173
 
174
174
  // verify the required parameter 'appointmentId' is set
175
- if (appointmentId === undefined || appointmentId === null) {
175
+ if (appointmentId === undefined || appointmentId === null || appointmentId === '') {
176
176
  throw 'Missing the required parameter "appointmentId" when calling getCoachingAppointmentStatuses';
177
177
  }
178
178
 
@@ -272,7 +272,7 @@ class CoachingApi {
272
272
  opts = opts || {};
273
273
 
274
274
  // verify the required parameter 'notificationId' is set
275
- if (notificationId === undefined || notificationId === null) {
275
+ if (notificationId === undefined || notificationId === null || notificationId === '') {
276
276
  throw 'Missing the required parameter "notificationId" when calling getCoachingNotification';
277
277
  }
278
278
 
@@ -324,7 +324,7 @@ class CoachingApi {
324
324
  */
325
325
  patchCoachingAppointment(appointmentId, body) {
326
326
  // verify the required parameter 'appointmentId' is set
327
- if (appointmentId === undefined || appointmentId === null) {
327
+ if (appointmentId === undefined || appointmentId === null || appointmentId === '') {
328
328
  throw 'Missing the required parameter "appointmentId" when calling patchCoachingAppointment';
329
329
  }
330
330
  // verify the required parameter 'body' is set
@@ -355,11 +355,11 @@ class CoachingApi {
355
355
  */
356
356
  patchCoachingAppointmentAnnotation(appointmentId, annotationId, body) {
357
357
  // verify the required parameter 'appointmentId' is set
358
- if (appointmentId === undefined || appointmentId === null) {
358
+ if (appointmentId === undefined || appointmentId === null || appointmentId === '') {
359
359
  throw 'Missing the required parameter "appointmentId" when calling patchCoachingAppointmentAnnotation';
360
360
  }
361
361
  // verify the required parameter 'annotationId' is set
362
- if (annotationId === undefined || annotationId === null) {
362
+ if (annotationId === undefined || annotationId === null || annotationId === '') {
363
363
  throw 'Missing the required parameter "annotationId" when calling patchCoachingAppointmentAnnotation';
364
364
  }
365
365
  // verify the required parameter 'body' is set
@@ -389,7 +389,7 @@ class CoachingApi {
389
389
  */
390
390
  patchCoachingAppointmentStatus(appointmentId, body) {
391
391
  // verify the required parameter 'appointmentId' is set
392
- if (appointmentId === undefined || appointmentId === null) {
392
+ if (appointmentId === undefined || appointmentId === null || appointmentId === '') {
393
393
  throw 'Missing the required parameter "appointmentId" when calling patchCoachingAppointmentStatus';
394
394
  }
395
395
  // verify the required parameter 'body' is set
@@ -419,7 +419,7 @@ class CoachingApi {
419
419
  */
420
420
  patchCoachingNotification(notificationId, body) {
421
421
  // verify the required parameter 'notificationId' is set
422
- if (notificationId === undefined || notificationId === null) {
422
+ if (notificationId === undefined || notificationId === null || notificationId === '') {
423
423
  throw 'Missing the required parameter "notificationId" when calling patchCoachingNotification';
424
424
  }
425
425
  // verify the required parameter 'body' is set
@@ -449,7 +449,7 @@ class CoachingApi {
449
449
  */
450
450
  postCoachingAppointmentAnnotations(appointmentId, body) {
451
451
  // verify the required parameter 'appointmentId' is set
452
- if (appointmentId === undefined || appointmentId === null) {
452
+ if (appointmentId === undefined || appointmentId === null || appointmentId === '') {
453
453
  throw 'Missing the required parameter "appointmentId" when calling postCoachingAppointmentAnnotations';
454
454
  }
455
455
  // verify the required parameter 'body' is set
@@ -479,7 +479,7 @@ class CoachingApi {
479
479
  */
480
480
  postCoachingAppointmentConversations(appointmentId, body) {
481
481
  // verify the required parameter 'appointmentId' is set
482
- if (appointmentId === undefined || appointmentId === null) {
482
+ if (appointmentId === undefined || appointmentId === null || appointmentId === '') {
483
483
  throw 'Missing the required parameter "appointmentId" when calling postCoachingAppointmentConversations';
484
484
  }
485
485
  // verify the required parameter 'body' is set
@@ -5,7 +5,7 @@ class ContentManagementApi {
5
5
  /**
6
6
  * ContentManagement service.
7
7
  * @module purecloud-platform-client-v2/api/ContentManagementApi
8
- * @version 223.0.0
8
+ * @version 225.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -31,7 +31,7 @@ class ContentManagementApi {
31
31
  opts = opts || {};
32
32
 
33
33
  // verify the required parameter 'documentId' is set
34
- if (documentId === undefined || documentId === null) {
34
+ if (documentId === undefined || documentId === null || documentId === '') {
35
35
  throw 'Missing the required parameter "documentId" when calling deleteContentmanagementDocument';
36
36
  }
37
37
 
@@ -56,7 +56,7 @@ class ContentManagementApi {
56
56
  */
57
57
  deleteContentmanagementShare(shareId) {
58
58
  // verify the required parameter 'shareId' is set
59
- if (shareId === undefined || shareId === null) {
59
+ if (shareId === undefined || shareId === null || shareId === '') {
60
60
  throw 'Missing the required parameter "shareId" when calling deleteContentmanagementShare';
61
61
  }
62
62
 
@@ -81,7 +81,7 @@ class ContentManagementApi {
81
81
  */
82
82
  deleteContentmanagementStatusStatusId(statusId) {
83
83
  // verify the required parameter 'statusId' is set
84
- if (statusId === undefined || statusId === null) {
84
+ if (statusId === undefined || statusId === null || statusId === '') {
85
85
  throw 'Missing the required parameter "statusId" when calling deleteContentmanagementStatusStatusId';
86
86
  }
87
87
 
@@ -110,7 +110,7 @@ class ContentManagementApi {
110
110
  opts = opts || {};
111
111
 
112
112
  // verify the required parameter 'workspaceId' is set
113
- if (workspaceId === undefined || workspaceId === null) {
113
+ if (workspaceId === undefined || workspaceId === null || workspaceId === '') {
114
114
  throw 'Missing the required parameter "workspaceId" when calling deleteContentmanagementWorkspace';
115
115
  }
116
116
 
@@ -136,11 +136,11 @@ class ContentManagementApi {
136
136
  */
137
137
  deleteContentmanagementWorkspaceMember(workspaceId, memberId) {
138
138
  // verify the required parameter 'workspaceId' is set
139
- if (workspaceId === undefined || workspaceId === null) {
139
+ if (workspaceId === undefined || workspaceId === null || workspaceId === '') {
140
140
  throw 'Missing the required parameter "workspaceId" when calling deleteContentmanagementWorkspaceMember';
141
141
  }
142
142
  // verify the required parameter 'memberId' is set
143
- if (memberId === undefined || memberId === null) {
143
+ if (memberId === undefined || memberId === null || memberId === '') {
144
144
  throw 'Missing the required parameter "memberId" when calling deleteContentmanagementWorkspaceMember';
145
145
  }
146
146
 
@@ -166,11 +166,11 @@ class ContentManagementApi {
166
166
  */
167
167
  deleteContentmanagementWorkspaceTagvalue(workspaceId, tagId) {
168
168
  // verify the required parameter 'workspaceId' is set
169
- if (workspaceId === undefined || workspaceId === null) {
169
+ if (workspaceId === undefined || workspaceId === null || workspaceId === '') {
170
170
  throw 'Missing the required parameter "workspaceId" when calling deleteContentmanagementWorkspaceTagvalue';
171
171
  }
172
172
  // verify the required parameter 'tagId' is set
173
- if (tagId === undefined || tagId === null) {
173
+ if (tagId === undefined || tagId === null || tagId === '') {
174
174
  throw 'Missing the required parameter "tagId" when calling deleteContentmanagementWorkspaceTagvalue';
175
175
  }
176
176
 
@@ -199,7 +199,7 @@ class ContentManagementApi {
199
199
  opts = opts || {};
200
200
 
201
201
  // verify the required parameter 'documentId' is set
202
- if (documentId === undefined || documentId === null) {
202
+ if (documentId === undefined || documentId === null || documentId === '') {
203
203
  throw 'Missing the required parameter "documentId" when calling getContentmanagementDocument';
204
204
  }
205
205
 
@@ -229,7 +229,7 @@ class ContentManagementApi {
229
229
  opts = opts || {};
230
230
 
231
231
  // verify the required parameter 'documentId' is set
232
- if (documentId === undefined || documentId === null) {
232
+ if (documentId === undefined || documentId === null || documentId === '') {
233
233
  throw 'Missing the required parameter "documentId" when calling getContentmanagementDocumentContent';
234
234
  }
235
235
 
@@ -322,7 +322,7 @@ class ContentManagementApi {
322
322
  */
323
323
  getContentmanagementSecurityprofile(securityProfileId) {
324
324
  // verify the required parameter 'securityProfileId' is set
325
- if (securityProfileId === undefined || securityProfileId === null) {
325
+ if (securityProfileId === undefined || securityProfileId === null || securityProfileId === '') {
326
326
  throw 'Missing the required parameter "securityProfileId" when calling getContentmanagementSecurityprofile';
327
327
  }
328
328
 
@@ -371,7 +371,7 @@ class ContentManagementApi {
371
371
  opts = opts || {};
372
372
 
373
373
  // verify the required parameter 'shareId' is set
374
- if (shareId === undefined || shareId === null) {
374
+ if (shareId === undefined || shareId === null || shareId === '') {
375
375
  throw 'Missing the required parameter "shareId" when calling getContentmanagementShare';
376
376
  }
377
377
 
@@ -402,7 +402,7 @@ class ContentManagementApi {
402
402
  opts = opts || {};
403
403
 
404
404
  // verify the required parameter 'sharedId' is set
405
- if (sharedId === undefined || sharedId === null) {
405
+ if (sharedId === undefined || sharedId === null || sharedId === '') {
406
406
  throw 'Missing the required parameter "sharedId" when calling getContentmanagementSharedSharedId';
407
407
  }
408
408
 
@@ -479,7 +479,7 @@ class ContentManagementApi {
479
479
  */
480
480
  getContentmanagementStatusStatusId(statusId) {
481
481
  // verify the required parameter 'statusId' is set
482
- if (statusId === undefined || statusId === null) {
482
+ if (statusId === undefined || statusId === null || statusId === '') {
483
483
  throw 'Missing the required parameter "statusId" when calling getContentmanagementStatusStatusId';
484
484
  }
485
485
 
@@ -528,7 +528,7 @@ class ContentManagementApi {
528
528
  opts = opts || {};
529
529
 
530
530
  // verify the required parameter 'workspaceId' is set
531
- if (workspaceId === undefined || workspaceId === null) {
531
+ if (workspaceId === undefined || workspaceId === null || workspaceId === '') {
532
532
  throw 'Missing the required parameter "workspaceId" when calling getContentmanagementWorkspace';
533
533
  }
534
534
 
@@ -561,7 +561,7 @@ class ContentManagementApi {
561
561
  opts = opts || {};
562
562
 
563
563
  // verify the required parameter 'workspaceId' is set
564
- if (workspaceId === undefined || workspaceId === null) {
564
+ if (workspaceId === undefined || workspaceId === null || workspaceId === '') {
565
565
  throw 'Missing the required parameter "workspaceId" when calling getContentmanagementWorkspaceDocuments';
566
566
  }
567
567
 
@@ -591,11 +591,11 @@ class ContentManagementApi {
591
591
  opts = opts || {};
592
592
 
593
593
  // verify the required parameter 'workspaceId' is set
594
- if (workspaceId === undefined || workspaceId === null) {
594
+ if (workspaceId === undefined || workspaceId === null || workspaceId === '') {
595
595
  throw 'Missing the required parameter "workspaceId" when calling getContentmanagementWorkspaceMember';
596
596
  }
597
597
  // verify the required parameter 'memberId' is set
598
- if (memberId === undefined || memberId === null) {
598
+ if (memberId === undefined || memberId === null || memberId === '') {
599
599
  throw 'Missing the required parameter "memberId" when calling getContentmanagementWorkspaceMember';
600
600
  }
601
601
 
@@ -626,7 +626,7 @@ class ContentManagementApi {
626
626
  opts = opts || {};
627
627
 
628
628
  // verify the required parameter 'workspaceId' is set
629
- if (workspaceId === undefined || workspaceId === null) {
629
+ if (workspaceId === undefined || workspaceId === null || workspaceId === '') {
630
630
  throw 'Missing the required parameter "workspaceId" when calling getContentmanagementWorkspaceMembers';
631
631
  }
632
632
 
@@ -656,11 +656,11 @@ class ContentManagementApi {
656
656
  opts = opts || {};
657
657
 
658
658
  // verify the required parameter 'workspaceId' is set
659
- if (workspaceId === undefined || workspaceId === null) {
659
+ if (workspaceId === undefined || workspaceId === null || workspaceId === '') {
660
660
  throw 'Missing the required parameter "workspaceId" when calling getContentmanagementWorkspaceTagvalue';
661
661
  }
662
662
  // verify the required parameter 'tagId' is set
663
- if (tagId === undefined || tagId === null) {
663
+ if (tagId === undefined || tagId === null || tagId === '') {
664
664
  throw 'Missing the required parameter "tagId" when calling getContentmanagementWorkspaceTagvalue';
665
665
  }
666
666
 
@@ -692,7 +692,7 @@ class ContentManagementApi {
692
692
  opts = opts || {};
693
693
 
694
694
  // verify the required parameter 'workspaceId' is set
695
- if (workspaceId === undefined || workspaceId === null) {
695
+ if (workspaceId === undefined || workspaceId === null || workspaceId === '') {
696
696
  throw 'Missing the required parameter "workspaceId" when calling getContentmanagementWorkspaceTagvalues';
697
697
  }
698
698
 
@@ -750,7 +750,7 @@ class ContentManagementApi {
750
750
  opts = opts || {};
751
751
 
752
752
  // verify the required parameter 'documentId' is set
753
- if (documentId === undefined || documentId === null) {
753
+ if (documentId === undefined || documentId === null || documentId === '') {
754
754
  throw 'Missing the required parameter "documentId" when calling postContentmanagementDocument';
755
755
  }
756
756
  // verify the required parameter 'body' is set
@@ -784,7 +784,7 @@ class ContentManagementApi {
784
784
  opts = opts || {};
785
785
 
786
786
  // verify the required parameter 'documentId' is set
787
- if (documentId === undefined || documentId === null) {
787
+ if (documentId === undefined || documentId === null || documentId === '') {
788
788
  throw 'Missing the required parameter "documentId" when calling postContentmanagementDocumentContent';
789
789
  }
790
790
  // verify the required parameter 'body' is set
@@ -899,7 +899,7 @@ class ContentManagementApi {
899
899
  */
900
900
  postContentmanagementWorkspaceTagvalues(workspaceId, body) {
901
901
  // verify the required parameter 'workspaceId' is set
902
- if (workspaceId === undefined || workspaceId === null) {
902
+ if (workspaceId === undefined || workspaceId === null || workspaceId === '') {
903
903
  throw 'Missing the required parameter "workspaceId" when calling postContentmanagementWorkspaceTagvalues';
904
904
  }
905
905
  // verify the required parameter 'body' is set
@@ -933,7 +933,7 @@ class ContentManagementApi {
933
933
  opts = opts || {};
934
934
 
935
935
  // verify the required parameter 'workspaceId' is set
936
- if (workspaceId === undefined || workspaceId === null) {
936
+ if (workspaceId === undefined || workspaceId === null || workspaceId === '') {
937
937
  throw 'Missing the required parameter "workspaceId" when calling postContentmanagementWorkspaceTagvaluesQuery';
938
938
  }
939
939
  // verify the required parameter 'body' is set
@@ -988,7 +988,7 @@ class ContentManagementApi {
988
988
  */
989
989
  putContentmanagementWorkspace(workspaceId, body) {
990
990
  // verify the required parameter 'workspaceId' is set
991
- if (workspaceId === undefined || workspaceId === null) {
991
+ if (workspaceId === undefined || workspaceId === null || workspaceId === '') {
992
992
  throw 'Missing the required parameter "workspaceId" when calling putContentmanagementWorkspace';
993
993
  }
994
994
  // verify the required parameter 'body' is set
@@ -1019,11 +1019,11 @@ class ContentManagementApi {
1019
1019
  */
1020
1020
  putContentmanagementWorkspaceMember(workspaceId, memberId, body) {
1021
1021
  // verify the required parameter 'workspaceId' is set
1022
- if (workspaceId === undefined || workspaceId === null) {
1022
+ if (workspaceId === undefined || workspaceId === null || workspaceId === '') {
1023
1023
  throw 'Missing the required parameter "workspaceId" when calling putContentmanagementWorkspaceMember';
1024
1024
  }
1025
1025
  // verify the required parameter 'memberId' is set
1026
- if (memberId === undefined || memberId === null) {
1026
+ if (memberId === undefined || memberId === null || memberId === '') {
1027
1027
  throw 'Missing the required parameter "memberId" when calling putContentmanagementWorkspaceMember';
1028
1028
  }
1029
1029
  // verify the required parameter 'body' is set
@@ -1054,11 +1054,11 @@ class ContentManagementApi {
1054
1054
  */
1055
1055
  putContentmanagementWorkspaceTagvalue(workspaceId, tagId, body) {
1056
1056
  // verify the required parameter 'workspaceId' is set
1057
- if (workspaceId === undefined || workspaceId === null) {
1057
+ if (workspaceId === undefined || workspaceId === null || workspaceId === '') {
1058
1058
  throw 'Missing the required parameter "workspaceId" when calling putContentmanagementWorkspaceTagvalue';
1059
1059
  }
1060
1060
  // verify the required parameter 'tagId' is set
1061
- if (tagId === undefined || tagId === null) {
1061
+ if (tagId === undefined || tagId === null || tagId === '') {
1062
1062
  throw 'Missing the required parameter "tagId" when calling putContentmanagementWorkspaceTagvalue';
1063
1063
  }
1064
1064
  // verify the required parameter 'body' is set