@aya-flights/ngx-goox-lib 2.19.198 → 2.20.1-ang-19
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/config.d.ts +5 -4
- package/fesm2022/aya-flights-ngx-goox-lib.mjs +5173 -5601
- package/fesm2022/aya-flights-ngx-goox-lib.mjs.map +1 -1
- package/lib/{ADSBState.d.ts → model/ADSBState.d.ts} +1 -1
- package/lib/{Account.d.ts → model/Account.d.ts} +6 -6
- package/lib/{AccountsFilter.d.ts → model/AccountsFilter.d.ts} +2 -2
- package/{utils → lib/model}/ActionResponse.d.ts +2 -0
- package/lib/{Airplane.d.ts → model/Airplane.d.ts} +10 -11
- package/lib/{AirplanesFilter.d.ts → model/AirplanesFilter.d.ts} +1 -1
- package/lib/{AuditLog.d.ts → model/AuditLog.d.ts} +3 -4
- package/lib/{AuditLogFilter.d.ts → model/AuditLogFilter.d.ts} +1 -1
- package/{utils → lib/model}/BaseRestResponse.d.ts +1 -0
- package/lib/{Billing.d.ts → model/Billing.d.ts} +1 -1
- package/lib/{Booking.d.ts → model/Booking.d.ts} +4 -5
- package/lib/{BookingPlan.d.ts → model/BookingPlan.d.ts} +5 -6
- package/lib/{BookingSlot.d.ts → model/BookingSlot.d.ts} +2 -3
- package/lib/{BookingSlots.d.ts → model/BookingSlots.d.ts} +3 -4
- package/lib/{BookingSlotsSet.d.ts → model/BookingSlotsSet.d.ts} +3 -4
- package/lib/{BookingsFilter.d.ts → model/BookingsFilter.d.ts} +2 -2
- package/lib/{Campaign.d.ts → model/Campaign.d.ts} +5 -6
- package/lib/{Certificate.d.ts → model/Certificate.d.ts} +4 -5
- package/lib/{CertificatesFilter.d.ts → model/CertificatesFilter.d.ts} +3 -3
- package/lib/{ColumnDef.d.ts → model/ColumnDef.d.ts} +2 -2
- package/lib/{Contact.d.ts → model/Contact.d.ts} +9 -10
- package/lib/{ContactGroup.d.ts → model/ContactGroup.d.ts} +3 -4
- package/lib/{ContactsFilter.d.ts → model/ContactsFilter.d.ts} +4 -4
- package/lib/{Credit.d.ts → model/Credit.d.ts} +4 -5
- package/lib/{CreditsFilter.d.ts → model/CreditsFilter.d.ts} +2 -2
- package/lib/model/Distribution.d.ts +7 -0
- package/lib/{Document.d.ts → model/Document.d.ts} +3 -4
- package/{utils → lib/model}/Entities.d.ts +1 -0
- package/lib/model/EntitiesRequest.d.ts +4 -0
- package/{utils → lib/model}/EntitiesResponse.d.ts +2 -0
- package/lib/model/EntityAction.d.ts +3 -0
- package/lib/model/EntityRequest.d.ts +4 -0
- package/{utils → lib/model}/EntityResponse.d.ts +2 -4
- package/lib/{Flight.d.ts → model/Flight.d.ts} +11 -12
- package/lib/{FlightBilling.d.ts → model/FlightBilling.d.ts} +3 -4
- package/lib/{FlightPassenger.d.ts → model/FlightPassenger.d.ts} +2 -3
- package/lib/{FlightPlan.d.ts → model/FlightPlan.d.ts} +7 -8
- package/lib/model/FlightRisk.d.ts +22 -0
- package/lib/{FlightTicket.d.ts → model/FlightTicket.d.ts} +3 -4
- package/lib/{FlightsFilter.d.ts → model/FlightsFilter.d.ts} +5 -5
- package/lib/{Group.d.ts → model/Group.d.ts} +4 -5
- package/lib/model/Json.d.ts +3 -0
- package/lib/model/JsonDoc.d.ts +5 -0
- package/lib/{Lead.d.ts → model/Lead.d.ts} +5 -6
- package/lib/{LeadAction.d.ts → model/LeadAction.d.ts} +2 -3
- package/lib/{LeadsFilter.d.ts → model/LeadsFilter.d.ts} +1 -1
- package/lib/{Lesson.d.ts → model/Lesson.d.ts} +3 -3
- package/lib/model/LocalTime.d.ts +3 -0
- package/lib/{LogBookRecord.d.ts → model/LogBookRecord.d.ts} +2 -3
- package/lib/{Lookup.d.ts → model/Lookup.d.ts} +2 -3
- package/lib/{LookupGroup.d.ts → model/LookupGroup.d.ts} +3 -3
- package/lib/{Maintenance.d.ts → model/Maintenance.d.ts} +4 -5
- package/lib/{MaintenancesFilter.d.ts → model/MaintenancesFilter.d.ts} +3 -3
- package/lib/{MessageConfirm.d.ts → model/MessageConfirm.d.ts} +5 -6
- package/lib/model/Metar.d.ts +9 -0
- package/lib/{Notification.d.ts → model/Notification.d.ts} +5 -6
- package/lib/{Permission.d.ts → model/Permission.d.ts} +2 -2
- package/lib/{PostFlightInfo.d.ts → model/PostFlightInfo.d.ts} +4 -4
- package/lib/{PreFlightInfo.d.ts → model/PreFlightInfo.d.ts} +3 -3
- package/lib/{Price.d.ts → model/Price.d.ts} +3 -4
- package/lib/{RiskAssessment.d.ts → model/RiskAssessment.d.ts} +8 -8
- package/{utils → lib/model}/SimpleEntity.d.ts +1 -0
- package/lib/{StorageItem.d.ts → model/StorageItem.d.ts} +2 -3
- package/lib/{Syllabus.d.ts → model/Syllabus.d.ts} +5 -5
- package/lib/{SyllabusFilter.d.ts → model/SyllabusFilter.d.ts} +2 -2
- package/lib/model/SyllabusTrack.d.ts +12 -0
- package/lib/{SystemConfig.d.ts → model/SystemConfig.d.ts} +2 -3
- package/lib/{SystemMessage.d.ts → model/SystemMessage.d.ts} +4 -5
- package/lib/model/TimeDataPoint.d.ts +5 -0
- package/lib/model/TimePeriodCode.d.ts +11 -0
- package/lib/{TimeSeries.d.ts → model/TimeSeries.d.ts} +2 -2
- package/lib/model/Timestamp.d.ts +3 -0
- package/lib/{TokenData.d.ts → model/TokenData.d.ts} +2 -2
- package/lib/model/Tuple.d.ts +5 -0
- package/lib/{User.d.ts → model/User.d.ts} +5 -6
- package/lib/{UsersFilter.d.ts → model/UsersFilter.d.ts} +3 -3
- package/lib/{WBConfig.d.ts → model/WBConfig.d.ts} +1 -1
- package/lib/model/errorStruct.d.ts +5 -0
- package/lib/{index.d.ts → model/index.d.ts} +124 -142
- package/lib/{AccountsEndPoint.d.ts → services/AccountsEndPoint.d.ts} +17 -14
- package/lib/{AirplanesEndPoint.d.ts → services/AirplanesEndPoint.d.ts} +18 -15
- package/lib/{AuditLogsEndPoint.d.ts → services/AuditLogsEndPoint.d.ts} +7 -5
- package/lib/{BookingSlotsEndPoint.d.ts → services/BookingSlotsEndPoint.d.ts} +9 -6
- package/lib/{BookingsEndPoint.d.ts → services/BookingsEndPoint.d.ts} +10 -7
- package/lib/{CampaignsEndPoint.d.ts → services/CampaignsEndPoint.d.ts} +8 -5
- package/lib/{CertificatesEndPoint.d.ts → services/CertificatesEndPoint.d.ts} +8 -5
- package/lib/{ContactsEndPoint.d.ts → services/ContactsEndPoint.d.ts} +25 -17
- package/lib/{ContactsGroupsEndPoint.d.ts → services/ContactsGroupsEndPoint.d.ts} +8 -5
- package/lib/{CreditsEndPoint.d.ts → services/CreditsEndPoint.d.ts} +7 -4
- package/lib/{DocumentsEndPoint.d.ts → services/DocumentsEndPoint.d.ts} +8 -5
- package/lib/{FlightTicketsEndPoint.d.ts → services/FlightTicketsEndPoint.d.ts} +8 -5
- package/lib/{FlightsEndPoint.d.ts → services/FlightsEndPoint.d.ts} +22 -18
- package/lib/{GroupsEndPoint.d.ts → services/GroupsEndPoint.d.ts} +8 -5
- package/lib/{LeadsEndPoint.d.ts → services/LeadsEndPoint.d.ts} +14 -11
- package/lib/{LookupsEndPoint.d.ts → services/LookupsEndPoint.d.ts} +8 -5
- package/lib/{MaintenancesEndPoint.d.ts → services/MaintenancesEndPoint.d.ts} +9 -6
- package/lib/services/McpToolsEndPoint.d.ts +25 -0
- package/lib/{MessageConfirmsEndPoint.d.ts → services/MessageConfirmsEndPoint.d.ts} +10 -7
- package/lib/{MyAuthEndPoint.d.ts → services/MyAuthEndPoint.d.ts} +9 -6
- package/lib/{MyBookingsEndPoint.d.ts → services/MyBookingsEndPoint.d.ts} +12 -9
- package/lib/{MyCertificatesEndPoint.d.ts → services/MyCertificatesEndPoint.d.ts} +8 -5
- package/lib/{MyCreditsEndPoint.d.ts → services/MyCreditsEndPoint.d.ts} +6 -4
- package/lib/{MyFlightsEndPoint.d.ts → services/MyFlightsEndPoint.d.ts} +14 -11
- package/lib/{MyInfoEndPoint.d.ts → services/MyInfoEndPoint.d.ts} +7 -5
- package/lib/{MyMessagesEndPoint.d.ts → services/MyMessagesEndPoint.d.ts} +8 -5
- package/lib/{MyStudentsEndPoint.d.ts → services/MyStudentsEndPoint.d.ts} +7 -5
- package/lib/{PriceListEndPoint.d.ts → services/PriceListEndPoint.d.ts} +8 -5
- package/lib/{SyllabusEndPoint.d.ts → services/SyllabusEndPoint.d.ts} +9 -6
- package/lib/{SystemConfigsEndPoint.d.ts → services/SystemConfigsEndPoint.d.ts} +7 -4
- package/lib/{SystemEndPoint.d.ts → services/SystemEndPoint.d.ts} +4 -3
- package/lib/{SystemMessagesEndPoint.d.ts → services/SystemMessagesEndPoint.d.ts} +9 -6
- package/lib/{UserEndPoint.d.ts → services/UserEndPoint.d.ts} +6 -5
- package/lib/{UsersEndPoint.d.ts → services/UsersEndPoint.d.ts} +10 -7
- package/lib/services/index.d.ts +34 -0
- package/ngx-goox-lib.module.d.ts +3 -4
- package/package.json +1 -1
- package/public-api.d.ts +3 -3
- package/{utils/rest-util.d.ts → rest-utils.d.ts} +3 -3
- package/lib/Distribution.d.ts +0 -6
- package/lib/Enums.d.ts +0 -1
- package/lib/FlightRisk.d.ts +0 -23
- package/lib/Metar.d.ts +0 -10
- package/lib/TimeDataPoint.d.ts +0 -5
- package/lib/Tuple.d.ts +0 -5
- package/lib/services.export.d.ts +0 -34
- package/utils/index.d.ts +0 -7
- /package/lib/{ADSBCategoryCode.d.ts → model/ADSBCategoryCode.d.ts} +0 -0
- /package/lib/{ADSBSourceFlag.d.ts → model/ADSBSourceFlag.d.ts} +0 -0
- /package/lib/{AccountStatusCode.d.ts → model/AccountStatusCode.d.ts} +0 -0
- /package/lib/{AccountTypeCode.d.ts → model/AccountTypeCode.d.ts} +0 -0
- /package/lib/{Address.d.ts → model/Address.d.ts} +0 -0
- /package/lib/{AirplaneStatusCode.d.ts → model/AirplaneStatusCode.d.ts} +0 -0
- /package/lib/{AirplaneValidationFlag.d.ts → model/AirplaneValidationFlag.d.ts} +0 -0
- /package/lib/{AnyKeyValue.d.ts → model/AnyKeyValue.d.ts} +0 -0
- /package/lib/{AssessmentCode.d.ts → model/AssessmentCode.d.ts} +0 -0
- /package/lib/{BaseEntity.d.ts → model/BaseEntity.d.ts} +0 -0
- /package/lib/{BaseEntityEx.d.ts → model/BaseEntityEx.d.ts} +0 -0
- /package/lib/{BaseFilter.d.ts → model/BaseFilter.d.ts} +0 -0
- /package/lib/{BillingRecord.d.ts → model/BillingRecord.d.ts} +0 -0
- /package/lib/{BillingStatusCode.d.ts → model/BillingStatusCode.d.ts} +0 -0
- /package/lib/{BookingStatusCode.d.ts → model/BookingStatusCode.d.ts} +0 -0
- /package/lib/{BookingTypeFlag.d.ts → model/BookingTypeFlag.d.ts} +0 -0
- /package/lib/{Boundaries.d.ts → model/Boundaries.d.ts} +0 -0
- /package/lib/{CampaignStatusCode.d.ts → model/CampaignStatusCode.d.ts} +0 -0
- /package/lib/{CampaignTypeCode.d.ts → model/CampaignTypeCode.d.ts} +0 -0
- /package/lib/{ConfirmStatusCode.d.ts → model/ConfirmStatusCode.d.ts} +0 -0
- /package/lib/{CrewDutyDayRisks.d.ts → model/CrewDutyDayRisks.d.ts} +0 -0
- /package/lib/{CurrencyCode.d.ts → model/CurrencyCode.d.ts} +0 -0
- /package/lib/{DepartureRisks.d.ts → model/DepartureRisks.d.ts} +0 -0
- /package/lib/{DestinationRisks.d.ts → model/DestinationRisks.d.ts} +0 -0
- /package/lib/{DocumentRevision.d.ts → model/DocumentRevision.d.ts} +0 -0
- /package/lib/{Engine.d.ts → model/Engine.d.ts} +0 -0
- /package/lib/{ErrorCode.d.ts → model/ErrorCode.d.ts} +0 -0
- /package/lib/{FilterFlag.d.ts → model/FilterFlag.d.ts} +0 -0
- /package/lib/{FlightCategoryCode.d.ts → model/FlightCategoryCode.d.ts} +0 -0
- /package/lib/{FlightClassCode.d.ts → model/FlightClassCode.d.ts} +0 -0
- /package/lib/{FlightPurposeCode.d.ts → model/FlightPurposeCode.d.ts} +0 -0
- /package/lib/{FlightStateCode.d.ts → model/FlightStateCode.d.ts} +0 -0
- /package/lib/{FlightStatusCode.d.ts → model/FlightStatusCode.d.ts} +0 -0
- /package/lib/{FlightTypeCode.d.ts → model/FlightTypeCode.d.ts} +0 -0
- /package/lib/{FollowUpAction.d.ts → model/FollowUpAction.d.ts} +0 -0
- /package/lib/{Fuel.d.ts → model/Fuel.d.ts} +0 -0
- /package/lib/{InstructionTypeCode.d.ts → model/InstructionTypeCode.d.ts} +0 -0
- /package/lib/{IntEnumValue.d.ts → model/IntEnumValue.d.ts} +0 -0
- /package/lib/{IntKeyValue.d.ts → model/IntKeyValue.d.ts} +0 -0
- /package/lib/{LeadStatusCode.d.ts → model/LeadStatusCode.d.ts} +0 -0
- /package/lib/{LessonSubjectCode.d.ts → model/LessonSubjectCode.d.ts} +0 -0
- /package/lib/{LessonTypeCode.d.ts → model/LessonTypeCode.d.ts} +0 -0
- /package/lib/{LicenseKindFlag.d.ts → model/LicenseKindFlag.d.ts} +0 -0
- /package/lib/{Location.d.ts → model/Location.d.ts} +0 -0
- /package/lib/{LoginParams.d.ts → model/LoginParams.d.ts} +0 -0
- /package/lib/{Magneto.d.ts → model/Magneto.d.ts} +0 -0
- /package/lib/{MaintenanceActionCode.d.ts → model/MaintenanceActionCode.d.ts} +0 -0
- /package/lib/{MedicalCertClassCode.d.ts → model/MedicalCertClassCode.d.ts} +0 -0
- /package/lib/{MessageTypeCode.d.ts → model/MessageTypeCode.d.ts} +0 -0
- /package/lib/{MetarReport.d.ts → model/MetarReport.d.ts} +0 -0
- /package/lib/{Mitigation.d.ts → model/Mitigation.d.ts} +0 -0
- /package/lib/{ModuleCode.d.ts → model/ModuleCode.d.ts} +0 -0
- /package/lib/{NotificationTypeCode.d.ts → model/NotificationTypeCode.d.ts} +0 -0
- /package/lib/{OperatorCode.d.ts → model/OperatorCode.d.ts} +0 -0
- /package/lib/{PaymentMethodCode.d.ts → model/PaymentMethodCode.d.ts} +0 -0
- /package/lib/{PermissionFlag.d.ts → model/PermissionFlag.d.ts} +0 -0
- /package/lib/{PilotQualificationsRisks.d.ts → model/PilotQualificationsRisks.d.ts} +0 -0
- /package/lib/{Point.d.ts → model/Point.d.ts} +0 -0
- /package/lib/{PriorityCode.d.ts → model/PriorityCode.d.ts} +0 -0
- /package/lib/{Propeller.d.ts → model/Propeller.d.ts} +0 -0
- /package/lib/{SpecialRisks.d.ts → model/SpecialRisks.d.ts} +0 -0
- /package/lib/{StatusCode.d.ts → model/StatusCode.d.ts} +0 -0
- /package/lib/{StringKeyValue.d.ts → model/StringKeyValue.d.ts} +0 -0
- /package/lib/{TOLData.d.ts → model/TOLData.d.ts} +0 -0
- /package/lib/{TafReport.d.ts → model/TafReport.d.ts} +0 -0
- /package/lib/{TicketStatusCode.d.ts → model/TicketStatusCode.d.ts} +0 -0
- /package/lib/{TimeFrame.d.ts → model/TimeFrame.d.ts} +0 -0
- /package/lib/{TransactionTypeCode.d.ts → model/TransactionTypeCode.d.ts} +0 -0
- /package/lib/{TripRisks.d.ts → model/TripRisks.d.ts} +0 -0
- /package/lib/{TypeRatingFlag.d.ts → model/TypeRatingFlag.d.ts} +0 -0
- /package/lib/{UserRoleFlag.d.ts → model/UserRoleFlag.d.ts} +0 -0
- /package/lib/{UserStatusCode.d.ts → model/UserStatusCode.d.ts} +0 -0
- /package/lib/{UserTypeCode.d.ts → model/UserTypeCode.d.ts} +0 -0
- /package/lib/{ValidationFlag.d.ts → model/ValidationFlag.d.ts} +0 -0
- /package/lib/{WeatherRisks.d.ts → model/WeatherRisks.d.ts} +0 -0
|
@@ -1,26 +1,30 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
1
|
+
import { RestUtils } from '../../rest-utils';
|
|
2
|
+
import { AppConfig } from '../../config';
|
|
3
|
+
import { EntityResponse } from '../model';
|
|
4
|
+
import { Distribution } from '../model';
|
|
5
|
+
import { Contact } from '../model';
|
|
6
|
+
import { Entities } from '../model';
|
|
7
|
+
import { FlightStatusCode } from '../model';
|
|
8
|
+
import { BillingStatusCode } from '../model';
|
|
9
|
+
import { FlightPlan } from '../model';
|
|
10
|
+
import { Point } from '../model';
|
|
11
|
+
import { FlightClassCode } from '../model';
|
|
12
|
+
import { Flight } from '../model';
|
|
13
|
+
import { ActionResponse } from '../model';
|
|
14
|
+
import { AnyKeyValue } from '../model';
|
|
15
|
+
import { FlightPurposeCode } from '../model';
|
|
16
|
+
import { EntitiesResponse } from '../model';
|
|
17
|
+
import { TimeSeries } from '../model';
|
|
18
|
+
import { PostFlightInfo } from '../model';
|
|
19
|
+
import { FlightTypeCode } from '../model';
|
|
20
|
+
import { FlightTicket } from '../model';
|
|
21
|
+
import { PreFlightInfo } from '../model';
|
|
18
22
|
import * as i0 from "@angular/core";
|
|
19
23
|
export declare class FlightsEndPoint {
|
|
20
24
|
private config;
|
|
21
25
|
private rest;
|
|
22
26
|
private baseUrl;
|
|
23
|
-
constructor(config:
|
|
27
|
+
constructor(config: AppConfig, rest: RestUtils);
|
|
24
28
|
/**
|
|
25
29
|
* Get new and empty flight template
|
|
26
30
|
*/
|
|
@@ -1,13 +1,16 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
1
|
+
import { RestUtils } from '../../rest-utils';
|
|
2
|
+
import { AppConfig } from '../../config';
|
|
3
|
+
import { EntityResponse } from '../model';
|
|
4
|
+
import { Group } from '../model';
|
|
5
|
+
import { ActionResponse } from '../model';
|
|
6
|
+
import { EntitiesResponse } from '../model';
|
|
7
|
+
import { StringKeyValue } from '../model';
|
|
5
8
|
import * as i0 from "@angular/core";
|
|
6
9
|
export declare class GroupsEndPoint {
|
|
7
10
|
private config;
|
|
8
11
|
private rest;
|
|
9
12
|
private baseUrl;
|
|
10
|
-
constructor(config:
|
|
13
|
+
constructor(config: AppConfig, rest: RestUtils);
|
|
11
14
|
/**
|
|
12
15
|
* Get new and empty flight template
|
|
13
16
|
*/
|
|
@@ -1,19 +1,22 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import { Lead } from '
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
1
|
+
import { RestUtils } from '../../rest-utils';
|
|
2
|
+
import { AppConfig } from '../../config';
|
|
3
|
+
import { Point } from '../model';
|
|
4
|
+
import { IntEnumValue } from '../model';
|
|
5
|
+
import { IntKeyValue } from '../model';
|
|
6
|
+
import { EntityResponse } from '../model';
|
|
7
|
+
import { Lead } from '../model';
|
|
8
|
+
import { LeadStatusCode } from '../model';
|
|
9
|
+
import { EntitiesResponse } from '../model';
|
|
10
|
+
import { TimeSeries } from '../model';
|
|
11
|
+
import { Booking } from '../model';
|
|
12
|
+
import { ActionResponse } from '../model';
|
|
13
|
+
import { LeadAction } from '../model';
|
|
11
14
|
import * as i0 from "@angular/core";
|
|
12
15
|
export declare class LeadsEndPoint {
|
|
13
16
|
private config;
|
|
14
17
|
private rest;
|
|
15
18
|
private baseUrl;
|
|
16
|
-
constructor(config:
|
|
19
|
+
constructor(config: AppConfig, rest: RestUtils);
|
|
17
20
|
/**
|
|
18
21
|
* Get new and empty lead template
|
|
19
22
|
*/
|
|
@@ -1,13 +1,16 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import { Lookup } from '
|
|
4
|
-
import {
|
|
1
|
+
import { RestUtils } from '../../rest-utils';
|
|
2
|
+
import { AppConfig } from '../../config';
|
|
3
|
+
import { Lookup } from '../model';
|
|
4
|
+
import { EntityResponse } from '../model';
|
|
5
|
+
import { ActionResponse } from '../model';
|
|
6
|
+
import { EntitiesResponse } from '../model';
|
|
7
|
+
import { LookupGroup } from '../model';
|
|
5
8
|
import * as i0 from "@angular/core";
|
|
6
9
|
export declare class LookupsEndPoint {
|
|
7
10
|
private config;
|
|
8
11
|
private rest;
|
|
9
12
|
private baseUrl;
|
|
10
|
-
constructor(config:
|
|
13
|
+
constructor(config: AppConfig, rest: RestUtils);
|
|
11
14
|
/**
|
|
12
15
|
* Create new lookup
|
|
13
16
|
*/
|
|
@@ -1,14 +1,17 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
1
|
+
import { RestUtils } from '../../rest-utils';
|
|
2
|
+
import { AppConfig } from '../../config';
|
|
3
|
+
import { StatusCode } from '../model';
|
|
4
|
+
import { EntitiesResponse } from '../model';
|
|
5
|
+
import { EntityResponse } from '../model';
|
|
6
|
+
import { Maintenance } from '../model';
|
|
7
|
+
import { ActionResponse } from '../model';
|
|
8
|
+
import { MaintenanceActionCode } from '../model';
|
|
6
9
|
import * as i0 from "@angular/core";
|
|
7
10
|
export declare class MaintenancesEndPoint {
|
|
8
11
|
private config;
|
|
9
12
|
private rest;
|
|
10
13
|
private baseUrl;
|
|
11
|
-
constructor(config:
|
|
14
|
+
constructor(config: AppConfig, rest: RestUtils);
|
|
12
15
|
/**
|
|
13
16
|
* Get new and empty maintenance template
|
|
14
17
|
*/
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { RestUtils } from '../../rest-utils';
|
|
2
|
+
import { AppConfig } from '../../config';
|
|
3
|
+
import { StringKeyValue } from '../model';
|
|
4
|
+
import { EntitiesResponse } from '../model';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class McpToolsEndPoint {
|
|
7
|
+
private config;
|
|
8
|
+
private rest;
|
|
9
|
+
private baseUrl;
|
|
10
|
+
constructor(config: AppConfig, rest: RestUtils);
|
|
11
|
+
/**
|
|
12
|
+
* Lookup accounts ID->Name mapping
|
|
13
|
+
*/
|
|
14
|
+
accountsLookup(search?: string): import("rxjs").Observable<EntitiesResponse<StringKeyValue>>;
|
|
15
|
+
/**
|
|
16
|
+
* Lookup contacts ID->Name mapping
|
|
17
|
+
*/
|
|
18
|
+
contactsLookup(search?: string): import("rxjs").Observable<EntitiesResponse<StringKeyValue>>;
|
|
19
|
+
/**
|
|
20
|
+
* Lookup airplanes ID->Name mapping
|
|
21
|
+
*/
|
|
22
|
+
airplanesLookup(search?: string): import("rxjs").Observable<EntitiesResponse<StringKeyValue>>;
|
|
23
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<McpToolsEndPoint, never>;
|
|
24
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<McpToolsEndPoint>;
|
|
25
|
+
}
|
|
@@ -1,15 +1,18 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import { MessageTypeCode } from '
|
|
1
|
+
import { RestUtils } from '../../rest-utils';
|
|
2
|
+
import { AppConfig } from '../../config';
|
|
3
|
+
import { EntityResponse } from '../model';
|
|
4
|
+
import { MessageConfirm } from '../model';
|
|
5
|
+
import { ActionResponse } from '../model';
|
|
6
|
+
import { MessageTypeCode } from '../model';
|
|
7
|
+
import { ConfirmStatusCode } from '../model';
|
|
8
|
+
import { PriorityCode } from '../model';
|
|
9
|
+
import { EntitiesResponse } from '../model';
|
|
7
10
|
import * as i0 from "@angular/core";
|
|
8
11
|
export declare class MessageConfirmsEndPoint {
|
|
9
12
|
private config;
|
|
10
13
|
private rest;
|
|
11
14
|
private baseUrl;
|
|
12
|
-
constructor(config:
|
|
15
|
+
constructor(config: AppConfig, rest: RestUtils);
|
|
13
16
|
/**
|
|
14
17
|
* Get new and empty messageConfirm template
|
|
15
18
|
*/
|
|
@@ -1,14 +1,17 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
1
|
+
import { RestUtils } from '../../rest-utils';
|
|
2
|
+
import { AppConfig } from '../../config';
|
|
3
|
+
import { LoginParams } from '../model';
|
|
4
|
+
import { ActionResponse } from '../model';
|
|
5
|
+
import { EntityResponse } from '../model';
|
|
6
|
+
import { Contact } from '../model';
|
|
7
|
+
import { EntitiesResponse } from '../model';
|
|
8
|
+
import { Notification } from '../model';
|
|
6
9
|
import * as i0 from "@angular/core";
|
|
7
10
|
export declare class MyAuthEndPoint {
|
|
8
11
|
private config;
|
|
9
12
|
private rest;
|
|
10
13
|
private baseUrl;
|
|
11
|
-
constructor(config:
|
|
14
|
+
constructor(config: AppConfig, rest: RestUtils);
|
|
12
15
|
/**
|
|
13
16
|
* Authenticate contact
|
|
14
17
|
*/
|
|
@@ -1,17 +1,20 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
1
|
+
import { RestUtils } from '../../rest-utils';
|
|
2
|
+
import { AppConfig } from '../../config';
|
|
3
|
+
import { EntitiesResponse } from '../model';
|
|
4
|
+
import { Airplane } from '../model';
|
|
5
|
+
import { Booking } from '../model';
|
|
6
|
+
import { EntityResponse } from '../model';
|
|
7
|
+
import { ActionResponse } from '../model';
|
|
8
|
+
import { BookingStatusCode } from '../model';
|
|
9
|
+
import { BookingTypeFlag } from '../model';
|
|
10
|
+
import { Lookup } from '../model';
|
|
11
|
+
import { BookingSlot } from '../model';
|
|
9
12
|
import * as i0 from "@angular/core";
|
|
10
13
|
export declare class MyBookingsEndPoint {
|
|
11
14
|
private config;
|
|
12
15
|
private rest;
|
|
13
16
|
private baseUrl;
|
|
14
|
-
constructor(config:
|
|
17
|
+
constructor(config: AppConfig, rest: RestUtils);
|
|
15
18
|
/**
|
|
16
19
|
* Create new booking
|
|
17
20
|
*/
|
|
@@ -1,13 +1,16 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
1
|
+
import { RestUtils } from '../../rest-utils';
|
|
2
|
+
import { AppConfig } from '../../config';
|
|
3
|
+
import { EntitiesResponse } from '../model';
|
|
4
|
+
import { EntityResponse } from '../model';
|
|
5
|
+
import { Certificate } from '../model';
|
|
6
|
+
import { ActionResponse } from '../model';
|
|
7
|
+
import { StatusCode } from '../model';
|
|
5
8
|
import * as i0 from "@angular/core";
|
|
6
9
|
export declare class MyCertificatesEndPoint {
|
|
7
10
|
private config;
|
|
8
11
|
private rest;
|
|
9
12
|
private baseUrl;
|
|
10
|
-
constructor(config:
|
|
13
|
+
constructor(config: AppConfig, rest: RestUtils);
|
|
11
14
|
/**
|
|
12
15
|
* Get new and empty certificate template
|
|
13
16
|
*/
|
|
@@ -1,12 +1,14 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import { Credit } from '
|
|
1
|
+
import { RestUtils } from '../../rest-utils';
|
|
2
|
+
import { AppConfig } from '../../config';
|
|
3
|
+
import { Credit } from '../model';
|
|
4
|
+
import { EntitiesResponse } from '../model';
|
|
5
|
+
import { EntityResponse } from '../model';
|
|
4
6
|
import * as i0 from "@angular/core";
|
|
5
7
|
export declare class MyCreditsEndPoint {
|
|
6
8
|
private config;
|
|
7
9
|
private rest;
|
|
8
10
|
private baseUrl;
|
|
9
|
-
constructor(config:
|
|
11
|
+
constructor(config: AppConfig, rest: RestUtils);
|
|
10
12
|
/**
|
|
11
13
|
* Get a single credit by id
|
|
12
14
|
*/
|
|
@@ -1,19 +1,22 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import { Flight } from '
|
|
1
|
+
import { RestUtils } from '../../rest-utils';
|
|
2
|
+
import { AppConfig } from '../../config';
|
|
3
|
+
import { Syllabus } from '../model';
|
|
4
|
+
import { PreFlightInfo } from '../model';
|
|
5
|
+
import { FlightTypeCode } from '../model';
|
|
6
|
+
import { EntitiesResponse } from '../model';
|
|
7
|
+
import { ActionResponse } from '../model';
|
|
8
|
+
import { PostFlightInfo } from '../model';
|
|
9
|
+
import { EntityResponse } from '../model';
|
|
10
|
+
import { Flight } from '../model';
|
|
11
|
+
import { FlightStatusCode } from '../model';
|
|
12
|
+
import { FlightPlan } from '../model';
|
|
13
|
+
import { InstructionTypeCode } from '../model';
|
|
11
14
|
import * as i0 from "@angular/core";
|
|
12
15
|
export declare class MyFlightsEndPoint {
|
|
13
16
|
private config;
|
|
14
17
|
private rest;
|
|
15
18
|
private baseUrl;
|
|
16
|
-
constructor(config:
|
|
19
|
+
constructor(config: AppConfig, rest: RestUtils);
|
|
17
20
|
/**
|
|
18
21
|
* Get a single flight by id
|
|
19
22
|
*/
|
|
@@ -1,13 +1,15 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
1
|
+
import { RestUtils } from '../../rest-utils';
|
|
2
|
+
import { AppConfig } from '../../config';
|
|
3
|
+
import { EntitiesResponse } from '../model';
|
|
4
|
+
import { StorageItem } from '../model';
|
|
5
|
+
import { EntityResponse } from '../model';
|
|
6
|
+
import { Metar } from '../model';
|
|
5
7
|
import * as i0 from "@angular/core";
|
|
6
8
|
export declare class MyInfoEndPoint {
|
|
7
9
|
private config;
|
|
8
10
|
private rest;
|
|
9
11
|
private baseUrl;
|
|
10
|
-
constructor(config:
|
|
12
|
+
constructor(config: AppConfig, rest: RestUtils);
|
|
11
13
|
/**
|
|
12
14
|
* Get a list of files and folders from the folder in Google Drive defined as Library
|
|
13
15
|
*/
|
|
@@ -1,13 +1,16 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
1
|
+
import { RestUtils } from '../../rest-utils';
|
|
2
|
+
import { AppConfig } from '../../config';
|
|
3
|
+
import { ActionResponse } from '../model';
|
|
4
|
+
import { EntityResponse } from '../model';
|
|
5
|
+
import { SystemMessage } from '../model';
|
|
6
|
+
import { EntitiesResponse } from '../model';
|
|
7
|
+
import { MessageConfirm } from '../model';
|
|
5
8
|
import * as i0 from "@angular/core";
|
|
6
9
|
export declare class MyMessagesEndPoint {
|
|
7
10
|
private config;
|
|
8
11
|
private rest;
|
|
9
12
|
private baseUrl;
|
|
10
|
-
constructor(config:
|
|
13
|
+
constructor(config: AppConfig, rest: RestUtils);
|
|
11
14
|
/**
|
|
12
15
|
* Get a single message by id
|
|
13
16
|
*/
|
|
@@ -1,13 +1,15 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
1
|
+
import { RestUtils } from '../../rest-utils';
|
|
2
|
+
import { AppConfig } from '../../config';
|
|
3
|
+
import { EntityResponse } from '../model';
|
|
4
|
+
import { Contact } from '../model';
|
|
5
|
+
import { EntitiesResponse } from '../model';
|
|
6
|
+
import { Flight } from '../model';
|
|
5
7
|
import * as i0 from "@angular/core";
|
|
6
8
|
export declare class MyStudentsEndPoint {
|
|
7
9
|
private config;
|
|
8
10
|
private rest;
|
|
9
11
|
private baseUrl;
|
|
10
|
-
constructor(config:
|
|
12
|
+
constructor(config: AppConfig, rest: RestUtils);
|
|
11
13
|
/**
|
|
12
14
|
* Get a single student by id
|
|
13
15
|
*/
|
|
@@ -1,13 +1,16 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import { Price } from '
|
|
4
|
-
import {
|
|
1
|
+
import { RestUtils } from '../../rest-utils';
|
|
2
|
+
import { AppConfig } from '../../config';
|
|
3
|
+
import { Price } from '../model';
|
|
4
|
+
import { ActionResponse } from '../model';
|
|
5
|
+
import { FlightPurposeCode } from '../model';
|
|
6
|
+
import { EntitiesResponse } from '../model';
|
|
7
|
+
import { EntityResponse } from '../model';
|
|
5
8
|
import * as i0 from "@angular/core";
|
|
6
9
|
export declare class PriceListEndPoint {
|
|
7
10
|
private config;
|
|
8
11
|
private rest;
|
|
9
12
|
private baseUrl;
|
|
10
|
-
constructor(config:
|
|
13
|
+
constructor(config: AppConfig, rest: RestUtils);
|
|
11
14
|
/**
|
|
12
15
|
* Get new and empty price template
|
|
13
16
|
*/
|
|
@@ -1,14 +1,17 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
1
|
+
import { RestUtils } from '../../rest-utils';
|
|
2
|
+
import { AppConfig } from '../../config';
|
|
3
|
+
import { ActionResponse } from '../model';
|
|
4
|
+
import { FlightCategoryCode } from '../model';
|
|
5
|
+
import { InstructionTypeCode } from '../model';
|
|
6
|
+
import { EntitiesResponse } from '../model';
|
|
7
|
+
import { EntityResponse } from '../model';
|
|
8
|
+
import { Syllabus } from '../model';
|
|
6
9
|
import * as i0 from "@angular/core";
|
|
7
10
|
export declare class SyllabusEndPoint {
|
|
8
11
|
private config;
|
|
9
12
|
private rest;
|
|
10
13
|
private baseUrl;
|
|
11
|
-
constructor(config:
|
|
14
|
+
constructor(config: AppConfig, rest: RestUtils);
|
|
12
15
|
/**
|
|
13
16
|
* Get new and empty syllabus template
|
|
14
17
|
*/
|
|
@@ -1,12 +1,15 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import { SystemConfig } from '
|
|
1
|
+
import { RestUtils } from '../../rest-utils';
|
|
2
|
+
import { AppConfig } from '../../config';
|
|
3
|
+
import { SystemConfig } from '../model';
|
|
4
|
+
import { EntityResponse } from '../model';
|
|
5
|
+
import { ActionResponse } from '../model';
|
|
6
|
+
import { EntitiesResponse } from '../model';
|
|
4
7
|
import * as i0 from "@angular/core";
|
|
5
8
|
export declare class SystemConfigsEndPoint {
|
|
6
9
|
private config;
|
|
7
10
|
private rest;
|
|
8
11
|
private baseUrl;
|
|
9
|
-
constructor(config:
|
|
12
|
+
constructor(config: AppConfig, rest: RestUtils);
|
|
10
13
|
/**
|
|
11
14
|
* Create new systemConfig
|
|
12
15
|
*/
|
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { RestUtils } from '../../rest-utils';
|
|
2
|
+
import { AppConfig } from '../../config';
|
|
3
|
+
import { ActionResponse } from '../model';
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
4
5
|
export declare class SystemEndPoint {
|
|
5
6
|
private config;
|
|
6
7
|
private rest;
|
|
7
8
|
private baseUrl;
|
|
8
|
-
constructor(config:
|
|
9
|
+
constructor(config: AppConfig, rest: RestUtils);
|
|
9
10
|
/**
|
|
10
11
|
* Lookup returns entity name for entity id
|
|
11
12
|
*/
|
|
@@ -1,14 +1,17 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
1
|
+
import { RestUtils } from '../../rest-utils';
|
|
2
|
+
import { AppConfig } from '../../config';
|
|
3
|
+
import { EntityResponse } from '../model';
|
|
4
|
+
import { SystemMessage } from '../model';
|
|
5
|
+
import { ActionResponse } from '../model';
|
|
6
|
+
import { MessageTypeCode } from '../model';
|
|
7
|
+
import { EntitiesResponse } from '../model';
|
|
8
|
+
import { MessageConfirm } from '../model';
|
|
6
9
|
import * as i0 from "@angular/core";
|
|
7
10
|
export declare class SystemMessagesEndPoint {
|
|
8
11
|
private config;
|
|
9
12
|
private rest;
|
|
10
13
|
private baseUrl;
|
|
11
|
-
constructor(config:
|
|
14
|
+
constructor(config: AppConfig, rest: RestUtils);
|
|
12
15
|
/**
|
|
13
16
|
* Get new and empty systemMessage template
|
|
14
17
|
*/
|
|
@@ -1,13 +1,14 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import { LoginParams } from '
|
|
4
|
-
import {
|
|
1
|
+
import { RestUtils } from '../../rest-utils';
|
|
2
|
+
import { AppConfig } from '../../config';
|
|
3
|
+
import { LoginParams } from '../model';
|
|
4
|
+
import { EntityResponse } from '../model';
|
|
5
|
+
import { User } from '../model';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
7
|
export declare class UserEndPoint {
|
|
7
8
|
private config;
|
|
8
9
|
private rest;
|
|
9
10
|
private baseUrl;
|
|
10
|
-
constructor(config:
|
|
11
|
+
constructor(config: AppConfig, rest: RestUtils);
|
|
11
12
|
/**
|
|
12
13
|
* Authorize user, verify user exists in the system
|
|
13
14
|
* The response includes access token valid for 20 minutes. The client side should renew the token before expiration using refresh-token method
|
|
@@ -1,15 +1,18 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import { StringKeyValue } from '
|
|
6
|
-
import {
|
|
1
|
+
import { RestUtils } from '../../rest-utils';
|
|
2
|
+
import { AppConfig } from '../../config';
|
|
3
|
+
import { UserStatusCode } from '../model';
|
|
4
|
+
import { EntitiesResponse } from '../model';
|
|
5
|
+
import { StringKeyValue } from '../model';
|
|
6
|
+
import { EntityResponse } from '../model';
|
|
7
|
+
import { User } from '../model';
|
|
8
|
+
import { ActionResponse } from '../model';
|
|
9
|
+
import { UserTypeCode } from '../model';
|
|
7
10
|
import * as i0 from "@angular/core";
|
|
8
11
|
export declare class UsersEndPoint {
|
|
9
12
|
private config;
|
|
10
13
|
private rest;
|
|
11
14
|
private baseUrl;
|
|
12
|
-
constructor(config:
|
|
15
|
+
constructor(config: AppConfig, rest: RestUtils);
|
|
13
16
|
/**
|
|
14
17
|
* Get new and empty user template
|
|
15
18
|
*/
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
export * from './LookupsEndPoint';
|
|
2
|
+
export * from './MyAuthEndPoint';
|
|
3
|
+
export * from './SystemConfigsEndPoint';
|
|
4
|
+
export * from './UsersEndPoint';
|
|
5
|
+
export * from './MyMessagesEndPoint';
|
|
6
|
+
export * from './MaintenancesEndPoint';
|
|
7
|
+
export * from './SystemMessagesEndPoint';
|
|
8
|
+
export * from './AirplanesEndPoint';
|
|
9
|
+
export * from './PriceListEndPoint';
|
|
10
|
+
export * from './SyllabusEndPoint';
|
|
11
|
+
export * from './UserEndPoint';
|
|
12
|
+
export * from './MyBookingsEndPoint';
|
|
13
|
+
export * from './MyCreditsEndPoint';
|
|
14
|
+
export * from './MyFlightsEndPoint';
|
|
15
|
+
export * from './AccountsEndPoint';
|
|
16
|
+
export * from './BookingSlotsEndPoint';
|
|
17
|
+
export * from './CampaignsEndPoint';
|
|
18
|
+
export * from './ContactsGroupsEndPoint';
|
|
19
|
+
export * from './SystemEndPoint';
|
|
20
|
+
export * from './McpToolsEndPoint';
|
|
21
|
+
export * from './BookingsEndPoint';
|
|
22
|
+
export * from './ContactsEndPoint';
|
|
23
|
+
export * from './DocumentsEndPoint';
|
|
24
|
+
export * from './FlightTicketsEndPoint';
|
|
25
|
+
export * from './MyCertificatesEndPoint';
|
|
26
|
+
export * from './MyInfoEndPoint';
|
|
27
|
+
export * from './AuditLogsEndPoint';
|
|
28
|
+
export * from './MessageConfirmsEndPoint';
|
|
29
|
+
export * from './FlightsEndPoint';
|
|
30
|
+
export * from './GroupsEndPoint';
|
|
31
|
+
export * from './LeadsEndPoint';
|
|
32
|
+
export * from './MyStudentsEndPoint';
|
|
33
|
+
export * from './CertificatesEndPoint';
|
|
34
|
+
export * from './CreditsEndPoint';
|
package/ngx-goox-lib.module.d.ts
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { AppConfig } from './config';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
import * as i1 from "@angular/common";
|
|
5
|
-
import * as i2 from "@angular/common/http";
|
|
6
5
|
export declare class NgxGooxLibModule {
|
|
7
|
-
static forRoot(config:
|
|
6
|
+
static forRoot(config: AppConfig): ModuleWithProviders<NgxGooxLibModule>;
|
|
8
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<NgxGooxLibModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxGooxLibModule, never, [typeof i1.CommonModule
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxGooxLibModule, never, [typeof i1.CommonModule], never>;
|
|
10
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<NgxGooxLibModule>;
|
|
11
10
|
}
|