Skip to content
Open
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
  •  
  •  
  •  
2,005 changes: 2,005 additions & 0 deletions packages/kiota-dom-export.txt

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/kiota-lock.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"descriptionHash": "48D4568E795524402BA925BE4278BDF4BE0E64BE4060901024C3C949958FDD2992656314200D8B82B6E6406BD2E032C187F3FA9E0C48D513C527F1942ABA66F1",
"descriptionHash": "81A3F2CEF8AD7E8B0DC8DAF4A7C4E07672D69D094EE849AE7B05813CD52A6CC56906953EBF167E4C25F51F229DD26B6D5ABF233FB4DAF3FBD152C61389DBF10A",
"descriptionLocation": "../../msgraph-metadata/clean_v10_openapi/openapi.yaml",
"lockFileVersion": "1.0.0",
"kiotaVersion": "1.31.1",
"kiotaVersion": "1.32.4",
"clientClassName": "GraphBaseServiceClient",
"typeAccessModifier": "Public",
"clientNamespaceName": "github.com/microsoftgraph/msgraph-sdk-typescript/",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export function createExportItemsPostResponseFromDiscriminatorValue(parseNode: P
export function deserializeIntoExportItemsPostRequestBody(exportItemsPostRequestBody: Partial<ExportItemsPostRequestBody> | undefined = {}) : Record<string, (node: ParseNode) => void> {
return {
"backingStoreEnabled": n => { exportItemsPostRequestBody.backingStoreEnabled = true; },
"ItemIds": n => { exportItemsPostRequestBody.itemIds = n.getCollectionOfPrimitiveValues<string>(); },
"ItemIds": n => { exportItemsPostRequestBody.itemIds = n.getCollectionOfPrimitiveValues<string>("string"); },
}
}
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ import { type BaseRequestBuilder, type Parsable, type ParsableFactory, type Requ
*/
export interface IncidentReportRequestBuilder extends BaseRequestBuilder<IncidentReportRequestBuilder> {
/**
* Provide the Post-Incident Review (PIR) document of a specified service issue for tenant. An issue only with status of PostIncidentReviewPublished indicates that the PIR document exists for the issue. The operation returns an error if the specified issue doesn't exist for the tenant or if PIR document does not exist for the issue.
* Provide the Post-Incident Review (PIR) document of a specified service issue for tenant. An issue only with status of PostIncidentReviewPublished indicates that the PIR document exists for the issue. The operation returns an error if the specified issue doesn't exist for the tenant or if PIR document doesn't exist for the issue.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @returns {Promise<ArrayBuffer>}
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
* @see {@link https://learn.microsoft.com/graph/api/servicehealthissue-incidentreport?view=graph-rest-1.0|Find more info here}
*/
get(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<ArrayBuffer | undefined>;
/**
* Provide the Post-Incident Review (PIR) document of a specified service issue for tenant. An issue only with status of PostIncidentReviewPublished indicates that the PIR document exists for the issue. The operation returns an error if the specified issue doesn't exist for the tenant or if PIR document does not exist for the issue.
* Provide the Post-Incident Review (PIR) document of a specified service issue for tenant. An issue only with status of PostIncidentReviewPublished indicates that the PIR document exists for the issue. The operation returns an error if the specified issue doesn't exist for the tenant or if PIR document doesn't exist for the issue.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @returns {RequestInformation}
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ import { type BaseRequestBuilder, type Parsable, type ParsableFactory, type Requ
*/
export interface IncidentReportRequestBuilder extends BaseRequestBuilder<IncidentReportRequestBuilder> {
/**
* Provide the Post-Incident Review (PIR) document of a specified service issue for tenant. An issue only with status of PostIncidentReviewPublished indicates that the PIR document exists for the issue. The operation returns an error if the specified issue doesn't exist for the tenant or if PIR document does not exist for the issue.
* Provide the Post-Incident Review (PIR) document of a specified service issue for tenant. An issue only with status of PostIncidentReviewPublished indicates that the PIR document exists for the issue. The operation returns an error if the specified issue doesn't exist for the tenant or if PIR document doesn't exist for the issue.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @returns {Promise<ArrayBuffer>}
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
* @see {@link https://learn.microsoft.com/graph/api/servicehealthissue-incidentreport?view=graph-rest-1.0|Find more info here}
*/
get(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<ArrayBuffer | undefined>;
/**
* Provide the Post-Incident Review (PIR) document of a specified service issue for tenant. An issue only with status of PostIncidentReviewPublished indicates that the PIR document exists for the issue. The operation returns an error if the specified issue doesn't exist for the tenant or if PIR document does not exist for the issue.
* Provide the Post-Incident Review (PIR) document of a specified service issue for tenant. An issue only with status of PostIncidentReviewPublished indicates that the PIR document exists for the issue. The operation returns an error if the specified issue doesn't exist for the tenant or if PIR document doesn't exist for the issue.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @returns {RequestInformation}
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export interface ServiceHealthIssueItemRequestBuilder extends BaseRequestBuilder
*/
delete(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<void>;
/**
* Retrieve the properties and relationships of a serviceHealthIssue object. This operation retrieves a specified service health issue for tenant. The operation returns an error if the issue does not exist for the tenant.
* Retrieve the properties and relationships of a serviceHealthIssue object. This operation retrieves a specified service health issue for tenant. The operation returns an error if the issue doesn't exist for the tenant.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @returns {Promise<ServiceHealthIssue>}
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
Expand All @@ -47,7 +47,7 @@ export interface ServiceHealthIssueItemRequestBuilder extends BaseRequestBuilder
*/
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;
/**
* Retrieve the properties and relationships of a serviceHealthIssue object. This operation retrieves a specified service health issue for tenant. The operation returns an error if the issue does not exist for the tenant.
* Retrieve the properties and relationships of a serviceHealthIssue object. This operation retrieves a specified service health issue for tenant. The operation returns an error if the issue doesn't exist for the tenant.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @returns {RequestInformation}
*/
Expand All @@ -61,7 +61,7 @@ export interface ServiceHealthIssueItemRequestBuilder extends BaseRequestBuilder
toPatchRequestInformation(body: ServiceHealthIssue, requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;
}
/**
* Retrieve the properties and relationships of a serviceHealthIssue object. This operation retrieves a specified service health issue for tenant. The operation returns an error if the issue does not exist for the tenant.
* Retrieve the properties and relationships of a serviceHealthIssue object. This operation retrieves a specified service health issue for tenant. The operation returns an error if the issue doesn't exist for the tenant.
*/
export interface ServiceHealthIssueItemRequestBuilderGetQueryParameters {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export function createArchivePostResponseFromDiscriminatorValue(parseNode: Parse
export function deserializeIntoArchivePostRequestBody(archivePostRequestBody: Partial<ArchivePostRequestBody> | undefined = {}) : Record<string, (node: ParseNode) => void> {
return {
"backingStoreEnabled": n => { archivePostRequestBody.backingStoreEnabled = true; },
"messageIds": n => { archivePostRequestBody.messageIds = n.getCollectionOfPrimitiveValues<string>(); },
"messageIds": n => { archivePostRequestBody.messageIds = n.getCollectionOfPrimitiveValues<string>("string"); },
}
}
/**
Expand All @@ -86,7 +86,7 @@ export function deserializeIntoArchivePostRequestBody(archivePostRequestBody: Pa
export function deserializeIntoArchivePostResponse(archivePostResponse: Partial<ArchivePostResponse> | undefined = {}) : Record<string, (node: ParseNode) => void> {
return {
"backingStoreEnabled": n => { archivePostResponse.backingStoreEnabled = true; },
"value": n => { archivePostResponse.value = n.getBooleanValue(); },
"value": n => { archivePostResponse.value = n.getBooleanValue() ?? false; },
}
}
/**
Expand All @@ -110,7 +110,7 @@ export function serializeArchivePostRequestBody(writer: SerializationWriter, arc
// @ts-ignore
export function serializeArchivePostResponse(writer: SerializationWriter, archivePostResponse: Partial<ArchivePostResponse> | undefined | null = {}, isSerializingDerivedType: boolean = false) : void {
if (!archivePostResponse || isSerializingDerivedType) { return; }
writer.writeBooleanValue("value", archivePostResponse.value);
writer.writeBooleanValue("value", archivePostResponse.value ?? false);
writer.writeAdditionalData(archivePostResponse.additionalData);
}
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export function createFavoritePostResponseFromDiscriminatorValue(parseNode: Pars
export function deserializeIntoFavoritePostRequestBody(favoritePostRequestBody: Partial<FavoritePostRequestBody> | undefined = {}) : Record<string, (node: ParseNode) => void> {
return {
"backingStoreEnabled": n => { favoritePostRequestBody.backingStoreEnabled = true; },
"messageIds": n => { favoritePostRequestBody.messageIds = n.getCollectionOfPrimitiveValues<string>(); },
"messageIds": n => { favoritePostRequestBody.messageIds = n.getCollectionOfPrimitiveValues<string>("string"); },
}
}
/**
Expand All @@ -45,7 +45,7 @@ export function deserializeIntoFavoritePostRequestBody(favoritePostRequestBody:
export function deserializeIntoFavoritePostResponse(favoritePostResponse: Partial<FavoritePostResponse> | undefined = {}) : Record<string, (node: ParseNode) => void> {
return {
"backingStoreEnabled": n => { favoritePostResponse.backingStoreEnabled = true; },
"value": n => { favoritePostResponse.value = n.getBooleanValue(); },
"value": n => { favoritePostResponse.value = n.getBooleanValue() ?? false; },
}
}
export interface FavoritePostRequestBody extends AdditionalDataHolder, BackedModel, Parsable {
Expand Down Expand Up @@ -110,7 +110,7 @@ export function serializeFavoritePostRequestBody(writer: SerializationWriter, fa
// @ts-ignore
export function serializeFavoritePostResponse(writer: SerializationWriter, favoritePostResponse: Partial<FavoritePostResponse> | undefined | null = {}, isSerializingDerivedType: boolean = false) : void {
if (!favoritePostResponse || isSerializingDerivedType) { return; }
writer.writeBooleanValue("value", favoritePostResponse.value);
writer.writeBooleanValue("value", favoritePostResponse.value ?? false);
writer.writeAdditionalData(favoritePostResponse.additionalData);
}
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export interface ServiceUpdateMessageItemRequestBuilder extends BaseRequestBuild
*/
delete(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<void>;
/**
* Retrieve the properties and relationships of a serviceUpdateMessage object. This operation retrieves a specified service update message for the tenant. The operation returns an error if the message does not exist for the tenant.
* Retrieve the properties and relationships of a serviceUpdateMessage object. This operation retrieves a specified service update message for the tenant. The operation returns an error if the message doesn't exist for the tenant.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @returns {Promise<ServiceUpdateMessage>}
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
Expand All @@ -53,7 +53,7 @@ export interface ServiceUpdateMessageItemRequestBuilder extends BaseRequestBuild
*/
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;
/**
* Retrieve the properties and relationships of a serviceUpdateMessage object. This operation retrieves a specified service update message for the tenant. The operation returns an error if the message does not exist for the tenant.
* Retrieve the properties and relationships of a serviceUpdateMessage object. This operation retrieves a specified service update message for the tenant. The operation returns an error if the message doesn't exist for the tenant.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @returns {RequestInformation}
*/
Expand All @@ -67,7 +67,7 @@ export interface ServiceUpdateMessageItemRequestBuilder extends BaseRequestBuild
toPatchRequestInformation(body: ServiceUpdateMessage, requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;
}
/**
* Retrieve the properties and relationships of a serviceUpdateMessage object. This operation retrieves a specified service update message for the tenant. The operation returns an error if the message does not exist for the tenant.
* Retrieve the properties and relationships of a serviceUpdateMessage object. This operation retrieves a specified service update message for the tenant. The operation returns an error if the message doesn't exist for the tenant.
*/
export interface ServiceUpdateMessageItemRequestBuilderGetQueryParameters {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export function createMarkReadPostResponseFromDiscriminatorValue(parseNode: Pars
export function deserializeIntoMarkReadPostRequestBody(markReadPostRequestBody: Partial<MarkReadPostRequestBody> | undefined = {}) : Record<string, (node: ParseNode) => void> {
return {
"backingStoreEnabled": n => { markReadPostRequestBody.backingStoreEnabled = true; },
"messageIds": n => { markReadPostRequestBody.messageIds = n.getCollectionOfPrimitiveValues<string>(); },
"messageIds": n => { markReadPostRequestBody.messageIds = n.getCollectionOfPrimitiveValues<string>("string"); },
}
}
/**
Expand All @@ -45,7 +45,7 @@ export function deserializeIntoMarkReadPostRequestBody(markReadPostRequestBody:
export function deserializeIntoMarkReadPostResponse(markReadPostResponse: Partial<MarkReadPostResponse> | undefined = {}) : Record<string, (node: ParseNode) => void> {
return {
"backingStoreEnabled": n => { markReadPostResponse.backingStoreEnabled = true; },
"value": n => { markReadPostResponse.value = n.getBooleanValue(); },
"value": n => { markReadPostResponse.value = n.getBooleanValue() ?? false; },
}
}
export interface MarkReadPostRequestBody extends AdditionalDataHolder, BackedModel, Parsable {
Expand Down Expand Up @@ -110,7 +110,7 @@ export function serializeMarkReadPostRequestBody(writer: SerializationWriter, ma
// @ts-ignore
export function serializeMarkReadPostResponse(writer: SerializationWriter, markReadPostResponse: Partial<MarkReadPostResponse> | undefined | null = {}, isSerializingDerivedType: boolean = false) : void {
if (!markReadPostResponse || isSerializingDerivedType) { return; }
writer.writeBooleanValue("value", markReadPostResponse.value);
writer.writeBooleanValue("value", markReadPostResponse.value ?? false);
writer.writeAdditionalData(markReadPostResponse.additionalData);
}
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export function createMarkUnreadPostResponseFromDiscriminatorValue(parseNode: Pa
export function deserializeIntoMarkUnreadPostRequestBody(markUnreadPostRequestBody: Partial<MarkUnreadPostRequestBody> | undefined = {}) : Record<string, (node: ParseNode) => void> {
return {
"backingStoreEnabled": n => { markUnreadPostRequestBody.backingStoreEnabled = true; },
"messageIds": n => { markUnreadPostRequestBody.messageIds = n.getCollectionOfPrimitiveValues<string>(); },
"messageIds": n => { markUnreadPostRequestBody.messageIds = n.getCollectionOfPrimitiveValues<string>("string"); },
}
}
/**
Expand All @@ -45,7 +45,7 @@ export function deserializeIntoMarkUnreadPostRequestBody(markUnreadPostRequestBo
export function deserializeIntoMarkUnreadPostResponse(markUnreadPostResponse: Partial<MarkUnreadPostResponse> | undefined = {}) : Record<string, (node: ParseNode) => void> {
return {
"backingStoreEnabled": n => { markUnreadPostResponse.backingStoreEnabled = true; },
"value": n => { markUnreadPostResponse.value = n.getBooleanValue(); },
"value": n => { markUnreadPostResponse.value = n.getBooleanValue() ?? false; },
}
}
export interface MarkUnreadPostRequestBody extends AdditionalDataHolder, BackedModel, Parsable {
Expand Down Expand Up @@ -110,7 +110,7 @@ export function serializeMarkUnreadPostRequestBody(writer: SerializationWriter,
// @ts-ignore
export function serializeMarkUnreadPostResponse(writer: SerializationWriter, markUnreadPostResponse: Partial<MarkUnreadPostResponse> | undefined | null = {}, isSerializingDerivedType: boolean = false) : void {
if (!markUnreadPostResponse || isSerializingDerivedType) { return; }
writer.writeBooleanValue("value", markUnreadPostResponse.value);
writer.writeBooleanValue("value", markUnreadPostResponse.value ?? false);
writer.writeAdditionalData(markUnreadPostResponse.additionalData);
}
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export function createUnarchivePostResponseFromDiscriminatorValue(parseNode: Par
export function deserializeIntoUnarchivePostRequestBody(unarchivePostRequestBody: Partial<UnarchivePostRequestBody> | undefined = {}) : Record<string, (node: ParseNode) => void> {
return {
"backingStoreEnabled": n => { unarchivePostRequestBody.backingStoreEnabled = true; },
"messageIds": n => { unarchivePostRequestBody.messageIds = n.getCollectionOfPrimitiveValues<string>(); },
"messageIds": n => { unarchivePostRequestBody.messageIds = n.getCollectionOfPrimitiveValues<string>("string"); },
}
}
/**
Expand All @@ -45,7 +45,7 @@ export function deserializeIntoUnarchivePostRequestBody(unarchivePostRequestBody
export function deserializeIntoUnarchivePostResponse(unarchivePostResponse: Partial<UnarchivePostResponse> | undefined = {}) : Record<string, (node: ParseNode) => void> {
return {
"backingStoreEnabled": n => { unarchivePostResponse.backingStoreEnabled = true; },
"value": n => { unarchivePostResponse.value = n.getBooleanValue(); },
"value": n => { unarchivePostResponse.value = n.getBooleanValue() ?? false; },
}
}
/**
Expand All @@ -69,7 +69,7 @@ export function serializeUnarchivePostRequestBody(writer: SerializationWriter, u
// @ts-ignore
export function serializeUnarchivePostResponse(writer: SerializationWriter, unarchivePostResponse: Partial<UnarchivePostResponse> | undefined | null = {}, isSerializingDerivedType: boolean = false) : void {
if (!unarchivePostResponse || isSerializingDerivedType) { return; }
writer.writeBooleanValue("value", unarchivePostResponse.value);
writer.writeBooleanValue("value", unarchivePostResponse.value ?? false);
writer.writeAdditionalData(unarchivePostResponse.additionalData);
}
export interface UnarchivePostRequestBody extends AdditionalDataHolder, BackedModel, Parsable {
Expand Down
Loading
Loading