@aya-flights/ngx-goox-lib 2.19.117 → 2.19.118

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.
Files changed (45) hide show
  1. package/fesm2022/aya-flights-ngx-goox-lib.mjs +4653 -4660
  2. package/fesm2022/aya-flights-ngx-goox-lib.mjs.map +1 -1
  3. package/lib/AccountsEndPoint.d.ts +6 -6
  4. package/lib/Airplane.d.ts +3 -3
  5. package/lib/AirplanesEndPoint.d.ts +5 -5
  6. package/lib/AuditLog.d.ts +1 -1
  7. package/lib/BookingPlan.d.ts +1 -1
  8. package/lib/BookingSlotsEndPoint.d.ts +1 -1
  9. package/lib/BookingSlotsSet.d.ts +1 -1
  10. package/lib/Campaign.d.ts +2 -2
  11. package/lib/Certificate.d.ts +1 -1
  12. package/lib/CertificatesEndPoint.d.ts +1 -1
  13. package/lib/CertificatesFilter.d.ts +1 -1
  14. package/lib/Contact.d.ts +4 -4
  15. package/lib/ContactsEndPoint.d.ts +4 -4
  16. package/lib/Flight.d.ts +6 -6
  17. package/lib/FlightBilling.d.ts +1 -1
  18. package/lib/FlightPassenger.d.ts +1 -1
  19. package/lib/FlightPlan.d.ts +3 -3
  20. package/lib/FlightRisk.d.ts +5 -5
  21. package/lib/FlightTicket.d.ts +1 -1
  22. package/lib/FlightTicketsEndPoint.d.ts +1 -1
  23. package/lib/FlightsEndPoint.d.ts +7 -7
  24. package/lib/FlightsFilter.d.ts +1 -1
  25. package/lib/LeadAction.d.ts +1 -1
  26. package/lib/Lesson.d.ts +3 -3
  27. package/lib/LessonTypeCode.d.ts +4 -0
  28. package/lib/Maintenance.d.ts +1 -1
  29. package/lib/MaintenancesEndPoint.d.ts +1 -1
  30. package/lib/MessageConfirm.d.ts +1 -1
  31. package/lib/MessageConfirmsEndPoint.d.ts +1 -1
  32. package/lib/MyAuthEndPoint.d.ts +1 -1
  33. package/lib/MyBookingsEndPoint.d.ts +2 -2
  34. package/lib/MyFlightsEndPoint.d.ts +5 -5
  35. package/lib/PostFlightInfo.d.ts +3 -1
  36. package/lib/PreFlightInfo.d.ts +3 -1
  37. package/lib/SyllabusEndPoint.d.ts +1 -1
  38. package/lib/SystemMessagesEndPoint.d.ts +1 -1
  39. package/lib/UsersEndPoint.d.ts +1 -1
  40. package/lib/UsersFilter.d.ts +1 -1
  41. package/lib/index.d.ts +109 -111
  42. package/lib/services.export.d.ts +20 -20
  43. package/package.json +1 -1
  44. package/lib/OnBoard.d.ts +0 -7
  45. package/lib/ReFuel.d.ts +0 -6
package/lib/index.d.ts CHANGED
@@ -1,154 +1,152 @@
1
- export * from './Tuple';
2
1
  export * from './ColumnDef';
3
2
  export * from './TimeFrame';
4
3
  export * from './TimeDataPoint';
5
4
  export * from './TimeSeries';
6
5
  export * from './BaseEntity';
7
6
  export * from './BaseEntityEx';
8
- export * from './AssessmentCode';
9
- export * from './CampaignTypeCode';
10
- export * from './FlightStateCode';
11
- export * from './FlightTypeCode';
12
- export * from './StatusCode';
13
- export * from './TypeRatingFlag';
14
- export * from './UserRoleFlag';
7
+ export * from './Tuple';
8
+ export * from './PriorityCode';
9
+ export * from './UserStatusCode';
10
+ export * from './UserTypeCode';
11
+ export * from './TicketStatusCode';
15
12
  export * from './ADSBSourceFlag';
