purecloud-platform-client-v2 187.0.0 → 188.0.1

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 (85) hide show
  1. package/README.md +2 -2
  2. package/dist/node/purecloud-platform-client-v2.js +406 -93
  3. package/dist/web-amd/purecloud-platform-client-v2.js +406 -93
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +173 -94
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +291 -179
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +479 -148
  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 +26 -2
  13. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +3 -2
  14. package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
  15. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +3 -2
  16. package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
  17. package/src/purecloud-platform-client-v2/api/CarrierServicesApi.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 +3 -10
  22. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
  23. package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
  24. package/src/purecloud-platform-client-v2/api/EmailsApi.js +1 -1
  25. package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
  26. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
  27. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  28. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
  29. package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
  30. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
  31. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
  32. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
  33. package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
  34. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  35. package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -1
  37. package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
  38. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +201 -1
  39. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
  40. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  41. package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
  42. package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  44. package/src/purecloud-platform-client-v2/api/LogCaptureApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  49. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +3 -2
  50. package/src/purecloud-platform-client-v2/api/OperationalEventsApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/OutboundApi.js +34 -4
  54. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
  57. package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  59. package/src/purecloud-platform-client-v2/api/RoutingApi.js +1 -1
  60. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/ScreenRecordingApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/SettingsApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +3 -2
  66. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
  70. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  73. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  74. package/src/purecloud-platform-client-v2/api/UploadsApi.js +63 -1
  75. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  76. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  77. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  78. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  79. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  80. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  81. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  82. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  83. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  84. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
  85. package/src/purecloud-platform-client-v2/index.js +1 -1
