@aya-flights/ngx-goox-lib 2.18.108 → 2.18.109

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