purecloud-platform-client-v2 226.0.0 → 227.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 (93) hide show
  1. package/README.md +3 -3
  2. package/dist/node/purecloud-platform-client-v2.js +154 -84
  3. package/dist/web-amd/purecloud-platform-client-v2.js +154 -84
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +97 -84
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +97 -84
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +752 -723
  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/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 +46 -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/UtilitiesApi.js +1 -1
  87. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  88. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  89. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  90. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  91. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  92. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +26 -1
  93. package/src/purecloud-platform-client-v2/index.js +1 -1
@@ -743,7 +743,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
743
743
 
744
744
  /**
745
745
  * @module purecloud-platform-client-v2/ApiClient
746
- * @version 226.0.0
746
+ * @version 227.0.0
747
747
  */
748
748
  class ApiClient {
749
749
  /**
@@ -2287,7 +2287,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
2287
2287
  /**
2288
2288
  * AIStudio service.
2289
2289
  * @module purecloud-platform-client-v2/api/AIStudioApi
2290
- * @version 226.0.0
2290
+ * @version 227.0.0
2291
2291
  */
2292
2292
 
2293
2293
  /**
@@ -2669,7 +2669,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
2669
2669
  /**
2670
2670
  * AgentAssistants service.
2671
2671
  * @module purecloud-platform-client-v2/api/AgentAssistantsApi
2672
- * @version 226.0.0
2672
+ * @version 227.0.0
2673
2673
  */
2674
2674
 
2675
2675
  /**
@@ -3046,7 +3046,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
3046
3046
  /**
3047
3047
  * AgentCopilot service.
3048
3048
  * @module purecloud-platform-client-v2/api/AgentCopilotApi
3049
- * @version 226.0.0
3049
+ * @version 227.0.0
3050
3050
  */
3051
3051
 
3052
3052
  /**
@@ -3122,7 +3122,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
3122
3122
  /**
3123
3123
  * AgentUI service.
3124
3124
  * @module purecloud-platform-client-v2/api/AgentUIApi
3125
- * @version 226.0.0
3125
+ * @version 227.0.0
3126
3126
  */
3127
3127
 
3128
3128
  /**
@@ -3253,7 +3253,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
3253
3253
  /**
3254
3254
  * Alerting service.
3255
3255
  * @module purecloud-platform-client-v2/api/AlertingApi
3256
- * @version 226.0.0
3256
+ * @version 227.0.0
3257
3257
  */
3258
3258
 
3259
3259
  /**
@@ -3654,7 +3654,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
3654
3654
  /**
3655
3655
  * Analytics service.
3656
3656
  * @module purecloud-platform-client-v2/api/AnalyticsApi
3657
- * @version 226.0.0
3657
+ * @version 227.0.0
3658
3658
  */
3659
3659
 
3660
3660
  /**
@@ -6475,7 +6475,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
6475
6475
  /**
6476
6476
  * Architect service.
6477
6477
  * @module purecloud-platform-client-v2/api/ArchitectApi
6478
- * @version 226.0.0
6478
+ * @version 227.0.0
6479
6479
  */
6480
6480
 
6481
6481
  /**
@@ -10770,7 +10770,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
10770
10770
  /**
10771
10771
  * Audit service.
10772
10772
  * @module purecloud-platform-client-v2/api/AuditApi
10773
- * @version 226.0.0
10773
+ * @version 227.0.0
10774
10774
  */
10775
10775
 
10776
10776
  /**
@@ -10971,7 +10971,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
10971
10971
  /**
10972
10972
  * Authorization service.
10973
10973
  * @module purecloud-platform-client-v2/api/AuthorizationApi
10974
- * @version 226.0.0
10974
+ * @version 227.0.0
10975
10975
  */
10976
10976
 
10977
10977
  /**
@@ -12686,7 +12686,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
12686
12686
  /**
12687
12687
  * Billing service.
12688
12688
  * @module purecloud-platform-client-v2/api/BillingApi
12689
- * @version 226.0.0
12689
+ * @version 227.0.0
12690
12690
  */
12691
12691
 
12692
12692
  /**
@@ -12942,7 +12942,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
12942
12942
  /**
12943
12943
  * BusinessRules service.
12944
12944
  * @module purecloud-platform-client-v2/api/BusinessRulesApi
12945
- * @version 226.0.0
12945
+ * @version 227.0.0
12946
12946
  */
12947
12947
 
12948
12948
  /**
@@ -13900,7 +13900,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
13900
13900
  /**
13901
13901
  * CarrierServices service.
13902
13902
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
13903
- * @version 226.0.0
13903
+ * @version 227.0.0
13904
13904
  */
13905
13905
 
13906
13906
  /**
@@ -13970,7 +13970,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
13970
13970
  /**
13971
13971
  * Chat service.
13972
13972
  * @module purecloud-platform-client-v2/api/ChatApi
13973
- * @version 226.0.0
13973
+ * @version 227.0.0
13974
13974
  */
13975
13975
 
13976
13976
  /**
@@ -14135,6 +14135,26 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
14135
14135
  );
14136
14136
  }
14137
14137
 
14138
+ /**
14139
+ * Delete a user's chat settings
14140
+ *
14141
+ */
14142
+ deleteChatsUsersMeSettings() {
14143
+
14144
+ return this.apiClient.callApi(
14145
+ '/api/v2/chats/users/me/settings',
14146
+ 'DELETE',
14147
+ { },
14148
+ { },
14149
+ { },
14150
+ { },
14151
+ null,
14152
+ ['PureCloud OAuth'],
14153
+ ['application/json'],
14154
+ ['application/json']
14155
+ );
14156
+ }
14157
+
14138
14158
  /**
14139
14159
  * Get a message
14140
14160
  *
@@ -14842,6 +14862,31 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
14842
14862
  );
14843
14863
  }
14844
14864
 
14865
+ /**
14866
+ * Create a user's chat settings
14867
+ *
14868
+ * @param {Object} body
14869
+ */
14870
+ postChatsUsersMeSettings(body) {
14871
+ // verify the required parameter 'body' is set
14872
+ if (body === undefined || body === null) {
14873
+ throw 'Missing the required parameter "body" when calling postChatsUsersMeSettings';
14874
+ }
14875
+
14876
+ return this.apiClient.callApi(
14877
+ '/api/v2/chats/users/me/settings',
14878
+ 'POST',
14879
+ { },
14880
+ { },
14881
+ { },
14882
+ { },
14883
+ body,
14884
+ ['PureCloud OAuth'],
14885
+ ['application/json'],
14886
+ ['application/json']
14887
+ );
14888
+ }
14889
+
14845
14890
  /**
14846
14891
  * Update reactions to a message
14847
14892
  *
@@ -14903,7 +14948,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
14903
14948
  /**
14904
14949
  * Coaching service.
14905
14950
  * @module purecloud-platform-client-v2/api/CoachingApi
14906
- * @version 226.0.0
14951
+ * @version 227.0.0
14907
14952
  */
14908
14953
 
14909
14954
  /**
@@ -15480,7 +15525,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
15480
15525
  /**
15481
15526
  * ContentManagement service.
15482
15527
  * @module purecloud-platform-client-v2/api/ContentManagementApi
15483
- * @version 226.0.0
15528
+ * @version 227.0.0
15484
15529
  */
15485
15530
 
15486
15531
  /**
@@ -16561,7 +16606,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
16561
16606
  /**
16562
16607
  * Conversations service.
16563
16608
  * @module purecloud-platform-client-v2/api/ConversationsApi
16564
- * @version 226.0.0
16609
+ * @version 227.0.0
16565
16610
  */
16566
16611
 
16567
16612
  /**
@@ -24773,7 +24818,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24773
24818
  /**
24774
24819
  * DataExtensions service.
24775
24820
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
24776
- * @version 226.0.0
24821
+ * @version 227.0.0
24777
24822
  */
24778
24823
 
24779
24824
  /**
@@ -24859,7 +24904,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24859
24904
  /**
24860
24905
  * DataPrivacy service.
24861
24906
  * @module purecloud-platform-client-v2/api/DataPrivacyApi
24862
- * @version 226.0.0
24907
+ * @version 227.0.0
24863
24908
  */
24864
24909
 
24865
24910
  /**
@@ -25029,7 +25074,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25029
25074
  /**
25030
25075
  * Downloads service.
25031
25076
  * @module purecloud-platform-client-v2/api/DownloadsApi
25032
- * @version 226.0.0
25077
+ * @version 227.0.0
25033
25078
  */
25034
25079
 
25035
25080
  /**
@@ -25081,7 +25126,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25081
25126
  /**
25082
25127
  * Emails service.
25083
25128
  * @module purecloud-platform-client-v2/api/EmailsApi
25084
- * @version 226.0.0
25129
+ * @version 227.0.0
25085
25130
  */
25086
25131
 
25087
25132
  /**
@@ -25210,7 +25255,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25210
25255
  /**
25211
25256
  * EmployeeEngagement service.
25212
25257
  * @module purecloud-platform-client-v2/api/EmployeeEngagementApi
25213
- * @version 226.0.0
25258
+ * @version 227.0.0
25214
25259
  */
25215
25260
 
25216
25261
  /**
@@ -25361,7 +25406,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25361
25406
  /**
25362
25407
  * Events service.
25363
25408
  * @module purecloud-platform-client-v2/api/EventsApi
25364
- * @version 226.0.0
25409
+ * @version 227.0.0
25365
25410
  */
25366
25411
 
25367
25412
  /**
@@ -25457,7 +25502,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25457
25502
  /**
25458
25503
  * ExternalContacts service.
25459
25504
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
25460
- * @version 226.0.0
25505
+ * @version 227.0.0
25461
25506
  */
25462
25507
 
25463
25508
  /**
@@ -28645,7 +28690,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28645
28690
  /**
28646
28691
  * Fax service.
28647
28692
  * @module purecloud-platform-client-v2/api/FaxApi
28648
- * @version 226.0.0
28693
+ * @version 227.0.0
28649
28694
  */
28650
28695
 
28651
28696
  /**
@@ -28860,7 +28905,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28860
28905
  /**
28861
28906
  * Flows service.
28862
28907
  * @module purecloud-platform-client-v2/api/FlowsApi
28863
- * @version 226.0.0
28908
+ * @version 227.0.0
28864
28909
  */
28865
28910
 
28866
28911
  /**
@@ -29043,7 +29088,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
29043
29088
  /**
29044
29089
  * Gamification service.
29045
29090
  * @module purecloud-platform-client-v2/api/GamificationApi
29046
- * @version 226.0.0
29091
+ * @version 227.0.0
29047
29092
  */
29048
29093
 
29049
29094
  /**
@@ -31550,7 +31595,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
31550
31595
  /**
31551
31596
  * GeneralDataProtectionRegulation service.
31552
31597
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
31553
- * @version 226.0.0
31598
+ * @version 227.0.0
31554
31599
  */
31555
31600
 
31556
31601
  /**
@@ -31680,7 +31725,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
31680
31725
  /**
31681
31726
  * Geolocation service.
31682
31727
  * @module purecloud-platform-client-v2/api/GeolocationApi
31683
- * @version 226.0.0
31728
+ * @version 227.0.0
31684
31729
  */
31685
31730
 
31686
31731
  /**
@@ -31811,7 +31856,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
31811
31856
  /**
31812
31857
  * Greetings service.
31813
31858
  * @module purecloud-platform-client-v2/api/GreetingsApi
31814
- * @version 226.0.0
31859
+ * @version 227.0.0
31815
31860
  */
31816
31861
 
31817
31862
  /**
@@ -32353,7 +32398,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
32353
32398
  /**
32354
32399
  * Groups service.
32355
32400
  * @module purecloud-platform-client-v2/api/GroupsApi
32356
- * @version 226.0.0
32401
+ * @version 227.0.0
32357
32402
  */
32358
32403
 
32359
32404
  /**
@@ -32872,7 +32917,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
32872
32917
  /**
32873
32918
  * IdentityProvider service.
32874
32919
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
32875
- * @version 226.0.0
32920
+ * @version 227.0.0
32876
32921
  */
32877
32922
 
32878
32923
  /**
@@ -33733,7 +33778,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33733
33778
  /**
33734
33779
  * InfrastructureAsCode service.
33735
33780
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
33736
- * @version 226.0.0
33781
+ * @version 227.0.0
33737
33782
  */
33738
33783
 
33739
33784
  /**
@@ -33900,7 +33945,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33900
33945
  /**
33901
33946
  * Integrations service.
33902
33947
  * @module purecloud-platform-client-v2/api/IntegrationsApi
33903
- * @version 226.0.0
33948
+ * @version 227.0.0
33904
33949
  */
33905
33950
 
33906
33951
  /**
@@ -36545,7 +36590,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
36545
36590
  /**
36546
36591
  * Journey service.
36547
36592
  * @module purecloud-platform-client-v2/api/JourneyApi
36548
- * @version 226.0.0
36593
+ * @version 227.0.0
36549
36594
  */
36550
36595
 
36551
36596
  /**
@@ -38530,7 +38575,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38530
38575
  /**
38531
38576
  * Knowledge service.
38532
38577
  * @module purecloud-platform-client-v2/api/KnowledgeApi
38533
- * @version 226.0.0
38578
+ * @version 227.0.0
38534
38579
  */
38535
38580
 
38536
38581
  /**
@@ -42403,7 +42448,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
42403
42448
  /**
42404
42449
  * LanguageUnderstanding service.
42405
42450
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
42406
- * @version 226.0.0
42451
+ * @version 227.0.0
42407
42452
  */
42408
42453
 
42409
42454
  /**
@@ -43436,7 +43481,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43436
43481
  /**
43437
43482
  * Languages service.
43438
43483
  * @module purecloud-platform-client-v2/api/LanguagesApi
43439
- * @version 226.0.0
43484
+ * @version 227.0.0
43440
43485
  */
43441
43486
 
43442
43487
  /**
@@ -43658,7 +43703,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43658
43703
  /**
43659
43704
  * Learning service.
43660
43705
  * @module purecloud-platform-client-v2/api/LearningApi
43661
- * @version 226.0.0
43706
+ * @version 227.0.0
43662
43707
  */
43663
43708
 
43664
43709
  /**
@@ -44687,7 +44732,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
44687
44732
  /**
44688
44733
  * License service.
44689
44734
  * @module purecloud-platform-client-v2/api/LicenseApi
44690
- * @version 226.0.0
44735
+ * @version 227.0.0
44691
44736
  */
44692
44737
 
44693
44738
  /**
@@ -44925,7 +44970,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
44925
44970
  /**
44926
44971
  * Locations service.
44927
44972
  * @module purecloud-platform-client-v2/api/LocationsApi
44928
- * @version 226.0.0
44973
+ * @version 227.0.0
44929
44974
  */
44930
44975
 
44931
44976
  /**
@@ -45161,7 +45206,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
45161
45206
  /**
45162
45207
  * LogCapture service.
45163
45208
  * @module purecloud-platform-client-v2/api/LogCaptureApi
45164
- * @version 226.0.0
45209
+ * @version 227.0.0
45165
45210
  */
45166
45211
 
45167
45212
  /**
@@ -45360,7 +45405,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
45360
45405
  /**
45361
45406
  * Messaging service.
45362
45407
  * @module purecloud-platform-client-v2/api/MessagingApi
45363
- * @version 226.0.0
45408
+ * @version 227.0.0
45364
45409
  */
45365
45410
 
45366
45411
  /**
@@ -45719,7 +45764,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
45719
45764
  /**
45720
45765
  * MobileDevices service.
45721
45766
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
45722
- * @version 226.0.0
45767
+ * @version 227.0.0
45723
45768
  */
45724
45769
 
45725
45770
  /**
@@ -45870,7 +45915,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
45870
45915
  /**
45871
45916
  * Notifications service.
45872
45917
  * @module purecloud-platform-client-v2/api/NotificationsApi
45873
- * @version 226.0.0
45918
+ * @version 227.0.0
45874
45919
  */
45875
45920
 
45876
45921
  /**
@@ -46103,7 +46148,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
46103
46148
  /**
46104
46149
  * OAuth service.
46105
46150
  * @module purecloud-platform-client-v2/api/OAuthApi
46106
- * @version 226.0.0
46151
+ * @version 227.0.0
46107
46152
  */
46108
46153
 
46109
46154
  /**
@@ -46469,7 +46514,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
46469
46514
  /**
46470
46515
  * Objects service.
46471
46516
  * @module purecloud-platform-client-v2/api/ObjectsApi
46472
- * @version 226.0.0
46517
+ * @version 227.0.0
46473
46518
  */
46474
46519
 
46475
46520
  /**
@@ -46793,7 +46838,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
46793
46838
  /**
46794
46839
  * OperationalEvents service.
46795
46840
  * @module purecloud-platform-client-v2/api/OperationalEventsApi
46796
- * @version 226.0.0
46841
+ * @version 227.0.0
46797
46842
  */
46798
46843
 
46799
46844
  /**
@@ -46910,7 +46955,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
46910
46955
  /**
46911
46956
  * Organization service.
46912
46957
  * @module purecloud-platform-client-v2/api/OrganizationApi
46913
- * @version 226.0.0
46958
+ * @version 227.0.0
46914
46959
  */
46915
46960
 
46916
46961
  /**
@@ -47385,7 +47430,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
47385
47430
  /**
47386
47431
  * OrganizationAuthorization service.
47387
47432
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
47388
- * @version 226.0.0
47433
+ * @version 227.0.0
47389
47434
  */
47390
47435
 
47391
47436
  /**
@@ -48779,7 +48824,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
48779
48824
  /**
48780
48825
  * Outbound service.
48781
48826
  * @module purecloud-platform-client-v2/api/OutboundApi
48782
- * @version 226.0.0
48827
+ * @version 227.0.0
48783
48828
  */
48784
48829
 
48785
48830
  /**
@@ -53401,7 +53446,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
53401
53446
  /**
53402
53447
  * Presence service.
53403
53448
  * @module purecloud-platform-client-v2/api/PresenceApi
53404
- * @version 226.0.0
53449
+ * @version 227.0.0
53405
53450
  */
53406
53451
 
53407
53452
  /**
@@ -54145,7 +54190,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
54145
54190
  /**
54146
54191
  * ProcessAutomation service.
54147
54192
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
54148
- * @version 226.0.0
54193
+ * @version 227.0.0
54149
54194
  */
54150
54195
 
54151
54196
  /**
@@ -54384,7 +54429,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
54384
54429
  /**
54385
54430
  * Quality service.
54386
54431
  * @module purecloud-platform-client-v2/api/QualityApi
54387
- * @version 226.0.0
54432
+ * @version 227.0.0
54388
54433
  */
54389
54434
 
54390
54435
  /**
@@ -56171,7 +56216,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
56171
56216
  /**
56172
56217
  * Recording service.
56173
56218
  * @module purecloud-platform-client-v2/api/RecordingApi
56174
- * @version 226.0.0
56219
+ * @version 227.0.0
56175
56220
  */
56176
56221
 
56177
56222
  /**
@@ -57776,7 +57821,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
57776
57821
  /**
57777
57822
  * ResponseManagement service.
57778
57823
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
57779
- * @version 226.0.0
57824
+ * @version 227.0.0
57780
57825
  */
57781
57826
 
57782
57827
  /**
@@ -58286,7 +58331,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58286
58331
  /**
58287
58332
  * Routing service.
58288
58333
  * @module purecloud-platform-client-v2/api/RoutingApi
58289
- * @version 226.0.0
58334
+ * @version 227.0.0
58290
58335
  */
58291
58336
 
58292
58337
  /**
@@ -62627,7 +62672,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
62627
62672
  /**
62628
62673
  * SCIM service.
62629
62674
  * @module purecloud-platform-client-v2/api/SCIMApi
62630
- * @version 226.0.0
62675
+ * @version 227.0.0
62631
62676
  */
62632
62677
 
62633
62678
  /**
@@ -63504,7 +63549,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
63504
63549
  /**
63505
63550
  * ScreenRecording service.
63506
63551
  * @module purecloud-platform-client-v2/api/ScreenRecordingApi
63507
- * @version 226.0.0
63552
+ * @version 227.0.0
63508
63553
  */
63509
63554
 
63510
63555
  /**
@@ -63549,7 +63594,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
63549
63594
  /**
63550
63595
  * Scripts service.
63551
63596
  * @module purecloud-platform-client-v2/api/ScriptsApi
63552
- * @version 226.0.0
63597
+ * @version 227.0.0
63553
63598
  */
63554
63599
 
63555
63600
  /**
@@ -64025,7 +64070,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
64025
64070
  /**
64026
64071
  * Search service.
64027
64072
  * @module purecloud-platform-client-v2/api/SearchApi
64028
- * @version 226.0.0
64073
+ * @version 227.0.0
64029
64074
  */
64030
64075
 
64031
64076
  /**
@@ -64768,7 +64813,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
64768
64813
  /**
64769
64814
  * Settings service.
64770
64815
  * @module purecloud-platform-client-v2/api/SettingsApi
64771
- * @version 226.0.0
64816
+ * @version 227.0.0
64772
64817
  */
64773
64818
 
64774
64819
  /**
@@ -65116,7 +65161,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
65116
65161
  /**
65117
65162
  * SocialMedia service.
65118
65163
  * @module purecloud-platform-client-v2/api/SocialMediaApi
65119
- * @version 226.0.0
65164
+ * @version 227.0.0
65120
65165
  */
65121
65166
 
65122
65167
  /**
@@ -66467,7 +66512,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
66467
66512
  /**
66468
66513
  * SpeechTextAnalytics service.
66469
66514
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
66470
- * @version 226.0.0
66515
+ * @version 227.0.0
66471
66516
  */
66472
66517
 
66473
66518
  /**
@@ -67956,7 +68001,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
67956
68001
  /**
67957
68002
  * Stations service.
67958
68003
  * @module purecloud-platform-client-v2/api/StationsApi
67959
- * @version 226.0.0
68004
+ * @version 227.0.0
67960
68005
  */
67961
68006
 
67962
68007
  /**
@@ -68058,7 +68103,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
68058
68103
  /**
68059
68104
  * Suggest service.
68060
68105
  * @module purecloud-platform-client-v2/api/SuggestApi
68061
- * @version 226.0.0
68106
+ * @version 227.0.0
68062
68107
  */
68063
68108
 
68064
68109
  /**
@@ -68197,7 +68242,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
68197
68242
  /**
68198
68243
  * TaskManagement service.
68199
68244
  * @module purecloud-platform-client-v2/api/TaskManagementApi
68200
- * @version 226.0.0
68245
+ * @version 227.0.0
68201
68246
  */
68202
68247
 
68203
68248
  /**
@@ -70359,7 +70404,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
70359
70404
  /**
70360
70405
  * Teams service.
70361
70406
  * @module purecloud-platform-client-v2/api/TeamsApi
70362
- * @version 226.0.0
70407
+ * @version 227.0.0
70363
70408
  */
70364
70409
 
70365
70410
  /**
@@ -70664,7 +70709,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
70664
70709
  /**
70665
70710
  * Telephony service.
70666
70711
  * @module purecloud-platform-client-v2/api/TelephonyApi
70667
- * @version 226.0.0
70712
+ * @version 227.0.0
70668
70713
  */
70669
70714
 
70670
70715
  /**
@@ -70846,7 +70891,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
70846
70891
  /**
70847
70892
  * TelephonyProvidersEdge service.
70848
70893
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
70849
- * @version 226.0.0
70894
+ * @version 227.0.0
70850
70895
  */
70851
70896
 
70852
70897
  /**
@@ -74339,7 +74384,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
74339
74384
  /**
74340
74385
  * Textbots service.
74341
74386
  * @module purecloud-platform-client-v2/api/TextbotsApi
74342
- * @version 226.0.0
74387
+ * @version 227.0.0
74343
74388
  */
74344
74389
 
74345
74390
  /**
@@ -74468,7 +74513,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
74468
74513
  /**
74469
74514
  * Tokens service.
74470
74515
  * @module purecloud-platform-client-v2/api/TokensApi
74471
- * @version 226.0.0
74516
+ * @version 227.0.0
74472
74517
  */
74473
74518
 
74474
74519
  /**
@@ -74622,7 +74667,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
74622
74667
  /**
74623
74668
  * Uploads service.
74624
74669
  * @module purecloud-platform-client-v2/api/UploadsApi
74625
- * @version 226.0.0
74670
+ * @version 227.0.0
74626
74671
  */
74627
74672
 
74628
74673
  /**
@@ -74913,7 +74958,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
74913
74958
  /**
74914
74959
  * Usage service.
74915
74960
  * @module purecloud-platform-client-v2/api/UsageApi
74916
- * @version 226.0.0
74961
+ * @version 227.0.0
74917
74962
  */
74918
74963
 
74919
74964
  /**
@@ -75128,7 +75173,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
75128
75173
  /**
75129
75174
  * UserRecordings service.
75130
75175
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
75131
- * @version 226.0.0
75176
+ * @version 227.0.0
75132
75177
  */
75133
75178
 
75134
75179
  /**
@@ -75343,7 +75388,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
75343
75388
  /**
75344
75389
  * Users service.
75345
75390
  * @module purecloud-platform-client-v2/api/UsersApi
75346
- * @version 226.0.0
75391
+ * @version 227.0.0
75347
75392
  */
75348
75393
 
75349
75394
  /**
@@ -78326,7 +78371,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
78326
78371
  /**
78327
78372
  * Utilities service.
78328
78373
  * @module purecloud-platform-client-v2/api/UtilitiesApi
78329
- * @version 226.0.0
78374
+ * @version 227.0.0
78330
78375
  */
78331
78376
 
78332
78377
  /**
@@ -78437,7 +78482,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
78437
78482
  /**
78438
78483
  * Voicemail service.
78439
78484
  * @module purecloud-platform-client-v2/api/VoicemailApi
78440
- * @version 226.0.0
78485
+ * @version 227.0.0
78441
78486
  */
78442
78487
 
78443
78488
  /**
@@ -79159,7 +79204,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
79159
79204
  /**
79160
79205
  * WebChat service.
79161
79206
  * @module purecloud-platform-client-v2/api/WebChatApi
79162
- * @version 226.0.0
79207
+ * @version 227.0.0
79163
79208
  */
79164
79209
 
79165
79210
  /**
@@ -79719,7 +79764,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
79719
79764
  /**
79720
79765
  * WebDeployments service.
79721
79766
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
79722
- * @version 226.0.0
79767
+ * @version 227.0.0
79723
79768
  */
79724
79769
 
79725
79770
  /**
@@ -80301,7 +80346,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
80301
80346
  /**
80302
80347
  * WebMessaging service.
80303
80348
  * @module purecloud-platform-client-v2/api/WebMessagingApi
80304
- * @version 226.0.0
80349
+ * @version 227.0.0
80305
80350
  */
80306
80351
 
80307
80352
  /**
@@ -80347,7 +80392,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
80347
80392
  /**
80348
80393
  * Widgets service.
80349
80394
  * @module purecloud-platform-client-v2/api/WidgetsApi
80350
- * @version 226.0.0
80395
+ * @version 227.0.0
80351
80396
  */
80352
80397
 
80353
80398
  /**
@@ -80498,7 +80543,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
80498
80543
  /**
80499
80544
  * WorkforceManagement service.
80500
80545
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
80501
- * @version 226.0.0
80546
+ * @version 227.0.0
80502
80547
  */
80503
80548
 
80504
80549
  /**
@@ -83971,6 +84016,31 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
83971
84016
  );
83972
84017
  }
83973
84018
 
84019
+ /**
84020
+ * Get a list of user schedule adherence records for the requested team
84021
+ *
84022
+ * @param {String} teamId The ID of the team
84023
+ */
84024
+ getWorkforcemanagementTeamAdherence(teamId) {
84025
+ // verify the required parameter 'teamId' is set
84026
+ if (teamId === undefined || teamId === null || teamId === '') {
84027
+ throw 'Missing the required parameter "teamId" when calling getWorkforcemanagementTeamAdherence';
84028
+ }
84029
+
84030
+ return this.apiClient.callApi(
84031
+ '/api/v2/workforcemanagement/teams/{teamId}/adherence',
84032
+ 'GET',
84033
+ { 'teamId': teamId },
84034
+ { },
84035
+ { },
84036
+ { },
84037
+ null,
84038
+ ['PureCloud OAuth'],
84039
+ ['application/json'],
84040
+ ['application/json']
84041
+ );
84042
+ }
84043
+
83974
84044
  /**
83975
84045
  * Query the results of time off types job
83976
84046
  *
@@ -87955,7 +88025,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
87955
88025
  * </pre>
87956
88026
  * </p>
87957
88027
  * @module purecloud-platform-client-v2/index
87958
- * @version 226.0.0
88028
+ * @version 227.0.0
87959
88029
  */
87960
88030
  class platformClient {
87961
88031
  constructor() {