@aya-flights/ngx-goox-lib 2.19.73 → 2.19.75

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