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,51 +1,6 @@
|
|
|
1
1
|
export type ClientOptions = {
|
|
2
2
|
baseUrl: `${string}://${string}` | (string & {});
|
|
3
3
|
};
|
|
4
|
-
/**
|
|
5
|
-
* APIResponse schema
|
|
6
|
-
*/
|
|
7
|
-
export type ApiResponse = {
|
|
8
|
-
data?: unknown;
|
|
9
|
-
error?: {
|
|
10
|
-
code?: string;
|
|
11
|
-
details?: unknown;
|
|
12
|
-
message?: string;
|
|
13
|
-
};
|
|
14
|
-
message?: string;
|
|
15
|
-
success?: boolean;
|
|
16
|
-
};
|
|
17
|
-
/**
|
|
18
|
-
* AgentEventPushRequest schema
|
|
19
|
-
*/
|
|
20
|
-
export type AgentEventPushRequest = {
|
|
21
|
-
agentId: string;
|
|
22
|
-
event?: string;
|
|
23
|
-
eventData?: string;
|
|
24
|
-
};
|
|
25
|
-
/**
|
|
26
|
-
* AgentEventPushResponse schema
|
|
27
|
-
*/
|
|
28
|
-
export type AgentEventPushResponse = {
|
|
29
|
-
agentId: string;
|
|
30
|
-
};
|
|
31
|
-
/**
|
|
32
|
-
* AgentResponse schema
|
|
33
|
-
*/
|
|
34
|
-
export type AgentResponse = {
|
|
35
|
-
config: {
|
|
36
|
-
[key: string]: unknown;
|
|
37
|
-
};
|
|
38
|
-
created_at: string;
|
|
39
|
-
description?: string;
|
|
40
|
-
id: string;
|
|
41
|
-
name: string;
|
|
42
|
-
state: {
|
|
43
|
-
[key: string]: unknown;
|
|
44
|
-
};
|
|
45
|
-
status: string;
|
|
46
|
-
tenant_id?: string;
|
|
47
|
-
updated_at?: string;
|
|
48
|
-
};
|
|
49
4
|
/**
|
|
50
5
|
* BrowserConfig schema
|
|
51
6
|
*/
|
|
@@ -79,24 +34,12 @@ export type ChatbotListResponse = {
|
|
|
79
34
|
};
|
|
80
35
|
createdAt?: string;
|
|
81
36
|
createdBy?: string;
|
|
82
|
-
/**
|
|
83
|
-
* string schema
|
|
84
|
-
*/
|
|
85
37
|
description?: string;
|
|
86
38
|
id?: string;
|
|
87
|
-
/**
|
|
88
|
-
* string schema
|
|
89
|
-
*/
|
|
90
39
|
lastActiveAt?: string;
|
|
91
40
|
name?: string;
|
|
92
41
|
platform?: string;
|
|
93
|
-
/**
|
|
94
|
-
* string schema
|
|
95
|
-
*/
|
|
96
42
|
serverType?: string;
|
|
97
|
-
/**
|
|
98
|
-
* string schema
|
|
99
|
-
*/
|
|
100
43
|
serverUrl?: string;
|
|
101
44
|
state?: {
|
|
102
45
|
humanInteractMsg?: string;
|
|
@@ -127,24 +70,12 @@ export type ChatbotResponse = {
|
|
|
127
70
|
};
|
|
128
71
|
createdAt?: string;
|
|
129
72
|
createdBy?: string;
|
|
130
|
-
/**
|
|
131
|
-
* string schema
|
|
132
|
-
*/
|
|
133
73
|
description?: string;
|
|
134
74
|
id?: string;
|
|
135
|
-
/**
|
|
136
|
-
* string schema
|
|
137
|
-
*/
|
|
138
75
|
lastActiveAt?: string;
|
|
139
76
|
name?: string;
|
|
140
77
|
platform?: string;
|
|
141
|
-
/**
|
|
142
|
-
* string schema
|
|
143
|
-
*/
|
|
144
78
|
serverType?: string;
|
|
145
|
-
/**
|
|
146
|
-
* string schema
|
|
147
|
-
*/
|
|
148
79
|
serverUrl?: string;
|
|
149
80
|
state?: {
|
|
150
81
|
humanInteractMsg?: string;
|
|
@@ -169,39 +100,38 @@ export type ChatbotUpsertRequest = {
|
|
|
169
100
|
config?: {
|
|
170
101
|
[key: string]: unknown;
|
|
171
102
|
};
|
|
172
|
-
/**
|
|
173
|
-
* string schema
|
|
174
|
-
*/
|
|
175
103
|
description?: string;
|
|
176
|
-
/**
|
|
177
|
-
* string schema
|
|
178
|
-
*/
|
|
179
104
|
id?: string;
|
|
180
105
|
name: string;
|
|
181
106
|
platform: string;
|
|
182
|
-
/**
|
|
183
|
-
* string schema
|
|
184
|
-
*/
|
|
185
107
|
serverType?: string;
|
|
186
|
-
/**
|
|
187
|
-
* string schema
|
|
188
|
-
*/
|
|
189
108
|
serverUrl?: string;
|
|
190
109
|
status: string;
|
|
191
110
|
tags?: Array<string>;
|
|
192
111
|
};
|
|
193
112
|
/**
|
|
194
|
-
*
|
|
113
|
+
* CodeRunResult schema
|
|
195
114
|
*/
|
|
196
|
-
export type
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
115
|
+
export type CodeRunResult = {
|
|
116
|
+
/**
|
|
117
|
+
* 耗时(秒)
|
|
118
|
+
*/
|
|
119
|
+
duration?: number;
|
|
120
|
+
/**
|
|
121
|
+
* 错误信息
|
|
122
|
+
*/
|
|
123
|
+
error?: string;
|
|
124
|
+
/**
|
|
125
|
+
* 标准输出日志(stdout)
|
|
126
|
+
*/
|
|
127
|
+
logs?: string;
|
|
128
|
+
/**
|
|
129
|
+
* 代码的返回值
|
|
130
|
+
*/
|
|
131
|
+
result?: unknown;
|
|
132
|
+
/**
|
|
133
|
+
* 运行状态: success | error
|
|
134
|
+
*/
|
|
205
135
|
status?: string;
|
|
206
136
|
};
|
|
207
137
|
/**
|
|
@@ -255,18 +185,6 @@ export type CreateSessionRequest = {
|
|
|
255
185
|
};
|
|
256
186
|
type?: string;
|
|
257
187
|
};
|
|
258
|
-
/**
|
|
259
|
-
* CreateTerminalRequest schema
|
|
260
|
-
*/
|
|
261
|
-
export type CreateTerminalRequest = {
|
|
262
|
-
cols?: number;
|
|
263
|
-
cwd: string;
|
|
264
|
-
env?: {
|
|
265
|
-
[key: string]: string;
|
|
266
|
-
};
|
|
267
|
-
rows?: number;
|
|
268
|
-
shell?: string;
|
|
269
|
-
};
|
|
270
188
|
/**
|
|
271
189
|
* ExportPAccountsResponse schema
|
|
272
190
|
*/
|
|
@@ -369,18 +287,6 @@ export type HttpError = {
|
|
|
369
287
|
*/
|
|
370
288
|
type?: string;
|
|
371
289
|
};
|
|
372
|
-
/**
|
|
373
|
-
* HealthResponse schema
|
|
374
|
-
*/
|
|
375
|
-
export type HealthResponse = {
|
|
376
|
-
activeSessions?: number;
|
|
377
|
-
lastCleanup?: string;
|
|
378
|
-
memoryUsage?: number;
|
|
379
|
-
status?: string;
|
|
380
|
-
totalSessions?: number;
|
|
381
|
-
uptime?: number;
|
|
382
|
-
version?: string;
|
|
383
|
-
};
|
|
384
290
|
/**
|
|
385
291
|
* ImportPAccountsRequest schema
|
|
386
292
|
*/
|
|
@@ -462,32 +368,6 @@ export type ImportPlatformsResponse = {
|
|
|
462
368
|
skipped?: number;
|
|
463
369
|
success?: boolean;
|
|
464
370
|
};
|
|
465
|
-
/**
|
|
466
|
-
* ListAgentsResponse schema
|
|
467
|
-
*/
|
|
468
|
-
export type ListAgentsResponse = {
|
|
469
|
-
agents?: Array<{
|
|
470
|
-
config: {
|
|
471
|
-
[key: string]: unknown;
|
|
472
|
-
};
|
|
473
|
-
created_at: string;
|
|
474
|
-
description?: string;
|
|
475
|
-
id: string;
|
|
476
|
-
name: string;
|
|
477
|
-
state: {
|
|
478
|
-
[key: string]: unknown;
|
|
479
|
-
};
|
|
480
|
-
status: string;
|
|
481
|
-
tenant_id?: string;
|
|
482
|
-
updated_at?: string;
|
|
483
|
-
}>;
|
|
484
|
-
pagination?: {
|
|
485
|
-
limit?: number;
|
|
486
|
-
page?: number;
|
|
487
|
-
total_count?: number;
|
|
488
|
-
total_pages?: number;
|
|
489
|
-
};
|
|
490
|
-
};
|
|
491
371
|
/**
|
|
492
372
|
* ListMessagesResponse schema
|
|
493
373
|
*/
|
|
@@ -573,23 +453,6 @@ export type ListSessionsResponse = {
|
|
|
573
453
|
page?: number;
|
|
574
454
|
total?: number;
|
|
575
455
|
};
|
|
576
|
-
/**
|
|
577
|
-
* ListTerminalsResponse schema
|
|
578
|
-
*/
|
|
579
|
-
export type ListTerminalsResponse = {
|
|
580
|
-
terminals?: Array<{
|
|
581
|
-
cols?: number;
|
|
582
|
-
created?: string;
|
|
583
|
-
cwd?: string;
|
|
584
|
-
id?: string;
|
|
585
|
-
lastActivity?: string;
|
|
586
|
-
pid?: number;
|
|
587
|
-
rows?: number;
|
|
588
|
-
shell?: string;
|
|
589
|
-
status?: string;
|
|
590
|
-
}>;
|
|
591
|
-
total?: number;
|
|
592
|
-
};
|
|
593
456
|
/**
|
|
594
457
|
* LoginChatbotRequest schema
|
|
595
458
|
*/
|
|
@@ -683,25 +546,6 @@ export type OperationMessage = {
|
|
|
683
546
|
export type OperationSuccess = {
|
|
684
547
|
success?: boolean;
|
|
685
548
|
};
|
|
686
|
-
/**
|
|
687
|
-
* OutputResult schema
|
|
688
|
-
*/
|
|
689
|
-
export type OutputResult = {
|
|
690
|
-
hasMore?: boolean;
|
|
691
|
-
nextReadFrom?: number;
|
|
692
|
-
output?: string;
|
|
693
|
-
stats?: {
|
|
694
|
-
bufferSize?: number;
|
|
695
|
-
estimatedTokens?: number;
|
|
696
|
-
linesOmitted?: number;
|
|
697
|
-
linesShown?: number;
|
|
698
|
-
newestIndex?: number;
|
|
699
|
-
oldestIndex?: number;
|
|
700
|
-
totalBytes?: number;
|
|
701
|
-
};
|
|
702
|
-
totalLines?: number;
|
|
703
|
-
truncated?: boolean;
|
|
704
|
-
};
|
|
705
549
|
/**
|
|
706
550
|
* PAccountListData schema
|
|
707
551
|
*/
|
|
@@ -848,66 +692,6 @@ export type PlatformTypeListResponse = {
|
|
|
848
692
|
page?: number;
|
|
849
693
|
total?: number;
|
|
850
694
|
};
|
|
851
|
-
/**
|
|
852
|
-
* ProxyListData schema
|
|
853
|
-
*/
|
|
854
|
-
export type ProxyListData = {
|
|
855
|
-
pagination?: {
|
|
856
|
-
limit?: number;
|
|
857
|
-
page?: number;
|
|
858
|
-
total_count?: number;
|
|
859
|
-
total_pages?: number;
|
|
860
|
-
};
|
|
861
|
-
proxies?: Array<{
|
|
862
|
-
country_code?: string;
|
|
863
|
-
created_at: string;
|
|
864
|
-
description?: string;
|
|
865
|
-
enabled?: boolean;
|
|
866
|
-
id: string;
|
|
867
|
-
name: string;
|
|
868
|
-
port?: number;
|
|
869
|
-
provider?: string;
|
|
870
|
-
tenant_id?: string;
|
|
871
|
-
type?: string;
|
|
872
|
-
updated_at?: string;
|
|
873
|
-
url: string;
|
|
874
|
-
}>;
|
|
875
|
-
};
|
|
876
|
-
/**
|
|
877
|
-
* ProxyResponse schema
|
|
878
|
-
*/
|
|
879
|
-
export type ProxyResponse = {
|
|
880
|
-
country_code?: string;
|
|
881
|
-
created_at: string;
|
|
882
|
-
description?: string;
|
|
883
|
-
enabled?: boolean;
|
|
884
|
-
id: string;
|
|
885
|
-
name: string;
|
|
886
|
-
port?: number;
|
|
887
|
-
provider?: string;
|
|
888
|
-
tenant_id?: string;
|
|
889
|
-
type?: string;
|
|
890
|
-
updated_at?: string;
|
|
891
|
-
url: string;
|
|
892
|
-
};
|
|
893
|
-
/**
|
|
894
|
-
* ProxyUpsertRequest schema
|
|
895
|
-
*/
|
|
896
|
-
export type ProxyUpsertRequest = {
|
|
897
|
-
/**
|
|
898
|
-
* string schema
|
|
899
|
-
*/
|
|
900
|
-
description?: string;
|
|
901
|
-
/**
|
|
902
|
-
* string schema
|
|
903
|
-
*/
|
|
904
|
-
id?: string;
|
|
905
|
-
/**
|
|
906
|
-
* string schema
|
|
907
|
-
*/
|
|
908
|
-
name?: string;
|
|
909
|
-
url: string;
|
|
910
|
-
};
|
|
911
695
|
/**
|
|
912
696
|
* RunChatbotRequest schema
|
|
913
697
|
*/
|
|
@@ -925,47 +709,27 @@ export type RunChatbotResponse = {
|
|
|
925
709
|
workflowId?: string;
|
|
926
710
|
};
|
|
927
711
|
/**
|
|
928
|
-
*
|
|
929
|
-
*/
|
|
930
|
-
export type ScheduledWorkflowsList = {
|
|
931
|
-
pagination?: {
|
|
932
|
-
current_page?: number;
|
|
933
|
-
next_page?: number;
|
|
934
|
-
num_pages?: number;
|
|
935
|
-
};
|
|
936
|
-
rows?: Array<{
|
|
937
|
-
additionalMetadata?: {
|
|
938
|
-
[key: string]: unknown;
|
|
939
|
-
};
|
|
940
|
-
input?: {
|
|
941
|
-
[key: string]: unknown;
|
|
942
|
-
};
|
|
943
|
-
metadata?: {
|
|
944
|
-
createdAt?: string;
|
|
945
|
-
id?: string;
|
|
946
|
-
updatedAt?: string;
|
|
947
|
-
};
|
|
948
|
-
method?: string;
|
|
949
|
-
priority?: number;
|
|
950
|
-
tenantId?: string;
|
|
951
|
-
triggerAt?: string;
|
|
952
|
-
workflowId?: string;
|
|
953
|
-
workflowName?: string;
|
|
954
|
-
workflowRunCreatedAt?: string;
|
|
955
|
-
workflowRunId?: unknown;
|
|
956
|
-
/**
|
|
957
|
-
* string schema
|
|
958
|
-
*/
|
|
959
|
-
workflowRunName?: string;
|
|
960
|
-
workflowRunStatus?: string;
|
|
961
|
-
workflowVersionId?: string;
|
|
962
|
-
}>;
|
|
963
|
-
};
|
|
964
|
-
/**
|
|
965
|
-
* SendInputRequest schema
|
|
712
|
+
* RunCodeReq schema
|
|
966
713
|
*/
|
|
967
|
-
export type
|
|
968
|
-
|
|
714
|
+
export type RunCodeReq = {
|
|
715
|
+
/**
|
|
716
|
+
* 代码类型: python | browserjs
|
|
717
|
+
*/
|
|
718
|
+
codeType: string;
|
|
719
|
+
/**
|
|
720
|
+
* 代码正文
|
|
721
|
+
*/
|
|
722
|
+
content: string;
|
|
723
|
+
/**
|
|
724
|
+
* 注入到代码运行环境的上下文变量
|
|
725
|
+
*/
|
|
726
|
+
context?: {
|
|
727
|
+
[key: string]: unknown;
|
|
728
|
+
};
|
|
729
|
+
/**
|
|
730
|
+
* 运行超时时间(秒), 如果不填默认为60秒
|
|
731
|
+
*/
|
|
732
|
+
timeout?: number;
|
|
969
733
|
};
|
|
970
734
|
/**
|
|
971
735
|
* StartNapcatRequest schema
|
|
@@ -978,62 +742,19 @@ export type StartNapcatRequest = {
|
|
|
978
742
|
webui_port?: number;
|
|
979
743
|
};
|
|
980
744
|
/**
|
|
981
|
-
*
|
|
745
|
+
* TaskRunReq schema
|
|
982
746
|
*/
|
|
983
|
-
export type
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
lastActivity?: string;
|
|
989
|
-
pid?: number;
|
|
990
|
-
rows?: number;
|
|
991
|
-
shell?: string;
|
|
992
|
-
status?: string;
|
|
993
|
-
};
|
|
994
|
-
/**
|
|
995
|
-
* TerminalStats schema
|
|
996
|
-
*/
|
|
997
|
-
export type TerminalStats = {
|
|
998
|
-
bufferStatus?: {
|
|
999
|
-
chunkCount?: number;
|
|
1000
|
-
currentSize?: number;
|
|
1001
|
-
maxChunks?: number;
|
|
1002
|
-
maxTotalSize?: number;
|
|
1003
|
-
};
|
|
1004
|
-
outputStats?: {
|
|
1005
|
-
bufferSize?: number;
|
|
1006
|
-
estimatedTokens?: number;
|
|
1007
|
-
linesOmitted?: number;
|
|
1008
|
-
linesShown?: number;
|
|
1009
|
-
newestIndex?: number;
|
|
1010
|
-
oldestIndex?: number;
|
|
1011
|
-
totalBytes?: number;
|
|
1012
|
-
};
|
|
1013
|
-
session?: {
|
|
1014
|
-
cols?: number;
|
|
1015
|
-
created?: string;
|
|
1016
|
-
cwd?: string;
|
|
1017
|
-
id?: string;
|
|
1018
|
-
lastActivity?: string;
|
|
1019
|
-
pid?: number;
|
|
1020
|
-
rows?: number;
|
|
1021
|
-
shell?: string;
|
|
1022
|
-
status?: string;
|
|
1023
|
-
};
|
|
747
|
+
export type TaskRunReq = {
|
|
748
|
+
browserId?: string;
|
|
749
|
+
payload?: unknown;
|
|
750
|
+
taskId?: string;
|
|
751
|
+
type?: string;
|
|
1024
752
|
};
|
|
1025
753
|
/**
|
|
1026
|
-
*
|
|
754
|
+
* TaskRunResp schema
|
|
1027
755
|
*/
|
|
1028
|
-
export type
|
|
1029
|
-
|
|
1030
|
-
[key: string]: unknown;
|
|
1031
|
-
};
|
|
1032
|
-
description?: string;
|
|
1033
|
-
name?: string;
|
|
1034
|
-
state?: {
|
|
1035
|
-
[key: string]: unknown;
|
|
1036
|
-
};
|
|
756
|
+
export type TaskRunResp = {
|
|
757
|
+
message?: string;
|
|
1037
758
|
status?: string;
|
|
1038
759
|
};
|
|
1039
760
|
/**
|
|
@@ -1089,257 +810,49 @@ export type UpdateSessionRequest = {
|
|
|
1089
810
|
};
|
|
1090
811
|
/**
|
|
1091
812
|
* UserResponse schema
|
|
1092
|
-
*/
|
|
1093
|
-
export type UserResponse = {
|
|
1094
|
-
/**
|
|
1095
|
-
* string schema
|
|
1096
|
-
*/
|
|
1097
|
-
avatarUrl?: string;
|
|
1098
|
-
email?: string;
|
|
1099
|
-
hasPassword?: boolean;
|
|
1100
|
-
/**
|
|
1101
|
-
* string schema
|
|
1102
|
-
*/
|
|
1103
|
-
hashedEmail?: string;
|
|
1104
|
-
id?: string;
|
|
1105
|
-
/**
|
|
1106
|
-
* string schema
|
|
1107
|
-
*/
|
|
1108
|
-
name?: string;
|
|
1109
|
-
};
|
|
1110
|
-
/**
|
|
1111
|
-
* bool schema
|
|
1112
|
-
*/
|
|
1113
|
-
export type Bool = boolean;
|
|
1114
|
-
/**
|
|
1115
|
-
* string schema
|
|
1116
|
-
*/
|
|
1117
|
-
export type String = string;
|
|
1118
|
-
/**
|
|
1119
|
-
* unknown-interface schema
|
|
1120
|
-
*/
|
|
1121
|
-
export type UnknownInterface = unknown;
|
|
1122
|
-
export type AgentListData = {
|
|
1123
|
-
body?: never;
|
|
1124
|
-
headers?: {
|
|
1125
|
-
Accept?: string;
|
|
1126
|
-
};
|
|
1127
|
-
path?: never;
|
|
1128
|
-
query?: never;
|
|
1129
|
-
url: "/api/v2/agents";
|
|
1130
|
-
};
|
|
1131
|
-
export type AgentListErrors = {
|
|
1132
|
-
/**
|
|
1133
|
-
* Bad Request _(validation or deserialization error)_
|
|
1134
|
-
*/
|
|
1135
|
-
400: HttpError;
|
|
1136
|
-
/**
|
|
1137
|
-
* Internal Server Error _(panics)_
|
|
1138
|
-
*/
|
|
1139
|
-
500: HttpError;
|
|
1140
|
-
default: unknown;
|
|
1141
|
-
};
|
|
1142
|
-
export type AgentListError = AgentListErrors[keyof AgentListErrors];
|
|
1143
|
-
export type AgentListResponses = {
|
|
1144
|
-
/**
|
|
1145
|
-
* OK
|
|
1146
|
-
*/
|
|
1147
|
-
200: ListAgentsResponse;
|
|
1148
|
-
};
|
|
1149
|
-
export type AgentListResponse = AgentListResponses[keyof AgentListResponses];
|
|
1150
|
-
export type AgentCreateData = {
|
|
1151
|
-
/**
|
|
1152
|
-
* Request body for agent.CreateAgentRequest
|
|
1153
|
-
*/
|
|
1154
|
-
body: CreateAgentRequest;
|
|
1155
|
-
headers?: {
|
|
1156
|
-
Accept?: string;
|
|
1157
|
-
};
|
|
1158
|
-
path?: never;
|
|
1159
|
-
query?: never;
|
|
1160
|
-
url: "/api/v2/agents";
|
|
1161
|
-
};
|
|
1162
|
-
export type AgentCreateErrors = {
|
|
1163
|
-
/**
|
|
1164
|
-
* Bad Request _(validation or deserialization error)_
|
|
1165
|
-
*/
|
|
1166
|
-
400: HttpError;
|
|
1167
|
-
/**
|
|
1168
|
-
* Internal Server Error _(panics)_
|
|
1169
|
-
*/
|
|
1170
|
-
500: HttpError;
|
|
1171
|
-
default: unknown;
|
|
1172
|
-
};
|
|
1173
|
-
export type AgentCreateError = AgentCreateErrors[keyof AgentCreateErrors];
|
|
1174
|
-
export type AgentCreateResponses = {
|
|
1175
|
-
/**
|
|
1176
|
-
* OK
|
|
1177
|
-
*/
|
|
1178
|
-
200: AgentResponse;
|
|
1179
|
-
};
|
|
1180
|
-
export type AgentCreateResponse = AgentCreateResponses[keyof AgentCreateResponses];
|
|
1181
|
-
export type GetApiV2AgentsDemoChatData = {
|
|
1182
|
-
body?: never;
|
|
1183
|
-
headers?: {
|
|
1184
|
-
Accept?: string;
|
|
1185
|
-
};
|
|
1186
|
-
path?: never;
|
|
1187
|
-
query?: never;
|
|
1188
|
-
url: "/api/v2/agents/demo-chat";
|
|
1189
|
-
};
|
|
1190
|
-
export type GetApiV2AgentsDemoChatErrors = {
|
|
1191
|
-
/**
|
|
1192
|
-
* Bad Request _(validation or deserialization error)_
|
|
1193
|
-
*/
|
|
1194
|
-
400: HttpError;
|
|
1195
|
-
/**
|
|
1196
|
-
* Internal Server Error _(panics)_
|
|
1197
|
-
*/
|
|
1198
|
-
500: HttpError;
|
|
1199
|
-
default: unknown;
|
|
1200
|
-
};
|
|
1201
|
-
export type GetApiV2AgentsDemoChatError = GetApiV2AgentsDemoChatErrors[keyof GetApiV2AgentsDemoChatErrors];
|
|
1202
|
-
export type GetApiV2AgentsDemoChatResponses = {
|
|
1203
|
-
/**
|
|
1204
|
-
* OK
|
|
1205
|
-
*/
|
|
1206
|
-
200: AgentResponse;
|
|
1207
|
-
};
|
|
1208
|
-
export type GetApiV2AgentsDemoChatResponse = GetApiV2AgentsDemoChatResponses[keyof GetApiV2AgentsDemoChatResponses];
|
|
1209
|
-
export type AgentEventData = {
|
|
1210
|
-
/**
|
|
1211
|
-
* Request body for agent.AgentEventPushRequest
|
|
1212
|
-
*/
|
|
1213
|
-
body: AgentEventPushRequest;
|
|
1214
|
-
headers?: {
|
|
1215
|
-
Accept?: string;
|
|
1216
|
-
};
|
|
1217
|
-
path?: never;
|
|
1218
|
-
query?: never;
|
|
1219
|
-
url: "/api/v2/agents/event";
|
|
1220
|
-
};
|
|
1221
|
-
export type AgentEventErrors = {
|
|
1222
|
-
/**
|
|
1223
|
-
* Bad Request _(validation or deserialization error)_
|
|
1224
|
-
*/
|
|
1225
|
-
400: HttpError;
|
|
1226
|
-
/**
|
|
1227
|
-
* Internal Server Error _(panics)_
|
|
1228
|
-
*/
|
|
1229
|
-
500: HttpError;
|
|
1230
|
-
default: unknown;
|
|
1231
|
-
};
|
|
1232
|
-
export type AgentEventError = AgentEventErrors[keyof AgentEventErrors];
|
|
1233
|
-
export type AgentEventResponses = {
|
|
1234
|
-
/**
|
|
1235
|
-
* OK
|
|
1236
|
-
*/
|
|
1237
|
-
200: AgentEventPushResponse;
|
|
1238
|
-
};
|
|
1239
|
-
export type AgentEventResponse = AgentEventResponses[keyof AgentEventResponses];
|
|
1240
|
-
export type AgentScheduleData = {
|
|
1241
|
-
body?: never;
|
|
1242
|
-
headers?: {
|
|
1243
|
-
Accept?: string;
|
|
1244
|
-
};
|
|
1245
|
-
path?: never;
|
|
1246
|
-
query?: never;
|
|
1247
|
-
url: "/api/v2/agents/schedule";
|
|
1248
|
-
};
|
|
1249
|
-
export type AgentScheduleErrors = {
|
|
1250
|
-
/**
|
|
1251
|
-
* Bad Request _(validation or deserialization error)_
|
|
1252
|
-
*/
|
|
1253
|
-
400: HttpError;
|
|
1254
|
-
/**
|
|
1255
|
-
* Internal Server Error _(panics)_
|
|
1256
|
-
*/
|
|
1257
|
-
500: HttpError;
|
|
1258
|
-
default: unknown;
|
|
1259
|
-
};
|
|
1260
|
-
export type AgentScheduleError = AgentScheduleErrors[keyof AgentScheduleErrors];
|
|
1261
|
-
export type AgentScheduleResponses = {
|
|
1262
|
-
/**
|
|
1263
|
-
* OK
|
|
1264
|
-
*/
|
|
1265
|
-
200: ScheduledWorkflowsList;
|
|
1266
|
-
};
|
|
1267
|
-
export type AgentScheduleResponse = AgentScheduleResponses[keyof AgentScheduleResponses];
|
|
1268
|
-
export type AgentDeleteData = {
|
|
1269
|
-
body?: never;
|
|
1270
|
-
headers?: {
|
|
1271
|
-
Accept?: string;
|
|
1272
|
-
};
|
|
1273
|
-
path: {
|
|
1274
|
-
agentId: string;
|
|
1275
|
-
};
|
|
1276
|
-
query?: never;
|
|
1277
|
-
url: "/api/v2/agents/{agentId}";
|
|
1278
|
-
};
|
|
1279
|
-
export type AgentDeleteErrors = {
|
|
1280
|
-
/**
|
|
1281
|
-
* Bad Request _(validation or deserialization error)_
|
|
1282
|
-
*/
|
|
1283
|
-
400: HttpError;
|
|
1284
|
-
/**
|
|
1285
|
-
* Internal Server Error _(panics)_
|
|
1286
|
-
*/
|
|
1287
|
-
500: HttpError;
|
|
1288
|
-
default: unknown;
|
|
1289
|
-
};
|
|
1290
|
-
export type AgentDeleteError = AgentDeleteErrors[keyof AgentDeleteErrors];
|
|
1291
|
-
export type AgentDeleteResponses = {
|
|
1292
|
-
/**
|
|
1293
|
-
* OK
|
|
1294
|
-
*/
|
|
1295
|
-
200: String;
|
|
1296
|
-
};
|
|
1297
|
-
export type AgentDeleteResponse = AgentDeleteResponses[keyof AgentDeleteResponses];
|
|
1298
|
-
export type AgentGetData = {
|
|
1299
|
-
body?: never;
|
|
1300
|
-
headers?: {
|
|
1301
|
-
Accept?: string;
|
|
1302
|
-
};
|
|
1303
|
-
path: {
|
|
1304
|
-
agentId: string;
|
|
1305
|
-
};
|
|
1306
|
-
query?: never;
|
|
1307
|
-
url: "/api/v2/agents/{agentId}";
|
|
1308
|
-
};
|
|
1309
|
-
export type AgentGetErrors = {
|
|
813
|
+
*/
|
|
814
|
+
export type UserResponse = {
|
|
1310
815
|
/**
|
|
1311
|
-
*
|
|
816
|
+
* string schema
|
|
1312
817
|
*/
|
|
1313
|
-
|
|
818
|
+
avatarUrl?: string;
|
|
819
|
+
email?: string;
|
|
820
|
+
hasPassword?: boolean;
|
|
1314
821
|
/**
|
|
1315
|
-
*
|
|
822
|
+
* string schema
|
|
1316
823
|
*/
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
};
|
|
1320
|
-
export type AgentGetError = AgentGetErrors[keyof AgentGetErrors];
|
|
1321
|
-
export type AgentGetResponses = {
|
|
824
|
+
hashedEmail?: string;
|
|
825
|
+
id?: string;
|
|
1322
826
|
/**
|
|
1323
|
-
*
|
|
827
|
+
* string schema
|
|
1324
828
|
*/
|
|
1325
|
-
|
|
829
|
+
name?: string;
|
|
1326
830
|
};
|
|
1327
|
-
|
|
1328
|
-
|
|
831
|
+
/**
|
|
832
|
+
* bool schema
|
|
833
|
+
*/
|
|
834
|
+
export type Bool = boolean;
|
|
835
|
+
/**
|
|
836
|
+
* string schema
|
|
837
|
+
*/
|
|
838
|
+
export type String = string;
|
|
839
|
+
/**
|
|
840
|
+
* unknown-interface schema
|
|
841
|
+
*/
|
|
842
|
+
export type UnknownInterface = unknown;
|
|
843
|
+
export type CodeRunData = {
|
|
1329
844
|
/**
|
|
1330
|
-
* Request body for
|
|
845
|
+
* Request body for code.RunCodeReq
|
|
1331
846
|
*/
|
|
1332
|
-
body:
|
|
847
|
+
body: RunCodeReq;
|
|
1333
848
|
headers?: {
|
|
1334
849
|
Accept?: string;
|
|
1335
850
|
};
|
|
1336
|
-
path
|
|
1337
|
-
agentId: string;
|
|
1338
|
-
};
|
|
851
|
+
path?: never;
|
|
1339
852
|
query?: never;
|
|
1340
|
-
url:
|
|
853
|
+
url: '/api/code/run';
|
|
1341
854
|
};
|
|
1342
|
-
export type
|
|
855
|
+
export type CodeRunErrors = {
|
|
1343
856
|
/**
|
|
1344
857
|
* Bad Request _(validation or deserialization error)_
|
|
1345
858
|
*/
|
|
@@ -1350,14 +863,14 @@ export type AgentUpdateErrors = {
|
|
|
1350
863
|
500: HttpError;
|
|
1351
864
|
default: unknown;
|
|
1352
865
|
};
|
|
1353
|
-
export type
|
|
1354
|
-
export type
|
|
866
|
+
export type CodeRunError = CodeRunErrors[keyof CodeRunErrors];
|
|
867
|
+
export type CodeRunResponses = {
|
|
1355
868
|
/**
|
|
1356
869
|
* OK
|
|
1357
870
|
*/
|
|
1358
|
-
200:
|
|
871
|
+
200: CodeRunResult;
|
|
1359
872
|
};
|
|
1360
|
-
export type
|
|
873
|
+
export type CodeRunResponse = CodeRunResponses[keyof CodeRunResponses];
|
|
1361
874
|
export type LangchatChatbotsListData = {
|
|
1362
875
|
body?: never;
|
|
1363
876
|
headers?: {
|
|
@@ -1365,7 +878,7 @@ export type LangchatChatbotsListData = {
|
|
|
1365
878
|
};
|
|
1366
879
|
path?: never;
|
|
1367
880
|
query?: never;
|
|
1368
|
-
url:
|
|
881
|
+
url: '/api/langchat/chatbots';
|
|
1369
882
|
};
|
|
1370
883
|
export type LangchatChatbotsListErrors = {
|
|
1371
884
|
/**
|
|
@@ -1396,7 +909,7 @@ export type LangchatChatbotsUpsertData = {
|
|
|
1396
909
|
};
|
|
1397
910
|
path?: never;
|
|
1398
911
|
query?: never;
|
|
1399
|
-
url:
|
|
912
|
+
url: '/api/langchat/chatbots';
|
|
1400
913
|
};
|
|
1401
914
|
export type LangchatChatbotsUpsertErrors = {
|
|
1402
915
|
/**
|
|
@@ -1427,7 +940,7 @@ export type LangchatChatbotsLoginData = {
|
|
|
1427
940
|
};
|
|
1428
941
|
path?: never;
|
|
1429
942
|
query?: never;
|
|
1430
|
-
url:
|
|
943
|
+
url: '/api/langchat/chatbots/login';
|
|
1431
944
|
};
|
|
1432
945
|
export type LangchatChatbotsLoginErrors = {
|
|
1433
946
|
/**
|
|
@@ -1458,7 +971,7 @@ export type LangchatChatbotsRunData = {
|
|
|
1458
971
|
};
|
|
1459
972
|
path?: never;
|
|
1460
973
|
query?: never;
|
|
1461
|
-
url:
|
|
974
|
+
url: '/api/langchat/chatbots/run';
|
|
1462
975
|
};
|
|
1463
976
|
export type LangchatChatbotsRunErrors = {
|
|
1464
977
|
/**
|
|
@@ -1488,7 +1001,7 @@ export type LangchatChatbotsDeleteData = {
|
|
|
1488
1001
|
chatbotId: string;
|
|
1489
1002
|
};
|
|
1490
1003
|
query?: never;
|
|
1491
|
-
url:
|
|
1004
|
+
url: '/api/langchat/chatbots/{chatbotId}';
|
|
1492
1005
|
};
|
|
1493
1006
|
export type LangchatChatbotsDeleteErrors = {
|
|
1494
1007
|
/**
|
|
@@ -1518,7 +1031,7 @@ export type LangchatChatbotsGetData = {
|
|
|
1518
1031
|
chatbotId: string;
|
|
1519
1032
|
};
|
|
1520
1033
|
query?: never;
|
|
1521
|
-
url:
|
|
1034
|
+
url: '/api/langchat/chatbots/{chatbotId}';
|
|
1522
1035
|
};
|
|
1523
1036
|
export type LangchatChatbotsGetErrors = {
|
|
1524
1037
|
/**
|
|
@@ -1551,7 +1064,7 @@ export type LangchatChatbotsUpdateData = {
|
|
|
1551
1064
|
chatbotId: string;
|
|
1552
1065
|
};
|
|
1553
1066
|
query?: never;
|
|
1554
|
-
url:
|
|
1067
|
+
url: '/api/langchat/chatbots/{chatbotId}';
|
|
1555
1068
|
};
|
|
1556
1069
|
export type LangchatChatbotsUpdateErrors = {
|
|
1557
1070
|
/**
|
|
@@ -1579,7 +1092,7 @@ export type LangchatPlatformTypesData = {
|
|
|
1579
1092
|
};
|
|
1580
1093
|
path?: never;
|
|
1581
1094
|
query?: never;
|
|
1582
|
-
url:
|
|
1095
|
+
url: '/api/langchat/platform-types';
|
|
1583
1096
|
};
|
|
1584
1097
|
export type LangchatPlatformTypesErrors = {
|
|
1585
1098
|
/**
|
|
@@ -1610,7 +1123,7 @@ export type NapcatStartData = {
|
|
|
1610
1123
|
};
|
|
1611
1124
|
path?: never;
|
|
1612
1125
|
query?: never;
|
|
1613
|
-
url:
|
|
1126
|
+
url: '/api/napcat/start';
|
|
1614
1127
|
};
|
|
1615
1128
|
export type NapcatStartErrors = {
|
|
1616
1129
|
/**
|
|
@@ -1638,7 +1151,7 @@ export type NapcatGetStatusData = {
|
|
|
1638
1151
|
};
|
|
1639
1152
|
path?: never;
|
|
1640
1153
|
query?: never;
|
|
1641
|
-
url:
|
|
1154
|
+
url: '/api/napcat/status';
|
|
1642
1155
|
};
|
|
1643
1156
|
export type NapcatGetStatusErrors = {
|
|
1644
1157
|
/**
|
|
@@ -1666,7 +1179,7 @@ export type NapcatProxyOneBot11GetData = {
|
|
|
1666
1179
|
};
|
|
1667
1180
|
path?: never;
|
|
1668
1181
|
query?: never;
|
|
1669
|
-
url:
|
|
1182
|
+
url: '/api/onebot11/*';
|
|
1670
1183
|
};
|
|
1671
1184
|
export type NapcatProxyOneBot11GetErrors = {
|
|
1672
1185
|
/**
|
|
@@ -1694,7 +1207,7 @@ export type NapcatProxyOneBot11PostData = {
|
|
|
1694
1207
|
};
|
|
1695
1208
|
path?: never;
|
|
1696
1209
|
query?: never;
|
|
1697
|
-
url:
|
|
1210
|
+
url: '/api/onebot11/*';
|
|
1698
1211
|
};
|
|
1699
1212
|
export type NapcatProxyOneBot11PostErrors = {
|
|
1700
1213
|
/**
|
|
@@ -1767,7 +1280,7 @@ export type LangchatChatbotsMessagesListData = {
|
|
|
1767
1280
|
*/
|
|
1768
1281
|
orderDesc?: boolean;
|
|
1769
1282
|
};
|
|
1770
|
-
url:
|
|
1283
|
+
url: '/api/onebot11/messages';
|
|
1771
1284
|
};
|
|
1772
1285
|
export type LangchatChatbotsMessagesListErrors = {
|
|
1773
1286
|
/**
|
|
@@ -1797,7 +1310,7 @@ export type LangchatChatbotsMessagesGetData = {
|
|
|
1797
1310
|
id: string;
|
|
1798
1311
|
};
|
|
1799
1312
|
query?: never;
|
|
1800
|
-
url:
|
|
1313
|
+
url: '/api/onebot11/messages/{id}';
|
|
1801
1314
|
};
|
|
1802
1315
|
export type LangchatChatbotsMessagesGetErrors = {
|
|
1803
1316
|
/**
|
|
@@ -1846,7 +1359,7 @@ export type LangchatChatbotsSessionsListData = {
|
|
|
1846
1359
|
*/
|
|
1847
1360
|
limit?: number;
|
|
1848
1361
|
};
|
|
1849
|
-
url:
|
|
1362
|
+
url: '/api/onebot11/sessions';
|
|
1850
1363
|
};
|
|
1851
1364
|
export type LangchatChatbotsSessionsListErrors = {
|
|
1852
1365
|
/**
|
|
@@ -1874,7 +1387,7 @@ export type PAccountListData2 = {
|
|
|
1874
1387
|
};
|
|
1875
1388
|
path?: never;
|
|
1876
1389
|
query?: never;
|
|
1877
|
-
url:
|
|
1390
|
+
url: '/api/paccounts';
|
|
1878
1391
|
};
|
|
1879
1392
|
export type PAccountListErrors = {
|
|
1880
1393
|
/**
|
|
@@ -1905,7 +1418,7 @@ export type PAccountCreateData = {
|
|
|
1905
1418
|
};
|
|
1906
1419
|
path?: never;
|
|
1907
1420
|
query?: never;
|
|
1908
|
-
url:
|
|
1421
|
+
url: '/api/paccounts';
|
|
1909
1422
|
};
|
|
1910
1423
|
export type PAccountCreateErrors = {
|
|
1911
1424
|
/**
|
|
@@ -1933,7 +1446,7 @@ export type PAccountExportData = {
|
|
|
1933
1446
|
};
|
|
1934
1447
|
path?: never;
|
|
1935
1448
|
query?: never;
|
|
1936
|
-
url:
|
|
1449
|
+
url: '/api/paccounts/export';
|
|
1937
1450
|
};
|
|
1938
1451
|
export type PAccountExportErrors = {
|
|
1939
1452
|
/**
|
|
@@ -1964,7 +1477,7 @@ export type PAccountImportData = {
|
|
|
1964
1477
|
};
|
|
1965
1478
|
path?: never;
|
|
1966
1479
|
query?: never;
|
|
1967
|
-
url:
|
|
1480
|
+
url: '/api/paccounts/import';
|
|
1968
1481
|
};
|
|
1969
1482
|
export type PAccountImportErrors = {
|
|
1970
1483
|
/**
|
|
@@ -1994,7 +1507,7 @@ export type PAccountDeleteData = {
|
|
|
1994
1507
|
accountId: string;
|
|
1995
1508
|
};
|
|
1996
1509
|
query?: never;
|
|
1997
|
-
url:
|
|
1510
|
+
url: '/api/paccounts/{accountId}';
|
|
1998
1511
|
};
|
|
1999
1512
|
export type PAccountDeleteErrors = {
|
|
2000
1513
|
/**
|
|
@@ -2024,7 +1537,7 @@ export type PAccountGetData = {
|
|
|
2024
1537
|
accountId: string;
|
|
2025
1538
|
};
|
|
2026
1539
|
query?: never;
|
|
2027
|
-
url:
|
|
1540
|
+
url: '/api/paccounts/{accountId}';
|
|
2028
1541
|
};
|
|
2029
1542
|
export type PAccountGetErrors = {
|
|
2030
1543
|
/**
|
|
@@ -2057,7 +1570,7 @@ export type PAccountUpdateData = {
|
|
|
2057
1570
|
accountId: string;
|
|
2058
1571
|
};
|
|
2059
1572
|
query?: never;
|
|
2060
|
-
url:
|
|
1573
|
+
url: '/api/paccounts/{accountId}';
|
|
2061
1574
|
};
|
|
2062
1575
|
export type PAccountUpdateErrors = {
|
|
2063
1576
|
/**
|
|
@@ -2087,7 +1600,7 @@ export type PAccountListBrowserConfigsData = {
|
|
|
2087
1600
|
accountId: string;
|
|
2088
1601
|
};
|
|
2089
1602
|
query?: never;
|
|
2090
|
-
url:
|
|
1603
|
+
url: '/api/paccounts/{accountId}/browser/configs';
|
|
2091
1604
|
};
|
|
2092
1605
|
export type PAccountListBrowserConfigsErrors = {
|
|
2093
1606
|
/**
|
|
@@ -2120,7 +1633,7 @@ export type PAccountCreateBrowserConfigData = {
|
|
|
2120
1633
|
accountId: string;
|
|
2121
1634
|
};
|
|
2122
1635
|
query?: never;
|
|
2123
|
-
url:
|
|
1636
|
+
url: '/api/paccounts/{accountId}/browser/configs';
|
|
2124
1637
|
};
|
|
2125
1638
|
export type PAccountCreateBrowserConfigErrors = {
|
|
2126
1639
|
/**
|
|
@@ -2150,7 +1663,7 @@ export type PAccountLaunchBrowserData = {
|
|
|
2150
1663
|
accountId: string;
|
|
2151
1664
|
};
|
|
2152
1665
|
query?: never;
|
|
2153
|
-
url:
|
|
1666
|
+
url: '/api/paccounts/{accountId}/browser/launch';
|
|
2154
1667
|
};
|
|
2155
1668
|
export type PAccountLaunchBrowserErrors = {
|
|
2156
1669
|
/**
|
|
@@ -2180,7 +1693,7 @@ export type PAccountListSessionsData = {
|
|
|
2180
1693
|
accountId: string;
|
|
2181
1694
|
};
|
|
2182
1695
|
query?: never;
|
|
2183
|
-
url:
|
|
1696
|
+
url: '/api/paccounts/{accountId}/sessions';
|
|
2184
1697
|
};
|
|
2185
1698
|
export type PAccountListSessionsErrors = {
|
|
2186
1699
|
/**
|
|
@@ -2213,7 +1726,7 @@ export type PAccountCreateSessionData = {
|
|
|
2213
1726
|
accountId: string;
|
|
2214
1727
|
};
|
|
2215
1728
|
query?: never;
|
|
2216
|
-
url:
|
|
1729
|
+
url: '/api/paccounts/{accountId}/sessions';
|
|
2217
1730
|
};
|
|
2218
1731
|
export type PAccountCreateSessionErrors = {
|
|
2219
1732
|
/**
|
|
@@ -2244,7 +1757,7 @@ export type PAccountDeleteSessionData = {
|
|
|
2244
1757
|
sessionId: string;
|
|
2245
1758
|
};
|
|
2246
1759
|
query?: never;
|
|
2247
|
-
url:
|
|
1760
|
+
url: '/api/paccounts/{accountId}/sessions/{sessionId}';
|
|
2248
1761
|
};
|
|
2249
1762
|
export type PAccountDeleteSessionErrors = {
|
|
2250
1763
|
/**
|
|
@@ -2275,7 +1788,7 @@ export type PAccountGetSessionData = {
|
|
|
2275
1788
|
sessionId: string;
|
|
2276
1789
|
};
|
|
2277
1790
|
query?: never;
|
|
2278
|
-
url:
|
|
1791
|
+
url: '/api/paccounts/{accountId}/sessions/{sessionId}';
|
|
2279
1792
|
};
|
|
2280
1793
|
export type PAccountGetSessionErrors = {
|
|
2281
1794
|
/**
|
|
@@ -2309,7 +1822,7 @@ export type PAccountUpdateSessionData = {
|
|
|
2309
1822
|
sessionId: string;
|
|
2310
1823
|
};
|
|
2311
1824
|
query?: never;
|
|
2312
|
-
url:
|
|
1825
|
+
url: '/api/paccounts/{accountId}/sessions/{sessionId}';
|
|
2313
1826
|
};
|
|
2314
1827
|
export type PAccountUpdateSessionErrors = {
|
|
2315
1828
|
/**
|
|
@@ -2337,7 +1850,7 @@ export type PlatformListData2 = {
|
|
|
2337
1850
|
};
|
|
2338
1851
|
path?: never;
|
|
2339
1852
|
query?: never;
|
|
2340
|
-
url:
|
|
1853
|
+
url: '/api/platforms';
|
|
2341
1854
|
};
|
|
2342
1855
|
export type PlatformListErrors = {
|
|
2343
1856
|
/**
|
|
@@ -2368,7 +1881,7 @@ export type PlatformCreateData = {
|
|
|
2368
1881
|
};
|
|
2369
1882
|
path?: never;
|
|
2370
1883
|
query?: never;
|
|
2371
|
-
url:
|
|
1884
|
+
url: '/api/platforms';
|
|
2372
1885
|
};
|
|
2373
1886
|
export type PlatformCreateErrors = {
|
|
2374
1887
|
/**
|
|
@@ -2396,7 +1909,7 @@ export type PlatformExportData = {
|
|
|
2396
1909
|
};
|
|
2397
1910
|
path?: never;
|
|
2398
1911
|
query?: never;
|
|
2399
|
-
url:
|
|
1912
|
+
url: '/api/platforms/export';
|
|
2400
1913
|
};
|
|
2401
1914
|
export type PlatformExportErrors = {
|
|
2402
1915
|
/**
|
|
@@ -2427,7 +1940,7 @@ export type PlatformImportData = {
|
|
|
2427
1940
|
};
|
|
2428
1941
|
path?: never;
|
|
2429
1942
|
query?: never;
|
|
2430
|
-
url:
|
|
1943
|
+
url: '/api/platforms/import';
|
|
2431
1944
|
};
|
|
2432
1945
|
export type PlatformImportErrors = {
|
|
2433
1946
|
/**
|
|
@@ -2457,7 +1970,7 @@ export type PlatformDeleteData = {
|
|
|
2457
1970
|
platformId: string;
|
|
2458
1971
|
};
|
|
2459
1972
|
query?: never;
|
|
2460
|
-
url:
|
|
1973
|
+
url: '/api/platforms/{platformId}';
|
|
2461
1974
|
};
|
|
2462
1975
|
export type PlatformDeleteErrors = {
|
|
2463
1976
|
/**
|
|
@@ -2487,7 +2000,7 @@ export type PlatformGetData = {
|
|
|
2487
2000
|
platformId: string;
|
|
2488
2001
|
};
|
|
2489
2002
|
query?: never;
|
|
2490
|
-
url:
|
|
2003
|
+
url: '/api/platforms/{platformId}';
|
|
2491
2004
|
};
|
|
2492
2005
|
export type PlatformGetErrors = {
|
|
2493
2006
|
/**
|
|
@@ -2520,7 +2033,7 @@ export type PlatformUpdateData = {
|
|
|
2520
2033
|
platformId: string;
|
|
2521
2034
|
};
|
|
2522
2035
|
query?: never;
|
|
2523
|
-
url:
|
|
2036
|
+
url: '/api/platforms/{platformId}';
|
|
2524
2037
|
};
|
|
2525
2038
|
export type PlatformUpdateErrors = {
|
|
2526
2039
|
/**
|
|
@@ -2541,317 +2054,19 @@ export type PlatformUpdateResponses = {
|
|
|
2541
2054
|
200: PlatformResponse;
|
|
2542
2055
|
};
|
|
2543
2056
|
export type PlatformUpdateResponse = PlatformUpdateResponses[keyof PlatformUpdateResponses];
|
|
2544
|
-
export type
|
|
2545
|
-
body?: never;
|
|
2546
|
-
headers?: {
|
|
2547
|
-
Accept?: string;
|
|
2548
|
-
};
|
|
2549
|
-
path?: never;
|
|
2550
|
-
query?: never;
|
|
2551
|
-
url: "/api/v2/proxies";
|
|
2552
|
-
};
|
|
2553
|
-
export type ProxyListErrors = {
|
|
2554
|
-
/**
|
|
2555
|
-
* Bad Request _(validation or deserialization error)_
|
|
2556
|
-
*/
|
|
2557
|
-
400: HttpError;
|
|
2558
|
-
/**
|
|
2559
|
-
* Internal Server Error _(panics)_
|
|
2560
|
-
*/
|
|
2561
|
-
500: HttpError;
|
|
2562
|
-
default: unknown;
|
|
2563
|
-
};
|
|
2564
|
-
export type ProxyListError = ProxyListErrors[keyof ProxyListErrors];
|
|
2565
|
-
export type ProxyListResponses = {
|
|
2566
|
-
/**
|
|
2567
|
-
* OK
|
|
2568
|
-
*/
|
|
2569
|
-
200: ProxyListData;
|
|
2570
|
-
};
|
|
2571
|
-
export type ProxyListResponse = ProxyListResponses[keyof ProxyListResponses];
|
|
2572
|
-
export type ProxyUpsertData = {
|
|
2573
|
-
/**
|
|
2574
|
-
* Request body for proxy.ProxyUpsertRequest
|
|
2575
|
-
*/
|
|
2576
|
-
body: ProxyUpsertRequest;
|
|
2577
|
-
headers?: {
|
|
2578
|
-
Accept?: string;
|
|
2579
|
-
};
|
|
2580
|
-
path?: never;
|
|
2581
|
-
query?: never;
|
|
2582
|
-
url: "/api/v2/proxies/upsert";
|
|
2583
|
-
};
|
|
2584
|
-
export type ProxyUpsertErrors = {
|
|
2585
|
-
/**
|
|
2586
|
-
* Bad Request _(validation or deserialization error)_
|
|
2587
|
-
*/
|
|
2588
|
-
400: HttpError;
|
|
2589
|
-
/**
|
|
2590
|
-
* Internal Server Error _(panics)_
|
|
2591
|
-
*/
|
|
2592
|
-
500: HttpError;
|
|
2593
|
-
default: unknown;
|
|
2594
|
-
};
|
|
2595
|
-
export type ProxyUpsertError = ProxyUpsertErrors[keyof ProxyUpsertErrors];
|
|
2596
|
-
export type ProxyUpsertResponses = {
|
|
2597
|
-
/**
|
|
2598
|
-
* OK
|
|
2599
|
-
*/
|
|
2600
|
-
200: ProxyResponse;
|
|
2601
|
-
};
|
|
2602
|
-
export type ProxyUpsertResponse = ProxyUpsertResponses[keyof ProxyUpsertResponses];
|
|
2603
|
-
export type ProxyDeleteData = {
|
|
2604
|
-
body?: never;
|
|
2605
|
-
headers?: {
|
|
2606
|
-
Accept?: string;
|
|
2607
|
-
};
|
|
2608
|
-
path: {
|
|
2609
|
-
proxyId: string;
|
|
2610
|
-
};
|
|
2611
|
-
query?: never;
|
|
2612
|
-
url: "/api/v2/proxies/{proxyId}";
|
|
2613
|
-
};
|
|
2614
|
-
export type ProxyDeleteErrors = {
|
|
2615
|
-
/**
|
|
2616
|
-
* Bad Request _(validation or deserialization error)_
|
|
2617
|
-
*/
|
|
2618
|
-
400: HttpError;
|
|
2619
|
-
/**
|
|
2620
|
-
* Internal Server Error _(panics)_
|
|
2621
|
-
*/
|
|
2622
|
-
500: HttpError;
|
|
2623
|
-
default: unknown;
|
|
2624
|
-
};
|
|
2625
|
-
export type ProxyDeleteError = ProxyDeleteErrors[keyof ProxyDeleteErrors];
|
|
2626
|
-
export type ProxyDeleteResponses = {
|
|
2627
|
-
/**
|
|
2628
|
-
* OK
|
|
2629
|
-
*/
|
|
2630
|
-
200: UnknownInterface;
|
|
2631
|
-
};
|
|
2632
|
-
export type ProxyDeleteResponse = ProxyDeleteResponses[keyof ProxyDeleteResponses];
|
|
2633
|
-
export type ProxyGetData = {
|
|
2634
|
-
body?: never;
|
|
2635
|
-
headers?: {
|
|
2636
|
-
Accept?: string;
|
|
2637
|
-
};
|
|
2638
|
-
path: {
|
|
2639
|
-
proxyId: string;
|
|
2640
|
-
};
|
|
2641
|
-
query?: never;
|
|
2642
|
-
url: "/api/v2/proxies/{proxyId}";
|
|
2643
|
-
};
|
|
2644
|
-
export type ProxyGetErrors = {
|
|
2645
|
-
/**
|
|
2646
|
-
* Bad Request _(validation or deserialization error)_
|
|
2647
|
-
*/
|
|
2648
|
-
400: HttpError;
|
|
2649
|
-
/**
|
|
2650
|
-
* Internal Server Error _(panics)_
|
|
2651
|
-
*/
|
|
2652
|
-
500: HttpError;
|
|
2653
|
-
default: unknown;
|
|
2654
|
-
};
|
|
2655
|
-
export type ProxyGetError = ProxyGetErrors[keyof ProxyGetErrors];
|
|
2656
|
-
export type ProxyGetResponses = {
|
|
2657
|
-
/**
|
|
2658
|
-
* OK
|
|
2659
|
-
*/
|
|
2660
|
-
200: ProxyResponse;
|
|
2661
|
-
};
|
|
2662
|
-
export type ProxyGetResponse = ProxyGetResponses[keyof ProxyGetResponses];
|
|
2663
|
-
export type TermsHealthCheckData = {
|
|
2664
|
-
body?: never;
|
|
2665
|
-
headers?: {
|
|
2666
|
-
Accept?: string;
|
|
2667
|
-
};
|
|
2668
|
-
path?: never;
|
|
2669
|
-
query?: never;
|
|
2670
|
-
url: "/api/v2/terms/health";
|
|
2671
|
-
};
|
|
2672
|
-
export type TermsHealthCheckErrors = {
|
|
2057
|
+
export type TaskRunData = {
|
|
2673
2058
|
/**
|
|
2674
|
-
*
|
|
2675
|
-
*/
|
|
2676
|
-
400: HttpError;
|
|
2677
|
-
/**
|
|
2678
|
-
* Internal Server Error _(panics)_
|
|
2679
|
-
*/
|
|
2680
|
-
500: HttpError;
|
|
2681
|
-
default: unknown;
|
|
2682
|
-
};
|
|
2683
|
-
export type TermsHealthCheckError = TermsHealthCheckErrors[keyof TermsHealthCheckErrors];
|
|
2684
|
-
export type TermsHealthCheckResponses = {
|
|
2685
|
-
/**
|
|
2686
|
-
* OK
|
|
2687
|
-
*/
|
|
2688
|
-
200: HealthResponse;
|
|
2689
|
-
};
|
|
2690
|
-
export type TermsHealthCheckResponse = TermsHealthCheckResponses[keyof TermsHealthCheckResponses];
|
|
2691
|
-
export type TermsListTerminalsData = {
|
|
2692
|
-
body?: never;
|
|
2693
|
-
headers?: {
|
|
2694
|
-
Accept?: string;
|
|
2695
|
-
};
|
|
2696
|
-
path?: never;
|
|
2697
|
-
query?: never;
|
|
2698
|
-
url: "/api/v2/terms/terminals";
|
|
2699
|
-
};
|
|
2700
|
-
export type TermsListTerminalsErrors = {
|
|
2701
|
-
/**
|
|
2702
|
-
* Bad Request _(validation or deserialization error)_
|
|
2703
|
-
*/
|
|
2704
|
-
400: HttpError;
|
|
2705
|
-
/**
|
|
2706
|
-
* Internal Server Error _(panics)_
|
|
2707
|
-
*/
|
|
2708
|
-
500: HttpError;
|
|
2709
|
-
default: unknown;
|
|
2710
|
-
};
|
|
2711
|
-
export type TermsListTerminalsError = TermsListTerminalsErrors[keyof TermsListTerminalsErrors];
|
|
2712
|
-
export type TermsListTerminalsResponses = {
|
|
2713
|
-
/**
|
|
2714
|
-
* OK
|
|
2059
|
+
* Request body for task.TaskRunReq
|
|
2715
2060
|
*/
|
|
2716
|
-
|
|
2717
|
-
};
|
|
2718
|
-
export type TermsListTerminalsResponse = TermsListTerminalsResponses[keyof TermsListTerminalsResponses];
|
|
2719
|
-
export type TermsCreateTerminalData = {
|
|
2720
|
-
/**
|
|
2721
|
-
* Request body for xterm.CreateTerminalRequest
|
|
2722
|
-
*/
|
|
2723
|
-
body: CreateTerminalRequest;
|
|
2061
|
+
body: TaskRunReq;
|
|
2724
2062
|
headers?: {
|
|
2725
2063
|
Accept?: string;
|
|
2726
2064
|
};
|
|
2727
2065
|
path?: never;
|
|
2728
2066
|
query?: never;
|
|
2729
|
-
url:
|
|
2730
|
-
};
|
|
2731
|
-
export type TermsCreateTerminalErrors = {
|
|
2732
|
-
/**
|
|
2733
|
-
* Bad Request _(validation or deserialization error)_
|
|
2734
|
-
*/
|
|
2735
|
-
400: HttpError;
|
|
2736
|
-
/**
|
|
2737
|
-
* Internal Server Error _(panics)_
|
|
2738
|
-
*/
|
|
2739
|
-
500: HttpError;
|
|
2740
|
-
default: unknown;
|
|
2741
|
-
};
|
|
2742
|
-
export type TermsCreateTerminalError = TermsCreateTerminalErrors[keyof TermsCreateTerminalErrors];
|
|
2743
|
-
export type TermsCreateTerminalResponses = {
|
|
2744
|
-
/**
|
|
2745
|
-
* OK
|
|
2746
|
-
*/
|
|
2747
|
-
200: TerminalSession;
|
|
2748
|
-
};
|
|
2749
|
-
export type TermsCreateTerminalResponse = TermsCreateTerminalResponses[keyof TermsCreateTerminalResponses];
|
|
2750
|
-
export type TermsKillTerminalData = {
|
|
2751
|
-
body?: never;
|
|
2752
|
-
headers?: {
|
|
2753
|
-
Accept?: string;
|
|
2754
|
-
};
|
|
2755
|
-
path: {
|
|
2756
|
-
id: string;
|
|
2757
|
-
};
|
|
2758
|
-
query?: never;
|
|
2759
|
-
url: "/api/v2/terms/terminals/{id}";
|
|
2760
|
-
};
|
|
2761
|
-
export type TermsKillTerminalErrors = {
|
|
2762
|
-
/**
|
|
2763
|
-
* Bad Request _(validation or deserialization error)_
|
|
2764
|
-
*/
|
|
2765
|
-
400: HttpError;
|
|
2766
|
-
/**
|
|
2767
|
-
* Internal Server Error _(panics)_
|
|
2768
|
-
*/
|
|
2769
|
-
500: HttpError;
|
|
2770
|
-
default: unknown;
|
|
2771
|
-
};
|
|
2772
|
-
export type TermsKillTerminalError = TermsKillTerminalErrors[keyof TermsKillTerminalErrors];
|
|
2773
|
-
export type TermsKillTerminalResponses = {
|
|
2774
|
-
/**
|
|
2775
|
-
* OK
|
|
2776
|
-
*/
|
|
2777
|
-
200: ApiResponse;
|
|
2778
|
-
};
|
|
2779
|
-
export type TermsKillTerminalResponse = TermsKillTerminalResponses[keyof TermsKillTerminalResponses];
|
|
2780
|
-
export type TermsSendInputData = {
|
|
2781
|
-
/**
|
|
2782
|
-
* Request body for xterm.SendInputRequest
|
|
2783
|
-
*/
|
|
2784
|
-
body: SendInputRequest;
|
|
2785
|
-
headers?: {
|
|
2786
|
-
Accept?: string;
|
|
2787
|
-
};
|
|
2788
|
-
path: {
|
|
2789
|
-
id: string;
|
|
2790
|
-
};
|
|
2791
|
-
query?: never;
|
|
2792
|
-
url: "/api/v2/terms/terminals/{id}/input";
|
|
2793
|
-
};
|
|
2794
|
-
export type TermsSendInputErrors = {
|
|
2795
|
-
/**
|
|
2796
|
-
* Bad Request _(validation or deserialization error)_
|
|
2797
|
-
*/
|
|
2798
|
-
400: HttpError;
|
|
2799
|
-
/**
|
|
2800
|
-
* Internal Server Error _(panics)_
|
|
2801
|
-
*/
|
|
2802
|
-
500: HttpError;
|
|
2803
|
-
default: unknown;
|
|
2804
|
-
};
|
|
2805
|
-
export type TermsSendInputError = TermsSendInputErrors[keyof TermsSendInputErrors];
|
|
2806
|
-
export type TermsSendInputResponses = {
|
|
2807
|
-
/**
|
|
2808
|
-
* OK
|
|
2809
|
-
*/
|
|
2810
|
-
200: ApiResponse;
|
|
2811
|
-
};
|
|
2812
|
-
export type TermsSendInputResponse = TermsSendInputResponses[keyof TermsSendInputResponses];
|
|
2813
|
-
export type TermsReadOutputData = {
|
|
2814
|
-
body?: never;
|
|
2815
|
-
headers?: {
|
|
2816
|
-
Accept?: string;
|
|
2817
|
-
};
|
|
2818
|
-
path: {
|
|
2819
|
-
id: string;
|
|
2820
|
-
};
|
|
2821
|
-
query?: never;
|
|
2822
|
-
url: "/api/v2/terms/terminals/{id}/output";
|
|
2823
|
-
};
|
|
2824
|
-
export type TermsReadOutputErrors = {
|
|
2825
|
-
/**
|
|
2826
|
-
* Bad Request _(validation or deserialization error)_
|
|
2827
|
-
*/
|
|
2828
|
-
400: HttpError;
|
|
2829
|
-
/**
|
|
2830
|
-
* Internal Server Error _(panics)_
|
|
2831
|
-
*/
|
|
2832
|
-
500: HttpError;
|
|
2833
|
-
default: unknown;
|
|
2834
|
-
};
|
|
2835
|
-
export type TermsReadOutputError = TermsReadOutputErrors[keyof TermsReadOutputErrors];
|
|
2836
|
-
export type TermsReadOutputResponses = {
|
|
2837
|
-
/**
|
|
2838
|
-
* OK
|
|
2839
|
-
*/
|
|
2840
|
-
200: OutputResult;
|
|
2841
|
-
};
|
|
2842
|
-
export type TermsReadOutputResponse = TermsReadOutputResponses[keyof TermsReadOutputResponses];
|
|
2843
|
-
export type TermsGetStatsData = {
|
|
2844
|
-
body?: never;
|
|
2845
|
-
headers?: {
|
|
2846
|
-
Accept?: string;
|
|
2847
|
-
};
|
|
2848
|
-
path: {
|
|
2849
|
-
id: string;
|
|
2850
|
-
};
|
|
2851
|
-
query?: never;
|
|
2852
|
-
url: "/api/v2/terms/terminals/{id}/stats";
|
|
2067
|
+
url: '/api/task/run';
|
|
2853
2068
|
};
|
|
2854
|
-
export type
|
|
2069
|
+
export type TaskRunErrors = {
|
|
2855
2070
|
/**
|
|
2856
2071
|
* Bad Request _(validation or deserialization error)_
|
|
2857
2072
|
*/
|
|
@@ -2862,14 +2077,14 @@ export type TermsGetStatsErrors = {
|
|
|
2862
2077
|
500: HttpError;
|
|
2863
2078
|
default: unknown;
|
|
2864
2079
|
};
|
|
2865
|
-
export type
|
|
2866
|
-
export type
|
|
2080
|
+
export type TaskRunError = TaskRunErrors[keyof TaskRunErrors];
|
|
2081
|
+
export type TaskRunResponses = {
|
|
2867
2082
|
/**
|
|
2868
2083
|
* OK
|
|
2869
2084
|
*/
|
|
2870
|
-
200:
|
|
2085
|
+
200: TaskRunResp;
|
|
2871
2086
|
};
|
|
2872
|
-
export type
|
|
2087
|
+
export type TaskRunResponse = TaskRunResponses[keyof TaskRunResponses];
|
|
2873
2088
|
export type UserGetCurrentData = {
|
|
2874
2089
|
body?: never;
|
|
2875
2090
|
headers?: {
|
|
@@ -2877,7 +2092,7 @@ export type UserGetCurrentData = {
|
|
|
2877
2092
|
};
|
|
2878
2093
|
path?: never;
|
|
2879
2094
|
query?: never;
|
|
2880
|
-
url:
|
|
2095
|
+
url: '/api/users/current';
|
|
2881
2096
|
};
|
|
2882
2097
|
export type UserGetCurrentErrors = {
|
|
2883
2098
|
/**
|
|
@@ -2905,7 +2120,7 @@ export type NapcatProxyWebUigetData = {
|
|
|
2905
2120
|
};
|
|
2906
2121
|
path?: never;
|
|
2907
2122
|
query?: never;
|
|
2908
|
-
url:
|
|
2123
|
+
url: '/api/webui/*';
|
|
2909
2124
|
};
|
|
2910
2125
|
export type NapcatProxyWebUigetErrors = {
|
|
2911
2126
|
/**
|
|
@@ -2933,7 +2148,7 @@ export type NapcatProxyWebUipostData = {
|
|
|
2933
2148
|
};
|
|
2934
2149
|
path?: never;
|
|
2935
2150
|
query?: never;
|
|
2936
|
-
url:
|
|
2151
|
+
url: '/api/webui/*';
|
|
2937
2152
|
};
|
|
2938
2153
|
export type NapcatProxyWebUipostErrors = {
|
|
2939
2154
|
/**
|