purecloud-platform-client-v2 224.0.0 → 225.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (94) hide show
  1. package/README.md +3 -3
  2. package/dist/node/purecloud-platform-client-v2.js +2705 -2649
  3. package/dist/web-amd/purecloud-platform-client-v2.js +2705 -2649
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +2636 -2630
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +2636 -2630
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +95 -0
  9. package/package.json +1 -1
  10. package/src/purecloud-platform-client-v2/ApiClient.js +1 -1
  11. package/src/purecloud-platform-client-v2/api/AIStudioApi.js +16 -16
  12. package/src/purecloud-platform-client-v2/api/AgentAssistantsApi.js +13 -13
  13. package/src/purecloud-platform-client-v2/api/AgentCopilotApi.js +3 -3
  14. package/src/purecloud-platform-client-v2/api/AgentUIApi.js +5 -5
  15. package/src/purecloud-platform-client-v2/api/AlertingApi.js +8 -8
  16. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +45 -45
  17. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +121 -121
  18. package/src/purecloud-platform-client-v2/api/AuditApi.js +3 -3
  19. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +47 -47
  20. package/src/purecloud-platform-client-v2/api/BillingApi.js +7 -7
  21. package/src/purecloud-platform-client-v2/api/BusinessRulesApi.js +29 -29
  22. package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +1 -1
  23. package/src/purecloud-platform-client-v2/api/ChatApi.js +38 -38
  24. package/src/purecloud-platform-client-v2/api/CoachingApi.js +17 -17
  25. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +32 -32
  26. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +342 -342
  27. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +2 -2
  28. package/src/purecloud-platform-client-v2/api/DataPrivacyApi.js +4 -4
  29. package/src/purecloud-platform-client-v2/api/DownloadsApi.js +2 -2
  30. package/src/purecloud-platform-client-v2/api/EmailsApi.js +1 -1
  31. package/src/purecloud-platform-client-v2/api/EmployeeEngagementApi.js +4 -4
  32. package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
  33. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +66 -66
  34. package/src/purecloud-platform-client-v2/api/FaxApi.js +5 -5
  35. package/src/purecloud-platform-client-v2/api/FlowsApi.js +3 -3
  36. package/src/purecloud-platform-client-v2/api/GamificationApi.js +49 -49
  37. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +2 -2
  38. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +5 -5
  39. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +16 -16
  40. package/src/purecloud-platform-client-v2/api/GroupsApi.js +12 -12
  41. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +4 -4
  42. package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +3 -3
  43. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +80 -80
  44. package/src/purecloud-platform-client-v2/api/JourneyApi.js +68 -68
  45. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +212 -212
  46. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +46 -46
  47. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +4 -4
  48. package/src/purecloud-platform-client-v2/api/LearningApi.js +28 -28
  49. package/src/purecloud-platform-client-v2/api/LicenseApi.js +5 -5
  50. package/src/purecloud-platform-client-v2/api/LocationsApi.js +5 -5
  51. package/src/purecloud-platform-client-v2/api/LogCaptureApi.js +5 -5
  52. package/src/purecloud-platform-client-v2/api/MessagingApi.js +7 -7
  53. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +4 -4
  54. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +6 -6
  55. package/src/purecloud-platform-client-v2/api/OAuthApi.js +11 -11
  56. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +7 -7
  57. package/src/purecloud-platform-client-v2/api/OperationalEventsApi.js +2 -2
  58. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +5 -5
  59. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +59 -59
  60. package/src/purecloud-platform-client-v2/api/OutboundApi.js +118 -118
  61. package/src/purecloud-platform-client-v2/api/PresenceApi.js +19 -19
  62. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +6 -6
  63. package/src/purecloud-platform-client-v2/api/QualityApi.js +36 -36
  64. package/src/purecloud-platform-client-v2/api/RecordingApi.js +42 -42
  65. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +11 -11
  66. package/src/purecloud-platform-client-v2/api/RoutingApi.js +119 -119
  67. package/src/purecloud-platform-client-v2/api/SCIMApi.js +19 -19
  68. package/src/purecloud-platform-client-v2/api/ScreenRecordingApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +13 -13
  70. package/src/purecloud-platform-client-v2/api/SearchApi.js +2 -2
  71. package/src/purecloud-platform-client-v2/api/SettingsApi.js +5 -5
  72. package/src/purecloud-platform-client-v2/api/SocialMediaApi.js +59 -59
  73. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +33 -33
  74. package/src/purecloud-platform-client-v2/api/StationsApi.js +3 -3
  75. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  76. package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +78 -78
  77. package/src/purecloud-platform-client-v2/api/TeamsApi.js +7 -7
  78. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +4 -4
  79. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +95 -95
  80. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +2 -2
  81. package/src/purecloud-platform-client-v2/api/TokensApi.js +2 -2
  82. package/src/purecloud-platform-client-v2/api/UploadsApi.js +6 -6
  83. package/src/purecloud-platform-client-v2/api/UsageApi.js +7 -7
  84. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +6 -6
  85. package/src/purecloud-platform-client-v2/api/UsersApi.js +93 -93
  86. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  87. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +16 -16
  88. package/src/purecloud-platform-client-v2/api/WebChatApi.js +21 -21
  89. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +18 -18
  90. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  91. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +4 -4
  92. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +317 -317
  93. package/src/purecloud-platform-client-v2/configuration.js +80 -23
  94. package/src/purecloud-platform-client-v2/index.js +1 -1
