@aya-flights/ngx-goox-lib 2.19.102 → 2.19.104

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