purecloud-platform-client-v2 141.0.0 → 141.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 (74) hide show
  1. package/README.md +2 -2
  2. package/dist/node/purecloud-platform-client-v2.js +298 -64
  3. package/dist/web-amd/purecloud-platform-client-v2.js +298 -64
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +298 -64
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +298 -64
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +82 -4
  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 +26 -1
  55. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
  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 +184 -0
  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 +26 -1
  74. package/src/purecloud-platform-client-v2/index.js +7 -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.0.0
401
+ * @version 141.1.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.0.0
1480
+ * @version 141.1.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.0.0
1794
+ * @version 141.1.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.0.0
2976
+ * @version 141.1.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.0.0
6021
+ * @version 141.1.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.0.0
6192
+ * @version 141.1.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.0.0
7375
+ * @version 141.1.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.0.0
7455
+ * @version 141.1.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.0.0
7546
+ * @version 141.1.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.0.0
8123
+ * @version 141.1.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.0.0
9263
+ * @version 141.1.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.0.0
14197
+ * @version 141.1.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.0.0
14283
+ * @version 141.1.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.0.0
16026
+ * @version 141.1.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.0.0
16197
+ * @version 141.1.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.0.0
16268
+ * @version 141.1.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.0.0
17850
+ * @version 141.1.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.0.0
17980
+ * @version 141.1.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.0.0
18111
+ * @version 141.1.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.0.0
18566
+ * @version 141.1.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.0.0
18971
+ * @version 141.1.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.0.0
19727
+ * @version 141.1.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.0.0
21404
+ * @version 141.1.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.0.0
22115
+ * @version 141.1.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.0.0
23015
+ * @version 141.1.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.0.0
23919
+ * @version 141.1.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.0.0
24187
+ * @version 141.1.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.0.0
24922
+ * @version 141.1.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.0.0
25160
+ * @version 141.1.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.0.0
25396
+ * @version 141.1.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.0.0
25547
+ * @version 141.1.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.0.0
25698
+ * @version 141.1.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.0.0
25923
+ * @version 141.1.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.0.0
26289
+ * @version 141.1.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.0.0
26560
+ * @version 141.1.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.0.0
26963
+ * @version 141.1.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.0.0
27888
+ * @version 141.1.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.0.0
31143
+ * @version 141.1.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.0.0
31465
+ * @version 141.1.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.0.0
33043
+ * @version 141.1.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.0.0
34696
+ * @version 141.1.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.0.0
35180
+ * @version 141.1.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.0.0
38101
+ * @version 141.1.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.0.0
38978
+ * @version 141.1.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.0.0
39397
+ * @version 141.1.0
39398
39398
  */
39399
39399
 
39400
39400
  /**
@@ -39873,6 +39873,31 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
39873
39873
  );
39874
39874
  }
39875
39875
 
39876
+ /**
39877
+ * Search resources.
39878
+ *
39879
+ * @param {Object} body Search request options
39880
+ */
39881
+ postTeamsSearch(body) {
39882
+ // verify the required parameter 'body' is set
39883
+ if (body === undefined || body === null) {
39884
+ throw 'Missing the required parameter "body" when calling postTeamsSearch';
39885
+ }
39886
+
39887
+ return this.apiClient.callApi(
39888
+ '/api/v2/teams/search',
39889
+ 'POST',
39890
+ { },
39891
+ { },
39892
+ { },
39893
+ { },
39894
+ body,
39895
+ ['PureCloud OAuth'],
39896
+ ['application/json'],
39897
+ ['application/json']
39898
+ );
39899
+ }
39900
+
39876
39901
  /**
39877
39902
  * Search users
39878
39903
  *
@@ -39929,7 +39954,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
39929
39954
  /**
39930
39955
  * SpeechTextAnalytics service.
39931
39956
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
39932
- * @version 141.0.0
39957
+ * @version 141.1.0
39933
39958
  */
39934
39959
 
39935
39960
  /**
@@ -40782,7 +40807,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
40782
40807
  /**
40783
40808
  * Stations service.
40784
40809
  * @module purecloud-platform-client-v2/api/StationsApi
40785
- * @version 141.0.0
40810
+ * @version 141.1.0
40786
40811
  */
40787
40812
 
40788
40813
  /**
@@ -40929,7 +40954,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
40929
40954
  /**
40930
40955
  * Suggest service.
40931
40956
  * @module purecloud-platform-client-v2/api/SuggestApi
40932
- * @version 141.0.0
40957
+ * @version 141.1.0
40933
40958
  */
