purecloud-platform-client-v2 231.0.0 → 232.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 +22 -3
- package/dist/node/purecloud-platform-client-v2.js +362 -102
- package/dist/web-amd/purecloud-platform-client-v2.js +362 -102
- package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
- package/dist/web-cjs/bundle.js +169 -103
- package/dist/web-cjs/purecloud-platform-client-v2.js +291 -170
- package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
- package/index.d.ts +753 -261
- package/package.json +1 -1
- package/src/purecloud-platform-client-v2/ApiClient.js +31 -6
- package/src/purecloud-platform-client-v2/api/AIStudioApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AgentAssistantsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AgentCopilotApi.js +25 -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 +1 -1
- package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/BusinessRulesApi.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 +173 -4
- 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 +1 -1
- package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +5 -2
- 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 +7 -3
- 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 +2 -2
- package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/RoutingApi.js +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 +1 -1
- package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -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 +7 -4
- 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 +31 -1
- package/src/purecloud-platform-client-v2/index.js +1 -1
|
@@ -748,7 +748,7 @@ class Configuration {
|
|
|
748
748
|
|
|
749
749
|
/**
|
|
750
750
|
* @module purecloud-platform-client-v2/ApiClient
|
|
751
|
-
* @version
|
|
751
|
+
* @version 232.0.0
|
|
752
752
|
*/
|
|
753
753
|
class ApiClient {
|
|
754
754
|
/**
|
|
@@ -814,6 +814,8 @@ class ApiClient {
|
|
|
814
814
|
MULTI: 'multi'
|
|
815
815
|
};
|
|
816
816
|
|
|
817
|
+
this.useLegacyParameterFilter = true;
|
|
818
|
+
|
|
817
819
|
/**
|
|
818
820
|
* @description Value is `true` if local storage exists. Otherwise, false.
|
|
819
821
|
*/
|
|
@@ -1932,12 +1934,35 @@ class ApiClient {
|
|
|
1932
1934
|
return Object.keys(query).reduce((url, key) => !query[key] ? url : `${url}&${key}=${query[key]}`, `${loginBasePath}/${path}?`);
|
|
1933
1935
|
}
|
|
1934
1936
|
|
|
1937
|
+
/**
|
|
1938
|
+
* @description If set to `true`, the ApiClient will continue to use its legacy approach for filtering method parameters (mapped to an API Endpoint's query parameter). This is option is meant to facilitate transition from legacy to current and accurate parameters filtering.
|
|
1939
|
+
* @param {boolean} useLegacyParameterFilter - `false` to use modern/accurate approach (default value), `true` to use legacy approach (i.e. parameters of boolean type and equal to false are ignored/filtered, parameters of type integer/number and equal to 0 are ignored/filtered)
|
|
1940
|
+
*/
|
|
1941
|
+
setUseLegacyParameterFilter(useLegacyParameterFilter) {
|
|
1942
|
+
this.useLegacyParameterFilter = useLegacyParameterFilter;
|
|
1943
|
+
}
|
|
1944
|
+
|
|
1945
|
+
getUseLegacyParameterFilter() {
|
|
1946
|
+
return this.useLegacyParameterFilter;
|
|
1947
|
+
}
|
|
1948
|
+
|
|
1935
1949
|
/**
|
|
1936
1950
|
* Returns a string representation for an actual parameter.
|
|
1937
1951
|
* @param param The actual parameter.
|
|
1938
1952
|
* @returns {String} The string representation of <code>param</code>.
|
|
1939
1953
|
*/
|
|
1940
1954
|
paramToString(param) {
|
|
1955
|
+
if (this.useLegacyParameterFilter !== true) {
|
|
1956
|
+
if (param !== null && param !== undefined) {
|
|
1957
|
+
if (typeof param === "boolean") {
|
|
1958
|
+
return param.toString().toLowerCase();
|
|
1959
|
+
} else if (param instanceof Boolean) {
|
|
1960
|
+
return param.toString().toLowerCase();
|
|
1961
|
+
} else if (typeof param === "number") {
|
|
1962
|
+
return param.toString();
|
|
1963
|
+
}
|
|
1964
|
+
}
|
|
1965
|
+
}
|
|
1941
1966
|
if (!param) {
|
|
1942
1967
|
return '';
|
|
1943
1968
|
}
|
|
@@ -2101,16 +2126,16 @@ class ApiClient {
|
|
|
2101
2126
|
|
|
2102
2127
|
switch (collectionFormat) {
|
|
2103
2128
|
case 'csv':
|
|
2104
|
-
return param.map(this.paramToString).join(',');
|
|
2129
|
+
return param.map((x) => this.paramToString(x)).join(',');
|
|
2105
2130
|
case 'ssv':
|
|
2106
|
-
return param.map(this.paramToString).join(' ');
|
|
2131
|
+
return param.map((x) => this.paramToString(x)).join(' ');
|
|
2107
2132
|
case 'tsv':
|
|
2108
|
-
return param.map(this.paramToString).join('\t');
|
|
2133
|
+
return param.map((x) => this.paramToString(x)).join('\t');
|
|
2109
2134
|
case 'pipes':
|
|
2110
|
-
return param.map(this.paramToString).join('|');
|
|
2135
|
+
return param.map((x) => this.paramToString(x)).join('|');
|
|
2111
2136
|
case 'multi':
|
|
2112
2137
|
// return the array directly as axios will handle it as expected
|
|
2113
|
-
return param.map(this.paramToString);
|
|
2138
|
+
return param.map((x) => this.paramToString(x));
|
|
2114
2139
|
default:
|
|
2115
2140
|
throw new Error(`Unknown collection format: ${collectionFormat}`);
|
|
2116
2141
|
}
|
|
@@ -2292,7 +2317,7 @@ class AIStudioApi {
|
|
|
2292
2317
|
/**
|
|
2293
2318
|
* AIStudio service.
|
|
2294
2319
|
* @module purecloud-platform-client-v2/api/AIStudioApi
|
|
2295
|
-
* @version
|
|
2320
|
+
* @version 232.0.0
|
|
2296
2321
|
*/
|
|
2297
2322
|
|
|
2298
2323
|
/**
|
|
@@ -2864,7 +2889,7 @@ class AgentAssistantsApi {
|
|
|
2864
2889
|
/**
|
|
2865
2890
|
* AgentAssistants service.
|
|
2866
2891
|
* @module purecloud-platform-client-v2/api/AgentAssistantsApi
|
|
2867
|
-
* @version
|
|
2892
|
+
* @version 232.0.0
|
|
2868
2893
|
*/
|
|
2869
2894
|
|
|
2870
2895
|
/**
|
|
@@ -3350,7 +3375,7 @@ class AgentCopilotApi {
|
|
|
3350
3375
|
/**
|
|
3351
3376
|
* AgentCopilot service.
|
|
3352
3377
|
* @module purecloud-platform-client-v2/api/AgentCopilotApi
|
|
3353
|
-
* @version
|
|
3378
|
+
* @version 232.0.0
|
|
3354
3379
|
*/
|
|
3355
3380
|
|
|
3356
3381
|
/**
|
|
@@ -3390,6 +3415,30 @@ class AgentCopilotApi {
|
|
|
3390
3415
|
);
|
|
3391
3416
|
}
|
|
3392
3417
|
|
|
3418
|
+
/**
|
|
3419
|
+
* Get information about the support of features for all the languages or only for a certain language.
|
|
3420
|
+
*
|
|
3421
|
+
* @param {Object} opts Optional parameters
|
|
3422
|
+
* @param {String} opts.language Which language are the features supported for
|
|
3423
|
+
*/
|
|
3424
|
+
getAssistantsCopilotFeaturesupport(opts) {
|
|
3425
|
+
opts = opts || {};
|
|
3426
|
+
|
|
3427
|
+
|
|
3428
|
+
return this.apiClient.callApi(
|
|
3429
|
+
'/api/v2/assistants/copilot/featuresupport',
|
|
3430
|
+
'GET',
|
|
3431
|
+
{ },
|
|
3432
|
+
{ 'language': opts['language'] },
|
|
3433
|
+
{ },
|
|
3434
|
+
{ },
|
|
3435
|
+
null,
|
|
3436
|
+
['PureCloud OAuth'],
|
|
3437
|
+
['application/json'],
|
|
3438
|
+
['application/json']
|
|
3439
|
+
);
|
|
3440
|
+
}
|
|
3441
|
+
|
|
3393
3442
|
/**
|
|
3394
3443
|
* Update agent copilot configuration
|
|
3395
3444
|
*
|
|
@@ -3426,7 +3475,7 @@ class AgentUIApi {
|
|
|
3426
3475
|
/**
|
|
3427
3476
|
* AgentUI service.
|
|
3428
3477
|
* @module purecloud-platform-client-v2/api/AgentUIApi
|
|
3429
|
-
* @version
|
|
3478
|
+
* @version 232.0.0
|
|
3430
3479
|
*/
|
|
3431
3480
|
|
|
3432
3481
|
/**
|
|
@@ -3557,7 +3606,7 @@ class AlertingApi {
|
|
|
3557
3606
|
/**
|
|
3558
3607
|
* Alerting service.
|
|
3559
3608
|
* @module purecloud-platform-client-v2/api/AlertingApi
|
|
3560
|
-
* @version
|
|
3609
|
+
* @version 232.0.0
|
|
3561
3610
|
*/
|
|
3562
3611
|
|
|
3563
3612
|
/**
|
|
@@ -3958,7 +4007,7 @@ class AnalyticsApi {
|
|
|
3958
4007
|
/**
|
|
3959
4008
|
* Analytics service.
|
|
3960
4009
|
* @module purecloud-platform-client-v2/api/AnalyticsApi
|
|
3961
|
-
* @version
|
|
4010
|
+
* @version 232.0.0
|
|
3962
4011
|
*/
|
|
3963
4012
|
|
|
3964
4013
|
/**
|
|
@@ -7226,7 +7275,7 @@ class ArchitectApi {
|
|
|
7226
7275
|
/**
|
|
7227
7276
|
* Architect service.
|
|
7228
7277
|
* @module purecloud-platform-client-v2/api/ArchitectApi
|
|
7229
|
-
* @version
|
|
7278
|
+
* @version 232.0.0
|
|
7230
7279
|
*/
|
|
7231
7280
|
|
|
7232
7281
|
/**
|
|
@@ -11521,7 +11570,7 @@ class AuditApi {
|
|
|
11521
11570
|
/**
|
|
11522
11571
|
* Audit service.
|
|
11523
11572
|
* @module purecloud-platform-client-v2/api/AuditApi
|
|
11524
|
-
* @version
|
|
11573
|
+
* @version 232.0.0
|
|
11525
11574
|
*/
|
|
11526
11575
|
|
|
11527
11576
|
/**
|
|
@@ -11722,7 +11771,7 @@ class AuthorizationApi {
|
|
|
11722
11771
|
/**
|
|
11723
11772
|
* Authorization service.
|
|
11724
11773
|
* @module purecloud-platform-client-v2/api/AuthorizationApi
|
|
11725
|
-
* @version
|
|
11774
|
+
* @version 232.0.0
|
|
11726
11775
|
*/
|
|
11727
11776
|
|
|
11728
11777
|
/**
|
|
@@ -13437,7 +13486,7 @@ class BillingApi {
|
|
|
13437
13486
|
/**
|
|
13438
13487
|
* Billing service.
|
|
13439
13488
|
* @module purecloud-platform-client-v2/api/BillingApi
|
|
13440
|
-
* @version
|
|
13489
|
+
* @version 232.0.0
|
|
13441
13490
|
*/
|
|
13442
13491
|
|
|
13443
13492
|
/**
|
|
@@ -13693,7 +13742,7 @@ class BusinessRulesApi {
|
|
|
13693
13742
|
/**
|
|
13694
13743
|
* BusinessRules service.
|
|
13695
13744
|
* @module purecloud-platform-client-v2/api/BusinessRulesApi
|
|
13696
|
-
* @version
|
|
13745
|
+
* @version 232.0.0
|
|
13697
13746
|
*/
|
|
13698
13747
|
|
|
13699
13748
|
/**
|
|
@@ -14609,7 +14658,7 @@ class CarrierServicesApi {
|
|
|
14609
14658
|
/**
|
|
14610
14659
|
* CarrierServices service.
|
|
14611
14660
|
* @module purecloud-platform-client-v2/api/CarrierServicesApi
|
|
14612
|
-
* @version
|
|
14661
|
+
* @version 232.0.0
|
|
14613
14662
|
*/
|
|
14614
14663
|
|
|
14615
14664
|
/**
|
|
@@ -14679,7 +14728,7 @@ class ChatApi {
|
|
|
14679
14728
|
/**
|
|
14680
14729
|
* Chat service.
|
|
14681
14730
|
* @module purecloud-platform-client-v2/api/ChatApi
|
|
14682
|
-
* @version
|
|
14731
|
+
* @version 232.0.0
|
|
14683
14732
|
*/
|
|
14684
14733
|
|
|
14685
14734
|
/**
|
|
@@ -15660,7 +15709,7 @@ class CoachingApi {
|
|
|
15660
15709
|
/**
|
|
15661
15710
|
* Coaching service.
|
|
15662
15711
|
* @module purecloud-platform-client-v2/api/CoachingApi
|
|
15663
|
-
* @version
|
|
15712
|
+
* @version 232.0.0
|
|
15664
15713
|
*/
|
|
15665
15714
|
|
|
15666
15715
|
/**
|
|
@@ -16237,7 +16286,7 @@ class ContentManagementApi {
|
|
|
16237
16286
|
/**
|
|
16238
16287
|
* ContentManagement service.
|
|
16239
16288
|
* @module purecloud-platform-client-v2/api/ContentManagementApi
|
|
16240
|
-
* @version
|
|
16289
|
+
* @version 232.0.0
|
|
16241
16290
|
*/
|
|
16242
16291
|
|
|
16243
16292
|
/**
|
|
@@ -17318,7 +17367,7 @@ class ConversationsApi {
|
|
|
17318
17367
|
/**
|
|
17319
17368
|
* Conversations service.
|
|
17320
17369
|
* @module purecloud-platform-client-v2/api/ConversationsApi
|
|
17321
|
-
* @version
|
|
17370
|
+
* @version 232.0.0
|
|
17322
17371
|
*/
|
|
17323
17372
|
|
|
17324
17373
|
/**
|
|
@@ -17559,6 +17608,31 @@ class ConversationsApi {
|
|
|
17559
17608
|
);
|
|
17560
17609
|
}
|
|
17561
17610
|
|
|
17611
|
+
/**
|
|
17612
|
+
* Delete an Apple messaging integration
|
|
17613
|
+
*
|
|
17614
|
+
* @param {String} integrationId Integration ID
|
|
17615
|
+
*/
|
|
17616
|
+
deleteConversationsMessagingIntegrationsAppleIntegrationId(integrationId) {
|
|
17617
|
+
// verify the required parameter 'integrationId' is set
|
|
17618
|
+
if (integrationId === undefined || integrationId === null || integrationId === '') {
|
|
17619
|
+
throw 'Missing the required parameter "integrationId" when calling deleteConversationsMessagingIntegrationsAppleIntegrationId';
|
|
17620
|
+
}
|
|
17621
|
+
|
|
17622
|
+
return this.apiClient.callApi(
|
|
17623
|
+
'/api/v2/conversations/messaging/integrations/apple/{integrationId}',
|
|
17624
|
+
'DELETE',
|
|
17625
|
+
{ 'integrationId': integrationId },
|
|
17626
|
+
{ },
|
|
17627
|
+
{ },
|
|
17628
|
+
{ },
|
|
17629
|
+
null,
|
|
17630
|
+
['PureCloud OAuth'],
|
|
17631
|
+
['application/json'],
|
|
17632
|
+
['application/json']
|
|
17633
|
+
);
|
|
17634
|
+
}
|
|
17635
|
+
|
|
17562
17636
|
/**
|
|
17563
17637
|
* Delete a Facebook messaging integration
|
|
17564
17638
|
*
|
|
@@ -19694,7 +19768,6 @@ class ConversationsApi {
|
|
|
19694
19768
|
* Get Apple messaging integration identity resolution settings
|
|
19695
19769
|
*
|
|
19696
19770
|
* @param {String} integrationId Integration ID
|
|
19697
|
-
* getConversationsMessagingIdentityresolutionIntegrationsAppleIntegrationId is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
19698
19771
|
*/
|
|
19699
19772
|
getConversationsMessagingIdentityresolutionIntegrationsAppleIntegrationId(integrationId) {
|
|
19700
19773
|
// verify the required parameter 'integrationId' is set
|
|
@@ -19894,6 +19967,63 @@ class ConversationsApi {
|
|
|
19894
19967
|
);
|
|
19895
19968
|
}
|
|
19896
19969
|
|
|
19970
|
+
/**
|
|
19971
|
+
* Get a list of Apple Integrations
|
|
19972
|
+
*
|
|
19973
|
+
* @param {Object} opts Optional parameters
|
|
19974
|
+
* @param {Number} opts.pageSize Page size (default to 25)
|
|
19975
|
+
* @param {Number} opts.pageNumber Page number (default to 1)
|
|
19976
|
+
* @param {Object} opts.expand Expand instructions for the return value.
|
|
19977
|
+
* @param {String} opts.supportedContentId Filter integrations returned based on the supported content ID
|
|
19978
|
+
* @param {String} opts.messagingSettingId Filter integrations returned based on the setting ID
|
|
19979
|
+
*/
|
|
19980
|
+
getConversationsMessagingIntegrationsApple(opts) {
|
|
19981
|
+
opts = opts || {};
|
|
19982
|
+
|
|
19983
|
+
|
|
19984
|
+
return this.apiClient.callApi(
|
|
19985
|
+
'/api/v2/conversations/messaging/integrations/apple',
|
|
19986
|
+
'GET',
|
|
19987
|
+
{ },
|
|
19988
|
+
{ 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'expand': opts['expand'],'supportedContent.id': opts['supportedContentId'],'messagingSetting.id': opts['messagingSettingId'] },
|
|
19989
|
+
{ },
|
|
19990
|
+
{ },
|
|
19991
|
+
null,
|
|
19992
|
+
['PureCloud OAuth'],
|
|
19993
|
+
['application/json'],
|
|
19994
|
+
['application/json']
|
|
19995
|
+
);
|
|
19996
|
+
}
|
|
19997
|
+
|
|
19998
|
+
/**
|
|
19999
|
+
* Get an Apple messaging integration
|
|
20000
|
+
*
|
|
20001
|
+
* @param {String} integrationId Integration ID
|
|
20002
|
+
* @param {Object} opts Optional parameters
|
|
20003
|
+
* @param {Object} opts.expand Expand instructions for the return value.
|
|
20004
|
+
*/
|
|
20005
|
+
getConversationsMessagingIntegrationsAppleIntegrationId(integrationId, opts) {
|
|
20006
|
+
opts = opts || {};
|
|
20007
|
+
|
|
20008
|
+
// verify the required parameter 'integrationId' is set
|
|
20009
|
+
if (integrationId === undefined || integrationId === null || integrationId === '') {
|
|
20010
|
+
throw 'Missing the required parameter "integrationId" when calling getConversationsMessagingIntegrationsAppleIntegrationId';
|
|
20011
|
+
}
|
|
20012
|
+
|
|
20013
|
+
return this.apiClient.callApi(
|
|
20014
|
+
'/api/v2/conversations/messaging/integrations/apple/{integrationId}',
|
|
20015
|
+
'GET',
|
|
20016
|
+
{ 'integrationId': integrationId },
|
|
20017
|
+
{ 'expand': opts['expand'] },
|
|
20018
|
+
{ },
|
|
20019
|
+
{ },
|
|
20020
|
+
null,
|
|
20021
|
+
['PureCloud OAuth'],
|
|
20022
|
+
['application/json'],
|
|
20023
|
+
['application/json']
|
|
20024
|
+
);
|
|
20025
|
+
}
|
|
20026
|
+
|
|
19897
20027
|
/**
|
|
19898
20028
|
* Get a list of Facebook Integrations
|
|
19899
20029
|
*
|
|
@@ -20199,6 +20329,40 @@ class ConversationsApi {
|
|
|
20199
20329
|
);
|
|
20200
20330
|
}
|
|
20201
20331
|
|
|
20332
|
+
/**
|
|
20333
|
+
* Call Authentication provider callback to validate state and code
|
|
20334
|
+
*
|
|
20335
|
+
* @param {String} code The authorization code to be sent to the authentication server during the token request.
|
|
20336
|
+
* @param {String} state The state/nonce value generated by Genesys Auth-Client Service.
|
|
20337
|
+
* @param {Object} opts Optional parameters
|
|
20338
|
+
* @param {String} opts.error Error parameter from OAuth provider
|
|
20339
|
+
*/
|
|
20340
|
+
getConversationsMessagingOauthAppleCallback(code, state, opts) {
|
|
20341
|
+
opts = opts || {};
|
|
20342
|
+
|
|
20343
|
+
// verify the required parameter 'code' is set
|
|
20344
|
+
if (code === undefined || code === null) {
|
|
20345
|
+
throw 'Missing the required parameter "code" when calling getConversationsMessagingOauthAppleCallback';
|
|
20346
|
+
}
|
|
20347
|
+
// verify the required parameter 'state' is set
|
|
20348
|
+
if (state === undefined || state === null) {
|
|
20349
|
+
throw 'Missing the required parameter "state" when calling getConversationsMessagingOauthAppleCallback';
|
|
20350
|
+
}
|
|
20351
|
+
|
|
20352
|
+
return this.apiClient.callApi(
|
|
20353
|
+
'/api/v2/conversations/messaging/oauth/apple/callback',
|
|
20354
|
+
'GET',
|
|
20355
|
+
{ },
|
|
20356
|
+
{ 'code': code,'state': state,'error': opts['error'] },
|
|
20357
|
+
{ },
|
|
20358
|
+
{ },
|
|
20359
|
+
null,
|
|
20360
|
+
['PureCloud OAuth'],
|
|
20361
|
+
['application/json'],
|
|
20362
|
+
['application/json']
|
|
20363
|
+
);
|
|
20364
|
+
}
|
|
20365
|
+
|
|
20202
20366
|
/**
|
|
20203
20367
|
* Get a messaging setting
|
|
20204
20368
|
*
|
|
@@ -21817,6 +21981,36 @@ class ConversationsApi {
|
|
|
21817
21981
|
);
|
|
21818
21982
|
}
|
|
21819
21983
|
|
|
21984
|
+
/**
|
|
21985
|
+
* Update an Apple messaging integration
|
|
21986
|
+
*
|
|
21987
|
+
* @param {String} integrationId Integration ID
|
|
21988
|
+
* @param {Object} body AppleIntegrationUpdateRequest
|
|
21989
|
+
*/
|
|
21990
|
+
patchConversationsMessagingIntegrationsAppleIntegrationId(integrationId, body) {
|
|
21991
|
+
// verify the required parameter 'integrationId' is set
|
|
21992
|
+
if (integrationId === undefined || integrationId === null || integrationId === '') {
|
|
21993
|
+
throw 'Missing the required parameter "integrationId" when calling patchConversationsMessagingIntegrationsAppleIntegrationId';
|
|
21994
|
+
}
|
|
21995
|
+
// verify the required parameter 'body' is set
|
|
21996
|
+
if (body === undefined || body === null) {
|
|
21997
|
+
throw 'Missing the required parameter "body" when calling patchConversationsMessagingIntegrationsAppleIntegrationId';
|
|
21998
|
+
}
|
|
21999
|
+
|
|
22000
|
+
return this.apiClient.callApi(
|
|
22001
|
+
'/api/v2/conversations/messaging/integrations/apple/{integrationId}',
|
|
22002
|
+
'PATCH',
|
|
22003
|
+
{ 'integrationId': integrationId },
|
|
22004
|
+
{ },
|
|
22005
|
+
{ },
|
|
22006
|
+
{ },
|
|
22007
|
+
body,
|
|
22008
|
+
['PureCloud OAuth'],
|
|
22009
|
+
['application/json'],
|
|
22010
|
+
['application/json']
|
|
22011
|
+
);
|
|
22012
|
+
}
|
|
22013
|
+
|
|
21820
22014
|
/**
|
|
21821
22015
|
* Update Facebook messaging integration
|
|
21822
22016
|
*
|
|
@@ -23271,7 +23465,7 @@ class ConversationsApi {
|
|
|
23271
23465
|
}
|
|
23272
23466
|
|
|
23273
23467
|
/**
|
|
23274
|
-
* Add participants to a conversation
|
|
23468
|
+
* Add participants to a conversation on behalf of a user
|
|
23275
23469
|
*
|
|
23276
23470
|
* @param {String} conversationId conversationId
|
|
23277
23471
|
* @param {String} userId userId
|
|
@@ -24580,6 +24774,31 @@ class ConversationsApi {
|
|
|
24580
24774
|
);
|
|
24581
24775
|
}
|
|
24582
24776
|
|
|
24777
|
+
/**
|
|
24778
|
+
* Create Apple Integration
|
|
24779
|
+
*
|
|
24780
|
+
* @param {Object} body AppleIntegrationRequest
|
|
24781
|
+
*/
|
|
24782
|
+
postConversationsMessagingIntegrationsApple(body) {
|
|
24783
|
+
// verify the required parameter 'body' is set
|
|
24784
|
+
if (body === undefined || body === null) {
|
|
24785
|
+
throw 'Missing the required parameter "body" when calling postConversationsMessagingIntegrationsApple';
|
|
24786
|
+
}
|
|
24787
|
+
|
|
24788
|
+
return this.apiClient.callApi(
|
|
24789
|
+
'/api/v2/conversations/messaging/integrations/apple',
|
|
24790
|
+
'POST',
|
|
24791
|
+
{ },
|
|
24792
|
+
{ },
|
|
24793
|
+
{ },
|
|
24794
|
+
{ },
|
|
24795
|
+
body,
|
|
24796
|
+
['PureCloud OAuth'],
|
|
24797
|
+
['application/json'],
|
|
24798
|
+
['application/json']
|
|
24799
|
+
);
|
|
24800
|
+
}
|
|
24801
|
+
|
|
24583
24802
|
/**
|
|
24584
24803
|
* Create a Facebook Integration
|
|
24585
24804
|
*
|
|
@@ -25358,7 +25577,6 @@ class ConversationsApi {
|
|
|
25358
25577
|
*
|
|
25359
25578
|
* @param {String} integrationId Integration ID
|
|
25360
25579
|
* @param {Object} body IdentityResolutionConfig
|
|
25361
|
-
* putConversationsMessagingIdentityresolutionIntegrationsAppleIntegrationId is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
25362
25580
|
*/
|
|
25363
25581
|
putConversationsMessagingIdentityresolutionIntegrationsAppleIntegrationId(integrationId, body) {
|
|
25364
25582
|
// verify the required parameter 'integrationId' is set
|
|
@@ -25706,7 +25924,7 @@ class DataExtensionsApi {
|
|
|
25706
25924
|
/**
|
|
25707
25925
|
* DataExtensions service.
|
|
25708
25926
|
* @module purecloud-platform-client-v2/api/DataExtensionsApi
|
|
25709
|
-
* @version
|
|
25927
|
+
* @version 232.0.0
|
|
25710
25928
|
*/
|
|
25711
25929
|
|
|
25712
25930
|
/**
|
|
@@ -25792,7 +26010,7 @@ class DataPrivacyApi {
|
|
|
25792
26010
|
/**
|
|
25793
26011
|
* DataPrivacy service.
|
|
25794
26012
|
* @module purecloud-platform-client-v2/api/DataPrivacyApi
|
|
25795
|
-
* @version
|
|
26013
|
+
* @version 232.0.0
|
|
25796
26014
|
*/
|
|
25797
26015
|
|
|
25798
26016
|
/**
|
|
@@ -25962,7 +26180,7 @@ class DownloadsApi {
|
|
|
25962
26180
|
/**
|
|
25963
26181
|
* Downloads service.
|
|
25964
26182
|
* @module purecloud-platform-client-v2/api/DownloadsApi
|
|
25965
|
-
* @version
|
|
26183
|
+
* @version 232.0.0
|
|
25966
26184
|
*/
|
|
25967
26185
|
|
|
25968
26186
|
/**
|
|
@@ -26014,7 +26232,7 @@ class EmailsApi {
|
|
|
26014
26232
|
/**
|
|
26015
26233
|
* Emails service.
|
|
26016
26234
|
* @module purecloud-platform-client-v2/api/EmailsApi
|
|
26017
|
-
* @version
|
|
26235
|
+
* @version 232.0.0
|
|
26018
26236
|
*/
|
|
26019
26237
|
|
|
26020
26238
|
/**
|
|
@@ -26143,7 +26361,7 @@ class EmployeeEngagementApi {
|
|
|
26143
26361
|
/**
|
|
26144
26362
|
* EmployeeEngagement service.
|
|
26145
26363
|
* @module purecloud-platform-client-v2/api/EmployeeEngagementApi
|
|
26146
|
-
* @version
|
|
26364
|
+
* @version 232.0.0
|
|
26147
26365
|
*/
|
|
26148
26366
|
|
|
26149
26367
|
/**
|
|
@@ -26294,7 +26512,7 @@ class EventsApi {
|
|
|
26294
26512
|
/**
|
|
26295
26513
|
* Events service.
|
|
26296
26514
|
* @module purecloud-platform-client-v2/api/EventsApi
|
|
26297
|
-
* @version
|
|
26515
|
+
* @version 232.0.0
|
|
26298
26516
|
*/
|
|
26299
26517
|
|
|
26300
26518
|
/**
|
|
@@ -26390,7 +26608,7 @@ class ExternalContactsApi {
|
|
|
26390
26608
|
/**
|
|
26391
26609
|
* ExternalContacts service.
|
|
26392
26610
|
* @module purecloud-platform-client-v2/api/ExternalContactsApi
|
|
26393
|
-
* @version
|
|
26611
|
+
* @version 232.0.0
|
|
26394
26612
|
*/
|
|
26395
26613
|
|
|
26396
26614
|
/**
|
|
@@ -29637,7 +29855,7 @@ class FaxApi {
|
|
|
29637
29855
|
/**
|
|
29638
29856
|
* Fax service.
|
|
29639
29857
|
* @module purecloud-platform-client-v2/api/FaxApi
|
|
29640
|
-
* @version
|
|
29858
|
+
* @version 232.0.0
|
|
29641
29859
|
*/
|
|
29642
29860
|
|
|
29643
29861
|
/**
|
|
@@ -29852,7 +30070,7 @@ class FlowsApi {
|
|
|
29852
30070
|
/**
|
|
29853
30071
|
* Flows service.
|
|
29854
30072
|
* @module purecloud-platform-client-v2/api/FlowsApi
|
|
29855
|
-
* @version
|
|
30073
|
+
* @version 232.0.0
|
|
29856
30074
|
*/
|
|
29857
30075
|
|
|
29858
30076
|
/**
|
|
@@ -30061,7 +30279,7 @@ class GamificationApi {
|
|
|
30061
30279
|
/**
|
|
30062
30280
|
* Gamification service.
|
|
30063
30281
|
* @module purecloud-platform-client-v2/api/GamificationApi
|
|
30064
|
-
* @version
|
|
30282
|
+
* @version 232.0.0
|
|
30065
30283
|
*/
|
|
30066
30284
|
|
|
30067
30285
|
/**
|
|
@@ -32568,7 +32786,7 @@ class GeneralDataProtectionRegulationApi {
|
|
|
32568
32786
|
/**
|
|
32569
32787
|
* GeneralDataProtectionRegulation service.
|
|
32570
32788
|
* @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
|
|
32571
|
-
* @version
|
|
32789
|
+
* @version 232.0.0
|
|
32572
32790
|
*/
|
|
32573
32791
|
|
|
32574
32792
|
/**
|
|
@@ -32698,7 +32916,7 @@ class GeolocationApi {
|
|
|
32698
32916
|
/**
|
|
32699
32917
|
* Geolocation service.
|
|
32700
32918
|
* @module purecloud-platform-client-v2/api/GeolocationApi
|
|
32701
|
-
* @version
|
|
32919
|
+
* @version 232.0.0
|
|
32702
32920
|
*/
|
|
32703
32921
|
|
|
32704
32922
|
/**
|
|
@@ -32829,7 +33047,7 @@ class GreetingsApi {
|
|
|
32829
33047
|
/**
|
|
32830
33048
|
* Greetings service.
|
|
32831
33049
|
* @module purecloud-platform-client-v2/api/GreetingsApi
|
|
32832
|
-
* @version
|
|
33050
|
+
* @version 232.0.0
|
|
32833
33051
|
*/
|
|
32834
33052
|
|
|
32835
33053
|
/**
|
|
@@ -33371,7 +33589,7 @@ class GroupsApi {
|
|
|
33371
33589
|
/**
|
|
33372
33590
|
* Groups service.
|
|
33373
33591
|
* @module purecloud-platform-client-v2/api/GroupsApi
|
|
33374
|
-
* @version
|
|
33592
|
+
* @version 232.0.0
|
|
33375
33593
|
*/
|
|
33376
33594
|
|
|
33377
33595
|
/**
|
|
@@ -33890,7 +34108,7 @@ class IdentityProviderApi {
|
|
|
33890
34108
|
/**
|
|
33891
34109
|
* IdentityProvider service.
|
|
33892
34110
|
* @module purecloud-platform-client-v2/api/IdentityProviderApi
|
|
33893
|
-
* @version
|
|
34111
|
+
* @version 232.0.0
|
|
33894
34112
|
*/
|
|
33895
34113
|
|
|
33896
34114
|
/**
|
|
@@ -34751,7 +34969,7 @@ class InfrastructureAsCodeApi {
|
|
|
34751
34969
|
/**
|
|
34752
34970
|
* InfrastructureAsCode service.
|
|
34753
34971
|
* @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
|
|
34754
|
-
* @version
|
|
34972
|
+
* @version 232.0.0
|
|
34755
34973
|
*/
|
|
34756
34974
|
|
|
34757
34975
|
/**
|
|
@@ -34918,7 +35136,7 @@ class IntegrationsApi {
|
|
|
34918
35136
|
/**
|
|
34919
35137
|
* Integrations service.
|
|
34920
35138
|
* @module purecloud-platform-client-v2/api/IntegrationsApi
|
|
34921
|
-
* @version
|
|
35139
|
+
* @version 232.0.0
|
|
34922
35140
|
*/
|
|
34923
35141
|
|
|
34924
35142
|
/**
|
|
@@ -35102,6 +35320,9 @@ class IntegrationsApi {
|
|
|
35102
35320
|
* @param {Array.<String>} opts.expand variable name requested by expand list
|
|
35103
35321
|
* @param {String} opts.nextPage next page token
|
|
35104
35322
|
* @param {String} opts.previousPage Previous page token
|
|
35323
|
+
* @param {Array.<String>} opts.ids Comma-separated list of integration IDs to filter by (max 100)
|
|
35324
|
+
* @param {String} opts.integrationType Filter integrations by integration type ID
|
|
35325
|
+
* @param {Object} opts.reportedState Filter integrations by reported state (case-insensitive)
|
|
35105
35326
|
*/
|
|
35106
35327
|
getIntegrations(opts) {
|
|
35107
35328
|
opts = opts || {};
|
|
@@ -35111,7 +35332,7 @@ class IntegrationsApi {
|
|
|
35111
35332
|
'/api/v2/integrations',
|
|
35112
35333
|
'GET',
|
|
35113
35334
|
{ },
|
|
35114
|
-
{ 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi'),'nextPage': opts['nextPage'],'previousPage': opts['previousPage'] },
|
|
35335
|
+
{ 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi'),'nextPage': opts['nextPage'],'previousPage': opts['previousPage'],'ids': this.apiClient.buildCollectionParam(opts['ids'], 'multi'),'integrationType': opts['integrationType'],'reportedState': opts['reportedState'] },
|
|
35115
35336
|
{ },
|
|
35116
35337
|
{ },
|
|
35117
35338
|
null,
|
|
@@ -37563,7 +37784,7 @@ class JourneyApi {
|
|
|
37563
37784
|
/**
|
|
37564
37785
|
* Journey service.
|
|
37565
37786
|
* @module purecloud-platform-client-v2/api/JourneyApi
|
|
37566
|
-
* @version
|
|
37787
|
+
* @version 232.0.0
|
|
37567
37788
|
*/
|
|
37568
37789
|
|
|
37569
37790
|
/**
|
|
@@ -39660,7 +39881,7 @@ class KnowledgeApi {
|
|
|
39660
39881
|
/**
|
|
39661
39882
|
* Knowledge service.
|
|
39662
39883
|
* @module purecloud-platform-client-v2/api/KnowledgeApi
|
|
39663
|
-
* @version
|
|
39884
|
+
* @version 232.0.0
|
|
39664
39885
|
*/
|
|
39665
39886
|
|
|
39666
39887
|
/**
|
|
@@ -43562,7 +43783,7 @@ class LanguageUnderstandingApi {
|
|
|
43562
43783
|
/**
|
|
43563
43784
|
* LanguageUnderstanding service.
|
|
43564
43785
|
* @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
|
|
43565
|
-
* @version
|
|
43786
|
+
* @version 232.0.0
|
|
43566
43787
|
*/
|
|
43567
43788
|
|
|
43568
43789
|
/**
|
|
@@ -44781,7 +45002,7 @@ class LanguagesApi {
|
|
|
44781
45002
|
/**
|
|
44782
45003
|
* Languages service.
|
|
44783
45004
|
* @module purecloud-platform-client-v2/api/LanguagesApi
|
|
44784
|
-
* @version
|
|
45005
|
+
* @version 232.0.0
|
|
44785
45006
|
*/
|
|
44786
45007
|
|
|
44787
45008
|
/**
|
|
@@ -45003,7 +45224,7 @@ class LearningApi {
|
|
|
45003
45224
|
/**
|
|
45004
45225
|
* Learning service.
|
|
45005
45226
|
* @module purecloud-platform-client-v2/api/LearningApi
|
|
45006
|
-
* @version
|
|
45227
|
+
* @version 232.0.0
|
|
45007
45228
|
*/
|
|
45008
45229
|
|
|
45009
45230
|
/**
|
|
@@ -46001,8 +46222,12 @@ class LearningApi {
|
|
|
46001
46222
|
* This will update a learning module rule with the specified fields.
|
|
46002
46223
|
* @param {String} moduleId The ID of the learning module
|
|
46003
46224
|
* @param {Object} body The learning module rule to be updated
|
|
46225
|
+
* @param {Object} opts Optional parameters
|
|
46226
|
+
* @param {Boolean} opts.assign Whether to assign the module to users or not (default to true)
|
|
46004
46227
|
*/
|
|
46005
|
-
putLearningModuleRule(moduleId, body) {
|
|
46228
|
+
putLearningModuleRule(moduleId, body, opts) {
|
|
46229
|
+
opts = opts || {};
|
|
46230
|
+
|
|
46006
46231
|
// verify the required parameter 'moduleId' is set
|
|
46007
46232
|
if (moduleId === undefined || moduleId === null || moduleId === '') {
|
|
46008
46233
|
throw 'Missing the required parameter "moduleId" when calling putLearningModuleRule';
|
|
@@ -46016,7 +46241,7 @@ class LearningApi {
|
|
|
46016
46241
|
'/api/v2/learning/modules/{moduleId}/rule',
|
|
46017
46242
|
'PUT',
|
|
46018
46243
|
{ 'moduleId': moduleId },
|
|
46019
|
-
{
|
|
46244
|
+
{ 'assign': opts['assign'] },
|
|
46020
46245
|
{ },
|
|
46021
46246
|
{ },
|
|
46022
46247
|
body,
|
|
@@ -46032,7 +46257,7 @@ class LicenseApi {
|
|
|
46032
46257
|
/**
|
|
46033
46258
|
* License service.
|
|
46034
46259
|
* @module purecloud-platform-client-v2/api/LicenseApi
|
|
46035
|
-
* @version
|
|
46260
|
+
* @version 232.0.0
|
|
46036
46261
|
*/
|
|
46037
46262
|
|
|
46038
46263
|
/**
|
|
@@ -46270,7 +46495,7 @@ class LocationsApi {
|
|
|
46270
46495
|
/**
|
|
46271
46496
|
* Locations service.
|
|
46272
46497
|
* @module purecloud-platform-client-v2/api/LocationsApi
|
|
46273
|
-
* @version
|
|
46498
|
+
* @version 232.0.0
|
|
46274
46499
|
*/
|
|
46275
46500
|
|
|
46276
46501
|
/**
|
|
@@ -46506,7 +46731,7 @@ class LogCaptureApi {
|
|
|
46506
46731
|
/**
|
|
46507
46732
|
* LogCapture service.
|
|
46508
46733
|
* @module purecloud-platform-client-v2/api/LogCaptureApi
|
|
46509
|
-
* @version
|
|
46734
|
+
* @version 232.0.0
|
|
46510
46735
|
*/
|
|
46511
46736
|
|
|
46512
46737
|
/**
|
|
@@ -46705,7 +46930,7 @@ class MessagingApi {
|
|
|
46705
46930
|
/**
|
|
46706
46931
|
* Messaging service.
|
|
46707
46932
|
* @module purecloud-platform-client-v2/api/MessagingApi
|
|
46708
|
-
* @version
|
|
46933
|
+
* @version 232.0.0
|
|
46709
46934
|
*/
|
|
46710
46935
|
|
|
46711
46936
|
/**
|
|
@@ -47064,7 +47289,7 @@ class MobileDevicesApi {
|
|
|
47064
47289
|
/**
|
|
47065
47290
|
* MobileDevices service.
|
|
47066
47291
|
* @module purecloud-platform-client-v2/api/MobileDevicesApi
|
|
47067
|
-
* @version
|
|
47292
|
+
* @version 232.0.0
|
|
47068
47293
|
*/
|
|
47069
47294
|
|
|
47070
47295
|
/**
|
|
@@ -47215,7 +47440,7 @@ class NotificationsApi {
|
|
|
47215
47440
|
/**
|
|
47216
47441
|
* Notifications service.
|
|
47217
47442
|
* @module purecloud-platform-client-v2/api/NotificationsApi
|
|
47218
|
-
* @version
|
|
47443
|
+
* @version 232.0.0
|
|
47219
47444
|
*/
|
|
47220
47445
|
|
|
47221
47446
|
/**
|
|
@@ -47448,7 +47673,7 @@ class OAuthApi {
|
|
|
47448
47673
|
/**
|
|
47449
47674
|
* OAuth service.
|
|
47450
47675
|
* @module purecloud-platform-client-v2/api/OAuthApi
|
|
47451
|
-
* @version
|
|
47676
|
+
* @version 232.0.0
|
|
47452
47677
|
*/
|
|
47453
47678
|
|
|
47454
47679
|
/**
|
|
@@ -47814,7 +48039,7 @@ class ObjectsApi {
|
|
|
47814
48039
|
/**
|
|
47815
48040
|
* Objects service.
|
|
47816
48041
|
* @module purecloud-platform-client-v2/api/ObjectsApi
|
|
47817
|
-
* @version
|
|
48042
|
+
* @version 232.0.0
|
|
47818
48043
|
*/
|
|
47819
48044
|
|
|
47820
48045
|
/**
|
|
@@ -48138,7 +48363,7 @@ class OperationalEventsApi {
|
|
|
48138
48363
|
/**
|
|
48139
48364
|
* OperationalEvents service.
|
|
48140
48365
|
* @module purecloud-platform-client-v2/api/OperationalEventsApi
|
|
48141
|
-
* @version
|
|
48366
|
+
* @version 232.0.0
|
|
48142
48367
|
*/
|
|
48143
48368
|
|
|
48144
48369
|
/**
|
|
@@ -48255,7 +48480,7 @@ class OrganizationApi {
|
|
|
48255
48480
|
/**
|
|
48256
48481
|
* Organization service.
|
|
48257
48482
|
* @module purecloud-platform-client-v2/api/OrganizationApi
|
|
48258
|
-
* @version
|
|
48483
|
+
* @version 232.0.0
|
|
48259
48484
|
*/
|
|
48260
48485
|
|
|
48261
48486
|
/**
|
|
@@ -48730,7 +48955,7 @@ class OrganizationAuthorizationApi {
|
|
|
48730
48955
|
/**
|
|
48731
48956
|
* OrganizationAuthorization service.
|
|
48732
48957
|
* @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
|
|
48733
|
-
* @version
|
|
48958
|
+
* @version 232.0.0
|
|
48734
48959
|
*/
|
|
48735
48960
|
|
|
48736
48961
|
/**
|
|
@@ -50124,7 +50349,7 @@ class OutboundApi {
|
|
|
50124
50349
|
/**
|
|
50125
50350
|
* Outbound service.
|
|
50126
50351
|
* @module purecloud-platform-client-v2/api/OutboundApi
|
|
50127
|
-
* @version
|
|
50352
|
+
* @version 232.0.0
|
|
50128
50353
|
*/
|
|
50129
50354
|
|
|
50130
50355
|
/**
|
|
@@ -54846,7 +55071,7 @@ class PresenceApi {
|
|
|
54846
55071
|
/**
|
|
54847
55072
|
* Presence service.
|
|
54848
55073
|
* @module purecloud-platform-client-v2/api/PresenceApi
|
|
54849
|
-
* @version
|
|
55074
|
+
* @version 232.0.0
|
|
54850
55075
|
*/
|
|
54851
55076
|
|
|
54852
55077
|
/**
|
|
@@ -55590,7 +55815,7 @@ class ProcessAutomationApi {
|
|
|
55590
55815
|
/**
|
|
55591
55816
|
* ProcessAutomation service.
|
|
55592
55817
|
* @module purecloud-platform-client-v2/api/ProcessAutomationApi
|
|
55593
|
-
* @version
|
|
55818
|
+
* @version 232.0.0
|
|
55594
55819
|
*/
|
|
55595
55820
|
|
|
55596
55821
|
/**
|
|
@@ -55829,7 +56054,7 @@ class QualityApi {
|
|
|
55829
56054
|
/**
|
|
55830
56055
|
* Quality service.
|
|
55831
56056
|
* @module purecloud-platform-client-v2/api/QualityApi
|
|
55832
|
-
* @version
|
|
56057
|
+
* @version 232.0.0
|
|
55833
56058
|
*/
|
|
55834
56059
|
|
|
55835
56060
|
/**
|
|
@@ -56412,7 +56637,7 @@ class QualityApi {
|
|
|
56412
56637
|
}
|
|
56413
56638
|
|
|
56414
56639
|
/**
|
|
56415
|
-
* Get an evaluator activity
|
|
56640
|
+
* Get an evaluator activity. To ensure optimal performance and prevent timeouts when processing large datasets, startTime and endTime fields are highly recommended for all requests.
|
|
56416
56641
|
*
|
|
56417
56642
|
* @param {Object} opts Optional parameters
|
|
56418
56643
|
* @param {Number} opts.pageSize The total page size requested (default to 25)
|
|
@@ -57774,7 +57999,7 @@ class RecordingApi {
|
|
|
57774
57999
|
/**
|
|
57775
58000
|
* Recording service.
|
|
57776
58001
|
* @module purecloud-platform-client-v2/api/RecordingApi
|
|
57777
|
-
* @version
|
|
58002
|
+
* @version 232.0.0
|
|
57778
58003
|
*/
|
|
57779
58004
|
|
|
57780
58005
|
/**
|
|
@@ -59379,7 +59604,7 @@ class ResponseManagementApi {
|
|
|
59379
59604
|
/**
|
|
59380
59605
|
* ResponseManagement service.
|
|
59381
59606
|
* @module purecloud-platform-client-v2/api/ResponseManagementApi
|
|
59382
|
-
* @version
|
|
59607
|
+
* @version 232.0.0
|
|
59383
59608
|
*/
|
|
59384
59609
|
|
|
59385
59610
|
/**
|
|
@@ -59889,7 +60114,7 @@ class RoutingApi {
|
|
|
59889
60114
|
/**
|
|
59890
60115
|
* Routing service.
|
|
59891
60116
|
* @module purecloud-platform-client-v2/api/RoutingApi
|
|
59892
|
-
* @version
|
|
60117
|
+
* @version 232.0.0
|
|
59893
60118
|
*/
|
|
59894
60119
|
|
|
59895
60120
|
/**
|
|
@@ -61123,6 +61348,8 @@ class RoutingApi {
|
|
|
61123
61348
|
* @param {String} opts.limit Number of entities to return. Maximum of 200. Deprecated in favour of pageSize
|
|
61124
61349
|
* @param {String} opts.pageSize Number of entities to return. Maximum of 200.
|
|
61125
61350
|
* @param {Array.<String>} opts.queueId Comma-separated list of queue Ids to filter by.
|
|
61351
|
+
* @param {String} opts.kpiId Standard or custom KPI id used to filter predictors.
|
|
61352
|
+
* @param {Object} opts.state The state used to filter predictors.
|
|
61126
61353
|
*/
|
|
61127
61354
|
getRoutingPredictors(opts) {
|
|
61128
61355
|
opts = opts || {};
|
|
@@ -61132,7 +61359,7 @@ class RoutingApi {
|
|
|
61132
61359
|
'/api/v2/routing/predictors',
|
|
61133
61360
|
'GET',
|
|
61134
61361
|
{ },
|
|
61135
|
-
{ 'before': opts['before'],'after': opts['after'],'limit': opts['limit'],'pageSize': opts['pageSize'],'queueId': this.apiClient.buildCollectionParam(opts['queueId'], 'multi') },
|
|
61362
|
+
{ 'before': opts['before'],'after': opts['after'],'limit': opts['limit'],'pageSize': opts['pageSize'],'queueId': this.apiClient.buildCollectionParam(opts['queueId'], 'multi'),'kpiId': opts['kpiId'],'state': opts['state'] },
|
|
61136
61363
|
{ },
|
|
61137
61364
|
{ },
|
|
61138
61365
|
null,
|
|
@@ -61201,7 +61428,7 @@ class RoutingApi {
|
|
|
61201
61428
|
*
|
|
61202
61429
|
* @param {String} queueId Queue ID
|
|
61203
61430
|
* @param {Object} opts Optional parameters
|
|
61204
|
-
* @param {
|
|
61431
|
+
* @param {Array.<String>} opts.expand Which fields, if any, to expand.
|
|
61205
61432
|
*/
|
|
61206
61433
|
getRoutingQueueAssistant(queueId, opts) {
|
|
61207
61434
|
opts = opts || {};
|
|
@@ -61215,7 +61442,7 @@ class RoutingApi {
|
|
|
61215
61442
|
'/api/v2/routing/queues/{queueId}/assistant',
|
|
61216
61443
|
'GET',
|
|
61217
61444
|
{ 'queueId': queueId },
|
|
61218
|
-
{ 'expand': opts['expand'] },
|
|
61445
|
+
{ 'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi') },
|
|
61219
61446
|
{ },
|
|
61220
61447
|
{ },
|
|
61221
61448
|
null,
|
|
@@ -64215,7 +64442,7 @@ class SCIMApi {
|
|
|
64215
64442
|
/**
|
|
64216
64443
|
* SCIM service.
|
|
64217
64444
|
* @module purecloud-platform-client-v2/api/SCIMApi
|
|
64218
|
-
* @version
|
|
64445
|
+
* @version 232.0.0
|
|
64219
64446
|
*/
|
|
64220
64447
|
|
|
64221
64448
|
/**
|
|
@@ -65092,7 +65319,7 @@ class ScreenRecordingApi {
|
|
|
65092
65319
|
/**
|
|
65093
65320
|
* ScreenRecording service.
|
|
65094
65321
|
* @module purecloud-platform-client-v2/api/ScreenRecordingApi
|
|
65095
|
-
* @version
|
|
65322
|
+
* @version 232.0.0
|
|
65096
65323
|
*/
|
|
65097
65324
|
|
|
65098
65325
|
/**
|
|
@@ -65137,7 +65364,7 @@ class ScriptsApi {
|
|
|
65137
65364
|
/**
|
|
65138
65365
|
* Scripts service.
|
|
65139
65366
|
* @module purecloud-platform-client-v2/api/ScriptsApi
|
|
65140
|
-
* @version
|
|
65367
|
+
* @version 232.0.0
|
|
65141
65368
|
*/
|
|
65142
65369
|
|
|
65143
65370
|
/**
|
|
@@ -65613,7 +65840,7 @@ class SearchApi {
|
|
|
65613
65840
|
/**
|
|
65614
65841
|
* Search service.
|
|
65615
65842
|
* @module purecloud-platform-client-v2/api/SearchApi
|
|
65616
|
-
* @version
|
|
65843
|
+
* @version 232.0.0
|
|
65617
65844
|
*/
|
|
65618
65845
|
|
|
65619
65846
|
/**
|
|
@@ -66331,7 +66558,7 @@ class SettingsApi {
|
|
|
66331
66558
|
/**
|
|
66332
66559
|
* Settings service.
|
|
66333
66560
|
* @module purecloud-platform-client-v2/api/SettingsApi
|
|
66334
|
-
* @version
|
|
66561
|
+
* @version 232.0.0
|
|
66335
66562
|
*/
|
|
66336
66563
|
|
|
66337
66564
|
/**
|
|
@@ -66679,7 +66906,7 @@ class SocialMediaApi {
|
|
|
66679
66906
|
/**
|
|
66680
66907
|
* SocialMedia service.
|
|
66681
66908
|
* @module purecloud-platform-client-v2/api/SocialMediaApi
|
|
66682
|
-
* @version
|
|
66909
|
+
* @version 232.0.0
|
|
66683
66910
|
*/
|
|
66684
66911
|
|
|
66685
66912
|
/**
|
|
@@ -68270,7 +68497,7 @@ class SpeechTextAnalyticsApi {
|
|
|
68270
68497
|
/**
|
|
68271
68498
|
* SpeechTextAnalytics service.
|
|
68272
68499
|
* @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
|
|
68273
|
-
* @version
|
|
68500
|
+
* @version 232.0.0
|
|
68274
68501
|
*/
|
|
68275
68502
|
|
|
68276
68503
|
/**
|
|
@@ -69916,7 +70143,7 @@ class StationsApi {
|
|
|
69916
70143
|
/**
|
|
69917
70144
|
* Stations service.
|
|
69918
70145
|
* @module purecloud-platform-client-v2/api/StationsApi
|
|
69919
|
-
* @version
|
|
70146
|
+
* @version 232.0.0
|
|
69920
70147
|
*/
|
|
69921
70148
|
|
|
69922
70149
|
/**
|
|
@@ -70018,7 +70245,7 @@ class SuggestApi {
|
|
|
70018
70245
|
/**
|
|
70019
70246
|
* Suggest service.
|
|
70020
70247
|
* @module purecloud-platform-client-v2/api/SuggestApi
|
|
70021
|
-
* @version
|
|
70248
|
+
* @version 232.0.0
|
|
70022
70249
|
*/
|
|
70023
70250
|
|
|
70024
70251
|
/**
|
|
@@ -70157,7 +70384,7 @@ class TaskManagementApi {
|
|
|
70157
70384
|
/**
|
|
70158
70385
|
* TaskManagement service.
|
|
70159
70386
|
* @module purecloud-platform-client-v2/api/TaskManagementApi
|
|
70160
|
-
* @version
|
|
70387
|
+
* @version 232.0.0
|
|
70161
70388
|
*/
|
|
70162
70389
|
|
|
70163
70390
|
/**
|
|
@@ -72319,7 +72546,7 @@ class TeamsApi {
|
|
|
72319
72546
|
/**
|
|
72320
72547
|
* Teams service.
|
|
72321
72548
|
* @module purecloud-platform-client-v2/api/TeamsApi
|
|
72322
|
-
* @version
|
|
72549
|
+
* @version 232.0.0
|
|
72323
72550
|
*/
|
|
72324
72551
|
|
|
72325
72552
|
/**
|
|
@@ -72624,7 +72851,7 @@ class TelephonyApi {
|
|
|
72624
72851
|
/**
|
|
72625
72852
|
* Telephony service.
|
|
72626
72853
|
* @module purecloud-platform-client-v2/api/TelephonyApi
|
|
72627
|
-
* @version
|
|
72854
|
+
* @version 232.0.0
|
|
72628
72855
|
*/
|
|
72629
72856
|
|
|
72630
72857
|
/**
|
|
@@ -72910,7 +73137,7 @@ class TelephonyProvidersEdgeApi {
|
|
|
72910
73137
|
/**
|
|
72911
73138
|
* TelephonyProvidersEdge service.
|
|
72912
73139
|
* @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
|
|
72913
|
-
* @version
|
|
73140
|
+
* @version 232.0.0
|
|
72914
73141
|
*/
|
|
72915
73142
|
|
|
72916
73143
|
/**
|
|
@@ -76403,7 +76630,7 @@ class TextbotsApi {
|
|
|
76403
76630
|
/**
|
|
76404
76631
|
* Textbots service.
|
|
76405
76632
|
* @module purecloud-platform-client-v2/api/TextbotsApi
|
|
76406
|
-
* @version
|
|
76633
|
+
* @version 232.0.0
|
|
76407
76634
|
*/
|
|
76408
76635
|
|
|
76409
76636
|
/**
|
|
@@ -76532,7 +76759,7 @@ class TokensApi {
|
|
|
76532
76759
|
/**
|
|
76533
76760
|
* Tokens service.
|
|
76534
76761
|
* @module purecloud-platform-client-v2/api/TokensApi
|
|
76535
|
-
* @version
|
|
76762
|
+
* @version 232.0.0
|
|
76536
76763
|
*/
|
|
76537
76764
|
|
|
76538
76765
|
/**
|
|
@@ -76686,7 +76913,7 @@ class UploadsApi {
|
|
|
76686
76913
|
/**
|
|
76687
76914
|
* Uploads service.
|
|
76688
76915
|
* @module purecloud-platform-client-v2/api/UploadsApi
|
|
76689
|
-
* @version
|
|
76916
|
+
* @version 232.0.0
|
|
76690
76917
|
*/
|
|
76691
76918
|
|
|
76692
76919
|
/**
|
|
@@ -76977,7 +77204,7 @@ class UsageApi {
|
|
|
76977
77204
|
/**
|
|
76978
77205
|
* Usage service.
|
|
76979
77206
|
* @module purecloud-platform-client-v2/api/UsageApi
|
|
76980
|
-
* @version
|
|
77207
|
+
* @version 232.0.0
|
|
76981
77208
|
*/
|
|
76982
77209
|
|
|
76983
77210
|
/**
|
|
@@ -77312,7 +77539,7 @@ class UserRecordingsApi {
|
|
|
77312
77539
|
/**
|
|
77313
77540
|
* UserRecordings service.
|
|
77314
77541
|
* @module purecloud-platform-client-v2/api/UserRecordingsApi
|
|
77315
|
-
* @version
|
|
77542
|
+
* @version 232.0.0
|
|
77316
77543
|
*/
|
|
77317
77544
|
|
|
77318
77545
|
/**
|
|
@@ -77496,7 +77723,7 @@ class UsersApi {
|
|
|
77496
77723
|
/**
|
|
77497
77724
|
* Users service.
|
|
77498
77725
|
* @module purecloud-platform-client-v2/api/UsersApi
|
|
77499
|
-
* @version
|
|
77726
|
+
* @version 232.0.0
|
|
77500
77727
|
*/
|
|
77501
77728
|
|
|
77502
77729
|
/**
|
|
@@ -80505,7 +80732,7 @@ class UtilitiesApi {
|
|
|
80505
80732
|
/**
|
|
80506
80733
|
* Utilities service.
|
|
80507
80734
|
* @module purecloud-platform-client-v2/api/UtilitiesApi
|
|
80508
|
-
* @version
|
|
80735
|
+
* @version 232.0.0
|
|
80509
80736
|
*/
|
|
80510
80737
|
|
|
80511
80738
|
/**
|
|
@@ -80616,7 +80843,7 @@ class VoicemailApi {
|
|
|
80616
80843
|
/**
|
|
80617
80844
|
* Voicemail service.
|
|
80618
80845
|
* @module purecloud-platform-client-v2/api/VoicemailApi
|
|
80619
|
-
* @version
|
|
80846
|
+
* @version 232.0.0
|
|
80620
80847
|
*/
|
|
80621
80848
|
|
|
80622
80849
|
/**
|
|
@@ -81338,7 +81565,7 @@ class WebChatApi {
|
|
|
81338
81565
|
/**
|
|
81339
81566
|
* WebChat service.
|
|
81340
81567
|
* @module purecloud-platform-client-v2/api/WebChatApi
|
|
81341
|
-
* @version
|
|
81568
|
+
* @version 232.0.0
|
|
81342
81569
|
*/
|
|
81343
81570
|
|
|
81344
81571
|
/**
|
|
@@ -81412,7 +81639,8 @@ class WebChatApi {
|
|
|
81412
81639
|
|
|
81413
81640
|
/**
|
|
81414
81641
|
* Remove WebChat deployment settings
|
|
81415
|
-
*
|
|
81642
|
+
* This endpoint is deprecated. Please see the article https://community.genesys.com/discussion/deprecation-acd-chat-v20-and-resulting-impact-to-apiv2webchatsettings.
|
|
81643
|
+
* @deprecated
|
|
81416
81644
|
*/
|
|
81417
81645
|
deleteWebchatSettings() {
|
|
81418
81646
|
|
|
@@ -81663,7 +81891,8 @@ class WebChatApi {
|
|
|
81663
81891
|
|
|
81664
81892
|
/**
|
|
81665
81893
|
* Get WebChat deployment settings
|
|
81666
|
-
*
|
|
81894
|
+
* This endpoint is deprecated. Please see the article https://community.genesys.com/discussion/deprecation-acd-chat-v20-and-resulting-impact-to-apiv2webchatsettings.
|
|
81895
|
+
* @deprecated
|
|
81667
81896
|
*/
|
|
81668
81897
|
getWebchatSettings() {
|
|
81669
81898
|
|
|
@@ -81869,8 +82098,9 @@ class WebChatApi {
|
|
|
81869
82098
|
|
|
81870
82099
|
/**
|
|
81871
82100
|
* Update WebChat deployment settings
|
|
81872
|
-
*
|
|
82101
|
+
* This endpoint is deprecated. Please see the article https://community.genesys.com/discussion/deprecation-acd-chat-v20-and-resulting-impact-to-apiv2webchatsettings.
|
|
81873
82102
|
* @param {Object} body webChatSettings
|
|
82103
|
+
* @deprecated
|
|
81874
82104
|
*/
|
|
81875
82105
|
putWebchatSettings(body) {
|
|
81876
82106
|
// verify the required parameter 'body' is set
|
|
@@ -81898,7 +82128,7 @@ class WebDeploymentsApi {
|
|
|
81898
82128
|
/**
|
|
81899
82129
|
* WebDeployments service.
|
|
81900
82130
|
* @module purecloud-platform-client-v2/api/WebDeploymentsApi
|
|
81901
|
-
* @version
|
|
82131
|
+
* @version 232.0.0
|
|
81902
82132
|
*/
|
|
81903
82133
|
|
|
81904
82134
|
/**
|
|
@@ -82480,7 +82710,7 @@ class WebMessagingApi {
|
|
|
82480
82710
|
/**
|
|
82481
82711
|
* WebMessaging service.
|
|
82482
82712
|
* @module purecloud-platform-client-v2/api/WebMessagingApi
|
|
82483
|
-
* @version
|
|
82713
|
+
* @version 232.0.0
|
|
82484
82714
|
*/
|
|
82485
82715
|
|
|
82486
82716
|
/**
|
|
@@ -82626,7 +82856,7 @@ class WidgetsApi {
|
|
|
82626
82856
|
/**
|
|
82627
82857
|
* Widgets service.
|
|
82628
82858
|
* @module purecloud-platform-client-v2/api/WidgetsApi
|
|
82629
|
-
* @version
|
|
82859
|
+
* @version 232.0.0
|
|
82630
82860
|
*/
|
|
82631
82861
|
|
|
82632
82862
|
/**
|
|
@@ -82777,7 +83007,7 @@ class WorkforceManagementApi {
|
|
|
82777
83007
|
/**
|
|
82778
83008
|
* WorkforceManagement service.
|
|
82779
83009
|
* @module purecloud-platform-client-v2/api/WorkforceManagementApi
|
|
82780
|
-
* @version
|
|
83010
|
+
* @version 232.0.0
|
|
82781
83011
|
*/
|
|
82782
83012
|
|
|
82783
83013
|
/**
|
|
@@ -87913,6 +88143,36 @@ class WorkforceManagementApi {
|
|
|
87913
88143
|
);
|
|
87914
88144
|
}
|
|
87915
88145
|
|
|
88146
|
+
/**
|
|
88147
|
+
* Fetch agent schedules for the logged in user's management unit
|
|
88148
|
+
*
|
|
88149
|
+
* @param {Object} body body
|
|
88150
|
+
* @param {Object} opts Optional parameters
|
|
88151
|
+
* @param {Boolean} opts.forceAsync Force the result of this operation to be sent asynchronously via notification. For testing/app development purposes
|
|
88152
|
+
* @param {Boolean} opts.forceDownloadService Force the result of this operation to be sent via download service. For testing/app development purposes
|
|
88153
|
+
*/
|
|
88154
|
+
postWorkforcemanagementAgentschedulesManagementunitsMine(body, opts) {
|
|
88155
|
+
opts = opts || {};
|
|
88156
|
+
|
|
88157
|
+
// verify the required parameter 'body' is set
|
|
88158
|
+
if (body === undefined || body === null) {
|
|
88159
|
+
throw 'Missing the required parameter "body" when calling postWorkforcemanagementAgentschedulesManagementunitsMine';
|
|
88160
|
+
}
|
|
88161
|
+
|
|
88162
|
+
return this.apiClient.callApi(
|
|
88163
|
+
'/api/v2/workforcemanagement/agentschedules/managementunits/mine',
|
|
88164
|
+
'POST',
|
|
88165
|
+
{ },
|
|
88166
|
+
{ 'forceAsync': opts['forceAsync'],'forceDownloadService': opts['forceDownloadService'] },
|
|
88167
|
+
{ },
|
|
88168
|
+
{ },
|
|
88169
|
+
body,
|
|
88170
|
+
['PureCloud OAuth'],
|
|
88171
|
+
['application/json'],
|
|
88172
|
+
['application/json']
|
|
88173
|
+
);
|
|
88174
|
+
}
|
|
88175
|
+
|
|
87916
88176
|
/**
|
|
87917
88177
|
* Get published schedule for the current user
|
|
87918
88178
|
*
|
|
@@ -90747,7 +91007,7 @@ class WorkforceManagementApi {
|
|
|
90747
91007
|
* </pre>
|
|
90748
91008
|
* </p>
|
|
90749
91009
|
* @module purecloud-platform-client-v2/index
|
|
90750
|
-
* @version
|
|
91010
|
+
* @version 232.0.0
|
|
90751
91011
|
*/
|
|
90752
91012
|
class platformClient {
|
|
90753
91013
|
constructor() {
|