purecloud-platform-client-v2 176.0.0 → 177.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (82) hide show
  1. package/README.md +2 -2
  2. package/dist/node/purecloud-platform-client-v2.js +108 -73
  3. package/dist/web-amd/purecloud-platform-client-v2.js +108 -73
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +108 -73
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +108 -73
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +233 -210
  9. package/package.json +1 -1
  10. package/src/purecloud-platform-client-v2/ApiClient.js +1 -1
  11. package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
  12. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +1 -1
  13. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +36 -1
  14. package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
  15. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
  16. package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
  17. package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +1 -1
  18. package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
  19. package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
  20. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
  21. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +1 -1
  22. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
  23. package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
  24. package/src/purecloud-platform-client-v2/api/EmailsApi.js +1 -1
  25. package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
  26. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
  27. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  28. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
  29. package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
  30. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
  31. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
  32. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
  33. package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
  34. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  35. package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -1
  37. package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
  38. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -1
  39. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
  40. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  41. package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
  42. package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  44. package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  49. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  50. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/OutboundApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
  54. package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  57. package/src/purecloud-platform-client-v2/api/RoutingApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  59. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  60. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/SettingsApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  70. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  73. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  74. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  75. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  76. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  77. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  78. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  79. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  80. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  81. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
  82. package/src/purecloud-platform-client-v2/index.js +1 -1
@@ -399,7 +399,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
399
399
 
400
400
  /**
401
401
  * @module purecloud-platform-client-v2/ApiClient
402
- * @version 176.0.0
402
+ * @version 177.0.0
403
403
  */
