@aya-flights/ngx-goox-lib 2.18.105 → 2.18.106

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