@illalabs/interfaces 0.13.1 → 0.14.1

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.
Files changed (54) hide show
  1. package/dist/schemas/messages.d.ts +6029 -146
  2. package/dist/schemas/messages.d.ts.map +1 -1
  3. package/dist/schemas/messages.js +29 -1
  4. package/dist/schemas/messages.js.map +1 -1
  5. package/dist/schemas/planningRuntime.d.ts +20 -20
  6. package/dist/schemas/telemetryEvents.d.ts +10514 -344
  7. package/dist/schemas/telemetryEvents.d.ts.map +1 -1
  8. package/dist/types/actions/tools/bridgeAction.d.ts +0 -2
  9. package/dist/types/actions/tools/bridgeAction.d.ts.map +1 -1
  10. package/dist/types/actions/tools/defiFetchListingsAction.d.ts +0 -2
  11. package/dist/types/actions/tools/defiFetchListingsAction.d.ts.map +1 -1
  12. package/dist/types/actions/tools/defiPositionsAction.d.ts +0 -2
  13. package/dist/types/actions/tools/defiPositionsAction.d.ts.map +1 -1
  14. package/dist/types/actions/tools/defiSupplyAction.d.ts +0 -2
  15. package/dist/types/actions/tools/defiSupplyAction.d.ts.map +1 -1
  16. package/dist/types/actions/tools/defiWithdrawAction.d.ts +0 -2
  17. package/dist/types/actions/tools/defiWithdrawAction.d.ts.map +1 -1
  18. package/dist/types/actions/tools/exchangeRateAction.d.ts +0 -2
  19. package/dist/types/actions/tools/exchangeRateAction.d.ts.map +1 -1
  20. package/dist/types/actions/tools/getConsolidatedWalletBalancesAction.d.ts +0 -2
  21. package/dist/types/actions/tools/getConsolidatedWalletBalancesAction.d.ts.map +1 -1
  22. package/dist/types/actions/tools/getWalletBalanceAction.d.ts +0 -2
  23. package/dist/types/actions/tools/getWalletBalanceAction.d.ts.map +1 -1
  24. package/dist/types/actions/tools/polymarketAuthAction.d.ts +0 -2
  25. package/dist/types/actions/tools/polymarketAuthAction.d.ts.map +1 -1
  26. package/dist/types/actions/tools/polymarketPostCancelOrderAction.d.ts +0 -2
  27. package/dist/types/actions/tools/polymarketPostCancelOrderAction.d.ts.map +1 -1
  28. package/dist/types/actions/tools/polymarketPostGetOrdersAction.d.ts +0 -2
  29. package/dist/types/actions/tools/polymarketPostGetOrdersAction.d.ts.map +1 -1
  30. package/dist/types/actions/tools/polymarketPostOrderAction.d.ts +0 -2
  31. package/dist/types/actions/tools/polymarketPostOrderAction.d.ts.map +1 -1
  32. package/dist/types/actions/tools/polymarketPostRedeemAction.d.ts +0 -2
  33. package/dist/types/actions/tools/polymarketPostRedeemAction.d.ts.map +1 -1
  34. package/dist/types/actions/tools/polymarketPostWithdrawAction.d.ts +0 -2
  35. package/dist/types/actions/tools/polymarketPostWithdrawAction.d.ts.map +1 -1
  36. package/dist/types/actions/tools/predictionMarketsBetAction.d.ts +0 -2
  37. package/dist/types/actions/tools/predictionMarketsBetAction.d.ts.map +1 -1
  38. package/dist/types/actions/tools/predictionMarketsFetchAction.d.ts +0 -2
  39. package/dist/types/actions/tools/predictionMarketsFetchAction.d.ts.map +1 -1
  40. package/dist/types/actions/tools/predictionMarketsPositionsAction.d.ts +0 -2
  41. package/dist/types/actions/tools/predictionMarketsPositionsAction.d.ts.map +1 -1
  42. package/dist/types/actions/tools/predictionMarketsRedeemAction.d.ts +0 -2
  43. package/dist/types/actions/tools/predictionMarketsRedeemAction.d.ts.map +1 -1
  44. package/dist/types/actions/tools/predictionMarketsWithdrawAction.d.ts +0 -2
  45. package/dist/types/actions/tools/predictionMarketsWithdrawAction.d.ts.map +1 -1
  46. package/dist/types/actions/tools/swapAction.d.ts +0 -2
  47. package/dist/types/actions/tools/swapAction.d.ts.map +1 -1
  48. package/dist/types/actions/tools/tokenTransferAction.d.ts +0 -2
  49. package/dist/types/actions/tools/tokenTransferAction.d.ts.map +1 -1
  50. package/dist/utils/constants.d.ts +12 -0
  51. package/dist/utils/constants.d.ts.map +1 -1
  52. package/dist/utils/constants.js +10 -0
  53. package/dist/utils/constants.js.map +1 -1
  54. package/package.json +1 -1
