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

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