UNPKG

@golemio/pid

Version:
144 lines (143 loc) 4.15 kB
import { ModelAttributes } from "@golemio/core/dist/shared/sequelize"; export interface IRopidGTFSCisStopGroupsInputData { avgJtskX: number; avgJtskY: number; avgLat: number; avgLon: number; cis: number; districtCode: string; fullName: string; idosCategory: string; idosName: string; municipality: string; name: string; node: number; uniqueName: string; } export interface IRopidGTFSCisStopGroupsData { avg_jtsk_x: number; avg_jtsk_y: number; avg_lat: number; avg_lon: number; cis: number; district_code: string; full_name: string; idos_category: string; idos_name: string; municipality: string; name: string; node: number; unique_name: string; [auditFields: string]: unknown; } export declare const RopidGTFSCisStopGroups: { name: string; datasourceJsonSchema: { type: string; items: { $ref: string; }; $defs: { Item: { type: string; properties: { avgJtskX: { type: string; }; avgJtskY: { type: string; }; avgLat: { type: string; }; avgLon: { type: string; }; cis: { type: string; }; districtCode: { type: string; }; fullName: { type: string; }; idosCategory: { type: string; }; idosName: { type: string; }; municipality: { type: string; }; name: { type: string; }; node: { type: string; }; uniqueName: { type: string; }; }; required: string[]; }; }; }; outputJsonSchema: { type: string; items: { $ref: string; $defs: { Item: { type: string; properties: { avg_jtsk_x: { type: string; }; avg_jtsk_y: { type: string; }; avg_lat: { type: string; }; avg_lon: { type: string; }; cis: { type: string; }; district_code: { type: string; }; full_name: { type: string; }; idos_category: { type: string; }; idos_name: { type: string; }; municipality: { type: string; }; name: { type: string; }; node: { type: string; }; unique_name: { type: string; }; }; required: string[]; }; }; }; }; outputSequelizeAttributes: ModelAttributes<any, IRopidGTFSCisStopGroupsData>; pgTableName: string; };