harvester_sdk 1.0.64 → 1.0.65
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/dist/sdk.d.ts +1 -1
- package/package.json +1 -1
- package/sdk.ts +1 -1
package/dist/sdk.d.ts
CHANGED
|
@@ -33,7 +33,7 @@ export interface GetGeosParams extends PaginationParams {
|
|
|
33
33
|
}
|
|
34
34
|
export interface GetEventsParams {
|
|
35
35
|
region_id: string;
|
|
36
|
-
|
|
36
|
+
updated_at?: number;
|
|
37
37
|
geo_selection_id?: string;
|
|
38
38
|
}
|
|
39
39
|
export interface GetDataParams extends PaginationParams {
|
package/package.json
CHANGED