purecloud-platform-client-v2 206.0.0 → 207.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 +100 -3
- package/dist/node/purecloud-platform-client-v2.js +675 -129
- package/dist/web-amd/purecloud-platform-client-v2.js +675 -129
- package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
- package/dist/web-cjs/bundle.js +236 -132
- package/dist/web-cjs/purecloud-platform-client-v2.js +236 -132
- package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
- package/index.d.ts +775 -270
- package/package.json +1 -1
- package/src/purecloud-platform-client-v2/ApiClient.js +40 -18
- 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 +7 -6
- package/src/purecloud-platform-client-v2/api/ArchitectApi.js +2 -2
- 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/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 +2 -3
- package/src/purecloud-platform-client-v2/api/ConversationsApi.js +3 -2
- 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/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 +232 -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 -4
- package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -19
- 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 +48 -1
- package/src/purecloud-platform-client-v2/api/OutboundApi.js +101 -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 +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/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/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 +1 -1
- package/src/purecloud-platform-client-v2/api/TeamsApi.js +7 -3
- 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 +27 -1
- package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/VoicemailApi.js +56 -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/configuration.js +81 -0
- package/src/purecloud-platform-client-v2/index.js +1 -1
|
@@ -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 207.0.0
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
/**
|
|
@@ -126,6 +126,31 @@ class ExternalContactsApi {
|
|
|
126
126
|
);
|
|
127
127
|
}
|
|
128
128
|
|
|
129
|
+
/**
|
|
130
|
+
* Delete settings for CSV import
|
|
131
|
+
*
|
|
132
|
+
* @param {String} settingsId Settings id
|
|
133
|
+
*/
|
|
134
|
+
deleteExternalcontactsImportCsvSetting(settingsId) {
|
|
135
|
+
// verify the required parameter 'settingsId' is set
|
|
136
|
+
if (settingsId === undefined || settingsId === null) {
|
|
137
|
+
throw 'Missing the required parameter "settingsId" when calling deleteExternalcontactsImportCsvSetting';
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
return this.apiClient.callApi(
|
|
141
|
+
'/api/v2/externalcontacts/import/csv/settings/{settingsId}',
|
|
142
|
+
'DELETE',
|
|
143
|
+
{ 'settingsId': settingsId },
|
|
144
|
+
{ },
|
|
145
|
+
{ },
|
|
146
|
+
{ },
|
|
147
|
+
null,
|
|
148
|
+
['PureCloud OAuth'],
|
|
149
|
+
['application/json'],
|
|
150
|
+
['application/json']
|
|
151
|
+
);
|
|
152
|
+
}
|
|
153
|
+
|
|
129
154
|
/**
|
|
130
155
|
* Delete an external organization
|
|
131
156
|
*
|
|
@@ -593,6 +618,107 @@ class ExternalContactsApi {
|
|
|
593
618
|
);
|
|
594
619
|
}
|
|
595
620
|
|
|
621
|
+
/**
|
|
622
|
+
* Get settings for CSV import
|
|
623
|
+
*
|
|
624
|
+
* @param {String} settingsId Settings id
|
|
625
|
+
*/
|
|
626
|
+
getExternalcontactsImportCsvSetting(settingsId) {
|
|
627
|
+
// verify the required parameter 'settingsId' is set
|
|
628
|
+
if (settingsId === undefined || settingsId === null) {
|
|
629
|
+
throw 'Missing the required parameter "settingsId" when calling getExternalcontactsImportCsvSetting';
|
|
630
|
+
}
|
|
631
|
+
|
|
632
|
+
return this.apiClient.callApi(
|
|
633
|
+
'/api/v2/externalcontacts/import/csv/settings/{settingsId}',
|
|
634
|
+
'GET',
|
|
635
|
+
{ 'settingsId': settingsId },
|
|
636
|
+
{ },
|
|
637
|
+
{ },
|
|
638
|
+
{ },
|
|
639
|
+
null,
|
|
640
|
+
['PureCloud OAuth'],
|
|
641
|
+
['application/json'],
|
|
642
|
+
['application/json']
|
|
643
|
+
);
|
|
644
|
+
}
|
|
645
|
+
|
|
646
|
+
/**
|
|
647
|
+
* Retrieve all settings for organization filtered by externalSettingsId if provided
|
|
648
|
+
*
|
|
649
|
+
* @param {Object} opts Optional parameters
|
|
650
|
+
* @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
|
|
651
|
+
* @param {String} opts.pageSize Number of entities to return. Maximum of 200.
|
|
652
|
+
* @param {String} opts.externalSettingsId External Settings Id to filter the list.
|
|
653
|
+
*/
|
|
654
|
+
getExternalcontactsImportCsvSettings(opts) {
|
|
655
|
+
opts = opts || {};
|
|
656
|
+
|
|
657
|
+
|
|
658
|
+
return this.apiClient.callApi(
|
|
659
|
+
'/api/v2/externalcontacts/import/csv/settings',
|
|
660
|
+
'GET',
|
|
661
|
+
{ },
|
|
662
|
+
{ 'after': opts['after'],'pageSize': opts['pageSize'],'externalSettingsId': opts['externalSettingsId'] },
|
|
663
|
+
{ },
|
|
664
|
+
{ },
|
|
665
|
+
null,
|
|
666
|
+
['PureCloud OAuth'],
|
|
667
|
+
['application/json'],
|
|
668
|
+
['application/json']
|
|
669
|
+
);
|
|
670
|
+
}
|
|
671
|
+
|
|
672
|
+
/**
|
|
673
|
+
* Get details for CSV upload
|
|
674
|
+
*
|
|
675
|
+
* @param {String} uploadId Upload id
|
|
676
|
+
*/
|
|
677
|
+
getExternalcontactsImportCsvUploadDetails(uploadId) {
|
|
678
|
+
// verify the required parameter 'uploadId' is set
|
|
679
|
+
if (uploadId === undefined || uploadId === null) {
|
|
680
|
+
throw 'Missing the required parameter "uploadId" when calling getExternalcontactsImportCsvUploadDetails';
|
|
681
|
+
}
|
|
682
|
+
|
|
683
|
+
return this.apiClient.callApi(
|
|
684
|
+
'/api/v2/externalcontacts/import/csv/uploads/{uploadId}/details',
|
|
685
|
+
'GET',
|
|
686
|
+
{ 'uploadId': uploadId },
|
|
687
|
+
{ },
|
|
688
|
+
{ },
|
|
689
|
+
{ },
|
|
690
|
+
null,
|
|
691
|
+
['PureCloud OAuth'],
|
|
692
|
+
['application/json'],
|
|
693
|
+
['application/json']
|
|
694
|
+
);
|
|
695
|
+
}
|
|
696
|
+
|
|
697
|
+
/**
|
|
698
|
+
* Get preview for CSV upload
|
|
699
|
+
*
|
|
700
|
+
* @param {String} uploadId Upload id
|
|
701
|
+
*/
|
|
702
|
+
getExternalcontactsImportCsvUploadPreview(uploadId) {
|
|
703
|
+
// verify the required parameter 'uploadId' is set
|
|
704
|
+
if (uploadId === undefined || uploadId === null) {
|
|
705
|
+
throw 'Missing the required parameter "uploadId" when calling getExternalcontactsImportCsvUploadPreview';
|
|
706
|
+
}
|
|
707
|
+
|
|
708
|
+
return this.apiClient.callApi(
|
|
709
|
+
'/api/v2/externalcontacts/import/csv/uploads/{uploadId}/preview',
|
|
710
|
+
'GET',
|
|
711
|
+
{ 'uploadId': uploadId },
|
|
712
|
+
{ },
|
|
713
|
+
{ },
|
|
714
|
+
{ },
|
|
715
|
+
null,
|
|
716
|
+
['PureCloud OAuth'],
|
|
717
|
+
['application/json'],
|
|
718
|
+
['application/json']
|
|
719
|
+
);
|
|
720
|
+
}
|
|
721
|
+
|
|
596
722
|
/**
|
|
597
723
|
* Fetch an external organization
|
|
598
724
|
*
|
|
@@ -1657,6 +1783,81 @@ class ExternalContactsApi {
|
|
|
1657
1783
|
);
|
|
1658
1784
|
}
|
|
1659
1785
|
|
|
1786
|
+
/**
|
|
1787
|
+
* Create CSV import job
|
|
1788
|
+
*
|
|
1789
|
+
* @param {Object} body ImportRequest
|
|
1790
|
+
*/
|
|
1791
|
+
postExternalcontactsImportCsvJobs(body) {
|
|
1792
|
+
// verify the required parameter 'body' is set
|
|
1793
|
+
if (body === undefined || body === null) {
|
|
1794
|
+
throw 'Missing the required parameter "body" when calling postExternalcontactsImportCsvJobs';
|
|
1795
|
+
}
|
|
1796
|
+
|
|
1797
|
+
return this.apiClient.callApi(
|
|
1798
|
+
'/api/v2/externalcontacts/import/csv/jobs',
|
|
1799
|
+
'POST',
|
|
1800
|
+
{ },
|
|
1801
|
+
{ },
|
|
1802
|
+
{ },
|
|
1803
|
+
{ },
|
|
1804
|
+
body,
|
|
1805
|
+
['PureCloud OAuth'],
|
|
1806
|
+
['application/json'],
|
|
1807
|
+
['application/json']
|
|
1808
|
+
);
|
|
1809
|
+
}
|
|
1810
|
+
|
|
1811
|
+
/**
|
|
1812
|
+
* Create settings for CSV import
|
|
1813
|
+
*
|
|
1814
|
+
* @param {Object} body Settings
|
|
1815
|
+
*/
|
|
1816
|
+
postExternalcontactsImportCsvSettings(body) {
|
|
1817
|
+
// verify the required parameter 'body' is set
|
|
1818
|
+
if (body === undefined || body === null) {
|
|
1819
|
+
throw 'Missing the required parameter "body" when calling postExternalcontactsImportCsvSettings';
|
|
1820
|
+
}
|
|
1821
|
+
|
|
1822
|
+
return this.apiClient.callApi(
|
|
1823
|
+
'/api/v2/externalcontacts/import/csv/settings',
|
|
1824
|
+
'POST',
|
|
1825
|
+
{ },
|
|
1826
|
+
{ },
|
|
1827
|
+
{ },
|
|
1828
|
+
{ },
|
|
1829
|
+
body,
|
|
1830
|
+
['PureCloud OAuth'],
|
|
1831
|
+
['application/json'],
|
|
1832
|
+
['application/json']
|
|
1833
|
+
);
|
|
1834
|
+
}
|
|
1835
|
+
|
|
1836
|
+
/**
|
|
1837
|
+
* Get url for CSV upload
|
|
1838
|
+
*
|
|
1839
|
+
* @param {Object} body UploadRequest
|
|
1840
|
+
*/
|
|
1841
|
+
postExternalcontactsImportCsvUploads(body) {
|
|
1842
|
+
// verify the required parameter 'body' is set
|
|
1843
|
+
if (body === undefined || body === null) {
|
|
1844
|
+
throw 'Missing the required parameter "body" when calling postExternalcontactsImportCsvUploads';
|
|
1845
|
+
}
|
|
1846
|
+
|
|
1847
|
+
return this.apiClient.callApi(
|
|
1848
|
+
'/api/v2/externalcontacts/import/csv/uploads',
|
|
1849
|
+
'POST',
|
|
1850
|
+
{ },
|
|
1851
|
+
{ },
|
|
1852
|
+
{ },
|
|
1853
|
+
{ },
|
|
1854
|
+
body,
|
|
1855
|
+
['PureCloud OAuth'],
|
|
1856
|
+
['application/json'],
|
|
1857
|
+
['application/json']
|
|
1858
|
+
);
|
|
1859
|
+
}
|
|
1860
|
+
|
|
1660
1861
|
/**
|
|
1661
1862
|
* Merge two contacts into a new contact record
|
|
1662
1863
|
* Two curated contacts cannot be merged. Refer to the Contact Merging article on the Developer Center for details
|
|
@@ -1943,6 +2144,36 @@ class ExternalContactsApi {
|
|
|
1943
2144
|
);
|
|
1944
2145
|
}
|
|
1945
2146
|
|
|
2147
|
+
/**
|
|
2148
|
+
* Update settings for CSV import
|
|
2149
|
+
*
|
|
2150
|
+
* @param {String} settingsId Settings id
|
|
2151
|
+
* @param {Object} body Settings
|
|
2152
|
+
*/
|
|
2153
|
+
putExternalcontactsImportCsvSetting(settingsId, body) {
|
|
2154
|
+
// verify the required parameter 'settingsId' is set
|
|
2155
|
+
if (settingsId === undefined || settingsId === null) {
|
|
2156
|
+
throw 'Missing the required parameter "settingsId" when calling putExternalcontactsImportCsvSetting';
|
|
2157
|
+
}
|
|
2158
|
+
// verify the required parameter 'body' is set
|
|
2159
|
+
if (body === undefined || body === null) {
|
|
2160
|
+
throw 'Missing the required parameter "body" when calling putExternalcontactsImportCsvSetting';
|
|
2161
|
+
}
|
|
2162
|
+
|
|
2163
|
+
return this.apiClient.callApi(
|
|
2164
|
+
'/api/v2/externalcontacts/import/csv/settings/{settingsId}',
|
|
2165
|
+
'PUT',
|
|
2166
|
+
{ 'settingsId': settingsId },
|
|
2167
|
+
{ },
|
|
2168
|
+
{ },
|
|
2169
|
+
{ },
|
|
2170
|
+
body,
|
|
2171
|
+
['PureCloud OAuth'],
|
|
2172
|
+
['application/json'],
|
|
2173
|
+
['application/json']
|
|
2174
|
+
);
|
|
2175
|
+
}
|
|
2176
|
+
|
|
1946
2177
|
/**
|
|
1947
2178
|
* Update an external organization
|
|
1948
2179
|
*
|
|
@@ -5,7 +5,7 @@ class JourneyApi {
|
|
|
5
5
|
/**
|
|
6
6
|
* Journey service.
|
|
7
7
|
* @module purecloud-platform-client-v2/api/JourneyApi
|
|
8
|
-
* @version
|
|
8
|
+
* @version 207.0.0
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
/**
|
|
@@ -1099,7 +1099,6 @@ class JourneyApi {
|
|
|
1099
1099
|
* Get an Event Definition
|
|
1100
1100
|
*
|
|
1101
1101
|
* @param {String} eventDefinitionId Event Definition ID
|
|
1102
|
-
* getJourneyViewsEventdefinition is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
1103
1102
|
*/
|
|
1104
1103
|
getJourneyViewsEventdefinition(eventDefinitionId) {
|
|
1105
1104
|
// verify the required parameter 'eventDefinitionId' is set
|
|
@@ -1124,7 +1123,6 @@ class JourneyApi {
|
|
|
1124
1123
|
/**
|
|
1125
1124
|
* Get a list of Event Definitions
|
|
1126
1125
|
*
|
|
1127
|
-
* getJourneyViewsEventdefinitions is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
1128
1126
|
*/
|
|
1129
1127
|
getJourneyViewsEventdefinitions() {
|
|
1130
1128
|
|
|
@@ -1777,7 +1775,6 @@ class JourneyApi {
|
|
|
1777
1775
|
* True indicates a valid encoding
|
|
1778
1776
|
* @param {Object} opts Optional parameters
|
|
1779
1777
|
* @param {Array.<Object>} opts.body
|
|
1780
|
-
* postJourneyViewsEncodingsValidate is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
1781
1778
|
*/
|
|
1782
1779
|
postJourneyViewsEncodingsValidate(opts) {
|
|
1783
1780
|
opts = opts || {};
|
|
@@ -5,7 +5,7 @@ class KnowledgeApi {
|
|
|
5
5
|
/**
|
|
6
6
|
* Knowledge service.
|
|
7
7
|
* @module purecloud-platform-client-v2/api/KnowledgeApi
|
|
8
|
-
* @version
|
|
8
|
+
* @version 207.0.0
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
/**
|
|
@@ -343,7 +343,6 @@ class KnowledgeApi {
|
|
|
343
343
|
*
|
|
344
344
|
* @param {String} knowledgeBaseId Knowledge base ID
|
|
345
345
|
* @param {String} sourceId Source ID
|
|
346
|
-
* deleteKnowledgeKnowledgebaseSourcesSalesforceSourceId is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
347
346
|
*/
|
|
348
347
|
deleteKnowledgeKnowledgebaseSourcesSalesforceSourceId(knowledgeBaseId, sourceId) {
|
|
349
348
|
// verify the required parameter 'knowledgeBaseId' is set
|
|
@@ -374,7 +373,6 @@ class KnowledgeApi {
|
|
|
374
373
|
*
|
|
375
374
|
* @param {String} knowledgeBaseId Knowledge base ID
|
|
376
375
|
* @param {String} sourceId Source ID
|
|
377
|
-
* deleteKnowledgeKnowledgebaseSourcesServicenowSourceId is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
378
376
|
*/
|
|
379
377
|
deleteKnowledgeKnowledgebaseSourcesServicenowSourceId(knowledgeBaseId, sourceId) {
|
|
380
378
|
// verify the required parameter 'knowledgeBaseId' is set
|
|
@@ -405,7 +403,6 @@ class KnowledgeApi {
|
|
|
405
403
|
*
|
|
406
404
|
* @param {String} knowledgeBaseId Knowledge base ID
|
|
407
405
|
* @param {String} syncJobId Synchronization job ID
|
|
408
|
-
* deleteKnowledgeKnowledgebaseSynchronizeJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
409
406
|
*/
|
|
410
407
|
deleteKnowledgeKnowledgebaseSynchronizeJob(knowledgeBaseId, syncJobId) {
|
|
411
408
|
// verify the required parameter 'knowledgeBaseId' is set
|
|
@@ -532,7 +529,6 @@ class KnowledgeApi {
|
|
|
532
529
|
* Get sync options available for a knowledge-connect integration
|
|
533
530
|
*
|
|
534
531
|
* @param {String} integrationId Integration ID
|
|
535
|
-
* getKnowledgeIntegrationOptions is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
536
532
|
*/
|
|
537
533
|
getKnowledgeIntegrationOptions(integrationId) {
|
|
538
534
|
// verify the required parameter 'integrationId' is set
|
|
@@ -1479,7 +1475,6 @@ class KnowledgeApi {
|
|
|
1479
1475
|
* @param {Array.<String>} opts.status If specified, retrieves operations with specified operation status, comma separated values expected.
|
|
1480
1476
|
* @param {String} opts.interval Retrieves the operations modified in specified date and time range. If the after and before cursor parameters are within this interval, it would return valid data, otherwise it throws an error.The dates in the interval are represented in ISO-8601 format: YYYY-MM-DDThh:mm:ssZ/YYYY-MM-DDThh:mm:ssZ
|
|
1481
1477
|
* @param {Array.<String>} opts.sourceId If specified, retrieves operations associated with source ids, comma separated values expected.
|
|
1482
|
-
* getKnowledgeKnowledgebaseOperations is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
1483
1478
|
*/
|
|
1484
1479
|
getKnowledgeKnowledgebaseOperations(knowledgeBaseId, opts) {
|
|
1485
1480
|
opts = opts || {};
|
|
@@ -1507,7 +1502,6 @@ class KnowledgeApi {
|
|
|
1507
1502
|
* Get ids of operation creator users and oauth clients
|
|
1508
1503
|
*
|
|
1509
1504
|
* @param {String} knowledgeBaseId Knowledge base ID
|
|
1510
|
-
* getKnowledgeKnowledgebaseOperationsUsersQuery is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
1511
1505
|
*/
|
|
1512
1506
|
getKnowledgeKnowledgebaseOperationsUsersQuery(knowledgeBaseId) {
|
|
1513
1507
|
// verify the required parameter 'knowledgeBaseId' is set
|
|
@@ -1572,7 +1566,6 @@ class KnowledgeApi {
|
|
|
1572
1566
|
* @param {Object} opts.type If specified, retrieves integration sources with specified integration type.
|
|
1573
1567
|
* @param {Array.<String>} opts.expand The specified entity attributes will be filled. Comma separated values expected.
|
|
1574
1568
|
* @param {Array.<String>} opts.ids If specified, retrieves integration sources with specified IDs.
|
|
1575
|
-
* getKnowledgeKnowledgebaseSources is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
1576
1569
|
*/
|
|
1577
1570
|
getKnowledgeKnowledgebaseSources(knowledgeBaseId, opts) {
|
|
1578
1571
|
opts = opts || {};
|
|
@@ -1603,7 +1596,6 @@ class KnowledgeApi {
|
|
|
1603
1596
|
* @param {String} sourceId Source ID
|
|
1604
1597
|
* @param {Object} opts Optional parameters
|
|
1605
1598
|
* @param {Array.<String>} opts.expand The specified entity attributes will be filled. Comma separated values expected.
|
|
1606
|
-
* getKnowledgeKnowledgebaseSourcesSalesforceSourceId is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
1607
1599
|
*/
|
|
1608
1600
|
getKnowledgeKnowledgebaseSourcesSalesforceSourceId(knowledgeBaseId, sourceId, opts) {
|
|
1609
1601
|
opts = opts || {};
|
|
@@ -1638,7 +1630,6 @@ class KnowledgeApi {
|
|
|
1638
1630
|
* @param {String} sourceId Source ID
|
|
1639
1631
|
* @param {Object} opts Optional parameters
|
|
1640
1632
|
* @param {Array.<String>} opts.expand The specified entity attributes will be filled. Comma separated values expected.
|
|
1641
|
-
* getKnowledgeKnowledgebaseSourcesServicenowSourceId is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
1642
1633
|
*/
|
|
1643
1634
|
getKnowledgeKnowledgebaseSourcesServicenowSourceId(knowledgeBaseId, sourceId, opts) {
|
|
1644
1635
|
opts = opts || {};
|
|
@@ -1671,7 +1662,6 @@ class KnowledgeApi {
|
|
|
1671
1662
|
*
|
|
1672
1663
|
* @param {String} knowledgeBaseId Knowledge base ID
|
|
1673
1664
|
* @param {String} syncJobId Synchronization job ID
|
|
1674
|
-
* getKnowledgeKnowledgebaseSynchronizeJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
1675
1665
|
*/
|
|
1676
1666
|
getKnowledgeKnowledgebaseSynchronizeJob(knowledgeBaseId, syncJobId) {
|
|
1677
1667
|
// verify the required parameter 'knowledgeBaseId' is set
|
|
@@ -2387,7 +2377,6 @@ class KnowledgeApi {
|
|
|
2387
2377
|
* @param {String} knowledgeBaseId Knowledge base ID
|
|
2388
2378
|
* @param {String} syncJobId Synchronization job ID
|
|
2389
2379
|
* @param {Object} body
|
|
2390
|
-
* patchKnowledgeKnowledgebaseSynchronizeJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
2391
2380
|
*/
|
|
2392
2381
|
patchKnowledgeKnowledgebaseSynchronizeJob(knowledgeBaseId, syncJobId, body) {
|
|
2393
2382
|
// verify the required parameter 'knowledgeBaseId' is set
|
|
@@ -3609,7 +3598,6 @@ class KnowledgeApi {
|
|
|
3609
3598
|
*
|
|
3610
3599
|
* @param {String} knowledgeBaseId Knowledge base ID
|
|
3611
3600
|
* @param {Object} body
|
|
3612
|
-
* postKnowledgeKnowledgebaseSourcesSalesforce is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
3613
3601
|
*/
|
|
3614
3602
|
postKnowledgeKnowledgebaseSourcesSalesforce(knowledgeBaseId, body) {
|
|
3615
3603
|
// verify the required parameter 'knowledgeBaseId' is set
|
|
@@ -3640,7 +3628,6 @@ class KnowledgeApi {
|
|
|
3640
3628
|
*
|
|
3641
3629
|
* @param {String} knowledgeBaseId Knowledge base ID
|
|
3642
3630
|
* @param {String} sourceId Source ID
|
|
3643
|
-
* postKnowledgeKnowledgebaseSourcesSalesforceSourceIdSync is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
3644
3631
|
*/
|
|
3645
3632
|
postKnowledgeKnowledgebaseSourcesSalesforceSourceIdSync(knowledgeBaseId, sourceId) {
|
|
3646
3633
|
// verify the required parameter 'knowledgeBaseId' is set
|
|
@@ -3671,7 +3658,6 @@ class KnowledgeApi {
|
|
|
3671
3658
|
*
|
|
3672
3659
|
* @param {String} knowledgeBaseId Knowledge base ID
|
|
3673
3660
|
* @param {Object} body
|
|
3674
|
-
* postKnowledgeKnowledgebaseSourcesServicenow is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
3675
3661
|
*/
|
|
3676
3662
|
postKnowledgeKnowledgebaseSourcesServicenow(knowledgeBaseId, body) {
|
|
3677
3663
|
// verify the required parameter 'knowledgeBaseId' is set
|
|
@@ -3702,7 +3688,6 @@ class KnowledgeApi {
|
|
|
3702
3688
|
*
|
|
3703
3689
|
* @param {String} knowledgeBaseId Knowledge base ID
|
|
3704
3690
|
* @param {String} sourceId Source ID
|
|
3705
|
-
* postKnowledgeKnowledgebaseSourcesServicenowSourceIdSync is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
3706
3691
|
*/
|
|
3707
3692
|
postKnowledgeKnowledgebaseSourcesServicenowSourceIdSync(knowledgeBaseId, sourceId) {
|
|
3708
3693
|
// verify the required parameter 'knowledgeBaseId' is set
|
|
@@ -3733,7 +3718,6 @@ class KnowledgeApi {
|
|
|
3733
3718
|
*
|
|
3734
3719
|
* @param {String} knowledgeBaseId Knowledge base ID
|
|
3735
3720
|
* @param {Object} body
|
|
3736
|
-
* postKnowledgeKnowledgebaseSynchronizeJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
3737
3721
|
*/
|
|
3738
3722
|
postKnowledgeKnowledgebaseSynchronizeJobs(knowledgeBaseId, body) {
|
|
3739
3723
|
// verify the required parameter 'knowledgeBaseId' is set
|
|
@@ -3821,7 +3805,6 @@ class KnowledgeApi {
|
|
|
3821
3805
|
* @param {String} knowledgeBaseId Knowledge base ID
|
|
3822
3806
|
* @param {String} sourceId Source ID
|
|
3823
3807
|
* @param {Object} body
|
|
3824
|
-
* putKnowledgeKnowledgebaseSourcesSalesforceSourceId is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
3825
3808
|
*/
|
|
3826
3809
|
putKnowledgeKnowledgebaseSourcesSalesforceSourceId(knowledgeBaseId, sourceId, body) {
|
|
3827
3810
|
// verify the required parameter 'knowledgeBaseId' is set
|
|
@@ -3857,7 +3840,6 @@ class KnowledgeApi {
|
|
|
3857
3840
|
* @param {String} knowledgeBaseId Knowledge base ID
|
|
3858
3841
|
* @param {String} sourceId Source ID
|
|
3859
3842
|
* @param {Object} body
|
|
3860
|
-
* putKnowledgeKnowledgebaseSourcesServicenowSourceId is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
3861
3843
|
*/
|
|
3862
3844
|
putKnowledgeKnowledgebaseSourcesServicenowSourceId(knowledgeBaseId, sourceId, body) {
|
|
3863
3845
|
// verify the required parameter 'knowledgeBaseId' is set
|