@aya-flights/ngx-goox-lib 2.19.196 → 2.19.197

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