purecloud-platform-client-v2 218.1.0 → 219.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 +3 -3
- package/dist/node/purecloud-platform-client-v2.js +1118 -100
- package/dist/web-amd/purecloud-platform-client-v2.js +1118 -100
- package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
- package/dist/web-cjs/bundle.js +349 -100
- package/dist/web-cjs/purecloud-platform-client-v2.js +349 -100
- package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
- package/index.d.ts +499 -8
- package/package.json +1 -1
- package/src/purecloud-platform-client-v2/ApiClient.js +1 -1
- package/src/purecloud-platform-client-v2/api/AgentAssistantsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AgentCopilotApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AgentUIApi.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 +54 -1
- package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/CarrierServicesApi.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/DataPrivacyApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/EmailsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/EmployeeEngagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +396 -2
- 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 +366 -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/LogCaptureApi.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 +54 -1
- package/src/purecloud-platform-client-v2/api/OperationalEventsApi.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 +60 -1
- package/src/purecloud-platform-client-v2/api/PresenceApi.js +11 -11
- package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
- 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 +6 -4
- package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ScreenRecordingApi.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/SettingsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SocialMediaApi.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/TaskManagementApi.js +66 -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 -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 +26 -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 +7 -5
- package/src/purecloud-platform-client-v2/index.js +1 -1
|
@@ -5,7 +5,7 @@ class OutboundApi {
|
|
|
5
5
|
/**
|
|
6
6
|
* Outbound service.
|
|
7
7
|
* @module purecloud-platform-client-v2/api/OutboundApi
|
|
8
|
-
* @version
|
|
8
|
+
* @version 219.0.0
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
/**
|
|
@@ -492,6 +492,35 @@ class OutboundApi {
|
|
|
492
492
|
);
|
|
493
493
|
}
|
|
494
494
|
|
|
495
|
+
/**
|
|
496
|
+
* Deletes all or expired whatsApp numbers from a DNC list.
|
|
497
|
+
* This operation is only for Internal DNC lists of whatsApp numbers
|
|
498
|
+
* @param {String} dncListId DncList ID
|
|
499
|
+
* @param {Object} opts Optional parameters
|
|
500
|
+
* @param {Boolean} opts.expiredOnly Set to true to only remove DNC whatsApp numbers that are expired (default to false)
|
|
501
|
+
*/
|
|
502
|
+
deleteOutboundDnclistWhatsappnumbers(dncListId, opts) {
|
|
503
|
+
opts = opts || {};
|
|
504
|
+
|
|
505
|
+
// verify the required parameter 'dncListId' is set
|
|
506
|
+
if (dncListId === undefined || dncListId === null) {
|
|
507
|
+
throw 'Missing the required parameter "dncListId" when calling deleteOutboundDnclistWhatsappnumbers';
|
|
508
|
+
}
|
|
509
|
+
|
|
510
|
+
return this.apiClient.callApi(
|
|
511
|
+
'/api/v2/outbound/dnclists/{dncListId}/whatsappnumbers',
|
|
512
|
+
'DELETE',
|
|
513
|
+
{ 'dncListId': dncListId },
|
|
514
|
+
{ 'expiredOnly': opts['expiredOnly'] },
|
|
515
|
+
{ },
|
|
516
|
+
{ },
|
|
517
|
+
null,
|
|
518
|
+
['PureCloud OAuth'],
|
|
519
|
+
['application/json'],
|
|
520
|
+
['application/json']
|
|
521
|
+
);
|
|
522
|
+
}
|
|
523
|
+
|
|
495
524
|
/**
|
|
496
525
|
* Delete File Specification Template
|
|
497
526
|
*
|
|
@@ -2830,6 +2859,36 @@ class OutboundApi {
|
|
|
2830
2859
|
);
|
|
2831
2860
|
}
|
|
2832
2861
|
|
|
2862
|
+
/**
|
|
2863
|
+
* Add entries to or delete entries from a DNC list.
|
|
2864
|
+
* Only Internal DNC lists may be deleted from
|
|
2865
|
+
* @param {String} dncListId DncList ID
|
|
2866
|
+
* @param {Object} body DNC whatsApp numbers
|
|
2867
|
+
*/
|
|
2868
|
+
patchOutboundDnclistWhatsappnumbers(dncListId, body) {
|
|
2869
|
+
// verify the required parameter 'dncListId' is set
|
|
2870
|
+
if (dncListId === undefined || dncListId === null) {
|
|
2871
|
+
throw 'Missing the required parameter "dncListId" when calling patchOutboundDnclistWhatsappnumbers';
|
|
2872
|
+
}
|
|
2873
|
+
// verify the required parameter 'body' is set
|
|
2874
|
+
if (body === undefined || body === null) {
|
|
2875
|
+
throw 'Missing the required parameter "body" when calling patchOutboundDnclistWhatsappnumbers';
|
|
2876
|
+
}
|
|
2877
|
+
|
|
2878
|
+
return this.apiClient.callApi(
|
|
2879
|
+
'/api/v2/outbound/dnclists/{dncListId}/whatsappnumbers',
|
|
2880
|
+
'PATCH',
|
|
2881
|
+
{ 'dncListId': dncListId },
|
|
2882
|
+
{ },
|
|
2883
|
+
{ },
|
|
2884
|
+
{ },
|
|
2885
|
+
body,
|
|
2886
|
+
['PureCloud OAuth'],
|
|
2887
|
+
['application/json'],
|
|
2888
|
+
['application/json']
|
|
2889
|
+
);
|
|
2890
|
+
}
|
|
2891
|
+
|
|
2833
2892
|
/**
|
|
2834
2893
|
* Update the outbound settings for this organization
|
|
2835
2894
|
*
|
|
@@ -5,7 +5,7 @@ class PresenceApi {
|
|
|
5
5
|
/**
|
|
6
6
|
* Presence service.
|
|
7
7
|
* @module purecloud-platform-client-v2/api/PresenceApi
|
|
8
|
-
* @version
|
|
8
|
+
* @version 219.0.0
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
/**
|
|
@@ -25,10 +25,10 @@ class PresenceApi {
|
|
|
25
25
|
*
|
|
26
26
|
* @param {String} definitionId Presence Definition ID
|
|
27
27
|
*/
|
|
28
|
-
|
|
28
|
+
deletePresenceDefinition0(definitionId) {
|
|
29
29
|
// verify the required parameter 'definitionId' is set
|
|
30
30
|
if (definitionId === undefined || definitionId === null) {
|
|
31
|
-
throw 'Missing the required parameter "definitionId" when calling
|
|
31
|
+
throw 'Missing the required parameter "definitionId" when calling deletePresenceDefinition0';
|
|
32
32
|
}
|
|
33
33
|
|
|
34
34
|
return this.apiClient.callApi(
|
|
@@ -103,12 +103,12 @@ class PresenceApi {
|
|
|
103
103
|
* @param {Object} opts Optional parameters
|
|
104
104
|
* @param {Object} opts.localeCode The locale code to fetch for the presence definition. Use ALL to fetch everything.
|
|
105
105
|
*/
|
|
106
|
-
|
|
106
|
+
getPresenceDefinition0(definitionId, opts) {
|
|
107
107
|
opts = opts || {};
|
|
108
108
|
|
|
109
109
|
// verify the required parameter 'definitionId' is set
|
|
110
110
|
if (definitionId === undefined || definitionId === null) {
|
|
111
|
-
throw 'Missing the required parameter "definitionId" when calling
|
|
111
|
+
throw 'Missing the required parameter "definitionId" when calling getPresenceDefinition0';
|
|
112
112
|
}
|
|
113
113
|
|
|
114
114
|
return this.apiClient.callApi(
|
|
@@ -133,7 +133,7 @@ class PresenceApi {
|
|
|
133
133
|
* @param {Array.<String>} opts.divisionId One or more division IDs. If nothing is provided, the definitions associated withthe list of divisions that the user has access to will be returned.
|
|
134
134
|
* @param {Object} opts.localeCode The locale code to fetch for the presence definition. Use ALL to fetch everything.
|
|
135
135
|
*/
|
|
136
|
-
|
|
136
|
+
getPresenceDefinitions0(opts) {
|
|
137
137
|
opts = opts || {};
|
|
138
138
|
|
|
139
139
|
|
|
@@ -501,10 +501,10 @@ class PresenceApi {
|
|
|
501
501
|
*
|
|
502
502
|
* @param {Object} body The Presence Definition to create
|
|
503
503
|
*/
|
|
504
|
-
|
|
504
|
+
postPresenceDefinitions0(body) {
|
|
505
505
|
// verify the required parameter 'body' is set
|
|
506
506
|
if (body === undefined || body === null) {
|
|
507
|
-
throw 'Missing the required parameter "body" when calling
|
|
507
|
+
throw 'Missing the required parameter "body" when calling postPresenceDefinitions0';
|
|
508
508
|
}
|
|
509
509
|
|
|
510
510
|
return this.apiClient.callApi(
|
|
@@ -578,14 +578,14 @@ class PresenceApi {
|
|
|
578
578
|
* @param {String} definitionId Presence Definition ID
|
|
579
579
|
* @param {Object} body The updated Presence Definition
|
|
580
580
|
*/
|
|
581
|
-
|
|
581
|
+
putPresenceDefinition0(definitionId, body) {
|
|
582
582
|
// verify the required parameter 'definitionId' is set
|
|
583
583
|
if (definitionId === undefined || definitionId === null) {
|
|
584
|
-
throw 'Missing the required parameter "definitionId" when calling
|
|
584
|
+
throw 'Missing the required parameter "definitionId" when calling putPresenceDefinition0';
|
|
585
585
|
}
|
|
586
586
|
// verify the required parameter 'body' is set
|
|
587
587
|
if (body === undefined || body === null) {
|
|
588
|
-
throw 'Missing the required parameter "body" when calling
|
|
588
|
+
throw 'Missing the required parameter "body" when calling putPresenceDefinition0';
|
|
589
589
|
}
|
|
590
590
|
|
|
591
591
|
return this.apiClient.callApi(
|
|
@@ -5,7 +5,7 @@ class RoutingApi {
|
|
|
5
5
|
/**
|
|
6
6
|
* Routing service.
|
|
7
7
|
* @module purecloud-platform-client-v2/api/RoutingApi
|
|
8
|
-
* @version
|
|
8
|
+
* @version 219.0.0
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
/**
|
|
@@ -915,7 +915,7 @@ class RoutingApi {
|
|
|
915
915
|
* @param {Number} opts.pageSize Page size (default to 25)
|
|
916
916
|
* @param {Number} opts.pageNumber Page number (default to 1)
|
|
917
917
|
* @param {Boolean} opts.excludeStatus Exclude MX record data (default to false)
|
|
918
|
-
* @param {String} opts.filter Optional search filter
|
|
918
|
+
* @param {String} opts.filter Optional search filter that, if defined, use the **filter** syntax, eg: **mySearchedPattern**. Note that **** is considered no filter.
|
|
919
919
|
*/
|
|
920
920
|
getRoutingEmailDomains(opts) {
|
|
921
921
|
opts = opts || {};
|
|
@@ -1014,7 +1014,9 @@ class RoutingApi {
|
|
|
1014
1014
|
* Get outbound domains
|
|
1015
1015
|
*
|
|
1016
1016
|
* @param {Object} opts Optional parameters
|
|
1017
|
-
* @param {
|
|
1017
|
+
* @param {Number} opts.pageSize Page size (default to 25)
|
|
1018
|
+
* @param {Number} opts.pageNumber Page number (default to 1)
|
|
1019
|
+
* @param {String} opts.filter Optional search filter that, if defined, use the **filter** syntax, eg: **mySearchedPattern**. Note that **** is considered no filter.
|
|
1018
1020
|
*/
|
|
1019
1021
|
getRoutingEmailOutboundDomains(opts) {
|
|
1020
1022
|
opts = opts || {};
|
|
@@ -1024,7 +1026,7 @@ class RoutingApi {
|
|
|
1024
1026
|
'/api/v2/routing/email/outbound/domains',
|
|
1025
1027
|
'GET',
|
|
1026
1028
|
{ },
|
|
1027
|
-
{ 'filter': opts['filter'] },
|
|
1029
|
+
{ 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'filter': opts['filter'] },
|
|
1028
1030
|
{ },
|
|
1029
1031
|
{ },
|
|
1030
1032
|
null,
|
|
@@ -5,7 +5,7 @@ class TaskManagementApi {
|
|
|
5
5
|
/**
|
|
6
6
|
* TaskManagement service.
|
|
7
7
|
* @module purecloud-platform-client-v2/api/TaskManagementApi
|
|
8
|
-
* @version
|
|
8
|
+
* @version 219.0.0
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
/**
|
|
@@ -880,6 +880,71 @@ class TaskManagementApi {
|
|
|
880
880
|
);
|
|
881
881
|
}
|
|
882
882
|
|
|
883
|
+
/**
|
|
884
|
+
* Get the core types from which all schemas are built.
|
|
885
|
+
*
|
|
886
|
+
* @param {String} coreTypeName Name of the core type
|
|
887
|
+
*/
|
|
888
|
+
getTaskmanagementWorkitemsSchemasCoretype(coreTypeName) {
|
|
889
|
+
// verify the required parameter 'coreTypeName' is set
|
|
890
|
+
if (coreTypeName === undefined || coreTypeName === null) {
|
|
891
|
+
throw 'Missing the required parameter "coreTypeName" when calling getTaskmanagementWorkitemsSchemasCoretype';
|
|
892
|
+
}
|
|
893
|
+
|
|
894
|
+
return this.apiClient.callApi(
|
|
895
|
+
'/api/v2/taskmanagement/workitems/schemas/coretypes/{coreTypeName}',
|
|
896
|
+
'GET',
|
|
897
|
+
{ 'coreTypeName': coreTypeName },
|
|
898
|
+
{ },
|
|
899
|
+
{ },
|
|
900
|
+
{ },
|
|
901
|
+
null,
|
|
902
|
+
['PureCloud OAuth'],
|
|
903
|
+
['application/json'],
|
|
904
|
+
['application/json']
|
|
905
|
+
);
|
|
906
|
+
}
|
|
907
|
+
|
|
908
|
+
/**
|
|
909
|
+
* Get the core types from which all schemas are built.
|
|
910
|
+
*
|
|
911
|
+
*/
|
|
912
|
+
getTaskmanagementWorkitemsSchemasCoretypes() {
|
|
913
|
+
|
|
914
|
+
return this.apiClient.callApi(
|
|
915
|
+
'/api/v2/taskmanagement/workitems/schemas/coretypes',
|
|
916
|
+
'GET',
|
|
917
|
+
{ },
|
|
918
|
+
{ },
|
|
919
|
+
{ },
|
|
920
|
+
{ },
|
|
921
|
+
null,
|
|
922
|
+
['PureCloud OAuth'],
|
|
923
|
+
['application/json'],
|
|
924
|
+
['application/json']
|
|
925
|
+
);
|
|
926
|
+
}
|
|
927
|
+
|
|
928
|
+
/**
|
|
929
|
+
* Get quantitative limits on schemas
|
|
930
|
+
*
|
|
931
|
+
*/
|
|
932
|
+
getTaskmanagementWorkitemsSchemasLimits() {
|
|
933
|
+
|
|
934
|
+
return this.apiClient.callApi(
|
|
935
|
+
'/api/v2/taskmanagement/workitems/schemas/limits',
|
|
936
|
+
'GET',
|
|
937
|
+
{ },
|
|
938
|
+
{ },
|
|
939
|
+
{ },
|
|
940
|
+
{ },
|
|
941
|
+
null,
|
|
942
|
+
['PureCloud OAuth'],
|
|
943
|
+
['application/json'],
|
|
944
|
+
['application/json']
|
|
945
|
+
);
|
|
946
|
+
}
|
|
947
|
+
|
|
883
948
|
/**
|
|
884
949
|
* Get a worktype
|
|
885
950
|
*
|
|
@@ -5,7 +5,7 @@ class UploadsApi {
|
|
|
5
5
|
/**
|
|
6
6
|
* Uploads service.
|
|
7
7
|
* @module purecloud-platform-client-v2/api/UploadsApi
|
|
8
|
-
* @version
|
|
8
|
+
* @version 219.0.0
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
/**
|
|
@@ -50,6 +50,31 @@ class UploadsApi {
|
|
|
50
50
|
);
|
|
51
51
|
}
|
|
52
52
|
|
|
53
|
+
/**
|
|
54
|
+
* Generates pre-signed URL to upload a prize image for gamification contests
|
|
55
|
+
*
|
|
56
|
+
* @param {Object} body query
|
|
57
|
+
*/
|
|
58
|
+
postGamificationContestsUploadsPrizeimages(body) {
|
|
59
|
+
// verify the required parameter 'body' is set
|
|
60
|
+
if (body === undefined || body === null) {
|
|
61
|
+
throw 'Missing the required parameter "body" when calling postGamificationContestsUploadsPrizeimages';
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
return this.apiClient.callApi(
|
|
65
|
+
'/api/v2/gamification/contests/uploads/prizeimages',
|
|
66
|
+
'POST',
|
|
67
|
+
{ },
|
|
68
|
+
{ },
|
|
69
|
+
{ },
|
|
70
|
+
{ },
|
|
71
|
+
body,
|
|
72
|
+
['PureCloud OAuth'],
|
|
73
|
+
['application/json'],
|
|
74
|
+
['application/json']
|
|
75
|
+
);
|
|
76
|
+
}
|
|
77
|
+
|
|
53
78
|
/**
|
|
54
79
|
* Create upload presigned URL for draft function package file.
|
|
55
80
|
*
|
|
@@ -5,7 +5,7 @@ class WorkforceManagementApi {
|
|
|
5
5
|
/**
|
|
6
6
|
* WorkforceManagement service.
|
|
7
7
|
* @module purecloud-platform-client-v2/api/WorkforceManagementApi
|
|
8
|
-
* @version
|
|
8
|
+
* @version 219.0.0
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
/**
|
|
@@ -2575,8 +2575,9 @@ class WorkforceManagementApi {
|
|
|
2575
2575
|
}
|
|
2576
2576
|
|
|
2577
2577
|
/**
|
|
2578
|
-
* Retrieves delete job status for historical data imports of the organization
|
|
2579
|
-
*
|
|
2578
|
+
* Retrieves delete job status for historical data imports of the organization.
|
|
2579
|
+
* Deprecated: Please use GET /workforcemanagement/historicaldata/bulk/remove/jobs instead.
|
|
2580
|
+
* @deprecated
|
|
2580
2581
|
*/
|
|
2581
2582
|
getWorkforcemanagementHistoricaldataDeletejob() {
|
|
2582
2583
|
|
|
@@ -6148,8 +6149,9 @@ class WorkforceManagementApi {
|
|
|
6148
6149
|
}
|
|
6149
6150
|
|
|
6150
6151
|
/**
|
|
6151
|
-
* Delete the entries of the historical data imports in the organization
|
|
6152
|
-
*
|
|
6152
|
+
* Delete the entries of the historical data imports in the organization.
|
|
6153
|
+
* Deprecated: Please use POST /workforcemanagement/historicaldata/bulk/remove/jobs instead.
|
|
6154
|
+
* @deprecated
|
|
6153
6155
|
*/
|
|
6154
6156
|
postWorkforcemanagementHistoricaldataDeletejob() {
|
|
6155
6157
|
|