@aya-flights/ngx-goox-lib 1.19.11 → 1.19.12

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