@sap-ux/ui-service-inquirer 0.0.35 → 0.0.37
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.
|
@@ -30,6 +30,9 @@ function getConfigQuestions(logger, options) {
|
|
|
30
30
|
abapTarget: abapTarget,
|
|
31
31
|
serviceProvider: prompt_state_1.PromptState.systemSelection.connectedSystem?.serviceProvider
|
|
32
32
|
},
|
|
33
|
+
transportCreated: {
|
|
34
|
+
description: (0, i18n_1.t)('prompts.options.transportDescription')
|
|
35
|
+
},
|
|
33
36
|
transportInputChoice: {
|
|
34
37
|
showCreateDuringDeploy: false
|
|
35
38
|
},
|
|
@@ -7,7 +7,10 @@
|
|
|
7
7
|
"serviceName": "Service Name (not editable)",
|
|
8
8
|
"objectTypeLabel": "Object Type",
|
|
9
9
|
"businessObjectInterfaceLabel": "Business Object Interface",
|
|
10
|
-
"abapCdsServiceLabel": "ABAP Core Data Service"
|
|
10
|
+
"abapCdsServiceLabel": "ABAP Core Data Service",
|
|
11
|
+
"options": {
|
|
12
|
+
"transportDescription": "Created by the UI Service Generator"
|
|
13
|
+
}
|
|
11
14
|
},
|
|
12
15
|
"error": {
|
|
13
16
|
"validatingContent": "There was a back-end validation error for the service content and package provided. Service generation cannot continue. Please try again or contact an admin for the back-end system.",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-ux/ui-service-inquirer",
|
|
3
3
|
"description": "Generator for creating UI Service",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.37",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/SAP/open-ux-tools.git",
|
|
@@ -23,14 +23,14 @@
|
|
|
23
23
|
"@sap-devx/yeoman-ui-types": "1.16.9",
|
|
24
24
|
"i18next": "23.5.1",
|
|
25
25
|
"yeoman-generator": "5.10.0",
|
|
26
|
-
"@sap-ux/abap-deploy-config-inquirer": "1.
|
|
26
|
+
"@sap-ux/abap-deploy-config-inquirer": "1.3.1",
|
|
27
27
|
"@sap-ux/axios-extension": "1.20.2",
|
|
28
28
|
"@sap-ux/btp-utils": "1.0.3",
|
|
29
29
|
"@sap-ux/guided-answers-helper": "0.2.2",
|
|
30
|
+
"@sap-ux/inquirer-common": "0.6.42",
|
|
30
31
|
"@sap-ux/logger": "0.6.0",
|
|
31
|
-
"@sap-ux/inquirer
|
|
32
|
-
"@sap-ux/
|
|
33
|
-
"@sap-ux/telemetry": "0.5.77"
|
|
32
|
+
"@sap-ux/odata-service-inquirer": "2.3.11",
|
|
33
|
+
"@sap-ux/telemetry": "0.5.78"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@types/inquirer-autocomplete-prompt": "2.0.1",
|