mtmsdk 0.0.15 → 0.0.16
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 +59 -91
- 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,3352 +1,659 @@
|
|
|
1
|
-
export declare const
|
|
2
|
-
readonly description: "
|
|
1
|
+
export declare const WorkerUpRespSchema: {
|
|
2
|
+
readonly description: "WorkerUpResp";
|
|
3
3
|
readonly type: "object";
|
|
4
4
|
readonly properties: {
|
|
5
|
-
readonly
|
|
6
|
-
readonly type: "string";
|
|
7
|
-
};
|
|
8
|
-
readonly createdAt: {
|
|
9
|
-
readonly type: "string";
|
|
10
|
-
readonly format: "date-time";
|
|
11
|
-
readonly pattern: "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$";
|
|
12
|
-
};
|
|
13
|
-
readonly updatedAt: {
|
|
14
|
-
readonly type: "string";
|
|
15
|
-
readonly format: "date-time";
|
|
16
|
-
readonly pattern: "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$";
|
|
17
|
-
};
|
|
18
|
-
readonly deletedAt: {
|
|
19
|
-
readonly type: "string";
|
|
20
|
-
readonly format: "date-time";
|
|
21
|
-
readonly pattern: "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$";
|
|
22
|
-
};
|
|
23
|
-
readonly organizationId: {
|
|
24
|
-
readonly type: "string";
|
|
25
|
-
};
|
|
26
|
-
readonly name: {
|
|
27
|
-
readonly type: "string";
|
|
28
|
-
};
|
|
29
|
-
readonly agentType: {
|
|
30
|
-
readonly type: "string";
|
|
31
|
-
};
|
|
32
|
-
readonly description: {
|
|
33
|
-
readonly type: "string";
|
|
34
|
-
};
|
|
35
|
-
readonly status: {
|
|
36
|
-
readonly type: "string";
|
|
37
|
-
};
|
|
38
|
-
readonly config: {
|
|
39
|
-
readonly type: "object";
|
|
40
|
-
readonly propertyNames: {
|
|
41
|
-
readonly type: "string";
|
|
42
|
-
};
|
|
43
|
-
readonly additionalProperties: {};
|
|
44
|
-
};
|
|
45
|
-
readonly state: {
|
|
46
|
-
readonly type: "object";
|
|
47
|
-
readonly propertyNames: {
|
|
48
|
-
readonly type: "string";
|
|
49
|
-
};
|
|
50
|
-
readonly additionalProperties: {};
|
|
51
|
-
};
|
|
52
|
-
readonly envs: {
|
|
53
|
-
readonly type: "object";
|
|
54
|
-
readonly propertyNames: {
|
|
55
|
-
readonly type: "string";
|
|
56
|
-
};
|
|
57
|
-
readonly additionalProperties: {
|
|
58
|
-
readonly type: "string";
|
|
59
|
-
};
|
|
60
|
-
};
|
|
61
|
-
};
|
|
62
|
-
readonly required: readonly ["id", "createdAt", "updatedAt", "organizationId", "name", "agentType", "status"];
|
|
63
|
-
};
|
|
64
|
-
export declare const PgAgentListRespSchema: {
|
|
65
|
-
readonly description: "PgAgentListResp";
|
|
66
|
-
readonly type: "object";
|
|
67
|
-
readonly properties: {
|
|
68
|
-
readonly agents: {
|
|
69
|
-
readonly type: "array";
|
|
70
|
-
readonly items: {
|
|
71
|
-
readonly $ref: "#/components/schemas/PgAgent";
|
|
72
|
-
};
|
|
73
|
-
};
|
|
74
|
-
readonly total: {
|
|
75
|
-
readonly type: "number";
|
|
76
|
-
};
|
|
77
|
-
};
|
|
78
|
-
readonly required: readonly ["agents", "total"];
|
|
79
|
-
};
|
|
80
|
-
export declare const PgAgentGetRespSchema: {
|
|
81
|
-
readonly description: "PgAgentGetResp";
|
|
82
|
-
readonly type: "object";
|
|
83
|
-
readonly properties: {
|
|
84
|
-
readonly agent: {
|
|
85
|
-
readonly $ref: "#/components/schemas/PgAgent";
|
|
86
|
-
};
|
|
87
|
-
};
|
|
88
|
-
};
|
|
89
|
-
export declare const DeleteRespSchema: {
|
|
90
|
-
readonly description: "删除响应";
|
|
91
|
-
readonly type: "object";
|
|
92
|
-
readonly properties: {
|
|
93
|
-
readonly success: {
|
|
94
|
-
readonly type: "boolean";
|
|
95
|
-
};
|
|
96
|
-
readonly error: {
|
|
97
|
-
readonly type: "string";
|
|
98
|
-
};
|
|
99
|
-
};
|
|
100
|
-
readonly required: readonly ["success"];
|
|
101
|
-
};
|
|
102
|
-
export declare const DeleteReqSchema: {
|
|
103
|
-
readonly description: "删除请求";
|
|
104
|
-
readonly type: "object";
|
|
105
|
-
readonly properties: {
|
|
106
|
-
readonly ids: {
|
|
107
|
-
readonly type: "array";
|
|
108
|
-
readonly items: {
|
|
109
|
-
readonly type: "string";
|
|
110
|
-
};
|
|
111
|
-
};
|
|
112
|
-
};
|
|
113
|
-
readonly required: readonly ["ids"];
|
|
114
|
-
};
|
|
115
|
-
export declare const AgentCreateRequestSchema: {
|
|
116
|
-
readonly description: "AgentCreateRequest";
|
|
117
|
-
readonly type: "object";
|
|
118
|
-
readonly properties: {
|
|
119
|
-
readonly name: {
|
|
120
|
-
readonly type: "string";
|
|
121
|
-
readonly minLength: 1;
|
|
122
|
-
readonly maxLength: 255;
|
|
123
|
-
};
|
|
124
|
-
readonly agentType: {
|
|
125
|
-
readonly type: "string";
|
|
126
|
-
readonly minLength: 1;
|
|
127
|
-
readonly maxLength: 255;
|
|
128
|
-
};
|
|
129
|
-
readonly description: {
|
|
130
|
-
readonly type: "string";
|
|
131
|
-
};
|
|
132
|
-
};
|
|
133
|
-
readonly required: readonly ["name", "agentType"];
|
|
134
|
-
};
|
|
135
|
-
export declare const AgentChatbotUpdateBodyConfigSchema: {
|
|
136
|
-
readonly description: "AgentChatbotUpdateBodyConfig";
|
|
137
|
-
readonly type: "object";
|
|
138
|
-
readonly properties: {
|
|
139
|
-
readonly name: {
|
|
140
|
-
readonly type: "string";
|
|
141
|
-
readonly minLength: 1;
|
|
142
|
-
readonly maxLength: 255;
|
|
143
|
-
};
|
|
144
|
-
readonly agentType: {
|
|
145
|
-
readonly type: "string";
|
|
146
|
-
readonly minLength: 1;
|
|
147
|
-
readonly maxLength: 255;
|
|
148
|
-
};
|
|
149
|
-
readonly description: {
|
|
150
|
-
readonly type: "string";
|
|
151
|
-
};
|
|
152
|
-
readonly status: {
|
|
153
|
-
readonly type: "string";
|
|
154
|
-
readonly enum: readonly ["active", "inactive", "error"];
|
|
155
|
-
};
|
|
156
|
-
readonly config: {
|
|
157
|
-
readonly type: "object";
|
|
158
|
-
readonly propertyNames: {
|
|
159
|
-
readonly type: "string";
|
|
160
|
-
};
|
|
161
|
-
readonly additionalProperties: {};
|
|
162
|
-
};
|
|
163
|
-
readonly state: {
|
|
164
|
-
readonly type: "object";
|
|
165
|
-
readonly propertyNames: {
|
|
166
|
-
readonly type: "string";
|
|
167
|
-
};
|
|
168
|
-
readonly additionalProperties: {};
|
|
169
|
-
};
|
|
170
|
-
readonly envs: {
|
|
171
|
-
readonly type: "object";
|
|
172
|
-
readonly propertyNames: {
|
|
173
|
-
readonly type: "string";
|
|
174
|
-
};
|
|
175
|
-
readonly additionalProperties: {
|
|
176
|
-
readonly type: "string";
|
|
177
|
-
};
|
|
178
|
-
};
|
|
179
|
-
};
|
|
180
|
-
};
|
|
181
|
-
export declare const CfTunnelSettingsSchema: {
|
|
182
|
-
readonly description: "Cloudflare隧道设置";
|
|
183
|
-
readonly type: "object";
|
|
184
|
-
readonly properties: {
|
|
185
|
-
readonly CfToken: {
|
|
186
|
-
readonly type: "string";
|
|
187
|
-
};
|
|
188
|
-
readonly accountId: {
|
|
189
|
-
readonly type: "string";
|
|
190
|
-
};
|
|
191
|
-
readonly apiToken: {
|
|
192
|
-
readonly type: "string";
|
|
193
|
-
};
|
|
194
|
-
readonly zoneName: {
|
|
195
|
-
readonly type: "string";
|
|
196
|
-
};
|
|
197
|
-
readonly mainDomain: {
|
|
198
|
-
readonly default: "yuepa8.com";
|
|
199
|
-
readonly type: "string";
|
|
200
|
-
};
|
|
201
|
-
};
|
|
202
|
-
};
|
|
203
|
-
export declare const VncSchema: {
|
|
204
|
-
readonly description: "VNC服务配置";
|
|
205
|
-
readonly type: "object";
|
|
206
|
-
readonly properties: {
|
|
207
|
-
readonly enabled: {
|
|
208
|
-
readonly type: "boolean";
|
|
209
|
-
};
|
|
210
|
-
readonly error: {
|
|
211
|
-
readonly type: "string";
|
|
212
|
-
};
|
|
213
|
-
readonly lastUpdated: {
|
|
214
|
-
readonly type: "number";
|
|
215
|
-
};
|
|
216
|
-
readonly port: {
|
|
217
|
-
readonly default: 5900;
|
|
218
|
-
readonly type: "number";
|
|
219
|
-
};
|
|
220
|
-
readonly password: {
|
|
221
|
-
readonly default: "mtworker";
|
|
222
|
-
readonly type: "string";
|
|
223
|
-
};
|
|
224
|
-
readonly display: {
|
|
225
|
-
readonly default: ":1";
|
|
226
|
-
readonly type: "string";
|
|
227
|
-
};
|
|
228
|
-
};
|
|
229
|
-
readonly required: readonly ["enabled"];
|
|
230
|
-
};
|
|
231
|
-
export declare const MainApiSchema: {
|
|
232
|
-
readonly description: "主API服务配置";
|
|
233
|
-
readonly type: "object";
|
|
234
|
-
readonly properties: {
|
|
235
|
-
readonly enabled: {
|
|
236
|
-
readonly type: "boolean";
|
|
237
|
-
};
|
|
238
|
-
readonly error: {
|
|
239
|
-
readonly type: "string";
|
|
240
|
-
};
|
|
241
|
-
readonly lastUpdated: {
|
|
242
|
-
readonly type: "number";
|
|
243
|
-
};
|
|
244
|
-
readonly port: {
|
|
245
|
-
readonly default: 8080;
|
|
246
|
-
readonly type: "number";
|
|
247
|
-
};
|
|
248
|
-
readonly host: {
|
|
249
|
-
readonly default: "0.0.0.0";
|
|
250
|
-
readonly type: "string";
|
|
251
|
-
};
|
|
252
|
-
};
|
|
253
|
-
readonly required: readonly ["enabled"];
|
|
254
|
-
};
|
|
255
|
-
export declare const MtproxyServiceSchema: {
|
|
256
|
-
readonly description: "MtproxyService";
|
|
257
|
-
readonly type: "object";
|
|
258
|
-
readonly properties: {
|
|
259
|
-
readonly enabled: {
|
|
260
|
-
readonly default: false;
|
|
261
|
-
readonly type: "boolean";
|
|
262
|
-
};
|
|
263
|
-
readonly port: {
|
|
264
|
-
readonly default: 10801;
|
|
265
|
-
readonly type: "number";
|
|
266
|
-
};
|
|
267
|
-
readonly bindAddr: {
|
|
268
|
-
readonly default: "0.0.0.0";
|
|
269
|
-
readonly type: "string";
|
|
270
|
-
};
|
|
271
|
-
};
|
|
272
|
-
};
|
|
273
|
-
export declare const HelloOnionWebSchema: {
|
|
274
|
-
readonly description: "HelloOnionWeb服务配置";
|
|
275
|
-
readonly type: "object";
|
|
276
|
-
readonly properties: {
|
|
277
|
-
readonly enabled: {
|
|
278
|
-
readonly type: "boolean";
|
|
279
|
-
};
|
|
280
|
-
readonly error: {
|
|
281
|
-
readonly type: "string";
|
|
282
|
-
};
|
|
283
|
-
readonly lastUpdated: {
|
|
284
|
-
readonly type: "number";
|
|
285
|
-
};
|
|
286
|
-
readonly port: {
|
|
287
|
-
readonly default: 8081;
|
|
288
|
-
readonly type: "number";
|
|
289
|
-
};
|
|
290
|
-
};
|
|
291
|
-
readonly required: readonly ["enabled"];
|
|
292
|
-
};
|
|
293
|
-
export declare const NstbrowserApiSchema: {
|
|
294
|
-
readonly description: "Nstbrowser API状态";
|
|
295
|
-
readonly type: "object";
|
|
296
|
-
readonly properties: {
|
|
297
|
-
readonly enabled: {
|
|
298
|
-
readonly type: "boolean";
|
|
299
|
-
};
|
|
300
|
-
readonly error: {
|
|
301
|
-
readonly type: "string";
|
|
302
|
-
};
|
|
303
|
-
readonly lastUpdated: {
|
|
304
|
-
readonly type: "number";
|
|
305
|
-
};
|
|
306
|
-
readonly token: {
|
|
307
|
-
readonly default: "";
|
|
308
|
-
readonly type: "string";
|
|
309
|
-
};
|
|
310
|
-
};
|
|
311
|
-
readonly required: readonly ["enabled"];
|
|
312
|
-
};
|
|
313
|
-
export declare const GomtmAgentStateSchema: {
|
|
314
|
-
readonly description: "Gomtm Agent状态";
|
|
315
|
-
readonly type: "object";
|
|
316
|
-
readonly properties: {
|
|
317
|
-
readonly title: {
|
|
318
|
-
readonly type: "string";
|
|
319
|
-
};
|
|
320
|
-
readonly error: {
|
|
321
|
-
readonly type: "string";
|
|
322
|
-
};
|
|
323
|
-
readonly mcpServerUrl: {
|
|
324
|
-
readonly type: "string";
|
|
325
|
-
};
|
|
326
|
-
readonly enabledDebug: {
|
|
327
|
-
readonly default: false;
|
|
328
|
-
readonly type: "boolean";
|
|
329
|
-
};
|
|
330
|
-
readonly enabledAutoDispatch: {
|
|
331
|
-
readonly default: false;
|
|
332
|
-
readonly type: "boolean";
|
|
333
|
-
};
|
|
334
|
-
readonly counter: {
|
|
335
|
-
readonly default: 0;
|
|
336
|
-
readonly type: "number";
|
|
337
|
-
};
|
|
338
|
-
readonly tasks: {
|
|
339
|
-
readonly default: {};
|
|
340
|
-
readonly type: "object";
|
|
341
|
-
readonly propertyNames: {
|
|
342
|
-
readonly type: "string";
|
|
343
|
-
};
|
|
344
|
-
readonly additionalProperties: {
|
|
345
|
-
readonly type: "object";
|
|
346
|
-
readonly properties: {
|
|
347
|
-
readonly id: {
|
|
348
|
-
readonly type: "string";
|
|
349
|
-
};
|
|
350
|
-
readonly kind: {
|
|
351
|
-
readonly type: "string";
|
|
352
|
-
readonly const: "task";
|
|
353
|
-
};
|
|
354
|
-
readonly contextId: {
|
|
355
|
-
readonly type: "string";
|
|
356
|
-
};
|
|
357
|
-
readonly status: {
|
|
358
|
-
readonly type: "object";
|
|
359
|
-
readonly properties: {
|
|
360
|
-
readonly state: {
|
|
361
|
-
readonly type: "string";
|
|
362
|
-
readonly enum: readonly ["submitted", "working", "input-required", "completed", "canceled", "failed", "rejected", "auth-required", "unknown"];
|
|
363
|
-
};
|
|
364
|
-
readonly timestamp: {
|
|
365
|
-
readonly type: "string";
|
|
366
|
-
};
|
|
367
|
-
readonly message: {
|
|
368
|
-
readonly type: "object";
|
|
369
|
-
readonly properties: {
|
|
370
|
-
readonly kind: {
|
|
371
|
-
readonly type: "string";
|
|
372
|
-
readonly const: "message";
|
|
373
|
-
};
|
|
374
|
-
readonly messageId: {
|
|
375
|
-
readonly type: "string";
|
|
376
|
-
};
|
|
377
|
-
readonly role: {
|
|
378
|
-
readonly type: "string";
|
|
379
|
-
readonly enum: readonly ["agent", "user"];
|
|
380
|
-
};
|
|
381
|
-
readonly parts: {
|
|
382
|
-
readonly type: "array";
|
|
383
|
-
readonly items: {
|
|
384
|
-
readonly anyOf: readonly [{
|
|
385
|
-
readonly type: "object";
|
|
386
|
-
readonly properties: {
|
|
387
|
-
readonly kind: {
|
|
388
|
-
readonly type: "string";
|
|
389
|
-
readonly const: "text";
|
|
390
|
-
};
|
|
391
|
-
readonly text: {
|
|
392
|
-
readonly type: "string";
|
|
393
|
-
};
|
|
394
|
-
readonly metadata: {
|
|
395
|
-
readonly type: "object";
|
|
396
|
-
readonly propertyNames: {
|
|
397
|
-
readonly type: "string";
|
|
398
|
-
};
|
|
399
|
-
readonly additionalProperties: {};
|
|
400
|
-
};
|
|
401
|
-
};
|
|
402
|
-
readonly required: readonly ["kind", "text"];
|
|
403
|
-
}, {
|
|
404
|
-
readonly type: "object";
|
|
405
|
-
readonly properties: {
|
|
406
|
-
readonly kind: {
|
|
407
|
-
readonly type: "string";
|
|
408
|
-
readonly const: "file";
|
|
409
|
-
};
|
|
410
|
-
readonly file: {
|
|
411
|
-
readonly anyOf: readonly [{
|
|
412
|
-
readonly type: "object";
|
|
413
|
-
readonly properties: {
|
|
414
|
-
readonly bytes: {
|
|
415
|
-
readonly type: "string";
|
|
416
|
-
};
|
|
417
|
-
readonly mimeType: {
|
|
418
|
-
readonly type: "string";
|
|
419
|
-
};
|
|
420
|
-
readonly name: {
|
|
421
|
-
readonly type: "string";
|
|
422
|
-
};
|
|
423
|
-
};
|
|
424
|
-
readonly required: readonly ["bytes"];
|
|
425
|
-
}, {
|
|
426
|
-
readonly type: "object";
|
|
427
|
-
readonly properties: {
|
|
428
|
-
readonly uri: {
|
|
429
|
-
readonly type: "string";
|
|
430
|
-
};
|
|
431
|
-
readonly mimeType: {
|
|
432
|
-
readonly type: "string";
|
|
433
|
-
};
|
|
434
|
-
readonly name: {
|
|
435
|
-
readonly type: "string";
|
|
436
|
-
};
|
|
437
|
-
};
|
|
438
|
-
readonly required: readonly ["uri"];
|
|
439
|
-
}];
|
|
440
|
-
};
|
|
441
|
-
readonly metadata: {
|
|
442
|
-
readonly type: "object";
|
|
443
|
-
readonly propertyNames: {
|
|
444
|
-
readonly type: "string";
|
|
445
|
-
};
|
|
446
|
-
readonly additionalProperties: {};
|
|
447
|
-
};
|
|
448
|
-
};
|
|
449
|
-
readonly required: readonly ["kind", "file"];
|
|
450
|
-
}, {
|
|
451
|
-
readonly type: "object";
|
|
452
|
-
readonly properties: {
|
|
453
|
-
readonly kind: {
|
|
454
|
-
readonly type: "string";
|
|
455
|
-
readonly const: "data";
|
|
456
|
-
};
|
|
457
|
-
readonly data: {
|
|
458
|
-
readonly type: "object";
|
|
459
|
-
readonly propertyNames: {
|
|
460
|
-
readonly type: "string";
|
|
461
|
-
};
|
|
462
|
-
readonly additionalProperties: {};
|
|
463
|
-
};
|
|
464
|
-
readonly metadata: {
|
|
465
|
-
readonly type: "object";
|
|
466
|
-
readonly propertyNames: {
|
|
467
|
-
readonly type: "string";
|
|
468
|
-
};
|
|
469
|
-
readonly additionalProperties: {};
|
|
470
|
-
};
|
|
471
|
-
};
|
|
472
|
-
readonly required: readonly ["kind", "data"];
|
|
473
|
-
}];
|
|
474
|
-
};
|
|
475
|
-
};
|
|
476
|
-
readonly contextId: {
|
|
477
|
-
readonly type: "string";
|
|
478
|
-
};
|
|
479
|
-
readonly taskId: {
|
|
480
|
-
readonly type: "string";
|
|
481
|
-
};
|
|
482
|
-
readonly extensions: {
|
|
483
|
-
readonly type: "array";
|
|
484
|
-
readonly items: {
|
|
485
|
-
readonly type: "string";
|
|
486
|
-
};
|
|
487
|
-
};
|
|
488
|
-
readonly referenceTaskIds: {
|
|
489
|
-
readonly type: "array";
|
|
490
|
-
readonly items: {
|
|
491
|
-
readonly type: "string";
|
|
492
|
-
};
|
|
493
|
-
};
|
|
494
|
-
readonly metadata: {
|
|
495
|
-
readonly type: "object";
|
|
496
|
-
readonly propertyNames: {
|
|
497
|
-
readonly type: "string";
|
|
498
|
-
};
|
|
499
|
-
readonly additionalProperties: {};
|
|
500
|
-
};
|
|
501
|
-
};
|
|
502
|
-
readonly required: readonly ["kind", "messageId", "role", "parts"];
|
|
503
|
-
};
|
|
504
|
-
};
|
|
505
|
-
readonly required: readonly ["state"];
|
|
506
|
-
};
|
|
507
|
-
readonly artifacts: {
|
|
508
|
-
readonly type: "array";
|
|
509
|
-
readonly items: {
|
|
510
|
-
readonly type: "object";
|
|
511
|
-
readonly properties: {
|
|
512
|
-
readonly artifactId: {
|
|
513
|
-
readonly type: "string";
|
|
514
|
-
};
|
|
515
|
-
readonly name: {
|
|
516
|
-
readonly type: "string";
|
|
517
|
-
};
|
|
518
|
-
readonly description: {
|
|
519
|
-
readonly type: "string";
|
|
520
|
-
};
|
|
521
|
-
readonly parts: {
|
|
522
|
-
readonly type: "array";
|
|
523
|
-
readonly items: {
|
|
524
|
-
readonly anyOf: readonly [{
|
|
525
|
-
readonly type: "object";
|
|
526
|
-
readonly properties: {
|
|
527
|
-
readonly kind: {
|
|
528
|
-
readonly type: "string";
|
|
529
|
-
readonly const: "text";
|
|
530
|
-
};
|
|
531
|
-
readonly text: {
|
|
532
|
-
readonly type: "string";
|
|
533
|
-
};
|
|
534
|
-
readonly metadata: {
|
|
535
|
-
readonly type: "object";
|
|
536
|
-
readonly propertyNames: {
|
|
537
|
-
readonly type: "string";
|
|
538
|
-
};
|
|
539
|
-
readonly additionalProperties: {};
|
|
540
|
-
};
|
|
541
|
-
};
|
|
542
|
-
readonly required: readonly ["kind", "text"];
|
|
543
|
-
}, {
|
|
544
|
-
readonly type: "object";
|
|
545
|
-
readonly properties: {
|
|
546
|
-
readonly kind: {
|
|
547
|
-
readonly type: "string";
|
|
548
|
-
readonly const: "file";
|
|
549
|
-
};
|
|
550
|
-
readonly file: {
|
|
551
|
-
readonly anyOf: readonly [{
|
|
552
|
-
readonly type: "object";
|
|
553
|
-
readonly properties: {
|
|
554
|
-
readonly bytes: {
|
|
555
|
-
readonly type: "string";
|
|
556
|
-
};
|
|
557
|
-
readonly mimeType: {
|
|
558
|
-
readonly type: "string";
|
|
559
|
-
};
|
|
560
|
-
readonly name: {
|
|
561
|
-
readonly type: "string";
|
|
562
|
-
};
|
|
563
|
-
};
|
|
564
|
-
readonly required: readonly ["bytes"];
|
|
565
|
-
}, {
|
|
566
|
-
readonly type: "object";
|
|
567
|
-
readonly properties: {
|
|
568
|
-
readonly uri: {
|
|
569
|
-
readonly type: "string";
|
|
570
|
-
};
|
|
571
|
-
readonly mimeType: {
|
|
572
|
-
readonly type: "string";
|
|
573
|
-
};
|
|
574
|
-
readonly name: {
|
|
575
|
-
readonly type: "string";
|
|
576
|
-
};
|
|
577
|
-
};
|
|
578
|
-
readonly required: readonly ["uri"];
|
|
579
|
-
}];
|
|
580
|
-
};
|
|
581
|
-
readonly metadata: {
|
|
582
|
-
readonly type: "object";
|
|
583
|
-
readonly propertyNames: {
|
|
584
|
-
readonly type: "string";
|
|
585
|
-
};
|
|
586
|
-
readonly additionalProperties: {};
|
|
587
|
-
};
|
|
588
|
-
};
|
|
589
|
-
readonly required: readonly ["kind", "file"];
|
|
590
|
-
}, {
|
|
591
|
-
readonly type: "object";
|
|
592
|
-
readonly properties: {
|
|
593
|
-
readonly kind: {
|
|
594
|
-
readonly type: "string";
|
|
595
|
-
readonly const: "data";
|
|
596
|
-
};
|
|
597
|
-
readonly data: {
|
|
598
|
-
readonly type: "object";
|
|
599
|
-
readonly propertyNames: {
|
|
600
|
-
readonly type: "string";
|
|
601
|
-
};
|
|
602
|
-
readonly additionalProperties: {};
|
|
603
|
-
};
|
|
604
|
-
readonly metadata: {
|
|
605
|
-
readonly type: "object";
|
|
606
|
-
readonly propertyNames: {
|
|
607
|
-
readonly type: "string";
|
|
608
|
-
};
|
|
609
|
-
readonly additionalProperties: {};
|
|
610
|
-
};
|
|
611
|
-
};
|
|
612
|
-
readonly required: readonly ["kind", "data"];
|
|
613
|
-
}];
|
|
614
|
-
};
|
|
615
|
-
};
|
|
616
|
-
readonly extensions: {
|
|
617
|
-
readonly type: "array";
|
|
618
|
-
readonly items: {
|
|
619
|
-
readonly type: "string";
|
|
620
|
-
};
|
|
621
|
-
};
|
|
622
|
-
readonly metadata: {
|
|
623
|
-
readonly type: "object";
|
|
624
|
-
readonly propertyNames: {
|
|
625
|
-
readonly type: "string";
|
|
626
|
-
};
|
|
627
|
-
readonly additionalProperties: {};
|
|
628
|
-
};
|
|
629
|
-
};
|
|
630
|
-
readonly required: readonly ["artifactId", "parts"];
|
|
631
|
-
};
|
|
632
|
-
};
|
|
633
|
-
readonly history: {
|
|
634
|
-
readonly type: "array";
|
|
635
|
-
readonly items: {
|
|
636
|
-
readonly type: "object";
|
|
637
|
-
readonly properties: {
|
|
638
|
-
readonly kind: {
|
|
639
|
-
readonly type: "string";
|
|
640
|
-
readonly const: "message";
|
|
641
|
-
};
|
|
642
|
-
readonly messageId: {
|
|
643
|
-
readonly type: "string";
|
|
644
|
-
};
|
|
645
|
-
readonly role: {
|
|
646
|
-
readonly type: "string";
|
|
647
|
-
readonly enum: readonly ["agent", "user"];
|
|
648
|
-
};
|
|
649
|
-
readonly parts: {
|
|
650
|
-
readonly type: "array";
|
|
651
|
-
readonly items: {
|
|
652
|
-
readonly anyOf: readonly [{
|
|
653
|
-
readonly type: "object";
|
|
654
|
-
readonly properties: {
|
|
655
|
-
readonly kind: {
|
|
656
|
-
readonly type: "string";
|
|
657
|
-
readonly const: "text";
|
|
658
|
-
};
|
|
659
|
-
readonly text: {
|
|
660
|
-
readonly type: "string";
|
|
661
|
-
};
|
|
662
|
-
readonly metadata: {
|
|
663
|
-
readonly type: "object";
|
|
664
|
-
readonly propertyNames: {
|
|
665
|
-
readonly type: "string";
|
|
666
|
-
};
|
|
667
|
-
readonly additionalProperties: {};
|
|
668
|
-
};
|
|
669
|
-
};
|
|
670
|
-
readonly required: readonly ["kind", "text"];
|
|
671
|
-
}, {
|
|
672
|
-
readonly type: "object";
|
|
673
|
-
readonly properties: {
|
|
674
|
-
readonly kind: {
|
|
675
|
-
readonly type: "string";
|
|
676
|
-
readonly const: "file";
|
|
677
|
-
};
|
|
678
|
-
readonly file: {
|
|
679
|
-
readonly anyOf: readonly [{
|
|
680
|
-
readonly type: "object";
|
|
681
|
-
readonly properties: {
|
|
682
|
-
readonly bytes: {
|
|
683
|
-
readonly type: "string";
|
|
684
|
-
};
|
|
685
|
-
readonly mimeType: {
|
|
686
|
-
readonly type: "string";
|
|
687
|
-
};
|
|
688
|
-
readonly name: {
|
|
689
|
-
readonly type: "string";
|
|
690
|
-
};
|
|
691
|
-
};
|
|
692
|
-
readonly required: readonly ["bytes"];
|
|
693
|
-
}, {
|
|
694
|
-
readonly type: "object";
|
|
695
|
-
readonly properties: {
|
|
696
|
-
readonly uri: {
|
|
697
|
-
readonly type: "string";
|
|
698
|
-
};
|
|
699
|
-
readonly mimeType: {
|
|
700
|
-
readonly type: "string";
|
|
701
|
-
};
|
|
702
|
-
readonly name: {
|
|
703
|
-
readonly type: "string";
|
|
704
|
-
};
|
|
705
|
-
};
|
|
706
|
-
readonly required: readonly ["uri"];
|
|
707
|
-
}];
|
|
708
|
-
};
|
|
709
|
-
readonly metadata: {
|
|
710
|
-
readonly type: "object";
|
|
711
|
-
readonly propertyNames: {
|
|
712
|
-
readonly type: "string";
|
|
713
|
-
};
|
|
714
|
-
readonly additionalProperties: {};
|
|
715
|
-
};
|
|
716
|
-
};
|
|
717
|
-
readonly required: readonly ["kind", "file"];
|
|
718
|
-
}, {
|
|
719
|
-
readonly type: "object";
|
|
720
|
-
readonly properties: {
|
|
721
|
-
readonly kind: {
|
|
722
|
-
readonly type: "string";
|
|
723
|
-
readonly const: "data";
|
|
724
|
-
};
|
|
725
|
-
readonly data: {
|
|
726
|
-
readonly type: "object";
|
|
727
|
-
readonly propertyNames: {
|
|
728
|
-
readonly type: "string";
|
|
729
|
-
};
|
|
730
|
-
readonly additionalProperties: {};
|
|
731
|
-
};
|
|
732
|
-
readonly metadata: {
|
|
733
|
-
readonly type: "object";
|
|
734
|
-
readonly propertyNames: {
|
|
735
|
-
readonly type: "string";
|
|
736
|
-
};
|
|
737
|
-
readonly additionalProperties: {};
|
|
738
|
-
};
|
|
739
|
-
};
|
|
740
|
-
readonly required: readonly ["kind", "data"];
|
|
741
|
-
}];
|
|
742
|
-
};
|
|
743
|
-
};
|
|
744
|
-
readonly contextId: {
|
|
745
|
-
readonly type: "string";
|
|
746
|
-
};
|
|
747
|
-
readonly taskId: {
|
|
748
|
-
readonly type: "string";
|
|
749
|
-
};
|
|
750
|
-
readonly extensions: {
|
|
751
|
-
readonly type: "array";
|
|
752
|
-
readonly items: {
|
|
753
|
-
readonly type: "string";
|
|
754
|
-
};
|
|
755
|
-
};
|
|
756
|
-
readonly referenceTaskIds: {
|
|
757
|
-
readonly type: "array";
|
|
758
|
-
readonly items: {
|
|
759
|
-
readonly type: "string";
|
|
760
|
-
};
|
|
761
|
-
};
|
|
762
|
-
readonly metadata: {
|
|
763
|
-
readonly type: "object";
|
|
764
|
-
readonly propertyNames: {
|
|
765
|
-
readonly type: "string";
|
|
766
|
-
};
|
|
767
|
-
readonly additionalProperties: {};
|
|
768
|
-
};
|
|
769
|
-
};
|
|
770
|
-
readonly required: readonly ["kind", "messageId", "role", "parts"];
|
|
771
|
-
};
|
|
772
|
-
};
|
|
773
|
-
readonly metadata: {
|
|
774
|
-
readonly type: "object";
|
|
775
|
-
readonly propertyNames: {
|
|
776
|
-
readonly type: "string";
|
|
777
|
-
};
|
|
778
|
-
readonly additionalProperties: {};
|
|
779
|
-
};
|
|
780
|
-
};
|
|
781
|
-
readonly required: readonly ["id", "kind", "contextId", "status"];
|
|
782
|
-
};
|
|
783
|
-
};
|
|
784
|
-
readonly taskConfirmations: {
|
|
785
|
-
readonly default: readonly [];
|
|
786
|
-
readonly type: "array";
|
|
787
|
-
readonly items: {
|
|
788
|
-
readonly type: "object";
|
|
789
|
-
readonly properties: {
|
|
790
|
-
readonly id: {
|
|
791
|
-
readonly type: "string";
|
|
792
|
-
};
|
|
793
|
-
readonly action: {
|
|
794
|
-
readonly type: "string";
|
|
795
|
-
};
|
|
796
|
-
readonly title: {
|
|
797
|
-
readonly type: "string";
|
|
798
|
-
};
|
|
799
|
-
readonly description: {
|
|
800
|
-
readonly type: "string";
|
|
801
|
-
};
|
|
802
|
-
readonly taskId: {
|
|
803
|
-
readonly type: "string";
|
|
804
|
-
};
|
|
805
|
-
};
|
|
806
|
-
readonly required: readonly ["id", "action"];
|
|
807
|
-
};
|
|
808
|
-
};
|
|
809
|
-
readonly lastUpdated: {
|
|
810
|
-
readonly type: "number";
|
|
811
|
-
};
|
|
812
|
-
readonly configTimeout: {
|
|
813
|
-
readonly default: 60;
|
|
814
|
-
readonly type: "number";
|
|
815
|
-
};
|
|
816
|
-
readonly connectionStatus: {
|
|
817
|
-
readonly default: false;
|
|
818
|
-
readonly type: "boolean";
|
|
819
|
-
};
|
|
820
|
-
readonly runServerCommand: {
|
|
821
|
-
readonly type: "string";
|
|
822
|
-
};
|
|
823
|
-
readonly envs: {
|
|
824
|
-
readonly type: "object";
|
|
825
|
-
readonly propertyNames: {
|
|
826
|
-
readonly type: "string";
|
|
827
|
-
};
|
|
828
|
-
readonly additionalProperties: {
|
|
829
|
-
readonly type: "string";
|
|
830
|
-
};
|
|
831
|
-
};
|
|
832
|
-
readonly settings: {
|
|
833
|
-
readonly type: "object";
|
|
834
|
-
readonly properties: {
|
|
835
|
-
readonly cftunnelSettings: {
|
|
836
|
-
readonly $ref: "#/components/schemas/CfTunnelSettings";
|
|
837
|
-
};
|
|
838
|
-
};
|
|
839
|
-
readonly required: readonly ["cftunnelSettings"];
|
|
840
|
-
};
|
|
841
|
-
readonly tunnel: {
|
|
842
|
-
readonly type: "object";
|
|
843
|
-
readonly properties: {
|
|
844
|
-
readonly enabled: {
|
|
845
|
-
readonly type: "boolean";
|
|
846
|
-
};
|
|
847
|
-
readonly error: {
|
|
848
|
-
readonly type: "string";
|
|
849
|
-
};
|
|
850
|
-
readonly lastUpdated: {
|
|
851
|
-
readonly type: "number";
|
|
852
|
-
};
|
|
853
|
-
readonly type: {
|
|
854
|
-
readonly default: "singbox";
|
|
855
|
-
readonly type: "string";
|
|
856
|
-
};
|
|
857
|
-
readonly configUrl: {
|
|
858
|
-
readonly type: "string";
|
|
859
|
-
};
|
|
860
|
-
};
|
|
861
|
-
readonly required: readonly ["enabled"];
|
|
862
|
-
};
|
|
863
|
-
readonly vnc: {
|
|
864
|
-
readonly $ref: "#/components/schemas/Vnc";
|
|
865
|
-
};
|
|
866
|
-
readonly mainApi: {
|
|
867
|
-
readonly $ref: "#/components/schemas/MainApi";
|
|
868
|
-
};
|
|
869
|
-
readonly mtproxy: {
|
|
870
|
-
readonly $ref: "#/components/schemas/MtproxyService";
|
|
871
|
-
};
|
|
872
|
-
readonly helloOnionWeb: {
|
|
873
|
-
readonly $ref: "#/components/schemas/HelloOnionWeb";
|
|
874
|
-
};
|
|
875
|
-
readonly nstbrowserApi: {
|
|
876
|
-
readonly $ref: "#/components/schemas/NstbrowserApi";
|
|
877
|
-
};
|
|
878
|
-
};
|
|
879
|
-
readonly required: readonly ["lastUpdated", "settings", "tunnel", "vnc", "mainApi", "mtproxy", "helloOnionWeb", "nstbrowserApi"];
|
|
880
|
-
};
|
|
881
|
-
export declare const ApiErrorSchema: {
|
|
882
|
-
readonly description: "API错误响应";
|
|
883
|
-
readonly type: "object";
|
|
884
|
-
readonly properties: {
|
|
885
|
-
readonly error: {
|
|
886
|
-
readonly type: "object";
|
|
887
|
-
readonly properties: {
|
|
888
|
-
readonly code: {
|
|
889
|
-
readonly type: "string";
|
|
890
|
-
readonly enum: readonly ["VALIDATION_ERROR", "NOT_FOUND", "UNAUTHORIZED", "FORBIDDEN", "INTERNAL_ERROR", "CONFLICT", "BAD_REQUEST", "UNPROCESSABLE_ENTITY"];
|
|
891
|
-
};
|
|
892
|
-
readonly message: {
|
|
893
|
-
readonly type: "string";
|
|
894
|
-
};
|
|
895
|
-
readonly cause: {
|
|
896
|
-
readonly type: "string";
|
|
897
|
-
};
|
|
898
|
-
readonly details: {
|
|
899
|
-
readonly type: "string";
|
|
900
|
-
};
|
|
901
|
-
readonly field: {
|
|
902
|
-
readonly type: "string";
|
|
903
|
-
};
|
|
904
|
-
};
|
|
905
|
-
readonly required: readonly ["message"];
|
|
906
|
-
};
|
|
907
|
-
};
|
|
908
|
-
readonly required: readonly ["error"];
|
|
909
|
-
};
|
|
910
|
-
export declare const AgentSchema: {
|
|
911
|
-
readonly description: "Agent";
|
|
912
|
-
readonly type: "object";
|
|
913
|
-
readonly properties: {
|
|
914
|
-
readonly id: {
|
|
915
|
-
readonly type: "string";
|
|
916
|
-
};
|
|
917
|
-
readonly name: {
|
|
918
|
-
readonly type: "string";
|
|
919
|
-
};
|
|
920
|
-
readonly agentType: {
|
|
921
|
-
readonly type: "string";
|
|
922
|
-
};
|
|
923
|
-
readonly description: {
|
|
924
|
-
readonly type: "string";
|
|
925
|
-
};
|
|
926
|
-
};
|
|
927
|
-
readonly required: readonly ["id", "name", "agentType"];
|
|
928
|
-
};
|
|
929
|
-
export declare const AgentListRespSchema: {
|
|
930
|
-
readonly description: "AgentListResp";
|
|
931
|
-
readonly type: "object";
|
|
932
|
-
readonly properties: {
|
|
933
|
-
readonly paginate: {
|
|
934
|
-
readonly type: "object";
|
|
935
|
-
readonly properties: {
|
|
936
|
-
readonly total: {
|
|
937
|
-
readonly description: "Total number of records";
|
|
938
|
-
readonly type: "number";
|
|
939
|
-
};
|
|
940
|
-
readonly page: {
|
|
941
|
-
readonly description: "Current page number";
|
|
942
|
-
readonly type: "number";
|
|
943
|
-
};
|
|
944
|
-
readonly pageSize: {
|
|
945
|
-
readonly description: "Number of records per page";
|
|
946
|
-
readonly type: "number";
|
|
947
|
-
};
|
|
948
|
-
readonly totalPages: {
|
|
949
|
-
readonly description: "Total number of pages";
|
|
950
|
-
readonly type: "number";
|
|
951
|
-
};
|
|
952
|
-
readonly hasNext: {
|
|
953
|
-
readonly description: "Whether there is a next page";
|
|
954
|
-
readonly type: "boolean";
|
|
955
|
-
};
|
|
956
|
-
};
|
|
957
|
-
readonly required: readonly ["total", "page", "pageSize", "totalPages", "hasNext"];
|
|
958
|
-
};
|
|
959
|
-
readonly rows: {
|
|
960
|
-
readonly type: "array";
|
|
961
|
-
readonly items: {
|
|
962
|
-
readonly $ref: "#/components/schemas/Agent";
|
|
963
|
-
};
|
|
964
|
-
};
|
|
965
|
-
};
|
|
966
|
-
readonly required: readonly ["paginate", "rows"];
|
|
967
|
-
};
|
|
968
|
-
export declare const BrowserSchema: {
|
|
969
|
-
readonly description: "浏览器";
|
|
970
|
-
readonly type: "object";
|
|
971
|
-
readonly properties: {
|
|
972
|
-
readonly id: {
|
|
973
|
-
readonly type: "string";
|
|
974
|
-
};
|
|
975
|
-
readonly organizationId: {
|
|
976
|
-
readonly type: "string";
|
|
977
|
-
};
|
|
978
|
-
readonly name: {
|
|
979
|
-
readonly type: "string";
|
|
980
|
-
};
|
|
981
|
-
readonly description: {
|
|
982
|
-
readonly type: "string";
|
|
983
|
-
};
|
|
984
|
-
readonly url: {
|
|
985
|
-
readonly type: "string";
|
|
986
|
-
};
|
|
987
|
-
readonly properties: {
|
|
988
|
-
readonly default: {};
|
|
989
|
-
readonly type: "object";
|
|
990
|
-
readonly propertyNames: {
|
|
991
|
-
readonly type: "string";
|
|
992
|
-
};
|
|
993
|
-
readonly additionalProperties: {};
|
|
994
|
-
};
|
|
995
|
-
readonly tags: {
|
|
996
|
-
readonly type: "array";
|
|
997
|
-
readonly items: {
|
|
998
|
-
readonly type: "string";
|
|
999
|
-
};
|
|
1000
|
-
};
|
|
1001
|
-
readonly lastUsedAt: {
|
|
1002
|
-
readonly type: "string";
|
|
1003
|
-
readonly format: "date-time";
|
|
1004
|
-
readonly pattern: "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$";
|
|
1005
|
-
};
|
|
1006
|
-
readonly createdAt: {
|
|
1007
|
-
readonly type: "string";
|
|
1008
|
-
readonly format: "date-time";
|
|
1009
|
-
readonly pattern: "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$";
|
|
1010
|
-
};
|
|
1011
|
-
readonly updatedAt: {
|
|
1012
|
-
readonly type: "string";
|
|
1013
|
-
readonly format: "date-time";
|
|
1014
|
-
readonly pattern: "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$";
|
|
1015
|
-
};
|
|
1016
|
-
readonly deletedAt: {
|
|
1017
|
-
readonly type: "string";
|
|
1018
|
-
readonly format: "date-time";
|
|
1019
|
-
readonly pattern: "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$";
|
|
1020
|
-
};
|
|
1021
|
-
readonly platformId: {
|
|
1022
|
-
readonly type: "string";
|
|
1023
|
-
};
|
|
1024
|
-
readonly autoLoginScript: {
|
|
1025
|
-
readonly type: "string";
|
|
1026
|
-
};
|
|
1027
|
-
readonly sessionData: {
|
|
1028
|
-
readonly default: {};
|
|
1029
|
-
readonly type: "object";
|
|
1030
|
-
readonly propertyNames: {
|
|
1031
|
-
readonly type: "string";
|
|
1032
|
-
};
|
|
1033
|
-
readonly additionalProperties: {};
|
|
1034
|
-
};
|
|
1035
|
-
};
|
|
1036
|
-
readonly required: readonly ["id", "organizationId", "name", "url", "createdAt", "updatedAt"];
|
|
1037
|
-
};
|
|
1038
|
-
export declare const BrowserGetRespSchema: {
|
|
1039
|
-
readonly description: "浏览器获取响应";
|
|
1040
|
-
readonly type: "object";
|
|
1041
|
-
readonly properties: {
|
|
1042
|
-
readonly id: {
|
|
1043
|
-
readonly type: "string";
|
|
1044
|
-
};
|
|
1045
|
-
readonly organizationId: {
|
|
1046
|
-
readonly type: "string";
|
|
1047
|
-
};
|
|
1048
|
-
readonly name: {
|
|
1049
|
-
readonly type: "string";
|
|
1050
|
-
};
|
|
1051
|
-
readonly description: {
|
|
1052
|
-
readonly type: "string";
|
|
1053
|
-
};
|
|
1054
|
-
readonly url: {
|
|
1055
|
-
readonly type: "string";
|
|
1056
|
-
};
|
|
1057
|
-
readonly properties: {
|
|
1058
|
-
readonly default: {};
|
|
1059
|
-
readonly type: "object";
|
|
1060
|
-
readonly propertyNames: {
|
|
1061
|
-
readonly type: "string";
|
|
1062
|
-
};
|
|
1063
|
-
readonly additionalProperties: {};
|
|
1064
|
-
};
|
|
1065
|
-
readonly tags: {
|
|
1066
|
-
readonly type: "array";
|
|
1067
|
-
readonly items: {
|
|
1068
|
-
readonly type: "string";
|
|
1069
|
-
};
|
|
1070
|
-
};
|
|
1071
|
-
readonly lastUsedAt: {
|
|
1072
|
-
readonly type: "string";
|
|
1073
|
-
readonly format: "date-time";
|
|
1074
|
-
readonly pattern: "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$";
|
|
1075
|
-
};
|
|
1076
|
-
readonly createdAt: {
|
|
1077
|
-
readonly type: "string";
|
|
1078
|
-
readonly format: "date-time";
|
|
1079
|
-
readonly pattern: "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$";
|
|
1080
|
-
};
|
|
1081
|
-
readonly updatedAt: {
|
|
1082
|
-
readonly type: "string";
|
|
1083
|
-
readonly format: "date-time";
|
|
1084
|
-
readonly pattern: "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$";
|
|
1085
|
-
};
|
|
1086
|
-
readonly platformId: {
|
|
1087
|
-
readonly type: "string";
|
|
1088
|
-
};
|
|
1089
|
-
readonly autoLoginScript: {
|
|
1090
|
-
readonly type: "string";
|
|
1091
|
-
};
|
|
1092
|
-
readonly sessionData: {
|
|
1093
|
-
readonly default: {};
|
|
1094
|
-
readonly type: "object";
|
|
1095
|
-
readonly propertyNames: {
|
|
1096
|
-
readonly type: "string";
|
|
1097
|
-
};
|
|
1098
|
-
readonly additionalProperties: {};
|
|
1099
|
-
};
|
|
1100
|
-
};
|
|
1101
|
-
readonly required: readonly ["id", "organizationId", "name", "url", "createdAt", "updatedAt"];
|
|
1102
|
-
};
|
|
1103
|
-
export declare const BrowserUpsertRequestSchema: {
|
|
1104
|
-
readonly description: "浏览器更新请求";
|
|
1105
|
-
readonly type: "object";
|
|
1106
|
-
readonly properties: {
|
|
1107
|
-
readonly name: {
|
|
1108
|
-
readonly type: "string";
|
|
1109
|
-
readonly minLength: 1;
|
|
1110
|
-
};
|
|
1111
|
-
readonly description: {
|
|
1112
|
-
readonly type: "string";
|
|
1113
|
-
};
|
|
1114
|
-
readonly url: {
|
|
1115
|
-
readonly type: "string";
|
|
1116
|
-
readonly format: "uri";
|
|
1117
|
-
};
|
|
1118
|
-
readonly properties: {
|
|
1119
|
-
readonly default: {};
|
|
1120
|
-
readonly type: "object";
|
|
1121
|
-
readonly propertyNames: {
|
|
1122
|
-
readonly type: "string";
|
|
1123
|
-
};
|
|
1124
|
-
readonly additionalProperties: {};
|
|
1125
|
-
};
|
|
1126
|
-
readonly tags: {
|
|
1127
|
-
readonly type: "array";
|
|
1128
|
-
readonly items: {
|
|
1129
|
-
readonly type: "string";
|
|
1130
|
-
};
|
|
1131
|
-
};
|
|
1132
|
-
readonly platformId: {
|
|
1133
|
-
readonly type: "string";
|
|
1134
|
-
};
|
|
1135
|
-
readonly autoLoginScript: {
|
|
1136
|
-
readonly type: "string";
|
|
1137
|
-
};
|
|
1138
|
-
readonly sessionData: {
|
|
1139
|
-
readonly default: {};
|
|
1140
|
-
readonly type: "object";
|
|
1141
|
-
readonly propertyNames: {
|
|
1142
|
-
readonly type: "string";
|
|
1143
|
-
};
|
|
1144
|
-
readonly additionalProperties: {};
|
|
1145
|
-
};
|
|
1146
|
-
};
|
|
1147
|
-
readonly required: readonly ["name", "url"];
|
|
1148
|
-
};
|
|
1149
|
-
export declare const PAccountSchema: {
|
|
1150
|
-
readonly description: "平台账户";
|
|
1151
|
-
readonly type: "object";
|
|
1152
|
-
readonly properties: {
|
|
1153
|
-
readonly id: {
|
|
1154
|
-
readonly type: "string";
|
|
1155
|
-
};
|
|
1156
|
-
readonly tenantId: {
|
|
1157
|
-
readonly type: "string";
|
|
1158
|
-
};
|
|
1159
|
-
readonly createdAt: {
|
|
1160
|
-
readonly type: "string";
|
|
1161
|
-
readonly format: "date-time";
|
|
1162
|
-
readonly pattern: "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$";
|
|
1163
|
-
};
|
|
1164
|
-
readonly updatedAt: {
|
|
1165
|
-
readonly type: "string";
|
|
1166
|
-
readonly format: "date-time";
|
|
1167
|
-
readonly pattern: "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$";
|
|
1168
|
-
};
|
|
1169
|
-
readonly deletedAt: {
|
|
1170
|
-
readonly type: "string";
|
|
1171
|
-
readonly format: "date-time";
|
|
1172
|
-
readonly pattern: "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$";
|
|
1173
|
-
};
|
|
1174
|
-
readonly name: {
|
|
1175
|
-
readonly type: "string";
|
|
1176
|
-
};
|
|
1177
|
-
readonly description: {
|
|
1178
|
-
readonly type: "string";
|
|
1179
|
-
};
|
|
1180
|
-
readonly platformId: {
|
|
1181
|
-
readonly type: "string";
|
|
1182
|
-
};
|
|
1183
|
-
readonly tags: {
|
|
1184
|
-
readonly type: "array";
|
|
1185
|
-
readonly items: {
|
|
1186
|
-
readonly type: "string";
|
|
1187
|
-
};
|
|
1188
|
-
};
|
|
1189
|
-
readonly enabled: {
|
|
1190
|
-
readonly type: "boolean";
|
|
1191
|
-
};
|
|
1192
|
-
readonly state: {
|
|
1193
|
-
readonly type: "object";
|
|
1194
|
-
readonly propertyNames: {
|
|
1195
|
-
readonly type: "string";
|
|
1196
|
-
};
|
|
1197
|
-
readonly additionalProperties: {};
|
|
1198
|
-
};
|
|
1199
|
-
readonly config: {
|
|
1200
|
-
readonly type: "object";
|
|
1201
|
-
readonly propertyNames: {
|
|
1202
|
-
readonly type: "string";
|
|
1203
|
-
};
|
|
1204
|
-
readonly additionalProperties: {};
|
|
1205
|
-
};
|
|
1206
|
-
readonly error: {
|
|
1207
|
-
readonly type: "string";
|
|
1208
|
-
};
|
|
1209
|
-
readonly icon: {
|
|
1210
|
-
readonly type: "string";
|
|
1211
|
-
};
|
|
1212
|
-
readonly platform: {
|
|
1213
|
-
readonly type: "object";
|
|
1214
|
-
readonly properties: {
|
|
1215
|
-
readonly id: {
|
|
1216
|
-
readonly type: "string";
|
|
1217
|
-
};
|
|
1218
|
-
readonly name: {
|
|
1219
|
-
readonly type: "string";
|
|
1220
|
-
};
|
|
1221
|
-
readonly description: {
|
|
1222
|
-
readonly type: "string";
|
|
1223
|
-
};
|
|
1224
|
-
readonly url: {
|
|
1225
|
-
readonly type: "string";
|
|
1226
|
-
};
|
|
1227
|
-
readonly loginUrl: {
|
|
1228
|
-
readonly type: "string";
|
|
1229
|
-
};
|
|
1230
|
-
};
|
|
1231
|
-
readonly required: readonly ["id", "name"];
|
|
1232
|
-
};
|
|
1233
|
-
};
|
|
1234
|
-
readonly required: readonly ["id", "tenantId", "createdAt", "updatedAt", "platformId", "enabled"];
|
|
1235
|
-
};
|
|
1236
|
-
export declare const PAccountListRespSchema: {
|
|
1237
|
-
readonly description: "PAccountListResp";
|
|
1238
|
-
readonly type: "object";
|
|
1239
|
-
readonly properties: {
|
|
1240
|
-
readonly paginate: {
|
|
1241
|
-
readonly type: "object";
|
|
1242
|
-
readonly properties: {
|
|
1243
|
-
readonly total: {
|
|
1244
|
-
readonly description: "Total number of records";
|
|
1245
|
-
readonly type: "number";
|
|
1246
|
-
};
|
|
1247
|
-
readonly page: {
|
|
1248
|
-
readonly description: "Current page number";
|
|
1249
|
-
readonly type: "number";
|
|
1250
|
-
};
|
|
1251
|
-
readonly pageSize: {
|
|
1252
|
-
readonly description: "Number of records per page";
|
|
1253
|
-
readonly type: "number";
|
|
1254
|
-
};
|
|
1255
|
-
readonly totalPages: {
|
|
1256
|
-
readonly description: "Total number of pages";
|
|
1257
|
-
readonly type: "number";
|
|
1258
|
-
};
|
|
1259
|
-
readonly hasNext: {
|
|
1260
|
-
readonly description: "Whether there is a next page";
|
|
1261
|
-
readonly type: "boolean";
|
|
1262
|
-
};
|
|
1263
|
-
};
|
|
1264
|
-
readonly required: readonly ["total", "page", "pageSize", "totalPages", "hasNext"];
|
|
1265
|
-
};
|
|
1266
|
-
readonly rows: {
|
|
1267
|
-
readonly type: "array";
|
|
1268
|
-
readonly items: {
|
|
1269
|
-
readonly $ref: "#/components/schemas/PAccount";
|
|
1270
|
-
};
|
|
1271
|
-
};
|
|
1272
|
-
};
|
|
1273
|
-
readonly required: readonly ["paginate", "rows"];
|
|
1274
|
-
};
|
|
1275
|
-
export declare const PAccountCreateRequestSchema: {
|
|
1276
|
-
readonly description: "平台账户创建请求";
|
|
1277
|
-
readonly type: "object";
|
|
1278
|
-
readonly properties: {
|
|
1279
|
-
readonly name: {
|
|
1280
|
-
readonly type: "string";
|
|
1281
|
-
readonly minLength: 1;
|
|
1282
|
-
};
|
|
1283
|
-
readonly description: {
|
|
1284
|
-
readonly type: "string";
|
|
1285
|
-
};
|
|
1286
|
-
readonly platformId: {
|
|
1287
|
-
readonly type: "string";
|
|
1288
|
-
readonly minLength: 1;
|
|
1289
|
-
};
|
|
1290
|
-
readonly enabled: {
|
|
1291
|
-
readonly default: true;
|
|
1292
|
-
readonly type: "boolean";
|
|
1293
|
-
};
|
|
1294
|
-
readonly tags: {
|
|
1295
|
-
readonly default: readonly [];
|
|
1296
|
-
readonly type: "array";
|
|
1297
|
-
readonly items: {
|
|
1298
|
-
readonly type: "string";
|
|
1299
|
-
};
|
|
1300
|
-
};
|
|
1301
|
-
readonly config: {
|
|
1302
|
-
readonly default: {};
|
|
1303
|
-
readonly type: "object";
|
|
1304
|
-
readonly propertyNames: {
|
|
1305
|
-
readonly type: "string";
|
|
1306
|
-
};
|
|
1307
|
-
readonly additionalProperties: {};
|
|
1308
|
-
};
|
|
1309
|
-
readonly icon: {
|
|
1310
|
-
readonly type: "string";
|
|
1311
|
-
};
|
|
1312
|
-
};
|
|
1313
|
-
readonly required: readonly ["name", "platformId"];
|
|
1314
|
-
};
|
|
1315
|
-
export declare const PAccountUpdateRequestSchema: {
|
|
1316
|
-
readonly description: "平台账户更新请求";
|
|
1317
|
-
readonly type: "object";
|
|
1318
|
-
readonly properties: {
|
|
1319
|
-
readonly name: {
|
|
1320
|
-
readonly type: "string";
|
|
1321
|
-
readonly minLength: 1;
|
|
1322
|
-
};
|
|
1323
|
-
readonly description: {
|
|
1324
|
-
readonly type: "string";
|
|
1325
|
-
};
|
|
1326
|
-
readonly platformId: {
|
|
1327
|
-
readonly type: "string";
|
|
1328
|
-
readonly minLength: 1;
|
|
1329
|
-
};
|
|
1330
|
-
readonly enabled: {
|
|
1331
|
-
readonly type: "boolean";
|
|
1332
|
-
};
|
|
1333
|
-
readonly tags: {
|
|
1334
|
-
readonly type: "array";
|
|
1335
|
-
readonly items: {
|
|
1336
|
-
readonly type: "string";
|
|
1337
|
-
};
|
|
1338
|
-
};
|
|
1339
|
-
readonly config: {
|
|
1340
|
-
readonly type: "object";
|
|
1341
|
-
readonly propertyNames: {
|
|
1342
|
-
readonly type: "string";
|
|
1343
|
-
};
|
|
1344
|
-
readonly additionalProperties: {};
|
|
1345
|
-
};
|
|
1346
|
-
readonly icon: {
|
|
1347
|
-
readonly type: "string";
|
|
1348
|
-
};
|
|
1349
|
-
};
|
|
1350
|
-
};
|
|
1351
|
-
export declare const PlatformSchema: {
|
|
1352
|
-
readonly description: "平台";
|
|
1353
|
-
readonly type: "object";
|
|
1354
|
-
readonly properties: {
|
|
1355
|
-
readonly id: {
|
|
1356
|
-
readonly type: "string";
|
|
1357
|
-
};
|
|
1358
|
-
readonly name: {
|
|
1359
|
-
readonly type: "string";
|
|
1360
|
-
};
|
|
1361
|
-
readonly description: {
|
|
1362
|
-
readonly type: "string";
|
|
1363
|
-
};
|
|
1364
|
-
readonly url: {
|
|
1365
|
-
readonly type: "string";
|
|
1366
|
-
};
|
|
1367
|
-
readonly loginUrl: {
|
|
1368
|
-
readonly type: "string";
|
|
1369
|
-
};
|
|
1370
|
-
readonly type: {
|
|
1371
|
-
readonly type: "string";
|
|
1372
|
-
};
|
|
1373
|
-
readonly status: {
|
|
1374
|
-
readonly type: "string";
|
|
1375
|
-
};
|
|
1376
|
-
readonly config: {
|
|
1377
|
-
readonly default: {};
|
|
1378
|
-
readonly type: "object";
|
|
1379
|
-
readonly propertyNames: {
|
|
1380
|
-
readonly type: "string";
|
|
1381
|
-
};
|
|
1382
|
-
readonly additionalProperties: {};
|
|
1383
|
-
};
|
|
1384
|
-
readonly tags: {
|
|
1385
|
-
readonly type: "array";
|
|
1386
|
-
readonly items: {
|
|
1387
|
-
readonly type: "string";
|
|
1388
|
-
};
|
|
1389
|
-
};
|
|
1390
|
-
readonly createdAt: {
|
|
1391
|
-
readonly type: "string";
|
|
1392
|
-
readonly format: "date-time";
|
|
1393
|
-
readonly pattern: "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$";
|
|
1394
|
-
};
|
|
1395
|
-
readonly updatedAt: {
|
|
1396
|
-
readonly type: "string";
|
|
1397
|
-
readonly format: "date-time";
|
|
1398
|
-
readonly pattern: "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$";
|
|
1399
|
-
};
|
|
1400
|
-
};
|
|
1401
|
-
readonly required: readonly ["id", "name", "createdAt", "updatedAt"];
|
|
1402
|
-
};
|
|
1403
|
-
export declare const PlatformGetRespSchema: {
|
|
1404
|
-
readonly description: "平台获取响应";
|
|
1405
|
-
readonly type: "object";
|
|
1406
|
-
readonly properties: {
|
|
1407
|
-
readonly id: {
|
|
1408
|
-
readonly type: "string";
|
|
1409
|
-
};
|
|
1410
|
-
readonly name: {
|
|
1411
|
-
readonly type: "string";
|
|
1412
|
-
};
|
|
1413
|
-
readonly description: {
|
|
1414
|
-
readonly type: "string";
|
|
1415
|
-
};
|
|
1416
|
-
readonly url: {
|
|
1417
|
-
readonly type: "string";
|
|
1418
|
-
};
|
|
1419
|
-
readonly loginUrl: {
|
|
1420
|
-
readonly type: "string";
|
|
1421
|
-
};
|
|
1422
|
-
readonly type: {
|
|
1423
|
-
readonly type: "string";
|
|
1424
|
-
};
|
|
1425
|
-
readonly status: {
|
|
1426
|
-
readonly type: "string";
|
|
1427
|
-
};
|
|
1428
|
-
readonly config: {
|
|
1429
|
-
readonly default: {};
|
|
1430
|
-
readonly type: "object";
|
|
1431
|
-
readonly propertyNames: {
|
|
1432
|
-
readonly type: "string";
|
|
1433
|
-
};
|
|
1434
|
-
readonly additionalProperties: {};
|
|
1435
|
-
};
|
|
1436
|
-
readonly tags: {
|
|
1437
|
-
readonly type: "array";
|
|
1438
|
-
readonly items: {
|
|
1439
|
-
readonly type: "string";
|
|
1440
|
-
};
|
|
1441
|
-
};
|
|
1442
|
-
readonly createdAt: {
|
|
1443
|
-
readonly type: "string";
|
|
1444
|
-
readonly format: "date-time";
|
|
1445
|
-
readonly pattern: "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$";
|
|
1446
|
-
};
|
|
1447
|
-
readonly updatedAt: {
|
|
1448
|
-
readonly type: "string";
|
|
1449
|
-
readonly format: "date-time";
|
|
1450
|
-
readonly pattern: "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$";
|
|
1451
|
-
};
|
|
1452
|
-
};
|
|
1453
|
-
readonly required: readonly ["id", "name", "createdAt", "updatedAt"];
|
|
1454
|
-
};
|
|
1455
|
-
export declare const zPlatformCreateSchema: {
|
|
1456
|
-
readonly description: "平台创建请求";
|
|
1457
|
-
readonly type: "object";
|
|
1458
|
-
readonly properties: {
|
|
1459
|
-
readonly id: {
|
|
1460
|
-
readonly type: "string";
|
|
1461
|
-
};
|
|
1462
|
-
readonly name: {
|
|
1463
|
-
readonly type: "string";
|
|
1464
|
-
readonly minLength: 1;
|
|
1465
|
-
};
|
|
1466
|
-
readonly description: {
|
|
1467
|
-
readonly type: "string";
|
|
1468
|
-
};
|
|
1469
|
-
readonly url: {
|
|
1470
|
-
readonly type: "string";
|
|
1471
|
-
};
|
|
1472
|
-
readonly loginUrl: {
|
|
1473
|
-
readonly type: "string";
|
|
1474
|
-
};
|
|
1475
|
-
readonly type: {
|
|
1476
|
-
readonly type: "string";
|
|
1477
|
-
};
|
|
1478
|
-
readonly status: {
|
|
1479
|
-
readonly type: "string";
|
|
1480
|
-
};
|
|
1481
|
-
readonly config: {
|
|
1482
|
-
readonly default: {};
|
|
1483
|
-
readonly type: "object";
|
|
1484
|
-
readonly propertyNames: {
|
|
1485
|
-
readonly type: "string";
|
|
1486
|
-
};
|
|
1487
|
-
readonly additionalProperties: {};
|
|
1488
|
-
};
|
|
1489
|
-
readonly tags: {
|
|
1490
|
-
readonly type: "array";
|
|
1491
|
-
readonly items: {
|
|
1492
|
-
readonly type: "string";
|
|
1493
|
-
};
|
|
1494
|
-
};
|
|
1495
|
-
};
|
|
1496
|
-
readonly required: readonly ["name"];
|
|
1497
|
-
};
|
|
1498
|
-
export declare const ProxyGetRespSchema: {
|
|
1499
|
-
readonly description: "代理获取响应";
|
|
1500
|
-
readonly type: "object";
|
|
1501
|
-
readonly properties: {
|
|
1502
|
-
readonly id: {
|
|
1503
|
-
readonly type: "string";
|
|
1504
|
-
};
|
|
1505
|
-
readonly name: {
|
|
1506
|
-
readonly type: "string";
|
|
1507
|
-
};
|
|
1508
|
-
readonly description: {
|
|
1509
|
-
readonly anyOf: readonly [{
|
|
1510
|
-
readonly type: "string";
|
|
1511
|
-
}, {
|
|
1512
|
-
readonly type: "null";
|
|
1513
|
-
}];
|
|
1514
|
-
};
|
|
1515
|
-
readonly url: {
|
|
1516
|
-
readonly type: "string";
|
|
1517
|
-
};
|
|
1518
|
-
readonly type: {
|
|
1519
|
-
readonly type: "string";
|
|
1520
|
-
};
|
|
1521
|
-
readonly provider: {
|
|
1522
|
-
readonly type: "string";
|
|
1523
|
-
};
|
|
1524
|
-
readonly detour: {
|
|
1525
|
-
readonly anyOf: readonly [{
|
|
1526
|
-
readonly type: "string";
|
|
1527
|
-
}, {
|
|
1528
|
-
readonly type: "null";
|
|
1529
|
-
}];
|
|
1530
|
-
};
|
|
1531
|
-
readonly country_code: {
|
|
1532
|
-
readonly type: "string";
|
|
1533
|
-
};
|
|
1534
|
-
readonly port: {
|
|
1535
|
-
readonly type: "number";
|
|
1536
|
-
};
|
|
1537
|
-
readonly enabled: {
|
|
1538
|
-
readonly type: "boolean";
|
|
1539
|
-
};
|
|
1540
|
-
readonly created_at: {
|
|
1541
|
-
readonly type: "string";
|
|
1542
|
-
readonly format: "date-time";
|
|
1543
|
-
readonly pattern: "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$";
|
|
1544
|
-
};
|
|
1545
|
-
readonly updated_at: {
|
|
1546
|
-
readonly type: "string";
|
|
1547
|
-
readonly format: "date-time";
|
|
1548
|
-
readonly pattern: "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$";
|
|
1549
|
-
};
|
|
1550
|
-
};
|
|
1551
|
-
readonly required: readonly ["id", "name", "url", "enabled"];
|
|
1552
|
-
};
|
|
1553
|
-
export declare const ProxyListRespSchema: {
|
|
1554
|
-
readonly description: "代理列表响应";
|
|
1555
|
-
readonly type: "object";
|
|
1556
|
-
readonly properties: {
|
|
1557
|
-
readonly paginate: {
|
|
1558
|
-
readonly type: "object";
|
|
1559
|
-
readonly properties: {
|
|
1560
|
-
readonly total: {
|
|
1561
|
-
readonly description: "Total number of records";
|
|
1562
|
-
readonly type: "number";
|
|
1563
|
-
};
|
|
1564
|
-
readonly page: {
|
|
1565
|
-
readonly description: "Current page number";
|
|
1566
|
-
readonly type: "number";
|
|
1567
|
-
};
|
|
1568
|
-
readonly pageSize: {
|
|
1569
|
-
readonly description: "Number of records per page";
|
|
1570
|
-
readonly type: "number";
|
|
1571
|
-
};
|
|
1572
|
-
readonly totalPages: {
|
|
1573
|
-
readonly description: "Total number of pages";
|
|
1574
|
-
readonly type: "number";
|
|
1575
|
-
};
|
|
1576
|
-
readonly hasNext: {
|
|
1577
|
-
readonly description: "Whether there is a next page";
|
|
1578
|
-
readonly type: "boolean";
|
|
1579
|
-
};
|
|
1580
|
-
};
|
|
1581
|
-
readonly required: readonly ["total", "page", "pageSize", "totalPages", "hasNext"];
|
|
1582
|
-
};
|
|
1583
|
-
readonly rows: {
|
|
1584
|
-
readonly type: "array";
|
|
1585
|
-
readonly items: {
|
|
1586
|
-
readonly $ref: "#/components/schemas/ProxyGetResp";
|
|
1587
|
-
};
|
|
1588
|
-
};
|
|
1589
|
-
};
|
|
1590
|
-
readonly required: readonly ["paginate", "rows"];
|
|
1591
|
-
};
|
|
1592
|
-
export declare const ProxyUpsertRequestSchema: {
|
|
1593
|
-
readonly description: "代理更新请求";
|
|
1594
|
-
readonly type: "object";
|
|
1595
|
-
readonly properties: {
|
|
1596
|
-
readonly id: {
|
|
1597
|
-
readonly type: "string";
|
|
1598
|
-
};
|
|
1599
|
-
readonly name: {
|
|
1600
|
-
readonly type: "string";
|
|
1601
|
-
readonly minLength: 1;
|
|
1602
|
-
};
|
|
1603
|
-
readonly description: {
|
|
1604
|
-
readonly type: "string";
|
|
1605
|
-
};
|
|
1606
|
-
readonly url: {
|
|
1607
|
-
readonly type: "string";
|
|
1608
|
-
readonly format: "uri";
|
|
1609
|
-
};
|
|
1610
|
-
readonly detour: {
|
|
1611
|
-
readonly type: "string";
|
|
1612
|
-
};
|
|
1613
|
-
};
|
|
1614
|
-
readonly required: readonly ["url"];
|
|
1615
|
-
};
|
|
1616
|
-
export declare const SandboxSchema: {
|
|
1617
|
-
readonly description: "沙箱";
|
|
1618
|
-
readonly type: "object";
|
|
1619
|
-
readonly properties: {
|
|
1620
|
-
readonly id: {
|
|
1621
|
-
readonly type: "string";
|
|
1622
|
-
};
|
|
1623
|
-
readonly createdAt: {
|
|
1624
|
-
readonly type: "string";
|
|
1625
|
-
readonly format: "date-time";
|
|
1626
|
-
readonly pattern: "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$";
|
|
1627
|
-
};
|
|
1628
|
-
readonly updatedAt: {
|
|
1629
|
-
readonly type: "string";
|
|
1630
|
-
readonly format: "date-time";
|
|
1631
|
-
readonly pattern: "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$";
|
|
1632
|
-
};
|
|
1633
|
-
readonly deletedAt: {
|
|
1634
|
-
readonly type: "string";
|
|
1635
|
-
readonly format: "date-time";
|
|
1636
|
-
readonly pattern: "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$";
|
|
1637
|
-
};
|
|
1638
|
-
readonly organizationId: {
|
|
1639
|
-
readonly type: "string";
|
|
1640
|
-
};
|
|
1641
|
-
readonly name: {
|
|
1642
|
-
readonly type: "string";
|
|
1643
|
-
};
|
|
1644
|
-
readonly description: {
|
|
1645
|
-
readonly type: "string";
|
|
1646
|
-
};
|
|
1647
|
-
readonly deployType: {
|
|
1648
|
-
readonly type: "string";
|
|
1649
|
-
};
|
|
1650
|
-
readonly serverUrl: {
|
|
1651
|
-
readonly type: "string";
|
|
1652
|
-
};
|
|
1653
|
-
readonly status: {
|
|
1654
|
-
readonly type: "string";
|
|
1655
|
-
};
|
|
1656
|
-
readonly state: {
|
|
1657
|
-
readonly default: {};
|
|
1658
|
-
};
|
|
1659
|
-
readonly config: {
|
|
1660
|
-
readonly default: {};
|
|
1661
|
-
};
|
|
1662
|
-
};
|
|
1663
|
-
readonly required: readonly ["id", "createdAt", "updatedAt", "organizationId", "name", "description", "deployType", "serverUrl", "status"];
|
|
1664
|
-
};
|
|
1665
|
-
export declare const SandboxListSchema: {
|
|
1666
|
-
readonly description: "沙箱列表响应";
|
|
1667
|
-
readonly type: "object";
|
|
1668
|
-
readonly properties: {
|
|
1669
|
-
readonly services: {
|
|
1670
|
-
readonly type: "array";
|
|
1671
|
-
readonly items: {
|
|
1672
|
-
readonly $ref: "#/components/schemas/Sandbox";
|
|
1673
|
-
};
|
|
1674
|
-
};
|
|
1675
|
-
readonly total: {
|
|
1676
|
-
readonly type: "number";
|
|
1677
|
-
};
|
|
1678
|
-
};
|
|
1679
|
-
readonly required: readonly ["services", "total"];
|
|
1680
|
-
};
|
|
1681
|
-
export declare const SandboxGetSchema: {
|
|
1682
|
-
readonly description: "沙箱获取响应";
|
|
1683
|
-
readonly type: "object";
|
|
1684
|
-
readonly properties: {
|
|
1685
|
-
readonly service: {
|
|
1686
|
-
readonly $ref: "#/components/schemas/Sandbox";
|
|
1687
|
-
};
|
|
1688
|
-
};
|
|
1689
|
-
};
|
|
1690
|
-
export declare const SandboxStartSchema: {
|
|
1691
|
-
readonly description: "沙箱启动响应";
|
|
1692
|
-
readonly type: "object";
|
|
1693
|
-
readonly properties: {
|
|
1694
|
-
readonly message: {
|
|
1695
|
-
readonly type: "string";
|
|
1696
|
-
};
|
|
1697
|
-
readonly serviceId: {
|
|
1698
|
-
readonly type: "string";
|
|
1699
|
-
};
|
|
1700
|
-
};
|
|
1701
|
-
readonly required: readonly ["message", "serviceId"];
|
|
1702
|
-
};
|
|
1703
|
-
export declare const NavItemChildSchema: {
|
|
1704
|
-
readonly description: "导航菜单子项";
|
|
1705
|
-
readonly type: "object";
|
|
1706
|
-
readonly properties: {
|
|
1707
|
-
readonly title: {
|
|
1708
|
-
readonly type: "string";
|
|
1709
|
-
};
|
|
1710
|
-
readonly url: {
|
|
1711
|
-
readonly type: "string";
|
|
1712
|
-
};
|
|
1713
|
-
readonly icon: {
|
|
1714
|
-
readonly type: "string";
|
|
1715
|
-
};
|
|
1716
|
-
readonly debugOnly: {
|
|
1717
|
-
readonly type: "boolean";
|
|
1718
|
-
};
|
|
1719
|
-
readonly badge: {
|
|
1720
|
-
readonly type: "string";
|
|
1721
|
-
};
|
|
1722
|
-
readonly roles: {
|
|
1723
|
-
readonly type: "array";
|
|
1724
|
-
readonly items: {
|
|
1725
|
-
readonly type: "string";
|
|
1726
|
-
};
|
|
1727
|
-
};
|
|
1728
|
-
};
|
|
1729
|
-
readonly required: readonly ["title"];
|
|
1730
|
-
};
|
|
1731
|
-
export declare const NavItemSchema: {
|
|
1732
|
-
readonly description: "导航菜单项";
|
|
1733
|
-
readonly type: "object";
|
|
1734
|
-
readonly properties: {
|
|
1735
|
-
readonly title: {
|
|
1736
|
-
readonly type: "string";
|
|
1737
|
-
};
|
|
1738
|
-
readonly url: {
|
|
1739
|
-
readonly type: "string";
|
|
1740
|
-
};
|
|
1741
|
-
readonly icon: {
|
|
1742
|
-
readonly type: "string";
|
|
1743
|
-
};
|
|
1744
|
-
readonly debugOnly: {
|
|
1745
|
-
readonly type: "boolean";
|
|
1746
|
-
};
|
|
1747
|
-
readonly badge: {
|
|
1748
|
-
readonly type: "string";
|
|
1749
|
-
};
|
|
1750
|
-
readonly roles: {
|
|
1751
|
-
readonly type: "array";
|
|
1752
|
-
readonly items: {
|
|
1753
|
-
readonly type: "string";
|
|
1754
|
-
};
|
|
1755
|
-
};
|
|
1756
|
-
readonly children: {
|
|
1757
|
-
readonly type: "array";
|
|
1758
|
-
readonly items: {
|
|
1759
|
-
readonly $ref: "#/components/schemas/NavItemChild";
|
|
1760
|
-
};
|
|
1761
|
-
};
|
|
1762
|
-
};
|
|
1763
|
-
readonly required: readonly ["title"];
|
|
1764
|
-
};
|
|
1765
|
-
export declare const DashUiResponseSchema: {
|
|
1766
|
-
readonly description: "DashUI响应";
|
|
1767
|
-
readonly type: "object";
|
|
1768
|
-
readonly properties: {
|
|
1769
|
-
readonly navItems: {
|
|
1770
|
-
readonly type: "array";
|
|
1771
|
-
readonly items: {
|
|
1772
|
-
readonly $ref: "#/components/schemas/NavItem";
|
|
1773
|
-
};
|
|
1774
|
-
};
|
|
1775
|
-
};
|
|
1776
|
-
readonly required: readonly ["navItems"];
|
|
1777
|
-
};
|
|
1778
|
-
export declare const OrganizationSchema: {
|
|
1779
|
-
readonly description: "Organization";
|
|
1780
|
-
readonly type: "object";
|
|
1781
|
-
readonly properties: {
|
|
1782
|
-
readonly id: {
|
|
1783
|
-
readonly type: "string";
|
|
1784
|
-
};
|
|
1785
|
-
readonly name: {
|
|
1786
|
-
readonly type: "string";
|
|
1787
|
-
readonly minLength: 1;
|
|
1788
|
-
readonly maxLength: 100;
|
|
1789
|
-
};
|
|
1790
|
-
readonly slug: {
|
|
1791
|
-
readonly type: "string";
|
|
1792
|
-
readonly minLength: 1;
|
|
1793
|
-
readonly maxLength: 50;
|
|
1794
|
-
};
|
|
1795
|
-
readonly logo: {
|
|
1796
|
-
readonly type: "string";
|
|
1797
|
-
};
|
|
1798
|
-
readonly metadata: {
|
|
1799
|
-
readonly type: "object";
|
|
1800
|
-
readonly propertyNames: {
|
|
1801
|
-
readonly type: "string";
|
|
1802
|
-
};
|
|
1803
|
-
readonly additionalProperties: {};
|
|
1804
|
-
};
|
|
1805
|
-
readonly createdAt: {
|
|
1806
|
-
readonly type: "string";
|
|
1807
|
-
};
|
|
1808
|
-
readonly updatedAt: {
|
|
1809
|
-
readonly type: "string";
|
|
1810
|
-
};
|
|
1811
|
-
};
|
|
1812
|
-
readonly required: readonly ["id", "name", "slug", "createdAt", "updatedAt"];
|
|
1813
|
-
};
|
|
1814
|
-
export declare const OrganizationCreateRequestSchema: {
|
|
1815
|
-
readonly description: "OrganizationCreateRequest";
|
|
1816
|
-
readonly type: "object";
|
|
1817
|
-
readonly properties: {
|
|
1818
|
-
readonly name: {
|
|
1819
|
-
readonly type: "string";
|
|
1820
|
-
readonly minLength: 1;
|
|
1821
|
-
readonly maxLength: 100;
|
|
1822
|
-
};
|
|
1823
|
-
readonly slug: {
|
|
1824
|
-
readonly type: "string";
|
|
1825
|
-
readonly minLength: 1;
|
|
1826
|
-
readonly maxLength: 50;
|
|
1827
|
-
};
|
|
1828
|
-
readonly logo: {
|
|
1829
|
-
readonly type: "string";
|
|
1830
|
-
};
|
|
1831
|
-
readonly metadata: {
|
|
1832
|
-
readonly type: "object";
|
|
1833
|
-
readonly propertyNames: {
|
|
1834
|
-
readonly type: "string";
|
|
1835
|
-
};
|
|
1836
|
-
readonly additionalProperties: {};
|
|
1837
|
-
};
|
|
1838
|
-
};
|
|
1839
|
-
readonly required: readonly ["name", "slug"];
|
|
1840
|
-
};
|
|
1841
|
-
export declare const OrganizationUpdateRequestSchema: {
|
|
1842
|
-
readonly description: "OrganizationUpdateRequest";
|
|
1843
|
-
readonly type: "object";
|
|
1844
|
-
readonly properties: {
|
|
1845
|
-
readonly name: {
|
|
1846
|
-
readonly type: "string";
|
|
1847
|
-
readonly minLength: 1;
|
|
1848
|
-
readonly maxLength: 100;
|
|
1849
|
-
};
|
|
1850
|
-
readonly logo: {
|
|
1851
|
-
readonly type: "string";
|
|
1852
|
-
};
|
|
1853
|
-
readonly metadata: {
|
|
1854
|
-
readonly type: "object";
|
|
1855
|
-
readonly propertyNames: {
|
|
1856
|
-
readonly type: "string";
|
|
1857
|
-
};
|
|
1858
|
-
readonly additionalProperties: {};
|
|
1859
|
-
};
|
|
1860
|
-
};
|
|
1861
|
-
};
|
|
1862
|
-
export declare const InvitationSchema: {
|
|
1863
|
-
readonly description: "Invitation";
|
|
1864
|
-
readonly type: "object";
|
|
1865
|
-
readonly properties: {
|
|
1866
|
-
readonly id: {
|
|
1867
|
-
readonly type: "string";
|
|
1868
|
-
};
|
|
1869
|
-
readonly organizationId: {
|
|
1870
|
-
readonly type: "string";
|
|
1871
|
-
};
|
|
1872
|
-
readonly email: {
|
|
1873
|
-
readonly type: "string";
|
|
1874
|
-
readonly format: "email";
|
|
1875
|
-
readonly pattern: "^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$";
|
|
1876
|
-
};
|
|
1877
|
-
readonly role: {
|
|
1878
|
-
readonly type: "string";
|
|
1879
|
-
readonly enum: readonly ["admin", "member"];
|
|
1880
|
-
};
|
|
1881
|
-
readonly status: {
|
|
1882
|
-
readonly type: "string";
|
|
1883
|
-
readonly enum: readonly ["pending", "accepted", "rejected", "cancelled"];
|
|
1884
|
-
};
|
|
1885
|
-
readonly inviterId: {
|
|
1886
|
-
readonly type: "string";
|
|
1887
|
-
};
|
|
1888
|
-
readonly expiresAt: {
|
|
1889
|
-
readonly type: "string";
|
|
1890
|
-
};
|
|
1891
|
-
readonly createdAt: {
|
|
1892
|
-
readonly type: "string";
|
|
1893
|
-
};
|
|
1894
|
-
readonly updatedAt: {
|
|
1895
|
-
readonly type: "string";
|
|
1896
|
-
};
|
|
1897
|
-
};
|
|
1898
|
-
readonly required: readonly ["id", "organizationId", "email", "role", "status", "inviterId", "expiresAt", "createdAt", "updatedAt"];
|
|
1899
|
-
};
|
|
1900
|
-
export declare const InviteRequestSchema: {
|
|
1901
|
-
readonly description: "InviteRequest";
|
|
1902
|
-
readonly type: "object";
|
|
1903
|
-
readonly properties: {
|
|
1904
|
-
readonly email: {
|
|
1905
|
-
readonly type: "string";
|
|
1906
|
-
readonly format: "email";
|
|
1907
|
-
readonly pattern: "^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$";
|
|
1908
|
-
};
|
|
1909
|
-
readonly role: {
|
|
1910
|
-
readonly default: "member";
|
|
1911
|
-
readonly type: "string";
|
|
1912
|
-
readonly enum: readonly ["admin", "member"];
|
|
1913
|
-
};
|
|
1914
|
-
readonly organizationId: {
|
|
1915
|
-
readonly type: "string";
|
|
1916
|
-
};
|
|
1917
|
-
};
|
|
1918
|
-
readonly required: readonly ["email"];
|
|
1919
|
-
};
|
|
1920
|
-
export declare const MemberSchema: {
|
|
1921
|
-
readonly description: "Member";
|
|
1922
|
-
readonly type: "object";
|
|
1923
|
-
readonly properties: {
|
|
1924
|
-
readonly id: {
|
|
1925
|
-
readonly type: "string";
|
|
1926
|
-
};
|
|
1927
|
-
readonly organizationId: {
|
|
1928
|
-
readonly type: "string";
|
|
1929
|
-
};
|
|
1930
|
-
readonly userId: {
|
|
1931
|
-
readonly type: "string";
|
|
1932
|
-
};
|
|
1933
|
-
readonly role: {
|
|
1934
|
-
readonly type: "string";
|
|
1935
|
-
readonly enum: readonly ["owner", "admin", "member"];
|
|
1936
|
-
};
|
|
1937
|
-
readonly createdAt: {
|
|
1938
|
-
readonly type: "string";
|
|
1939
|
-
};
|
|
1940
|
-
readonly updatedAt: {
|
|
1941
|
-
readonly type: "string";
|
|
1942
|
-
};
|
|
1943
|
-
};
|
|
1944
|
-
readonly required: readonly ["id", "organizationId", "userId", "role", "createdAt", "updatedAt"];
|
|
1945
|
-
};
|
|
1946
|
-
export declare const UpdateMemberRoleRequestSchema: {
|
|
1947
|
-
readonly description: "UpdateMemberRoleRequest";
|
|
1948
|
-
readonly type: "object";
|
|
1949
|
-
readonly properties: {
|
|
1950
|
-
readonly role: {
|
|
1951
|
-
readonly type: "string";
|
|
1952
|
-
readonly enum: readonly ["admin", "member"];
|
|
1953
|
-
};
|
|
1954
|
-
};
|
|
1955
|
-
readonly required: readonly ["role"];
|
|
1956
|
-
};
|
|
1957
|
-
export declare const SysConfigRespSchema: {
|
|
1958
|
-
readonly description: "系统配置响应";
|
|
1959
|
-
readonly type: "object";
|
|
1960
|
-
readonly properties: {
|
|
1961
|
-
readonly len: {
|
|
1962
|
-
readonly description: "用户数量";
|
|
1963
|
-
readonly type: "number";
|
|
1964
|
-
};
|
|
1965
|
-
};
|
|
1966
|
-
readonly required: readonly ["len"];
|
|
1967
|
-
};
|
|
1968
|
-
export declare const SystemConfigValueSchema: {
|
|
1969
|
-
readonly description: "系统配置值";
|
|
1970
|
-
readonly type: "object";
|
|
1971
|
-
readonly properties: {
|
|
1972
|
-
readonly hatchet: {
|
|
1973
|
-
readonly type: "object";
|
|
1974
|
-
readonly properties: {
|
|
1975
|
-
readonly serverUrl: {
|
|
1976
|
-
readonly type: "string";
|
|
1977
|
-
readonly format: "uri";
|
|
1978
|
-
};
|
|
1979
|
-
readonly token: {
|
|
1980
|
-
readonly type: "string";
|
|
1981
|
-
};
|
|
1982
|
-
};
|
|
1983
|
-
};
|
|
1984
|
-
};
|
|
1985
|
-
};
|
|
1986
|
-
export declare const SystemConfigResponseSchema: {
|
|
1987
|
-
readonly description: "系统配置响应";
|
|
1988
|
-
readonly type: "object";
|
|
1989
|
-
readonly properties: {
|
|
1990
|
-
readonly id: {
|
|
1991
|
-
readonly description: "配置ID";
|
|
1992
|
-
readonly type: "string";
|
|
1993
|
-
};
|
|
1994
|
-
readonly value: {
|
|
1995
|
-
readonly $ref: "#/components/schemas/SystemConfigValue";
|
|
1996
|
-
};
|
|
1997
|
-
readonly createdAt: {
|
|
1998
|
-
readonly description: "创建时间";
|
|
1999
|
-
readonly type: "string";
|
|
2000
|
-
};
|
|
2001
|
-
readonly updatedAt: {
|
|
2002
|
-
readonly description: "更新时间";
|
|
2003
|
-
readonly type: "string";
|
|
2004
|
-
};
|
|
2005
|
-
};
|
|
2006
|
-
readonly required: readonly ["id", "value", "createdAt", "updatedAt"];
|
|
2007
|
-
};
|
|
2008
|
-
export declare const SingboxConfigSchema: {
|
|
2009
|
-
readonly description: "SingboxConfig";
|
|
2010
|
-
readonly type: "object";
|
|
2011
|
-
readonly properties: {
|
|
2012
|
-
readonly configUrl: {
|
|
2013
|
-
readonly type: "string";
|
|
2014
|
-
};
|
|
2015
|
-
readonly containerOnly: {
|
|
2016
|
-
readonly default: false;
|
|
2017
|
-
readonly type: "boolean";
|
|
2018
|
-
};
|
|
2019
|
-
};
|
|
2020
|
-
};
|
|
2021
|
-
export declare const TunnelConfigSchema: {
|
|
2022
|
-
readonly description: "TunnelConfig";
|
|
2023
|
-
readonly type: "object";
|
|
2024
|
-
readonly properties: {
|
|
2025
|
-
readonly cloudflareToken: {
|
|
2026
|
-
readonly default: "";
|
|
2027
|
-
readonly type: "string";
|
|
2028
|
-
};
|
|
2029
|
-
readonly tunnelName: {
|
|
2030
|
-
readonly type: "string";
|
|
2031
|
-
};
|
|
2032
|
-
readonly localPort: {
|
|
2033
|
-
readonly type: "integer";
|
|
2034
|
-
readonly minimum: 1;
|
|
2035
|
-
readonly maximum: 65535;
|
|
2036
|
-
};
|
|
2037
|
-
readonly singbox: {
|
|
2038
|
-
readonly $ref: "#/components/schemas/SingboxConfig";
|
|
2039
|
-
};
|
|
2040
|
-
};
|
|
2041
|
-
readonly required: readonly ["localPort", "singbox"];
|
|
2042
|
-
};
|
|
2043
|
-
export declare const OnionConfigSchema: {
|
|
2044
|
-
readonly description: "OnionConfig";
|
|
2045
|
-
readonly type: "object";
|
|
2046
|
-
readonly properties: {
|
|
2047
|
-
readonly privateKey: {
|
|
2048
|
-
readonly type: "string";
|
|
2049
|
-
};
|
|
2050
|
-
};
|
|
2051
|
-
};
|
|
2052
|
-
export declare const VncServiceSchema: {
|
|
2053
|
-
readonly description: "VncService";
|
|
2054
|
-
readonly type: "object";
|
|
2055
|
-
readonly properties: {
|
|
2056
|
-
readonly enabled: {
|
|
2057
|
-
readonly default: false;
|
|
2058
|
-
readonly type: "boolean";
|
|
2059
|
-
};
|
|
2060
|
-
readonly port: {
|
|
2061
|
-
readonly default: 8444;
|
|
2062
|
-
readonly type: "number";
|
|
2063
|
-
};
|
|
2064
|
-
readonly display: {
|
|
2065
|
-
readonly default: ":1";
|
|
2066
|
-
readonly type: "string";
|
|
2067
|
-
};
|
|
2068
|
-
readonly password: {
|
|
2069
|
-
readonly type: "string";
|
|
2070
|
-
};
|
|
2071
|
-
readonly resolution: {
|
|
2072
|
-
readonly type: "string";
|
|
2073
|
-
};
|
|
2074
|
-
readonly colorDepth: {
|
|
2075
|
-
readonly type: "number";
|
|
2076
|
-
};
|
|
2077
|
-
readonly onionConfig: {
|
|
2078
|
-
readonly $ref: "#/components/schemas/OnionConfig";
|
|
2079
|
-
};
|
|
2080
|
-
};
|
|
2081
|
-
};
|
|
2082
|
-
export declare const MainApiServiceSchema: {
|
|
2083
|
-
readonly description: "MainApiService";
|
|
2084
|
-
readonly type: "object";
|
|
2085
|
-
readonly properties: {
|
|
2086
|
-
readonly enabled: {
|
|
2087
|
-
readonly default: false;
|
|
2088
|
-
readonly type: "boolean";
|
|
2089
|
-
};
|
|
2090
|
-
readonly port: {
|
|
2091
|
-
readonly default: 8000;
|
|
2092
|
-
readonly type: "number";
|
|
2093
|
-
};
|
|
2094
|
-
readonly onionConfig: {
|
|
2095
|
-
readonly $ref: "#/components/schemas/OnionConfig";
|
|
2096
|
-
};
|
|
2097
|
-
};
|
|
2098
|
-
};
|
|
2099
|
-
export declare const GomtmConfigSchema: {
|
|
2100
|
-
readonly description: "GomtmConfig";
|
|
2101
|
-
readonly type: "object";
|
|
2102
|
-
readonly properties: {
|
|
2103
|
-
readonly tunnel: {
|
|
2104
|
-
readonly $ref: "#/components/schemas/TunnelConfig";
|
|
2105
|
-
};
|
|
2106
|
-
readonly vnc: {
|
|
2107
|
-
readonly $ref: "#/components/schemas/VncService";
|
|
2108
|
-
};
|
|
2109
|
-
readonly mainApi: {
|
|
2110
|
-
readonly $ref: "#/components/schemas/MainApiService";
|
|
2111
|
-
};
|
|
2112
|
-
readonly mtproxy: {
|
|
2113
|
-
readonly $ref: "#/components/schemas/MtproxyService";
|
|
2114
|
-
};
|
|
2115
|
-
};
|
|
2116
|
-
};
|
|
2117
|
-
export declare const MtgateProfileSchema: {
|
|
2118
|
-
readonly description: "Mtgate配置文件";
|
|
2119
|
-
readonly type: "object";
|
|
2120
|
-
readonly properties: {
|
|
2121
|
-
readonly id: {
|
|
2122
|
-
readonly type: "string";
|
|
2123
|
-
};
|
|
2124
|
-
readonly description: {
|
|
2125
|
-
readonly type: "string";
|
|
2126
|
-
};
|
|
2127
|
-
readonly config: {
|
|
2128
|
-
readonly $ref: "#/components/schemas/GomtmConfig";
|
|
2129
|
-
};
|
|
2130
|
-
readonly isDefault: {
|
|
2131
|
-
readonly default: false;
|
|
2132
|
-
readonly type: "boolean";
|
|
2133
|
-
};
|
|
2134
|
-
readonly createdAt: {
|
|
2135
|
-
readonly type: "string";
|
|
2136
|
-
readonly format: "date-time";
|
|
2137
|
-
readonly pattern: "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$";
|
|
2138
|
-
};
|
|
2139
|
-
readonly updatedAt: {
|
|
2140
|
-
readonly type: "string";
|
|
2141
|
-
readonly format: "date-time";
|
|
2142
|
-
readonly pattern: "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$";
|
|
2143
|
-
};
|
|
2144
|
-
};
|
|
2145
|
-
readonly required: readonly ["id", "config", "createdAt", "updatedAt"];
|
|
2146
|
-
};
|
|
2147
|
-
export declare const SiteSchema: {
|
|
2148
|
-
readonly description: "站点";
|
|
2149
|
-
readonly type: "object";
|
|
2150
|
-
readonly properties: {
|
|
2151
|
-
readonly id: {
|
|
2152
|
-
readonly type: "string";
|
|
2153
|
-
};
|
|
2154
|
-
readonly title: {
|
|
2155
|
-
readonly type: "string";
|
|
2156
|
-
};
|
|
2157
|
-
readonly description: {
|
|
2158
|
-
readonly type: "string";
|
|
2159
|
-
};
|
|
2160
|
-
readonly organizationId: {
|
|
2161
|
-
readonly type: "string";
|
|
2162
|
-
};
|
|
2163
|
-
readonly enabled: {
|
|
2164
|
-
readonly type: "boolean";
|
|
2165
|
-
};
|
|
2166
|
-
readonly createdAt: {
|
|
2167
|
-
readonly type: "string";
|
|
2168
|
-
};
|
|
2169
|
-
readonly updatedAt: {
|
|
2170
|
-
readonly type: "string";
|
|
2171
|
-
};
|
|
2172
|
-
readonly state: {
|
|
2173
|
-
readonly type: "object";
|
|
2174
|
-
readonly propertyNames: {
|
|
2175
|
-
readonly type: "string";
|
|
2176
|
-
};
|
|
2177
|
-
readonly additionalProperties: {};
|
|
2178
|
-
};
|
|
2179
|
-
readonly automationEnabled: {
|
|
2180
|
-
readonly type: "boolean";
|
|
2181
|
-
};
|
|
2182
|
-
};
|
|
2183
|
-
readonly required: readonly ["id", "title", "organizationId", "enabled", "createdAt", "updatedAt", "automationEnabled"];
|
|
2184
|
-
};
|
|
2185
|
-
export declare const SiteCreateRequestSchema: {
|
|
2186
|
-
readonly description: "站点创建请求";
|
|
2187
|
-
readonly type: "object";
|
|
2188
|
-
readonly properties: {
|
|
2189
|
-
readonly title: {
|
|
2190
|
-
readonly type: "string";
|
|
2191
|
-
readonly minLength: 1;
|
|
2192
|
-
};
|
|
2193
|
-
readonly description: {
|
|
2194
|
-
readonly type: "string";
|
|
2195
|
-
};
|
|
2196
|
-
readonly enabled: {
|
|
2197
|
-
readonly default: true;
|
|
2198
|
-
readonly type: "boolean";
|
|
2199
|
-
};
|
|
2200
|
-
readonly automationEnabled: {
|
|
2201
|
-
readonly default: false;
|
|
2202
|
-
readonly type: "boolean";
|
|
2203
|
-
};
|
|
2204
|
-
readonly state: {
|
|
2205
|
-
readonly default: {};
|
|
2206
|
-
readonly type: "object";
|
|
2207
|
-
readonly propertyNames: {
|
|
2208
|
-
readonly type: "string";
|
|
2209
|
-
};
|
|
2210
|
-
readonly additionalProperties: {};
|
|
2211
|
-
};
|
|
2212
|
-
readonly organizationId: {
|
|
2213
|
-
readonly type: "string";
|
|
2214
|
-
};
|
|
2215
|
-
};
|
|
2216
|
-
readonly required: readonly ["title", "organizationId"];
|
|
2217
|
-
};
|
|
2218
|
-
export declare const SiteUpdateRequestSchema: {
|
|
2219
|
-
readonly description: "站点更新请求";
|
|
2220
|
-
readonly type: "object";
|
|
2221
|
-
readonly properties: {
|
|
2222
|
-
readonly id: {
|
|
2223
|
-
readonly type: "string";
|
|
2224
|
-
};
|
|
2225
|
-
readonly title: {
|
|
2226
|
-
readonly type: "string";
|
|
2227
|
-
readonly minLength: 1;
|
|
2228
|
-
};
|
|
2229
|
-
readonly description: {
|
|
2230
|
-
readonly type: "string";
|
|
2231
|
-
};
|
|
2232
|
-
readonly enabled: {
|
|
2233
|
-
readonly type: "boolean";
|
|
2234
|
-
};
|
|
2235
|
-
readonly automationEnabled: {
|
|
2236
|
-
readonly type: "boolean";
|
|
2237
|
-
};
|
|
2238
|
-
readonly state: {
|
|
2239
|
-
readonly type: "object";
|
|
2240
|
-
readonly propertyNames: {
|
|
2241
|
-
readonly type: "string";
|
|
2242
|
-
};
|
|
2243
|
-
readonly additionalProperties: {};
|
|
2244
|
-
};
|
|
2245
|
-
readonly tenantId: {
|
|
2246
|
-
readonly type: "string";
|
|
2247
|
-
};
|
|
2248
|
-
};
|
|
2249
|
-
readonly required: readonly ["id", "tenantId"];
|
|
2250
|
-
};
|
|
2251
|
-
export declare const BlogPostSchema: {
|
|
2252
|
-
readonly description: "博客文章";
|
|
2253
|
-
readonly type: "object";
|
|
2254
|
-
readonly properties: {
|
|
2255
|
-
readonly id: {
|
|
2256
|
-
readonly type: "string";
|
|
2257
|
-
};
|
|
2258
|
-
readonly createdAt: {
|
|
2259
|
-
readonly type: "string";
|
|
2260
|
-
readonly format: "date-time";
|
|
2261
|
-
readonly pattern: "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$";
|
|
2262
|
-
};
|
|
2263
|
-
readonly updatedAt: {
|
|
2264
|
-
readonly type: "string";
|
|
2265
|
-
readonly format: "date-time";
|
|
2266
|
-
readonly pattern: "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$";
|
|
2267
|
-
};
|
|
2268
|
-
readonly title: {
|
|
2269
|
-
readonly type: "string";
|
|
2270
|
-
};
|
|
2271
|
-
readonly content: {
|
|
2272
|
-
readonly type: "string";
|
|
2273
|
-
};
|
|
2274
|
-
readonly description: {
|
|
2275
|
-
readonly type: "string";
|
|
2276
|
-
};
|
|
2277
|
-
readonly slug: {
|
|
2278
|
-
readonly type: "string";
|
|
2279
|
-
};
|
|
2280
|
-
readonly status: {
|
|
2281
|
-
readonly type: "string";
|
|
2282
|
-
};
|
|
2283
|
-
readonly state: {
|
|
2284
|
-
readonly type: "string";
|
|
2285
|
-
};
|
|
2286
|
-
readonly publishDate: {
|
|
2287
|
-
readonly type: "string";
|
|
2288
|
-
readonly format: "date-time";
|
|
2289
|
-
readonly pattern: "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$";
|
|
2290
|
-
};
|
|
2291
|
-
readonly siteId: {
|
|
2292
|
-
readonly type: "string";
|
|
2293
|
-
};
|
|
2294
|
-
readonly tenantId: {
|
|
2295
|
-
readonly type: "string";
|
|
2296
|
-
};
|
|
2297
|
-
readonly authorId: {
|
|
2298
|
-
readonly type: "string";
|
|
2299
|
-
};
|
|
2300
|
-
readonly image: {
|
|
2301
|
-
readonly type: "string";
|
|
2302
|
-
};
|
|
2303
|
-
readonly settings: {
|
|
2304
|
-
readonly type: "string";
|
|
2305
|
-
};
|
|
2306
|
-
readonly deletedAt: {
|
|
2307
|
-
readonly type: "string";
|
|
2308
|
-
readonly format: "date-time";
|
|
2309
|
-
readonly pattern: "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$";
|
|
2310
|
-
};
|
|
2311
|
-
readonly parentPostId: {
|
|
2312
|
-
readonly type: "string";
|
|
2313
|
-
};
|
|
2314
|
-
readonly releaseId: {
|
|
2315
|
-
readonly type: "string";
|
|
2316
|
-
};
|
|
2317
|
-
readonly releaseURL: {
|
|
2318
|
-
readonly type: "string";
|
|
2319
|
-
};
|
|
2320
|
-
readonly lastMessageId: {
|
|
2321
|
-
readonly type: "string";
|
|
2322
|
-
};
|
|
2323
|
-
readonly error: {
|
|
2324
|
-
readonly type: "string";
|
|
2325
|
-
};
|
|
2326
|
-
};
|
|
2327
|
-
readonly required: readonly ["id", "createdAt", "updatedAt", "content", "slug", "status", "state", "siteId", "tenantId", "authorId"];
|
|
2328
|
-
};
|
|
2329
|
-
export declare const BlogPostCreateSchema: {
|
|
2330
|
-
readonly description: "创建博客文章请求";
|
|
2331
|
-
readonly type: "object";
|
|
2332
|
-
readonly properties: {
|
|
2333
|
-
readonly title: {
|
|
2334
|
-
readonly type: "string";
|
|
2335
|
-
readonly minLength: 1;
|
|
2336
|
-
};
|
|
2337
|
-
readonly content: {
|
|
2338
|
-
readonly type: "string";
|
|
2339
|
-
readonly minLength: 1;
|
|
2340
|
-
};
|
|
2341
|
-
readonly description: {
|
|
2342
|
-
readonly type: "string";
|
|
2343
|
-
};
|
|
2344
|
-
readonly slug: {
|
|
2345
|
-
readonly type: "string";
|
|
2346
|
-
};
|
|
2347
|
-
readonly status: {
|
|
2348
|
-
readonly default: "DRAFT";
|
|
2349
|
-
readonly type: "string";
|
|
2350
|
-
};
|
|
2351
|
-
readonly state: {
|
|
2352
|
-
readonly default: "QUEUE";
|
|
2353
|
-
readonly type: "string";
|
|
2354
|
-
};
|
|
2355
|
-
readonly publishDate: {
|
|
2356
|
-
readonly type: "string";
|
|
2357
|
-
};
|
|
2358
|
-
readonly siteId: {
|
|
2359
|
-
readonly type: "string";
|
|
2360
|
-
readonly minLength: 1;
|
|
2361
|
-
};
|
|
2362
|
-
readonly image: {
|
|
2363
|
-
readonly type: "string";
|
|
2364
|
-
};
|
|
2365
|
-
readonly settings: {
|
|
2366
|
-
readonly type: "string";
|
|
2367
|
-
};
|
|
2368
|
-
};
|
|
2369
|
-
readonly required: readonly ["content", "siteId"];
|
|
2370
|
-
};
|
|
2371
|
-
export declare const BlogPostUpdateSchema: {
|
|
2372
|
-
readonly description: "更新博客文章请求";
|
|
2373
|
-
readonly type: "object";
|
|
2374
|
-
readonly properties: {
|
|
2375
|
-
readonly title: {
|
|
2376
|
-
readonly type: "string";
|
|
2377
|
-
readonly minLength: 1;
|
|
2378
|
-
};
|
|
2379
|
-
readonly content: {
|
|
2380
|
-
readonly type: "string";
|
|
2381
|
-
};
|
|
2382
|
-
readonly description: {
|
|
2383
|
-
readonly type: "string";
|
|
2384
|
-
};
|
|
2385
|
-
readonly slug: {
|
|
2386
|
-
readonly type: "string";
|
|
2387
|
-
};
|
|
2388
|
-
readonly status: {
|
|
2389
|
-
readonly type: "string";
|
|
2390
|
-
};
|
|
2391
|
-
readonly state: {
|
|
5
|
+
readonly workerId: {
|
|
2392
6
|
readonly type: "string";
|
|
2393
7
|
};
|
|
2394
|
-
readonly
|
|
2395
|
-
readonly type: "
|
|
8
|
+
readonly supabase: {
|
|
9
|
+
readonly type: "object";
|
|
10
|
+
readonly properties: {
|
|
11
|
+
readonly sbUserName: {
|
|
12
|
+
readonly type: "string";
|
|
13
|
+
};
|
|
14
|
+
readonly sbPassword: {
|
|
15
|
+
readonly type: "string";
|
|
16
|
+
};
|
|
17
|
+
readonly sbUrl: {
|
|
18
|
+
readonly type: "string";
|
|
19
|
+
};
|
|
20
|
+
readonly sbPublicKey: {
|
|
21
|
+
readonly type: "string";
|
|
22
|
+
};
|
|
23
|
+
};
|
|
24
|
+
readonly required: readonly ["sbUserName", "sbPassword", "sbUrl", "sbPublicKey"];
|
|
2396
25
|
};
|
|
2397
|
-
readonly
|
|
2398
|
-
readonly type: "
|
|
26
|
+
readonly tunnel: {
|
|
27
|
+
readonly type: "object";
|
|
28
|
+
readonly properties: {
|
|
29
|
+
readonly cloudflared: {
|
|
30
|
+
readonly type: "object";
|
|
31
|
+
readonly properties: {
|
|
32
|
+
readonly token: {
|
|
33
|
+
readonly type: "string";
|
|
34
|
+
};
|
|
35
|
+
};
|
|
36
|
+
};
|
|
37
|
+
readonly tailscale: {
|
|
38
|
+
readonly type: "object";
|
|
39
|
+
readonly properties: {
|
|
40
|
+
readonly token: {
|
|
41
|
+
readonly type: "string";
|
|
42
|
+
};
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
readonly required: readonly ["cloudflared", "tailscale"];
|
|
2399
47
|
};
|
|
2400
|
-
readonly
|
|
2401
|
-
readonly type: "
|
|
48
|
+
readonly services: {
|
|
49
|
+
readonly type: "object";
|
|
50
|
+
readonly properties: {
|
|
51
|
+
readonly mainapi: {
|
|
52
|
+
readonly type: "object";
|
|
53
|
+
readonly properties: {
|
|
54
|
+
readonly enabled: {
|
|
55
|
+
readonly type: "boolean";
|
|
56
|
+
};
|
|
57
|
+
};
|
|
58
|
+
};
|
|
59
|
+
readonly vnc: {
|
|
60
|
+
readonly type: "object";
|
|
61
|
+
readonly properties: {
|
|
62
|
+
readonly enabled: {
|
|
63
|
+
readonly type: "boolean";
|
|
64
|
+
};
|
|
65
|
+
};
|
|
66
|
+
};
|
|
67
|
+
readonly browserApi: {
|
|
68
|
+
readonly type: "object";
|
|
69
|
+
readonly properties: {
|
|
70
|
+
readonly enabled: {
|
|
71
|
+
readonly type: "boolean";
|
|
72
|
+
};
|
|
73
|
+
readonly apiToken: {
|
|
74
|
+
readonly type: "string";
|
|
75
|
+
};
|
|
76
|
+
};
|
|
77
|
+
readonly required: readonly ["apiToken"];
|
|
78
|
+
};
|
|
79
|
+
};
|
|
80
|
+
readonly required: readonly ["mainapi", "vnc", "browserApi"];
|
|
2402
81
|
};
|
|
2403
82
|
};
|
|
83
|
+
readonly required: readonly ["workerId", "supabase", "tunnel", "services"];
|
|
2404
84
|
};
|
|
2405
|
-
export declare const
|
|
2406
|
-
readonly description: "
|
|
85
|
+
export declare const WorkerUpRequestSchema: {
|
|
86
|
+
readonly description: "WorkerUpRequest";
|
|
2407
87
|
readonly type: "object";
|
|
2408
88
|
readonly properties: {
|
|
2409
|
-
readonly
|
|
2410
|
-
readonly
|
|
2411
|
-
};
|
|
2412
|
-
readonly siteId: {
|
|
2413
|
-
readonly type: "string";
|
|
2414
|
-
};
|
|
2415
|
-
readonly host: {
|
|
2416
|
-
readonly type: "string";
|
|
2417
|
-
};
|
|
2418
|
-
readonly createdAt: {
|
|
2419
|
-
readonly type: "string";
|
|
2420
|
-
};
|
|
2421
|
-
readonly updatedAt: {
|
|
89
|
+
readonly workerId: {
|
|
90
|
+
readonly description: "";
|
|
2422
91
|
readonly type: "string";
|
|
2423
92
|
};
|
|
2424
|
-
|
|
2425
|
-
|
|
2426
|
-
};
|
|
2427
|
-
export declare const SiteHostCreateRequestSchema: {
|
|
2428
|
-
readonly description: "SiteHostCreateRequest";
|
|
2429
|
-
readonly type: "object";
|
|
2430
|
-
readonly properties: {
|
|
2431
|
-
readonly host: {
|
|
93
|
+
readonly botType: {
|
|
94
|
+
readonly default: "mainapi";
|
|
2432
95
|
readonly type: "string";
|
|
2433
|
-
readonly minLength: 1;
|
|
2434
96
|
};
|
|
2435
97
|
};
|
|
2436
|
-
readonly required: readonly ["host"];
|
|
2437
|
-
};
|
|
2438
|
-
export declare const AdkSessionStateSchema: {
|
|
2439
|
-
readonly default: {};
|
|
2440
|
-
readonly description: "ADK会话状态";
|
|
2441
|
-
readonly type: "object";
|
|
2442
|
-
readonly propertyNames: {
|
|
2443
|
-
readonly type: "string";
|
|
2444
|
-
};
|
|
2445
|
-
readonly additionalProperties: {};
|
|
2446
98
|
};
|
|
2447
|
-
export declare const
|
|
2448
|
-
readonly description: "ADK会话";
|
|
99
|
+
export declare const WorkerCheckResultSchema: {
|
|
2449
100
|
readonly type: "object";
|
|
2450
101
|
readonly properties: {
|
|
2451
102
|
readonly id: {
|
|
2452
103
|
readonly type: "string";
|
|
2453
104
|
};
|
|
2454
|
-
readonly app_name: {
|
|
2455
|
-
readonly type: "string";
|
|
2456
|
-
};
|
|
2457
|
-
readonly user_id: {
|
|
2458
|
-
readonly type: "string";
|
|
2459
|
-
};
|
|
2460
|
-
readonly state: {
|
|
2461
|
-
readonly $ref: "#/components/schemas/AdkSessionState";
|
|
2462
|
-
};
|
|
2463
|
-
readonly events: {
|
|
2464
|
-
readonly default: readonly [];
|
|
2465
|
-
readonly type: "array";
|
|
2466
|
-
readonly items: {};
|
|
2467
|
-
};
|
|
2468
|
-
readonly last_update_time: {
|
|
2469
|
-
readonly type: "number";
|
|
2470
|
-
};
|
|
2471
|
-
};
|
|
2472
|
-
readonly required: readonly ["id", "app_name", "user_id"];
|
|
2473
|
-
};
|
|
2474
|
-
export declare const AdkSessionCreateReqSchema: {
|
|
2475
|
-
readonly description: "创建会话请求";
|
|
2476
|
-
readonly type: "object";
|
|
2477
|
-
readonly properties: {
|
|
2478
|
-
readonly app_name: {
|
|
2479
|
-
readonly type: "string";
|
|
2480
|
-
};
|
|
2481
|
-
readonly user_id: {
|
|
2482
|
-
readonly type: "string";
|
|
2483
|
-
};
|
|
2484
|
-
readonly state: {
|
|
2485
|
-
readonly $ref: "#/components/schemas/AdkSessionState";
|
|
2486
|
-
};
|
|
2487
|
-
readonly session_id: {
|
|
2488
|
-
readonly type: "string";
|
|
2489
|
-
};
|
|
2490
105
|
};
|
|
2491
|
-
readonly required: readonly ["
|
|
106
|
+
readonly required: readonly ["id"];
|
|
2492
107
|
};
|
|
2493
|
-
export declare const
|
|
2494
|
-
readonly description: "获取会话响应";
|
|
108
|
+
export declare const MqMessageSchema: {
|
|
2495
109
|
readonly type: "object";
|
|
2496
110
|
readonly properties: {
|
|
2497
|
-
readonly
|
|
2498
|
-
readonly type: "string";
|
|
2499
|
-
};
|
|
2500
|
-
readonly app_name: {
|
|
2501
|
-
readonly type: "string";
|
|
2502
|
-
};
|
|
2503
|
-
readonly user_id: {
|
|
2504
|
-
readonly type: "string";
|
|
2505
|
-
};
|
|
2506
|
-
readonly state: {
|
|
2507
|
-
readonly $ref: "#/components/schemas/AdkSessionState";
|
|
2508
|
-
};
|
|
2509
|
-
readonly events: {
|
|
2510
|
-
readonly default: readonly [];
|
|
2511
|
-
readonly type: "array";
|
|
2512
|
-
readonly items: {};
|
|
2513
|
-
};
|
|
2514
|
-
readonly last_update_time: {
|
|
111
|
+
readonly msg_id: {
|
|
2515
112
|
readonly type: "number";
|
|
2516
113
|
};
|
|
2517
|
-
|
|
2518
|
-
|
|
2519
|
-
};
|
|
2520
|
-
export declare const AdkSessionGetReqSchema: {
|
|
2521
|
-
readonly description: "获取会话请求";
|
|
2522
|
-
readonly type: "object";
|
|
2523
|
-
readonly properties: {
|
|
2524
|
-
readonly app_name: {
|
|
2525
|
-
readonly type: "string";
|
|
2526
|
-
};
|
|
2527
|
-
readonly user_id: {
|
|
2528
|
-
readonly type: "string";
|
|
2529
|
-
};
|
|
2530
|
-
readonly session_id: {
|
|
2531
|
-
readonly type: "string";
|
|
2532
|
-
};
|
|
2533
|
-
readonly num_recent_events: {
|
|
2534
|
-
readonly type: "string";
|
|
114
|
+
readonly read_ct: {
|
|
115
|
+
readonly type: "number";
|
|
2535
116
|
};
|
|
2536
|
-
readonly
|
|
117
|
+
readonly enqueued_at: {
|
|
2537
118
|
readonly type: "string";
|
|
2538
119
|
};
|
|
120
|
+
readonly message: {};
|
|
2539
121
|
};
|
|
2540
|
-
readonly required: readonly ["
|
|
122
|
+
readonly required: readonly ["msg_id", "read_ct", "message"];
|
|
2541
123
|
};
|
|
2542
|
-
export declare const
|
|
2543
|
-
readonly description: "列表会话响应";
|
|
124
|
+
export declare const WorkerPullRespSchema: {
|
|
2544
125
|
readonly type: "object";
|
|
2545
126
|
readonly properties: {
|
|
2546
|
-
readonly
|
|
2547
|
-
readonly type: "
|
|
2548
|
-
readonly properties: {
|
|
2549
|
-
readonly total: {
|
|
2550
|
-
readonly description: "Total number of records";
|
|
2551
|
-
readonly type: "number";
|
|
2552
|
-
};
|
|
2553
|
-
readonly page: {
|
|
2554
|
-
readonly description: "Current page number";
|
|
2555
|
-
readonly type: "number";
|
|
2556
|
-
};
|
|
2557
|
-
readonly pageSize: {
|
|
2558
|
-
readonly description: "Number of records per page";
|
|
2559
|
-
readonly type: "number";
|
|
2560
|
-
};
|
|
2561
|
-
readonly totalPages: {
|
|
2562
|
-
readonly description: "Total number of pages";
|
|
2563
|
-
readonly type: "number";
|
|
2564
|
-
};
|
|
2565
|
-
readonly hasNext: {
|
|
2566
|
-
readonly description: "Whether there is a next page";
|
|
2567
|
-
readonly type: "boolean";
|
|
2568
|
-
};
|
|
2569
|
-
};
|
|
2570
|
-
readonly required: readonly ["total", "page", "pageSize", "totalPages", "hasNext"];
|
|
127
|
+
readonly error: {
|
|
128
|
+
readonly type: "string";
|
|
2571
129
|
};
|
|
2572
|
-
readonly
|
|
130
|
+
readonly data: {
|
|
2573
131
|
readonly type: "array";
|
|
2574
132
|
readonly items: {
|
|
2575
|
-
readonly $ref: "#/components/schemas/
|
|
133
|
+
readonly $ref: "#/components/schemas/MqMessage";
|
|
2576
134
|
};
|
|
2577
135
|
};
|
|
2578
136
|
};
|
|
2579
|
-
readonly required: readonly ["
|
|
137
|
+
readonly required: readonly ["data"];
|
|
2580
138
|
};
|
|
2581
|
-
export declare const
|
|
2582
|
-
readonly description: "追加事件响应";
|
|
139
|
+
export declare const WorkerPullRequestSchema: {
|
|
2583
140
|
readonly type: "object";
|
|
2584
141
|
readonly properties: {
|
|
2585
|
-
readonly
|
|
2586
|
-
readonly type: "
|
|
142
|
+
readonly worker_id: {
|
|
143
|
+
readonly type: "string";
|
|
2587
144
|
};
|
|
2588
145
|
};
|
|
2589
|
-
readonly required: readonly ["
|
|
146
|
+
readonly required: readonly ["worker_id"];
|
|
2590
147
|
};
|
|
2591
|
-
export declare const
|
|
2592
|
-
readonly description: "ADK事件";
|
|
148
|
+
export declare const WorkerAckRespSchema: {
|
|
2593
149
|
readonly type: "object";
|
|
2594
150
|
readonly properties: {
|
|
2595
|
-
readonly
|
|
2596
|
-
readonly type: "string";
|
|
2597
|
-
};
|
|
2598
|
-
readonly author: {
|
|
2599
|
-
readonly type: "string";
|
|
2600
|
-
};
|
|
2601
|
-
readonly actions: {};
|
|
2602
|
-
readonly long_running_tool_ids: {
|
|
2603
|
-
readonly type: "array";
|
|
2604
|
-
readonly items: {
|
|
2605
|
-
readonly type: "string";
|
|
2606
|
-
};
|
|
2607
|
-
};
|
|
2608
|
-
readonly branch: {
|
|
2609
|
-
readonly type: "string";
|
|
2610
|
-
};
|
|
2611
|
-
readonly id: {
|
|
2612
|
-
readonly type: "string";
|
|
2613
|
-
};
|
|
2614
|
-
readonly timestamp: {
|
|
2615
|
-
readonly type: "number";
|
|
2616
|
-
};
|
|
2617
|
-
readonly content: {};
|
|
2618
|
-
readonly partial: {
|
|
2619
|
-
readonly type: "boolean";
|
|
2620
|
-
};
|
|
2621
|
-
readonly turn_complete: {
|
|
2622
|
-
readonly type: "boolean";
|
|
2623
|
-
};
|
|
2624
|
-
readonly error_code: {
|
|
2625
|
-
readonly type: "string";
|
|
2626
|
-
};
|
|
2627
|
-
readonly error_message: {
|
|
151
|
+
readonly error: {
|
|
2628
152
|
readonly type: "string";
|
|
2629
153
|
};
|
|
2630
|
-
readonly
|
|
2631
|
-
readonly type: "boolean";
|
|
2632
|
-
};
|
|
2633
|
-
readonly grounding_metadata: {};
|
|
2634
|
-
readonly custom_metadata: {};
|
|
154
|
+
readonly data: {};
|
|
2635
155
|
};
|
|
2636
|
-
readonly required: readonly ["invocation_id", "author", "id", "timestamp"];
|
|
2637
156
|
};
|
|
2638
|
-
export declare const
|
|
2639
|
-
readonly description: "追加事件请求";
|
|
157
|
+
export declare const WorkerAckRequestSchema: {
|
|
2640
158
|
readonly type: "object";
|
|
2641
159
|
readonly properties: {
|
|
2642
|
-
readonly
|
|
2643
|
-
readonly
|
|
2644
|
-
};
|
|
2645
|
-
readonly event: {
|
|
2646
|
-
readonly $ref: "#/components/schemas/AdkEvent";
|
|
160
|
+
readonly msg_id: {
|
|
161
|
+
readonly type: "number";
|
|
2647
162
|
};
|
|
2648
163
|
};
|
|
2649
|
-
readonly required: readonly ["
|
|
164
|
+
readonly required: readonly ["msg_id"];
|
|
2650
165
|
};
|
|
2651
|
-
export declare const
|
|
2652
|
-
readonly description: "保存artifact响应";
|
|
166
|
+
export declare const AgentRunResultSchema: {
|
|
2653
167
|
readonly type: "object";
|
|
2654
|
-
readonly properties: {
|
|
2655
|
-
readonly version: {
|
|
2656
|
-
readonly type: "integer";
|
|
2657
|
-
readonly minimum: -9007199254740991;
|
|
2658
|
-
readonly maximum: 9007199254740991;
|
|
2659
|
-
};
|
|
2660
|
-
};
|
|
2661
|
-
readonly required: readonly ["version"];
|
|
168
|
+
readonly properties: {};
|
|
2662
169
|
};
|
|
2663
|
-
export declare const
|
|
2664
|
-
readonly description: "保存artifact请求";
|
|
170
|
+
export declare const AdkBlobSchema: {
|
|
2665
171
|
readonly type: "object";
|
|
2666
172
|
readonly properties: {
|
|
2667
|
-
readonly
|
|
2668
|
-
readonly type: "string";
|
|
2669
|
-
};
|
|
2670
|
-
readonly user_id: {
|
|
173
|
+
readonly mimeType: {
|
|
2671
174
|
readonly type: "string";
|
|
2672
175
|
};
|
|
2673
|
-
readonly
|
|
176
|
+
readonly data: {
|
|
2674
177
|
readonly type: "string";
|
|
2675
178
|
};
|
|
2676
|
-
readonly filename: {
|
|
2677
|
-
readonly type: "string";
|
|
2678
|
-
};
|
|
2679
|
-
readonly content_type: {
|
|
2680
|
-
readonly type: "string";
|
|
2681
|
-
};
|
|
2682
|
-
readonly content_data: {};
|
|
2683
179
|
};
|
|
2684
|
-
readonly required: readonly ["
|
|
180
|
+
readonly required: readonly ["data"];
|
|
2685
181
|
};
|
|
2686
|
-
export declare const
|
|
2687
|
-
readonly description: "Artifact响应";
|
|
182
|
+
export declare const AdkFunctionCallSchema: {
|
|
2688
183
|
readonly type: "object";
|
|
2689
184
|
readonly properties: {
|
|
2690
|
-
readonly
|
|
2691
|
-
readonly type: "string";
|
|
2692
|
-
};
|
|
2693
|
-
readonly user_id: {
|
|
2694
|
-
readonly type: "string";
|
|
2695
|
-
};
|
|
2696
|
-
readonly session_id: {
|
|
2697
|
-
readonly type: "string";
|
|
2698
|
-
};
|
|
2699
|
-
readonly filename: {
|
|
2700
|
-
readonly type: "string";
|
|
2701
|
-
};
|
|
2702
|
-
readonly version: {
|
|
2703
|
-
readonly type: "integer";
|
|
2704
|
-
readonly minimum: -9007199254740991;
|
|
2705
|
-
readonly maximum: 9007199254740991;
|
|
2706
|
-
};
|
|
2707
|
-
readonly content_type: {
|
|
185
|
+
readonly id: {
|
|
2708
186
|
readonly type: "string";
|
|
2709
187
|
};
|
|
2710
|
-
readonly
|
|
2711
|
-
readonly created_at: {
|
|
188
|
+
readonly name: {
|
|
2712
189
|
readonly type: "string";
|
|
2713
190
|
};
|
|
2714
|
-
readonly
|
|
2715
|
-
readonly type: "
|
|
191
|
+
readonly args: {
|
|
192
|
+
readonly type: "object";
|
|
193
|
+
readonly propertyNames: {
|
|
194
|
+
readonly type: "string";
|
|
195
|
+
};
|
|
196
|
+
readonly additionalProperties: {};
|
|
2716
197
|
};
|
|
2717
198
|
};
|
|
2718
|
-
readonly required: readonly ["
|
|
199
|
+
readonly required: readonly ["name", "args"];
|
|
2719
200
|
};
|
|
2720
|
-
export declare const
|
|
2721
|
-
readonly description: "加载artifact请求";
|
|
201
|
+
export declare const AdkFunctionRespSchema: {
|
|
2722
202
|
readonly type: "object";
|
|
2723
203
|
readonly properties: {
|
|
2724
|
-
readonly
|
|
2725
|
-
readonly type: "string";
|
|
2726
|
-
};
|
|
2727
|
-
readonly user_id: {
|
|
2728
|
-
readonly type: "string";
|
|
2729
|
-
};
|
|
2730
|
-
readonly session_id: {
|
|
204
|
+
readonly id: {
|
|
2731
205
|
readonly type: "string";
|
|
2732
206
|
};
|
|
2733
|
-
readonly
|
|
207
|
+
readonly name: {
|
|
2734
208
|
readonly type: "string";
|
|
2735
209
|
};
|
|
2736
|
-
readonly
|
|
2737
|
-
readonly type: "
|
|
2738
|
-
readonly
|
|
2739
|
-
|
|
210
|
+
readonly response: {
|
|
211
|
+
readonly type: "object";
|
|
212
|
+
readonly propertyNames: {
|
|
213
|
+
readonly type: "string";
|
|
214
|
+
};
|
|
215
|
+
readonly additionalProperties: {};
|
|
2740
216
|
};
|
|
2741
217
|
};
|
|
2742
|
-
readonly required: readonly ["
|
|
218
|
+
readonly required: readonly ["name", "response"];
|
|
2743
219
|
};
|
|
2744
|
-
export declare const
|
|
2745
|
-
readonly description: "Artifact摘要";
|
|
220
|
+
export declare const AdkFileDataSchema: {
|
|
2746
221
|
readonly type: "object";
|
|
2747
222
|
readonly properties: {
|
|
2748
|
-
readonly
|
|
2749
|
-
readonly type: "string";
|
|
2750
|
-
};
|
|
2751
|
-
readonly user_id: {
|
|
2752
|
-
readonly type: "string";
|
|
2753
|
-
};
|
|
2754
|
-
readonly session_id: {
|
|
2755
|
-
readonly type: "string";
|
|
2756
|
-
};
|
|
2757
|
-
readonly filename: {
|
|
2758
|
-
readonly type: "string";
|
|
2759
|
-
};
|
|
2760
|
-
readonly version: {
|
|
2761
|
-
readonly type: "integer";
|
|
2762
|
-
readonly minimum: -9007199254740991;
|
|
2763
|
-
readonly maximum: 9007199254740991;
|
|
2764
|
-
};
|
|
2765
|
-
readonly content_type: {
|
|
2766
|
-
readonly type: "string";
|
|
2767
|
-
};
|
|
2768
|
-
readonly size: {
|
|
2769
|
-
readonly type: "integer";
|
|
2770
|
-
readonly minimum: -9007199254740991;
|
|
2771
|
-
readonly maximum: 9007199254740991;
|
|
2772
|
-
};
|
|
2773
|
-
readonly created_at: {
|
|
223
|
+
readonly mimeType: {
|
|
2774
224
|
readonly type: "string";
|
|
2775
225
|
};
|
|
2776
|
-
readonly
|
|
226
|
+
readonly fileUri: {
|
|
2777
227
|
readonly type: "string";
|
|
2778
228
|
};
|
|
2779
229
|
};
|
|
2780
|
-
readonly required: readonly ["
|
|
2781
|
-
};
|
|
2782
|
-
export declare const AdkArtifactListSchema: {
|
|
2783
|
-
readonly description: "列表artifacts响应";
|
|
2784
|
-
readonly type: "object";
|
|
2785
|
-
readonly properties: {
|
|
2786
|
-
readonly paginate: {
|
|
2787
|
-
readonly type: "object";
|
|
2788
|
-
readonly properties: {
|
|
2789
|
-
readonly total: {
|
|
2790
|
-
readonly description: "Total number of records";
|
|
2791
|
-
readonly type: "number";
|
|
2792
|
-
};
|
|
2793
|
-
readonly page: {
|
|
2794
|
-
readonly description: "Current page number";
|
|
2795
|
-
readonly type: "number";
|
|
2796
|
-
};
|
|
2797
|
-
readonly pageSize: {
|
|
2798
|
-
readonly description: "Number of records per page";
|
|
2799
|
-
readonly type: "number";
|
|
2800
|
-
};
|
|
2801
|
-
readonly totalPages: {
|
|
2802
|
-
readonly description: "Total number of pages";
|
|
2803
|
-
readonly type: "number";
|
|
2804
|
-
};
|
|
2805
|
-
readonly hasNext: {
|
|
2806
|
-
readonly description: "Whether there is a next page";
|
|
2807
|
-
readonly type: "boolean";
|
|
2808
|
-
};
|
|
2809
|
-
};
|
|
2810
|
-
readonly required: readonly ["total", "page", "pageSize", "totalPages", "hasNext"];
|
|
2811
|
-
};
|
|
2812
|
-
readonly rows: {
|
|
2813
|
-
readonly type: "array";
|
|
2814
|
-
readonly items: {
|
|
2815
|
-
readonly $ref: "#/components/schemas/AdkArtifactSummary";
|
|
2816
|
-
};
|
|
2817
|
-
};
|
|
2818
|
-
};
|
|
2819
|
-
readonly required: readonly ["paginate", "rows"];
|
|
2820
|
-
};
|
|
2821
|
-
export declare const AdkArtifactListKeysSchema: {
|
|
2822
|
-
readonly description: "列表artifact keys响应";
|
|
2823
|
-
readonly type: "object";
|
|
2824
|
-
readonly properties: {
|
|
2825
|
-
readonly filenames: {
|
|
2826
|
-
readonly type: "array";
|
|
2827
|
-
readonly items: {
|
|
2828
|
-
readonly type: "string";
|
|
2829
|
-
};
|
|
2830
|
-
};
|
|
2831
|
-
};
|
|
2832
|
-
readonly required: readonly ["filenames"];
|
|
230
|
+
readonly required: readonly ["mimeType", "fileUri"];
|
|
2833
231
|
};
|
|
2834
|
-
export declare const
|
|
2835
|
-
readonly description: "列表版本响应";
|
|
232
|
+
export declare const AdkExecutableCodeSchema: {
|
|
2836
233
|
readonly type: "object";
|
|
2837
234
|
readonly properties: {
|
|
2838
|
-
readonly
|
|
2839
|
-
readonly type: "
|
|
2840
|
-
readonly
|
|
2841
|
-
|
|
2842
|
-
|
|
2843
|
-
|
|
2844
|
-
};
|
|
235
|
+
readonly language: {
|
|
236
|
+
readonly type: "string";
|
|
237
|
+
readonly enum: readonly ["UNKNOWN", "PYTHON"];
|
|
238
|
+
};
|
|
239
|
+
readonly code: {
|
|
240
|
+
readonly type: "string";
|
|
2845
241
|
};
|
|
2846
242
|
};
|
|
2847
|
-
readonly required: readonly ["
|
|
243
|
+
readonly required: readonly ["language", "code"];
|
|
2848
244
|
};
|
|
2849
|
-
export declare const
|
|
2850
|
-
readonly description: "任务保存响应";
|
|
245
|
+
export declare const AdkCodeExecutionResultSchema: {
|
|
2851
246
|
readonly type: "object";
|
|
2852
247
|
readonly properties: {
|
|
2853
|
-
readonly
|
|
2854
|
-
readonly type: "
|
|
248
|
+
readonly outcome: {
|
|
249
|
+
readonly type: "string";
|
|
250
|
+
readonly enum: readonly ["UNKNOWN", "OK", "FAILED", "DEADLINE_EXCEEDED"];
|
|
251
|
+
};
|
|
252
|
+
readonly output: {
|
|
253
|
+
readonly type: "string";
|
|
2855
254
|
};
|
|
2856
255
|
};
|
|
2857
|
-
readonly required: readonly ["
|
|
256
|
+
readonly required: readonly ["outcome", "output"];
|
|
2858
257
|
};
|
|
2859
|
-
export declare const
|
|
2860
|
-
readonly description: "Message";
|
|
258
|
+
export declare const AdkPartSchema: {
|
|
2861
259
|
readonly type: "object";
|
|
2862
260
|
readonly properties: {
|
|
2863
|
-
readonly
|
|
261
|
+
readonly text: {
|
|
2864
262
|
readonly type: "string";
|
|
2865
|
-
readonly const: "message";
|
|
2866
263
|
};
|
|
2867
|
-
readonly
|
|
2868
|
-
readonly
|
|
264
|
+
readonly inlineData: {
|
|
265
|
+
readonly $ref: "#/components/schemas/AdkBlob";
|
|
2869
266
|
};
|
|
2870
|
-
readonly
|
|
2871
|
-
readonly
|
|
2872
|
-
readonly enum: readonly ["agent", "user"];
|
|
267
|
+
readonly functionCall: {
|
|
268
|
+
readonly $ref: "#/components/schemas/AdkFunctionCall";
|
|
2873
269
|
};
|
|
2874
|
-
readonly
|
|
2875
|
-
readonly
|
|
2876
|
-
readonly items: {};
|
|
270
|
+
readonly functionResponse: {
|
|
271
|
+
readonly $ref: "#/components/schemas/AdkFunctionResp";
|
|
2877
272
|
};
|
|
2878
|
-
readonly
|
|
2879
|
-
readonly type: "
|
|
273
|
+
readonly thought: {
|
|
274
|
+
readonly type: "boolean";
|
|
2880
275
|
};
|
|
2881
|
-
readonly
|
|
2882
|
-
readonly
|
|
276
|
+
readonly fileData: {
|
|
277
|
+
readonly $ref: "#/components/schemas/AdkFileData";
|
|
2883
278
|
};
|
|
2884
|
-
readonly
|
|
2885
|
-
readonly
|
|
2886
|
-
|
|
2887
|
-
|
|
2888
|
-
|
|
279
|
+
readonly executableCode: {
|
|
280
|
+
readonly $ref: "#/components/schemas/AdkExecutableCode";
|
|
281
|
+
};
|
|
282
|
+
readonly codeExecutionResult: {
|
|
283
|
+
readonly $ref: "#/components/schemas/AdkCodeExecutionResult";
|
|
284
|
+
};
|
|
285
|
+
};
|
|
286
|
+
};
|
|
287
|
+
export declare const GenaiContentSchema: {
|
|
288
|
+
readonly type: "object";
|
|
289
|
+
readonly properties: {
|
|
290
|
+
readonly role: {
|
|
291
|
+
readonly type: "string";
|
|
2889
292
|
};
|
|
2890
|
-
readonly
|
|
293
|
+
readonly parts: {
|
|
2891
294
|
readonly type: "array";
|
|
2892
295
|
readonly items: {
|
|
2893
|
-
readonly
|
|
2894
|
-
};
|
|
2895
|
-
};
|
|
2896
|
-
readonly metadata: {
|
|
2897
|
-
readonly type: "object";
|
|
2898
|
-
readonly propertyNames: {
|
|
2899
|
-
readonly type: "string";
|
|
296
|
+
readonly $ref: "#/components/schemas/AdkPart";
|
|
2900
297
|
};
|
|
2901
|
-
readonly additionalProperties: {};
|
|
2902
298
|
};
|
|
2903
299
|
};
|
|
2904
|
-
readonly required: readonly ["
|
|
300
|
+
readonly required: readonly ["role", "parts"];
|
|
2905
301
|
};
|
|
2906
|
-
export declare const
|
|
2907
|
-
readonly description: "TaskState";
|
|
2908
|
-
readonly type: "string";
|
|
2909
|
-
readonly enum: readonly ["submitted", "running", "completed", "failed", "cancelled"];
|
|
2910
|
-
};
|
|
2911
|
-
export declare const TaskStatusSchema: {
|
|
2912
|
-
readonly description: "TaskStatus";
|
|
302
|
+
export declare const AgentRunReqSchema: {
|
|
2913
303
|
readonly type: "object";
|
|
2914
304
|
readonly properties: {
|
|
2915
|
-
readonly
|
|
2916
|
-
readonly
|
|
305
|
+
readonly agentName: {
|
|
306
|
+
readonly type: "string";
|
|
2917
307
|
};
|
|
2918
|
-
readonly
|
|
2919
|
-
readonly $ref: "#/components/schemas/
|
|
308
|
+
readonly newMessage: {
|
|
309
|
+
readonly $ref: "#/components/schemas/GenaiContent";
|
|
2920
310
|
};
|
|
2921
|
-
readonly
|
|
311
|
+
readonly sessionId: {
|
|
312
|
+
readonly type: "string";
|
|
313
|
+
};
|
|
314
|
+
readonly stateDelta: {};
|
|
315
|
+
readonly streaming: {
|
|
316
|
+
readonly default: false;
|
|
317
|
+
readonly type: "boolean";
|
|
318
|
+
};
|
|
319
|
+
readonly userId: {
|
|
2922
320
|
readonly type: "string";
|
|
2923
321
|
};
|
|
2924
322
|
};
|
|
2925
|
-
readonly required: readonly ["
|
|
323
|
+
readonly required: readonly ["agentName", "newMessage", "sessionId"];
|
|
2926
324
|
};
|
|
2927
|
-
export declare const
|
|
2928
|
-
readonly description: "Artifact";
|
|
325
|
+
export declare const AdkEventActionsSchema: {
|
|
2929
326
|
readonly type: "object";
|
|
2930
327
|
readonly properties: {
|
|
2931
|
-
readonly
|
|
2932
|
-
readonly type: "string";
|
|
2933
|
-
};
|
|
2934
|
-
readonly name: {
|
|
2935
|
-
readonly type: "string";
|
|
2936
|
-
};
|
|
2937
|
-
readonly description: {
|
|
328
|
+
readonly message: {
|
|
2938
329
|
readonly type: "string";
|
|
2939
330
|
};
|
|
2940
|
-
readonly
|
|
2941
|
-
|
|
2942
|
-
readonly
|
|
331
|
+
readonly artifactDelta: {};
|
|
332
|
+
readonly functionCall: {
|
|
333
|
+
readonly $ref: "#/components/schemas/AdkFunctionCall";
|
|
2943
334
|
};
|
|
2944
|
-
readonly
|
|
2945
|
-
readonly
|
|
2946
|
-
readonly items: {
|
|
2947
|
-
readonly type: "string";
|
|
2948
|
-
};
|
|
335
|
+
readonly functionResponse: {
|
|
336
|
+
readonly $ref: "#/components/schemas/AdkFunctionResp";
|
|
2949
337
|
};
|
|
2950
|
-
readonly
|
|
2951
|
-
readonly type: "
|
|
2952
|
-
readonly propertyNames: {
|
|
2953
|
-
readonly type: "string";
|
|
2954
|
-
};
|
|
2955
|
-
readonly additionalProperties: {};
|
|
338
|
+
readonly finishReason: {
|
|
339
|
+
readonly type: "string";
|
|
2956
340
|
};
|
|
2957
341
|
};
|
|
2958
|
-
readonly required: readonly ["artifactId", "parts"];
|
|
2959
342
|
};
|
|
2960
|
-
export declare const
|
|
2961
|
-
readonly description: "保存任务请求";
|
|
343
|
+
export declare const AdkEventSchema: {
|
|
2962
344
|
readonly type: "object";
|
|
2963
345
|
readonly properties: {
|
|
2964
346
|
readonly id: {
|
|
2965
347
|
readonly type: "string";
|
|
2966
348
|
};
|
|
2967
|
-
readonly
|
|
349
|
+
readonly author: {
|
|
2968
350
|
readonly type: "string";
|
|
2969
351
|
};
|
|
2970
|
-
readonly
|
|
2971
|
-
readonly default: "task";
|
|
352
|
+
readonly invocationId: {
|
|
2972
353
|
readonly type: "string";
|
|
2973
354
|
};
|
|
2974
|
-
readonly
|
|
2975
|
-
readonly $ref: "#/components/schemas/
|
|
2976
|
-
};
|
|
2977
|
-
readonly artifacts: {
|
|
2978
|
-
readonly type: "array";
|
|
2979
|
-
readonly items: {
|
|
2980
|
-
readonly $ref: "#/components/schemas/Artifact";
|
|
2981
|
-
};
|
|
355
|
+
readonly actions: {
|
|
356
|
+
readonly $ref: "#/components/schemas/AdkEventActions";
|
|
2982
357
|
};
|
|
2983
|
-
readonly
|
|
358
|
+
readonly longRunningToolIds: {
|
|
2984
359
|
readonly type: "array";
|
|
2985
360
|
readonly items: {
|
|
2986
|
-
readonly $ref: "#/components/schemas/Message";
|
|
2987
|
-
};
|
|
2988
|
-
};
|
|
2989
|
-
readonly metadata: {
|
|
2990
|
-
readonly type: "object";
|
|
2991
|
-
readonly propertyNames: {
|
|
2992
361
|
readonly type: "string";
|
|
2993
362
|
};
|
|
2994
|
-
readonly additionalProperties: {};
|
|
2995
363
|
};
|
|
2996
|
-
|
|
2997
|
-
readonly required: readonly ["id", "context_id", "status"];
|
|
2998
|
-
};
|
|
2999
|
-
export declare const TaskSchema: {
|
|
3000
|
-
readonly description: "Task";
|
|
3001
|
-
readonly type: "object";
|
|
3002
|
-
readonly properties: {
|
|
3003
|
-
readonly id: {
|
|
364
|
+
readonly branch: {
|
|
3004
365
|
readonly type: "string";
|
|
3005
366
|
};
|
|
3006
|
-
readonly
|
|
3007
|
-
readonly type: "
|
|
367
|
+
readonly timestamp: {
|
|
368
|
+
readonly type: "number";
|
|
369
|
+
};
|
|
370
|
+
readonly content: {
|
|
371
|
+
readonly $ref: "#/components/schemas/GenaiContent";
|
|
3008
372
|
};
|
|
3009
|
-
readonly
|
|
3010
|
-
readonly default: "task";
|
|
373
|
+
readonly error: {
|
|
3011
374
|
readonly type: "string";
|
|
3012
375
|
};
|
|
3013
|
-
readonly
|
|
3014
|
-
readonly
|
|
376
|
+
readonly errorMessage: {
|
|
377
|
+
readonly type: "string";
|
|
3015
378
|
};
|
|
3016
|
-
readonly
|
|
3017
|
-
readonly type: "
|
|
3018
|
-
readonly items: {
|
|
3019
|
-
readonly $ref: "#/components/schemas/Artifact";
|
|
3020
|
-
};
|
|
379
|
+
readonly errorCode: {
|
|
380
|
+
readonly type: "string";
|
|
3021
381
|
};
|
|
3022
|
-
readonly
|
|
3023
|
-
|
|
3024
|
-
|
|
3025
|
-
|
|
3026
|
-
|
|
382
|
+
readonly groundingMetadata: {};
|
|
383
|
+
readonly usageMetadata: {};
|
|
384
|
+
readonly citationMetadata: {};
|
|
385
|
+
readonly customMetadata: {};
|
|
386
|
+
readonly turnComplete: {
|
|
387
|
+
readonly type: "boolean";
|
|
3027
388
|
};
|
|
3028
|
-
readonly
|
|
3029
|
-
readonly type: "
|
|
3030
|
-
readonly propertyNames: {
|
|
3031
|
-
readonly type: "string";
|
|
3032
|
-
};
|
|
3033
|
-
readonly additionalProperties: {};
|
|
389
|
+
readonly interrupted: {
|
|
390
|
+
readonly type: "boolean";
|
|
3034
391
|
};
|
|
3035
392
|
};
|
|
3036
|
-
readonly required: readonly ["id", "context_id", "status"];
|
|
3037
|
-
};
|
|
3038
|
-
export declare const AdkTaskGetSchema: {
|
|
3039
|
-
readonly description: "获取任务响应";
|
|
3040
|
-
readonly anyOf: readonly [{
|
|
3041
|
-
readonly $ref: "#/components/schemas/Task";
|
|
3042
|
-
}, {
|
|
3043
|
-
readonly type: "null";
|
|
3044
|
-
}];
|
|
3045
393
|
};
|
|
3046
|
-
export declare const
|
|
3047
|
-
readonly description: "获取任务请求";
|
|
394
|
+
export declare const AdkSessionCreateRespSchema: {
|
|
3048
395
|
readonly type: "object";
|
|
3049
396
|
readonly properties: {
|
|
3050
|
-
readonly
|
|
397
|
+
readonly error: {
|
|
3051
398
|
readonly type: "string";
|
|
3052
399
|
};
|
|
400
|
+
readonly data: {
|
|
401
|
+
readonly type: "object";
|
|
402
|
+
readonly properties: {
|
|
403
|
+
readonly id: {
|
|
404
|
+
readonly type: "string";
|
|
405
|
+
};
|
|
406
|
+
readonly appName: {
|
|
407
|
+
readonly type: "string";
|
|
408
|
+
};
|
|
409
|
+
readonly userId: {
|
|
410
|
+
readonly type: "string";
|
|
411
|
+
};
|
|
412
|
+
readonly state: {};
|
|
413
|
+
readonly events: {
|
|
414
|
+
readonly type: "array";
|
|
415
|
+
readonly items: {
|
|
416
|
+
readonly $ref: "#/components/schemas/AdkEvent";
|
|
417
|
+
};
|
|
418
|
+
};
|
|
419
|
+
readonly updateAt: {
|
|
420
|
+
readonly type: "string";
|
|
421
|
+
readonly format: "date-time";
|
|
422
|
+
readonly pattern: "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$";
|
|
423
|
+
};
|
|
424
|
+
};
|
|
425
|
+
readonly required: readonly ["state"];
|
|
426
|
+
};
|
|
3053
427
|
};
|
|
3054
|
-
readonly required: readonly ["task_id"];
|
|
3055
428
|
};
|
|
3056
|
-
export declare const
|
|
3057
|
-
readonly description: "任务列表响应";
|
|
429
|
+
export declare const AdkSessionGetRespSchema: {
|
|
3058
430
|
readonly type: "object";
|
|
3059
431
|
readonly properties: {
|
|
3060
|
-
readonly
|
|
432
|
+
readonly error: {
|
|
433
|
+
readonly type: "string";
|
|
434
|
+
};
|
|
435
|
+
readonly data: {
|
|
3061
436
|
readonly type: "object";
|
|
3062
437
|
readonly properties: {
|
|
3063
|
-
readonly
|
|
3064
|
-
readonly
|
|
3065
|
-
readonly type: "number";
|
|
438
|
+
readonly id: {
|
|
439
|
+
readonly type: "string";
|
|
3066
440
|
};
|
|
3067
|
-
readonly
|
|
3068
|
-
readonly
|
|
3069
|
-
readonly type: "number";
|
|
441
|
+
readonly appName: {
|
|
442
|
+
readonly type: "string";
|
|
3070
443
|
};
|
|
3071
|
-
readonly
|
|
3072
|
-
readonly
|
|
3073
|
-
readonly type: "number";
|
|
444
|
+
readonly userId: {
|
|
445
|
+
readonly type: "string";
|
|
3074
446
|
};
|
|
3075
|
-
readonly
|
|
3076
|
-
|
|
3077
|
-
readonly type: "
|
|
447
|
+
readonly state: {};
|
|
448
|
+
readonly events: {
|
|
449
|
+
readonly type: "array";
|
|
450
|
+
readonly items: {
|
|
451
|
+
readonly $ref: "#/components/schemas/AdkEvent";
|
|
452
|
+
};
|
|
3078
453
|
};
|
|
3079
|
-
readonly
|
|
3080
|
-
readonly
|
|
3081
|
-
readonly
|
|
454
|
+
readonly updateAt: {
|
|
455
|
+
readonly type: "string";
|
|
456
|
+
readonly format: "date-time";
|
|
457
|
+
readonly pattern: "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$";
|
|
3082
458
|
};
|
|
3083
459
|
};
|
|
3084
|
-
readonly required: readonly ["
|
|
3085
|
-
};
|
|
3086
|
-
readonly rows: {
|
|
3087
|
-
readonly type: "array";
|
|
3088
|
-
readonly items: {
|
|
3089
|
-
readonly $ref: "#/components/schemas/Task";
|
|
3090
|
-
};
|
|
460
|
+
readonly required: readonly ["state"];
|
|
3091
461
|
};
|
|
3092
462
|
};
|
|
3093
|
-
readonly required: readonly ["paginate", "rows"];
|
|
3094
463
|
};
|
|
3095
|
-
export declare const
|
|
3096
|
-
readonly description: "Mtworker";
|
|
464
|
+
export declare const AgentChatItemSchema: {
|
|
3097
465
|
readonly type: "object";
|
|
3098
466
|
readonly properties: {
|
|
3099
467
|
readonly id: {
|
|
3100
468
|
readonly type: "string";
|
|
3101
469
|
};
|
|
3102
|
-
readonly
|
|
3103
|
-
readonly type: "string";
|
|
3104
|
-
};
|
|
3105
|
-
readonly description: {
|
|
470
|
+
readonly title: {
|
|
3106
471
|
readonly type: "string";
|
|
3107
472
|
};
|
|
3108
|
-
readonly
|
|
3109
|
-
readonly status: {
|
|
3110
|
-
readonly default: "offline";
|
|
473
|
+
readonly user_id: {
|
|
3111
474
|
readonly type: "string";
|
|
3112
|
-
readonly enum: readonly ["offline", "online", "starting", "stopping", "error"];
|
|
3113
475
|
};
|
|
3114
|
-
readonly
|
|
476
|
+
readonly visibility: {
|
|
3115
477
|
readonly type: "string";
|
|
3116
|
-
readonly format: "date-time";
|
|
3117
|
-
readonly pattern: "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$";
|
|
3118
|
-
};
|
|
3119
|
-
readonly isDefault: {
|
|
3120
|
-
readonly default: false;
|
|
3121
|
-
readonly type: "boolean";
|
|
3122
478
|
};
|
|
3123
|
-
readonly
|
|
479
|
+
readonly lastContext: {};
|
|
480
|
+
readonly created_at: {
|
|
3124
481
|
readonly type: "string";
|
|
3125
482
|
readonly format: "date-time";
|
|
3126
483
|
readonly pattern: "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$";
|
|
3127
484
|
};
|
|
3128
|
-
readonly
|
|
485
|
+
readonly updated_at: {
|
|
3129
486
|
readonly type: "string";
|
|
3130
487
|
readonly format: "date-time";
|
|
3131
488
|
readonly pattern: "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$";
|
|
3132
489
|
};
|
|
3133
490
|
};
|
|
3134
|
-
readonly required: readonly ["id", "
|
|
491
|
+
readonly required: readonly ["id", "title", "user_id", "visibility", "created_at", "updated_at"];
|
|
3135
492
|
};
|
|
3136
|
-
export declare const
|
|
3137
|
-
readonly
|
|
493
|
+
export declare const zMtAgentRunSchema: {
|
|
494
|
+
readonly type: "object";
|
|
495
|
+
readonly properties: {};
|
|
496
|
+
};
|
|
497
|
+
export declare const MtAgentRunReqSchema: {
|
|
3138
498
|
readonly type: "object";
|
|
3139
499
|
readonly properties: {
|
|
3140
|
-
readonly
|
|
500
|
+
readonly agentName: {
|
|
501
|
+
readonly default: "assistant";
|
|
3141
502
|
readonly type: "string";
|
|
3142
503
|
};
|
|
3143
|
-
readonly
|
|
3144
|
-
readonly
|
|
504
|
+
readonly messages: {
|
|
505
|
+
readonly type: "array";
|
|
506
|
+
readonly items: {};
|
|
507
|
+
};
|
|
508
|
+
readonly sessionId: {
|
|
509
|
+
readonly type: "string";
|
|
3145
510
|
};
|
|
3146
|
-
readonly
|
|
511
|
+
readonly stateDelta: {};
|
|
512
|
+
readonly streaming: {
|
|
3147
513
|
readonly default: false;
|
|
3148
514
|
readonly type: "boolean";
|
|
3149
515
|
};
|
|
516
|
+
readonly userId: {
|
|
517
|
+
readonly type: "string";
|
|
518
|
+
};
|
|
3150
519
|
};
|
|
3151
|
-
readonly required: readonly ["
|
|
520
|
+
readonly required: readonly ["messages"];
|
|
3152
521
|
};
|
|
3153
|
-
export declare const
|
|
3154
|
-
readonly description: "Hatchet Worker配置";
|
|
522
|
+
export declare const AgentQuickActionItemSchema: {
|
|
3155
523
|
readonly type: "object";
|
|
3156
524
|
readonly properties: {
|
|
3157
|
-
readonly
|
|
3158
|
-
readonly description: "Hatchet server URL";
|
|
525
|
+
readonly id: {
|
|
3159
526
|
readonly type: "string";
|
|
3160
|
-
readonly minLength: 1;
|
|
3161
527
|
};
|
|
3162
|
-
readonly
|
|
3163
|
-
readonly
|
|
528
|
+
readonly icon: {
|
|
529
|
+
readonly type: "string";
|
|
530
|
+
};
|
|
531
|
+
readonly text: {
|
|
3164
532
|
readonly type: "string";
|
|
3165
|
-
readonly minLength: 1;
|
|
3166
533
|
};
|
|
3167
534
|
};
|
|
3168
|
-
readonly required: readonly ["
|
|
535
|
+
readonly required: readonly ["text"];
|
|
3169
536
|
};
|
|
3170
|
-
export declare const
|
|
3171
|
-
readonly description: "Hatchet Worker配置响应";
|
|
537
|
+
export declare const ChatMessageSchema: {
|
|
3172
538
|
readonly type: "object";
|
|
3173
539
|
readonly properties: {
|
|
3174
540
|
readonly id: {
|
|
3175
541
|
readonly type: "string";
|
|
3176
542
|
};
|
|
3177
|
-
readonly
|
|
3178
|
-
readonly $ref: "#/components/schemas/HatchetWorkerConfig";
|
|
3179
|
-
};
|
|
3180
|
-
readonly createdAt: {
|
|
543
|
+
readonly created_at: {
|
|
3181
544
|
readonly type: "string";
|
|
3182
|
-
readonly
|
|
545
|
+
readonly format: "date-time";
|
|
546
|
+
readonly pattern: "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$";
|
|
3183
547
|
};
|
|
3184
|
-
readonly
|
|
548
|
+
readonly updated_at: {
|
|
3185
549
|
readonly type: "string";
|
|
3186
|
-
readonly
|
|
550
|
+
readonly format: "date-time";
|
|
551
|
+
readonly pattern: "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$";
|
|
3187
552
|
};
|
|
3188
|
-
|
|
3189
|
-
|
|
3190
|
-
};
|
|
3191
|
-
export declare const MtProxyConfigSchema: {
|
|
3192
|
-
readonly default: {
|
|
3193
|
-
readonly enabled: false;
|
|
3194
|
-
readonly port: 10801;
|
|
3195
|
-
readonly bindAddr: "0.0.0.0";
|
|
3196
|
-
};
|
|
3197
|
-
readonly description: "Mtproxy配置";
|
|
3198
|
-
readonly type: "object";
|
|
3199
|
-
readonly properties: {
|
|
3200
|
-
readonly enabled: {
|
|
3201
|
-
readonly default: false;
|
|
3202
|
-
readonly type: "boolean";
|
|
553
|
+
readonly chat_id: {
|
|
554
|
+
readonly type: "string";
|
|
3203
555
|
};
|
|
3204
|
-
readonly
|
|
3205
|
-
readonly
|
|
3206
|
-
readonly type: "number";
|
|
556
|
+
readonly role: {
|
|
557
|
+
readonly type: "string";
|
|
3207
558
|
};
|
|
3208
|
-
readonly
|
|
3209
|
-
|
|
559
|
+
readonly parts: {};
|
|
560
|
+
readonly attachments: {};
|
|
561
|
+
readonly user_id: {
|
|
3210
562
|
readonly type: "string";
|
|
3211
563
|
};
|
|
3212
564
|
};
|
|
565
|
+
readonly required: readonly ["id", "created_at", "updated_at", "chat_id", "role", "parts", "attachments", "user_id"];
|
|
3213
566
|
};
|
|
3214
|
-
export declare const
|
|
3215
|
-
readonly description: "OrgWorker配置";
|
|
567
|
+
export declare const BrowserCreateResultSchema: {
|
|
3216
568
|
readonly type: "object";
|
|
3217
569
|
readonly properties: {
|
|
3218
|
-
readonly
|
|
570
|
+
readonly id: {
|
|
3219
571
|
readonly type: "string";
|
|
3220
572
|
};
|
|
3221
|
-
readonly
|
|
573
|
+
readonly title: {
|
|
574
|
+
readonly type: "string";
|
|
575
|
+
};
|
|
576
|
+
readonly created_at: {
|
|
3222
577
|
readonly type: "string";
|
|
3223
578
|
};
|
|
3224
|
-
readonly
|
|
3225
|
-
|
|
3226
|
-
readonly $ref: "#/components/schemas/MtProxyConfig";
|
|
579
|
+
readonly provider: {
|
|
580
|
+
readonly type: "string";
|
|
3227
581
|
};
|
|
3228
582
|
};
|
|
583
|
+
readonly required: readonly ["id"];
|
|
3229
584
|
};
|
|
3230
|
-
export declare const
|
|
3231
|
-
readonly description: "OrgWorker状态";
|
|
585
|
+
export declare const BrowserCreateReqSchema: {
|
|
3232
586
|
readonly type: "object";
|
|
3233
587
|
readonly properties: {
|
|
3234
|
-
readonly
|
|
3235
|
-
readonly
|
|
588
|
+
readonly id: {
|
|
589
|
+
readonly description: "如果不传则自动生成,传入则更新对应记录";
|
|
3236
590
|
readonly type: "string";
|
|
3237
|
-
readonly enum: readonly ["offline", "online", "starting", "stopping", "error"];
|
|
3238
591
|
};
|
|
3239
|
-
readonly
|
|
592
|
+
readonly title: {
|
|
593
|
+
readonly description: "配置名称";
|
|
3240
594
|
readonly type: "string";
|
|
3241
|
-
readonly
|
|
3242
|
-
readonly pattern: "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$";
|
|
595
|
+
readonly minLength: 1;
|
|
3243
596
|
};
|
|
3244
|
-
readonly
|
|
597
|
+
readonly description: {
|
|
598
|
+
readonly description: "描述信息";
|
|
599
|
+
readonly type: "string";
|
|
600
|
+
};
|
|
601
|
+
readonly profile_id: {
|
|
602
|
+
readonly description: "关联的 profile ID";
|
|
603
|
+
readonly type: "string";
|
|
604
|
+
};
|
|
605
|
+
readonly provider: {
|
|
606
|
+
readonly description: "底层提供商,如 nst";
|
|
3245
607
|
readonly type: "string";
|
|
3246
608
|
};
|
|
609
|
+
readonly provider_config: {
|
|
610
|
+
readonly description: "提供商特定配置";
|
|
611
|
+
};
|
|
612
|
+
readonly config: {
|
|
613
|
+
readonly description: "通用配置";
|
|
614
|
+
};
|
|
3247
615
|
};
|
|
616
|
+
readonly required: readonly ["title"];
|
|
3248
617
|
};
|
|
3249
|
-
export declare const
|
|
3250
|
-
readonly description: "组织Worker";
|
|
618
|
+
export declare const BrowserRowSchema: {
|
|
3251
619
|
readonly type: "object";
|
|
3252
620
|
readonly properties: {
|
|
3253
621
|
readonly id: {
|
|
3254
622
|
readonly type: "string";
|
|
3255
623
|
};
|
|
3256
|
-
readonly
|
|
624
|
+
readonly created_at: {
|
|
3257
625
|
readonly type: "string";
|
|
3258
626
|
};
|
|
3259
|
-
readonly
|
|
627
|
+
readonly updated_at: {
|
|
3260
628
|
readonly type: "string";
|
|
3261
629
|
};
|
|
3262
|
-
readonly
|
|
630
|
+
readonly title: {
|
|
3263
631
|
readonly type: "string";
|
|
3264
632
|
};
|
|
3265
|
-
readonly
|
|
3266
|
-
readonly default: false;
|
|
3267
|
-
readonly type: "boolean";
|
|
3268
|
-
};
|
|
3269
|
-
readonly config: {
|
|
3270
|
-
readonly $ref: "#/components/schemas/OrgWorkerConfig";
|
|
3271
|
-
};
|
|
3272
|
-
readonly state: {
|
|
3273
|
-
readonly $ref: "#/components/schemas/OrgWorkerState";
|
|
3274
|
-
};
|
|
3275
|
-
readonly createdAt: {
|
|
633
|
+
readonly description: {
|
|
3276
634
|
readonly type: "string";
|
|
3277
|
-
readonly format: "date-time";
|
|
3278
|
-
readonly pattern: "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$";
|
|
3279
635
|
};
|
|
3280
|
-
readonly
|
|
636
|
+
readonly profile_id: {
|
|
3281
637
|
readonly type: "string";
|
|
3282
|
-
readonly format: "date-time";
|
|
3283
|
-
readonly pattern: "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$";
|
|
3284
638
|
};
|
|
3285
|
-
readonly
|
|
639
|
+
readonly provider: {
|
|
3286
640
|
readonly type: "string";
|
|
3287
|
-
readonly format: "date-time";
|
|
3288
|
-
readonly pattern: "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$";
|
|
3289
|
-
};
|
|
3290
|
-
};
|
|
3291
|
-
readonly required: readonly ["id", "orgId", "name", "config", "state", "createdAt", "updatedAt"];
|
|
3292
|
-
};
|
|
3293
|
-
export declare const OrgWorkerListSchema: {
|
|
3294
|
-
readonly description: "组织Worker列表响应";
|
|
3295
|
-
readonly type: "object";
|
|
3296
|
-
readonly properties: {
|
|
3297
|
-
readonly paginate: {
|
|
3298
|
-
readonly type: "object";
|
|
3299
|
-
readonly properties: {
|
|
3300
|
-
readonly total: {
|
|
3301
|
-
readonly description: "Total number of records";
|
|
3302
|
-
readonly type: "number";
|
|
3303
|
-
};
|
|
3304
|
-
readonly page: {
|
|
3305
|
-
readonly description: "Current page number";
|
|
3306
|
-
readonly type: "number";
|
|
3307
|
-
};
|
|
3308
|
-
readonly pageSize: {
|
|
3309
|
-
readonly description: "Number of records per page";
|
|
3310
|
-
readonly type: "number";
|
|
3311
|
-
};
|
|
3312
|
-
readonly totalPages: {
|
|
3313
|
-
readonly description: "Total number of pages";
|
|
3314
|
-
readonly type: "number";
|
|
3315
|
-
};
|
|
3316
|
-
readonly hasNext: {
|
|
3317
|
-
readonly description: "Whether there is a next page";
|
|
3318
|
-
readonly type: "boolean";
|
|
3319
|
-
};
|
|
3320
|
-
};
|
|
3321
|
-
readonly required: readonly ["total", "page", "pageSize", "totalPages", "hasNext"];
|
|
3322
641
|
};
|
|
3323
|
-
readonly
|
|
3324
|
-
|
|
3325
|
-
|
|
3326
|
-
|
|
3327
|
-
};
|
|
642
|
+
readonly provider_config: {};
|
|
643
|
+
readonly config: {};
|
|
644
|
+
readonly sandbox_id: {
|
|
645
|
+
readonly type: "string";
|
|
3328
646
|
};
|
|
3329
|
-
|
|
3330
|
-
readonly required: readonly ["paginate", "rows"];
|
|
3331
|
-
};
|
|
3332
|
-
export declare const OrgWorkerUpsertRequestSchema: {
|
|
3333
|
-
readonly description: "组织Worker更新请求";
|
|
3334
|
-
readonly type: "object";
|
|
3335
|
-
readonly properties: {
|
|
3336
|
-
readonly name: {
|
|
647
|
+
readonly vnc_url: {
|
|
3337
648
|
readonly type: "string";
|
|
3338
|
-
readonly minLength: 1;
|
|
3339
649
|
};
|
|
3340
|
-
readonly
|
|
650
|
+
readonly worker_name: {
|
|
3341
651
|
readonly type: "string";
|
|
3342
652
|
};
|
|
3343
|
-
readonly
|
|
653
|
+
readonly is_running: {
|
|
3344
654
|
readonly type: "boolean";
|
|
3345
655
|
};
|
|
3346
|
-
readonly config: {
|
|
3347
|
-
readonly $ref: "#/components/schemas/OrgWorkerConfig";
|
|
3348
|
-
};
|
|
3349
656
|
};
|
|
3350
|
-
readonly required: readonly ["
|
|
657
|
+
readonly required: readonly ["id", "created_at", "updated_at"];
|
|
3351
658
|
};
|
|
3352
659
|
//# sourceMappingURL=schemas.gen.d.ts.map
|