purecloud-platform-client-v2 141.1.0 → 142.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 (74) hide show
  1. package/README.md +2 -2
  2. package/dist/node/purecloud-platform-client-v2.js +67 -66
  3. package/dist/web-amd/purecloud-platform-client-v2.js +67 -66
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +67 -66
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +67 -66
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +62 -3
  9. package/package.json +1 -1
  10. package/src/purecloud-platform-client-v2/ApiClient.js +1 -1
  11. package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
  12. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +1 -1
  13. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +1 -1
  14. package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
  15. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
  16. package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
  17. package/src/purecloud-platform-client-v2/api/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 +1 -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 +1 -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/MessagingApi.js +1 -1
  40. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  41. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  42. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  44. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/OutboundApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
  49. package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
  50. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/RoutingApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  54. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +3 -2
  56. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  57. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
  59. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  60. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  70. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  73. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
  74. package/src/purecloud-platform-client-v2/index.js +1 -1
@@ -398,7 +398,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
398
398
 
399
399
  /**
400
400
  * @module purecloud-platform-client-v2/ApiClient
401
- * @version 141.1.0
401
+ * @version 142.0.0
402
402
  */
403
403
  class ApiClient {
404
404
  /**
@@ -1477,7 +1477,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
1477
1477
  /**
1478
1478
  * Alerting service.
1479
1479
  * @module purecloud-platform-client-v2/api/AlertingApi
1480
- * @version 141.1.0
1480
+ * @version 142.0.0
1481
1481
  */
1482
1482
 
1483
1483
  /**
@@ -1791,7 +1791,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
1791
1791
  /**
1792
1792
  * Analytics service.
1793
1793
  * @module purecloud-platform-client-v2/api/AnalyticsApi
1794
- * @version 141.1.0
1794
+ * @version 142.0.0
1795
1795
  */
1796
1796
 
1797
1797
  /**
@@ -2973,7 +2973,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
2973
2973
  /**
2974
2974
  * Architect service.
2975
2975
  * @module purecloud-platform-client-v2/api/ArchitectApi
2976
- * @version 141.1.0
2976
+ * @version 142.0.0
2977
2977
  */
2978
2978
 
2979
2979
  /**
@@ -6018,7 +6018,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
6018
6018
  /**
6019
6019
  * Audit service.
6020
6020
  * @module purecloud-platform-client-v2/api/AuditApi
6021
- * @version 141.1.0
6021
+ * @version 142.0.0
6022
6022
  */
6023
6023
 
6024
6024
  /**
@@ -6189,7 +6189,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
6189
6189
  /**
6190
6190
  * Authorization service.
6191
6191
  * @module purecloud-platform-client-v2/api/AuthorizationApi
6192
- * @version 141.1.0
6192
+ * @version 142.0.0
6193
6193
  */
6194
6194
 
6195
6195
  /**
@@ -7372,7 +7372,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
7372
7372
  /**
7373
7373
  * Billing service.
7374
7374
  * @module purecloud-platform-client-v2/api/BillingApi
7375
- * @version 141.1.0
7375
+ * @version 142.0.0
7376
7376
  */
7377
7377
 
7378
7378
  /**
@@ -7452,7 +7452,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
7452
7452
  /**
7453
7453
  * Chat service.
7454
7454
  * @module purecloud-platform-client-v2/api/ChatApi
7455
- * @version 141.1.0
7455
+ * @version 142.0.0
7456
7456
  */
7457
7457
 
7458
7458
  /**
@@ -7543,7 +7543,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
7543
7543
  /**
7544
7544
  * Coaching service.
7545
7545
  * @module purecloud-platform-client-v2/api/CoachingApi
7546
- * @version 141.1.0
7546
+ * @version 142.0.0
7547
7547
  */
7548
7548
 
7549
7549
  /**
@@ -8120,7 +8120,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
8120
8120
  /**
8121
8121
  * ContentManagement service.
8122
8122
  * @module purecloud-platform-client-v2/api/ContentManagementApi
8123
- * @version 141.1.0
8123
+ * @version 142.0.0
8124
8124
  */
8125
8125
 
8126
8126
  /**
@@ -9260,7 +9260,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
9260
9260
  /**
9261
9261
  * Conversations service.
9262
9262
  * @module purecloud-platform-client-v2/api/ConversationsApi
9263
- * @version 141.1.0
9263
+ * @version 142.0.0
9264
9264
  */
9265
9265
 
9266
9266
  /**
@@ -14194,7 +14194,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
14194
14194
  /**
14195
14195
  * DataExtensions service.
14196
14196
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
14197
- * @version 141.1.0
14197
+ * @version 142.0.0
14198
14198
  */
14199
14199
 
14200
14200
  /**
@@ -14280,7 +14280,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
14280
14280
  /**
14281
14281
  * ExternalContacts service.
14282
14282
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
14283
- * @version 141.1.0
14283
+ * @version 142.0.0
14284
14284
  */
14285
14285
 
14286
14286
  /**
@@ -16023,7 +16023,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
16023
16023
  /**
16024
16024
  * Fax service.
16025
16025
  * @module purecloud-platform-client-v2/api/FaxApi
16026
- * @version 141.1.0
16026
+ * @version 142.0.0
16027
16027
  */
16028
16028
 
16029
16029
  /**
@@ -16194,7 +16194,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
16194
16194
  /**
16195
16195
  * Flows service.
16196
16196
  * @module purecloud-platform-client-v2/api/FlowsApi
16197
- * @version 141.1.0
16197
+ * @version 142.0.0
16198
16198
  */
16199
16199
 
16200
16200
  /**
@@ -16265,7 +16265,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
16265
16265
  /**
16266
16266
  * Gamification service.
16267
16267
  * @module purecloud-platform-client-v2/api/GamificationApi
16268
- * @version 141.1.0
16268
+ * @version 142.0.0
16269
16269
  */
16270
16270
 
16271
16271
  /**
@@ -17847,7 +17847,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
17847
17847
  /**
17848
17848
  * GeneralDataProtectionRegulation service.
17849
17849
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
17850
- * @version 141.1.0
17850
+ * @version 142.0.0
17851
17851
  */
17852
17852
 
17853
17853
  /**
@@ -17977,7 +17977,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
17977
17977
  /**
17978
17978
  * Geolocation service.
17979
17979
  * @module purecloud-platform-client-v2/api/GeolocationApi
17980
- * @version 141.1.0
17980
+ * @version 142.0.0
17981
17981
  */
17982
17982
 
17983
17983
  /**
@@ -18108,7 +18108,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
18108
18108
  /**
18109
18109
  * Greetings service.
18110
18110
  * @module purecloud-platform-client-v2/api/GreetingsApi
18111
- * @version 141.1.0
18111
+ * @version 142.0.0
18112
18112
  */
18113
18113
 
18114
18114
  /**
@@ -18563,7 +18563,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
18563
18563
  /**
18564
18564
  * Groups service.
18565
18565
  * @module purecloud-platform-client-v2/api/GroupsApi
18566
- * @version 141.1.0
18566
+ * @version 142.0.0
18567
18567
  */
18568
18568
 
18569
18569
  /**
@@ -18968,7 +18968,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
18968
18968
  /**
18969
18969
  * IdentityProvider service.
18970
18970
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
18971
- * @version 141.1.0
18971
+ * @version 142.0.0
18972
18972
  */
18973
18973
 
18974
18974
  /**
@@ -19724,7 +19724,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
19724
19724
  /**
19725
19725
  * Integrations service.
19726
19726
  * @module purecloud-platform-client-v2/api/IntegrationsApi
19727
- * @version 141.1.0
19727
+ * @version 142.0.0
19728
19728
  */
19729
19729
 
19730
19730
  /**
@@ -21401,7 +21401,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21401
21401
  /**
21402
21402
  * Journey service.
21403
21403
  * @module purecloud-platform-client-v2/api/JourneyApi
21404
- * @version 141.1.0
21404
+ * @version 142.0.0
21405
21405
  */
21406
21406
 
21407
21407
  /**
@@ -22112,7 +22112,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
22112
22112
  /**
22113
22113
  * Knowledge service.
22114
22114
  * @module purecloud-platform-client-v2/api/KnowledgeApi
22115
- * @version 141.1.0
22115
+ * @version 142.0.0
22116
22116
  */
22117
22117
 
22118
22118
  /**
@@ -23012,7 +23012,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
23012
23012
  /**
23013
23013
  * LanguageUnderstanding service.
23014
23014
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
23015
- * @version 141.1.0
23015
+ * @version 142.0.0
23016
23016
  */
23017
23017
 
23018
23018
  /**
@@ -23916,7 +23916,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
23916
23916
  /**
23917
23917
  * Languages service.
23918
23918
  * @module purecloud-platform-client-v2/api/LanguagesApi
23919
- * @version 141.1.0
23919
+ * @version 142.0.0
23920
23920
  */
23921
23921
 
23922
23922
  /**
@@ -24184,7 +24184,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24184
24184
  /**
24185
24185
  * Learning service.
24186
24186
  * @module purecloud-platform-client-v2/api/LearningApi
24187
- * @version 141.1.0
24187
+ * @version 142.0.0
24188
24188
  */
24189
24189
 
24190
24190
  /**
@@ -24919,7 +24919,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24919
24919
  /**
24920
24920
  * License service.
24921
24921
  * @module purecloud-platform-client-v2/api/LicenseApi
24922
- * @version 141.1.0
24922
+ * @version 142.0.0
24923
24923
  */
24924
24924
 
24925
24925
  /**
@@ -25157,7 +25157,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25157
25157
  /**
25158
25158
  * Locations service.
25159
25159
  * @module purecloud-platform-client-v2/api/LocationsApi
25160
- * @version 141.1.0
25160
+ * @version 142.0.0
25161
25161
  */
25162
25162
 
25163
25163
  /**
@@ -25393,7 +25393,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25393
25393
  /**
25394
25394
  * Messaging service.
25395
25395
  * @module purecloud-platform-client-v2/api/MessagingApi
25396
- * @version 141.1.0
25396
+ * @version 142.0.0
25397
25397
  */
25398
25398
 
25399
25399
  /**
@@ -25544,7 +25544,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25544
25544
  /**
25545
25545
  * MobileDevices service.
25546
25546
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
25547
- * @version 141.1.0
25547
+ * @version 142.0.0
25548
25548
  */
25549
25549
 
25550
25550
  /**
@@ -25695,7 +25695,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25695
25695
  /**
25696
25696
  * Notifications service.
25697
25697
  * @module purecloud-platform-client-v2/api/NotificationsApi
25698
- * @version 141.1.0
25698
+ * @version 142.0.0
25699
25699
  */
25700
25700
 
25701
25701
  /**
@@ -25920,7 +25920,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25920
25920
  /**
25921
25921
  * OAuth service.
25922
25922
  * @module purecloud-platform-client-v2/api/OAuthApi
25923
- * @version 141.1.0
25923
+ * @version 142.0.0
25924
25924
  */
25925
25925
 
25926
25926
  /**
@@ -26286,7 +26286,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26286
26286
  /**
26287
26287
  * Objects service.
26288
26288
  * @module purecloud-platform-client-v2/api/ObjectsApi
26289
- * @version 141.1.0
26289
+ * @version 142.0.0
26290
26290
  */
26291
26291
 
26292
26292
  /**
@@ -26557,7 +26557,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26557
26557
  /**
26558
26558
  * Organization service.
26559
26559
  * @module purecloud-platform-client-v2/api/OrganizationApi
26560
- * @version 141.1.0
26560
+ * @version 142.0.0
26561
26561
  */
26562
26562
 
26563
26563
  /**
@@ -26960,7 +26960,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26960
26960
  /**
26961
26961
  * OrganizationAuthorization service.
26962
26962
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
26963
- * @version 141.1.0
26963
+ * @version 142.0.0
26964
26964
  */
26965
26965
 
26966
26966
  /**
@@ -27885,7 +27885,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
27885
27885
  /**
27886
27886
  * Outbound service.
27887
27887
  * @module purecloud-platform-client-v2/api/OutboundApi
27888
- * @version 141.1.0
27888
+ * @version 142.0.0
27889
27889
  */
27890
27890
 
27891
27891
  /**
@@ -31140,7 +31140,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
31140
31140
  /**
31141
31141
  * Presence service.
31142
31142
  * @module purecloud-platform-client-v2/api/PresenceApi
31143
- * @version 141.1.0
31143
+ * @version 142.0.0
31144
31144
  */
31145
31145
 
31146
31146
  /**
@@ -31462,7 +31462,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
31462
31462
  /**
31463
31463
  * Quality service.
31464
31464
  * @module purecloud-platform-client-v2/api/QualityApi
31465
- * @version 141.1.0
31465
+ * @version 142.0.0
31466
31466
  */
31467
31467
 
31468
31468
  /**
@@ -33040,7 +33040,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33040
33040
  /**
33041
33041
  * Recording service.
33042
33042
  * @module purecloud-platform-client-v2/api/RecordingApi
33043
- * @version 141.1.0
33043
+ * @version 142.0.0
33044
33044
  */
33045
33045
 
33046
33046
  /**
@@ -34693,7 +34693,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
34693
34693
  /**
34694
34694
  * ResponseManagement service.
34695
34695
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
34696
- * @version 141.1.0
34696
+ * @version 142.0.0
34697
34697
  */
34698
34698
 
34699
34699
  /**
@@ -35177,7 +35177,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
35177
35177
  /**
35178
35178
  * Routing service.
35179
35179
  * @module purecloud-platform-client-v2/api/RoutingApi
35180
- * @version 141.1.0
35180
+ * @version 142.0.0
35181
35181
  */
35182
35182
 
35183
35183
  /**
@@ -38098,7 +38098,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38098
38098
  /**
38099
38099
  * SCIM service.
38100
38100
  * @module purecloud-platform-client-v2/api/SCIMApi
38101
- * @version 141.1.0
38101
+ * @version 142.0.0
38102
38102
  */
38103
38103
 
38104
38104
  /**
@@ -38975,7 +38975,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38975
38975
  /**
38976
38976
  * Scripts service.
38977
38977
  * @module purecloud-platform-client-v2/api/ScriptsApi
38978
- * @version 141.1.0
38978
+ * @version 142.0.0
38979
38979
  */
38980
38980
 
38981
38981
  /**
@@ -39394,7 +39394,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
39394
39394
  /**
39395
39395
  * Search service.
39396
39396
  * @module purecloud-platform-client-v2/api/SearchApi
39397
- * @version 141.1.0
39397
+ * @version 142.0.0
39398
39398
  */
39399
39399
 
39400
39400
  /**
@@ -39954,7 +39954,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
39954
39954
  /**
39955
39955
  * SpeechTextAnalytics service.
39956
39956
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
39957
- * @version 141.1.0
39957
+ * @version 142.0.0
39958
39958
  */
39959
39959
 
39960
39960
  /**
@@ -40179,6 +40179,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
40179
40179
  * @param {Object} opts Optional parameters
40180
40180
  * @param {String} opts.nextPage The key for listing the next page
40181
40181
  * @param {Number} opts.pageSize The page size for the listing (default to 20)
40182
+ * @param {Object} opts.state Program state. Defaults to Latest
40182
40183
  */
40183
40184
  getSpeechandtextanalyticsPrograms(opts) {
40184
40185
  opts = opts || {};
@@ -40188,7 +40189,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
40188
40189
  '/api/v2/speechandtextanalytics/programs',
40189
40190
  'GET',
40190
40191
  { },
40191
- { 'nextPage': opts['nextPage'],'pageSize': opts['pageSize'] },
40192
+ { 'nextPage': opts['nextPage'],'pageSize': opts['pageSize'],'state': opts['state'] },
40192
40193
  { },
40193
40194
  { },
40194
40195
  null,
@@ -40807,7 +40808,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
40807
40808
  /**
40808
40809
  * Stations service.
40809
40810
  * @module purecloud-platform-client-v2/api/StationsApi
40810
- * @version 141.1.0
40811
+ * @version 142.0.0
40811
40812
  */
40812
40813
 
40813
40814
  /**
@@ -40954,7 +40955,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
40954
40955
  /**
40955
40956
  * Suggest service.
40956
40957
  * @module purecloud-platform-client-v2/api/SuggestApi
40957
- * @version 141.1.0
40958
+ * @version 142.0.0
40958
40959
  */
40959
40960
 
40960
40961
  /**
@@ -41093,7 +41094,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
41093
41094
  /**
41094
41095
  * Teams service.
41095
41096
  * @module purecloud-platform-client-v2/api/TeamsApi
41096
- * @version 141.1.0
41097
+ * @version 142.0.0
41097
41098
  */
41098
41099
 
41099
41100
  /**
@@ -41272,7 +41273,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
41272
41273
  /**
41273
41274
  * Telephony service.
41274
41275
  * @module purecloud-platform-client-v2/api/TelephonyApi
41275
- * @version 141.1.0
41276
+ * @version 142.0.0
41276
41277
  */
41277
41278
 
41278
41279
  /**
@@ -41380,7 +41381,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
41380
41381
  /**
41381
41382
  * TelephonyProvidersEdge service.
41382
41383
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
41383
- * @version 141.1.0
41384
+ * @version 142.0.0
41384
41385
  */
41385
41386
 
41386
41387
  /**
@@ -45013,7 +45014,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
45013
45014
  /**
45014
45015
  * Textbots service.
45015
45016
  * @module purecloud-platform-client-v2/api/TextbotsApi
45016
- * @version 141.1.0
45017
+ * @version 142.0.0
45017
45018
  */
45018
45019
 
45019
45020
  /**
@@ -45141,7 +45142,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
45141
45142
  /**
45142
45143
  * Tokens service.
45143
45144
  * @module purecloud-platform-client-v2/api/TokensApi
45144
- * @version 141.1.0
45145
+ * @version 142.0.0
45145
45146
  */
45146
45147
 
45147
45148
  /**
@@ -45247,7 +45248,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
45247
45248
  /**
45248
45249
  * Uploads service.
45249
45250
  * @module purecloud-platform-client-v2/api/UploadsApi
45250
- * @version 141.1.0
45251
+ * @version 142.0.0
45251
45252
  */
45252
45253
 
45253
45254
  /**
@@ -45398,7 +45399,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
45398
45399
  /**
45399
45400
  * Usage service.
45400
45401
  * @module purecloud-platform-client-v2/api/UsageApi
45401
- * @version 141.1.0
45402
+ * @version 142.0.0
45402
45403
  */
45403
45404
 
45404
45405
  /**
@@ -45469,7 +45470,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
45469
45470
  /**
45470
45471
  * UserRecordings service.
45471
45472
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
45472
- * @version 141.1.0
45473
+ * @version 142.0.0
45473
45474
  */
45474
45475
 
45475
45476
  /**
@@ -45653,7 +45654,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
45653
45654
  /**
45654
45655
  * Users service.
45655
45656
  * @module purecloud-platform-client-v2/api/UsersApi
45656
- * @version 141.1.0
45657
+ * @version 142.0.0
45657
45658
  */
45658
45659
 
45659
45660
  /**
@@ -47955,7 +47956,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
47955
47956
  /**
47956
47957
  * Utilities service.
47957
47958
  * @module purecloud-platform-client-v2/api/UtilitiesApi
47958
- * @version 141.1.0
47959
+ * @version 142.0.0
47959
47960
  */
47960
47961
 
47961
47962
  /**
@@ -48066,7 +48067,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
48066
48067
  /**
48067
48068
  * Voicemail service.
48068
48069
  * @module purecloud-platform-client-v2/api/VoicemailApi
48069
- * @version 141.1.0
48070
+ * @version 142.0.0
48070
48071
  */
48071
48072
 
48072
48073
  /**
@@ -48733,7 +48734,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
48733
48734
  /**
48734
48735
  * WebChat service.
48735
48736
  * @module purecloud-platform-client-v2/api/WebChatApi
48736
- * @version 141.1.0
48737
+ * @version 142.0.0
48737
48738
  */
48738
48739
 
48739
48740
  /**
@@ -49277,7 +49278,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
49277
49278
  /**
49278
49279
  * WebDeployments service.
49279
49280
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
49280
- * @version 141.1.0
49281
+ * @version 142.0.0
49281
49282
  */
49282
49283
 
49283
49284
  /**
@@ -49632,7 +49633,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
49632
49633
  /**
49633
49634
  * WebMessaging service.
49634
49635
  * @module purecloud-platform-client-v2/api/WebMessagingApi
49635
- * @version 141.1.0
49636
+ * @version 142.0.0
49636
49637
  */
49637
49638
 
49638
49639
  /**
@@ -49678,7 +49679,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
49678
49679
  /**
49679
49680
  * Widgets service.
49680
49681
  * @module purecloud-platform-client-v2/api/WidgetsApi
49681
- * @version 141.1.0
49682
+ * @version 142.0.0
49682
49683
  */
49683
49684
 
49684
49685
  /**
@@ -49824,7 +49825,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
49824
49825
  /**
49825
49826
  * WorkforceManagement service.
49826
49827
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
49827
- * @version 141.1.0
49828
+ * @version 142.0.0
49828
49829
  */
49829
49830
 
49830
49831
  /**
@@ -54100,7 +54101,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
54100
54101
  * </pre>
54101
54102
  * </p>
54102
54103
  * @module purecloud-platform-client-v2/index
54103
- * @version 141.1.0
54104
+ * @version 142.0.0
54104
54105
  */
54105
54106
  class platformClient {
54106
54107
  constructor() {