@aya-flights/ngx-goox-lib 2.19.195 → 2.19.197

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