@teamleader/focus-api-specification 1.112.0 → 1.114.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.112.0
6
+ version: 1.114.0
7
7
  servers:
8
8
  - url: https://api.focus.teamleader.eu
9
9
  variables: {}
@@ -28420,6 +28420,8 @@ paths:
28420
28420
  enum:
28421
28421
  - milestone
28422
28422
  - project
28423
+ - nextgenProject
28424
+ - nextgenProjectGroup
28423
28425
  sort:
28424
28426
  type: array
28425
28427
  items:
@@ -31628,6 +31630,34 @@ paths:
31628
31630
  type: object
31629
31631
  properties: *ref_64
31630
31632
  - type: object
31633
+ project:
31634
+ type: object
31635
+ nullable: true
31636
+ allOf:
31637
+ - title: TypeAndId
31638
+ type: object
31639
+ properties: *ref_1
31640
+ - properties:
31641
+ type:
31642
+ example: nextgenProject
31643
+ group:
31644
+ type: object
31645
+ nullable: true
31646
+ allOf:
31647
+ - title: TypeAndId
31648
+ type: object
31649
+ properties: *ref_1
31650
+ - properties:
31651
+ type:
31652
+ example: nextgenProjectGroup
31653
+ purchase_price:
31654
+ type: object
31655
+ nullable: true
31656
+ allOf:
31657
+ - title: Money
31658
+ required: *ref_31
31659
+ type: object
31660
+ properties: *ref_32
31631
31661
  description: ''
31632
31662
  description: ''
31633
31663
  total:
@@ -31703,6 +31733,7 @@ paths:
31703
31733
  properties: *ref_1
31704
31734
  - type: object
31705
31735
  nullable: true
31736
+ description: Only available for users that have access to the old projects module
31706
31737
  assignee:
31707
31738
  allOf:
31708
31739
  - title: TypeAndId
@@ -31921,6 +31952,7 @@ paths:
31921
31952
  properties: *ref_1
31922
31953
  - type: object
31923
31954
  nullable: true
31955
+ description: Only available for users that have access to the old projects module
31924
31956
  assignee:
31925
31957
  allOf:
31926
31958
  - title: TypeAndId
@@ -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.112.0
6
+ version: 1.114.0
7
7
  servers:
8
8
  - url: https://api.focus.teamleader.eu
9
9
  variables: {}
@@ -29707,6 +29707,8 @@ components:
29707
29707
  enum:
29708
29708
  - milestone
29709
29709
  - project
29710
+ - nextgenProject
29711
+ - nextgenProjectGroup
29710
29712
  sort:
29711
29713
  type: array
29712
29714
  items:
@@ -31234,6 +31236,27 @@ components:
31234
31236
  allOf:
31235
31237
  - $ref: '#/components/schemas/AmountWithTax'
31236
31238
  - type: object
31239
+ project:
31240
+ type: object
31241
+ nullable: true
31242
+ allOf:
31243
+ - $ref: '#/components/schemas/TypeAndId'
31244
+ - properties:
31245
+ type:
31246
+ example: nextgenProject
31247
+ group:
31248
+ type: object
31249
+ nullable: true
31250
+ allOf:
31251
+ - $ref: '#/components/schemas/TypeAndId'
31252
+ - properties:
31253
+ type:
31254
+ example: nextgenProjectGroup
31255
+ purchase_price:
31256
+ type: object
31257
+ nullable: true
31258
+ allOf:
31259
+ - $ref: '#/components/schemas/Money'
31237
31260
  description: ''
31238
31261
  orders.inforesponse:
31239
31262
  title: orders.inforesponse
@@ -31323,6 +31346,7 @@ components:
31323
31346
  - $ref: '#/components/schemas/TypeAndId'
31324
31347
  - type: object
31325
31348
  nullable: true
31349
+ description: Only available for users that have access to the old projects module
31326
31350
  assignee:
31327
31351
  allOf:
31328
31352
  - $ref: '#/components/schemas/TypeAndId'
@@ -31433,6 +31457,7 @@ components:
31433
31457
  - $ref: '#/components/schemas/TypeAndId'
31434
31458
  - type: object
31435
31459
  nullable: true
31460
+ description: Only available for users that have access to the old projects module
31436
31461
  assignee:
31437
31462
  allOf:
31438
31463
  - $ref: '#/components/schemas/TypeAndId'
@@ -0,0 +1,5 @@
1
+ ---
2
+ category: addition
3
+ ---
4
+
5
+ We added `nextgenProject` and `nextgenProjectGroup` to the `relates_to` filter on `timeTracking.list`.
@@ -0,0 +1,5 @@
1
+ ---
2
+ category: addition
3
+ ---
4
+
5
+ We added `project`, `group`, and `purchase_price` to the line items on the `orders.info` 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.112.0",
4
+ "version": "1.114.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"