@aya-flights/ngx-goox-lib 2.19.79 → 2.19.82

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