@aya-flights/ngx-goox-lib 2.19.67 → 2.19.69

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