@aya-flights/ngx-goox-lib 2.19.154 → 2.19.156

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