@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,63 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AppManagementPoliciesRequestBuilderUriTemplate = exports.AppManagementPoliciesRequestBuilderRequestsMetadata = exports.AppManagementPoliciesRequestBuilderNavigationMetadata = 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
|
+
const ref_1 = require("./ref/");
|
|
12
|
+
/**
|
|
13
|
+
* Mapper for query parameters from symbol name to serialization name represented as a constant.
|
|
14
|
+
*/
|
|
15
|
+
const AppManagementPoliciesRequestBuilderGetQueryParametersMapper = {
|
|
16
|
+
"count": "%24count",
|
|
17
|
+
"expand": "%24expand",
|
|
18
|
+
"filter": "%24filter",
|
|
19
|
+
"orderby": "%24orderby",
|
|
20
|
+
"search": "%24search",
|
|
21
|
+
"select": "%24select",
|
|
22
|
+
"skip": "%24skip",
|
|
23
|
+
"top": "%24top",
|
|
24
|
+
};
|
|
25
|
+
/**
|
|
26
|
+
* Metadata for all the navigation properties in the request builder.
|
|
27
|
+
*/
|
|
28
|
+
exports.AppManagementPoliciesRequestBuilderNavigationMetadata = {
|
|
29
|
+
byAppManagementPolicyId: {
|
|
30
|
+
uriTemplate: item_1.AppManagementPolicyItemRequestBuilderUriTemplate,
|
|
31
|
+
navigationMetadata: item_1.AppManagementPolicyItemRequestBuilderNavigationMetadata,
|
|
32
|
+
pathParametersMappings: ["appManagementPolicy%2Did"],
|
|
33
|
+
},
|
|
34
|
+
count: {
|
|
35
|
+
uriTemplate: count_1.CountRequestBuilderUriTemplate,
|
|
36
|
+
requestsMetadata: count_1.CountRequestBuilderRequestsMetadata,
|
|
37
|
+
},
|
|
38
|
+
ref: {
|
|
39
|
+
uriTemplate: ref_1.RefRequestBuilderUriTemplate,
|
|
40
|
+
requestsMetadata: ref_1.RefRequestBuilderRequestsMetadata,
|
|
41
|
+
},
|
|
42
|
+
};
|
|
43
|
+
/**
|
|
44
|
+
* Metadata for all the requests in the request builder.
|
|
45
|
+
*/
|
|
46
|
+
exports.AppManagementPoliciesRequestBuilderRequestsMetadata = {
|
|
47
|
+
get: {
|
|
48
|
+
responseBodyContentType: "application/json",
|
|
49
|
+
errorMappings: {
|
|
50
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
51
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
52
|
+
},
|
|
53
|
+
adapterMethodName: "sendAsync",
|
|
54
|
+
responseBodyFactory: models_1.createAppManagementPolicyCollectionResponseFromDiscriminatorValue,
|
|
55
|
+
queryParametersMapper: AppManagementPoliciesRequestBuilderGetQueryParametersMapper,
|
|
56
|
+
},
|
|
57
|
+
};
|
|
58
|
+
/**
|
|
59
|
+
* Uri template for the request builder.
|
|
60
|
+
*/
|
|
61
|
+
exports.AppManagementPoliciesRequestBuilderUriTemplate = "{+baseurl}/applications/{application%2Did}/appManagementPolicies{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}";
|
|
62
|
+
/* tslint:enable */
|
|
63
|
+
/* eslint-enable */
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { type RefRequestBuilder } from './ref/';
|
|
2
|
+
import { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata } from '@microsoft/kiota-abstractions';
|
|
3
|
+
/**
|
|
4
|
+
* Builds and executes requests for operations under /applications/{application-id}/appManagementPolicies/{appManagementPolicy-id}
|
|
5
|
+
*/
|
|
6
|
+
export interface AppManagementPolicyItemRequestBuilder extends BaseRequestBuilder<AppManagementPolicyItemRequestBuilder> {
|
|
7
|
+
/**
|
|
8
|
+
* Provides operations to manage the collection of application entities.
|
|
9
|
+
*/
|
|
10
|
+
get ref(): RefRequestBuilder;
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* Metadata for all the navigation properties in the request builder.
|
|
14
|
+
*/
|
|
15
|
+
export declare const AppManagementPolicyItemRequestBuilderNavigationMetadata: Record<Exclude<keyof AppManagementPolicyItemRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata>;
|
|
16
|
+
/**
|
|
17
|
+
* Uri template for the request builder.
|
|
18
|
+
*/
|
|
19
|
+
export declare const AppManagementPolicyItemRequestBuilderUriTemplate = "{+baseurl}/applications/{application%2Did}/appManagementPolicies/{appManagementPolicy%2Did}";
|
|
20
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAmE,KAAK,iBAAiB,EAAE,MAAM,QAAQ,CAAC;AACjH,OAAO,EAAE,KAAK,kBAAkB,EAAE,KAAK,kCAAkC,EAAE,KAAK,kBAAkB,EAAE,MAAM,+BAA+B,CAAC;AAE1I;;GAEG;AACH,MAAM,WAAW,qCAAsC,SAAQ,kBAAkB,CAAC,qCAAqC,CAAC;IACpH;;OAEG;IACH,IAAI,GAAG,IAAI,iBAAiB,CAAC;CAChC;AACD;;GAEG;AACH,eAAO,MAAM,uDAAuD,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,qCAAqC,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAKxL,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,gDAAgD,gGAAgG,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AppManagementPolicyItemRequestBuilderUriTemplate = exports.AppManagementPolicyItemRequestBuilderNavigationMetadata = void 0;
|
|
4
|
+
/* tslint:disable */
|
|
5
|
+
/* eslint-disable */
|
|
6
|
+
// Generated by Microsoft Kiota
|
|
7
|
+
const ref_1 = require("./ref/");
|
|
8
|
+
/**
|
|
9
|
+
* Metadata for all the navigation properties in the request builder.
|
|
10
|
+
*/
|
|
11
|
+
exports.AppManagementPolicyItemRequestBuilderNavigationMetadata = {
|
|
12
|
+
ref: {
|
|
13
|
+
uriTemplate: ref_1.RefRequestBuilderUriTemplate,
|
|
14
|
+
requestsMetadata: ref_1.RefRequestBuilderRequestsMetadata,
|
|
15
|
+
},
|
|
16
|
+
};
|
|
17
|
+
/**
|
|
18
|
+
* Uri template for the request builder.
|
|
19
|
+
*/
|
|
20
|
+
exports.AppManagementPolicyItemRequestBuilderUriTemplate = "{+baseurl}/applications/{application%2Did}/appManagementPolicies/{appManagementPolicy%2Did}";
|
|
21
|
+
/* tslint:enable */
|
|
22
|
+
/* eslint-enable */
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { type BaseRequestBuilder, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
|
|
2
|
+
/**
|
|
3
|
+
* Provides operations to manage the collection of application entities.
|
|
4
|
+
*/
|
|
5
|
+
export interface RefRequestBuilder extends BaseRequestBuilder<RefRequestBuilder> {
|
|
6
|
+
/**
|
|
7
|
+
* Remove an appManagementPolicy policy object from an application or service principal object. When you remove the appManagementPolicy, the application or service principal adopts the tenant-wide tenantAppManagementPolicy setting.
|
|
8
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
9
|
+
* @see {@link https://learn.microsoft.com/graph/api/appmanagementpolicy-delete-appliesto?view=graph-rest-1.0|Find more info here}
|
|
10
|
+
*/
|
|
11
|
+
delete(requestConfiguration?: RequestConfiguration<RefRequestBuilderDeleteQueryParameters> | undefined): Promise<void>;
|
|
12
|
+
/**
|
|
13
|
+
* Remove an appManagementPolicy policy object from an application or service principal object. When you remove the appManagementPolicy, the application or service principal adopts the tenant-wide tenantAppManagementPolicy setting.
|
|
14
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
15
|
+
* @returns a RequestInformation
|
|
16
|
+
*/
|
|
17
|
+
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<RefRequestBuilderDeleteQueryParameters> | undefined): RequestInformation;
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Remove an appManagementPolicy policy object from an application or service principal object. When you remove the appManagementPolicy, the application or service principal adopts the tenant-wide tenantAppManagementPolicy setting.
|
|
21
|
+
*/
|
|
22
|
+
export interface RefRequestBuilderDeleteQueryParameters {
|
|
23
|
+
/**
|
|
24
|
+
* Delete Uri
|
|
25
|
+
*/
|
|
26
|
+
id?: string;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* Metadata for all the requests in the request builder.
|
|
30
|
+
*/
|
|
31
|
+
export declare const RefRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
32
|
+
/**
|
|
33
|
+
* Uri template for the request builder.
|
|
34
|
+
*/
|
|
35
|
+
export declare const RefRequestBuilderUriTemplate = "{+baseurl}/applications/{application%2Did}/appManagementPolicies/{appManagementPolicy%2Did}/$ref{?%40id*}";
|
|
36
|
+
//# 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,iBAAkB,SAAQ,kBAAkB,CAAC,iBAAiB,CAAC;IAC5E;;;;OAIG;IACF,MAAM,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,sCAAsC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IACzH;;;;OAIG;IACF,0BAA0B,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,sCAAsC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACrJ;AACD;;GAEG;AACH,MAAM,WAAW,sCAAsC;IACnD;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;AAOD;;GAEG;AACH,eAAO,MAAM,iCAAiC,EAAE,gBAU/C,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,4BAA4B,8GAA8G,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.RefRequestBuilderUriTemplate = exports.RefRequestBuilderRequestsMetadata = 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 RefRequestBuilderDeleteQueryParametersMapper = {
|
|
12
|
+
"id": "%40id",
|
|
13
|
+
};
|
|
14
|
+
/**
|
|
15
|
+
* Metadata for all the requests in the request builder.
|
|
16
|
+
*/
|
|
17
|
+
exports.RefRequestBuilderRequestsMetadata = {
|
|
18
|
+
delete: {
|
|
19
|
+
responseBodyContentType: "application/json",
|
|
20
|
+
errorMappings: {
|
|
21
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
22
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
23
|
+
},
|
|
24
|
+
adapterMethodName: "sendNoResponseContentAsync",
|
|
25
|
+
queryParametersMapper: RefRequestBuilderDeleteQueryParametersMapper,
|
|
26
|
+
},
|
|
27
|
+
};
|
|
28
|
+
/**
|
|
29
|
+
* Uri template for the request builder.
|
|
30
|
+
*/
|
|
31
|
+
exports.RefRequestBuilderUriTemplate = "{+baseurl}/applications/{application%2Did}/appManagementPolicies/{appManagementPolicy%2Did}/$ref{?%40id*}";
|
|
32
|
+
/* tslint:enable */
|
|
33
|
+
/* eslint-enable */
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
import { type ReferenceCreate, type StringCollectionResponse } 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 collection of application entities.
|
|
5
|
+
*/
|
|
6
|
+
export interface RefRequestBuilder extends BaseRequestBuilder<RefRequestBuilder> {
|
|
7
|
+
/**
|
|
8
|
+
* The appManagementPolicy applied to this application.
|
|
9
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10
|
+
* @returns a Promise of StringCollectionResponse
|
|
11
|
+
*/
|
|
12
|
+
get(requestConfiguration?: RequestConfiguration<RefRequestBuilderGetQueryParameters> | undefined): Promise<StringCollectionResponse | undefined>;
|
|
13
|
+
/**
|
|
14
|
+
* Assign an appManagementPolicy policy object to an application or service principal object. The application or service principal adopts this policy over the tenant-wide tenantAppManagementPolicy setting. Only one policy object can be assigned to an application or service principal.
|
|
15
|
+
* @param body The request body
|
|
16
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
17
|
+
* @see {@link https://learn.microsoft.com/graph/api/appmanagementpolicy-post-appliesto?view=graph-rest-1.0|Find more info here}
|
|
18
|
+
*/
|
|
19
|
+
post(body: ReferenceCreate, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
20
|
+
/**
|
|
21
|
+
* The appManagementPolicy applied to this application.
|
|
22
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
23
|
+
* @returns a RequestInformation
|
|
24
|
+
*/
|
|
25
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<RefRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
26
|
+
/**
|
|
27
|
+
* Assign an appManagementPolicy policy object to an application or service principal object. The application or service principal adopts this policy over the tenant-wide tenantAppManagementPolicy setting. Only one policy object can be assigned to an application or service principal.
|
|
28
|
+
* @param body The request body
|
|
29
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
30
|
+
* @returns a RequestInformation
|
|
31
|
+
*/
|
|
32
|
+
toPostRequestInformation(body: ReferenceCreate, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* The appManagementPolicy applied to this application.
|
|
36
|
+
*/
|
|
37
|
+
export interface RefRequestBuilderGetQueryParameters {
|
|
38
|
+
/**
|
|
39
|
+
* Include count of items
|
|
40
|
+
*/
|
|
41
|
+
count?: boolean;
|
|
42
|
+
/**
|
|
43
|
+
* Filter items by property values
|
|
44
|
+
*/
|
|
45
|
+
filter?: string;
|
|
46
|
+
/**
|
|
47
|
+
* Order items by property values
|
|
48
|
+
*/
|
|
49
|
+
orderby?: string[];
|
|
50
|
+
/**
|
|
51
|
+
* Search items by search phrases
|
|
52
|
+
*/
|
|
53
|
+
search?: string;
|
|
54
|
+
/**
|
|
55
|
+
* Skip the first n items
|
|
56
|
+
*/
|
|
57
|
+
skip?: number;
|
|
58
|
+
/**
|
|
59
|
+
* Show only the first n items
|
|
60
|
+
*/
|
|
61
|
+
top?: number;
|
|
62
|
+
}
|
|
63
|
+
/**
|
|
64
|
+
* Metadata for all the requests in the request builder.
|
|
65
|
+
*/
|
|
66
|
+
export declare const RefRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
67
|
+
/**
|
|
68
|
+
* Uri template for the request builder.
|
|
69
|
+
*/
|
|
70
|
+
export declare const RefRequestBuilderUriTemplate = "{+baseurl}/applications/{application%2Did}/appManagementPolicies/$ref{?%24top,%24skip,%24search,%24filter,%24count,%24orderby}";
|
|
71
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAkF,KAAK,eAAe,EAAE,KAAK,wBAAwB,EAAE,MAAM,gCAAgC,CAAC;AAErL,OAAO,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAExL;;GAEG;AACH,MAAM,WAAW,iBAAkB,SAAQ,kBAAkB,CAAC,iBAAiB,CAAC;IAC5E;;;;OAIG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,mCAAmC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,wBAAwB,GAAG,SAAS,CAAC,CAAC;IACnJ;;;;;OAKG;IACF,IAAI,CAAC,IAAI,EAAE,eAAe,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IAC9G;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,mCAAmC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAC5I;;;;;OAKG;IACF,wBAAwB,CAAC,IAAI,EAAE,eAAe,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAC1I;AACD;;GAEG;AACH,MAAM,WAAW,mCAAmC;IAChD;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB;;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,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;CAChB;AAYD;;GAEG;AACH,eAAO,MAAM,iCAAiC,EAAE,gBAsB/C,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,4BAA4B,mIAAmI,CAAC"}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.RefRequestBuilderUriTemplate = exports.RefRequestBuilderRequestsMetadata = 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 RefRequestBuilderGetQueryParametersMapper = {
|
|
13
|
+
"count": "%24count",
|
|
14
|
+
"filter": "%24filter",
|
|
15
|
+
"orderby": "%24orderby",
|
|
16
|
+
"search": "%24search",
|
|
17
|
+
"skip": "%24skip",
|
|
18
|
+
"top": "%24top",
|
|
19
|
+
};
|
|
20
|
+
/**
|
|
21
|
+
* Metadata for all the requests in the request builder.
|
|
22
|
+
*/
|
|
23
|
+
exports.RefRequestBuilderRequestsMetadata = {
|
|
24
|
+
get: {
|
|
25
|
+
responseBodyContentType: "application/json",
|
|
26
|
+
errorMappings: {
|
|
27
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
28
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
29
|
+
},
|
|
30
|
+
adapterMethodName: "sendAsync",
|
|
31
|
+
responseBodyFactory: models_1.createStringCollectionResponseFromDiscriminatorValue,
|
|
32
|
+
queryParametersMapper: RefRequestBuilderGetQueryParametersMapper,
|
|
33
|
+
},
|
|
34
|
+
post: {
|
|
35
|
+
responseBodyContentType: "application/json",
|
|
36
|
+
errorMappings: {
|
|
37
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
38
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
39
|
+
},
|
|
40
|
+
adapterMethodName: "sendNoResponseContentAsync",
|
|
41
|
+
requestBodyContentType: "application/json",
|
|
42
|
+
requestBodySerializer: models_1.serializeReferenceCreate,
|
|
43
|
+
requestInformationContentSetMethod: "setContentFromParsable",
|
|
44
|
+
},
|
|
45
|
+
};
|
|
46
|
+
/**
|
|
47
|
+
* Uri template for the request builder.
|
|
48
|
+
*/
|
|
49
|
+
exports.RefRequestBuilderUriTemplate = "{+baseurl}/applications/{application%2Did}/appManagementPolicies/$ref{?%24top,%24skip,%24search,%24filter,%24count,%24orderby}";
|
|
50
|
+
/* tslint:enable */
|
|
51
|
+
/* 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
|
+
export interface CheckMemberGroupsPostRequestBody extends AdditionalDataHolder, BackedModel, Parsable {
|
|
4
|
+
/**
|
|
5
|
+
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
6
|
+
*/
|
|
7
|
+
additionalData?: Record<string, unknown>;
|
|
8
|
+
/**
|
|
9
|
+
* Stores model information.
|
|
10
|
+
*/
|
|
11
|
+
backingStoreEnabled?: boolean;
|
|
12
|
+
/**
|
|
13
|
+
* The groupIds property
|
|
14
|
+
*/
|
|
15
|
+
groupIds?: string[];
|
|
16
|
+
}
|
|
17
|
+
export interface CheckMemberGroupsPostResponse extends BaseCollectionPaginationCountResponse, Parsable {
|
|
18
|
+
/**
|
|
19
|
+
* The value property
|
|
20
|
+
*/
|
|
21
|
+
value?: string[];
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Provides operations to call the checkMemberGroups method.
|
|
25
|
+
*/
|
|
26
|
+
export interface CheckMemberGroupsRequestBuilder extends BaseRequestBuilder<CheckMemberGroupsRequestBuilder> {
|
|
27
|
+
/**
|
|
28
|
+
* Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.
|
|
29
|
+
* @param body The request body
|
|
30
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
31
|
+
* @returns a Promise of CheckMemberGroupsPostResponse
|
|
32
|
+
* @see {@link https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0|Find more info here}
|
|
33
|
+
*/
|
|
34
|
+
post(body: CheckMemberGroupsPostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<CheckMemberGroupsPostResponse | undefined>;
|
|
35
|
+
/**
|
|
36
|
+
* Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.
|
|
37
|
+
* @param body The request body
|
|
38
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
39
|
+
* @returns a RequestInformation
|
|
40
|
+
*/
|
|
41
|
+
toPostRequestInformation(body: CheckMemberGroupsPostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
45
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
46
|
+
* @returns a checkMemberGroupsPostRequestBody
|
|
47
|
+
*/
|
|
48
|
+
export declare function createCheckMemberGroupsPostRequestBodyFromDiscriminatorValue(parseNode: ParseNode | undefined): typeof deserializeIntoCheckMemberGroupsPostRequestBody;
|
|
49
|
+
/**
|
|
50
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
51
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
52
|
+
* @returns a checkMemberGroupsPostResponse
|
|
53
|
+
*/
|
|
54
|
+
export declare function createCheckMemberGroupsPostResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): typeof deserializeIntoCheckMemberGroupsPostResponse;
|
|
55
|
+
/**
|
|
56
|
+
* The deserialization information for the current model
|
|
57
|
+
* @returns a Record<string, (node: ParseNode) => void>
|
|
58
|
+
*/
|
|
59
|
+
export declare function deserializeIntoCheckMemberGroupsPostRequestBody(checkMemberGroupsPostRequestBody?: CheckMemberGroupsPostRequestBody | undefined): Record<string, (node: ParseNode) => void>;
|
|
60
|
+
/**
|
|
61
|
+
* The deserialization information for the current model
|
|
62
|
+
* @returns a Record<string, (node: ParseNode) => void>
|
|
63
|
+
*/
|
|
64
|
+
export declare function deserializeIntoCheckMemberGroupsPostResponse(checkMemberGroupsPostResponse?: CheckMemberGroupsPostResponse | undefined): Record<string, (node: ParseNode) => void>;
|
|
65
|
+
/**
|
|
66
|
+
* Serializes information the current object
|
|
67
|
+
* @param writer Serialization writer to use to serialize this model
|
|
68
|
+
*/
|
|
69
|
+
export declare function serializeCheckMemberGroupsPostRequestBody(writer: SerializationWriter, checkMemberGroupsPostRequestBody?: CheckMemberGroupsPostRequestBody | 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 serializeCheckMemberGroupsPostResponse(writer: SerializationWriter, checkMemberGroupsPostResponse?: CheckMemberGroupsPostResponse | undefined): void;
|
|
75
|
+
/**
|
|
76
|
+
* Metadata for all the requests in the request builder.
|
|
77
|
+
*/
|
|
78
|
+
export declare const CheckMemberGroupsRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
79
|
+
/**
|
|
80
|
+
* Uri template for the request builder.
|
|
81
|
+
*/
|
|
82
|
+
export declare const CheckMemberGroupsRequestBuilderUriTemplate = "{+baseurl}/applications/{application%2Did}/checkMemberGroups";
|
|
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,MAAM,WAAW,gCAAiC,SAAQ,oBAAoB,EAAE,WAAW,EAAE,QAAQ;IACjG;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzC;;OAEG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;CACvB;AACD,MAAM,WAAW,6BAA8B,SAAQ,qCAAqC,EAAE,QAAQ;IAClG;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,EAAE,CAAC;CACpB;AACD;;GAEG;AACH,MAAM,WAAW,+BAAgC,SAAQ,kBAAkB,CAAC,+BAA+B,CAAC;IACxG;;;;;;OAMG;IACF,IAAI,CAAC,IAAI,EAAE,gCAAgC,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,6BAA6B,GAAG,SAAS,CAAC,CAAC;IACpK;;;;;OAKG;IACF,wBAAwB,CAAC,IAAI,EAAE,gCAAgC,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAC3J;AACD;;;;GAIG;AACH,wBAAgB,4DAA4D,CAAC,SAAS,EAAE,SAAS,GAAG,SAAS,0DAE5G;AACD;;;;GAIG;AACH,wBAAgB,yDAAyD,CAAC,SAAS,EAAE,SAAS,GAAG,SAAS,uDAEzG;AACD;;;GAGG;AACH,wBAAgB,+CAA+C,CAAC,gCAAgC,GAAE,gCAAgC,GAAG,SAAkD,GAAI,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAKnO;AACD;;;GAGG;AACH,wBAAgB,4CAA4C,CAAC,6BAA6B,GAAE,6BAA6B,GAAG,SAA+C,GAAI,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAKvN;AACD;;;GAGG;AACH,wBAAgB,yCAAyC,CAAC,MAAM,EAAE,mBAAmB,EAAE,gCAAgC,GAAE,gCAAgC,GAAG,SAAkD,GAAI,IAAI,CAGrN;AACD;;;GAGG;AACH,wBAAgB,sCAAsC,CAAC,MAAM,EAAE,mBAAmB,EAAE,6BAA6B,GAAE,6BAA6B,GAAG,SAA+C,GAAI,IAAI,CAGzM;AACD;;GAEG;AACH,eAAO,MAAM,+CAA+C,EAAE,gBAa7D,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,0CAA0C,iEAAiE,CAAC"}
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CheckMemberGroupsRequestBuilderUriTemplate = exports.CheckMemberGroupsRequestBuilderRequestsMetadata = exports.serializeCheckMemberGroupsPostResponse = exports.serializeCheckMemberGroupsPostRequestBody = exports.deserializeIntoCheckMemberGroupsPostResponse = exports.deserializeIntoCheckMemberGroupsPostRequestBody = exports.createCheckMemberGroupsPostResponseFromDiscriminatorValue = exports.createCheckMemberGroupsPostRequestBodyFromDiscriminatorValue = 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 checkMemberGroupsPostRequestBody
|
|
13
|
+
*/
|
|
14
|
+
function createCheckMemberGroupsPostRequestBodyFromDiscriminatorValue(parseNode) {
|
|
15
|
+
return deserializeIntoCheckMemberGroupsPostRequestBody;
|
|
16
|
+
}
|
|
17
|
+
exports.createCheckMemberGroupsPostRequestBodyFromDiscriminatorValue = createCheckMemberGroupsPostRequestBodyFromDiscriminatorValue;
|
|
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 checkMemberGroupsPostResponse
|
|
22
|
+
*/
|
|
23
|
+
function createCheckMemberGroupsPostResponseFromDiscriminatorValue(parseNode) {
|
|
24
|
+
return deserializeIntoCheckMemberGroupsPostResponse;
|
|
25
|
+
}
|
|
26
|
+
exports.createCheckMemberGroupsPostResponseFromDiscriminatorValue = createCheckMemberGroupsPostResponseFromDiscriminatorValue;
|
|
27
|
+
/**
|
|
28
|
+
* The deserialization information for the current model
|
|
29
|
+
* @returns a Record<string, (node: ParseNode) => void>
|
|
30
|
+
*/
|
|
31
|
+
function deserializeIntoCheckMemberGroupsPostRequestBody(checkMemberGroupsPostRequestBody = {}) {
|
|
32
|
+
return {
|
|
33
|
+
"backingStoreEnabled": n => { checkMemberGroupsPostRequestBody.backingStoreEnabled = true; },
|
|
34
|
+
"groupIds": n => { checkMemberGroupsPostRequestBody.groupIds = n.getCollectionOfPrimitiveValues(); },
|
|
35
|
+
};
|
|
36
|
+
}
|
|
37
|
+
exports.deserializeIntoCheckMemberGroupsPostRequestBody = deserializeIntoCheckMemberGroupsPostRequestBody;
|
|
38
|
+
/**
|
|
39
|
+
* The deserialization information for the current model
|
|
40
|
+
* @returns a Record<string, (node: ParseNode) => void>
|
|
41
|
+
*/
|
|
42
|
+
function deserializeIntoCheckMemberGroupsPostResponse(checkMemberGroupsPostResponse = {}) {
|
|
43
|
+
return Object.assign(Object.assign({}, (0, models_1.deserializeIntoBaseCollectionPaginationCountResponse)(checkMemberGroupsPostResponse)), { "value": n => { checkMemberGroupsPostResponse.value = n.getCollectionOfPrimitiveValues(); } });
|
|
44
|
+
}
|
|
45
|
+
exports.deserializeIntoCheckMemberGroupsPostResponse = deserializeIntoCheckMemberGroupsPostResponse;
|
|
46
|
+
/**
|
|
47
|
+
* Serializes information the current object
|
|
48
|
+
* @param writer Serialization writer to use to serialize this model
|
|
49
|
+
*/
|
|
50
|
+
function serializeCheckMemberGroupsPostRequestBody(writer, checkMemberGroupsPostRequestBody = {}) {
|
|
51
|
+
writer.writeCollectionOfPrimitiveValues("groupIds", checkMemberGroupsPostRequestBody.groupIds);
|
|
52
|
+
writer.writeAdditionalData(checkMemberGroupsPostRequestBody.additionalData);
|
|
53
|
+
}
|
|
54
|
+
exports.serializeCheckMemberGroupsPostRequestBody = serializeCheckMemberGroupsPostRequestBody;
|
|
55
|
+
/**
|
|
56
|
+
* Serializes information the current object
|
|
57
|
+
* @param writer Serialization writer to use to serialize this model
|
|
58
|
+
*/
|
|
59
|
+
function serializeCheckMemberGroupsPostResponse(writer, checkMemberGroupsPostResponse = {}) {
|
|
60
|
+
(0, models_1.serializeBaseCollectionPaginationCountResponse)(writer, checkMemberGroupsPostResponse);
|
|
61
|
+
writer.writeCollectionOfPrimitiveValues("value", checkMemberGroupsPostResponse.value);
|
|
62
|
+
}
|
|
63
|
+
exports.serializeCheckMemberGroupsPostResponse = serializeCheckMemberGroupsPostResponse;
|
|
64
|
+
/**
|
|
65
|
+
* Metadata for all the requests in the request builder.
|
|
66
|
+
*/
|
|
67
|
+
exports.CheckMemberGroupsRequestBuilderRequestsMetadata = {
|
|
68
|
+
post: {
|
|
69
|
+
responseBodyContentType: "application/json",
|
|
70
|
+
errorMappings: {
|
|
71
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
72
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
73
|
+
},
|
|
74
|
+
adapterMethodName: "sendAsync",
|
|
75
|
+
responseBodyFactory: createCheckMemberGroupsPostResponseFromDiscriminatorValue,
|
|
76
|
+
requestBodyContentType: "application/json",
|
|
77
|
+
requestBodySerializer: serializeCheckMemberGroupsPostRequestBody,
|
|
78
|
+
requestInformationContentSetMethod: "setContentFromParsable",
|
|
79
|
+
},
|
|
80
|
+
};
|
|
81
|
+
/**
|
|
82
|
+
* Uri template for the request builder.
|
|
83
|
+
*/
|
|
84
|
+
exports.CheckMemberGroupsRequestBuilderUriTemplate = "{+baseurl}/applications/{application%2Did}/checkMemberGroups";
|
|
85
|
+
/* tslint:enable */
|
|
86
|
+
/* eslint-enable */
|
|
@@ -0,0 +1,82 @@
|
|
|
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
|
+
export interface CheckMemberObjectsPostRequestBody extends AdditionalDataHolder, BackedModel, Parsable {
|
|
4
|
+
/**
|
|
5
|
+
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
6
|
+
*/
|
|
7
|
+
additionalData?: Record<string, unknown>;
|
|
8
|
+
/**
|
|
9
|
+
* Stores model information.
|
|
10
|
+
*/
|
|
11
|
+
backingStoreEnabled?: boolean;
|
|
12
|
+
/**
|
|
13
|
+
* The ids property
|
|
14
|
+
*/
|
|
15
|
+
ids?: string[];
|
|
16
|
+
}
|
|
17
|
+
export interface CheckMemberObjectsPostResponse extends BaseCollectionPaginationCountResponse, Parsable {
|
|
18
|
+
/**
|
|
19
|
+
* The value property
|
|
20
|
+
*/
|
|
21
|
+
value?: string[];
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Provides operations to call the checkMemberObjects method.
|
|
25
|
+
*/
|
|
26
|
+
export interface CheckMemberObjectsRequestBuilder extends BaseRequestBuilder<CheckMemberObjectsRequestBuilder> {
|
|
27
|
+
/**
|
|
28
|
+
* Invoke action checkMemberObjects
|
|
29
|
+
* @param body The request body
|
|
30
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
31
|
+
* @returns a Promise of CheckMemberObjectsPostResponse
|
|
32
|
+
*/
|
|
33
|
+
post(body: CheckMemberObjectsPostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<CheckMemberObjectsPostResponse | undefined>;
|
|
34
|
+
/**
|
|
35
|
+
* Invoke action checkMemberObjects
|
|
36
|
+
* @param body The request body
|
|
37
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
38
|
+
* @returns a RequestInformation
|
|
39
|
+
*/
|
|
40
|
+
toPostRequestInformation(body: CheckMemberObjectsPostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
41
|
+
}
|
|
42
|
+
/**
|
|
43
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
44
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
45
|
+
* @returns a checkMemberObjectsPostRequestBody
|
|
46
|
+
*/
|
|
47
|
+
export declare function createCheckMemberObjectsPostRequestBodyFromDiscriminatorValue(parseNode: ParseNode | undefined): typeof deserializeIntoCheckMemberObjectsPostRequestBody;
|
|
48
|
+
/**
|
|
49
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
50
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
51
|
+
* @returns a checkMemberObjectsPostResponse
|
|
52
|
+
*/
|
|
53
|
+
export declare function createCheckMemberObjectsPostResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): typeof deserializeIntoCheckMemberObjectsPostResponse;
|
|
54
|
+
/**
|
|
55
|
+
* The deserialization information for the current model
|
|
56
|
+
* @returns a Record<string, (node: ParseNode) => void>
|
|
57
|
+
*/
|
|
58
|
+
export declare function deserializeIntoCheckMemberObjectsPostRequestBody(checkMemberObjectsPostRequestBody?: CheckMemberObjectsPostRequestBody | undefined): Record<string, (node: ParseNode) => void>;
|
|
59
|
+
/**
|
|
60
|
+
* The deserialization information for the current model
|
|
61
|
+
* @returns a Record<string, (node: ParseNode) => void>
|
|
62
|
+
*/
|
|
63
|
+
export declare function deserializeIntoCheckMemberObjectsPostResponse(checkMemberObjectsPostResponse?: CheckMemberObjectsPostResponse | undefined): Record<string, (node: ParseNode) => void>;
|
|
64
|
+
/**
|
|
65
|
+
* Serializes information the current object
|
|
66
|
+
* @param writer Serialization writer to use to serialize this model
|
|
67
|
+
*/
|
|
68
|
+
export declare function serializeCheckMemberObjectsPostRequestBody(writer: SerializationWriter, checkMemberObjectsPostRequestBody?: CheckMemberObjectsPostRequestBody | undefined): void;
|
|
69
|
+
/**
|
|
70
|
+
* Serializes information the current object
|
|
71
|
+
* @param writer Serialization writer to use to serialize this model
|
|
72
|
+
*/
|
|
73
|
+
export declare function serializeCheckMemberObjectsPostResponse(writer: SerializationWriter, checkMemberObjectsPostResponse?: CheckMemberObjectsPostResponse | undefined): void;
|
|
74
|
+
/**
|
|
75
|
+
* Metadata for all the requests in the request builder.
|
|
76
|
+
*/
|
|
77
|
+
export declare const CheckMemberObjectsRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
78
|
+
/**
|
|
79
|
+
* Uri template for the request builder.
|
|
80
|
+
*/
|
|
81
|
+
export declare const CheckMemberObjectsRequestBuilderUriTemplate = "{+baseurl}/applications/{application%2Did}/checkMemberObjects";
|
|
82
|
+
//# 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,MAAM,WAAW,iCAAkC,SAAQ,oBAAoB,EAAE,WAAW,EAAE,QAAQ;IAClG;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzC;;OAEG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,EAAE,CAAC;CAClB;AACD,MAAM,WAAW,8BAA+B,SAAQ,qCAAqC,EAAE,QAAQ;IACnG;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,EAAE,CAAC;CACpB;AACD;;GAEG;AACH,MAAM,WAAW,gCAAiC,SAAQ,kBAAkB,CAAC,gCAAgC,CAAC;IAC1G;;;;;OAKG;IACF,IAAI,CAAC,IAAI,EAAE,iCAAiC,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,8BAA8B,GAAG,SAAS,CAAC,CAAC;IACtK;;;;;OAKG;IACF,wBAAwB,CAAC,IAAI,EAAE,iCAAiC,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAC5J;AACD;;;;GAIG;AACH,wBAAgB,6DAA6D,CAAC,SAAS,EAAE,SAAS,GAAG,SAAS,2DAE7G;AACD;;;;GAIG;AACH,wBAAgB,0DAA0D,CAAC,SAAS,EAAE,SAAS,GAAG,SAAS,wDAE1G;AACD;;;GAGG;AACH,wBAAgB,gDAAgD,CAAC,iCAAiC,GAAE,iCAAiC,GAAG,SAAmD,GAAI,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAKvO;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,MAAM,EAAE,mBAAmB,EAAE,iCAAiC,GAAE,iCAAiC,GAAG,SAAmD,GAAI,IAAI,CAGzN;AACD;;;GAGG;AACH,wBAAgB,uCAAuC,CAAC,MAAM,EAAE,mBAAmB,EAAE,8BAA8B,GAAE,8BAA8B,GAAG,SAAgD,GAAI,IAAI,CAG7M;AACD;;GAEG;AACH,eAAO,MAAM,gDAAgD,EAAE,gBAa9D,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,2CAA2C,kEAAkE,CAAC"}
|