@microsoft/msgraph-sdk-identity 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/identity/apiConnectors/count/index.d.ts +40 -0
- package/identity/apiConnectors/count/index.d.ts.map +1 -0
- package/identity/apiConnectors/count/index.js +35 -0
- package/identity/apiConnectors/index.d.ts +97 -0
- package/identity/apiConnectors/index.d.ts.map +1 -0
- package/identity/apiConnectors/index.js +71 -0
- package/identity/apiConnectors/item/index.d.ts +78 -0
- package/identity/apiConnectors/item/index.d.ts.map +1 -0
- package/identity/apiConnectors/item/index.js +66 -0
- package/identity/apiConnectors/item/uploadClientCertificate/index.d.ts +65 -0
- package/identity/apiConnectors/item/uploadClientCertificate/index.d.ts.map +1 -0
- package/identity/apiConnectors/item/uploadClientCertificate/index.js +62 -0
- package/identity/b2xUserFlows/count/index.d.ts +40 -0
- package/identity/b2xUserFlows/count/index.d.ts.map +1 -0
- package/identity/b2xUserFlows/count/index.js +35 -0
- package/identity/b2xUserFlows/index.d.ts +97 -0
- package/identity/b2xUserFlows/index.d.ts.map +1 -0
- package/identity/b2xUserFlows/index.js +71 -0
- package/identity/b2xUserFlows/item/apiConnectorConfiguration/index.d.ts +55 -0
- package/identity/b2xUserFlows/item/apiConnectorConfiguration/index.d.ts.map +1 -0
- package/identity/b2xUserFlows/item/apiConnectorConfiguration/index.js +53 -0
- package/identity/b2xUserFlows/item/apiConnectorConfiguration/postAttributeCollection/index.d.ts +80 -0
- package/identity/b2xUserFlows/item/apiConnectorConfiguration/postAttributeCollection/index.d.ts.map +1 -0
- package/identity/b2xUserFlows/item/apiConnectorConfiguration/postAttributeCollection/index.js +71 -0
- package/identity/b2xUserFlows/item/apiConnectorConfiguration/postAttributeCollection/ref/index.d.ts +52 -0
- package/identity/b2xUserFlows/item/apiConnectorConfiguration/postAttributeCollection/ref/index.d.ts.map +1 -0
- package/identity/b2xUserFlows/item/apiConnectorConfiguration/postAttributeCollection/ref/index.js +47 -0
- package/identity/b2xUserFlows/item/apiConnectorConfiguration/postAttributeCollection/uploadClientCertificate/index.d.ts +65 -0
- package/identity/b2xUserFlows/item/apiConnectorConfiguration/postAttributeCollection/uploadClientCertificate/index.d.ts.map +1 -0
- package/identity/b2xUserFlows/item/apiConnectorConfiguration/postAttributeCollection/uploadClientCertificate/index.js +62 -0
- package/identity/b2xUserFlows/item/apiConnectorConfiguration/postFederationSignup/index.d.ts +80 -0
- package/identity/b2xUserFlows/item/apiConnectorConfiguration/postFederationSignup/index.d.ts.map +1 -0
- package/identity/b2xUserFlows/item/apiConnectorConfiguration/postFederationSignup/index.js +71 -0
- package/identity/b2xUserFlows/item/apiConnectorConfiguration/postFederationSignup/ref/index.d.ts +52 -0
- package/identity/b2xUserFlows/item/apiConnectorConfiguration/postFederationSignup/ref/index.d.ts.map +1 -0
- package/identity/b2xUserFlows/item/apiConnectorConfiguration/postFederationSignup/ref/index.js +47 -0
- package/identity/b2xUserFlows/item/apiConnectorConfiguration/postFederationSignup/uploadClientCertificate/index.d.ts +65 -0
- package/identity/b2xUserFlows/item/apiConnectorConfiguration/postFederationSignup/uploadClientCertificate/index.d.ts.map +1 -0
- package/identity/b2xUserFlows/item/apiConnectorConfiguration/postFederationSignup/uploadClientCertificate/index.js +62 -0
- package/identity/b2xUserFlows/item/identityProviders/count/index.d.ts +42 -0
- package/identity/b2xUserFlows/item/identityProviders/count/index.d.ts.map +1 -0
- package/identity/b2xUserFlows/item/identityProviders/count/index.js +35 -0
- package/identity/b2xUserFlows/item/identityProviders/index.d.ts +86 -0
- package/identity/b2xUserFlows/item/identityProviders/index.d.ts.map +1 -0
- package/identity/b2xUserFlows/item/identityProviders/index.js +58 -0
- package/identity/b2xUserFlows/item/identityProviders/item/index.d.ts +57 -0
- package/identity/b2xUserFlows/item/identityProviders/item/index.d.ts.map +1 -0
- package/identity/b2xUserFlows/item/identityProviders/item/index.js +44 -0
- package/identity/b2xUserFlows/item/index.d.ts +97 -0
- package/identity/b2xUserFlows/item/index.d.ts.map +1 -0
- package/identity/b2xUserFlows/item/index.js +91 -0
- package/identity/b2xUserFlows/item/languages/count/index.d.ts +40 -0
- package/identity/b2xUserFlows/item/languages/count/index.d.ts.map +1 -0
- package/identity/b2xUserFlows/item/languages/count/index.js +35 -0
- package/identity/b2xUserFlows/item/languages/index.d.ts +96 -0
- package/identity/b2xUserFlows/item/languages/index.d.ts.map +1 -0
- package/identity/b2xUserFlows/item/languages/index.js +71 -0
- package/identity/b2xUserFlows/item/languages/item/defaultPages/count/index.d.ts +40 -0
- package/identity/b2xUserFlows/item/languages/item/defaultPages/count/index.d.ts.map +1 -0
- package/identity/b2xUserFlows/item/languages/item/defaultPages/count/index.js +35 -0
- package/identity/b2xUserFlows/item/languages/item/defaultPages/index.d.ts +95 -0
- package/identity/b2xUserFlows/item/languages/item/defaultPages/index.d.ts.map +1 -0
- package/identity/b2xUserFlows/item/languages/item/defaultPages/index.js +71 -0
- package/identity/b2xUserFlows/item/languages/item/defaultPages/item/index.d.ts +75 -0
- package/identity/b2xUserFlows/item/languages/item/defaultPages/item/index.d.ts.map +1 -0
- package/identity/b2xUserFlows/item/languages/item/defaultPages/item/index.js +66 -0
- package/identity/b2xUserFlows/item/languages/item/defaultPages/item/value/index.d.ts +41 -0
- package/identity/b2xUserFlows/item/languages/item/defaultPages/item/value/index.d.ts.map +1 -0
- package/identity/b2xUserFlows/item/languages/item/defaultPages/item/value/index.js +38 -0
- package/identity/b2xUserFlows/item/languages/item/index.d.ts +81 -0
- package/identity/b2xUserFlows/item/languages/item/index.d.ts.map +1 -0
- package/identity/b2xUserFlows/item/languages/item/index.js +73 -0
- package/identity/b2xUserFlows/item/languages/item/overridesPages/count/index.d.ts +40 -0
- package/identity/b2xUserFlows/item/languages/item/overridesPages/count/index.d.ts.map +1 -0
- package/identity/b2xUserFlows/item/languages/item/overridesPages/count/index.js +35 -0
- package/identity/b2xUserFlows/item/languages/item/overridesPages/index.d.ts +96 -0
- package/identity/b2xUserFlows/item/languages/item/overridesPages/index.d.ts.map +1 -0
- package/identity/b2xUserFlows/item/languages/item/overridesPages/index.js +71 -0
- package/identity/b2xUserFlows/item/languages/item/overridesPages/item/index.d.ts +75 -0
- package/identity/b2xUserFlows/item/languages/item/overridesPages/item/index.d.ts.map +1 -0
- package/identity/b2xUserFlows/item/languages/item/overridesPages/item/index.js +66 -0
- package/identity/b2xUserFlows/item/languages/item/overridesPages/item/value/index.d.ts +42 -0
- package/identity/b2xUserFlows/item/languages/item/overridesPages/item/value/index.d.ts.map +1 -0
- package/identity/b2xUserFlows/item/languages/item/overridesPages/item/value/index.js +38 -0
- package/identity/b2xUserFlows/item/userAttributeAssignments/count/index.d.ts +40 -0
- package/identity/b2xUserFlows/item/userAttributeAssignments/count/index.d.ts.map +1 -0
- package/identity/b2xUserFlows/item/userAttributeAssignments/count/index.js +35 -0
- package/identity/b2xUserFlows/item/userAttributeAssignments/getOrder/index.d.ts +28 -0
- package/identity/b2xUserFlows/item/userAttributeAssignments/getOrder/index.d.ts.map +1 -0
- package/identity/b2xUserFlows/item/userAttributeAssignments/getOrder/index.js +28 -0
- package/identity/b2xUserFlows/item/userAttributeAssignments/index.d.ts +107 -0
- package/identity/b2xUserFlows/item/userAttributeAssignments/index.d.ts.map +1 -0
- package/identity/b2xUserFlows/item/userAttributeAssignments/index.js +81 -0
- package/identity/b2xUserFlows/item/userAttributeAssignments/item/index.d.ts +78 -0
- package/identity/b2xUserFlows/item/userAttributeAssignments/item/index.d.ts.map +1 -0
- package/identity/b2xUserFlows/item/userAttributeAssignments/item/index.js +66 -0
- package/identity/b2xUserFlows/item/userAttributeAssignments/item/userAttribute/index.d.ts +41 -0
- package/identity/b2xUserFlows/item/userAttributeAssignments/item/userAttribute/index.d.ts.map +1 -0
- package/identity/b2xUserFlows/item/userAttributeAssignments/item/userAttribute/index.js +36 -0
- package/identity/b2xUserFlows/item/userAttributeAssignments/setOrder/index.d.ts +60 -0
- package/identity/b2xUserFlows/item/userAttributeAssignments/setOrder/index.d.ts.map +1 -0
- package/identity/b2xUserFlows/item/userAttributeAssignments/setOrder/index.js +59 -0
- package/identity/b2xUserFlows/item/userFlowIdentityProviders/count/index.d.ts +40 -0
- package/identity/b2xUserFlows/item/userFlowIdentityProviders/count/index.d.ts.map +1 -0
- package/identity/b2xUserFlows/item/userFlowIdentityProviders/count/index.js +35 -0
- package/identity/b2xUserFlows/item/userFlowIdentityProviders/index.d.ts +86 -0
- package/identity/b2xUserFlows/item/userFlowIdentityProviders/index.d.ts.map +1 -0
- package/identity/b2xUserFlows/item/userFlowIdentityProviders/index.js +63 -0
- package/identity/b2xUserFlows/item/userFlowIdentityProviders/item/index.d.ts +20 -0
- package/identity/b2xUserFlows/item/userFlowIdentityProviders/item/index.d.ts.map +1 -0
- package/identity/b2xUserFlows/item/userFlowIdentityProviders/item/index.js +22 -0
- package/identity/b2xUserFlows/item/userFlowIdentityProviders/item/ref/index.d.ts +35 -0
- package/identity/b2xUserFlows/item/userFlowIdentityProviders/item/ref/index.d.ts.map +1 -0
- package/identity/b2xUserFlows/item/userFlowIdentityProviders/item/ref/index.js +33 -0
- package/identity/b2xUserFlows/item/userFlowIdentityProviders/ref/index.d.ts +70 -0
- package/identity/b2xUserFlows/item/userFlowIdentityProviders/ref/index.d.ts.map +1 -0
- package/identity/b2xUserFlows/item/userFlowIdentityProviders/ref/index.js +51 -0
- package/identity/conditionalAccess/authenticationContextClassReferences/count/index.d.ts +40 -0
- package/identity/conditionalAccess/authenticationContextClassReferences/count/index.d.ts.map +1 -0
- package/identity/conditionalAccess/authenticationContextClassReferences/count/index.js +35 -0
- package/identity/conditionalAccess/authenticationContextClassReferences/index.d.ts +96 -0
- package/identity/conditionalAccess/authenticationContextClassReferences/index.d.ts.map +1 -0
- package/identity/conditionalAccess/authenticationContextClassReferences/index.js +70 -0
- package/identity/conditionalAccess/authenticationContextClassReferences/item/index.d.ts +69 -0
- package/identity/conditionalAccess/authenticationContextClassReferences/item/index.d.ts.map +1 -0
- package/identity/conditionalAccess/authenticationContextClassReferences/item/index.js +56 -0
- package/identity/conditionalAccess/authenticationStrength/authenticationMethodModes/count/index.d.ts +40 -0
- package/identity/conditionalAccess/authenticationStrength/authenticationMethodModes/count/index.d.ts.map +1 -0
- package/identity/conditionalAccess/authenticationStrength/authenticationMethodModes/count/index.js +35 -0
- package/identity/conditionalAccess/authenticationStrength/authenticationMethodModes/index.d.ts +96 -0
- package/identity/conditionalAccess/authenticationStrength/authenticationMethodModes/index.d.ts.map +1 -0
- package/identity/conditionalAccess/authenticationStrength/authenticationMethodModes/index.js +70 -0
- package/identity/conditionalAccess/authenticationStrength/authenticationMethodModes/item/index.d.ts +66 -0
- package/identity/conditionalAccess/authenticationStrength/authenticationMethodModes/item/index.d.ts.map +1 -0
- package/identity/conditionalAccess/authenticationStrength/authenticationMethodModes/item/index.js +56 -0
- package/identity/conditionalAccess/authenticationStrength/index.d.ts +80 -0
- package/identity/conditionalAccess/authenticationStrength/index.d.ts.map +1 -0
- package/identity/conditionalAccess/authenticationStrength/index.js +73 -0
- package/identity/conditionalAccess/authenticationStrength/policies/count/index.d.ts +40 -0
- package/identity/conditionalAccess/authenticationStrength/policies/count/index.d.ts.map +1 -0
- package/identity/conditionalAccess/authenticationStrength/policies/count/index.js +35 -0
- package/identity/conditionalAccess/authenticationStrength/policies/index.d.ts +95 -0
- package/identity/conditionalAccess/authenticationStrength/policies/index.d.ts.map +1 -0
- package/identity/conditionalAccess/authenticationStrength/policies/index.js +71 -0
- package/identity/conditionalAccess/authenticationStrength/policies/item/combinationConfigurations/count/index.d.ts +40 -0
- package/identity/conditionalAccess/authenticationStrength/policies/item/combinationConfigurations/count/index.d.ts.map +1 -0
- package/identity/conditionalAccess/authenticationStrength/policies/item/combinationConfigurations/count/index.js +35 -0
- package/identity/conditionalAccess/authenticationStrength/policies/item/combinationConfigurations/index.d.ts +97 -0
- package/identity/conditionalAccess/authenticationStrength/policies/item/combinationConfigurations/index.d.ts.map +1 -0
- package/identity/conditionalAccess/authenticationStrength/policies/item/combinationConfigurations/index.js +70 -0
- package/identity/conditionalAccess/authenticationStrength/policies/item/combinationConfigurations/item/index.d.ts +69 -0
- package/identity/conditionalAccess/authenticationStrength/policies/item/combinationConfigurations/item/index.d.ts.map +1 -0
- package/identity/conditionalAccess/authenticationStrength/policies/item/combinationConfigurations/item/index.js +56 -0
- package/identity/conditionalAccess/authenticationStrength/policies/item/index.d.ts +85 -0
- package/identity/conditionalAccess/authenticationStrength/policies/item/index.d.ts.map +1 -0
- package/identity/conditionalAccess/authenticationStrength/policies/item/index.js +77 -0
- package/identity/conditionalAccess/authenticationStrength/policies/item/updateAllowedCombinations/index.d.ts +61 -0
- package/identity/conditionalAccess/authenticationStrength/policies/item/updateAllowedCombinations/index.d.ts.map +1 -0
- package/identity/conditionalAccess/authenticationStrength/policies/item/updateAllowedCombinations/index.js +61 -0
- package/identity/conditionalAccess/authenticationStrength/policies/item/usage/index.d.ts +28 -0
- package/identity/conditionalAccess/authenticationStrength/policies/item/usage/index.d.ts.map +1 -0
- package/identity/conditionalAccess/authenticationStrength/policies/item/usage/index.js +28 -0
- package/identity/conditionalAccess/index.d.ts +95 -0
- package/identity/conditionalAccess/index.d.ts.map +1 -0
- package/identity/conditionalAccess/index.js +91 -0
- package/identity/conditionalAccess/namedLocations/count/index.d.ts +40 -0
- package/identity/conditionalAccess/namedLocations/count/index.d.ts.map +1 -0
- package/identity/conditionalAccess/namedLocations/count/index.js +35 -0
- package/identity/conditionalAccess/namedLocations/index.d.ts +97 -0
- package/identity/conditionalAccess/namedLocations/index.d.ts.map +1 -0
- package/identity/conditionalAccess/namedLocations/index.js +70 -0
- package/identity/conditionalAccess/namedLocations/item/index.d.ts +69 -0
- package/identity/conditionalAccess/namedLocations/item/index.d.ts.map +1 -0
- package/identity/conditionalAccess/namedLocations/item/index.js +56 -0
- package/identity/conditionalAccess/policies/count/index.d.ts +40 -0
- package/identity/conditionalAccess/policies/count/index.d.ts.map +1 -0
- package/identity/conditionalAccess/policies/count/index.js +35 -0
- package/identity/conditionalAccess/policies/index.d.ts +97 -0
- package/identity/conditionalAccess/policies/index.d.ts.map +1 -0
- package/identity/conditionalAccess/policies/index.js +70 -0
- package/identity/conditionalAccess/policies/item/index.d.ts +69 -0
- package/identity/conditionalAccess/policies/item/index.d.ts.map +1 -0
- package/identity/conditionalAccess/policies/item/index.js +56 -0
- package/identity/conditionalAccess/templates/count/index.d.ts +40 -0
- package/identity/conditionalAccess/templates/count/index.d.ts.map +1 -0
- package/identity/conditionalAccess/templates/count/index.js +35 -0
- package/identity/conditionalAccess/templates/index.d.ts +82 -0
- package/identity/conditionalAccess/templates/index.d.ts.map +1 -0
- package/identity/conditionalAccess/templates/index.js +58 -0
- package/identity/conditionalAccess/templates/item/index.d.ts +42 -0
- package/identity/conditionalAccess/templates/item/index.d.ts.map +1 -0
- package/identity/conditionalAccess/templates/item/index.js +36 -0
- package/identity/identityProviders/availableProviderTypes/index.d.ts +75 -0
- package/identity/identityProviders/availableProviderTypes/index.d.ts.map +1 -0
- package/identity/identityProviders/availableProviderTypes/index.js +65 -0
- package/identity/identityProviders/count/index.d.ts +40 -0
- package/identity/identityProviders/count/index.d.ts.map +1 -0
- package/identity/identityProviders/count/index.js +35 -0
- package/identity/identityProviders/index.d.ts +102 -0
- package/identity/identityProviders/index.d.ts.map +1 -0
- package/identity/identityProviders/index.js +75 -0
- package/identity/identityProviders/item/index.d.ts +69 -0
- package/identity/identityProviders/item/index.d.ts.map +1 -0
- package/identity/identityProviders/item/index.js +56 -0
- package/identity/index.d.ts +84 -0
- package/identity/index.d.ts.map +1 -0
- package/identity/index.js +83 -0
- package/identity/userFlowAttributes/count/index.d.ts +40 -0
- package/identity/userFlowAttributes/count/index.d.ts.map +1 -0
- package/identity/userFlowAttributes/count/index.js +35 -0
- package/identity/userFlowAttributes/index.d.ts +97 -0
- package/identity/userFlowAttributes/index.d.ts.map +1 -0
- package/identity/userFlowAttributes/index.js +70 -0
- package/identity/userFlowAttributes/item/index.d.ts +69 -0
- package/identity/userFlowAttributes/item/index.d.ts.map +1 -0
- package/identity/userFlowAttributes/item/index.js +56 -0
- package/identityServiceClient.d.ts +25 -0
- package/identityServiceClient.d.ts.map +1 -0
- package/identityServiceClient.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,95 @@
|
|
|
1
|
+
import { type ConditionalAccessRoot } from '@microsoft/msgraph-sdk/models/';
|
|
2
|
+
import { type AuthenticationContextClassReferencesRequestBuilder } from './authenticationContextClassReferences/';
|
|
3
|
+
import { type AuthenticationStrengthRequestBuilder } from './authenticationStrength/';
|
|
4
|
+
import { type NamedLocationsRequestBuilder } from './namedLocations/';
|
|
5
|
+
import { type PoliciesRequestBuilder } from './policies/';
|
|
6
|
+
import { type TemplatesRequestBuilder } from './templates/';
|
|
7
|
+
import { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
|
|
8
|
+
/**
|
|
9
|
+
* Provides operations to manage the conditionalAccess property of the microsoft.graph.identityContainer entity.
|
|
10
|
+
*/
|
|
11
|
+
export interface ConditionalAccessRequestBuilder extends BaseRequestBuilder<ConditionalAccessRequestBuilder> {
|
|
12
|
+
/**
|
|
13
|
+
* Provides operations to manage the authenticationContextClassReferences property of the microsoft.graph.conditionalAccessRoot entity.
|
|
14
|
+
*/
|
|
15
|
+
get authenticationContextClassReferences(): AuthenticationContextClassReferencesRequestBuilder;
|
|
16
|
+
/**
|
|
17
|
+
* Provides operations to manage the authenticationStrength property of the microsoft.graph.conditionalAccessRoot entity.
|
|
18
|
+
*/
|
|
19
|
+
get authenticationStrength(): AuthenticationStrengthRequestBuilder;
|
|
20
|
+
/**
|
|
21
|
+
* Provides operations to manage the namedLocations property of the microsoft.graph.conditionalAccessRoot entity.
|
|
22
|
+
*/
|
|
23
|
+
get namedLocations(): NamedLocationsRequestBuilder;
|
|
24
|
+
/**
|
|
25
|
+
* Provides operations to manage the policies property of the microsoft.graph.conditionalAccessRoot entity.
|
|
26
|
+
*/
|
|
27
|
+
get policies(): PoliciesRequestBuilder;
|
|
28
|
+
/**
|
|
29
|
+
* Provides operations to manage the templates property of the microsoft.graph.conditionalAccessRoot entity.
|
|
30
|
+
*/
|
|
31
|
+
get templates(): TemplatesRequestBuilder;
|
|
32
|
+
/**
|
|
33
|
+
* Delete navigation property conditionalAccess for identity
|
|
34
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
35
|
+
*/
|
|
36
|
+
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
37
|
+
/**
|
|
38
|
+
* the entry point for the Conditional Access (CA) object model.
|
|
39
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
40
|
+
* @returns a Promise of ConditionalAccessRoot
|
|
41
|
+
*/
|
|
42
|
+
get(requestConfiguration?: RequestConfiguration<ConditionalAccessRequestBuilderGetQueryParameters> | undefined): Promise<ConditionalAccessRoot | undefined>;
|
|
43
|
+
/**
|
|
44
|
+
* Update the navigation property conditionalAccess in identity
|
|
45
|
+
* @param body The request body
|
|
46
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
47
|
+
* @returns a Promise of ConditionalAccessRoot
|
|
48
|
+
*/
|
|
49
|
+
patch(body: ConditionalAccessRoot, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<ConditionalAccessRoot | undefined>;
|
|
50
|
+
/**
|
|
51
|
+
* Delete navigation property conditionalAccess for identity
|
|
52
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
53
|
+
* @returns a RequestInformation
|
|
54
|
+
*/
|
|
55
|
+
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
56
|
+
/**
|
|
57
|
+
* the entry point for the Conditional Access (CA) object model.
|
|
58
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
59
|
+
* @returns a RequestInformation
|
|
60
|
+
*/
|
|
61
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<ConditionalAccessRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
62
|
+
/**
|
|
63
|
+
* Update the navigation property conditionalAccess in identity
|
|
64
|
+
* @param body The request body
|
|
65
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
66
|
+
* @returns a RequestInformation
|
|
67
|
+
*/
|
|
68
|
+
toPatchRequestInformation(body: ConditionalAccessRoot, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
69
|
+
}
|
|
70
|
+
/**
|
|
71
|
+
* the entry point for the Conditional Access (CA) object model.
|
|
72
|
+
*/
|
|
73
|
+
export interface ConditionalAccessRequestBuilderGetQueryParameters {
|
|
74
|
+
/**
|
|
75
|
+
* Expand related entities
|
|
76
|
+
*/
|
|
77
|
+
expand?: string[];
|
|
78
|
+
/**
|
|
79
|
+
* Select properties to be returned
|
|
80
|
+
*/
|
|
81
|
+
select?: string[];
|
|
82
|
+
}
|
|
83
|
+
/**
|
|
84
|
+
* Metadata for all the navigation properties in the request builder.
|
|
85
|
+
*/
|
|
86
|
+
export declare const ConditionalAccessRequestBuilderNavigationMetadata: Record<Exclude<keyof ConditionalAccessRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata>;
|
|
87
|
+
/**
|
|
88
|
+
* Metadata for all the requests in the request builder.
|
|
89
|
+
*/
|
|
90
|
+
export declare const ConditionalAccessRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
91
|
+
/**
|
|
92
|
+
* Uri template for the request builder.
|
|
93
|
+
*/
|
|
94
|
+
export declare const ConditionalAccessRequestBuilderUriTemplate = "{+baseurl}/identity/conditionalAccess{?%24select,%24expand}";
|
|
95
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAqF,KAAK,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;AAE/J,OAAO,EAA2M,KAAK,kDAAkD,EAAE,MAAM,yCAAyC,CAAC;AAC3T,OAAO,EAAiK,KAAK,oCAAoC,EAAE,MAAM,2BAA2B,CAAC;AACrP,OAAO,EAAyI,KAAK,4BAA4B,EAAE,MAAM,mBAAmB,CAAC;AAC7M,OAAO,EAAuH,KAAK,sBAAsB,EAAE,MAAM,aAAa,CAAC;AAC/K,OAAO,EAA0H,KAAK,uBAAuB,EAAE,MAAM,cAAc,CAAC;AACpL,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,+BAAgC,SAAQ,kBAAkB,CAAC,+BAA+B,CAAC;IACxG;;OAEG;IACH,IAAI,oCAAoC,IAAI,kDAAkD,CAAC;IAC/F;;OAEG;IACH,IAAI,sBAAsB,IAAI,oCAAoC,CAAC;IACnE;;OAEG;IACH,IAAI,cAAc,IAAI,4BAA4B,CAAC;IACnD;;OAEG;IACH,IAAI,QAAQ,IAAI,sBAAsB,CAAC;IACvC;;OAEG;IACH,IAAI,SAAS,IAAI,uBAAuB,CAAC;IACzC;;;OAGG;IACF,MAAM,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IACzF;;;;OAIG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,iDAAiD,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,qBAAqB,GAAG,SAAS,CAAC,CAAC;IAC9J;;;;;OAKG;IACF,KAAK,CAAC,IAAI,EAAE,qBAAqB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,qBAAqB,GAAG,SAAS,CAAC,CAAC;IAClJ;;;;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,iDAAiD,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAC1J;;;;;OAKG;IACF,yBAAyB,CAAC,IAAI,EAAE,qBAAqB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACjJ;AACD;;GAEG;AACH,MAAM,WAAW,iDAAiD;IAC9D;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AAQD;;GAEG;AACH,eAAO,MAAM,iDAAiD,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,+BAA+B,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CA0B5K,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,+CAA+C,EAAE,gBA+B7D,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,0CAA0C,gEAAgE,CAAC"}
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ConditionalAccessRequestBuilderUriTemplate = exports.ConditionalAccessRequestBuilderRequestsMetadata = exports.ConditionalAccessRequestBuilderNavigationMetadata = 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 authenticationContextClassReferences_1 = require("./authenticationContextClassReferences/");
|
|
10
|
+
const authenticationStrength_1 = require("./authenticationStrength/");
|
|
11
|
+
const namedLocations_1 = require("./namedLocations/");
|
|
12
|
+
const policies_1 = require("./policies/");
|
|
13
|
+
const templates_1 = require("./templates/");
|
|
14
|
+
/**
|
|
15
|
+
* Mapper for query parameters from symbol name to serialization name represented as a constant.
|
|
16
|
+
*/
|
|
17
|
+
const ConditionalAccessRequestBuilderGetQueryParametersMapper = {
|
|
18
|
+
"expand": "%24expand",
|
|
19
|
+
"select": "%24select",
|
|
20
|
+
};
|
|
21
|
+
/**
|
|
22
|
+
* Metadata for all the navigation properties in the request builder.
|
|
23
|
+
*/
|
|
24
|
+
exports.ConditionalAccessRequestBuilderNavigationMetadata = {
|
|
25
|
+
authenticationContextClassReferences: {
|
|
26
|
+
uriTemplate: authenticationContextClassReferences_1.AuthenticationContextClassReferencesRequestBuilderUriTemplate,
|
|
27
|
+
requestsMetadata: authenticationContextClassReferences_1.AuthenticationContextClassReferencesRequestBuilderRequestsMetadata,
|
|
28
|
+
navigationMetadata: authenticationContextClassReferences_1.AuthenticationContextClassReferencesRequestBuilderNavigationMetadata,
|
|
29
|
+
},
|
|
30
|
+
authenticationStrength: {
|
|
31
|
+
uriTemplate: authenticationStrength_1.AuthenticationStrengthRequestBuilderUriTemplate,
|
|
32
|
+
requestsMetadata: authenticationStrength_1.AuthenticationStrengthRequestBuilderRequestsMetadata,
|
|
33
|
+
navigationMetadata: authenticationStrength_1.AuthenticationStrengthRequestBuilderNavigationMetadata,
|
|
34
|
+
},
|
|
35
|
+
namedLocations: {
|
|
36
|
+
uriTemplate: namedLocations_1.NamedLocationsRequestBuilderUriTemplate,
|
|
37
|
+
requestsMetadata: namedLocations_1.NamedLocationsRequestBuilderRequestsMetadata,
|
|
38
|
+
navigationMetadata: namedLocations_1.NamedLocationsRequestBuilderNavigationMetadata,
|
|
39
|
+
},
|
|
40
|
+
policies: {
|
|
41
|
+
uriTemplate: policies_1.PoliciesRequestBuilderUriTemplate,
|
|
42
|
+
requestsMetadata: policies_1.PoliciesRequestBuilderRequestsMetadata,
|
|
43
|
+
navigationMetadata: policies_1.PoliciesRequestBuilderNavigationMetadata,
|
|
44
|
+
},
|
|
45
|
+
templates: {
|
|
46
|
+
uriTemplate: templates_1.TemplatesRequestBuilderUriTemplate,
|
|
47
|
+
requestsMetadata: templates_1.TemplatesRequestBuilderRequestsMetadata,
|
|
48
|
+
navigationMetadata: templates_1.TemplatesRequestBuilderNavigationMetadata,
|
|
49
|
+
},
|
|
50
|
+
};
|
|
51
|
+
/**
|
|
52
|
+
* Metadata for all the requests in the request builder.
|
|
53
|
+
*/
|
|
54
|
+
exports.ConditionalAccessRequestBuilderRequestsMetadata = {
|
|
55
|
+
delete: {
|
|
56
|
+
responseBodyContentType: "application/json",
|
|
57
|
+
errorMappings: {
|
|
58
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
59
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
60
|
+
},
|
|
61
|
+
adapterMethodName: "sendNoResponseContentAsync",
|
|
62
|
+
},
|
|
63
|
+
get: {
|
|
64
|
+
responseBodyContentType: "application/json",
|
|
65
|
+
errorMappings: {
|
|
66
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
67
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
68
|
+
},
|
|
69
|
+
adapterMethodName: "sendAsync",
|
|
70
|
+
responseBodyFactory: models_1.createConditionalAccessRootFromDiscriminatorValue,
|
|
71
|
+
queryParametersMapper: ConditionalAccessRequestBuilderGetQueryParametersMapper,
|
|
72
|
+
},
|
|
73
|
+
patch: {
|
|
74
|
+
responseBodyContentType: "application/json",
|
|
75
|
+
errorMappings: {
|
|
76
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
77
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
78
|
+
},
|
|
79
|
+
adapterMethodName: "sendAsync",
|
|
80
|
+
responseBodyFactory: models_1.createConditionalAccessRootFromDiscriminatorValue,
|
|
81
|
+
requestBodyContentType: "application/json",
|
|
82
|
+
requestBodySerializer: models_1.serializeConditionalAccessRoot,
|
|
83
|
+
requestInformationContentSetMethod: "setContentFromParsable",
|
|
84
|
+
},
|
|
85
|
+
};
|
|
86
|
+
/**
|
|
87
|
+
* Uri template for the request builder.
|
|
88
|
+
*/
|
|
89
|
+
exports.ConditionalAccessRequestBuilderUriTemplate = "{+baseurl}/identity/conditionalAccess{?%24select,%24expand}";
|
|
90
|
+
/* tslint:enable */
|
|
91
|
+
/* eslint-enable */
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { type BaseRequestBuilder, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
|
|
2
|
+
/**
|
|
3
|
+
* Provides operations to count the resources in the collection.
|
|
4
|
+
*/
|
|
5
|
+
export interface CountRequestBuilder extends BaseRequestBuilder<CountRequestBuilder> {
|
|
6
|
+
/**
|
|
7
|
+
* Get the number of the resource
|
|
8
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
9
|
+
* @returns a Promise of Integer
|
|
10
|
+
*/
|
|
11
|
+
get(requestConfiguration?: RequestConfiguration<CountRequestBuilderGetQueryParameters> | undefined): Promise<number | undefined>;
|
|
12
|
+
/**
|
|
13
|
+
* Get the number of the resource
|
|
14
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
15
|
+
* @returns a RequestInformation
|
|
16
|
+
*/
|
|
17
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<CountRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Get the number of the resource
|
|
21
|
+
*/
|
|
22
|
+
export interface CountRequestBuilderGetQueryParameters {
|
|
23
|
+
/**
|
|
24
|
+
* Filter items by property values
|
|
25
|
+
*/
|
|
26
|
+
filter?: string;
|
|
27
|
+
/**
|
|
28
|
+
* Search items by search phrases
|
|
29
|
+
*/
|
|
30
|
+
search?: string;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Metadata for all the requests in the request builder.
|
|
34
|
+
*/
|
|
35
|
+
export declare const CountRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
36
|
+
/**
|
|
37
|
+
* Uri template for the request builder.
|
|
38
|
+
*/
|
|
39
|
+
export declare const CountRequestBuilderUriTemplate = "{+baseurl}/identity/conditionalAccess/namedLocations/$count{?%24search,%24filter}";
|
|
40
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAExL;;GAEG;AACH,MAAM,WAAW,mBAAoB,SAAQ,kBAAkB,CAAC,mBAAmB,CAAC;IAChF;;;;OAIG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,qCAAqC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACnI;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,qCAAqC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACjJ;AACD;;GAEG;AACH,MAAM,WAAW,qCAAqC;IAClD;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB;AAQD;;GAEG;AACH,eAAO,MAAM,mCAAmC,EAAE,gBAWjD,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,8BAA8B,sFAAsF,CAAC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CountRequestBuilderUriTemplate = exports.CountRequestBuilderRequestsMetadata = void 0;
|
|
4
|
+
/* tslint:disable */
|
|
5
|
+
/* eslint-disable */
|
|
6
|
+
// Generated by Microsoft Kiota
|
|
7
|
+
const oDataErrors_1 = require("@microsoft/msgraph-sdk/models/oDataErrors/");
|
|
8
|
+
/**
|
|
9
|
+
* Mapper for query parameters from symbol name to serialization name represented as a constant.
|
|
10
|
+
*/
|
|
11
|
+
const CountRequestBuilderGetQueryParametersMapper = {
|
|
12
|
+
"filter": "%24filter",
|
|
13
|
+
"search": "%24search",
|
|
14
|
+
};
|
|
15
|
+
/**
|
|
16
|
+
* Metadata for all the requests in the request builder.
|
|
17
|
+
*/
|
|
18
|
+
exports.CountRequestBuilderRequestsMetadata = {
|
|
19
|
+
get: {
|
|
20
|
+
responseBodyContentType: "text/plain;q=0.9",
|
|
21
|
+
errorMappings: {
|
|
22
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
23
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
24
|
+
},
|
|
25
|
+
adapterMethodName: "sendPrimitiveAsync",
|
|
26
|
+
responseBodyFactory: "number",
|
|
27
|
+
queryParametersMapper: CountRequestBuilderGetQueryParametersMapper,
|
|
28
|
+
},
|
|
29
|
+
};
|
|
30
|
+
/**
|
|
31
|
+
* Uri template for the request builder.
|
|
32
|
+
*/
|
|
33
|
+
exports.CountRequestBuilderUriTemplate = "{+baseurl}/identity/conditionalAccess/namedLocations/$count{?%24search,%24filter}";
|
|
34
|
+
/* tslint:enable */
|
|
35
|
+
/* eslint-enable */
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
import { type NamedLocation, type NamedLocationCollectionResponse } from '@microsoft/msgraph-sdk/models/';
|
|
2
|
+
import { type CountRequestBuilder } from './count/';
|
|
3
|
+
import { type NamedLocationItemRequestBuilder } 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 namedLocations property of the microsoft.graph.conditionalAccessRoot entity.
|
|
7
|
+
*/
|
|
8
|
+
export interface NamedLocationsRequestBuilder extends BaseRequestBuilder<NamedLocationsRequestBuilder> {
|
|
9
|
+
/**
|
|
10
|
+
* Provides operations to count the resources in the collection.
|
|
11
|
+
*/
|
|
12
|
+
get count(): CountRequestBuilder;
|
|
13
|
+
/**
|
|
14
|
+
* Provides operations to manage the namedLocations property of the microsoft.graph.conditionalAccessRoot entity.
|
|
15
|
+
* @param namedLocationId The unique identifier of namedLocation
|
|
16
|
+
* @returns a NamedLocationItemRequestBuilder
|
|
17
|
+
*/
|
|
18
|
+
byNamedLocationId(namedLocationId: string): NamedLocationItemRequestBuilder;
|
|
19
|
+
/**
|
|
20
|
+
* Get a list of namedLocation objects.
|
|
21
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
22
|
+
* @returns a Promise of NamedLocationCollectionResponse
|
|
23
|
+
* @see {@link https://learn.microsoft.com/graph/api/conditionalaccessroot-list-namedlocations?view=graph-rest-1.0|Find more info here}
|
|
24
|
+
*/
|
|
25
|
+
get(requestConfiguration?: RequestConfiguration<NamedLocationsRequestBuilderGetQueryParameters> | undefined): Promise<NamedLocationCollectionResponse | undefined>;
|
|
26
|
+
/**
|
|
27
|
+
* Create a new namedLocation object. Named locations can be either ipNamedLocation or countryNamedLocation objects.
|
|
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 NamedLocation
|
|
31
|
+
* @see {@link https://learn.microsoft.com/graph/api/conditionalaccessroot-post-namedlocations?view=graph-rest-1.0|Find more info here}
|
|
32
|
+
*/
|
|
33
|
+
post(body: NamedLocation, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<NamedLocation | undefined>;
|
|
34
|
+
/**
|
|
35
|
+
* Get a list of namedLocation objects.
|
|
36
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
37
|
+
* @returns a RequestInformation
|
|
38
|
+
*/
|
|
39
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<NamedLocationsRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
40
|
+
/**
|
|
41
|
+
* Create a new namedLocation object. Named locations can be either ipNamedLocation or countryNamedLocation objects.
|
|
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: NamedLocation, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* Get a list of namedLocation objects.
|
|
50
|
+
*/
|
|
51
|
+
export interface NamedLocationsRequestBuilderGetQueryParameters {
|
|
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 NamedLocationsRequestBuilderNavigationMetadata: Record<Exclude<keyof NamedLocationsRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata>;
|
|
89
|
+
/**
|
|
90
|
+
* Metadata for all the requests in the request builder.
|
|
91
|
+
*/
|
|
92
|
+
export declare const NamedLocationsRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
93
|
+
/**
|
|
94
|
+
* Uri template for the request builder.
|
|
95
|
+
*/
|
|
96
|
+
export declare const NamedLocationsRequestBuilderUriTemplate = "{+baseurl}/identity/conditionalAccess/namedLocations{?%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,EAAkI,KAAK,aAAa,EAAE,KAAK,+BAA+B,EAAE,MAAM,gCAAgC,CAAC;AAE1O,OAAO,EAAuE,KAAK,mBAAmB,EAAE,MAAM,UAAU,CAAC;AACzH,OAAO,EAA+F,KAAK,+BAA+B,EAAE,MAAM,SAAS,CAAC;AAC5J,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,4BAA6B,SAAQ,kBAAkB,CAAC,4BAA4B,CAAC;IAClG;;OAEG;IACH,IAAI,KAAK,IAAI,mBAAmB,CAAC;IACjC;;;;OAIG;IACF,iBAAiB,CAAC,eAAe,EAAE,MAAM,GAAI,+BAA+B,CAAC;IAC9E;;;;;OAKG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,8CAA8C,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,+BAA+B,GAAG,SAAS,CAAC,CAAC;IACrK;;;;;;OAMG;IACF,IAAI,CAAC,IAAI,EAAE,aAAa,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,aAAa,GAAG,SAAS,CAAC,CAAC;IACjI;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,8CAA8C,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IACvJ;;;;;OAKG;IACF,wBAAwB,CAAC,IAAI,EAAE,aAAa,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACxI;AACD;;GAEG;AACH,MAAM,WAAW,8CAA8C;IAC3D;;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,8CAA8C,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,4BAA4B,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAUtK,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,4CAA4C,EAAE,gBAuB1D,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,uCAAuC,sIAAsI,CAAC"}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.NamedLocationsRequestBuilderUriTemplate = exports.NamedLocationsRequestBuilderRequestsMetadata = exports.NamedLocationsRequestBuilderNavigationMetadata = 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 NamedLocationsRequestBuilderGetQueryParametersMapper = {
|
|
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.NamedLocationsRequestBuilderNavigationMetadata = {
|
|
28
|
+
byNamedLocationId: {
|
|
29
|
+
uriTemplate: item_1.NamedLocationItemRequestBuilderUriTemplate,
|
|
30
|
+
requestsMetadata: item_1.NamedLocationItemRequestBuilderRequestsMetadata,
|
|
31
|
+
pathParametersMappings: ["namedLocation%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.NamedLocationsRequestBuilderRequestsMetadata = {
|
|
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.createNamedLocationCollectionResponseFromDiscriminatorValue,
|
|
50
|
+
queryParametersMapper: NamedLocationsRequestBuilderGetQueryParametersMapper,
|
|
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.createNamedLocationFromDiscriminatorValue,
|
|
60
|
+
requestBodyContentType: "application/json",
|
|
61
|
+
requestBodySerializer: models_1.serializeNamedLocation,
|
|
62
|
+
requestInformationContentSetMethod: "setContentFromParsable",
|
|
63
|
+
},
|
|
64
|
+
};
|
|
65
|
+
/**
|
|
66
|
+
* Uri template for the request builder.
|
|
67
|
+
*/
|
|
68
|
+
exports.NamedLocationsRequestBuilderUriTemplate = "{+baseurl}/identity/conditionalAccess/namedLocations{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}";
|
|
69
|
+
/* tslint:enable */
|
|
70
|
+
/* eslint-enable */
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
import { type NamedLocation } 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 namedLocations property of the microsoft.graph.conditionalAccessRoot entity.
|
|
5
|
+
*/
|
|
6
|
+
export interface NamedLocationItemRequestBuilder extends BaseRequestBuilder<NamedLocationItemRequestBuilder> {
|
|
7
|
+
/**
|
|
8
|
+
* Delete a countryNamedLocation object.
|
|
9
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10
|
+
* @see {@link https://learn.microsoft.com/graph/api/countrynamedlocation-delete?view=graph-rest-1.0|Find more info here}
|
|
11
|
+
*/
|
|
12
|
+
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
13
|
+
/**
|
|
14
|
+
* Retrieve the properties and relationships of an ipNamedLocation object.
|
|
15
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
16
|
+
* @returns a Promise of NamedLocation
|
|
17
|
+
* @see {@link https://learn.microsoft.com/graph/api/ipnamedlocation-get?view=graph-rest-1.0|Find more info here}
|
|
18
|
+
*/
|
|
19
|
+
get(requestConfiguration?: RequestConfiguration<NamedLocationItemRequestBuilderGetQueryParameters> | undefined): Promise<NamedLocation | undefined>;
|
|
20
|
+
/**
|
|
21
|
+
* Update the properties of a countryNamedLocation 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 NamedLocation
|
|
25
|
+
* @see {@link https://learn.microsoft.com/graph/api/countrynamedlocation-update?view=graph-rest-1.0|Find more info here}
|
|
26
|
+
*/
|
|
27
|
+
patch(body: NamedLocation, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<NamedLocation | undefined>;
|
|
28
|
+
/**
|
|
29
|
+
* Delete a countryNamedLocation object.
|
|
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
|
+
* Retrieve the properties and relationships of an ipNamedLocation 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<NamedLocationItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
40
|
+
/**
|
|
41
|
+
* Update the properties of a countryNamedLocation 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: NamedLocation, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* Retrieve the properties and relationships of an ipNamedLocation object.
|
|
50
|
+
*/
|
|
51
|
+
export interface NamedLocationItemRequestBuilderGetQueryParameters {
|
|
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 NamedLocationItemRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
65
|
+
/**
|
|
66
|
+
* Uri template for the request builder.
|
|
67
|
+
*/
|
|
68
|
+
export declare const NamedLocationItemRequestBuilderUriTemplate = "{+baseurl}/identity/conditionalAccess/namedLocations/{namedLocation%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,EAAqE,KAAK,aAAa,EAAE,MAAM,gCAAgC,CAAC;AAEvI,OAAO,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAExL;;GAEG;AACH,MAAM,WAAW,+BAAgC,SAAQ,kBAAkB,CAAC,+BAA+B,CAAC;IACxG;;;;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,iDAAiD,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,aAAa,GAAG,SAAS,CAAC,CAAC;IACtJ;;;;;;OAMG;IACF,KAAK,CAAC,IAAI,EAAE,aAAa,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,aAAa,GAAG,SAAS,CAAC,CAAC;IAClI;;;;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,iDAAiD,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAC1J;;;;;OAKG;IACF,yBAAyB,CAAC,IAAI,EAAE,aAAa,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACzI;AACD;;GAEG;AACH,MAAM,WAAW,iDAAiD;IAC9D;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AAQD;;GAEG;AACH,eAAO,MAAM,+CAA+C,EAAE,gBA+B7D,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,0CAA0C,oGAAoG,CAAC"}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.NamedLocationItemRequestBuilderUriTemplate = exports.NamedLocationItemRequestBuilderRequestsMetadata = 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 NamedLocationItemRequestBuilderGetQueryParametersMapper = {
|
|
13
|
+
"expand": "%24expand",
|
|
14
|
+
"select": "%24select",
|
|
15
|
+
};
|
|
16
|
+
/**
|
|
17
|
+
* Metadata for all the requests in the request builder.
|
|
18
|
+
*/
|
|
19
|
+
exports.NamedLocationItemRequestBuilderRequestsMetadata = {
|
|
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.createNamedLocationFromDiscriminatorValue,
|
|
36
|
+
queryParametersMapper: NamedLocationItemRequestBuilderGetQueryParametersMapper,
|
|
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.createNamedLocationFromDiscriminatorValue,
|
|
46
|
+
requestBodyContentType: "application/json",
|
|
47
|
+
requestBodySerializer: models_1.serializeNamedLocation,
|
|
48
|
+
requestInformationContentSetMethod: "setContentFromParsable",
|
|
49
|
+
},
|
|
50
|
+
};
|
|
51
|
+
/**
|
|
52
|
+
* Uri template for the request builder.
|
|
53
|
+
*/
|
|
54
|
+
exports.NamedLocationItemRequestBuilderUriTemplate = "{+baseurl}/identity/conditionalAccess/namedLocations/{namedLocation%2Did}{?%24select,%24expand}";
|
|
55
|
+
/* tslint:enable */
|
|
56
|
+
/* eslint-enable */
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { type BaseRequestBuilder, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
|
|
2
|
+
/**
|
|
3
|
+
* Provides operations to count the resources in the collection.
|
|
4
|
+
*/
|
|
5
|
+
export interface CountRequestBuilder extends BaseRequestBuilder<CountRequestBuilder> {
|
|
6
|
+
/**
|
|
7
|
+
* Get the number of the resource
|
|
8
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
9
|
+
* @returns a Promise of Integer
|
|
10
|
+
*/
|
|
11
|
+
get(requestConfiguration?: RequestConfiguration<CountRequestBuilderGetQueryParameters> | undefined): Promise<number | undefined>;
|
|
12
|
+
/**
|
|
13
|
+
* Get the number of the resource
|
|
14
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
15
|
+
* @returns a RequestInformation
|
|
16
|
+
*/
|
|
17
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<CountRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Get the number of the resource
|
|
21
|
+
*/
|
|
22
|
+
export interface CountRequestBuilderGetQueryParameters {
|
|
23
|
+
/**
|
|
24
|
+
* Filter items by property values
|
|
25
|
+
*/
|
|
26
|
+
filter?: string;
|
|
27
|
+
/**
|
|
28
|
+
* Search items by search phrases
|
|
29
|
+
*/
|
|
30
|
+
search?: string;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Metadata for all the requests in the request builder.
|
|
34
|
+
*/
|
|
35
|
+
export declare const CountRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
36
|
+
/**
|
|
37
|
+
* Uri template for the request builder.
|
|
38
|
+
*/
|
|
39
|
+
export declare const CountRequestBuilderUriTemplate = "{+baseurl}/identity/conditionalAccess/policies/$count{?%24search,%24filter}";
|
|
40
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAExL;;GAEG;AACH,MAAM,WAAW,mBAAoB,SAAQ,kBAAkB,CAAC,mBAAmB,CAAC;IAChF;;;;OAIG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,qCAAqC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACnI;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,qCAAqC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACjJ;AACD;;GAEG;AACH,MAAM,WAAW,qCAAqC;IAClD;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB;AAQD;;GAEG;AACH,eAAO,MAAM,mCAAmC,EAAE,gBAWjD,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,8BAA8B,gFAAgF,CAAC"}
|