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 TelephonyProvidersEdgeApi {
5
5
  /**
6
6
  * TelephonyProvidersEdge service.
7
7
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
8
- * @version 136.0.0
8
+ * @version 137.0.1
9
9
  */
10
10
 
11
11
  /**
@@ -34,13 +34,13 @@ class TelephonyProvidersEdgeApi {
34
34
  return this.apiClient.callApi(
35
35
  '/api/v2/telephony/providers/edges/{edgeId}',
36
36
  'DELETE',
37
- { 'edgeId': edgeId },
38
- { },
39
- { },
40
- { },
37
+ { 'edgeId': edgeId },
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 TelephonyProvidersEdgeApi {
64
64
  return this.apiClient.callApi(
65
65
  '/api/v2/telephony/providers/edges/{edgeId}/logicalinterfaces/{interfaceId}',
66
66
  'DELETE',
67
- { 'edgeId': edgeId,'interfaceId': interfaceId },
68
- { },
69
- { },
70
- { },
67
+ { 'edgeId': edgeId,'interfaceId': interfaceId },
68
+ { },
69
+ { },
70
+ { },
71
71
  null,
72
72
  ['PureCloud OAuth'],
73
- ['application/json'],
73
+ ['application/json'],
74
74
  ['application/json']
75
75
  );
76
76
  }
@@ -89,13 +89,13 @@ class TelephonyProvidersEdgeApi {
89
89
  return this.apiClient.callApi(
90
90
  '/api/v2/telephony/providers/edges/{edgeId}/softwareupdate',
91
91
  'DELETE',
92
- { 'edgeId': edgeId },
93
- { },
94
- { },
95
- { },
92
+ { 'edgeId': edgeId },
93
+ { },
94
+ { },
95
+ { },
96
96
  null,
97
97
  ['PureCloud OAuth'],
98
- ['application/json'],
98
+ ['application/json'],
99
99
  ['application/json']
100
100
  );
101
101
  }
@@ -114,13 +114,13 @@ class TelephonyProvidersEdgeApi {
114
114
  return this.apiClient.callApi(
115
115
  '/api/v2/telephony/providers/edges/certificateauthorities/{certificateId}',
116
116
  'DELETE',
117
- { 'certificateId': certificateId },
118
- { },
119
- { },
120
- { },
117
+ { 'certificateId': certificateId },
118
+ { },
119
+ { },
120
+ { },
121
121
  null,
122
122
  ['PureCloud OAuth'],
123
- ['application/json'],
123
+ ['application/json'],
124
124
  ['application/json']
125
125
  );
126
126
  }
@@ -139,13 +139,13 @@ class TelephonyProvidersEdgeApi {
139
139
  return this.apiClient.callApi(
140
140
  '/api/v2/telephony/providers/edges/didpools/{didPoolId}',
141
141
  'DELETE',
142
- { 'didPoolId': didPoolId },
143
- { },
144
- { },
145
- { },
142
+ { 'didPoolId': didPoolId },
143
+ { },
144
+ { },
145
+ { },
146
146
  null,
147
147
  ['PureCloud OAuth'],
148
- ['application/json'],
148
+ ['application/json'],
149
149
  ['application/json']
150
150
  );
151
151
  }
@@ -164,13 +164,13 @@ class TelephonyProvidersEdgeApi {
164
164
  return this.apiClient.callApi(
165
165
  '/api/v2/telephony/providers/edges/edgegroups/{edgeGroupId}',
166
166
  'DELETE',
167
- { 'edgeGroupId': edgeGroupId },
168
- { },
169
- { },
170
- { },
167
+ { 'edgeGroupId': edgeGroupId },
168
+ { },
169
+ { },
170
+ { },
171
171
  null,
172
172
  ['PureCloud OAuth'],
173
- ['application/json'],
173
+ ['application/json'],
174
174
  ['application/json']
175
175
  );
176
176
  }
@@ -189,13 +189,13 @@ class TelephonyProvidersEdgeApi {
189
189
  return this.apiClient.callApi(
190
190
  '/api/v2/telephony/providers/edges/extensionpools/{extensionPoolId}',
191
191
  'DELETE',
192
- { 'extensionPoolId': extensionPoolId },
193
- { },
194
- { },
195
- { },
192
+ { 'extensionPoolId': extensionPoolId },
193
+ { },
194
+ { },
195
+ { },
196
196
  null,
197
197
  ['PureCloud OAuth'],
198
- ['application/json'],
198
+ ['application/json'],
199
199
  ['application/json']
200
200
  );
201
201
  }
@@ -214,13 +214,13 @@ class TelephonyProvidersEdgeApi {
214
214
  return this.apiClient.callApi(
215
215
  '/api/v2/telephony/providers/edges/outboundroutes/{outboundRouteId}',
216
216
  'DELETE',
217
- { 'outboundRouteId': outboundRouteId },
218
- { },
219
- { },
220
- { },
217
+ { 'outboundRouteId': outboundRouteId },
218
+ { },
219
+ { },
220
+ { },
221
221
  null,
222
222
  ['PureCloud OAuth'],
223
- ['application/json'],
223
+ ['application/json'],
224
224
  ['application/json']
225
225
  );
226
226
  }
@@ -239,13 +239,13 @@ class TelephonyProvidersEdgeApi {
239
239
  return this.apiClient.callApi(
240
240
  '/api/v2/telephony/providers/edges/phones/{phoneId}',
241
241
  'DELETE',
242
- { 'phoneId': phoneId },
243
- { },
244
- { },
245
- { },
242
+ { 'phoneId': phoneId },
243
+ { },
244
+ { },
245
+ { },
246
246
  null,
247
247
  ['PureCloud OAuth'],
248
- ['application/json'],
248
+ ['application/json'],
249
249
  ['application/json']
250
250
  );
251
251
  }
@@ -264,13 +264,13 @@ class TelephonyProvidersEdgeApi {
264
264
  return this.apiClient.callApi(
265
265
  '/api/v2/telephony/providers/edges/phonebasesettings/{phoneBaseId}',
266
266
  'DELETE',
267
- { 'phoneBaseId': phoneBaseId },
268
- { },
269
- { },
270
- { },
267
+ { 'phoneBaseId': phoneBaseId },
268
+ { },
269
+ { },
270
+ { },
271
271
  null,
272
272
  ['PureCloud OAuth'],
273
- ['application/json'],
273
+ ['application/json'],
274
274
  ['application/json']
275
275
  );
276
276
  }
@@ -289,13 +289,13 @@ class TelephonyProvidersEdgeApi {
289
289
  return this.apiClient.callApi(
290
290
  '/api/v2/telephony/providers/edges/sites/{siteId}',
291
291
  'DELETE',
292
- { 'siteId': siteId },
293
- { },
294
- { },
295
- { },
292
+ { 'siteId': siteId },
293
+ { },
294
+ { },
295
+ { },
296
296
  null,
297
297
  ['PureCloud OAuth'],
298
- ['application/json'],
298
+ ['application/json'],
299
299
  ['application/json']
300
300
  );
301
301
  }
@@ -319,13 +319,13 @@ class TelephonyProvidersEdgeApi {
319
319
  return this.apiClient.callApi(
320
320
  '/api/v2/telephony/providers/edges/sites/{siteId}/outboundroutes/{outboundRouteId}',
321
321
  'DELETE',
322
- { 'siteId': siteId,'outboundRouteId': outboundRouteId },
323
- { },
324
- { },
325
- { },
322
+ { 'siteId': siteId,'outboundRouteId': outboundRouteId },
323
+ { },
324
+ { },
325
+ { },
326
326
  null,
327
327
  ['PureCloud OAuth'],
328
- ['application/json'],
328
+ ['application/json'],
329
329
  ['application/json']
330
330
  );
331
331
  }
@@ -344,13 +344,13 @@ class TelephonyProvidersEdgeApi {
344
344
  return this.apiClient.callApi(
345
345
  '/api/v2/telephony/providers/edges/trunkbasesettings/{trunkBaseSettingsId}',
346
346
  'DELETE',
347
- { 'trunkBaseSettingsId': trunkBaseSettingsId },
348
- { },
349
- { },
350
- { },
347
+ { 'trunkBaseSettingsId': trunkBaseSettingsId },
348
+ { },
349
+ { },
350
+ { },
351
351
  null,
352
352
  ['PureCloud OAuth'],
353
- ['application/json'],
353
+ ['application/json'],
354
354
  ['application/json']
355
355
  );
356
356
  }
@@ -369,13 +369,13 @@ class TelephonyProvidersEdgeApi {
369
369
  return this.apiClient.callApi(
370
370
  '/api/v2/configuration/schemas/edges/vnext',
371
371
  'GET',
372
- { },
373
- { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'] },
374
- { },
375
- { },
372
+ { },
373
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'] },
374
+ { },
375
+ { },
376
376
  null,
377
377
  ['PureCloud OAuth'],
378
- ['application/json'],
378
+ ['application/json'],
379
379
  ['application/json']
380
380
  );
381
381
  }
@@ -399,13 +399,13 @@ class TelephonyProvidersEdgeApi {
399
399
  return this.apiClient.callApi(
400
400
  '/api/v2/configuration/schemas/edges/vnext/{schemaCategory}',
401
401
  'GET',
402
- { 'schemaCategory': schemaCategory },
403
- { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'] },
404
- { },
405
- { },
402
+ { 'schemaCategory': schemaCategory },
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
  }
@@ -434,13 +434,13 @@ class TelephonyProvidersEdgeApi {
434
434
  return this.apiClient.callApi(
435
435
  '/api/v2/configuration/schemas/edges/vnext/{schemaCategory}/{schemaType}',
436
436
  'GET',
437
- { 'schemaCategory': schemaCategory,'schemaType': schemaType },
438
- { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'] },
439
- { },
440
- { },
437
+ { 'schemaCategory': schemaCategory,'schemaType': schemaType },
438
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'] },
439
+ { },
440
+ { },
441
441
  null,
442
442
  ['PureCloud OAuth'],
443
- ['application/json'],
443
+ ['application/json'],
444
444
  ['application/json']
445
445
  );
446
446
  }
@@ -469,13 +469,13 @@ class TelephonyProvidersEdgeApi {
469
469
  return this.apiClient.callApi(
470
470
  '/api/v2/configuration/schemas/edges/vnext/{schemaCategory}/{schemaType}/{schemaId}',
471
471
  'GET',
472
- { 'schemaCategory': schemaCategory,'schemaType': schemaType,'schemaId': schemaId },
473
- { },
474
- { },
475
- { },
472
+ { 'schemaCategory': schemaCategory,'schemaType': schemaType,'schemaId': schemaId },
473
+ { },
474
+ { },
475
+ { },
476
476
  null,
477
477
  ['PureCloud OAuth'],
478
- ['application/json'],
478
+ ['application/json'],
479
479
  ['application/json']
480
480
  );
481
481
  }
@@ -518,13 +518,13 @@ class TelephonyProvidersEdgeApi {
518
518
  return this.apiClient.callApi(
519
519
  '/api/v2/configuration/schemas/edges/vnext/{schemaCategory}/{schemaType}/{schemaId}/{extensionType}/{metadataId}',
520
520
  'GET',
521
- { 'schemaCategory': schemaCategory,'schemaType': schemaType,'schemaId': schemaId,'extensionType': extensionType,'metadataId': metadataId },
522
- { 'type': opts['type'] },
523
- { },
524
- { },
521
+ { 'schemaCategory': schemaCategory,'schemaType': schemaType,'schemaId': schemaId,'extensionType': extensionType,'metadataId': metadataId },
522
+ { 'type': opts['type'] },
523
+ { },
524
+ { },
525
525
  null,
526
526
  ['PureCloud OAuth'],
527
- ['application/json'],
527
+ ['application/json'],
528
528
  ['application/json']
529
529
  );
530
530
  }
@@ -547,13 +547,13 @@ class TelephonyProvidersEdgeApi {
547
547
  return this.apiClient.callApi(
548
548
  '/api/v2/telephony/providers/edges/{edgeId}',
549
549
  'GET',
550
- { 'edgeId': edgeId },
551
- { 'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi') },
552
- { },
553
- { },
550
+ { 'edgeId': edgeId },
551
+ { 'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi') },
552
+ { },
553
+ { },
554
554
  null,
555
555
  ['PureCloud OAuth'],
556
- ['application/json'],
556
+ ['application/json'],
557
557
  ['application/json']
558
558
  );
559
559
  }
@@ -572,13 +572,13 @@ class TelephonyProvidersEdgeApi {
572
572
  return this.apiClient.callApi(
573
573
  '/api/v2/telephony/providers/edges/{edgeId}/diagnostic/nslookup',
574
574
  'GET',
575
- { 'edgeId': edgeId },
576
- { },
577
- { },
578
- { },
575
+ { 'edgeId': edgeId },
576
+ { },
577
+ { },
578
+ { },
579
579
  null,
580
580
  ['PureCloud OAuth'],
581
- ['application/json'],
581
+ ['application/json'],
582
582
  ['application/json']
583
583
  );
584
584
  }
@@ -597,13 +597,13 @@ class TelephonyProvidersEdgeApi {
597
597
  return this.apiClient.callApi(
598
598
  '/api/v2/telephony/providers/edges/{edgeId}/diagnostic/ping',
599
599
  'GET',
600
- { 'edgeId': edgeId },
601
- { },
602
- { },
603
- { },
600
+ { 'edgeId': edgeId },
601
+ { },
602
+ { },
603
+ { },
604
604
  null,
605
605
  ['PureCloud OAuth'],
606
- ['application/json'],
606
+ ['application/json'],
607
607
  ['application/json']
608
608
  );
609
609
  }
@@ -622,13 +622,13 @@ class TelephonyProvidersEdgeApi {
622
622
  return this.apiClient.callApi(
623
623
  '/api/v2/telephony/providers/edges/{edgeId}/diagnostic/route',
624
624
  'GET',
625
- { 'edgeId': edgeId },
626
- { },
627
- { },
628
- { },
625
+ { 'edgeId': edgeId },
626
+ { },
627
+ { },
628
+ { },
629
629
  null,
630
630
  ['PureCloud OAuth'],
631
- ['application/json'],
631
+ ['application/json'],
632
632
  ['application/json']
633
633
  );
634
634
  }
@@ -647,13 +647,13 @@ class TelephonyProvidersEdgeApi {
647
647
  return this.apiClient.callApi(
648
648
  '/api/v2/telephony/providers/edges/{edgeId}/diagnostic/tracepath',
649
649
  'GET',
650
- { 'edgeId': edgeId },
651
- { },
652
- { },
653
- { },
650
+ { 'edgeId': edgeId },
651
+ { },
652
+ { },
653
+ { },
654
654
  null,
655
655
  ['PureCloud OAuth'],
656
- ['application/json'],
656
+ ['application/json'],
657
657
  ['application/json']
658
658
  );
659
659
  }
@@ -677,13 +677,13 @@ class TelephonyProvidersEdgeApi {
677
677
  return this.apiClient.callApi(
678
678
  '/api/v2/telephony/providers/edges/{edgeId}/lines/{lineId}',
679
679
  'GET',
680
- { 'edgeId': edgeId,'lineId': lineId },
681
- { },
682
- { },
683
- { },
680
+ { 'edgeId': edgeId,'lineId': lineId },
681
+ { },
682
+ { },
683
+ { },
684
684
  null,
685
685
  ['PureCloud OAuth'],
686
- ['application/json'],
686
+ ['application/json'],
687
687
  ['application/json']
688
688
  );
689
689
  }
@@ -707,13 +707,13 @@ class TelephonyProvidersEdgeApi {
707
707
  return this.apiClient.callApi(
708
708
  '/api/v2/telephony/providers/edges/{edgeId}/lines',
709
709
  'GET',
710
- { 'edgeId': edgeId },
711
- { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'] },
712
- { },
713
- { },
710
+ { 'edgeId': edgeId },
711
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'] },
712
+ { },
713
+ { },
714
714
  null,
715
715
  ['PureCloud OAuth'],
716
- ['application/json'],
716
+ ['application/json'],
717
717
  ['application/json']
718
718
  );
719
719
  }
@@ -741,13 +741,13 @@ class TelephonyProvidersEdgeApi {
741
741
  return this.apiClient.callApi(
742
742
  '/api/v2/telephony/providers/edges/{edgeId}/logicalinterfaces/{interfaceId}',
743
743
  'GET',
744
- { 'edgeId': edgeId,'interfaceId': interfaceId },
745
- { 'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi') },
746
- { },
747
- { },
744
+ { 'edgeId': edgeId,'interfaceId': interfaceId },
745
+ { 'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi') },
746
+ { },
747
+ { },
748
748
  null,
749
749
  ['PureCloud OAuth'],
750
- ['application/json'],
750
+ ['application/json'],
751
751
  ['application/json']
752
752
  );
753
753
  }
@@ -770,13 +770,13 @@ class TelephonyProvidersEdgeApi {
770
770
  return this.apiClient.callApi(
771
771
  '/api/v2/telephony/providers/edges/{edgeId}/logicalinterfaces',
772
772
  'GET',
773
- { 'edgeId': edgeId },
774
- { 'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi') },
775
- { },
776
- { },
773
+ { 'edgeId': edgeId },
774
+ { 'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi') },
775
+ { },
776
+ { },
777
777
  null,
778
778
  ['PureCloud OAuth'],
779
- ['application/json'],
779
+ ['application/json'],
780
780
  ['application/json']
781
781
  );
782
782
  }
@@ -800,13 +800,13 @@ class TelephonyProvidersEdgeApi {
800
800
  return this.apiClient.callApi(
801
801
  '/api/v2/telephony/providers/edges/{edgeId}/logs/jobs/{jobId}',
802
802
  'GET',
803
- { 'edgeId': edgeId,'jobId': jobId },
804
- { },
805
- { },
806
- { },
803
+ { 'edgeId': edgeId,'jobId': jobId },
804
+ { },
805
+ { },
806
+ { },
807
807
  null,
808
808
  ['PureCloud OAuth'],
809
- ['application/json'],
809
+ ['application/json'],
810
810
  ['application/json']
811
811
  );
812
812
  }
@@ -825,13 +825,13 @@ class TelephonyProvidersEdgeApi {
825
825
  return this.apiClient.callApi(
826
826
  '/api/v2/telephony/providers/edges/{edgeId}/metrics',
827
827
  'GET',
828
- { 'edgeId': edgeId },
829
- { },
830
- { },
831
- { },
828
+ { 'edgeId': edgeId },
829
+ { },
830
+ { },
831
+ { },
832
832
  null,
833
833
  ['PureCloud OAuth'],
834
- ['application/json'],
834
+ ['application/json'],
835
835
  ['application/json']
836
836
  );
837
837
  }
@@ -855,13 +855,13 @@ class TelephonyProvidersEdgeApi {
855
855
  return this.apiClient.callApi(
856
856
  '/api/v2/telephony/providers/edges/{edgeId}/physicalinterfaces/{interfaceId}',
857
857
  'GET',
858
- { 'edgeId': edgeId,'interfaceId': interfaceId },
859
- { },
860
- { },
861
- { },
858
+ { 'edgeId': edgeId,'interfaceId': interfaceId },
859
+ { },
860
+ { },
861
+ { },
862
862
  null,
863
863
  ['PureCloud OAuth'],
864
- ['application/json'],
864
+ ['application/json'],
865
865
  ['application/json']
866
866
  );
867
867
  }
@@ -880,13 +880,13 @@ class TelephonyProvidersEdgeApi {
880
880
  return this.apiClient.callApi(
881
881
  '/api/v2/telephony/providers/edges/{edgeId}/physicalinterfaces',
882
882
  'GET',
883
- { 'edgeId': edgeId },
884
- { },
885
- { },
886
- { },
883
+ { 'edgeId': edgeId },
884
+ { },
885
+ { },
886
+ { },
887
887
  null,
888
888
  ['PureCloud OAuth'],
889
- ['application/json'],
889
+ ['application/json'],
890
890
  ['application/json']
891
891
  );
892
892
  }
@@ -905,13 +905,13 @@ class TelephonyProvidersEdgeApi {
905
905
  return this.apiClient.callApi(
906
906
  '/api/v2/telephony/providers/edges/{edgeId}/setuppackage',
907
907
  'GET',
908
- { 'edgeId': edgeId },
909
- { },
910
- { },
911
- { },
908
+ { 'edgeId': edgeId },
909
+ { },
910
+ { },
911
+ { },
912
912
  null,
913
913
  ['PureCloud OAuth'],
914
- ['application/json'],
914
+ ['application/json'],
915
915
  ['application/json']
916
916
  );
917
917
  }
@@ -930,13 +930,13 @@ class TelephonyProvidersEdgeApi {
930
930
  return this.apiClient.callApi(
931
931
  '/api/v2/telephony/providers/edges/{edgeId}/softwareupdate',
932
932
  'GET',
933
- { 'edgeId': edgeId },
934
- { },
935
- { },
936
- { },
933
+ { 'edgeId': edgeId },
934
+ { },
935
+ { },
936
+ { },
937
937
  null,
938
938
  ['PureCloud OAuth'],
939
- ['application/json'],
939
+ ['application/json'],
940
940
  ['application/json']
941
941
  );
942
942
  }
@@ -955,13 +955,13 @@ class TelephonyProvidersEdgeApi {
955
955
  return this.apiClient.callApi(
956
956
  '/api/v2/telephony/providers/edges/{edgeId}/softwareversions',
957
957
  'GET',
958
- { 'edgeId': edgeId },
959
- { },
960
- { },
961
- { },
958
+ { 'edgeId': edgeId },
959
+ { },
960
+ { },
961
+ { },
962
962
  null,
963
963
  ['PureCloud OAuth'],
964
- ['application/json'],
964
+ ['application/json'],
965
965
  ['application/json']
966
966
  );
967
967
  }
@@ -989,13 +989,13 @@ class TelephonyProvidersEdgeApi {
989
989
  return this.apiClient.callApi(
990
990
  '/api/v2/telephony/providers/edges/{edgeId}/trunks',
991
991
  'GET',
992
- { 'edgeId': edgeId },
993
- { 'pageNumber': opts['pageNumber'],'pageSize': opts['pageSize'],'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'],'trunkBase.id': opts['trunkBaseId'],'trunkType': opts['trunkType'] },
994
- { },
995
- { },
992
+ { 'edgeId': edgeId },
993
+ { 'pageNumber': opts['pageNumber'],'pageSize': opts['pageSize'],'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'],'trunkBase.id': opts['trunkBaseId'],'trunkType': opts['trunkType'] },
994
+ { },
995
+ { },
996
996
  null,
997
997
  ['PureCloud OAuth'],
998
- ['application/json'],
998
+ ['application/json'],
999
999
  ['application/json']
1000
1000
  );
1001
1001
  }
@@ -1019,13 +1019,13 @@ class TelephonyProvidersEdgeApi {
1019
1019
  return this.apiClient.callApi(
1020
1020
  '/api/v2/telephony/providers/edges',
1021
1021
  'GET',
1022
- { },
1023
- { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'name': opts['name'],'site.id': opts['siteId'],'edgeGroup.id': opts['edgeGroupId'],'sortBy': opts['sortBy'],'managed': opts['managed'] },
1024
- { },
1025
- { },
1022
+ { },
1023
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'name': opts['name'],'site.id': opts['siteId'],'edgeGroup.id': opts['edgeGroupId'],'sortBy': opts['sortBy'],'managed': opts['managed'] },
1024
+ { },
1025
+ { },
1026
1026
  null,
1027
1027
  ['PureCloud OAuth'],
1028
- ['application/json'],
1028
+ ['application/json'],
1029
1029
  ['application/json']
1030
1030
  );
1031
1031
  }
@@ -1039,13 +1039,13 @@ class TelephonyProvidersEdgeApi {
1039
1039
  return this.apiClient.callApi(
1040
1040
  '/api/v2/telephony/providers/edges/availablelanguages',
1041
1041
  'GET',
1042
- { },
1043
- { },
1044
- { },
1045
- { },
1042
+ { },
1043
+ { },
1044
+ { },
1045
+ { },
1046
1046
  null,
1047
1047
  ['PureCloud OAuth'],
1048
- ['application/json'],
1048
+ ['application/json'],
1049
1049
  ['application/json']
1050
1050
  );
1051
1051
  }
@@ -1059,13 +1059,13 @@ class TelephonyProvidersEdgeApi {
1059
1059
  return this.apiClient.callApi(
1060
1060
  '/api/v2/telephony/providers/edges/certificateauthorities',
1061
1061
  'GET',
1062
- { },
1063
- { },
1064
- { },
1065
- { },
1062
+ { },
1063
+ { },
1064
+ { },
1065
+ { },
1066
1066
  null,
1067
1067
  ['PureCloud OAuth'],
1068
- ['application/json'],
1068
+ ['application/json'],
1069
1069
  ['application/json']
1070
1070
  );
1071
1071
  }
@@ -1084,13 +1084,13 @@ class TelephonyProvidersEdgeApi {
1084
1084
  return this.apiClient.callApi(
1085
1085
  '/api/v2/telephony/providers/edges/certificateauthorities/{certificateId}',
1086
1086
  'GET',
1087
- { 'certificateId': certificateId },
1088
- { },
1089
- { },
1090
- { },
1087
+ { 'certificateId': certificateId },
1088
+ { },
1089
+ { },
1090
+ { },
1091
1091
  null,
1092
1092
  ['PureCloud OAuth'],
1093
- ['application/json'],
1093
+ ['application/json'],
1094
1094
  ['application/json']
1095
1095
  );
1096
1096
  }
@@ -1109,13 +1109,13 @@ class TelephonyProvidersEdgeApi {
1109
1109
  return this.apiClient.callApi(
1110
1110
  '/api/v2/telephony/providers/edges/dids/{didId}',
1111
1111
  'GET',
1112
- { 'didId': didId },
1113
- { },
1114
- { },
1115
- { },
1112
+ { 'didId': didId },
1113
+ { },
1114
+ { },
1115
+ { },
1116
1116
  null,
1117
1117
  ['PureCloud OAuth'],
1118
- ['application/json'],
1118
+ ['application/json'],
1119
1119
  ['application/json']
1120
1120
  );
1121
1121
  }
@@ -1134,13 +1134,13 @@ class TelephonyProvidersEdgeApi {
1134
1134
  return this.apiClient.callApi(
1135
1135
  '/api/v2/telephony/providers/edges/didpools/{didPoolId}',
1136
1136
  'GET',
1137
- { 'didPoolId': didPoolId },
1138
- { },
1139
- { },
1140
- { },
1137
+ { 'didPoolId': didPoolId },
1138
+ { },
1139
+ { },
1140
+ { },
1141
1141
  null,
1142
1142
  ['PureCloud OAuth'],
1143
- ['application/json'],
1143
+ ['application/json'],
1144
1144
  ['application/json']
1145
1145
  );
1146
1146
  }
@@ -1152,7 +1152,7 @@ class TelephonyProvidersEdgeApi {
1152
1152
  * @param {Number} opts.pageSize Page size (default to 25)
1153
1153
  * @param {Number} opts.pageNumber Page number (default to 1)
1154
1154
  * @param {String} opts.sortBy Sort by (default to number)
1155
- * @param {Array.<String>} opts.id Filter by a specific list of ID&#39;s
1155
+ * @param {Array.<String>} opts.id Filter by a specific list of ID's
1156
1156
  */
1157
1157
  getTelephonyProvidersEdgesDidpools(opts) {
1158
1158
  opts = opts || {};
@@ -1161,13 +1161,13 @@ class TelephonyProvidersEdgeApi {
1161
1161
  return this.apiClient.callApi(
1162
1162
  '/api/v2/telephony/providers/edges/didpools',
1163
1163
  'GET',
1164
- { },
1165
- { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'id': this.apiClient.buildCollectionParam(opts['id'], 'multi') },
1166
- { },
1167
- { },
1164
+ { },
1165
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'id': this.apiClient.buildCollectionParam(opts['id'], 'multi') },
1166
+ { },
1167
+ { },
1168
1168
  null,
1169
1169
  ['PureCloud OAuth'],
1170
- ['application/json'],
1170
+ ['application/json'],
1171
1171
  ['application/json']
1172
1172
  );
1173
1173
  }
@@ -1194,13 +1194,13 @@ class TelephonyProvidersEdgeApi {
1194
1194
  return this.apiClient.callApi(
1195
1195
  '/api/v2/telephony/providers/edges/didpools/dids',
1196
1196
  'GET',
1197
- { },
1198
- { 'type': type,'id': this.apiClient.buildCollectionParam(opts['id'], 'multi'),'numberMatch': opts['numberMatch'],'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortOrder': opts['sortOrder'] },
1199
- { },
1200
- { },
1197
+ { },
1198
+ { 'type': type,'id': this.apiClient.buildCollectionParam(opts['id'], 'multi'),'numberMatch': opts['numberMatch'],'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortOrder': opts['sortOrder'] },
1199
+ { },
1200
+ { },
1201
1201
  null,
1202
1202
  ['PureCloud OAuth'],
1203
- ['application/json'],
1203
+ ['application/json'],
1204
1204
  ['application/json']
1205
1205
  );
1206
1206
  }
@@ -1216,7 +1216,7 @@ class TelephonyProvidersEdgeApi {
1216
1216
  * @param {String} opts.phoneNumber Filter by phoneNumber
1217
1217
  * @param {String} opts.ownerId Filter by the owner of a phone number
1218
1218
  * @param {String} opts.didPoolId Filter by the DID Pool assignment
1219
- * @param {Array.<String>} opts.id Filter by a specific list of ID&#39;s
1219
+ * @param {Array.<String>} opts.id Filter by a specific list of ID's
1220
1220
  */
1221
1221
  getTelephonyProvidersEdgesDids(opts) {
1222
1222
  opts = opts || {};
@@ -1225,13 +1225,13 @@ class TelephonyProvidersEdgeApi {
1225
1225
  return this.apiClient.callApi(
1226
1226
  '/api/v2/telephony/providers/edges/dids',
1227
1227
  'GET',
1228
- { },
1229
- { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'],'phoneNumber': opts['phoneNumber'],'owner.id': opts['ownerId'],'didPool.id': opts['didPoolId'],'id': this.apiClient.buildCollectionParam(opts['id'], 'multi') },
1230
- { },
1231
- { },
1228
+ { },
1229
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'],'phoneNumber': opts['phoneNumber'],'owner.id': opts['ownerId'],'didPool.id': opts['didPoolId'],'id': this.apiClient.buildCollectionParam(opts['id'], 'multi') },
1230
+ { },
1231
+ { },
1232
1232
  null,
1233
1233
  ['PureCloud OAuth'],
1234
- ['application/json'],
1234
+ ['application/json'],
1235
1235
  ['application/json']
1236
1236
  );
1237
1237
  }
@@ -1254,13 +1254,13 @@ class TelephonyProvidersEdgeApi {
1254
1254
  return this.apiClient.callApi(
1255
1255
  '/api/v2/telephony/providers/edges/edgegroups/{edgeGroupId}',
1256
1256
  'GET',
1257
- { 'edgeGroupId': edgeGroupId },
1258
- { 'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi') },
1259
- { },
1260
- { },
1257
+ { 'edgeGroupId': edgeGroupId },
1258
+ { 'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi') },
1259
+ { },
1260
+ { },
1261
1261
  null,
1262
1262
  ['PureCloud OAuth'],
1263
- ['application/json'],
1263
+ ['application/json'],
1264
1264
  ['application/json']
1265
1265
  );
1266
1266
  }
@@ -1284,13 +1284,13 @@ class TelephonyProvidersEdgeApi {
1284
1284
  return this.apiClient.callApi(
1285
1285
  '/api/v2/telephony/providers/edges/edgegroups/{edgegroupId}/edgetrunkbases/{edgetrunkbaseId}',
1286
1286
  'GET',
1287
- { 'edgegroupId': edgegroupId,'edgetrunkbaseId': edgetrunkbaseId },
1288
- { },
1289
- { },
1290
- { },
1287
+ { 'edgegroupId': edgegroupId,'edgetrunkbaseId': edgetrunkbaseId },
1288
+ { },
1289
+ { },
1290
+ { },
1291
1291
  null,
1292
1292
  ['PureCloud OAuth'],
1293
- ['application/json'],
1293
+ ['application/json'],
1294
1294
  ['application/json']
1295
1295
  );
1296
1296
  }
@@ -1312,13 +1312,13 @@ class TelephonyProvidersEdgeApi {
1312
1312
  return this.apiClient.callApi(
1313
1313
  '/api/v2/telephony/providers/edges/edgegroups',
1314
1314
  'GET',
1315
- { },
1316
- { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'name': opts['name'],'sortBy': opts['sortBy'],'managed': opts['managed'] },
1317
- { },
1318
- { },
1315
+ { },
1316
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'name': opts['name'],'sortBy': opts['sortBy'],'managed': opts['managed'] },
1317
+ { },
1318
+ { },
1319
1319
  null,
1320
1320
  ['PureCloud OAuth'],
1321
- ['application/json'],
1321
+ ['application/json'],
1322
1322
  ['application/json']
1323
1323
  );
1324
1324
  }
@@ -1332,13 +1332,13 @@ class TelephonyProvidersEdgeApi {
1332
1332
  return this.apiClient.callApi(
1333
1333
  '/api/v2/telephony/providers/edges/edgeversionreport',
1334
1334
  'GET',
1335
- { },
1336
- { },
1337
- { },
1338
- { },
1335
+ { },
1336
+ { },
1337
+ { },
1338
+ { },
1339
1339
  null,
1340
1340
  ['PureCloud OAuth'],
1341
- ['application/json'],
1341
+ ['application/json'],
1342
1342
  ['application/json']
1343
1343
  );
1344
1344
  }
@@ -1352,13 +1352,13 @@ class TelephonyProvidersEdgeApi {
1352
1352
  return this.apiClient.callApi(
1353
1353
  '/api/v2/telephony/providers/edges/expired',
1354
1354
  'GET',
1355
- { },
1356
- { },
1357
- { },
1358
- { },
1355
+ { },
1356
+ { },
1357
+ { },
1358
+ { },
1359
1359
  null,
1360
1360
  ['PureCloud OAuth'],
1361
- ['application/json'],
1361
+ ['application/json'],
1362
1362
  ['application/json']
1363
1363
  );
1364
1364
  }
@@ -1377,13 +1377,13 @@ class TelephonyProvidersEdgeApi {
1377
1377
  return this.apiClient.callApi(
1378
1378
  '/api/v2/telephony/providers/edges/extensions/{extensionId}',
1379
1379
  'GET',
1380
- { 'extensionId': extensionId },
1381
- { },
1382
- { },
1383
- { },
1380
+ { 'extensionId': extensionId },
1381
+ { },
1382
+ { },
1383
+ { },
1384
1384
  null,
1385
1385
  ['PureCloud OAuth'],
1386
- ['application/json'],
1386
+ ['application/json'],
1387
1387
  ['application/json']
1388
1388
  );
1389
1389
  }
@@ -1402,13 +1402,13 @@ class TelephonyProvidersEdgeApi {
1402
1402
  return this.apiClient.callApi(
1403
1403
  '/api/v2/telephony/providers/edges/extensionpools/{extensionPoolId}',
1404
1404
  'GET',
1405
- { 'extensionPoolId': extensionPoolId },
1406
- { },
1407
- { },
1408
- { },
1405
+ { 'extensionPoolId': extensionPoolId },
1406
+ { },
1407
+ { },
1408
+ { },
1409
1409
  null,
1410
1410
  ['PureCloud OAuth'],
1411
- ['application/json'],
1411
+ ['application/json'],
1412
1412
  ['application/json']
1413
1413
  );
1414
1414
  }
@@ -1429,13 +1429,13 @@ class TelephonyProvidersEdgeApi {
1429
1429
  return this.apiClient.callApi(
1430
1430
  '/api/v2/telephony/providers/edges/extensionpools',
1431
1431
  'GET',
1432
- { },
1433
- { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'number': opts['_number'] },
1434
- { },
1435
- { },
1432
+ { },
1433
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'number': opts['_number'] },
1434
+ { },
1435
+ { },
1436
1436
  null,
1437
1437
  ['PureCloud OAuth'],
1438
- ['application/json'],
1438
+ ['application/json'],
1439
1439
  ['application/json']
1440
1440
  );
1441
1441
  }
