purecloud-platform-client-v2 162.0.0 → 163.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 (78) hide show
  1. package/README.md +13 -14
  2. package/dist/node/purecloud-platform-client-v2.js +80 -86
  3. package/dist/web-amd/purecloud-platform-client-v2.js +80 -86
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +80 -86
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +474 -6726
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +2 -1
  9. package/package.json +2 -3
  10. package/src/purecloud-platform-client-v2/ApiClient.js +12 -17
  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/DownloadsApi.js +1 -1
  23. package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
  24. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
  25. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  26. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
  27. package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
  28. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
  29. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
  30. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
  31. package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
  32. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  33. package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
  34. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -1
  35. package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -1
  37. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
  38. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  39. package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
  40. package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
  41. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  42. package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  44. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  49. package/src/purecloud-platform-client-v2/api/OutboundApi.js +1 -1
  50. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
  54. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/RoutingApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  57. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  59. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
  60. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  70. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  73. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  74. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  75. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  76. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  77. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
  78. package/src/purecloud-platform-client-v2/index.js +1 -1
@@ -397,11 +397,9 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
397
397
  }
398
398
  }
399
399
 
400
- const { HttpsProxyAgent } = require('hpagent');
401
-
402
400
  /**
403
401
  * @module purecloud-platform-client-v2/ApiClient
404
- * @version 162.0.0
402
+ * @version 163.0.0
405
403
  */
