@aya-flights/ngx-goox-lib 2.18.53 → 2.18.56

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