GenesysCloud.psd1

@{
    RootModule        = 'GenesysCloud.psm1'
    ModuleVersion     = '1.0.0'
    GUID              = 'b2f7c3a1-8d4e-4f6b-9a1c-3e5d7f8b2a4c'
    Author            = 'Alex Heimbuch'
    CompanyName       = ''
    Copyright         = '(c) 2026 Alex Heimbuch. All rights reserved.'
    Description       = 'PowerShell module for the Genesys Cloud Platform API. Provides cmdlets for managing users, routing, conversations, analytics, and all other Genesys Cloud resources.'
    PowerShellVersion = '5.1'
    FunctionsToExport = '*'
    CmdletsToExport   = @()
    VariablesToExport = @()
    AliasesToExport   = '*'
    PrivateData       = @{
        PSData = @{
            Tags       = @('GenesysCloud', 'Genesys', 'ContactCenter', 'API', 'REST')
            LicenseUri = ''
            ProjectUri = ''
        }
    }
}