16
13
  export * from './AccountTypeCode';
17
- export * from './BookingTypeFlag';
18
- export * from './TicketStatusCode';
19
- export * from './ADSBCategoryCode';
20
- export * from './AirplaneStatusCode';
21
- export * from './UserStatusCode';
22
- export * from './MedicalCertClassCode';
23
- export * from './OperatorCode';
24
- export * from './AirplaneValidationFlag';
25
14
  export * from './FilterFlag';
26
15
  export * from './FlightPurposeCode';
27
- export * from './LessonSubjectCode';
28
- export * from './LessonTypeCode';
29
- export * from './MaintenanceActionCode';
30
- export * from './ValidationFlag';
31
- export * from './PermissionFlag';
32
- export * from './PriorityCode';
33
- export * from './AccountStatusCode';
34
- export * from './CampaignStatusCode';
35
- export * from './CurrencyCode';
36
- export * from './FlightCategoryCode';
37
- export * from './FlightClassCode';
38
16
  export * from './LeadStatusCode';
17
+ export * from './StatusCode';
39
18
  export * from './TransactionTypeCode';
19
+ export * from './UserRoleFlag';
20
+ export * from './AccountStatusCode';
21
+ export * from './CampaignTypeCode';
22
+ export * from './LessonSubjectCode';
23
+ export * from './MedicalCertClassCode';
24
+ export * from './MessageTypeCode';
40
25
  export * from './PaymentMethodCode';
41
- export * from './BillingStatusCode';
26
+ export * from './ValidationFlag';
27
+ export * from './PermissionFlag';
28
+ export * from './AirplaneStatusCode';
29
+ export * from './AirplaneValidationFlag';
42
30
  export * from './BookingStatusCode';
31
+ export * from './BookingTypeFlag';
43
32
  export * from './ErrorCode';
33
+ export * from './LicenseKindFlag';
34
+ export * from './AssessmentCode';
35
+ export * from './FlightStateCode';
36
+ export * from './MaintenanceActionCode';
37
+ export * from './TypeRatingFlag';
38
+ export * from './ADSBCategoryCode';
44
39
  export * from './FlightStatusCode';
45
- export * from './MessageTypeCode';
40
+ export * from './FlightTypeCode';
41
+ export * from './InstructionTypeCode';
42
+ export * from './LessonTypeCode';
43
+ export * from './CurrencyCode';
46
44
  export * from './ModuleCode';
45
+ export * from './OperatorCode';
46
+ export * from './BillingStatusCode';
47
+ export * from './CampaignStatusCode';
47
48
  export * from './ConfirmStatusCode';
48
- export * from './InstructionTypeCode';
49
- export * from './LicenseKindFlag';
50
- export * from './UserTypeCode';
51
- export * from './CreditsFilter';
52
- export * from './Propeller';
53
- export * from './Fuel';
49
+ export * from './FlightCategoryCode';
50
+ export * from './FlightClassCode';
51
+ export * from './Mitigation';
52
+ export * from './User';
53
+ export * from './Permission';
54
54
  export * from './AuditLog';
55
+ export * from './StringKeyValue';
56
+ export * from './Airplane';
57
+ export * from './AirplanesFilter';
58
+ export * from './AuditLogFilter';
59
+ export * from './FlightBilling';
55
60
  export * from './SystemMessage';
56
- export * from './IntKeyValue';
57
- export * from './Magneto';
58
- export * from './BookingPlan';
59
- export * from './Campaign';
61
+ export * from './BookingSlotsSet';
62
+ export * from './Lesson';
60
63
  export * from './Contact';
61
- export * from './PilotQualificationsRisks';
62
- export * from './Account';
63
- export * from './Flight';
64
+ export * from './Credit';
65
+ export * from './Billing';
66
+ export * from './CrewDutyDayRisks';
67
+ export * from './Lookup';
68
+ export * from './BookingsFilter';
69
+ export * from './Location';
70
+ export * from './MessageConfirm';
71
+ export * from './Price';
64
72
  export * from './Address';
