purecloud-platform-client-v2 126.0.0 → 129.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 (72) hide show
  1. package/README.md +2 -2
  2. package/dist/node/purecloud-platform-client-v2.js +286 -66
  3. package/dist/web-amd/purecloud-platform-client-v2.js +286 -66
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +286 -66
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +286 -66
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +294 -223
  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 +1 -1
  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 +121 -1
  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 +30 -1
  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/MobileDevicesApi.js +1 -1
  40. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  41. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  42. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  44. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/OutboundApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/RecordingApi.js +7 -3
  49. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  50. package/src/purecloud-platform-client-v2/api/RoutingApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  54. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +21 -1
  55. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  57. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +21 -1
  59. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +28 -1
  60. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  70. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/index.js +1 -1
@@ -393,7 +393,7 @@ class Configuration {
393
393
 
394
394
  /**
395
395
  * @module purecloud-platform-client-v2/ApiClient
396
- * @version 126.0.0
396
+ * @version 129.0.0
397
397
  */
398
398
  class ApiClient {
399
399
  /**
@@ -1340,7 +1340,7 @@ class ApiClient {
1340
1340
 
1341
1341
  // set header parameters
1342
1342
  request.set(that.defaultHeaders).set(that.normalizeParams(headerParams));
1343
- //request.set({ 'purecloud-sdk': '126.0.0' });
1343
+ //request.set({ 'purecloud-sdk': '129.0.0' });
1344
1344
 
1345
1345
  // set request timeout
1346
1346
  request.timeout(that.timeout);
@@ -1440,7 +1440,7 @@ class AlertingApi {
1440
1440
  /**
1441
1441
  * Alerting service.
1442
1442
  * @module purecloud-platform-client-v2/api/AlertingApi
1443
- * @version 126.0.0
1443
+ * @version 129.0.0
1444
1444
  */
1445
1445
 
1446
1446
  /**
@@ -1754,7 +1754,7 @@ class AnalyticsApi {
1754
1754
  /**
1755
1755
  * Analytics service.
1756
1756
  * @module purecloud-platform-client-v2/api/AnalyticsApi
1757
- * @version 126.0.0
1757
+ * @version 129.0.0
1758
1758
  */
1759
1759
 
1760
1760
  /**
@@ -2891,7 +2891,7 @@ class ArchitectApi {
2891
2891
  /**
2892
2892
  * Architect service.
2893
2893
  * @module purecloud-platform-client-v2/api/ArchitectApi
2894
- * @version 126.0.0
2894
+ * @version 129.0.0
2895
2895
  */
2896
2896
 
2897
2897
  /**
@@ -5887,7 +5887,7 @@ class AuditApi {
5887
5887
  /**
5888
5888
  * Audit service.
5889
5889
  * @module purecloud-platform-client-v2/api/AuditApi
5890
- * @version 126.0.0
5890
+ * @version 129.0.0
5891
5891
  */
5892
5892
 
5893
5893
  /**
@@ -6058,7 +6058,7 @@ class AuthorizationApi {
6058
6058
  /**
6059
6059
  * Authorization service.
6060
6060
  * @module purecloud-platform-client-v2/api/AuthorizationApi
6061
- * @version 126.0.0
6061
+ * @version 129.0.0
6062
6062
  */
6063
6063
 
6064
6064
  /**
@@ -7241,7 +7241,7 @@ class BillingApi {
7241
7241
  /**
7242
7242
  * Billing service.
7243
7243
  * @module purecloud-platform-client-v2/api/BillingApi
7244
- * @version 126.0.0
7244
+ * @version 129.0.0
7245
7245
  */
7246
7246
 
7247
7247
  /**
@@ -7321,7 +7321,7 @@ class ChatApi {
7321
7321
  /**
7322
7322
  * Chat service.
7323
7323
  * @module purecloud-platform-client-v2/api/ChatApi
7324
- * @version 126.0.0
7324
+ * @version 129.0.0
7325
7325
  */
7326
7326
 
7327
7327
  /**
@@ -7412,7 +7412,7 @@ class CoachingApi {
7412
7412
  /**
7413
7413
  * Coaching service.
7414
7414
  * @module purecloud-platform-client-v2/api/CoachingApi
7415
- * @version 126.0.0
7415
+ * @version 129.0.0
7416
7416
  */
7417
7417
 
7418
7418
  /**
@@ -7987,7 +7987,7 @@ class ContentManagementApi {
7987
7987
  /**
7988
7988
  * ContentManagement service.
7989
7989
  * @module purecloud-platform-client-v2/api/ContentManagementApi
7990
- * @version 126.0.0
7990
+ * @version 129.0.0
7991
7991
  */
7992
7992
 
7993
7993
  /**
@@ -9127,7 +9127,7 @@ class ConversationsApi {
9127
9127
  /**
9128
9128
  * Conversations service.
9129
9129
  * @module purecloud-platform-client-v2/api/ConversationsApi
9130
- * @version 126.0.0
9130
+ * @version 129.0.0
9131
9131
  */
9132
9132
 
9133
9133
  /**
@@ -13516,7 +13516,7 @@ class DataExtensionsApi {
13516
13516
  /**
13517
13517
  * DataExtensions service.
13518
13518
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
13519
- * @version 126.0.0
13519
+ * @version 129.0.0
13520
13520
  */
13521
13521
 
13522
13522
  /**
@@ -13602,7 +13602,7 @@ class ExternalContactsApi {
13602
13602
  /**
13603
13603
  * ExternalContacts service.
13604
13604
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
13605
- * @version 126.0.0
13605
+ * @version 129.0.0
13606
13606
  */
13607
13607
 
13608
13608
  /**
@@ -15345,7 +15345,7 @@ class FaxApi {
15345
15345
  /**
15346
15346
  * Fax service.
15347
15347
  * @module purecloud-platform-client-v2/api/FaxApi
15348
- * @version 126.0.0
15348
+ * @version 129.0.0
15349
15349
  */
15350
15350
 
15351
15351
  /**
@@ -15516,7 +15516,7 @@ class FlowsApi {
15516
15516
  /**
15517
15517
  * Flows service.
15518
15518
  * @module purecloud-platform-client-v2/api/FlowsApi
15519
- * @version 126.0.0
15519
+ * @version 129.0.0
15520
15520
  */
15521
15521
 
15522
15522
  /**
@@ -15587,7 +15587,7 @@ class GamificationApi {
15587
15587
  /**
15588
15588
  * Gamification service.
15589
15589
  * @module purecloud-platform-client-v2/api/GamificationApi
15590
- * @version 126.0.0
15590
+ * @version 129.0.0
15591
15591
  */
15592
15592
 
15593
15593
  /**
@@ -15855,6 +15855,31 @@ class GamificationApi {
15855
15855
  );
15856
15856
  }
15857
15857
 
15858
+ /**
15859
+ * Members of a given performance profile
15860
+ *
15861
+ * @param {String} performanceProfileId Performance Profile Id
15862
+ */
15863
+ getGamificationProfileMembers(performanceProfileId) {
15864
+ // verify the required parameter 'performanceProfileId' is set
15865
+ if (performanceProfileId === undefined || performanceProfileId === null) {
15866
+ throw 'Missing the required parameter "performanceProfileId" when calling getGamificationProfileMembers';
15867
+ }
15868
+
15869
+ return this.apiClient.callApi(
15870
+ '/api/v2/gamification/profiles/{performanceProfileId}/members',
15871
+ 'GET',
15872
+ { 'performanceProfileId': performanceProfileId },
15873
+ { },
15874
+ { },
15875
+ { },
15876
+ null,
15877
+ ['PureCloud OAuth'],
15878
+ ['application/json'],
15879
+ ['application/json']
15880
+ );
15881
+ }
15882
+
15858
15883
  /**
15859
15884
  * Performance profile gamified metric by id
15860
15885
  *
@@ -16709,6 +16734,101 @@ class GamificationApi {
16709
16734
  );
16710
16735
  }
16711
16736
 
16737
+ /**
16738
+ * Assign members to a given performance profile
16739
+ *
16740
+ * @param {String} performanceProfileId Performance Profile Id
16741
+ * @param {Object} body assignUsers
16742
+ */
16743
+ postGamificationProfileMembers(performanceProfileId, body) {
16744
+ // verify the required parameter 'performanceProfileId' is set
16745
+ if (performanceProfileId === undefined || performanceProfileId === null) {
16746
+ throw 'Missing the required parameter "performanceProfileId" when calling postGamificationProfileMembers';
16747
+ }
16748
+ // verify the required parameter 'body' is set
16749
+ if (body === undefined || body === null) {
16750
+ throw 'Missing the required parameter "body" when calling postGamificationProfileMembers';
16751
+ }
16752
+
16753
+ return this.apiClient.callApi(
16754
+ '/api/v2/gamification/profiles/{performanceProfileId}/members',
16755
+ 'POST',
16756
+ { 'performanceProfileId': performanceProfileId },
16757
+ { },
16758
+ { },
16759
+ { },
16760
+ body,
16761
+ ['PureCloud OAuth'],
16762
+ ['application/json'],
16763
+ ['application/json']
16764
+ );
16765
+ }
16766
+
16767
+ /**
16768
+ * Validate member assignment
16769
+ *
16770
+ * @param {String} performanceProfileId Performance Profile Id
16771
+ * @param {Object} body memberAssignments
16772
+ */
16773
+ postGamificationProfileMembersValidate(performanceProfileId, body) {
16774
+ // verify the required parameter 'performanceProfileId' is set
16775
+ if (performanceProfileId === undefined || performanceProfileId === null) {
16776
+ throw 'Missing the required parameter "performanceProfileId" when calling postGamificationProfileMembersValidate';
16777
+ }
16778
+ // verify the required parameter 'body' is set
16779
+ if (body === undefined || body === null) {
16780
+ throw 'Missing the required parameter "body" when calling postGamificationProfileMembersValidate';
16781
+ }
16782
+
16783
+ return this.apiClient.callApi(
16784
+ '/api/v2/gamification/profiles/{performanceProfileId}/members/validate',
16785
+ 'POST',
16786
+ { 'performanceProfileId': performanceProfileId },
16787
+ { },
16788
+ { },
16789
+ { },
16790
+ body,
16791
+ ['PureCloud OAuth'],
16792
+ ['application/json'],
16793
+ ['application/json']
16794
+ );
16795
+ }
16796
+
16797
+ /**
16798
+ * Creates a linked metric
16799
+ *
16800
+ * @param {String} sourceProfileId Source Performance Profile Id
16801
+ * @param {String} sourceMetricId Source Metric Id
16802
+ * @param {Object} body linkedMetric
16803
+ */
16804
+ postGamificationProfileMetricLink(sourceProfileId, sourceMetricId, body) {
16805
+ // verify the required parameter 'sourceProfileId' is set
16806
+ if (sourceProfileId === undefined || sourceProfileId === null) {
16807
+ throw 'Missing the required parameter "sourceProfileId" when calling postGamificationProfileMetricLink';
16808
+ }
16809
+ // verify the required parameter 'sourceMetricId' is set
16810
+ if (sourceMetricId === undefined || sourceMetricId === null) {
16811
+ throw 'Missing the required parameter "sourceMetricId" when calling postGamificationProfileMetricLink';
16812
+ }
16813
+ // verify the required parameter 'body' is set
16814
+ if (body === undefined || body === null) {
16815
+ throw 'Missing the required parameter "body" when calling postGamificationProfileMetricLink';
16816
+ }
16817
+
16818
+ return this.apiClient.callApi(
16819
+ '/api/v2/gamification/profiles/{sourceProfileId}/metrics/{sourceMetricId}/link',
16820
+ 'POST',
16821
+ { 'sourceProfileId': sourceProfileId,'sourceMetricId': sourceMetricId },
16822
+ { },
16823
+ { },
16824
+ { },
16825
+ body,
16826
+ ['PureCloud OAuth'],
16827
+ ['application/json'],
16828
+ ['application/json']
16829
+ );
16830
+ }
16831
+
16712
16832
  /**
16713
16833
  * Creates a gamified metric with a given metric definition and metric objective under in a performance profile
16714
16834
  *
@@ -16893,7 +17013,7 @@ class GeneralDataProtectionRegulationApi {
16893
17013
  /**
16894
17014
  * GeneralDataProtectionRegulation service.
16895
17015
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
16896
- * @version 126.0.0
17016
+ * @version 129.0.0
16897
17017
  */
16898
17018
 
16899
17019
  /**
@@ -17023,7 +17143,7 @@ class GeolocationApi {
17023
17143
  /**
17024
17144
  * Geolocation service.
17025
17145
  * @module purecloud-platform-client-v2/api/GeolocationApi
17026
- * @version 126.0.0
17146
+ * @version 129.0.0
17027
17147
  */
17028
17148
 
17029
17149
  /**
@@ -17154,7 +17274,7 @@ class GreetingsApi {
17154
17274
  /**
17155
17275
  * Greetings service.
17156
17276
  * @module purecloud-platform-client-v2/api/GreetingsApi
17157
- * @version 126.0.0
17277
+ * @version 129.0.0
17158
17278
  */
17159
17279
 
17160
17280
  /**
@@ -17609,7 +17729,7 @@ class GroupsApi {
17609
17729
  /**
17610
17730
  * Groups service.
17611
17731
  * @module purecloud-platform-client-v2/api/GroupsApi
17612
- * @version 126.0.0
17732
+ * @version 129.0.0
17613
17733
  */
17614
17734
 
17615
17735
  /**
@@ -18014,7 +18134,7 @@ class IdentityProviderApi {
18014
18134
  /**
18015
18135
  * IdentityProvider service.
18016
18136
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
18017
- * @version 126.0.0
18137
+ * @version 129.0.0
18018
18138
  */
18019
18139
 
18020
18140
  /**
@@ -18770,7 +18890,7 @@ class IntegrationsApi {
18770
18890
  /**
18771
18891
  * Integrations service.
18772
18892
  * @module purecloud-platform-client-v2/api/IntegrationsApi
18773
- * @version 126.0.0
18893
+ * @version 129.0.0
18774
18894
  */
18775
18895
 
18776
18896
  /**
@@ -19427,6 +19547,35 @@ class IntegrationsApi {
19427
19547
  );
19428
19548
  }
19429
19549
 
19550
+ /**
19551
+ * UC integration client application configuration.
19552
+ * This endpoint returns basic UI configuration data for all Unified Communications integrations client applications enabled for the current organization.
19553
+ * @param {Object} opts Optional parameters
19554
+ * @param {Number} opts.pageSize The total page size requested (default to 25)
19555
+ * @param {Number} opts.pageNumber The page number requested (default to 1)
19556
+ * @param {String} opts.sortBy variable name requested to sort by
19557
+ * @param {Array.<String>} opts.expand variable name requested by expand list
19558
+ * @param {String} opts.nextPage next page token
19559
+ * @param {String} opts.previousPage Previous page token
19560
+ */
19561
+ getIntegrationsClientappsUnifiedcommunications(opts) {
19562
+ opts = opts || {};
19563
+
19564
+
19565
+ return this.apiClient.callApi(
19566
+ '/api/v2/integrations/clientapps/unifiedcommunications',
19567
+ 'GET',
19568
+ { },
19569
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi'),'nextPage': opts['nextPage'],'previousPage': opts['previousPage'] },
19570
+ { },
19571
+ { },
19572
+ null,
19573
+ ['PureCloud OAuth'],
19574
+ ['application/json'],
19575
+ ['application/json']
19576
+ );
19577
+ }
19578
+
19430
19579
  /**
19431
19580
  * Get a single credential with sensitive fields redacted
19432
19581
  *
@@ -20416,7 +20565,7 @@ class JourneyApi {
20416
20565
  /**
20417
20566
  * Journey service.
20418
20567
  * @module purecloud-platform-client-v2/api/JourneyApi
20419
- * @version 126.0.0
20568
+ * @version 129.0.0
20420
20569
  */
20421
20570
 
20422
20571
  /**
@@ -21127,7 +21276,7 @@ class KnowledgeApi {
21127
21276
  /**
21128
21277
  * Knowledge service.
21129
21278
  * @module purecloud-platform-client-v2/api/KnowledgeApi
21130
- * @version 126.0.0
21279
+ * @version 129.0.0
21131
21280
  */
21132
21281
 
21133
21282
  /**
@@ -22027,7 +22176,7 @@ class LanguageUnderstandingApi {
22027
22176
  /**
22028
22177
  * LanguageUnderstanding service.
22029
22178
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
22030
- * @version 126.0.0
22179
+ * @version 129.0.0
22031
22180
  */
22032
22181
 
22033
22182
  /**
@@ -22931,7 +23080,7 @@ class LanguagesApi {
22931
23080
  /**
22932
23081
  * Languages service.
22933
23082
  * @module purecloud-platform-client-v2/api/LanguagesApi
22934
- * @version 126.0.0
23083
+ * @version 129.0.0
22935
23084
  */
22936
23085
 
22937
23086
  /**
@@ -23199,7 +23348,7 @@ class LearningApi {
23199
23348
  /**
23200
23349
  * Learning service.
23201
23350
  * @module purecloud-platform-client-v2/api/LearningApi
23202
- * @version 126.0.0
23351
+ * @version 129.0.0
23203
23352
  */
23204
23353
 
23205
23354
  /**
@@ -23790,7 +23939,7 @@ class LicenseApi {
23790
23939
  /**
23791
23940
  * License service.
23792
23941
  * @module purecloud-platform-client-v2/api/LicenseApi
23793
- * @version 126.0.0
23942
+ * @version 129.0.0
23794
23943
  */
23795
23944
 
23796
23945
  /**
@@ -24028,7 +24177,7 @@ class LocationsApi {
24028
24177
  /**
24029
24178
  * Locations service.
24030
24179
  * @module purecloud-platform-client-v2/api/LocationsApi
24031
- * @version 126.0.0
24180
+ * @version 129.0.0
24032
24181
  */
24033
24182
 
24034
24183
  /**
@@ -24264,7 +24413,7 @@ class MobileDevicesApi {
24264
24413
  /**
24265
24414
  * MobileDevices service.
24266
24415
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
24267
- * @version 126.0.0
24416
+ * @version 129.0.0
24268
24417
  */
24269
24418
 
24270
24419
  /**
@@ -24415,7 +24564,7 @@ class NotificationsApi {
24415
24564
  /**
24416
24565
  * Notifications service.
24417
24566
  * @module purecloud-platform-client-v2/api/NotificationsApi
24418
- * @version 126.0.0
24567
+ * @version 129.0.0
24419
24568
  */
24420
24569
 
24421
24570
  /**
@@ -24640,7 +24789,7 @@ class OAuthApi {
24640
24789
  /**
24641
24790
  * OAuth service.
24642
24791
  * @module purecloud-platform-client-v2/api/OAuthApi
24643
- * @version 126.0.0
24792
+ * @version 129.0.0
24644
24793
  */
24645
24794
 
24646
24795
  /**
@@ -24998,7 +25147,7 @@ class ObjectsApi {
24998
25147
  /**
24999
25148
  * Objects service.
25000
25149
  * @module purecloud-platform-client-v2/api/ObjectsApi
25001
- * @version 126.0.0
25150
+ * @version 129.0.0
25002
25151
  */
25003
25152
 
25004
25153
  /**
@@ -25269,7 +25418,7 @@ class OrganizationApi {
25269
25418
  /**
25270
25419
  * Organization service.
25271
25420
  * @module purecloud-platform-client-v2/api/OrganizationApi
25272
- * @version 126.0.0
25421
+ * @version 129.0.0
25273
25422
  */
25274
25423
 
25275
25424
  /**
@@ -25672,7 +25821,7 @@ class OrganizationAuthorizationApi {
25672
25821
  /**
25673
25822
  * OrganizationAuthorization service.
25674
25823
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
25675
- * @version 126.0.0
25824
+ * @version 129.0.0
25676
25825
  */
25677
25826
 
25678
25827
  /**
@@ -26597,7 +26746,7 @@ class OutboundApi {
26597
26746
  /**
26598
26747
  * Outbound service.
26599
26748
  * @module purecloud-platform-client-v2/api/OutboundApi
26600
- * @version 126.0.0
26749
+ * @version 129.0.0
26601
26750
  */
26602
26751
 
26603
26752
  /**
@@ -29623,7 +29772,7 @@ class PresenceApi {
29623
29772
  /**
29624
29773
  * Presence service.
29625
29774
  * @module purecloud-platform-client-v2/api/PresenceApi
29626
- * @version 126.0.0
29775
+ * @version 129.0.0
29627
29776
  */
29628
29777
 
29629
29778
  /**
@@ -29995,7 +30144,7 @@ class QualityApi {
29995
30144
  /**
29996
30145
  * Quality service.
29997
30146
  * @module purecloud-platform-client-v2/api/QualityApi
29998
- * @version 126.0.0
30147
+ * @version 129.0.0
29999
30148
  */
30000
30149
 
30001
30150
  /**
@@ -31523,7 +31672,7 @@ class RecordingApi {
31523
31672
  /**
31524
31673
  * Recording service.
31525
31674
  * @module purecloud-platform-client-v2/api/RecordingApi
31526
- * @version 126.0.0
31675
+ * @version 129.0.0
31527
31676
  */
31528
31677
 
31529
31678
  /**
@@ -32119,6 +32268,8 @@ class RecordingApi {
32119
32268
  * @param {Object} opts Optional parameters
32120
32269
  * @param {Number} opts.pageSize Page size. Maximum is 100. (default to 25)
32121
32270
  * @param {Number} opts.pageNumber Page number (default to 1)
32271
+ * @param {Boolean} opts.includeTotal If false, cursor will be used to locate the page instead of pageNumber.
32272
+ * @param {String} opts.cursor Indicates where to resume query results (not required for first page)
32122
32273
  */
32123
32274
  getRecordingJobFailedrecordings(jobId, opts) {
32124
32275
  opts = opts || {};
@@ -32132,7 +32283,7 @@ class RecordingApi {
32132
32283
  '/api/v2/recording/jobs/{jobId}/failedrecordings',
32133
32284
  'GET',
32134
32285
  { 'jobId': jobId },
32135
- { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'] },
32286
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'includeTotal': opts['includeTotal'],'cursor': opts['cursor'] },
32136
32287
  { },
32137
32288
  { },
32138
32289
  null,
@@ -32152,6 +32303,8 @@ class RecordingApi {
32152
32303
  * @param {Object} opts.state Filter by state
32153
32304
  * @param {Boolean} opts.showOnlyMyJobs Show only my jobs
32154
32305
  * @param {Object} opts.jobType Job Type (Can be left empty for both)
32306
+ * @param {Boolean} opts.includeTotal If false, cursor will be used to locate the page instead of pageNumber.
32307
+ * @param {String} opts.cursor Indicates where to resume query results (not required for first page)
32155
32308
  */
32156
32309
  getRecordingJobs(opts) {
32157
32310
  opts = opts || {};
@@ -32161,7 +32314,7 @@ class RecordingApi {
32161
32314
  '/api/v2/recording/jobs',
32162
32315
  'GET',
32163
32316
  { },
32164
- { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'state': opts['state'],'showOnlyMyJobs': opts['showOnlyMyJobs'],'jobType': opts['jobType'] },
32317
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'state': opts['state'],'showOnlyMyJobs': opts['showOnlyMyJobs'],'jobType': opts['jobType'],'includeTotal': opts['includeTotal'],'cursor': opts['cursor'] },
32165
32318
  { },
32166
32319
  { },
32167
32320
  null,
@@ -33042,7 +33195,7 @@ class ResponseManagementApi {
33042
33195
  /**
33043
33196
  * ResponseManagement service.
33044
33197
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
33045
- * @version 126.0.0
33198
+ * @version 129.0.0
33046
33199
  */
33047
33200
 
33048
33201
  /**
@@ -33367,7 +33520,7 @@ class RoutingApi {
33367
33520
  /**
33368
33521
  * Routing service.
33369
33522
  * @module purecloud-platform-client-v2/api/RoutingApi
33370
- * @version 126.0.0
33523
+ * @version 129.0.0
33371
33524
  */
33372
33525
 
33373
33526
  /**
@@ -36286,7 +36439,7 @@ class SCIMApi {
36286
36439
  /**
36287
36440
  * SCIM service.
36288
36441
  * @module purecloud-platform-client-v2/api/SCIMApi
36289
- * @version 126.0.0
36442
+ * @version 129.0.0
36290
36443
  */
36291
36444
 
36292
36445
  /**
@@ -37163,7 +37316,7 @@ class ScriptsApi {
37163
37316
  /**
37164
37317
  * Scripts service.
37165
37318
  * @module purecloud-platform-client-v2/api/ScriptsApi
37166
- * @version 126.0.0
37319
+ * @version 129.0.0
37167
37320
  */
37168
37321
 
37169
37322
  /**
@@ -37516,7 +37669,7 @@ class SearchApi {
37516
37669
  /**
37517
37670
  * Search service.
37518
37671
  * @module purecloud-platform-client-v2/api/SearchApi
37519
- * @version 126.0.0
37672
+ * @version 129.0.0
37520
37673
  */
37521
37674
 
37522
37675
  /**
@@ -38051,7 +38204,7 @@ class SpeechTextAnalyticsApi {
38051
38204
  /**
38052
38205
  * SpeechTextAnalytics service.
38053
38206
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
38054
- * @version 126.0.0
38207
+ * @version 129.0.0
38055
38208
  */
38056
38209
 
38057
38210
  /**
@@ -38415,6 +38568,26 @@ class SpeechTextAnalyticsApi {
38415
38568
  );
38416
38569
  }
38417
38570
 
38571
+ /**
38572
+ * Get the list of Speech &amp; Text Analytics sentiment supported dialects
38573
+ *
38574
+ */
38575
+ getSpeechandtextanalyticsSentimentDialects() {
38576
+
38577
+ return this.apiClient.callApi(
38578
+ '/api/v2/speechandtextanalytics/sentiment/dialects',
38579
+ 'GET',
38580
+ { },
38581
+ { },
38582
+ { },
38583
+ { },
38584
+ null,
38585
+ ['PureCloud OAuth'],
38586
+ ['application/json'],
38587
+ ['application/json']
38588
+ );
38589
+ }
38590
+
38418
38591
  /**
38419
38592
  * Get the list of Speech &amp; Text Analytics SentimentFeedback
38420
38593
  *
@@ -38904,7 +39077,7 @@ class StationsApi {
38904
39077
  /**
38905
39078
  * Stations service.
38906
39079
  * @module purecloud-platform-client-v2/api/StationsApi
38907
- * @version 126.0.0
39080
+ * @version 129.0.0
38908
39081
  */
38909
39082
 
38910
39083
  /**
@@ -39051,7 +39224,7 @@ class SuggestApi {
39051
39224
  /**
39052
39225
  * Suggest service.
39053
39226
  * @module purecloud-platform-client-v2/api/SuggestApi
39054
- * @version 126.0.0
39227
+ * @version 129.0.0
39055
39228
  */
39056
39229
 
39057
39230
  /**
@@ -39190,7 +39363,7 @@ class TelephonyApi {
39190
39363
  /**
39191
39364
  * Telephony service.
39192
39365
  * @module purecloud-platform-client-v2/api/TelephonyApi
39193
- * @version 126.0.0
39366
+ * @version 129.0.0
39194
39367
  */
39195
39368
 
39196
39369
  /**
@@ -39298,7 +39471,7 @@ class TelephonyProvidersEdgeApi {
39298
39471
  /**
39299
39472
  * TelephonyProvidersEdge service.
39300
39473
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
39301
- * @version 126.0.0
39474
+ * @version 129.0.0
39302
39475
  */
39303
39476
 
39304
39477
  /**
@@ -40636,6 +40809,26 @@ class TelephonyProvidersEdgeApi {
40636
40809
  );
40637
40810
  }
40638
40811
 
40812
+ /**
40813
+ * List of edges more than 4 edge versions behind the latest software.
40814
+ *
40815
+ */
40816
+ getTelephonyProvidersEdgesExpired() {
40817
+
40818
+ return this.apiClient.callApi(
40819
+ '/api/v2/telephony/providers/edges/expired',
40820
+ 'GET',
40821
+ { },
40822
+ { },
40823
+ { },
40824
+ { },
40825
+ null,
40826
+ ['PureCloud OAuth'],
40827
+ ['application/json'],
40828
+ ['application/json']
40829
+ );
40830
+ }
40831
+
40639
40832
  /**
40640
40833
  * Get an extension by ID.
40641
40834
  *
@@ -42911,7 +43104,7 @@ class TextbotsApi {
42911
43104
  /**
42912
43105
  * Textbots service.
42913
43106
  * @module purecloud-platform-client-v2/api/TextbotsApi
42914
- * @version 126.0.0
43107
+ * @version 129.0.0
42915
43108
  */
42916
43109
 
42917
43110
  /**
@@ -42926,6 +43119,33 @@ class TextbotsApi {
42926
43119
  }
42927
43120
 
42928
43121
 
43122
+ /**
43123
+ * Find bots using the currently configured friendly name or ID.
43124
+ * The name does allow case-insensitive partial string matches or by IDs (up to 50), but not both at the same time. Optionally you can limit the scope of the search by providing one or more bot types. You can specify the maximum results to return, up to a limit of 100
43125
+ * @param {Object} opts Optional parameters
43126
+ * @param {Array.<String>} opts.botType Bot types
43127
+ * @param {String} opts.botName Bot name
43128
+ * @param {Array.<String>} opts.botId Bot IDs
43129
+ * @param {Number} opts.pageSize The maximum results to return (default to 25)
43130
+ */
43131
+ getTextbotsBotsSearch(opts) {
43132
+ opts = opts || {};
43133
+
43134
+
43135
+ return this.apiClient.callApi(
43136
+ '/api/v2/textbots/bots/search',
43137
+ 'GET',
43138
+ { },
43139
+ { 'botType': this.apiClient.buildCollectionParam(opts['botType'], 'multi'),'botName': opts['botName'],'botId': this.apiClient.buildCollectionParam(opts['botId'], 'multi'),'pageSize': opts['pageSize'] },
43140
+ { },
43141
+ { },
43142
+ null,
43143
+ ['PureCloud OAuth'],
43144
+ ['application/json'],
43145
+ ['application/json']
43146
+ );
43147
+ }
43148
+
42929
43149
  /**
42930
43150
  * Issue a bot flow turn event
42931
43151
  * Send a turn event to an executing bot flow and produce the next action to take.
@@ -43012,7 +43232,7 @@ class TokensApi {
43012
43232
  /**
43013
43233
  * Tokens service.
43014
43234
  * @module purecloud-platform-client-v2/api/TokensApi
43015
- * @version 126.0.0
43235
+ * @version 129.0.0
43016
43236
  */
43017
43237
 
43018
43238
  /**
@@ -43118,7 +43338,7 @@ class UploadsApi {
43118
43338
  /**
43119
43339
  * Uploads service.
43120
43340
  * @module purecloud-platform-client-v2/api/UploadsApi
43121
- * @version 126.0.0
43341
+ * @version 129.0.0
43122
43342
  */
43123
43343
 
43124
43344
  /**
@@ -43294,7 +43514,7 @@ class UsageApi {
43294
43514
  /**
43295
43515
  * Usage service.
43296
43516
  * @module purecloud-platform-client-v2/api/UsageApi
43297
- * @version 126.0.0
43517
+ * @version 129.0.0
43298
43518
  */
43299
43519
 
43300
43520
  /**
@@ -43365,7 +43585,7 @@ class UserRecordingsApi {
43365
43585
  /**
43366
43586
  * UserRecordings service.
43367
43587
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
43368
- * @version 126.0.0
43588
+ * @version 129.0.0
43369
43589
  */
43370
43590
 
43371
43591
  /**
@@ -43549,7 +43769,7 @@ class UsersApi {
43549
43769
  /**
43550
43770
  * Users service.
43551
43771
  * @module purecloud-platform-client-v2/api/UsersApi
43552
- * @version 126.0.0
43772
+ * @version 129.0.0
43553
43773
  */
43554
43774
 
43555
43775
  /**
@@ -45851,7 +46071,7 @@ class UtilitiesApi {
45851
46071
  /**
45852
46072
  * Utilities service.
45853
46073
  * @module purecloud-platform-client-v2/api/UtilitiesApi
45854
- * @version 126.0.0
46074
+ * @version 129.0.0
45855
46075
  */
45856
46076
 
45857
46077
  /**
@@ -45962,7 +46182,7 @@ class VoicemailApi {
45962
46182
  /**
45963
46183
  * Voicemail service.
45964
46184
  * @module purecloud-platform-client-v2/api/VoicemailApi
45965
- * @version 126.0.0
46185
+ * @version 129.0.0
45966
46186
  */
45967
46187
 
45968
46188
  /**
@@ -46629,7 +46849,7 @@ class WebChatApi {
46629
46849
  /**
46630
46850
  * WebChat service.
46631
46851
  * @module purecloud-platform-client-v2/api/WebChatApi
46632
- * @version 126.0.0
46852
+ * @version 129.0.0
46633
46853
  */
46634
46854
 
46635
46855
  /**
@@ -47173,7 +47393,7 @@ class WebDeploymentsApi {
47173
47393
  /**
47174
47394
  * WebDeployments service.
47175
47395
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
47176
- * @version 126.0.0
47396
+ * @version 129.0.0
47177
47397
  */
47178
47398
 
47179
47399
  /**
@@ -47528,7 +47748,7 @@ class WebMessagingApi {
47528
47748
  /**
47529
47749
  * WebMessaging service.
47530
47750
  * @module purecloud-platform-client-v2/api/WebMessagingApi
47531
- * @version 126.0.0
47751
+ * @version 129.0.0
47532
47752
  */
47533
47753
 
47534
47754
  /**
@@ -47574,7 +47794,7 @@ class WidgetsApi {
47574
47794
  /**
47575
47795
  * Widgets service.
47576
47796
  * @module purecloud-platform-client-v2/api/WidgetsApi
47577
- * @version 126.0.0
47797
+ * @version 129.0.0
47578
47798
  */
47579
47799
 
47580
47800
  /**
@@ -47720,7 +47940,7 @@ class WorkforceManagementApi {
47720
47940
  /**
47721
47941
  * WorkforceManagement service.
47722
47942
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
47723
- * @version 126.0.0
47943
+ * @version 129.0.0
47724
47944
  */
47725
47945
 
47726
47946
  /**
@@ -51751,7 +51971,7 @@ class WorkforceManagementApi {
51751
51971
  * </pre>
51752
51972
  * </p>
51753
51973
  * @module purecloud-platform-client-v2/index
51754
- * @version 126.0.0
51974
+ * @version 129.0.0
51755
51975
  */
51756
51976
  class platformClient {
51757
51977
  constructor() {