purecloud-platform-client-v2 209.0.0 → 211.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.
Files changed (95) hide show
  1. package/README.md +52 -3
  2. package/dist/node/purecloud-platform-client-v2.js +773 -155
  3. package/dist/web-amd/purecloud-platform-client-v2.js +773 -156
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +295 -181
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +6697 -534
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +937 -702
  9. package/package.json +1 -1
  10. package/src/purecloud-platform-client-v2/AbstractHttpClient.js +26 -0
  11. package/src/purecloud-platform-client-v2/ApiClient.js +136 -57
  12. package/src/purecloud-platform-client-v2/DefaultHttpClient.js +48 -0
  13. package/src/purecloud-platform-client-v2/HttpRequestOptions.js +65 -0
  14. package/src/purecloud-platform-client-v2/api/AgentAssistantsApi.js +1 -1
  15. package/src/purecloud-platform-client-v2/api/AgentCopilotApi.js +1 -1
  16. package/src/purecloud-platform-client-v2/api/AgentUIApi.js +1 -1
  17. package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
  18. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +1 -1
  19. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +1 -1
  20. package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
  21. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
  22. package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
  23. package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +1 -1
  24. package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
  25. package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
  26. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
  27. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +1 -1
  28. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
  29. package/src/purecloud-platform-client-v2/api/DataPrivacyApi.js +175 -0
  30. package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
  31. package/src/purecloud-platform-client-v2/api/EmailsApi.js +1 -1
  32. package/src/purecloud-platform-client-v2/api/EmployeeEngagementApi.js +1 -1
  33. package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
  34. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +240 -1
  35. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
  37. package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
  38. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
  39. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
  40. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
  41. package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
  42. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
  44. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/JourneyApi.js +9 -9
  46. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  49. package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
  50. package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/LogCaptureApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
  54. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  57. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/OperationalEventsApi.js +1 -1
  59. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  60. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/OutboundApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/RoutingApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/ScreenRecordingApi.js +1 -1
  70. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/SettingsApi.js +1 -1
  73. package/src/purecloud-platform-client-v2/api/SocialMediaApi.js +1 -1
  74. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
  75. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  76. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  77. package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +1 -1
  78. package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
  79. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  80. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
  81. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  82. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  83. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  84. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  85. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  86. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  87. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  88. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  89. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  90. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  91. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  92. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  93. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +5 -13
  94. package/src/purecloud-platform-client-v2/configuration.js +2 -0
  95. package/src/purecloud-platform-client-v2/index.js +7 -1