@@ -1457,13 +1457,13 @@ class TelephonyProvidersEdgeApi {
1457
1457
  return this.apiClient.callApi(
1458
1458
  '/api/v2/telephony/providers/edges/extensions',
1459
1459
  'GET',
1460
- { },
1461
- { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'],'number': opts['_number'] },
1462
- { },
1463
- { },
1460
+ { },
1461
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'],'number': opts['_number'] },
1462
+ { },
1463
+ { },
1464
1464
  null,
1465
1465
  ['PureCloud OAuth'],
1466
- ['application/json'],
1466
+ ['application/json'],
1467
1467
  ['application/json']
1468
1468
  );
1469
1469
  }
@@ -1482,13 +1482,13 @@ class TelephonyProvidersEdgeApi {
1482
1482
  return this.apiClient.callApi(
1483
1483
  '/api/v2/telephony/providers/edges/lines/{lineId}',
1484
1484
  'GET',
1485
- { 'lineId': lineId },
1486
- { },
1487
- { },
1488
- { },
1485
+ { 'lineId': lineId },
1486
+ { },
1487
+ { },
1488
+ { },
1489
1489
  null,
1490
1490
  ['PureCloud OAuth'],
1491
- ['application/json'],
1491
+ ['application/json'],
1492
1492
  ['application/json']
1493
1493
  );
1494
1494
  }
@@ -1507,13 +1507,13 @@ class TelephonyProvidersEdgeApi {
1507
1507
  return this.apiClient.callApi(
1508
1508
  '/api/v2/telephony/providers/edges/linebasesettings/{lineBaseId}',
1509
1509
  'GET',
1510
- { 'lineBaseId': lineBaseId },
1511
- { },
1512
- { },
1513
- { },
1510
+ { 'lineBaseId': lineBaseId },
1511
+ { },
1512
+ { },
1513
+ { },
1514
1514
  null,
1515
1515
  ['PureCloud OAuth'],
1516
- ['application/json'],
1516
+ ['application/json'],
1517
1517
  ['application/json']
1518
1518
  );
1519
1519
  }
@@ -1535,13 +1535,13 @@ class TelephonyProvidersEdgeApi {
1535
1535
  return this.apiClient.callApi(
1536
1536
  '/api/v2/telephony/providers/edges/linebasesettings',
1537
1537
  'GET',
1538
- { },
1539
- { 'pageNumber': opts['pageNumber'],'pageSize': opts['pageSize'],'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'],'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi') },
1540
- { },
1541
- { },
1538
+ { },
1539
+ { 'pageNumber': opts['pageNumber'],'pageSize': opts['pageSize'],'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'],'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi') },
1540
+ { },
1541
+ { },
1542
1542
  null,
