vintrace-sdk 0.0.9 → 0.1.1

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
@@ -195,26 +195,24 @@ type VintraceResult<T> =
195
195
 
196
196
  ### v7 Endpoints
197
197
 
198
- > **Note**: v7 is still under development. Only a subset of endpoints are currently implemented. More coming soon.
199
-
200
198
  | Module | Status | Methods |
201
199
  |--------|--------|---------|
200
+ | Costs | Ready | `businessUnitTransactions` |
202
201
  | Blocks | Partial | `getAll`, `get`, `post`, `patch` |
202
+ | Assessments | Ready | `getAll` |
203
+ | Vineyards | Ready | `post` |
204
+ | MaturitySamples | Ready | `post` |
205
+ | Parties (v7) | Ready | `getAll`, `post` |
206
+ | Shipments | Ready | `getAll` |
207
+ | BarrelTreatments | Ready | `getAll` |
203
208
  | Bookings | Ready | `post`, `deactivate` |
209
+ | FruitIntakes | Ready | `post`, `updatePricing`, `updateMetrics` |
210
+ | BulkIntakes | Ready | `getAll`, `post`, `patch` |
211
+ | TrialBlends | Ready | `getAll` |
212
+ | WorkOrders (v7) | Ready | `getAll` |
213
+ | Tirage | Ready | `get`, `patch` |
214
+ | BarrelsMovements | Ready | `post` |
204
215
  | VesselDetailsReport | Ready | `get` |
205
- | Costs | Not started | `businessUnitTransactions` |
206
- | Assessments | Not started | `getAll` |
207
- | Vineyards | Not started | `post` |
208
- | MaturitySamples | Not started | `post` |
209
- | Parties | Not started | `getAll`, `post` |
210
- | Shipments | Not started | `getAll` |
211
- | BarrelTreatments | Not started | `getAll` |
212
- | FruitIntakes | Not started | `post`, `updatePricing`, `updateMetrics` |
213
- | BulkIntakes | Not started | `getAll`, `post`, `patch` |
214
- | TrialBlends | Not started | `getAll` |
215
- | WorkOrders | Not started | `getAll` |
216
- | Tirage | Not started | `get`, `patch` |
217
- | BarrelsMovements | Not started | `post` |
218
216
 
219
217
  ---
220
218