@@ -0,0 +1,175 @@
1
+ import ApiClient from '../ApiClient.js';
2
+
3
+
4
+ class DataPrivacyApi {
5
+ /**
6
+ * DataPrivacy service.
7
+ * @module purecloud-platform-client-v2/api/DataPrivacyApi
8
+ * @version 211.0.0
9
+ */
10
+
11
+ /**
12
+ * Constructs a new DataPrivacyApi.
13
+ * @alias module:purecloud-platform-client-v2/api/DataPrivacyApi
14
+ * @class
15
+ * @param {module:purecloud-platform-client-v2/ApiClient} apiClient Optional API client implementation to use,
16
+ * default to {@link module:purecloud-platform-client-v2/ApiClient#instance} if unspecified.
17
+ */
18
+ constructor(apiClient) {
19
+ this.apiClient = apiClient || ApiClient.instance;
20
+ }
21
+
22
+
23
+ /**
24
+ * Delete a masking rule.
25
+ *
26
+ * @param {String} ruleId ruleId
27
+ */
28
+ deleteDataprivacyMaskingrule(ruleId) {
29
+ // verify the required parameter 'ruleId' is set
30
+ if (ruleId === undefined || ruleId === null) {
31
+ throw 'Missing the required parameter "ruleId" when calling deleteDataprivacyMaskingrule';
32
+ }
33
+
34
+ return this.apiClient.callApi(
35
+ '/api/v2/dataprivacy/maskingrules/{ruleId}',
36
+ 'DELETE',
37
+ { 'ruleId': ruleId },
38
+ { },
39
+ { },
40
+ { },
41
+ null,
42
+ ['PureCloud OAuth'],
43
+ ['application/json'],
44
+ ['application/json']
45
+ );
46
+ }
47
+
48
+ /**
49
+ * Fetch details about a masking rule.
50
+ *
51
+ * @param {String} ruleId ruleId
52
+ */
53
+ getDataprivacyMaskingrule(ruleId) {
54
+ // verify the required parameter 'ruleId' is set
55
+ if (ruleId === undefined || ruleId === null) {
56
+ throw 'Missing the required parameter "ruleId" when calling getDataprivacyMaskingrule';
57
+ }
58
+
59
+ return this.apiClient.callApi(
60
+ '/api/v2/dataprivacy/maskingrules/{ruleId}',
61
+ 'GET',
62
+ { 'ruleId': ruleId },
63
+ { },
64
+ { },
65
+ { },
66
+ null,
67
+ ['PureCloud OAuth'],
68
+ ['application/json'],
69
+ ['application/json']
70
+ );
71
+ }
72
+
73
+ /**
74
+ * Retrieve the list of masking rules.
75
+ *
76
+ */
77
+ getDataprivacyMaskingrules() {
78
+
79
+ return this.apiClient.callApi(
80
+ '/api/v2/dataprivacy/maskingrules',
81
+ 'GET',
82
+ { },
83
+ { },
84
+ { },
85
+ { },
86
+ null,
87
+ ['PureCloud OAuth'],
88
+ ['application/json'],
89
+ ['application/json']
90
+ );
91
+ }
92
+
93
+ /**
94
+ * Update information about a masking rule.
95
+ *
96
+ * @param {String} ruleId ruleId
97
+ * @param {Object} opts Optional parameters
98
+ * @param {Object} opts.body
99
+ */
100
+ patchDataprivacyMaskingrule(ruleId, opts) {
101
+ opts = opts || {};
102
+
103
+ // verify the required parameter 'ruleId' is set
104
+ if (ruleId === undefined || ruleId === null) {
105
+ throw 'Missing the required parameter "ruleId" when calling patchDataprivacyMaskingrule';
106
+ }
107
+
108
+ return this.apiClient.callApi(
109
+ '/api/v2/dataprivacy/maskingrules/{ruleId}',
110
+ 'PATCH',
111
+ { 'ruleId': ruleId },
112
+ { },
113
+ { },
114
+ { },
115
+ opts['body'],
116
+ ['PureCloud OAuth'],
117
+ ['application/json'],
118
+ ['application/json']
119
+ );
120
+ }
121
+
122
+ /**
123
+ * Create a new masking rule resource.
124
+ *
125
+ * @param {Object} body Details for creating masking rule resource
126
+ */
127
+ postDataprivacyMaskingrules(body) {
128
+ // verify the required parameter 'body' is set
129
+ if (body === undefined || body === null) {
130
+ throw 'Missing the required parameter "body" when calling postDataprivacyMaskingrules';
131
+ }
132
+
133
+ return this.apiClient.callApi(
134
+ '/api/v2/dataprivacy/maskingrules',
135
+ 'POST',
136
+ { },
137
+ { },
138
+ { },
139
+ { },
140
+ body,
141
+ ['PureCloud OAuth'],
142
+ ['application/json'],
143
+ ['application/json']
144
+ );
145
+ }
146
+
147
+ /**
148
+ * Validate masking before creating.
149
+ *
150
+ * @param {Object} body Text to be masked
151
+ */
152
+ postDataprivacyMaskingrulesValidate(body) {
153
+ // verify the required parameter 'body' is set
154
+ if (body === undefined || body === null) {
155
+ throw 'Missing the required parameter "body" when calling postDataprivacyMaskingrulesValidate';
156
+ }
157
+
158
+ return this.apiClient.callApi(
159
+ '/api/v2/dataprivacy/maskingrules/validate',
160
+ 'POST',
161
+ { },
162
+ { },
163
+ { },
164
+ { },
165
+ body,
166
+ ['PureCloud OAuth'],
167
+ ['application/json'],
168
+ ['application/json']
169
+ );
170
+ }
171
+
172
+ }
173
+
174
+
175
+ export default DataPrivacyApi;
@@ -5,7 +5,7 @@ class DownloadsApi {
5
5
  /**
6
6
  * Downloads service.
7
7
  * @module purecloud-platform-client-v2/api/DownloadsApi
8
- * @version 209.0.0
8
+ * @version 211.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class EmailsApi {
5
5
  /**
6
6
  * Emails service.
7
7
  * @module purecloud-platform-client-v2/api/EmailsApi
8
- * @version 209.0.0
8
+ * @version 211.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class EmployeeEngagementApi {
5
5
  /**
6
6
  * EmployeeEngagement service.
7
7
  * @module purecloud-platform-client-v2/api/EmployeeEngagementApi
8
- * @version 209.0.0
8
+ * @version 211.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class EventsApi {
5
5
  /**
6
6
  * Events service.
7
7
  * @module purecloud-platform-client-v2/api/EventsApi
8
- * @version 209.0.0
8
+ * @version 211.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class ExternalContactsApi {
5
5
  /**
6
6
  * ExternalContacts service.
7
7
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
8
- * @version 209.0.0
8
+ * @version 211.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -150,6 +150,31 @@ class ExternalContactsApi {
150
150
  );
151
151
  }
152
152
 
153
+ /**
154
+ * Delete Settings
155
+ *
156
+ * @param {String} settingsId Settings id
157
+ */
158
+ deleteExternalcontactsImportSetting(settingsId) {
159
+ // verify the required parameter 'settingsId' is set
160
+ if (settingsId === undefined || settingsId === null) {
161
+ throw 'Missing the required parameter "settingsId" when calling deleteExternalcontactsImportSetting';
162
+ }
163
+
164
+ return this.apiClient.callApi(
165
+ '/api/v2/externalcontacts/import/settings/{settingsId}',
166
+ 'DELETE',
167
+ { 'settingsId': settingsId },
168
+ { },
169
+ { },
170
+ { },
171
+ null,
172
+ ['PureCloud OAuth'],
173
+ ['application/json'],
174
+ ['application/json']
175
+ );
176
+ }
177
+
153
178
  /**
154
179
  * Delete an external organization
155
180
  *
@@ -716,6 +741,110 @@ class ExternalContactsApi {
716
741
  );
717
742
  }
718
743
 
744
+ /**
745
+ * Get job based on id
746
+ *
747
+ * @param {String} jobId Job id
748
+ */
749
+ getExternalcontactsImportJob(jobId) {
750
+ // verify the required parameter 'jobId' is set
751
+ if (jobId === undefined || jobId === null) {
752
+ throw 'Missing the required parameter "jobId" when calling getExternalcontactsImportJob';
753
+ }
754
+
755
+ return this.apiClient.callApi(
756
+ '/api/v2/externalcontacts/import/jobs/{jobId}',
757
+ 'GET',
758
+ { 'jobId': jobId },
759
+ { },
760
+ { },
761
+ { },
762
+ null,
763
+ ['PureCloud OAuth'],
764
+ ['application/json'],
765
+ ['application/json']
766
+ );
767
+ }
768
+
769
+ /**
770
+ * List jobs for organization
771
+ *
772
+ * @param {Object} opts Optional parameters
773
+ * @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
774
+ * @param {String} opts.pageSize Number of entities to return. Maximum of 100. (default to 25)
775
+ * @param {Object} opts.sortOrder Direction of sorting. (default to Ascending)
776
+ * @param {Object} opts.jobStatus Search term to filter by jobStatus
777
+ */
778
+ getExternalcontactsImportJobs(opts) {
779
+ opts = opts || {};
780
+
781
+
782
+ return this.apiClient.callApi(
783
+ '/api/v2/externalcontacts/import/jobs',
784
+ 'GET',
785
+ { },
786
+ { 'after': opts['after'],'pageSize': opts['pageSize'],'sortOrder': opts['sortOrder'],'jobStatus': opts['jobStatus'] },
787
+ { },
788
+ { },
789
+ null,
790
+ ['PureCloud OAuth'],
791
+ ['application/json'],
792
+ ['application/json']
793
+ );
794
+ }
795
+
796
+ /**
797
+ * Get setting based on id
798
+ *
799
+ * @param {String} settingsId Settings id
800
+ */
801
+ getExternalcontactsImportSetting(settingsId) {
802
+ // verify the required parameter 'settingsId' is set
803
+ if (settingsId === undefined || settingsId === null) {
804
+ throw 'Missing the required parameter "settingsId" when calling getExternalcontactsImportSetting';
805
+ }
806
+
807
+ return this.apiClient.callApi(
808
+ '/api/v2/externalcontacts/import/settings/{settingsId}',
809
+ 'GET',
810
+ { 'settingsId': settingsId },
811
+ { },
812
+ { },
813
+ { },
814
+ null,
815
+ ['PureCloud OAuth'],
816
+ ['application/json'],
817
+ ['application/json']
818
+ );
819
+ }
820
+
821
+ /**
822
+ * List settings for organization
823
+ *
824
+ * @param {Object} opts Optional parameters
825
+ * @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
826
+ * @param {String} opts.pageSize Number of entities to return. Maximum of 100. (default to 25)
827
+ * @param {Object} opts.sortOrder Direction of sorting. (default to Ascending)
828
+ * @param {String} opts.name Search term to filter by settings name
829
+ */
830
+ getExternalcontactsImportSettings(opts) {
831
+ opts = opts || {};
832
+
833
+
834
+ return this.apiClient.callApi(
835
+ '/api/v2/externalcontacts/import/settings',
836
+ 'GET',
837
+ { },
838
+ { 'after': opts['after'],'pageSize': opts['pageSize'],'sortOrder': opts['sortOrder'],'name': opts['name'] },
839
+ { },
840
+ { },
841
+ null,
842
+ ['PureCloud OAuth'],
843
+ ['application/json'],
844
+ ['application/json']
845
+ );
846
+ }
847
+
719
848
  /**
720
849
  * Fetch an external organization
721
850
  *
@@ -1854,6 +1983,56 @@ class ExternalContactsApi {
1854
1983
  );
1855
1984
  }
1856
1985
 
1986
+ /**
1987
+ * Create a new job
1988
+ *
1989
+ * @param {Object} body Job
1990
+ */
1991
+ postExternalcontactsImportJobs(body) {
1992
+ // verify the required parameter 'body' is set
1993
+ if (body === undefined || body === null) {
1994
+ throw 'Missing the required parameter "body" when calling postExternalcontactsImportJobs';
1995
+ }
1996
+
1997
+ return this.apiClient.callApi(
1998
+ '/api/v2/externalcontacts/import/jobs',
1999
+ 'POST',
2000
+ { },
2001
+ { },
2002
+ { },
2003
+ { },
2004
+ body,
2005
+ ['PureCloud OAuth'],
2006
+ ['application/json'],
2007
+ ['application/json']
2008
+ );
2009
+ }
2010
+
2011
+ /**
2012
+ * Create a new settings
2013
+ *
2014
+ * @param {Object} body Setting
2015
+ */
2016
+ postExternalcontactsImportSettings(body) {
2017
+ // verify the required parameter 'body' is set
2018
+ if (body === undefined || body === null) {
2019
+ throw 'Missing the required parameter "body" when calling postExternalcontactsImportSettings';
2020
+ }
2021
+
2022
+ return this.apiClient.callApi(
2023
+ '/api/v2/externalcontacts/import/settings',
2024
+ 'POST',
2025
+ { },
2026
+ { },
2027
+ { },
2028
+ { },
2029
+ body,
2030
+ ['PureCloud OAuth'],
2031
+ ['application/json'],
2032
+ ['application/json']
2033
+ );
2034
+ }
2035
+
1857
2036
  /**
1858
2037
  * Merge two contacts into a new contact record
1859
2038
  * Two curated contacts cannot be merged. Refer to the Contact Merging article on the Developer Center for details
@@ -2169,6 +2348,66 @@ class ExternalContactsApi {
2169
2348
  );
2170
2349
  }
2171
2350
 
2351
+ /**
2352
+ * Update Job's workflow status
2353
+ *
2354
+ * @param {String} jobId Job id
2355
+ * @param {Object} body Status of the Job's workflow
2356
+ */
2357
+ putExternalcontactsImportJob(jobId, body) {
2358
+ // verify the required parameter 'jobId' is set
2359
+ if (jobId === undefined || jobId === null) {
2360
+ throw 'Missing the required parameter "jobId" when calling putExternalcontactsImportJob';
2361
+ }
2362
+ // verify the required parameter 'body' is set
2363
+ if (body === undefined || body === null) {
2364
+ throw 'Missing the required parameter "body" when calling putExternalcontactsImportJob';
2365
+ }
2366
+
2367
+ return this.apiClient.callApi(
2368
+ '/api/v2/externalcontacts/import/jobs/{jobId}',
2369
+ 'PUT',
2370
+ { 'jobId': jobId },
2371
+ { },
2372
+ { },
2373
+ { },
2374
+ body,
2375
+ ['PureCloud OAuth'],
2376
+ ['application/json'],
2377
+ ['application/json']
2378
+ );
2379
+ }
2380
+
2381
+ /**
2382
+ * Update settings
2383
+ *
2384
+ * @param {String} settingsId Settings id
2385
+ * @param {Object} body Setting
2386
+ */
2387
+ putExternalcontactsImportSetting(settingsId, body) {
2388
+ // verify the required parameter 'settingsId' is set
2389
+ if (settingsId === undefined || settingsId === null) {
2390
+ throw 'Missing the required parameter "settingsId" when calling putExternalcontactsImportSetting';
2391
+ }
2392
+ // verify the required parameter 'body' is set
2393
+ if (body === undefined || body === null) {
2394
+ throw 'Missing the required parameter "body" when calling putExternalcontactsImportSetting';
2395
+ }
2396
+
2397
+ return this.apiClient.callApi(
2398
+ '/api/v2/externalcontacts/import/settings/{settingsId}',
2399
+ 'PUT',
2400
+ { 'settingsId': settingsId },
2401
+ { },
2402
+ { },
2403
+ { },
2404
+ body,
2405
+ ['PureCloud OAuth'],
2406
+ ['application/json'],
2407
+ ['application/json']
2408
+ );
2409
+ }
2410
+
2172
2411
  /**
2173
2412
  * Update an external organization
2174
2413
  *
@@ -5,7 +5,7 @@ class FaxApi {
5
5
  /**
6
6
  * Fax service.
7
7
  * @module purecloud-platform-client-v2/api/FaxApi
8
- * @version 209.0.0
8
+ * @version 211.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class FlowsApi {
5
5
  /**
6
6
  * Flows service.
7
7
  * @module purecloud-platform-client-v2/api/FlowsApi
8
- * @version 209.0.0
8
+ * @version 211.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class GamificationApi {
5
5
  /**
6
6
  * Gamification service.
7
7
  * @module purecloud-platform-client-v2/api/GamificationApi
8
- * @version 209.0.0
8
+ * @version 211.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class GeneralDataProtectionRegulationApi {
5
5
  /**
6
6
  * GeneralDataProtectionRegulation service.
7
7
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
8
- * @version 209.0.0
8
+ * @version 211.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class GeolocationApi {
5
5
  /**
6
6
  * Geolocation service.
7
7
  * @module purecloud-platform-client-v2/api/GeolocationApi
8
- * @version 209.0.0
8
+ * @version 211.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class GreetingsApi {
5
5
  /**
6
6
  * Greetings service.
7
7
  * @module purecloud-platform-client-v2/api/GreetingsApi
8
- * @version 209.0.0
8
+ * @version 211.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class GroupsApi {
5
5
  /**
6
6
  * Groups service.
7
7
  * @module purecloud-platform-client-v2/api/GroupsApi
8
- * @version 209.0.0
8
+ * @version 211.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class IdentityProviderApi {
5
5
  /**
6
6
  * IdentityProvider service.
7
7
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
8
- * @version 209.0.0
8
+ * @version 211.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class InfrastructureAsCodeApi {
5
5
  /**
6
6
  * InfrastructureAsCode service.
7
7
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
8
- * @version 209.0.0
8
+ * @version 211.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class IntegrationsApi {
5
5
  /**
6
6
  * Integrations service.
7
7
  * @module purecloud-platform-client-v2/api/IntegrationsApi
8
- * @version 209.0.0
8
+ * @version 211.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class JourneyApi {
5
5
  /**
6
6
  * Journey service.
7
7
  * @module purecloud-platform-client-v2/api/JourneyApi
8
- * @version 209.0.0
8
+ * @version 211.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -176,7 +176,7 @@ class JourneyApi {
176
176
 
177
177
  /**
178
178
  * Delete the Schedule of a JourneyView
179
- * used for long descriptions
179
+ *
180
180
  * @param {String} viewId Journey View Id
181
181
  */
182
182
  deleteJourneyViewSchedules(viewId) {
@@ -849,7 +849,7 @@ class JourneyApi {
849
849
 
850
850
  /**
851
851
  * Get the Schedule for a JourneyView
852
- * used for long descriptions
852
+ *
853
853
  * @param {String} viewId Journey View Id
854
854
  */
855
855
  getJourneyViewSchedules(viewId) {
@@ -979,7 +979,7 @@ class JourneyApi {
979
979
 
980
980
  /**
981
981
  * Get the job for a journey view version.
982
- * used for long descriptions
982
+ *
983
983
  * @param {String} viewId Journey View Id
984
984
  * @param {String} journeyVersionId Journey View Version
985
985
  * @param {String} jobId JobId
@@ -1014,7 +1014,7 @@ class JourneyApi {
1014
1014
 
1015
1015
  /**
1016
1016
  * Get the result of a job for a journey view version.
1017
- * used for long descriptions
1017
+ *
1018
1018
  * @param {String} viewId JourneyViewResult id
1019
1019
  * @param {String} journeyViewVersion Journey View Version
1020
1020
  * @param {String} jobId Id of the executing job
@@ -1089,7 +1089,7 @@ class JourneyApi {
1089
1089
 
1090
1090
  /**
1091
1091
  * Get the latest job of a journey view version.
1092
- * used for long descriptions
1092
+ *
1093
1093
  * @param {String} viewId Journey View Id
1094
1094
  * @param {String} journeyVersionId Journey View Version
1095
1095
  */
@@ -1389,7 +1389,7 @@ class JourneyApi {
1389
1389
 
1390
1390
  /**
1391
1391
  * Update the job for a journey view version. Only the status can be changed and only to Cancelled
1392
- * used for long descriptions
1392
+ *
1393
1393
  * @param {String} viewId Journey View Id
1394
1394
  * @param {String} journeyVersionId Journey View Version
1395
1395
  * @param {String} jobId JobId
@@ -1792,7 +1792,7 @@ class JourneyApi {
1792
1792
 
1793
1793
  /**
1794
1794
  * Submit a job request for a journey view version.
1795
- * used for long descriptions
1795
+ *
1796
1796
  * @param {String} viewId Journey View Id
1797
1797
  * @param {String} journeyVersionId Journey View Version
1798
1798
  */
@@ -1901,7 +1901,7 @@ class JourneyApi {
1901
1901
 
1902
1902
  /**
1903
1903
  * Update the Schedule for a JourneyView
1904
- * used for long descriptions
1904
+ *
1905
1905
  * @param {String} viewId Journey View Id
1906
1906
  * @param {Object} body journeyViewSchedule
1907
1907
  */
@@ -5,7 +5,7 @@ class KnowledgeApi {
5
5
  /**
6
6
  * Knowledge service.
7
7
  * @module purecloud-platform-client-v2/api/KnowledgeApi
8
- * @version 209.0.0
8
+ * @version 211.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class LanguageUnderstandingApi {
5
5
  /**
6
6
  * LanguageUnderstanding service.
7
7
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
8
- * @version 209.0.0
8
+ * @version 211.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class LanguagesApi {
5
5
  /**
6
6
  * Languages service.
7
7
  * @module purecloud-platform-client-v2/api/LanguagesApi
8
- * @version 209.0.0
8
+ * @version 211.0.0
9
9
  */
10
10
 
11
11
  /**