purecloud-platform-client-v2 187.0.0 → 188.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 (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 +261 -139
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +379 -146
  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
 
@@ -9646,10 +9667,10 @@ declare namespace Models {
9646
9667
  "isMobile"?: boolean;
9647
9668
  "viewHeight"?: number;
9648
9669
  "viewWidth"?: number;
9649
- "featuresFlash"?: boolean;
9650
- "featuresJava"?: boolean;
9651
- "featuresPdf"?: boolean;
9652
- "featuresWebrtc"?: boolean;
9670
+ "featuresFlash": boolean;
9671
+ "featuresJava": boolean;
9672
+ "featuresPdf": boolean;
9673
+ "featuresWebrtc": boolean;
9653
9674
  }
9654
9675
 
9655
9676
  export interface BuAbandonRate {
@@ -11037,6 +11058,9 @@ declare namespace Models {
11037
11058
  "autoAnswerAlertToneSeconds"?: number;
11038
11059
  "manualAnswerAlertToneSeconds"?: number;
11039
11060
  "subTypeSettings"?: { [key: string]: Models.BaseMediaSettings; };
11061
+ "enableAutoDialAndEnd"?: boolean;
11062
+ "autoDialDelaySeconds"?: number;
11063
+ "autoEndDelaySeconds"?: number;
11040
11064
  }
11041
11065
 
11042
11066
  export interface Callheader {
@@ -12464,6 +12488,10 @@ declare namespace Models {
12464
12488
  "selfUri"?: string;
12465
12489
  }
12466
12490
 
12491
+ export interface ContactListFilterBulkRetrieveBody {
12492
+ "ids": Array<string>;
12493
+ }
12494
+
12467
12495
  export interface ContactListFilterClause {
12468
12496
  "filterType"?: string;
12469
12497
  "predicates"?: Array<Models.ContactListFilterPredicate>;
@@ -13328,7 +13356,7 @@ declare namespace Models {
13328
13356
  }
13329
13357
 
13330
13358
  export interface ConversationChannel {
13331
- "type"?: string;
13359
+ "type": string;
13332
13360
  "messageType"?: string;
13333
13361
  "platform"?: string;
13334
13362
  }
@@ -15155,9 +15183,9 @@ declare namespace Models {
15155
15183
  }
15156
15184
 
15157
15185
  export interface ConversationUserDisposition {
15158
- "code"?: string;
15186
+ "code": string;
15159
15187
  "notes"?: string;
15160
- "user"?: Models.AddressableEntityRef;
15188
+ "user": Models.AddressableEntityRef;
15161
15189
  }
15162
15190
 
15163
15191
  export interface ConversationVideoEventTopicConversationRoutingData {
@@ -15706,6 +15734,15 @@ declare namespace Models {
15706
15734
  "description"?: string;
15707
15735
  }
15708
15736
 
15737
+ export interface CreateUploadSourceUrlJobRequest {
15738
+ "uploadUrl": string;
15739
+ }
15740
+
15741
+ export interface CreateUploadSourceUrlJobResponse {
15742
+ "id"?: string;
15743
+ "selfUri"?: string;
15744
+ }
15745
+
15709
15746
  export interface CreateUser {
15710
15747
  "name": string;
15711
15748
  "department"?: string;
@@ -15890,7 +15927,7 @@ declare namespace Models {
15890
15927
  "key": string;
15891
15928
  "values": Array<string>;
15892
15929
  "shouldIgnoreCase": boolean;
15893
- "operator"?: string;
15930
+ "operator": string;
15894
15931
  }
15895
15932
 
15896
15933
  export interface CriteriaCategoryInfo {
@@ -16617,7 +16654,7 @@ declare namespace Models {
16617
16654
  export interface Device {
16618
16655
  "category": string;
16619
16656
  "type": string;
16620
- "isMobile"?: boolean;
16657
+ "isMobile": boolean;
16621
16658
  "screenHeight"?: number;
16622
16659
  "screenWidth"?: number;
16623
16660
  "screenDensity"?: number;
@@ -18876,6 +18913,19 @@ declare namespace Models {
18876
18913
  "selfUri"?: string;
18877
18914
  }
18878
18915
 
18916
+ export interface EmailCampaignScheduleEntityListing {
18917
+ "entities"?: Array<Models.EmailCampaignSchedule>;
18918
+ "pageSize"?: number;
18919
+ "pageNumber"?: number;
18920
+ "total"?: number;
18921
+ "firstUri"?: string;
18922
+ "nextUri"?: string;
18923
+ "previousUri"?: string;
18924
+ "lastUri"?: string;
18925
+ "selfUri"?: string;
18926
+ "pageCount"?: number;
18927
+ }
18928
+
18879
18929
  export interface EmailColumn {
18880
18930
  "columnName": string;
18881
18931
  "type": string;
@@ -19374,8 +19424,8 @@ declare namespace Models {
19374
19424
  "key": string;
19375
19425
  "values": Array<string>;
19376
19426
  "shouldIgnoreCase": boolean;
19377
- "operator"?: string;
19378
- "entityType"?: string;
19427
+ "operator": string;
19428
+ "entityType": string;
19379
19429
  }
19380
19430
 
19381
19431
  export interface Entry {
@@ -19867,28 +19917,27 @@ declare namespace Models {
19867
19917
  }
19868
19918
 
19869
19919
  export interface Event {
19870
- "id"?: string;
19871
- "correlationId"?: string;
19920
+ "id": string;
19921
+ "correlationId": string;
19872
19922
  "customerId"?: string;
19873
19923
  "customerIdType"?: string;
19874
- "session"?: Models.EventSession;
19924
+ "session": Models.EventSession;
19875
19925
  "eventType": string;
19876
19926
  "genericActionEvent"?: Models.GenericActionEvent;
19877
19927
  "outcomeAchievedEvent"?: Models.OutcomeAchievedEvent;
19878
- "segmentAssignedEvent"?: Models.SegmentAssignedEvent;
19879
19928
  "segmentAssignmentEvent"?: Models.SegmentAssignmentEvent;
19880
19929
  "webActionEvent"?: Models.WebActionEvent;
19881
19930
  "webEvent"?: Models.WebEvent;
19882
19931
  "appEvent"?: Models.AppEvent;
19883
- "createdDate"?: string;
19932
+ "createdDate": string;
19884
19933
  }
19885
19934
 
19886
19935
  export interface EventAction {
19887
19936
  "id": string;
19888
- "state"?: string;
19889
- "mediaType"?: string;
19890
- "prompt"?: string;
19891
- "createdDate"?: string;
19937
+ "state": string;
19938
+ "mediaType": string;
19939
+ "prompt": string;
19940
+ "createdDate": string;
19892
19941
  }
19893
19942
 
19894
19943
  export interface EventCondition {
@@ -19946,9 +19995,9 @@ declare namespace Models {
19946
19995
  }
19947
19996
 
19948
19997
  export interface EventSession {
19949
- "id"?: string;
19998
+ "id": string;
19950
19999
  "selfUri"?: string;
19951
- "type"?: string;
20000
+ "type": string;
19952
20001
  }
19953
20002
 
19954
20003
  export interface EventSetting {
@@ -21920,11 +21969,11 @@ declare namespace Models {
21920
21969
 
21921
21970
  export interface GenericEventAction {
21922
21971
  "id": string;
21923
- "state"?: string;
21924
- "mediaType"?: string;
21925
- "prompt"?: string;
21972
+ "state": string;
21973
+ "mediaType": string;
21974
+ "prompt": string;
21926
21975
  "mediaAddress"?: string;
21927
- "createdDate"?: string;
21976
+ "createdDate": string;
21928
21977
  }
21929
21978
 
21930
21979
  export interface GenericSAML {
@@ -22047,6 +22096,14 @@ declare namespace Models {
22047
22096
  "selfUri"?: string;
22048
22097
  }
22049
22098
 
22099
+ export interface GetUploadSourceUrlJobStatusResponse {
22100
+ "id"?: string;
22101
+ "status"?: string;
22102
+ "uploadKey"?: string;
22103
+ "errorInformation"?: Models.ErrorBody;
22104
+ "selfUri"?: string;
22105
+ }
22106
+
22050
22107
  export interface GoogleDialogflowCustomSettings {
22051
22108
  "environment"?: string;
22052
22109
  "eventName"?: string;
@@ -22792,6 +22849,7 @@ declare namespace Models {
22792
22849
  "splittingInformation"?: Models.SplittingInformation;
22793
22850
  "listNameFormat"?: string;
22794
22851
  "customListNameFormatValue"?: string;
22852
+ "importStatus"?: Models.ImportStatus;
22795
22853
  "selfUri"?: string;
22796
22854
  }
22797
22855
 
@@ -23823,33 +23881,47 @@ declare namespace Models {
23823
23881
  "lang"?: string;
23824
23882
  "pathname": string;
23825
23883
  "queryString"?: string;
23826
- "breadcrumb"?: Array<string>;
23884
+ "breadcrumb": Array<string>;
23827
23885
  }
23828
23886
 
23829
23887
  export interface JourneyPattern {
23830
23888
  "criteria": Array<Models.Criteria>;
23831
- "count"?: number;
23889
+ "count": number;
23832
23890
  "streamType": string;
23833
23891
  "sessionType": string;
23834
23892
  "eventName"?: string;
23835
23893
  }
23836
23894
 
23837
23895
  export interface JourneySegment {
23838
- "id"?: string;
23896
+ "id": string;
23897
+ "isActive": boolean;
23898
+ "displayName": string;
23899
+ "version": number;
23900
+ "description"?: string;
23901
+ "color": string;
23902
+ "scope": string;
23903
+ "shouldDisplayToAgent": boolean;
23904
+ "context": Models.Context;
23905
+ "journey": Models.Journey;
23906
+ "externalSegment"?: Models.ExternalSegment;
23907
+ "assignmentExpirationDays"?: number;
23908
+ "selfUri"?: string;
23909
+ "createdDate": string;
23910
+ "modifiedDate": string;
23911
+ }
23912
+
23913
+ export interface JourneySegmentRequest {
23839
23914
  "isActive"?: boolean;
23840
23915
  "displayName": string;
23841
23916
  "version"?: number;
23842
23917
  "description"?: string;
23843
- "color"?: string;
23918
+ "color": string;
23844
23919
  "scope"?: string;
23845
23920
  "shouldDisplayToAgent"?: boolean;
23846
- "context"?: Models.Context;
23847
- "journey"?: Models.Journey;
23848
- "externalSegment"?: Models.ExternalSegment;
23921
+ "context": Models.RequestContext;
23922
+ "journey": Models.RequestJourney;
23923
+ "externalSegment"?: Models.RequestExternalSegment;
23849
23924
  "assignmentExpirationDays"?: number;
23850
- "selfUri"?: string;
23851
- "createdDate"?: string;
23852
- "modifiedDate"?: string;
23853
23925
  }
23854
23926
 
23855
23927
  export interface JourneySessionEventsNotificationApp {
@@ -25026,12 +25098,14 @@ declare namespace Models {
25026
25098
  export interface KnowledgeExportJobRequest {
25027
25099
  "exportFilter": Models.KnowledgeExportJobFilter;
25028
25100
  "fileType": string;
25101
+ "jsonFileVersion"?: number;
25029
25102
  }
25030
25103
 
25031
25104
  export interface KnowledgeExportJobResponse {
25032
25105
  "id"?: string;
25033
25106
  "downloadURL"?: string;
25034
25107
  "fileType": string;
25108
+ "jsonFileVersion"?: number;
25035
25109
  "countDocumentProcessed"?: number;
25036
25110
  "exportFilter"?: Models.KnowledgeExportJobFilter;
25037
25111
  "status"?: string;
@@ -25253,6 +25327,45 @@ declare namespace Models {
25253
25327
  "migrationDetected"?: boolean;
25254
25328
  }
25255
25329
 
25330
+ export interface KnowledgeParseImportResult {
25331
+ "success": number;
25332
+ "failure": number;
25333
+ "errors"?: Array<Models.ErrorBody>;
25334
+ }
25335
+
25336
+ export interface KnowledgeParseJobRequest {
25337
+ "uploadKey": string;
25338
+ "hints"?: Array<string>;
25339
+ }
25340
+
25341
+ export interface KnowledgeParseJobRequestImport {
25342
+ "edits"?: Array<Models.KnowledgeParseRecord>;
25343
+ "excludes"?: Array<string>;
25344
+ }
25345
+
25346
+ export interface KnowledgeParseJobRequestPatch {
25347
+ "hints"?: Array<string>;
25348
+ }
25349
+
25350
+ export interface KnowledgeParseJobResponse {
25351
+ "id"?: string;
25352
+ "downloadURL"?: string;
25353
+ "hints"?: Array<string>;
25354
+ "status"?: string;
25355
+ "parseResults"?: Array<Models.KnowledgeParseRecord>;
25356
+ "importResult"?: Models.KnowledgeParseImportResult;
25357
+ "createdBy"?: Models.UserReference;
25358
+ "dateCreated"?: string;
25359
+ "dateModified"?: string;
25360
+ "selfUri"?: string;
25361
+ }
25362
+
25363
+ export interface KnowledgeParseRecord {
25364
+ "id"?: string;
25365
+ "title"?: string;
25366
+ "body"?: Models.DocumentBody;
25367
+ }
25368
+
25256
25369
  export interface KnowledgeSearchClientApplication {
25257
25370
  "type": string;
25258
25371
  "deployment"?: Models.AddressableEntityRef;
@@ -28836,18 +28949,18 @@ declare namespace Models {
28836
28949
  }
28837
28950
 
28838
28951
  export interface Outcome {
28839
- "id"?: string;
28840
- "isActive"?: boolean;
28952
+ "id": string;
28953
+ "isActive": boolean;
28841
28954
  "displayName": string;
28842
- "version"?: number;
28955
+ "version": number;
28843
28956
  "description"?: string;
28844
- "isPositive"?: boolean;
28845
- "context"?: Models.Context;
28846
- "journey"?: Models.Journey;
28957
+ "isPositive": boolean;
28958
+ "context": Models.Context;
28959
+ "journey": Models.Journey;
28847
28960
  "associatedValueField"?: Models.AssociatedValueField;
28848
28961
  "selfUri"?: string;
28849
- "createdDate"?: string;
28850
- "modifiedDate"?: string;
28962
+ "createdDate": string;
28963
+ "modifiedDate": string;
28851
28964
  }
28852
28965
 
28853
28966
  export interface OutcomeAchievedEvent {
@@ -28864,15 +28977,15 @@ declare namespace Models {
28864
28977
  }
28865
28978
 
28866
28979
  export interface OutcomeAchievedEventOutcome {
28867
- "id"?: string;
28980
+ "id": string;
28868
28981
  "selfUri"?: string;
28869
28982
  "displayName": string;
28870
- "version"?: number;
28983
+ "version": number;
28871
28984
  }
28872
28985
 
28873
28986
  export interface OutcomeAchievement {
28874
- "outcome"?: Models.AchievedOutcome;
28875
- "achievedDate"?: string;
28987
+ "outcome": Models.AchievedOutcome;
28988
+ "achievedDate": string;
28876
28989
  }
28877
28990
 
28878
28991
  export interface OutcomeAttributionAsyncResponse {
@@ -28976,6 +29089,17 @@ declare namespace Models {
28976
29089
  "id": string;
28977
29090
  }
28978
29091
 
29092
+ export interface OutcomeRequest {
29093
+ "isActive"?: boolean;
29094
+ "displayName": string;
29095
+ "version"?: number;
29096
+ "description"?: string;
29097
+ "isPositive"?: boolean;
29098
+ "context"?: Models.RequestContext;
29099
+ "journey"?: Models.RequestJourney;
29100
+ "associatedValueField"?: Models.AssociatedValueField;
29101
+ }
29102
+
28979
29103
  export interface OutcomeScore {
28980
29104
  "outcome"?: Models.AddressableEntityRef;
28981
29105
  "sessionMaxProbability"?: number;
@@ -29257,6 +29381,11 @@ declare namespace Models {
29257
29381
  "contentOffer"?: Models.PatchContentOffer;
29258
29382
  }
29259
29383
 
29384
+ export interface PatchAssociatedValueField {
29385
+ "dataType"?: string;
29386
+ "name"?: string;
29387
+ }
29388
+
29260
29389
  export interface PatchBuReschedulingOptionsManagementUnitRequest {
29261
29390
  "managementUnitId": string;
29262
29391
  "applied"?: boolean;
@@ -29327,6 +29456,21 @@ declare namespace Models {
29327
29456
  "right"?: string;
29328
29457
  }
29329
29458
 
29459
+ export interface PatchContext {
29460
+ "patterns"?: Array<Models.PatchContextPattern>;
29461
+ }
29462
+
29463
+ export interface PatchContextPattern {
29464
+ "criteria"?: Array<Models.PatchEntityTypeCriteria>;
29465
+ }
29466
+
29467
+ export interface PatchCriteria {
29468
+ "key"?: string;
29469
+ "values"?: Array<string>;
29470
+ "shouldIgnoreCase"?: boolean;
29471
+ "operator"?: string;
29472
+ }
29473
+
29330
29474
  export interface PatchCtaButtonStyleProperties {
29331
29475
  "color"?: string;
29332
29476
  "font"?: string;
@@ -29335,8 +29479,16 @@ declare namespace Models {
29335
29479
  "backgroundColor"?: string;
29336
29480
  }
29337
29481
 
29482
+ export interface PatchEntityTypeCriteria {
29483
+ "key"?: string;
29484
+ "values"?: Array<string>;
29485
+ "shouldIgnoreCase"?: boolean;
29486
+ "operator"?: string;
29487
+ "entityType"?: string;
29488
+ }
29489
+
29338
29490
  export interface PatchExternalSegment {
29339
- "name": string;
29491
+ "name"?: string;
29340
29492
  }
29341
29493
 
29342
29494
  export interface PatchIntegrationAction {
@@ -29348,19 +29500,27 @@ declare namespace Models {
29348
29500
  "requestMappings"?: Array<Models.RequestMapping>;
29349
29501
  }
29350
29502
 
29503
+ export interface PatchJourney {
29504
+ "patterns"?: Array<Models.PatchJourneyPattern>;
29505
+ }
29506
+
29507
+ export interface PatchJourneyPattern {
29508
+ "criteria"?: Array<Models.PatchCriteria>;
29509
+ "count"?: number;
29510
+ "streamType"?: string;
29511
+ "sessionType"?: string;
29512
+ "eventName"?: string;
29513
+ }
29514
+
29351
29515
  export interface PatchOutcome {
29352
- "id"?: string;
29353
29516
  "isActive"?: boolean;
29354
29517
  "displayName": string;
29355
29518
  "version"?: number;
29356
29519
  "description"?: string;
29357
29520
  "isPositive"?: boolean;
29358
- "context"?: Models.Context;
29359
- "journey"?: Models.Journey;
29360
- "associatedValueField"?: Models.AssociatedValueField;
29361
- "selfUri"?: string;
29362
- "createdDate"?: string;
29363
- "modifiedDate"?: string;
29521
+ "context"?: Models.PatchContext;
29522
+ "journey"?: Models.PatchJourney;
29523
+ "associatedValueField"?: Models.PatchAssociatedValueField;
29364
29524
  }
29365
29525
 
29366
29526
  export interface PatchPredictorRequest {
@@ -29370,20 +29530,16 @@ declare namespace Models {
29370
29530
  }
29371
29531
 
29372
29532
  export interface PatchSegment {
29373
- "id"?: string;
29374
29533
  "isActive"?: boolean;
29375
- "displayName": string;
29534
+ "displayName"?: string;
29376
29535
  "version"?: number;
29377
29536
  "description"?: string;
29378
29537
  "color"?: string;
29379
29538
  "shouldDisplayToAgent"?: boolean;
29380
- "context"?: Models.Context;
29381
- "journey"?: Models.Journey;
29539
+ "context"?: Models.PatchContext;
29540
+ "journey"?: Models.PatchJourney;
29382
29541
  "externalSegment"?: Models.PatchExternalSegment;
29383
29542
  "assignmentExpirationDays"?: number;
29384
- "selfUri"?: string;
29385
- "createdDate"?: string;
29386
- "modifiedDate"?: string;
29387
29543
  }
29388
29544
 
29389
29545
  export interface PatchShiftTradeRequest {
@@ -33189,6 +33345,53 @@ declare namespace Models {
33189
33345
  "isSelected"?: boolean;
33190
33346
  }
33191
33347
 
33348
+ export interface RateLimitAggregateDataContainer {
33349
+ "group"?: { [key: string]: string; };
33350
+ "data"?: Array<Models.StatisticalResponse>;
33351
+ }
33352
+
33353
+ export interface RateLimitAggregateQueryClause {
33354
+ "type": string;
33355
+ "predicates": Array<Models.RateLimitAggregateQueryPredicate>;
33356
+ }
33357
+
33358
+ export interface RateLimitAggregateQueryFilter {
33359
+ "type": string;
33360
+ "clauses"?: Array<Models.RateLimitAggregateQueryClause>;
33361
+ "predicates"?: Array<Models.RateLimitAggregateQueryPredicate>;
33362
+ }
33363
+
33364
+ export interface RateLimitAggregateQueryPredicate {
33365
+ "type"?: string;
33366
+ "dimension"?: string;
33367
+ "operator"?: string;
33368
+ "value"?: string;
33369
+ "range"?: Models.NumericRange;
33370
+ }
33371
+
33372
+ export interface RateLimitAggregateQueryResponse {
33373
+ "results"?: Array<Models.RateLimitAggregateDataContainer>;
33374
+ }
33375
+
33376
+ export interface RateLimitAggregationQuery {
33377
+ "interval": string;
33378
+ "granularity"?: string;
33379
+ "timeZone"?: string;
33380
+ "groupBy"?: Array<string>;
33381
+ "filter"?: Models.RateLimitAggregateQueryFilter;
33382
+ "metrics": Array<string>;
33383
+ "flattenMultivaluedDimensions"?: boolean;
33384
+ "views"?: Array<Models.RateLimitAggregationView>;
33385
+ "alternateTimeDimension"?: string;
33386
+ }
33387
+
33388
+ export interface RateLimitAggregationView {
33389
+ "target": string;
33390
+ "name": string;
33391
+ "function": string;
33392
+ "range"?: Models.AggregationRange;
33393
+ }
33394
+
33192
33395
  export interface Reaction {
33193
33396
  "data"?: string;
33194
33397
  "name"?: string;
@@ -33525,7 +33728,7 @@ declare namespace Models {
33525
33728
  "queryString"?: string;
33526
33729
  "fragment"?: string;
33527
33730
  "name"?: string;
33528
- "medium"?: string;
33731
+ "medium": string;
33529
33732
  }
33530
33733
 
33531
33734
  export interface RegionTimeZone {
@@ -33872,6 +34075,60 @@ declare namespace Models {
33872
34075
  "headers"?: { [key: string]: string; };
33873
34076
  }
33874
34077
 
34078
+ export interface RequestContext {
34079
+ "patterns"?: Array<Models.RequestContextPattern>;
34080
+ }
34081
+
34082
+ export interface RequestContextPattern {
34083
+ "criteria": Array<Models.RequestEntityTypeCriteria>;
34084
+ }
34085
+
34086
+ export interface RequestCriteria {
34087
+ "key": string;
34088
+ "values": Array<string>;
34089
+ "shouldIgnoreCase"?: boolean;
34090
+ "operator"?: string;
34091
+ }
34092
+
34093
+ export interface RequestDevice {
34094
+ "category": string;
34095
+ "type": string;
34096
+ "isMobile"?: boolean;
34097
+ "screenHeight"?: number;
34098
+ "screenWidth"?: number;
34099
+ "screenDensity"?: number;
34100
+ "fingerprint"?: string;
34101
+ "osFamily": string;
34102
+ "osVersion": string;
34103
+ "manufacturer"?: string;
34104
+ }
34105
+
34106
+ export interface RequestEntityTypeCriteria {
34107
+ "key": string;
34108
+ "values": Array<string>;
34109
+ "shouldIgnoreCase"?: boolean;
34110
+ "operator"?: string;
34111
+ "entityType": string;
34112
+ }
34113
+
34114
+ export interface RequestExternalSegment {
34115
+ "id": string;
34116
+ "name": string;
34117
+ "source"?: string;
34118
+ }
34119
+
34120
+ export interface RequestJourney {
34121
+ "patterns"?: Array<Models.RequestJourneyPattern>;
34122
+ }
34123
+
34124
+ export interface RequestJourneyPattern {
34125
+ "criteria": Array<Models.RequestCriteria>;
34126
+ "count": number;
34127
+ "streamType": string;
34128
+ "sessionType": string;
34129
+ "eventName"?: string;
34130
+ }
34131
+
33875
34132
  export interface RequestMapping {
33876
34133
  "name"?: string;
33877
34134
  "attributeType"?: string;
@@ -35180,29 +35437,8 @@ declare namespace Models {
35180
35437
  "disconnectType"?: string;
35181
35438
  }
35182
35439
 
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
35440
  export interface SegmentAssignmentEvent {
35205
- "segment"?: Models.AddressableEntityRef;
35441
+ "segment": Models.AddressableEntityRef;
35206
35442
  }
35207
35443
 
35208
35444
  export interface SegmentDetailQueryClause {
@@ -35359,10 +35595,10 @@ declare namespace Models {
35359
35595
  }
35360
35596
 
35361
35597
  export interface Session {
35362
- "id"?: string;
35598
+ "id": string;
35363
35599
  "customerId"?: string;
35364
35600
  "customerIdType"?: string;
35365
- "type"?: string;
35601
+ "type": string;
35366
35602
  "externalId"?: string;
35367
35603
  "externalUrl"?: string;
35368
35604
  "shortId"?: string;
@@ -35384,10 +35620,10 @@ declare namespace Models {
35384
35620
  "searchTerms"?: Array<string>;
35385
35621
  "userAgentString"?: string;
35386
35622
  "durationInSeconds"?: number;
35387
- "eventCount"?: number;
35623
+ "eventCount": number;
35388
35624
  "pageviewCount"?: number;
35389
35625
  "screenviewCount"?: number;
35390
- "lastEvent"?: Models.SessionLastEvent;
35626
+ "lastEvent": Models.SessionLastEvent;
35391
35627
  "lastConnectedQueue"?: Models.ConnectedQueue;
35392
35628
  "lastConnectedUser"?: Models.ConnectedUser;
35393
35629
  "lastUserDisposition"?: Models.ConversationUserDisposition;
@@ -35396,9 +35632,9 @@ declare namespace Models {
35396
35632
  "conversationSubject"?: string;
35397
35633
  "lastUserDisconnectType"?: string;
35398
35634
  "lastAcdOutcome"?: string;
35399
- "authenticated"?: boolean;
35635
+ "authenticated": boolean;
35400
35636
  "selfUri"?: string;
35401
- "createdDate"?: string;
35637
+ "createdDate": string;
35402
35638
  "endedDate"?: string;
35403
35639
  "externalContact"?: Models.AddressableEntityRef;
35404
35640
  "awayDate"?: string;
@@ -35412,9 +35648,9 @@ declare namespace Models {
35412
35648
  }
35413
35649
 
35414
35650
  export interface SessionLastEvent {
35415
- "id"?: string;
35416
- "eventName"?: string;
35417
- "createdDate"?: string;
35651
+ "id": string;
35652
+ "eventName": string;
35653
+ "createdDate": string;
35418
35654
  }
35419
35655
 
35420
35656
  export interface SessionListing {
@@ -35425,8 +35661,8 @@ declare namespace Models {
35425
35661
  }
35426
35662
 
35427
35663
  export interface SessionSegmentAssignment {
35428
- "segment"?: Models.AssignedSegment;
35429
- "assignedDate"?: string;
35664
+ "segment": Models.AssignedSegment;
35665
+ "assignedDate": string;
35430
35666
  }
35431
35667
 
35432
35668
  export interface SessionsResponse {
@@ -40903,14 +41139,14 @@ declare namespace Models {
40903
41139
 
40904
41140
  export interface WebActionEvent {
40905
41141
  "action": Models.EventAction;
40906
- "actionMap"?: Models.ActionEventActionMap;
40907
- "actionTarget"?: Models.AddressableEntityRef;
41142
+ "actionMap": Models.ActionEventActionMap;
41143
+ "actionTarget": Models.AddressableEntityRef;
40908
41144
  "timeToDisposition"?: number;
40909
41145
  "errorCode"?: string;
40910
41146
  "errorMessage"?: string;
40911
- "userAgentString"?: string;
40912
- "browser"?: Models.Browser;
40913
- "device"?: Models.Device;
41147
+ "userAgentString": string;
41148
+ "browser": Models.Browser;
41149
+ "device": Models.Device;
40914
41150
  "geolocation"?: Models.JourneyGeolocation;
40915
41151
  "ipAddress"?: string;
40916
41152
  "ipOrganization"?: string;
@@ -41169,21 +41405,21 @@ declare namespace Models {
41169
41405
 
41170
41406
  export interface WebEvent {
41171
41407
  "eventName": string;
41172
- "totalEventCount"?: number;
41173
- "totalPageviewCount"?: number;
41174
- "page"?: Models.JourneyPage;
41175
- "userAgentString"?: string;
41176
- "browser"?: Models.Browser;
41177
- "device"?: Models.Device;
41408
+ "totalEventCount": number;
41409
+ "totalPageviewCount": number;
41410
+ "page": Models.JourneyPage;
41411
+ "userAgentString": string;
41412
+ "browser": Models.Browser;
41413
+ "device": Models.Device;
41178
41414
  "geolocation"?: Models.JourneyGeolocation;
41179
41415
  "ipAddress"?: string;
41180
41416
  "ipOrganization"?: string;
41181
41417
  "mktCampaign"?: Models.JourneyCampaign;
41182
41418
  "referrer"?: Models.Referrer;
41183
- "attributes"?: { [key: string]: Models.CustomEventAttribute; };
41184
- "traits"?: { [key: string]: Models.CustomEventAttribute; };
41419
+ "attributes": { [key: string]: Models.CustomEventAttribute; };
41420
+ "traits": { [key: string]: Models.CustomEventAttribute; };
41185
41421
  "searchQuery"?: string;
41186
- "authenticated"?: boolean;
41422
+ "authenticated": boolean;
41187
41423
  }
41188
41424
 
41189
41425
  export interface WebMessagingAttachment {
@@ -42644,10 +42880,6 @@ declare namespace Models {
42644
42880
  "name"?: string;
42645
42881
  "supportedContent"?: Models.SupportedContentReference;
42646
42882
  "messagingSetting"?: Models.MessagingSettingRequestReference;
42647
- "action"?: string;
42648
- "authenticationMethod"?: string;
42649
- "confirmationCode"?: string;
42650
- "phoneNumber"?: string;
42651
42883
  "selfUri"?: string;
42652
42884
  }
42653
42885
 
@@ -43909,6 +44141,7 @@ declare namespace Models {
43909
44141
  export interface WrapupCodeRequest {
43910
44142
  "id"?: string;
43911
44143
  "name": string;
44144
+ "division"?: Models.WritableStarrableDivision;
43912
44145
  "dateCreated"?: string;
43913
44146
  "dateModified"?: string;
43914
44147
  "createdBy"?: string;