@aya-flights/ngx-goox-lib 1.19.63 → 1.19.64

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