purecloud-platform-client-v2 131.0.0 → 133.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 (73) hide show
  1. package/README.md +2 -2
  2. package/dist/node/purecloud-platform-client-v2.js +220 -87
  3. package/dist/web-amd/purecloud-platform-client-v2.js +221 -88
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +226 -93
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +4099 -1174
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +417 -39
  9. package/package.json +9 -9
  10. package/src/purecloud-platform-client-v2/ApiClient.js +2 -2
  11. package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
  12. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +46 -1
  13. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +1 -1
  14. package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
  15. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
  16. package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
  17. package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
  18. package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
  19. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
  20. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +27 -2
  21. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
  22. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
  23. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  24. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
  25. package/src/purecloud-platform-client-v2/api/GamificationApi.js +7 -3
  26. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
  27. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
  28. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
  29. package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
  30. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  31. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -1
  32. package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
  33. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -1
  34. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +3 -3
  35. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
  37. package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
  38. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  39. package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
  40. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  41. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  42. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  44. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/OutboundApi.js +7 -3
  47. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/QualityApi.js +54 -4
  49. package/src/purecloud-platform-client-v2/api/RecordingApi.js +8 -5
  50. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/RoutingApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  54. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  57. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  59. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +2 -2
  60. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  70. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +2 -2
  73. package/src/purecloud-platform-client-v2/index.js +1 -1
