mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-09-11 03:02:30 +00:00
Update vendor yaegashi/msgraph.go to v0.1.2 (2)
This commit is contained in:
94
vendor/github.com/yaegashi/msgraph.go/beta/EnumOffice.go
generated
vendored
Normal file
94
vendor/github.com/yaegashi/msgraph.go/beta/EnumOffice.go
generated
vendored
Normal file
@@ -0,0 +1,94 @@
|
||||
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||||
|
||||
package msgraph
|
||||
|
||||
// OfficeProductID undocumented
|
||||
type OfficeProductID string
|
||||
|
||||
const (
|
||||
// OfficeProductIDVO365ProPlusRetail undocumented
|
||||
OfficeProductIDVO365ProPlusRetail OfficeProductID = "o365ProPlusRetail"
|
||||
// OfficeProductIDVO365BusinessRetail undocumented
|
||||
OfficeProductIDVO365BusinessRetail OfficeProductID = "o365BusinessRetail"
|
||||
// OfficeProductIDVVisioProRetail undocumented
|
||||
OfficeProductIDVVisioProRetail OfficeProductID = "visioProRetail"
|
||||
// OfficeProductIDVProjectProRetail undocumented
|
||||
OfficeProductIDVProjectProRetail OfficeProductID = "projectProRetail"
|
||||
)
|
||||
|
||||
var (
|
||||
// OfficeProductIDPO365ProPlusRetail is a pointer to OfficeProductIDVO365ProPlusRetail
|
||||
OfficeProductIDPO365ProPlusRetail = &_OfficeProductIDPO365ProPlusRetail
|
||||
// OfficeProductIDPO365BusinessRetail is a pointer to OfficeProductIDVO365BusinessRetail
|
||||
OfficeProductIDPO365BusinessRetail = &_OfficeProductIDPO365BusinessRetail
|
||||
// OfficeProductIDPVisioProRetail is a pointer to OfficeProductIDVVisioProRetail
|
||||
OfficeProductIDPVisioProRetail = &_OfficeProductIDPVisioProRetail
|
||||
// OfficeProductIDPProjectProRetail is a pointer to OfficeProductIDVProjectProRetail
|
||||
OfficeProductIDPProjectProRetail = &_OfficeProductIDPProjectProRetail
|
||||
)
|
||||
|
||||
var (
|
||||
_OfficeProductIDPO365ProPlusRetail = OfficeProductIDVO365ProPlusRetail
|
||||
_OfficeProductIDPO365BusinessRetail = OfficeProductIDVO365BusinessRetail
|
||||
_OfficeProductIDPVisioProRetail = OfficeProductIDVVisioProRetail
|
||||
_OfficeProductIDPProjectProRetail = OfficeProductIDVProjectProRetail
|
||||
)
|
||||
|
||||
// OfficeSuiteInstallProgressDisplayLevel undocumented
|
||||
type OfficeSuiteInstallProgressDisplayLevel string
|
||||
|
||||
const (
|
||||
// OfficeSuiteInstallProgressDisplayLevelVNone undocumented
|
||||
OfficeSuiteInstallProgressDisplayLevelVNone OfficeSuiteInstallProgressDisplayLevel = "none"
|
||||
// OfficeSuiteInstallProgressDisplayLevelVFull undocumented
|
||||
OfficeSuiteInstallProgressDisplayLevelVFull OfficeSuiteInstallProgressDisplayLevel = "full"
|
||||
)
|
||||
|
||||
var (
|
||||
// OfficeSuiteInstallProgressDisplayLevelPNone is a pointer to OfficeSuiteInstallProgressDisplayLevelVNone
|
||||
OfficeSuiteInstallProgressDisplayLevelPNone = &_OfficeSuiteInstallProgressDisplayLevelPNone
|
||||
// OfficeSuiteInstallProgressDisplayLevelPFull is a pointer to OfficeSuiteInstallProgressDisplayLevelVFull
|
||||
OfficeSuiteInstallProgressDisplayLevelPFull = &_OfficeSuiteInstallProgressDisplayLevelPFull
|
||||
)
|
||||
|
||||
var (
|
||||
_OfficeSuiteInstallProgressDisplayLevelPNone = OfficeSuiteInstallProgressDisplayLevelVNone
|
||||
_OfficeSuiteInstallProgressDisplayLevelPFull = OfficeSuiteInstallProgressDisplayLevelVFull
|
||||
)
|
||||
|
||||
// OfficeUpdateChannel undocumented
|
||||
type OfficeUpdateChannel string
|
||||
|
||||
const (
|
||||
// OfficeUpdateChannelVNone undocumented
|
||||
OfficeUpdateChannelVNone OfficeUpdateChannel = "none"
|
||||
// OfficeUpdateChannelVCurrent undocumented
|
||||
OfficeUpdateChannelVCurrent OfficeUpdateChannel = "current"
|
||||
// OfficeUpdateChannelVDeferred undocumented
|
||||
OfficeUpdateChannelVDeferred OfficeUpdateChannel = "deferred"
|
||||
// OfficeUpdateChannelVFirstReleaseCurrent undocumented
|
||||
OfficeUpdateChannelVFirstReleaseCurrent OfficeUpdateChannel = "firstReleaseCurrent"
|
||||
// OfficeUpdateChannelVFirstReleaseDeferred undocumented
|
||||
OfficeUpdateChannelVFirstReleaseDeferred OfficeUpdateChannel = "firstReleaseDeferred"
|
||||
)
|
||||
|
||||
var (
|
||||
// OfficeUpdateChannelPNone is a pointer to OfficeUpdateChannelVNone
|
||||
OfficeUpdateChannelPNone = &_OfficeUpdateChannelPNone
|
||||
// OfficeUpdateChannelPCurrent is a pointer to OfficeUpdateChannelVCurrent
|
||||
OfficeUpdateChannelPCurrent = &_OfficeUpdateChannelPCurrent
|
||||
// OfficeUpdateChannelPDeferred is a pointer to OfficeUpdateChannelVDeferred
|
||||
OfficeUpdateChannelPDeferred = &_OfficeUpdateChannelPDeferred
|
||||
// OfficeUpdateChannelPFirstReleaseCurrent is a pointer to OfficeUpdateChannelVFirstReleaseCurrent
|
||||
OfficeUpdateChannelPFirstReleaseCurrent = &_OfficeUpdateChannelPFirstReleaseCurrent
|
||||
// OfficeUpdateChannelPFirstReleaseDeferred is a pointer to OfficeUpdateChannelVFirstReleaseDeferred
|
||||
OfficeUpdateChannelPFirstReleaseDeferred = &_OfficeUpdateChannelPFirstReleaseDeferred
|
||||
)
|
||||
|
||||
var (
|
||||
_OfficeUpdateChannelPNone = OfficeUpdateChannelVNone
|
||||
_OfficeUpdateChannelPCurrent = OfficeUpdateChannelVCurrent
|
||||
_OfficeUpdateChannelPDeferred = OfficeUpdateChannelVDeferred
|
||||
_OfficeUpdateChannelPFirstReleaseCurrent = OfficeUpdateChannelVFirstReleaseCurrent
|
||||
_OfficeUpdateChannelPFirstReleaseDeferred = OfficeUpdateChannelVFirstReleaseDeferred
|
||||
)
|
Reference in New Issue
Block a user