@bondsports/types 2.2.67 → 2.2.68
Sign up to get free protection for your applications and to get access to all the features.
@@ -2,9 +2,11 @@ import { Shift } from '../shifts/entities/shift.entity';
|
|
2
2
|
import { OrganizationConnectionBaseEntity } from './OrganizationConnectionBaseEntity';
|
3
3
|
import { Subcategory } from './Subcategory';
|
4
4
|
import { StationToSubcategory } from './StationToSubcategory';
|
5
|
+
import { Facility } from './Facility';
|
5
6
|
export declare class Station extends OrganizationConnectionBaseEntity {
|
6
7
|
name: string;
|
7
8
|
facilityId: number;
|
9
|
+
facility: Facility;
|
8
10
|
processorTerminalId: string | null;
|
9
11
|
terminaLabel: string | null;
|
10
12
|
processorSerialNumber: string | null;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Station.js","sourceRoot":"","sources":["../../../src/types/entity/Station.ts"],"names":[],"mappings":";;;AAEA,yFAAsF;
|
1
|
+
{"version":3,"file":"Station.js","sourceRoot":"","sources":["../../../src/types/entity/Station.ts"],"names":[],"mappings":";;;AAEA,yFAAsF;AAKtF,MAAa,OAAQ,SAAQ,mEAAgC;CAoB5D;AApBD,0BAoBC"}
|