@aya-flights/ngx-goox-lib 2.18.194 → 2.18.196

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