@aya-flights/ngx-goox-lib 2.18.82 → 2.18.84

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