@aya-flights/ngx-goox-lib 2.18.72 → 2.18.74

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