purecloud-platform-client-v2 204.0.0 → 204.1.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 (89) hide show
  1. package/README.md +8 -10
  2. package/dist/node/purecloud-platform-client-v2.js +130 -94
  3. package/dist/web-amd/purecloud-platform-client-v2.js +130 -94
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +91 -94
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +2028 -2031
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +46 -1
  9. package/package.json +4 -1
  10. package/src/purecloud-platform-client-v2/ApiClient.js +1 -1
  11. package/src/purecloud-platform-client-v2/api/AgentAssistantsApi.js +1 -1
  12. package/src/purecloud-platform-client-v2/api/AgentCopilotApi.js +1 -1
  13. package/src/purecloud-platform-client-v2/api/AgentUIApi.js +1 -1
  14. package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
  15. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +1 -1
  16. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +1 -14
  17. package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
  18. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
  19. package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
  20. package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +1 -1
  21. package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
  22. package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
  23. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
  24. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +1 -2
  25. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
  26. package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
  27. package/src/purecloud-platform-client-v2/api/EmailsApi.js +1 -1
  28. package/src/purecloud-platform-client-v2/api/EmployeeEngagementApi.js +1 -1
  29. package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
  30. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
  31. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  32. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
  33. package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
  34. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
  35. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
  37. package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
  38. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  39. package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
  40. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +51 -1
  41. package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
  42. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
  44. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/LogCaptureApi.js +1 -1
  49. package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
  50. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  54. package/src/purecloud-platform-client-v2/api/OperationalEventsApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  57. package/src/purecloud-platform-client-v2/api/OutboundApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  59. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
  60. package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/RoutingApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/ScreenRecordingApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/SettingsApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
  70. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +1 -1
  73. package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
  74. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  75. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
  76. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  77. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  78. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  79. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  80. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  81. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  82. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  83. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  84. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  85. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  86. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  87. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  88. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
  89. package/src/purecloud-platform-client-v2/index.js +1 -1
