purecloud-platform-client-v2 168.1.0 → 169.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 (79) hide show
  1. package/README.md +2 -35
  2. package/dist/node/purecloud-platform-client-v2.js +281 -84
  3. package/dist/web-amd/purecloud-platform-client-v2.js +281 -84
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +281 -84
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +329 -111
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +230 -77
  9. package/package.json +1 -1
  10. package/src/purecloud-platform-client-v2/ApiClient.js +1 -1
  11. package/src/purecloud-platform-client-v2/api/AlertingApi.js +2 -2
  12. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +2 -2
  13. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +2 -2
  14. package/src/purecloud-platform-client-v2/api/AuditApi.js +2 -2
  15. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +4 -2
  16. package/src/purecloud-platform-client-v2/api/BillingApi.js +2 -2
  17. package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +2 -2
  18. package/src/purecloud-platform-client-v2/api/ChatApi.js +5 -2
  19. package/src/purecloud-platform-client-v2/api/CoachingApi.js +2 -2
  20. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +3 -2
  21. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +3 -3
  22. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +2 -2
  23. package/src/purecloud-platform-client-v2/api/DownloadsApi.js +2 -2
  24. package/src/purecloud-platform-client-v2/api/EventsApi.js +2 -2
  25. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +2 -2
  26. package/src/purecloud-platform-client-v2/api/FaxApi.js +2 -2
  27. package/src/purecloud-platform-client-v2/api/FlowsApi.js +2 -2
  28. package/src/purecloud-platform-client-v2/api/GamificationApi.js +2 -2
  29. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +2 -2
  30. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +2 -2
  31. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +2 -2
  32. package/src/purecloud-platform-client-v2/api/GroupsApi.js +5 -2
  33. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +2 -2
  34. package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +2 -2
  35. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +2 -2
  36. package/src/purecloud-platform-client-v2/api/JourneyApi.js +2 -2
  37. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +24 -4
  38. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +2 -2
  39. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +6 -2
  40. package/src/purecloud-platform-client-v2/api/LearningApi.js +2 -2
  41. package/src/purecloud-platform-client-v2/api/LicenseApi.js +2 -2
  42. package/src/purecloud-platform-client-v2/api/LocationsApi.js +2 -2
  43. package/src/purecloud-platform-client-v2/api/MessagingApi.js +12 -7
  44. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +2 -2
  45. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +2 -2
  46. package/src/purecloud-platform-client-v2/api/OAuthApi.js +2 -2
  47. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +2 -2
  48. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +60 -8
  49. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +2 -2
  50. package/src/purecloud-platform-client-v2/api/OutboundApi.js +3 -2
  51. package/src/purecloud-platform-client-v2/api/PresenceApi.js +2 -2
  52. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +2 -2
  53. package/src/purecloud-platform-client-v2/api/QualityApi.js +11 -2
  54. package/src/purecloud-platform-client-v2/api/RecordingApi.js +2 -2
  55. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +2 -2
  56. package/src/purecloud-platform-client-v2/api/RoutingApi.js +7 -2
  57. package/src/purecloud-platform-client-v2/api/SCIMApi.js +2 -2
  58. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +2 -2
  59. package/src/purecloud-platform-client-v2/api/SearchApi.js +3 -2
  60. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +26 -2
  61. package/src/purecloud-platform-client-v2/api/StationsApi.js +2 -2
  62. package/src/purecloud-platform-client-v2/api/SuggestApi.js +2 -2
  63. package/src/purecloud-platform-client-v2/api/TeamsApi.js +2 -2
  64. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +2 -2
  65. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +3 -2
  66. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +2 -2
  67. package/src/purecloud-platform-client-v2/api/TokensApi.js +2 -2
  68. package/src/purecloud-platform-client-v2/api/UploadsApi.js +2 -2
  69. package/src/purecloud-platform-client-v2/api/UsageApi.js +52 -2
  70. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +2 -2
  71. package/src/purecloud-platform-client-v2/api/UsersApi.js +8 -2
  72. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +2 -2
  73. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +2 -2
  74. package/src/purecloud-platform-client-v2/api/WebChatApi.js +7 -2
  75. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +2 -2
  76. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +2 -2
  77. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +2 -2
  78. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +7 -2
  79. package/src/purecloud-platform-client-v2/index.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "purecloud-platform-client-v2",
