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

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