stk-codegen 1.1.3 → 1.2.0

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.
@@ -3,3 +3,30 @@ STK_MESSAGE_OUTPUT_ERROR_CLI_VERSION_MISMATCH: Your CLI version is {currentVersi
3
3
  STK_MESSAGE_OUTPUT_INFO_CLI_VERSION_UPDATING: Updating CLI to the latest version...
4
4
  STK_MESSAGE_OUTPUT_INFO_CLI_VERSION_UPDATE_SUCCESS: Update successful! Please restart the CLI manually to use the new version.
5
5
  STK_MESSAGE_OUTPUT_ERROR_CLI_VERSION_UPDATE_FAILED: An error occurred during the automatic update process. Please update manually.
6
+ STK_MESSAGE_OUTPUT_INFO_OPENING_URL_ON_DEFAULT_BROWSER: |
7
+ Opening the default browser with the URL: {urlOpen}
8
+
9
+ 👉 If your browser doesn't open automatically in a few seconds, please open the URL manually.
10
+
11
+ STK_MESSAGE_OUTPUT_INFO_WAITING_FOR_USER_APPROVAL_ON_BROWSER: Waiting for user approval on browser...
12
+ STK_MESSAGE_OUTPUT_INFO_LOGIN_IS_EXPIRED: Your session has expired.
13
+ STK_MESSAGE_OUTPUT_ERROR_LOGIN_FAILED: Login failed or session not created.
14
+ STK_MESSAGE_OUTPUT_INFO_THERE_IS_NO_ACTIVE_SESSION: There is no active session.
15
+ STK_MESSAGE_OUTPUT_ERROR_INVALID_COMMAND: '`{command}` is not a valid command.'
16
+ STK_MESSAGE_OUTPUT_INFO_USE_HELP_TO_SEE_AVAILABLE_COMMANDS: Use --help to see available commands.
17
+ STK_MESSAGE_OUTPUT_SUCCESS_LOGIN_PERFORMED_SUCCESSFULLY_WITH_EMAIL: Login performed successfully using e-mail {email}!
18
+ STK_MESSAGE_OUTPUT_SUCCESS_LOGOUT_PERFORMED_SUCCESSFULLY: Logout performed successfully.
19
+ STK_MESSAGE_UI_LOGIN_TITLE: Authentication
20
+ STK_MESSAGE_UI_LOGIN_EMAIL_LABEL: 'Login e-mail:'
21
+ STK_MESSAGE_UI_LOGIN_HINT_ENTER_TO_START: Type your e-mail and press Enter to start.
22
+ STK_MESSAGE_UI_LOGIN_STATUS_STARTING_AUTH: Starting authentication...
23
+ STK_MESSAGE_BUSINESS_EXCEPTION_GET_ACCOUNT_INFORMATION_ERROR: Unable to retrieve your account details at this time, possibly due to a connection issue.
24
+ STK_MESSAGE_BUSINESS_EXCEPTION_LOGIN_MAX_RETRIES: Couldn't possible confirm the login at the web browser. Please try again.
25
+ STK_MESSAGE_BUSINESS_EXCEPTION_AUTH_CREATE_SESSION_FILE: Couldn't create session file at {sessionFile}
26
+ STK_MESSAGE_BUSINESS_EXCEPTION_AUTH_GET_SESSION_FILE: Couldn't read session file at {sessionFile}. Please login again.
27
+ STK_MESSAGE_BUSINESS_EXCEPTION_AUTH_GET_URLS_AND_DEVICE: An error occurred while retrieving URLS and device model. Check the logs for more details.
28
+ STK_MESSAGE_BUSINESS_EXCEPTION_FETCH_WELL_KNOWN_DATA_ERROR: An error occurred while fetching for login urls.
29
+ STK_MESSAGE_BUSINESS_EXCEPTION_RENEW_SESSION_TOKEN_ERROR: 'An error occurred while renewing the session token. Check the logs for more details.'
30
+ STK_MESSAGE_BUSINESS_EXCEPTION_REVOKE_SESSION_TOKEN_ERROR: 'An error occurred while revoking the current session token. Check the logs for more details.'
31
+ STK_MESSAGE_OUTPUT_ERROR_BROWSER_OPEN_FAILED: Could not open your default browser automatically. Please open the URL manually
32
+ STK_MESSAGE_OUTPUT_ERROR_AUTH_VERIFICATION_URL_NOT_AVAILABLE: Could not start authentication because the verification URL was not provided by the identity provider.