@easbot/agent 0.2.19 → 0.2.21
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/cli.cjs +226 -226
- package/dist/cli.mjs +226 -226
- package/dist/index.cjs +296 -296
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.mjs +303 -303
- package/package.json +12 -12
package/dist/index.d.cts
CHANGED
|
@@ -33289,8 +33289,8 @@ declare namespace Permission {
|
|
|
33289
33289
|
}): Promise<void>;
|
|
33290
33290
|
const Response: z$1.ZodEnum<{
|
|
33291
33291
|
reject: "reject";
|
|
33292
|
-
once: "once";
|
|
33293
33292
|
always: "always";
|
|
33293
|
+
once: "once";
|
|
33294
33294
|
}>;
|
|
33295
33295
|
type Response = z$1.infer<typeof Response>;
|
|
33296
33296
|
function respond(input: {
|
package/dist/index.d.ts
CHANGED
|
@@ -33289,8 +33289,8 @@ declare namespace Permission {
|
|
|
33289
33289
|
}): Promise<void>;
|
|
33290
33290
|
const Response: z$1.ZodEnum<{
|
|
33291
33291
|
reject: "reject";
|
|
33292
|
-
once: "once";
|
|
33293
33292
|
always: "always";
|
|
33293
|
+
once: "once";
|
|
33294
33294
|
}>;
|
|
33295
33295
|
type Response = z$1.infer<typeof Response>;
|
|
33296
33296
|
function respond(input: {
|