@teamleader/focus-api-specification 1.87.0 → 1.88.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.87.0
6
+ version: 1.88.0
7
7
  servers:
8
8
  - url: https://api.focus.teamleader.eu
9
9
  variables: {}
@@ -3229,7 +3229,7 @@ paths:
3229
3229
  includes:
3230
3230
  type: string
3231
3231
  description: Comma-separated list of optional includes
3232
- example: custom_fields
3232
+ example: custom_fields,price_list
3233
3233
  - example:
3234
3234
  filter:
3235
3235
  email:
@@ -3250,7 +3250,7 @@ paths:
3250
3250
  number: 1
3251
3251
  sort:
3252
3252
  - field: added_at
3253
- includes: custom_fields
3253
+ includes: custom_fields,price_list
3254
3254
  example:
3255
3255
  filter:
3256
3256
  email:
@@ -3272,7 +3272,7 @@ paths:
3272
3272
  number: 1
3273
3273
  sort:
3274
3274
  - field: added_at
3275
- includes: custom_fields
3275
+ includes: custom_fields,price_list
3276
3276
  required: true
3277
3277
  responses:
3278
3278
  '200':
@@ -3456,6 +3456,16 @@ paths:
3456
3456
  - user
3457
3457
  example: company
3458
3458
  description: Only included with request parameter `includes=custom_fields`
3459
+ price_list:
3460
+ type: object
3461
+ properties:
3462
+ type:
3463
+ type: string
3464
+ example: priceList
3465
+ id:
3466
+ type: string
3467
+ example: 27261187-19c9-081f-b833-021fa5873129
3468
+ description: Only included with request parameter `includes=price_list`
3459
3469
  description: ''
3460
3470
  - example:
3461
3471
  data:
@@ -3501,6 +3511,9 @@ paths:
3501
3511
  type: customFieldDefinition
3502
3512
  id: bf6765de-56eb-40ec-ad14-9096c5dc5fe1
3503
3513
  value: '092980616'
3514
+ price_list:
3515
+ type: priceList
3516
+ id: 5a37d173-78d3-05f3-b018-d51fadc1c5d2
3504
3517
  example:
3505
3518
  data:
3506
3519
  - id: 2a39e420-3ba3-4384-8024-fa702ef99c9f
@@ -3545,6 +3558,9 @@ paths:
3545
3558
  type: customFieldDefinition
3546
3559
  id: bf6765de-56eb-40ec-ad14-9096c5dc5fe1
3547
3560
  value: '092980616'
3561
+ price_list:
3562
+ type: priceList
3563
+ id: 5a37d173-78d3-05f3-b018-d51fadc1c5d2
3548
3564
  deprecated: false
3549
3565
  /contacts.info:
3550
3566
  post:
@@ -4703,7 +4719,7 @@ paths:
4703
4719
  includes:
4704
4720
  type: string
4705
4721
  description: Comma-separated list of optional includes
4706
- example: custom_fields
4722
+ example: custom_fields,price_list
4707
4723
  - example:
4708
4724
  filter:
4709
4725
  email:
@@ -4725,7 +4741,7 @@ paths:
4725
4741
  number: 1
4726
4742
  sort:
4727
4743
  - field: name
4728
- includes: custom_fields
4744
+ includes: custom_fields,price_list
4729
4745
  example:
4730
4746
  filter:
4731
4747
  email:
@@ -4748,7 +4764,7 @@ paths:
4748
4764
  number: 1
4749
4765
  sort:
4750
4766
  - field: name
4751
- includes: custom_fields
4767
+ includes: custom_fields,price_list
4752
4768
  required: true
4753
4769
  responses:
4754
4770
  '200':
@@ -4887,6 +4903,16 @@ paths:
4887
4903
  type: object
4888
4904
  properties: *ref_21
4889
4905
  description: Only included with request parameter `includes=custom_fields`
4906
+ price_list:
4907
+ type: object
4908
+ properties:
4909
+ type:
4910
+ type: string
4911
+ example: priceList
4912
+ id:
4913
+ type: string
4914
+ example: 27261187-19c9-081f-b833-021fa5873129
4915
+ description: Only included with request parameter `includes=price_list`
4890
4916
  description: ''
4891
4917
  - example:
4892
4918
  data:
@@ -4936,6 +4962,9 @@ paths:
4936
4962
  type: customFieldDefinition
4937
4963
  id: bf6765de-56eb-40ec-ad14-9096c5dc5fe1
4938
4964
  value: '092980616'
4965
+ price_list:
4966
+ type: priceList
4967
+ id: 5a37d173-78d3-05f3-b018-d51fadc1c5d2
4939
4968
  example:
4940
4969
  data:
4941
4970
  - id: 96a38bbf-24ed-4083-8a5c-20db92aa471e
@@ -4984,6 +5013,9 @@ paths:
4984
5013
  type: customFieldDefinition
4985
5014
  id: bf6765de-56eb-40ec-ad14-9096c5dc5fe1
4986
5015
  value: '092980616'
5016
+ price_list:
5017
+ type: priceList
5018
+ id: 5a37d173-78d3-05f3-b018-d51fadc1c5d2
4987
5019
  deprecated: false
4988
5020
  /companies.info:
4989
5021
  post:
@@ -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.87.0
6
+ version: 1.88.0
7
7
  servers:
8
8
  - url: https://api.focus.teamleader.eu
9
9
  variables: {}