@@ -49,6 +49,16 @@ export const SUPPORTED_ACTIONS = Object.freeze([
49
49
  "polymarketPostGetOrders",
50
50
  "polymarketPostCancelOrder",
51
51
  ]);
52
+ /**
53
+ * Canonical tool-name contract for read-only contact/address-book tools.
54
+ *
55
+ * These tools are intentionally separate from {@link SUPPORTED_ACTIONS} until
56
+ * their action input/output schemas are promoted into the full action surface.
57
+ */
58
+ export const CONTACT_TOOL_NAMES = Object.freeze({
59
+ LIST_CONTACTS: "listContacts",
60
+ RESOLVE_CONTACT: "resolveContact",
61
+ });
52
62
  export const SUPPORTED_WALLET_BALANCE_PROVIDERS = Object.freeze([
53
63
  "moralis",
54
64
  "polymarket",
@@ -1 +1 @@
1
- {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../src/utils/constants.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,iBAAiB,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC,MAAM,CAAU,CAAC,CAAC;AAElE,MAAM,CAAC,MAAM,qBAAqB,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC,MAAM,CAAU,CAAC,CAAC;AAEtE,MAAM,CAAC,MAAM,uBAAuB,GAAG,MAAM,CAAC,MAAM,CAAC;IACjD,eAAe;IACf,SAAS;IACT,WAAW;CACL,CAAC,CAAC;AAEZ,MAAM,CAAC,MAAM,2BAA2B,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC,YAAY,CAAU,CAAC,CAAC;AAElF;;;;GAIG;AACH,MAAM,CAAC,MAAM,yBAAyB,GAAG;IACrC,EAAE,EAAE,EAAE,CAAC,EAAE,IAAI,EAAE,UAAU,EAAE;IAC3B,EAAE,EAAE,EAAE,GAAG,EAAE,IAAI,EAAE,SAAS,EAAE;IAC5B,EAAE,EAAE,EAAE,EAAE,EAAE,IAAI,EAAE,UAAU,EAAE;IAC5B,EAAE,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE;IAC1B,EAAE,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE,UAAU,EAAE;IAC/B,EAAE,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE,WAAW,EAAE;IAChC,EAAE,EAAE,EAAE,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE;CACiC,CAAC;AAO7D,4CAA4C;AAC5C,MAAM,CAAC,MAAM,mBAAmB,GAAuB,yBAAyB,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC;AAElG,MAAM,CAAC,MAAM,gBAAgB,GAAqB,yBAAyB,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC;AAE/F;;GAEG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAAG,MAAM,CAAC,MAAM,CAAC;IAC3C,eAAe;IACf,cAAc;IACd,kBAAkB;IAClB,+BAA+B;IAC/B,mBAAmB;IACnB,eAAe;IACf,YAAY;IACZ,cAAc;IACd,MAAM;IACN,QAAQ;IACR,wBAAwB;IACxB,sBAAsB;IACtB,4BAA4B;IAC5B,yBAAyB;IACzB,2BAA2B;IAC3B,qBAAqB;IACrB,sBAAsB;IACtB,wBAAwB;IACxB,gBAAgB;IAChB,yBAAyB;IACzB,2BAA2B;CACrB,CAAC,CAAC;AAEZ,MAAM,CAAC,MAAM,kCAAkC,GAAG,MAAM,CAAC,MAAM,CAAC;IAC5D,SAAS;IACT,YAAY;IACZ,SAAS;CACH,CAAC,CAAC;AAUZ,MAAM,CAAC,MAAM,iBAAiB,GAAG,MAAM,CAAC,MAAM,CAAC;IAC3C,MAAM;IACN,QAAQ;IACR,YAAY;IACZ,cAAc;CACR,CAAC,CAAC;AAWZ;;GAEG;AACH,MAAM,CAAC,MAAM,yBAAyB,GAAG,CAAC,QAAQ,EAAE,YAAY,CAAU,CAAC;AAO3E;;GAEG;AACH,MAAM,CAAC,MAAM,2BAA2B,GAAG;IACvC,6BAA6B;IAC7B,uBAAuB;IACvB,cAAc;IACd,gCAAgC;IAChC,mBAAmB;IACnB,6BAA6B;IAC7B,+BAA+B;IAC/B,oBAAoB;IACpB,4BAA4B;IAC5B,wBAAwB;IACxB,qBAAqB;IACrB,qBAAqB;IACrB,6BAA6B;IAC7B,2BAA2B;IAC3B,sBAAsB;IACtB,sBAAsB;IACtB,sBAAsB;IACtB,YAAY;IACZ,kBAAkB;CACZ,CAAC;AAOX;;GAEG;AACH,MAAM,CAAC,MAAM,uBAAuB,GAAG;IACnC,QAAQ;IACR,aAAa;IACb,OAAO;IACP,uBAAuB;CACjB,CAAC"}
1
+ {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../src/utils/constants.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@illalabs/interfaces",
3
- "version": "0.13.1",
3
+ "version": "0.14.1",
4
4
  "description": "ILLA interfaces and types",
5
5
  "repository": {
6
6
  "type": "git",