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

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