From c63ec8568ae45b16858e4eccddddb8a0e0a66646 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Tue, 12 Aug 2025 10:46:09 +0000 Subject: [PATCH] feat(generation): update request builders and models Update generated files with build 195436 --- packages/kiota-dom-export.txt | 418 ++++- packages/kiota-lock.json | 2 +- .../updates/resourceConnections/item/index.ts | 14 +- .../updates/updatableAssets/item/index.ts | 8 +- .../item/complianceChanges/item/index.ts | 6 +- .../validateProperties/index.ts | 4 +- .../applications/validateProperties/index.ts | 4 +- .../chats/item/messages/index.ts | 6 +- .../contacts/validateProperties/index.ts | 4 +- .../contracts/validateProperties/index.ts | 4 +- .../item/assignments/index.ts | 6 +- .../item/assignments/item/index.ts | 6 +- .../mobileAppRelationships/index.ts | 6 +- .../mobileAppRelationships/item/index.ts | 6 +- .../item/scheduledActionsForRule/index.ts | 6 +- .../scheduledActionsForRule/item/index.ts | 6 +- .../deviceManagement/reports/index.ts | 18 + .../index.ts | 142 ++ .../retrieveAppleOSUpdateFailures/index.ts | 142 ++ .../virtualEndpoint/cloudApps/count/index.ts | 67 + .../virtualEndpoint/cloudApps/index.ts | 191 ++ .../virtualEndpoint/cloudApps/item/index.ts | 116 ++ .../cloudApps/publish/index.ts | 92 + .../virtualEndpoint/cloudApps/reset/index.ts | 92 + .../index.ts | 127 ++ .../cloudApps/unpublish/index.ts | 92 + .../deviceManagement/virtualEndpoint/index.ts | 10 + .../devices/validateProperties/index.ts | 4 +- .../deletedItems/validateProperties/index.ts | 4 +- .../validateProperties/index.ts | 4 +- .../validateProperties/index.ts | 4 +- .../validateProperties/index.ts | 4 +- .../validateProperties/index.ts | 4 +- .../items/item/workbook/tables/add/index.ts | 6 +- .../worksheets/item/tables/add/index.ts | 6 +- .../education/users/item/index.ts | 6 +- .../external/connections/item/schema/index.ts | 6 +- .../industryData/dataConnectors/index.ts | 6 +- .../industryData/inboundFlows/index.ts | 6 +- .../industryData/operations/item/index.ts | 8 +- .../msgraph-beta-sdk-groups/groups/index.ts | 6 +- .../groups/item/conversations/index.ts | 6 +- .../groups/item/conversations/item/index.ts | 8 +- .../item/threads/item/reply/index.ts | 6 +- .../groups/item/threads/item/index.ts | 14 +- .../groups/item/threads/item/reply/index.ts | 6 +- .../groups/item/validateProperties/index.ts | 4 +- .../groups/validateProperties/index.ts | 4 +- .../item/index.ts | 8 +- .../item/index.ts | 8 +- .../item/index.ts | 6 +- .../identityProtection/riskyUsers/index.ts | 8 +- .../item/policies/item/index.ts | 20 +- .../organization/validateProperties/index.ts | 4 +- .../validateProperties/index.ts | 4 +- .../places/graphRoom/index.ts | 6 +- .../places/item/descendants/index.ts | 138 ++ .../places/item/graphRoom/index.ts | 6 +- .../places/item/index.ts | 18 +- .../validateProperties/index.ts | 4 +- .../sites/item/lists/item/index.ts | 8 +- .../sites/item/pages/index.ts | 6 +- .../item/channels/item/members/item/index.ts | 6 +- .../teamwork/teamTemplates/index.ts | 8 +- .../users/validateProperties/index.ts | 4 +- packages/msgraph-beta-sdk/models/index.ts | 1539 ++++++++++++++--- .../msgraph-beta-sdk/models/security/index.ts | 148 +- 67 files changed, 3286 insertions(+), 380 deletions(-) create mode 100644 packages/msgraph-beta-sdk-deviceManagement/deviceManagement/reports/retrieveAppleDeviceOSUpdateStatus/index.ts create mode 100644 packages/msgraph-beta-sdk-deviceManagement/deviceManagement/reports/retrieveAppleOSUpdateFailures/index.ts create mode 100644 packages/msgraph-beta-sdk-deviceManagement/deviceManagement/virtualEndpoint/cloudApps/count/index.ts create mode 100644 packages/msgraph-beta-sdk-deviceManagement/deviceManagement/virtualEndpoint/cloudApps/index.ts create mode 100644 packages/msgraph-beta-sdk-deviceManagement/deviceManagement/virtualEndpoint/cloudApps/item/index.ts create mode 100644 packages/msgraph-beta-sdk-deviceManagement/deviceManagement/virtualEndpoint/cloudApps/publish/index.ts create mode 100644 packages/msgraph-beta-sdk-deviceManagement/deviceManagement/virtualEndpoint/cloudApps/reset/index.ts create mode 100644 packages/msgraph-beta-sdk-deviceManagement/deviceManagement/virtualEndpoint/cloudApps/retrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyId/index.ts create mode 100644 packages/msgraph-beta-sdk-deviceManagement/deviceManagement/virtualEndpoint/cloudApps/unpublish/index.ts create mode 100644 packages/msgraph-beta-sdk-places/places/item/descendants/index.ts diff --git a/packages/kiota-dom-export.txt b/packages/kiota-dom-export.txt index 804ebeff91..023c9e79d3 100644 --- a/packages/kiota-dom-export.txt +++ b/packages/kiota-dom-export.txt @@ -36306,6 +36306,8 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.reports.repor github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.reports.reportsRequestBuilder::|public|getZebraFotaDeploymentReport:GetZebraFotaDeploymentReportRequestBuilder github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.reports.reportsRequestBuilder::|public|patch(body:DeviceManagementReports; requestConfiguration?:RequestConfiguration):DeviceManagementReports github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.reports.reportsRequestBuilder::|public|retrieveAndroidWorkProfileDeviceMigrationStatuses:RetrieveAndroidWorkProfileDeviceMigrationStatusesRequestBuilder +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.reports.reportsRequestBuilder::|public|retrieveAppleDeviceOSUpdateStatus:RetrieveAppleDeviceOSUpdateStatusRequestBuilder +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.reports.reportsRequestBuilder::|public|retrieveAppleOSUpdateFailures:RetrieveAppleOSUpdateFailuresRequestBuilder github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.reports.reportsRequestBuilder::|public|retrieveCloudPkiLeafCertificateReport:RetrieveCloudPkiLeafCertificateReportRequestBuilder github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.reports.reportsRequestBuilder::|public|retrieveCloudPkiLeafCertificateSummaryReport:RetrieveCloudPkiLeafCertificateSummaryReportRequestBuilder github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.reports.reportsRequestBuilder::|public|retrieveDeviceAppInstallationStatusReport:RetrieveDeviceAppInstallationStatusReportRequestBuilder @@ -36341,6 +36343,46 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.reports.retri github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.reports.retrieveAndroidWorkProfileDeviceMigrationStatuses::createRetrieveAndroidWorkProfileDeviceMigrationStatusesPostRequestBodyFromDiscriminatorValue(parseNode:ParseNode):RetrieveAndroidWorkProfileDeviceMigrationStatusesPostRequestBody github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.reports.retrieveAndroidWorkProfileDeviceMigrationStatuses::deserializeIntoRetrieveAndroidWorkProfileDeviceMigrationStatusesPostRequestBody(RetrieveAndroidWorkProfileDeviceMigrationStatusesPostRequestBody:RetrieveAndroidWorkProfileDeviceMigrationStatusesPostRequestBody={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.reports.retrieveAndroidWorkProfileDeviceMigrationStatuses::serializeRetrieveAndroidWorkProfileDeviceMigrationStatusesPostRequestBody(writer:SerializationWriter; RetrieveAndroidWorkProfileDeviceMigrationStatusesPostRequestBody:RetrieveAndroidWorkProfileDeviceMigrationStatusesPostRequestBody={}; isSerializingDerivedType?:boolean=false):void +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.reports.retrieveAppleDeviceOSUpdateStatus.RetrieveAppleDeviceOSUpdateStatusPostRequestBody::|public|AdditionalData:Record +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.reports.retrieveAppleDeviceOSUpdateStatus.RetrieveAppleDeviceOSUpdateStatusPostRequestBody::|public|backingStoreEnabled:boolean +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.reports.retrieveAppleDeviceOSUpdateStatus.RetrieveAppleDeviceOSUpdateStatusPostRequestBody::|public|filter:string +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.reports.retrieveAppleDeviceOSUpdateStatus.RetrieveAppleDeviceOSUpdateStatusPostRequestBody::|public|groupBy:string[] +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.reports.retrieveAppleDeviceOSUpdateStatus.RetrieveAppleDeviceOSUpdateStatusPostRequestBody::|public|name:string +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.reports.retrieveAppleDeviceOSUpdateStatus.RetrieveAppleDeviceOSUpdateStatusPostRequestBody::|public|orderBy:string[] +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.reports.retrieveAppleDeviceOSUpdateStatus.RetrieveAppleDeviceOSUpdateStatusPostRequestBody::|public|search:string +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.reports.retrieveAppleDeviceOSUpdateStatus.RetrieveAppleDeviceOSUpdateStatusPostRequestBody::|public|select:string[] +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.reports.retrieveAppleDeviceOSUpdateStatus.RetrieveAppleDeviceOSUpdateStatusPostRequestBody::|public|sessionId:string +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.reports.retrieveAppleDeviceOSUpdateStatus.RetrieveAppleDeviceOSUpdateStatusPostRequestBody::|public|skip:number +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.reports.retrieveAppleDeviceOSUpdateStatus.RetrieveAppleDeviceOSUpdateStatusPostRequestBody::|public|top:number +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.reports.retrieveAppleDeviceOSUpdateStatus.RetrieveAppleDeviceOSUpdateStatusPostRequestBody~~>AdditionalDataHolder; BackedModel; Parsable +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.reports.retrieveAppleDeviceOSUpdateStatus.retrieveAppleDeviceOSUpdateStatusRequestBuilder::|public|post(body:RetrieveAppleDeviceOSUpdateStatusPostRequestBody; requestConfiguration?:RequestConfiguration):ArrayBuffer +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.reports.retrieveAppleDeviceOSUpdateStatus.retrieveAppleDeviceOSUpdateStatusRequestBuilder::|public|toPostRequestInformation(body:RetrieveAppleDeviceOSUpdateStatusPostRequestBody; requestConfiguration?:RequestConfiguration):RequestInformation +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.reports.retrieveAppleDeviceOSUpdateStatus.retrieveAppleDeviceOSUpdateStatusRequestBuilderRequestsMetadata +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.reports.retrieveAppleDeviceOSUpdateStatus.retrieveAppleDeviceOSUpdateStatusRequestBuilderUriTemplate +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.reports.retrieveAppleDeviceOSUpdateStatus.retrieveAppleDeviceOSUpdateStatusRequestBuilder~~>BaseRequestBuilder +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.reports.retrieveAppleDeviceOSUpdateStatus::createRetrieveAppleDeviceOSUpdateStatusPostRequestBodyFromDiscriminatorValue(parseNode:ParseNode):RetrieveAppleDeviceOSUpdateStatusPostRequestBody +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.reports.retrieveAppleDeviceOSUpdateStatus::deserializeIntoRetrieveAppleDeviceOSUpdateStatusPostRequestBody(RetrieveAppleDeviceOSUpdateStatusPostRequestBody:RetrieveAppleDeviceOSUpdateStatusPostRequestBody={}):Record void> +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.reports.retrieveAppleDeviceOSUpdateStatus::serializeRetrieveAppleDeviceOSUpdateStatusPostRequestBody(writer:SerializationWriter; RetrieveAppleDeviceOSUpdateStatusPostRequestBody:RetrieveAppleDeviceOSUpdateStatusPostRequestBody={}; isSerializingDerivedType?:boolean=false):void +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.reports.retrieveAppleOSUpdateFailures.RetrieveAppleOSUpdateFailuresPostRequestBody::|public|AdditionalData:Record +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.reports.retrieveAppleOSUpdateFailures.RetrieveAppleOSUpdateFailuresPostRequestBody::|public|backingStoreEnabled:boolean +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.reports.retrieveAppleOSUpdateFailures.RetrieveAppleOSUpdateFailuresPostRequestBody::|public|filter:string +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.reports.retrieveAppleOSUpdateFailures.RetrieveAppleOSUpdateFailuresPostRequestBody::|public|groupBy:string[] +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.reports.retrieveAppleOSUpdateFailures.RetrieveAppleOSUpdateFailuresPostRequestBody::|public|name:string +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.reports.retrieveAppleOSUpdateFailures.RetrieveAppleOSUpdateFailuresPostRequestBody::|public|orderBy:string[] +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.reports.retrieveAppleOSUpdateFailures.RetrieveAppleOSUpdateFailuresPostRequestBody::|public|search:string +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.reports.retrieveAppleOSUpdateFailures.RetrieveAppleOSUpdateFailuresPostRequestBody::|public|select:string[] +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.reports.retrieveAppleOSUpdateFailures.RetrieveAppleOSUpdateFailuresPostRequestBody::|public|sessionId:string +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.reports.retrieveAppleOSUpdateFailures.RetrieveAppleOSUpdateFailuresPostRequestBody::|public|skip:number +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.reports.retrieveAppleOSUpdateFailures.RetrieveAppleOSUpdateFailuresPostRequestBody::|public|top:number +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.reports.retrieveAppleOSUpdateFailures.RetrieveAppleOSUpdateFailuresPostRequestBody~~>AdditionalDataHolder; BackedModel; Parsable +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.reports.retrieveAppleOSUpdateFailures.retrieveAppleOSUpdateFailuresRequestBuilder::|public|post(body:RetrieveAppleOSUpdateFailuresPostRequestBody; requestConfiguration?:RequestConfiguration):ArrayBuffer +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.reports.retrieveAppleOSUpdateFailures.retrieveAppleOSUpdateFailuresRequestBuilder::|public|toPostRequestInformation(body:RetrieveAppleOSUpdateFailuresPostRequestBody; requestConfiguration?:RequestConfiguration):RequestInformation +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.reports.retrieveAppleOSUpdateFailures.retrieveAppleOSUpdateFailuresRequestBuilderRequestsMetadata +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.reports.retrieveAppleOSUpdateFailures.retrieveAppleOSUpdateFailuresRequestBuilderUriTemplate +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.reports.retrieveAppleOSUpdateFailures.retrieveAppleOSUpdateFailuresRequestBuilder~~>BaseRequestBuilder +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.reports.retrieveAppleOSUpdateFailures::createRetrieveAppleOSUpdateFailuresPostRequestBodyFromDiscriminatorValue(parseNode:ParseNode):RetrieveAppleOSUpdateFailuresPostRequestBody +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.reports.retrieveAppleOSUpdateFailures::deserializeIntoRetrieveAppleOSUpdateFailuresPostRequestBody(RetrieveAppleOSUpdateFailuresPostRequestBody:RetrieveAppleOSUpdateFailuresPostRequestBody={}):Record void> +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.reports.retrieveAppleOSUpdateFailures::serializeRetrieveAppleOSUpdateFailuresPostRequestBody(writer:SerializationWriter; RetrieveAppleOSUpdateFailuresPostRequestBody:RetrieveAppleOSUpdateFailuresPostRequestBody={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.reports.retrieveCloudPkiLeafCertificateReport.RetrieveCloudPkiLeafCertificateReportPostRequestBody::|public|AdditionalData:Record github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.reports.retrieveCloudPkiLeafCertificateReport.RetrieveCloudPkiLeafCertificateReportPostRequestBody::|public|backingStoreEnabled:boolean github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.reports.retrieveCloudPkiLeafCertificateReport.RetrieveCloudPkiLeafCertificateReportPostRequestBody::|public|certificationAuthorityId:string @@ -40249,6 +40291,102 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoi github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.bulkActions.item.retry::createRetryPostRequestBodyFromDiscriminatorValue(parseNode:ParseNode):RetryPostRequestBody github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.bulkActions.item.retry::deserializeIntoRetryPostRequestBody(RetryPostRequestBody:RetryPostRequestBody={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.bulkActions.item.retry::serializeRetryPostRequestBody(writer:SerializationWriter; RetryPostRequestBody:RetryPostRequestBody={}; isSerializingDerivedType?:boolean=false):void +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.cloudAppsRequestBuilder::|public|byCloudPcCloudAppId(cloudPcCloudAppId:string):CloudPcCloudAppItemRequestBuilder +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.cloudAppsRequestBuilder::|public|Count:CountRequestBuilder +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.cloudAppsRequestBuilder::|public|get(requestConfiguration?:RequestConfiguration):CloudPcCloudAppCollectionResponse +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.cloudAppsRequestBuilder::|public|post(body:CloudPcCloudApp; requestConfiguration?:RequestConfiguration):CloudPcCloudApp +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.cloudAppsRequestBuilder::|public|publish:PublishRequestBuilder +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.cloudAppsRequestBuilder::|public|reset:ResetRequestBuilder +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.cloudAppsRequestBuilder::|public|retrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyId(sourceId:string):RetrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyIdRequestBuilder +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.cloudAppsRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:RequestConfiguration):RequestInformation +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.cloudAppsRequestBuilder::|public|toPostRequestInformation(body:CloudPcCloudApp; requestConfiguration?:RequestConfiguration):RequestInformation +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.cloudAppsRequestBuilder::|public|unpublish:UnpublishRequestBuilder +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.cloudAppsRequestBuilderGetQueryParameters::|public|count:boolean +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.cloudAppsRequestBuilderGetQueryParameters::|public|expand:string[] +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.cloudAppsRequestBuilderGetQueryParameters::|public|filter:string +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.cloudAppsRequestBuilderGetQueryParameters::|public|orderby:string[] +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.cloudAppsRequestBuilderGetQueryParameters::|public|search:string +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.cloudAppsRequestBuilderGetQueryParameters::|public|select:string[] +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.cloudAppsRequestBuilderGetQueryParameters::|public|skip:number +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.cloudAppsRequestBuilderGetQueryParameters::|public|top:number +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.cloudAppsRequestBuilderGetQueryParametersMapper +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.cloudAppsRequestBuilderNavigationMetadata +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.cloudAppsRequestBuilderRequestsMetadata +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.cloudAppsRequestBuilderUriTemplate +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.cloudAppsRequestBuilder~~>BaseRequestBuilder +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.count.CountRequestBuilder::|public|get(requestConfiguration?:RequestConfiguration):number +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.count.CountRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:RequestConfiguration):RequestInformation +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.count.CountRequestBuilderGetQueryParameters::|public|filter:string +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.count.CountRequestBuilderGetQueryParameters::|public|search:string +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.count.countRequestBuilderGetQueryParametersMapper +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.count.countRequestBuilderRequestsMetadata +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.count.countRequestBuilderUriTemplate +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.count.CountRequestBuilder~~>BaseRequestBuilder +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.item.CloudPcCloudAppItemRequestBuilder::|public|delete(requestConfiguration?:RequestConfiguration):void +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.item.CloudPcCloudAppItemRequestBuilder::|public|get(requestConfiguration?:RequestConfiguration):CloudPcCloudApp +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.item.CloudPcCloudAppItemRequestBuilder::|public|patch(body:CloudPcCloudApp; requestConfiguration?:RequestConfiguration):CloudPcCloudApp +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.item.CloudPcCloudAppItemRequestBuilder::|public|toDeleteRequestInformation(requestConfiguration?:RequestConfiguration):RequestInformation +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.item.CloudPcCloudAppItemRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:RequestConfiguration):RequestInformation +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.item.CloudPcCloudAppItemRequestBuilder::|public|toPatchRequestInformation(body:CloudPcCloudApp; requestConfiguration?:RequestConfiguration):RequestInformation +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.item.CloudPcCloudAppItemRequestBuilderGetQueryParameters::|public|expand:string[] +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.item.CloudPcCloudAppItemRequestBuilderGetQueryParameters::|public|select:string[] +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.item.cloudPcCloudAppItemRequestBuilderGetQueryParametersMapper +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.item.cloudPcCloudAppItemRequestBuilderRequestsMetadata +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.item.cloudPcCloudAppItemRequestBuilderUriTemplate +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.item.CloudPcCloudAppItemRequestBuilder~~>BaseRequestBuilder +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.publish.PublishPostRequestBody::|public|AdditionalData:Record +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.publish.PublishPostRequestBody::|public|backingStoreEnabled:boolean +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.publish.PublishPostRequestBody::|public|cloudAppIds:string[] +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.publish.PublishPostRequestBody~~>AdditionalDataHolder; BackedModel; Parsable +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.publish.publishRequestBuilder::|public|post(body:PublishPostRequestBody; requestConfiguration?:RequestConfiguration):void +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.publish.publishRequestBuilder::|public|toPostRequestInformation(body:PublishPostRequestBody; requestConfiguration?:RequestConfiguration):RequestInformation +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.publish.publishRequestBuilderRequestsMetadata +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.publish.publishRequestBuilderUriTemplate +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.publish.publishRequestBuilder~~>BaseRequestBuilder +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.publish::createPublishPostRequestBodyFromDiscriminatorValue(parseNode:ParseNode):PublishPostRequestBody +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.publish::deserializeIntoPublishPostRequestBody(PublishPostRequestBody:PublishPostRequestBody={}):Record void> +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.publish::serializePublishPostRequestBody(writer:SerializationWriter; PublishPostRequestBody:PublishPostRequestBody={}; isSerializingDerivedType?:boolean=false):void +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.reset.ResetPostRequestBody::|public|AdditionalData:Record +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.reset.ResetPostRequestBody::|public|backingStoreEnabled:boolean +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.reset.ResetPostRequestBody::|public|cloudAppIds:string[] +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.reset.ResetPostRequestBody~~>AdditionalDataHolder; BackedModel; Parsable +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.reset.resetRequestBuilder::|public|post(body:ResetPostRequestBody; requestConfiguration?:RequestConfiguration):void +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.reset.resetRequestBuilder::|public|toPostRequestInformation(body:ResetPostRequestBody; requestConfiguration?:RequestConfiguration):RequestInformation +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.reset.resetRequestBuilderRequestsMetadata +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.reset.resetRequestBuilderUriTemplate +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.reset.resetRequestBuilder~~>BaseRequestBuilder +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.reset::createResetPostRequestBodyFromDiscriminatorValue(parseNode:ParseNode):ResetPostRequestBody +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.reset::deserializeIntoResetPostRequestBody(ResetPostRequestBody:ResetPostRequestBody={}):Record void> +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.reset::serializeResetPostRequestBody(writer:SerializationWriter; ResetPostRequestBody:ResetPostRequestBody={}; isSerializingDerivedType?:boolean=false):void +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.retrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyId.RetrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyIdGetResponse::|public|value:CloudPcDiscoveredApp[] +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.retrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyId.RetrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyIdGetResponse~~>BaseCollectionPaginationCountResponse; Parsable +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.retrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyId.retrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyIdRequestBuilder::|public|get(requestConfiguration?:RequestConfiguration):RetrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyIdGetResponse +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.retrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyId.retrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyIdRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:RequestConfiguration):RequestInformation +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.retrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyId.retrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyIdRequestBuilderGetQueryParameters::|public|count:boolean +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.retrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyId.retrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyIdRequestBuilderGetQueryParameters::|public|filter:string +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.retrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyId.retrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyIdRequestBuilderGetQueryParameters::|public|provisioningPolicyId:string +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.retrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyId.retrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyIdRequestBuilderGetQueryParameters::|public|search:string +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.retrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyId.retrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyIdRequestBuilderGetQueryParameters::|public|skip:number +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.retrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyId.retrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyIdRequestBuilderGetQueryParameters::|public|top:number +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.retrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyId.retrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyIdRequestBuilderGetQueryParametersMapper +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.retrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyId.retrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyIdRequestBuilderRequestsMetadata +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.retrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyId.retrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyIdRequestBuilderUriTemplate +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.retrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyId.retrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyIdRequestBuilder~~>BaseRequestBuilder +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.retrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyId::createRetrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyIdGetResponseFromDiscriminatorValue(parseNode:ParseNode):RetrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyIdGetResponse +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.retrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyId::deserializeIntoRetrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyIdGetResponse(RetrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyIdGetResponse:RetrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyIdGetResponse={}):Record void> +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.retrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyId::serializeRetrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyIdGetResponse(writer:SerializationWriter; RetrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyIdGetResponse:RetrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyIdGetResponse={}; isSerializingDerivedType?:boolean=false):void +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.unpublish.UnpublishPostRequestBody::|public|AdditionalData:Record +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.unpublish.UnpublishPostRequestBody::|public|backingStoreEnabled:boolean +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.unpublish.UnpublishPostRequestBody::|public|cloudAppIds:string[] +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.unpublish.UnpublishPostRequestBody~~>AdditionalDataHolder; BackedModel; Parsable +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.unpublish.unpublishRequestBuilder::|public|post(body:UnpublishPostRequestBody; requestConfiguration?:RequestConfiguration):void +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.unpublish.unpublishRequestBuilder::|public|toPostRequestInformation(body:UnpublishPostRequestBody; requestConfiguration?:RequestConfiguration):RequestInformation +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.unpublish.unpublishRequestBuilderRequestsMetadata +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.unpublish.unpublishRequestBuilderUriTemplate +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.unpublish.unpublishRequestBuilder~~>BaseRequestBuilder +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.unpublish::createUnpublishPostRequestBodyFromDiscriminatorValue(parseNode:ParseNode):UnpublishPostRequestBody +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.unpublish::deserializeIntoUnpublishPostRequestBody(UnpublishPostRequestBody:UnpublishPostRequestBody={}):Record void> +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudApps.unpublish::serializeUnpublishPostRequestBody(writer:SerializationWriter; UnpublishPostRequestBody:UnpublishPostRequestBody={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudPCs.cloudPCsRequestBuilder::|public|byCloudPCId(cloudPCId:string):CloudPCItemRequestBuilder github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudPCs.cloudPCsRequestBuilder::|public|Count:CountRequestBuilder github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.cloudPCs.cloudPCsRequestBuilder::|public|get(requestConfiguration?:RequestConfiguration):CloudPCCollectionResponse @@ -41746,6 +41884,7 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoi github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.userSettings.userSettingsRequestBuilder~~>BaseRequestBuilder github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.virtualEndpointRequestBuilder::|public|auditEvents:AuditEventsRequestBuilder github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.virtualEndpointRequestBuilder::|public|bulkActions:BulkActionsRequestBuilder +github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.virtualEndpointRequestBuilder::|public|cloudApps:CloudAppsRequestBuilder github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.virtualEndpointRequestBuilder::|public|cloudPCs:CloudPCsRequestBuilder github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.virtualEndpointRequestBuilder::|public|crossCloudGovernmentOrganizationMapping:CrossCloudGovernmentOrganizationMappingRequestBuilder github.com/microsoftgraph/msgraph-sdk-typescript/.deviceManagement.virtualEndpoint.virtualEndpointRequestBuilder::|public|delete(requestConfiguration?:RequestConfiguration):void @@ -108124,6 +108263,7 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models.AccessReviewScheduleSet github.com/microsoftgraph/msgraph-sdk-typescript/.models.AccessReviewScheduleSettings::|public|defaultDecision:string github.com/microsoftgraph/msgraph-sdk-typescript/.models.AccessReviewScheduleSettings::|public|defaultDecisionEnabled:boolean github.com/microsoftgraph/msgraph-sdk-typescript/.models.AccessReviewScheduleSettings::|public|instanceDurationInDays:number +github.com/microsoftgraph/msgraph-sdk-typescript/.models.AccessReviewScheduleSettings::|public|isAgenticExperienceEnabled:boolean github.com/microsoftgraph/msgraph-sdk-typescript/.models.AccessReviewScheduleSettings::|public|justificationRequiredOnApproval:boolean github.com/microsoftgraph/msgraph-sdk-typescript/.models.AccessReviewScheduleSettings::|public|mailNotificationsEnabled:boolean github.com/microsoftgraph/msgraph-sdk-typescript/.models.AccessReviewScheduleSettings::|public|odataType:string @@ -108667,34 +108807,42 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models.AiInteraction::|public| github.com/microsoftgraph/msgraph-sdk-typescript/.models.AiInteraction::|public|OdataType:string github.com/microsoftgraph/msgraph-sdk-typescript/.models.AiInteraction::|public|requestId:string github.com/microsoftgraph/msgraph-sdk-typescript/.models.AiInteraction::|public|sessionId:string +github.com/microsoftgraph/msgraph-sdk-typescript/.models.AiInteractionAttachment::|public|AdditionalData:Record github.com/microsoftgraph/msgraph-sdk-typescript/.models.AiInteractionAttachment::|public|attachmentId:string +github.com/microsoftgraph/msgraph-sdk-typescript/.models.AiInteractionAttachment::|public|backingStoreEnabled:boolean github.com/microsoftgraph/msgraph-sdk-typescript/.models.AiInteractionAttachment::|public|content:string github.com/microsoftgraph/msgraph-sdk-typescript/.models.AiInteractionAttachment::|public|contentType:string github.com/microsoftgraph/msgraph-sdk-typescript/.models.AiInteractionAttachment::|public|contentUrl:string github.com/microsoftgraph/msgraph-sdk-typescript/.models.AiInteractionAttachment::|public|name:string -github.com/microsoftgraph/msgraph-sdk-typescript/.models.AiInteractionAttachment::|public|OdataType:string -github.com/microsoftgraph/msgraph-sdk-typescript/.models.AiInteractionAttachment~~>Entity; Parsable +github.com/microsoftgraph/msgraph-sdk-typescript/.models.AiInteractionAttachment::|public|odataType:string +github.com/microsoftgraph/msgraph-sdk-typescript/.models.AiInteractionAttachment~~>AdditionalDataHolder; BackedModel; Parsable +github.com/microsoftgraph/msgraph-sdk-typescript/.models.AiInteractionContext::|public|AdditionalData:Record +github.com/microsoftgraph/msgraph-sdk-typescript/.models.AiInteractionContext::|public|backingStoreEnabled:boolean github.com/microsoftgraph/msgraph-sdk-typescript/.models.AiInteractionContext::|public|contextReference:string github.com/microsoftgraph/msgraph-sdk-typescript/.models.AiInteractionContext::|public|contextType:string github.com/microsoftgraph/msgraph-sdk-typescript/.models.AiInteractionContext::|public|displayName:string -github.com/microsoftgraph/msgraph-sdk-typescript/.models.AiInteractionContext::|public|OdataType:string -github.com/microsoftgraph/msgraph-sdk-typescript/.models.AiInteractionContext~~>Entity; Parsable +github.com/microsoftgraph/msgraph-sdk-typescript/.models.AiInteractionContext::|public|odataType:string +github.com/microsoftgraph/msgraph-sdk-typescript/.models.AiInteractionContext~~>AdditionalDataHolder; BackedModel; Parsable github.com/microsoftgraph/msgraph-sdk-typescript/.models.AiInteractionHistory::|public|OdataType:string github.com/microsoftgraph/msgraph-sdk-typescript/.models.AiInteractionHistory~~>Entity; Parsable +github.com/microsoftgraph/msgraph-sdk-typescript/.models.AiInteractionLink::|public|AdditionalData:Record +github.com/microsoftgraph/msgraph-sdk-typescript/.models.AiInteractionLink::|public|backingStoreEnabled:boolean github.com/microsoftgraph/msgraph-sdk-typescript/.models.AiInteractionLink::|public|displayName:string github.com/microsoftgraph/msgraph-sdk-typescript/.models.AiInteractionLink::|public|linkType:string github.com/microsoftgraph/msgraph-sdk-typescript/.models.AiInteractionLink::|public|linkUrl:string -github.com/microsoftgraph/msgraph-sdk-typescript/.models.AiInteractionLink::|public|OdataType:string -github.com/microsoftgraph/msgraph-sdk-typescript/.models.AiInteractionLink~~>Entity; Parsable +github.com/microsoftgraph/msgraph-sdk-typescript/.models.AiInteractionLink::|public|odataType:string +github.com/microsoftgraph/msgraph-sdk-typescript/.models.AiInteractionLink~~>AdditionalDataHolder; BackedModel; Parsable +github.com/microsoftgraph/msgraph-sdk-typescript/.models.AiInteractionMention::|public|AdditionalData:Record +github.com/microsoftgraph/msgraph-sdk-typescript/.models.AiInteractionMention::|public|backingStoreEnabled:boolean github.com/microsoftgraph/msgraph-sdk-typescript/.models.AiInteractionMention::|public|mentioned:AiInteractionMentionedIdentitySet github.com/microsoftgraph/msgraph-sdk-typescript/.models.AiInteractionMention::|public|mentionId:number github.com/microsoftgraph/msgraph-sdk-typescript/.models.AiInteractionMention::|public|mentionText:string -github.com/microsoftgraph/msgraph-sdk-typescript/.models.AiInteractionMention::|public|OdataType:string +github.com/microsoftgraph/msgraph-sdk-typescript/.models.AiInteractionMention::|public|odataType:string github.com/microsoftgraph/msgraph-sdk-typescript/.models.AiInteractionMentionedIdentitySet::|public|conversation:TeamworkConversationIdentity github.com/microsoftgraph/msgraph-sdk-typescript/.models.AiInteractionMentionedIdentitySet::|public|OdataType:string github.com/microsoftgraph/msgraph-sdk-typescript/.models.AiInteractionMentionedIdentitySet::|public|tag:TeamworkTagIdentity github.com/microsoftgraph/msgraph-sdk-typescript/.models.AiInteractionMentionedIdentitySet~~>IdentitySet; Parsable -github.com/microsoftgraph/msgraph-sdk-typescript/.models.AiInteractionMention~~>Entity; Parsable +github.com/microsoftgraph/msgraph-sdk-typescript/.models.AiInteractionMention~~>AdditionalDataHolder; BackedModel; Parsable github.com/microsoftgraph/msgraph-sdk-typescript/.models.AiInteractionPlugin::|public|AdditionalData:Record github.com/microsoftgraph/msgraph-sdk-typescript/.models.AiInteractionPlugin::|public|backingStoreEnabled:boolean github.com/microsoftgraph/msgraph-sdk-typescript/.models.AiInteractionPlugin::|public|identifier:string @@ -111170,6 +111318,10 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models.AssignedLicense::|publi github.com/microsoftgraph/msgraph-sdk-typescript/.models.AssignedLicense::|public|odataType:string github.com/microsoftgraph/msgraph-sdk-typescript/.models.AssignedLicense::|public|skuId:Guid github.com/microsoftgraph/msgraph-sdk-typescript/.models.AssignedLicense~~>AdditionalDataHolder; BackedModel; Parsable +github.com/microsoftgraph/msgraph-sdk-typescript/.models.AssignedPlaceMode::|public|assignedUserEmailAddress:string +github.com/microsoftgraph/msgraph-sdk-typescript/.models.AssignedPlaceMode::|public|assignedUserId:string +github.com/microsoftgraph/msgraph-sdk-typescript/.models.AssignedPlaceMode::|public|OdataType:string +github.com/microsoftgraph/msgraph-sdk-typescript/.models.AssignedPlaceMode~~>Parsable; PlaceMode github.com/microsoftgraph/msgraph-sdk-typescript/.models.AssignedPlan::|public|AdditionalData:Record github.com/microsoftgraph/msgraph-sdk-typescript/.models.AssignedPlan::|public|assignedDateTime:Date github.com/microsoftgraph/msgraph-sdk-typescript/.models.AssignedPlan::|public|backingStoreEnabled:boolean @@ -113191,6 +113343,10 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models.BufferEncryptionResult: github.com/microsoftgraph/msgraph-sdk-typescript/.models.BufferEncryptionResult::|public|odataType:string github.com/microsoftgraph/msgraph-sdk-typescript/.models.BufferEncryptionResult::|public|publishingLicense:ArrayBuffer github.com/microsoftgraph/msgraph-sdk-typescript/.models.BufferEncryptionResult~~>AdditionalDataHolder; BackedModel; Parsable +github.com/microsoftgraph/msgraph-sdk-typescript/.models.Building::|public|hasWiFi:boolean +github.com/microsoftgraph/msgraph-sdk-typescript/.models.Building::|public|OdataType:string +github.com/microsoftgraph/msgraph-sdk-typescript/.models.Building::|public|resourceLinks:ResourceLink[] +github.com/microsoftgraph/msgraph-sdk-typescript/.models.Building~~>Parsable; Place github.com/microsoftgraph/msgraph-sdk-typescript/.models.BuiltInIdentityProvider::|public|identityProviderType:string github.com/microsoftgraph/msgraph-sdk-typescript/.models.BuiltInIdentityProvider::|public|OdataType:string github.com/microsoftgraph/msgraph-sdk-typescript/.models.BuiltInIdentityProvider::|public|state:IdentityProviderState @@ -113451,14 +113607,14 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models.CallEvent::|public|call github.com/microsoftgraph/msgraph-sdk-typescript/.models.CallEvent::|public|eventDateTime:Date github.com/microsoftgraph/msgraph-sdk-typescript/.models.CallEvent::|public|OdataType:string github.com/microsoftgraph/msgraph-sdk-typescript/.models.CallEvent::|public|participants:Participant[] +github.com/microsoftgraph/msgraph-sdk-typescript/.models.CallEvent::|public|recordingState:RecordingState +github.com/microsoftgraph/msgraph-sdk-typescript/.models.CallEvent::|public|transcriptionState:TranscriptionState github.com/microsoftgraph/msgraph-sdk-typescript/.models.callEventType::0000-callStarted github.com/microsoftgraph/msgraph-sdk-typescript/.models.callEventType::0001-callEnded github.com/microsoftgraph/msgraph-sdk-typescript/.models.callEventType::0002-unknownFutureValue github.com/microsoftgraph/msgraph-sdk-typescript/.models.callEventType::0003-rosterUpdated -github.com/microsoftgraph/msgraph-sdk-typescript/.models.callEventType::0004-transcriptionStarted -github.com/microsoftgraph/msgraph-sdk-typescript/.models.callEventType::0005-transcriptionStopped -github.com/microsoftgraph/msgraph-sdk-typescript/.models.callEventType::0006-recordingStarted -github.com/microsoftgraph/msgraph-sdk-typescript/.models.callEventType::0007-recordingStopped +github.com/microsoftgraph/msgraph-sdk-typescript/.models.callEventType::0004-transcriptionStateUpdated +github.com/microsoftgraph/msgraph-sdk-typescript/.models.callEventType::0005-recordingStateUpdated github.com/microsoftgraph/msgraph-sdk-typescript/.models.callEventTypeObject github.com/microsoftgraph/msgraph-sdk-typescript/.models.CallEvent~~>Entity; Parsable github.com/microsoftgraph/msgraph-sdk-typescript/.models.CallMediaState::|public|AdditionalData:Record @@ -114990,6 +115146,7 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models.CloudPC::|public|status github.com/microsoftgraph/msgraph-sdk-typescript/.models.CloudPC::|public|statusDetail:CloudPcStatusDetail github.com/microsoftgraph/msgraph-sdk-typescript/.models.CloudPC::|public|statusDetails:CloudPcStatusDetails github.com/microsoftgraph/msgraph-sdk-typescript/.models.CloudPC::|public|userAccountType:CloudPcUserAccountType +github.com/microsoftgraph/msgraph-sdk-typescript/.models.CloudPC::|public|userExperienceType:CloudPcUserExperienceType github.com/microsoftgraph/msgraph-sdk-typescript/.models.CloudPC::|public|userPrincipalName:string github.com/microsoftgraph/msgraph-sdk-typescript/.models.cloudPcAuditActivityOperationType::0000-create github.com/microsoftgraph/msgraph-sdk-typescript/.models.cloudPcAuditActivityOperationType::0001-delete @@ -115133,6 +115290,44 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models.CloudPcBulkSetReviewSta github.com/microsoftgraph/msgraph-sdk-typescript/.models.CloudPcBulkSetReviewStatus~~>CloudPcBulkAction; Parsable github.com/microsoftgraph/msgraph-sdk-typescript/.models.CloudPcBulkTroubleshoot::|public|OdataType:string github.com/microsoftgraph/msgraph-sdk-typescript/.models.CloudPcBulkTroubleshoot~~>CloudPcBulkAction; Parsable +github.com/microsoftgraph/msgraph-sdk-typescript/.models.CloudPcCloudApp::|public|actionFailedErrorCode:CloudPcCloudAppActionFailedErrorCode +github.com/microsoftgraph/msgraph-sdk-typescript/.models.CloudPcCloudApp::|public|actionFailedErrorMessage:string +github.com/microsoftgraph/msgraph-sdk-typescript/.models.CloudPcCloudApp::|public|addedDateTime:Date +github.com/microsoftgraph/msgraph-sdk-typescript/.models.CloudPcCloudApp::|public|appDetail:CloudPcCloudAppDetail +github.com/microsoftgraph/msgraph-sdk-typescript/.models.CloudPcCloudApp::|public|appStatus:CloudPcCloudAppStatus +github.com/microsoftgraph/msgraph-sdk-typescript/.models.CloudPcCloudApp::|public|availableToUser:boolean +github.com/microsoftgraph/msgraph-sdk-typescript/.models.CloudPcCloudApp::|public|description:string +github.com/microsoftgraph/msgraph-sdk-typescript/.models.CloudPcCloudApp::|public|discoveredAppName:string +github.com/microsoftgraph/msgraph-sdk-typescript/.models.CloudPcCloudApp::|public|displayName:string +github.com/microsoftgraph/msgraph-sdk-typescript/.models.CloudPcCloudApp::|public|lastPublishedDateTime:Date +github.com/microsoftgraph/msgraph-sdk-typescript/.models.CloudPcCloudApp::|public|OdataType:string +github.com/microsoftgraph/msgraph-sdk-typescript/.models.CloudPcCloudApp::|public|provisioningPolicyId:string +github.com/microsoftgraph/msgraph-sdk-typescript/.models.CloudPcCloudApp::|public|scopeIds:string[] +github.com/microsoftgraph/msgraph-sdk-typescript/.models.cloudPcCloudAppActionFailedErrorCode::0000-cloudAppQuotaExceeded +github.com/microsoftgraph/msgraph-sdk-typescript/.models.cloudPcCloudAppActionFailedErrorCode::0001-cloudPcLicenseNotFound +github.com/microsoftgraph/msgraph-sdk-typescript/.models.cloudPcCloudAppActionFailedErrorCode::0002-internalServerError +github.com/microsoftgraph/msgraph-sdk-typescript/.models.cloudPcCloudAppActionFailedErrorCode::0003-appDiscoveryFailed +github.com/microsoftgraph/msgraph-sdk-typescript/.models.cloudPcCloudAppActionFailedErrorCode::0004-unknownFutureValue +github.com/microsoftgraph/msgraph-sdk-typescript/.models.cloudPcCloudAppActionFailedErrorCodeObject +github.com/microsoftgraph/msgraph-sdk-typescript/.models.CloudPcCloudAppCollectionResponse::|public|value:CloudPcCloudApp[] +github.com/microsoftgraph/msgraph-sdk-typescript/.models.CloudPcCloudAppCollectionResponse~~>BaseCollectionPaginationCountResponse; Parsable +github.com/microsoftgraph/msgraph-sdk-typescript/.models.CloudPcCloudAppDetail::|public|AdditionalData:Record +github.com/microsoftgraph/msgraph-sdk-typescript/.models.CloudPcCloudAppDetail::|public|backingStoreEnabled:boolean +github.com/microsoftgraph/msgraph-sdk-typescript/.models.CloudPcCloudAppDetail::|public|commandLineArguments:string +github.com/microsoftgraph/msgraph-sdk-typescript/.models.CloudPcCloudAppDetail::|public|filePath:string +github.com/microsoftgraph/msgraph-sdk-typescript/.models.CloudPcCloudAppDetail::|public|iconIndex:number +github.com/microsoftgraph/msgraph-sdk-typescript/.models.CloudPcCloudAppDetail::|public|iconPath:string +github.com/microsoftgraph/msgraph-sdk-typescript/.models.CloudPcCloudAppDetail::|public|odataType:string +github.com/microsoftgraph/msgraph-sdk-typescript/.models.CloudPcCloudAppDetail~~>AdditionalDataHolder; BackedModel; Parsable +github.com/microsoftgraph/msgraph-sdk-typescript/.models.cloudPcCloudAppStatus::0000-preparing +github.com/microsoftgraph/msgraph-sdk-typescript/.models.cloudPcCloudAppStatus::0001-ready +github.com/microsoftgraph/msgraph-sdk-typescript/.models.cloudPcCloudAppStatus::0002-publishing +github.com/microsoftgraph/msgraph-sdk-typescript/.models.cloudPcCloudAppStatus::0003-published +github.com/microsoftgraph/msgraph-sdk-typescript/.models.cloudPcCloudAppStatus::0004-unpublishing +github.com/microsoftgraph/msgraph-sdk-typescript/.models.cloudPcCloudAppStatus::0005-failed +github.com/microsoftgraph/msgraph-sdk-typescript/.models.cloudPcCloudAppStatus::0006-unknownFutureValue +github.com/microsoftgraph/msgraph-sdk-typescript/.models.cloudPcCloudAppStatusObject +github.com/microsoftgraph/msgraph-sdk-typescript/.models.CloudPcCloudApp~~>Entity; Parsable github.com/microsoftgraph/msgraph-sdk-typescript/.models.CloudPCCollectionResponse::|public|value:CloudPC[] github.com/microsoftgraph/msgraph-sdk-typescript/.models.CloudPCCollectionResponse~~>BaseCollectionPaginationCountResponse; Parsable github.com/microsoftgraph/msgraph-sdk-typescript/.models.cloudPCConnectionQualityReportType::0000-remoteConnectionQualityReport @@ -115299,6 +115494,14 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models.cloudPcDisasterRecovery github.com/microsoftgraph/msgraph-sdk-typescript/.models.cloudPcDisasterRecoveryType::0002-premium github.com/microsoftgraph/msgraph-sdk-typescript/.models.cloudPcDisasterRecoveryType::0003-unknownFutureValue github.com/microsoftgraph/msgraph-sdk-typescript/.models.cloudPcDisasterRecoveryTypeObject +github.com/microsoftgraph/msgraph-sdk-typescript/.models.CloudPcDiscoveredApp::|public|AdditionalData:Record +github.com/microsoftgraph/msgraph-sdk-typescript/.models.CloudPcDiscoveredApp::|public|appDetail:CloudPcCloudAppDetail +github.com/microsoftgraph/msgraph-sdk-typescript/.models.CloudPcDiscoveredApp::|public|appName:string +github.com/microsoftgraph/msgraph-sdk-typescript/.models.CloudPcDiscoveredApp::|public|backingStoreEnabled:boolean +github.com/microsoftgraph/msgraph-sdk-typescript/.models.CloudPcDiscoveredApp::|public|discoveredAppId:string +github.com/microsoftgraph/msgraph-sdk-typescript/.models.CloudPcDiscoveredApp::|public|odataType:string +github.com/microsoftgraph/msgraph-sdk-typescript/.models.CloudPcDiscoveredApp::|public|sourceId:string +github.com/microsoftgraph/msgraph-sdk-typescript/.models.CloudPcDiscoveredApp~~>AdditionalDataHolder; BackedModel; Parsable github.com/microsoftgraph/msgraph-sdk-typescript/.models.cloudPcDiskEncryptionState::0000-notAvailable github.com/microsoftgraph/msgraph-sdk-typescript/.models.cloudPcDiskEncryptionState::0001-notEncrypted github.com/microsoftgraph/msgraph-sdk-typescript/.models.cloudPcDiskEncryptionState::0002-encryptedUsingPlatformManagedKey @@ -115715,6 +115918,7 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models.CloudPcProvisioningPoli github.com/microsoftgraph/msgraph-sdk-typescript/.models.CloudPcProvisioningPolicy::|public|OdataType:string github.com/microsoftgraph/msgraph-sdk-typescript/.models.CloudPcProvisioningPolicy::|public|provisioningType:CloudPcProvisioningType github.com/microsoftgraph/msgraph-sdk-typescript/.models.CloudPcProvisioningPolicy::|public|scopeIds:string[] +github.com/microsoftgraph/msgraph-sdk-typescript/.models.CloudPcProvisioningPolicy::|public|userExperienceType:CloudPcUserExperienceType github.com/microsoftgraph/msgraph-sdk-typescript/.models.CloudPcProvisioningPolicy::|public|windowsSetting:CloudPcWindowsSetting github.com/microsoftgraph/msgraph-sdk-typescript/.models.CloudPcProvisioningPolicy::|public|windowsSettings:CloudPcWindowsSettings github.com/microsoftgraph/msgraph-sdk-typescript/.models.CloudPcProvisioningPolicyAssignment::|public|assignedUsers:User[] @@ -116025,6 +116229,10 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models.cloudPcUserAccountType: github.com/microsoftgraph/msgraph-sdk-typescript/.models.cloudPcUserAccountType::0001-administrator github.com/microsoftgraph/msgraph-sdk-typescript/.models.cloudPcUserAccountType::0002-unknownFutureValue github.com/microsoftgraph/msgraph-sdk-typescript/.models.cloudPcUserAccountTypeObject +github.com/microsoftgraph/msgraph-sdk-typescript/.models.cloudPcUserExperienceType::0000-cloudPc +github.com/microsoftgraph/msgraph-sdk-typescript/.models.cloudPcUserExperienceType::0001-cloudApp +github.com/microsoftgraph/msgraph-sdk-typescript/.models.cloudPcUserExperienceType::0002-unknownFutureValue +github.com/microsoftgraph/msgraph-sdk-typescript/.models.cloudPcUserExperienceTypeObject github.com/microsoftgraph/msgraph-sdk-typescript/.models.CloudPcUserRoleScopeTagInfo::|public|AdditionalData:Record github.com/microsoftgraph/msgraph-sdk-typescript/.models.CloudPcUserRoleScopeTagInfo::|public|backingStoreEnabled:boolean github.com/microsoftgraph/msgraph-sdk-typescript/.models.CloudPcUserRoleScopeTagInfo::|public|displayName:string @@ -116368,8 +116576,10 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models.CompanyDetail::|public| github.com/microsoftgraph/msgraph-sdk-typescript/.models.CompanyDetail::|public|address:PhysicalAddress github.com/microsoftgraph/msgraph-sdk-typescript/.models.CompanyDetail::|public|backingStoreEnabled:boolean github.com/microsoftgraph/msgraph-sdk-typescript/.models.CompanyDetail::|public|companyCode:string +github.com/microsoftgraph/msgraph-sdk-typescript/.models.CompanyDetail::|public|costCenter:string github.com/microsoftgraph/msgraph-sdk-typescript/.models.CompanyDetail::|public|department:string github.com/microsoftgraph/msgraph-sdk-typescript/.models.CompanyDetail::|public|displayName:string +github.com/microsoftgraph/msgraph-sdk-typescript/.models.CompanyDetail::|public|division:string github.com/microsoftgraph/msgraph-sdk-typescript/.models.CompanyDetail::|public|odataType:string github.com/microsoftgraph/msgraph-sdk-typescript/.models.CompanyDetail::|public|officeLocation:string github.com/microsoftgraph/msgraph-sdk-typescript/.models.CompanyDetail::|public|pronunciation:string @@ -117801,6 +118011,7 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models.CustomExtensionHandlerI github.com/microsoftgraph/msgraph-sdk-typescript/.models.CustomExtensionHandler~~>Entity; Parsable github.com/microsoftgraph/msgraph-sdk-typescript/.models.CustomExtensionOverwriteConfiguration::|public|AdditionalData:Record github.com/microsoftgraph/msgraph-sdk-typescript/.models.CustomExtensionOverwriteConfiguration::|public|backingStoreEnabled:boolean +github.com/microsoftgraph/msgraph-sdk-typescript/.models.CustomExtensionOverwriteConfiguration::|public|behaviorOnError:CustomExtensionBehaviorOnError github.com/microsoftgraph/msgraph-sdk-typescript/.models.CustomExtensionOverwriteConfiguration::|public|clientConfiguration:CustomExtensionClientConfiguration github.com/microsoftgraph/msgraph-sdk-typescript/.models.CustomExtensionOverwriteConfiguration::|public|odataType:string github.com/microsoftgraph/msgraph-sdk-typescript/.models.CustomExtensionOverwriteConfiguration~~>AdditionalDataHolder; BackedModel; Parsable @@ -118573,6 +118784,11 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models.derivedCredentialProvid github.com/microsoftgraph/msgraph-sdk-typescript/.models.derivedCredentialProviderType::0003-xTec github.com/microsoftgraph/msgraph-sdk-typescript/.models.derivedCredentialProviderType::0004-intercede github.com/microsoftgraph/msgraph-sdk-typescript/.models.derivedCredentialProviderTypeObject +github.com/microsoftgraph/msgraph-sdk-typescript/.models.Desk::|public|displayDeviceName:string +github.com/microsoftgraph/msgraph-sdk-typescript/.models.Desk::|public|mailboxDetails:MailboxDetails +github.com/microsoftgraph/msgraph-sdk-typescript/.models.Desk::|public|mode:PlaceMode +github.com/microsoftgraph/msgraph-sdk-typescript/.models.Desk::|public|OdataType:string +github.com/microsoftgraph/msgraph-sdk-typescript/.models.Desk~~>Parsable; Place github.com/microsoftgraph/msgraph-sdk-typescript/.models.destinationType::0000-newEscaped github.com/microsoftgraph/msgraph-sdk-typescript/.models.destinationType::0001-inPlace github.com/microsoftgraph/msgraph-sdk-typescript/.models.destinationType::0002-unknownFutureValue @@ -122222,6 +122438,8 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models.driverUpdateProfileAppr github.com/microsoftgraph/msgraph-sdk-typescript/.models.driverUpdateProfileApprovalType::0001-automatic github.com/microsoftgraph/msgraph-sdk-typescript/.models.driverUpdateProfileApprovalTypeObject github.com/microsoftgraph/msgraph-sdk-typescript/.models.Drive~~>BaseItem; Parsable +github.com/microsoftgraph/msgraph-sdk-typescript/.models.DropInPlaceMode::|public|OdataType:string +github.com/microsoftgraph/msgraph-sdk-typescript/.models.DropInPlaceMode~~>Parsable; PlaceMode github.com/microsoftgraph/msgraph-sdk-typescript/.models.eapFastConfiguration::0000-noProtectedAccessCredential github.com/microsoftgraph/msgraph-sdk-typescript/.models.eapFastConfiguration::0001-useProtectedAccessCredential github.com/microsoftgraph/msgraph-sdk-typescript/.models.eapFastConfiguration::0002-useProtectedAccessCredentialAndProvision @@ -125099,6 +125317,9 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models.firmwareProtectionType: github.com/microsoftgraph/msgraph-sdk-typescript/.models.firmwareProtectionType::0003-disabled github.com/microsoftgraph/msgraph-sdk-typescript/.models.firmwareProtectionType::0004-unknownFutureValue github.com/microsoftgraph/msgraph-sdk-typescript/.models.firmwareProtectionTypeObject +github.com/microsoftgraph/msgraph-sdk-typescript/.models.Floor::|public|OdataType:string +github.com/microsoftgraph/msgraph-sdk-typescript/.models.Floor::|public|sortOrder:number +github.com/microsoftgraph/msgraph-sdk-typescript/.models.Floor~~>Parsable; Place github.com/microsoftgraph/msgraph-sdk-typescript/.models.FocusActivityStatistics::|public|OdataType:string github.com/microsoftgraph/msgraph-sdk-typescript/.models.FocusActivityStatistics~~>ActivityStatistics; Parsable github.com/microsoftgraph/msgraph-sdk-typescript/.models.Folder::|public|AdditionalData:Record @@ -130418,6 +130639,12 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models.Mailbox::|public|folder github.com/microsoftgraph/msgraph-sdk-typescript/.models.Mailbox::|public|OdataType:string github.com/microsoftgraph/msgraph-sdk-typescript/.models.MailboxCollectionResponse::|public|value:Mailbox[] github.com/microsoftgraph/msgraph-sdk-typescript/.models.MailboxCollectionResponse~~>BaseCollectionPaginationCountResponse; Parsable +github.com/microsoftgraph/msgraph-sdk-typescript/.models.MailboxDetails::|public|AdditionalData:Record +github.com/microsoftgraph/msgraph-sdk-typescript/.models.MailboxDetails::|public|backingStoreEnabled:boolean +github.com/microsoftgraph/msgraph-sdk-typescript/.models.MailboxDetails::|public|emailAddress:string +github.com/microsoftgraph/msgraph-sdk-typescript/.models.MailboxDetails::|public|externalDirectoryObjectId:string +github.com/microsoftgraph/msgraph-sdk-typescript/.models.MailboxDetails::|public|odataType:string +github.com/microsoftgraph/msgraph-sdk-typescript/.models.MailboxDetails~~>AdditionalDataHolder; BackedModel; Parsable github.com/microsoftgraph/msgraph-sdk-typescript/.models.MailboxFolder::|public|childFolderCount:number github.com/microsoftgraph/msgraph-sdk-typescript/.models.MailboxFolder::|public|childFolders:MailboxFolder[] github.com/microsoftgraph/msgraph-sdk-typescript/.models.MailboxFolder::|public|displayName:string @@ -135849,6 +136076,9 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models.officeUpdateChannel::00 github.com/microsoftgraph/msgraph-sdk-typescript/.models.officeUpdateChannel::0004-firstReleaseDeferred github.com/microsoftgraph/msgraph-sdk-typescript/.models.officeUpdateChannel::0005-monthlyEnterprise github.com/microsoftgraph/msgraph-sdk-typescript/.models.officeUpdateChannelObject +github.com/microsoftgraph/msgraph-sdk-typescript/.models.OfflinePlaceMode::|public|OdataType:string +github.com/microsoftgraph/msgraph-sdk-typescript/.models.OfflinePlaceMode::|public|reason:string +github.com/microsoftgraph/msgraph-sdk-typescript/.models.OfflinePlaceMode~~>Parsable; PlaceMode github.com/microsoftgraph/msgraph-sdk-typescript/.models.OidcAddressInboundClaims::|public|AdditionalData:Record github.com/microsoftgraph/msgraph-sdk-typescript/.models.OidcAddressInboundClaims::|public|backingStoreEnabled:boolean github.com/microsoftgraph/msgraph-sdk-typescript/.models.OidcAddressInboundClaims::|public|country:string @@ -136799,6 +137029,12 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models.originalTransferMethods github.com/microsoftgraph/msgraph-sdk-typescript/.models.originalTransferMethods::0002-authenticationTransfer github.com/microsoftgraph/msgraph-sdk-typescript/.models.originalTransferMethods::0003-unknownFutureValue github.com/microsoftgraph/msgraph-sdk-typescript/.models.originalTransferMethodsObject +github.com/microsoftgraph/msgraph-sdk-typescript/.models.OriginTenantInfo::|public|AdditionalData:Record +github.com/microsoftgraph/msgraph-sdk-typescript/.models.OriginTenantInfo::|public|backingStoreEnabled:boolean +github.com/microsoftgraph/msgraph-sdk-typescript/.models.OriginTenantInfo::|public|odataType:string +github.com/microsoftgraph/msgraph-sdk-typescript/.models.OriginTenantInfo::|public|originTenantId:string +github.com/microsoftgraph/msgraph-sdk-typescript/.models.OriginTenantInfo::|public|originUserId:string +github.com/microsoftgraph/msgraph-sdk-typescript/.models.OriginTenantInfo~~>AdditionalDataHolder; BackedModel; Parsable github.com/microsoftgraph/msgraph-sdk-typescript/.models.OsVersionCount::|public|AdditionalData:Record github.com/microsoftgraph/msgraph-sdk-typescript/.models.OsVersionCount::|public|backingStoreEnabled:boolean github.com/microsoftgraph/msgraph-sdk-typescript/.models.OsVersionCount::|public|deviceCount:number @@ -138095,9 +138331,17 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models.Pkcs12Certificate~~>Api github.com/microsoftgraph/msgraph-sdk-typescript/.models.Place::|public|address:PhysicalAddress github.com/microsoftgraph/msgraph-sdk-typescript/.models.Place::|public|displayName:string github.com/microsoftgraph/msgraph-sdk-typescript/.models.Place::|public|geoCoordinates:OutlookGeoCoordinates +github.com/microsoftgraph/msgraph-sdk-typescript/.models.Place::|public|isWheelChairAccessible:boolean +github.com/microsoftgraph/msgraph-sdk-typescript/.models.Place::|public|label:string github.com/microsoftgraph/msgraph-sdk-typescript/.models.Place::|public|OdataType:string +github.com/microsoftgraph/msgraph-sdk-typescript/.models.Place::|public|parentId:string github.com/microsoftgraph/msgraph-sdk-typescript/.models.Place::|public|phone:string github.com/microsoftgraph/msgraph-sdk-typescript/.models.Place::|public|placeId:string +github.com/microsoftgraph/msgraph-sdk-typescript/.models.Place::|public|tags:string[] +github.com/microsoftgraph/msgraph-sdk-typescript/.models.PlaceMode::|public|AdditionalData:Record +github.com/microsoftgraph/msgraph-sdk-typescript/.models.PlaceMode::|public|backingStoreEnabled:boolean +github.com/microsoftgraph/msgraph-sdk-typescript/.models.PlaceMode::|public|odataType:string +github.com/microsoftgraph/msgraph-sdk-typescript/.models.PlaceMode~~>AdditionalDataHolder; BackedModel; Parsable github.com/microsoftgraph/msgraph-sdk-typescript/.models.Place~~>Entity; Parsable github.com/microsoftgraph/msgraph-sdk-typescript/.models.Planner::|public|buckets:PlannerBucket[] github.com/microsoftgraph/msgraph-sdk-typescript/.models.Planner::|public|OdataType:string @@ -138730,6 +138974,8 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models.PositionDetail::|public github.com/microsoftgraph/msgraph-sdk-typescript/.models.PositionDetail::|public|backingStoreEnabled:boolean github.com/microsoftgraph/msgraph-sdk-typescript/.models.PositionDetail::|public|company:CompanyDetail github.com/microsoftgraph/msgraph-sdk-typescript/.models.PositionDetail::|public|description:string +github.com/microsoftgraph/msgraph-sdk-typescript/.models.PositionDetail::|public|employeeId:string +github.com/microsoftgraph/msgraph-sdk-typescript/.models.PositionDetail::|public|employeeType:string github.com/microsoftgraph/msgraph-sdk-typescript/.models.PositionDetail::|public|endMonthYear:DateOnly github.com/microsoftgraph/msgraph-sdk-typescript/.models.PositionDetail::|public|jobTitle:string github.com/microsoftgraph/msgraph-sdk-typescript/.models.PositionDetail::|public|layer:number @@ -141638,6 +141884,12 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models.RecordingInfo::|public| github.com/microsoftgraph/msgraph-sdk-typescript/.models.RecordingInfo::|public|odataType:string github.com/microsoftgraph/msgraph-sdk-typescript/.models.RecordingInfo::|public|recordingStatus:RecordingStatus github.com/microsoftgraph/msgraph-sdk-typescript/.models.RecordingInfo~~>AdditionalDataHolder; BackedModel; Parsable +github.com/microsoftgraph/msgraph-sdk-typescript/.models.RecordingState::|public|AdditionalData:Record +github.com/microsoftgraph/msgraph-sdk-typescript/.models.RecordingState::|public|backingStoreEnabled:boolean +github.com/microsoftgraph/msgraph-sdk-typescript/.models.RecordingState::|public|odataType:string +github.com/microsoftgraph/msgraph-sdk-typescript/.models.RecordingState::|public|sequenceNumber:number +github.com/microsoftgraph/msgraph-sdk-typescript/.models.RecordingState::|public|state:MediaState +github.com/microsoftgraph/msgraph-sdk-typescript/.models.RecordingState~~>AdditionalDataHolder; BackedModel; Parsable github.com/microsoftgraph/msgraph-sdk-typescript/.models.recordingStatus::0000-unknown github.com/microsoftgraph/msgraph-sdk-typescript/.models.recordingStatus::0001-notRecording github.com/microsoftgraph/msgraph-sdk-typescript/.models.recordingStatus::0002-recording @@ -142197,6 +142449,8 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models.ResellerDelegatedAdminR github.com/microsoftgraph/msgraph-sdk-typescript/.models.ResellerDelegatedAdminRelationship::|public|isPartnerConsentPending:boolean github.com/microsoftgraph/msgraph-sdk-typescript/.models.ResellerDelegatedAdminRelationship::|public|OdataType:string github.com/microsoftgraph/msgraph-sdk-typescript/.models.ResellerDelegatedAdminRelationship~~>DelegatedAdminRelationship; Parsable +github.com/microsoftgraph/msgraph-sdk-typescript/.models.ReservablePlaceMode::|public|OdataType:string +github.com/microsoftgraph/msgraph-sdk-typescript/.models.ReservablePlaceMode~~>Parsable; PlaceMode github.com/microsoftgraph/msgraph-sdk-typescript/.models.ResetPasscodeActionResult::|public|errorCode:number github.com/microsoftgraph/msgraph-sdk-typescript/.models.ResetPasscodeActionResult::|public|OdataType:string github.com/microsoftgraph/msgraph-sdk-typescript/.models.ResetPasscodeActionResult::|public|passcode:string @@ -142213,6 +142467,16 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models.ResourceAction::|public github.com/microsoftgraph/msgraph-sdk-typescript/.models.ResourceAction::|public|notAllowedResourceActions:string[] github.com/microsoftgraph/msgraph-sdk-typescript/.models.ResourceAction::|public|odataType:string github.com/microsoftgraph/msgraph-sdk-typescript/.models.ResourceAction~~>AdditionalDataHolder; BackedModel; Parsable +github.com/microsoftgraph/msgraph-sdk-typescript/.models.ResourceLink::|public|AdditionalData:Record +github.com/microsoftgraph/msgraph-sdk-typescript/.models.ResourceLink::|public|backingStoreEnabled:boolean +github.com/microsoftgraph/msgraph-sdk-typescript/.models.ResourceLink::|public|linkType:ResourceLinkType +github.com/microsoftgraph/msgraph-sdk-typescript/.models.ResourceLink::|public|name:string +github.com/microsoftgraph/msgraph-sdk-typescript/.models.ResourceLink::|public|odataType:string +github.com/microsoftgraph/msgraph-sdk-typescript/.models.ResourceLink::|public|value:string +github.com/microsoftgraph/msgraph-sdk-typescript/.models.resourceLinkType::0000-url +github.com/microsoftgraph/msgraph-sdk-typescript/.models.resourceLinkType::0001-unknownFutureValue +github.com/microsoftgraph/msgraph-sdk-typescript/.models.resourceLinkTypeObject +github.com/microsoftgraph/msgraph-sdk-typescript/.models.ResourceLink~~>AdditionalDataHolder; BackedModel; Parsable github.com/microsoftgraph/msgraph-sdk-typescript/.models.ResourceOperation::|public|actionName:string github.com/microsoftgraph/msgraph-sdk-typescript/.models.ResourceOperation::|public|description:string github.com/microsoftgraph/msgraph-sdk-typescript/.models.ResourceOperation::|public|enabledForScopeValidation:boolean @@ -142802,7 +143066,6 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models.RoleScopeTag::|public|d github.com/microsoftgraph/msgraph-sdk-typescript/.models.RoleScopeTag::|public|displayName:string github.com/microsoftgraph/msgraph-sdk-typescript/.models.RoleScopeTag::|public|isBuiltIn:boolean github.com/microsoftgraph/msgraph-sdk-typescript/.models.RoleScopeTag::|public|OdataType:string -github.com/microsoftgraph/msgraph-sdk-typescript/.models.RoleScopeTag::|public|permissions:string[] github.com/microsoftgraph/msgraph-sdk-typescript/.models.RoleScopeTagAutoAssignment::|public|OdataType:string github.com/microsoftgraph/msgraph-sdk-typescript/.models.RoleScopeTagAutoAssignment::|public|target:DeviceAndAppManagementAssignmentTarget github.com/microsoftgraph/msgraph-sdk-typescript/.models.RoleScopeTagAutoAssignmentCollectionResponse::|public|value:RoleScopeTagAutoAssignment[] @@ -142841,11 +143104,9 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models.Room::|public|displayDe github.com/microsoftgraph/msgraph-sdk-typescript/.models.Room::|public|emailAddress:string github.com/microsoftgraph/msgraph-sdk-typescript/.models.Room::|public|floorLabel:string github.com/microsoftgraph/msgraph-sdk-typescript/.models.Room::|public|floorNumber:number -github.com/microsoftgraph/msgraph-sdk-typescript/.models.Room::|public|isWheelChairAccessible:boolean -github.com/microsoftgraph/msgraph-sdk-typescript/.models.Room::|public|label:string +github.com/microsoftgraph/msgraph-sdk-typescript/.models.Room::|public|isTeamsEnabled:boolean github.com/microsoftgraph/msgraph-sdk-typescript/.models.Room::|public|nickname:string github.com/microsoftgraph/msgraph-sdk-typescript/.models.Room::|public|OdataType:string -github.com/microsoftgraph/msgraph-sdk-typescript/.models.Room::|public|tags:string[] github.com/microsoftgraph/msgraph-sdk-typescript/.models.Room::|public|videoDeviceName:string github.com/microsoftgraph/msgraph-sdk-typescript/.models.RoomCollectionResponse::|public|value:Room[] github.com/microsoftgraph/msgraph-sdk-typescript/.models.RoomCollectionResponse~~>BaseCollectionPaginationCountResponse; Parsable @@ -143651,6 +143912,7 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models.SecretInformationAccess github.com/microsoftgraph/msgraph-sdk-typescript/.models.SecretInformationAccessAwsServerlessFunctionFinding~~>AwsSecretInformationAccessFinding; Parsable github.com/microsoftgraph/msgraph-sdk-typescript/.models.SecretInformationAccessAwsUserFinding::|public|OdataType:string github.com/microsoftgraph/msgraph-sdk-typescript/.models.SecretInformationAccessAwsUserFinding~~>AwsSecretInformationAccessFinding; Parsable +github.com/microsoftgraph/msgraph-sdk-typescript/.models.Section::|public|OdataType:string github.com/microsoftgraph/msgraph-sdk-typescript/.models.sectionEmphasisType::0000-none github.com/microsoftgraph/msgraph-sdk-typescript/.models.sectionEmphasisType::0001-neutral github.com/microsoftgraph/msgraph-sdk-typescript/.models.sectionEmphasisType::0002-soft @@ -143673,6 +143935,7 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models.SectionLinks::|public|o github.com/microsoftgraph/msgraph-sdk-typescript/.models.SectionLinks::|public|oneNoteClientUrl:ExternalLink github.com/microsoftgraph/msgraph-sdk-typescript/.models.SectionLinks::|public|oneNoteWebUrl:ExternalLink github.com/microsoftgraph/msgraph-sdk-typescript/.models.SectionLinks~~>AdditionalDataHolder; BackedModel; Parsable +github.com/microsoftgraph/msgraph-sdk-typescript/.models.Section~~>Parsable; Place github.com/microsoftgraph/msgraph-sdk-typescript/.models.secureAssessmentAccountType::0000-azureADAccount github.com/microsoftgraph/msgraph-sdk-typescript/.models.secureAssessmentAccountType::0001-domainAccount github.com/microsoftgraph/msgraph-sdk-typescript/.models.secureAssessmentAccountType::0002-localAccount @@ -143800,8 +144063,7 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models.security.additionalOpti github.com/microsoftgraph/msgraph-sdk-typescript/.models.security.additionalOptions::0011-condensePaths github.com/microsoftgraph/msgraph-sdk-typescript/.models.security.additionalOptions::0012-friendlyName github.com/microsoftgraph/msgraph-sdk-typescript/.models.security.additionalOptions::0013-splitSource -github.com/microsoftgraph/msgraph-sdk-typescript/.models.security.additionalOptions::0014-optimizedPartitionSize -github.com/microsoftgraph/msgraph-sdk-typescript/.models.security.additionalOptions::0015-includeReport +github.com/microsoftgraph/msgraph-sdk-typescript/.models.security.additionalOptions::0014-includeReport github.com/microsoftgraph/msgraph-sdk-typescript/.models.security.additionalOptionsObject github.com/microsoftgraph/msgraph-sdk-typescript/.models.security.AddWatermarkAction::|public|fontColor:string github.com/microsoftgraph/msgraph-sdk-typescript/.models.security.AddWatermarkAction::|public|fontName:string @@ -145358,6 +145620,7 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models.security.EdiscoveryAddT github.com/microsoftgraph/msgraph-sdk-typescript/.models.security.EdiscoveryAddToReviewSetOperation::|public|documentVersion:DocumentVersion github.com/microsoftgraph/msgraph-sdk-typescript/.models.security.EdiscoveryAddToReviewSetOperation::|public|itemsToInclude:ItemsToInclude github.com/microsoftgraph/msgraph-sdk-typescript/.models.security.EdiscoveryAddToReviewSetOperation::|public|OdataType:string +github.com/microsoftgraph/msgraph-sdk-typescript/.models.security.EdiscoveryAddToReviewSetOperation::|public|reportFileMetadata:ReportFileMetadata[] github.com/microsoftgraph/msgraph-sdk-typescript/.models.security.EdiscoveryAddToReviewSetOperation::|public|reviewSet:EdiscoveryReviewSet github.com/microsoftgraph/msgraph-sdk-typescript/.models.security.EdiscoveryAddToReviewSetOperation::|public|search:EdiscoverySearch github.com/microsoftgraph/msgraph-sdk-typescript/.models.security.EdiscoveryAddToReviewSetOperation~~>CaseOperation; Parsable @@ -145403,6 +145666,7 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models.security.EdiscoveryEsti github.com/microsoftgraph/msgraph-sdk-typescript/.models.security.EdiscoveryEstimateOperation::|public|indexedItemsSize:number github.com/microsoftgraph/msgraph-sdk-typescript/.models.security.EdiscoveryEstimateOperation::|public|mailboxCount:number github.com/microsoftgraph/msgraph-sdk-typescript/.models.security.EdiscoveryEstimateOperation::|public|OdataType:string +github.com/microsoftgraph/msgraph-sdk-typescript/.models.security.EdiscoveryEstimateOperation::|public|reportFileMetadata:ReportFileMetadata[] github.com/microsoftgraph/msgraph-sdk-typescript/.models.security.EdiscoveryEstimateOperation::|public|search:EdiscoverySearch github.com/microsoftgraph/msgraph-sdk-typescript/.models.security.EdiscoveryEstimateOperation::|public|siteCount:number github.com/microsoftgraph/msgraph-sdk-typescript/.models.security.EdiscoveryEstimateOperation::|public|statisticsOptions:StatisticsOptions @@ -145673,7 +145937,6 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models.security.exportOptions: github.com/microsoftgraph/msgraph-sdk-typescript/.models.security.exportOptions::0007-includeFolderAndPath github.com/microsoftgraph/msgraph-sdk-typescript/.models.security.exportOptions::0008-friendlyName github.com/microsoftgraph/msgraph-sdk-typescript/.models.security.exportOptions::0009-condensePaths -github.com/microsoftgraph/msgraph-sdk-typescript/.models.security.exportOptions::0010-optimizedPartitionSize github.com/microsoftgraph/msgraph-sdk-typescript/.models.security.exportOptionsObject github.com/microsoftgraph/msgraph-sdk-typescript/.models.security.FhirBaseUrlAddRecord::|public|OdataType:string github.com/microsoftgraph/msgraph-sdk-typescript/.models.security.FhirBaseUrlAddRecord~~>AuditData; Parsable @@ -146999,8 +147262,23 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models.security.RemoveProtecti github.com/microsoftgraph/msgraph-sdk-typescript/.models.security.RemoveWatermarkAction::|public|OdataType:string github.com/microsoftgraph/msgraph-sdk-typescript/.models.security.RemoveWatermarkAction::|public|uiElementNames:string[] github.com/microsoftgraph/msgraph-sdk-typescript/.models.security.RemoveWatermarkAction~~>InformationProtectionAction; Parsable +github.com/microsoftgraph/msgraph-sdk-typescript/.models.security.ReportFileMetadata::|public|AdditionalData:Record +github.com/microsoftgraph/msgraph-sdk-typescript/.models.security.ReportFileMetadata::|public|backingStoreEnabled:boolean +github.com/microsoftgraph/msgraph-sdk-typescript/.models.security.ReportFileMetadata::|public|downloadUrl:string +github.com/microsoftgraph/msgraph-sdk-typescript/.models.security.ReportFileMetadata::|public|fileName:string +github.com/microsoftgraph/msgraph-sdk-typescript/.models.security.ReportFileMetadata::|public|odataType:string +github.com/microsoftgraph/msgraph-sdk-typescript/.models.security.ReportFileMetadata::|public|size:number +github.com/microsoftgraph/msgraph-sdk-typescript/.models.security.ReportFileMetadata~~>AdditionalDataHolder; BackedModel; Parsable github.com/microsoftgraph/msgraph-sdk-typescript/.models.security.RequireSignInIncidentTaskResponseAction::|public|OdataType:string github.com/microsoftgraph/msgraph-sdk-typescript/.models.security.RequireSignInIncidentTaskResponseAction~~>IncidentTaskResponseAction; Parsable +github.com/microsoftgraph/msgraph-sdk-typescript/.models.security.ResourceAccessEvent::|public|accessDateTime:Date +github.com/microsoftgraph/msgraph-sdk-typescript/.models.security.ResourceAccessEvent::|public|accountId:string +github.com/microsoftgraph/msgraph-sdk-typescript/.models.security.ResourceAccessEvent::|public|AdditionalData:Record +github.com/microsoftgraph/msgraph-sdk-typescript/.models.security.ResourceAccessEvent::|public|backingStoreEnabled:boolean +github.com/microsoftgraph/msgraph-sdk-typescript/.models.security.ResourceAccessEvent::|public|ipAddress:string +github.com/microsoftgraph/msgraph-sdk-typescript/.models.security.ResourceAccessEvent::|public|odataType:string +github.com/microsoftgraph/msgraph-sdk-typescript/.models.security.ResourceAccessEvent::|public|resourceIdentifier:string +github.com/microsoftgraph/msgraph-sdk-typescript/.models.security.ResourceAccessEvent~~>AdditionalDataHolder; BackedModel; Parsable github.com/microsoftgraph/msgraph-sdk-typescript/.models.security.ResponseAction::|public|AdditionalData:Record github.com/microsoftgraph/msgraph-sdk-typescript/.models.security.ResponseAction::|public|backingStoreEnabled:boolean github.com/microsoftgraph/msgraph-sdk-typescript/.models.security.ResponseAction::|public|odataType:string @@ -147739,6 +148017,7 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models.security.UserAccount::| github.com/microsoftgraph/msgraph-sdk-typescript/.models.security.UserAccount::|public|displayName:string github.com/microsoftgraph/msgraph-sdk-typescript/.models.security.UserAccount::|public|domainName:string github.com/microsoftgraph/msgraph-sdk-typescript/.models.security.UserAccount::|public|odataType:string +github.com/microsoftgraph/msgraph-sdk-typescript/.models.security.UserAccount::|public|resourceAccessEvents:ResourceAccessEvent[] github.com/microsoftgraph/msgraph-sdk-typescript/.models.security.UserAccount::|public|userPrincipalName:string github.com/microsoftgraph/msgraph-sdk-typescript/.models.security.UserAccount::|public|userSid:string github.com/microsoftgraph/msgraph-sdk-typescript/.models.security.UserAccount~~>AdditionalDataHolder; BackedModel; Parsable @@ -148411,7 +148690,9 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models.security::createRemoveC github.com/microsoftgraph/msgraph-sdk-typescript/.models.security::createRemoveContentHeaderActionFromDiscriminatorValue(parseNode:ParseNode):RemoveContentHeaderAction github.com/microsoftgraph/msgraph-sdk-typescript/.models.security::createRemoveProtectionActionFromDiscriminatorValue(parseNode:ParseNode):RemoveProtectionAction github.com/microsoftgraph/msgraph-sdk-typescript/.models.security::createRemoveWatermarkActionFromDiscriminatorValue(parseNode:ParseNode):RemoveWatermarkAction +github.com/microsoftgraph/msgraph-sdk-typescript/.models.security::createReportFileMetadataFromDiscriminatorValue(parseNode:ParseNode):ReportFileMetadata github.com/microsoftgraph/msgraph-sdk-typescript/.models.security::createRequireSignInIncidentTaskResponseActionFromDiscriminatorValue(parseNode:ParseNode):RequireSignInIncidentTaskResponseAction +github.com/microsoftgraph/msgraph-sdk-typescript/.models.security::createResourceAccessEventFromDiscriminatorValue(parseNode:ParseNode):ResourceAccessEvent github.com/microsoftgraph/msgraph-sdk-typescript/.models.security::createResponseActionFromDiscriminatorValue(parseNode:ParseNode):ResponseAction github.com/microsoftgraph/msgraph-sdk-typescript/.models.security::createRestrictAppExecutionIncidentTaskResponseActionFromDiscriminatorValue(parseNode:ParseNode):RestrictAppExecutionIncidentTaskResponseAction github.com/microsoftgraph/msgraph-sdk-typescript/.models.security::createRestrictAppExecutionResponseActionFromDiscriminatorValue(parseNode:ParseNode):RestrictAppExecutionResponseAction @@ -149039,7 +149320,9 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models.security::deserializeIn github.com/microsoftgraph/msgraph-sdk-typescript/.models.security::deserializeIntoRemoveContentHeaderAction(RemoveContentHeaderAction:RemoveContentHeaderAction={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models.security::deserializeIntoRemoveProtectionAction(RemoveProtectionAction:RemoveProtectionAction={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models.security::deserializeIntoRemoveWatermarkAction(RemoveWatermarkAction:RemoveWatermarkAction={}):Record void> +github.com/microsoftgraph/msgraph-sdk-typescript/.models.security::deserializeIntoReportFileMetadata(ReportFileMetadata:ReportFileMetadata={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models.security::deserializeIntoRequireSignInIncidentTaskResponseAction(RequireSignInIncidentTaskResponseAction:RequireSignInIncidentTaskResponseAction={}):Record void> +github.com/microsoftgraph/msgraph-sdk-typescript/.models.security::deserializeIntoResourceAccessEvent(ResourceAccessEvent:ResourceAccessEvent={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models.security::deserializeIntoResponseAction(ResponseAction:ResponseAction={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models.security::deserializeIntoRestrictAppExecutionIncidentTaskResponseAction(RestrictAppExecutionIncidentTaskResponseAction:RestrictAppExecutionIncidentTaskResponseAction={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models.security::deserializeIntoRestrictAppExecutionResponseAction(RestrictAppExecutionResponseAction:RestrictAppExecutionResponseAction={}):Record void> @@ -149667,7 +149950,9 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models.security::serializeRemo github.com/microsoftgraph/msgraph-sdk-typescript/.models.security::serializeRemoveContentHeaderAction(writer:SerializationWriter; RemoveContentHeaderAction:RemoveContentHeaderAction={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models.security::serializeRemoveProtectionAction(writer:SerializationWriter; RemoveProtectionAction:RemoveProtectionAction={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models.security::serializeRemoveWatermarkAction(writer:SerializationWriter; RemoveWatermarkAction:RemoveWatermarkAction={}; isSerializingDerivedType?:boolean=false):void +github.com/microsoftgraph/msgraph-sdk-typescript/.models.security::serializeReportFileMetadata(writer:SerializationWriter; ReportFileMetadata:ReportFileMetadata={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models.security::serializeRequireSignInIncidentTaskResponseAction(writer:SerializationWriter; RequireSignInIncidentTaskResponseAction:RequireSignInIncidentTaskResponseAction={}; isSerializingDerivedType?:boolean=false):void +github.com/microsoftgraph/msgraph-sdk-typescript/.models.security::serializeResourceAccessEvent(writer:SerializationWriter; ResourceAccessEvent:ResourceAccessEvent={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models.security::serializeResponseAction(writer:SerializationWriter; ResponseAction:ResponseAction={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models.security::serializeRestrictAppExecutionIncidentTaskResponseAction(writer:SerializationWriter; RestrictAppExecutionIncidentTaskResponseAction:RestrictAppExecutionIncidentTaskResponseAction={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models.security::serializeRestrictAppExecutionResponseAction(writer:SerializationWriter; RestrictAppExecutionResponseAction:RestrictAppExecutionResponseAction={}; isSerializingDerivedType?:boolean=false):void @@ -154067,6 +154352,12 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models.trainingType::0001-phis github.com/microsoftgraph/msgraph-sdk-typescript/.models.trainingType::0002-unknownFutureValue github.com/microsoftgraph/msgraph-sdk-typescript/.models.trainingTypeObject github.com/microsoftgraph/msgraph-sdk-typescript/.models.Training~~>Entity; Parsable +github.com/microsoftgraph/msgraph-sdk-typescript/.models.TranscriptionState::|public|AdditionalData:Record +github.com/microsoftgraph/msgraph-sdk-typescript/.models.TranscriptionState::|public|backingStoreEnabled:boolean +github.com/microsoftgraph/msgraph-sdk-typescript/.models.TranscriptionState::|public|odataType:string +github.com/microsoftgraph/msgraph-sdk-typescript/.models.TranscriptionState::|public|sequenceNumber:number +github.com/microsoftgraph/msgraph-sdk-typescript/.models.TranscriptionState::|public|state:MediaState +github.com/microsoftgraph/msgraph-sdk-typescript/.models.TranscriptionState~~>AdditionalDataHolder; BackedModel; Parsable github.com/microsoftgraph/msgraph-sdk-typescript/.models.TransformationAttribute::|public|AdditionalData:Record github.com/microsoftgraph/msgraph-sdk-typescript/.models.TransformationAttribute::|public|attribute:CustomClaimAttributeBase github.com/microsoftgraph/msgraph-sdk-typescript/.models.TransformationAttribute::|public|backingStoreEnabled:boolean @@ -154849,7 +155140,9 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models.UserAccount::|public|st github.com/microsoftgraph/msgraph-sdk-typescript/.models.UserAccountInformation::|public|ageGroup:string github.com/microsoftgraph/msgraph-sdk-typescript/.models.UserAccountInformation::|public|countryCode:string github.com/microsoftgraph/msgraph-sdk-typescript/.models.UserAccountInformation::|public|OdataType:string +github.com/microsoftgraph/msgraph-sdk-typescript/.models.UserAccountInformation::|public|originTenantInfo:OriginTenantInfo github.com/microsoftgraph/msgraph-sdk-typescript/.models.UserAccountInformation::|public|preferredLanguageTag:LocaleInfo +github.com/microsoftgraph/msgraph-sdk-typescript/.models.UserAccountInformation::|public|userPersona:UserPersona github.com/microsoftgraph/msgraph-sdk-typescript/.models.UserAccountInformation::|public|userPrincipalName:string github.com/microsoftgraph/msgraph-sdk-typescript/.models.UserAccountInformationCollectionResponse::|public|value:UserAccountInformation[] github.com/microsoftgraph/msgraph-sdk-typescript/.models.UserAccountInformationCollectionResponse~~>BaseCollectionPaginationCountResponse; Parsable @@ -155756,6 +156049,13 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models.UserPasswordResetsAndCh github.com/microsoftgraph/msgraph-sdk-typescript/.models.UserPasswordResetsAndChangesSummaryCollectionResponse::|public|value:UserPasswordResetsAndChangesSummary[] github.com/microsoftgraph/msgraph-sdk-typescript/.models.UserPasswordResetsAndChangesSummaryCollectionResponse~~>BaseCollectionPaginationCountResponse; Parsable github.com/microsoftgraph/msgraph-sdk-typescript/.models.UserPasswordResetsAndChangesSummary~~>Entity; Parsable +github.com/microsoftgraph/msgraph-sdk-typescript/.models.userPersona::0000-unknown +github.com/microsoftgraph/msgraph-sdk-typescript/.models.userPersona::0001-externalMember +github.com/microsoftgraph/msgraph-sdk-typescript/.models.userPersona::0002-externalGuest +github.com/microsoftgraph/msgraph-sdk-typescript/.models.userPersona::0003-internalMember +github.com/microsoftgraph/msgraph-sdk-typescript/.models.userPersona::0004-internalGuest +github.com/microsoftgraph/msgraph-sdk-typescript/.models.userPersona::0005-unknownFutureValue +github.com/microsoftgraph/msgraph-sdk-typescript/.models.userPersonaObject github.com/microsoftgraph/msgraph-sdk-typescript/.models.UserPFXCertificate::|public|createdDateTime:Date github.com/microsoftgraph/msgraph-sdk-typescript/.models.UserPFXCertificate::|public|encryptedPfxBlob:ArrayBuffer github.com/microsoftgraph/msgraph-sdk-typescript/.models.UserPFXCertificate::|public|encryptedPfxPassword:string @@ -156176,6 +156476,7 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models.virtualAppointmentMessa github.com/microsoftgraph/msgraph-sdk-typescript/.models.virtualAppointmentMessageTypeObject github.com/microsoftgraph/msgraph-sdk-typescript/.models.VirtualEndpoint::|public|auditEvents:CloudPcAuditEvent[] github.com/microsoftgraph/msgraph-sdk-typescript/.models.VirtualEndpoint::|public|bulkActions:CloudPcBulkAction[] +github.com/microsoftgraph/msgraph-sdk-typescript/.models.VirtualEndpoint::|public|cloudApps:CloudPcCloudApp[] github.com/microsoftgraph/msgraph-sdk-typescript/.models.VirtualEndpoint::|public|cloudPCs:CloudPC[] github.com/microsoftgraph/msgraph-sdk-typescript/.models.VirtualEndpoint::|public|crossCloudGovernmentOrganizationMapping:CloudPcCrossCloudGovernmentOrganizationMapping github.com/microsoftgraph/msgraph-sdk-typescript/.models.VirtualEndpoint::|public|deviceImages:CloudPcDeviceImage[] @@ -160774,14 +161075,13 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models.WorkPositionCollectionR github.com/microsoftgraph/msgraph-sdk-typescript/.models.WorkPosition~~>ItemFacet; Parsable github.com/microsoftgraph/msgraph-sdk-typescript/.models.Workspace::|public|building:string github.com/microsoftgraph/msgraph-sdk-typescript/.models.Workspace::|public|capacity:number +github.com/microsoftgraph/msgraph-sdk-typescript/.models.Workspace::|public|displayDeviceName:string github.com/microsoftgraph/msgraph-sdk-typescript/.models.Workspace::|public|emailAddress:string github.com/microsoftgraph/msgraph-sdk-typescript/.models.Workspace::|public|floorLabel:string github.com/microsoftgraph/msgraph-sdk-typescript/.models.Workspace::|public|floorNumber:number -github.com/microsoftgraph/msgraph-sdk-typescript/.models.Workspace::|public|isWheelChairAccessible:boolean -github.com/microsoftgraph/msgraph-sdk-typescript/.models.Workspace::|public|label:string +github.com/microsoftgraph/msgraph-sdk-typescript/.models.Workspace::|public|mode:PlaceMode github.com/microsoftgraph/msgraph-sdk-typescript/.models.Workspace::|public|nickname:string github.com/microsoftgraph/msgraph-sdk-typescript/.models.Workspace::|public|OdataType:string -github.com/microsoftgraph/msgraph-sdk-typescript/.models.Workspace::|public|tags:string[] github.com/microsoftgraph/msgraph-sdk-typescript/.models.WorkspaceCollectionResponse::|public|value:Workspace[] github.com/microsoftgraph/msgraph-sdk-typescript/.models.WorkspaceCollectionResponse~~>BaseCollectionPaginationCountResponse; Parsable github.com/microsoftgraph/msgraph-sdk-typescript/.models.Workspace~~>Parsable; Place @@ -161357,6 +161657,7 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models::createArtifactQueryFro github.com/microsoftgraph/msgraph-sdk-typescript/.models::createAssignedComputeInstanceDetailsFromDiscriminatorValue(parseNode:ParseNode):AssignedComputeInstanceDetails github.com/microsoftgraph/msgraph-sdk-typescript/.models::createAssignedLabelFromDiscriminatorValue(parseNode:ParseNode):AssignedLabel github.com/microsoftgraph/msgraph-sdk-typescript/.models::createAssignedLicenseFromDiscriminatorValue(parseNode:ParseNode):AssignedLicense +github.com/microsoftgraph/msgraph-sdk-typescript/.models::createAssignedPlaceModeFromDiscriminatorValue(parseNode:ParseNode):AssignedPlaceMode github.com/microsoftgraph/msgraph-sdk-typescript/.models::createAssignedPlanFromDiscriminatorValue(parseNode:ParseNode):AssignedPlan github.com/microsoftgraph/msgraph-sdk-typescript/.models::createAssignedTrainingInfoFromDiscriminatorValue(parseNode:ParseNode):AssignedTrainingInfo github.com/microsoftgraph/msgraph-sdk-typescript/.models::createAssignmentFilterEvaluateRequestFromDiscriminatorValue(parseNode:ParseNode):AssignmentFilterEvaluateRequest @@ -161606,6 +161907,7 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models::createBucketAggregatio github.com/microsoftgraph/msgraph-sdk-typescript/.models::createBucketAggregationRangeFromDiscriminatorValue(parseNode:ParseNode):BucketAggregationRange github.com/microsoftgraph/msgraph-sdk-typescript/.models::createBufferDecryptionResultFromDiscriminatorValue(parseNode:ParseNode):BufferDecryptionResult github.com/microsoftgraph/msgraph-sdk-typescript/.models::createBufferEncryptionResultFromDiscriminatorValue(parseNode:ParseNode):BufferEncryptionResult +github.com/microsoftgraph/msgraph-sdk-typescript/.models::createBuildingFromDiscriminatorValue(parseNode:ParseNode):Building github.com/microsoftgraph/msgraph-sdk-typescript/.models::createBuiltInIdentityProviderFromDiscriminatorValue(parseNode:ParseNode):BuiltInIdentityProvider github.com/microsoftgraph/msgraph-sdk-typescript/.models::createBulkCatalogItemActionResultFromDiscriminatorValue(parseNode:ParseNode):BulkCatalogItemActionResult github.com/microsoftgraph/msgraph-sdk-typescript/.models::createBulkDriverActionResultFromDiscriminatorValue(parseNode:ParseNode):BulkDriverActionResult @@ -161772,6 +162074,9 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models::createCloudPcBulkResta github.com/microsoftgraph/msgraph-sdk-typescript/.models::createCloudPcBulkRestoreFromDiscriminatorValue(parseNode:ParseNode):CloudPcBulkRestore github.com/microsoftgraph/msgraph-sdk-typescript/.models::createCloudPcBulkSetReviewStatusFromDiscriminatorValue(parseNode:ParseNode):CloudPcBulkSetReviewStatus github.com/microsoftgraph/msgraph-sdk-typescript/.models::createCloudPcBulkTroubleshootFromDiscriminatorValue(parseNode:ParseNode):CloudPcBulkTroubleshoot +github.com/microsoftgraph/msgraph-sdk-typescript/.models::createCloudPcCloudAppCollectionResponseFromDiscriminatorValue(parseNode:ParseNode):CloudPcCloudAppCollectionResponse +github.com/microsoftgraph/msgraph-sdk-typescript/.models::createCloudPcCloudAppDetailFromDiscriminatorValue(parseNode:ParseNode):CloudPcCloudAppDetail +github.com/microsoftgraph/msgraph-sdk-typescript/.models::createCloudPcCloudAppFromDiscriminatorValue(parseNode:ParseNode):CloudPcCloudApp github.com/microsoftgraph/msgraph-sdk-typescript/.models::createCloudPCCollectionResponseFromDiscriminatorValue(parseNode:ParseNode):CloudPCCollectionResponse github.com/microsoftgraph/msgraph-sdk-typescript/.models::createCloudPcConnectionSettingFromDiscriminatorValue(parseNode:ParseNode):CloudPcConnectionSetting github.com/microsoftgraph/msgraph-sdk-typescript/.models::createCloudPcConnectionSettingsFromDiscriminatorValue(parseNode:ParseNode):CloudPcConnectionSettings @@ -161787,6 +162092,7 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models::createCloudPcDisasterR github.com/microsoftgraph/msgraph-sdk-typescript/.models::createCloudPcDisasterRecoveryCapabilityFromDiscriminatorValue(parseNode:ParseNode):CloudPcDisasterRecoveryCapability github.com/microsoftgraph/msgraph-sdk-typescript/.models::createCloudPcDisasterRecoveryMicrosoftHostedNetworkSettingFromDiscriminatorValue(parseNode:ParseNode):CloudPcDisasterRecoveryMicrosoftHostedNetworkSetting github.com/microsoftgraph/msgraph-sdk-typescript/.models::createCloudPcDisasterRecoveryNetworkSettingFromDiscriminatorValue(parseNode:ParseNode):CloudPcDisasterRecoveryNetworkSetting +github.com/microsoftgraph/msgraph-sdk-typescript/.models::createCloudPcDiscoveredAppFromDiscriminatorValue(parseNode:ParseNode):CloudPcDiscoveredApp github.com/microsoftgraph/msgraph-sdk-typescript/.models::createCloudPcDomainJoinConfigurationFromDiscriminatorValue(parseNode:ParseNode):CloudPcDomainJoinConfiguration github.com/microsoftgraph/msgraph-sdk-typescript/.models::createCloudPcExportJobCollectionResponseFromDiscriminatorValue(parseNode:ParseNode):CloudPcExportJobCollectionResponse github.com/microsoftgraph/msgraph-sdk-typescript/.models::createCloudPcExportJobFromDiscriminatorValue(parseNode:ParseNode):CloudPcExportJob @@ -162153,6 +162459,7 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models::createDepOnboardingSet github.com/microsoftgraph/msgraph-sdk-typescript/.models::createDepOnboardingSettingFromDiscriminatorValue(parseNode:ParseNode):DepOnboardingSetting github.com/microsoftgraph/msgraph-sdk-typescript/.models::createDepTvOSEnrollmentProfileFromDiscriminatorValue(parseNode:ParseNode):DepTvOSEnrollmentProfile github.com/microsoftgraph/msgraph-sdk-typescript/.models::createDepVisionOSEnrollmentProfileFromDiscriminatorValue(parseNode:ParseNode):DepVisionOSEnrollmentProfile +github.com/microsoftgraph/msgraph-sdk-typescript/.models::createDeskFromDiscriminatorValue(parseNode:ParseNode):Desk github.com/microsoftgraph/msgraph-sdk-typescript/.models::createDetailsInfoFromDiscriminatorValue(parseNode:ParseNode):DetailsInfo github.com/microsoftgraph/msgraph-sdk-typescript/.models::createDetectedAppCollectionResponseFromDiscriminatorValue(parseNode:ParseNode):DetectedAppCollectionResponse github.com/microsoftgraph/msgraph-sdk-typescript/.models::createDetectedAppFromDiscriminatorValue(parseNode:ParseNode):DetectedApp @@ -162567,6 +162874,7 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models::createDriveRestoreArti github.com/microsoftgraph/msgraph-sdk-typescript/.models::createDriveRestoreArtifactFromDiscriminatorValue(parseNode:ParseNode):DriveRestoreArtifact github.com/microsoftgraph/msgraph-sdk-typescript/.models::createDriveRestoreArtifactsBulkAdditionRequestCollectionResponseFromDiscriminatorValue(parseNode:ParseNode):DriveRestoreArtifactsBulkAdditionRequestCollectionResponse github.com/microsoftgraph/msgraph-sdk-typescript/.models::createDriveRestoreArtifactsBulkAdditionRequestFromDiscriminatorValue(parseNode:ParseNode):DriveRestoreArtifactsBulkAdditionRequest +github.com/microsoftgraph/msgraph-sdk-typescript/.models::createDropInPlaceModeFromDiscriminatorValue(parseNode:ParseNode):DropInPlaceMode github.com/microsoftgraph/msgraph-sdk-typescript/.models::createEasEmailProfileConfigurationBaseFromDiscriminatorValue(parseNode:ParseNode):EasEmailProfileConfigurationBase github.com/microsoftgraph/msgraph-sdk-typescript/.models::createEBookInstallSummaryFromDiscriminatorValue(parseNode:ParseNode):EBookInstallSummary github.com/microsoftgraph/msgraph-sdk-typescript/.models::createEdgeFromDiscriminatorValue(parseNode:ParseNode):Edge @@ -162860,6 +163168,7 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models::createFilterOperatorSc github.com/microsoftgraph/msgraph-sdk-typescript/.models::createFinancialsFromDiscriminatorValue(parseNode:ParseNode):Financials github.com/microsoftgraph/msgraph-sdk-typescript/.models::createFindingCollectionResponseFromDiscriminatorValue(parseNode:ParseNode):FindingCollectionResponse github.com/microsoftgraph/msgraph-sdk-typescript/.models::createFindingFromDiscriminatorValue(parseNode:ParseNode):Finding +github.com/microsoftgraph/msgraph-sdk-typescript/.models::createFloorFromDiscriminatorValue(parseNode:ParseNode):Floor github.com/microsoftgraph/msgraph-sdk-typescript/.models::createFocusActivityStatisticsFromDiscriminatorValue(parseNode:ParseNode):FocusActivityStatistics github.com/microsoftgraph/msgraph-sdk-typescript/.models::createFolderFromDiscriminatorValue(parseNode:ParseNode):Folder github.com/microsoftgraph/msgraph-sdk-typescript/.models::createFolderViewFromDiscriminatorValue(parseNode:ParseNode):FolderView @@ -163364,6 +163673,7 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models::createMacOSWiFiConfigu github.com/microsoftgraph/msgraph-sdk-typescript/.models::createMacOSWiredNetworkConfigurationFromDiscriminatorValue(parseNode:ParseNode):MacOSWiredNetworkConfiguration github.com/microsoftgraph/msgraph-sdk-typescript/.models::createMailAssessmentRequestFromDiscriminatorValue(parseNode:ParseNode):MailAssessmentRequest github.com/microsoftgraph/msgraph-sdk-typescript/.models::createMailboxCollectionResponseFromDiscriminatorValue(parseNode:ParseNode):MailboxCollectionResponse +github.com/microsoftgraph/msgraph-sdk-typescript/.models::createMailboxDetailsFromDiscriminatorValue(parseNode:ParseNode):MailboxDetails github.com/microsoftgraph/msgraph-sdk-typescript/.models::createMailboxFolderCollectionResponseFromDiscriminatorValue(parseNode:ParseNode):MailboxFolderCollectionResponse github.com/microsoftgraph/msgraph-sdk-typescript/.models::createMailboxFolderFromDiscriminatorValue(parseNode:ParseNode):MailboxFolder github.com/microsoftgraph/msgraph-sdk-typescript/.models::createMailboxFromDiscriminatorValue(parseNode:ParseNode):Mailbox @@ -163678,6 +163988,7 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models::createOffice365GroupsA github.com/microsoftgraph/msgraph-sdk-typescript/.models::createOffice365ServicesUserCountsFromDiscriminatorValue(parseNode:ParseNode):Office365ServicesUserCounts github.com/microsoftgraph/msgraph-sdk-typescript/.models::createOfficeGraphInsightsFromDiscriminatorValue(parseNode:ParseNode):OfficeGraphInsights github.com/microsoftgraph/msgraph-sdk-typescript/.models::createOfficeSuiteAppFromDiscriminatorValue(parseNode:ParseNode):OfficeSuiteApp +github.com/microsoftgraph/msgraph-sdk-typescript/.models::createOfflinePlaceModeFromDiscriminatorValue(parseNode:ParseNode):OfflinePlaceMode github.com/microsoftgraph/msgraph-sdk-typescript/.models::createOidcAddressInboundClaimsFromDiscriminatorValue(parseNode:ParseNode):OidcAddressInboundClaims github.com/microsoftgraph/msgraph-sdk-typescript/.models::createOidcClientAuthenticationFromDiscriminatorValue(parseNode:ParseNode):OidcClientAuthentication github.com/microsoftgraph/msgraph-sdk-typescript/.models::createOidcClientSecretAuthenticationFromDiscriminatorValue(parseNode:ParseNode):OidcClientSecretAuthentication @@ -163806,6 +164117,7 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models::createOrganizationSett github.com/microsoftgraph/msgraph-sdk-typescript/.models::createOrganizerMeetingInfoFromDiscriminatorValue(parseNode:ParseNode):OrganizerMeetingInfo github.com/microsoftgraph/msgraph-sdk-typescript/.models::createOrgContactCollectionResponseFromDiscriminatorValue(parseNode:ParseNode):OrgContactCollectionResponse github.com/microsoftgraph/msgraph-sdk-typescript/.models::createOrgContactFromDiscriminatorValue(parseNode:ParseNode):OrgContact +github.com/microsoftgraph/msgraph-sdk-typescript/.models::createOriginTenantInfoFromDiscriminatorValue(parseNode:ParseNode):OriginTenantInfo github.com/microsoftgraph/msgraph-sdk-typescript/.models::createOsVersionCountFromDiscriminatorValue(parseNode:ParseNode):OsVersionCount github.com/microsoftgraph/msgraph-sdk-typescript/.models::createOutboundSharedUserProfileCollectionResponseFromDiscriminatorValue(parseNode:ParseNode):OutboundSharedUserProfileCollectionResponse github.com/microsoftgraph/msgraph-sdk-typescript/.models::createOutboundSharedUserProfileFromDiscriminatorValue(parseNode:ParseNode):OutboundSharedUserProfile @@ -163942,6 +164254,7 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models::createPinnedChatMessag github.com/microsoftgraph/msgraph-sdk-typescript/.models::createPkcs12CertificateFromDiscriminatorValue(parseNode:ParseNode):Pkcs12Certificate github.com/microsoftgraph/msgraph-sdk-typescript/.models::createPkcs12CertificateInformationFromDiscriminatorValue(parseNode:ParseNode):Pkcs12CertificateInformation github.com/microsoftgraph/msgraph-sdk-typescript/.models::createPlaceFromDiscriminatorValue(parseNode:ParseNode):Place +github.com/microsoftgraph/msgraph-sdk-typescript/.models::createPlaceModeFromDiscriminatorValue(parseNode:ParseNode):PlaceMode github.com/microsoftgraph/msgraph-sdk-typescript/.models::createPlannerAppliedCategoriesFromDiscriminatorValue(parseNode:ParseNode):PlannerAppliedCategories github.com/microsoftgraph/msgraph-sdk-typescript/.models::createPlannerApprovalRequirementFromDiscriminatorValue(parseNode:ParseNode):PlannerApprovalRequirement github.com/microsoftgraph/msgraph-sdk-typescript/.models::createPlannerArchivalInfoFromDiscriminatorValue(parseNode:ParseNode):PlannerArchivalInfo @@ -164236,6 +164549,7 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models::createRecommendationFr github.com/microsoftgraph/msgraph-sdk-typescript/.models::createRecommendedActionFromDiscriminatorValue(parseNode:ParseNode):RecommendedAction github.com/microsoftgraph/msgraph-sdk-typescript/.models::createRecommendLabelActionFromDiscriminatorValue(parseNode:ParseNode):RecommendLabelAction github.com/microsoftgraph/msgraph-sdk-typescript/.models::createRecordingInfoFromDiscriminatorValue(parseNode:ParseNode):RecordingInfo +github.com/microsoftgraph/msgraph-sdk-typescript/.models::createRecordingStateFromDiscriminatorValue(parseNode:ParseNode):RecordingState github.com/microsoftgraph/msgraph-sdk-typescript/.models::createRecordOperationFromDiscriminatorValue(parseNode:ParseNode):RecordOperation github.com/microsoftgraph/msgraph-sdk-typescript/.models::createRecurrencePatternFromDiscriminatorValue(parseNode:ParseNode):RecurrencePattern github.com/microsoftgraph/msgraph-sdk-typescript/.models::createRecurrenceRangeFromDiscriminatorValue(parseNode:ParseNode):RecurrenceRange @@ -164290,9 +164604,11 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models::createRequestScheduleF github.com/microsoftgraph/msgraph-sdk-typescript/.models::createRequestSignatureVerificationFromDiscriminatorValue(parseNode:ParseNode):RequestSignatureVerification github.com/microsoftgraph/msgraph-sdk-typescript/.models::createRequiredResourceAccessFromDiscriminatorValue(parseNode:ParseNode):RequiredResourceAccess github.com/microsoftgraph/msgraph-sdk-typescript/.models::createResellerDelegatedAdminRelationshipFromDiscriminatorValue(parseNode:ParseNode):ResellerDelegatedAdminRelationship +github.com/microsoftgraph/msgraph-sdk-typescript/.models::createReservablePlaceModeFromDiscriminatorValue(parseNode:ParseNode):ReservablePlaceMode github.com/microsoftgraph/msgraph-sdk-typescript/.models::createResetPasscodeActionResultFromDiscriminatorValue(parseNode:ParseNode):ResetPasscodeActionResult github.com/microsoftgraph/msgraph-sdk-typescript/.models::createResourceAccessFromDiscriminatorValue(parseNode:ParseNode):ResourceAccess github.com/microsoftgraph/msgraph-sdk-typescript/.models::createResourceActionFromDiscriminatorValue(parseNode:ParseNode):ResourceAction +github.com/microsoftgraph/msgraph-sdk-typescript/.models::createResourceLinkFromDiscriminatorValue(parseNode:ParseNode):ResourceLink github.com/microsoftgraph/msgraph-sdk-typescript/.models::createResourceOperationCollectionResponseFromDiscriminatorValue(parseNode:ParseNode):ResourceOperationCollectionResponse github.com/microsoftgraph/msgraph-sdk-typescript/.models::createResourceOperationFromDiscriminatorValue(parseNode:ParseNode):ResourceOperation github.com/microsoftgraph/msgraph-sdk-typescript/.models::createResourceReferenceFromDiscriminatorValue(parseNode:ParseNode):ResourceReference @@ -164419,6 +164735,7 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models::createSecretInformatio github.com/microsoftgraph/msgraph-sdk-typescript/.models::createSecretInformationAccessAwsRoleFindingFromDiscriminatorValue(parseNode:ParseNode):SecretInformationAccessAwsRoleFinding github.com/microsoftgraph/msgraph-sdk-typescript/.models::createSecretInformationAccessAwsServerlessFunctionFindingFromDiscriminatorValue(parseNode:ParseNode):SecretInformationAccessAwsServerlessFunctionFinding github.com/microsoftgraph/msgraph-sdk-typescript/.models::createSecretInformationAccessAwsUserFindingFromDiscriminatorValue(parseNode:ParseNode):SecretInformationAccessAwsUserFinding +github.com/microsoftgraph/msgraph-sdk-typescript/.models::createSectionFromDiscriminatorValue(parseNode:ParseNode):Section github.com/microsoftgraph/msgraph-sdk-typescript/.models::createSectionGroupCollectionResponseFromDiscriminatorValue(parseNode:ParseNode):SectionGroupCollectionResponse github.com/microsoftgraph/msgraph-sdk-typescript/.models::createSectionGroupFromDiscriminatorValue(parseNode:ParseNode):SectionGroup github.com/microsoftgraph/msgraph-sdk-typescript/.models::createSectionLinksFromDiscriminatorValue(parseNode:ParseNode):SectionLinks @@ -164944,6 +165261,7 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models::createTrainingNotifica github.com/microsoftgraph/msgraph-sdk-typescript/.models::createTrainingNotificationSettingFromDiscriminatorValue(parseNode:ParseNode):TrainingNotificationSetting github.com/microsoftgraph/msgraph-sdk-typescript/.models::createTrainingReminderNotificationFromDiscriminatorValue(parseNode:ParseNode):TrainingReminderNotification github.com/microsoftgraph/msgraph-sdk-typescript/.models::createTrainingSettingFromDiscriminatorValue(parseNode:ParseNode):TrainingSetting +github.com/microsoftgraph/msgraph-sdk-typescript/.models::createTranscriptionStateFromDiscriminatorValue(parseNode:ParseNode):TranscriptionState github.com/microsoftgraph/msgraph-sdk-typescript/.models::createTransformationAttributeFromDiscriminatorValue(parseNode:ParseNode):TransformationAttribute github.com/microsoftgraph/msgraph-sdk-typescript/.models::createTranslationLanguageOverrideFromDiscriminatorValue(parseNode:ParseNode):TranslationLanguageOverride github.com/microsoftgraph/msgraph-sdk-typescript/.models::createTranslationPreferencesFromDiscriminatorValue(parseNode:ParseNode):TranslationPreferences @@ -166017,6 +166335,7 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoArtifac github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoAssignedComputeInstanceDetails(AssignedComputeInstanceDetails:AssignedComputeInstanceDetails={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoAssignedLabel(AssignedLabel:AssignedLabel={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoAssignedLicense(AssignedLicense:AssignedLicense={}):Record void> +github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoAssignedPlaceMode(AssignedPlaceMode:AssignedPlaceMode={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoAssignedPlan(AssignedPlan:AssignedPlan={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoAssignedTrainingInfo(AssignedTrainingInfo:AssignedTrainingInfo={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoAssignmentFilterEvaluateRequest(AssignmentFilterEvaluateRequest:AssignmentFilterEvaluateRequest={}):Record void> @@ -166266,6 +166585,7 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoBucketA github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoBucketAggregationRange(BucketAggregationRange:BucketAggregationRange={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoBufferDecryptionResult(BufferDecryptionResult:BufferDecryptionResult={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoBufferEncryptionResult(BufferEncryptionResult:BufferEncryptionResult={}):Record void> +github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoBuilding(Building:Building={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoBuiltInIdentityProvider(BuiltInIdentityProvider:BuiltInIdentityProvider={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoBulkCatalogItemActionResult(BulkCatalogItemActionResult:BulkCatalogItemActionResult={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoBulkDriverActionResult(BulkDriverActionResult:BulkDriverActionResult={}):Record void> @@ -166433,6 +166753,9 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoCloudPc github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoCloudPcBulkRestore(CloudPcBulkRestore:CloudPcBulkRestore={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoCloudPcBulkSetReviewStatus(CloudPcBulkSetReviewStatus:CloudPcBulkSetReviewStatus={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoCloudPcBulkTroubleshoot(CloudPcBulkTroubleshoot:CloudPcBulkTroubleshoot={}):Record void> +github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoCloudPcCloudApp(CloudPcCloudApp:CloudPcCloudApp={}):Record void> +github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoCloudPcCloudAppCollectionResponse(CloudPcCloudAppCollectionResponse:CloudPcCloudAppCollectionResponse={}):Record void> +github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoCloudPcCloudAppDetail(CloudPcCloudAppDetail:CloudPcCloudAppDetail={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoCloudPCCollectionResponse(CloudPCCollectionResponse:CloudPCCollectionResponse={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoCloudPcConnectionSetting(CloudPcConnectionSetting:CloudPcConnectionSetting={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoCloudPcConnectionSettings(CloudPcConnectionSettings:CloudPcConnectionSettings={}):Record void> @@ -166448,6 +166771,7 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoCloudPc github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoCloudPcDisasterRecoveryCapability(CloudPcDisasterRecoveryCapability:CloudPcDisasterRecoveryCapability={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoCloudPcDisasterRecoveryMicrosoftHostedNetworkSetting(CloudPcDisasterRecoveryMicrosoftHostedNetworkSetting:CloudPcDisasterRecoveryMicrosoftHostedNetworkSetting={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoCloudPcDisasterRecoveryNetworkSetting(CloudPcDisasterRecoveryNetworkSetting:CloudPcDisasterRecoveryNetworkSetting={}):Record void> +github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoCloudPcDiscoveredApp(CloudPcDiscoveredApp:CloudPcDiscoveredApp={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoCloudPcDomainJoinConfiguration(CloudPcDomainJoinConfiguration:CloudPcDomainJoinConfiguration={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoCloudPcExportJob(CloudPcExportJob:CloudPcExportJob={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoCloudPcExportJobCollectionResponse(CloudPcExportJobCollectionResponse:CloudPcExportJobCollectionResponse={}):Record void> @@ -166813,6 +167137,7 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoDepOnbo github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoDepOnboardingSettingCollectionResponse(DepOnboardingSettingCollectionResponse:DepOnboardingSettingCollectionResponse={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoDepTvOSEnrollmentProfile(DepTvOSEnrollmentProfile:DepTvOSEnrollmentProfile={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoDepVisionOSEnrollmentProfile(DepVisionOSEnrollmentProfile:DepVisionOSEnrollmentProfile={}):Record void> +github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoDesk(Desk:Desk={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoDetailsInfo(DetailsInfo:DetailsInfo={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoDetectedApp(DetectedApp:DetectedApp={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoDetectedAppCollectionResponse(DetectedAppCollectionResponse:DetectedAppCollectionResponse={}):Record void> @@ -167227,6 +167552,7 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoDriveRe github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoDriveRestoreArtifactCollectionResponse(DriveRestoreArtifactCollectionResponse:DriveRestoreArtifactCollectionResponse={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoDriveRestoreArtifactsBulkAdditionRequest(DriveRestoreArtifactsBulkAdditionRequest:DriveRestoreArtifactsBulkAdditionRequest={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoDriveRestoreArtifactsBulkAdditionRequestCollectionResponse(DriveRestoreArtifactsBulkAdditionRequestCollectionResponse:DriveRestoreArtifactsBulkAdditionRequestCollectionResponse={}):Record void> +github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoDropInPlaceMode(DropInPlaceMode:DropInPlaceMode={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoEasEmailProfileConfigurationBase(EasEmailProfileConfigurationBase:EasEmailProfileConfigurationBase={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoEBookInstallSummary(EBookInstallSummary:EBookInstallSummary={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoEdge(Edge:Edge={}):Record void> @@ -167520,6 +167846,7 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoFilterO github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoFinancials(Financials:Financials={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoFinding(Finding:Finding={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoFindingCollectionResponse(FindingCollectionResponse:FindingCollectionResponse={}):Record void> +github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoFloor(Floor:Floor={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoFocusActivityStatistics(FocusActivityStatistics:FocusActivityStatistics={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoFolder(Folder:Folder={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoFolderView(FolderView:FolderView={}):Record void> @@ -168025,6 +168352,7 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoMacOSWi github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoMailAssessmentRequest(MailAssessmentRequest:MailAssessmentRequest={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoMailbox(Mailbox:Mailbox={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoMailboxCollectionResponse(MailboxCollectionResponse:MailboxCollectionResponse={}):Record void> +github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoMailboxDetails(MailboxDetails:MailboxDetails={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoMailboxFolder(MailboxFolder:MailboxFolder={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoMailboxFolderCollectionResponse(MailboxFolderCollectionResponse:MailboxFolderCollectionResponse={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoMailboxItem(MailboxItem:MailboxItem={}):Record void> @@ -168338,6 +168666,7 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoOffice3 github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoOffice365ServicesUserCounts(Office365ServicesUserCounts:Office365ServicesUserCounts={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoOfficeGraphInsights(OfficeGraphInsights:OfficeGraphInsights={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoOfficeSuiteApp(OfficeSuiteApp:OfficeSuiteApp={}):Record void> +github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoOfflinePlaceMode(OfflinePlaceMode:OfflinePlaceMode={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoOidcAddressInboundClaims(OidcAddressInboundClaims:OidcAddressInboundClaims={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoOidcClientAuthentication(OidcClientAuthentication:OidcClientAuthentication={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoOidcClientSecretAuthentication(OidcClientSecretAuthentication:OidcClientSecretAuthentication={}):Record void> @@ -168466,6 +168795,7 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoOrganiz github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoOrganizerMeetingInfo(OrganizerMeetingInfo:OrganizerMeetingInfo={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoOrgContact(OrgContact:OrgContact={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoOrgContactCollectionResponse(OrgContactCollectionResponse:OrgContactCollectionResponse={}):Record void> +github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoOriginTenantInfo(OriginTenantInfo:OriginTenantInfo={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoOsVersionCount(OsVersionCount:OsVersionCount={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoOutboundSharedUserProfile(OutboundSharedUserProfile:OutboundSharedUserProfile={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoOutboundSharedUserProfileCollectionResponse(OutboundSharedUserProfileCollectionResponse:OutboundSharedUserProfileCollectionResponse={}):Record void> @@ -168602,6 +168932,7 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoPinnedC github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoPkcs12Certificate(Pkcs12Certificate:Pkcs12Certificate={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoPkcs12CertificateInformation(Pkcs12CertificateInformation:Pkcs12CertificateInformation={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoPlace(Place:Place={}):Record void> +github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoPlaceMode(PlaceMode:PlaceMode={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoPlanner(Planner:Planner={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoPlannerAppliedCategories(PlannerAppliedCategories:PlannerAppliedCategories={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoPlannerApprovalRequirement(PlannerApprovalRequirement:PlannerApprovalRequirement={}):Record void> @@ -168896,6 +169227,7 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoRecomme github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoRecommendedAction(RecommendedAction:RecommendedAction={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoRecommendLabelAction(RecommendLabelAction:RecommendLabelAction={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoRecordingInfo(RecordingInfo:RecordingInfo={}):Record void> +github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoRecordingState(RecordingState:RecordingState={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoRecordOperation(RecordOperation:RecordOperation={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoRecurrencePattern(RecurrencePattern:RecurrencePattern={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoRecurrenceRange(RecurrenceRange:RecurrenceRange={}):Record void> @@ -168950,9 +169282,11 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoRequest github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoRequestSignatureVerification(RequestSignatureVerification:RequestSignatureVerification={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoRequiredResourceAccess(RequiredResourceAccess:RequiredResourceAccess={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoResellerDelegatedAdminRelationship(ResellerDelegatedAdminRelationship:ResellerDelegatedAdminRelationship={}):Record void> +github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoReservablePlaceMode(ReservablePlaceMode:ReservablePlaceMode={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoResetPasscodeActionResult(ResetPasscodeActionResult:ResetPasscodeActionResult={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoResourceAccess(ResourceAccess:ResourceAccess={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoResourceAction(ResourceAction:ResourceAction={}):Record void> +github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoResourceLink(ResourceLink:ResourceLink={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoResourceOperation(ResourceOperation:ResourceOperation={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoResourceOperationCollectionResponse(ResourceOperationCollectionResponse:ResourceOperationCollectionResponse={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoResourceReference(ResourceReference:ResourceReference={}):Record void> @@ -169079,6 +169413,7 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoSecretI github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoSecretInformationAccessAwsRoleFinding(SecretInformationAccessAwsRoleFinding:SecretInformationAccessAwsRoleFinding={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoSecretInformationAccessAwsServerlessFunctionFinding(SecretInformationAccessAwsServerlessFunctionFinding:SecretInformationAccessAwsServerlessFunctionFinding={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoSecretInformationAccessAwsUserFinding(SecretInformationAccessAwsUserFinding:SecretInformationAccessAwsUserFinding={}):Record void> +github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoSection(Section:Section={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoSectionGroup(SectionGroup:SectionGroup={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoSectionGroupCollectionResponse(SectionGroupCollectionResponse:SectionGroupCollectionResponse={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoSectionLinks(SectionLinks:SectionLinks={}):Record void> @@ -169604,6 +169939,7 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoTrainin github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoTrainingNotificationSetting(TrainingNotificationSetting:TrainingNotificationSetting={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoTrainingReminderNotification(TrainingReminderNotification:TrainingReminderNotification={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoTrainingSetting(TrainingSetting:TrainingSetting={}):Record void> +github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoTranscriptionState(TranscriptionState:TranscriptionState={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoTransformationAttribute(TransformationAttribute:TransformationAttribute={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoTranslationLanguageOverride(TranslationLanguageOverride:TranslationLanguageOverride={}):Record void> github.com/microsoftgraph/msgraph-sdk-typescript/.models::deserializeIntoTranslationPreferences(TranslationPreferences:TranslationPreferences={}):Record void> @@ -170677,6 +171013,7 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeArtifactQuery github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeAssignedComputeInstanceDetails(writer:SerializationWriter; AssignedComputeInstanceDetails:AssignedComputeInstanceDetails={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeAssignedLabel(writer:SerializationWriter; AssignedLabel:AssignedLabel={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeAssignedLicense(writer:SerializationWriter; AssignedLicense:AssignedLicense={}; isSerializingDerivedType?:boolean=false):void +github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeAssignedPlaceMode(writer:SerializationWriter; AssignedPlaceMode:AssignedPlaceMode={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeAssignedPlan(writer:SerializationWriter; AssignedPlan:AssignedPlan={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeAssignedTrainingInfo(writer:SerializationWriter; AssignedTrainingInfo:AssignedTrainingInfo={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeAssignmentFilterEvaluateRequest(writer:SerializationWriter; AssignmentFilterEvaluateRequest:AssignmentFilterEvaluateRequest={}; isSerializingDerivedType?:boolean=false):void @@ -170926,6 +171263,7 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeBucketAggrega github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeBucketAggregationRange(writer:SerializationWriter; BucketAggregationRange:BucketAggregationRange={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeBufferDecryptionResult(writer:SerializationWriter; BufferDecryptionResult:BufferDecryptionResult={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeBufferEncryptionResult(writer:SerializationWriter; BufferEncryptionResult:BufferEncryptionResult={}; isSerializingDerivedType?:boolean=false):void +github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeBuilding(writer:SerializationWriter; Building:Building={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeBuiltInIdentityProvider(writer:SerializationWriter; BuiltInIdentityProvider:BuiltInIdentityProvider={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeBulkCatalogItemActionResult(writer:SerializationWriter; BulkCatalogItemActionResult:BulkCatalogItemActionResult={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeBulkDriverActionResult(writer:SerializationWriter; BulkDriverActionResult:BulkDriverActionResult={}; isSerializingDerivedType?:boolean=false):void @@ -171093,6 +171431,9 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeCloudPcBulkRe github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeCloudPcBulkRestore(writer:SerializationWriter; CloudPcBulkRestore:CloudPcBulkRestore={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeCloudPcBulkSetReviewStatus(writer:SerializationWriter; CloudPcBulkSetReviewStatus:CloudPcBulkSetReviewStatus={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeCloudPcBulkTroubleshoot(writer:SerializationWriter; CloudPcBulkTroubleshoot:CloudPcBulkTroubleshoot={}; isSerializingDerivedType?:boolean=false):void +github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeCloudPcCloudApp(writer:SerializationWriter; CloudPcCloudApp:CloudPcCloudApp={}; isSerializingDerivedType?:boolean=false):void +github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeCloudPcCloudAppCollectionResponse(writer:SerializationWriter; CloudPcCloudAppCollectionResponse:CloudPcCloudAppCollectionResponse={}; isSerializingDerivedType?:boolean=false):void +github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeCloudPcCloudAppDetail(writer:SerializationWriter; CloudPcCloudAppDetail:CloudPcCloudAppDetail={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeCloudPCCollectionResponse(writer:SerializationWriter; CloudPCCollectionResponse:CloudPCCollectionResponse={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeCloudPcConnectionSetting(writer:SerializationWriter; CloudPcConnectionSetting:CloudPcConnectionSetting={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeCloudPcConnectionSettings(writer:SerializationWriter; CloudPcConnectionSettings:CloudPcConnectionSettings={}; isSerializingDerivedType?:boolean=false):void @@ -171108,6 +171449,7 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeCloudPcDisast github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeCloudPcDisasterRecoveryCapability(writer:SerializationWriter; CloudPcDisasterRecoveryCapability:CloudPcDisasterRecoveryCapability={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeCloudPcDisasterRecoveryMicrosoftHostedNetworkSetting(writer:SerializationWriter; CloudPcDisasterRecoveryMicrosoftHostedNetworkSetting:CloudPcDisasterRecoveryMicrosoftHostedNetworkSetting={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeCloudPcDisasterRecoveryNetworkSetting(writer:SerializationWriter; CloudPcDisasterRecoveryNetworkSetting:CloudPcDisasterRecoveryNetworkSetting={}; isSerializingDerivedType?:boolean=false):void +github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeCloudPcDiscoveredApp(writer:SerializationWriter; CloudPcDiscoveredApp:CloudPcDiscoveredApp={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeCloudPcDomainJoinConfiguration(writer:SerializationWriter; CloudPcDomainJoinConfiguration:CloudPcDomainJoinConfiguration={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeCloudPcExportJob(writer:SerializationWriter; CloudPcExportJob:CloudPcExportJob={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeCloudPcExportJobCollectionResponse(writer:SerializationWriter; CloudPcExportJobCollectionResponse:CloudPcExportJobCollectionResponse={}; isSerializingDerivedType?:boolean=false):void @@ -171473,6 +171815,7 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeDepOnboarding github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeDepOnboardingSettingCollectionResponse(writer:SerializationWriter; DepOnboardingSettingCollectionResponse:DepOnboardingSettingCollectionResponse={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeDepTvOSEnrollmentProfile(writer:SerializationWriter; DepTvOSEnrollmentProfile:DepTvOSEnrollmentProfile={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeDepVisionOSEnrollmentProfile(writer:SerializationWriter; DepVisionOSEnrollmentProfile:DepVisionOSEnrollmentProfile={}; isSerializingDerivedType?:boolean=false):void +github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeDesk(writer:SerializationWriter; Desk:Desk={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeDetailsInfo(writer:SerializationWriter; DetailsInfo:DetailsInfo={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeDetectedApp(writer:SerializationWriter; DetectedApp:DetectedApp={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeDetectedAppCollectionResponse(writer:SerializationWriter; DetectedAppCollectionResponse:DetectedAppCollectionResponse={}; isSerializingDerivedType?:boolean=false):void @@ -171887,6 +172230,7 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeDriveRestoreA github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeDriveRestoreArtifactCollectionResponse(writer:SerializationWriter; DriveRestoreArtifactCollectionResponse:DriveRestoreArtifactCollectionResponse={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeDriveRestoreArtifactsBulkAdditionRequest(writer:SerializationWriter; DriveRestoreArtifactsBulkAdditionRequest:DriveRestoreArtifactsBulkAdditionRequest={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeDriveRestoreArtifactsBulkAdditionRequestCollectionResponse(writer:SerializationWriter; DriveRestoreArtifactsBulkAdditionRequestCollectionResponse:DriveRestoreArtifactsBulkAdditionRequestCollectionResponse={}; isSerializingDerivedType?:boolean=false):void +github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeDropInPlaceMode(writer:SerializationWriter; DropInPlaceMode:DropInPlaceMode={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeEasEmailProfileConfigurationBase(writer:SerializationWriter; EasEmailProfileConfigurationBase:EasEmailProfileConfigurationBase={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeEBookInstallSummary(writer:SerializationWriter; EBookInstallSummary:EBookInstallSummary={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeEdge(writer:SerializationWriter; Edge:Edge={}; isSerializingDerivedType?:boolean=false):void @@ -172180,6 +172524,7 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeFilterOperato github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeFinancials(writer:SerializationWriter; Financials:Financials={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeFinding(writer:SerializationWriter; Finding:Finding={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeFindingCollectionResponse(writer:SerializationWriter; FindingCollectionResponse:FindingCollectionResponse={}; isSerializingDerivedType?:boolean=false):void +github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeFloor(writer:SerializationWriter; Floor:Floor={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeFocusActivityStatistics(writer:SerializationWriter; FocusActivityStatistics:FocusActivityStatistics={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeFolder(writer:SerializationWriter; Folder:Folder={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeFolderView(writer:SerializationWriter; FolderView:FolderView={}; isSerializingDerivedType?:boolean=false):void @@ -172685,6 +173030,7 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeMacOSWiredNet github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeMailAssessmentRequest(writer:SerializationWriter; MailAssessmentRequest:MailAssessmentRequest={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeMailbox(writer:SerializationWriter; Mailbox:Mailbox={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeMailboxCollectionResponse(writer:SerializationWriter; MailboxCollectionResponse:MailboxCollectionResponse={}; isSerializingDerivedType?:boolean=false):void +github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeMailboxDetails(writer:SerializationWriter; MailboxDetails:MailboxDetails={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeMailboxFolder(writer:SerializationWriter; MailboxFolder:MailboxFolder={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeMailboxFolderCollectionResponse(writer:SerializationWriter; MailboxFolderCollectionResponse:MailboxFolderCollectionResponse={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeMailboxItem(writer:SerializationWriter; MailboxItem:MailboxItem={}; isSerializingDerivedType?:boolean=false):void @@ -172998,6 +173344,7 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeOffice365Grou github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeOffice365ServicesUserCounts(writer:SerializationWriter; Office365ServicesUserCounts:Office365ServicesUserCounts={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeOfficeGraphInsights(writer:SerializationWriter; OfficeGraphInsights:OfficeGraphInsights={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeOfficeSuiteApp(writer:SerializationWriter; OfficeSuiteApp:OfficeSuiteApp={}; isSerializingDerivedType?:boolean=false):void +github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeOfflinePlaceMode(writer:SerializationWriter; OfflinePlaceMode:OfflinePlaceMode={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeOidcAddressInboundClaims(writer:SerializationWriter; OidcAddressInboundClaims:OidcAddressInboundClaims={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeOidcClientAuthentication(writer:SerializationWriter; OidcClientAuthentication:OidcClientAuthentication={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeOidcClientSecretAuthentication(writer:SerializationWriter; OidcClientSecretAuthentication:OidcClientSecretAuthentication={}; isSerializingDerivedType?:boolean=false):void @@ -173126,6 +173473,7 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeOrganizationS github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeOrganizerMeetingInfo(writer:SerializationWriter; OrganizerMeetingInfo:OrganizerMeetingInfo={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeOrgContact(writer:SerializationWriter; OrgContact:OrgContact={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeOrgContactCollectionResponse(writer:SerializationWriter; OrgContactCollectionResponse:OrgContactCollectionResponse={}; isSerializingDerivedType?:boolean=false):void +github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeOriginTenantInfo(writer:SerializationWriter; OriginTenantInfo:OriginTenantInfo={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeOsVersionCount(writer:SerializationWriter; OsVersionCount:OsVersionCount={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeOutboundSharedUserProfile(writer:SerializationWriter; OutboundSharedUserProfile:OutboundSharedUserProfile={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeOutboundSharedUserProfileCollectionResponse(writer:SerializationWriter; OutboundSharedUserProfileCollectionResponse:OutboundSharedUserProfileCollectionResponse={}; isSerializingDerivedType?:boolean=false):void @@ -173262,6 +173610,7 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializePinnedChatMes github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializePkcs12Certificate(writer:SerializationWriter; Pkcs12Certificate:Pkcs12Certificate={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializePkcs12CertificateInformation(writer:SerializationWriter; Pkcs12CertificateInformation:Pkcs12CertificateInformation={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializePlace(writer:SerializationWriter; Place:Place={}; isSerializingDerivedType?:boolean=false):void +github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializePlaceMode(writer:SerializationWriter; PlaceMode:PlaceMode={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializePlanner(writer:SerializationWriter; Planner:Planner={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializePlannerAppliedCategories(writer:SerializationWriter; PlannerAppliedCategories:PlannerAppliedCategories={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializePlannerApprovalRequirement(writer:SerializationWriter; PlannerApprovalRequirement:PlannerApprovalRequirement={}; isSerializingDerivedType?:boolean=false):void @@ -173556,6 +173905,7 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeRecommendatio github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeRecommendedAction(writer:SerializationWriter; RecommendedAction:RecommendedAction={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeRecommendLabelAction(writer:SerializationWriter; RecommendLabelAction:RecommendLabelAction={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeRecordingInfo(writer:SerializationWriter; RecordingInfo:RecordingInfo={}; isSerializingDerivedType?:boolean=false):void +github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeRecordingState(writer:SerializationWriter; RecordingState:RecordingState={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeRecordOperation(writer:SerializationWriter; RecordOperation:RecordOperation={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeRecurrencePattern(writer:SerializationWriter; RecurrencePattern:RecurrencePattern={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeRecurrenceRange(writer:SerializationWriter; RecurrenceRange:RecurrenceRange={}; isSerializingDerivedType?:boolean=false):void @@ -173610,9 +173960,11 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeRequestSchedu github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeRequestSignatureVerification(writer:SerializationWriter; RequestSignatureVerification:RequestSignatureVerification={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeRequiredResourceAccess(writer:SerializationWriter; RequiredResourceAccess:RequiredResourceAccess={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeResellerDelegatedAdminRelationship(writer:SerializationWriter; ResellerDelegatedAdminRelationship:ResellerDelegatedAdminRelationship={}; isSerializingDerivedType?:boolean=false):void +github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeReservablePlaceMode(writer:SerializationWriter; ReservablePlaceMode:ReservablePlaceMode={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeResetPasscodeActionResult(writer:SerializationWriter; ResetPasscodeActionResult:ResetPasscodeActionResult={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeResourceAccess(writer:SerializationWriter; ResourceAccess:ResourceAccess={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeResourceAction(writer:SerializationWriter; ResourceAction:ResourceAction={}; isSerializingDerivedType?:boolean=false):void +github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeResourceLink(writer:SerializationWriter; ResourceLink:ResourceLink={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeResourceOperation(writer:SerializationWriter; ResourceOperation:ResourceOperation={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeResourceOperationCollectionResponse(writer:SerializationWriter; ResourceOperationCollectionResponse:ResourceOperationCollectionResponse={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeResourceReference(writer:SerializationWriter; ResourceReference:ResourceReference={}; isSerializingDerivedType?:boolean=false):void @@ -173739,6 +174091,7 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeSecretInforma github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeSecretInformationAccessAwsRoleFinding(writer:SerializationWriter; SecretInformationAccessAwsRoleFinding:SecretInformationAccessAwsRoleFinding={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeSecretInformationAccessAwsServerlessFunctionFinding(writer:SerializationWriter; SecretInformationAccessAwsServerlessFunctionFinding:SecretInformationAccessAwsServerlessFunctionFinding={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeSecretInformationAccessAwsUserFinding(writer:SerializationWriter; SecretInformationAccessAwsUserFinding:SecretInformationAccessAwsUserFinding={}; isSerializingDerivedType?:boolean=false):void +github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeSection(writer:SerializationWriter; Section:Section={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeSectionGroup(writer:SerializationWriter; SectionGroup:SectionGroup={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeSectionGroupCollectionResponse(writer:SerializationWriter; SectionGroupCollectionResponse:SectionGroupCollectionResponse={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeSectionLinks(writer:SerializationWriter; SectionLinks:SectionLinks={}; isSerializingDerivedType?:boolean=false):void @@ -174264,6 +174617,7 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeTrainingNotif github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeTrainingNotificationSetting(writer:SerializationWriter; TrainingNotificationSetting:TrainingNotificationSetting={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeTrainingReminderNotification(writer:SerializationWriter; TrainingReminderNotification:TrainingReminderNotification={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeTrainingSetting(writer:SerializationWriter; TrainingSetting:TrainingSetting={}; isSerializingDerivedType?:boolean=false):void +github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeTranscriptionState(writer:SerializationWriter; TranscriptionState:TranscriptionState={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeTransformationAttribute(writer:SerializationWriter; TransformationAttribute:TransformationAttribute={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeTranslationLanguageOverride(writer:SerializationWriter; TranslationLanguageOverride:TranslationLanguageOverride={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.models::serializeTranslationPreferences(writer:SerializationWriter; TranslationPreferences:TranslationPreferences={}; isSerializingDerivedType?:boolean=false):void @@ -178416,6 +178770,25 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.places.graphRoomList.graphRoom github.com/microsoftgraph/msgraph-sdk-typescript/.places.graphRoomList.graphRoomListRequestBuilderRequestsMetadata github.com/microsoftgraph/msgraph-sdk-typescript/.places.graphRoomList.graphRoomListRequestBuilderUriTemplate github.com/microsoftgraph/msgraph-sdk-typescript/.places.graphRoomList.graphRoomListRequestBuilder~~>BaseRequestBuilder +github.com/microsoftgraph/msgraph-sdk-typescript/.places.item.descendants.DescendantsGetResponse::|public|value:Place[] +github.com/microsoftgraph/msgraph-sdk-typescript/.places.item.descendants.DescendantsGetResponse~~>BaseCollectionPaginationCountResponse; Parsable +github.com/microsoftgraph/msgraph-sdk-typescript/.places.item.descendants.descendantsRequestBuilder::|public|get(requestConfiguration?:RequestConfiguration):DescendantsGetResponse +github.com/microsoftgraph/msgraph-sdk-typescript/.places.item.descendants.descendantsRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:RequestConfiguration):RequestInformation +github.com/microsoftgraph/msgraph-sdk-typescript/.places.item.descendants.descendantsRequestBuilderGetQueryParameters::|public|count:boolean +github.com/microsoftgraph/msgraph-sdk-typescript/.places.item.descendants.descendantsRequestBuilderGetQueryParameters::|public|expand:string[] +github.com/microsoftgraph/msgraph-sdk-typescript/.places.item.descendants.descendantsRequestBuilderGetQueryParameters::|public|filter:string +github.com/microsoftgraph/msgraph-sdk-typescript/.places.item.descendants.descendantsRequestBuilderGetQueryParameters::|public|orderby:string[] +github.com/microsoftgraph/msgraph-sdk-typescript/.places.item.descendants.descendantsRequestBuilderGetQueryParameters::|public|search:string +github.com/microsoftgraph/msgraph-sdk-typescript/.places.item.descendants.descendantsRequestBuilderGetQueryParameters::|public|select:string[] +github.com/microsoftgraph/msgraph-sdk-typescript/.places.item.descendants.descendantsRequestBuilderGetQueryParameters::|public|skip:number +github.com/microsoftgraph/msgraph-sdk-typescript/.places.item.descendants.descendantsRequestBuilderGetQueryParameters::|public|top:number +github.com/microsoftgraph/msgraph-sdk-typescript/.places.item.descendants.descendantsRequestBuilderGetQueryParametersMapper +github.com/microsoftgraph/msgraph-sdk-typescript/.places.item.descendants.descendantsRequestBuilderRequestsMetadata +github.com/microsoftgraph/msgraph-sdk-typescript/.places.item.descendants.descendantsRequestBuilderUriTemplate +github.com/microsoftgraph/msgraph-sdk-typescript/.places.item.descendants.descendantsRequestBuilder~~>BaseRequestBuilder +github.com/microsoftgraph/msgraph-sdk-typescript/.places.item.descendants::createDescendantsGetResponseFromDiscriminatorValue(parseNode:ParseNode):DescendantsGetResponse +github.com/microsoftgraph/msgraph-sdk-typescript/.places.item.descendants::deserializeIntoDescendantsGetResponse(DescendantsGetResponse:DescendantsGetResponse={}):Record void> +github.com/microsoftgraph/msgraph-sdk-typescript/.places.item.descendants::serializeDescendantsGetResponse(writer:SerializationWriter; DescendantsGetResponse:DescendantsGetResponse={}; isSerializingDerivedType?:boolean=false):void github.com/microsoftgraph/msgraph-sdk-typescript/.places.item.graphRoom.graphRoomRequestBuilder::|public|get(requestConfiguration?:RequestConfiguration):Room github.com/microsoftgraph/msgraph-sdk-typescript/.places.item.graphRoom.graphRoomRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:RequestConfiguration):RequestInformation github.com/microsoftgraph/msgraph-sdk-typescript/.places.item.graphRoom.graphRoomRequestBuilderGetQueryParameters::|public|expand:string[] @@ -178540,6 +178913,7 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.places.item.graphRoomList.work github.com/microsoftgraph/msgraph-sdk-typescript/.places.item.graphRoomList.workspacesWithPlaceId.workspacesWithPlaceIdRequestBuilderUriTemplate github.com/microsoftgraph/msgraph-sdk-typescript/.places.item.graphRoomList.workspacesWithPlaceId.workspacesWithPlaceIdRequestBuilder~~>BaseRequestBuilder github.com/microsoftgraph/msgraph-sdk-typescript/.places.item.PlaceItemRequestBuilder::|public|delete(requestConfiguration?:RequestConfiguration):void +github.com/microsoftgraph/msgraph-sdk-typescript/.places.item.PlaceItemRequestBuilder::|public|descendants:DescendantsRequestBuilder github.com/microsoftgraph/msgraph-sdk-typescript/.places.item.PlaceItemRequestBuilder::|public|graphRoom:GraphRoomRequestBuilder github.com/microsoftgraph/msgraph-sdk-typescript/.places.item.PlaceItemRequestBuilder::|public|graphRoomList:GraphRoomListRequestBuilder github.com/microsoftgraph/msgraph-sdk-typescript/.places.item.PlaceItemRequestBuilder::|public|patch(body:Place; requestConfiguration?:RequestConfiguration):Place diff --git a/packages/kiota-lock.json b/packages/kiota-lock.json index aad29234d3..ea9014bc74 100644 --- a/packages/kiota-lock.json +++ b/packages/kiota-lock.json @@ -1,5 +1,5 @@ { - "descriptionHash": "6A17EBA4FD251AD6FC9E6928DC96039C18477BA1BA4E946A13FC9996F3C6828D895147E6C085BD9A127ECDACB53CA31E3AD10DD70517A32F3B12B6FA171AEAFD", + "descriptionHash": "428E415442B412EDAF1E6439A978032AA8FEE1BD373825B4FB40483CDE702B0783ABE8984097D72C9008AB371A48B9456C070501D8C91F9902B74737C65C1789", "descriptionLocation": "../../msgraph-metadata/clean_beta_openapi/openapi.yaml", "lockFileVersion": "1.0.0", "kiotaVersion": "1.29.0", diff --git a/packages/msgraph-beta-sdk-admin/admin/windows/updates/resourceConnections/item/index.ts b/packages/msgraph-beta-sdk-admin/admin/windows/updates/resourceConnections/item/index.ts index d46048e716..78665fcf50 100644 --- a/packages/msgraph-beta-sdk-admin/admin/windows/updates/resourceConnections/item/index.ts +++ b/packages/msgraph-beta-sdk-admin/admin/windows/updates/resourceConnections/item/index.ts @@ -13,18 +13,18 @@ import { type BaseRequestBuilder, type Parsable, type ParsableFactory, type Requ */ export interface ResourceConnectionItemRequestBuilder extends BaseRequestBuilder { /** - * Delete an operationalInsightsConnection object. + * Delete a resourceConnection object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/windowsupdates-operationalinsightsconnection-delete?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/windowsupdates-resourceconnection-delete?view=graph-rest-beta|Find more info here} */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Read the properties and relationships of a resourceConnection object. + * Read the properties and relationships of an operationalInsightsConnection object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/windowsupdates-resourceconnection-get?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/windowsupdates-operationalinsightsconnection-get?view=graph-rest-beta|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -36,13 +36,13 @@ export interface ResourceConnectionItemRequestBuilder extends BaseRequestBuilder */ patch(body: ResourceConnection, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Delete an operationalInsightsConnection object. + * Delete a resourceConnection object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Read the properties and relationships of a resourceConnection object. + * Read the properties and relationships of an operationalInsightsConnection object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -56,7 +56,7 @@ export interface ResourceConnectionItemRequestBuilder extends BaseRequestBuilder toPatchRequestInformation(body: ResourceConnection, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Read the properties and relationships of a resourceConnection object. + * Read the properties and relationships of an operationalInsightsConnection object. */ export interface ResourceConnectionItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-admin/admin/windows/updates/updatableAssets/item/index.ts b/packages/msgraph-beta-sdk-admin/admin/windows/updates/updatableAssets/item/index.ts index e7c9b2dfe4..40aa6c1a50 100644 --- a/packages/msgraph-beta-sdk-admin/admin/windows/updates/updatableAssets/item/index.ts +++ b/packages/msgraph-beta-sdk-admin/admin/windows/updates/updatableAssets/item/index.ts @@ -44,11 +44,11 @@ export interface UpdatableAssetItemRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Read the properties of an azureADDevice object. + * Read the properties and relationships of an updatableAssetGroup object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/windowsupdates-azureaddevice-get?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-get?view=graph-rest-beta|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -66,7 +66,7 @@ export interface UpdatableAssetItemRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; /** - * Read the properties of an azureADDevice object. + * Read the properties and relationships of an updatableAssetGroup object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -80,7 +80,7 @@ export interface UpdatableAssetItemRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * Read the properties of an azureADDevice object. + * Read the properties and relationships of an updatableAssetGroup object. */ export interface UpdatableAssetItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-admin/admin/windows/updates/updatePolicies/item/complianceChanges/item/index.ts b/packages/msgraph-beta-sdk-admin/admin/windows/updates/updatePolicies/item/complianceChanges/item/index.ts index 7c487b3935..96a70a1162 100644 --- a/packages/msgraph-beta-sdk-admin/admin/windows/updates/updatePolicies/item/complianceChanges/item/index.ts +++ b/packages/msgraph-beta-sdk-admin/admin/windows/updates/updatePolicies/item/complianceChanges/item/index.ts @@ -19,10 +19,10 @@ export interface ComplianceChangeItemRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** @@ -43,7 +43,7 @@ export interface ComplianceChangeItemRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Delete a complianceChange object. + * Delete a contentApproval object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ diff --git a/packages/msgraph-beta-sdk-administrativeUnits/administrativeUnits/validateProperties/index.ts b/packages/msgraph-beta-sdk-administrativeUnits/administrativeUnits/validateProperties/index.ts index f4d29f5525..3d3a00f58d 100644 --- a/packages/msgraph-beta-sdk-administrativeUnits/administrativeUnits/validateProperties/index.ts +++ b/packages/msgraph-beta-sdk-administrativeUnits/administrativeUnits/validateProperties/index.ts @@ -72,7 +72,7 @@ export interface ValidatePropertiesPostRequestBody extends AdditionalDataHolder, */ export interface ValidatePropertiesRequestBuilder extends BaseRequestBuilder { /** - * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. For validating properties of an existing group, use the validateProperties function for groups. The following validations are performed for the display name and mail nickname properties: 1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate the mail nickname is unique This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. + * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. For validating properties of an existing group, use the validateProperties function for groups. The following validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate the mail nickname is unique This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -80,7 +80,7 @@ export interface ValidatePropertiesRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. For validating properties of an existing group, use the validateProperties function for groups. The following validations are performed for the display name and mail nickname properties: 1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate the mail nickname is unique This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. + * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. For validating properties of an existing group, use the validateProperties function for groups. The following validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate the mail nickname is unique This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} diff --git a/packages/msgraph-beta-sdk-applications/applications/validateProperties/index.ts b/packages/msgraph-beta-sdk-applications/applications/validateProperties/index.ts index 399cbe45ab..665a98deec 100644 --- a/packages/msgraph-beta-sdk-applications/applications/validateProperties/index.ts +++ b/packages/msgraph-beta-sdk-applications/applications/validateProperties/index.ts @@ -72,7 +72,7 @@ export interface ValidatePropertiesPostRequestBody extends AdditionalDataHolder, */ export interface ValidatePropertiesRequestBuilder extends BaseRequestBuilder { /** - * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. For validating properties of an existing group, use the validateProperties function for groups. The following validations are performed for the display name and mail nickname properties: 1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate the mail nickname is unique This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. + * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. For validating properties of an existing group, use the validateProperties function for groups. The following validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate the mail nickname is unique This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -80,7 +80,7 @@ export interface ValidatePropertiesRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. For validating properties of an existing group, use the validateProperties function for groups. The following validations are performed for the display name and mail nickname properties: 1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate the mail nickname is unique This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. + * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. For validating properties of an existing group, use the validateProperties function for groups. The following validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate the mail nickname is unique This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} diff --git a/packages/msgraph-beta-sdk-chats/chats/item/messages/index.ts b/packages/msgraph-beta-sdk-chats/chats/item/messages/index.ts index a9addba36d..41b76ecc19 100644 --- a/packages/msgraph-beta-sdk-chats/chats/item/messages/index.ts +++ b/packages/msgraph-beta-sdk-chats/chats/item/messages/index.ts @@ -53,12 +53,12 @@ export interface MessagesRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Send a new chatMessage in the specified chat. This API cannot create a new chat; you must use the list chats method to retrieve the ID of an existing chat before creating a chat message. + * Send a new chatMessage in the specified channel or a chat. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/chat-post-messages?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-beta|Find more info here} */ post(body: ChatMessage, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -68,7 +68,7 @@ export interface MessagesRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; /** - * Send a new chatMessage in the specified chat. This API cannot create a new chat; you must use the list chats method to retrieve the ID of an existing chat before creating a chat message. + * Send a new chatMessage in the specified channel or a chat. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} diff --git a/packages/msgraph-beta-sdk-contacts/contacts/validateProperties/index.ts b/packages/msgraph-beta-sdk-contacts/contacts/validateProperties/index.ts index 30e24d9b73..7c90da9ea6 100644 --- a/packages/msgraph-beta-sdk-contacts/contacts/validateProperties/index.ts +++ b/packages/msgraph-beta-sdk-contacts/contacts/validateProperties/index.ts @@ -72,7 +72,7 @@ export interface ValidatePropertiesPostRequestBody extends AdditionalDataHolder, */ export interface ValidatePropertiesRequestBuilder extends BaseRequestBuilder { /** - * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. For validating properties of an existing group, use the validateProperties function for groups. The following validations are performed for the display name and mail nickname properties: 1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate the mail nickname is unique This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. + * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. For validating properties of an existing group, use the validateProperties function for groups. The following validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate the mail nickname is unique This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -80,7 +80,7 @@ export interface ValidatePropertiesRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. For validating properties of an existing group, use the validateProperties function for groups. The following validations are performed for the display name and mail nickname properties: 1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate the mail nickname is unique This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. + * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. For validating properties of an existing group, use the validateProperties function for groups. The following validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate the mail nickname is unique This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} diff --git a/packages/msgraph-beta-sdk-contracts/contracts/validateProperties/index.ts b/packages/msgraph-beta-sdk-contracts/contracts/validateProperties/index.ts index e56e427704..a264d6b30f 100644 --- a/packages/msgraph-beta-sdk-contracts/contracts/validateProperties/index.ts +++ b/packages/msgraph-beta-sdk-contracts/contracts/validateProperties/index.ts @@ -72,7 +72,7 @@ export interface ValidatePropertiesPostRequestBody extends AdditionalDataHolder, */ export interface ValidatePropertiesRequestBuilder extends BaseRequestBuilder { /** - * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. For validating properties of an existing group, use the validateProperties function for groups. The following validations are performed for the display name and mail nickname properties: 1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate the mail nickname is unique This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. + * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. For validating properties of an existing group, use the validateProperties function for groups. The following validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate the mail nickname is unique This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -80,7 +80,7 @@ export interface ValidatePropertiesRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. For validating properties of an existing group, use the validateProperties function for groups. The following validations are performed for the display name and mail nickname properties: 1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate the mail nickname is unique This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. + * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. For validating properties of an existing group, use the validateProperties function for groups. The following validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate the mail nickname is unique This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} diff --git a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/iosLobAppProvisioningConfigurations/item/assignments/index.ts b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/iosLobAppProvisioningConfigurations/item/assignments/index.ts index f6444f07d7..b5255c3ab5 100644 --- a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/iosLobAppProvisioningConfigurations/item/assignments/index.ts +++ b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/iosLobAppProvisioningConfigurations/item/assignments/index.ts @@ -27,7 +27,7 @@ export interface AssignmentsRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -42,7 +42,7 @@ export interface AssignmentsRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * The associated group assignments for IosLobAppProvisioningConfiguration. + * The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -56,7 +56,7 @@ export interface AssignmentsRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * The associated group assignments for IosLobAppProvisioningConfiguration. + * The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to. */ export interface AssignmentsRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/iosLobAppProvisioningConfigurations/item/assignments/item/index.ts b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/iosLobAppProvisioningConfigurations/item/assignments/item/index.ts index 8a80098abf..1d29d19cc4 100644 --- a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/iosLobAppProvisioningConfigurations/item/assignments/item/index.ts +++ b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/iosLobAppProvisioningConfigurations/item/assignments/item/index.ts @@ -19,7 +19,7 @@ export interface IosLobAppProvisioningConfigurationAssignmentItemRequestBuilder */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * The associated group assignments for IosLobAppProvisioningConfiguration. + * The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -40,7 +40,7 @@ export interface IosLobAppProvisioningConfigurationAssignmentItemRequestBuilder */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * The associated group assignments for IosLobAppProvisioningConfiguration. + * The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -54,7 +54,7 @@ export interface IosLobAppProvisioningConfigurationAssignmentItemRequestBuilder toPatchRequestInformation(body: IosLobAppProvisioningConfigurationAssignment, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * The associated group assignments for IosLobAppProvisioningConfiguration. + * The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to. */ export interface IosLobAppProvisioningConfigurationAssignmentItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileAppRelationships/index.ts b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileAppRelationships/index.ts index 0f870e495c..5018331fe7 100644 --- a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileAppRelationships/index.ts +++ b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileAppRelationships/index.ts @@ -27,7 +27,7 @@ export interface MobileAppRelationshipsRequestBuilder extends BaseRequestBuilder */ byMobileAppRelationshipId(mobileAppRelationshipId: string) : MobileAppRelationshipItemRequestBuilder; /** - * List mobileAppRelationship objects for mobile applications. + * The mobile app relationship represents the dependency or supersedence relationship between two Intune mobile LOB applications. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -42,7 +42,7 @@ export interface MobileAppRelationshipsRequestBuilder extends BaseRequestBuilder */ post(body: MobileAppRelationship, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * List mobileAppRelationship objects for mobile applications. + * The mobile app relationship represents the dependency or supersedence relationship between two Intune mobile LOB applications. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -56,7 +56,7 @@ export interface MobileAppRelationshipsRequestBuilder extends BaseRequestBuilder toPostRequestInformation(body: MobileAppRelationship, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * List mobileAppRelationship objects for mobile applications. + * The mobile app relationship represents the dependency or supersedence relationship between two Intune mobile LOB applications. */ export interface MobileAppRelationshipsRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileAppRelationships/item/index.ts b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileAppRelationships/item/index.ts index d0398a3f8e..dd64cc6b79 100644 --- a/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileAppRelationships/item/index.ts +++ b/packages/msgraph-beta-sdk-deviceAppManagement/deviceAppManagement/mobileAppRelationships/item/index.ts @@ -19,7 +19,7 @@ export interface MobileAppRelationshipItemRequestBuilder extends BaseRequestBuil */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * List mobileAppRelationship objects for mobile applications. + * The mobile app relationship represents the dependency or supersedence relationship between two Intune mobile LOB applications. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -40,7 +40,7 @@ export interface MobileAppRelationshipItemRequestBuilder extends BaseRequestBuil */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * List mobileAppRelationship objects for mobile applications. + * The mobile app relationship represents the dependency or supersedence relationship between two Intune mobile LOB applications. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -54,7 +54,7 @@ export interface MobileAppRelationshipItemRequestBuilder extends BaseRequestBuil toPatchRequestInformation(body: MobileAppRelationship, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * List mobileAppRelationship objects for mobile applications. + * The mobile app relationship represents the dependency or supersedence relationship between two Intune mobile LOB applications. */ export interface MobileAppRelationshipItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-deviceManagement/deviceManagement/deviceCompliancePolicies/item/scheduledActionsForRule/index.ts b/packages/msgraph-beta-sdk-deviceManagement/deviceManagement/deviceCompliancePolicies/item/scheduledActionsForRule/index.ts index efd7a45f7b..d002912920 100644 --- a/packages/msgraph-beta-sdk-deviceManagement/deviceManagement/deviceCompliancePolicies/item/scheduledActionsForRule/index.ts +++ b/packages/msgraph-beta-sdk-deviceManagement/deviceManagement/deviceCompliancePolicies/item/scheduledActionsForRule/index.ts @@ -27,7 +27,7 @@ export interface ScheduledActionsForRuleRequestBuilder extends BaseRequestBuilde */ byDeviceComplianceScheduledActionForRuleId(deviceComplianceScheduledActionForRuleId: string) : DeviceComplianceScheduledActionForRuleItemRequestBuilder; /** - * The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies. + * The list of scheduled action for this rule * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -42,7 +42,7 @@ export interface ScheduledActionsForRuleRequestBuilder extends BaseRequestBuilde */ post(body: DeviceComplianceScheduledActionForRule, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies. + * The list of scheduled action for this rule * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -56,7 +56,7 @@ export interface ScheduledActionsForRuleRequestBuilder extends BaseRequestBuilde toPostRequestInformation(body: DeviceComplianceScheduledActionForRule, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies. + * The list of scheduled action for this rule */ export interface ScheduledActionsForRuleRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-deviceManagement/deviceManagement/deviceCompliancePolicies/item/scheduledActionsForRule/item/index.ts b/packages/msgraph-beta-sdk-deviceManagement/deviceManagement/deviceCompliancePolicies/item/scheduledActionsForRule/item/index.ts index b0cc6ff0ea..08e51e4dbc 100644 --- a/packages/msgraph-beta-sdk-deviceManagement/deviceManagement/deviceCompliancePolicies/item/scheduledActionsForRule/item/index.ts +++ b/packages/msgraph-beta-sdk-deviceManagement/deviceManagement/deviceCompliancePolicies/item/scheduledActionsForRule/item/index.ts @@ -25,7 +25,7 @@ export interface DeviceComplianceScheduledActionForRuleItemRequestBuilder extend */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies. + * The list of scheduled action for this rule * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -46,7 +46,7 @@ export interface DeviceComplianceScheduledActionForRuleItemRequestBuilder extend */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies. + * The list of scheduled action for this rule * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -60,7 +60,7 @@ export interface DeviceComplianceScheduledActionForRuleItemRequestBuilder extend toPatchRequestInformation(body: DeviceComplianceScheduledActionForRule, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies. + * The list of scheduled action for this rule */ export interface DeviceComplianceScheduledActionForRuleItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-deviceManagement/deviceManagement/reports/index.ts b/packages/msgraph-beta-sdk-deviceManagement/deviceManagement/reports/index.ts index 05331f1c85..097ce71b40 100644 --- a/packages/msgraph-beta-sdk-deviceManagement/deviceManagement/reports/index.ts +++ b/packages/msgraph-beta-sdk-deviceManagement/deviceManagement/reports/index.ts @@ -150,6 +150,10 @@ import { GetZebraFotaDeploymentReportRequestBuilderRequestsMetadata, type GetZeb // @ts-ignore import { RetrieveAndroidWorkProfileDeviceMigrationStatusesRequestBuilderRequestsMetadata, type RetrieveAndroidWorkProfileDeviceMigrationStatusesRequestBuilder } from './retrieveAndroidWorkProfileDeviceMigrationStatuses/index.js'; // @ts-ignore +import { RetrieveAppleDeviceOSUpdateStatusRequestBuilderRequestsMetadata, type RetrieveAppleDeviceOSUpdateStatusRequestBuilder } from './retrieveAppleDeviceOSUpdateStatus/index.js'; +// @ts-ignore +import { RetrieveAppleOSUpdateFailuresRequestBuilderRequestsMetadata, type RetrieveAppleOSUpdateFailuresRequestBuilder } from './retrieveAppleOSUpdateFailures/index.js'; +// @ts-ignore import { RetrieveCloudPkiLeafCertificateReportRequestBuilderRequestsMetadata, type RetrieveCloudPkiLeafCertificateReportRequestBuilder } from './retrieveCloudPkiLeafCertificateReport/index.js'; // @ts-ignore import { RetrieveCloudPkiLeafCertificateSummaryReportRequestBuilderRequestsMetadata, type RetrieveCloudPkiLeafCertificateSummaryReportRequestBuilder } from './retrieveCloudPkiLeafCertificateSummaryReport/index.js'; @@ -454,6 +458,14 @@ export interface ReportsRequestBuilder extends BaseRequestBuilder Record void>) { + return deserializeIntoRetrieveAppleDeviceOSUpdateStatusPostRequestBody; +} +/** + * The deserialization information for the current model + * @param RetrieveAppleDeviceOSUpdateStatusPostRequestBody The instance to deserialize into. + * @returns {Record void>} + */ +// @ts-ignore +export function deserializeIntoRetrieveAppleDeviceOSUpdateStatusPostRequestBody(retrieveAppleDeviceOSUpdateStatusPostRequestBody: Partial | undefined = {}) : Record void> { + return { + "backingStoreEnabled": n => { retrieveAppleDeviceOSUpdateStatusPostRequestBody.backingStoreEnabled = true; }, + "filter": n => { retrieveAppleDeviceOSUpdateStatusPostRequestBody.filter = n.getStringValue(); }, + "groupBy": n => { retrieveAppleDeviceOSUpdateStatusPostRequestBody.groupBy = n.getCollectionOfPrimitiveValues(); }, + "name": n => { retrieveAppleDeviceOSUpdateStatusPostRequestBody.name = n.getStringValue(); }, + "orderBy": n => { retrieveAppleDeviceOSUpdateStatusPostRequestBody.orderBy = n.getCollectionOfPrimitiveValues(); }, + "search": n => { retrieveAppleDeviceOSUpdateStatusPostRequestBody.search = n.getStringValue(); }, + "select": n => { retrieveAppleDeviceOSUpdateStatusPostRequestBody.select = n.getCollectionOfPrimitiveValues(); }, + "sessionId": n => { retrieveAppleDeviceOSUpdateStatusPostRequestBody.sessionId = n.getStringValue(); }, + "skip": n => { retrieveAppleDeviceOSUpdateStatusPostRequestBody.skip = n.getNumberValue(); }, + "top": n => { retrieveAppleDeviceOSUpdateStatusPostRequestBody.top = n.getNumberValue(); }, + } +} +export interface RetrieveAppleDeviceOSUpdateStatusPostRequestBody extends AdditionalDataHolder, BackedModel, Parsable { + /** + * Stores model information. + */ + backingStoreEnabled?: boolean | null; + /** + * The filter property + */ + filter?: string | null; + /** + * The groupBy property + */ + groupBy?: string[] | null; + /** + * The name property + */ + name?: string | null; + /** + * The orderBy property + */ + orderBy?: string[] | null; + /** + * The search property + */ + search?: string | null; + /** + * The select property + */ + select?: string[] | null; + /** + * The sessionId property + */ + sessionId?: string | null; + /** + * The skip property + */ + skip?: number | null; + /** + * The top property + */ + top?: number | null; +} +/** + * Provides operations to call the retrieveAppleDeviceOSUpdateStatus method. + */ +export interface RetrieveAppleDeviceOSUpdateStatusRequestBuilder extends BaseRequestBuilder { + /** + * Invoke action retrieveAppleDeviceOSUpdateStatus + * @param body The request body + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @returns {Promise} + * @throws {ODataError} error when the service returns a 4XX or 5XX status code + */ + post(body: RetrieveAppleDeviceOSUpdateStatusPostRequestBody, requestConfiguration?: RequestConfiguration | undefined) : Promise; + /** + * Invoke action retrieveAppleDeviceOSUpdateStatus + * @param body The request body + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @returns {RequestInformation} + */ + toPostRequestInformation(body: RetrieveAppleDeviceOSUpdateStatusPostRequestBody, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; +} +/** + * Serializes information the current object + * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type. + * @param RetrieveAppleDeviceOSUpdateStatusPostRequestBody The instance to serialize from. + * @param writer Serialization writer to use to serialize this model + */ +// @ts-ignore +export function serializeRetrieveAppleDeviceOSUpdateStatusPostRequestBody(writer: SerializationWriter, retrieveAppleDeviceOSUpdateStatusPostRequestBody: Partial | undefined | null = {}, isSerializingDerivedType: boolean = false) : void { + if (!retrieveAppleDeviceOSUpdateStatusPostRequestBody || isSerializingDerivedType) { return; } + writer.writeStringValue("filter", retrieveAppleDeviceOSUpdateStatusPostRequestBody.filter); + writer.writeCollectionOfPrimitiveValues("groupBy", retrieveAppleDeviceOSUpdateStatusPostRequestBody.groupBy); + writer.writeStringValue("name", retrieveAppleDeviceOSUpdateStatusPostRequestBody.name); + writer.writeCollectionOfPrimitiveValues("orderBy", retrieveAppleDeviceOSUpdateStatusPostRequestBody.orderBy); + writer.writeStringValue("search", retrieveAppleDeviceOSUpdateStatusPostRequestBody.search); + writer.writeCollectionOfPrimitiveValues("select", retrieveAppleDeviceOSUpdateStatusPostRequestBody.select); + writer.writeStringValue("sessionId", retrieveAppleDeviceOSUpdateStatusPostRequestBody.sessionId); + writer.writeNumberValue("skip", retrieveAppleDeviceOSUpdateStatusPostRequestBody.skip); + writer.writeNumberValue("top", retrieveAppleDeviceOSUpdateStatusPostRequestBody.top); + writer.writeAdditionalData(retrieveAppleDeviceOSUpdateStatusPostRequestBody.additionalData); +} +/** + * Uri template for the request builder. + */ +export const RetrieveAppleDeviceOSUpdateStatusRequestBuilderUriTemplate = "{+baseurl}/deviceManagement/reports/retrieveAppleDeviceOSUpdateStatus"; +/** + * Metadata for all the requests in the request builder. + */ +export const RetrieveAppleDeviceOSUpdateStatusRequestBuilderRequestsMetadata: RequestsMetadata = { + post: { + uriTemplate: RetrieveAppleDeviceOSUpdateStatusRequestBuilderUriTemplate, + responseBodyContentType: "application/octet-stream, application/json", + errorMappings: { + XXX: createODataErrorFromDiscriminatorValue as ParsableFactory, + }, + adapterMethodName: "sendPrimitive", + responseBodyFactory: "ArrayBuffer", + requestBodyContentType: "application/json", + requestBodySerializer: serializeRetrieveAppleDeviceOSUpdateStatusPostRequestBody, + requestInformationContentSetMethod: "setContentFromParsable", + }, +}; +/* tslint:enable */ +/* eslint-enable */ diff --git a/packages/msgraph-beta-sdk-deviceManagement/deviceManagement/reports/retrieveAppleOSUpdateFailures/index.ts b/packages/msgraph-beta-sdk-deviceManagement/deviceManagement/reports/retrieveAppleOSUpdateFailures/index.ts new file mode 100644 index 0000000000..535c12eb81 --- /dev/null +++ b/packages/msgraph-beta-sdk-deviceManagement/deviceManagement/reports/retrieveAppleOSUpdateFailures/index.ts @@ -0,0 +1,142 @@ +/* tslint:disable */ +/* eslint-disable */ +// Generated by Microsoft Kiota +// @ts-ignore +import { createODataErrorFromDiscriminatorValue, type ODataError } from '@microsoft/msgraph-beta-sdk/models/oDataErrors/index.js'; +// @ts-ignore +import { type AdditionalDataHolder, type BackedModel, type BackingStore, type BaseRequestBuilder, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions'; + +/** + * Creates a new instance of the appropriate class based on discriminator value + * @param parseNode The parse node to use to read the discriminator value and create the object + * @returns {RetrieveAppleOSUpdateFailuresPostRequestBody} + */ +// @ts-ignore +export function createRetrieveAppleOSUpdateFailuresPostRequestBodyFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record void>) { + return deserializeIntoRetrieveAppleOSUpdateFailuresPostRequestBody; +} +/** + * The deserialization information for the current model + * @param RetrieveAppleOSUpdateFailuresPostRequestBody The instance to deserialize into. + * @returns {Record void>} + */ +// @ts-ignore +export function deserializeIntoRetrieveAppleOSUpdateFailuresPostRequestBody(retrieveAppleOSUpdateFailuresPostRequestBody: Partial | undefined = {}) : Record void> { + return { + "backingStoreEnabled": n => { retrieveAppleOSUpdateFailuresPostRequestBody.backingStoreEnabled = true; }, + "filter": n => { retrieveAppleOSUpdateFailuresPostRequestBody.filter = n.getStringValue(); }, + "groupBy": n => { retrieveAppleOSUpdateFailuresPostRequestBody.groupBy = n.getCollectionOfPrimitiveValues(); }, + "name": n => { retrieveAppleOSUpdateFailuresPostRequestBody.name = n.getStringValue(); }, + "orderBy": n => { retrieveAppleOSUpdateFailuresPostRequestBody.orderBy = n.getCollectionOfPrimitiveValues(); }, + "search": n => { retrieveAppleOSUpdateFailuresPostRequestBody.search = n.getStringValue(); }, + "select": n => { retrieveAppleOSUpdateFailuresPostRequestBody.select = n.getCollectionOfPrimitiveValues(); }, + "sessionId": n => { retrieveAppleOSUpdateFailuresPostRequestBody.sessionId = n.getStringValue(); }, + "skip": n => { retrieveAppleOSUpdateFailuresPostRequestBody.skip = n.getNumberValue(); }, + "top": n => { retrieveAppleOSUpdateFailuresPostRequestBody.top = n.getNumberValue(); }, + } +} +export interface RetrieveAppleOSUpdateFailuresPostRequestBody extends AdditionalDataHolder, BackedModel, Parsable { + /** + * Stores model information. + */ + backingStoreEnabled?: boolean | null; + /** + * The filter property + */ + filter?: string | null; + /** + * The groupBy property + */ + groupBy?: string[] | null; + /** + * The name property + */ + name?: string | null; + /** + * The orderBy property + */ + orderBy?: string[] | null; + /** + * The search property + */ + search?: string | null; + /** + * The select property + */ + select?: string[] | null; + /** + * The sessionId property + */ + sessionId?: string | null; + /** + * The skip property + */ + skip?: number | null; + /** + * The top property + */ + top?: number | null; +} +/** + * Provides operations to call the retrieveAppleOSUpdateFailures method. + */ +export interface RetrieveAppleOSUpdateFailuresRequestBuilder extends BaseRequestBuilder { + /** + * Invoke action retrieveAppleOSUpdateFailures + * @param body The request body + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @returns {Promise} + * @throws {ODataError} error when the service returns a 4XX or 5XX status code + */ + post(body: RetrieveAppleOSUpdateFailuresPostRequestBody, requestConfiguration?: RequestConfiguration | undefined) : Promise; + /** + * Invoke action retrieveAppleOSUpdateFailures + * @param body The request body + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @returns {RequestInformation} + */ + toPostRequestInformation(body: RetrieveAppleOSUpdateFailuresPostRequestBody, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; +} +/** + * Serializes information the current object + * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type. + * @param RetrieveAppleOSUpdateFailuresPostRequestBody The instance to serialize from. + * @param writer Serialization writer to use to serialize this model + */ +// @ts-ignore +export function serializeRetrieveAppleOSUpdateFailuresPostRequestBody(writer: SerializationWriter, retrieveAppleOSUpdateFailuresPostRequestBody: Partial | undefined | null = {}, isSerializingDerivedType: boolean = false) : void { + if (!retrieveAppleOSUpdateFailuresPostRequestBody || isSerializingDerivedType) { return; } + writer.writeStringValue("filter", retrieveAppleOSUpdateFailuresPostRequestBody.filter); + writer.writeCollectionOfPrimitiveValues("groupBy", retrieveAppleOSUpdateFailuresPostRequestBody.groupBy); + writer.writeStringValue("name", retrieveAppleOSUpdateFailuresPostRequestBody.name); + writer.writeCollectionOfPrimitiveValues("orderBy", retrieveAppleOSUpdateFailuresPostRequestBody.orderBy); + writer.writeStringValue("search", retrieveAppleOSUpdateFailuresPostRequestBody.search); + writer.writeCollectionOfPrimitiveValues("select", retrieveAppleOSUpdateFailuresPostRequestBody.select); + writer.writeStringValue("sessionId", retrieveAppleOSUpdateFailuresPostRequestBody.sessionId); + writer.writeNumberValue("skip", retrieveAppleOSUpdateFailuresPostRequestBody.skip); + writer.writeNumberValue("top", retrieveAppleOSUpdateFailuresPostRequestBody.top); + writer.writeAdditionalData(retrieveAppleOSUpdateFailuresPostRequestBody.additionalData); +} +/** + * Uri template for the request builder. + */ +export const RetrieveAppleOSUpdateFailuresRequestBuilderUriTemplate = "{+baseurl}/deviceManagement/reports/retrieveAppleOSUpdateFailures"; +/** + * Metadata for all the requests in the request builder. + */ +export const RetrieveAppleOSUpdateFailuresRequestBuilderRequestsMetadata: RequestsMetadata = { + post: { + uriTemplate: RetrieveAppleOSUpdateFailuresRequestBuilderUriTemplate, + responseBodyContentType: "application/octet-stream, application/json", + errorMappings: { + XXX: createODataErrorFromDiscriminatorValue as ParsableFactory, + }, + adapterMethodName: "sendPrimitive", + responseBodyFactory: "ArrayBuffer", + requestBodyContentType: "application/json", + requestBodySerializer: serializeRetrieveAppleOSUpdateFailuresPostRequestBody, + requestInformationContentSetMethod: "setContentFromParsable", + }, +}; +/* tslint:enable */ +/* eslint-enable */ diff --git a/packages/msgraph-beta-sdk-deviceManagement/deviceManagement/virtualEndpoint/cloudApps/count/index.ts b/packages/msgraph-beta-sdk-deviceManagement/deviceManagement/virtualEndpoint/cloudApps/count/index.ts new file mode 100644 index 0000000000..002c4ca724 --- /dev/null +++ b/packages/msgraph-beta-sdk-deviceManagement/deviceManagement/virtualEndpoint/cloudApps/count/index.ts @@ -0,0 +1,67 @@ +/* tslint:disable */ +/* eslint-disable */ +// Generated by Microsoft Kiota +// @ts-ignore +import { createODataErrorFromDiscriminatorValue, type ODataError } from '@microsoft/msgraph-beta-sdk/models/oDataErrors/index.js'; +// @ts-ignore +import { type BaseRequestBuilder, type Parsable, type ParsableFactory, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions'; + +/** + * Provides operations to count the resources in the collection. + */ +export interface CountRequestBuilder extends BaseRequestBuilder { + /** + * Get the number of the resource + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @returns {Promise} + * @throws {ODataError} error when the service returns a 4XX or 5XX status code + */ + get(requestConfiguration?: RequestConfiguration | undefined) : Promise; + /** + * Get the number of the resource + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @returns {RequestInformation} + */ + toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; +} +/** + * Get the number of the resource + */ +export interface CountRequestBuilderGetQueryParameters { + /** + * Filter items by property values + */ + filter?: string; + /** + * Search items by search phrases + */ + search?: string; +} +/** + * Uri template for the request builder. + */ +export const CountRequestBuilderUriTemplate = "{+baseurl}/deviceManagement/virtualEndpoint/cloudApps/$count{?%24filter,%24search}"; +/** + * Mapper for query parameters from symbol name to serialization name represented as a constant. + */ +const CountRequestBuilderGetQueryParametersMapper: Record = { + "filter": "%24filter", + "search": "%24search", +}; +/** + * Metadata for all the requests in the request builder. + */ +export const CountRequestBuilderRequestsMetadata: RequestsMetadata = { + get: { + uriTemplate: CountRequestBuilderUriTemplate, + responseBodyContentType: "text/plain;q=0.9", + errorMappings: { + XXX: createODataErrorFromDiscriminatorValue as ParsableFactory, + }, + adapterMethodName: "sendPrimitive", + responseBodyFactory: "number", + queryParametersMapper: CountRequestBuilderGetQueryParametersMapper, + }, +}; +/* tslint:enable */ +/* eslint-enable */ diff --git a/packages/msgraph-beta-sdk-deviceManagement/deviceManagement/virtualEndpoint/cloudApps/index.ts b/packages/msgraph-beta-sdk-deviceManagement/deviceManagement/virtualEndpoint/cloudApps/index.ts new file mode 100644 index 0000000000..ca4862d5fc --- /dev/null +++ b/packages/msgraph-beta-sdk-deviceManagement/deviceManagement/virtualEndpoint/cloudApps/index.ts @@ -0,0 +1,191 @@ +/* tslint:disable */ +/* eslint-disable */ +// Generated by Microsoft Kiota +// @ts-ignore +import { createCloudPcCloudAppCollectionResponseFromDiscriminatorValue, createCloudPcCloudAppFromDiscriminatorValue, serializeCloudPcCloudApp, type CloudPcCloudApp, type CloudPcCloudAppCollectionResponse } from '@microsoft/msgraph-beta-sdk/models/index.js'; +// @ts-ignore +import { createODataErrorFromDiscriminatorValue, type ODataError } from '@microsoft/msgraph-beta-sdk/models/oDataErrors/index.js'; +// @ts-ignore +import { CountRequestBuilderRequestsMetadata, type CountRequestBuilder } from './count/index.js'; +// @ts-ignore +import { CloudPcCloudAppItemRequestBuilderRequestsMetadata, type CloudPcCloudAppItemRequestBuilder } from './item/index.js'; +// @ts-ignore +import { PublishRequestBuilderRequestsMetadata, type PublishRequestBuilder } from './publish/index.js'; +// @ts-ignore +import { ResetRequestBuilderRequestsMetadata, type ResetRequestBuilder } from './reset/index.js'; +// @ts-ignore +import { RetrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyIdRequestBuilderRequestsMetadata, type RetrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyIdRequestBuilder } from './retrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyId/index.js'; +// @ts-ignore +import { type UnpublishRequestBuilder, UnpublishRequestBuilderRequestsMetadata } from './unpublish/index.js'; +// @ts-ignore +import { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type Parsable, type ParsableFactory, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions'; + +/** + * Provides operations to manage the cloudApps property of the microsoft.graph.virtualEndpoint entity. + */ +export interface CloudAppsRequestBuilder extends BaseRequestBuilder { + /** + * Provides operations to count the resources in the collection. + */ + get count(): CountRequestBuilder; + /** + * Provides operations to call the publish method. + */ + get publish(): PublishRequestBuilder; + /** + * Provides operations to call the reset method. + */ + get reset(): ResetRequestBuilder; + /** + * Provides operations to call the unpublish method. + */ + get unpublish(): UnpublishRequestBuilder; + /** + * Provides operations to manage the cloudApps property of the microsoft.graph.virtualEndpoint entity. + * @param cloudPcCloudAppId The unique identifier of cloudPcCloudApp + * @returns {CloudPcCloudAppItemRequestBuilder} + */ + byCloudPcCloudAppId(cloudPcCloudAppId: string) : CloudPcCloudAppItemRequestBuilder; + /** + * Get cloudApps from deviceManagement + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @returns {Promise} + * @throws {ODataError} error when the service returns a 4XX or 5XX status code + */ + get(requestConfiguration?: RequestConfiguration | undefined) : Promise; + /** + * Create new navigation property to cloudApps for deviceManagement + * @param body The request body + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @returns {Promise} + * @throws {ODataError} error when the service returns a 4XX or 5XX status code + */ + post(body: CloudPcCloudApp, requestConfiguration?: RequestConfiguration | undefined) : Promise; + /** + * Provides operations to call the retrieveDiscoveredApps method. + * @param sourceId Usage: sourceId='{sourceId}' + * @returns {RetrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyIdRequestBuilder} + */ + retrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyId(sourceId: string | undefined) : RetrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyIdRequestBuilder; + /** + * Get cloudApps from deviceManagement + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @returns {RequestInformation} + */ + toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; + /** + * Create new navigation property to cloudApps for deviceManagement + * @param body The request body + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @returns {RequestInformation} + */ + toPostRequestInformation(body: CloudPcCloudApp, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; +} +/** + * Get cloudApps from deviceManagement + */ +export interface CloudAppsRequestBuilderGetQueryParameters { + /** + * Include count of items + */ + count?: boolean; + /** + * Expand related entities + */ + expand?: string[]; + /** + * Filter items by property values + */ + filter?: string; + /** + * Order items by property values + */ + orderby?: string[]; + /** + * Search items by search phrases + */ + search?: string; + /** + * Select properties to be returned + */ + select?: string[]; + /** + * Skip the first n items + */ + skip?: number; + /** + * Show only the first n items + */ + top?: number; +} +/** + * Uri template for the request builder. + */ +export const CloudAppsRequestBuilderUriTemplate = "{+baseurl}/deviceManagement/virtualEndpoint/cloudApps{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}"; +/** + * Mapper for query parameters from symbol name to serialization name represented as a constant. + */ +const CloudAppsRequestBuilderGetQueryParametersMapper: Record = { + "count": "%24count", + "expand": "%24expand", + "filter": "%24filter", + "orderby": "%24orderby", + "search": "%24search", + "select": "%24select", + "skip": "%24skip", + "top": "%24top", +}; +/** + * Metadata for all the navigation properties in the request builder. + */ +export const CloudAppsRequestBuilderNavigationMetadata: Record, NavigationMetadata> = { + byCloudPcCloudAppId: { + requestsMetadata: CloudPcCloudAppItemRequestBuilderRequestsMetadata, + pathParametersMappings: ["cloudPcCloudApp%2Did"], + }, + retrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyId: { + requestsMetadata: RetrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyIdRequestBuilderRequestsMetadata, + pathParametersMappings: ["sourceId"], + }, + count: { + requestsMetadata: CountRequestBuilderRequestsMetadata, + }, + publish: { + requestsMetadata: PublishRequestBuilderRequestsMetadata, + }, + reset: { + requestsMetadata: ResetRequestBuilderRequestsMetadata, + }, + unpublish: { + requestsMetadata: UnpublishRequestBuilderRequestsMetadata, + }, +}; +/** + * Metadata for all the requests in the request builder. + */ +export const CloudAppsRequestBuilderRequestsMetadata: RequestsMetadata = { + get: { + uriTemplate: CloudAppsRequestBuilderUriTemplate, + responseBodyContentType: "application/json", + errorMappings: { + XXX: createODataErrorFromDiscriminatorValue as ParsableFactory, + }, + adapterMethodName: "send", + responseBodyFactory: createCloudPcCloudAppCollectionResponseFromDiscriminatorValue, + queryParametersMapper: CloudAppsRequestBuilderGetQueryParametersMapper, + }, + post: { + uriTemplate: CloudAppsRequestBuilderUriTemplate, + responseBodyContentType: "application/json", + errorMappings: { + XXX: createODataErrorFromDiscriminatorValue as ParsableFactory, + }, + adapterMethodName: "send", + responseBodyFactory: createCloudPcCloudAppFromDiscriminatorValue, + requestBodyContentType: "application/json", + requestBodySerializer: serializeCloudPcCloudApp, + requestInformationContentSetMethod: "setContentFromParsable", + }, +}; +/* tslint:enable */ +/* eslint-enable */ diff --git a/packages/msgraph-beta-sdk-deviceManagement/deviceManagement/virtualEndpoint/cloudApps/item/index.ts b/packages/msgraph-beta-sdk-deviceManagement/deviceManagement/virtualEndpoint/cloudApps/item/index.ts new file mode 100644 index 0000000000..0115704554 --- /dev/null +++ b/packages/msgraph-beta-sdk-deviceManagement/deviceManagement/virtualEndpoint/cloudApps/item/index.ts @@ -0,0 +1,116 @@ +/* tslint:disable */ +/* eslint-disable */ +// Generated by Microsoft Kiota +// @ts-ignore +import { createCloudPcCloudAppFromDiscriminatorValue, serializeCloudPcCloudApp, type CloudPcCloudApp } from '@microsoft/msgraph-beta-sdk/models/index.js'; +// @ts-ignore +import { createODataErrorFromDiscriminatorValue, type ODataError } from '@microsoft/msgraph-beta-sdk/models/oDataErrors/index.js'; +// @ts-ignore +import { type BaseRequestBuilder, type Parsable, type ParsableFactory, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions'; + +/** + * Provides operations to manage the cloudApps property of the microsoft.graph.virtualEndpoint entity. + */ +export interface CloudPcCloudAppItemRequestBuilder extends BaseRequestBuilder { + /** + * Delete navigation property cloudApps for deviceManagement + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @throws {ODataError} error when the service returns a 4XX or 5XX status code + */ + delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; + /** + * Get cloudApps from deviceManagement + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @returns {Promise} + * @throws {ODataError} error when the service returns a 4XX or 5XX status code + */ + get(requestConfiguration?: RequestConfiguration | undefined) : Promise; + /** + * Update the navigation property cloudApps in deviceManagement + * @param body The request body + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @returns {Promise} + * @throws {ODataError} error when the service returns a 4XX or 5XX status code + */ + patch(body: CloudPcCloudApp, requestConfiguration?: RequestConfiguration | undefined) : Promise; + /** + * Delete navigation property cloudApps for deviceManagement + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @returns {RequestInformation} + */ + toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; + /** + * Get cloudApps from deviceManagement + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @returns {RequestInformation} + */ + toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; + /** + * Update the navigation property cloudApps in deviceManagement + * @param body The request body + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @returns {RequestInformation} + */ + toPatchRequestInformation(body: CloudPcCloudApp, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; +} +/** + * Get cloudApps from deviceManagement + */ +export interface CloudPcCloudAppItemRequestBuilderGetQueryParameters { + /** + * Expand related entities + */ + expand?: string[]; + /** + * Select properties to be returned + */ + select?: string[]; +} +/** + * Uri template for the request builder. + */ +export const CloudPcCloudAppItemRequestBuilderUriTemplate = "{+baseurl}/deviceManagement/virtualEndpoint/cloudApps/{cloudPcCloudApp%2Did}{?%24expand,%24select}"; +/** + * Mapper for query parameters from symbol name to serialization name represented as a constant. + */ +const CloudPcCloudAppItemRequestBuilderGetQueryParametersMapper: Record = { + "expand": "%24expand", + "select": "%24select", +}; +/** + * Metadata for all the requests in the request builder. + */ +export const CloudPcCloudAppItemRequestBuilderRequestsMetadata: RequestsMetadata = { + delete: { + uriTemplate: CloudPcCloudAppItemRequestBuilderUriTemplate, + responseBodyContentType: "application/json", + errorMappings: { + XXX: createODataErrorFromDiscriminatorValue as ParsableFactory, + }, + adapterMethodName: "sendNoResponseContent", + }, + get: { + uriTemplate: CloudPcCloudAppItemRequestBuilderUriTemplate, + responseBodyContentType: "application/json", + errorMappings: { + XXX: createODataErrorFromDiscriminatorValue as ParsableFactory, + }, + adapterMethodName: "send", + responseBodyFactory: createCloudPcCloudAppFromDiscriminatorValue, + queryParametersMapper: CloudPcCloudAppItemRequestBuilderGetQueryParametersMapper, + }, + patch: { + uriTemplate: CloudPcCloudAppItemRequestBuilderUriTemplate, + responseBodyContentType: "application/json", + errorMappings: { + XXX: createODataErrorFromDiscriminatorValue as ParsableFactory, + }, + adapterMethodName: "send", + responseBodyFactory: createCloudPcCloudAppFromDiscriminatorValue, + requestBodyContentType: "application/json", + requestBodySerializer: serializeCloudPcCloudApp, + requestInformationContentSetMethod: "setContentFromParsable", + }, +}; +/* tslint:enable */ +/* eslint-enable */ diff --git a/packages/msgraph-beta-sdk-deviceManagement/deviceManagement/virtualEndpoint/cloudApps/publish/index.ts b/packages/msgraph-beta-sdk-deviceManagement/deviceManagement/virtualEndpoint/cloudApps/publish/index.ts new file mode 100644 index 0000000000..096fcde034 --- /dev/null +++ b/packages/msgraph-beta-sdk-deviceManagement/deviceManagement/virtualEndpoint/cloudApps/publish/index.ts @@ -0,0 +1,92 @@ +/* tslint:disable */ +/* eslint-disable */ +// Generated by Microsoft Kiota +// @ts-ignore +import { createODataErrorFromDiscriminatorValue, type ODataError } from '@microsoft/msgraph-beta-sdk/models/oDataErrors/index.js'; +// @ts-ignore +import { type AdditionalDataHolder, type BackedModel, type BackingStore, type BaseRequestBuilder, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions'; + +/** + * Creates a new instance of the appropriate class based on discriminator value + * @param parseNode The parse node to use to read the discriminator value and create the object + * @returns {PublishPostRequestBody} + */ +// @ts-ignore +export function createPublishPostRequestBodyFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record void>) { + return deserializeIntoPublishPostRequestBody; +} +/** + * The deserialization information for the current model + * @param PublishPostRequestBody The instance to deserialize into. + * @returns {Record void>} + */ +// @ts-ignore +export function deserializeIntoPublishPostRequestBody(publishPostRequestBody: Partial | undefined = {}) : Record void> { + return { + "backingStoreEnabled": n => { publishPostRequestBody.backingStoreEnabled = true; }, + "cloudAppIds": n => { publishPostRequestBody.cloudAppIds = n.getCollectionOfPrimitiveValues(); }, + } +} +export interface PublishPostRequestBody extends AdditionalDataHolder, BackedModel, Parsable { + /** + * Stores model information. + */ + backingStoreEnabled?: boolean | null; + /** + * The cloudAppIds property + */ + cloudAppIds?: string[] | null; +} +/** + * Provides operations to call the publish method. + */ +export interface PublishRequestBuilder extends BaseRequestBuilder { + /** + * Invoke action publish + * @param body The request body + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @throws {ODataError} error when the service returns a 4XX or 5XX status code + */ + post(body: PublishPostRequestBody, requestConfiguration?: RequestConfiguration | undefined) : Promise; + /** + * Invoke action publish + * @param body The request body + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @returns {RequestInformation} + */ + toPostRequestInformation(body: PublishPostRequestBody, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; +} +/** + * Serializes information the current object + * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type. + * @param PublishPostRequestBody The instance to serialize from. + * @param writer Serialization writer to use to serialize this model + */ +// @ts-ignore +export function serializePublishPostRequestBody(writer: SerializationWriter, publishPostRequestBody: Partial | undefined | null = {}, isSerializingDerivedType: boolean = false) : void { + if (!publishPostRequestBody || isSerializingDerivedType) { return; } + writer.writeCollectionOfPrimitiveValues("cloudAppIds", publishPostRequestBody.cloudAppIds); + writer.writeAdditionalData(publishPostRequestBody.additionalData); +} +/** + * Uri template for the request builder. + */ +export const PublishRequestBuilderUriTemplate = "{+baseurl}/deviceManagement/virtualEndpoint/cloudApps/publish"; +/** + * Metadata for all the requests in the request builder. + */ +export const PublishRequestBuilderRequestsMetadata: RequestsMetadata = { + post: { + uriTemplate: PublishRequestBuilderUriTemplate, + responseBodyContentType: "application/json", + errorMappings: { + XXX: createODataErrorFromDiscriminatorValue as ParsableFactory, + }, + adapterMethodName: "sendNoResponseContent", + requestBodyContentType: "application/json", + requestBodySerializer: serializePublishPostRequestBody, + requestInformationContentSetMethod: "setContentFromParsable", + }, +}; +/* tslint:enable */ +/* eslint-enable */ diff --git a/packages/msgraph-beta-sdk-deviceManagement/deviceManagement/virtualEndpoint/cloudApps/reset/index.ts b/packages/msgraph-beta-sdk-deviceManagement/deviceManagement/virtualEndpoint/cloudApps/reset/index.ts new file mode 100644 index 0000000000..221f82a62b --- /dev/null +++ b/packages/msgraph-beta-sdk-deviceManagement/deviceManagement/virtualEndpoint/cloudApps/reset/index.ts @@ -0,0 +1,92 @@ +/* tslint:disable */ +/* eslint-disable */ +// Generated by Microsoft Kiota +// @ts-ignore +import { createODataErrorFromDiscriminatorValue, type ODataError } from '@microsoft/msgraph-beta-sdk/models/oDataErrors/index.js'; +// @ts-ignore +import { type AdditionalDataHolder, type BackedModel, type BackingStore, type BaseRequestBuilder, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions'; + +/** + * Creates a new instance of the appropriate class based on discriminator value + * @param parseNode The parse node to use to read the discriminator value and create the object + * @returns {ResetPostRequestBody} + */ +// @ts-ignore +export function createResetPostRequestBodyFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record void>) { + return deserializeIntoResetPostRequestBody; +} +/** + * The deserialization information for the current model + * @param ResetPostRequestBody The instance to deserialize into. + * @returns {Record void>} + */ +// @ts-ignore +export function deserializeIntoResetPostRequestBody(resetPostRequestBody: Partial | undefined = {}) : Record void> { + return { + "backingStoreEnabled": n => { resetPostRequestBody.backingStoreEnabled = true; }, + "cloudAppIds": n => { resetPostRequestBody.cloudAppIds = n.getCollectionOfPrimitiveValues(); }, + } +} +export interface ResetPostRequestBody extends AdditionalDataHolder, BackedModel, Parsable { + /** + * Stores model information. + */ + backingStoreEnabled?: boolean | null; + /** + * The cloudAppIds property + */ + cloudAppIds?: string[] | null; +} +/** + * Provides operations to call the reset method. + */ +export interface ResetRequestBuilder extends BaseRequestBuilder { + /** + * Invoke action reset + * @param body The request body + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @throws {ODataError} error when the service returns a 4XX or 5XX status code + */ + post(body: ResetPostRequestBody, requestConfiguration?: RequestConfiguration | undefined) : Promise; + /** + * Invoke action reset + * @param body The request body + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @returns {RequestInformation} + */ + toPostRequestInformation(body: ResetPostRequestBody, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; +} +/** + * Serializes information the current object + * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type. + * @param ResetPostRequestBody The instance to serialize from. + * @param writer Serialization writer to use to serialize this model + */ +// @ts-ignore +export function serializeResetPostRequestBody(writer: SerializationWriter, resetPostRequestBody: Partial | undefined | null = {}, isSerializingDerivedType: boolean = false) : void { + if (!resetPostRequestBody || isSerializingDerivedType) { return; } + writer.writeCollectionOfPrimitiveValues("cloudAppIds", resetPostRequestBody.cloudAppIds); + writer.writeAdditionalData(resetPostRequestBody.additionalData); +} +/** + * Uri template for the request builder. + */ +export const ResetRequestBuilderUriTemplate = "{+baseurl}/deviceManagement/virtualEndpoint/cloudApps/reset"; +/** + * Metadata for all the requests in the request builder. + */ +export const ResetRequestBuilderRequestsMetadata: RequestsMetadata = { + post: { + uriTemplate: ResetRequestBuilderUriTemplate, + responseBodyContentType: "application/json", + errorMappings: { + XXX: createODataErrorFromDiscriminatorValue as ParsableFactory, + }, + adapterMethodName: "sendNoResponseContent", + requestBodyContentType: "application/json", + requestBodySerializer: serializeResetPostRequestBody, + requestInformationContentSetMethod: "setContentFromParsable", + }, +}; +/* tslint:enable */ +/* eslint-enable */ diff --git a/packages/msgraph-beta-sdk-deviceManagement/deviceManagement/virtualEndpoint/cloudApps/retrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyId/index.ts b/packages/msgraph-beta-sdk-deviceManagement/deviceManagement/virtualEndpoint/cloudApps/retrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyId/index.ts new file mode 100644 index 0000000000..ce321da746 --- /dev/null +++ b/packages/msgraph-beta-sdk-deviceManagement/deviceManagement/virtualEndpoint/cloudApps/retrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyId/index.ts @@ -0,0 +1,127 @@ +/* tslint:disable */ +/* eslint-disable */ +// Generated by Microsoft Kiota +// @ts-ignore +import { createCloudPcDiscoveredAppFromDiscriminatorValue, deserializeIntoBaseCollectionPaginationCountResponse, serializeBaseCollectionPaginationCountResponse, serializeCloudPcDiscoveredApp, type BaseCollectionPaginationCountResponse, type CloudPcDiscoveredApp } from '@microsoft/msgraph-beta-sdk/models/index.js'; +// @ts-ignore +import { createODataErrorFromDiscriminatorValue, type ODataError } from '@microsoft/msgraph-beta-sdk/models/oDataErrors/index.js'; +// @ts-ignore +import { type BaseRequestBuilder, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions'; + +/** + * Creates a new instance of the appropriate class based on discriminator value + * @param parseNode The parse node to use to read the discriminator value and create the object + * @returns {RetrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyIdGetResponse} + */ +// @ts-ignore +export function createRetrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyIdGetResponseFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record void>) { + return deserializeIntoRetrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyIdGetResponse; +} +/** + * The deserialization information for the current model + * @param RetrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyIdGetResponse The instance to deserialize into. + * @returns {Record void>} + */ +// @ts-ignore +export function deserializeIntoRetrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyIdGetResponse(retrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyIdGetResponse: Partial | undefined = {}) : Record void> { + return { + ...deserializeIntoBaseCollectionPaginationCountResponse(retrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyIdGetResponse), + "value": n => { retrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyIdGetResponse.value = n.getCollectionOfObjectValues(createCloudPcDiscoveredAppFromDiscriminatorValue); }, + } +} +export interface RetrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyIdGetResponse extends BaseCollectionPaginationCountResponse, Parsable { + /** + * The value property + */ + value?: CloudPcDiscoveredApp[] | null; +} +/** + * Provides operations to call the retrieveDiscoveredApps method. + */ +export interface RetrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyIdRequestBuilder extends BaseRequestBuilder { + /** + * Invoke function retrieveDiscoveredApps + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @returns {Promise} + * @throws {ODataError} error when the service returns a 4XX or 5XX status code + */ + get(requestConfiguration?: RequestConfiguration | undefined) : Promise; + /** + * Invoke function retrieveDiscoveredApps + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @returns {RequestInformation} + */ + toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; +} +/** + * Invoke function retrieveDiscoveredApps + */ +export interface RetrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyIdRequestBuilderGetQueryParameters { + /** + * Include count of items + */ + count?: boolean; + /** + * Filter items by property values + */ + filter?: string; + /** + * Usage: provisioningPolicyId='@provisioningPolicyId' + */ + provisioningPolicyId?: string; + /** + * Search items by search phrases + */ + search?: string; + /** + * Skip the first n items + */ + skip?: number; + /** + * Show only the first n items + */ + top?: number; +} +/** + * Serializes information the current object + * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type. + * @param RetrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyIdGetResponse The instance to serialize from. + * @param writer Serialization writer to use to serialize this model + */ +// @ts-ignore +export function serializeRetrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyIdGetResponse(writer: SerializationWriter, retrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyIdGetResponse: Partial | undefined | null = {}, isSerializingDerivedType: boolean = false) : void { + if (!retrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyIdGetResponse || isSerializingDerivedType) { return; } + serializeBaseCollectionPaginationCountResponse(writer, retrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyIdGetResponse, isSerializingDerivedType) + writer.writeCollectionOfObjectValues("value", retrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyIdGetResponse.value, serializeCloudPcDiscoveredApp); +} +/** + * Uri template for the request builder. + */ +export const RetrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyIdRequestBuilderUriTemplate = "{+baseurl}/deviceManagement/virtualEndpoint/cloudApps/retrieveDiscoveredApps(sourceId='{sourceId}',provisioningPolicyId='@provisioningPolicyId'){?%24count,%24filter,%24search,%24skip,%24top,provisioningPolicyId*}"; +/** + * Mapper for query parameters from symbol name to serialization name represented as a constant. + */ +const RetrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyIdRequestBuilderGetQueryParametersMapper: Record = { + "count": "%24count", + "filter": "%24filter", + "search": "%24search", + "skip": "%24skip", + "top": "%24top", +}; +/** + * Metadata for all the requests in the request builder. + */ +export const RetrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyIdRequestBuilderRequestsMetadata: RequestsMetadata = { + get: { + uriTemplate: RetrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyIdRequestBuilderUriTemplate, + responseBodyContentType: "application/json", + errorMappings: { + XXX: createODataErrorFromDiscriminatorValue as ParsableFactory, + }, + adapterMethodName: "send", + responseBodyFactory: createRetrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyIdGetResponseFromDiscriminatorValue, + queryParametersMapper: RetrieveDiscoveredAppsWithSourceIdprovisioningPolicyIdProvisioningPolicyIdRequestBuilderGetQueryParametersMapper, + }, +}; +/* tslint:enable */ +/* eslint-enable */ diff --git a/packages/msgraph-beta-sdk-deviceManagement/deviceManagement/virtualEndpoint/cloudApps/unpublish/index.ts b/packages/msgraph-beta-sdk-deviceManagement/deviceManagement/virtualEndpoint/cloudApps/unpublish/index.ts new file mode 100644 index 0000000000..43b177bf81 --- /dev/null +++ b/packages/msgraph-beta-sdk-deviceManagement/deviceManagement/virtualEndpoint/cloudApps/unpublish/index.ts @@ -0,0 +1,92 @@ +/* tslint:disable */ +/* eslint-disable */ +// Generated by Microsoft Kiota +// @ts-ignore +import { createODataErrorFromDiscriminatorValue, type ODataError } from '@microsoft/msgraph-beta-sdk/models/oDataErrors/index.js'; +// @ts-ignore +import { type AdditionalDataHolder, type BackedModel, type BackingStore, type BaseRequestBuilder, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions'; + +/** + * Creates a new instance of the appropriate class based on discriminator value + * @param parseNode The parse node to use to read the discriminator value and create the object + * @returns {UnpublishPostRequestBody} + */ +// @ts-ignore +export function createUnpublishPostRequestBodyFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record void>) { + return deserializeIntoUnpublishPostRequestBody; +} +/** + * The deserialization information for the current model + * @param UnpublishPostRequestBody The instance to deserialize into. + * @returns {Record void>} + */ +// @ts-ignore +export function deserializeIntoUnpublishPostRequestBody(unpublishPostRequestBody: Partial | undefined = {}) : Record void> { + return { + "backingStoreEnabled": n => { unpublishPostRequestBody.backingStoreEnabled = true; }, + "cloudAppIds": n => { unpublishPostRequestBody.cloudAppIds = n.getCollectionOfPrimitiveValues(); }, + } +} +/** + * Serializes information the current object + * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type. + * @param UnpublishPostRequestBody The instance to serialize from. + * @param writer Serialization writer to use to serialize this model + */ +// @ts-ignore +export function serializeUnpublishPostRequestBody(writer: SerializationWriter, unpublishPostRequestBody: Partial | undefined | null = {}, isSerializingDerivedType: boolean = false) : void { + if (!unpublishPostRequestBody || isSerializingDerivedType) { return; } + writer.writeCollectionOfPrimitiveValues("cloudAppIds", unpublishPostRequestBody.cloudAppIds); + writer.writeAdditionalData(unpublishPostRequestBody.additionalData); +} +export interface UnpublishPostRequestBody extends AdditionalDataHolder, BackedModel, Parsable { + /** + * Stores model information. + */ + backingStoreEnabled?: boolean | null; + /** + * The cloudAppIds property + */ + cloudAppIds?: string[] | null; +} +/** + * Provides operations to call the unpublish method. + */ +export interface UnpublishRequestBuilder extends BaseRequestBuilder { + /** + * Invoke action unpublish + * @param body The request body + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @throws {ODataError} error when the service returns a 4XX or 5XX status code + */ + post(body: UnpublishPostRequestBody, requestConfiguration?: RequestConfiguration | undefined) : Promise; + /** + * Invoke action unpublish + * @param body The request body + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @returns {RequestInformation} + */ + toPostRequestInformation(body: UnpublishPostRequestBody, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; +} +/** + * Uri template for the request builder. + */ +export const UnpublishRequestBuilderUriTemplate = "{+baseurl}/deviceManagement/virtualEndpoint/cloudApps/unpublish"; +/** + * Metadata for all the requests in the request builder. + */ +export const UnpublishRequestBuilderRequestsMetadata: RequestsMetadata = { + post: { + uriTemplate: UnpublishRequestBuilderUriTemplate, + responseBodyContentType: "application/json", + errorMappings: { + XXX: createODataErrorFromDiscriminatorValue as ParsableFactory, + }, + adapterMethodName: "sendNoResponseContent", + requestBodyContentType: "application/json", + requestBodySerializer: serializeUnpublishPostRequestBody, + requestInformationContentSetMethod: "setContentFromParsable", + }, +}; +/* tslint:enable */ +/* eslint-enable */ diff --git a/packages/msgraph-beta-sdk-deviceManagement/deviceManagement/virtualEndpoint/index.ts b/packages/msgraph-beta-sdk-deviceManagement/deviceManagement/virtualEndpoint/index.ts index 1da323b8de..730956284b 100644 --- a/packages/msgraph-beta-sdk-deviceManagement/deviceManagement/virtualEndpoint/index.ts +++ b/packages/msgraph-beta-sdk-deviceManagement/deviceManagement/virtualEndpoint/index.ts @@ -10,6 +10,8 @@ import { AuditEventsRequestBuilderNavigationMetadata, AuditEventsRequestBuilderR // @ts-ignore import { BulkActionsRequestBuilderNavigationMetadata, BulkActionsRequestBuilderRequestsMetadata, type BulkActionsRequestBuilder } from './bulkActions/index.js'; // @ts-ignore +import { CloudAppsRequestBuilderNavigationMetadata, CloudAppsRequestBuilderRequestsMetadata, type CloudAppsRequestBuilder } from './cloudApps/index.js'; +// @ts-ignore import { CloudPCsRequestBuilderNavigationMetadata, CloudPCsRequestBuilderRequestsMetadata, type CloudPCsRequestBuilder } from './cloudPCs/index.js'; // @ts-ignore import { CrossCloudGovernmentOrganizationMappingRequestBuilderRequestsMetadata, type CrossCloudGovernmentOrganizationMappingRequestBuilder } from './crossCloudGovernmentOrganizationMapping/index.js'; @@ -58,6 +60,10 @@ export interface VirtualEndpointRequestBuilder extends BaseRequestBuilder { /** - * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. For validating properties of an existing group, use the validateProperties function for groups. The following validations are performed for the display name and mail nickname properties: 1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate the mail nickname is unique This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. + * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. For validating properties of an existing group, use the validateProperties function for groups. The following validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate the mail nickname is unique This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -80,7 +80,7 @@ export interface ValidatePropertiesRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. For validating properties of an existing group, use the validateProperties function for groups. The following validations are performed for the display name and mail nickname properties: 1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate the mail nickname is unique This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. + * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. For validating properties of an existing group, use the validateProperties function for groups. The following validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate the mail nickname is unique This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} diff --git a/packages/msgraph-beta-sdk-directory/directory/deletedItems/validateProperties/index.ts b/packages/msgraph-beta-sdk-directory/directory/deletedItems/validateProperties/index.ts index e701ffcef0..77f5533e8e 100644 --- a/packages/msgraph-beta-sdk-directory/directory/deletedItems/validateProperties/index.ts +++ b/packages/msgraph-beta-sdk-directory/directory/deletedItems/validateProperties/index.ts @@ -72,7 +72,7 @@ export interface ValidatePropertiesPostRequestBody extends AdditionalDataHolder, */ export interface ValidatePropertiesRequestBuilder extends BaseRequestBuilder { /** - * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. For validating properties of an existing group, use the validateProperties function for groups. The following validations are performed for the display name and mail nickname properties: 1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate the mail nickname is unique This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. + * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. For validating properties of an existing group, use the validateProperties function for groups. The following validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate the mail nickname is unique This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -80,7 +80,7 @@ export interface ValidatePropertiesRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. For validating properties of an existing group, use the validateProperties function for groups. The following validations are performed for the display name and mail nickname properties: 1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate the mail nickname is unique This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. + * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. For validating properties of an existing group, use the validateProperties function for groups. The following validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate the mail nickname is unique This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} diff --git a/packages/msgraph-beta-sdk-directoryObjects/directoryObjects/validateProperties/index.ts b/packages/msgraph-beta-sdk-directoryObjects/directoryObjects/validateProperties/index.ts index 328ffeaa3a..8831aebbd9 100644 --- a/packages/msgraph-beta-sdk-directoryObjects/directoryObjects/validateProperties/index.ts +++ b/packages/msgraph-beta-sdk-directoryObjects/directoryObjects/validateProperties/index.ts @@ -72,7 +72,7 @@ export interface ValidatePropertiesPostRequestBody extends AdditionalDataHolder, */ export interface ValidatePropertiesRequestBuilder extends BaseRequestBuilder { /** - * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. For validating properties of an existing group, use the validateProperties function for groups. The following validations are performed for the display name and mail nickname properties: 1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate the mail nickname is unique This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. + * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. For validating properties of an existing group, use the validateProperties function for groups. The following validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate the mail nickname is unique This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -80,7 +80,7 @@ export interface ValidatePropertiesRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. For validating properties of an existing group, use the validateProperties function for groups. The following validations are performed for the display name and mail nickname properties: 1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate the mail nickname is unique This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. + * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. For validating properties of an existing group, use the validateProperties function for groups. The following validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate the mail nickname is unique This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} diff --git a/packages/msgraph-beta-sdk-directoryRoleTemplates/directoryRoleTemplates/validateProperties/index.ts b/packages/msgraph-beta-sdk-directoryRoleTemplates/directoryRoleTemplates/validateProperties/index.ts index 39a8370daa..524681c7ee 100644 --- a/packages/msgraph-beta-sdk-directoryRoleTemplates/directoryRoleTemplates/validateProperties/index.ts +++ b/packages/msgraph-beta-sdk-directoryRoleTemplates/directoryRoleTemplates/validateProperties/index.ts @@ -72,7 +72,7 @@ export interface ValidatePropertiesPostRequestBody extends AdditionalDataHolder, */ export interface ValidatePropertiesRequestBuilder extends BaseRequestBuilder { /** - * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. For validating properties of an existing group, use the validateProperties function for groups. The following validations are performed for the display name and mail nickname properties: 1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate the mail nickname is unique This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. + * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. For validating properties of an existing group, use the validateProperties function for groups. The following validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate the mail nickname is unique This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -80,7 +80,7 @@ export interface ValidatePropertiesRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. For validating properties of an existing group, use the validateProperties function for groups. The following validations are performed for the display name and mail nickname properties: 1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate the mail nickname is unique This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. + * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. For validating properties of an existing group, use the validateProperties function for groups. The following validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate the mail nickname is unique This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} diff --git a/packages/msgraph-beta-sdk-directoryRoles/directoryRoles/validateProperties/index.ts b/packages/msgraph-beta-sdk-directoryRoles/directoryRoles/validateProperties/index.ts index 668bb8aefa..b0407c5873 100644 --- a/packages/msgraph-beta-sdk-directoryRoles/directoryRoles/validateProperties/index.ts +++ b/packages/msgraph-beta-sdk-directoryRoles/directoryRoles/validateProperties/index.ts @@ -72,7 +72,7 @@ export interface ValidatePropertiesPostRequestBody extends AdditionalDataHolder, */ export interface ValidatePropertiesRequestBuilder extends BaseRequestBuilder { /** - * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. For validating properties of an existing group, use the validateProperties function for groups. The following validations are performed for the display name and mail nickname properties: 1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate the mail nickname is unique This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. + * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. For validating properties of an existing group, use the validateProperties function for groups. The following validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate the mail nickname is unique This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -80,7 +80,7 @@ export interface ValidatePropertiesRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. For validating properties of an existing group, use the validateProperties function for groups. The following validations are performed for the display name and mail nickname properties: 1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate the mail nickname is unique This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. + * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. For validating properties of an existing group, use the validateProperties function for groups. The following validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate the mail nickname is unique This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} diff --git a/packages/msgraph-beta-sdk-directorySettingTemplates/directorySettingTemplates/validateProperties/index.ts b/packages/msgraph-beta-sdk-directorySettingTemplates/directorySettingTemplates/validateProperties/index.ts index 3a8bae5211..9d0b546c8e 100644 --- a/packages/msgraph-beta-sdk-directorySettingTemplates/directorySettingTemplates/validateProperties/index.ts +++ b/packages/msgraph-beta-sdk-directorySettingTemplates/directorySettingTemplates/validateProperties/index.ts @@ -72,7 +72,7 @@ export interface ValidatePropertiesPostRequestBody extends AdditionalDataHolder, */ export interface ValidatePropertiesRequestBuilder extends BaseRequestBuilder { /** - * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. For validating properties of an existing group, use the validateProperties function for groups. The following validations are performed for the display name and mail nickname properties: 1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate the mail nickname is unique This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. + * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. For validating properties of an existing group, use the validateProperties function for groups. The following validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate the mail nickname is unique This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -80,7 +80,7 @@ export interface ValidatePropertiesRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. For validating properties of an existing group, use the validateProperties function for groups. The following validations are performed for the display name and mail nickname properties: 1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate the mail nickname is unique This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. + * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. For validating properties of an existing group, use the validateProperties function for groups. The following validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate the mail nickname is unique This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} diff --git a/packages/msgraph-beta-sdk-drives/drives/item/items/item/workbook/tables/add/index.ts b/packages/msgraph-beta-sdk-drives/drives/item/items/item/workbook/tables/add/index.ts index de60ca4e40..9f578c5d43 100644 --- a/packages/msgraph-beta-sdk-drives/drives/item/items/item/workbook/tables/add/index.ts +++ b/packages/msgraph-beta-sdk-drives/drives/item/items/item/workbook/tables/add/index.ts @@ -27,16 +27,16 @@ export interface AddPostRequestBody extends AdditionalDataHolder, BackedModel, P */ export interface AddRequestBuilder extends BaseRequestBuilder { /** - * Use this API to create a new Table. + * Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is thrown. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/workbook-post-tables?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/tablecollection-add?view=graph-rest-beta|Find more info here} */ post(body: AddPostRequestBody, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Use this API to create a new Table. + * Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is thrown. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} diff --git a/packages/msgraph-beta-sdk-drives/drives/item/items/item/workbook/worksheets/item/tables/add/index.ts b/packages/msgraph-beta-sdk-drives/drives/item/items/item/workbook/worksheets/item/tables/add/index.ts index da9a44de3f..8fca98a2f7 100644 --- a/packages/msgraph-beta-sdk-drives/drives/item/items/item/workbook/worksheets/item/tables/add/index.ts +++ b/packages/msgraph-beta-sdk-drives/drives/item/items/item/workbook/worksheets/item/tables/add/index.ts @@ -27,16 +27,16 @@ export interface AddPostRequestBody extends AdditionalDataHolder, BackedModel, P */ export interface AddRequestBuilder extends BaseRequestBuilder { /** - * Use this API to create a new Table. + * Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is thrown. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/workbook-post-tables?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/tablecollection-add?view=graph-rest-beta|Find more info here} */ post(body: AddPostRequestBody, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Use this API to create a new Table. + * Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is thrown. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} diff --git a/packages/msgraph-beta-sdk-education/education/users/item/index.ts b/packages/msgraph-beta-sdk-education/education/users/item/index.ts index 092a0da935..81a2b02a2f 100644 --- a/packages/msgraph-beta-sdk-education/education/users/item/index.ts +++ b/packages/msgraph-beta-sdk-education/education/users/item/index.ts @@ -64,12 +64,12 @@ export interface EducationUserItemRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Update the relatedContact collection of an educationUser object. + * Update the properties of an educationuser object. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/relatedcontact-update?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/educationuser-update?view=graph-rest-beta|Find more info here} */ patch(body: EducationUser, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -85,7 +85,7 @@ export interface EducationUserItemRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; /** - * Update the relatedContact collection of an educationUser object. + * Update the properties of an educationuser object. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} diff --git a/packages/msgraph-beta-sdk-external/external/connections/item/schema/index.ts b/packages/msgraph-beta-sdk-external/external/connections/item/schema/index.ts index 6d0e679767..bcf37eef62 100644 --- a/packages/msgraph-beta-sdk-external/external/connections/item/schema/index.ts +++ b/packages/msgraph-beta-sdk-external/external/connections/item/schema/index.ts @@ -21,12 +21,12 @@ export interface SchemaRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Update the properties of a schema for an externalConnection. + * Create a new or update an existing schema for a Microsoft Search connection. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/externalconnectors-schema-update?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-patch-schema?view=graph-rest-beta|Find more info here} */ patch(body: Schema, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -36,7 +36,7 @@ export interface SchemaRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; /** - * Update the properties of a schema for an externalConnection. + * Create a new or update an existing schema for a Microsoft Search connection. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} diff --git a/packages/msgraph-beta-sdk-external/external/industryData/dataConnectors/index.ts b/packages/msgraph-beta-sdk-external/external/industryData/dataConnectors/index.ts index aba291ab7b..6262d71fb2 100644 --- a/packages/msgraph-beta-sdk-external/external/industryData/dataConnectors/index.ts +++ b/packages/msgraph-beta-sdk-external/external/industryData/dataConnectors/index.ts @@ -35,12 +35,12 @@ export interface DataConnectorsRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Create a new azureDataLakeConnector object. + * Create a new oneRosterApiDataConnector object. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/industrydata-azuredatalakeconnector-post?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/industrydata-onerosterapidataconnector-post?view=graph-rest-beta|Find more info here} */ post(body: IndustryDataConnector, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -50,7 +50,7 @@ export interface DataConnectorsRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; /** - * Create a new azureDataLakeConnector object. + * Create a new oneRosterApiDataConnector object. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} diff --git a/packages/msgraph-beta-sdk-external/external/industryData/inboundFlows/index.ts b/packages/msgraph-beta-sdk-external/external/industryData/inboundFlows/index.ts index a232fc4451..61aa2bc7cd 100644 --- a/packages/msgraph-beta-sdk-external/external/industryData/inboundFlows/index.ts +++ b/packages/msgraph-beta-sdk-external/external/industryData/inboundFlows/index.ts @@ -35,12 +35,12 @@ export interface InboundFlowsRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Create a new inboundApiFlow object. + * Create a new inboundFileFlow object. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/industrydata-inboundapiflow-post?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/industrydata-inboundfileflow-post?view=graph-rest-beta|Find more info here} */ post(body: InboundFlow, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -50,7 +50,7 @@ export interface InboundFlowsRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; /** - * Create a new inboundApiFlow object. + * Create a new inboundFileFlow object. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} diff --git a/packages/msgraph-beta-sdk-external/external/industryData/operations/item/index.ts b/packages/msgraph-beta-sdk-external/external/industryData/operations/item/index.ts index 48dc82243d..ea0f22900c 100644 --- a/packages/msgraph-beta-sdk-external/external/industryData/operations/item/index.ts +++ b/packages/msgraph-beta-sdk-external/external/industryData/operations/item/index.ts @@ -19,11 +19,11 @@ export interface LongRunningOperationItemRequestBuilder extends BaseRequestBuild */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Read the properties and relationships of a longRunningOperation object. This API allows you to retrieve the details and status of the following long-running Microsoft Graph API operations. The possible states of the long-running operation are notStarted, running, succeeded, failed, unknownFutureValue where succeeded and failed are terminal states. + * Read the properties and relationships of a fileValidateOperation object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/longrunningoperation-get?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/industrydata-filevalidateoperation-get?view=graph-rest-beta|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -41,7 +41,7 @@ export interface LongRunningOperationItemRequestBuilder extends BaseRequestBuild */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Read the properties and relationships of a longRunningOperation object. This API allows you to retrieve the details and status of the following long-running Microsoft Graph API operations. The possible states of the long-running operation are notStarted, running, succeeded, failed, unknownFutureValue where succeeded and failed are terminal states. + * Read the properties and relationships of a fileValidateOperation object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -55,7 +55,7 @@ export interface LongRunningOperationItemRequestBuilder extends BaseRequestBuild toPatchRequestInformation(body: LongRunningOperation, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Read the properties and relationships of a longRunningOperation object. This API allows you to retrieve the details and status of the following long-running Microsoft Graph API operations. The possible states of the long-running operation are notStarted, running, succeeded, failed, unknownFutureValue where succeeded and failed are terminal states. + * Read the properties and relationships of a fileValidateOperation object. */ export interface LongRunningOperationItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-groups/groups/index.ts b/packages/msgraph-beta-sdk-groups/groups/index.ts index 5fbc4b1dd7..0670799107 100644 --- a/packages/msgraph-beta-sdk-groups/groups/index.ts +++ b/packages/msgraph-beta-sdk-groups/groups/index.ts @@ -65,12 +65,12 @@ export interface GroupsRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Create a new group as specified in the request body. You can create one of the following groups: This operation returns by default only a subset of the properties for each group. These default properties are noted in the Properties section. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option. Note: To create a team, first create a group then add a team to it, see create team. + * Create a new group object if it doesn't exist, or update the properties of an existing group object.You can create or update the following types of group: By default, this operation returns only a subset of the properties for each group. For a list of properties that are returned by default, see the Properties section of the group resource. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/group-post-groups?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-beta|Find more info here} */ post(body: Group, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -80,7 +80,7 @@ export interface GroupsRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; /** - * Create a new group as specified in the request body. You can create one of the following groups: This operation returns by default only a subset of the properties for each group. These default properties are noted in the Properties section. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option. Note: To create a team, first create a group then add a team to it, see create team. + * Create a new group object if it doesn't exist, or update the properties of an existing group object.You can create or update the following types of group: By default, this operation returns only a subset of the properties for each group. For a list of properties that are returned by default, see the Properties section of the group resource. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} diff --git a/packages/msgraph-beta-sdk-groups/groups/item/conversations/index.ts b/packages/msgraph-beta-sdk-groups/groups/item/conversations/index.ts index 96fb6e39ae..e947d81a0f 100644 --- a/packages/msgraph-beta-sdk-groups/groups/item/conversations/index.ts +++ b/packages/msgraph-beta-sdk-groups/groups/item/conversations/index.ts @@ -35,12 +35,12 @@ export interface ConversationsRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions. + * Create a new conversation by including a thread and a post. Use reply thread or reply post to further post to that conversation. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/group-post-conversations?view=graph-rest-beta|Find more info here} */ post(body: Conversation, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -50,7 +50,7 @@ export interface ConversationsRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; /** - * Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions. + * Create a new conversation by including a thread and a post. Use reply thread or reply post to further post to that conversation. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} diff --git a/packages/msgraph-beta-sdk-groups/groups/item/conversations/item/index.ts b/packages/msgraph-beta-sdk-groups/groups/item/conversations/item/index.ts index e28fd22df1..b57cd732f7 100644 --- a/packages/msgraph-beta-sdk-groups/groups/item/conversations/item/index.ts +++ b/packages/msgraph-beta-sdk-groups/groups/item/conversations/item/index.ts @@ -26,11 +26,11 @@ export interface ConversationItemRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Retrieve the properties and relationships of conversation object. + * Get a group's conversation object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/conversation-get?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/group-get-conversation?view=graph-rest-beta|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -40,14 +40,14 @@ export interface ConversationItemRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; /** - * Retrieve the properties and relationships of conversation object. + * Get a group's conversation object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Retrieve the properties and relationships of conversation object. + * Get a group's conversation object. */ export interface ConversationItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-groups/groups/item/conversations/item/threads/item/reply/index.ts b/packages/msgraph-beta-sdk-groups/groups/item/conversations/item/threads/item/reply/index.ts index 319139b8d0..fc5b273722 100644 --- a/packages/msgraph-beta-sdk-groups/groups/item/conversations/item/threads/item/reply/index.ts +++ b/packages/msgraph-beta-sdk-groups/groups/item/conversations/item/threads/item/reply/index.ts @@ -44,15 +44,15 @@ export interface ReplyPostRequestBody extends AdditionalDataHolder, BackedModel, */ export interface ReplyRequestBuilder extends BaseRequestBuilder { /** - * Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions. + * Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/post-reply?view=graph-rest-beta|Find more info here} */ post(body: ReplyPostRequestBody, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions. + * Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} diff --git a/packages/msgraph-beta-sdk-groups/groups/item/threads/item/index.ts b/packages/msgraph-beta-sdk-groups/groups/item/threads/item/index.ts index bb42c69a4b..c454d9c5a0 100644 --- a/packages/msgraph-beta-sdk-groups/groups/item/threads/item/index.ts +++ b/packages/msgraph-beta-sdk-groups/groups/item/threads/item/index.ts @@ -25,18 +25,18 @@ export interface ConversationThreadItemRequestBuilder extends BaseRequestBuilder */ get reply(): ReplyRequestBuilder; /** - * Delete conversationThread. + * Delete a thread object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/conversationthread-delete?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/group-delete-thread?view=graph-rest-beta|Find more info here} */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Get a specific thread that belongs to a group. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation. + * Get a thread object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/conversationthread-get?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/group-get-thread?view=graph-rest-beta|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -49,13 +49,13 @@ export interface ConversationThreadItemRequestBuilder extends BaseRequestBuilder */ patch(body: ConversationThread, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Delete conversationThread. + * Delete a thread object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Get a specific thread that belongs to a group. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation. + * Get a thread object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -69,7 +69,7 @@ export interface ConversationThreadItemRequestBuilder extends BaseRequestBuilder toPatchRequestInformation(body: ConversationThread, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Get a specific thread that belongs to a group. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation. + * Get a thread object. */ export interface ConversationThreadItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-groups/groups/item/threads/item/reply/index.ts b/packages/msgraph-beta-sdk-groups/groups/item/threads/item/reply/index.ts index 13cc235c07..9ac56bdc91 100644 --- a/packages/msgraph-beta-sdk-groups/groups/item/threads/item/reply/index.ts +++ b/packages/msgraph-beta-sdk-groups/groups/item/threads/item/reply/index.ts @@ -44,15 +44,15 @@ export interface ReplyPostRequestBody extends AdditionalDataHolder, BackedModel, */ export interface ReplyRequestBuilder extends BaseRequestBuilder { /** - * Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions. + * Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/post-reply?view=graph-rest-beta|Find more info here} */ post(body: ReplyPostRequestBody, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions. + * Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} diff --git a/packages/msgraph-beta-sdk-groups/groups/item/validateProperties/index.ts b/packages/msgraph-beta-sdk-groups/groups/item/validateProperties/index.ts index 7b34901690..58dd25c86e 100644 --- a/packages/msgraph-beta-sdk-groups/groups/item/validateProperties/index.ts +++ b/packages/msgraph-beta-sdk-groups/groups/item/validateProperties/index.ts @@ -66,7 +66,7 @@ export interface ValidatePropertiesPostRequestBody extends AdditionalDataHolder, */ export interface ValidatePropertiesRequestBuilder extends BaseRequestBuilder { /** - * Validate if a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use the API to determine if a display name or mail nickname is valid before trying to update a Microsoft 365 group. For validating properties before creating a group, use the validateProperties function for directory objects. The following validations are performed for the display name and mail nickname properties: This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. + * Validate if a Microsoft 365 Group's display name or mail nickname complies with naming policies. Clients can use the API to determine if a display name or mail nickname is valid before trying to update a Microsoft 365 Group. For validating properties before creating a group, use the validateProperties function for directory objects. The following validations are performed for the display name and mail nickname properties: This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -74,7 +74,7 @@ export interface ValidatePropertiesRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Validate if a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use the API to determine if a display name or mail nickname is valid before trying to update a Microsoft 365 group. For validating properties before creating a group, use the validateProperties function for directory objects. The following validations are performed for the display name and mail nickname properties: This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. + * Validate if a Microsoft 365 Group's display name or mail nickname complies with naming policies. Clients can use the API to determine if a display name or mail nickname is valid before trying to update a Microsoft 365 Group. For validating properties before creating a group, use the validateProperties function for directory objects. The following validations are performed for the display name and mail nickname properties: This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} diff --git a/packages/msgraph-beta-sdk-groups/groups/validateProperties/index.ts b/packages/msgraph-beta-sdk-groups/groups/validateProperties/index.ts index 5c5922f477..d665c205bb 100644 --- a/packages/msgraph-beta-sdk-groups/groups/validateProperties/index.ts +++ b/packages/msgraph-beta-sdk-groups/groups/validateProperties/index.ts @@ -72,7 +72,7 @@ export interface ValidatePropertiesPostRequestBody extends AdditionalDataHolder, */ export interface ValidatePropertiesRequestBuilder extends BaseRequestBuilder { /** - * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. For validating properties of an existing group, use the validateProperties function for groups. The following validations are performed for the display name and mail nickname properties: 1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate the mail nickname is unique This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. + * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. For validating properties of an existing group, use the validateProperties function for groups. The following validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate the mail nickname is unique This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -80,7 +80,7 @@ export interface ValidatePropertiesRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. For validating properties of an existing group, use the validateProperties function for groups. The following validations are performed for the display name and mail nickname properties: 1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate the mail nickname is unique This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. + * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. For validating properties of an existing group, use the validateProperties function for groups. The following validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate the mail nickname is unique This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} diff --git a/packages/msgraph-beta-sdk-identity/identity/customAuthenticationExtensions/item/index.ts b/packages/msgraph-beta-sdk-identity/identity/customAuthenticationExtensions/item/index.ts index 169a211652..7e9d3ece52 100644 --- a/packages/msgraph-beta-sdk-identity/identity/customAuthenticationExtensions/item/index.ts +++ b/packages/msgraph-beta-sdk-identity/identity/customAuthenticationExtensions/item/index.ts @@ -26,11 +26,11 @@ export interface CustomAuthenticationExtensionItemRequestBuilder extends BaseReq */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Read the properties and relationships of a customAuthenticationExtension object. The following derived types are currently supported. + * Read the properties and relationships of an authenticationEventListener object. The @odata.type property in the response object indicates the type of the authenticationEventListener object. The following derived types are currently supported. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/customauthenticationextension-get?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/authenticationeventlistener-get?view=graph-rest-beta|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -48,7 +48,7 @@ export interface CustomAuthenticationExtensionItemRequestBuilder extends BaseReq */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Read the properties and relationships of a customAuthenticationExtension object. The following derived types are currently supported. + * Read the properties and relationships of an authenticationEventListener object. The @odata.type property in the response object indicates the type of the authenticationEventListener object. The following derived types are currently supported. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -62,7 +62,7 @@ export interface CustomAuthenticationExtensionItemRequestBuilder extends BaseReq toPatchRequestInformation(body: CustomAuthenticationExtension, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Read the properties and relationships of a customAuthenticationExtension object. The following derived types are currently supported. + * Read the properties and relationships of an authenticationEventListener object. The @odata.type property in the response object indicates the type of the authenticationEventListener object. The following derived types are currently supported. */ export interface CustomAuthenticationExtensionItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-identityGovernance/identityGovernance/entitlementManagement/accessPackageCatalogs/item/accessPackageCustomWorkflowExtensions/item/index.ts b/packages/msgraph-beta-sdk-identityGovernance/identityGovernance/entitlementManagement/accessPackageCatalogs/item/accessPackageCustomWorkflowExtensions/item/index.ts index efaa3db6b1..9b1202369a 100644 --- a/packages/msgraph-beta-sdk-identityGovernance/identityGovernance/entitlementManagement/accessPackageCatalogs/item/accessPackageCustomWorkflowExtensions/item/index.ts +++ b/packages/msgraph-beta-sdk-identityGovernance/identityGovernance/entitlementManagement/accessPackageCatalogs/item/accessPackageCustomWorkflowExtensions/item/index.ts @@ -20,12 +20,12 @@ export interface CustomCalloutExtensionItemRequestBuilder extends BaseRequestBui */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object. + * Read the properties and relationships of an accessPackageAssignmentWorkflowExtension object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code * @deprecated as of 2022-10/PrivatePreview:MicrosofEntitlementManagementCustomextensions on 2023-03-01 and will be removed 2023-12-31 - * @see {@link https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-get?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-get?view=graph-rest-beta|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -46,7 +46,7 @@ export interface CustomCalloutExtensionItemRequestBuilder extends BaseRequestBui */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object. + * Read the properties and relationships of an accessPackageAssignmentWorkflowExtension object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} * @deprecated as of 2022-10/PrivatePreview:MicrosofEntitlementManagementCustomextensions on 2023-03-01 and will be removed 2023-12-31 @@ -62,7 +62,7 @@ export interface CustomCalloutExtensionItemRequestBuilder extends BaseRequestBui toPatchRequestInformation(body: CustomCalloutExtension, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object. + * Read the properties and relationships of an accessPackageAssignmentWorkflowExtension object. */ export interface CustomCalloutExtensionItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-identityGovernance/identityGovernance/entitlementManagement/accessPackageCatalogs/item/customAccessPackageWorkflowExtensions/item/index.ts b/packages/msgraph-beta-sdk-identityGovernance/identityGovernance/entitlementManagement/accessPackageCatalogs/item/customAccessPackageWorkflowExtensions/item/index.ts index e327bb631f..23ec7ec82d 100644 --- a/packages/msgraph-beta-sdk-identityGovernance/identityGovernance/entitlementManagement/accessPackageCatalogs/item/customAccessPackageWorkflowExtensions/item/index.ts +++ b/packages/msgraph-beta-sdk-identityGovernance/identityGovernance/entitlementManagement/accessPackageCatalogs/item/customAccessPackageWorkflowExtensions/item/index.ts @@ -13,11 +13,11 @@ import { type BaseRequestBuilder, type Parsable, type ParsableFactory, type Requ */ export interface CustomAccessPackageWorkflowExtensionItemRequestBuilder extends BaseRequestBuilder { /** - * Delete a customAccessPackageWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:1. First retrieve the accessPackageCatalogId by calling the Get accessPackageAssignmentPolicies operation and appending ?$expand=accessPackage($expand=accessPackageCatalog) to the query. For example, https://graph.microsoft.com/beta/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies?$expand=accessPackage($expand=accessPackageCatalog).2. Use the access package catalog ID and retrieve the ID of the customAccessPackageWorkflowExtension object that you want to delete by running the LIST customAccessPackageWorkflowExtensions operation.3. Call the Update accessPackageAssignmentPolicy operation to remove the custom workflow extension object from the policy. For an example, see Example 2: Remove the customExtensionHandlers and verifiableCredentialSettings from a policy. + * Delete an accessPackageAssignmentRequestWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:1. First retrieve the accessPackageCatalogId by calling the Get accessPackageAssignmentPolicies operation and appending ?$expand=accessPackage($expand=accessPackageCatalog) to the query. For example, https://graph.microsoft.com/beta/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies?$expand=accessPackage($expand=accessPackageCatalog).2. Use the access package catalog ID and retrieve the ID of the accessPackageCustomWorkflowExtension object that you want to delete by running the List accessPackageCustomWorkflowExtensions operation.3. Call the Update accessPackageAssignmentPolicy operation to remove the custom workflow extension object from the policy. For an example, see Example 3: Remove the customExtensionStageSettings from a policy. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @throws {ODataError} error when the service returns a 4XX or 5XX status code * @deprecated as of 2022-10/PrivatePreview:MicrosofEntitlementManagementCustomextensions on 2023-03-01 and will be removed 2023-12-31 - * @see {@link https://learn.microsoft.com/graph/api/customaccesspackageworkflowextension-delete?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-delete?view=graph-rest-beta|Find more info here} */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -40,7 +40,7 @@ export interface CustomAccessPackageWorkflowExtensionItemRequestBuilder extends */ patch(body: CustomAccessPackageWorkflowExtension, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Delete a customAccessPackageWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:1. First retrieve the accessPackageCatalogId by calling the Get accessPackageAssignmentPolicies operation and appending ?$expand=accessPackage($expand=accessPackageCatalog) to the query. For example, https://graph.microsoft.com/beta/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies?$expand=accessPackage($expand=accessPackageCatalog).2. Use the access package catalog ID and retrieve the ID of the customAccessPackageWorkflowExtension object that you want to delete by running the LIST customAccessPackageWorkflowExtensions operation.3. Call the Update accessPackageAssignmentPolicy operation to remove the custom workflow extension object from the policy. For an example, see Example 2: Remove the customExtensionHandlers and verifiableCredentialSettings from a policy. + * Delete an accessPackageAssignmentRequestWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:1. First retrieve the accessPackageCatalogId by calling the Get accessPackageAssignmentPolicies operation and appending ?$expand=accessPackage($expand=accessPackageCatalog) to the query. For example, https://graph.microsoft.com/beta/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies?$expand=accessPackage($expand=accessPackageCatalog).2. Use the access package catalog ID and retrieve the ID of the accessPackageCustomWorkflowExtension object that you want to delete by running the List accessPackageCustomWorkflowExtensions operation.3. Call the Update accessPackageAssignmentPolicy operation to remove the custom workflow extension object from the policy. For an example, see Example 3: Remove the customExtensionStageSettings from a policy. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} * @deprecated as of 2022-10/PrivatePreview:MicrosofEntitlementManagementCustomextensions on 2023-03-01 and will be removed 2023-12-31 diff --git a/packages/msgraph-beta-sdk-identityProtection/identityProtection/riskyUsers/index.ts b/packages/msgraph-beta-sdk-identityProtection/identityProtection/riskyUsers/index.ts index 5745ca9c4a..1b36b1d20b 100644 --- a/packages/msgraph-beta-sdk-identityProtection/identityProtection/riskyUsers/index.ts +++ b/packages/msgraph-beta-sdk-identityProtection/identityProtection/riskyUsers/index.ts @@ -45,11 +45,11 @@ export interface RiskyUsersRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/riskyusers-list?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/riskyusers-get?view=graph-rest-beta|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -61,7 +61,7 @@ export interface RiskyUsersRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Retrieve the properties and relationships of a collection of riskyUser objects. + * Retrieve the properties and relationships of a riskyUser object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -75,7 +75,7 @@ export interface RiskyUsersRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * Retrieve the properties and relationships of a collection of riskyUser objects. + * Retrieve the properties and relationships of a riskyUser object. */ export interface RiskyUsersRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-networkAccess/networkAccess/filteringProfiles/item/policies/item/index.ts b/packages/msgraph-beta-sdk-networkAccess/networkAccess/filteringProfiles/item/policies/item/index.ts index 2b705578be..efdac75de8 100644 --- a/packages/msgraph-beta-sdk-networkAccess/networkAccess/filteringProfiles/item/policies/item/index.ts +++ b/packages/msgraph-beta-sdk-networkAccess/networkAccess/filteringProfiles/item/policies/item/index.ts @@ -19,43 +19,43 @@ export interface PolicyLinkItemRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Get a tlsInspectionPolicyLink object. + * Read the properties and relationships of a threatIntelligencePolicyLink object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/networkaccess-tlsinspectionpolicylink-get?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/networkaccess-threatintelligencepolicylink-get?view=graph-rest-beta|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Update the properties of a threatIntelligencePolicyLink object. + * Update the properties of a tlsInspectionPolicyLink object. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/networkaccess-threatintelligencepolicylink-update?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/networkaccess-tlsinspectionpolicylink-update?view=graph-rest-beta|Find more info here} */ patch(body: PolicyLink, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Delete a threatIntelligencePolicyLink object. + * Delete a tlsInspectionPolicyLink object. Used to unlink a tlsInspectionPolicy from a filtering profile. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Get a tlsInspectionPolicyLink object. + * Read the properties and relationships of a threatIntelligencePolicyLink object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Update the properties of a threatIntelligencePolicyLink object. + * Update the properties of a tlsInspectionPolicyLink object. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} @@ -63,7 +63,7 @@ export interface PolicyLinkItemRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * Get a tlsInspectionPolicyLink object. + * Read the properties and relationships of a threatIntelligencePolicyLink object. */ export interface PolicyLinkItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-organization/organization/validateProperties/index.ts b/packages/msgraph-beta-sdk-organization/organization/validateProperties/index.ts index 546b17ab8f..079bd6656b 100644 --- a/packages/msgraph-beta-sdk-organization/organization/validateProperties/index.ts +++ b/packages/msgraph-beta-sdk-organization/organization/validateProperties/index.ts @@ -72,7 +72,7 @@ export interface ValidatePropertiesPostRequestBody extends AdditionalDataHolder, */ export interface ValidatePropertiesRequestBuilder extends BaseRequestBuilder { /** - * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. For validating properties of an existing group, use the validateProperties function for groups. The following validations are performed for the display name and mail nickname properties: 1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate the mail nickname is unique This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. + * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. For validating properties of an existing group, use the validateProperties function for groups. The following validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate the mail nickname is unique This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -80,7 +80,7 @@ export interface ValidatePropertiesRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. For validating properties of an existing group, use the validateProperties function for groups. The following validations are performed for the display name and mail nickname properties: 1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate the mail nickname is unique This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. + * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. For validating properties of an existing group, use the validateProperties function for groups. The following validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate the mail nickname is unique This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} diff --git a/packages/msgraph-beta-sdk-permissionGrants/permissionGrants/validateProperties/index.ts b/packages/msgraph-beta-sdk-permissionGrants/permissionGrants/validateProperties/index.ts index e462792c6d..7c4504716b 100644 --- a/packages/msgraph-beta-sdk-permissionGrants/permissionGrants/validateProperties/index.ts +++ b/packages/msgraph-beta-sdk-permissionGrants/permissionGrants/validateProperties/index.ts @@ -72,7 +72,7 @@ export interface ValidatePropertiesPostRequestBody extends AdditionalDataHolder, */ export interface ValidatePropertiesRequestBuilder extends BaseRequestBuilder { /** - * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. For validating properties of an existing group, use the validateProperties function for groups. The following validations are performed for the display name and mail nickname properties: 1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate the mail nickname is unique This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. + * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. For validating properties of an existing group, use the validateProperties function for groups. The following validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate the mail nickname is unique This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -80,7 +80,7 @@ export interface ValidatePropertiesRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. For validating properties of an existing group, use the validateProperties function for groups. The following validations are performed for the display name and mail nickname properties: 1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate the mail nickname is unique This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. + * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. For validating properties of an existing group, use the validateProperties function for groups. The following validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate the mail nickname is unique This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} diff --git a/packages/msgraph-beta-sdk-places/places/graphRoom/index.ts b/packages/msgraph-beta-sdk-places/places/graphRoom/index.ts index 0065c0a3ee..1cc8c0e8e1 100644 --- a/packages/msgraph-beta-sdk-places/places/graphRoom/index.ts +++ b/packages/msgraph-beta-sdk-places/places/graphRoom/index.ts @@ -19,7 +19,7 @@ export interface GraphRoomRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -27,14 +27,14 @@ export interface GraphRoomRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Get a collection of the specified type of place objects defined in the tenant. You can do the following for a given tenant:- List all the rooms.- List all the workspaces.- List all the room lists.- List rooms in a specific room list.- List workspaces in a specific room list. A place object can be one of the following types: The room, workspace and roomList resources are derived from the place object. By default, this operation returns up to 100 places per page. Compared with the findRooms and findRoomLists functions, this operation returns a richer payload for rooms and room lists. For details about how they compare, see Using the places API. + * Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list. By default, this operation returns up to 100 rooms, workspaces, and room lists per page, and 1,000 buildings, floors, sections, and desks per page. Compared with the findRooms and findRoomLists functions, this operation returns a richer payload for rooms and room lists. For details about how they compare, see Using the places API. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Get a collection of the specified type of place objects defined in the tenant. You can do the following for a given tenant:- List all the rooms.- List all the workspaces.- List all the room lists.- List rooms in a specific room list.- List workspaces in a specific room list. A place object can be one of the following types: The room, workspace and roomList resources are derived from the place object. By default, this operation returns up to 100 places per page. Compared with the findRooms and findRoomLists functions, this operation returns a richer payload for rooms and room lists. For details about how they compare, see Using the places API. + * Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list. By default, this operation returns up to 100 rooms, workspaces, and room lists per page, and 1,000 buildings, floors, sections, and desks per page. Compared with the findRooms and findRoomLists functions, this operation returns a richer payload for rooms and room lists. For details about how they compare, see Using the places API. */ export interface GraphRoomRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-places/places/item/descendants/index.ts b/packages/msgraph-beta-sdk-places/places/item/descendants/index.ts new file mode 100644 index 0000000000..493acdf6a4 --- /dev/null +++ b/packages/msgraph-beta-sdk-places/places/item/descendants/index.ts @@ -0,0 +1,138 @@ +/* tslint:disable */ +/* eslint-disable */ +// Generated by Microsoft Kiota +// @ts-ignore +import { createPlaceFromDiscriminatorValue, deserializeIntoBaseCollectionPaginationCountResponse, serializeBaseCollectionPaginationCountResponse, serializePlace, type BaseCollectionPaginationCountResponse, type Place } from '@microsoft/msgraph-beta-sdk/models/index.js'; +// @ts-ignore +import { createODataErrorFromDiscriminatorValue, type ODataError } from '@microsoft/msgraph-beta-sdk/models/oDataErrors/index.js'; +// @ts-ignore +import { type BaseRequestBuilder, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions'; + +/** + * Creates a new instance of the appropriate class based on discriminator value + * @param parseNode The parse node to use to read the discriminator value and create the object + * @returns {DescendantsGetResponse} + */ +// @ts-ignore +export function createDescendantsGetResponseFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record void>) { + return deserializeIntoDescendantsGetResponse; +} +export interface DescendantsGetResponse extends BaseCollectionPaginationCountResponse, Parsable { + /** + * The value property + */ + value?: Place[] | null; +} +/** + * Provides operations to call the descendants method. + */ +export interface DescendantsRequestBuilder extends BaseRequestBuilder { + /** + * Invoke function descendants + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @returns {Promise} + * @throws {ODataError} error when the service returns a 4XX or 5XX status code + */ + get(requestConfiguration?: RequestConfiguration | undefined) : Promise; + /** + * Invoke function descendants + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @returns {RequestInformation} + */ + toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; +} +/** + * Invoke function descendants + */ +export interface DescendantsRequestBuilderGetQueryParameters { + /** + * Include count of items + */ + count?: boolean; + /** + * Expand related entities + */ + expand?: string[]; + /** + * Filter items by property values + */ + filter?: string; + /** + * Order items by property values + */ + orderby?: string[]; + /** + * Search items by search phrases + */ + search?: string; + /** + * Select properties to be returned + */ + select?: string[]; + /** + * Skip the first n items + */ + skip?: number; + /** + * Show only the first n items + */ + top?: number; +} +/** + * The deserialization information for the current model + * @param DescendantsGetResponse The instance to deserialize into. + * @returns {Record void>} + */ +// @ts-ignore +export function deserializeIntoDescendantsGetResponse(descendantsGetResponse: Partial | undefined = {}) : Record void> { + return { + ...deserializeIntoBaseCollectionPaginationCountResponse(descendantsGetResponse), + "value": n => { descendantsGetResponse.value = n.getCollectionOfObjectValues(createPlaceFromDiscriminatorValue); }, + } +} +/** + * Serializes information the current object + * @param DescendantsGetResponse The instance to serialize from. + * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type. + * @param writer Serialization writer to use to serialize this model + */ +// @ts-ignore +export function serializeDescendantsGetResponse(writer: SerializationWriter, descendantsGetResponse: Partial | undefined | null = {}, isSerializingDerivedType: boolean = false) : void { + if (!descendantsGetResponse || isSerializingDerivedType) { return; } + serializeBaseCollectionPaginationCountResponse(writer, descendantsGetResponse, isSerializingDerivedType) + writer.writeCollectionOfObjectValues("value", descendantsGetResponse.value, serializePlace); +} +/** + * Uri template for the request builder. + */ +export const DescendantsRequestBuilderUriTemplate = "{+baseurl}/places/{place%2Did}/descendants(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}"; +/** + * Mapper for query parameters from symbol name to serialization name represented as a constant. + */ +const DescendantsRequestBuilderGetQueryParametersMapper: Record = { + "count": "%24count", + "expand": "%24expand", + "filter": "%24filter", + "orderby": "%24orderby", + "search": "%24search", + "select": "%24select", + "skip": "%24skip", + "top": "%24top", +}; +/** + * Metadata for all the requests in the request builder. + */ +export const DescendantsRequestBuilderRequestsMetadata: RequestsMetadata = { + get: { + uriTemplate: DescendantsRequestBuilderUriTemplate, + responseBodyContentType: "application/json", + errorMappings: { + XXX: createODataErrorFromDiscriminatorValue as ParsableFactory, + }, + adapterMethodName: "send", + responseBodyFactory: createDescendantsGetResponseFromDiscriminatorValue, + queryParametersMapper: DescendantsRequestBuilderGetQueryParametersMapper, + }, +}; +/* tslint:enable */ +/* eslint-enable */ diff --git a/packages/msgraph-beta-sdk-places/places/item/graphRoom/index.ts b/packages/msgraph-beta-sdk-places/places/item/graphRoom/index.ts index debe85b783..71980c7de3 100644 --- a/packages/msgraph-beta-sdk-places/places/item/graphRoom/index.ts +++ b/packages/msgraph-beta-sdk-places/places/item/graphRoom/index.ts @@ -13,7 +13,7 @@ import { type BaseRequestBuilder, type Parsable, type ParsableFactory, type Requ */ export interface GraphRoomRequestBuilder extends BaseRequestBuilder { /** - * Get a collection of the specified type of place objects defined in the tenant. You can do the following for a given tenant:- List all the rooms.- List all the workspaces.- List all the room lists.- List rooms in a specific room list.- List workspaces in a specific room list. A place object can be one of the following types: The room, workspace and roomList resources are derived from the place object. By default, this operation returns up to 100 places per page. Compared with the findRooms and findRoomLists functions, this operation returns a richer payload for rooms and room lists. For details about how they compare, see Using the places API. + * Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list. By default, this operation returns up to 100 rooms, workspaces, and room lists per page, and 1,000 buildings, floors, sections, and desks per page. Compared with the findRooms and findRoomLists functions, this operation returns a richer payload for rooms and room lists. For details about how they compare, see Using the places API. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -21,14 +21,14 @@ export interface GraphRoomRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Get a collection of the specified type of place objects defined in the tenant. You can do the following for a given tenant:- List all the rooms.- List all the workspaces.- List all the room lists.- List rooms in a specific room list.- List workspaces in a specific room list. A place object can be one of the following types: The room, workspace and roomList resources are derived from the place object. By default, this operation returns up to 100 places per page. Compared with the findRooms and findRoomLists functions, this operation returns a richer payload for rooms and room lists. For details about how they compare, see Using the places API. + * Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list. By default, this operation returns up to 100 rooms, workspaces, and room lists per page, and 1,000 buildings, floors, sections, and desks per page. Compared with the findRooms and findRoomLists functions, this operation returns a richer payload for rooms and room lists. For details about how they compare, see Using the places API. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Get a collection of the specified type of place objects defined in the tenant. You can do the following for a given tenant:- List all the rooms.- List all the workspaces.- List all the room lists.- List rooms in a specific room list.- List workspaces in a specific room list. A place object can be one of the following types: The room, workspace and roomList resources are derived from the place object. By default, this operation returns up to 100 places per page. Compared with the findRooms and findRoomLists functions, this operation returns a richer payload for rooms and room lists. For details about how they compare, see Using the places API. + * Get a collection of the specified type of place objects defined in a tenant. You can do the following for a given tenant:- List all buildings.- List all floors.- List all sections.- List all desks.- List all rooms.- List all workspaces.- List all room lists.- List rooms in a specific room list.- List workspaces in a specific room list. By default, this operation returns up to 100 rooms, workspaces, and room lists per page, and 1,000 buildings, floors, sections, and desks per page. Compared with the findRooms and findRoomLists functions, this operation returns a richer payload for rooms and room lists. For details about how they compare, see Using the places API. */ export interface GraphRoomRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-places/places/item/index.ts b/packages/msgraph-beta-sdk-places/places/item/index.ts index 7d4e271679..930977dc74 100644 --- a/packages/msgraph-beta-sdk-places/places/item/index.ts +++ b/packages/msgraph-beta-sdk-places/places/item/index.ts @@ -6,6 +6,8 @@ import { createPlaceFromDiscriminatorValue, serializePlace, type Place } from '@ // @ts-ignore import { createODataErrorFromDiscriminatorValue, type ODataError } from '@microsoft/msgraph-beta-sdk/models/oDataErrors/index.js'; // @ts-ignore +import { DescendantsRequestBuilderRequestsMetadata, type DescendantsRequestBuilder } from './descendants/index.js'; +// @ts-ignore import { GraphRoomRequestBuilderRequestsMetadata, type GraphRoomRequestBuilder } from './graphRoom/index.js'; // @ts-ignore import { GraphRoomListRequestBuilderNavigationMetadata, GraphRoomListRequestBuilderRequestsMetadata, type GraphRoomListRequestBuilder } from './graphRoomList/index.js'; @@ -16,6 +18,10 @@ import { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type * Provides operations to manage the collection of place entities. */ export interface PlaceItemRequestBuilder extends BaseRequestBuilder { + /** + * Provides operations to call the descendants method. + */ + get descendants(): DescendantsRequestBuilder; /** * Casts the previous resource to room. */ @@ -25,13 +31,14 @@ export interface PlaceItemRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Update the properties of place object, which can be a room, workspace, or roomList. You can identify the room, workspace, or roomList by specifying the id or emailAddress property. + * Update the properties of place object that can be a building, floor, section, desk, room, workspace, or roomList. You can identify the place by specifying the id property. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} @@ -40,13 +47,13 @@ export interface PlaceItemRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Delete entity from places + * Delete a place object. You can also use this method to delete the following child object types: building, floor, section, or desk. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Update the properties of place object, which can be a room, workspace, or roomList. You can identify the room, workspace, or roomList by specifying the id or emailAddress property. + * Update the properties of place object that can be a building, floor, section, desk, room, workspace, or roomList. You can identify the place by specifying the id property. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} @@ -61,6 +68,9 @@ export const PlaceItemRequestBuilderUriTemplate = "{+baseurl}/places/{place%2Did * Metadata for all the navigation properties in the request builder. */ export const PlaceItemRequestBuilderNavigationMetadata: Record, NavigationMetadata> = { + descendants: { + requestsMetadata: DescendantsRequestBuilderRequestsMetadata, + }, graphRoom: { requestsMetadata: GraphRoomRequestBuilderRequestsMetadata, }, diff --git a/packages/msgraph-beta-sdk-servicePrincipals/servicePrincipals/validateProperties/index.ts b/packages/msgraph-beta-sdk-servicePrincipals/servicePrincipals/validateProperties/index.ts index fae670c7bf..3b52c27fa4 100644 --- a/packages/msgraph-beta-sdk-servicePrincipals/servicePrincipals/validateProperties/index.ts +++ b/packages/msgraph-beta-sdk-servicePrincipals/servicePrincipals/validateProperties/index.ts @@ -72,7 +72,7 @@ export interface ValidatePropertiesPostRequestBody extends AdditionalDataHolder, */ export interface ValidatePropertiesRequestBuilder extends BaseRequestBuilder { /** - * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. For validating properties of an existing group, use the validateProperties function for groups. The following validations are performed for the display name and mail nickname properties: 1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate the mail nickname is unique This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. + * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. For validating properties of an existing group, use the validateProperties function for groups. The following validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate the mail nickname is unique This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -80,7 +80,7 @@ export interface ValidatePropertiesRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. For validating properties of an existing group, use the validateProperties function for groups. The following validations are performed for the display name and mail nickname properties: 1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate the mail nickname is unique This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. + * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. For validating properties of an existing group, use the validateProperties function for groups. The following validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate the mail nickname is unique This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} diff --git a/packages/msgraph-beta-sdk-sites/sites/item/lists/item/index.ts b/packages/msgraph-beta-sdk-sites/sites/item/lists/item/index.ts index ab0f7e40be..a6d0160734 100644 --- a/packages/msgraph-beta-sdk-sites/sites/item/lists/item/index.ts +++ b/packages/msgraph-beta-sdk-sites/sites/item/lists/item/index.ts @@ -79,11 +79,11 @@ export interface ListItemRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Get the list of richLongRunningOperations associated with a list. + * Return the metadata for a list. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/list-list-operations?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/list-get?view=graph-rest-beta|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -101,7 +101,7 @@ export interface ListItemRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; /** - * Get the list of richLongRunningOperations associated with a list. + * Return the metadata for a list. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -115,7 +115,7 @@ export interface ListItemRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * Get the list of richLongRunningOperations associated with a list. + * Return the metadata for a list. */ export interface ListItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-sites/sites/item/pages/index.ts b/packages/msgraph-beta-sdk-sites/sites/item/pages/index.ts index 1f43835a59..5e66e46d18 100644 --- a/packages/msgraph-beta-sdk-sites/sites/item/pages/index.ts +++ b/packages/msgraph-beta-sdk-sites/sites/item/pages/index.ts @@ -41,12 +41,12 @@ export interface PagesRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Create a new newsLinkPage in the site pages list of a site. + * Create a new sitePage in the site pages list in a site. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/newslinkpage-create?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/sitepage-create?view=graph-rest-beta|Find more info here} */ post(body: BaseSitePage, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -56,7 +56,7 @@ export interface PagesRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; /** - * Create a new newsLinkPage in the site pages list of a site. + * Create a new sitePage in the site pages list in a site. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} diff --git a/packages/msgraph-beta-sdk-teams/teams/item/channels/item/members/item/index.ts b/packages/msgraph-beta-sdk-teams/teams/item/channels/item/members/item/index.ts index 61ede454c3..458511bb97 100644 --- a/packages/msgraph-beta-sdk-teams/teams/item/channels/item/members/item/index.ts +++ b/packages/msgraph-beta-sdk-teams/teams/item/channels/item/members/item/index.ts @@ -28,12 +28,12 @@ export interface ConversationMemberItemRequestBuilder extends BaseRequestBuilder */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Update the role of a conversationMember in a team.or channel. + * Update the role of a conversationMember in a channel. This operation is allowed only for channels with a membershipType value of private or shared. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/conversationmember-update?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/channel-update-members?view=graph-rest-beta|Find more info here} */ patch(body: ConversationMember, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -49,7 +49,7 @@ export interface ConversationMemberItemRequestBuilder extends BaseRequestBuilder */ toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Update the role of a conversationMember in a team.or channel. + * Update the role of a conversationMember in a channel. This operation is allowed only for channels with a membershipType value of private or shared. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} diff --git a/packages/msgraph-beta-sdk-teamwork/teamwork/teamTemplates/index.ts b/packages/msgraph-beta-sdk-teamwork/teamwork/teamTemplates/index.ts index ecefc798b2..cbf7b418c3 100644 --- a/packages/msgraph-beta-sdk-teamwork/teamwork/teamTemplates/index.ts +++ b/packages/msgraph-beta-sdk-teamwork/teamwork/teamTemplates/index.ts @@ -27,11 +27,11 @@ export interface TeamTemplatesRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/teamwork-list-teamtemplates?view=graph-rest-beta|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/teamtemplate-list-definitions?view=graph-rest-beta|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -43,7 +43,7 @@ export interface TeamTemplatesRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Get the list of teamTemplate objects that are available for a tenant. + * List the teamTemplateDefinition objects associated with a teamTemplate. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -57,7 +57,7 @@ export interface TeamTemplatesRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * Get the list of teamTemplate objects that are available for a tenant. + * List the teamTemplateDefinition objects associated with a teamTemplate. */ export interface TeamTemplatesRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-beta-sdk-users/users/validateProperties/index.ts b/packages/msgraph-beta-sdk-users/users/validateProperties/index.ts index 3a71787aec..38ed9e1bea 100644 --- a/packages/msgraph-beta-sdk-users/users/validateProperties/index.ts +++ b/packages/msgraph-beta-sdk-users/users/validateProperties/index.ts @@ -72,7 +72,7 @@ export interface ValidatePropertiesPostRequestBody extends AdditionalDataHolder, */ export interface ValidatePropertiesRequestBuilder extends BaseRequestBuilder { /** - * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. For validating properties of an existing group, use the validateProperties function for groups. The following validations are performed for the display name and mail nickname properties: 1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate the mail nickname is unique This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. + * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. For validating properties of an existing group, use the validateProperties function for groups. The following validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate the mail nickname is unique This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -80,7 +80,7 @@ export interface ValidatePropertiesRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. For validating properties of an existing group, use the validateProperties function for groups. The following validations are performed for the display name and mail nickname properties: 1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate the mail nickname is unique This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. + * Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. For validating properties of an existing group, use the validateProperties function for groups. The following validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate the mail nickname is unique This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you're only validating the prefix and suffix naming policy. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} diff --git a/packages/msgraph-beta-sdk/models/index.ts b/packages/msgraph-beta-sdk/models/index.ts index 91e560d2b9..f1ba089d81 100644 --- a/packages/msgraph-beta-sdk/models/index.ts +++ b/packages/msgraph-beta-sdk/models/index.ts @@ -1872,6 +1872,10 @@ export interface AccessReviewScheduleSettings extends AdditionalDataHolder, Back * Duration of each recurrence of review (accessReviewInstance) in number of days. NOTE: If the stageSettings of the accessReviewScheduleDefinition object is defined, its durationInDays setting will be used instead of the value of this property. */ instanceDurationInDays?: number | null; + /** + * The isAgenticExperienceEnabled property + */ + isAgenticExperienceEnabled?: boolean | null; /** * Indicates whether reviewers are required to provide justification with their decision. Default value is false. */ @@ -2167,15 +2171,15 @@ export interface ActionItem extends AdditionalDataHolder, BackedModel, Parsable */ odataType?: string | null; /** - * The display name of the owner of the action item. + * The ownerDisplayName property */ ownerDisplayName?: string | null; /** - * The text content of the action item. + * The text property */ text?: string | null; /** - * The title of the action item. + * The title property */ title?: string | null; } @@ -3228,31 +3232,31 @@ export interface AgreementFileVersionCollectionResponse extends BaseCollectionPa } export interface AiInteraction extends Entity, Parsable { /** - * The data source for Copilot data. For example, IPM.SkypeTeams.Message.Copilot.Excel or IPM.SkypeTeams.Message.Copilot.Loop. + * The appClass property */ appClass?: string | null; /** - * The collection of documents attached to the interaction, such as cards and images. + * The attachments property */ attachments?: AiInteractionAttachment[] | null; /** - * The body of the message, including the text of the body and its body type. + * The body property */ body?: ItemBody | null; /** - * The identifer that maps to all contexts associated with an interaction. + * The contexts property */ contexts?: AiInteractionContext[] | null; /** - * The type of the conversation. For example, appchat or bizchat. + * The conversationType property */ conversationType?: string | null; /** - * The time when the interaction was created. + * The createdDateTime property */ createdDateTime?: Date | null; /** - * The timestamp of when the interaction was last modified. + * The etag property */ etag?: string | null; /** @@ -3264,91 +3268,123 @@ export interface AiInteraction extends Entity, Parsable { */ interactionType?: AiInteractionType | null; /** - * The collection of links that appear in the interaction. + * The links property */ links?: AiInteractionLink[] | null; /** - * The locale of the sender. + * The locale property */ locale?: string | null; /** - * The collection of the entities that were mentioned in the interaction, including users, bots, and so on. + * The mentions property */ mentions?: AiInteractionMention[] | null; /** - * The identifier that groups a user prompt with its Copilot response. + * The requestId property */ requestId?: string | null; /** - * The thread ID or conversation identifier that maps to all Copilot sessions for the user. + * The sessionId property */ sessionId?: string | null; } -export interface AiInteractionAttachment extends Entity, Parsable { +export interface AiInteractionAttachment extends AdditionalDataHolder, BackedModel, Parsable { /** - * The identifier for the attachment. This identifier is only unique within the message scope. + * The attachmentId property */ attachmentId?: string | null; /** - * The content of the attachment. + * Stores model information. + */ + backingStoreEnabled?: boolean | null; + /** + * The content property */ content?: string | null; /** - * The type of the content. For example, reference, file, and image/imageType. + * The contentType property */ contentType?: string | null; /** - * The URL of the content. + * The contentUrl property */ contentUrl?: string | null; /** - * The name of the attachment. + * The name property */ name?: string | null; + /** + * The OdataType property + */ + odataType?: string | null; } -export interface AiInteractionContext extends Entity, Parsable { +export interface AiInteractionContext extends AdditionalDataHolder, BackedModel, Parsable { + /** + * Stores model information. + */ + backingStoreEnabled?: boolean | null; /** - * The full file URL where the interaction happened. + * The contextReference property */ contextReference?: string | null; /** - * The type of the file. + * The contextType property */ contextType?: string | null; /** - * The name of the file. + * The displayName property */ displayName?: string | null; + /** + * The OdataType property + */ + odataType?: string | null; } export interface AiInteractionHistory extends Entity, Parsable { } -export interface AiInteractionLink extends Entity, Parsable { +export interface AiInteractionLink extends AdditionalDataHolder, BackedModel, Parsable { /** - * The name of the link. + * Stores model information. + */ + backingStoreEnabled?: boolean | null; + /** + * The displayName property */ displayName?: string | null; /** - * Information about a link in an app chat or Business Chat (BizChat) interaction. + * The linkType property */ linkType?: string | null; /** - * The URL of the link. + * The linkUrl property */ linkUrl?: string | null; + /** + * The OdataType property + */ + odataType?: string | null; } -export interface AiInteractionMention extends Entity, Parsable { +export interface AiInteractionMention extends AdditionalDataHolder, BackedModel, Parsable { + /** + * Stores model information. + */ + backingStoreEnabled?: boolean | null; /** - * The entity mentioned in the message. + * The mentioned property */ mentioned?: AiInteractionMentionedIdentitySet | null; /** - * The identifier for the mention. + * The mentionId property */ mentionId?: number | null; /** - * The text mentioned in the message. + * The mentionText property */ mentionText?: string | null; + /** + * The OdataType property + */ + odataType?: string | null; } export interface AiInteractionMentionedIdentitySet extends IdentitySet, Parsable { /** @@ -3356,7 +3392,7 @@ export interface AiInteractionMentionedIdentitySet extends IdentitySet, Parsable */ conversation?: TeamworkConversationIdentity | null; /** - * The tag details. + * The tag property */ tag?: TeamworkTagIdentity | null; } @@ -3385,7 +3421,7 @@ export interface AiInteractionPlugin extends AdditionalDataHolder, BackedModel, export type AiInteractionType = (typeof AiInteractionTypeObject)[keyof typeof AiInteractionTypeObject]; export interface AiOnlineMeeting extends Entity, Parsable { /** - * A set of AI insights associated with an AI online meeting. + * The aiInsights property */ aiInsights?: CallAiInsight[] | null; } @@ -3434,11 +3470,11 @@ export interface AirPrintSettings extends AdditionalDataHolder, BackedModel, Par } export interface AiUser extends Entity, Parsable { /** - * The history of interactions between AI agents and users. + * The interactionHistory property */ interactionHistory?: AiInteractionHistory | null; /** - * Information about an online meeting, including AI insights. + * The onlineMeetings property */ onlineMeetings?: AiOnlineMeeting[] | null; } @@ -10237,6 +10273,16 @@ export interface AssignedLicense extends AdditionalDataHolder, BackedModel, Pars */ skuId?: Guid | null; } +export interface AssignedPlaceMode extends Parsable, PlaceMode { + /** + * The email address of the user to whom the desk is assigned. + */ + assignedUserEmailAddress?: string | null; + /** + * The user ID of the user to whom the desk is assigned. + */ + assignedUserId?: string | null; +} export interface AssignedPlan extends AdditionalDataHolder, BackedModel, Parsable { /** * The date and time at which the plan was assigned; for example: 2013-01-02T19:32:30Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z @@ -15143,6 +15189,16 @@ export interface BufferEncryptionResult extends AdditionalDataHolder, BackedMode */ publishingLicense?: ArrayBuffer | null; } +export interface Building extends Parsable, Place { + /** + * Indicates whether the building has a wireless network. + */ + hasWiFi?: boolean | null; + /** + * A set of links to external resources that are associated with the building. Inherited from place. + */ + resourceLinks?: ResourceLink[] | null; +} export interface BuiltInIdentityProvider extends IdentityProviderBase, Parsable { /** * The identity provider type. For a B2B scenario, possible values: AADSignup, MicrosoftAccount, EmailOTP. Required. @@ -15774,31 +15830,31 @@ export interface CallActivityStatistics extends ActivityStatistics, Parsable { } export interface CallAiInsight extends Entity, Parsable { /** - * The collection of AI-generated action items. Read-only. + * The actionItems property */ actionItems?: ActionItem[] | null; /** - * The ID for the online meeting call for which the callAiInsight was generated. Read-only. + * The callId property */ callId?: string | null; /** - * The unique ID that correlates the transcript from which the insights were generated. Read-only. + * The contentCorrelationId property */ contentCorrelationId?: string | null; /** - * Date and time at which the corresponding transcript was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. + * The createdDateTime property */ createdDateTime?: Date | null; /** - * Date and time at which the corresponding transcription ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. + * The endDateTime property */ endDateTime?: Date | null; /** - * The collection of AI-generated meeting notes. Read-only. + * The meetingNotes property */ meetingNotes?: MeetingNote[] | null; /** - * The caller-specific properties of the callAiInsight entity. Read-only. + * The viewpoint property */ viewpoint?: CallAiInsightViewPoint | null; } @@ -15814,7 +15870,7 @@ export interface CallAiInsightViewPoint extends AdditionalDataHolder, BackedMode */ backingStoreEnabled?: boolean | null; /** - * The collection of AI-generated mention events. + * The mentionEvents property */ mentionEvents?: MentionEvent[] | null; /** @@ -15865,6 +15921,14 @@ export interface CallEvent extends Entity, Parsable { * Participants collection for the call event. */ participants?: Participant[] | null; + /** + * The recordingState property + */ + recordingState?: RecordingState | null; + /** + * The transcriptionState property + */ + transcriptionState?: TranscriptionState | null; } export type CallEventType = (typeof CallEventTypeObject)[keyof typeof CallEventTypeObject]; export interface CallMediaState extends AdditionalDataHolder, BackedModel, Parsable { @@ -18168,6 +18232,10 @@ export interface CloudPC extends Entity, Parsable { * The account type of the user on provisioned Cloud PCs. Possible values are: standardUser, administrator, unknownFutureValue. */ userAccountType?: CloudPcUserAccountType | null; + /** + * The userExperienceType property + */ + userExperienceType?: CloudPcUserExperienceType | null; /** * The user principal name (UPN) of the user assigned to the Cloud PC. */ @@ -18491,6 +18559,90 @@ export interface CloudPcBulkSetReviewStatus extends CloudPcBulkAction, Parsable } export interface CloudPcBulkTroubleshoot extends CloudPcBulkAction, Parsable { } +export interface CloudPcCloudApp extends Entity, Parsable { + /** + * The actionFailedErrorCode property + */ + actionFailedErrorCode?: CloudPcCloudAppActionFailedErrorCode | null; + /** + * The actionFailedErrorMessage property + */ + actionFailedErrorMessage?: string | null; + /** + * The addedDateTime property + */ + addedDateTime?: Date | null; + /** + * The appDetail property + */ + appDetail?: CloudPcCloudAppDetail | null; + /** + * The appStatus property + */ + appStatus?: CloudPcCloudAppStatus | null; + /** + * The availableToUser property + */ + availableToUser?: boolean | null; + /** + * The description property + */ + description?: string | null; + /** + * The discoveredAppName property + */ + discoveredAppName?: string | null; + /** + * The displayName property + */ + displayName?: string | null; + /** + * The lastPublishedDateTime property + */ + lastPublishedDateTime?: Date | null; + /** + * The provisioningPolicyId property + */ + provisioningPolicyId?: string | null; + /** + * The scopeIds property + */ + scopeIds?: string[] | null; +} +export type CloudPcCloudAppActionFailedErrorCode = (typeof CloudPcCloudAppActionFailedErrorCodeObject)[keyof typeof CloudPcCloudAppActionFailedErrorCodeObject]; +export interface CloudPcCloudAppCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable { + /** + * The value property + */ + value?: CloudPcCloudApp[] | null; +} +export interface CloudPcCloudAppDetail extends AdditionalDataHolder, BackedModel, Parsable { + /** + * Stores model information. + */ + backingStoreEnabled?: boolean | null; + /** + * The commandLineArguments property + */ + commandLineArguments?: string | null; + /** + * The filePath property + */ + filePath?: string | null; + /** + * The iconIndex property + */ + iconIndex?: number | null; + /** + * The iconPath property + */ + iconPath?: string | null; + /** + * The OdataType property + */ + odataType?: string | null; +} +export type CloudPcCloudAppStatus = (typeof CloudPcCloudAppStatusObject)[keyof typeof CloudPcCloudAppStatusObject]; export interface CloudPCCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable { /** * The value property @@ -18784,6 +18936,32 @@ export interface CloudPcDisasterRecoveryNetworkSetting extends AdditionalDataHol } export type CloudPcDisasterRecoveryReportName = (typeof CloudPcDisasterRecoveryReportNameObject)[keyof typeof CloudPcDisasterRecoveryReportNameObject]; export type CloudPcDisasterRecoveryType = (typeof CloudPcDisasterRecoveryTypeObject)[keyof typeof CloudPcDisasterRecoveryTypeObject]; +export interface CloudPcDiscoveredApp extends AdditionalDataHolder, BackedModel, Parsable { + /** + * The appDetail property + */ + appDetail?: CloudPcCloudAppDetail | null; + /** + * The appName property + */ + appName?: string | null; + /** + * Stores model information. + */ + backingStoreEnabled?: boolean | null; + /** + * The discoveredAppId property + */ + discoveredAppId?: string | null; + /** + * The OdataType property + */ + odataType?: string | null; + /** + * The sourceId property + */ + sourceId?: string | null; +} export type CloudPcDiskEncryptionState = (typeof CloudPcDiskEncryptionStateObject)[keyof typeof CloudPcDiskEncryptionStateObject]; export type CloudPcDiskEncryptionType = (typeof CloudPcDiskEncryptionTypeObject)[keyof typeof CloudPcDiskEncryptionTypeObject]; export interface CloudPcDomainJoinConfiguration extends AdditionalDataHolder, BackedModel, Parsable { @@ -19510,6 +19688,10 @@ export interface CloudPcProvisioningPolicy extends Entity, Parsable { * The scopeIds property */ scopeIds?: string[] | null; + /** + * The userExperienceType property + */ + userExperienceType?: CloudPcUserExperienceType | null; /** * Indicates a specific Windows setting to configure during the creation of Cloud PCs for this provisioning policy. Supports $select. */ @@ -19994,6 +20176,7 @@ export interface CloudPcTenantEncryptionSetting extends AdditionalDataHolder, Ba export type CloudPCTroubleshootReportType = (typeof CloudPCTroubleshootReportTypeObject)[keyof typeof CloudPCTroubleshootReportTypeObject]; export type CloudPcUserAccessLevel = (typeof CloudPcUserAccessLevelObject)[keyof typeof CloudPcUserAccessLevelObject]; export type CloudPcUserAccountType = (typeof CloudPcUserAccountTypeObject)[keyof typeof CloudPcUserAccountTypeObject]; +export type CloudPcUserExperienceType = (typeof CloudPcUserExperienceTypeObject)[keyof typeof CloudPcUserExperienceTypeObject]; export interface CloudPcUserRoleScopeTagInfo extends AdditionalDataHolder, BackedModel, Parsable { /** * Stores model information. @@ -20905,6 +21088,10 @@ export interface CompanyDetail extends AdditionalDataHolder, BackedModel, Parsab * Legal entity number of the company or its subdivision. For information on how to set the value for the companyCode, see profileSourceAnnotation. */ companyCode?: string | null; + /** + * The cost center associated with the company or department. + */ + costCenter?: string | null; /** * Department Name within a company. */ @@ -20913,6 +21100,10 @@ export interface CompanyDetail extends AdditionalDataHolder, BackedModel, Parsab * Company name. */ displayName?: string | null; + /** + * The division within the company. + */ + division?: string | null; /** * The OdataType property */ @@ -23291,23 +23482,23 @@ export interface ConvertIdResult extends AdditionalDataHolder, BackedModel, Pars } export interface CopilotAdmin extends Entity, Parsable { /** - * Set of Microsoft 365 Copilot settings that can be added or modified. Read-only. Nullable. + * The settings property */ settings?: CopilotAdminSetting | null; } export interface CopilotAdminLimitedMode extends Entity, Parsable { /** - * The ID of a Microsoft Entra group, for which the value of isEnabledForGroup is applied. The default value is null. If isEnabledForGroup is set to true, the groupId value must be provided for the Copilot limited mode in Teams meetings to be enabled for the members of the group. Optional. + * The groupId property */ groupId?: string | null; /** - * Enables the user to be in limited mode for Copilot in Teams meetings. When copilotAdminLimitedMode=true, users in this mode can ask any questions, but Copilot doesn't respond to certain questions related to inferring emotions, behavior, or judgments. When copilotAdminLimitedMode=false, it responds to all types of questions grounded to the meeting conversation. The default value is false. + * The isEnabledForGroup property */ isEnabledForGroup?: boolean | null; } export interface CopilotAdminSetting extends Entity, Parsable { /** - * Represents a setting that controls whether users of Microsoft 365 Copilot in Teams meetings can receive responses to sentiment-related prompts. Read-only. Nullable. + * The limitedMode property */ limitedMode?: CopilotAdminLimitedMode | null; } @@ -27543,6 +27734,15 @@ export function createAssignedLabelFromDiscriminatorValue(parseNode: ParseNode | export function createAssignedLicenseFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record void>) { return deserializeIntoAssignedLicense; } +/** + * Creates a new instance of the appropriate class based on discriminator value + * @param parseNode The parse node to use to read the discriminator value and create the object + * @returns {AssignedPlaceMode} + */ +// @ts-ignore +export function createAssignedPlaceModeFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record void>) { + return deserializeIntoAssignedPlaceMode; +} /** * Creates a new instance of the appropriate class based on discriminator value * @param parseNode The parse node to use to read the discriminator value and create the object @@ -30333,6 +30533,15 @@ export function createBufferDecryptionResultFromDiscriminatorValue(parseNode: Pa export function createBufferEncryptionResultFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record void>) { return deserializeIntoBufferEncryptionResult; } +/** + * Creates a new instance of the appropriate class based on discriminator value + * @param parseNode The parse node to use to read the discriminator value and create the object + * @returns {Building} + */ +// @ts-ignore +export function createBuildingFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record void>) { + return deserializeIntoBuilding; +} /** * Creates a new instance of the appropriate class based on discriminator value * @param parseNode The parse node to use to read the discriminator value and create the object @@ -31962,6 +32171,33 @@ export function createCloudPcBulkSetReviewStatusFromDiscriminatorValue(parseNode export function createCloudPcBulkTroubleshootFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record void>) { return deserializeIntoCloudPcBulkTroubleshoot; } +/** + * Creates a new instance of the appropriate class based on discriminator value + * @param parseNode The parse node to use to read the discriminator value and create the object + * @returns {CloudPcCloudAppCollectionResponse} + */ +// @ts-ignore +export function createCloudPcCloudAppCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record void>) { + return deserializeIntoCloudPcCloudAppCollectionResponse; +} +/** + * Creates a new instance of the appropriate class based on discriminator value + * @param parseNode The parse node to use to read the discriminator value and create the object + * @returns {CloudPcCloudAppDetail} + */ +// @ts-ignore +export function createCloudPcCloudAppDetailFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record void>) { + return deserializeIntoCloudPcCloudAppDetail; +} +/** + * Creates a new instance of the appropriate class based on discriminator value + * @param parseNode The parse node to use to read the discriminator value and create the object + * @returns {CloudPcCloudApp} + */ +// @ts-ignore +export function createCloudPcCloudAppFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record void>) { + return deserializeIntoCloudPcCloudApp; +} /** * Creates a new instance of the appropriate class based on discriminator value * @param parseNode The parse node to use to read the discriminator value and create the object @@ -32110,6 +32346,15 @@ export function createCloudPcDisasterRecoveryNetworkSettingFromDiscriminatorValu } return deserializeIntoCloudPcDisasterRecoveryNetworkSetting; } +/** + * Creates a new instance of the appropriate class based on discriminator value + * @param parseNode The parse node to use to read the discriminator value and create the object + * @returns {CloudPcDiscoveredApp} + */ +// @ts-ignore +export function createCloudPcDiscoveredAppFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record void>) { + return deserializeIntoCloudPcDiscoveredApp; +} /** * Creates a new instance of the appropriate class based on discriminator value * @param parseNode The parse node to use to read the discriminator value and create the object @@ -35815,6 +36060,15 @@ export function createDepTvOSEnrollmentProfileFromDiscriminatorValue(parseNode: export function createDepVisionOSEnrollmentProfileFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record void>) { return deserializeIntoDepVisionOSEnrollmentProfile; } +/** + * Creates a new instance of the appropriate class based on discriminator value + * @param parseNode The parse node to use to read the discriminator value and create the object + * @returns {Desk} + */ +// @ts-ignore +export function createDeskFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record void>) { + return deserializeIntoDesk; +} /** * Creates a new instance of the appropriate class based on discriminator value * @param parseNode The parse node to use to read the discriminator value and create the object @@ -40613,6 +40867,15 @@ export function createDriveRestoreArtifactsBulkAdditionRequestCollectionResponse export function createDriveRestoreArtifactsBulkAdditionRequestFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record void>) { return deserializeIntoDriveRestoreArtifactsBulkAdditionRequest; } +/** + * Creates a new instance of the appropriate class based on discriminator value + * @param parseNode The parse node to use to read the discriminator value and create the object + * @returns {DropInPlaceMode} + */ +// @ts-ignore +export function createDropInPlaceModeFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record void>) { + return deserializeIntoDropInPlaceMode; +} /** * Creates a new instance of the appropriate class based on discriminator value * @param parseNode The parse node to use to read the discriminator value and create the object @@ -42887,6 +43150,8 @@ export function createEntityFromDiscriminatorValue(parseNode: ParseNode | undefi return deserializeIntoBrowserSite; case "#microsoft.graph.browserSiteList": return deserializeIntoBrowserSiteList; + case "#microsoft.graph.building": + return deserializeIntoBuilding; case "#microsoft.graph.builtInIdentityProvider": return deserializeIntoBuiltInIdentityProvider; case "#microsoft.graph.bulkUpload": @@ -43027,6 +43292,8 @@ export function createEntityFromDiscriminatorValue(parseNode: ParseNode | undefi return deserializeIntoCloudPcBulkSetReviewStatus; case "#microsoft.graph.cloudPcBulkTroubleshoot": return deserializeIntoCloudPcBulkTroubleshoot; + case "#microsoft.graph.cloudPcCloudApp": + return deserializeIntoCloudPcCloudApp; case "#microsoft.graph.cloudPCConnectivityIssue": return deserializeIntoCloudPCConnectivityIssue; case "#microsoft.graph.cloudPcCrossCloudGovernmentOrganizationMapping": @@ -43237,6 +43504,8 @@ export function createEntityFromDiscriminatorValue(parseNode: ParseNode | undefi return deserializeIntoDepTvOSEnrollmentProfile; case "#microsoft.graph.depVisionOSEnrollmentProfile": return deserializeIntoDepVisionOSEnrollmentProfile; + case "#microsoft.graph.desk": + return deserializeIntoDesk; case "#microsoft.graph.detectedApp": return deserializeIntoDetectedApp; case "#microsoft.graph.device": @@ -43833,6 +44102,8 @@ export function createEntityFromDiscriminatorValue(parseNode: ParseNode | undefi return deserializeIntoFilterOperatorSchema; case "#microsoft.graph.finding": return deserializeIntoFinding; + case "#microsoft.graph.floor": + return deserializeIntoFloor; case "#microsoft.graph.focusActivityStatistics": return deserializeIntoFocusActivityStatistics; case "#microsoft.graph.gcpAuthorizationSystem": @@ -45325,6 +45596,8 @@ export function createEntityFromDiscriminatorValue(parseNode: ParseNode | undefi return deserializeIntoSecretInformationAccessAwsServerlessFunctionFinding; case "#microsoft.graph.secretInformationAccessAwsUserFinding": return deserializeIntoSecretInformationAccessAwsUserFinding; + case "#microsoft.graph.section": + return deserializeIntoSection; case "#microsoft.graph.sectionGroup": return deserializeIntoSectionGroup; case "#microsoft.graph.secureScore": @@ -47998,6 +48271,15 @@ export function createFindingFromDiscriminatorValue(parseNode: ParseNode | undef } return deserializeIntoFinding; } +/** + * Creates a new instance of the appropriate class based on discriminator value + * @param parseNode The parse node to use to read the discriminator value and create the object + * @returns {Floor} + */ +// @ts-ignore +export function createFloorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record void>) { + return deserializeIntoFloor; +} /** * Creates a new instance of the appropriate class based on discriminator value * @param parseNode The parse node to use to read the discriminator value and create the object @@ -53370,6 +53652,15 @@ export function createMailAssessmentRequestFromDiscriminatorValue(parseNode: Par export function createMailboxCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record void>) { return deserializeIntoMailboxCollectionResponse; } +/** + * Creates a new instance of the appropriate class based on discriminator value + * @param parseNode The parse node to use to read the discriminator value and create the object + * @returns {MailboxDetails} + */ +// @ts-ignore +export function createMailboxDetailsFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record void>) { + return deserializeIntoMailboxDetails; +} /** * Creates a new instance of the appropriate class based on discriminator value * @param parseNode The parse node to use to read the discriminator value and create the object @@ -56745,6 +57036,15 @@ export function createOfficeGraphInsightsFromDiscriminatorValue(parseNode: Parse export function createOfficeSuiteAppFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record void>) { return deserializeIntoOfficeSuiteApp; } +/** + * Creates a new instance of the appropriate class based on discriminator value + * @param parseNode The parse node to use to read the discriminator value and create the object + * @returns {OfflinePlaceMode} + */ +// @ts-ignore +export function createOfflinePlaceModeFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record void>) { + return deserializeIntoOfflinePlaceMode; +} /** * Creates a new instance of the appropriate class based on discriminator value * @param parseNode The parse node to use to read the discriminator value and create the object @@ -58126,6 +58426,15 @@ export function createOrgContactCollectionResponseFromDiscriminatorValue(parseNo export function createOrgContactFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record void>) { return deserializeIntoOrgContact; } +/** + * Creates a new instance of the appropriate class based on discriminator value + * @param parseNode The parse node to use to read the discriminator value and create the object + * @returns {OriginTenantInfo} + */ +// @ts-ignore +export function createOriginTenantInfoFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record void>) { + return deserializeIntoOriginTenantInfo; +} /** * Creates a new instance of the appropriate class based on discriminator value * @param parseNode The parse node to use to read the discriminator value and create the object @@ -59466,10 +59775,18 @@ export function createPlaceFromDiscriminatorValue(parseNode: ParseNode | undefin const mappingValue = mappingValueNode.getStringValue(); if (mappingValue) { switch (mappingValue) { + case "#microsoft.graph.building": + return deserializeIntoBuilding; + case "#microsoft.graph.desk": + return deserializeIntoDesk; + case "#microsoft.graph.floor": + return deserializeIntoFloor; case "#microsoft.graph.room": return deserializeIntoRoom; case "#microsoft.graph.roomList": return deserializeIntoRoomList; + case "#microsoft.graph.section": + return deserializeIntoSection; case "#microsoft.graph.workspace": return deserializeIntoWorkspace; } @@ -59477,6 +59794,32 @@ export function createPlaceFromDiscriminatorValue(parseNode: ParseNode | undefin } return deserializeIntoPlace; } +/** + * Creates a new instance of the appropriate class based on discriminator value + * @param parseNode The parse node to use to read the discriminator value and create the object + * @returns {PlaceMode} + */ +// @ts-ignore +export function createPlaceModeFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record void>) { + if(!parseNode) throw new Error("parseNode cannot be undefined"); + const mappingValueNode = parseNode?.getChildNode("@odata.type"); + if (mappingValueNode) { + const mappingValue = mappingValueNode.getStringValue(); + if (mappingValue) { + switch (mappingValue) { + case "#microsoft.graph.assignedPlaceMode": + return deserializeIntoAssignedPlaceMode; + case "#microsoft.graph.dropInPlaceMode": + return deserializeIntoDropInPlaceMode; + case "#microsoft.graph.offlinePlaceMode": + return deserializeIntoOfflinePlaceMode; + case "#microsoft.graph.reservablePlaceMode": + return deserializeIntoReservablePlaceMode; + } + } + } + return deserializeIntoPlaceMode; +} /** * Creates a new instance of the appropriate class based on discriminator value * @param parseNode The parse node to use to read the discriminator value and create the object @@ -62571,6 +62914,15 @@ export function createRecommendLabelActionFromDiscriminatorValue(parseNode: Pars export function createRecordingInfoFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record void>) { return deserializeIntoRecordingInfo; } +/** + * Creates a new instance of the appropriate class based on discriminator value + * @param parseNode The parse node to use to read the discriminator value and create the object + * @returns {RecordingState} + */ +// @ts-ignore +export function createRecordingStateFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record void>) { + return deserializeIntoRecordingState; +} /** * Creates a new instance of the appropriate class based on discriminator value * @param parseNode The parse node to use to read the discriminator value and create the object @@ -63078,6 +63430,15 @@ export function createRequiredResourceAccessFromDiscriminatorValue(parseNode: Pa export function createResellerDelegatedAdminRelationshipFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record void>) { return deserializeIntoResellerDelegatedAdminRelationship; } +/** + * Creates a new instance of the appropriate class based on discriminator value + * @param parseNode The parse node to use to read the discriminator value and create the object + * @returns {ReservablePlaceMode} + */ +// @ts-ignore +export function createReservablePlaceModeFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record void>) { + return deserializeIntoReservablePlaceMode; +} /** * Creates a new instance of the appropriate class based on discriminator value * @param parseNode The parse node to use to read the discriminator value and create the object @@ -63105,6 +63466,15 @@ export function createResourceAccessFromDiscriminatorValue(parseNode: ParseNode export function createResourceActionFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record void>) { return deserializeIntoResourceAction; } +/** + * Creates a new instance of the appropriate class based on discriminator value + * @param parseNode The parse node to use to read the discriminator value and create the object + * @returns {ResourceLink} + */ +// @ts-ignore +export function createResourceLinkFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record void>) { + return deserializeIntoResourceLink; +} /** * Creates a new instance of the appropriate class based on discriminator value * @param parseNode The parse node to use to read the discriminator value and create the object @@ -64414,6 +64784,15 @@ export function createSecretInformationAccessAwsServerlessFunctionFindingFromDis export function createSecretInformationAccessAwsUserFindingFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record void>) { return deserializeIntoSecretInformationAccessAwsUserFinding; } +/** + * Creates a new instance of the appropriate class based on discriminator value + * @param parseNode The parse node to use to read the discriminator value and create the object + * @returns {Section} + */ +// @ts-ignore +export function createSectionFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record void>) { + return deserializeIntoSection; +} /** * Creates a new instance of the appropriate class based on discriminator value * @param parseNode The parse node to use to read the discriminator value and create the object @@ -69537,6 +69916,15 @@ export function createTrainingSettingFromDiscriminatorValue(parseNode: ParseNode } return deserializeIntoTrainingSetting; } +/** + * Creates a new instance of the appropriate class based on discriminator value + * @param parseNode The parse node to use to read the discriminator value and create the object + * @returns {TranscriptionState} + */ +// @ts-ignore +export function createTranscriptionStateFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record void>) { + return deserializeIntoTranscriptionState; +} /** * Creates a new instance of the appropriate class based on discriminator value * @param parseNode The parse node to use to read the discriminator value and create the object @@ -77467,6 +77855,10 @@ export interface CustomExtensionOverwriteConfiguration extends AdditionalDataHol * Stores model information. */ backingStoreEnabled?: boolean | null; + /** + * The behaviorOnError property + */ + behaviorOnError?: CustomExtensionBehaviorOnError | null; /** * Optional. Configuration of calling external API, such as timeout, retryCount, retriableResponseCodes. */ @@ -80801,6 +81193,7 @@ export function deserializeIntoAccessReviewScheduleSettings(accessReviewSchedule "defaultDecision": n => { accessReviewScheduleSettings.defaultDecision = n.getStringValue(); }, "defaultDecisionEnabled": n => { accessReviewScheduleSettings.defaultDecisionEnabled = n.getBooleanValue(); }, "instanceDurationInDays": n => { accessReviewScheduleSettings.instanceDurationInDays = n.getNumberValue(); }, + "isAgenticExperienceEnabled": n => { accessReviewScheduleSettings.isAgenticExperienceEnabled = n.getBooleanValue(); }, "justificationRequiredOnApproval": n => { accessReviewScheduleSettings.justificationRequiredOnApproval = n.getBooleanValue(); }, "mailNotificationsEnabled": n => { accessReviewScheduleSettings.mailNotificationsEnabled = n.getBooleanValue(); }, "@odata.type": n => { accessReviewScheduleSettings.odataType = n.getStringValue(); }, @@ -81871,12 +82264,13 @@ export function deserializeIntoAiInteraction(aiInteraction: Partial | undefined = {}) : Record void> { return { - ...deserializeIntoEntity(aiInteractionAttachment), "attachmentId": n => { aiInteractionAttachment.attachmentId = n.getStringValue(); }, + "backingStoreEnabled": n => { aiInteractionAttachment.backingStoreEnabled = true; }, "content": n => { aiInteractionAttachment.content = n.getStringValue(); }, "contentType": n => { aiInteractionAttachment.contentType = n.getStringValue(); }, "contentUrl": n => { aiInteractionAttachment.contentUrl = n.getStringValue(); }, "name": n => { aiInteractionAttachment.name = n.getStringValue(); }, + "@odata.type": n => { aiInteractionAttachment.odataType = n.getStringValue(); }, } } /** @@ -81887,10 +82281,11 @@ export function deserializeIntoAiInteractionAttachment(aiInteractionAttachment: // @ts-ignore export function deserializeIntoAiInteractionContext(aiInteractionContext: Partial | undefined = {}) : Record void> { return { - ...deserializeIntoEntity(aiInteractionContext), + "backingStoreEnabled": n => { aiInteractionContext.backingStoreEnabled = true; }, "contextReference": n => { aiInteractionContext.contextReference = n.getStringValue(); }, "contextType": n => { aiInteractionContext.contextType = n.getStringValue(); }, "displayName": n => { aiInteractionContext.displayName = n.getStringValue(); }, + "@odata.type": n => { aiInteractionContext.odataType = n.getStringValue(); }, } } /** @@ -81912,10 +82307,11 @@ export function deserializeIntoAiInteractionHistory(aiInteractionHistory: Partia // @ts-ignore export function deserializeIntoAiInteractionLink(aiInteractionLink: Partial | undefined = {}) : Record void> { return { - ...deserializeIntoEntity(aiInteractionLink), + "backingStoreEnabled": n => { aiInteractionLink.backingStoreEnabled = true; }, "displayName": n => { aiInteractionLink.displayName = n.getStringValue(); }, "linkType": n => { aiInteractionLink.linkType = n.getStringValue(); }, "linkUrl": n => { aiInteractionLink.linkUrl = n.getStringValue(); }, + "@odata.type": n => { aiInteractionLink.odataType = n.getStringValue(); }, } } /** @@ -81926,10 +82322,11 @@ export function deserializeIntoAiInteractionLink(aiInteractionLink: Partial | undefined = {}) : Record void> { return { - ...deserializeIntoEntity(aiInteractionMention), + "backingStoreEnabled": n => { aiInteractionMention.backingStoreEnabled = true; }, "mentioned": n => { aiInteractionMention.mentioned = n.getObjectValue(createAiInteractionMentionedIdentitySetFromDiscriminatorValue); }, "mentionId": n => { aiInteractionMention.mentionId = n.getNumberValue(); }, "mentionText": n => { aiInteractionMention.mentionText = n.getStringValue(); }, + "@odata.type": n => { aiInteractionMention.odataType = n.getStringValue(); }, } } /** @@ -85841,6 +86238,19 @@ export function deserializeIntoAssignedLicense(assignedLicense: Partial { assignedLicense.skuId = n.getGuidValue(); }, } } +/** + * The deserialization information for the current model + * @param AssignedPlaceMode The instance to deserialize into. + * @returns {Record void>} + */ +// @ts-ignore +export function deserializeIntoAssignedPlaceMode(assignedPlaceMode: Partial | undefined = {}) : Record void> { + return { + ...deserializeIntoPlaceMode(assignedPlaceMode), + "assignedUserEmailAddress": n => { assignedPlaceMode.assignedUserEmailAddress = n.getStringValue(); }, + "assignedUserId": n => { assignedPlaceMode.assignedUserId = n.getStringValue(); }, + } +} /** * The deserialization information for the current model * @param AssignedPlan The instance to deserialize into. @@ -89540,6 +89950,19 @@ export function deserializeIntoBufferEncryptionResult(bufferEncryptionResult: Pa "publishingLicense": n => { bufferEncryptionResult.publishingLicense = n.getByteArrayValue(); }, } } +/** + * The deserialization information for the current model + * @param Building The instance to deserialize into. + * @returns {Record void>} + */ +// @ts-ignore +export function deserializeIntoBuilding(building: Partial | undefined = {}) : Record void> { + return { + ...deserializeIntoPlace(building), + "hasWiFi": n => { building.hasWiFi = n.getBooleanValue(); }, + "resourceLinks": n => { building.resourceLinks = n.getCollectionOfObjectValues(createResourceLinkFromDiscriminatorValue); }, + } +} /** * The deserialization information for the current model * @param BuiltInIdentityProvider The instance to deserialize into. @@ -90095,6 +90518,8 @@ export function deserializeIntoCallEvent(callEvent: Partial | undefin "callEventType": n => { callEvent.callEventType = n.getEnumValue(CallEventTypeObject); }, "eventDateTime": n => { callEvent.eventDateTime = n.getDateValue(); }, "participants": n => { callEvent.participants = n.getCollectionOfObjectValues(createParticipantFromDiscriminatorValue); }, + "recordingState": n => { callEvent.recordingState = n.getObjectValue(createRecordingStateFromDiscriminatorValue); }, + "transcriptionState": n => { callEvent.transcriptionState = n.getObjectValue(createTranscriptionStateFromDiscriminatorValue); }, } } /** @@ -91731,6 +92156,7 @@ export function deserializeIntoCloudPC(cloudPC: Partial | undefined = { "statusDetail": n => { cloudPC.statusDetail = n.getObjectValue(createCloudPcStatusDetailFromDiscriminatorValue); }, "statusDetails": n => { cloudPC.statusDetails = n.getObjectValue(createCloudPcStatusDetailsFromDiscriminatorValue); }, "userAccountType": n => { cloudPC.userAccountType = n.getEnumValue(CloudPcUserAccountTypeObject); }, + "userExperienceType": n => { cloudPC.userExperienceType = n.getEnumValue(CloudPcUserExperienceTypeObject); }, "userPrincipalName": n => { cloudPC.userPrincipalName = n.getStringValue(); }, } } @@ -92059,6 +92485,57 @@ export function deserializeIntoCloudPcBulkTroubleshoot(cloudPcBulkTroubleshoot: ...deserializeIntoCloudPcBulkAction(cloudPcBulkTroubleshoot), } } +/** + * The deserialization information for the current model + * @param CloudPcCloudApp The instance to deserialize into. + * @returns {Record void>} + */ +// @ts-ignore +export function deserializeIntoCloudPcCloudApp(cloudPcCloudApp: Partial | undefined = {}) : Record void> { + return { + ...deserializeIntoEntity(cloudPcCloudApp), + "actionFailedErrorCode": n => { cloudPcCloudApp.actionFailedErrorCode = n.getEnumValue(CloudPcCloudAppActionFailedErrorCodeObject); }, + "actionFailedErrorMessage": n => { cloudPcCloudApp.actionFailedErrorMessage = n.getStringValue(); }, + "addedDateTime": n => { cloudPcCloudApp.addedDateTime = n.getDateValue(); }, + "appDetail": n => { cloudPcCloudApp.appDetail = n.getObjectValue(createCloudPcCloudAppDetailFromDiscriminatorValue); }, + "appStatus": n => { cloudPcCloudApp.appStatus = n.getEnumValue(CloudPcCloudAppStatusObject); }, + "availableToUser": n => { cloudPcCloudApp.availableToUser = n.getBooleanValue(); }, + "description": n => { cloudPcCloudApp.description = n.getStringValue(); }, + "discoveredAppName": n => { cloudPcCloudApp.discoveredAppName = n.getStringValue(); }, + "displayName": n => { cloudPcCloudApp.displayName = n.getStringValue(); }, + "lastPublishedDateTime": n => { cloudPcCloudApp.lastPublishedDateTime = n.getDateValue(); }, + "provisioningPolicyId": n => { cloudPcCloudApp.provisioningPolicyId = n.getStringValue(); }, + "scopeIds": n => { cloudPcCloudApp.scopeIds = n.getCollectionOfPrimitiveValues(); }, + } +} +/** + * The deserialization information for the current model + * @param CloudPcCloudAppCollectionResponse The instance to deserialize into. + * @returns {Record void>} + */ +// @ts-ignore +export function deserializeIntoCloudPcCloudAppCollectionResponse(cloudPcCloudAppCollectionResponse: Partial | undefined = {}) : Record void> { + return { + ...deserializeIntoBaseCollectionPaginationCountResponse(cloudPcCloudAppCollectionResponse), + "value": n => { cloudPcCloudAppCollectionResponse.value = n.getCollectionOfObjectValues(createCloudPcCloudAppFromDiscriminatorValue); }, + } +} +/** + * The deserialization information for the current model + * @param CloudPcCloudAppDetail The instance to deserialize into. + * @returns {Record void>} + */ +// @ts-ignore +export function deserializeIntoCloudPcCloudAppDetail(cloudPcCloudAppDetail: Partial | undefined = {}) : Record void> { + return { + "backingStoreEnabled": n => { cloudPcCloudAppDetail.backingStoreEnabled = true; }, + "commandLineArguments": n => { cloudPcCloudAppDetail.commandLineArguments = n.getStringValue(); }, + "filePath": n => { cloudPcCloudAppDetail.filePath = n.getStringValue(); }, + "iconIndex": n => { cloudPcCloudAppDetail.iconIndex = n.getNumberValue(); }, + "iconPath": n => { cloudPcCloudAppDetail.iconPath = n.getStringValue(); }, + "@odata.type": n => { cloudPcCloudAppDetail.odataType = n.getStringValue(); }, + } +} /** * The deserialization information for the current model * @param CloudPCCollectionResponse The instance to deserialize into. @@ -92279,6 +92756,22 @@ export function deserializeIntoCloudPcDisasterRecoveryNetworkSetting(cloudPcDisa "@odata.type": n => { cloudPcDisasterRecoveryNetworkSetting.odataType = n.getStringValue(); }, } } +/** + * The deserialization information for the current model + * @param CloudPcDiscoveredApp The instance to deserialize into. + * @returns {Record void>} + */ +// @ts-ignore +export function deserializeIntoCloudPcDiscoveredApp(cloudPcDiscoveredApp: Partial | undefined = {}) : Record void> { + return { + "appDetail": n => { cloudPcDiscoveredApp.appDetail = n.getObjectValue(createCloudPcCloudAppDetailFromDiscriminatorValue); }, + "appName": n => { cloudPcDiscoveredApp.appName = n.getStringValue(); }, + "backingStoreEnabled": n => { cloudPcDiscoveredApp.backingStoreEnabled = true; }, + "discoveredAppId": n => { cloudPcDiscoveredApp.discoveredAppId = n.getStringValue(); }, + "@odata.type": n => { cloudPcDiscoveredApp.odataType = n.getStringValue(); }, + "sourceId": n => { cloudPcDiscoveredApp.sourceId = n.getStringValue(); }, + } +} /** * The deserialization information for the current model * @param CloudPcDomainJoinConfiguration The instance to deserialize into. @@ -92726,6 +93219,7 @@ export function deserializeIntoCloudPcProvisioningPolicy(cloudPcProvisioningPoli "microsoftManagedDesktop": n => { cloudPcProvisioningPolicy.microsoftManagedDesktop = n.getObjectValue(createMicrosoftManagedDesktopFromDiscriminatorValue); }, "provisioningType": n => { cloudPcProvisioningPolicy.provisioningType = n.getEnumValue(CloudPcProvisioningTypeObject); }, "scopeIds": n => { cloudPcProvisioningPolicy.scopeIds = n.getCollectionOfPrimitiveValues(); }, + "userExperienceType": n => { cloudPcProvisioningPolicy.userExperienceType = n.getEnumValue(CloudPcUserExperienceTypeObject); }, "windowsSetting": n => { cloudPcProvisioningPolicy.windowsSetting = n.getObjectValue(createCloudPcWindowsSettingFromDiscriminatorValue); }, "windowsSettings": n => { cloudPcProvisioningPolicy.windowsSettings = n.getObjectValue(createCloudPcWindowsSettingsFromDiscriminatorValue); }, } @@ -93681,8 +94175,10 @@ export function deserializeIntoCompanyDetail(companyDetail: Partial { companyDetail.address = n.getObjectValue(createPhysicalAddressFromDiscriminatorValue); }, "backingStoreEnabled": n => { companyDetail.backingStoreEnabled = true; }, "companyCode": n => { companyDetail.companyCode = n.getStringValue(); }, + "costCenter": n => { companyDetail.costCenter = n.getStringValue(); }, "department": n => { companyDetail.department = n.getStringValue(); }, "displayName": n => { companyDetail.displayName = n.getStringValue(); }, + "division": n => { companyDetail.division = n.getStringValue(); }, "@odata.type": n => { companyDetail.odataType = n.getStringValue(); }, "officeLocation": n => { companyDetail.officeLocation = n.getStringValue(); }, "pronunciation": n => { companyDetail.pronunciation = n.getStringValue(); }, @@ -96420,6 +96916,7 @@ export function deserializeIntoCustomExtensionHandlerInstance(customExtensionHan export function deserializeIntoCustomExtensionOverwriteConfiguration(customExtensionOverwriteConfiguration: Partial | undefined = {}) : Record void> { return { "backingStoreEnabled": n => { customExtensionOverwriteConfiguration.backingStoreEnabled = true; }, + "behaviorOnError": n => { customExtensionOverwriteConfiguration.behaviorOnError = n.getObjectValue(createCustomExtensionBehaviorOnErrorFromDiscriminatorValue); }, "clientConfiguration": n => { customExtensionOverwriteConfiguration.clientConfiguration = n.getObjectValue(createCustomExtensionClientConfigurationFromDiscriminatorValue); }, "@odata.type": n => { customExtensionOverwriteConfiguration.odataType = n.getStringValue(); }, } @@ -97864,6 +98361,20 @@ export function deserializeIntoDepVisionOSEnrollmentProfile(depVisionOSEnrollmen ...deserializeIntoEnrollmentProfile(depVisionOSEnrollmentProfile), } } +/** + * The deserialization information for the current model + * @param Desk The instance to deserialize into. + * @returns {Record void>} + */ +// @ts-ignore +export function deserializeIntoDesk(desk: Partial | undefined = {}) : Record void> { + return { + ...deserializeIntoPlace(desk), + "displayDeviceName": n => { desk.displayDeviceName = n.getStringValue(); }, + "mailboxDetails": n => { desk.mailboxDetails = n.getObjectValue(createMailboxDetailsFromDiscriminatorValue); }, + "mode": n => { desk.mode = n.getObjectValue(createPlaceModeFromDiscriminatorValue); }, + } +} /** * The deserialization information for the current model * @param DetailsInfo The instance to deserialize into. @@ -104270,6 +104781,17 @@ export function deserializeIntoDriveRestoreArtifactsBulkAdditionRequestCollectio "value": n => { driveRestoreArtifactsBulkAdditionRequestCollectionResponse.value = n.getCollectionOfObjectValues(createDriveRestoreArtifactsBulkAdditionRequestFromDiscriminatorValue); }, } } +/** + * The deserialization information for the current model + * @param DropInPlaceMode The instance to deserialize into. + * @returns {Record void>} + */ +// @ts-ignore +export function deserializeIntoDropInPlaceMode(dropInPlaceMode: Partial | undefined = {}) : Record void> { + return { + ...deserializeIntoPlaceMode(dropInPlaceMode), + } +} /** * The deserialization information for the current model * @param EasEmailProfileConfigurationBase The instance to deserialize into. @@ -108535,6 +109057,18 @@ export function deserializeIntoFindingCollectionResponse(findingCollectionRespon "value": n => { findingCollectionResponse.value = n.getCollectionOfObjectValues(createFindingFromDiscriminatorValue); }, } } +/** + * The deserialization information for the current model + * @param Floor The instance to deserialize into. + * @returns {Record void>} + */ +// @ts-ignore +export function deserializeIntoFloor(floor: Partial | undefined = {}) : Record void> { + return { + ...deserializeIntoPlace(floor), + "sortOrder": n => { floor.sortOrder = n.getNumberValue(); }, + } +} /** * The deserialization information for the current model * @param FocusActivityStatistics The instance to deserialize into. @@ -116608,6 +117142,20 @@ export function deserializeIntoMailboxCollectionResponse(mailboxCollectionRespon "value": n => { mailboxCollectionResponse.value = n.getCollectionOfObjectValues(createMailboxFromDiscriminatorValue); }, } } +/** + * The deserialization information for the current model + * @param MailboxDetails The instance to deserialize into. + * @returns {Record void>} + */ +// @ts-ignore +export function deserializeIntoMailboxDetails(mailboxDetails: Partial | undefined = {}) : Record void> { + return { + "backingStoreEnabled": n => { mailboxDetails.backingStoreEnabled = true; }, + "emailAddress": n => { mailboxDetails.emailAddress = n.getStringValue(); }, + "externalDirectoryObjectId": n => { mailboxDetails.externalDirectoryObjectId = n.getStringValue(); }, + "@odata.type": n => { mailboxDetails.odataType = n.getStringValue(); }, + } +} /** * The deserialization information for the current model * @param MailboxFolder The instance to deserialize into. @@ -121494,6 +122042,18 @@ export function deserializeIntoOfficeSuiteApp(officeSuiteApp: Partial { officeSuiteApp.useSharedComputerActivation = n.getBooleanValue(); }, } } +/** + * The deserialization information for the current model + * @param OfflinePlaceMode The instance to deserialize into. + * @returns {Record void>} + */ +// @ts-ignore +export function deserializeIntoOfflinePlaceMode(offlinePlaceMode: Partial | undefined = {}) : Record void> { + return { + ...deserializeIntoPlaceMode(offlinePlaceMode), + "reason": n => { offlinePlaceMode.reason = n.getStringValue(); }, + } +} /** * The deserialization information for the current model * @param OidcAddressInboundClaims The instance to deserialize into. @@ -123414,6 +123974,20 @@ export function deserializeIntoOrgContactCollectionResponse(orgContactCollection "value": n => { orgContactCollectionResponse.value = n.getCollectionOfObjectValues(createOrgContactFromDiscriminatorValue); }, } } +/** + * The deserialization information for the current model + * @param OriginTenantInfo The instance to deserialize into. + * @returns {Record void>} + */ +// @ts-ignore +export function deserializeIntoOriginTenantInfo(originTenantInfo: Partial | undefined = {}) : Record void> { + return { + "backingStoreEnabled": n => { originTenantInfo.backingStoreEnabled = true; }, + "@odata.type": n => { originTenantInfo.odataType = n.getStringValue(); }, + "originTenantId": n => { originTenantInfo.originTenantId = n.getStringValue(); }, + "originUserId": n => { originTenantInfo.originUserId = n.getStringValue(); }, + } +} /** * The deserialization information for the current model * @param OsVersionCount The instance to deserialize into. @@ -125383,8 +125957,24 @@ export function deserializeIntoPlace(place: Partial | undefined = {}) : R "address": n => { place.address = n.getObjectValue(createPhysicalAddressFromDiscriminatorValue); }, "displayName": n => { place.displayName = n.getStringValue(); }, "geoCoordinates": n => { place.geoCoordinates = n.getObjectValue(createOutlookGeoCoordinatesFromDiscriminatorValue); }, + "isWheelChairAccessible": n => { place.isWheelChairAccessible = n.getBooleanValue(); }, + "label": n => { place.label = n.getStringValue(); }, + "parentId": n => { place.parentId = n.getStringValue(); }, "phone": n => { place.phone = n.getStringValue(); }, "placeId": n => { place.placeId = n.getStringValue(); }, + "tags": n => { place.tags = n.getCollectionOfPrimitiveValues(); }, + } +} +/** + * The deserialization information for the current model + * @param PlaceMode The instance to deserialize into. + * @returns {Record void>} + */ +// @ts-ignore +export function deserializeIntoPlaceMode(placeMode: Partial | undefined = {}) : Record void> { + return { + "backingStoreEnabled": n => { placeMode.backingStoreEnabled = true; }, + "@odata.type": n => { placeMode.odataType = n.getStringValue(); }, } } /** @@ -126663,6 +127253,8 @@ export function deserializeIntoPositionDetail(positionDetail: Partial { positionDetail.backingStoreEnabled = true; }, "company": n => { positionDetail.company = n.getObjectValue(createCompanyDetailFromDiscriminatorValue); }, "description": n => { positionDetail.description = n.getStringValue(); }, + "employeeId": n => { positionDetail.employeeId = n.getStringValue(); }, + "employeeType": n => { positionDetail.employeeType = n.getStringValue(); }, "endMonthYear": n => { positionDetail.endMonthYear = n.getDateOnlyValue(); }, "jobTitle": n => { positionDetail.jobTitle = n.getStringValue(); }, "layer": n => { positionDetail.layer = n.getNumberValue(); }, @@ -129943,6 +130535,20 @@ export function deserializeIntoRecordingInfo(recordingInfo: Partial { recordingInfo.recordingStatus = n.getEnumValue(RecordingStatusObject); }, } } +/** + * The deserialization information for the current model + * @param RecordingState The instance to deserialize into. + * @returns {Record void>} + */ +// @ts-ignore +export function deserializeIntoRecordingState(recordingState: Partial | undefined = {}) : Record void> { + return { + "backingStoreEnabled": n => { recordingState.backingStoreEnabled = true; }, + "@odata.type": n => { recordingState.odataType = n.getStringValue(); }, + "sequenceNumber": n => { recordingState.sequenceNumber = n.getNumberValue(); }, + "state": n => { recordingState.state = n.getEnumValue(MediaStateObject); }, + } +} /** * The deserialization information for the current model * @param RecordOperation The instance to deserialize into. @@ -130781,6 +131387,17 @@ export function deserializeIntoResellerDelegatedAdminRelationship(resellerDelega "isPartnerConsentPending": n => { resellerDelegatedAdminRelationship.isPartnerConsentPending = n.getBooleanValue(); }, } } +/** + * The deserialization information for the current model + * @param ReservablePlaceMode The instance to deserialize into. + * @returns {Record void>} + */ +// @ts-ignore +export function deserializeIntoReservablePlaceMode(reservablePlaceMode: Partial | undefined = {}) : Record void> { + return { + ...deserializeIntoPlaceMode(reservablePlaceMode), + } +} /** * The deserialization information for the current model * @param ResetPasscodeActionResult The instance to deserialize into. @@ -130822,6 +131439,21 @@ export function deserializeIntoResourceAction(resourceAction: Partial { resourceAction.odataType = n.getStringValue(); }, } } +/** + * The deserialization information for the current model + * @param ResourceLink The instance to deserialize into. + * @returns {Record void>} + */ +// @ts-ignore +export function deserializeIntoResourceLink(resourceLink: Partial | undefined = {}) : Record void> { + return { + "backingStoreEnabled": n => { resourceLink.backingStoreEnabled = true; }, + "linkType": n => { resourceLink.linkType = n.getEnumValue(ResourceLinkTypeObject); }, + "name": n => { resourceLink.name = n.getStringValue(); }, + "@odata.type": n => { resourceLink.odataType = n.getStringValue(); }, + "value": n => { resourceLink.value = n.getStringValue(); }, + } +} /** * The deserialization information for the current model * @param ResourceOperation The instance to deserialize into. @@ -131687,7 +132319,6 @@ export function deserializeIntoRoleScopeTag(roleScopeTag: Partial "description": n => { roleScopeTag.description = n.getStringValue(); }, "displayName": n => { roleScopeTag.displayName = n.getStringValue(); }, "isBuiltIn": n => { roleScopeTag.isBuiltIn = n.getBooleanValue(); }, - "permissions": n => { roleScopeTag.permissions = n.getCollectionOfPrimitiveValues(); }, } } /** @@ -131778,10 +132409,8 @@ export function deserializeIntoRoom(room: Partial | undefined = {}) : Reco "emailAddress": n => { room.emailAddress = n.getStringValue(); }, "floorLabel": n => { room.floorLabel = n.getStringValue(); }, "floorNumber": n => { room.floorNumber = n.getNumberValue(); }, - "isWheelChairAccessible": n => { room.isWheelChairAccessible = n.getBooleanValue(); }, - "label": n => { room.label = n.getStringValue(); }, + "isTeamsEnabled": n => { room.isTeamsEnabled = n.getBooleanValue(); }, "nickname": n => { room.nickname = n.getStringValue(); }, - "tags": n => { room.tags = n.getCollectionOfPrimitiveValues(); }, "videoDeviceName": n => { room.videoDeviceName = n.getStringValue(); }, } } @@ -132918,6 +133547,17 @@ export function deserializeIntoSecretInformationAccessAwsUserFinding(secretInfor ...deserializeIntoAwsSecretInformationAccessFinding(secretInformationAccessAwsUserFinding), } } +/** + * The deserialization information for the current model + * @param Section The instance to deserialize into. + * @returns {Record void>} + */ +// @ts-ignore +export function deserializeIntoSection(section: Partial
| undefined = {}) : Record void> { + return { + ...deserializeIntoPlace(section), + } +} /** * The deserialization information for the current model * @param SectionGroup The instance to deserialize into. @@ -140864,6 +141504,20 @@ export function deserializeIntoTrainingSetting(trainingSetting: Partial { trainingSetting.settingType = n.getEnumValue(TrainingSettingTypeObject); }, } } +/** + * The deserialization information for the current model + * @param TranscriptionState The instance to deserialize into. + * @returns {Record void>} + */ +// @ts-ignore +export function deserializeIntoTranscriptionState(transcriptionState: Partial | undefined = {}) : Record void> { + return { + "backingStoreEnabled": n => { transcriptionState.backingStoreEnabled = true; }, + "@odata.type": n => { transcriptionState.odataType = n.getStringValue(); }, + "sequenceNumber": n => { transcriptionState.sequenceNumber = n.getNumberValue(); }, + "state": n => { transcriptionState.state = n.getEnumValue(MediaStateObject); }, + } +} /** * The deserialization information for the current model * @param TransformationAttribute The instance to deserialize into. @@ -142437,7 +143091,9 @@ export function deserializeIntoUserAccountInformation(userAccountInformation: Pa ...deserializeIntoItemFacet(userAccountInformation), "ageGroup": n => { userAccountInformation.ageGroup = n.getStringValue(); }, "countryCode": n => { userAccountInformation.countryCode = n.getStringValue(); }, + "originTenantInfo": n => { userAccountInformation.originTenantInfo = n.getObjectValue(createOriginTenantInfoFromDiscriminatorValue); }, "preferredLanguageTag": n => { userAccountInformation.preferredLanguageTag = n.getObjectValue(createLocaleInfoFromDiscriminatorValue); }, + "userPersona": n => { userAccountInformation.userPersona = n.getEnumValue(UserPersonaObject); }, "userPrincipalName": n => { userAccountInformation.userPrincipalName = n.getStringValue(); }, } } @@ -145314,6 +145970,7 @@ export function deserializeIntoVirtualEndpoint(virtualEndpoint: Partial { virtualEndpoint.auditEvents = n.getCollectionOfObjectValues(createCloudPcAuditEventFromDiscriminatorValue); }, "bulkActions": n => { virtualEndpoint.bulkActions = n.getCollectionOfObjectValues(createCloudPcBulkActionFromDiscriminatorValue); }, + "cloudApps": n => { virtualEndpoint.cloudApps = n.getCollectionOfObjectValues(createCloudPcCloudAppFromDiscriminatorValue); }, "cloudPCs": n => { virtualEndpoint.cloudPCs = n.getCollectionOfObjectValues(createCloudPCFromDiscriminatorValue); }, "crossCloudGovernmentOrganizationMapping": n => { virtualEndpoint.crossCloudGovernmentOrganizationMapping = n.getObjectValue(createCloudPcCrossCloudGovernmentOrganizationMappingFromDiscriminatorValue); }, "deviceImages": n => { virtualEndpoint.deviceImages = n.getCollectionOfObjectValues(createCloudPcDeviceImageFromDiscriminatorValue); }, @@ -151917,13 +152574,12 @@ export function deserializeIntoWorkspace(workspace: Partial | undefin ...deserializeIntoPlace(workspace), "building": n => { workspace.building = n.getStringValue(); }, "capacity": n => { workspace.capacity = n.getNumberValue(); }, + "displayDeviceName": n => { workspace.displayDeviceName = n.getStringValue(); }, "emailAddress": n => { workspace.emailAddress = n.getStringValue(); }, "floorLabel": n => { workspace.floorLabel = n.getStringValue(); }, "floorNumber": n => { workspace.floorNumber = n.getNumberValue(); }, - "isWheelChairAccessible": n => { workspace.isWheelChairAccessible = n.getBooleanValue(); }, - "label": n => { workspace.label = n.getStringValue(); }, + "mode": n => { workspace.mode = n.getObjectValue(createPlaceModeFromDiscriminatorValue); }, "nickname": n => { workspace.nickname = n.getStringValue(); }, - "tags": n => { workspace.tags = n.getCollectionOfPrimitiveValues(); }, } } /** @@ -152201,6 +152857,20 @@ export function deserializeIntoZebraFotaDeploymentStatus(zebraFotaDeploymentStat "totalUnknown": n => { zebraFotaDeploymentStatus.totalUnknown = n.getNumberValue(); }, } } +export interface Desk extends Parsable, Place { + /** + * The name of the display device (for example, monitor or projector) that is available at the desk. + */ + displayDeviceName?: string | null; + /** + * The mailbox object id and email address that are associated with the desk. + */ + mailboxDetails?: MailboxDetails | null; + /** + * The mode of the desk. The supported modes are:assignedPlaceMode - Desks that are assigned to a user.reservablePlaceMode - Desks that can be booked in advance using desk reservation tools.dropInPlaceMode - First come, first served desks. When you plug into a peripheral on one of these desks, the desk is booked for you, assuming the peripheral is associated with the desk in the Microsoft Teams Rooms Pro management portal.offlinePlaceMode - Desk that is taken down for maintenance or marked as not reservable. + */ + mode?: PlaceMode | null; +} export type DestinationType = (typeof DestinationTypeObject)[keyof typeof DestinationTypeObject]; export interface DetailsInfo extends AdditionalDataHolder, BackedModel, Parsable { /** @@ -152797,7 +153467,7 @@ export interface DeviceAppManagement extends Entity, Parsable { */ mobileAppConfigurations?: ManagedDeviceMobileAppConfiguration[] | null; /** - * List mobileAppRelationship objects for mobile applications. + * The mobile app relationship represents the dependency or supersedence relationship between two Intune mobile LOB applications. */ mobileAppRelationships?: MobileAppRelationship[] | null; /** @@ -153149,7 +153819,7 @@ export interface DeviceCompliancePolicy extends Entity, Parsable { */ roleScopeTagIds?: string[] | null; /** - * The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies. + * The list of scheduled action for this rule */ scheduledActionsForRule?: DeviceComplianceScheduledActionForRule[] | null; /** @@ -157538,7 +158208,7 @@ export interface DeviceManagementConfigurationReferredSettingInformation extends */ odataType?: string | null; /** - * Setting definition id that is being referred to a setting. Applicable for reusable setting + * Setting definition id that is being referred to a setting. Applicable for reusable setting. */ settingDefinitionId?: string | null; } @@ -157608,7 +158278,7 @@ export interface DeviceManagementConfigurationSettingDefinition extends Entity, */ accessTypes?: DeviceManagementConfigurationSettingAccessTypes[] | null; /** - * Details which device setting is applicable on. Supports: $filters. + * Details which device setting is applicable on */ applicability?: DeviceManagementConfigurationSettingApplicability | null; /** @@ -157616,23 +158286,23 @@ export interface DeviceManagementConfigurationSettingDefinition extends Entity, */ baseUri?: string | null; /** - * Specify category in which the setting is under. Support $filters. + * Specifies the area group under which the setting is configured in a specified configuration service provider (CSP) */ categoryId?: string | null; /** - * Description of the setting. + * Description of the item */ description?: string | null; /** - * Name of the setting. For example: Allow Toast. + * Display name of the item */ displayName?: string | null; /** - * Help text of the setting. Give more details of the setting. + * Help text of the item */ helpText?: string | null; /** - * List of links more info for the setting can be found at. + * List of links more info for the setting can be found at */ infoUrls?: string[] | null; /** @@ -157660,7 +158330,7 @@ export interface DeviceManagementConfigurationSettingDefinition extends Entity, */ riskLevel?: DeviceManagementConfigurationSettingRiskLevel[] | null; /** - * Root setting definition id if the setting is a child setting. + * Root setting definition if the setting is a child setting. */ rootDefinitionId?: string | null; /** @@ -157891,11 +158561,11 @@ export interface DeviceManagementConfigurationSettingValueTemplateReference exte export type DeviceManagementConfigurationSettingVisibility = (typeof DeviceManagementConfigurationSettingVisibilityObject)[keyof typeof DeviceManagementConfigurationSettingVisibilityObject]; export interface DeviceManagementConfigurationSimpleSettingCollectionDefinition extends DeviceManagementConfigurationSimpleSettingDefinition, Parsable { /** - * Maximum number of simple settings in the collection. Valid values 1 to 100 + * Maximum number of simple settings in the collection */ maximumCount?: number | null; /** - * Minimum number of simple settings in the collection. Valid values 1 to 100 + * Minimum number of simple settings in the collection */ minimumCount?: number | null; } @@ -157923,19 +158593,19 @@ export interface DeviceManagementConfigurationSimpleSettingCollectionInstanceTem } export interface DeviceManagementConfigurationSimpleSettingDefinition extends DeviceManagementConfigurationSettingDefinition, Parsable { /** - * Default setting value for this setting + * Default setting value for this setting. */ defaultValue?: DeviceManagementConfigurationSettingValue | null; /** - * list of child settings that depend on this setting + * list of child settings that depend on this setting. */ dependedOnBy?: DeviceManagementConfigurationSettingDependedOnBy[] | null; /** - * list of parent settings this setting is dependent on + * list of parent settings this setting is dependent on. */ dependentOn?: DeviceManagementConfigurationDependentOn[] | null; /** - * Definition of the value for this setting + * Definition of the value for this setting. */ valueDefinition?: DeviceManagementConfigurationSettingValueDefinition | null; } @@ -161557,6 +162227,8 @@ export interface DriveRestoreArtifactsBulkAdditionRequestCollectionResponse exte value?: DriveRestoreArtifactsBulkAdditionRequest[] | null; } export type DriverUpdateProfileApprovalType = (typeof DriverUpdateProfileApprovalTypeObject)[keyof typeof DriverUpdateProfileApprovalTypeObject]; +export interface DropInPlaceMode extends Parsable, PlaceMode { +} export type EapFastConfiguration = (typeof EapFastConfigurationObject)[keyof typeof EapFastConfigurationObject]; export type EapType = (typeof EapTypeObject)[keyof typeof EapTypeObject]; export type EasAuthenticationMethod = (typeof EasAuthenticationMethodObject)[keyof typeof EasAuthenticationMethodObject]; @@ -166326,19 +166998,19 @@ export interface FileSecurityState extends AdditionalDataHolder, BackedModel, Pa } export interface FileStorage extends Entity, Parsable { /** - * The containers property + * The collection of active fileStorageContainer resources. */ containers?: FileStorageContainer[] | null; /** - * The containerTypeRegistrations property + * The collection of fileStorageContainerTypeRegistration resources. */ containerTypeRegistrations?: FileStorageContainerTypeRegistration[] | null; /** - * The containerTypes property + * The collection of fileStorageContainerType resources. */ containerTypes?: FileStorageContainerType[] | null; /** - * The deletedContainers property + * The collection of deleted fileStorageContainer resources. */ deletedContainers?: FileStorageContainer[] | null; } @@ -166480,23 +167152,23 @@ export interface FileStorageContainerType extends Entity, Parsable { */ billingStatus?: FileStorageContainerBillingStatus | null; /** - * The createdDateTime property + * The creation date. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. */ createdDateTime?: Date | null; /** - * The etag property + * Used in update scenarios for optimistic concurrency control. Read-only. */ etag?: string | null; /** - * The expirationDateTime property + * The expiration date. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. */ expirationDateTime?: Date | null; /** - * The name property + * The name of the fileStorageContainerType. */ name?: string | null; /** - * The owningAppId property + * ID of the application that owns the fileStorageContainerType. */ owningAppId?: Guid | null; /** @@ -166507,11 +167179,11 @@ export interface FileStorageContainerType extends Entity, Parsable { export type FileStorageContainerTypeAppPermission = (typeof FileStorageContainerTypeAppPermissionObject)[keyof typeof FileStorageContainerTypeAppPermissionObject]; export interface FileStorageContainerTypeAppPermissionGrant extends AdditionalDataHolder, BackedModel, Parsable { /** - * The appId property + * Application ID to which to set permissions. */ appId?: string | null; /** - * The applicationPermissions property + * Allowed permissions when you use delegated tokens. The possible values are: none, readContent, writeContent, manageContent, create, delete, read, write, enumeratePermissions, addPermissions, updatePermissions, deletePermissions, deleteOwnPermission, managePermissions, full, unknownFutureValue. */ applicationPermissions?: FileStorageContainerTypeAppPermission[] | null; /** @@ -166519,7 +167191,7 @@ export interface FileStorageContainerTypeAppPermissionGrant extends AdditionalDa */ backingStoreEnabled?: boolean | null; /** - * The delegatedPermissions property + * Allowed permissions when you use application tokens. The possible values are: none, readContent, writeContent, manageContent, create, delete, read, write, enumeratePermissions, addPermissions, updatePermissions, deletePermissions, deleteOwnPermission, managePermissions, full, unknownFutureValue. */ delegatedPermissions?: FileStorageContainerTypeAppPermission[] | null; /** @@ -166541,7 +167213,7 @@ export interface FileStorageContainerTypeCollectionResponse extends BaseCollecti } export interface FileStorageContainerTypeRegistration extends Entity, Parsable { /** - * The applicationPermissionGrants property + * Access privileges of applications on containers. */ applicationPermissionGrants?: FileStorageContainerTypeAppPermissionGrant[] | null; /** @@ -166553,23 +167225,23 @@ export interface FileStorageContainerTypeRegistration extends Entity, Parsable { */ billingStatus?: FileStorageContainerBillingStatus | null; /** - * The etag property + * Used in update scenarios for optimistic concurrency control. Read-only. */ etag?: string | null; /** - * The expirationDateTime property + * The expiration date. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. */ expirationDateTime?: Date | null; /** - * The name property + * The name of the fileStorageContainerTypeRegistration. Read-only. */ name?: string | null; /** - * The owningAppId property + * ID of the application that owns the fileStorageContainerType. Read-only. */ owningAppId?: Guid | null; /** - * The registeredDateTime property + * The registration date. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. */ registeredDateTime?: Date | null; /** @@ -166589,27 +167261,27 @@ export interface FileStorageContainerTypeRegistrationSettings extends Additional */ backingStoreEnabled?: boolean | null; /** - * The isDiscoverabilityEnabled property + * Indicates whether items from containers are surfaced in experiences such as My Activity or Microsoft 365. */ isDiscoverabilityEnabled?: boolean | null; /** - * The isItemVersioningEnabled property + * Indicates whether item versioning is enabled. */ isItemVersioningEnabled?: boolean | null; /** - * The isSearchEnabled property + * Indicates whether search is enabled. */ isSearchEnabled?: boolean | null; /** - * The isSharingRestricted property + * Only the manager and owner can share files in the container if restricted sharing is enabled. */ isSharingRestricted?: boolean | null; /** - * The itemMajorVersionLimit property + * Maximum number of versions. Versioning must be enabled ('isItemVersioningEnabled'=true). */ itemMajorVersionLimit?: number | null; /** - * The maxStoragePerContainerInBytes property + * Controls maximum storage in bytes. */ maxStoragePerContainerInBytes?: number | null; /** @@ -166617,11 +167289,11 @@ export interface FileStorageContainerTypeRegistrationSettings extends Additional */ odataType?: string | null; /** - * The sharingCapability property + * Sharing capabilities permitted for containers. The possible values are: disabled, externalUserSharingOnly, externalUserAndGuestSharing, existingExternalUserSharingOnly, unknownFutureValue. Can always be updated. */ sharingCapability?: SharingCapabilities | null; /** - * The urlTemplate property + * Pattern used to redirect files. */ urlTemplate?: string | null; } @@ -166631,31 +167303,31 @@ export interface FileStorageContainerTypeSettings extends AdditionalDataHolder, */ backingStoreEnabled?: boolean | null; /** - * The consumingTenantOverridables property + * A comma-separated list of settings that can be overridden in the consuming tenant. The possible values are: urlTemplate, isDiscoverabilityEnabled, isSearchEnabled, isItemVersioningEnabled, itemMajorVersionLimit, maxStoragePerContainerInBytes, unknownFutureValue. */ consumingTenantOverridables?: FileStorageContainerTypeSettingsOverride[] | null; /** - * The isDiscoverabilityEnabled property + * Indicates whether items from containers are surfaced in experiences such as My Activity or Microsoft 365. */ isDiscoverabilityEnabled?: boolean | null; /** - * The isItemVersioningEnabled property + * Indicates whether item versioning is enabled. */ isItemVersioningEnabled?: boolean | null; /** - * The isSearchEnabled property + * Indicates whether search is enabled. */ isSearchEnabled?: boolean | null; /** - * The isSharingRestricted property + * Only the manager and owner can share files in the container if restricted sharing is enabled. */ isSharingRestricted?: boolean | null; /** - * The itemMajorVersionLimit property + * Maximum number of versions. Versioning must be enabled ('isItemVersioningEnabled'=true). */ itemMajorVersionLimit?: number | null; /** - * The maxStoragePerContainerInBytes property + * Controls maximum storage in bytes. */ maxStoragePerContainerInBytes?: number | null; /** @@ -166663,11 +167335,11 @@ export interface FileStorageContainerTypeSettings extends AdditionalDataHolder, */ odataType?: string | null; /** - * The sharingCapability property + * Sharing capabilities permitted for containers. This value can always be overridden during registration if needed. The possible values are: disabled, externalUserSharingOnly, externalUserAndGuestSharing, existingExternalUserSharingOnly, unknownFutureValue. */ sharingCapability?: SharingCapabilities | null; /** - * The urlTemplate property + * Pattern used to redirect files. */ urlTemplate?: string | null; } @@ -166840,6 +167512,12 @@ export type FirewallCertificateRevocationListCheckMethodType = (typeof FirewallC export type FirewallPacketQueueingMethodType = (typeof FirewallPacketQueueingMethodTypeObject)[keyof typeof FirewallPacketQueueingMethodTypeObject]; export type FirewallPreSharedKeyEncodingMethodType = (typeof FirewallPreSharedKeyEncodingMethodTypeObject)[keyof typeof FirewallPreSharedKeyEncodingMethodTypeObject]; export type FirmwareProtectionType = (typeof FirmwareProtectionTypeObject)[keyof typeof FirmwareProtectionTypeObject]; +export interface Floor extends Parsable, Place { + /** + * Specifies the sort order of the floor. For example, a floor might be named 'Lobby' with a sort order of 0 to show this floor first in ordered lists. + */ + sortOrder?: number | null; +} export interface FocusActivityStatistics extends ActivityStatistics, Parsable { } export interface Folder extends AdditionalDataHolder, BackedModel, Parsable { @@ -169861,11 +170539,11 @@ export interface Identity extends AdditionalDataHolder, BackedModel, Parsable { */ backingStoreEnabled?: boolean | null; /** - * The display name of the identity. For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + * The display name of the identity. This property is read-only. */ displayName?: string | null; /** - * Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + * The identifier of the identity. This property is read-only. */ id?: string | null; /** @@ -173387,7 +174065,7 @@ export interface IosLobAppCollectionResponse extends BaseCollectionPaginationCou */ export interface IosLobAppProvisioningConfiguration extends Entity, Parsable { /** - * The associated group assignments for IosLobAppProvisioningConfiguration. + * The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to. */ assignments?: IosLobAppProvisioningConfigurationAssignment[] | null; /** @@ -173407,7 +174085,7 @@ export interface IosLobAppProvisioningConfiguration extends Entity, Parsable { */ displayName?: string | null; /** - * Optional profile expiration date and time. + * Optional profile expiration date and time. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Returned by default. */ expirationDateTime?: Date | null; /** @@ -175714,7 +176392,7 @@ export interface KeyValue extends AdditionalDataHolder, BackedModel, Parsable { */ backingStoreEnabled?: boolean | null; /** - * Key. + * Contains the name of the field that a value is associated with. */ key?: string | null; /** @@ -175722,7 +176400,7 @@ export interface KeyValue extends AdditionalDataHolder, BackedModel, Parsable { */ odataType?: string | null; /** - * Value. + * Contains the corresponding value for the specified key. */ value?: string | null; } @@ -179103,6 +179781,24 @@ export interface MailboxCollectionResponse extends BaseCollectionPaginationCount */ value?: Mailbox[] | null; } +export interface MailboxDetails extends AdditionalDataHolder, BackedModel, Parsable { + /** + * Stores model information. + */ + backingStoreEnabled?: boolean | null; + /** + * The primary SMTP address associated with the mailbox. + */ + emailAddress?: string | null; + /** + * The unique identifier of the mailbox in the external directory (such as Microsoft Entra). + */ + externalDirectoryObjectId?: string | null; + /** + * The OdataType property + */ + odataType?: string | null; +} export interface MailboxFolder extends Entity, Parsable { /** * The number of immediate child folders in the current folder. @@ -179958,7 +180654,7 @@ export interface ManagedAppProtection extends ManagedAppPolicy, Parsable { */ allowedInboundDataTransferSources?: ManagedAppDataTransferLevel | null; /** - * Specify the number of characters that may be cut or copied from Org data and accounts to any application. This setting overrides the AllowedOutboundClipboardSharingLevel restriction. Default value of '0' means no exception is allowed. + * Specify the number of characters that may be cut or copied from Org data and accounts to any application. This setting overrides the AllowedOutboundClipboardSharingLevel restriction. Default value of '0' means no exception is allowed. Valid values 0 to 65535 */ allowedOutboundClipboardSharingExceptionLength?: number | null; /** @@ -180026,7 +180722,7 @@ export interface ManagedAppProtection extends ManagedAppPolicy, Parsable { */ maximumAllowedDeviceThreatLevel?: ManagedAppDeviceThreatLevel | null; /** - * Maximum number of incorrect pin retry attempts before the managed app is either blocked or wiped. + * Maximum number of incorrect pin retry attempts before the managed app is either blocked or wiped. Valid values 1 to 65535 */ maximumPinRetries?: number | null; /** @@ -180114,7 +180810,7 @@ export interface ManagedAppProtection extends ManagedAppPolicy, Parsable { */ pinRequiredInsteadOfBiometricTimeout?: Duration | null; /** - * Requires a pin to be unique from the number specified in this property. + * Requires a pin to be unique from the number specified in this property. Valid values 0 to 24 */ previousPinBlockCount?: number | null; /** @@ -182134,15 +182830,15 @@ export interface MeetingNote extends AdditionalDataHolder, BackedModel, Parsable */ odataType?: string | null; /** - * A collection of subpoints of the meeting note. + * The subpoints property */ subpoints?: MeetingNoteSubpoint[] | null; /** - * The text of the meeting note. + * The text property */ text?: string | null; /** - * The title of the meeting note. + * The title property */ title?: string | null; } @@ -182156,11 +182852,11 @@ export interface MeetingNoteSubpoint extends AdditionalDataHolder, BackedModel, */ odataType?: string | null; /** - * The text of the meeting note subpoint. + * The text property */ text?: string | null; /** - * The title of the meeting note subpoint. + * The title property */ title?: string | null; } @@ -182565,7 +183261,7 @@ export interface MentionEvent extends AdditionalDataHolder, BackedModel, Parsabl */ backingStoreEnabled?: boolean | null; /** - * The date and time of the mention event. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. + * The eventDateTime property */ eventDateTime?: Date | null; /** @@ -182573,11 +183269,11 @@ export interface MentionEvent extends AdditionalDataHolder, BackedModel, Parsabl */ odataType?: string | null; /** - * The speaker who mentioned the user. + * The speaker property */ speaker?: IdentitySet | null; /** - * The utterance in the online meeting transcript that contains the mention event. + * The transcriptUtterance property */ transcriptUtterance?: string | null; } @@ -184316,7 +185012,7 @@ export interface MobileAppProvisioningConfigGroupAssignmentCollectionResponse ex } export type MobileAppPublishingState = (typeof MobileAppPublishingStateObject)[keyof typeof MobileAppPublishingStateObject]; /** - * Describes a relationship between two mobile apps. + * The MobileAppRelationship describes the relationship between two mobile applications by providing information that tells if an application is dependent on or superseded by another application. */ export interface MobileAppRelationship extends Entity, Parsable { /** @@ -186213,6 +186909,12 @@ export interface OfficeSuiteApp extends MobileApp, Parsable { export type OfficeSuiteDefaultFileFormatType = (typeof OfficeSuiteDefaultFileFormatTypeObject)[keyof typeof OfficeSuiteDefaultFileFormatTypeObject]; export type OfficeSuiteInstallProgressDisplayLevel = (typeof OfficeSuiteInstallProgressDisplayLevelObject)[keyof typeof OfficeSuiteInstallProgressDisplayLevelObject]; export type OfficeUpdateChannel = (typeof OfficeUpdateChannelObject)[keyof typeof OfficeUpdateChannelObject]; +export interface OfflinePlaceMode extends Parsable, PlaceMode { + /** + * Reason for marking a place offline. + */ + reason?: string | null; +} export interface OidcAddressInboundClaims extends AdditionalDataHolder, BackedModel, Parsable { /** * Stores model information. @@ -188747,6 +189449,24 @@ export interface OrgContactCollectionResponse extends BaseCollectionPaginationCo value?: OrgContact[] | null; } export type OriginalTransferMethods = (typeof OriginalTransferMethodsObject)[keyof typeof OriginalTransferMethodsObject]; +export interface OriginTenantInfo extends AdditionalDataHolder, BackedModel, Parsable { + /** + * Stores model information. + */ + backingStoreEnabled?: boolean | null; + /** + * The OdataType property + */ + odataType?: string | null; + /** + * The identifier of the tenant where the user account was originally provisioned. + */ + originTenantId?: string | null; + /** + * The identifier of the user in the origin tenant. + */ + originUserId?: string | null; +} /** * Count of devices with malware for each OS version */ @@ -191144,25 +191864,51 @@ export interface Pkcs12CertificateInformation extends AdditionalDataHolder, Back } export interface Place extends Entity, Parsable { /** - * The street address of the place. + * The physical address of the place, including the street, city, state, country or region, and postal code. */ address?: PhysicalAddress | null; /** - * The name associated with the place. + * The name that is associated with the place. */ displayName?: string | null; /** * Specifies the place location in latitude, longitude, and (optionally) altitude coordinates. */ geoCoordinates?: OutlookGeoCoordinates | null; + /** + * Indicates whether the place is wheelchair accessible. + */ + isWheelChairAccessible?: boolean | null; + /** + * User-defined description of the place. + */ + label?: string | null; + /** + * The ID of a parent place. + */ + parentId?: string | null; /** * The phone number of the place. */ phone?: string | null; /** - * A unique, immutable identifier for the place. Read-only. The value of this identifier is equal to the ExternalDirectoryObjectId returned from the Get-Mailbox cmdlet. + * An alternate immutable unique identifier of the place. Read-only. */ placeId?: string | null; + /** + * Custom tags that are associated with the place for categorization or filtering. + */ + tags?: string[] | null; +} +export interface PlaceMode extends AdditionalDataHolder, BackedModel, Parsable { + /** + * Stores model information. + */ + backingStoreEnabled?: boolean | null; + /** + * The OdataType property + */ + odataType?: string | null; } export interface Planner extends Entity, Parsable { /** @@ -192789,6 +193535,14 @@ export interface PositionDetail extends AdditionalDataHolder, BackedModel, Parsa * A description for the position in question. */ description?: string | null; + /** + * The identifier assigned to the employee. + */ + employeeId?: string | null; + /** + * The type of employment for the position. + */ + employeeType?: string | null; /** * The date when the position ended. */ @@ -197557,6 +198311,24 @@ export interface RecordingInfo extends AdditionalDataHolder, BackedModel, Parsab */ recordingStatus?: RecordingStatus | null; } +export interface RecordingState extends AdditionalDataHolder, BackedModel, Parsable { + /** + * Stores model information. + */ + backingStoreEnabled?: boolean | null; + /** + * The OdataType property + */ + odataType?: string | null; + /** + * The sequenceNumber property + */ + sequenceNumber?: number | null; + /** + * The state property + */ + state?: MediaState | null; +} export type RecordingStatus = (typeof RecordingStatusObject)[keyof typeof RecordingStatusObject]; export interface RecordOperation extends CommsOperation, Parsable { /** @@ -198776,6 +199548,8 @@ export interface ResellerDelegatedAdminRelationship extends DelegatedAdminRelati */ isPartnerConsentPending?: boolean | null; } +export interface ReservablePlaceMode extends Parsable, PlaceMode { +} /** * Reset passcode action result */ @@ -198828,6 +199602,29 @@ export interface ResourceAction extends AdditionalDataHolder, BackedModel, Parsa */ odataType?: string | null; } +export interface ResourceLink extends AdditionalDataHolder, BackedModel, Parsable { + /** + * Stores model information. + */ + backingStoreEnabled?: boolean | null; + /** + * The linkType property + */ + linkType?: ResourceLinkType | null; + /** + * The link text that is visible in the Places app. The maximum length is 200 characters. + */ + name?: string | null; + /** + * The OdataType property + */ + odataType?: string | null; + /** + * The URL of the resource link. The maximum length is 200 characters. + */ + value?: string | null; +} +export type ResourceLinkType = (typeof ResourceLinkTypeObject)[keyof typeof ResourceLinkTypeObject]; /** * Describes the resourceOperation resource (entity) of the Microsoft Graph API (REST), which supports Intune workflows related to role-based access control (RBAC). */ @@ -200032,10 +200829,6 @@ export interface RoleScopeTag extends Entity, Parsable { * Description of the Role Scope Tag. This property is read-only. */ isBuiltIn?: boolean | null; - /** - * Permissions associated with the Role Scope Tag. This property is read-only. - */ - permissions?: string[] | null; } /** * Contains the properties for auto-assigning a Role Scope Tag to a group to be applied to Devices. @@ -200128,55 +200921,47 @@ export interface RoleSuccessStatistics extends AdditionalDataHolder, BackedModel export type RoleSummaryStatus = (typeof RoleSummaryStatusObject)[keyof typeof RoleSummaryStatusObject]; export interface Room extends Parsable, Place { /** - * Specifies the name of the audio device in the room. + * The name of the audio device that is available in the room. */ audioDeviceName?: string | null; /** - * Type of room. Possible values are standard, and reserved. + * Specifies how the room can be booked. Possible values are:unknown - Unspecified booking behavior. We don't recommend that you use this value.standard - Available for general booking.reserved - Reserved for specific users or purposes. */ bookingType?: BookingType | null; /** - * Specifies the building name or building number that the room is in. + * The name or identifier of the building where the room is located. */ building?: string | null; /** - * Specifies the capacity of the room. + * The maximum number of people the room can accommodate. */ capacity?: number | null; /** - * Specifies the name of the display device in the room. + * The name of the display device (for example, monitor or projector) that is available in the room. */ displayDeviceName?: string | null; /** - * Email address of the room. + * The email address associated with the room. This email address is used for booking. */ emailAddress?: string | null; /** - * Specifies a descriptive label for the floor, for example, P. + * A human-readable label for the floor; for example, Ground Floor. */ floorLabel?: string | null; /** - * Specifies the floor number that the room is on. + * The numeric floor level within the building. For example, 1 for first floor, 2 for second floor, and so on. */ floorNumber?: number | null; /** - * Specifies whether the room is wheelchair accessible. + * Indicates whether the room is configured with the Microsoft Teams Rooms system. */ - isWheelChairAccessible?: boolean | null; - /** - * Specifies a descriptive label for the room, for example, a number or name. - */ - label?: string | null; + isTeamsEnabled?: boolean | null; /** - * Specifies a nickname for the room, for example, 'conf room'. + * A short, friendly name for the room, often used for easier identification or display in UI. */ nickname?: string | null; /** - * Specifies other features of the room; for example, the type of view or furniture type. - */ - tags?: string[] | null; - /** - * Specifies the name of the video device in the room. + * The name of the video device that is available in the room. */ videoDeviceName?: string | null; } @@ -202198,6 +202983,8 @@ export interface SecretInformationAccessAwsServerlessFunctionFinding extends Aws } export interface SecretInformationAccessAwsUserFinding extends AwsSecretInformationAccessFinding, Parsable { } +export interface Section extends Parsable, Place { +} export type SectionEmphasisType = (typeof SectionEmphasisTypeObject)[keyof typeof SectionEmphasisTypeObject]; export interface SectionGroup extends OnenoteEntityHierarchyModel, Parsable { /** @@ -204735,6 +205522,7 @@ export function serializeAccessReviewScheduleSettings(writer: SerializationWrite writer.writeStringValue("defaultDecision", accessReviewScheduleSettings.defaultDecision); writer.writeBooleanValue("defaultDecisionEnabled", accessReviewScheduleSettings.defaultDecisionEnabled); writer.writeNumberValue("instanceDurationInDays", accessReviewScheduleSettings.instanceDurationInDays); + writer.writeBooleanValue("isAgenticExperienceEnabled", accessReviewScheduleSettings.isAgenticExperienceEnabled); writer.writeBooleanValue("justificationRequiredOnApproval", accessReviewScheduleSettings.justificationRequiredOnApproval); writer.writeBooleanValue("mailNotificationsEnabled", accessReviewScheduleSettings.mailNotificationsEnabled); writer.writeStringValue("@odata.type", accessReviewScheduleSettings.odataType); @@ -205877,12 +206665,13 @@ export function serializeAiInteraction(writer: SerializationWriter, aiInteractio // @ts-ignore export function serializeAiInteractionAttachment(writer: SerializationWriter, aiInteractionAttachment: Partial | undefined | null = {}, isSerializingDerivedType: boolean = false) : void { if (!aiInteractionAttachment || isSerializingDerivedType) { return; } - serializeEntity(writer, aiInteractionAttachment, isSerializingDerivedType) writer.writeStringValue("attachmentId", aiInteractionAttachment.attachmentId); writer.writeStringValue("content", aiInteractionAttachment.content); writer.writeStringValue("contentType", aiInteractionAttachment.contentType); writer.writeStringValue("contentUrl", aiInteractionAttachment.contentUrl); writer.writeStringValue("name", aiInteractionAttachment.name); + writer.writeStringValue("@odata.type", aiInteractionAttachment.odataType); + writer.writeAdditionalData(aiInteractionAttachment.additionalData); } /** * Serializes information the current object @@ -205893,10 +206682,11 @@ export function serializeAiInteractionAttachment(writer: SerializationWriter, ai // @ts-ignore export function serializeAiInteractionContext(writer: SerializationWriter, aiInteractionContext: Partial | undefined | null = {}, isSerializingDerivedType: boolean = false) : void { if (!aiInteractionContext || isSerializingDerivedType) { return; } - serializeEntity(writer, aiInteractionContext, isSerializingDerivedType) writer.writeStringValue("contextReference", aiInteractionContext.contextReference); writer.writeStringValue("contextType", aiInteractionContext.contextType); writer.writeStringValue("displayName", aiInteractionContext.displayName); + writer.writeStringValue("@odata.type", aiInteractionContext.odataType); + writer.writeAdditionalData(aiInteractionContext.additionalData); } /** * Serializes information the current object @@ -205918,10 +206708,11 @@ export function serializeAiInteractionHistory(writer: SerializationWriter, aiInt // @ts-ignore export function serializeAiInteractionLink(writer: SerializationWriter, aiInteractionLink: Partial | undefined | null = {}, isSerializingDerivedType: boolean = false) : void { if (!aiInteractionLink || isSerializingDerivedType) { return; } - serializeEntity(writer, aiInteractionLink, isSerializingDerivedType) writer.writeStringValue("displayName", aiInteractionLink.displayName); writer.writeStringValue("linkType", aiInteractionLink.linkType); writer.writeStringValue("linkUrl", aiInteractionLink.linkUrl); + writer.writeStringValue("@odata.type", aiInteractionLink.odataType); + writer.writeAdditionalData(aiInteractionLink.additionalData); } /** * Serializes information the current object @@ -205932,10 +206723,11 @@ export function serializeAiInteractionLink(writer: SerializationWriter, aiIntera // @ts-ignore export function serializeAiInteractionMention(writer: SerializationWriter, aiInteractionMention: Partial | undefined | null = {}, isSerializingDerivedType: boolean = false) : void { if (!aiInteractionMention || isSerializingDerivedType) { return; } - serializeEntity(writer, aiInteractionMention, isSerializingDerivedType) writer.writeObjectValue("mentioned", aiInteractionMention.mentioned, serializeAiInteractionMentionedIdentitySet); writer.writeNumberValue("mentionId", aiInteractionMention.mentionId); writer.writeStringValue("mentionText", aiInteractionMention.mentionText); + writer.writeStringValue("@odata.type", aiInteractionMention.odataType); + writer.writeAdditionalData(aiInteractionMention.additionalData); } /** * Serializes information the current object @@ -210024,6 +210816,19 @@ export function serializeAssignedLicense(writer: SerializationWriter, assignedLi writer.writeGuidValue("skuId", assignedLicense.skuId); writer.writeAdditionalData(assignedLicense.additionalData); } +/** + * Serializes information the current object + * @param AssignedPlaceMode The instance to serialize from. + * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type. + * @param writer Serialization writer to use to serialize this model + */ +// @ts-ignore +export function serializeAssignedPlaceMode(writer: SerializationWriter, assignedPlaceMode: Partial | undefined | null = {}, isSerializingDerivedType: boolean = false) : void { + if (!assignedPlaceMode || isSerializingDerivedType) { return; } + serializePlaceMode(writer, assignedPlaceMode, isSerializingDerivedType) + writer.writeStringValue("assignedUserEmailAddress", assignedPlaceMode.assignedUserEmailAddress); + writer.writeStringValue("assignedUserId", assignedPlaceMode.assignedUserId); +} /** * Serializes information the current object * @param AssignedPlan The instance to serialize from. @@ -214189,6 +214994,19 @@ export function serializeBufferEncryptionResult(writer: SerializationWriter, buf writer.writeByteArrayValue("publishingLicense", bufferEncryptionResult.publishingLicense); writer.writeAdditionalData(bufferEncryptionResult.additionalData); } +/** + * Serializes information the current object + * @param Building The instance to serialize from. + * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type. + * @param writer Serialization writer to use to serialize this model + */ +// @ts-ignore +export function serializeBuilding(writer: SerializationWriter, building: Partial | undefined | null = {}, isSerializingDerivedType: boolean = false) : void { + if (!building || isSerializingDerivedType) { return; } + serializePlace(writer, building, isSerializingDerivedType) + writer.writeBooleanValue("hasWiFi", building.hasWiFi); + writer.writeCollectionOfObjectValues("resourceLinks", building.resourceLinks, serializeResourceLink); +} /** * Serializes information the current object * @param BuiltInIdentityProvider The instance to serialize from. @@ -214755,6 +215573,8 @@ export function serializeCallEvent(writer: SerializationWriter, callEvent: Parti writer.writeEnumValue("callEventType", callEvent.callEventType); writer.writeDateValue("eventDateTime", callEvent.eventDateTime); writer.writeCollectionOfObjectValues("participants", callEvent.participants, serializeParticipant); + writer.writeObjectValue("recordingState", callEvent.recordingState, serializeRecordingState); + writer.writeObjectValue("transcriptionState", callEvent.transcriptionState, serializeTranscriptionState); switch (callEvent.odataType) { case "#microsoft.graph.emergencyCallEvent": serializeEmergencyCallEvent(writer, callEvent, true); @@ -216456,6 +217276,7 @@ export function serializeCloudPC(writer: SerializationWriter, cloudPC: Partial("statusDetail", cloudPC.statusDetail, serializeCloudPcStatusDetail); writer.writeObjectValue("statusDetails", cloudPC.statusDetails, serializeCloudPcStatusDetails); writer.writeEnumValue("userAccountType", cloudPC.userAccountType); + writer.writeEnumValue("userExperienceType", cloudPC.userExperienceType); writer.writeStringValue("userPrincipalName", cloudPC.userPrincipalName); } /** @@ -216830,6 +217651,57 @@ export function serializeCloudPcBulkTroubleshoot(writer: SerializationWriter, cl if (!cloudPcBulkTroubleshoot || isSerializingDerivedType) { return; } serializeCloudPcBulkAction(writer, cloudPcBulkTroubleshoot, isSerializingDerivedType) } +/** + * Serializes information the current object + * @param CloudPcCloudApp The instance to serialize from. + * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type. + * @param writer Serialization writer to use to serialize this model + */ +// @ts-ignore +export function serializeCloudPcCloudApp(writer: SerializationWriter, cloudPcCloudApp: Partial | undefined | null = {}, isSerializingDerivedType: boolean = false) : void { + if (!cloudPcCloudApp || isSerializingDerivedType) { return; } + serializeEntity(writer, cloudPcCloudApp, isSerializingDerivedType) + writer.writeEnumValue("actionFailedErrorCode", cloudPcCloudApp.actionFailedErrorCode); + writer.writeStringValue("actionFailedErrorMessage", cloudPcCloudApp.actionFailedErrorMessage); + writer.writeDateValue("addedDateTime", cloudPcCloudApp.addedDateTime); + writer.writeObjectValue("appDetail", cloudPcCloudApp.appDetail, serializeCloudPcCloudAppDetail); + writer.writeEnumValue("appStatus", cloudPcCloudApp.appStatus); + writer.writeBooleanValue("availableToUser", cloudPcCloudApp.availableToUser); + writer.writeStringValue("description", cloudPcCloudApp.description); + writer.writeStringValue("discoveredAppName", cloudPcCloudApp.discoveredAppName); + writer.writeStringValue("displayName", cloudPcCloudApp.displayName); + writer.writeDateValue("lastPublishedDateTime", cloudPcCloudApp.lastPublishedDateTime); + writer.writeStringValue("provisioningPolicyId", cloudPcCloudApp.provisioningPolicyId); + writer.writeCollectionOfPrimitiveValues("scopeIds", cloudPcCloudApp.scopeIds); +} +/** + * Serializes information the current object + * @param CloudPcCloudAppCollectionResponse The instance to serialize from. + * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type. + * @param writer Serialization writer to use to serialize this model + */ +// @ts-ignore +export function serializeCloudPcCloudAppCollectionResponse(writer: SerializationWriter, cloudPcCloudAppCollectionResponse: Partial | undefined | null = {}, isSerializingDerivedType: boolean = false) : void { + if (!cloudPcCloudAppCollectionResponse || isSerializingDerivedType) { return; } + serializeBaseCollectionPaginationCountResponse(writer, cloudPcCloudAppCollectionResponse, isSerializingDerivedType) + writer.writeCollectionOfObjectValues("value", cloudPcCloudAppCollectionResponse.value, serializeCloudPcCloudApp); +} +/** + * Serializes information the current object + * @param CloudPcCloudAppDetail The instance to serialize from. + * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type. + * @param writer Serialization writer to use to serialize this model + */ +// @ts-ignore +export function serializeCloudPcCloudAppDetail(writer: SerializationWriter, cloudPcCloudAppDetail: Partial | undefined | null = {}, isSerializingDerivedType: boolean = false) : void { + if (!cloudPcCloudAppDetail || isSerializingDerivedType) { return; } + writer.writeStringValue("commandLineArguments", cloudPcCloudAppDetail.commandLineArguments); + writer.writeStringValue("filePath", cloudPcCloudAppDetail.filePath); + writer.writeNumberValue("iconIndex", cloudPcCloudAppDetail.iconIndex); + writer.writeStringValue("iconPath", cloudPcCloudAppDetail.iconPath); + writer.writeStringValue("@odata.type", cloudPcCloudAppDetail.odataType); + writer.writeAdditionalData(cloudPcCloudAppDetail.additionalData); +} /** * Serializes information the current object * @param CloudPCCollectionResponse The instance to serialize from. @@ -217058,6 +217930,22 @@ export function serializeCloudPcDisasterRecoveryNetworkSetting(writer: Serializa break; } } +/** + * Serializes information the current object + * @param CloudPcDiscoveredApp The instance to serialize from. + * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type. + * @param writer Serialization writer to use to serialize this model + */ +// @ts-ignore +export function serializeCloudPcDiscoveredApp(writer: SerializationWriter, cloudPcDiscoveredApp: Partial | undefined | null = {}, isSerializingDerivedType: boolean = false) : void { + if (!cloudPcDiscoveredApp || isSerializingDerivedType) { return; } + writer.writeObjectValue("appDetail", cloudPcDiscoveredApp.appDetail, serializeCloudPcCloudAppDetail); + writer.writeStringValue("appName", cloudPcDiscoveredApp.appName); + writer.writeStringValue("discoveredAppId", cloudPcDiscoveredApp.discoveredAppId); + writer.writeStringValue("@odata.type", cloudPcDiscoveredApp.odataType); + writer.writeStringValue("sourceId", cloudPcDiscoveredApp.sourceId); + writer.writeAdditionalData(cloudPcDiscoveredApp.additionalData); +} /** * Serializes information the current object * @param CloudPcDomainJoinConfiguration The instance to serialize from. @@ -217511,6 +218399,7 @@ export function serializeCloudPcProvisioningPolicy(writer: SerializationWriter, writer.writeObjectValue("microsoftManagedDesktop", cloudPcProvisioningPolicy.microsoftManagedDesktop, serializeMicrosoftManagedDesktop); writer.writeEnumValue("provisioningType", cloudPcProvisioningPolicy.provisioningType); writer.writeCollectionOfPrimitiveValues("scopeIds", cloudPcProvisioningPolicy.scopeIds); + writer.writeEnumValue("userExperienceType", cloudPcProvisioningPolicy.userExperienceType); writer.writeObjectValue("windowsSetting", cloudPcProvisioningPolicy.windowsSetting, serializeCloudPcWindowsSetting); writer.writeObjectValue("windowsSettings", cloudPcProvisioningPolicy.windowsSettings, serializeCloudPcWindowsSettings); } @@ -218509,8 +219398,10 @@ export function serializeCompanyDetail(writer: SerializationWriter, companyDetai if (!companyDetail || isSerializingDerivedType) { return; } writer.writeObjectValue("address", companyDetail.address, serializePhysicalAddress); writer.writeStringValue("companyCode", companyDetail.companyCode); + writer.writeStringValue("costCenter", companyDetail.costCenter); writer.writeStringValue("department", companyDetail.department); writer.writeStringValue("displayName", companyDetail.displayName); + writer.writeStringValue("division", companyDetail.division); writer.writeStringValue("@odata.type", companyDetail.odataType); writer.writeStringValue("officeLocation", companyDetail.officeLocation); writer.writeStringValue("pronunciation", companyDetail.pronunciation); @@ -221451,6 +222342,7 @@ export function serializeCustomExtensionHandlerInstance(writer: SerializationWri // @ts-ignore export function serializeCustomExtensionOverwriteConfiguration(writer: SerializationWriter, customExtensionOverwriteConfiguration: Partial | undefined | null = {}, isSerializingDerivedType: boolean = false) : void { if (!customExtensionOverwriteConfiguration || isSerializingDerivedType) { return; } + writer.writeObjectValue("behaviorOnError", customExtensionOverwriteConfiguration.behaviorOnError, serializeCustomExtensionBehaviorOnError); writer.writeObjectValue("clientConfiguration", customExtensionOverwriteConfiguration.clientConfiguration, serializeCustomExtensionClientConfiguration); writer.writeStringValue("@odata.type", customExtensionOverwriteConfiguration.odataType); writer.writeAdditionalData(customExtensionOverwriteConfiguration.additionalData); @@ -222949,6 +223841,20 @@ export function serializeDepVisionOSEnrollmentProfile(writer: SerializationWrite if (!depVisionOSEnrollmentProfile || isSerializingDerivedType) { return; } serializeEnrollmentProfile(writer, depVisionOSEnrollmentProfile, isSerializingDerivedType) } +/** + * Serializes information the current object + * @param Desk The instance to serialize from. + * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type. + * @param writer Serialization writer to use to serialize this model + */ +// @ts-ignore +export function serializeDesk(writer: SerializationWriter, desk: Partial | undefined | null = {}, isSerializingDerivedType: boolean = false) : void { + if (!desk || isSerializingDerivedType) { return; } + serializePlace(writer, desk, isSerializingDerivedType) + writer.writeStringValue("displayDeviceName", desk.displayDeviceName); + writer.writeObjectValue("mailboxDetails", desk.mailboxDetails, serializeMailboxDetails); + writer.writeObjectValue("mode", desk.mode, serializePlaceMode); +} /** * Serializes information the current object * @param DetailsInfo The instance to serialize from. @@ -230434,6 +231340,17 @@ export function serializeDriveRestoreArtifactsBulkAdditionRequestCollectionRespo serializeBaseCollectionPaginationCountResponse(writer, driveRestoreArtifactsBulkAdditionRequestCollectionResponse, isSerializingDerivedType) writer.writeCollectionOfObjectValues("value", driveRestoreArtifactsBulkAdditionRequestCollectionResponse.value, serializeDriveRestoreArtifactsBulkAdditionRequest); } +/** + * Serializes information the current object + * @param DropInPlaceMode The instance to serialize from. + * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type. + * @param writer Serialization writer to use to serialize this model + */ +// @ts-ignore +export function serializeDropInPlaceMode(writer: SerializationWriter, dropInPlaceMode: Partial | undefined | null = {}, isSerializingDerivedType: boolean = false) : void { + if (!dropInPlaceMode || isSerializingDerivedType) { return; } + serializePlaceMode(writer, dropInPlaceMode, isSerializingDerivedType) +} /** * Serializes information the current object * @param EasEmailProfileConfigurationBase The instance to serialize from. @@ -233773,6 +234690,9 @@ export function serializeEntity(writer: SerializationWriter, entity: Partial("value", findingCollectionResponse.value, serializeFinding); } +/** + * Serializes information the current object + * @param Floor The instance to serialize from. + * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type. + * @param writer Serialization writer to use to serialize this model + */ +// @ts-ignore +export function serializeFloor(writer: SerializationWriter, floor: Partial | undefined | null = {}, isSerializingDerivedType: boolean = false) : void { + if (!floor || isSerializingDerivedType) { return; } + serializePlace(writer, floor, isSerializingDerivedType) + writer.writeNumberValue("sortOrder", floor.sortOrder); +} /** * Serializes information the current object * @param FocusActivityStatistics The instance to serialize from. @@ -250271,6 +251215,20 @@ export function serializeMailboxCollectionResponse(writer: SerializationWriter, serializeBaseCollectionPaginationCountResponse(writer, mailboxCollectionResponse, isSerializingDerivedType) writer.writeCollectionOfObjectValues("value", mailboxCollectionResponse.value, serializeMailbox); } +/** + * Serializes information the current object + * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type. + * @param MailboxDetails The instance to serialize from. + * @param writer Serialization writer to use to serialize this model + */ +// @ts-ignore +export function serializeMailboxDetails(writer: SerializationWriter, mailboxDetails: Partial | undefined | null = {}, isSerializingDerivedType: boolean = false) : void { + if (!mailboxDetails || isSerializingDerivedType) { return; } + writer.writeStringValue("emailAddress", mailboxDetails.emailAddress); + writer.writeStringValue("externalDirectoryObjectId", mailboxDetails.externalDirectoryObjectId); + writer.writeStringValue("@odata.type", mailboxDetails.odataType); + writer.writeAdditionalData(mailboxDetails.additionalData); +} /** * Serializes information the current object * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type. @@ -255526,6 +256484,18 @@ export function serializeOfficeSuiteApp(writer: SerializationWriter, officeSuite writer.writeStringValue("updateVersion", officeSuiteApp.updateVersion); writer.writeBooleanValue("useSharedComputerActivation", officeSuiteApp.useSharedComputerActivation); } +/** + * Serializes information the current object + * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type. + * @param OfflinePlaceMode The instance to serialize from. + * @param writer Serialization writer to use to serialize this model + */ +// @ts-ignore +export function serializeOfflinePlaceMode(writer: SerializationWriter, offlinePlaceMode: Partial | undefined | null = {}, isSerializingDerivedType: boolean = false) : void { + if (!offlinePlaceMode || isSerializingDerivedType) { return; } + serializePlaceMode(writer, offlinePlaceMode, isSerializingDerivedType) + writer.writeStringValue("reason", offlinePlaceMode.reason); +} /** * Serializes information the current object * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type. @@ -257580,6 +258550,20 @@ export function serializeOrgContactCollectionResponse(writer: SerializationWrite serializeBaseCollectionPaginationCountResponse(writer, orgContactCollectionResponse, isSerializingDerivedType) writer.writeCollectionOfObjectValues("value", orgContactCollectionResponse.value, serializeOrgContact); } +/** + * Serializes information the current object + * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type. + * @param OriginTenantInfo The instance to serialize from. + * @param writer Serialization writer to use to serialize this model + */ +// @ts-ignore +export function serializeOriginTenantInfo(writer: SerializationWriter, originTenantInfo: Partial | undefined | null = {}, isSerializingDerivedType: boolean = false) : void { + if (!originTenantInfo || isSerializingDerivedType) { return; } + writer.writeStringValue("@odata.type", originTenantInfo.odataType); + writer.writeStringValue("originTenantId", originTenantInfo.originTenantId); + writer.writeStringValue("originUserId", originTenantInfo.originUserId); + writer.writeAdditionalData(originTenantInfo.additionalData); +} /** * Serializes information the current object * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type. @@ -259649,20 +260633,62 @@ export function serializePlace(writer: SerializationWriter, place: Partial("address", place.address, serializePhysicalAddress); writer.writeStringValue("displayName", place.displayName); writer.writeObjectValue("geoCoordinates", place.geoCoordinates, serializeOutlookGeoCoordinates); + writer.writeBooleanValue("isWheelChairAccessible", place.isWheelChairAccessible); + writer.writeStringValue("label", place.label); + writer.writeStringValue("parentId", place.parentId); writer.writeStringValue("phone", place.phone); writer.writeStringValue("placeId", place.placeId); + writer.writeCollectionOfPrimitiveValues("tags", place.tags); switch (place.odataType) { + case "#microsoft.graph.building": + serializeBuilding(writer, place, true); + break; + case "#microsoft.graph.desk": + serializeDesk(writer, place, true); + break; + case "#microsoft.graph.floor": + serializeFloor(writer, place, true); + break; case "#microsoft.graph.room": serializeRoom(writer, place, true); break; case "#microsoft.graph.roomList": serializeRoomList(writer, place, true); break; + case "#microsoft.graph.section": + serializeSection(writer, place, true); + break; case "#microsoft.graph.workspace": serializeWorkspace(writer, place, true); break; } } +/** + * Serializes information the current object + * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type. + * @param PlaceMode The instance to serialize from. + * @param writer Serialization writer to use to serialize this model + */ +// @ts-ignore +export function serializePlaceMode(writer: SerializationWriter, placeMode: Partial | undefined | null = {}, isSerializingDerivedType: boolean = false) : void { + if (!placeMode || isSerializingDerivedType) { return; } + writer.writeStringValue("@odata.type", placeMode.odataType); + writer.writeAdditionalData(placeMode.additionalData); + switch (placeMode.odataType) { + case "#microsoft.graph.assignedPlaceMode": + serializeAssignedPlaceMode(writer, placeMode, true); + break; + case "#microsoft.graph.dropInPlaceMode": + serializeDropInPlaceMode(writer, placeMode, true); + break; + case "#microsoft.graph.offlinePlaceMode": + serializeOfflinePlaceMode(writer, placeMode, true); + break; + case "#microsoft.graph.reservablePlaceMode": + serializeReservablePlaceMode(writer, placeMode, true); + break; + } +} /** * Serializes information the current object * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type. @@ -261121,6 +262147,8 @@ export function serializePositionDetail(writer: SerializationWriter, positionDet if (!positionDetail || isSerializingDerivedType) { return; } writer.writeObjectValue("company", positionDetail.company, serializeCompanyDetail); writer.writeStringValue("description", positionDetail.description); + writer.writeStringValue("employeeId", positionDetail.employeeId); + writer.writeStringValue("employeeType", positionDetail.employeeType); writer.writeDateOnlyValue("endMonthYear", positionDetail.endMonthYear); writer.writeStringValue("jobTitle", positionDetail.jobTitle); writer.writeNumberValue("layer", positionDetail.layer); @@ -264569,6 +265597,20 @@ export function serializeRecordingInfo(writer: SerializationWriter, recordingInf writer.writeEnumValue("recordingStatus", recordingInfo.recordingStatus); writer.writeAdditionalData(recordingInfo.additionalData); } +/** + * Serializes information the current object + * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type. + * @param RecordingState The instance to serialize from. + * @param writer Serialization writer to use to serialize this model + */ +// @ts-ignore +export function serializeRecordingState(writer: SerializationWriter, recordingState: Partial | undefined | null = {}, isSerializingDerivedType: boolean = false) : void { + if (!recordingState || isSerializingDerivedType) { return; } + writer.writeStringValue("@odata.type", recordingState.odataType); + writer.writeNumberValue("sequenceNumber", recordingState.sequenceNumber); + writer.writeEnumValue("state", recordingState.state); + writer.writeAdditionalData(recordingState.additionalData); +} /** * Serializes information the current object * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type. @@ -265428,6 +266470,17 @@ export function serializeResellerDelegatedAdminRelationship(writer: Serializatio writer.writeStringValue("indirectProviderTenantId", resellerDelegatedAdminRelationship.indirectProviderTenantId); writer.writeBooleanValue("isPartnerConsentPending", resellerDelegatedAdminRelationship.isPartnerConsentPending); } +/** + * Serializes information the current object + * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type. + * @param ReservablePlaceMode The instance to serialize from. + * @param writer Serialization writer to use to serialize this model + */ +// @ts-ignore +export function serializeReservablePlaceMode(writer: SerializationWriter, reservablePlaceMode: Partial | undefined | null = {}, isSerializingDerivedType: boolean = false) : void { + if (!reservablePlaceMode || isSerializingDerivedType) { return; } + serializePlaceMode(writer, reservablePlaceMode, isSerializingDerivedType) +} /** * Serializes information the current object * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type. @@ -265469,6 +266522,21 @@ export function serializeResourceAction(writer: SerializationWriter, resourceAct writer.writeStringValue("@odata.type", resourceAction.odataType); writer.writeAdditionalData(resourceAction.additionalData); } +/** + * Serializes information the current object + * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type. + * @param ResourceLink The instance to serialize from. + * @param writer Serialization writer to use to serialize this model + */ +// @ts-ignore +export function serializeResourceLink(writer: SerializationWriter, resourceLink: Partial | undefined | null = {}, isSerializingDerivedType: boolean = false) : void { + if (!resourceLink || isSerializingDerivedType) { return; } + writer.writeEnumValue("linkType", resourceLink.linkType); + writer.writeStringValue("name", resourceLink.name); + writer.writeStringValue("@odata.type", resourceLink.odataType); + writer.writeStringValue("value", resourceLink.value); + writer.writeAdditionalData(resourceLink.additionalData); +} /** * Serializes information the current object * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type. @@ -266484,10 +267552,8 @@ export function serializeRoom(writer: SerializationWriter, room: Partial | writer.writeStringValue("emailAddress", room.emailAddress); writer.writeStringValue("floorLabel", room.floorLabel); writer.writeNumberValue("floorNumber", room.floorNumber); - writer.writeBooleanValue("isWheelChairAccessible", room.isWheelChairAccessible); - writer.writeStringValue("label", room.label); + writer.writeBooleanValue("isTeamsEnabled", room.isTeamsEnabled); writer.writeStringValue("nickname", room.nickname); - writer.writeCollectionOfPrimitiveValues("tags", room.tags); writer.writeStringValue("videoDeviceName", room.videoDeviceName); } /** @@ -267669,6 +268735,17 @@ export function serializeSecretInformationAccessAwsUserFinding(writer: Serializa if (!secretInformationAccessAwsUserFinding || isSerializingDerivedType) { return; } serializeAwsSecretInformationAccessFinding(writer, secretInformationAccessAwsUserFinding, isSerializingDerivedType) } +/** + * Serializes information the current object + * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type. + * @param Section The instance to serialize from. + * @param writer Serialization writer to use to serialize this model + */ +// @ts-ignore +export function serializeSection(writer: SerializationWriter, section: Partial
| undefined | null = {}, isSerializingDerivedType: boolean = false) : void { + if (!section || isSerializingDerivedType) { return; } + serializePlace(writer, section, isSerializingDerivedType) +} /** * Serializes information the current object * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type. @@ -275878,6 +276955,20 @@ export function serializeTrainingSetting(writer: SerializationWriter, trainingSe break; } } +/** + * Serializes information the current object + * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type. + * @param TranscriptionState The instance to serialize from. + * @param writer Serialization writer to use to serialize this model + */ +// @ts-ignore +export function serializeTranscriptionState(writer: SerializationWriter, transcriptionState: Partial | undefined | null = {}, isSerializingDerivedType: boolean = false) : void { + if (!transcriptionState || isSerializingDerivedType) { return; } + writer.writeStringValue("@odata.type", transcriptionState.odataType); + writer.writeNumberValue("sequenceNumber", transcriptionState.sequenceNumber); + writer.writeEnumValue("state", transcriptionState.state); + writer.writeAdditionalData(transcriptionState.additionalData); +} /** * Serializes information the current object * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type. @@ -277544,7 +278635,9 @@ export function serializeUserAccountInformation(writer: SerializationWriter, use serializeItemFacet(writer, userAccountInformation, isSerializingDerivedType) writer.writeStringValue("ageGroup", userAccountInformation.ageGroup); writer.writeStringValue("countryCode", userAccountInformation.countryCode); + writer.writeObjectValue("originTenantInfo", userAccountInformation.originTenantInfo, serializeOriginTenantInfo); writer.writeObjectValue("preferredLanguageTag", userAccountInformation.preferredLanguageTag, serializeLocaleInfo); + writer.writeEnumValue("userPersona", userAccountInformation.userPersona); writer.writeStringValue("userPrincipalName", userAccountInformation.userPrincipalName); } /** @@ -280476,6 +281569,7 @@ export function serializeVirtualEndpoint(writer: SerializationWriter, virtualEnd serializeEntity(writer, virtualEndpoint, isSerializingDerivedType) writer.writeCollectionOfObjectValues("auditEvents", virtualEndpoint.auditEvents, serializeCloudPcAuditEvent); writer.writeCollectionOfObjectValues("bulkActions", virtualEndpoint.bulkActions, serializeCloudPcBulkAction); + writer.writeCollectionOfObjectValues("cloudApps", virtualEndpoint.cloudApps, serializeCloudPcCloudApp); writer.writeCollectionOfObjectValues("cloudPCs", virtualEndpoint.cloudPCs, serializeCloudPC); writer.writeObjectValue("crossCloudGovernmentOrganizationMapping", virtualEndpoint.crossCloudGovernmentOrganizationMapping, serializeCloudPcCrossCloudGovernmentOrganizationMapping); writer.writeCollectionOfObjectValues("deviceImages", virtualEndpoint.deviceImages, serializeCloudPcDeviceImage); @@ -287327,13 +288421,12 @@ export function serializeWorkspace(writer: SerializationWriter, workspace: Parti serializePlace(writer, workspace, isSerializingDerivedType) writer.writeStringValue("building", workspace.building); writer.writeNumberValue("capacity", workspace.capacity); + writer.writeStringValue("displayDeviceName", workspace.displayDeviceName); writer.writeStringValue("emailAddress", workspace.emailAddress); writer.writeStringValue("floorLabel", workspace.floorLabel); writer.writeNumberValue("floorNumber", workspace.floorNumber); - writer.writeBooleanValue("isWheelChairAccessible", workspace.isWheelChairAccessible); - writer.writeStringValue("label", workspace.label); + writer.writeObjectValue("mode", workspace.mode, serializePlaceMode); writer.writeStringValue("nickname", workspace.nickname); - writer.writeCollectionOfPrimitiveValues("tags", workspace.tags); } /** * Serializes information the current object @@ -297200,6 +298293,24 @@ export interface TrainingSetting extends AdditionalDataHolder, BackedModel, Pars export type TrainingSettingType = (typeof TrainingSettingTypeObject)[keyof typeof TrainingSettingTypeObject]; export type TrainingStatus = (typeof TrainingStatusObject)[keyof typeof TrainingStatusObject]; export type TrainingType = (typeof TrainingTypeObject)[keyof typeof TrainingTypeObject]; +export interface TranscriptionState extends AdditionalDataHolder, BackedModel, Parsable { + /** + * Stores model information. + */ + backingStoreEnabled?: boolean | null; + /** + * The OdataType property + */ + odataType?: string | null; + /** + * The sequenceNumber property + */ + sequenceNumber?: number | null; + /** + * The state property + */ + state?: MediaState | null; +} export interface TransformationAttribute extends AdditionalDataHolder, BackedModel, Parsable { /** * The attribute property @@ -299576,9 +300687,17 @@ export interface UserAccountInformation extends ItemFacet, Parsable { */ countryCode?: string | null; /** - * Contains the language the user has associated as preferred for the account. + * Contains the identifiers of the user and the origin tenant that provisioned the user. This property is populated when the user is invited as a guest to the host tenant. + */ + originTenantInfo?: OriginTenantInfo | null; + /** + * Contains the language that the user associated as preferred for their account. */ preferredLanguageTag?: LocaleInfo | null; + /** + * Represents the user's persona. The possible values are: unknown, externalMember, externalGuest, internalMember, internalGuest, unknownFutureValue. + */ + userPersona?: UserPersona | null; /** * The user principal name (UPN) of the user associated with the account. */ @@ -302332,6 +303451,7 @@ export interface UserPasswordResetsAndChangesSummaryCollectionResponse extends B */ value?: UserPasswordResetsAndChangesSummary[] | null; } +export type UserPersona = (typeof UserPersonaObject)[keyof typeof UserPersonaObject]; /** * Entity that encapsulates all information required for a user's PFX certificates. */ @@ -303558,6 +304678,10 @@ export interface VirtualEndpoint extends Entity, Parsable { * Bulk actions applied to a Cloud PC. */ bulkActions?: CloudPcBulkAction[] | null; + /** + * The cloudApps property + */ + cloudApps?: CloudPcCloudApp[] | null; /** * Cloud managed virtual desktops. */ @@ -309748,7 +310872,7 @@ export interface WindowsDomainJoinConfiguration extends DeviceConfiguration, Par */ computerNameSuffixRandomCharCount?: number | null; /** - * Reference to device configurations required for network connectivity + * Reference to device configurations required for network connectivity. This collection can contain a maximum of 2 elements. */ networkAccessConfigurations?: DeviceConfiguration[] | null; /** @@ -310625,7 +311749,7 @@ export type WindowsInformationProtectionPinCharacterRequirements = (typeof Windo */ export interface WindowsInformationProtectionPolicy extends Parsable, WindowsInformationProtection { /** - * Offline interval before app data is wiped (days) + * Offline interval before app data is wiped (days) . Valid values 0 to 999 */ daysWithoutContactBeforeUnenroll?: number | null; /** @@ -310633,19 +311757,19 @@ export interface WindowsInformationProtectionPolicy extends Parsable, WindowsInf */ mdmEnrollmentUrl?: string | null; /** - * Specifies the maximum amount of time (in minutes) allowed after the device is idle that will cause the device to become PIN or password locked. Range is an integer X where 0 <= X <= 999. + * Specifies the maximum amount of time (in minutes) allowed after the device is idle that will cause the device to become PIN or password locked. Range is an integer X where 0 <= X <= 999. Valid values 0 to 999 */ minutesOfInactivityBeforeDeviceLock?: number | null; /** - * Integer value that specifies the number of past PINs that can be associated to a user account that can't be reused. The largest number you can configure for this policy setting is 50. The lowest number you can configure for this policy setting is 0. If this policy is set to 0, then storage of previous PINs is not required. This node was added in Windows 10, version 1511. Default is 0. + * Integer value that specifies the number of past PINs that can be associated to a user account that can't be reused. The largest number you can configure for this policy setting is 50. The lowest number you can configure for this policy setting is 0. If this policy is set to 0, then storage of previous PINs is not required. This node was added in Windows 10, version 1511. Default is 0. Valid values 0 to 50 */ numberOfPastPinsRemembered?: number | null; /** - * The number of authentication failures allowed before the device will be wiped. A value of 0 disables device wipe functionality. Range is an integer X where 4 <= X <= 16 for desktop and 0 <= X <= 999 for mobile devices. + * The number of authentication failures allowed before the device will be wiped. A value of 0 disables device wipe functionality. Range is an integer X where 4 <= X <= 16 for desktop and 0 <= X <= 999 for mobile devices. Valid values 0 to 999 */ passwordMaximumAttemptCount?: number | null; /** - * Integer value specifies the period of time (in days) that a PIN can be used before the system requires the user to change it. The largest number you can configure for this policy setting is 730. The lowest number you can configure for this policy setting is 0. If this policy is set to 0, then the user's PIN will never expire. This node was added in Windows 10, version 1511. Default is 0. + * Integer value specifies the period of time (in days) that a PIN can be used before the system requires the user to change it. The largest number you can configure for this policy setting is 730. The lowest number you can configure for this policy setting is 0. If this policy is set to 0, then the user's PIN will never expire. This node was added in Windows 10, version 1511. Default is 0. Valid values 0 to 730 */ pinExpirationDays?: number | null; /** @@ -310653,7 +311777,7 @@ export interface WindowsInformationProtectionPolicy extends Parsable, WindowsInf */ pinLowercaseLetters?: WindowsInformationProtectionPinCharacterRequirements | null; /** - * Integer value that sets the minimum number of characters required for the PIN. Default value is 4. The lowest number you can configure for this policy setting is 4. The largest number you can configure must be less than the number configured in the Maximum PIN length policy setting or the number 127, whichever is the lowest. + * Integer value that sets the minimum number of characters required for the PIN. Default value is 4. The lowest number you can configure for this policy setting is 4. The largest number you can configure must be less than the number configured in the Maximum PIN length policy setting or the number 127, whichever is the lowest. Valid values 0 to 127 */ pinMinimumLength?: number | null; /** @@ -314882,41 +316006,37 @@ export interface WorkPositionCollectionResponse extends BaseCollectionPagination } export interface Workspace extends Parsable, Place { /** - * Specifies the building name or building number that the workspace is in. + * The name or identifier of the building where the workspace is located. */ building?: string | null; /** - * Specifies the capacity of the workspace. + * The maximum number of individual desks within a workspace. */ capacity?: number | null; /** - * Email address of the workspace. + * The name of the display device (for example, monitor or projector) that is available in the workspace. + */ + displayDeviceName?: string | null; + /** + * The email address that is associated with the workspace. This email address is used for booking. */ emailAddress?: string | null; /** - * Specifies a descriptive label for the floor, for example, P. + * A human-readable label for the floor; for example, Ground Floor. */ floorLabel?: string | null; /** - * Specifies the floor number that the workspace is on. + * The numeric floor level within the building. For example, 1 for first floor, 2 for second floor, and so on. */ floorNumber?: number | null; /** - * Specifies whether the workspace is wheelchair accessible. + * The mode for a workspace. The supported modes are:reservablePlaceMode - Workspaces that can be booked in advance using desk pool reservation tools.dropInPlaceMode - First come, first served desks. When you plug into a peripheral on one of these desks in the workspace, the desk is booked for you, assuming that the peripheral has been associated with the desk in the Microsoft Teams Rooms Pro management portal.offlinePlaceMode - Workspaces that are taken down for maintenance or marked as not reservable. */ - isWheelChairAccessible?: boolean | null; - /** - * Specifies a descriptive label for the workspace, for example, a number or name. - */ - label?: string | null; + mode?: PlaceMode | null; /** - * Specifies a nickname for the workspace, for example, 'quiet workspace'. + * A short, friendly name for the workspace, often used for easier identification or display in the UI. */ nickname?: string | null; - /** - * Specifies other features of the workspace; for example, the type of view or furniture type. - */ - tags?: string[] | null; } export interface WorkspaceCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable { /** @@ -317492,10 +318612,8 @@ export const CallEventTypeObject = { CallEnded: "callEnded", UnknownFutureValue: "unknownFutureValue", RosterUpdated: "rosterUpdated", - TranscriptionStarted: "transcriptionStarted", - TranscriptionStopped: "transcriptionStopped", - RecordingStarted: "recordingStarted", - RecordingStopped: "recordingStopped", + TranscriptionStateUpdated: "transcriptionStateUpdated", + RecordingStateUpdated: "recordingStateUpdated", } as const; export const CallRecordingStatusObject = { Success: "success", @@ -317921,6 +319039,22 @@ export const CloudPcBulkActionStatusObject = { Failed: "failed", UnknownFutureValue: "unknownFutureValue", } as const; +export const CloudPcCloudAppActionFailedErrorCodeObject = { + CloudAppQuotaExceeded: "cloudAppQuotaExceeded", + CloudPcLicenseNotFound: "cloudPcLicenseNotFound", + InternalServerError: "internalServerError", + AppDiscoveryFailed: "appDiscoveryFailed", + UnknownFutureValue: "unknownFutureValue", +} as const; +export const CloudPcCloudAppStatusObject = { + Preparing: "preparing", + Ready: "ready", + Publishing: "publishing", + Published: "published", + Unpublishing: "unpublishing", + Failed: "failed", + UnknownFutureValue: "unknownFutureValue", +} as const; export const CloudPCConnectionQualityReportTypeObject = { RemoteConnectionQualityReport: "remoteConnectionQualityReport", RegionalConnectionQualityTrendReport: "regionalConnectionQualityTrendReport", @@ -318417,6 +319551,11 @@ export const CloudPcUserAccountTypeObject = { Administrator: "administrator", UnknownFutureValue: "unknownFutureValue", } as const; +export const CloudPcUserExperienceTypeObject = { + CloudPc: "cloudPc", + CloudApp: "cloudApp", + UnknownFutureValue: "unknownFutureValue", +} as const; export const CoachmarkLocationTypeObject = { Unknown: "unknown", FromEmail: "fromEmail", @@ -327075,6 +328214,10 @@ export const RequirementProviderObject = { ScopeBasedAuthRequirementPolicy: "scopeBasedAuthRequirementPolicy", AuthenticationStrengths: "authenticationStrengths", } as const; +export const ResourceLinkTypeObject = { + Url: "url", + UnknownFutureValue: "unknownFutureValue", +} as const; export const ResourceScopeTypeObject = { Group: "group", Chat: "chat", @@ -328960,6 +330103,14 @@ export const UserNewMessageRestrictionObject = { Moderators: "moderators", UnknownFutureValue: "unknownFutureValue", } as const; +export const UserPersonaObject = { + Unknown: "unknown", + ExternalMember: "externalMember", + ExternalGuest: "externalGuest", + InternalMember: "internalMember", + InternalGuest: "internalGuest", + UnknownFutureValue: "unknownFutureValue", +} as const; /** * Supported values for the intended purpose of a user PFX certificate. */ diff --git a/packages/msgraph-beta-sdk/models/security/index.ts b/packages/msgraph-beta-sdk/models/security/index.ts index a98a4081c5..ab5aa7be95 100644 --- a/packages/msgraph-beta-sdk/models/security/index.ts +++ b/packages/msgraph-beta-sdk/models/security/index.ts @@ -7005,6 +7005,15 @@ export function createRemoveProtectionActionFromDiscriminatorValue(parseNode: Pa export function createRemoveWatermarkActionFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record void>) { return deserializeIntoRemoveWatermarkAction; } +/** + * Creates a new instance of the appropriate class based on discriminator value + * @param parseNode The parse node to use to read the discriminator value and create the object + * @returns {ReportFileMetadata} + */ +// @ts-ignore +export function createReportFileMetadataFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record void>) { + return deserializeIntoReportFileMetadata; +} /** * Creates a new instance of the appropriate class based on discriminator value * @param parseNode The parse node to use to read the discriminator value and create the object @@ -7014,6 +7023,15 @@ export function createRemoveWatermarkActionFromDiscriminatorValue(parseNode: Par export function createRequireSignInIncidentTaskResponseActionFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record void>) { return deserializeIntoRequireSignInIncidentTaskResponseAction; } +/** + * Creates a new instance of the appropriate class based on discriminator value + * @param parseNode The parse node to use to read the discriminator value and create the object + * @returns {ResourceAccessEvent} + */ +// @ts-ignore +export function createResourceAccessEventFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record void>) { + return deserializeIntoResourceAccessEvent; +} /** * Creates a new instance of the appropriate class based on discriminator value * @param parseNode The parse node to use to read the discriminator value and create the object @@ -11074,6 +11092,7 @@ export function deserializeIntoEdiscoveryAddToReviewSetOperation(ediscoveryAddTo "cloudAttachmentVersion": n => { ediscoveryAddToReviewSetOperation.cloudAttachmentVersion = n.getEnumValue(CloudAttachmentVersionObject); }, "documentVersion": n => { ediscoveryAddToReviewSetOperation.documentVersion = n.getEnumValue(DocumentVersionObject); }, "itemsToInclude": n => { ediscoveryAddToReviewSetOperation.itemsToInclude = n.getCollectionOfEnumValues(ItemsToIncludeObject); }, + "reportFileMetadata": n => { ediscoveryAddToReviewSetOperation.reportFileMetadata = n.getCollectionOfObjectValues(createReportFileMetadataFromDiscriminatorValue); }, "reviewSet": n => { ediscoveryAddToReviewSetOperation.reviewSet = n.getObjectValue(createEdiscoveryReviewSetFromDiscriminatorValue); }, "search": n => { ediscoveryAddToReviewSetOperation.search = n.getObjectValue(createEdiscoverySearchFromDiscriminatorValue); }, } @@ -11194,6 +11213,7 @@ export function deserializeIntoEdiscoveryEstimateOperation(ediscoveryEstimateOpe "indexedItemCount": n => { ediscoveryEstimateOperation.indexedItemCount = n.getNumberValue(); }, "indexedItemsSize": n => { ediscoveryEstimateOperation.indexedItemsSize = n.getNumberValue(); }, "mailboxCount": n => { ediscoveryEstimateOperation.mailboxCount = n.getNumberValue(); }, + "reportFileMetadata": n => { ediscoveryEstimateOperation.reportFileMetadata = n.getCollectionOfObjectValues(createReportFileMetadataFromDiscriminatorValue); }, "search": n => { ediscoveryEstimateOperation.search = n.getObjectValue(createEdiscoverySearchFromDiscriminatorValue); }, "siteCount": n => { ediscoveryEstimateOperation.siteCount = n.getNumberValue(); }, "statisticsOptions": n => { ediscoveryEstimateOperation.statisticsOptions = n.getCollectionOfEnumValues(StatisticsOptionsObject); }, @@ -15071,6 +15091,21 @@ export function deserializeIntoRemoveWatermarkAction(removeWatermarkAction: Part "uiElementNames": n => { removeWatermarkAction.uiElementNames = n.getCollectionOfPrimitiveValues(); }, } } +/** + * The deserialization information for the current model + * @param ReportFileMetadata The instance to deserialize into. + * @returns {Record void>} + */ +// @ts-ignore +export function deserializeIntoReportFileMetadata(reportFileMetadata: Partial | undefined = {}) : Record void> { + return { + "backingStoreEnabled": n => { reportFileMetadata.backingStoreEnabled = true; }, + "downloadUrl": n => { reportFileMetadata.downloadUrl = n.getStringValue(); }, + "fileName": n => { reportFileMetadata.fileName = n.getStringValue(); }, + "@odata.type": n => { reportFileMetadata.odataType = n.getStringValue(); }, + "size": n => { reportFileMetadata.size = n.getNumberValue(); }, + } +} /** * The deserialization information for the current model * @param RequireSignInIncidentTaskResponseAction The instance to deserialize into. @@ -15082,6 +15117,22 @@ export function deserializeIntoRequireSignInIncidentTaskResponseAction(requireSi ...deserializeIntoIncidentTaskResponseAction(requireSignInIncidentTaskResponseAction), } } +/** + * The deserialization information for the current model + * @param ResourceAccessEvent The instance to deserialize into. + * @returns {Record void>} + */ +// @ts-ignore +export function deserializeIntoResourceAccessEvent(resourceAccessEvent: Partial | undefined = {}) : Record void> { + return { + "accessDateTime": n => { resourceAccessEvent.accessDateTime = n.getDateValue(); }, + "accountId": n => { resourceAccessEvent.accountId = n.getStringValue(); }, + "backingStoreEnabled": n => { resourceAccessEvent.backingStoreEnabled = true; }, + "ipAddress": n => { resourceAccessEvent.ipAddress = n.getStringValue(); }, + "@odata.type": n => { resourceAccessEvent.odataType = n.getStringValue(); }, + "resourceIdentifier": n => { resourceAccessEvent.resourceIdentifier = n.getStringValue(); }, + } +} /** * The deserialization information for the current model * @param ResponseAction The instance to deserialize into. @@ -16629,6 +16680,7 @@ export function deserializeIntoUserAccount(userAccount: Partial | u "displayName": n => { userAccount.displayName = n.getStringValue(); }, "domainName": n => { userAccount.domainName = n.getStringValue(); }, "@odata.type": n => { userAccount.odataType = n.getStringValue(); }, + "resourceAccessEvents": n => { userAccount.resourceAccessEvents = n.getCollectionOfObjectValues(createResourceAccessEventFromDiscriminatorValue); }, "userPrincipalName": n => { userAccount.userPrincipalName = n.getStringValue(); }, "userSid": n => { userAccount.userSid = n.getStringValue(); }, } @@ -17856,6 +17908,10 @@ export interface EdiscoveryAddToReviewSetOperation extends CaseOperation, Parsab * The items to include in the review set. Possible values are: searchHits, partiallyIndexed, unknownFutureValue. */ itemsToInclude?: ItemsToInclude[] | null; + /** + * Contains the properties for report file metadata, including downloadUrl, fileName, and size. + */ + reportFileMetadata?: ReportFileMetadata[] | null; /** * eDiscovery review set to which items matching source collection query gets added. */ @@ -18000,6 +18056,10 @@ export interface EdiscoveryEstimateOperation extends CaseOperation, Parsable { * The number of mailboxes that had search hits. */ mailboxCount?: number | null; + /** + * Contains the properties for report file metadata, including downloadUrl, fileName, and size. + */ + reportFileMetadata?: ReportFileMetadata[] | null; /** * eDiscovery search. */ @@ -21072,8 +21132,56 @@ export interface RemoveWatermarkAction extends InformationProtectionAction, Pars */ uiElementNames?: string[] | null; } +export interface ReportFileMetadata extends AdditionalDataHolder, BackedModel, Parsable { + /** + * Stores model information. + */ + backingStoreEnabled?: boolean | null; + /** + * The URL to download the report. + */ + downloadUrl?: string | null; + /** + * The name of the file. + */ + fileName?: string | null; + /** + * The OdataType property + */ + odataType?: string | null; + /** + * The size of the file. + */ + size?: number | null; +} export interface RequireSignInIncidentTaskResponseAction extends IncidentTaskResponseAction, Parsable { } +export interface ResourceAccessEvent extends AdditionalDataHolder, BackedModel, Parsable { + /** + * The time of the access event. + */ + accessDateTime?: Date | null; + /** + * The identifier of the user account. + */ + accountId?: string | null; + /** + * Stores model information. + */ + backingStoreEnabled?: boolean | null; + /** + * Ip address of the resource. + */ + ipAddress?: string | null; + /** + * The OdataType property + */ + odataType?: string | null; + /** + * The protocol and host name pairs describing the connection. + */ + resourceIdentifier?: string | null; +} export interface ResponseAction extends AdditionalDataHolder, BackedModel, Parsable { /** * Stores model information. @@ -25087,6 +25195,7 @@ export function serializeEdiscoveryAddToReviewSetOperation(writer: Serialization writer.writeEnumValue("cloudAttachmentVersion", ediscoveryAddToReviewSetOperation.cloudAttachmentVersion); writer.writeEnumValue("documentVersion", ediscoveryAddToReviewSetOperation.documentVersion); writer.writeEnumValue("itemsToInclude", ediscoveryAddToReviewSetOperation.itemsToInclude); + writer.writeCollectionOfObjectValues("reportFileMetadata", ediscoveryAddToReviewSetOperation.reportFileMetadata, serializeReportFileMetadata); writer.writeObjectValue("reviewSet", ediscoveryAddToReviewSetOperation.reviewSet, serializeEdiscoveryReviewSet); writer.writeObjectValue("search", ediscoveryAddToReviewSetOperation.search, serializeEdiscoverySearch); } @@ -25207,6 +25316,7 @@ export function serializeEdiscoveryEstimateOperation(writer: SerializationWriter writer.writeNumberValue("indexedItemCount", ediscoveryEstimateOperation.indexedItemCount); writer.writeNumberValue("indexedItemsSize", ediscoveryEstimateOperation.indexedItemsSize); writer.writeNumberValue("mailboxCount", ediscoveryEstimateOperation.mailboxCount); + writer.writeCollectionOfObjectValues("reportFileMetadata", ediscoveryEstimateOperation.reportFileMetadata, serializeReportFileMetadata); writer.writeObjectValue("search", ediscoveryEstimateOperation.search, serializeEdiscoverySearch); writer.writeNumberValue("siteCount", ediscoveryEstimateOperation.siteCount); writer.writeEnumValue("statisticsOptions", ediscoveryEstimateOperation.statisticsOptions); @@ -29277,6 +29387,21 @@ export function serializeRemoveWatermarkAction(writer: SerializationWriter, remo serializeInformationProtectionAction(writer, removeWatermarkAction, isSerializingDerivedType) writer.writeCollectionOfPrimitiveValues("uiElementNames", removeWatermarkAction.uiElementNames); } +/** + * Serializes information the current object + * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type. + * @param ReportFileMetadata The instance to serialize from. + * @param writer Serialization writer to use to serialize this model + */ +// @ts-ignore +export function serializeReportFileMetadata(writer: SerializationWriter, reportFileMetadata: Partial | undefined | null = {}, isSerializingDerivedType: boolean = false) : void { + if (!reportFileMetadata || isSerializingDerivedType) { return; } + writer.writeStringValue("downloadUrl", reportFileMetadata.downloadUrl); + writer.writeStringValue("fileName", reportFileMetadata.fileName); + writer.writeStringValue("@odata.type", reportFileMetadata.odataType); + writer.writeNumberValue("size", reportFileMetadata.size); + writer.writeAdditionalData(reportFileMetadata.additionalData); +} /** * Serializes information the current object * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type. @@ -29288,6 +29413,22 @@ export function serializeRequireSignInIncidentTaskResponseAction(writer: Seriali if (!requireSignInIncidentTaskResponseAction || isSerializingDerivedType) { return; } serializeIncidentTaskResponseAction(writer, requireSignInIncidentTaskResponseAction, isSerializingDerivedType) } +/** + * Serializes information the current object + * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type. + * @param ResourceAccessEvent The instance to serialize from. + * @param writer Serialization writer to use to serialize this model + */ +// @ts-ignore +export function serializeResourceAccessEvent(writer: SerializationWriter, resourceAccessEvent: Partial | undefined | null = {}, isSerializingDerivedType: boolean = false) : void { + if (!resourceAccessEvent || isSerializingDerivedType) { return; } + writer.writeDateValue("accessDateTime", resourceAccessEvent.accessDateTime); + writer.writeStringValue("accountId", resourceAccessEvent.accountId); + writer.writeStringValue("ipAddress", resourceAccessEvent.ipAddress); + writer.writeStringValue("@odata.type", resourceAccessEvent.odataType); + writer.writeStringValue("resourceIdentifier", resourceAccessEvent.resourceIdentifier); + writer.writeAdditionalData(resourceAccessEvent.additionalData); +} /** * Serializes information the current object * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type. @@ -30974,6 +31115,7 @@ export function serializeUserAccount(writer: SerializationWriter, userAccount: P writer.writeStringValue("displayName", userAccount.displayName); writer.writeStringValue("domainName", userAccount.domainName); writer.writeStringValue("@odata.type", userAccount.odataType); + writer.writeCollectionOfObjectValues("resourceAccessEvents", userAccount.resourceAccessEvents, serializeResourceAccessEvent); writer.writeStringValue("userPrincipalName", userAccount.userPrincipalName); writer.writeStringValue("userSid", userAccount.userSid); writer.writeAdditionalData(userAccount.additionalData); @@ -32287,6 +32429,10 @@ export interface UserAccount extends AdditionalDataHolder, BackedModel, Parsable * The OdataType property */ odataType?: string | null; + /** + * Information on resource access attempts made by the user account. + */ + resourceAccessEvents?: ResourceAccessEvent[] | null; /** * The user principal name of the account in Microsoft Entra ID. */ @@ -32676,7 +32822,6 @@ export const AdditionalOptionsObject = { CondensePaths: "condensePaths", FriendlyName: "friendlyName", SplitSource: "splitSource", - OptimizedPartitionSize: "optimizedPartitionSize", IncludeReport: "includeReport", } as const; export const AlertClassificationObject = { @@ -33517,7 +33662,6 @@ export const ExportOptionsObject = { IncludeFolderAndPath: "includeFolderAndPath", FriendlyName: "friendlyName", CondensePaths: "condensePaths", - OptimizedPartitionSize: "optimizedPartitionSize", } as const; export const FileEntityIdentifierObject = { Sha1: "sha1",