@microsoft/typespec-msgraph-reference 1.0.4 → 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 +18 -0
- package/lib/Bleu/Beta/main.tsp +310 -7
- package/lib/Bleu/V1.0/main.tsp +430 -1
- package/lib/Delos/Beta/main.tsp +4284 -23
- package/lib/Delos/V1.0/main.tsp +2815 -22
- package/lib/Fairfax/Beta/main.tsp +627 -23
- package/lib/Fairfax/V1.0/main.tsp +61 -1
- package/lib/GovSG/Beta/main.tsp +1 -0
- package/lib/GovSG/V1.0/main.tsp +3 -1
- package/lib/Mooncake/Beta/main.tsp +269 -7
- package/lib/Mooncake/V1.0/main.tsp +60 -1
- package/lib/Prod/Beta/main.tsp +1695 -75
- package/lib/Prod/V1.0/main.tsp +4171 -167
- package/lib/USNat/Beta/main.tsp +576 -0
- package/lib/USNat/V1.0/main.tsp +465 -1
- package/lib/USSec/Beta/main.tsp +576 -0
- package/lib/USSec/V1.0/main.tsp +465 -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;
|
|
@@ -531,6 +535,11 @@ namespace reference.`microsoft.graph` {
|
|
|
531
535
|
status: responseStatus | null;
|
|
532
536
|
}
|
|
533
537
|
|
|
538
|
+
@complex model attendeeAvailability {
|
|
539
|
+
attendee: attendeeBase | null;
|
|
540
|
+
availability: freeBusyStatus | null;
|
|
541
|
+
}
|
|
542
|
+
|
|
534
543
|
@complex model attendeeBase extends recipient {
|
|
535
544
|
type: attendeeType | null;
|
|
536
545
|
}
|
|
@@ -827,6 +836,14 @@ namespace reference.`microsoft.graph` {
|
|
|
827
836
|
initiator: identitySet | null;
|
|
828
837
|
}
|
|
829
838
|
|
|
839
|
+
@complex model callMediaState {
|
|
840
|
+
audio: mediaState | null;
|
|
841
|
+
}
|
|
842
|
+
|
|
843
|
+
@abstract
|
|
844
|
+
@complex model callOptions {
|
|
845
|
+
}
|
|
846
|
+
|
|
830
847
|
@complex model callParticipantInfo {
|
|
831
848
|
participant: identitySet | null;
|
|
832
849
|
}
|
|
@@ -841,6 +858,12 @@ namespace reference.`microsoft.graph` {
|
|
|
841
858
|
meetingOrganizer: identitySet | null;
|
|
842
859
|
}
|
|
843
860
|
|
|
861
|
+
@complex model callRoute {
|
|
862
|
+
final: identitySet;
|
|
863
|
+
original: identitySet;
|
|
864
|
+
routingType: routingType;
|
|
865
|
+
}
|
|
866
|
+
|
|
844
867
|
@complex model callStartedEventMessageDetail extends eventMessageDetail {
|
|
845
868
|
callEventType: teamworkCallEventType | null;
|
|
846
869
|
callId: string | null;
|
|
@@ -853,6 +876,11 @@ namespace reference.`microsoft.graph` {
|
|
|
853
876
|
meetingOrganizer: identitySet | null;
|
|
854
877
|
}
|
|
855
878
|
|
|
879
|
+
@complex model callTranscriptionInfo {
|
|
880
|
+
@computed lastModifiedDateTime: offsetDateTime | null;
|
|
881
|
+
state: callTranscriptionState;
|
|
882
|
+
}
|
|
883
|
+
|
|
856
884
|
@complex model certificateAuthority {
|
|
857
885
|
certificate: binary;
|
|
858
886
|
certificateRevocationListUrl: string | null;
|
|
@@ -1039,6 +1067,16 @@ namespace reference.`microsoft.graph` {
|
|
|
1039
1067
|
participants: identitySet[] | null;
|
|
1040
1068
|
}
|
|
1041
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
|
+
|
|
1042
1080
|
@open
|
|
1043
1081
|
@complex model ComplexExtensionValue {
|
|
1044
1082
|
}
|
|
@@ -2388,6 +2426,13 @@ namespace reference.`microsoft.graph` {
|
|
|
2388
2426
|
targetType: authenticationMethodTargetType;
|
|
2389
2427
|
}
|
|
2390
2428
|
|
|
2429
|
+
@complex model incomingContext {
|
|
2430
|
+
observedParticipantId: string | null;
|
|
2431
|
+
onBehalfOf: identitySet | null;
|
|
2432
|
+
sourceParticipantId: string | null;
|
|
2433
|
+
transferor: identitySet | null;
|
|
2434
|
+
}
|
|
2435
|
+
|
|
2391
2436
|
@open
|
|
2392
2437
|
@complex model incompleteData {
|
|
2393
2438
|
missingDataBeforeDateTime: offsetDateTime | null;
|
|
@@ -2507,6 +2552,12 @@ namespace reference.`microsoft.graph` {
|
|
|
2507
2552
|
themeColor: rgbColor | null;
|
|
2508
2553
|
}
|
|
2509
2554
|
|
|
2555
|
+
@open
|
|
2556
|
+
@complex model invitationParticipantInfo {
|
|
2557
|
+
identity: identitySet;
|
|
2558
|
+
replacesCallId: string | null;
|
|
2559
|
+
}
|
|
2560
|
+
|
|
2510
2561
|
@complex model invitationRedemptionIdentityProviderConfiguration {
|
|
2511
2562
|
fallbackIdentityProvider: b2bIdentityProvidersType | null;
|
|
2512
2563
|
primaryIdentityProviderPrecedenceOrder: b2bIdentityProvidersType[] | null;
|
|
@@ -2817,6 +2868,12 @@ namespace reference.`microsoft.graph` {
|
|
|
2817
2868
|
siteId: string | null;
|
|
2818
2869
|
}
|
|
2819
2870
|
|
|
2871
|
+
@open
|
|
2872
|
+
@complex model joinMeetingIdMeetingInfo extends meetingInfo {
|
|
2873
|
+
joinMeetingId: string;
|
|
2874
|
+
passcode: string | null;
|
|
2875
|
+
}
|
|
2876
|
+
|
|
2820
2877
|
@complex model joinMeetingIdSettings {
|
|
2821
2878
|
isPasscodeRequired: boolean | null;
|
|
2822
2879
|
joinMeetingId: string | null;
|
|
@@ -2913,6 +2970,16 @@ namespace reference.`microsoft.graph` {
|
|
|
2913
2970
|
uniqueIdType: locationUniqueIdType | null;
|
|
2914
2971
|
}
|
|
2915
2972
|
|
|
2973
|
+
@complex model locationConstraint {
|
|
2974
|
+
isRequired: boolean | null;
|
|
2975
|
+
locations: locationConstraintItem[] | null;
|
|
2976
|
+
suggestLocation: boolean | null;
|
|
2977
|
+
}
|
|
2978
|
+
|
|
2979
|
+
@complex model locationConstraintItem extends location {
|
|
2980
|
+
resolveAvailability: boolean | null;
|
|
2981
|
+
}
|
|
2982
|
+
|
|
2916
2983
|
@complex model logicAppTriggerEndpointConfiguration extends customExtensionEndpointConfiguration {
|
|
2917
2984
|
logicAppWorkflowName: string | null;
|
|
2918
2985
|
resourceGroupName: string | null;
|
|
@@ -3106,6 +3173,10 @@ namespace reference.`microsoft.graph` {
|
|
|
3106
3173
|
mobileAppIdentifier: mobileAppIdentifier | null;
|
|
3107
3174
|
}
|
|
3108
3175
|
|
|
3176
|
+
@abstract
|
|
3177
|
+
@complex model mediaConfig {
|
|
3178
|
+
}
|
|
3179
|
+
|
|
3109
3180
|
@complex model mediaContentRatingAustralia {
|
|
3110
3181
|
/**
|
|
3111
3182
|
* Movies rating selected for Australia
|
|
@@ -3205,10 +3276,31 @@ namespace reference.`microsoft.graph` {
|
|
|
3205
3276
|
tvRating: ratingUnitedStatesTelevisionType;
|
|
3206
3277
|
}
|
|
3207
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
|
+
|
|
3208
3288
|
@complex model mediaSource {
|
|
3209
3289
|
contentCategory: mediaSourceContentCategory | null;
|
|
3210
3290
|
}
|
|
3211
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
|
+
|
|
3212
3304
|
@complex model meetingParticipantInfo {
|
|
3213
3305
|
identity: identitySet | null;
|
|
3214
3306
|
role: onlineMeetingRole | null;
|
|
@@ -3226,6 +3318,21 @@ namespace reference.`microsoft.graph` {
|
|
|
3226
3318
|
meetingChatId: string | null;
|
|
3227
3319
|
}
|
|
3228
3320
|
|
|
3321
|
+
@complex model meetingTimeSuggestion {
|
|
3322
|
+
attendeeAvailability: attendeeAvailability[] | null;
|
|
3323
|
+
confidence: float64 | null;
|
|
3324
|
+
locations: location[] | null;
|
|
3325
|
+
meetingTimeSlot: timeSlot | null;
|
|
3326
|
+
order: int32 | null;
|
|
3327
|
+
organizerAvailability: freeBusyStatus | null;
|
|
3328
|
+
suggestionReason: string | null;
|
|
3329
|
+
}
|
|
3330
|
+
|
|
3331
|
+
@complex model meetingTimeSuggestionsResult {
|
|
3332
|
+
emptySuggestionsReason: string | null;
|
|
3333
|
+
meetingTimeSuggestions: meetingTimeSuggestion[] | null;
|
|
3334
|
+
}
|
|
3335
|
+
|
|
3229
3336
|
@complex model membersAddedEventMessageDetail extends eventMessageDetail {
|
|
3230
3337
|
initiator: identitySet | null;
|
|
3231
3338
|
members: teamworkUserIdentity[] | null;
|
|
@@ -3558,6 +3665,7 @@ namespace reference.`microsoft.graph` {
|
|
|
3558
3665
|
}
|
|
3559
3666
|
|
|
3560
3667
|
@complex model onPremisesDirectorySynchronizationFeature {
|
|
3668
|
+
allowOnPremUpdateOfOnPremisesObjectIdentifierEnabled: boolean | null;
|
|
3561
3669
|
blockCloudObjectTakeoverThroughHardMatchEnabled: boolean | null;
|
|
3562
3670
|
blockSoftMatchEnabled: boolean | null;
|
|
3563
3671
|
bypassDirSyncOverridesEnabled: boolean | null;
|
|
@@ -3627,6 +3735,11 @@ namespace reference.`microsoft.graph` {
|
|
|
3627
3735
|
saml2Token: optionalClaim[] | null;
|
|
3628
3736
|
}
|
|
3629
3737
|
|
|
3738
|
+
@open
|
|
3739
|
+
@complex model organizerMeetingInfo extends meetingInfo {
|
|
3740
|
+
organizer: identitySet;
|
|
3741
|
+
}
|
|
3742
|
+
|
|
3630
3743
|
/**
|
|
3631
3744
|
* Count of devices with malware for each OS version
|
|
3632
3745
|
*/
|
|
@@ -3645,6 +3758,9 @@ namespace reference.`microsoft.graph` {
|
|
|
3645
3758
|
osVersion: string | null;
|
|
3646
3759
|
}
|
|
3647
3760
|
|
|
3761
|
+
@complex model outgoingCallOptions extends callOptions {
|
|
3762
|
+
}
|
|
3763
|
+
|
|
3648
3764
|
@complex model outlookGeoCoordinates {
|
|
3649
3765
|
accuracy: float64 | null;
|
|
3650
3766
|
altitude: float64 | null;
|
|
@@ -3701,6 +3817,14 @@ namespace reference.`microsoft.graph` {
|
|
|
3701
3817
|
parsingSucceeded: boolean;
|
|
3702
3818
|
}
|
|
3703
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
|
+
|
|
3704
3828
|
@complex model passwordCredential {
|
|
3705
3829
|
customKeyIdentifier: binary | null;
|
|
3706
3830
|
displayName: string | null;
|
|
@@ -3910,6 +4034,10 @@ namespace reference.`microsoft.graph` {
|
|
|
3910
4034
|
webUrl: string | null;
|
|
3911
4035
|
}
|
|
3912
4036
|
|
|
4037
|
+
@abstract
|
|
4038
|
+
@complex model prompt {
|
|
4039
|
+
}
|
|
4040
|
+
|
|
3913
4041
|
@complex model provisionChannelEmailResult {
|
|
3914
4042
|
email: string | null;
|
|
3915
4043
|
}
|
|
@@ -4032,6 +4160,11 @@ namespace reference.`microsoft.graph` {
|
|
|
4032
4160
|
emailAddress: emailAddress | null;
|
|
4033
4161
|
}
|
|
4034
4162
|
|
|
4163
|
+
@complex model recordingInfo {
|
|
4164
|
+
initiator: identitySet | null;
|
|
4165
|
+
recordingStatus: recordingStatus;
|
|
4166
|
+
}
|
|
4167
|
+
|
|
4035
4168
|
@complex model recurrencePattern {
|
|
4036
4169
|
dayOfMonth: int32;
|
|
4037
4170
|
daysOfWeek: dayOfWeek[] | null;
|
|
@@ -4196,6 +4329,12 @@ namespace reference.`microsoft.graph` {
|
|
|
4196
4329
|
@complex model restoreAction {
|
|
4197
4330
|
}
|
|
4198
4331
|
|
|
4332
|
+
@complex model resultInfo {
|
|
4333
|
+
code: int32;
|
|
4334
|
+
message: string | null;
|
|
4335
|
+
subcode: int32;
|
|
4336
|
+
}
|
|
4337
|
+
|
|
4199
4338
|
@complex model retentionLabelSettings {
|
|
4200
4339
|
behaviorDuringRetentionPeriod: reference.`microsoft.graph.security`.behaviorDuringRetentionPeriod | null;
|
|
4201
4340
|
isContentUpdateAllowed: boolean | null;
|
|
@@ -4310,6 +4449,10 @@ namespace reference.`microsoft.graph` {
|
|
|
4310
4449
|
postType: postType | null;
|
|
4311
4450
|
}
|
|
4312
4451
|
|
|
4452
|
+
@complex model serviceHostedMediaConfig extends mediaConfig {
|
|
4453
|
+
preFetchMedia: mediaInfo[] | null;
|
|
4454
|
+
}
|
|
4455
|
+
|
|
4313
4456
|
@complex model servicePlanInfo {
|
|
4314
4457
|
appliesTo: string | null;
|
|
4315
4458
|
provisioningStatus: string | null;
|
|
@@ -4859,6 +5002,62 @@ namespace reference.`microsoft.graph` {
|
|
|
4859
5002
|
userIdentityType: teamworkUserIdentityType | null;
|
|
4860
5003
|
}
|
|
4861
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
|
+
|
|
4862
5061
|
@complex model tenantInformation {
|
|
4863
5062
|
defaultDomainName: string | null;
|
|
4864
5063
|
displayName: string | null;
|
|
@@ -4902,6 +5101,11 @@ namespace reference.`microsoft.graph` {
|
|
|
4902
5101
|
ticketSystem: string | null;
|
|
4903
5102
|
}
|
|
4904
5103
|
|
|
5104
|
+
@complex model timeConstraint {
|
|
5105
|
+
activityDomain: activityDomain | null;
|
|
5106
|
+
timeSlots: timeSlot[] | null;
|
|
5107
|
+
}
|
|
5108
|
+
|
|
4905
5109
|
@complex model timeSlot {
|
|
4906
5110
|
end: dateTimeTimeZone;
|
|
4907
5111
|
start: dateTimeTimeZone;
|
|
@@ -4930,6 +5134,15 @@ namespace reference.`microsoft.graph` {
|
|
|
4930
5134
|
textAlignment: titleAreaTextAlignmentType | null;
|
|
4931
5135
|
}
|
|
4932
5136
|
|
|
5137
|
+
@complex model tokenMeetingInfo extends meetingInfo {
|
|
5138
|
+
token: string;
|
|
5139
|
+
}
|
|
5140
|
+
|
|
5141
|
+
@complex model toneInfo {
|
|
5142
|
+
sequenceId: int64;
|
|
5143
|
+
tone: tone;
|
|
5144
|
+
}
|
|
5145
|
+
|
|
4933
5146
|
@complex model unifiedApprovalStage {
|
|
4934
5147
|
approvalStageTimeOutInDays: int32 | null;
|
|
4935
5148
|
escalationApprovers: subjectSet[] | null;
|
|
@@ -7450,6 +7663,32 @@ namespace reference.`microsoft.graph` {
|
|
|
7450
7663
|
suggestedCalendarName: string | null;
|
|
7451
7664
|
}
|
|
7452
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
|
+
|
|
7453
7692
|
@entity model callRecording extends entity {
|
|
7454
7693
|
callId: string | null;
|
|
7455
7694
|
content: stream | null;
|
|
@@ -7473,6 +7712,10 @@ namespace reference.`microsoft.graph` {
|
|
|
7473
7712
|
transcriptContentUrl: string | null;
|
|
7474
7713
|
}
|
|
7475
7714
|
|
|
7715
|
+
@open
|
|
7716
|
+
@entity model cancelMediaProcessingOperation extends commsOperation {
|
|
7717
|
+
}
|
|
7718
|
+
|
|
7476
7719
|
@entity model canvasLayout extends entity {
|
|
7477
7720
|
@contains horizontalSections: horizontalSection[];
|
|
7478
7721
|
@contains verticalSection: verticalSection | null;
|
|
@@ -7564,6 +7807,7 @@ namespace reference.`microsoft.graph` {
|
|
|
7564
7807
|
|
|
7565
7808
|
@entity model cloudCommunications extends MsGraph.SharedModels.entity {
|
|
7566
7809
|
@contains adhocCalls: adhocCall[];
|
|
7810
|
+
@contains calls: call[];
|
|
7567
7811
|
@contains onlineMeetings: onlineMeeting[];
|
|
7568
7812
|
@contains presences: presence[];
|
|
7569
7813
|
}
|
|
@@ -7607,6 +7851,13 @@ namespace reference.`microsoft.graph` {
|
|
|
7607
7851
|
name: string | null;
|
|
7608
7852
|
}
|
|
7609
7853
|
|
|
7854
|
+
@open
|
|
7855
|
+
@entity model commsOperation extends entity {
|
|
7856
|
+
clientContext: string | null;
|
|
7857
|
+
resultInfo: resultInfo | null;
|
|
7858
|
+
status: operationStatus;
|
|
7859
|
+
}
|
|
7860
|
+
|
|
7610
7861
|
@entity model companySubscription extends entity {
|
|
7611
7862
|
commerceSubscriptionId: string | null;
|
|
7612
7863
|
@computed createdDateTime: offsetDateTime | null;
|
|
@@ -9825,7 +10076,7 @@ namespace reference.`microsoft.graph` {
|
|
|
9825
10076
|
description: string | null;
|
|
9826
10077
|
issuer: string;
|
|
9827
10078
|
name: string;
|
|
9828
|
-
subject: string;
|
|
10079
|
+
subject: string | null;
|
|
9829
10080
|
}
|
|
9830
10081
|
|
|
9831
10082
|
@entity model fido2CombinationConfiguration extends authenticationCombinationConfiguration {
|
|
@@ -9934,6 +10185,7 @@ namespace reference.`microsoft.graph` {
|
|
|
9934
10185
|
membershipRule: string | null;
|
|
9935
10186
|
membershipRuleProcessingState: string | null;
|
|
9936
10187
|
onPremisesDomainName: string | null;
|
|
10188
|
+
onPremisesExtensionAttributes: onPremisesExtensionAttributes | null;
|
|
9937
10189
|
onPremisesLastSyncDateTime: offsetDateTime | null;
|
|
9938
10190
|
onPremisesNetBiosName: string | null;
|
|
9939
10191
|
onPremisesProvisioningErrors: onPremisesProvisioningError[] | null;
|
|
@@ -10143,6 +10395,11 @@ namespace reference.`microsoft.graph` {
|
|
|
10143
10395
|
@references invitedUser: user | null;
|
|
10144
10396
|
}
|
|
10145
10397
|
|
|
10398
|
+
@open
|
|
10399
|
+
@entity model inviteParticipantsOperation extends commsOperation {
|
|
10400
|
+
participants: invitationParticipantInfo[];
|
|
10401
|
+
}
|
|
10402
|
+
|
|
10146
10403
|
/**
|
|
10147
10404
|
* Device Configuration.
|
|
10148
10405
|
*/
|
|
@@ -12837,6 +13094,10 @@ namespace reference.`microsoft.graph` {
|
|
|
12837
13094
|
value: string[] | null;
|
|
12838
13095
|
}
|
|
12839
13096
|
|
|
13097
|
+
@open
|
|
13098
|
+
@entity model muteParticipantOperation extends commsOperation {
|
|
13099
|
+
}
|
|
13100
|
+
|
|
12840
13101
|
@entity model namedLocation extends policyDeletableItem {
|
|
12841
13102
|
@computed createdDateTime: offsetDateTime | null;
|
|
12842
13103
|
displayName: string;
|
|
@@ -13066,6 +13327,14 @@ namespace reference.`microsoft.graph` {
|
|
|
13066
13327
|
@contains masterCategories: outlookCategory[];
|
|
13067
13328
|
}
|
|
13068
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
|
+
|
|
13069
13338
|
@entity model passkeyAuthenticationMethodTarget extends authenticationMethodTarget {
|
|
13070
13339
|
allowedPasskeyProfiles: guid | null;
|
|
13071
13340
|
}
|
|
@@ -13230,6 +13499,10 @@ namespace reference.`microsoft.graph` {
|
|
|
13230
13499
|
@references tasks: plannerTask[];
|
|
13231
13500
|
}
|
|
13232
13501
|
|
|
13502
|
+
@open
|
|
13503
|
+
@entity model playPromptOperation extends commsOperation {
|
|
13504
|
+
}
|
|
13505
|
+
|
|
13233
13506
|
@abstract
|
|
13234
13507
|
@entity model policyBase extends directoryObject {
|
|
13235
13508
|
description: string | null;
|
|
@@ -13389,6 +13662,7 @@ namespace reference.`microsoft.graph` {
|
|
|
13389
13662
|
@entity model profileCardProperty extends entity {
|
|
13390
13663
|
annotations: profileCardAnnotation[] | null;
|
|
13391
13664
|
directoryPropertyName: string | null;
|
|
13665
|
+
isVisible: boolean;
|
|
13392
13666
|
}
|
|
13393
13667
|
|
|
13394
13668
|
@entity model profilePhoto extends entity {
|
|
@@ -13452,6 +13726,12 @@ namespace reference.`microsoft.graph` {
|
|
|
13452
13726
|
@contains roleEligibilitySchedules: unifiedRoleEligibilitySchedule[];
|
|
13453
13727
|
}
|
|
13454
13728
|
|
|
13729
|
+
@open
|
|
13730
|
+
@entity model recordOperation extends commsOperation {
|
|
13731
|
+
recordingAccessToken: string | null;
|
|
13732
|
+
recordingLocation: string | null;
|
|
13733
|
+
}
|
|
13734
|
+
|
|
13455
13735
|
@open
|
|
13456
13736
|
@entity model recycleBin extends baseItem {
|
|
13457
13737
|
settings: recycleBinSettings | null;
|
|
@@ -14175,6 +14455,14 @@ namespace reference.`microsoft.graph` {
|
|
|
14175
14455
|
webPartType: string | null;
|
|
14176
14456
|
}
|
|
14177
14457
|
|
|
14458
|
+
@open
|
|
14459
|
+
@entity model startHoldMusicOperation extends commsOperation {
|
|
14460
|
+
}
|
|
14461
|
+
|
|
14462
|
+
@open
|
|
14463
|
+
@entity model stopHoldMusicOperation extends commsOperation {
|
|
14464
|
+
}
|
|
14465
|
+
|
|
14178
14466
|
@entity model storage extends MsGraph.SharedModels.entity {
|
|
14179
14467
|
@contains fileStorage: fileStorage | null;
|
|
14180
14468
|
}
|
|
@@ -14199,6 +14487,10 @@ namespace reference.`microsoft.graph` {
|
|
|
14199
14487
|
subscriptionIds: string[] | null;
|
|
14200
14488
|
}
|
|
14201
14489
|
|
|
14490
|
+
@open
|
|
14491
|
+
@entity model subscribeToToneOperation extends commsOperation {
|
|
14492
|
+
}
|
|
14493
|
+
|
|
14202
14494
|
@entity model subscription extends entity {
|
|
14203
14495
|
applicationId: string | null;
|
|
14204
14496
|
changeType: string;
|
|
@@ -14717,6 +15009,14 @@ namespace reference.`microsoft.graph` {
|
|
|
14717
15009
|
@references roleDefinition: unifiedRoleDefinition | null;
|
|
14718
15010
|
}
|
|
14719
15011
|
|
|
15012
|
+
@open
|
|
15013
|
+
@entity model unmuteParticipantOperation extends commsOperation {
|
|
15014
|
+
}
|
|
15015
|
+
|
|
15016
|
+
@open
|
|
15017
|
+
@entity model updateRecordingStatusOperation extends commsOperation {
|
|
15018
|
+
}
|
|
15019
|
+
|
|
14720
15020
|
@open
|
|
14721
15021
|
@entity model user extends directoryObject {
|
|
14722
15022
|
aboutMe: string | null;
|
|
@@ -18641,6 +18941,14 @@ namespace reference.`microsoft.graph` {
|
|
|
18641
18941
|
notSupported: 6,
|
|
18642
18942
|
}
|
|
18643
18943
|
|
|
18944
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
18945
|
+
enum activityDomain {
|
|
18946
|
+
`unknown`: 0,
|
|
18947
|
+
work: 1,
|
|
18948
|
+
personal: 2,
|
|
18949
|
+
unrestricted: 3,
|
|
18950
|
+
}
|
|
18951
|
+
|
|
18644
18952
|
enum activityType {
|
|
18645
18953
|
signin: 0,
|
|
18646
18954
|
user: 1,
|
|
@@ -19346,6 +19654,12 @@ namespace reference.`microsoft.graph` {
|
|
|
19346
19654
|
accept: 0,
|
|
19347
19655
|
}
|
|
19348
19656
|
|
|
19657
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
19658
|
+
enum callDirection {
|
|
19659
|
+
incoming: 0,
|
|
19660
|
+
outgoing: 1,
|
|
19661
|
+
}
|
|
19662
|
+
|
|
19349
19663
|
enum callRecordingStatus {
|
|
19350
19664
|
success: 0,
|
|
19351
19665
|
failure: 1,
|
|
@@ -19354,6 +19668,26 @@ namespace reference.`microsoft.graph` {
|
|
|
19354
19668
|
unknownFutureValue: 4,
|
|
19355
19669
|
}
|
|
19356
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
|
+
|
|
19357
19691
|
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
19358
19692
|
enum categoryColor {
|
|
19359
19693
|
none: -1,
|
|
@@ -20558,6 +20892,14 @@ namespace reference.`microsoft.graph` {
|
|
|
20558
20892
|
disabled: 2,
|
|
20559
20893
|
}
|
|
20560
20894
|
|
|
20895
|
+
enum endpointType {
|
|
20896
|
+
default: 0,
|
|
20897
|
+
voicemail: 1,
|
|
20898
|
+
skypeForBusiness: 2,
|
|
20899
|
+
skypeForBusinessVoipPhone: 3,
|
|
20900
|
+
unknownFutureValue: 4,
|
|
20901
|
+
}
|
|
20902
|
+
|
|
20561
20903
|
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
20562
20904
|
enum enrollmentState {
|
|
20563
20905
|
/**
|
|
@@ -21471,6 +21813,14 @@ namespace reference.`microsoft.graph` {
|
|
|
21471
21813
|
office365: 3,
|
|
21472
21814
|
}
|
|
21473
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
|
+
|
|
21474
21824
|
enum mediaSourceContentCategory {
|
|
21475
21825
|
meeting: 0,
|
|
21476
21826
|
liveStream: 1,
|
|
@@ -21484,6 +21834,12 @@ namespace reference.`microsoft.graph` {
|
|
|
21484
21834
|
unknownFutureValue: 9,
|
|
21485
21835
|
}
|
|
21486
21836
|
|
|
21837
|
+
enum mediaState {
|
|
21838
|
+
active: 0,
|
|
21839
|
+
inactive: 1,
|
|
21840
|
+
unknownFutureValue: 2,
|
|
21841
|
+
}
|
|
21842
|
+
|
|
21487
21843
|
enum meetingChatHistoryDefaultMode {
|
|
21488
21844
|
none: 0,
|
|
21489
21845
|
all: 1,
|
|
@@ -21721,6 +22077,14 @@ namespace reference.`microsoft.graph` {
|
|
|
21721
22077
|
unknownFutureValue: 6,
|
|
21722
22078
|
}
|
|
21723
22079
|
|
|
22080
|
+
enum modality {
|
|
22081
|
+
audio: 1,
|
|
22082
|
+
video: 2,
|
|
22083
|
+
videoBasedScreenSharing: 3,
|
|
22084
|
+
data: 4,
|
|
22085
|
+
unknownFutureValue: 5,
|
|
22086
|
+
}
|
|
22087
|
+
|
|
21724
22088
|
enum multiFactorAuthConfiguration {
|
|
21725
22089
|
notRequired: 0,
|
|
21726
22090
|
required: 1,
|
|
@@ -21894,6 +22258,14 @@ namespace reference.`microsoft.graph` {
|
|
|
21894
22258
|
unknownFutureValue: 3,
|
|
21895
22259
|
}
|
|
21896
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
|
+
|
|
21897
22269
|
enum pageLayoutType {
|
|
21898
22270
|
microsoftReserved: 0,
|
|
21899
22271
|
article: 1,
|
|
@@ -21965,6 +22337,14 @@ namespace reference.`microsoft.graph` {
|
|
|
21965
22337
|
radio: 9,
|
|
21966
22338
|
}
|
|
21967
22339
|
|
|
22340
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
22341
|
+
enum physicalAddressType {
|
|
22342
|
+
`unknown`: 0,
|
|
22343
|
+
home: 1,
|
|
22344
|
+
business: 2,
|
|
22345
|
+
other: 3,
|
|
22346
|
+
}
|
|
22347
|
+
|
|
21968
22348
|
enum plannerContainerType {
|
|
21969
22349
|
group: 1,
|
|
21970
22350
|
unknownFutureValue: 2,
|
|
@@ -22784,6 +23164,14 @@ namespace reference.`microsoft.graph` {
|
|
|
22784
23164
|
externalNonPartner: 8,
|
|
22785
23165
|
}
|
|
22786
23166
|
|
|
23167
|
+
enum recordingStatus {
|
|
23168
|
+
`unknown`: 0,
|
|
23169
|
+
notRecording: 1,
|
|
23170
|
+
recording: 2,
|
|
23171
|
+
failed: 3,
|
|
23172
|
+
unknownFutureValue: 4,
|
|
23173
|
+
}
|
|
23174
|
+
|
|
22787
23175
|
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
22788
23176
|
enum recurrencePatternType {
|
|
22789
23177
|
daily: 0,
|
|
@@ -22801,6 +23189,13 @@ namespace reference.`microsoft.graph` {
|
|
|
22801
23189
|
numbered: 2,
|
|
22802
23190
|
}
|
|
22803
23191
|
|
|
23192
|
+
enum rejectReason {
|
|
23193
|
+
none: 0,
|
|
23194
|
+
busy: 1,
|
|
23195
|
+
forbidden: 2,
|
|
23196
|
+
unknownFutureValue: 3,
|
|
23197
|
+
}
|
|
23198
|
+
|
|
22804
23199
|
/**
|
|
22805
23200
|
* The current TeamViewer connector status
|
|
22806
23201
|
*/
|
|
@@ -22949,6 +23344,13 @@ namespace reference.`microsoft.graph` {
|
|
|
22949
23344
|
unknownFutureValue: 4,
|
|
22950
23345
|
}
|
|
22951
23346
|
|
|
23347
|
+
enum routingType {
|
|
23348
|
+
forwarded: 0,
|
|
23349
|
+
lookup: 1,
|
|
23350
|
+
selfFork: 2,
|
|
23351
|
+
unknownFutureValue: 3,
|
|
23352
|
+
}
|
|
23353
|
+
|
|
22952
23354
|
/**
|
|
22953
23355
|
* Indicates the type of execution context the app runs in.
|
|
22954
23356
|
*/
|
|
@@ -23016,6 +23418,12 @@ namespace reference.`microsoft.graph` {
|
|
|
23016
23418
|
Unary: 1,
|
|
23017
23419
|
}
|
|
23018
23420
|
|
|
23421
|
+
#suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
|
|
23422
|
+
enum screenSharingRole {
|
|
23423
|
+
viewer: 0,
|
|
23424
|
+
sharer: 1,
|
|
23425
|
+
}
|
|
23426
|
+
|
|
23019
23427
|
enum sectionEmphasisType {
|
|
23020
23428
|
none: 0,
|
|
23021
23429
|
neutral: 1,
|
|
@@ -23547,6 +23955,27 @@ namespace reference.`microsoft.graph` {
|
|
|
23547
23955
|
NPSExtension: 5,
|
|
23548
23956
|
}
|
|
23549
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
|
+
|
|
23550
23979
|
enum unifiedRoleManagementPolicyRuleTargetOperations {
|
|
23551
23980
|
all: 0,
|
|
23552
23981
|
activate: 1,
|