@aya-flights/ngx-goox-lib 2.18.145 → 2.18.147

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