@teamleader/focus-api-specification 1.117.0 → 1.119.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.117.0
6
+ version: 1.119.0
7
7
  servers:
8
8
  - url: https://api.focus.teamleader.eu
9
9
  variables: {}
@@ -12369,6 +12369,13 @@ paths:
12369
12369
  - title: TypeAndId
12370
12370
  type: object
12371
12371
  properties: *ref_1
12372
+ subscription:
12373
+ type: object
12374
+ nullable: true
12375
+ allOf:
12376
+ - title: TypeAndId
12377
+ type: object
12378
+ properties: *ref_1
12372
12379
  delivery_date:
12373
12380
  type: string
12374
12381
  nullable: true
@@ -12446,6 +12453,9 @@ paths:
12446
12453
  project:
12447
12454
  type: project
12448
12455
  id: 179e1564-493b-4305-8c54-a34fc80920fc
12456
+ subscription:
12457
+ type: subscription
12458
+ id: 8631bbbf-bead-4f6e-a2ab-58ec9bbd997a
12449
12459
  example:
12450
12460
  data:
12451
12461
  - id: 2aa4a6a9-9ce8-4851-a9b3-26aea2ea14c4
@@ -12518,6 +12528,9 @@ paths:
12518
12528
  project:
12519
12529
  type: project
12520
12530
  id: 179e1564-493b-4305-8c54-a34fc80920fc
12531
+ subscription:
12532
+ type: subscription
12533
+ id: 8631bbbf-bead-4f6e-a2ab-58ec9bbd997a
12521
12534
  deprecated: false
12522
12535
  /invoices.info:
12523
12536
  post:
@@ -15233,9 +15246,11 @@ paths:
15233
15246
  properties: *ref_20
15234
15247
  project_id:
15235
15248
  type: string
15249
+ nullable: true
15236
15250
  example: cef01135-7e51-4f6f-a6eb-6e5e5a885ac8
15237
15251
  deal_id:
15238
15252
  type: string
15253
+ nullable: true
15239
15254
  example: f6871b06-6513-4750-b5e6-ff3503b5a029
15240
15255
  note:
15241
15256
  type: string
@@ -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.117.0
6
+ version: 1.119.0
7
7
  servers:
8
8
  - url: https://api.focus.teamleader.eu
9
9
  variables: {}
@@ -6128,6 +6128,9 @@ paths:
6128
6128
  project:
6129
6129
  type: project
6130
6130
  id: 179e1564-493b-4305-8c54-a34fc80920fc
6131
+ subscription:
6132
+ type: subscription
6133
+ id: 8631bbbf-bead-4f6e-a2ab-58ec9bbd997a
6131
6134
  example:
6132
6135
  data:
6133
6136
  - id: 2aa4a6a9-9ce8-4851-a9b3-26aea2ea14c4
@@ -6200,6 +6203,9 @@ paths:
6200
6203
  project:
6201
6204
  type: project
6202
6205
  id: 179e1564-493b-4305-8c54-a34fc80920fc
6206
+ subscription:
6207
+ type: subscription
6208
+ id: 8631bbbf-bead-4f6e-a2ab-58ec9bbd997a
6203
6209
  deprecated: false
6204
6210
  /invoices.info:
6205
6211
  post:
@@ -22852,6 +22858,11 @@ components:
22852
22858
  nullable: true
22853
22859
  allOf:
22854
22860
  - $ref: '#/components/schemas/TypeAndId'
22861
+ subscription:
22862
+ type: object
22863
+ nullable: true
22864
+ allOf:
22865
+ - $ref: '#/components/schemas/TypeAndId'
22855
22866
  delivery_date:
22856
22867
  type: string
22857
22868
  nullable: true
@@ -24409,9 +24420,11 @@ components:
24409
24420
  - $ref: '#/components/schemas/PaymentTerm'
24410
24421
  project_id:
24411
24422
  type: string
24423
+ nullable: true
24412
24424
  example: cef01135-7e51-4f6f-a6eb-6e5e5a885ac8
24413
24425
  deal_id:
24414
24426
  type: string
24427
+ nullable: true
24415
24428
  example: f6871b06-6513-4750-b5e6-ff3503b5a029
24416
24429
  note:
24417
24430
  type: string
@@ -0,0 +1,5 @@
1
+ ---
2
+ category: addition
3
+ ---
4
+
5
+ Added `subscription` to the `invoices.list` response. When an invoice was generated from a subscription, the response includes `{"type": "subscription", "id": "<uuid>"}`, otherwise `null`.
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.117.0",
4
+ "version": "1.119.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"