purecloud-platform-client-v2 189.1.0 → 190.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 (85) hide show
  1. package/README.md +2 -2
  2. package/dist/node/purecloud-platform-client-v2.js +923 -109
  3. package/dist/web-amd/purecloud-platform-client-v2.js +923 -109
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +300 -112
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +301 -115
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +822 -453
  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/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/CarrierServicesApi.js +1 -1
  18. package/src/purecloud-platform-client-v2/api/ChatApi.js +86 -20
  19. package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
  20. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
  21. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +13 -8
  22. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
  23. package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
  24. package/src/purecloud-platform-client-v2/api/EmailsApi.js +1 -1
  25. package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
  26. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
  27. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  28. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
  29. package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
  30. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
  31. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
  32. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
  33. package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
  34. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  35. package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -1
  37. package/src/purecloud-platform-client-v2/api/JourneyApi.js +207 -1
  38. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -1
  39. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
  40. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  41. package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
  42. package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  44. package/src/purecloud-platform-client-v2/api/LogCaptureApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  49. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  50. package/src/purecloud-platform-client-v2/api/OperationalEventsApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +2 -2
  52. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/OutboundApi.js +1 -1
  54. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
  57. package/src/purecloud-platform-client-v2/api/RecordingApi.js +22 -1
  58. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  59. package/src/purecloud-platform-client-v2/api/RoutingApi.js +8 -7
  60. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/ScreenRecordingApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/SettingsApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
  70. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  73. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  74. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  75. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  76. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  77. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  78. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  79. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  80. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  81. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  82. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  83. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  84. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +516 -1
  85. package/src/purecloud-platform-client-v2/index.js +1 -1
