purecloud-platform-client-v2 128.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 +233 -64
  3. package/dist/web-amd/purecloud-platform-client-v2.js +233 -64
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +233 -64
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +233 -64
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +138 -4
  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 +1 -1
  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 +1 -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 +1 -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
@@ -6873,7 +6873,7 @@ class Configuration {
6873
6873
 
6874
6874
  /**
6875
6875
  * @module purecloud-platform-client-v2/ApiClient
6876
- * @version 128.0.0
6876
+ * @version 129.0.0
6877
6877
  */
6878
6878
  class ApiClient {
6879
6879
  /**
@@ -7813,7 +7813,7 @@ class ApiClient {
7813
7813
 
7814
7814
  // set header parameters
7815
7815
  request.set(that.defaultHeaders).set(that.normalizeParams(headerParams));
7816
- //request.set({ 'purecloud-sdk': '128.0.0' });
7816
+ //request.set({ 'purecloud-sdk': '129.0.0' });
7817
7817
 
7818
7818
  // set request timeout
7819
7819
  request.timeout(that.timeout);
@@ -7913,7 +7913,7 @@ class AlertingApi {
7913
7913
  /**
7914
7914
  * Alerting service.
7915
7915
  * @module purecloud-platform-client-v2/api/AlertingApi
7916
- * @version 128.0.0
7916
+ * @version 129.0.0
7917
7917
  */
7918
7918
 
7919
7919
  /**
@@ -8227,7 +8227,7 @@ class AnalyticsApi {
8227
8227
  /**
8228
8228
  * Analytics service.
8229
8229
  * @module purecloud-platform-client-v2/api/AnalyticsApi
8230
- * @version 128.0.0
8230
+ * @version 129.0.0
8231
8231
  */
8232
8232
 
8233
8233
  /**
@@ -9364,7 +9364,7 @@ class ArchitectApi {
9364
9364
  /**
9365
9365
  * Architect service.
9366
9366
  * @module purecloud-platform-client-v2/api/ArchitectApi
9367
- * @version 128.0.0
9367
+ * @version 129.0.0
9368
9368
  */
9369
9369
 
9370
9370
  /**
@@ -12360,7 +12360,7 @@ class AuditApi {
12360
12360
  /**
12361
12361
  * Audit service.
12362
12362
  * @module purecloud-platform-client-v2/api/AuditApi
12363
- * @version 128.0.0
12363
+ * @version 129.0.0
12364
12364
  */
12365
12365
 
12366
12366
  /**
@@ -12531,7 +12531,7 @@ class AuthorizationApi {
12531
12531
  /**
12532
12532
  * Authorization service.
12533
12533
  * @module purecloud-platform-client-v2/api/AuthorizationApi
12534
- * @version 128.0.0
12534
+ * @version 129.0.0
12535
12535
  */
12536
12536
 
12537
12537
  /**
@@ -13714,7 +13714,7 @@ class BillingApi {
13714
13714
  /**
13715
13715
  * Billing service.
13716
13716
  * @module purecloud-platform-client-v2/api/BillingApi
13717
- * @version 128.0.0
13717
+ * @version 129.0.0
13718
13718
  */
13719
13719
 
13720
13720
  /**
@@ -13794,7 +13794,7 @@ class ChatApi {
13794
13794
  /**
13795
13795
  * Chat service.
13796
13796
  * @module purecloud-platform-client-v2/api/ChatApi
13797
- * @version 128.0.0
13797
+ * @version 129.0.0
13798
13798
  */
13799
13799
 
13800
13800
  /**
@@ -13885,7 +13885,7 @@ class CoachingApi {
13885
13885
  /**
13886
13886
  * Coaching service.
13887
13887
  * @module purecloud-platform-client-v2/api/CoachingApi
13888
- * @version 128.0.0
13888
+ * @version 129.0.0
13889
13889
  */
13890
13890
 
13891
13891
  /**
@@ -14460,7 +14460,7 @@ class ContentManagementApi {
14460
14460
  /**
14461
14461
  * ContentManagement service.
14462
14462
  * @module purecloud-platform-client-v2/api/ContentManagementApi
14463
- * @version 128.0.0
14463
+ * @version 129.0.0
14464
14464
  */
14465
14465
 
14466
14466
  /**
@@ -15600,7 +15600,7 @@ class ConversationsApi {
15600
15600
  /**
15601
15601
  * Conversations service.
15602
15602
  * @module purecloud-platform-client-v2/api/ConversationsApi
15603
- * @version 128.0.0
15603
+ * @version 129.0.0
15604
15604
  */
15605
15605
 
15606
15606
  /**
@@ -19989,7 +19989,7 @@ class DataExtensionsApi {
19989
19989
  /**
19990
19990
  * DataExtensions service.
19991
19991
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
19992
- * @version 128.0.0
19992
+ * @version 129.0.0
19993
19993
  */
19994
19994
 
19995
19995
  /**
@@ -20075,7 +20075,7 @@ class ExternalContactsApi {
20075
20075
  /**
20076
20076
  * ExternalContacts service.
20077
20077
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
20078
- * @version 128.0.0
20078
+ * @version 129.0.0
20079
20079
  */
20080
20080
 
20081
20081
  /**
@@ -21818,7 +21818,7 @@ class FaxApi {
21818
21818
  /**
21819
21819
  * Fax service.
21820
21820
  * @module purecloud-platform-client-v2/api/FaxApi
21821
- * @version 128.0.0
21821
+ * @version 129.0.0
21822
21822
  */
21823
21823
 
21824
21824
  /**
@@ -21989,7 +21989,7 @@ class FlowsApi {
21989
21989
  /**
21990
21990
  * Flows service.
21991
21991
  * @module purecloud-platform-client-v2/api/FlowsApi
21992
- * @version 128.0.0
21992
+ * @version 129.0.0
21993
21993
  */
21994
21994
 
21995
21995
  /**
@@ -22060,7 +22060,7 @@ class GamificationApi {
22060
22060
  /**
22061
22061
  * Gamification service.
22062
22062
  * @module purecloud-platform-client-v2/api/GamificationApi
22063
- * @version 128.0.0
22063
+ * @version 129.0.0
22064
22064
  */
22065
22065
 
22066
22066
  /**
@@ -22328,6 +22328,31 @@ class GamificationApi {
22328
22328
  );
22329
22329
  }
22330
22330
 
22331
+ /**
22332
+ * Members of a given performance profile
22333
+ *
22334
+ * @param {String} performanceProfileId Performance Profile Id
22335
+ */
22336
+ getGamificationProfileMembers(performanceProfileId) {
22337
+ // verify the required parameter 'performanceProfileId' is set
22338
+ if (performanceProfileId === undefined || performanceProfileId === null) {
22339
+ throw 'Missing the required parameter "performanceProfileId" when calling getGamificationProfileMembers';
22340
+ }
22341
+
22342
+ return this.apiClient.callApi(
22343
+ '/api/v2/gamification/profiles/{performanceProfileId}/members',
22344
+ 'GET',
22345
+ { 'performanceProfileId': performanceProfileId },
22346
+ { },
22347
+ { },
22348
+ { },
22349
+ null,
22350
+ ['PureCloud OAuth'],
22351
+ ['application/json'],
22352
+ ['application/json']
22353
+ );
22354
+ }
22355
+
22331
22356
  /**
22332
22357
  * Performance profile gamified metric by id
22333
22358
  *
@@ -23182,6 +23207,101 @@ class GamificationApi {
23182
23207
  );
23183
23208
  }
23184
23209
 
23210
+ /**
23211
+ * Assign members to a given performance profile
23212
+ *
23213
+ * @param {String} performanceProfileId Performance Profile Id
23214
+ * @param {Object} body assignUsers
23215
+ */
23216
+ postGamificationProfileMembers(performanceProfileId, body) {
23217
+ // verify the required parameter 'performanceProfileId' is set
23218
+ if (performanceProfileId === undefined || performanceProfileId === null) {
23219
+ throw 'Missing the required parameter "performanceProfileId" when calling postGamificationProfileMembers';
23220
+ }
23221
+ // verify the required parameter 'body' is set
23222
+ if (body === undefined || body === null) {
23223
+ throw 'Missing the required parameter "body" when calling postGamificationProfileMembers';
23224
+ }
23225
+
23226
+ return this.apiClient.callApi(
23227
+ '/api/v2/gamification/profiles/{performanceProfileId}/members',
23228
+ 'POST',
23229
+ { 'performanceProfileId': performanceProfileId },
23230
+ { },
23231
+ { },
23232
+ { },
23233
+ body,
23234
+ ['PureCloud OAuth'],
23235
+ ['application/json'],
23236
+ ['application/json']
23237
+ );
23238
+ }
23239
+
23240
+ /**
23241
+ * Validate member assignment
23242
+ *
23243
+ * @param {String} performanceProfileId Performance Profile Id
23244
+ * @param {Object} body memberAssignments
23245
+ */
23246
+ postGamificationProfileMembersValidate(performanceProfileId, body) {
23247
+ // verify the required parameter 'performanceProfileId' is set
23248
+ if (performanceProfileId === undefined || performanceProfileId === null) {
23249
+ throw 'Missing the required parameter "performanceProfileId" when calling postGamificationProfileMembersValidate';
23250
+ }
23251
+ // verify the required parameter 'body' is set
23252
+ if (body === undefined || body === null) {
23253
+ throw 'Missing the required parameter "body" when calling postGamificationProfileMembersValidate';
23254
+ }
23255
+
23256
+ return this.apiClient.callApi(
23257
+ '/api/v2/gamification/profiles/{performanceProfileId}/members/validate',
23258
+ 'POST',
23259
+ { 'performanceProfileId': performanceProfileId },
23260
+ { },
23261
+ { },
23262
+ { },
23263
+ body,
23264
+ ['PureCloud OAuth'],
23265
+ ['application/json'],
23266
+ ['application/json']
23267
+ );
23268
+ }
23269
+
23270
+ /**
23271
+ * Creates a linked metric
23272
+ *
23273
+ * @param {String} sourceProfileId Source Performance Profile Id
23274
+ * @param {String} sourceMetricId Source Metric Id
23275
+ * @param {Object} body linkedMetric
23276
+ */
23277
+ postGamificationProfileMetricLink(sourceProfileId, sourceMetricId, body) {
23278
+ // verify the required parameter 'sourceProfileId' is set
23279
+ if (sourceProfileId === undefined || sourceProfileId === null) {
23280
+ throw 'Missing the required parameter "sourceProfileId" when calling postGamificationProfileMetricLink';
23281
+ }
23282
+ // verify the required parameter 'sourceMetricId' is set
23283
+ if (sourceMetricId === undefined || sourceMetricId === null) {
23284
+ throw 'Missing the required parameter "sourceMetricId" when calling postGamificationProfileMetricLink';
23285
+ }
23286
+ // verify the required parameter 'body' is set
23287
+ if (body === undefined || body === null) {
23288
+ throw 'Missing the required parameter "body" when calling postGamificationProfileMetricLink';
23289
+ }
23290
+
23291
+ return this.apiClient.callApi(
23292
+ '/api/v2/gamification/profiles/{sourceProfileId}/metrics/{sourceMetricId}/link',
23293
+ 'POST',
23294
+ { 'sourceProfileId': sourceProfileId,'sourceMetricId': sourceMetricId },
23295
+ { },
23296
+ { },
23297
+ { },
23298
+ body,
23299
+ ['PureCloud OAuth'],
23300
+ ['application/json'],
23301
+ ['application/json']
23302
+ );
23303
+ }
23304
+
23185
23305
  /**
23186
23306
  * Creates a gamified metric with a given metric definition and metric objective under in a performance profile
23187
23307
  *
@@ -23366,7 +23486,7 @@ class GeneralDataProtectionRegulationApi {
23366
23486
  /**
23367
23487
  * GeneralDataProtectionRegulation service.
23368
23488
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
23369
- * @version 128.0.0
23489
+ * @version 129.0.0
23370
23490
  */
23371
23491
 
23372
23492
  /**
@@ -23496,7 +23616,7 @@ class GeolocationApi {
23496
23616
  /**
23497
23617
  * Geolocation service.
23498
23618
  * @module purecloud-platform-client-v2/api/GeolocationApi
23499
- * @version 128.0.0
23619
+ * @version 129.0.0
23500
23620
  */
23501
23621
 
23502
23622
  /**
@@ -23627,7 +23747,7 @@ class GreetingsApi {
23627
23747
  /**
23628
23748
  * Greetings service.
23629
23749
  * @module purecloud-platform-client-v2/api/GreetingsApi
23630
- * @version 128.0.0
23750
+ * @version 129.0.0
23631
23751
  */
23632
23752
 
23633
23753
  /**
@@ -24082,7 +24202,7 @@ class GroupsApi {
24082
24202
  /**
24083
24203
  * Groups service.
24084
24204
  * @module purecloud-platform-client-v2/api/GroupsApi
24085
- * @version 128.0.0
24205
+ * @version 129.0.0
24086
24206
  */
24087
24207
 
24088
24208
  /**
@@ -24487,7 +24607,7 @@ class IdentityProviderApi {
24487
24607
  /**
24488
24608
  * IdentityProvider service.
24489
24609
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
24490
- * @version 128.0.0
24610
+ * @version 129.0.0
24491
24611
  */
24492
24612
 
24493
24613
  /**
@@ -25243,7 +25363,7 @@ class IntegrationsApi {
25243
25363
  /**
25244
25364
  * Integrations service.
25245
25365
  * @module purecloud-platform-client-v2/api/IntegrationsApi
25246
- * @version 128.0.0
25366
+ * @version 129.0.0
25247
25367
  */
25248
25368
 
25249
25369
  /**
@@ -25900,6 +26020,35 @@ class IntegrationsApi {
25900
26020
  );
25901
26021
  }
25902
26022
 
26023
+ /**
26024
+ * UC integration client application configuration.
26025
+ * This endpoint returns basic UI configuration data for all Unified Communications integrations client applications enabled for the current organization.
26026
+ * @param {Object} opts Optional parameters
26027
+ * @param {Number} opts.pageSize The total page size requested (default to 25)
26028
+ * @param {Number} opts.pageNumber The page number requested (default to 1)
26029
+ * @param {String} opts.sortBy variable name requested to sort by
26030
+ * @param {Array.<String>} opts.expand variable name requested by expand list
26031
+ * @param {String} opts.nextPage next page token
26032
+ * @param {String} opts.previousPage Previous page token
26033
+ */
26034
+ getIntegrationsClientappsUnifiedcommunications(opts) {
26035
+ opts = opts || {};
26036
+
26037
+
26038
+ return this.apiClient.callApi(
26039
+ '/api/v2/integrations/clientapps/unifiedcommunications',
26040
+ 'GET',
26041
+ { },
26042
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi'),'nextPage': opts['nextPage'],'previousPage': opts['previousPage'] },
26043
+ { },
26044
+ { },
26045
+ null,
26046
+ ['PureCloud OAuth'],
26047
+ ['application/json'],
26048
+ ['application/json']
26049
+ );
26050
+ }
26051
+
25903
26052
  /**
25904
26053
  * Get a single credential with sensitive fields redacted
25905
26054
  *
@@ -26889,7 +27038,7 @@ class JourneyApi {
26889
27038
  /**
26890
27039
  * Journey service.
26891
27040
  * @module purecloud-platform-client-v2/api/JourneyApi
26892
- * @version 128.0.0
27041
+ * @version 129.0.0
26893
27042
  */
26894
27043
 
26895
27044
  /**
@@ -27600,7 +27749,7 @@ class KnowledgeApi {
27600
27749
  /**
27601
27750
  * Knowledge service.
27602
27751
  * @module purecloud-platform-client-v2/api/KnowledgeApi
27603
- * @version 128.0.0
27752
+ * @version 129.0.0
27604
27753
  */
27605
27754
 
27606
27755
  /**
@@ -28500,7 +28649,7 @@ class LanguageUnderstandingApi {
28500
28649
  /**
28501
28650
  * LanguageUnderstanding service.
28502
28651
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
28503
- * @version 128.0.0
28652
+ * @version 129.0.0
28504
28653
  */
28505
28654
 
28506
28655
  /**
@@ -29404,7 +29553,7 @@ class LanguagesApi {
29404
29553
  /**
29405
29554
  * Languages service.
29406
29555
  * @module purecloud-platform-client-v2/api/LanguagesApi
29407
- * @version 128.0.0
29556
+ * @version 129.0.0
29408
29557
  */
29409
29558
 
29410
29559
  /**
@@ -29672,7 +29821,7 @@ class LearningApi {
29672
29821
  /**
29673
29822
  * Learning service.
29674
29823
  * @module purecloud-platform-client-v2/api/LearningApi
29675
- * @version 128.0.0
29824
+ * @version 129.0.0
29676
29825
  */
29677
29826
 
29678
29827
  /**
@@ -30263,7 +30412,7 @@ class LicenseApi {
30263
30412
  /**
30264
30413
  * License service.
30265
30414
  * @module purecloud-platform-client-v2/api/LicenseApi
30266
- * @version 128.0.0
30415
+ * @version 129.0.0
30267
30416
  */
30268
30417
 
30269
30418
  /**
@@ -30501,7 +30650,7 @@ class LocationsApi {
30501
30650
  /**
30502
30651
  * Locations service.
30503
30652
  * @module purecloud-platform-client-v2/api/LocationsApi
30504
- * @version 128.0.0
30653
+ * @version 129.0.0
30505
30654
  */
30506
30655
 
30507
30656
  /**
@@ -30737,7 +30886,7 @@ class MobileDevicesApi {
30737
30886
  /**
30738
30887
  * MobileDevices service.
30739
30888
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
30740
- * @version 128.0.0
30889
+ * @version 129.0.0
30741
30890
  */
30742
30891
 
30743
30892
  /**
@@ -30888,7 +31037,7 @@ class NotificationsApi {
30888
31037
  /**
30889
31038
  * Notifications service.
30890
31039
  * @module purecloud-platform-client-v2/api/NotificationsApi
30891
- * @version 128.0.0
31040
+ * @version 129.0.0
30892
31041
  */
30893
31042
 
30894
31043
  /**
@@ -31113,7 +31262,7 @@ class OAuthApi {
31113
31262
  /**
31114
31263
  * OAuth service.
31115
31264
  * @module purecloud-platform-client-v2/api/OAuthApi
31116
- * @version 128.0.0
31265
+ * @version 129.0.0
31117
31266
  */
31118
31267
 
31119
31268
  /**
@@ -31471,7 +31620,7 @@ class ObjectsApi {
31471
31620
  /**
31472
31621
  * Objects service.
31473
31622
  * @module purecloud-platform-client-v2/api/ObjectsApi
31474
- * @version 128.0.0
31623
+ * @version 129.0.0
31475
31624
  */
31476
31625
 
31477
31626
  /**
@@ -31742,7 +31891,7 @@ class OrganizationApi {
31742
31891
  /**
31743
31892
  * Organization service.
31744
31893
  * @module purecloud-platform-client-v2/api/OrganizationApi
31745
- * @version 128.0.0
31894
+ * @version 129.0.0
31746
31895
  */
31747
31896
 
31748
31897
  /**
@@ -32145,7 +32294,7 @@ class OrganizationAuthorizationApi {
32145
32294
  /**
32146
32295
  * OrganizationAuthorization service.
32147
32296
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
32148
- * @version 128.0.0
32297
+ * @version 129.0.0
32149
32298
  */
32150
32299
 
32151
32300
  /**
@@ -33070,7 +33219,7 @@ class OutboundApi {
33070
33219
  /**
33071
33220
  * Outbound service.
33072
33221
  * @module purecloud-platform-client-v2/api/OutboundApi
33073
- * @version 128.0.0
33222
+ * @version 129.0.0
33074
33223
  */
33075
33224
 
33076
33225
  /**
@@ -36096,7 +36245,7 @@ class PresenceApi {
36096
36245
  /**
36097
36246
  * Presence service.
36098
36247
  * @module purecloud-platform-client-v2/api/PresenceApi
36099
- * @version 128.0.0
36248
+ * @version 129.0.0
36100
36249
  */
36101
36250
 
36102
36251
  /**
@@ -36468,7 +36617,7 @@ class QualityApi {
36468
36617
  /**
36469
36618
  * Quality service.
36470
36619
  * @module purecloud-platform-client-v2/api/QualityApi
36471
- * @version 128.0.0
36620
+ * @version 129.0.0
36472
36621
  */
36473
36622
 
36474
36623
  /**
@@ -37996,7 +38145,7 @@ class RecordingApi {
37996
38145
  /**
37997
38146
  * Recording service.
37998
38147
  * @module purecloud-platform-client-v2/api/RecordingApi
37999
- * @version 128.0.0
38148
+ * @version 129.0.0
38000
38149
  */
38001
38150
 
38002
38151
  /**
@@ -39519,7 +39668,7 @@ class ResponseManagementApi {
39519
39668
  /**
39520
39669
  * ResponseManagement service.
39521
39670
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
39522
- * @version 128.0.0
39671
+ * @version 129.0.0
39523
39672
  */
39524
39673
 
39525
39674
  /**
@@ -39844,7 +39993,7 @@ class RoutingApi {
39844
39993
  /**
39845
39994
  * Routing service.
39846
39995
  * @module purecloud-platform-client-v2/api/RoutingApi
39847
- * @version 128.0.0
39996
+ * @version 129.0.0
39848
39997
  */
39849
39998
 
39850
39999
  /**
@@ -42763,7 +42912,7 @@ class SCIMApi {
42763
42912
  /**
42764
42913
  * SCIM service.
42765
42914
  * @module purecloud-platform-client-v2/api/SCIMApi
42766
- * @version 128.0.0
42915
+ * @version 129.0.0
42767
42916
  */
42768
42917
 
42769
42918
  /**
@@ -43640,7 +43789,7 @@ class ScriptsApi {
43640
43789
  /**
43641
43790
  * Scripts service.
43642
43791
  * @module purecloud-platform-client-v2/api/ScriptsApi
43643
- * @version 128.0.0
43792
+ * @version 129.0.0
43644
43793
  */
43645
43794
 
43646
43795
  /**
@@ -43993,7 +44142,7 @@ class SearchApi {
43993
44142
  /**
43994
44143
  * Search service.
43995
44144
  * @module purecloud-platform-client-v2/api/SearchApi
43996
- * @version 128.0.0
44145
+ * @version 129.0.0
43997
44146
  */
43998
44147
 
43999
44148
  /**
@@ -44528,7 +44677,7 @@ class SpeechTextAnalyticsApi {
44528
44677
  /**
44529
44678
  * SpeechTextAnalytics service.
44530
44679
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
44531
- * @version 128.0.0
44680
+ * @version 129.0.0
44532
44681
  */
44533
44682
 
44534
44683
  /**
@@ -45401,7 +45550,7 @@ class StationsApi {
45401
45550
  /**
45402
45551
  * Stations service.
45403
45552
  * @module purecloud-platform-client-v2/api/StationsApi
45404
- * @version 128.0.0
45553
+ * @version 129.0.0
45405
45554
  */
45406
45555
 
45407
45556
  /**
@@ -45548,7 +45697,7 @@ class SuggestApi {
45548
45697
  /**
45549
45698
  * Suggest service.
45550
45699
  * @module purecloud-platform-client-v2/api/SuggestApi
45551
- * @version 128.0.0
45700
+ * @version 129.0.0
45552
45701
  */
45553
45702
 
45554
45703
  /**
@@ -45687,7 +45836,7 @@ class TelephonyApi {
45687
45836
  /**
45688
45837
  * Telephony service.
45689
45838
  * @module purecloud-platform-client-v2/api/TelephonyApi
45690
- * @version 128.0.0
45839
+ * @version 129.0.0
45691
45840
  */
45692
45841
 
45693
45842
  /**
@@ -45795,7 +45944,7 @@ class TelephonyProvidersEdgeApi {
45795
45944
  /**
45796
45945
  * TelephonyProvidersEdge service.
45797
45946
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
45798
- * @version 128.0.0
45947
+ * @version 129.0.0
45799
45948
  */
45800
45949
 
45801
45950
  /**
@@ -47133,6 +47282,26 @@ class TelephonyProvidersEdgeApi {
47133
47282
  );
47134
47283
  }
47135
47284
 
47285
+ /**
47286
+ * List of edges more than 4 edge versions behind the latest software.
47287
+ *
47288
+ */
47289
+ getTelephonyProvidersEdgesExpired() {
47290
+
47291
+ return this.apiClient.callApi(
47292
+ '/api/v2/telephony/providers/edges/expired',
47293
+ 'GET',
47294
+ { },
47295
+ { },
47296
+ { },
47297
+ { },
47298
+ null,
47299
+ ['PureCloud OAuth'],
47300
+ ['application/json'],
47301
+ ['application/json']
47302
+ );
47303
+ }
47304
+
47136
47305
  /**
47137
47306
  * Get an extension by ID.
47138
47307
  *
@@ -49408,7 +49577,7 @@ class TextbotsApi {
49408
49577
  /**
49409
49578
  * Textbots service.
49410
49579
  * @module purecloud-platform-client-v2/api/TextbotsApi
49411
- * @version 128.0.0
49580
+ * @version 129.0.0
49412
49581
  */
49413
49582
 
49414
49583
  /**
@@ -49536,7 +49705,7 @@ class TokensApi {
49536
49705
  /**
49537
49706
  * Tokens service.
49538
49707
  * @module purecloud-platform-client-v2/api/TokensApi
49539
- * @version 128.0.0
49708
+ * @version 129.0.0
49540
49709
  */
49541
49710
 
49542
49711
  /**
@@ -49642,7 +49811,7 @@ class UploadsApi {
49642
49811
  /**
49643
49812
  * Uploads service.
49644
49813
  * @module purecloud-platform-client-v2/api/UploadsApi
49645
- * @version 128.0.0
49814
+ * @version 129.0.0
49646
49815
  */
49647
49816
 
49648
49817
  /**
@@ -49818,7 +49987,7 @@ class UsageApi {
49818
49987
  /**
49819
49988
  * Usage service.
49820
49989
  * @module purecloud-platform-client-v2/api/UsageApi
49821
- * @version 128.0.0
49990
+ * @version 129.0.0
49822
49991
  */
49823
49992
 
49824
49993
  /**
@@ -49889,7 +50058,7 @@ class UserRecordingsApi {
49889
50058
  /**
49890
50059
  * UserRecordings service.
49891
50060
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
49892
- * @version 128.0.0
50061
+ * @version 129.0.0
49893
50062
  */
49894
50063
 
49895
50064
  /**
@@ -50073,7 +50242,7 @@ class UsersApi {
50073
50242
  /**
50074
50243
  * Users service.
50075
50244
  * @module purecloud-platform-client-v2/api/UsersApi
50076
- * @version 128.0.0
50245
+ * @version 129.0.0
50077
50246
  */
50078
50247
 
50079
50248
  /**
@@ -52375,7 +52544,7 @@ class UtilitiesApi {
52375
52544
  /**
52376
52545
  * Utilities service.
52377
52546
  * @module purecloud-platform-client-v2/api/UtilitiesApi
52378
- * @version 128.0.0
52547
+ * @version 129.0.0
52379
52548
  */
52380
52549
 
52381
52550
  /**
@@ -52486,7 +52655,7 @@ class VoicemailApi {
52486
52655
  /**
52487
52656
  * Voicemail service.
52488
52657
  * @module purecloud-platform-client-v2/api/VoicemailApi
52489
- * @version 128.0.0
52658
+ * @version 129.0.0
52490
52659
  */
52491
52660
 
52492
52661
  /**
@@ -53153,7 +53322,7 @@ class WebChatApi {
53153
53322
  /**
53154
53323
  * WebChat service.
53155
53324
  * @module purecloud-platform-client-v2/api/WebChatApi
53156
- * @version 128.0.0
53325
+ * @version 129.0.0
53157
53326
  */
53158
53327
 
53159
53328
  /**
@@ -53697,7 +53866,7 @@ class WebDeploymentsApi {
53697
53866
  /**
53698
53867
  * WebDeployments service.
53699
53868
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
53700
- * @version 128.0.0
53869
+ * @version 129.0.0
53701
53870
  */
53702
53871
 
53703
53872
  /**
@@ -54052,7 +54221,7 @@ class WebMessagingApi {
54052
54221
  /**
54053
54222
  * WebMessaging service.
54054
54223
  * @module purecloud-platform-client-v2/api/WebMessagingApi
54055
- * @version 128.0.0
54224
+ * @version 129.0.0
54056
54225
  */
54057
54226
 
54058
54227
  /**
@@ -54098,7 +54267,7 @@ class WidgetsApi {
54098
54267
  /**
54099
54268
  * Widgets service.
54100
54269
  * @module purecloud-platform-client-v2/api/WidgetsApi
54101
- * @version 128.0.0
54270
+ * @version 129.0.0
54102
54271
  */
54103
54272
 
54104
54273
  /**
@@ -54244,7 +54413,7 @@ class WorkforceManagementApi {
54244
54413
  /**
54245
54414
  * WorkforceManagement service.
54246
54415
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
54247
- * @version 128.0.0
54416
+ * @version 129.0.0
54248
54417
  */
54249
54418
 
54250
54419
  /**
@@ -58275,7 +58444,7 @@ class WorkforceManagementApi {
58275
58444
  * </pre>
58276
58445
  * </p>
58277
58446
  * @module purecloud-platform-client-v2/index
58278
- * @version 128.0.0
58447
+ * @version 129.0.0
58279
58448
  */
58280
58449
  class platformClient {
58281
58450
  constructor() {