purecloud-platform-client-v2 134.0.0 → 136.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 (73) hide show
  1. package/README.md +32 -29
  2. package/dist/node/purecloud-platform-client-v2.js +388 -214
  3. package/dist/web-amd/purecloud-platform-client-v2.js +388 -214
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +388 -214
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +398 -225
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +364 -35
  9. package/package.json +1 -1
  10. package/src/purecloud-platform-client-v2/ApiClient.js +2 -2
  11. package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
  12. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +1 -1
  13. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +1 -1
  14. package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
  15. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
  16. package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
  17. package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
  18. package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
  19. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
  20. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +5 -5
  21. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
  22. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
  23. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  24. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
  25. package/src/purecloud-platform-client-v2/api/GamificationApi.js +29 -29
  26. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
  27. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
  28. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
  29. package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
  30. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  31. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +11 -9
  32. package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
  33. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -1
  34. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
  35. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
  37. package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
  38. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  39. package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
  40. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  41. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  42. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  44. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/OutboundApi.js +26 -1
  47. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -51
  48. package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
  49. package/src/purecloud-platform-client-v2/api/RecordingApi.js +132 -5
  50. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/RoutingApi.js +7 -3
  52. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +69 -3
  54. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  57. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  59. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +2 -2
  60. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  70. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +51 -51
  73. package/src/purecloud-platform-client-v2/index.js +1 -1