40934
40959
 
40935
40960
  /**
@@ -41064,11 +41089,190 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
41064
41089
 
41065
41090
  }
41066
41091
 
41092
+ class TeamsApi {
41093
+ /**
41094
+ * Teams service.
41095
+ * @module purecloud-platform-client-v2/api/TeamsApi
41096
+ * @version 141.1.0
41097
+ */
41098
+
41099
+ /**
41100
+ * Constructs a new TeamsApi.
41101
+ * @alias module:purecloud-platform-client-v2/api/TeamsApi
41102
+ * @class
41103
+ * @param {module:purecloud-platform-client-v2/ApiClient} apiClient Optional API client implementation to use,
41104
+ * default to {@link module:purecloud-platform-client-v2/ApiClient#instance} if unspecified.
41105
+ */
41106
+ constructor(apiClient) {
41107
+ this.apiClient = apiClient || ApiClient.instance;
41108
+ }
41109
+
41110
+
41111
+ /**
41112
+ * Delete team
41113
+ *
41114
+ * @param {String} teamId Team ID
41115
+ */
41116
+ deleteTeam(teamId) {
41117
+ // verify the required parameter 'teamId' is set
41118
+ if (teamId === undefined || teamId === null) {
41119
+ throw 'Missing the required parameter "teamId" when calling deleteTeam';
41120
+ }
41121
+
41122
+ return this.apiClient.callApi(
41123
+ '/api/v2/teams/{teamId}',
41124
+ 'DELETE',
41125
+ { 'teamId': teamId },
41126
+ { },
41127
+ { },
41128
+ { },
41129
+ null,
41130
+ ['PureCloud OAuth'],
41131
+ ['application/json'],
41132
+ ['application/json']
41133
+ );
41134
+ }
41135
+
41136
+ /**
41137
+ * Get team
41138
+ *
41139
+ * @param {String} teamId Team ID
41140
+ */
41141
+ getTeam(teamId) {
41142
+ // verify the required parameter 'teamId' is set
41143
+ if (teamId === undefined || teamId === null) {
41144
+ throw 'Missing the required parameter "teamId" when calling getTeam';
41145
+ }
41146
+
41147
+ return this.apiClient.callApi(
41148
+ '/api/v2/teams/{teamId}',
41149
+ 'GET',
41150
+ { 'teamId': teamId },
41151
+ { },
41152
+ { },
41153
+ { },
41154
+ null,
41155
+ ['PureCloud OAuth'],
41156
+ ['application/json'],
41157
+ ['application/json']
41158
+ );
41159
+ }
41160
+
41161
+ /**
41162
+ * Get Team listing
41163
+ *
41164
+ * @param {Object} opts Optional parameters
41165
+ * @param {Number} opts.pageSize Page size (default to 25)
41166
+ * @param {String} opts.name Return only teams whose names start with this value (case-insensitive matching)
41167
+ * @param {String} opts.after The cursor that points to the next item in the complete list of teams
41168
+ * @param {String} opts.before The cursor that points to the previous item in the complete list of teams
41169
+ * @param {Object} opts.expand Expand the name on each user
41170
+ */
41171
+ getTeams(opts) {
41172
+ opts = opts || {};
41173
+
41174
+
41175
+ return this.apiClient.callApi(
41176
+ '/api/v2/teams',
41177
+ 'GET',
41178
+ { },
41179
+ { 'pageSize': opts['pageSize'],'name': opts['name'],'after': opts['after'],'before': opts['before'],'expand': opts['expand'] },
41180
+ { },
41181
+ { },
41182
+ null,
41183
+ ['PureCloud OAuth'],
41184
+ ['application/json'],
41185
+ ['application/json']
41186
+ );
41187
+ }
41188
+
41189
+ /**
41190
+ * Update team
41191
+ *
41192
+ * @param {String} teamId Team ID
41193
+ * @param {Object} body Team
41194
+ */
41195
+ patchTeam(teamId, body) {
41196
+ // verify the required parameter 'teamId' is set
41197
+ if (teamId === undefined || teamId === null) {
41198
+ throw 'Missing the required parameter "teamId" when calling patchTeam';
41199
+ }
41200
+ // verify the required parameter 'body' is set
41201
+ if (body === undefined || body === null) {
41202
+ throw 'Missing the required parameter "body" when calling patchTeam';
41203
+ }
41204
+
41205
+ return this.apiClient.callApi(
41206
+ '/api/v2/teams/{teamId}',
41207
+ 'PATCH',
41208
+ { 'teamId': teamId },
41209
+ { },
41210
+ { },
41211
+ { },
41212
+ body,
41213
+ ['PureCloud OAuth'],
41214
+ ['application/json'],
41215
+ ['application/json']
41216
+ );
41217
+ }
41218
+
41219
+ /**
41220
+ * Create a team
41221
+ *
41222
+ * @param {Object} body Team
41223
+ */
41224
+ postTeams(body) {
41225
+ // verify the required parameter 'body' is set
41226
+ if (body === undefined || body === null) {
41227
+ throw 'Missing the required parameter "body" when calling postTeams';
41228
+ }
41229
+
41230
+ return this.apiClient.callApi(
41231
+ '/api/v2/teams',
41232
+ 'POST',
41233
+ { },
41234
+ { },
41235
+ { },
41236
+ { },
41237
+ body,
41238
+ ['PureCloud OAuth'],
41239
+ ['application/json'],
41240
+ ['application/json']
41241
+ );
41242
+ }
41243
+
41244
+ /**
41245
+ * Search resources.
41246
+ *
41247
+ * @param {Object} body Search request options
41248
+ */
41249
+ postTeamsSearch(body) {
41250
+ // verify the required parameter 'body' is set
41251
+ if (body === undefined || body === null) {
41252
+ throw 'Missing the required parameter "body" when calling postTeamsSearch';
41253
+ }
41254
+
41255
+ return this.apiClient.callApi(
41256
+ '/api/v2/teams/search',
41257
+ 'POST',
41258
+ { },
41259
+ { },
41260
+ { },
41261
+ { },
41262
+ body,
41263
+ ['PureCloud OAuth'],
41264
+ ['application/json'],
41265
+ ['application/json']
41266
+ );
41267
+ }
41268
+
41269
+ }
41270
+
41067
41271
  class TelephonyApi {
41068
41272
  /**
41069
41273
  * Telephony service.
41070
41274
  * @module purecloud-platform-client-v2/api/TelephonyApi
41071
- * @version 141.0.0
41275
+ * @version 141.1.0
41072
41276
  */
41073
41277
 
41074
41278
  /**
@@ -41176,7 +41380,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
41176
41380
  /**
41177
41381
  * TelephonyProvidersEdge service.
41178
41382
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
41179
- * @version 141.0.0
41383
+ * @version 141.1.0
41180
41384
  */
41181
41385
 
41182
41386
  /**
@@ -44809,7 +45013,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
44809
45013
  /**
44810
45014
  * Textbots service.
44811
45015
  * @module purecloud-platform-client-v2/api/TextbotsApi
44812
- * @version 141.0.0
45016
+ * @version 141.1.0
44813
45017
  */
44814
45018
 
44815
45019
  /**
@@ -44937,7 +45141,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
44937
45141
  /**
44938
45142
  * Tokens service.
44939
45143
  * @module purecloud-platform-client-v2/api/TokensApi
44940
- * @version 141.0.0
45144
+ * @version 141.1.0
44941
45145
  */
44942
45146
 
44943
45147
  /**
@@ -45043,7 +45247,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
45043
45247
  /**
45044
45248
  * Uploads service.
45045
45249
  * @module purecloud-platform-client-v2/api/UploadsApi
45046
- * @version 141.0.0
45250
+ * @version 141.1.0
45047
45251
  */
45048
45252
 
45049
45253
  /**
@@ -45194,7 +45398,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
45194
45398
  /**
45195
45399
  * Usage service.
45196
45400
  * @module purecloud-platform-client-v2/api/UsageApi
45197
- * @version 141.0.0
45401
+ * @version 141.1.0
45198
45402
  */
45199
45403
 
45200
45404
  /**
@@ -45265,7 +45469,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
45265
45469
  /**
45266
45470
  * UserRecordings service.
45267
45471
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
45268
- * @version 141.0.0
45472
+ * @version 141.1.0
45269
45473
  */
45270
45474
 
45271
45475
  /**
@@ -45449,7 +45653,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
45449
45653
  /**
45450
45654
  * Users service.
45451
45655
  * @module purecloud-platform-client-v2/api/UsersApi
45452
- * @version 141.0.0
45656
+ * @version 141.1.0
45453
45657
  */
45454
45658
 
45455
45659
  /**
@@ -47751,7 +47955,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
47751
47955
  /**
47752
47956
  * Utilities service.
47753
47957
  * @module purecloud-platform-client-v2/api/UtilitiesApi
47754
- * @version 141.0.0
47958
+ * @version 141.1.0
47755
47959
  */
47756
47960
 
47757
47961
  /**
@@ -47862,7 +48066,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
47862
48066
  /**
47863
48067
  * Voicemail service.
47864
48068
  * @module purecloud-platform-client-v2/api/VoicemailApi
47865
- * @version 141.0.0
48069
+ * @version 141.1.0
47866
48070
  */
47867
48071
 
47868
48072
  /**
@@ -48529,7 +48733,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
48529
48733
  /**
48530
48734
  * WebChat service.
48531
48735
  * @module purecloud-platform-client-v2/api/WebChatApi
48532
- * @version 141.0.0
48736
+ * @version 141.1.0
48533
48737
  */
48534
48738
 
48535
48739
  /**
@@ -49073,7 +49277,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
49073
49277
  /**
49074
49278
  * WebDeployments service.
49075
49279
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
49076
- * @version 141.0.0
49280
+ * @version 141.1.0
49077
49281
  */
49078
49282
 
49079
49283
  /**
@@ -49428,7 +49632,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
49428
49632
  /**
49429
49633
  * WebMessaging service.
49430
49634
  * @module purecloud-platform-client-v2/api/WebMessagingApi
49431
- * @version 141.0.0
49635
+ * @version 141.1.0
49432
49636
  */
49433
49637
 
49434
49638
  /**
@@ -49474,7 +49678,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
49474
49678
  /**
49475
49679
  * Widgets service.
49476
49680
  * @module purecloud-platform-client-v2/api/WidgetsApi
49477
- * @version 141.0.0
49681
+ * @version 141.1.0
49478
49682
  */
49479
49683
 
49480
49684
  /**
@@ -49620,7 +49824,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
49620
49824
  /**
49621
49825
  * WorkforceManagement service.
49622
49826
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
49623
- * @version 141.0.0
49827
+ * @version 141.1.0
49624
49828
  */
49625
49829
 
49626
49830
  /**
@@ -50040,6 +50244,31 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
50040
50244
  );
50041
50245
  }
50042
50246
 
50247
+ /**
50248
+ * Query the status of a historical adherence request operation. Only the user who started the operation can query the status
50249
+ * Job details are only retained if the initial request returned a 202 ACCEPTED response
50250
+ * @param {String} jobId jobId
50251
+ */
50252
+ getWorkforcemanagementAdherenceHistoricalJob(jobId) {
50253
+ // verify the required parameter 'jobId' is set
50254
+ if (jobId === undefined || jobId === null) {
50255
+ throw 'Missing the required parameter "jobId" when calling getWorkforcemanagementAdherenceHistoricalJob';
50256
+ }
50257
+
50258
+ return this.apiClient.callApi(
50259
+ '/api/v2/workforcemanagement/adherence/historical/jobs/{jobId}',
50260
+ 'GET',
50261
+ { 'jobId': jobId },
50262
+ { },
50263
+ { },
50264
+ { },
50265
+ null,
50266
+ ['PureCloud OAuth'],
50267
+ ['application/json'],
50268
+ ['application/json']
50269
+ );
50270
+ }
50271
+
50043
50272
  /**
50044
50273
  * Get status of the modeling job
50045
50274
  *
@@ -53871,7 +54100,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
53871
54100
  * </pre>
53872
54101
  * </p>
53873
54102
  * @module purecloud-platform-client-v2/index
53874
- * @version 141.0.0
54103
+ * @version 141.1.0
53875
54104
  */
53876
54105
  class platformClient {
53877
54106
  constructor() {
@@ -54120,6 +54349,11 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
54120
54349
  * @property {module:purecloud-platform-client-v2/api/SuggestApi}
54121
54350
  */
54122
54351
  this.SuggestApi = SuggestApi;
54352
+ /**
54353
+ * The TeamsApi service constructor.
54354
+ * @property {module:purecloud-platform-client-v2/api/TeamsApi}
54355
+ */
54356
+ this.TeamsApi = TeamsApi;
54123
54357
  /**
54124
54358
  * The TelephonyApi service constructor.
54125
54359
  * @property {module:purecloud-platform-client-v2/api/TelephonyApi}