mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-09-11 07:42:30 +00:00
Update vendor yaegashi/msgraph.go to v0.1.2 (2)
This commit is contained in:
126
vendor/github.com/yaegashi/msgraph.go/beta/EnumOnenote.go
generated
vendored
Normal file
126
vendor/github.com/yaegashi/msgraph.go/beta/EnumOnenote.go
generated
vendored
Normal file
@@ -0,0 +1,126 @@
|
||||
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||||
|
||||
package msgraph
|
||||
|
||||
// OnenotePatchActionType undocumented
|
||||
type OnenotePatchActionType string
|
||||
|
||||
const (
|
||||
// OnenotePatchActionTypeVReplace undocumented
|
||||
OnenotePatchActionTypeVReplace OnenotePatchActionType = "Replace"
|
||||
// OnenotePatchActionTypeVAppend undocumented
|
||||
OnenotePatchActionTypeVAppend OnenotePatchActionType = "Append"
|
||||
// OnenotePatchActionTypeVDelete undocumented
|
||||
OnenotePatchActionTypeVDelete OnenotePatchActionType = "Delete"
|
||||
// OnenotePatchActionTypeVInsert undocumented
|
||||
OnenotePatchActionTypeVInsert OnenotePatchActionType = "Insert"
|
||||
// OnenotePatchActionTypeVPrepend undocumented
|
||||
OnenotePatchActionTypeVPrepend OnenotePatchActionType = "Prepend"
|
||||
)
|
||||
|
||||
var (
|
||||
// OnenotePatchActionTypePReplace is a pointer to OnenotePatchActionTypeVReplace
|
||||
OnenotePatchActionTypePReplace = &_OnenotePatchActionTypePReplace
|
||||
// OnenotePatchActionTypePAppend is a pointer to OnenotePatchActionTypeVAppend
|
||||
OnenotePatchActionTypePAppend = &_OnenotePatchActionTypePAppend
|
||||
// OnenotePatchActionTypePDelete is a pointer to OnenotePatchActionTypeVDelete
|
||||
OnenotePatchActionTypePDelete = &_OnenotePatchActionTypePDelete
|
||||
// OnenotePatchActionTypePInsert is a pointer to OnenotePatchActionTypeVInsert
|
||||
OnenotePatchActionTypePInsert = &_OnenotePatchActionTypePInsert
|
||||
// OnenotePatchActionTypePPrepend is a pointer to OnenotePatchActionTypeVPrepend
|
||||
OnenotePatchActionTypePPrepend = &_OnenotePatchActionTypePPrepend
|
||||
)
|
||||
|
||||
var (
|
||||
_OnenotePatchActionTypePReplace = OnenotePatchActionTypeVReplace
|
||||
_OnenotePatchActionTypePAppend = OnenotePatchActionTypeVAppend
|
||||
_OnenotePatchActionTypePDelete = OnenotePatchActionTypeVDelete
|
||||
_OnenotePatchActionTypePInsert = OnenotePatchActionTypeVInsert
|
||||
_OnenotePatchActionTypePPrepend = OnenotePatchActionTypeVPrepend
|
||||
)
|
||||
|
||||
// OnenotePatchInsertPosition undocumented
|
||||
type OnenotePatchInsertPosition string
|
||||
|
||||
const (
|
||||
// OnenotePatchInsertPositionVAfter undocumented
|
||||
OnenotePatchInsertPositionVAfter OnenotePatchInsertPosition = "After"
|
||||
// OnenotePatchInsertPositionVBefore undocumented
|
||||
OnenotePatchInsertPositionVBefore OnenotePatchInsertPosition = "Before"
|
||||
)
|
||||
|
||||
var (
|
||||
// OnenotePatchInsertPositionPAfter is a pointer to OnenotePatchInsertPositionVAfter
|
||||
OnenotePatchInsertPositionPAfter = &_OnenotePatchInsertPositionPAfter
|
||||
// OnenotePatchInsertPositionPBefore is a pointer to OnenotePatchInsertPositionVBefore
|
||||
OnenotePatchInsertPositionPBefore = &_OnenotePatchInsertPositionPBefore
|
||||
)
|
||||
|
||||
var (
|
||||
_OnenotePatchInsertPositionPAfter = OnenotePatchInsertPositionVAfter
|
||||
_OnenotePatchInsertPositionPBefore = OnenotePatchInsertPositionVBefore
|
||||
)
|
||||
|
||||
// OnenoteSourceService undocumented
|
||||
type OnenoteSourceService string
|
||||
|
||||
const (
|
||||
// OnenoteSourceServiceVUnknown undocumented
|
||||
OnenoteSourceServiceVUnknown OnenoteSourceService = "Unknown"
|
||||
// OnenoteSourceServiceVOneDrive undocumented
|
||||
OnenoteSourceServiceVOneDrive OnenoteSourceService = "OneDrive"
|
||||
// OnenoteSourceServiceVOneDriveForBusiness undocumented
|
||||
OnenoteSourceServiceVOneDriveForBusiness OnenoteSourceService = "OneDriveForBusiness"
|
||||
// OnenoteSourceServiceVOnPremOneDriveForBusiness undocumented
|
||||
OnenoteSourceServiceVOnPremOneDriveForBusiness OnenoteSourceService = "OnPremOneDriveForBusiness"
|
||||
)
|
||||
|
||||
var (
|
||||
// OnenoteSourceServicePUnknown is a pointer to OnenoteSourceServiceVUnknown
|
||||
OnenoteSourceServicePUnknown = &_OnenoteSourceServicePUnknown
|
||||
// OnenoteSourceServicePOneDrive is a pointer to OnenoteSourceServiceVOneDrive
|
||||
OnenoteSourceServicePOneDrive = &_OnenoteSourceServicePOneDrive
|
||||
// OnenoteSourceServicePOneDriveForBusiness is a pointer to OnenoteSourceServiceVOneDriveForBusiness
|
||||
OnenoteSourceServicePOneDriveForBusiness = &_OnenoteSourceServicePOneDriveForBusiness
|
||||
// OnenoteSourceServicePOnPremOneDriveForBusiness is a pointer to OnenoteSourceServiceVOnPremOneDriveForBusiness
|
||||
OnenoteSourceServicePOnPremOneDriveForBusiness = &_OnenoteSourceServicePOnPremOneDriveForBusiness
|
||||
)
|
||||
|
||||
var (
|
||||
_OnenoteSourceServicePUnknown = OnenoteSourceServiceVUnknown
|
||||
_OnenoteSourceServicePOneDrive = OnenoteSourceServiceVOneDrive
|
||||
_OnenoteSourceServicePOneDriveForBusiness = OnenoteSourceServiceVOneDriveForBusiness
|
||||
_OnenoteSourceServicePOnPremOneDriveForBusiness = OnenoteSourceServiceVOnPremOneDriveForBusiness
|
||||
)
|
||||
|
||||
// OnenoteUserRole undocumented
|
||||
type OnenoteUserRole string
|
||||
|
||||
const (
|
||||
// OnenoteUserRoleVOwner undocumented
|
||||
OnenoteUserRoleVOwner OnenoteUserRole = "Owner"
|
||||
// OnenoteUserRoleVContributor undocumented
|
||||
OnenoteUserRoleVContributor OnenoteUserRole = "Contributor"
|
||||
// OnenoteUserRoleVReader undocumented
|
||||
OnenoteUserRoleVReader OnenoteUserRole = "Reader"
|
||||
// OnenoteUserRoleVNone undocumented
|
||||
OnenoteUserRoleVNone OnenoteUserRole = "None"
|
||||
)
|
||||
|
||||
var (
|
||||
// OnenoteUserRolePOwner is a pointer to OnenoteUserRoleVOwner
|
||||
OnenoteUserRolePOwner = &_OnenoteUserRolePOwner
|
||||
// OnenoteUserRolePContributor is a pointer to OnenoteUserRoleVContributor
|
||||
OnenoteUserRolePContributor = &_OnenoteUserRolePContributor
|
||||
// OnenoteUserRolePReader is a pointer to OnenoteUserRoleVReader
|
||||
OnenoteUserRolePReader = &_OnenoteUserRolePReader
|
||||
// OnenoteUserRolePNone is a pointer to OnenoteUserRoleVNone
|
||||
OnenoteUserRolePNone = &_OnenoteUserRolePNone
|
||||
)
|
||||
|
||||
var (
|
||||
_OnenoteUserRolePOwner = OnenoteUserRoleVOwner
|
||||
_OnenoteUserRolePContributor = OnenoteUserRoleVContributor
|
||||
_OnenoteUserRolePReader = OnenoteUserRoleVReader
|
||||
_OnenoteUserRolePNone = OnenoteUserRoleVNone
|
||||
)
|
Reference in New Issue
Block a user