@aya-flights/ngx-goox-lib 1.19.51 → 1.19.53

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