404
404
  class ApiClient {
405
405
  /**
@@ -1485,7 +1485,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
1485
1485
  /**
1486
1486
  * Alerting service.
1487
1487
  * @module purecloud-platform-client-v2/api/AlertingApi
1488
- * @version 176.0.0
1488
+ * @version 177.0.0
1489
1489
  */
1490
1490
 
1491
1491
  /**
@@ -2135,7 +2135,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
2135
2135
  /**
2136
2136
  * Analytics service.
2137
2137
  * @module purecloud-platform-client-v2/api/AnalyticsApi
2138
- * @version 176.0.0
2138
+ * @version 177.0.0
2139
2139
  */
2140
2140
 
2141
2141
  /**
@@ -4581,7 +4581,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
4581
4581
  /**
4582
4582
  * Architect service.
4583
4583
  * @module purecloud-platform-client-v2/api/ArchitectApi
4584
- * @version 176.0.0
4584
+ * @version 177.0.0
4585
4585
  */
4586
4586
 
4587
4587
  /**
@@ -7114,6 +7114,41 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
7114
7114
  );
7115
7115
  }
7116
7116
 
7117
+ /**
7118
+ * Updates a grammar language
7119
+ *
7120
+ * @param {String} grammarId Grammar ID
7121
+ * @param {String} languageCode Language
7122
+ * @param {Object} opts Optional parameters
7123
+ * @param {Object} opts.body
7124
+ * patchArchitectGrammarLanguage is a preview method and is subject to both breaking and non-breaking changes at any time without notice
7125
+ */
7126
+ patchArchitectGrammarLanguage(grammarId, languageCode, opts) {
7127
+ opts = opts || {};
7128
+
7129
+ // verify the required parameter 'grammarId' is set
7130
+ if (grammarId === undefined || grammarId === null) {
7131
+ throw 'Missing the required parameter "grammarId" when calling patchArchitectGrammarLanguage';
7132
+ }
7133
+ // verify the required parameter 'languageCode' is set
7134
+ if (languageCode === undefined || languageCode === null) {
7135
+ throw 'Missing the required parameter "languageCode" when calling patchArchitectGrammarLanguage';
7136
+ }
7137
+
7138
+ return this.apiClient.callApi(
7139
+ '/api/v2/architect/grammars/{grammarId}/languages/{languageCode}',
7140
+ 'PATCH',
7141
+ { 'grammarId': grammarId,'languageCode': languageCode },
7142
+ { },
7143
+ { },
7144
+ { },
7145
+ opts['body'],
7146
+ ['PureCloud OAuth'],
7147
+ ['application/json'],
7148
+ ['application/json']
7149
+ );
7150
+ }
7151
+
7117
7152
  /**
7118
7153
  * Rebuild Dependency Tracking data for an organization
7119
7154
  * Asynchronous. Notification topic: v2.architect.dependencytracking.build
@@ -8381,7 +8416,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
8381
8416
  /**
8382
8417
  * Audit service.
8383
8418
  * @module purecloud-platform-client-v2/api/AuditApi
8384
- * @version 176.0.0
8419
+ * @version 177.0.0
8385
8420
  */
8386
8421
 
8387
8422
  /**
@@ -8552,7 +8587,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
8552
8587
  /**
8553
8588
  * Authorization service.
8554
8589
  * @module purecloud-platform-client-v2/api/AuthorizationApi
8555
- * @version 176.0.0
8590
+ * @version 177.0.0
8556
8591
  */
8557
8592
 
8558
8593
  /**
@@ -9783,7 +9818,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
9783
9818
  /**
9784
9819
  * Billing service.
9785
9820
  * @module purecloud-platform-client-v2/api/BillingApi
9786
- * @version 176.0.0
9821
+ * @version 177.0.0
9787
9822
  */
9788
9823
 
9789
9824
  /**
@@ -9863,7 +9898,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
9863
9898
  /**
9864
9899
  * CarrierServices service.
9865
9900
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
9866
- * @version 176.0.0
9901
+ * @version 177.0.0
9867
9902
  */
9868
9903
 
9869
9904
  /**
@@ -9933,7 +9968,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
9933
9968
  /**
9934
9969
  * Chat service.
9935
9970
  * @module purecloud-platform-client-v2/api/ChatApi
9936
- * @version 176.0.0
9971
+ * @version 177.0.0
9937
9972
  */
9938
9973
 
9939
9974
  /**
@@ -10701,7 +10736,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
10701
10736
  /**
10702
10737
  * Coaching service.
10703
10738
  * @module purecloud-platform-client-v2/api/CoachingApi
10704
- * @version 176.0.0
10739
+ * @version 177.0.0
10705
10740
  */
10706
10741
 
10707
10742
  /**
@@ -11278,7 +11313,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
11278
11313
  /**
11279
11314
  * ContentManagement service.
11280
11315
  * @module purecloud-platform-client-v2/api/ContentManagementApi
11281
- * @version 176.0.0
11316
+ * @version 177.0.0
11282
11317
  */
11283
11318
 
11284
11319
  /**
@@ -12421,7 +12456,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
12421
12456
  /**
12422
12457
  * Conversations service.
12423
12458
  * @module purecloud-platform-client-v2/api/ConversationsApi
12424
- * @version 176.0.0
12459
+ * @version 177.0.0
12425
12460
  */
12426
12461
 
12427
12462
  /**
@@ -19505,7 +19540,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
19505
19540
  /**
19506
19541
  * DataExtensions service.
19507
19542
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
19508
- * @version 176.0.0
19543
+ * @version 177.0.0
19509
19544
  */
19510
19545
 
19511
19546
  /**
@@ -19591,7 +19626,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
19591
19626
  /**
19592
19627
  * Downloads service.
19593
19628
  * @module purecloud-platform-client-v2/api/DownloadsApi
19594
- * @version 176.0.0
19629
+ * @version 177.0.0
19595
19630
  */
19596
19631
 
19597
19632
  /**
@@ -19643,7 +19678,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
19643
19678
  /**
19644
19679
  * Emails service.
19645
19680
  * @module purecloud-platform-client-v2/api/EmailsApi
19646
- * @version 176.0.0
19681
+ * @version 177.0.0
19647
19682
  */
19648
19683
 
19649
19684
  /**
@@ -19708,7 +19743,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
19708
19743
  /**
19709
19744
  * Events service.
19710
19745
  * @module purecloud-platform-client-v2/api/EventsApi
19711
- * @version 176.0.0
19746
+ * @version 177.0.0
19712
19747
  */
19713
19748
 
19714
19749
  /**
@@ -19804,7 +19839,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
19804
19839
  /**
19805
19840
  * ExternalContacts service.
19806
19841
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
19807
- * @version 176.0.0
19842
+ * @version 177.0.0
19808
19843
  */
19809
19844
 
19810
19845
  /**
@@ -21762,7 +21797,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21762
21797
  /**
21763
21798
  * Fax service.
21764
21799
  * @module purecloud-platform-client-v2/api/FaxApi
21765
- * @version 176.0.0
21800
+ * @version 177.0.0
21766
21801
  */
21767
21802
 
21768
21803
  /**
@@ -21933,7 +21968,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21933
21968
  /**
21934
21969
  * Flows service.
21935
21970
  * @module purecloud-platform-client-v2/api/FlowsApi
21936
- * @version 176.0.0
21971
+ * @version 177.0.0
21937
21972
  */
21938
21973
 
21939
21974
  /**
@@ -22117,7 +22152,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
22117
22152
  /**
22118
22153
  * Gamification service.
22119
22154
  * @module purecloud-platform-client-v2/api/GamificationApi
22120
- * @version 176.0.0
22155
+ * @version 177.0.0
22121
22156
  */
22122
22157
 
22123
22158
  /**
@@ -24203,7 +24238,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24203
24238
  /**
24204
24239
  * GeneralDataProtectionRegulation service.
24205
24240
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
24206
- * @version 176.0.0
24241
+ * @version 177.0.0
24207
24242
  */
24208
24243
 
24209
24244
  /**
@@ -24333,7 +24368,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24333
24368
  /**
24334
24369
  * Geolocation service.
24335
24370
  * @module purecloud-platform-client-v2/api/GeolocationApi
24336
- * @version 176.0.0
24371
+ * @version 177.0.0
24337
24372
  */
24338
24373
 
24339
24374
  /**
@@ -24464,7 +24499,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24464
24499
  /**
24465
24500
  * Greetings service.
24466
24501
  * @module purecloud-platform-client-v2/api/GreetingsApi
24467
- * @version 176.0.0
24502
+ * @version 177.0.0
24468
24503
  */
24469
24504
 
24470
24505
  /**
@@ -24919,7 +24954,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24919
24954
  /**
24920
24955
  * Groups service.
24921
24956
  * @module purecloud-platform-client-v2/api/GroupsApi
24922
- * @version 176.0.0
24957
+ * @version 177.0.0
24923
24958
  */
24924
24959
 
24925
24960
  /**
@@ -25438,7 +25473,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25438
25473
  /**
25439
25474
  * IdentityProvider service.
25440
25475
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
25441
- * @version 176.0.0
25476
+ * @version 177.0.0
25442
25477
  */
25443
25478
 
25444
25479
  /**
@@ -26194,7 +26229,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26194
26229
  /**
26195
26230
  * InfrastructureAsCode service.
26196
26231
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
26197
- * @version 176.0.0
26232
+ * @version 177.0.0
26198
26233
  */
26199
26234
 
26200
26235
  /**
@@ -26361,7 +26396,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26361
26396
  /**
26362
26397
  * Integrations service.
26363
26398
  * @module purecloud-platform-client-v2/api/IntegrationsApi
26364
- * @version 176.0.0
26399
+ * @version 177.0.0
26365
26400
  */
26366
26401
 
26367
26402
  /**
@@ -28323,7 +28358,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28323
28358
  /**
28324
28359
  * Journey service.
28325
28360
  * @module purecloud-platform-client-v2/api/JourneyApi
28326
- * @version 176.0.0
28361
+ * @version 177.0.0
28327
28362
  */
28328
28363
 
28329
28364
  /**
@@ -29487,7 +29522,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
29487
29522
  /**
29488
29523
  * Knowledge service.
29489
29524
  * @module purecloud-platform-client-v2/api/KnowledgeApi
29490
- * @version 176.0.0
29525
+ * @version 177.0.0
29491
29526
  */
29492
29527
 
29493
29528
  /**
@@ -32308,7 +32343,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
32308
32343
  /**
32309
32344
  * LanguageUnderstanding service.
32310
32345
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
32311
- * @version 176.0.0
32346
+ * @version 177.0.0
32312
32347
  */
32313
32348
 
32314
32349
  /**
@@ -33321,7 +33356,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33321
33356
  /**
33322
33357
  * Languages service.
33323
33358
  * @module purecloud-platform-client-v2/api/LanguagesApi
33324
- * @version 176.0.0
33359
+ * @version 177.0.0
33325
33360
  */
33326
33361
 
33327
33362
  /**
@@ -33543,7 +33578,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33543
33578
  /**
33544
33579
  * Learning service.
33545
33580
  * @module purecloud-platform-client-v2/api/LearningApi
33546
- * @version 176.0.0
33581
+ * @version 177.0.0
33547
33582
  */
33548
33583
 
33549
33584
  /**
@@ -34362,7 +34397,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
34362
34397
  /**
34363
34398
  * License service.
34364
34399
  * @module purecloud-platform-client-v2/api/LicenseApi
34365
- * @version 176.0.0
34400
+ * @version 177.0.0
34366
34401
  */
34367
34402
 
34368
34403
  /**
@@ -34600,7 +34635,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
34600
34635
  /**
34601
34636
  * Locations service.
34602
34637
  * @module purecloud-platform-client-v2/api/LocationsApi
34603
- * @version 176.0.0
34638
+ * @version 177.0.0
34604
34639
  */
34605
34640
 
34606
34641
  /**
@@ -34836,7 +34871,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
34836
34871
  /**
34837
34872
  * Messaging service.
34838
34873
  * @module purecloud-platform-client-v2/api/MessagingApi
34839
- * @version 176.0.0
34874
+ * @version 177.0.0
34840
34875
  */
34841
34876
 
34842
34877
  /**
@@ -35195,7 +35230,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
35195
35230
  /**
35196
35231
  * MobileDevices service.
35197
35232
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
35198
- * @version 176.0.0
35233
+ * @version 177.0.0
35199
35234
  */
35200
35235
 
35201
35236
  /**
@@ -35346,7 +35381,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
35346
35381
  /**
35347
35382
  * Notifications service.
35348
35383
  * @module purecloud-platform-client-v2/api/NotificationsApi
35349
- * @version 176.0.0
35384
+ * @version 177.0.0
35350
35385
  */
35351
35386
 
35352
35387
  /**
@@ -35579,7 +35614,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
35579
35614
  /**
35580
35615
  * OAuth service.
35581
35616
  * @module purecloud-platform-client-v2/api/OAuthApi
35582
- * @version 176.0.0
35617
+ * @version 177.0.0
35583
35618
  */
35584
35619
 
35585
35620
  /**
@@ -35945,7 +35980,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
35945
35980
  /**
35946
35981
  * Objects service.
35947
35982
  * @module purecloud-platform-client-v2/api/ObjectsApi
35948
- * @version 176.0.0
35983
+ * @version 177.0.0
35949
35984
  */
35950
35985
 
35951
35986
  /**
@@ -36216,7 +36251,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
36216
36251
  /**
36217
36252
  * Organization service.
36218
36253
  * @module purecloud-platform-client-v2/api/OrganizationApi
36219
- * @version 176.0.0
36254
+ * @version 177.0.0
36220
36255
  */
36221
36256
 
36222
36257
  /**
@@ -36671,7 +36706,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
36671
36706
  /**
36672
36707
  * OrganizationAuthorization service.
36673
36708
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
36674
- * @version 176.0.0
36709
+ * @version 177.0.0
36675
36710
  */
36676
36711
 
36677
36712
  /**
@@ -38018,7 +38053,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38018
38053
  /**
38019
38054
  * Outbound service.
38020
38055
  * @module purecloud-platform-client-v2/api/OutboundApi
38021
- * @version 176.0.0
38056
+ * @version 177.0.0
38022
38057
  */
38023
38058
 
38024
38059
  /**
@@ -41640,7 +41675,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
41640
41675
  /**
41641
41676
  * Presence service.
41642
41677
  * @module purecloud-platform-client-v2/api/PresenceApi
41643
- * @version 176.0.0
41678
+ * @version 177.0.0
41644
41679
  */
41645
41680
 
41646
41681
  /**
@@ -42379,7 +42414,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
42379
42414
  /**
42380
42415
  * ProcessAutomation service.
42381
42416
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
42382
- * @version 176.0.0
42417
+ * @version 177.0.0
42383
42418
  */
42384
42419
 
42385
42420
  /**
@@ -42618,7 +42653,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
42618
42653
  /**
42619
42654
  * Quality service.
42620
42655
  * @module purecloud-platform-client-v2/api/QualityApi
42621
- * @version 176.0.0
42656
+ * @version 177.0.0
42622
42657
  */
42623
42658
 
42624
42659
  /**
@@ -44372,7 +44407,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
44372
44407
  /**
44373
44408
  * Recording service.
44374
44409
  * @module purecloud-platform-client-v2/api/RecordingApi
44375
- * @version 176.0.0
44410
+ * @version 177.0.0
44376
44411
  */
44377
44412
 
44378
44413
  /**
@@ -46009,7 +46044,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
46009
46044
  /**
46010
46045
  * ResponseManagement service.
46011
46046
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
46012
- * @version 176.0.0
46047
+ * @version 177.0.0
46013
46048
  */
46014
46049
 
46015
46050
  /**
@@ -46494,7 +46529,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
46494
46529
  /**
46495
46530
  * Routing service.
46496
46531
  * @module purecloud-platform-client-v2/api/RoutingApi
46497
- * @version 176.0.0
46532
+ * @version 177.0.0
46498
46533
  */
46499
46534
 
46500
46535
  /**
@@ -50202,7 +50237,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
50202
50237
  /**
50203
50238
  * SCIM service.
50204
50239
  * @module purecloud-platform-client-v2/api/SCIMApi
50205
- * @version 176.0.0
50240
+ * @version 177.0.0
50206
50241
  */
50207
50242
 
50208
50243
  /**
@@ -51079,7 +51114,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
51079
51114
  /**
51080
51115
  * Scripts service.
51081
51116
  * @module purecloud-platform-client-v2/api/ScriptsApi
51082
- * @version 176.0.0
51117
+ * @version 177.0.0
51083
51118
  */
51084
51119
 
51085
51120
  /**
@@ -51523,7 +51558,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
51523
51558
  /**
51524
51559
  * Search service.
51525
51560
  * @module purecloud-platform-client-v2/api/SearchApi
51526
- * @version 176.0.0
51561
+ * @version 177.0.0
51527
51562
  */
51528
51563
 
51529
51564
  /**
@@ -52212,7 +52247,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
52212
52247
  /**
52213
52248
  * Settings service.
52214
52249
  * @module purecloud-platform-client-v2/api/SettingsApi
52215
- * @version 176.0.0
52250
+ * @version 177.0.0
52216
52251
  */
52217
52252
 
52218
52253
  /**
@@ -52277,7 +52312,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
52277
52312
  /**
52278
52313
  * SpeechTextAnalytics service.
52279
52314
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
52280
- * @version 176.0.0
52315
+ * @version 177.0.0
52281
52316
  */
52282
52317
 
52283
52318
  /**
@@ -53260,7 +53295,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
53260
53295
  /**
53261
53296
  * Stations service.
53262
53297
  * @module purecloud-platform-client-v2/api/StationsApi
53263
- * @version 176.0.0
53298
+ * @version 177.0.0
53264
53299
  */
53265
53300
 
53266
53301
  /**
@@ -53362,7 +53397,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
53362
53397
  /**
53363
53398
  * Suggest service.
53364
53399
  * @module purecloud-platform-client-v2/api/SuggestApi
53365
- * @version 176.0.0
53400
+ * @version 177.0.0
53366
53401
  */
53367
53402
 
53368
53403
  /**
@@ -53501,7 +53536,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
53501
53536
  /**
53502
53537
  * TaskManagement service.
53503
53538
  * @module purecloud-platform-client-v2/api/TaskManagementApi
53504
- * @version 176.0.0
53539
+ * @version 177.0.0
53505
53540
  */
53506
53541
 
53507
53542
  /**
@@ -54782,7 +54817,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
54782
54817
  /**
54783
54818
  * Teams service.
54784
54819
  * @module purecloud-platform-client-v2/api/TeamsApi
54785
- * @version 176.0.0
54820
+ * @version 177.0.0
54786
54821
  */
54787
54822
 
54788
54823
  /**
@@ -55084,7 +55119,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
55084
55119
  /**
55085
55120
  * Telephony service.
55086
55121
  * @module purecloud-platform-client-v2/api/TelephonyApi
55087
- * @version 176.0.0
55122
+ * @version 177.0.0
55088
55123
  */
55089
55124
 
55090
55125
  /**
@@ -55212,7 +55247,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
55212
55247
  /**
55213
55248
  * TelephonyProvidersEdge service.
55214
55249
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
55215
- * @version 176.0.0
55250
+ * @version 177.0.0
55216
55251
  */
55217
55252
 
55218
55253
  /**
@@ -58501,7 +58536,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58501
58536
  /**
58502
58537
  * Textbots service.
58503
58538
  * @module purecloud-platform-client-v2/api/TextbotsApi
58504
- * @version 176.0.0
58539
+ * @version 177.0.0
58505
58540
  */
58506
58541
 
58507
58542
  /**
@@ -58629,7 +58664,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58629
58664
  /**
58630
58665
  * Tokens service.
58631
58666
  * @module purecloud-platform-client-v2/api/TokensApi
58632
- * @version 176.0.0
58667
+ * @version 177.0.0
58633
58668
  */
58634
58669
 
58635
58670
  /**
@@ -58785,7 +58820,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58785
58820
  /**
58786
58821
  * Uploads service.
58787
58822
  * @module purecloud-platform-client-v2/api/UploadsApi
58788
- * @version 176.0.0
58823
+ * @version 177.0.0
58789
58824
  */
58790
58825
 
58791
58826
  /**
@@ -58961,7 +58996,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58961
58996
  /**
58962
58997
  * Usage service.
58963
58998
  * @module purecloud-platform-client-v2/api/UsageApi
58964
- * @version 176.0.0
58999
+ * @version 177.0.0
58965
59000
  */
58966
59001
 
58967
59002
  /**
@@ -59171,7 +59206,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
59171
59206
  /**
59172
59207
  * UserRecordings service.
59173
59208
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
59174
- * @version 176.0.0
59209
+ * @version 177.0.0
59175
59210
  */
59176
59211
 
59177
59212
  /**
@@ -59356,7 +59391,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
59356
59391
  /**
59357
59392
  * Users service.
59358
59393
  * @module purecloud-platform-client-v2/api/UsersApi
59359
- * @version 176.0.0
59394
+ * @version 177.0.0
59360
59395
  */
59361
59396
 
59362
59397
  /**
@@ -61917,7 +61952,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
61917
61952
  /**
61918
61953
  * Utilities service.
61919
61954
  * @module purecloud-platform-client-v2/api/UtilitiesApi
61920
- * @version 176.0.0
61955
+ * @version 177.0.0
61921
61956
  */
61922
61957
 
61923
61958
  /**
@@ -62028,7 +62063,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
62028
62063
  /**
62029
62064
  * Voicemail service.
62030
62065
  * @module purecloud-platform-client-v2/api/VoicemailApi
62031
- * @version 176.0.0
62066
+ * @version 177.0.0
62032
62067
  */
62033
62068
 
62034
62069
  /**
@@ -62695,7 +62730,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
62695
62730
  /**
62696
62731
  * WebChat service.
62697
62732
  * @module purecloud-platform-client-v2/api/WebChatApi
62698
- * @version 176.0.0
62733
+ * @version 177.0.0
62699
62734
  */
62700
62735
 
62701
62736
  /**
@@ -63244,7 +63279,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
63244
63279
  /**
63245
63280
  * WebDeployments service.
63246
63281
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
63247
- * @version 176.0.0
63282
+ * @version 177.0.0
63248
63283
  */
63249
63284
 
63250
63285
  /**
@@ -63771,7 +63806,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
63771
63806
  /**
63772
63807
  * WebMessaging service.
63773
63808
  * @module purecloud-platform-client-v2/api/WebMessagingApi
63774
- * @version 176.0.0
63809
+ * @version 177.0.0
63775
63810
  */
63776
63811
 
63777
63812
  /**
@@ -63817,7 +63852,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
63817
63852
  /**
63818
63853
  * Widgets service.
63819
63854
  * @module purecloud-platform-client-v2/api/WidgetsApi
63820
- * @version 176.0.0
63855
+ * @version 177.0.0
63821
63856
  */
63822
63857
 
63823
63858
  /**
@@ -63963,7 +63998,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
63963
63998
  /**
63964
63999
  * WorkforceManagement service.
63965
64000
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
63966
- * @version 176.0.0
64001
+ * @version 177.0.0
63967
64002
  */
63968
64003
 
63969
64004
  /**
@@ -69127,7 +69162,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
69127
69162
  * </pre>
69128
69163
  * </p>
69129
69164
  * @module purecloud-platform-client-v2/index
69130
- * @version 176.0.0
69165
+ * @version 177.0.0
69131
69166
  */
69132
69167
  class platformClient {
69133
69168
  constructor() {