{"version":3,"sources":["webpack:///./node_modules/@abaco/r2u-dashboard-module/src/modules/r2u-dashboard-module/api/R2UApi.ts"],"names":["R2UApi","http","this"],"mappings":"2LAGqBA,E,gBAIjB,WAAYC,GAAgB,uBACxBC,KAAKD,KAAOA","file":"js/chunk-2d228cb2.878e9d96.js","sourcesContent":["import { HTTPClient, propsToDate, propsToDatePaged } from \"@abaco/web-common/src/HTTP\";\nimport { dbGIStoStandardPage, PagedResults, PagingParams } from \"@abaco/web-common/src/Paging\";\n\nexport default class R2UApi {\n\n private http: HTTPClient;\n\n constructor(http: HTTPClient) {\n this.http = http;\n }\n\n // public async getTest(pkCuaa: number, filter: string, paging: PagingParams): Promise> {\n // const res = await this.http.get(`/sitiagri-rest-api/api_basic/v1/plots/subjects/${pkCuaa}/dictionary_workers`, {\n // params: {\n // filter: filter ? `^subject_full_name like ${filter.toUpperCase()}` : undefined,\n // offset: paging.offset,\n // count: paging.count,\n // }\n // });\n // return res.data;\n // }\n\n}\n"],"sourceRoot":""}