@aya-flights/ngx-goox-lib 2.19.61 → 2.19.63

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