@microsoft/msgraph-sdk-directoryobjects 1.0.0-preview.22 → 1.0.0-preview.24
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.js +6 -8
- package/directoryObjects/count/index.js.map +1 -0
- package/directoryObjects/delta/index.d.ts +1 -1
- package/directoryObjects/delta/index.d.ts.map +1 -1
- package/directoryObjects/delta/index.js +13 -18
- package/directoryObjects/delta/index.js.map +1 -0
- package/directoryObjects/getAvailableExtensionProperties/index.d.ts +1 -1
- package/directoryObjects/getAvailableExtensionProperties/index.d.ts.map +1 -1
- package/directoryObjects/getAvailableExtensionProperties/index.js +16 -24
- package/directoryObjects/getAvailableExtensionProperties/index.js.map +1 -0
- package/directoryObjects/getByIds/index.d.ts +1 -1
- package/directoryObjects/getByIds/index.d.ts.map +1 -1
- package/directoryObjects/getByIds/index.js +16 -24
- package/directoryObjects/getByIds/index.js.map +1 -0
- package/directoryObjects/index.d.ts +7 -7
- package/directoryObjects/index.d.ts.map +1 -1
- package/directoryObjects/index.js +26 -28
- package/directoryObjects/index.js.map +1 -0
- package/directoryObjects/item/checkMemberGroups/index.d.ts +1 -1
- package/directoryObjects/item/checkMemberGroups/index.d.ts.map +1 -1
- package/directoryObjects/item/checkMemberGroups/index.js +15 -23
- package/directoryObjects/item/checkMemberGroups/index.js.map +1 -0
- package/directoryObjects/item/checkMemberObjects/index.d.ts +1 -1
- package/directoryObjects/item/checkMemberObjects/index.d.ts.map +1 -1
- package/directoryObjects/item/checkMemberObjects/index.js +15 -23
- package/directoryObjects/item/checkMemberObjects/index.js.map +1 -0
- package/directoryObjects/item/getMemberGroups/index.d.ts +1 -1
- package/directoryObjects/item/getMemberGroups/index.d.ts.map +1 -1
- package/directoryObjects/item/getMemberGroups/index.js +15 -23
- package/directoryObjects/item/getMemberGroups/index.js.map +1 -0
- package/directoryObjects/item/getMemberObjects/index.d.ts +1 -1
- package/directoryObjects/item/getMemberObjects/index.d.ts.map +1 -1
- package/directoryObjects/item/getMemberObjects/index.js +15 -23
- package/directoryObjects/item/getMemberObjects/index.js.map +1 -0
- package/directoryObjects/item/index.d.ts +6 -6
- package/directoryObjects/item/index.d.ts.map +1 -1
- package/directoryObjects/item/index.js +25 -27
- package/directoryObjects/item/index.js.map +1 -0
- package/directoryObjects/item/restore/index.d.ts +1 -1
- package/directoryObjects/item/restore/index.d.ts.map +1 -1
- package/directoryObjects/item/restore/index.js +8 -10
- package/directoryObjects/item/restore/index.js.map +1 -0
- package/directoryObjects/validateProperties/index.js +9 -14
- package/directoryObjects/validateProperties/index.js.map +1 -0
- package/directoryObjectsServiceClient.d.ts +1 -1
- package/directoryObjectsServiceClient.d.ts.map +1 -1
- package/directoryObjectsServiceClient.js +20 -23
- package/directoryObjectsServiceClient.js.map +1 -0
- package/index.d.ts +2 -2
- package/index.d.ts.map +1 -1
- package/index.js +5 -20
- package/index.js.map +1 -0
- package/package.json +4 -3
- package/tsconfig.tsbuildinfo +1 -1
|
@@ -1,81 +1,72 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CheckMemberGroupsRequestBuilderRequestsMetadata = exports.CheckMemberGroupsRequestBuilderUriTemplate = exports.serializeCheckMemberGroupsPostResponse = exports.serializeCheckMemberGroupsPostRequestBody = exports.deserializeIntoCheckMemberGroupsPostResponse = exports.deserializeIntoCheckMemberGroupsPostRequestBody = exports.createCheckMemberGroupsPostResponseFromDiscriminatorValue = exports.createCheckMemberGroupsPostRequestBodyFromDiscriminatorValue = void 0;
|
|
4
1
|
/* tslint:disable */
|
|
5
2
|
/* eslint-disable */
|
|
6
3
|
// Generated by Microsoft Kiota
|
|
7
4
|
// @ts-ignore
|
|
8
|
-
|
|
5
|
+
import { deserializeIntoBaseCollectionPaginationCountResponse, serializeBaseCollectionPaginationCountResponse } from '@microsoft/msgraph-sdk/models/index.js';
|
|
9
6
|
// @ts-ignore
|
|
10
|
-
|
|
7
|
+
import { createODataErrorFromDiscriminatorValue } from '@microsoft/msgraph-sdk/models/oDataErrors/index.js';
|
|
11
8
|
/**
|
|
12
9
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
13
10
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
14
11
|
* @returns {CheckMemberGroupsPostRequestBody}
|
|
15
12
|
*/
|
|
16
|
-
function createCheckMemberGroupsPostRequestBodyFromDiscriminatorValue(parseNode) {
|
|
13
|
+
export function createCheckMemberGroupsPostRequestBodyFromDiscriminatorValue(parseNode) {
|
|
17
14
|
return deserializeIntoCheckMemberGroupsPostRequestBody;
|
|
18
15
|
}
|
|
19
|
-
exports.createCheckMemberGroupsPostRequestBodyFromDiscriminatorValue = createCheckMemberGroupsPostRequestBodyFromDiscriminatorValue;
|
|
20
16
|
/**
|
|
21
17
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
22
18
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
23
19
|
* @returns {CheckMemberGroupsPostResponse}
|
|
24
20
|
*/
|
|
25
|
-
function createCheckMemberGroupsPostResponseFromDiscriminatorValue(parseNode) {
|
|
21
|
+
export function createCheckMemberGroupsPostResponseFromDiscriminatorValue(parseNode) {
|
|
26
22
|
return deserializeIntoCheckMemberGroupsPostResponse;
|
|
27
23
|
}
|
|
28
|
-
exports.createCheckMemberGroupsPostResponseFromDiscriminatorValue = createCheckMemberGroupsPostResponseFromDiscriminatorValue;
|
|
29
24
|
/**
|
|
30
25
|
* The deserialization information for the current model
|
|
31
26
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
32
27
|
*/
|
|
33
|
-
function deserializeIntoCheckMemberGroupsPostRequestBody(checkMemberGroupsPostRequestBody = {}) {
|
|
28
|
+
export function deserializeIntoCheckMemberGroupsPostRequestBody(checkMemberGroupsPostRequestBody = {}) {
|
|
34
29
|
return {
|
|
35
30
|
"backingStoreEnabled": n => { checkMemberGroupsPostRequestBody.backingStoreEnabled = true; },
|
|
36
31
|
"groupIds": n => { checkMemberGroupsPostRequestBody.groupIds = n.getCollectionOfPrimitiveValues(); },
|
|
37
32
|
};
|
|
38
33
|
}
|
|
39
|
-
exports.deserializeIntoCheckMemberGroupsPostRequestBody = deserializeIntoCheckMemberGroupsPostRequestBody;
|
|
40
34
|
/**
|
|
41
35
|
* The deserialization information for the current model
|
|
42
36
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
43
37
|
*/
|
|
44
|
-
function deserializeIntoCheckMemberGroupsPostResponse(checkMemberGroupsPostResponse = {}) {
|
|
45
|
-
return Object.assign(Object.assign({},
|
|
38
|
+
export function deserializeIntoCheckMemberGroupsPostResponse(checkMemberGroupsPostResponse = {}) {
|
|
39
|
+
return Object.assign(Object.assign({}, deserializeIntoBaseCollectionPaginationCountResponse(checkMemberGroupsPostResponse)), { "value": n => { checkMemberGroupsPostResponse.value = n.getCollectionOfPrimitiveValues(); } });
|
|
46
40
|
}
|
|
47
|
-
exports.deserializeIntoCheckMemberGroupsPostResponse = deserializeIntoCheckMemberGroupsPostResponse;
|
|
48
41
|
/**
|
|
49
42
|
* Serializes information the current object
|
|
50
43
|
* @param writer Serialization writer to use to serialize this model
|
|
51
44
|
*/
|
|
52
|
-
function serializeCheckMemberGroupsPostRequestBody(writer, checkMemberGroupsPostRequestBody = {}) {
|
|
45
|
+
export function serializeCheckMemberGroupsPostRequestBody(writer, checkMemberGroupsPostRequestBody = {}) {
|
|
53
46
|
writer.writeCollectionOfPrimitiveValues("groupIds", checkMemberGroupsPostRequestBody.groupIds);
|
|
54
47
|
writer.writeAdditionalData(checkMemberGroupsPostRequestBody.additionalData);
|
|
55
48
|
}
|
|
56
|
-
exports.serializeCheckMemberGroupsPostRequestBody = serializeCheckMemberGroupsPostRequestBody;
|
|
57
49
|
/**
|
|
58
50
|
* Serializes information the current object
|
|
59
51
|
* @param writer Serialization writer to use to serialize this model
|
|
60
52
|
*/
|
|
61
|
-
function serializeCheckMemberGroupsPostResponse(writer, checkMemberGroupsPostResponse = {}) {
|
|
62
|
-
|
|
53
|
+
export function serializeCheckMemberGroupsPostResponse(writer, checkMemberGroupsPostResponse = {}) {
|
|
54
|
+
serializeBaseCollectionPaginationCountResponse(writer, checkMemberGroupsPostResponse);
|
|
63
55
|
writer.writeCollectionOfPrimitiveValues("value", checkMemberGroupsPostResponse.value);
|
|
64
56
|
}
|
|
65
|
-
exports.serializeCheckMemberGroupsPostResponse = serializeCheckMemberGroupsPostResponse;
|
|
66
57
|
/**
|
|
67
58
|
* Uri template for the request builder.
|
|
68
59
|
*/
|
|
69
|
-
|
|
60
|
+
export const CheckMemberGroupsRequestBuilderUriTemplate = "{+baseurl}/directoryObjects/{directoryObject%2Did}/checkMemberGroups";
|
|
70
61
|
/**
|
|
71
62
|
* Metadata for all the requests in the request builder.
|
|
72
63
|
*/
|
|
73
|
-
|
|
64
|
+
export const CheckMemberGroupsRequestBuilderRequestsMetadata = {
|
|
74
65
|
post: {
|
|
75
|
-
uriTemplate:
|
|
66
|
+
uriTemplate: CheckMemberGroupsRequestBuilderUriTemplate,
|
|
76
67
|
responseBodyContentType: "application/json",
|
|
77
68
|
errorMappings: {
|
|
78
|
-
XXX:
|
|
69
|
+
XXX: createODataErrorFromDiscriminatorValue,
|
|
79
70
|
},
|
|
80
71
|
adapterMethodName: "send",
|
|
81
72
|
responseBodyFactory: createCheckMemberGroupsPostResponseFromDiscriminatorValue,
|
|
@@ -86,3 +77,4 @@ exports.CheckMemberGroupsRequestBuilderRequestsMetadata = {
|
|
|
86
77
|
};
|
|
87
78
|
/* tslint:enable */
|
|
88
79
|
/* eslint-enable */
|
|
80
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +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,8CAA8C,EAA8C,MAAM,wCAAwC,CAAC;AAC1M,aAAa;AACb,OAAO,EAAE,sCAAsC,EAAmB,MAAM,oDAAoD,CAAC;AA6C7H;;;;GAIG;AACH,MAAM,UAAU,4DAA4D,CAAC,SAAgC;IACzG,OAAO,+CAA+C,CAAC;AAC3D,CAAC;AACD;;;;GAIG;AACH,MAAM,UAAU,yDAAyD,CAAC,SAAgC;IACtG,OAAO,4CAA4C,CAAC;AACxD,CAAC;AACD;;;GAGG;AACH,MAAM,UAAU,+CAA+C,CAAC,mCAA0F,EAAE;IACxJ,OAAO;QACH,qBAAqB,EAAE,CAAC,CAAC,EAAE,GAAG,gCAAgC,CAAC,mBAAmB,GAAG,IAAI,CAAC,CAAC,CAAC;QAC5F,UAAU,EAAE,CAAC,CAAC,EAAE,GAAG,gCAAgC,CAAC,QAAQ,GAAG,CAAC,CAAC,8BAA8B,EAAU,CAAC,CAAC,CAAC;KAC/G,CAAA;AACL,CAAC;AACD;;;GAGG;AACH,MAAM,UAAU,4CAA4C,CAAC,gCAAoF,EAAE;IAC/I,uCACO,oDAAoD,CAAC,6BAA6B,CAAC,KACtF,OAAO,EAAE,CAAC,CAAC,EAAE,GAAG,6BAA6B,CAAC,KAAK,GAAG,CAAC,CAAC,8BAA8B,EAAU,CAAC,CAAC,CAAC,IACtG;AACL,CAAC;AACD;;;GAGG;AACH,MAAM,UAAU,yCAAyC,CAAC,MAA2B,EAAE,mCAA0F,EAAE;IAC/K,MAAM,CAAC,gCAAgC,CAAS,UAAU,EAAE,gCAAgC,CAAC,QAAQ,CAAC,CAAC;IACvG,MAAM,CAAC,mBAAmB,CAAC,gCAAgC,CAAC,cAAc,CAAC,CAAC;AAChF,CAAC;AACD;;;GAGG;AACH,MAAM,UAAU,sCAAsC,CAAC,MAA2B,EAAE,gCAAoF,EAAE;IACtK,8CAA8C,CAAC,MAAM,EAAE,6BAA6B,CAAC,CAAA;IACrF,MAAM,CAAC,gCAAgC,CAAS,OAAO,EAAE,6BAA6B,CAAC,KAAK,CAAC,CAAC;AAClG,CAAC;AACD;;GAEG;AACH,MAAM,CAAC,MAAM,0CAA0C,GAAG,sEAAsE,CAAC;AACjI;;GAEG;AACH,MAAM,CAAC,MAAM,+CAA+C,GAAqB;IAC7E,IAAI,EAAE;QACF,WAAW,EAAE,0CAA0C;QACvD,uBAAuB,EAAE,kBAAkB;QAC3C,aAAa,EAAE;YACX,GAAG,EAAE,sCAAmE;SAC3E;QACD,iBAAiB,EAAE,MAAM;QACzB,mBAAmB,EAAG,yDAAyD;QAC/E,sBAAsB,EAAE,kBAAkB;QAC1C,qBAAqB,EAAE,yCAAyC;QAChE,kCAAkC,EAAE,wBAAwB;KAC/D;CACJ,CAAC;AACF,mBAAmB;AACnB,mBAAmB"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type BaseCollectionPaginationCountResponse } from '@microsoft/msgraph-sdk/models/';
|
|
1
|
+
import { type BaseCollectionPaginationCountResponse } from '@microsoft/msgraph-sdk/models/index.js';
|
|
2
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
3
|
export interface CheckMemberObjectsPostRequestBody extends AdditionalDataHolder, BackedModel, Parsable {
|
|
4
4
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAwG,KAAK,qCAAqC,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAwG,KAAK,qCAAqC,EAAE,MAAM,wCAAwC,CAAC;AAI1M,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,81 +1,72 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CheckMemberObjectsRequestBuilderRequestsMetadata = exports.CheckMemberObjectsRequestBuilderUriTemplate = exports.serializeCheckMemberObjectsPostResponse = exports.serializeCheckMemberObjectsPostRequestBody = exports.deserializeIntoCheckMemberObjectsPostResponse = exports.deserializeIntoCheckMemberObjectsPostRequestBody = exports.createCheckMemberObjectsPostResponseFromDiscriminatorValue = exports.createCheckMemberObjectsPostRequestBodyFromDiscriminatorValue = void 0;
|
|
4
1
|
/* tslint:disable */
|
|
5
2
|
/* eslint-disable */
|
|
6
3
|
// Generated by Microsoft Kiota
|
|
7
4
|
// @ts-ignore
|
|
8
|
-
|
|
5
|
+
import { deserializeIntoBaseCollectionPaginationCountResponse, serializeBaseCollectionPaginationCountResponse } from '@microsoft/msgraph-sdk/models/index.js';
|
|
9
6
|
// @ts-ignore
|
|
10
|
-
|
|
7
|
+
import { createODataErrorFromDiscriminatorValue } from '@microsoft/msgraph-sdk/models/oDataErrors/index.js';
|
|
11
8
|
/**
|
|
12
9
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
13
10
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
14
11
|
* @returns {CheckMemberObjectsPostRequestBody}
|
|
15
12
|
*/
|
|
16
|
-
function createCheckMemberObjectsPostRequestBodyFromDiscriminatorValue(parseNode) {
|
|
13
|
+
export function createCheckMemberObjectsPostRequestBodyFromDiscriminatorValue(parseNode) {
|
|
17
14
|
return deserializeIntoCheckMemberObjectsPostRequestBody;
|
|
18
15
|
}
|
|
19
|
-
exports.createCheckMemberObjectsPostRequestBodyFromDiscriminatorValue = createCheckMemberObjectsPostRequestBodyFromDiscriminatorValue;
|
|
20
16
|
/**
|
|
21
17
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
22
18
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
23
19
|
* @returns {CheckMemberObjectsPostResponse}
|
|
24
20
|
*/
|
|
25
|
-
function createCheckMemberObjectsPostResponseFromDiscriminatorValue(parseNode) {
|
|
21
|
+
export function createCheckMemberObjectsPostResponseFromDiscriminatorValue(parseNode) {
|
|
26
22
|
return deserializeIntoCheckMemberObjectsPostResponse;
|
|
27
23
|
}
|
|
28
|
-
exports.createCheckMemberObjectsPostResponseFromDiscriminatorValue = createCheckMemberObjectsPostResponseFromDiscriminatorValue;
|
|
29
24
|
/**
|
|
30
25
|
* The deserialization information for the current model
|
|
31
26
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
32
27
|
*/
|
|
33
|
-
function deserializeIntoCheckMemberObjectsPostRequestBody(checkMemberObjectsPostRequestBody = {}) {
|
|
28
|
+
export function deserializeIntoCheckMemberObjectsPostRequestBody(checkMemberObjectsPostRequestBody = {}) {
|
|
34
29
|
return {
|
|
35
30
|
"backingStoreEnabled": n => { checkMemberObjectsPostRequestBody.backingStoreEnabled = true; },
|
|
36
31
|
"ids": n => { checkMemberObjectsPostRequestBody.ids = n.getCollectionOfPrimitiveValues(); },
|
|
37
32
|
};
|
|
38
33
|
}
|
|
39
|
-
exports.deserializeIntoCheckMemberObjectsPostRequestBody = deserializeIntoCheckMemberObjectsPostRequestBody;
|
|
40
34
|
/**
|
|
41
35
|
* The deserialization information for the current model
|
|
42
36
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
43
37
|
*/
|
|
44
|
-
function deserializeIntoCheckMemberObjectsPostResponse(checkMemberObjectsPostResponse = {}) {
|
|
45
|
-
return Object.assign(Object.assign({},
|
|
38
|
+
export function deserializeIntoCheckMemberObjectsPostResponse(checkMemberObjectsPostResponse = {}) {
|
|
39
|
+
return Object.assign(Object.assign({}, deserializeIntoBaseCollectionPaginationCountResponse(checkMemberObjectsPostResponse)), { "value": n => { checkMemberObjectsPostResponse.value = n.getCollectionOfPrimitiveValues(); } });
|
|
46
40
|
}
|
|
47
|
-
exports.deserializeIntoCheckMemberObjectsPostResponse = deserializeIntoCheckMemberObjectsPostResponse;
|
|
48
41
|
/**
|
|
49
42
|
* Serializes information the current object
|
|
50
43
|
* @param writer Serialization writer to use to serialize this model
|
|
51
44
|
*/
|
|
52
|
-
function serializeCheckMemberObjectsPostRequestBody(writer, checkMemberObjectsPostRequestBody = {}) {
|
|
45
|
+
export function serializeCheckMemberObjectsPostRequestBody(writer, checkMemberObjectsPostRequestBody = {}) {
|
|
53
46
|
writer.writeCollectionOfPrimitiveValues("ids", checkMemberObjectsPostRequestBody.ids);
|
|
54
47
|
writer.writeAdditionalData(checkMemberObjectsPostRequestBody.additionalData);
|
|
55
48
|
}
|
|
56
|
-
exports.serializeCheckMemberObjectsPostRequestBody = serializeCheckMemberObjectsPostRequestBody;
|
|
57
49
|
/**
|
|
58
50
|
* Serializes information the current object
|
|
59
51
|
* @param writer Serialization writer to use to serialize this model
|
|
60
52
|
*/
|
|
61
|
-
function serializeCheckMemberObjectsPostResponse(writer, checkMemberObjectsPostResponse = {}) {
|
|
62
|
-
|
|
53
|
+
export function serializeCheckMemberObjectsPostResponse(writer, checkMemberObjectsPostResponse = {}) {
|
|
54
|
+
serializeBaseCollectionPaginationCountResponse(writer, checkMemberObjectsPostResponse);
|
|
63
55
|
writer.writeCollectionOfPrimitiveValues("value", checkMemberObjectsPostResponse.value);
|
|
64
56
|
}
|
|
65
|
-
exports.serializeCheckMemberObjectsPostResponse = serializeCheckMemberObjectsPostResponse;
|
|
66
57
|
/**
|
|
67
58
|
* Uri template for the request builder.
|
|
68
59
|
*/
|
|
69
|
-
|
|
60
|
+
export const CheckMemberObjectsRequestBuilderUriTemplate = "{+baseurl}/directoryObjects/{directoryObject%2Did}/checkMemberObjects";
|
|
70
61
|
/**
|
|
71
62
|
* Metadata for all the requests in the request builder.
|
|
72
63
|
*/
|
|
73
|
-
|
|
64
|
+
export const CheckMemberObjectsRequestBuilderRequestsMetadata = {
|
|
74
65
|
post: {
|
|
75
|
-
uriTemplate:
|
|
66
|
+
uriTemplate: CheckMemberObjectsRequestBuilderUriTemplate,
|
|
76
67
|
responseBodyContentType: "application/json",
|
|
77
68
|
errorMappings: {
|
|
78
|
-
XXX:
|
|
69
|
+
XXX: createODataErrorFromDiscriminatorValue,
|
|
79
70
|
},
|
|
80
71
|
adapterMethodName: "send",
|
|
81
72
|
responseBodyFactory: createCheckMemberObjectsPostResponseFromDiscriminatorValue,
|
|
@@ -86,3 +77,4 @@ exports.CheckMemberObjectsRequestBuilderRequestsMetadata = {
|
|
|
86
77
|
};
|
|
87
78
|
/* tslint:enable */
|
|
88
79
|
/* eslint-enable */
|
|
80
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +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,8CAA8C,EAA8C,MAAM,wCAAwC,CAAC;AAC1M,aAAa;AACb,OAAO,EAAE,sCAAsC,EAAmB,MAAM,oDAAoD,CAAC;AA4C7H;;;;GAIG;AACH,MAAM,UAAU,6DAA6D,CAAC,SAAgC;IAC1G,OAAO,gDAAgD,CAAC;AAC5D,CAAC;AACD;;;;GAIG;AACH,MAAM,UAAU,0DAA0D,CAAC,SAAgC;IACvG,OAAO,6CAA6C,CAAC;AACzD,CAAC;AACD;;;GAGG;AACH,MAAM,UAAU,gDAAgD,CAAC,oCAA4F,EAAE;IAC3J,OAAO;QACH,qBAAqB,EAAE,CAAC,CAAC,EAAE,GAAG,iCAAiC,CAAC,mBAAmB,GAAG,IAAI,CAAC,CAAC,CAAC;QAC7F,KAAK,EAAE,CAAC,CAAC,EAAE,GAAG,iCAAiC,CAAC,GAAG,GAAG,CAAC,CAAC,8BAA8B,EAAU,CAAC,CAAC,CAAC;KACtG,CAAA;AACL,CAAC;AACD;;;GAGG;AACH,MAAM,UAAU,6CAA6C,CAAC,iCAAsF,EAAE;IAClJ,uCACO,oDAAoD,CAAC,8BAA8B,CAAC,KACvF,OAAO,EAAE,CAAC,CAAC,EAAE,GAAG,8BAA8B,CAAC,KAAK,GAAG,CAAC,CAAC,8BAA8B,EAAU,CAAC,CAAC,CAAC,IACvG;AACL,CAAC;AACD;;;GAGG;AACH,MAAM,UAAU,0CAA0C,CAAC,MAA2B,EAAE,oCAA4F,EAAE;IAClL,MAAM,CAAC,gCAAgC,CAAS,KAAK,EAAE,iCAAiC,CAAC,GAAG,CAAC,CAAC;IAC9F,MAAM,CAAC,mBAAmB,CAAC,iCAAiC,CAAC,cAAc,CAAC,CAAC;AACjF,CAAC;AACD;;;GAGG;AACH,MAAM,UAAU,uCAAuC,CAAC,MAA2B,EAAE,iCAAsF,EAAE;IACzK,8CAA8C,CAAC,MAAM,EAAE,8BAA8B,CAAC,CAAA;IACtF,MAAM,CAAC,gCAAgC,CAAS,OAAO,EAAE,8BAA8B,CAAC,KAAK,CAAC,CAAC;AACnG,CAAC;AACD;;GAEG;AACH,MAAM,CAAC,MAAM,2CAA2C,GAAG,uEAAuE,CAAC;AACnI;;GAEG;AACH,MAAM,CAAC,MAAM,gDAAgD,GAAqB;IAC9E,IAAI,EAAE;QACF,WAAW,EAAE,2CAA2C;QACxD,uBAAuB,EAAE,kBAAkB;QAC3C,aAAa,EAAE;YACX,GAAG,EAAE,sCAAmE;SAC3E;QACD,iBAAiB,EAAE,MAAM;QACzB,mBAAmB,EAAG,0DAA0D;QAChF,sBAAsB,EAAE,kBAAkB;QAC1C,qBAAqB,EAAE,0CAA0C;QACjE,kCAAkC,EAAE,wBAAwB;KAC/D;CACJ,CAAC;AACF,mBAAmB;AACnB,mBAAmB"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type BaseCollectionPaginationCountResponse } from '@microsoft/msgraph-sdk/models/';
|
|
1
|
+
import { type BaseCollectionPaginationCountResponse } from '@microsoft/msgraph-sdk/models/index.js';
|
|
2
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
3
|
/**
|
|
4
4
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAwG,KAAK,qCAAqC,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAwG,KAAK,qCAAqC,EAAE,MAAM,wCAAwC,CAAC;AAI1M,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,81 +1,72 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetMemberGroupsRequestBuilderRequestsMetadata = exports.GetMemberGroupsRequestBuilderUriTemplate = exports.serializeGetMemberGroupsPostResponse = exports.serializeGetMemberGroupsPostRequestBody = exports.deserializeIntoGetMemberGroupsPostResponse = exports.deserializeIntoGetMemberGroupsPostRequestBody = exports.createGetMemberGroupsPostResponseFromDiscriminatorValue = exports.createGetMemberGroupsPostRequestBodyFromDiscriminatorValue = void 0;
|
|
4
1
|
/* tslint:disable */
|
|
5
2
|
/* eslint-disable */
|
|
6
3
|
// Generated by Microsoft Kiota
|
|
7
4
|
// @ts-ignore
|
|
8
|
-
|
|
5
|
+
import { deserializeIntoBaseCollectionPaginationCountResponse, serializeBaseCollectionPaginationCountResponse } from '@microsoft/msgraph-sdk/models/index.js';
|
|
9
6
|
// @ts-ignore
|
|
10
|
-
|
|
7
|
+
import { createODataErrorFromDiscriminatorValue } from '@microsoft/msgraph-sdk/models/oDataErrors/index.js';
|
|
11
8
|
/**
|
|
12
9
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
13
10
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
14
11
|
* @returns {GetMemberGroupsPostRequestBody}
|
|
15
12
|
*/
|
|
16
|
-
function createGetMemberGroupsPostRequestBodyFromDiscriminatorValue(parseNode) {
|
|
13
|
+
export function createGetMemberGroupsPostRequestBodyFromDiscriminatorValue(parseNode) {
|
|
17
14
|
return deserializeIntoGetMemberGroupsPostRequestBody;
|
|
18
15
|
}
|
|
19
|
-
exports.createGetMemberGroupsPostRequestBodyFromDiscriminatorValue = createGetMemberGroupsPostRequestBodyFromDiscriminatorValue;
|
|
20
16
|
/**
|
|
21
17
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
22
18
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
23
19
|
* @returns {GetMemberGroupsPostResponse}
|
|
24
20
|
*/
|
|
25
|
-
function createGetMemberGroupsPostResponseFromDiscriminatorValue(parseNode) {
|
|
21
|
+
export function createGetMemberGroupsPostResponseFromDiscriminatorValue(parseNode) {
|
|
26
22
|
return deserializeIntoGetMemberGroupsPostResponse;
|
|
27
23
|
}
|
|
28
|
-
exports.createGetMemberGroupsPostResponseFromDiscriminatorValue = createGetMemberGroupsPostResponseFromDiscriminatorValue;
|
|
29
24
|
/**
|
|
30
25
|
* The deserialization information for the current model
|
|
31
26
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
32
27
|
*/
|
|
33
|
-
function deserializeIntoGetMemberGroupsPostRequestBody(getMemberGroupsPostRequestBody = {}) {
|
|
28
|
+
export function deserializeIntoGetMemberGroupsPostRequestBody(getMemberGroupsPostRequestBody = {}) {
|
|
34
29
|
return {
|
|
35
30
|
"backingStoreEnabled": n => { getMemberGroupsPostRequestBody.backingStoreEnabled = true; },
|
|
36
31
|
"securityEnabledOnly": n => { getMemberGroupsPostRequestBody.securityEnabledOnly = n.getBooleanValue(); },
|
|
37
32
|
};
|
|
38
33
|
}
|
|
39
|
-
exports.deserializeIntoGetMemberGroupsPostRequestBody = deserializeIntoGetMemberGroupsPostRequestBody;
|
|
40
34
|
/**
|
|
41
35
|
* The deserialization information for the current model
|
|
42
36
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
43
37
|
*/
|
|
44
|
-
function deserializeIntoGetMemberGroupsPostResponse(getMemberGroupsPostResponse = {}) {
|
|
45
|
-
return Object.assign(Object.assign({},
|
|
38
|
+
export function deserializeIntoGetMemberGroupsPostResponse(getMemberGroupsPostResponse = {}) {
|
|
39
|
+
return Object.assign(Object.assign({}, deserializeIntoBaseCollectionPaginationCountResponse(getMemberGroupsPostResponse)), { "value": n => { getMemberGroupsPostResponse.value = n.getCollectionOfPrimitiveValues(); } });
|
|
46
40
|
}
|
|
47
|
-
exports.deserializeIntoGetMemberGroupsPostResponse = deserializeIntoGetMemberGroupsPostResponse;
|
|
48
41
|
/**
|
|
49
42
|
* Serializes information the current object
|
|
50
43
|
* @param writer Serialization writer to use to serialize this model
|
|
51
44
|
*/
|
|
52
|
-
function serializeGetMemberGroupsPostRequestBody(writer, getMemberGroupsPostRequestBody = {}) {
|
|
45
|
+
export function serializeGetMemberGroupsPostRequestBody(writer, getMemberGroupsPostRequestBody = {}) {
|
|
53
46
|
writer.writeBooleanValue("securityEnabledOnly", getMemberGroupsPostRequestBody.securityEnabledOnly);
|
|
54
47
|
writer.writeAdditionalData(getMemberGroupsPostRequestBody.additionalData);
|
|
55
48
|
}
|
|
56
|
-
exports.serializeGetMemberGroupsPostRequestBody = serializeGetMemberGroupsPostRequestBody;
|
|
57
49
|
/**
|
|
58
50
|
* Serializes information the current object
|
|
59
51
|
* @param writer Serialization writer to use to serialize this model
|
|
60
52
|
*/
|
|
61
|
-
function serializeGetMemberGroupsPostResponse(writer, getMemberGroupsPostResponse = {}) {
|
|
62
|
-
|
|
53
|
+
export function serializeGetMemberGroupsPostResponse(writer, getMemberGroupsPostResponse = {}) {
|
|
54
|
+
serializeBaseCollectionPaginationCountResponse(writer, getMemberGroupsPostResponse);
|
|
63
55
|
writer.writeCollectionOfPrimitiveValues("value", getMemberGroupsPostResponse.value);
|
|
64
56
|
}
|
|
65
|
-
exports.serializeGetMemberGroupsPostResponse = serializeGetMemberGroupsPostResponse;
|
|
66
57
|
/**
|
|
67
58
|
* Uri template for the request builder.
|
|
68
59
|
*/
|
|
69
|
-
|
|
60
|
+
export const GetMemberGroupsRequestBuilderUriTemplate = "{+baseurl}/directoryObjects/{directoryObject%2Did}/getMemberGroups";
|
|
70
61
|
/**
|
|
71
62
|
* Metadata for all the requests in the request builder.
|
|
72
63
|
*/
|
|
73
|
-
|
|
64
|
+
export const GetMemberGroupsRequestBuilderRequestsMetadata = {
|
|
74
65
|
post: {
|
|
75
|
-
uriTemplate:
|
|
66
|
+
uriTemplate: GetMemberGroupsRequestBuilderUriTemplate,
|
|
76
67
|
responseBodyContentType: "application/json",
|
|
77
68
|
errorMappings: {
|
|
78
|
-
XXX:
|
|
69
|
+
XXX: createODataErrorFromDiscriminatorValue,
|
|
79
70
|
},
|
|
80
71
|
adapterMethodName: "send",
|
|
81
72
|
responseBodyFactory: createGetMemberGroupsPostResponseFromDiscriminatorValue,
|
|
@@ -86,3 +77,4 @@ exports.GetMemberGroupsRequestBuilderRequestsMetadata = {
|
|
|
86
77
|
};
|
|
87
78
|
/* tslint:enable */
|
|
88
79
|
/* eslint-enable */
|
|
80
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +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,8CAA8C,EAA8C,MAAM,wCAAwC,CAAC;AAC1M,aAAa;AACb,OAAO,EAAE,sCAAsC,EAAmB,MAAM,oDAAoD,CAAC;AAI7H;;;;GAIG;AACH,MAAM,UAAU,0DAA0D,CAAC,SAAgC;IACvG,OAAO,6CAA6C,CAAC;AACzD,CAAC;AACD;;;;GAIG;AACH,MAAM,UAAU,uDAAuD,CAAC,SAAgC;IACpG,OAAO,0CAA0C,CAAC;AACtD,CAAC;AACD;;;GAGG;AACH,MAAM,UAAU,6CAA6C,CAAC,iCAAsF,EAAE;IAClJ,OAAO;QACH,qBAAqB,EAAE,CAAC,CAAC,EAAE,GAAG,8BAA8B,CAAC,mBAAmB,GAAG,IAAI,CAAC,CAAC,CAAC;QAC1F,qBAAqB,EAAE,CAAC,CAAC,EAAE,GAAG,8BAA8B,CAAC,mBAAmB,GAAG,CAAC,CAAC,eAAe,EAAE,CAAC,CAAC,CAAC;KAC5G,CAAA;AACL,CAAC;AACD;;;GAGG;AACH,MAAM,UAAU,0CAA0C,CAAC,8BAAgF,EAAE;IACzI,uCACO,oDAAoD,CAAC,2BAA2B,CAAC,KACpF,OAAO,EAAE,CAAC,CAAC,EAAE,GAAG,2BAA2B,CAAC,KAAK,GAAG,CAAC,CAAC,8BAA8B,EAAU,CAAC,CAAC,CAAC,IACpG;AACL,CAAC;AA0CD;;;GAGG;AACH,MAAM,UAAU,uCAAuC,CAAC,MAA2B,EAAE,iCAAsF,EAAE;IACzK,MAAM,CAAC,iBAAiB,CAAC,qBAAqB,EAAE,8BAA8B,CAAC,mBAAmB,CAAC,CAAC;IACpG,MAAM,CAAC,mBAAmB,CAAC,8BAA8B,CAAC,cAAc,CAAC,CAAC;AAC9E,CAAC;AACD;;;GAGG;AACH,MAAM,UAAU,oCAAoC,CAAC,MAA2B,EAAE,8BAAgF,EAAE;IAChK,8CAA8C,CAAC,MAAM,EAAE,2BAA2B,CAAC,CAAA;IACnF,MAAM,CAAC,gCAAgC,CAAS,OAAO,EAAE,2BAA2B,CAAC,KAAK,CAAC,CAAC;AAChG,CAAC;AACD;;GAEG;AACH,MAAM,CAAC,MAAM,wCAAwC,GAAG,oEAAoE,CAAC;AAC7H;;GAEG;AACH,MAAM,CAAC,MAAM,6CAA6C,GAAqB;IAC3E,IAAI,EAAE;QACF,WAAW,EAAE,wCAAwC;QACrD,uBAAuB,EAAE,kBAAkB;QAC3C,aAAa,EAAE;YACX,GAAG,EAAE,sCAAmE;SAC3E;QACD,iBAAiB,EAAE,MAAM;QACzB,mBAAmB,EAAG,uDAAuD;QAC7E,sBAAsB,EAAE,kBAAkB;QAC1C,qBAAqB,EAAE,uCAAuC;QAC9D,kCAAkC,EAAE,wBAAwB;KAC/D;CACJ,CAAC;AACF,mBAAmB;AACnB,mBAAmB"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type BaseCollectionPaginationCountResponse } from '@microsoft/msgraph-sdk/models/';
|
|
1
|
+
import { type BaseCollectionPaginationCountResponse } from '@microsoft/msgraph-sdk/models/index.js';
|
|
2
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
3
|
/**
|
|
4
4
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAwG,KAAK,qCAAqC,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAwG,KAAK,qCAAqC,EAAE,MAAM,wCAAwC,CAAC;AAI1M,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"}
|
|
@@ -1,81 +1,72 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetMemberObjectsRequestBuilderRequestsMetadata = exports.GetMemberObjectsRequestBuilderUriTemplate = exports.serializeGetMemberObjectsPostResponse = exports.serializeGetMemberObjectsPostRequestBody = exports.deserializeIntoGetMemberObjectsPostResponse = exports.deserializeIntoGetMemberObjectsPostRequestBody = exports.createGetMemberObjectsPostResponseFromDiscriminatorValue = exports.createGetMemberObjectsPostRequestBodyFromDiscriminatorValue = void 0;
|
|
4
1
|
/* tslint:disable */
|
|
5
2
|
/* eslint-disable */
|
|
6
3
|
// Generated by Microsoft Kiota
|
|
7
4
|
// @ts-ignore
|
|
8
|
-
|
|
5
|
+
import { deserializeIntoBaseCollectionPaginationCountResponse, serializeBaseCollectionPaginationCountResponse } from '@microsoft/msgraph-sdk/models/index.js';
|
|
9
6
|
// @ts-ignore
|
|
10
|
-
|
|
7
|
+
import { createODataErrorFromDiscriminatorValue } from '@microsoft/msgraph-sdk/models/oDataErrors/index.js';
|
|
11
8
|
/**
|
|
12
9
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
13
10
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
14
11
|
* @returns {GetMemberObjectsPostRequestBody}
|
|
15
12
|
*/
|
|
16
|
-
function createGetMemberObjectsPostRequestBodyFromDiscriminatorValue(parseNode) {
|
|
13
|
+
export function createGetMemberObjectsPostRequestBodyFromDiscriminatorValue(parseNode) {
|
|
17
14
|
return deserializeIntoGetMemberObjectsPostRequestBody;
|
|
18
15
|
}
|
|
19
|
-
exports.createGetMemberObjectsPostRequestBodyFromDiscriminatorValue = createGetMemberObjectsPostRequestBodyFromDiscriminatorValue;
|
|
20
16
|
/**
|
|
21
17
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
22
18
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
23
19
|
* @returns {GetMemberObjectsPostResponse}
|
|
24
20
|
*/
|
|
25
|
-
function createGetMemberObjectsPostResponseFromDiscriminatorValue(parseNode) {
|
|
21
|
+
export function createGetMemberObjectsPostResponseFromDiscriminatorValue(parseNode) {
|
|
26
22
|
return deserializeIntoGetMemberObjectsPostResponse;
|
|
27
23
|
}
|
|
28
|
-
exports.createGetMemberObjectsPostResponseFromDiscriminatorValue = createGetMemberObjectsPostResponseFromDiscriminatorValue;
|
|
29
24
|
/**
|
|
30
25
|
* The deserialization information for the current model
|
|
31
26
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
32
27
|
*/
|
|
33
|
-
function deserializeIntoGetMemberObjectsPostRequestBody(getMemberObjectsPostRequestBody = {}) {
|
|
28
|
+
export function deserializeIntoGetMemberObjectsPostRequestBody(getMemberObjectsPostRequestBody = {}) {
|
|
34
29
|
return {
|
|
35
30
|
"backingStoreEnabled": n => { getMemberObjectsPostRequestBody.backingStoreEnabled = true; },
|
|
36
31
|
"securityEnabledOnly": n => { getMemberObjectsPostRequestBody.securityEnabledOnly = n.getBooleanValue(); },
|
|
37
32
|
};
|
|
38
33
|
}
|
|
39
|
-
exports.deserializeIntoGetMemberObjectsPostRequestBody = deserializeIntoGetMemberObjectsPostRequestBody;
|
|
40
34
|
/**
|
|
41
35
|
* The deserialization information for the current model
|
|
42
36
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
43
37
|
*/
|
|
44
|
-
function deserializeIntoGetMemberObjectsPostResponse(getMemberObjectsPostResponse = {}) {
|
|
45
|
-
return Object.assign(Object.assign({},
|
|
38
|
+
export function deserializeIntoGetMemberObjectsPostResponse(getMemberObjectsPostResponse = {}) {
|
|
39
|
+
return Object.assign(Object.assign({}, deserializeIntoBaseCollectionPaginationCountResponse(getMemberObjectsPostResponse)), { "value": n => { getMemberObjectsPostResponse.value = n.getCollectionOfPrimitiveValues(); } });
|
|
46
40
|
}
|
|
47
|
-
exports.deserializeIntoGetMemberObjectsPostResponse = deserializeIntoGetMemberObjectsPostResponse;
|
|
48
41
|
/**
|
|
49
42
|
* Serializes information the current object
|
|
50
43
|
* @param writer Serialization writer to use to serialize this model
|
|
51
44
|
*/
|
|
52
|
-
function serializeGetMemberObjectsPostRequestBody(writer, getMemberObjectsPostRequestBody = {}) {
|
|
45
|
+
export function serializeGetMemberObjectsPostRequestBody(writer, getMemberObjectsPostRequestBody = {}) {
|
|
53
46
|
writer.writeBooleanValue("securityEnabledOnly", getMemberObjectsPostRequestBody.securityEnabledOnly);
|
|
54
47
|
writer.writeAdditionalData(getMemberObjectsPostRequestBody.additionalData);
|
|
55
48
|
}
|
|
56
|
-
exports.serializeGetMemberObjectsPostRequestBody = serializeGetMemberObjectsPostRequestBody;
|
|
57
49
|
/**
|
|
58
50
|
* Serializes information the current object
|
|
59
51
|
* @param writer Serialization writer to use to serialize this model
|
|
60
52
|
*/
|
|
61
|
-
function serializeGetMemberObjectsPostResponse(writer, getMemberObjectsPostResponse = {}) {
|
|
62
|
-
|
|
53
|
+
export function serializeGetMemberObjectsPostResponse(writer, getMemberObjectsPostResponse = {}) {
|
|
54
|
+
serializeBaseCollectionPaginationCountResponse(writer, getMemberObjectsPostResponse);
|
|
63
55
|
writer.writeCollectionOfPrimitiveValues("value", getMemberObjectsPostResponse.value);
|
|
64
56
|
}
|
|
65
|
-
exports.serializeGetMemberObjectsPostResponse = serializeGetMemberObjectsPostResponse;
|
|
66
57
|
/**
|
|
67
58
|
* Uri template for the request builder.
|
|
68
59
|
*/
|
|
69
|
-
|
|
60
|
+
export const GetMemberObjectsRequestBuilderUriTemplate = "{+baseurl}/directoryObjects/{directoryObject%2Did}/getMemberObjects";
|
|
70
61
|
/**
|
|
71
62
|
* Metadata for all the requests in the request builder.
|
|
72
63
|
*/
|
|
73
|
-
|
|
64
|
+
export const GetMemberObjectsRequestBuilderRequestsMetadata = {
|
|
74
65
|
post: {
|
|
75
|
-
uriTemplate:
|
|
66
|
+
uriTemplate: GetMemberObjectsRequestBuilderUriTemplate,
|
|
76
67
|
responseBodyContentType: "application/json",
|
|
77
68
|
errorMappings: {
|
|
78
|
-
XXX:
|
|
69
|
+
XXX: createODataErrorFromDiscriminatorValue,
|
|
79
70
|
},
|
|
80
71
|
adapterMethodName: "send",
|
|
81
72
|
responseBodyFactory: createGetMemberObjectsPostResponseFromDiscriminatorValue,
|
|
@@ -86,3 +77,4 @@ exports.GetMemberObjectsRequestBuilderRequestsMetadata = {
|
|
|
86
77
|
};
|
|
87
78
|
/* tslint:enable */
|
|
88
79
|
/* eslint-enable */
|
|
80
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +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,8CAA8C,EAA8C,MAAM,wCAAwC,CAAC;AAC1M,aAAa;AACb,OAAO,EAAE,sCAAsC,EAAmB,MAAM,oDAAoD,CAAC;AAI7H;;;;GAIG;AACH,MAAM,UAAU,2DAA2D,CAAC,SAAgC;IACxG,OAAO,8CAA8C,CAAC;AAC1D,CAAC;AACD;;;;GAIG;AACH,MAAM,UAAU,wDAAwD,CAAC,SAAgC;IACrG,OAAO,2CAA2C,CAAC;AACvD,CAAC;AACD;;;GAGG;AACH,MAAM,UAAU,8CAA8C,CAAC,kCAAwF,EAAE;IACrJ,OAAO;QACH,qBAAqB,EAAE,CAAC,CAAC,EAAE,GAAG,+BAA+B,CAAC,mBAAmB,GAAG,IAAI,CAAC,CAAC,CAAC;QAC3F,qBAAqB,EAAE,CAAC,CAAC,EAAE,GAAG,+BAA+B,CAAC,mBAAmB,GAAG,CAAC,CAAC,eAAe,EAAE,CAAC,CAAC,CAAC;KAC7G,CAAA;AACL,CAAC;AACD;;;GAGG;AACH,MAAM,UAAU,2CAA2C,CAAC,+BAAkF,EAAE;IAC5I,uCACO,oDAAoD,CAAC,4BAA4B,CAAC,KACrF,OAAO,EAAE,CAAC,CAAC,EAAE,GAAG,4BAA4B,CAAC,KAAK,GAAG,CAAC,CAAC,8BAA8B,EAAU,CAAC,CAAC,CAAC,IACrG;AACL,CAAC;AA0CD;;;GAGG;AACH,MAAM,UAAU,wCAAwC,CAAC,MAA2B,EAAE,kCAAwF,EAAE;IAC5K,MAAM,CAAC,iBAAiB,CAAC,qBAAqB,EAAE,+BAA+B,CAAC,mBAAmB,CAAC,CAAC;IACrG,MAAM,CAAC,mBAAmB,CAAC,+BAA+B,CAAC,cAAc,CAAC,CAAC;AAC/E,CAAC;AACD;;;GAGG;AACH,MAAM,UAAU,qCAAqC,CAAC,MAA2B,EAAE,+BAAkF,EAAE;IACnK,8CAA8C,CAAC,MAAM,EAAE,4BAA4B,CAAC,CAAA;IACpF,MAAM,CAAC,gCAAgC,CAAS,OAAO,EAAE,4BAA4B,CAAC,KAAK,CAAC,CAAC;AACjG,CAAC;AACD;;GAEG;AACH,MAAM,CAAC,MAAM,yCAAyC,GAAG,qEAAqE,CAAC;AAC/H;;GAEG;AACH,MAAM,CAAC,MAAM,8CAA8C,GAAqB;IAC5E,IAAI,EAAE;QACF,WAAW,EAAE,yCAAyC;QACtD,uBAAuB,EAAE,kBAAkB;QAC3C,aAAa,EAAE;YACX,GAAG,EAAE,sCAAmE;SAC3E;QACD,iBAAiB,EAAE,MAAM;QACzB,mBAAmB,EAAG,wDAAwD;QAC9E,sBAAsB,EAAE,kBAAkB;QAC1C,qBAAqB,EAAE,wCAAwC;QAC/D,kCAAkC,EAAE,wBAAwB;KAC/D;CACJ,CAAC;AACF,mBAAmB;AACnB,mBAAmB"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { type DirectoryObject } from '@microsoft/msgraph-sdk/models/';
|
|
2
|
-
import { type CheckMemberGroupsRequestBuilder } from './checkMemberGroups/';
|
|
3
|
-
import { type CheckMemberObjectsRequestBuilder } from './checkMemberObjects/';
|
|
4
|
-
import { type GetMemberGroupsRequestBuilder } from './getMemberGroups/';
|
|
5
|
-
import { type GetMemberObjectsRequestBuilder } from './getMemberObjects/';
|
|
6
|
-
import { type RestoreRequestBuilder } from './restore/';
|
|
1
|
+
import { type DirectoryObject } from '@microsoft/msgraph-sdk/models/index.js';
|
|
2
|
+
import { type CheckMemberGroupsRequestBuilder } from './checkMemberGroups/index.js';
|
|
3
|
+
import { type CheckMemberObjectsRequestBuilder } from './checkMemberObjects/index.js';
|
|
4
|
+
import { type GetMemberGroupsRequestBuilder } from './getMemberGroups/index.js';
|
|
5
|
+
import { type GetMemberObjectsRequestBuilder } from './getMemberObjects/index.js';
|
|
6
|
+
import { type RestoreRequestBuilder } from './restore/index.js';
|
|
7
7
|
import { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
|
|
8
8
|
/**
|
|
9
9
|
* Provides operations to manage the collection of directoryObject entities.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAyE,KAAK,eAAe,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAyE,KAAK,eAAe,EAAE,MAAM,wCAAwC,CAAC;AAIrJ,OAAO,EAAmD,KAAK,+BAA+B,EAAE,MAAM,8BAA8B,CAAC;AAErI,OAAO,EAAoD,KAAK,gCAAgC,EAAE,MAAM,+BAA+B,CAAC;AAExI,OAAO,EAAiD,KAAK,6BAA6B,EAAE,MAAM,4BAA4B,CAAC;AAE/H,OAAO,EAAkD,KAAK,8BAA8B,EAAE,MAAM,6BAA6B,CAAC;AAElI,OAAO,EAAyC,KAAK,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAEvG,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,iCAAkC,SAAQ,kBAAkB,CAAC,iCAAiC,CAAC;IAC5G;;OAEG;IACH,IAAI,iBAAiB,IAAI,+BAA+B,CAAC;IACzD;;OAEG;IACH,IAAI,kBAAkB,IAAI,gCAAgC,CAAC;IAC3D;;OAEG;IACH,IAAI,eAAe,IAAI,6BAA6B,CAAC;IACrD;;OAEG;IACH,IAAI,gBAAgB,IAAI,8BAA8B,CAAC;IACvD;;OAEG;IACH,IAAI,OAAO,IAAI,qBAAqB,CAAC;IACrC;;;;;OAKG;IACF,MAAM,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IACzF;;;;;;OAMG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,mDAAmD,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,eAAe,GAAG,SAAS,CAAC,CAAC;IAC1J;;;;;;OAMG;IACF,KAAK,CAAC,IAAI,EAAE,eAAe,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,eAAe,GAAG,SAAS,CAAC,CAAC;IACtI;;;;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,mDAAmD,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAC5J;;;;;OAKG;IACF,yBAAyB,CAAC,IAAI,EAAE,eAAe,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAC3I;AACD;;GAEG;AACH,MAAM,WAAW,mDAAmD;IAChE;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AACD;;GAEG;AACH,eAAO,MAAM,4CAA4C,6EAA6E,CAAC;AAQvI;;GAEG;AACH,eAAO,MAAM,mDAAmD,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,iCAAiC,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAgBhL,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,iDAAiD,EAAE,gBA+B/D,CAAC"}
|