package/index.d.ts CHANGED
@@ -219,6 +219,7 @@ declare class AnalyticsApi {
219
219
  postAnalyticsKnowledgeAggregatesJobs(body: Models.KnowledgeAsyncAggregationQuery): Promise<Models.AsyncQueryResponse>;
220
220
  postAnalyticsKnowledgeAggregatesQuery(body: Models.KnowledgeAggregationQuery): Promise<Models.KnowledgeAggregateQueryResponse>;
221
221
  postAnalyticsQueuesObservationsQuery(body: Models.QueueObservationQuery): Promise<Models.QueueObservationQueryResponse>;
222
+ postAnalyticsRatelimitsAggregatesQuery(body: Models.RateLimitAggregationQuery): Promise<Models.RateLimitAggregateQueryResponse>;
222
223
  postAnalyticsReportingExports(body: Models.ReportingExportJobRequest): Promise<Models.ReportingExportJobResponse>;
223
224
  postAnalyticsReportingScheduleRunreport(scheduleId: string): Promise<Models.RunNowResponse>;
224
225
  postAnalyticsReportingSchedules(body: Models.ReportSchedule): Promise<Models.ReportSchedule>;
@@ -847,6 +848,7 @@ declare namespace ArchitectApi {
847
848
  }
848
849
  export interface postFlowsInstancesQueryOptions {
849
850
  "indexOnly"?: boolean;
851
+ "pageSize"?: number;
850
852
  }
851
853
  export interface postFlowsMilestonesOptions {
852
854
  "body"?: Models.FlowMilestone;
@@ -952,6 +954,7 @@ declare namespace AuthorizationApi {
952
954
  "nextPage"?: string;
953
955
  "previousPage"?: string;
954
956
  "objectCount"?: boolean;
957
+ "id"?: Array<string>;
955
958
  "name"?: string;
956
959
  }
957
960
  export interface getAuthorizationDivisionspermittedMeOptions {
@@ -2763,7 +2766,7 @@ declare namespace JourneyApi {
2763
2766
  "body"?: Models.AppEventRequest;
2764
2767
  }
2765
2768
  export interface postJourneyOutcomesOptions {
2766
- "body"?: Models.Outcome;
2769
+ "body"?: Models.OutcomeRequest;
2767
2770
  }
2768
2771
  export interface postJourneyOutcomesAttributionsJobsOptions {
2769
2772
  "body"?: Models.OutcomeAttributionListing;
@@ -2772,7 +2775,7 @@ declare namespace JourneyApi {
2772
2775
  "body"?: Models.OutcomePredictorRequest;
2773
2776
  }
2774
2777
  export interface postJourneySegmentsOptions {
2775
- "body"?: Models.JourneySegment;
2778
+ "body"?: Models.JourneySegmentRequest;
2776
2779
  }
2777
2780
  }
2778
2781
 
@@ -2817,9 +2820,11 @@ declare class KnowledgeApi {
2817
2820
  getKnowledgeKnowledgebaseLanguageTrainings(knowledgeBaseId: string, languageCode: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseLanguageTrainingsOptions): Promise<Models.TrainingListing>;
2818
2821
  getKnowledgeKnowledgebaseOperations(knowledgeBaseId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseOperationsOptions): Promise<Models.OperationListing>;
2819
2822
  getKnowledgeKnowledgebaseOperationsUsersQuery(knowledgeBaseId: string): Promise<Models.OperationCreatorUserResponse>;
2823
+ getKnowledgeKnowledgebaseParseJob(knowledgeBaseId: string, parseJobId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseParseJobOptions): Promise<Models.KnowledgeParseJobResponse>;
2820
2824
  getKnowledgeKnowledgebaseUnansweredGroup(knowledgeBaseId: string, groupId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseUnansweredGroupOptions): Promise<Models.UnansweredGroup>;
2821
2825
  getKnowledgeKnowledgebaseUnansweredGroupPhrasegroup(knowledgeBaseId: string, groupId: string, phraseGroupId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseUnansweredGroupPhrasegroupOptions): Promise<Models.UnansweredPhraseGroup>;
2822
2826
  getKnowledgeKnowledgebaseUnansweredGroups(knowledgeBaseId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseUnansweredGroupsOptions): Promise<Models.UnansweredGroups>;
2827
+ getKnowledgeKnowledgebaseUploadsUrlsJob(knowledgeBaseId: string, jobId: string): Promise<Models.GetUploadSourceUrlJobStatusResponse>;
2823
2828
  getKnowledgeKnowledgebases(opts?: KnowledgeApi.getKnowledgeKnowledgebasesOptions): Promise<Models.KnowledgeBaseListing>;
2824
2829
  patchKnowledgeGuestSessionDocumentsSearchSearchId(sessionId: string, searchId: string, body: Models.SearchUpdateRequest): Promise<void>;
2825
2830
  patchKnowledgeKnowledgebase(knowledgeBaseId: string, body: Models.KnowledgeBaseUpdateRequest): Promise<Models.KnowledgeBase>;
@@ -2833,6 +2838,7 @@ declare class KnowledgeApi {
2833
2838
  patchKnowledgeKnowledgebaseLanguageDocument(documentId: string, knowledgeBaseId: string, languageCode: string, body: Models.KnowledgeDocumentRequest): Promise<Models.KnowledgeDocument>;
2834
2839
  patchKnowledgeKnowledgebaseLanguageDocuments(knowledgeBaseId: string, languageCode: string, body: Array<Models.KnowledgeDocumentBulkRequest>): Promise<Models.DocumentListing>;
2835
2840
  patchKnowledgeKnowledgebaseLanguageDocumentsImport(knowledgeBaseId: string, languageCode: string, importId: string, body: Models.ImportStatusRequest): Promise<Models.KnowledgeImport>;
2841
+ patchKnowledgeKnowledgebaseParseJob(knowledgeBaseId: string, parseJobId: string, body: Models.KnowledgeParseJobRequestPatch): Promise<void>;
2836
2842
  patchKnowledgeKnowledgebaseUnansweredGroupPhrasegroup(knowledgeBaseId: string, groupId: string, phraseGroupId: string, body: Models.UnansweredPhraseGroupPatchRequestBody): Promise<Models.UnansweredPhraseGroupUpdateResponse>;
2837
2843
  postKnowledgeDocumentuploads(body: Models.UploadUrlRequest): Promise<Models.UploadUrlResponse>;
2838
2844
  postKnowledgeGuestSessionDocumentFeedback(sessionId: string, documentId: string, opts?: KnowledgeApi.postKnowledgeGuestSessionDocumentFeedbackOptions): Promise<Models.KnowledgeGuestDocumentFeedback>;
@@ -2859,7 +2865,10 @@ declare class KnowledgeApi {
2859
2865
  postKnowledgeKnowledgebaseLanguageDocumentsImports(knowledgeBaseId: string, languageCode: string, body: Models.KnowledgeImport): Promise<Models.KnowledgeImport>;
2860
2866
  postKnowledgeKnowledgebaseLanguageTrainingPromote(knowledgeBaseId: string, languageCode: string, trainingId: string): Promise<Models.KnowledgeTraining>;
2861
2867
  postKnowledgeKnowledgebaseLanguageTrainings(knowledgeBaseId: string, languageCode: string): Promise<Models.KnowledgeTraining>;
2868
+ postKnowledgeKnowledgebaseParseJobImport(knowledgeBaseId: string, parseJobId: string, body: Models.KnowledgeParseJobRequestImport): Promise<void>;
2869
+ postKnowledgeKnowledgebaseParseJobs(knowledgeBaseId: string, body: Models.KnowledgeParseJobRequest): Promise<Models.KnowledgeParseJobResponse>;
2862
2870
  postKnowledgeKnowledgebaseSearch(knowledgeBaseId: string, opts?: KnowledgeApi.postKnowledgeKnowledgebaseSearchOptions): Promise<Models.KnowledgeSearchResponse>;
2871
+ postKnowledgeKnowledgebaseUploadsUrlsJobs(knowledgeBaseId: string, body: Models.CreateUploadSourceUrlJobRequest): Promise<Models.CreateUploadSourceUrlJobResponse>;
2863
2872
  postKnowledgeKnowledgebases(body: Models.KnowledgeBaseCreateRequest): Promise<Models.KnowledgeBase>;
2864
2873
  }
2865
2874
 
@@ -2987,6 +2996,9 @@ declare namespace KnowledgeApi {
2987
2996
  "status"?: Array<string>;
2988
2997
  "interval"?: string;
2989
2998
  }
2999
+ export interface getKnowledgeKnowledgebaseParseJobOptions {
3000
+ "expand"?: Array<string>;
3001
+ }
2990
3002
  export interface getKnowledgeKnowledgebaseUnansweredGroupOptions {
2991
3003
  "app"?: string;
2992
3004
  "dateStart"?: string;
@@ -3489,6 +3501,7 @@ declare namespace ObjectsApi {
3489
3501
  "nextPage"?: string;
3490
3502
  "previousPage"?: string;
3491
3503
  "objectCount"?: boolean;
3504
+ "id"?: Array<string>;
3492
3505
  "name"?: string;
3493
3506
  }
3494
3507
  export interface postAuthorizationDivisionRestoreOptions {
@@ -3708,7 +3721,7 @@ declare class OutboundApi {
3708
3721
  getOutboundEvents(opts?: OutboundApi.getOutboundEventsOptions): Promise<Models.DialerEventEntityListing>;
3709
3722
  getOutboundFilespecificationtemplate(fileSpecificationTemplateId: string): Promise<Models.FileSpecificationTemplate>;
3710
3723
  getOutboundFilespecificationtemplates(opts?: OutboundApi.getOutboundFilespecificationtemplatesOptions): Promise<Models.FileSpecificationTemplateEntityListing>;
3711
- getOutboundImporttemplate(importTemplateId: string): Promise<Models.ImportTemplate>;
3724
+ getOutboundImporttemplate(importTemplateId: string, opts?: OutboundApi.getOutboundImporttemplateOptions): Promise<Models.ImportTemplate>;
3712
3725
  getOutboundImporttemplateImportstatus(importTemplateId: string, opts?: OutboundApi.getOutboundImporttemplateImportstatusOptions): Promise<Models.ImportStatus>;
3713
3726
  getOutboundImporttemplates(opts?: OutboundApi.getOutboundImporttemplatesOptions): Promise<Models.ImportTemplateEntityListing>;
3714
3727
  getOutboundMessagingcampaign(messagingCampaignId: string): Promise<Models.MessagingCampaign>;
@@ -3722,7 +3735,7 @@ declare class OutboundApi {
3722
3735
  getOutboundSchedulesCampaign(campaignId: string): Promise<Models.CampaignSchedule>;
3723
3736
  getOutboundSchedulesCampaigns(): Promise<Array<Models.CampaignSchedule>>;
3724
3737
  getOutboundSchedulesEmailcampaign(emailCampaignId: string): Promise<Models.EmailCampaignSchedule>;
3725
- getOutboundSchedulesEmailcampaigns(): Promise<Models.MessagingCampaignScheduleEntityListing>;
3738
+ getOutboundSchedulesEmailcampaigns(): Promise<Models.EmailCampaignScheduleEntityListing>;
3726
3739
  getOutboundSchedulesMessagingcampaign(messagingCampaignId: string): Promise<Models.MessagingCampaignSchedule>;
3727
3740
  getOutboundSchedulesMessagingcampaigns(): Promise<Models.MessagingCampaignScheduleEntityListing>;
3728
3741
  getOutboundSchedulesSequence(sequenceId: string): Promise<Models.SequenceSchedule>;
@@ -3749,6 +3762,7 @@ declare class OutboundApi {
3749
3762
  postOutboundContactlistContactsBulk(contactListId: string, body: Array<string>): Promise<Array<Models.DialerContact>>;
3750
3763
  postOutboundContactlistExport(contactListId: string): Promise<Models.DomainEntityRef>;
3751
3764
  postOutboundContactlistfilters(body: Models.ContactListFilter): Promise<Models.ContactListFilter>;
3765
+ postOutboundContactlistfiltersBulkRetrieve(body: Models.ContactListFilterBulkRetrieveBody): Promise<Models.ContactListFilterEntityListing>;
3752
3766
  postOutboundContactlistfiltersPreview(body: Models.ContactListFilter): Promise<Models.FilterPreviewResponse>;
3753
3767
  postOutboundContactlists(body: Models.ContactList): Promise<Models.ContactList>;
3754
3768
  postOutboundContactlisttemplates(body: Models.ContactListTemplate): Promise<Models.ContactListTemplate>;
@@ -3995,10 +4009,14 @@ declare namespace OutboundApi {
3995
4009
  "sortBy"?: string;
3996
4010
  "sortOrder"?: string;
3997
4011
  }
4012
+ export interface getOutboundImporttemplateOptions {
4013
+ "includeImportStatus"?: boolean;
4014
+ }
3998
4015
  export interface getOutboundImporttemplateImportstatusOptions {
3999
4016
  "listNamePrefix"?: string;
4000
4017
  }
4001
4018
  export interface getOutboundImporttemplatesOptions {
4019
+ "includeImportStatus"?: boolean;
4002
4020
  "pageSize"?: number;
4003
4021
  "pageNumber"?: number;
4004
4022
  "allowEmptyResult"?: boolean;
@@ -5372,6 +5390,7 @@ declare namespace SpeechTextAnalyticsApi {
5372
5390
  "state"?: string;
5373
5391
  "name"?: string;
5374
5392
  "ids"?: Array<string>;
5393
+ "dialects"?: Array<string>;
5375
5394
  "sortBy"?: string;
5376
5395
  "sortOrder"?: string;
5377
5396
  }
@@ -5959,8 +5978,10 @@ declare namespace TokensApi {
5959
5978
  }
5960
5979
 
5961
5980
  declare class UploadsApi {
5981
+ getKnowledgeKnowledgebaseUploadsUrlsJob(knowledgeBaseId: string, jobId: string): Promise<Models.GetUploadSourceUrlJobStatusResponse>;
5962
5982
  postIntegrationsActionDraftFunctionUpload(actionId: string, body: Models.FunctionUploadRequest): Promise<Models.FunctionUploadResponse>;
5963
5983
  postKnowledgeDocumentuploads(body: Models.UploadUrlRequest): Promise<Models.UploadUrlResponse>;
5984
+ postKnowledgeKnowledgebaseUploadsUrlsJobs(knowledgeBaseId: string, body: Models.CreateUploadSourceUrlJobRequest): Promise<Models.CreateUploadSourceUrlJobResponse>;
5964
5985
  postLanguageunderstandingMinerUploads(minerId: string, body: object): Promise<Models.UploadUrlResponse>;
5965
5986
  postUploadsLearningCoverart(body: Models.LearningCoverArtUploadUrlRequest): Promise<Models.UploadUrlResponse>;
5966
5987
  postUploadsPublicassetsImages(body: Models.UploadUrlRequest): Promise<Models.UploadUrlResponse>;
@@ -7033,7 +7054,7 @@ declare namespace Models {
7033
7054
  }
7034
7055
 
7035
7056
  export interface AchievedOutcome {
7036
- "id"?: string;
7057
+ "id": string;
7037
7058
  "selfUri"?: string;
7038
7059
  }
7039
7060
 
@@ -7170,9 +7191,9 @@ declare namespace Models {
7170
7191
  }
7171
7192
 
7172
7193
  export interface ActionEventActionMap {
7173
- "id"?: string;
7194
+ "id": string;
7174
7195
  "selfUri"?: string;
7175
- "version"?: number;
7196
+ "version": number;
7176
7197
  "displayName": string;
7177
7198
  }
7178
7199
 
@@ -8358,10 +8379,10 @@ declare namespace Models {
8358
8379
  }
8359
8380
 
8360
8381
  export interface AppEvent {
8361
- "eventName"?: string;
8362
- "screenName"?: string;
8363
- "app"?: Models.JourneyApp;
8364
- "device"?: Models.Device;
8382
+ "eventName": string;
8383
+ "screenName": string;
8384
+ "app": Models.JourneyApp;
8385
+ "device": Models.Device;
8365
8386
  "ipAddress"?: string;
8366
8387
  "ipOrganization"?: string;
8367
8388
  "geolocation"?: Models.JourneyGeolocation;
@@ -8369,15 +8390,15 @@ declare namespace Models {
8369
8390
  "networkConnectivity"?: Models.NetworkConnectivity;
8370
8391
  "mktCampaign"?: Models.JourneyCampaign;
8371
8392
  "searchQuery"?: string;
8372
- "attributes"?: { [key: string]: Models.CustomEventAttribute; };
8373
- "traits"?: { [key: string]: Models.CustomEventAttribute; };
8393
+ "attributes": { [key: string]: Models.CustomEventAttribute; };
8394
+ "traits": { [key: string]: Models.CustomEventAttribute; };
8374
8395
  }
8375
8396
 
8376
8397
  export interface AppEventRequest {
8377
8398
  "eventName": string;
8378
8399
  "screenName": string;
8379
8400
  "app": Models.JourneyApp;
8380
- "device": Models.Device;
8401
+ "device": Models.RequestDevice;
8381
8402
  "sdkLibrary"?: Models.SdkLibrary;
8382
8403
  "networkConnectivity"?: Models.NetworkConnectivity;
8383
8404
  "referrerUrl"?: string;
@@ -8389,33 +8410,33 @@ declare namespace Models {
8389
8410
  }
8390
8411
 
8391
8412
  export interface AppEventResponse {
8392
- "id"?: string;
8393
- "customerId"?: string;
8394
- "customerIdType"?: string;
8395
- "eventName"?: string;
8396
- "screenName"?: string;
8397
- "app"?: Models.JourneyApp;
8398
- "device"?: Models.Device;
8413
+ "id": string;
8414
+ "customerId": string;
8415
+ "customerIdType": string;
8416
+ "eventName": string;
8417
+ "screenName": string;
8418
+ "app": Models.JourneyApp;
8419
+ "device": Models.Device;
8399
8420
  "ipOrganization"?: string;
8400
8421
  "geolocation"?: Models.JourneyGeolocation;
8401
8422
  "sdkLibrary"?: Models.SdkLibrary;
8402
8423
  "networkConnectivity"?: Models.NetworkConnectivity;
8403
8424
  "mktCampaign"?: Models.JourneyCampaign;
8404
- "session"?: Models.AppEventResponseSession;
8425
+ "session": Models.AppEventResponseSession;
8405
8426
  "searchQuery"?: string;
8406
- "attributes"?: { [key: string]: Models.CustomEventAttribute; };
8407
- "traits"?: { [key: string]: Models.CustomEventAttribute; };
8408
- "createdDate"?: string;
8427
+ "attributes": { [key: string]: Models.CustomEventAttribute; };
8428
+ "traits": { [key: string]: Models.CustomEventAttribute; };
8429
+ "createdDate": string;
8409
8430
  }
8410
8431
 
8411
8432
  export interface AppEventResponseSession {
8412
- "id"?: string;
8413
- "durationInSeconds"?: number;
8414
- "eventCount"?: number;
8415
- "screenviewCount"?: number;
8433
+ "id": string;
8434
+ "durationInSeconds": number;
8435
+ "eventCount": number;
8436
+ "screenviewCount": number;
8416
8437
  "referrer"?: Models.Referrer;
8417
8438
  "selfUri"?: string;
8418
- "createdDate"?: string;
8439
+ "createdDate": string;
8419
8440
  }
8420
8441
 
8421
8442
  export interface AppendToDncActionSettings {
@@ -8799,7 +8820,7 @@ declare namespace Models {
8799
8820
  }
8800
8821
 
8801
8822
  export interface AssignedSegment {
8802
- "id"?: string;
8823
+ "id": string;
8803
8824
  "selfUri"?: string;
8804
8825
  }
8805
8826
 
@@ -8957,6 +8978,12 @@ declare namespace Models {
8957
8978
  "attributes"?: { [key: string]: string; };
8958
8979
  "conversationExternalContactIds"?: Array<string>;
8959
8980
  "conversationExternalOrganizationIds"?: Array<string>;
8981
+ "communications"?: Array<Models.AttributeDetailEventTopicCommunication>;
8982
+ }
8983
+
8984
+ export interface AttributeDetailEventTopicCommunication {
8985
+ "id"?: string;
8986
+ "mediaType"?: string;
8960
8987
  }
8961
8988
 
8962
8989
  export interface AttributeFilterItem {
@@ -9646,10 +9673,10 @@ declare namespace Models {
9646
9673
  "isMobile"?: boolean;
9647
9674
  "viewHeight"?: number;
9648
9675
  "viewWidth"?: number;
9649
- "featuresFlash"?: boolean;
9650
- "featuresJava"?: boolean;
9651
- "featuresPdf"?: boolean;
9652
- "featuresWebrtc"?: boolean;
9676
+ "featuresFlash": boolean;
9677
+ "featuresJava": boolean;
9678
+ "featuresPdf": boolean;
9679
+ "featuresWebrtc": boolean;
9653
9680
  }
9654
9681
 
9655
9682
  export interface BuAbandonRate {
@@ -11037,6 +11064,9 @@ declare namespace Models {
11037
11064
  "autoAnswerAlertToneSeconds"?: number;
11038
11065
  "manualAnswerAlertToneSeconds"?: number;
11039
11066
  "subTypeSettings"?: { [key: string]: Models.BaseMediaSettings; };
11067
+ "enableAutoDialAndEnd"?: boolean;
11068
+ "autoDialDelaySeconds"?: number;
11069
+ "autoEndDelaySeconds"?: number;
11040
11070
  }
11041
11071
 
11042
11072
  export interface Callheader {
@@ -12464,6 +12494,10 @@ declare namespace Models {
12464
12494
  "selfUri"?: string;
12465
12495
  }
12466
12496
 
12497
+ export interface ContactListFilterBulkRetrieveBody {
12498
+ "ids": Array<string>;
12499
+ }
12500
+
12467
12501
  export interface ContactListFilterClause {
12468
12502
  "filterType"?: string;
12469
12503
  "predicates"?: Array<Models.ContactListFilterPredicate>;
@@ -13328,7 +13362,7 @@ declare namespace Models {
13328
13362
  }
13329
13363
 
13330
13364
  export interface ConversationChannel {
13331
- "type"?: string;
13365
+ "type": string;
13332
13366
  "messageType"?: string;
13333
13367
  "platform"?: string;
13334
13368
  }
@@ -14721,7 +14755,6 @@ declare namespace Models {
14721
14755
  "queueId"?: string;
14722
14756
  "remote"?: string;
14723
14757
  "removedSkillIds"?: Array<string>;
14724
- "reoffered"?: boolean;
14725
14758
  "requestedLanguageId"?: string;
14726
14759
  "requestedRoutingSkillIds"?: Array<string>;
14727
14760
  "requestedRoutings"?: Array<string>;
@@ -15155,9 +15188,9 @@ declare namespace Models {
15155
15188
  }
15156
15189
 
15157
15190
  export interface ConversationUserDisposition {
15158
- "code"?: string;
15191
+ "code": string;
15159
15192
  "notes"?: string;
15160
- "user"?: Models.AddressableEntityRef;
15193
+ "user": Models.AddressableEntityRef;
15161
15194
  }
15162
15195
 
15163
15196
  export interface ConversationVideoEventTopicConversationRoutingData {
@@ -15706,6 +15739,15 @@ declare namespace Models {
15706
15739
  "description"?: string;
15707
15740
  }
15708
15741
 
15742
+ export interface CreateUploadSourceUrlJobRequest {
15743
+ "uploadUrl": string;
15744
+ }
15745
+
15746
+ export interface CreateUploadSourceUrlJobResponse {
15747
+ "id"?: string;
15748
+ "selfUri"?: string;
15749
+ }
15750
+
15709
15751
  export interface CreateUser {
15710
15752
  "name": string;
15711
15753
  "department"?: string;
@@ -15890,7 +15932,7 @@ declare namespace Models {
15890
15932
  "key": string;
15891
15933
  "values": Array<string>;
15892
15934
  "shouldIgnoreCase": boolean;
15893
- "operator"?: string;
15935
+ "operator": string;
15894
15936
  }
15895
15937
 
15896
15938
  export interface CriteriaCategoryInfo {
@@ -16617,7 +16659,7 @@ declare namespace Models {
16617
16659
  export interface Device {
16618
16660
  "category": string;
16619
16661
  "type": string;
16620
- "isMobile"?: boolean;
16662
+ "isMobile": boolean;
16621
16663
  "screenHeight"?: number;
16622
16664
  "screenWidth"?: number;
16623
16665
  "screenDensity"?: number;
@@ -18876,6 +18918,19 @@ declare namespace Models {
18876
18918
  "selfUri"?: string;
18877
18919
  }
18878
18920
 
18921
+ export interface EmailCampaignScheduleEntityListing {
18922
+ "entities"?: Array<Models.EmailCampaignSchedule>;
18923
+ "pageSize"?: number;
18924
+ "pageNumber"?: number;
18925
+ "total"?: number;
18926
+ "firstUri"?: string;
18927
+ "nextUri"?: string;
18928
+ "previousUri"?: string;
18929
+ "lastUri"?: string;
18930
+ "selfUri"?: string;
18931
+ "pageCount"?: number;
18932
+ }
18933
+
18879
18934
  export interface EmailColumn {
18880
18935
  "columnName": string;
18881
18936
  "type": string;
@@ -19374,8 +19429,8 @@ declare namespace Models {
19374
19429
  "key": string;
19375
19430
  "values": Array<string>;
19376
19431
  "shouldIgnoreCase": boolean;
19377
- "operator"?: string;
19378
- "entityType"?: string;
19432
+ "operator": string;
19433
+ "entityType": string;
19379
19434
  }
19380
19435
 
19381
19436
  export interface Entry {
@@ -19867,28 +19922,27 @@ declare namespace Models {
19867
19922
  }
19868
19923
 
19869
19924
  export interface Event {
19870
- "id"?: string;
19871
- "correlationId"?: string;
19925
+ "id": string;
19926
+ "correlationId": string;
19872
19927
  "customerId"?: string;
19873
19928
  "customerIdType"?: string;
19874
- "session"?: Models.EventSession;
19929
+ "session": Models.EventSession;
19875
19930
  "eventType": string;
19876
19931
  "genericActionEvent"?: Models.GenericActionEvent;
19877
19932
  "outcomeAchievedEvent"?: Models.OutcomeAchievedEvent;
19878
- "segmentAssignedEvent"?: Models.SegmentAssignedEvent;
19879
19933
  "segmentAssignmentEvent"?: Models.SegmentAssignmentEvent;
19880
19934
  "webActionEvent"?: Models.WebActionEvent;
19881
19935
  "webEvent"?: Models.WebEvent;
19882
19936
  "appEvent"?: Models.AppEvent;
19883
- "createdDate"?: string;
19937
+ "createdDate": string;
19884
19938
  }
19885
19939
 
19886
19940
  export interface EventAction {
19887
19941
  "id": string;
19888
- "state"?: string;
19889
- "mediaType"?: string;
19890
- "prompt"?: string;
19891
- "createdDate"?: string;
19942
+ "state": string;
19943
+ "mediaType": string;
19944
+ "prompt": string;
19945
+ "createdDate": string;
19892
19946
  }
19893
19947
 
19894
19948
  export interface EventCondition {
@@ -19946,9 +20000,9 @@ declare namespace Models {
19946
20000
  }
19947
20001
 
19948
20002
  export interface EventSession {
19949
- "id"?: string;
20003
+ "id": string;
19950
20004
  "selfUri"?: string;
19951
- "type"?: string;
20005
+ "type": string;
19952
20006
  }
19953
20007
 
19954
20008
  export interface EventSetting {
@@ -20141,6 +20195,7 @@ declare namespace Models {
20141
20195
 
20142
20196
  export interface ExternalContactsContactChangedTopicContact {
20143
20197
  "id"?: string;
20198
+ "division"?: Models.ExternalContactsContactChangedTopicDivision;
20144
20199
  "externalOrganization"?: Models.ExternalContactsContactChangedTopicExternalOrganization;
20145
20200
  "type"?: string;
20146
20201
  "firstName"?: string;
@@ -20183,6 +20238,10 @@ declare namespace Models {
20183
20238
  "version"?: number;
20184
20239
  }
20185
20240
 
20241
+ export interface ExternalContactsContactChangedTopicDivision {
20242
+ "id"?: string;
20243
+ }
20244
+
20186
20245
  export interface ExternalContactsContactChangedTopicExternalOrganization {
20187
20246
  "id"?: string;
20188
20247
  }
@@ -20242,6 +20301,7 @@ declare namespace Models {
20242
20301
 
20243
20302
  export interface ExternalContactsUnresolvedContactChangedTopicContact {
20244
20303
  "id"?: string;
20304
+ "division"?: Models.ExternalContactsUnresolvedContactChangedTopicDivision;
20245
20305
  "externalOrganization"?: Models.ExternalContactsUnresolvedContactChangedTopicExternalOrganization;
20246
20306
  "type"?: string;
20247
20307
  "firstName"?: string;
@@ -20284,6 +20344,10 @@ declare namespace Models {
20284
20344
  "version"?: number;
20285
20345
  }
20286
20346
 
20347
+ export interface ExternalContactsUnresolvedContactChangedTopicDivision {
20348
+ "id"?: string;
20349
+ }
20350
+
20287
20351
  export interface ExternalContactsUnresolvedContactChangedTopicExternalOrganization {
20288
20352
  "id"?: string;
20289
20353
  }
@@ -21303,7 +21367,6 @@ declare namespace Models {
21303
21367
  "recognitionFailureReason"?: string;
21304
21368
  "remote"?: string;
21305
21369
  "removedSkillIds"?: Array<string>;
21306
- "reoffered"?: boolean;
21307
21370
  "requestedLanguageId"?: string;
21308
21371
  "requestedRoutingSkillIds"?: Array<string>;
21309
21372
  "requestedRoutings"?: Array<string>;
@@ -21920,11 +21983,11 @@ declare namespace Models {
21920
21983
 
21921
21984
  export interface GenericEventAction {
21922
21985
  "id": string;
21923
- "state"?: string;
21924
- "mediaType"?: string;
21925
- "prompt"?: string;
21986
+ "state": string;
21987
+ "mediaType": string;
21988
+ "prompt": string;
21926
21989
  "mediaAddress"?: string;
21927
- "createdDate"?: string;
21990
+ "createdDate": string;
21928
21991
  }
21929
21992
 
21930
21993
  export interface GenericSAML {
@@ -22047,6 +22110,14 @@ declare namespace Models {
22047
22110
  "selfUri"?: string;
22048
22111
  }
22049
22112
 
22113
+ export interface GetUploadSourceUrlJobStatusResponse {
22114
+ "id"?: string;
22115
+ "status"?: string;
22116
+ "uploadKey"?: string;
22117
+ "errorInformation"?: Models.ErrorBody;
22118
+ "selfUri"?: string;
22119
+ }
22120
+
22050
22121
  export interface GoogleDialogflowCustomSettings {
22051
22122
  "environment"?: string;
22052
22123
  "eventName"?: string;
@@ -22792,6 +22863,7 @@ declare namespace Models {
22792
22863
  "splittingInformation"?: Models.SplittingInformation;
22793
22864
  "listNameFormat"?: string;
22794
22865
  "customListNameFormatValue"?: string;
22866
+ "importStatus"?: Models.ImportStatus;
22795
22867
  "selfUri"?: string;
22796
22868
  }
22797
22869
 
@@ -23823,33 +23895,47 @@ declare namespace Models {
23823
23895
  "lang"?: string;
23824
23896
  "pathname": string;
23825
23897
  "queryString"?: string;
23826
- "breadcrumb"?: Array<string>;
23898
+ "breadcrumb": Array<string>;
23827
23899
  }
23828
23900
 
23829
23901
  export interface JourneyPattern {
23830
23902
  "criteria": Array<Models.Criteria>;
23831
- "count"?: number;
23903
+ "count": number;
23832
23904
  "streamType": string;
23833
23905
  "sessionType": string;
23834
23906
  "eventName"?: string;
23835
23907
  }
23836
23908
 
23837
23909
  export interface JourneySegment {
23838
- "id"?: string;
23910
+ "id": string;
23911
+ "isActive": boolean;
23912
+ "displayName": string;
23913
+ "version": number;
23914
+ "description"?: string;
23915
+ "color": string;
23916
+ "scope": string;
23917
+ "shouldDisplayToAgent": boolean;
23918
+ "context": Models.Context;
23919
+ "journey": Models.Journey;
23920
+ "externalSegment"?: Models.ExternalSegment;
23921
+ "assignmentExpirationDays"?: number;
23922
+ "selfUri"?: string;
23923
+ "createdDate": string;
23924
+ "modifiedDate": string;
23925
+ }
23926
+
23927
+ export interface JourneySegmentRequest {
23839
23928
  "isActive"?: boolean;
23840
23929
  "displayName": string;
23841
23930
  "version"?: number;
23842
23931
  "description"?: string;
23843
- "color"?: string;
23932
+ "color": string;
23844
23933
  "scope"?: string;
23845
23934
  "shouldDisplayToAgent"?: boolean;
23846
- "context"?: Models.Context;
23847
- "journey"?: Models.Journey;
23848
- "externalSegment"?: Models.ExternalSegment;
23935
+ "context": Models.RequestContext;
23936
+ "journey": Models.RequestJourney;
23937
+ "externalSegment"?: Models.RequestExternalSegment;
23849
23938
  "assignmentExpirationDays"?: number;
23850
- "selfUri"?: string;
23851
- "createdDate"?: string;
23852
- "modifiedDate"?: string;
23853
23939
  }
23854
23940
 
23855
23941
  export interface JourneySessionEventsNotificationApp {
@@ -25026,12 +25112,14 @@ declare namespace Models {
25026
25112
  export interface KnowledgeExportJobRequest {
25027
25113
  "exportFilter": Models.KnowledgeExportJobFilter;
25028
25114
  "fileType": string;
25115
+ "jsonFileVersion"?: number;
25029
25116
  }
25030
25117
 
25031
25118
  export interface KnowledgeExportJobResponse {
25032
25119
  "id"?: string;
25033
25120
  "downloadURL"?: string;
25034
25121
  "fileType": string;
25122
+ "jsonFileVersion"?: number;
25035
25123
  "countDocumentProcessed"?: number;
25036
25124
  "exportFilter"?: Models.KnowledgeExportJobFilter;
25037
25125
  "status"?: string;
@@ -25253,6 +25341,45 @@ declare namespace Models {
25253
25341
  "migrationDetected"?: boolean;
25254
25342
  }
25255
25343
 
25344
+ export interface KnowledgeParseImportResult {
25345
+ "success": number;
25346
+ "failure": number;
25347
+ "errors"?: Array<Models.ErrorBody>;
25348
+ }
25349
+
25350
+ export interface KnowledgeParseJobRequest {
25351
+ "uploadKey": string;
25352
+ "hints"?: Array<string>;
25353
+ }
25354
+
25355
+ export interface KnowledgeParseJobRequestImport {
25356
+ "edits"?: Array<Models.KnowledgeParseRecord>;
25357
+ "excludes"?: Array<string>;
25358
+ }
25359
+
25360
+ export interface KnowledgeParseJobRequestPatch {
25361
+ "hints"?: Array<string>;
25362
+ }
25363
+
25364
+ export interface KnowledgeParseJobResponse {
25365
+ "id"?: string;
25366
+ "downloadURL"?: string;
25367
+ "hints"?: Array<string>;
25368
+ "status"?: string;
25369
+ "parseResults"?: Array<Models.KnowledgeParseRecord>;
25370
+ "importResult"?: Models.KnowledgeParseImportResult;
25371
+ "createdBy"?: Models.UserReference;
25372
+ "dateCreated"?: string;
25373
+ "dateModified"?: string;
25374
+ "selfUri"?: string;
25375
+ }
25376
+
25377
+ export interface KnowledgeParseRecord {
25378
+ "id"?: string;
25379
+ "title"?: string;
25380
+ "body"?: Models.DocumentBody;
25381
+ }
25382
+
25256
25383
  export interface KnowledgeSearchClientApplication {
25257
25384
  "type": string;
25258
25385
  "deployment"?: Models.AddressableEntityRef;
@@ -28659,6 +28786,90 @@ declare namespace Models {
28659
28786
  "pageCount"?: number;
28660
28787
  }
28661
28788
 
28789
+ export interface OutboundMessagingCampaignPostContactEmailEventTopicEmailAttributes {
28790
+ "emailSubject"?: string;
28791
+ "configuredEmailAddress"?: string;
28792
+ "contactEmailAddress"?: string;
28793
+ "replyToAddress"?: string;
28794
+ "contactEmailColumnName"?: string;
28795
+ }
28796
+
28797
+ export interface OutboundMessagingCampaignPostContactEmailEventTopicOutboundMessagingCampaignPostContactEmailEvent {
28798
+ "eventTime"?: string;
28799
+ "conversationId"?: string;
28800
+ "outboundCampaignType"?: string;
28801
+ "emailAttributes"?: Models.OutboundMessagingCampaignPostContactEmailEventTopicEmailAttributes;
28802
+ "wrapupCode"?: string;
28803
+ "outboundCampaignId"?: string;
28804
+ "divisionId"?: string;
28805
+ "contentTemplateId"?: string;
28806
+ "outboundContactListId"?: string;
28807
+ "outboundContactId"?: string;
28808
+ "isCampaignAlwaysRunning"?: boolean;
28809
+ }
28810
+
28811
+ export interface OutboundMessagingCampaignPostContactSmsEventTopicOutboundMessagingCampaignPostContactSMSEvent {
28812
+ "eventTime"?: string;
28813
+ "conversationId"?: string;
28814
+ "outboundCampaignType"?: string;
28815
+ "smsAttributes"?: Models.OutboundMessagingCampaignPostContactSmsEventTopicSMSAttributes;
28816
+ "wrapupCode"?: string;
28817
+ "outboundCampaignId"?: string;
28818
+ "divisionId"?: string;
28819
+ "contentTemplateId"?: string;
28820
+ "outboundContactListId"?: string;
28821
+ "outboundContactId"?: string;
28822
+ "isCampaignAlwaysRunning"?: boolean;
28823
+ }
28824
+
28825
+ export interface OutboundMessagingCampaignPostContactSmsEventTopicSMSAttributes {
28826
+ "contactPhoneNumber"?: string;
28827
+ "contactPhoneNumberColumnName"?: string;
28828
+ "configuredSenderPhoneNumber"?: string;
28829
+ "senderPhoneNumber"?: string;
28830
+ }
28831
+
28832
+ export interface OutboundMessagingCampaignPreContactEmailEventTopicEmailAttributes {
28833
+ "emailSubject"?: string;
28834
+ "configuredEmailAddress"?: string;
28835
+ "contactEmailAddress"?: string;
28836
+ "replyToAddress"?: string;
28837
+ "contactEmailColumnName"?: string;
28838
+ }
28839
+
28840
+ export interface OutboundMessagingCampaignPreContactEmailEventTopicOutboundMessagingCampaignPreContactEmailEvent {
28841
+ "eventTime"?: string;
28842
+ "outboundCampaignType"?: string;
28843
+ "emailAttributes"?: Models.OutboundMessagingCampaignPreContactEmailEventTopicEmailAttributes;
28844
+ "wrapupCode"?: string;
28845
+ "outboundCampaignId"?: string;
28846
+ "divisionId"?: string;
28847
+ "contentTemplateId"?: string;
28848
+ "outboundContactListId"?: string;
28849
+ "outboundContactId"?: string;
28850
+ "isCampaignAlwaysRunning"?: boolean;
28851
+ }
28852
+
28853
+ export interface OutboundMessagingCampaignPreContactSmsEventTopicOutboundMessagingCampaignPreContactSMSEvent {
28854
+ "eventTime"?: string;
28855
+ "outboundCampaignType"?: string;
28856
+ "smsAttributes"?: Models.OutboundMessagingCampaignPreContactSmsEventTopicSMSAttributes;
28857
+ "wrapupCode"?: string;
28858
+ "outboundCampaignId"?: string;
28859
+ "divisionId"?: string;
28860
+ "contentTemplateId"?: string;
28861
+ "outboundContactListId"?: string;
28862
+ "outboundContactId"?: string;
28863
+ "isCampaignAlwaysRunning"?: boolean;
28864
+ }
28865
+
28866
+ export interface OutboundMessagingCampaignPreContactSmsEventTopicSMSAttributes {
28867
+ "contactPhoneNumber"?: string;
28868
+ "contactPhoneNumberColumnName"?: string;
28869
+ "configuredSenderPhoneNumber"?: string;
28870
+ "senderPhoneNumber"?: string;
28871
+ }
28872
+
28662
28873
  export interface OutboundMessagingMessagingCampaignConfigChangeContactSort {
28663
28874
  "fieldName"?: string;
28664
28875
  "direction"?: string;
@@ -28836,18 +29047,18 @@ declare namespace Models {
28836
29047
  }
28837
29048
 
28838
29049
  export interface Outcome {
28839
- "id"?: string;
28840
- "isActive"?: boolean;
29050
+ "id": string;
29051
+ "isActive": boolean;
28841
29052
  "displayName": string;
28842
- "version"?: number;
29053
+ "version": number;
28843
29054
  "description"?: string;
28844
- "isPositive"?: boolean;
28845
- "context"?: Models.Context;
28846
- "journey"?: Models.Journey;
29055
+ "isPositive": boolean;
29056
+ "context": Models.Context;
29057
+ "journey": Models.Journey;
28847
29058
  "associatedValueField"?: Models.AssociatedValueField;
28848
29059
  "selfUri"?: string;
28849
- "createdDate"?: string;
28850
- "modifiedDate"?: string;
29060
+ "createdDate": string;
29061
+ "modifiedDate": string;
28851
29062
  }
28852
29063
 
28853
29064
  export interface OutcomeAchievedEvent {
@@ -28864,15 +29075,15 @@ declare namespace Models {
28864
29075
  }
28865
29076
 
28866
29077
  export interface OutcomeAchievedEventOutcome {
28867
- "id"?: string;
29078
+ "id": string;
28868
29079
  "selfUri"?: string;
28869
29080
  "displayName": string;
28870
- "version"?: number;
29081
+ "version": number;
28871
29082
  }
28872
29083
 
28873
29084
  export interface OutcomeAchievement {
28874
- "outcome"?: Models.AchievedOutcome;
28875
- "achievedDate"?: string;
29085
+ "outcome": Models.AchievedOutcome;
29086
+ "achievedDate": string;
28876
29087
  }
28877
29088
 
28878
29089
  export interface OutcomeAttributionAsyncResponse {
@@ -28976,6 +29187,17 @@ declare namespace Models {
28976
29187
  "id": string;
28977
29188
  }
28978
29189
 
29190
+ export interface OutcomeRequest {
29191
+ "isActive"?: boolean;
29192
+ "displayName": string;
29193
+ "version"?: number;
29194
+ "description"?: string;
29195
+ "isPositive"?: boolean;
29196
+ "context"?: Models.RequestContext;
29197
+ "journey"?: Models.RequestJourney;
29198
+ "associatedValueField"?: Models.AssociatedValueField;
29199
+ }
29200
+
28979
29201
  export interface OutcomeScore {
28980
29202
  "outcome"?: Models.AddressableEntityRef;
28981
29203
  "sessionMaxProbability"?: number;
@@ -29257,6 +29479,11 @@ declare namespace Models {
29257
29479
  "contentOffer"?: Models.PatchContentOffer;
29258
29480
  }
29259
29481
 
29482
+ export interface PatchAssociatedValueField {
29483
+ "dataType"?: string;
29484
+ "name"?: string;
29485
+ }
29486
+
29260
29487
  export interface PatchBuReschedulingOptionsManagementUnitRequest {
29261
29488
  "managementUnitId": string;
29262
29489
  "applied"?: boolean;
@@ -29327,6 +29554,21 @@ declare namespace Models {
29327
29554
  "right"?: string;
29328
29555
  }
29329
29556
 
29557
+ export interface PatchContext {
29558
+ "patterns"?: Array<Models.PatchContextPattern>;
29559
+ }
29560
+
29561
+ export interface PatchContextPattern {
29562
+ "criteria"?: Array<Models.PatchEntityTypeCriteria>;
29563
+ }
29564
+
29565
+ export interface PatchCriteria {
29566
+ "key"?: string;
29567
+ "values"?: Array<string>;
29568
+ "shouldIgnoreCase"?: boolean;
29569
+ "operator"?: string;
29570
+ }
29571
+
29330
29572
  export interface PatchCtaButtonStyleProperties {
29331
29573
  "color"?: string;
29332
29574
  "font"?: string;
@@ -29335,8 +29577,16 @@ declare namespace Models {
29335
29577
  "backgroundColor"?: string;
29336
29578
  }
29337
29579
 
29580
+ export interface PatchEntityTypeCriteria {
29581
+ "key"?: string;
29582
+ "values"?: Array<string>;
29583
+ "shouldIgnoreCase"?: boolean;
29584
+ "operator"?: string;
29585
+ "entityType"?: string;
29586
+ }
29587
+
29338
29588
  export interface PatchExternalSegment {
29339
- "name": string;
29589
+ "name"?: string;
29340
29590
  }
29341
29591
 
29342
29592
  export interface PatchIntegrationAction {
@@ -29348,19 +29598,27 @@ declare namespace Models {
29348
29598
  "requestMappings"?: Array<Models.RequestMapping>;
29349
29599
  }
29350
29600
 
29601
+ export interface PatchJourney {
29602
+ "patterns"?: Array<Models.PatchJourneyPattern>;
29603
+ }
29604
+
29605
+ export interface PatchJourneyPattern {
29606
+ "criteria"?: Array<Models.PatchCriteria>;
29607
+ "count"?: number;
29608
+ "streamType"?: string;
29609
+ "sessionType"?: string;
29610
+ "eventName"?: string;
29611
+ }
29612
+
29351
29613
  export interface PatchOutcome {
29352
- "id"?: string;
29353
29614
  "isActive"?: boolean;
29354
29615
  "displayName": string;
29355
29616
  "version"?: number;
29356
29617
  "description"?: string;
29357
29618
  "isPositive"?: boolean;
29358
- "context"?: Models.Context;
29359
- "journey"?: Models.Journey;
29360
- "associatedValueField"?: Models.AssociatedValueField;
29361
- "selfUri"?: string;
29362
- "createdDate"?: string;
29363
- "modifiedDate"?: string;
29619
+ "context"?: Models.PatchContext;
29620
+ "journey"?: Models.PatchJourney;
29621
+ "associatedValueField"?: Models.PatchAssociatedValueField;
29364
29622
  }
29365
29623
 
29366
29624
  export interface PatchPredictorRequest {
@@ -29370,20 +29628,16 @@ declare namespace Models {
29370
29628
  }
29371
29629
 
29372
29630
  export interface PatchSegment {
29373
- "id"?: string;
29374
29631
  "isActive"?: boolean;
29375
- "displayName": string;
29632
+ "displayName"?: string;
29376
29633
  "version"?: number;
29377
29634
  "description"?: string;
29378
29635
  "color"?: string;
29379
29636
  "shouldDisplayToAgent"?: boolean;
29380
- "context"?: Models.Context;
29381
- "journey"?: Models.Journey;
29637
+ "context"?: Models.PatchContext;
29638
+ "journey"?: Models.PatchJourney;
29382
29639
  "externalSegment"?: Models.PatchExternalSegment;
29383
29640
  "assignmentExpirationDays"?: number;
29384
- "selfUri"?: string;
29385
- "createdDate"?: string;
29386
- "modifiedDate"?: string;
29387
29641
  }
29388
29642
 
29389
29643
  export interface PatchShiftTradeRequest {
@@ -33189,6 +33443,53 @@ declare namespace Models {
33189
33443
  "isSelected"?: boolean;
33190
33444
  }
33191
33445
 
33446
+ export interface RateLimitAggregateDataContainer {
33447
+ "group"?: { [key: string]: string; };
33448
+ "data"?: Array<Models.StatisticalResponse>;
33449
+ }
33450
+
33451
+ export interface RateLimitAggregateQueryClause {
33452
+ "type": string;
33453
+ "predicates": Array<Models.RateLimitAggregateQueryPredicate>;
33454
+ }
33455
+
33456
+ export interface RateLimitAggregateQueryFilter {
33457
+ "type": string;
33458
+ "clauses"?: Array<Models.RateLimitAggregateQueryClause>;
33459
+ "predicates"?: Array<Models.RateLimitAggregateQueryPredicate>;
33460
+ }
33461
+
33462
+ export interface RateLimitAggregateQueryPredicate {
33463
+ "type"?: string;
33464
+ "dimension"?: string;
33465
+ "operator"?: string;
33466
+ "value"?: string;
33467
+ "range"?: Models.NumericRange;
33468
+ }
33469
+
33470
+ export interface RateLimitAggregateQueryResponse {
33471
+ "results"?: Array<Models.RateLimitAggregateDataContainer>;
33472
+ }
33473
+
33474
+ export interface RateLimitAggregationQuery {
33475
+ "interval": string;
33476
+ "granularity"?: string;
33477
+ "timeZone"?: string;
33478
+ "groupBy"?: Array<string>;
33479
+ "filter"?: Models.RateLimitAggregateQueryFilter;
33480
+ "metrics": Array<string>;
33481
+ "flattenMultivaluedDimensions"?: boolean;
33482
+ "views"?: Array<Models.RateLimitAggregationView>;
33483
+ "alternateTimeDimension"?: string;
33484
+ }
33485
+
33486
+ export interface RateLimitAggregationView {
33487
+ "target": string;
33488
+ "name": string;
33489
+ "function": string;
33490
+ "range"?: Models.AggregationRange;
33491
+ }
33492
+
33192
33493
  export interface Reaction {
33193
33494
  "data"?: string;
33194
33495
  "name"?: string;
@@ -33525,7 +33826,7 @@ declare namespace Models {
33525
33826
  "queryString"?: string;
33526
33827
  "fragment"?: string;
33527
33828
  "name"?: string;
33528
- "medium"?: string;
33829
+ "medium": string;
33529
33830
  }
33530
33831
 
33531
33832
  export interface RegionTimeZone {
@@ -33872,6 +34173,60 @@ declare namespace Models {
33872
34173
  "headers"?: { [key: string]: string; };
33873
34174
  }
33874
34175
 
34176
+ export interface RequestContext {
34177
+ "patterns"?: Array<Models.RequestContextPattern>;
34178
+ }
34179
+
34180
+ export interface RequestContextPattern {
34181
+ "criteria": Array<Models.RequestEntityTypeCriteria>;
34182
+ }
34183
+
34184
+ export interface RequestCriteria {
34185
+ "key": string;
34186
+ "values": Array<string>;
34187
+ "shouldIgnoreCase"?: boolean;
34188
+ "operator"?: string;
34189
+ }
34190
+
34191
+ export interface RequestDevice {
34192
+ "category": string;
34193
+ "type": string;
34194
+ "isMobile"?: boolean;
34195
+ "screenHeight"?: number;
34196
+ "screenWidth"?: number;
34197
+ "screenDensity"?: number;
34198
+ "fingerprint"?: string;
34199
+ "osFamily": string;
34200
+ "osVersion": string;
34201
+ "manufacturer"?: string;
34202
+ }
34203
+
34204
+ export interface RequestEntityTypeCriteria {
34205
+ "key": string;
34206
+ "values": Array<string>;
34207
+ "shouldIgnoreCase"?: boolean;
34208
+ "operator"?: string;
34209
+ "entityType": string;
34210
+ }
34211
+
34212
+ export interface RequestExternalSegment {
34213
+ "id": string;
34214
+ "name": string;
34215
+ "source"?: string;
34216
+ }
34217
+
34218
+ export interface RequestJourney {
34219
+ "patterns"?: Array<Models.RequestJourneyPattern>;
34220
+ }
34221
+
34222
+ export interface RequestJourneyPattern {
34223
+ "criteria": Array<Models.RequestCriteria>;
34224
+ "count": number;
34225
+ "streamType": string;
34226
+ "sessionType": string;
34227
+ "eventName"?: string;
34228
+ }
34229
+
33875
34230
  export interface RequestMapping {
33876
34231
  "name"?: string;
33877
34232
  "attributeType"?: string;
@@ -35180,29 +35535,8 @@ declare namespace Models {
35180
35535
  "disconnectType"?: string;
35181
35536
  }
35182
35537
 
35183
- export interface SegmentAssignedEvent {
35184
- "segment": Models.SegmentAssignedEventSegment;
35185
- "userAgentString"?: string;
35186
- "browser"?: Models.Browser;
35187
- "device"?: Models.Device;
35188
- "geolocation"?: Models.JourneyGeolocation;
35189
- "ipAddress"?: string;
35190
- "ipOrganization"?: string;
35191
- "mktCampaign"?: Models.JourneyCampaign;
35192
- "visitReferrer"?: Models.Referrer;
35193
- "visitCreatedDate"?: string;
35194
- }
35195
-
35196
- export interface SegmentAssignedEventSegment {
35197
- "id"?: string;
35198
- "selfUri"?: string;
35199
- "displayName": string;
35200
- "version"?: number;
35201
- "scope"?: string;
35202
- }
35203
-
35204
35538
  export interface SegmentAssignmentEvent {
35205
- "segment"?: Models.AddressableEntityRef;
35539
+ "segment": Models.AddressableEntityRef;
35206
35540
  }
35207
35541
 
35208
35542
  export interface SegmentDetailQueryClause {
@@ -35359,10 +35693,10 @@ declare namespace Models {
35359
35693
  }
35360
35694
 
35361
35695
  export interface Session {
35362
- "id"?: string;
35696
+ "id": string;
35363
35697
  "customerId"?: string;
35364
35698
  "customerIdType"?: string;
35365
- "type"?: string;
35699
+ "type": string;
35366
35700
  "externalId"?: string;
35367
35701
  "externalUrl"?: string;
35368
35702
  "shortId"?: string;
@@ -35384,10 +35718,10 @@ declare namespace Models {
35384
35718
  "searchTerms"?: Array<string>;
35385
35719
  "userAgentString"?: string;
35386
35720
  "durationInSeconds"?: number;
35387
- "eventCount"?: number;
35721
+ "eventCount": number;
35388
35722
  "pageviewCount"?: number;
35389
35723
  "screenviewCount"?: number;
35390
- "lastEvent"?: Models.SessionLastEvent;
35724
+ "lastEvent": Models.SessionLastEvent;
35391
35725
  "lastConnectedQueue"?: Models.ConnectedQueue;
35392
35726
  "lastConnectedUser"?: Models.ConnectedUser;
35393
35727
  "lastUserDisposition"?: Models.ConversationUserDisposition;
@@ -35396,9 +35730,9 @@ declare namespace Models {
35396
35730
  "conversationSubject"?: string;
35397
35731
  "lastUserDisconnectType"?: string;
35398
35732
  "lastAcdOutcome"?: string;
35399
- "authenticated"?: boolean;
35733
+ "authenticated": boolean;
35400
35734
  "selfUri"?: string;
35401
- "createdDate"?: string;
35735
+ "createdDate": string;
35402
35736
  "endedDate"?: string;
35403
35737
  "externalContact"?: Models.AddressableEntityRef;
35404
35738
  "awayDate"?: string;
@@ -35412,9 +35746,9 @@ declare namespace Models {
35412
35746
  }
35413
35747
 
35414
35748
  export interface SessionLastEvent {
35415
- "id"?: string;
35416
- "eventName"?: string;
35417
- "createdDate"?: string;
35749
+ "id": string;
35750
+ "eventName": string;
35751
+ "createdDate": string;
35418
35752
  }
35419
35753
 
35420
35754
  export interface SessionListing {
@@ -35425,8 +35759,8 @@ declare namespace Models {
35425
35759
  }
35426
35760
 
35427
35761
  export interface SessionSegmentAssignment {
35428
- "segment"?: Models.AssignedSegment;
35429
- "assignedDate"?: string;
35762
+ "segment": Models.AssignedSegment;
35763
+ "assignedDate": string;
35430
35764
  }
35431
35765
 
35432
35766
  export interface SessionsResponse {
@@ -40903,14 +41237,14 @@ declare namespace Models {
40903
41237
 
40904
41238
  export interface WebActionEvent {
40905
41239
  "action": Models.EventAction;
40906
- "actionMap"?: Models.ActionEventActionMap;
40907
- "actionTarget"?: Models.AddressableEntityRef;
41240
+ "actionMap": Models.ActionEventActionMap;
41241
+ "actionTarget": Models.AddressableEntityRef;
40908
41242
  "timeToDisposition"?: number;
40909
41243
  "errorCode"?: string;
40910
41244
  "errorMessage"?: string;
40911
- "userAgentString"?: string;
40912
- "browser"?: Models.Browser;
40913
- "device"?: Models.Device;
41245
+ "userAgentString": string;
41246
+ "browser": Models.Browser;
41247
+ "device": Models.Device;
40914
41248
  "geolocation"?: Models.JourneyGeolocation;
40915
41249
  "ipAddress"?: string;
40916
41250
  "ipOrganization"?: string;
@@ -41169,21 +41503,21 @@ declare namespace Models {
41169
41503
 
41170
41504
  export interface WebEvent {
41171
41505
  "eventName": string;
41172
- "totalEventCount"?: number;
41173
- "totalPageviewCount"?: number;
41174
- "page"?: Models.JourneyPage;
41175
- "userAgentString"?: string;
41176
- "browser"?: Models.Browser;
41177
- "device"?: Models.Device;
41506
+ "totalEventCount": number;
41507
+ "totalPageviewCount": number;
41508
+ "page": Models.JourneyPage;
41509
+ "userAgentString": string;
41510
+ "browser": Models.Browser;
41511
+ "device": Models.Device;
41178
41512
  "geolocation"?: Models.JourneyGeolocation;
41179
41513
  "ipAddress"?: string;
41180
41514
  "ipOrganization"?: string;
41181
41515
  "mktCampaign"?: Models.JourneyCampaign;
41182
41516
  "referrer"?: Models.Referrer;
41183
- "attributes"?: { [key: string]: Models.CustomEventAttribute; };
41184
- "traits"?: { [key: string]: Models.CustomEventAttribute; };
41517
+ "attributes": { [key: string]: Models.CustomEventAttribute; };
41518
+ "traits": { [key: string]: Models.CustomEventAttribute; };
41185
41519
  "searchQuery"?: string;
41186
- "authenticated"?: boolean;
41520
+ "authenticated": boolean;
41187
41521
  }
41188
41522
 
41189
41523
  export interface WebMessagingAttachment {
@@ -42644,10 +42978,6 @@ declare namespace Models {
42644
42978
  "name"?: string;
42645
42979
  "supportedContent"?: Models.SupportedContentReference;
42646
42980
  "messagingSetting"?: Models.MessagingSettingRequestReference;
42647
- "action"?: string;
42648
- "authenticationMethod"?: string;
42649
- "confirmationCode"?: string;
42650
- "phoneNumber"?: string;
42651
42981
  "selfUri"?: string;
42652
42982
  }
42653
42983
 
@@ -43909,6 +44239,7 @@ declare namespace Models {
43909
44239
  export interface WrapupCodeRequest {
43910
44240
  "id"?: string;
43911
44241
  "name": string;
44242
+ "division"?: Models.WritableStarrableDivision;
43912
44243
  "dateCreated"?: string;
43913
44244
  "dateModified"?: string;
43914
44245
  "createdBy"?: string;