Updated PackageTypeEnum and added "huggingfaceml", "swift", "ansible" and "pub" as those are now supported in artifactory.
Fixes #176
Type of change
Please delete options that are not relevant.
[Y] Bug fix (non-breaking change which fixes an issue)
[Y] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] This change requires a documentation update
How has it been tested ?
Not well tested due to the nature of the change other than seeing if it would resolves the issue of calling get_repository("repository_name") on a repository with packageType "huggingfaceml" in conjunction with the hint in the official artifactory documentation that new ones will be added.
Do not merge if there is any BaseRepositoryModel.packageType specific code that needs to be implemented.
Description
Updated PackageTypeEnum and added "huggingfaceml", "swift", "ansible" and "pub" as those are now supported in artifactory.
Fixes #176
Type of change
Please delete options that are not relevant.
How has it been tested ?
Not well tested due to the nature of the change other than seeing if it would resolves the issue of calling
get_repository("repository_name")
on a repository with packageType "huggingfaceml" in conjunction with the hint in the official artifactory documentation that new ones will be added.Do not merge if there is any BaseRepositoryModel.packageType specific code that needs to be implemented.
Checklist: