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