purecloud-platform-client-v2 160.1.0 → 161.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.
- package/README.md +2 -2
- package/dist/node/purecloud-platform-client-v2.js +117 -96
- package/dist/web-amd/purecloud-platform-client-v2.js +117 -96
- package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
- package/dist/web-cjs/bundle.js +117 -96
- package/dist/web-cjs/purecloud-platform-client-v2.js +117 -96
- package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
- package/index.d.ts +99 -18
- package/package.json +1 -1
- package/src/purecloud-platform-client-v2/ApiClient.js +1 -1
- package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ArchitectApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ConversationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OutboundApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/PresenceApi.js +46 -1
- package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/QualityApi.js +2 -2
- package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/RoutingApi.js +3 -2
- package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -26
- package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/index.js +1 -1
package/index.d.ts
CHANGED
|
@@ -3381,6 +3381,7 @@ declare namespace OutboundApi {
|
|
|
3381
3381
|
declare class PresenceApi {
|
|
3382
3382
|
deletePresenceSource(sourceId: string): Promise<void>;
|
|
3383
3383
|
deletePresencedefinition(presenceId: string): Promise<void>;
|
|
3384
|
+
getPresenceSettings(): Promise<Models.PresenceSettings>;
|
|
3384
3385
|
getPresenceSource(sourceId: string): Promise<Models.Source>;
|
|
3385
3386
|
getPresenceSources(opts?: PresenceApi.getPresenceSourcesOptions): Promise<Models.SourceEntityListing>;
|
|
3386
3387
|
getPresenceUserPrimarysource(userId: string): Promise<Models.UserPrimarySource>;
|
|
@@ -3393,6 +3394,7 @@ declare class PresenceApi {
|
|
|
3393
3394
|
patchUserPresencesPurecloud(userId: string, body: Models.UserPresence): Promise<Models.UserPresence>;
|
|
3394
3395
|
postPresenceSources(body: Models.Source): Promise<Models.Source>;
|
|
3395
3396
|
postPresencedefinitions(body: Models.OrganizationPresence): Promise<Models.OrganizationPresence>;
|
|
3397
|
+
putPresenceSettings(body: Models.PresenceSettings): Promise<Models.PresenceSettings>;
|
|
3396
3398
|
putPresenceSource(sourceId: string, body: Models.Source): Promise<Models.Source>;
|
|
3397
3399
|
putPresenceUserPrimarysource(userId: string, body: Models.UserPrimarySource): Promise<Models.UserPrimarySource>;
|
|
3398
3400
|
putPresencedefinition(presenceId: string, body: Models.OrganizationPresence): Promise<Models.OrganizationPresence>;
|
|
@@ -3981,7 +3983,7 @@ declare class RoutingApi {
|
|
|
3981
3983
|
postRoutingSkills(body: Models.RoutingSkill): Promise<Models.RoutingSkill>;
|
|
3982
3984
|
postRoutingSmsAddresses(body: Models.SmsAddressProvision): Promise<Models.SmsAddress>;
|
|
3983
3985
|
postRoutingSmsPhonenumbers(body: Models.SmsPhoneNumberProvision): Promise<Models.SmsPhoneNumber>;
|
|
3984
|
-
postRoutingWrapupcodes(body: Models.
|
|
3986
|
+
postRoutingWrapupcodes(body: Models.WrapupCodeRequest): Promise<Models.WrapupCode>;
|
|
3985
3987
|
postUserRoutinglanguages(userId: string, body: Models.UserRoutingLanguagePost): Promise<Models.UserRoutingLanguage>;
|
|
3986
3988
|
postUserRoutingskills(userId: string, body: Models.UserRoutingSkillPost): Promise<Models.UserRoutingSkill>;
|
|
3987
3989
|
putRoutingEmailDomainRoute(domainName: string, routeId: string, body: Models.InboundRoute): Promise<Models.InboundRoute>;
|
|
@@ -3993,7 +3995,7 @@ declare class RoutingApi {
|
|
|
3993
3995
|
putRoutingSmsPhonenumber(addressId: string, body: Models.SmsPhoneNumber): Promise<Models.SmsPhoneNumber>;
|
|
3994
3996
|
putRoutingUserUtilization(userId: string, body: Models.Utilization): Promise<Models.AgentMaxUtilization>;
|
|
3995
3997
|
putRoutingUtilization(body: Models.Utilization): Promise<Models.Utilization>;
|
|
3996
|
-
putRoutingWrapupcode(codeId: string, body: Models.
|
|
3998
|
+
putRoutingWrapupcode(codeId: string, body: Models.WrapupCodeRequest): Promise<Models.WrapupCode>;
|
|
3997
3999
|
putUserRoutingskill(userId: string, skillId: string, body: Models.UserRoutingSkill): Promise<Models.UserRoutingSkill>;
|
|
3998
4000
|
putUserRoutingskillsBulk(userId: string, body: Array<Models.UserRoutingSkillPost>): Promise<Models.UserSkillEntityListing>;
|
|
3999
4001
|
}
|
|
@@ -4160,6 +4162,7 @@ declare namespace RoutingApi {
|
|
|
4160
4162
|
"sortBy"?: string;
|
|
4161
4163
|
"sortOrder"?: string;
|
|
4162
4164
|
"name"?: string;
|
|
4165
|
+
"divisionId"?: Array<string>;
|
|
4163
4166
|
}
|
|
4164
4167
|
export interface getUserQueuesOptions {
|
|
4165
4168
|
"pageSize"?: number;
|
|
@@ -4757,7 +4760,6 @@ declare class TelephonyProvidersEdgeApi {
|
|
|
4757
4760
|
postTelephonyProvidersEdgesPhones(body: Models.Phone): Promise<Models.Phone>;
|
|
4758
4761
|
postTelephonyProvidersEdgesPhonesReboot(body: Models.PhonesReboot): Promise<void>;
|
|
4759
4762
|
postTelephonyProvidersEdgesSiteOutboundroutes(siteId: string, body: Models.OutboundRouteBase): Promise<Models.OutboundRouteBase>;
|
|
4760
|
-
postTelephonyProvidersEdgesSiteRebalance(siteId: string): Promise<void>;
|
|
4761
4763
|
postTelephonyProvidersEdgesSites(body: Models.Site): Promise<Models.Site>;
|
|
4762
4764
|
postTelephonyProvidersEdgesTrunkbasesettings(body: Models.TrunkBase): Promise<Models.TrunkBase>;
|
|
4763
4765
|
putTelephonyProvidersEdge(edgeId: string, body: Models.Edge): Promise<Models.Edge>;
|
|
@@ -7838,6 +7840,8 @@ declare namespace Models {
|
|
|
7838
7840
|
"id"?: string;
|
|
7839
7841
|
"analysisEnabled"?: boolean;
|
|
7840
7842
|
"analysisDays"?: number;
|
|
7843
|
+
"dateLastCalculated"?: string;
|
|
7844
|
+
"dateLastActive"?: string;
|
|
7841
7845
|
"selfUri"?: string;
|
|
7842
7846
|
}
|
|
7843
7847
|
|
|
@@ -17152,6 +17156,12 @@ declare namespace Models {
|
|
|
17152
17156
|
"totalCriticalScore"?: number;
|
|
17153
17157
|
}
|
|
17154
17158
|
|
|
17159
|
+
export interface EvaluationQualityV2TopicEvaluationSource {
|
|
17160
|
+
"evaluationSourceType"?: string;
|
|
17161
|
+
"evaluationSourceId"?: string;
|
|
17162
|
+
"evaluationSourceName"?: string;
|
|
17163
|
+
}
|
|
17164
|
+
|
|
17155
17165
|
export interface EvaluationQualityV2TopicEvaluationV2 {
|
|
17156
17166
|
"id"?: string;
|
|
17157
17167
|
"conversationId"?: string;
|
|
@@ -17175,6 +17185,9 @@ declare namespace Models {
|
|
|
17175
17185
|
"conversationDate"?: string;
|
|
17176
17186
|
"mediaType"?: Array<string>;
|
|
17177
17187
|
"calibration"?: Models.EvaluationQualityV2TopicCalibration;
|
|
17188
|
+
"evaluationSource"?: Models.EvaluationQualityV2TopicEvaluationSource;
|
|
17189
|
+
"assigneeUserId"?: string;
|
|
17190
|
+
"previousAssigneeUserId"?: string;
|
|
17178
17191
|
}
|
|
17179
17192
|
|
|
17180
17193
|
export interface EvaluationQualityV2TopicUser {
|
|
@@ -17279,6 +17292,12 @@ declare namespace Models {
|
|
|
17279
17292
|
"transcriptTopics"?: Array<Models.TranscriptTopic>;
|
|
17280
17293
|
}
|
|
17281
17294
|
|
|
17295
|
+
export interface EvaluationSettings {
|
|
17296
|
+
}
|
|
17297
|
+
|
|
17298
|
+
export interface EvaluationSettingsAssignee {
|
|
17299
|
+
}
|
|
17300
|
+
|
|
17282
17301
|
export interface EvaluationSource {
|
|
17283
17302
|
"id"?: string;
|
|
17284
17303
|
"name"?: string;
|
|
@@ -17286,6 +17305,12 @@ declare namespace Models {
|
|
|
17286
17305
|
"selfUri"?: string;
|
|
17287
17306
|
}
|
|
17288
17307
|
|
|
17308
|
+
export interface EvaluationVersion {
|
|
17309
|
+
"id"?: string;
|
|
17310
|
+
"name"?: string;
|
|
17311
|
+
"selfUri"?: string;
|
|
17312
|
+
}
|
|
17313
|
+
|
|
17289
17314
|
export interface EvaluatorActivity {
|
|
17290
17315
|
"id"?: string;
|
|
17291
17316
|
"name"?: string;
|
|
@@ -20206,16 +20231,6 @@ declare namespace Models {
|
|
|
20206
20231
|
"user"?: Models.JourneySessionEventsNotificationUser;
|
|
20207
20232
|
}
|
|
20208
20233
|
|
|
20209
|
-
export interface JourneySessionEventsNotificationCustomEventAttribute {
|
|
20210
|
-
"value"?: string;
|
|
20211
|
-
"dataType"?: string;
|
|
20212
|
-
}
|
|
20213
|
-
|
|
20214
|
-
export interface JourneySessionEventsNotificationCustomEventAttributeList {
|
|
20215
|
-
"values"?: Array<string>;
|
|
20216
|
-
"dataType"?: string;
|
|
20217
|
-
}
|
|
20218
|
-
|
|
20219
20234
|
export interface JourneySessionEventsNotificationDevice {
|
|
20220
20235
|
"type"?: string;
|
|
20221
20236
|
"isMobile"?: boolean;
|
|
@@ -20311,8 +20326,6 @@ declare namespace Models {
|
|
|
20311
20326
|
"type"?: string;
|
|
20312
20327
|
"outcomeAchievements"?: Array<Models.JourneySessionEventsNotificationOutcomeAchievement>;
|
|
20313
20328
|
"segmentAssignments"?: Array<Models.JourneySessionEventsNotificationSegmentAssignment>;
|
|
20314
|
-
"attributes"?: { [key: string]: Models.JourneySessionEventsNotificationCustomEventAttribute; };
|
|
20315
|
-
"attributeLists"?: { [key: string]: Models.JourneySessionEventsNotificationCustomEventAttributeList; };
|
|
20316
20329
|
"awayDate"?: string;
|
|
20317
20330
|
"browser"?: Models.JourneySessionEventsNotificationBrowser;
|
|
20318
20331
|
"device"?: Models.JourneySessionEventsNotificationDevice;
|
|
@@ -24453,6 +24466,12 @@ declare namespace Models {
|
|
|
24453
24466
|
export interface PagedNamespaceListing {
|
|
24454
24467
|
}
|
|
24455
24468
|
|
|
24469
|
+
export interface PagelessDomainEntityListingEvaluationVersion {
|
|
24470
|
+
"total"?: number;
|
|
24471
|
+
"entities"?: Array<Models.EvaluationVersion>;
|
|
24472
|
+
"selfUri"?: string;
|
|
24473
|
+
}
|
|
24474
|
+
|
|
24456
24475
|
export interface PagingSpec {
|
|
24457
24476
|
"pageSize": number;
|
|
24458
24477
|
"pageNumber": number;
|
|
@@ -25394,6 +25413,13 @@ declare namespace Models {
|
|
|
25394
25413
|
"modifiedDate"?: string;
|
|
25395
25414
|
}
|
|
25396
25415
|
|
|
25416
|
+
export interface PresenceSettings {
|
|
25417
|
+
"id"?: string;
|
|
25418
|
+
"name"?: string;
|
|
25419
|
+
"restorePresenceSettings"?: Models.RestorePresenceSettings;
|
|
25420
|
+
"selfUri"?: string;
|
|
25421
|
+
}
|
|
25422
|
+
|
|
25397
25423
|
export interface ProcessScheduleUpdateUploadRequest {
|
|
25398
25424
|
"uploadKey": string;
|
|
25399
25425
|
"teamIds"?: Array<string>;
|
|
@@ -29194,6 +29220,12 @@ declare namespace Models {
|
|
|
29194
29220
|
"details"?: string;
|
|
29195
29221
|
}
|
|
29196
29222
|
|
|
29223
|
+
export interface RestorePresenceSettings {
|
|
29224
|
+
"enabled": boolean;
|
|
29225
|
+
"restoreTimeMilliseconds": number;
|
|
29226
|
+
"restoreOnQueueEnabled": boolean;
|
|
29227
|
+
}
|
|
29228
|
+
|
|
29197
29229
|
export interface ResultCounters {
|
|
29198
29230
|
"success"?: number;
|
|
29199
29231
|
"failure"?: number;
|
|
@@ -30335,6 +30367,10 @@ declare namespace Models {
|
|
|
30335
30367
|
"recordingState"?: string;
|
|
30336
30368
|
}
|
|
30337
30369
|
|
|
30370
|
+
export interface SetSmsPhoneNumberActionSettings {
|
|
30371
|
+
"senderSmsPhoneNumber": string;
|
|
30372
|
+
}
|
|
30373
|
+
|
|
30338
30374
|
export interface SetTimeOffLimitValuesRequest {
|
|
30339
30375
|
"values"?: Array<Models.TimeOffLimitRange>;
|
|
30340
30376
|
"metadata": Models.WfmVersionedEntityMetadata;
|
|
@@ -30532,6 +30568,7 @@ declare namespace Models {
|
|
|
30532
30568
|
"enabled"?: boolean;
|
|
30533
30569
|
"cannedResponseId"?: string;
|
|
30534
30570
|
"alwaysIncluded"?: boolean;
|
|
30571
|
+
"inclusionType"?: string;
|
|
30535
30572
|
}
|
|
30536
30573
|
|
|
30537
30574
|
export interface SignedData {
|
|
@@ -30903,6 +30940,12 @@ declare namespace Models {
|
|
|
30903
30940
|
"expectedDialects"?: Array<string>;
|
|
30904
30941
|
}
|
|
30905
30942
|
|
|
30943
|
+
export interface StarrableDivision {
|
|
30944
|
+
"id"?: string;
|
|
30945
|
+
"name"?: string;
|
|
30946
|
+
"selfUri"?: string;
|
|
30947
|
+
}
|
|
30948
|
+
|
|
30906
30949
|
export interface StatEventCampaignTopicIntervalMetrics {
|
|
30907
30950
|
"interval"?: string;
|
|
30908
30951
|
"metrics"?: Array<Models.StatEventCampaignTopicMetricStats>;
|
|
@@ -36987,6 +37030,13 @@ declare namespace Models {
|
|
|
36987
37030
|
"alertTimeoutSeconds"?: number;
|
|
36988
37031
|
"queueId"?: string;
|
|
36989
37032
|
"customFields"?: { [key: string]: Models.WorkitemsEventsNotificationCustomAttribute; };
|
|
37033
|
+
"wrapup"?: Models.WorkitemsEventsNotificationWrapup;
|
|
37034
|
+
}
|
|
37035
|
+
|
|
37036
|
+
export interface WorkitemsEventsNotificationWrapup {
|
|
37037
|
+
"code"?: string;
|
|
37038
|
+
"userId"?: string;
|
|
37039
|
+
"op"?: string;
|
|
36990
37040
|
}
|
|
36991
37041
|
|
|
36992
37042
|
export interface WorkitemsQueueEventsNotificationCustomAttribute {
|
|
@@ -37031,6 +37081,13 @@ declare namespace Models {
|
|
|
37031
37081
|
"alertTimeoutSeconds"?: number;
|
|
37032
37082
|
"queueId"?: string;
|
|
37033
37083
|
"customFields"?: { [key: string]: Models.WorkitemsQueueEventsNotificationCustomAttribute; };
|
|
37084
|
+
"wrapup"?: Models.WorkitemsQueueEventsNotificationWrapup;
|
|
37085
|
+
}
|
|
37086
|
+
|
|
37087
|
+
export interface WorkitemsQueueEventsNotificationWrapup {
|
|
37088
|
+
"code"?: string;
|
|
37089
|
+
"userId"?: string;
|
|
37090
|
+
"op"?: string;
|
|
37034
37091
|
}
|
|
37035
37092
|
|
|
37036
37093
|
export interface WorkitemsUserEventsNotificationCustomAttribute {
|
|
@@ -37075,6 +37132,13 @@ declare namespace Models {
|
|
|
37075
37132
|
"alertTimeoutSeconds"?: number;
|
|
37076
37133
|
"queueId"?: string;
|
|
37077
37134
|
"customFields"?: { [key: string]: Models.WorkitemsUserEventsNotificationCustomAttribute; };
|
|
37135
|
+
"wrapup"?: Models.WorkitemsUserEventsNotificationWrapup;
|
|
37136
|
+
}
|
|
37137
|
+
|
|
37138
|
+
export interface WorkitemsUserEventsNotificationWrapup {
|
|
37139
|
+
"code"?: string;
|
|
37140
|
+
"userId"?: string;
|
|
37141
|
+
"op"?: string;
|
|
37078
37142
|
}
|
|
37079
37143
|
|
|
37080
37144
|
export interface Workspace {
|
|
@@ -37173,10 +37237,11 @@ declare namespace Models {
|
|
|
37173
37237
|
export interface WrapupCode {
|
|
37174
37238
|
"id"?: string;
|
|
37175
37239
|
"name": string;
|
|
37176
|
-
"
|
|
37177
|
-
"
|
|
37240
|
+
"division"?: Models.StarrableDivision;
|
|
37241
|
+
"dateCreated": string;
|
|
37242
|
+
"dateModified": string;
|
|
37243
|
+
"createdBy": string;
|
|
37178
37244
|
"modifiedBy"?: string;
|
|
37179
|
-
"createdBy"?: string;
|
|
37180
37245
|
"selfUri"?: string;
|
|
37181
37246
|
}
|
|
37182
37247
|
|
|
@@ -37193,6 +37258,16 @@ declare namespace Models {
|
|
|
37193
37258
|
"pageCount"?: number;
|
|
37194
37259
|
}
|
|
37195
37260
|
|
|
37261
|
+
export interface WrapupCodeRequest {
|
|
37262
|
+
"id"?: string;
|
|
37263
|
+
"name": string;
|
|
37264
|
+
"dateCreated": string;
|
|
37265
|
+
"dateModified": string;
|
|
37266
|
+
"createdBy": string;
|
|
37267
|
+
"modifiedBy"?: string;
|
|
37268
|
+
"selfUri"?: string;
|
|
37269
|
+
}
|
|
37270
|
+
|
|
37196
37271
|
export interface WrapupDetailEventTopicWrapupEvent {
|
|
37197
37272
|
"eventTime"?: number;
|
|
37198
37273
|
"conversationId"?: string;
|
|
@@ -37237,4 +37312,10 @@ declare namespace Models {
|
|
|
37237
37312
|
"id"?: string;
|
|
37238
37313
|
}
|
|
37239
37314
|
|
|
37315
|
+
export interface WritableStarrableDivision {
|
|
37316
|
+
"id"?: string;
|
|
37317
|
+
"name"?: string;
|
|
37318
|
+
"selfUri"?: string;
|
|
37319
|
+
}
|
|
37320
|
+
|
|
37240
37321
|
}
|
package/package.json
CHANGED