@aya-flights/ngx-goox-lib 2.18.179 → 2.18.181

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