@@ -5,7 +5,7 @@ class JourneyApi {
5
5
  /**
6
6
  * Journey service.
7
7
  * @module purecloud-platform-client-v2/api/JourneyApi
8
- * @version 189.1.0
8
+ * @version 190.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -855,6 +855,109 @@ class JourneyApi {
855
855
  );
856
856
  }
857
857
 
858
+ /**
859
+ * Get the job for a journey view version.
860
+ * used for long descriptions
861
+ * @param {String} viewId Journey View Id
862
+ * @param {String} journeyVersionId Journey View Version
863
+ * @param {String} jobId JobId
864
+ * getJourneyViewVersionJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
865
+ */
866
+ getJourneyViewVersionJob(viewId, journeyVersionId, jobId) {
867
+ // verify the required parameter 'viewId' is set
868
+ if (viewId === undefined || viewId === null) {
869
+ throw 'Missing the required parameter "viewId" when calling getJourneyViewVersionJob';
870
+ }
871
+ // verify the required parameter 'journeyVersionId' is set
872
+ if (journeyVersionId === undefined || journeyVersionId === null) {
873
+ throw 'Missing the required parameter "journeyVersionId" when calling getJourneyViewVersionJob';
874
+ }
875
+ // verify the required parameter 'jobId' is set
876
+ if (jobId === undefined || jobId === null) {
877
+ throw 'Missing the required parameter "jobId" when calling getJourneyViewVersionJob';
878
+ }
879
+
880
+ return this.apiClient.callApi(
881
+ '/api/v2/journey/views/{viewId}/versions/{journeyVersionId}/jobs/{jobId}',
882
+ 'GET',
883
+ { 'viewId': viewId,'journeyVersionId': journeyVersionId,'jobId': jobId },
884
+ { },
885
+ { },
886
+ { },
887
+ null,
888
+ ['PureCloud OAuth'],
889
+ ['application/json'],
890
+ ['application/json']
891
+ );
892
+ }
893
+
894
+ /**
895
+ * Get the result of a job for a journey view version.
896
+ * used for long descriptions
897
+ * @param {String} viewId JourneyViewResult id
898
+ * @param {String} journeyViewVersion Journey View Version
899
+ * @param {String} jobId Id of the executing job
900
+ * getJourneyViewVersionJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
901
+ */
902
+ getJourneyViewVersionJobResults(viewId, journeyViewVersion, jobId) {
903
+ // verify the required parameter 'viewId' is set
904
+ if (viewId === undefined || viewId === null) {
905
+ throw 'Missing the required parameter "viewId" when calling getJourneyViewVersionJobResults';
906
+ }
907
+ // verify the required parameter 'journeyViewVersion' is set
908
+ if (journeyViewVersion === undefined || journeyViewVersion === null) {
909
+ throw 'Missing the required parameter "journeyViewVersion" when calling getJourneyViewVersionJobResults';
910
+ }
911
+ // verify the required parameter 'jobId' is set
912
+ if (jobId === undefined || jobId === null) {
913
+ throw 'Missing the required parameter "jobId" when calling getJourneyViewVersionJobResults';
914
+ }
915
+
916
+ return this.apiClient.callApi(
917
+ '/api/v2/journey/views/{viewId}/versions/{journeyViewVersion}/jobs/{jobId}/results',
918
+ 'GET',
919
+ { 'viewId': viewId,'journeyViewVersion': journeyViewVersion,'jobId': jobId },
920
+ { },
921
+ { },
922
+ { },
923
+ null,
924
+ ['PureCloud OAuth'],
925
+ ['application/json'],
926
+ ['application/json']
927
+ );
928
+ }
929
+
930
+ /**
931
+ * Get the latest job of a journey view version.
932
+ * used for long descriptions
933
+ * @param {String} viewId Journey View Id
934
+ * @param {String} journeyVersionId Journey View Version
935
+ * getJourneyViewVersionJobsLatest is a preview method and is subject to both breaking and non-breaking changes at any time without notice
936
+ */
937
+ getJourneyViewVersionJobsLatest(viewId, journeyVersionId) {
938
+ // verify the required parameter 'viewId' is set
939
+ if (viewId === undefined || viewId === null) {
940
+ throw 'Missing the required parameter "viewId" when calling getJourneyViewVersionJobsLatest';
941
+ }
942
+ // verify the required parameter 'journeyVersionId' is set
943
+ if (journeyVersionId === undefined || journeyVersionId === null) {
944
+ throw 'Missing the required parameter "journeyVersionId" when calling getJourneyViewVersionJobsLatest';
945
+ }
946
+
947
+ return this.apiClient.callApi(
948
+ '/api/v2/journey/views/{viewId}/versions/{journeyVersionId}/jobs/latest',
949
+ 'GET',
950
+ { 'viewId': viewId,'journeyVersionId': journeyVersionId },
951
+ { },
952
+ { },
953
+ { },
954
+ null,
955
+ ['PureCloud OAuth'],
956
+ ['application/json'],
957
+ ['application/json']
958
+ );
959
+ }
960
+
858
961
  /**
859
962
  * Get a list of Journey Views
860
963
  *
@@ -876,6 +979,53 @@ class JourneyApi {
876
979
  );
877
980
  }
878
981
 
982
+ /**
983
+ * Get an Event Definition
984
+ *
985
+ * @param {String} eventDefinitionId Event Definition ID
986
+ * getJourneyViewsEventdefinition is a preview method and is subject to both breaking and non-breaking changes at any time without notice
987
+ */
988
+ getJourneyViewsEventdefinition(eventDefinitionId) {
989
+ // verify the required parameter 'eventDefinitionId' is set
990
+ if (eventDefinitionId === undefined || eventDefinitionId === null) {
991
+ throw 'Missing the required parameter "eventDefinitionId" when calling getJourneyViewsEventdefinition';
992
+ }
993
+
994
+ return this.apiClient.callApi(
995
+ '/api/v2/journey/views/eventdefinitions/{eventDefinitionId}',
996
+ 'GET',
997
+ { 'eventDefinitionId': eventDefinitionId },
998
+ { },
999
+ { },
1000
+ { },
1001
+ null,
1002
+ ['PureCloud OAuth'],
1003
+ ['application/json'],
1004
+ ['application/json']
1005
+ );
1006
+ }
1007
+
1008
+ /**
1009
+ * Get a list of Event Definitions
1010
+ *
1011
+ * getJourneyViewsEventdefinitions is a preview method and is subject to both breaking and non-breaking changes at any time without notice
1012
+ */
1013
+ getJourneyViewsEventdefinitions() {
1014
+
1015
+ return this.apiClient.callApi(
1016
+ '/api/v2/journey/views/eventdefinitions',
1017
+ 'GET',
1018
+ { },
1019
+ { },
1020
+ { },
1021
+ { },
1022
+ null,
1023
+ ['PureCloud OAuth'],
1024
+ ['application/json'],
1025
+ ['application/json']
1026
+ );
1027
+ }
1028
+
879
1029
  /**
880
1030
  * Update single action map.
881
1031
  *
@@ -1326,6 +1476,37 @@ class JourneyApi {
1326
1476
  );
1327
1477
  }
1328
1478
 
1479
+ /**
1480
+ * Submit a job request for a journey view version.
1481
+ * used for long descriptions
1482
+ * @param {String} viewId Journey View Id
1483
+ * @param {String} journeyVersionId Journey View Version
1484
+ * postJourneyViewVersionJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
1485
+ */
1486
+ postJourneyViewVersionJobs(viewId, journeyVersionId) {
1487
+ // verify the required parameter 'viewId' is set
1488
+ if (viewId === undefined || viewId === null) {
1489
+ throw 'Missing the required parameter "viewId" when calling postJourneyViewVersionJobs';
1490
+ }
1491
+ // verify the required parameter 'journeyVersionId' is set
1492
+ if (journeyVersionId === undefined || journeyVersionId === null) {
1493
+ throw 'Missing the required parameter "journeyVersionId" when calling postJourneyViewVersionJobs';
1494
+ }
1495
+
1496
+ return this.apiClient.callApi(
1497
+ '/api/v2/journey/views/{viewId}/versions/{journeyVersionId}/jobs',
1498
+ 'POST',
1499
+ { 'viewId': viewId,'journeyVersionId': journeyVersionId },
1500
+ { },
1501
+ { },
1502
+ { },
1503
+ null,
1504
+ ['PureCloud OAuth'],
1505
+ ['application/json'],
1506
+ ['application/json']
1507
+ );
1508
+ }
1509
+
1329
1510
  /**
1330
1511
  * Update a Journey View by ID
1331
1512
  * creates a new version
@@ -1383,6 +1564,31 @@ class JourneyApi {
1383
1564
  );
1384
1565
  }
1385
1566
 
1567
+ /**
1568
+ * Validate whether an encoding exist for a label/value combination.
1569
+ * True indicates a valid encoding
1570
+ * @param {Object} opts Optional parameters
1571
+ * @param {Array.<Object>} opts.body
1572
+ * postJourneyViewsEncodingsValidate is a preview method and is subject to both breaking and non-breaking changes at any time without notice
1573
+ */
1574
+ postJourneyViewsEncodingsValidate(opts) {
1575
+ opts = opts || {};
1576
+
1577
+
1578
+ return this.apiClient.callApi(
1579
+ '/api/v2/journey/views/encodings/validate',
1580
+ 'POST',
1581
+ { },
1582
+ { },
1583
+ { },
1584
+ { },
1585
+ opts['body'],
1586
+ ['PureCloud OAuth'],
1587
+ ['application/json'],
1588
+ ['application/json']
1589
+ );
1590
+ }
1591
+
1386
1592
  }
