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