purecloud-platform-client-v2 127.0.0 → 128.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (72) hide show
  1. package/README.md +2 -2
  2. package/dist/node/purecloud-platform-client-v2.js +91 -64
  3. package/dist/web-amd/purecloud-platform-client-v2.js +91 -64
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +91 -64
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +91 -64
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +125 -199
  9. package/package.json +1 -1
  10. package/src/purecloud-platform-client-v2/ApiClient.js +2 -2
  11. package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
  12. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +1 -1
  13. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +1 -1
  14. package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
  15. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
  16. package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
  17. package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
  18. package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
  19. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
  20. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +1 -1
  21. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
  22. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
  23. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  24. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
  25. package/src/purecloud-platform-client-v2/api/GamificationApi.js +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/MobileDevicesApi.js +1 -1
  40. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  41. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  42. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  44. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/OutboundApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
  49. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  50. package/src/purecloud-platform-client-v2/api/RoutingApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  54. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  57. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
  59. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +28 -1
  60. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  70. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/index.js +1 -1
@@ -391,7 +391,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
391
391
 
392
392
  /**
393
393
  * @module purecloud-platform-client-v2/ApiClient
394
- * @version 127.0.0
394
+ * @version 128.0.0
395
395
  */
396
396
  class ApiClient {
397
397
  /**
@@ -1338,7 +1338,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
1338
1338
 
1339
1339
  // set header parameters
1340
1340
  request.set(that.defaultHeaders).set(that.normalizeParams(headerParams));
1341
- //request.set({ 'purecloud-sdk': '127.0.0' });
1341
+ //request.set({ 'purecloud-sdk': '128.0.0' });
1342
1342
 
1343
1343
  // set request timeout
1344
1344
  request.timeout(that.timeout);
@@ -1438,7 +1438,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
1438
1438
  /**
1439
1439
  * Alerting service.
1440
1440
  * @module purecloud-platform-client-v2/api/AlertingApi
1441
- * @version 127.0.0
1441
+ * @version 128.0.0
1442
1442
  */
1443
1443
 
1444
1444
  /**
@@ -1752,7 +1752,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
1752
1752
  /**
1753
1753
  * Analytics service.
1754
1754
  * @module purecloud-platform-client-v2/api/AnalyticsApi
1755
- * @version 127.0.0
1755
+ * @version 128.0.0
1756
1756
  */
1757
1757
 
1758
1758
  /**
@@ -2889,7 +2889,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
2889
2889
  /**
2890
2890
  * Architect service.
2891
2891
  * @module purecloud-platform-client-v2/api/ArchitectApi
2892
- * @version 127.0.0
2892
+ * @version 128.0.0
2893
2893
  */
2894
2894
 
2895
2895
  /**
@@ -5885,7 +5885,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
5885
5885
  /**
5886
5886
  * Audit service.
5887
5887
  * @module purecloud-platform-client-v2/api/AuditApi
5888
- * @version 127.0.0
5888
+ * @version 128.0.0
5889
5889
  */
5890
5890
 
5891
5891
  /**
@@ -6056,7 +6056,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
6056
6056
  /**
6057
6057
  * Authorization service.
6058
6058
  * @module purecloud-platform-client-v2/api/AuthorizationApi
6059
- * @version 127.0.0
6059
+ * @version 128.0.0
6060
6060
  */
6061
6061
 
6062
6062
  /**
@@ -7239,7 +7239,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
7239
7239
  /**
7240
7240
  * Billing service.
7241
7241
  * @module purecloud-platform-client-v2/api/BillingApi
7242
- * @version 127.0.0
7242
+ * @version 128.0.0
7243
7243
  */
7244
7244
 
7245
7245
  /**
@@ -7319,7 +7319,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
7319
7319
  /**
7320
7320
  * Chat service.
7321
7321
  * @module purecloud-platform-client-v2/api/ChatApi
7322
- * @version 127.0.0
7322
+ * @version 128.0.0
7323
7323
  */
7324
7324
 
7325
7325
  /**
@@ -7410,7 +7410,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
7410
7410
  /**
7411
7411
  * Coaching service.
7412
7412
  * @module purecloud-platform-client-v2/api/CoachingApi
7413
- * @version 127.0.0
7413
+ * @version 128.0.0
7414
7414
  */
7415
7415
 
7416
7416
  /**
@@ -7985,7 +7985,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
7985
7985
  /**
7986
7986
  * ContentManagement service.
7987
7987
  * @module purecloud-platform-client-v2/api/ContentManagementApi
7988
- * @version 127.0.0
7988
+ * @version 128.0.0
7989
7989
  */
7990
7990
 
7991
7991
  /**
@@ -9125,7 +9125,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
9125
9125
  /**
9126
9126
  * Conversations service.
9127
9127
  * @module purecloud-platform-client-v2/api/ConversationsApi
9128
- * @version 127.0.0
9128
+ * @version 128.0.0
9129
9129
  */
9130
9130
 
9131
9131
  /**
@@ -13514,7 +13514,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
13514
13514
  /**
13515
13515
  * DataExtensions service.
13516
13516
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
13517
- * @version 127.0.0
13517
+ * @version 128.0.0
13518
13518
  */
13519
13519
 
13520
13520
  /**
@@ -13600,7 +13600,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
13600
13600
  /**
13601
13601
  * ExternalContacts service.
13602
13602
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
13603
- * @version 127.0.0
13603
+ * @version 128.0.0
13604
13604
  */
13605
13605
 
13606
13606
  /**
@@ -15343,7 +15343,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
15343
15343
  /**
15344
15344
  * Fax service.
15345
15345
  * @module purecloud-platform-client-v2/api/FaxApi
15346
- * @version 127.0.0
15346
+ * @version 128.0.0
15347
15347
  */
15348
15348
 
15349
15349
  /**
@@ -15514,7 +15514,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
15514
15514
  /**
15515
15515
  * Flows service.
15516
15516
  * @module purecloud-platform-client-v2/api/FlowsApi
15517
- * @version 127.0.0
15517
+ * @version 128.0.0
15518
15518
  */
15519
15519
 
15520
15520
  /**
@@ -15585,7 +15585,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
15585
15585
  /**
15586
15586
  * Gamification service.
15587
15587
  * @module purecloud-platform-client-v2/api/GamificationApi
15588
- * @version 127.0.0
15588
+ * @version 128.0.0
15589
15589
  */
15590
15590
 
15591
15591
  /**
@@ -16891,7 +16891,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
16891
16891
  /**
16892
16892
  * GeneralDataProtectionRegulation service.
16893
16893
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
16894
- * @version 127.0.0
16894
+ * @version 128.0.0
16895
16895
  */
16896
16896
 
16897
16897
  /**
@@ -17021,7 +17021,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
17021
17021
  /**
17022
17022
  * Geolocation service.
17023
17023
  * @module purecloud-platform-client-v2/api/GeolocationApi
17024
- * @version 127.0.0
17024
+ * @version 128.0.0
17025
17025
  */
17026
17026
 
17027
17027
  /**
@@ -17152,7 +17152,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
17152
17152
  /**
17153
17153
  * Greetings service.
17154
17154
  * @module purecloud-platform-client-v2/api/GreetingsApi
17155
- * @version 127.0.0
17155
+ * @version 128.0.0
17156
17156
  */
17157
17157
 
17158
17158
  /**
@@ -17607,7 +17607,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
17607
17607
  /**
17608
17608
  * Groups service.
17609
17609
  * @module purecloud-platform-client-v2/api/GroupsApi
17610
- * @version 127.0.0
17610
+ * @version 128.0.0
17611
17611
  */
17612
17612
 
17613
17613
  /**
@@ -18012,7 +18012,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
18012
18012
  /**
18013
18013
  * IdentityProvider service.
18014
18014
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
18015
- * @version 127.0.0
18015
+ * @version 128.0.0
18016
18016
  */
18017
18017
 
18018
18018
  /**
@@ -18768,7 +18768,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
18768
18768
  /**
18769
18769
  * Integrations service.
18770
18770
  * @module purecloud-platform-client-v2/api/IntegrationsApi
18771
- * @version 127.0.0
18771
+ * @version 128.0.0
18772
18772
  */
18773
18773
 
18774
18774
  /**
@@ -20414,7 +20414,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
20414
20414
  /**
20415
20415
  * Journey service.
20416
20416
  * @module purecloud-platform-client-v2/api/JourneyApi
20417
- * @version 127.0.0
20417
+ * @version 128.0.0
20418
20418
  */
20419
20419
 
20420
20420
  /**
@@ -21125,7 +21125,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21125
21125
  /**
21126
21126
  * Knowledge service.
21127
21127
  * @module purecloud-platform-client-v2/api/KnowledgeApi
21128
- * @version 127.0.0
21128
+ * @version 128.0.0
21129
21129
  */
21130
21130
 
21131
21131
  /**
@@ -22025,7 +22025,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
22025
22025
  /**
22026
22026
  * LanguageUnderstanding service.
22027
22027
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
22028
- * @version 127.0.0
22028
+ * @version 128.0.0
22029
22029
  */
22030
22030
 
22031
22031
  /**
@@ -22929,7 +22929,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
22929
22929
  /**
22930
22930
  * Languages service.
22931
22931
  * @module purecloud-platform-client-v2/api/LanguagesApi
22932
- * @version 127.0.0
22932
+ * @version 128.0.0
22933
22933
  */
22934
22934
 
22935
22935
  /**
@@ -23197,7 +23197,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
23197
23197
  /**
23198
23198
  * Learning service.
23199
23199
  * @module purecloud-platform-client-v2/api/LearningApi
23200
- * @version 127.0.0
23200
+ * @version 128.0.0
23201
23201
  */
23202
23202
 
23203
23203
  /**
@@ -23788,7 +23788,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
23788
23788
  /**
23789
23789
  * License service.
23790
23790
  * @module purecloud-platform-client-v2/api/LicenseApi
23791
- * @version 127.0.0
23791
+ * @version 128.0.0
23792
23792
  */
23793
23793
 
23794
23794
  /**
@@ -24026,7 +24026,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24026
24026
  /**
24027
24027
  * Locations service.
24028
24028
  * @module purecloud-platform-client-v2/api/LocationsApi
24029
- * @version 127.0.0
24029
+ * @version 128.0.0
24030
24030
  */
24031
24031
 
24032
24032
  /**
@@ -24262,7 +24262,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24262
24262
  /**
24263
24263
  * MobileDevices service.
24264
24264
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
24265
- * @version 127.0.0
24265
+ * @version 128.0.0
24266
24266
  */
24267
24267
 
24268
24268
  /**
@@ -24413,7 +24413,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24413
24413
  /**
24414
24414
  * Notifications service.
24415
24415
  * @module purecloud-platform-client-v2/api/NotificationsApi
24416
- * @version 127.0.0
24416
+ * @version 128.0.0
24417
24417
  */
24418
24418
 
24419
24419
  /**
@@ -24638,7 +24638,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24638
24638
  /**
24639
24639
  * OAuth service.
24640
24640
  * @module purecloud-platform-client-v2/api/OAuthApi
24641
- * @version 127.0.0
24641
+ * @version 128.0.0
24642
24642
  */
24643
24643
 
24644
24644
  /**
@@ -24996,7 +24996,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24996
24996
  /**
24997
24997
  * Objects service.
24998
24998
  * @module purecloud-platform-client-v2/api/ObjectsApi
24999
- * @version 127.0.0
24999
+ * @version 128.0.0
25000
25000
  */
25001
25001
 
25002
25002
  /**
@@ -25267,7 +25267,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25267
25267
  /**
25268
25268
  * Organization service.
25269
25269
  * @module purecloud-platform-client-v2/api/OrganizationApi
25270
- * @version 127.0.0
25270
+ * @version 128.0.0
25271
25271
  */
25272
25272
 
25273
25273
  /**
@@ -25670,7 +25670,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25670
25670
  /**
25671
25671
  * OrganizationAuthorization service.
25672
25672
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
25673
- * @version 127.0.0
25673
+ * @version 128.0.0
25674
25674
  */
25675
25675
 
25676
25676
  /**
@@ -26595,7 +26595,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26595
26595
  /**
26596
26596
  * Outbound service.
26597
26597
  * @module purecloud-platform-client-v2/api/OutboundApi
26598
- * @version 127.0.0
26598
+ * @version 128.0.0
26599
26599
  */
26600
26600
 
26601
26601
  /**
@@ -29621,7 +29621,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
29621
29621
  /**
29622
29622
  * Presence service.
29623
29623
  * @module purecloud-platform-client-v2/api/PresenceApi
29624
- * @version 127.0.0
29624
+ * @version 128.0.0
29625
29625
  */
29626
29626
 
29627
29627
  /**
@@ -29993,7 +29993,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
29993
29993
  /**
29994
29994
  * Quality service.
29995
29995
  * @module purecloud-platform-client-v2/api/QualityApi
29996
- * @version 127.0.0
29996
+ * @version 128.0.0
29997
29997
  */
29998
29998
 
29999
29999
  /**
@@ -31521,7 +31521,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
31521
31521
  /**
31522
31522
  * Recording service.
31523
31523
  * @module purecloud-platform-client-v2/api/RecordingApi
31524
- * @version 127.0.0
31524
+ * @version 128.0.0
31525
31525
  */
31526
31526
 
31527
31527
  /**
@@ -33044,7 +33044,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33044
33044
  /**
33045
33045
  * ResponseManagement service.
33046
33046
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
33047
- * @version 127.0.0
33047
+ * @version 128.0.0
33048
33048
  */
33049
33049
 
33050
33050
  /**
@@ -33369,7 +33369,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33369
33369
  /**
33370
33370
  * Routing service.
33371
33371
  * @module purecloud-platform-client-v2/api/RoutingApi
33372
- * @version 127.0.0
33372
+ * @version 128.0.0
33373
33373
  */
33374
33374
 
33375
33375
  /**
@@ -36288,7 +36288,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
36288
36288
  /**
36289
36289
  * SCIM service.
36290
36290
  * @module purecloud-platform-client-v2/api/SCIMApi
36291
- * @version 127.0.0
36291
+ * @version 128.0.0
36292
36292
  */
36293
36293
 
36294
36294
  /**
@@ -37165,7 +37165,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
37165
37165
  /**
37166
37166
  * Scripts service.
37167
37167
  * @module purecloud-platform-client-v2/api/ScriptsApi
37168
- * @version 127.0.0
37168
+ * @version 128.0.0
37169
37169
  */
37170
37170
 
37171
37171
  /**
@@ -37518,7 +37518,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
37518
37518
  /**
37519
37519
  * Search service.
37520
37520
  * @module purecloud-platform-client-v2/api/SearchApi
37521
- * @version 127.0.0
37521
+ * @version 128.0.0
37522
37522
  */
37523
37523
 
37524
37524
  /**
@@ -38053,7 +38053,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38053
38053
  /**
38054
38054
  * SpeechTextAnalytics service.
38055
38055
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
38056
- * @version 127.0.0
38056
+ * @version 128.0.0
38057
38057
  */
38058
38058
 
38059
38059
  /**
@@ -38926,7 +38926,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38926
38926
  /**
38927
38927
  * Stations service.
38928
38928
  * @module purecloud-platform-client-v2/api/StationsApi
38929
- * @version 127.0.0
38929
+ * @version 128.0.0
38930
38930
  */
38931
38931
 
38932
38932
  /**
@@ -39073,7 +39073,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
39073
39073
  /**
39074
39074
  * Suggest service.
39075
39075
  * @module purecloud-platform-client-v2/api/SuggestApi
39076
- * @version 127.0.0
39076
+ * @version 128.0.0
39077
39077
  */
39078
39078
 
39079
39079
  /**
@@ -39212,7 +39212,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
39212
39212
  /**
39213
39213
  * Telephony service.
39214
39214
  * @module purecloud-platform-client-v2/api/TelephonyApi
39215
- * @version 127.0.0
39215
+ * @version 128.0.0
39216
39216
  */
39217
39217
 
39218
39218
  /**
@@ -39320,7 +39320,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
39320
39320
  /**
39321
39321
  * TelephonyProvidersEdge service.
39322
39322
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
39323
- * @version 127.0.0
39323
+ * @version 128.0.0
39324
39324
  */
39325
39325
 
39326
39326
  /**
@@ -42933,7 +42933,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
42933
42933
  /**
42934
42934
  * Textbots service.
42935
42935
  * @module purecloud-platform-client-v2/api/TextbotsApi
42936
- * @version 127.0.0
42936
+ * @version 128.0.0
42937
42937
  */
42938
42938
 
42939
42939
  /**
@@ -42948,6 +42948,33 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
42948
42948
  }
42949
42949
 
42950
42950
 
42951
+ /**
42952
+ * Find bots using the currently configured friendly name or ID.
42953
+ * The name does allow case-insensitive partial string matches or by IDs (up to 50), but not both at the same time. Optionally you can limit the scope of the search by providing one or more bot types. You can specify the maximum results to return, up to a limit of 100
42954
+ * @param {Object} opts Optional parameters
42955
+ * @param {Array.<String>} opts.botType Bot types
42956
+ * @param {String} opts.botName Bot name
42957
+ * @param {Array.<String>} opts.botId Bot IDs
42958
+ * @param {Number} opts.pageSize The maximum results to return (default to 25)
42959
+ */
42960
+ getTextbotsBotsSearch(opts) {
42961
+ opts = opts || {};
42962
+
42963
+
42964
+ return this.apiClient.callApi(
42965
+ '/api/v2/textbots/bots/search',
42966
+ 'GET',
42967
+ { },
42968
+ { 'botType': this.apiClient.buildCollectionParam(opts['botType'], 'multi'),'botName': opts['botName'],'botId': this.apiClient.buildCollectionParam(opts['botId'], 'multi'),'pageSize': opts['pageSize'] },
42969
+ { },
42970
+ { },
42971
+ null,
42972
+ ['PureCloud OAuth'],
42973
+ ['application/json'],
42974
+ ['application/json']
42975
+ );
42976
+ }
42977
+
42951
42978
  /**
42952
42979
  * Issue a bot flow turn event
42953
42980
  * Send a turn event to an executing bot flow and produce the next action to take.
@@ -43034,7 +43061,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43034
43061
  /**
43035
43062
  * Tokens service.
43036
43063
  * @module purecloud-platform-client-v2/api/TokensApi
43037
- * @version 127.0.0
43064
+ * @version 128.0.0
43038
43065
  */
43039
43066
 
43040
43067
  /**
@@ -43140,7 +43167,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43140
43167
  /**
43141
43168
  * Uploads service.
43142
43169
  * @module purecloud-platform-client-v2/api/UploadsApi
43143
- * @version 127.0.0
43170
+ * @version 128.0.0
43144
43171
  */
43145
43172
 
43146
43173
  /**
@@ -43316,7 +43343,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43316
43343
  /**
43317
43344
  * Usage service.
43318
43345
  * @module purecloud-platform-client-v2/api/UsageApi
43319
- * @version 127.0.0
43346
+ * @version 128.0.0
43320
43347
  */
43321
43348
 
43322
43349
  /**
@@ -43387,7 +43414,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43387
43414
  /**
43388
43415
  * UserRecordings service.
43389
43416
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
43390
- * @version 127.0.0
43417
+ * @version 128.0.0
43391
43418
  */
43392
43419
 
43393
43420
  /**
@@ -43571,7 +43598,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43571
43598
  /**
43572
43599
  * Users service.
43573
43600
  * @module purecloud-platform-client-v2/api/UsersApi
43574
- * @version 127.0.0
43601
+ * @version 128.0.0
43575
43602
  */
43576
43603
 
43577
43604
  /**
@@ -45873,7 +45900,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
45873
45900
  /**
45874
45901
  * Utilities service.
45875
45902
  * @module purecloud-platform-client-v2/api/UtilitiesApi
45876
- * @version 127.0.0
45903
+ * @version 128.0.0
45877
45904
  */
45878
45905
 
45879
45906
  /**
@@ -45984,7 +46011,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
45984
46011
  /**
45985
46012
  * Voicemail service.
45986
46013
  * @module purecloud-platform-client-v2/api/VoicemailApi
45987
- * @version 127.0.0
46014
+ * @version 128.0.0
45988
46015
  */
45989
46016
 
45990
46017
  /**
@@ -46651,7 +46678,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
46651
46678
  /**
46652
46679
  * WebChat service.
46653
46680
  * @module purecloud-platform-client-v2/api/WebChatApi
46654
- * @version 127.0.0
46681
+ * @version 128.0.0
46655
46682
  */
46656
46683
 
46657
46684
  /**
@@ -47195,7 +47222,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
47195
47222
  /**
47196
47223
  * WebDeployments service.
47197
47224
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
47198
- * @version 127.0.0
47225
+ * @version 128.0.0
47199
47226
  */
47200
47227
 
47201
47228
  /**
@@ -47550,7 +47577,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
47550
47577
  /**
47551
47578
  * WebMessaging service.
47552
47579
  * @module purecloud-platform-client-v2/api/WebMessagingApi
47553
- * @version 127.0.0
47580
+ * @version 128.0.0
47554
47581
  */
47555
47582
 
47556
47583
  /**
@@ -47596,7 +47623,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
47596
47623
  /**
47597
47624
  * Widgets service.
47598
47625
  * @module purecloud-platform-client-v2/api/WidgetsApi
47599
- * @version 127.0.0
47626
+ * @version 128.0.0
47600
47627
  */
47601
47628
 
47602
47629
  /**
@@ -47742,7 +47769,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
47742
47769
  /**
47743
47770
  * WorkforceManagement service.
47744
47771
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
47745
- * @version 127.0.0
47772
+ * @version 128.0.0
47746
47773
  */
47747
47774
 
47748
47775
  /**
@@ -51773,7 +51800,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
51773
51800
  * </pre>
51774
51801
  * </p>
51775
51802
  * @module purecloud-platform-client-v2/index
51776
- * @version 127.0.0
51803
+ * @version 128.0.0
51777
51804
  */
51778
51805
  class platformClient {
51779
51806
  constructor() {