@microsoft/msgraph-sdk-applications 1.0.0-preview.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.
- package/LICENSE +21 -0
- package/README.md +11 -0
- package/applications/count/index.d.ts +40 -0
- package/applications/count/index.d.ts.map +1 -0
- package/applications/count/index.js +35 -0
- package/applications/delta/index.d.ts +83 -0
- package/applications/delta/index.d.ts.map +1 -0
- package/applications/delta/index.js +67 -0
- package/applications/getAvailableExtensionProperties/index.d.ts +83 -0
- package/applications/getAvailableExtensionProperties/index.d.ts.map +1 -0
- package/applications/getAvailableExtensionProperties/index.js +86 -0
- package/applications/getByIds/index.d.ts +87 -0
- package/applications/getByIds/index.d.ts.map +1 -0
- package/applications/getByIds/index.js +88 -0
- package/applications/index.d.ts +117 -0
- package/applications/index.d.ts.map +1 -0
- package/applications/index.js +91 -0
- package/applications/item/addKey/index.d.ts +69 -0
- package/applications/item/addKey/index.d.ts.map +1 -0
- package/applications/item/addKey/index.js +64 -0
- package/applications/item/addPassword/index.d.ts +61 -0
- package/applications/item/addPassword/index.d.ts.map +1 -0
- package/applications/item/addPassword/index.js +60 -0
- package/applications/item/appManagementPolicies/count/index.d.ts +40 -0
- package/applications/item/appManagementPolicies/count/index.d.ts.map +1 -0
- package/applications/item/appManagementPolicies/count/index.js +35 -0
- package/applications/item/appManagementPolicies/index.d.ts +86 -0
- package/applications/item/appManagementPolicies/index.d.ts.map +1 -0
- package/applications/item/appManagementPolicies/index.js +63 -0
- package/applications/item/appManagementPolicies/item/index.d.ts +20 -0
- package/applications/item/appManagementPolicies/item/index.d.ts.map +1 -0
- package/applications/item/appManagementPolicies/item/index.js +22 -0
- package/applications/item/appManagementPolicies/item/ref/index.d.ts +36 -0
- package/applications/item/appManagementPolicies/item/ref/index.d.ts.map +1 -0
- package/applications/item/appManagementPolicies/item/ref/index.js +33 -0
- package/applications/item/appManagementPolicies/ref/index.d.ts +71 -0
- package/applications/item/appManagementPolicies/ref/index.d.ts.map +1 -0
- package/applications/item/appManagementPolicies/ref/index.js +51 -0
- package/applications/item/checkMemberGroups/index.d.ts +83 -0
- package/applications/item/checkMemberGroups/index.d.ts.map +1 -0
- package/applications/item/checkMemberGroups/index.js +86 -0
- package/applications/item/checkMemberObjects/index.d.ts +82 -0
- package/applications/item/checkMemberObjects/index.d.ts.map +1 -0
- package/applications/item/checkMemberObjects/index.js +86 -0
- package/applications/item/createdOnBehalfOf/index.d.ts +41 -0
- package/applications/item/createdOnBehalfOf/index.d.ts.map +1 -0
- package/applications/item/createdOnBehalfOf/index.js +36 -0
- package/applications/item/extensionProperties/count/index.d.ts +40 -0
- package/applications/item/extensionProperties/count/index.d.ts.map +1 -0
- package/applications/item/extensionProperties/count/index.js +35 -0
- package/applications/item/extensionProperties/index.d.ts +97 -0
- package/applications/item/extensionProperties/index.d.ts.map +1 -0
- package/applications/item/extensionProperties/index.js +70 -0
- package/applications/item/extensionProperties/item/index.d.ts +68 -0
- package/applications/item/extensionProperties/item/index.d.ts.map +1 -0
- package/applications/item/extensionProperties/item/index.js +56 -0
- package/applications/item/federatedIdentityCredentials/count/index.d.ts +40 -0
- package/applications/item/federatedIdentityCredentials/count/index.d.ts.map +1 -0
- package/applications/item/federatedIdentityCredentials/count/index.js +35 -0
- package/applications/item/federatedIdentityCredentials/index.d.ts +97 -0
- package/applications/item/federatedIdentityCredentials/index.d.ts.map +1 -0
- package/applications/item/federatedIdentityCredentials/index.js +70 -0
- package/applications/item/federatedIdentityCredentials/item/index.d.ts +69 -0
- package/applications/item/federatedIdentityCredentials/item/index.d.ts.map +1 -0
- package/applications/item/federatedIdentityCredentials/item/index.js +56 -0
- package/applications/item/getMemberGroups/index.d.ts +83 -0
- package/applications/item/getMemberGroups/index.d.ts.map +1 -0
- package/applications/item/getMemberGroups/index.js +86 -0
- package/applications/item/getMemberObjects/index.d.ts +83 -0
- package/applications/item/getMemberObjects/index.d.ts.map +1 -0
- package/applications/item/getMemberObjects/index.js +86 -0
- package/applications/item/homeRealmDiscoveryPolicies/count/index.d.ts +40 -0
- package/applications/item/homeRealmDiscoveryPolicies/count/index.d.ts.map +1 -0
- package/applications/item/homeRealmDiscoveryPolicies/count/index.js +35 -0
- package/applications/item/homeRealmDiscoveryPolicies/index.d.ts +81 -0
- package/applications/item/homeRealmDiscoveryPolicies/index.d.ts.map +1 -0
- package/applications/item/homeRealmDiscoveryPolicies/index.js +58 -0
- package/applications/item/homeRealmDiscoveryPolicies/item/index.d.ts +41 -0
- package/applications/item/homeRealmDiscoveryPolicies/item/index.d.ts.map +1 -0
- package/applications/item/homeRealmDiscoveryPolicies/item/index.js +36 -0
- package/applications/item/index.d.ts +178 -0
- package/applications/item/index.d.ts.map +1 -0
- package/applications/item/index.js +174 -0
- package/applications/item/logo/index.d.ts +41 -0
- package/applications/item/logo/index.d.ts.map +1 -0
- package/applications/item/logo/index.js +38 -0
- package/applications/item/owners/count/index.d.ts +40 -0
- package/applications/item/owners/count/index.d.ts.map +1 -0
- package/applications/item/owners/count/index.js +35 -0
- package/applications/item/owners/graphAppRoleAssignment/count/index.d.ts +40 -0
- package/applications/item/owners/graphAppRoleAssignment/count/index.d.ts.map +1 -0
- package/applications/item/owners/graphAppRoleAssignment/count/index.js +35 -0
- package/applications/item/owners/graphAppRoleAssignment/index.d.ts +74 -0
- package/applications/item/owners/graphAppRoleAssignment/index.d.ts.map +1 -0
- package/applications/item/owners/graphAppRoleAssignment/index.js +52 -0
- package/applications/item/owners/graphEndpoint/count/index.d.ts +40 -0
- package/applications/item/owners/graphEndpoint/count/index.d.ts.map +1 -0
- package/applications/item/owners/graphEndpoint/count/index.js +35 -0
- package/applications/item/owners/graphEndpoint/index.d.ts +74 -0
- package/applications/item/owners/graphEndpoint/index.d.ts.map +1 -0
- package/applications/item/owners/graphEndpoint/index.js +52 -0
- package/applications/item/owners/graphServicePrincipal/count/index.d.ts +40 -0
- package/applications/item/owners/graphServicePrincipal/count/index.d.ts.map +1 -0
- package/applications/item/owners/graphServicePrincipal/count/index.js +35 -0
- package/applications/item/owners/graphServicePrincipal/index.d.ts +74 -0
- package/applications/item/owners/graphServicePrincipal/index.d.ts.map +1 -0
- package/applications/item/owners/graphServicePrincipal/index.js +52 -0
- package/applications/item/owners/graphUser/count/index.d.ts +40 -0
- package/applications/item/owners/graphUser/count/index.d.ts.map +1 -0
- package/applications/item/owners/graphUser/count/index.js +35 -0
- package/applications/item/owners/graphUser/index.d.ts +74 -0
- package/applications/item/owners/graphUser/index.d.ts.map +1 -0
- package/applications/item/owners/graphUser/index.js +52 -0
- package/applications/item/owners/index.d.ts +107 -0
- package/applications/item/owners/index.d.ts.map +1 -0
- package/applications/item/owners/index.js +87 -0
- package/applications/item/owners/item/graphAppRoleAssignment/index.d.ts +41 -0
- package/applications/item/owners/item/graphAppRoleAssignment/index.d.ts.map +1 -0
- package/applications/item/owners/item/graphAppRoleAssignment/index.js +36 -0
- package/applications/item/owners/item/graphEndpoint/index.d.ts +41 -0
- package/applications/item/owners/item/graphEndpoint/index.d.ts.map +1 -0
- package/applications/item/owners/item/graphEndpoint/index.js +36 -0
- package/applications/item/owners/item/graphServicePrincipal/index.d.ts +41 -0
- package/applications/item/owners/item/graphServicePrincipal/index.d.ts.map +1 -0
- package/applications/item/owners/item/graphServicePrincipal/index.js +36 -0
- package/applications/item/owners/item/graphUser/index.d.ts +41 -0
- package/applications/item/owners/item/graphUser/index.d.ts.map +1 -0
- package/applications/item/owners/item/graphUser/index.js +36 -0
- package/applications/item/owners/item/index.d.ts +40 -0
- package/applications/item/owners/item/index.d.ts.map +1 -0
- package/applications/item/owners/item/index.js +42 -0
- package/applications/item/owners/item/ref/index.d.ts +36 -0
- package/applications/item/owners/item/ref/index.d.ts.map +1 -0
- package/applications/item/owners/item/ref/index.js +33 -0
- package/applications/item/owners/ref/index.d.ts +72 -0
- package/applications/item/owners/ref/index.d.ts.map +1 -0
- package/applications/item/owners/ref/index.js +51 -0
- package/applications/item/removeKey/index.d.ts +64 -0
- package/applications/item/removeKey/index.d.ts.map +1 -0
- package/applications/item/removeKey/index.js +60 -0
- package/applications/item/removePassword/index.d.ts +60 -0
- package/applications/item/removePassword/index.d.ts.map +1 -0
- package/applications/item/removePassword/index.js +58 -0
- package/applications/item/restore/index.d.ts +29 -0
- package/applications/item/restore/index.d.ts.map +1 -0
- package/applications/item/restore/index.js +28 -0
- package/applications/item/setVerifiedPublisher/index.d.ts +59 -0
- package/applications/item/setVerifiedPublisher/index.d.ts.map +1 -0
- package/applications/item/setVerifiedPublisher/index.js +58 -0
- package/applications/item/synchronization/acquireAccessToken/index.d.ts +60 -0
- package/applications/item/synchronization/acquireAccessToken/index.d.ts.map +1 -0
- package/applications/item/synchronization/acquireAccessToken/index.js +59 -0
- package/applications/item/synchronization/index.d.ts +90 -0
- package/applications/item/synchronization/index.d.ts.map +1 -0
- package/applications/item/synchronization/index.js +84 -0
- package/applications/item/synchronization/jobs/count/index.d.ts +40 -0
- package/applications/item/synchronization/jobs/count/index.d.ts.map +1 -0
- package/applications/item/synchronization/jobs/count/index.js +35 -0
- package/applications/item/synchronization/jobs/index.d.ts +102 -0
- package/applications/item/synchronization/jobs/index.d.ts.map +1 -0
- package/applications/item/synchronization/jobs/index.js +76 -0
- package/applications/item/synchronization/jobs/item/index.d.ts +102 -0
- package/applications/item/synchronization/jobs/item/index.d.ts.map +1 -0
- package/applications/item/synchronization/jobs/item/index.js +92 -0
- package/applications/item/synchronization/jobs/item/pause/index.d.ts +27 -0
- package/applications/item/synchronization/jobs/item/pause/index.d.ts.map +1 -0
- package/applications/item/synchronization/jobs/item/pause/index.js +26 -0
- package/applications/item/synchronization/jobs/item/provisionOnDemand/index.d.ts +61 -0
- package/applications/item/synchronization/jobs/item/provisionOnDemand/index.d.ts.map +1 -0
- package/applications/item/synchronization/jobs/item/provisionOnDemand/index.js +60 -0
- package/applications/item/synchronization/jobs/item/restart/index.d.ts +60 -0
- package/applications/item/synchronization/jobs/item/restart/index.d.ts.map +1 -0
- package/applications/item/synchronization/jobs/item/restart/index.js +59 -0
- package/applications/item/synchronization/jobs/item/schema/directories/count/index.d.ts +40 -0
- package/applications/item/synchronization/jobs/item/schema/directories/count/index.d.ts.map +1 -0
- package/applications/item/synchronization/jobs/item/schema/directories/count/index.js +35 -0
- package/applications/item/synchronization/jobs/item/schema/directories/index.d.ts +95 -0
- package/applications/item/synchronization/jobs/item/schema/directories/index.d.ts.map +1 -0
- package/applications/item/synchronization/jobs/item/schema/directories/index.js +71 -0
- package/applications/item/synchronization/jobs/item/schema/directories/item/discover/index.d.ts +29 -0
- package/applications/item/synchronization/jobs/item/schema/directories/item/discover/index.d.ts.map +1 -0
- package/applications/item/synchronization/jobs/item/schema/directories/item/discover/index.js +28 -0
- package/applications/item/synchronization/jobs/item/schema/directories/item/index.d.ts +75 -0
- package/applications/item/synchronization/jobs/item/schema/directories/item/index.d.ts.map +1 -0
- package/applications/item/synchronization/jobs/item/schema/directories/item/index.js +66 -0
- package/applications/item/synchronization/jobs/item/schema/filterOperators/index.d.ts +83 -0
- package/applications/item/synchronization/jobs/item/schema/filterOperators/index.d.ts.map +1 -0
- package/applications/item/synchronization/jobs/item/schema/filterOperators/index.js +67 -0
- package/applications/item/synchronization/jobs/item/schema/functions/index.d.ts +83 -0
- package/applications/item/synchronization/jobs/item/schema/functions/index.d.ts.map +1 -0
- package/applications/item/synchronization/jobs/item/schema/functions/index.js +67 -0
- package/applications/item/synchronization/jobs/item/schema/index.d.ts +92 -0
- package/applications/item/synchronization/jobs/item/schema/index.d.ts.map +1 -0
- package/applications/item/synchronization/jobs/item/schema/index.js +82 -0
- package/applications/item/synchronization/jobs/item/schema/parseExpression/index.d.ts +69 -0
- package/applications/item/synchronization/jobs/item/schema/parseExpression/index.d.ts.map +1 -0
- package/applications/item/synchronization/jobs/item/schema/parseExpression/index.js +64 -0
- package/applications/item/synchronization/jobs/item/start/index.d.ts +27 -0
- package/applications/item/synchronization/jobs/item/start/index.d.ts.map +1 -0
- package/applications/item/synchronization/jobs/item/start/index.js +26 -0
- package/applications/item/synchronization/jobs/item/validateCredentials/index.d.ts +72 -0
- package/applications/item/synchronization/jobs/item/validateCredentials/index.d.ts.map +1 -0
- package/applications/item/synchronization/jobs/item/validateCredentials/index.js +65 -0
- package/applications/item/synchronization/jobs/validateCredentials/index.d.ts +71 -0
- package/applications/item/synchronization/jobs/validateCredentials/index.d.ts.map +1 -0
- package/applications/item/synchronization/jobs/validateCredentials/index.js +65 -0
- package/applications/item/synchronization/secrets/count/index.d.ts +40 -0
- package/applications/item/synchronization/secrets/count/index.d.ts.map +1 -0
- package/applications/item/synchronization/secrets/count/index.js +35 -0
- package/applications/item/synchronization/secrets/index.d.ts +39 -0
- package/applications/item/synchronization/secrets/index.d.ts.map +1 -0
- package/applications/item/synchronization/secrets/index.js +41 -0
- package/applications/item/synchronization/templates/count/index.d.ts +40 -0
- package/applications/item/synchronization/templates/count/index.d.ts.map +1 -0
- package/applications/item/synchronization/templates/count/index.js +35 -0
- package/applications/item/synchronization/templates/index.d.ts +96 -0
- package/applications/item/synchronization/templates/index.d.ts.map +1 -0
- package/applications/item/synchronization/templates/index.js +71 -0
- package/applications/item/synchronization/templates/item/index.d.ts +76 -0
- package/applications/item/synchronization/templates/item/index.d.ts.map +1 -0
- package/applications/item/synchronization/templates/item/index.js +67 -0
- package/applications/item/synchronization/templates/item/schema/directories/count/index.d.ts +40 -0
- package/applications/item/synchronization/templates/item/schema/directories/count/index.d.ts.map +1 -0
- package/applications/item/synchronization/templates/item/schema/directories/count/index.js +35 -0
- package/applications/item/synchronization/templates/item/schema/directories/index.d.ts +95 -0
- package/applications/item/synchronization/templates/item/schema/directories/index.d.ts.map +1 -0
- package/applications/item/synchronization/templates/item/schema/directories/index.js +71 -0
- package/applications/item/synchronization/templates/item/schema/directories/item/discover/index.d.ts +29 -0
- package/applications/item/synchronization/templates/item/schema/directories/item/discover/index.d.ts.map +1 -0
- package/applications/item/synchronization/templates/item/schema/directories/item/discover/index.js +28 -0
- package/applications/item/synchronization/templates/item/schema/directories/item/index.d.ts +75 -0
- package/applications/item/synchronization/templates/item/schema/directories/item/index.d.ts.map +1 -0
- package/applications/item/synchronization/templates/item/schema/directories/item/index.js +66 -0
- package/applications/item/synchronization/templates/item/schema/filterOperators/index.d.ts +83 -0
- package/applications/item/synchronization/templates/item/schema/filterOperators/index.d.ts.map +1 -0
- package/applications/item/synchronization/templates/item/schema/filterOperators/index.js +67 -0
- package/applications/item/synchronization/templates/item/schema/functions/index.d.ts +83 -0
- package/applications/item/synchronization/templates/item/schema/functions/index.d.ts.map +1 -0
- package/applications/item/synchronization/templates/item/schema/functions/index.js +67 -0
- package/applications/item/synchronization/templates/item/schema/index.d.ts +90 -0
- package/applications/item/synchronization/templates/item/schema/index.d.ts.map +1 -0
- package/applications/item/synchronization/templates/item/schema/index.js +82 -0
- package/applications/item/synchronization/templates/item/schema/parseExpression/index.d.ts +69 -0
- package/applications/item/synchronization/templates/item/schema/parseExpression/index.d.ts.map +1 -0
- package/applications/item/synchronization/templates/item/schema/parseExpression/index.js +64 -0
- package/applications/item/tokenIssuancePolicies/count/index.d.ts +40 -0
- package/applications/item/tokenIssuancePolicies/count/index.d.ts.map +1 -0
- package/applications/item/tokenIssuancePolicies/count/index.js +35 -0
- package/applications/item/tokenIssuancePolicies/index.d.ts +87 -0
- package/applications/item/tokenIssuancePolicies/index.d.ts.map +1 -0
- package/applications/item/tokenIssuancePolicies/index.js +63 -0
- package/applications/item/tokenIssuancePolicies/item/index.d.ts +20 -0
- package/applications/item/tokenIssuancePolicies/item/index.d.ts.map +1 -0
- package/applications/item/tokenIssuancePolicies/item/index.js +22 -0
- package/applications/item/tokenIssuancePolicies/item/ref/index.d.ts +36 -0
- package/applications/item/tokenIssuancePolicies/item/ref/index.d.ts.map +1 -0
- package/applications/item/tokenIssuancePolicies/item/ref/index.js +33 -0
- package/applications/item/tokenIssuancePolicies/ref/index.d.ts +72 -0
- package/applications/item/tokenIssuancePolicies/ref/index.d.ts.map +1 -0
- package/applications/item/tokenIssuancePolicies/ref/index.js +51 -0
- package/applications/item/tokenLifetimePolicies/count/index.d.ts +40 -0
- package/applications/item/tokenLifetimePolicies/count/index.d.ts.map +1 -0
- package/applications/item/tokenLifetimePolicies/count/index.js +35 -0
- package/applications/item/tokenLifetimePolicies/index.d.ts +87 -0
- package/applications/item/tokenLifetimePolicies/index.d.ts.map +1 -0
- package/applications/item/tokenLifetimePolicies/index.js +63 -0
- package/applications/item/tokenLifetimePolicies/item/index.d.ts +20 -0
- package/applications/item/tokenLifetimePolicies/item/index.d.ts.map +1 -0
- package/applications/item/tokenLifetimePolicies/item/index.js +22 -0
- package/applications/item/tokenLifetimePolicies/item/ref/index.d.ts +36 -0
- package/applications/item/tokenLifetimePolicies/item/ref/index.d.ts.map +1 -0
- package/applications/item/tokenLifetimePolicies/item/ref/index.js +33 -0
- package/applications/item/tokenLifetimePolicies/ref/index.d.ts +72 -0
- package/applications/item/tokenLifetimePolicies/ref/index.d.ts.map +1 -0
- package/applications/item/tokenLifetimePolicies/ref/index.js +51 -0
- package/applications/item/unsetVerifiedPublisher/index.d.ts +27 -0
- package/applications/item/unsetVerifiedPublisher/index.d.ts.map +1 -0
- package/applications/item/unsetVerifiedPublisher/index.js +26 -0
- package/applications/validateProperties/index.d.ts +72 -0
- package/applications/validateProperties/index.d.ts.map +1 -0
- package/applications/validateProperties/index.js +64 -0
- package/applicationsServiceClient.d.ts +25 -0
- package/applicationsServiceClient.d.ts.map +1 -0
- package/applicationsServiceClient.js +49 -0
- package/index.d.ts +11 -0
- package/index.d.ts.map +1 -0
- package/index.js +20 -0
- package/package.json +48 -0
- package/tsconfig.json +15 -0
- package/tsconfig.tsbuildinfo +1 -0
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
import { type FederatedIdentityCredential, type FederatedIdentityCredentialCollectionResponse } from '@microsoft/msgraph-sdk/models/';
|
|
2
|
+
import { type CountRequestBuilder } from './count/';
|
|
3
|
+
import { type FederatedIdentityCredentialItemRequestBuilder } from './item/';
|
|
4
|
+
import { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
|
|
5
|
+
/**
|
|
6
|
+
* Provides operations to manage the federatedIdentityCredentials property of the microsoft.graph.application entity.
|
|
7
|
+
*/
|
|
8
|
+
export interface FederatedIdentityCredentialsRequestBuilder extends BaseRequestBuilder<FederatedIdentityCredentialsRequestBuilder> {
|
|
9
|
+
/**
|
|
10
|
+
* Provides operations to count the resources in the collection.
|
|
11
|
+
*/
|
|
12
|
+
get count(): CountRequestBuilder;
|
|
13
|
+
/**
|
|
14
|
+
* Provides operations to manage the federatedIdentityCredentials property of the microsoft.graph.application entity.
|
|
15
|
+
* @param federatedIdentityCredentialId The unique identifier of federatedIdentityCredential
|
|
16
|
+
* @returns a FederatedIdentityCredentialItemRequestBuilder
|
|
17
|
+
*/
|
|
18
|
+
byFederatedIdentityCredentialId(federatedIdentityCredentialId: string): FederatedIdentityCredentialItemRequestBuilder;
|
|
19
|
+
/**
|
|
20
|
+
* Get a list of the federatedIdentityCredential objects and their properties.
|
|
21
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
22
|
+
* @returns a Promise of FederatedIdentityCredentialCollectionResponse
|
|
23
|
+
* @see {@link https://learn.microsoft.com/graph/api/application-list-federatedidentitycredentials?view=graph-rest-1.0|Find more info here}
|
|
24
|
+
*/
|
|
25
|
+
get(requestConfiguration?: RequestConfiguration<FederatedIdentityCredentialsRequestBuilderGetQueryParameters> | undefined): Promise<FederatedIdentityCredentialCollectionResponse | undefined>;
|
|
26
|
+
/**
|
|
27
|
+
* Create a new federatedIdentityCredential object for an application. By configuring a trust relationship between your Microsoft Entra application registration and the identity provider for your compute platform, you can use tokens issued by that platform to authenticate with Microsoft identity platform and call APIs in the Microsoft ecosystem. Maximum of 20 objects can be added to an application.
|
|
28
|
+
* @param body The request body
|
|
29
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
30
|
+
* @returns a Promise of FederatedIdentityCredential
|
|
31
|
+
* @see {@link https://learn.microsoft.com/graph/api/application-post-federatedidentitycredentials?view=graph-rest-1.0|Find more info here}
|
|
32
|
+
*/
|
|
33
|
+
post(body: FederatedIdentityCredential, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<FederatedIdentityCredential | undefined>;
|
|
34
|
+
/**
|
|
35
|
+
* Get a list of the federatedIdentityCredential objects and their properties.
|
|
36
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
37
|
+
* @returns a RequestInformation
|
|
38
|
+
*/
|
|
39
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<FederatedIdentityCredentialsRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
40
|
+
/**
|
|
41
|
+
* Create a new federatedIdentityCredential object for an application. By configuring a trust relationship between your Microsoft Entra application registration and the identity provider for your compute platform, you can use tokens issued by that platform to authenticate with Microsoft identity platform and call APIs in the Microsoft ecosystem. Maximum of 20 objects can be added to an application.
|
|
42
|
+
* @param body The request body
|
|
43
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
44
|
+
* @returns a RequestInformation
|
|
45
|
+
*/
|
|
46
|
+
toPostRequestInformation(body: FederatedIdentityCredential, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* Get a list of the federatedIdentityCredential objects and their properties.
|
|
50
|
+
*/
|
|
51
|
+
export interface FederatedIdentityCredentialsRequestBuilderGetQueryParameters {
|
|
52
|
+
/**
|
|
53
|
+
* Include count of items
|
|
54
|
+
*/
|
|
55
|
+
count?: boolean;
|
|
56
|
+
/**
|
|
57
|
+
* Expand related entities
|
|
58
|
+
*/
|
|
59
|
+
expand?: string[];
|
|
60
|
+
/**
|
|
61
|
+
* Filter items by property values
|
|
62
|
+
*/
|
|
63
|
+
filter?: string;
|
|
64
|
+
/**
|
|
65
|
+
* Order items by property values
|
|
66
|
+
*/
|
|
67
|
+
orderby?: string[];
|
|
68
|
+
/**
|
|
69
|
+
* Search items by search phrases
|
|
70
|
+
*/
|
|
71
|
+
search?: string;
|
|
72
|
+
/**
|
|
73
|
+
* Select properties to be returned
|
|
74
|
+
*/
|
|
75
|
+
select?: string[];
|
|
76
|
+
/**
|
|
77
|
+
* Skip the first n items
|
|
78
|
+
*/
|
|
79
|
+
skip?: number;
|
|
80
|
+
/**
|
|
81
|
+
* Show only the first n items
|
|
82
|
+
*/
|
|
83
|
+
top?: number;
|
|
84
|
+
}
|
|
85
|
+
/**
|
|
86
|
+
* Metadata for all the navigation properties in the request builder.
|
|
87
|
+
*/
|
|
88
|
+
export declare const FederatedIdentityCredentialsRequestBuilderNavigationMetadata: Record<Exclude<keyof FederatedIdentityCredentialsRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata>;
|
|
89
|
+
/**
|
|
90
|
+
* Metadata for all the requests in the request builder.
|
|
91
|
+
*/
|
|
92
|
+
export declare const FederatedIdentityCredentialsRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
93
|
+
/**
|
|
94
|
+
* Uri template for the request builder.
|
|
95
|
+
*/
|
|
96
|
+
export declare const FederatedIdentityCredentialsRequestBuilderUriTemplate = "{+baseurl}/applications/{application%2Did}/federatedIdentityCredentials{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}";
|
|
97
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAA4K,KAAK,2BAA2B,EAAE,KAAK,6CAA6C,EAAE,MAAM,gCAAgC,CAAC;AAEhT,OAAO,EAAuE,KAAK,mBAAmB,EAAE,MAAM,UAAU,CAAC;AACzH,OAAO,EAA2H,KAAK,6CAA6C,EAAE,MAAM,SAAS,CAAC;AACtM,OAAO,EAAE,KAAK,kBAAkB,EAAE,KAAK,kCAAkC,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAE1P;;GAEG;AACH,MAAM,WAAW,0CAA2C,SAAQ,kBAAkB,CAAC,0CAA0C,CAAC;IAC9H;;OAEG;IACH,IAAI,KAAK,IAAI,mBAAmB,CAAC;IACjC;;;;OAIG;IACF,+BAA+B,CAAC,6BAA6B,EAAE,MAAM,GAAI,6CAA6C,CAAC;IACxH;;;;;OAKG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,4DAA4D,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,6CAA6C,GAAG,SAAS,CAAC,CAAC;IACjM;;;;;;OAMG;IACF,IAAI,CAAC,IAAI,EAAE,2BAA2B,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,2BAA2B,GAAG,SAAS,CAAC,CAAC;IAC7J;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,4DAA4D,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IACrK;;;;;OAKG;IACF,wBAAwB,CAAC,IAAI,EAAE,2BAA2B,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACtJ;AACD;;GAEG;AACH,MAAM,WAAW,4DAA4D;IACzE;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IACnB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;CAChB;AAcD;;GAEG;AACH,eAAO,MAAM,4DAA4D,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,0CAA0C,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAUlM,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,0DAA0D,EAAE,gBAuBxE,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,qDAAqD,yJAAyJ,CAAC"}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.FederatedIdentityCredentialsRequestBuilderUriTemplate = exports.FederatedIdentityCredentialsRequestBuilderRequestsMetadata = exports.FederatedIdentityCredentialsRequestBuilderNavigationMetadata = void 0;
|
|
4
|
+
/* tslint:disable */
|
|
5
|
+
/* eslint-disable */
|
|
6
|
+
// Generated by Microsoft Kiota
|
|
7
|
+
const models_1 = require("@microsoft/msgraph-sdk/models/");
|
|
8
|
+
const oDataErrors_1 = require("@microsoft/msgraph-sdk/models/oDataErrors/");
|
|
9
|
+
const count_1 = require("./count/");
|
|
10
|
+
const item_1 = require("./item/");
|
|
11
|
+
/**
|
|
12
|
+
* Mapper for query parameters from symbol name to serialization name represented as a constant.
|
|
13
|
+
*/
|
|
14
|
+
const FederatedIdentityCredentialsRequestBuilderGetQueryParametersMapper = {
|
|
15
|
+
"count": "%24count",
|
|
16
|
+
"expand": "%24expand",
|
|
17
|
+
"filter": "%24filter",
|
|
18
|
+
"orderby": "%24orderby",
|
|
19
|
+
"search": "%24search",
|
|
20
|
+
"select": "%24select",
|
|
21
|
+
"skip": "%24skip",
|
|
22
|
+
"top": "%24top",
|
|
23
|
+
};
|
|
24
|
+
/**
|
|
25
|
+
* Metadata for all the navigation properties in the request builder.
|
|
26
|
+
*/
|
|
27
|
+
exports.FederatedIdentityCredentialsRequestBuilderNavigationMetadata = {
|
|
28
|
+
byFederatedIdentityCredentialId: {
|
|
29
|
+
uriTemplate: item_1.FederatedIdentityCredentialItemRequestBuilderUriTemplate,
|
|
30
|
+
requestsMetadata: item_1.FederatedIdentityCredentialItemRequestBuilderRequestsMetadata,
|
|
31
|
+
pathParametersMappings: ["federatedIdentityCredential%2Did"],
|
|
32
|
+
},
|
|
33
|
+
count: {
|
|
34
|
+
uriTemplate: count_1.CountRequestBuilderUriTemplate,
|
|
35
|
+
requestsMetadata: count_1.CountRequestBuilderRequestsMetadata,
|
|
36
|
+
},
|
|
37
|
+
};
|
|
38
|
+
/**
|
|
39
|
+
* Metadata for all the requests in the request builder.
|
|
40
|
+
*/
|
|
41
|
+
exports.FederatedIdentityCredentialsRequestBuilderRequestsMetadata = {
|
|
42
|
+
get: {
|
|
43
|
+
responseBodyContentType: "application/json",
|
|
44
|
+
errorMappings: {
|
|
45
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
46
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
47
|
+
},
|
|
48
|
+
adapterMethodName: "sendAsync",
|
|
49
|
+
responseBodyFactory: models_1.createFederatedIdentityCredentialCollectionResponseFromDiscriminatorValue,
|
|
50
|
+
queryParametersMapper: FederatedIdentityCredentialsRequestBuilderGetQueryParametersMapper,
|
|
51
|
+
},
|
|
52
|
+
post: {
|
|
53
|
+
responseBodyContentType: "application/json",
|
|
54
|
+
errorMappings: {
|
|
55
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
56
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
57
|
+
},
|
|
58
|
+
adapterMethodName: "sendAsync",
|
|
59
|
+
responseBodyFactory: models_1.createFederatedIdentityCredentialFromDiscriminatorValue,
|
|
60
|
+
requestBodyContentType: "application/json",
|
|
61
|
+
requestBodySerializer: models_1.serializeFederatedIdentityCredential,
|
|
62
|
+
requestInformationContentSetMethod: "setContentFromParsable",
|
|
63
|
+
},
|
|
64
|
+
};
|
|
65
|
+
/**
|
|
66
|
+
* Uri template for the request builder.
|
|
67
|
+
*/
|
|
68
|
+
exports.FederatedIdentityCredentialsRequestBuilderUriTemplate = "{+baseurl}/applications/{application%2Did}/federatedIdentityCredentials{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}";
|
|
69
|
+
/* tslint:enable */
|
|
70
|
+
/* eslint-enable */
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
import { type FederatedIdentityCredential } from '@microsoft/msgraph-sdk/models/';
|
|
2
|
+
import { type BaseRequestBuilder, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
|
|
3
|
+
/**
|
|
4
|
+
* Provides operations to manage the federatedIdentityCredentials property of the microsoft.graph.application entity.
|
|
5
|
+
*/
|
|
6
|
+
export interface FederatedIdentityCredentialItemRequestBuilder extends BaseRequestBuilder<FederatedIdentityCredentialItemRequestBuilder> {
|
|
7
|
+
/**
|
|
8
|
+
* Delete a federatedIdentityCredential object from an application.
|
|
9
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10
|
+
* @see {@link https://learn.microsoft.com/graph/api/federatedidentitycredential-delete?view=graph-rest-1.0|Find more info here}
|
|
11
|
+
*/
|
|
12
|
+
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
13
|
+
/**
|
|
14
|
+
* Read the properties and relationships of a federatedIdentityCredential object.
|
|
15
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
16
|
+
* @returns a Promise of FederatedIdentityCredential
|
|
17
|
+
* @see {@link https://learn.microsoft.com/graph/api/federatedidentitycredential-get?view=graph-rest-1.0|Find more info here}
|
|
18
|
+
*/
|
|
19
|
+
get(requestConfiguration?: RequestConfiguration<FederatedIdentityCredentialItemRequestBuilderGetQueryParameters> | undefined): Promise<FederatedIdentityCredential | undefined>;
|
|
20
|
+
/**
|
|
21
|
+
* Update the properties of a federatedIdentityCredential object.
|
|
22
|
+
* @param body The request body
|
|
23
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
24
|
+
* @returns a Promise of FederatedIdentityCredential
|
|
25
|
+
* @see {@link https://learn.microsoft.com/graph/api/federatedidentitycredential-update?view=graph-rest-1.0|Find more info here}
|
|
26
|
+
*/
|
|
27
|
+
patch(body: FederatedIdentityCredential, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<FederatedIdentityCredential | undefined>;
|
|
28
|
+
/**
|
|
29
|
+
* Delete a federatedIdentityCredential object from an application.
|
|
30
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
31
|
+
* @returns a RequestInformation
|
|
32
|
+
*/
|
|
33
|
+
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
34
|
+
/**
|
|
35
|
+
* Read the properties and relationships of a federatedIdentityCredential object.
|
|
36
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
37
|
+
* @returns a RequestInformation
|
|
38
|
+
*/
|
|
39
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<FederatedIdentityCredentialItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
40
|
+
/**
|
|
41
|
+
* Update the properties of a federatedIdentityCredential object.
|
|
42
|
+
* @param body The request body
|
|
43
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
44
|
+
* @returns a RequestInformation
|
|
45
|
+
*/
|
|
46
|
+
toPatchRequestInformation(body: FederatedIdentityCredential, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* Read the properties and relationships of a federatedIdentityCredential object.
|
|
50
|
+
*/
|
|
51
|
+
export interface FederatedIdentityCredentialItemRequestBuilderGetQueryParameters {
|
|
52
|
+
/**
|
|
53
|
+
* Expand related entities
|
|
54
|
+
*/
|
|
55
|
+
expand?: string[];
|
|
56
|
+
/**
|
|
57
|
+
* Select properties to be returned
|
|
58
|
+
*/
|
|
59
|
+
select?: string[];
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* Metadata for all the requests in the request builder.
|
|
63
|
+
*/
|
|
64
|
+
export declare const FederatedIdentityCredentialItemRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
65
|
+
/**
|
|
66
|
+
* Uri template for the request builder.
|
|
67
|
+
*/
|
|
68
|
+
export declare const FederatedIdentityCredentialItemRequestBuilderUriTemplate = "{+baseurl}/applications/{application%2Did}/federatedIdentityCredentials/{federatedIdentityCredential%2Did}{?%24select,%24expand}";
|
|
69
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAiG,KAAK,2BAA2B,EAAE,MAAM,gCAAgC,CAAC;AAEjL,OAAO,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAExL;;GAEG;AACH,MAAM,WAAW,6CAA8C,SAAQ,kBAAkB,CAAC,6CAA6C,CAAC;IACpI;;;;OAIG;IACF,MAAM,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IACzF;;;;;OAKG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,+DAA+D,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,2BAA2B,GAAG,SAAS,CAAC,CAAC;IAClL;;;;;;OAMG;IACF,KAAK,CAAC,IAAI,EAAE,2BAA2B,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,2BAA2B,GAAG,SAAS,CAAC,CAAC;IAC9J;;;;OAIG;IACF,0BAA0B,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAClH;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,+DAA+D,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IACxK;;;;;OAKG;IACF,yBAAyB,CAAC,IAAI,EAAE,2BAA2B,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACvJ;AACD;;GAEG;AACH,MAAM,WAAW,+DAA+D;IAC5E;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AAQD;;GAEG;AACH,eAAO,MAAM,6DAA6D,EAAE,gBA+B3E,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,wDAAwD,qIAAqI,CAAC"}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.FederatedIdentityCredentialItemRequestBuilderUriTemplate = exports.FederatedIdentityCredentialItemRequestBuilderRequestsMetadata = void 0;
|
|
4
|
+
/* tslint:disable */
|
|
5
|
+
/* eslint-disable */
|
|
6
|
+
// Generated by Microsoft Kiota
|
|
7
|
+
const models_1 = require("@microsoft/msgraph-sdk/models/");
|
|
8
|
+
const oDataErrors_1 = require("@microsoft/msgraph-sdk/models/oDataErrors/");
|
|
9
|
+
/**
|
|
10
|
+
* Mapper for query parameters from symbol name to serialization name represented as a constant.
|
|
11
|
+
*/
|
|
12
|
+
const FederatedIdentityCredentialItemRequestBuilderGetQueryParametersMapper = {
|
|
13
|
+
"expand": "%24expand",
|
|
14
|
+
"select": "%24select",
|
|
15
|
+
};
|
|
16
|
+
/**
|
|
17
|
+
* Metadata for all the requests in the request builder.
|
|
18
|
+
*/
|
|
19
|
+
exports.FederatedIdentityCredentialItemRequestBuilderRequestsMetadata = {
|
|
20
|
+
delete: {
|
|
21
|
+
responseBodyContentType: "application/json",
|
|
22
|
+
errorMappings: {
|
|
23
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
24
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
25
|
+
},
|
|
26
|
+
adapterMethodName: "sendNoResponseContentAsync",
|
|
27
|
+
},
|
|
28
|
+
get: {
|
|
29
|
+
responseBodyContentType: "application/json",
|
|
30
|
+
errorMappings: {
|
|
31
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
32
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
33
|
+
},
|
|
34
|
+
adapterMethodName: "sendAsync",
|
|
35
|
+
responseBodyFactory: models_1.createFederatedIdentityCredentialFromDiscriminatorValue,
|
|
36
|
+
queryParametersMapper: FederatedIdentityCredentialItemRequestBuilderGetQueryParametersMapper,
|
|
37
|
+
},
|
|
38
|
+
patch: {
|
|
39
|
+
responseBodyContentType: "application/json",
|
|
40
|
+
errorMappings: {
|
|
41
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
42
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
43
|
+
},
|
|
44
|
+
adapterMethodName: "sendAsync",
|
|
45
|
+
responseBodyFactory: models_1.createFederatedIdentityCredentialFromDiscriminatorValue,
|
|
46
|
+
requestBodyContentType: "application/json",
|
|
47
|
+
requestBodySerializer: models_1.serializeFederatedIdentityCredential,
|
|
48
|
+
requestInformationContentSetMethod: "setContentFromParsable",
|
|
49
|
+
},
|
|
50
|
+
};
|
|
51
|
+
/**
|
|
52
|
+
* Uri template for the request builder.
|
|
53
|
+
*/
|
|
54
|
+
exports.FederatedIdentityCredentialItemRequestBuilderUriTemplate = "{+baseurl}/applications/{application%2Did}/federatedIdentityCredentials/{federatedIdentityCredential%2Did}{?%24select,%24expand}";
|
|
55
|
+
/* tslint:enable */
|
|
56
|
+
/* eslint-enable */
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
import { type BaseCollectionPaginationCountResponse } from '@microsoft/msgraph-sdk/models/';
|
|
2
|
+
import { type AdditionalDataHolder, type BackedModel, type BaseRequestBuilder, type Parsable, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';
|
|
3
|
+
/**
|
|
4
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
5
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
6
|
+
* @returns a getMemberGroupsPostRequestBody
|
|
7
|
+
*/
|
|
8
|
+
export declare function createGetMemberGroupsPostRequestBodyFromDiscriminatorValue(parseNode: ParseNode | undefined): typeof deserializeIntoGetMemberGroupsPostRequestBody;
|
|
9
|
+
/**
|
|
10
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
11
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
12
|
+
* @returns a getMemberGroupsPostResponse
|
|
13
|
+
*/
|
|
14
|
+
export declare function createGetMemberGroupsPostResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): typeof deserializeIntoGetMemberGroupsPostResponse;
|
|
15
|
+
/**
|
|
16
|
+
* The deserialization information for the current model
|
|
17
|
+
* @returns a Record<string, (node: ParseNode) => void>
|
|
18
|
+
*/
|
|
19
|
+
export declare function deserializeIntoGetMemberGroupsPostRequestBody(getMemberGroupsPostRequestBody?: GetMemberGroupsPostRequestBody | undefined): Record<string, (node: ParseNode) => void>;
|
|
20
|
+
/**
|
|
21
|
+
* The deserialization information for the current model
|
|
22
|
+
* @returns a Record<string, (node: ParseNode) => void>
|
|
23
|
+
*/
|
|
24
|
+
export declare function deserializeIntoGetMemberGroupsPostResponse(getMemberGroupsPostResponse?: GetMemberGroupsPostResponse | undefined): Record<string, (node: ParseNode) => void>;
|
|
25
|
+
export interface GetMemberGroupsPostRequestBody extends AdditionalDataHolder, BackedModel, Parsable {
|
|
26
|
+
/**
|
|
27
|
+
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
28
|
+
*/
|
|
29
|
+
additionalData?: Record<string, unknown>;
|
|
30
|
+
/**
|
|
31
|
+
* Stores model information.
|
|
32
|
+
*/
|
|
33
|
+
backingStoreEnabled?: boolean;
|
|
34
|
+
/**
|
|
35
|
+
* The securityEnabledOnly property
|
|
36
|
+
*/
|
|
37
|
+
securityEnabledOnly?: boolean;
|
|
38
|
+
}
|
|
39
|
+
export interface GetMemberGroupsPostResponse extends BaseCollectionPaginationCountResponse, Parsable {
|
|
40
|
+
/**
|
|
41
|
+
* The value property
|
|
42
|
+
*/
|
|
43
|
+
value?: string[];
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* Provides operations to call the getMemberGroups method.
|
|
47
|
+
*/
|
|
48
|
+
export interface GetMemberGroupsRequestBuilder extends BaseRequestBuilder<GetMemberGroupsRequestBuilder> {
|
|
49
|
+
/**
|
|
50
|
+
* Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.
|
|
51
|
+
* @param body The request body
|
|
52
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
53
|
+
* @returns a Promise of GetMemberGroupsPostResponse
|
|
54
|
+
* @see {@link https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0|Find more info here}
|
|
55
|
+
*/
|
|
56
|
+
post(body: GetMemberGroupsPostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<GetMemberGroupsPostResponse | undefined>;
|
|
57
|
+
/**
|
|
58
|
+
* Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.
|
|
59
|
+
* @param body The request body
|
|
60
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
61
|
+
* @returns a RequestInformation
|
|
62
|
+
*/
|
|
63
|
+
toPostRequestInformation(body: GetMemberGroupsPostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
64
|
+
}
|
|
65
|
+
/**
|
|
66
|
+
* Serializes information the current object
|
|
67
|
+
* @param writer Serialization writer to use to serialize this model
|
|
68
|
+
*/
|
|
69
|
+
export declare function serializeGetMemberGroupsPostRequestBody(writer: SerializationWriter, getMemberGroupsPostRequestBody?: GetMemberGroupsPostRequestBody | undefined): void;
|
|
70
|
+
/**
|
|
71
|
+
* Serializes information the current object
|
|
72
|
+
* @param writer Serialization writer to use to serialize this model
|
|
73
|
+
*/
|
|
74
|
+
export declare function serializeGetMemberGroupsPostResponse(writer: SerializationWriter, getMemberGroupsPostResponse?: GetMemberGroupsPostResponse | undefined): void;
|
|
75
|
+
/**
|
|
76
|
+
* Metadata for all the requests in the request builder.
|
|
77
|
+
*/
|
|
78
|
+
export declare const GetMemberGroupsRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
79
|
+
/**
|
|
80
|
+
* Uri template for the request builder.
|
|
81
|
+
*/
|
|
82
|
+
export declare const GetMemberGroupsRequestBuilderUriTemplate = "{+baseurl}/applications/{application%2Did}/getMemberGroups";
|
|
83
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAwG,KAAK,qCAAqC,EAAE,MAAM,gCAAgC,CAAC;AAElM,OAAO,EAAE,KAAK,oBAAoB,EAAE,KAAK,WAAW,EAAqB,KAAK,kBAAkB,EAAE,KAAK,QAAQ,EAAwB,KAAK,SAAS,EAAE,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,KAAK,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AAElS;;;;GAIG;AACH,wBAAgB,0DAA0D,CAAC,SAAS,EAAE,SAAS,GAAG,SAAS,wDAE1G;AACD;;;;GAIG;AACH,wBAAgB,uDAAuD,CAAC,SAAS,EAAE,SAAS,GAAG,SAAS,qDAEvG;AACD;;;GAGG;AACH,wBAAgB,6CAA6C,CAAC,8BAA8B,GAAE,8BAA8B,GAAG,SAAgD,GAAI,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAK3N;AACD;;;GAGG;AACH,wBAAgB,0CAA0C,CAAC,2BAA2B,GAAE,2BAA2B,GAAG,SAA6C,GAAI,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAK/M;AACD,MAAM,WAAW,8BAA+B,SAAQ,oBAAoB,EAAE,WAAW,EAAE,QAAQ;IAC/F;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzC;;OAEG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B;;OAEG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;CACjC;AACD,MAAM,WAAW,2BAA4B,SAAQ,qCAAqC,EAAE,QAAQ;IAChG;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,EAAE,CAAC;CACpB;AACD;;GAEG;AACH,MAAM,WAAW,6BAA8B,SAAQ,kBAAkB,CAAC,6BAA6B,CAAC;IACpG;;;;;;OAMG;IACF,IAAI,CAAC,IAAI,EAAE,8BAA8B,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,2BAA2B,GAAG,SAAS,CAAC,CAAC;IAChK;;;;;OAKG;IACF,wBAAwB,CAAC,IAAI,EAAE,8BAA8B,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACzJ;AACD;;;GAGG;AACH,wBAAgB,uCAAuC,CAAC,MAAM,EAAE,mBAAmB,EAAE,8BAA8B,GAAE,8BAA8B,GAAG,SAAgD,GAAI,IAAI,CAG7M;AACD;;;GAGG;AACH,wBAAgB,oCAAoC,CAAC,MAAM,EAAE,mBAAmB,EAAE,2BAA2B,GAAE,2BAA2B,GAAG,SAA6C,GAAI,IAAI,CAGjM;AACD;;GAEG;AACH,eAAO,MAAM,6CAA6C,EAAE,gBAa3D,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,wCAAwC,+DAA+D,CAAC"}
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetMemberGroupsRequestBuilderUriTemplate = exports.GetMemberGroupsRequestBuilderRequestsMetadata = exports.serializeGetMemberGroupsPostResponse = exports.serializeGetMemberGroupsPostRequestBody = exports.deserializeIntoGetMemberGroupsPostResponse = exports.deserializeIntoGetMemberGroupsPostRequestBody = exports.createGetMemberGroupsPostResponseFromDiscriminatorValue = exports.createGetMemberGroupsPostRequestBodyFromDiscriminatorValue = void 0;
|
|
4
|
+
/* tslint:disable */
|
|
5
|
+
/* eslint-disable */
|
|
6
|
+
// Generated by Microsoft Kiota
|
|
7
|
+
const models_1 = require("@microsoft/msgraph-sdk/models/");
|
|
8
|
+
const oDataErrors_1 = require("@microsoft/msgraph-sdk/models/oDataErrors/");
|
|
9
|
+
/**
|
|
10
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
11
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
12
|
+
* @returns a getMemberGroupsPostRequestBody
|
|
13
|
+
*/
|
|
14
|
+
function createGetMemberGroupsPostRequestBodyFromDiscriminatorValue(parseNode) {
|
|
15
|
+
return deserializeIntoGetMemberGroupsPostRequestBody;
|
|
16
|
+
}
|
|
17
|
+
exports.createGetMemberGroupsPostRequestBodyFromDiscriminatorValue = createGetMemberGroupsPostRequestBodyFromDiscriminatorValue;
|
|
18
|
+
/**
|
|
19
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
20
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
21
|
+
* @returns a getMemberGroupsPostResponse
|
|
22
|
+
*/
|
|
23
|
+
function createGetMemberGroupsPostResponseFromDiscriminatorValue(parseNode) {
|
|
24
|
+
return deserializeIntoGetMemberGroupsPostResponse;
|
|
25
|
+
}
|
|
26
|
+
exports.createGetMemberGroupsPostResponseFromDiscriminatorValue = createGetMemberGroupsPostResponseFromDiscriminatorValue;
|
|
27
|
+
/**
|
|
28
|
+
* The deserialization information for the current model
|
|
29
|
+
* @returns a Record<string, (node: ParseNode) => void>
|
|
30
|
+
*/
|
|
31
|
+
function deserializeIntoGetMemberGroupsPostRequestBody(getMemberGroupsPostRequestBody = {}) {
|
|
32
|
+
return {
|
|
33
|
+
"backingStoreEnabled": n => { getMemberGroupsPostRequestBody.backingStoreEnabled = true; },
|
|
34
|
+
"securityEnabledOnly": n => { getMemberGroupsPostRequestBody.securityEnabledOnly = n.getBooleanValue(); },
|
|
35
|
+
};
|
|
36
|
+
}
|
|
37
|
+
exports.deserializeIntoGetMemberGroupsPostRequestBody = deserializeIntoGetMemberGroupsPostRequestBody;
|
|
38
|
+
/**
|
|
39
|
+
* The deserialization information for the current model
|
|
40
|
+
* @returns a Record<string, (node: ParseNode) => void>
|
|
41
|
+
*/
|
|
42
|
+
function deserializeIntoGetMemberGroupsPostResponse(getMemberGroupsPostResponse = {}) {
|
|
43
|
+
return Object.assign(Object.assign({}, (0, models_1.deserializeIntoBaseCollectionPaginationCountResponse)(getMemberGroupsPostResponse)), { "value": n => { getMemberGroupsPostResponse.value = n.getCollectionOfPrimitiveValues(); } });
|
|
44
|
+
}
|
|
45
|
+
exports.deserializeIntoGetMemberGroupsPostResponse = deserializeIntoGetMemberGroupsPostResponse;
|
|
46
|
+
/**
|
|
47
|
+
* Serializes information the current object
|
|
48
|
+
* @param writer Serialization writer to use to serialize this model
|
|
49
|
+
*/
|
|
50
|
+
function serializeGetMemberGroupsPostRequestBody(writer, getMemberGroupsPostRequestBody = {}) {
|
|
51
|
+
writer.writeBooleanValue("securityEnabledOnly", getMemberGroupsPostRequestBody.securityEnabledOnly);
|
|
52
|
+
writer.writeAdditionalData(getMemberGroupsPostRequestBody.additionalData);
|
|
53
|
+
}
|
|
54
|
+
exports.serializeGetMemberGroupsPostRequestBody = serializeGetMemberGroupsPostRequestBody;
|
|
55
|
+
/**
|
|
56
|
+
* Serializes information the current object
|
|
57
|
+
* @param writer Serialization writer to use to serialize this model
|
|
58
|
+
*/
|
|
59
|
+
function serializeGetMemberGroupsPostResponse(writer, getMemberGroupsPostResponse = {}) {
|
|
60
|
+
(0, models_1.serializeBaseCollectionPaginationCountResponse)(writer, getMemberGroupsPostResponse);
|
|
61
|
+
writer.writeCollectionOfPrimitiveValues("value", getMemberGroupsPostResponse.value);
|
|
62
|
+
}
|
|
63
|
+
exports.serializeGetMemberGroupsPostResponse = serializeGetMemberGroupsPostResponse;
|
|
64
|
+
/**
|
|
65
|
+
* Metadata for all the requests in the request builder.
|
|
66
|
+
*/
|
|
67
|
+
exports.GetMemberGroupsRequestBuilderRequestsMetadata = {
|
|
68
|
+
post: {
|
|
69
|
+
responseBodyContentType: "application/json",
|
|
70
|
+
errorMappings: {
|
|
71
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
72
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
73
|
+
},
|
|
74
|
+
adapterMethodName: "sendAsync",
|
|
75
|
+
responseBodyFactory: createGetMemberGroupsPostResponseFromDiscriminatorValue,
|
|
76
|
+
requestBodyContentType: "application/json",
|
|
77
|
+
requestBodySerializer: serializeGetMemberGroupsPostRequestBody,
|
|
78
|
+
requestInformationContentSetMethod: "setContentFromParsable",
|
|
79
|
+
},
|
|
80
|
+
};
|
|
81
|
+
/**
|
|
82
|
+
* Uri template for the request builder.
|
|
83
|
+
*/
|
|
84
|
+
exports.GetMemberGroupsRequestBuilderUriTemplate = "{+baseurl}/applications/{application%2Did}/getMemberGroups";
|
|
85
|
+
/* tslint:enable */
|
|
86
|
+
/* eslint-enable */
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
import { type BaseCollectionPaginationCountResponse } from '@microsoft/msgraph-sdk/models/';
|
|
2
|
+
import { type AdditionalDataHolder, type BackedModel, type BaseRequestBuilder, type Parsable, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';
|
|
3
|
+
/**
|
|
4
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
5
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
6
|
+
* @returns a getMemberObjectsPostRequestBody
|
|
7
|
+
*/
|
|
8
|
+
export declare function createGetMemberObjectsPostRequestBodyFromDiscriminatorValue(parseNode: ParseNode | undefined): typeof deserializeIntoGetMemberObjectsPostRequestBody;
|
|
9
|
+
/**
|
|
10
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
11
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
12
|
+
* @returns a getMemberObjectsPostResponse
|
|
13
|
+
*/
|
|
14
|
+
export declare function createGetMemberObjectsPostResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): typeof deserializeIntoGetMemberObjectsPostResponse;
|
|
15
|
+
/**
|
|
16
|
+
* The deserialization information for the current model
|
|
17
|
+
* @returns a Record<string, (node: ParseNode) => void>
|
|
18
|
+
*/
|
|
19
|
+
export declare function deserializeIntoGetMemberObjectsPostRequestBody(getMemberObjectsPostRequestBody?: GetMemberObjectsPostRequestBody | undefined): Record<string, (node: ParseNode) => void>;
|
|
20
|
+
/**
|
|
21
|
+
* The deserialization information for the current model
|
|
22
|
+
* @returns a Record<string, (node: ParseNode) => void>
|
|
23
|
+
*/
|
|
24
|
+
export declare function deserializeIntoGetMemberObjectsPostResponse(getMemberObjectsPostResponse?: GetMemberObjectsPostResponse | undefined): Record<string, (node: ParseNode) => void>;
|
|
25
|
+
export interface GetMemberObjectsPostRequestBody extends AdditionalDataHolder, BackedModel, Parsable {
|
|
26
|
+
/**
|
|
27
|
+
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
28
|
+
*/
|
|
29
|
+
additionalData?: Record<string, unknown>;
|
|
30
|
+
/**
|
|
31
|
+
* Stores model information.
|
|
32
|
+
*/
|
|
33
|
+
backingStoreEnabled?: boolean;
|
|
34
|
+
/**
|
|
35
|
+
* The securityEnabledOnly property
|
|
36
|
+
*/
|
|
37
|
+
securityEnabledOnly?: boolean;
|
|
38
|
+
}
|
|
39
|
+
export interface GetMemberObjectsPostResponse extends BaseCollectionPaginationCountResponse, Parsable {
|
|
40
|
+
/**
|
|
41
|
+
* The value property
|
|
42
|
+
*/
|
|
43
|
+
value?: string[];
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* Provides operations to call the getMemberObjects method.
|
|
47
|
+
*/
|
|
48
|
+
export interface GetMemberObjectsRequestBuilder extends BaseRequestBuilder<GetMemberObjectsRequestBuilder> {
|
|
49
|
+
/**
|
|
50
|
+
* Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles.
|
|
51
|
+
* @param body The request body
|
|
52
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
53
|
+
* @returns a Promise of GetMemberObjectsPostResponse
|
|
54
|
+
* @see {@link https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0|Find more info here}
|
|
55
|
+
*/
|
|
56
|
+
post(body: GetMemberObjectsPostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<GetMemberObjectsPostResponse | undefined>;
|
|
57
|
+
/**
|
|
58
|
+
* Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles.
|
|
59
|
+
* @param body The request body
|
|
60
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
61
|
+
* @returns a RequestInformation
|
|
62
|
+
*/
|
|
63
|
+
toPostRequestInformation(body: GetMemberObjectsPostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
64
|
+
}
|
|
65
|
+
/**
|
|
66
|
+
* Serializes information the current object
|
|
67
|
+
* @param writer Serialization writer to use to serialize this model
|
|
68
|
+
*/
|
|
69
|
+
export declare function serializeGetMemberObjectsPostRequestBody(writer: SerializationWriter, getMemberObjectsPostRequestBody?: GetMemberObjectsPostRequestBody | undefined): void;
|
|
70
|
+
/**
|
|
71
|
+
* Serializes information the current object
|
|
72
|
+
* @param writer Serialization writer to use to serialize this model
|
|
73
|
+
*/
|
|
74
|
+
export declare function serializeGetMemberObjectsPostResponse(writer: SerializationWriter, getMemberObjectsPostResponse?: GetMemberObjectsPostResponse | undefined): void;
|
|
75
|
+
/**
|
|
76
|
+
* Metadata for all the requests in the request builder.
|
|
77
|
+
*/
|
|
78
|
+
export declare const GetMemberObjectsRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
79
|
+
/**
|
|
80
|
+
* Uri template for the request builder.
|
|
81
|
+
*/
|
|
82
|
+
export declare const GetMemberObjectsRequestBuilderUriTemplate = "{+baseurl}/applications/{application%2Did}/getMemberObjects";
|
|
83
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAwG,KAAK,qCAAqC,EAAE,MAAM,gCAAgC,CAAC;AAElM,OAAO,EAAE,KAAK,oBAAoB,EAAE,KAAK,WAAW,EAAqB,KAAK,kBAAkB,EAAE,KAAK,QAAQ,EAAwB,KAAK,SAAS,EAAE,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,KAAK,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AAElS;;;;GAIG;AACH,wBAAgB,2DAA2D,CAAC,SAAS,EAAE,SAAS,GAAG,SAAS,yDAE3G;AACD;;;;GAIG;AACH,wBAAgB,wDAAwD,CAAC,SAAS,EAAE,SAAS,GAAG,SAAS,sDAExG;AACD;;;GAGG;AACH,wBAAgB,8CAA8C,CAAC,+BAA+B,GAAE,+BAA+B,GAAG,SAAiD,GAAI,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAK/N;AACD;;;GAGG;AACH,wBAAgB,2CAA2C,CAAC,4BAA4B,GAAE,4BAA4B,GAAG,SAA8C,GAAI,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAKnN;AACD,MAAM,WAAW,+BAAgC,SAAQ,oBAAoB,EAAE,WAAW,EAAE,QAAQ;IAChG;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzC;;OAEG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B;;OAEG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;CACjC;AACD,MAAM,WAAW,4BAA6B,SAAQ,qCAAqC,EAAE,QAAQ;IACjG;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,EAAE,CAAC;CACpB;AACD;;GAEG;AACH,MAAM,WAAW,8BAA+B,SAAQ,kBAAkB,CAAC,8BAA8B,CAAC;IACtG;;;;;;OAMG;IACF,IAAI,CAAC,IAAI,EAAE,+BAA+B,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,4BAA4B,GAAG,SAAS,CAAC,CAAC;IAClK;;;;;OAKG;IACF,wBAAwB,CAAC,IAAI,EAAE,+BAA+B,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAC1J;AACD;;;GAGG;AACH,wBAAgB,wCAAwC,CAAC,MAAM,EAAE,mBAAmB,EAAE,+BAA+B,GAAE,+BAA+B,GAAG,SAAiD,GAAI,IAAI,CAGjN;AACD;;;GAGG;AACH,wBAAgB,qCAAqC,CAAC,MAAM,EAAE,mBAAmB,EAAE,4BAA4B,GAAE,4BAA4B,GAAG,SAA8C,GAAI,IAAI,CAGrM;AACD;;GAEG;AACH,eAAO,MAAM,8CAA8C,EAAE,gBAa5D,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,yCAAyC,gEAAgE,CAAC"}
|