65
- export * from './FlightsFilter';
66
- export * from './PostFlightInfo';
67
- export * from './Airplane';
68
- export * from './ReFuel';
69
- export * from './DepartureRisks';
70
- export * from './BookingSlot';
71
- export * from './BookingSlotsSet';
72
- export * from './TripRisks';
73
- export * from './CertificatesFilter';
74
73
  export * from './MaintenancesFilter';
75
- export * from './SpecialRisks';
76
- export * from './Mitigation';
77
- export * from './LeadAction';
78
- export * from './Maintenance';
79
- export * from './BookingsFilter';
80
- export * from './TOLData';
74
+ export * from './DocumentRevision';
81
75
  export * from './Group';
82
- export * from './LeadsFilter';
83
76
  export * from './LoginParams';
84
77
  export * from './Certificate';
78
+ export * from './LogBookRecord';
79
+ export * from './Maintenance';
80
+ export * from './Account';
85
81
  export * from './RiskAssessment';
86
- export * from './DestinationRisks';
87
- export * from './FlightBilling';
88
- export * from './FlightRisk';
89
- export * from './ADSBState';
90
- export * from './AccountsFilter';
91
- export * from './AirplanesFilter';
92
- export * from './Location';
93
- export * from './TokenData';
94
- export * from './Document';
95
- export * from './Engine';
96
- export * from './Lesson';
82
+ export * from './PilotQualificationsRisks';
83
+ export * from './AnyKeyValue';
84
+ export * from './CreditsFilter';
85
+ export * from './Magneto';
86
+ export * from './BookingPlan';
97
87
  export * from './WeatherRisks';
98
- export * from './AuditLogFilter';
99
- export * from './ContactsFilter';
100
- export * from './Lead';
88
+ export * from './SpecialRisks';
101
89
  export * from './LookupGroup';
102
- export * from './UsersFilter';
103
- export * from './PreFlightInfo';
104
- export * from './Credit';
105
- export * from './DocumentRevision';
106
- export * from './Billing';
107
- export * from './LogBookRecord';
108
- export * from './Permission';
109
- export * from './OnBoard';
110
- export * from './CrewDutyDayRisks';
111
- export * from './MessageConfirm';
90
+ export * from './FlightPassenger';
91
+ export * from './PostFlightInfo';
92
+ export * from './Engine';
112
93
  export * from './SystemConfig';
113
- export * from './User';
114
- export * from './Price';
115
- export * from './Syllabus';
116
- export * from './AnyKeyValue';
117
- export * from './StringKeyValue';
118
94
  export * from './BookingSlots';
119
- export * from './FlightPlan';
120
- export * from './Lookup';
121
- export * from './FlightPassenger';
95
+ export * from './TOLData';
96
+ export * from './FlightTicket';
122
97
  export * from './SyllabusFilter';
123
- export * from './Booking';
98
+ export * from './UsersFilter';
99
+ export * from './FlightPlan';
100
+ export * from './Document';
101
+ export * from './Flight';
102
+ export * from './LeadAction';
103
+ export * from './AccountsFilter';
104
+ export * from './ContactsFilter';
105
+ export * from './BookingSlot';
106
+ export * from './DestinationRisks';
107
+ export * from './CertificatesFilter';
108
+ export * from './Propeller';
109
+ export * from './TripRisks';
110
+ export * from './Lead';
111
+ export * from './LeadsFilter';
112
+ export * from './PreFlightInfo';
113
+ export * from './IntKeyValue';
114
+ export * from './TokenData';
115
+ export * from './Fuel';
116
+ export * from './FlightRisk';
117
+ export * from './Syllabus';
118
+ export * from './ADSBState';
119
+ export * from './FlightsFilter';
124
120
  export * from './BillingRecord';
125
- export * from './FlightTicket';
126
- export * from './ContactsEndPoint';
121
+ export * from './DepartureRisks';
122
+ export * from './Booking';
123
+ export * from './Campaign';
127
124
  export * from './LeadsEndPoint';