3
- "version": "168.1.0",
3
+ "version": "169.0.0",
4
4
  "description": "A JavaScript library to interface with the PureCloud Platform API",
5
5
  "license": "MIT",
6
6
  "main": "dist/node/purecloud-platform-client-v2.js",
@@ -4,7 +4,7 @@ import { default as qs } from 'qs';
4
4
 
5
5
  /**
6
6
  * @module purecloud-platform-client-v2/ApiClient
7
- * @version 168.1.0
7
+ * @version 169.0.0
8
8
  */
9
9
  class ApiClient {
10
10
  /**
@@ -5,7 +5,7 @@ class AlertingApi {
5
5
  /**
6
6
  * Alerting service.
7
7
  * @module purecloud-platform-client-v2/api/AlertingApi
8
- * @version 168.1.0
8
+ * @version 169.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -316,4 +316,4 @@ class AlertingApi {
316
316
  }
317
317
 
318
318
 
319
- export default AlertingApi;
319
+ export default AlertingApi;
@@ -5,7 +5,7 @@ class AnalyticsApi {
5
5
  /**
6
6
  * Analytics service.
7
7
  * @module purecloud-platform-client-v2/api/AnalyticsApi
8
- * @version 168.1.0
8
+ * @version 169.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -1256,4 +1256,4 @@ class AnalyticsApi {
1256
1256
  }
1257
1257
 
1258
1258
 
1259
- export default AnalyticsApi;
1259
+ export default AnalyticsApi;
@@ -5,7 +5,7 @@ class ArchitectApi {
5
5
  /**
6
6
  * Architect service.
7
7
  * @module purecloud-platform-client-v2/api/ArchitectApi
8
- * @version 168.1.0
8
+ * @version 169.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -3050,4 +3050,4 @@ class ArchitectApi {
3050
3050
  }
3051
3051
 
3052
3052
 
3053
- export default ArchitectApi;
3053
+ export default ArchitectApi;
@@ -5,7 +5,7 @@ class AuditApi {
5
5
  /**
6
6
  * Audit service.
7
7
  * @module purecloud-platform-client-v2/api/AuditApi
8
- * @version 168.1.0
8
+ * @version 169.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -173,4 +173,4 @@ class AuditApi {
173
173
  }
174
174
 
175
175
 
176
- export default AuditApi;
176
+ export default AuditApi;
@@ -5,7 +5,7 @@ class AuthorizationApi {
5
5
  /**
6
6
  * Authorization service.
7
7
  * @module purecloud-platform-client-v2/api/AuthorizationApi
8
- * @version 168.1.0
8
+ * @version 169.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -246,6 +246,7 @@ class AuthorizationApi {
246
246
  * @param {String} permission The permission string, including the object to access, e.g. routing:queue:view
247
247
  * @param {Object} opts Optional parameters
248
248
  * @param {String} opts.name Search term to filter by division name
249
+ * @deprecated
249
250
  */
250
251
  getAuthorizationDivisionspermittedMe(permission, opts) {
251
252
  opts = opts || {};
@@ -307,6 +308,7 @@ class AuthorizationApi {
307
308
  * @param {Object} opts Optional parameters
308
309
  * @param {Number} opts.pageNumber Page number (default to 1)
309
310
  * @param {Number} opts.pageSize Page size (default to 25)
311
+ * @deprecated
310
312
  */
311
313
  getAuthorizationDivisionspermittedPagedSubjectId(subjectId, permission, opts) {
312
314
  opts = opts || {};
@@ -1231,4 +1233,4 @@ class AuthorizationApi {
1231
1233
  }
1232
1234
 
1233
1235
 
1234
- export default AuthorizationApi;
1236
+ export default AuthorizationApi;
@@ -5,7 +5,7 @@ class BillingApi {
5
5
  /**
6
6
  * Billing service.
7
7
  * @module purecloud-platform-client-v2/api/BillingApi
8
- * @version 168.1.0
8
+ * @version 169.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -82,4 +82,4 @@ class BillingApi {
82
82
  }
83
83
 
84
84
 
85
- export default BillingApi;
85
+ export default BillingApi;
@@ -5,7 +5,7 @@ class CarrierServicesApi {
5
5
  /**
6
6
  * CarrierServices service.
7
7
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
8
- * @version 168.1.0
8
+ * @version 169.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -72,4 +72,4 @@ class CarrierServicesApi {
72
72
  }
73
73
 
74
74
 
75
- export default CarrierServicesApi;
75
+ export default CarrierServicesApi;
@@ -5,7 +5,7 @@ class ChatApi {
5
5
  /**
6
6
  * Chat service.
7
7
  * @module purecloud-platform-client-v2/api/ChatApi
8
- * @version 168.1.0
8
+ * @version 169.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -23,6 +23,7 @@ class ChatApi {
23
23
  /**
24
24
  * Get Chat Settings.
25
25
  * This route is deprecated, please use /chats/settings instead
26
+ * @deprecated
26
27
  */
27
28
  getChatSettings() {
28
29
 
@@ -64,6 +65,7 @@ class ChatApi {
64
65
  * Patch Chat Settings.
65
66
  * This route is deprecated, please use /chats/settings instead
66
67
  * @param {Object} body Chat
68
+ * @deprecated
67
69
  */
68
70
  patchChatSettings(body) {
69
71
  // verify the required parameter 'body' is set
@@ -114,6 +116,7 @@ class ChatApi {
114
116
  * Update Chat Settings.
115
117
  * This route is deprecated, please use /chats/settings instead
116
118
  * @param {Object} body Chat
119
+ * @deprecated
117
120
  */
118
121
  putChatSettings(body) {
119
122
  // verify the required parameter 'body' is set
@@ -163,4 +166,4 @@ class ChatApi {
163
166
  }
164
167
 
165
168
 
166
- export default ChatApi;
169
+ export default ChatApi;
@@ -5,7 +5,7 @@ class CoachingApi {
5
5
  /**
6
6
  * Coaching service.
7
7
  * @module purecloud-platform-client-v2/api/CoachingApi
8
- * @version 168.1.0
8
+ * @version 169.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -579,4 +579,4 @@ class CoachingApi {
579
579
  }
580
580
 
581
581
 
582
- export default CoachingApi;
582
+ export default CoachingApi;
@@ -5,7 +5,7 @@ class ContentManagementApi {
5
5
  /**
6
6
  * ContentManagement service.
7
7
  * @module purecloud-platform-client-v2/api/ContentManagementApi
8
- * @version 168.1.0
8
+ * @version 169.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -292,6 +292,7 @@ class ContentManagementApi {
292
292
  * @param {Number} opts.pageNumber Page number (default to 1)
293
293
  * @param {String} opts.sortBy name or dateCreated
294
294
  * @param {String} opts.sortOrder ascending or descending (default to ascending)
295
+ * @deprecated
295
296
  */
296
297
  getContentmanagementDocuments(workspaceId, opts) {
297
298
  opts = opts || {};
@@ -1142,4 +1143,4 @@ class ContentManagementApi {
1142
1143
  }
1143
1144
 
1144
1145
 
1145
- export default ContentManagementApi;
1146
+ export default ContentManagementApi;
@@ -5,7 +5,7 @@ class ConversationsApi {
5
5
  /**
6
6
  * Conversations service.
7
7
  * @module purecloud-platform-client-v2/api/ConversationsApi
8
- * @version 168.1.0
8
+ * @version 169.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5210,7 +5210,7 @@ class ConversationsApi {
5210
5210
 
5211
5211
  /**
5212
5212
  * Send an agentless outbound message
5213
- * Send an agentless (api participant) outbound message using a client credential grant. In order to call this endpoint you will need OAuth token generated using OAuth client credentials authorized with at least messaging scope. This will generate a new Conversation, if there is an existing active Conversation between the fromAddress and toAddress already, then this POST will fail.
5213
+ * Send an agentless (api participant) outbound message using a client credential grant. In order to call this endpoint you will need OAuth token generated using OAuth client credentials authorized with at least messaging scope. If there is already a connected conversation between the fromAddress and toAddress specified, the useExistingActiveConversation param can be used to barge in to the ongoing conversation.
5214
5214
  * @param {Object} body Create agentless outbound messaging request
5215
5215
  */
5216
5216
  postConversationsMessagesAgentless(body) {
@@ -6093,4 +6093,4 @@ class ConversationsApi {
6093
6093
  }
6094
6094
 
6095
6095
 
6096
- export default ConversationsApi;
6096
+ export default ConversationsApi;
@@ -5,7 +5,7 @@ class DataExtensionsApi {
5
5
  /**
6
6
  * DataExtensions service.
7
7
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
8
- * @version 168.1.0
8
+ * @version 169.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -88,4 +88,4 @@ class DataExtensionsApi {
88
88
  }
89
89
 
90
90
 
91
- export default DataExtensionsApi;
91
+ export default DataExtensionsApi;
@@ -5,7 +5,7 @@ class DownloadsApi {
5
5
  /**
6
6
  * Downloads service.
7
7
  * @module purecloud-platform-client-v2/api/DownloadsApi
8
- * @version 168.1.0
8
+ * @version 169.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -54,4 +54,4 @@ class DownloadsApi {
54
54
  }
55
55
 
56
56
 
57
- export default DownloadsApi;
57
+ export default DownloadsApi;
@@ -5,7 +5,7 @@ class EventsApi {
5
5
  /**
6
6
  * Events service.
7
7
  * @module purecloud-platform-client-v2/api/EventsApi
8
- * @version 168.1.0
8
+ * @version 169.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -98,4 +98,4 @@ class EventsApi {
98
98
  }
99
99
 
100
100
 
101
- export default EventsApi;
101
+ export default EventsApi;
@@ -5,7 +5,7 @@ class ExternalContactsApi {
5
5
  /**
6
6
  * ExternalContacts service.
7
7
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
8
- * @version 168.1.0
8
+ * @version 169.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -1960,4 +1960,4 @@ class ExternalContactsApi {
1960
1960
  }
1961
1961
 
1962
1962
 
1963
- export default ExternalContactsApi;
1963
+ export default ExternalContactsApi;
@@ -5,7 +5,7 @@ class FaxApi {
5
5
  /**
6
6
  * Fax service.
7
7
  * @module purecloud-platform-client-v2/api/FaxApi
8
- * @version 168.1.0
8
+ * @version 169.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -173,4 +173,4 @@ class FaxApi {
173
173
  }
174
174
 
175
175
 
176
- export default FaxApi;
176
+ export default FaxApi;
@@ -5,7 +5,7 @@ class FlowsApi {
5
5
  /**
6
6
  * Flows service.
7
7
  * @module purecloud-platform-client-v2/api/FlowsApi
8
- * @version 168.1.0
8
+ * @version 169.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -73,4 +73,4 @@ class FlowsApi {
73
73
  }
74
74
 
75
75
 
76
- export default FlowsApi;
76
+ export default FlowsApi;
@@ -5,7 +5,7 @@ class GamificationApi {
5
5
  /**
6
6
  * Gamification service.
7
7
  * @module purecloud-platform-client-v2/api/GamificationApi
8
- * @version 168.1.0
8
+ * @version 169.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -2088,4 +2088,4 @@ class GamificationApi {
2088
2088
  }
2089
2089
 
2090
2090
 
2091
- export default GamificationApi;
2091
+ export default GamificationApi;
@@ -5,7 +5,7 @@ class GeneralDataProtectionRegulationApi {
5
5
  /**
6
6
  * GeneralDataProtectionRegulation service.
7
7
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
8
- * @version 168.1.0
8
+ * @version 169.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -132,4 +132,4 @@ class GeneralDataProtectionRegulationApi {
132
132
  }
133
133
 
134
134
 
135
- export default GeneralDataProtectionRegulationApi;
135
+ export default GeneralDataProtectionRegulationApi;
@@ -5,7 +5,7 @@ class GeolocationApi {
5
5
  /**
6
6
  * Geolocation service.
7
7
  * @module purecloud-platform-client-v2/api/GeolocationApi
8
- * @version 168.1.0
8
+ * @version 169.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -133,4 +133,4 @@ class GeolocationApi {
133
133
  }
134
134
 
135
135
 
136
- export default GeolocationApi;
136
+ export default GeolocationApi;
@@ -5,7 +5,7 @@ class GreetingsApi {
5
5
  /**
6
6
  * Greetings service.
7
7
  * @module purecloud-platform-client-v2/api/GreetingsApi
8
- * @version 168.1.0
8
+ * @version 169.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -457,4 +457,4 @@ class GreetingsApi {
457
457
  }
458
458
 
459
459
 
460
- export default GreetingsApi;
460
+ export default GreetingsApi;
@@ -5,7 +5,7 @@ class GroupsApi {
5
5
  /**
6
6
  * Groups service.
7
7
  * @module purecloud-platform-client-v2/api/GroupsApi
8
- * @version 168.1.0
8
+ * @version 169.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -79,6 +79,7 @@ class GroupsApi {
79
79
  * Fetch field config for an entity type
80
80
  *
81
81
  * @param {Object} type Field type
82
+ * @deprecated
82
83
  */
83
84
  getFieldconfig(type) {
84
85
  // verify the required parameter 'type' is set
@@ -188,6 +189,7 @@ class GroupsApi {
188
189
  * @param {String} groupId groupId
189
190
  * @param {Object} opts Optional parameters
190
191
  * @param {String} opts.fields Comma separated fields to return. Allowable values can be found by querying /api/v2/fieldconfig?type=group and using the key for the elements returned by the fieldList
192
+ * @deprecated
191
193
  */
192
194
  getGroupProfile(groupId, opts) {
193
195
  opts = opts || {};
@@ -277,6 +279,7 @@ class GroupsApi {
277
279
  * @param {Array.<String>} opts.id id
278
280
  * @param {Array.<String>} opts.jabberId A list of jabberIds to fetch by bulk (cannot be used with the id parameter)
279
281
  * @param {Object} opts.sortOrder Ascending or descending sort order (default to ASC)
282
+ * @deprecated
280
283
  */
281
284
  getProfilesGroups(opts) {
282
285
  opts = opts || {};
@@ -408,4 +411,4 @@ class GroupsApi {
408
411
  }
409
412
 
410
413
 
411
- export default GroupsApi;
414
+ export default GroupsApi;
@@ -5,7 +5,7 @@ class IdentityProviderApi {
5
5
  /**
6
6
  * IdentityProvider service.
7
7
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
8
- * @version 168.1.0
8
+ * @version 169.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -758,4 +758,4 @@ class IdentityProviderApi {
758
758
  }
759
759
 
760
760
 
761
- export default IdentityProviderApi;
761
+ export default IdentityProviderApi;
@@ -5,7 +5,7 @@ class InfrastructureAsCodeApi {
5
5
  /**
6
6
  * InfrastructureAsCode service.
7
7
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
8
- * @version 168.1.0
8
+ * @version 169.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -169,4 +169,4 @@ class InfrastructureAsCodeApi {
169
169
  }
170
170
 
171
171
 
172
- export default InfrastructureAsCodeApi;
172
+ export default InfrastructureAsCodeApi;
@@ -5,7 +5,7 @@ class IntegrationsApi {
5
5
  /**
6
6
  * Integrations service.
7
7
  * @module purecloud-platform-client-v2/api/IntegrationsApi
8
- * @version 168.1.0
8
+ * @version 169.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -1602,4 +1602,4 @@ class IntegrationsApi {
1602
1602
  }
1603
1603
 
1604
1604
 
1605
- export default IntegrationsApi;
1605
+ export default IntegrationsApi;
@@ -5,7 +5,7 @@ class JourneyApi {
5
5
  /**
6
6
  * Journey service.
7
7
  * @module purecloud-platform-client-v2/api/JourneyApi
8
- * @version 168.1.0
8
+ * @version 169.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -882,4 +882,4 @@ class JourneyApi {
882
882
  }
883
883
 
884
884
 
885
- export default JourneyApi;
885
+ export default JourneyApi;