@microsoft/msgraph-sdk-admin 1.0.0-preview.77 → 1.0.0-preview.80
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/admin/exchange/index.d.ts +78 -0
- package/admin/exchange/index.d.ts.map +1 -0
- package/admin/exchange/index.js +67 -0
- package/admin/exchange/index.js.map +1 -0
- package/admin/exchange/tracing/index.d.ts +78 -0
- package/admin/exchange/tracing/index.d.ts.map +1 -0
- package/admin/exchange/tracing/index.js +67 -0
- package/admin/exchange/tracing/index.js.map +1 -0
- package/admin/exchange/tracing/messageTraces/count/index.d.ts +41 -0
- package/admin/exchange/tracing/messageTraces/count/index.d.ts.map +1 -0
- package/admin/exchange/tracing/messageTraces/count/index.js +34 -0
- package/admin/exchange/tracing/messageTraces/count/index.js.map +1 -0
- package/admin/exchange/tracing/messageTraces/index.d.ts +98 -0
- package/admin/exchange/tracing/messageTraces/index.d.ts.map +1 -0
- package/admin/exchange/tracing/messageTraces/index.js +71 -0
- package/admin/exchange/tracing/messageTraces/index.js.map +1 -0
- package/admin/exchange/tracing/messageTraces/item/getDetailsByRecipientWithRecipientAddress/index.d.ts +91 -0
- package/admin/exchange/tracing/messageTraces/item/getDetailsByRecipientWithRecipientAddress/index.d.ts.map +1 -0
- package/admin/exchange/tracing/messageTraces/item/getDetailsByRecipientWithRecipientAddress/index.js +74 -0
- package/admin/exchange/tracing/messageTraces/item/getDetailsByRecipientWithRecipientAddress/index.js.map +1 -0
- package/admin/exchange/tracing/messageTraces/item/index.d.ts +80 -0
- package/admin/exchange/tracing/messageTraces/item/index.d.ts.map +1 -0
- package/admin/exchange/tracing/messageTraces/item/index.js +67 -0
- package/admin/exchange/tracing/messageTraces/item/index.js.map +1 -0
- package/admin/index.d.ts +5 -0
- package/admin/index.d.ts.map +1 -1
- package/admin/index.js +6 -0
- package/admin/index.js.map +1 -1
- package/admin/serviceAnnouncement/healthOverviews/item/issues/item/incidentReport/index.d.ts +1 -0
- package/admin/serviceAnnouncement/healthOverviews/item/issues/item/incidentReport/index.d.ts.map +1 -1
- package/admin/serviceAnnouncement/healthOverviews/item/issues/item/incidentReport/index.js.map +1 -1
- package/admin/teams/index.d.ts +8 -3
- package/admin/teams/index.d.ts.map +1 -1
- package/admin/teams/index.js +6 -0
- package/admin/teams/index.js.map +1 -1
- package/admin/teams/policy/index.d.ts +86 -0
- package/admin/teams/policy/index.d.ts.map +1 -0
- package/admin/teams/policy/index.js +73 -0
- package/admin/teams/policy/index.js.map +1 -0
- package/admin/teams/policy/microsoftGraphTeamsAdministrationGetPolicyIdWithTypeWithName/index.d.ts +93 -0
- package/admin/teams/policy/microsoftGraphTeamsAdministrationGetPolicyIdWithTypeWithName/index.d.ts.map +1 -0
- package/admin/teams/policy/microsoftGraphTeamsAdministrationGetPolicyIdWithTypeWithName/index.js +76 -0
- package/admin/teams/policy/microsoftGraphTeamsAdministrationGetPolicyIdWithTypeWithName/index.js.map +1 -0
- package/admin/teams/policy/userAssignments/count/index.d.ts +41 -0
- package/admin/teams/policy/userAssignments/count/index.d.ts.map +1 -0
- package/admin/teams/policy/userAssignments/count/index.js +34 -0
- package/admin/teams/policy/userAssignments/count/index.js.map +1 -0
- package/admin/teams/policy/userAssignments/index.d.ts +107 -0
- package/admin/teams/policy/userAssignments/index.d.ts.map +1 -0
- package/admin/teams/policy/userAssignments/index.js +80 -0
- package/admin/teams/policy/userAssignments/index.js.map +1 -0
- package/admin/teams/policy/userAssignments/item/index.d.ts +69 -0
- package/admin/teams/policy/userAssignments/item/index.d.ts.map +1 -0
- package/admin/teams/policy/userAssignments/item/index.js +56 -0
- package/admin/teams/policy/userAssignments/item/index.js.map +1 -0
- package/admin/teams/policy/userAssignments/microsoftGraphTeamsAdministrationAssign/index.d.ts +60 -0
- package/admin/teams/policy/userAssignments/microsoftGraphTeamsAdministrationAssign/index.d.ts.map +1 -0
- package/admin/teams/policy/userAssignments/microsoftGraphTeamsAdministrationAssign/index.js +65 -0
- package/admin/teams/policy/userAssignments/microsoftGraphTeamsAdministrationAssign/index.js.map +1 -0
- package/admin/teams/policy/userAssignments/microsoftGraphTeamsAdministrationUnassign/index.d.ts +60 -0
- package/admin/teams/policy/userAssignments/microsoftGraphTeamsAdministrationUnassign/index.d.ts.map +1 -0
- package/admin/teams/policy/userAssignments/microsoftGraphTeamsAdministrationUnassign/index.js +65 -0
- package/admin/teams/policy/userAssignments/microsoftGraphTeamsAdministrationUnassign/index.js.map +1 -0
- package/package.json +1 -1
- package/tsconfig.tsbuildinfo +1 -1
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
import { type BaseCollectionPaginationCountResponse, type ExchangeMessageTraceDetail } from '@microsoft/msgraph-sdk/models/index.js';
|
|
2
|
+
import { type BaseRequestBuilder, type Parsable, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';
|
|
3
|
+
/**
|
|
4
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
5
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
6
|
+
* @returns {GetDetailsByRecipientWithRecipientAddressGetResponse}
|
|
7
|
+
*/
|
|
8
|
+
export declare function createGetDetailsByRecipientWithRecipientAddressGetResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
9
|
+
/**
|
|
10
|
+
* The deserialization information for the current model
|
|
11
|
+
* @param GetDetailsByRecipientWithRecipientAddressGetResponse The instance to deserialize into.
|
|
12
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
13
|
+
*/
|
|
14
|
+
export declare function deserializeIntoGetDetailsByRecipientWithRecipientAddressGetResponse(getDetailsByRecipientWithRecipientAddressGetResponse?: Partial<GetDetailsByRecipientWithRecipientAddressGetResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
15
|
+
export interface GetDetailsByRecipientWithRecipientAddressGetResponse extends BaseCollectionPaginationCountResponse, Parsable {
|
|
16
|
+
/**
|
|
17
|
+
* The value property
|
|
18
|
+
*/
|
|
19
|
+
value?: ExchangeMessageTraceDetail[] | null;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Provides operations to call the getDetailsByRecipient method.
|
|
23
|
+
*/
|
|
24
|
+
export interface GetDetailsByRecipientWithRecipientAddressRequestBuilder extends BaseRequestBuilder<GetDetailsByRecipientWithRecipientAddressRequestBuilder> {
|
|
25
|
+
/**
|
|
26
|
+
* Get a list of exchangeMessageTraceDetail objects filtered on the recipient.
|
|
27
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
28
|
+
* @returns {Promise<GetDetailsByRecipientWithRecipientAddressGetResponse>}
|
|
29
|
+
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
30
|
+
*/
|
|
31
|
+
get(requestConfiguration?: RequestConfiguration<GetDetailsByRecipientWithRecipientAddressRequestBuilderGetQueryParameters> | undefined): Promise<GetDetailsByRecipientWithRecipientAddressGetResponse | undefined>;
|
|
32
|
+
/**
|
|
33
|
+
* Get a list of exchangeMessageTraceDetail objects filtered on the recipient.
|
|
34
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
35
|
+
* @returns {RequestInformation}
|
|
36
|
+
*/
|
|
37
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<GetDetailsByRecipientWithRecipientAddressRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* Get a list of exchangeMessageTraceDetail objects filtered on the recipient.
|
|
41
|
+
*/
|
|
42
|
+
export interface GetDetailsByRecipientWithRecipientAddressRequestBuilderGetQueryParameters {
|
|
43
|
+
/**
|
|
44
|
+
* Include count of items
|
|
45
|
+
*/
|
|
46
|
+
count?: boolean;
|
|
47
|
+
/**
|
|
48
|
+
* Expand related entities
|
|
49
|
+
*/
|
|
50
|
+
expand?: string[];
|
|
51
|
+
/**
|
|
52
|
+
* Filter items by property values
|
|
53
|
+
*/
|
|
54
|
+
filter?: string;
|
|
55
|
+
/**
|
|
56
|
+
* Order items by property values
|
|
57
|
+
*/
|
|
58
|
+
orderby?: string[];
|
|
59
|
+
/**
|
|
60
|
+
* Search items by search phrases
|
|
61
|
+
*/
|
|
62
|
+
search?: string;
|
|
63
|
+
/**
|
|
64
|
+
* Select properties to be returned
|
|
65
|
+
*/
|
|
66
|
+
select?: string[];
|
|
67
|
+
/**
|
|
68
|
+
* Skip the first n items
|
|
69
|
+
*/
|
|
70
|
+
skip?: number;
|
|
71
|
+
/**
|
|
72
|
+
* Show only the first n items
|
|
73
|
+
*/
|
|
74
|
+
top?: number;
|
|
75
|
+
}
|
|
76
|
+
/**
|
|
77
|
+
* Serializes information the current object
|
|
78
|
+
* @param GetDetailsByRecipientWithRecipientAddressGetResponse The instance to serialize from.
|
|
79
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
80
|
+
* @param writer Serialization writer to use to serialize this model
|
|
81
|
+
*/
|
|
82
|
+
export declare function serializeGetDetailsByRecipientWithRecipientAddressGetResponse(writer: SerializationWriter, getDetailsByRecipientWithRecipientAddressGetResponse?: Partial<GetDetailsByRecipientWithRecipientAddressGetResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
83
|
+
/**
|
|
84
|
+
* Uri template for the request builder.
|
|
85
|
+
*/
|
|
86
|
+
export declare const GetDetailsByRecipientWithRecipientAddressRequestBuilderUriTemplate = "{+baseurl}/admin/exchange/tracing/messageTraces/{exchangeMessageTrace%2Did}/getDetailsByRecipient(recipientAddress='{recipientAddress}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}";
|
|
87
|
+
/**
|
|
88
|
+
* Metadata for all the requests in the request builder.
|
|
89
|
+
*/
|
|
90
|
+
export declare const GetDetailsByRecipientWithRecipientAddressRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
91
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAqM,KAAK,qCAAqC,EAAE,KAAK,0BAA0B,EAAE,MAAM,wCAAwC,CAAC;AAIxU,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,gFAAgF,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,CAExM;AACD;;;;GAIG;AAEH,wBAAgB,mEAAmE,CAAC,oDAAoD,GAAE,OAAO,CAAC,oDAAoD,CAAC,GAAG,SAAc,GAAI,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAKpQ;AACD,MAAM,WAAW,oDAAqD,SAAQ,qCAAqC,EAAE,QAAQ;IACzH;;OAEG;IACH,KAAK,CAAC,EAAE,0BAA0B,EAAE,GAAG,IAAI,CAAC;CAC/C;AACD;;GAEG;AACH,MAAM,WAAW,uDAAwD,SAAQ,kBAAkB,CAAC,uDAAuD,CAAC;IACxJ;;;;;OAKG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,yEAAyE,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,oDAAoD,GAAG,SAAS,CAAC,CAAC;IACrN;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,yEAAyE,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACrL;AACD;;GAEG;AACH,MAAM,WAAW,yEAAyE;IACtF;;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;;;;;GAKG;AAEH,wBAAgB,6DAA6D,CAAC,MAAM,EAAE,mBAAmB,EAAE,oDAAoD,GAAE,OAAO,CAAC,oDAAoD,CAAC,GAAG,SAAS,GAAG,IAAS,EAAE,wBAAwB,GAAE,OAAe,GAAI,IAAI,CAIxS;AACD;;GAEG;AACH,eAAO,MAAM,kEAAkE,0NAA0N,CAAC;AAc1S;;GAEG;AACH,eAAO,MAAM,uEAAuE,EAAE,gBAWrF,CAAC"}
|
package/admin/exchange/tracing/messageTraces/item/getDetailsByRecipientWithRecipientAddress/index.js
ADDED
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
// Generated by Microsoft Kiota
|
|
4
|
+
// @ts-ignore
|
|
5
|
+
import { createExchangeMessageTraceDetailFromDiscriminatorValue, deserializeIntoBaseCollectionPaginationCountResponse, serializeBaseCollectionPaginationCountResponse, serializeExchangeMessageTraceDetail } from '@microsoft/msgraph-sdk/models/index.js';
|
|
6
|
+
// @ts-ignore
|
|
7
|
+
import { createODataErrorFromDiscriminatorValue } from '@microsoft/msgraph-sdk/models/oDataErrors/index.js';
|
|
8
|
+
/**
|
|
9
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
10
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
11
|
+
* @returns {GetDetailsByRecipientWithRecipientAddressGetResponse}
|
|
12
|
+
*/
|
|
13
|
+
// @ts-ignore
|
|
14
|
+
export function createGetDetailsByRecipientWithRecipientAddressGetResponseFromDiscriminatorValue(parseNode) {
|
|
15
|
+
return deserializeIntoGetDetailsByRecipientWithRecipientAddressGetResponse;
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* The deserialization information for the current model
|
|
19
|
+
* @param GetDetailsByRecipientWithRecipientAddressGetResponse The instance to deserialize into.
|
|
20
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
21
|
+
*/
|
|
22
|
+
// @ts-ignore
|
|
23
|
+
export function deserializeIntoGetDetailsByRecipientWithRecipientAddressGetResponse(getDetailsByRecipientWithRecipientAddressGetResponse = {}) {
|
|
24
|
+
return Object.assign(Object.assign({}, deserializeIntoBaseCollectionPaginationCountResponse(getDetailsByRecipientWithRecipientAddressGetResponse)), { "value": n => { getDetailsByRecipientWithRecipientAddressGetResponse.value = n.getCollectionOfObjectValues(createExchangeMessageTraceDetailFromDiscriminatorValue); } });
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Serializes information the current object
|
|
28
|
+
* @param GetDetailsByRecipientWithRecipientAddressGetResponse The instance to serialize from.
|
|
29
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
30
|
+
* @param writer Serialization writer to use to serialize this model
|
|
31
|
+
*/
|
|
32
|
+
// @ts-ignore
|
|
33
|
+
export function serializeGetDetailsByRecipientWithRecipientAddressGetResponse(writer, getDetailsByRecipientWithRecipientAddressGetResponse = {}, isSerializingDerivedType = false) {
|
|
34
|
+
if (!getDetailsByRecipientWithRecipientAddressGetResponse || isSerializingDerivedType) {
|
|
35
|
+
return;
|
|
36
|
+
}
|
|
37
|
+
serializeBaseCollectionPaginationCountResponse(writer, getDetailsByRecipientWithRecipientAddressGetResponse, isSerializingDerivedType);
|
|
38
|
+
writer.writeCollectionOfObjectValues("value", getDetailsByRecipientWithRecipientAddressGetResponse.value, serializeExchangeMessageTraceDetail);
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* Uri template for the request builder.
|
|
42
|
+
*/
|
|
43
|
+
export const GetDetailsByRecipientWithRecipientAddressRequestBuilderUriTemplate = "{+baseurl}/admin/exchange/tracing/messageTraces/{exchangeMessageTrace%2Did}/getDetailsByRecipient(recipientAddress='{recipientAddress}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}";
|
|
44
|
+
/**
|
|
45
|
+
* Mapper for query parameters from symbol name to serialization name represented as a constant.
|
|
46
|
+
*/
|
|
47
|
+
const GetDetailsByRecipientWithRecipientAddressRequestBuilderGetQueryParametersMapper = {
|
|
48
|
+
"count": "%24count",
|
|
49
|
+
"expand": "%24expand",
|
|
50
|
+
"filter": "%24filter",
|
|
51
|
+
"orderby": "%24orderby",
|
|
52
|
+
"search": "%24search",
|
|
53
|
+
"select": "%24select",
|
|
54
|
+
"skip": "%24skip",
|
|
55
|
+
"top": "%24top",
|
|
56
|
+
};
|
|
57
|
+
/**
|
|
58
|
+
* Metadata for all the requests in the request builder.
|
|
59
|
+
*/
|
|
60
|
+
export const GetDetailsByRecipientWithRecipientAddressRequestBuilderRequestsMetadata = {
|
|
61
|
+
get: {
|
|
62
|
+
uriTemplate: GetDetailsByRecipientWithRecipientAddressRequestBuilderUriTemplate,
|
|
63
|
+
responseBodyContentType: "application/json",
|
|
64
|
+
errorMappings: {
|
|
65
|
+
XXX: createODataErrorFromDiscriminatorValue,
|
|
66
|
+
},
|
|
67
|
+
adapterMethodName: "send",
|
|
68
|
+
responseBodyFactory: createGetDetailsByRecipientWithRecipientAddressGetResponseFromDiscriminatorValue,
|
|
69
|
+
queryParametersMapper: GetDetailsByRecipientWithRecipientAddressRequestBuilderGetQueryParametersMapper,
|
|
70
|
+
},
|
|
71
|
+
};
|
|
72
|
+
/* tslint:enable */
|
|
73
|
+
/* eslint-enable */
|
|
74
|
+
//# 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,sDAAsD,EAAE,oDAAoD,EAAE,8CAA8C,EAAE,mCAAmC,EAA+E,MAAM,wCAAwC,CAAC;AACxU,aAAa;AACb,OAAO,EAAE,sCAAsC,EAAmB,MAAM,oDAAoD,CAAC;AAI7H;;;;GAIG;AACH,aAAa;AACb,MAAM,UAAU,gFAAgF,CAAC,SAAgC;IAC7H,OAAO,mEAAmE,CAAC;AAC/E,CAAC;AACD;;;;GAIG;AACH,aAAa;AACb,MAAM,UAAU,mEAAmE,CAAC,uDAAkI,EAAE;IACpN,uCACO,oDAAoD,CAAC,oDAAoD,CAAC,KAC7G,OAAO,EAAE,CAAC,CAAC,EAAE,GAAG,oDAAoD,CAAC,KAAK,GAAG,CAAC,CAAC,2BAA2B,CAA6B,sDAAsD,CAAC,CAAC,CAAC,CAAC,IACpM;AACL,CAAC;AA8DD;;;;;GAKG;AACH,aAAa;AACb,MAAM,UAAU,6DAA6D,CAAC,MAA2B,EAAE,uDAAyI,EAAE,EAAE,2BAAoC,KAAK;IAC7R,IAAI,CAAC,oDAAoD,IAAI,wBAAwB,EAAE,CAAC;QAAC,OAAO;IAAC,CAAC;IAClG,8CAA8C,CAAC,MAAM,EAAE,oDAAoD,EAAE,wBAAwB,CAAC,CAAA;IACtI,MAAM,CAAC,6BAA6B,CAA6B,OAAO,EAAE,oDAAoD,CAAC,KAAK,EAAE,mCAAmC,CAAC,CAAC;AAC/K,CAAC;AACD;;GAEG;AACH,MAAM,CAAC,MAAM,kEAAkE,GAAG,uNAAuN,CAAC;AAC1S;;GAEG;AACH,MAAM,+EAA+E,GAA2B;IAC5G,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,uEAAuE,GAAqB;IACrG,GAAG,EAAE;QACD,WAAW,EAAE,kEAAkE;QAC/E,uBAAuB,EAAE,kBAAkB;QAC3C,aAAa,EAAE;YACX,GAAG,EAAE,sCAAmE;SAC3E;QACD,iBAAiB,EAAE,MAAM;QACzB,mBAAmB,EAAG,gFAAgF;QACtG,qBAAqB,EAAE,+EAA+E;KACzG;CACJ,CAAC;AACF,mBAAmB;AACnB,mBAAmB"}
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
import { type ExchangeMessageTrace } from '@microsoft/msgraph-sdk/models/index.js';
|
|
2
|
+
import { type GetDetailsByRecipientWithRecipientAddressRequestBuilder } from './getDetailsByRecipientWithRecipientAddress/index.js';
|
|
3
|
+
import { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
|
|
4
|
+
/**
|
|
5
|
+
* Provides operations to manage the messageTraces property of the microsoft.graph.messageTracingRoot entity.
|
|
6
|
+
*/
|
|
7
|
+
export interface ExchangeMessageTraceItemRequestBuilder extends BaseRequestBuilder<ExchangeMessageTraceItemRequestBuilder> {
|
|
8
|
+
/**
|
|
9
|
+
* Delete navigation property messageTraces for admin
|
|
10
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
11
|
+
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
12
|
+
*/
|
|
13
|
+
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
14
|
+
/**
|
|
15
|
+
* Represents the trace information of messages that pass through Exchange Online organizations.
|
|
16
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
17
|
+
* @returns {Promise<ExchangeMessageTrace>}
|
|
18
|
+
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
19
|
+
*/
|
|
20
|
+
get(requestConfiguration?: RequestConfiguration<ExchangeMessageTraceItemRequestBuilderGetQueryParameters> | undefined): Promise<ExchangeMessageTrace | undefined>;
|
|
21
|
+
/**
|
|
22
|
+
* Provides operations to call the getDetailsByRecipient method.
|
|
23
|
+
* @param recipientAddress Usage: recipientAddress='{recipientAddress}'
|
|
24
|
+
* @returns {GetDetailsByRecipientWithRecipientAddressRequestBuilder}
|
|
25
|
+
*/
|
|
26
|
+
getDetailsByRecipientWithRecipientAddress(recipientAddress: string | undefined): GetDetailsByRecipientWithRecipientAddressRequestBuilder;
|
|
27
|
+
/**
|
|
28
|
+
* Update the navigation property messageTraces in admin
|
|
29
|
+
* @param body The request body
|
|
30
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
31
|
+
* @returns {Promise<ExchangeMessageTrace>}
|
|
32
|
+
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
33
|
+
*/
|
|
34
|
+
patch(body: ExchangeMessageTrace, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<ExchangeMessageTrace | undefined>;
|
|
35
|
+
/**
|
|
36
|
+
* Delete navigation property messageTraces for admin
|
|
37
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
38
|
+
* @returns {RequestInformation}
|
|
39
|
+
*/
|
|
40
|
+
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
41
|
+
/**
|
|
42
|
+
* Represents the trace information of messages that pass through Exchange Online organizations.
|
|
43
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
44
|
+
* @returns {RequestInformation}
|
|
45
|
+
*/
|
|
46
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<ExchangeMessageTraceItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
47
|
+
/**
|
|
48
|
+
* Update the navigation property messageTraces in admin
|
|
49
|
+
* @param body The request body
|
|
50
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
51
|
+
* @returns {RequestInformation}
|
|
52
|
+
*/
|
|
53
|
+
toPatchRequestInformation(body: ExchangeMessageTrace, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
54
|
+
}
|
|
55
|
+
/**
|
|
56
|
+
* Represents the trace information of messages that pass through Exchange Online organizations.
|
|
57
|
+
*/
|
|
58
|
+
export interface ExchangeMessageTraceItemRequestBuilderGetQueryParameters {
|
|
59
|
+
/**
|
|
60
|
+
* Expand related entities
|
|
61
|
+
*/
|
|
62
|
+
expand?: string[];
|
|
63
|
+
/**
|
|
64
|
+
* Select properties to be returned
|
|
65
|
+
*/
|
|
66
|
+
select?: string[];
|
|
67
|
+
}
|
|
68
|
+
/**
|
|
69
|
+
* Uri template for the request builder.
|
|
70
|
+
*/
|
|
71
|
+
export declare const ExchangeMessageTraceItemRequestBuilderUriTemplate = "{+baseurl}/admin/exchange/tracing/messageTraces/{exchangeMessageTrace%2Did}{?%24expand,%24select}";
|
|
72
|
+
/**
|
|
73
|
+
* Metadata for all the navigation properties in the request builder.
|
|
74
|
+
*/
|
|
75
|
+
export declare const ExchangeMessageTraceItemRequestBuilderNavigationMetadata: Record<Exclude<keyof ExchangeMessageTraceItemRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata>;
|
|
76
|
+
/**
|
|
77
|
+
* Metadata for all the requests in the request builder.
|
|
78
|
+
*/
|
|
79
|
+
export declare const ExchangeMessageTraceItemRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
80
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAmF,KAAK,oBAAoB,EAAE,MAAM,wCAAwC,CAAC;AAIpK,OAAO,EAA2E,KAAK,uDAAuD,EAAE,MAAM,sDAAsD,CAAC;AAE7M,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,sCAAuC,SAAQ,kBAAkB,CAAC,sCAAsC,CAAC;IACtH;;;;OAIG;IACF,MAAM,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IACzF;;;;;OAKG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,wDAAwD,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,oBAAoB,GAAG,SAAS,CAAC,CAAC;IACpK;;;;OAIG;IACF,yCAAyC,CAAC,gBAAgB,EAAE,MAAM,GAAG,SAAS,GAAI,uDAAuD,CAAC;IAC3I;;;;;;OAMG;IACF,KAAK,CAAC,IAAI,EAAE,oBAAoB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,oBAAoB,GAAG,SAAS,CAAC,CAAC;IAChJ;;;;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,wDAAwD,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IACjK;;;;;OAKG;IACF,yBAAyB,CAAC,IAAI,EAAE,oBAAoB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAChJ;AACD;;GAEG;AACH,MAAM,WAAW,wDAAwD;IACrE;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AACD;;GAEG;AACH,eAAO,MAAM,iDAAiD,sGAAsG,CAAC;AAQrK;;GAEG;AACH,eAAO,MAAM,wDAAwD,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,sCAAsC,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAK1L,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,sDAAsD,EAAE,gBA+BpE,CAAC"}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
// Generated by Microsoft Kiota
|
|
4
|
+
// @ts-ignore
|
|
5
|
+
import { createExchangeMessageTraceFromDiscriminatorValue, serializeExchangeMessageTrace } from '@microsoft/msgraph-sdk/models/index.js';
|
|
6
|
+
// @ts-ignore
|
|
7
|
+
import { createODataErrorFromDiscriminatorValue } from '@microsoft/msgraph-sdk/models/oDataErrors/index.js';
|
|
8
|
+
// @ts-ignore
|
|
9
|
+
import { GetDetailsByRecipientWithRecipientAddressRequestBuilderRequestsMetadata } from './getDetailsByRecipientWithRecipientAddress/index.js';
|
|
10
|
+
/**
|
|
11
|
+
* Uri template for the request builder.
|
|
12
|
+
*/
|
|
13
|
+
export const ExchangeMessageTraceItemRequestBuilderUriTemplate = "{+baseurl}/admin/exchange/tracing/messageTraces/{exchangeMessageTrace%2Did}{?%24expand,%24select}";
|
|
14
|
+
/**
|
|
15
|
+
* Mapper for query parameters from symbol name to serialization name represented as a constant.
|
|
16
|
+
*/
|
|
17
|
+
const ExchangeMessageTraceItemRequestBuilderGetQueryParametersMapper = {
|
|
18
|
+
"expand": "%24expand",
|
|
19
|
+
"select": "%24select",
|
|
20
|
+
};
|
|
21
|
+
/**
|
|
22
|
+
* Metadata for all the navigation properties in the request builder.
|
|
23
|
+
*/
|
|
24
|
+
export const ExchangeMessageTraceItemRequestBuilderNavigationMetadata = {
|
|
25
|
+
getDetailsByRecipientWithRecipientAddress: {
|
|
26
|
+
requestsMetadata: GetDetailsByRecipientWithRecipientAddressRequestBuilderRequestsMetadata,
|
|
27
|
+
pathParametersMappings: ["recipientAddress"],
|
|
28
|
+
},
|
|
29
|
+
};
|
|
30
|
+
/**
|
|
31
|
+
* Metadata for all the requests in the request builder.
|
|
32
|
+
*/
|
|
33
|
+
export const ExchangeMessageTraceItemRequestBuilderRequestsMetadata = {
|
|
34
|
+
delete: {
|
|
35
|
+
uriTemplate: ExchangeMessageTraceItemRequestBuilderUriTemplate,
|
|
36
|
+
responseBodyContentType: "application/json",
|
|
37
|
+
errorMappings: {
|
|
38
|
+
XXX: createODataErrorFromDiscriminatorValue,
|
|
39
|
+
},
|
|
40
|
+
adapterMethodName: "sendNoResponseContent",
|
|
41
|
+
},
|
|
42
|
+
get: {
|
|
43
|
+
uriTemplate: ExchangeMessageTraceItemRequestBuilderUriTemplate,
|
|
44
|
+
responseBodyContentType: "application/json",
|
|
45
|
+
errorMappings: {
|
|
46
|
+
XXX: createODataErrorFromDiscriminatorValue,
|
|
47
|
+
},
|
|
48
|
+
adapterMethodName: "send",
|
|
49
|
+
responseBodyFactory: createExchangeMessageTraceFromDiscriminatorValue,
|
|
50
|
+
queryParametersMapper: ExchangeMessageTraceItemRequestBuilderGetQueryParametersMapper,
|
|
51
|
+
},
|
|
52
|
+
patch: {
|
|
53
|
+
uriTemplate: ExchangeMessageTraceItemRequestBuilderUriTemplate,
|
|
54
|
+
responseBodyContentType: "application/json",
|
|
55
|
+
errorMappings: {
|
|
56
|
+
XXX: createODataErrorFromDiscriminatorValue,
|
|
57
|
+
},
|
|
58
|
+
adapterMethodName: "send",
|
|
59
|
+
responseBodyFactory: createExchangeMessageTraceFromDiscriminatorValue,
|
|
60
|
+
requestBodyContentType: "application/json",
|
|
61
|
+
requestBodySerializer: serializeExchangeMessageTrace,
|
|
62
|
+
requestInformationContentSetMethod: "setContentFromParsable",
|
|
63
|
+
},
|
|
64
|
+
};
|
|
65
|
+
/* tslint:enable */
|
|
66
|
+
/* eslint-enable */
|
|
67
|
+
//# 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,gDAAgD,EAAE,6BAA6B,EAA6B,MAAM,wCAAwC,CAAC;AACpK,aAAa;AACb,OAAO,EAAE,sCAAsC,EAAmB,MAAM,oDAAoD,CAAC;AAC7H,aAAa;AACb,OAAO,EAAE,uEAAuE,EAAgE,MAAM,sDAAsD,CAAC;AAoE7M;;GAEG;AACH,MAAM,CAAC,MAAM,iDAAiD,GAAG,mGAAmG,CAAC;AACrK;;GAEG;AACH,MAAM,8DAA8D,GAA2B;IAC3F,QAAQ,EAAE,WAAW;IACrB,QAAQ,EAAE,WAAW;CACxB,CAAC;AACF;;GAEG;AACH,MAAM,CAAC,MAAM,wDAAwD,GAA0H;IAC3L,yCAAyC,EAAE;QACvC,gBAAgB,EAAE,uEAAuE;QACzF,sBAAsB,EAAE,CAAC,kBAAkB,CAAC;KAC/C;CACJ,CAAC;AACF;;GAEG;AACH,MAAM,CAAC,MAAM,sDAAsD,GAAqB;IACpF,MAAM,EAAE;QACJ,WAAW,EAAE,iDAAiD;QAC9D,uBAAuB,EAAE,kBAAkB;QAC3C,aAAa,EAAE;YACX,GAAG,EAAE,sCAAmE;SAC3E;QACD,iBAAiB,EAAE,uBAAuB;KAC7C;IACD,GAAG,EAAE;QACD,WAAW,EAAE,iDAAiD;QAC9D,uBAAuB,EAAE,kBAAkB;QAC3C,aAAa,EAAE;YACX,GAAG,EAAE,sCAAmE;SAC3E;QACD,iBAAiB,EAAE,MAAM;QACzB,mBAAmB,EAAG,gDAAgD;QACtE,qBAAqB,EAAE,8DAA8D;KACxF;IACD,KAAK,EAAE;QACH,WAAW,EAAE,iDAAiD;QAC9D,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,6BAA6B;QACpD,kCAAkC,EAAE,wBAAwB;KAC/D;CACJ,CAAC;AACF,mBAAmB;AACnB,mBAAmB"}
|
package/admin/index.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { type Admin } from '@microsoft/msgraph-sdk/models/index.js';
|
|
2
2
|
import { type EdgeRequestBuilder } from './edge/index.js';
|
|
3
|
+
import { type ExchangeRequestBuilder } from './exchange/index.js';
|
|
3
4
|
import { type Microsoft365AppsRequestBuilder } from './microsoft365Apps/index.js';
|
|
4
5
|
import { type PeopleRequestBuilder } from './people/index.js';
|
|
5
6
|
import { type ReportSettingsRequestBuilder } from './reportSettings/index.js';
|
|
@@ -15,6 +16,10 @@ export interface AdminRequestBuilder extends BaseRequestBuilder<AdminRequestBuil
|
|
|
15
16
|
* Provides operations to manage the edge property of the microsoft.graph.admin entity.
|
|
16
17
|
*/
|
|
17
18
|
get edge(): EdgeRequestBuilder;
|
|
19
|
+
/**
|
|
20
|
+
* Provides operations to manage the exchange property of the microsoft.graph.admin entity.
|
|
21
|
+
*/
|
|
22
|
+
get exchange(): ExchangeRequestBuilder;
|
|
18
23
|
/**
|
|
19
24
|
* Provides operations to manage the microsoft365Apps property of the microsoft.graph.admin entity.
|
|
20
25
|
*/
|
package/admin/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAqD,KAAK,KAAK,EAAE,MAAM,wCAAwC,CAAC;AAIvH,OAAO,EAA4E,KAAK,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AAEpI,OAAO,EAAoG,KAAK,8BAA8B,EAAE,MAAM,6BAA6B,CAAC;AAEpL,OAAO,EAAgF,KAAK,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AAE5I,OAAO,EAAgD,KAAK,4BAA4B,EAAE,MAAM,2BAA2B,CAAC;AAE5H,OAAO,EAA0G,KAAK,iCAAiC,EAAE,MAAM,gCAAgC,CAAC;AAEhM,OAAO,EAAwF,KAAK,wBAAwB,EAAE,MAAM,uBAAuB,CAAC;AAE5J,OAAO,EAA8E,KAAK,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAExI,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,mBAAoB,SAAQ,kBAAkB,CAAC,mBAAmB,CAAC;IAChF;;OAEG;IACH,IAAI,IAAI,IAAI,kBAAkB,CAAC;IAC/B;;OAEG;IACH,IAAI,gBAAgB,IAAI,8BAA8B,CAAC;IACvD;;OAEG;IACH,IAAI,MAAM,IAAI,oBAAoB,CAAC;IACnC;;OAEG;IACH,IAAI,cAAc,IAAI,4BAA4B,CAAC;IACnD;;OAEG;IACH,IAAI,mBAAmB,IAAI,iCAAiC,CAAC;IAC7D;;OAEG;IACH,IAAI,UAAU,IAAI,wBAAwB,CAAC;IAC3C;;OAEG;IACH,IAAI,KAAK,IAAI,mBAAmB,CAAC;IACjC;;;;;OAKG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,qCAAqC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,KAAK,GAAG,SAAS,CAAC,CAAC;IAClI;;;;;;OAMG;IACF,KAAK,CAAC,IAAI,EAAE,KAAK,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,KAAK,GAAG,SAAS,CAAC,CAAC;IAClH;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,qCAAqC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAC9I;;;;;OAKG;IACF,yBAAyB,CAAC,IAAI,EAAE,KAAK,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACjI;AACD;;GAEG;AACH,MAAM,WAAW,qCAAqC;IAClD;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AACD;;GAEG;AACH,eAAO,MAAM,8BAA8B,2CAA2C,CAAC;AAQvF;;GAEG;AACH,eAAO,MAAM,qCAAqC,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,mBAAmB,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAqD,KAAK,KAAK,EAAE,MAAM,wCAAwC,CAAC;AAIvH,OAAO,EAA4E,KAAK,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AAEpI,OAAO,EAAoF,KAAK,sBAAsB,EAAE,MAAM,qBAAqB,CAAC;AAEpJ,OAAO,EAAoG,KAAK,8BAA8B,EAAE,MAAM,6BAA6B,CAAC;AAEpL,OAAO,EAAgF,KAAK,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AAE5I,OAAO,EAAgD,KAAK,4BAA4B,EAAE,MAAM,2BAA2B,CAAC;AAE5H,OAAO,EAA0G,KAAK,iCAAiC,EAAE,MAAM,gCAAgC,CAAC;AAEhM,OAAO,EAAwF,KAAK,wBAAwB,EAAE,MAAM,uBAAuB,CAAC;AAE5J,OAAO,EAA8E,KAAK,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAExI,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,mBAAoB,SAAQ,kBAAkB,CAAC,mBAAmB,CAAC;IAChF;;OAEG;IACH,IAAI,IAAI,IAAI,kBAAkB,CAAC;IAC/B;;OAEG;IACH,IAAI,QAAQ,IAAI,sBAAsB,CAAC;IACvC;;OAEG;IACH,IAAI,gBAAgB,IAAI,8BAA8B,CAAC;IACvD;;OAEG;IACH,IAAI,MAAM,IAAI,oBAAoB,CAAC;IACnC;;OAEG;IACH,IAAI,cAAc,IAAI,4BAA4B,CAAC;IACnD;;OAEG;IACH,IAAI,mBAAmB,IAAI,iCAAiC,CAAC;IAC7D;;OAEG;IACH,IAAI,UAAU,IAAI,wBAAwB,CAAC;IAC3C;;OAEG;IACH,IAAI,KAAK,IAAI,mBAAmB,CAAC;IACjC;;;;;OAKG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,qCAAqC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,KAAK,GAAG,SAAS,CAAC,CAAC;IAClI;;;;;;OAMG;IACF,KAAK,CAAC,IAAI,EAAE,KAAK,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,KAAK,GAAG,SAAS,CAAC,CAAC;IAClH;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,qCAAqC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAC9I;;;;;OAKG;IACF,yBAAyB,CAAC,IAAI,EAAE,KAAK,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACjI;AACD;;GAEG;AACH,MAAM,WAAW,qCAAqC;IAClD;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AACD;;GAEG;AACH,eAAO,MAAM,8BAA8B,2CAA2C,CAAC;AAQvF;;GAEG;AACH,eAAO,MAAM,qCAAqC,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,mBAAmB,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAgCpJ,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,mCAAmC,EAAE,gBAuBjD,CAAC"}
|
package/admin/index.js
CHANGED
|
@@ -8,6 +8,8 @@ import { createODataErrorFromDiscriminatorValue } from '@microsoft/msgraph-sdk/m
|
|
|
8
8
|
// @ts-ignore
|
|
9
9
|
import { EdgeRequestBuilderNavigationMetadata, EdgeRequestBuilderRequestsMetadata } from './edge/index.js';
|
|
10
10
|
// @ts-ignore
|
|
11
|
+
import { ExchangeRequestBuilderNavigationMetadata, ExchangeRequestBuilderRequestsMetadata } from './exchange/index.js';
|
|
12
|
+
// @ts-ignore
|
|
11
13
|
import { Microsoft365AppsRequestBuilderNavigationMetadata, Microsoft365AppsRequestBuilderRequestsMetadata } from './microsoft365Apps/index.js';
|
|
12
14
|
// @ts-ignore
|
|
13
15
|
import { PeopleRequestBuilderNavigationMetadata, PeopleRequestBuilderRequestsMetadata } from './people/index.js';
|
|
@@ -38,6 +40,10 @@ export const AdminRequestBuilderNavigationMetadata = {
|
|
|
38
40
|
requestsMetadata: EdgeRequestBuilderRequestsMetadata,
|
|
39
41
|
navigationMetadata: EdgeRequestBuilderNavigationMetadata,
|
|
40
42
|
},
|
|
43
|
+
exchange: {
|
|
44
|
+
requestsMetadata: ExchangeRequestBuilderRequestsMetadata,
|
|
45
|
+
navigationMetadata: ExchangeRequestBuilderNavigationMetadata,
|
|
46
|
+
},
|
|
41
47
|
microsoft365Apps: {
|
|
42
48
|
requestsMetadata: Microsoft365AppsRequestBuilderRequestsMetadata,
|
|
43
49
|
navigationMetadata: Microsoft365AppsRequestBuilderNavigationMetadata,
|
package/admin/index.js.map
CHANGED
|
@@ -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,iCAAiC,EAAE,cAAc,EAAc,MAAM,wCAAwC,CAAC;AACvH,aAAa;AACb,OAAO,EAAE,sCAAsC,EAAmB,MAAM,oDAAoD,CAAC;AAC7H,aAAa;AACb,OAAO,EAAE,oCAAoC,EAAE,kCAAkC,EAA2B,MAAM,iBAAiB,CAAC;AACpI,aAAa;AACb,OAAO,EAAE,gDAAgD,EAAE,8CAA8C,EAAuC,MAAM,6BAA6B,CAAC;AACpL,aAAa;AACb,OAAO,EAAE,sCAAsC,EAAE,oCAAoC,EAA6B,MAAM,mBAAmB,CAAC;AAC5I,aAAa;AACb,OAAO,EAAE,4CAA4C,EAAqC,MAAM,2BAA2B,CAAC;AAC5H,aAAa;AACb,OAAO,EAAE,mDAAmD,EAAE,iDAAiD,EAA0C,MAAM,gCAAgC,CAAC;AAChM,aAAa;AACb,OAAO,EAAE,0CAA0C,EAAE,wCAAwC,EAAiC,MAAM,uBAAuB,CAAC;AAC5J,aAAa;AACb,OAAO,EAAE,qCAAqC,EAAE,mCAAmC,EAA4B,MAAM,kBAAkB,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,iCAAiC,EAAE,cAAc,EAAc,MAAM,wCAAwC,CAAC;AACvH,aAAa;AACb,OAAO,EAAE,sCAAsC,EAAmB,MAAM,oDAAoD,CAAC;AAC7H,aAAa;AACb,OAAO,EAAE,oCAAoC,EAAE,kCAAkC,EAA2B,MAAM,iBAAiB,CAAC;AACpI,aAAa;AACb,OAAO,EAAE,wCAAwC,EAAE,sCAAsC,EAA+B,MAAM,qBAAqB,CAAC;AACpJ,aAAa;AACb,OAAO,EAAE,gDAAgD,EAAE,8CAA8C,EAAuC,MAAM,6BAA6B,CAAC;AACpL,aAAa;AACb,OAAO,EAAE,sCAAsC,EAAE,oCAAoC,EAA6B,MAAM,mBAAmB,CAAC;AAC5I,aAAa;AACb,OAAO,EAAE,4CAA4C,EAAqC,MAAM,2BAA2B,CAAC;AAC5H,aAAa;AACb,OAAO,EAAE,mDAAmD,EAAE,iDAAiD,EAA0C,MAAM,gCAAgC,CAAC;AAChM,aAAa;AACb,OAAO,EAAE,0CAA0C,EAAE,wCAAwC,EAAiC,MAAM,uBAAuB,CAAC;AAC5J,aAAa;AACb,OAAO,EAAE,qCAAqC,EAAE,mCAAmC,EAA4B,MAAM,kBAAkB,CAAC;AAkFxI;;GAEG;AACH,MAAM,CAAC,MAAM,8BAA8B,GAAG,wCAAwC,CAAC;AACvF;;GAEG;AACH,MAAM,2CAA2C,GAA2B;IACxE,QAAQ,EAAE,WAAW;IACrB,QAAQ,EAAE,WAAW;CACxB,CAAC;AACF;;GAEG;AACH,MAAM,CAAC,MAAM,qCAAqC,GAAuG;IACrJ,IAAI,EAAE;QACF,gBAAgB,EAAE,kCAAkC;QACpD,kBAAkB,EAAE,oCAAoC;KAC3D;IACD,QAAQ,EAAE;QACN,gBAAgB,EAAE,sCAAsC;QACxD,kBAAkB,EAAE,wCAAwC;KAC/D;IACD,gBAAgB,EAAE;QACd,gBAAgB,EAAE,8CAA8C;QAChE,kBAAkB,EAAE,gDAAgD;KACvE;IACD,MAAM,EAAE;QACJ,gBAAgB,EAAE,oCAAoC;QACtD,kBAAkB,EAAE,sCAAsC;KAC7D;IACD,cAAc,EAAE;QACZ,gBAAgB,EAAE,4CAA4C;KACjE;IACD,mBAAmB,EAAE;QACjB,gBAAgB,EAAE,iDAAiD;QACnE,kBAAkB,EAAE,mDAAmD;KAC1E;IACD,UAAU,EAAE;QACR,gBAAgB,EAAE,wCAAwC;QAC1D,kBAAkB,EAAE,0CAA0C;KACjE;IACD,KAAK,EAAE;QACH,gBAAgB,EAAE,mCAAmC;QACrD,kBAAkB,EAAE,qCAAqC;KAC5D;CACJ,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,iCAAiC;QACvD,qBAAqB,EAAE,2CAA2C;KACrE;IACD,KAAK,EAAE;QACH,WAAW,EAAE,8BAA8B;QAC3C,uBAAuB,EAAE,kBAAkB;QAC3C,aAAa,EAAE;YACX,GAAG,EAAE,sCAAmE;SAC3E;QACD,iBAAiB,EAAE,MAAM;QACzB,mBAAmB,EAAG,iCAAiC;QACvD,sBAAsB,EAAE,kBAAkB;QAC1C,qBAAqB,EAAE,cAAc;QACrC,kCAAkC,EAAE,wBAAwB;KAC/D;CACJ,CAAC;AACF,mBAAmB;AACnB,mBAAmB"}
|
package/admin/serviceAnnouncement/healthOverviews/item/issues/item/incidentReport/index.d.ts
CHANGED
|
@@ -8,6 +8,7 @@ export interface IncidentReportRequestBuilder extends BaseRequestBuilder<Inciden
|
|
|
8
8
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
9
9
|
* @returns {Promise<ArrayBuffer>}
|
|
10
10
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
11
|
+
* @see {@link https://learn.microsoft.com/graph/api/servicehealthissue-incidentreport?view=graph-rest-1.0|Find more info here}
|
|
11
12
|
*/
|
|
12
13
|
get(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<ArrayBuffer | undefined>;
|
|
13
14
|
/**
|
package/admin/serviceAnnouncement/healthOverviews/item/issues/item/incidentReport/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAExL;;GAEG;AACH,MAAM,WAAW,4BAA6B,SAAQ,kBAAkB,CAAC,4BAA4B,CAAC;IAClG
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAExL;;GAEG;AACH,MAAM,WAAW,4BAA6B,SAAQ,kBAAkB,CAAC,4BAA4B,CAAC;IAClG;;;;;;OAMG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,WAAW,GAAG,SAAS,CAAC,CAAC;IACzG;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAClH;AACD;;GAEG;AACH,eAAO,MAAM,uCAAuC,gIAAgI,CAAC;AACrL;;GAEG;AACH,eAAO,MAAM,4CAA4C,EAAE,gBAU1D,CAAC"}
|
package/admin/serviceAnnouncement/healthOverviews/item/issues/item/incidentReport/index.js.map
CHANGED
|
@@ -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,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,sCAAsC,EAAmB,MAAM,oDAAoD,CAAC;AAuB7H;;GAEG;AACH,MAAM,CAAC,MAAM,uCAAuC,GAAG,6HAA6H,CAAC;AACrL;;GAEG;AACH,MAAM,CAAC,MAAM,4CAA4C,GAAqB;IAC1E,GAAG,EAAE;QACD,WAAW,EAAE,uCAAuC;QACpD,uBAAuB,EAAE,4CAA4C;QACrE,aAAa,EAAE;YACX,GAAG,EAAE,sCAAmE;SAC3E;QACD,iBAAiB,EAAE,eAAe;QAClC,mBAAmB,EAAG,aAAa;KACtC;CACJ,CAAC;AACF,mBAAmB;AACnB,mBAAmB"}
|
package/admin/teams/index.d.ts
CHANGED
|
@@ -1,10 +1,15 @@
|
|
|
1
1
|
import { type TeamsAdminRoot } from '@microsoft/msgraph-sdk/models/teamsAdministration/index.js';
|
|
2
|
+
import { type PolicyRequestBuilder } from './policy/index.js';
|
|
2
3
|
import { type UserConfigurationsRequestBuilder } from './userConfigurations/index.js';
|
|
3
4
|
import { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
|
|
4
5
|
/**
|
|
5
6
|
* Provides operations to manage the teams property of the microsoft.graph.admin entity.
|
|
6
7
|
*/
|
|
7
8
|
export interface TeamsRequestBuilder extends BaseRequestBuilder<TeamsRequestBuilder> {
|
|
9
|
+
/**
|
|
10
|
+
* Provides operations to manage the policy property of the microsoft.graph.teamsAdministration.teamsAdminRoot entity.
|
|
11
|
+
*/
|
|
12
|
+
get policy(): PolicyRequestBuilder;
|
|
8
13
|
/**
|
|
9
14
|
* Provides operations to manage the userConfigurations property of the microsoft.graph.teamsAdministration.teamsAdminRoot entity.
|
|
10
15
|
*/
|
|
@@ -16,7 +21,7 @@ export interface TeamsRequestBuilder extends BaseRequestBuilder<TeamsRequestBuil
|
|
|
16
21
|
*/
|
|
17
22
|
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
18
23
|
/**
|
|
19
|
-
*
|
|
24
|
+
* A container for Teams administration functionalities, such as user configurations and policy assignments.
|
|
20
25
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
21
26
|
* @returns {Promise<TeamsAdminRoot>}
|
|
22
27
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
@@ -37,7 +42,7 @@ export interface TeamsRequestBuilder extends BaseRequestBuilder<TeamsRequestBuil
|
|
|
37
42
|
*/
|
|
38
43
|
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
39
44
|
/**
|
|
40
|
-
*
|
|
45
|
+
* A container for Teams administration functionalities, such as user configurations and policy assignments.
|
|
41
46
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
42
47
|
* @returns {RequestInformation}
|
|
43
48
|
*/
|
|
@@ -51,7 +56,7 @@ export interface TeamsRequestBuilder extends BaseRequestBuilder<TeamsRequestBuil
|
|
|
51
56
|
toPatchRequestInformation(body: TeamsAdminRoot, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
52
57
|
}
|
|
53
58
|
/**
|
|
54
|
-
*
|
|
59
|
+
* A container for Teams administration functionalities, such as user configurations and policy assignments.
|
|
55
60
|
*/
|
|
56
61
|
export interface TeamsRequestBuilderGetQueryParameters {
|
|
57
62
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAMA,OAAO,EAAuE,KAAK,cAAc,EAAE,MAAM,4DAA4D,CAAC;AAEtK,OAAO,EAAE,KAAK,gCAAgC,EAAwG,MAAM,+BAA+B,CAAC;AAE5L,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,mBAAoB,SAAQ,kBAAkB,CAAC,mBAAmB,CAAC;IAChF;;OAEG;IACH,IAAI,kBAAkB,IAAI,gCAAgC,CAAC;IAC3D;;;;OAIG;IACF,MAAM,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IACzF;;;;;OAKG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,qCAAqC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,cAAc,GAAG,SAAS,CAAC,CAAC;IAC3I;;;;;;OAMG;IACF,KAAK,CAAC,IAAI,EAAE,cAAc,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,cAAc,GAAG,SAAS,CAAC,CAAC;IACpI;;;;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,qCAAqC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAC9I;;;;;OAKG;IACF,yBAAyB,CAAC,IAAI,EAAE,cAAc,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAC1I;AACD;;GAEG;AACH,MAAM,WAAW,qCAAqC;IAClD;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AACD;;GAEG;AACH,eAAO,MAAM,8BAA8B,iDAAiD,CAAC;AAQ7F;;GAEG;AACH,eAAO,MAAM,qCAAqC,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,mBAAmB,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAMA,OAAO,EAAuE,KAAK,cAAc,EAAE,MAAM,4DAA4D,CAAC;AAEtK,OAAO,EAAgF,KAAK,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AAE5I,OAAO,EAAE,KAAK,gCAAgC,EAAwG,MAAM,+BAA+B,CAAC;AAE5L,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,mBAAoB,SAAQ,kBAAkB,CAAC,mBAAmB,CAAC;IAChF;;OAEG;IACH,IAAI,MAAM,IAAI,oBAAoB,CAAC;IACnC;;OAEG;IACH,IAAI,kBAAkB,IAAI,gCAAgC,CAAC;IAC3D;;;;OAIG;IACF,MAAM,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IACzF;;;;;OAKG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,qCAAqC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,cAAc,GAAG,SAAS,CAAC,CAAC;IAC3I;;;;;;OAMG;IACF,KAAK,CAAC,IAAI,EAAE,cAAc,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,cAAc,GAAG,SAAS,CAAC,CAAC;IACpI;;;;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,qCAAqC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAC9I;;;;;OAKG;IACF,yBAAyB,CAAC,IAAI,EAAE,cAAc,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAC1I;AACD;;GAEG;AACH,MAAM,WAAW,qCAAqC;IAClD;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AACD;;GAEG;AACH,eAAO,MAAM,8BAA8B,iDAAiD,CAAC;AAQ7F;;GAEG;AACH,eAAO,MAAM,qCAAqC,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,mBAAmB,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CASpJ,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,mCAAmC,EAAE,gBA+BjD,CAAC"}
|
package/admin/teams/index.js
CHANGED
|
@@ -6,6 +6,8 @@ import { createODataErrorFromDiscriminatorValue } from '@microsoft/msgraph-sdk/m
|
|
|
6
6
|
// @ts-ignore
|
|
7
7
|
import { createTeamsAdminRootFromDiscriminatorValue, serializeTeamsAdminRoot } from '@microsoft/msgraph-sdk/models/teamsAdministration/index.js';
|
|
8
8
|
// @ts-ignore
|
|
9
|
+
import { PolicyRequestBuilderNavigationMetadata, PolicyRequestBuilderRequestsMetadata } from './policy/index.js';
|
|
10
|
+
// @ts-ignore
|
|
9
11
|
import { UserConfigurationsRequestBuilderNavigationMetadata, UserConfigurationsRequestBuilderRequestsMetadata } from './userConfigurations/index.js';
|
|
10
12
|
/**
|
|
11
13
|
* Uri template for the request builder.
|
|
@@ -22,6 +24,10 @@ const TeamsRequestBuilderGetQueryParametersMapper = {
|
|
|
22
24
|
* Metadata for all the navigation properties in the request builder.
|
|
23
25
|
*/
|
|
24
26
|
export const TeamsRequestBuilderNavigationMetadata = {
|
|
27
|
+
policy: {
|
|
28
|
+
requestsMetadata: PolicyRequestBuilderRequestsMetadata,
|
|
29
|
+
navigationMetadata: PolicyRequestBuilderNavigationMetadata,
|
|
30
|
+
},
|
|
25
31
|
userConfigurations: {
|
|
26
32
|
requestsMetadata: UserConfigurationsRequestBuilderRequestsMetadata,
|
|
27
33
|
navigationMetadata: UserConfigurationsRequestBuilderNavigationMetadata,
|
package/admin/teams/index.js.map
CHANGED
|
@@ -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,sCAAsC,EAAmB,MAAM,oDAAoD,CAAC;AAC7H,aAAa;AACb,OAAO,EAAE,0CAA0C,EAAE,uBAAuB,EAAuB,MAAM,4DAA4D,CAAC;AACtK,aAAa;AACb,OAAO,EAAyC,kDAAkD,EAAE,gDAAgD,EAAE,MAAM,+BAA+B,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,sCAAsC,EAAmB,MAAM,oDAAoD,CAAC;AAC7H,aAAa;AACb,OAAO,EAAE,0CAA0C,EAAE,uBAAuB,EAAuB,MAAM,4DAA4D,CAAC;AACtK,aAAa;AACb,OAAO,EAAE,sCAAsC,EAAE,oCAAoC,EAA6B,MAAM,mBAAmB,CAAC;AAC5I,aAAa;AACb,OAAO,EAAyC,kDAAkD,EAAE,gDAAgD,EAAE,MAAM,+BAA+B,CAAC;AAsE5L;;GAEG;AACH,MAAM,CAAC,MAAM,8BAA8B,GAAG,8CAA8C,CAAC;AAC7F;;GAEG;AACH,MAAM,2CAA2C,GAA2B;IACxE,QAAQ,EAAE,WAAW;IACrB,QAAQ,EAAE,WAAW;CACxB,CAAC;AACF;;GAEG;AACH,MAAM,CAAC,MAAM,qCAAqC,GAAuG;IACrJ,MAAM,EAAE;QACJ,gBAAgB,EAAE,oCAAoC;QACtD,kBAAkB,EAAE,sCAAsC;KAC7D;IACD,kBAAkB,EAAE;QAChB,gBAAgB,EAAE,gDAAgD;QAClE,kBAAkB,EAAE,kDAAkD;KACzE;CACJ,CAAC;AACF;;GAEG;AACH,MAAM,CAAC,MAAM,mCAAmC,GAAqB;IACjE,MAAM,EAAE;QACJ,WAAW,EAAE,8BAA8B;QAC3C,uBAAuB,EAAE,kBAAkB;QAC3C,aAAa,EAAE;YACX,GAAG,EAAE,sCAAmE;SAC3E;QACD,iBAAiB,EAAE,uBAAuB;KAC7C;IACD,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,0CAA0C;QAChE,qBAAqB,EAAE,2CAA2C;KACrE;IACD,KAAK,EAAE;QACH,WAAW,EAAE,8BAA8B;QAC3C,uBAAuB,EAAE,kBAAkB;QAC3C,aAAa,EAAE;YACX,GAAG,EAAE,sCAAmE;SAC3E;QACD,iBAAiB,EAAE,MAAM;QACzB,mBAAmB,EAAG,0CAA0C;QAChE,sBAAsB,EAAE,kBAAkB;QAC1C,qBAAqB,EAAE,uBAAuB;QAC9C,kCAAkC,EAAE,wBAAwB;KAC/D;CACJ,CAAC;AACF,mBAAmB;AACnB,mBAAmB"}
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
import { type TeamsPolicyAssignment } from '@microsoft/msgraph-sdk/models/teamsAdministration/index.js';
|
|
2
|
+
import { type MicrosoftGraphTeamsAdministrationGetPolicyIdWithTypeWithNameRequestBuilder } from './microsoftGraphTeamsAdministrationGetPolicyIdWithTypeWithName/index.js';
|
|
3
|
+
import { type UserAssignmentsRequestBuilder } from './userAssignments/index.js';
|
|
4
|
+
import { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
|
|
5
|
+
/**
|
|
6
|
+
* Provides operations to manage the policy property of the microsoft.graph.teamsAdministration.teamsAdminRoot entity.
|
|
7
|
+
*/
|
|
8
|
+
export interface PolicyRequestBuilder extends BaseRequestBuilder<PolicyRequestBuilder> {
|
|
9
|
+
/**
|
|
10
|
+
* Provides operations to manage the userAssignments property of the microsoft.graph.teamsAdministration.teamsPolicyAssignment entity.
|
|
11
|
+
*/
|
|
12
|
+
get userAssignments(): UserAssignmentsRequestBuilder;
|
|
13
|
+
/**
|
|
14
|
+
* Delete navigation property policy for admin
|
|
15
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
16
|
+
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
17
|
+
*/
|
|
18
|
+
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
19
|
+
/**
|
|
20
|
+
* Represents a navigation property to the Teams policy assignment object.
|
|
21
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
22
|
+
* @returns {Promise<TeamsPolicyAssignment>}
|
|
23
|
+
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
24
|
+
*/
|
|
25
|
+
get(requestConfiguration?: RequestConfiguration<PolicyRequestBuilderGetQueryParameters> | undefined): Promise<TeamsPolicyAssignment | undefined>;
|
|
26
|
+
/**
|
|
27
|
+
* Provides operations to call the getPolicyId method.
|
|
28
|
+
* @param name Usage: name='{name}'
|
|
29
|
+
* @param type Usage: type='{type}'
|
|
30
|
+
* @returns {MicrosoftGraphTeamsAdministrationGetPolicyIdWithTypeWithNameRequestBuilder}
|
|
31
|
+
*/
|
|
32
|
+
microsoftGraphTeamsAdministrationGetPolicyIdWithTypeWithName(name: string | undefined, type: string | undefined): MicrosoftGraphTeamsAdministrationGetPolicyIdWithTypeWithNameRequestBuilder;
|
|
33
|
+
/**
|
|
34
|
+
* Update the navigation property policy in admin
|
|
35
|
+
* @param body The request body
|
|
36
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
37
|
+
* @returns {Promise<TeamsPolicyAssignment>}
|
|
38
|
+
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
39
|
+
*/
|
|
40
|
+
patch(body: TeamsPolicyAssignment, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<TeamsPolicyAssignment | undefined>;
|
|
41
|
+
/**
|
|
42
|
+
* Delete navigation property policy for admin
|
|
43
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
44
|
+
* @returns {RequestInformation}
|
|
45
|
+
*/
|
|
46
|
+
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
47
|
+
/**
|
|
48
|
+
* Represents a navigation property to the Teams policy assignment object.
|
|
49
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
50
|
+
* @returns {RequestInformation}
|
|
51
|
+
*/
|
|
52
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<PolicyRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
53
|
+
/**
|
|
54
|
+
* Update the navigation property policy in admin
|
|
55
|
+
* @param body The request body
|
|
56
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
57
|
+
* @returns {RequestInformation}
|
|
58
|
+
*/
|
|
59
|
+
toPatchRequestInformation(body: TeamsPolicyAssignment, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* Represents a navigation property to the Teams policy assignment object.
|
|
63
|
+
*/
|
|
64
|
+
export interface PolicyRequestBuilderGetQueryParameters {
|
|
65
|
+
/**
|
|
66
|
+
* Expand related entities
|
|
67
|
+
*/
|
|
68
|
+
expand?: string[];
|
|
69
|
+
/**
|
|
70
|
+
* Select properties to be returned
|
|
71
|
+
*/
|
|
72
|
+
select?: string[];
|
|
73
|
+
}
|
|
74
|
+
/**
|
|
75
|
+
* Uri template for the request builder.
|
|
76
|
+
*/
|
|
77
|
+
export declare const PolicyRequestBuilderUriTemplate = "{+baseurl}/admin/teams/policy{?%24expand,%24select}";
|
|
78
|
+
/**
|
|
79
|
+
* Metadata for all the navigation properties in the request builder.
|
|
80
|
+
*/
|
|
81
|
+
export declare const PolicyRequestBuilderNavigationMetadata: Record<Exclude<keyof PolicyRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata>;
|
|
82
|
+
/**
|
|
83
|
+
* Metadata for all the requests in the request builder.
|
|
84
|
+
*/
|
|
85
|
+
export declare const PolicyRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
86
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAMA,OAAO,EAAqF,KAAK,qBAAqB,EAAE,MAAM,4DAA4D,CAAC;AAE3L,OAAO,EAA8F,KAAK,0EAA0E,EAAE,MAAM,yEAAyE,CAAC;AAEtQ,OAAO,EAAE,KAAK,6BAA6B,EAAkG,MAAM,4BAA4B,CAAC;AAEhL,OAAO,EAAE,KAAK,kBAAkB,EAAE,KAAK,kCAAkC,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAE1P;;GAEG;AACH,MAAM,WAAW,oBAAqB,SAAQ,kBAAkB,CAAC,oBAAoB,CAAC;IAClF;;OAEG;IACH,IAAI,eAAe,IAAI,6BAA6B,CAAC;IACrD;;;;OAIG;IACF,MAAM,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IACzF;;;;;OAKG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,sCAAsC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,qBAAqB,GAAG,SAAS,CAAC,CAAC;IACnJ;;;;;OAKG;IACF,4DAA4D,CAAC,IAAI,EAAE,MAAM,GAAG,SAAS,EAAE,IAAI,EAAE,MAAM,GAAG,SAAS,GAAI,0EAA0E,CAAC;IAC/L;;;;;;OAMG;IACF,KAAK,CAAC,IAAI,EAAE,qBAAqB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,qBAAqB,GAAG,SAAS,CAAC,CAAC;IAClJ;;;;OAIG;IACF,0BAA0B,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAClH;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,sCAAsC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAC/I;;;;;OAKG;IACF,yBAAyB,CAAC,IAAI,EAAE,qBAAqB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACjJ;AACD;;GAEG;AACH,MAAM,WAAW,sCAAsC;IACnD;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AACD;;GAEG;AACH,eAAO,MAAM,+BAA+B,wDAAwD,CAAC;AAQrG;;GAEG;AACH,eAAO,MAAM,sCAAsC,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,oBAAoB,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAStJ,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,oCAAoC,EAAE,gBA+BlD,CAAC"}
|