@aya-flights/ngx-goox-lib 2.19.172 → 2.19.174

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