@microsoft/msgraph-sdk-directory 1.0.0-preview.61 → 1.0.0-preview.63
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/directory/administrativeUnits/delta/index.d.ts +4 -1
- package/directory/administrativeUnits/delta/index.d.ts.map +1 -1
- package/directory/administrativeUnits/delta/index.js +8 -4
- package/directory/administrativeUnits/delta/index.js.map +1 -1
- package/directory/administrativeUnits/item/index.d.ts +3 -3
- package/directory/deletedItems/getAvailableExtensionProperties/index.d.ts +10 -8
- package/directory/deletedItems/getAvailableExtensionProperties/index.d.ts.map +1 -1
- package/directory/deletedItems/getAvailableExtensionProperties/index.js +16 -8
- package/directory/deletedItems/getAvailableExtensionProperties/index.js.map +1 -1
- package/directory/deletedItems/getByIds/index.d.ts +8 -6
- package/directory/deletedItems/getByIds/index.d.ts.map +1 -1
- package/directory/deletedItems/getByIds/index.js +17 -9
- package/directory/deletedItems/getByIds/index.js.map +1 -1
- package/directory/deletedItems/graphGroup/index.d.ts +3 -3
- package/directory/deletedItems/index.d.ts +3 -3
- package/directory/deletedItems/item/checkMemberGroups/index.d.ts +8 -6
- package/directory/deletedItems/item/checkMemberGroups/index.d.ts.map +1 -1
- package/directory/deletedItems/item/checkMemberGroups/index.js +16 -8
- package/directory/deletedItems/item/checkMemberGroups/index.js.map +1 -1
- package/directory/deletedItems/item/checkMemberObjects/index.d.ts +8 -6
- package/directory/deletedItems/item/checkMemberObjects/index.d.ts.map +1 -1
- package/directory/deletedItems/item/checkMemberObjects/index.js +16 -8
- package/directory/deletedItems/item/checkMemberObjects/index.js.map +1 -1
- package/directory/deletedItems/item/getMemberGroups/index.d.ts +8 -6
- package/directory/deletedItems/item/getMemberGroups/index.d.ts.map +1 -1
- package/directory/deletedItems/item/getMemberGroups/index.js +16 -8
- package/directory/deletedItems/item/getMemberGroups/index.js.map +1 -1
- package/directory/deletedItems/item/getMemberObjects/index.d.ts +8 -6
- package/directory/deletedItems/item/getMemberObjects/index.d.ts.map +1 -1
- package/directory/deletedItems/item/getMemberObjects/index.js +16 -8
- package/directory/deletedItems/item/getMemberObjects/index.js.map +1 -1
- package/directory/deletedItems/item/graphGroup/index.d.ts +3 -3
- package/directory/deletedItems/item/index.d.ts +5 -5
- package/directory/deletedItems/item/restore/index.d.ts +2 -2
- package/directory/deletedItems/validateProperties/index.d.ts +4 -5
- package/directory/deletedItems/validateProperties/index.d.ts.map +1 -1
- package/directory/deletedItems/validateProperties/index.js +11 -7
- package/directory/deletedItems/validateProperties/index.js.map +1 -1
- package/directory/federationConfigurations/availableProviderTypes/index.d.ts +4 -1
- package/directory/federationConfigurations/availableProviderTypes/index.d.ts.map +1 -1
- package/directory/federationConfigurations/availableProviderTypes/index.js +8 -4
- package/directory/federationConfigurations/availableProviderTypes/index.js.map +1 -1
- package/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/index.d.ts +7 -5
- package/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/index.d.ts.map +1 -1
- package/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/index.js.map +1 -1
- package/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/item/certificateAuthorities/index.d.ts +7 -5
- package/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/item/certificateAuthorities/index.d.ts.map +1 -1
- package/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/item/certificateAuthorities/index.js.map +1 -1
- package/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/item/certificateAuthorities/item/index.d.ts +9 -7
- package/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/item/certificateAuthorities/item/index.d.ts.map +1 -1
- package/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/item/certificateAuthorities/item/index.js.map +1 -1
- package/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/item/index.d.ts +10 -7
- package/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/item/index.d.ts.map +1 -1
- package/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/item/index.js.map +1 -1
- package/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/item/upload/index.d.ts +7 -7
- package/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/item/upload/index.d.ts.map +1 -1
- package/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/item/upload/index.js +9 -5
- package/directory/publicKeyInfrastructure/certificateBasedAuthConfigurations/item/upload/index.js.map +1 -1
- package/directory/publicKeyInfrastructure/index.d.ts +3 -3
- package/package.json +2 -2
- package/tsconfig.tsbuildinfo +1 -1
|
@@ -69,14 +69,17 @@ export interface DeltaRequestBuilderGetQueryParameters {
|
|
|
69
69
|
}
|
|
70
70
|
/**
|
|
71
71
|
* The deserialization information for the current model
|
|
72
|
+
* @param DeltaGetResponse The instance to deserialize into.
|
|
72
73
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
73
74
|
*/
|
|
74
75
|
export declare function deserializeIntoDeltaGetResponse(deltaGetResponse?: Partial<DeltaGetResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
75
76
|
/**
|
|
76
77
|
* Serializes information the current object
|
|
78
|
+
* @param DeltaGetResponse The instance to serialize from.
|
|
79
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
77
80
|
* @param writer Serialization writer to use to serialize this model
|
|
78
81
|
*/
|
|
79
|
-
export declare function serializeDeltaGetResponse(writer: SerializationWriter, deltaGetResponse?: Partial<DeltaGetResponse> | undefined | null): void;
|
|
82
|
+
export declare function serializeDeltaGetResponse(writer: SerializationWriter, deltaGetResponse?: Partial<DeltaGetResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
80
83
|
/**
|
|
81
84
|
* Uri template for the request builder.
|
|
82
85
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAA6J,KAAK,kBAAkB,EAAE,KAAK,yBAAyB,EAAE,MAAM,wCAAwC,CAAC;AAI5Q,OAAO,EAAE,KAAK,kBAAkB,EAAE,KAAK,QAAQ,EAAwB,KAAK,SAAS,EAAE,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,KAAK,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AAElO;;;;GAIG;AAEH,wBAAgB,4CAA4C,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,CAEpK;AACD,MAAM,WAAW,gBAAiB,SAAQ,yBAAyB,EAAE,QAAQ;IACzE;;OAEG;IACH,KAAK,CAAC,EAAE,kBAAkB,EAAE,GAAG,IAAI,CAAC;CACvC;AACD;;GAEG;AACH,MAAM,WAAW,mBAAoB,SAAQ,kBAAkB,CAAC,mBAAmB,CAAC;IAChF;;;;;OAKG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,qCAAqC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,gBAAgB,GAAG,SAAS,CAAC,CAAC;IAC7I;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,qCAAqC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACjJ;AACD;;GAEG;AACH,MAAM,WAAW,qCAAqC;IAClD;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IACnB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;CAChB;AACD
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAA6J,KAAK,kBAAkB,EAAE,KAAK,yBAAyB,EAAE,MAAM,wCAAwC,CAAC;AAI5Q,OAAO,EAAE,KAAK,kBAAkB,EAAE,KAAK,QAAQ,EAAwB,KAAK,SAAS,EAAE,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,KAAK,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AAElO;;;;GAIG;AAEH,wBAAgB,4CAA4C,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,CAEpK;AACD,MAAM,WAAW,gBAAiB,SAAQ,yBAAyB,EAAE,QAAQ;IACzE;;OAEG;IACH,KAAK,CAAC,EAAE,kBAAkB,EAAE,GAAG,IAAI,CAAC;CACvC;AACD;;GAEG;AACH,MAAM,WAAW,mBAAoB,SAAQ,kBAAkB,CAAC,mBAAmB,CAAC;IAChF;;;;;OAKG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,qCAAqC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,gBAAgB,GAAG,SAAS,CAAC,CAAC;IAC7I;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,qCAAqC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACjJ;AACD;;GAEG;AACH,MAAM,WAAW,qCAAqC;IAClD;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IACnB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;CAChB;AACD;;;;GAIG;AAEH,wBAAgB,+BAA+B,CAAC,gBAAgB,GAAE,OAAO,CAAC,gBAAgB,CAAC,GAAG,SAAc,GAAI,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAKxJ;AACD;;;;;GAKG;AAEH,wBAAgB,yBAAyB,CAAC,MAAM,EAAE,mBAAmB,EAAE,gBAAgB,GAAE,OAAO,CAAC,gBAAgB,CAAC,GAAG,SAAS,GAAG,IAAS,EAAE,wBAAwB,GAAE,OAAe,GAAI,IAAI,CAI5L;AACD;;GAEG;AACH,eAAO,MAAM,8BAA8B,kIAAkI,CAAC;AAc9K;;GAEG;AACH,eAAO,MAAM,mCAAmC,EAAE,gBAWjD,CAAC"}
|
|
@@ -16,6 +16,7 @@ export function createDeltaGetResponseFromDiscriminatorValue(parseNode) {
|
|
|
16
16
|
}
|
|
17
17
|
/**
|
|
18
18
|
* The deserialization information for the current model
|
|
19
|
+
* @param DeltaGetResponse The instance to deserialize into.
|
|
19
20
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
20
21
|
*/
|
|
21
22
|
// @ts-ignore
|
|
@@ -24,14 +25,17 @@ export function deserializeIntoDeltaGetResponse(deltaGetResponse = {}) {
|
|
|
24
25
|
}
|
|
25
26
|
/**
|
|
26
27
|
* Serializes information the current object
|
|
28
|
+
* @param DeltaGetResponse The instance to serialize from.
|
|
29
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
27
30
|
* @param writer Serialization writer to use to serialize this model
|
|
28
31
|
*/
|
|
29
32
|
// @ts-ignore
|
|
30
|
-
export function serializeDeltaGetResponse(writer, deltaGetResponse = {}) {
|
|
31
|
-
if (deltaGetResponse) {
|
|
32
|
-
|
|
33
|
-
writer.writeCollectionOfObjectValues("value", deltaGetResponse.value, serializeAdministrativeUnit);
|
|
33
|
+
export function serializeDeltaGetResponse(writer, deltaGetResponse = {}, isSerializingDerivedType = false) {
|
|
34
|
+
if (!deltaGetResponse || isSerializingDerivedType) {
|
|
35
|
+
return;
|
|
34
36
|
}
|
|
37
|
+
serializeBaseDeltaFunctionResponse(writer, deltaGetResponse, isSerializingDerivedType);
|
|
38
|
+
writer.writeCollectionOfObjectValues("value", deltaGetResponse.value, serializeAdministrativeUnit);
|
|
35
39
|
}
|
|
36
40
|
/**
|
|
37
41
|
* Uri template for the request builder.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+BAA+B;AAC/B,aAAa;AACb,OAAO,EAAE,8CAA8C,EAAE,wCAAwC,EAAE,2BAA2B,EAAE,kCAAkC,EAA2D,MAAM,wCAAwC,CAAC;AAC5Q,aAAa;AACb,OAAO,EAAE,sCAAsC,EAAmB,MAAM,oDAAoD,CAAC;AAI7H;;;;GAIG;AACH,aAAa;AACb,MAAM,UAAU,4CAA4C,CAAC,SAAgC;IACzF,OAAO,+BAA+B,CAAC;AAC3C,CAAC;AA8DD
|
|
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,8CAA8C,EAAE,wCAAwC,EAAE,2BAA2B,EAAE,kCAAkC,EAA2D,MAAM,wCAAwC,CAAC;AAC5Q,aAAa;AACb,OAAO,EAAE,sCAAsC,EAAmB,MAAM,oDAAoD,CAAC;AAI7H;;;;GAIG;AACH,aAAa;AACb,MAAM,UAAU,4CAA4C,CAAC,SAAgC;IACzF,OAAO,+BAA+B,CAAC;AAC3C,CAAC;AA8DD;;;;GAIG;AACH,aAAa;AACb,MAAM,UAAU,+BAA+B,CAAC,mBAA0D,EAAE;IACxG,uCACO,wCAAwC,CAAC,gBAAgB,CAAC,KAC7D,OAAO,EAAE,CAAC,CAAC,EAAE,GAAG,gBAAgB,CAAC,KAAK,GAAG,CAAC,CAAC,2BAA2B,CAAqB,8CAA8C,CAAC,CAAC,CAAC,CAAC,IAChJ;AACL,CAAC;AACD;;;;;GAKG;AACH,aAAa;AACb,MAAM,UAAU,yBAAyB,CAAC,MAA2B,EAAE,mBAAiE,EAAE,EAAE,2BAAoC,KAAK;IACjL,IAAI,CAAC,gBAAgB,IAAI,wBAAwB,EAAE,CAAC;QAAC,OAAO;IAAC,CAAC;IAC9D,kCAAkC,CAAC,MAAM,EAAE,gBAAgB,EAAE,wBAAwB,CAAC,CAAA;IACtF,MAAM,CAAC,6BAA6B,CAAqB,OAAO,EAAE,gBAAgB,CAAC,KAAK,EAAE,2BAA2B,CAAC,CAAC;AAC3H,CAAC;AACD;;GAEG;AACH,MAAM,CAAC,MAAM,8BAA8B,GAAG,+HAA+H,CAAC;AAC9K;;GAEG;AACH,MAAM,2CAA2C,GAA2B;IACxE,OAAO,EAAE,UAAU;IACnB,QAAQ,EAAE,WAAW;IACrB,QAAQ,EAAE,WAAW;IACrB,SAAS,EAAE,YAAY;IACvB,QAAQ,EAAE,WAAW;IACrB,QAAQ,EAAE,WAAW;IACrB,MAAM,EAAE,SAAS;IACjB,KAAK,EAAE,QAAQ;CAClB,CAAC;AACF;;GAEG;AACH,MAAM,CAAC,MAAM,mCAAmC,GAAqB;IACjE,GAAG,EAAE;QACD,WAAW,EAAE,8BAA8B;QAC3C,uBAAuB,EAAE,kBAAkB;QAC3C,aAAa,EAAE;YACX,GAAG,EAAE,sCAAmE;SAC3E;QACD,iBAAiB,EAAE,MAAM;QACzB,mBAAmB,EAAG,4CAA4C;QAClE,qBAAqB,EAAE,2CAA2C;KACrE;CACJ,CAAC;AACF,mBAAmB;AACnB,mBAAmB"}
|
|
@@ -27,7 +27,7 @@ export interface AdministrativeUnitItemRequestBuilder extends BaseRequestBuilder
|
|
|
27
27
|
*/
|
|
28
28
|
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
29
29
|
/**
|
|
30
|
-
* Retrieve the properties and relationships of an administrativeUnit object.
|
|
30
|
+
* Retrieve the properties and relationships of an administrativeUnit object. The administrativeUnit resource supports extensions, which also allows you to use the GET operation to get custom properties and extension data in an administrativeUnit instance.
|
|
31
31
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
32
32
|
* @returns {Promise<AdministrativeUnit>}
|
|
33
33
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
@@ -50,7 +50,7 @@ export interface AdministrativeUnitItemRequestBuilder extends BaseRequestBuilder
|
|
|
50
50
|
*/
|
|
51
51
|
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
52
52
|
/**
|
|
53
|
-
* Retrieve the properties and relationships of an administrativeUnit object.
|
|
53
|
+
* Retrieve the properties and relationships of an administrativeUnit object. The administrativeUnit resource supports extensions, which also allows you to use the GET operation to get custom properties and extension data in an administrativeUnit instance.
|
|
54
54
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
55
55
|
* @returns {RequestInformation}
|
|
56
56
|
*/
|
|
@@ -64,7 +64,7 @@ export interface AdministrativeUnitItemRequestBuilder extends BaseRequestBuilder
|
|
|
64
64
|
toPatchRequestInformation(body: AdministrativeUnit, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
65
65
|
}
|
|
66
66
|
/**
|
|
67
|
-
* Retrieve the properties and relationships of an administrativeUnit object.
|
|
67
|
+
* Retrieve the properties and relationships of an administrativeUnit object. The administrativeUnit resource supports extensions, which also allows you to use the GET operation to get custom properties and extension data in an administrativeUnit instance.
|
|
68
68
|
*/
|
|
69
69
|
export interface AdministrativeUnitItemRequestBuilderGetQueryParameters {
|
|
70
70
|
/**
|
|
@@ -14,19 +14,17 @@ export declare function createGetAvailableExtensionPropertiesPostRequestBodyFrom
|
|
|
14
14
|
export declare function createGetAvailableExtensionPropertiesPostResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
15
15
|
/**
|
|
16
16
|
* The deserialization information for the current model
|
|
17
|
+
* @param GetAvailableExtensionPropertiesPostRequestBody The instance to deserialize into.
|
|
17
18
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
18
19
|
*/
|
|
19
20
|
export declare function deserializeIntoGetAvailableExtensionPropertiesPostRequestBody(getAvailableExtensionPropertiesPostRequestBody?: Partial<GetAvailableExtensionPropertiesPostRequestBody> | undefined): Record<string, (node: ParseNode) => void>;
|
|
20
21
|
/**
|
|
21
22
|
* The deserialization information for the current model
|
|
23
|
+
* @param GetAvailableExtensionPropertiesPostResponse The instance to deserialize into.
|
|
22
24
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
23
25
|
*/
|
|
24
26
|
export declare function deserializeIntoGetAvailableExtensionPropertiesPostResponse(getAvailableExtensionPropertiesPostResponse?: Partial<GetAvailableExtensionPropertiesPostResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
25
27
|
export interface GetAvailableExtensionPropertiesPostRequestBody extends AdditionalDataHolder, BackedModel, Parsable {
|
|
26
|
-
/**
|
|
27
|
-
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
28
|
-
*/
|
|
29
|
-
additionalData?: Record<string, unknown>;
|
|
30
28
|
/**
|
|
31
29
|
* Stores model information.
|
|
32
30
|
*/
|
|
@@ -47,7 +45,7 @@ export interface GetAvailableExtensionPropertiesPostResponse extends BaseCollect
|
|
|
47
45
|
*/
|
|
48
46
|
export interface GetAvailableExtensionPropertiesRequestBuilder extends BaseRequestBuilder<GetAvailableExtensionPropertiesRequestBuilder> {
|
|
49
47
|
/**
|
|
50
|
-
* Return all directory extension definitions that
|
|
48
|
+
* Return all directory extension definitions that are registered in a directory, including through multitenant apps. The following entities support extension properties:
|
|
51
49
|
* @param body The request body
|
|
52
50
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
53
51
|
* @returns {Promise<GetAvailableExtensionPropertiesPostResponse>}
|
|
@@ -56,7 +54,7 @@ export interface GetAvailableExtensionPropertiesRequestBuilder extends BaseReque
|
|
|
56
54
|
*/
|
|
57
55
|
post(body: GetAvailableExtensionPropertiesPostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<GetAvailableExtensionPropertiesPostResponse | undefined>;
|
|
58
56
|
/**
|
|
59
|
-
* Return all directory extension definitions that
|
|
57
|
+
* Return all directory extension definitions that are registered in a directory, including through multitenant apps. The following entities support extension properties:
|
|
60
58
|
* @param body The request body
|
|
61
59
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
62
60
|
* @returns {RequestInformation}
|
|
@@ -65,14 +63,18 @@ export interface GetAvailableExtensionPropertiesRequestBuilder extends BaseReque
|
|
|
65
63
|
}
|
|
66
64
|
/**
|
|
67
65
|
* Serializes information the current object
|
|
66
|
+
* @param GetAvailableExtensionPropertiesPostRequestBody The instance to serialize from.
|
|
67
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
68
68
|
* @param writer Serialization writer to use to serialize this model
|
|
69
69
|
*/
|
|
70
|
-
export declare function serializeGetAvailableExtensionPropertiesPostRequestBody(writer: SerializationWriter, getAvailableExtensionPropertiesPostRequestBody?: Partial<GetAvailableExtensionPropertiesPostRequestBody> | undefined | null): void;
|
|
70
|
+
export declare function serializeGetAvailableExtensionPropertiesPostRequestBody(writer: SerializationWriter, getAvailableExtensionPropertiesPostRequestBody?: Partial<GetAvailableExtensionPropertiesPostRequestBody> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
71
71
|
/**
|
|
72
72
|
* Serializes information the current object
|
|
73
|
+
* @param GetAvailableExtensionPropertiesPostResponse The instance to serialize from.
|
|
74
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
73
75
|
* @param writer Serialization writer to use to serialize this model
|
|
74
76
|
*/
|
|
75
|
-
export declare function serializeGetAvailableExtensionPropertiesPostResponse(writer: SerializationWriter, getAvailableExtensionPropertiesPostResponse?: Partial<GetAvailableExtensionPropertiesPostResponse> | undefined | null): void;
|
|
77
|
+
export declare function serializeGetAvailableExtensionPropertiesPostResponse(writer: SerializationWriter, getAvailableExtensionPropertiesPostResponse?: Partial<GetAvailableExtensionPropertiesPostResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
76
78
|
/**
|
|
77
79
|
* Uri template for the request builder.
|
|
78
80
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAmL,KAAK,qCAAqC,EAAE,KAAK,iBAAiB,EAAE,MAAM,wCAAwC,CAAC;AAI7S,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;AAEH,wBAAgB,0EAA0E,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,CAElM;AACD;;;;GAIG;AAEH,wBAAgB,uEAAuE,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/L;AACD
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAmL,KAAK,qCAAqC,EAAE,KAAK,iBAAiB,EAAE,MAAM,wCAAwC,CAAC;AAI7S,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;AAEH,wBAAgB,0EAA0E,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,CAElM;AACD;;;;GAIG;AAEH,wBAAgB,uEAAuE,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/L;AACD;;;;GAIG;AAEH,wBAAgB,6DAA6D,CAAC,8CAA8C,GAAE,OAAO,CAAC,8CAA8C,CAAC,GAAG,SAAc,GAAI,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAKlP;AACD;;;;GAIG;AAEH,wBAAgB,0DAA0D,CAAC,2CAA2C,GAAE,OAAO,CAAC,2CAA2C,CAAC,GAAG,SAAc,GAAI,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAKzO;AACD,MAAM,WAAW,8CAA+C,SAAQ,oBAAoB,EAAE,WAAW,EAAE,QAAQ;IAC/G;;OAEG;IACH,mBAAmB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IACrC;;OAEG;IACH,sBAAsB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;CAC3C;AACD,MAAM,WAAW,2CAA4C,SAAQ,qCAAqC,EAAE,QAAQ;IAChH;;OAEG;IACH,KAAK,CAAC,EAAE,iBAAiB,EAAE,GAAG,IAAI,CAAC;CACtC;AACD;;GAEG;AACH,MAAM,WAAW,6CAA8C,SAAQ,kBAAkB,CAAC,6CAA6C,CAAC;IACpI;;;;;;;OAOG;IACF,IAAI,CAAC,IAAI,EAAE,8CAA8C,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,2CAA2C,GAAG,SAAS,CAAC,CAAC;IAChM;;;;;OAKG;IACF,wBAAwB,CAAC,IAAI,EAAE,8CAA8C,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACzK;AACD;;;;;GAKG;AAEH,wBAAgB,uDAAuD,CAAC,MAAM,EAAE,mBAAmB,EAAE,8CAA8C,GAAE,OAAO,CAAC,8CAA8C,CAAC,GAAG,SAAS,GAAG,IAAS,EAAE,wBAAwB,GAAE,OAAe,GAAI,IAAI,CAItR;AACD;;;;;GAKG;AAEH,wBAAgB,oDAAoD,CAAC,MAAM,EAAE,mBAAmB,EAAE,2CAA2C,GAAE,OAAO,CAAC,2CAA2C,CAAC,GAAG,SAAS,GAAG,IAAS,EAAE,wBAAwB,GAAE,OAAe,GAAI,IAAI,CAI7Q;AACD;;GAEG;AACH,eAAO,MAAM,wDAAwD,sEAAsE,CAAC;AAC5I;;GAEG;AACH,eAAO,MAAM,6DAA6D,EAAE,gBAa3E,CAAC"}
|
|
@@ -25,6 +25,7 @@ export function createGetAvailableExtensionPropertiesPostResponseFromDiscriminat
|
|
|
25
25
|
}
|
|
26
26
|
/**
|
|
27
27
|
* The deserialization information for the current model
|
|
28
|
+
* @param GetAvailableExtensionPropertiesPostRequestBody The instance to deserialize into.
|
|
28
29
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
29
30
|
*/
|
|
30
31
|
// @ts-ignore
|
|
@@ -36,6 +37,7 @@ export function deserializeIntoGetAvailableExtensionPropertiesPostRequestBody(ge
|
|
|
36
37
|
}
|
|
37
38
|
/**
|
|
38
39
|
* The deserialization information for the current model
|
|
40
|
+
* @param GetAvailableExtensionPropertiesPostResponse The instance to deserialize into.
|
|
39
41
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
40
42
|
*/
|
|
41
43
|
// @ts-ignore
|
|
@@ -44,25 +46,31 @@ export function deserializeIntoGetAvailableExtensionPropertiesPostResponse(getAv
|
|
|
44
46
|
}
|
|
45
47
|
/**
|
|
46
48
|
* Serializes information the current object
|
|
49
|
+
* @param GetAvailableExtensionPropertiesPostRequestBody The instance to serialize from.
|
|
50
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
47
51
|
* @param writer Serialization writer to use to serialize this model
|
|
48
52
|
*/
|
|
49
53
|
// @ts-ignore
|
|
50
|
-
export function serializeGetAvailableExtensionPropertiesPostRequestBody(writer, getAvailableExtensionPropertiesPostRequestBody = {}) {
|
|
51
|
-
if (getAvailableExtensionPropertiesPostRequestBody) {
|
|
52
|
-
|
|
53
|
-
writer.writeAdditionalData(getAvailableExtensionPropertiesPostRequestBody.additionalData);
|
|
54
|
+
export function serializeGetAvailableExtensionPropertiesPostRequestBody(writer, getAvailableExtensionPropertiesPostRequestBody = {}, isSerializingDerivedType = false) {
|
|
55
|
+
if (!getAvailableExtensionPropertiesPostRequestBody || isSerializingDerivedType) {
|
|
56
|
+
return;
|
|
54
57
|
}
|
|
58
|
+
writer.writeBooleanValue("isSyncedFromOnPremises", getAvailableExtensionPropertiesPostRequestBody.isSyncedFromOnPremises);
|
|
59
|
+
writer.writeAdditionalData(getAvailableExtensionPropertiesPostRequestBody.additionalData);
|
|
55
60
|
}
|
|
56
61
|
/**
|
|
57
62
|
* Serializes information the current object
|
|
63
|
+
* @param GetAvailableExtensionPropertiesPostResponse The instance to serialize from.
|
|
64
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
58
65
|
* @param writer Serialization writer to use to serialize this model
|
|
59
66
|
*/
|
|
60
67
|
// @ts-ignore
|
|
61
|
-
export function serializeGetAvailableExtensionPropertiesPostResponse(writer, getAvailableExtensionPropertiesPostResponse = {}) {
|
|
62
|
-
if (getAvailableExtensionPropertiesPostResponse) {
|
|
63
|
-
|
|
64
|
-
writer.writeCollectionOfObjectValues("value", getAvailableExtensionPropertiesPostResponse.value, serializeExtensionProperty);
|
|
68
|
+
export function serializeGetAvailableExtensionPropertiesPostResponse(writer, getAvailableExtensionPropertiesPostResponse = {}, isSerializingDerivedType = false) {
|
|
69
|
+
if (!getAvailableExtensionPropertiesPostResponse || isSerializingDerivedType) {
|
|
70
|
+
return;
|
|
65
71
|
}
|
|
72
|
+
serializeBaseCollectionPaginationCountResponse(writer, getAvailableExtensionPropertiesPostResponse, isSerializingDerivedType);
|
|
73
|
+
writer.writeCollectionOfObjectValues("value", getAvailableExtensionPropertiesPostResponse.value, serializeExtensionProperty);
|
|
66
74
|
}
|
|
67
75
|
/**
|
|
68
76
|
* Uri template for the request builder.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+BAA+B;AAC/B,aAAa;AACb,OAAO,EAAE,6CAA6C,EAAE,oDAAoD,EAAE,8CAA8C,EAAE,0BAA0B,EAAsE,MAAM,wCAAwC,CAAC;AAC7S,aAAa;AACb,OAAO,EAAE,sCAAsC,EAAmB,MAAM,oDAAoD,CAAC;AAI7H;;;;GAIG;AACH,aAAa;AACb,MAAM,UAAU,0EAA0E,CAAC,SAAgC;IACvH,OAAO,6DAA6D,CAAC;AACzE,CAAC;AACD;;;;GAIG;AACH,aAAa;AACb,MAAM,UAAU,uEAAuE,CAAC,SAAgC;IACpH,OAAO,0DAA0D,CAAC;AACtE,CAAC;AACD
|
|
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,6CAA6C,EAAE,oDAAoD,EAAE,8CAA8C,EAAE,0BAA0B,EAAsE,MAAM,wCAAwC,CAAC;AAC7S,aAAa;AACb,OAAO,EAAE,sCAAsC,EAAmB,MAAM,oDAAoD,CAAC;AAI7H;;;;GAIG;AACH,aAAa;AACb,MAAM,UAAU,0EAA0E,CAAC,SAAgC;IACvH,OAAO,6DAA6D,CAAC;AACzE,CAAC;AACD;;;;GAIG;AACH,aAAa;AACb,MAAM,UAAU,uEAAuE,CAAC,SAAgC;IACpH,OAAO,0DAA0D,CAAC;AACtE,CAAC;AACD;;;;GAIG;AACH,aAAa;AACb,MAAM,UAAU,6DAA6D,CAAC,iDAAsH,EAAE;IAClM,OAAO;QACH,qBAAqB,EAAE,CAAC,CAAC,EAAE,GAAG,8CAA8C,CAAC,mBAAmB,GAAG,IAAI,CAAC,CAAC,CAAC;QAC1G,wBAAwB,EAAE,CAAC,CAAC,EAAE,GAAG,8CAA8C,CAAC,sBAAsB,GAAG,CAAC,CAAC,eAAe,EAAE,CAAC,CAAC,CAAC;KAClI,CAAA;AACL,CAAC;AACD;;;;GAIG;AACH,aAAa;AACb,MAAM,UAAU,0DAA0D,CAAC,8CAAgH,EAAE;IACzL,uCACO,oDAAoD,CAAC,2CAA2C,CAAC,KACpG,OAAO,EAAE,CAAC,CAAC,EAAE,GAAG,2CAA2C,CAAC,KAAK,GAAG,CAAC,CAAC,2BAA2B,CAAoB,6CAA6C,CAAC,CAAC,CAAC,CAAC,IACzK;AACL,CAAC;AAsCD;;;;;GAKG;AACH,aAAa;AACb,MAAM,UAAU,uDAAuD,CAAC,MAA2B,EAAE,iDAA6H,EAAE,EAAE,2BAAoC,KAAK;IAC3Q,IAAI,CAAC,8CAA8C,IAAI,wBAAwB,EAAE,CAAC;QAAC,OAAO;IAAC,CAAC;IAC5F,MAAM,CAAC,iBAAiB,CAAC,wBAAwB,EAAE,8CAA8C,CAAC,sBAAsB,CAAC,CAAC;IAC1H,MAAM,CAAC,mBAAmB,CAAC,8CAA8C,CAAC,cAAc,CAAC,CAAC;AAC9F,CAAC;AACD;;;;;GAKG;AACH,aAAa;AACb,MAAM,UAAU,oDAAoD,CAAC,MAA2B,EAAE,8CAAuH,EAAE,EAAE,2BAAoC,KAAK;IAClQ,IAAI,CAAC,2CAA2C,IAAI,wBAAwB,EAAE,CAAC;QAAC,OAAO;IAAC,CAAC;IACzF,8CAA8C,CAAC,MAAM,EAAE,2CAA2C,EAAE,wBAAwB,CAAC,CAAA;IAC7H,MAAM,CAAC,6BAA6B,CAAoB,OAAO,EAAE,2CAA2C,CAAC,KAAK,EAAE,0BAA0B,CAAC,CAAC;AACpJ,CAAC;AACD;;GAEG;AACH,MAAM,CAAC,MAAM,wDAAwD,GAAG,mEAAmE,CAAC;AAC5I;;GAEG;AACH,MAAM,CAAC,MAAM,6DAA6D,GAAqB;IAC3F,IAAI,EAAE;QACF,WAAW,EAAE,wDAAwD;QACrE,uBAAuB,EAAE,kBAAkB;QAC3C,aAAa,EAAE;YACX,GAAG,EAAE,sCAAmE;SAC3E;QACD,iBAAiB,EAAE,MAAM;QACzB,mBAAmB,EAAG,uEAAuE;QAC7F,sBAAsB,EAAE,kBAAkB;QAC1C,qBAAqB,EAAE,uDAAuD;QAC9E,kCAAkC,EAAE,wBAAwB;KAC/D;CACJ,CAAC;AACF,mBAAmB;AACnB,mBAAmB"}
|
|
@@ -14,19 +14,17 @@ export declare function createGetByIdsPostRequestBodyFromDiscriminatorValue(pars
|
|
|
14
14
|
export declare function createGetByIdsPostResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
15
15
|
/**
|
|
16
16
|
* The deserialization information for the current model
|
|
17
|
+
* @param GetByIdsPostRequestBody The instance to deserialize into.
|
|
17
18
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
18
19
|
*/
|
|
19
20
|
export declare function deserializeIntoGetByIdsPostRequestBody(getByIdsPostRequestBody?: Partial<GetByIdsPostRequestBody> | undefined): Record<string, (node: ParseNode) => void>;
|
|
20
21
|
/**
|
|
21
22
|
* The deserialization information for the current model
|
|
23
|
+
* @param GetByIdsPostResponse The instance to deserialize into.
|
|
22
24
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
23
25
|
*/
|
|
24
26
|
export declare function deserializeIntoGetByIdsPostResponse(getByIdsPostResponse?: Partial<GetByIdsPostResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
25
27
|
export interface GetByIdsPostRequestBody extends AdditionalDataHolder, BackedModel, Parsable {
|
|
26
|
-
/**
|
|
27
|
-
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
28
|
-
*/
|
|
29
|
-
additionalData?: Record<string, unknown>;
|
|
30
28
|
/**
|
|
31
29
|
* Stores model information.
|
|
32
30
|
*/
|
|
@@ -69,14 +67,18 @@ export interface GetByIdsRequestBuilder extends BaseRequestBuilder<GetByIdsReque
|
|
|
69
67
|
}
|
|
70
68
|
/**
|
|
71
69
|
* Serializes information the current object
|
|
70
|
+
* @param GetByIdsPostRequestBody The instance to serialize from.
|
|
71
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
72
72
|
* @param writer Serialization writer to use to serialize this model
|
|
73
73
|
*/
|
|
74
|
-
export declare function serializeGetByIdsPostRequestBody(writer: SerializationWriter, getByIdsPostRequestBody?: Partial<GetByIdsPostRequestBody> | undefined | null): void;
|
|
74
|
+
export declare function serializeGetByIdsPostRequestBody(writer: SerializationWriter, getByIdsPostRequestBody?: Partial<GetByIdsPostRequestBody> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
75
75
|
/**
|
|
76
76
|
* Serializes information the current object
|
|
77
|
+
* @param GetByIdsPostResponse The instance to serialize from.
|
|
78
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
77
79
|
* @param writer Serialization writer to use to serialize this model
|
|
78
80
|
*/
|
|
79
|
-
export declare function serializeGetByIdsPostResponse(writer: SerializationWriter, getByIdsPostResponse?: Partial<GetByIdsPostResponse> | undefined | null): void;
|
|
81
|
+
export declare function serializeGetByIdsPostResponse(writer: SerializationWriter, getByIdsPostResponse?: Partial<GetByIdsPostResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
80
82
|
/**
|
|
81
83
|
* Uri template for the request builder.
|
|
82
84
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAA+K,KAAK,qCAAqC,EAAE,KAAK,eAAe,EAAE,MAAM,wCAAwC,CAAC;AAIvS,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;AAEH,wBAAgB,mDAAmD,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,CAE3K;AACD;;;;GAIG;AAEH,wBAAgB,gDAAgD,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,CAExK;AACD
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAA+K,KAAK,qCAAqC,EAAE,KAAK,eAAe,EAAE,MAAM,wCAAwC,CAAC;AAIvS,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;AAEH,wBAAgB,mDAAmD,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,CAE3K;AACD;;;;GAIG;AAEH,wBAAgB,gDAAgD,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,CAExK;AACD;;;;GAIG;AAEH,wBAAgB,sCAAsC,CAAC,uBAAuB,GAAE,OAAO,CAAC,uBAAuB,CAAC,GAAG,SAAc,GAAI,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAM7K;AACD;;;;GAIG;AAEH,wBAAgB,mCAAmC,CAAC,oBAAoB,GAAE,OAAO,CAAC,oBAAoB,CAAC,GAAG,SAAc,GAAI,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAKpK;AACD,MAAM,WAAW,uBAAwB,SAAQ,oBAAoB,EAAE,WAAW,EAAE,QAAQ;IACxF;;OAEG;IACH,mBAAmB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IACrC;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,EAAE,GAAG,IAAI,CAAC;IACtB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,EAAE,GAAG,IAAI,CAAC;CAC3B;AACD,MAAM,WAAW,oBAAqB,SAAQ,qCAAqC,EAAE,QAAQ;IACzF;;OAEG;IACH,KAAK,CAAC,EAAE,eAAe,EAAE,GAAG,IAAI,CAAC;CACpC;AACD;;GAEG;AACH,MAAM,WAAW,sBAAuB,SAAQ,kBAAkB,CAAC,sBAAsB,CAAC;IACtF;;;;;;;OAOG;IACF,IAAI,CAAC,IAAI,EAAE,uBAAuB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,oBAAoB,GAAG,SAAS,CAAC,CAAC;IAClJ;;;;;OAKG;IACF,wBAAwB,CAAC,IAAI,EAAE,uBAAuB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAClJ;AACD;;;;;GAKG;AAEH,wBAAgB,gCAAgC,CAAC,MAAM,EAAE,mBAAmB,EAAE,uBAAuB,GAAE,OAAO,CAAC,uBAAuB,CAAC,GAAG,SAAS,GAAG,IAAS,EAAE,wBAAwB,GAAE,OAAe,GAAI,IAAI,CAKjN;AACD;;;;;GAKG;AAEH,wBAAgB,6BAA6B,CAAC,MAAM,EAAE,mBAAmB,EAAE,oBAAoB,GAAE,OAAO,CAAC,oBAAoB,CAAC,GAAG,SAAS,GAAG,IAAS,EAAE,wBAAwB,GAAE,OAAe,GAAI,IAAI,CAIxM;AACD;;GAEG;AACH,eAAO,MAAM,iCAAiC,+CAA+C,CAAC;AAC9F;;GAEG;AACH,eAAO,MAAM,sCAAsC,EAAE,gBAapD,CAAC"}
|
|
@@ -25,6 +25,7 @@ export function createGetByIdsPostResponseFromDiscriminatorValue(parseNode) {
|
|
|
25
25
|
}
|
|
26
26
|
/**
|
|
27
27
|
* The deserialization information for the current model
|
|
28
|
+
* @param GetByIdsPostRequestBody The instance to deserialize into.
|
|
28
29
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
29
30
|
*/
|
|
30
31
|
// @ts-ignore
|
|
@@ -37,6 +38,7 @@ export function deserializeIntoGetByIdsPostRequestBody(getByIdsPostRequestBody =
|
|
|
37
38
|
}
|
|
38
39
|
/**
|
|
39
40
|
* The deserialization information for the current model
|
|
41
|
+
* @param GetByIdsPostResponse The instance to deserialize into.
|
|
40
42
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
41
43
|
*/
|
|
42
44
|
// @ts-ignore
|
|
@@ -45,26 +47,32 @@ export function deserializeIntoGetByIdsPostResponse(getByIdsPostResponse = {}) {
|
|
|
45
47
|
}
|
|
46
48
|
/**
|
|
47
49
|
* Serializes information the current object
|
|
50
|
+
* @param GetByIdsPostRequestBody The instance to serialize from.
|
|
51
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
48
52
|
* @param writer Serialization writer to use to serialize this model
|
|
49
53
|
*/
|
|
50
54
|
// @ts-ignore
|
|
51
|
-
export function serializeGetByIdsPostRequestBody(writer, getByIdsPostRequestBody = {}) {
|
|
52
|
-
if (getByIdsPostRequestBody) {
|
|
53
|
-
|
|
54
|
-
writer.writeCollectionOfPrimitiveValues("types", getByIdsPostRequestBody.types);
|
|
55
|
-
writer.writeAdditionalData(getByIdsPostRequestBody.additionalData);
|
|
55
|
+
export function serializeGetByIdsPostRequestBody(writer, getByIdsPostRequestBody = {}, isSerializingDerivedType = false) {
|
|
56
|
+
if (!getByIdsPostRequestBody || isSerializingDerivedType) {
|
|
57
|
+
return;
|
|
56
58
|
}
|
|
59
|
+
writer.writeCollectionOfPrimitiveValues("ids", getByIdsPostRequestBody.ids);
|
|
60
|
+
writer.writeCollectionOfPrimitiveValues("types", getByIdsPostRequestBody.types);
|
|
61
|
+
writer.writeAdditionalData(getByIdsPostRequestBody.additionalData);
|
|
57
62
|
}
|
|
58
63
|
/**
|
|
59
64
|
* Serializes information the current object
|
|
65
|
+
* @param GetByIdsPostResponse The instance to serialize from.
|
|
66
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
60
67
|
* @param writer Serialization writer to use to serialize this model
|
|
61
68
|
*/
|
|
62
69
|
// @ts-ignore
|
|
63
|
-
export function serializeGetByIdsPostResponse(writer, getByIdsPostResponse = {}) {
|
|
64
|
-
if (getByIdsPostResponse) {
|
|
65
|
-
|
|
66
|
-
writer.writeCollectionOfObjectValues("value", getByIdsPostResponse.value, serializeDirectoryObject);
|
|
70
|
+
export function serializeGetByIdsPostResponse(writer, getByIdsPostResponse = {}, isSerializingDerivedType = false) {
|
|
71
|
+
if (!getByIdsPostResponse || isSerializingDerivedType) {
|
|
72
|
+
return;
|
|
67
73
|
}
|
|
74
|
+
serializeBaseCollectionPaginationCountResponse(writer, getByIdsPostResponse, isSerializingDerivedType);
|
|
75
|
+
writer.writeCollectionOfObjectValues("value", getByIdsPostResponse.value, serializeDirectoryObject);
|
|
68
76
|
}
|
|
69
77
|
/**
|
|
70
78
|
* Uri template for the request builder.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+BAA+B;AAC/B,aAAa;AACb,OAAO,EAAE,2CAA2C,EAAE,oDAAoD,EAAE,8CAA8C,EAAE,wBAAwB,EAAoE,MAAM,wCAAwC,CAAC;AACvS,aAAa;AACb,OAAO,EAAE,sCAAsC,EAAmB,MAAM,oDAAoD,CAAC;AAI7H;;;;GAIG;AACH,aAAa;AACb,MAAM,UAAU,mDAAmD,CAAC,SAAgC;IAChG,OAAO,sCAAsC,CAAC;AAClD,CAAC;AACD;;;;GAIG;AACH,aAAa;AACb,MAAM,UAAU,gDAAgD,CAAC,SAAgC;IAC7F,OAAO,mCAAmC,CAAC;AAC/C,CAAC;AACD
|
|
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,2CAA2C,EAAE,oDAAoD,EAAE,8CAA8C,EAAE,wBAAwB,EAAoE,MAAM,wCAAwC,CAAC;AACvS,aAAa;AACb,OAAO,EAAE,sCAAsC,EAAmB,MAAM,oDAAoD,CAAC;AAI7H;;;;GAIG;AACH,aAAa;AACb,MAAM,UAAU,mDAAmD,CAAC,SAAgC;IAChG,OAAO,sCAAsC,CAAC;AAClD,CAAC;AACD;;;;GAIG;AACH,aAAa;AACb,MAAM,UAAU,gDAAgD,CAAC,SAAgC;IAC7F,OAAO,mCAAmC,CAAC;AAC/C,CAAC;AACD;;;;GAIG;AACH,aAAa;AACb,MAAM,UAAU,sCAAsC,CAAC,0BAAwE,EAAE;IAC7H,OAAO;QACH,qBAAqB,EAAE,CAAC,CAAC,EAAE,GAAG,uBAAuB,CAAC,mBAAmB,GAAG,IAAI,CAAC,CAAC,CAAC;QACnF,KAAK,EAAE,CAAC,CAAC,EAAE,GAAG,uBAAuB,CAAC,GAAG,GAAG,CAAC,CAAC,8BAA8B,EAAU,CAAC,CAAC,CAAC;QACzF,OAAO,EAAE,CAAC,CAAC,EAAE,GAAG,uBAAuB,CAAC,KAAK,GAAG,CAAC,CAAC,8BAA8B,EAAU,CAAC,CAAC,CAAC;KAChG,CAAA;AACL,CAAC;AACD;;;;GAIG;AACH,aAAa;AACb,MAAM,UAAU,mCAAmC,CAAC,uBAAkE,EAAE;IACpH,uCACO,oDAAoD,CAAC,oBAAoB,CAAC,KAC7E,OAAO,EAAE,CAAC,CAAC,EAAE,GAAG,oBAAoB,CAAC,KAAK,GAAG,CAAC,CAAC,2BAA2B,CAAkB,2CAA2C,CAAC,CAAC,CAAC,CAAC,IAC9I;AACL,CAAC;AA0CD;;;;;GAKG;AACH,aAAa;AACb,MAAM,UAAU,gCAAgC,CAAC,MAA2B,EAAE,0BAA+E,EAAE,EAAE,2BAAoC,KAAK;IACtM,IAAI,CAAC,uBAAuB,IAAI,wBAAwB,EAAE,CAAC;QAAC,OAAO;IAAC,CAAC;IACrE,MAAM,CAAC,gCAAgC,CAAS,KAAK,EAAE,uBAAuB,CAAC,GAAG,CAAC,CAAC;IACpF,MAAM,CAAC,gCAAgC,CAAS,OAAO,EAAE,uBAAuB,CAAC,KAAK,CAAC,CAAC;IACxF,MAAM,CAAC,mBAAmB,CAAC,uBAAuB,CAAC,cAAc,CAAC,CAAC;AACvE,CAAC;AACD;;;;;GAKG;AACH,aAAa;AACb,MAAM,UAAU,6BAA6B,CAAC,MAA2B,EAAE,uBAAyE,EAAE,EAAE,2BAAoC,KAAK;IAC7L,IAAI,CAAC,oBAAoB,IAAI,wBAAwB,EAAE,CAAC;QAAC,OAAO;IAAC,CAAC;IAClE,8CAA8C,CAAC,MAAM,EAAE,oBAAoB,EAAE,wBAAwB,CAAC,CAAA;IACtG,MAAM,CAAC,6BAA6B,CAAkB,OAAO,EAAE,oBAAoB,CAAC,KAAK,EAAE,wBAAwB,CAAC,CAAC;AACzH,CAAC;AACD;;GAEG;AACH,MAAM,CAAC,MAAM,iCAAiC,GAAG,4CAA4C,CAAC;AAC9F;;GAEG;AACH,MAAM,CAAC,MAAM,sCAAsC,GAAqB;IACpE,IAAI,EAAE;QACF,WAAW,EAAE,iCAAiC;QAC9C,uBAAuB,EAAE,kBAAkB;QAC3C,aAAa,EAAE;YACX,GAAG,EAAE,sCAAmE;SAC3E;QACD,iBAAiB,EAAE,MAAM;QACzB,mBAAmB,EAAG,gDAAgD;QACtE,sBAAsB,EAAE,kBAAkB;QAC1C,qBAAqB,EAAE,gCAAgC;QACvD,kCAAkC,EAAE,wBAAwB;KAC/D;CACJ,CAAC;AACF,mBAAmB;AACnB,mBAAmB"}
|
|
@@ -10,7 +10,7 @@ export interface GraphGroupRequestBuilder extends BaseRequestBuilder<GraphGroupR
|
|
|
10
10
|
*/
|
|
11
11
|
get count(): CountRequestBuilder;
|
|
12
12
|
/**
|
|
13
|
-
* Retrieve a list of recently deleted directory objects. Currently, deleted items functionality is only supported for the application, servicePrincipal, group, administrative unit, and user resources.
|
|
13
|
+
* Retrieve a list of recently deleted directory objects. Currently, deleted items functionality is only supported for the application, servicePrincipal, group, administrative unit, and user resources. Retrieve a list of recently deleted directory objects from deleted items. The following types are supported:- administrativeUnit- application- certificateBasedAuthPki- certificateAuthorityDetail- group- servicePrincipal- user
|
|
14
14
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
15
15
|
* @returns {Promise<GroupCollectionResponse>}
|
|
16
16
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
@@ -18,14 +18,14 @@ export interface GraphGroupRequestBuilder extends BaseRequestBuilder<GraphGroupR
|
|
|
18
18
|
*/
|
|
19
19
|
get(requestConfiguration?: RequestConfiguration<GraphGroupRequestBuilderGetQueryParameters> | undefined): Promise<GroupCollectionResponse | undefined>;
|
|
20
20
|
/**
|
|
21
|
-
* Retrieve a list of recently deleted directory objects. Currently, deleted items functionality is only supported for the application, servicePrincipal, group, administrative unit, and user resources.
|
|
21
|
+
* Retrieve a list of recently deleted directory objects. Currently, deleted items functionality is only supported for the application, servicePrincipal, group, administrative unit, and user resources. Retrieve a list of recently deleted directory objects from deleted items. The following types are supported:- administrativeUnit- application- certificateBasedAuthPki- certificateAuthorityDetail- group- servicePrincipal- user
|
|
22
22
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
23
23
|
* @returns {RequestInformation}
|
|
24
24
|
*/
|
|
25
25
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<GraphGroupRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
26
26
|
}
|
|
27
27
|
/**
|
|
28
|
-
* Retrieve a list of recently deleted directory objects. Currently, deleted items functionality is only supported for the application, servicePrincipal, group, administrative unit, and user resources.
|
|
28
|
+
* Retrieve a list of recently deleted directory objects. Currently, deleted items functionality is only supported for the application, servicePrincipal, group, administrative unit, and user resources. Retrieve a list of recently deleted directory objects from deleted items. The following types are supported:- administrativeUnit- application- certificateBasedAuthPki- certificateAuthorityDetail- group- servicePrincipal- user
|
|
29
29
|
*/
|
|
30
30
|
export interface GraphGroupRequestBuilderGetQueryParameters {
|
|
31
31
|
/**
|
|
@@ -62,21 +62,21 @@ export interface DeletedItemsRequestBuilder extends BaseRequestBuilder<DeletedIt
|
|
|
62
62
|
*/
|
|
63
63
|
byDirectoryObjectId(directoryObjectId: string): DirectoryObjectItemRequestBuilder;
|
|
64
64
|
/**
|
|
65
|
-
* Retrieve the properties of a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items.
|
|
65
|
+
* Retrieve the properties of a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. Retrieve the properties of a recently deleted directory object from deleted items. The following types are supported:- administrativeUnit- application- certificateBasedAuthPki- certificateAuthorityDetail- group- servicePrincipal- user
|
|
66
66
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
67
67
|
* @returns {Promise<DirectoryObjectCollectionResponse>}
|
|
68
68
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
69
69
|
*/
|
|
70
70
|
get(requestConfiguration?: RequestConfiguration<DeletedItemsRequestBuilderGetQueryParameters> | undefined): Promise<DirectoryObjectCollectionResponse | undefined>;
|
|
71
71
|
/**
|
|
72
|
-
* Retrieve the properties of a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items.
|
|
72
|
+
* Retrieve the properties of a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. Retrieve the properties of a recently deleted directory object from deleted items. The following types are supported:- administrativeUnit- application- certificateBasedAuthPki- certificateAuthorityDetail- group- servicePrincipal- user
|
|
73
73
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
74
74
|
* @returns {RequestInformation}
|
|
75
75
|
*/
|
|
76
76
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<DeletedItemsRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
77
77
|
}
|
|
78
78
|
/**
|
|
79
|
-
* Retrieve the properties of a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items.
|
|
79
|
+
* Retrieve the properties of a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. Retrieve the properties of a recently deleted directory object from deleted items. The following types are supported:- administrativeUnit- application- certificateBasedAuthPki- certificateAuthorityDetail- group- servicePrincipal- user
|
|
80
80
|
*/
|
|
81
81
|
export interface DeletedItemsRequestBuilderGetQueryParameters {
|
|
82
82
|
/**
|
|
@@ -1,10 +1,6 @@
|
|
|
1
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 CheckMemberGroupsPostRequestBody extends AdditionalDataHolder, BackedModel, Parsable {
|
|
4
|
-
/**
|
|
5
|
-
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
6
|
-
*/
|
|
7
|
-
additionalData?: Record<string, unknown>;
|
|
8
4
|
/**
|
|
9
5
|
* Stores model information.
|
|
10
6
|
*/
|
|
@@ -55,24 +51,30 @@ export declare function createCheckMemberGroupsPostRequestBodyFromDiscriminatorV
|
|
|
55
51
|
export declare function createCheckMemberGroupsPostResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
56
52
|
/**
|
|
57
53
|
* The deserialization information for the current model
|
|
54
|
+
* @param CheckMemberGroupsPostRequestBody The instance to deserialize into.
|
|
58
55
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
59
56
|
*/
|
|
60
57
|
export declare function deserializeIntoCheckMemberGroupsPostRequestBody(checkMemberGroupsPostRequestBody?: Partial<CheckMemberGroupsPostRequestBody> | undefined): Record<string, (node: ParseNode) => void>;
|
|
61
58
|
/**
|
|
62
59
|
* The deserialization information for the current model
|
|
60
|
+
* @param CheckMemberGroupsPostResponse The instance to deserialize into.
|
|
63
61
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
64
62
|
*/
|
|
65
63
|
export declare function deserializeIntoCheckMemberGroupsPostResponse(checkMemberGroupsPostResponse?: Partial<CheckMemberGroupsPostResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
66
64
|
/**
|
|
67
65
|
* Serializes information the current object
|
|
66
|
+
* @param CheckMemberGroupsPostRequestBody The instance to serialize from.
|
|
67
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
68
68
|
* @param writer Serialization writer to use to serialize this model
|
|
69
69
|
*/
|
|
70
|
-
export declare function serializeCheckMemberGroupsPostRequestBody(writer: SerializationWriter, checkMemberGroupsPostRequestBody?: Partial<CheckMemberGroupsPostRequestBody> | undefined | null): void;
|
|
70
|
+
export declare function serializeCheckMemberGroupsPostRequestBody(writer: SerializationWriter, checkMemberGroupsPostRequestBody?: Partial<CheckMemberGroupsPostRequestBody> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
71
71
|
/**
|
|
72
72
|
* Serializes information the current object
|
|
73
|
+
* @param CheckMemberGroupsPostResponse The instance to serialize from.
|
|
74
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
73
75
|
* @param writer Serialization writer to use to serialize this model
|
|
74
76
|
*/
|
|
75
|
-
export declare function serializeCheckMemberGroupsPostResponse(writer: SerializationWriter, checkMemberGroupsPostResponse?: Partial<CheckMemberGroupsPostResponse> | undefined | null): void;
|
|
77
|
+
export declare function serializeCheckMemberGroupsPostResponse(writer: SerializationWriter, checkMemberGroupsPostResponse?: Partial<CheckMemberGroupsPostResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
76
78
|
/**
|
|
77
79
|
* Uri template for the request builder.
|
|
78
80
|
*/
|
|
@@ -1 +1 @@
|
|
|
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,gCAAiC,SAAQ,oBAAoB,EAAE,WAAW,EAAE,QAAQ;IACjG;;OAEG;IACH,
|
|
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,gCAAiC,SAAQ,oBAAoB,EAAE,WAAW,EAAE,QAAQ;IACjG;;OAEG;IACH,mBAAmB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IACrC;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,EAAE,GAAG,IAAI,CAAC;CAC9B;AACD,MAAM,WAAW,6BAA8B,SAAQ,qCAAqC,EAAE,QAAQ;IAClG;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,EAAE,GAAG,IAAI,CAAC;CAC3B;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;AAEH,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;AAEH,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;;;;GAIG;AAEH,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;;;;GAIG;AAEH,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;;;;;GAKG;AAEH,wBAAgB,yCAAyC,CAAC,MAAM,EAAE,mBAAmB,EAAE,gCAAgC,GAAE,OAAO,CAAC,gCAAgC,CAAC,GAAG,SAAS,GAAG,IAAS,EAAE,wBAAwB,GAAE,OAAe,GAAI,IAAI,CAI5O;AACD;;;;;GAKG;AAEH,wBAAgB,sCAAsC,CAAC,MAAM,EAAE,mBAAmB,EAAE,6BAA6B,GAAE,OAAO,CAAC,6BAA6B,CAAC,GAAG,SAAS,GAAG,IAAS,EAAE,wBAAwB,GAAE,OAAe,GAAI,IAAI,CAInO;AACD;;GAEG;AACH,eAAO,MAAM,0CAA0C,+EAA+E,CAAC;AACvI;;GAEG;AACH,eAAO,MAAM,+CAA+C,EAAE,gBAa7D,CAAC"}
|
|
@@ -25,6 +25,7 @@ export function createCheckMemberGroupsPostResponseFromDiscriminatorValue(parseN
|
|
|
25
25
|
}
|
|
26
26
|
/**
|
|
27
27
|
* The deserialization information for the current model
|
|
28
|
+
* @param CheckMemberGroupsPostRequestBody The instance to deserialize into.
|
|
28
29
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
29
30
|
*/
|
|
30
31
|
// @ts-ignore
|
|
@@ -36,6 +37,7 @@ export function deserializeIntoCheckMemberGroupsPostRequestBody(checkMemberGroup
|
|
|
36
37
|
}
|
|
37
38
|
/**
|
|
38
39
|
* The deserialization information for the current model
|
|
40
|
+
* @param CheckMemberGroupsPostResponse The instance to deserialize into.
|
|
39
41
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
40
42
|
*/
|
|
41
43
|
// @ts-ignore
|
|
@@ -44,25 +46,31 @@ export function deserializeIntoCheckMemberGroupsPostResponse(checkMemberGroupsPo
|
|
|
44
46
|
}
|
|
45
47
|
/**
|
|
46
48
|
* Serializes information the current object
|
|
49
|
+
* @param CheckMemberGroupsPostRequestBody The instance to serialize from.
|
|
50
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
47
51
|
* @param writer Serialization writer to use to serialize this model
|
|
48
52
|
*/
|
|
49
53
|
// @ts-ignore
|
|
50
|
-
export function serializeCheckMemberGroupsPostRequestBody(writer, checkMemberGroupsPostRequestBody = {}) {
|
|
51
|
-
if (checkMemberGroupsPostRequestBody) {
|
|
52
|
-
|
|
53
|
-
writer.writeAdditionalData(checkMemberGroupsPostRequestBody.additionalData);
|
|
54
|
+
export function serializeCheckMemberGroupsPostRequestBody(writer, checkMemberGroupsPostRequestBody = {}, isSerializingDerivedType = false) {
|
|
55
|
+
if (!checkMemberGroupsPostRequestBody || isSerializingDerivedType) {
|
|
56
|
+
return;
|
|
54
57
|
}
|
|
58
|
+
writer.writeCollectionOfPrimitiveValues("groupIds", checkMemberGroupsPostRequestBody.groupIds);
|
|
59
|
+
writer.writeAdditionalData(checkMemberGroupsPostRequestBody.additionalData);
|
|
55
60
|
}
|
|
56
61
|
/**
|
|
57
62
|
* Serializes information the current object
|
|
63
|
+
* @param CheckMemberGroupsPostResponse The instance to serialize from.
|
|
64
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
58
65
|
* @param writer Serialization writer to use to serialize this model
|
|
59
66
|
*/
|
|
60
67
|
// @ts-ignore
|
|
61
|
-
export function serializeCheckMemberGroupsPostResponse(writer, checkMemberGroupsPostResponse = {}) {
|
|
62
|
-
if (checkMemberGroupsPostResponse) {
|
|
63
|
-
|
|
64
|
-
writer.writeCollectionOfPrimitiveValues("value", checkMemberGroupsPostResponse.value);
|
|
68
|
+
export function serializeCheckMemberGroupsPostResponse(writer, checkMemberGroupsPostResponse = {}, isSerializingDerivedType = false) {
|
|
69
|
+
if (!checkMemberGroupsPostResponse || isSerializingDerivedType) {
|
|
70
|
+
return;
|
|
65
71
|
}
|
|
72
|
+
serializeBaseCollectionPaginationCountResponse(writer, checkMemberGroupsPostResponse, isSerializingDerivedType);
|
|
73
|
+
writer.writeCollectionOfPrimitiveValues("value", checkMemberGroupsPostResponse.value);
|
|
66
74
|
}
|
|
67
75
|
/**
|
|
68
76
|
* Uri template for the request builder.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+BAA+B;AAC/B,aAAa;AACb,OAAO,EAAE,oDAAoD,EAAE,8CAA8C,EAA8C,MAAM,wCAAwC,CAAC;AAC1M,aAAa;AACb,OAAO,EAAE,sCAAsC,EAAmB,MAAM,oDAAoD,CAAC;
|
|
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;AAyC7H;;;;GAIG;AACH,aAAa;AACb,MAAM,UAAU,4DAA4D,CAAC,SAAgC;IACzG,OAAO,+CAA+C,CAAC;AAC3D,CAAC;AACD;;;;GAIG;AACH,aAAa;AACb,MAAM,UAAU,yDAAyD,CAAC,SAAgC;IACtG,OAAO,4CAA4C,CAAC;AACxD,CAAC;AACD;;;;GAIG;AACH,aAAa;AACb,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;;;;GAIG;AACH,aAAa;AACb,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;;;;;GAKG;AACH,aAAa;AACb,MAAM,UAAU,yCAAyC,CAAC,MAA2B,EAAE,mCAAiG,EAAE,EAAE,2BAAoC,KAAK;IACjO,IAAI,CAAC,gCAAgC,IAAI,wBAAwB,EAAE,CAAC;QAAC,OAAO;IAAC,CAAC;IAC9E,MAAM,CAAC,gCAAgC,CAAS,UAAU,EAAE,gCAAgC,CAAC,QAAQ,CAAC,CAAC;IACvG,MAAM,CAAC,mBAAmB,CAAC,gCAAgC,CAAC,cAAc,CAAC,CAAC;AAChF,CAAC;AACD;;;;;GAKG;AACH,aAAa;AACb,MAAM,UAAU,sCAAsC,CAAC,MAA2B,EAAE,gCAA2F,EAAE,EAAE,2BAAoC,KAAK;IACxN,IAAI,CAAC,6BAA6B,IAAI,wBAAwB,EAAE,CAAC;QAAC,OAAO;IAAC,CAAC;IAC3E,8CAA8C,CAAC,MAAM,EAAE,6BAA6B,EAAE,wBAAwB,CAAC,CAAA;IAC/G,MAAM,CAAC,gCAAgC,CAAS,OAAO,EAAE,6BAA6B,CAAC,KAAK,CAAC,CAAC;AAClG,CAAC;AACD;;GAEG;AACH,MAAM,CAAC,MAAM,0CAA0C,GAAG,4EAA4E,CAAC;AACvI;;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,10 +1,6 @@
|
|
|
1
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
|
-
/**
|
|
5
|
-
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
6
|
-
*/
|
|
7
|
-
additionalData?: Record<string, unknown>;
|
|
8
4
|
/**
|
|
9
5
|
* Stores model information.
|
|
10
6
|
*/
|
|
@@ -54,24 +50,30 @@ export declare function createCheckMemberObjectsPostRequestBodyFromDiscriminator
|
|
|
54
50
|
export declare function createCheckMemberObjectsPostResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
55
51
|
/**
|
|
56
52
|
* The deserialization information for the current model
|
|
53
|
+
* @param CheckMemberObjectsPostRequestBody The instance to deserialize into.
|
|
57
54
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
58
55
|
*/
|
|
59
56
|
export declare function deserializeIntoCheckMemberObjectsPostRequestBody(checkMemberObjectsPostRequestBody?: Partial<CheckMemberObjectsPostRequestBody> | undefined): Record<string, (node: ParseNode) => void>;
|
|
60
57
|
/**
|
|
61
58
|
* The deserialization information for the current model
|
|
59
|
+
* @param CheckMemberObjectsPostResponse The instance to deserialize into.
|
|
62
60
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
63
61
|
*/
|
|
64
62
|
export declare function deserializeIntoCheckMemberObjectsPostResponse(checkMemberObjectsPostResponse?: Partial<CheckMemberObjectsPostResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
65
63
|
/**
|
|
66
64
|
* Serializes information the current object
|
|
65
|
+
* @param CheckMemberObjectsPostRequestBody The instance to serialize from.
|
|
66
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
67
67
|
* @param writer Serialization writer to use to serialize this model
|
|
68
68
|
*/
|
|
69
|
-
export declare function serializeCheckMemberObjectsPostRequestBody(writer: SerializationWriter, checkMemberObjectsPostRequestBody?: Partial<CheckMemberObjectsPostRequestBody> | undefined | null): void;
|
|
69
|
+
export declare function serializeCheckMemberObjectsPostRequestBody(writer: SerializationWriter, checkMemberObjectsPostRequestBody?: Partial<CheckMemberObjectsPostRequestBody> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
70
70
|
/**
|
|
71
71
|
* Serializes information the current object
|
|
72
|
+
* @param CheckMemberObjectsPostResponse The instance to serialize from.
|
|
73
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
72
74
|
* @param writer Serialization writer to use to serialize this model
|
|
73
75
|
*/
|
|
74
|
-
export declare function serializeCheckMemberObjectsPostResponse(writer: SerializationWriter, checkMemberObjectsPostResponse?: Partial<CheckMemberObjectsPostResponse> | undefined | null): void;
|
|
76
|
+
export declare function serializeCheckMemberObjectsPostResponse(writer: SerializationWriter, checkMemberObjectsPostResponse?: Partial<CheckMemberObjectsPostResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
75
77
|
/**
|
|
76
78
|
* Uri template for the request builder.
|
|
77
79
|
*/
|
|
@@ -1 +1 @@
|
|
|
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,
|
|
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,mBAAmB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IACrC;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,EAAE,GAAG,IAAI,CAAC;CACzB;AACD,MAAM,WAAW,8BAA+B,SAAQ,qCAAqC,EAAE,QAAQ;IACnG;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,EAAE,GAAG,IAAI,CAAC;CAC3B;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;AAEH,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;AAEH,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;AAEH,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;;;;GAIG;AAEH,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;;;;;GAKG;AAEH,wBAAgB,0CAA0C,CAAC,MAAM,EAAE,mBAAmB,EAAE,iCAAiC,GAAE,OAAO,CAAC,iCAAiC,CAAC,GAAG,SAAS,GAAG,IAAS,EAAE,wBAAwB,GAAE,OAAe,GAAI,IAAI,CAI/O;AACD;;;;;GAKG;AAEH,wBAAgB,uCAAuC,CAAC,MAAM,EAAE,mBAAmB,EAAE,8BAA8B,GAAE,OAAO,CAAC,8BAA8B,CAAC,GAAG,SAAS,GAAG,IAAS,EAAE,wBAAwB,GAAE,OAAe,GAAI,IAAI,CAItO;AACD;;GAEG;AACH,eAAO,MAAM,2CAA2C,gFAAgF,CAAC;AACzI;;GAEG;AACH,eAAO,MAAM,gDAAgD,EAAE,gBAa9D,CAAC"}
|