diff --git a/backend/onedrive/api/types.go b/backend/onedrive/api/types.go index c8e7a5fd110a6..5e4ab66244191 100644 --- a/backend/onedrive/api/types.go +++ b/backend/onedrive/api/types.go @@ -7,7 +7,7 @@ import ( ) const ( - timeFormat = `"` + time.RFC3339 + `"` + timeFormat = `"` + "2006-01-02T15:04:05.999Z" + `"` // PackageTypeOneNote is the package type value for OneNote files PackageTypeOneNote = "oneNote" @@ -40,17 +40,17 @@ var _ error = (*Error)(nil) // Identity represents an identity of an actor. For example, and actor // can be a user, device, or application. type Identity struct { - DisplayName string `json:"displayName"` - ID string `json:"id"` + DisplayName string `json:"displayName,omitempty"` + ID string `json:"id,omitempty"` } // IdentitySet is a keyed collection of Identity objects. It is used // to represent a set of identities associated with various events for // an item, such as created by or last modified by. type IdentitySet struct { - User Identity `json:"user"` - Application Identity `json:"application"` - Device Identity `json:"device"` + User Identity `json:"user,omitempty"` + Application Identity `json:"application,omitempty"` + Device Identity `json:"device,omitempty"` } // Quota groups storage space quota-related information on OneDrive into a single structure. @@ -150,16 +150,15 @@ type FileFacet struct { // facet can be used to specify the last modified date or created date // of the item as it was on the local device. type FileSystemInfoFacet struct { - CreatedDateTime Timestamp `json:"createdDateTime"` // The UTC date and time the file was created on a client. - LastModifiedDateTime Timestamp `json:"lastModifiedDateTime"` // The UTC date and time the file was last modified on a client. + CreatedDateTime Timestamp `json:"createdDateTime,omitempty"` // The UTC date and time the file was created on a client. + LastModifiedDateTime Timestamp `json:"lastModifiedDateTime,omitempty"` // The UTC date and time the file was last modified on a client. } // DeletedFacet indicates that the item on OneDrive has been // deleted. In this version of the API, the presence (non-null) of the // facet value indicates that the file was deleted. A null (or // missing) value indicates that the file is not deleted. -type DeletedFacet struct { -} +type DeletedFacet struct{} // PackageFacet indicates that a DriveItem is the top level item // in a "package" or a collection of items that should be treated as a collection instead of individual items. @@ -168,31 +167,141 @@ type PackageFacet struct { Type string `json:"type"` } +// SharedType indicates a DriveItem has been shared with others. The resource includes information about how the item is shared. +// If a Driveitem has a non-null shared facet, the item has been shared. +type SharedType struct { + Owner IdentitySet `json:"owner,omitempty"` // The identity of the owner of the shared item. Read-only. + Scope string `json:"scope,omitempty"` // Indicates the scope of how the item is shared: anonymous, organization, or users. Read-only. + SharedBy IdentitySet `json:"sharedBy,omitempty"` // The identity of the user who shared the item. Read-only. + SharedDateTime Timestamp `json:"sharedDateTime,omitempty"` // The UTC date and time when the item was shared. Read-only. +} + +// SharingInvitationType groups invitation-related data items into a single structure. +type SharingInvitationType struct { + Email string `json:"email,omitempty"` // The email address provided for the recipient of the sharing invitation. Read-only. + InvitedBy *IdentitySet `json:"invitedBy,omitempty"` // Provides information about who sent the invitation that created this permission, if that information is available. Read-only. + SignInRequired bool `json:"signInRequired,omitempty"` // If true the recipient of the invitation needs to sign in in order to access the shared item. Read-only. +} + +// SharingLinkType groups link-related data items into a single structure. +// If a Permission resource has a non-null sharingLink facet, the permission represents a sharing link (as opposed to permissions granted to a person or group). +type SharingLinkType struct { + Application *Identity `json:"application,omitempty"` // The app the link is associated with. + Type LinkType `json:"type,omitempty"` // The type of the link created. + Scope LinkScope `json:"scope,omitempty"` // The scope of the link represented by this permission. Value anonymous indicates the link is usable by anyone, organization indicates the link is only usable for users signed into the same tenant. + WebHTML string `json:"webHtml,omitempty"` // For embed links, this property contains the HTML code for an