@aya-flights/ngx-goox-lib 2.18.115 → 2.18.117

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