purecloud-platform-client-v2 136.0.0 → 137.0.1

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 (73) hide show
  1. package/README.md +2 -2
  2. package/dist/node/purecloud-platform-client-v2.js +9663 -9406
  3. package/dist/web-amd/purecloud-platform-client-v2.js +9663 -9406
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +9670 -9406
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +9670 -9406
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +620 -462
  9. package/package.json +1 -1
  10. package/src/purecloud-platform-client-v2/ApiClient.js +14 -5
  11. package/src/purecloud-platform-client-v2/api/AlertingApi.js +56 -56
  12. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +231 -231
  13. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +573 -524
  14. package/src/purecloud-platform-client-v2/api/AuditApi.js +31 -31
  15. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +212 -212
  16. package/src/purecloud-platform-client-v2/api/BillingApi.js +12 -12
  17. package/src/purecloud-platform-client-v2/api/ChatApi.js +16 -16
  18. package/src/purecloud-platform-client-v2/api/CoachingApi.js +96 -96
  19. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +192 -192
  20. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +808 -808
  21. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +17 -17
  22. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +337 -337
  23. package/src/purecloud-platform-client-v2/api/FaxApi.js +31 -31
  24. package/src/purecloud-platform-client-v2/api/FlowsApi.js +11 -11
  25. package/src/purecloud-platform-client-v2/api/GamificationApi.js +246 -246
  26. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +21 -21
  27. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +26 -26
  28. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +88 -88
  29. package/src/purecloud-platform-client-v2/api/GroupsApi.js +72 -72
  30. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +171 -171
  31. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +311 -311
  32. package/src/purecloud-platform-client-v2/api/JourneyApi.js +146 -146
  33. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +131 -131
  34. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +151 -151
  35. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +51 -51
  36. package/src/purecloud-platform-client-v2/api/LearningApi.js +107 -107
  37. package/src/purecloud-platform-client-v2/api/LicenseApi.js +49 -49
  38. package/src/purecloud-platform-client-v2/api/LocationsApi.js +41 -41
  39. package/src/purecloud-platform-client-v2/api/MessagingApi.js +26 -26
  40. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +26 -26
  41. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +43 -43
  42. package/src/purecloud-platform-client-v2/api/OAuthApi.js +67 -67
  43. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +50 -50
  44. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +81 -81
  45. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +162 -162
  46. package/src/purecloud-platform-client-v2/api/OutboundApi.js +768 -568
  47. package/src/purecloud-platform-client-v2/api/PresenceApi.js +64 -64
  48. package/src/purecloud-platform-client-v2/api/QualityApi.js +285 -285
  49. package/src/purecloud-platform-client-v2/api/RecordingApi.js +302 -302
  50. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +86 -86
  51. package/src/purecloud-platform-client-v2/api/RoutingApi.js +536 -536
  52. package/src/purecloud-platform-client-v2/api/SCIMApi.js +195 -195
  53. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +66 -66
  54. package/src/purecloud-platform-client-v2/api/SearchApi.js +96 -96
  55. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +194 -194
  56. package/src/purecloud-platform-client-v2/api/StationsApi.js +28 -28
  57. package/src/purecloud-platform-client-v2/api/SuggestApi.js +21 -21
  58. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +16 -16
  59. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +657 -657
  60. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +23 -23
  61. package/src/purecloud-platform-client-v2/api/TokensApi.js +21 -21
  62. package/src/purecloud-platform-client-v2/api/UploadsApi.js +26 -26
  63. package/src/purecloud-platform-client-v2/api/UsageApi.js +11 -11
  64. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +31 -31
  65. package/src/purecloud-platform-client-v2/api/UsersApi.js +413 -413
  66. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +21 -21
  67. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +140 -140
  68. package/src/purecloud-platform-client-v2/api/WebChatApi.js +97 -97
  69. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +66 -66
  70. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +6 -6
  71. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +26 -26
  72. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +765 -765
  73. package/src/purecloud-platform-client-v2/index.js +2 -1
