@volontariapp/contracts 3.3.5-snap-77da76d → 4.0.0-snap-32ee52f
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/CHANGELOG.md +2 -2
- package/dist/gateway/index.d.ts +2 -0
- package/dist/gateway/index.d.ts.map +1 -1
- package/dist/gateway/index.js +2 -0
- package/dist/gateway/index.js.map +1 -1
- package/dist/gateway/social/index.d.ts +3 -0
- package/dist/gateway/social/index.d.ts.map +1 -0
- package/dist/gateway/social/index.js +3 -0
- package/dist/gateway/social/index.js.map +1 -0
- package/dist/gateway/social/request/social.request.d.ts +73 -0
- package/dist/gateway/social/request/social.request.d.ts.map +1 -0
- package/dist/gateway/social/request/social.request.js +2 -0
- package/dist/gateway/social/request/social.request.js.map +1 -0
- package/dist/gateway/social/response/social.response.d.ts +72 -0
- package/dist/gateway/social/response/social.response.d.ts.map +1 -0
- package/dist/gateway/social/response/social.response.js +2 -0
- package/dist/gateway/social/response/social.response.js.map +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/gateway/index.d.ts
CHANGED
|
@@ -4,4 +4,6 @@ export * from './user/request/user.request.js';
|
|
|
4
4
|
export * from './user/response/user.response.js';
|
|
5
5
|
export * from './post/request/post.request.js';
|
|
6
6
|
export * from './post/response/post.response.js';
|
|
7
|
+
export * from './social/request/social.request.js';
|
|
8
|
+
export * from './social/response/social.response.js';
|
|
7
9
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/gateway/index.ts"],"names":[],"mappings":"AACA,cAAc,0BAA0B,CAAC;AACzC,cAAc,oCAAoC,CAAC;AAGnD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,kCAAkC,CAAC;AAGjD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,kCAAkC,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/gateway/index.ts"],"names":[],"mappings":"AACA,cAAc,0BAA0B,CAAC;AACzC,cAAc,oCAAoC,CAAC;AAGnD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,kCAAkC,CAAC;AAGjD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,kCAAkC,CAAC;AAGjD,cAAc,oCAAoC,CAAC;AACnD,cAAc,sCAAsC,CAAC"}
|
package/dist/gateway/index.js
CHANGED
|
@@ -4,4 +4,6 @@ export * from './user/request/user.request.js';
|
|
|
4
4
|
export * from './user/response/user.response.js';
|
|
5
5
|
export * from './post/request/post.request.js';
|
|
6
6
|
export * from './post/response/post.response.js';
|
|
7
|
+
export * from './social/request/social.request.js';
|
|
8
|
+
export * from './social/response/social.response.js';
|
|
7
9
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/gateway/index.ts"],"names":[],"mappings":"AACA,cAAc,0BAA0B,CAAC;AACzC,cAAc,oCAAoC,CAAC;AAGnD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,kCAAkC,CAAC;AAGjD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,kCAAkC,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/gateway/index.ts"],"names":[],"mappings":"AACA,cAAc,0BAA0B,CAAC;AACzC,cAAc,oCAAoC,CAAC;AAGnD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,kCAAkC,CAAC;AAGjD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,kCAAkC,CAAC;AAGjD,cAAc,oCAAoC,CAAC;AACnD,cAAc,sCAAsC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/gateway/social/index.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAC;AAC5C,cAAc,+BAA+B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/gateway/social/index.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAC;AAC5C,cAAc,+BAA+B,CAAC"}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import type { PostFollowUserCommand, DeleteFollowUserCommand, PostBlockUserCommand, DeleteBlockUserCommand, PostUserOwnCommand, DeleteUserOwnCommand, PostLikePostCommand, DeleteLikePostCommand, PostUserEventCommand, DeleteUserEventCommand, PostUserParticipateEventCommand, DeleteUserParticipateEventCommand, LinkPostToEventCommand, UnlinkPostFromEventCommand, CreateSocialUserCommand, DeleteSocialUserCommand, CreateSocialPostCommand, DeleteSocialPostCommand, CreateSocialEventCommand, DeleteSocialEventCommand } from '../../../social/social.command.js';
|
|
2
|
+
import type { GetMyFollowsQuery, GetMyFollowersQuery, GetMyBlocksQuery, GetWhoBlockedMeQuery, GetUserPostsQuery, GetFeedQuery, GetUserLikesQuery, GetPostLikersQuery, GetUserEventQuery, GetUserParticipateEventQuery, GetEventParticipantsQuery, GetEventPostsQuery, GetSocialUserQuery, GetSocialPostQuery, GetEventRelatedToPostQuery } from '../../../social/social.query.js';
|
|
3
|
+
export interface CreateSocialUserWebRequest extends CreateSocialUserCommand {
|
|
4
|
+
}
|
|
5
|
+
export interface DeleteSocialUserWebRequest extends DeleteSocialUserCommand {
|
|
6
|
+
}
|
|
7
|
+
export interface GetSocialUserWebRequest extends GetSocialUserQuery {
|
|
8
|
+
}
|
|
9
|
+
export interface PostFollowUserWebRequest extends Partial<PostFollowUserCommand> {
|
|
10
|
+
}
|
|
11
|
+
export interface DeleteFollowUserWebRequest extends Partial<DeleteFollowUserCommand> {
|
|
12
|
+
}
|
|
13
|
+
export interface PostBlockUserWebRequest extends Partial<PostBlockUserCommand> {
|
|
14
|
+
}
|
|
15
|
+
export interface DeleteBlockUserWebRequest extends Partial<DeleteBlockUserCommand> {
|
|
16
|
+
}
|
|
17
|
+
export interface GetMyFollowsWebRequest extends Partial<GetMyFollowsQuery> {
|
|
18
|
+
}
|
|
19
|
+
export interface GetMyFollowersWebRequest extends Partial<GetMyFollowersQuery> {
|
|
20
|
+
}
|
|
21
|
+
export interface GetMyBlocksWebRequest extends Partial<GetMyBlocksQuery> {
|
|
22
|
+
}
|
|
23
|
+
export interface GetWhoBlockedMeWebRequest extends Partial<GetWhoBlockedMeQuery> {
|
|
24
|
+
}
|
|
25
|
+
export interface CreateSocialPostWebRequest extends CreateSocialPostCommand {
|
|
26
|
+
}
|
|
27
|
+
export interface DeleteSocialPostWebRequest extends DeleteSocialPostCommand {
|
|
28
|
+
}
|
|
29
|
+
export interface PostUserOwnWebRequest extends Partial<PostUserOwnCommand> {
|
|
30
|
+
}
|
|
31
|
+
export interface DeleteUserOwnWebRequest extends Partial<DeleteUserOwnCommand> {
|
|
32
|
+
}
|
|
33
|
+
export interface GetSocialPostWebRequest extends GetSocialPostQuery {
|
|
34
|
+
}
|
|
35
|
+
export interface GetUserPostsWebRequest extends Partial<GetUserPostsQuery> {
|
|
36
|
+
}
|
|
37
|
+
export interface GetFeedWebRequest extends Partial<GetFeedQuery> {
|
|
38
|
+
}
|
|
39
|
+
export interface PostLikePostWebRequest extends Partial<PostLikePostCommand> {
|
|
40
|
+
}
|
|
41
|
+
export interface DeleteLikePostWebRequest extends Partial<DeleteLikePostCommand> {
|
|
42
|
+
}
|
|
43
|
+
export interface GetUserLikesWebRequest extends Partial<GetUserLikesQuery> {
|
|
44
|
+
}
|
|
45
|
+
export interface GetPostLikersWebRequest extends Partial<GetPostLikersQuery> {
|
|
46
|
+
}
|
|
47
|
+
export interface CreateSocialEventWebRequest extends CreateSocialEventCommand {
|
|
48
|
+
}
|
|
49
|
+
export interface DeleteSocialEventWebRequest extends DeleteSocialEventCommand {
|
|
50
|
+
}
|
|
51
|
+
export interface PostUserEventWebRequest extends Partial<PostUserEventCommand> {
|
|
52
|
+
}
|
|
53
|
+
export interface DeleteUserEventWebRequest extends Partial<DeleteUserEventCommand> {
|
|
54
|
+
}
|
|
55
|
+
export interface PostUserParticipateEventWebRequest extends Partial<PostUserParticipateEventCommand> {
|
|
56
|
+
}
|
|
57
|
+
export interface DeleteUserParticipateEventWebRequest extends Partial<DeleteUserParticipateEventCommand> {
|
|
58
|
+
}
|
|
59
|
+
export interface GetUserEventWebRequest extends Partial<GetUserEventQuery> {
|
|
60
|
+
}
|
|
61
|
+
export interface GetUserParticipateEventWebRequest extends Partial<GetUserParticipateEventQuery> {
|
|
62
|
+
}
|
|
63
|
+
export interface GetEventParticipantsWebRequest extends Partial<GetEventParticipantsQuery> {
|
|
64
|
+
}
|
|
65
|
+
export interface LinkPostToEventWebRequest extends Partial<LinkPostToEventCommand> {
|
|
66
|
+
}
|
|
67
|
+
export interface UnlinkPostFromEventWebRequest extends Partial<UnlinkPostFromEventCommand> {
|
|
68
|
+
}
|
|
69
|
+
export interface GetEventRelatedToPostWebRequest extends GetEventRelatedToPostQuery {
|
|
70
|
+
}
|
|
71
|
+
export interface GetEventPostsWebRequest extends Partial<GetEventPostsQuery> {
|
|
72
|
+
}
|
|
73
|
+
//# sourceMappingURL=social.request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"social.request.d.ts","sourceRoot":"","sources":["../../../../src/gateway/social/request/social.request.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"social.request.js","sourceRoot":"","sources":["../../../../src/gateway/social/request/social.request.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
import type { CreateUserNodeResponse, DeleteUserNodeResponse, GetUserNodeResponse, PostFollowUserResponse, DeleteFollowUserResponse, PostBlockUserResponse, DeleteBlockUserResponse, GetMyFollowsResponse, GetMyFollowersResponse, GetMyBlocksResponse, GetWhoBlockedMeResponse, CreatePostNodeResponse, DeletePostNodeResponse, PostUserOwnResponse, DeleteUserOwnResponse, GetPostNodeResponse, GetUserPostsResponse, GetFeedResponse, PostLikePostResponse, DeleteLikePostResponse, GetUserLikesResponse, GetPostLikersResponse, CreateEventNodeResponse, DeleteEventNodeResponse, PostUserEventResponse, DeleteUserEventResponse, PostUserParticipateEventResponse, DeleteUserParticipateEventResponse, GetUserEventResponse, GetUserParticipateEventResponse, GetEventParticipantsResponse, LinkPostToEventResponse, UnlinkPostFromEventResponse, GetEventRelatedToPostResponse, GetEventPostsResponse } from '../../../social/social.responses.js';
|
|
2
|
+
export interface CreateUserNodeWebResponse extends CreateUserNodeResponse {
|
|
3
|
+
}
|
|
4
|
+
export interface DeleteUserNodeWebResponse extends DeleteUserNodeResponse {
|
|
5
|
+
}
|
|
6
|
+
export interface GetUserNodeWebResponse extends GetUserNodeResponse {
|
|
7
|
+
}
|
|
8
|
+
export interface PostFollowUserWebResponse extends PostFollowUserResponse {
|
|
9
|
+
}
|
|
10
|
+
export interface DeleteFollowUserWebResponse extends DeleteFollowUserResponse {
|
|
11
|
+
}
|
|
12
|
+
export interface PostBlockUserWebResponse extends PostBlockUserResponse {
|
|
13
|
+
}
|
|
14
|
+
export interface DeleteBlockUserWebResponse extends DeleteBlockUserResponse {
|
|
15
|
+
}
|
|
16
|
+
export interface GetMyFollowsWebResponse extends GetMyFollowsResponse {
|
|
17
|
+
}
|
|
18
|
+
export interface GetMyFollowersWebResponse extends GetMyFollowersResponse {
|
|
19
|
+
}
|
|
20
|
+
export interface GetMyBlocksWebResponse extends GetMyBlocksResponse {
|
|
21
|
+
}
|
|
22
|
+
export interface GetWhoBlockedMeWebResponse extends GetWhoBlockedMeResponse {
|
|
23
|
+
}
|
|
24
|
+
export interface CreatePostNodeWebResponse extends CreatePostNodeResponse {
|
|
25
|
+
}
|
|
26
|
+
export interface DeletePostNodeWebResponse extends DeletePostNodeResponse {
|
|
27
|
+
}
|
|
28
|
+
export interface PostUserOwnWebResponse extends PostUserOwnResponse {
|
|
29
|
+
}
|
|
30
|
+
export interface DeleteUserOwnWebResponse extends DeleteUserOwnResponse {
|
|
31
|
+
}
|
|
32
|
+
export interface GetPostNodeWebResponse extends GetPostNodeResponse {
|
|
33
|
+
}
|
|
34
|
+
export interface GetUserPostsWebResponse extends GetUserPostsResponse {
|
|
35
|
+
}
|
|
36
|
+
export interface GetFeedWebResponse extends GetFeedResponse {
|
|
37
|
+
}
|
|
38
|
+
export interface PostLikePostWebResponse extends PostLikePostResponse {
|
|
39
|
+
}
|
|
40
|
+
export interface DeleteLikePostWebResponse extends DeleteLikePostResponse {
|
|
41
|
+
}
|
|
42
|
+
export interface GetUserLikesWebResponse extends GetUserLikesResponse {
|
|
43
|
+
}
|
|
44
|
+
export interface GetPostLikersWebResponse extends GetPostLikersResponse {
|
|
45
|
+
}
|
|
46
|
+
export interface CreateEventNodeWebResponse extends CreateEventNodeResponse {
|
|
47
|
+
}
|
|
48
|
+
export interface DeleteEventNodeWebResponse extends DeleteEventNodeResponse {
|
|
49
|
+
}
|
|
50
|
+
export interface PostUserEventWebResponse extends PostUserEventResponse {
|
|
51
|
+
}
|
|
52
|
+
export interface DeleteUserEventWebResponse extends DeleteUserEventResponse {
|
|
53
|
+
}
|
|
54
|
+
export interface PostUserParticipateEventWebResponse extends PostUserParticipateEventResponse {
|
|
55
|
+
}
|
|
56
|
+
export interface DeleteUserParticipateEventWebResponse extends DeleteUserParticipateEventResponse {
|
|
57
|
+
}
|
|
58
|
+
export interface GetUserEventWebResponse extends GetUserEventResponse {
|
|
59
|
+
}
|
|
60
|
+
export interface GetUserParticipateEventWebResponse extends GetUserParticipateEventResponse {
|
|
61
|
+
}
|
|
62
|
+
export interface GetEventParticipantsWebResponse extends GetEventParticipantsResponse {
|
|
63
|
+
}
|
|
64
|
+
export interface LinkPostToEventWebResponse extends LinkPostToEventResponse {
|
|
65
|
+
}
|
|
66
|
+
export interface UnlinkPostFromEventWebResponse extends UnlinkPostFromEventResponse {
|
|
67
|
+
}
|
|
68
|
+
export interface GetEventRelatedToPostWebResponse extends GetEventRelatedToPostResponse {
|
|
69
|
+
}
|
|
70
|
+
export interface GetEventPostsWebResponse extends GetEventPostsResponse {
|
|
71
|
+
}
|
|
72
|
+
//# sourceMappingURL=social.response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"social.response.d.ts","sourceRoot":"","sources":["../../../../src/gateway/social/response/social.response.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,sBAAsB,EACtB,sBAAsB,EACtB,mBAAmB,EACnB,sBAAsB,EACtB,wBAAwB,EACxB,qBAAqB,EACrB,uBAAuB,EACvB,oBAAoB,EACpB,sBAAsB,EACtB,mBAAmB,EACnB,uBAAuB,EACvB,sBAAsB,EACtB,sBAAsB,EACtB,mBAAmB,EACnB,qBAAqB,EACrB,mBAAmB,EACnB,oBAAoB,EACpB,eAAe,EACf,oBAAoB,EACpB,sBAAsB,EACtB,oBAAoB,EACpB,qBAAqB,EACrB,uBAAuB,EACvB,uBAAuB,EACvB,qBAAqB,EACrB,uBAAuB,EACvB,gCAAgC,EAChC,kCAAkC,EAClC,oBAAoB,EACpB,+BAA+B,EAC/B,4BAA4B,EAC5B,uBAAuB,EACvB,2BAA2B,EAC3B,6BAA6B,EAC7B,qBAAqB,EACtB,MAAM,qCAAqC,CAAC;AAG7C,MAAM,WAAW,yBAA0B,SAAQ,sBAAsB;CAAG;AAC5E,MAAM,WAAW,yBAA0B,SAAQ,sBAAsB;CAAG;AAC5E,MAAM,WAAW,sBAAuB,SAAQ,mBAAmB;CAAG;AAGtE,MAAM,WAAW,yBAA0B,SAAQ,sBAAsB;CAAG;AAC5E,MAAM,WAAW,2BAA4B,SAAQ,wBAAwB;CAAG;AAChF,MAAM,WAAW,wBAAyB,SAAQ,qBAAqB;CAAG;AAC1E,MAAM,WAAW,0BAA2B,SAAQ,uBAAuB;CAAG;AAE9E,MAAM,WAAW,uBAAwB,SAAQ,oBAAoB;CAAG;AACxE,MAAM,WAAW,yBAA0B,SAAQ,sBAAsB;CAAG;AAC5E,MAAM,WAAW,sBAAuB,SAAQ,mBAAmB;CAAG;AACtE,MAAM,WAAW,0BAA2B,SAAQ,uBAAuB;CAAG;AAG9E,MAAM,WAAW,yBAA0B,SAAQ,sBAAsB;CAAG;AAC5E,MAAM,WAAW,yBAA0B,SAAQ,sBAAsB;CAAG;AAC5E,MAAM,WAAW,sBAAuB,SAAQ,mBAAmB;CAAG;AACtE,MAAM,WAAW,wBAAyB,SAAQ,qBAAqB;CAAG;AAE1E,MAAM,WAAW,sBAAuB,SAAQ,mBAAmB;CAAG;AACtE,MAAM,WAAW,uBAAwB,SAAQ,oBAAoB;CAAG;AACxE,MAAM,WAAW,kBAAmB,SAAQ,eAAe;CAAG;AAG9D,MAAM,WAAW,uBAAwB,SAAQ,oBAAoB;CAAG;AACxE,MAAM,WAAW,yBAA0B,SAAQ,sBAAsB;CAAG;AAE5E,MAAM,WAAW,uBAAwB,SAAQ,oBAAoB;CAAG;AACxE,MAAM,WAAW,wBAAyB,SAAQ,qBAAqB;CAAG;AAG1E,MAAM,WAAW,0BAA2B,SAAQ,uBAAuB;CAAG;AAC9E,MAAM,WAAW,0BAA2B,SAAQ,uBAAuB;CAAG;AAC9E,MAAM,WAAW,wBAAyB,SAAQ,qBAAqB;CAAG;AAC1E,MAAM,WAAW,0BAA2B,SAAQ,uBAAuB;CAAG;AAC9E,MAAM,WAAW,mCAAoC,SAAQ,gCAAgC;CAAG;AAChG,MAAM,WAAW,qCAAsC,SAAQ,kCAAkC;CAAG;AAEpG,MAAM,WAAW,uBAAwB,SAAQ,oBAAoB;CAAG;AACxE,MAAM,WAAW,kCAAmC,SAAQ,+BAA+B;CAAG;AAC9F,MAAM,WAAW,+BAAgC,SAAQ,4BAA4B;CAAG;AAGxF,MAAM,WAAW,0BAA2B,SAAQ,uBAAuB;CAAG;AAC9E,MAAM,WAAW,8BAA+B,SAAQ,2BAA2B;CAAG;AAEtF,MAAM,WAAW,gCAAiC,SAAQ,6BAA6B;CAAG;AAC1F,MAAM,WAAW,wBAAyB,SAAQ,qBAAqB;CAAG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"social.response.js","sourceRoot":"","sources":["../../../../src/gateway/social/response/social.response.ts"],"names":[],"mappings":""}
|
package/dist/index.d.ts
CHANGED
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC"}
|
package/dist/index.js
CHANGED
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC"}
|