@@ -5,7 +5,7 @@ class QualityApi {
5
5
  /**
6
6
  * Quality service.
7
7
  * @module purecloud-platform-client-v2/api/QualityApi
8
- * @version 131.0.0
8
+ * @version 133.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -56,7 +56,7 @@ class QualityApi {
56
56
  * @param {String} conversationId conversationId
57
57
  * @param {String} evaluationId evaluationId
58
58
  * @param {Object} opts Optional parameters
59
- * @param {String} opts.expand evaluatorId
59
+ * @param {String} opts.expand evaluatorId, evaluationForm
60
60
  */
61
61
  deleteQualityConversationEvaluation(conversationId, evaluationId, opts) {
62
62
  opts = opts || {};
@@ -161,7 +161,7 @@ class QualityApi {
161
161
 
162
162
  /**
163
163
  * Gets a list of Agent Activities
164
- * Includes the number of evaluations and average evaluation score. These statistics include released evaluations only when evaluatorUserId is provided. In the absence of evaluatorUserId in the request, the api excludes evaluations which are set to never release for the calculation of evaluation statistics.
164
+ * Each item on the list shows one agent's evaluation activity comprised of the number of evaluations and the highest, average, and lowest standard and critical scores, as well as a sub list showing the number and average score of evaluations for each evaluator for that agent. evaluatorUserId, startTime, and endTime are all filtering criteria. If specified, the only evaluations used to compile the agent activity response will be ones that match the filtering criteria. agentUserId, name, group, and agentTeamId are all agent selection criteria. criteria. If one or more agent selection criteria are specified, then the returned activity will include users that match the criteria even if those users did not have any agent activity or evaluations that do not match any filtering criteria. If no agent selection criteria are specified but an evaluatorUserId is, then the returned activity will be only for those agents that had evaluations where the evaluator is the evaluatorUserId. If no agent selection criteria are specified and no evaluatorUserId is specified, then the returned activity will be for all users
165
165
  * @param {Object} opts Optional parameters
166
166
  * @param {Number} opts.pageSize The total page size requested (default to 25)
167
167
  * @param {Number} opts.pageNumber The page number requested (default to 1)
@@ -624,6 +624,31 @@ class QualityApi {
624
624
  );
625
625
  }
626
626
 
627
+ /**
628
+ * Retrieve a list of the latest published evaluation form versions by context ids
629
+ *
630
+ * @param {Array.<String>} contextId A comma-delimited list of valid evaluation form context ids
631
+ */
632
+ getQualityFormsEvaluationsBulkContexts(contextId) {
633
+ // verify the required parameter 'contextId' is set
634
+ if (contextId === undefined || contextId === null) {
635
+ throw 'Missing the required parameter "contextId" when calling getQualityFormsEvaluationsBulkContexts';
636
+ }
637
+
638
+ return this.apiClient.callApi(
639
+ '/api/v2/quality/forms/evaluations/bulk/contexts',
640
+ 'GET',
641
+ { },
642
+ { 'contextId': this.apiClient.buildCollectionParam(contextId, 'multi') },
643
+ { },
644
+ { },
645
+ null,
646
+ ['PureCloud OAuth'],
647
+ ['application/json'],
648
+ ['application/json']
649
+ );
650
+ }
651
+
627
652
  /**
628
653
  * Get a survey form
629
654
  *
@@ -1138,6 +1163,31 @@ class QualityApi {
1138
1163
  );
1139
1164
  }
1140
1165
 
1166
+ /**
1167
+ * Query for evaluation aggregates for the current user
1168
+ *
1169
+ * @param {Object} body query
1170
+ */
1171
+ postQualityEvaluationsAggregatesQueryMe(body) {
1172
+ // verify the required parameter 'body' is set
1173
+ if (body === undefined || body === null) {
1174
+ throw 'Missing the required parameter "body" when calling postQualityEvaluationsAggregatesQueryMe';
1175
+ }
1176
+
1177
+ return this.apiClient.callApi(
1178
+ '/api/v2/quality/evaluations/aggregates/query/me',
1179
+ 'POST',
1180
+ { },
1181
+ { },
1182
+ { },
1183
+ { },
1184
+ body,
1185
+ ['PureCloud OAuth'],
1186
+ ['application/json'],
1187
+ ['application/json']
1188
+ );
1189
+ }
1190
+
1141
1191
  /**
1142
1192
  * Score evaluation
1143
1193
  *
@@ -1375,7 +1425,7 @@ class QualityApi {
1375
1425
  * @param {String} evaluationId evaluationId
1376
1426
  * @param {Object} body evaluation
1377
1427
  * @param {Object} opts Optional parameters
1378
- * @param {String} opts.expand evaluatorId
1428
+ * @param {String} opts.expand evaluatorId, evaluationForm
1379
1429
  */
1380
1430
  putQualityConversationEvaluation(conversationId, evaluationId, body, opts) {
1381
1431
  opts = opts || {};
@@ -5,7 +5,7 @@ class RecordingApi {
5
5
  /**
6
6
  * Recording service.
7
7
  * @module purecloud-platform-client-v2/api/RecordingApi
8
- * @version 131.0.0
8
+ * @version 133.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -218,6 +218,7 @@ class RecordingApi {
218
218
  * @param {Boolean} opts.download requesting a download format of the recording. Valid values:true,false (default to false)
219
219
  * @param {String} opts.fileName the name of the downloaded fileName
220
220
  * @param {String} opts.locale The locale for the requested file when downloading, as an ISO 639-1 code
221
+ * @param {Array.<String>} opts.mediaFormats All acceptable media formats. Overrides formatId. Valid values:WAV,WEBM,WAV_ULAW,OGG_VORBIS,OGG_OPUS,MP3
221
222
  */
222
223
  getConversationRecording(conversationId, recordingId, opts) {
223
224
  opts = opts || {};
@@ -235,7 +236,7 @@ class RecordingApi {
235
236
  '/api/v2/conversations/{conversationId}/recordings/{recordingId}',
236
237
  'GET',
237
238
  { 'conversationId': conversationId,'recordingId': recordingId },
238
- { 'formatId': opts['formatId'],'emailFormatId': opts['emailFormatId'],'chatFormatId': opts['chatFormatId'],'messageFormatId': opts['messageFormatId'],'download': opts['download'],'fileName': opts['fileName'],'locale': opts['locale'] },
239
+ { 'formatId': opts['formatId'],'emailFormatId': opts['emailFormatId'],'chatFormatId': opts['chatFormatId'],'messageFormatId': opts['messageFormatId'],'download': opts['download'],'fileName': opts['fileName'],'locale': opts['locale'],'mediaFormats': this.apiClient.buildCollectionParam(opts['mediaFormats'], 'multi') },
239
240
  { },
240
241
  { },
241
242
  null,
@@ -371,7 +372,8 @@ class RecordingApi {
371
372
  * @param {String} conversationId Conversation ID
372
373
  * @param {Object} opts Optional parameters
373
374
  * @param {Number} opts.maxWaitMs The maximum number of milliseconds to wait for the recording to be ready. Must be a positive value. (default to 5000)
374
- * @param {Object} opts.formatId The desired media format . Valid values:WAV,WEBM,WAV_ULAW,OGG_VORBIS,OGG_OPUS,MP3,NONE. (default to WEBM)
375
+ * @param {Object} opts.formatId The desired media format. Valid values:WAV,WEBM,WAV_ULAW,OGG_VORBIS,OGG_OPUS,MP3,NONE. (default to WEBM)
376
+ * @param {Array.<String>} opts.mediaFormats All acceptable media formats. Overrides formatId. Valid values:WAV,WEBM,WAV_ULAW,OGG_VORBIS,OGG_OPUS,MP3.
375
377
  */
376
378
  getConversationRecordings(conversationId, opts) {
377
379
  opts = opts || {};
@@ -385,7 +387,7 @@ class RecordingApi {
385
387
  '/api/v2/conversations/{conversationId}/recordings',
386
388
  'GET',
387
389
  { 'conversationId': conversationId },
388
- { 'maxWaitMs': opts['maxWaitMs'],'formatId': opts['formatId'] },
390
+ { 'maxWaitMs': opts['maxWaitMs'],'formatId': opts['formatId'],'mediaFormats': this.apiClient.buildCollectionParam(opts['mediaFormats'], 'multi') },
389
391
  { },
390
392
  { },
391
393
  null,
@@ -432,6 +434,7 @@ class RecordingApi {
432
434
  * @param {Boolean} opts.download requesting a download format of the recording (default to false)
433
435
  * @param {String} opts.fileName the name of the downloaded fileName
434
436
  * @param {String} opts.locale The locale for the requested file when downloading, as an ISO 639-1 code
437
+ * @param {Array.<String>} opts.mediaFormats All acceptable media formats. Overrides formatId. Valid values:WAV,WEBM,WAV_ULAW,OGG_VORBIS,OGG_OPUS,MP3
435
438
  */
436
439
  getOrphanrecordingMedia(orphanId, opts) {
437
440
  opts = opts || {};
@@ -445,7 +448,7 @@ class RecordingApi {
445
448
  '/api/v2/orphanrecordings/{orphanId}/media',
446
449
  'GET',
447
450
  { 'orphanId': orphanId },
448
- { 'formatId': opts['formatId'],'emailFormatId': opts['emailFormatId'],'chatFormatId': opts['chatFormatId'],'messageFormatId': opts['messageFormatId'],'download': opts['download'],'fileName': opts['fileName'],'locale': opts['locale'] },
451
+ { 'formatId': opts['formatId'],'emailFormatId': opts['emailFormatId'],'chatFormatId': opts['chatFormatId'],'messageFormatId': opts['messageFormatId'],'download': opts['download'],'fileName': opts['fileName'],'locale': opts['locale'],'mediaFormats': this.apiClient.buildCollectionParam(opts['mediaFormats'], 'multi') },
449
452
  { },
450
453
  { },
451
454
  null,
@@ -5,7 +5,7 @@ class ResponseManagementApi {
5
5
  /**
6
6
  * ResponseManagement service.
7
7
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
8
- * @version 131.0.0
8
+ * @version 133.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class RoutingApi {
5
5
  /**
6
6
  * Routing service.
7
7
  * @module purecloud-platform-client-v2/api/RoutingApi
8
- * @version 131.0.0
8
+ * @version 133.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class SCIMApi {
5
5
  /**
6
6
  * SCIM service.
7
7
  * @module purecloud-platform-client-v2/api/SCIMApi
8
- * @version 131.0.0
8
+ * @version 133.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class ScriptsApi {
5
5
  /**
6
6
  * Scripts service.
7
7
  * @module purecloud-platform-client-v2/api/ScriptsApi
8
- * @version 131.0.0
8
+ * @version 133.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class SearchApi {
5
5
  /**
6
6
  * Search service.
7
7
  * @module purecloud-platform-client-v2/api/SearchApi
8
- * @version 131.0.0
8
+ * @version 133.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class SpeechTextAnalyticsApi {
5
5
  /**
6
6
  * SpeechTextAnalytics service.
7
7
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
8
- * @version 131.0.0
8
+ * @version 133.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class StationsApi {
5
5
  /**
6
6
  * Stations service.
7
7
  * @module purecloud-platform-client-v2/api/StationsApi
8
- * @version 131.0.0
8
+ * @version 133.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class SuggestApi {
5
5
  /**
6
6
  * Suggest service.
7
7
  * @module purecloud-platform-client-v2/api/SuggestApi
8
- * @version 131.0.0
8
+ * @version 133.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class TelephonyApi {
5
5
  /**
6
6
  * Telephony service.
7
7
  * @module purecloud-platform-client-v2/api/TelephonyApi
8
- * @version 131.0.0
8
+ * @version 133.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class TelephonyProvidersEdgeApi {
5
5
  /**
6
6
  * TelephonyProvidersEdge service.
7
7
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
8
- * @version 131.0.0
8
+ * @version 133.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -1419,7 +1419,7 @@ class TelephonyProvidersEdgeApi {
1419
1419
  * @param {Object} opts Optional parameters
1420
1420
  * @param {Number} opts.pageSize Page size (default to 25)
1421
1421
  * @param {Number} opts.pageNumber Page number (default to 1)
1422
- * @param {String} opts.sortBy Sort by (default to startNumber)
1422
+ * @param {String} opts.sortBy Sort by
1423
1423
  * @param {String} opts._number Number
1424
1424
  */
1425
1425
  getTelephonyProvidersEdgesExtensionpools(opts) {
@@ -5,7 +5,7 @@ class TextbotsApi {
5
5
  /**
6
6
  * Textbots service.
7
7
  * @module purecloud-platform-client-v2/api/TextbotsApi
8
- * @version 131.0.0
8
+ * @version 133.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class TokensApi {
5
5
  /**
6
6
  * Tokens service.
7
7
  * @module purecloud-platform-client-v2/api/TokensApi
8
- * @version 131.0.0
8
+ * @version 133.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class UploadsApi {
5
5
  /**
6
6
  * Uploads service.
7
7
  * @module purecloud-platform-client-v2/api/UploadsApi
8
- * @version 131.0.0
8
+ * @version 133.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class UsageApi {
5
5
  /**
6
6
  * Usage service.
7
7
  * @module purecloud-platform-client-v2/api/UsageApi
8
- * @version 131.0.0
8
+ * @version 133.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class UserRecordingsApi {
5
5
  /**
6
6
  * UserRecordings service.
7
7
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
8
- * @version 131.0.0
8
+ * @version 133.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class UsersApi {
5
5
  /**
6
6
  * Users service.
7
7
  * @module purecloud-platform-client-v2/api/UsersApi
8
- * @version 131.0.0
8
+ * @version 133.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class UtilitiesApi {
5
5
  /**
6
6
  * Utilities service.
7
7
  * @module purecloud-platform-client-v2/api/UtilitiesApi
8
- * @version 131.0.0
8
+ * @version 133.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class VoicemailApi {
5
5
  /**
6
6
  * Voicemail service.
7
7
  * @module purecloud-platform-client-v2/api/VoicemailApi
8
- * @version 131.0.0
8
+ * @version 133.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class WebChatApi {
5
5
  /**
6
6
  * WebChat service.
7
7
  * @module purecloud-platform-client-v2/api/WebChatApi
8
- * @version 131.0.0
8
+ * @version 133.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class WebDeploymentsApi {
5
5
  /**
6
6
  * WebDeployments service.
7
7
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
8
- * @version 131.0.0
8
+ * @version 133.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class WebMessagingApi {
5
5
  /**
6
6
  * WebMessaging service.
7
7
  * @module purecloud-platform-client-v2/api/WebMessagingApi
8
- * @version 131.0.0
8
+ * @version 133.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class WidgetsApi {
5
5
  /**
6
6
  * Widgets service.
7
7
  * @module purecloud-platform-client-v2/api/WidgetsApi
8
- * @version 131.0.0
8
+ * @version 133.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class WorkforceManagementApi {
5
5
  /**
6
6
  * WorkforceManagement service.
7
7
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
8
- * @version 131.0.0
8
+ * @version 133.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -2106,7 +2106,7 @@ class WorkforceManagementApi {
2106
2106
 
2107
2107
  /**
2108
2108
  * Get a list of notifications for the current user
2109
- *
2109
+ * Notifications are only initially sent if you have the relevant Notify and Edit permissions
2110
2110
  */
2111
2111
  getWorkforcemanagementNotifications() {
2112
2112
 
@@ -94,7 +94,7 @@ import WorkforceManagementApi from './api/WorkforceManagementApi.js';
94
94
  * </pre>
95
95
  * </p>
96
96
  * @module purecloud-platform-client-v2/index
97
- * @version 131.0.0
97
+ * @version 133.0.0
98
98
  */
99
99
  class platformClient {
100
100
  constructor() {