@aya-flights/ngx-goox-lib 1.19.14 → 1.19.16

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