Update vendor yaegashi/msgraph.go to v0.1.2 (2)
This commit is contained in:
164
vendor/github.com/yaegashi/msgraph.go/beta/EnumIOS.go
generated
vendored
Normal file
164
vendor/github.com/yaegashi/msgraph.go/beta/EnumIOS.go
generated
vendored
Normal file
@@ -0,0 +1,164 @@
|
||||
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||||
|
||||
package msgraph
|
||||
|
||||
// IOSNotificationAlertType undocumented
|
||||
type IOSNotificationAlertType string
|
||||
|
||||
const (
|
||||
// IOSNotificationAlertTypeVDeviceDefault undocumented
|
||||
IOSNotificationAlertTypeVDeviceDefault IOSNotificationAlertType = "deviceDefault"
|
||||
// IOSNotificationAlertTypeVBanner undocumented
|
||||
IOSNotificationAlertTypeVBanner IOSNotificationAlertType = "banner"
|
||||
// IOSNotificationAlertTypeVModal undocumented
|
||||
IOSNotificationAlertTypeVModal IOSNotificationAlertType = "modal"
|
||||
// IOSNotificationAlertTypeVNone undocumented
|
||||
IOSNotificationAlertTypeVNone IOSNotificationAlertType = "none"
|
||||
)
|
||||
|
||||
var (
|
||||
// IOSNotificationAlertTypePDeviceDefault is a pointer to IOSNotificationAlertTypeVDeviceDefault
|
||||
IOSNotificationAlertTypePDeviceDefault = &_IOSNotificationAlertTypePDeviceDefault
|
||||
// IOSNotificationAlertTypePBanner is a pointer to IOSNotificationAlertTypeVBanner
|
||||
IOSNotificationAlertTypePBanner = &_IOSNotificationAlertTypePBanner
|
||||
// IOSNotificationAlertTypePModal is a pointer to IOSNotificationAlertTypeVModal
|
||||
IOSNotificationAlertTypePModal = &_IOSNotificationAlertTypePModal
|
||||
// IOSNotificationAlertTypePNone is a pointer to IOSNotificationAlertTypeVNone
|
||||
IOSNotificationAlertTypePNone = &_IOSNotificationAlertTypePNone
|
||||
)
|
||||
|
||||
var (
|
||||
_IOSNotificationAlertTypePDeviceDefault = IOSNotificationAlertTypeVDeviceDefault
|
||||
_IOSNotificationAlertTypePBanner = IOSNotificationAlertTypeVBanner
|
||||
_IOSNotificationAlertTypePModal = IOSNotificationAlertTypeVModal
|
||||
_IOSNotificationAlertTypePNone = IOSNotificationAlertTypeVNone
|
||||
)
|
||||
|
||||
// IOSUpdatesInstallStatus undocumented
|
||||
type IOSUpdatesInstallStatus string
|
||||
|
||||
const (
|
||||
// IOSUpdatesInstallStatusVSuccess undocumented
|
||||
IOSUpdatesInstallStatusVSuccess IOSUpdatesInstallStatus = "success"
|
||||
// IOSUpdatesInstallStatusVAvailable undocumented
|
||||
IOSUpdatesInstallStatusVAvailable IOSUpdatesInstallStatus = "available"
|
||||
// IOSUpdatesInstallStatusVIdle undocumented
|
||||
IOSUpdatesInstallStatusVIdle IOSUpdatesInstallStatus = "idle"
|
||||
// IOSUpdatesInstallStatusVUnknown undocumented
|
||||
IOSUpdatesInstallStatusVUnknown IOSUpdatesInstallStatus = "unknown"
|
||||
// IOSUpdatesInstallStatusVDownloading undocumented
|
||||
IOSUpdatesInstallStatusVDownloading IOSUpdatesInstallStatus = "downloading"
|
||||
// IOSUpdatesInstallStatusVDownloadFailed undocumented
|
||||
IOSUpdatesInstallStatusVDownloadFailed IOSUpdatesInstallStatus = "downloadFailed"
|
||||
// IOSUpdatesInstallStatusVDownloadRequiresComputer undocumented
|
||||
IOSUpdatesInstallStatusVDownloadRequiresComputer IOSUpdatesInstallStatus = "downloadRequiresComputer"
|
||||
// IOSUpdatesInstallStatusVDownloadInsufficientSpace undocumented
|
||||
IOSUpdatesInstallStatusVDownloadInsufficientSpace IOSUpdatesInstallStatus = "downloadInsufficientSpace"
|
||||
// IOSUpdatesInstallStatusVDownloadInsufficientPower undocumented
|
||||
IOSUpdatesInstallStatusVDownloadInsufficientPower IOSUpdatesInstallStatus = "downloadInsufficientPower"
|
||||
// IOSUpdatesInstallStatusVDownloadInsufficientNetwork undocumented
|
||||
IOSUpdatesInstallStatusVDownloadInsufficientNetwork IOSUpdatesInstallStatus = "downloadInsufficientNetwork"
|
||||
// IOSUpdatesInstallStatusVInstalling undocumented
|
||||
IOSUpdatesInstallStatusVInstalling IOSUpdatesInstallStatus = "installing"
|
||||
// IOSUpdatesInstallStatusVInstallInsufficientSpace undocumented
|
||||
IOSUpdatesInstallStatusVInstallInsufficientSpace IOSUpdatesInstallStatus = "installInsufficientSpace"
|
||||
// IOSUpdatesInstallStatusVInstallInsufficientPower undocumented
|
||||
IOSUpdatesInstallStatusVInstallInsufficientPower IOSUpdatesInstallStatus = "installInsufficientPower"
|
||||
// IOSUpdatesInstallStatusVInstallPhoneCallInProgress undocumented
|
||||
IOSUpdatesInstallStatusVInstallPhoneCallInProgress IOSUpdatesInstallStatus = "installPhoneCallInProgress"
|
||||
// IOSUpdatesInstallStatusVInstallFailed undocumented
|
||||
IOSUpdatesInstallStatusVInstallFailed IOSUpdatesInstallStatus = "installFailed"
|
||||
// IOSUpdatesInstallStatusVNotSupportedOperation undocumented
|
||||
IOSUpdatesInstallStatusVNotSupportedOperation IOSUpdatesInstallStatus = "notSupportedOperation"
|
||||
// IOSUpdatesInstallStatusVSharedDeviceUserLoggedInError undocumented
|
||||
IOSUpdatesInstallStatusVSharedDeviceUserLoggedInError IOSUpdatesInstallStatus = "sharedDeviceUserLoggedInError"
|
||||
)
|
||||
|
||||
var (
|
||||
// IOSUpdatesInstallStatusPSuccess is a pointer to IOSUpdatesInstallStatusVSuccess
|
||||
IOSUpdatesInstallStatusPSuccess = &_IOSUpdatesInstallStatusPSuccess
|
||||
// IOSUpdatesInstallStatusPAvailable is a pointer to IOSUpdatesInstallStatusVAvailable
|
||||
IOSUpdatesInstallStatusPAvailable = &_IOSUpdatesInstallStatusPAvailable
|
||||
// IOSUpdatesInstallStatusPIdle is a pointer to IOSUpdatesInstallStatusVIdle
|
||||
IOSUpdatesInstallStatusPIdle = &_IOSUpdatesInstallStatusPIdle
|
||||
// IOSUpdatesInstallStatusPUnknown is a pointer to IOSUpdatesInstallStatusVUnknown
|
||||
IOSUpdatesInstallStatusPUnknown = &_IOSUpdatesInstallStatusPUnknown
|
||||
// IOSUpdatesInstallStatusPDownloading is a pointer to IOSUpdatesInstallStatusVDownloading
|
||||
IOSUpdatesInstallStatusPDownloading = &_IOSUpdatesInstallStatusPDownloading
|
||||
// IOSUpdatesInstallStatusPDownloadFailed is a pointer to IOSUpdatesInstallStatusVDownloadFailed
|
||||
IOSUpdatesInstallStatusPDownloadFailed = &_IOSUpdatesInstallStatusPDownloadFailed
|
||||
// IOSUpdatesInstallStatusPDownloadRequiresComputer is a pointer to IOSUpdatesInstallStatusVDownloadRequiresComputer
|
||||
IOSUpdatesInstallStatusPDownloadRequiresComputer = &_IOSUpdatesInstallStatusPDownloadRequiresComputer
|
||||
// IOSUpdatesInstallStatusPDownloadInsufficientSpace is a pointer to IOSUpdatesInstallStatusVDownloadInsufficientSpace
|
||||
IOSUpdatesInstallStatusPDownloadInsufficientSpace = &_IOSUpdatesInstallStatusPDownloadInsufficientSpace
|
||||
// IOSUpdatesInstallStatusPDownloadInsufficientPower is a pointer to IOSUpdatesInstallStatusVDownloadInsufficientPower
|
||||
IOSUpdatesInstallStatusPDownloadInsufficientPower = &_IOSUpdatesInstallStatusPDownloadInsufficientPower
|
||||
// IOSUpdatesInstallStatusPDownloadInsufficientNetwork is a pointer to IOSUpdatesInstallStatusVDownloadInsufficientNetwork
|
||||
IOSUpdatesInstallStatusPDownloadInsufficientNetwork = &_IOSUpdatesInstallStatusPDownloadInsufficientNetwork
|
||||
// IOSUpdatesInstallStatusPInstalling is a pointer to IOSUpdatesInstallStatusVInstalling
|
||||
IOSUpdatesInstallStatusPInstalling = &_IOSUpdatesInstallStatusPInstalling
|
||||
// IOSUpdatesInstallStatusPInstallInsufficientSpace is a pointer to IOSUpdatesInstallStatusVInstallInsufficientSpace
|
||||
IOSUpdatesInstallStatusPInstallInsufficientSpace = &_IOSUpdatesInstallStatusPInstallInsufficientSpace
|
||||
// IOSUpdatesInstallStatusPInstallInsufficientPower is a pointer to IOSUpdatesInstallStatusVInstallInsufficientPower
|
||||
IOSUpdatesInstallStatusPInstallInsufficientPower = &_IOSUpdatesInstallStatusPInstallInsufficientPower
|
||||
// IOSUpdatesInstallStatusPInstallPhoneCallInProgress is a pointer to IOSUpdatesInstallStatusVInstallPhoneCallInProgress
|
||||
IOSUpdatesInstallStatusPInstallPhoneCallInProgress = &_IOSUpdatesInstallStatusPInstallPhoneCallInProgress
|
||||
// IOSUpdatesInstallStatusPInstallFailed is a pointer to IOSUpdatesInstallStatusVInstallFailed
|
||||
IOSUpdatesInstallStatusPInstallFailed = &_IOSUpdatesInstallStatusPInstallFailed
|
||||
// IOSUpdatesInstallStatusPNotSupportedOperation is a pointer to IOSUpdatesInstallStatusVNotSupportedOperation
|
||||
IOSUpdatesInstallStatusPNotSupportedOperation = &_IOSUpdatesInstallStatusPNotSupportedOperation
|
||||
// IOSUpdatesInstallStatusPSharedDeviceUserLoggedInError is a pointer to IOSUpdatesInstallStatusVSharedDeviceUserLoggedInError
|
||||
IOSUpdatesInstallStatusPSharedDeviceUserLoggedInError = &_IOSUpdatesInstallStatusPSharedDeviceUserLoggedInError
|
||||
)
|
||||
|
||||
var (
|
||||
_IOSUpdatesInstallStatusPSuccess = IOSUpdatesInstallStatusVSuccess
|
||||
_IOSUpdatesInstallStatusPAvailable = IOSUpdatesInstallStatusVAvailable
|
||||
_IOSUpdatesInstallStatusPIdle = IOSUpdatesInstallStatusVIdle
|
||||
_IOSUpdatesInstallStatusPUnknown = IOSUpdatesInstallStatusVUnknown
|
||||
_IOSUpdatesInstallStatusPDownloading = IOSUpdatesInstallStatusVDownloading
|
||||
_IOSUpdatesInstallStatusPDownloadFailed = IOSUpdatesInstallStatusVDownloadFailed
|
||||
_IOSUpdatesInstallStatusPDownloadRequiresComputer = IOSUpdatesInstallStatusVDownloadRequiresComputer
|
||||
_IOSUpdatesInstallStatusPDownloadInsufficientSpace = IOSUpdatesInstallStatusVDownloadInsufficientSpace
|
||||
_IOSUpdatesInstallStatusPDownloadInsufficientPower = IOSUpdatesInstallStatusVDownloadInsufficientPower
|
||||
_IOSUpdatesInstallStatusPDownloadInsufficientNetwork = IOSUpdatesInstallStatusVDownloadInsufficientNetwork
|
||||
_IOSUpdatesInstallStatusPInstalling = IOSUpdatesInstallStatusVInstalling
|
||||
_IOSUpdatesInstallStatusPInstallInsufficientSpace = IOSUpdatesInstallStatusVInstallInsufficientSpace
|
||||
_IOSUpdatesInstallStatusPInstallInsufficientPower = IOSUpdatesInstallStatusVInstallInsufficientPower
|
||||
_IOSUpdatesInstallStatusPInstallPhoneCallInProgress = IOSUpdatesInstallStatusVInstallPhoneCallInProgress
|
||||
_IOSUpdatesInstallStatusPInstallFailed = IOSUpdatesInstallStatusVInstallFailed
|
||||
_IOSUpdatesInstallStatusPNotSupportedOperation = IOSUpdatesInstallStatusVNotSupportedOperation
|
||||
_IOSUpdatesInstallStatusPSharedDeviceUserLoggedInError = IOSUpdatesInstallStatusVSharedDeviceUserLoggedInError
|
||||
)
|
||||
|
||||
// IOSWallpaperDisplayLocation undocumented
|
||||
type IOSWallpaperDisplayLocation string
|
||||
|
||||
const (
|
||||
// IOSWallpaperDisplayLocationVNotConfigured undocumented
|
||||
IOSWallpaperDisplayLocationVNotConfigured IOSWallpaperDisplayLocation = "notConfigured"
|
||||
// IOSWallpaperDisplayLocationVLockScreen undocumented
|
||||
IOSWallpaperDisplayLocationVLockScreen IOSWallpaperDisplayLocation = "lockScreen"
|
||||
// IOSWallpaperDisplayLocationVHomeScreen undocumented
|
||||
IOSWallpaperDisplayLocationVHomeScreen IOSWallpaperDisplayLocation = "homeScreen"
|
||||
// IOSWallpaperDisplayLocationVLockAndHomeScreens undocumented
|
||||
IOSWallpaperDisplayLocationVLockAndHomeScreens IOSWallpaperDisplayLocation = "lockAndHomeScreens"
|
||||
)
|
||||
|
||||
var (
|
||||
// IOSWallpaperDisplayLocationPNotConfigured is a pointer to IOSWallpaperDisplayLocationVNotConfigured
|
||||
IOSWallpaperDisplayLocationPNotConfigured = &_IOSWallpaperDisplayLocationPNotConfigured
|
||||
// IOSWallpaperDisplayLocationPLockScreen is a pointer to IOSWallpaperDisplayLocationVLockScreen
|
||||
IOSWallpaperDisplayLocationPLockScreen = &_IOSWallpaperDisplayLocationPLockScreen
|
||||
// IOSWallpaperDisplayLocationPHomeScreen is a pointer to IOSWallpaperDisplayLocationVHomeScreen
|
||||
IOSWallpaperDisplayLocationPHomeScreen = &_IOSWallpaperDisplayLocationPHomeScreen
|
||||
// IOSWallpaperDisplayLocationPLockAndHomeScreens is a pointer to IOSWallpaperDisplayLocationVLockAndHomeScreens
|
||||
IOSWallpaperDisplayLocationPLockAndHomeScreens = &_IOSWallpaperDisplayLocationPLockAndHomeScreens
|
||||
)
|
||||
|
||||
var (
|
||||
_IOSWallpaperDisplayLocationPNotConfigured = IOSWallpaperDisplayLocationVNotConfigured
|
||||
_IOSWallpaperDisplayLocationPLockScreen = IOSWallpaperDisplayLocationVLockScreen
|
||||
_IOSWallpaperDisplayLocationPHomeScreen = IOSWallpaperDisplayLocationVHomeScreen
|
||||
_IOSWallpaperDisplayLocationPLockAndHomeScreens = IOSWallpaperDisplayLocationVLockAndHomeScreens
|
||||
)
|
||||
Reference in New Issue
Block a user