Skip to content

Commit 14b276b

Browse files
author
InIn Devops
committed
4.0.0
1 parent 723ebef commit 14b276b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+351
-350
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ npm install purecloud-platform-client-v2
2525
Reference from the CDN:
2626

2727
~~~ html
28-
<!-- Replace `3.0.0` with the version you want to use. -->
29-
<script src="https://sdk-cdn.mypurecloud.com/javascript/3.0.0/purecloud-platform-client-v2.min.js"></script>
28+
<!-- Replace `4.0.0` with the version you want to use. -->
29+
<script src="https://sdk-cdn.mypurecloud.com/javascript/4.0.0/purecloud-platform-client-v2.min.js"></script>
3030
~~~
3131

3232
View the documentation on the [PureCloud Developer Center](https://developer.mypurecloud.com/api/rest/client-libraries/javascript/).

build/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ npm install purecloud-platform-client-v2
2525
Reference from the CDN:
2626

2727
~~~ html
28-
<!-- Replace `3.0.0` with the version you want to use. -->
29-
<script src="https://sdk-cdn.mypurecloud.com/javascript/3.0.0/purecloud-platform-client-v2.min.js"></script>
28+
<!-- Replace `4.0.0` with the version you want to use. -->
29+
<script src="https://sdk-cdn.mypurecloud.com/javascript/4.0.0/purecloud-platform-client-v2.min.js"></script>
3030
~~~
3131

3232
View the documentation on the [PureCloud Developer Center](https://developer.mypurecloud.com/api/rest/client-libraries/javascript/).

build/docs/AlertingApi.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ All URIs are relative to *https://api.mypurecloud.com*
4545

4646
<a name="deleteAlertingHeartbeatAlert"></a>
4747

48-
# null deleteAlertingHeartbeatAlert(alertId)
48+
# void deleteAlertingHeartbeatAlert(alertId)
4949

5050
DELETE /api/v2/alerting/heartbeat/alerts/{alertId}
5151

@@ -86,11 +86,11 @@ apiInstance.deleteAlertingHeartbeatAlert(alertId)
8686

8787
### Return type
8888

89-
null (empty response body)
89+
void (no response body)
9090

9191
<a name="deleteAlertingHeartbeatRule"></a>
9292

93-
# null deleteAlertingHeartbeatRule(ruleId)
93+
# void deleteAlertingHeartbeatRule(ruleId)
9494

9595
DELETE /api/v2/alerting/heartbeat/rules/{ruleId}
9696

@@ -131,11 +131,11 @@ apiInstance.deleteAlertingHeartbeatRule(ruleId)
131131

132132
### Return type
133133

134-
null (empty response body)
134+
void (no response body)
135135

136136
<a name="deleteAlertingInteractionstatsAlert"></a>
137137

138-
# null deleteAlertingInteractionstatsAlert(alertId)
138+
# void deleteAlertingInteractionstatsAlert(alertId)
139139

140140
DELETE /api/v2/alerting/interactionstats/alerts/{alertId}
141141

@@ -176,11 +176,11 @@ apiInstance.deleteAlertingInteractionstatsAlert(alertId)
176176

177177
### Return type
178178

179-
null (empty response body)
179+
void (no response body)
180180

181181
<a name="deleteAlertingInteractionstatsRule"></a>
182182

183-
# null deleteAlertingInteractionstatsRule(ruleId)
183+
# void deleteAlertingInteractionstatsRule(ruleId)
184184

185185
DELETE /api/v2/alerting/interactionstats/rules/{ruleId}
186186

@@ -221,11 +221,11 @@ apiInstance.deleteAlertingInteractionstatsRule(ruleId)
221221

222222
### Return type
223223

224-
null (empty response body)
224+
void (no response body)
225225

226226
<a name="deleteAlertingRoutingstatusAlert"></a>
227227

228-
# null deleteAlertingRoutingstatusAlert(alertId)
228+
# void deleteAlertingRoutingstatusAlert(alertId)
229229

230230
DELETE /api/v2/alerting/routingstatus/alerts/{alertId}
231231

@@ -266,11 +266,11 @@ apiInstance.deleteAlertingRoutingstatusAlert(alertId)
266266

267267
### Return type
268268

269-
null (empty response body)
269+
void (no response body)
270270

271271
<a name="deleteAlertingRoutingstatusRule"></a>
272272

273-
# null deleteAlertingRoutingstatusRule(ruleId)
273+
# void deleteAlertingRoutingstatusRule(ruleId)
274274

275275
DELETE /api/v2/alerting/routingstatus/rules/{ruleId}
276276

@@ -311,11 +311,11 @@ apiInstance.deleteAlertingRoutingstatusRule(ruleId)
311311

312312
### Return type
313313

314-
null (empty response body)
314+
void (no response body)
315315

316316
<a name="deleteAlertingUserpresenceAlert"></a>
317317

318-
# null deleteAlertingUserpresenceAlert(alertId)
318+
# void deleteAlertingUserpresenceAlert(alertId)
319319

320320
DELETE /api/v2/alerting/userpresence/alerts/{alertId}
321321

@@ -356,11 +356,11 @@ apiInstance.deleteAlertingUserpresenceAlert(alertId)
356356

357357
### Return type
358358

359-
null (empty response body)
359+
void (no response body)
360360

361361
<a name="deleteAlertingUserpresenceRule"></a>
362362

363-
# null deleteAlertingUserpresenceRule(ruleId)
363+
# void deleteAlertingUserpresenceRule(ruleId)
364364

365365
DELETE /api/v2/alerting/userpresence/rules/{ruleId}
366366

@@ -401,7 +401,7 @@ apiInstance.deleteAlertingUserpresenceRule(ruleId)
401401

402402
### Return type
403403

404-
null (empty response body)
404+
void (no response body)
405405

406406
<a name="getAlertingHeartbeatAlert"></a>
407407

build/docs/AnalyticsApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ All URIs are relative to *https://api.mypurecloud.com*
3333

3434
<a name="deleteAnalyticsReportingSchedule"></a>
3535

36-
# null deleteAnalyticsReportingSchedule(scheduleId)
36+
# void deleteAnalyticsReportingSchedule(scheduleId)
3737

3838
DELETE /api/v2/analytics/reporting/schedules/{scheduleId}
3939

@@ -74,7 +74,7 @@ apiInstance.deleteAnalyticsReportingSchedule(scheduleId)
7474

7575
### Return type
7676

77-
null (empty response body)
77+
void (no response body)
7878

7979
<a name="getAnalyticsConversationDetails"></a>
8080

build/docs/ArchitectApi.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ All URIs are relative to *https://api.mypurecloud.com*
5656

5757
<a name="deleteArchitectPrompt"></a>
5858

59-
# null deleteArchitectPrompt(promptId, opts)
59+
# void deleteArchitectPrompt(promptId, opts)
6060

6161
DELETE /api/v2/architect/prompts/{promptId}
6262

@@ -101,11 +101,11 @@ apiInstance.deleteArchitectPrompt(promptId, opts)
101101

102102
### Return type
103103

104-
null (empty response body)
104+
void (no response body)
105105

106106
<a name="deleteArchitectPromptResource"></a>
107107

108-
# null deleteArchitectPromptResource(promptId, languageCode)
108+
# void deleteArchitectPromptResource(promptId, languageCode)
109109

110110
DELETE /api/v2/architect/prompts/{promptId}/resources/{languageCode}
111111

@@ -149,7 +149,7 @@ apiInstance.deleteArchitectPromptResource(promptId, languageCode)
149149

150150
### Return type
151151

152-
null (empty response body)
152+
void (no response body)
153153

154154
<a name="deleteArchitectPrompts"></a>
155155

@@ -198,7 +198,7 @@ apiInstance.deleteArchitectPrompts(id)
198198

199199
<a name="deleteArchitectSystempromptResource"></a>
200200

201-
# null deleteArchitectSystempromptResource(promptId, languageCode)
201+
# void deleteArchitectSystempromptResource(promptId, languageCode)
202202

203203
DELETE /api/v2/architect/systemprompts/{promptId}/resources/{languageCode}
204204

@@ -242,11 +242,11 @@ apiInstance.deleteArchitectSystempromptResource(promptId, languageCode)
242242

243243
### Return type
244244

245-
null (empty response body)
245+
void (no response body)
246246

247247
<a name="deleteFlow"></a>
248248

249-
# null deleteFlow(flowId)
249+
# void deleteFlow(flowId)
250250

251251
DELETE /api/v2/flows/{flowId}
252252

@@ -287,7 +287,7 @@ apiInstance.deleteFlow(flowId)
287287

288288
### Return type
289289

290-
null (empty response body)
290+
void (no response body)
291291

292292
<a name="deleteFlows"></a>
293293

@@ -1543,7 +1543,7 @@ apiInstance.getFlows(type, opts)
15431543

15441544
<a name="postArchitectDependencytrackingBuild"></a>
15451545

1546-
# null postArchitectDependencytrackingBuild()
1546+
# void postArchitectDependencytrackingBuild()
15471547

15481548
POST /api/v2/architect/dependencytracking/build
15491549

@@ -1578,7 +1578,7 @@ This endpoint does not need any parameter.
15781578

15791579
### Return type
15801580

1581-
null (empty response body)
1581+
void (no response body)
15821582

15831583
<a name="postArchitectPromptResources"></a>
15841584

build/docs/AttributesApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ All URIs are relative to *https://api.mypurecloud.com*
1717

1818
<a name="deleteAttribute"></a>
1919

20-
# null deleteAttribute(attributeId)
20+
# void deleteAttribute(attributeId)
2121

2222
DELETE /api/v2/attributes/{attributeId}
2323

@@ -58,7 +58,7 @@ apiInstance.deleteAttribute(attributeId)
5858

5959
### Return type
6060

61-
null (empty response body)
61+
void (no response body)
6262

6363
<a name="getAttribute"></a>
6464

build/docs/AuthorizationApi.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ All URIs are relative to *https://api.mypurecloud.com*
2828

2929
<a name="deleteAuthorizationRole"></a>
3030

31-
# null deleteAuthorizationRole(roleId)
31+
# void deleteAuthorizationRole(roleId)
3232

3333
DELETE /api/v2/authorization/roles/{roleId}
3434

@@ -69,11 +69,11 @@ apiInstance.deleteAuthorizationRole(roleId)
6969

7070
### Return type
7171

72-
null (empty response body)
72+
void (no response body)
7373

7474
<a name="deleteUserRoles"></a>
7575

76-
# null deleteUserRoles(userId)
76+
# void deleteUserRoles(userId)
7777

7878
DELETE /api/v2/users/{userId}/roles
7979

@@ -114,7 +114,7 @@ apiInstance.deleteUserRoles(userId)
114114

115115
### Return type
116116

117-
null (empty response body)
117+
void (no response body)
118118

119119
<a name="getAuthorizationPermissions"></a>
120120

build/docs/ContentManagementApi.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ All URIs are relative to *https://api.mypurecloud.com*
4949

5050
<a name="deleteContentmanagementDocument"></a>
5151

52-
# null deleteContentmanagementDocument(documentId, opts)
52+
# void deleteContentmanagementDocument(documentId, opts)
5353

5454
DELETE /api/v2/contentmanagement/documents/{documentId}
5555

@@ -94,11 +94,11 @@ apiInstance.deleteContentmanagementDocument(documentId, opts)
9494

9595
### Return type
9696

97-
null (empty response body)
97+
void (no response body)
9898

9999
<a name="deleteContentmanagementShare"></a>
100100

101-
# null deleteContentmanagementShare(shareId)
101+
# void deleteContentmanagementShare(shareId)
102102

103103
DELETE /api/v2/contentmanagement/shares/{shareId}
104104

@@ -139,11 +139,11 @@ apiInstance.deleteContentmanagementShare(shareId)
139139

140140
### Return type
141141

142-
null (empty response body)
142+
void (no response body)
143143

144144
<a name="deleteContentmanagementStatusStatusId"></a>
145145

146-
# null deleteContentmanagementStatusStatusId(statusId)
146+
# void deleteContentmanagementStatusStatusId(statusId)
147147

148148
DELETE /api/v2/contentmanagement/status/{statusId}
149149

@@ -184,11 +184,11 @@ apiInstance.deleteContentmanagementStatusStatusId(statusId)
184184

185185
### Return type
186186

187-
null (empty response body)
187+
void (no response body)
188188

189189
<a name="deleteContentmanagementWorkspace"></a>
190190

191-
# null deleteContentmanagementWorkspace(workspaceId, opts)
191+
# void deleteContentmanagementWorkspace(workspaceId, opts)
192192

193193
DELETE /api/v2/contentmanagement/workspaces/{workspaceId}
194194

@@ -233,11 +233,11 @@ apiInstance.deleteContentmanagementWorkspace(workspaceId, opts)
233233

234234
### Return type
235235

236-
null (empty response body)
236+
void (no response body)
237237

238238
<a name="deleteContentmanagementWorkspaceMember"></a>
239239

240-
# null deleteContentmanagementWorkspaceMember(workspaceId, memberId)
240+
# void deleteContentmanagementWorkspaceMember(workspaceId, memberId)
241241

242242
DELETE /api/v2/contentmanagement/workspaces/{workspaceId}/members/{memberId}
243243

@@ -281,11 +281,11 @@ apiInstance.deleteContentmanagementWorkspaceMember(workspaceId, memberId)
281281

282282
### Return type
283283

284-
null (empty response body)
284+
void (no response body)
285285

286286
<a name="deleteContentmanagementWorkspaceTagvalue"></a>
287287

288-
# null deleteContentmanagementWorkspaceTagvalue(workspaceId, tagId)
288+
# void deleteContentmanagementWorkspaceTagvalue(workspaceId, tagId)
289289

290290
DELETE /api/v2/contentmanagement/workspaces/{workspaceId}/tagvalues/{tagId}
291291

@@ -329,7 +329,7 @@ apiInstance.deleteContentmanagementWorkspaceTagvalue(workspaceId, tagId)
329329

330330
### Return type
331331

332-
null (empty response body)
332+
void (no response body)
333333

334334
<a name="getContentmanagementDocument"></a>
335335

0 commit comments

Comments
 (0)