@teamleader/focus-api-specification 1.18.0 → 1.20.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.18.0
6
+ version: 1.20.0
7
7
  servers:
8
8
  - url: https://api.focus.teamleader.eu
9
9
  variables: {}
@@ -16577,7 +16577,7 @@ components:
16577
16577
  business_type:
16578
16578
  allOf:
16579
16579
  - $ref: '#/components/schemas/TypeAndId'
16580
- properties:
16580
+ - properties:
16581
16581
  type:
16582
16582
  type: string
16583
16583
  example: businessType
@@ -16717,7 +16717,7 @@ components:
16717
16717
  business_type:
16718
16718
  allOf:
16719
16719
  - $ref: '#/components/schemas/TypeAndId'
16720
- properties:
16720
+ - properties:
16721
16721
  type:
16722
16722
  type: string
16723
16723
  example: businessType
@@ -17239,7 +17239,7 @@ components:
17239
17239
  order:
17240
17240
  allOf:
17241
17241
  - $ref: '#/components/schemas/Order'
17242
- default: desc
17242
+ - default: desc
17243
17243
  description: ''
17244
17244
  includes:
17245
17245
  type: string
@@ -18926,7 +18926,7 @@ components:
18926
18926
  nullable: true
18927
18927
  allOf:
18928
18928
  - $ref: '#/components/schemas/TypeAndId'
18929
- properties:
18929
+ - properties:
18930
18930
  type:
18931
18931
  type: string
18932
18932
  enum:
@@ -19064,7 +19064,7 @@ components:
19064
19064
  nullable: true
19065
19065
  allOf:
19066
19066
  - $ref: '#/components/schemas/TypeAndId'
19067
- properties:
19067
+ - properties:
19068
19068
  type:
19069
19069
  type: string
19070
19070
  enum:
@@ -19610,7 +19610,7 @@ components:
19610
19610
  type: string
19611
19611
  example: Called, but was not available
19612
19612
  callOutcomes.listrequest:
19613
- title: callOutcomes.listrequest.yaml
19613
+ title: callOutcomes.listrequest
19614
19614
  type: object
19615
19615
  properties:
19616
19616
  page:
@@ -20046,7 +20046,7 @@ components:
20046
20046
  order:
20047
20047
  allOf:
20048
20048
  - $ref: '#/components/schemas/Order'
20049
- default: desc
20049
+ - default: desc
20050
20050
  description: ''
20051
20051
  includes:
20052
20052
  type: string
@@ -21531,7 +21531,7 @@ components:
21531
21531
  billing_cycle:
21532
21532
  allOf:
21533
21533
  - $ref: '#/components/schemas/BillingCycle'
21534
- required:
21534
+ - required:
21535
21535
  - periodicity
21536
21536
  - days_in_advance
21537
21537
  title:
@@ -23394,7 +23394,7 @@ components:
23394
23394
  description: Only included if `legacy_project` is in the optional includes. `null` if there is no corresponding legacy project
23395
23395
  allOf:
23396
23396
  - $ref: '#/components/schemas/TypeAndId'
23397
- properties:
23397
+ - properties:
23398
23398
  type:
23399
23399
  type: string
23400
23400
  example: project
@@ -23620,7 +23620,7 @@ components:
23620
23620
  description: Only included if `legacy_project` is in the optional includes. `null` if there is no corresponding legacy project
23621
23621
  allOf:
23622
23622
  - $ref: '#/components/schemas/TypeAndId'
23623
- properties:
23623
+ - properties:
23624
23624
  type:
23625
23625
  type: string
23626
23626
  example: project
@@ -26056,7 +26056,7 @@ components:
26056
26056
  nullable: true
26057
26057
  allOf:
26058
26058
  - $ref: '#/components/schemas/TypeAndId'
26059
- required:
26059
+ - required:
26060
26060
  - id
26061
26061
  properties:
26062
26062
  type:
