PSImmich.psd1
# # Module manifest for module 'PSImmich' # # Generated by: Hannes Palmquist # # Generated on: 2024-03-07 # @{ RootModule = 'PSImmich.psm1' ModuleVersion = '1.106.1' CompatiblePSEditions = @('Desktop', 'Core') PowerShellVersion = '5.1' GUID = '4c1238d7-f5de-400e-8543-3ea095a0ff34' Author = 'Hannes Palmquist' CompanyName = 'GetPS' Copyright = '(c) Hannes Palmquist. All rights reserved.' Description = 'Powershell wrapper for the Immich API' NestedModules = @() RequiredModules = @() FunctionsToExport = @('Add-IMActivity','Get-IMActivity','Get-IMActivityStatistic','Remove-IMActivity','Add-IMAlbumUser','Get-IMAlbum','Get-IMAlbumCount','New-IMAlbum','Remove-IMAlbum','Remove-IMAlbumUser','Rename-IMAlbum','Set-IMAlbum','Set-IMAlbumUser','Get-IMAPIKey','New-IMAPIKey','Remove-IMAPIKey','Rename-IMAPIKey','Export-IMAssetThumbnail','Get-IMAsset','Get-IMAssetMemoryLane','Get-IMAssetStatistic','Import-IMAsset','Remove-IMAsset','Restore-IMAsset','Save-IMAsset','Set-IMAsset','Start-IMVideoTranscode','Update-IMAssetMetadata','Update-IMAssetThumbnail','Get-IMAuditDelete','Test-IMAccessToken','Get-IMAuthSession','Remove-IMAuthSession','Get-IMFace','Get-IMAuditFile','Get-IMFileChecksum','Clear-IMJob','Get-IMJob','Resume-IMJob','Start-IMJob','Suspend-IMJob','Get-IMLibrary','New-IMLibrary','Remove-IMLibrary','Remove-IMOfflineLibraryFile','Set-IMLibrary','Sync-IMLibrary','Test-IMLibrary','Get-IMMapMarker','Get-IMMapStyle','Get-IMMemory','New-IMMemory','Remove-IMMemory','Set-IMMemory','Send-IMTestMessage','Add-IMPartner','Get-IMPartner','Remove-IMPartner','Set-IMPartner','Export-IMPersonThumbnail','Get-IMPerson','Merge-IMPerson','New-IMPerson','Set-IMPerson','Find-IMAsset','Find-IMCity','Find-IMExploreData','Find-IMPerson','Find-IMPlace','Get-IMConfig','Set-IMConfig','Get-IMServer','Get-IMServerConfig','Get-IMServerFeature','Get-IMServerStatistic','Get-IMServerStorage','Get-IMServerVersion','Get-IMSupportedMediaType','Get-IMTheme','Test-IMPing','Connect-Immich','Disconnect-Immich','Get-IMSession','Invoke-ImmichMethod','Add-IMSharedLinkAsset','Get-IMSharedLink','New-IMSharedLink','Remove-IMSharedLink','Remove-IMSharedLinkAsset','Set-IMSharedLink','Get-IMTag','New-IMTag','Remove-IMTag','Rename-IMTag','Set-IMTag','Get-IMTimeBucket','Add-IMMyProfilePicture','Export-IMProfilePicture','Get-IMUser','New-IMUser','Remove-IMMyProfilePicture','Remove-IMUser','Restore-IMUser','Set-IMUser') CmdletsToExport = '*' VariablesToExport = '*' AliasesToExport = '*' PrivateData = @{ PSData = @{ LicenseUri = 'https://github.com/hanpq/PSImmich/blob/main/LICENSE' #RequireLicenseAcceptance = $false Prerelease = 'preview0001' Tags = @('PSEdition_Desktop', 'PSEdition_Core', 'Windows', 'Linux', 'MacOS') ProjectUri = 'https://getps.dev/modules/PSImmich/getstarted' ReleaseNotes = '## [1.106.1-preview0001] - 2024-06-27 ### IMPORTANT NOTE - This update contains breaking changes regarding the way the cmdlet behaves when listing albums. Especially when you use the Shared, WithoutAssets parameters. Read the changelog below and test your scripts. ### Added - A new parameter "-Name" has been added to the Get-IMAlbum cmdlet. This parameter makes a wildcard search for all albums containing that string. ### Changed - The parameter "shared" for Get-IMAlbum has been changed to a switch parameter and renamed to ExcludeShared. This means that the command will return shared albums by default unless this parameter is used. - The parameter "withoutAssets has been changed to a switch parameter and renamed to IncludeAssets. This means that the command will not return assets in the asset property of the returned albums by default. ' } } } |