@yimingliao/cms 0.0.252 → 0.0.253
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/dist/export/server/index.js +1 -1
- package/dist/src/client/interfaces/components/resources/file/file-relations-section.js +6 -6
- package/dist/src/domain/resources/file/utils/is-file-locked.js +2 -2
- package/dist/src/server/infrastructure/database/config/command/create-config-command-repository.js +31 -1
- package/dist/src/server/infrastructure/database/config/include.js +17 -0
- package/dist/src/server/infrastructure/database/config/query/{create-post-query-repository.js → create-config-query-repository.js} +3 -2
- package/dist/src/server/infrastructure/database/file/include.js +6 -6
- package/dist/src/server/infrastructure/database/post/command/create-post-command-repository.js +24 -24
- package/dist/src/server/infrastructure/database/post/include.js +6 -6
- package/dist/src/server/infrastructure/database/utils/build-file-usage.js +6 -6
- package/dist/src/server/infrastructure/zod/schemas/schemas.js +8 -0
- package/dist/src/server/interfaces/actions/resources/config/commands/update/config-update-validator.js +11 -0
- package/dist/src/server/interfaces/actions/resources/file/commands/create/file-create-validator.js +3 -3
- package/dist/src/server/interfaces/actions/resources/file/commands/create-many/file-create-many-validator.js +3 -3
- package/dist/src/server/interfaces/actions/resources/file/commands/update/file-update-validator.js +3 -3
- package/dist/src/server/interfaces/actions/resources/post/commands/create/post-create-validator.js +29 -9
- package/dist/src/server/interfaces/actions/resources/post/commands/update/post-update-validator.js +29 -9
- package/dist/src/server/interfaces/apis/multi-files-upload/validator.js +2 -2
- package/dist/types/src/domain/resources/config/full.d.ts +7 -0
- package/dist/types/src/domain/resources/config/full.d.ts.map +1 -1
- package/dist/types/src/domain/resources/file/full.d.ts +6 -6
- package/dist/types/src/domain/resources/file/full.d.ts.map +1 -1
- package/dist/types/src/domain/resources/post/base.d.ts +12 -4
- package/dist/types/src/domain/resources/post/base.d.ts.map +1 -1
- package/dist/types/src/domain/resources/post/full.d.ts +6 -6
- package/dist/types/src/domain/resources/post/full.d.ts.map +1 -1
- package/dist/types/src/domain/resources/post/translation.d.ts +8 -0
- package/dist/types/src/domain/resources/post/translation.d.ts.map +1 -1
- package/dist/types/src/server/infrastructure/database/config/command/create-config-command-repository.d.ts +1 -1
- package/dist/types/src/server/infrastructure/database/config/command/create-config-command-repository.d.ts.map +1 -1
- package/dist/types/src/server/infrastructure/database/config/command/types.d.ts +7 -1
- package/dist/types/src/server/infrastructure/database/config/command/types.d.ts.map +1 -1
- package/dist/types/src/server/infrastructure/database/config/include.d.ts +34 -0
- package/dist/types/src/server/infrastructure/database/config/include.d.ts.map +1 -0
- package/dist/types/src/server/infrastructure/database/config/query/{create-post-query-repository.d.ts → create-config-query-repository.d.ts} +1 -1
- package/dist/types/src/server/infrastructure/database/config/query/create-config-query-repository.d.ts.map +1 -0
- package/dist/types/src/server/infrastructure/database/config/query/index.d.ts +1 -1
- package/dist/types/src/server/infrastructure/database/config/query/index.d.ts.map +1 -1
- package/dist/types/src/server/infrastructure/database/file/include.d.ts +6 -6
- package/dist/types/src/server/infrastructure/database/post/command/create-post-command-repository.d.ts +2 -2
- package/dist/types/src/server/infrastructure/database/post/command/create-post-command-repository.d.ts.map +1 -1
- package/dist/types/src/server/infrastructure/database/post/command/types.d.ts +44 -12
- package/dist/types/src/server/infrastructure/database/post/command/types.d.ts.map +1 -1
- package/dist/types/src/server/infrastructure/database/post/include.d.ts +6 -6
- package/dist/types/src/server/infrastructure/zod/schemas/schemas.d.ts +1 -0
- package/dist/types/src/server/infrastructure/zod/schemas/schemas.d.ts.map +1 -1
- package/dist/types/src/server/interfaces/actions/resources/config/commands/update/config-update-validator.d.ts +26 -0
- package/dist/types/src/server/interfaces/actions/resources/config/commands/update/config-update-validator.d.ts.map +1 -1
- package/dist/types/src/server/interfaces/actions/resources/post/commands/create/create-post-create-action.d.ts +7 -7
- package/dist/types/src/server/interfaces/actions/resources/post/commands/create/create-post-create-action.d.ts.map +1 -1
- package/dist/types/src/server/interfaces/actions/resources/post/commands/create/post-create-validator.d.ts +82 -18
- package/dist/types/src/server/interfaces/actions/resources/post/commands/create/post-create-validator.d.ts.map +1 -1
- package/dist/types/src/server/interfaces/actions/resources/post/commands/update/create-post-update-action.d.ts +7 -7
- package/dist/types/src/server/interfaces/actions/resources/post/commands/update/create-post-update-action.d.ts.map +1 -1
- package/dist/types/src/server/interfaces/actions/resources/post/commands/update/post-update-validator.d.ts +82 -18
- package/dist/types/src/server/interfaces/actions/resources/post/commands/update/post-update-validator.d.ts.map +1 -1
- package/package.json +1 -1
- package/prisma/schema/Config/Config.prisma +18 -0
- package/prisma/schema/File/File.prisma +21 -11
- package/prisma/schema/Post/{Post.prisma → post.prisma} +39 -15
- package/dist/types/src/server/infrastructure/database/config/query/create-post-query-repository.d.ts.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"translation.d.ts","sourceRoot":"","sources":["../../../../../../src/domain/resources/post/translation.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,GAAG,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAC1D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAErD,MAAM,WAAW,eAAgB,SAAQ,WAAW;IAClD,EAAE,EAAE,MAAM,CAAC;IAGX,MAAM,EAAE,MAAM,CAAC;IAGf,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IAGvB,aAAa,EAAE,YAAY,EAAE,CAAC;IAC9B,GAAG,EAAE,GAAG,EAAE,CAAC;IACX,GAAG,EAAE,OAAO,EAAE,CAAC;IAGf,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,SAAS,EAAE,MAAM,CAAC;IAKlB,MAAM,EAAE,MAAM,CAAC;IAKf,SAAS,EAAE,IAAI,CAAC;IAChB,SAAS,EAAE,IAAI,CAAC;IAMhB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IAGtB,KAAK,EAAE,GAAG,EAAE,CAAC;IACb,KAAK,EAAE,GAAG,EAAE,CAAC;IACb,KAAK,EAAE,GAAG,EAAE,CAAC;IACb,KAAK,EAAE,GAAG,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"translation.d.ts","sourceRoot":"","sources":["../../../../../../src/domain/resources/post/translation.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,GAAG,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAC1D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAErD,MAAM,WAAW,eAAgB,SAAQ,WAAW;IAClD,EAAE,EAAE,MAAM,CAAC;IAGX,MAAM,EAAE,MAAM,CAAC;IAGf,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IAGvB,aAAa,EAAE,YAAY,EAAE,CAAC;IAC9B,GAAG,EAAE,GAAG,EAAE,CAAC;IACX,GAAG,EAAE,OAAO,EAAE,CAAC;IAGf,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,SAAS,EAAE,MAAM,CAAC;IAKlB,MAAM,EAAE,MAAM,CAAC;IAKf,SAAS,EAAE,IAAI,CAAC;IAChB,SAAS,EAAE,IAAI,CAAC;IAMhB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IAGtB,KAAK,EAAE,GAAG,EAAE,CAAC;IACb,KAAK,EAAE,GAAG,EAAE,CAAC;IACb,KAAK,EAAE,GAAG,EAAE,CAAC;IACb,KAAK,EAAE,GAAG,EAAE,CAAC;IAGb,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IAGpB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;CACrB"}
|
|
@@ -2,6 +2,6 @@ import type { UpdateParams } from "./types";
|
|
|
2
2
|
import type { PrismaClient } from "../../../../../../prisma/generated/client";
|
|
3
3
|
import type { Config } from "../../../../../domain";
|
|
4
4
|
export declare function createConfigCommandRepository(prisma: PrismaClient): {
|
|
5
|
-
update: ({ id, translations }: UpdateParams) => Promise<Config>;
|
|
5
|
+
update: ({ id, files1, files2, file1, file2, file3, file4, translations, }: UpdateParams) => Promise<Config>;
|
|
6
6
|
};
|
|
7
7
|
//# sourceMappingURL=create-config-command-repository.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-config-command-repository.d.ts","sourceRoot":"","sources":["../../../../../../../../src/server/infrastructure/database/config/command/create-config-command-repository.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAC5C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,2CAA2C,CAAC;AAC9E,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;
|
|
1
|
+
{"version":3,"file":"create-config-command-repository.d.ts","sourceRoot":"","sources":["../../../../../../../../src/server/infrastructure/database/config/command/create-config-command-repository.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAC5C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,2CAA2C,CAAC;AAC9E,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAGpD,wBAAgB,6BAA6B,CAAC,MAAM,EAAE,YAAY;gFAwB7D,YAAY,KAAG,OAAO,CAAC,MAAM,CAAC;EAmClC"}
|
|
@@ -1,6 +1,12 @@
|
|
|
1
|
-
import type { BaseTranslation } from "../../../../../domain";
|
|
1
|
+
import type { BaseTranslation, MultiItems, SingleItem } from "../../../../../domain";
|
|
2
2
|
export interface UpdateParams {
|
|
3
3
|
id: string;
|
|
4
|
+
files1: MultiItems;
|
|
5
|
+
files2: MultiItems;
|
|
6
|
+
file1: SingleItem;
|
|
7
|
+
file2: SingleItem;
|
|
8
|
+
file3: SingleItem;
|
|
9
|
+
file4: SingleItem;
|
|
4
10
|
translations: (BaseTranslation & {
|
|
5
11
|
text1: string | null;
|
|
6
12
|
text2: string | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../../../src/server/infrastructure/database/config/command/types.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../../../src/server/infrastructure/database/config/command/types.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACV,eAAe,EACf,UAAU,EACV,UAAU,EACX,MAAM,uBAAuB,CAAC;AAE/B,MAAM,WAAW,YAAY;IAC3B,EAAE,EAAE,MAAM,CAAC;IAOX,MAAM,EAAE,UAAU,CAAC;IACnB,MAAM,EAAE,UAAU,CAAC;IAGnB,KAAK,EAAE,UAAU,CAAC;IAClB,KAAK,EAAE,UAAU,CAAC;IAClB,KAAK,EAAE,UAAU,CAAC;IAClB,KAAK,EAAE,UAAU,CAAC;IAKlB,YAAY,EAAE,CAAC,eAAe,GAAG;QAK/B,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;QACrB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;QACrB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;QACrB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;QACrB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;QACrB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;QACrB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;QACrB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;QACrB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;QACrB,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;QAGtB,KAAK,EAAE,GAAG,EAAE,CAAC;QACb,KAAK,EAAE,GAAG,EAAE,CAAC;QACb,KAAK,EAAE,GAAG,EAAE,CAAC;QACb,KAAK,EAAE,GAAG,EAAE,CAAC;QACb,KAAK,EAAE,GAAG,EAAE,CAAC;QACb,KAAK,EAAE,GAAG,EAAE,CAAC;QACb,KAAK,EAAE,GAAG,EAAE,CAAC;QACb,KAAK,EAAE,GAAG,EAAE,CAAC;QACb,KAAK,EAAE,GAAG,EAAE,CAAC;QACb,MAAM,EAAE,GAAG,EAAE,CAAC;KACf,CAAC,EAAE,CAAC;CACN"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
export declare const CONFIG_FULL_INCLUDE: {
|
|
2
|
+
files1: {
|
|
3
|
+
include: {
|
|
4
|
+
translations: true;
|
|
5
|
+
};
|
|
6
|
+
};
|
|
7
|
+
files2: {
|
|
8
|
+
include: {
|
|
9
|
+
translations: true;
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
file1: {
|
|
13
|
+
include: {
|
|
14
|
+
translations: true;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
file2: {
|
|
18
|
+
include: {
|
|
19
|
+
translations: true;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
file3: {
|
|
23
|
+
include: {
|
|
24
|
+
translations: true;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
file4: {
|
|
28
|
+
include: {
|
|
29
|
+
translations: true;
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
translations: true;
|
|
33
|
+
};
|
|
34
|
+
//# sourceMappingURL=include.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"include.d.ts","sourceRoot":"","sources":["../../../../../../../src/server/infrastructure/database/config/include.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAeA,CAAC"}
|
|
@@ -5,4 +5,4 @@ export declare function createConfigQueryRepository(prisma: PrismaClient): {
|
|
|
5
5
|
find: ({ slug }: FindParams) => Promise<ConfigFull | null>;
|
|
6
6
|
findMany: () => Promise<ConfigFull[]>;
|
|
7
7
|
};
|
|
8
|
-
//# sourceMappingURL=create-
|
|
8
|
+
//# sourceMappingURL=create-config-query-repository.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-config-query-repository.d.ts","sourceRoot":"","sources":["../../../../../../../../src/server/infrastructure/database/config/query/create-config-query-repository.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAC1C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,2CAA2C,CAAC;AAC9E,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AAIxD,wBAAgB,2BAA2B,CAAC,MAAM,EAAE,YAAY;qBAIhC,UAAU,KAAG,OAAO,CAAC,UAAU,GAAG,IAAI,CAAC;oBAU1C,OAAO,CAAC,UAAU,EAAE,CAAC;EAcjD"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { createConfigQueryRepository } from "./create-
|
|
1
|
+
export { createConfigQueryRepository } from "./create-config-query-repository";
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/server/infrastructure/database/config/query/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,2BAA2B,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/server/infrastructure/database/config/query/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,2BAA2B,EAAE,MAAM,kCAAkC,CAAC"}
|
|
@@ -3,12 +3,12 @@ export declare const FILE_FULL_INCLUDE: {
|
|
|
3
3
|
adminAsAvatarImage: true;
|
|
4
4
|
postsAsCoverImage: true;
|
|
5
5
|
postsAsContentImage: true;
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
6
|
+
postsAsFiles1: true;
|
|
7
|
+
postsAsFiles2: true;
|
|
8
|
+
postsAsFile1: true;
|
|
9
|
+
postsAsFile2: true;
|
|
10
|
+
postsAsFile3: true;
|
|
11
|
+
postsAsFile4: true;
|
|
12
12
|
translations: true;
|
|
13
13
|
};
|
|
14
14
|
//# sourceMappingURL=include.d.ts.map
|
|
@@ -2,8 +2,8 @@ import type { CreateParams, UpdateParams } from "./types";
|
|
|
2
2
|
import type { PrismaClient } from "../../../../../../prisma/generated/client";
|
|
3
3
|
import type { Post } from "../../../../../domain";
|
|
4
4
|
export declare function createPostCommandRepository(prisma: PrismaClient): {
|
|
5
|
-
create: ({ slug, type, author, topicId, parents, tags, relatedPosts, coverImage, contentImageIds,
|
|
6
|
-
update: ({ id, slug, type, author, topicId, parents, tags, relatedPosts, coverImage, contentImageIds,
|
|
5
|
+
create: ({ slug, type, author, topicId, parents, tags, relatedPosts, coverImage, contentImageIds, files1, files2, file1, file2, file3, file4, translations, ...params }: CreateParams) => Promise<Post>;
|
|
6
|
+
update: ({ id, slug, type, author, topicId, parents, tags, relatedPosts, coverImage, contentImageIds, files1, files2, file1, file2, file3, file4, translations, ...params }: UpdateParams) => Promise<Post>;
|
|
7
7
|
delete: ({ id }: {
|
|
8
8
|
id: string;
|
|
9
9
|
}) => Promise<Post>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-post-command-repository.d.ts","sourceRoot":"","sources":["../../../../../../../../src/server/infrastructure/database/post/command/create-post-command-repository.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAC1D,OAAO,KAAK,EAEV,YAAY,EACb,MAAM,2CAA2C,CAAC;AACnD,OAAO,KAAK,EAAE,IAAI,EAAY,MAAM,uBAAuB,CAAC;AAS5D,wBAAgB,2BAA2B,CAAC,MAAM,EAAE,YAAY;
|
|
1
|
+
{"version":3,"file":"create-post-command-repository.d.ts","sourceRoot":"","sources":["../../../../../../../../src/server/infrastructure/database/post/command/create-post-command-repository.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAC1D,OAAO,KAAK,EAEV,YAAY,EACb,MAAM,2CAA2C,CAAC;AACnD,OAAO,KAAK,EAAE,IAAI,EAAY,MAAM,uBAAuB,CAAC;AAS5D,wBAAgB,2BAA2B,CAAC,MAAM,EAAE,YAAY;6KA4C3D,YAAY,KAAG,OAAO,CAAC,IAAI,CAAC;iLAyG5B,YAAY,KAAG,OAAO,CAAC,IAAI,CAAC;qBAqEA;QAAE,EAAE,EAAE,MAAM,CAAA;KAAE,KAAG,OAAO,CAAC,IAAI,CAAC;EAe9D"}
|
|
@@ -26,12 +26,12 @@ export interface CreateParams {
|
|
|
26
26
|
state8: boolean;
|
|
27
27
|
state9: boolean;
|
|
28
28
|
state10: boolean;
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
29
|
+
files1: MultiItems;
|
|
30
|
+
files2: MultiItems;
|
|
31
|
+
file1: SingleItem;
|
|
32
|
+
file2: SingleItem;
|
|
33
|
+
file3: SingleItem;
|
|
34
|
+
file4: SingleItem;
|
|
35
35
|
text1: string | null;
|
|
36
36
|
text2: string | null;
|
|
37
37
|
text3: string | null;
|
|
@@ -46,6 +46,14 @@ export interface CreateParams {
|
|
|
46
46
|
data2: any[];
|
|
47
47
|
data3: any[];
|
|
48
48
|
data4: any[];
|
|
49
|
+
dec1: number | null;
|
|
50
|
+
dec2: number | null;
|
|
51
|
+
dec3: number | null;
|
|
52
|
+
dec4: number | null;
|
|
53
|
+
int1: number | null;
|
|
54
|
+
int2: number | null;
|
|
55
|
+
int3: number | null;
|
|
56
|
+
int4: number | null;
|
|
49
57
|
translations: (BaseTranslation & {
|
|
50
58
|
title: string | null;
|
|
51
59
|
subtitle: string | null;
|
|
@@ -71,6 +79,14 @@ export interface CreateParams {
|
|
|
71
79
|
data2: any[];
|
|
72
80
|
data3: any[];
|
|
73
81
|
data4: any[];
|
|
82
|
+
dec1: number | null;
|
|
83
|
+
dec2: number | null;
|
|
84
|
+
dec3: number | null;
|
|
85
|
+
dec4: number | null;
|
|
86
|
+
int1: number | null;
|
|
87
|
+
int2: number | null;
|
|
88
|
+
int3: number | null;
|
|
89
|
+
int4: number | null;
|
|
74
90
|
})[];
|
|
75
91
|
}
|
|
76
92
|
export interface UpdateParams {
|
|
@@ -101,12 +117,12 @@ export interface UpdateParams {
|
|
|
101
117
|
state8: boolean;
|
|
102
118
|
state9: boolean;
|
|
103
119
|
state10: boolean;
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
120
|
+
files1: MultiItems;
|
|
121
|
+
files2: MultiItems;
|
|
122
|
+
file1: SingleItem;
|
|
123
|
+
file2: SingleItem;
|
|
124
|
+
file3: SingleItem;
|
|
125
|
+
file4: SingleItem;
|
|
110
126
|
text1: string | null;
|
|
111
127
|
text2: string | null;
|
|
112
128
|
text3: string | null;
|
|
@@ -121,6 +137,14 @@ export interface UpdateParams {
|
|
|
121
137
|
data2: any[];
|
|
122
138
|
data3: any[];
|
|
123
139
|
data4: any[];
|
|
140
|
+
dec1: number | null;
|
|
141
|
+
dec2: number | null;
|
|
142
|
+
dec3: number | null;
|
|
143
|
+
dec4: number | null;
|
|
144
|
+
int1: number | null;
|
|
145
|
+
int2: number | null;
|
|
146
|
+
int3: number | null;
|
|
147
|
+
int4: number | null;
|
|
124
148
|
translations: (BaseTranslation & {
|
|
125
149
|
title: string | null;
|
|
126
150
|
subtitle: string | null;
|
|
@@ -146,6 +170,14 @@ export interface UpdateParams {
|
|
|
146
170
|
data2: any[];
|
|
147
171
|
data3: any[];
|
|
148
172
|
data4: any[];
|
|
173
|
+
dec1: number | null;
|
|
174
|
+
dec2: number | null;
|
|
175
|
+
dec3: number | null;
|
|
176
|
+
dec4: number | null;
|
|
177
|
+
int1: number | null;
|
|
178
|
+
int2: number | null;
|
|
179
|
+
int3: number | null;
|
|
180
|
+
int4: number | null;
|
|
149
181
|
})[];
|
|
150
182
|
}
|
|
151
183
|
export interface DeleteAndDisconnectAllParams {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../../../src/server/infrastructure/database/post/command/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,UAAU,EACV,UAAU,EACV,eAAe,EACf,YAAY,EACZ,GAAG,EACH,QAAQ,EACR,OAAO,EACR,MAAM,uBAAuB,CAAC;AAK/B,MAAM,WAAW,YAAY;IAC3B,IAAI,EAAE,MAAM,CAAC;IAKb,QAAQ,EAAE,OAAO,CAAC;IAElB,QAAQ,EAAE,OAAO,CAAC;IAElB,aAAa,EAAE,OAAO,CAAC;IACvB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IAErB,YAAY,EAAE,OAAO,CAAC;IACtB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IAEpB,UAAU,EAAE,OAAO,CAAC;IACpB,aAAa,EAAE,OAAO,CAAC;IAMvB,MAAM,EAAE,UAAU,CAAC;IAGnB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,OAAO,EAAE,UAAU,CAAC;IACpB,IAAI,EAAE,UAAU,CAAC;IACjB,YAAY,EAAE,UAAU,CAAC;IAGzB,UAAU,EAAE,UAAU,CAAC;IACvB,eAAe,EAAE,MAAM,EAAE,CAAC;IAM1B,MAAM,EAAE,OAAO,CAAC;IAChB,MAAM,EAAE,OAAO,CAAC;IAChB,MAAM,EAAE,OAAO,CAAC;IAChB,MAAM,EAAE,OAAO,CAAC;IAChB,MAAM,EAAE,OAAO,CAAC;IAChB,MAAM,EAAE,OAAO,CAAC;IAChB,MAAM,EAAE,OAAO,CAAC;IAChB,MAAM,EAAE,OAAO,CAAC;IAChB,MAAM,EAAE,OAAO,CAAC;IAChB,OAAO,EAAE,OAAO,CAAC;IAGjB,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../../../src/server/infrastructure/database/post/command/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,UAAU,EACV,UAAU,EACV,eAAe,EACf,YAAY,EACZ,GAAG,EACH,QAAQ,EACR,OAAO,EACR,MAAM,uBAAuB,CAAC;AAK/B,MAAM,WAAW,YAAY;IAC3B,IAAI,EAAE,MAAM,CAAC;IAKb,QAAQ,EAAE,OAAO,CAAC;IAElB,QAAQ,EAAE,OAAO,CAAC;IAElB,aAAa,EAAE,OAAO,CAAC;IACvB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IAErB,YAAY,EAAE,OAAO,CAAC;IACtB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IAEpB,UAAU,EAAE,OAAO,CAAC;IACpB,aAAa,EAAE,OAAO,CAAC;IAMvB,MAAM,EAAE,UAAU,CAAC;IAGnB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,OAAO,EAAE,UAAU,CAAC;IACpB,IAAI,EAAE,UAAU,CAAC;IACjB,YAAY,EAAE,UAAU,CAAC;IAGzB,UAAU,EAAE,UAAU,CAAC;IACvB,eAAe,EAAE,MAAM,EAAE,CAAC;IAM1B,MAAM,EAAE,OAAO,CAAC;IAChB,MAAM,EAAE,OAAO,CAAC;IAChB,MAAM,EAAE,OAAO,CAAC;IAChB,MAAM,EAAE,OAAO,CAAC;IAChB,MAAM,EAAE,OAAO,CAAC;IAChB,MAAM,EAAE,OAAO,CAAC;IAChB,MAAM,EAAE,OAAO,CAAC;IAChB,MAAM,EAAE,OAAO,CAAC;IAChB,MAAM,EAAE,OAAO,CAAC;IAChB,OAAO,EAAE,OAAO,CAAC;IAGjB,MAAM,EAAE,UAAU,CAAC;IACnB,MAAM,EAAE,UAAU,CAAC;IAGnB,KAAK,EAAE,UAAU,CAAC;IAClB,KAAK,EAAE,UAAU,CAAC;IAClB,KAAK,EAAE,UAAU,CAAC;IAClB,KAAK,EAAE,UAAU,CAAC;IAGlB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IAGtB,KAAK,EAAE,GAAG,EAAE,CAAC;IACb,KAAK,EAAE,GAAG,EAAE,CAAC;IACb,KAAK,EAAE,GAAG,EAAE,CAAC;IACb,KAAK,EAAE,GAAG,EAAE,CAAC;IAGb,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IAGpB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IAKpB,YAAY,EAAE,CAAC,eAAe,GAAG;QAE/B,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;QACrB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;QACxB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;QACvB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;QAC3B,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;QAGvB,aAAa,EAAE,YAAY,EAAE,CAAC;QAC9B,GAAG,EAAE,GAAG,EAAE,CAAC;QACX,GAAG,EAAE,OAAO,EAAE,CAAC;QAGf,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;QACxB,SAAS,EAAE,MAAM,CAAC;QAMlB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;QACrB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;QACrB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;QACrB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;QACrB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;QACrB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;QACrB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;QACrB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;QACrB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;QACrB,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;QAGtB,KAAK,EAAE,GAAG,EAAE,CAAC;QACb,KAAK,EAAE,GAAG,EAAE,CAAC;QACb,KAAK,EAAE,GAAG,EAAE,CAAC;QACb,KAAK,EAAE,GAAG,EAAE,CAAC;QAGb,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;QACpB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;QACpB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;QACpB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;QAGpB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;QACpB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;QACpB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;QACpB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;KACrB,CAAC,EAAE,CAAC;CACN;AAED,MAAM,WAAW,YAAY;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IAKb,QAAQ,EAAE,OAAO,CAAC;IAElB,QAAQ,EAAE,OAAO,CAAC;IAElB,aAAa,EAAE,OAAO,CAAC;IACvB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IAErB,YAAY,EAAE,OAAO,CAAC;IACtB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IAEpB,UAAU,EAAE,OAAO,CAAC;IACpB,aAAa,EAAE,OAAO,CAAC;IAMvB,MAAM,EAAE,UAAU,CAAC;IAGnB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,OAAO,EAAE,UAAU,CAAC;IACpB,IAAI,EAAE,UAAU,CAAC;IACjB,YAAY,EAAE,UAAU,CAAC;IAGzB,UAAU,EAAE,UAAU,CAAC;IACvB,eAAe,EAAE,MAAM,EAAE,CAAC;IAM1B,MAAM,EAAE,OAAO,CAAC;IAChB,MAAM,EAAE,OAAO,CAAC;IAChB,MAAM,EAAE,OAAO,CAAC;IAChB,MAAM,EAAE,OAAO,CAAC;IAChB,MAAM,EAAE,OAAO,CAAC;IAChB,MAAM,EAAE,OAAO,CAAC;IAChB,MAAM,EAAE,OAAO,CAAC;IAChB,MAAM,EAAE,OAAO,CAAC;IAChB,MAAM,EAAE,OAAO,CAAC;IAChB,OAAO,EAAE,OAAO,CAAC;IAGjB,MAAM,EAAE,UAAU,CAAC;IACnB,MAAM,EAAE,UAAU,CAAC;IAGnB,KAAK,EAAE,UAAU,CAAC;IAClB,KAAK,EAAE,UAAU,CAAC;IAClB,KAAK,EAAE,UAAU,CAAC;IAClB,KAAK,EAAE,UAAU,CAAC;IAGlB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IAGtB,KAAK,EAAE,GAAG,EAAE,CAAC;IACb,KAAK,EAAE,GAAG,EAAE,CAAC;IACb,KAAK,EAAE,GAAG,EAAE,CAAC;IACb,KAAK,EAAE,GAAG,EAAE,CAAC;IAGb,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IAGpB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IAKpB,YAAY,EAAE,CAAC,eAAe,GAAG;QAE/B,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;QACrB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;QACxB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;QACvB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;QAC3B,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;QAGvB,aAAa,EAAE,YAAY,EAAE,CAAC;QAC9B,GAAG,EAAE,GAAG,EAAE,CAAC;QACX,GAAG,EAAE,OAAO,EAAE,CAAC;QAGf,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;QACxB,SAAS,EAAE,MAAM,CAAC;QAMlB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;QACrB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;QACrB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;QACrB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;QACrB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;QACrB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;QACrB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;QACrB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;QACrB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;QACrB,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;QAGtB,KAAK,EAAE,GAAG,EAAE,CAAC;QACb,KAAK,EAAE,GAAG,EAAE,CAAC;QACb,KAAK,EAAE,GAAG,EAAE,CAAC;QACb,KAAK,EAAE,GAAG,EAAE,CAAC;QAGb,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;QACpB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;QACpB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;QACpB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;QAGpB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;QACpB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;QACpB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;QACpB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;KACrB,CAAC,EAAE,CAAC;CACN;AAED,MAAM,WAAW,4BAA4B;IAC3C,IAAI,EAAE,QAAQ,CAAC;CAChB"}
|
|
@@ -225,32 +225,32 @@ export declare const POST_FULL_INCLUDE: {
|
|
|
225
225
|
};
|
|
226
226
|
};
|
|
227
227
|
seoMetadatas: true;
|
|
228
|
-
|
|
228
|
+
files1: {
|
|
229
229
|
include: {
|
|
230
230
|
translations: true;
|
|
231
231
|
};
|
|
232
232
|
};
|
|
233
|
-
|
|
233
|
+
files2: {
|
|
234
234
|
include: {
|
|
235
235
|
translations: true;
|
|
236
236
|
};
|
|
237
237
|
};
|
|
238
|
-
|
|
238
|
+
file1: {
|
|
239
239
|
include: {
|
|
240
240
|
translations: true;
|
|
241
241
|
};
|
|
242
242
|
};
|
|
243
|
-
|
|
243
|
+
file2: {
|
|
244
244
|
include: {
|
|
245
245
|
translations: true;
|
|
246
246
|
};
|
|
247
247
|
};
|
|
248
|
-
|
|
248
|
+
file3: {
|
|
249
249
|
include: {
|
|
250
250
|
translations: true;
|
|
251
251
|
};
|
|
252
252
|
};
|
|
253
|
-
|
|
253
|
+
file4: {
|
|
254
254
|
include: {
|
|
255
255
|
translations: true;
|
|
256
256
|
};
|
|
@@ -9,6 +9,7 @@ export declare function createSchemas({ z, exist, }: {
|
|
|
9
9
|
z: typeof zod;
|
|
10
10
|
text: () => zod.ZodString;
|
|
11
11
|
positiveNumber: () => zod.ZodPipe<zod.ZodTransform<number | undefined, unknown>, zod.ZodNumber>;
|
|
12
|
+
positiveInteger: () => zod.ZodPipe<zod.ZodTransform<number | undefined, unknown>, zod.ZodNumber>;
|
|
12
13
|
email: () => zod.ZodEmail;
|
|
13
14
|
password: () => zod.ZodString;
|
|
14
15
|
isoString: () => zod.ZodString;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schemas.d.ts","sourceRoot":"","sources":["../../../../../../../src/server/infrastructure/zod/schemas/schemas.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAC/C,OAAO,KAAK,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAChE,OAAO,KAAK,GAAG,MAAM,KAAK,CAAC;AAC3B,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,KAAK,CAAC;AAEnC,wBAAgB,aAAa,CAAC,EAC5B,CAAC,EACD,KAAK,GACN,EAAE;IACD,CAAC,EAAE,UAAU,CAAC,OAAO,SAAS,CAAC,CAAC;IAChC,KAAK,EAAE,UAAU,CAAC,OAAO,WAAW,CAAC,CAAC;CACvC
|
|
1
|
+
{"version":3,"file":"schemas.d.ts","sourceRoot":"","sources":["../../../../../../../src/server/infrastructure/zod/schemas/schemas.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAC/C,OAAO,KAAK,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAChE,OAAO,KAAK,GAAG,MAAM,KAAK,CAAC;AAC3B,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,KAAK,CAAC;AAEnC,wBAAgB,aAAa,CAAC,EAC5B,CAAC,EACD,KAAK,GACN,EAAE;IACD,CAAC,EAAE,UAAU,CAAC,OAAO,SAAS,CAAC,CAAC;IAChC,KAAK,EAAE,UAAU,CAAC,OAAO,WAAW,CAAC,CAAC;CACvC;;;;;;;;YAmDgB,CAAC,SAAS,OAAO,UAAU,CAAC;;;;;;0BAkDd,YAAY;;;0BAUZ,YAAY;;;;;;;EA+B1C"}
|
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
import type { createSchemas } from "../../../../../../infrastructure";
|
|
2
2
|
export declare const configUpdateValidator: (schemas: ReturnType<typeof createSchemas>) => import("zod").ZodObject<{
|
|
3
|
+
files1: import("zod").ZodPipe<import("zod").ZodArray<import("zod").ZodObject<{
|
|
4
|
+
id: import("zod").ZodString;
|
|
5
|
+
}, import("zod/v4/core").$strip>>, import("zod").ZodTransform<{
|
|
6
|
+
id: string;
|
|
7
|
+
}[], {
|
|
8
|
+
id: string;
|
|
9
|
+
}[]>>;
|
|
10
|
+
files2: import("zod").ZodPipe<import("zod").ZodArray<import("zod").ZodObject<{
|
|
11
|
+
id: import("zod").ZodString;
|
|
12
|
+
}, import("zod/v4/core").$strip>>, import("zod").ZodTransform<{
|
|
13
|
+
id: string;
|
|
14
|
+
}[], {
|
|
15
|
+
id: string;
|
|
16
|
+
}[]>>;
|
|
17
|
+
file1: import("zod").ZodNullable<import("zod").ZodObject<{
|
|
18
|
+
id: import("zod").ZodString;
|
|
19
|
+
}, import("zod/v4/core").$strip>>;
|
|
20
|
+
file2: import("zod").ZodNullable<import("zod").ZodObject<{
|
|
21
|
+
id: import("zod").ZodString;
|
|
22
|
+
}, import("zod/v4/core").$strip>>;
|
|
23
|
+
file3: import("zod").ZodNullable<import("zod").ZodObject<{
|
|
24
|
+
id: import("zod").ZodString;
|
|
25
|
+
}, import("zod/v4/core").$strip>>;
|
|
26
|
+
file4: import("zod").ZodNullable<import("zod").ZodObject<{
|
|
27
|
+
id: import("zod").ZodString;
|
|
28
|
+
}, import("zod/v4/core").$strip>>;
|
|
3
29
|
translations: import("zod").ZodPipe<import("zod").ZodArray<import("zod").ZodObject<{
|
|
4
30
|
locale: import("zod").ZodString;
|
|
5
31
|
text1: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"config-update-validator.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/server/interfaces/actions/resources/config/commands/update/config-update-validator.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,kCAAkC,CAAC;AAEtE,eAAO,MAAM,qBAAqB,GAChC,SAAS,UAAU,CAAC,OAAO,aAAa,CAAC
|
|
1
|
+
{"version":3,"file":"config-update-validator.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/server/interfaces/actions/resources/config/commands/update/config-update-validator.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,kCAAkC,CAAC;AAEtE,eAAO,MAAM,qBAAqB,GAChC,SAAS,UAAU,CAAC,OAAO,aAAa,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gCAmDvC,CAAC"}
|
|
@@ -3,18 +3,18 @@ import type { PostListCard } from "../../../../../../../domain/resources/post/ca
|
|
|
3
3
|
import type { ActionContext } from "../../../../action-context";
|
|
4
4
|
import type z from "zod";
|
|
5
5
|
import { postCreateValidator } from "./post-create-validator";
|
|
6
|
-
export type PostCreateFormData = Omit<z.infer<ReturnType<typeof postCreateValidator>>, "author" | "parents" | "tags" | "relatedPosts" | "coverImage" | "
|
|
6
|
+
export type PostCreateFormData = Omit<z.infer<ReturnType<typeof postCreateValidator>>, "author" | "parents" | "tags" | "relatedPosts" | "coverImage" | "files1" | "files2" | "file1" | "file2" | "file3" | "file4"> & {
|
|
7
7
|
author: AdminFull | null;
|
|
8
8
|
parents: PostListCard[];
|
|
9
9
|
tags: PostListCard[];
|
|
10
10
|
relatedPosts: PostListCard[];
|
|
11
11
|
coverImage: FileCard | null;
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
12
|
+
files1: FileCard[];
|
|
13
|
+
files2: FileCard[];
|
|
14
|
+
file1: FileCard | null;
|
|
15
|
+
file2: FileCard | null;
|
|
16
|
+
file3: FileCard | null;
|
|
17
|
+
file4: FileCard | null;
|
|
18
18
|
};
|
|
19
19
|
export declare function createPostCreateAction(ctx: ActionContext): ({ formData, }: {
|
|
20
20
|
formData: PostCreateFormData;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-post-create-action.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/server/interfaces/actions/resources/post/commands/create/create-post-create-action.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,6BAA6B,CAAC;AACvE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iDAAiD,CAAC;AACpF,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAChE,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAE9D,MAAM,MAAM,kBAAkB,GAAG,IAAI,CACnC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,OAAO,mBAAmB,CAAC,CAAC,EAC7C,QAAQ,GACR,SAAS,GACT,MAAM,GACN,cAAc,GACd,YAAY,GAEZ,
|
|
1
|
+
{"version":3,"file":"create-post-create-action.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/server/interfaces/actions/resources/post/commands/create/create-post-create-action.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,6BAA6B,CAAC;AACvE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iDAAiD,CAAC;AACpF,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAChE,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAE9D,MAAM,MAAM,kBAAkB,GAAG,IAAI,CACnC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,OAAO,mBAAmB,CAAC,CAAC,EAC7C,QAAQ,GACR,SAAS,GACT,MAAM,GACN,cAAc,GACd,YAAY,GAEZ,QAAQ,GACR,QAAQ,GACR,OAAO,GACP,OAAO,GACP,OAAO,GACP,OAAO,CACV,GAAG;IACF,MAAM,EAAE,SAAS,GAAG,IAAI,CAAC;IACzB,OAAO,EAAE,YAAY,EAAE,CAAC;IACxB,IAAI,EAAE,YAAY,EAAE,CAAC;IACrB,YAAY,EAAE,YAAY,EAAE,CAAC;IAC7B,UAAU,EAAE,QAAQ,GAAG,IAAI,CAAC;IAE5B,MAAM,EAAE,QAAQ,EAAE,CAAC;IACnB,MAAM,EAAE,QAAQ,EAAE,CAAC;IACnB,KAAK,EAAE,QAAQ,GAAG,IAAI,CAAC;IACvB,KAAK,EAAE,QAAQ,GAAG,IAAI,CAAC;IACvB,KAAK,EAAE,QAAQ,GAAG,IAAI,CAAC;IACvB,KAAK,EAAE,QAAQ,GAAG,IAAI,CAAC;CACxB,CAAC;AAEF,wBAAgB,sBAAsB,CAAC,GAAG,EAAE,aAAa,IAQhB,eAEpC;IACD,QAAQ,EAAE,kBAAkB,CAAC;CAC9B;;IA4BF"}
|
|
@@ -53,30 +53,30 @@ export declare const postCreateValidator: ({ type, topicId, schemas, tocItemSche
|
|
|
53
53
|
state8: import("zod").ZodBoolean;
|
|
54
54
|
state9: import("zod").ZodBoolean;
|
|
55
55
|
state10: import("zod").ZodBoolean;
|
|
56
|
-
|
|
56
|
+
files1: import("zod").ZodPipe<import("zod").ZodArray<import("zod").ZodObject<{
|
|
57
57
|
id: import("zod").ZodString;
|
|
58
58
|
}, import("zod/v4/core").$strip>>, import("zod").ZodTransform<{
|
|
59
59
|
id: string;
|
|
60
60
|
}[], {
|
|
61
61
|
id: string;
|
|
62
62
|
}[]>>;
|
|
63
|
-
|
|
63
|
+
files2: import("zod").ZodPipe<import("zod").ZodArray<import("zod").ZodObject<{
|
|
64
64
|
id: import("zod").ZodString;
|
|
65
65
|
}, import("zod/v4/core").$strip>>, import("zod").ZodTransform<{
|
|
66
66
|
id: string;
|
|
67
67
|
}[], {
|
|
68
68
|
id: string;
|
|
69
69
|
}[]>>;
|
|
70
|
-
|
|
70
|
+
file1: import("zod").ZodNullable<import("zod").ZodObject<{
|
|
71
71
|
id: import("zod").ZodString;
|
|
72
72
|
}, import("zod/v4/core").$strip>>;
|
|
73
|
-
|
|
73
|
+
file2: import("zod").ZodNullable<import("zod").ZodObject<{
|
|
74
74
|
id: import("zod").ZodString;
|
|
75
75
|
}, import("zod/v4/core").$strip>>;
|
|
76
|
-
|
|
76
|
+
file3: import("zod").ZodNullable<import("zod").ZodObject<{
|
|
77
77
|
id: import("zod").ZodString;
|
|
78
78
|
}, import("zod/v4/core").$strip>>;
|
|
79
|
-
|
|
79
|
+
file4: import("zod").ZodNullable<import("zod").ZodObject<{
|
|
80
80
|
id: import("zod").ZodString;
|
|
81
81
|
}, import("zod/v4/core").$strip>>;
|
|
82
82
|
text1: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -93,6 +93,14 @@ export declare const postCreateValidator: ({ type, topicId, schemas, tocItemSche
|
|
|
93
93
|
data2: import("zod").ZodPipe<import("zod").ZodArray<import("zod").ZodAny>, import("zod").ZodTransform<any[], any[]>>;
|
|
94
94
|
data3: import("zod").ZodPipe<import("zod").ZodArray<import("zod").ZodAny>, import("zod").ZodTransform<any[], any[]>>;
|
|
95
95
|
data4: import("zod").ZodPipe<import("zod").ZodArray<import("zod").ZodAny>, import("zod").ZodTransform<any[], any[]>>;
|
|
96
|
+
dec1: import("zod").ZodNullable<import("zod").ZodPipe<import("zod").ZodTransform<number | undefined, unknown>, import("zod").ZodNumber>>;
|
|
97
|
+
dec2: import("zod").ZodNullable<import("zod").ZodPipe<import("zod").ZodTransform<number | undefined, unknown>, import("zod").ZodNumber>>;
|
|
98
|
+
dec3: import("zod").ZodNullable<import("zod").ZodPipe<import("zod").ZodTransform<number | undefined, unknown>, import("zod").ZodNumber>>;
|
|
99
|
+
dec4: import("zod").ZodNullable<import("zod").ZodPipe<import("zod").ZodTransform<number | undefined, unknown>, import("zod").ZodNumber>>;
|
|
100
|
+
int1: import("zod").ZodNullable<import("zod").ZodPipe<import("zod").ZodTransform<number | undefined, unknown>, import("zod").ZodNumber>>;
|
|
101
|
+
int2: import("zod").ZodNullable<import("zod").ZodPipe<import("zod").ZodTransform<number | undefined, unknown>, import("zod").ZodNumber>>;
|
|
102
|
+
int3: import("zod").ZodNullable<import("zod").ZodPipe<import("zod").ZodTransform<number | undefined, unknown>, import("zod").ZodNumber>>;
|
|
103
|
+
int4: import("zod").ZodNullable<import("zod").ZodPipe<import("zod").ZodTransform<number | undefined, unknown>, import("zod").ZodNumber>>;
|
|
96
104
|
translations: import("zod").ZodPipe<import("zod").ZodArray<import("zod").ZodObject<{
|
|
97
105
|
locale: import("zod").ZodString;
|
|
98
106
|
title: import("zod").ZodNullable<import("zod").ZodString>;
|
|
@@ -137,6 +145,14 @@ export declare const postCreateValidator: ({ type, topicId, schemas, tocItemSche
|
|
|
137
145
|
data2: import("zod").ZodPipe<import("zod").ZodArray<import("zod").ZodAny>, import("zod").ZodTransform<any[], any[]>>;
|
|
138
146
|
data3: import("zod").ZodPipe<import("zod").ZodArray<import("zod").ZodAny>, import("zod").ZodTransform<any[], any[]>>;
|
|
139
147
|
data4: import("zod").ZodPipe<import("zod").ZodArray<import("zod").ZodAny>, import("zod").ZodTransform<any[], any[]>>;
|
|
148
|
+
dec1: import("zod").ZodNullable<import("zod").ZodPipe<import("zod").ZodTransform<number | undefined, unknown>, import("zod").ZodNumber>>;
|
|
149
|
+
dec2: import("zod").ZodNullable<import("zod").ZodPipe<import("zod").ZodTransform<number | undefined, unknown>, import("zod").ZodNumber>>;
|
|
150
|
+
dec3: import("zod").ZodNullable<import("zod").ZodPipe<import("zod").ZodTransform<number | undefined, unknown>, import("zod").ZodNumber>>;
|
|
151
|
+
dec4: import("zod").ZodNullable<import("zod").ZodPipe<import("zod").ZodTransform<number | undefined, unknown>, import("zod").ZodNumber>>;
|
|
152
|
+
int1: import("zod").ZodNullable<import("zod").ZodPipe<import("zod").ZodTransform<number | undefined, unknown>, import("zod").ZodNumber>>;
|
|
153
|
+
int2: import("zod").ZodNullable<import("zod").ZodPipe<import("zod").ZodTransform<number | undefined, unknown>, import("zod").ZodNumber>>;
|
|
154
|
+
int3: import("zod").ZodNullable<import("zod").ZodPipe<import("zod").ZodTransform<number | undefined, unknown>, import("zod").ZodNumber>>;
|
|
155
|
+
int4: import("zod").ZodNullable<import("zod").ZodPipe<import("zod").ZodTransform<number | undefined, unknown>, import("zod").ZodNumber>>;
|
|
140
156
|
}, import("zod/v4/core").$strip>>, import("zod").ZodTransform<{
|
|
141
157
|
locale: string;
|
|
142
158
|
title: string | null;
|
|
@@ -169,6 +185,14 @@ export declare const postCreateValidator: ({ type, topicId, schemas, tocItemSche
|
|
|
169
185
|
data2: any[];
|
|
170
186
|
data3: any[];
|
|
171
187
|
data4: any[];
|
|
188
|
+
dec1: number | null;
|
|
189
|
+
dec2: number | null;
|
|
190
|
+
dec3: number | null;
|
|
191
|
+
dec4: number | null;
|
|
192
|
+
int1: number | null;
|
|
193
|
+
int2: number | null;
|
|
194
|
+
int3: number | null;
|
|
195
|
+
int4: number | null;
|
|
172
196
|
}[], {
|
|
173
197
|
locale: string;
|
|
174
198
|
title: string | null;
|
|
@@ -201,6 +225,14 @@ export declare const postCreateValidator: ({ type, topicId, schemas, tocItemSche
|
|
|
201
225
|
data2: any[];
|
|
202
226
|
data3: any[];
|
|
203
227
|
data4: any[];
|
|
228
|
+
dec1: number | null;
|
|
229
|
+
dec2: number | null;
|
|
230
|
+
dec3: number | null;
|
|
231
|
+
dec4: number | null;
|
|
232
|
+
int1: number | null;
|
|
233
|
+
int2: number | null;
|
|
234
|
+
int3: number | null;
|
|
235
|
+
int4: number | null;
|
|
204
236
|
}[]>>;
|
|
205
237
|
}, import("zod/v4/core").$strip>, import("zod").ZodTransform<{
|
|
206
238
|
index: number | null;
|
|
@@ -237,6 +269,14 @@ export declare const postCreateValidator: ({ type, topicId, schemas, tocItemSche
|
|
|
237
269
|
data2: any[];
|
|
238
270
|
data3: any[];
|
|
239
271
|
data4: any[];
|
|
272
|
+
dec1: number | null;
|
|
273
|
+
dec2: number | null;
|
|
274
|
+
dec3: number | null;
|
|
275
|
+
dec4: number | null;
|
|
276
|
+
int1: number | null;
|
|
277
|
+
int2: number | null;
|
|
278
|
+
int3: number | null;
|
|
279
|
+
int4: number | null;
|
|
240
280
|
}[];
|
|
241
281
|
type: string;
|
|
242
282
|
isLocked: boolean;
|
|
@@ -272,22 +312,22 @@ export declare const postCreateValidator: ({ type, topicId, schemas, tocItemSche
|
|
|
272
312
|
state8: boolean;
|
|
273
313
|
state9: boolean;
|
|
274
314
|
state10: boolean;
|
|
275
|
-
|
|
315
|
+
files1: {
|
|
276
316
|
id: string;
|
|
277
317
|
}[];
|
|
278
|
-
|
|
318
|
+
files2: {
|
|
279
319
|
id: string;
|
|
280
320
|
}[];
|
|
281
|
-
|
|
321
|
+
file1: {
|
|
282
322
|
id: string;
|
|
283
323
|
} | null;
|
|
284
|
-
|
|
324
|
+
file2: {
|
|
285
325
|
id: string;
|
|
286
326
|
} | null;
|
|
287
|
-
|
|
327
|
+
file3: {
|
|
288
328
|
id: string;
|
|
289
329
|
} | null;
|
|
290
|
-
|
|
330
|
+
file4: {
|
|
291
331
|
id: string;
|
|
292
332
|
} | null;
|
|
293
333
|
text1: string | null;
|
|
@@ -304,6 +344,14 @@ export declare const postCreateValidator: ({ type, topicId, schemas, tocItemSche
|
|
|
304
344
|
data2: any[];
|
|
305
345
|
data3: any[];
|
|
306
346
|
data4: any[];
|
|
347
|
+
dec1: number | null;
|
|
348
|
+
dec2: number | null;
|
|
349
|
+
dec3: number | null;
|
|
350
|
+
dec4: number | null;
|
|
351
|
+
int1: number | null;
|
|
352
|
+
int2: number | null;
|
|
353
|
+
int3: number | null;
|
|
354
|
+
int4: number | null;
|
|
307
355
|
}, {
|
|
308
356
|
type: string;
|
|
309
357
|
isLocked: boolean;
|
|
@@ -341,22 +389,22 @@ export declare const postCreateValidator: ({ type, topicId, schemas, tocItemSche
|
|
|
341
389
|
state8: boolean;
|
|
342
390
|
state9: boolean;
|
|
343
391
|
state10: boolean;
|
|
344
|
-
|
|
392
|
+
files1: {
|
|
345
393
|
id: string;
|
|
346
394
|
}[];
|
|
347
|
-
|
|
395
|
+
files2: {
|
|
348
396
|
id: string;
|
|
349
397
|
}[];
|
|
350
|
-
|
|
398
|
+
file1: {
|
|
351
399
|
id: string;
|
|
352
400
|
} | null;
|
|
353
|
-
|
|
401
|
+
file2: {
|
|
354
402
|
id: string;
|
|
355
403
|
} | null;
|
|
356
|
-
|
|
404
|
+
file3: {
|
|
357
405
|
id: string;
|
|
358
406
|
} | null;
|
|
359
|
-
|
|
407
|
+
file4: {
|
|
360
408
|
id: string;
|
|
361
409
|
} | null;
|
|
362
410
|
text1: string | null;
|
|
@@ -373,6 +421,14 @@ export declare const postCreateValidator: ({ type, topicId, schemas, tocItemSche
|
|
|
373
421
|
data2: any[];
|
|
374
422
|
data3: any[];
|
|
375
423
|
data4: any[];
|
|
424
|
+
dec1: number | null;
|
|
425
|
+
dec2: number | null;
|
|
426
|
+
dec3: number | null;
|
|
427
|
+
dec4: number | null;
|
|
428
|
+
int1: number | null;
|
|
429
|
+
int2: number | null;
|
|
430
|
+
int3: number | null;
|
|
431
|
+
int4: number | null;
|
|
376
432
|
translations: {
|
|
377
433
|
locale: string;
|
|
378
434
|
title: string | null;
|
|
@@ -405,6 +461,14 @@ export declare const postCreateValidator: ({ type, topicId, schemas, tocItemSche
|
|
|
405
461
|
data2: any[];
|
|
406
462
|
data3: any[];
|
|
407
463
|
data4: any[];
|
|
464
|
+
dec1: number | null;
|
|
465
|
+
dec2: number | null;
|
|
466
|
+
dec3: number | null;
|
|
467
|
+
dec4: number | null;
|
|
468
|
+
int1: number | null;
|
|
469
|
+
int2: number | null;
|
|
470
|
+
int3: number | null;
|
|
471
|
+
int4: number | null;
|
|
408
472
|
}[];
|
|
409
473
|
}>>;
|
|
410
474
|
//# sourceMappingURL=post-create-validator.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"post-create-validator.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/server/interfaces/actions/resources/post/commands/create/post-create-validator.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,aAAa,EACb,mBAAmB,EACpB,MAAM,kCAAkC,CAAC;AAE1C,eAAO,MAAM,mBAAmB,GAAI,4CAKjC;IACD,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,OAAO,EAAE,UAAU,CAAC,OAAO,aAAa,CAAC,CAAC;IAC1C,aAAa,EAAE,UAAU,CAAC,OAAO,mBAAmB,CAAC,CAAC;CACvD
|
|
1
|
+
{"version":3,"file":"post-create-validator.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/server/interfaces/actions/resources/post/commands/create/post-create-validator.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,aAAa,EACb,mBAAmB,EACpB,MAAM,kCAAkC,CAAC;AAE1C,eAAO,MAAM,mBAAmB,GAAI,4CAKjC;IACD,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,OAAO,EAAE,UAAU,CAAC,OAAO,aAAa,CAAC,CAAC;IAC1C,aAAa,EAAE,UAAU,CAAC,OAAO,mBAAmB,CAAC,CAAC;CACvD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwLM,CAAC"}
|