@microsoft/typespec-msgraph-reference 1.0.5 → 1.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.rush/temp/package-deps_build.json +18 -18
- package/CHANGELOG.md +9 -0
- package/lib/Bleu/Beta/main.tsp +121 -3
- package/lib/Bleu/V1.0/main.tsp +377 -1
- package/lib/Delos/Beta/main.tsp +3330 -19
- package/lib/Delos/V1.0/main.tsp +2710 -10
- package/lib/Fairfax/Beta/main.tsp +64 -3
- package/lib/Fairfax/V1.0/main.tsp +58 -1
- package/lib/GovSG/Beta/main.tsp +1 -0
- package/lib/GovSG/V1.0/main.tsp +2 -1
- package/lib/Mooncake/Beta/main.tsp +64 -3
- package/lib/Mooncake/V1.0/main.tsp +58 -1
- package/lib/Prod/Beta/main.tsp +942 -169
- package/lib/Prod/V1.0/main.tsp +4093 -567
- package/lib/USNat/Beta/main.tsp +268 -0
- package/lib/USNat/V1.0/main.tsp +255 -1
- package/lib/USSec/Beta/main.tsp +268 -0
- package/lib/USSec/V1.0/main.tsp +255 -1
- package/package.json +2 -2
package/lib/Bleu/V1.0/main.tsp
CHANGED
|
@@ -392,6 +392,10 @@ namespace reference.`microsoft.graph` {
|
|
|
392
392
|
displayName: string | null;
|
|
393
393
|
}
|
|
394
394
|
|
|
395
|
+
@complex model appHostedMediaConfig extends mediaConfig {
|
|
396
|
+
blob: string | null;
|
|
397
|
+
}
|
|
398
|
+
|
|
395
399
|
@complex model appIdentity {
|
|
396
400
|
appId: string | null;
|
|
397
401
|
displayName: string | null;
|
|
@@ -832,6 +836,14 @@ namespace reference.`microsoft.graph` {
|
|
|
832
836
|
initiator: identitySet | null;
|
|
833
837
|
}
|
|
834
838
|
|
|
839
|
+
@complex model callMediaState {
|
|
840
|
+
audio: mediaState | null;
|
|
841
|
+
}
|
|
842
|
+
|
|
843
|
+
@abstract
|
|
844
|
+
@complex model callOptions {
|
|
845
|
+
}
|
|
846
|
+
|
|
835
847
|
@complex model callParticipantInfo {
|
|
836
848
|
participant: identitySet | null;
|
|
837
849
|
}
|
|
@@ -846,6 +858,12 @@ namespace reference.`microsoft.graph` {
|
|
|
846
858
|
meetingOrganizer: identitySet | null;
|
|
847
859
|
}
|
|
848
860
|
|
|
861
|
+
@complex model callRoute {
|
|
862
|
+
final: identitySet;
|
|
863
|
+
original: identitySet;
|
|
864
|
+
routingType: routingType;
|
|
865
|
+
}
|
|
866
|
+
|
|
849
867
|
@complex model callStartedEventMessageDetail extends eventMessageDetail {
|
|
850
868
|
callEventType: teamworkCallEventType | null;
|
|
851
869
|
callId: string | null;
|
|
@@ -858,6 +876,11 @@ namespace reference.`microsoft.graph` {
|
|
|
858
876
|
meetingOrganizer: identitySet | null;
|
|
859
877
|
}
|
|
860
878
|
|
|
879
|
+
@complex model callTranscriptionInfo {
|
|
880
|
+
@computed lastModifiedDateTime: offsetDateTime | null;
|
|
881
|
+
state: callTranscriptionState;
|
|
882
|
+
}
|
|
883
|
+
|
|
861
884
|
@complex model certificateAuthority {
|
|
862
885
|
certificate: binary;
|
|
863
886
|
certificateRevocationListUrl: string | null;
|
|
@@ -1044,6 +1067,16 @@ namespace reference.`microsoft.graph` {
|
|
|
1044
1067
|
participants: identitySet[] | null;
|
|
1045
1068
|
}
|
|
1046
1069
|
|
|
1070
|
+
@open
|
|
1071
|
+
@complex model commsNotification {
|
|
1072
|
+
changeType: changeType;
|
|
1073
|
+
resourceUrl: string;
|
|
1074
|
+
}
|
|
1075
|
+
|
|
1076
|
+
@complex model commsNotifications {
|
|
1077
|
+
value: commsNotification[] | null;
|
|
1078
|
+
}
|
|
1079
|
+
|
|
1047
1080
|
@open
|
|
1048
1081
|
@complex model ComplexExtensionValue {
|
|
1049
1082
|
}
|
|
@@ -2393,6 +2426,13 @@ namespace reference.`microsoft.graph` {
|
|
|
2393
2426
|
targetType: authenticationMethodTargetType;
|
|
2394
2427
|
}
|
|
2395
2428
|
|
|
2429
|
+
@complex model incomingContext {
|
|
2430
|
+
observedParticipantId: string | null;
|
|
2431
|
+
onBehalfOf: identitySet | null;
|
|
2432
|
+
sourceParticipantId: string | null;
|
|
2433
|
+
transferor: identitySet | null;
|
|
2434
|
+
}
|
|
2435
|
+
|
|
2396
2436
|
@open
|
|
2397
2437
|
@complex model incompleteData {
|
|
2398
2438
|
missingDataBeforeDateTime: offsetDateTime | null;
|
|
@@ -2512,6 +2552,12 @@ namespace reference.`microsoft.graph` {
|
|
|
2512
2552
|
themeColor: rgbColor | null;
|
|
2513
2553
|
}
|
|
2514
2554
|
|
|
2555
|
+
@open
|
|
2556
|
+
@complex model invitationParticipantInfo {
|
|
2557
|
+
identity: identitySet;
|
|
2558
|
+
replacesCallId: string | null;
|
|
2559
|
+
}
|
|
2560
|
+
|
|
2515
2561
|
@complex model invitationRedemptionIdentityProviderConfiguration {
|
|
2516
2562
|
fallbackIdentityProvider: b2bIdentityProvidersType | null;
|
|
2517
2563
|
primaryIdentityProviderPrecedenceOrder: b2bIdentityProvidersType[] | null;
|
|
@@ -2822,6 +2868,12 @@ namespace reference.`microsoft.graph` {
|
|
|
2822
2868
|
siteId: string | null;
|
|
2823
2869
|
}
|
|
2824
2870
|
|
|
2871
|
+
@open
|
|
2872
|
+
@complex model joinMeetingIdMeetingInfo extends meetingInfo {
|
|
2873
|
+
joinMeetingId: string;
|
|
2874
|
+
passcode: string | null;
|
|
2875
|
+
}
|
|
2876
|
+
|
|
2825
2877
|
@complex model joinMeetingIdSettings {
|
|
2826
2878
|
isPasscodeRequired: boolean | null;
|
|
2827
2879
|
joinMeetingId: string | null;
|
|
@@ -3121,6 +3173,10 @@ namespace reference.`microsoft.graph` {
|
|
|
3121
3173
|
mobileAppIdentifier: mobileAppIdentifier | null;
|
|
3122
3174
|
}
|
|
3123
3175
|
|
|
3176
|
+
@abstract
|
|
3177
|
+
@complex model mediaConfig {
|
|
3178
|
+
}
|
|
3179
|
+
|
|
3124
3180
|
@complex model mediaContentRatingAustralia {
|
|
3125
3181
|
/**
|
|
3126
3182
|
* Movies rating selected for Australia
|
|
@@ -3220,10 +3276,31 @@ namespace reference.`microsoft.graph` {
|
|
|
3220
3276
|
tvRating: ratingUnitedStatesTelevisionType;
|
|
3221
3277
|
}
|
|
3222
3278
|
|
|
3279
|
+
@complex model mediaInfo {
|
|
3280
|
+
resourceId: string | null;
|
|
3281
|
+
uri: string;
|
|
3282
|
+
}
|
|
3283
|
+
|
|
3284
|
+
@complex model mediaPrompt extends prompt {
|
|
3285
|
+
mediaInfo: mediaInfo;
|
|
3286
|
+
}
|
|
3287
|
+
|
|
3223
3288
|
@complex model mediaSource {
|
|
3224
3289
|
contentCategory: mediaSourceContentCategory | null;
|
|
3225
3290
|
}
|
|
3226
3291
|
|
|
3292
|
+
@complex model mediaStream {
|
|
3293
|
+
direction: mediaDirection;
|
|
3294
|
+
label: string | null;
|
|
3295
|
+
mediaType: modality;
|
|
3296
|
+
serverMuted: boolean;
|
|
3297
|
+
sourceId: string;
|
|
3298
|
+
}
|
|
3299
|
+
|
|
3300
|
+
@abstract
|
|
3301
|
+
@complex model meetingInfo {
|
|
3302
|
+
}
|
|
3303
|
+
|
|
3227
3304
|
@complex model meetingParticipantInfo {
|
|
3228
3305
|
identity: identitySet | null;
|
|
3229
3306
|
role: onlineMeetingRole | null;
|
|
@@ -3588,6 +3665,7 @@ namespace reference.`microsoft.graph` {
|
|
|
3588
3665
|
}
|
|
3589
3666
|
|
|
3590
3667
|
@complex model onPremisesDirectorySynchronizationFeature {
|
|
3668
|
+
allowOnPremUpdateOfOnPremisesObjectIdentifierEnabled: boolean | null;
|
|
3591
3669
|
blockCloudObjectTakeoverThroughHardMatchEnabled: boolean | null;
|
|
3592
3670
|
blockSoftMatchEnabled: boolean | null;
|
|
3593
3671
|
bypassDirSyncOverridesEnabled: boolean | null;
|
|
@@ -3657,6 +3735,11 @@ namespace reference.`microsoft.graph` {
|
|
|
3657
3735
|
saml2Token: optionalClaim[] | null;
|
|
3658
3736
|
}
|
|
3659
3737
|
|
|
3738
|
+
@open
|
|
3739
|
+
@complex model organizerMeetingInfo extends meetingInfo {
|
|
3740
|
+
organizer: identitySet;
|
|
3741
|
+
}
|
|
3742
|
+
|
|
3660
3743
|
/**
|
|
3661
3744
|
* Count of devices with malware for each OS version
|
|
3662
3745
|
*/
|
|
@@ -3675,6 +3758,9 @@ namespace reference.`microsoft.graph` {
|
|
|
3675
3758
|
osVersion: string | null;
|
|
3676
3759
|
}
|
|
3677
3760
|
|
|
3761
|
+
@complex model outgoingCallOptions extends callOptions {
|
|
3762
|
+
}
|
|
3763
|
+
|
|
3678
3764
|
@complex model outlookGeoCoordinates {
|
|
3679
3765
|
accuracy: float64 | null;
|
|
3680
3766
|
altitude: float64 | null;
|
|
@@ -3731,6 +3817,14 @@ namespace reference.`microsoft.graph` {
|
|
|
3731
3817
|
parsingSucceeded: boolean;
|
|
3732
3818
|
}
|
|
3733
3819
|
|
|
3820
|
+
@complex model participantInfo {
|
|
3821
|
+
countryCode: string | null;
|
|
3822
|
+
endpointType: endpointType | null;
|
|
3823
|
+
identity: identitySet;
|
|
3824
|
+
languageId: string | null;
|
|
3825
|
+
region: string | null;
|
|
3826
|
+
}
|
|
3827
|
+
|
|
3734
3828
|
@complex model passwordCredential {
|
|
3735
3829
|
customKeyIdentifier: binary | null;
|
|
3736
3830
|
displayName: string | null;
|
|
@@ -3940,6 +4034,10 @@ namespace reference.`microsoft.graph` {
|
|
|
3940
4034
|
webUrl: string | null;
|
|
3941
4035
|
}
|
|
3942
4036
|
|
|
4037
|
+
@abstract
|
|
4038
|
+
@complex model prompt {
|
|
4039
|
+
}
|
|
4040
|
+
|
|
3943
4041
|
@complex model provisionChannelEmailResult {
|
|
3944
4042
|
email: string | null;
|
|
3945
4043
|
}
|
|
@@ -4062,6 +4160,11 @@ namespace reference.`microsoft.graph` {
|
|
|
4062
4160
|
emailAddress: emailAddress | null;
|
|
4063
4161
|
}
|
|
4064
4162
|
|
|
4163
|
+
@complex model recordingInfo {
|
|
4164
|
+
initiator: identitySet | null;
|
|
4165
|
+
recordingStatus: recordingStatus;
|
|
4166
|
+
}
|
|
4167
|
+
|
|
4065
4168
|
@complex model recurrencePattern {
|
|
4066
4169
|
dayOfMonth: int32;
|
|
4067
4170
|
daysOfWeek: dayOfWeek[] | null;
|
|
@@ -4226,6 +4329,12 @@ namespace reference.`microsoft.graph` {
|
|
|
4226
4329
|
@complex model restoreAction {
|
|
4227
4330
|
}
|
|
4228
4331
|
|
|
4332
|
+
@complex model resultInfo {
|
|
4333
|
+
code: int32;
|
|
4334
|
+
message: string | null;
|
|
4335
|
+
subcode: int32;
|
|
4336
|
+
}
|
|
4337
|
+
|
|
4229
4338
|
@complex model retentionLabelSettings {
|
|
4230
4339
|
behaviorDuringRetentionPeriod: reference.`microsoft.graph.security`.behaviorDuringRetentionPeriod | null;
|
|
4231
4340
|
isContentUpdateAllowed: boolean | null;
|
|
@@ -4340,6 +4449,10 @@ namespace reference.`microsoft.graph` {
|
|
|
4340
4449
|
postType: postType | null;
|
|
4341
4450
|
}
|
|
4342
4451
|
|
|
4452
|
+
@complex model serviceHostedMediaConfig extends mediaConfig {
|
|
4453
|
+
preFetchMedia: mediaInfo[] | null;
|
|
4454
|
+
}
|
|
4455
|
+
|
|
4343
4456
|
@complex model servicePlanInfo {
|
|
4344
4457
|
appliesTo: string | null;
|
|
4345
4458
|
provisioningStatus: string | null;
|
|
@@ -4889,6 +5002,62 @@ namespace reference.`microsoft.graph` {
|
|
|
4889
5002
|
userIdentityType: teamworkUserIdentityType | null;
|
|
4890
5003
|
}
|
|
4891
5004
|
|
|
5005
|
+
@open
|
|
5006
|
+
@complex model teleconferenceDeviceAudioQuality extends teleconferenceDeviceMediaQuality {
|
|
5007
|
+
}
|
|
5008
|
+
|
|
5009
|
+
@abstract
|
|
5010
|
+
@open
|
|
5011
|
+
@complex model teleconferenceDeviceMediaQuality {
|
|
5012
|
+
averageInboundJitter: duration | null;
|
|
5013
|
+
averageInboundPacketLossRateInPercentage: float64 | null;
|
|
5014
|
+
averageInboundRoundTripDelay: duration | null;
|
|
5015
|
+
averageOutboundJitter: duration | null;
|
|
5016
|
+
averageOutboundPacketLossRateInPercentage: float64 | null;
|
|
5017
|
+
averageOutboundRoundTripDelay: duration | null;
|
|
5018
|
+
channelIndex: int32;
|
|
5019
|
+
inboundPackets: int64 | null;
|
|
5020
|
+
localIPAddress: string | null;
|
|
5021
|
+
localPort: int32 | null;
|
|
5022
|
+
maximumInboundJitter: duration | null;
|
|
5023
|
+
maximumInboundPacketLossRateInPercentage: float64 | null;
|
|
5024
|
+
maximumInboundRoundTripDelay: duration | null;
|
|
5025
|
+
maximumOutboundJitter: duration | null;
|
|
5026
|
+
maximumOutboundPacketLossRateInPercentage: float64 | null;
|
|
5027
|
+
maximumOutboundRoundTripDelay: duration | null;
|
|
5028
|
+
mediaDuration: duration | null;
|
|
5029
|
+
networkLinkSpeedInBytes: int64 | null;
|
|
5030
|
+
outboundPackets: int64 | null;
|
|
5031
|
+
remoteIPAddress: string | null;
|
|
5032
|
+
remotePort: int32 | null;
|
|
5033
|
+
}
|
|
5034
|
+
|
|
5035
|
+
@open
|
|
5036
|
+
@complex model teleconferenceDeviceQuality {
|
|
5037
|
+
callChainId: guid;
|
|
5038
|
+
cloudServiceDeploymentEnvironment: string | null;
|
|
5039
|
+
cloudServiceDeploymentId: string | null;
|
|
5040
|
+
cloudServiceInstanceName: string | null;
|
|
5041
|
+
cloudServiceName: string | null;
|
|
5042
|
+
deviceDescription: string;
|
|
5043
|
+
deviceName: string;
|
|
5044
|
+
mediaLegId: guid;
|
|
5045
|
+
mediaQualityList: teleconferenceDeviceMediaQuality[];
|
|
5046
|
+
participantId: guid;
|
|
5047
|
+
}
|
|
5048
|
+
|
|
5049
|
+
@open
|
|
5050
|
+
@complex model teleconferenceDeviceScreenSharingQuality extends teleconferenceDeviceVideoQuality {
|
|
5051
|
+
}
|
|
5052
|
+
|
|
5053
|
+
@open
|
|
5054
|
+
@complex model teleconferenceDeviceVideoQuality extends teleconferenceDeviceMediaQuality {
|
|
5055
|
+
averageInboundBitRate: float64 | null;
|
|
5056
|
+
averageInboundFrameRate: float64 | null;
|
|
5057
|
+
averageOutboundBitRate: float64 | null;
|
|
5058
|
+
averageOutboundFrameRate: float64 | null;
|
|
5059
|
+
}
|
|
5060
|
+
|
|
4892
5061
|
@complex model tenantInformation {
|
|
4893
5062
|
defaultDomainName: string | null;
|
|
4894
5063
|
displayName: string | null;
|
|
@@ -4965,6 +5134,15 @@ namespace reference.`microsoft.graph` {
|
|
|
4965
5134
|
textAlignment: titleAreaTextAlignmentType | null;
|
|
4966
5135
|
}
|
|
4967
5136
|
|
|
5137
|
+
@complex model tokenMeetingInfo extends meetingInfo {
|
|
5138
|
+
token: string;
|
|
5139
|
+
}
|
|
5140
|
+
|
|
5141
|
+
@complex model toneInfo {
|
|
5142
|
+
sequenceId: int64;
|
|
5143
|
+
tone: tone;
|
|
5144
|
+
}
|
|
5145
|
+
|
|
4968
5146
|
@complex model unifiedApprovalStage {
|
|
4969
5147
|
approvalStageTimeOutInDays: int32 | null;
|
|
4970
5148
|
escalationApprovers: subjectSet[] | null;
|
|
@@ -7485,6 +7663,32 @@ namespace reference.`microsoft.graph` {
|
|
|
7485
7663
|
suggestedCalendarName: string | null;
|
|
7486
7664
|
}
|
|
7487
7665
|
|
|
7666
|
+
@open
|
|
7667
|
+
@entity model call extends entity {
|
|
7668
|
+
callbackUri: string;
|
|
7669
|
+
callChainId: string | null;
|
|
7670
|
+
callOptions: callOptions | null;
|
|
7671
|
+
callRoutes: callRoute[] | null;
|
|
7672
|
+
chatInfo: chatInfo | null;
|
|
7673
|
+
direction: callDirection | null;
|
|
7674
|
+
incomingContext: incomingContext | null;
|
|
7675
|
+
mediaConfig: mediaConfig | null;
|
|
7676
|
+
mediaState: callMediaState | null;
|
|
7677
|
+
meetingInfo: meetingInfo | null;
|
|
7678
|
+
myParticipantId: string | null;
|
|
7679
|
+
requestedModalities: modality[] | null;
|
|
7680
|
+
resultInfo: resultInfo | null;
|
|
7681
|
+
source: participantInfo | null;
|
|
7682
|
+
state: callState | null;
|
|
7683
|
+
subject: string | null;
|
|
7684
|
+
targets: invitationParticipantInfo[] | null;
|
|
7685
|
+
tenantId: string | null;
|
|
7686
|
+
toneInfo: toneInfo | null;
|
|
7687
|
+
transcription: callTranscriptionInfo | null;
|
|
7688
|
+
@contains operations: commsOperation[];
|
|
7689
|
+
@contains participants: participant[];
|
|
7690
|
+
}
|
|
7691
|
+
|
|
7488
7692
|
@entity model callRecording extends entity {
|
|
7489
7693
|
callId: string | null;
|
|
7490
7694
|
content: stream | null;
|
|
@@ -7508,6 +7712,10 @@ namespace reference.`microsoft.graph` {
|
|
|
7508
7712
|
transcriptContentUrl: string | null;
|
|
7509
7713
|
}
|
|
7510
7714
|
|
|
7715
|
+
@open
|
|
7716
|
+
@entity model cancelMediaProcessingOperation extends commsOperation {
|
|
7717
|
+
}
|
|
7718
|
+
|
|
7511
7719
|
@entity model canvasLayout extends entity {
|
|
7512
7720
|
@contains horizontalSections: horizontalSection[];
|
|
7513
7721
|
@contains verticalSection: verticalSection | null;
|
|
@@ -7599,6 +7807,7 @@ namespace reference.`microsoft.graph` {
|
|
|
7599
7807
|
|
|
7600
7808
|
@entity model cloudCommunications extends MsGraph.SharedModels.entity {
|
|
7601
7809
|
@contains adhocCalls: adhocCall[];
|
|
7810
|
+
@contains calls: call[];
|
|
7602
7811
|
@contains onlineMeetings: onlineMeeting[];
|
|
7603
7812
|
@contains presences: presence[];
|
|
7604
7813
|
}
|
|
@@ -7642,6 +7851,13 @@ namespace reference.`microsoft.graph` {
|
|
|
7642
7851
|
name: string | null;
|
|
7643
7852
|
}
|
|
7644
7853
|
|
|
7854
|
+
@open
|
|
7855
|
+
@entity model commsOperation extends entity {
|
|
7856
|
+
clientContext: string | null;
|
|
7857
|
+
resultInfo: resultInfo | null;
|
|
7858
|
+
status: operationStatus;
|
|
7859
|
+
}
|
|
7860
|
+
|
|
7645
7861
|
@entity model companySubscription extends entity {
|
|
7646
7862
|
commerceSubscriptionId: string | null;
|
|
7647
7863
|
@computed createdDateTime: offsetDateTime | null;
|
|
@@ -9860,7 +10076,7 @@ namespace reference.`microsoft.graph` {
|
|
|
9860
10076
|
description: string | null;
|
|
9861
10077
|
issuer: string;
|
|
9862
10078
|
name: string;
|
|
9863
|
-
subject: string;
|
|
10079
|
+
subject: string | null;
|
|
9864
10080
|
}
|
|
9865
10081
|
|
|
9866
10082
|
@entity model fido2CombinationConfiguration extends authenticationCombinationConfiguration {
|
|
@@ -10179,6 +10395,11 @@ namespace reference.`microsoft.graph` {
|
|
|
10179
10395
|
@references invitedUser: user | null;
|
|
10180
10396
|
}
|
|
10181
10397
|
|
|
10398
|
+
@open
|
|
10399
|
+
@entity model inviteParticipantsOperation extends commsOperation {
|
|
10400
|
+
participants: invitationParticipantInfo[];
|
|
10401
|
+
}
|
|
10402
|
+
|
|
10182
10403
|
/**
|
|
10183
10404
|
* Device Configuration.
|
|
10184
10405
|
*/
|
|
@@ -12873,6 +13094,10 @@ namespace reference.`microsoft.graph` {
|
|
|
12873
13094
|
value: string[] | null;
|
|
12874
13095
|
}
|
|
12875
13096
|
|
|
13097
|
+
@open
|
|
13098
|
+
@entity model muteParticipantOperation extends commsOperation {
|
|
13099
|
+
}
|
|
13100
|
+
|
|
12876
13101
|
@entity model namedLocation extends policyDeletableItem {
|
|
12877
13102
|
@computed createdDateTime: offsetDateTime | null;
|
|
12878
13103
|
displayName: string;
|
|
@@ -13102,6 +13327,14 @@ namespace reference.`microsoft.graph` {
|
|
|
13102
13327
|
@contains masterCategories: outlookCategory[];
|
|
13103
13328
|
}
|
|
13104
13329
|
|
|
13330
|
+
@entity model participant extends entity {
|
|
13331
|
+
info: participantInfo;
|
|
13332
|
+
isInLobby: boolean;
|
|
13333
|
+
isMuted: boolean;
|
|
13334
|
+
mediaStreams: mediaStream[] | null;
|
|
13335
|
+
recordingInfo: recordingInfo | null;
|
|
13336
|
+
}
|
|
13337
|
+
|
|
13105
13338
|
@entity model passkeyAuthenticationMethodTarget extends authenticationMethodTarget {
|
|
13106
13339
|
allowedPasskeyProfiles: guid | null;
|
|
13107
13340
|
}
|
|
@@ -13266,6 +13499,10 @@ namespace reference.`microsoft.graph` {
|
|
|
13266
13499
|
@references tasks: plannerTask[];
|
|
13267
13500
|
}
|
|
13268
13501
|
|
|
13502
|
+
@open
|
|
13503
|
+
@entity model playPromptOperation extends commsOperation {
|
|
13504
|
+
}
|
|
13505
|
+
|
|
13269
13506
|
@abstract
|
|
13270
13507
|
@entity model policyBase extends directoryObject {
|
|
13271
13508
|
description: string | null;
|
|
@@ -13489,6 +13726,12 @@ namespace reference.`microsoft.graph` {
|
|
|
13489
13726
|
@contains roleEligibilitySchedules: unifiedRoleEligibilitySchedule[];
|
|
13490
13727
|
}
|
|
13491
13728
|
|
|
13729
|
+
@open
|
|
13730
|
+
@entity model recordOperation extends commsOperation {
|
|
13731
|
+
recordingAccessToken: string | null;
|
|
13732
|
+
recordingLocation: string | null;
|
|
13733
|
+
}
|
|
13734
|
+
|
|
13492
13735
|
@open
|
|
13493
13736
|
@entity model recycleBin extends baseItem {
|
|
13494
13737
|
settings: recycleBinSettings | null;
|
|
@@ -14212,6 +14455,14 @@ namespace reference.`microsoft.graph` {
|
|
|
14212
14455
|
webPartType: string | null;
|
|
14213
14456
|
}
|
|
14214
14457
|
|
|
14458
|
+
@open
|
|
14459
|
+
@entity model startHoldMusicOperation extends commsOperation {
|
|
14460
|
+
}
|
|
14461
|
+
|
|
14462
|
+
@open
|
|
14463
|
+
@entity model stopHoldMusicOperation extends commsOperation {
|
|
14464
|
+
}
|
|
14465
|
+
|
|
14215
14466
|
@entity model storage extends MsGraph.SharedModels.entity {
|
|
14216
14467
|
@contains fileStorage: fileStorage | null;
|
|
14217
14468
|
}
|
|
@@ -14236,6 +14487,10 @@ namespace reference.`microsoft.graph` {
|
|
|
14236
14487
|
subscriptionIds: string[] | null;
|
|
14237
14488
|
}
|
|
14238
14489
|
|
|
14490
|
+
@open
|
|
14491
|
+
@entity model subscribeToToneOperation extends commsOperation {
|
|
14492
|
+
}
|
|
14493
|
+
|
|
14239
14494
|
@entity model subscription extends entity {
|
|
14240
14495
|
applicationId: string | null;
|
|
14241
14496
|
changeType: string;
|
|
@@ -14754,6 +15009,14 @@ namespace reference.`microsoft.graph` {
|
|
|
14754
15009
|
@references roleDefinition: unifiedRoleDefinition | null;
|
|
14755
15010
|
}
|
|
14756
15011
|
|
|
15012
|
+
@open
|
|
15013
|
+
@entity model unmuteParticipantOperation extends commsOperation {
|
|
15014
|
+
}
|
|
15015
|
+
|
|
15016
|
+
@open
|
|
15017
|
+
@entity model updateRecordingStatusOperation extends commsOperation {
|
|
15018
|
+
}
|
|
15019
|
+
|
|
14757
15020
|
@open
|
|
14758
15021
|
@entity model user extends directoryObject {
|
|
14759
15022
|
aboutMe: string | null;
|
|
@@ -19391,6 +19654,12 @@ namespace reference.`microsoft.graph` {
|
|
|
19391
19654
|
accept: 0,
|
|
19392
19655
|
}
|
|
19393
19656
|
|
|
19657
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
19658
|
+
enum callDirection {
|
|
19659
|
+
incoming: 0,
|
|
19660
|
+
outgoing: 1,
|
|
19661
|
+
}
|
|
19662
|
+
|
|
19394
19663
|
enum callRecordingStatus {
|
|
19395
19664
|
success: 0,
|
|
19396
19665
|
failure: 1,
|
|
@@ -19399,6 +19668,26 @@ namespace reference.`microsoft.graph` {
|
|
|
19399
19668
|
unknownFutureValue: 4,
|
|
19400
19669
|
}
|
|
19401
19670
|
|
|
19671
|
+
enum callState {
|
|
19672
|
+
incoming: 0,
|
|
19673
|
+
establishing: 1,
|
|
19674
|
+
established: 3,
|
|
19675
|
+
hold: 4,
|
|
19676
|
+
transferring: 5,
|
|
19677
|
+
transferAccepted: 6,
|
|
19678
|
+
redirecting: 7,
|
|
19679
|
+
terminating: 8,
|
|
19680
|
+
terminated: 9,
|
|
19681
|
+
unknownFutureValue: 10,
|
|
19682
|
+
}
|
|
19683
|
+
|
|
19684
|
+
enum callTranscriptionState {
|
|
19685
|
+
notStarted: 0,
|
|
19686
|
+
active: 1,
|
|
19687
|
+
inactive: 2,
|
|
19688
|
+
unknownFutureValue: 3,
|
|
19689
|
+
}
|
|
19690
|
+
|
|
19402
19691
|
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
19403
19692
|
enum categoryColor {
|
|
19404
19693
|
none: -1,
|
|
@@ -20603,6 +20892,14 @@ namespace reference.`microsoft.graph` {
|
|
|
20603
20892
|
disabled: 2,
|
|
20604
20893
|
}
|
|
20605
20894
|
|
|
20895
|
+
enum endpointType {
|
|
20896
|
+
default: 0,
|
|
20897
|
+
voicemail: 1,
|
|
20898
|
+
skypeForBusiness: 2,
|
|
20899
|
+
skypeForBusinessVoipPhone: 3,
|
|
20900
|
+
unknownFutureValue: 4,
|
|
20901
|
+
}
|
|
20902
|
+
|
|
20606
20903
|
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
20607
20904
|
enum enrollmentState {
|
|
20608
20905
|
/**
|
|
@@ -21516,6 +21813,14 @@ namespace reference.`microsoft.graph` {
|
|
|
21516
21813
|
office365: 3,
|
|
21517
21814
|
}
|
|
21518
21815
|
|
|
21816
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
21817
|
+
enum mediaDirection {
|
|
21818
|
+
inactive: 0,
|
|
21819
|
+
sendOnly: 1,
|
|
21820
|
+
receiveOnly: 2,
|
|
21821
|
+
sendReceive: 3,
|
|
21822
|
+
}
|
|
21823
|
+
|
|
21519
21824
|
enum mediaSourceContentCategory {
|
|
21520
21825
|
meeting: 0,
|
|
21521
21826
|
liveStream: 1,
|
|
@@ -21529,6 +21834,12 @@ namespace reference.`microsoft.graph` {
|
|
|
21529
21834
|
unknownFutureValue: 9,
|
|
21530
21835
|
}
|
|
21531
21836
|
|
|
21837
|
+
enum mediaState {
|
|
21838
|
+
active: 0,
|
|
21839
|
+
inactive: 1,
|
|
21840
|
+
unknownFutureValue: 2,
|
|
21841
|
+
}
|
|
21842
|
+
|
|
21532
21843
|
enum meetingChatHistoryDefaultMode {
|
|
21533
21844
|
none: 0,
|
|
21534
21845
|
all: 1,
|
|
@@ -21766,6 +22077,14 @@ namespace reference.`microsoft.graph` {
|
|
|
21766
22077
|
unknownFutureValue: 6,
|
|
21767
22078
|
}
|
|
21768
22079
|
|
|
22080
|
+
enum modality {
|
|
22081
|
+
audio: 1,
|
|
22082
|
+
video: 2,
|
|
22083
|
+
videoBasedScreenSharing: 3,
|
|
22084
|
+
data: 4,
|
|
22085
|
+
unknownFutureValue: 5,
|
|
22086
|
+
}
|
|
22087
|
+
|
|
21769
22088
|
enum multiFactorAuthConfiguration {
|
|
21770
22089
|
notRequired: 0,
|
|
21771
22090
|
required: 1,
|
|
@@ -21939,6 +22258,14 @@ namespace reference.`microsoft.graph` {
|
|
|
21939
22258
|
unknownFutureValue: 3,
|
|
21940
22259
|
}
|
|
21941
22260
|
|
|
22261
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
22262
|
+
enum operationStatus {
|
|
22263
|
+
NotStarted: 0,
|
|
22264
|
+
Running: 1,
|
|
22265
|
+
Completed: 2,
|
|
22266
|
+
Failed: 3,
|
|
22267
|
+
}
|
|
22268
|
+
|
|
21942
22269
|
enum pageLayoutType {
|
|
21943
22270
|
microsoftReserved: 0,
|
|
21944
22271
|
article: 1,
|
|
@@ -22837,6 +23164,14 @@ namespace reference.`microsoft.graph` {
|
|
|
22837
23164
|
externalNonPartner: 8,
|
|
22838
23165
|
}
|
|
22839
23166
|
|
|
23167
|
+
enum recordingStatus {
|
|
23168
|
+
`unknown`: 0,
|
|
23169
|
+
notRecording: 1,
|
|
23170
|
+
recording: 2,
|
|
23171
|
+
failed: 3,
|
|
23172
|
+
unknownFutureValue: 4,
|
|
23173
|
+
}
|
|
23174
|
+
|
|
22840
23175
|
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
22841
23176
|
enum recurrencePatternType {
|
|
22842
23177
|
daily: 0,
|
|
@@ -22854,6 +23189,13 @@ namespace reference.`microsoft.graph` {
|
|
|
22854
23189
|
numbered: 2,
|
|
22855
23190
|
}
|
|
22856
23191
|
|
|
23192
|
+
enum rejectReason {
|
|
23193
|
+
none: 0,
|
|
23194
|
+
busy: 1,
|
|
23195
|
+
forbidden: 2,
|
|
23196
|
+
unknownFutureValue: 3,
|
|
23197
|
+
}
|
|
23198
|
+
|
|
22857
23199
|
/**
|
|
22858
23200
|
* The current TeamViewer connector status
|
|
22859
23201
|
*/
|
|
@@ -23002,6 +23344,13 @@ namespace reference.`microsoft.graph` {
|
|
|
23002
23344
|
unknownFutureValue: 4,
|
|
23003
23345
|
}
|
|
23004
23346
|
|
|
23347
|
+
enum routingType {
|
|
23348
|
+
forwarded: 0,
|
|
23349
|
+
lookup: 1,
|
|
23350
|
+
selfFork: 2,
|
|
23351
|
+
unknownFutureValue: 3,
|
|
23352
|
+
}
|
|
23353
|
+
|
|
23005
23354
|
/**
|
|
23006
23355
|
* Indicates the type of execution context the app runs in.
|
|
23007
23356
|
*/
|
|
@@ -23069,6 +23418,12 @@ namespace reference.`microsoft.graph` {
|
|
|
23069
23418
|
Unary: 1,
|
|
23070
23419
|
}
|
|
23071
23420
|
|
|
23421
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
23422
|
+
enum screenSharingRole {
|
|
23423
|
+
viewer: 0,
|
|
23424
|
+
sharer: 1,
|
|
23425
|
+
}
|
|
23426
|
+
|
|
23072
23427
|
enum sectionEmphasisType {
|
|
23073
23428
|
none: 0,
|
|
23074
23429
|
neutral: 1,
|
|
@@ -23600,6 +23955,27 @@ namespace reference.`microsoft.graph` {
|
|
|
23600
23955
|
NPSExtension: 5,
|
|
23601
23956
|
}
|
|
23602
23957
|
|
|
23958
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
23959
|
+
enum tone {
|
|
23960
|
+
tone0: 0,
|
|
23961
|
+
tone1: 1,
|
|
23962
|
+
tone2: 2,
|
|
23963
|
+
tone3: 3,
|
|
23964
|
+
tone4: 4,
|
|
23965
|
+
tone5: 5,
|
|
23966
|
+
tone6: 6,
|
|
23967
|
+
tone7: 7,
|
|
23968
|
+
tone8: 8,
|
|
23969
|
+
tone9: 9,
|
|
23970
|
+
star: 10,
|
|
23971
|
+
pound: 11,
|
|
23972
|
+
a: 12,
|
|
23973
|
+
b: 13,
|
|
23974
|
+
c: 14,
|
|
23975
|
+
d: 15,
|
|
23976
|
+
flash: 16,
|
|
23977
|
+
}
|
|
23978
|
+
|
|
23603
23979
|
enum unifiedRoleManagementPolicyRuleTargetOperations {
|
|
23604
23980
|
all: 0,
|
|
23605
23981
|
activate: 1,
|