@aya-flights/ngx-goox-lib 2.18.113 → 2.18.115

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