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

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