406
404
  class ApiClient {
407
405
  /**
@@ -673,18 +671,12 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
673
671
  const headers = {
674
672
  'Authorization': `Basic ${authHeader}`
675
673
  };
676
- let httpsAgent;
677
- if (this.proxy !== undefined){
678
- httpsAgent = new HttpsProxyAgent({
679
- proxy : `${this.proxy.protocol}://${this.proxy.host}:${this.proxy.port}`
680
- });
681
- }
682
674
  axios__default["default"]({
683
675
  method: `POST`,
684
676
  url: `https://login.${this.config.environment}/oauth/token`,
685
677
  headers: headers,
686
678
  data: 'grant_type=client_credentials',
687
- httpsAgent: httpsAgent
679
+ httpsAgent: this.proxyAgent
688
680
  })
689
681
  .then((response) => {
690
682
  // Logging
@@ -1361,6 +1353,14 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
1361
1353
  });
1362
1354
  }
1363
1355
 
1356
+ /**
1357
+ * @description Sets the proxy agent axios will use for requests
1358
+ * @param {any} agent - The proxy agent
1359
+ */
1360
+ setProxyAgent(agent) {
1361
+ this.proxyAgent = agent;
1362
+ }
1363
+
1364
1364
  /**
1365
1365
  * Invokes the REST service using the supplied settings and parameters.
1366
1366
  * @param {String} path The base URL to invoke.
@@ -1381,16 +1381,10 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
1381
1381
  sendRequest(this);
1382
1382
  function sendRequest(that) {
1383
1383
  var url = that.buildUrl(path, pathParams);
1384
- let httpsAgent;
1385
- if (that.proxy !== undefined){
1386
- httpsAgent = new HttpsProxyAgent({
1387
- proxy : `${that.proxy.protocol}://${that.proxy.host}:${that.proxy.port}`
1388
- });
1389
- }
1390
1384
  var request = {
1391
1385
  method: httpMethod,
1392
- url: url,
1393
- httpsAgent: httpsAgent,
1386
+ url: url,
1387
+ httpsAgent: that.proxyAgent,
1394
1388
  timeout: that.timeout,
1395
1389
  params: that.serialize(queryParams)
1396
1390
  };
@@ -1491,7 +1485,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
1491
1485
  /**
1492
1486
  * Alerting service.
1493
1487
  * @module purecloud-platform-client-v2/api/AlertingApi
1494
- * @version 162.0.0
1488
+ * @version 163.0.0
1495
1489
  */
1496
1490
 
1497
1491
  /**
@@ -1805,7 +1799,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
1805
1799
  /**
1806
1800
  * Analytics service.
1807
1801
  * @module purecloud-platform-client-v2/api/AnalyticsApi
1808
- * @version 162.0.0
1802
+ * @version 163.0.0
1809
1803
  */
1810
1804
 
1811
1805
  /**
@@ -3059,7 +3053,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
3059
3053
  /**
3060
3054
  * Architect service.
3061
3055
  * @module purecloud-platform-client-v2/api/ArchitectApi
3062
- * @version 162.0.0
3056
+ * @version 163.0.0
3063
3057
  */
3064
3058
 
3065
3059
  /**
@@ -6107,7 +6101,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
6107
6101
  /**
6108
6102
  * Audit service.
6109
6103
  * @module purecloud-platform-client-v2/api/AuditApi
6110
- * @version 162.0.0
6104
+ * @version 163.0.0
6111
6105
  */
6112
6106
 
6113
6107
  /**
@@ -6278,7 +6272,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
6278
6272
  /**
6279
6273
  * Authorization service.
6280
6274
  * @module purecloud-platform-client-v2/api/AuthorizationApi
6281
- * @version 162.0.0
6275
+ * @version 163.0.0
6282
6276
  */
6283
6277
 
6284
6278
  /**
@@ -7507,7 +7501,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
7507
7501
  /**
7508
7502
  * Billing service.
7509
7503
  * @module purecloud-platform-client-v2/api/BillingApi
7510
- * @version 162.0.0
7504
+ * @version 163.0.0
7511
7505
  */
7512
7506
 
7513
7507
  /**
@@ -7587,7 +7581,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
7587
7581
  /**
7588
7582
  * Chat service.
7589
7583
  * @module purecloud-platform-client-v2/api/ChatApi
7590
- * @version 162.0.0
7584
+ * @version 163.0.0
7591
7585
  */
7592
7586
 
7593
7587
  /**
@@ -7748,7 +7742,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
7748
7742
  /**
7749
7743
  * Coaching service.
7750
7744
  * @module purecloud-platform-client-v2/api/CoachingApi
7751
- * @version 162.0.0
7745
+ * @version 163.0.0
7752
7746
  */
7753
7747
 
7754
7748
  /**
@@ -8325,7 +8319,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
8325
8319
  /**
8326
8320
  * ContentManagement service.
8327
8321
  * @module purecloud-platform-client-v2/api/ContentManagementApi
8328
- * @version 162.0.0
8322
+ * @version 163.0.0
8329
8323
  */
8330
8324
 
8331
8325
  /**
@@ -9465,7 +9459,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
9465
9459
  /**
9466
9460
  * Conversations service.
9467
9461
  * @module purecloud-platform-client-v2/api/ConversationsApi
9468
- * @version 162.0.0
9462
+ * @version 163.0.0
9469
9463
  */
9470
9464
 
9471
9465
  /**
@@ -15485,7 +15479,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
15485
15479
  /**
15486
15480
  * DataExtensions service.
15487
15481
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
15488
- * @version 162.0.0
15482
+ * @version 163.0.0
15489
15483
  */
15490
15484
 
15491
15485
  /**
@@ -15571,7 +15565,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
15571
15565
  /**
15572
15566
  * Downloads service.
15573
15567
  * @module purecloud-platform-client-v2/api/DownloadsApi
15574
- * @version 162.0.0
15568
+ * @version 163.0.0
15575
15569
  */
15576
15570
 
15577
15571
  /**
@@ -15623,7 +15617,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
15623
15617
  /**
15624
15618
  * Events service.
15625
15619
  * @module purecloud-platform-client-v2/api/EventsApi
15626
- * @version 162.0.0
15620
+ * @version 163.0.0
15627
15621
  */
15628
15622
 
15629
15623
  /**
@@ -15719,7 +15713,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
15719
15713
  /**
15720
15714
  * ExternalContacts service.
15721
15715
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
15722
- * @version 162.0.0
15716
+ * @version 163.0.0
15723
15717
  */
15724
15718
 
15725
15719
  /**
@@ -17677,7 +17671,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
17677
17671
  /**
17678
17672
  * Fax service.
17679
17673
  * @module purecloud-platform-client-v2/api/FaxApi
17680
- * @version 162.0.0
17674
+ * @version 163.0.0
17681
17675
  */
17682
17676
 
17683
17677
  /**
@@ -17848,7 +17842,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
17848
17842
  /**
17849
17843
  * Flows service.
17850
17844
  * @module purecloud-platform-client-v2/api/FlowsApi
17851
- * @version 162.0.0
17845
+ * @version 163.0.0
17852
17846
  */
17853
17847
 
17854
17848
  /**
@@ -17919,7 +17913,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
17919
17913
  /**
17920
17914
  * Gamification service.
17921
17915
  * @module purecloud-platform-client-v2/api/GamificationApi
17922
- * @version 162.0.0
17916
+ * @version 163.0.0
17923
17917
  */
17924
17918
 
17925
17919
  /**
@@ -19536,7 +19530,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
19536
19530
  /**
19537
19531
  * GeneralDataProtectionRegulation service.
19538
19532
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
19539
- * @version 162.0.0
19533
+ * @version 163.0.0
19540
19534
  */
19541
19535
 
19542
19536
  /**
@@ -19666,7 +19660,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
19666
19660
  /**
19667
19661
  * Geolocation service.
19668
19662
  * @module purecloud-platform-client-v2/api/GeolocationApi
19669
- * @version 162.0.0
19663
+ * @version 163.0.0
19670
19664
  */
19671
19665
 
19672
19666
  /**
@@ -19797,7 +19791,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
19797
19791
  /**
19798
19792
  * Greetings service.
19799
19793
  * @module purecloud-platform-client-v2/api/GreetingsApi
19800
- * @version 162.0.0
19794
+ * @version 163.0.0
19801
19795
  */
19802
19796
 
19803
19797
  /**
@@ -20252,7 +20246,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
20252
20246
  /**
20253
20247
  * Groups service.
20254
20248
  * @module purecloud-platform-client-v2/api/GroupsApi
20255
- * @version 162.0.0
20249
+ * @version 163.0.0
20256
20250
  */
20257
20251
 
20258
20252
  /**
@@ -20658,7 +20652,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
20658
20652
  /**
20659
20653
  * IdentityProvider service.
20660
20654
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
20661
- * @version 162.0.0
20655
+ * @version 163.0.0
20662
20656
  */
20663
20657
 
20664
20658
  /**
@@ -21414,7 +21408,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21414
21408
  /**
21415
21409
  * InfrastructureAsCode service.
21416
21410
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
21417
- * @version 162.0.0
21411
+ * @version 163.0.0
21418
21412
  */
21419
21413
 
21420
21414
  /**
@@ -21516,7 +21510,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21516
21510
  /**
21517
21511
  * Integrations service.
21518
21512
  * @module purecloud-platform-client-v2/api/IntegrationsApi
21519
- * @version 162.0.0
21513
+ * @version 163.0.0
21520
21514
  */
21521
21515
 
21522
21516
  /**
@@ -23116,7 +23110,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
23116
23110
  /**
23117
23111
  * Journey service.
23118
23112
  * @module purecloud-platform-client-v2/api/JourneyApi
23119
- * @version 162.0.0
23113
+ * @version 163.0.0
23120
23114
  */
23121
23115
 
23122
23116
  /**
@@ -23996,7 +23990,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
23996
23990
  /**
23997
23991
  * Knowledge service.
23998
23992
  * @module purecloud-platform-client-v2/api/KnowledgeApi
23999
- * @version 162.0.0
23993
+ * @version 163.0.0
24000
23994
  */
24001
23995
 
24002
23996
  /**
@@ -26428,7 +26422,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26428
26422
  /**
26429
26423
  * LanguageUnderstanding service.
26430
26424
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
26431
- * @version 162.0.0
26425
+ * @version 163.0.0
26432
26426
  */
26433
26427
 
26434
26428
  /**
@@ -27441,7 +27435,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
27441
27435
  /**
27442
27436
  * Languages service.
27443
27437
  * @module purecloud-platform-client-v2/api/LanguagesApi
27444
- * @version 162.0.0
27438
+ * @version 163.0.0
27445
27439
  */
27446
27440
 
27447
27441
  /**
@@ -27659,7 +27653,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
27659
27653
  /**
27660
27654
  * Learning service.
27661
27655
  * @module purecloud-platform-client-v2/api/LearningApi
27662
- * @version 162.0.0
27656
+ * @version 163.0.0
27663
27657
  */
27664
27658
 
27665
27659
  /**
@@ -28474,7 +28468,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28474
28468
  /**
28475
28469
  * License service.
28476
28470
  * @module purecloud-platform-client-v2/api/LicenseApi
28477
- * @version 162.0.0
28471
+ * @version 163.0.0
28478
28472
  */
28479
28473
 
28480
28474
  /**
@@ -28712,7 +28706,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28712
28706
  /**
28713
28707
  * Locations service.
28714
28708
  * @module purecloud-platform-client-v2/api/LocationsApi
28715
- * @version 162.0.0
28709
+ * @version 163.0.0
28716
28710
  */
28717
28711
 
28718
28712
  /**
@@ -28948,7 +28942,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28948
28942
  /**
28949
28943
  * Messaging service.
28950
28944
  * @module purecloud-platform-client-v2/api/MessagingApi
28951
- * @version 162.0.0
28945
+ * @version 163.0.0
28952
28946
  */
28953
28947
 
28954
28948
  /**
@@ -29099,7 +29093,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
29099
29093
  /**
29100
29094
  * MobileDevices service.
29101
29095
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
29102
- * @version 162.0.0
29096
+ * @version 163.0.0
29103
29097
  */
29104
29098
 
29105
29099
  /**
@@ -29250,7 +29244,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
29250
29244
  /**
29251
29245
  * Notifications service.
29252
29246
  * @module purecloud-platform-client-v2/api/NotificationsApi
29253
- * @version 162.0.0
29247
+ * @version 163.0.0
29254
29248
  */
29255
29249
 
29256
29250
  /**
@@ -29483,7 +29477,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
29483
29477
  /**
29484
29478
  * OAuth service.
29485
29479
  * @module purecloud-platform-client-v2/api/OAuthApi
29486
- * @version 162.0.0
29480
+ * @version 163.0.0
29487
29481
  */
29488
29482
 
29489
29483
  /**
@@ -29849,7 +29843,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
29849
29843
  /**
29850
29844
  * Objects service.
29851
29845
  * @module purecloud-platform-client-v2/api/ObjectsApi
29852
- * @version 162.0.0
29846
+ * @version 163.0.0
29853
29847
  */
29854
29848
 
29855
29849
  /**
@@ -30120,7 +30114,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
30120
30114
  /**
30121
30115
  * Organization service.
30122
30116
  * @module purecloud-platform-client-v2/api/OrganizationApi
30123
- * @version 162.0.0
30117
+ * @version 163.0.0
30124
30118
  */
30125
30119
 
30126
30120
  /**
@@ -30523,7 +30517,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
30523
30517
  /**
30524
30518
  * OrganizationAuthorization service.
30525
30519
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
30526
- * @version 162.0.0
30520
+ * @version 163.0.0
30527
30521
  */
30528
30522
 
30529
30523
  /**
@@ -31818,7 +31812,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
31818
31812
  /**
31819
31813
  * Outbound service.
31820
31814
  * @module purecloud-platform-client-v2/api/OutboundApi
31821
- * @version 162.0.0
31815
+ * @version 163.0.0
31822
31816
  */
31823
31817
 
31824
31818
  /**
@@ -35414,7 +35408,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
35414
35408
  /**
35415
35409
  * Presence service.
35416
35410
  * @module purecloud-platform-client-v2/api/PresenceApi
35417
- * @version 162.0.0
35411
+ * @version 163.0.0
35418
35412
  */
35419
35413
 
35420
35414
  /**
@@ -35965,7 +35959,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
35965
35959
  /**
35966
35960
  * ProcessAutomation service.
35967
35961
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
35968
- * @version 162.0.0
35962
+ * @version 163.0.0
35969
35963
  */
35970
35964
 
35971
35965
  /**
@@ -36204,7 +36198,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
36204
36198
  /**
36205
36199
  * Quality service.
36206
36200
  * @module purecloud-platform-client-v2/api/QualityApi
36207
- * @version 162.0.0
36201
+ * @version 163.0.0
36208
36202
  */
36209
36203
 
36210
36204
  /**
@@ -37783,7 +37777,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
37783
37777
  /**
37784
37778
  * Recording service.
37785
37779
  * @module purecloud-platform-client-v2/api/RecordingApi
37786
- * @version 162.0.0
37780
+ * @version 163.0.0
37787
37781
  */
37788
37782
 
37789
37783
  /**
@@ -39420,7 +39414,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
39420
39414
  /**
39421
39415
  * ResponseManagement service.
39422
39416
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
39423
- * @version 162.0.0
39417
+ * @version 163.0.0
39424
39418
  */
39425
39419
 
39426
39420
  /**
@@ -39904,7 +39898,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
39904
39898
  /**
39905
39899
  * Routing service.
39906
39900
  * @module purecloud-platform-client-v2/api/RoutingApi
39907
- * @version 162.0.0
39901
+ * @version 163.0.0
39908
39902
  */
39909
39903
 
39910
39904
  /**
@@ -43410,7 +43404,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43410
43404
  /**
43411
43405
  * SCIM service.
43412
43406
  * @module purecloud-platform-client-v2/api/SCIMApi
43413
- * @version 162.0.0
43407
+ * @version 163.0.0
43414
43408
  */
43415
43409
 
43416
43410
  /**
@@ -44287,7 +44281,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
44287
44281
  /**
44288
44282
  * Scripts service.
44289
44283
  * @module purecloud-platform-client-v2/api/ScriptsApi
44290
- * @version 162.0.0
44284
+ * @version 163.0.0
44291
44285
  */
44292
44286
 
44293
44287
  /**
@@ -44706,7 +44700,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
44706
44700
  /**
44707
44701
  * Search service.
44708
44702
  * @module purecloud-platform-client-v2/api/SearchApi
44709
- * @version 162.0.0
44703
+ * @version 163.0.0
44710
44704
  */
44711
44705
 
44712
44706
  /**
@@ -45316,7 +45310,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
45316
45310
  /**
45317
45311
  * SpeechTextAnalytics service.
45318
45312
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
45319
- * @version 162.0.0
45313
+ * @version 163.0.0
45320
45314
  */
45321
45315
 
45322
45316
  /**
@@ -46245,7 +46239,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
46245
46239
  /**
46246
46240
  * Stations service.
46247
46241
  * @module purecloud-platform-client-v2/api/StationsApi
46248
- * @version 162.0.0
46242
+ * @version 163.0.0
46249
46243
  */
46250
46244
 
46251
46245
  /**
@@ -46392,7 +46386,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
46392
46386
  /**
46393
46387
  * Suggest service.
46394
46388
  * @module purecloud-platform-client-v2/api/SuggestApi
46395
- * @version 162.0.0
46389
+ * @version 163.0.0
46396
46390
  */
46397
46391
 
46398
46392
  /**
@@ -46531,7 +46525,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
46531
46525
  /**
46532
46526
  * Teams service.
46533
46527
  * @module purecloud-platform-client-v2/api/TeamsApi
46534
- * @version 162.0.0
46528
+ * @version 163.0.0
46535
46529
  */
46536
46530
 
46537
46531
  /**
@@ -46802,7 +46796,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
46802
46796
  /**
46803
46797
  * Telephony service.
46804
46798
  * @module purecloud-platform-client-v2/api/TelephonyApi
46805
- * @version 162.0.0
46799
+ * @version 163.0.0
46806
46800
  */
46807
46801
 
46808
46802
  /**
@@ -46930,7 +46924,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
46930
46924
  /**
46931
46925
  * TelephonyProvidersEdge service.
46932
46926
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
46933
- * @version 162.0.0
46927
+ * @version 163.0.0
46934
46928
  */
46935
46929
 
46936
46930
  /**
@@ -50539,7 +50533,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
50539
50533
  /**
50540
50534
  * Textbots service.
50541
50535
  * @module purecloud-platform-client-v2/api/TextbotsApi
50542
- * @version 162.0.0
50536
+ * @version 163.0.0
50543
50537
  */
50544
50538
 
50545
50539
  /**
@@ -50667,7 +50661,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
50667
50661
  /**
50668
50662
  * Tokens service.
50669
50663
  * @module purecloud-platform-client-v2/api/TokensApi
50670
- * @version 162.0.0
50664
+ * @version 163.0.0
50671
50665
  */
50672
50666
 
50673
50667
  /**
@@ -50773,7 +50767,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
50773
50767
  /**
50774
50768
  * Uploads service.
50775
50769
  * @module purecloud-platform-client-v2/api/UploadsApi
50776
- * @version 162.0.0
50770
+ * @version 163.0.0
50777
50771
  */
50778
50772
 
50779
50773
  /**
@@ -50949,7 +50943,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
50949
50943
  /**
50950
50944
  * Usage service.
50951
50945
  * @module purecloud-platform-client-v2/api/UsageApi
50952
- * @version 162.0.0
50946
+ * @version 163.0.0
50953
50947
  */
50954
50948
 
50955
50949
  /**
@@ -51020,7 +51014,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
51020
51014
  /**
51021
51015
  * UserRecordings service.
51022
51016
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
51023
- * @version 162.0.0
51017
+ * @version 163.0.0
51024
51018
  */
51025
51019
 
51026
51020
  /**
@@ -51205,7 +51199,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
51205
51199
  /**
51206
51200
  * Users service.
51207
51201
  * @module purecloud-platform-client-v2/api/UsersApi
51208
- * @version 162.0.0
51202
+ * @version 163.0.0
51209
51203
  */
51210
51204
 
51211
51205
  /**
@@ -53593,7 +53587,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
53593
53587
  /**
53594
53588
  * Utilities service.
53595
53589
  * @module purecloud-platform-client-v2/api/UtilitiesApi
53596
- * @version 162.0.0
53590
+ * @version 163.0.0
53597
53591
  */
53598
53592
 
53599
53593
  /**
@@ -53704,7 +53698,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
53704
53698
  /**
53705
53699
  * Voicemail service.
53706
53700
  * @module purecloud-platform-client-v2/api/VoicemailApi
53707
- * @version 162.0.0
53701
+ * @version 163.0.0
53708
53702
  */
53709
53703
 
53710
53704
  /**
@@ -54371,7 +54365,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
54371
54365
  /**
54372
54366
  * WebChat service.
54373
54367
  * @module purecloud-platform-client-v2/api/WebChatApi
54374
- * @version 162.0.0
54368
+ * @version 163.0.0
54375
54369
  */
54376
54370
 
54377
54371
  /**
@@ -54915,7 +54909,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
54915
54909
  /**
54916
54910
  * WebDeployments service.
54917
54911
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
54918
- * @version 162.0.0
54912
+ * @version 163.0.0
54919
54913
  */
54920
54914
 
54921
54915
  /**
@@ -55437,7 +55431,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
55437
55431
  /**
55438
55432
  * WebMessaging service.
55439
55433
  * @module purecloud-platform-client-v2/api/WebMessagingApi
55440
- * @version 162.0.0
55434
+ * @version 163.0.0
55441
55435
  */
55442
55436
 
55443
55437
  /**
@@ -55483,7 +55477,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
55483
55477
  /**
55484
55478
  * Widgets service.
55485
55479
  * @module purecloud-platform-client-v2/api/WidgetsApi
55486
- * @version 162.0.0
55480
+ * @version 163.0.0
55487
55481
  */
55488
55482
 
55489
55483
  /**
@@ -55629,7 +55623,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
55629
55623
  /**
55630
55624
  * WorkforceManagement service.
55631
55625
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
55632
- * @version 162.0.0
55626
+ * @version 163.0.0
55633
55627
  */
55634
55628
 
55635
55629
  /**
@@ -60373,7 +60367,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
60373
60367
  * </pre>
60374
60368
  * </p>
60375
60369
  * @module purecloud-platform-client-v2/index
60376
- * @version 162.0.0
60370
+ * @version 163.0.0
60377
60371
  */
60378
60372
  class platformClient {
60379
60373
  constructor() {