@ozaiya/openclaw-channel 0.10.7 → 0.10.8

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/index.d.ts CHANGED
@@ -99,6 +99,80 @@ declare const plugin: {
99
99
  readonly stt: {
100
100
  readonly $ref: "#/$defs/stt";
101
101
  };
102
+ readonly yuanbao: {
103
+ readonly type: "object";
104
+ readonly additionalProperties: false;
105
+ readonly properties: {
106
+ readonly cookieFile: {
107
+ readonly type: "string";
108
+ };
109
+ readonly cookies: {
110
+ readonly type: "string";
111
+ };
112
+ readonly agentId: {
113
+ readonly type: "string";
114
+ };
115
+ readonly chatModelId: {
116
+ readonly type: "string";
117
+ };
118
+ };
119
+ };
120
+ readonly doubao: {
121
+ readonly type: "object";
122
+ readonly additionalProperties: false;
123
+ readonly properties: {
124
+ readonly apiBaseUrl: {
125
+ readonly type: "string";
126
+ };
127
+ readonly apiKey: {
128
+ readonly type: "string";
129
+ };
130
+ readonly model: {
131
+ readonly type: "string";
132
+ };
133
+ readonly timeoutMs: {
134
+ readonly type: "integer";
135
+ readonly minimum: 10000;
136
+ };
137
+ };
138
+ };
139
+ readonly xueqiu: {
140
+ readonly type: "object";
141
+ readonly additionalProperties: false;
142
+ readonly properties: {
143
+ readonly cookies: {
144
+ readonly type: "string";
145
+ };
146
+ readonly cookieFile: {
147
+ readonly type: "string";
148
+ };
149
+ readonly maxComments: {
150
+ readonly type: "integer";
151
+ readonly minimum: 1;
152
+ };
153
+ readonly timeoutMs: {
154
+ readonly type: "integer";
155
+ readonly minimum: 5000;
156
+ };
157
+ };
158
+ };
159
+ readonly socialMedia: {
160
+ readonly type: "object";
161
+ readonly additionalProperties: false;
162
+ readonly properties: {
163
+ readonly apiBaseUrl: {
164
+ readonly type: "string";
165
+ };
166
+ readonly maxComments: {
167
+ readonly type: "integer";
168
+ readonly minimum: 0;
169
+ };
170
+ readonly timeoutMs: {
171
+ readonly type: "integer";
172
+ readonly minimum: 5000;
173
+ };
174
+ };
175
+ };
102
176
  };
103
177
  readonly $defs: {
104
178
  readonly stt: {