@microsoft/typespec-msgraph-reference 1.0.9 → 1.0.10

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.
@@ -8,7 +8,7 @@ scalar binary; //TODO: Enables support for Edm.Binary
8
8
 
9
9
 
10
10
  @privatePreviewDefinition("MicrosofEntitlementManagementCustomextensions", "2023-03-01", "2023-12-31", "<theOwner>")
11
- @deprecatedDefinition("Tasks_And_Plans", "<ChangeLogCategory>", "2021-01-18", "2023-01-18", "Owner property is deprecated and will be removed in January 2023. Please use the container property instead.")
11
+ @deprecatedDefinition("Tasks_And_Plans", "<ChangeLogCategory>", "2025-03-26", "2026-03-26", "private preview elements are required to be marked as deprecated")
12
12
  // Metadata item DeprecatedDefinition_Tasks_And_Plans was already defined with a different value.
13
13
  @privatePreviewDefinition("photoEditPolicy", "2024-02-16", "2025-02-16", "<theOwner>")
14
14
  @deprecatedDefinition("SynchronizationSecret_Deprecation", "<ChangeLogCategory>", "2026-02-06", "2027-07-06", "Use connectivityParameters for oauth flows and scim endpoint connectivity. Use SynchronizationJobSettings for job-specific settings This property will be removed.")
@@ -968,6 +968,20 @@ namespace reference.`microsoft.graph` {
968
968
  messageBodyContentType: chatMessageBodyContentType | null;
969
969
  }
970
970
 
971
+ @complex model chatMessageCitation {
972
+ excerpt: string | null;
973
+ iconType: string | null;
974
+ id: int32 | null;
975
+ sensitivityLabel: chatMessageCitationSensitivityLabel | null;
976
+ title: string | null;
977
+ webUrl: string | null;
978
+ }
979
+
980
+ @complex model chatMessageCitationSensitivityLabel {
981
+ description: string | null;
982
+ displayName: string | null;
983
+ }
984
+
971
985
  @open
972
986
  @complex model chatMessageFromIdentitySet extends identitySet {
973
987
  }
@@ -1428,6 +1442,10 @@ namespace reference.`microsoft.graph` {
1428
1442
  targets: crossTenantAccessPolicyTarget[] | null;
1429
1443
  }
1430
1444
 
1445
+ @complex model crossTenantGroupSyncInbound {
1446
+ isSyncAllowed: boolean;
1447
+ }
1448
+
1431
1449
  @complex model crossTenantUserSyncInbound {
1432
1450
  isSyncAllowed: boolean | null;
1433
1451
  }
@@ -3062,8 +3080,26 @@ namespace reference.`microsoft.graph` {
3062
3080
  internalUrl: string | null;
3063
3081
  }
3064
3082
 
3083
+ @complex model onPremisesCurrentExportData {
3084
+ clientMachineName: string | null;
3085
+ pendingObjectsAddition: int32 | null;
3086
+ pendingObjectsDeletion: int32 | null;
3087
+ pendingObjectsUpdate: int32 | null;
3088
+ serviceAccount: string | null;
3089
+ successfulLinksProvisioningCount: int64 | null;
3090
+ successfulObjectsProvisioningCount: int32 | null;
3091
+ totalConnectorSpaceObjects: int32 | null;
3092
+ }
3093
+
3065
3094
  @complex model onPremisesDirectorySynchronizationConfiguration {
3066
3095
  accidentalDeletionPrevention: onPremisesAccidentalDeletionPrevention | null;
3096
+ anchorAttribute: string | null;
3097
+ applicationId: string | null;
3098
+ currentExportData: onPremisesCurrentExportData | null;
3099
+ customerRequestedSynchronizationInterval: duration | null;
3100
+ synchronizationClientVersion: string | null;
3101
+ synchronizationInterval: duration | null;
3102
+ writebackConfiguration: onPremisesWritebackConfiguration | null;
3067
3103
  }
3068
3104
 