1543
1543
  ['PureCloud OAuth'],
1544
- ['application/json'],
1544
+ ['application/json'],
1545
1545
  ['application/json']
1546
1546
  );
1547
1547
  }
@@ -1563,13 +1563,13 @@ class TelephonyProvidersEdgeApi {
1563
1563
  return this.apiClient.callApi(
1564
1564
  '/api/v2/telephony/providers/edges/lines',
1565
1565
  'GET',
1566
- { },
1567
- { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'name': opts['name'],'sortBy': opts['sortBy'],'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi') },
1568
- { },
1569
- { },
1566
+ { },
1567
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'name': opts['name'],'sortBy': opts['sortBy'],'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi') },
1568
+ { },
1569
+ { },
1570
1570
  null,
1571
1571
  ['PureCloud OAuth'],
1572
- ['application/json'],
1572
+ ['application/json'],
1573
1573
  ['application/json']
1574
1574
  );
1575
1575
  }
@@ -1588,13 +1588,13 @@ class TelephonyProvidersEdgeApi {
1588
1588
  return this.apiClient.callApi(
1589
1589
  '/api/v2/telephony/providers/edges/lines/template',
1590
1590
  'GET',
1591
- { },
1592
- { 'lineBaseSettingsId': lineBaseSettingsId },
1593
- { },
1594
- { },
1591
+ { },
1592
+ { 'lineBaseSettingsId': lineBaseSettingsId },
1593
+ { },
1594
+ { },
1595
1595
  null,
1596
1596
  ['PureCloud OAuth'],
1597
- ['application/json'],
1597
+ ['application/json'],
1598
1598
  ['application/json']
1599
1599
  );
1600
1600
  }
