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 GroupsApi {
5
5
  /**
6
6
  * Groups service.
7
7
  * @module purecloud-platform-client-v2/api/GroupsApi
8
- * @version 223.0.0
8
+ * @version 225.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -27,7 +27,7 @@ class GroupsApi {
27
27
  */
28
28
  deleteGroup(groupId) {
29
29
  // verify the required parameter 'groupId' is set
30
- if (groupId === undefined || groupId === null) {
30
+ if (groupId === undefined || groupId === null || groupId === '') {
31
31
  throw 'Missing the required parameter "groupId" when calling deleteGroup';
32
32
  }
33
33
 
@@ -53,7 +53,7 @@ class GroupsApi {
53
53
  */
54
54
  deleteGroupDynamicsettings(groupId) {
55
55
  // verify the required parameter 'groupId' is set
56
- if (groupId === undefined || groupId === null) {
56
+ if (groupId === undefined || groupId === null || groupId === '') {
57
57
  throw 'Missing the required parameter "groupId" when calling deleteGroupDynamicsettings';
58
58
  }
59
59
 
@@ -79,7 +79,7 @@ class GroupsApi {
79
79
  */
80
80
  deleteGroupMembers(groupId, ids) {
81
81
  // verify the required parameter 'groupId' is set
82
- if (groupId === undefined || groupId === null) {
82
+ if (groupId === undefined || groupId === null || groupId === '') {
83
83
  throw 'Missing the required parameter "groupId" when calling deleteGroupMembers';
84
84
  }
85
85
  // verify the required parameter 'ids' is set
@@ -134,7 +134,7 @@ class GroupsApi {
134
134
  */
135
135
  getGroup(groupId) {
136
136
  // verify the required parameter 'groupId' is set
137
- if (groupId === undefined || groupId === null) {
137
+ if (groupId === undefined || groupId === null || groupId === '') {
138
138
  throw 'Missing the required parameter "groupId" when calling getGroup';
139
139
  }
140
140
 
@@ -160,7 +160,7 @@ class GroupsApi {
160
160
  */
161
161
  getGroupDynamicsettings(groupId) {
162
162
  // verify the required parameter 'groupId' is set
163
- if (groupId === undefined || groupId === null) {
163
+ if (groupId === undefined || groupId === null || groupId === '') {
164
164
  throw 'Missing the required parameter "groupId" when calling getGroupDynamicsettings';
165
165
  }
166
166
 
@@ -185,7 +185,7 @@ class GroupsApi {
185
185
  */
186
186
  getGroupIndividuals(groupId) {
187
187
  // verify the required parameter 'groupId' is set
188
- if (groupId === undefined || groupId === null) {
188
+ if (groupId === undefined || groupId === null || groupId === '') {
189
189
  throw 'Missing the required parameter "groupId" when calling getGroupIndividuals';
190
190
  }
191
191
 
@@ -217,7 +217,7 @@ class GroupsApi {
217
217
  opts = opts || {};
218
218
 
219
219
  // verify the required parameter 'groupId' is set
220
- if (groupId === undefined || groupId === null) {
220
+ if (groupId === undefined || groupId === null || groupId === '') {
221
221
  throw 'Missing the required parameter "groupId" when calling getGroupMembers';
222
222
  }
223
223
 
@@ -247,7 +247,7 @@ class GroupsApi {
247
247
  opts = opts || {};
248
248
 
249
249
  // verify the required parameter 'groupId' is set
250
- if (groupId === undefined || groupId === null) {
250
+ if (groupId === undefined || groupId === null || groupId === '') {
251
251
  throw 'Missing the required parameter "groupId" when calling getGroupProfile';
252
252
  }
253
253
 
@@ -359,7 +359,7 @@ class GroupsApi {
359
359
  */
360
360
  postGroupMembers(groupId, body) {
361
361
  // verify the required parameter 'groupId' is set
362
- if (groupId === undefined || groupId === null) {
362
+ if (groupId === undefined || groupId === null || groupId === '') {
363
363
  throw 'Missing the required parameter "groupId" when calling postGroupMembers';
364
364
  }
365
365
  // verify the required parameter 'body' is set
@@ -469,7 +469,7 @@ class GroupsApi {
469
469
  opts = opts || {};
470
470
 
471
471
  // verify the required parameter 'groupId' is set
472
- if (groupId === undefined || groupId === null) {
472
+ if (groupId === undefined || groupId === null || groupId === '') {
473
473
  throw 'Missing the required parameter "groupId" when calling putGroup';
474
474
  }
475
475
 
@@ -496,7 +496,7 @@ class GroupsApi {
496
496
  */
497
497
  putGroupDynamicsettings(groupId, body) {
498
498
  // verify the required parameter 'groupId' is set
499
- if (groupId === undefined || groupId === null) {
499
+ if (groupId === undefined || groupId === null || groupId === '') {
500
500
  throw 'Missing the required parameter "groupId" when calling putGroupDynamicsettings';
501
501
  }
502
502
  // verify the required parameter 'body' is set
@@ -5,7 +5,7 @@ class IdentityProviderApi {
5
5
  /**
6
6
  * IdentityProvider service.
7
7
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
8
- * @version 223.0.0
8
+ * @version 225.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -27,7 +27,7 @@ class IdentityProviderApi {
27
27
  */
28
28
  deleteIdentityprovider(providerId) {
29
29
  // verify the required parameter 'providerId' is set
30
- if (providerId === undefined || providerId === null) {
30
+ if (providerId === undefined || providerId === null || providerId === '') {
31
31
  throw 'Missing the required parameter "providerId" when calling deleteIdentityprovider';
32
32
  }
33
33
 
@@ -272,7 +272,7 @@ class IdentityProviderApi {
272
272
  */
273
273
  getIdentityprovider(providerId) {
274
274
  // verify the required parameter 'providerId' is set
275
- if (providerId === undefined || providerId === null) {
275
+ if (providerId === undefined || providerId === null || providerId === '') {
276
276
  throw 'Missing the required parameter "providerId" when calling getIdentityprovider';
277
277
  }
278
278
 
@@ -563,7 +563,7 @@ class IdentityProviderApi {
563
563
  */
564
564
  putIdentityprovider(providerId, body) {
565
565
  // verify the required parameter 'providerId' is set
566
- if (providerId === undefined || providerId === null) {
566
+ if (providerId === undefined || providerId === null || providerId === '') {
567
567
  throw 'Missing the required parameter "providerId" when calling putIdentityprovider';
568
568
  }
569
569
  // verify the required parameter 'body' is set
@@ -5,7 +5,7 @@ class InfrastructureAsCodeApi {
5
5
  /**
6
6
  * InfrastructureAsCode service.
7
7
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
8
- * @version 223.0.0
8
+ * @version 225.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -31,7 +31,7 @@ class InfrastructureAsCodeApi {
31
31
  opts = opts || {};
32
32
 
33
33
  // verify the required parameter 'acceleratorId' is set
34
- if (acceleratorId === undefined || acceleratorId === null) {
34
+ if (acceleratorId === undefined || acceleratorId === null || acceleratorId === '') {
35
35
  throw 'Missing the required parameter "acceleratorId" when calling getInfrastructureascodeAccelerator';
36
36
  }
37
37
 
@@ -93,7 +93,7 @@ class InfrastructureAsCodeApi {
93
93
  opts = opts || {};
94
94
 
95
95
  // verify the required parameter 'jobId' is set
96
- if (jobId === undefined || jobId === null) {
96
+ if (jobId === undefined || jobId === null || jobId === '') {
97
97
  throw 'Missing the required parameter "jobId" when calling getInfrastructureascodeJob';
98
98
  }
99
99