purecloud-platform-client-v2 141.1.0 → 142.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (74) hide show
  1. package/README.md +2 -2
  2. package/dist/node/purecloud-platform-client-v2.js +67 -66
  3. package/dist/web-amd/purecloud-platform-client-v2.js +67 -66
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +67 -66
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +67 -66
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +62 -3
  9. package/package.json +1 -1
  10. package/src/purecloud-platform-client-v2/ApiClient.js +1 -1
  11. package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
  12. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +1 -1
  13. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +1 -1
  14. package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
  15. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
  16. package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
  17. package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
  18. package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
  19. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
  20. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +1 -1
  21. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
  22. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
  23. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  24. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
  25. package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
  26. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
  27. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
  28. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
  29. package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
  30. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  31. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -1
  32. package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
  33. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -1
  34. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
  35. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
  37. package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
  38. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  39. package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
  40. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  41. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  42. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  44. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/OutboundApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
  49. package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
  50. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/RoutingApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  54. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +3 -2
  56. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  57. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
  59. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  60. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  70. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  73. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
  74. package/src/purecloud-platform-client-v2/index.js +1 -1
package/index.d.ts CHANGED
@@ -4036,6 +4036,7 @@ declare namespace SpeechTextAnalyticsApi {
4036
4036
  export interface getSpeechandtextanalyticsProgramsOptions {
4037
4037
  "nextPage"?: string;
4038
4038
  "pageSize"?: number;
4039
+ "state"?: string;
4039
4040
  }
4040
4041
  export interface getSpeechandtextanalyticsProgramsMappingsOptions {
4041
4042
  "nextPage"?: string;
@@ -11323,6 +11324,7 @@ declare namespace Models {
11323
11324
  "screenshares"?: Array<Models.ConversationEventTopicScreenshare>;
11324
11325
  "socialExpressions"?: Array<Models.ConversationEventTopicSocialExpression>;
11325
11326
  "videos"?: Array<Models.ConversationEventTopicVideo>;
11327
+ "workflow"?: Models.ConversationEventTopicWorkflow;
11326
11328
  }
11327
11329
 
11328
11330
  export interface ConversationEventTopicPhoneNumberColumn {
@@ -11408,6 +11410,10 @@ declare namespace Models {
11408
11410
  "uploadStatus"?: string;
11409
11411
  }
11410
11412
 
11413
+ export interface ConversationEventTopicWorkflow {
11414
+ "workflowId"?: string;
11415
+ }
11416
+
11411
11417
  export interface ConversationEventTopicWrapup {
11412
11418
  "code"?: string;
11413
11419
  "notes"?: string;
@@ -14534,8 +14540,8 @@ declare namespace Models {
14534
14540
  "permissionPolicies"?: Array<Models.DomainPermissionPolicy>;
14535
14541
  "userCount"?: number;
14536
14542
  "roleNeedsUpdate"?: boolean;
14537
- "base"?: boolean;
14538
14543
  "default"?: boolean;
14544
+ "base"?: boolean;
14539
14545
  "selfUri"?: string;
14540
14546
  }
14541
14547
 
@@ -14549,8 +14555,8 @@ declare namespace Models {
14549
14555
  "permissionPolicies"?: Array<Models.DomainPermissionPolicy>;
14550
14556
  "userCount"?: number;
14551
14557
  "roleNeedsUpdate"?: boolean;
14552
- "base"?: boolean;
14553
14558
  "default"?: boolean;
14559
+ "base"?: boolean;
14554
14560
  "selfUri"?: string;
14555
14561
  }
14556
14562
 
@@ -14564,8 +14570,8 @@ declare namespace Models {
14564
14570
  "permissionPolicies"?: Array<Models.DomainPermissionPolicy>;
14565
14571
  "userCount"?: number;
14566
14572
  "roleNeedsUpdate"?: boolean;
14567
- "base"?: boolean;
14568
14573
  "default"?: boolean;
14574
+ "base"?: boolean;
14569
14575
  "selfUri"?: string;
14570
14576
  }
14571
14577
 
@@ -22596,6 +22602,7 @@ declare namespace Models {
22596
22602
  "duration"?: Models.DurationCondition;
22597
22603
  "wrapupCodes"?: Array<Models.WrapupCode>;
22598
22604
  "timeAllowed"?: Models.TimeAllowed;
22605
+ "customerParticipation"?: string;
22599
22606
  }
22600
22607
 
22601
22608
  export interface PolicyCreate {
@@ -22973,6 +22980,7 @@ declare namespace Models {
22973
22980
  "description"?: string;
22974
22981
  "activityCodeId"?: string;
22975
22982
  "activityCode"?: string;
22983
+ "activityName"?: string;
22976
22984
  "category"?: string;
22977
22985
  "points"?: number;
22978
22986
  "delta"?: number;
@@ -24150,6 +24158,7 @@ declare namespace Models {
24150
24158
  "screenshares"?: Array<Models.QueueConversationEventTopicScreenshare>;
24151
24159
  "socialExpressions"?: Array<Models.QueueConversationEventTopicSocialExpression>;
24152
24160
  "videos"?: Array<Models.QueueConversationEventTopicVideo>;
24161
+ "workflow"?: Models.QueueConversationEventTopicWorkflow;
24153
24162
  }
24154
24163
 
24155
24164
  export interface QueueConversationEventTopicPhoneNumberColumn {
@@ -24235,6 +24244,10 @@ declare namespace Models {
24235
24244
  "uploadStatus"?: string;
24236
24245
  }
24237
24246
 
24247
+ export interface QueueConversationEventTopicWorkflow {
24248
+ "workflowId"?: string;
24249
+ }
24250
+
24238
24251
  export interface QueueConversationEventTopicWrapup {
24239
24252
  "code"?: string;
24240
24253
  "notes"?: string;
@@ -24867,6 +24880,7 @@ declare namespace Models {
24867
24880
  "screenshares"?: Array<Models.QueueConversationSocialExpressionEventTopicScreenshare>;
24868
24881
  "socialExpressions"?: Array<Models.QueueConversationSocialExpressionEventTopicSocialExpression>;
24869
24882
  "videos"?: Array<Models.QueueConversationSocialExpressionEventTopicVideo>;
24883
+ "workflow"?: Models.QueueConversationSocialExpressionEventTopicWorkflow;
24870
24884
  }
24871
24885
 
24872
24886
  export interface QueueConversationSocialExpressionEventTopicPhoneNumberColumn {
@@ -24952,6 +24966,10 @@ declare namespace Models {
24952
24966
  "uploadStatus"?: string;
24953
24967
  }
24954
24968
 
24969
+ export interface QueueConversationSocialExpressionEventTopicWorkflow {
24970
+ "workflowId"?: string;
24971
+ }
24972
+
24955
24973
  export interface QueueConversationSocialExpressionEventTopicWrapup {
24956
24974
  "code"?: string;
24957
24975
  "notes"?: string;
@@ -25295,6 +25313,7 @@ declare namespace Models {
25295
25313
  "screenshares"?: Array<Models.QueueConversationVideoEventTopicScreenshare>;
25296
25314
  "socialExpressions"?: Array<Models.QueueConversationVideoEventTopicSocialExpression>;
25297
25315
  "videos"?: Array<Models.QueueConversationVideoEventTopicVideo>;
25316
+ "workflow"?: Models.QueueConversationVideoEventTopicWorkflow;
25298
25317
  }
25299
25318
 
25300
25319
  export interface QueueConversationVideoEventTopicPhoneNumberColumn {
@@ -25380,6 +25399,10 @@ declare namespace Models {
25380
25399
  "uploadStatus"?: string;
25381
25400
  }
25382
25401
 
25402
+ export interface QueueConversationVideoEventTopicWorkflow {
25403
+ "workflowId"?: string;
25404
+ }
25405
+
25383
25406
  export interface QueueConversationVideoEventTopicWrapup {
25384
25407
  "code"?: string;
25385
25408
  "notes"?: string;
@@ -33369,6 +33392,42 @@ declare namespace Models {
33369
33392
  "value"?: number;
33370
33393
  }
33371
33394
 
33395
+ export interface WorkitemsUserEventsNotificationDelta {
33396
+ "op"?: string;
33397
+ "field"?: string;
33398
+ "oldValue"?: string;
33399
+ "newValue"?: string;
33400
+ }
33401
+
33402
+ export interface WorkitemsUserEventsNotificationWorkitem {
33403
+ "id"?: string;
33404
+ "name"?: string;
33405
+ "typeId"?: string;
33406
+ "description"?: string;
33407
+ "languageId"?: string;
33408
+ "priority"?: number;
33409
+ "dateCreated"?: string;
33410
+ "dateModified"?: string;
33411
+ "dateDue"?: string;
33412
+ "dateExpires"?: string;
33413
+ "durationSeconds"?: number;
33414
+ "ttl"?: number;
33415
+ "statusId"?: string;
33416
+ "dateClosed"?: string;
33417
+ "workbinId"?: string;
33418
+ "reporterId"?: string;
33419
+ "assigneeId"?: string;
33420
+ "externalContactId"?: string;
33421
+ "externalTag"?: string;
33422
+ "wrapupId"?: string;
33423
+ "modifiedBy"?: string;
33424
+ "operation"?: string;
33425
+ "changes"?: Array<Models.WorkitemsUserEventsNotificationDelta>;
33426
+ "assignmentState"?: string;
33427
+ "assignmentId"?: string;
33428
+ "alertTimeoutSeconds"?: number;
33429
+ }
33430
+
33372
33431
  export interface Workspace {
33373
33432
  "id"?: string;
33374
33433
  "name": string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "purecloud-platform-client-v2",
3
- "version": "141.1.0",
3
+ "version": "142.0.0",
4
4
  "description": "A JavaScript library to interface with the PureCloud Platform API",
5
5
  "license": "MIT",
6
6
  "main": "dist/node/purecloud-platform-client-v2.js",
@@ -4,7 +4,7 @@ import { default as qs } from 'qs';
4
4
 
5
5
  /**
6
6
  * @module purecloud-platform-client-v2/ApiClient
7
- * @version 141.1.0
7
+ * @version 142.0.0
8
8
  */
9
9
  class ApiClient {
10
10
  /**
@@ -5,7 +5,7 @@ class AlertingApi {
5
5
  /**
6
6
  * Alerting service.
7
7
  * @module purecloud-platform-client-v2/api/AlertingApi
8
- * @version 141.1.0
8
+ * @version 142.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class AnalyticsApi {
5
5
  /**
6
6
  * Analytics service.
7
7
  * @module purecloud-platform-client-v2/api/AnalyticsApi
8
- * @version 141.1.0
8
+ * @version 142.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class ArchitectApi {
5
5
  /**
6
6
  * Architect service.
7
7
  * @module purecloud-platform-client-v2/api/ArchitectApi
8
- * @version 141.1.0
8
+ * @version 142.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class AuditApi {
5
5
  /**
6
6
  * Audit service.
7
7
  * @module purecloud-platform-client-v2/api/AuditApi
8
- * @version 141.1.0
8
+ * @version 142.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class AuthorizationApi {
5
5
  /**
6
6
  * Authorization service.
7
7
  * @module purecloud-platform-client-v2/api/AuthorizationApi
8
- * @version 141.1.0
8
+ * @version 142.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class BillingApi {
5
5
  /**
6
6
  * Billing service.
7
7
  * @module purecloud-platform-client-v2/api/BillingApi
8
- * @version 141.1.0
8
+ * @version 142.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class ChatApi {
5
5
  /**
6
6
  * Chat service.
7
7
  * @module purecloud-platform-client-v2/api/ChatApi
8
- * @version 141.1.0
8
+ * @version 142.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class CoachingApi {
5
5
  /**
6
6
  * Coaching service.
7
7
  * @module purecloud-platform-client-v2/api/CoachingApi
8
- * @version 141.1.0
8
+ * @version 142.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class ContentManagementApi {
5
5
  /**
6
6
  * ContentManagement service.
7
7
  * @module purecloud-platform-client-v2/api/ContentManagementApi
8
- * @version 141.1.0
8
+ * @version 142.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class ConversationsApi {
5
5
  /**
6
6
  * Conversations service.
7
7
  * @module purecloud-platform-client-v2/api/ConversationsApi
8
- * @version 141.1.0
8
+ * @version 142.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class DataExtensionsApi {
5
5
  /**
6
6
  * DataExtensions service.
7
7
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
8
- * @version 141.1.0
8
+ * @version 142.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class ExternalContactsApi {
5
5
  /**
6
6
  * ExternalContacts service.
7
7
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
8
- * @version 141.1.0
8
+ * @version 142.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class FaxApi {
5
5
  /**
6
6
  * Fax service.
7
7
  * @module purecloud-platform-client-v2/api/FaxApi
8
- * @version 141.1.0
8
+ * @version 142.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class FlowsApi {
5
5
  /**
6
6
  * Flows service.
7
7
  * @module purecloud-platform-client-v2/api/FlowsApi
8
- * @version 141.1.0
8
+ * @version 142.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class GamificationApi {
5
5
  /**
6
6
  * Gamification service.
7
7
  * @module purecloud-platform-client-v2/api/GamificationApi
8
- * @version 141.1.0
8
+ * @version 142.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class GeneralDataProtectionRegulationApi {
5
5
  /**
6
6
  * GeneralDataProtectionRegulation service.
7
7
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
8
- * @version 141.1.0
8
+ * @version 142.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class GeolocationApi {
5
5
  /**
6
6
  * Geolocation service.
7
7
  * @module purecloud-platform-client-v2/api/GeolocationApi
8
- * @version 141.1.0
8
+ * @version 142.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class GreetingsApi {
5
5
  /**
6
6
  * Greetings service.
7
7
  * @module purecloud-platform-client-v2/api/GreetingsApi
8
- * @version 141.1.0
8
+ * @version 142.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class GroupsApi {
5
5
  /**
6
6
  * Groups service.
7
7
  * @module purecloud-platform-client-v2/api/GroupsApi
8
- * @version 141.1.0
8
+ * @version 142.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class IdentityProviderApi {
5
5
  /**
6
6
  * IdentityProvider service.
7
7
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
8
- * @version 141.1.0
8
+ * @version 142.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class IntegrationsApi {
5
5
  /**
6
6
  * Integrations service.
7
7
  * @module purecloud-platform-client-v2/api/IntegrationsApi
8
- * @version 141.1.0
8
+ * @version 142.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class JourneyApi {
5
5
  /**
6
6
  * Journey service.
7
7
  * @module purecloud-platform-client-v2/api/JourneyApi
8
- * @version 141.1.0
8
+ * @version 142.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class KnowledgeApi {
5
5
  /**
6
6
  * Knowledge service.
7
7
  * @module purecloud-platform-client-v2/api/KnowledgeApi
8
- * @version 141.1.0
8
+ * @version 142.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class LanguageUnderstandingApi {
5
5
  /**
6
6
  * LanguageUnderstanding service.
7
7
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
8
- * @version 141.1.0
8
+ * @version 142.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class LanguagesApi {
5
5
  /**
6
6
  * Languages service.
7
7
  * @module purecloud-platform-client-v2/api/LanguagesApi
8
- * @version 141.1.0
8
+ * @version 142.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class LearningApi {
5
5
  /**
6
6
  * Learning service.
7
7
  * @module purecloud-platform-client-v2/api/LearningApi
8
- * @version 141.1.0
8
+ * @version 142.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class LicenseApi {
5
5
  /**
6
6
  * License service.
7
7
  * @module purecloud-platform-client-v2/api/LicenseApi
8
- * @version 141.1.0
8
+ * @version 142.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class LocationsApi {
5
5
  /**
6
6
  * Locations service.
7
7
  * @module purecloud-platform-client-v2/api/LocationsApi
8
- * @version 141.1.0
8
+ * @version 142.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class MessagingApi {
5
5
  /**
6
6
  * Messaging service.
7
7
  * @module purecloud-platform-client-v2/api/MessagingApi
8
- * @version 141.1.0
8
+ * @version 142.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class MobileDevicesApi {
5
5
  /**
6
6
  * MobileDevices service.
7
7
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
8
- * @version 141.1.0
8
+ * @version 142.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class NotificationsApi {
5
5
  /**
6
6
  * Notifications service.
7
7
  * @module purecloud-platform-client-v2/api/NotificationsApi
8
- * @version 141.1.0
8
+ * @version 142.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class OAuthApi {
5
5
  /**
6
6
  * OAuth service.
7
7
  * @module purecloud-platform-client-v2/api/OAuthApi
8
- * @version 141.1.0
8
+ * @version 142.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class ObjectsApi {
5
5
  /**
6
6
  * Objects service.
7
7
  * @module purecloud-platform-client-v2/api/ObjectsApi
8
- * @version 141.1.0
8
+ * @version 142.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class OrganizationApi {
5
5
  /**
6
6
  * Organization service.
7
7
  * @module purecloud-platform-client-v2/api/OrganizationApi
8
- * @version 141.1.0
8
+ * @version 142.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class OrganizationAuthorizationApi {
5
5
  /**
6
6
  * OrganizationAuthorization service.
7
7
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
8
- * @version 141.1.0
8
+ * @version 142.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class OutboundApi {
5
5
  /**
6
6
  * Outbound service.
7
7
  * @module purecloud-platform-client-v2/api/OutboundApi
8
- * @version 141.1.0
8
+ * @version 142.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class PresenceApi {
5
5
  /**
6
6
  * Presence service.
7
7
  * @module purecloud-platform-client-v2/api/PresenceApi
8
- * @version 141.1.0
8
+ * @version 142.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class QualityApi {
5
5
  /**
6
6
  * Quality service.
7
7
  * @module purecloud-platform-client-v2/api/QualityApi
8
- * @version 141.1.0
8
+ * @version 142.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class RecordingApi {
5
5
  /**
6
6
  * Recording service.
7
7
  * @module purecloud-platform-client-v2/api/RecordingApi
8
- * @version 141.1.0
8
+ * @version 142.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class ResponseManagementApi {
5
5
  /**
6
6
  * ResponseManagement service.
7
7
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
8
- * @version 141.1.0
8
+ * @version 142.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class RoutingApi {
5
5
  /**
6
6
  * Routing service.
7
7
  * @module purecloud-platform-client-v2/api/RoutingApi
8
- * @version 141.1.0
8
+ * @version 142.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class SCIMApi {
5
5
  /**
6
6
  * SCIM service.
7
7
  * @module purecloud-platform-client-v2/api/SCIMApi
8
- * @version 141.1.0
8
+ * @version 142.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class ScriptsApi {
5
5
  /**
6
6
  * Scripts service.
7
7
  * @module purecloud-platform-client-v2/api/ScriptsApi
8
- * @version 141.1.0
8
+ * @version 142.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class SearchApi {
5
5
  /**
6
6
  * Search service.
7
7
  * @module purecloud-platform-client-v2/api/SearchApi
8
- * @version 141.1.0
8
+ * @version 142.0.0
9
9
  */
10
10
 
11
11
  /**