@microsoft/msgraph-sdk-applications 1.0.0-preview.83 → 1.0.0-preview.86
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/applications/getAvailableExtensionProperties/index.js +3 -2
- package/applications/getAvailableExtensionProperties/index.js.map +1 -1
- package/applications/getByIds/index.js +2 -2
- package/applications/getByIds/index.js.map +1 -1
- package/applications/item/appManagementPolicies/ref/index.d.ts +1 -1
- package/applications/item/appManagementPolicies/ref/index.d.ts.map +1 -1
- package/applications/item/appManagementPolicies/ref/index.js +2 -2
- package/applications/item/appManagementPolicies/ref/index.js.map +1 -1
- package/applications/item/checkMemberGroups/index.js +2 -2
- package/applications/item/checkMemberGroups/index.js.map +1 -1
- package/applications/item/checkMemberObjects/index.js +2 -2
- package/applications/item/checkMemberObjects/index.js.map +1 -1
- package/applications/item/getMemberGroups/index.js +4 -3
- package/applications/item/getMemberGroups/index.js.map +1 -1
- package/applications/item/getMemberObjects/index.js +4 -3
- package/applications/item/getMemberObjects/index.js.map +1 -1
- package/applications/item/owners/ref/index.d.ts +1 -1
- package/applications/item/owners/ref/index.d.ts.map +1 -1
- package/applications/item/owners/ref/index.js +2 -2
- package/applications/item/owners/ref/index.js.map +1 -1
- package/applications/item/synchronization/acquireAccessToken/index.d.ts +2 -2
- package/applications/item/synchronization/jobs/item/pause/index.d.ts +2 -2
- package/applications/item/synchronization/jobs/item/provisionOnDemand/index.d.ts +2 -2
- package/applications/item/synchronization/jobs/item/restart/index.d.ts +2 -2
- package/applications/item/synchronization/jobs/item/schema/directories/item/discover/index.d.ts +2 -2
- package/applications/item/synchronization/jobs/item/schema/filterOperators/index.d.ts +3 -3
- package/applications/item/synchronization/jobs/item/schema/functions/index.d.ts +3 -3
- package/applications/item/synchronization/jobs/item/schema/parseExpression/index.d.ts +2 -2
- package/applications/item/synchronization/jobs/item/start/index.d.ts +2 -2
- package/applications/item/synchronization/jobs/item/validateCredentials/index.d.ts +2 -2
- package/applications/item/synchronization/jobs/item/validateCredentials/index.js +3 -2
- package/applications/item/synchronization/jobs/item/validateCredentials/index.js.map +1 -1
- package/applications/item/synchronization/jobs/validateCredentials/index.js +3 -2
- package/applications/item/synchronization/jobs/validateCredentials/index.js.map +1 -1
- package/applications/item/synchronization/templates/item/index.d.ts +2 -2
- package/applications/item/synchronization/templates/item/schema/directories/item/discover/index.d.ts +2 -2
- package/applications/item/synchronization/templates/item/schema/filterOperators/index.d.ts +3 -3
- package/applications/item/synchronization/templates/item/schema/functions/index.d.ts +3 -3
- package/applications/item/synchronization/templates/item/schema/parseExpression/index.d.ts +2 -2
- package/applications/item/tokenIssuancePolicies/ref/index.d.ts +1 -1
- package/applications/item/tokenIssuancePolicies/ref/index.d.ts.map +1 -1
- package/applications/item/tokenIssuancePolicies/ref/index.js +2 -2
- package/applications/item/tokenIssuancePolicies/ref/index.js.map +1 -1
- package/applications/item/tokenLifetimePolicies/ref/index.d.ts +1 -1
- package/applications/item/tokenLifetimePolicies/ref/index.d.ts.map +1 -1
- package/applications/item/tokenLifetimePolicies/ref/index.js +2 -2
- package/applications/item/tokenLifetimePolicies/ref/index.js.map +1 -1
- package/package.json +1 -1
- package/tsconfig.tsbuildinfo +1 -1
|
@@ -23,7 +23,7 @@ export interface SynchronizationTemplateItemRequestBuilder extends BaseRequestBu
|
|
|
23
23
|
*/
|
|
24
24
|
get(requestConfiguration?: RequestConfiguration<SynchronizationTemplateItemRequestBuilderGetQueryParameters> | undefined): Promise<SynchronizationTemplate | undefined>;
|
|
25
25
|
/**
|
|
26
|
-
* Update (override) the
|
|
26
|
+
* Update (override) the synchronizationTemplate associated with a given application.
|
|
27
27
|
* @param body The request body
|
|
28
28
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
29
29
|
* @returns {Promise<SynchronizationTemplate>}
|
|
@@ -44,7 +44,7 @@ export interface SynchronizationTemplateItemRequestBuilder extends BaseRequestBu
|
|
|
44
44
|
*/
|
|
45
45
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<SynchronizationTemplateItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
46
46
|
/**
|
|
47
|
-
* Update (override) the
|
|
47
|
+
* Update (override) the synchronizationTemplate associated with a given application.
|
|
48
48
|
* @param body The request body
|
|
49
49
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
50
50
|
* @returns {RequestInformation}
|
package/applications/item/synchronization/templates/item/schema/directories/item/discover/index.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ import { type BaseRequestBuilder, type RequestConfiguration, type RequestInforma
|
|
|
5
5
|
*/
|
|
6
6
|
export interface DiscoverRequestBuilder extends BaseRequestBuilder<DiscoverRequestBuilder> {
|
|
7
7
|
/**
|
|
8
|
-
* Discover the latest schema definition for provisioning to an application.
|
|
8
|
+
* Discover the latest schema definition for provisioning to an application for the directoryDefinition.
|
|
9
9
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10
10
|
* @returns {Promise<DirectoryDefinition>}
|
|
11
11
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
@@ -13,7 +13,7 @@ export interface DiscoverRequestBuilder extends BaseRequestBuilder<DiscoverReque
|
|
|
13
13
|
*/
|
|
14
14
|
post(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<DirectoryDefinition | undefined>;
|
|
15
15
|
/**
|
|
16
|
-
* Discover the latest schema definition for provisioning to an application.
|
|
16
|
+
* Discover the latest schema definition for provisioning to an application for the directoryDefinition.
|
|
17
17
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
18
18
|
* @returns {RequestInformation}
|
|
19
19
|
*/
|
|
@@ -23,7 +23,7 @@ export interface FilterOperatorsGetResponse extends BaseCollectionPaginationCoun
|
|
|
23
23
|
*/
|
|
24
24
|
export interface FilterOperatorsRequestBuilder extends BaseRequestBuilder<FilterOperatorsRequestBuilder> {
|
|
25
25
|
/**
|
|
26
|
-
* List all operators supported in the scoping filters.
|
|
26
|
+
* List all operators supported in the scoping filters for a synchronizationSchema.
|
|
27
27
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
28
28
|
* @returns {Promise<FilterOperatorsGetResponse>}
|
|
29
29
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
@@ -31,14 +31,14 @@ export interface FilterOperatorsRequestBuilder extends BaseRequestBuilder<Filter
|
|
|
31
31
|
*/
|
|
32
32
|
get(requestConfiguration?: RequestConfiguration<FilterOperatorsRequestBuilderGetQueryParameters> | undefined): Promise<FilterOperatorsGetResponse | undefined>;
|
|
33
33
|
/**
|
|
34
|
-
* List all operators supported in the scoping filters.
|
|
34
|
+
* List all operators supported in the scoping filters for a synchronizationSchema.
|
|
35
35
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
36
36
|
* @returns {RequestInformation}
|
|
37
37
|
*/
|
|
38
38
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<FilterOperatorsRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
39
39
|
}
|
|
40
40
|
/**
|
|
41
|
-
* List all operators supported in the scoping filters.
|
|
41
|
+
* List all operators supported in the scoping filters for a synchronizationSchema.
|
|
42
42
|
*/
|
|
43
43
|
export interface FilterOperatorsRequestBuilderGetQueryParameters {
|
|
44
44
|
/**
|
|
@@ -23,7 +23,7 @@ export interface FunctionsGetResponse extends BaseCollectionPaginationCountRespo
|
|
|
23
23
|
*/
|
|
24
24
|
export interface FunctionsRequestBuilder extends BaseRequestBuilder<FunctionsRequestBuilder> {
|
|
25
25
|
/**
|
|
26
|
-
* List all the functions currently supported in the attributeMappingSource.
|
|
26
|
+
* List all the functions currently supported in the attributeMappingSource for a synchronizationSchema.
|
|
27
27
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
28
28
|
* @returns {Promise<FunctionsGetResponse>}
|
|
29
29
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
@@ -31,14 +31,14 @@ export interface FunctionsRequestBuilder extends BaseRequestBuilder<FunctionsReq
|
|
|
31
31
|
*/
|
|
32
32
|
get(requestConfiguration?: RequestConfiguration<FunctionsRequestBuilderGetQueryParameters> | undefined): Promise<FunctionsGetResponse | undefined>;
|
|
33
33
|
/**
|
|
34
|
-
* List all the functions currently supported in the attributeMappingSource.
|
|
34
|
+
* List all the functions currently supported in the attributeMappingSource for a synchronizationSchema.
|
|
35
35
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
36
36
|
* @returns {RequestInformation}
|
|
37
37
|
*/
|
|
38
38
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<FunctionsRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
39
39
|
}
|
|
40
40
|
/**
|
|
41
|
-
* List all the functions currently supported in the attributeMappingSource.
|
|
41
|
+
* List all the functions currently supported in the attributeMappingSource for a synchronizationSchema.
|
|
42
42
|
*/
|
|
43
43
|
export interface FunctionsRequestBuilderGetQueryParameters {
|
|
44
44
|
/**
|
|
@@ -35,7 +35,7 @@ export interface ParseExpressionPostRequestBody extends AdditionalDataHolder, Ba
|
|
|
35
35
|
*/
|
|
36
36
|
export interface ParseExpressionRequestBuilder extends BaseRequestBuilder<ParseExpressionRequestBuilder> {
|
|
37
37
|
/**
|
|
38
|
-
* Parse a given string expression into an attributeMappingSource object. For more information about expressions, see Writing Expressions for Attribute Mappings in Microsoft Entra ID.
|
|
38
|
+
* Parse a given string expression into an attributeMappingSource object for a synchronizationSchema. For more information about expressions, see Writing Expressions for Attribute Mappings in Microsoft Entra ID.
|
|
39
39
|
* @param body The request body
|
|
40
40
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
41
41
|
* @returns {Promise<ParseExpressionResponse>}
|
|
@@ -44,7 +44,7 @@ export interface ParseExpressionRequestBuilder extends BaseRequestBuilder<ParseE
|
|
|
44
44
|
*/
|
|
45
45
|
post(body: ParseExpressionPostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<ParseExpressionResponse | undefined>;
|
|
46
46
|
/**
|
|
47
|
-
* Parse a given string expression into an attributeMappingSource object. For more information about expressions, see Writing Expressions for Attribute Mappings in Microsoft Entra ID.
|
|
47
|
+
* Parse a given string expression into an attributeMappingSource object for a synchronizationSchema. For more information about expressions, see Writing Expressions for Attribute Mappings in Microsoft Entra ID.
|
|
48
48
|
* @param body The request body
|
|
49
49
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
50
50
|
* @returns {RequestInformation}
|
|
@@ -88,7 +88,7 @@ export interface RefRequestBuilderGetQueryParameters {
|
|
|
88
88
|
/**
|
|
89
89
|
* Uri template for the request builder.
|
|
90
90
|
*/
|
|
91
|
-
export declare const RefRequestBuilderUriTemplate = "{+baseurl}/applications/{application%2Did}/tokenIssuancePolicies/$ref
|
|
91
|
+
export declare const RefRequestBuilderUriTemplate = "{+baseurl}/applications/{application%2Did}/tokenIssuancePolicies/$ref{?%24count,%24filter,%24orderby,%24search,%24skip,%24top}";
|
|
92
92
|
/**
|
|
93
93
|
* Metadata for all the requests in the request builder.
|
|
94
94
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAkF,KAAK,eAAe,EAAE,KAAK,wBAAwB,EAAE,MAAM,wCAAwC,CAAC;AAI7L,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;;;;;OAKG;IACF,MAAM,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,sCAAsC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IACzH;;;;;;OAMG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,mCAAmC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,wBAAwB,GAAG,SAAS,CAAC,CAAC;IACnJ;;;;;;OAMG;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,0BAA0B,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,sCAAsC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAClJ;;;;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,sCAAsC;IACnD;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;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;AACD;;GAEG;AACH,eAAO,MAAM,4BAA4B
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAkF,KAAK,eAAe,EAAE,KAAK,wBAAwB,EAAE,MAAM,wCAAwC,CAAC;AAI7L,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;;;;;OAKG;IACF,MAAM,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,sCAAsC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IACzH;;;;;;OAMG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,mCAAmC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,wBAAwB,GAAG,SAAS,CAAC,CAAC;IACnJ;;;;;;OAMG;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,0BAA0B,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,sCAAsC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAClJ;;;;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,sCAAsC;IACnD;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;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;AACD;;GAEG;AACH,eAAO,MAAM,4BAA4B,mIAAmI,CAAC;AAkB7K;;GAEG;AACH,eAAO,MAAM,iCAAiC,EAAE,gBA+B/C,CAAC"}
|
|
@@ -8,7 +8,7 @@ import { createODataErrorFromDiscriminatorValue } from '@microsoft/msgraph-sdk/m
|
|
|
8
8
|
/**
|
|
9
9
|
* Uri template for the request builder.
|
|
10
10
|
*/
|
|
11
|
-
export const RefRequestBuilderUriTemplate = "{+baseurl}/applications/{application%2Did}/tokenIssuancePolicies/$ref
|
|
11
|
+
export const RefRequestBuilderUriTemplate = "{+baseurl}/applications/{application%2Did}/tokenIssuancePolicies/$ref{?%24count,%24filter,%24orderby,%24search,%24skip,%24top}";
|
|
12
12
|
/**
|
|
13
13
|
* Mapper for query parameters from symbol name to serialization name represented as a constant.
|
|
14
14
|
*/
|
|
@@ -31,7 +31,7 @@ const RefRequestBuilderGetQueryParametersMapper = {
|
|
|
31
31
|
*/
|
|
32
32
|
export const RefRequestBuilderRequestsMetadata = {
|
|
33
33
|
delete: {
|
|
34
|
-
uriTemplate:
|
|
34
|
+
uriTemplate: "{+baseurl}/applications/{application%2Did}/tokenIssuancePolicies/$ref?@id={%40id}",
|
|
35
35
|
responseBodyContentType: "application/json",
|
|
36
36
|
errorMappings: {
|
|
37
37
|
XXX: createODataErrorFromDiscriminatorValue,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+BAA+B;AAC/B,aAAa;AACb,OAAO,EAAE,oDAAoD,EAAE,wBAAwB,EAAuD,MAAM,wCAAwC,CAAC;AAC7L,aAAa;AACb,OAAO,EAAE,sCAAsC,EAAmB,MAAM,oDAAoD,CAAC;AAyF7H;;GAEG;AACH,MAAM,CAAC,MAAM,4BAA4B,GAAG,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+BAA+B;AAC/B,aAAa;AACb,OAAO,EAAE,oDAAoD,EAAE,wBAAwB,EAAuD,MAAM,wCAAwC,CAAC;AAC7L,aAAa;AACb,OAAO,EAAE,sCAAsC,EAAmB,MAAM,oDAAoD,CAAC;AAyF7H;;GAEG;AACH,MAAM,CAAC,MAAM,4BAA4B,GAAG,gIAAgI,CAAC;AAC7K;;GAEG;AACH,MAAM,4CAA4C,GAA2B;IACzE,IAAI,EAAE,OAAO;CAChB,CAAC;AACF;;GAEG;AACH,MAAM,yCAAyC,GAA2B;IACtE,OAAO,EAAE,UAAU;IACnB,QAAQ,EAAE,WAAW;IACrB,SAAS,EAAE,YAAY;IACvB,QAAQ,EAAE,WAAW;IACrB,MAAM,EAAE,SAAS;IACjB,KAAK,EAAE,QAAQ;CAClB,CAAC;AACF;;GAEG;AACH,MAAM,CAAC,MAAM,iCAAiC,GAAqB;IAC/D,MAAM,EAAE;QACJ,WAAW,EAAE,mFAAmF;QAChG,uBAAuB,EAAE,kBAAkB;QAC3C,aAAa,EAAE;YACX,GAAG,EAAE,sCAAmE;SAC3E;QACD,iBAAiB,EAAE,uBAAuB;QAC1C,qBAAqB,EAAE,4CAA4C;KACtE;IACD,GAAG,EAAE;QACD,WAAW,EAAE,4BAA4B;QACzC,uBAAuB,EAAE,kBAAkB;QAC3C,aAAa,EAAE;YACX,GAAG,EAAE,sCAAmE;SAC3E;QACD,iBAAiB,EAAE,MAAM;QACzB,mBAAmB,EAAG,oDAAoD;QAC1E,qBAAqB,EAAE,yCAAyC;KACnE;IACD,IAAI,EAAE;QACF,WAAW,EAAE,4BAA4B;QACzC,uBAAuB,EAAE,kBAAkB;QAC3C,aAAa,EAAE;YACX,GAAG,EAAE,sCAAmE;SAC3E;QACD,iBAAiB,EAAE,uBAAuB;QAC1C,sBAAsB,EAAE,kBAAkB;QAC1C,qBAAqB,EAAE,wBAAwB;QAC/C,kCAAkC,EAAE,wBAAwB;KAC/D;CACJ,CAAC;AACF,mBAAmB;AACnB,mBAAmB"}
|
|
@@ -88,7 +88,7 @@ export interface RefRequestBuilderGetQueryParameters {
|
|
|
88
88
|
/**
|
|
89
89
|
* Uri template for the request builder.
|
|
90
90
|
*/
|
|
91
|
-
export declare const RefRequestBuilderUriTemplate = "{+baseurl}/applications/{application%2Did}/tokenLifetimePolicies/$ref
|
|
91
|
+
export declare const RefRequestBuilderUriTemplate = "{+baseurl}/applications/{application%2Did}/tokenLifetimePolicies/$ref{?%24count,%24filter,%24orderby,%24search,%24skip,%24top}";
|
|
92
92
|
/**
|
|
93
93
|
* Metadata for all the requests in the request builder.
|
|
94
94
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAkF,KAAK,eAAe,EAAE,KAAK,wBAAwB,EAAE,MAAM,wCAAwC,CAAC;AAI7L,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;;;;;OAKG;IACF,MAAM,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,sCAAsC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IACzH;;;;;;OAMG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,mCAAmC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,wBAAwB,GAAG,SAAS,CAAC,CAAC;IACnJ;;;;;;OAMG;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,0BAA0B,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,sCAAsC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAClJ;;;;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,sCAAsC;IACnD;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;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;AACD;;GAEG;AACH,eAAO,MAAM,4BAA4B
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAkF,KAAK,eAAe,EAAE,KAAK,wBAAwB,EAAE,MAAM,wCAAwC,CAAC;AAI7L,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;;;;;OAKG;IACF,MAAM,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,sCAAsC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IACzH;;;;;;OAMG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,mCAAmC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,wBAAwB,GAAG,SAAS,CAAC,CAAC;IACnJ;;;;;;OAMG;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,0BAA0B,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,sCAAsC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAClJ;;;;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,sCAAsC;IACnD;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;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;AACD;;GAEG;AACH,eAAO,MAAM,4BAA4B,mIAAmI,CAAC;AAkB7K;;GAEG;AACH,eAAO,MAAM,iCAAiC,EAAE,gBA+B/C,CAAC"}
|
|
@@ -8,7 +8,7 @@ import { createODataErrorFromDiscriminatorValue } from '@microsoft/msgraph-sdk/m
|
|
|
8
8
|
/**
|
|
9
9
|
* Uri template for the request builder.
|
|
10
10
|
*/
|
|
11
|
-
export const RefRequestBuilderUriTemplate = "{+baseurl}/applications/{application%2Did}/tokenLifetimePolicies/$ref
|
|
11
|
+
export const RefRequestBuilderUriTemplate = "{+baseurl}/applications/{application%2Did}/tokenLifetimePolicies/$ref{?%24count,%24filter,%24orderby,%24search,%24skip,%24top}";
|
|
12
12
|
/**
|
|
13
13
|
* Mapper for query parameters from symbol name to serialization name represented as a constant.
|
|
14
14
|
*/
|
|
@@ -31,7 +31,7 @@ const RefRequestBuilderGetQueryParametersMapper = {
|
|
|
31
31
|
*/
|
|
32
32
|
export const RefRequestBuilderRequestsMetadata = {
|
|
33
33
|
delete: {
|
|
34
|
-
uriTemplate:
|
|
34
|
+
uriTemplate: "{+baseurl}/applications/{application%2Did}/tokenLifetimePolicies/$ref?@id={%40id}",
|
|
35
35
|
responseBodyContentType: "application/json",
|
|
36
36
|
errorMappings: {
|
|
37
37
|
XXX: createODataErrorFromDiscriminatorValue,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+BAA+B;AAC/B,aAAa;AACb,OAAO,EAAE,oDAAoD,EAAE,wBAAwB,EAAuD,MAAM,wCAAwC,CAAC;AAC7L,aAAa;AACb,OAAO,EAAE,sCAAsC,EAAmB,MAAM,oDAAoD,CAAC;AAyF7H;;GAEG;AACH,MAAM,CAAC,MAAM,4BAA4B,GAAG,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+BAA+B;AAC/B,aAAa;AACb,OAAO,EAAE,oDAAoD,EAAE,wBAAwB,EAAuD,MAAM,wCAAwC,CAAC;AAC7L,aAAa;AACb,OAAO,EAAE,sCAAsC,EAAmB,MAAM,oDAAoD,CAAC;AAyF7H;;GAEG;AACH,MAAM,CAAC,MAAM,4BAA4B,GAAG,gIAAgI,CAAC;AAC7K;;GAEG;AACH,MAAM,4CAA4C,GAA2B;IACzE,IAAI,EAAE,OAAO;CAChB,CAAC;AACF;;GAEG;AACH,MAAM,yCAAyC,GAA2B;IACtE,OAAO,EAAE,UAAU;IACnB,QAAQ,EAAE,WAAW;IACrB,SAAS,EAAE,YAAY;IACvB,QAAQ,EAAE,WAAW;IACrB,MAAM,EAAE,SAAS;IACjB,KAAK,EAAE,QAAQ;CAClB,CAAC;AACF;;GAEG;AACH,MAAM,CAAC,MAAM,iCAAiC,GAAqB;IAC/D,MAAM,EAAE;QACJ,WAAW,EAAE,mFAAmF;QAChG,uBAAuB,EAAE,kBAAkB;QAC3C,aAAa,EAAE;YACX,GAAG,EAAE,sCAAmE;SAC3E;QACD,iBAAiB,EAAE,uBAAuB;QAC1C,qBAAqB,EAAE,4CAA4C;KACtE;IACD,GAAG,EAAE;QACD,WAAW,EAAE,4BAA4B;QACzC,uBAAuB,EAAE,kBAAkB;QAC3C,aAAa,EAAE;YACX,GAAG,EAAE,sCAAmE;SAC3E;QACD,iBAAiB,EAAE,MAAM;QACzB,mBAAmB,EAAG,oDAAoD;QAC1E,qBAAqB,EAAE,yCAAyC;KACnE;IACD,IAAI,EAAE;QACF,WAAW,EAAE,4BAA4B;QACzC,uBAAuB,EAAE,kBAAkB;QAC3C,aAAa,EAAE;YACX,GAAG,EAAE,sCAAmE;SAC3E;QACD,iBAAiB,EAAE,uBAAuB;QAC1C,sBAAsB,EAAE,kBAAkB;QAC1C,qBAAqB,EAAE,wBAAwB;QAC/C,kCAAkC,EAAE,wBAAwB;KAC/D;CACJ,CAAC;AACF,mBAAmB;AACnB,mBAAmB"}
|