purecloud-platform-client-v2 97.0.0 → 98.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.
- package/README.md +2 -2
- package/dist/node/purecloud-platform-client-v2.js +67 -193
- package/dist/web-amd/purecloud-platform-client-v2.js +67 -193
- package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
- package/dist/web-cjs/bundle.js +67 -193
- package/dist/web-cjs/purecloud-platform-client-v2.js +68 -196
- package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
- package/index.d.ts +68 -97
- package/package.json +1 -1
- package/src/purecloud-platform-client-v2/ApiClient.js +2 -2
- 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/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/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/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/IntegrationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -131
- package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +3 -2
- 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/LicenseApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LocationsApi.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 +1 -1
- package/src/purecloud-platform-client-v2/api/QualityApi.js +3 -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 +1 -1
- 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/TelephonyApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
- 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/WidgetsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +5 -3
- package/src/purecloud-platform-client-v2/index.js +1 -1
package/index.d.ts
CHANGED
|
@@ -1648,12 +1648,8 @@ declare namespace IntegrationsApi {
|
|
|
1648
1648
|
declare class JourneyApi {
|
|
1649
1649
|
getJourneyActiontarget(actionTargetId: string): Promise<Models.ActionTarget>;
|
|
1650
1650
|
getJourneyActiontargets(opts?: JourneyApi.getJourneyActiontargetsOptions): Promise<Models.ActionTargetListing>;
|
|
1651
|
-
getJourneyCustomerCustomerIdSegments(customerIdType: string, customerId: string, opts?: JourneyApi.getJourneyCustomerCustomerIdSegmentsOptions): Promise<Models.SegmentAssignmentListing>;
|
|
1652
|
-
getJourneyExternalcontactSegments(externalContactId: string, opts?: JourneyApi.getJourneyExternalcontactSegmentsOptions): Promise<Models.SegmentAssignmentListing>;
|
|
1653
|
-
getJourneySessionSegments(sessionId: string, opts?: JourneyApi.getJourneySessionSegmentsOptions): Promise<Models.SegmentAssignmentListing>;
|
|
1654
1651
|
patchJourneyActiontarget(actionTargetId: string, opts?: JourneyApi.patchJourneyActiontargetOptions): Promise<Models.ActionTarget>;
|
|
1655
|
-
postAnalyticsJourneysAggregatesQuery(body: Models.JourneyAggregationQuery): Promise<Models.JourneyAggregateQueryResponse>;
|
|
1656
|
-
postJourneyExternalcontactSegments(externalContactId: string, opts?: JourneyApi.postJourneyExternalcontactSegmentsOptions): Promise<void>;
|
|
1652
|
+
postAnalyticsJourneysAggregatesQuery(body: Models.JourneyAggregationQuery): Promise<Models.JourneyAggregateQueryResponse>;
|
|
1657
1653
|
}
|
|
1658
1654
|
|
|
1659
1655
|
declare namespace JourneyApi {
|
|
@@ -1661,30 +1657,9 @@ declare namespace JourneyApi {
|
|
|
1661
1657
|
"pageNumber"?: number;
|
|
1662
1658
|
"pageSize"?: number;
|
|
1663
1659
|
}
|
|
1664
|
-
export interface getJourneyCustomerCustomerIdSegmentsOptions {
|
|
1665
|
-
"pageSize"?: string;
|
|
1666
|
-
"after"?: string;
|
|
1667
|
-
"segmentScope"?: string;
|
|
1668
|
-
"assignmentState"?: string;
|
|
1669
|
-
}
|
|
1670
|
-
export interface getJourneyExternalcontactSegmentsOptions {
|
|
1671
|
-
"pageSize"?: string;
|
|
1672
|
-
"after"?: string;
|
|
1673
|
-
"segmentScope"?: string;
|
|
1674
|
-
"assignmentState"?: string;
|
|
1675
|
-
}
|
|
1676
|
-
export interface getJourneySessionSegmentsOptions {
|
|
1677
|
-
"pageSize"?: string;
|
|
1678
|
-
"after"?: string;
|
|
1679
|
-
"segmentScope"?: string;
|
|
1680
|
-
"assignmentState"?: string;
|
|
1681
|
-
}
|
|
1682
1660
|
export interface patchJourneyActiontargetOptions {
|
|
1683
1661
|
"body"?: Models.PatchActionTarget;
|
|
1684
1662
|
}
|
|
1685
|
-
export interface postJourneyExternalcontactSegmentsOptions {
|
|
1686
|
-
"body"?: Array<Models.SegmentAssignmentsUpdate>;
|
|
1687
|
-
}
|
|
1688
1663
|
}
|
|
1689
1664
|
|
|
1690
1665
|
declare class KnowledgeApi {
|
|
@@ -1724,6 +1699,7 @@ declare namespace KnowledgeApi {
|
|
|
1724
1699
|
"limit"?: string;
|
|
1725
1700
|
"pageSize"?: string;
|
|
1726
1701
|
"categories"?: string;
|
|
1702
|
+
"title"?: string;
|
|
1727
1703
|
}
|
|
1728
1704
|
export interface getKnowledgeKnowledgebaseLanguageTrainingsOptions {
|
|
1729
1705
|
"before"?: string;
|
|
@@ -2559,6 +2535,7 @@ declare namespace QualityApi {
|
|
|
2559
2535
|
export interface getQualityFormsEvaluationVersionsOptions {
|
|
2560
2536
|
"pageSize"?: number;
|
|
2561
2537
|
"pageNumber"?: number;
|
|
2538
|
+
"sortOrder"?: string;
|
|
2562
2539
|
}
|
|
2563
2540
|
export interface getQualityFormsEvaluationsOptions {
|
|
2564
2541
|
"pageSize"?: number;
|
|
@@ -4247,6 +4224,7 @@ declare namespace WorkforceManagementApi {
|
|
|
4247
4224
|
}
|
|
4248
4225
|
export interface patchWorkforcemanagementManagementunitWorkplanOptions {
|
|
4249
4226
|
"body"?: Models.WorkPlan;
|
|
4227
|
+
"validationMode"?: string;
|
|
4250
4228
|
}
|
|
4251
4229
|
export interface patchWorkforcemanagementManagementunitWorkplanrotationOptions {
|
|
4252
4230
|
"body"?: Models.UpdateWorkPlanRotationRequest;
|
|
@@ -4329,6 +4307,7 @@ declare namespace WorkforceManagementApi {
|
|
|
4329
4307
|
}
|
|
4330
4308
|
export interface postWorkforcemanagementManagementunitWorkplansOptions {
|
|
4331
4309
|
"body"?: Models.CreateWorkPlan;
|
|
4310
|
+
"validationMode"?: string;
|
|
4332
4311
|
}
|
|
4333
4312
|
export interface postWorkforcemanagementManagementunitsOptions {
|
|
4334
4313
|
"body"?: Models.CreateManagementUnitApiRequest;
|
|
@@ -4349,8 +4328,8 @@ declare namespace Models {
|
|
|
4349
4328
|
"id"?: string;
|
|
4350
4329
|
"name"?: string;
|
|
4351
4330
|
"relyingPartyIdentifier"?: string;
|
|
4352
|
-
"certificate"?: string;
|
|
4353
4331
|
"issuerURI"?: string;
|
|
4332
|
+
"certificate"?: string;
|
|
4354
4333
|
"ssoTargetURI"?: string;
|
|
4355
4334
|
"disabled"?: boolean;
|
|
4356
4335
|
"selfUri"?: string;
|
|
@@ -4781,8 +4760,8 @@ declare namespace Models {
|
|
|
4781
4760
|
"calibrationId"?: string;
|
|
4782
4761
|
"rescored"?: boolean;
|
|
4783
4762
|
"deleted"?: boolean;
|
|
4784
|
-
"oTotalScore"?: number;
|
|
4785
4763
|
"oTotalCriticalScore"?: number;
|
|
4764
|
+
"oTotalScore"?: number;
|
|
4786
4765
|
}
|
|
4787
4766
|
|
|
4788
4767
|
export interface AnalyticsFlow {
|
|
@@ -5251,20 +5230,20 @@ declare namespace Models {
|
|
|
5251
5230
|
"number"?: boolean;
|
|
5252
5231
|
"boolean"?: boolean;
|
|
5253
5232
|
"object"?: boolean;
|
|
5254
|
-
"missingNode"?: boolean;
|
|
5255
|
-
"valueNode"?: boolean;
|
|
5256
|
-
"binary"?: boolean;
|
|
5257
|
-
"pojo"?: boolean;
|
|
5258
|
-
"containerNode"?: boolean;
|
|
5259
5233
|
"int"?: boolean;
|
|
5260
5234
|
"long"?: boolean;
|
|
5261
|
-
"integralNumber"?: boolean;
|
|
5262
|
-
"floatingPointNumber"?: boolean;
|
|
5263
5235
|
"double"?: boolean;
|
|
5264
5236
|
"bigDecimal"?: boolean;
|
|
5265
5237
|
"bigInteger"?: boolean;
|
|
5266
5238
|
"textual"?: boolean;
|
|
5239
|
+
"floatingPointNumber"?: boolean;
|
|
5240
|
+
"integralNumber"?: boolean;
|
|
5267
5241
|
"short"?: boolean;
|
|
5242
|
+
"binary"?: boolean;
|
|
5243
|
+
"pojo"?: boolean;
|
|
5244
|
+
"containerNode"?: boolean;
|
|
5245
|
+
"missingNode"?: boolean;
|
|
5246
|
+
"valueNode"?: boolean;
|
|
5268
5247
|
"array"?: boolean;
|
|
5269
5248
|
"null"?: boolean;
|
|
5270
5249
|
}
|
|
@@ -7764,6 +7743,12 @@ declare namespace Models {
|
|
|
7764
7743
|
"footer"?: Models.NotificationTemplateFooter;
|
|
7765
7744
|
}
|
|
7766
7745
|
|
|
7746
|
+
export interface ContentPostback {
|
|
7747
|
+
"id"?: string;
|
|
7748
|
+
"text"?: string;
|
|
7749
|
+
"payload": string;
|
|
7750
|
+
}
|
|
7751
|
+
|
|
7767
7752
|
export interface ContentQueryRequest {
|
|
7768
7753
|
"queryPhrase"?: string;
|
|
7769
7754
|
"pageNumber"?: number;
|
|
@@ -7778,9 +7763,14 @@ declare namespace Models {
|
|
|
7778
7763
|
export interface ContentQuickReply {
|
|
7779
7764
|
"id"?: string;
|
|
7780
7765
|
"text": string;
|
|
7766
|
+
"payload"?: string;
|
|
7781
7767
|
"image"?: string;
|
|
7782
7768
|
"action"?: string;
|
|
7783
|
-
|
|
7769
|
+
}
|
|
7770
|
+
|
|
7771
|
+
export interface ContentReaction {
|
|
7772
|
+
"reactionType"?: string;
|
|
7773
|
+
"count"?: number;
|
|
7784
7774
|
}
|
|
7785
7775
|
|
|
7786
7776
|
export interface ContentSortItem {
|
|
@@ -8457,8 +8447,8 @@ declare namespace Models {
|
|
|
8457
8447
|
export interface ConversationDetailsDatalakeAvailabilityTopicDateTime {
|
|
8458
8448
|
"iMillis"?: number;
|
|
8459
8449
|
"beforeNow"?: boolean;
|
|
8460
|
-
"afterNow"?: boolean;
|
|
8461
8450
|
"equalNow"?: boolean;
|
|
8451
|
+
"afterNow"?: boolean;
|
|
8462
8452
|
}
|
|
8463
8453
|
|
|
8464
8454
|
export interface ConversationDivisionMembership {
|
|
@@ -10046,8 +10036,8 @@ declare namespace Models {
|
|
|
10046
10036
|
export interface CustomerInteractionCenter {
|
|
10047
10037
|
"id"?: string;
|
|
10048
10038
|
"name"?: string;
|
|
10049
|
-
"certificate"?: string;
|
|
10050
10039
|
"issuerURI"?: string;
|
|
10040
|
+
"certificate"?: string;
|
|
10051
10041
|
"ssoTargetURI"?: string;
|
|
10052
10042
|
"disabled"?: boolean;
|
|
10053
10043
|
"selfUri"?: string;
|
|
@@ -12986,6 +12976,7 @@ declare namespace Models {
|
|
|
12986
12976
|
"publishedBy"?: Models.User;
|
|
12987
12977
|
"currentOperation"?: Models.Operation;
|
|
12988
12978
|
"nluInfo"?: Models.NluInfo;
|
|
12979
|
+
"supportedLanguages"?: Array<Models.SupportedLanguage>;
|
|
12989
12980
|
"selfUri"?: string;
|
|
12990
12981
|
}
|
|
12991
12982
|
|
|
@@ -13198,6 +13189,7 @@ declare namespace Models {
|
|
|
13198
13189
|
"inputSchema"?: Models.JsonSchemaDocument;
|
|
13199
13190
|
"outputSchema"?: Models.JsonSchemaDocument;
|
|
13200
13191
|
"nluInfo"?: Models.NluInfo;
|
|
13192
|
+
"supportedLanguages"?: Array<Models.SupportedLanguage>;
|
|
13201
13193
|
"selfUri"?: string;
|
|
13202
13194
|
}
|
|
13203
13195
|
|
|
@@ -13363,8 +13355,8 @@ declare namespace Models {
|
|
|
13363
13355
|
"id"?: string;
|
|
13364
13356
|
"name"?: string;
|
|
13365
13357
|
"relyingPartyIdentifier"?: string;
|
|
13366
|
-
"certificate"?: string;
|
|
13367
13358
|
"issuerURI"?: string;
|
|
13359
|
+
"certificate"?: string;
|
|
13368
13360
|
"ssoTargetURI"?: string;
|
|
13369
13361
|
"disabled"?: boolean;
|
|
13370
13362
|
"selfUri"?: string;
|
|
@@ -13378,12 +13370,12 @@ declare namespace Models {
|
|
|
13378
13370
|
export interface GenericSAML {
|
|
13379
13371
|
"id"?: string;
|
|
13380
13372
|
"name"?: string;
|
|
13381
|
-
"logoImageData"?: string;
|
|
13382
13373
|
"relyingPartyIdentifier"?: string;
|
|
13374
|
+
"logoImageData"?: string;
|
|
13383
13375
|
"endpointCompression"?: boolean;
|
|
13384
13376
|
"nameIdentifierFormat"?: string;
|
|
13385
|
-
"certificate"?: string;
|
|
13386
13377
|
"issuerURI"?: string;
|
|
13378
|
+
"certificate"?: string;
|
|
13387
13379
|
"ssoTargetURI"?: string;
|
|
13388
13380
|
"disabled"?: boolean;
|
|
13389
13381
|
"selfUri"?: string;
|
|
@@ -13718,8 +13710,8 @@ declare namespace Models {
|
|
|
13718
13710
|
"completed"?: string;
|
|
13719
13711
|
"entities"?: Array<Models.HistoryEntry>;
|
|
13720
13712
|
"total"?: number;
|
|
13721
|
-
"pageSize"?: number;
|
|
13722
13713
|
"pageNumber"?: number;
|
|
13714
|
+
"pageSize"?: number;
|
|
13723
13715
|
"pageCount"?: number;
|
|
13724
13716
|
}
|
|
13725
13717
|
|
|
@@ -13814,8 +13806,8 @@ declare namespace Models {
|
|
|
13814
13806
|
"id"?: string;
|
|
13815
13807
|
"name"?: string;
|
|
13816
13808
|
"relyingPartyIdentifier"?: string;
|
|
13817
|
-
"certificate"?: string;
|
|
13818
13809
|
"issuerURI"?: string;
|
|
13810
|
+
"certificate"?: string;
|
|
13819
13811
|
"ssoTargetURI"?: string;
|
|
13820
13812
|
"disabled"?: boolean;
|
|
13821
13813
|
"selfUri"?: string;
|
|
@@ -14233,20 +14225,20 @@ declare namespace Models {
|
|
|
14233
14225
|
"number"?: boolean;
|
|
14234
14226
|
"boolean"?: boolean;
|
|
14235
14227
|
"object"?: boolean;
|
|
14236
|
-
"missingNode"?: boolean;
|
|
14237
|
-
"valueNode"?: boolean;
|
|
14238
|
-
"binary"?: boolean;
|
|
14239
|
-
"pojo"?: boolean;
|
|
14240
|
-
"containerNode"?: boolean;
|
|
14241
14228
|
"int"?: boolean;
|
|
14242
14229
|
"long"?: boolean;
|
|
14243
|
-
"integralNumber"?: boolean;
|
|
14244
|
-
"floatingPointNumber"?: boolean;
|
|
14245
14230
|
"double"?: boolean;
|
|
14246
14231
|
"bigDecimal"?: boolean;
|
|
14247
14232
|
"bigInteger"?: boolean;
|
|
14248
14233
|
"textual"?: boolean;
|
|
14234
|
+
"floatingPointNumber"?: boolean;
|
|
14235
|
+
"integralNumber"?: boolean;
|
|
14249
14236
|
"short"?: boolean;
|
|
14237
|
+
"binary"?: boolean;
|
|
14238
|
+
"pojo"?: boolean;
|
|
14239
|
+
"containerNode"?: boolean;
|
|
14240
|
+
"missingNode"?: boolean;
|
|
14241
|
+
"valueNode"?: boolean;
|
|
14250
14242
|
"array"?: boolean;
|
|
14251
14243
|
"null"?: boolean;
|
|
14252
14244
|
}
|
|
@@ -15183,6 +15175,9 @@ declare namespace Models {
|
|
|
15183
15175
|
"generic"?: Models.ContentGeneric;
|
|
15184
15176
|
"list"?: Models.ContentList;
|
|
15185
15177
|
"template"?: Models.ContentNotificationTemplate;
|
|
15178
|
+
"reactions"?: Array<Models.ContentReaction>;
|
|
15179
|
+
"mention"?: Models.MessagingRecipient;
|
|
15180
|
+
"postback"?: Models.ContentPostback;
|
|
15186
15181
|
}
|
|
15187
15182
|
|
|
15188
15183
|
export interface MessageConversation {
|
|
@@ -15419,6 +15414,15 @@ declare namespace Models {
|
|
|
15419
15414
|
"pageCount"?: number;
|
|
15420
15415
|
}
|
|
15421
15416
|
|
|
15417
|
+
export interface MessagingRecipient {
|
|
15418
|
+
"nickname"?: string;
|
|
15419
|
+
"id": string;
|
|
15420
|
+
"image"?: string;
|
|
15421
|
+
"firstName"?: string;
|
|
15422
|
+
"lastName"?: string;
|
|
15423
|
+
"email"?: string;
|
|
15424
|
+
}
|
|
15425
|
+
|
|
15422
15426
|
export interface MessagingSticker {
|
|
15423
15427
|
"id"?: string;
|
|
15424
15428
|
"name"?: string;
|
|
@@ -15942,8 +15946,8 @@ declare namespace Models {
|
|
|
15942
15946
|
export interface Okta {
|
|
15943
15947
|
"id"?: string;
|
|
15944
15948
|
"name"?: string;
|
|
15945
|
-
"certificate"?: string;
|
|
15946
15949
|
"issuerURI"?: string;
|
|
15950
|
+
"certificate"?: string;
|
|
15947
15951
|
"ssoTargetURI"?: string;
|
|
15948
15952
|
"disabled"?: boolean;
|
|
15949
15953
|
"selfUri"?: string;
|
|
@@ -15952,8 +15956,8 @@ declare namespace Models {
|
|
|
15952
15956
|
export interface OneLogin {
|
|
15953
15957
|
"id"?: string;
|
|
15954
15958
|
"name"?: string;
|
|
15955
|
-
"certificate"?: string;
|
|
15956
15959
|
"issuerURI"?: string;
|
|
15960
|
+
"certificate"?: string;
|
|
15957
15961
|
"ssoTargetURI"?: string;
|
|
15958
15962
|
"disabled"?: boolean;
|
|
15959
15963
|
"selfUri"?: string;
|
|
@@ -16603,8 +16607,8 @@ declare namespace Models {
|
|
|
16603
16607
|
"id"?: string;
|
|
16604
16608
|
"name"?: string;
|
|
16605
16609
|
"relyingPartyIdentifier"?: string;
|
|
16606
|
-
"certificate"?: string;
|
|
16607
16610
|
"issuerURI"?: string;
|
|
16611
|
+
"certificate"?: string;
|
|
16608
16612
|
"ssoTargetURI"?: string;
|
|
16609
16613
|
"disabled"?: boolean;
|
|
16610
16614
|
"selfUri"?: string;
|
|
@@ -16929,8 +16933,8 @@ declare namespace Models {
|
|
|
16929
16933
|
"id"?: string;
|
|
16930
16934
|
"name"?: string;
|
|
16931
16935
|
"autoProvisionUsers"?: boolean;
|
|
16932
|
-
"certificate"?: string;
|
|
16933
16936
|
"issuerURI"?: string;
|
|
16937
|
+
"certificate"?: string;
|
|
16934
16938
|
"ssoTargetURI"?: string;
|
|
16935
16939
|
"disabled"?: boolean;
|
|
16936
16940
|
"selfUri"?: string;
|
|
@@ -20105,8 +20109,8 @@ declare namespace Models {
|
|
|
20105
20109
|
export interface Salesforce {
|
|
20106
20110
|
"id"?: string;
|
|
20107
20111
|
"name"?: string;
|
|
20108
|
-
"certificate"?: string;
|
|
20109
20112
|
"issuerURI"?: string;
|
|
20113
|
+
"certificate"?: string;
|
|
20110
20114
|
"ssoTargetURI"?: string;
|
|
20111
20115
|
"disabled"?: boolean;
|
|
20112
20116
|
"selfUri"?: string;
|
|
@@ -20738,44 +20742,6 @@ declare namespace Models {
|
|
|
20738
20742
|
"disconnectType"?: string;
|
|
20739
20743
|
}
|
|
20740
20744
|
|
|
20741
|
-
export interface SegmentAssignment {
|
|
20742
|
-
"id"?: string;
|
|
20743
|
-
"state"?: string;
|
|
20744
|
-
"dateAssigned"?: string;
|
|
20745
|
-
"dateUnassigned"?: string;
|
|
20746
|
-
"dateModified"?: string;
|
|
20747
|
-
"segment"?: Models.SegmentAssignmentSegment;
|
|
20748
|
-
"customerId"?: string;
|
|
20749
|
-
"customerIdType"?: string;
|
|
20750
|
-
"session"?: Models.SegmentAssignmentSession;
|
|
20751
|
-
"externalContact"?: Models.AddressableEntityRef;
|
|
20752
|
-
}
|
|
20753
|
-
|
|
20754
|
-
export interface SegmentAssignmentListing {
|
|
20755
|
-
"entities"?: Array<Models.SegmentAssignment>;
|
|
20756
|
-
"nextUri"?: string;
|
|
20757
|
-
"selfUri"?: string;
|
|
20758
|
-
"previousUri"?: string;
|
|
20759
|
-
}
|
|
20760
|
-
|
|
20761
|
-
export interface SegmentAssignmentSegment {
|
|
20762
|
-
"id"?: string;
|
|
20763
|
-
"scope"?: string;
|
|
20764
|
-
"version"?: number;
|
|
20765
|
-
"selfUri"?: string;
|
|
20766
|
-
}
|
|
20767
|
-
|
|
20768
|
-
export interface SegmentAssignmentSession {
|
|
20769
|
-
"id"?: string;
|
|
20770
|
-
"type"?: string;
|
|
20771
|
-
"selfUri"?: string;
|
|
20772
|
-
}
|
|
20773
|
-
|
|
20774
|
-
export interface SegmentAssignmentsUpdate {
|
|
20775
|
-
"segmentId": string;
|
|
20776
|
-
"state": string;
|
|
20777
|
-
}
|
|
20778
|
-
|
|
20779
20745
|
export interface SegmentDetailQueryClause {
|
|
20780
20746
|
"type": string;
|
|
20781
20747
|
"predicates": Array<Models.SegmentDetailQueryPredicate>;
|
|
@@ -21486,6 +21452,11 @@ declare namespace Models {
|
|
|
21486
21452
|
"query": Array<Models.SuggestSearchCriteria>;
|
|
21487
21453
|
}
|
|
21488
21454
|
|
|
21455
|
+
export interface SupportedLanguage {
|
|
21456
|
+
"language"?: string;
|
|
21457
|
+
"isDefault"?: boolean;
|
|
21458
|
+
}
|
|
21459
|
+
|
|
21489
21460
|
export interface Survey {
|
|
21490
21461
|
"id"?: string;
|
|
21491
21462
|
"name"?: string;
|
|
@@ -22847,8 +22818,8 @@ declare namespace Models {
|
|
|
22847
22818
|
export interface UserDetailsDatalakeAvailabilityTopicDateTime {
|
|
22848
22819
|
"iMillis"?: number;
|
|
22849
22820
|
"beforeNow"?: boolean;
|
|
22850
|
-
"afterNow"?: boolean;
|
|
22851
22821
|
"equalNow"?: boolean;
|
|
22822
|
+
"afterNow"?: boolean;
|
|
22852
22823
|
}
|
|
22853
22824
|
|
|
22854
22825
|
export interface UserDetailsQuery {
|
|
@@ -24287,8 +24258,8 @@ declare namespace Models {
|
|
|
24287
24258
|
"endDate"?: string;
|
|
24288
24259
|
"timeZone"?: string;
|
|
24289
24260
|
"userIds"?: Array<string>;
|
|
24290
|
-
"teamIds"?: Array<string>;
|
|
24291
24261
|
"includeExceptions"?: boolean;
|
|
24262
|
+
"teamIds"?: Array<string>;
|
|
24292
24263
|
}
|
|
24293
24264
|
|
|
24294
24265
|
export interface WfmHistoricalAdherenceQueryForUsers {
|
|
@@ -24296,7 +24267,6 @@ declare namespace Models {
|
|
|
24296
24267
|
"endDate"?: string;
|
|
24297
24268
|
"timeZone"?: string;
|
|
24298
24269
|
"userIds": Array<string>;
|
|
24299
|
-
"teamIds": Array<string>;
|
|
24300
24270
|
"includeExceptions"?: boolean;
|
|
24301
24271
|
}
|
|
24302
24272
|
|
|
@@ -24321,8 +24291,8 @@ declare namespace Models {
|
|
|
24321
24291
|
export interface WfmHistoricalDataUploadRequestStatusTopicDateTime {
|
|
24322
24292
|
"iMillis"?: number;
|
|
24323
24293
|
"beforeNow"?: boolean;
|
|
24324
|
-
"afterNow"?: boolean;
|
|
24325
24294
|
"equalNow"?: boolean;
|
|
24295
|
+
"afterNow"?: boolean;
|
|
24326
24296
|
}
|
|
24327
24297
|
|
|
24328
24298
|
export interface WfmHistoricalDataUploadRequestStatusTopicHistoricalDataUploadRequestUpdate {
|
|
@@ -24770,6 +24740,7 @@ declare namespace Models {
|
|
|
24770
24740
|
export interface WorkPlanConfigurationViolationMessage {
|
|
24771
24741
|
"type"?: string;
|
|
24772
24742
|
"arguments"?: Array<Models.WorkPlanValidationMessageArgument>;
|
|
24743
|
+
"severity"?: string;
|
|
24773
24744
|
}
|
|
24774
24745
|
|
|
24775
24746
|
export interface WorkPlanConstraintConflictMessage {
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@ import superagent from 'superagent';
|
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* @module purecloud-platform-client-v2/ApiClient
|
|
5
|
-
* @version
|
|
5
|
+
* @version 98.0.0
|
|
6
6
|
*/
|
|
7
7
|
class ApiClient {
|
|
8
8
|
/**
|
|
@@ -758,7 +758,7 @@ class ApiClient {
|
|
|
758
758
|
|
|
759
759
|
// set header parameters
|
|
760
760
|
request.set(this.defaultHeaders).set(this.normalizeParams(headerParams));
|
|
761
|
-
//request.set({ 'purecloud-sdk': '
|
|
761
|
+
//request.set({ 'purecloud-sdk': '98.0.0' });
|
|
762
762
|
|
|
763
763
|
// set request timeout
|
|
764
764
|
request.timeout(this.timeout);
|