@@ -26135,7 +26135,7 @@ components:
26135
26135
  nullable: true
26136
26136
  allOf:
26137
26137
  - $ref: '#/components/schemas/TypeAndId'
26138
- required:
26138
+ - required:
26139
26139
  - id
26140
26140
  properties:
26141
26141
  type:
@@ -26433,6 +26433,17 @@ components:
26433
26433
  quantity:
26434
26434
  type: number
26435
26435
  example: 5
26436
+ TimeTrackingRelatesToTypes:
26437
+ title: TimeTrackingRelatesToTypes
26438
+ enum:
26439
+ - contact
26440
+ - company
26441
+ - project
26442
+ - milestone
26443
+ - ticket
26444
+ - nextgenProject
26445
+ - nextgenProjectGroup
26446
+ type: string
26436
26447
  timeTracking.listresponse:
26437
26448
  title: timeTracking.listresponse
26438
26449
  type: object
@@ -26470,7 +26481,7 @@ components:
26470
26481
  subject:
26471
26482
  allOf:
26472
26483
  - $ref: '#/components/schemas/TypeAndId'
26473
- properties:
26484
+ - properties:
26474
26485
  type:
26475
26486
  type: string
26476
26487
  enum:
@@ -26498,9 +26509,9 @@ components:
26498
26509
  items:
26499
26510
  allOf:
26500
26511
  - $ref: '#/components/schemas/TypeAndId'
26501
- properties:
26512
+ - properties:
26502
26513
  type:
26503
- $ref: ../TimeTrackingRelatesToTypes.yaml
26514
+ $ref: '#/components/schemas/TimeTrackingRelatesToTypes'
26504
26515
  description: Only included with request parameter `includes=relates_to`
26505
26516
  hourly_rate:
26506
26517
  type: object
@@ -26555,7 +26566,7 @@ components:
26555
26566
  subject:
26556
26567
  allOf:
26557
26568
  - $ref: '#/components/schemas/TypeAndId'
26558
- properties:
26569
+ - properties:
26559
26570
  type:
26560
26571
  type: string
26561
26572
  enum:
@@ -26587,9 +26598,9 @@ components:
26587
26598
  items:
26588
26599
  allOf:
26589
26600
  - $ref: '#/components/schemas/TypeAndId'
26590
- properties:
26601
+ - properties:
26591
26602
  type:
26592
- $ref: ../TimeTrackingRelatesToTypes.yaml
26603
+ $ref: '#/components/schemas/TimeTrackingRelatesToTypes'
26593
26604
  description: Only included with request parameter `includes=relates_to`
26594
26605
  hourly_rate:
26595
26606
  type: object
@@ -26798,7 +26809,7 @@ components:
26798
26809
  subject:
26799
26810
  allOf:
26800
26811
  - $ref: '#/components/schemas/TypeAndId'
26801
- properties:
26812
+ - properties:
26802
26813
  type:
26803
26814
  type: string
26804
26815
  enum:
@@ -27319,7 +27330,7 @@ components:
27319
27330
  sent_by:
27320
27331
  allOf:
27321
27332
  - $ref: '#/components/schemas/SentBy'
27322
- required:
27333
+ - required:
27323
27334
  - type
27324
27335
  - id
27325
27336
  sent_at:
@@ -27522,7 +27533,7 @@ components:
27522
27533
  nullable: true
27523
27534
  allOf:
27524
27535
  - $ref: '#/components/schemas/TypeAndId'
27525
- properties:
27536
+ - properties:
27526
27537
  type:
27527
27538
  type: string
27528
27539
  enum:
@@ -27579,7 +27590,7 @@ components:
27579
27590
  nullable: true
27580
27591
  allOf:
27581
27592
  - $ref: '#/components/schemas/TypeAndId'
27582
- properties:
27593
+ - properties:
27583
27594
  type:
27584
27595
  type: string
27585
27596
  enum:
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.18.0",
4
+ "version": "1.20.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"