@aya-flights/ngx-goox-lib 2.19.110 → 2.19.111

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