@teamleader/focus-api-specification 1.148.0 → 1.149.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.
@@ -3,7 +3,7 @@ info:
3
3
  title: Teamleader API
4
4
  description: This is the documentation of the Teamleader Focus API. If you have any feedback, or are you missing functionality to support your use case? Let us know via [api@teamleader.eu](mailto:api@teamleader.eu).
5
5
  contact: {}
6
- version: 1.148.0
6
+ version: 1.149.0
7
7
  servers:
8
8
  - url: https://api.focus.teamleader.eu
9
9
  variables: {}
@@ -5604,6 +5604,32 @@ paths:
5604
5604
  headers: {}
5605
5605
  content: {}
5606
5606
  deprecated: false
5607
+ /calls.delete:
5608
+ post:
5609
+ tags:
5610
+ - calls
5611
+ summary: calls.delete
5612
+ description: Deletes a call.
5613
+ operationId: calls.delete
5614
+ parameters: []
5615
+ requestBody:
5616
+ description: ''
5617
+ content:
5618
+ application/json:
5619
+ schema:
5620
+ allOf:
5621
+ - $ref: '#/components/schemas/calls.deleterequest'
5622
+ - example:
5623
+ id: 6fac0bf0-e803-424e-af67-76863a3d7d16
5624
+ example:
5625
+ id: 6fac0bf0-e803-424e-af67-76863a3d7d16
5626
+ required: true
5627
+ responses:
5628
+ '204':
5629
+ description: ''
5630
+ headers: {}
5631
+ content: {}
5632
+ deprecated: false
5607
5633
  /callOutcomes.list:
5608
5634
  post:
5609
5635
  tags:
@@ -22360,6 +22386,15 @@ components:
22360
22386
  outcome_summary:
22361
22387
  type: string
22362
22388
  example: Called, but was not available
22389
+ calls.deleterequest:
22390
+ title: calls.deleterequest
22391
+ required:
22392
+ - id
22393
+ type: object
22394
+ properties:
22395
+ id:
22396
+ type: string
22397
+ example: 6fac0bf0-e803-424e-af67-76863a3d7d16
22363
22398
  callOutcomes.listrequest:
22364
22399
  title: callOutcomes.listrequest
22365
22400
  type: object
@@ -0,0 +1,5 @@
1
+ ---
2
+ category: addition
3
+ ---
4
+
5
+ We added the `calls.delete` endpoint.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@teamleader/focus-api-specification",
3
3
  "description": "Teamleader Focus API Specification",
4
- "version": "1.148.0",
4
+ "version": "1.149.0",
5
5
  "author": "Teamleader <development@teamleader.eu> (https://www.teamleader.eu)",
6
6
  "bugs": {
7
7
  "url": "https://github.com/teamleadercrm/focus-api-specification/issues"