purecloud-platform-client-v2 219.0.0 → 221.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 +4 -4
- package/dist/node/purecloud-platform-client-v2.js +1378 -144
- package/dist/web-amd/purecloud-platform-client-v2.js +1378 -144
- package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
- package/dist/web-cjs/bundle.js +495 -184
- package/dist/web-cjs/purecloud-platform-client-v2.js +495 -184
- package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
- package/index.d.ts +1596 -766
- package/package.json +2 -2
- package/src/purecloud-platform-client-v2/ApiClient.js +2 -2
- 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 +4 -5
- 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 +177 -1
- package/src/purecloud-platform-client-v2/api/BusinessRulesApi.js +919 -0
- package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ChatApi.js +7 -3
- 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 +71 -8
- 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 +4 -19
- 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/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 +1 -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 +1 -1
- package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
- 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 +3 -3
- package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/RoutingApi.js +19 -14
- 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 +33 -1
- package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SettingsApi.js +65 -1
- package/src/purecloud-platform-client-v2/api/SocialMediaApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -3
- 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 +1 -10
- 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 +3 -3
- 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 -3
- 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 +7 -1
|
@@ -5,7 +5,7 @@ class ChatApi {
|
|
|
5
5
|
/**
|
|
6
6
|
* Chat service.
|
|
7
7
|
* @module purecloud-platform-client-v2/api/ChatApi
|
|
8
|
-
* @version
|
|
8
|
+
* @version 221.0.0
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
/**
|
|
@@ -315,8 +315,12 @@ class ChatApi {
|
|
|
315
315
|
* Get room participants in a room
|
|
316
316
|
*
|
|
317
317
|
* @param {String} roomJid roomJid
|
|
318
|
+
* @param {Object} opts Optional parameters
|
|
319
|
+
* @param {Boolean} opts.notify Whether to get users to notify
|
|
318
320
|
*/
|
|
319
|
-
getChatsRoomParticipants(roomJid) {
|
|
321
|
+
getChatsRoomParticipants(roomJid, opts) {
|
|
322
|
+
opts = opts || {};
|
|
323
|
+
|
|
320
324
|
// verify the required parameter 'roomJid' is set
|
|
321
325
|
if (roomJid === undefined || roomJid === null) {
|
|
322
326
|
throw 'Missing the required parameter "roomJid" when calling getChatsRoomParticipants';
|
|
@@ -326,7 +330,7 @@ class ChatApi {
|
|
|
326
330
|
'/api/v2/chats/rooms/{roomJid}/participants',
|
|
327
331
|
'GET',
|
|
328
332
|
{ 'roomJid': roomJid },
|
|
329
|
-
{
|
|
333
|
+
{ 'notify': opts['notify'] },
|
|
330
334
|
{ },
|
|
331
335
|
{ },
|
|
332
336
|
null,
|
|
@@ -5,7 +5,7 @@ class ConversationsApi {
|
|
|
5
5
|
/**
|
|
6
6
|
* Conversations service.
|
|
7
7
|
* @module purecloud-platform-client-v2/api/ConversationsApi
|
|
8
|
-
* @version
|
|
8
|
+
* @version 221.0.0
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
/**
|
|
@@ -2211,7 +2211,6 @@ class ConversationsApi {
|
|
|
2211
2211
|
* Get Facebook messaging integration identity resolution settings
|
|
2212
2212
|
*
|
|
2213
2213
|
* @param {String} integrationId Integration ID
|
|
2214
|
-
* getConversationsMessagingIdentityresolutionIntegrationsFacebookIntegrationId is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
2215
2214
|
*/
|
|
2216
2215
|
getConversationsMessagingIdentityresolutionIntegrationsFacebookIntegrationId(integrationId) {
|
|
2217
2216
|
// verify the required parameter 'integrationId' is set
|
|
@@ -2237,7 +2236,6 @@ class ConversationsApi {
|
|
|
2237
2236
|
* Get an open messaging integration Identity Resolution settings
|
|
2238
2237
|
*
|
|
2239
2238
|
* @param {String} integrationId Integration ID
|
|
2240
|
-
* getConversationsMessagingIdentityresolutionIntegrationsOpenIntegrationId is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
2241
2239
|
*/
|
|
2242
2240
|
getConversationsMessagingIdentityresolutionIntegrationsOpenIntegrationId(integrationId) {
|
|
2243
2241
|
// verify the required parameter 'integrationId' is set
|
|
@@ -2263,7 +2261,6 @@ class ConversationsApi {
|
|
|
2263
2261
|
* Get a whatsApp integration Identity Resolution settings
|
|
2264
2262
|
*
|
|
2265
2263
|
* @param {String} integrationId Integration ID
|
|
2266
|
-
* getConversationsMessagingIdentityresolutionIntegrationsWhatsappIntegrationId is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
2267
2264
|
*/
|
|
2268
2265
|
getConversationsMessagingIdentityresolutionIntegrationsWhatsappIntegrationId(integrationId) {
|
|
2269
2266
|
// verify the required parameter 'integrationId' is set
|
|
@@ -3093,6 +3090,40 @@ class ConversationsApi {
|
|
|
3093
3090
|
);
|
|
3094
3091
|
}
|
|
3095
3092
|
|
|
3093
|
+
/**
|
|
3094
|
+
* Update agent's engagement for the summary.
|
|
3095
|
+
*
|
|
3096
|
+
* @param {String} conversationId Conversation ID
|
|
3097
|
+
* @param {String} summaryId Summary ID
|
|
3098
|
+
* @param {Object} opts Optional parameters
|
|
3099
|
+
* @param {Object} opts.body
|
|
3100
|
+
*/
|
|
3101
|
+
patchConversationSummaryEngagements(conversationId, summaryId, opts) {
|
|
3102
|
+
opts = opts || {};
|
|
3103
|
+
|
|
3104
|
+
// verify the required parameter 'conversationId' is set
|
|
3105
|
+
if (conversationId === undefined || conversationId === null) {
|
|
3106
|
+
throw 'Missing the required parameter "conversationId" when calling patchConversationSummaryEngagements';
|
|
3107
|
+
}
|
|
3108
|
+
// verify the required parameter 'summaryId' is set
|
|
3109
|
+
if (summaryId === undefined || summaryId === null) {
|
|
3110
|
+
throw 'Missing the required parameter "summaryId" when calling patchConversationSummaryEngagements';
|
|
3111
|
+
}
|
|
3112
|
+
|
|
3113
|
+
return this.apiClient.callApi(
|
|
3114
|
+
'/api/v2/conversations/{conversationId}/summaries/{summaryId}/engagements',
|
|
3115
|
+
'PATCH',
|
|
3116
|
+
{ 'conversationId': conversationId,'summaryId': summaryId },
|
|
3117
|
+
{ },
|
|
3118
|
+
{ },
|
|
3119
|
+
{ },
|
|
3120
|
+
opts['body'],
|
|
3121
|
+
['PureCloud OAuth'],
|
|
3122
|
+
['application/json'],
|
|
3123
|
+
['application/json']
|
|
3124
|
+
);
|
|
3125
|
+
}
|
|
3126
|
+
|
|
3096
3127
|
/**
|
|
3097
3128
|
* Update the feedback for the summary.
|
|
3098
3129
|
*
|
|
@@ -3100,7 +3131,6 @@ class ConversationsApi {
|
|
|
3100
3131
|
* @param {String} summaryId Summary ID
|
|
3101
3132
|
* @param {Object} opts Optional parameters
|
|
3102
3133
|
* @param {Object} opts.body
|
|
3103
|
-
* patchConversationSummaryFeedback is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
3104
3134
|
*/
|
|
3105
3135
|
patchConversationSummaryFeedback(conversationId, summaryId, opts) {
|
|
3106
3136
|
opts = opts || {};
|
|
@@ -6181,6 +6211,7 @@ class ConversationsApi {
|
|
|
6181
6211
|
* See https://developer.genesys.cloud/api/rest/v2/conversations/messaging-media-upload for example usage.
|
|
6182
6212
|
* @param {String} conversationId conversationId
|
|
6183
6213
|
* @param {String} communicationId communicationId
|
|
6214
|
+
* @deprecated
|
|
6184
6215
|
*/
|
|
6185
6216
|
postConversationsMessageCommunicationMessagesMedia(conversationId, communicationId) {
|
|
6186
6217
|
// verify the required parameter 'conversationId' is set
|
|
@@ -6206,6 +6237,41 @@ class ConversationsApi {
|
|
|
6206
6237
|
);
|
|
6207
6238
|
}
|
|
6208
6239
|
|
|
6240
|
+
/**
|
|
6241
|
+
* Create a URL to upload a message media file
|
|
6242
|
+
* See https://developer.genesys.cloud/api/rest/v2/conversations/messaging-media-upload for example usage.
|
|
6243
|
+
* @param {String} conversationId conversationId
|
|
6244
|
+
* @param {String} communicationId communicationId
|
|
6245
|
+
* @param {Object} body request
|
|
6246
|
+
*/
|
|
6247
|
+
postConversationsMessageCommunicationMessagesMediaUploads(conversationId, communicationId, body) {
|
|
6248
|
+
// verify the required parameter 'conversationId' is set
|
|
6249
|
+
if (conversationId === undefined || conversationId === null) {
|
|
6250
|
+
throw 'Missing the required parameter "conversationId" when calling postConversationsMessageCommunicationMessagesMediaUploads';
|
|
6251
|
+
}
|
|
6252
|
+
// verify the required parameter 'communicationId' is set
|
|
6253
|
+
if (communicationId === undefined || communicationId === null) {
|
|
6254
|
+
throw 'Missing the required parameter "communicationId" when calling postConversationsMessageCommunicationMessagesMediaUploads';
|
|
6255
|
+
}
|
|
6256
|
+
// verify the required parameter 'body' is set
|
|
6257
|
+
if (body === undefined || body === null) {
|
|
6258
|
+
throw 'Missing the required parameter "body" when calling postConversationsMessageCommunicationMessagesMediaUploads';
|
|
6259
|
+
}
|
|
6260
|
+
|
|
6261
|
+
return this.apiClient.callApi(
|
|
6262
|
+
'/api/v2/conversations/messages/{conversationId}/communications/{communicationId}/messages/media/uploads',
|
|
6263
|
+
'POST',
|
|
6264
|
+
{ 'conversationId': conversationId,'communicationId': communicationId },
|
|
6265
|
+
{ },
|
|
6266
|
+
{ },
|
|
6267
|
+
{ },
|
|
6268
|
+
body,
|
|
6269
|
+
['PureCloud OAuth'],
|
|
6270
|
+
['application/json'],
|
|
6271
|
+
['application/json']
|
|
6272
|
+
);
|
|
6273
|
+
}
|
|
6274
|
+
|
|
6209
6275
|
/**
|
|
6210
6276
|
* Send message typing event
|
|
6211
6277
|
* Send message typing event for existing conversation/communication.
|
|
@@ -7327,7 +7393,6 @@ class ConversationsApi {
|
|
|
7327
7393
|
*
|
|
7328
7394
|
* @param {String} integrationId Integration ID
|
|
7329
7395
|
* @param {Object} body IdentityResolutionConfig
|
|
7330
|
-
* putConversationsMessagingIdentityresolutionIntegrationsFacebookIntegrationId is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
7331
7396
|
*/
|
|
7332
7397
|
putConversationsMessagingIdentityresolutionIntegrationsFacebookIntegrationId(integrationId, body) {
|
|
7333
7398
|
// verify the required parameter 'integrationId' is set
|
|
@@ -7358,7 +7423,6 @@ class ConversationsApi {
|
|
|
7358
7423
|
*
|
|
7359
7424
|
* @param {String} integrationId Integration ID
|
|
7360
7425
|
* @param {Object} body
|
|
7361
|
-
* putConversationsMessagingIdentityresolutionIntegrationsOpenIntegrationId is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
7362
7426
|
*/
|
|
7363
7427
|
putConversationsMessagingIdentityresolutionIntegrationsOpenIntegrationId(integrationId, body) {
|
|
7364
7428
|
// verify the required parameter 'integrationId' is set
|
|
@@ -7389,7 +7453,6 @@ class ConversationsApi {
|
|
|
7389
7453
|
*
|
|
7390
7454
|
* @param {String} integrationId Integration ID
|
|
7391
7455
|
* @param {Object} body
|
|
7392
|
-
* putConversationsMessagingIdentityresolutionIntegrationsWhatsappIntegrationId is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
7393
7456
|
*/
|
|
7394
7457
|
putConversationsMessagingIdentityresolutionIntegrationsWhatsappIntegrationId(integrationId, body) {
|
|
7395
7458
|
// verify the required parameter 'integrationId' is set
|
|
@@ -5,7 +5,7 @@ class ExternalContactsApi {
|
|
|
5
5
|
/**
|
|
6
6
|
* ExternalContacts service.
|
|
7
7
|
* @module purecloud-platform-client-v2/api/ExternalContactsApi
|
|
8
|
-
* @version
|
|
8
|
+
* @version 221.0.0
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
/**
|
|
@@ -1034,7 +1034,6 @@ class ExternalContactsApi {
|
|
|
1034
1034
|
* List the identifiers for an external organization
|
|
1035
1035
|
*
|
|
1036
1036
|
* @param {String} externalOrganizationId External Organization ID
|
|
1037
|
-
* getExternalcontactsOrganizationIdentifiers is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
1038
1037
|
*/
|
|
1039
1038
|
getExternalcontactsOrganizationIdentifiers(externalOrganizationId) {
|
|
1040
1039
|
// verify the required parameter 'externalOrganizationId' is set
|
|
@@ -1380,12 +1379,12 @@ class ExternalContactsApi {
|
|
|
1380
1379
|
}
|
|
1381
1380
|
|
|
1382
1381
|
/**
|
|
1383
|
-
* Look up contacts
|
|
1382
|
+
* Look up contacts based on an attribute. Maximum of 25 values returned.
|
|
1384
1383
|
*
|
|
1385
|
-
* @param {String} lookupVal User supplied value to lookup contacts
|
|
1384
|
+
* @param {String} lookupVal User supplied value to lookup contacts (supports email addresses, e164 phone numbers, Twitter screen names)
|
|
1386
1385
|
* @param {Object} opts Optional parameters
|
|
1387
1386
|
* @param {Array.<String>} opts.expand which field, if any, to expand
|
|
1388
|
-
* @param {String} opts.divisionId Specifies which division to lookup contacts
|
|
1387
|
+
* @param {String} opts.divisionId Specifies which division to lookup contacts in, for the given lookup value (default to *)
|
|
1389
1388
|
*/
|
|
1390
1389
|
getExternalcontactsReversewhitepageslookup(lookupVal, opts) {
|
|
1391
1390
|
opts = opts || {};
|
|
@@ -1441,7 +1440,6 @@ class ExternalContactsApi {
|
|
|
1441
1440
|
* @param {Object} opts Optional parameters
|
|
1442
1441
|
* @param {Number} opts.limit The number of contacts per page; must be between 10 and 200, default is 100
|
|
1443
1442
|
* @param {String} opts.cursor Indicates where to resume query results (not required for first page), each page returns a new cursor with a 24h TTL
|
|
1444
|
-
* getExternalcontactsScanContactsDivisionviewsAll is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
1445
1443
|
*/
|
|
1446
1444
|
getExternalcontactsScanContactsDivisionviewsAll(opts) {
|
|
1447
1445
|
opts = opts || {};
|
|
@@ -1493,7 +1491,6 @@ class ExternalContactsApi {
|
|
|
1493
1491
|
* @param {Object} opts Optional parameters
|
|
1494
1492
|
* @param {Number} opts.limit The number of notes per page; must be between 10 and 200, default is 100
|
|
1495
1493
|
* @param {String} opts.cursor Indicates where to resume query results (not required for first page), each page returns a new cursor with a 24h TTL
|
|
1496
|
-
* getExternalcontactsScanNotesDivisionviewsAll is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
1497
1494
|
*/
|
|
1498
1495
|
getExternalcontactsScanNotesDivisionviewsAll(opts) {
|
|
1499
1496
|
opts = opts || {};
|
|
@@ -1545,7 +1542,6 @@ class ExternalContactsApi {
|
|
|
1545
1542
|
* @param {Object} opts Optional parameters
|
|
1546
1543
|
* @param {Number} opts.limit The number of organizations per page; must be between 10 and 200, default is 100
|
|
1547
1544
|
* @param {String} opts.cursor Indicates where to resume query results (not required for first page), each page returns a new cursor with a 24h TTL
|
|
1548
|
-
* getExternalcontactsScanOrganizationsDivisionviewsAll is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
1549
1545
|
*/
|
|
1550
1546
|
getExternalcontactsScanOrganizationsDivisionviewsAll(opts) {
|
|
1551
1547
|
opts = opts || {};
|
|
@@ -1597,7 +1593,6 @@ class ExternalContactsApi {
|
|
|
1597
1593
|
* @param {Object} opts Optional parameters
|
|
1598
1594
|
* @param {Number} opts.limit The number of relationships per page; must be between 10 and 200, default is 100
|
|
1599
1595
|
* @param {String} opts.cursor Indicates where to resume query results (not required for first page), each page returns a new cursor with a 24h TTL
|
|
1600
|
-
* getExternalcontactsScanRelationshipsDivisionviewsAll is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
1601
1596
|
*/
|
|
1602
1597
|
getExternalcontactsScanRelationshipsDivisionviewsAll(opts) {
|
|
1603
1598
|
opts = opts || {};
|
|
@@ -1652,7 +1647,6 @@ class ExternalContactsApi {
|
|
|
1652
1647
|
*
|
|
1653
1648
|
* @param {String} externalOrganizationId External Organization ID
|
|
1654
1649
|
* @param {Object} body ClaimRequest
|
|
1655
|
-
* patchExternalcontactsOrganizationIdentifiers is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
1656
1650
|
*/
|
|
1657
1651
|
patchExternalcontactsOrganizationIdentifiers(externalOrganizationId, body) {
|
|
1658
1652
|
// verify the required parameter 'externalOrganizationId' is set
|
|
@@ -1732,7 +1726,6 @@ class ExternalContactsApi {
|
|
|
1732
1726
|
* Bulk fetch contacts across divisions
|
|
1733
1727
|
*
|
|
1734
1728
|
* @param {Object} body Contact ids
|
|
1735
|
-
* postExternalcontactsBulkContactsDivisionviews is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
1736
1729
|
*/
|
|
1737
1730
|
postExternalcontactsBulkContactsDivisionviews(body) {
|
|
1738
1731
|
// verify the required parameter 'body' is set
|
|
@@ -1760,7 +1753,6 @@ class ExternalContactsApi {
|
|
|
1760
1753
|
* @param {Object} body Contact Enrich Requests
|
|
1761
1754
|
* @param {Object} opts Optional parameters
|
|
1762
1755
|
* @param {Boolean} opts.dryRun If true, the request will not make any modifications, but will show you what the end result *would* be.
|
|
1763
|
-
* postExternalcontactsBulkContactsEnrich is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
1764
1756
|
*/
|
|
1765
1757
|
postExternalcontactsBulkContactsEnrich(body, opts) {
|
|
1766
1758
|
opts = opts || {};
|
|
@@ -2013,7 +2005,6 @@ class ExternalContactsApi {
|
|
|
2013
2005
|
* Bulk fetch organizations across divisions
|
|
2014
2006
|
*
|
|
2015
2007
|
* @param {Object} body Organizations ids
|
|
2016
|
-
* postExternalcontactsBulkOrganizationsDivisionviews is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
2017
2008
|
*/
|
|
2018
2009
|
postExternalcontactsBulkOrganizationsDivisionviews(body) {
|
|
2019
2010
|
// verify the required parameter 'body' is set
|
|
@@ -2041,7 +2032,6 @@ class ExternalContactsApi {
|
|
|
2041
2032
|
* @param {Object} body External Organization Enrich Requests
|
|
2042
2033
|
* @param {Object} opts Optional parameters
|
|
2043
2034
|
* @param {Boolean} opts.dryRun If true, the request will not make any modifications, but will show you what the end result *would* be.
|
|
2044
|
-
* postExternalcontactsBulkOrganizationsEnrich is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
2045
2035
|
*/
|
|
2046
2036
|
postExternalcontactsBulkOrganizationsEnrich(body, opts) {
|
|
2047
2037
|
opts = opts || {};
|
|
@@ -2301,7 +2291,6 @@ class ExternalContactsApi {
|
|
|
2301
2291
|
* @param {Object} body ContactEnrichRequest
|
|
2302
2292
|
* @param {Object} opts Optional parameters
|
|
2303
2293
|
* @param {Boolean} opts.dryRun If true, the request will not make any modifications, but will show you what the end result *would* be.
|
|
2304
|
-
* postExternalcontactsContactsEnrich is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
2305
2294
|
*/
|
|
2306
2295
|
postExternalcontactsContactsEnrich(body, opts) {
|
|
2307
2296
|
opts = opts || {};
|
|
@@ -2354,7 +2343,6 @@ class ExternalContactsApi {
|
|
|
2354
2343
|
* Merge up to 25 contacts into a new contact record
|
|
2355
2344
|
* Merge operation may fail if the resulting mergeset exceeds our default limit of 52. The valueOverride field lets you override any of the Contact fields post-merge. If any Contact field is left null in `valueOverride`, it will be taken from the most recently-modified contact in the merge set. Exception for *phone/*email fields: Conflicting data will be moved to any other available phone/email fields in the merged contact.
|
|
2356
2345
|
* @param {Object} body MergeRequest
|
|
2357
|
-
* postExternalcontactsContactsMerge is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
2358
2346
|
*/
|
|
2359
2347
|
postExternalcontactsContactsMerge(body) {
|
|
2360
2348
|
// verify the required parameter 'body' is set
|
|
@@ -2462,7 +2450,6 @@ class ExternalContactsApi {
|
|
|
2462
2450
|
* @param {Object} identifier
|
|
2463
2451
|
* @param {Object} opts Optional parameters
|
|
2464
2452
|
* @param {Array.<String>} opts.expand which field, if any, to expand
|
|
2465
|
-
* postExternalcontactsIdentifierlookupContacts is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
2466
2453
|
*/
|
|
2467
2454
|
postExternalcontactsIdentifierlookupContacts(identifier, opts) {
|
|
2468
2455
|
opts = opts || {};
|
|
@@ -2492,7 +2479,6 @@ class ExternalContactsApi {
|
|
|
2492
2479
|
* @param {Object} identifier
|
|
2493
2480
|
* @param {Object} opts Optional parameters
|
|
2494
2481
|
* @param {Array.<String>} opts.expand which field, if any, to expand
|
|
2495
|
-
* postExternalcontactsIdentifierlookupOrganizations is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
2496
2482
|
*/
|
|
2497
2483
|
postExternalcontactsIdentifierlookupOrganizations(identifier, opts) {
|
|
2498
2484
|
opts = opts || {};
|
|
@@ -2728,7 +2714,6 @@ class ExternalContactsApi {
|
|
|
2728
2714
|
* @param {Object} body ExternalOrgEnrichRequest
|
|
2729
2715
|
* @param {Object} opts Optional parameters
|
|
2730
2716
|
* @param {Boolean} opts.dryRun If true, the request will not make any modifications, but will show you what the end result *would* be.
|
|
2731
|
-
* postExternalcontactsOrganizationsEnrich is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
2732
2717
|
*/
|
|
2733
2718
|
postExternalcontactsOrganizationsEnrich(body, opts) {
|
|
2734
2719
|
opts = opts || {};
|