@aya-flights/ngx-goox-lib 2.19.57 → 2.19.60

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