@aya-flights/ngx-goox-lib 2.18.62 → 2.18.64

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