Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
457 changes: 226 additions & 231 deletions package-lock.json

Large diffs are not rendered by default.

4,009 changes: 3,812 additions & 197 deletions packages/kiota-dom-export.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/kiota-lock.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"descriptionHash": "8785BE53B2702BE442E5A1E39FE6534647D15F1FDAF6B926E2DD85DAED1792C00F4EAFFE2DEE3F4AD654D3C8163898E538C90CB6E9BEBCC3202DA171D3EC6AAA",
"descriptionHash": "F5E3DC0EFB22D17C794D6129DA7336D0C900C735A3EC41BBB79AACAA3CB4438ACCFF0FE1BAF0FAE8F890866DE6EE2F695FB332F227D81D90FE49245FF4EB68F6",
"descriptionLocation": "../../msgraph-metadata/clean_beta_openapi/openapi.yaml",
"lockFileVersion": "1.0.0",
"kiotaVersion": "1.24.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@microsoft/kiota-serialization-json": "^1.0.0-preview.39",
"@microsoft/kiota-serialization-multipart": "^1.0.0-preview.18",
"@microsoft/kiota-serialization-text": "^1.0.0-preview.36",
"guid-typescript": "^1.0.9",
"@microsoft/msgraph-beta-sdk": "^1.0.0-preview.38",
"tslib": "^2.6.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/msgraph-beta-sdk-accessReviews/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@microsoft/kiota-serialization-json": "^1.0.0-preview.39",
"@microsoft/kiota-serialization-multipart": "^1.0.0-preview.18",
"@microsoft/kiota-serialization-text": "^1.0.0-preview.36",
"guid-typescript": "^1.0.9",
"@microsoft/msgraph-beta-sdk": "^1.0.0-preview.38",
"tslib": "^2.6.2"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@microsoft/kiota-serialization-json": "^1.0.0-preview.39",
"@microsoft/kiota-serialization-multipart": "^1.0.0-preview.18",
"@microsoft/kiota-serialization-text": "^1.0.0-preview.36",
"guid-typescript": "^1.0.9",
"@microsoft/msgraph-beta-sdk": "^1.0.0-preview.38",
"tslib": "^2.6.2"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,18 @@ export interface UpdatableAssetItemRequestBuilder extends BaseRequestBuilder<Upd
*/
get microsoftGraphWindowsUpdatesRemoveMembersById(): MicrosoftGraphWindowsUpdatesRemoveMembersByIdRequestBuilder;
/**
* Delete an azureADDevice object. When a Microsoft Entra device is deleted, it is unregistered and automatically unenrolled from management for all update categories, as well as removed from every deploymentAudience and updatableAssetGroup.
* Delete an updatableAsset 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-azureaddevice-delete?view=graph-rest-beta|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/windowsupdates-updatableasset-delete?view=graph-rest-beta|Find more info here}
*/
delete(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<void>;
/**
* 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<UpdatableAsset>}
* @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<UpdatableAssetItemRequestBuilderGetQueryParameters> | undefined) : Promise<UpdatableAsset | undefined>;
/**
Expand All @@ -60,13 +60,13 @@ export interface UpdatableAssetItemRequestBuilder extends BaseRequestBuilder<Upd
*/
patch(body: UpdatableAsset, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<UpdatableAsset | undefined>;
/**
* Delete an azureADDevice object. When a Microsoft Entra device is deleted, it is unregistered and automatically unenrolled from management for all update categories, as well as removed from every deploymentAudience and updatableAssetGroup.
* Delete an updatableAsset object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @returns {RequestInformation}
*/
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | 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}
*/
Expand All @@ -80,7 +80,7 @@ export interface UpdatableAssetItemRequestBuilder extends BaseRequestBuilder<Upd
toPatchRequestInformation(body: UpdatableAsset, requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;
}
/**
* Read the properties of an azureADDevice object.
* Read the properties and relationships of an updatableAssetGroup object.
*/
export interface UpdatableAssetItemRequestBuilderGetQueryParameters {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ export interface ComplianceChangeItemRequestBuilder extends BaseRequestBuilder<C
*/
delete(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<void>;
/**
* Read the properties and relationships of a complianceChange object.
* Read the properties and relationships of a contentApproval object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @returns {Promise<ComplianceChange>}
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
* @see {@link https://learn.microsoft.com/graph/api/windowsupdates-compliancechange-get?view=graph-rest-beta|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/windowsupdates-contentapproval-get?view=graph-rest-beta|Find more info here}
*/
get(requestConfiguration?: RequestConfiguration<ComplianceChangeItemRequestBuilderGetQueryParameters> | undefined) : Promise<ComplianceChange | undefined>;
/**
Expand All @@ -49,7 +49,7 @@ export interface ComplianceChangeItemRequestBuilder extends BaseRequestBuilder<C
*/
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;
/**
* Read the properties and relationships of a complianceChange object.
* Read the properties and relationships of a contentApproval object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @returns {RequestInformation}
*/
Expand All @@ -63,7 +63,7 @@ export interface ComplianceChangeItemRequestBuilder extends BaseRequestBuilder<C
toPatchRequestInformation(body: ComplianceChange, requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;
}
/**
* Read the properties and relationships of a complianceChange object.
* Read the properties and relationships of a contentApproval object.
*/
export interface ComplianceChangeItemRequestBuilderGetQueryParameters {
/**
Expand Down
2 changes: 1 addition & 1 deletion packages/msgraph-beta-sdk-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@microsoft/kiota-serialization-json": "^1.0.0-preview.39",
"@microsoft/kiota-serialization-multipart": "^1.0.0-preview.18",
"@microsoft/kiota-serialization-text": "^1.0.0-preview.36",
"guid-typescript": "^1.0.9",
"@microsoft/msgraph-beta-sdk": "^1.0.0-preview.38",
"tslib": "^2.6.2"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@microsoft/kiota-serialization-json": "^1.0.0-preview.39",
"@microsoft/kiota-serialization-multipart": "^1.0.0-preview.18",
"@microsoft/kiota-serialization-text": "^1.0.0-preview.36",
"guid-typescript": "^1.0.9",
"@microsoft/msgraph-beta-sdk": "^1.0.0-preview.38",
"tslib": "^2.6.2"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@microsoft/kiota-serialization-json": "^1.0.0-preview.39",
"@microsoft/kiota-serialization-multipart": "^1.0.0-preview.18",
"@microsoft/kiota-serialization-text": "^1.0.0-preview.36",
"guid-typescript": "^1.0.9",
"@microsoft/msgraph-beta-sdk": "^1.0.0-preview.38",
"tslib": "^2.6.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/msgraph-beta-sdk-agreements/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@microsoft/kiota-serialization-json": "^1.0.0-preview.39",
"@microsoft/kiota-serialization-multipart": "^1.0.0-preview.18",
"@microsoft/kiota-serialization-text": "^1.0.0-preview.36",
"guid-typescript": "^1.0.9",
"@microsoft/msgraph-beta-sdk": "^1.0.0-preview.38",
"tslib": "^2.6.2"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@microsoft/kiota-serialization-json": "^1.0.0-preview.39",
"@microsoft/kiota-serialization-multipart": "^1.0.0-preview.18",
"@microsoft/kiota-serialization-text": "^1.0.0-preview.36",
"guid-typescript": "^1.0.9",
"@microsoft/msgraph-beta-sdk": "^1.0.0-preview.38",
"tslib": "^2.6.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/msgraph-beta-sdk-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@microsoft/kiota-serialization-json": "^1.0.0-preview.39",
"@microsoft/kiota-serialization-multipart": "^1.0.0-preview.18",
"@microsoft/kiota-serialization-text": "^1.0.0-preview.36",
"guid-typescript": "^1.0.9",
"@microsoft/msgraph-beta-sdk": "^1.0.0-preview.38",
"tslib": "^2.6.2"
},
"devDependencies": {
Expand Down
1 change: 0 additions & 1 deletion packages/msgraph-beta-sdk-appCatalogs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"@microsoft/kiota-serialization-multipart": "^1.0.0-preview.18",
"@microsoft/kiota-serialization-text": "^1.0.0-preview.36",
"@microsoft/msgraph-beta-sdk": "^1.0.0-preview.27",
"guid-typescript": "^1.0.9",
"tslib": "^2.6.2"
},
"devDependencies": {
Expand Down
4 changes: 0 additions & 4 deletions packages/msgraph-beta-sdk-appRoleAssignments/.gitignore

This file was deleted.

12 changes: 0 additions & 12 deletions packages/msgraph-beta-sdk-appRoleAssignments/.npmignore

This file was deleted.

11 changes: 0 additions & 11 deletions packages/msgraph-beta-sdk-appRoleAssignments/README.md

This file was deleted.

This file was deleted.

Loading