@sap-ux/cf-deploy-config-inquirer 0.3.20 → 0.3.22

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.
@@ -2,20 +2,20 @@
2
2
  "prompts": {
3
3
  "destinationNameMessage": "Destination Name",
4
4
  "addApplicationRouterBreadcrumbMessage": "Add to Router",
5
- "generateManagedApplicationToRouterMessage": "Add application to managed application router?",
5
+ "generateManagedApplicationToRouterMessage": "Add Application to Managed Application Router",
6
6
  "generateDeploymentRouterOptionsMessage": "Add Router Module",
7
- "directBindingDestinationHint": "Destination name - The app router is configured to use direct service binding",
8
- "overwriteMessage": "Editing the deployment configuration will overwrite existing configuration, are you sure you want to continue?",
9
- "overwriteHintMessage": "Deployment configuration will abort if you choose no. Click Finish to abort.",
7
+ "directBindingDestinationHint": "The app router is configured to use direct service binding.",
8
+ "overwriteMessage": "Editing the deployment configuration will overwrite the existing configuration. Are you sure you want to continue?",
9
+ "overwriteHintMessage": "Deployment configuration will abort if you choose 'No'. Click 'Finish' to complete the process.",
10
10
  "mtaPathBreadcrumbMessage": "Application Router Path",
11
11
  "mtaPathMessage": "Application router project path",
12
12
  "mtaIdMessage": "MTA ID",
13
13
  "mtaDescriptionMessage": "MTA description",
14
14
  "addConnectivityServiceBreadcrumbMessage": "Add Connectivity Service",
15
- "addConnectivityMessage": "Add connectivity service (required for connections to on-prem systems)?",
16
- "serviceAdvancedOptionMessage": "Configure advanced options",
15
+ "addConnectivityMessage": "Add connectivity service (required for connections to on-premise systems)?",
16
+ "serviceAdvancedOptionMessage": "Configure Advanced Options",
17
17
  "abapEnvBindingBreadcrumbMessage": "ABAP Env. Binding",
18
- "selectServiceMessage": "ABAP Environment for direct service binding",
18
+ "selectServiceMessage": "ABAP Environment for Direct Service Binding",
19
19
  "routerTypeMessage": "Add Router Module",
20
20
  "routerType": {
21
21
  "managedAppRouter": "Add Application to Managed Application Router",
@@ -29,27 +29,27 @@
29
29
  "appFrontAppService": "Application Frontend Service"
30
30
  },
31
31
  "errors": {
32
- "emptyDestinationNameError": "You must provide a destination name in order to continue.",
33
- "destinationNameError": "The destination name must only contain letters, digits, dashes and underscores.",
34
- "destinationNameLengthError": "Destination name cannot contain more than 200 characters",
35
- "folderDoesNotExistError": "Folder path does not exist: {{- filePath}}",
36
- "noMtaIdError": "MTA ID cannot be empty",
32
+ "emptyDestinationNameError": "You must provide a destination name to continue.",
33
+ "destinationNameError": "The destination name must only contain letters, digits, dashes, and underscores.",
34
+ "destinationNameLengthError": "The destination name cannot exceed 200 characters.",
35
+ "folderDoesNotExistError": "The folder path does not exist: {{- filePath}}. Check the folder has the correct permissions.",
36
+ "noMtaIdError": "The MTA ID cannot be empty.",
37
37
  "mtaIdLengthError": "The MTA ID must not exceed 100 characters.",
38
38
  "invalidMtaIdError": "The MTA ID must only contain letters, numbers, dashes, periods, and underscores. It cannot contain spaces or begin with a number.",
39
- "mtaIdAlreadyExistError": "A folder with the same name already exists at {{- mtaPath}}",
40
- "abapEnvsUnavailable": "ABAP environments are unavailable",
41
- "errorScpAbapSourceDiscoveryCheckLog": "Check the Application Wizard console output view for details.",
39
+ "mtaIdAlreadyExistError": "A folder with the same name already exists at: {{- mtaPath}}. Choose a different MTA ID.",
40
+ "abapEnvsUnavailable": "ABAP environments unavailable.",
41
+ "errorScpAbapSourceDiscoveryCheckLog": "For more information, see the Application Wizard console output view.",
42
42
  "windowsMtaIdPathTooLong": "The combined length {{length}} of the MTA ID and MTA path exceeds the default Windows paths length. This may cause issues with MTA project generation."
43
43
  },
44
44
  "warning": {
45
- "btpDestinationListWarning": "BTP destinations are only retrieved on BAS.",
45
+ "btpDestinationListWarning": "BTP destinations are only retrieved on SAP Business Application Studio.",
46
46
  "appFrontendServiceRouterChoice": "You need to have the Application Frontend service enabled for your subaccount."
47
47
  },
48
48
  "info": {
49
- "addManagedAppRouter": "Add managed application router is enabled",
50
- "overwriteDestination": "Overwriting destination is enabled",
51
- "routerOptions": "Router options is enabled",
52
- "addConnectivityService": "Add connectivity service is enabled in CF application router",
53
- "addABAPServiceBinding": "Abap service binding is enabled in CF application router"
49
+ "addManagedAppRouter": "Add managed application router is enabled.",
50
+ "overwriteDestination": "Overwriting destination is enabled.",
51
+ "routerOptions": "Router options are enabled.",
52
+ "addConnectivityService": "Add connectivity service is enabled in CF application router.",
53
+ "addABAPServiceBinding": "ABAP service binding is enabled in CF application router."
54
54
  }
55
55
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sap-ux/cf-deploy-config-inquirer",
3
3
  "description": "Prompts module that can provide prompts for cf deployment config writer",
4
- "version": "0.3.20",
4
+ "version": "0.3.22",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -21,7 +21,7 @@
21
21
  "dependencies": {
22
22
  "i18next": "23.5.1",
23
23
  "inquirer-autocomplete-prompt": "2.0.1",
24
- "@sap-ux/inquirer-common": "0.7.17",
24
+ "@sap-ux/inquirer-common": "0.7.19",
25
25
  "@sap-ux/btp-utils": "1.1.0",
26
26
  "@sap-ux/logger": "0.7.0"
27
27
  },
@@ -30,7 +30,7 @@
30
30
  "@types/inquirer-autocomplete-prompt": "2.0.1",
31
31
  "@types/inquirer": "8.2.6",
32
32
  "inquirer": "8.2.6",
33
- "@sap-ux/project-input-validator": "0.6.6"
33
+ "@sap-ux/project-input-validator": "0.6.8"
34
34
  },
35
35
  "engines": {
36
36
  "node": ">=20.x"