1387
1593
 
1388
1594
 
@@ -5,7 +5,7 @@ class KnowledgeApi {
5
5
  /**
6
6
  * Knowledge service.
7
7
  * @module purecloud-platform-client-v2/api/KnowledgeApi
8
- * @version 189.1.0
8
+ * @version 190.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class LanguageUnderstandingApi {
5
5
  /**
6
6
  * LanguageUnderstanding service.
7
7
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
8
- * @version 189.1.0
8
+ * @version 190.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class LanguagesApi {
5
5
  /**
6
6
  * Languages service.
7
7
  * @module purecloud-platform-client-v2/api/LanguagesApi
8
- * @version 189.1.0
8
+ * @version 190.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class LearningApi {
5
5
  /**
6
6
  * Learning service.
7
7
  * @module purecloud-platform-client-v2/api/LearningApi
8
- * @version 189.1.0
8
+ * @version 190.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class LicenseApi {
5
5
  /**
6
6
  * License service.
7
7
  * @module purecloud-platform-client-v2/api/LicenseApi
8
- * @version 189.1.0
8
+ * @version 190.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class LocationsApi {
5
5
  /**
6
6
  * Locations service.
7
7
  * @module purecloud-platform-client-v2/api/LocationsApi
8
- * @version 189.1.0
8
+ * @version 190.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class LogCaptureApi {
5
5
  /**
6
6
  * LogCapture service.
7
7
  * @module purecloud-platform-client-v2/api/LogCaptureApi
8
- * @version 189.1.0
8
+ * @version 190.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class MessagingApi {
5
5
  /**
6
6
  * Messaging service.
7
7
  * @module purecloud-platform-client-v2/api/MessagingApi
8
- * @version 189.1.0
8
+ * @version 190.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class MobileDevicesApi {
5
5
  /**
6
6
  * MobileDevices service.
7
7
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
8
- * @version 189.1.0
8
+ * @version 190.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class NotificationsApi {
5
5
  /**
6
6
  * Notifications service.
7
7
  * @module purecloud-platform-client-v2/api/NotificationsApi
8
- * @version 189.1.0
8
+ * @version 190.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class OAuthApi {
5
5
  /**
6
6
  * OAuth service.
7
7
  * @module purecloud-platform-client-v2/api/OAuthApi
8
- * @version 189.1.0
8
+ * @version 190.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class ObjectsApi {
5
5
  /**
6
6
  * Objects service.
7
7
  * @module purecloud-platform-client-v2/api/ObjectsApi
8
- * @version 189.1.0
8
+ * @version 190.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class OperationalEventsApi {
5
5
  /**
6
6
  * OperationalEvents service.
7
7
  * @module purecloud-platform-client-v2/api/OperationalEventsApi
8
- * @version 189.1.0
8
+ * @version 190.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class OrganizationApi {
5
5
  /**
6
6
  * Organization service.
7
7
  * @module purecloud-platform-client-v2/api/OrganizationApi
8
- * @version 189.1.0
8
+ * @version 190.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -162,7 +162,7 @@ class OrganizationApi {
162
162
  }
163
163
 
164
164
  /**
165
- * Get a link to the limit documentation
165
+ * Get limit documentation
166
166
  *
167
167
  */
168
168
  getOrganizationsLimitsDocs() {
@@ -5,7 +5,7 @@ class OrganizationAuthorizationApi {
5
5
  /**
6
6
  * OrganizationAuthorization service.
7
7
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
8
- * @version 189.1.0
8
+ * @version 190.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class OutboundApi {
5
5
  /**
6
6
  * Outbound service.
7
7
  * @module purecloud-platform-client-v2/api/OutboundApi
8
- * @version 189.1.0
8
+ * @version 190.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class PresenceApi {
5
5
  /**
6
6
  * Presence service.
7
7
  * @module purecloud-platform-client-v2/api/PresenceApi
8
- * @version 189.1.0
8
+ * @version 190.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class ProcessAutomationApi {
5
5
  /**
6
6
  * ProcessAutomation service.
7
7
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
8
- * @version 189.1.0
8
+ * @version 190.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class QualityApi {
5
5
  /**
6
6
  * Quality service.
7
7
  * @module purecloud-platform-client-v2/api/QualityApi
8
- * @version 189.1.0
8
+ * @version 190.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 189.1.0
8
+ * @version 190.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -914,6 +914,27 @@ class RecordingApi {
914
914
  );
915
915
  }
916
916
 
917
+ /**
918
+ * Retrieves an object containing the total number of concurrent active screen recordings
919
+ *
920
+ * getRecordingsScreensessionsDetails is a preview method and is subject to both breaking and non-breaking changes at any time without notice
921
+ */
922
+ getRecordingsScreensessionsDetails() {
923
+
924
+ return this.apiClient.callApi(
925
+ '/api/v2/recordings/screensessions/details',
926
+ 'GET',
927
+ { },
928
+ { },
929
+ { },
930
+ { },
931
+ null,
932
+ ['PureCloud OAuth'],
933
+ ['application/json'],
934
+ ['application/json']
935
+ );
936
+ }
937
+
917
938
  /**
918
939
  * Patch a media retention policy
919
940
  *
@@ -5,7 +5,7 @@ class ResponseManagementApi {
5
5
  /**
6
6
  * ResponseManagement service.
7
7
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
8
- * @version 189.1.0
8
+ * @version 190.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 189.1.0
8
+ * @version 190.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -1453,11 +1453,12 @@ class RoutingApi {
1453
1453
  * @param {Number} opts.pageNumber Page number (default to 1)
1454
1454
  * @param {Number} opts.pageSize Page size (default to 25)
1455
1455
  * @param {Object} opts.sortOrder Note: results are sorted by name. (default to asc)
1456
- * @param {String} opts.name Filter by queue name
1457
- * @param {Array.<String>} opts.id Filter by queue ID(s)
1458
- * @param {Array.<String>} opts.divisionId Filter by queue division ID(s)
1459
- * @param {Array.<String>} opts.peerId Filter by queue peer ID(s)
1460
- * @param {Boolean} opts.hasPeer Filter by queues associated with peer
1456
+ * @param {String} opts.name Include only queues with the given name (leading and trailing asterisks allowed)
1457
+ * @param {Array.<String>} opts.id Include only queues with the specified ID(s)
1458
+ * @param {Array.<String>} opts.divisionId Include only queues in the specified division ID(s)
1459
+ * @param {Array.<String>} opts.peerId Include only queues with the specified peer ID(s)
1460
+ * @param {String} opts.cannedResponseLibraryId Include only queues explicitly associated with the specified canned response library ID
1461
+ * @param {Boolean} opts.hasPeer Include only queues with a peer ID
1461
1462
  */
1462
1463
  getRoutingQueues(opts) {
1463
1464
  opts = opts || {};
@@ -1467,7 +1468,7 @@ class RoutingApi {
1467
1468
  '/api/v2/routing/queues',
1468
1469
  'GET',
1469
1470
  { },
1470
- { 'pageNumber': opts['pageNumber'],'pageSize': opts['pageSize'],'sortOrder': opts['sortOrder'],'name': opts['name'],'id': this.apiClient.buildCollectionParam(opts['id'], 'multi'),'divisionId': this.apiClient.buildCollectionParam(opts['divisionId'], 'multi'),'peerId': this.apiClient.buildCollectionParam(opts['peerId'], 'multi'),'hasPeer': opts['hasPeer'] },
1471
+ { 'pageNumber': opts['pageNumber'],'pageSize': opts['pageSize'],'sortOrder': opts['sortOrder'],'name': opts['name'],'id': this.apiClient.buildCollectionParam(opts['id'], 'multi'),'divisionId': this.apiClient.buildCollectionParam(opts['divisionId'], 'multi'),'peerId': this.apiClient.buildCollectionParam(opts['peerId'], 'multi'),'cannedResponseLibraryId': opts['cannedResponseLibraryId'],'hasPeer': opts['hasPeer'] },
1471
1472
  { },
1472
1473
  { },
1473
1474
  null,
@@ -5,7 +5,7 @@ class SCIMApi {
5
5
  /**
6
6
  * SCIM service.
7
7
  * @module purecloud-platform-client-v2/api/SCIMApi
8
- * @version 189.1.0
8
+ * @version 190.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class ScreenRecordingApi {
5
5
  /**
6
6
  * ScreenRecording service.
7
7
  * @module purecloud-platform-client-v2/api/ScreenRecordingApi
8
- * @version 189.1.0
8
+ * @version 190.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 189.1.0
8
+ * @version 190.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class SearchApi {
5
5
  /**
6
6
  * Search service.
7
7
  * @module purecloud-platform-client-v2/api/SearchApi
8
- * @version 189.1.0
8
+ * @version 190.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class SettingsApi {
5
5
  /**
6
6
  * Settings service.
7
7
  * @module purecloud-platform-client-v2/api/SettingsApi
8
- * @version 189.1.0
8
+ * @version 190.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 189.1.0
8
+ * @version 190.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 189.1.0
8
+ * @version 190.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 189.1.0
8
+ * @version 190.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class TaskManagementApi {
5
5
  /**
6
6
  * TaskManagement service.
7
7
  * @module purecloud-platform-client-v2/api/TaskManagementApi
8
- * @version 189.1.0
8
+ * @version 190.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class TeamsApi {
5
5
  /**
6
6
  * Teams service.
7
7
  * @module purecloud-platform-client-v2/api/TeamsApi
8
- * @version 189.1.0
8
+ * @version 190.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 189.1.0
8
+ * @version 190.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 189.1.0
8
+ * @version 190.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class TextbotsApi {
5
5
  /**
6
6
  * Textbots service.
7
7
  * @module purecloud-platform-client-v2/api/TextbotsApi
8
- * @version 189.1.0
8
+ * @version 190.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 189.1.0
8
+ * @version 190.0.0
9
9
  */
10
10
 
11
11
  /**