purecloud-platform-client-v2 225.0.0 → 226.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 +232 -128
  3. package/dist/web-amd/purecloud-platform-client-v2.js +232 -128
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +128 -94
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +128 -94
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +132 -162
  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 +1 -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 +145 -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 +3 -2
  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 +3 -2
  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 +1 -43
  93. package/src/purecloud-platform-client-v2/index.js +1 -1
package/index.d.ts CHANGED
@@ -1849,9 +1849,11 @@ declare class ConversationsApi {
1849
1849
  postConversationParticipantInternalmessagesUsersCommunications(conversationId: string, participantId: string, body: Models.MessagingConferWithUserRequest): Promise<Models.MessagingConferResponse>;
1850
1850
  postConversationParticipantReplace(conversationId: string, participantId: string, body: Models.TransferRequest): Promise<void>;
1851
1851
  postConversationParticipantReplaceAgent(conversationId: string, participantId: string, body: Models.TransferToAgentRequest): Promise<void>;
1852
+ postConversationParticipantReplaceContactExternal(conversationId: string, participantId: string, body: Models.TransferToExternalContactRequest): Promise<void>;
1852
1853
  postConversationParticipantReplaceExternal(conversationId: string, participantId: string, body: Models.TransferToExternalRequest): Promise<void>;
1853
1854
  postConversationParticipantReplaceQueue(conversationId: string, participantId: string, body: Models.TransferToQueueRequest): Promise<void>;
1854
1855
  postConversationParticipantSecureivrsessions(conversationId: string, participantId: string, opts?: ConversationsApi.postConversationParticipantSecureivrsessionsOptions): Promise<Models.SecureSession>;
1856
+ postConversationParticipantTransfer(conversationId: string, participantId: string, body: Models.TransferToAddressRequest): Promise<void>;
1855
1857
  postConversationSuggestionEngagement(conversationId: string, suggestionId: string, body: Models.SuggestionEngagement): Promise<Models.SuggestionEngagement>;
1856
1858
  postConversationSuggestionsFeedback(conversationId: string, body: Models.Feedback): Promise<void>;
1857
1859
  postConversationSummaryFeedback(conversationId: string, summaryId: string, opts?: ConversationsApi.postConversationSummaryFeedbackOptions): Promise<void>;
@@ -1861,10 +1863,12 @@ declare class ConversationsApi {
1861
1863
  postConversationsCallParticipantCommunicationWrapup(conversationId: string, participantId: string, communicationId: string, opts?: ConversationsApi.postConversationsCallParticipantCommunicationWrapupOptions): Promise<void>;
1862
1864
  postConversationsCallParticipantConsult(conversationId: string, participantId: string, body: Models.ConsultTransfer): Promise<Models.ConsultTransferResponse>;
1863
1865
  postConversationsCallParticipantConsultAgent(conversationId: string, participantId: string, body: Models.ConsultTransferToAgent): Promise<Models.ConsultTransferResponse>;
1866
+ postConversationsCallParticipantConsultContactExternal(conversationId: string, participantId: string, body: Models.ConsultTransferToExternalContact): Promise<Models.ConsultTransferResponse>;
1864
1867
  postConversationsCallParticipantConsultExternal(conversationId: string, participantId: string, body: Models.ConsultTransferToExternal): Promise<Models.ConsultTransferResponse>;
1865
1868
  postConversationsCallParticipantConsultQueue(conversationId: string, participantId: string, body: Models.ConsultTransferToQueue): Promise<Models.ConsultTransferResponse>;
1866
1869
  postConversationsCallParticipantMonitor(conversationId: string, participantId: string): Promise<void>;
1867
1870
  postConversationsCallParticipantReplace(conversationId: string, participantId: string, body: Models.TransferRequest): Promise<void>;
1871
+ postConversationsCallParticipantVoiceConsult(conversationId: string, participantId: string, body: Models.ConsultTransferToAddress): Promise<Models.ConsultTransferResponse>;
1868
1872
  postConversationsCallParticipants(conversationId: string, body: Models.Conversation): Promise<Models.Conversation>;
1869
1873
  postConversationsCallbackParticipantCommunicationWrapup(conversationId: string, participantId: string, communicationId: string, opts?: ConversationsApi.postConversationsCallbackParticipantCommunicationWrapupOptions): Promise<void>;
1870
1874
  postConversationsCallbackParticipantReplace(conversationId: string, participantId: string, body: Models.TransferRequest): Promise<void>;
@@ -5848,6 +5852,7 @@ declare namespace RoutingApi {
5848
5852
  export interface getRoutingQueueWrapupcodesOptions {
5849
5853
  "pageSize"?: number;
5850
5854
  "pageNumber"?: number;
5855
+ "name"?: string;
5851
5856
  }
5852
5857
  export interface getRoutingQueuesOptions {
5853
5858
  "pageNumber"?: number;
@@ -7892,7 +7897,6 @@ declare class WorkforceManagementApi {
7892
7897
  getWorkforcemanagementCalendarUrlIcs(): Promise<Models.CalendarUrlResponse>;
7893
7898
  getWorkforcemanagementHistoricaldataBulkRemoveJob(jobId: string): Promise<Models.HistoricalImportDeleteFilesJobResponse>;
7894
7899
  getWorkforcemanagementHistoricaldataBulkRemoveJobs(): Promise<Models.HistoricalImportOverallDeleteStatusResponse>;
7895
- getWorkforcemanagementHistoricaldataDeletejob(): Promise<Models.HistoricalImportDeleteJobResponse>;
7896
7900
  getWorkforcemanagementHistoricaldataImportstatus(): Promise<Models.HistoricalImportStatusListing>;
7897
7901
  getWorkforcemanagementHistoricaldataImportstatusJobId(jobId: string): Promise<Models.HistoricalImportStatusJobResponse>;
7898
7902
  getWorkforcemanagementIntegrationsHris(): Promise<Models.WfmIntegrationListing>;
@@ -8010,7 +8014,6 @@ declare class WorkforceManagementApi {
8010
8014
  postWorkforcemanagementBusinessunits(body: Models.CreateBusinessUnitRequest): Promise<Models.BusinessUnitResponse>;
8011
8015
  postWorkforcemanagementCalendarUrlIcs(opts?: WorkforceManagementApi.postWorkforcemanagementCalendarUrlIcsOptions): Promise<Models.CalendarUrlResponse>;
8012
8016
  postWorkforcemanagementHistoricaldataBulkRemoveJobs(body: Models.HistoricalImportDeleteFilesJobRequest): Promise<Models.HistoricalImportDeleteFilesJobResponse>;
8013
- postWorkforcemanagementHistoricaldataDeletejob(): Promise<Models.HistoricalImportDeleteJobResponse>;
8014
8017
  postWorkforcemanagementHistoricaldataValidate(body: Models.ValidationServiceRequest): Promise<Models.ValidationServiceAsyncResponse>;
8015
8018
  postWorkforcemanagementIntegrationsHriTimeofftypesJobs(hrisIntegrationId: string): Promise<Models.HrisTimeOffTypesResponse>;
8016
8019
  postWorkforcemanagementManagementunitAgentsWorkplansQuery(managementUnitId: string, body: Models.GetAgentsWorkPlansRequest, opts?: WorkforceManagementApi.postWorkforcemanagementManagementunitAgentsWorkplansQueryOptions): Promise<Models.AgentsWorkPlansResponse>;
@@ -9873,6 +9876,7 @@ declare namespace Models {
9873
9876
  "customerParticipation"?: boolean;
9874
9877
  "divisionIds"?: Array<string>;
9875
9878
  "externalTag"?: string;
9879
+ "inactivityTimeout"?: string;
9876
9880
  "knowledgeBaseIds"?: Array<string>;
9877
9881
  "mediaStatsMinConversationMos"?: number;
9878
9882
  "mediaStatsMinConversationRFactor"?: number;
@@ -9934,6 +9938,7 @@ declare namespace Models {
9934
9938
  "customerParticipation"?: boolean;
9935
9939
  "divisionIds"?: Array<string>;
9936
9940
  "externalTag"?: string;
9941
+ "inactivityTimeout"?: string;
9937
9942
  "knowledgeBaseIds"?: Array<string>;
9938
9943
  "mediaStatsMinConversationMos"?: number;
9939
9944
  "mediaStatsMinConversationRFactor"?: number;
@@ -13099,6 +13104,7 @@ declare namespace Models {
13099
13104
  "text"?: string;
13100
13105
  "payload"?: string;
13101
13106
  "messageType"?: string;
13107
+ "originatingMessageId"?: string;
13102
13108
  }
13103
13109
 
13104
13110
  export interface CachedMediaItem {
@@ -15198,6 +15204,12 @@ declare namespace Models {
15198
15204
  "destinationParticipantId": string;
15199
15205
  }
15200
15206
 
15207
+ export interface ConsultTransferToAddress {
15208
+ "speakTo": string;
15209
+ "consultingUserId"?: string;
15210
+ "address"?: string;
15211
+ }
15212
+
15201
15213
  export interface ConsultTransferToAgent {
15202
15214
  "speakTo": string;
15203
15215
  "consultingUserId"?: string;
@@ -15211,6 +15223,13 @@ declare namespace Models {
15211
15223
  "address"?: string;
15212
15224
  }
15213
15225
 
15226
+ export interface ConsultTransferToExternalContact {
15227
+ "speakTo": string;
15228
+ "consultingUserId"?: string;
15229
+ "contactId": string;
15230
+ "phoneType": string;
15231
+ }
15232
+
15214
15233
  export interface ConsultTransferToQueue {
15215
15234
  "speakTo": string;
15216
15235
  "consultingUserId"?: string;
@@ -15744,17 +15763,6 @@ declare namespace Models {
15744
15763
  "textback"?: string;
15745
15764
  }
15746
15765
 
15747
- export interface ContentAttachment {
15748
- "id"?: string;
15749
- "mediaType": string;
15750
- "url"?: string;
15751
- "mime"?: string;
15752
- "text"?: string;
15753
- "sha256"?: string;
15754
- "filename"?: string;
15755
- "contentSizeBytes"?: number;
15756
- }
15757
-
15758
15766
  export interface ContentButtonResponse {
15759
15767
  "id"?: string;
15760
15768
  "type": string;
@@ -15816,33 +15824,6 @@ declare namespace Models {
15816
15824
  "values"?: Array<string>;
15817
15825
  }
15818
15826
 
15819
- export interface ContentGeneric {
15820
- "title"?: string;
15821
- "description"?: string;
15822
- "image"?: string;
15823
- "video"?: string;
15824
- "actions"?: Models.ContentActions;
15825
- "components"?: Array<Models.ButtonComponent>;
15826
- }
15827
-
15828
- export interface ContentList {
15829
- "id"?: string;
15830
- "listType"?: string;
15831
- "title"?: string;
15832
- "description"?: string;
15833
- "submitLabel"?: string;
15834
- "actions"?: Models.ContentActions;
15835
- "components"?: Array<Models.ListItemComponent>;
15836
- }
15837
-
15838
- export interface ContentLocation {
15839
- "url"?: string;
15840
- "address"?: string;
15841
- "text"?: string;
15842
- "latitude"?: number;
15843
- "longitude"?: number;
15844
- }
15845
-
15846
15827
  export interface ContentManagementSingleDocumentTopicDocumentDataV2 {
15847
15828
  "id"?: string;
15848
15829
  "name"?: string;
@@ -15907,15 +15888,6 @@ declare namespace Models {
15907
15888
  "id"?: string;
15908
15889
  }
15909
15890
 
15910
- export interface ContentNotificationTemplate {
15911
- "id"?: string;
15912
- "language"?: string;
15913
- "header"?: Models.NotificationTemplateHeader;
15914
- "body": Models.NotificationTemplateBody;
15915
- "buttons"?: Array<Models.NotificationTemplateButton>;
15916
- "footer"?: Models.NotificationTemplateFooter;
15917
- }
15918
-
15919
15891
  export interface ContentOffer {
15920
15892
  "imageUrl"?: string;
15921
15893
  "displayMode": string;
@@ -15950,25 +15922,6 @@ declare namespace Models {
15950
15922
  "right"?: string;
15951
15923
  }
15952
15924
 
15953
- export interface ContentPostback {
15954
- "id"?: string;
15955
- "text"?: string;
15956
- "payload": string;
15957
- }
15958
-
15959
- export interface ContentQuickReply {
15960
- "id"?: string;
15961
- "text": string;
15962
- "payload": string;
15963
- "image"?: string;
15964
- "action"?: string;
15965
- }
15966
-
15967
- export interface ContentQuickReplyV2 {
15968
- "title": string;
15969
- "actions": Array<Models.ContentQuickReply>;
15970
- }
15971
-
15972
15925
  export interface ContentReaction {
15973
15926
  "reactionType": string;
15974
15927
  "count": number;
@@ -15978,17 +15931,6 @@ declare namespace Models {
15978
15931
  "story"?: Models.StorySetting;
15979
15932
  }
15980
15933
 
15981
- export interface ContentStory {
15982
- "type": string;
15983
- "url": string;
15984
- "replyToId"?: string;
15985
- }
15986
-
15987
- export interface ContentText {
15988
- "type"?: string;
15989
- "body": string;
15990
- }
15991
-
15992
15934
  export interface ContestCompleteData {
15993
15935
  "dateEnd"?: string;
15994
15936
  "anonymization"?: string;
@@ -16130,11 +16072,13 @@ declare namespace Models {
16130
16072
  export interface ContestUserRank {
16131
16073
  "id"?: string;
16132
16074
  "rank"?: number;
16075
+ "score"?: number;
16133
16076
  "selfUri"?: string;
16134
16077
  }
16135
16078
 
16136
16079
  export interface ContestWinners {
16137
16080
  "tier"?: number;
16081
+ "winnersCount"?: number;
16138
16082
  "users"?: Array<Models.ContestUserRank>;
16139
16083
  }
16140
16084
 
@@ -17402,6 +17346,14 @@ declare namespace Models {
17402
17346
  "contactField": string;
17403
17347
  }
17404
17348
 
17349
+ export interface ConversationContentRoadsideAssistance {
17350
+ "text"?: string;
17351
+ "phoneNumber"?: string;
17352
+ "isDevicePhoneNumber"?: boolean;
17353
+ "location"?: Models.ConversationContentLocation;
17354
+ "messageNumber"?: number;
17355
+ }
17356
+
17405
17357
  export interface ConversationContentStory {
17406
17358
  "type"?: string;
17407
17359
  "url"?: string;
@@ -21028,9 +20980,11 @@ declare namespace Models {
21028
20980
  }
21029
20981
 
21030
20982
  export interface DatePicker {
20983
+ "id"?: string;
21031
20984
  "title"?: string;
21032
20985
  "subtitle"?: string;
21033
20986
  "datePickerAvailableDateTimes": Array<Models.DatePickerAvailableDateTime>;
20987
+ "dateSelected"?: string;
21034
20988
  }
21035
20989
 
21036
20990
  export interface DatePickerAvailableDateTime {
@@ -23319,8 +23273,8 @@ declare namespace Models {
23319
23273
  "permissionPolicies"?: Array<Models.DomainPermissionPolicy>;
23320
23274
  "userCount"?: number;
23321
23275
  "roleNeedsUpdate"?: boolean;
23322
- "default"?: boolean;
23323
23276
  "base"?: boolean;
23277
+ "default"?: boolean;
23324
23278
  "selfUri"?: string;
23325
23279
  }
23326
23280
 
@@ -23334,8 +23288,8 @@ declare namespace Models {
23334
23288
  "permissionPolicies"?: Array<Models.DomainPermissionPolicy>;
23335
23289
  "userCount"?: number;
23336
23290
  "roleNeedsUpdate"?: boolean;
23337
- "default"?: boolean;
23338
23291
  "base"?: boolean;
23292
+ "default"?: boolean;
23339
23293
  "selfUri"?: string;
23340
23294
  }
23341
23295
 
@@ -23349,8 +23303,8 @@ declare namespace Models {
23349
23303
  "permissionPolicies"?: Array<Models.DomainPermissionPolicy>;
23350
23304
  "userCount"?: number;
23351
23305
  "roleNeedsUpdate"?: boolean;
23352
- "default"?: boolean;
23353
23306
  "base"?: boolean;
23307
+ "default"?: boolean;
23354
23308
  "selfUri"?: string;
23355
23309
  }
23356
23310
 
@@ -28555,13 +28509,6 @@ declare namespace Models {
28555
28509
  "selfUri"?: string;
28556
28510
  }
28557
28511
 
28558
- export interface HistoricalImportDeleteJobResponse {
28559
- "id"?: string;
28560
- "name"?: string;
28561
- "status"?: string;
28562
- "selfUri"?: string;
28563
- }
28564
-
28565
28512
  export interface HistoricalImportOverallDeleteStatusResponse {
28566
28513
  "entities"?: Array<Models.HistoricalDataJobEntityStatus>;
28567
28514
  "status"?: string;
@@ -32731,6 +32678,16 @@ declare namespace Models {
32731
32678
  "archivalMode"?: string;
32732
32679
  }
32733
32680
 
32681
+ export interface LearningModuleAutoAssignRequest {
32682
+ "ruleId": string;
32683
+ "enabled": boolean;
32684
+ }
32685
+
32686
+ export interface LearningModuleAutoAssignResponse {
32687
+ "rule": Models.UsersRulesRuleReference;
32688
+ "enabled": boolean;
32689
+ }
32690
+
32734
32691
  export interface LearningModuleCoverArtRequest {
32735
32692
  "id": string;
32736
32693
  }
@@ -33351,17 +33308,8 @@ declare namespace Models {
33351
33308
  "result"?: Models.AlternativeShiftTradeListing;
33352
33309
  }
33353
33310
 
33354
- export interface ListItemComponent {
33355
- "id"?: string;
33356
- "rmid"?: string;
33357
- "type"?: string;
33358
- "image"?: string;
33359
- "title"?: string;
33360
- "description"?: string;
33361
- "actions"?: Models.ContentActions;
33362
- }
33363
-
33364
33311
  export interface ListPicker {
33312
+ "id"?: string;
33365
33313
  "title"?: string;
33366
33314
  "subtitle"?: string;
33367
33315
  "sections": Array<Models.ListPickerSection>;
@@ -34118,26 +34066,6 @@ declare namespace Models {
34118
34066
  "queueMediaSettings"?: Models.ConversationQueueMediaSettings;
34119
34067
  }
34120
34068
 
34121
- export interface MessageContent {
34122
- "contentType": string;
34123
- "attachment"?: Models.ContentAttachment;
34124
- "quickReply"?: Models.ContentQuickReply;
34125
- "buttonResponse"?: Models.ContentButtonResponse;
34126
- "generic"?: Models.ContentGeneric;
34127
- "list"?: Models.ContentList;
34128
- "template"?: Models.ContentNotificationTemplate;
34129
- "reactions"?: Array<Models.ContentReaction>;
34130
- "mention"?: Models.MessagingRecipient;
34131
- "postback"?: Models.ContentPostback;
34132
- "story"?: Models.ContentStory;
34133
- "card"?: Models.ContentCard;
34134
- "carousel"?: Models.ContentCarousel;
34135
- "text"?: Models.ContentText;
34136
- "quickReplyV2"?: Models.ContentQuickReplyV2;
34137
- "datePicker"?: Models.ContentDatePicker;
34138
- "location"?: Models.ContentLocation;
34139
- }
34140
-
34141
34069
  export interface MessageConversation {
34142
34070
  "id"?: string;
34143
34071
  "name"?: string;
@@ -34576,18 +34504,6 @@ declare namespace Models {
34576
34504
  "destinationCommunicationId": string;
34577
34505
  }
34578
34506
 
34579
- export interface MessagingRecipient {
34580
- "nickname"?: string;
34581
- "id": string;
34582
- "idType"?: string;
34583
- "image"?: string;
34584
- "firstName"?: string;
34585
- "lastName"?: string;
34586
- "email"?: string;
34587
- "externalContactId"?: string;
34588
- "additionalIds"?: Array<Models.RecipientAdditionalIdentifier>;
34589
- }
34590
-
34591
34507
  export interface MessagingRoutingEstablishedEvent {
34592
34508
  "eventId": string;
34593
34509
  "eventDateTime": string;
@@ -35332,36 +35248,6 @@ declare namespace Models {
35332
35248
  "pageCount"?: number;
35333
35249
  }
35334
35250
 
35335
- export interface NotificationTemplateBody {
35336
- "text"?: string;
35337
- "parameters": Array<Models.NotificationTemplateParameter>;
35338
- }
35339
-
35340
- export interface NotificationTemplateButton {
35341
- "type": string;
35342
- "text"?: string;
35343
- "index": number;
35344
- "phoneNumber"?: string;
35345
- "url"?: string;
35346
- "parameters"?: Array<Models.NotificationTemplateParameter>;
35347
- }
35348
-
35349
- export interface NotificationTemplateFooter {
35350
- "text"?: string;
35351
- }
35352
-
35353
- export interface NotificationTemplateHeader {
35354
- "type": string;
35355
- "text"?: string;
35356
- "media"?: Models.ContentAttachment;
35357
- "parameters"?: Array<Models.NotificationTemplateParameter>;
35358
- }
35359
-
35360
- export interface NotificationTemplateParameter {
35361
- "name"?: string;
35362
- "text": string;
35363
- }
35364
-
35365
35251
  export interface NotificationsResponse {
35366
35252
  "entities"?: Array<Models.WfmUserNotification>;
35367
35253
  }
@@ -42124,6 +42010,11 @@ declare namespace Models {
42124
42010
  "minutesBetweenAttempts"?: number;
42125
42011
  }
42126
42012
 
42013
+ export interface ReceivedReplyMessage {
42014
+ "title"?: string;
42015
+ "subtitle"?: string;
42016
+ }
42017
+
42127
42018
  export interface Recipient {
42128
42019
  "id"?: string;
42129
42020
  "name"?: string;
@@ -42337,6 +42228,52 @@ declare namespace Models {
42337
42228
  "actualTranscodeTimeMs"?: number;
42338
42229
  }
42339
42230
 
42231
+ export interface RecordingForm {
42232
+ "introduction"?: Models.RecordingIntroduction;
42233
+ "formPages"?: Array<Models.RecordingFormPage>;
42234
+ "receivedMessage"?: Models.ReceivedReplyMessage;
42235
+ "replyMessage"?: Models.ReceivedReplyMessage;
42236
+ "response"?: Array<Models.RecordingFormResponseComponent>;
42237
+ "originatingMessageId"?: string;
42238
+ "cannedResponseId"?: string;
42239
+ }
42240
+
42241
+ export interface RecordingFormPage {
42242
+ "title"?: string;
42243
+ "subtitle"?: string;
42244
+ "pageComponents"?: Array<Models.RecordingFormPageComponent>;
42245
+ }
42246
+
42247
+ export interface RecordingFormPageComponent {
42248
+ "formComponentType"?: string;
42249
+ "datePicker"?: Models.DatePicker;
42250
+ "wheelPicker"?: Models.RecordingWheelPicker;
42251
+ "listPicker"?: Models.ListPicker;
42252
+ "input"?: Models.RecordingInput;
42253
+ }
42254
+
42255
+ export interface RecordingFormResponseComponent {
42256
+ "id"?: string;
42257
+ "component"?: Models.RecordingFormResponseContent;
42258
+ }
42259
+
42260
+ export interface RecordingFormResponseContent {
42261
+ "contentType"?: string;
42262
+ "buttonResponse"?: Models.ButtonResponse;
42263
+ }
42264
+
42265
+ export interface RecordingInput {
42266
+ "id"?: string;
42267
+ "title"?: string;
42268
+ "subtitle"?: string;
42269
+ "responseText"?: string;
42270
+ }
42271
+
42272
+ export interface RecordingIntroduction {
42273
+ "title"?: string;
42274
+ "subtitle"?: string;
42275
+ }
42276
+
42340
42277
  export interface RecordingJob {
42341
42278
  "id"?: string;
42342
42279
  "state": string;
@@ -42522,6 +42459,18 @@ declare namespace Models {
42522
42459
  "uploadStatus"?: string;
42523
42460
  }
42524
42461
 
42462
+ export interface RecordingWheelPicker {
42463
+ "id"?: string;
42464
+ "items"?: Array<Models.RecordingWheelPickerItem>;
42465
+ }
42466
+
42467
+ export interface RecordingWheelPickerItem {
42468
+ "id"?: string;
42469
+ "title"?: string;
42470
+ "value"?: string;
42471
+ "isSelected"?: boolean;
42472
+ }
42473
+
42525
42474
  export interface RecurrenceEndSettings {
42526
42475
  "lastDate"?: string;
42527
42476
  "noEndDate"?: boolean;
@@ -47026,7 +46975,7 @@ declare namespace Models {
47026
46975
  "text": string;
47027
46976
  "type": string;
47028
46977
  "format"?: Models.Format;
47029
- "content"?: Array<Models.MessageContent>;
46978
+ "content"?: Array<Models.ConversationMessageContent>;
47030
46979
  }
47031
46980
 
47032
46981
  export interface TextBotTextModeConstraints {
@@ -47709,6 +47658,12 @@ declare namespace Models {
47709
47658
  "selfUri"?: string;
47710
47659
  }
47711
47660
 
47661
+ export interface TransferToAddressRequest {
47662
+ "transferType"?: string;
47663
+ "keepInternalMessageAlive"?: boolean;
47664
+ "address"?: string;
47665
+ }
47666
+
47712
47667
  export interface TransferToAgentRequest {
47713
47668
  "transferType"?: string;
47714
47669
  "keepInternalMessageAlive"?: boolean;
@@ -47718,6 +47673,13 @@ declare namespace Models {
47718
47673
  "voicemail"?: boolean;
47719
47674
  }
47720
47675
 
47676
+ export interface TransferToExternalContactRequest {
47677
+ "transferType"?: string;
47678
+ "keepInternalMessageAlive"?: boolean;
47679
+ "contactId": string;
47680
+ "phoneType": string;
47681
+ }
47682
+
47721
47683
  export interface TransferToExternalRequest {
47722
47684
  "transferType"?: string;
47723
47685
  "keepInternalMessageAlive"?: boolean;
@@ -50044,6 +50006,11 @@ declare namespace Models {
50044
50006
  "allowScreenShare"?: boolean;
50045
50007
  }
50046
50008
 
50009
+ export interface UsersRulesRuleReference {
50010
+ "id"?: string;
50011
+ "selfUri"?: string;
50012
+ }
50013
+
50047
50014
  export interface UsersSearchResponse {
50048
50015
  "total": number;
50049
50016
  "pageCount": number;
@@ -51111,6 +51078,8 @@ declare namespace Models {
51111
51078
  }
51112
51079
 
51113
51080
  export interface VoicemailMailboxInfo {
51081
+ "id"?: string;
51082
+ "ownerType"?: string;
51114
51083
  "usageSizeBytes"?: number;
51115
51084
  "totalCount"?: number;
51116
51085
  "unreadCount"?: number;
@@ -51121,6 +51090,7 @@ declare namespace Models {
51121
51090
  "oldestUnreadDate"?: string;
51122
51091
  "newestReadDate"?: string;
51123
51092
  "oldestReadDate"?: string;
51093
+ "selfUri"?: string;
51124
51094
  }
51125
51095
 
51126
51096
  export interface VoicemailMediaInfo {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "purecloud-platform-client-v2",
3
- "version": "225.0.0",
3
+ "version": "226.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",
@@ -6,7 +6,7 @@ import { default as qs } from 'qs';
6
6
 
7
7
  /**
8
8
  * @module purecloud-platform-client-v2/ApiClient
9
- * @version 225.0.0
9
+ * @version 226.0.0
10
10
  */
11
11
  class ApiClient {
12
12
  /**
@@ -5,7 +5,7 @@ class AIStudioApi {
5
5
  /**
6
6
  * AIStudio service.
7
7
  * @module purecloud-platform-client-v2/api/AIStudioApi
8
- * @version 225.0.0
8
+ * @version 226.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class AgentAssistantsApi {
5
5
  /**
6
6
  * AgentAssistants service.
7
7
  * @module purecloud-platform-client-v2/api/AgentAssistantsApi
8
- * @version 225.0.0
8
+ * @version 226.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class AgentCopilotApi {
5
5
  /**
6
6
  * AgentCopilot service.
7
7
  * @module purecloud-platform-client-v2/api/AgentCopilotApi
8
- * @version 225.0.0
8
+ * @version 226.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class AgentUIApi {
5
5
  /**
6
6
  * AgentUI service.
7
7
  * @module purecloud-platform-client-v2/api/AgentUIApi
8
- * @version 225.0.0
8
+ * @version 226.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class AlertingApi {
5
5
  /**
6
6
  * Alerting service.
7
7
  * @module purecloud-platform-client-v2/api/AlertingApi
8
- * @version 225.0.0
8
+ * @version 226.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 225.0.0
8
+ * @version 226.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 225.0.0
8
+ * @version 226.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 225.0.0
8
+ * @version 226.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 225.0.0
8
+ * @version 226.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 225.0.0
8
+ * @version 226.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class BusinessRulesApi {
5
5
  /**
6
6
  * BusinessRules service.
7
7
  * @module purecloud-platform-client-v2/api/BusinessRulesApi
8
- * @version 225.0.0
8
+ * @version 226.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class CarrierServicesApi {
5
5
  /**
6
6
  * CarrierServices service.
7
7
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
8
- * @version 225.0.0
8
+ * @version 226.0.0
9
9
  */
10
10
 
11
11
  /**