purecloud-platform-client-v2 141.1.0 → 144.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 (75) hide show
  1. package/README.md +2 -2
  2. package/dist/node/purecloud-platform-client-v2.js +274 -73
  3. package/dist/web-amd/purecloud-platform-client-v2.js +274 -73
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +274 -73
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +274 -73
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +172 -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/PureCloudRegionHosts.js +1 -0
  12. package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
  13. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +1 -1
  14. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +1 -1
  15. package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
  16. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
  17. package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
  18. package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
  19. package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
  20. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
  21. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +1 -1
  22. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
  23. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
  24. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  25. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
  26. package/src/purecloud-platform-client-v2/api/GamificationApi.js +157 -8
  27. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
  28. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
  29. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
  30. package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
  31. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  32. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -1
  33. package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
  34. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -1
  35. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  37. package/src/purecloud-platform-client-v2/api/LearningApi.js +26 -1
  38. package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
  39. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  40. package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
  41. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  42. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  44. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/OutboundApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  49. package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
  50. package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/RoutingApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  54. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +3 -2
  57. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  59. package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
  60. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/UploadsApi.js +26 -1
  65. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  70. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  73. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  74. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
  75. package/src/purecloud-platform-client-v2/index.js +1 -1
package/index.d.ts CHANGED
@@ -1464,6 +1464,9 @@ declare namespace FlowsApi {
1464
1464
  }
1465
1465
 
