@aya-flights/ngx-goox-lib 2.18.182 → 2.18.183

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