128
- export * from './PriceListEndPoint';
129
- export * from './UserEndPoint';
130
- export * from './MyAuthEndPoint';
131
- export * from './BookingSlotsEndPoint';
132
- export * from './CreditsEndPoint';
133
- export * from './MyBookingsEndPoint';
134
- export * from './MyCreditsEndPoint';
135
- export * from './AccountsEndPoint';
136
- export * from './AirplanesEndPoint';
137
- export * from './FlightTicketsEndPoint';
138
- export * from './SyllabusEndPoint';
139
125
  export * from './SystemConfigsEndPoint';
140
- export * from './SystemMessagesEndPoint';
141
- export * from './MessageConfirmsEndPoint';
142
126
  export * from './MyFlightsEndPoint';
143
- export * from './CampaignsEndPoint';
127
+ export * from './MyAuthEndPoint';
128
+ export * from './PriceListEndPoint';
129
+ export * from './AccountsEndPoint';
144
130
  export * from './CertificatesEndPoint';
145
- export * from './SystemEndPoint';
146
131
  export * from './AuditLogsEndPoint';
147
- export * from './GroupsEndPoint';
132
+ export * from './CampaignsEndPoint';
133
+ export * from './UserEndPoint';
134
+ export * from './UsersEndPoint';
148
135
  export * from './LookupsEndPoint';
149
- export * from './BookingsEndPoint';
136
+ export * from './SystemEndPoint';
137
+ export * from './SystemMessagesEndPoint';
138
+ export * from './MyBookingsEndPoint';
139
+ export * from './ContactsEndPoint';
140
+ export * from './CreditsEndPoint';
150
141
  export * from './DocumentsEndPoint';
142
+ export * from './MessageConfirmsEndPoint';
143
+ export * from './FlightTicketsEndPoint';
151
144
  export * from './FlightsEndPoint';
145
+ export * from './GroupsEndPoint';
152
146
  export * from './MaintenancesEndPoint';
153
- export * from './UsersEndPoint';
147
+ export * from './SyllabusEndPoint';
148
+ export * from './MyCreditsEndPoint';
149
+ export * from './AirplanesEndPoint';
150
+ export * from './BookingSlotsEndPoint';
151
+ export * from './BookingsEndPoint';
154
152
  export * from './Enums';
@@ -1,29 +1,29 @@
1
- import { MessageConfirmsEndPoint } from '.';
1
+ import { AirplanesEndPoint } from '.';
2
+ import { BookingSlotsEndPoint } from '.';
3
+ import { BookingsEndPoint } from '.';
4
+ import { FlightsEndPoint } from '.';
5
+ import { GroupsEndPoint } from '.';
6
+ import { MaintenancesEndPoint } from '.';
7
+ import { SyllabusEndPoint } from '.';
8
+ import { MyCreditsEndPoint } from '.';
9
+ import { LeadsEndPoint } from '.';
10
+ import { SystemConfigsEndPoint } from '.';
2
11
  import { MyFlightsEndPoint } from '.';
3
- import { CampaignsEndPoint } from '.';
12
+ import { MyAuthEndPoint } from '.';
13
+ import { AccountsEndPoint } from '.';
4
14
  import { CertificatesEndPoint } from '.';
5
- import { SystemEndPoint } from '.';
15
+ import { PriceListEndPoint } from '.';
6
16
  import { AuditLogsEndPoint } from '.';
7
- import { GroupsEndPoint } from '.';
17
+ import { CampaignsEndPoint } from '.';
18
+ import { UserEndPoint } from '.';
8
19
  import { LookupsEndPoint } from '.';
9
- import { BookingsEndPoint } from '.';
20
+ import { SystemEndPoint } from '.';
21
+ import { SystemMessagesEndPoint } from '.';
10
22
  import { UsersEndPoint } from '.';
