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

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