purecloud-platform-client-v2 241.0.0 → 241.1.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 (94) hide show
  1. package/README.md +3 -3
  2. package/dist/node/purecloud-platform-client-v2.js +127 -85
  3. package/dist/web-amd/purecloud-platform-client-v2.js +127 -85
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +93 -85
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +93 -85
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +5 -0
  9. package/package.json +1 -1
  10. package/src/purecloud-platform-client-v2/ApiClient.js +43 -1
  11. package/src/purecloud-platform-client-v2/api/AIStudioApi.js +1 -1
  12. package/src/purecloud-platform-client-v2/api/AgentAssistantsApi.js +1 -1
  13. package/src/purecloud-platform-client-v2/api/AgentCopilotApi.js +1 -1
  14. package/src/purecloud-platform-client-v2/api/AgentUIApi.js +1 -1
  15. package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
  16. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +1 -1
  17. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +1 -1
  18. package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
  19. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
  20. package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
  21. package/src/purecloud-platform-client-v2/api/BusinessRulesApi.js +1 -1
  22. package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +1 -1
  23. package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
  24. package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
  25. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
  26. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +1 -1
  27. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
  28. package/src/purecloud-platform-client-v2/api/DataPrivacyApi.js +1 -1
  29. package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
  30. package/src/purecloud-platform-client-v2/api/EmailsApi.js +1 -1
  31. package/src/purecloud-platform-client-v2/api/EmployeeEngagementApi.js +1 -1
  32. package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
  33. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
  34. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  35. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
  37. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
  38. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
  39. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
  40. package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
  41. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  42. package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -1
  44. package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
  49. package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
  50. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/LogCaptureApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  54. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  57. package/src/purecloud-platform-client-v2/api/OperationalEventsApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  59. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  60. package/src/purecloud-platform-client-v2/api/OutboundApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/RoutingApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/ScreenRecordingApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  70. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/SettingsApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/SocialMediaApi.js +1 -1
  73. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
  74. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  75. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  76. package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +1 -1
  77. package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
  78. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  79. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
  80. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  81. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  82. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  83. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  84. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  85. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  86. package/src/purecloud-platform-client-v2/api/UsersRulesApi.js +1 -1
  87. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  88. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  89. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  90. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  91. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  92. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  93. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
  94. package/src/purecloud-platform-client-v2/index.js +1 -1
@@ -745,7 +745,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
745
745
 
746
746
  /**
747
747
  * @module purecloud-platform-client-v2/ApiClient
748
- * @version 241.0.0
748
+ * @version 241.1.0
749
749
  */
