@little-samo/samo-ai-sdk 0.1.3-rv6 → 0.1.3-rv7
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.
|
@@ -89,23 +89,23 @@ export declare const LocationUpdateConfigSchema: z.ZodObject<{
|
|
|
89
89
|
appearance: z.ZodString;
|
|
90
90
|
}, "strip", z.ZodTypeAny, {
|
|
91
91
|
name: string;
|
|
92
|
-
appearance: string;
|
|
93
92
|
core: "web_search" | "x_twitter" | "notion";
|
|
93
|
+
appearance: string;
|
|
94
94
|
}, {
|
|
95
95
|
name: string;
|
|
96
|
-
appearance: string;
|
|
97
96
|
core: "web_search" | "x_twitter" | "notion";
|
|
97
|
+
appearance: string;
|
|
98
98
|
}>, "many">>;
|
|
99
99
|
}, "strict", z.ZodTypeAny, {
|
|
100
100
|
name?: string | undefined;
|
|
101
|
-
|
|
101
|
+
thumbnail?: string | null | undefined;
|
|
102
|
+
environment?: "CHAT" | undefined;
|
|
102
103
|
core?: {
|
|
103
104
|
name: "round_robin" | "update_forever" | "update_once";
|
|
104
105
|
sequential?: boolean | undefined;
|
|
105
106
|
} | undefined;
|
|
107
|
+
description?: string | undefined;
|
|
106
108
|
rules?: string[] | undefined;
|
|
107
|
-
thumbnail?: string | null | undefined;
|
|
108
|
-
environment?: "CHAT" | undefined;
|
|
109
109
|
canvases?: {
|
|
110
110
|
name: string;
|
|
111
111
|
description: string;
|
|
@@ -118,19 +118,19 @@ export declare const LocationUpdateConfigSchema: z.ZodObject<{
|
|
|
118
118
|
}[] | undefined;
|
|
119
119
|
gimmicks?: {
|
|
120
120
|
name: string;
|
|
121
|
-
appearance: string;
|
|
122
121
|
core: "web_search" | "x_twitter" | "notion";
|
|
122
|
+
appearance: string;
|
|
123
123
|
}[] | undefined;
|
|
124
124
|
}, {
|
|
125
125
|
name?: string | undefined;
|
|
126
|
-
|
|
126
|
+
thumbnail?: string | null | undefined;
|
|
127
|
+
environment?: "CHAT" | undefined;
|
|
127
128
|
core?: {
|
|
128
129
|
name: "round_robin" | "update_forever" | "update_once";
|
|
129
130
|
sequential?: boolean | undefined;
|
|
130
131
|
} | undefined;
|
|
132
|
+
description?: string | undefined;
|
|
131
133
|
rules?: string[] | undefined;
|
|
132
|
-
thumbnail?: string | null | undefined;
|
|
133
|
-
environment?: "CHAT" | undefined;
|
|
134
134
|
canvases?: {
|
|
135
135
|
name: string;
|
|
136
136
|
description: string;
|
|
@@ -143,22 +143,22 @@ export declare const LocationUpdateConfigSchema: z.ZodObject<{
|
|
|
143
143
|
}[] | undefined;
|
|
144
144
|
gimmicks?: {
|
|
145
145
|
name: string;
|
|
146
|
-
appearance: string;
|
|
147
146
|
core: "web_search" | "x_twitter" | "notion";
|
|
147
|
+
appearance: string;
|
|
148
148
|
}[] | undefined;
|
|
149
149
|
}>;
|
|
150
150
|
}, "strip", z.ZodTypeAny, {
|
|
151
151
|
locationId: bigint;
|
|
152
152
|
config: {
|
|
153
153
|
name?: string | undefined;
|
|
154
|
-
|
|
154
|
+
thumbnail?: string | null | undefined;
|
|
155
|
+
environment?: "CHAT" | undefined;
|
|
155
156
|
core?: {
|
|
156
157
|
name: "round_robin" | "update_forever" | "update_once";
|
|
157
158
|
sequential?: boolean | undefined;
|
|
158
159
|
} | undefined;
|
|
160
|
+
description?: string | undefined;
|
|
159
161
|
rules?: string[] | undefined;
|
|
160
|
-
thumbnail?: string | null | undefined;
|
|
161
|
-
environment?: "CHAT" | undefined;
|
|
162
162
|
canvases?: {
|
|
163
163
|
name: string;
|
|
164
164
|
description: string;
|
|
@@ -171,22 +171,22 @@ export declare const LocationUpdateConfigSchema: z.ZodObject<{
|
|
|
171
171
|
}[] | undefined;
|
|
172
172
|
gimmicks?: {
|
|
173
173
|
name: string;
|
|
174
|
-
appearance: string;
|
|
175
174
|
core: "web_search" | "x_twitter" | "notion";
|
|
175
|
+
appearance: string;
|
|
176
176
|
}[] | undefined;
|
|
177
177
|
};
|
|
178
178
|
}, {
|
|
179
179
|
locationId: bigint;
|
|
180
180
|
config: {
|
|
181
181
|
name?: string | undefined;
|
|
182
|
-
|
|
182
|
+
thumbnail?: string | null | undefined;
|
|
183
|
+
environment?: "CHAT" | undefined;
|
|
183
184
|
core?: {
|
|
184
185
|
name: "round_robin" | "update_forever" | "update_once";
|
|
185
186
|
sequential?: boolean | undefined;
|
|
186
187
|
} | undefined;
|
|
188
|
+
description?: string | undefined;
|
|
187
189
|
rules?: string[] | undefined;
|
|
188
|
-
thumbnail?: string | null | undefined;
|
|
189
|
-
environment?: "CHAT" | undefined;
|
|
190
190
|
canvases?: {
|
|
191
191
|
name: string;
|
|
192
192
|
description: string;
|
|
@@ -199,8 +199,8 @@ export declare const LocationUpdateConfigSchema: z.ZodObject<{
|
|
|
199
199
|
}[] | undefined;
|
|
200
200
|
gimmicks?: {
|
|
201
201
|
name: string;
|
|
202
|
-
appearance: string;
|
|
203
202
|
core: "web_search" | "x_twitter" | "notion";
|
|
203
|
+
appearance: string;
|
|
204
204
|
}[] | undefined;
|
|
205
205
|
};
|
|
206
206
|
}>;
|