@@ -76098,6 +76098,7 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models.MailboxProtectionUnit~~
7609876098github.com/microsoftgraph/msgraph-sdk-typescript/.models.MailboxRestoreArtifact::|public|OdataType:string
7609976099github.com/microsoftgraph/msgraph-sdk-typescript/.models.MailboxRestoreArtifact::|public|restoredFolderId:string
7610076100github.com/microsoftgraph/msgraph-sdk-typescript/.models.MailboxRestoreArtifact::|public|restoredFolderName:string
76101+ github.com/microsoftgraph/msgraph-sdk-typescript/.models.MailboxRestoreArtifact::|public|restoredItemCount:number
7610176102github.com/microsoftgraph/msgraph-sdk-typescript/.models.MailboxRestoreArtifactCollectionResponse::|public|value:MailboxRestoreArtifact[]
7610276103github.com/microsoftgraph/msgraph-sdk-typescript/.models.MailboxRestoreArtifactCollectionResponse~~>BaseCollectionPaginationCountResponse; Parsable
7610376104github.com/microsoftgraph/msgraph-sdk-typescript/.models.MailboxRestoreArtifactsBulkAdditionRequest::|public|directoryObjectIds:string[]
@@ -81397,6 +81398,10 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models.restoreArtifactsBulkReq
8139781398github.com/microsoftgraph/msgraph-sdk-typescript/.models.restoreArtifactsBulkRequestStatus::0003-completedWithErrors
8139881399github.com/microsoftgraph/msgraph-sdk-typescript/.models.restoreArtifactsBulkRequestStatus::0004-unknownFutureValue
8139981400github.com/microsoftgraph/msgraph-sdk-typescript/.models.restoreArtifactsBulkRequestStatusObject
81401+ github.com/microsoftgraph/msgraph-sdk-typescript/.models.restoreJobType::0000-standard
81402+ github.com/microsoftgraph/msgraph-sdk-typescript/.models.restoreJobType::0001-bulk
81403+ github.com/microsoftgraph/msgraph-sdk-typescript/.models.restoreJobType::0002-unknownFutureValue
81404+ github.com/microsoftgraph/msgraph-sdk-typescript/.models.restoreJobTypeObject
8140081405github.com/microsoftgraph/msgraph-sdk-typescript/.models.RestorePoint::|public|expirationDateTime:Date
8140181406github.com/microsoftgraph/msgraph-sdk-typescript/.models.RestorePoint::|public|OdataType:string
8140281407github.com/microsoftgraph/msgraph-sdk-typescript/.models.RestorePoint::|public|protectionDateTime:Date
@@ -81426,13 +81431,23 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models.restorePointTags::0001-
8142681431github.com/microsoftgraph/msgraph-sdk-typescript/.models.restorePointTags::0002-unknownFutureValue
8142781432github.com/microsoftgraph/msgraph-sdk-typescript/.models.restorePointTagsObject
8142881433github.com/microsoftgraph/msgraph-sdk-typescript/.models.RestorePoint~~>Entity; Parsable
81434+ github.com/microsoftgraph/msgraph-sdk-typescript/.models.RestoreSessionArtifactCount::|public|AdditionalData:Record<string, unknown>
81435+ github.com/microsoftgraph/msgraph-sdk-typescript/.models.RestoreSessionArtifactCount::|public|backingStoreEnabled:boolean
81436+ github.com/microsoftgraph/msgraph-sdk-typescript/.models.RestoreSessionArtifactCount::|public|completed:number
81437+ github.com/microsoftgraph/msgraph-sdk-typescript/.models.RestoreSessionArtifactCount::|public|failed:number
81438+ github.com/microsoftgraph/msgraph-sdk-typescript/.models.RestoreSessionArtifactCount::|public|inProgress:number
81439+ github.com/microsoftgraph/msgraph-sdk-typescript/.models.RestoreSessionArtifactCount::|public|odataType:string
81440+ github.com/microsoftgraph/msgraph-sdk-typescript/.models.RestoreSessionArtifactCount::|public|total:number
81441+ github.com/microsoftgraph/msgraph-sdk-typescript/.models.RestoreSessionArtifactCount~~>AdditionalDataHolder; BackedModel; Parsable
8142981442github.com/microsoftgraph/msgraph-sdk-typescript/.models.RestoreSessionBase::|public|completedDateTime:Date
8143081443github.com/microsoftgraph/msgraph-sdk-typescript/.models.RestoreSessionBase::|public|createdBy:IdentitySet
8143181444github.com/microsoftgraph/msgraph-sdk-typescript/.models.RestoreSessionBase::|public|createdDateTime:Date
8143281445github.com/microsoftgraph/msgraph-sdk-typescript/.models.RestoreSessionBase::|public|errorEscaped:PublicError
8143381446github.com/microsoftgraph/msgraph-sdk-typescript/.models.RestoreSessionBase::|public|lastModifiedBy:IdentitySet
8143481447github.com/microsoftgraph/msgraph-sdk-typescript/.models.RestoreSessionBase::|public|lastModifiedDateTime:Date
8143581448github.com/microsoftgraph/msgraph-sdk-typescript/.models.RestoreSessionBase::|public|OdataType:string
81449+ github.com/microsoftgraph/msgraph-sdk-typescript/.models.RestoreSessionBase::|public|restoreJobType:RestoreJobType
81450+ github.com/microsoftgraph/msgraph-sdk-typescript/.models.RestoreSessionBase::|public|restoreSessionArtifactCount:RestoreSessionArtifactCount
8143681451github.com/microsoftgraph/msgraph-sdk-typescript/.models.RestoreSessionBase::|public|status:RestoreSessionStatus
8143781452github.com/microsoftgraph/msgraph-sdk-typescript/.models.RestoreSessionBaseCollectionResponse::|public|value:RestoreSessionBase[]
8143881453github.com/microsoftgraph/msgraph-sdk-typescript/.models.RestoreSessionBaseCollectionResponse~~>BaseCollectionPaginationCountResponse; Parsable
@@ -92106,6 +92121,7 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models::createRestorePointColl
9210692121github.com/microsoftgraph/msgraph-sdk-typescript/.models::createRestorePointFromDiscriminatorValue(parseNode:ParseNode):RestorePoint
9210792122github.com/microsoftgraph/msgraph-sdk-typescript/.models::createRestorePointSearchResponseFromDiscriminatorValue(parseNode:ParseNode):RestorePointSearchResponse
9210892123github.com/microsoftgraph/msgraph-sdk-typescript/.models::createRestorePointSearchResultFromDiscriminatorValue(parseNode:ParseNode):RestorePointSearchResult
92124+ github.com/microsoftgraph/msgraph-sdk-typescript/.models::createRestoreSessionArtifactCountFromDiscriminatorValue(parseNode:ParseNode):RestoreSessionArtifactCount
9210992125github.com/microsoftgraph/msgraph-sdk-typescript/.models::createRestoreSessionBaseCollectionResponseFromDiscriminatorValue(parseNode:ParseNode):RestoreSessionBaseCollectionResponse
9211092126github.com/microsoftgraph/msgraph-sdk-typescript/.models::createRestoreSessionBaseFromDiscriminatorValue(parseNode:ParseNode):RestoreSessionBase
9211192127github.com/microsoftgraph/msgraph-sdk-typescript/.models::createRestrictAccessActionBaseFromDiscriminatorValue(parseNode:ParseNode):RestrictAccessActionBase
@@ -94519,6 +94535,7 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoRestore
9451994535github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoRestorePointCollectionResponse(RestorePointCollectionResponse:RestorePointCollectionResponse={}):Record<string, (node: ParseNode) => void>
9452094536github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoRestorePointSearchResponse(RestorePointSearchResponse:RestorePointSearchResponse={}):Record<string, (node: ParseNode) => void>
9452194537github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoRestorePointSearchResult(RestorePointSearchResult:RestorePointSearchResult={}):Record<string, (node: ParseNode) => void>
94538+ github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoRestoreSessionArtifactCount(RestoreSessionArtifactCount:RestoreSessionArtifactCount={}):Record<string, (node: ParseNode) => void>
9452294539github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoRestoreSessionBase(RestoreSessionBase:RestoreSessionBase={}):Record<string, (node: ParseNode) => void>
9452394540github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoRestoreSessionBaseCollectionResponse(RestoreSessionBaseCollectionResponse:RestoreSessionBaseCollectionResponse={}):Record<string, (node: ParseNode) => void>
9452494541github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoRestrictAccessAction(RestrictAccessAction:RestrictAccessAction={}):Record<string, (node: ParseNode) => void>
@@ -96932,6 +96949,7 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeRestorePoint(
9693296949github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeRestorePointCollectionResponse(writer:SerializationWriter; RestorePointCollectionResponse:RestorePointCollectionResponse={}; isSerializingDerivedType?:boolean=false):void
9693396950github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeRestorePointSearchResponse(writer:SerializationWriter; RestorePointSearchResponse:RestorePointSearchResponse={}; isSerializingDerivedType?:boolean=false):void
9693496951github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeRestorePointSearchResult(writer:SerializationWriter; RestorePointSearchResult:RestorePointSearchResult={}; isSerializingDerivedType?:boolean=false):void
96952+ github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeRestoreSessionArtifactCount(writer:SerializationWriter; RestoreSessionArtifactCount:RestoreSessionArtifactCount={}; isSerializingDerivedType?:boolean=false):void
9693596953github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeRestoreSessionBase(writer:SerializationWriter; RestoreSessionBase:RestoreSessionBase={}; isSerializingDerivedType?:boolean=false):void
9693696954github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeRestoreSessionBaseCollectionResponse(writer:SerializationWriter; RestoreSessionBaseCollectionResponse:RestoreSessionBaseCollectionResponse={}; isSerializingDerivedType?:boolean=false):void
9693796955github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeRestrictAccessAction(writer:SerializationWriter; RestrictAccessAction:RestrictAccessAction={}; isSerializingDerivedType?:boolean=false):void
0 commit comments