@aya-flights/ngx-goox-lib 2.19.29 → 2.19.32

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