@@ -1602,7 +1602,7 @@ class TelephonyProvidersEdgeApi {
1602
1602
  /**
1603
1603
  * Get edge logical interfaces.
1604
1604
  * Retrieve the configured logical interfaces for a list edges. Only 100 edges can be requested at a time.
1605
- * @param {String} edgeIds Comma separated list of Edge Id&#39;s
1605
+ * @param {String} edgeIds Comma separated list of Edge Id's
1606
1606
  * @param {Object} opts Optional parameters
1607
1607
  * @param {Array.<String>} opts.expand Field to expand in the response
1608
1608
  */
@@ -1617,13 +1617,13 @@ class TelephonyProvidersEdgeApi {
1617
1617
  return this.apiClient.callApi(
1618
1618
  '/api/v2/telephony/providers/edges/logicalinterfaces',
1619
1619
  'GET',
1620
- { },
1621
- { 'edgeIds': edgeIds,'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi') },
1622
- { },
1623
- { },
1620
+ { },
1621
+ { 'edgeIds': edgeIds,'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi') },
1622
+ { },
1623
+ { },
1624
1624
  null,
1625
1625
  ['PureCloud OAuth'],
1626
- ['application/json'],
1626
+ ['application/json'],
1627
1627
  ['application/json']
1628
1628
  );
1629
1629
  }
@@ -1631,7 +1631,7 @@ class TelephonyProvidersEdgeApi {
1631
1631
  /**
1632
1632
  * Get the metrics for a list of edges.
1633
1633
  *
1634
- * @param {String} edgeIds Comma separated list of Edge Id&#39;s
1634
+ * @param {String} edgeIds Comma separated list of Edge Id's
1635
1635
  */
1636
1636
  getTelephonyProvidersEdgesMetrics(edgeIds) {
1637
1637
  // verify the required parameter 'edgeIds' is set
@@ -1642,13 +1642,13 @@ class TelephonyProvidersEdgeApi {
1642
1642
  return this.apiClient.callApi(
1643
1643
  '/api/v2/telephony/providers/edges/metrics',
1644
1644
  'GET',
1645
- { },
1646
- { 'edgeIds': edgeIds },
1647
- { },
1648
- { },
1645
+ { },
1646
+ { 'edgeIds': edgeIds },
1647
+ { },
1648
+ { },
1649
1649
  null,
1650
1650
  ['PureCloud OAuth'],
1651
- ['application/json'],
1651
+ ['application/json'],
1652
1652
  ['application/json']
1653
1653
  );
1654
1654
  }
@@ -1667,13 +1667,13 @@ class TelephonyProvidersEdgeApi {
1667
1667
  return this.apiClient.callApi(
1668
1668
  '/api/v2/telephony/providers/edges/outboundroutes/{outboundRouteId}',
1669
1669
  'GET',
1670
- { 'outboundRouteId': outboundRouteId },
1671
- { },
1672
- { },
1673
- { },
1670
+ { 'outboundRouteId': outboundRouteId },
1671
+ { },
1672
+ { },
1673
+ { },
1674
1674
  null,
1675
1675
  ['PureCloud OAuth'],
1676
- ['application/json'],
1676
+ ['application/json'],
1677
1677
  ['application/json']
1678
1678
  );
1679
1679
  }
@@ -1696,13 +1696,13 @@ class TelephonyProvidersEdgeApi {
1696
1696
  return this.apiClient.callApi(
1697
1697
  '/api/v2/telephony/providers/edges/outboundroutes',
1698
1698
  'GET',
1699
- { },
1700
- { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'name': opts['name'],'site.id': opts['siteId'],'externalTrunkBases.ids': opts['externalTrunkBasesIds'],'sortBy': opts['sortBy'] },
1701
- { },
1702
- { },
1699
+ { },
1700
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'name': opts['name'],'site.id': opts['siteId'],'externalTrunkBases.ids': opts['externalTrunkBasesIds'],'sortBy': opts['sortBy'] },
1701
+ { },
1702
+ { },
1703
1703
  null,
1704
1704
  ['PureCloud OAuth'],
1705
- ['application/json'],
1705
+ ['application/json'],
1706
1706
  ['application/json']
1707
1707
  );
1708
1708
  }
@@ -1721,13 +1721,13 @@ class TelephonyProvidersEdgeApi {
1721
1721
  return this.apiClient.callApi(
1722
1722
  '/api/v2/telephony/providers/edges/phones/{phoneId}',
1723
1723
  'GET',
1724
- { 'phoneId': phoneId },
1725
- { },
1726
- { },
1727
- { },
1724
+ { 'phoneId': phoneId },
1725
+ { },
1726
+ { },
1727
+ { },
1728
1728
  null,
1729
1729
  ['PureCloud OAuth'],
1730
- ['application/json'],
1730
+ ['application/json'],
1731
1731
  ['application/json']
1732
1732
  );
1733
1733
  }
@@ -1746,13 +1746,13 @@ class TelephonyProvidersEdgeApi {
1746
1746
  return this.apiClient.callApi(
1747
1747
  '/api/v2/telephony/providers/edges/phonebasesettings/{phoneBaseId}',
1748
1748
  'GET',
1749
- { 'phoneBaseId': phoneBaseId },
1750
- { },
1751
- { },
1752
- { },
1749
+ { 'phoneBaseId': phoneBaseId },
1750
+ { },
1751
+ { },
1752
+ { },
1753
1753
  null,
1754
1754
  ['PureCloud OAuth'],
1755
- ['application/json'],
1755
+ ['application/json'],
1756
1756
  ['application/json']
1757
1757
  );
1758
1758
  }
@@ -1775,13 +1775,13 @@ class TelephonyProvidersEdgeApi {
1775
1775
  return this.apiClient.callApi(
1776
1776
  '/api/v2/telephony/providers/edges/phonebasesettings',
1777
1777
  'GET',
1778
- { },
1779
- { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'],'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi'),'name': opts['name'] },
1780
- { },
1781
- { },
1778
+ { },
1779
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'],'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi'),'name': opts['name'] },
1780
+ { },
1781
+ { },
1782
1782
  null,
1783
1783
  ['PureCloud OAuth'],
1784
- ['application/json'],
1784
+ ['application/json'],
1785
1785
  ['application/json']
1786
1786
  );
1787
1787
  }
@@ -1800,13 +1800,13 @@ class TelephonyProvidersEdgeApi {
1800
1800
  return this.apiClient.callApi(
1801
1801
  '/api/v2/telephony/providers/edges/phonebasesettings/availablemetabases',
1802
1802
  'GET',
1803
- { },
1804
- { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'] },
1805
- { },
1806
- { },
1803
+ { },
1804
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'] },
1805
+ { },
1806
+ { },
1807
1807
  null,
1808
1808
  ['PureCloud OAuth'],
1809
- ['application/json'],
1809
+ ['application/json'],
1810
1810
  ['application/json']
1811
1811
  );
1812
1812
  }
@@ -1825,13 +1825,13 @@ class TelephonyProvidersEdgeApi {
1825
1825
  return this.apiClient.callApi(
1826
1826
  '/api/v2/telephony/providers/edges/phonebasesettings/template',
1827
1827
  'GET',
1828
- { },
1829
- { 'phoneMetabaseId': phoneMetabaseId },
1830
- { },
1831
- { },
1828
+ { },
1829
+ { 'phoneMetabaseId': phoneMetabaseId },
1830
+ { },
1831
+ { },
1832
1832
  null,
1833
1833
  ['PureCloud OAuth'],
1834
- ['application/json'],
1834
+ ['application/json'],
1835
1835
  ['application/json']
1836
1836
  );
1837
1837
  }
@@ -1865,13 +1865,13 @@ class TelephonyProvidersEdgeApi {
1865
1865
  return this.apiClient.callApi(
1866
1866
  '/api/v2/telephony/providers/edges/phones',
1867
1867
  'GET',
1868
- { },
1869
- { 'pageNumber': opts['pageNumber'],'pageSize': opts['pageSize'],'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'],'site.id': opts['siteId'],'webRtcUser.id': opts['webRtcUserId'],'phoneBaseSettings.id': opts['phoneBaseSettingsId'],'lines.loggedInUser.id': opts['linesLoggedInUserId'],'lines.defaultForUser.id': opts['linesDefaultForUserId'],'phone_hardwareId': opts['phoneHardwareId'],'lines.id': opts['linesId'],'lines.name': opts['linesName'],'name': opts['name'],'status.operationalStatus': opts['statusOperationalStatus'],'secondaryStatus.operationalStatus': opts['secondaryStatusOperationalStatus'],'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi'),'fields': this.apiClient.buildCollectionParam(opts['fields'], 'multi') },
1870
- { },
1871
- { },
1868
+ { },
1869
+ { 'pageNumber': opts['pageNumber'],'pageSize': opts['pageSize'],'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'],'site.id': opts['siteId'],'webRtcUser.id': opts['webRtcUserId'],'phoneBaseSettings.id': opts['phoneBaseSettingsId'],'lines.loggedInUser.id': opts['linesLoggedInUserId'],'lines.defaultForUser.id': opts['linesDefaultForUserId'],'phone_hardwareId': opts['phoneHardwareId'],'lines.id': opts['linesId'],'lines.name': opts['linesName'],'name': opts['name'],'status.operationalStatus': opts['statusOperationalStatus'],'secondaryStatus.operationalStatus': opts['secondaryStatusOperationalStatus'],'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi'),'fields': this.apiClient.buildCollectionParam(opts['fields'], 'multi') },
1870
+ { },
1871
+ { },
1872
1872
  null,
1873
1873
  ['PureCloud OAuth'],
1874
- ['application/json'],
1874
+ ['application/json'],
1875
1875
  ['application/json']
1876
1876
  );
