purecloud-platform-client-v2 136.0.0 → 137.0.1

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 +9663 -9406
  3. package/dist/web-amd/purecloud-platform-client-v2.js +9663 -9406
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +9670 -9406
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +9670 -9406
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +620 -462
  9. package/package.json +1 -1
  10. package/src/purecloud-platform-client-v2/ApiClient.js +14 -5
  11. package/src/purecloud-platform-client-v2/api/AlertingApi.js +56 -56
  12. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +231 -231
  13. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +573 -524
  14. package/src/purecloud-platform-client-v2/api/AuditApi.js +31 -31
  15. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +212 -212
  16. package/src/purecloud-platform-client-v2/api/BillingApi.js +12 -12
  17. package/src/purecloud-platform-client-v2/api/ChatApi.js +16 -16
  18. package/src/purecloud-platform-client-v2/api/CoachingApi.js +96 -96
  19. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +192 -192
  20. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +808 -808
  21. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +17 -17
  22. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +337 -337
  23. package/src/purecloud-platform-client-v2/api/FaxApi.js +31 -31
  24. package/src/purecloud-platform-client-v2/api/FlowsApi.js +11 -11
  25. package/src/purecloud-platform-client-v2/api/GamificationApi.js +246 -246
  26. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +21 -21
  27. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +26 -26
  28. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +88 -88
  29. package/src/purecloud-platform-client-v2/api/GroupsApi.js +72 -72
  30. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +171 -171
  31. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +311 -311
  32. package/src/purecloud-platform-client-v2/api/JourneyApi.js +146 -146
  33. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +131 -131
  34. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +151 -151
  35. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +51 -51
  36. package/src/purecloud-platform-client-v2/api/LearningApi.js +107 -107
  37. package/src/purecloud-platform-client-v2/api/LicenseApi.js +49 -49
  38. package/src/purecloud-platform-client-v2/api/LocationsApi.js +41 -41
  39. package/src/purecloud-platform-client-v2/api/MessagingApi.js +26 -26
  40. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +26 -26
  41. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +43 -43
  42. package/src/purecloud-platform-client-v2/api/OAuthApi.js +67 -67
  43. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +50 -50
  44. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +81 -81
  45. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +162 -162
  46. package/src/purecloud-platform-client-v2/api/OutboundApi.js +768 -568
  47. package/src/purecloud-platform-client-v2/api/PresenceApi.js +64 -64
  48. package/src/purecloud-platform-client-v2/api/QualityApi.js +285 -285
  49. package/src/purecloud-platform-client-v2/api/RecordingApi.js +302 -302
  50. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +86 -86
  51. package/src/purecloud-platform-client-v2/api/RoutingApi.js +536 -536
  52. package/src/purecloud-platform-client-v2/api/SCIMApi.js +195 -195
  53. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +66 -66
  54. package/src/purecloud-platform-client-v2/api/SearchApi.js +96 -96
  55. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +194 -194
  56. package/src/purecloud-platform-client-v2/api/StationsApi.js +28 -28
  57. package/src/purecloud-platform-client-v2/api/SuggestApi.js +21 -21
  58. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +16 -16
  59. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +657 -657
  60. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +23 -23
  61. package/src/purecloud-platform-client-v2/api/TokensApi.js +21 -21
  62. package/src/purecloud-platform-client-v2/api/UploadsApi.js +26 -26
  63. package/src/purecloud-platform-client-v2/api/UsageApi.js +11 -11
  64. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +31 -31
  65. package/src/purecloud-platform-client-v2/api/UsersApi.js +413 -413
  66. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +21 -21
  67. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +140 -140
  68. package/src/purecloud-platform-client-v2/api/WebChatApi.js +97 -97
  69. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +66 -66
  70. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +6 -6
  71. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +26 -26
  72. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +765 -765
  73. package/src/purecloud-platform-client-v2/index.js +2 -1
