@aya-flights/ngx-goox-lib 2.18.129 → 2.18.131

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