1466
1466
  declare class GamificationApi {
1467
+ deleteEmployeeperformanceExternalmetricsDefinition(metricId: string): Promise<void>;
1468
+ getEmployeeperformanceExternalmetricsDefinition(metricId: string): Promise<Models.ExternalMetricDefinition>;
1469
+ getEmployeeperformanceExternalmetricsDefinitions(opts?: GamificationApi.getEmployeeperformanceExternalmetricsDefinitionsOptions): Promise<Models.ExternalMetricDefinitionListing>;
1467
1470
  getGamificationLeaderboard(startWorkday: string, endWorkday: string, opts?: GamificationApi.getGamificationLeaderboardOptions): Promise<Models.Leaderboard>;
1468
1471
  getGamificationLeaderboardAll(filterType: string, filterId: string, startWorkday: string, endWorkday: string, opts?: GamificationApi.getGamificationLeaderboardAllOptions): Promise<Models.Leaderboard>;
1469
1472
  getGamificationLeaderboardAllBestpoints(filterType: string, filterId: string): Promise<Models.OverallBestPoints>;
@@ -1487,7 +1490,7 @@ declare class GamificationApi {
1487
1490
  getGamificationScorecardsPointsAverage(workday: string): Promise<Models.SingleWorkdayAveragePoints>;
1488
1491
  getGamificationScorecardsPointsTrends(startWorkday: string, endWorkday: string, opts?: GamificationApi.getGamificationScorecardsPointsTrendsOptions): Promise<Models.WorkdayPointsTrend>;
1489
1492
  getGamificationScorecardsProfileMetricUserValuesTrends(profileId: string, metricId: string, userId: string, startWorkday: string, endWorkday: string, opts?: GamificationApi.getGamificationScorecardsProfileMetricUserValuesTrendsOptions): Promise<Models.MetricValueTrendAverage>;
1490
- getGamificationScorecardsProfileMetricUsersValuesTrends(profileId: string, metricId: string, filterType: string, filterId: string, startWorkday: string, endWorkday: string, opts?: GamificationApi.getGamificationScorecardsProfileMetricUsersValuesTrendsOptions): Promise<Models.MetricValueTrendAverage>;
1493
+ getGamificationScorecardsProfileMetricUsersValuesTrends(profileId: string, metricId: string, filterType: string, startWorkday: string, endWorkday: string, opts?: GamificationApi.getGamificationScorecardsProfileMetricUsersValuesTrendsOptions): Promise<Models.MetricValueTrendAverage>;
1491
1494
  getGamificationScorecardsProfileMetricValuesTrends(profileId: string, metricId: string, startWorkday: string, endWorkday: string, opts?: GamificationApi.getGamificationScorecardsProfileMetricValuesTrendsOptions): Promise<Models.MetricValueTrendAverage>;
1492
1495
  getGamificationScorecardsUser(userId: string, workday: string, opts?: GamificationApi.getGamificationScorecardsUserOptions): Promise<Models.WorkdayMetricListing>;
1493
1496
  getGamificationScorecardsUserAttendance(userId: string, startWorkday: string, endWorkday: string): Promise<Models.AttendanceStatusListing>;
@@ -1503,6 +1506,9 @@ declare class GamificationApi {
1503
1506
  getGamificationStatus(): Promise<Models.GamificationStatus>;
1504
1507
  getGamificationTemplate(templateId: string): Promise<Models.ObjectiveTemplate>;
1505
1508
  getGamificationTemplates(): Promise<Models.GetTemplatesResponse>;
1509
+ patchEmployeeperformanceExternalmetricsDefinition(metricId: string, body: Models.ExternalMetricDefinitionUpdateRequest): Promise<Models.ExternalMetricDefinition>;
1510
+ postEmployeeperformanceExternalmetricsData(opts?: GamificationApi.postEmployeeperformanceExternalmetricsDataOptions): Promise<Models.ExternalMetricDataWriteResponse>;
1511
+ postEmployeeperformanceExternalmetricsDefinitions(opts?: GamificationApi.postEmployeeperformanceExternalmetricsDefinitionsOptions): Promise<Models.ExternalMetricDefinition>;
1506
1512
  postGamificationMetrics(body: Models.CreateMetric): Promise<Models.Metric>;
1507
1513
  postGamificationProfileActivate(profileId: string): Promise<Models.PerformanceProfile>;
1508
1514
  postGamificationProfileDeactivate(profileId: string): Promise<Models.PerformanceProfile>;
@@ -1518,6 +1524,10 @@ declare class GamificationApi {
1518
1524
  }
1519
1525
 
1520
1526
  declare namespace GamificationApi {
1527
+ export interface getEmployeeperformanceExternalmetricsDefinitionsOptions {
1528
+ "pageSize"?: number;
1529
+ "pageNumber"?: number;
1530
+ }
1521
1531
  export interface getGamificationLeaderboardOptions {
1522
1532
  "metricId"?: string;
1523
1533
  }
@@ -1560,6 +1570,7 @@ declare namespace GamificationApi {
1560
1570
  "timeZone"?: string;
1561
1571
  }
1562
1572
  export interface getGamificationScorecardsProfileMetricUsersValuesTrendsOptions {
1573
+ "filterId"?: string;
1563
1574
  "referenceWorkday"?: string;
1564
1575
  "timeZone"?: string;
1565
1576
  }
@@ -1591,6 +1602,12 @@ declare namespace GamificationApi {
1591
1602
  "referenceWorkday"?: string;
1592
1603
  "timeZone"?: string;
1593
1604
  }
1605
+ export interface postEmployeeperformanceExternalmetricsDataOptions {
1606
+ "body"?: Models.ExternalMetricDataWriteRequest;
1607
+ }
1608
+ export interface postEmployeeperformanceExternalmetricsDefinitionsOptions {
1609
+ "body"?: Models.ExternalMetricDefinitionCreateRequest;
1610
+ }
1594
1611
  export interface postGamificationProfilesOptions {
1595
1612
  "copyMetrics"?: boolean;
1596
1613
  }
@@ -2269,6 +2286,7 @@ declare class LearningApi {
2269
2286
  getLearningModuleVersion(moduleId: string, versionId: string, opts?: LearningApi.getLearningModuleVersionOptions): Promise<Models.LearningModule>;
2270
2287
  getLearningModules(opts?: LearningApi.getLearningModulesOptions): Promise<Models.LearningModulesDomainEntityListing>;
2271
2288
  getLearningModulesAssignments(userIds: Array<string>, opts?: LearningApi.getLearningModulesAssignmentsOptions): Promise<Models.AssignedLearningModuleDomainEntityListing>;
2289
+ getLearningModulesCoverartCoverArtId(coverArtId: string): Promise<Models.LearningModuleCoverArtResponse>;
2272
2290
  patchLearningAssignment(assignmentId: string, opts?: LearningApi.patchLearningAssignmentOptions): Promise<Models.LearningAssignment>;
2273
2291
  postLearningAssessmentsScoring(body: Models.LearningAssessmentScoringRequest): Promise<Models.AssessmentScoringSet>;
2274
2292
  postLearningAssignmentReassign(assignmentId: string): Promise<Models.LearningAssignment>;
@@ -4036,6 +4054,7 @@ declare namespace SpeechTextAnalyticsApi {
4036
4054
  export interface getSpeechandtextanalyticsProgramsOptions {
4037
4055
  "nextPage"?: string;
4038
4056
  "pageSize"?: number;
4057
+ "state"?: string;
4039
4058
  }
4040
4059
  export interface getSpeechandtextanalyticsProgramsMappingsOptions {
4041
4060
  "nextPage"?: string;
@@ -4513,6 +4532,7 @@ declare namespace TokensApi {
4513
4532
  declare class UploadsApi {
4514
4533
  postKnowledgeDocumentuploads(body: Models.UploadUrlRequest): Promise<Models.UploadUrlResponse>;
4515
4534
  postLanguageunderstandingMinerUploads(minerId: string, body: object): Promise<Models.UploadUrlResponse>;
4535
+ postUploadsLearningCoverart(body: Models.LearningCoverArtUploadUrlRequest): Promise<Models.UploadUrlResponse>;
4516
4536
  postUploadsPublicassetsImages(body: Models.UploadUrlRequest): Promise<Models.UploadUrlResponse>;
4517
4537
  postUploadsRecordings(body: Models.UploadUrlRequest): Promise<Models.UploadUrlResponse>;
4518
4538
  postUploadsWorkforcemanagementHistoricaldataCsv(body: Models.UploadUrlRequest): Promise<Models.UploadUrlResponse>;
@@ -11323,6 +11343,7 @@ declare namespace Models {
11323
11343
  "screenshares"?: Array<Models.ConversationEventTopicScreenshare>;
11324
11344
  "socialExpressions"?: Array<Models.ConversationEventTopicSocialExpression>;
11325
11345
  "videos"?: Array<Models.ConversationEventTopicVideo>;
11346
+ "workflow"?: Models.ConversationEventTopicWorkflow;
11326
11347
  }
11327
11348
 
11328
11349
  export interface ConversationEventTopicPhoneNumberColumn {
@@ -11408,6 +11429,10 @@ declare namespace Models {
11408
11429
  "uploadStatus"?: string;
11409
11430
  }
11410
11431
 
11432
+ export interface ConversationEventTopicWorkflow {
11433
+ "workflowId"?: string;
11434
+ }
11435
+
11411
11436
  export interface ConversationEventTopicWrapup {
11412
11437
  "code"?: string;
11413
11438
  "notes"?: string;
@@ -12526,6 +12551,7 @@ declare namespace Models {
12526
12551
  "bullseye"?: Models.Bullseye;
12527
12552
  "acwSettings"?: Models.AcwSettings;
12528
12553
  "skillEvaluationMethod"?: string;
12554
+ "memberGroups"?: Array<Models.MemberGroup>;
12529
12555
  "queueFlow"?: Models.DomainEntityRef;
12530
12556
  "emailInQueueFlow"?: Models.DomainEntityRef;
12531
12557
  "messageInQueueFlow"?: Models.DomainEntityRef;
@@ -12534,6 +12560,7 @@ declare namespace Models {
12534
12560
  "autoAnswerOnly"?: boolean;
12535
12561
  "enableTranscription"?: boolean;
12536
12562
  "enableManualAssignment"?: boolean;
12563
+ "agentOwnedRouting"?: Models.AgentOwnedRouting;
12537
12564
  "callingPartyName"?: string;
12538
12565
  "callingPartyNumber"?: string;
12539
12566
  "defaultScripts"?: { [key: string]: Models.Script; };
@@ -15673,8 +15700,8 @@ declare namespace Models {
15673
15700
  "commentsRequired"?: boolean;
15674
15701
  "visibilityCondition"?: Models.VisibilityCondition;
15675
15702
  "answerOptions"?: Array<Models.AnswerOption>;
15676
- "isCritical"?: boolean;
15677
15703
  "isKill"?: boolean;
15704
+ "isCritical"?: boolean;
15678
15705
  }
15679
15706
 
15680
15707
  export interface EvaluationQuestionGroup {
@@ -16084,6 +16111,78 @@ declare namespace Models {
16084
16111
  "url"?: string;
16085
16112
  }
16086
16113
 
16114
+ export interface ExternalMetricDataItem {
16115
+ "userId"?: string;
16116
+ "userEmail"?: string;
16117
+ "metricId": string;
16118
+ "dateOccurred": string;
16119
+ "value": number;
16120
+ "count"?: number;
16121
+ }
16122
+
16123
+ export interface ExternalMetricDataUnprocessedItem {
16124
+ "userId"?: string;
16125
+ "userEmail"?: string;
16126
+ "metricId": string;
16127
+ "dateOccurred": string;
16128
+ "value": number;
16129
+ "count"?: number;
16130
+ "message"?: string;
16131
+ "code"?: string;
16132
+ }
16133
+
16134
+ export interface ExternalMetricDataWriteRequest {
16135
+ "items": Array<Models.ExternalMetricDataItem>;
16136
+ }
16137
+
16138
+ export interface ExternalMetricDataWriteResponse {
16139
+ "processedEntities"?: Array<Models.ExternalMetricDataItem>;
16140
+ "unprocessedEntities"?: Array<Models.ExternalMetricDataUnprocessedItem>;
16141
+ }
16142
+
16143
+ export interface ExternalMetricDefinition {
16144
+ "id"?: string;
16145
+ "name"?: string;
16146
+ "unit"?: string;
16147
+ "unitDefinition"?: string;
16148
+ "precision"?: number;
16149
+ "defaultObjectiveType"?: string;
16150
+ "retentionMonths"?: number;
16151
+ "enabled"?: boolean;
16152
+ "inUse"?: boolean;
16153
+ "dateLastRefreshed"?: string;
16154
+ "selfUri"?: string;
16155
+ }
16156
+
16157
+ export interface ExternalMetricDefinitionCreateRequest {
16158
+ "name": string;
16159
+ "unit": string;
16160
+ "unitDefinition"?: string;
16161
+ "precision": number;
16162
+ "defaultObjectiveType": string;
16163
+ "enabled": boolean;
16164
+ }
16165
+
16166
+ export interface ExternalMetricDefinitionListing {
16167
+ "entities"?: Array<Models.ExternalMetricDefinition>;
16168
+ "pageSize"?: number;
16169
+ "pageNumber"?: number;
16170
+ "total"?: number;
16171
+ "firstUri"?: string;
16172
+ "selfUri"?: string;
16173
+ "nextUri"?: string;
16174
+ "previousUri"?: string;
16175
+ "lastUri"?: string;
16176
+ "pageCount"?: number;
16177
+ }
16178
+
16179
+ export interface ExternalMetricDefinitionUpdateRequest {
16180
+ "name"?: string;
16181
+ "precision"?: number;
16182
+ "defaultObjectiveType"?: string;
16183
+ "enabled"?: boolean;
16184
+ }
16185
+
16087
16186
  export interface ExternalOrganization {
16088
16187
  "id"?: string;
16089
16188
  "name": string;
@@ -17493,8 +17592,8 @@ declare namespace Models {
17493
17592
  "impact"?: string;
17494
17593
  "exceptionInfo"?: Array<Models.HistoricalAdherenceExceptionInfo>;
17495
17594
  "dayMetrics"?: Array<Models.HistoricalAdherenceDayMetrics>;
17595
+ "actualsEndDate"?: string;
17496
17596
  "actuals"?: Array<Models.HistoricalAdherenceActuals>;
17497
- "actualsEndsDate"?: string;
17498
17597
  }
17499
17598
 
17500
17599
  export interface HistoricalImportDeleteJobResponse {
@@ -19427,6 +19526,14 @@ declare namespace Models {
19427
19526
  "url"?: string;
19428
19527
  }
19429
19528
 
19529
+ export interface LearningCoverArtUploadUrlRequest {
19530
+ "fileName"?: string;
19531
+ "contentMd5"?: string;
19532
+ "signedUrlTimeoutSeconds"?: number;
19533
+ "contentType": string;
19534
+ "serverSideEncryption"?: string;
19535
+ }
19536
+
19430
19537
  export interface LearningModule {
19431
19538
  "id"?: string;
19432
19539
  "name": string;
@@ -22596,6 +22703,7 @@ declare namespace Models {
22596
22703
  "duration"?: Models.DurationCondition;
22597
22704
  "wrapupCodes"?: Array<Models.WrapupCode>;
22598
22705
  "timeAllowed"?: Models.TimeAllowed;
22706
+ "customerParticipation"?: string;
22599
22707
  }
22600
22708
 
22601
22709
  export interface PolicyCreate {
@@ -22973,6 +23081,7 @@ declare namespace Models {
22973
23081
  "description"?: string;
22974
23082
  "activityCodeId"?: string;
22975
23083
  "activityCode"?: string;
23084
+ "activityName"?: string;
22976
23085
  "category"?: string;
22977
23086
  "points"?: number;
22978
23087
  "delta"?: number;
@@ -23143,6 +23252,7 @@ declare namespace Models {
23143
23252
  "bullseye"?: Models.Bullseye;
23144
23253
  "acwSettings"?: Models.AcwSettings;
23145
23254
  "skillEvaluationMethod"?: string;
23255
+ "memberGroups"?: Array<Models.MemberGroup>;
23146
23256
  "queueFlow"?: Models.DomainEntityRef;
23147
23257
  "emailInQueueFlow"?: Models.DomainEntityRef;
23148
23258
  "messageInQueueFlow"?: Models.DomainEntityRef;
@@ -23151,6 +23261,7 @@ declare namespace Models {
23151
23261
  "autoAnswerOnly"?: boolean;
23152
23262
  "enableTranscription"?: boolean;
23153
23263
  "enableManualAssignment"?: boolean;
23264
+ "agentOwnedRouting"?: Models.AgentOwnedRouting;
23154
23265
  "callingPartyName"?: string;
23155
23266
  "callingPartyNumber"?: string;
23156
23267
  "defaultScripts"?: { [key: string]: Models.Script; };
@@ -24150,6 +24261,7 @@ declare namespace Models {
24150
24261
  "screenshares"?: Array<Models.QueueConversationEventTopicScreenshare>;
24151
24262
  "socialExpressions"?: Array<Models.QueueConversationEventTopicSocialExpression>;
24152
24263
  "videos"?: Array<Models.QueueConversationEventTopicVideo>;
24264
+ "workflow"?: Models.QueueConversationEventTopicWorkflow;
24153
24265
  }
24154
24266
 
24155
24267
  export interface QueueConversationEventTopicPhoneNumberColumn {
@@ -24235,6 +24347,10 @@ declare namespace Models {
24235
24347
  "uploadStatus"?: string;
24236
24348
  }
24237
24349
 
24350
+ export interface QueueConversationEventTopicWorkflow {
24351
+ "workflowId"?: string;
24352
+ }
24353
+
24238
24354
  export interface QueueConversationEventTopicWrapup {
24239
24355
  "code"?: string;
24240
24356
  "notes"?: string;
@@ -24867,6 +24983,7 @@ declare namespace Models {
24867
24983
  "screenshares"?: Array<Models.QueueConversationSocialExpressionEventTopicScreenshare>;
24868
24984
  "socialExpressions"?: Array<Models.QueueConversationSocialExpressionEventTopicSocialExpression>;
24869
24985
  "videos"?: Array<Models.QueueConversationSocialExpressionEventTopicVideo>;
24986
+ "workflow"?: Models.QueueConversationSocialExpressionEventTopicWorkflow;
24870
24987
  }
24871
24988
 
24872
24989
  export interface QueueConversationSocialExpressionEventTopicPhoneNumberColumn {
@@ -24952,6 +25069,10 @@ declare namespace Models {
24952
25069
  "uploadStatus"?: string;
24953
25070
  }
24954
25071
 
25072
+ export interface QueueConversationSocialExpressionEventTopicWorkflow {
25073
+ "workflowId"?: string;
25074
+ }
25075
+
24955
25076
  export interface QueueConversationSocialExpressionEventTopicWrapup {
24956
25077
  "code"?: string;
24957
25078
  "notes"?: string;
@@ -25295,6 +25416,7 @@ declare namespace Models {
25295
25416
  "screenshares"?: Array<Models.QueueConversationVideoEventTopicScreenshare>;
25296
25417
  "socialExpressions"?: Array<Models.QueueConversationVideoEventTopicSocialExpression>;
25297
25418
  "videos"?: Array<Models.QueueConversationVideoEventTopicVideo>;
25419
+ "workflow"?: Models.QueueConversationVideoEventTopicWorkflow;
25298
25420
  }
25299
25421
 
25300
25422
  export interface QueueConversationVideoEventTopicPhoneNumberColumn {
@@ -25380,6 +25502,10 @@ declare namespace Models {
25380
25502
  "uploadStatus"?: string;
25381
25503
  }
25382
25504
 
25505
+ export interface QueueConversationVideoEventTopicWorkflow {
25506
+ "workflowId"?: string;
25507
+ }
25508
+
25383
25509
  export interface QueueConversationVideoEventTopicWrapup {
25384
25510
  "code"?: string;
25385
25511
  "notes"?: string;
@@ -25501,6 +25627,7 @@ declare namespace Models {
25501
25627
  "bullseye"?: Models.Bullseye;
25502
25628
  "acwSettings"?: Models.AcwSettings;
25503
25629
  "skillEvaluationMethod"?: string;
25630
+ "memberGroups"?: Array<Models.MemberGroup>;
25504
25631
  "queueFlow"?: Models.DomainEntityRef;
25505
25632
  "emailInQueueFlow"?: Models.DomainEntityRef;
25506
25633
  "messageInQueueFlow"?: Models.DomainEntityRef;
@@ -25509,6 +25636,7 @@ declare namespace Models {
25509
25636
  "autoAnswerOnly"?: boolean;
25510
25637
  "enableTranscription"?: boolean;
25511
25638
  "enableManualAssignment"?: boolean;
25639
+ "agentOwnedRouting"?: Models.AgentOwnedRouting;
25512
25640
  "callingPartyName"?: string;
25513
25641
  "callingPartyNumber"?: string;
25514
25642
  "defaultScripts"?: { [key: string]: Models.Script; };
@@ -26428,6 +26556,7 @@ declare namespace Models {
26428
26556
  export interface Ring {
26429
26557
  "expansionCriteria"?: Array<Models.ExpansionCriterium>;
26430
26558
  "actions"?: Models.Actions;
26559
+ "memberGroups"?: Array<Models.MemberGroup>;
26431
26560
  }
26432
26561
 
26433
26562
  export interface RoleDivision {
@@ -29789,6 +29918,8 @@ declare namespace Models {
29789
29918
  "icon": Models.UCIcon;
29790
29919
  "badgeIcons": { [key: string]: Models.UCIcon; };
29791
29920
  "i10n": { [key: string]: Models.UCI10n; };
29921
+ "polledPresence": boolean;
29922
+ "userPermissions": Array<string>;
29792
29923
  "selfUri"?: string;
29793
29924
  }
29794
29925
 
@@ -30520,6 +30651,7 @@ declare namespace Models {
30520
30651
  "bullseye"?: Models.Bullseye;
30521
30652
  "acwSettings"?: Models.AcwSettings;
30522
30653
  "skillEvaluationMethod"?: string;
30654
+ "memberGroups"?: Array<Models.MemberGroup>;
30523
30655
  "queueFlow"?: Models.DomainEntityRef;
30524
30656
  "emailInQueueFlow"?: Models.DomainEntityRef;
30525
30657
  "messageInQueueFlow"?: Models.DomainEntityRef;
@@ -30527,6 +30659,7 @@ declare namespace Models {
30527
30659
  "onHoldPrompt"?: Models.DomainEntityRef;
30528
30660
  "enableTranscription"?: boolean;
30529
30661
  "enableManualAssignment"?: boolean;
30662
+ "agentOwnedRouting"?: Models.AgentOwnedRouting;
30530
30663
  "callingPartyName"?: string;
30531
30664
  "callingPartyNumber"?: string;
30532
30665
  "defaultScripts"?: { [key: string]: Models.Script; };
@@ -33369,6 +33502,42 @@ declare namespace Models {
33369
33502
  "value"?: number;
33370
33503
  }
33371
33504
 
33505
+ export interface WorkitemsUserEventsNotificationDelta {
33506
+ "op"?: string;
33507
+ "field"?: string;
33508
+ "oldValue"?: string;
33509
+ "newValue"?: string;
33510
+ }
33511
+
33512
+ export interface WorkitemsUserEventsNotificationWorkitem {
33513
+ "id"?: string;
33514
+ "name"?: string;
33515
+ "typeId"?: string;
33516
+ "description"?: string;
33517
+ "languageId"?: string;
33518
+ "priority"?: number;
33519
+ "dateCreated"?: string;
33520
+ "dateModified"?: string;
33521
+ "dateDue"?: string;
33522
+ "dateExpires"?: string;
33523
+ "durationSeconds"?: number;
33524
+ "ttl"?: number;
33525
+ "statusId"?: string;
33526
+ "dateClosed"?: string;
33527
+ "workbinId"?: string;
33528
+ "reporterId"?: string;
33529
+ "assigneeId"?: string;
33530
+ "externalContactId"?: string;
33531
+ "externalTag"?: string;
33532
+ "wrapupId"?: string;
33533
+ "modifiedBy"?: string;
33534
+ "operation"?: string;
33535
+ "changes"?: Array<Models.WorkitemsUserEventsNotificationDelta>;
33536
+ "assignmentState"?: string;
33537
+ "assignmentId"?: string;
33538
+ "alertTimeoutSeconds"?: number;
33539
+ }
33540
+
33372
33541
  export interface Workspace {
33373
33542
  "id"?: string;
33374
33543
  "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": "144.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 144.0.0
8
8
  */
9
9
  class ApiClient {
10
10
  /**
@@ -10,4 +10,5 @@ export default {
10
10
  eu_west_2: 'euw2.pure.cloud',
11
11
  ap_south_1: 'aps1.pure.cloud',
12
12
  us_east_2: 'use2.us-gov-pure.cloud',
13
+ sa_east_1: 'sae1.pure.cloud',
13
14
  };
@@ -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 144.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 144.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 144.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 144.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 144.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 144.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 144.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 144.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 144.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 144.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 144.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 144.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 144.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 144.0.0
9
9
  */
10
10
 
11
11
  /**