@sap-ux/odata-service-inquirer 2.5.8 → 2.5.10
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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"prompts": {
|
|
3
3
|
"datasourceType": {
|
|
4
|
-
"message": "Data
|
|
4
|
+
"message": "Data Source",
|
|
5
5
|
"projectSpecificDestName": "Project Specific Destination",
|
|
6
6
|
"businessHubName": "SAP Business Accelerator Hub",
|
|
7
7
|
"sapSystemName": "System",
|
|
@@ -18,24 +18,24 @@
|
|
|
18
18
|
"notYetImplementedWarningMessage": "The selected data source type: {{ datasourceType }} is not yet implemented."
|
|
19
19
|
},
|
|
20
20
|
"metadataFile": {
|
|
21
|
-
"message": "Metadata
|
|
21
|
+
"message": "Metadata File Path",
|
|
22
22
|
"description": "Upload a metadata file",
|
|
23
23
|
"placeholder_odata_service_url": "/here/goes/your/serviceurl/"
|
|
24
24
|
},
|
|
25
25
|
"capProject": {
|
|
26
|
-
"message": "Choose
|
|
26
|
+
"message": "Choose a CAP Project",
|
|
27
27
|
"description": "Select a local CAP project",
|
|
28
28
|
"breadcrumb": "CAP Project",
|
|
29
29
|
"enterCapPathChoiceName": "Manually select CAP project folder path"
|
|
30
30
|
},
|
|
31
31
|
"capProjectPath": {
|
|
32
|
-
"message": "CAP
|
|
32
|
+
"message": "CAP Project Folder Path",
|
|
33
33
|
"description": "Select a local CAP project",
|
|
34
34
|
"breadcrumb": "CAP Project",
|
|
35
35
|
"enterCapPathChoiceName": "Manually select CAP project folder path"
|
|
36
36
|
},
|
|
37
37
|
"capService": {
|
|
38
|
-
"message": "OData
|
|
38
|
+
"message": "OData Service",
|
|
39
39
|
"description": "Select a local CAP service",
|
|
40
40
|
"breadcrumb": "CAP Service",
|
|
41
41
|
"enterCapPathChoiceName": "Manually select CAP service folder path"
|
|
@@ -55,9 +55,17 @@
|
|
|
55
55
|
"validationMessages": {
|
|
56
56
|
"odataVersionMismatch": "The template you have chosen supports V{{requiredOdataVersion}} OData services only. The provided version is V{{providedOdataVersion}}.",
|
|
57
57
|
"metadataInvalid": "The service metadata is invalid.",
|
|
58
|
-
"metadataFilePathNotValid": "
|
|
59
|
-
"capProjectNotFound": "The folder you have selected does not
|
|
60
|
-
"
|
|
58
|
+
"metadataFilePathNotValid": "The metadata file does not exist or is not accessible. Please specify a valid file path.",
|
|
59
|
+
"capProjectNotFound": "The folder you have selected does not contain a valid CAP project. Please check and try again.",
|
|
60
|
+
"warningCertificateValidationDisabled": "Certificate validation has been disabled by the user.",
|
|
61
|
+
"annotationsNotFound": "Annotations not found for the specified service."
|
|
62
|
+
},
|
|
63
|
+
"warnings": {
|
|
64
|
+
"nonUIServiceTypeWarningMessage": "Services of service type: {{serviceType}} or without a service type are not intended to be used for generating SAP Fiori UI applications.",
|
|
65
|
+
"noServicesAvailable": "There are no services available for the selected system. For more information, see the logs.",
|
|
66
|
+
"noServicesAvailableForOdataVersion": "There are no OData V{{odataVersion}} services available from the selected system and the template you have chosen only supports OData V{{odataVersion}} services.",
|
|
67
|
+
"noAnnotations": "No back-end annotations associated with this service were retrieved. This can result in an invalid application.",
|
|
68
|
+
"collaborativeDraftMessage": "The selected service is draft-enabled but does not support collaborative draft."
|
|
61
69
|
},
|
|
62
70
|
"systemUrl": {
|
|
63
71
|
"message": "System URL",
|
|
@@ -77,13 +85,13 @@
|
|
|
77
85
|
"systemService": {
|
|
78
86
|
"message": "Service",
|
|
79
87
|
"breadcrumb": "Service",
|
|
80
|
-
"noServicesWarning": "No services available for the selected system, see logs
|
|
88
|
+
"noServicesWarning": "No services available for the selected system. For more information, see the logs."
|
|
81
89
|
},
|
|
82
90
|
"newSystemType": {
|
|
83
91
|
"choiceAbapOnPrem": "ABAP On Premise",
|
|
84
92
|
"choiceAbapOnBtp": "ABAP Environment on SAP Business Technology Platform",
|
|
85
93
|
"choiceCFAbapEnvServiceOnBtp": "Cloud Foundry ABAP environment on SAP Business Technology Platform",
|
|
86
|
-
"message": "System
|
|
94
|
+
"message": "System Type",
|
|
87
95
|
"notYetImplementedWarningMessage": "The selected system type: {{ systemType }} is not yet implemented."
|
|
88
96
|
},
|
|
89
97
|
"systemName": {
|
|
@@ -94,7 +102,7 @@
|
|
|
94
102
|
"emptySystemNameWarning": "System name cannot be empty."
|
|
95
103
|
},
|
|
96
104
|
"systemSelection": {
|
|
97
|
-
"newSystemChoiceLabel": "New
|
|
105
|
+
"newSystemChoiceLabel": "New System",
|
|
98
106
|
"hint": "Select a system configuration.",
|
|
99
107
|
"message": "System",
|
|
100
108
|
"authenticationFailedUpdateCredentials": "Authentication failed. Please try updating the credentials."
|
|
@@ -106,39 +114,39 @@
|
|
|
106
114
|
"choiceCloudFoundry": "Discover a Cloud Foundry Service"
|
|
107
115
|
},
|
|
108
116
|
"serviceKey": {
|
|
109
|
-
"message": "Service
|
|
117
|
+
"message": "Service Key File Path",
|
|
110
118
|
"hint": "Select a local file that defines the service connection for an ABAP Environment on SAP Business Technology Platform.",
|
|
111
|
-
"incompleteServiceKeyInfo": "
|
|
112
|
-
"unparseableServiceKey": "
|
|
119
|
+
"incompleteServiceKeyInfo": "The service keys file does not contain the required information. Check the file is valid and try again.",
|
|
120
|
+
"unparseableServiceKey": "The service keys file does not contain a valid JSON format. Check the formatting and try again."
|
|
113
121
|
},
|
|
114
122
|
"cloudFoundryAbapSystem": {
|
|
115
123
|
"message": "ABAP environment",
|
|
116
124
|
"hint": "Enter the name of the Cloud Foundry service that contains the ABAP Environment instance."
|
|
117
125
|
},
|
|
118
126
|
"destinationServicePath": {
|
|
119
|
-
"message": "Service
|
|
120
|
-
"hint": "Enter the path to the OData service
|
|
127
|
+
"message": "Service Path",
|
|
128
|
+
"hint": "Enter the path to the OData service relative to the selected destination URL.",
|
|
121
129
|
"invalidServicePathWarning": "Please enter a valid service path"
|
|
122
130
|
},
|
|
123
131
|
"mainEntitySelection": {
|
|
124
|
-
"message": "Main
|
|
132
|
+
"message": "Main Entity",
|
|
125
133
|
"defaultEntityNameNotFoundWarning": "The supplied entity cannot be found in the service. Please choose from the list above.",
|
|
134
|
+
"noDraftEnabledEntitiesError": "The CAP service you have chosen does not have any entities that are draft enabled. To generate an OData V4 SAP Fiori application using this floorplan for a CAP project, the entity selected must be draft enabled.",
|
|
126
135
|
"mainEntityParameterFoundInfo": "The selected entity '{{entityName}}' requires a parameter which is set by the application filters. Navigation entities are not supported.",
|
|
127
|
-
"noDraftEnabledEntitiesError": "The CAP service you have chosen does not have any entities that are draft enabled. In order to generate a V4 Fiori application using this floor plan for a CAP project, the entity selected must be draft enabled.",
|
|
128
136
|
"noEntitiesError": "$t(errors.noRelevantEntities)",
|
|
129
|
-
"noEntitiesAlpV4Error": "The OData V4 service you have provided is not suitable for use in an
|
|
137
|
+
"noEntitiesAlpV4Error": "The OData V4 service you have provided is not suitable for use in an analytical list page application. The service must contain aggregate-based entities for this template."
|
|
130
138
|
},
|
|
131
139
|
"navigationEntitySelection": {
|
|
132
|
-
"message": "Navigation
|
|
140
|
+
"message": "Navigation Entity",
|
|
133
141
|
"choiceNone": "$t(texts.choiceNameNone)"
|
|
134
142
|
},
|
|
135
143
|
"filterEntitySet": {
|
|
136
|
-
"message": "Filter
|
|
144
|
+
"message": "Filter Entity",
|
|
137
145
|
"noEntitiesError": "$t(errors.noRelevantEntities)"
|
|
138
146
|
},
|
|
139
147
|
"tableType": {
|
|
140
|
-
"message": "Table
|
|
141
|
-
"hint": "Defines the table type for the
|
|
148
|
+
"message": "Table Type",
|
|
149
|
+
"hint": "Defines the table type for the list report page.",
|
|
142
150
|
"choiceNone": "$t(texts.choiceNameNone)",
|
|
143
151
|
"choiceGrid": "Grid",
|
|
144
152
|
"choiceAnalytical": "Analytical",
|
|
@@ -146,9 +154,9 @@
|
|
|
146
154
|
"choiceTree": "Tree"
|
|
147
155
|
},
|
|
148
156
|
"hierarchyQualifier": {
|
|
149
|
-
"message": "Hierarchy
|
|
157
|
+
"message": "Hierarchy Qualifier",
|
|
150
158
|
"hint": "Leading property that decides between either a recursive hierarchy or data aggregation.",
|
|
151
|
-
"qualifierRequiredForV4Warning": "Hierarchy qualifier is required for V4
|
|
159
|
+
"qualifierRequiredForV4Warning": "Hierarchy qualifier is required for OData V4 services."
|
|
152
160
|
},
|
|
153
161
|
"addFEOPAnnotations": {
|
|
154
162
|
"message": "Automatically add a form to the generated application if none already exists?",
|
|
@@ -163,66 +171,66 @@
|
|
|
163
171
|
},
|
|
164
172
|
"presentationQualifier": {
|
|
165
173
|
"message": "Qualifier",
|
|
166
|
-
"hint": "Represents the qualifier of the SelectionPresentationVariant
|
|
174
|
+
"hint": "Represents the qualifier of the `SelectionPresentationVariant`. The analytical list page looks for a `SelectionPresentationVariant` with this qualifier and if not found, it looks for a `PresentationVariant` with this qualifier."
|
|
167
175
|
},
|
|
168
176
|
"tableSelectionMode": {
|
|
169
|
-
"message": "Selection
|
|
170
|
-
"hint": "Defines different selection modes for the SmartTable in
|
|
177
|
+
"message": "Selection Mode",
|
|
178
|
+
"hint": "Defines different selection modes for the `SmartTable` in the analytical list page.",
|
|
171
179
|
"choiceNone": "$t(texts.choiceNameNone)",
|
|
172
180
|
"choiceSingle": "Single",
|
|
173
181
|
"choiceAuto": "Auto",
|
|
174
182
|
"choiceMulti": "Multi"
|
|
175
183
|
},
|
|
176
184
|
"tableMultiSelect": {
|
|
177
|
-
"message": "Allow
|
|
178
|
-
"hint": "Allows you to show a checkbox for selecting multiple items in a table. This setting comes into effect only if there are actions defined either
|
|
185
|
+
"message": "Allow Multi Select",
|
|
186
|
+
"hint": "Allows you to show a checkbox for selecting multiple items in a table. This setting comes into effect only if there are actions defined either by using an annotation or a setting in the `manifest.json` file."
|
|
179
187
|
},
|
|
180
188
|
"tableAutoHide": {
|
|
181
|
-
"message": "Auto
|
|
182
|
-
"hint": "Determines chart
|
|
189
|
+
"message": "Auto Hide",
|
|
190
|
+
"hint": "Determines the chart or table interaction. If set to `true`, the chart acts as a filter for the table. If set to `false`, the matching table rows are highlighted but the table is not filtered."
|
|
183
191
|
},
|
|
184
192
|
"smartVariantManagement": {
|
|
185
|
-
"message": "Enable
|
|
193
|
+
"message": "Enable Smart Variant Management",
|
|
186
194
|
"hint": "Enables page level variant."
|
|
187
195
|
}
|
|
188
196
|
},
|
|
189
197
|
"errors": {
|
|
190
198
|
"destination": {
|
|
191
|
-
"authError": "The selected system returned an authentication error
|
|
199
|
+
"authError": "The selected system: {{systemName}} returned an authentication error: {{- error}}.",
|
|
192
200
|
"listDestinations": "An error occurred when retrieving the list of destinations: {{- error}}."
|
|
193
201
|
},
|
|
194
|
-
"cannotReadCapServiceMetadata": "An error occurred reading CAP service metadata: {{serviceName}}. $t(texts.seeLogForDetails)",
|
|
195
|
-
"capModelAndServicesLoadError": "An error occurred loading the CAP model and services{{- error, addMsgWithColonFormatter}}",
|
|
196
|
-
"capServiceUrlPathNotDefined": "An error occurred reading CAP service metadata: {{serviceName}}. CAP service property `urlPath` is not defined but is required.",
|
|
197
|
-
"unknownError": "An error occurred{{- error, addMsgWithColonFormatter}}",
|
|
198
|
-
"authenticationFailed": "Authentication incorrect
|
|
199
|
-
"invalidUrl": "Invalid URL{{-input, addMsgWithColonFormatter}}",
|
|
200
|
-
"connectionError": "A connection error occurred
|
|
201
|
-
"urlNotFound": "URL not found",
|
|
202
|
-
"noServicesAvailable": "There are no V{{version}}
|
|
203
|
-
"abapEnvsUnavailable": "ABAP environments unavailable",
|
|
204
|
-
"systemOrServiceUrlNotFound": "Please verify the
|
|
205
|
-
"urlRedirect": "The service URL is redirecting",
|
|
202
|
+
"cannotReadCapServiceMetadata": "An error occurred reading CAP service metadata: {{serviceName}}. $t(texts.seeLogForDetails).",
|
|
203
|
+
"capModelAndServicesLoadError": "An error occurred loading the CAP model and services: {{- error, addMsgWithColonFormatter}}.",
|
|
204
|
+
"capServiceUrlPathNotDefined": "An error occurred reading CAP service metadata: {{serviceName}}. The CAP service property: `urlPath` is not defined but it is required.",
|
|
205
|
+
"unknownError": "An error occurred: {{- error, addMsgWithColonFormatter}}.",
|
|
206
|
+
"authenticationFailed": "Authentication incorrect: {{error}}.",
|
|
207
|
+
"invalidUrl": "Invalid URL: {{-input, addMsgWithColonFormatter}}.",
|
|
208
|
+
"connectionError": "A connection error occurred. Ensure the target host is available on the network: {{- error}}",
|
|
209
|
+
"urlNotFound": "URL not found.",
|
|
210
|
+
"noServicesAvailable": "There are no OData V{{version}} services available from the selected system and the template you have chosen only supports OData V{{version}} services.",
|
|
211
|
+
"abapEnvsUnavailable": "ABAP environments unavailable.",
|
|
212
|
+
"systemOrServiceUrlNotFound": "Please verify the URL: {{- url}}, target system configuration and network connectivity.",
|
|
213
|
+
"urlRedirect": "The service URL is redirecting.",
|
|
206
214
|
"certValidationRequired": "Certificate validation is required to continue.",
|
|
207
|
-
"exitingGeneration": "Exiting generation. {{exitReason}}",
|
|
208
|
-
"serviceMetadataError": "An error occurred reading service metadata for service: {{- servicePath}}",
|
|
209
|
-
"serviceMetadataErrorUI": "$t(errors.serviceMetadataError, {\"servicePath\": \"{{- servicePath}}\" }). $t(texts.seeLogForDetails)",
|
|
210
|
-
"serviceMetadataErrorLog": "$t(errors.serviceMetadataError, {\"servicePath\": \"{{- servicePath}}\" }). {{error}}",
|
|
211
|
-
"serviceTypeRequestError": "
|
|
215
|
+
"exitingGeneration": "Exiting generation. Exit: {{exitReason}}.",
|
|
216
|
+
"serviceMetadataError": "An error occurred reading service metadata for service: {{- servicePath}}.",
|
|
217
|
+
"serviceMetadataErrorUI": "$t(errors.serviceMetadataError, {\"servicePath\": \"{{- servicePath}}\" }). $t(texts.seeLogForDetails).",
|
|
218
|
+
"serviceMetadataErrorLog": "$t(errors.serviceMetadataError, {\"servicePath\": \"{{- servicePath}}\" }). {{error}}.",
|
|
219
|
+
"serviceTypeRequestError": "An error occurred when retrieving the service type: {{- error}}.",
|
|
212
220
|
"abapServiceAuthenticationFailed": "ABAP environment authentication using UAA failed.",
|
|
213
|
-
"serviceCatalogRequest": "An error occurred requesting services from: {{- catalogRequestUri }} and entity set: {{entitySet}}
|
|
214
|
-
"storedSystemConnectionError": "An error occurred
|
|
215
|
-
"noCatalogOrServiceAvailable": "No active system or OData service endpoint connection available to retrieve
|
|
216
|
-
"allCatalogServiceRequestsFailed": "All catalog service requests failed for the selected system. OData version
|
|
217
|
-
"unparseableMetadata": "Unable to parse entities from metadata document
|
|
218
|
-
"unparseableOdataVersion": "Unable to parse the
|
|
219
|
-
"unparseableXML": "Unparseable XML was specified: {{-error}}",
|
|
221
|
+
"serviceCatalogRequest": "An error occurred requesting services from: {{- catalogRequestUri }} and entity set: {{entitySet}}: {{error}}.",
|
|
222
|
+
"storedSystemConnectionError": "An error occurred when validating the stored system connection info. System Name: {{-systemName}}. Error: {{- error}}.",
|
|
223
|
+
"noCatalogOrServiceAvailable": "No active system or OData service endpoint connection available to retrieve the server.",
|
|
224
|
+
"allCatalogServiceRequestsFailed": "All catalog service requests failed for the selected system. OData version: V{{version}}.",
|
|
225
|
+
"unparseableMetadata": "Unable to parse entities from the metadata document: {{-error}}.",
|
|
226
|
+
"unparseableOdataVersion": "Unable to parse the OData version from the metadata.",
|
|
227
|
+
"unparseableXML": "Unparseable XML was specified: {{-error}}.",
|
|
220
228
|
"noRelevantEntities": "The template and service selected have no relevant entities that you can use.",
|
|
221
|
-
"cfInstanceCredentialsNotReturned": "
|
|
222
|
-
"v2CatalogServiceNoAnnotations": "
|
|
229
|
+
"cfInstanceCredentialsNotReturned": "Cannot not retrieve credentials to access: {{serviceInstanceName}}.",
|
|
230
|
+
"v2CatalogServiceNoAnnotations": "An error occurred when creating an OData V2 catalog service object. Annotations will not be available: {{-error}}"
|
|
223
231
|
},
|
|
224
232
|
"warnings": {
|
|
225
|
-
"largeMetadataDocument": "The metadata for this OData service is
|
|
233
|
+
"largeMetadataDocument": "The metadata for this OData service is very large. It may take some time before this operation completes.",
|
|
226
234
|
"warningCertificateValidationDisabled": "User has disabled certificate validation",
|
|
227
235
|
"nonUIServiceTypeWarningMessage": "Please note that {{serviceType}} services, or not classified services, are not intended to be used for the generation of SAP Fiori UI applications",
|
|
228
236
|
"noServicesAvailable": "No services available for the selected system, see logs for further details.",
|
|
@@ -235,11 +243,11 @@
|
|
|
235
243
|
},
|
|
236
244
|
"texts": {
|
|
237
245
|
"suggestedSystemNameClient": ", client {{client}}",
|
|
238
|
-
"seeLogForDetails": "
|
|
246
|
+
"seeLogForDetails": "For more information, view the logs.",
|
|
239
247
|
"forUserName": "(for user [{{username}}])",
|
|
240
248
|
"systemTypeBTP": "BTP",
|
|
241
249
|
"systemTypeS4HC": "S4HC",
|
|
242
|
-
"httpStatus": "
|
|
250
|
+
"httpStatus": "HTTP Status {{httpStatus}}",
|
|
243
251
|
"checkDestinationAuthConfig": "Please check the SAP BTP destination authentication configuration.",
|
|
244
252
|
"choiceNameNone": "None"
|
|
245
253
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-ux/odata-service-inquirer",
|
|
3
3
|
"description": "Prompts module that can prompt users for inputs required for odata service writing",
|
|
4
|
-
"version": "2.5.
|
|
4
|
+
"version": "2.5.10",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/SAP/open-ux-tools.git",
|
|
@@ -30,14 +30,14 @@
|
|
|
30
30
|
"os-name": "4.0.1",
|
|
31
31
|
"@sap-ux/axios-extension": "1.22.3",
|
|
32
32
|
"@sap-ux/btp-utils": "1.1.0",
|
|
33
|
-
"@sap-ux/fiori-generator-shared": "0.12.
|
|
33
|
+
"@sap-ux/fiori-generator-shared": "0.12.14",
|
|
34
34
|
"@sap-ux/guided-answers-helper": "0.3.0",
|
|
35
|
-
"@sap-ux/telemetry": "0.6.
|
|
36
|
-
"@sap-ux/inquirer-common": "0.7.
|
|
35
|
+
"@sap-ux/telemetry": "0.6.7",
|
|
36
|
+
"@sap-ux/inquirer-common": "0.7.19",
|
|
37
37
|
"@sap-ux/logger": "0.7.0",
|
|
38
38
|
"@sap-ux/nodejs-utils": "0.2.1",
|
|
39
|
-
"@sap-ux/project-access": "1.30.
|
|
40
|
-
"@sap-ux/project-input-validator": "0.6.
|
|
39
|
+
"@sap-ux/project-access": "1.30.5",
|
|
40
|
+
"@sap-ux/project-input-validator": "0.6.8",
|
|
41
41
|
"@sap-ux/store": "1.1.1"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
@@ -47,12 +47,12 @@
|
|
|
47
47
|
"@types/inquirer": "8.2.6",
|
|
48
48
|
"@types/lodash": "4.14.202",
|
|
49
49
|
"jest-extended": "3.2.4",
|
|
50
|
-
"@sap-ux/fiori-generator-shared": "0.12.
|
|
51
|
-
"@sap-ux/fiori-elements-writer": "2.5.
|
|
52
|
-
"@sap-ux/fiori-freestyle-writer": "2.4.
|
|
50
|
+
"@sap-ux/fiori-generator-shared": "0.12.14",
|
|
51
|
+
"@sap-ux/fiori-elements-writer": "2.5.8",
|
|
52
|
+
"@sap-ux/fiori-freestyle-writer": "2.4.19",
|
|
53
53
|
"@sap-ux/feature-toggle": "0.3.0",
|
|
54
|
-
"@sap-ux/odata-service-writer": "0.27.
|
|
55
|
-
"@sap-ux/cap-config-writer": "0.10.
|
|
54
|
+
"@sap-ux/odata-service-writer": "0.27.9",
|
|
55
|
+
"@sap-ux/cap-config-writer": "0.10.15"
|
|
56
56
|
},
|
|
57
57
|
"engines": {
|
|
58
58
|
"node": ">=20.x"
|