@microsoft/msgraph-sdk-directoryobjects 1.0.0-preview.13 → 1.0.0-preview.14
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/directoryObjects/count/index.d.ts +7 -6
- package/directoryObjects/count/index.d.ts.map +1 -1
- package/directoryObjects/count/index.js +7 -7
- package/directoryObjects/delta/index.d.ts +9 -8
- package/directoryObjects/delta/index.d.ts.map +1 -1
- package/directoryObjects/delta/index.js +9 -9
- package/directoryObjects/getAvailableExtensionProperties/index.d.ts +11 -10
- package/directoryObjects/getAvailableExtensionProperties/index.d.ts.map +1 -1
- package/directoryObjects/getAvailableExtensionProperties/index.js +11 -11
- package/directoryObjects/getByIds/index.d.ts +11 -10
- package/directoryObjects/getByIds/index.d.ts.map +1 -1
- package/directoryObjects/getByIds/index.js +11 -11
- package/directoryObjects/index.d.ts +11 -9
- package/directoryObjects/index.d.ts.map +1 -1
- package/directoryObjects/index.js +9 -15
- package/directoryObjects/item/checkMemberGroups/index.d.ts +11 -10
- package/directoryObjects/item/checkMemberGroups/index.d.ts.map +1 -1
- package/directoryObjects/item/checkMemberGroups/index.js +11 -11
- package/directoryObjects/item/checkMemberObjects/index.d.ts +11 -10
- package/directoryObjects/item/checkMemberObjects/index.d.ts.map +1 -1
- package/directoryObjects/item/checkMemberObjects/index.js +11 -11
- package/directoryObjects/item/getMemberGroups/index.d.ts +11 -10
- package/directoryObjects/item/getMemberGroups/index.d.ts.map +1 -1
- package/directoryObjects/item/getMemberGroups/index.js +11 -11
- package/directoryObjects/item/getMemberObjects/index.d.ts +11 -10
- package/directoryObjects/item/getMemberObjects/index.d.ts.map +1 -1
- package/directoryObjects/item/getMemberObjects/index.js +11 -11
- package/directoryObjects/item/index.d.ts +12 -9
- package/directoryObjects/item/index.d.ts.map +1 -1
- package/directoryObjects/item/index.js +11 -16
- package/directoryObjects/item/restore/index.d.ts +7 -6
- package/directoryObjects/item/restore/index.d.ts.map +1 -1
- package/directoryObjects/item/restore/index.js +7 -7
- package/directoryObjects/validateProperties/index.d.ts +8 -7
- package/directoryObjects/validateProperties/index.d.ts.map +1 -1
- package/directoryObjects/validateProperties/index.js +9 -9
- package/directoryObjectsServiceClient.d.ts.map +1 -1
- package/directoryObjectsServiceClient.js +1 -2
- package/package.json +3 -3
- package/tsconfig.tsbuildinfo +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.DirectoryObjectsRequestBuilderRequestsMetadata = exports.DirectoryObjectsRequestBuilderNavigationMetadata = exports.DirectoryObjectsRequestBuilderUriTemplate = void 0;
|
|
4
4
|
/* tslint:disable */
|
|
5
5
|
/* eslint-disable */
|
|
6
6
|
// Generated by Microsoft Kiota
|
|
@@ -12,6 +12,10 @@ const getAvailableExtensionProperties_1 = require("./getAvailableExtensionProper
|
|
|
12
12
|
const getByIds_1 = require("./getByIds/");
|
|
13
13
|
const item_1 = require("./item/");
|
|
14
14
|
const validateProperties_1 = require("./validateProperties/");
|
|
15
|
+
/**
|
|
16
|
+
* Uri template for the request builder.
|
|
17
|
+
*/
|
|
18
|
+
exports.DirectoryObjectsRequestBuilderUriTemplate = "{+baseurl}/directoryObjects{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}";
|
|
15
19
|
/**
|
|
16
20
|
* Mapper for query parameters from symbol name to serialization name represented as a constant.
|
|
17
21
|
*/
|
|
@@ -30,29 +34,23 @@ const DirectoryObjectsRequestBuilderGetQueryParametersMapper = {
|
|
|
30
34
|
*/
|
|
31
35
|
exports.DirectoryObjectsRequestBuilderNavigationMetadata = {
|
|
32
36
|
byDirectoryObjectId: {
|
|
33
|
-
uriTemplate: item_1.DirectoryObjectItemRequestBuilderUriTemplate,
|
|
34
37
|
requestsMetadata: item_1.DirectoryObjectItemRequestBuilderRequestsMetadata,
|
|
35
38
|
navigationMetadata: item_1.DirectoryObjectItemRequestBuilderNavigationMetadata,
|
|
36
39
|
pathParametersMappings: ["directoryObject%2Did"],
|
|
37
40
|
},
|
|
38
41
|
count: {
|
|
39
|
-
uriTemplate: count_1.CountRequestBuilderUriTemplate,
|
|
40
42
|
requestsMetadata: count_1.CountRequestBuilderRequestsMetadata,
|
|
41
43
|
},
|
|
42
44
|
delta: {
|
|
43
|
-
uriTemplate: delta_1.DeltaRequestBuilderUriTemplate,
|
|
44
45
|
requestsMetadata: delta_1.DeltaRequestBuilderRequestsMetadata,
|
|
45
46
|
},
|
|
46
47
|
getAvailableExtensionProperties: {
|
|
47
|
-
uriTemplate: getAvailableExtensionProperties_1.GetAvailableExtensionPropertiesRequestBuilderUriTemplate,
|
|
48
48
|
requestsMetadata: getAvailableExtensionProperties_1.GetAvailableExtensionPropertiesRequestBuilderRequestsMetadata,
|
|
49
49
|
},
|
|
50
50
|
getByIds: {
|
|
51
|
-
uriTemplate: getByIds_1.GetByIdsRequestBuilderUriTemplate,
|
|
52
51
|
requestsMetadata: getByIds_1.GetByIdsRequestBuilderRequestsMetadata,
|
|
53
52
|
},
|
|
54
53
|
validateProperties: {
|
|
55
|
-
uriTemplate: validateProperties_1.ValidatePropertiesRequestBuilderUriTemplate,
|
|
56
54
|
requestsMetadata: validateProperties_1.ValidatePropertiesRequestBuilderRequestsMetadata,
|
|
57
55
|
},
|
|
58
56
|
};
|
|
@@ -61,20 +59,20 @@ exports.DirectoryObjectsRequestBuilderNavigationMetadata = {
|
|
|
61
59
|
*/
|
|
62
60
|
exports.DirectoryObjectsRequestBuilderRequestsMetadata = {
|
|
63
61
|
get: {
|
|
62
|
+
uriTemplate: exports.DirectoryObjectsRequestBuilderUriTemplate,
|
|
64
63
|
responseBodyContentType: "application/json",
|
|
65
64
|
errorMappings: {
|
|
66
|
-
|
|
67
|
-
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
65
|
+
XXX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
68
66
|
},
|
|
69
67
|
adapterMethodName: "sendAsync",
|
|
70
68
|
responseBodyFactory: models_1.createDirectoryObjectCollectionResponseFromDiscriminatorValue,
|
|
71
69
|
queryParametersMapper: DirectoryObjectsRequestBuilderGetQueryParametersMapper,
|
|
72
70
|
},
|
|
73
71
|
post: {
|
|
72
|
+
uriTemplate: exports.DirectoryObjectsRequestBuilderUriTemplate,
|
|
74
73
|
responseBodyContentType: "application/json",
|
|
75
74
|
errorMappings: {
|
|
76
|
-
|
|
77
|
-
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
75
|
+
XXX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
78
76
|
},
|
|
79
77
|
adapterMethodName: "sendAsync",
|
|
80
78
|
responseBodyFactory: models_1.createDirectoryObjectFromDiscriminatorValue,
|
|
@@ -83,9 +81,5 @@ exports.DirectoryObjectsRequestBuilderRequestsMetadata = {
|
|
|
83
81
|
requestInformationContentSetMethod: "setContentFromParsable",
|
|
84
82
|
},
|
|
85
83
|
};
|
|
86
|
-
/**
|
|
87
|
-
* Uri template for the request builder.
|
|
88
|
-
*/
|
|
89
|
-
exports.DirectoryObjectsRequestBuilderUriTemplate = "{+baseurl}/directoryObjects{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}";
|
|
90
84
|
/* tslint:enable */
|
|
91
85
|
/* eslint-enable */
|
|
@@ -28,7 +28,8 @@ export interface CheckMemberGroupsRequestBuilder extends BaseRequestBuilder<Chec
|
|
|
28
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
29
|
* @param body The request body
|
|
30
30
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
31
|
-
* @returns
|
|
31
|
+
* @returns {Promise<CheckMemberGroupsPostResponse>}
|
|
32
|
+
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
32
33
|
* @see {@link https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0|Find more info here}
|
|
33
34
|
*/
|
|
34
35
|
post(body: CheckMemberGroupsPostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<CheckMemberGroupsPostResponse | undefined>;
|
|
@@ -36,30 +37,30 @@ export interface CheckMemberGroupsRequestBuilder extends BaseRequestBuilder<Chec
|
|
|
36
37
|
* 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
38
|
* @param body The request body
|
|
38
39
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
39
|
-
* @returns
|
|
40
|
+
* @returns {RequestInformation}
|
|
40
41
|
*/
|
|
41
42
|
toPostRequestInformation(body: CheckMemberGroupsPostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
42
43
|
}
|
|
43
44
|
/**
|
|
44
45
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
45
46
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
46
|
-
* @returns
|
|
47
|
+
* @returns {CheckMemberGroupsPostRequestBody}
|
|
47
48
|
*/
|
|
48
49
|
export declare function createCheckMemberGroupsPostRequestBodyFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
49
50
|
/**
|
|
50
51
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
51
52
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
52
|
-
* @returns
|
|
53
|
+
* @returns {CheckMemberGroupsPostResponse}
|
|
53
54
|
*/
|
|
54
55
|
export declare function createCheckMemberGroupsPostResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
55
56
|
/**
|
|
56
57
|
* The deserialization information for the current model
|
|
57
|
-
* @returns
|
|
58
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
58
59
|
*/
|
|
59
60
|
export declare function deserializeIntoCheckMemberGroupsPostRequestBody(checkMemberGroupsPostRequestBody?: Partial<CheckMemberGroupsPostRequestBody> | undefined): Record<string, (node: ParseNode) => void>;
|
|
60
61
|
/**
|
|
61
62
|
* The deserialization information for the current model
|
|
62
|
-
* @returns
|
|
63
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
63
64
|
*/
|
|
64
65
|
export declare function deserializeIntoCheckMemberGroupsPostResponse(checkMemberGroupsPostResponse?: Partial<CheckMemberGroupsPostResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
65
66
|
/**
|
|
@@ -72,12 +73,12 @@ export declare function serializeCheckMemberGroupsPostRequestBody(writer: Serial
|
|
|
72
73
|
* @param writer Serialization writer to use to serialize this model
|
|
73
74
|
*/
|
|
74
75
|
export declare function serializeCheckMemberGroupsPostResponse(writer: SerializationWriter, checkMemberGroupsPostResponse?: Partial<CheckMemberGroupsPostResponse> | undefined): void;
|
|
75
|
-
/**
|
|
76
|
-
* Metadata for all the requests in the request builder.
|
|
77
|
-
*/
|
|
78
|
-
export declare const CheckMemberGroupsRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
79
76
|
/**
|
|
80
77
|
* Uri template for the request builder.
|
|
81
78
|
*/
|
|
82
79
|
export declare const CheckMemberGroupsRequestBuilderUriTemplate = "{+baseurl}/directoryObjects/{directoryObject%2Did}/checkMemberGroups";
|
|
80
|
+
/**
|
|
81
|
+
* Metadata for all the requests in the request builder.
|
|
82
|
+
*/
|
|
83
|
+
export declare const CheckMemberGroupsRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
83
84
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +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
|
|
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;;;;;;;OAOG;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,GAAI,CAAC,CAAC,QAAQ,CAAC,EAAE,QAAQ,KAAK,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAAC,CAEpL;AACD;;;;GAIG;AACH,wBAAgB,yDAAyD,CAAC,SAAS,EAAE,SAAS,GAAG,SAAS,GAAI,CAAC,CAAC,QAAQ,CAAC,EAAE,QAAQ,KAAK,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAAC,CAEjL;AACD;;;GAGG;AACH,wBAAgB,+CAA+C,CAAC,gCAAgC,GAAE,OAAO,CAAC,gCAAgC,CAAC,GAAG,SAAc,GAAI,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAKxM;AACD;;;GAGG;AACH,wBAAgB,4CAA4C,CAAC,6BAA6B,GAAE,OAAO,CAAC,6BAA6B,CAAC,GAAG,SAAc,GAAI,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAK/L;AACD;;;GAGG;AACH,wBAAgB,yCAAyC,CAAC,MAAM,EAAE,mBAAmB,EAAE,gCAAgC,GAAE,OAAO,CAAC,gCAAgC,CAAC,GAAG,SAAc,GAAI,IAAI,CAG1L;AACD;;;GAGG;AACH,wBAAgB,sCAAsC,CAAC,MAAM,EAAE,mBAAmB,EAAE,6BAA6B,GAAE,OAAO,CAAC,6BAA6B,CAAC,GAAG,SAAc,GAAI,IAAI,CAGjL;AACD;;GAEG;AACH,eAAO,MAAM,0CAA0C,yEAAyE,CAAC;AACjI;;GAEG;AACH,eAAO,MAAM,+CAA+C,EAAE,gBAa7D,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.CheckMemberGroupsRequestBuilderRequestsMetadata = exports.CheckMemberGroupsRequestBuilderUriTemplate = exports.serializeCheckMemberGroupsPostResponse = exports.serializeCheckMemberGroupsPostRequestBody = exports.deserializeIntoCheckMemberGroupsPostResponse = exports.deserializeIntoCheckMemberGroupsPostRequestBody = exports.createCheckMemberGroupsPostResponseFromDiscriminatorValue = exports.createCheckMemberGroupsPostRequestBodyFromDiscriminatorValue = void 0;
|
|
4
4
|
/* tslint:disable */
|
|
5
5
|
/* eslint-disable */
|
|
6
6
|
// Generated by Microsoft Kiota
|
|
@@ -9,7 +9,7 @@ const oDataErrors_1 = require("@microsoft/msgraph-sdk/models/oDataErrors/");
|
|
|
9
9
|
/**
|
|
10
10
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
11
11
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
12
|
-
* @returns
|
|
12
|
+
* @returns {CheckMemberGroupsPostRequestBody}
|
|
13
13
|
*/
|
|
14
14
|
function createCheckMemberGroupsPostRequestBodyFromDiscriminatorValue(parseNode) {
|
|
15
15
|
return deserializeIntoCheckMemberGroupsPostRequestBody;
|
|
@@ -18,7 +18,7 @@ exports.createCheckMemberGroupsPostRequestBodyFromDiscriminatorValue = createChe
|
|
|
18
18
|
/**
|
|
19
19
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
20
20
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
21
|
-
* @returns
|
|
21
|
+
* @returns {CheckMemberGroupsPostResponse}
|
|
22
22
|
*/
|
|
23
23
|
function createCheckMemberGroupsPostResponseFromDiscriminatorValue(parseNode) {
|
|
24
24
|
return deserializeIntoCheckMemberGroupsPostResponse;
|
|
@@ -26,7 +26,7 @@ function createCheckMemberGroupsPostResponseFromDiscriminatorValue(parseNode) {
|
|
|
26
26
|
exports.createCheckMemberGroupsPostResponseFromDiscriminatorValue = createCheckMemberGroupsPostResponseFromDiscriminatorValue;
|
|
27
27
|
/**
|
|
28
28
|
* The deserialization information for the current model
|
|
29
|
-
* @returns
|
|
29
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
30
30
|
*/
|
|
31
31
|
function deserializeIntoCheckMemberGroupsPostRequestBody(checkMemberGroupsPostRequestBody = {}) {
|
|
32
32
|
return {
|
|
@@ -37,7 +37,7 @@ function deserializeIntoCheckMemberGroupsPostRequestBody(checkMemberGroupsPostRe
|
|
|
37
37
|
exports.deserializeIntoCheckMemberGroupsPostRequestBody = deserializeIntoCheckMemberGroupsPostRequestBody;
|
|
38
38
|
/**
|
|
39
39
|
* The deserialization information for the current model
|
|
40
|
-
* @returns
|
|
40
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
41
41
|
*/
|
|
42
42
|
function deserializeIntoCheckMemberGroupsPostResponse(checkMemberGroupsPostResponse = {}) {
|
|
43
43
|
return Object.assign(Object.assign({}, (0, models_1.deserializeIntoBaseCollectionPaginationCountResponse)(checkMemberGroupsPostResponse)), { "value": n => { checkMemberGroupsPostResponse.value = n.getCollectionOfPrimitiveValues(); } });
|
|
@@ -61,15 +61,19 @@ function serializeCheckMemberGroupsPostResponse(writer, checkMemberGroupsPostRes
|
|
|
61
61
|
writer.writeCollectionOfPrimitiveValues("value", checkMemberGroupsPostResponse.value);
|
|
62
62
|
}
|
|
63
63
|
exports.serializeCheckMemberGroupsPostResponse = serializeCheckMemberGroupsPostResponse;
|
|
64
|
+
/**
|
|
65
|
+
* Uri template for the request builder.
|
|
66
|
+
*/
|
|
67
|
+
exports.CheckMemberGroupsRequestBuilderUriTemplate = "{+baseurl}/directoryObjects/{directoryObject%2Did}/checkMemberGroups";
|
|
64
68
|
/**
|
|
65
69
|
* Metadata for all the requests in the request builder.
|
|
66
70
|
*/
|
|
67
71
|
exports.CheckMemberGroupsRequestBuilderRequestsMetadata = {
|
|
68
72
|
post: {
|
|
73
|
+
uriTemplate: exports.CheckMemberGroupsRequestBuilderUriTemplate,
|
|
69
74
|
responseBodyContentType: "application/json",
|
|
70
75
|
errorMappings: {
|
|
71
|
-
|
|
72
|
-
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
76
|
+
XXX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
73
77
|
},
|
|
74
78
|
adapterMethodName: "sendAsync",
|
|
75
79
|
responseBodyFactory: createCheckMemberGroupsPostResponseFromDiscriminatorValue,
|
|
@@ -78,9 +82,5 @@ exports.CheckMemberGroupsRequestBuilderRequestsMetadata = {
|
|
|
78
82
|
requestInformationContentSetMethod: "setContentFromParsable",
|
|
79
83
|
},
|
|
80
84
|
};
|
|
81
|
-
/**
|
|
82
|
-
* Uri template for the request builder.
|
|
83
|
-
*/
|
|
84
|
-
exports.CheckMemberGroupsRequestBuilderUriTemplate = "{+baseurl}/directoryObjects/{directoryObject%2Did}/checkMemberGroups";
|
|
85
85
|
/* tslint:enable */
|
|
86
86
|
/* eslint-enable */
|
|
@@ -28,37 +28,38 @@ export interface CheckMemberObjectsRequestBuilder extends BaseRequestBuilder<Che
|
|
|
28
28
|
* Invoke action checkMemberObjects
|
|
29
29
|
* @param body The request body
|
|
30
30
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
31
|
-
* @returns
|
|
31
|
+
* @returns {Promise<CheckMemberObjectsPostResponse>}
|
|
32
|
+
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
32
33
|
*/
|
|
33
34
|
post(body: CheckMemberObjectsPostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<CheckMemberObjectsPostResponse | undefined>;
|
|
34
35
|
/**
|
|
35
36
|
* Invoke action checkMemberObjects
|
|
36
37
|
* @param body The request body
|
|
37
38
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
38
|
-
* @returns
|
|
39
|
+
* @returns {RequestInformation}
|
|
39
40
|
*/
|
|
40
41
|
toPostRequestInformation(body: CheckMemberObjectsPostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
41
42
|
}
|
|
42
43
|
/**
|
|
43
44
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
44
45
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
45
|
-
* @returns
|
|
46
|
+
* @returns {CheckMemberObjectsPostRequestBody}
|
|
46
47
|
*/
|
|
47
48
|
export declare function createCheckMemberObjectsPostRequestBodyFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
48
49
|
/**
|
|
49
50
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
50
51
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
51
|
-
* @returns
|
|
52
|
+
* @returns {CheckMemberObjectsPostResponse}
|
|
52
53
|
*/
|
|
53
54
|
export declare function createCheckMemberObjectsPostResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
54
55
|
/**
|
|
55
56
|
* The deserialization information for the current model
|
|
56
|
-
* @returns
|
|
57
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
57
58
|
*/
|
|
58
59
|
export declare function deserializeIntoCheckMemberObjectsPostRequestBody(checkMemberObjectsPostRequestBody?: Partial<CheckMemberObjectsPostRequestBody> | undefined): Record<string, (node: ParseNode) => void>;
|
|
59
60
|
/**
|
|
60
61
|
* The deserialization information for the current model
|
|
61
|
-
* @returns
|
|
62
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
62
63
|
*/
|
|
63
64
|
export declare function deserializeIntoCheckMemberObjectsPostResponse(checkMemberObjectsPostResponse?: Partial<CheckMemberObjectsPostResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
64
65
|
/**
|
|
@@ -71,12 +72,12 @@ export declare function serializeCheckMemberObjectsPostRequestBody(writer: Seria
|
|
|
71
72
|
* @param writer Serialization writer to use to serialize this model
|
|
72
73
|
*/
|
|
73
74
|
export declare function serializeCheckMemberObjectsPostResponse(writer: SerializationWriter, checkMemberObjectsPostResponse?: Partial<CheckMemberObjectsPostResponse> | undefined): void;
|
|
74
|
-
/**
|
|
75
|
-
* Metadata for all the requests in the request builder.
|
|
76
|
-
*/
|
|
77
|
-
export declare const CheckMemberObjectsRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
78
75
|
/**
|
|
79
76
|
* Uri template for the request builder.
|
|
80
77
|
*/
|
|
81
78
|
export declare const CheckMemberObjectsRequestBuilderUriTemplate = "{+baseurl}/directoryObjects/{directoryObject%2Did}/checkMemberObjects";
|
|
79
|
+
/**
|
|
80
|
+
* Metadata for all the requests in the request builder.
|
|
81
|
+
*/
|
|
82
|
+
export declare const CheckMemberObjectsRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
82
83
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +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
|
|
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;;;;;;OAMG;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,GAAI,CAAC,CAAC,QAAQ,CAAC,EAAE,QAAQ,KAAK,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAAC,CAErL;AACD;;;;GAIG;AACH,wBAAgB,0DAA0D,CAAC,SAAS,EAAE,SAAS,GAAG,SAAS,GAAI,CAAC,CAAC,QAAQ,CAAC,EAAE,QAAQ,KAAK,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAAC,CAElL;AACD;;;GAGG;AACH,wBAAgB,gDAAgD,CAAC,iCAAiC,GAAE,OAAO,CAAC,iCAAiC,CAAC,GAAG,SAAc,GAAI,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAK3M;AACD;;;GAGG;AACH,wBAAgB,6CAA6C,CAAC,8BAA8B,GAAE,OAAO,CAAC,8BAA8B,CAAC,GAAG,SAAc,GAAI,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAKlM;AACD;;;GAGG;AACH,wBAAgB,0CAA0C,CAAC,MAAM,EAAE,mBAAmB,EAAE,iCAAiC,GAAE,OAAO,CAAC,iCAAiC,CAAC,GAAG,SAAc,GAAI,IAAI,CAG7L;AACD;;;GAGG;AACH,wBAAgB,uCAAuC,CAAC,MAAM,EAAE,mBAAmB,EAAE,8BAA8B,GAAE,OAAO,CAAC,8BAA8B,CAAC,GAAG,SAAc,GAAI,IAAI,CAGpL;AACD;;GAEG;AACH,eAAO,MAAM,2CAA2C,0EAA0E,CAAC;AACnI;;GAEG;AACH,eAAO,MAAM,gDAAgD,EAAE,gBAa9D,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.CheckMemberObjectsRequestBuilderRequestsMetadata = exports.CheckMemberObjectsRequestBuilderUriTemplate = exports.serializeCheckMemberObjectsPostResponse = exports.serializeCheckMemberObjectsPostRequestBody = exports.deserializeIntoCheckMemberObjectsPostResponse = exports.deserializeIntoCheckMemberObjectsPostRequestBody = exports.createCheckMemberObjectsPostResponseFromDiscriminatorValue = exports.createCheckMemberObjectsPostRequestBodyFromDiscriminatorValue = void 0;
|
|
4
4
|
/* tslint:disable */
|
|
5
5
|
/* eslint-disable */
|
|
6
6
|
// Generated by Microsoft Kiota
|
|
@@ -9,7 +9,7 @@ const oDataErrors_1 = require("@microsoft/msgraph-sdk/models/oDataErrors/");
|
|
|
9
9
|
/**
|
|
10
10
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
11
11
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
12
|
-
* @returns
|
|
12
|
+
* @returns {CheckMemberObjectsPostRequestBody}
|
|
13
13
|
*/
|
|
14
14
|
function createCheckMemberObjectsPostRequestBodyFromDiscriminatorValue(parseNode) {
|
|
15
15
|
return deserializeIntoCheckMemberObjectsPostRequestBody;
|
|
@@ -18,7 +18,7 @@ exports.createCheckMemberObjectsPostRequestBodyFromDiscriminatorValue = createCh
|
|
|
18
18
|
/**
|
|
19
19
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
20
20
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
21
|
-
* @returns
|
|
21
|
+
* @returns {CheckMemberObjectsPostResponse}
|
|
22
22
|
*/
|
|
23
23
|
function createCheckMemberObjectsPostResponseFromDiscriminatorValue(parseNode) {
|
|
24
24
|
return deserializeIntoCheckMemberObjectsPostResponse;
|
|
@@ -26,7 +26,7 @@ function createCheckMemberObjectsPostResponseFromDiscriminatorValue(parseNode) {
|
|
|
26
26
|
exports.createCheckMemberObjectsPostResponseFromDiscriminatorValue = createCheckMemberObjectsPostResponseFromDiscriminatorValue;
|
|
27
27
|
/**
|
|
28
28
|
* The deserialization information for the current model
|
|
29
|
-
* @returns
|
|
29
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
30
30
|
*/
|
|
31
31
|
function deserializeIntoCheckMemberObjectsPostRequestBody(checkMemberObjectsPostRequestBody = {}) {
|
|
32
32
|
return {
|
|
@@ -37,7 +37,7 @@ function deserializeIntoCheckMemberObjectsPostRequestBody(checkMemberObjectsPost
|
|
|
37
37
|
exports.deserializeIntoCheckMemberObjectsPostRequestBody = deserializeIntoCheckMemberObjectsPostRequestBody;
|
|
38
38
|
/**
|
|
39
39
|
* The deserialization information for the current model
|
|
40
|
-
* @returns
|
|
40
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
41
41
|
*/
|
|
42
42
|
function deserializeIntoCheckMemberObjectsPostResponse(checkMemberObjectsPostResponse = {}) {
|
|
43
43
|
return Object.assign(Object.assign({}, (0, models_1.deserializeIntoBaseCollectionPaginationCountResponse)(checkMemberObjectsPostResponse)), { "value": n => { checkMemberObjectsPostResponse.value = n.getCollectionOfPrimitiveValues(); } });
|
|
@@ -61,15 +61,19 @@ function serializeCheckMemberObjectsPostResponse(writer, checkMemberObjectsPostR
|
|
|
61
61
|
writer.writeCollectionOfPrimitiveValues("value", checkMemberObjectsPostResponse.value);
|
|
62
62
|
}
|
|
63
63
|
exports.serializeCheckMemberObjectsPostResponse = serializeCheckMemberObjectsPostResponse;
|
|
64
|
+
/**
|
|
65
|
+
* Uri template for the request builder.
|
|
66
|
+
*/
|
|
67
|
+
exports.CheckMemberObjectsRequestBuilderUriTemplate = "{+baseurl}/directoryObjects/{directoryObject%2Did}/checkMemberObjects";
|
|
64
68
|
/**
|
|
65
69
|
* Metadata for all the requests in the request builder.
|
|
66
70
|
*/
|
|
67
71
|
exports.CheckMemberObjectsRequestBuilderRequestsMetadata = {
|
|
68
72
|
post: {
|
|
73
|
+
uriTemplate: exports.CheckMemberObjectsRequestBuilderUriTemplate,
|
|
69
74
|
responseBodyContentType: "application/json",
|
|
70
75
|
errorMappings: {
|
|
71
|
-
|
|
72
|
-
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
76
|
+
XXX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
73
77
|
},
|
|
74
78
|
adapterMethodName: "sendAsync",
|
|
75
79
|
responseBodyFactory: createCheckMemberObjectsPostResponseFromDiscriminatorValue,
|
|
@@ -78,9 +82,5 @@ exports.CheckMemberObjectsRequestBuilderRequestsMetadata = {
|
|
|
78
82
|
requestInformationContentSetMethod: "setContentFromParsable",
|
|
79
83
|
},
|
|
80
84
|
};
|
|
81
|
-
/**
|
|
82
|
-
* Uri template for the request builder.
|
|
83
|
-
*/
|
|
84
|
-
exports.CheckMemberObjectsRequestBuilderUriTemplate = "{+baseurl}/directoryObjects/{directoryObject%2Did}/checkMemberObjects";
|
|
85
85
|
/* tslint:enable */
|
|
86
86
|
/* eslint-enable */
|
|
@@ -3,23 +3,23 @@ import { type AdditionalDataHolder, type BackedModel, type BaseRequestBuilder, t
|
|
|
3
3
|
/**
|
|
4
4
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
5
5
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
6
|
-
* @returns
|
|
6
|
+
* @returns {GetMemberGroupsPostRequestBody}
|
|
7
7
|
*/
|
|
8
8
|
export declare function createGetMemberGroupsPostRequestBodyFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
9
9
|
/**
|
|
10
10
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
11
11
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
12
|
-
* @returns
|
|
12
|
+
* @returns {GetMemberGroupsPostResponse}
|
|
13
13
|
*/
|
|
14
14
|
export declare function createGetMemberGroupsPostResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
15
15
|
/**
|
|
16
16
|
* The deserialization information for the current model
|
|
17
|
-
* @returns
|
|
17
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
18
18
|
*/
|
|
19
19
|
export declare function deserializeIntoGetMemberGroupsPostRequestBody(getMemberGroupsPostRequestBody?: Partial<GetMemberGroupsPostRequestBody> | undefined): Record<string, (node: ParseNode) => void>;
|
|
20
20
|
/**
|
|
21
21
|
* The deserialization information for the current model
|
|
22
|
-
* @returns
|
|
22
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
23
23
|
*/
|
|
24
24
|
export declare function deserializeIntoGetMemberGroupsPostResponse(getMemberGroupsPostResponse?: Partial<GetMemberGroupsPostResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
25
25
|
export interface GetMemberGroupsPostRequestBody extends AdditionalDataHolder, BackedModel, Parsable {
|
|
@@ -50,7 +50,8 @@ export interface GetMemberGroupsRequestBuilder extends BaseRequestBuilder<GetMem
|
|
|
50
50
|
* Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.
|
|
51
51
|
* @param body The request body
|
|
52
52
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
53
|
-
* @returns
|
|
53
|
+
* @returns {Promise<GetMemberGroupsPostResponse>}
|
|
54
|
+
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
54
55
|
* @see {@link https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0|Find more info here}
|
|
55
56
|
*/
|
|
56
57
|
post(body: GetMemberGroupsPostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<GetMemberGroupsPostResponse | undefined>;
|
|
@@ -58,7 +59,7 @@ export interface GetMemberGroupsRequestBuilder extends BaseRequestBuilder<GetMem
|
|
|
58
59
|
* Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.
|
|
59
60
|
* @param body The request body
|
|
60
61
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
61
|
-
* @returns
|
|
62
|
+
* @returns {RequestInformation}
|
|
62
63
|
*/
|
|
63
64
|
toPostRequestInformation(body: GetMemberGroupsPostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
64
65
|
}
|
|
@@ -72,12 +73,12 @@ export declare function serializeGetMemberGroupsPostRequestBody(writer: Serializ
|
|
|
72
73
|
* @param writer Serialization writer to use to serialize this model
|
|
73
74
|
*/
|
|
74
75
|
export declare function serializeGetMemberGroupsPostResponse(writer: SerializationWriter, getMemberGroupsPostResponse?: Partial<GetMemberGroupsPostResponse> | undefined): void;
|
|
75
|
-
/**
|
|
76
|
-
* Metadata for all the requests in the request builder.
|
|
77
|
-
*/
|
|
78
|
-
export declare const GetMemberGroupsRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
79
76
|
/**
|
|
80
77
|
* Uri template for the request builder.
|
|
81
78
|
*/
|
|
82
79
|
export declare const GetMemberGroupsRequestBuilderUriTemplate = "{+baseurl}/directoryObjects/{directoryObject%2Did}/getMemberGroups";
|
|
80
|
+
/**
|
|
81
|
+
* Metadata for all the requests in the request builder.
|
|
82
|
+
*/
|
|
83
|
+
export declare const GetMemberGroupsRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
83
84
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAwG,KAAK,qCAAqC,EAAE,MAAM,gCAAgC,CAAC;AAElM,OAAO,EAAE,KAAK,oBAAoB,EAAE,KAAK,WAAW,EAAqB,KAAK,kBAAkB,EAAE,KAAK,QAAQ,EAAwB,KAAK,SAAS,EAAE,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,KAAK,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AAElS;;;;GAIG;AACH,wBAAgB,0DAA0D,CAAC,SAAS,EAAE,SAAS,GAAG,SAAS,GAAI,CAAC,CAAC,QAAQ,CAAC,EAAE,QAAQ,KAAK,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAAC,CAElL;AACD;;;;GAIG;AACH,wBAAgB,uDAAuD,CAAC,SAAS,EAAE,SAAS,GAAG,SAAS,GAAI,CAAC,CAAC,QAAQ,CAAC,EAAE,QAAQ,KAAK,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAAC,CAE/K;AACD;;;GAGG;AACH,wBAAgB,6CAA6C,CAAC,8BAA8B,GAAE,OAAO,CAAC,8BAA8B,CAAC,GAAG,SAAc,GAAI,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAKlM;AACD;;;GAGG;AACH,wBAAgB,0CAA0C,CAAC,2BAA2B,GAAE,OAAO,CAAC,2BAA2B,CAAC,GAAG,SAAc,GAAI,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAKzL;AACD,MAAM,WAAW,8BAA+B,SAAQ,oBAAoB,EAAE,WAAW,EAAE,QAAQ;IAC/F;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzC;;OAEG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B;;OAEG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;CACjC;AACD,MAAM,WAAW,2BAA4B,SAAQ,qCAAqC,EAAE,QAAQ;IAChG;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,EAAE,CAAC;CACpB;AACD;;GAEG;AACH,MAAM,WAAW,6BAA8B,SAAQ,kBAAkB,CAAC,6BAA6B,CAAC;IACpG
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAwG,KAAK,qCAAqC,EAAE,MAAM,gCAAgC,CAAC;AAElM,OAAO,EAAE,KAAK,oBAAoB,EAAE,KAAK,WAAW,EAAqB,KAAK,kBAAkB,EAAE,KAAK,QAAQ,EAAwB,KAAK,SAAS,EAAE,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,KAAK,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AAElS;;;;GAIG;AACH,wBAAgB,0DAA0D,CAAC,SAAS,EAAE,SAAS,GAAG,SAAS,GAAI,CAAC,CAAC,QAAQ,CAAC,EAAE,QAAQ,KAAK,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAAC,CAElL;AACD;;;;GAIG;AACH,wBAAgB,uDAAuD,CAAC,SAAS,EAAE,SAAS,GAAG,SAAS,GAAI,CAAC,CAAC,QAAQ,CAAC,EAAE,QAAQ,KAAK,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAAC,CAE/K;AACD;;;GAGG;AACH,wBAAgB,6CAA6C,CAAC,8BAA8B,GAAE,OAAO,CAAC,8BAA8B,CAAC,GAAG,SAAc,GAAI,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAKlM;AACD;;;GAGG;AACH,wBAAgB,0CAA0C,CAAC,2BAA2B,GAAE,OAAO,CAAC,2BAA2B,CAAC,GAAG,SAAc,GAAI,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAKzL;AACD,MAAM,WAAW,8BAA+B,SAAQ,oBAAoB,EAAE,WAAW,EAAE,QAAQ;IAC/F;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzC;;OAEG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B;;OAEG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;CACjC;AACD,MAAM,WAAW,2BAA4B,SAAQ,qCAAqC,EAAE,QAAQ;IAChG;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,EAAE,CAAC;CACpB;AACD;;GAEG;AACH,MAAM,WAAW,6BAA8B,SAAQ,kBAAkB,CAAC,6BAA6B,CAAC;IACpG;;;;;;;OAOG;IACF,IAAI,CAAC,IAAI,EAAE,8BAA8B,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,2BAA2B,GAAG,SAAS,CAAC,CAAC;IAChK;;;;;OAKG;IACF,wBAAwB,CAAC,IAAI,EAAE,8BAA8B,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACzJ;AACD;;;GAGG;AACH,wBAAgB,uCAAuC,CAAC,MAAM,EAAE,mBAAmB,EAAE,8BAA8B,GAAE,OAAO,CAAC,8BAA8B,CAAC,GAAG,SAAc,GAAI,IAAI,CAGpL;AACD;;;GAGG;AACH,wBAAgB,oCAAoC,CAAC,MAAM,EAAE,mBAAmB,EAAE,2BAA2B,GAAE,OAAO,CAAC,2BAA2B,CAAC,GAAG,SAAc,GAAI,IAAI,CAG3K;AACD;;GAEG;AACH,eAAO,MAAM,wCAAwC,uEAAuE,CAAC;AAC7H;;GAEG;AACH,eAAO,MAAM,6CAA6C,EAAE,gBAa3D,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.GetMemberGroupsRequestBuilderRequestsMetadata = exports.GetMemberGroupsRequestBuilderUriTemplate = exports.serializeGetMemberGroupsPostResponse = exports.serializeGetMemberGroupsPostRequestBody = exports.deserializeIntoGetMemberGroupsPostResponse = exports.deserializeIntoGetMemberGroupsPostRequestBody = exports.createGetMemberGroupsPostResponseFromDiscriminatorValue = exports.createGetMemberGroupsPostRequestBodyFromDiscriminatorValue = void 0;
|
|
4
4
|
/* tslint:disable */
|
|
5
5
|
/* eslint-disable */
|
|
6
6
|
// Generated by Microsoft Kiota
|
|
@@ -9,7 +9,7 @@ const oDataErrors_1 = require("@microsoft/msgraph-sdk/models/oDataErrors/");
|
|
|
9
9
|
/**
|
|
10
10
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
11
11
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
12
|
-
* @returns
|
|
12
|
+
* @returns {GetMemberGroupsPostRequestBody}
|
|
13
13
|
*/
|
|
14
14
|
function createGetMemberGroupsPostRequestBodyFromDiscriminatorValue(parseNode) {
|
|
15
15
|
return deserializeIntoGetMemberGroupsPostRequestBody;
|
|
@@ -18,7 +18,7 @@ exports.createGetMemberGroupsPostRequestBodyFromDiscriminatorValue = createGetMe
|
|
|
18
18
|
/**
|
|
19
19
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
20
20
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
21
|
-
* @returns
|
|
21
|
+
* @returns {GetMemberGroupsPostResponse}
|
|
22
22
|
*/
|
|
23
23
|
function createGetMemberGroupsPostResponseFromDiscriminatorValue(parseNode) {
|
|
24
24
|
return deserializeIntoGetMemberGroupsPostResponse;
|
|
@@ -26,7 +26,7 @@ function createGetMemberGroupsPostResponseFromDiscriminatorValue(parseNode) {
|
|
|
26
26
|
exports.createGetMemberGroupsPostResponseFromDiscriminatorValue = createGetMemberGroupsPostResponseFromDiscriminatorValue;
|
|
27
27
|
/**
|
|
28
28
|
* The deserialization information for the current model
|
|
29
|
-
* @returns
|
|
29
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
30
30
|
*/
|
|
31
31
|
function deserializeIntoGetMemberGroupsPostRequestBody(getMemberGroupsPostRequestBody = {}) {
|
|
32
32
|
return {
|
|
@@ -37,7 +37,7 @@ function deserializeIntoGetMemberGroupsPostRequestBody(getMemberGroupsPostReques
|
|
|
37
37
|
exports.deserializeIntoGetMemberGroupsPostRequestBody = deserializeIntoGetMemberGroupsPostRequestBody;
|
|
38
38
|
/**
|
|
39
39
|
* The deserialization information for the current model
|
|
40
|
-
* @returns
|
|
40
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
41
41
|
*/
|
|
42
42
|
function deserializeIntoGetMemberGroupsPostResponse(getMemberGroupsPostResponse = {}) {
|
|
43
43
|
return Object.assign(Object.assign({}, (0, models_1.deserializeIntoBaseCollectionPaginationCountResponse)(getMemberGroupsPostResponse)), { "value": n => { getMemberGroupsPostResponse.value = n.getCollectionOfPrimitiveValues(); } });
|
|
@@ -61,15 +61,19 @@ function serializeGetMemberGroupsPostResponse(writer, getMemberGroupsPostRespons
|
|
|
61
61
|
writer.writeCollectionOfPrimitiveValues("value", getMemberGroupsPostResponse.value);
|
|
62
62
|
}
|
|
63
63
|
exports.serializeGetMemberGroupsPostResponse = serializeGetMemberGroupsPostResponse;
|
|
64
|
+
/**
|
|
65
|
+
* Uri template for the request builder.
|
|
66
|
+
*/
|
|
67
|
+
exports.GetMemberGroupsRequestBuilderUriTemplate = "{+baseurl}/directoryObjects/{directoryObject%2Did}/getMemberGroups";
|
|
64
68
|
/**
|
|
65
69
|
* Metadata for all the requests in the request builder.
|
|
66
70
|
*/
|
|
67
71
|
exports.GetMemberGroupsRequestBuilderRequestsMetadata = {
|
|
68
72
|
post: {
|
|
73
|
+
uriTemplate: exports.GetMemberGroupsRequestBuilderUriTemplate,
|
|
69
74
|
responseBodyContentType: "application/json",
|
|
70
75
|
errorMappings: {
|
|
71
|
-
|
|
72
|
-
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
76
|
+
XXX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
73
77
|
},
|
|
74
78
|
adapterMethodName: "sendAsync",
|
|
75
79
|
responseBodyFactory: createGetMemberGroupsPostResponseFromDiscriminatorValue,
|
|
@@ -78,9 +82,5 @@ exports.GetMemberGroupsRequestBuilderRequestsMetadata = {
|
|
|
78
82
|
requestInformationContentSetMethod: "setContentFromParsable",
|
|
79
83
|
},
|
|
80
84
|
};
|
|
81
|
-
/**
|
|
82
|
-
* Uri template for the request builder.
|
|
83
|
-
*/
|
|
84
|
-
exports.GetMemberGroupsRequestBuilderUriTemplate = "{+baseurl}/directoryObjects/{directoryObject%2Did}/getMemberGroups";
|
|
85
85
|
/* tslint:enable */
|
|
86
86
|
/* eslint-enable */
|
|
@@ -3,23 +3,23 @@ import { type AdditionalDataHolder, type BackedModel, type BaseRequestBuilder, t
|
|
|
3
3
|
/**
|
|
4
4
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
5
5
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
6
|
-
* @returns
|
|
6
|
+
* @returns {GetMemberObjectsPostRequestBody}
|
|
7
7
|
*/
|
|
8
8
|
export declare function createGetMemberObjectsPostRequestBodyFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
9
9
|
/**
|
|
10
10
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
11
11
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
12
|
-
* @returns
|
|
12
|
+
* @returns {GetMemberObjectsPostResponse}
|
|
13
13
|
*/
|
|
14
14
|
export declare function createGetMemberObjectsPostResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
15
15
|
/**
|
|
16
16
|
* The deserialization information for the current model
|
|
17
|
-
* @returns
|
|
17
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
18
18
|
*/
|
|
19
19
|
export declare function deserializeIntoGetMemberObjectsPostRequestBody(getMemberObjectsPostRequestBody?: Partial<GetMemberObjectsPostRequestBody> | undefined): Record<string, (node: ParseNode) => void>;
|
|
20
20
|
/**
|
|
21
21
|
* The deserialization information for the current model
|
|
22
|
-
* @returns
|
|
22
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
23
23
|
*/
|
|
24
24
|
export declare function deserializeIntoGetMemberObjectsPostResponse(getMemberObjectsPostResponse?: Partial<GetMemberObjectsPostResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
25
25
|
export interface GetMemberObjectsPostRequestBody extends AdditionalDataHolder, BackedModel, Parsable {
|
|
@@ -50,7 +50,8 @@ export interface GetMemberObjectsRequestBuilder extends BaseRequestBuilder<GetMe
|
|
|
50
50
|
* Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles.
|
|
51
51
|
* @param body The request body
|
|
52
52
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
53
|
-
* @returns
|
|
53
|
+
* @returns {Promise<GetMemberObjectsPostResponse>}
|
|
54
|
+
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
54
55
|
* @see {@link https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0|Find more info here}
|
|
55
56
|
*/
|
|
56
57
|
post(body: GetMemberObjectsPostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<GetMemberObjectsPostResponse | undefined>;
|
|
@@ -58,7 +59,7 @@ export interface GetMemberObjectsRequestBuilder extends BaseRequestBuilder<GetMe
|
|
|
58
59
|
* Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles.
|
|
59
60
|
* @param body The request body
|
|
60
61
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
61
|
-
* @returns
|
|
62
|
+
* @returns {RequestInformation}
|
|
62
63
|
*/
|
|
63
64
|
toPostRequestInformation(body: GetMemberObjectsPostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
64
65
|
}
|
|
@@ -72,12 +73,12 @@ export declare function serializeGetMemberObjectsPostRequestBody(writer: Seriali
|
|
|
72
73
|
* @param writer Serialization writer to use to serialize this model
|
|
73
74
|
*/
|
|
74
75
|
export declare function serializeGetMemberObjectsPostResponse(writer: SerializationWriter, getMemberObjectsPostResponse?: Partial<GetMemberObjectsPostResponse> | undefined): void;
|
|
75
|
-
/**
|
|
76
|
-
* Metadata for all the requests in the request builder.
|
|
77
|
-
*/
|
|
78
|
-
export declare const GetMemberObjectsRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
79
76
|
/**
|
|
80
77
|
* Uri template for the request builder.
|
|
81
78
|
*/
|
|
82
79
|
export declare const GetMemberObjectsRequestBuilderUriTemplate = "{+baseurl}/directoryObjects/{directoryObject%2Did}/getMemberObjects";
|
|
80
|
+
/**
|
|
81
|
+
* Metadata for all the requests in the request builder.
|
|
82
|
+
*/
|
|
83
|
+
export declare const GetMemberObjectsRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
83
84
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAwG,KAAK,qCAAqC,EAAE,MAAM,gCAAgC,CAAC;AAElM,OAAO,EAAE,KAAK,oBAAoB,EAAE,KAAK,WAAW,EAAqB,KAAK,kBAAkB,EAAE,KAAK,QAAQ,EAAwB,KAAK,SAAS,EAAE,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,KAAK,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AAElS;;;;GAIG;AACH,wBAAgB,2DAA2D,CAAC,SAAS,EAAE,SAAS,GAAG,SAAS,GAAI,CAAC,CAAC,QAAQ,CAAC,EAAE,QAAQ,KAAK,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAAC,CAEnL;AACD;;;;GAIG;AACH,wBAAgB,wDAAwD,CAAC,SAAS,EAAE,SAAS,GAAG,SAAS,GAAI,CAAC,CAAC,QAAQ,CAAC,EAAE,QAAQ,KAAK,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAAC,CAEhL;AACD;;;GAGG;AACH,wBAAgB,8CAA8C,CAAC,+BAA+B,GAAE,OAAO,CAAC,+BAA+B,CAAC,GAAG,SAAc,GAAI,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAKrM;AACD;;;GAGG;AACH,wBAAgB,2CAA2C,CAAC,4BAA4B,GAAE,OAAO,CAAC,4BAA4B,CAAC,GAAG,SAAc,GAAI,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAK5L;AACD,MAAM,WAAW,+BAAgC,SAAQ,oBAAoB,EAAE,WAAW,EAAE,QAAQ;IAChG;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzC;;OAEG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B;;OAEG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;CACjC;AACD,MAAM,WAAW,4BAA6B,SAAQ,qCAAqC,EAAE,QAAQ;IACjG;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,EAAE,CAAC;CACpB;AACD;;GAEG;AACH,MAAM,WAAW,8BAA+B,SAAQ,kBAAkB,CAAC,8BAA8B,CAAC;IACtG
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAwG,KAAK,qCAAqC,EAAE,MAAM,gCAAgC,CAAC;AAElM,OAAO,EAAE,KAAK,oBAAoB,EAAE,KAAK,WAAW,EAAqB,KAAK,kBAAkB,EAAE,KAAK,QAAQ,EAAwB,KAAK,SAAS,EAAE,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,KAAK,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AAElS;;;;GAIG;AACH,wBAAgB,2DAA2D,CAAC,SAAS,EAAE,SAAS,GAAG,SAAS,GAAI,CAAC,CAAC,QAAQ,CAAC,EAAE,QAAQ,KAAK,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAAC,CAEnL;AACD;;;;GAIG;AACH,wBAAgB,wDAAwD,CAAC,SAAS,EAAE,SAAS,GAAG,SAAS,GAAI,CAAC,CAAC,QAAQ,CAAC,EAAE,QAAQ,KAAK,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAAC,CAEhL;AACD;;;GAGG;AACH,wBAAgB,8CAA8C,CAAC,+BAA+B,GAAE,OAAO,CAAC,+BAA+B,CAAC,GAAG,SAAc,GAAI,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAKrM;AACD;;;GAGG;AACH,wBAAgB,2CAA2C,CAAC,4BAA4B,GAAE,OAAO,CAAC,4BAA4B,CAAC,GAAG,SAAc,GAAI,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAK5L;AACD,MAAM,WAAW,+BAAgC,SAAQ,oBAAoB,EAAE,WAAW,EAAE,QAAQ;IAChG;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzC;;OAEG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B;;OAEG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;CACjC;AACD,MAAM,WAAW,4BAA6B,SAAQ,qCAAqC,EAAE,QAAQ;IACjG;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,EAAE,CAAC;CACpB;AACD;;GAEG;AACH,MAAM,WAAW,8BAA+B,SAAQ,kBAAkB,CAAC,8BAA8B,CAAC;IACtG;;;;;;;OAOG;IACF,IAAI,CAAC,IAAI,EAAE,+BAA+B,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,4BAA4B,GAAG,SAAS,CAAC,CAAC;IAClK;;;;;OAKG;IACF,wBAAwB,CAAC,IAAI,EAAE,+BAA+B,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAC1J;AACD;;;GAGG;AACH,wBAAgB,wCAAwC,CAAC,MAAM,EAAE,mBAAmB,EAAE,+BAA+B,GAAE,OAAO,CAAC,+BAA+B,CAAC,GAAG,SAAc,GAAI,IAAI,CAGvL;AACD;;;GAGG;AACH,wBAAgB,qCAAqC,CAAC,MAAM,EAAE,mBAAmB,EAAE,4BAA4B,GAAE,OAAO,CAAC,4BAA4B,CAAC,GAAG,SAAc,GAAI,IAAI,CAG9K;AACD;;GAEG;AACH,eAAO,MAAM,yCAAyC,wEAAwE,CAAC;AAC/H;;GAEG;AACH,eAAO,MAAM,8CAA8C,EAAE,gBAa5D,CAAC"}
|