@@ -5,7 +5,7 @@ class WebChatApi {
5
5
  /**
6
6
  * WebChat service.
7
7
  * @module purecloud-platform-client-v2/api/WebChatApi
8
- * @version 136.0.0
8
+ * @version 137.0.1
9
9
  */
10
10
 
11
11
  /**
@@ -34,13 +34,13 @@ class WebChatApi {
34
34
  return this.apiClient.callApi(
35
35
  '/api/v2/webchat/deployments/{deploymentId}',
36
36
  'DELETE',
37
- { 'deploymentId': deploymentId },
38
- { },
39
- { },
40
- { },
37
+ { 'deploymentId': deploymentId },
38
+ { },
39
+ { },
40
+ { },
41
41
  null,
42
42
  ['PureCloud OAuth'],
43
- ['application/json'],
43
+ ['application/json'],
44
44
  ['application/json']
45
45
  );
46
46
  }
@@ -64,13 +64,13 @@ class WebChatApi {
64
64
  return this.apiClient.callApi(
65
65
  '/api/v2/webchat/guest/conversations/{conversationId}/members/{memberId}',
66
66
  'DELETE',
67
- { 'conversationId': conversationId,'memberId': memberId },
68
- { },
69
- { },
70
- { },
67
+ { 'conversationId': conversationId,'memberId': memberId },
68
+ { },
69
+ { },
70
+ { },
71
71
  null,
72
72
  ['PureCloud OAuth'],
73
- ['application/json'],
73
+ ['application/json'],
74
74
  ['application/json']
75
75
  );
76
76
  }
@@ -84,13 +84,13 @@ class WebChatApi {
84
84
  return this.apiClient.callApi(
85
85
  '/api/v2/webchat/settings',
86
86
  'DELETE',
87
- { },
88
- { },
89
- { },
90
- { },
87
+ { },
88
+ { },
89
+ { },
90
+ { },
91
91
  null,
92
92
  ['PureCloud OAuth'],
93
- ['application/json'],
93
+ ['application/json'],
94
94
  ['application/json']
95
95
  );
96
96
  }
@@ -109,13 +109,13 @@ class WebChatApi {
109
109
  return this.apiClient.callApi(
110
110
  '/api/v2/webchat/deployments/{deploymentId}',
111
111
  'GET',
112
- { 'deploymentId': deploymentId },
113
- { },
114
- { },
115
- { },
112
+ { 'deploymentId': deploymentId },
113
+ { },
114
+ { },
115
+ { },
116
116
  null,
117
117
  ['PureCloud OAuth'],
118
- ['application/json'],
118
+ ['application/json'],
119
119
  ['application/json']
120
120
  );
121
121
  }
@@ -129,13 +129,13 @@ class WebChatApi {
129
129
  return this.apiClient.callApi(
130
130
  '/api/v2/webchat/deployments',
131
131
  'GET',
132
- { },
133
- { },
134
- { },
135
- { },
132
+ { },
133
+ { },
134
+ { },
135
+ { },
136
136
  null,
137
137
  ['PureCloud OAuth'],
138
- ['application/json'],
138
+ ['application/json'],
139
139
  ['application/json']
140
140
  );
141
141
  }
@@ -159,13 +159,13 @@ class WebChatApi {
159
159
  return this.apiClient.callApi(
160
160
  '/api/v2/webchat/guest/conversations/{conversationId}/mediarequests/{mediaRequestId}',
161
161
  'GET',
162
- { 'conversationId': conversationId,'mediaRequestId': mediaRequestId },
163
- { },
164
- { },
165
- { },
162
+ { 'conversationId': conversationId,'mediaRequestId': mediaRequestId },
163
+ { },
164
+ { },
165
+ { },
166
166
  null,
167
167
  ['PureCloud OAuth'],
168
- ['application/json'],
168
+ ['application/json'],
169
169
  ['application/json']
170
170
  );
171
171
  }
@@ -184,13 +184,13 @@ class WebChatApi {
184
184
  return this.apiClient.callApi(
185
185
  '/api/v2/webchat/guest/conversations/{conversationId}/mediarequests',
186
186
  'GET',
187
- { 'conversationId': conversationId },
188
- { },
189
- { },
190
- { },
187
+ { 'conversationId': conversationId },
188
+ { },
189
+ { },
190
+ { },
191
191
  null,
192
192
  ['PureCloud OAuth'],
193
- ['application/json'],
193
+ ['application/json'],
194
194
  ['application/json']
195
195
  );
196
196
  }
@@ -214,13 +214,13 @@ class WebChatApi {
214
214
  return this.apiClient.callApi(
215
215
  '/api/v2/webchat/guest/conversations/{conversationId}/members/{memberId}',
216
216
  'GET',
217
- { 'conversationId': conversationId,'memberId': memberId },
218
- { },
219
- { },
220
- { },
217
+ { 'conversationId': conversationId,'memberId': memberId },
218
+ { },
219
+ { },
220
+ { },
221
221
  null,
222
222
  ['PureCloud OAuth'],
223
- ['application/json'],
223
+ ['application/json'],
224
224
  ['application/json']
225
225
  );
226
226
  }
@@ -245,13 +245,13 @@ class WebChatApi {
245
245
  return this.apiClient.callApi(
246
246
  '/api/v2/webchat/guest/conversations/{conversationId}/members',
247
247
  'GET',
248
- { 'conversationId': conversationId },
249
- { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'excludeDisconnectedMembers': opts['excludeDisconnectedMembers'] },
250
- { },
251
- { },
248
+ { 'conversationId': conversationId },
249
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'excludeDisconnectedMembers': opts['excludeDisconnectedMembers'] },
250
+ { },
251
+ { },
252
252
  null,
253
253
  ['PureCloud OAuth'],
254
- ['application/json'],
254
+ ['application/json'],
255
255
  ['application/json']
256
256
  );
257
257
  }
@@ -275,13 +275,13 @@ class WebChatApi {
275
275
  return this.apiClient.callApi(
276
276
  '/api/v2/webchat/guest/conversations/{conversationId}/messages/{messageId}',
277
277
  'GET',
278
- { 'conversationId': conversationId,'messageId': messageId },
279
- { },
280
- { },
281
- { },
278
+ { 'conversationId': conversationId,'messageId': messageId },
279
+ { },
280
+ { },
281
+ { },
282
282
  null,
283
283
  ['PureCloud OAuth'],
284
- ['application/json'],
284
+ ['application/json'],
285
285
  ['application/json']
286
286
  );
287
287
  }
@@ -307,13 +307,13 @@ class WebChatApi {
307
307
  return this.apiClient.callApi(
308
308
  '/api/v2/webchat/guest/conversations/{conversationId}/messages',
309
309
  'GET',
310
- { 'conversationId': conversationId },
311
- { 'after': opts['after'],'before': opts['before'],'sortOrder': opts['sortOrder'],'maxResults': opts['maxResults'] },
312
- { },
313
- { },
310
+ { 'conversationId': conversationId },
311
+ { 'after': opts['after'],'before': opts['before'],'sortOrder': opts['sortOrder'],'maxResults': opts['maxResults'] },
312
+ { },
313
+ { },
314
314
  null,
315
315
  ['PureCloud OAuth'],
316
- ['application/json'],
316
+ ['application/json'],
317
317
  ['application/json']
318
318
  );
319
319
  }
@@ -327,13 +327,13 @@ class WebChatApi {
327
327
  return this.apiClient.callApi(
328
328
  '/api/v2/webchat/settings',
329
329
  'GET',
330
- { },
331
- { },
332
- { },
333
- { },
330
+ { },
331
+ { },
332
+ { },
333
+ { },
334
334
  null,
335
335
  ['PureCloud OAuth'],
336
- ['application/json'],
336
+ ['application/json'],
337
337
  ['application/json']
338
338
  );
339
339
  }
@@ -362,13 +362,13 @@ class WebChatApi {
362
362
  return this.apiClient.callApi(
363
363
  '/api/v2/webchat/guest/conversations/{conversationId}/mediarequests/{mediaRequestId}',
364
364
  'PATCH',
365
- { 'conversationId': conversationId,'mediaRequestId': mediaRequestId },
366
- { },
367
- { },
368
- { },
365
+ { 'conversationId': conversationId,'mediaRequestId': mediaRequestId },
366
+ { },
367
+ { },
368
+ { },
369
369
  body,
370
370
  ['PureCloud OAuth'],
371
- ['application/json'],
371
+ ['application/json'],
372
372
  ['application/json']
373
373
  );
374
374
  }
@@ -387,13 +387,13 @@ class WebChatApi {
387
387
  return this.apiClient.callApi(
388
388
  '/api/v2/webchat/deployments',
389
389
  'POST',
390
- { },
391
- { },
392
- { },
393
- { },
390
+ { },
391
+ { },
392
+ { },
393
+ { },
394
394
  body,
395
395
  ['PureCloud OAuth'],
396
- ['application/json'],
396
+ ['application/json'],
397
397
  ['application/json']
398
398
  );
399
399
  }
@@ -422,13 +422,13 @@ class WebChatApi {
422
422
  return this.apiClient.callApi(
423
423
  '/api/v2/webchat/guest/conversations/{conversationId}/members/{memberId}/messages',
424
424
  'POST',
425
- { 'conversationId': conversationId,'memberId': memberId },
426
- { },
427
- { },
428
- { },
425
+ { 'conversationId': conversationId,'memberId': memberId },
426
+ { },
427
+ { },
428
+ { },
429
429
  body,
430
430
  ['PureCloud OAuth'],
431
- ['application/json'],
431
+ ['application/json'],
432
432
  ['application/json']
433
433
  );
434
434
  }
@@ -452,20 +452,20 @@ class WebChatApi {
452
452
  return this.apiClient.callApi(
453
453
  '/api/v2/webchat/guest/conversations/{conversationId}/members/{memberId}/typing',
454
454
  'POST',
455
- { 'conversationId': conversationId,'memberId': memberId },
456
- { },
457
- { },
458
- { },
455
+ { 'conversationId': conversationId,'memberId': memberId },
456
+ { },
457
+ { },
458
+ { },
459
459
  null,
460
460
  ['PureCloud OAuth'],
461
- ['application/json'],
461
+ ['application/json'],
462
462
  ['application/json']
463
463
  );
464
464
  }
465
465
 
466
466
  /**
467
467
  * Create an ACD chat conversation from an external customer.
468
- * This endpoint will create a new ACD Chat conversation under the specified Chat Deployment. The conversation will begin with a guest member in it (with a role=CUSTOMER) according to the customer information that is supplied. If the guest member is authenticated, the 'memberAuthToken' field should include his JWT as generated by the 'POST /api/v2/signeddata' resource; if the guest member is anonymous (and the Deployment permits it) this field can be omitted. The returned data includes the IDs of the conversation created, along with a newly-create JWT token that you can supply to all future endpoints as authentication to perform operations against that conversation. After successfully creating a conversation, you should connect a websocket to the event stream named in the 'eventStreamUri' field of the response; the conversation is not routed until the event stream is attached.
468
+ * This endpoint will create a new ACD Chat conversation under the specified Chat Deployment. The conversation will begin with a guest member in it (with a role=CUSTOMER) according to the customer information that is supplied. If the guest member is authenticated, the memberAuthToken field should include his JWT as generated by the POST /api/v2/signeddata resource; if the guest member is anonymous (and the Deployment permits it) this field can be omitted. The returned data includes the IDs of the conversation created, along with a newly-create JWT token that you can supply to all future endpoints as authentication to perform operations against that conversation. After successfully creating a conversation, you should connect a websocket to the event stream named in the eventStreamUri field of the response; the conversation is not routed until the event stream is attached.
469
469
  * @param {Object} body CreateConversationRequest
470
470
  */
471
471
  postWebchatGuestConversations(body) {
@@ -477,13 +477,13 @@ class WebChatApi {
477
477
  return this.apiClient.callApi(
478
478
  '/api/v2/webchat/guest/conversations',
479
479
  'POST',
480
- { },
481
- { },
482
- { },
483
- { },
480
+ { },
481
+ { },
482
+ { },
483
+ { },
484
484
  body,
485
485
  ['PureCloud OAuth'],
486
- ['application/json'],
486
+ ['application/json'],
487
487
  ['application/json']
488
488
  );
489
489
  }
@@ -507,13 +507,13 @@ class WebChatApi {
507
507
  return this.apiClient.callApi(
508
508
  '/api/v2/webchat/deployments/{deploymentId}',
509
509
  'PUT',
510
- { 'deploymentId': deploymentId },
511
- { },
512
- { },
513
- { },
510
+ { 'deploymentId': deploymentId },
511
+ { },
512
+ { },
513
+ { },
514
514
  body,
515
515
  ['PureCloud OAuth'],
516
- ['application/json'],
516
+ ['application/json'],
517
517
  ['application/json']
518
518
  );
519
519
  }
@@ -532,13 +532,13 @@ class WebChatApi {
532
532
  return this.apiClient.callApi(
533
533
  '/api/v2/webchat/settings',
534
534
  'PUT',
535
- { },
536
- { },
537
- { },
538
- { },
535
+ { },
536
+ { },
537
+ { },
538
+ { },
539
539
  body,
540
540
  ['PureCloud OAuth'],
541
- ['application/json'],
541
+ ['application/json'],
542
542
  ['application/json']
543
543
  );
544
544
  }
@@ -5,7 +5,7 @@ class WebDeploymentsApi {
5
5
  /**
6
6
  * WebDeployments service.
7
7
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
8
- * @version 136.0.0
8
+ * @version 137.0.1
9
9
  */
10
10
 
11
11
  /**
@@ -34,13 +34,13 @@ class WebDeploymentsApi {
34
34
  return this.apiClient.callApi(
35
35
  '/api/v2/webdeployments/configurations/{configurationId}',
36
36
  'DELETE',
37
- { 'configurationId': configurationId },
38
- { },
39
- { },
40
- { },
37
+ { 'configurationId': configurationId },
38
+ { },
39
+ { },
40
+ { },
41
41
  null,
42
42
  ['PureCloud OAuth'],
43
- ['application/json'],
43
+ ['application/json'],
44
44
  ['application/json']
45
45
  );
46
46
  }
@@ -59,13 +59,13 @@ class WebDeploymentsApi {
59
59
  return this.apiClient.callApi(
60
60
  '/api/v2/webdeployments/deployments/{deploymentId}',
61
61
  'DELETE',
62
- { 'deploymentId': deploymentId },
63
- { },
64
- { },
65
- { },
62
+ { 'deploymentId': deploymentId },
63
+ { },
64
+ { },
65
+ { },
66
66
  null,
67
67
  ['PureCloud OAuth'],
68
- ['application/json'],
68
+ ['application/json'],
69
69
  ['application/json']
70
70
  );
71
71
  }
@@ -89,13 +89,13 @@ class WebDeploymentsApi {
89
89
  return this.apiClient.callApi(
90
90
  '/api/v2/webdeployments/configurations/{configurationId}/versions/{versionId}',
91
91
  'GET',
92
- { 'configurationId': configurationId,'versionId': versionId },
93
- { },
94
- { },
95
- { },
92
+ { 'configurationId': configurationId,'versionId': versionId },
93
+ { },
94
+ { },
95
+ { },
96
96
  null,
97
97
  ['PureCloud OAuth'],
98
- ['application/json'],
98
+ ['application/json'],
99
99
  ['application/json']
100
100
  );
101
101
  }
@@ -114,13 +114,13 @@ class WebDeploymentsApi {
114
114
  return this.apiClient.callApi(
115
115
  '/api/v2/webdeployments/configurations/{configurationId}/versions',
116
116
  'GET',
117
- { 'configurationId': configurationId },
118
- { },
119
- { },
120
- { },
117
+ { 'configurationId': configurationId },
118
+ { },
119
+ { },
120
+ { },
121
121
  null,
122
122
  ['PureCloud OAuth'],
123
- ['application/json'],
123
+ ['application/json'],
124
124
  ['application/json']
125
125
  );
126
126
  }
@@ -139,13 +139,13 @@ class WebDeploymentsApi {
139
139
  return this.apiClient.callApi(
140
140
  '/api/v2/webdeployments/configurations/{configurationId}/versions/draft',
141
141
  'GET',
142
- { 'configurationId': configurationId },
143
- { },
144
- { },
145
- { },
142
+ { 'configurationId': configurationId },
143
+ { },
144
+ { },
145
+ { },
146
146
  null,
147
147
  ['PureCloud OAuth'],
148
- ['application/json'],
148
+ ['application/json'],
149
149
  ['application/json']
150
150
  );
151
151
  }
@@ -163,13 +163,13 @@ class WebDeploymentsApi {
163
163
  return this.apiClient.callApi(
164
164
  '/api/v2/webdeployments/configurations',
165
165
  'GET',
166
- { },
167
- { 'showOnlyPublished': opts['showOnlyPublished'] },
168
- { },
169
- { },
166
+ { },
167
+ { 'showOnlyPublished': opts['showOnlyPublished'] },
168
+ { },
169
+ { },
170
170
  null,
171
171
  ['PureCloud OAuth'],
172
- ['application/json'],
172
+ ['application/json'],
173
173
  ['application/json']
174
174
  );
175
175
  }
@@ -188,13 +188,13 @@ class WebDeploymentsApi {
188
188
  return this.apiClient.callApi(
189
189
  '/api/v2/webdeployments/deployments/{deploymentId}',
190
190
  'GET',
191
- { 'deploymentId': deploymentId },
192
- { },
193
- { },
194
- { },
191
+ { 'deploymentId': deploymentId },
192
+ { },
193
+ { },
194
+ { },
195
195
  null,
196
196
  ['PureCloud OAuth'],
197
- ['application/json'],
197
+ ['application/json'],
198
198
  ['application/json']
199
199
  );
200
200
  }
@@ -208,13 +208,13 @@ class WebDeploymentsApi {
208
208
  return this.apiClient.callApi(
209
209
  '/api/v2/webdeployments/deployments',
210
210
  'GET',
211
- { },
212
- { },
213
- { },
214
- { },
211
+ { },
212
+ { },
213
+ { },
214
+ { },
215
215
  null,
216
216
  ['PureCloud OAuth'],
217
- ['application/json'],
217
+ ['application/json'],
218
218
  ['application/json']
219
219
  );
220
220
  }
@@ -233,13 +233,13 @@ class WebDeploymentsApi {
233
233
  return this.apiClient.callApi(
234
234
  '/api/v2/webdeployments/configurations/{configurationId}/versions/draft/publish',
235
235
  'POST',
236
- { 'configurationId': configurationId },
237
- { },
238
- { },
239
- { },
236
+ { 'configurationId': configurationId },
237
+ { },
238
+ { },
239
+ { },
240
240
  null,
241
241
  ['PureCloud OAuth'],
242
- ['application/json'],
242
+ ['application/json'],
243
243
  ['application/json']
244
244
  );
245
245
  }
@@ -258,13 +258,13 @@ class WebDeploymentsApi {
258
258
  return this.apiClient.callApi(
259
259
  '/api/v2/webdeployments/configurations',
260
260
  'POST',
261
- { },
262
- { },
263
- { },
264
- { },
261
+ { },
262
+ { },
263
+ { },
264
+ { },
265
265
  configurationVersion,
266
266
  ['PureCloud OAuth'],
267
- ['application/json'],
267
+ ['application/json'],
268
268
  ['application/json']
269
269
  );
270
270
  }
@@ -283,13 +283,13 @@ class WebDeploymentsApi {
283
283
  return this.apiClient.callApi(
284
284
  '/api/v2/webdeployments/deployments',
285
285
  'POST',
286
- { },
287
- { },
288
- { },
289
- { },
286
+ { },
287
+ { },
288
+ { },
289
+ { },
290
290
  deployment,
291
291
  ['PureCloud OAuth'],
292
- ['application/json'],
292
+ ['application/json'],
293
293
  ['application/json']
294
294
  );
295
295
  }
@@ -313,13 +313,13 @@ class WebDeploymentsApi {
313
313
  return this.apiClient.callApi(
314
314
  '/api/v2/webdeployments/configurations/{configurationId}/versions/draft',
315
315
  'PUT',
316
- { 'configurationId': configurationId },
317
- { },
318
- { },
319
- { },
316
+ { 'configurationId': configurationId },
317
+ { },
318
+ { },
319
+ { },
320
320
  configurationVersion,
321
321
  ['PureCloud OAuth'],
322
- ['application/json'],
322
+ ['application/json'],
323
323
  ['application/json']
324
324
  );
325
325
  }
@@ -343,13 +343,13 @@ class WebDeploymentsApi {
343
343
  return this.apiClient.callApi(
344
344
  '/api/v2/webdeployments/deployments/{deploymentId}',
345
345
  'PUT',
346
- { 'deploymentId': deploymentId },
347
- { },
348
- { },
349
- { },
346
+ { 'deploymentId': deploymentId },
347
+ { },
348
+ { },
349
+ { },
350
350
  deployment,
351
351
  ['PureCloud OAuth'],
352
- ['application/json'],
352
+ ['application/json'],
353
353
  ['application/json']
354
354
  );
355
355
  }
@@ -5,7 +5,7 @@ class WebMessagingApi {
5
5
  /**
6
6
  * WebMessaging service.
7
7
  * @module purecloud-platform-client-v2/api/WebMessagingApi
8
- * @version 136.0.0
8
+ * @version 137.0.1
9
9
  */
10
10
 
11
11
  /**
@@ -34,13 +34,13 @@ class WebMessagingApi {
34
34
  return this.apiClient.callApi(
35
35
  '/api/v2/webmessaging/messages',
36
36
  'GET',
37
- { },
38
- { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'] },
39
- { },
40
- { },
37
+ { },
38
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'] },
39
+ { },
40
+ { },
41
41
  null,
42
42
  ['PureCloud OAuth'],
43
- ['application/json'],
43
+ ['application/json'],
44
44
  ['application/json']
45
45
  );
46
46
  }