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

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