@xyo-network/payload 2.25.5 → 2.26.2
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.
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import { XyoPayload } from '../models';
|
|
2
|
-
export declare type XyoQueryPayload<T extends XyoPayload = XyoPayload> = XyoPayload<{
|
|
3
|
-
/** @field The preferred schema to use for the answer */ targetSchema: string;
|
|
4
|
-
} & T & {
|
|
2
|
+
export declare type XyoQueryPayload<T extends XyoPayload = XyoPayload> = XyoPayload<T & {
|
|
5
3
|
/** @field The maximum XYO that can be spent executing the query */
|
|
6
4
|
budget?: number;
|
|
7
5
|
/** @field The frequency on which this query can be rerun */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QueryPayload.d.ts","sourceRoot":"","sources":["../../../src/Query/QueryPayload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,WAAW,CAAA;AAEtC,oBAAY,eAAe,CAAC,CAAC,SAAS,UAAU,GAAG,UAAU,IAAI,UAAU,CACzE
|
|
1
|
+
{"version":3,"file":"QueryPayload.d.ts","sourceRoot":"","sources":["../../../src/Query/QueryPayload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,WAAW,CAAA;AAEtC,oBAAY,eAAe,CAAC,CAAC,SAAS,UAAU,GAAG,UAAU,IAAI,UAAU,CACzE,CAAC,GAAG;IACF,mEAAmE;IACnE,MAAM,CAAC,EAAE,MAAM,CAAA;IAEf,4DAA4D;IAC5D,YAAY,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,QAAQ,GAAG,MAAM,GAAG,KAAK,GAAG,MAAM,GAAG,OAAO,GAAG,MAAM,CAAA;IAExF,6DAA6D;IAC7D,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB,CACF,CAAA"}
|