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 TeamsApi {
5
5
  /**
6
6
  * Teams service.
7
7
  * @module purecloud-platform-client-v2/api/TeamsApi
8
- * @version 223.0.0
8
+ * @version 225.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -27,7 +27,7 @@ class TeamsApi {
27
27
  */
28
28
  deleteTeam(teamId) {
29
29
  // verify the required parameter 'teamId' is set
30
- if (teamId === undefined || teamId === null) {
30
+ if (teamId === undefined || teamId === null || teamId === '') {
31
31
  throw 'Missing the required parameter "teamId" when calling deleteTeam';
32
32
  }
33
33
 
@@ -53,7 +53,7 @@ class TeamsApi {
53
53
  */
54
54
  deleteTeamMembers(teamId, id) {
55
55
  // verify the required parameter 'teamId' is set
56
- if (teamId === undefined || teamId === null) {
56
+ if (teamId === undefined || teamId === null || teamId === '') {
57
57
  throw 'Missing the required parameter "teamId" when calling deleteTeamMembers';
58
58
  }
59
59
  // verify the required parameter 'id' is set
@@ -86,7 +86,7 @@ class TeamsApi {
86
86
  opts = opts || {};
87
87
 
88
88
  // verify the required parameter 'teamId' is set
89
- if (teamId === undefined || teamId === null) {
89
+ if (teamId === undefined || teamId === null || teamId === '') {
90
90
  throw 'Missing the required parameter "teamId" when calling getTeam';
91
91
  }
92
92
 
@@ -118,7 +118,7 @@ class TeamsApi {
118
118
  opts = opts || {};
119
119
 
120
120
  // verify the required parameter 'teamId' is set
121
- if (teamId === undefined || teamId === null) {
121
+ if (teamId === undefined || teamId === null || teamId === '') {
122
122
  throw 'Missing the required parameter "teamId" when calling getTeamMembers';
123
123
  }
124
124
 
@@ -144,7 +144,7 @@ class TeamsApi {
144
144
  * @param {String} opts.name Return only teams whose names start with this value (case-insensitive matching)
145
145
  * @param {String} opts.after The cursor that points to the next item in the complete list of teams
146
146
  * @param {String} opts.before The cursor that points to the previous item in the complete list of teams
147
- * @param {Object} opts.expand Expand the name on each user
147
+ * @param {Object} opts.expand Expand the division on each team
148
148
  */
149
149
  getTeams(opts) {
150
150
  opts = opts || {};
@@ -172,7 +172,7 @@ class TeamsApi {
172
172
  */
173
173
  patchTeam(teamId, body) {
174
174
  // verify the required parameter 'teamId' is set
175
- if (teamId === undefined || teamId === null) {
175
+ if (teamId === undefined || teamId === null || teamId === '') {
176
176
  throw 'Missing the required parameter "teamId" when calling patchTeam';
177
177
  }
178
178
  // verify the required parameter 'body' is set
@@ -232,7 +232,7 @@ class TeamsApi {
232
232
  */
233
233
  postTeamMembers(teamId, body) {
234
234
  // verify the required parameter 'teamId' is set
235
- if (teamId === undefined || teamId === null) {
235
+ if (teamId === undefined || teamId === null || teamId === '') {
236
236
  throw 'Missing the required parameter "teamId" when calling postTeamMembers';
237
237
  }
238
238
  // verify the required parameter 'body' is set
@@ -5,7 +5,7 @@ class TelephonyApi {
5
5
  /**
6
6
  * Telephony service.
7
7
  * @module purecloud-platform-client-v2/api/TelephonyApi
8
- * @version 223.0.0
8
+ * @version 225.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -47,7 +47,7 @@ class TelephonyApi {
47
47
  */
48
48
  getTelephonySipmessagesConversation(conversationId) {
49
49
  // verify the required parameter 'conversationId' is set
50
- if (conversationId === undefined || conversationId === null) {
50
+ if (conversationId === undefined || conversationId === null || conversationId === '') {
51
51
  throw 'Missing the required parameter "conversationId" when calling getTelephonySipmessagesConversation';
52
52
  }
53
53
 
@@ -76,7 +76,7 @@ class TelephonyApi {
76
76
  opts = opts || {};
77
77
 
78
78
  // verify the required parameter 'conversationId' is set
79
- if (conversationId === undefined || conversationId === null) {
79
+ if (conversationId === undefined || conversationId === null || conversationId === '') {
80
80
  throw 'Missing the required parameter "conversationId" when calling getTelephonySipmessagesConversationHeaders';
81
81
  }
82
82
 
@@ -138,7 +138,7 @@ class TelephonyApi {
138
138
  */
139
139
  getTelephonySiptracesDownloadDownloadId(downloadId) {
140
140
  // verify the required parameter 'downloadId' is set
141
- if (downloadId === undefined || downloadId === null) {
141
+ if (downloadId === undefined || downloadId === null || downloadId === '') {
142
142
  throw 'Missing the required parameter "downloadId" when calling getTelephonySiptracesDownloadDownloadId';
143
143
  }
144
144