@@ -5,7 +5,7 @@ class PresenceApi {
5
5
  /**
6
6
  * Presence service.
7
7
  * @module purecloud-platform-client-v2/api/PresenceApi
8
- * @version 134.0.0
8
+ * @version 136.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -151,31 +151,6 @@ class PresenceApi {
151
151
  );
152
152
  }
153
153
 
154
- /**
155
- * Get a user's Microsoft Teams presence.
156
- * Gets the presence for a Microsoft Teams user. This will return the Microsoft Teams presence mapped to Genesys Cloud presence with additional activity details in the message field. This presence source is read-only.
157
- * @param {String} userId user Id
158
- */
159
- getUserPresencesMicrosoftteams(userId) {
160
- // verify the required parameter 'userId' is set
161
- if (userId === undefined || userId === null) {
162
- throw 'Missing the required parameter "userId" when calling getUserPresencesMicrosoftteams';
163
- }
164
-
165
- return this.apiClient.callApi(
166
- '/api/v2/users/{userId}/presences/microsoftteams',
167
- 'GET',
168
- { 'userId': userId },
169
- { },
170
- { },
171
- { },
172
- null,
173
- ['PureCloud OAuth'],
174
- ['application/json'],
175
- ['application/json']
176
- );
177
- }
178
-
179
154
  /**
180
155
  * Get a user's Genesys Cloud presence.
181
156
  * Get the default Genesys Cloud user presence source PURECLOUD
@@ -201,31 +176,6 @@ class PresenceApi {
201
176
  );
202
177
  }
203
178
 
204
- /**
205
- * Get a user's Zoom Phone presence.
206
- * Gets the presence for a Zoom user. This will return the Zoom Phone presence mapped to Genesys Cloud presence with additional activity details in the message field. This presence source is read-only.
207
- * @param {String} userId user Id
208
- */
209
- getUserPresencesZoomphone(userId) {
210
- // verify the required parameter 'userId' is set
211
- if (userId === undefined || userId === null) {
212
- throw 'Missing the required parameter "userId" when calling getUserPresencesZoomphone';
213
- }
214
-
215
- return this.apiClient.callApi(
216
- '/api/v2/users/{userId}/presences/zoomphone',
217
- 'GET',
218
- { 'userId': userId },
219
- { },
220
- { },
221
- { },
222
- null,
223
- ['PureCloud OAuth'],
224
- ['application/json'],
225
- ['application/json']
226
- );
227
- }
228
-
229
179
  /**
230
180
  * Patch a user's Presence
231
181
  * Patch a user's presence for the specified source that is not specifically listed. The presence object can be patched one of three ways. Option 1: Set the 'primary' property to true. This will set the 'source' defined in the path as the user's primary presence source. Option 2: Provide the presenceDefinition value. The 'id' is the only value required within the presenceDefinition. Option 3: Provide the message value. Option 1 can be combined with Option 2 and/or Option 3.
@@ -5,7 +5,7 @@ class QualityApi {
5
5
  /**
6
6
  * Quality service.
7
7
  * @module purecloud-platform-client-v2/api/QualityApi
8
- * @version 134.0.0
8
+ * @version 136.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class RecordingApi {
5
5
  /**
6
6
  * Recording service.
7
7
  * @module purecloud-platform-client-v2/api/RecordingApi
8
- * @version 134.0.0
8
+ * @version 136.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -528,6 +528,7 @@ class RecordingApi {
528
528
  * @param {Boolean} opts.enabled checks to see if policy is enabled - use enabled = true or enabled = false
529
529
  * @param {Boolean} opts.summary provides a less verbose response of policy lists. (default to false)
530
530
  * @param {Boolean} opts.hasErrors provides a way to fetch all policies with errors or policies that do not have errors
531
+ * @param {Number} opts.deleteDaysThreshold provides a way to fetch all policies with any actions having deleteDays exceeding the provided value
531
532
  */
532
533
  getRecordingCrossplatformMediaretentionpolicies(opts) {
533
534
  opts = opts || {};
@@ -537,7 +538,7 @@ class RecordingApi {
537
538
  '/api/v2/recording/crossplatform/mediaretentionpolicies',
538
539
  'GET',
539
540
  { },
540
- { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi'),'nextPage': opts['nextPage'],'previousPage': opts['previousPage'],'name': opts['name'],'enabled': opts['enabled'],'summary': opts['summary'],'hasErrors': opts['hasErrors'] },
541
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi'),'nextPage': opts['nextPage'],'previousPage': opts['previousPage'],'name': opts['name'],'enabled': opts['enabled'],'summary': opts['summary'],'hasErrors': opts['hasErrors'],'deleteDaysThreshold': opts['deleteDaysThreshold'] },
541
542
  { },
542
543
  { },
543
544
  null,
@@ -660,6 +661,51 @@ class RecordingApi {
660
661
  );
661
662
  }
662
663
 
664
+ /**
665
+ * Get the encryption key configurations
666
+ *
667
+ * @param {String} keyConfigurationId Key Configurations Id
668
+ */
669
+ getRecordingKeyconfiguration(keyConfigurationId) {
670
+ // verify the required parameter 'keyConfigurationId' is set
671
+ if (keyConfigurationId === undefined || keyConfigurationId === null) {
672
+ throw 'Missing the required parameter "keyConfigurationId" when calling getRecordingKeyconfiguration';
673
+ }
674
+
675
+ return this.apiClient.callApi(
676
+ '/api/v2/recording/keyconfigurations/{keyConfigurationId}',
677
+ 'GET',
678
+ { 'keyConfigurationId': keyConfigurationId },
679
+ { },
680
+ { },
681
+ { },
682
+ null,
683
+ ['PureCloud OAuth'],
684
+ ['application/json'],
685
+ ['application/json']
686
+ );
687
+ }
688
+
689
+ /**
690
+ * Get a list of key configurations data
691
+ *
692
+ */
693
+ getRecordingKeyconfigurations() {
694
+
695
+ return this.apiClient.callApi(
696
+ '/api/v2/recording/keyconfigurations',
697
+ 'GET',
698
+ { },
699
+ { },
700
+ { },
701
+ { },
702
+ null,
703
+ ['PureCloud OAuth'],
704
+ ['application/json'],
705
+ ['application/json']
706
+ );
707
+ }
708
+
663
709
  /**
664
710
  * Get the local encryption settings
665
711
  *
@@ -719,6 +765,7 @@ class RecordingApi {
719
765
  * @param {Boolean} opts.enabled checks to see if policy is enabled - use enabled = true or enabled = false
720
766
  * @param {Boolean} opts.summary provides a less verbose response of policy lists. (default to false)
721
767
  * @param {Boolean} opts.hasErrors provides a way to fetch all policies with errors or policies that do not have errors
768
+ * @param {Number} opts.deleteDaysThreshold provides a way to fetch all policies with any actions having deleteDays exceeding the provided value
722
769
  */
723
770
  getRecordingMediaretentionpolicies(opts) {
724
771
  opts = opts || {};
@@ -728,7 +775,7 @@ class RecordingApi {
728
775
  '/api/v2/recording/mediaretentionpolicies',
729
776
  'GET',
730
777
  { },
731
- { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi'),'nextPage': opts['nextPage'],'previousPage': opts['previousPage'],'name': opts['name'],'enabled': opts['enabled'],'summary': opts['summary'],'hasErrors': opts['hasErrors'] },
778
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi'),'nextPage': opts['nextPage'],'previousPage': opts['previousPage'],'name': opts['name'],'enabled': opts['enabled'],'summary': opts['summary'],'hasErrors': opts['hasErrors'],'deleteDaysThreshold': opts['deleteDaysThreshold'] },
732
779
  { },
733
780
  { },
734
781
  null,
@@ -1032,8 +1079,8 @@ class RecordingApi {
1032
1079
  }
1033
1080
 
1034
1081
  /**
1035
- * Create a recording bulk job
1036
- *
1082
+ * Create a recording bulk job.
1083
+ * Each organization can run up to a maximum of two concurrent jobs that are either in pending or processing state.
1037
1084
  * @param {Object} body query
1038
1085
  */
1039
1086
  postRecordingJobs(body) {
@@ -1056,6 +1103,56 @@ class RecordingApi {
1056
1103
  );
1057
1104
  }
1058
1105
 
1106
+ /**
1107
+ * Setup configurations for encryption key creation
1108
+ *
1109
+ * @param {Object} body Encryption Configuration
1110
+ */
1111
+ postRecordingKeyconfigurations(body) {
1112
+ // verify the required parameter 'body' is set
1113
+ if (body === undefined || body === null) {
1114
+ throw 'Missing the required parameter "body" when calling postRecordingKeyconfigurations';
1115
+ }
1116
+
1117
+ return this.apiClient.callApi(
1118
+ '/api/v2/recording/keyconfigurations',
1119
+ 'POST',
1120
+ { },
1121
+ { },
1122
+ { },
1123
+ { },
1124
+ body,
1125
+ ['PureCloud OAuth'],
1126
+ ['application/json'],
1127
+ ['application/json']
1128
+ );
1129
+ }
1130
+
1131
+ /**
1132
+ * Validate encryption key configurations without saving it
1133
+ *
1134
+ * @param {Object} body Encryption Configuration
1135
+ */
1136
+ postRecordingKeyconfigurationsValidate(body) {
1137
+ // verify the required parameter 'body' is set
1138
+ if (body === undefined || body === null) {
1139
+ throw 'Missing the required parameter "body" when calling postRecordingKeyconfigurationsValidate';
1140
+ }
1141
+
1142
+ return this.apiClient.callApi(
1143
+ '/api/v2/recording/keyconfigurations/validate',
1144
+ 'POST',
1145
+ { },
1146
+ { },
1147
+ { },
1148
+ { },
1149
+ body,
1150
+ ['PureCloud OAuth'],
1151
+ ['application/json'],
1152
+ ['application/json']
1153
+ );
1154
+ }
1155
+
1059
1156
  /**
1060
1157
  * create a local recording key
1061
1158
  *
@@ -1390,6 +1487,36 @@ class RecordingApi {
1390
1487
  );
1391
1488
  }
1392
1489
 
1490
+ /**
1491
+ * Update the encryption key configurations
1492
+ *
1493
+ * @param {String} keyConfigurationId Key Configurations Id
1494
+ * @param {Object} body Encryption key configuration metadata
1495
+ */
1496
+ putRecordingKeyconfiguration(keyConfigurationId, body) {
1497
+ // verify the required parameter 'keyConfigurationId' is set
1498
+ if (keyConfigurationId === undefined || keyConfigurationId === null) {
1499
+ throw 'Missing the required parameter "keyConfigurationId" when calling putRecordingKeyconfiguration';
1500
+ }
1501
+ // verify the required parameter 'body' is set
1502
+ if (body === undefined || body === null) {
1503
+ throw 'Missing the required parameter "body" when calling putRecordingKeyconfiguration';
1504
+ }
1505
+
1506
+ return this.apiClient.callApi(
1507
+ '/api/v2/recording/keyconfigurations/{keyConfigurationId}',
1508
+ 'PUT',
1509
+ { 'keyConfigurationId': keyConfigurationId },
1510
+ { },
1511
+ { },
1512
+ { },
1513
+ body,
1514
+ ['PureCloud OAuth'],
1515
+ ['application/json'],
1516
+ ['application/json']
1517
+ );
1518
+ }
1519
+
1393
1520
  /**
1394
1521
  * Update the local encryption settings
1395
1522
  *
@@ -5,7 +5,7 @@ class ResponseManagementApi {
5
5
  /**
6
6
  * ResponseManagement service.
7
7
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
8
- * @version 134.0.0
8
+ * @version 136.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class RoutingApi {
5
5
  /**
6
6
  * Routing service.
7
7
  * @module purecloud-platform-client-v2/api/RoutingApi
8
- * @version 134.0.0
8
+ * @version 136.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -664,14 +664,18 @@ class RoutingApi {
664
664
  /**
665
665
  * Get domains
666
666
  *
667
+ * @param {Object} opts Optional parameters
668
+ * @param {Boolean} opts.excludeStatus Exclude MX record data (default to false)
667
669
  */
668
- getRoutingEmailDomains() {
670
+ getRoutingEmailDomains(opts) {
671
+ opts = opts || {};
672
+
669
673
 
670
674
  return this.apiClient.callApi(
671
675
  '/api/v2/routing/email/domains',
672
676
  'GET',
673
677
  { },
674
- { },
678
+ { 'excludeStatus': opts['excludeStatus'] },
675
679
  { },
676
680
  { },
677
681
  null,
@@ -5,7 +5,7 @@ class SCIMApi {
5
5
  /**
6
6
  * SCIM service.
7
7
  * @module purecloud-platform-client-v2/api/SCIMApi
8
- * @version 134.0.0
8
+ * @version 136.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class ScriptsApi {
5
5
  /**
6
6
  * Scripts service.
7
7
  * @module purecloud-platform-client-v2/api/ScriptsApi
8
- * @version 134.0.0
8
+ * @version 136.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -121,6 +121,7 @@ class ScriptsApi {
121
121
  * @param {Object} opts.sortBy SortBy
122
122
  * @param {Object} opts.sortOrder SortOrder
123
123
  * @param {String} opts.scriptDataVersion Advanced usage - controls the data version of the script
124
+ * @param {String} opts.divisionIds Filters scripts to requested divisionIds
124
125
  */
125
126
  getScripts(opts) {
126
127
  opts = opts || {};
@@ -130,7 +131,40 @@ class ScriptsApi {
130
131
  '/api/v2/scripts',
131
132
  'GET',
132
133
  { },
133
- { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'expand': opts['expand'],'name': opts['name'],'feature': opts['feature'],'flowId': opts['flowId'],'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'],'scriptDataVersion': opts['scriptDataVersion'] },
134
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'expand': opts['expand'],'name': opts['name'],'feature': opts['feature'],'flowId': opts['flowId'],'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'],'scriptDataVersion': opts['scriptDataVersion'],'divisionIds': opts['divisionIds'] },
135
+ { },
136
+ { },
137
+ null,
138
+ ['PureCloud OAuth'],
139
+ ['application/json'],
140
+ ['application/json']
141
+ );
142
+ }
143
+
144
+ /**
145
+ * Get the metadata for a list of scripts
146
+ *
147
+ * @param {Object} opts Optional parameters
148
+ * @param {Number} opts.pageSize Page size (default to 25)
149
+ * @param {Number} opts.pageNumber Page number (default to 1)
150
+ * @param {String} opts.expand Expand
151
+ * @param {String} opts.name Name filter
152
+ * @param {String} opts.feature Feature filter
153
+ * @param {String} opts.flowId Secure flow id filter
154
+ * @param {Object} opts.sortBy SortBy
155
+ * @param {Object} opts.sortOrder SortOrder
156
+ * @param {String} opts.scriptDataVersion Advanced usage - controls the data version of the script
157
+ * @param {String} opts.divisionIds Filters scripts to requested divisionIds
158
+ */
159
+ getScriptsDivisionviews(opts) {
160
+ opts = opts || {};
161
+
162
+
163
+ return this.apiClient.callApi(
164
+ '/api/v2/scripts/divisionviews',
165
+ 'GET',
166
+ { },
167
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'expand': opts['expand'],'name': opts['name'],'feature': opts['feature'],'flowId': opts['flowId'],'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'],'scriptDataVersion': opts['scriptDataVersion'],'divisionIds': opts['divisionIds'] },
134
168
  { },
135
169
  { },
136
170
  null,
@@ -151,6 +185,7 @@ class ScriptsApi {
151
185
  * @param {String} opts.feature Feature filter
152
186
  * @param {String} opts.flowId Secure flow id filter
153
187
  * @param {String} opts.scriptDataVersion Advanced usage - controls the data version of the script
188
+ * @param {String} opts.divisionIds Filters scripts to requested divisionIds
154
189
  */
155
190
  getScriptsPublished(opts) {
156
191
  opts = opts || {};
@@ -160,7 +195,38 @@ class ScriptsApi {
160
195
  '/api/v2/scripts/published',
161
196
  'GET',
162
197
  { },
163
- { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'expand': opts['expand'],'name': opts['name'],'feature': opts['feature'],'flowId': opts['flowId'],'scriptDataVersion': opts['scriptDataVersion'] },
198
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'expand': opts['expand'],'name': opts['name'],'feature': opts['feature'],'flowId': opts['flowId'],'scriptDataVersion': opts['scriptDataVersion'],'divisionIds': opts['divisionIds'] },
199
+ { },
200
+ { },
201
+ null,
202
+ ['PureCloud OAuth'],
203
+ ['application/json'],
204
+ ['application/json']
205
+ );
206
+ }
207
+
208
+ /**
209
+ * Get the published scripts metadata.
210
+ *
211
+ * @param {Object} opts Optional parameters
212
+ * @param {Number} opts.pageSize Page size (default to 25)
213
+ * @param {Number} opts.pageNumber Page number (default to 1)
214
+ * @param {String} opts.expand Expand
215
+ * @param {String} opts.name Name filter
216
+ * @param {String} opts.feature Feature filter
217
+ * @param {String} opts.flowId Secure flow id filter
218
+ * @param {String} opts.scriptDataVersion Advanced usage - controls the data version of the script
219
+ * @param {String} opts.divisionIds Filters scripts to requested divisionIds
220
+ */
221
+ getScriptsPublishedDivisionviews(opts) {
222
+ opts = opts || {};
223
+
224
+
225
+ return this.apiClient.callApi(
226
+ '/api/v2/scripts/published/divisionviews',
227
+ 'GET',
228
+ { },
229
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'expand': opts['expand'],'name': opts['name'],'feature': opts['feature'],'flowId': opts['flowId'],'scriptDataVersion': opts['scriptDataVersion'],'divisionIds': opts['divisionIds'] },
164
230
  { },
165
231
  { },
166
232
  null,
@@ -5,7 +5,7 @@ class SearchApi {
5
5
  /**
6
6
  * Search service.
7
7
  * @module purecloud-platform-client-v2/api/SearchApi
8
- * @version 134.0.0
8
+ * @version 136.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class SpeechTextAnalyticsApi {
5
5
  /**
6
6
  * SpeechTextAnalytics service.
7
7
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
8
- * @version 134.0.0
8
+ * @version 136.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class StationsApi {
5
5
  /**
6
6
  * Stations service.
7
7
  * @module purecloud-platform-client-v2/api/StationsApi
8
- * @version 134.0.0
8
+ * @version 136.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class SuggestApi {
5
5
  /**
6
6
  * Suggest service.
7
7
  * @module purecloud-platform-client-v2/api/SuggestApi
8
- * @version 134.0.0
8
+ * @version 136.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class TelephonyApi {
5
5
  /**
6
6
  * Telephony service.
7
7
  * @module purecloud-platform-client-v2/api/TelephonyApi
8
- * @version 134.0.0
8
+ * @version 136.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class TelephonyProvidersEdgeApi {
5
5
  /**
6
6
  * TelephonyProvidersEdge service.
7
7
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
8
- * @version 134.0.0
8
+ * @version 136.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -1420,7 +1420,7 @@ class TelephonyProvidersEdgeApi {
1420
1420
  * @param {Number} opts.pageSize Page size (default to 25)
1421
1421
  * @param {Number} opts.pageNumber Page number (default to 1)
1422
1422
  * @param {String} opts.sortBy Sort by
1423
- * @param {String} opts._number Number
1423
+ * @param {String} opts._number Deprecated, filtering by number not supported
1424
1424
  */
1425
1425
  getTelephonyProvidersEdgesExtensionpools(opts) {
1426
1426
  opts = opts || {};
@@ -5,7 +5,7 @@ class TextbotsApi {
5
5
  /**
6
6
  * Textbots service.
7
7
  * @module purecloud-platform-client-v2/api/TextbotsApi
8
- * @version 134.0.0
8
+ * @version 136.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class TokensApi {
5
5
  /**
6
6
  * Tokens service.
7
7
  * @module purecloud-platform-client-v2/api/TokensApi
8
- * @version 134.0.0
8
+ * @version 136.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class UploadsApi {
5
5
  /**
6
6
  * Uploads service.
7
7
  * @module purecloud-platform-client-v2/api/UploadsApi
8
- * @version 134.0.0
8
+ * @version 136.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class UsageApi {
5
5
  /**
6
6
  * Usage service.
7
7
  * @module purecloud-platform-client-v2/api/UsageApi
8
- * @version 134.0.0
8
+ * @version 136.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class UserRecordingsApi {
5
5
  /**
6
6
  * UserRecordings service.
7
7
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
8
- * @version 134.0.0
8
+ * @version 136.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class UsersApi {
5
5
  /**
6
6
  * Users service.
7
7
  * @module purecloud-platform-client-v2/api/UsersApi
8
- * @version 134.0.0
8
+ * @version 136.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class UtilitiesApi {
5
5
  /**
6
6
  * Utilities service.
7
7
  * @module purecloud-platform-client-v2/api/UtilitiesApi
8
- * @version 134.0.0
8
+ * @version 136.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class VoicemailApi {
5
5
  /**
6
6
  * Voicemail service.
7
7
  * @module purecloud-platform-client-v2/api/VoicemailApi
8
- * @version 134.0.0
8
+ * @version 136.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class WebChatApi {
5
5
  /**
6
6
  * WebChat service.
7
7
  * @module purecloud-platform-client-v2/api/WebChatApi
8
- * @version 134.0.0
8
+ * @version 136.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class WebDeploymentsApi {
5
5
  /**
6
6
  * WebDeployments service.
7
7
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
8
- * @version 134.0.0
8
+ * @version 136.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class WebMessagingApi {
5
5
  /**
6
6
  * WebMessaging service.
7
7
  * @module purecloud-platform-client-v2/api/WebMessagingApi
8
- * @version 134.0.0
8
+ * @version 136.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class WidgetsApi {
5
5
  /**
6
6
  * Widgets service.
7
7
  * @module purecloud-platform-client-v2/api/WidgetsApi
8
- * @version 134.0.0
8
+ * @version 136.0.0
9
9
  */
10
10
 
11
11
  /**