@aya-flights/ngx-goox-lib 2.18.106 → 2.18.107

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