@@ -1714,7 +1714,7 @@ paths:
1714
1714
  number: 1
1715
1715
  sort:
1716
1716
  - field: added_at
1717
- includes: custom_fields
1717
+ includes: custom_fields,price_list
1718
1718
  example:
1719
1719
  filter:
1720
1720
  email:
@@ -1736,7 +1736,7 @@ paths:
1736
1736
  number: 1
1737
1737
  sort:
1738
1738
  - field: added_at
1739
- includes: custom_fields
1739
+ includes: custom_fields,price_list
1740
1740
  required: true
1741
1741
  responses:
1742
1742
  '200':
@@ -1791,6 +1791,9 @@ paths:
1791
1791
  type: customFieldDefinition
1792
1792
  id: bf6765de-56eb-40ec-ad14-9096c5dc5fe1
1793
1793
  value: '092980616'
1794
+ price_list:
1795
+ type: priceList
1796
+ id: 5a37d173-78d3-05f3-b018-d51fadc1c5d2
1794
1797
  example:
1795
1798
  data:
1796
1799
  - id: 2a39e420-3ba3-4384-8024-fa702ef99c9f
@@ -1835,6 +1838,9 @@ paths:
1835
1838
  type: customFieldDefinition
1836
1839
  id: bf6765de-56eb-40ec-ad14-9096c5dc5fe1
1837
1840
  value: '092980616'
1841
+ price_list:
1842
+ type: priceList
1843
+ id: 5a37d173-78d3-05f3-b018-d51fadc1c5d2
1838
1844
  deprecated: false
1839
1845
  /contacts.info:
1840
1846
  post:
@@ -2392,7 +2398,7 @@ paths:
2392
2398
  number: 1
2393
2399
  sort:
2394
2400
  - field: name
2395
- includes: custom_fields
2401
+ includes: custom_fields,price_list
2396
2402
  example:
2397
2403
  filter:
2398
2404
  email:
@@ -2415,7 +2421,7 @@ paths:
2415
2421
  number: 1
2416
2422
  sort:
2417
2423
  - field: name
2418
- includes: custom_fields
2424
+ includes: custom_fields,price_list
2419
2425
  required: true
2420
2426
  responses:
2421
2427
  '200':
@@ -2474,6 +2480,9 @@ paths:
2474
2480
  type: customFieldDefinition
2475
2481
  id: bf6765de-56eb-40ec-ad14-9096c5dc5fe1
2476
2482
  value: '092980616'
2483
+ price_list:
2484
+ type: priceList
2485
+ id: 5a37d173-78d3-05f3-b018-d51fadc1c5d2
2477
2486
  example:
2478
2487
  data:
2479
2488
  - id: 96a38bbf-24ed-4083-8a5c-20db92aa471e
@@ -2522,6 +2531,9 @@ paths:
2522
2531
  type: customFieldDefinition
2523
2532
  id: bf6765de-56eb-40ec-ad14-9096c5dc5fe1
2524
2533
  value: '092980616'
2534
+ price_list:
2535
+ type: priceList
2536
+ id: 5a37d173-78d3-05f3-b018-d51fadc1c5d2
2525
2537
  deprecated: false
2526
2538
  /companies.info:
2527
2539
  post:
@@ -17972,7 +17984,7 @@ components:
17972
17984
  includes:
17973
17985
  type: string
17974
17986
  description: Comma-separated list of optional includes
17975
- example: custom_fields
17987
+ example: custom_fields,price_list
17976
17988
  Gender:
17977
17989
  title: Gender
17978
17990
  type: string
@@ -18148,6 +18160,16 @@ components:
18148
18160
  items:
18149
18161
  $ref: '#/components/schemas/CustomFieldsResponse'
18150
18162
  description: Only included with request parameter `includes=custom_fields`
18163
+ price_list:
18164
+ type: object
18165
+ properties:
18166
+ type:
18167
+ type: string
18168
+ example: priceList
18169
+ id:
18170
+ type: string
18171
+ example: 27261187-19c9-081f-b833-021fa5873129
18172
+ description: Only included with request parameter `includes=price_list`
18151
18173
  description: ''
18152
18174
  contacts.inforequest:
18153
18175
  title: contacts.inforequest
@@ -18757,7 +18779,7 @@ components:
18757
18779
  includes:
18758
18780
  type: string
18759
18781
  description: Comma-separated list of optional includes
18760
- example: custom_fields
18782
+ example: custom_fields,price_list
18761
18783
  CompanyTelephone:
18762
18784
  title: CompanyTelephone
18763
18785
  required:
@@ -18876,6 +18898,16 @@ components:
18876
18898
  items:
18877
18899
  $ref: '#/components/schemas/CustomFieldsResponse'
18878
18900
  description: Only included with request parameter `includes=custom_fields`
18901
+ price_list:
18902
+ type: object
18903
+ properties:
18904
+ type:
18905
+ type: string
18906
+ example: priceList
18907
+ id:
18908
+ type: string
18909
+ example: 27261187-19c9-081f-b833-021fa5873129
18910
+ description: Only included with request parameter `includes=price_list`
18879
18911
  description: ''
18880
18912
  companies.inforequest:
18881
18913
  title: companies.inforequest
@@ -0,0 +1,5 @@
1
+ ---
2
+ category: addition
3
+ ---
4
+
5
+ We added support for `price_list` on `companies.list` and `contacts.list` as an optional includes.
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.87.0",
4
+ "version": "1.88.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"