@aya-flights/ngx-goox-lib 2.18.151 → 2.18.152

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