@teamleader/focus-api-specification 1.124.0 → 1.126.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.124.0
6
+ version: 1.126.0
7
7
  servers:
8
8
  - url: https://api.focus.teamleader.eu
9
9
  variables: {}
@@ -14782,6 +14782,21 @@ paths:
14782
14782
  web_url:
14783
14783
  type: string
14784
14784
  example: https://focus.teamleader.eu/subscription_detail.php?id=e2314517-3cab-4aa9-8471-450e73449041
14785
+ purchase_order_number:
14786
+ type: string
14787
+ nullable: true
14788
+ example: '000023'
14789
+ delivery_information:
14790
+ type: object
14791
+ nullable: true
14792
+ properties:
14793
+ type:
14794
+ type: string
14795
+ enum:
14796
+ - set_days_after_invoice_date
14797
+ number_of_days_after_invoice_date:
14798
+ type: integer
14799
+ example: 5
14785
14800
  created_at:
14786
14801
  type: string
14787
14802
  nullable: true
@@ -14989,6 +15004,21 @@ paths:
14989
15004
  currency:
14990
15005
  type: string
14991
15006
  example: USD
15007
+ purchase_order_number:
15008
+ type: string
15009
+ nullable: true
15010
+ example: '000023'
15011
+ delivery_information:
15012
+ type: object
15013
+ nullable: true
15014
+ properties:
15015
+ type:
15016
+ type: string
15017
+ enum:
15018
+ - set_days_after_invoice_date
15019
+ number_of_days_after_invoice_date:
15020
+ type: integer
15021
+ example: 5
14992
15022
  created_at:
14993
15023
  type: string
14994
15024
  nullable: true
@@ -15161,6 +15191,25 @@ paths:
15161
15191
  document_template_id:
15162
15192
  type: string
15163
15193
  example: 179e1564-493b-4305-8c54-a34fc80920fc
15194
+ purchase_order_number:
15195
+ type: string
15196
+ nullable: true
15197
+ example: '000023'
15198
+ delivery_information:
15199
+ type: object
15200
+ nullable: true
15201
+ properties:
15202
+ type:
15203
+ type: string
15204
+ enum:
15205
+ - set_days_after_invoice_date
15206
+ number_of_days_after_invoice_date:
15207
+ type: integer
15208
+ minimum: 0
15209
+ example: 5
15210
+ required:
15211
+ - type
15212
+ - number_of_days_after_invoice_date
15164
15213
  required: true
15165
15214
  responses:
15166
15215
  '201':
@@ -15331,6 +15380,25 @@ paths:
15331
15380
  document_template_id:
15332
15381
  type: string
15333
15382
  example: 179e1564-493b-4305-8c54-a34fc80920fc
15383
+ purchase_order_number:
15384
+ type: string
15385
+ nullable: true
15386
+ example: '000023'
15387
+ delivery_information:
15388
+ type: object
15389
+ nullable: true
15390
+ properties:
15391
+ type:
15392
+ type: string
15393
+ enum:
15394
+ - set_days_after_invoice_date
15395
+ number_of_days_after_invoice_date:
15396
+ type: integer
15397
+ minimum: 0
15398
+ example: 5
15399
+ required:
15400
+ - type
15401
+ - number_of_days_after_invoice_date
15334
15402
  required: true
15335
15403
  responses:
15336
15404
  '204':
@@ -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.124.0
6
+ version: 1.126.0
7
7
  servers:
8
8
  - url: https://api.focus.teamleader.eu
9
9
  variables: {}
@@ -24015,6 +24015,21 @@ components:
24015
24015
  web_url:
24016
24016
  type: string
24017
24017
  example: https://focus.teamleader.eu/subscription_detail.php?id=e2314517-3cab-4aa9-8471-450e73449041
24018
+ purchase_order_number:
24019
+ type: string
24020
+ nullable: true
24021
+ example: '000023'
24022
+ delivery_information:
24023
+ type: object
24024
+ nullable: true
24025
+ properties:
24026
+ type:
24027
+ type: string
24028
+ enum:
24029
+ - set_days_after_invoice_date
24030
+ number_of_days_after_invoice_date:
24031
+ type: integer
24032
+ example: 5
24018
24033
  created_at:
24019
24034
  type: string
24020
24035
  nullable: true
@@ -24167,6 +24182,21 @@ components:
24167
24182
  currency:
24168
24183
  type: string
24169
24184
  example: USD
24185
+ purchase_order_number:
24186
+ type: string
24187
+ nullable: true
24188
+ example: '000023'
24189
+ delivery_information:
24190
+ type: object
24191
+ nullable: true
24192
+ properties:
24193
+ type:
24194
+ type: string
24195
+ enum:
24196
+ - set_days_after_invoice_date
24197
+ number_of_days_after_invoice_date:
24198
+ type: integer
24199
+ example: 5
24170
24200
  created_at:
24171
24201
  type: string
24172
24202
  nullable: true
@@ -24317,6 +24347,25 @@ components:
24317
24347
  document_template_id:
24318
24348
  type: string
24319
24349
  example: 179e1564-493b-4305-8c54-a34fc80920fc
24350
+ purchase_order_number:
24351
+ type: string
24352
+ nullable: true
24353
+ example: '000023'
24354
+ delivery_information:
24355
+ type: object
24356
+ nullable: true
24357
+ properties:
24358
+ type:
24359
+ type: string
24360
+ enum:
24361
+ - set_days_after_invoice_date
24362
+ number_of_days_after_invoice_date:
24363
+ type: integer
24364
+ minimum: 0
24365
+ example: 5
24366
+ required:
24367
+ - type
24368
+ - number_of_days_after_invoice_date
24320
24369
  subscriptions.createresponse:
24321
24370
  title: subscriptions.createresponse
24322
24371
  type: object
@@ -24445,6 +24494,25 @@ components:
24445
24494
  document_template_id:
24446
24495
  type: string
24447
24496
  example: 179e1564-493b-4305-8c54-a34fc80920fc
24497
+ purchase_order_number:
24498
+ type: string
24499
+ nullable: true
24500
+ example: '000023'
24501
+ delivery_information:
24502
+ type: object
24503
+ nullable: true
24504
+ properties:
24505
+ type:
24506
+ type: string
24507
+ enum:
24508
+ - set_days_after_invoice_date
24509
+ number_of_days_after_invoice_date:
24510
+ type: integer
24511
+ minimum: 0
24512
+ example: 5
24513
+ required:
24514
+ - type
24515
+ - number_of_days_after_invoice_date
24448
24516
  subscriptions.deactivaterequest:
24449
24517
  title: subscriptions.deactivaterequest
24450
24518
  required:
@@ -0,0 +1,5 @@
1
+ ---
2
+ category: addition
3
+ ---
4
+
5
+ We added the `purchase_order_number` and `delivery_information` parameters to the `subscriptions.create` and `subscriptions.update` endpoints.
@@ -0,0 +1,5 @@
1
+ ---
2
+ category: addition
3
+ ---
4
+
5
+ We added the `purchase_order_number` and `delivery_information` parameters to the `subscriptions.info` and `subscriptions.list` endpoint responses.
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.124.0",
4
+ "version": "1.126.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"