@aya-flights/ngx-goox-lib 2.18.78 → 2.18.81

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