@@ -5,7 +5,7 @@ class TextbotsApi {
5
5
  /**
6
6
  * Textbots service.
7
7
  * @module purecloud-platform-client-v2/api/TextbotsApi
8
- * @version 224.0.0
8
+ * @version 225.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -56,7 +56,7 @@ class TextbotsApi {
56
56
  */
57
57
  postTextbotsBotflowsSessionTurns(sessionId, turnRequest) {
58
58
  // verify the required parameter 'sessionId' is set
59
- if (sessionId === undefined || sessionId === null) {
59
+ if (sessionId === undefined || sessionId === null || sessionId === '') {
60
60
  throw 'Missing the required parameter "sessionId" when calling postTextbotsBotflowsSessionTurns';
61
61
  }
62
62
  // verify the required parameter 'turnRequest' is set
@@ -5,7 +5,7 @@ class TokensApi {
5
5
  /**
6
6
  * Tokens service.
7
7
  * @module purecloud-platform-client-v2/api/TokensApi
8
- * @version 224.0.0
8
+ * @version 225.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -27,7 +27,7 @@ class TokensApi {
27
27
  */
28
28
  deleteToken(userId) {
29
29
  // verify the required parameter 'userId' is set
30
- if (userId === undefined || userId === null) {
30
+ if (userId === undefined || userId === null || userId === '') {
31
31
  throw 'Missing the required parameter "userId" when calling deleteToken';
32
32
  }
33
33
 
@@ -5,7 +5,7 @@ class UploadsApi {
5
5
  /**
6
6
  * Uploads service.
7
7
  * @module purecloud-platform-client-v2/api/UploadsApi
8
- * @version 224.0.0
8
+ * @version 225.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -28,11 +28,11 @@ class UploadsApi {
28
28
  */
29
29
  getKnowledgeKnowledgebaseUploadsUrlsJob(knowledgeBaseId, jobId) {
30
30
  // verify the required parameter 'knowledgeBaseId' is set
31
- if (knowledgeBaseId === undefined || knowledgeBaseId === null) {
31
+ if (knowledgeBaseId === undefined || knowledgeBaseId === null || knowledgeBaseId === '') {
32
32
  throw 'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseUploadsUrlsJob';
33
33
  }
34
34
  // verify the required parameter 'jobId' is set
35
- if (jobId === undefined || jobId === null) {
35
+ if (jobId === undefined || jobId === null || jobId === '') {
36
36
  throw 'Missing the required parameter "jobId" when calling getKnowledgeKnowledgebaseUploadsUrlsJob';
37
37
  }
38
38
 
@@ -83,7 +83,7 @@ class UploadsApi {
83
83
  */
84
84
  postIntegrationsActionDraftFunctionUpload(actionId, body) {
85
85
  // verify the required parameter 'actionId' is set
86
- if (actionId === undefined || actionId === null) {
86
+ if (actionId === undefined || actionId === null || actionId === '') {
87
87
  throw 'Missing the required parameter "actionId" when calling postIntegrationsActionDraftFunctionUpload';
88
88
  }
89
89
  // verify the required parameter 'body' is set
@@ -138,7 +138,7 @@ class UploadsApi {
138
138
  */
139
139
  postKnowledgeKnowledgebaseUploadsUrlsJobs(knowledgeBaseId, body) {
140
140
  // verify the required parameter 'knowledgeBaseId' is set
141
- if (knowledgeBaseId === undefined || knowledgeBaseId === null) {
141
+ if (knowledgeBaseId === undefined || knowledgeBaseId === null || knowledgeBaseId === '') {
142
142
  throw 'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseUploadsUrlsJobs';
143
143
  }
144
144
  // verify the required parameter 'body' is set
@@ -168,7 +168,7 @@ class UploadsApi {
168
168
  */
169
169
  postLanguageunderstandingMinerUploads(minerId, body) {
170
170
  // verify the required parameter 'minerId' is set
171
- if (minerId === undefined || minerId === null) {
171
+ if (minerId === undefined || minerId === null || minerId === '') {
172
172
  throw 'Missing the required parameter "minerId" when calling postLanguageunderstandingMinerUploads';
173
173
  }
174
174
  // verify the required parameter 'body' is set
@@ -5,7 +5,7 @@ class UsageApi {
5
5
  /**
6
6
  * Usage service.
7
7
  * @module purecloud-platform-client-v2/api/UsageApi
8
- * @version 224.0.0
8
+ * @version 225.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -28,11 +28,11 @@ class UsageApi {
28
28
  */
29
29
  getOauthClientUsageQueryResult(executionId, clientId) {
30
30
  // verify the required parameter 'executionId' is set
31
- if (executionId === undefined || executionId === null) {
31
+ if (executionId === undefined || executionId === null || executionId === '') {
32
32
  throw 'Missing the required parameter "executionId" when calling getOauthClientUsageQueryResult';
33
33
  }
34
34
  // verify the required parameter 'clientId' is set
35
- if (clientId === undefined || clientId === null) {
35
+ if (clientId === undefined || clientId === null || clientId === '') {
36
36
  throw 'Missing the required parameter "clientId" when calling getOauthClientUsageQueryResult';
37
37
  }
38
38
 
@@ -61,7 +61,7 @@ class UsageApi {
61
61
  opts = opts || {};
62
62
 
63
63
  // verify the required parameter 'clientId' is set
64
- if (clientId === undefined || clientId === null) {
64
+ if (clientId === undefined || clientId === null || clientId === '') {
65
65
  throw 'Missing the required parameter "clientId" when calling getOauthClientUsageSummary';
66
66
  }
67
67
 
@@ -86,7 +86,7 @@ class UsageApi {
86
86
  */
87
87
  getUsageQueryExecutionIdResults(executionId) {
88
88
  // verify the required parameter 'executionId' is set
89
- if (executionId === undefined || executionId === null) {
89
+ if (executionId === undefined || executionId === null || executionId === '') {
90
90
  throw 'Missing the required parameter "executionId" when calling getUsageQueryExecutionIdResults';
91
91
  }
92
92
 
@@ -116,7 +116,7 @@ class UsageApi {
116
116
  opts = opts || {};
117
117
 
118
118
  // verify the required parameter 'executionId' is set
119
- if (executionId === undefined || executionId === null) {
119
+ if (executionId === undefined || executionId === null || executionId === '') {
120
120
  throw 'Missing the required parameter "executionId" when calling getUsageSimplesearchExecutionIdResults';
121
121
  }
122
122
 
@@ -142,7 +142,7 @@ class UsageApi {
142
142
  */
143
143
  postOauthClientUsageQuery(clientId, body) {
144
144
  // verify the required parameter 'clientId' is set
145
- if (clientId === undefined || clientId === null) {
145
+ if (clientId === undefined || clientId === null || clientId === '') {
146
146
  throw 'Missing the required parameter "clientId" when calling postOauthClientUsageQuery';
147
147
  }
148
148
  // verify the required parameter 'body' is set
@@ -5,7 +5,7 @@ class UserRecordingsApi {
5
5
  /**
6
6
  * UserRecordings service.
7
7
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
8
- * @version 224.0.0
8
+ * @version 225.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -27,7 +27,7 @@ class UserRecordingsApi {
27
27
  */
28
28
  deleteUserrecording(recordingId) {
29
29
  // verify the required parameter 'recordingId' is set
30
- if (recordingId === undefined || recordingId === null) {
30
+ if (recordingId === undefined || recordingId === null || recordingId === '') {
31
31
  throw 'Missing the required parameter "recordingId" when calling deleteUserrecording';
32
32
  }
33
33
 
@@ -56,7 +56,7 @@ class UserRecordingsApi {
56
56
  opts = opts || {};
57
57
 
58
58
  // verify the required parameter 'recordingId' is set
59
- if (recordingId === undefined || recordingId === null) {
59
+ if (recordingId === undefined || recordingId === null || recordingId === '') {
60
60
  throw 'Missing the required parameter "recordingId" when calling getUserrecording';
61
61
  }
62
62
 
@@ -87,7 +87,7 @@ class UserRecordingsApi {
87
87
  opts = opts || {};
88
88
 
89
89
  // verify the required parameter 'recordingId' is set
90
- if (recordingId === undefined || recordingId === null) {
90
+ if (recordingId === undefined || recordingId === null || recordingId === '') {
91
91
  throw 'Missing the required parameter "recordingId" when calling getUserrecordingMedia';
92
92
  }
93
93
 
@@ -116,7 +116,7 @@ class UserRecordingsApi {
116
116
  opts = opts || {};
117
117
 
118
118
  // verify the required parameter 'recordingId' is set
119
- if (recordingId === undefined || recordingId === null) {
119
+ if (recordingId === undefined || recordingId === null || recordingId === '') {
120
120
  throw 'Missing the required parameter "recordingId" when calling getUserrecordingTranscoding';
121
121
  }
122
122
 
@@ -192,7 +192,7 @@ class UserRecordingsApi {
192
192
  opts = opts || {};
193
193
 
194
194
  // verify the required parameter 'recordingId' is set
195
- if (recordingId === undefined || recordingId === null) {
195
+ if (recordingId === undefined || recordingId === null || recordingId === '') {
196
196
  throw 'Missing the required parameter "recordingId" when calling putUserrecording';
197
197
  }
198
198
  // verify the required parameter 'body' is set