@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
package/lib/FlightFilter.d.ts
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { FlightStatusCode } from '.';
|
|
2
|
-
import { BillingStatusCode } from '.';
|
|
3
|
-
import { FlightPurposeCode } from '.';
|
|
4
|
-
import { TimeFrame } from '.';
|
|
5
|
-
import { FlightTypeCode } from '.';
|
|
6
|
-
export declare class FlightFilter {
|
|
7
|
-
search: string;
|
|
8
|
-
accountId: string;
|
|
9
|
-
airplaneId: string;
|
|
10
|
-
captain: string;
|
|
11
|
-
firstOfficer: string;
|
|
12
|
-
flightTime: TimeFrame;
|
|
13
|
-
type: FlightTypeCode[];
|
|
14
|
-
status: FlightStatusCode[];
|
|
15
|
-
billingStatus: BillingStatusCode[];
|
|
16
|
-
purpose: FlightPurposeCode[];
|
|
17
|
-
constructor(search?: string, accountId?: string, airplaneId?: string, captain?: string, firstOfficer?: string, flightTime?: TimeFrame, type?: FlightTypeCode[], status?: FlightStatusCode[], billingStatus?: BillingStatusCode[], purpose?: FlightPurposeCode[]);
|
|
18
|
-
}
|
package/lib/LeadFilter.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { TimeFrame } from '.';
|
|
2
|
-
import { LeadStatusCode } from '.';
|
|
3
|
-
export declare class LeadFilter {
|
|
4
|
-
search: string;
|
|
5
|
-
createdOn: TimeFrame;
|
|
6
|
-
leadSource: string;
|
|
7
|
-
campaignId: string;
|
|
8
|
-
status: LeadStatusCode[];
|
|
9
|
-
constructor(search?: string, createdOn?: TimeFrame, leadSource?: string, campaignId?: string, status?: LeadStatusCode[]);
|
|
10
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { TimeFrame } from '.';
|
|
2
|
-
import { StatusCode } from '.';
|
|
3
|
-
import { MaintenanceActionCode } from '.';
|
|
4
|
-
export declare class MaintenanceFilter {
|
|
5
|
-
search: string;
|
|
6
|
-
airplaneId: string;
|
|
7
|
-
validUntil: TimeFrame;
|
|
8
|
-
status: StatusCode[];
|
|
9
|
-
component: string;
|
|
10
|
-
action: MaintenanceActionCode[];
|
|
11
|
-
constructor(search?: string, airplaneId?: string, validUntil?: TimeFrame, status?: StatusCode[], component?: string, action?: MaintenanceActionCode[]);
|
|
12
|
-
}
|
package/lib/UserFilter.d.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { UserTypeCode } from '.';
|
|
2
|
-
import { UserRoleFlag } from '.';
|
|
3
|
-
import { UserStatusCode } from '.';
|
|
4
|
-
import { TimeFrame } from '.';
|
|
5
|
-
export declare class UserFilter {
|
|
6
|
-
search: string;
|
|
7
|
-
type: UserTypeCode[];
|
|
8
|
-
roles: UserRoleFlag[];
|
|
9
|
-
status: UserStatusCode[];
|
|
10
|
-
lastSignIn: TimeFrame;
|
|
11
|
-
constructor(search?: string, type?: UserTypeCode[], roles?: UserRoleFlag[], status?: UserStatusCode[], lastSignIn?: TimeFrame);
|
|
12
|
-
}
|