UNPKG

@microsoft/msgraph-beta-sdk-users

Version:
68 lines 2.79 kB
/* tslint:disable */ /* eslint-disable */ // Generated by Microsoft Kiota // @ts-ignore import { createAuthenticationMethodFromDiscriminatorValue, serializeAuthenticationMethod } from '@microsoft/msgraph-beta-sdk/models/index.js'; // @ts-ignore import { createODataErrorFromDiscriminatorValue } from '@microsoft/msgraph-beta-sdk/models/oDataErrors/index.js'; // @ts-ignore import { DisableSmsSignInRequestBuilderRequestsMetadata } from './disableSmsSignIn/index.js'; // @ts-ignore import { EnableSmsSignInRequestBuilderRequestsMetadata } from './enableSmsSignIn/index.js'; // @ts-ignore import { ResetPasswordRequestBuilderRequestsMetadata } from './resetPassword/index.js'; /** * Uri template for the request builder. */ export const AuthenticationMethodItemRequestBuilderUriTemplate = "{+baseurl}/users/{user%2Did}/authentication/methods/{authenticationMethod%2Did}{?%24expand,%24select}"; /** * Mapper for query parameters from symbol name to serialization name represented as a constant. */ const AuthenticationMethodItemRequestBuilderGetQueryParametersMapper = { "expand": "%24expand", "select": "%24select", }; /** * Metadata for all the navigation properties in the request builder. */ export const AuthenticationMethodItemRequestBuilderNavigationMetadata = { disableSmsSignIn: { requestsMetadata: DisableSmsSignInRequestBuilderRequestsMetadata, }, enableSmsSignIn: { requestsMetadata: EnableSmsSignInRequestBuilderRequestsMetadata, }, resetPassword: { requestsMetadata: ResetPasswordRequestBuilderRequestsMetadata, }, }; /** * Metadata for all the requests in the request builder. */ export const AuthenticationMethodItemRequestBuilderRequestsMetadata = { get: { uriTemplate: AuthenticationMethodItemRequestBuilderUriTemplate, responseBodyContentType: "application/json", errorMappings: { XXX: createODataErrorFromDiscriminatorValue, }, adapterMethodName: "send", responseBodyFactory: createAuthenticationMethodFromDiscriminatorValue, queryParametersMapper: AuthenticationMethodItemRequestBuilderGetQueryParametersMapper, }, patch: { uriTemplate: AuthenticationMethodItemRequestBuilderUriTemplate, responseBodyContentType: "application/json", errorMappings: { XXX: createODataErrorFromDiscriminatorValue, }, adapterMethodName: "send", responseBodyFactory: createAuthenticationMethodFromDiscriminatorValue, requestBodyContentType: "application/json", requestBodySerializer: serializeAuthenticationMethod, requestInformationContentSetMethod: "setContentFromParsable", }, }; /* tslint:enable */ /* eslint-enable */ //# sourceMappingURL=index.js.map