@teamleader/focus-api-specification 1.158.0 → 1.159.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.158.0
6
+ version: 1.159.0
7
7
  servers:
8
8
  - url: https://api.focus.teamleader.eu
9
9
  variables: {}
@@ -7032,6 +7032,10 @@ paths:
7032
7032
  exchange_rate:
7033
7033
  type: number
7034
7034
  example: 1.1238
7035
+ purchase_order_number:
7036
+ type: string
7037
+ nullable: true
7038
+ example: '000023'
7035
7039
  - example:
7036
7040
  lead:
7037
7041
  customer:
@@ -7178,6 +7182,10 @@ paths:
7178
7182
  required: *ref_38
7179
7183
  type: object
7180
7184
  properties: *ref_39
7185
+ purchase_order_number:
7186
+ type: string
7187
+ nullable: true
7188
+ example: '000023'
7181
7189
  - example:
7182
7190
  id: 65a35860-dcca-4850-9fd6-47ff08469e0c
7183
7191
  lead:
@@ -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.158.0
6
+ version: 1.159.0
7
7
  servers:
8
8
  - url: https://api.focus.teamleader.eu
9
9
  variables: {}
@@ -20268,6 +20268,10 @@ components:
20268
20268
  description: ''
20269
20269
  currency:
20270
20270
  $ref: '#/components/schemas/CurrencyWithRequiredExchangeRate'
20271
+ purchase_order_number:
20272
+ type: string
20273
+ nullable: true
20274
+ example: '000023'
20271
20275
  deals.create.response:
20272
20276
  title: deals.create.response
20273
20277
  type: object
@@ -20325,6 +20329,10 @@ components:
20325
20329
  description: ''
20326
20330
  currency:
20327
20331
  $ref: '#/components/schemas/CurrencyWithRequiredExchangeRate'
20332
+ purchase_order_number:
20333
+ type: string
20334
+ nullable: true
20335
+ example: '000023'
20328
20336
  deals.move.request:
20329
20337
  title: deals.move.request
20330
20338
  required:
@@ -0,0 +1,5 @@
1
+ ---
2
+ category: addition
3
+ ---
4
+
5
+ We added the `purchase_order_number` parameter to the `deals.create` and `deals.update` endpoints.
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.158.0",
4
+ "version": "1.159.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"