@unchainedshop/api 4.3.5 → 4.3.6
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/lib/chat/generateImageHandler.js +1 -1
- package/lib/chat/generateImageHandler.js.map +1 -1
- package/lib/chat/utils.js +1 -1
- package/lib/chat/utils.js.map +1 -1
- package/lib/express/chatHandler.d.ts.map +1 -1
- package/lib/express/chatHandler.js +7 -3
- package/lib/express/chatHandler.js.map +1 -1
- package/lib/express/createMCPMiddleware.d.ts +1 -1
- package/lib/express/createMCPMiddleware.d.ts.map +1 -1
- package/lib/express/createMCPMiddleware.js +21 -4
- package/lib/express/createMCPMiddleware.js.map +1 -1
- package/lib/fastify/chatHandler.d.ts.map +1 -1
- package/lib/fastify/chatHandler.js +7 -3
- package/lib/fastify/chatHandler.js.map +1 -1
- package/lib/fastify/index.d.ts.map +1 -1
- package/lib/fastify/index.js +1 -4
- package/lib/fastify/index.js.map +1 -1
- package/lib/fastify/mcpHandler.d.ts +1 -1
- package/lib/fastify/mcpHandler.d.ts.map +1 -1
- package/lib/fastify/mcpHandler.js +20 -5
- package/lib/fastify/mcpHandler.js.map +1 -1
- package/lib/mcp/index.d.ts +2 -2
- package/lib/mcp/index.d.ts.map +1 -1
- package/lib/mcp/index.js +1 -6
- package/lib/mcp/index.js.map +1 -1
- package/lib/mcp/resources/localization.d.ts +2 -2
- package/lib/mcp/resources/localization.d.ts.map +1 -1
- package/lib/mcp/tools/assortment/index.d.ts +2 -2
- package/lib/mcp/tools/assortment/index.d.ts.map +1 -1
- package/lib/mcp/tools/assortment/schemas.d.ts +167 -724
- package/lib/mcp/tools/assortment/schemas.d.ts.map +1 -1
- package/lib/mcp/tools/assortment/schemas.js +1 -1
- package/lib/mcp/tools/assortment/schemas.js.map +1 -1
- package/lib/mcp/tools/filter/index.d.ts +2 -2
- package/lib/mcp/tools/filter/index.d.ts.map +1 -1
- package/lib/mcp/tools/filter/schemas.d.ts +100 -413
- package/lib/mcp/tools/filter/schemas.d.ts.map +1 -1
- package/lib/mcp/tools/localization/index.d.ts +2 -2
- package/lib/mcp/tools/localization/index.d.ts.map +1 -1
- package/lib/mcp/tools/localization/schemas.d.ts +85 -224
- package/lib/mcp/tools/localization/schemas.d.ts.map +1 -1
- package/lib/mcp/tools/localization/schemas.js +3 -3
- package/lib/mcp/tools/localization/schemas.js.map +1 -1
- package/lib/mcp/tools/order/index.d.ts +1 -1
- package/lib/mcp/tools/order/index.d.ts.map +1 -1
- package/lib/mcp/tools/order/schemas.d.ts +160 -290
- package/lib/mcp/tools/order/schemas.d.ts.map +1 -1
- package/lib/mcp/tools/order/schemas.js +16 -10
- package/lib/mcp/tools/order/schemas.js.map +1 -1
- package/lib/mcp/tools/product/index.d.ts +1 -1
- package/lib/mcp/tools/product/index.d.ts.map +1 -1
- package/lib/mcp/tools/product/schemas.d.ts +373 -2153
- package/lib/mcp/tools/product/schemas.d.ts.map +1 -1
- package/lib/mcp/tools/product/schemas.js +5 -2
- package/lib/mcp/tools/product/schemas.js.map +1 -1
- package/lib/mcp/tools/provider/index.d.ts +1 -1
- package/lib/mcp/tools/provider/index.d.ts.map +1 -1
- package/lib/mcp/tools/provider/schemas.d.ts +193 -194
- package/lib/mcp/tools/provider/schemas.d.ts.map +1 -1
- package/lib/mcp/tools/provider/schemas.js +4 -4
- package/lib/mcp/tools/provider/schemas.js.map +1 -1
- package/lib/mcp/tools/quotation/index.d.ts +1 -1
- package/lib/mcp/tools/quotation/index.d.ts.map +1 -1
- package/lib/mcp/tools/quotation/schemas.d.ts +78 -172
- package/lib/mcp/tools/quotation/schemas.d.ts.map +1 -1
- package/lib/mcp/tools/quotation/schemas.js +4 -4
- package/lib/mcp/tools/quotation/schemas.js.map +1 -1
- package/lib/mcp/tools/system/index.d.ts +1 -1
- package/lib/mcp/tools/system/index.d.ts.map +1 -1
- package/lib/mcp/tools/system/schemas.d.ts +96 -346
- package/lib/mcp/tools/system/schemas.d.ts.map +1 -1
- package/lib/mcp/tools/users/index.d.ts +1 -1
- package/lib/mcp/tools/users/index.d.ts.map +1 -1
- package/lib/mcp/tools/users/schemas.d.ts +125 -789
- package/lib/mcp/tools/users/schemas.d.ts.map +1 -1
- package/lib/mcp/utils/sharedSchemas.d.ts +21 -29
- package/lib/mcp/utils/sharedSchemas.d.ts.map +1 -1
- package/lib/resolvers/mutations/accounts/verifyWeb3Address.js.map +1 -1
- package/package.json +6 -6
- package/src/chat/generateImageHandler.ts +1 -1
- package/src/chat/utils.ts +1 -1
- package/src/express/chatHandler.ts +12 -3
- package/src/express/createMCPMiddleware.ts +36 -8
- package/src/fastify/chatHandler.ts +10 -3
- package/src/fastify/index.ts +2 -4
- package/src/fastify/mcpHandler.ts +33 -9
- package/src/mcp/index.ts +3 -9
- package/src/mcp/resources/localization.ts +2 -2
- package/src/mcp/tools/assortment/index.ts +2 -2
- package/src/mcp/tools/assortment/schemas.ts +1 -1
- package/src/mcp/tools/filter/index.ts +2 -2
- package/src/mcp/tools/localization/index.ts +2 -2
- package/src/mcp/tools/localization/schemas.ts +4 -3
- package/src/mcp/tools/order/index.ts +1 -1
- package/src/mcp/tools/order/schemas.ts +18 -10
- package/src/mcp/tools/product/index.ts +1 -1
- package/src/mcp/tools/product/schemas.ts +5 -2
- package/src/mcp/tools/provider/index.ts +1 -1
- package/src/mcp/tools/provider/schemas.ts +5 -4
- package/src/mcp/tools/quotation/index.ts +1 -1
- package/src/mcp/tools/quotation/schemas.ts +4 -4
- package/src/mcp/tools/system/index.ts +1 -1
- package/src/mcp/tools/users/index.ts +1 -1
- package/src/resolvers/mutations/accounts/verifyWeb3Address.ts +3 -3
- package/lib/express/createApolloMiddleware.d.ts +0 -4
- package/lib/express/createApolloMiddleware.d.ts.map +0 -1
- package/lib/express/createApolloMiddleware.js +0 -36
- package/lib/express/createApolloMiddleware.js.map +0 -1
- package/lib/express/createSingleSignOnMiddleware.d.ts +0 -5
- package/lib/express/createSingleSignOnMiddleware.d.ts.map +0 -1
- package/lib/express/createSingleSignOnMiddleware.js +0 -71
- package/lib/express/createSingleSignOnMiddleware.js.map +0 -1
- package/lib/hashPassword.d.ts +0 -2
- package/lib/hashPassword.d.ts.map +0 -1
- package/lib/hashPassword.js +0 -5
- package/lib/hashPassword.js.map +0 -1
- package/lib/loaders/productLoaderBySKU.d.ts +0 -10
- package/lib/loaders/productLoaderBySKU.d.ts.map +0 -1
- package/lib/loaders/productLoaderBySKU.js +0 -16
- package/lib/loaders/productLoaderBySKU.js.map +0 -1
- package/lib/resolvers/mutations/accounts/buildSecretTOTPAuthURL.d.ts +0 -3
- package/lib/resolvers/mutations/accounts/buildSecretTOTPAuthURL.d.ts.map +0 -1
- package/lib/resolvers/mutations/accounts/buildSecretTOTPAuthURL.js +0 -6
- package/lib/resolvers/mutations/accounts/buildSecretTOTPAuthURL.js.map +0 -1
- package/lib/resolvers/mutations/accounts/disableTOTP.d.ts +0 -6
- package/lib/resolvers/mutations/accounts/disableTOTP.d.ts.map +0 -1
- package/lib/resolvers/mutations/accounts/disableTOTP.js +0 -27
- package/lib/resolvers/mutations/accounts/disableTOTP.js.map +0 -1
- package/lib/resolvers/mutations/accounts/enableTOTP.d.ts +0 -6
- package/lib/resolvers/mutations/accounts/enableTOTP.d.ts.map +0 -1
- package/lib/resolvers/mutations/accounts/enableTOTP.js +0 -20
- package/lib/resolvers/mutations/accounts/enableTOTP.js.map +0 -1
- package/lib/resolvers/mutations/accounts/linkOAuthAccount.d.ts +0 -7
- package/lib/resolvers/mutations/accounts/linkOAuthAccount.d.ts.map +0 -1
- package/lib/resolvers/mutations/accounts/linkOAuthAccount.js +0 -30
- package/lib/resolvers/mutations/accounts/linkOAuthAccount.js.map +0 -1
- package/lib/resolvers/mutations/accounts/loginWithOAuth.d.ts +0 -8
- package/lib/resolvers/mutations/accounts/loginWithOAuth.d.ts.map +0 -1
- package/lib/resolvers/mutations/accounts/loginWithOAuth.js +0 -25
- package/lib/resolvers/mutations/accounts/loginWithOAuth.js.map +0 -1
- package/lib/resolvers/mutations/accounts/logoutAllSessions.d.ts +0 -5
- package/lib/resolvers/mutations/accounts/logoutAllSessions.d.ts.map +0 -1
- package/lib/resolvers/mutations/accounts/logoutAllSessions.js +0 -20
- package/lib/resolvers/mutations/accounts/logoutAllSessions.js.map +0 -1
- package/lib/resolvers/mutations/accounts/unlinkOAuthAccount.d.ts +0 -6
- package/lib/resolvers/mutations/accounts/unlinkOAuthAccount.d.ts.map +0 -1
- package/lib/resolvers/mutations/accounts/unlinkOAuthAccount.js +0 -13
- package/lib/resolvers/mutations/accounts/unlinkOAuthAccount.js.map +0 -1
- package/lib/resolvers/mutations/assortments/addAssortmentMedia.d.ts +0 -6
- package/lib/resolvers/mutations/assortments/addAssortmentMedia.d.ts.map +0 -1
- package/lib/resolvers/mutations/assortments/addAssortmentMedia.js +0 -18
- package/lib/resolvers/mutations/assortments/addAssortmentMedia.js.map +0 -1
- package/lib/resolvers/mutations/orders/updateOrderPaymentCard.d.ts +0 -6
- package/lib/resolvers/mutations/orders/updateOrderPaymentCard.d.ts.map +0 -1
- package/lib/resolvers/mutations/orders/updateOrderPaymentCard.js +0 -26
- package/lib/resolvers/mutations/orders/updateOrderPaymentCard.js.map +0 -1
- package/lib/resolvers/mutations/products/addProductMedia.d.ts +0 -6
- package/lib/resolvers/mutations/products/addProductMedia.d.ts.map +0 -1
- package/lib/resolvers/mutations/products/addProductMedia.js +0 -18
- package/lib/resolvers/mutations/products/addProductMedia.js.map +0 -1
- package/lib/resolvers/mutations/users/updateUserAvatar.d.ts +0 -6
- package/lib/resolvers/mutations/users/updateUserAvatar.d.ts.map +0 -1
- package/lib/resolvers/mutations/users/updateUserAvatar.js +0 -22
- package/lib/resolvers/mutations/users/updateUserAvatar.js.map +0 -1
- package/lib/resolvers/mutations/utils/getOrderCart.d.ts +0 -7
- package/lib/resolvers/mutations/utils/getOrderCart.d.ts.map +0 -1
- package/lib/resolvers/mutations/utils/getOrderCart.js +0 -13
- package/lib/resolvers/mutations/utils/getOrderCart.js.map +0 -1
- package/lib/resolvers/type/color-types.d.ts +0 -18
- package/lib/resolvers/type/color-types.d.ts.map +0 -1
- package/lib/resolvers/type/color-types.js +0 -31
- package/lib/resolvers/type/color-types.js.map +0 -1
- package/lib/resolvers/type/dispatch-types.d.ts +0 -15
- package/lib/resolvers/type/dispatch-types.d.ts.map +0 -1
- package/lib/resolvers/type/dispatch-types.js +0 -16
- package/lib/resolvers/type/dispatch-types.js.map +0 -1
- package/lib/resolvers/type/oauth-account.d.ts +0 -6
- package/lib/resolvers/type/oauth-account.d.ts.map +0 -1
- package/lib/resolvers/type/oauth-account.js +0 -7
- package/lib/resolvers/type/oauth-account.js.map +0 -1
- package/lib/resolvers/type/oauth-provider.d.ts +0 -6
- package/lib/resolvers/type/oauth-provider.d.ts.map +0 -1
- package/lib/resolvers/type/oauth-provider.js +0 -6
- package/lib/resolvers/type/oauth-provider.js.map +0 -1
- package/lib/resolvers/type/stock-types.d.ts +0 -14
- package/lib/resolvers/type/stock-types.d.ts.map +0 -1
- package/lib/resolvers/type/stock-types.js +0 -15
- package/lib/resolvers/type/stock-types.js.map +0 -1
- package/lib/user-context.d.ts +0 -7
- package/lib/user-context.d.ts.map +0 -1
- package/lib/user-context.js +0 -76
- package/lib/user-context.js.map +0 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
export declare const WorkStatusKeys: [string, ...string[]];
|
|
3
|
-
export declare const ActiveWorkTypesSchema: z.ZodObject<{},
|
|
3
|
+
export declare const ActiveWorkTypesSchema: z.ZodObject<{}, z.core.$strip>;
|
|
4
4
|
export declare const actionValidators: {
|
|
5
|
-
readonly SHOP_INFO: z.ZodObject<{},
|
|
5
|
+
readonly SHOP_INFO: z.ZodObject<{}, z.core.$strip>;
|
|
6
6
|
readonly WORKER_ADD: z.ZodObject<{
|
|
7
7
|
type: z.ZodString;
|
|
8
8
|
priority: z.ZodDefault<z.ZodNumber>;
|
|
@@ -11,140 +11,50 @@ export declare const actionValidators: {
|
|
|
11
11
|
scheduled: z.ZodOptional<z.ZodString>;
|
|
12
12
|
retries: z.ZodDefault<z.ZodNumber>;
|
|
13
13
|
worker: z.ZodOptional<z.ZodString>;
|
|
14
|
-
},
|
|
15
|
-
|
|
16
|
-
priority: number;
|
|
17
|
-
retries: number;
|
|
18
|
-
scheduled?: string | undefined;
|
|
19
|
-
input?: any;
|
|
20
|
-
originalWorkId?: string | undefined;
|
|
21
|
-
worker?: string | undefined;
|
|
22
|
-
}, {
|
|
23
|
-
type: string;
|
|
24
|
-
priority?: number | undefined;
|
|
25
|
-
retries?: number | undefined;
|
|
26
|
-
scheduled?: string | undefined;
|
|
27
|
-
input?: any;
|
|
28
|
-
originalWorkId?: string | undefined;
|
|
29
|
-
worker?: string | undefined;
|
|
30
|
-
}>;
|
|
31
|
-
readonly WORKER_ACTIVE_WORK_TYPES: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
14
|
+
}, z.core.$strip>;
|
|
15
|
+
readonly WORKER_ACTIVE_WORK_TYPES: z.ZodObject<{}, z.core.$strip>;
|
|
32
16
|
readonly WORKER_ALLOCATE: z.ZodObject<{
|
|
33
|
-
types: z.ZodOptional<z.ZodArray<z.ZodString
|
|
17
|
+
types: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
34
18
|
worker: z.ZodOptional<z.ZodString>;
|
|
35
|
-
},
|
|
36
|
-
worker?: string | undefined;
|
|
37
|
-
types?: [string, ...string[]] | undefined;
|
|
38
|
-
}, {
|
|
39
|
-
worker?: string | undefined;
|
|
40
|
-
types?: [string, ...string[]] | undefined;
|
|
41
|
-
}>;
|
|
19
|
+
}, z.core.$strip>;
|
|
42
20
|
readonly WORKER_REMOVE: z.ZodObject<{
|
|
43
21
|
workId: z.ZodString;
|
|
44
|
-
},
|
|
45
|
-
workId: string;
|
|
46
|
-
}, {
|
|
47
|
-
workId: string;
|
|
48
|
-
}>;
|
|
22
|
+
}, z.core.$strip>;
|
|
49
23
|
readonly WORKER_GET: z.ZodObject<{
|
|
50
24
|
workId: z.ZodString;
|
|
51
|
-
},
|
|
52
|
-
workId: string;
|
|
53
|
-
}, {
|
|
54
|
-
workId: string;
|
|
55
|
-
}>;
|
|
25
|
+
}, z.core.$strip>;
|
|
56
26
|
readonly WORKER_LIST: z.ZodObject<{
|
|
57
27
|
created: z.ZodOptional<z.ZodObject<{
|
|
58
28
|
from: z.ZodOptional<z.ZodString>;
|
|
59
29
|
to: z.ZodOptional<z.ZodString>;
|
|
60
|
-
},
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
to?: string | undefined;
|
|
66
|
-
}>>;
|
|
67
|
-
status: z.ZodOptional<z.ZodArray<z.ZodEnum<[string, ...string[]]>, "many">>;
|
|
68
|
-
types: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
30
|
+
}, z.core.$strip>>;
|
|
31
|
+
status: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
32
|
+
[x: string]: string;
|
|
33
|
+
}>>>;
|
|
34
|
+
types: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
69
35
|
queryString: z.ZodOptional<z.ZodString>;
|
|
70
36
|
includeInactive: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
71
37
|
sort: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
72
38
|
key: z.ZodString;
|
|
73
|
-
value: z.ZodEnum<
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
}, {
|
|
78
|
-
key: string;
|
|
79
|
-
value: string;
|
|
80
|
-
}>, "many">>;
|
|
39
|
+
value: z.ZodEnum<{
|
|
40
|
+
[x: string]: string;
|
|
41
|
+
}>;
|
|
42
|
+
}, z.core.$strip>>>;
|
|
81
43
|
limit: z.ZodOptional<z.ZodNumber>;
|
|
82
44
|
offset: z.ZodOptional<z.ZodNumber>;
|
|
83
|
-
},
|
|
84
|
-
includeInactive: boolean;
|
|
85
|
-
created?: {
|
|
86
|
-
from?: string | undefined;
|
|
87
|
-
to?: string | undefined;
|
|
88
|
-
} | undefined;
|
|
89
|
-
sort?: {
|
|
90
|
-
key: string;
|
|
91
|
-
value: string;
|
|
92
|
-
}[] | undefined;
|
|
93
|
-
status?: string[] | undefined;
|
|
94
|
-
queryString?: string | undefined;
|
|
95
|
-
limit?: number | undefined;
|
|
96
|
-
offset?: number | undefined;
|
|
97
|
-
types?: string[] | undefined;
|
|
98
|
-
}, {
|
|
99
|
-
created?: {
|
|
100
|
-
from?: string | undefined;
|
|
101
|
-
to?: string | undefined;
|
|
102
|
-
} | undefined;
|
|
103
|
-
sort?: {
|
|
104
|
-
key: string;
|
|
105
|
-
value: string;
|
|
106
|
-
}[] | undefined;
|
|
107
|
-
status?: string[] | undefined;
|
|
108
|
-
includeInactive?: boolean | undefined;
|
|
109
|
-
queryString?: string | undefined;
|
|
110
|
-
limit?: number | undefined;
|
|
111
|
-
offset?: number | undefined;
|
|
112
|
-
types?: string[] | undefined;
|
|
113
|
-
}>;
|
|
45
|
+
}, z.core.$strip>;
|
|
114
46
|
readonly WORKER_COUNT: z.ZodObject<{
|
|
115
47
|
created: z.ZodOptional<z.ZodObject<{
|
|
116
48
|
from: z.ZodOptional<z.ZodString>;
|
|
117
49
|
to: z.ZodOptional<z.ZodString>;
|
|
118
|
-
},
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
to?: string | undefined;
|
|
124
|
-
}>>;
|
|
125
|
-
status: z.ZodOptional<z.ZodArray<z.ZodEnum<[string, ...string[]]>, "many">>;
|
|
126
|
-
types: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
50
|
+
}, z.core.$strip>>;
|
|
51
|
+
status: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
52
|
+
[x: string]: string;
|
|
53
|
+
}>>>;
|
|
54
|
+
types: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
127
55
|
queryString: z.ZodOptional<z.ZodString>;
|
|
128
56
|
includeInactive: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
129
|
-
},
|
|
130
|
-
includeInactive: boolean;
|
|
131
|
-
created?: {
|
|
132
|
-
from?: string | undefined;
|
|
133
|
-
to?: string | undefined;
|
|
134
|
-
} | undefined;
|
|
135
|
-
status?: string[] | undefined;
|
|
136
|
-
queryString?: string | undefined;
|
|
137
|
-
types?: string[] | undefined;
|
|
138
|
-
}, {
|
|
139
|
-
created?: {
|
|
140
|
-
from?: string | undefined;
|
|
141
|
-
to?: string | undefined;
|
|
142
|
-
} | undefined;
|
|
143
|
-
status?: string[] | undefined;
|
|
144
|
-
includeInactive?: boolean | undefined;
|
|
145
|
-
queryString?: string | undefined;
|
|
146
|
-
types?: string[] | undefined;
|
|
147
|
-
}>;
|
|
57
|
+
}, z.core.$strip>;
|
|
148
58
|
readonly WORKER_FINISH_WORK: z.ZodObject<{
|
|
149
59
|
workId: z.ZodString;
|
|
150
60
|
result: z.ZodOptional<z.ZodAny>;
|
|
@@ -153,200 +63,86 @@ export declare const actionValidators: {
|
|
|
153
63
|
worker: z.ZodOptional<z.ZodString>;
|
|
154
64
|
started: z.ZodOptional<z.ZodDate>;
|
|
155
65
|
finished: z.ZodOptional<z.ZodDate>;
|
|
156
|
-
},
|
|
157
|
-
success: boolean;
|
|
158
|
-
workId: string;
|
|
159
|
-
error?: any;
|
|
160
|
-
finished?: Date | undefined;
|
|
161
|
-
result?: any;
|
|
162
|
-
started?: Date | undefined;
|
|
163
|
-
worker?: string | undefined;
|
|
164
|
-
}, {
|
|
165
|
-
success: boolean;
|
|
166
|
-
workId: string;
|
|
167
|
-
error?: any;
|
|
168
|
-
finished?: Date | undefined;
|
|
169
|
-
result?: any;
|
|
170
|
-
started?: Date | undefined;
|
|
171
|
-
worker?: string | undefined;
|
|
172
|
-
}>;
|
|
66
|
+
}, z.core.$strip>;
|
|
173
67
|
readonly WORKER_PROCESS_NEXT: z.ZodObject<{
|
|
174
68
|
worker: z.ZodOptional<z.ZodString>;
|
|
175
|
-
},
|
|
176
|
-
worker?: string | undefined;
|
|
177
|
-
}, {
|
|
178
|
-
worker?: string | undefined;
|
|
179
|
-
}>;
|
|
69
|
+
}, z.core.$strip>;
|
|
180
70
|
readonly WORKER_STATISTICS: z.ZodObject<{
|
|
181
|
-
types: z.ZodOptional<z.ZodArray<z.ZodString
|
|
71
|
+
types: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
182
72
|
dateRange: z.ZodOptional<z.ZodObject<{
|
|
183
73
|
from: z.ZodOptional<z.ZodString>;
|
|
184
74
|
to: z.ZodOptional<z.ZodString>;
|
|
185
|
-
},
|
|
186
|
-
|
|
187
|
-
to?: string | undefined;
|
|
188
|
-
}, {
|
|
189
|
-
from?: string | undefined;
|
|
190
|
-
to?: string | undefined;
|
|
191
|
-
}>>;
|
|
192
|
-
}, "strip", z.ZodTypeAny, {
|
|
193
|
-
dateRange?: {
|
|
194
|
-
from?: string | undefined;
|
|
195
|
-
to?: string | undefined;
|
|
196
|
-
} | undefined;
|
|
197
|
-
types?: string[] | undefined;
|
|
198
|
-
}, {
|
|
199
|
-
dateRange?: {
|
|
200
|
-
from?: string | undefined;
|
|
201
|
-
to?: string | undefined;
|
|
202
|
-
} | undefined;
|
|
203
|
-
types?: string[] | undefined;
|
|
204
|
-
}>;
|
|
75
|
+
}, z.core.$strip>>;
|
|
76
|
+
}, z.core.$strip>;
|
|
205
77
|
readonly EVENT_GET: z.ZodObject<{
|
|
206
78
|
eventId: z.ZodString;
|
|
207
|
-
},
|
|
208
|
-
eventId: string;
|
|
209
|
-
}, {
|
|
210
|
-
eventId: string;
|
|
211
|
-
}>;
|
|
79
|
+
}, z.core.$strip>;
|
|
212
80
|
readonly EVENT_LIST: z.ZodObject<{
|
|
213
|
-
types: z.ZodOptional<z.ZodArray<z.ZodString
|
|
81
|
+
types: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
214
82
|
created: z.ZodOptional<z.ZodObject<{
|
|
215
83
|
from: z.ZodOptional<z.ZodString>;
|
|
216
84
|
to: z.ZodOptional<z.ZodString>;
|
|
217
|
-
},
|
|
218
|
-
from?: string | undefined;
|
|
219
|
-
to?: string | undefined;
|
|
220
|
-
}, {
|
|
221
|
-
from?: string | undefined;
|
|
222
|
-
to?: string | undefined;
|
|
223
|
-
}>>;
|
|
85
|
+
}, z.core.$strip>>;
|
|
224
86
|
queryString: z.ZodOptional<z.ZodString>;
|
|
225
87
|
includeInactive: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
226
88
|
sort: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
227
89
|
key: z.ZodString;
|
|
228
|
-
value: z.ZodEnum<
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
}, {
|
|
233
|
-
key: string;
|
|
234
|
-
value: string;
|
|
235
|
-
}>, "many">>;
|
|
90
|
+
value: z.ZodEnum<{
|
|
91
|
+
[x: string]: string;
|
|
92
|
+
}>;
|
|
93
|
+
}, z.core.$strip>>>;
|
|
236
94
|
limit: z.ZodOptional<z.ZodNumber>;
|
|
237
95
|
offset: z.ZodOptional<z.ZodNumber>;
|
|
238
|
-
},
|
|
239
|
-
includeInactive: boolean;
|
|
240
|
-
created?: {
|
|
241
|
-
from?: string | undefined;
|
|
242
|
-
to?: string | undefined;
|
|
243
|
-
} | undefined;
|
|
244
|
-
sort?: {
|
|
245
|
-
key: string;
|
|
246
|
-
value: string;
|
|
247
|
-
}[] | undefined;
|
|
248
|
-
queryString?: string | undefined;
|
|
249
|
-
limit?: number | undefined;
|
|
250
|
-
offset?: number | undefined;
|
|
251
|
-
types?: string[] | undefined;
|
|
252
|
-
}, {
|
|
253
|
-
created?: {
|
|
254
|
-
from?: string | undefined;
|
|
255
|
-
to?: string | undefined;
|
|
256
|
-
} | undefined;
|
|
257
|
-
sort?: {
|
|
258
|
-
key: string;
|
|
259
|
-
value: string;
|
|
260
|
-
}[] | undefined;
|
|
261
|
-
includeInactive?: boolean | undefined;
|
|
262
|
-
queryString?: string | undefined;
|
|
263
|
-
limit?: number | undefined;
|
|
264
|
-
offset?: number | undefined;
|
|
265
|
-
types?: string[] | undefined;
|
|
266
|
-
}>;
|
|
96
|
+
}, z.core.$strip>;
|
|
267
97
|
readonly EVENT_COUNT: z.ZodObject<{
|
|
268
|
-
types: z.ZodOptional<z.ZodArray<z.ZodString
|
|
98
|
+
types: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
269
99
|
created: z.ZodOptional<z.ZodObject<{
|
|
270
100
|
from: z.ZodOptional<z.ZodString>;
|
|
271
101
|
to: z.ZodOptional<z.ZodString>;
|
|
272
|
-
},
|
|
273
|
-
from?: string | undefined;
|
|
274
|
-
to?: string | undefined;
|
|
275
|
-
}, {
|
|
276
|
-
from?: string | undefined;
|
|
277
|
-
to?: string | undefined;
|
|
278
|
-
}>>;
|
|
102
|
+
}, z.core.$strip>>;
|
|
279
103
|
queryString: z.ZodOptional<z.ZodString>;
|
|
280
104
|
includeInactive: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
281
|
-
},
|
|
282
|
-
includeInactive: boolean;
|
|
283
|
-
created?: {
|
|
284
|
-
from?: string | undefined;
|
|
285
|
-
to?: string | undefined;
|
|
286
|
-
} | undefined;
|
|
287
|
-
queryString?: string | undefined;
|
|
288
|
-
types?: string[] | undefined;
|
|
289
|
-
}, {
|
|
290
|
-
created?: {
|
|
291
|
-
from?: string | undefined;
|
|
292
|
-
to?: string | undefined;
|
|
293
|
-
} | undefined;
|
|
294
|
-
includeInactive?: boolean | undefined;
|
|
295
|
-
queryString?: string | undefined;
|
|
296
|
-
types?: string[] | undefined;
|
|
297
|
-
}>;
|
|
105
|
+
}, z.core.$strip>;
|
|
298
106
|
readonly EVENT_STATISTICS: z.ZodObject<{
|
|
299
|
-
types: z.ZodOptional<z.ZodArray<z.ZodString
|
|
107
|
+
types: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
300
108
|
dateRange: z.ZodOptional<z.ZodObject<{
|
|
301
109
|
from: z.ZodOptional<z.ZodString>;
|
|
302
110
|
to: z.ZodOptional<z.ZodString>;
|
|
303
|
-
},
|
|
304
|
-
|
|
305
|
-
to?: string | undefined;
|
|
306
|
-
}, {
|
|
307
|
-
from?: string | undefined;
|
|
308
|
-
to?: string | undefined;
|
|
309
|
-
}>>;
|
|
310
|
-
}, "strip", z.ZodTypeAny, {
|
|
311
|
-
dateRange?: {
|
|
312
|
-
from?: string | undefined;
|
|
313
|
-
to?: string | undefined;
|
|
314
|
-
} | undefined;
|
|
315
|
-
types?: string[] | undefined;
|
|
316
|
-
}, {
|
|
317
|
-
dateRange?: {
|
|
318
|
-
from?: string | undefined;
|
|
319
|
-
to?: string | undefined;
|
|
320
|
-
} | undefined;
|
|
321
|
-
types?: string[] | undefined;
|
|
322
|
-
}>;
|
|
111
|
+
}, z.core.$strip>>;
|
|
112
|
+
}, z.core.$strip>;
|
|
323
113
|
};
|
|
324
114
|
export declare const SystemManagementSchema: {
|
|
325
115
|
dateRange: z.ZodOptional<z.ZodObject<{
|
|
326
116
|
from: z.ZodOptional<z.ZodString>;
|
|
327
117
|
to: z.ZodOptional<z.ZodString>;
|
|
328
|
-
},
|
|
329
|
-
from?: string | undefined;
|
|
330
|
-
to?: string | undefined;
|
|
331
|
-
}, {
|
|
332
|
-
from?: string | undefined;
|
|
333
|
-
to?: string | undefined;
|
|
334
|
-
}>>;
|
|
118
|
+
}, z.core.$strip>>;
|
|
335
119
|
queryString: z.ZodOptional<z.ZodString>;
|
|
336
120
|
includeInactive: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
337
121
|
sort: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
338
122
|
key: z.ZodString;
|
|
339
|
-
value: z.ZodEnum<
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
}, {
|
|
344
|
-
key: string;
|
|
345
|
-
value: string;
|
|
346
|
-
}>, "many">>;
|
|
123
|
+
value: z.ZodEnum<{
|
|
124
|
+
[x: string]: string;
|
|
125
|
+
}>;
|
|
126
|
+
}, z.core.$strip>>>;
|
|
347
127
|
limit: z.ZodOptional<z.ZodNumber>;
|
|
348
128
|
offset: z.ZodOptional<z.ZodNumber>;
|
|
349
|
-
action: z.ZodEnum<
|
|
129
|
+
action: z.ZodEnum<{
|
|
130
|
+
SHOP_INFO: "SHOP_INFO";
|
|
131
|
+
WORKER_ADD: "WORKER_ADD";
|
|
132
|
+
WORKER_REMOVE: "WORKER_REMOVE";
|
|
133
|
+
WORKER_COUNT: "WORKER_COUNT";
|
|
134
|
+
WORKER_GET: "WORKER_GET";
|
|
135
|
+
WORKER_LIST: "WORKER_LIST";
|
|
136
|
+
WORKER_STATISTICS: "WORKER_STATISTICS";
|
|
137
|
+
WORKER_PROCESS_NEXT: "WORKER_PROCESS_NEXT";
|
|
138
|
+
WORKER_ALLOCATE: "WORKER_ALLOCATE";
|
|
139
|
+
WORKER_FINISH_WORK: "WORKER_FINISH_WORK";
|
|
140
|
+
WORKER_ACTIVE_WORK_TYPES: "WORKER_ACTIVE_WORK_TYPES";
|
|
141
|
+
EVENT_GET: "EVENT_GET";
|
|
142
|
+
EVENT_LIST: "EVENT_LIST";
|
|
143
|
+
EVENT_COUNT: "EVENT_COUNT";
|
|
144
|
+
EVENT_STATISTICS: "EVENT_STATISTICS";
|
|
145
|
+
}>;
|
|
350
146
|
type: z.ZodOptional<z.ZodString>;
|
|
351
147
|
priority: z.ZodOptional<z.ZodNumber>;
|
|
352
148
|
originalWorkId: z.ZodOptional<z.ZodString>;
|
|
@@ -357,37 +153,45 @@ export declare const SystemManagementSchema: {
|
|
|
357
153
|
success: z.ZodOptional<z.ZodBoolean>;
|
|
358
154
|
started: z.ZodOptional<z.ZodDate>;
|
|
359
155
|
finished: z.ZodOptional<z.ZodDate>;
|
|
360
|
-
status: z.ZodOptional<z.ZodArray<z.ZodEnum<
|
|
156
|
+
status: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
157
|
+
[x: string]: string;
|
|
158
|
+
}>>>;
|
|
361
159
|
eventId: z.ZodOptional<z.ZodString>;
|
|
362
160
|
created: z.ZodOptional<z.ZodString>;
|
|
363
|
-
types: z.ZodOptional<z.ZodArray<z.ZodString
|
|
161
|
+
types: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
364
162
|
};
|
|
365
163
|
export declare const SystemManagementZodSchema: z.ZodObject<{
|
|
366
164
|
dateRange: z.ZodOptional<z.ZodObject<{
|
|
367
165
|
from: z.ZodOptional<z.ZodString>;
|
|
368
166
|
to: z.ZodOptional<z.ZodString>;
|
|
369
|
-
},
|
|
370
|
-
from?: string | undefined;
|
|
371
|
-
to?: string | undefined;
|
|
372
|
-
}, {
|
|
373
|
-
from?: string | undefined;
|
|
374
|
-
to?: string | undefined;
|
|
375
|
-
}>>;
|
|
167
|
+
}, z.core.$strip>>;
|
|
376
168
|
queryString: z.ZodOptional<z.ZodString>;
|
|
377
169
|
includeInactive: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
378
170
|
sort: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
379
171
|
key: z.ZodString;
|
|
380
|
-
value: z.ZodEnum<
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
}, {
|
|
385
|
-
key: string;
|
|
386
|
-
value: string;
|
|
387
|
-
}>, "many">>;
|
|
172
|
+
value: z.ZodEnum<{
|
|
173
|
+
[x: string]: string;
|
|
174
|
+
}>;
|
|
175
|
+
}, z.core.$strip>>>;
|
|
388
176
|
limit: z.ZodOptional<z.ZodNumber>;
|
|
389
177
|
offset: z.ZodOptional<z.ZodNumber>;
|
|
390
|
-
action: z.ZodEnum<
|
|
178
|
+
action: z.ZodEnum<{
|
|
179
|
+
SHOP_INFO: "SHOP_INFO";
|
|
180
|
+
WORKER_ADD: "WORKER_ADD";
|
|
181
|
+
WORKER_REMOVE: "WORKER_REMOVE";
|
|
182
|
+
WORKER_COUNT: "WORKER_COUNT";
|
|
183
|
+
WORKER_GET: "WORKER_GET";
|
|
184
|
+
WORKER_LIST: "WORKER_LIST";
|
|
185
|
+
WORKER_STATISTICS: "WORKER_STATISTICS";
|
|
186
|
+
WORKER_PROCESS_NEXT: "WORKER_PROCESS_NEXT";
|
|
187
|
+
WORKER_ALLOCATE: "WORKER_ALLOCATE";
|
|
188
|
+
WORKER_FINISH_WORK: "WORKER_FINISH_WORK";
|
|
189
|
+
WORKER_ACTIVE_WORK_TYPES: "WORKER_ACTIVE_WORK_TYPES";
|
|
190
|
+
EVENT_GET: "EVENT_GET";
|
|
191
|
+
EVENT_LIST: "EVENT_LIST";
|
|
192
|
+
EVENT_COUNT: "EVENT_COUNT";
|
|
193
|
+
EVENT_STATISTICS: "EVENT_STATISTICS";
|
|
194
|
+
}>;
|
|
391
195
|
type: z.ZodOptional<z.ZodString>;
|
|
392
196
|
priority: z.ZodOptional<z.ZodNumber>;
|
|
393
197
|
originalWorkId: z.ZodOptional<z.ZodString>;
|
|
@@ -398,67 +202,13 @@ export declare const SystemManagementZodSchema: z.ZodObject<{
|
|
|
398
202
|
success: z.ZodOptional<z.ZodBoolean>;
|
|
399
203
|
started: z.ZodOptional<z.ZodDate>;
|
|
400
204
|
finished: z.ZodOptional<z.ZodDate>;
|
|
401
|
-
status: z.ZodOptional<z.ZodArray<z.ZodEnum<
|
|
205
|
+
status: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
206
|
+
[x: string]: string;
|
|
207
|
+
}>>>;
|
|
402
208
|
eventId: z.ZodOptional<z.ZodString>;
|
|
403
209
|
created: z.ZodOptional<z.ZodString>;
|
|
404
|
-
types: z.ZodOptional<z.ZodArray<z.ZodString
|
|
405
|
-
},
|
|
406
|
-
includeInactive: boolean;
|
|
407
|
-
action: "SHOP_INFO" | "WORKER_ADD" | "WORKER_REMOVE" | "WORKER_COUNT" | "WORKER_GET" | "WORKER_LIST" | "WORKER_STATISTICS" | "WORKER_PROCESS_NEXT" | "WORKER_ALLOCATE" | "WORKER_FINISH_WORK" | "WORKER_ACTIVE_WORK_TYPES" | "EVENT_GET" | "EVENT_LIST" | "EVENT_COUNT" | "EVENT_STATISTICS";
|
|
408
|
-
created?: string | undefined;
|
|
409
|
-
sort?: {
|
|
410
|
-
key: string;
|
|
411
|
-
value: string;
|
|
412
|
-
}[] | undefined;
|
|
413
|
-
type?: string | undefined;
|
|
414
|
-
status?: string[] | undefined;
|
|
415
|
-
priority?: number | undefined;
|
|
416
|
-
retries?: number | undefined;
|
|
417
|
-
scheduled?: string | undefined;
|
|
418
|
-
finished?: Date | undefined;
|
|
419
|
-
originalWorkId?: string | undefined;
|
|
420
|
-
started?: Date | undefined;
|
|
421
|
-
success?: boolean | undefined;
|
|
422
|
-
worker?: string | undefined;
|
|
423
|
-
queryString?: string | undefined;
|
|
424
|
-
eventId?: string | undefined;
|
|
425
|
-
limit?: number | undefined;
|
|
426
|
-
offset?: number | undefined;
|
|
427
|
-
dateRange?: {
|
|
428
|
-
from?: string | undefined;
|
|
429
|
-
to?: string | undefined;
|
|
430
|
-
} | undefined;
|
|
431
|
-
workId?: string | undefined;
|
|
432
|
-
types?: string[] | undefined;
|
|
433
|
-
}, {
|
|
434
|
-
action: "SHOP_INFO" | "WORKER_ADD" | "WORKER_REMOVE" | "WORKER_COUNT" | "WORKER_GET" | "WORKER_LIST" | "WORKER_STATISTICS" | "WORKER_PROCESS_NEXT" | "WORKER_ALLOCATE" | "WORKER_FINISH_WORK" | "WORKER_ACTIVE_WORK_TYPES" | "EVENT_GET" | "EVENT_LIST" | "EVENT_COUNT" | "EVENT_STATISTICS";
|
|
435
|
-
created?: string | undefined;
|
|
436
|
-
sort?: {
|
|
437
|
-
key: string;
|
|
438
|
-
value: string;
|
|
439
|
-
}[] | undefined;
|
|
440
|
-
type?: string | undefined;
|
|
441
|
-
status?: string[] | undefined;
|
|
442
|
-
includeInactive?: boolean | undefined;
|
|
443
|
-
priority?: number | undefined;
|
|
444
|
-
retries?: number | undefined;
|
|
445
|
-
scheduled?: string | undefined;
|
|
446
|
-
finished?: Date | undefined;
|
|
447
|
-
originalWorkId?: string | undefined;
|
|
448
|
-
started?: Date | undefined;
|
|
449
|
-
success?: boolean | undefined;
|
|
450
|
-
worker?: string | undefined;
|
|
451
|
-
queryString?: string | undefined;
|
|
452
|
-
eventId?: string | undefined;
|
|
453
|
-
limit?: number | undefined;
|
|
454
|
-
offset?: number | undefined;
|
|
455
|
-
dateRange?: {
|
|
456
|
-
from?: string | undefined;
|
|
457
|
-
to?: string | undefined;
|
|
458
|
-
} | undefined;
|
|
459
|
-
workId?: string | undefined;
|
|
460
|
-
types?: string[] | undefined;
|
|
461
|
-
}>;
|
|
210
|
+
types: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
211
|
+
}, z.core.$strip>;
|
|
462
212
|
export type SystemManagementParams = z.infer<typeof SystemManagementZodSchema>;
|
|
463
213
|
export type ActionName = keyof typeof actionValidators;
|
|
464
214
|
export type Params<T extends ActionName> = z.infer<(typeof actionValidators)[T]>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schemas.d.ts","sourceRoot":"","sources":["../../../../src/mcp/tools/system/schemas.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AASxB,eAAO,MAAM,cAAc,EAA8B,CAAC,MAAM,EAAE,GAAG,MAAM,EAAE,CAAC,CAAC;AAC/E,eAAO,MAAM,qBAAqB,
|
|
1
|
+
{"version":3,"file":"schemas.d.ts","sourceRoot":"","sources":["../../../../src/mcp/tools/system/schemas.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AASxB,eAAO,MAAM,cAAc,EAA8B,CAAC,MAAM,EAAE,GAAG,MAAM,EAAE,CAAC,CAAC;AAC/E,eAAO,MAAM,qBAAqB,gCAAe,CAAC;AAElD,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwMnB,CAAC;AAEX,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuHlC,CAAC;AAEF,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAmC,CAAC;AAC1E,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC;AAE/E,MAAM,MAAM,UAAU,GAAG,MAAM,OAAO,gBAAgB,CAAC;AACvD,MAAM,MAAM,MAAM,CAAC,CAAC,SAAS,UAAU,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,OAAO,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;AACjF,MAAM,MAAM,OAAO,CAAC,CAAC,SAAS,UAAU,IAAI,CAAC,OAAO,EAAE,GAAG,EAAE,MAAM,EAAE,MAAM,CAAC,CAAC,CAAC,KAAK,OAAO,CAAC,OAAO,CAAC,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js';
|
|
1
|
+
import type { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js';
|
|
2
2
|
import { Context } from '../../../context.js';
|
|
3
3
|
export declare const registerUsersTools: (server: McpServer, context: Context) => void;
|
|
4
4
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/mcp/tools/users/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,yCAAyC,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/mcp/tools/users/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,yCAAyC,CAAC;AACzE,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAG9C,eAAO,MAAM,kBAAkB,GAAI,QAAQ,SAAS,EAAE,SAAS,OAAO,SAOrE,CAAC"}
|