11
- import { DocumentsEndPoint } from '.';
12
- import { FlightsEndPoint } from '.';
13
- import { MaintenancesEndPoint } from '.';
14
- import { UserEndPoint } from '.';
15
- import { MyAuthEndPoint } from '.';
16
23
  import { ContactsEndPoint } from '.';
17
- import { LeadsEndPoint } from '.';
18
- import { PriceListEndPoint } from '.';
19
- import { BookingSlotsEndPoint } from '.';
20
24
  import { CreditsEndPoint } from '.';
25
+ import { DocumentsEndPoint } from '.';
21
26
  import { MyBookingsEndPoint } from '.';
22
- import { SyllabusEndPoint } from '.';
23
- import { SystemConfigsEndPoint } from '.';
24
- import { SystemMessagesEndPoint } from '.';
25
- import { MyCreditsEndPoint } from '.';
26
- import { AccountsEndPoint } from '.';
27
- import { AirplanesEndPoint } from '.';
28
27
  import { FlightTicketsEndPoint } from '.';
29
- export declare const Services: (typeof ContactsEndPoint | typeof LeadsEndPoint | typeof PriceListEndPoint | typeof UserEndPoint | typeof MyAuthEndPoint | typeof BookingSlotsEndPoint | typeof CreditsEndPoint | typeof MyBookingsEndPoint | typeof MyCreditsEndPoint | typeof AccountsEndPoint | typeof AirplanesEndPoint | typeof FlightTicketsEndPoint | typeof SyllabusEndPoint | typeof SystemConfigsEndPoint | typeof SystemMessagesEndPoint | typeof MessageConfirmsEndPoint | typeof MyFlightsEndPoint | typeof CampaignsEndPoint | typeof CertificatesEndPoint | typeof SystemEndPoint | typeof AuditLogsEndPoint | typeof GroupsEndPoint | typeof LookupsEndPoint | typeof BookingsEndPoint | typeof DocumentsEndPoint | typeof FlightsEndPoint | typeof MaintenancesEndPoint | typeof UsersEndPoint)[];
28
+ import { MessageConfirmsEndPoint } from '.';
29
+ export declare const Services: (typeof LeadsEndPoint | typeof SystemConfigsEndPoint | typeof MyFlightsEndPoint | typeof MyAuthEndPoint | typeof PriceListEndPoint | typeof AccountsEndPoint | typeof CertificatesEndPoint | typeof AuditLogsEndPoint | typeof CampaignsEndPoint | typeof UserEndPoint | typeof UsersEndPoint | typeof LookupsEndPoint | typeof SystemEndPoint | typeof SystemMessagesEndPoint | typeof MyBookingsEndPoint | typeof ContactsEndPoint | typeof CreditsEndPoint | typeof DocumentsEndPoint | typeof MessageConfirmsEndPoint | typeof FlightTicketsEndPoint | typeof FlightsEndPoint | typeof GroupsEndPoint | typeof MaintenancesEndPoint | typeof SyllabusEndPoint | typeof MyCreditsEndPoint | typeof AirplanesEndPoint | typeof BookingSlotsEndPoint | typeof BookingsEndPoint)[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aya-flights/ngx-goox-lib",
3
- "version": "2.19.117",
3
+ "version": "2.19.118",
4
4
  "description": "Angular client library for GooX backend",
5
5
  "publishConfig": {
6
6
  "access": "public"
package/lib/OnBoard.d.ts DELETED
@@ -1,7 +0,0 @@
1
- export declare class OnBoard {
2
- captain: string;
3
- firstOfficer: string;
4
- passengers: string[];
5
- crew: string[];
6
- constructor(captain?: string, firstOfficer?: string, passengers?: string[], crew?: string[]);
7
- }
package/lib/ReFuel.d.ts DELETED
@@ -1,6 +0,0 @@
1
- export declare class ReFuel {
2
- refillBefore: number;
3
- amountOnBoard: number;
4
- refillAfter: number;
5
- constructor(refillBefore?: number, amountOnBoard?: number, refillAfter?: number);
6
- }