1877
1877
  }
@@ -1890,13 +1890,13 @@ class TelephonyProvidersEdgeApi {
1890
1890
  return this.apiClient.callApi(
1891
1891
  '/api/v2/telephony/providers/edges/phones/template',
1892
1892
  'GET',
1893
- { },
1894
- { 'phoneBaseSettingsId': phoneBaseSettingsId },
1895
- { },
1896
- { },
1893
+ { },
1894
+ { 'phoneBaseSettingsId': phoneBaseSettingsId },
1895
+ { },
1896
+ { },
1897
1897
  null,
1898
1898
  ['PureCloud OAuth'],
1899
- ['application/json'],
1899
+ ['application/json'],
1900
1900
  ['application/json']
1901
1901
  );
1902
1902
  }
@@ -1904,7 +1904,7 @@ class TelephonyProvidersEdgeApi {
1904
1904
  /**
1905
1905
  * Get physical interfaces for edges.
1906
1906
  * Retrieves a list of all configured physical interfaces for a list of edges. Only 100 edges can be requested at a time.
1907
- * @param {String} edgeIds Comma separated list of Edge Id&#39;s
1907
+ * @param {String} edgeIds Comma separated list of Edge Id's
1908
1908
  */
1909
1909
  getTelephonyProvidersEdgesPhysicalinterfaces(edgeIds) {
1910
1910
  // verify the required parameter 'edgeIds' is set
@@ -1915,13 +1915,13 @@ class TelephonyProvidersEdgeApi {
1915
1915
  return this.apiClient.callApi(
1916
1916
  '/api/v2/telephony/providers/edges/physicalinterfaces',
1917
1917
  'GET',
1918
- { },
1919
- { 'edgeIds': edgeIds },
1920
- { },
1921
- { },
1918
+ { },
1919
+ { 'edgeIds': edgeIds },
1920
+ { },
1921
+ { },
1922
1922
  null,
1923
1923
  ['PureCloud OAuth'],
1924
- ['application/json'],
1924
+ ['application/json'],
1925
1925
  ['application/json']
1926
1926
  );
1927
1927
  }
@@ -1940,13 +1940,13 @@ class TelephonyProvidersEdgeApi {
1940
1940
  return this.apiClient.callApi(
1941
1941
  '/api/v2/telephony/providers/edges/sites/{siteId}',
1942
1942
  'GET',
1943
- { 'siteId': siteId },
1944
- { },
1945
- { },
1946
- { },
1943
+ { 'siteId': siteId },
1944
+ { },
1945
+ { },
1946
+ { },
1947
1947
  null,
1948
1948
  ['PureCloud OAuth'],
1949
- ['application/json'],
1949
+ ['application/json'],
1950
1950
  ['application/json']
1951
1951
  );
1952
1952
  }
@@ -1970,13 +1970,13 @@ class TelephonyProvidersEdgeApi {
1970
1970
  return this.apiClient.callApi(
1971
1971
  '/api/v2/telephony/providers/edges/sites/{siteId}/numberplans/{numberPlanId}',
1972
1972
  'GET',
1973
- { 'siteId': siteId,'numberPlanId': numberPlanId },
1974
- { },
1975
- { },
1976
- { },
1973
+ { 'siteId': siteId,'numberPlanId': numberPlanId },
1974
+ { },
1975
+ { },
1976
+ { },
1977
1977
  null,
1978
1978
  ['PureCloud OAuth'],
1979
- ['application/json'],
1979
+ ['application/json'],
1980
1980
  ['application/json']
1981
1981
  );
1982
1982
  }
@@ -1995,13 +1995,13 @@ class TelephonyProvidersEdgeApi {
1995
1995
  return this.apiClient.callApi(
1996
1996
  '/api/v2/telephony/providers/edges/sites/{siteId}/numberplans',
1997
1997
  'GET',
1998
- { 'siteId': siteId },
1999
- { },
2000
- { },
2001
- { },
1998
+ { 'siteId': siteId },
1999
+ { },
2000
+ { },
2001
+ { },
2002
2002
  null,
2003
2003
  ['PureCloud OAuth'],
2004
- ['application/json'],
2004
+ ['application/json'],
2005
2005
  ['application/json']
2006
2006
  );
2007
2007
  }
@@ -2024,13 +2024,13 @@ class TelephonyProvidersEdgeApi {
2024
2024
  return this.apiClient.callApi(
2025
2025
  '/api/v2/telephony/providers/edges/sites/{siteId}/numberplans/classifications',
2026
2026
  'GET',
2027
- { 'siteId': siteId },
2028
- { 'classification': opts['classification'] },
2029
- { },
2030
- { },
2027
+ { 'siteId': siteId },
2028
+ { 'classification': opts['classification'] },
2029
+ { },
2030
+ { },
2031
2031
  null,
2032
2032
  ['PureCloud OAuth'],
2033
- ['application/json'],
2033
+ ['application/json'],
2034
2034
  ['application/json']
2035
2035
  );
2036
2036
  }
@@ -2054,13 +2054,13 @@ class TelephonyProvidersEdgeApi {
2054
2054
  return this.apiClient.callApi(
2055
2055
  '/api/v2/telephony/providers/edges/sites/{siteId}/outboundroutes/{outboundRouteId}',
2056
2056
  'GET',
2057
- { 'siteId': siteId,'outboundRouteId': outboundRouteId },
2058
- { },
2059
- { },
2060
- { },
2057
+ { 'siteId': siteId,'outboundRouteId': outboundRouteId },
2058
+ { },
2059
+ { },
2060
+ { },
2061
2061
  null,
2062
2062
  ['PureCloud OAuth'],
2063
- ['application/json'],
2063
+ ['application/json'],
2064
2064
  ['application/json']
2065
2065
  );
2066
2066
  }
@@ -2087,13 +2087,13 @@ class TelephonyProvidersEdgeApi {
2087
2087
  return this.apiClient.callApi(
2088
2088
  '/api/v2/telephony/providers/edges/sites/{siteId}/outboundroutes',
2089
2089
  'GET',
2090
- { 'siteId': siteId },
2091
- { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'name': opts['name'],'externalTrunkBases.ids': opts['externalTrunkBasesIds'],'sortBy': opts['sortBy'] },
2092
- { },
2093
- { },
2090
+ { 'siteId': siteId },
2091
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'name': opts['name'],'externalTrunkBases.ids': opts['externalTrunkBasesIds'],'sortBy': opts['sortBy'] },
2092
+ { },
2093
+ { },
2094
2094
  null,
2095
2095
  ['PureCloud OAuth'],
2096
- ['application/json'],
2096
+ ['application/json'],
2097
2097
  ['application/json']
2098
2098
  );
2099
2099
  }
@@ -2117,13 +2117,13 @@ class TelephonyProvidersEdgeApi {
2117
2117
  return this.apiClient.callApi(
2118
2118
  '/api/v2/telephony/providers/edges/sites',
2119
2119
  'GET',
2120
- { },
2121
- { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'],'name': opts['name'],'location.id': opts['locationId'],'managed': opts['managed'] },
2122
- { },
2123
- { },
2120
+ { },
2121
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'],'name': opts['name'],'location.id': opts['locationId'],'managed': opts['managed'] },
2122
+ { },
2123
+ { },
2124
2124
  null,
2125
2125
  ['PureCloud OAuth'],
2126
- ['application/json'],
2126
+ ['application/json'],
2127
2127
  ['application/json']
2128
2128
  );
2129
2129
  }
@@ -2142,13 +2142,13 @@ class TelephonyProvidersEdgeApi {
2142
2142
  return this.apiClient.callApi(
2143
2143
  '/api/v2/telephony/providers/edges/timezones',
2144
2144
  'GET',
2145
- { },
2146
- { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'] },
2147
- { },
2148
- { },
2145
+ { },
2146
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'] },
2147
+ { },
2148
+ { },
2149
2149
  null,
2150
2150
  ['PureCloud OAuth'],
2151
- ['application/json'],
2151
+ ['application/json'],
2152
2152
  ['application/json']
2153
2153
  );
2154
2154
  }
@@ -2167,13 +2167,13 @@ class TelephonyProvidersEdgeApi {
2167
2167
  return this.apiClient.callApi(
2168
2168
  '/api/v2/telephony/providers/edges/trunks/{trunkId}',
2169
2169
  'GET',
2170
- { 'trunkId': trunkId },
2171
- { },
2172
- { },
2173
- { },
2170
+ { 'trunkId': trunkId },
2171
+ { },
2172
+ { },
2173
+ { },
2174
2174
  null,
2175
2175
  ['PureCloud OAuth'],
2176
- ['application/json'],
2176
+ ['application/json'],
2177
2177
  ['application/json']
2178
2178
  );
2179
2179
  }
@@ -2192,13 +2192,13 @@ class TelephonyProvidersEdgeApi {
2192
2192
  return this.apiClient.callApi(
2193
2193
  '/api/v2/telephony/providers/edges/trunks/{trunkId}/metrics',
2194
2194
  'GET',
2195
- { 'trunkId': trunkId },
2196
- { },
2197
- { },
2198
- { },
2195
+ { 'trunkId': trunkId },
2196
+ { },
2197
+ { },
2198
+ { },
2199
2199
  null,
2200
2200
  ['PureCloud OAuth'],
2201
- ['application/json'],
2201
+ ['application/json'],
2202
2202
  ['application/json']
2203
2203
  );
2204
2204
  }
@@ -2221,13 +2221,13 @@ class TelephonyProvidersEdgeApi {
2221
2221
  return this.apiClient.callApi(
2222
2222
  '/api/v2/telephony/providers/edges/trunkbasesettings/{trunkBaseSettingsId}',
2223
2223
  'GET',
2224
- { 'trunkBaseSettingsId': trunkBaseSettingsId },
2225
- { 'ignoreHidden': opts['ignoreHidden'] },
2226
- { },
2227
- { },
2224
+ { 'trunkBaseSettingsId': trunkBaseSettingsId },
2225
+ { 'ignoreHidden': opts['ignoreHidden'] },
2226
+ { },
2227
+ { },
2228
2228
  null,
2229
2229
  ['PureCloud OAuth'],
2230
- ['application/json'],
2230
+ ['application/json'],
2231
2231
  ['application/json']
2232
2232
  );
2233
2233
  }
@@ -2253,13 +2253,13 @@ class TelephonyProvidersEdgeApi {
2253
2253
  return this.apiClient.callApi(
2254
2254
  '/api/v2/telephony/providers/edges/trunkbasesettings',
2255
2255
  'GET',
2256
- { },
2257
- { 'pageNumber': opts['pageNumber'],'pageSize': opts['pageSize'],'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'],'recordingEnabled': opts['recordingEnabled'],'ignoreHidden': opts['ignoreHidden'],'managed': opts['managed'],'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi'),'name': opts['name'] },
2258
- { },
2259
- { },
2256
+ { },
2257
+ { 'pageNumber': opts['pageNumber'],'pageSize': opts['pageSize'],'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'],'recordingEnabled': opts['recordingEnabled'],'ignoreHidden': opts['ignoreHidden'],'managed': opts['managed'],'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi'),'name': opts['name'] },
2258
+ { },
2259
+ { },
2260
2260
  null,
2261
2261
  ['PureCloud OAuth'],
2262
- ['application/json'],
2262
+ ['application/json'],
2263
2263
  ['application/json']
2264
2264
  );
