@aya-flights/ngx-goox-lib 2.18.21 → 2.18.24
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/esm2022/lib/AccountsEndPoint.mjs +1 -1
- package/esm2022/lib/AccountsFilter.mjs +12 -0
- package/esm2022/lib/AirplanesEndPoint.mjs +1 -1
- package/esm2022/lib/AirplanesFilter.mjs +15 -0
- package/esm2022/lib/AuditLogFilter.mjs +5 -5
- package/esm2022/lib/BookingsFilter.mjs +24 -0
- package/esm2022/lib/Campaign.mjs +1 -1
- package/esm2022/lib/Certificate.mjs +1 -1
- package/esm2022/lib/CertificatesFilter.mjs +21 -0
- package/esm2022/lib/Contact.mjs +1 -1
- package/esm2022/lib/ContactsEndPoint.mjs +1 -1
- package/esm2022/lib/ContactsFilter.mjs +15 -0
- package/esm2022/lib/CreditsFilter.mjs +24 -0
- package/esm2022/lib/Document.mjs +2 -2
- package/esm2022/lib/Enums.mjs +226 -226
- package/esm2022/lib/Flight.mjs +1 -1
- package/esm2022/lib/FlightRisk.mjs +1 -1
- package/esm2022/lib/FlightTicket.mjs +2 -2
- package/esm2022/lib/FlightsEndPoint.mjs +1 -1
- package/esm2022/lib/FlightsFilter.mjs +33 -0
- package/esm2022/lib/Group.mjs +1 -1
- package/esm2022/lib/Lead.mjs +2 -2
- package/esm2022/lib/LeadsFilter.mjs +12 -0
- package/esm2022/lib/LogBookRecord.mjs +2 -2
- package/esm2022/lib/LookupGroup.mjs +2 -2
- package/esm2022/lib/LookupsEndPoint.mjs +1 -1
- package/esm2022/lib/Maintenance.mjs +2 -2
- package/esm2022/lib/MaintenancesFilter.mjs +21 -0
- package/esm2022/lib/PostFlightData.mjs +1 -1
- package/esm2022/lib/PostFlightInfo.mjs +1 -1
- package/esm2022/lib/PreFlightData.mjs +1 -1
- package/esm2022/lib/RiskAssessment.mjs +1 -1
- package/esm2022/lib/SystemMessagesEndPoint.mjs +1 -1
- package/esm2022/lib/TokenData.mjs +1 -1
- package/esm2022/lib/User.mjs +1 -1
- package/esm2022/lib/UsersFilter.mjs +18 -0
- package/esm2022/lib/index.mjs +105 -106
- package/esm2022/lib/services.export.mjs +35 -35
- package/fesm2022/aya-flights-ngx-goox-lib.mjs +4083 -4104
- package/fesm2022/aya-flights-ngx-goox-lib.mjs.map +1 -1
- package/lib/AccountsEndPoint.d.ts +2 -2
- package/lib/{AccountFilter.d.ts → AccountsFilter.d.ts} +1 -1
- package/lib/AirplanesEndPoint.d.ts +2 -2
- package/lib/{AirplaneFilter.d.ts → AirplanesFilter.d.ts} +1 -1
- package/lib/AuditLogFilter.d.ts +2 -2
- package/lib/BookingsFilter.d.ts +11 -0
- package/lib/Campaign.d.ts +2 -2
- package/lib/Certificate.d.ts +2 -2
- package/lib/CertificatesFilter.d.ts +11 -0
- package/lib/Contact.d.ts +2 -2
- package/lib/ContactsEndPoint.d.ts +3 -3
- package/lib/ContactsFilter.d.ts +7 -0
- package/lib/CreditsFilter.d.ts +11 -0
- package/lib/Document.d.ts +1 -1
- package/lib/Flight.d.ts +8 -8
- package/lib/FlightRisk.d.ts +7 -7
- package/lib/FlightTicket.d.ts +1 -1
- package/lib/FlightsEndPoint.d.ts +4 -4
- package/lib/FlightsFilter.d.ts +17 -0
- package/lib/Group.d.ts +2 -2
- package/lib/Lead.d.ts +1 -1
- package/lib/LeadsFilter.d.ts +6 -0
- package/lib/LogBookRecord.d.ts +1 -1
- package/lib/LookupGroup.d.ts +1 -1
- package/lib/LookupsEndPoint.d.ts +1 -1
- package/lib/Maintenance.d.ts +1 -1
- package/lib/MaintenancesFilter.d.ts +11 -0
- package/lib/PostFlightData.d.ts +1 -1
- package/lib/PostFlightInfo.d.ts +1 -1
- package/lib/PreFlightData.d.ts +2 -2
- package/lib/RiskAssessment.d.ts +4 -4
- package/lib/SystemMessagesEndPoint.d.ts +1 -1
- package/lib/TokenData.d.ts +1 -1
- package/lib/User.d.ts +1 -1
- package/lib/UsersFilter.d.ts +10 -0
- package/lib/index.d.ts +104 -105
- package/lib/services.export.d.ts +18 -18
- package/package.json +1 -1
- package/esm2022/lib/AccountFilter.mjs +0 -12
- package/esm2022/lib/AirplaneFilter.mjs +0 -15
- package/esm2022/lib/BaseFilter.mjs +0 -9
- package/esm2022/lib/BookingFilter.mjs +0 -27
- package/esm2022/lib/CertificateFilter.mjs +0 -18
- package/esm2022/lib/ContactFilter.mjs +0 -15
- package/esm2022/lib/CreditFilter.mjs +0 -18
- package/esm2022/lib/FlightFilter.mjs +0 -36
- package/esm2022/lib/LeadFilter.mjs +0 -21
- package/esm2022/lib/MaintenanceFilter.mjs +0 -24
- package/esm2022/lib/UserFilter.mjs +0 -21
- package/lib/BaseFilter.d.ts +0 -4
- package/lib/BookingFilter.d.ts +0 -13
- package/lib/CertificateFilter.d.ts +0 -9
- package/lib/ContactFilter.d.ts +0 -7
- package/lib/CreditFilter.d.ts +0 -9
- package/lib/FlightFilter.d.ts +0 -18
- package/lib/LeadFilter.d.ts +0 -10
- package/lib/MaintenanceFilter.d.ts +0 -12
- package/lib/UserFilter.d.ts +0 -12
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
+
import { Flight } from '.';
|
|
4
|
+
import { Account } from '.';
|
|
3
5
|
import { Credit } from '.';
|
|
4
6
|
import { Document } from '.';
|
|
5
|
-
import { Account } from '.';
|
|
6
7
|
import { StringKeyValue } from '.';
|
|
7
|
-
import { Flight } from '.';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
export declare class AccountsEndPoint {
|
|
10
10
|
private config;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
3
|
import { StringKeyValue } from '.';
|
|
4
|
-
import { Flight } from '.';
|
|
5
|
-
import { Airplane } from '.';
|
|
6
4
|
import { Document } from '.';
|
|
5
|
+
import { Airplane } from '.';
|
|
6
|
+
import { Flight } from '.';
|
|
7
7
|
import { Maintenance } from '.';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
export declare class AirplanesEndPoint {
|
package/lib/AuditLogFilter.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { TimeFrame } from '.';
|
|
2
2
|
export declare class AuditLogFilter {
|
|
3
3
|
search: string;
|
|
4
|
-
|
|
4
|
+
period: TimeFrame;
|
|
5
5
|
userId: string;
|
|
6
6
|
action: string;
|
|
7
7
|
itemType: string;
|
|
8
8
|
itemId: string;
|
|
9
9
|
itemName: string;
|
|
10
|
-
constructor(search?: string,
|
|
10
|
+
constructor(search?: string, period?: TimeFrame, userId?: string, action?: string, itemType?: string, itemId?: string, itemName?: string);
|
|
11
11
|
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { TimeFrame } from '.';
|
|
2
|
+
import { BookingStatusCode } from '.';
|
|
3
|
+
export declare class BookingsFilter {
|
|
4
|
+
search: string;
|
|
5
|
+
period: TimeFrame;
|
|
6
|
+
accountId: string;
|
|
7
|
+
contactId: string;
|
|
8
|
+
airplaneId: string;
|
|
9
|
+
status: BookingStatusCode[];
|
|
10
|
+
constructor(search?: string, period?: TimeFrame, accountId?: string, contactId?: string, airplaneId?: string, status?: BookingStatusCode[]);
|
|
11
|
+
}
|
package/lib/Campaign.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { BaseEntityEx } from '.';
|
|
2
|
-
import { ColumnDef } from '.';
|
|
3
1
|
import { CampaignTypeCode } from '.';
|
|
4
2
|
import { CampaignStatusCode } from '.';
|
|
5
3
|
import { CurrencyCode } from '.';
|
|
4
|
+
import { BaseEntityEx } from '.';
|
|
5
|
+
import { ColumnDef } from '.';
|
|
6
6
|
export declare class Campaign extends BaseEntityEx {
|
|
7
7
|
name: string;
|
|
8
8
|
type: CampaignTypeCode;
|
package/lib/Certificate.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ValidationFlag } from '.';
|
|
2
|
-
import { StatusCode } from '.';
|
|
3
1
|
import { BaseEntityEx } from '.';
|
|
4
2
|
import { ColumnDef } from '.';
|
|
3
|
+
import { ValidationFlag } from '.';
|
|
4
|
+
import { StatusCode } from '.';
|
|
5
5
|
export declare class Certificate extends BaseEntityEx {
|
|
6
6
|
name: string;
|
|
7
7
|
type: ValidationFlag;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { StatusCode } from '.';
|
|
2
|
+
import { ValidationFlag } from '.';
|
|
3
|
+
import { TimeFrame } from '.';
|
|
4
|
+
export declare class CertificatesFilter {
|
|
5
|
+
search: string;
|
|
6
|
+
contactId: string;
|
|
7
|
+
status: StatusCode[];
|
|
8
|
+
type: ValidationFlag[];
|
|
9
|
+
valid: TimeFrame;
|
|
10
|
+
constructor(search?: string, contactId?: string, status?: StatusCode[], type?: ValidationFlag[], valid?: TimeFrame);
|
|
11
|
+
}
|
package/lib/Contact.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { AccountStatusCode } from '.';
|
|
2
|
-
import { Address } from '.';
|
|
3
1
|
import { ValidationFlag } from '.';
|
|
4
2
|
import { BaseEntityEx } from '.';
|
|
5
3
|
import { ColumnDef } from '.';
|
|
4
|
+
import { AccountStatusCode } from '.';
|
|
5
|
+
import { Address } from '.';
|
|
6
6
|
export declare class Contact extends BaseEntityEx {
|
|
7
7
|
accountId: string;
|
|
8
8
|
name: string;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { Contact } from '.';
|
|
4
|
-
import { MessageConfirm } from '.';
|
|
5
3
|
import { Flight } from '.';
|
|
4
|
+
import { MessageConfirm } from '.';
|
|
6
5
|
import { Document } from '.';
|
|
7
|
-
import { StringKeyValue } from '.';
|
|
8
6
|
import { Certificate } from '.';
|
|
7
|
+
import { Contact } from '.';
|
|
8
|
+
import { StringKeyValue } from '.';
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
10
|
export declare class ContactsEndPoint {
|
|
11
11
|
private config;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { TransactionTypeCode } from '.';
|
|
2
|
+
import { TimeFrame } from '.';
|
|
3
|
+
export declare class CreditsFilter {
|
|
4
|
+
search: string;
|
|
5
|
+
accountId: string;
|
|
6
|
+
flightId: string;
|
|
7
|
+
type: TransactionTypeCode[];
|
|
8
|
+
period: TimeFrame;
|
|
9
|
+
reference: string;
|
|
10
|
+
constructor(search?: string, accountId?: string, flightId?: string, type?: TransactionTypeCode[], period?: TimeFrame, reference?: string);
|
|
11
|
+
}
|
package/lib/Document.d.ts
CHANGED
package/lib/Flight.d.ts
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
+
import { ColumnDef } from '.';
|
|
1
2
|
import { FlightTypeCode } from '.';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import { ReFuel } from '.';
|
|
3
|
+
import { FlightStateCode } from '.';
|
|
4
|
+
import { FlightPurposeCode } from '.';
|
|
5
5
|
import { Lesson } from '.';
|
|
6
|
+
import { BaseEntityEx } from '.';
|
|
7
|
+
import { Billing } from '.';
|
|
6
8
|
import { RiskAssessment } from '.';
|
|
7
|
-
import { ColumnDef } from '.';
|
|
8
9
|
import { FlightStatusCode } from '.';
|
|
9
|
-
import { FlightStateCode } from '.';
|
|
10
10
|
import { BillingStatusCode } from '.';
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
11
|
+
import { OnBoard } from '.';
|
|
12
|
+
import { TOLData } from '.';
|
|
13
|
+
import { ReFuel } from '.';
|
|
14
14
|
export declare class Flight extends BaseEntityEx {
|
|
15
15
|
name: string;
|
|
16
16
|
description: string;
|
package/lib/FlightRisk.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { WeatherRisks } from '.';
|
|
2
|
-
import { BaseEntityEx } from '.';
|
|
3
|
-
import { ColumnDef } from '.';
|
|
4
1
|
import { PilotQualificationsRisks } from '.';
|
|
5
|
-
import { DestinationRisks } from '.';
|
|
6
|
-
import { TripRisks } from '.';
|
|
7
|
-
import { SpecialRisks } from '.';
|
|
8
|
-
import { Mitigation } from '.';
|
|
9
2
|
import { CrewDutyDayRisks } from '.';
|
|
10
3
|
import { DepartureRisks } from '.';
|
|
4
|
+
import { TripRisks } from '.';
|
|
5
|
+
import { Mitigation } from '.';
|
|
6
|
+
import { BaseEntityEx } from '.';
|
|
7
|
+
import { DestinationRisks } from '.';
|
|
8
|
+
import { WeatherRisks } from '.';
|
|
9
|
+
import { SpecialRisks } from '.';
|
|
10
|
+
import { ColumnDef } from '.';
|
|
11
11
|
export declare class FlightRisk extends BaseEntityEx {
|
|
12
12
|
timestamp: number;
|
|
13
13
|
pilotQualifications: PilotQualificationsRisks;
|
package/lib/FlightTicket.d.ts
CHANGED
package/lib/FlightsEndPoint.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse, Entities } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
+
import { TimeSeries } from '.';
|
|
4
|
+
import { Contact } from '.';
|
|
5
|
+
import { FlightTicket } from '.';
|
|
3
6
|
import { PreFlightInfo } from '.';
|
|
7
|
+
import { FlightPlan } from '.';
|
|
4
8
|
import { PostFlightInfo } from '.';
|
|
5
9
|
import { Flight } from '.';
|
|
6
|
-
import { FlightPlan } from '.';
|
|
7
|
-
import { Contact } from '.';
|
|
8
|
-
import { FlightTicket } from '.';
|
|
9
10
|
import { AnyKeyValue } from '.';
|
|
10
|
-
import { TimeSeries } from '.';
|
|
11
11
|
import * as i0 from "@angular/core";
|
|
12
12
|
export declare class FlightsEndPoint {
|
|
13
13
|
private config;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { TimeFrame } from '.';
|
|
2
|
+
import { FlightTypeCode } from '.';
|
|
3
|
+
import { FlightStatusCode } from '.';
|
|
4
|
+
import { BillingStatusCode } from '.';
|
|
5
|
+
import { FlightPurposeCode } from '.';
|
|
6
|
+
export declare class FlightsFilter {
|
|
7
|
+
search: string;
|
|
8
|
+
period: TimeFrame;
|
|
9
|
+
accountId: string;
|
|
10
|
+
contactId: string;
|
|
11
|
+
airplaneId: string;
|
|
12
|
+
type: FlightTypeCode[];
|
|
13
|
+
status: FlightStatusCode[];
|
|
14
|
+
billing: BillingStatusCode[];
|
|
15
|
+
purpose: FlightPurposeCode[];
|
|
16
|
+
constructor(search?: string, period?: TimeFrame, accountId?: string, contactId?: string, airplaneId?: string, type?: FlightTypeCode[], status?: FlightStatusCode[], billing?: BillingStatusCode[], purpose?: FlightPurposeCode[]);
|
|
17
|
+
}
|
package/lib/Group.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { BaseEntityEx } from '.';
|
|
2
|
-
import { ColumnDef } from '.';
|
|
3
1
|
import { Permission } from '.';
|
|
4
2
|
import { StringKeyValue } from '.';
|
|
3
|
+
import { BaseEntityEx } from '.';
|
|
4
|
+
import { ColumnDef } from '.';
|
|
5
5
|
export declare class Group extends BaseEntityEx {
|
|
6
6
|
name: string;
|
|
7
7
|
email: string;
|
package/lib/Lead.d.ts
CHANGED
package/lib/LogBookRecord.d.ts
CHANGED
package/lib/LookupGroup.d.ts
CHANGED
package/lib/LookupsEndPoint.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { Lookup } from '.';
|
|
4
3
|
import { LookupGroup } from '.';
|
|
4
|
+
import { Lookup } from '.';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class LookupsEndPoint {
|
|
7
7
|
private config;
|
package/lib/Maintenance.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ColumnDef } from '.';
|
|
2
1
|
import { StatusCode } from '.';
|
|
3
2
|
import { MaintenanceActionCode } from '.';
|
|
4
3
|
import { BaseEntityEx } from '.';
|
|
4
|
+
import { ColumnDef } from '.';
|
|
5
5
|
export declare class Maintenance extends BaseEntityEx {
|
|
6
6
|
name: string;
|
|
7
7
|
description: string;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { StatusCode } from '.';
|
|
2
|
+
import { TimeFrame } from '.';
|
|
3
|
+
import { MaintenanceActionCode } from '.';
|
|
4
|
+
export declare class MaintenancesFilter {
|
|
5
|
+
search: string;
|
|
6
|
+
airplaneId: string;
|
|
7
|
+
action: MaintenanceActionCode[];
|
|
8
|
+
status: StatusCode[];
|
|
9
|
+
valid: TimeFrame;
|
|
10
|
+
constructor(search?: string, airplaneId?: string, action?: MaintenanceActionCode[], status?: StatusCode[], valid?: TimeFrame);
|
|
11
|
+
}
|
package/lib/PostFlightData.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { Lesson } from '.';
|
|
2
1
|
import { BaseEntityEx } from '.';
|
|
3
2
|
import { ColumnDef } from '.';
|
|
4
3
|
import { FlightTypeCode } from '.';
|
|
@@ -6,6 +5,7 @@ import { FlightPurposeCode } from '.';
|
|
|
6
5
|
import { OnBoard } from '.';
|
|
7
6
|
import { TOLData } from '.';
|
|
8
7
|
import { ReFuel } from '.';
|
|
8
|
+
import { Lesson } from '.';
|
|
9
9
|
export declare class PostFlightData extends BaseEntityEx {
|
|
10
10
|
name: string;
|
|
11
11
|
description: string;
|
package/lib/PostFlightInfo.d.ts
CHANGED
package/lib/PreFlightData.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
+
import { TOLData } from '.';
|
|
2
|
+
import { ReFuel } from '.';
|
|
1
3
|
import { Lesson } from '.';
|
|
2
4
|
import { BaseEntityEx } from '.';
|
|
3
5
|
import { ColumnDef } from '.';
|
|
4
6
|
import { FlightTypeCode } from '.';
|
|
5
7
|
import { FlightPurposeCode } from '.';
|
|
6
8
|
import { OnBoard } from '.';
|
|
7
|
-
import { TOLData } from '.';
|
|
8
|
-
import { ReFuel } from '.';
|
|
9
9
|
export declare class PreFlightData extends BaseEntityEx {
|
|
10
10
|
name: string;
|
|
11
11
|
description: string;
|
package/lib/RiskAssessment.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { DepartureRisks } from '.';
|
|
2
|
-
import { DestinationRisks } from '.';
|
|
3
|
-
import { TripRisks } from '.';
|
|
4
|
-
import { WeatherRisks } from '.';
|
|
5
1
|
import { SpecialRisks } from '.';
|
|
6
2
|
import { Mitigation } from '.';
|
|
7
3
|
import { PilotQualificationsRisks } from '.';
|
|
8
4
|
import { CrewDutyDayRisks } from '.';
|
|
5
|
+
import { DepartureRisks } from '.';
|
|
6
|
+
import { DestinationRisks } from '.';
|
|
7
|
+
import { TripRisks } from '.';
|
|
8
|
+
import { WeatherRisks } from '.';
|
|
9
9
|
export declare class RiskAssessment {
|
|
10
10
|
timestamp: number;
|
|
11
11
|
pilotQualifications: PilotQualificationsRisks;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { MessageConfirm } from '.';
|
|
4
3
|
import { SystemMessage } from '.';
|
|
4
|
+
import { MessageConfirm } from '.';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class SystemMessagesEndPoint {
|
|
7
7
|
private config;
|
package/lib/TokenData.d.ts
CHANGED
package/lib/User.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { UserTypeCode } from '.';
|
|
2
1
|
import { UserRoleFlag } from '.';
|
|
3
2
|
import { UserStatusCode } from '.';
|
|
4
3
|
import { BaseEntityEx } from '.';
|
|
5
4
|
import { ColumnDef } from '.';
|
|
5
|
+
import { UserTypeCode } from '.';
|
|
6
6
|
export declare class User extends BaseEntityEx {
|
|
7
7
|
name: string;
|
|
8
8
|
email: string;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { TimeFrame } from '.';
|
|
2
|
+
import { UserTypeCode } from '.';
|
|
3
|
+
import { UserStatusCode } from '.';
|
|
4
|
+
export declare class UsersFilter {
|
|
5
|
+
search: string;
|
|
6
|
+
type: UserTypeCode[];
|
|
7
|
+
status: UserStatusCode[];
|
|
8
|
+
lastSignIn: TimeFrame;
|
|
9
|
+
constructor(search?: string, type?: UserTypeCode[], status?: UserStatusCode[], lastSignIn?: TimeFrame);
|
|
10
|
+
}
|