750
750
  class ApiClient {
751
751
  /**
@@ -940,6 +940,41 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
940
940
  this.authData.state = tempState;
941
941
  }
942
942
 
943
+ /**
944
+ * @description Clears the auth token from local storage, if enabled.
945
+ */
946
+ _clearSettings() {
947
+ try {
948
+ if (this.authData && this.authData.accessToken) this.authData.accessToken = null;
949
+ if (this.authentications['PureCloud OAuth'] && this.authentications['PureCloud OAuth'].accessToken) this.authentications['PureCloud OAuth'].accessToken = null;
950
+
951
+ if (this.authData && this.authData.state) this.authData.state = null;
952
+
953
+ if (this.authData && this.authData.error) this.authData.error = null;
954
+ if (this.authData && this.authData.error_description) this.authData.error_description = null;
955
+
956
+ if (this.authData && this.authData.tokenExpiryTime) this.authData.tokenExpiryTime = 0;
957
+ if (this.authData && this.authData.tokenExpiryTimeString) this.authData.tokenExpiryTimeString = null;
958
+
959
+ // Don't save settings if we aren't supposed to be persisting them
960
+ if (this.persistSettings !== true) return;
961
+
962
+ // Ensure we can access local storage
963
+ if (!this.hasLocalStorage) {
964
+ return;
965
+ }
966
+
967
+ // Remove state from data so it's not persisted
968
+ let tempData = JSON.parse(JSON.stringify(this.authData));
969
+ delete tempData.state;
970
+
971
+ // Save updated auth data
972
+ localStorage.setItem(`${this.settingsPrefix}_auth_data`, JSON.stringify(tempData));
973
+ } catch (e) {
974
+ console.error(e);
975
+ }
976
+ }
977
+
943
978
  /**
944
979
  * @description Sets the environment used by the session
945
980
  * @param {string} environment - (Optional, default "mypurecloud.com") Environment the session use, e.g. mypurecloud.ie, mypurecloud.com.au, etc.
@@ -1932,6 +1967,13 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
1932
1967
  this._saveSettings({ accessToken: token });
1933
1968
  }
1934
1969
 
1970
+ /**
1971
+ * @description Clears the access token to be used with requests
1972
+ */
1973
+ clearAccessToken() {
1974
+ this._clearSettings();
1975
+ }
1976
+
1935
1977
  /**
1936
1978
  * @description Sets the storage key to use when persisting the access token
1937
1979
  * @param {string} storageKey - The storage key name
@@ -2362,7 +2404,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
2362
2404
  /**
2363
2405
  * AIStudio service.
2364
2406
  * @module purecloud-platform-client-v2/api/AIStudioApi
2365
- * @version 241.0.0
2407
+ * @version 241.1.0
2366
2408
  */
2367
2409
 
2368
2410
  /**
@@ -2969,7 +3011,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
2969
3011
  /**
2970
3012
  * AgentAssistants service.
2971
3013
  * @module purecloud-platform-client-v2/api/AgentAssistantsApi
2972
- * @version 241.0.0
3014
+ * @version 241.1.0
2973
3015
  */
2974
3016
 
2975
3017
  /**
@@ -3610,7 +3652,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
3610
3652
  /**
3611
3653
  * AgentCopilot service.
3612
3654
  * @module purecloud-platform-client-v2/api/AgentCopilotApi
3613
- * @version 241.0.0
3655
+ * @version 241.1.0
3614
3656
  */
3615
3657
 
3616
3658
  /**
@@ -3710,7 +3752,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
3710
3752
  /**
3711
3753
  * AgentUI service.
3712
3754
  * @module purecloud-platform-client-v2/api/AgentUIApi
3713
- * @version 241.0.0
3755
+ * @version 241.1.0
3714
3756
  */
3715
3757
 
3716
3758
  /**
@@ -3841,7 +3883,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
3841
3883
  /**
3842
3884
  * Alerting service.
3843
3885
  * @module purecloud-platform-client-v2/api/AlertingApi
3844
- * @version 241.0.0
3886
+ * @version 241.1.0
3845
3887
  */
3846
3888
 
3847
3889
  /**
@@ -4242,7 +4284,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
4242
4284
  /**
4243
4285
  * Analytics service.
4244
4286
  * @module purecloud-platform-client-v2/api/AnalyticsApi
4245
- * @version 241.0.0
4287
+ * @version 241.1.0
4246
4288
  */
4247
4289
 
4248
4290
  /**
@@ -7644,7 +7686,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
7644
7686
  /**
7645
7687
  * Architect service.
7646
7688
  * @module purecloud-platform-client-v2/api/ArchitectApi
7647
- * @version 241.0.0
7689
+ * @version 241.1.0
7648
7690
  */
7649
7691
 
7650
7692
  /**
@@ -11939,7 +11981,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
11939
11981
  /**
11940
11982
  * Audit service.
11941
11983
  * @module purecloud-platform-client-v2/api/AuditApi
11942
- * @version 241.0.0
11984
+ * @version 241.1.0
11943
11985
  */
11944
11986
 
11945
11987
  /**
@@ -12140,7 +12182,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
12140
12182
  /**
12141
12183
  * Authorization service.
12142
12184
  * @module purecloud-platform-client-v2/api/AuthorizationApi
12143
- * @version 241.0.0
12185
+ * @version 241.1.0
12144
12186
  */
12145
12187
 
12146
12188
  /**
@@ -13842,7 +13884,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
13842
13884
  /**
13843
13885
  * Billing service.
13844
13886
  * @module purecloud-platform-client-v2/api/BillingApi
13845
- * @version 241.0.0
13887
+ * @version 241.1.0
13846
13888
  */
13847
13889
 
13848
13890
  /**
@@ -14098,7 +14140,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
14098
14140
  /**
14099
14141
  * BusinessRules service.
14100
14142
  * @module purecloud-platform-client-v2/api/BusinessRulesApi
14101
- * @version 241.0.0
14143
+ * @version 241.1.0
14102
14144
  */
14103
14145
 
14104
14146
  /**
@@ -14985,7 +15027,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
14985
15027
  /**
14986
15028
  * CarrierServices service.
14987
15029
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
14988
- * @version 241.0.0
15030
+ * @version 241.1.0
14989
15031
  */
14990
15032
 
14991
15033
  /**
@@ -15055,7 +15097,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
15055
15097
  /**
15056
15098
  * Chat service.
15057
15099
  * @module purecloud-platform-client-v2/api/ChatApi
15058
- * @version 241.0.0
15100
+ * @version 241.1.0
15059
15101
  */
15060
15102
 
15061
15103
  /**
@@ -16036,7 +16078,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
16036
16078
  /**
16037
16079
  * Coaching service.
16038
16080
  * @module purecloud-platform-client-v2/api/CoachingApi
16039
- * @version 241.0.0
16081
+ * @version 241.1.0
16040
16082
  */
16041
16083
 
16042
16084
  /**
@@ -16663,7 +16705,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
16663
16705
  /**
16664
16706
  * ContentManagement service.
16665
16707
  * @module purecloud-platform-client-v2/api/ContentManagementApi
16666
- * @version 241.0.0
16708
+ * @version 241.1.0
16667
16709
  */
16668
16710
 
16669
16711
  /**
@@ -17744,7 +17786,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
17744
17786
  /**
17745
17787
  * Conversations service.
17746
17788
  * @module purecloud-platform-client-v2/api/ConversationsApi
17747
- * @version 241.0.0
17789
+ * @version 241.1.0
17748
17790
  */
17749
17791
 
17750
17792
  /**
@@ -26629,7 +26671,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26629
26671
  /**
26630
26672
  * DataExtensions service.
26631
26673
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
26632
- * @version 241.0.0
26674
+ * @version 241.1.0
26633
26675
  */
26634
26676
 
26635
26677
  /**
@@ -26715,7 +26757,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26715
26757
  /**
26716
26758
  * DataPrivacy service.
26717
26759
  * @module purecloud-platform-client-v2/api/DataPrivacyApi
26718
- * @version 241.0.0
26760
+ * @version 241.1.0
26719
26761
  */
26720
26762
 
26721
26763
  /**
@@ -26885,7 +26927,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26885
26927
  /**
26886
26928
  * Downloads service.
26887
26929
  * @module purecloud-platform-client-v2/api/DownloadsApi
26888
- * @version 241.0.0
26930
+ * @version 241.1.0
26889
26931
  */
26890
26932
 
26891
26933
  /**
@@ -26937,7 +26979,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26937
26979
  /**
26938
26980
  * Emails service.
26939
26981
  * @module purecloud-platform-client-v2/api/EmailsApi
26940
- * @version 241.0.0
26982
+ * @version 241.1.0
26941
26983
  */
26942
26984
 
26943
26985
  /**
@@ -27066,7 +27108,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
27066
27108
  /**
27067
27109
  * EmployeeEngagement service.
27068
27110
  * @module purecloud-platform-client-v2/api/EmployeeEngagementApi
27069
- * @version 241.0.0
27111
+ * @version 241.1.0
27070
27112
  */
27071
27113
 
27072
27114
  /**
@@ -27246,7 +27288,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
27246
27288
  /**
27247
27289
  * Events service.
27248
27290
  * @module purecloud-platform-client-v2/api/EventsApi
27249
- * @version 241.0.0
27291
+ * @version 241.1.0
27250
27292
  */
27251
27293
 
27252
27294
  /**
@@ -27342,7 +27384,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
27342
27384
  /**
27343
27385
  * ExternalContacts service.
27344
27386
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
27345
- * @version 241.0.0
27387
+ * @version 241.1.0
27346
27388
  */
27347
27389
 
27348
27390
  /**
@@ -30589,7 +30631,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
30589
30631
  /**
30590
30632
  * Fax service.
30591
30633
  * @module purecloud-platform-client-v2/api/FaxApi
30592
- * @version 241.0.0
30634
+ * @version 241.1.0
30593
30635
  */
30594
30636
 
30595
30637
  /**
@@ -30804,7 +30846,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
30804
30846
  /**
30805
30847
  * Flows service.
30806
30848
  * @module purecloud-platform-client-v2/api/FlowsApi
30807
- * @version 241.0.0
30849
+ * @version 241.1.0
30808
30850
  */
30809
30851
 
30810
30852
  /**
@@ -31013,7 +31055,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
31013
31055
  /**
31014
31056
  * Gamification service.
31015
31057
  * @module purecloud-platform-client-v2/api/GamificationApi
31016
- * @version 241.0.0
31058
+ * @version 241.1.0
31017
31059
  */
31018
31060
 
31019
31061
  /**
@@ -33571,7 +33613,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33571
33613
  /**
33572
33614
  * GeneralDataProtectionRegulation service.
33573
33615
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
33574
- * @version 241.0.0
33616
+ * @version 241.1.0
33575
33617
  */
33576
33618
 
33577
33619
  /**
@@ -33701,7 +33743,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33701
33743
  /**
33702
33744
  * Geolocation service.
33703
33745
  * @module purecloud-platform-client-v2/api/GeolocationApi
33704
- * @version 241.0.0
33746
+ * @version 241.1.0
33705
33747
  */
33706
33748
 
33707
33749
  /**
@@ -33832,7 +33874,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33832
33874
  /**
33833
33875
  * Greetings service.
33834
33876
  * @module purecloud-platform-client-v2/api/GreetingsApi
33835
- * @version 241.0.0
33877
+ * @version 241.1.0
33836
33878
  */
33837
33879
 
33838
33880
  /**
@@ -34374,7 +34416,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
34374
34416
  /**
34375
34417
  * Groups service.
34376
34418
  * @module purecloud-platform-client-v2/api/GroupsApi
34377
- * @version 241.0.0
34419
+ * @version 241.1.0
34378
34420
  */
34379
34421
 
34380
34422
  /**
@@ -34893,7 +34935,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
34893
34935
  /**
34894
34936
  * IdentityProvider service.
34895
34937
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
34896
- * @version 241.0.0
34938
+ * @version 241.1.0
34897
34939
  */
34898
34940
 
34899
34941
  /**
@@ -35754,7 +35796,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
35754
35796
  /**
35755
35797
  * InfrastructureAsCode service.
35756
35798
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
35757
- * @version 241.0.0
35799
+ * @version 241.1.0
35758
35800
  */
35759
35801
 
35760
35802
  /**
@@ -35921,7 +35963,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
35921
35963
  /**
35922
35964
  * Integrations service.
35923
35965
  * @module purecloud-platform-client-v2/api/IntegrationsApi
35924
- * @version 241.0.0
35966
+ * @version 241.1.0
35925
35967
  */
35926
35968
 
35927
35969
  /**
@@ -38569,7 +38611,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38569
38611
  /**
38570
38612
  * Journey service.
38571
38613
  * @module purecloud-platform-client-v2/api/JourneyApi
38572
- * @version 241.0.0
38614
+ * @version 241.1.0
38573
38615
  */
38574
38616
 
38575
38617
  /**
@@ -40666,7 +40708,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
40666
40708
  /**
40667
40709
  * Knowledge service.
40668
40710
  * @module purecloud-platform-client-v2/api/KnowledgeApi
40669
- * @version 241.0.0
40711
+ * @version 241.1.0
40670
40712
  */
40671
40713
 
40672
40714
  /**
@@ -43749,7 +43791,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43749
43791
  /**
43750
43792
  * LanguageUnderstanding service.
43751
43793
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
43752
- * @version 241.0.0
43794
+ * @version 241.1.0
43753
43795
  */
43754
43796
 
43755
43797
  /**
@@ -44968,7 +45010,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
44968
45010
  /**
44969
45011
  * Languages service.
44970
45012
  * @module purecloud-platform-client-v2/api/LanguagesApi
44971
- * @version 241.0.0
45013
+ * @version 241.1.0
44972
45014
  */
44973
45015
 
44974
45016
  /**
@@ -45190,7 +45232,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
45190
45232
  /**
45191
45233
  * Learning service.
45192
45234
  * @module purecloud-platform-client-v2/api/LearningApi
45193
- * @version 241.0.0
45235
+ * @version 241.1.0
45194
45236
  */
45195
45237
 
45196
45238
  /**
@@ -46299,7 +46341,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
46299
46341
  /**
46300
46342
  * License service.
46301
46343
  * @module purecloud-platform-client-v2/api/LicenseApi
46302
- * @version 241.0.0
46344
+ * @version 241.1.0
46303
46345
  */
46304
46346
 
46305
46347
  /**
@@ -46537,7 +46579,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
46537
46579
  /**
46538
46580
  * Locations service.
46539
46581
  * @module purecloud-platform-client-v2/api/LocationsApi
46540
- * @version 241.0.0
46582
+ * @version 241.1.0
46541
46583
  */
46542
46584
 
46543
46585
  /**
@@ -46773,7 +46815,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
46773
46815
  /**
46774
46816
  * LogCapture service.
46775
46817
  * @module purecloud-platform-client-v2/api/LogCaptureApi
46776
- * @version 241.0.0
46818
+ * @version 241.1.0
46777
46819
  */
46778
46820
 
46779
46821
  /**
@@ -46972,7 +47014,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
46972
47014
  /**
46973
47015
  * Messaging service.
46974
47016
  * @module purecloud-platform-client-v2/api/MessagingApi
46975
- * @version 241.0.0
47017
+ * @version 241.1.0
46976
47018
  */
46977
47019
 
46978
47020
  /**
@@ -47331,7 +47373,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
47331
47373
  /**
47332
47374
  * MobileDevices service.
47333
47375
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
47334
- * @version 241.0.0
47376
+ * @version 241.1.0
47335
47377
  */
47336
47378
 
47337
47379
  /**
@@ -47482,7 +47524,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
47482
47524
  /**
47483
47525
  * Notifications service.
47484
47526
  * @module purecloud-platform-client-v2/api/NotificationsApi
47485
- * @version 241.0.0
47527
+ * @version 241.1.0
47486
47528
  */
47487
47529
 
47488
47530
  /**
@@ -47715,7 +47757,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
47715
47757
  /**
47716
47758
  * OAuth service.
47717
47759
  * @module purecloud-platform-client-v2/api/OAuthApi
47718
- * @version 241.0.0
47760
+ * @version 241.1.0
47719
47761
  */
47720
47762
 
47721
47763
  /**
@@ -48081,7 +48123,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
48081
48123
  /**
48082
48124
  * Objects service.
48083
48125
  * @module purecloud-platform-client-v2/api/ObjectsApi
48084
- * @version 241.0.0
48126
+ * @version 241.1.0
48085
48127
  */
48086
48128
 
48087
48129
  /**
@@ -48405,7 +48447,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
48405
48447
  /**
48406
48448
  * OperationalEvents service.
48407
48449
  * @module purecloud-platform-client-v2/api/OperationalEventsApi
48408
- * @version 241.0.0
48450
+ * @version 241.1.0
48409
48451
  */
48410
48452
 
48411
48453
  /**
@@ -48522,7 +48564,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
48522
48564
  /**
48523
48565
  * Organization service.
48524
48566
  * @module purecloud-platform-client-v2/api/OrganizationApi
48525
- * @version 241.0.0
48567
+ * @version 241.1.0
48526
48568
  */
48527
48569
 
48528
48570
  /**
@@ -48997,7 +49039,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
48997
49039
  /**
48998
49040
  * OrganizationAuthorization service.
48999
49041
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
49000
- * @version 241.0.0
49042
+ * @version 241.1.0
49001
49043
  */
49002
49044
 
49003
49045
  /**
@@ -50391,7 +50433,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
50391
50433
  /**
50392
50434
  * Outbound service.
50393
50435
  * @module purecloud-platform-client-v2/api/OutboundApi
50394
- * @version 241.0.0
50436
+ * @version 241.1.0
50395
50437
  */
50396
50438
 
50397
50439
  /**
@@ -55139,7 +55181,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
55139
55181
  /**
55140
55182
  * Presence service.
55141
55183
  * @module purecloud-platform-client-v2/api/PresenceApi
55142
- * @version 241.0.0
55184
+ * @version 241.1.0
55143
55185
  */
55144
55186
 
55145
55187
  /**
@@ -55883,7 +55925,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
55883
55925
  /**
55884
55926
  * ProcessAutomation service.
55885
55927
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
55886
- * @version 241.0.0
55928
+ * @version 241.1.0
55887
55929
  */
55888
55930
 
55889
55931
  /**
@@ -56122,7 +56164,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
56122
56164
  /**
56123
56165
  * Quality service.
56124
56166
  * @module purecloud-platform-client-v2/api/QualityApi
56125
- * @version 241.0.0
56167
+ * @version 241.1.0
56126
56168
  */
56127
56169
 
56128
56170
  /**
@@ -57961,7 +58003,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
57961
58003
  /**
57962
58004
  * Recording service.
57963
58005
  * @module purecloud-platform-client-v2/api/RecordingApi
57964
- * @version 241.0.0
58006
+ * @version 241.1.0
57965
58007
  */
57966
58008
 
57967
58009
  /**
@@ -59566,7 +59608,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
59566
59608
  /**
59567
59609
  * ResponseManagement service.
59568
59610
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
59569
- * @version 241.0.0
59611
+ * @version 241.1.0
59570
59612
  */
59571
59613
 
59572
59614
  /**
@@ -60076,7 +60118,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
60076
60118
  /**
60077
60119
  * Routing service.
60078
60120
  * @module purecloud-platform-client-v2/api/RoutingApi
60079
- * @version 241.0.0
60121
+ * @version 241.1.0
60080
60122
  */
60081
60123
 
60082
60124
  /**
@@ -64692,7 +64734,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
64692
64734
  /**
64693
64735
  * SCIM service.
64694
64736
  * @module purecloud-platform-client-v2/api/SCIMApi
64695
- * @version 241.0.0
64737
+ * @version 241.1.0
64696
64738
  */
64697
64739
 
64698
64740
  /**
@@ -65569,7 +65611,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
65569
65611
  /**
65570
65612
  * ScreenRecording service.
65571
65613
  * @module purecloud-platform-client-v2/api/ScreenRecordingApi
65572
- * @version 241.0.0
65614
+ * @version 241.1.0
65573
65615
  */
65574
65616
 
65575
65617
  /**
@@ -65614,7 +65656,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
65614
65656
  /**
65615
65657
  * Scripts service.
65616
65658
  * @module purecloud-platform-client-v2/api/ScriptsApi
65617
- * @version 241.0.0
65659
+ * @version 241.1.0
65618
65660
  */
65619
65661
 
65620
65662
  /**
@@ -66090,7 +66132,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
66090
66132
  /**
66091
66133
  * Search service.
66092
66134
  * @module purecloud-platform-client-v2/api/SearchApi
66093
- * @version 241.0.0
66135
+ * @version 241.1.0
66094
66136
  */
66095
66137
 
66096
66138
  /**
@@ -66778,7 +66820,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
66778
66820
  /**
66779
66821
  * Settings service.
66780
66822
  * @module purecloud-platform-client-v2/api/SettingsApi
66781
- * @version 241.0.0
66823
+ * @version 241.1.0
66782
66824
  */
66783
66825
 
66784
66826
  /**
@@ -67126,7 +67168,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
67126
67168
  /**
67127
67169
  * SocialMedia service.
67128
67170
  * @module purecloud-platform-client-v2/api/SocialMediaApi
67129
- * @version 241.0.0
67171
+ * @version 241.1.0
67130
67172
  */
67131
67173
 
67132
67174
  /**
@@ -68722,7 +68764,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
68722
68764
  /**
68723
68765
  * SpeechTextAnalytics service.
68724
68766
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
68725
- * @version 241.0.0
68767
+ * @version 241.1.0
68726
68768
  */
68727
68769
 
68728
68770
  /**
@@ -70369,7 +70411,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
70369
70411
  /**
70370
70412
  * Stations service.
70371
70413
  * @module purecloud-platform-client-v2/api/StationsApi
70372
- * @version 241.0.0
70414
+ * @version 241.1.0
70373
70415
  */
70374
70416
 
70375
70417
  /**
@@ -70471,7 +70513,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
70471
70513
  /**
70472
70514
  * Suggest service.
70473
70515
  * @module purecloud-platform-client-v2/api/SuggestApi
70474
- * @version 241.0.0
70516
+ * @version 241.1.0
70475
70517
  */
70476
70518
 
70477
70519
  /**
@@ -70610,7 +70652,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
70610
70652
  /**
70611
70653
  * TaskManagement service.
70612
70654
  * @module purecloud-platform-client-v2/api/TaskManagementApi
70613
- * @version 241.0.0
70655
+ * @version 241.1.0
70614
70656
  */
70615
70657
 
70616
70658
  /**
@@ -72772,7 +72814,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
72772
72814
  /**
72773
72815
  * Teams service.
72774
72816
  * @module purecloud-platform-client-v2/api/TeamsApi
72775
- * @version 241.0.0
72817
+ * @version 241.1.0
72776
72818
  */
72777
72819
 
72778
72820
  /**
@@ -73077,7 +73119,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
73077
73119
  /**
73078
73120
  * Telephony service.
73079
73121
  * @module purecloud-platform-client-v2/api/TelephonyApi
73080
- * @version 241.0.0
73122
+ * @version 241.1.0
73081
73123
  */
73082
73124
 
73083
73125
  /**
@@ -73363,7 +73405,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
73363
73405
  /**
73364
73406
  * TelephonyProvidersEdge service.
73365
73407
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
73366
- * @version 241.0.0
73408
+ * @version 241.1.0
73367
73409
  */
73368
73410
 
73369
73411
  /**
@@ -76856,7 +76898,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
76856
76898
  /**
76857
76899
  * Textbots service.
76858
76900
  * @module purecloud-platform-client-v2/api/TextbotsApi
76859
- * @version 241.0.0
76901
+ * @version 241.1.0
76860
76902
  */
76861
76903
 
76862
76904
  /**
@@ -76985,7 +77027,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
76985
77027
  /**
76986
77028
  * Tokens service.
76987
77029
  * @module purecloud-platform-client-v2/api/TokensApi
76988
- * @version 241.0.0
77030
+ * @version 241.1.0
76989
77031
  */
76990
77032
 
76991
77033
  /**
@@ -77139,7 +77181,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
77139
77181
  /**
77140
77182
  * Uploads service.
77141
77183
  * @module purecloud-platform-client-v2/api/UploadsApi
77142
- * @version 241.0.0
77184
+ * @version 241.1.0
77143
77185
  */
77144
77186
 
77145
77187
  /**
@@ -77430,7 +77472,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
77430
77472
  /**
77431
77473
  * Usage service.
77432
77474
  * @module purecloud-platform-client-v2/api/UsageApi
77433
- * @version 241.0.0
77475
+ * @version 241.1.0
77434
77476
  */
77435
77477
 
77436
77478
  /**
@@ -77765,7 +77807,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
77765
77807
  /**
77766
77808
  * UserRecordings service.
77767
77809
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
77768
- * @version 241.0.0
77810
+ * @version 241.1.0
77769
77811
  */
77770
77812
 
77771
77813
  /**
@@ -77949,7 +77991,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
77949
77991
  /**
77950
77992
  * Users service.
77951
77993
  * @module purecloud-platform-client-v2/api/UsersApi
77952
- * @version 241.0.0
77994
+ * @version 241.1.0
77953
77995
  */
77954
77996
 
77955
77997
  /**
@@ -80958,7 +81000,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
80958
81000
  /**
80959
81001
  * UsersRules service.
80960
81002
  * @module purecloud-platform-client-v2/api/UsersRulesApi
80961
- * @version 241.0.0
81003
+ * @version 241.1.0
80962
81004
  */
80963
81005
 
80964
81006
  /**
@@ -81247,7 +81289,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
81247
81289
  /**
81248
81290
  * Utilities service.
81249
81291
  * @module purecloud-platform-client-v2/api/UtilitiesApi
81250
- * @version 241.0.0
81292
+ * @version 241.1.0
81251
81293
  */
81252
81294
 
81253
81295
  /**
@@ -81358,7 +81400,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
81358
81400
  /**
81359
81401
  * Voicemail service.
81360
81402
  * @module purecloud-platform-client-v2/api/VoicemailApi
81361
- * @version 241.0.0
81403
+ * @version 241.1.0
81362
81404
  */
81363
81405
 
81364
81406
  /**
@@ -82080,7 +82122,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
82080
82122
  /**
82081
82123
  * WebChat service.
82082
82124
  * @module purecloud-platform-client-v2/api/WebChatApi
82083
- * @version 241.0.0
82125
+ * @version 241.1.0
82084
82126
  */
82085
82127
 
82086
82128
  /**
@@ -82643,7 +82685,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
82643
82685
  /**
82644
82686
  * WebDeployments service.
82645
82687
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
82646
- * @version 241.0.0
82688
+ * @version 241.1.0
82647
82689
  */
82648
82690
 
82649
82691
  /**
@@ -83225,7 +83267,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
83225
83267
  /**
83226
83268
  * WebMessaging service.
83227
83269
  * @module purecloud-platform-client-v2/api/WebMessagingApi
83228
- * @version 241.0.0
83270
+ * @version 241.1.0
83229
83271
  */
83230
83272
 
83231
83273
  /**
@@ -83371,7 +83413,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
83371
83413
  /**
83372
83414
  * Widgets service.
83373
83415
  * @module purecloud-platform-client-v2/api/WidgetsApi
83374
- * @version 241.0.0
83416
+ * @version 241.1.0
83375
83417
  */
83376
83418
 
83377
83419
  /**
@@ -83522,7 +83564,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
83522
83564
  /**
83523
83565
  * WorkforceManagement service.
83524
83566
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
83525
- * @version 241.0.0
83567
+ * @version 241.1.0
83526
83568
  */
83527
83569
 
83528
83570
  /**
@@ -91573,7 +91615,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
91573
91615
  * </pre>
91574
91616
  * </p>
91575
91617
  * @module purecloud-platform-client-v2/index
91576
- * @version 241.0.0
91618
+ * @version 241.1.0
91577
91619
  */
91578
91620
  class platformClient {
91579
91621
  constructor() {