@aya-flights/ngx-goox-lib 2.18.91 → 2.18.92

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