@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,67 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.FilterOperatorsRequestBuilderUriTemplate = exports.FilterOperatorsRequestBuilderRequestsMetadata = exports.serializeFilterOperatorsGetResponse = exports.deserializeIntoFilterOperatorsGetResponse = exports.createFilterOperatorsGetResponseFromDiscriminatorValue = 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 filterOperatorsGetResponse
|
|
13
|
+
*/
|
|
14
|
+
function createFilterOperatorsGetResponseFromDiscriminatorValue(parseNode) {
|
|
15
|
+
return deserializeIntoFilterOperatorsGetResponse;
|
|
16
|
+
}
|
|
17
|
+
exports.createFilterOperatorsGetResponseFromDiscriminatorValue = createFilterOperatorsGetResponseFromDiscriminatorValue;
|
|
18
|
+
/**
|
|
19
|
+
* The deserialization information for the current model
|
|
20
|
+
* @returns a Record<string, (node: ParseNode) => void>
|
|
21
|
+
*/
|
|
22
|
+
function deserializeIntoFilterOperatorsGetResponse(filterOperatorsGetResponse = {}) {
|
|
23
|
+
return Object.assign(Object.assign({}, (0, models_1.deserializeIntoBaseCollectionPaginationCountResponse)(filterOperatorsGetResponse)), { "value": n => { filterOperatorsGetResponse.value = n.getCollectionOfObjectValues(models_1.createFilterOperatorSchemaFromDiscriminatorValue); } });
|
|
24
|
+
}
|
|
25
|
+
exports.deserializeIntoFilterOperatorsGetResponse = deserializeIntoFilterOperatorsGetResponse;
|
|
26
|
+
/**
|
|
27
|
+
* Serializes information the current object
|
|
28
|
+
* @param writer Serialization writer to use to serialize this model
|
|
29
|
+
*/
|
|
30
|
+
function serializeFilterOperatorsGetResponse(writer, filterOperatorsGetResponse = {}) {
|
|
31
|
+
(0, models_1.serializeBaseCollectionPaginationCountResponse)(writer, filterOperatorsGetResponse);
|
|
32
|
+
writer.writeCollectionOfObjectValues("value", filterOperatorsGetResponse.value, models_1.serializeFilterOperatorSchema);
|
|
33
|
+
}
|
|
34
|
+
exports.serializeFilterOperatorsGetResponse = serializeFilterOperatorsGetResponse;
|
|
35
|
+
/**
|
|
36
|
+
* Mapper for query parameters from symbol name to serialization name represented as a constant.
|
|
37
|
+
*/
|
|
38
|
+
const FilterOperatorsRequestBuilderGetQueryParametersMapper = {
|
|
39
|
+
"count": "%24count",
|
|
40
|
+
"filter": "%24filter",
|
|
41
|
+
"orderby": "%24orderby",
|
|
42
|
+
"search": "%24search",
|
|
43
|
+
"select": "%24select",
|
|
44
|
+
"skip": "%24skip",
|
|
45
|
+
"top": "%24top",
|
|
46
|
+
};
|
|
47
|
+
/**
|
|
48
|
+
* Metadata for all the requests in the request builder.
|
|
49
|
+
*/
|
|
50
|
+
exports.FilterOperatorsRequestBuilderRequestsMetadata = {
|
|
51
|
+
get: {
|
|
52
|
+
responseBodyContentType: "application/json",
|
|
53
|
+
errorMappings: {
|
|
54
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
55
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
56
|
+
},
|
|
57
|
+
adapterMethodName: "sendAsync",
|
|
58
|
+
responseBodyFactory: createFilterOperatorsGetResponseFromDiscriminatorValue,
|
|
59
|
+
queryParametersMapper: FilterOperatorsRequestBuilderGetQueryParametersMapper,
|
|
60
|
+
},
|
|
61
|
+
};
|
|
62
|
+
/**
|
|
63
|
+
* Uri template for the request builder.
|
|
64
|
+
*/
|
|
65
|
+
exports.FilterOperatorsRequestBuilderUriTemplate = "{+baseurl}/applications/{application%2Did}/synchronization/templates/{synchronizationTemplate%2Did}/schema/filterOperators(){?%24top,%24skip,%24search,%24filter,%24count,%24select,%24orderby}";
|
|
66
|
+
/* tslint:enable */
|
|
67
|
+
/* eslint-enable */
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
import { type AttributeMappingFunctionSchema, type BaseCollectionPaginationCountResponse } from '@microsoft/msgraph-sdk/models/';
|
|
2
|
+
import { type BaseRequestBuilder, type Parsable, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';
|
|
3
|
+
/**
|
|
4
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
5
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
6
|
+
* @returns a functionsGetResponse
|
|
7
|
+
*/
|
|
8
|
+
export declare function createFunctionsGetResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): typeof deserializeIntoFunctionsGetResponse;
|
|
9
|
+
/**
|
|
10
|
+
* The deserialization information for the current model
|
|
11
|
+
* @returns a Record<string, (node: ParseNode) => void>
|
|
12
|
+
*/
|
|
13
|
+
export declare function deserializeIntoFunctionsGetResponse(functionsGetResponse?: FunctionsGetResponse | undefined): Record<string, (node: ParseNode) => void>;
|
|
14
|
+
export interface FunctionsGetResponse extends BaseCollectionPaginationCountResponse, Parsable {
|
|
15
|
+
/**
|
|
16
|
+
* The value property
|
|
17
|
+
*/
|
|
18
|
+
value?: AttributeMappingFunctionSchema[];
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Provides operations to call the functions method.
|
|
22
|
+
*/
|
|
23
|
+
export interface FunctionsRequestBuilder extends BaseRequestBuilder<FunctionsRequestBuilder> {
|
|
24
|
+
/**
|
|
25
|
+
* Invoke function functions
|
|
26
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
27
|
+
* @returns a Promise of FunctionsGetResponse
|
|
28
|
+
*/
|
|
29
|
+
get(requestConfiguration?: RequestConfiguration<FunctionsRequestBuilderGetQueryParameters> | undefined): Promise<FunctionsGetResponse | undefined>;
|
|
30
|
+
/**
|
|
31
|
+
* Invoke function functions
|
|
32
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
33
|
+
* @returns a RequestInformation
|
|
34
|
+
*/
|
|
35
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<FunctionsRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* Invoke function functions
|
|
39
|
+
*/
|
|
40
|
+
export interface FunctionsRequestBuilderGetQueryParameters {
|
|
41
|
+
/**
|
|
42
|
+
* Include count of items
|
|
43
|
+
*/
|
|
44
|
+
count?: boolean;
|
|
45
|
+
/**
|
|
46
|
+
* Filter items by property values
|
|
47
|
+
*/
|
|
48
|
+
filter?: string;
|
|
49
|
+
/**
|
|
50
|
+
* Order items by property values
|
|
51
|
+
*/
|
|
52
|
+
orderby?: string[];
|
|
53
|
+
/**
|
|
54
|
+
* Search items by search phrases
|
|
55
|
+
*/
|
|
56
|
+
search?: string;
|
|
57
|
+
/**
|
|
58
|
+
* Select properties to be returned
|
|
59
|
+
*/
|
|
60
|
+
select?: string[];
|
|
61
|
+
/**
|
|
62
|
+
* Skip the first n items
|
|
63
|
+
*/
|
|
64
|
+
skip?: number;
|
|
65
|
+
/**
|
|
66
|
+
* Show only the first n items
|
|
67
|
+
*/
|
|
68
|
+
top?: number;
|
|
69
|
+
}
|
|
70
|
+
/**
|
|
71
|
+
* Serializes information the current object
|
|
72
|
+
* @param writer Serialization writer to use to serialize this model
|
|
73
|
+
*/
|
|
74
|
+
export declare function serializeFunctionsGetResponse(writer: SerializationWriter, functionsGetResponse?: FunctionsGetResponse | undefined): void;
|
|
75
|
+
/**
|
|
76
|
+
* Metadata for all the requests in the request builder.
|
|
77
|
+
*/
|
|
78
|
+
export declare const FunctionsRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
79
|
+
/**
|
|
80
|
+
* Uri template for the request builder.
|
|
81
|
+
*/
|
|
82
|
+
export declare const FunctionsRequestBuilderUriTemplate = "{+baseurl}/applications/{application%2Did}/synchronization/templates/{synchronizationTemplate%2Did}/schema/functions(){?%24top,%24skip,%24search,%24filter,%24count,%24select,%24orderby}";
|
|
83
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAA6M,KAAK,8BAA8B,EAAE,KAAK,qCAAqC,EAAE,MAAM,gCAAgC,CAAC;AAE5U,OAAO,EAAE,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;AAElO;;;;GAIG;AACH,wBAAgB,gDAAgD,CAAC,SAAS,EAAE,SAAS,GAAG,SAAS,8CAEhG;AACD;;;GAGG;AACH,wBAAgB,mCAAmC,CAAC,oBAAoB,GAAE,oBAAoB,GAAG,SAAsC,GAAI,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAKnL;AACD,MAAM,WAAW,oBAAqB,SAAQ,qCAAqC,EAAE,QAAQ;IACzF;;OAEG;IACH,KAAK,CAAC,EAAE,8BAA8B,EAAE,CAAC;CAC5C;AACD;;GAEG;AACH,MAAM,WAAW,uBAAwB,SAAQ,kBAAkB,CAAC,uBAAuB,CAAC;IACxF;;;;OAIG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,yCAAyC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,oBAAoB,GAAG,SAAS,CAAC,CAAC;IACrJ;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,yCAAyC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACrJ;AACD;;GAEG;AACH,MAAM,WAAW,yCAAyC;IACtD;;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,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;CAChB;AACD;;;GAGG;AACH,wBAAgB,6BAA6B,CAAC,MAAM,EAAE,mBAAmB,EAAE,oBAAoB,GAAE,oBAAoB,GAAG,SAAsC,GAAI,IAAI,CAGrK;AAaD;;GAEG;AACH,eAAO,MAAM,uCAAuC,EAAE,gBAWrD,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,kCAAkC,8LAA8L,CAAC"}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.FunctionsRequestBuilderUriTemplate = exports.FunctionsRequestBuilderRequestsMetadata = exports.serializeFunctionsGetResponse = exports.deserializeIntoFunctionsGetResponse = exports.createFunctionsGetResponseFromDiscriminatorValue = 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 functionsGetResponse
|
|
13
|
+
*/
|
|
14
|
+
function createFunctionsGetResponseFromDiscriminatorValue(parseNode) {
|
|
15
|
+
return deserializeIntoFunctionsGetResponse;
|
|
16
|
+
}
|
|
17
|
+
exports.createFunctionsGetResponseFromDiscriminatorValue = createFunctionsGetResponseFromDiscriminatorValue;
|
|
18
|
+
/**
|
|
19
|
+
* The deserialization information for the current model
|
|
20
|
+
* @returns a Record<string, (node: ParseNode) => void>
|
|
21
|
+
*/
|
|
22
|
+
function deserializeIntoFunctionsGetResponse(functionsGetResponse = {}) {
|
|
23
|
+
return Object.assign(Object.assign({}, (0, models_1.deserializeIntoBaseCollectionPaginationCountResponse)(functionsGetResponse)), { "value": n => { functionsGetResponse.value = n.getCollectionOfObjectValues(models_1.createAttributeMappingFunctionSchemaFromDiscriminatorValue); } });
|
|
24
|
+
}
|
|
25
|
+
exports.deserializeIntoFunctionsGetResponse = deserializeIntoFunctionsGetResponse;
|
|
26
|
+
/**
|
|
27
|
+
* Serializes information the current object
|
|
28
|
+
* @param writer Serialization writer to use to serialize this model
|
|
29
|
+
*/
|
|
30
|
+
function serializeFunctionsGetResponse(writer, functionsGetResponse = {}) {
|
|
31
|
+
(0, models_1.serializeBaseCollectionPaginationCountResponse)(writer, functionsGetResponse);
|
|
32
|
+
writer.writeCollectionOfObjectValues("value", functionsGetResponse.value, models_1.serializeAttributeMappingFunctionSchema);
|
|
33
|
+
}
|
|
34
|
+
exports.serializeFunctionsGetResponse = serializeFunctionsGetResponse;
|
|
35
|
+
/**
|
|
36
|
+
* Mapper for query parameters from symbol name to serialization name represented as a constant.
|
|
37
|
+
*/
|
|
38
|
+
const FunctionsRequestBuilderGetQueryParametersMapper = {
|
|
39
|
+
"count": "%24count",
|
|
40
|
+
"filter": "%24filter",
|
|
41
|
+
"orderby": "%24orderby",
|
|
42
|
+
"search": "%24search",
|
|
43
|
+
"select": "%24select",
|
|
44
|
+
"skip": "%24skip",
|
|
45
|
+
"top": "%24top",
|
|
46
|
+
};
|
|
47
|
+
/**
|
|
48
|
+
* Metadata for all the requests in the request builder.
|
|
49
|
+
*/
|
|
50
|
+
exports.FunctionsRequestBuilderRequestsMetadata = {
|
|
51
|
+
get: {
|
|
52
|
+
responseBodyContentType: "application/json",
|
|
53
|
+
errorMappings: {
|
|
54
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
55
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
56
|
+
},
|
|
57
|
+
adapterMethodName: "sendAsync",
|
|
58
|
+
responseBodyFactory: createFunctionsGetResponseFromDiscriminatorValue,
|
|
59
|
+
queryParametersMapper: FunctionsRequestBuilderGetQueryParametersMapper,
|
|
60
|
+
},
|
|
61
|
+
};
|
|
62
|
+
/**
|
|
63
|
+
* Uri template for the request builder.
|
|
64
|
+
*/
|
|
65
|
+
exports.FunctionsRequestBuilderUriTemplate = "{+baseurl}/applications/{application%2Did}/synchronization/templates/{synchronizationTemplate%2Did}/schema/functions(){?%24top,%24skip,%24search,%24filter,%24count,%24select,%24orderby}";
|
|
66
|
+
/* tslint:enable */
|
|
67
|
+
/* eslint-enable */
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
import { type SynchronizationSchema } from '@microsoft/msgraph-sdk/models/';
|
|
2
|
+
import { type DirectoriesRequestBuilder } from './directories/';
|
|
3
|
+
import { type FilterOperatorsRequestBuilder } from './filterOperators/';
|
|
4
|
+
import { type FunctionsRequestBuilder } from './functions/';
|
|
5
|
+
import { type ParseExpressionRequestBuilder } from './parseExpression/';
|
|
6
|
+
import { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
|
|
7
|
+
/**
|
|
8
|
+
* Provides operations to manage the schema property of the microsoft.graph.synchronizationTemplate entity.
|
|
9
|
+
*/
|
|
10
|
+
export interface SchemaRequestBuilder extends BaseRequestBuilder<SchemaRequestBuilder> {
|
|
11
|
+
/**
|
|
12
|
+
* Provides operations to manage the directories property of the microsoft.graph.synchronizationSchema entity.
|
|
13
|
+
*/
|
|
14
|
+
get directories(): DirectoriesRequestBuilder;
|
|
15
|
+
/**
|
|
16
|
+
* Provides operations to call the filterOperators method.
|
|
17
|
+
*/
|
|
18
|
+
get filterOperators(): FilterOperatorsRequestBuilder;
|
|
19
|
+
/**
|
|
20
|
+
* Provides operations to call the functions method.
|
|
21
|
+
*/
|
|
22
|
+
get functions(): FunctionsRequestBuilder;
|
|
23
|
+
/**
|
|
24
|
+
* Provides operations to call the parseExpression method.
|
|
25
|
+
*/
|
|
26
|
+
get parseExpression(): ParseExpressionRequestBuilder;
|
|
27
|
+
/**
|
|
28
|
+
* Delete navigation property schema for applications
|
|
29
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
30
|
+
*/
|
|
31
|
+
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
32
|
+
/**
|
|
33
|
+
* Default synchronization schema for the jobs based on this template.
|
|
34
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
35
|
+
* @returns a Promise of SynchronizationSchema
|
|
36
|
+
*/
|
|
37
|
+
get(requestConfiguration?: RequestConfiguration<SchemaRequestBuilderGetQueryParameters> | undefined): Promise<SynchronizationSchema | undefined>;
|
|
38
|
+
/**
|
|
39
|
+
* Update the navigation property schema in applications
|
|
40
|
+
* @param body The request body
|
|
41
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
42
|
+
* @returns a Promise of SynchronizationSchema
|
|
43
|
+
*/
|
|
44
|
+
patch(body: SynchronizationSchema, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<SynchronizationSchema | undefined>;
|
|
45
|
+
/**
|
|
46
|
+
* Delete navigation property schema for applications
|
|
47
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
48
|
+
* @returns a RequestInformation
|
|
49
|
+
*/
|
|
50
|
+
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
51
|
+
/**
|
|
52
|
+
* Default synchronization schema for the jobs based on this template.
|
|
53
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
54
|
+
* @returns a RequestInformation
|
|
55
|
+
*/
|
|
56
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<SchemaRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
57
|
+
/**
|
|
58
|
+
* Update the navigation property schema in applications
|
|
59
|
+
* @param body The request body
|
|
60
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
61
|
+
* @returns a RequestInformation
|
|
62
|
+
*/
|
|
63
|
+
toPatchRequestInformation(body: SynchronizationSchema, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
64
|
+
}
|
|
65
|
+
/**
|
|
66
|
+
* Default synchronization schema for the jobs based on this template.
|
|
67
|
+
*/
|
|
68
|
+
export interface SchemaRequestBuilderGetQueryParameters {
|
|
69
|
+
/**
|
|
70
|
+
* Expand related entities
|
|
71
|
+
*/
|
|
72
|
+
expand?: string[];
|
|
73
|
+
/**
|
|
74
|
+
* Select properties to be returned
|
|
75
|
+
*/
|
|
76
|
+
select?: string[];
|
|
77
|
+
}
|
|
78
|
+
/**
|
|
79
|
+
* Metadata for all the navigation properties in the request builder.
|
|
80
|
+
*/
|
|
81
|
+
export declare const SchemaRequestBuilderNavigationMetadata: Record<Exclude<keyof SchemaRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata>;
|
|
82
|
+
/**
|
|
83
|
+
* Metadata for all the requests in the request builder.
|
|
84
|
+
*/
|
|
85
|
+
export declare const SchemaRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
86
|
+
/**
|
|
87
|
+
* Uri template for the request builder.
|
|
88
|
+
*/
|
|
89
|
+
export declare const SchemaRequestBuilderUriTemplate = "{+baseurl}/applications/{application%2Did}/synchronization/templates/{synchronizationTemplate%2Did}/schema{?%24select,%24expand}";
|
|
90
|
+
//# 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,EAAgI,KAAK,yBAAyB,EAAE,MAAM,gBAAgB,CAAC;AAC9L,OAAO,EAA2F,KAAK,6BAA6B,EAAE,MAAM,oBAAoB,CAAC;AACjK,OAAO,EAA+E,KAAK,uBAAuB,EAAE,MAAM,cAAc,CAAC;AACzI,OAAO,EAA2F,KAAK,6BAA6B,EAAE,MAAM,oBAAoB,CAAC;AACjK,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,oBAAqB,SAAQ,kBAAkB,CAAC,oBAAoB,CAAC;IAClF;;OAEG;IACH,IAAI,WAAW,IAAI,yBAAyB,CAAC;IAC7C;;OAEG;IACH,IAAI,eAAe,IAAI,6BAA6B,CAAC;IACrD;;OAEG;IACH,IAAI,SAAS,IAAI,uBAAuB,CAAC;IACzC;;OAEG;IACH,IAAI,eAAe,IAAI,6BAA6B,CAAC;IACrD;;;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,sCAAsC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,qBAAqB,GAAG,SAAS,CAAC,CAAC;IACnJ;;;;;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,sCAAsC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAC/I;;;;;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,sCAAsC;IACnD;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AAQD;;GAEG;AACH,eAAO,MAAM,sCAAsC,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,oBAAoB,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAkBtJ,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,oCAAoC,EAAE,gBA+BlD,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,+BAA+B,qIAAqI,CAAC"}
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SchemaRequestBuilderUriTemplate = exports.SchemaRequestBuilderRequestsMetadata = exports.SchemaRequestBuilderNavigationMetadata = 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 directories_1 = require("./directories/");
|
|
10
|
+
const filterOperators_1 = require("./filterOperators/");
|
|
11
|
+
const functions_1 = require("./functions/");
|
|
12
|
+
const parseExpression_1 = require("./parseExpression/");
|
|
13
|
+
/**
|
|
14
|
+
* Mapper for query parameters from symbol name to serialization name represented as a constant.
|
|
15
|
+
*/
|
|
16
|
+
const SchemaRequestBuilderGetQueryParametersMapper = {
|
|
17
|
+
"expand": "%24expand",
|
|
18
|
+
"select": "%24select",
|
|
19
|
+
};
|
|
20
|
+
/**
|
|
21
|
+
* Metadata for all the navigation properties in the request builder.
|
|
22
|
+
*/
|
|
23
|
+
exports.SchemaRequestBuilderNavigationMetadata = {
|
|
24
|
+
directories: {
|
|
25
|
+
uriTemplate: directories_1.DirectoriesRequestBuilderUriTemplate,
|
|
26
|
+
requestsMetadata: directories_1.DirectoriesRequestBuilderRequestsMetadata,
|
|
27
|
+
navigationMetadata: directories_1.DirectoriesRequestBuilderNavigationMetadata,
|
|
28
|
+
},
|
|
29
|
+
filterOperators: {
|
|
30
|
+
uriTemplate: filterOperators_1.FilterOperatorsRequestBuilderUriTemplate,
|
|
31
|
+
requestsMetadata: filterOperators_1.FilterOperatorsRequestBuilderRequestsMetadata,
|
|
32
|
+
},
|
|
33
|
+
functions: {
|
|
34
|
+
uriTemplate: functions_1.FunctionsRequestBuilderUriTemplate,
|
|
35
|
+
requestsMetadata: functions_1.FunctionsRequestBuilderRequestsMetadata,
|
|
36
|
+
},
|
|
37
|
+
parseExpression: {
|
|
38
|
+
uriTemplate: parseExpression_1.ParseExpressionRequestBuilderUriTemplate,
|
|
39
|
+
requestsMetadata: parseExpression_1.ParseExpressionRequestBuilderRequestsMetadata,
|
|
40
|
+
},
|
|
41
|
+
};
|
|
42
|
+
/**
|
|
43
|
+
* Metadata for all the requests in the request builder.
|
|
44
|
+
*/
|
|
45
|
+
exports.SchemaRequestBuilderRequestsMetadata = {
|
|
46
|
+
delete: {
|
|
47
|
+
responseBodyContentType: "application/json",
|
|
48
|
+
errorMappings: {
|
|
49
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
50
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
51
|
+
},
|
|
52
|
+
adapterMethodName: "sendNoResponseContentAsync",
|
|
53
|
+
},
|
|
54
|
+
get: {
|
|
55
|
+
responseBodyContentType: "application/json",
|
|
56
|
+
errorMappings: {
|
|
57
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
58
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
59
|
+
},
|
|
60
|
+
adapterMethodName: "sendAsync",
|
|
61
|
+
responseBodyFactory: models_1.createSynchronizationSchemaFromDiscriminatorValue,
|
|
62
|
+
queryParametersMapper: SchemaRequestBuilderGetQueryParametersMapper,
|
|
63
|
+
},
|
|
64
|
+
patch: {
|
|
65
|
+
responseBodyContentType: "application/json",
|
|
66
|
+
errorMappings: {
|
|
67
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
68
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
69
|
+
},
|
|
70
|
+
adapterMethodName: "sendAsync",
|
|
71
|
+
responseBodyFactory: models_1.createSynchronizationSchemaFromDiscriminatorValue,
|
|
72
|
+
requestBodyContentType: "application/json",
|
|
73
|
+
requestBodySerializer: models_1.serializeSynchronizationSchema,
|
|
74
|
+
requestInformationContentSetMethod: "setContentFromParsable",
|
|
75
|
+
},
|
|
76
|
+
};
|
|
77
|
+
/**
|
|
78
|
+
* Uri template for the request builder.
|
|
79
|
+
*/
|
|
80
|
+
exports.SchemaRequestBuilderUriTemplate = "{+baseurl}/applications/{application%2Did}/synchronization/templates/{synchronizationTemplate%2Did}/schema{?%24select,%24expand}";
|
|
81
|
+
/* tslint:enable */
|
|
82
|
+
/* eslint-enable */
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
import { type AttributeDefinition, type ExpressionInputObject, type ParseExpressionResponse } from '@microsoft/msgraph-sdk/models/';
|
|
2
|
+
import { type AdditionalDataHolder, type BackedModel, type BaseRequestBuilder, type Parsable, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';
|
|
3
|
+
/**
|
|
4
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
5
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
6
|
+
* @returns a parseExpressionPostRequestBody
|
|
7
|
+
*/
|
|
8
|
+
export declare function createParseExpressionPostRequestBodyFromDiscriminatorValue(parseNode: ParseNode | undefined): typeof deserializeIntoParseExpressionPostRequestBody;
|
|
9
|
+
/**
|
|
10
|
+
* The deserialization information for the current model
|
|
11
|
+
* @returns a Record<string, (node: ParseNode) => void>
|
|
12
|
+
*/
|
|
13
|
+
export declare function deserializeIntoParseExpressionPostRequestBody(parseExpressionPostRequestBody?: ParseExpressionPostRequestBody | undefined): Record<string, (node: ParseNode) => void>;
|
|
14
|
+
export interface ParseExpressionPostRequestBody extends AdditionalDataHolder, BackedModel, Parsable {
|
|
15
|
+
/**
|
|
16
|
+
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
17
|
+
*/
|
|
18
|
+
additionalData?: Record<string, unknown>;
|
|
19
|
+
/**
|
|
20
|
+
* Stores model information.
|
|
21
|
+
*/
|
|
22
|
+
backingStoreEnabled?: boolean;
|
|
23
|
+
/**
|
|
24
|
+
* The expression property
|
|
25
|
+
*/
|
|
26
|
+
expression?: string;
|
|
27
|
+
/**
|
|
28
|
+
* The targetAttributeDefinition property
|
|
29
|
+
*/
|
|
30
|
+
targetAttributeDefinition?: AttributeDefinition;
|
|
31
|
+
/**
|
|
32
|
+
* The testInputObject property
|
|
33
|
+
*/
|
|
34
|
+
testInputObject?: ExpressionInputObject;
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* Provides operations to call the parseExpression method.
|
|
38
|
+
*/
|
|
39
|
+
export interface ParseExpressionRequestBuilder extends BaseRequestBuilder<ParseExpressionRequestBuilder> {
|
|
40
|
+
/**
|
|
41
|
+
* Parse a given string expression into an attributeMappingSource object. For more information about expressions, see Writing Expressions for Attribute Mappings in Microsoft Entra ID.
|
|
42
|
+
* @param body The request body
|
|
43
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
44
|
+
* @returns a Promise of ParseExpressionResponse
|
|
45
|
+
* @see {@link https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-1.0|Find more info here}
|
|
46
|
+
*/
|
|
47
|
+
post(body: ParseExpressionPostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<ParseExpressionResponse | undefined>;
|
|
48
|
+
/**
|
|
49
|
+
* Parse a given string expression into an attributeMappingSource object. For more information about expressions, see Writing Expressions for Attribute Mappings in Microsoft Entra ID.
|
|
50
|
+
* @param body The request body
|
|
51
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
52
|
+
* @returns a RequestInformation
|
|
53
|
+
*/
|
|
54
|
+
toPostRequestInformation(body: ParseExpressionPostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
55
|
+
}
|
|
56
|
+
/**
|
|
57
|
+
* Serializes information the current object
|
|
58
|
+
* @param writer Serialization writer to use to serialize this model
|
|
59
|
+
*/
|
|
60
|
+
export declare function serializeParseExpressionPostRequestBody(writer: SerializationWriter, parseExpressionPostRequestBody?: ParseExpressionPostRequestBody | undefined): void;
|
|
61
|
+
/**
|
|
62
|
+
* Metadata for all the requests in the request builder.
|
|
63
|
+
*/
|
|
64
|
+
export declare const ParseExpressionRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
65
|
+
/**
|
|
66
|
+
* Uri template for the request builder.
|
|
67
|
+
*/
|
|
68
|
+
export declare const ParseExpressionRequestBuilderUriTemplate = "{+baseurl}/applications/{application%2Did}/synchronization/templates/{synchronizationTemplate%2Did}/schema/parseExpression";
|
|
69
|
+
//# sourceMappingURL=index.d.ts.map
|
package/applications/item/synchronization/templates/item/schema/parseExpression/index.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAA2P,KAAK,mBAAmB,EAAE,KAAK,qBAAqB,EAAE,KAAK,uBAAuB,EAAE,MAAM,gCAAgC,CAAC;AAE7X,OAAO,EAAE,KAAK,oBAAoB,EAAE,KAAK,WAAW,EAAqB,KAAK,kBAAkB,EAAE,KAAK,QAAQ,EAAwB,KAAK,SAAS,EAAE,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,KAAK,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AAElS;;;;GAIG;AACH,wBAAgB,0DAA0D,CAAC,SAAS,EAAE,SAAS,GAAG,SAAS,wDAE1G;AACD;;;GAGG;AACH,wBAAgB,6CAA6C,CAAC,8BAA8B,GAAE,8BAA8B,GAAG,SAAgD,GAAI,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAO3N;AACD,MAAM,WAAW,8BAA+B,SAAQ,oBAAoB,EAAE,WAAW,EAAE,QAAQ;IAC/F;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzC;;OAEG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,yBAAyB,CAAC,EAAE,mBAAmB,CAAC;IAChD;;OAEG;IACH,eAAe,CAAC,EAAE,qBAAqB,CAAC;CAC3C;AACD;;GAEG;AACH,MAAM,WAAW,6BAA8B,SAAQ,kBAAkB,CAAC,6BAA6B,CAAC;IACpG;;;;;;OAMG;IACF,IAAI,CAAC,IAAI,EAAE,8BAA8B,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,uBAAuB,GAAG,SAAS,CAAC,CAAC;IAC5J;;;;;OAKG;IACF,wBAAwB,CAAC,IAAI,EAAE,8BAA8B,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACzJ;AACD;;;GAGG;AACH,wBAAgB,uCAAuC,CAAC,MAAM,EAAE,mBAAmB,EAAE,8BAA8B,GAAE,8BAA8B,GAAG,SAAgD,GAAI,IAAI,CAK7M;AACD;;GAEG;AACH,eAAO,MAAM,6CAA6C,EAAE,gBAa3D,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,wCAAwC,+HAA+H,CAAC"}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ParseExpressionRequestBuilderUriTemplate = exports.ParseExpressionRequestBuilderRequestsMetadata = exports.serializeParseExpressionPostRequestBody = exports.deserializeIntoParseExpressionPostRequestBody = exports.createParseExpressionPostRequestBodyFromDiscriminatorValue = 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 parseExpressionPostRequestBody
|
|
13
|
+
*/
|
|
14
|
+
function createParseExpressionPostRequestBodyFromDiscriminatorValue(parseNode) {
|
|
15
|
+
return deserializeIntoParseExpressionPostRequestBody;
|
|
16
|
+
}
|
|
17
|
+
exports.createParseExpressionPostRequestBodyFromDiscriminatorValue = createParseExpressionPostRequestBodyFromDiscriminatorValue;
|
|
18
|
+
/**
|
|
19
|
+
* The deserialization information for the current model
|
|
20
|
+
* @returns a Record<string, (node: ParseNode) => void>
|
|
21
|
+
*/
|
|
22
|
+
function deserializeIntoParseExpressionPostRequestBody(parseExpressionPostRequestBody = {}) {
|
|
23
|
+
return {
|
|
24
|
+
"backingStoreEnabled": n => { parseExpressionPostRequestBody.backingStoreEnabled = true; },
|
|
25
|
+
"expression": n => { parseExpressionPostRequestBody.expression = n.getStringValue(); },
|
|
26
|
+
"targetAttributeDefinition": n => { parseExpressionPostRequestBody.targetAttributeDefinition = n.getObjectValue(models_1.createAttributeDefinitionFromDiscriminatorValue); },
|
|
27
|
+
"testInputObject": n => { parseExpressionPostRequestBody.testInputObject = n.getObjectValue(models_1.createExpressionInputObjectFromDiscriminatorValue); },
|
|
28
|
+
};
|
|
29
|
+
}
|
|
30
|
+
exports.deserializeIntoParseExpressionPostRequestBody = deserializeIntoParseExpressionPostRequestBody;
|
|
31
|
+
/**
|
|
32
|
+
* Serializes information the current object
|
|
33
|
+
* @param writer Serialization writer to use to serialize this model
|
|
34
|
+
*/
|
|
35
|
+
function serializeParseExpressionPostRequestBody(writer, parseExpressionPostRequestBody = {}) {
|
|
36
|
+
writer.writeStringValue("expression", parseExpressionPostRequestBody.expression);
|
|
37
|
+
writer.writeObjectValue("targetAttributeDefinition", parseExpressionPostRequestBody.targetAttributeDefinition, models_1.serializeAttributeDefinition);
|
|
38
|
+
writer.writeObjectValue("testInputObject", parseExpressionPostRequestBody.testInputObject, models_1.serializeExpressionInputObject);
|
|
39
|
+
writer.writeAdditionalData(parseExpressionPostRequestBody.additionalData);
|
|
40
|
+
}
|
|
41
|
+
exports.serializeParseExpressionPostRequestBody = serializeParseExpressionPostRequestBody;
|
|
42
|
+
/**
|
|
43
|
+
* Metadata for all the requests in the request builder.
|
|
44
|
+
*/
|
|
45
|
+
exports.ParseExpressionRequestBuilderRequestsMetadata = {
|
|
46
|
+
post: {
|
|
47
|
+
responseBodyContentType: "application/json",
|
|
48
|
+
errorMappings: {
|
|
49
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
50
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
51
|
+
},
|
|
52
|
+
adapterMethodName: "sendAsync",
|
|
53
|
+
responseBodyFactory: models_1.createParseExpressionResponseFromDiscriminatorValue,
|
|
54
|
+
requestBodyContentType: "application/json",
|
|
55
|
+
requestBodySerializer: serializeParseExpressionPostRequestBody,
|
|
56
|
+
requestInformationContentSetMethod: "setContentFromParsable",
|
|
57
|
+
},
|
|
58
|
+
};
|
|
59
|
+
/**
|
|
60
|
+
* Uri template for the request builder.
|
|
61
|
+
*/
|
|
62
|
+
exports.ParseExpressionRequestBuilderUriTemplate = "{+baseurl}/applications/{application%2Did}/synchronization/templates/{synchronizationTemplate%2Did}/schema/parseExpression";
|
|
63
|
+
/* tslint:enable */
|
|
64
|
+
/* 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}/applications/{application%2Did}/tokenIssuancePolicies/$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,kGAAkG,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}/applications/{application%2Did}/tokenIssuancePolicies/$count{?%24search,%24filter}";
|
|
34
|
+
/* tslint:enable */
|
|
35
|
+
/* eslint-enable */
|