vintrace-sdk 0.1.3 → 0.2.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.
package/README.md CHANGED
@@ -230,7 +230,7 @@ type VintraceResult<T> =
230
230
  | Module | Status | Methods |
231
231
  | ------------------- | ------- | ---------------------------------------- |
232
232
  | Costs | Ready | `businessUnitTransactions` |
233
- | Blocks | Partial | `getAll`, `get`, `post`, `patch` |
233
+ | Blocks | Ready | `getAll`, `get`, `post`, `patch`, `createAssessment` |
234
234
  | Assessments | Ready | `getAll` |
235
235
  | Vineyards | Ready | `post` |
236
236
  | MaturitySamples | Ready | `post` |
@@ -245,6 +245,11 @@ type VintraceResult<T> =
245
245
  | Tirage | Ready | `get`, `patch` |
246
246
  | BarrelsMovements | Ready | `post` |
247
247
  | VesselDetailsReport | Ready | `get` |
248
+ | WineBatches | Ready | `getAll`, `post` |
249
+ | Documents | Ready | `attach` |
250
+ | Stock | Ready | `receive`, `getDispatches` |
251
+ | Vessels | Ready | `getBarrel`, `getBarrelGroup`, `getTank`, `getTankGroup`, `getTanker`, `getBin`, `createTank` |
252
+ | PurchaseOrders | Ready | `get`, `post` |
248
253
 
249
254
  ---
250
255