@teamleader/focus-api-specification 1.145.0 → 1.147.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.145.0
6
+ version: 1.147.0
7
7
  servers:
8
8
  - url: https://api.focus.teamleader.eu
9
9
  variables: {}
@@ -26501,6 +26501,7 @@ paths:
26501
26501
  - fixed_price
26502
26502
  - unit_price
26503
26503
  - non_billable
26504
+ - parent_fixed_price
26504
26505
  example: unit_price
26505
26506
  billing_status:
26506
26507
  allOf:
@@ -26845,6 +26846,7 @@ paths:
26845
26846
  - fixed_price
26846
26847
  - unit_price
26847
26848
  - non_billable
26849
+ - parent_fixed_price
26848
26850
  example: unit_price
26849
26851
  billing_status:
26850
26852
  allOf:
@@ -27149,10 +27151,12 @@ paths:
27149
27151
  example: Protects metal from rust and corrosion, penetrates stuck parts, displaces moisture and lubricates almost anything.
27150
27152
  billing_method:
27151
27153
  type: string
27154
+ description: '`parent_fixed_price` is only valid if the parent is fixed price.'
27152
27155
  enum:
27153
27156
  - fixed_price
27154
27157
  - unit_price
27155
27158
  - non_billable
27159
+ - parent_fixed_price
27156
27160
  example: unit_price
27157
27161
  quantity:
27158
27162
  type: number
@@ -27351,10 +27355,12 @@ paths:
27351
27355
  example: on_hold
27352
27356
  billing_method:
27353
27357
  type: string
27358
+ description: '`parent_fixed_price` is only valid if the parent is fixed price.'
27354
27359
  enum:
27355
27360
  - fixed_price
27356
27361
  - unit_price
27357
27362
  - non_billable
27363
+ - parent_fixed_price
27358
27364
  example: unit_price
27359
27365
  quantity:
27360
27366
  type: number
@@ -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.145.0
6
+ version: 1.147.0
7
7
  servers:
8
8
  - url: https://api.focus.teamleader.eu
9
9
  variables: {}
@@ -28881,6 +28881,7 @@ components:
28881
28881
  - fixed_price
28882
28882
  - unit_price
28883
28883
  - non_billable
28884
+ - parent_fixed_price
28884
28885
  example: unit_price
28885
28886
  billing_status:
28886
28887
  allOf:
@@ -29038,6 +29039,7 @@ components:
29038
29039
  - fixed_price
29039
29040
  - unit_price
29040
29041
  - non_billable
29042
+ - parent_fixed_price
29041
29043
  example: unit_price
29042
29044
  billing_status:
29043
29045
  allOf:
@@ -29169,10 +29171,12 @@ components:
29169
29171
  example: Protects metal from rust and corrosion, penetrates stuck parts, displaces moisture and lubricates almost anything.
29170
29172
  billing_method:
29171
29173
  type: string
29174
+ description: '`parent_fixed_price` is only valid if the parent is fixed price.'
29172
29175
  enum:
29173
29176
  - fixed_price
29174
29177
  - unit_price
29175
29178
  - non_billable
29179
+ - parent_fixed_price
29176
29180
  example: unit_price
29177
29181
  quantity:
29178
29182
  type: number
@@ -29264,10 +29268,12 @@ components:
29264
29268
  example: on_hold
29265
29269
  billing_method:
29266
29270
  type: string
29271
+ description: '`parent_fixed_price` is only valid if the parent is fixed price.'
29267
29272
  enum:
29268
29273
  - fixed_price
29269
29274
  - unit_price
29270
29275
  - non_billable
29276
+ - parent_fixed_price
29271
29277
  example: unit_price
29272
29278
  quantity:
29273
29279
  type: number
@@ -0,0 +1,5 @@
1
+ ---
2
+ category: addition
3
+ ---
4
+
5
+ Add `parent_fixed_price` as a valid `billing_method` for `materials.create` and `materials.update`. Also add them as a possible value for `billing_method` in `materials.info` and `materials.list`.
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.145.0",
4
+ "version": "1.147.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"