mtmsdk 0.0.15 → 0.0.18
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/adk/api/client.d.ts +9 -0
- package/dist/adk/api/client.d.ts.map +1 -0
- package/dist/adk/api/client.js +39 -0
- package/dist/adk/api/client.js.map +1 -0
- package/dist/adk/core/constants/tool-icons.d.ts +21 -0
- package/dist/adk/core/constants/tool-icons.d.ts.map +1 -0
- package/dist/adk/core/constants/tool-icons.js +47 -0
- package/dist/adk/core/constants/tool-icons.js.map +1 -0
- package/dist/adk/core/models/AgentBuilder.d.ts +77 -0
- package/dist/adk/core/models/AgentBuilder.d.ts.map +1 -0
- package/dist/adk/core/models/AgentBuilder.js +18 -0
- package/dist/adk/core/models/AgentBuilder.js.map +1 -0
- package/dist/adk/core/models/AgentRunRequest.d.ts +37 -0
- package/dist/adk/core/models/AgentRunRequest.d.ts.map +1 -0
- package/dist/adk/core/models/AgentRunRequest.js +18 -0
- package/dist/adk/core/models/AgentRunRequest.js.map +1 -0
- package/dist/adk/core/models/Eval.d.ts +55 -0
- package/dist/adk/core/models/Eval.d.ts.map +1 -0
- package/dist/adk/core/models/Eval.js +27 -0
- package/dist/adk/core/models/Eval.js.map +1 -0
- package/dist/adk/core/models/LiveRequest.d.ts +23 -0
- package/dist/adk/core/models/LiveRequest.d.ts.map +1 -0
- package/dist/adk/core/models/LiveRequest.js +18 -0
- package/dist/adk/core/models/LiveRequest.js.map +1 -0
- package/dist/adk/core/models/RuntimeConfig.d.ts +32 -0
- package/dist/adk/core/models/RuntimeConfig.d.ts.map +1 -0
- package/dist/adk/core/models/RuntimeConfig.js +18 -0
- package/dist/adk/core/models/RuntimeConfig.js.map +1 -0
- package/dist/adk/core/models/Session.d.ts +117 -0
- package/dist/adk/core/models/Session.d.ts.map +1 -0
- package/dist/adk/core/models/Session.js +31 -0
- package/dist/adk/core/models/Session.js.map +1 -0
- package/dist/adk/core/models/Trace.d.ts +40 -0
- package/dist/adk/core/models/Trace.d.ts.map +1 -0
- package/dist/adk/core/models/Trace.js +2 -0
- package/dist/adk/core/models/Trace.js.map +1 -0
- package/dist/adk/core/models/types.d.ts +338 -0
- package/dist/adk/core/models/types.d.ts.map +1 -0
- package/dist/adk/core/models/types.js +189 -0
- package/dist/adk/core/models/types.js.map +1 -0
- package/dist/api_hatchet/@tanstack/react-query.gen.d.ts +3017 -0
- package/dist/api_hatchet/@tanstack/react-query.gen.d.ts.map +1 -0
- package/dist/api_hatchet/@tanstack/react-query.gen.js +2776 -0
- package/dist/api_hatchet/@tanstack/react-query.gen.js.map +1 -0
- package/dist/api_hatchet/client/client.gen.d.ts +3 -0
- package/dist/api_hatchet/client/client.gen.d.ts.map +1 -0
- package/dist/{gomtmapi → api_hatchet}/client/client.gen.js +70 -46
- package/dist/api_hatchet/client/client.gen.js.map +1 -0
- package/dist/api_hatchet/client/index.d.ts +9 -0
- package/dist/api_hatchet/client/index.d.ts.map +1 -0
- package/dist/api_hatchet/client/index.js +7 -0
- package/dist/api_hatchet/client/index.js.map +1 -0
- package/dist/{gomtmapi → api_hatchet}/client/types.gen.d.ts +19 -26
- package/dist/api_hatchet/client/types.gen.d.ts.map +1 -0
- package/dist/api_hatchet/client/types.gen.js.map +1 -0
- package/dist/{gomtmapi → api_hatchet}/client/utils.gen.d.ts +4 -4
- package/dist/api_hatchet/client/utils.gen.d.ts.map +1 -0
- package/dist/{gomtmapi → api_hatchet}/client/utils.gen.js +41 -40
- package/dist/api_hatchet/client/utils.gen.js.map +1 -0
- package/dist/{gomtmapi → api_hatchet}/client.gen.d.ts +2 -2
- package/dist/api_hatchet/client.gen.d.ts.map +1 -0
- package/dist/{gomtmapi → api_hatchet}/client.gen.js +1 -1
- package/dist/api_hatchet/client.gen.js.map +1 -0
- package/dist/{gomtmapi → api_hatchet}/core/auth.gen.d.ts +3 -3
- package/dist/api_hatchet/core/auth.gen.d.ts.map +1 -0
- package/dist/{gomtmapi → api_hatchet}/core/auth.gen.js +3 -3
- package/dist/api_hatchet/core/auth.gen.js.map +1 -0
- package/dist/{gomtmapi → api_hatchet}/core/bodySerializer.gen.d.ts +13 -5
- package/dist/api_hatchet/core/bodySerializer.gen.d.ts.map +1 -0
- package/dist/{gomtmapi → api_hatchet}/core/bodySerializer.gen.js +3 -3
- package/dist/api_hatchet/core/bodySerializer.gen.js.map +1 -0
- package/dist/{gomtmapi → api_hatchet}/core/params.gen.d.ts +13 -3
- package/dist/api_hatchet/core/params.gen.d.ts.map +1 -0
- package/dist/{gomtmapi → api_hatchet}/core/params.gen.js +24 -12
- package/dist/api_hatchet/core/params.gen.js.map +1 -0
- package/dist/{gomtmapi → api_hatchet}/core/pathSerializer.gen.d.ts +3 -3
- package/dist/api_hatchet/core/pathSerializer.gen.d.ts.map +1 -0
- package/dist/{gomtmapi → api_hatchet}/core/pathSerializer.gen.js +36 -36
- package/dist/api_hatchet/core/pathSerializer.gen.js.map +1 -0
- package/dist/api_hatchet/core/queryKeySerializer.gen.d.ts +19 -0
- package/dist/api_hatchet/core/queryKeySerializer.gen.d.ts.map +1 -0
- package/dist/api_hatchet/core/queryKeySerializer.gen.js +100 -0
- package/dist/api_hatchet/core/queryKeySerializer.gen.js.map +1 -0
- package/dist/{gomtmapi → api_hatchet}/core/serverSentEvents.gen.d.ts +3 -3
- package/dist/api_hatchet/core/serverSentEvents.gen.d.ts.map +1 -0
- package/dist/{gomtmapi → api_hatchet}/core/serverSentEvents.gen.js +20 -18
- package/dist/api_hatchet/core/serverSentEvents.gen.js.map +1 -0
- package/dist/{gomtmapi → api_hatchet}/core/types.gen.d.ts +4 -4
- package/dist/api_hatchet/core/types.gen.d.ts.map +1 -0
- package/dist/api_hatchet/core/types.gen.js.map +1 -0
- package/dist/{gomtmapi → api_hatchet}/core/utils.gen.d.ts +1 -1
- package/dist/api_hatchet/core/utils.gen.d.ts.map +1 -0
- package/dist/{gomtmapi → api_hatchet}/core/utils.gen.js +17 -17
- package/dist/api_hatchet/core/utils.gen.js.map +1 -0
- package/dist/api_hatchet/index.d.ts +3 -0
- package/dist/api_hatchet/index.d.ts.map +1 -0
- package/dist/api_hatchet/index.js +4 -0
- package/dist/api_hatchet/index.js.map +1 -0
- package/dist/api_hatchet/schemas.gen.d.ts +4068 -0
- package/dist/api_hatchet/schemas.gen.d.ts.map +1 -0
- package/dist/api_hatchet/schemas.gen.js +4743 -0
- package/dist/api_hatchet/schemas.gen.js.map +1 -0
- package/dist/api_hatchet/sdk.gen.d.ts +784 -0
- package/dist/api_hatchet/sdk.gen.d.ts.map +1 -0
- package/dist/api_hatchet/sdk.gen.js +1849 -0
- package/dist/api_hatchet/sdk.gen.js.map +1 -0
- package/dist/api_hatchet/types.gen.d.ts +6861 -0
- package/dist/api_hatchet/types.gen.d.ts.map +1 -0
- package/dist/api_hatchet/types.gen.js +209 -0
- package/dist/api_hatchet/types.gen.js.map +1 -0
- package/dist/api_hatchet/zod.gen.d.ts +10429 -0
- package/dist/api_hatchet/zod.gen.d.ts.map +1 -0
- package/dist/api_hatchet/zod.gen.js +2766 -0
- package/dist/api_hatchet/zod.gen.js.map +1 -0
- package/dist/gomtmapi_v2/@tanstack/react-query.gen.d.ts +114 -687
- package/dist/gomtmapi_v2/@tanstack/react-query.gen.d.ts.map +1 -1
- package/dist/gomtmapi_v2/@tanstack/react-query.gen.js +418 -1026
- package/dist/gomtmapi_v2/@tanstack/react-query.gen.js.map +1 -1
- package/dist/gomtmapi_v2/client/client.gen.d.ts +1 -1
- package/dist/gomtmapi_v2/client/client.gen.d.ts.map +1 -1
- package/dist/gomtmapi_v2/client/client.gen.js +70 -46
- package/dist/gomtmapi_v2/client/client.gen.js.map +1 -1
- package/dist/gomtmapi_v2/client/index.d.ts +8 -8
- package/dist/gomtmapi_v2/client/index.d.ts.map +1 -1
- package/dist/gomtmapi_v2/client/index.js +5 -5
- package/dist/gomtmapi_v2/client/index.js.map +1 -1
- package/dist/gomtmapi_v2/client/types.gen.d.ts +19 -26
- package/dist/gomtmapi_v2/client/types.gen.d.ts.map +1 -1
- package/dist/gomtmapi_v2/client/utils.gen.d.ts +3 -3
- package/dist/gomtmapi_v2/client/utils.gen.d.ts.map +1 -1
- package/dist/gomtmapi_v2/client/utils.gen.js +34 -34
- package/dist/gomtmapi_v2/client/utils.gen.js.map +1 -1
- package/dist/gomtmapi_v2/client.gen.d.ts +2 -2
- package/dist/gomtmapi_v2/client.gen.d.ts.map +1 -1
- package/dist/gomtmapi_v2/client.gen.js +1 -1
- package/dist/gomtmapi_v2/client.gen.js.map +1 -1
- package/dist/gomtmapi_v2/core/auth.gen.d.ts +3 -3
- package/dist/gomtmapi_v2/core/auth.gen.js +3 -3
- package/dist/gomtmapi_v2/core/bodySerializer.gen.d.ts +1 -1
- package/dist/gomtmapi_v2/core/bodySerializer.gen.js +3 -3
- package/dist/gomtmapi_v2/core/params.gen.d.ts +13 -3
- package/dist/gomtmapi_v2/core/params.gen.d.ts.map +1 -1
- package/dist/gomtmapi_v2/core/params.gen.js +24 -12
- package/dist/gomtmapi_v2/core/params.gen.js.map +1 -1
- package/dist/gomtmapi_v2/core/pathSerializer.gen.d.ts +3 -3
- package/dist/gomtmapi_v2/core/pathSerializer.gen.js +36 -36
- package/dist/gomtmapi_v2/core/queryKeySerializer.gen.js +11 -11
- package/dist/gomtmapi_v2/core/serverSentEvents.gen.d.ts +3 -3
- package/dist/gomtmapi_v2/core/serverSentEvents.gen.d.ts.map +1 -1
- package/dist/gomtmapi_v2/core/serverSentEvents.gen.js +20 -18
- package/dist/gomtmapi_v2/core/serverSentEvents.gen.js.map +1 -1
- package/dist/gomtmapi_v2/core/types.gen.d.ts +4 -4
- package/dist/gomtmapi_v2/core/types.gen.d.ts.map +1 -1
- package/dist/gomtmapi_v2/core/utils.gen.d.ts +1 -1
- package/dist/gomtmapi_v2/core/utils.gen.js +17 -17
- package/dist/gomtmapi_v2/index.d.ts +2 -2
- package/dist/gomtmapi_v2/index.js +1 -1
- package/dist/gomtmapi_v2/schemas.gen.d.ts +51 -727
- package/dist/gomtmapi_v2/schemas.gen.d.ts.map +1 -1
- package/dist/gomtmapi_v2/schemas.gen.js +752 -1392
- package/dist/gomtmapi_v2/schemas.gen.js.map +1 -1
- package/dist/gomtmapi_v2/sdk.gen.d.ts +50 -381
- package/dist/gomtmapi_v2/sdk.gen.d.ts.map +1 -1
- package/dist/gomtmapi_v2/sdk.gen.js +201 -795
- package/dist/gomtmapi_v2/sdk.gen.js.map +1 -1
- package/dist/gomtmapi_v2/types.gen.d.ts +132 -917
- package/dist/gomtmapi_v2/types.gen.d.ts.map +1 -1
- package/dist/gomtmapi_v2/zod.gen.d.ts +40 -734
- package/dist/gomtmapi_v2/zod.gen.d.ts.map +1 -1
- package/dist/gomtmapi_v2/zod.gen.js +191 -651
- package/dist/gomtmapi_v2/zod.gen.js.map +1 -1
- package/dist/lib/aisdk/types.d.ts +3 -0
- package/dist/lib/aisdk/types.d.ts.map +1 -0
- package/dist/lib/aisdk/types.js +5 -0
- package/dist/lib/aisdk/types.js.map +1 -0
- package/dist/lib/logger/index.d.ts +19 -0
- package/dist/lib/logger/index.d.ts.map +1 -0
- package/dist/lib/logger/index.js +7 -0
- package/dist/lib/logger/index.js.map +1 -0
- package/dist/lib/schema.d.ts +41 -0
- package/dist/lib/schema.d.ts.map +1 -0
- package/dist/lib/schema.js +37 -0
- package/dist/lib/schema.js.map +1 -0
- package/dist/lib/utils.d.ts +14 -0
- package/dist/lib/utils.d.ts.map +1 -0
- package/dist/lib/utils.js +45 -0
- package/dist/lib/utils.js.map +1 -0
- package/dist/mtgate_api/@tanstack/react-query.gen.d.ts +145 -1698
- package/dist/mtgate_api/@tanstack/react-query.gen.d.ts.map +1 -1
- package/dist/mtgate_api/@tanstack/react-query.gen.js +212 -1872
- package/dist/mtgate_api/@tanstack/react-query.gen.js.map +1 -1
- package/dist/mtgate_api/client/client.gen.d.ts +1 -1
- package/dist/mtgate_api/client/client.gen.d.ts.map +1 -1
- package/dist/mtgate_api/client/client.gen.js +70 -46
- package/dist/mtgate_api/client/client.gen.js.map +1 -1
- package/dist/mtgate_api/client/index.d.ts +8 -8
- package/dist/mtgate_api/client/index.d.ts.map +1 -1
- package/dist/mtgate_api/client/index.js +5 -5
- package/dist/mtgate_api/client/index.js.map +1 -1
- package/dist/mtgate_api/client/types.gen.d.ts +19 -26
- package/dist/mtgate_api/client/types.gen.d.ts.map +1 -1
- package/dist/mtgate_api/client/utils.gen.d.ts +3 -3
- package/dist/mtgate_api/client/utils.gen.d.ts.map +1 -1
- package/dist/mtgate_api/client/utils.gen.js +34 -34
- package/dist/mtgate_api/client/utils.gen.js.map +1 -1
- package/dist/mtgate_api/client.gen.d.ts +2 -2
- package/dist/mtgate_api/client.gen.d.ts.map +1 -1
- package/dist/mtgate_api/client.gen.js +2 -4
- package/dist/mtgate_api/client.gen.js.map +1 -1
- package/dist/mtgate_api/core/auth.gen.d.ts +3 -3
- package/dist/mtgate_api/core/auth.gen.js +3 -3
- package/dist/mtgate_api/core/bodySerializer.gen.d.ts +1 -1
- package/dist/mtgate_api/core/bodySerializer.gen.js +3 -3
- package/dist/mtgate_api/core/params.gen.d.ts +13 -3
- package/dist/mtgate_api/core/params.gen.d.ts.map +1 -1
- package/dist/mtgate_api/core/params.gen.js +24 -12
- package/dist/mtgate_api/core/params.gen.js.map +1 -1
- package/dist/mtgate_api/core/pathSerializer.gen.d.ts +3 -3
- package/dist/mtgate_api/core/pathSerializer.gen.js +36 -36
- package/dist/mtgate_api/core/queryKeySerializer.gen.js +11 -11
- package/dist/mtgate_api/core/serverSentEvents.gen.d.ts +3 -3
- package/dist/mtgate_api/core/serverSentEvents.gen.d.ts.map +1 -1
- package/dist/mtgate_api/core/serverSentEvents.gen.js +20 -18
- package/dist/mtgate_api/core/serverSentEvents.gen.js.map +1 -1
- package/dist/mtgate_api/core/types.gen.d.ts +4 -4
- package/dist/mtgate_api/core/types.gen.d.ts.map +1 -1
- package/dist/mtgate_api/core/utils.gen.d.ts +1 -1
- package/dist/mtgate_api/core/utils.gen.js +17 -17
- package/dist/mtgate_api/index.d.ts +2 -2
- package/dist/mtgate_api/index.d.ts.map +1 -1
- package/dist/mtgate_api/index.js +1 -2
- package/dist/mtgate_api/index.js.map +1 -1
- package/dist/mtgate_api/schemas.gen.d.ts +377 -3070
- package/dist/mtgate_api/schemas.gen.d.ts.map +1 -1
- package/dist/mtgate_api/schemas.gen.js +590 -3332
- package/dist/mtgate_api/schemas.gen.js.map +1 -1
- package/dist/mtgate_api/sdk.gen.d.ts +25 -205
- package/dist/mtgate_api/sdk.gen.d.ts.map +1 -1
- package/dist/mtgate_api/sdk.gen.js +97 -1097
- package/dist/mtgate_api/sdk.gen.js.map +1 -1
- package/dist/mtgate_api/types.gen.d.ts +435 -4744
- package/dist/mtgate_api/types.gen.d.ts.map +1 -1
- package/dist/mtgate_api/types.gen.js +1 -10
- package/dist/mtgate_api/types.gen.js.map +1 -1
- package/dist/mtgate_api/zod.gen.d.ts +989 -5722
- package/dist/mtgate_api/zod.gen.d.ts.map +1 -1
- package/dist/mtgate_api/zod.gen.js +340 -2939
- package/dist/mtgate_api/zod.gen.js.map +1 -1
- package/dist/mtmai_api/@tanstack/react-query.gen.d.ts +82 -82
- package/dist/mtmai_api/@tanstack/react-query.gen.d.ts.map +1 -1
- package/dist/mtmai_api/@tanstack/react-query.gen.js +416 -475
- package/dist/mtmai_api/@tanstack/react-query.gen.js.map +1 -1
- package/dist/mtmai_api/client/client.gen.d.ts +1 -1
- package/dist/mtmai_api/client/client.gen.d.ts.map +1 -1
- package/dist/mtmai_api/client/client.gen.js +70 -46
- package/dist/mtmai_api/client/client.gen.js.map +1 -1
- package/dist/mtmai_api/client/index.d.ts +8 -8
- package/dist/mtmai_api/client/index.d.ts.map +1 -1
- package/dist/mtmai_api/client/index.js +5 -5
- package/dist/mtmai_api/client/index.js.map +1 -1
- package/dist/mtmai_api/client/types.gen.d.ts +19 -26
- package/dist/mtmai_api/client/types.gen.d.ts.map +1 -1
- package/dist/mtmai_api/client/utils.gen.d.ts +3 -3
- package/dist/mtmai_api/client/utils.gen.d.ts.map +1 -1
- package/dist/mtmai_api/client/utils.gen.js +34 -34
- package/dist/mtmai_api/client/utils.gen.js.map +1 -1
- package/dist/mtmai_api/client.gen.d.ts +2 -2
- package/dist/mtmai_api/client.gen.d.ts.map +1 -1
- package/dist/mtmai_api/client.gen.js +1 -1
- package/dist/mtmai_api/client.gen.js.map +1 -1
- package/dist/mtmai_api/core/auth.gen.d.ts +3 -3
- package/dist/mtmai_api/core/auth.gen.js +3 -3
- package/dist/mtmai_api/core/bodySerializer.gen.d.ts +1 -1
- package/dist/mtmai_api/core/bodySerializer.gen.js +3 -3
- package/dist/mtmai_api/core/params.gen.d.ts +13 -3
- package/dist/mtmai_api/core/params.gen.d.ts.map +1 -1
- package/dist/mtmai_api/core/params.gen.js +24 -12
- package/dist/mtmai_api/core/params.gen.js.map +1 -1
- package/dist/mtmai_api/core/pathSerializer.gen.d.ts +3 -3
- package/dist/mtmai_api/core/pathSerializer.gen.js +36 -36
- package/dist/mtmai_api/core/queryKeySerializer.gen.js +11 -11
- package/dist/mtmai_api/core/serverSentEvents.gen.d.ts +3 -3
- package/dist/mtmai_api/core/serverSentEvents.gen.d.ts.map +1 -1
- package/dist/mtmai_api/core/serverSentEvents.gen.js +20 -18
- package/dist/mtmai_api/core/serverSentEvents.gen.js.map +1 -1
- package/dist/mtmai_api/core/types.gen.d.ts +4 -4
- package/dist/mtmai_api/core/types.gen.d.ts.map +1 -1
- package/dist/mtmai_api/core/utils.gen.d.ts +1 -1
- package/dist/mtmai_api/core/utils.gen.js +17 -17
- package/dist/mtmai_api/index.d.ts +2 -2
- package/dist/mtmai_api/index.js +2 -2
- package/dist/mtmai_api/schemas.gen.d.ts.map +1 -1
- package/dist/mtmai_api/schemas.gen.js +4363 -4616
- package/dist/mtmai_api/schemas.gen.js.map +1 -1
- package/dist/mtmai_api/sdk.gen.d.ts +2 -2
- package/dist/mtmai_api/sdk.gen.d.ts.map +1 -1
- package/dist/mtmai_api/sdk.gen.js +188 -391
- package/dist/mtmai_api/sdk.gen.js.map +1 -1
- package/dist/mtmai_api/types.gen.d.ts +93 -81
- package/dist/mtmai_api/types.gen.d.ts.map +1 -1
- package/dist/mtmai_api/types.gen.js +97 -103
- package/dist/mtmai_api/types.gen.js.map +1 -1
- package/dist/mtmai_api/zod.gen.d.ts +794 -794
- package/dist/mtmai_api/zod.gen.d.ts.map +1 -1
- package/dist/mtmai_api/zod.gen.js +2530 -876
- package/dist/mtmai_api/zod.gen.js.map +1 -1
- package/dist/sbapi/@tanstack/react-query.gen.d.ts +35 -0
- package/dist/sbapi/@tanstack/react-query.gen.d.ts.map +1 -0
- package/dist/sbapi/@tanstack/react-query.gen.js +40 -0
- package/dist/sbapi/@tanstack/react-query.gen.js.map +1 -0
- package/dist/sbapi/client/client.gen.d.ts +3 -0
- package/dist/sbapi/client/client.gen.d.ts.map +1 -0
- package/dist/sbapi/client/client.gen.js +229 -0
- package/dist/sbapi/client/client.gen.js.map +1 -0
- package/dist/sbapi/client/index.d.ts +9 -0
- package/dist/sbapi/client/index.d.ts.map +1 -0
- package/dist/sbapi/client/index.js +7 -0
- package/dist/sbapi/client/index.js.map +1 -0
- package/dist/sbapi/client/types.gen.d.ts +118 -0
- package/dist/sbapi/client/types.gen.d.ts.map +1 -0
- package/dist/sbapi/client/types.gen.js +3 -0
- package/dist/sbapi/client/types.gen.js.map +1 -0
- package/dist/sbapi/client/utils.gen.d.ts +34 -0
- package/dist/sbapi/client/utils.gen.d.ts.map +1 -0
- package/dist/sbapi/client/utils.gen.js +232 -0
- package/dist/sbapi/client/utils.gen.js.map +1 -0
- package/dist/sbapi/client.gen.d.ts +13 -0
- package/dist/sbapi/client.gen.d.ts.map +1 -0
- package/dist/sbapi/client.gen.js +4 -0
- package/dist/sbapi/client.gen.js.map +1 -0
- package/dist/sbapi/core/auth.gen.d.ts +19 -0
- package/dist/sbapi/core/auth.gen.d.ts.map +1 -0
- package/dist/sbapi/core/auth.gen.js +15 -0
- package/dist/sbapi/core/auth.gen.js.map +1 -0
- package/dist/sbapi/core/bodySerializer.gen.d.ts +26 -0
- package/dist/sbapi/core/bodySerializer.gen.d.ts.map +1 -0
- package/dist/sbapi/core/bodySerializer.gen.js +58 -0
- package/dist/sbapi/core/bodySerializer.gen.js.map +1 -0
- package/dist/sbapi/core/params.gen.d.ts +44 -0
- package/dist/sbapi/core/params.gen.d.ts.map +1 -0
- package/dist/sbapi/core/params.gen.js +101 -0
- package/dist/sbapi/core/params.gen.js.map +1 -0
- package/dist/sbapi/core/pathSerializer.gen.d.ts +34 -0
- package/dist/sbapi/core/pathSerializer.gen.d.ts.map +1 -0
- package/dist/sbapi/core/pathSerializer.gen.js +115 -0
- package/dist/sbapi/core/pathSerializer.gen.js.map +1 -0
- package/dist/sbapi/core/queryKeySerializer.gen.d.ts +19 -0
- package/dist/sbapi/core/queryKeySerializer.gen.d.ts.map +1 -0
- package/dist/sbapi/core/queryKeySerializer.gen.js +100 -0
- package/dist/sbapi/core/queryKeySerializer.gen.js.map +1 -0
- package/dist/sbapi/core/serverSentEvents.gen.d.ts +72 -0
- package/dist/sbapi/core/serverSentEvents.gen.d.ts.map +1 -0
- package/dist/sbapi/core/serverSentEvents.gen.js +138 -0
- package/dist/sbapi/core/serverSentEvents.gen.js.map +1 -0
- package/dist/sbapi/core/types.gen.d.ts +79 -0
- package/dist/sbapi/core/types.gen.d.ts.map +1 -0
- package/dist/sbapi/core/types.gen.js +3 -0
- package/dist/sbapi/core/types.gen.js.map +1 -0
- package/dist/sbapi/core/utils.gen.d.ts +20 -0
- package/dist/sbapi/core/utils.gen.d.ts.map +1 -0
- package/dist/sbapi/core/utils.gen.js +88 -0
- package/dist/sbapi/core/utils.gen.js.map +1 -0
- package/dist/sbapi/index.d.ts +3 -0
- package/dist/sbapi/index.d.ts.map +1 -0
- package/dist/sbapi/index.js +3 -0
- package/dist/sbapi/index.js.map +1 -0
- package/dist/sbapi/schemas.gen.d.ts +38 -0
- package/dist/sbapi/schemas.gen.d.ts.map +1 -0
- package/dist/sbapi/schemas.gen.js +48 -0
- package/dist/sbapi/schemas.gen.js.map +1 -0
- package/dist/sbapi/sdk.gen.d.ts +17 -0
- package/dist/sbapi/sdk.gen.d.ts.map +1 -0
- package/dist/sbapi/sdk.gen.js +4 -0
- package/dist/sbapi/sdk.gen.js.map +1 -0
- package/dist/sbapi/types.gen.d.ts +54 -0
- package/dist/sbapi/types.gen.d.ts.map +1 -0
- package/dist/sbapi/types.gen.js +3 -0
- package/dist/sbapi/types.gen.js.map +1 -0
- package/dist/sbapi/zod.gen.d.ts +39 -0
- package/dist/sbapi/zod.gen.d.ts.map +1 -0
- package/dist/sbapi/zod.gen.js +31 -0
- package/dist/sbapi/zod.gen.js.map +1 -0
- package/dist/schema/browser.d.ts +29 -0
- package/dist/schema/browser.d.ts.map +1 -0
- package/dist/schema/browser.js +41 -0
- package/dist/schema/browser.js.map +1 -0
- package/dist/supabase/supabase-browser.d.ts +4 -0
- package/dist/supabase/supabase-browser.d.ts.map +1 -0
- package/dist/supabase/supabase-browser.js +20 -0
- package/dist/supabase/supabase-browser.js.map +1 -0
- package/dist/supabase/supabase-client.d.ts +1941 -0
- package/dist/supabase/supabase-client.d.ts.map +1 -0
- package/dist/supabase/supabase-client.js +23 -0
- package/dist/supabase/supabase-client.js.map +1 -0
- package/dist/supabase/supabase.d.ts +3881 -0
- package/dist/supabase/supabase.d.ts.map +1 -0
- package/dist/supabase/supabase.js +89 -0
- package/dist/supabase/supabase.js.map +1 -0
- package/dist/supabase/use-sb-query/build-query-opts.d.ts +6 -0
- package/dist/supabase/use-sb-query/build-query-opts.d.ts.map +1 -0
- package/dist/supabase/use-sb-query/build-query-opts.js +33 -0
- package/dist/supabase/use-sb-query/build-query-opts.js.map +1 -0
- package/dist/supabase/use-sb-query/key.d.ts +10 -0
- package/dist/supabase/use-sb-query/key.d.ts.map +1 -0
- package/dist/supabase/use-sb-query/key.js +46 -0
- package/dist/supabase/use-sb-query/key.js.map +1 -0
- package/dist/supabase/use-sb-query/prefetch.d.ts +10 -0
- package/dist/supabase/use-sb-query/prefetch.d.ts.map +1 -0
- package/dist/supabase/use-sb-query/prefetch.js +14 -0
- package/dist/supabase/use-sb-query/prefetch.js.map +1 -0
- package/dist/supabase/use-sb-query/use-query.d.ts +133 -0
- package/dist/supabase/use-sb-query/use-query.d.ts.map +1 -0
- package/dist/supabase/use-sb-query/use-query.js +117 -0
- package/dist/supabase/use-sb-query/use-query.js.map +1 -0
- package/dist/supabase/utils.d.ts +21 -0
- package/dist/supabase/utils.d.ts.map +1 -0
- package/dist/supabase/utils.js +46 -0
- package/dist/supabase/utils.js.map +1 -0
- package/dist/types/database.types.d.ts +2018 -0
- package/dist/types/database.types.d.ts.map +1 -0
- package/dist/types/database.types.js +6 -0
- package/dist/types/database.types.js.map +1 -0
- package/dist/types/index.d.ts +21 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/index.js +2 -0
- package/dist/types/index.js.map +1 -0
- package/package.json +20 -52
- package/dist/gomtmapi/@tanstack/react-query.gen.d.ts +0 -947
- package/dist/gomtmapi/@tanstack/react-query.gen.d.ts.map +0 -1
- package/dist/gomtmapi/@tanstack/react-query.gen.js +0 -1023
- package/dist/gomtmapi/@tanstack/react-query.gen.js.map +0 -1
- package/dist/gomtmapi/client/client.gen.d.ts +0 -3
- package/dist/gomtmapi/client/client.gen.d.ts.map +0 -1
- package/dist/gomtmapi/client/client.gen.js.map +0 -1
- package/dist/gomtmapi/client/index.d.ts +0 -8
- package/dist/gomtmapi/client/index.d.ts.map +0 -1
- package/dist/gomtmapi/client/index.js +0 -6
- package/dist/gomtmapi/client/index.js.map +0 -1
- package/dist/gomtmapi/client/types.gen.d.ts.map +0 -1
- package/dist/gomtmapi/client/types.gen.js.map +0 -1
- package/dist/gomtmapi/client/utils.gen.d.ts.map +0 -1
- package/dist/gomtmapi/client/utils.gen.js.map +0 -1
- package/dist/gomtmapi/client.gen.d.ts.map +0 -1
- package/dist/gomtmapi/client.gen.js.map +0 -1
- package/dist/gomtmapi/core/auth.gen.d.ts.map +0 -1
- package/dist/gomtmapi/core/auth.gen.js.map +0 -1
- package/dist/gomtmapi/core/bodySerializer.gen.d.ts.map +0 -1
- package/dist/gomtmapi/core/bodySerializer.gen.js.map +0 -1
- package/dist/gomtmapi/core/params.gen.d.ts.map +0 -1
- package/dist/gomtmapi/core/params.gen.js.map +0 -1
- package/dist/gomtmapi/core/pathSerializer.gen.d.ts.map +0 -1
- package/dist/gomtmapi/core/pathSerializer.gen.js.map +0 -1
- package/dist/gomtmapi/core/serverSentEvents.gen.d.ts.map +0 -1
- package/dist/gomtmapi/core/serverSentEvents.gen.js.map +0 -1
- package/dist/gomtmapi/core/types.gen.d.ts.map +0 -1
- package/dist/gomtmapi/core/types.gen.js.map +0 -1
- package/dist/gomtmapi/core/utils.gen.d.ts.map +0 -1
- package/dist/gomtmapi/core/utils.gen.js.map +0 -1
- package/dist/gomtmapi/index.d.ts +0 -3
- package/dist/gomtmapi/index.d.ts.map +0 -1
- package/dist/gomtmapi/index.js +0 -4
- package/dist/gomtmapi/index.js.map +0 -1
- package/dist/gomtmapi/schemas.gen.d.ts +0 -1445
- package/dist/gomtmapi/schemas.gen.d.ts.map +0 -1
- package/dist/gomtmapi/schemas.gen.js +0 -1474
- package/dist/gomtmapi/schemas.gen.js.map +0 -1
- package/dist/gomtmapi/sdk.gen.d.ts +0 -271
- package/dist/gomtmapi/sdk.gen.d.ts.map +0 -1
- package/dist/gomtmapi/sdk.gen.js +0 -974
- package/dist/gomtmapi/sdk.gen.js.map +0 -1
- package/dist/gomtmapi/types.gen.d.ts +0 -2302
- package/dist/gomtmapi/types.gen.d.ts.map +0 -1
- package/dist/gomtmapi/types.gen.js +0 -33
- package/dist/gomtmapi/types.gen.js.map +0 -1
- package/dist/gomtmapi/zod.gen.d.ts +0 -2067
- package/dist/gomtmapi/zod.gen.d.ts.map +0 -1
- package/dist/gomtmapi/zod.gen.js +0 -875
- package/dist/gomtmapi/zod.gen.js.map +0 -1
- /package/dist/{gomtmapi → api_hatchet}/client/types.gen.js +0 -0
- /package/dist/{gomtmapi → api_hatchet}/core/types.gen.js +0 -0
|
@@ -1,100 +1,3 @@
|
|
|
1
|
-
export declare const APIResponseSchema: {
|
|
2
|
-
readonly description: "APIResponse schema";
|
|
3
|
-
readonly properties: {
|
|
4
|
-
readonly data: {
|
|
5
|
-
readonly nullable: true;
|
|
6
|
-
};
|
|
7
|
-
readonly error: {
|
|
8
|
-
readonly nullable: true;
|
|
9
|
-
readonly properties: {
|
|
10
|
-
readonly code: {
|
|
11
|
-
readonly type: "string";
|
|
12
|
-
};
|
|
13
|
-
readonly details: {
|
|
14
|
-
readonly nullable: true;
|
|
15
|
-
};
|
|
16
|
-
readonly message: {
|
|
17
|
-
readonly type: "string";
|
|
18
|
-
};
|
|
19
|
-
};
|
|
20
|
-
readonly type: "object";
|
|
21
|
-
};
|
|
22
|
-
readonly message: {
|
|
23
|
-
readonly nullable: true;
|
|
24
|
-
readonly type: "string";
|
|
25
|
-
};
|
|
26
|
-
readonly success: {
|
|
27
|
-
readonly type: "boolean";
|
|
28
|
-
};
|
|
29
|
-
};
|
|
30
|
-
readonly type: "object";
|
|
31
|
-
};
|
|
32
|
-
export declare const AgentEventPushRequestSchema: {
|
|
33
|
-
readonly description: "AgentEventPushRequest schema";
|
|
34
|
-
readonly properties: {
|
|
35
|
-
readonly agentId: {
|
|
36
|
-
readonly example: "123e4567-e89b-12d3-a456-426614174000";
|
|
37
|
-
readonly type: "string";
|
|
38
|
-
};
|
|
39
|
-
readonly event: {
|
|
40
|
-
readonly type: "string";
|
|
41
|
-
};
|
|
42
|
-
readonly eventData: {
|
|
43
|
-
readonly type: "string";
|
|
44
|
-
};
|
|
45
|
-
};
|
|
46
|
-
readonly required: readonly ["agentId"];
|
|
47
|
-
readonly type: "object";
|
|
48
|
-
};
|
|
49
|
-
export declare const AgentEventPushResponseSchema: {
|
|
50
|
-
readonly description: "AgentEventPushResponse schema";
|
|
51
|
-
readonly properties: {
|
|
52
|
-
readonly agentId: {
|
|
53
|
-
readonly example: "123e4567-e89b-12d3-a456-426614174000";
|
|
54
|
-
readonly type: "string";
|
|
55
|
-
};
|
|
56
|
-
};
|
|
57
|
-
readonly required: readonly ["agentId"];
|
|
58
|
-
readonly type: "object";
|
|
59
|
-
};
|
|
60
|
-
export declare const AgentResponseSchema: {
|
|
61
|
-
readonly description: "AgentResponse schema";
|
|
62
|
-
readonly properties: {
|
|
63
|
-
readonly config: {
|
|
64
|
-
readonly additionalProperties: {};
|
|
65
|
-
readonly type: "object";
|
|
66
|
-
};
|
|
67
|
-
readonly created_at: {
|
|
68
|
-
readonly format: "date-time";
|
|
69
|
-
readonly type: "string";
|
|
70
|
-
};
|
|
71
|
-
readonly description: {
|
|
72
|
-
readonly type: "string";
|
|
73
|
-
};
|
|
74
|
-
readonly id: {
|
|
75
|
-
readonly type: "string";
|
|
76
|
-
};
|
|
77
|
-
readonly name: {
|
|
78
|
-
readonly type: "string";
|
|
79
|
-
};
|
|
80
|
-
readonly state: {
|
|
81
|
-
readonly additionalProperties: {};
|
|
82
|
-
readonly type: "object";
|
|
83
|
-
};
|
|
84
|
-
readonly status: {
|
|
85
|
-
readonly type: "string";
|
|
86
|
-
};
|
|
87
|
-
readonly tenant_id: {
|
|
88
|
-
readonly type: "string";
|
|
89
|
-
};
|
|
90
|
-
readonly updated_at: {
|
|
91
|
-
readonly format: "date-time";
|
|
92
|
-
readonly type: "string";
|
|
93
|
-
};
|
|
94
|
-
};
|
|
95
|
-
readonly required: readonly ["id", "created_at", "name", "status", "config", "state"];
|
|
96
|
-
readonly type: "object";
|
|
97
|
-
};
|
|
98
1
|
export declare const BrowserConfigSchema: {
|
|
99
2
|
readonly description: "BrowserConfig schema";
|
|
100
3
|
readonly properties: {
|
|
@@ -162,7 +65,6 @@ export declare const ChatbotListResponseSchema: {
|
|
|
162
65
|
readonly type: "string";
|
|
163
66
|
};
|
|
164
67
|
readonly description: {
|
|
165
|
-
readonly description: "string schema";
|
|
166
68
|
readonly example: "A helpful chatbot";
|
|
167
69
|
readonly nullable: true;
|
|
168
70
|
readonly type: "string";
|
|
@@ -172,7 +74,6 @@ export declare const ChatbotListResponseSchema: {
|
|
|
172
74
|
readonly type: "string";
|
|
173
75
|
};
|
|
174
76
|
readonly lastActiveAt: {
|
|
175
|
-
readonly description: "string schema";
|
|
176
77
|
readonly example: "2023-01-01T00:00:00Z";
|
|
177
78
|
readonly nullable: true;
|
|
178
79
|
readonly type: "string";
|
|
@@ -186,13 +87,11 @@ export declare const ChatbotListResponseSchema: {
|
|
|
186
87
|
readonly type: "string";
|
|
187
88
|
};
|
|
188
89
|
readonly serverType: {
|
|
189
|
-
readonly description: "string schema";
|
|
190
90
|
readonly example: "napcatqq";
|
|
191
91
|
readonly nullable: true;
|
|
192
92
|
readonly type: "string";
|
|
193
93
|
};
|
|
194
94
|
readonly serverUrl: {
|
|
195
|
-
readonly description: "string schema";
|
|
196
95
|
readonly example: "http://localhost:6099";
|
|
197
96
|
readonly nullable: true;
|
|
198
97
|
readonly type: "string";
|
|
@@ -287,7 +186,6 @@ export declare const ChatbotResponseSchema: {
|
|
|
287
186
|
readonly type: "string";
|
|
288
187
|
};
|
|
289
188
|
readonly description: {
|
|
290
|
-
readonly description: "string schema";
|
|
291
189
|
readonly example: "A helpful chatbot";
|
|
292
190
|
readonly nullable: true;
|
|
293
191
|
readonly type: "string";
|
|
@@ -297,7 +195,6 @@ export declare const ChatbotResponseSchema: {
|
|
|
297
195
|
readonly type: "string";
|
|
298
196
|
};
|
|
299
197
|
readonly lastActiveAt: {
|
|
300
|
-
readonly description: "string schema";
|
|
301
198
|
readonly example: "2023-01-01T00:00:00Z";
|
|
302
199
|
readonly nullable: true;
|
|
303
200
|
readonly type: "string";
|
|
@@ -311,13 +208,11 @@ export declare const ChatbotResponseSchema: {
|
|
|
311
208
|
readonly type: "string";
|
|
312
209
|
};
|
|
313
210
|
readonly serverType: {
|
|
314
|
-
readonly description: "string schema";
|
|
315
211
|
readonly example: "napcatqq";
|
|
316
212
|
readonly nullable: true;
|
|
317
213
|
readonly type: "string";
|
|
318
214
|
};
|
|
319
215
|
readonly serverUrl: {
|
|
320
|
-
readonly description: "string schema";
|
|
321
216
|
readonly example: "http://localhost:6099";
|
|
322
217
|
readonly nullable: true;
|
|
323
218
|
readonly type: "string";
|
|
@@ -387,14 +282,12 @@ export declare const ChatbotUpsertRequestSchema: {
|
|
|
387
282
|
readonly type: "object";
|
|
388
283
|
};
|
|
389
284
|
readonly description: {
|
|
390
|
-
readonly description: "string schema";
|
|
391
285
|
readonly example: "A helpful chatbot";
|
|
392
286
|
readonly maxLength: 500;
|
|
393
287
|
readonly nullable: true;
|
|
394
288
|
readonly type: "string";
|
|
395
289
|
};
|
|
396
290
|
readonly id: {
|
|
397
|
-
readonly description: "string schema";
|
|
398
291
|
readonly example: "123e4567-e89b-12d3-a456-426614174000";
|
|
399
292
|
readonly nullable: true;
|
|
400
293
|
readonly type: "string";
|
|
@@ -412,13 +305,11 @@ export declare const ChatbotUpsertRequestSchema: {
|
|
|
412
305
|
readonly type: "string";
|
|
413
306
|
};
|
|
414
307
|
readonly serverType: {
|
|
415
|
-
readonly description: "string schema";
|
|
416
308
|
readonly example: "napcatqq";
|
|
417
309
|
readonly nullable: true;
|
|
418
310
|
readonly type: "string";
|
|
419
311
|
};
|
|
420
312
|
readonly serverUrl: {
|
|
421
|
-
readonly description: "string schema";
|
|
422
313
|
readonly example: "http://localhost:6099";
|
|
423
314
|
readonly nullable: true;
|
|
424
315
|
readonly type: "string";
|
|
@@ -438,32 +329,33 @@ export declare const ChatbotUpsertRequestSchema: {
|
|
|
438
329
|
readonly required: readonly ["name", "platform", "status"];
|
|
439
330
|
readonly type: "object";
|
|
440
331
|
};
|
|
441
|
-
export declare const
|
|
442
|
-
readonly description: "
|
|
332
|
+
export declare const CodeRunResultSchema: {
|
|
333
|
+
readonly description: "CodeRunResult schema";
|
|
443
334
|
readonly properties: {
|
|
444
|
-
readonly
|
|
445
|
-
readonly
|
|
446
|
-
readonly
|
|
447
|
-
readonly type: "
|
|
335
|
+
readonly duration: {
|
|
336
|
+
readonly description: "耗时(秒)";
|
|
337
|
+
readonly format: "double";
|
|
338
|
+
readonly type: "number";
|
|
448
339
|
};
|
|
449
|
-
readonly
|
|
340
|
+
readonly error: {
|
|
341
|
+
readonly description: "错误信息";
|
|
450
342
|
readonly nullable: true;
|
|
451
343
|
readonly type: "string";
|
|
452
344
|
};
|
|
453
|
-
readonly
|
|
345
|
+
readonly logs: {
|
|
346
|
+
readonly description: "标准输出日志(stdout)";
|
|
347
|
+
readonly nullable: true;
|
|
454
348
|
readonly type: "string";
|
|
455
349
|
};
|
|
456
|
-
readonly
|
|
457
|
-
readonly
|
|
350
|
+
readonly result: {
|
|
351
|
+
readonly description: "代码的返回值";
|
|
458
352
|
readonly nullable: true;
|
|
459
|
-
readonly type: "object";
|
|
460
353
|
};
|
|
461
354
|
readonly status: {
|
|
462
|
-
readonly
|
|
355
|
+
readonly description: "运行状态: success | error";
|
|
463
356
|
readonly type: "string";
|
|
464
357
|
};
|
|
465
358
|
};
|
|
466
|
-
readonly required: readonly ["name"];
|
|
467
359
|
readonly type: "object";
|
|
468
360
|
};
|
|
469
361
|
export declare const CreatePAccountRequestSchema: {
|
|
@@ -554,39 +446,6 @@ export declare const CreateSessionRequestSchema: {
|
|
|
554
446
|
};
|
|
555
447
|
readonly type: "object";
|
|
556
448
|
};
|
|
557
|
-
export declare const CreateTerminalRequestSchema: {
|
|
558
|
-
readonly description: "CreateTerminalRequest schema";
|
|
559
|
-
readonly properties: {
|
|
560
|
-
readonly cols: {
|
|
561
|
-
readonly maximum: 65535;
|
|
562
|
-
readonly minimum: 0;
|
|
563
|
-
readonly nullable: true;
|
|
564
|
-
readonly type: "integer";
|
|
565
|
-
};
|
|
566
|
-
readonly cwd: {
|
|
567
|
-
readonly type: "string";
|
|
568
|
-
};
|
|
569
|
-
readonly env: {
|
|
570
|
-
readonly additionalProperties: {
|
|
571
|
-
readonly type: "string";
|
|
572
|
-
};
|
|
573
|
-
readonly nullable: true;
|
|
574
|
-
readonly type: "object";
|
|
575
|
-
};
|
|
576
|
-
readonly rows: {
|
|
577
|
-
readonly maximum: 65535;
|
|
578
|
-
readonly minimum: 0;
|
|
579
|
-
readonly nullable: true;
|
|
580
|
-
readonly type: "integer";
|
|
581
|
-
};
|
|
582
|
-
readonly shell: {
|
|
583
|
-
readonly nullable: true;
|
|
584
|
-
readonly type: "string";
|
|
585
|
-
};
|
|
586
|
-
};
|
|
587
|
-
readonly required: readonly ["cwd"];
|
|
588
|
-
readonly type: "object";
|
|
589
|
-
};
|
|
590
449
|
export declare const ExportPAccountsResponseSchema: {
|
|
591
450
|
readonly description: "ExportPAccountsResponse schema";
|
|
592
451
|
readonly properties: {
|
|
@@ -793,36 +652,6 @@ export declare const HTTPErrorSchema: {
|
|
|
793
652
|
};
|
|
794
653
|
readonly type: "object";
|
|
795
654
|
};
|
|
796
|
-
export declare const HealthResponseSchema: {
|
|
797
|
-
readonly description: "HealthResponse schema";
|
|
798
|
-
readonly properties: {
|
|
799
|
-
readonly activeSessions: {
|
|
800
|
-
readonly type: "integer";
|
|
801
|
-
};
|
|
802
|
-
readonly lastCleanup: {
|
|
803
|
-
readonly format: "date-time";
|
|
804
|
-
readonly type: "string";
|
|
805
|
-
};
|
|
806
|
-
readonly memoryUsage: {
|
|
807
|
-
readonly format: "int64";
|
|
808
|
-
readonly type: "integer";
|
|
809
|
-
};
|
|
810
|
-
readonly status: {
|
|
811
|
-
readonly type: "string";
|
|
812
|
-
};
|
|
813
|
-
readonly totalSessions: {
|
|
814
|
-
readonly type: "integer";
|
|
815
|
-
};
|
|
816
|
-
readonly uptime: {
|
|
817
|
-
readonly format: "int64";
|
|
818
|
-
readonly type: "integer";
|
|
819
|
-
};
|
|
820
|
-
readonly version: {
|
|
821
|
-
readonly type: "string";
|
|
822
|
-
};
|
|
823
|
-
};
|
|
824
|
-
readonly type: "object";
|
|
825
|
-
};
|
|
826
655
|
export declare const ImportPAccountsRequestSchema: {
|
|
827
656
|
readonly description: "ImportPAccountsRequest schema";
|
|
828
657
|
readonly properties: {
|
|
@@ -997,70 +826,6 @@ export declare const ImportPlatformsResponseSchema: {
|
|
|
997
826
|
};
|
|
998
827
|
readonly type: "object";
|
|
999
828
|
};
|
|
1000
|
-
export declare const ListAgentsResponseSchema: {
|
|
1001
|
-
readonly description: "ListAgentsResponse schema";
|
|
1002
|
-
readonly properties: {
|
|
1003
|
-
readonly agents: {
|
|
1004
|
-
readonly items: {
|
|
1005
|
-
readonly properties: {
|
|
1006
|
-
readonly config: {
|
|
1007
|
-
readonly additionalProperties: {};
|
|
1008
|
-
readonly type: "object";
|
|
1009
|
-
};
|
|
1010
|
-
readonly created_at: {
|
|
1011
|
-
readonly format: "date-time";
|
|
1012
|
-
readonly type: "string";
|
|
1013
|
-
};
|
|
1014
|
-
readonly description: {
|
|
1015
|
-
readonly type: "string";
|
|
1016
|
-
};
|
|
1017
|
-
readonly id: {
|
|
1018
|
-
readonly type: "string";
|
|
1019
|
-
};
|
|
1020
|
-
readonly name: {
|
|
1021
|
-
readonly type: "string";
|
|
1022
|
-
};
|
|
1023
|
-
readonly state: {
|
|
1024
|
-
readonly additionalProperties: {};
|
|
1025
|
-
readonly type: "object";
|
|
1026
|
-
};
|
|
1027
|
-
readonly status: {
|
|
1028
|
-
readonly type: "string";
|
|
1029
|
-
};
|
|
1030
|
-
readonly tenant_id: {
|
|
1031
|
-
readonly type: "string";
|
|
1032
|
-
};
|
|
1033
|
-
readonly updated_at: {
|
|
1034
|
-
readonly format: "date-time";
|
|
1035
|
-
readonly type: "string";
|
|
1036
|
-
};
|
|
1037
|
-
};
|
|
1038
|
-
readonly required: readonly ["id", "created_at", "name", "status", "config", "state"];
|
|
1039
|
-
readonly type: "object";
|
|
1040
|
-
};
|
|
1041
|
-
readonly type: "array";
|
|
1042
|
-
};
|
|
1043
|
-
readonly pagination: {
|
|
1044
|
-
readonly properties: {
|
|
1045
|
-
readonly limit: {
|
|
1046
|
-
readonly type: "integer";
|
|
1047
|
-
};
|
|
1048
|
-
readonly page: {
|
|
1049
|
-
readonly type: "integer";
|
|
1050
|
-
};
|
|
1051
|
-
readonly total_count: {
|
|
1052
|
-
readonly format: "int64";
|
|
1053
|
-
readonly type: "integer";
|
|
1054
|
-
};
|
|
1055
|
-
readonly total_pages: {
|
|
1056
|
-
readonly type: "integer";
|
|
1057
|
-
};
|
|
1058
|
-
};
|
|
1059
|
-
readonly type: "object";
|
|
1060
|
-
};
|
|
1061
|
-
};
|
|
1062
|
-
readonly type: "object";
|
|
1063
|
-
};
|
|
1064
829
|
export declare const ListMessagesResponseSchema: {
|
|
1065
830
|
readonly description: "ListMessagesResponse schema";
|
|
1066
831
|
readonly properties: {
|
|
@@ -1198,6 +963,7 @@ export declare const ListSessionsResponseSchema: {
|
|
|
1198
963
|
};
|
|
1199
964
|
readonly lastMessageAt: {
|
|
1200
965
|
readonly description: "string schema";
|
|
966
|
+
readonly nullable: true;
|
|
1201
967
|
readonly type: "string";
|
|
1202
968
|
};
|
|
1203
969
|
readonly messageCount: {
|
|
@@ -1211,6 +977,7 @@ export declare const ListSessionsResponseSchema: {
|
|
|
1211
977
|
};
|
|
1212
978
|
readonly sessionName: {
|
|
1213
979
|
readonly description: "string schema";
|
|
980
|
+
readonly nullable: true;
|
|
1214
981
|
readonly type: "string";
|
|
1215
982
|
};
|
|
1216
983
|
readonly sessionType: {
|
|
@@ -1236,56 +1003,6 @@ export declare const ListSessionsResponseSchema: {
|
|
|
1236
1003
|
};
|
|
1237
1004
|
readonly type: "object";
|
|
1238
1005
|
};
|
|
1239
|
-
export declare const ListTerminalsResponseSchema: {
|
|
1240
|
-
readonly description: "ListTerminalsResponse schema";
|
|
1241
|
-
readonly properties: {
|
|
1242
|
-
readonly terminals: {
|
|
1243
|
-
readonly items: {
|
|
1244
|
-
readonly properties: {
|
|
1245
|
-
readonly cols: {
|
|
1246
|
-
readonly maximum: 65535;
|
|
1247
|
-
readonly minimum: 0;
|
|
1248
|
-
readonly type: "integer";
|
|
1249
|
-
};
|
|
1250
|
-
readonly created: {
|
|
1251
|
-
readonly format: "date-time";
|
|
1252
|
-
readonly type: "string";
|
|
1253
|
-
};
|
|
1254
|
-
readonly cwd: {
|
|
1255
|
-
readonly type: "string";
|
|
1256
|
-
};
|
|
1257
|
-
readonly id: {
|
|
1258
|
-
readonly type: "string";
|
|
1259
|
-
};
|
|
1260
|
-
readonly lastActivity: {
|
|
1261
|
-
readonly format: "date-time";
|
|
1262
|
-
readonly type: "string";
|
|
1263
|
-
};
|
|
1264
|
-
readonly pid: {
|
|
1265
|
-
readonly type: "integer";
|
|
1266
|
-
};
|
|
1267
|
-
readonly rows: {
|
|
1268
|
-
readonly maximum: 65535;
|
|
1269
|
-
readonly minimum: 0;
|
|
1270
|
-
readonly type: "integer";
|
|
1271
|
-
};
|
|
1272
|
-
readonly shell: {
|
|
1273
|
-
readonly type: "string";
|
|
1274
|
-
};
|
|
1275
|
-
readonly status: {
|
|
1276
|
-
readonly type: "string";
|
|
1277
|
-
};
|
|
1278
|
-
};
|
|
1279
|
-
readonly type: "object";
|
|
1280
|
-
};
|
|
1281
|
-
readonly type: "array";
|
|
1282
|
-
};
|
|
1283
|
-
readonly total: {
|
|
1284
|
-
readonly type: "integer";
|
|
1285
|
-
};
|
|
1286
|
-
};
|
|
1287
|
-
readonly type: "object";
|
|
1288
|
-
};
|
|
1289
1006
|
export declare const LoginChatbotRequestSchema: {
|
|
1290
1007
|
readonly description: "LoginChatbotRequest schema";
|
|
1291
1008
|
readonly properties: {
|
|
@@ -1471,55 +1188,8 @@ export declare const OperationSuccessSchema: {
|
|
|
1471
1188
|
};
|
|
1472
1189
|
readonly type: "object";
|
|
1473
1190
|
};
|
|
1474
|
-
export declare const
|
|
1475
|
-
readonly description: "
|
|
1476
|
-
readonly properties: {
|
|
1477
|
-
readonly hasMore: {
|
|
1478
|
-
readonly type: "boolean";
|
|
1479
|
-
};
|
|
1480
|
-
readonly nextReadFrom: {
|
|
1481
|
-
readonly type: "integer";
|
|
1482
|
-
};
|
|
1483
|
-
readonly output: {
|
|
1484
|
-
readonly type: "string";
|
|
1485
|
-
};
|
|
1486
|
-
readonly stats: {
|
|
1487
|
-
readonly properties: {
|
|
1488
|
-
readonly bufferSize: {
|
|
1489
|
-
readonly type: "integer";
|
|
1490
|
-
};
|
|
1491
|
-
readonly estimatedTokens: {
|
|
1492
|
-
readonly type: "integer";
|
|
1493
|
-
};
|
|
1494
|
-
readonly linesOmitted: {
|
|
1495
|
-
readonly type: "integer";
|
|
1496
|
-
};
|
|
1497
|
-
readonly linesShown: {
|
|
1498
|
-
readonly type: "integer";
|
|
1499
|
-
};
|
|
1500
|
-
readonly newestIndex: {
|
|
1501
|
-
readonly type: "integer";
|
|
1502
|
-
};
|
|
1503
|
-
readonly oldestIndex: {
|
|
1504
|
-
readonly type: "integer";
|
|
1505
|
-
};
|
|
1506
|
-
readonly totalBytes: {
|
|
1507
|
-
readonly type: "integer";
|
|
1508
|
-
};
|
|
1509
|
-
};
|
|
1510
|
-
readonly type: "object";
|
|
1511
|
-
};
|
|
1512
|
-
readonly totalLines: {
|
|
1513
|
-
readonly type: "integer";
|
|
1514
|
-
};
|
|
1515
|
-
readonly truncated: {
|
|
1516
|
-
readonly type: "boolean";
|
|
1517
|
-
};
|
|
1518
|
-
};
|
|
1519
|
-
readonly type: "object";
|
|
1520
|
-
};
|
|
1521
|
-
export declare const PAccountListDataSchema: {
|
|
1522
|
-
readonly description: "PAccountListData schema";
|
|
1191
|
+
export declare const PAccountListDataSchema: {
|
|
1192
|
+
readonly description: "PAccountListData schema";
|
|
1523
1193
|
readonly properties: {
|
|
1524
1194
|
readonly accounts: {
|
|
1525
1195
|
readonly items: {
|
|
@@ -1862,147 +1532,6 @@ export declare const PlatformTypeListResponseSchema: {
|
|
|
1862
1532
|
};
|
|
1863
1533
|
readonly type: "object";
|
|
1864
1534
|
};
|
|
1865
|
-
export declare const ProxyListDataSchema: {
|
|
1866
|
-
readonly description: "ProxyListData schema";
|
|
1867
|
-
readonly properties: {
|
|
1868
|
-
readonly pagination: {
|
|
1869
|
-
readonly properties: {
|
|
1870
|
-
readonly limit: {
|
|
1871
|
-
readonly type: "integer";
|
|
1872
|
-
};
|
|
1873
|
-
readonly page: {
|
|
1874
|
-
readonly type: "integer";
|
|
1875
|
-
};
|
|
1876
|
-
readonly total_count: {
|
|
1877
|
-
readonly format: "int64";
|
|
1878
|
-
readonly type: "integer";
|
|
1879
|
-
};
|
|
1880
|
-
readonly total_pages: {
|
|
1881
|
-
readonly type: "integer";
|
|
1882
|
-
};
|
|
1883
|
-
};
|
|
1884
|
-
readonly type: "object";
|
|
1885
|
-
};
|
|
1886
|
-
readonly proxies: {
|
|
1887
|
-
readonly items: {
|
|
1888
|
-
readonly properties: {
|
|
1889
|
-
readonly country_code: {
|
|
1890
|
-
readonly type: "string";
|
|
1891
|
-
};
|
|
1892
|
-
readonly created_at: {
|
|
1893
|
-
readonly format: "date-time";
|
|
1894
|
-
readonly type: "string";
|
|
1895
|
-
};
|
|
1896
|
-
readonly description: {
|
|
1897
|
-
readonly type: "string";
|
|
1898
|
-
};
|
|
1899
|
-
readonly enabled: {
|
|
1900
|
-
readonly type: "boolean";
|
|
1901
|
-
};
|
|
1902
|
-
readonly id: {
|
|
1903
|
-
readonly type: "string";
|
|
1904
|
-
};
|
|
1905
|
-
readonly name: {
|
|
1906
|
-
readonly type: "string";
|
|
1907
|
-
};
|
|
1908
|
-
readonly port: {
|
|
1909
|
-
readonly type: "integer";
|
|
1910
|
-
};
|
|
1911
|
-
readonly provider: {
|
|
1912
|
-
readonly type: "string";
|
|
1913
|
-
};
|
|
1914
|
-
readonly tenant_id: {
|
|
1915
|
-
readonly type: "string";
|
|
1916
|
-
};
|
|
1917
|
-
readonly type: {
|
|
1918
|
-
readonly type: "string";
|
|
1919
|
-
};
|
|
1920
|
-
readonly updated_at: {
|
|
1921
|
-
readonly format: "date-time";
|
|
1922
|
-
readonly type: "string";
|
|
1923
|
-
};
|
|
1924
|
-
readonly url: {
|
|
1925
|
-
readonly type: "string";
|
|
1926
|
-
};
|
|
1927
|
-
};
|
|
1928
|
-
readonly required: readonly ["id", "created_at", "name", "url"];
|
|
1929
|
-
readonly type: "object";
|
|
1930
|
-
};
|
|
1931
|
-
readonly type: "array";
|
|
1932
|
-
};
|
|
1933
|
-
};
|
|
1934
|
-
readonly type: "object";
|
|
1935
|
-
};
|
|
1936
|
-
export declare const ProxyResponseSchema: {
|
|
1937
|
-
readonly description: "ProxyResponse schema";
|
|
1938
|
-
readonly properties: {
|
|
1939
|
-
readonly country_code: {
|
|
1940
|
-
readonly type: "string";
|
|
1941
|
-
};
|
|
1942
|
-
readonly created_at: {
|
|
1943
|
-
readonly format: "date-time";
|
|
1944
|
-
readonly type: "string";
|
|
1945
|
-
};
|
|
1946
|
-
readonly description: {
|
|
1947
|
-
readonly type: "string";
|
|
1948
|
-
};
|
|
1949
|
-
readonly enabled: {
|
|
1950
|
-
readonly type: "boolean";
|
|
1951
|
-
};
|
|
1952
|
-
readonly id: {
|
|
1953
|
-
readonly type: "string";
|
|
1954
|
-
};
|
|
1955
|
-
readonly name: {
|
|
1956
|
-
readonly type: "string";
|
|
1957
|
-
};
|
|
1958
|
-
readonly port: {
|
|
1959
|
-
readonly type: "integer";
|
|
1960
|
-
};
|
|
1961
|
-
readonly provider: {
|
|
1962
|
-
readonly type: "string";
|
|
1963
|
-
};
|
|
1964
|
-
readonly tenant_id: {
|
|
1965
|
-
readonly type: "string";
|
|
1966
|
-
};
|
|
1967
|
-
readonly type: {
|
|
1968
|
-
readonly type: "string";
|
|
1969
|
-
};
|
|
1970
|
-
readonly updated_at: {
|
|
1971
|
-
readonly format: "date-time";
|
|
1972
|
-
readonly type: "string";
|
|
1973
|
-
};
|
|
1974
|
-
readonly url: {
|
|
1975
|
-
readonly type: "string";
|
|
1976
|
-
};
|
|
1977
|
-
};
|
|
1978
|
-
readonly required: readonly ["id", "created_at", "name", "url"];
|
|
1979
|
-
readonly type: "object";
|
|
1980
|
-
};
|
|
1981
|
-
export declare const ProxyUpsertRequestSchema: {
|
|
1982
|
-
readonly description: "ProxyUpsertRequest schema";
|
|
1983
|
-
readonly properties: {
|
|
1984
|
-
readonly description: {
|
|
1985
|
-
readonly description: "string schema";
|
|
1986
|
-
readonly nullable: true;
|
|
1987
|
-
readonly type: "string";
|
|
1988
|
-
};
|
|
1989
|
-
readonly id: {
|
|
1990
|
-
readonly description: "string schema";
|
|
1991
|
-
readonly nullable: true;
|
|
1992
|
-
readonly type: "string";
|
|
1993
|
-
};
|
|
1994
|
-
readonly name: {
|
|
1995
|
-
readonly description: "string schema";
|
|
1996
|
-
readonly nullable: true;
|
|
1997
|
-
readonly type: "string";
|
|
1998
|
-
};
|
|
1999
|
-
readonly url: {
|
|
2000
|
-
readonly type: "string";
|
|
2001
|
-
};
|
|
2002
|
-
};
|
|
2003
|
-
readonly required: readonly ["url"];
|
|
2004
|
-
readonly type: "object";
|
|
2005
|
-
};
|
|
2006
1535
|
export declare const RunChatbotRequestSchema: {
|
|
2007
1536
|
readonly description: "RunChatbotRequest schema";
|
|
2008
1537
|
readonly properties: {
|
|
@@ -2041,116 +1570,35 @@ export declare const RunChatbotResponseSchema: {
|
|
|
2041
1570
|
};
|
|
2042
1571
|
readonly type: "object";
|
|
2043
1572
|
};
|
|
2044
|
-
export declare const
|
|
2045
|
-
readonly description: "
|
|
1573
|
+
export declare const RunCodeReqSchema: {
|
|
1574
|
+
readonly description: "RunCodeReq schema";
|
|
2046
1575
|
readonly properties: {
|
|
2047
|
-
readonly
|
|
1576
|
+
readonly codeType: {
|
|
1577
|
+
readonly description: "代码类型: python | browserjs";
|
|
1578
|
+
readonly example: "python,js";
|
|
1579
|
+
readonly minLength: 2;
|
|
1580
|
+
readonly type: "string";
|
|
1581
|
+
};
|
|
1582
|
+
readonly content: {
|
|
1583
|
+
readonly description: "代码正文";
|
|
1584
|
+
readonly example: "print('hello')";
|
|
1585
|
+
readonly minLength: 1;
|
|
1586
|
+
readonly type: "string";
|
|
1587
|
+
};
|
|
1588
|
+
readonly context: {
|
|
1589
|
+
readonly additionalProperties: {};
|
|
1590
|
+
readonly description: "注入到代码运行环境的上下文变量";
|
|
2048
1591
|
readonly nullable: true;
|
|
2049
|
-
readonly properties: {
|
|
2050
|
-
readonly current_page: {
|
|
2051
|
-
readonly format: "int64";
|
|
2052
|
-
readonly nullable: true;
|
|
2053
|
-
readonly type: "integer";
|
|
2054
|
-
};
|
|
2055
|
-
readonly next_page: {
|
|
2056
|
-
readonly format: "int64";
|
|
2057
|
-
readonly nullable: true;
|
|
2058
|
-
readonly type: "integer";
|
|
2059
|
-
};
|
|
2060
|
-
readonly num_pages: {
|
|
2061
|
-
readonly format: "int64";
|
|
2062
|
-
readonly nullable: true;
|
|
2063
|
-
readonly type: "integer";
|
|
2064
|
-
};
|
|
2065
|
-
};
|
|
2066
1592
|
readonly type: "object";
|
|
2067
1593
|
};
|
|
2068
|
-
readonly
|
|
2069
|
-
readonly
|
|
2070
|
-
|
|
2071
|
-
readonly additionalMetadata: {
|
|
2072
|
-
readonly additionalProperties: {};
|
|
2073
|
-
readonly nullable: true;
|
|
2074
|
-
readonly type: "object";
|
|
2075
|
-
};
|
|
2076
|
-
readonly input: {
|
|
2077
|
-
readonly additionalProperties: {};
|
|
2078
|
-
readonly nullable: true;
|
|
2079
|
-
readonly type: "object";
|
|
2080
|
-
};
|
|
2081
|
-
readonly metadata: {
|
|
2082
|
-
readonly properties: {
|
|
2083
|
-
readonly createdAt: {
|
|
2084
|
-
readonly format: "date-time";
|
|
2085
|
-
readonly type: "string";
|
|
2086
|
-
};
|
|
2087
|
-
readonly id: {
|
|
2088
|
-
readonly type: "string";
|
|
2089
|
-
};
|
|
2090
|
-
readonly updatedAt: {
|
|
2091
|
-
readonly format: "date-time";
|
|
2092
|
-
readonly type: "string";
|
|
2093
|
-
};
|
|
2094
|
-
};
|
|
2095
|
-
readonly type: "object";
|
|
2096
|
-
};
|
|
2097
|
-
readonly method: {
|
|
2098
|
-
readonly type: "string";
|
|
2099
|
-
};
|
|
2100
|
-
readonly priority: {
|
|
2101
|
-
readonly format: "int32";
|
|
2102
|
-
readonly nullable: true;
|
|
2103
|
-
readonly type: "integer";
|
|
2104
|
-
};
|
|
2105
|
-
readonly tenantId: {
|
|
2106
|
-
readonly type: "string";
|
|
2107
|
-
};
|
|
2108
|
-
readonly triggerAt: {
|
|
2109
|
-
readonly format: "date-time";
|
|
2110
|
-
readonly type: "string";
|
|
2111
|
-
};
|
|
2112
|
-
readonly workflowId: {
|
|
2113
|
-
readonly type: "string";
|
|
2114
|
-
};
|
|
2115
|
-
readonly workflowName: {
|
|
2116
|
-
readonly type: "string";
|
|
2117
|
-
};
|
|
2118
|
-
readonly workflowRunCreatedAt: {
|
|
2119
|
-
readonly format: "date-time";
|
|
2120
|
-
readonly nullable: true;
|
|
2121
|
-
readonly type: "string";
|
|
2122
|
-
};
|
|
2123
|
-
readonly workflowRunId: {
|
|
2124
|
-
readonly nullable: true;
|
|
2125
|
-
};
|
|
2126
|
-
readonly workflowRunName: {
|
|
2127
|
-
readonly description: "string schema";
|
|
2128
|
-
readonly type: "string";
|
|
2129
|
-
};
|
|
2130
|
-
readonly workflowRunStatus: {
|
|
2131
|
-
readonly nullable: true;
|
|
2132
|
-
readonly type: "string";
|
|
2133
|
-
};
|
|
2134
|
-
readonly workflowVersionId: {
|
|
2135
|
-
readonly type: "string";
|
|
2136
|
-
};
|
|
2137
|
-
};
|
|
2138
|
-
readonly type: "object";
|
|
2139
|
-
};
|
|
1594
|
+
readonly timeout: {
|
|
1595
|
+
readonly description: "运行超时时间(秒), 如果不填默认为60秒";
|
|
1596
|
+
readonly example: 60;
|
|
2140
1597
|
readonly nullable: true;
|
|
2141
|
-
readonly type: "
|
|
2142
|
-
};
|
|
2143
|
-
};
|
|
2144
|
-
readonly type: "object";
|
|
2145
|
-
};
|
|
2146
|
-
export declare const SendInputRequestSchema: {
|
|
2147
|
-
readonly description: "SendInputRequest schema";
|
|
2148
|
-
readonly properties: {
|
|
2149
|
-
readonly input: {
|
|
2150
|
-
readonly type: "string";
|
|
1598
|
+
readonly type: "integer";
|
|
2151
1599
|
};
|
|
2152
1600
|
};
|
|
2153
|
-
readonly required: readonly ["
|
|
1601
|
+
readonly required: readonly ["codeType", "content"];
|
|
2154
1602
|
readonly type: "object";
|
|
2155
1603
|
};
|
|
2156
1604
|
export declare const StartNapcatRequestSchema: {
|
|
@@ -2179,155 +1627,30 @@ export declare const StartNapcatRequestSchema: {
|
|
|
2179
1627
|
};
|
|
2180
1628
|
readonly type: "object";
|
|
2181
1629
|
};
|
|
2182
|
-
export declare const
|
|
2183
|
-
readonly description: "
|
|
1630
|
+
export declare const TaskRunReqSchema: {
|
|
1631
|
+
readonly description: "TaskRunReq schema";
|
|
2184
1632
|
readonly properties: {
|
|
2185
|
-
readonly
|
|
2186
|
-
readonly
|
|
2187
|
-
readonly minimum: 0;
|
|
2188
|
-
readonly type: "integer";
|
|
2189
|
-
};
|
|
2190
|
-
readonly created: {
|
|
2191
|
-
readonly format: "date-time";
|
|
2192
|
-
readonly type: "string";
|
|
2193
|
-
};
|
|
2194
|
-
readonly cwd: {
|
|
2195
|
-
readonly type: "string";
|
|
2196
|
-
};
|
|
2197
|
-
readonly id: {
|
|
2198
|
-
readonly type: "string";
|
|
2199
|
-
};
|
|
2200
|
-
readonly lastActivity: {
|
|
2201
|
-
readonly format: "date-time";
|
|
1633
|
+
readonly browserId: {
|
|
1634
|
+
readonly nullable: true;
|
|
2202
1635
|
readonly type: "string";
|
|
2203
1636
|
};
|
|
2204
|
-
readonly
|
|
2205
|
-
|
|
2206
|
-
};
|
|
2207
|
-
readonly rows: {
|
|
2208
|
-
readonly maximum: 65535;
|
|
2209
|
-
readonly minimum: 0;
|
|
2210
|
-
readonly type: "integer";
|
|
2211
|
-
};
|
|
2212
|
-
readonly shell: {
|
|
1637
|
+
readonly payload: {};
|
|
1638
|
+
readonly taskId: {
|
|
2213
1639
|
readonly type: "string";
|
|
2214
1640
|
};
|
|
2215
|
-
readonly
|
|
1641
|
+
readonly type: {
|
|
2216
1642
|
readonly type: "string";
|
|
2217
1643
|
};
|
|
2218
1644
|
};
|
|
2219
1645
|
readonly type: "object";
|
|
2220
1646
|
};
|
|
2221
|
-
export declare const
|
|
2222
|
-
readonly description: "
|
|
1647
|
+
export declare const TaskRunRespSchema: {
|
|
1648
|
+
readonly description: "TaskRunResp schema";
|
|
2223
1649
|
readonly properties: {
|
|
2224
|
-
readonly
|
|
2225
|
-
readonly properties: {
|
|
2226
|
-
readonly chunkCount: {
|
|
2227
|
-
readonly type: "integer";
|
|
2228
|
-
};
|
|
2229
|
-
readonly currentSize: {
|
|
2230
|
-
readonly type: "integer";
|
|
2231
|
-
};
|
|
2232
|
-
readonly maxChunks: {
|
|
2233
|
-
readonly type: "integer";
|
|
2234
|
-
};
|
|
2235
|
-
readonly maxTotalSize: {
|
|
2236
|
-
readonly type: "integer";
|
|
2237
|
-
};
|
|
2238
|
-
};
|
|
2239
|
-
readonly type: "object";
|
|
2240
|
-
};
|
|
2241
|
-
readonly outputStats: {
|
|
2242
|
-
readonly properties: {
|
|
2243
|
-
readonly bufferSize: {
|
|
2244
|
-
readonly type: "integer";
|
|
2245
|
-
};
|
|
2246
|
-
readonly estimatedTokens: {
|
|
2247
|
-
readonly type: "integer";
|
|
2248
|
-
};
|
|
2249
|
-
readonly linesOmitted: {
|
|
2250
|
-
readonly type: "integer";
|
|
2251
|
-
};
|
|
2252
|
-
readonly linesShown: {
|
|
2253
|
-
readonly type: "integer";
|
|
2254
|
-
};
|
|
2255
|
-
readonly newestIndex: {
|
|
2256
|
-
readonly type: "integer";
|
|
2257
|
-
};
|
|
2258
|
-
readonly oldestIndex: {
|
|
2259
|
-
readonly type: "integer";
|
|
2260
|
-
};
|
|
2261
|
-
readonly totalBytes: {
|
|
2262
|
-
readonly type: "integer";
|
|
2263
|
-
};
|
|
2264
|
-
};
|
|
2265
|
-
readonly type: "object";
|
|
2266
|
-
};
|
|
2267
|
-
readonly session: {
|
|
2268
|
-
readonly properties: {
|
|
2269
|
-
readonly cols: {
|
|
2270
|
-
readonly maximum: 65535;
|
|
2271
|
-
readonly minimum: 0;
|
|
2272
|
-
readonly type: "integer";
|
|
2273
|
-
};
|
|
2274
|
-
readonly created: {
|
|
2275
|
-
readonly format: "date-time";
|
|
2276
|
-
readonly type: "string";
|
|
2277
|
-
};
|
|
2278
|
-
readonly cwd: {
|
|
2279
|
-
readonly type: "string";
|
|
2280
|
-
};
|
|
2281
|
-
readonly id: {
|
|
2282
|
-
readonly type: "string";
|
|
2283
|
-
};
|
|
2284
|
-
readonly lastActivity: {
|
|
2285
|
-
readonly format: "date-time";
|
|
2286
|
-
readonly type: "string";
|
|
2287
|
-
};
|
|
2288
|
-
readonly pid: {
|
|
2289
|
-
readonly type: "integer";
|
|
2290
|
-
};
|
|
2291
|
-
readonly rows: {
|
|
2292
|
-
readonly maximum: 65535;
|
|
2293
|
-
readonly minimum: 0;
|
|
2294
|
-
readonly type: "integer";
|
|
2295
|
-
};
|
|
2296
|
-
readonly shell: {
|
|
2297
|
-
readonly type: "string";
|
|
2298
|
-
};
|
|
2299
|
-
readonly status: {
|
|
2300
|
-
readonly type: "string";
|
|
2301
|
-
};
|
|
2302
|
-
};
|
|
2303
|
-
readonly type: "object";
|
|
2304
|
-
};
|
|
2305
|
-
};
|
|
2306
|
-
readonly type: "object";
|
|
2307
|
-
};
|
|
2308
|
-
export declare const UpdateAgentRequestSchema: {
|
|
2309
|
-
readonly description: "UpdateAgentRequest schema";
|
|
2310
|
-
readonly properties: {
|
|
2311
|
-
readonly config: {
|
|
2312
|
-
readonly additionalProperties: {};
|
|
2313
|
-
readonly nullable: true;
|
|
2314
|
-
readonly type: "object";
|
|
2315
|
-
};
|
|
2316
|
-
readonly description: {
|
|
2317
|
-
readonly nullable: true;
|
|
2318
|
-
readonly type: "string";
|
|
2319
|
-
};
|
|
2320
|
-
readonly name: {
|
|
2321
|
-
readonly nullable: true;
|
|
1650
|
+
readonly message: {
|
|
2322
1651
|
readonly type: "string";
|
|
2323
1652
|
};
|
|
2324
|
-
readonly state: {
|
|
2325
|
-
readonly additionalProperties: {};
|
|
2326
|
-
readonly nullable: true;
|
|
2327
|
-
readonly type: "object";
|
|
2328
|
-
};
|
|
2329
1653
|
readonly status: {
|
|
2330
|
-
readonly nullable: true;
|
|
2331
1654
|
readonly type: "string";
|
|
2332
1655
|
};
|
|
2333
1656
|
};
|
|
@@ -2458,6 +1781,7 @@ export declare const boolSchema: {
|
|
|
2458
1781
|
};
|
|
2459
1782
|
export declare const stringSchema: {
|
|
2460
1783
|
readonly description: "string schema";
|
|
1784
|
+
readonly nullable: true;
|
|
2461
1785
|
readonly type: "string";
|
|
2462
1786
|
};
|
|
2463
1787
|
export declare const unknown_interfaceSchema: {
|