@aya-flights/ngx-goox-lib 2.19.129 → 2.19.130

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