package/index.d.ts CHANGED
@@ -2551,6 +2551,8 @@ declare class IntegrationsApi {
2551
2551
  getIntegrationsCredential(credentialId: string): Promise<Models.Credential>;
2552
2552
  getIntegrationsCredentials(opts?: IntegrationsApi.getIntegrationsCredentialsOptions): Promise<Models.CredentialInfoListing>;
2553
2553
  getIntegrationsCredentialsTypes(): Promise<Models.CredentialTypeListing>;
2554
+ getIntegrationsSpeechAudioconnector(opts?: IntegrationsApi.getIntegrationsSpeechAudioconnectorOptions): Promise<Models.AudioConnectorIntegrationEntityListing>;
2555
+ getIntegrationsSpeechAudioconnectorIntegrationId(integrationId: string): Promise<Models.AudioConnectorIntegration>;
2554
2556
  getIntegrationsSpeechDialogflowAgent(agentId: string): Promise<Models.DialogflowAgent>;
2555
2557
  getIntegrationsSpeechDialogflowAgents(opts?: IntegrationsApi.getIntegrationsSpeechDialogflowAgentsOptions): Promise<Models.DialogflowAgentSummaryEntityListing>;
2556
2558
  getIntegrationsSpeechDialogflowcxAgent(agentId: string): Promise<Models.DialogflowCXAgent>;
@@ -2700,6 +2702,10 @@ declare namespace IntegrationsApi {
2700
2702
  "pageNumber"?: number;
2701
2703
  "pageSize"?: number;
2702
2704
  }
2705
+ export interface getIntegrationsSpeechAudioconnectorOptions {
2706
+ "pageNumber"?: number;
2707
+ "pageSize"?: number;
2708
+ }
2703
2709
  export interface getIntegrationsSpeechDialogflowAgentsOptions {
2704
2710
  "pageNumber"?: number;
2705
2711
  "pageSize"?: number;
@@ -10024,6 +10030,25 @@ declare namespace Models {
10024
10030
  "timeZoneId"?: string;
10025
10031
  }
10026
10032
 
10033
+ export interface AudioConnectorIntegration {
10034
+ "id"?: string;
10035
+ "name"?: string;
10036
+ "selfUri"?: string;
10037
+ }
10038
+
10039
+ export interface AudioConnectorIntegrationEntityListing {
10040
+ "entities"?: Array<Models.AudioConnectorIntegration>;
10041
+ "pageSize"?: number;
10042
+ "pageNumber"?: number;
10043
+ "total"?: number;
10044
+ "firstUri"?: string;
10045
+ "lastUri"?: string;
10046
+ "selfUri"?: string;
10047
+ "nextUri"?: string;
10048
+ "previousUri"?: string;
10049
+ "pageCount"?: number;
10050
+ }
10051
+
10027
10052
  export interface AudioState {
10028
10053
  "canHear"?: boolean;
10029
10054
  "canSpeak"?: boolean;
@@ -15108,6 +15133,11 @@ declare namespace Models {
15108
15133
  "actions": Array<Models.ConversationContentQuickReply>;
15109
15134
  }
15110
15135
 
15136
+ export interface ConversationContentReaction {
15137
+ "reactionType"?: string;
15138
+ "count": number;
15139
+ }
15140
+
15111
15141
  export interface ConversationContentStory {
15112
15142
  "type"?: string;
15113
15143
  "url"?: string;
@@ -15315,6 +15345,19 @@ declare namespace Models {
15315
15345
  "selfUri"?: string;
15316
15346
  }
15317
15347
 
15348
+ export interface ConversationEnrichment {
15349
+ "language"?: Models.ConversationEnrichmentLanguage;
15350
+ "sentimentV2"?: Models.ConversationEnrichmentSentimentV2;
15351
+ }
15352
+
15353
+ export interface ConversationEnrichmentLanguage {
15354
+ "language": string;
15355
+ }
15356
+
15357
+ export interface ConversationEnrichmentSentimentV2 {
15358
+ "tag": string;
15359
+ }
15360
+
15318
15361
  export interface ConversationEntityListing {
15319
15362
  "entities"?: Array<Models.Conversation>;
15320
15363
  "pageSize"?: number;
@@ -19885,8 +19928,8 @@ declare namespace Models {
19885
19928
  "edgeVersion"?: string;
19886
19929
  "publishDate"?: string;
19887
19930
  "edgeUri"?: string;
19888
- "latestRelease"?: boolean;
19889
19931
  "current"?: boolean;
19932
+ "latestRelease"?: boolean;
19890
19933
  "selfUri"?: string;
19891
19934
  }
19892
19935
 
@@ -37083,6 +37126,8 @@ declare namespace Models {
37083
37126
  "maxSimultaneousStreams"?: number;
37084
37127
  "maxConfigurableScreenRecordingStreams"?: number;
37085
37128
  "regionalRecordingStorageEnabled"?: boolean;
37129
+ "recordingPlaybackUrlTtl"?: number;
37130
+ "recordingBatchDownloadUrlTtl"?: number;
37086
37131
  }
37087
37132
 
37088
37133
  export interface RecordingTranscodeCompleteTopicMediaResult {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "purecloud-platform-client-v2",
3
- "version": "204.0.0",
3
+ "version": "204.1.0",
4
4
  "description": "A JavaScript library to interface with the PureCloud Platform API",
5
5
  "license": "MIT",
6
6
  "main": "dist/node/purecloud-platform-client-v2.js",
@@ -41,6 +41,9 @@
41
41
  "expect.js": "~0.3.1",
42
42
  "@babel/core": "^7.23.3",
43
43
  "@babel/preset-env": "^7.23.3",
44
+ "rollup": "^2.79.1",
45
+ "uglify-es": "^3.3.9",
46
+ "browserify": "^17.0.0",
44
47
  "@rollup/plugin-commonjs": "^25.0.7",
45
48
  "@rollup/plugin-node-resolve": "^15.2.3",
46
49
  "@rollup/plugin-json": "^6.0.1",
@@ -4,7 +4,7 @@ import { default as qs } from 'qs';
4
4
 
5
5
  /**
6
6
  * @module purecloud-platform-client-v2/ApiClient
7
- * @version 204.0.0
7
+ * @version 204.1.0
8
8
  */
9
9
  class ApiClient {
10
10
  /**
@@ -5,7 +5,7 @@ class AgentAssistantsApi {
5
5
  /**
6
6
  * AgentAssistants service.
7
7
  * @module purecloud-platform-client-v2/api/AgentAssistantsApi
8
- * @version 204.0.0
8
+ * @version 204.1.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class AgentCopilotApi {
5
5
  /**
6
6
  * AgentCopilot service.
7
7
  * @module purecloud-platform-client-v2/api/AgentCopilotApi
8
- * @version 204.0.0
8
+ * @version 204.1.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class AgentUIApi {
5
5
  /**
6
6
  * AgentUI service.
7
7
  * @module purecloud-platform-client-v2/api/AgentUIApi
8
- * @version 204.0.0
8
+ * @version 204.1.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class AlertingApi {
5
5
  /**
6
6
  * Alerting service.
7
7
  * @module purecloud-platform-client-v2/api/AlertingApi
8
- * @version 204.0.0
8
+ * @version 204.1.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class AnalyticsApi {
5
5
  /**
6
6
  * Analytics service.
7
7
  * @module purecloud-platform-client-v2/api/AnalyticsApi
8
- * @version 204.0.0
8
+ * @version 204.1.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class ArchitectApi {
5
5
  /**
6
6
  * Architect service.
7
7
  * @module purecloud-platform-client-v2/api/ArchitectApi
8
- * @version 204.0.0
8
+ * @version 204.1.0
9
9
  */
10
10
 
11
11
  /**
@@ -49,7 +49,6 @@ class ArchitectApi {
49
49
  * Delete a grammar.
50
50
  *
51
51
  * @param {String} grammarId grammar ID
52
- * deleteArchitectGrammar is a preview method and is subject to both breaking and non-breaking changes at any time without notice
53
52
  */
54
53
  deleteArchitectGrammar(grammarId) {
55
54
  // verify the required parameter 'grammarId' is set
@@ -76,7 +75,6 @@ class ArchitectApi {
76
75
  *
77
76
  * @param {String} grammarId Grammar ID
78
77
  * @param {String} languageCode Language
79
- * deleteArchitectGrammarLanguage is a preview method and is subject to both breaking and non-breaking changes at any time without notice
80
78
  */
81
79
  deleteArchitectGrammarLanguage(grammarId, languageCode) {
82
80
  // verify the required parameter 'grammarId' is set
@@ -107,7 +105,6 @@ class ArchitectApi {
107
105
  *
108
106
  * @param {String} grammarId Grammar ID
109
107
  * @param {String} languageCode Language
110
- * deleteArchitectGrammarLanguageFilesDtmf is a preview method and is subject to both breaking and non-breaking changes at any time without notice
111
108
  */
112
109
  deleteArchitectGrammarLanguageFilesDtmf(grammarId, languageCode) {
113
110
  // verify the required parameter 'grammarId' is set
@@ -138,7 +135,6 @@ class ArchitectApi {
138
135
  *
139
136
  * @param {String} grammarId Grammar ID
140
137
  * @param {String} languageCode Language
141
- * deleteArchitectGrammarLanguageFilesVoice is a preview method and is subject to both breaking and non-breaking changes at any time without notice
142
138
  */
143
139
  deleteArchitectGrammarLanguageFilesVoice(grammarId, languageCode) {
144
140
  // verify the required parameter 'grammarId' is set
@@ -929,7 +925,6 @@ class ArchitectApi {
929
925
  * @param {String} grammarId grammar ID
930
926
  * @param {Object} opts Optional parameters
931
927
  * @param {Boolean} opts.includeFileUrls Include grammar language file URLs
932
- * getArchitectGrammar is a preview method and is subject to both breaking and non-breaking changes at any time without notice
933
928
  */
934
929
  getArchitectGrammar(grammarId, opts) {
935
930
  opts = opts || {};
@@ -958,7 +953,6 @@ class ArchitectApi {
958
953
  *
959
954
  * @param {String} grammarId Grammar ID
960
955
  * @param {String} languageCode Language
961
- * getArchitectGrammarLanguage is a preview method and is subject to both breaking and non-breaking changes at any time without notice
962
956
  */
963
957
  getArchitectGrammarLanguage(grammarId, languageCode) {
964
958
  // verify the required parameter 'grammarId' is set
@@ -997,7 +991,6 @@ class ArchitectApi {
997
991
  * @param {String} opts.description Description
998
992
  * @param {String} opts.nameOrDescription Name or description
999
993
  * @param {Boolean} opts.includeFileUrls Include grammar language file URLs
1000
- * getArchitectGrammars is a preview method and is subject to both breaking and non-breaking changes at any time without notice
1001
994
  */
1002
995
  getArchitectGrammars(opts) {
1003
996
  opts = opts || {};
@@ -2693,7 +2686,6 @@ class ArchitectApi {
2693
2686
  * @param {String} grammarId grammar ID
2694
2687
  * @param {Object} opts Optional parameters
2695
2688
  * @param {Object} opts.body
2696
- * patchArchitectGrammar is a preview method and is subject to both breaking and non-breaking changes at any time without notice
2697
2689
  */
2698
2690
  patchArchitectGrammar(grammarId, opts) {
2699
2691
  opts = opts || {};
@@ -2724,7 +2716,6 @@ class ArchitectApi {
2724
2716
  * @param {String} languageCode Language
2725
2717
  * @param {Object} opts Optional parameters
2726
2718
  * @param {Object} opts.body
2727
- * patchArchitectGrammarLanguage is a preview method and is subject to both breaking and non-breaking changes at any time without notice
2728
2719
  */
2729
2720
  patchArchitectGrammarLanguage(grammarId, languageCode, opts) {
2730
2721
  opts = opts || {};
@@ -2828,7 +2819,6 @@ class ArchitectApi {
2828
2819
  * @param {String} grammarId Grammar ID
2829
2820
  * @param {String} languageCode Language
2830
2821
  * @param {Object} body query
2831
- * postArchitectGrammarLanguageFilesDtmf is a preview method and is subject to both breaking and non-breaking changes at any time without notice
2832
2822
  */
2833
2823
  postArchitectGrammarLanguageFilesDtmf(grammarId, languageCode, body) {
2834
2824
  // verify the required parameter 'grammarId' is set
@@ -2864,7 +2854,6 @@ class ArchitectApi {
2864
2854
  * @param {String} grammarId Grammar ID
2865
2855
  * @param {String} languageCode Language
2866
2856
  * @param {Object} body query
2867
- * postArchitectGrammarLanguageFilesVoice is a preview method and is subject to both breaking and non-breaking changes at any time without notice
2868
2857
  */
2869
2858
  postArchitectGrammarLanguageFilesVoice(grammarId, languageCode, body) {
2870
2859
  // verify the required parameter 'grammarId' is set
@@ -2899,7 +2888,6 @@ class ArchitectApi {
2899
2888
  *
2900
2889
  * @param {String} grammarId Grammar ID
2901
2890
  * @param {Object} body
2902
- * postArchitectGrammarLanguages is a preview method and is subject to both breaking and non-breaking changes at any time without notice
2903
2891
  */
2904
2892
  postArchitectGrammarLanguages(grammarId, body) {
2905
2893
  // verify the required parameter 'grammarId' is set
@@ -2929,7 +2917,6 @@ class ArchitectApi {
2929
2917
  * Create a new grammar
2930
2918
  *
2931
2919
  * @param {Object} body
2932
- * postArchitectGrammars is a preview method and is subject to both breaking and non-breaking changes at any time without notice
2933
2920
  */
2934
2921
  postArchitectGrammars(body) {
2935
2922
  // verify the required parameter 'body' is set
@@ -5,7 +5,7 @@ class AuditApi {
5
5
  /**
6
6
  * Audit service.
7
7
  * @module purecloud-platform-client-v2/api/AuditApi
8
- * @version 204.0.0
8
+ * @version 204.1.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class AuthorizationApi {
5
5
  /**
6
6
  * Authorization service.
7
7
  * @module purecloud-platform-client-v2/api/AuthorizationApi
8
- * @version 204.0.0
8
+ * @version 204.1.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class BillingApi {
5
5
  /**
6
6
  * Billing service.
7
7
  * @module purecloud-platform-client-v2/api/BillingApi
8
- * @version 204.0.0
8
+ * @version 204.1.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class CarrierServicesApi {
5
5
  /**
6
6
  * CarrierServices service.
7
7
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
8
- * @version 204.0.0
8
+ * @version 204.1.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class ChatApi {
5
5
  /**
6
6
  * Chat service.
7
7
  * @module purecloud-platform-client-v2/api/ChatApi
8
- * @version 204.0.0
8
+ * @version 204.1.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class CoachingApi {
5
5
  /**
6
6
  * Coaching service.
7
7
  * @module purecloud-platform-client-v2/api/CoachingApi
8
- * @version 204.0.0
8
+ * @version 204.1.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class ContentManagementApi {
5
5
  /**
6
6
  * ContentManagement service.
7
7
  * @module purecloud-platform-client-v2/api/ContentManagementApi
8
- * @version 204.0.0
8
+ * @version 204.1.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class ConversationsApi {
5
5
  /**
6
6
  * Conversations service.
7
7
  * @module purecloud-platform-client-v2/api/ConversationsApi
8
- * @version 204.0.0
8
+ * @version 204.1.0
9
9
  */
10
10
 
11
11
  /**
@@ -2861,7 +2861,6 @@ class ConversationsApi {
2861
2861
  *
2862
2862
  * @param {String} conversationId conversation ID
2863
2863
  * @param {Object} body Conversation Utilization Label
2864
- * patchConversationUtilizationlabel is a preview method and is subject to both breaking and non-breaking changes at any time without notice
2865
2864
  */
2866
2865
  patchConversationUtilizationlabel(conversationId, body) {
2867
2866
  // verify the required parameter 'conversationId' is set
@@ -5,7 +5,7 @@ class DataExtensionsApi {
5
5
  /**
6
6
  * DataExtensions service.
7
7
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
8
- * @version 204.0.0
8
+ * @version 204.1.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class DownloadsApi {
5
5
  /**
6
6
  * Downloads service.
7
7
  * @module purecloud-platform-client-v2/api/DownloadsApi
8
- * @version 204.0.0
8
+ * @version 204.1.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class EmailsApi {
5
5
  /**
6
6
  * Emails service.
7
7
  * @module purecloud-platform-client-v2/api/EmailsApi
8
- * @version 204.0.0
8
+ * @version 204.1.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class EmployeeEngagementApi {
5
5
  /**
6
6
  * EmployeeEngagement service.
7
7
  * @module purecloud-platform-client-v2/api/EmployeeEngagementApi
8
- * @version 204.0.0
8
+ * @version 204.1.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class EventsApi {
5
5
  /**
6
6
  * Events service.
7
7
  * @module purecloud-platform-client-v2/api/EventsApi
8
- * @version 204.0.0
8
+ * @version 204.1.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class ExternalContactsApi {
5
5
  /**
6
6
  * ExternalContacts service.
7
7
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
8
- * @version 204.0.0
8
+ * @version 204.1.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class FaxApi {
5
5
  /**
6
6
  * Fax service.
7
7
  * @module purecloud-platform-client-v2/api/FaxApi
8
- * @version 204.0.0
8
+ * @version 204.1.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class FlowsApi {
5
5
  /**
6
6
  * Flows service.
7
7
  * @module purecloud-platform-client-v2/api/FlowsApi
8
- * @version 204.0.0
8
+ * @version 204.1.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class GamificationApi {
5
5
  /**
6
6
  * Gamification service.
7
7
  * @module purecloud-platform-client-v2/api/GamificationApi
8
- * @version 204.0.0
8
+ * @version 204.1.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class GeneralDataProtectionRegulationApi {
5
5
  /**
6
6
  * GeneralDataProtectionRegulation service.
7
7
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
8
- * @version 204.0.0
8
+ * @version 204.1.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class GeolocationApi {
5
5
  /**
6
6
  * Geolocation service.
7
7
  * @module purecloud-platform-client-v2/api/GeolocationApi
8
- * @version 204.0.0
8
+ * @version 204.1.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class GreetingsApi {
5
5
  /**
6
6
  * Greetings service.
7
7
  * @module purecloud-platform-client-v2/api/GreetingsApi
8
- * @version 204.0.0
8
+ * @version 204.1.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class GroupsApi {
5
5
  /**
6
6
  * Groups service.
7
7
  * @module purecloud-platform-client-v2/api/GroupsApi
8
- * @version 204.0.0
8
+ * @version 204.1.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class IdentityProviderApi {
5
5
  /**
6
6
  * IdentityProvider service.
7
7
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
8
- * @version 204.0.0
8
+ * @version 204.1.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class InfrastructureAsCodeApi {
5
5
  /**
6
6
  * InfrastructureAsCode service.
7
7
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
8
- * @version 204.0.0
8
+ * @version 204.1.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class IntegrationsApi {
5
5
  /**
6
6
  * Integrations service.
7
7
  * @module purecloud-platform-client-v2/api/IntegrationsApi
8
- * @version 204.0.0
8
+ * @version 204.1.0
9
9
  */
10
10
 
11
11
  /**
@@ -882,6 +882,56 @@ class IntegrationsApi {
882
882
  );
883
883
  }
884
884
 
885
+ /**
886
+ * Get a list of Audio Connector integrations
887
+ *
888
+ * @param {Object} opts Optional parameters
889
+ * @param {Number} opts.pageNumber Page number (default to 1)
890
+ * @param {Number} opts.pageSize Page size (default to 25)
891
+ */
892
+ getIntegrationsSpeechAudioconnector(opts) {
893
+ opts = opts || {};
894
+
895
+
896
+ return this.apiClient.callApi(
897
+ '/api/v2/integrations/speech/audioconnector',
898
+ 'GET',
899
+ { },
900
+ { 'pageNumber': opts['pageNumber'],'pageSize': opts['pageSize'] },
901
+ { },
902
+ { },
903
+ null,
904
+ ['PureCloud OAuth'],
905
+ ['application/json'],
906
+ ['application/json']
907
+ );
908
+ }
909
+
910
+ /**
911
+ * Get an Audio Connector integration
912
+ *
913
+ * @param {String} integrationId The integration ID
914
+ */
915
+ getIntegrationsSpeechAudioconnectorIntegrationId(integrationId) {
916
+ // verify the required parameter 'integrationId' is set
917
+ if (integrationId === undefined || integrationId === null) {
918
+ throw 'Missing the required parameter "integrationId" when calling getIntegrationsSpeechAudioconnectorIntegrationId';
919
+ }
920
+
921
+ return this.apiClient.callApi(
922
+ '/api/v2/integrations/speech/audioconnector/{integrationId}',
923
+ 'GET',
924
+ { 'integrationId': integrationId },
925
+ { },
926
+ { },
927
+ { },
928
+ null,
929
+ ['PureCloud OAuth'],
930
+ ['application/json'],
931
+ ['application/json']
932
+ );
933
+ }
934
+
885
935
  /**
886
936
  * Get details about a Dialogflow agent
887
937
  *
@@ -5,7 +5,7 @@ class JourneyApi {
5
5
  /**
6
6
  * Journey service.
7
7
  * @module purecloud-platform-client-v2/api/JourneyApi
8
- * @version 204.0.0
8
+ * @version 204.1.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class KnowledgeApi {
5
5
  /**
6
6
  * Knowledge service.
7
7
  * @module purecloud-platform-client-v2/api/KnowledgeApi
8
- * @version 204.0.0
8
+ * @version 204.1.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class LanguageUnderstandingApi {
5
5
  /**
6
6
  * LanguageUnderstanding service.
7
7
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
8
- * @version 204.0.0
8
+ * @version 204.1.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class LanguagesApi {
5
5
  /**
6
6
  * Languages service.
7
7
  * @module purecloud-platform-client-v2/api/LanguagesApi
8
- * @version 204.0.0
8
+ * @version 204.1.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class LearningApi {
5
5
  /**
6
6
  * Learning service.
7
7
  * @module purecloud-platform-client-v2/api/LearningApi
8
- * @version 204.0.0
8
+ * @version 204.1.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class LicenseApi {
5
5
  /**
6
6
  * License service.
7
7
  * @module purecloud-platform-client-v2/api/LicenseApi
8
- * @version 204.0.0
8
+ * @version 204.1.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class LocationsApi {
5
5
  /**
6
6
  * Locations service.
7
7
  * @module purecloud-platform-client-v2/api/LocationsApi
8
- * @version 204.0.0
8
+ * @version 204.1.0
9
9
  */
10
10
 
11
11
  /**