@xyo-network/query-payload-plugin
Advanced tools
Comparing version 3.9.18 to 3.9.19
@@ -1,16 +0,5 @@ | ||
import { Payload } from '@xyo-network/payload-model'; | ||
import * as _xyo_network_payload_plugin from '@xyo-network/payload-plugin'; | ||
declare const QuerySchema: "network.xyo.query"; | ||
type QuerySchema = typeof QuerySchema; | ||
type QueryPayload = Payload<{ | ||
query: string; | ||
schema: QuerySchema; | ||
}>; | ||
declare const QueryPayloadPlugin: () => _xyo_network_payload_plugin.PayloadPlugin<QueryPayload>; | ||
declare const queryPayloadTemplate: () => QueryPayload; | ||
export { type QueryPayload, QueryPayloadPlugin, QuerySchema, QueryPayloadPlugin as default, queryPayloadTemplate }; | ||
export * from './Payload.ts'; | ||
export { QueryPayloadPlugin as default, QueryPayloadPlugin } from './Plugin.ts'; | ||
export * from './Schema.ts'; | ||
export * from './Template.ts'; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@xyo-network/query-payload-plugin", | ||
"version": "3.9.18", | ||
"version": "3.9.19", | ||
"description": "Typescript/Javascript Plugins for XYO Platform", | ||
@@ -32,10 +32,10 @@ "homepage": "https://xyo.network", | ||
"dependencies": { | ||
"@xyo-network/payload-model": "^3.9.18", | ||
"@xyo-network/payload-plugin": "^3.9.18" | ||
"@xyo-network/payload-model": "^3.9.19", | ||
"@xyo-network/payload-plugin": "^3.9.19" | ||
}, | ||
"devDependencies": { | ||
"@xylabs/ts-scripts-yarn3": "^5.0.25", | ||
"@xylabs/tsconfig": "^5.0.25", | ||
"@xylabs/ts-scripts-yarn3": "^5.0.39", | ||
"@xylabs/tsconfig": "^5.0.39", | ||
"@xylabs/vitest-extended": "^4.5.1", | ||
"typescript": "^5.7.3", | ||
"typescript": "^5.8.2", | ||
"vitest": "^3.0.7" | ||
@@ -42,0 +42,0 @@ }, |
14020
22
76