@aya-flights/ngx-goox-lib 2.19.31 → 2.19.33

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