@microsoft/msgraph-sdk-users 1.0.0-preview.30 → 1.0.0-preview.39
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/package.json +2 -2
- package/tsconfig.tsbuildinfo +1 -1
- package/users/delta/index.d.ts +3 -3
- package/users/index.d.ts +4 -4
- package/users/item/assignLicense/index.d.ts +1 -2
- package/users/item/assignLicense/index.d.ts.map +1 -1
- package/users/item/assignLicense/index.js.map +1 -1
- package/users/item/authentication/emailMethods/index.d.ts +2 -2
- package/users/item/authentication/emailMethods/item/index.d.ts +2 -2
- package/users/item/authentication/microsoftAuthenticatorMethods/item/index.d.ts +2 -2
- package/users/item/authentication/phoneMethods/item/index.d.ts +2 -2
- package/users/item/chats/item/members/index.d.ts +5 -0
- package/users/item/chats/item/members/index.d.ts.map +1 -1
- package/users/item/chats/item/members/index.js +5 -0
- package/users/item/chats/item/members/index.js.map +1 -1
- package/users/item/chats/item/members/remove/index.d.ts +84 -0
- package/users/item/chats/item/members/remove/index.d.ts.map +1 -0
- package/users/item/chats/item/members/remove/index.js +90 -0
- package/users/item/chats/item/members/remove/index.js.map +1 -0
- package/users/item/checkMemberGroups/index.d.ts +2 -2
- package/users/item/getMemberObjects/index.d.ts +2 -2
- package/users/item/index.d.ts +4 -4
- package/users/item/joinedTeams/item/channels/item/members/index.d.ts +5 -0
- package/users/item/joinedTeams/item/channels/item/members/index.d.ts.map +1 -1
- package/users/item/joinedTeams/item/channels/item/members/index.js +5 -0
- package/users/item/joinedTeams/item/channels/item/members/index.js.map +1 -1
- package/users/item/joinedTeams/item/channels/item/members/remove/index.d.ts +84 -0
- package/users/item/joinedTeams/item/channels/item/members/remove/index.d.ts.map +1 -0
- package/users/item/joinedTeams/item/channels/item/members/remove/index.js +90 -0
- package/users/item/joinedTeams/item/channels/item/members/remove/index.js.map +1 -0
- package/users/item/joinedTeams/item/members/index.d.ts +5 -0
- package/users/item/joinedTeams/item/members/index.d.ts.map +1 -1
- package/users/item/joinedTeams/item/members/index.js +5 -0
- package/users/item/joinedTeams/item/members/index.js.map +1 -1
- package/users/item/joinedTeams/item/members/remove/index.d.ts +84 -0
- package/users/item/joinedTeams/item/members/remove/index.d.ts.map +1 -0
- package/users/item/joinedTeams/item/members/remove/index.js +90 -0
- package/users/item/joinedTeams/item/members/remove/index.js.map +1 -0
- package/users/item/joinedTeams/item/primaryChannel/members/index.d.ts +5 -0
- package/users/item/joinedTeams/item/primaryChannel/members/index.d.ts.map +1 -1
- package/users/item/joinedTeams/item/primaryChannel/members/index.js +5 -0
- package/users/item/joinedTeams/item/primaryChannel/members/index.js.map +1 -1
- package/users/item/joinedTeams/item/primaryChannel/members/remove/index.d.ts +84 -0
- package/users/item/joinedTeams/item/primaryChannel/members/remove/index.d.ts.map +1 -0
- package/users/item/joinedTeams/item/primaryChannel/members/remove/index.js +90 -0
- package/users/item/joinedTeams/item/primaryChannel/members/remove/index.js.map +1 -0
- package/users/item/presence/index.d.ts +4 -4
- package/users/validateProperties/index.d.ts +1 -2
- package/users/validateProperties/index.d.ts.map +1 -1
- package/users/validateProperties/index.js.map +1 -1
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
// Generated by Microsoft Kiota
|
|
4
|
+
// @ts-ignore
|
|
5
|
+
import { createActionResultPartFromDiscriminatorValue, createConversationMemberFromDiscriminatorValue, deserializeIntoBaseCollectionPaginationCountResponse, serializeActionResultPart, serializeBaseCollectionPaginationCountResponse, serializeConversationMember } 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 {RemovePostRequestBody}
|
|
12
|
+
*/
|
|
13
|
+
// @ts-ignore
|
|
14
|
+
export function createRemovePostRequestBodyFromDiscriminatorValue(parseNode) {
|
|
15
|
+
return deserializeIntoRemovePostRequestBody;
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
19
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
20
|
+
* @returns {RemovePostResponse}
|
|
21
|
+
*/
|
|
22
|
+
// @ts-ignore
|
|
23
|
+
export function createRemovePostResponseFromDiscriminatorValue(parseNode) {
|
|
24
|
+
return deserializeIntoRemovePostResponse;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* The deserialization information for the current model
|
|
28
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
29
|
+
*/
|
|
30
|
+
// @ts-ignore
|
|
31
|
+
export function deserializeIntoRemovePostRequestBody(removePostRequestBody = {}) {
|
|
32
|
+
return {
|
|
33
|
+
"backingStoreEnabled": n => { removePostRequestBody.backingStoreEnabled = true; },
|
|
34
|
+
"values": n => { removePostRequestBody.values = n.getCollectionOfObjectValues(createConversationMemberFromDiscriminatorValue); },
|
|
35
|
+
};
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* The deserialization information for the current model
|
|
39
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
40
|
+
*/
|
|
41
|
+
// @ts-ignore
|
|
42
|
+
export function deserializeIntoRemovePostResponse(removePostResponse = {}) {
|
|
43
|
+
return Object.assign(Object.assign({}, deserializeIntoBaseCollectionPaginationCountResponse(removePostResponse)), { "value": n => { removePostResponse.value = n.getCollectionOfObjectValues(createActionResultPartFromDiscriminatorValue); } });
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* Serializes information the current object
|
|
47
|
+
* @param writer Serialization writer to use to serialize this model
|
|
48
|
+
*/
|
|
49
|
+
// @ts-ignore
|
|
50
|
+
export function serializeRemovePostRequestBody(writer, removePostRequestBody = {}) {
|
|
51
|
+
if (removePostRequestBody) {
|
|
52
|
+
writer.writeCollectionOfObjectValues("values", removePostRequestBody.values, serializeConversationMember);
|
|
53
|
+
writer.writeAdditionalData(removePostRequestBody.additionalData);
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
/**
|
|
57
|
+
* Serializes information the current object
|
|
58
|
+
* @param writer Serialization writer to use to serialize this model
|
|
59
|
+
*/
|
|
60
|
+
// @ts-ignore
|
|
61
|
+
export function serializeRemovePostResponse(writer, removePostResponse = {}) {
|
|
62
|
+
if (removePostResponse) {
|
|
63
|
+
serializeBaseCollectionPaginationCountResponse(writer, removePostResponse);
|
|
64
|
+
writer.writeCollectionOfObjectValues("value", removePostResponse.value, serializeActionResultPart);
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
/**
|
|
68
|
+
* Uri template for the request builder.
|
|
69
|
+
*/
|
|
70
|
+
export const RemoveRequestBuilderUriTemplate = "{+baseurl}/users/{user%2Did}/joinedTeams/{team%2Did}/primaryChannel/members/remove";
|
|
71
|
+
/**
|
|
72
|
+
* Metadata for all the requests in the request builder.
|
|
73
|
+
*/
|
|
74
|
+
export const RemoveRequestBuilderRequestsMetadata = {
|
|
75
|
+
post: {
|
|
76
|
+
uriTemplate: RemoveRequestBuilderUriTemplate,
|
|
77
|
+
responseBodyContentType: "application/json",
|
|
78
|
+
errorMappings: {
|
|
79
|
+
XXX: createODataErrorFromDiscriminatorValue,
|
|
80
|
+
},
|
|
81
|
+
adapterMethodName: "send",
|
|
82
|
+
responseBodyFactory: createRemovePostResponseFromDiscriminatorValue,
|
|
83
|
+
requestBodyContentType: "application/json",
|
|
84
|
+
requestBodySerializer: serializeRemovePostRequestBody,
|
|
85
|
+
requestInformationContentSetMethod: "setContentFromParsable",
|
|
86
|
+
},
|
|
87
|
+
};
|
|
88
|
+
/* tslint:enable */
|
|
89
|
+
/* eslint-enable */
|
|
90
|
+
//# 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,4CAA4C,EAAE,8CAA8C,EAAE,oDAAoD,EAAE,yBAAyB,EAAE,8CAA8C,EAAE,2BAA2B,EAA8F,MAAM,wCAAwC,CAAC;AAChZ,aAAa;AACb,OAAO,EAAE,sCAAsC,EAAmB,MAAM,oDAAoD,CAAC;AAI7H;;;;GAIG;AACH,aAAa;AACb,MAAM,UAAU,iDAAiD,CAAC,SAAgC;IAC9F,OAAO,oCAAoC,CAAC;AAChD,CAAC;AACD;;;;GAIG;AACH,aAAa;AACb,MAAM,UAAU,8CAA8C,CAAC,SAAgC;IAC3F,OAAO,iCAAiC,CAAC;AAC7C,CAAC;AACD;;;GAGG;AACH,aAAa;AACb,MAAM,UAAU,oCAAoC,CAAC,wBAAoE,EAAE;IACvH,OAAO;QACH,qBAAqB,EAAE,CAAC,CAAC,EAAE,GAAG,qBAAqB,CAAC,mBAAmB,GAAG,IAAI,CAAC,CAAC,CAAC;QACjF,QAAQ,EAAE,CAAC,CAAC,EAAE,GAAG,qBAAqB,CAAC,MAAM,GAAG,CAAC,CAAC,2BAA2B,CAAqB,8CAA8C,CAAC,CAAC,CAAC,CAAC;KACvJ,CAAA;AACL,CAAC;AACD;;;GAGG;AACH,aAAa;AACb,MAAM,UAAU,iCAAiC,CAAC,qBAA8D,EAAE;IAC9G,uCACO,oDAAoD,CAAC,kBAAkB,CAAC,KAC3E,OAAO,EAAE,CAAC,CAAC,EAAE,GAAG,kBAAkB,CAAC,KAAK,GAAG,CAAC,CAAC,2BAA2B,CAAmB,4CAA4C,CAAC,CAAC,CAAC,CAAC,IAC9I;AACL,CAAC;AA0CD;;;GAGG;AACH,aAAa;AACb,MAAM,UAAU,8BAA8B,CAAC,MAA2B,EAAE,wBAA2E,EAAE;IACrJ,IAAI,qBAAqB,EAAE,CAAC;QACxB,MAAM,CAAC,6BAA6B,CAAqB,QAAQ,EAAE,qBAAqB,CAAC,MAAM,EAAE,2BAA2B,CAAC,CAAC;QAC9H,MAAM,CAAC,mBAAmB,CAAC,qBAAqB,CAAC,cAAc,CAAC,CAAC;IACrE,CAAC;AACL,CAAC;AACD;;;GAGG;AACH,aAAa;AACb,MAAM,UAAU,2BAA2B,CAAC,MAA2B,EAAE,qBAAqE,EAAE;IAC5I,IAAI,kBAAkB,EAAE,CAAC;QACrB,8CAA8C,CAAC,MAAM,EAAE,kBAAkB,CAAC,CAAA;QAC1E,MAAM,CAAC,6BAA6B,CAAmB,OAAO,EAAE,kBAAkB,CAAC,KAAK,EAAE,yBAAyB,CAAC,CAAC;IACzH,CAAC;AACL,CAAC;AACD;;GAEG;AACH,MAAM,CAAC,MAAM,+BAA+B,GAAG,oFAAoF,CAAC;AACpI;;GAEG;AACH,MAAM,CAAC,MAAM,oCAAoC,GAAqB;IAClE,IAAI,EAAE;QACF,WAAW,EAAE,+BAA+B;QAC5C,uBAAuB,EAAE,kBAAkB;QAC3C,aAAa,EAAE;YACX,GAAG,EAAE,sCAAmE;SAC3E;QACD,iBAAiB,EAAE,MAAM;QACzB,mBAAmB,EAAG,8CAA8C;QACpE,sBAAsB,EAAE,kBAAkB;QAC1C,qBAAqB,EAAE,8BAA8B;QACrD,kCAAkC,EAAE,wBAAwB;KAC/D;CACJ,CAAC;AACF,mBAAmB;AACnB,mBAAmB"}
|
|
@@ -36,11 +36,11 @@ export interface PresenceRequestBuilder extends BaseRequestBuilder<PresenceReque
|
|
|
36
36
|
*/
|
|
37
37
|
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
38
38
|
/**
|
|
39
|
-
*
|
|
39
|
+
* Set a presence status message for a user. An optional expiration date and time can be supplied.
|
|
40
40
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
41
41
|
* @returns {Promise<Presence>}
|
|
42
42
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
43
|
-
* @see {@link https://learn.microsoft.com/graph/api/presence-
|
|
43
|
+
* @see {@link https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-1.0|Find more info here}
|
|
44
44
|
*/
|
|
45
45
|
get(requestConfiguration?: RequestConfiguration<PresenceRequestBuilderGetQueryParameters> | undefined): Promise<Presence | undefined>;
|
|
46
46
|
/**
|
|
@@ -58,7 +58,7 @@ export interface PresenceRequestBuilder extends BaseRequestBuilder<PresenceReque
|
|
|
58
58
|
*/
|
|
59
59
|
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
60
60
|
/**
|
|
61
|
-
*
|
|
61
|
+
* Set a presence status message for a user. An optional expiration date and time can be supplied.
|
|
62
62
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
63
63
|
* @returns {RequestInformation}
|
|
64
64
|
*/
|
|
@@ -72,7 +72,7 @@ export interface PresenceRequestBuilder extends BaseRequestBuilder<PresenceReque
|
|
|
72
72
|
toPatchRequestInformation(body: Presence, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
73
73
|
}
|
|
74
74
|
/**
|
|
75
|
-
*
|
|
75
|
+
* Set a presence status message for a user. An optional expiration date and time can be supplied.
|
|
76
76
|
*/
|
|
77
77
|
export interface PresenceRequestBuilderGetQueryParameters {
|
|
78
78
|
/**
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { type AdditionalDataHolder, type BackedModel, type BaseRequestBuilder, type Parsable, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';
|
|
2
|
-
import { type Guid } from 'guid-typescript';
|
|
1
|
+
import { type AdditionalDataHolder, type BackedModel, type BaseRequestBuilder, type Guid, type Parsable, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';
|
|
3
2
|
/**
|
|
4
3
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
5
4
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAMA,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;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,oBAAoB,EAAE,KAAK,WAAW,EAAqB,KAAK,kBAAkB,EAAE,KAAK,IAAI,EAAE,KAAK,QAAQ,EAAwB,KAAK,SAAS,EAAE,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,KAAK,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AAE7S;;;;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;;;GAGG;AAEH,wBAAgB,gDAAgD,CAAC,iCAAiC,GAAE,OAAO,CAAC,iCAAiC,CAAC,GAAG,SAAc,GAAI,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAQ3M;AACD;;;GAGG;AAEH,wBAAgB,0CAA0C,CAAC,MAAM,EAAE,mBAAmB,EAAE,iCAAiC,GAAE,OAAO,CAAC,iCAAiC,CAAC,GAAG,SAAS,GAAG,IAAS,GAAI,IAAI,CAQpM;AACD,MAAM,WAAW,iCAAkC,SAAQ,oBAAoB,EAAE,WAAW,EAAE,QAAQ;IAClG;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzC;;OAEG;IACH,mBAAmB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IACrC;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;OAEG;IACH,gBAAgB,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CAClC;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,IAAI,CAAC,CAAC;IAChI;;;;;OAKG;IACF,wBAAwB,CAAC,IAAI,EAAE,iCAAiC,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAC5J;AACD;;GAEG;AACH,eAAO,MAAM,2CAA2C,wCAAwC,CAAC;AACjG;;GAEG;AACH,eAAO,MAAM,gDAAgD,EAAE,gBAY9D,CAAC"}
|
|
@@ -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;AAI7H;;;;GAIG;AACH,aAAa;AACb,MAAM,UAAU,6DAA6D,CAAC,SAAgC;IAC1G,OAAO,gDAAgD,CAAC;AAC5D,CAAC;AACD;;;GAGG;AACH,aAAa;AACb,MAAM,UAAU,gDAAgD,CAAC,oCAA4F,EAAE;IAC3J,OAAO;QACH,qBAAqB,EAAE,CAAC,CAAC,EAAE,GAAG,iCAAiC,CAAC,mBAAmB,GAAG,IAAI,CAAC,CAAC,CAAC;QAC7F,aAAa,EAAE,CAAC,CAAC,EAAE,GAAG,iCAAiC,CAAC,WAAW,GAAG,CAAC,CAAC,cAAc,EAAE,CAAC,CAAC,CAAC;QAC3F,YAAY,EAAE,CAAC,CAAC,EAAE,GAAG,iCAAiC,CAAC,UAAU,GAAG,CAAC,CAAC,cAAc,EAAE,CAAC,CAAC,CAAC;QACzF,cAAc,EAAE,CAAC,CAAC,EAAE,GAAG,iCAAiC,CAAC,YAAY,GAAG,CAAC,CAAC,cAAc,EAAE,CAAC,CAAC,CAAC;QAC7F,kBAAkB,EAAE,CAAC,CAAC,EAAE,GAAG,iCAAiC,CAAC,gBAAgB,GAAG,CAAC,CAAC,YAAY,EAAE,CAAC,CAAC,CAAC;KACtG,CAAA;AACL,CAAC;AACD;;;GAGG;AACH,aAAa;AACb,MAAM,UAAU,0CAA0C,CAAC,MAA2B,EAAE,oCAAmG,EAAE;IACzL,IAAI,iCAAiC,EAAE,CAAC;QACpC,MAAM,CAAC,gBAAgB,CAAC,aAAa,EAAE,iCAAiC,CAAC,WAAW,CAAC,CAAC;QACtF,MAAM,CAAC,gBAAgB,CAAC,YAAY,EAAE,iCAAiC,CAAC,UAAU,CAAC,CAAC;QACpF,MAAM,CAAC,gBAAgB,CAAC,cAAc,EAAE,iCAAiC,CAAC,YAAY,CAAC,CAAC;QACxF,MAAM,CAAC,cAAc,CAAC,kBAAkB,EAAE,iCAAiC,CAAC,gBAAgB,CAAC,CAAC;QAC9F,MAAM,CAAC,mBAAmB,CAAC,iCAAiC,CAAC,cAAc,CAAC,CAAC;IACjF,CAAC;AACL,CAAC;AA+CD;;GAEG;AACH,MAAM,CAAC,MAAM,2CAA2C,GAAG,qCAAqC,CAAC;AACjG;;GAEG;AACH,MAAM,CAAC,MAAM,gDAAgD,GAAqB;IAC9E,IAAI,EAAE;QACF,WAAW,EAAE,2CAA2C;QACxD,uBAAuB,EAAE,kBAAkB;QAC3C,aAAa,EAAE;YACX,GAAG,EAAE,sCAAmE;SAC3E;QACD,iBAAiB,EAAE,uBAAuB;QAC1C,sBAAsB,EAAE,kBAAkB;QAC1C,qBAAqB,EAAE,0CAA0C;QACjE,kCAAkC,EAAE,wBAAwB;KAC/D;CACJ,CAAC;AACF,mBAAmB;AACnB,mBAAmB"}
|