3069
3105
  @complex model onPremisesDirectorySynchronizationFeature {
@@ -3150,6 +3186,11 @@ namespace reference.`microsoft.graph` {
3150
3186
  singleSignOnMode: singleSignOnMode | null;
3151
3187
  }
3152
3188
 
3189
+ @complex model onPremisesWritebackConfiguration {
3190
+ unifiedGroupContainer: string | null;
3191
+ userContainer: string | null;
3192
+ }
3193
+
3153
3194
  @complex model onTokenIssuanceStartCustomExtensionHandler extends onTokenIssuanceStartHandler {
3154
3195
  configuration: customExtensionOverwriteConfiguration | null;
3155
3196
  @references customExtension: onTokenIssuanceStartCustomExtension | null;
@@ -4667,6 +4708,10 @@ namespace reference.`microsoft.graph` {
4667
4708
  upgradeAvailable: boolean | null;
4668
4709
  }
4669
4710
 
4711
+ @open
4712
+ @complex model stringDictionary extends Dictionary {
4713
+ }
4714
+
4670
4715
  @complex model stringKeyAttributeMappingSourceValuePair {
4671
4716
  key: string | null;
4672
4717
  value: attributeMappingSource | null;
@@ -6106,6 +6151,7 @@ namespace reference.`microsoft.graph` {
6106
6151
 
6107
6152
  @entity model admin extends MsGraph.SharedModels.entity {
6108
6153
  @contains cloudLicensing: reference.`microsoft.graph.cloudLicensing`.adminCloudLicensing | null;
6154
+ @contains entra: entra | null;
6109
6155
  @contains people: peopleAdminSettings | null;
6110
6156
  @contains serviceAnnouncement: serviceAnnouncement | null;
6111
6157
  @contains sharepoint: sharepoint | null;
@@ -6138,6 +6184,9 @@ namespace reference.`microsoft.graph` {
6138
6184
  @entity model agentIdentity extends servicePrincipal {
6139
6185
  agentIdentityBlueprintId: string;
6140
6186
  @computed createdDateTime: offsetDateTime | null;
6187
+ managerApplications: guid;
6188
+ @references inheritedAppRoleAssignments: appRoleAssignment[];
6189
+ @references inheritedOauth2PermissionGrants: oAuth2PermissionGrant[];
6141
6190
  @references sponsors: directoryObject[];
6142
6191
  }
6143
6192
 
@@ -6149,6 +6198,7 @@ namespace reference.`microsoft.graph` {
6149
6198
 
6150
6199
  @open
6151
6200
  @entity model agentIdentityBlueprintPrincipal extends servicePrincipal {
6201
+ managerApplications: guid;
6152
6202
  @references sponsors: directoryObject[];
6153
6203
  }
6154
6204
 
@@ -6826,11 +6876,13 @@ namespace reference.`microsoft.graph` {
6826
6876
  body: chatMessageBody;
6827
6877
  channelIdentity: channelIdentity | null;
6828
6878
  chatId: string | null;
6879
+ citations: chatMessageCitation[] | null;
6829
6880
  @computed createdDateTime: offsetDateTime | null;
6830
6881
  deletedDateTime: offsetDateTime | null;
6831
6882
  etag: string | null;
6832
6883
  eventDetail: eventMessageDetail | null;
6833
6884
  from: chatMessageFromIdentitySet | null;
6885
+ hasReplies: boolean;
6834
6886
  importance: chatMessageImportance;
6835
6887
  @computed lastEditedDateTime: offsetDateTime | null;
6836
6888
  @computed lastModifiedDateTime: offsetDateTime | null;
@@ -7180,6 +7232,7 @@ namespace reference.`microsoft.graph` {
7180
7232
 
7181
7233
  @entity model crossTenantIdentitySyncPolicyPartner extends MsGraph.SharedModels.entity {
7182
7234
  displayName: string | null;
7235
+ groupSyncInbound: crossTenantGroupSyncInbound | null;
7183
7236
  @computed @key tenantId: string;
7184
7237
  userSyncInbound: crossTenantUserSyncInbound | null;
7185
7238
  }
@@ -7612,6 +7665,9 @@ namespace reference.`microsoft.graph` {
7612
7665
  @computed @key id: string;
7613
7666
  }
7614
7667
 
7668
+ @entity model entra extends entity {
7669
+ }
7670
+
7615
7671
  @entity model evaluateLabelJobResponse extends jobResponseBase {
7616
7672
  result: evaluateLabelJobResultGroup | null;
7617
7673
  }
@@ -9121,6 +9177,9 @@ namespace reference.`microsoft.graph` {
9121
9177
 
9122
9178
  @entity model planner extends entity {
9123
9179
  @contains buckets: plannerBucket[];
9180
+
9181
+ @graphDeprecated("Tasks_And_Plans")
9182
+ @contains goals: plannerGoal[];
9124
9183
  @contains plans: plannerPlan[];
9125
9184
  @contains rosters: plannerRoster[];
9126
9185
  @contains tasks: plannerTask[];
@@ -9148,6 +9207,18 @@ namespace reference.`microsoft.graph` {
9148
9207
  @entity model plannerDelta extends entity {
9149
9208
  }
9150
9209
 
9210
+ @graphDeprecated("Tasks_And_Plans")
9211
+ @entity model plannerGoal extends plannerDelta {
9212
+ displayName: string;
9213
+ finishDate: offsetDateTime | null;
9214
+ notes: itemBody | null;
9215
+ planId: string;
9216
+ priority: int32 | null;
9217
+ startDate: offsetDateTime | null;
9218
+ status: plannerGoalStatus;
9219
+ @references tasks: plannerTask[];
9220
+ }
9221
+
9151
9222
  @entity model plannerGroup extends entity {
9152
9223
  @references plans: plannerPlan[];
9153
9224
  }
@@ -9168,6 +9239,9 @@ namespace reference.`microsoft.graph` {
9168
9239
  title: string;
9169
9240
  @references buckets: plannerBucket[];
9170
9241
  @contains details: plannerPlanDetails | null;
9242
+
9243
+ @graphDeprecated("Tasks_And_Plans")
9244
+ @references goals: plannerGoal[];
9171
9245
  @references tasks: plannerTask[];
9172
9246
  }
9173
9247
 
@@ -9208,6 +9282,9 @@ namespace reference.`microsoft.graph` {
9208
9282
  @computed createdDateTime: offsetDateTime | null;
9209
9283
  creationSource: plannerTaskCreation | null;
9210
9284
  dueDateTime: offsetDateTime | null;
9285
+
9286
+ @graphDeprecated("Tasks_And_Plans")
9287
+ goalIds: string[];
9211
9288
  hasChat: boolean;
9212
9289
  hasDescription: boolean | null;
9213
9290
  isArchived: boolean | null;
@@ -11433,6 +11510,10 @@ namespace reference.`microsoft.graph` {
11433
11510
  @contains installedApps: userScopeTeamsAppInstallation[];
11434
11511
  }
11435
11512
 
11513
+ @entity model uxSetting extends entity {
11514
+ restrictNonAdminAccess: nonAdminSetting;
11515
+ }
11516
+
11436
11517
  @entity model verticalSection extends entity {
11437
11518
  emphasis: sectionEmphasisType | null;
11438
11519
  @contains webparts: webPart[];
@@ -13551,6 +13632,12 @@ namespace reference.`microsoft.graph` {
13551
13632
  unknownFutureValue: 4,
13552
13633
  }
13553
13634
 
13635
+ enum nonAdminSetting {
13636
+ `false`: 0,
13637
+ `true`: 1,
13638
+ unknownFutureValue: 2,
13639
+ }
13640
+
13554
13641
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
13555
13642
  enum objectDefinitionMetadata {
13556
13643
  PropertyNameAccountEnabled: 0,
@@ -13844,6 +13931,15 @@ namespace reference.`microsoft.graph` {
13844
13931
  unknownFutureValue: 3,
13845
13932
  }
13846
13933
 
13934
+ enum plannerGoalStatus {
13935
+ notStarted: 0,
13936
+ onTrack: 1,
13937
+ behind: 2,
13938
+ atRisk: 3,
13939
+ closed: 4,
13940
+ unknownFutureValue: 5,
13941
+ }
13942
+
13847
13943
  enum plannerPlanAccessLevel {
13848
13944
  readAccess: 0,
13849
13945
  readWriteAccess: 1,
@@ -6067,6 +6067,7 @@ namespace reference.`microsoft.graph` {
6067
6067
  joinMeetingIdSettings: joinMeetingIdSettings | null;
6068
6068
  joinWebUrl: string | null;
6069
6069
  lobbyBypassSettings: lobbyBypassSettings | null;
6070
+ meetingType: onlineMeetingType | null;
6070
6071
  recordAutomatically: boolean | null;
6071
6072
  shareMeetingChatHistoryDefault: meetingChatHistoryDefaultMode | null;
6072
6073
  subject: string | null;
@@ -9564,6 +9565,15 @@ namespace reference.`microsoft.graph` {
9564
9565
  coorganizer: 4,
9565
9566
  }
9566
9567
 
9568
+ enum onlineMeetingType {
9569
+ adhoc: 0,
9570
+ scheduled: 1,
9571
+ recurring: 2,
9572
+ broadcast: 3,
9573
+ meetnow: 4,
9574
+ unknownFutureValue: 5,
9575
+ }
9576
+
9567
9577
  @graphFlags
9568
9578
  enum onlineMeetingVideoDisabledReason {
9569
9579
  watermarkProtection: 1,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/typespec-msgraph-reference",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "description": "Reference models for Microsoft Graph across multiple clouds",
5
5
  "main": "dist/index.js",
6
6
  "repository": {
@@ -73,7 +73,7 @@
73
73
  "dependencies": {
74
74
  "@typespec/compiler": "~1.14.0",
75
75
  "@typespec/http": "~1.14.0",
76
- "@microsoft/typespec-msgraph": "1.3.0"
76
+ "@microsoft/typespec-msgraph": "1.4.0"
77
77
  },
78
78
  "devDependencies": {
79
79
  "typescript": "~5.9.2"