@sap-ux/ui-service-inquirer 0.1.33 → 0.1.35
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
|
"draftEnabled": "Draft Enabled",
|
|
4
|
-
"launchAppGen": "
|
|
4
|
+
"launchAppGen": "Create an SAP Fiori Application with the Newly Generated Service?",
|
|
5
5
|
"launchAppGenBreadcrumb": "Create SAP Fiori Application?",
|
|
6
6
|
"serviceNameBreadcrumb": "Service Name",
|
|
7
7
|
"serviceName": "Service Name (not editable)",
|
|
@@ -9,19 +9,19 @@
|
|
|
9
9
|
"businessObjectInterfaceLabel": "Business Object Interface",
|
|
10
10
|
"abapCdsServiceLabel": "ABAP Core Data Service",
|
|
11
11
|
"options": {
|
|
12
|
-
"transportDescription": "Created by the UI Service Generator"
|
|
12
|
+
"transportDescription": "Created by the UI Service Generator."
|
|
13
13
|
}
|
|
14
14
|
},
|
|
15
15
|
"error": {
|
|
16
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.",
|
|
17
|
-
"fetchingContentForServiceBinding": "
|
|
18
|
-
"fetchingBusinessObjects": "
|
|
19
|
-
"fetchingGenerator": "
|
|
20
|
-
"fetchingCdsViews": "
|
|
21
|
-
"noGeneratorFoundBo": "No generator was found for the selected business object interface",
|
|
22
|
-
"noGeneratorFoundCdsService": "No generator was found for the selected ABAP CDS service"
|
|
17
|
+
"fetchingContentForServiceBinding": "An error occurred when fetching content for the service binding of the business object. Please try again or contact an admin for the back-end system.",
|
|
18
|
+
"fetchingBusinessObjects": "An error occurred when fetching your business object interfaces from the back-end system. Please try again or contact an admin for the back-end system.",
|
|
19
|
+
"fetchingGenerator": "An error occurred fetching the generator: {{error}}",
|
|
20
|
+
"fetchingCdsViews": "An error occurred fetching the CDS views from the back-end system: {{error}}",
|
|
21
|
+
"noGeneratorFoundBo": "No generator was found for the selected business object interface.",
|
|
22
|
+
"noGeneratorFoundCdsService": "No generator was found for the selected ABAP CDS service."
|
|
23
23
|
},
|
|
24
24
|
"info": {
|
|
25
|
-
"appGenLaunch": "The SAP Fiori generator will launch after the UI service has been created"
|
|
25
|
+
"appGenLaunch": "The SAP Fiori generator will launch after the UI service has been created."
|
|
26
26
|
}
|
|
27
27
|
}
|
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.1.
|
|
4
|
+
"version": "0.1.35",
|
|
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.4.
|
|
26
|
+
"@sap-ux/abap-deploy-config-inquirer": "1.4.28",
|
|
27
27
|
"@sap-ux/axios-extension": "1.22.3",
|
|
28
28
|
"@sap-ux/btp-utils": "1.1.0",
|
|
29
29
|
"@sap-ux/guided-answers-helper": "0.3.0",
|
|
30
|
-
"@sap-ux/inquirer-common": "0.7.
|
|
30
|
+
"@sap-ux/inquirer-common": "0.7.18",
|
|
31
31
|
"@sap-ux/logger": "0.7.0",
|
|
32
|
-
"@sap-ux/odata-service-inquirer": "2.5.
|
|
33
|
-
"@sap-ux/telemetry": "0.6.
|
|
32
|
+
"@sap-ux/odata-service-inquirer": "2.5.9",
|
|
33
|
+
"@sap-ux/telemetry": "0.6.6"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@types/inquirer-autocomplete-prompt": "2.0.1",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"nock": "13.5.6",
|
|
44
44
|
"rimraf": "5.0.5",
|
|
45
45
|
"yeoman-test": "6.3.0",
|
|
46
|
-
"@sap-ux/jest-file-matchers": "0.2.
|
|
46
|
+
"@sap-ux/jest-file-matchers": "0.2.3",
|
|
47
47
|
"@sap-ux/store": "1.1.1",
|
|
48
48
|
"@sap-ux/system-access": "0.6.9"
|
|
49
49
|
},
|