smarter-charts 2.0.0 → 2.0.2

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
@@ -29,12 +29,9 @@ config: {
29
29
  token: string // Authorization token for API calls
30
30
  },
31
31
  paths: {
32
- refStructureName: string,
33
- companyName: string,
34
- fieldName: string,
35
- sectorName: string,
36
- thesisName: string // name of the thesis
37
- }, // One or more resource identifiers (e.g., field IDs, sensors, plots)
32
+ sectorId: integer,
33
+ thesisId: integer
34
+ }, // One or more resource identifiers (e.g., farm IDs, sensors, plots)
38
35
  params: {
39
36
  timeFilterFrom?: string, // ISO date string or timestamp (start of time range)
40
37
  timeFilterTo?: string // ISO date string or timestamp (end of time range)