@@ -5,7 +5,7 @@ class OrganizationAuthorizationApi {
5
5
  /**
6
6
  * OrganizationAuthorization service.
7
7
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
8
- * @version 136.0.0
8
+ * @version 137.0.1
9
9
  */
10
10
 
11
11
  /**
@@ -34,13 +34,13 @@ class OrganizationAuthorizationApi {
34
34
  return this.apiClient.callApi(
35
35
  '/api/v2/orgauthorization/trustees/{trusteeOrgId}',
36
36
  'DELETE',
37
- { 'trusteeOrgId': trusteeOrgId },
38
- { },
39
- { },
40
- { },
37
+ { 'trusteeOrgId': trusteeOrgId },
38
+ { },
39
+ { },
40
+ { },
41
41
  null,
42
42
  ['PureCloud OAuth'],
43
- ['application/json'],
43
+ ['application/json'],
44
44
  ['application/json']
45
45
  );
46
46
  }
@@ -64,13 +64,13 @@ class OrganizationAuthorizationApi {
64
64
  return this.apiClient.callApi(
65
65
  '/api/v2/orgauthorization/trustees/{trusteeOrgId}/clonedusers/{trusteeUserId}',
66
66
  'DELETE',
67
- { 'trusteeOrgId': trusteeOrgId,'trusteeUserId': trusteeUserId },
68
- { },
69
- { },
70
- { },
67
+ { 'trusteeOrgId': trusteeOrgId,'trusteeUserId': trusteeUserId },
68
+ { },
69
+ { },
70
+ { },
71
71
  null,
72
72
  ['PureCloud OAuth'],
73
- ['application/json'],
73
+ ['application/json'],
74
74
  ['application/json']
75
75
  );
76
76
  }
@@ -94,13 +94,13 @@ class OrganizationAuthorizationApi {
94
94
  return this.apiClient.callApi(
95
95
  '/api/v2/orgauthorization/trustees/{trusteeOrgId}/users/{trusteeUserId}',
96
96
  'DELETE',
97
- { 'trusteeOrgId': trusteeOrgId,'trusteeUserId': trusteeUserId },
98
- { },
99
- { },
100
- { },
97
+ { 'trusteeOrgId': trusteeOrgId,'trusteeUserId': trusteeUserId },
98
+ { },
99
+ { },
100
+ { },
101
101
  null,
102
102
  ['PureCloud OAuth'],
103
- ['application/json'],
103
+ ['application/json'],
104
104
  ['application/json']
105
105
  );
106
106
  }
@@ -124,13 +124,13 @@ class OrganizationAuthorizationApi {
124
124
  return this.apiClient.callApi(
125
125
  '/api/v2/orgauthorization/trustees/{trusteeOrgId}/users/{trusteeUserId}/roles',
126
126
  'DELETE',
127
- { 'trusteeOrgId': trusteeOrgId,'trusteeUserId': trusteeUserId },
128
- { },
129
- { },
130
- { },
127
+ { 'trusteeOrgId': trusteeOrgId,'trusteeUserId': trusteeUserId },
128
+ { },
129
+ { },
130
+ { },
131
131
  null,
132
132
  ['PureCloud OAuth'],
133
- ['application/json'],
133
+ ['application/json'],
134
134
  ['application/json']
135
135
  );
136
136
  }
@@ -149,13 +149,13 @@ class OrganizationAuthorizationApi {
149
149
  return this.apiClient.callApi(
150
150
  '/api/v2/orgauthorization/trustors/{trustorOrgId}',
151
151
  'DELETE',
152
- { 'trustorOrgId': trustorOrgId },
153
- { },
154
- { },
155
- { },
152
+ { 'trustorOrgId': trustorOrgId },
153
+ { },
154
+ { },
155
+ { },
156
156
  null,
157
157
  ['PureCloud OAuth'],
158
- ['application/json'],
158
+ ['application/json'],
159
159
  ['application/json']
160
160
  );
161
161
  }
@@ -179,13 +179,13 @@ class OrganizationAuthorizationApi {
179
179
  return this.apiClient.callApi(
180
180
  '/api/v2/orgauthorization/trustors/{trustorOrgId}/clonedusers/{trusteeUserId}',
181
181
  'DELETE',
182
- { 'trustorOrgId': trustorOrgId,'trusteeUserId': trusteeUserId },
183
- { },
184
- { },
185
- { },
182
+ { 'trustorOrgId': trustorOrgId,'trusteeUserId': trusteeUserId },
183
+ { },
184
+ { },
185
+ { },
186
186
  null,
187
187
  ['PureCloud OAuth'],
188
- ['application/json'],
188
+ ['application/json'],
189
189
  ['application/json']
190
190
  );
191
191
  }
@@ -209,13 +209,13 @@ class OrganizationAuthorizationApi {
209
209
  return this.apiClient.callApi(
210
210
  '/api/v2/orgauthorization/trustors/{trustorOrgId}/users/{trusteeUserId}',
211
211
  'DELETE',
212
- { 'trustorOrgId': trustorOrgId,'trusteeUserId': trusteeUserId },
213
- { },
214
- { },
215
- { },
212
+ { 'trustorOrgId': trustorOrgId,'trusteeUserId': trusteeUserId },
213
+ { },
214
+ { },
215
+ { },
216
216
  null,
217
217
  ['PureCloud OAuth'],
218
- ['application/json'],
218
+ ['application/json'],
219
219
  ['application/json']
220
220
  );
221
221
  }
@@ -234,13 +234,13 @@ class OrganizationAuthorizationApi {
234
234
  return this.apiClient.callApi(
235
235
  '/api/v2/orgauthorization/pairings/{pairingId}',
236
236
  'GET',
237
- { 'pairingId': pairingId },
238
- { },
239
- { },
240
- { },
237
+ { 'pairingId': pairingId },
238
+ { },
239
+ { },
240
+ { },
241
241
  null,
242
242
  ['PureCloud OAuth'],
243
- ['application/json'],
243
+ ['application/json'],
244
244
  ['application/json']
245
245
  );
246
246
  }
@@ -259,13 +259,13 @@ class OrganizationAuthorizationApi {
259
259
  return this.apiClient.callApi(
260
260
  '/api/v2/orgauthorization/trustees/{trusteeOrgId}',
261
261
  'GET',
262
- { 'trusteeOrgId': trusteeOrgId },
263
- { },
264
- { },
265
- { },
262
+ { 'trusteeOrgId': trusteeOrgId },
263
+ { },
264
+ { },
265
+ { },
266
266
  null,
267
267
  ['PureCloud OAuth'],
268
- ['application/json'],
268
+ ['application/json'],
269
269
  ['application/json']
270
270
  );
271
271
  }
@@ -284,13 +284,13 @@ class OrganizationAuthorizationApi {
284
284
  return this.apiClient.callApi(
285
285
  '/api/v2/orgauthorization/trustees/{trusteeOrgId}/clonedusers',
286
286
  'GET',
287
- { 'trusteeOrgId': trusteeOrgId },
288
- { },
289
- { },
290
- { },
287
+ { 'trusteeOrgId': trusteeOrgId },
288
+ { },
289
+ { },
290
+ { },
291
291
  null,
292
292
  ['PureCloud OAuth'],
293
- ['application/json'],
293
+ ['application/json'],
294
294
  ['application/json']
295
295
  );
296
296
  }
@@ -314,13 +314,13 @@ class OrganizationAuthorizationApi {
314
314
  return this.apiClient.callApi(
315
315
  '/api/v2/orgauthorization/trustees/{trusteeOrgId}/users/{trusteeUserId}',
316
316
  'GET',
317
- { 'trusteeOrgId': trusteeOrgId,'trusteeUserId': trusteeUserId },
318
- { },
319
- { },
320
- { },
317
+ { 'trusteeOrgId': trusteeOrgId,'trusteeUserId': trusteeUserId },
318
+ { },
319
+ { },
320
+ { },
321
321
  null,
322
322
  ['PureCloud OAuth'],
323
- ['application/json'],
323
+ ['application/json'],
324
324
  ['application/json']
325
325
  );
326
326
  }
@@ -344,13 +344,13 @@ class OrganizationAuthorizationApi {
344
344
  return this.apiClient.callApi(
345
345
  '/api/v2/orgauthorization/trustees/{trusteeOrgId}/users/{trusteeUserId}/roles',
346
346
  'GET',
347
- { 'trusteeOrgId': trusteeOrgId,'trusteeUserId': trusteeUserId },
348
- { },
349
- { },
350
- { },
347
+ { 'trusteeOrgId': trusteeOrgId,'trusteeUserId': trusteeUserId },
348
+ { },
349
+ { },
350
+ { },
351
351
  null,
352
352
  ['PureCloud OAuth'],
353
- ['application/json'],
353
+ ['application/json'],
354
354
  ['application/json']
355
355
  );
356
356
  }
@@ -374,13 +374,13 @@ class OrganizationAuthorizationApi {
374
374
  return this.apiClient.callApi(
375
375
  '/api/v2/orgauthorization/trustees/{trusteeOrgId}/users',
376
376
  'GET',
377
- { 'trusteeOrgId': trusteeOrgId },
378
- { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'] },
379
- { },
380
- { },
377
+ { 'trusteeOrgId': trusteeOrgId },
378
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'] },
379
+ { },
380
+ { },
381
381
  null,
382
382
  ['PureCloud OAuth'],
383
- ['application/json'],
383
+ ['application/json'],
384
384
  ['application/json']
385
385
  );
386
386
  }
@@ -399,13 +399,13 @@ class OrganizationAuthorizationApi {
399
399
  return this.apiClient.callApi(
400
400
  '/api/v2/orgauthorization/trustees',
401
401
  'GET',
402
- { },
403
- { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'] },
404
- { },
405
- { },
402
+ { },
403
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'] },
404
+ { },
405
+ { },
406
406
  null,
407
407
  ['PureCloud OAuth'],
408
- ['application/json'],
408
+ ['application/json'],
409
409
  ['application/json']
410
410
  );
411
411
  }
@@ -419,13 +419,13 @@ class OrganizationAuthorizationApi {
419
419
  return this.apiClient.callApi(
420
420
  '/api/v2/orgauthorization/trustees/default',
421
421
  'GET',
422
- { },
423
- { },
424
- { },
425
- { },
422
+ { },
423
+ { },
424
+ { },
425
+ { },
426
426
  null,
427
427
  ['PureCloud OAuth'],
428
- ['application/json'],
428
+ ['application/json'],
429
429
  ['application/json']
430
430
  );
431
431
  }
@@ -444,13 +444,13 @@ class OrganizationAuthorizationApi {
444
444
  return this.apiClient.callApi(
445
445
  '/api/v2/orgauthorization/trustors/{trustorOrgId}',
446
446
  'GET',
447
- { 'trustorOrgId': trustorOrgId },
448
- { },
449
- { },
450
- { },
447
+ { 'trustorOrgId': trustorOrgId },
448
+ { },
449
+ { },
450
+ { },
451
451
  null,
452
452
  ['PureCloud OAuth'],
453
- ['application/json'],
453
+ ['application/json'],
454
454
  ['application/json']
455
455
  );
456
456
  }
@@ -474,13 +474,13 @@ class OrganizationAuthorizationApi {
474
474
  return this.apiClient.callApi(
475
475
  '/api/v2/orgauthorization/trustors/{trustorOrgId}/clonedusers/{trusteeUserId}',
476
476
  'GET',
477
- { 'trustorOrgId': trustorOrgId,'trusteeUserId': trusteeUserId },
478
- { },
479
- { },
480
- { },
477
+ { 'trustorOrgId': trustorOrgId,'trusteeUserId': trusteeUserId },
478
+ { },
479
+ { },
480
+ { },
481
481
  null,
482
482
  ['PureCloud OAuth'],
483
- ['application/json'],
483
+ ['application/json'],
484
484
  ['application/json']
485
485
  );
486
486
  }
@@ -499,13 +499,13 @@ class OrganizationAuthorizationApi {
499
499
  return this.apiClient.callApi(
500
500
  '/api/v2/orgauthorization/trustors/{trustorOrgId}/clonedusers',
501
501
  'GET',
502
- { 'trustorOrgId': trustorOrgId },
503
- { },
504
- { },
505
- { },
502
+ { 'trustorOrgId': trustorOrgId },
503
+ { },
504
+ { },
505
+ { },
506
506
  null,
507
507
  ['PureCloud OAuth'],
508
- ['application/json'],
508
+ ['application/json'],
509
509
  ['application/json']
510
510
  );
511
511
  }
@@ -529,13 +529,13 @@ class OrganizationAuthorizationApi {
529
529
  return this.apiClient.callApi(
530
530
  '/api/v2/orgauthorization/trustors/{trustorOrgId}/users/{trusteeUserId}',
531
531
  'GET',
532
- { 'trustorOrgId': trustorOrgId,'trusteeUserId': trusteeUserId },
533
- { },
534
- { },
535
- { },
532
+ { 'trustorOrgId': trustorOrgId,'trusteeUserId': trusteeUserId },
533
+ { },
534
+ { },
535
+ { },
536
536
  null,
537
537
  ['PureCloud OAuth'],
538
- ['application/json'],
538
+ ['application/json'],
539
539
  ['application/json']
540
540
  );
541
541
  }
@@ -559,13 +559,13 @@ class OrganizationAuthorizationApi {
559
559
  return this.apiClient.callApi(
560
560
  '/api/v2/orgauthorization/trustors/{trustorOrgId}/users',
561
561
  'GET',
562
- { 'trustorOrgId': trustorOrgId },
563
- { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'] },
564
- { },
565
- { },
562
+ { 'trustorOrgId': trustorOrgId },
563
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'] },
564
+ { },
565
+ { },
566
566
  null,
567
567
  ['PureCloud OAuth'],
568
- ['application/json'],
568
+ ['application/json'],
569
569
  ['application/json']
570
570
  );
571
571
  }
@@ -584,13 +584,13 @@ class OrganizationAuthorizationApi {
584
584
  return this.apiClient.callApi(
585
585
  '/api/v2/orgauthorization/trustors',
586
586
  'GET',
587
- { },
588
- { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'] },
589
- { },
590
- { },
587
+ { },
588
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'] },
589
+ { },
590
+ { },
591
591
  null,
592
592
  ['PureCloud OAuth'],
593
- ['application/json'],
593
+ ['application/json'],
594
594
  ['application/json']
595
595
  );
596
596
  }
@@ -609,13 +609,13 @@ class OrganizationAuthorizationApi {
609
609
  return this.apiClient.callApi(
610
610
  '/api/v2/orgauthorization/pairings',
611
611
  'POST',
612
- { },
613
- { },
614
- { },
615
- { },
612
+ { },
613
+ { },
614
+ { },
615
+ { },
616
616
  body,
617
617
  ['PureCloud OAuth'],
618
- ['application/json'],
618
+ ['application/json'],
619
619
  ['application/json']
620
620
  );
621
621
  }
@@ -639,13 +639,13 @@ class OrganizationAuthorizationApi {
639
639
  return this.apiClient.callApi(
640
640
  '/api/v2/orgauthorization/trustees/{trusteeOrgId}/users',
641
641
  'POST',
642
- { 'trusteeOrgId': trusteeOrgId },
643
- { },
644
- { },
645
- { },
642
+ { 'trusteeOrgId': trusteeOrgId },
643
+ { },
644
+ { },
645
+ { },
646
646
  body,
647
647
  ['PureCloud OAuth'],
648
- ['application/json'],
648
+ ['application/json'],
649
649
  ['application/json']
650
650
  );
651
651
  }
@@ -664,13 +664,13 @@ class OrganizationAuthorizationApi {
664
664
  return this.apiClient.callApi(
665
665
  '/api/v2/orgauthorization/trustees',
666
666
  'POST',
667
- { },
668
- { },
669
- { },
670
- { },
667
+ { },
668
+ { },
669
+ { },
670
+ { },
671
671
  body,
672
672
  ['PureCloud OAuth'],
673
- ['application/json'],
673
+ ['application/json'],
674
674
  ['application/json']
675
675
  );
676
676
  }
@@ -696,13 +696,13 @@ class OrganizationAuthorizationApi {
696
696
  return this.apiClient.callApi(
697
697
  '/api/v2/orgauthorization/trustees/audits',
698
698
  'POST',
699
- { },
700
- { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'] },
701
- { },
702
- { },
699
+ { },
700
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'] },
701
+ { },
702
+ { },
703
703
  body,
704
704
  ['PureCloud OAuth'],
705
- ['application/json'],
705
+ ['application/json'],
706
706
  ['application/json']
707
707
  );
708
708
  }
@@ -721,13 +721,13 @@ class OrganizationAuthorizationApi {
721
721
  return this.apiClient.callApi(
722
722
  '/api/v2/orgauthorization/trustees/default',
723
723
  'POST',
724
- { },
725
- { 'assignDefaultRole': opts['assignDefaultRole'],'autoExpire': opts['autoExpire'] },
726
- { },
727
- { },
724
+ { },
725
+ { 'assignDefaultRole': opts['assignDefaultRole'],'autoExpire': opts['autoExpire'] },
726
+ { },
727
+ { },
728
728
  null,
729
729
  ['PureCloud OAuth'],
730
- ['application/json'],
730
+ ['application/json'],
731
731
  ['application/json']
732
732
  );
733
733
  }
@@ -753,13 +753,13 @@ class OrganizationAuthorizationApi {
753
753
  return this.apiClient.callApi(
754
754
  '/api/v2/orgauthorization/trustor/audits',
755
755
  'POST',
756
- { },
757
- { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'] },
758
- { },
759
- { },
756
+ { },
757
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'] },
758
+ { },
759
+ { },
760
760
  body,
761
761
  ['PureCloud OAuth'],
762
- ['application/json'],
762
+ ['application/json'],
763
763
  ['application/json']
764
764
  );
765
765
  }
@@ -783,13 +783,13 @@ class OrganizationAuthorizationApi {
783
783
  return this.apiClient.callApi(
784
784
  '/api/v2/orgauthorization/trustees/{trusteeOrgId}',
785
785
  'PUT',
786
- { 'trusteeOrgId': trusteeOrgId },
787
- { },
788
- { },
789
- { },
786
+ { 'trusteeOrgId': trusteeOrgId },
787
+ { },
788
+ { },
789
+ { },
790
790
  body,
791
791
  ['PureCloud OAuth'],
792
- ['application/json'],
792
+ ['application/json'],
793
793
  ['application/json']
794
794
  );
795
795
  }
@@ -818,13 +818,13 @@ class OrganizationAuthorizationApi {
818
818
  return this.apiClient.callApi(
819
819
  '/api/v2/orgauthorization/trustees/{trusteeOrgId}/users/{trusteeUserId}/roledivisions',
820
820
  'PUT',
821
- { 'trusteeOrgId': trusteeOrgId,'trusteeUserId': trusteeUserId },
822
- { },
823
- { },
824
- { },
821
+ { 'trusteeOrgId': trusteeOrgId,'trusteeUserId': trusteeUserId },
822
+ { },
823
+ { },
824
+ { },
825
825
  body,
826
826
  ['PureCloud OAuth'],
827
- ['application/json'],
827
+ ['application/json'],
828
828
  ['application/json']
829
829
  );
830
830
  }
@@ -834,7 +834,7 @@ class OrganizationAuthorizationApi {
834
834
  *
835
835
  * @param {String} trusteeOrgId Trustee Organization Id
836
836
  * @param {String} trusteeUserId Trustee User Id
837
- * @param {Array.<Object>} body List of roles
837
+ * @param {Array.<String>} body List of roles
838
838
  */
839
839
  putOrgauthorizationTrusteeUserRoles(trusteeOrgId, trusteeUserId, body) {
840
840
  // verify the required parameter 'trusteeOrgId' is set
@@ -853,13 +853,13 @@ class OrganizationAuthorizationApi {
853
853
  return this.apiClient.callApi(
854
854
  '/api/v2/orgauthorization/trustees/{trusteeOrgId}/users/{trusteeUserId}/roles',
855
855
  'PUT',
856
- { 'trusteeOrgId': trusteeOrgId,'trusteeUserId': trusteeUserId },
857
- { },
858
- { },
859
- { },
856
+ { 'trusteeOrgId': trusteeOrgId,'trusteeUserId': trusteeUserId },
857
+ { },
858
+ { },
859
+ { },
860
860
  body,
861
861
  ['PureCloud OAuth'],
862
- ['application/json'],
862
+ ['application/json'],
863
863
  ['application/json']
864
864
  );
865
865
  }
@@ -883,13 +883,13 @@ class OrganizationAuthorizationApi {
883
883
  return this.apiClient.callApi(
884
884
  '/api/v2/orgauthorization/trustors/{trustorOrgId}/clonedusers/{trusteeUserId}',
885
885
  'PUT',
886
- { 'trustorOrgId': trustorOrgId,'trusteeUserId': trusteeUserId },
887
- { },
888
- { },
889
- { },
886
+ { 'trustorOrgId': trustorOrgId,'trusteeUserId': trusteeUserId },
887
+ { },
888
+ { },
889
+ { },
890
890
  null,
891
891
  ['PureCloud OAuth'],
892
- ['application/json'],
892
+ ['application/json'],
893
893
  ['application/json']
894
894
  );
895
895
  }
@@ -913,13 +913,13 @@ class OrganizationAuthorizationApi {
913
913
  return this.apiClient.callApi(
914
914
  '/api/v2/orgauthorization/trustors/{trustorOrgId}/users/{trusteeUserId}',
915
915
  'PUT',
916
- { 'trustorOrgId': trustorOrgId,'trusteeUserId': trusteeUserId },
917
- { },
918
- { },
919
- { },
916
+ { 'trustorOrgId': trustorOrgId,'trusteeUserId': trusteeUserId },
917
+ { },
918
+ { },
919
+ { },
920
920
  null,
921
921
  ['PureCloud OAuth'],
922
- ['application/json'],
922
+ ['application/json'],
923
923
  ['application/json']
924
924
  );
925
925
  }