@teamleader/focus-api-specification 1.43.0 → 1.44.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.43.0
6
+ version: 1.44.0
7
7
  servers:
8
8
  - url: https://api.focus.teamleader.eu
9
9
  variables: {}
@@ -14494,6 +14494,10 @@ paths:
14494
14494
  web_url:
14495
14495
  type: string
14496
14496
  example: https://focus.teamleader.eu/subscription_detail.php?id=e2314517-3cab-4aa9-8471-450e73449041
14497
+ created_at:
14498
+ type: string
14499
+ nullable: true
14500
+ example: '2022-04-18T16:44:33+00:00'
14497
14501
  description: ''
14498
14502
  deprecated: false
14499
14503
  /subscriptions.info:
@@ -14696,6 +14700,10 @@ paths:
14696
14700
  currency:
14697
14701
  type: string
14698
14702
  example: USD
14703
+ created_at:
14704
+ type: string
14705
+ nullable: true
14706
+ example: '2022-04-18T16:44:33+00:00'
14699
14707
  deprecated: false
14700
14708
  /subscriptions.create:
14701
14709
  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.43.0
6
+ version: 1.44.0
7
7
  servers:
8
8
  - url: https://api.focus.teamleader.eu
9
9
  variables: {}
@@ -23503,6 +23503,10 @@ components:
23503
23503
  web_url:
23504
23504
  type: string
23505
23505
  example: https://focus.teamleader.eu/subscription_detail.php?id=e2314517-3cab-4aa9-8471-450e73449041
23506
+ created_at:
23507
+ type: string
23508
+ nullable: true
23509
+ example: '2022-04-18T16:44:33+00:00'
23506
23510
  description: ''
23507
23511
  subscriptions.inforequest:
23508
23512
  title: subscriptions.inforequest
@@ -23650,6 +23654,10 @@ components:
23650
23654
  currency:
23651
23655
  type: string
23652
23656
  example: USD
23657
+ created_at:
23658
+ type: string
23659
+ nullable: true
23660
+ example: '2022-04-18T16:44:33+00:00'
23653
23661
  SubscriptionsGroupedLinesRequest:
23654
23662
  title: SubscriptionsGroupedLinesRequest
23655
23663
  required:
@@ -0,0 +1,5 @@
1
+ ---
2
+ category: addition
3
+ ---
4
+
5
+ We added `created_at` to `subscriptions.list` and `subscriptions.info`.
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.43.0",
4
+ "version": "1.44.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"