Bump to version 0.4.6 (#6820)
# Salto Version 0.4.5
## New features and bug fixes
### Core
- Improved dangling static files removal process.
- Updated logic for returning detailed changes when the primitive type changes entirely.
- Adjusted parameters for `isInitializedFolder` and `initFolder` methods to exclude `workspace`.
### Salesforce adapter
- Fixed incorrect references from WorkflowRule instances to RecordType instances (requires enabling `removeReferenceFromFilterItemToRecordType` feature).
- Addressed an issue with Active Flow Versions' incorrect internal IDs, improving `Go To Service` and `extraDependencies` behavior.
- Enhanced compatibility with more types for changes in SFDX project folders.
- Introduced methods to verify and create SFDX projects in directories.
### Okta adapter
- Added fetch and deploy support for brand-customized sign-in and error pages.
- Supported priority changes for Authorization Server policies and rules.
- Resolved a bug causing issues with priority updates in Authorization Server policy rules.
### Zendesk adapter
- Added a feature to deploy all articles as drafts (`{ fixElements: { deployArticlesAsDraft: true } }`).
- Trigger actions `set_skills` and `add_skills` now prioritize required/optional as per Zendesk API updates.
### Jira adapter
- Restructured workflow transitions, replacing `to` and `from` fields with `links` and `toStatusReference` per Atlassian API updates (Jira Cloud).
### Jamf adapter
- Implemented service URL support.
### Miscellaneous
- Dummy adapter now supports `loadElementsFromFolder` function.
## Expected changes to existing workspaces
### Salesforce adapter
- Enabling `removeReferenceFromFilterItemToRecordType` may remove existing references.
- Updates in `_generated_dependencies` of Flow elements may occur.
### Okta adapter
- NaCL files for customized brand pages will be introduced.
- Priority instances for Authorization Server policies may reflect changes.
### Zendesk adapter
- Articles will omit `draft` and `locale` fields, managed via translations.
- Trigger NaCLs will now reflect priority keys for `set_skills` and `add_skills` actions.
### Jira adapter
- Workflow transitions now reflect `links` and `toStatusReference` fields, aligning with Atlassian's updates.