2265
2265
  }
@@ -2279,13 +2279,13 @@ class TelephonyProvidersEdgeApi {
2279
2279
  return this.apiClient.callApi(
2280
2280
  '/api/v2/telephony/providers/edges/trunkbasesettings/availablemetabases',
2281
2281
  'GET',
2282
- { },
2283
- { 'type': opts['type'],'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'] },
2284
- { },
2285
- { },
2282
+ { },
2283
+ { 'type': opts['type'],'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'] },
2284
+ { },
2285
+ { },
2286
2286
  null,
2287
2287
  ['PureCloud OAuth'],
2288
- ['application/json'],
2288
+ ['application/json'],
2289
2289
  ['application/json']
2290
2290
  );
2291
2291
  }
@@ -2304,13 +2304,13 @@ class TelephonyProvidersEdgeApi {
2304
2304
  return this.apiClient.callApi(
2305
2305
  '/api/v2/telephony/providers/edges/trunkbasesettings/template',
2306
2306
  'GET',
2307
- { },
2308
- { 'trunkMetabaseId': trunkMetabaseId },
2309
- { },
2310
- { },
2307
+ { },
2308
+ { 'trunkMetabaseId': trunkMetabaseId },
2309
+ { },
2310
+ { },
2311
2311
  null,
2312
2312
  ['PureCloud OAuth'],
2313
- ['application/json'],
2313
+ ['application/json'],
2314
2314
  ['application/json']
2315
2315
  );
2316
2316
  }
@@ -2334,13 +2334,13 @@ class TelephonyProvidersEdgeApi {
2334
2334
  return this.apiClient.callApi(
2335
2335
  '/api/v2/telephony/providers/edges/trunks',
2336
2336
  'GET',
2337
- { },
2338
- { 'pageNumber': opts['pageNumber'],'pageSize': opts['pageSize'],'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'],'edge.id': opts['edgeId'],'trunkBase.id': opts['trunkBaseId'],'trunkType': opts['trunkType'] },
2339
- { },
2340
- { },
2337
+ { },
2338
+ { 'pageNumber': opts['pageNumber'],'pageSize': opts['pageSize'],'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'],'edge.id': opts['edgeId'],'trunkBase.id': opts['trunkBaseId'],'trunkType': opts['trunkType'] },
2339
+ { },
2340
+ { },
2341
2341
  null,
2342
2342
  ['PureCloud OAuth'],
2343
- ['application/json'],
2343
+ ['application/json'],
2344
2344
  ['application/json']
2345
2345
  );
2346
2346
  }
