@agentcash/discovery 1.1.3 → 1.3.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/cli.cjs +363 -30
- package/dist/cli.js +363 -30
- package/dist/index.cjs +366 -26
- package/dist/index.d.cts +54 -3
- package/dist/index.d.ts +54 -3
- package/dist/index.js +363 -26
- package/dist/schemas.cjs +2 -1
- package/dist/schemas.d.cts +1 -0
- package/dist/schemas.d.ts +1 -0
- package/dist/schemas.js +2 -1
- package/package.json +1 -1
package/dist/schemas.js
CHANGED
|
@@ -13839,7 +13839,8 @@ var WellKnownParsedSchema = external_exports.object({
|
|
|
13839
13839
|
routes: external_exports.array(
|
|
13840
13840
|
external_exports.object({
|
|
13841
13841
|
path: external_exports.string(),
|
|
13842
|
-
method: external_exports.enum(["GET", "POST", "PUT", "DELETE", "PATCH", "HEAD", "OPTIONS", "TRACE"])
|
|
13842
|
+
method: external_exports.enum(["GET", "POST", "PUT", "DELETE", "PATCH", "HEAD", "OPTIONS", "TRACE"]),
|
|
13843
|
+
price: external_exports.string().optional()
|
|
13843
13844
|
})
|
|
13844
13845
|
),
|
|
13845
13846
|
instructions: external_exports.string().optional()
|