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