@@ -2348,7 +2348,7 @@ class TelephonyProvidersEdgeApi {
2348
2348
  /**
2349
2349
  * Get the metrics for a list of trunks.
2350
2350
  *
2351
- * @param {String} trunkIds Comma separated list of Trunk Id&#39;s
2351
+ * @param {String} trunkIds Comma separated list of Trunk Id's
2352
2352
  */
2353
2353
  getTelephonyProvidersEdgesTrunksMetrics(trunkIds) {
2354
2354
  // verify the required parameter 'trunkIds' is set
@@ -2359,13 +2359,13 @@ class TelephonyProvidersEdgeApi {
2359
2359
  return this.apiClient.callApi(
2360
2360
  '/api/v2/telephony/providers/edges/trunks/metrics',
2361
2361
  'GET',
2362
- { },
2363
- { 'trunkIds': trunkIds },
2364
- { },
2365
- { },
2362
+ { },
2363
+ { 'trunkIds': trunkIds },
2364
+ { },
2365
+ { },
2366
2366
  null,
2367
2367
  ['PureCloud OAuth'],
2368
- ['application/json'],
2368
+ ['application/json'],
2369
2369
  ['application/json']
2370
2370
  );
2371
2371
  }
@@ -2383,13 +2383,13 @@ class TelephonyProvidersEdgeApi {
2383
2383
  return this.apiClient.callApi(
2384
2384
  '/api/v2/telephony/providers/edges/trunkswithrecording',
2385
2385
  'GET',
2386
- { },
2387
- { 'trunkType': opts['trunkType'] },
2388
- { },
2389
- { },
2386
+ { },
2387
+ { 'trunkType': opts['trunkType'] },
2388
+ { },
2389
+ { },
2390
2390
  null,
2391
2391
  ['PureCloud OAuth'],
2392
- ['application/json'],
2392
+ ['application/json'],
2393
2393
  ['application/json']
2394
2394
  );
2395
2395
  }
@@ -2413,13 +2413,13 @@ class TelephonyProvidersEdgeApi {
2413
2413
  return this.apiClient.callApi(
2414
2414
  '/api/v2/telephony/providers/edges/{edgeId}/diagnostic/nslookup',
2415
2415
  'POST',
2416
- { 'edgeId': edgeId },
2417
- { },
2418
- { },
2419
- { },
2416
+ { 'edgeId': edgeId },
2417
+ { },
2418
+ { },
2419
+ { },
2420
2420
  body,
2421
2421
  ['PureCloud OAuth'],
2422
- ['application/json'],
2422
+ ['application/json'],
2423
2423
  ['application/json']
2424
2424
  );
2425
2425
  }
@@ -2443,13 +2443,13 @@ class TelephonyProvidersEdgeApi {
2443
2443
  return this.apiClient.callApi(
2444
2444
  '/api/v2/telephony/providers/edges/{edgeId}/diagnostic/ping',
2445
2445
  'POST',
2446
- { 'edgeId': edgeId },
2447
- { },
2448
- { },
2449
- { },
2446
+ { 'edgeId': edgeId },
2447
+ { },
2448
+ { },
2449
+ { },
2450
2450
  body,
2451
2451
  ['PureCloud OAuth'],
2452
- ['application/json'],
2452
+ ['application/json'],
2453
2453
  ['application/json']
2454
2454
  );
2455
2455
  }
@@ -2473,13 +2473,13 @@ class TelephonyProvidersEdgeApi {
2473
2473
  return this.apiClient.callApi(
2474
2474
  '/api/v2/telephony/providers/edges/{edgeId}/diagnostic/route',
2475
2475
  'POST',
2476
- { 'edgeId': edgeId },
2477
- { },
2478
- { },
2479
- { },
2476
+ { 'edgeId': edgeId },
2477
+ { },
2478
+ { },
2479
+ { },
2480
2480
  body,
2481
2481
  ['PureCloud OAuth'],
2482
- ['application/json'],
2482
+ ['application/json'],
2483
2483
  ['application/json']
2484
2484
  );
2485
2485
  }
@@ -2503,13 +2503,13 @@ class TelephonyProvidersEdgeApi {
2503
2503
  return this.apiClient.callApi(
2504
2504
  '/api/v2/telephony/providers/edges/{edgeId}/diagnostic/tracepath',
2505
2505
  'POST',
2506
- { 'edgeId': edgeId },
2507
- { },
2508
- { },
2509
- { },
2506
+ { 'edgeId': edgeId },
2507
+ { },
2508
+ { },
2509
+ { },
2510
2510
  body,
2511
2511
  ['PureCloud OAuth'],
2512
- ['application/json'],
2512
+ ['application/json'],
2513
2513
  ['application/json']
2514
2514
  );
2515
2515
  }
@@ -2533,13 +2533,13 @@ class TelephonyProvidersEdgeApi {
2533
2533
  return this.apiClient.callApi(
2534
2534
  '/api/v2/telephony/providers/edges/{edgeId}/logicalinterfaces',
2535
2535
  'POST',
2536
- { 'edgeId': edgeId },
2537
- { },
2538
- { },
2539
- { },
2536
+ { 'edgeId': edgeId },
2537
+ { },
2538
+ { },
2539
+ { },
2540
2540
  body,
2541
2541
  ['PureCloud OAuth'],
2542
- ['application/json'],
2542
+ ['application/json'],
2543
2543
  ['application/json']
2544
2544
  );
2545
2545
  }
@@ -2568,13 +2568,13 @@ class TelephonyProvidersEdgeApi {
2568
2568
  return this.apiClient.callApi(
2569
2569
  '/api/v2/telephony/providers/edges/{edgeId}/logs/jobs/{jobId}/upload',
2570
2570
  'POST',
2571
- { 'edgeId': edgeId,'jobId': jobId },
2572
- { },
2573
- { },
2574
- { },
2571
+ { 'edgeId': edgeId,'jobId': jobId },
2572
+ { },
2573
+ { },
2574
+ { },
2575
2575
  body,
2576
2576
  ['PureCloud OAuth'],
2577
- ['application/json'],
2577
+ ['application/json'],
2578
2578
  ['application/json']
2579
2579
  );
2580
2580
  }
@@ -2598,13 +2598,13 @@ class TelephonyProvidersEdgeApi {
2598
2598
  return this.apiClient.callApi(
2599
2599
  '/api/v2/telephony/providers/edges/{edgeId}/logs/jobs',
2600
2600
  'POST',
2601
- { 'edgeId': edgeId },
2602
- { },
2603
- { },
2604
- { },
2601
+ { 'edgeId': edgeId },
2602
+ { },
2603
+ { },
2604
+ { },
2605
2605
  body,
2606
2606
  ['PureCloud OAuth'],
2607
- ['application/json'],
2607
+ ['application/json'],
2608
2608
  ['application/json']
2609
2609
  );
2610
2610
  }
@@ -2627,13 +2627,13 @@ class TelephonyProvidersEdgeApi {
2627
2627
  return this.apiClient.callApi(
2628
2628
  '/api/v2/telephony/providers/edges/{edgeId}/reboot',
2629
2629
  'POST',
2630
- { 'edgeId': edgeId },
2631
- { },
2632
- { },
2633
- { },
2630
+ { 'edgeId': edgeId },
2631
+ { },
2632
+ { },
2633
+ { },
2634
2634
  opts['body'],
2635
2635
  ['PureCloud OAuth'],
2636
- ['application/json'],
2636
+ ['application/json'],
2637
2637
  ['application/json']
2638
2638
  );
2639
2639
  }
@@ -2657,13 +2657,13 @@ class TelephonyProvidersEdgeApi {
2657
2657
  return this.apiClient.callApi(
2658
2658
  '/api/v2/telephony/providers/edges/{edgeId}/softwareupdate',
2659
2659
  'POST',
2660
- { 'edgeId': edgeId },
2661
- { },
2662
- { },
2663
- { },
2660
+ { 'edgeId': edgeId },
2661
+ { },
2662
+ { },
2663
+ { },
2664
2664
  body,
2665
2665
  ['PureCloud OAuth'],
2666
- ['application/json'],
2666
+ ['application/json'],
2667
2667
  ['application/json']
2668
2668
  );
2669
2669
  }
@@ -2686,13 +2686,13 @@ class TelephonyProvidersEdgeApi {
2686
2686
  return this.apiClient.callApi(
2687
2687
  '/api/v2/telephony/providers/edges/{edgeId}/statuscode',
2688
2688
  'POST',
2689
- { 'edgeId': edgeId },
2690
- { },
2691
- { },
2692
- { },
2689
+ { 'edgeId': edgeId },
2690
+ { },
2691
+ { },
2692
+ { },
2693
2693
  opts['body'],
2694
2694
  ['PureCloud OAuth'],
2695
- ['application/json'],
2695
+ ['application/json'],
2696
2696
  ['application/json']
2697
2697
  );
2698
2698
  }
@@ -2711,13 +2711,13 @@ class TelephonyProvidersEdgeApi {
2711
2711
  return this.apiClient.callApi(
2712
2712
  '/api/v2/telephony/providers/edges/{edgeId}/unpair',
2713
2713
  'POST',
2714
- { 'edgeId': edgeId },
2715
- { },
2716
- { },
2717
- { },
2714
+ { 'edgeId': edgeId },
2715
+ { },
2716
+ { },
2717
+ { },
2718
2718
  null,
2719
2719
  ['PureCloud OAuth'],
2720
- ['application/json'],
2720
+ ['application/json'],
2721
2721
  ['application/json']
2722
2722
  );
2723
2723
  }
@@ -2736,13 +2736,13 @@ class TelephonyProvidersEdgeApi {
2736
2736
  return this.apiClient.callApi(
2737
2737
  '/api/v2/telephony/providers/edges',
2738
2738
  'POST',
2739
- { },
2740
- { },
2741
- { },
2742
- { },
2739
+ { },
2740
+ { },
2741
+ { },
2742
+ { },
2743
2743
  body,
2744
2744
  ['PureCloud OAuth'],
2745
- ['application/json'],
2745
+ ['application/json'],
2746
2746
  ['application/json']
2747
2747
  );
2748
2748
  }
@@ -2761,13 +2761,13 @@ class TelephonyProvidersEdgeApi {
2761
2761
  return this.apiClient.callApi(
2762
2762
  '/api/v2/telephony/providers/edges/addressvalidation',
2763
2763
  'POST',
2764
- { },
2765
- { },
2766
- { },
2767
- { },
2764
+ { },
2765
+ { },
2766
+ { },
2767
+ { },
2768
2768
  body,
2769
2769
  ['PureCloud OAuth'],
2770
- ['application/json'],
2770
+ ['application/json'],
2771
2771
  ['application/json']
2772
2772
  );
2773
2773
  }
@@ -2786,13 +2786,13 @@ class TelephonyProvidersEdgeApi {
2786
2786
  return this.apiClient.callApi(
2787
2787
  '/api/v2/telephony/providers/edges/certificateauthorities',
2788
2788
  'POST',
2789
- { },
2790
- { },
2791
- { },
2792
- { },
2789
+ { },
2790
+ { },
2791
+ { },
2792
+ { },
2793
2793
  body,
2794
2794
  ['PureCloud OAuth'],
2795
- ['application/json'],
2795
+ ['application/json'],
2796
2796
  ['application/json']
2797
2797
  );
2798
2798
  }
@@ -2811,13 +2811,13 @@ class TelephonyProvidersEdgeApi {
2811
2811
  return this.apiClient.callApi(
2812
2812
  '/api/v2/telephony/providers/edges/didpools',
2813
2813
  'POST',
2814
- { },
2815
- { },
2816
- { },
2817
- { },
2814
+ { },
2815
+ { },
2816
+ { },
2817
+ { },
2818
2818
  body,
2819
2819
  ['PureCloud OAuth'],
2820
- ['application/json'],
2820
+ ['application/json'],
2821
2821
  ['application/json']
2822
2822
  );
2823
2823
  }
@@ -2836,13 +2836,13 @@ class TelephonyProvidersEdgeApi {
2836
2836
  return this.apiClient.callApi(
2837
2837
  '/api/v2/telephony/providers/edges/edgegroups',
2838
2838
  'POST',
2839
- { },
2840
- { },
2841
- { },
2842
- { },
2839
+ { },
2840
+ { },
2841
+ { },
2842
+ { },
2843
2843
  body,
2844
2844
  ['PureCloud OAuth'],
2845
- ['application/json'],
2845
+ ['application/json'],
2846
2846
  ['application/json']
2847
2847
  );
2848
2848
  }
@@ -2861,13 +2861,13 @@ class TelephonyProvidersEdgeApi {
2861
2861
  return this.apiClient.callApi(
2862
2862
  '/api/v2/telephony/providers/edges/extensionpools',
2863
2863
  'POST',
2864
- { },
2865
- { },
2866
- { },
2867
- { },
2864
+ { },
2865
+ { },
2866
+ { },
2867
+ { },
2868
2868
  body,
2869
2869
  ['PureCloud OAuth'],
2870
- ['application/json'],
2870
+ ['application/json'],
2871
2871
  ['application/json']
2872
2872
  );
2873
2873
  }
@@ -2886,13 +2886,13 @@ class TelephonyProvidersEdgeApi {
2886
2886
  return this.apiClient.callApi(
2887
2887
  '/api/v2/telephony/providers/edges/outboundroutes',
2888
2888
  'POST',
2889
- { },
2890
- { },
2891
- { },
2892
- { },
2889
+ { },
2890
+ { },
2891
+ { },
2892
+ { },
2893
2893
  body,
2894
2894
  ['PureCloud OAuth'],
2895
- ['application/json'],
2895
+ ['application/json'],
2896
2896
  ['application/json']
2897
2897
  );
2898
2898
  }
@@ -2911,13 +2911,13 @@ class TelephonyProvidersEdgeApi {
2911
2911
  return this.apiClient.callApi(
2912
2912
  '/api/v2/telephony/providers/edges/phones/{phoneId}/reboot',
2913
2913
  'POST',
2914
- { 'phoneId': phoneId },
2915
- { },
2916
- { },
2917
- { },
2914
+ { 'phoneId': phoneId },
2915
+ { },
2916
+ { },
2917
+ { },
2918
2918
  null,
2919
2919
  ['PureCloud OAuth'],
2920
- ['application/json'],
2920
+ ['application/json'],
2921
2921
  ['application/json']
2922
2922
  );
2923
2923
  }
@@ -2936,13 +2936,13 @@ class TelephonyProvidersEdgeApi {
2936
2936
  return this.apiClient.callApi(
2937
2937
  '/api/v2/telephony/providers/edges/phonebasesettings',
2938
2938
  'POST',
2939
- { },
2940
- { },
2941
- { },
2942
- { },
2939
+ { },
2940
+ { },
2941
+ { },
2942
+ { },
2943
2943
  body,
2944
2944
  ['PureCloud OAuth'],
2945
- ['application/json'],
2945
+ ['application/json'],
2946
2946
  ['application/json']
2947
2947
  );
2948
2948
  }
@@ -2961,13 +2961,13 @@ class TelephonyProvidersEdgeApi {
2961
2961
  return this.apiClient.callApi(
2962
2962
  '/api/v2/telephony/providers/edges/phones',
2963
2963
  'POST',
2964
- { },
2965
- { },
2966
- { },
2967
- { },
2964
+ { },
2965
+ { },
2966
+ { },
2967
+ { },
2968
2968
  body,
2969
2969
  ['PureCloud OAuth'],
2970
- ['application/json'],
2970
+ ['application/json'],
2971
2971
  ['application/json']
2972
2972
  );
2973
2973
  }
@@ -2986,13 +2986,13 @@ class TelephonyProvidersEdgeApi {
2986
2986
  return this.apiClient.callApi(
2987
2987
  '/api/v2/telephony/providers/edges/phones/reboot',
2988
2988
  'POST',
2989
- { },
2990
- { },
2991
- { },
2992
- { },
2989
+ { },
2990
+ { },
2991
+ { },
2992
+ { },
2993
2993
  body,
2994
2994
  ['PureCloud OAuth'],
2995
- ['application/json'],
2995
+ ['application/json'],
2996
2996
  ['application/json']
2997
2997
  );
2998
2998
  }
@@ -3016,13 +3016,13 @@ class TelephonyProvidersEdgeApi {
3016
3016
  return this.apiClient.callApi(
3017
3017
  '/api/v2/telephony/providers/edges/sites/{siteId}/outboundroutes',
3018
3018
  'POST',
3019
- { 'siteId': siteId },
3020
- { },
3021
- { },
3022
- { },
3019
+ { 'siteId': siteId },
3020
+ { },
3021
+ { },
3022
+ { },
3023
3023
  body,
3024
3024
  ['PureCloud OAuth'],
3025
- ['application/json'],
3025
+ ['application/json'],
3026
3026
  ['application/json']
3027
3027
  );
3028
3028
  }
@@ -3041,13 +3041,13 @@ class TelephonyProvidersEdgeApi {
3041
3041
  return this.apiClient.callApi(
3042
3042
  '/api/v2/telephony/providers/edges/sites/{siteId}/rebalance',
3043
3043
  'POST',
3044
- { 'siteId': siteId },
3045
- { },
3046
- { },
3047
- { },
3044
+ { 'siteId': siteId },
3045
+ { },
3046
+ { },
3047
+ { },
3048
3048
  null,
3049
3049
  ['PureCloud OAuth'],
3050
- ['application/json'],
3050
+ ['application/json'],
3051
3051
  ['application/json']
3052
3052
  );
3053
3053
  }
@@ -3066,13 +3066,13 @@ class TelephonyProvidersEdgeApi {
3066
3066
  return this.apiClient.callApi(
3067
3067
  '/api/v2/telephony/providers/edges/sites',
3068
3068
  'POST',
3069
- { },
3070
- { },
3071
- { },
3072
- { },
3069
+ { },
3070
+ { },
3071
+ { },
3072
+ { },
3073
3073
  body,
3074
3074
  ['PureCloud OAuth'],
3075
- ['application/json'],
3075
+ ['application/json'],
3076
3076
  ['application/json']
3077
3077
  );
3078
3078
  }
@@ -3091,13 +3091,13 @@ class TelephonyProvidersEdgeApi {
3091
3091
  return this.apiClient.callApi(
3092
3092
  '/api/v2/telephony/providers/edges/trunkbasesettings',
3093
3093
  'POST',
3094
- { },
3095
- { },
3096
- { },
3097
- { },
3094
+ { },
3095
+ { },
3096
+ { },
3097
+ { },
3098
3098
  body,
3099
3099
  ['PureCloud OAuth'],
3100
- ['application/json'],
3100
+ ['application/json'],
3101
3101
  ['application/json']
3102
3102
  );
3103
3103
  }
@@ -3121,13 +3121,13 @@ class TelephonyProvidersEdgeApi {
3121
3121
  return this.apiClient.callApi(
3122
3122
  '/api/v2/telephony/providers/edges/{edgeId}',
3123
3123
  'PUT',
3124
- { 'edgeId': edgeId },
3125
- { },
3126
- { },
3127
- { },
3124
+ { 'edgeId': edgeId },
3125
+ { },
3126
+ { },
3127
+ { },
3128
3128
  body,
3129
3129
  ['PureCloud OAuth'],
3130
- ['application/json'],
3130
+ ['application/json'],
3131
3131
  ['application/json']
3132
3132
  );
3133
3133
  }
@@ -3156,13 +3156,13 @@ class TelephonyProvidersEdgeApi {
3156
3156
  return this.apiClient.callApi(
3157
3157
  '/api/v2/telephony/providers/edges/{edgeId}/lines/{lineId}',
3158
3158
  'PUT',
3159
- { 'edgeId': edgeId,'lineId': lineId },
3160
- { },
3161
- { },
3162
- { },
3159
+ { 'edgeId': edgeId,'lineId': lineId },
3160
+ { },
3161
+ { },
3162
+ { },
3163
3163
  body,
3164
3164
  ['PureCloud OAuth'],
3165
- ['application/json'],
3165
+ ['application/json'],
3166
3166
  ['application/json']
3167
3167
  );
3168
3168
  }
@@ -3191,13 +3191,13 @@ class TelephonyProvidersEdgeApi {
3191
3191
  return this.apiClient.callApi(
3192
3192
  '/api/v2/telephony/providers/edges/{edgeId}/logicalinterfaces/{interfaceId}',
3193
3193
  'PUT',
3194
- { 'edgeId': edgeId,'interfaceId': interfaceId },
3195
- { },
3196
- { },
3197
- { },
3194
+ { 'edgeId': edgeId,'interfaceId': interfaceId },
3195
+ { },
3196
+ { },
3197
+ { },
3198
3198
  body,
3199
3199
  ['PureCloud OAuth'],
3200
- ['application/json'],
3200
+ ['application/json'],
3201
3201
  ['application/json']
3202
3202
  );
3203
3203
  }
@@ -3221,13 +3221,13 @@ class TelephonyProvidersEdgeApi {
3221
3221
  return this.apiClient.callApi(
3222
3222
  '/api/v2/telephony/providers/edges/certificateauthorities/{certificateId}',
3223
3223
  'PUT',
3224
- { 'certificateId': certificateId },
3225
- { },
3226
- { },
3227
- { },
3224
+ { 'certificateId': certificateId },
3225
+ { },
3226
+ { },
3227
+ { },
3228
3228
  body,
3229
3229
  ['PureCloud OAuth'],
3230
- ['application/json'],
3230
+ ['application/json'],
3231
3231
  ['application/json']
3232
3232
  );
3233
3233
  }
@@ -3251,13 +3251,13 @@ class TelephonyProvidersEdgeApi {
3251
3251
  return this.apiClient.callApi(
3252
3252
  '/api/v2/telephony/providers/edges/dids/{didId}',
3253
3253
  'PUT',
3254
- { 'didId': didId },
3255
- { },
3256
- { },
3257
- { },
3254
+ { 'didId': didId },
3255
+ { },
3256
+ { },
3257
+ { },
3258
3258
  body,
3259
3259
  ['PureCloud OAuth'],
3260
- ['application/json'],
3260
+ ['application/json'],
3261
3261
  ['application/json']
3262
3262
  );
3263
3263
  }
@@ -3281,13 +3281,13 @@ class TelephonyProvidersEdgeApi {
3281
3281
  return this.apiClient.callApi(
3282
3282
  '/api/v2/telephony/providers/edges/didpools/{didPoolId}',
3283
3283
  'PUT',
3284
- { 'didPoolId': didPoolId },
3285
- { },
3286
- { },
3287
- { },
3284
+ { 'didPoolId': didPoolId },
3285
+ { },
3286
+ { },
3287
+ { },
3288
3288
  body,
3289
3289
  ['PureCloud OAuth'],
3290
- ['application/json'],
3290
+ ['application/json'],
3291
3291
  ['application/json']
3292
3292
  );
3293
3293
  }
@@ -3311,13 +3311,13 @@ class TelephonyProvidersEdgeApi {
3311
3311
  return this.apiClient.callApi(
3312
3312
  '/api/v2/telephony/providers/edges/edgegroups/{edgeGroupId}',
3313
3313
  'PUT',
3314
- { 'edgeGroupId': edgeGroupId },
3315
- { },
3316
- { },
3317
- { },
3314
+ { 'edgeGroupId': edgeGroupId },
3315
+ { },
3316
+ { },
3317
+ { },
3318
3318
  body,
3319
3319
  ['PureCloud OAuth'],
3320
- ['application/json'],
3320
+ ['application/json'],
3321
3321
  ['application/json']
3322
3322
  );
3323
3323
  }
@@ -3346,13 +3346,13 @@ class TelephonyProvidersEdgeApi {
3346
3346
  return this.apiClient.callApi(
3347
3347
  '/api/v2/telephony/providers/edges/edgegroups/{edgegroupId}/edgetrunkbases/{edgetrunkbaseId}',
3348
3348
  'PUT',
3349
- { 'edgegroupId': edgegroupId,'edgetrunkbaseId': edgetrunkbaseId },
3350
- { },
3351
- { },
3352
- { },
3349
+ { 'edgegroupId': edgegroupId,'edgetrunkbaseId': edgetrunkbaseId },
3350
+ { },
3351
+ { },
3352
+ { },
3353
3353
  body,
3354
3354
  ['PureCloud OAuth'],
3355
- ['application/json'],
3355
+ ['application/json'],
3356
3356
  ['application/json']
3357
3357
  );
3358
3358
  }
@@ -3376,13 +3376,13 @@ class TelephonyProvidersEdgeApi {
3376
3376
  return this.apiClient.callApi(
3377
3377
  '/api/v2/telephony/providers/edges/extensions/{extensionId}',
3378
3378
  'PUT',
3379
- { 'extensionId': extensionId },
3380
- { },
3381
- { },
3382
- { },
3379
+ { 'extensionId': extensionId },
3380
+ { },
3381
+ { },
3382
+ { },
3383
3383
  body,
3384
3384
  ['PureCloud OAuth'],
3385
- ['application/json'],
3385
+ ['application/json'],
3386
3386
  ['application/json']
3387
3387
  );
3388
3388
  }
@@ -3406,13 +3406,13 @@ class TelephonyProvidersEdgeApi {
3406
3406
  return this.apiClient.callApi(
3407
3407
  '/api/v2/telephony/providers/edges/extensionpools/{extensionPoolId}',
3408
3408
  'PUT',
3409
- { 'extensionPoolId': extensionPoolId },
3410
- { },
3411
- { },
3412
- { },
3409
+ { 'extensionPoolId': extensionPoolId },
3410
+ { },
3411
+ { },
3412
+ { },
3413
3413
  body,
3414
3414
  ['PureCloud OAuth'],
3415
- ['application/json'],
3415
+ ['application/json'],
3416
3416
  ['application/json']
3417
3417
  );
3418
3418
  }
@@ -3436,13 +3436,13 @@ class TelephonyProvidersEdgeApi {
3436
3436
  return this.apiClient.callApi(
3437
3437
  '/api/v2/telephony/providers/edges/outboundroutes/{outboundRouteId}',
3438
3438
  'PUT',
3439
- { 'outboundRouteId': outboundRouteId },
3440
- { },
3441
- { },
3442
- { },
3439
+ { 'outboundRouteId': outboundRouteId },
3440
+ { },
3441
+ { },
3442
+ { },
3443
3443
  body,
3444
3444
  ['PureCloud OAuth'],
3445
- ['application/json'],
3445
+ ['application/json'],
3446
3446
  ['application/json']
3447
3447
  );
3448
3448
  }
@@ -3466,13 +3466,13 @@ class TelephonyProvidersEdgeApi {
3466
3466
  return this.apiClient.callApi(
3467
3467
  '/api/v2/telephony/providers/edges/phones/{phoneId}',
3468
3468
  'PUT',
3469
- { 'phoneId': phoneId },
3470
- { },
3471
- { },
3472
- { },
3469
+ { 'phoneId': phoneId },
3470
+ { },
3471
+ { },
3472
+ { },
3473
3473
  body,
3474
3474
  ['PureCloud OAuth'],
3475
- ['application/json'],
3475
+ ['application/json'],
3476
3476
  ['application/json']
3477
3477
  );
3478
3478
  }
@@ -3496,13 +3496,13 @@ class TelephonyProvidersEdgeApi {
3496
3496
  return this.apiClient.callApi(
3497
3497
  '/api/v2/telephony/providers/edges/phonebasesettings/{phoneBaseId}',
3498
3498
  'PUT',
3499
- { 'phoneBaseId': phoneBaseId },
3500
- { },
3501
- { },
3502
- { },
3499
+ { 'phoneBaseId': phoneBaseId },
3500
+ { },
3501
+ { },
3502
+ { },
3503
3503
  body,
3504
3504
  ['PureCloud OAuth'],
3505
- ['application/json'],
3505
+ ['application/json'],
3506
3506
  ['application/json']
3507
3507
  );
3508
3508
  }
@@ -3526,13 +3526,13 @@ class TelephonyProvidersEdgeApi {
3526
3526
  return this.apiClient.callApi(
3527
3527
  '/api/v2/telephony/providers/edges/sites/{siteId}',
3528
3528
  'PUT',
3529
- { 'siteId': siteId },
3530
- { },
3531
- { },
3532
- { },
3529
+ { 'siteId': siteId },
3530
+ { },
3531
+ { },
3532
+ { },
3533
3533
  body,
3534
3534
  ['PureCloud OAuth'],
3535
- ['application/json'],
3535
+ ['application/json'],
3536
3536
  ['application/json']
3537
3537
  );
3538
3538
  }
@@ -3556,13 +3556,13 @@ class TelephonyProvidersEdgeApi {
3556
3556
  return this.apiClient.callApi(
3557
3557
  '/api/v2/telephony/providers/edges/sites/{siteId}/numberplans',
3558
3558
  'PUT',
3559
- { 'siteId': siteId },
3560
- { },
3561
- { },
3562
- { },
3559
+ { 'siteId': siteId },
3560
+ { },
3561
+ { },
3562
+ { },
3563
3563
  body,
3564
3564
  ['PureCloud OAuth'],
3565
- ['application/json'],
3565
+ ['application/json'],
3566
3566
  ['application/json']
3567
3567
  );
3568
3568
  }
@@ -3591,13 +3591,13 @@ class TelephonyProvidersEdgeApi {
3591
3591
  return this.apiClient.callApi(
3592
3592
  '/api/v2/telephony/providers/edges/sites/{siteId}/outboundroutes/{outboundRouteId}',
3593
3593
  'PUT',
3594
- { 'siteId': siteId,'outboundRouteId': outboundRouteId },
3595
- { },
3596
- { },
3597
- { },
3594
+ { 'siteId': siteId,'outboundRouteId': outboundRouteId },
3595
+ { },
3596
+ { },
3597
+ { },
3598
3598
  body,
3599
3599
  ['PureCloud OAuth'],
3600
- ['application/json'],
3600
+ ['application/json'],
3601
3601
  ['application/json']
3602
3602
  );
3603
3603
  }
@@ -3621,13 +3621,13 @@ class TelephonyProvidersEdgeApi {
3621
3621
  return this.apiClient.callApi(
3622
3622
  '/api/v2/telephony/providers/edges/trunkbasesettings/{trunkBaseSettingsId}',
3623
3623
  'PUT',
3624
- { 'trunkBaseSettingsId': trunkBaseSettingsId },
3625
- { },
3626
- { },
3627
- { },
3624
+ { 'trunkBaseSettingsId': trunkBaseSettingsId },
3625
+ { },
3626
+ { },
3627
+ { },
3628
3628
  body,
3629
3629
  ['PureCloud OAuth'],
3630
- ['application/json'],
3630
+ ['application/json'],
3631
3631
  ['application/json']
3632
3632
  );
3633
3633
  }