@teamleader/focus-api-specification 1.113.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.113.0
6
+ version: 1.114.0
7
7
  servers:
8
8
  - url: https://api.focus.teamleader.eu
9
9
  variables: {}
@@ -31630,6 +31630,34 @@ paths:
31630
31630
  type: object
31631
31631
  properties: *ref_64
31632
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
31633
31661
  description: ''
31634
31662
  description: ''
31635
31663
  total:
@@ -31705,6 +31733,7 @@ paths:
31705
31733
  properties: *ref_1
31706
31734
  - type: object
31707
31735
  nullable: true
31736
+ description: Only available for users that have access to the old projects module
31708
31737
  assignee:
31709
31738
  allOf:
31710
31739
  - title: TypeAndId
@@ -31923,6 +31952,7 @@ paths:
31923
31952
  properties: *ref_1
31924
31953
  - type: object
31925
31954
  nullable: true
31955
+ description: Only available for users that have access to the old projects module
31926
31956
  assignee:
31927
31957
  allOf:
31928
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.113.0
6
+ version: 1.114.0
7
7
  servers:
8
8
  - url: https://api.focus.teamleader.eu
9
9
  variables: {}
@@ -31236,6 +31236,27 @@ components:
31236
31236
  allOf:
31237
31237
  - $ref: '#/components/schemas/AmountWithTax'
31238
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'
31239
31260
  description: ''
31240
31261
  orders.inforesponse:
31241
31262
  title: orders.inforesponse
@@ -31325,6 +31346,7 @@ components:
31325
31346
  - $ref: '#/components/schemas/TypeAndId'
31326
31347
  - type: object
31327
31348
  nullable: true
31349
+ description: Only available for users that have access to the old projects module
31328
31350
  assignee:
31329
31351
  allOf:
31330
31352
  - $ref: '#/components/schemas/TypeAndId'
@@ -31435,6 +31457,7 @@ components:
31435
31457
  - $ref: '#/components/schemas/TypeAndId'
31436
31458
  - type: object
31437
31459
  nullable: true
31460
+ description: Only available for users that have access to the old projects module
31438
31461
  assignee:
31439
31462
  allOf:
31440
31463
  - $ref: '#/components/schemas/TypeAndId'
@@ -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.113.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"