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

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