@elizaos/autonomous 2.0.0-alpha.22 → 2.0.0-alpha.24
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/.turbo/turbo-build.log +140 -0
- package/dist/packages/autonomous/src/config/zod-schema.core.d.ts +1 -1
- package/dist/packages/autonomous/src/config/zod-schema.d.ts +41 -41
- package/dist/packages/autonomous/src/config/zod-schema.providers-core.d.ts +37 -37
- package/dist/packages/autonomous/src/config/zod-schema.session.d.ts +1 -1
- package/dist/packages/autonomous/src/services/coding-agent-context.d.ts +4 -4
- package/package.json +4 -4
- package/test/agent-runtime.e2e.test.ts +1 -1
- package/test/api-auth-live.e2e.test.ts +2 -2
- package/test/discord-connector.e2e.test.ts +1 -1
- package/test/e2e-global-setup.ts +5 -5
- package/test/skills-marketplace-api.e2e.test.ts +1 -1
- package/test/skills-marketplace-services.e2e.test.ts +14 -14
- package/test/skills-marketplace.e2e.test.ts +2 -2
- package/test/subscription-auth.e2e.test.ts +1 -1
- package/.turbo/turbo-lint$colon$check.log +0 -89
- package/.turbo/turbo-typecheck.log +0 -1
- package/dist/package.json +0 -986
- package/vitest.config.ts +0 -23
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,2 +1,142 @@
|
|
|
1
1
|
$ bun run build:dist
|
|
2
2
|
$ rm -rf dist && tsc -p tsconfig.build.json && node ../../scripts/prepare-package-dist.mjs packages/autonomous --compiled-prefix=packages/autonomous/src
|
|
3
|
+
src/actions/emote.ts(13,45): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
4
|
+
src/actions/restart.ts(19,59): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
5
|
+
src/actions/restart.ts(20,24): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
6
|
+
src/actions/send-message.ts(1,54): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
7
|
+
src/actions/stream-control.ts(10,29): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
8
|
+
src/actions/switch-stream-source.ts(15,45): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
9
|
+
src/actions/terminal.ts(13,45): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
10
|
+
src/api/agent-admin-routes.ts(1,41): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
11
|
+
src/api/agent-lifecycle-routes.ts(1,35): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
12
|
+
src/api/agent-model.ts(1,35): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
13
|
+
src/api/agent-transfer-routes.ts(2,35): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
14
|
+
src/api/bsc-trade.ts(9,24): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
15
|
+
src/api/character-routes.ts(1,35): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
16
|
+
src/api/character-routes.ts(2,35): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
17
|
+
src/api/cloud-billing-routes.ts(2,24): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
18
|
+
src/api/cloud-compat-routes.ts(2,24): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
19
|
+
src/api/cloud-routes.ts(2,24): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
20
|
+
src/api/cloud-status-routes.ts(1,44): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
21
|
+
src/api/cloud-status-routes.ts(2,24): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
22
|
+
src/api/connector-health.ts(9,35): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
23
|
+
src/api/coordinator-wiring.ts(1,35): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
24
|
+
src/api/database.ts(20,43): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
25
|
+
src/api/drop-service.ts(11,24): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
26
|
+
src/api/early-logs.ts(9,24): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
27
|
+
src/api/knowledge-routes.ts(10,49): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
28
|
+
src/api/knowledge-service-loader.ts(1,58): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
29
|
+
src/api/memory-routes.ts(10,8): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
30
|
+
src/api/merkle-tree.ts(22,24): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
31
|
+
src/api/nft-verify.ts(15,24): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
32
|
+
src/api/permissions-routes.ts(1,35): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
33
|
+
src/api/registry-service.ts(11,24): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
34
|
+
src/api/server.ts(31,8): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
35
|
+
src/api/server.ts(9377,15): error TS2339: Property 'includes' does not exist on type 'unknown'.
|
|
36
|
+
src/api/server.ts(9377,53): error TS2345: Argument of type 'unknown' is not assignable to parameter of type 'string'.
|
|
37
|
+
src/api/server.ts(14582,11): error TS2307: Cannot find module '@elizaos/plugin-agent-orchestrator' or its corresponding type declarations.
|
|
38
|
+
src/api/stream-persistence.ts(13,24): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
39
|
+
src/api/stream-routes.ts(14,24): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
40
|
+
src/api/stream-voice-routes.ts(2,24): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
41
|
+
src/api/subscription-routes.ts(1,24): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
42
|
+
src/api/training-routes.ts(1,35): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
43
|
+
src/api/trajectory-routes.ts(16,35): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
44
|
+
src/api/trigger-routes.ts(7,8): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
45
|
+
src/api/twitter-verify.ts(12,24): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
46
|
+
src/api/tx-service.ts(9,24): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
47
|
+
src/api/wallet-dex-prices.ts(7,24): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
48
|
+
src/api/wallet-evm-balance.ts(7,24): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
49
|
+
src/api/wallet-routes.ts(2,24): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
50
|
+
src/api/wallet.ts(11,24): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
51
|
+
src/auth/credentials.ts(10,24): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
52
|
+
src/awareness/registry.ts(11,36): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
53
|
+
src/cloud/auth.ts(7,24): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
54
|
+
src/cloud/backup.ts(6,24): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
55
|
+
src/cloud/cloud-manager.ts(6,24): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
56
|
+
src/cloud/reconnect.ts(5,24): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
57
|
+
src/config/types.agent-defaults.ts(6,8): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
58
|
+
src/config/types.agents.ts(5,8): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
59
|
+
src/config/types.messages.ts(1,61): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
60
|
+
src/config/types.milady.ts(1,61): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
61
|
+
src/config/types.tools.ts(7,8): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
62
|
+
src/contracts/awareness.ts(7,36): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
63
|
+
src/diagnostics/integration-observability.ts(1,24): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
64
|
+
src/hooks/discovery.ts(9,24): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
65
|
+
src/hooks/loader.ts(12,24): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
66
|
+
src/hooks/registry.ts(1,24): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
67
|
+
src/providers/admin-trust.ts(7,8): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
68
|
+
src/providers/session-bridge.ts(15,8): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
69
|
+
src/providers/session-bridge.ts(16,28): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
70
|
+
src/providers/session-utils.ts(9,31): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
71
|
+
src/providers/simple-mode.ts(8,8): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
72
|
+
src/providers/ui-catalog.ts(7,8): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
73
|
+
src/providers/workspace-provider.ts(18,8): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
74
|
+
src/providers/workspace.ts(5,28): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
75
|
+
src/runtime/agent-event-service.ts(1,27): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
76
|
+
src/runtime/cloud-onboarding.ts(10,24): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
77
|
+
src/runtime/custom-actions.ts(19,60): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
78
|
+
src/runtime/eliza.ts(57,8): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
79
|
+
src/runtime/eliza.ts(58,42): error TS2307: Cannot find module '@elizaos/plugin-agent-orchestrator' or its corresponding type declarations.
|
|
80
|
+
src/runtime/eliza.ts(819,32): error TS2339: Property 'default' does not exist on type 'never'.
|
|
81
|
+
src/runtime/eliza.ts(819,53): error TS2339: Property 'default' does not exist on type 'never'.
|
|
82
|
+
src/runtime/eliza.ts(820,32): error TS2339: Property 'plugin' does not exist on type 'never'.
|
|
83
|
+
src/runtime/eliza.ts(820,52): error TS2339: Property 'plugin' does not exist on type 'never'.
|
|
84
|
+
src/runtime/milady-plugin.ts(17,8): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
85
|
+
src/runtime/milady-plugin.ts(18,35): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
86
|
+
src/runtime/trajectory-persistence.ts(7,56): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
87
|
+
src/runtime/trajectory-persistence.ts(2194,50): error TS2554: Expected 0 arguments, but got 1.
|
|
88
|
+
src/runtime/trajectory-persistence.ts(2200,27): error TS2339: Property 'runtime' does not exist on type 'DatabaseTrajectoryLogger'.
|
|
89
|
+
src/runtime/trajectory-persistence.ts(2201,42): error TS2339: Property 'runtime' does not exist on type 'DatabaseTrajectoryLogger'.
|
|
90
|
+
src/runtime/trajectory-persistence.ts(2203,33): error TS2339: Property 'runtime' does not exist on type 'DatabaseTrajectoryLogger'.
|
|
91
|
+
src/runtime/trajectory-persistence.ts(2218,38): error TS2339: Property 'runtime' does not exist on type 'DatabaseTrajectoryLogger'.
|
|
92
|
+
src/runtime/trajectory-persistence.ts(2251,48): error TS2339: Property 'runtime' does not exist on type 'DatabaseTrajectoryLogger'.
|
|
93
|
+
src/runtime/trajectory-persistence.ts(2252,61): error TS2339: Property 'runtime' does not exist on type 'DatabaseTrajectoryLogger'.
|
|
94
|
+
src/runtime/trajectory-persistence.ts(2256,23): error TS2339: Property 'runtime' does not exist on type 'DatabaseTrajectoryLogger'.
|
|
95
|
+
src/runtime/trajectory-persistence.ts(2263,29): error TS2339: Property 'runtime' does not exist on type 'DatabaseTrajectoryLogger'.
|
|
96
|
+
src/runtime/trajectory-persistence.ts(2288,12): error TS2339: Property 'runtime' does not exist on type 'DatabaseTrajectoryLogger'.
|
|
97
|
+
src/runtime/trajectory-persistence.ts(2291,63): error TS2339: Property 'runtime' does not exist on type 'DatabaseTrajectoryLogger'.
|
|
98
|
+
src/runtime/trajectory-persistence.ts(2295,25): error TS2339: Property 'runtime' does not exist on type 'DatabaseTrajectoryLogger'.
|
|
99
|
+
src/runtime/trajectory-persistence.ts(2302,29): error TS2339: Property 'runtime' does not exist on type 'DatabaseTrajectoryLogger'.
|
|
100
|
+
src/runtime/trajectory-persistence.ts(2312,12): error TS2339: Property 'runtime' does not exist on type 'DatabaseTrajectoryLogger'.
|
|
101
|
+
src/runtime/trajectory-persistence.ts(2315,63): error TS2339: Property 'runtime' does not exist on type 'DatabaseTrajectoryLogger'.
|
|
102
|
+
src/runtime/trajectory-persistence.ts(2317,34): error TS2339: Property 'runtime' does not exist on type 'DatabaseTrajectoryLogger'.
|
|
103
|
+
src/runtime/trajectory-persistence.ts(2320,29): error TS2339: Property 'runtime' does not exist on type 'DatabaseTrajectoryLogger'.
|
|
104
|
+
src/runtime/trajectory-persistence.ts(2330,12): error TS2339: Property 'runtime' does not exist on type 'DatabaseTrajectoryLogger'.
|
|
105
|
+
src/runtime/trajectory-persistence.ts(2333,63): error TS2339: Property 'runtime' does not exist on type 'DatabaseTrajectoryLogger'.
|
|
106
|
+
src/runtime/trajectory-persistence.ts(2336,16): error TS2339: Property 'runtime' does not exist on type 'DatabaseTrajectoryLogger'.
|
|
107
|
+
src/runtime/trajectory-persistence.ts(2342,29): error TS2339: Property 'runtime' does not exist on type 'DatabaseTrajectoryLogger'.
|
|
108
|
+
src/runtime/trajectory-persistence.ts(2357,28): error TS2339: Property 'runtime' does not exist on type 'DatabaseTrajectoryLogger'.
|
|
109
|
+
src/runtime/trajectory-persistence.ts(2361,59): error TS2339: Property 'runtime' does not exist on type 'DatabaseTrajectoryLogger'.
|
|
110
|
+
src/runtime/trajectory-persistence.ts(2400,14): error TS2339: Property 'runtime' does not exist on type 'DatabaseTrajectoryLogger'.
|
|
111
|
+
src/runtime/trajectory-persistence.ts(2408,14): error TS2339: Property 'runtime' does not exist on type 'DatabaseTrajectoryLogger'.
|
|
112
|
+
src/runtime/trajectory-persistence.ts(2419,46): error TS2339: Property 'runtime' does not exist on type 'DatabaseTrajectoryLogger'.
|
|
113
|
+
src/runtime/trajectory-persistence.ts(2447,28): error TS2339: Property 'runtime' does not exist on type 'DatabaseTrajectoryLogger'.
|
|
114
|
+
src/runtime/trajectory-persistence.ts(2449,59): error TS2339: Property 'runtime' does not exist on type 'DatabaseTrajectoryLogger'.
|
|
115
|
+
src/runtime/trajectory-persistence.ts(2452,53): error TS2339: Property 'runtime' does not exist on type 'DatabaseTrajectoryLogger'.
|
|
116
|
+
src/runtime/trajectory-persistence.ts(2457,21): error TS2339: Property 'runtime' does not exist on type 'DatabaseTrajectoryLogger'.
|
|
117
|
+
src/runtime/trajectory-persistence.ts(2476,28): error TS2339: Property 'runtime' does not exist on type 'DatabaseTrajectoryLogger'.
|
|
118
|
+
src/runtime/trajectory-persistence.ts(2480,59): error TS2339: Property 'runtime' does not exist on type 'DatabaseTrajectoryLogger'.
|
|
119
|
+
src/runtime/trajectory-persistence.ts(2487,14): error TS2339: Property 'runtime' does not exist on type 'DatabaseTrajectoryLogger'.
|
|
120
|
+
src/runtime/trajectory-persistence.ts(2493,51): error TS2339: Property 'runtime' does not exist on type 'DatabaseTrajectoryLogger'.
|
|
121
|
+
src/runtime/trajectory-persistence.ts(2508,12): error TS2339: Property 'runtime' does not exist on type 'DatabaseTrajectoryLogger'.
|
|
122
|
+
src/runtime/trajectory-persistence.ts(2515,60): error TS2339: Property 'runtime' does not exist on type 'DatabaseTrajectoryLogger'.
|
|
123
|
+
src/runtime/trajectory-persistence.ts(2597,47): error TS2554: Expected 0 arguments, but got 1.
|
|
124
|
+
src/services/agent-export.ts(36,8): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
125
|
+
src/services/agent-export.ts(37,24): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
126
|
+
src/services/app-manager.ts(14,36): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
127
|
+
src/services/app-manager.ts(15,24): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
128
|
+
src/services/fallback-training-service.ts(2,35): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
129
|
+
src/services/privy-wallets.ts(1,24): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
130
|
+
src/services/registry-client-app-meta.ts(1,24): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
131
|
+
src/services/registry-client-endpoints.ts(3,24): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
132
|
+
src/services/registry-client.ts(13,24): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
133
|
+
src/services/skill-catalog-client.ts(13,24): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
134
|
+
src/services/skill-marketplace.ts(6,24): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
135
|
+
src/services/stream-manager.ts(32,24): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
136
|
+
src/services/tts-stream-bridge.ts(14,24): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
137
|
+
src/services/version-compat.ts(142,32): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
138
|
+
src/triggers/action.ts(13,8): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
139
|
+
src/triggers/runtime.ts(2,57): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
140
|
+
src/triggers/runtime.ts(3,30): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
141
|
+
src/triggers/scheduling.ts(1,27): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
142
|
+
src/triggers/types.ts(1,27): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
|
|
@@ -130,9 +130,9 @@ export declare const GroupPolicySchema: z.ZodEnum<{
|
|
|
130
130
|
}>;
|
|
131
131
|
export declare const DmPolicySchema: z.ZodEnum<{
|
|
132
132
|
allowlist: "allowlist";
|
|
133
|
-
pairing: "pairing";
|
|
134
133
|
disabled: "disabled";
|
|
135
134
|
open: "open";
|
|
135
|
+
pairing: "pairing";
|
|
136
136
|
}>;
|
|
137
137
|
export declare const BlockStreamingCoalesceSchema: z.ZodObject<{
|
|
138
138
|
minChars: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1002,8 +1002,8 @@ export declare const MiladySchema: z.ZodObject<{
|
|
|
1002
1002
|
}, z.core.$strict>>;
|
|
1003
1003
|
ackReaction: z.ZodOptional<z.ZodString>;
|
|
1004
1004
|
ackReactionScope: z.ZodOptional<z.ZodEnum<{
|
|
1005
|
-
direct: "direct";
|
|
1006
1005
|
all: "all";
|
|
1006
|
+
direct: "direct";
|
|
1007
1007
|
"group-mentions": "group-mentions";
|
|
1008
1008
|
"group-all": "group-all";
|
|
1009
1009
|
}>>;
|
|
@@ -1282,9 +1282,9 @@ export declare const MiladySchema: z.ZodObject<{
|
|
|
1282
1282
|
authDir: z.ZodOptional<z.ZodString>;
|
|
1283
1283
|
dmPolicy: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
1284
1284
|
allowlist: "allowlist";
|
|
1285
|
-
pairing: "pairing";
|
|
1286
1285
|
disabled: "disabled";
|
|
1287
1286
|
open: "open";
|
|
1287
|
+
pairing: "pairing";
|
|
1288
1288
|
}>>>;
|
|
1289
1289
|
selfChatMode: z.ZodOptional<z.ZodBoolean>;
|
|
1290
1290
|
allowFrom: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -1352,9 +1352,9 @@ export declare const MiladySchema: z.ZodObject<{
|
|
|
1352
1352
|
sendReadReceipts: z.ZodOptional<z.ZodBoolean>;
|
|
1353
1353
|
dmPolicy: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
1354
1354
|
allowlist: "allowlist";
|
|
1355
|
-
pairing: "pairing";
|
|
1356
1355
|
disabled: "disabled";
|
|
1357
1356
|
open: "open";
|
|
1357
|
+
pairing: "pairing";
|
|
1358
1358
|
}>>>;
|
|
1359
1359
|
messagePrefix: z.ZodOptional<z.ZodString>;
|
|
1360
1360
|
selfChatMode: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -1420,11 +1420,11 @@ export declare const MiladySchema: z.ZodObject<{
|
|
|
1420
1420
|
name: z.ZodOptional<z.ZodString>;
|
|
1421
1421
|
capabilities: z.ZodOptional<z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodObject<{
|
|
1422
1422
|
inlineButtons: z.ZodOptional<z.ZodEnum<{
|
|
1423
|
-
group: "group";
|
|
1424
1423
|
all: "all";
|
|
1425
1424
|
allowlist: "allowlist";
|
|
1426
1425
|
off: "off";
|
|
1427
1426
|
dm: "dm";
|
|
1427
|
+
group: "group";
|
|
1428
1428
|
}>>;
|
|
1429
1429
|
}, z.core.$strict>]>>;
|
|
1430
1430
|
markdown: z.ZodOptional<z.ZodObject<{
|
|
@@ -1446,9 +1446,9 @@ export declare const MiladySchema: z.ZodObject<{
|
|
|
1446
1446
|
configWrites: z.ZodOptional<z.ZodBoolean>;
|
|
1447
1447
|
dmPolicy: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
1448
1448
|
allowlist: "allowlist";
|
|
1449
|
-
pairing: "pairing";
|
|
1450
1449
|
disabled: "disabled";
|
|
1451
1450
|
open: "open";
|
|
1451
|
+
pairing: "pairing";
|
|
1452
1452
|
}>>>;
|
|
1453
1453
|
botToken: z.ZodOptional<z.ZodString>;
|
|
1454
1454
|
tokenFile: z.ZodOptional<z.ZodString>;
|
|
@@ -1552,11 +1552,11 @@ export declare const MiladySchema: z.ZodObject<{
|
|
|
1552
1552
|
name: z.ZodOptional<z.ZodString>;
|
|
1553
1553
|
capabilities: z.ZodOptional<z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodObject<{
|
|
1554
1554
|
inlineButtons: z.ZodOptional<z.ZodEnum<{
|
|
1555
|
-
group: "group";
|
|
1556
1555
|
all: "all";
|
|
1557
1556
|
allowlist: "allowlist";
|
|
1558
1557
|
off: "off";
|
|
1559
1558
|
dm: "dm";
|
|
1559
|
+
group: "group";
|
|
1560
1560
|
}>>;
|
|
1561
1561
|
}, z.core.$strict>]>>;
|
|
1562
1562
|
markdown: z.ZodOptional<z.ZodObject<{
|
|
@@ -1578,9 +1578,9 @@ export declare const MiladySchema: z.ZodObject<{
|
|
|
1578
1578
|
configWrites: z.ZodOptional<z.ZodBoolean>;
|
|
1579
1579
|
dmPolicy: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
1580
1580
|
allowlist: "allowlist";
|
|
1581
|
-
pairing: "pairing";
|
|
1582
1581
|
disabled: "disabled";
|
|
1583
1582
|
open: "open";
|
|
1583
|
+
pairing: "pairing";
|
|
1584
1584
|
}>>>;
|
|
1585
1585
|
botToken: z.ZodOptional<z.ZodString>;
|
|
1586
1586
|
tokenFile: z.ZodOptional<z.ZodString>;
|
|
@@ -1755,9 +1755,9 @@ export declare const MiladySchema: z.ZodObject<{
|
|
|
1755
1755
|
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
1756
1756
|
policy: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
1757
1757
|
allowlist: "allowlist";
|
|
1758
|
-
pairing: "pairing";
|
|
1759
1758
|
disabled: "disabled";
|
|
1760
1759
|
open: "open";
|
|
1760
|
+
pairing: "pairing";
|
|
1761
1761
|
}>>>;
|
|
1762
1762
|
allowFrom: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
1763
1763
|
groupEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -1895,9 +1895,9 @@ export declare const MiladySchema: z.ZodObject<{
|
|
|
1895
1895
|
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
1896
1896
|
policy: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
1897
1897
|
allowlist: "allowlist";
|
|
1898
|
-
pairing: "pairing";
|
|
1899
1898
|
disabled: "disabled";
|
|
1900
1899
|
open: "open";
|
|
1900
|
+
pairing: "pairing";
|
|
1901
1901
|
}>>>;
|
|
1902
1902
|
allowFrom: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
1903
1903
|
groupEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -1984,9 +1984,9 @@ export declare const MiladySchema: z.ZodObject<{
|
|
|
1984
1984
|
}>>>;
|
|
1985
1985
|
dmPolicy: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
1986
1986
|
allowlist: "allowlist";
|
|
1987
|
-
pairing: "pairing";
|
|
1988
1987
|
disabled: "disabled";
|
|
1989
1988
|
open: "open";
|
|
1989
|
+
pairing: "pairing";
|
|
1990
1990
|
}>>>;
|
|
1991
1991
|
dryRun: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1992
1992
|
retryLimit: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -2049,9 +2049,9 @@ export declare const MiladySchema: z.ZodObject<{
|
|
|
2049
2049
|
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
2050
2050
|
policy: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
2051
2051
|
allowlist: "allowlist";
|
|
2052
|
-
pairing: "pairing";
|
|
2053
2052
|
disabled: "disabled";
|
|
2054
2053
|
open: "open";
|
|
2054
|
+
pairing: "pairing";
|
|
2055
2055
|
}>>>;
|
|
2056
2056
|
allowFrom: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
2057
2057
|
}, z.core.$strict>>;
|
|
@@ -2115,9 +2115,9 @@ export declare const MiladySchema: z.ZodObject<{
|
|
|
2115
2115
|
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
2116
2116
|
policy: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
2117
2117
|
allowlist: "allowlist";
|
|
2118
|
-
pairing: "pairing";
|
|
2119
2118
|
disabled: "disabled";
|
|
2120
2119
|
open: "open";
|
|
2120
|
+
pairing: "pairing";
|
|
2121
2121
|
}>>>;
|
|
2122
2122
|
allowFrom: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
2123
2123
|
}, z.core.$strict>>;
|
|
@@ -2213,9 +2213,9 @@ export declare const MiladySchema: z.ZodObject<{
|
|
|
2213
2213
|
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
2214
2214
|
policy: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
2215
2215
|
allowlist: "allowlist";
|
|
2216
|
-
pairing: "pairing";
|
|
2217
2216
|
disabled: "disabled";
|
|
2218
2217
|
open: "open";
|
|
2218
|
+
pairing: "pairing";
|
|
2219
2219
|
}>>>;
|
|
2220
2220
|
allowFrom: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
2221
2221
|
groupEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -2342,9 +2342,9 @@ export declare const MiladySchema: z.ZodObject<{
|
|
|
2342
2342
|
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
2343
2343
|
policy: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
2344
2344
|
allowlist: "allowlist";
|
|
2345
|
-
pairing: "pairing";
|
|
2346
2345
|
disabled: "disabled";
|
|
2347
2346
|
open: "open";
|
|
2347
|
+
pairing: "pairing";
|
|
2348
2348
|
}>>>;
|
|
2349
2349
|
allowFrom: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
2350
2350
|
groupEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -2402,9 +2402,9 @@ export declare const MiladySchema: z.ZodObject<{
|
|
|
2402
2402
|
sendReadReceipts: z.ZodOptional<z.ZodBoolean>;
|
|
2403
2403
|
dmPolicy: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
2404
2404
|
allowlist: "allowlist";
|
|
2405
|
-
pairing: "pairing";
|
|
2406
2405
|
disabled: "disabled";
|
|
2407
2406
|
open: "open";
|
|
2407
|
+
pairing: "pairing";
|
|
2408
2408
|
}>>>;
|
|
2409
2409
|
allowFrom: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
2410
2410
|
groupAllowFrom: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
@@ -2476,9 +2476,9 @@ export declare const MiladySchema: z.ZodObject<{
|
|
|
2476
2476
|
sendReadReceipts: z.ZodOptional<z.ZodBoolean>;
|
|
2477
2477
|
dmPolicy: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
2478
2478
|
allowlist: "allowlist";
|
|
2479
|
-
pairing: "pairing";
|
|
2480
2479
|
disabled: "disabled";
|
|
2481
2480
|
open: "open";
|
|
2481
|
+
pairing: "pairing";
|
|
2482
2482
|
}>>>;
|
|
2483
2483
|
allowFrom: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
2484
2484
|
groupAllowFrom: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
@@ -2546,9 +2546,9 @@ export declare const MiladySchema: z.ZodObject<{
|
|
|
2546
2546
|
region: z.ZodOptional<z.ZodString>;
|
|
2547
2547
|
dmPolicy: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
2548
2548
|
allowlist: "allowlist";
|
|
2549
|
-
pairing: "pairing";
|
|
2550
2549
|
disabled: "disabled";
|
|
2551
2550
|
open: "open";
|
|
2551
|
+
pairing: "pairing";
|
|
2552
2552
|
}>>>;
|
|
2553
2553
|
allowFrom: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
2554
2554
|
groupAllowFrom: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
@@ -2612,9 +2612,9 @@ export declare const MiladySchema: z.ZodObject<{
|
|
|
2612
2612
|
region: z.ZodOptional<z.ZodString>;
|
|
2613
2613
|
dmPolicy: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
2614
2614
|
allowlist: "allowlist";
|
|
2615
|
-
pairing: "pairing";
|
|
2616
2615
|
disabled: "disabled";
|
|
2617
2616
|
open: "open";
|
|
2617
|
+
pairing: "pairing";
|
|
2618
2618
|
}>>>;
|
|
2619
2619
|
allowFrom: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
2620
2620
|
groupAllowFrom: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
@@ -2678,9 +2678,9 @@ export declare const MiladySchema: z.ZodObject<{
|
|
|
2678
2678
|
webhookPath: z.ZodOptional<z.ZodString>;
|
|
2679
2679
|
dmPolicy: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
2680
2680
|
allowlist: "allowlist";
|
|
2681
|
-
pairing: "pairing";
|
|
2682
2681
|
disabled: "disabled";
|
|
2683
2682
|
open: "open";
|
|
2683
|
+
pairing: "pairing";
|
|
2684
2684
|
}>>>;
|
|
2685
2685
|
allowFrom: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
2686
2686
|
groupAllowFrom: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
@@ -2742,9 +2742,9 @@ export declare const MiladySchema: z.ZodObject<{
|
|
|
2742
2742
|
webhookPath: z.ZodOptional<z.ZodString>;
|
|
2743
2743
|
dmPolicy: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
2744
2744
|
allowlist: "allowlist";
|
|
2745
|
-
pairing: "pairing";
|
|
2746
2745
|
disabled: "disabled";
|
|
2747
2746
|
open: "open";
|
|
2747
|
+
pairing: "pairing";
|
|
2748
2748
|
}>>>;
|
|
2749
2749
|
allowFrom: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
2750
2750
|
groupAllowFrom: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
@@ -2824,9 +2824,9 @@ export declare const MiladySchema: z.ZodObject<{
|
|
|
2824
2824
|
}, z.core.$strict>>;
|
|
2825
2825
|
dmPolicy: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
2826
2826
|
allowlist: "allowlist";
|
|
2827
|
-
pairing: "pairing";
|
|
2828
2827
|
disabled: "disabled";
|
|
2829
2828
|
open: "open";
|
|
2829
|
+
pairing: "pairing";
|
|
2830
2830
|
}>>>;
|
|
2831
2831
|
allowFrom: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2832
2832
|
groupAllowFrom: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -2982,9 +2982,9 @@ export declare const MiladySchema: z.ZodObject<{
|
|
|
2982
2982
|
authDir: z.ZodOptional<z.ZodString>;
|
|
2983
2983
|
dmPolicy: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
2984
2984
|
allowlist: "allowlist";
|
|
2985
|
-
pairing: "pairing";
|
|
2986
2985
|
disabled: "disabled";
|
|
2987
2986
|
open: "open";
|
|
2987
|
+
pairing: "pairing";
|
|
2988
2988
|
}>>>;
|
|
2989
2989
|
selfChatMode: z.ZodOptional<z.ZodBoolean>;
|
|
2990
2990
|
allowFrom: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -3052,9 +3052,9 @@ export declare const MiladySchema: z.ZodObject<{
|
|
|
3052
3052
|
sendReadReceipts: z.ZodOptional<z.ZodBoolean>;
|
|
3053
3053
|
dmPolicy: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
3054
3054
|
allowlist: "allowlist";
|
|
3055
|
-
pairing: "pairing";
|
|
3056
3055
|
disabled: "disabled";
|
|
3057
3056
|
open: "open";
|
|
3057
|
+
pairing: "pairing";
|
|
3058
3058
|
}>>>;
|
|
3059
3059
|
messagePrefix: z.ZodOptional<z.ZodString>;
|
|
3060
3060
|
selfChatMode: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -3120,11 +3120,11 @@ export declare const MiladySchema: z.ZodObject<{
|
|
|
3120
3120
|
name: z.ZodOptional<z.ZodString>;
|
|
3121
3121
|
capabilities: z.ZodOptional<z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodObject<{
|
|
3122
3122
|
inlineButtons: z.ZodOptional<z.ZodEnum<{
|
|
3123
|
-
group: "group";
|
|
3124
3123
|
all: "all";
|
|
3125
3124
|
allowlist: "allowlist";
|
|
3126
3125
|
off: "off";
|
|
3127
3126
|
dm: "dm";
|
|
3127
|
+
group: "group";
|
|
3128
3128
|
}>>;
|
|
3129
3129
|
}, z.core.$strict>]>>;
|
|
3130
3130
|
markdown: z.ZodOptional<z.ZodObject<{
|
|
@@ -3146,9 +3146,9 @@ export declare const MiladySchema: z.ZodObject<{
|
|
|
3146
3146
|
configWrites: z.ZodOptional<z.ZodBoolean>;
|
|
3147
3147
|
dmPolicy: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
3148
3148
|
allowlist: "allowlist";
|
|
3149
|
-
pairing: "pairing";
|
|
3150
3149
|
disabled: "disabled";
|
|
3151
3150
|
open: "open";
|
|
3151
|
+
pairing: "pairing";
|
|
3152
3152
|
}>>>;
|
|
3153
3153
|
botToken: z.ZodOptional<z.ZodString>;
|
|
3154
3154
|
tokenFile: z.ZodOptional<z.ZodString>;
|
|
@@ -3252,11 +3252,11 @@ export declare const MiladySchema: z.ZodObject<{
|
|
|
3252
3252
|
name: z.ZodOptional<z.ZodString>;
|
|
3253
3253
|
capabilities: z.ZodOptional<z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodObject<{
|
|
3254
3254
|
inlineButtons: z.ZodOptional<z.ZodEnum<{
|
|
3255
|
-
group: "group";
|
|
3256
3255
|
all: "all";
|
|
3257
3256
|
allowlist: "allowlist";
|
|
3258
3257
|
off: "off";
|
|
3259
3258
|
dm: "dm";
|
|
3259
|
+
group: "group";
|
|
3260
3260
|
}>>;
|
|
3261
3261
|
}, z.core.$strict>]>>;
|
|
3262
3262
|
markdown: z.ZodOptional<z.ZodObject<{
|
|
@@ -3278,9 +3278,9 @@ export declare const MiladySchema: z.ZodObject<{
|
|
|
3278
3278
|
configWrites: z.ZodOptional<z.ZodBoolean>;
|
|
3279
3279
|
dmPolicy: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
3280
3280
|
allowlist: "allowlist";
|
|
3281
|
-
pairing: "pairing";
|
|
3282
3281
|
disabled: "disabled";
|
|
3283
3282
|
open: "open";
|
|
3283
|
+
pairing: "pairing";
|
|
3284
3284
|
}>>>;
|
|
3285
3285
|
botToken: z.ZodOptional<z.ZodString>;
|
|
3286
3286
|
tokenFile: z.ZodOptional<z.ZodString>;
|
|
@@ -3455,9 +3455,9 @@ export declare const MiladySchema: z.ZodObject<{
|
|
|
3455
3455
|
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
3456
3456
|
policy: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
3457
3457
|
allowlist: "allowlist";
|
|
3458
|
-
pairing: "pairing";
|
|
3459
3458
|
disabled: "disabled";
|
|
3460
3459
|
open: "open";
|
|
3460
|
+
pairing: "pairing";
|
|
3461
3461
|
}>>>;
|
|
3462
3462
|
allowFrom: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
3463
3463
|
groupEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -3595,9 +3595,9 @@ export declare const MiladySchema: z.ZodObject<{
|
|
|
3595
3595
|
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
3596
3596
|
policy: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
3597
3597
|
allowlist: "allowlist";
|
|
3598
|
-
pairing: "pairing";
|
|
3599
3598
|
disabled: "disabled";
|
|
3600
3599
|
open: "open";
|
|
3600
|
+
pairing: "pairing";
|
|
3601
3601
|
}>>>;
|
|
3602
3602
|
allowFrom: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
3603
3603
|
groupEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -3684,9 +3684,9 @@ export declare const MiladySchema: z.ZodObject<{
|
|
|
3684
3684
|
}>>>;
|
|
3685
3685
|
dmPolicy: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
3686
3686
|
allowlist: "allowlist";
|
|
3687
|
-
pairing: "pairing";
|
|
3688
3687
|
disabled: "disabled";
|
|
3689
3688
|
open: "open";
|
|
3689
|
+
pairing: "pairing";
|
|
3690
3690
|
}>>>;
|
|
3691
3691
|
dryRun: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
3692
3692
|
retryLimit: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -3749,9 +3749,9 @@ export declare const MiladySchema: z.ZodObject<{
|
|
|
3749
3749
|
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
3750
3750
|
policy: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
3751
3751
|
allowlist: "allowlist";
|
|
3752
|
-
pairing: "pairing";
|
|
3753
3752
|
disabled: "disabled";
|
|
3754
3753
|
open: "open";
|
|
3754
|
+
pairing: "pairing";
|
|
3755
3755
|
}>>>;
|
|
3756
3756
|
allowFrom: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
3757
3757
|
}, z.core.$strict>>;
|
|
@@ -3815,9 +3815,9 @@ export declare const MiladySchema: z.ZodObject<{
|
|
|
3815
3815
|
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
3816
3816
|
policy: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
3817
3817
|
allowlist: "allowlist";
|
|
3818
|
-
pairing: "pairing";
|
|
3819
3818
|
disabled: "disabled";
|
|
3820
3819
|
open: "open";
|
|
3820
|
+
pairing: "pairing";
|
|
3821
3821
|
}>>>;
|
|
3822
3822
|
allowFrom: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
3823
3823
|
}, z.core.$strict>>;
|
|
@@ -3913,9 +3913,9 @@ export declare const MiladySchema: z.ZodObject<{
|
|
|
3913
3913
|
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
3914
3914
|
policy: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
3915
3915
|
allowlist: "allowlist";
|
|
3916
|
-
pairing: "pairing";
|
|
3917
3916
|
disabled: "disabled";
|
|
3918
3917
|
open: "open";
|
|
3918
|
+
pairing: "pairing";
|
|
3919
3919
|
}>>>;
|
|
3920
3920
|
allowFrom: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
3921
3921
|
groupEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -4042,9 +4042,9 @@ export declare const MiladySchema: z.ZodObject<{
|
|
|
4042
4042
|
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
4043
4043
|
policy: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
4044
4044
|
allowlist: "allowlist";
|
|
4045
|
-
pairing: "pairing";
|
|
4046
4045
|
disabled: "disabled";
|
|
4047
4046
|
open: "open";
|
|
4047
|
+
pairing: "pairing";
|
|
4048
4048
|
}>>>;
|
|
4049
4049
|
allowFrom: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
4050
4050
|
groupEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -4102,9 +4102,9 @@ export declare const MiladySchema: z.ZodObject<{
|
|
|
4102
4102
|
sendReadReceipts: z.ZodOptional<z.ZodBoolean>;
|
|
4103
4103
|
dmPolicy: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
4104
4104
|
allowlist: "allowlist";
|
|
4105
|
-
pairing: "pairing";
|
|
4106
4105
|
disabled: "disabled";
|
|
4107
4106
|
open: "open";
|
|
4107
|
+
pairing: "pairing";
|
|
4108
4108
|
}>>>;
|
|
4109
4109
|
allowFrom: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
4110
4110
|
groupAllowFrom: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
@@ -4176,9 +4176,9 @@ export declare const MiladySchema: z.ZodObject<{
|
|
|
4176
4176
|
sendReadReceipts: z.ZodOptional<z.ZodBoolean>;
|
|
4177
4177
|
dmPolicy: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
4178
4178
|
allowlist: "allowlist";
|
|
4179
|
-
pairing: "pairing";
|
|
4180
4179
|
disabled: "disabled";
|
|
4181
4180
|
open: "open";
|
|
4181
|
+
pairing: "pairing";
|
|
4182
4182
|
}>>>;
|
|
4183
4183
|
allowFrom: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
4184
4184
|
groupAllowFrom: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
@@ -4246,9 +4246,9 @@ export declare const MiladySchema: z.ZodObject<{
|
|
|
4246
4246
|
region: z.ZodOptional<z.ZodString>;
|
|
4247
4247
|
dmPolicy: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
4248
4248
|
allowlist: "allowlist";
|
|
4249
|
-
pairing: "pairing";
|
|
4250
4249
|
disabled: "disabled";
|
|
4251
4250
|
open: "open";
|
|
4251
|
+
pairing: "pairing";
|
|
4252
4252
|
}>>>;
|
|
4253
4253
|
allowFrom: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
4254
4254
|
groupAllowFrom: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
@@ -4312,9 +4312,9 @@ export declare const MiladySchema: z.ZodObject<{
|
|
|
4312
4312
|
region: z.ZodOptional<z.ZodString>;
|
|
4313
4313
|
dmPolicy: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
4314
4314
|
allowlist: "allowlist";
|
|
4315
|
-
pairing: "pairing";
|
|
4316
4315
|
disabled: "disabled";
|
|
4317
4316
|
open: "open";
|
|
4317
|
+
pairing: "pairing";
|
|
4318
4318
|
}>>>;
|
|
4319
4319
|
allowFrom: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
4320
4320
|
groupAllowFrom: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
@@ -4378,9 +4378,9 @@ export declare const MiladySchema: z.ZodObject<{
|
|
|
4378
4378
|
webhookPath: z.ZodOptional<z.ZodString>;
|
|
4379
4379
|
dmPolicy: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
4380
4380
|
allowlist: "allowlist";
|
|
4381
|
-
pairing: "pairing";
|
|
4382
4381
|
disabled: "disabled";
|
|
4383
4382
|
open: "open";
|
|
4383
|
+
pairing: "pairing";
|
|
4384
4384
|
}>>>;
|
|
4385
4385
|
allowFrom: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
4386
4386
|
groupAllowFrom: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
@@ -4442,9 +4442,9 @@ export declare const MiladySchema: z.ZodObject<{
|
|
|
4442
4442
|
webhookPath: z.ZodOptional<z.ZodString>;
|
|
4443
4443
|
dmPolicy: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
4444
4444
|
allowlist: "allowlist";
|
|
4445
|
-
pairing: "pairing";
|
|
4446
4445
|
disabled: "disabled";
|
|
4447
4446
|
open: "open";
|
|
4447
|
+
pairing: "pairing";
|
|
4448
4448
|
}>>>;
|
|
4449
4449
|
allowFrom: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
4450
4450
|
groupAllowFrom: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
@@ -4524,9 +4524,9 @@ export declare const MiladySchema: z.ZodObject<{
|
|
|
4524
4524
|
}, z.core.$strict>>;
|
|
4525
4525
|
dmPolicy: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
4526
4526
|
allowlist: "allowlist";
|
|
4527
|
-
pairing: "pairing";
|
|
4528
4527
|
disabled: "disabled";
|
|
4529
4528
|
open: "open";
|
|
4529
|
+
pairing: "pairing";
|
|
4530
4530
|
}>>>;
|
|
4531
4531
|
allowFrom: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
4532
4532
|
groupAllowFrom: z.ZodOptional<z.ZodArray<z.ZodString>>;
|