@aya-flights/ngx-goox-lib 2.19.158 → 2.19.160

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