clawbrah 1.0.2 → 1.1.0
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/build-info.json +3 -3
- package/dist/canvas-host/a2ui/.bundle.hash +1 -1
- package/dist/control-ui/assets/{index-D0ToVTL2.js → index-rB_dACLJ.js} +860 -847
- package/dist/control-ui/assets/index-rB_dACLJ.js.map +1 -0
- package/dist/control-ui/index.html +1 -1
- package/dist/plugin-sdk/index.d.ts +85 -85
- package/extensions/brah-sync/index.ts +3 -5
- package/package.json +100 -73
- package/dist/control-ui/assets/index-D0ToVTL2.js.map +0 -1
|
@@ -6654,9 +6654,9 @@ declare const TelegramConfigSchema: z.ZodObject<{
|
|
|
6654
6654
|
capabilities: z.ZodOptional<z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodObject<{
|
|
6655
6655
|
inlineButtons: z.ZodOptional<z.ZodEnum<{
|
|
6656
6656
|
off: "off";
|
|
6657
|
+
all: "all";
|
|
6657
6658
|
allowlist: "allowlist";
|
|
6658
6659
|
group: "group";
|
|
6659
|
-
all: "all";
|
|
6660
6660
|
dm: "dm";
|
|
6661
6661
|
}>>;
|
|
6662
6662
|
}, z.core.$strict>]>>;
|
|
@@ -6678,10 +6678,10 @@ declare const TelegramConfigSchema: z.ZodObject<{
|
|
|
6678
6678
|
}, z.core.$strict>>>;
|
|
6679
6679
|
configWrites: z.ZodOptional<z.ZodBoolean>;
|
|
6680
6680
|
dmPolicy: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
6681
|
-
pairing: "pairing";
|
|
6682
|
-
allowlist: "allowlist";
|
|
6683
6681
|
open: "open";
|
|
6684
6682
|
disabled: "disabled";
|
|
6683
|
+
allowlist: "allowlist";
|
|
6684
|
+
pairing: "pairing";
|
|
6685
6685
|
}>>>;
|
|
6686
6686
|
botToken: z.ZodOptional<z.ZodString>;
|
|
6687
6687
|
tokenFile: z.ZodOptional<z.ZodString>;
|
|
@@ -6689,9 +6689,9 @@ declare const TelegramConfigSchema: z.ZodObject<{
|
|
|
6689
6689
|
groups: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodOptional<z.ZodObject<{
|
|
6690
6690
|
requireMention: z.ZodOptional<z.ZodBoolean>;
|
|
6691
6691
|
groupPolicy: z.ZodOptional<z.ZodEnum<{
|
|
6692
|
-
allowlist: "allowlist";
|
|
6693
6692
|
open: "open";
|
|
6694
6693
|
disabled: "disabled";
|
|
6694
|
+
allowlist: "allowlist";
|
|
6695
6695
|
}>>;
|
|
6696
6696
|
tools: z.ZodOptional<z.ZodObject<{
|
|
6697
6697
|
allow: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -6710,9 +6710,9 @@ declare const TelegramConfigSchema: z.ZodObject<{
|
|
|
6710
6710
|
topics: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodOptional<z.ZodObject<{
|
|
6711
6711
|
requireMention: z.ZodOptional<z.ZodBoolean>;
|
|
6712
6712
|
groupPolicy: z.ZodOptional<z.ZodEnum<{
|
|
6713
|
-
allowlist: "allowlist";
|
|
6714
6713
|
open: "open";
|
|
6715
6714
|
disabled: "disabled";
|
|
6715
|
+
allowlist: "allowlist";
|
|
6716
6716
|
}>>;
|
|
6717
6717
|
skills: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
6718
6718
|
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -6723,9 +6723,9 @@ declare const TelegramConfigSchema: z.ZodObject<{
|
|
|
6723
6723
|
allowFrom: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
6724
6724
|
groupAllowFrom: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
6725
6725
|
groupPolicy: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
6726
|
-
allowlist: "allowlist";
|
|
6727
6726
|
open: "open";
|
|
6728
6727
|
disabled: "disabled";
|
|
6728
|
+
allowlist: "allowlist";
|
|
6729
6729
|
}>>>;
|
|
6730
6730
|
historyLimit: z.ZodOptional<z.ZodNumber>;
|
|
6731
6731
|
dmHistoryLimit: z.ZodOptional<z.ZodNumber>;
|
|
@@ -6734,8 +6734,8 @@ declare const TelegramConfigSchema: z.ZodObject<{
|
|
|
6734
6734
|
}, z.core.$strict>>>>;
|
|
6735
6735
|
textChunkLimit: z.ZodOptional<z.ZodNumber>;
|
|
6736
6736
|
chunkMode: z.ZodOptional<z.ZodEnum<{
|
|
6737
|
-
length: "length";
|
|
6738
6737
|
newline: "newline";
|
|
6738
|
+
length: "length";
|
|
6739
6739
|
}>>;
|
|
6740
6740
|
blockStreaming: z.ZodOptional<z.ZodBoolean>;
|
|
6741
6741
|
draftChunk: z.ZodOptional<z.ZodObject<{
|
|
@@ -6781,8 +6781,8 @@ declare const TelegramConfigSchema: z.ZodObject<{
|
|
|
6781
6781
|
}>>;
|
|
6782
6782
|
reactionLevel: z.ZodOptional<z.ZodEnum<{
|
|
6783
6783
|
off: "off";
|
|
6784
|
-
minimal: "minimal";
|
|
6785
6784
|
ack: "ack";
|
|
6785
|
+
minimal: "minimal";
|
|
6786
6786
|
extensive: "extensive";
|
|
6787
6787
|
}>>;
|
|
6788
6788
|
heartbeat: z.ZodOptional<z.ZodObject<{
|
|
@@ -6797,9 +6797,9 @@ declare const TelegramConfigSchema: z.ZodObject<{
|
|
|
6797
6797
|
capabilities: z.ZodOptional<z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodObject<{
|
|
6798
6798
|
inlineButtons: z.ZodOptional<z.ZodEnum<{
|
|
6799
6799
|
off: "off";
|
|
6800
|
+
all: "all";
|
|
6800
6801
|
allowlist: "allowlist";
|
|
6801
6802
|
group: "group";
|
|
6802
|
-
all: "all";
|
|
6803
6803
|
dm: "dm";
|
|
6804
6804
|
}>>;
|
|
6805
6805
|
}, z.core.$strict>]>>;
|
|
@@ -6821,10 +6821,10 @@ declare const TelegramConfigSchema: z.ZodObject<{
|
|
|
6821
6821
|
}, z.core.$strict>>>;
|
|
6822
6822
|
configWrites: z.ZodOptional<z.ZodBoolean>;
|
|
6823
6823
|
dmPolicy: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
6824
|
-
pairing: "pairing";
|
|
6825
|
-
allowlist: "allowlist";
|
|
6826
6824
|
open: "open";
|
|
6827
6825
|
disabled: "disabled";
|
|
6826
|
+
allowlist: "allowlist";
|
|
6827
|
+
pairing: "pairing";
|
|
6828
6828
|
}>>>;
|
|
6829
6829
|
botToken: z.ZodOptional<z.ZodString>;
|
|
6830
6830
|
tokenFile: z.ZodOptional<z.ZodString>;
|
|
@@ -6832,9 +6832,9 @@ declare const TelegramConfigSchema: z.ZodObject<{
|
|
|
6832
6832
|
groups: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodOptional<z.ZodObject<{
|
|
6833
6833
|
requireMention: z.ZodOptional<z.ZodBoolean>;
|
|
6834
6834
|
groupPolicy: z.ZodOptional<z.ZodEnum<{
|
|
6835
|
-
allowlist: "allowlist";
|
|
6836
6835
|
open: "open";
|
|
6837
6836
|
disabled: "disabled";
|
|
6837
|
+
allowlist: "allowlist";
|
|
6838
6838
|
}>>;
|
|
6839
6839
|
tools: z.ZodOptional<z.ZodObject<{
|
|
6840
6840
|
allow: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -6853,9 +6853,9 @@ declare const TelegramConfigSchema: z.ZodObject<{
|
|
|
6853
6853
|
topics: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodOptional<z.ZodObject<{
|
|
6854
6854
|
requireMention: z.ZodOptional<z.ZodBoolean>;
|
|
6855
6855
|
groupPolicy: z.ZodOptional<z.ZodEnum<{
|
|
6856
|
-
allowlist: "allowlist";
|
|
6857
6856
|
open: "open";
|
|
6858
6857
|
disabled: "disabled";
|
|
6858
|
+
allowlist: "allowlist";
|
|
6859
6859
|
}>>;
|
|
6860
6860
|
skills: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
6861
6861
|
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -6866,9 +6866,9 @@ declare const TelegramConfigSchema: z.ZodObject<{
|
|
|
6866
6866
|
allowFrom: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
6867
6867
|
groupAllowFrom: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
6868
6868
|
groupPolicy: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
6869
|
-
allowlist: "allowlist";
|
|
6870
6869
|
open: "open";
|
|
6871
6870
|
disabled: "disabled";
|
|
6871
|
+
allowlist: "allowlist";
|
|
6872
6872
|
}>>>;
|
|
6873
6873
|
historyLimit: z.ZodOptional<z.ZodNumber>;
|
|
6874
6874
|
dmHistoryLimit: z.ZodOptional<z.ZodNumber>;
|
|
@@ -6877,8 +6877,8 @@ declare const TelegramConfigSchema: z.ZodObject<{
|
|
|
6877
6877
|
}, z.core.$strict>>>>;
|
|
6878
6878
|
textChunkLimit: z.ZodOptional<z.ZodNumber>;
|
|
6879
6879
|
chunkMode: z.ZodOptional<z.ZodEnum<{
|
|
6880
|
-
length: "length";
|
|
6881
6880
|
newline: "newline";
|
|
6881
|
+
length: "length";
|
|
6882
6882
|
}>>;
|
|
6883
6883
|
blockStreaming: z.ZodOptional<z.ZodBoolean>;
|
|
6884
6884
|
draftChunk: z.ZodOptional<z.ZodObject<{
|
|
@@ -6924,8 +6924,8 @@ declare const TelegramConfigSchema: z.ZodObject<{
|
|
|
6924
6924
|
}>>;
|
|
6925
6925
|
reactionLevel: z.ZodOptional<z.ZodEnum<{
|
|
6926
6926
|
off: "off";
|
|
6927
|
-
minimal: "minimal";
|
|
6928
6927
|
ack: "ack";
|
|
6928
|
+
minimal: "minimal";
|
|
6929
6929
|
extensive: "extensive";
|
|
6930
6930
|
}>>;
|
|
6931
6931
|
heartbeat: z.ZodOptional<z.ZodObject<{
|
|
@@ -6956,9 +6956,9 @@ declare const DiscordConfigSchema: z.ZodObject<{
|
|
|
6956
6956
|
token: z.ZodOptional<z.ZodString>;
|
|
6957
6957
|
allowBots: z.ZodOptional<z.ZodBoolean>;
|
|
6958
6958
|
groupPolicy: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
6959
|
-
allowlist: "allowlist";
|
|
6960
6959
|
open: "open";
|
|
6961
6960
|
disabled: "disabled";
|
|
6961
|
+
allowlist: "allowlist";
|
|
6962
6962
|
}>>>;
|
|
6963
6963
|
historyLimit: z.ZodOptional<z.ZodNumber>;
|
|
6964
6964
|
dmHistoryLimit: z.ZodOptional<z.ZodNumber>;
|
|
@@ -6967,8 +6967,8 @@ declare const DiscordConfigSchema: z.ZodObject<{
|
|
|
6967
6967
|
}, z.core.$strict>>>>;
|
|
6968
6968
|
textChunkLimit: z.ZodOptional<z.ZodNumber>;
|
|
6969
6969
|
chunkMode: z.ZodOptional<z.ZodEnum<{
|
|
6970
|
-
length: "length";
|
|
6971
6970
|
newline: "newline";
|
|
6971
|
+
length: "length";
|
|
6972
6972
|
}>>;
|
|
6973
6973
|
blockStreaming: z.ZodOptional<z.ZodBoolean>;
|
|
6974
6974
|
blockStreamingCoalesce: z.ZodOptional<z.ZodObject<{
|
|
@@ -7009,10 +7009,10 @@ declare const DiscordConfigSchema: z.ZodObject<{
|
|
|
7009
7009
|
dm: z.ZodOptional<z.ZodObject<{
|
|
7010
7010
|
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
7011
7011
|
policy: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
7012
|
-
pairing: "pairing";
|
|
7013
|
-
allowlist: "allowlist";
|
|
7014
7012
|
open: "open";
|
|
7015
7013
|
disabled: "disabled";
|
|
7014
|
+
allowlist: "allowlist";
|
|
7015
|
+
pairing: "pairing";
|
|
7016
7016
|
}>>>;
|
|
7017
7017
|
allowFrom: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
7018
7018
|
groupEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -7033,8 +7033,8 @@ declare const DiscordConfigSchema: z.ZodObject<{
|
|
|
7033
7033
|
}, z.core.$strict>>>>;
|
|
7034
7034
|
reactionNotifications: z.ZodOptional<z.ZodEnum<{
|
|
7035
7035
|
off: "off";
|
|
7036
|
-
allowlist: "allowlist";
|
|
7037
7036
|
all: "all";
|
|
7037
|
+
allowlist: "allowlist";
|
|
7038
7038
|
own: "own";
|
|
7039
7039
|
}>>;
|
|
7040
7040
|
users: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
@@ -7098,9 +7098,9 @@ declare const DiscordConfigSchema: z.ZodObject<{
|
|
|
7098
7098
|
token: z.ZodOptional<z.ZodString>;
|
|
7099
7099
|
allowBots: z.ZodOptional<z.ZodBoolean>;
|
|
7100
7100
|
groupPolicy: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
7101
|
-
allowlist: "allowlist";
|
|
7102
7101
|
open: "open";
|
|
7103
7102
|
disabled: "disabled";
|
|
7103
|
+
allowlist: "allowlist";
|
|
7104
7104
|
}>>>;
|
|
7105
7105
|
historyLimit: z.ZodOptional<z.ZodNumber>;
|
|
7106
7106
|
dmHistoryLimit: z.ZodOptional<z.ZodNumber>;
|
|
@@ -7109,8 +7109,8 @@ declare const DiscordConfigSchema: z.ZodObject<{
|
|
|
7109
7109
|
}, z.core.$strict>>>>;
|
|
7110
7110
|
textChunkLimit: z.ZodOptional<z.ZodNumber>;
|
|
7111
7111
|
chunkMode: z.ZodOptional<z.ZodEnum<{
|
|
7112
|
-
length: "length";
|
|
7113
7112
|
newline: "newline";
|
|
7113
|
+
length: "length";
|
|
7114
7114
|
}>>;
|
|
7115
7115
|
blockStreaming: z.ZodOptional<z.ZodBoolean>;
|
|
7116
7116
|
blockStreamingCoalesce: z.ZodOptional<z.ZodObject<{
|
|
@@ -7151,10 +7151,10 @@ declare const DiscordConfigSchema: z.ZodObject<{
|
|
|
7151
7151
|
dm: z.ZodOptional<z.ZodObject<{
|
|
7152
7152
|
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
7153
7153
|
policy: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
7154
|
-
pairing: "pairing";
|
|
7155
|
-
allowlist: "allowlist";
|
|
7156
7154
|
open: "open";
|
|
7157
7155
|
disabled: "disabled";
|
|
7156
|
+
allowlist: "allowlist";
|
|
7157
|
+
pairing: "pairing";
|
|
7158
7158
|
}>>>;
|
|
7159
7159
|
allowFrom: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
7160
7160
|
groupEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -7175,8 +7175,8 @@ declare const DiscordConfigSchema: z.ZodObject<{
|
|
|
7175
7175
|
}, z.core.$strict>>>>;
|
|
7176
7176
|
reactionNotifications: z.ZodOptional<z.ZodEnum<{
|
|
7177
7177
|
off: "off";
|
|
7178
|
-
allowlist: "allowlist";
|
|
7179
7178
|
all: "all";
|
|
7179
|
+
allowlist: "allowlist";
|
|
7180
7180
|
own: "own";
|
|
7181
7181
|
}>>;
|
|
7182
7182
|
users: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
@@ -7231,9 +7231,9 @@ declare const GoogleChatConfigSchema: z.ZodObject<{
|
|
|
7231
7231
|
allowBots: z.ZodOptional<z.ZodBoolean>;
|
|
7232
7232
|
requireMention: z.ZodOptional<z.ZodBoolean>;
|
|
7233
7233
|
groupPolicy: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
7234
|
-
allowlist: "allowlist";
|
|
7235
7234
|
open: "open";
|
|
7236
7235
|
disabled: "disabled";
|
|
7236
|
+
allowlist: "allowlist";
|
|
7237
7237
|
}>>>;
|
|
7238
7238
|
groupAllowFrom: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
7239
7239
|
groups: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodOptional<z.ZodObject<{
|
|
@@ -7260,8 +7260,8 @@ declare const GoogleChatConfigSchema: z.ZodObject<{
|
|
|
7260
7260
|
}, z.core.$strict>>>>;
|
|
7261
7261
|
textChunkLimit: z.ZodOptional<z.ZodNumber>;
|
|
7262
7262
|
chunkMode: z.ZodOptional<z.ZodEnum<{
|
|
7263
|
-
length: "length";
|
|
7264
7263
|
newline: "newline";
|
|
7264
|
+
length: "length";
|
|
7265
7265
|
}>>;
|
|
7266
7266
|
blockStreaming: z.ZodOptional<z.ZodBoolean>;
|
|
7267
7267
|
blockStreamingCoalesce: z.ZodOptional<z.ZodObject<{
|
|
@@ -7277,10 +7277,10 @@ declare const GoogleChatConfigSchema: z.ZodObject<{
|
|
|
7277
7277
|
dm: z.ZodOptional<z.ZodObject<{
|
|
7278
7278
|
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
7279
7279
|
policy: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
7280
|
-
pairing: "pairing";
|
|
7281
|
-
allowlist: "allowlist";
|
|
7282
7280
|
open: "open";
|
|
7283
7281
|
disabled: "disabled";
|
|
7282
|
+
allowlist: "allowlist";
|
|
7283
|
+
pairing: "pairing";
|
|
7284
7284
|
}>>>;
|
|
7285
7285
|
allowFrom: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
7286
7286
|
}, z.core.$strict>>;
|
|
@@ -7298,9 +7298,9 @@ declare const GoogleChatConfigSchema: z.ZodObject<{
|
|
|
7298
7298
|
allowBots: z.ZodOptional<z.ZodBoolean>;
|
|
7299
7299
|
requireMention: z.ZodOptional<z.ZodBoolean>;
|
|
7300
7300
|
groupPolicy: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
7301
|
-
allowlist: "allowlist";
|
|
7302
7301
|
open: "open";
|
|
7303
7302
|
disabled: "disabled";
|
|
7303
|
+
allowlist: "allowlist";
|
|
7304
7304
|
}>>>;
|
|
7305
7305
|
groupAllowFrom: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
7306
7306
|
groups: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodOptional<z.ZodObject<{
|
|
@@ -7327,8 +7327,8 @@ declare const GoogleChatConfigSchema: z.ZodObject<{
|
|
|
7327
7327
|
}, z.core.$strict>>>>;
|
|
7328
7328
|
textChunkLimit: z.ZodOptional<z.ZodNumber>;
|
|
7329
7329
|
chunkMode: z.ZodOptional<z.ZodEnum<{
|
|
7330
|
-
length: "length";
|
|
7331
7330
|
newline: "newline";
|
|
7331
|
+
length: "length";
|
|
7332
7332
|
}>>;
|
|
7333
7333
|
blockStreaming: z.ZodOptional<z.ZodBoolean>;
|
|
7334
7334
|
blockStreamingCoalesce: z.ZodOptional<z.ZodObject<{
|
|
@@ -7344,10 +7344,10 @@ declare const GoogleChatConfigSchema: z.ZodObject<{
|
|
|
7344
7344
|
dm: z.ZodOptional<z.ZodObject<{
|
|
7345
7345
|
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
7346
7346
|
policy: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
7347
|
-
pairing: "pairing";
|
|
7348
|
-
allowlist: "allowlist";
|
|
7349
7347
|
open: "open";
|
|
7350
7348
|
disabled: "disabled";
|
|
7349
|
+
allowlist: "allowlist";
|
|
7350
|
+
pairing: "pairing";
|
|
7351
7351
|
}>>>;
|
|
7352
7352
|
allowFrom: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
7353
7353
|
}, z.core.$strict>>;
|
|
@@ -7383,9 +7383,9 @@ declare const SlackConfigSchema: z.ZodObject<{
|
|
|
7383
7383
|
allowBots: z.ZodOptional<z.ZodBoolean>;
|
|
7384
7384
|
requireMention: z.ZodOptional<z.ZodBoolean>;
|
|
7385
7385
|
groupPolicy: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
7386
|
-
allowlist: "allowlist";
|
|
7387
7386
|
open: "open";
|
|
7388
7387
|
disabled: "disabled";
|
|
7388
|
+
allowlist: "allowlist";
|
|
7389
7389
|
}>>>;
|
|
7390
7390
|
historyLimit: z.ZodOptional<z.ZodNumber>;
|
|
7391
7391
|
dmHistoryLimit: z.ZodOptional<z.ZodNumber>;
|
|
@@ -7394,8 +7394,8 @@ declare const SlackConfigSchema: z.ZodObject<{
|
|
|
7394
7394
|
}, z.core.$strict>>>>;
|
|
7395
7395
|
textChunkLimit: z.ZodOptional<z.ZodNumber>;
|
|
7396
7396
|
chunkMode: z.ZodOptional<z.ZodEnum<{
|
|
7397
|
-
length: "length";
|
|
7398
7397
|
newline: "newline";
|
|
7398
|
+
length: "length";
|
|
7399
7399
|
}>>;
|
|
7400
7400
|
blockStreaming: z.ZodOptional<z.ZodBoolean>;
|
|
7401
7401
|
blockStreamingCoalesce: z.ZodOptional<z.ZodObject<{
|
|
@@ -7406,8 +7406,8 @@ declare const SlackConfigSchema: z.ZodObject<{
|
|
|
7406
7406
|
mediaMaxMb: z.ZodOptional<z.ZodNumber>;
|
|
7407
7407
|
reactionNotifications: z.ZodOptional<z.ZodEnum<{
|
|
7408
7408
|
off: "off";
|
|
7409
|
-
allowlist: "allowlist";
|
|
7410
7409
|
all: "all";
|
|
7410
|
+
allowlist: "allowlist";
|
|
7411
7411
|
own: "own";
|
|
7412
7412
|
}>>;
|
|
7413
7413
|
reactionAllowlist: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
@@ -7443,10 +7443,10 @@ declare const SlackConfigSchema: z.ZodObject<{
|
|
|
7443
7443
|
dm: z.ZodOptional<z.ZodObject<{
|
|
7444
7444
|
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
7445
7445
|
policy: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
7446
|
-
pairing: "pairing";
|
|
7447
|
-
allowlist: "allowlist";
|
|
7448
7446
|
open: "open";
|
|
7449
7447
|
disabled: "disabled";
|
|
7448
|
+
allowlist: "allowlist";
|
|
7449
|
+
pairing: "pairing";
|
|
7450
7450
|
}>>>;
|
|
7451
7451
|
allowFrom: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
7452
7452
|
groupEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -7513,9 +7513,9 @@ declare const SlackConfigSchema: z.ZodObject<{
|
|
|
7513
7513
|
allowBots: z.ZodOptional<z.ZodBoolean>;
|
|
7514
7514
|
requireMention: z.ZodOptional<z.ZodBoolean>;
|
|
7515
7515
|
groupPolicy: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
7516
|
-
allowlist: "allowlist";
|
|
7517
7516
|
open: "open";
|
|
7518
7517
|
disabled: "disabled";
|
|
7518
|
+
allowlist: "allowlist";
|
|
7519
7519
|
}>>>;
|
|
7520
7520
|
historyLimit: z.ZodOptional<z.ZodNumber>;
|
|
7521
7521
|
dmHistoryLimit: z.ZodOptional<z.ZodNumber>;
|
|
@@ -7524,8 +7524,8 @@ declare const SlackConfigSchema: z.ZodObject<{
|
|
|
7524
7524
|
}, z.core.$strict>>>>;
|
|
7525
7525
|
textChunkLimit: z.ZodOptional<z.ZodNumber>;
|
|
7526
7526
|
chunkMode: z.ZodOptional<z.ZodEnum<{
|
|
7527
|
-
length: "length";
|
|
7528
7527
|
newline: "newline";
|
|
7528
|
+
length: "length";
|
|
7529
7529
|
}>>;
|
|
7530
7530
|
blockStreaming: z.ZodOptional<z.ZodBoolean>;
|
|
7531
7531
|
blockStreamingCoalesce: z.ZodOptional<z.ZodObject<{
|
|
@@ -7536,8 +7536,8 @@ declare const SlackConfigSchema: z.ZodObject<{
|
|
|
7536
7536
|
mediaMaxMb: z.ZodOptional<z.ZodNumber>;
|
|
7537
7537
|
reactionNotifications: z.ZodOptional<z.ZodEnum<{
|
|
7538
7538
|
off: "off";
|
|
7539
|
-
allowlist: "allowlist";
|
|
7540
7539
|
all: "all";
|
|
7540
|
+
allowlist: "allowlist";
|
|
7541
7541
|
own: "own";
|
|
7542
7542
|
}>>;
|
|
7543
7543
|
reactionAllowlist: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
@@ -7573,10 +7573,10 @@ declare const SlackConfigSchema: z.ZodObject<{
|
|
|
7573
7573
|
dm: z.ZodOptional<z.ZodObject<{
|
|
7574
7574
|
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
7575
7575
|
policy: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
7576
|
-
pairing: "pairing";
|
|
7577
|
-
allowlist: "allowlist";
|
|
7578
7576
|
open: "open";
|
|
7579
7577
|
disabled: "disabled";
|
|
7578
|
+
allowlist: "allowlist";
|
|
7579
|
+
pairing: "pairing";
|
|
7580
7580
|
}>>>;
|
|
7581
7581
|
allowFrom: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
7582
7582
|
groupEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -7634,17 +7634,17 @@ declare const SignalConfigSchema: z.ZodObject<{
|
|
|
7634
7634
|
ignoreStories: z.ZodOptional<z.ZodBoolean>;
|
|
7635
7635
|
sendReadReceipts: z.ZodOptional<z.ZodBoolean>;
|
|
7636
7636
|
dmPolicy: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
7637
|
-
pairing: "pairing";
|
|
7638
|
-
allowlist: "allowlist";
|
|
7639
7637
|
open: "open";
|
|
7640
7638
|
disabled: "disabled";
|
|
7639
|
+
allowlist: "allowlist";
|
|
7640
|
+
pairing: "pairing";
|
|
7641
7641
|
}>>>;
|
|
7642
7642
|
allowFrom: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
7643
7643
|
groupAllowFrom: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
7644
7644
|
groupPolicy: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
7645
|
-
allowlist: "allowlist";
|
|
7646
7645
|
open: "open";
|
|
7647
7646
|
disabled: "disabled";
|
|
7647
|
+
allowlist: "allowlist";
|
|
7648
7648
|
}>>>;
|
|
7649
7649
|
historyLimit: z.ZodOptional<z.ZodNumber>;
|
|
7650
7650
|
dmHistoryLimit: z.ZodOptional<z.ZodNumber>;
|
|
@@ -7653,8 +7653,8 @@ declare const SignalConfigSchema: z.ZodObject<{
|
|
|
7653
7653
|
}, z.core.$strict>>>>;
|
|
7654
7654
|
textChunkLimit: z.ZodOptional<z.ZodNumber>;
|
|
7655
7655
|
chunkMode: z.ZodOptional<z.ZodEnum<{
|
|
7656
|
-
length: "length";
|
|
7657
7656
|
newline: "newline";
|
|
7657
|
+
length: "length";
|
|
7658
7658
|
}>>;
|
|
7659
7659
|
blockStreaming: z.ZodOptional<z.ZodBoolean>;
|
|
7660
7660
|
blockStreamingCoalesce: z.ZodOptional<z.ZodObject<{
|
|
@@ -7665,8 +7665,8 @@ declare const SignalConfigSchema: z.ZodObject<{
|
|
|
7665
7665
|
mediaMaxMb: z.ZodOptional<z.ZodNumber>;
|
|
7666
7666
|
reactionNotifications: z.ZodOptional<z.ZodEnum<{
|
|
7667
7667
|
off: "off";
|
|
7668
|
-
allowlist: "allowlist";
|
|
7669
7668
|
all: "all";
|
|
7669
|
+
allowlist: "allowlist";
|
|
7670
7670
|
own: "own";
|
|
7671
7671
|
}>>;
|
|
7672
7672
|
reactionAllowlist: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
@@ -7675,8 +7675,8 @@ declare const SignalConfigSchema: z.ZodObject<{
|
|
|
7675
7675
|
}, z.core.$strict>>;
|
|
7676
7676
|
reactionLevel: z.ZodOptional<z.ZodEnum<{
|
|
7677
7677
|
off: "off";
|
|
7678
|
-
minimal: "minimal";
|
|
7679
7678
|
ack: "ack";
|
|
7679
|
+
minimal: "minimal";
|
|
7680
7680
|
extensive: "extensive";
|
|
7681
7681
|
}>>;
|
|
7682
7682
|
heartbeat: z.ZodOptional<z.ZodObject<{
|
|
@@ -7709,17 +7709,17 @@ declare const SignalConfigSchema: z.ZodObject<{
|
|
|
7709
7709
|
ignoreStories: z.ZodOptional<z.ZodBoolean>;
|
|
7710
7710
|
sendReadReceipts: z.ZodOptional<z.ZodBoolean>;
|
|
7711
7711
|
dmPolicy: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
7712
|
-
pairing: "pairing";
|
|
7713
|
-
allowlist: "allowlist";
|
|
7714
7712
|
open: "open";
|
|
7715
7713
|
disabled: "disabled";
|
|
7714
|
+
allowlist: "allowlist";
|
|
7715
|
+
pairing: "pairing";
|
|
7716
7716
|
}>>>;
|
|
7717
7717
|
allowFrom: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
7718
7718
|
groupAllowFrom: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
7719
7719
|
groupPolicy: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
7720
|
-
allowlist: "allowlist";
|
|
7721
7720
|
open: "open";
|
|
7722
7721
|
disabled: "disabled";
|
|
7722
|
+
allowlist: "allowlist";
|
|
7723
7723
|
}>>>;
|
|
7724
7724
|
historyLimit: z.ZodOptional<z.ZodNumber>;
|
|
7725
7725
|
dmHistoryLimit: z.ZodOptional<z.ZodNumber>;
|
|
@@ -7728,8 +7728,8 @@ declare const SignalConfigSchema: z.ZodObject<{
|
|
|
7728
7728
|
}, z.core.$strict>>>>;
|
|
7729
7729
|
textChunkLimit: z.ZodOptional<z.ZodNumber>;
|
|
7730
7730
|
chunkMode: z.ZodOptional<z.ZodEnum<{
|
|
7731
|
-
length: "length";
|
|
7732
7731
|
newline: "newline";
|
|
7732
|
+
length: "length";
|
|
7733
7733
|
}>>;
|
|
7734
7734
|
blockStreaming: z.ZodOptional<z.ZodBoolean>;
|
|
7735
7735
|
blockStreamingCoalesce: z.ZodOptional<z.ZodObject<{
|
|
@@ -7740,8 +7740,8 @@ declare const SignalConfigSchema: z.ZodObject<{
|
|
|
7740
7740
|
mediaMaxMb: z.ZodOptional<z.ZodNumber>;
|
|
7741
7741
|
reactionNotifications: z.ZodOptional<z.ZodEnum<{
|
|
7742
7742
|
off: "off";
|
|
7743
|
-
allowlist: "allowlist";
|
|
7744
7743
|
all: "all";
|
|
7744
|
+
allowlist: "allowlist";
|
|
7745
7745
|
own: "own";
|
|
7746
7746
|
}>>;
|
|
7747
7747
|
reactionAllowlist: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
@@ -7750,8 +7750,8 @@ declare const SignalConfigSchema: z.ZodObject<{
|
|
|
7750
7750
|
}, z.core.$strict>>;
|
|
7751
7751
|
reactionLevel: z.ZodOptional<z.ZodEnum<{
|
|
7752
7752
|
off: "off";
|
|
7753
|
-
minimal: "minimal";
|
|
7754
7753
|
ack: "ack";
|
|
7754
|
+
minimal: "minimal";
|
|
7755
7755
|
extensive: "extensive";
|
|
7756
7756
|
}>>;
|
|
7757
7757
|
heartbeat: z.ZodOptional<z.ZodObject<{
|
|
@@ -7780,17 +7780,17 @@ declare const IMessageConfigSchema: z.ZodObject<{
|
|
|
7780
7780
|
service: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"imessage">, z.ZodLiteral<"sms">, z.ZodLiteral<"auto">]>>;
|
|
7781
7781
|
region: z.ZodOptional<z.ZodString>;
|
|
7782
7782
|
dmPolicy: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
7783
|
-
pairing: "pairing";
|
|
7784
|
-
allowlist: "allowlist";
|
|
7785
7783
|
open: "open";
|
|
7786
7784
|
disabled: "disabled";
|
|
7785
|
+
allowlist: "allowlist";
|
|
7786
|
+
pairing: "pairing";
|
|
7787
7787
|
}>>>;
|
|
7788
7788
|
allowFrom: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
7789
7789
|
groupAllowFrom: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
7790
7790
|
groupPolicy: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
7791
|
-
allowlist: "allowlist";
|
|
7792
7791
|
open: "open";
|
|
7793
7792
|
disabled: "disabled";
|
|
7793
|
+
allowlist: "allowlist";
|
|
7794
7794
|
}>>>;
|
|
7795
7795
|
historyLimit: z.ZodOptional<z.ZodNumber>;
|
|
7796
7796
|
dmHistoryLimit: z.ZodOptional<z.ZodNumber>;
|
|
@@ -7801,8 +7801,8 @@ declare const IMessageConfigSchema: z.ZodObject<{
|
|
|
7801
7801
|
mediaMaxMb: z.ZodOptional<z.ZodNumber>;
|
|
7802
7802
|
textChunkLimit: z.ZodOptional<z.ZodNumber>;
|
|
7803
7803
|
chunkMode: z.ZodOptional<z.ZodEnum<{
|
|
7804
|
-
length: "length";
|
|
7805
7804
|
newline: "newline";
|
|
7805
|
+
length: "length";
|
|
7806
7806
|
}>>;
|
|
7807
7807
|
blockStreaming: z.ZodOptional<z.ZodBoolean>;
|
|
7808
7808
|
blockStreamingCoalesce: z.ZodOptional<z.ZodObject<{
|
|
@@ -7847,17 +7847,17 @@ declare const IMessageConfigSchema: z.ZodObject<{
|
|
|
7847
7847
|
service: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"imessage">, z.ZodLiteral<"sms">, z.ZodLiteral<"auto">]>>;
|
|
7848
7848
|
region: z.ZodOptional<z.ZodString>;
|
|
7849
7849
|
dmPolicy: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
7850
|
-
pairing: "pairing";
|
|
7851
|
-
allowlist: "allowlist";
|
|
7852
7850
|
open: "open";
|
|
7853
7851
|
disabled: "disabled";
|
|
7852
|
+
allowlist: "allowlist";
|
|
7853
|
+
pairing: "pairing";
|
|
7854
7854
|
}>>>;
|
|
7855
7855
|
allowFrom: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
7856
7856
|
groupAllowFrom: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
7857
7857
|
groupPolicy: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
7858
|
-
allowlist: "allowlist";
|
|
7859
7858
|
open: "open";
|
|
7860
7859
|
disabled: "disabled";
|
|
7860
|
+
allowlist: "allowlist";
|
|
7861
7861
|
}>>>;
|
|
7862
7862
|
historyLimit: z.ZodOptional<z.ZodNumber>;
|
|
7863
7863
|
dmHistoryLimit: z.ZodOptional<z.ZodNumber>;
|
|
@@ -7868,8 +7868,8 @@ declare const IMessageConfigSchema: z.ZodObject<{
|
|
|
7868
7868
|
mediaMaxMb: z.ZodOptional<z.ZodNumber>;
|
|
7869
7869
|
textChunkLimit: z.ZodOptional<z.ZodNumber>;
|
|
7870
7870
|
chunkMode: z.ZodOptional<z.ZodEnum<{
|
|
7871
|
-
length: "length";
|
|
7872
7871
|
newline: "newline";
|
|
7872
|
+
length: "length";
|
|
7873
7873
|
}>>;
|
|
7874
7874
|
blockStreaming: z.ZodOptional<z.ZodBoolean>;
|
|
7875
7875
|
blockStreamingCoalesce: z.ZodOptional<z.ZodObject<{
|
|
@@ -7917,22 +7917,22 @@ declare const MSTeamsConfigSchema: z.ZodObject<{
|
|
|
7917
7917
|
path: z.ZodOptional<z.ZodString>;
|
|
7918
7918
|
}, z.core.$strict>>;
|
|
7919
7919
|
dmPolicy: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
7920
|
-
pairing: "pairing";
|
|
7921
|
-
allowlist: "allowlist";
|
|
7922
7920
|
open: "open";
|
|
7923
7921
|
disabled: "disabled";
|
|
7922
|
+
allowlist: "allowlist";
|
|
7923
|
+
pairing: "pairing";
|
|
7924
7924
|
}>>>;
|
|
7925
7925
|
allowFrom: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
7926
7926
|
groupAllowFrom: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
7927
7927
|
groupPolicy: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
7928
|
-
allowlist: "allowlist";
|
|
7929
7928
|
open: "open";
|
|
7930
7929
|
disabled: "disabled";
|
|
7930
|
+
allowlist: "allowlist";
|
|
7931
7931
|
}>>>;
|
|
7932
7932
|
textChunkLimit: z.ZodOptional<z.ZodNumber>;
|
|
7933
7933
|
chunkMode: z.ZodOptional<z.ZodEnum<{
|
|
7934
|
-
length: "length";
|
|
7935
7934
|
newline: "newline";
|
|
7935
|
+
length: "length";
|
|
7936
7936
|
}>>;
|
|
7937
7937
|
blockStreamingCoalesce: z.ZodOptional<z.ZodObject<{
|
|
7938
7938
|
minChars: z.ZodOptional<z.ZodNumber>;
|
|
@@ -8014,18 +8014,18 @@ declare const WhatsAppConfigSchema: z.ZodObject<{
|
|
|
8014
8014
|
responsePrefix: z.ZodOptional<z.ZodString>;
|
|
8015
8015
|
authDir: z.ZodOptional<z.ZodString>;
|
|
8016
8016
|
dmPolicy: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
8017
|
-
pairing: "pairing";
|
|
8018
|
-
allowlist: "allowlist";
|
|
8019
8017
|
open: "open";
|
|
8020
8018
|
disabled: "disabled";
|
|
8019
|
+
allowlist: "allowlist";
|
|
8020
|
+
pairing: "pairing";
|
|
8021
8021
|
}>>>;
|
|
8022
8022
|
selfChatMode: z.ZodOptional<z.ZodBoolean>;
|
|
8023
8023
|
allowFrom: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
8024
8024
|
groupAllowFrom: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
8025
8025
|
groupPolicy: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
8026
|
-
allowlist: "allowlist";
|
|
8027
8026
|
open: "open";
|
|
8028
8027
|
disabled: "disabled";
|
|
8028
|
+
allowlist: "allowlist";
|
|
8029
8029
|
}>>>;
|
|
8030
8030
|
historyLimit: z.ZodOptional<z.ZodNumber>;
|
|
8031
8031
|
dmHistoryLimit: z.ZodOptional<z.ZodNumber>;
|
|
@@ -8034,8 +8034,8 @@ declare const WhatsAppConfigSchema: z.ZodObject<{
|
|
|
8034
8034
|
}, z.core.$strict>>>>;
|
|
8035
8035
|
textChunkLimit: z.ZodOptional<z.ZodNumber>;
|
|
8036
8036
|
chunkMode: z.ZodOptional<z.ZodEnum<{
|
|
8037
|
-
length: "length";
|
|
8038
8037
|
newline: "newline";
|
|
8038
|
+
length: "length";
|
|
8039
8039
|
}>>;
|
|
8040
8040
|
mediaMaxMb: z.ZodOptional<z.ZodNumber>;
|
|
8041
8041
|
blockStreaming: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -8084,10 +8084,10 @@ declare const WhatsAppConfigSchema: z.ZodObject<{
|
|
|
8084
8084
|
configWrites: z.ZodOptional<z.ZodBoolean>;
|
|
8085
8085
|
sendReadReceipts: z.ZodOptional<z.ZodBoolean>;
|
|
8086
8086
|
dmPolicy: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
8087
|
-
pairing: "pairing";
|
|
8088
|
-
allowlist: "allowlist";
|
|
8089
8087
|
open: "open";
|
|
8090
8088
|
disabled: "disabled";
|
|
8089
|
+
allowlist: "allowlist";
|
|
8090
|
+
pairing: "pairing";
|
|
8091
8091
|
}>>>;
|
|
8092
8092
|
messagePrefix: z.ZodOptional<z.ZodString>;
|
|
8093
8093
|
responsePrefix: z.ZodOptional<z.ZodString>;
|
|
@@ -8095,9 +8095,9 @@ declare const WhatsAppConfigSchema: z.ZodObject<{
|
|
|
8095
8095
|
allowFrom: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
8096
8096
|
groupAllowFrom: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
8097
8097
|
groupPolicy: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
8098
|
-
allowlist: "allowlist";
|
|
8099
8098
|
open: "open";
|
|
8100
8099
|
disabled: "disabled";
|
|
8100
|
+
allowlist: "allowlist";
|
|
8101
8101
|
}>>>;
|
|
8102
8102
|
historyLimit: z.ZodOptional<z.ZodNumber>;
|
|
8103
8103
|
dmHistoryLimit: z.ZodOptional<z.ZodNumber>;
|
|
@@ -8106,8 +8106,8 @@ declare const WhatsAppConfigSchema: z.ZodObject<{
|
|
|
8106
8106
|
}, z.core.$strict>>>>;
|
|
8107
8107
|
textChunkLimit: z.ZodOptional<z.ZodNumber>;
|
|
8108
8108
|
chunkMode: z.ZodOptional<z.ZodEnum<{
|
|
8109
|
-
length: "length";
|
|
8110
8109
|
newline: "newline";
|
|
8110
|
+
length: "length";
|
|
8111
8111
|
}>>;
|
|
8112
8112
|
mediaMaxMb: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
8113
8113
|
blockStreaming: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -8156,15 +8156,15 @@ declare const DmConfigSchema: z.ZodObject<{
|
|
|
8156
8156
|
historyLimit: z.ZodOptional<z.ZodNumber>;
|
|
8157
8157
|
}, z.core.$strict>;
|
|
8158
8158
|
declare const GroupPolicySchema: z.ZodEnum<{
|
|
8159
|
-
allowlist: "allowlist";
|
|
8160
8159
|
open: "open";
|
|
8161
8160
|
disabled: "disabled";
|
|
8161
|
+
allowlist: "allowlist";
|
|
8162
8162
|
}>;
|
|
8163
8163
|
declare const DmPolicySchema: z.ZodEnum<{
|
|
8164
|
-
pairing: "pairing";
|
|
8165
|
-
allowlist: "allowlist";
|
|
8166
8164
|
open: "open";
|
|
8167
8165
|
disabled: "disabled";
|
|
8166
|
+
allowlist: "allowlist";
|
|
8167
|
+
pairing: "pairing";
|
|
8168
8168
|
}>;
|
|
8169
8169
|
declare const BlockStreamingCoalesceSchema: z.ZodObject<{
|
|
8170
8170
|
minChars: z.ZodOptional<z.ZodNumber>;
|
|
@@ -8712,15 +8712,15 @@ declare const LineConfigSchema: z.ZodObject<{
|
|
|
8712
8712
|
allowFrom: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
8713
8713
|
groupAllowFrom: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
8714
8714
|
dmPolicy: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
8715
|
-
pairing: "pairing";
|
|
8716
|
-
allowlist: "allowlist";
|
|
8717
8715
|
open: "open";
|
|
8718
8716
|
disabled: "disabled";
|
|
8717
|
+
allowlist: "allowlist";
|
|
8718
|
+
pairing: "pairing";
|
|
8719
8719
|
}>>>;
|
|
8720
8720
|
groupPolicy: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
8721
|
-
allowlist: "allowlist";
|
|
8722
8721
|
open: "open";
|
|
8723
8722
|
disabled: "disabled";
|
|
8723
|
+
allowlist: "allowlist";
|
|
8724
8724
|
}>>>;
|
|
8725
8725
|
responsePrefix: z.ZodOptional<z.ZodString>;
|
|
8726
8726
|
mediaMaxMb: z.ZodOptional<z.ZodNumber>;
|
|
@@ -8735,15 +8735,15 @@ declare const LineConfigSchema: z.ZodObject<{
|
|
|
8735
8735
|
allowFrom: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
8736
8736
|
groupAllowFrom: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
8737
8737
|
dmPolicy: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
8738
|
-
pairing: "pairing";
|
|
8739
|
-
allowlist: "allowlist";
|
|
8740
8738
|
open: "open";
|
|
8741
8739
|
disabled: "disabled";
|
|
8740
|
+
allowlist: "allowlist";
|
|
8741
|
+
pairing: "pairing";
|
|
8742
8742
|
}>>>;
|
|
8743
8743
|
groupPolicy: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
8744
|
-
allowlist: "allowlist";
|
|
8745
8744
|
open: "open";
|
|
8746
8745
|
disabled: "disabled";
|
|
8746
|
+
allowlist: "allowlist";
|
|
8747
8747
|
}>>>;
|
|
8748
8748
|
responsePrefix: z.ZodOptional<z.ZodString>;
|
|
8749
8749
|
mediaMaxMb: z.ZodOptional<z.ZodNumber>;
|