@aya-flights/ngx-goox-lib 1.18.285 → 1.18.287
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/Account.mjs +2 -2
- package/esm2022/lib/AccountsEndPoint.mjs +1 -1
- package/esm2022/lib/Airplane.mjs +1 -1
- package/esm2022/lib/AirplanesEndPoint.mjs +1 -1
- package/esm2022/lib/AuditLogsEndPoint.mjs +1 -1
- package/esm2022/lib/BookingFilter.mjs +1 -1
- package/esm2022/lib/BookingsEndPoint.mjs +1 -1
- package/esm2022/lib/Campaign.mjs +2 -2
- package/esm2022/lib/CampaignsEndPoint.mjs +1 -1
- package/esm2022/lib/Certificate.mjs +1 -1
- package/esm2022/lib/Contact.mjs +1 -1
- package/esm2022/lib/ContactsEndPoint.mjs +1 -1
- package/esm2022/lib/Credit.mjs +2 -2
- package/esm2022/lib/Enums.mjs +176 -167
- package/esm2022/lib/ErrorCode.mjs +51 -0
- package/esm2022/lib/Flight.mjs +1 -1
- package/esm2022/lib/FlightBilling.mjs +1 -1
- package/esm2022/lib/FlightFilter.mjs +1 -1
- package/esm2022/lib/FlightPlan.mjs +2 -2
- package/esm2022/lib/FlightRisk.mjs +1 -1
- package/esm2022/lib/FlightTicket.mjs +2 -2
- package/esm2022/lib/FlightsEndPoint.mjs +1 -1
- package/esm2022/lib/Group.mjs +2 -2
- package/esm2022/lib/Lead.mjs +1 -1
- package/esm2022/lib/LeadFilter.mjs +1 -1
- package/esm2022/lib/LookupsEndPoint.mjs +1 -1
- package/esm2022/lib/Maintenance.mjs +2 -2
- package/esm2022/lib/MyFlightsEndPoint.mjs +1 -1
- package/esm2022/lib/Permission.mjs +1 -1
- package/esm2022/lib/PostFlightInfo.mjs +5 -2
- package/esm2022/lib/PreFlightData.mjs +1 -1
- package/esm2022/lib/PreFlightInfo.mjs +1 -1
- package/esm2022/lib/Price.mjs +2 -2
- package/esm2022/lib/RiskAssessment.mjs +1 -1
- package/esm2022/lib/SystemMessagesEndPoint.mjs +1 -1
- package/esm2022/lib/User.mjs +1 -1
- package/esm2022/lib/UserEndPoint.mjs +1 -1
- package/esm2022/lib/index.mjs +105 -104
- package/esm2022/lib/services.export.mjs +23 -23
- package/fesm2022/aya-flights-ngx-goox-lib.mjs +3994 -3932
- package/fesm2022/aya-flights-ngx-goox-lib.mjs.map +1 -1
- package/lib/Account.d.ts +1 -1
- package/lib/AccountsEndPoint.d.ts +2 -2
- package/lib/Airplane.d.ts +4 -4
- package/lib/AirplanesEndPoint.d.ts +2 -2
- package/lib/AuditLogsEndPoint.d.ts +1 -1
- package/lib/BookingFilter.d.ts +1 -1
- package/lib/BookingsEndPoint.d.ts +1 -1
- package/lib/Campaign.d.ts +1 -1
- package/lib/CampaignsEndPoint.d.ts +1 -1
- package/lib/Certificate.d.ts +1 -1
- package/lib/Contact.d.ts +1 -1
- package/lib/ContactsEndPoint.d.ts +3 -3
- package/lib/Credit.d.ts +1 -1
- package/lib/ErrorCode.d.ts +14 -0
- package/lib/Flight.d.ts +7 -7
- package/lib/FlightBilling.d.ts +1 -1
- package/lib/FlightFilter.d.ts +2 -2
- package/lib/FlightPlan.d.ts +1 -1
- package/lib/FlightRisk.d.ts +4 -4
- package/lib/FlightTicket.d.ts +1 -1
- package/lib/FlightsEndPoint.d.ts +4 -4
- package/lib/Group.d.ts +1 -1
- package/lib/Lead.d.ts +2 -2
- package/lib/LeadFilter.d.ts +1 -1
- package/lib/LookupsEndPoint.d.ts +1 -1
- package/lib/Maintenance.d.ts +1 -1
- package/lib/MyFlightsEndPoint.d.ts +2 -2
- package/lib/Permission.d.ts +1 -1
- package/lib/PostFlightInfo.d.ts +2 -1
- package/lib/PreFlightData.d.ts +3 -3
- package/lib/PreFlightInfo.d.ts +1 -1
- package/lib/Price.d.ts +1 -1
- package/lib/RiskAssessment.d.ts +2 -2
- package/lib/SystemMessagesEndPoint.d.ts +1 -1
- package/lib/User.d.ts +2 -2
- package/lib/UserEndPoint.d.ts +1 -1
- package/lib/index.d.ts +104 -103
- package/lib/services.export.d.ts +12 -12
- package/package.json +1 -1
package/lib/Account.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
+
import { Document } from '.';
|
|
4
|
+
import { Account } from '.';
|
|
3
5
|
import { Flight } from '.';
|
|
4
6
|
import { StringKeyValue } from '.';
|
|
5
7
|
import { Credit } from '.';
|
|
6
|
-
import { Document } from '.';
|
|
7
|
-
import { Account } from '.';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
export declare class AccountsEndPoint {
|
|
10
10
|
private config;
|
package/lib/Airplane.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { AirplaneStatusCode } from '.';
|
|
2
|
-
import { AirplaneValidationFlag } from '.';
|
|
3
|
-
import { Engine } from '.';
|
|
4
|
-
import { Magneto } from '.';
|
|
5
1
|
import { Propeller } from '.';
|
|
6
2
|
import { Fuel } from '.';
|
|
7
3
|
import { BaseEntityEx } from '.';
|
|
8
4
|
import { ColumnDef } from '.';
|
|
5
|
+
import { AirplaneStatusCode } from '.';
|
|
6
|
+
import { AirplaneValidationFlag } from '.';
|
|
7
|
+
import { Engine } from '.';
|
|
8
|
+
import { Magneto } from '.';
|
|
9
9
|
export declare class Airplane extends BaseEntityEx {
|
|
10
10
|
name: string;
|
|
11
11
|
description: string;
|
|
@@ -1,10 +1,10 @@
|
|
|
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
4
|
import { Document } from '.';
|
|
6
|
-
import { Airplane } from '.';
|
|
7
5
|
import { Maintenance } from '.';
|
|
6
|
+
import { Flight } from '.';
|
|
7
|
+
import { Airplane } from '.';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
export declare class AirplanesEndPoint {
|
|
10
10
|
private config;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { AuditLog } from '.';
|
|
4
3
|
import { TimeSeries } from '.';
|
|
4
|
+
import { AuditLog } from '.';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class AuditLogsEndPoint {
|
|
7
7
|
private config;
|
package/lib/BookingFilter.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
+
import { Booking } from '.';
|
|
3
4
|
import { BookingStatusCode } from '.';
|
|
4
5
|
import { TimeSeries } from '.';
|
|
5
|
-
import { Booking } from '.';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class BookingsEndPoint {
|
|
8
8
|
private config;
|
package/lib/Campaign.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
+
import { ColumnDef } from '.';
|
|
1
2
|
import { CampaignTypeCode } from '.';
|
|
2
3
|
import { CampaignStatusCode } from '.';
|
|
3
4
|
import { CurrencyCode } from '.';
|
|
4
5
|
import { BaseEntityEx } from '.';
|
|
5
|
-
import { ColumnDef } from '.';
|
|
6
6
|
export declare class Campaign extends BaseEntityEx {
|
|
7
7
|
name: string;
|
|
8
8
|
type: CampaignTypeCode;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { StringKeyValue } from '.';
|
|
4
3
|
import { Campaign } from '.';
|
|
4
|
+
import { StringKeyValue } from '.';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class CampaignsEndPoint {
|
|
7
7
|
private config;
|
package/lib/Certificate.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ValidationFlag } from '.';
|
|
2
1
|
import { StatusCode } from '.';
|
|
3
2
|
import { BaseEntityEx } from '.';
|
|
4
3
|
import { ColumnDef } from '.';
|
|
4
|
+
import { ValidationFlag } from '.';
|
|
5
5
|
export declare class Certificate extends BaseEntityEx {
|
|
6
6
|
name: string;
|
|
7
7
|
type: ValidationFlag;
|
package/lib/Contact.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
+
import { AccountStatusCode } from '.';
|
|
1
2
|
import { Address } from '.';
|
|
2
3
|
import { ValidationFlag } from '.';
|
|
3
4
|
import { BaseEntityEx } from '.';
|
|
4
5
|
import { ColumnDef } from '.';
|
|
5
|
-
import { AccountStatusCode } 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 { MessageConfirm } from '.';
|
|
3
4
|
import { Contact } from '.';
|
|
5
|
+
import { Certificate } from '.';
|
|
6
|
+
import { StringKeyValue } from '.';
|
|
4
7
|
import { Flight } from '.';
|
|
5
8
|
import { Document } from '.';
|
|
6
|
-
import { StringKeyValue } from '.';
|
|
7
|
-
import { Certificate } from '.';
|
|
8
|
-
import { MessageConfirm } from '.';
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
10
|
export declare class ContactsEndPoint {
|
|
11
11
|
private config;
|
package/lib/Credit.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ColumnDef } from '.';
|
|
2
1
|
import { TransactionTypeCode } from '.';
|
|
3
2
|
import { CurrencyCode } from '.';
|
|
4
3
|
import { BaseEntityEx } from '.';
|
|
4
|
+
import { ColumnDef } from '.';
|
|
5
5
|
export declare class Credit extends BaseEntityEx {
|
|
6
6
|
name: string;
|
|
7
7
|
description: string;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { Tuple } from '.';
|
|
2
|
+
export declare enum ErrorCode {
|
|
3
|
+
UNDEFINED = 0,
|
|
4
|
+
GENERAL_ERROR = -1,
|
|
5
|
+
UNAUTHENTICATED = -2,
|
|
6
|
+
UNAUTHORIZED = -3,
|
|
7
|
+
NOT_FOUND = -10,
|
|
8
|
+
FLIGHT_PILOTS_ONLY = -1001,
|
|
9
|
+
FLIGHT_PIC_ONLY = -1002,
|
|
10
|
+
PREFLIGHT_ALREADY_REPORTED = -1010,
|
|
11
|
+
POSTFLIGHT_ALREADY_REPORTED = -1011
|
|
12
|
+
}
|
|
13
|
+
export declare function GetErrorCodes(): Tuple<ErrorCode, string>[];
|
|
14
|
+
export declare function MapErrorCodes(): Map<ErrorCode, string>;
|
package/lib/Flight.d.ts
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { FlightTypeCode } from '.';
|
|
2
2
|
import { FlightStateCode } from '.';
|
|
3
3
|
import { BillingStatusCode } from '.';
|
|
4
|
-
import { FlightPurposeCode } from '.';
|
|
5
4
|
import { OnBoard } from '.';
|
|
6
|
-
import {
|
|
7
|
-
import { Lesson } from '.';
|
|
8
|
-
import { FlightTypeCode } from '.';
|
|
5
|
+
import { Billing } from '.';
|
|
9
6
|
import { BaseEntityEx } from '.';
|
|
10
7
|
import { ColumnDef } from '.';
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
8
|
+
import { FlightStatusCode } from '.';
|
|
9
|
+
import { FlightPurposeCode } from '.';
|
|
10
|
+
import { TOLData } from '.';
|
|
13
11
|
import { ReFuel } from '.';
|
|
12
|
+
import { Lesson } from '.';
|
|
13
|
+
import { RiskAssessment } from '.';
|
|
14
14
|
export declare class Flight extends BaseEntityEx {
|
|
15
15
|
name: string;
|
|
16
16
|
description: string;
|
package/lib/FlightBilling.d.ts
CHANGED
package/lib/FlightFilter.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { BillingStatusCode } from '.';
|
|
2
|
-
import { FlightPurposeCode } from '.';
|
|
3
1
|
import { TimeFrame } from '.';
|
|
4
2
|
import { FlightTypeCode } from '.';
|
|
5
3
|
import { FlightStatusCode } from '.';
|
|
4
|
+
import { BillingStatusCode } from '.';
|
|
5
|
+
import { FlightPurposeCode } from '.';
|
|
6
6
|
export declare class FlightFilter {
|
|
7
7
|
search: string;
|
|
8
8
|
accountId: string;
|
package/lib/FlightPlan.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
+
import { ColumnDef } from '.';
|
|
1
2
|
import { FlightTypeCode } from '.';
|
|
2
3
|
import { FlightStatusCode } from '.';
|
|
3
4
|
import { FlightStateCode } from '.';
|
|
4
5
|
import { FlightPurposeCode } from '.';
|
|
5
6
|
import { TOLData } from '.';
|
|
6
7
|
import { BaseEntityEx } from '.';
|
|
7
|
-
import { ColumnDef } from '.';
|
|
8
8
|
export declare class FlightPlan extends BaseEntityEx {
|
|
9
9
|
name: string;
|
|
10
10
|
description: string;
|
package/lib/FlightRisk.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
+
import { PilotQualificationsRisks } from '.';
|
|
1
2
|
import { DepartureRisks } from '.';
|
|
2
|
-
import { DestinationRisks } from '.';
|
|
3
3
|
import { TripRisks } from '.';
|
|
4
4
|
import { ColumnDef } from '.';
|
|
5
|
-
import {
|
|
5
|
+
import { BaseEntityEx } from '.';
|
|
6
|
+
import { CrewDutyDayRisks } from '.';
|
|
7
|
+
import { DestinationRisks } from '.';
|
|
6
8
|
import { WeatherRisks } from '.';
|
|
7
9
|
import { SpecialRisks } from '.';
|
|
8
10
|
import { Mitigation } from '.';
|
|
9
|
-
import { BaseEntityEx } from '.';
|
|
10
|
-
import { CrewDutyDayRisks } 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 { Flight } from '.';
|
|
3
4
|
import { TimeSeries } from '.';
|
|
4
|
-
import {
|
|
5
|
+
import { FlightPlan } from '.';
|
|
5
6
|
import { FlightTicket } from '.';
|
|
7
|
+
import { Contact } from '.';
|
|
8
|
+
import { PreFlightInfo } from '.';
|
|
6
9
|
import { PostFlightInfo } from '.';
|
|
7
|
-
import { Flight } from '.';
|
|
8
10
|
import { AnyKeyValue } from '.';
|
|
9
|
-
import { FlightPlan } from '.';
|
|
10
|
-
import { PreFlightInfo } from '.';
|
|
11
11
|
import * as i0 from "@angular/core";
|
|
12
12
|
export declare class FlightsEndPoint {
|
|
13
13
|
private config;
|
package/lib/Group.d.ts
CHANGED
package/lib/Lead.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Address } from '.';
|
|
2
|
-
import { LeadStatusCode } from '.';
|
|
3
1
|
import { BaseEntityEx } from '.';
|
|
4
2
|
import { ColumnDef } from '.';
|
|
3
|
+
import { Address } from '.';
|
|
4
|
+
import { LeadStatusCode } from '.';
|
|
5
5
|
export declare class Lead extends BaseEntityEx {
|
|
6
6
|
firstName: string;
|
|
7
7
|
lastName: string;
|
package/lib/LeadFilter.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;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { Flight } from '.';
|
|
4
|
-
import { FlightPlan } from '.';
|
|
5
3
|
import { PreFlightInfo } from '.';
|
|
6
4
|
import { PostFlightInfo } from '.';
|
|
5
|
+
import { Flight } from '.';
|
|
6
|
+
import { FlightPlan } from '.';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare class MyFlightsEndPoint {
|
|
9
9
|
private config;
|
package/lib/Permission.d.ts
CHANGED
package/lib/PostFlightInfo.d.ts
CHANGED
|
@@ -36,5 +36,6 @@ export declare class PostFlightInfo {
|
|
|
36
36
|
instrumentsFlightTime: number;
|
|
37
37
|
soloFlightTime: number;
|
|
38
38
|
lessonComments: string;
|
|
39
|
-
|
|
39
|
+
description: string;
|
|
40
|
+
constructor(flightId?: string, flightNumber?: number, airplane?: string, hoursToInspection?: number, purpose?: FlightPurposeCode, type?: FlightTypeCode, takeoffPlannedTime?: number, takeoffActualTime?: number, takeoffField?: string, takeoffHobbs?: number, takeoffTach?: number, landingPlannedTime?: number, landingActualTime?: number, landingField?: string, landingHobbs?: number, landingTach?: number, captain?: string, firstOfficer?: string, destination?: string, singleEngineHours?: number, multiEngineHours?: number, flightHoursLastMonth?: number, refuelBeforeFlight?: number, refuelAfterFlight?: number, refillOilBeforeFlight?: number, refillOilAfterFlight?: number, lessonNumber?: number, lessonSubject?: string, lessonFlightCounter?: number, lessonAssessment?: AssessmentCode, instructedFlightTime?: number, instrumentsFlightTime?: number, soloFlightTime?: number, lessonComments?: string, description?: string);
|
|
40
41
|
}
|
package/lib/PreFlightData.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { Lesson } from '.';
|
|
2
|
-
import { BaseEntityEx } from '.';
|
|
3
|
-
import { ColumnDef } from '.';
|
|
4
1
|
import { FlightTypeCode } from '.';
|
|
5
2
|
import { FlightPurposeCode } from '.';
|
|
6
3
|
import { OnBoard } from '.';
|
|
7
4
|
import { TOLData } from '.';
|
|
8
5
|
import { ReFuel } from '.';
|
|
6
|
+
import { Lesson } from '.';
|
|
7
|
+
import { BaseEntityEx } from '.';
|
|
8
|
+
import { ColumnDef } from '.';
|
|
9
9
|
export declare class PreFlightData extends BaseEntityEx {
|
|
10
10
|
name: string;
|
|
11
11
|
description: string;
|
package/lib/PreFlightInfo.d.ts
CHANGED
package/lib/Price.d.ts
CHANGED
package/lib/RiskAssessment.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { Mitigation } from '.';
|
|
2
|
-
import { PilotQualificationsRisks } from '.';
|
|
3
1
|
import { CrewDutyDayRisks } from '.';
|
|
4
2
|
import { DepartureRisks } from '.';
|
|
5
3
|
import { DestinationRisks } from '.';
|
|
6
4
|
import { TripRisks } from '.';
|
|
7
5
|
import { WeatherRisks } from '.';
|
|
8
6
|
import { SpecialRisks } from '.';
|
|
7
|
+
import { Mitigation } from '.';
|
|
8
|
+
import { PilotQualificationsRisks } 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/User.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { UserTypeCode } from '.';
|
|
2
|
-
import { UserRoleFlag } from '.';
|
|
3
1
|
import { UserStatusCode } from '.';
|
|
4
2
|
import { BaseEntityEx } from '.';
|
|
5
3
|
import { ColumnDef } from '.';
|
|
4
|
+
import { UserTypeCode } from '.';
|
|
5
|
+
import { UserRoleFlag } from '.';
|
|
6
6
|
export declare class User extends BaseEntityEx {
|
|
7
7
|
name: string;
|
|
8
8
|
email: string;
|
package/lib/UserEndPoint.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse } from '../utils';
|
|
2
2
|
import { GooxConfig } from '../config';
|
|
3
|
-
import { User } from '.';
|
|
4
3
|
import { LoginParams } from '.';
|
|
4
|
+
import { User } from '.';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class UserEndPoint {
|
|
7
7
|
private config;
|