@aya-flights/ngx-goox-lib 2.18.138 → 2.18.139

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