{"version":3,"file":"queryRegulations.mjs","names":[],"sources":["../../src/Flow/queryRegulations.ts"],"sourcesContent":["import { createSoapQueryDefinition } from '../utils/soap-query-definition.js';\nimport type { RegulationListRequest, RegulationListReply } from './types.js';\n\nexport const queryRegulations = createSoapQueryDefinition<\n  RegulationListRequest,\n  RegulationListReply\n>({\n  service: 'Flow',\n  query: 'queryRegulations',\n  getSchema: (client) =>\n    // eslint-disable-next-line @typescript-eslint/no-unsafe-return, @typescript-eslint/no-unsafe-member-access\n    client.describe().MeasuresService.MeasuresPort.queryRegulations.input,\n});\n"],"mappings":";;AAGA,MAAa,mBAAmB,0BAG9B;CACA,SAAS;CACT,OAAO;CACP,YAAY,WAEV,OAAO,UAAU,CAAC,gBAAgB,aAAa,iBAAiB;CACnE,CAAC"}