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