Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generated beta models and request builders #187

Closed
wants to merge 1 commit into from
Closed
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions packages/kiota-dom-export.txt
Original file line number Diff line number Diff line change
Expand Up @@ -224002,6 +224002,7 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.authentication.auth
github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.authentication.authenticationRequestBuilder::|public|patch(body:Authentication; requestConfiguration?:RequestConfiguration<object>):Authentication
github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.authentication.authenticationRequestBuilder::|public|phoneMethods:PhoneMethodsRequestBuilder
github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.authentication.authenticationRequestBuilder::|public|platformCredentialMethods:PlatformCredentialMethodsRequestBuilder
github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.authentication.authenticationRequestBuilder::|public|requirements:RequirementsRequestBuilder
github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.authentication.authenticationRequestBuilder::|public|signInPreferences:SignInPreferencesRequestBuilder
github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.authentication.authenticationRequestBuilder::|public|softwareOathMethods:SoftwareOathMethodsRequestBuilder
github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.authentication.authenticationRequestBuilder::|public|temporaryAccessPassMethods:TemporaryAccessPassMethodsRequestBuilder
Expand Down Expand Up @@ -224408,6 +224409,16 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.authentication.plat
github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.authentication.platformCredentialMethods.platformCredentialMethodsRequestBuilderRequestsMetadata
github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.authentication.platformCredentialMethods.platformCredentialMethodsRequestBuilderUriTemplate
github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.authentication.platformCredentialMethods.platformCredentialMethodsRequestBuilder~~>BaseRequestBuilder<PlatformCredentialMethodsRequestBuilder>
github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.authentication.requirements.requirementsRequestBuilder::|public|get(requestConfiguration?:RequestConfiguration<RequirementsRequestBuilderGetQueryParameters>):StrongAuthenticationRequirements
github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.authentication.requirements.requirementsRequestBuilder::|public|patch(body:StrongAuthenticationRequirements; requestConfiguration?:RequestConfiguration<object>):StrongAuthenticationRequirements
github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.authentication.requirements.requirementsRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:RequestConfiguration<RequirementsRequestBuilderGetQueryParameters>):RequestInformation
github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.authentication.requirements.requirementsRequestBuilder::|public|toPatchRequestInformation(body:StrongAuthenticationRequirements; requestConfiguration?:RequestConfiguration<object>):RequestInformation
github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.authentication.requirements.requirementsRequestBuilderGetQueryParameters::|public|expand:string[]
github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.authentication.requirements.requirementsRequestBuilderGetQueryParameters::|public|select:string[]
github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.authentication.requirements.requirementsRequestBuilderGetQueryParametersMapper
github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.authentication.requirements.requirementsRequestBuilderRequestsMetadata
github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.authentication.requirements.requirementsRequestBuilderUriTemplate
github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.authentication.requirements.requirementsRequestBuilder~~>BaseRequestBuilder<RequirementsRequestBuilder>
github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.authentication.signInPreferences.signInPreferencesRequestBuilder::|public|get(requestConfiguration?:RequestConfiguration<SignInPreferencesRequestBuilderGetQueryParameters>):SignInPreferences
github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.authentication.signInPreferences.signInPreferencesRequestBuilder::|public|patch(body:SignInPreferences; requestConfiguration?:RequestConfiguration<object>):SignInPreferences
github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.authentication.signInPreferences.signInPreferencesRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:RequestConfiguration<SignInPreferencesRequestBuilderGetQueryParameters>):RequestInformation
Expand Down
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": "2DB6F3D3DEBE84E9231287BB7871C6ADCE1B20935B87EFBBB71BE8E41B780F9CF3D9F9BB7D511DF554AB67EF407ACC7788E562ACA2AD91AD408B45EED2449F15",
"descriptionHash": "E9B4D99F7F04C37351D6998A39FB603B4313CB188071A6D1D79089746CBDC236FBB43E24A0D2F1A5332B5160FF8CD8C3198A0F18B7AD4A26F85FCF40273CD69A",
"descriptionLocation": "../../msgraph-metadata/clean_beta_openapi/openapi.yaml",
"lockFileVersion": "1.0.0",
"kiotaVersion": "1.20.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@ import { type BaseRequestBuilder, type Parsable, type ParsableFactory, type Requ
*/
export interface ResourceConnectionItemRequestBuilder extends BaseRequestBuilder<ResourceConnectionItemRequestBuilder> {
/**
* Delete an operationalInsightsConnection object.
* Delete a resourceConnection 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-operationalinsightsconnection-delete?view=graph-rest-beta|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/windowsupdates-resourceconnection-delete?view=graph-rest-beta|Find more info here}
*/
delete(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<void>;
/**
* Read the properties and relationships of a resourceConnection object.
* Read the properties and relationships of an operationalInsightsConnection object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @returns {Promise<ResourceConnection>}
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
* @see {@link https://learn.microsoft.com/graph/api/windowsupdates-resourceconnection-get?view=graph-rest-beta|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/windowsupdates-operationalinsightsconnection-get?view=graph-rest-beta|Find more info here}
*/
get(requestConfiguration?: RequestConfiguration<ResourceConnectionItemRequestBuilderGetQueryParameters> | undefined) : Promise<ResourceConnection | undefined>;
/**
Expand All @@ -36,13 +36,13 @@ export interface ResourceConnectionItemRequestBuilder extends BaseRequestBuilder
*/
patch(body: ResourceConnection, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<ResourceConnection | undefined>;
/**
* Delete an operationalInsightsConnection object.
* Delete a resourceConnection 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 and relationships of a resourceConnection object.
* Read the properties and relationships of an operationalInsightsConnection object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @returns {RequestInformation}
*/
Expand All @@ -56,7 +56,7 @@ export interface ResourceConnectionItemRequestBuilder extends BaseRequestBuilder
toPatchRequestInformation(body: ResourceConnection, requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;
}
/**
* Read the properties and relationships of a resourceConnection object.
* Read the properties and relationships of an operationalInsightsConnection object.
*/
export interface ResourceConnectionItemRequestBuilderGetQueryParameters {
/**
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 updatableAsset object.
* Delete an updatableAssetGroup object. When an updatableAssetGroup object, its member updatableAsset objects are not deleted.
* @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-updatableasset-delete?view=graph-rest-beta|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-delete?view=graph-rest-beta|Find more info here}
*/
delete(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<void>;
/**
* Read the properties and relationships of an updatableAsset 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-updatableasset-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 updatableAsset object.
* Delete an updatableAssetGroup object. When an updatableAssetGroup object, its member updatableAsset objects are not deleted.
* @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 and relationships of an updatableAsset 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 and relationships of an updatableAsset 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,20 +26,20 @@ export interface ComplianceChangeItemRequestBuilder extends BaseRequestBuilder<C
*/
delete(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<void>;
/**
* Read the properties and relationships of a contentApproval object.
* Read the properties and relationships of a complianceChange 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-contentapproval-get?view=graph-rest-beta|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/windowsupdates-compliancechange-get?view=graph-rest-beta|Find more info here}
*/
get(requestConfiguration?: RequestConfiguration<ComplianceChangeItemRequestBuilderGetQueryParameters> | undefined) : Promise<ComplianceChange | undefined>;
/**
* Update the properties of a contentApproval object.
* Update the properties of a complianceChange object.
* @param body The request body
* @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-contentapproval-update?view=graph-rest-beta|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/windowsupdates-compliancechange-update?view=graph-rest-beta|Find more info here}
*/
patch(body: ComplianceChange, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<ComplianceChange | undefined>;
/**
Expand All @@ -49,21 +49,21 @@ export interface ComplianceChangeItemRequestBuilder extends BaseRequestBuilder<C
*/
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;
/**
* Read the properties and relationships of a contentApproval object.
* Read the properties and relationships of a complianceChange object.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @returns {RequestInformation}
*/
toGetRequestInformation(requestConfiguration?: RequestConfiguration<ComplianceChangeItemRequestBuilderGetQueryParameters> | undefined) : RequestInformation;
/**
* Update the properties of a contentApproval object.
* Update the properties of a complianceChange object.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @returns {RequestInformation}
*/
toPatchRequestInformation(body: ComplianceChange, requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;
}
/**
* Read the properties and relationships of a contentApproval object.
* Read the properties and relationships of a complianceChange object.
*/
export interface ComplianceChangeItemRequestBuilderGetQueryParameters {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,16 @@ export interface InvitePostRequestBody extends AdditionalDataHolder, BackedModel
*/
export interface InviteRequestBuilder extends BaseRequestBuilder<InviteRequestBuilder> {
/**
* Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled.
* Invite participants to the active call. For more information about how to handle operations, see commsOperation.
* @param body The request body
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @returns {Promise<InviteParticipantsOperation>}
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
* @see {@link https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-beta|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/participant-invite?view=graph-rest-beta|Find more info here}
*/
post(body: InvitePostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<InviteParticipantsOperation | undefined>;
/**
* Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled.
* Invite participants to the active call. For more information about how to handle operations, see commsOperation.
* @param body The request body
* @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 @@ -41,21 +41,21 @@ export interface GetPstnCallsWithFromDateTimeWithToDateTimeGetResponse extends B
*/
export interface MicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeRequestBuilder extends BaseRequestBuilder<MicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeRequestBuilder> {
/**
* Get log of PSTN calls as a collection of pstnCallLogRow entries.
* Get a log of PSTN calls as a collection of pstnCallLogRow entries.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @returns {Promise<GetPstnCallsWithFromDateTimeWithToDateTimeGetResponse>}
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
*/
get(requestConfiguration?: RequestConfiguration<MicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeRequestBuilderGetQueryParameters> | undefined) : Promise<GetPstnCallsWithFromDateTimeWithToDateTimeGetResponse | undefined>;
/**
* Get log of PSTN calls as a collection of pstnCallLogRow entries.
* Get a log of PSTN calls as a collection of pstnCallLogRow entries.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @returns {RequestInformation}
*/
toGetRequestInformation(requestConfiguration?: RequestConfiguration<MicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeRequestBuilderGetQueryParameters> | undefined) : RequestInformation;
}
/**
* Get log of PSTN calls as a collection of pstnCallLogRow entries.
* Get a log of PSTN calls as a collection of pstnCallLogRow entries.
*/
export interface MicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeRequestBuilderGetQueryParameters {
/**
Expand Down
Loading