mtmsdk 0.0.14 → 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 +156 -668
- package/dist/gomtmapi_v2/@tanstack/react-query.gen.d.ts.map +1 -1
- package/dist/gomtmapi_v2/@tanstack/react-query.gen.js +460 -1007
- 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 -7
- package/dist/gomtmapi_v2/client/index.d.ts.map +1 -1
- package/dist/gomtmapi_v2/client/index.js +5 -4
- 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 +4 -4
- package/dist/gomtmapi_v2/client/utils.gen.d.ts.map +1 -1
- package/dist/gomtmapi_v2/client/utils.gen.js +41 -40
- 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 +13 -5
- package/dist/gomtmapi_v2/core/bodySerializer.gen.d.ts.map +1 -1
- package/dist/gomtmapi_v2/core/bodySerializer.gen.js +3 -3
- package/dist/gomtmapi_v2/core/bodySerializer.gen.js.map +1 -1
- 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.d.ts +19 -0
- package/dist/gomtmapi_v2/core/queryKeySerializer.gen.d.ts.map +1 -0
- package/dist/gomtmapi_v2/core/queryKeySerializer.gen.js +100 -0
- package/dist/gomtmapi_v2/core/queryKeySerializer.gen.js.map +1 -0
- 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 +90 -362
- package/dist/gomtmapi_v2/sdk.gen.d.ts.map +1 -1
- package/dist/gomtmapi_v2/sdk.gen.js +241 -776
- 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 +194 -1693
- package/dist/mtgate_api/@tanstack/react-query.gen.d.ts.map +1 -1
- package/dist/mtgate_api/@tanstack/react-query.gen.js +234 -1405
- 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 -7
- package/dist/mtgate_api/client/index.d.ts.map +1 -1
- package/dist/mtgate_api/client/index.js +5 -4
- 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 +4 -4
- package/dist/mtgate_api/client/utils.gen.d.ts.map +1 -1
- package/dist/mtgate_api/client/utils.gen.js +41 -40
- 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 +13 -5
- package/dist/mtgate_api/core/bodySerializer.gen.d.ts.map +1 -1
- package/dist/mtgate_api/core/bodySerializer.gen.js +3 -3
- package/dist/mtgate_api/core/bodySerializer.gen.js.map +1 -1
- 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.d.ts +19 -0
- package/dist/mtgate_api/core/queryKeySerializer.gen.d.ts.map +1 -0
- package/dist/mtgate_api/core/queryKeySerializer.gen.js +100 -0
- package/dist/mtgate_api/core/queryKeySerializer.gen.js.map +1 -0
- 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 +384 -1302
- package/dist/mtgate_api/schemas.gen.d.ts.map +1 -1
- package/dist/mtgate_api/schemas.gen.js +595 -1485
- package/dist/mtgate_api/schemas.gen.js.map +1 -1
- package/dist/mtgate_api/sdk.gen.d.ts +25 -137
- package/dist/mtgate_api/sdk.gen.d.ts.map +1 -1
- package/dist/mtgate_api/sdk.gen.js +97 -643
- package/dist/mtgate_api/sdk.gen.js.map +1 -1
- package/dist/mtgate_api/types.gen.d.ts +432 -2300
- package/dist/mtgate_api/types.gen.d.ts.map +1 -1
- package/dist/mtgate_api/types.gen.js +1 -7
- package/dist/mtgate_api/types.gen.js.map +1 -1
- package/dist/mtgate_api/zod.gen.d.ts +985 -2672
- package/dist/mtgate_api/zod.gen.d.ts.map +1 -1
- package/dist/mtgate_api/zod.gen.js +322 -1472
- package/dist/mtgate_api/zod.gen.js.map +1 -1
- package/dist/mtmai_api/@tanstack/react-query.gen.d.ts +105 -82
- package/dist/mtmai_api/@tanstack/react-query.gen.d.ts.map +1 -1
- package/dist/mtmai_api/@tanstack/react-query.gen.js +439 -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 -7
- package/dist/mtmai_api/client/index.d.ts.map +1 -1
- package/dist/mtmai_api/client/index.js +5 -4
- 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 +4 -4
- package/dist/mtmai_api/client/utils.gen.d.ts.map +1 -1
- package/dist/mtmai_api/client/utils.gen.js +41 -40
- 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 +13 -5
- package/dist/mtmai_api/core/bodySerializer.gen.d.ts.map +1 -1
- package/dist/mtmai_api/core/bodySerializer.gen.js +3 -3
- package/dist/mtmai_api/core/bodySerializer.gen.js.map +1 -1
- 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.d.ts +19 -0
- package/dist/mtmai_api/core/queryKeySerializer.gen.d.ts.map +1 -0
- package/dist/mtmai_api/core/queryKeySerializer.gen.js +100 -0
- package/dist/mtmai_api/core/queryKeySerializer.gen.js.map +1 -0
- 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 +25 -2
- package/dist/mtmai_api/sdk.gen.d.ts.map +1 -1
- package/dist/mtmai_api/sdk.gen.js +211 -391
- package/dist/mtmai_api/sdk.gen.js.map +1 -1
- package/dist/mtmai_api/types.gen.d.ts +645 -81
- package/dist/mtmai_api/types.gen.d.ts.map +1 -1
- package/dist/mtmai_api/types.gen.js +116 -103
- package/dist/mtmai_api/types.gen.js.map +1 -1
- package/dist/mtmai_api/zod.gen.d.ts +17408 -17216
- package/dist/mtmai_api/zod.gen.d.ts.map +1 -1
- package/dist/mtmai_api/zod.gen.js +3741 -1895
- 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 +61 -70
- package/dist/components/MustAdmin.d.ts +0 -14
- package/dist/components/MustAdmin.d.ts.map +0 -1
- package/dist/components/MustAdmin.js +0 -37
- package/dist/components/MustAdmin.js.map +0 -1
- 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/lib/adk-utils.d.ts +0 -19
- package/dist/lib/adk-utils.d.ts.map +0 -1
- package/dist/lib/adk-utils.js +0 -50
- package/dist/lib/adk-utils.js.map +0 -1
- package/dist/lib/auth-client.d.ts +0 -5965
- package/dist/lib/auth-client.d.ts.map +0 -1
- package/dist/lib/auth-client.js +0 -29
- package/dist/lib/auth-client.js.map +0 -1
- package/dist/lib/get-query-client.d.ts +0 -3
- package/dist/lib/get-query-client.d.ts.map +0 -1
- package/dist/lib/get-query-client.js +0 -23
- package/dist/lib/get-query-client.js.map +0 -1
- package/dist/lib/mtgate_client_ss.d.ts +0 -10
- package/dist/lib/mtgate_client_ss.d.ts.map +0 -1
- package/dist/lib/mtgate_client_ss.js +0 -24
- package/dist/lib/mtgate_client_ss.js.map +0 -1
- package/dist/store/AuthProviders.d.ts +0 -8
- package/dist/store/AuthProviders.d.ts.map +0 -1
- package/dist/store/AuthProviders.js +0 -34
- package/dist/store/AuthProviders.js.map +0 -1
- package/dist/store/GomtmProvider.d.ts +0 -10
- package/dist/store/GomtmProvider.d.ts.map +0 -1
- package/dist/store/GomtmProvider.js +0 -24
- package/dist/store/GomtmProvider.js.map +0 -1
- package/dist/store/GomtmV1Provider.d.ts +0 -10
- package/dist/store/GomtmV1Provider.d.ts.map +0 -1
- package/dist/store/GomtmV1Provider.js +0 -24
- package/dist/store/GomtmV1Provider.js.map +0 -1
- package/dist/store/MtgateProvider.d.ts +0 -6015
- package/dist/store/MtgateProvider.d.ts.map +0 -1
- package/dist/store/MtgateProvider.js +0 -76
- package/dist/store/MtgateProvider.js.map +0 -1
- package/dist/store/MtmsdkProvider.d.ts +0 -16
- package/dist/store/MtmsdkProvider.d.ts.map +0 -1
- package/dist/store/MtmsdkProvider.js +0 -47
- package/dist/store/MtmsdkProvider.js.map +0 -1
- package/dist/store/ReactQueryMtmaiApiProvider.d.ts +0 -10
- package/dist/store/ReactQueryMtmaiApiProvider.d.ts.map +0 -1
- package/dist/store/ReactQueryMtmaiApiProvider.js +0 -23
- package/dist/store/ReactQueryMtmaiApiProvider.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,667 +1,570 @@
|
|
|
1
|
-
export declare const
|
|
1
|
+
export declare const WorkerUpRespSchema: {
|
|
2
|
+
readonly description: "WorkerUpResp";
|
|
2
3
|
readonly type: "object";
|
|
3
4
|
readonly properties: {
|
|
4
|
-
readonly
|
|
5
|
+
readonly workerId: {
|
|
5
6
|
readonly type: "string";
|
|
6
7
|
};
|
|
7
|
-
readonly
|
|
8
|
-
readonly type: "
|
|
9
|
-
readonly
|
|
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"];
|
|
10
25
|
};
|
|
11
|
-
readonly
|
|
12
|
-
readonly type: "
|
|
13
|
-
readonly
|
|
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"];
|
|
14
47
|
};
|
|
15
|
-
readonly
|
|
16
|
-
readonly type: "
|
|
17
|
-
readonly
|
|
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"];
|
|
18
81
|
};
|
|
19
|
-
|
|
82
|
+
};
|
|
83
|
+
readonly required: readonly ["workerId", "supabase", "tunnel", "services"];
|
|
84
|
+
};
|
|
85
|
+
export declare const WorkerUpRequestSchema: {
|
|
86
|
+
readonly description: "WorkerUpRequest";
|
|
87
|
+
readonly type: "object";
|
|
88
|
+
readonly properties: {
|
|
89
|
+
readonly workerId: {
|
|
90
|
+
readonly description: "";
|
|
20
91
|
readonly type: "string";
|
|
21
92
|
};
|
|
22
|
-
readonly
|
|
93
|
+
readonly botType: {
|
|
94
|
+
readonly default: "mainapi";
|
|
23
95
|
readonly type: "string";
|
|
24
96
|
};
|
|
25
|
-
|
|
97
|
+
};
|
|
98
|
+
};
|
|
99
|
+
export declare const WorkerCheckResultSchema: {
|
|
100
|
+
readonly type: "object";
|
|
101
|
+
readonly properties: {
|
|
102
|
+
readonly id: {
|
|
26
103
|
readonly type: "string";
|
|
27
104
|
};
|
|
28
|
-
|
|
29
|
-
|
|
105
|
+
};
|
|
106
|
+
readonly required: readonly ["id"];
|
|
107
|
+
};
|
|
108
|
+
export declare const MqMessageSchema: {
|
|
109
|
+
readonly type: "object";
|
|
110
|
+
readonly properties: {
|
|
111
|
+
readonly msg_id: {
|
|
112
|
+
readonly type: "number";
|
|
30
113
|
};
|
|
31
|
-
readonly
|
|
32
|
-
readonly type: "
|
|
33
|
-
readonly additionalProperties: {
|
|
34
|
-
readonly nullable: true;
|
|
35
|
-
};
|
|
114
|
+
readonly read_ct: {
|
|
115
|
+
readonly type: "number";
|
|
36
116
|
};
|
|
37
|
-
readonly
|
|
38
|
-
readonly type: "
|
|
39
|
-
readonly additionalProperties: {
|
|
40
|
-
readonly nullable: true;
|
|
41
|
-
};
|
|
117
|
+
readonly enqueued_at: {
|
|
118
|
+
readonly type: "string";
|
|
42
119
|
};
|
|
120
|
+
readonly message: {};
|
|
43
121
|
};
|
|
44
|
-
readonly required: readonly ["
|
|
122
|
+
readonly required: readonly ["msg_id", "read_ct", "message"];
|
|
45
123
|
};
|
|
46
|
-
export declare const
|
|
124
|
+
export declare const WorkerPullRespSchema: {
|
|
47
125
|
readonly type: "object";
|
|
48
126
|
readonly properties: {
|
|
49
|
-
readonly
|
|
127
|
+
readonly error: {
|
|
128
|
+
readonly type: "string";
|
|
129
|
+
};
|
|
130
|
+
readonly data: {
|
|
50
131
|
readonly type: "array";
|
|
51
132
|
readonly items: {
|
|
52
|
-
readonly $ref: "#/components/schemas/
|
|
133
|
+
readonly $ref: "#/components/schemas/MqMessage";
|
|
53
134
|
};
|
|
54
135
|
};
|
|
55
|
-
readonly total: {
|
|
56
|
-
readonly type: "number";
|
|
57
|
-
};
|
|
58
136
|
};
|
|
59
|
-
readonly required: readonly ["
|
|
137
|
+
readonly required: readonly ["data"];
|
|
60
138
|
};
|
|
61
|
-
export declare const
|
|
139
|
+
export declare const WorkerPullRequestSchema: {
|
|
62
140
|
readonly type: "object";
|
|
63
141
|
readonly properties: {
|
|
64
|
-
readonly
|
|
65
|
-
readonly
|
|
142
|
+
readonly worker_id: {
|
|
143
|
+
readonly type: "string";
|
|
66
144
|
};
|
|
67
145
|
};
|
|
146
|
+
readonly required: readonly ["worker_id"];
|
|
68
147
|
};
|
|
69
|
-
export declare const
|
|
148
|
+
export declare const WorkerAckRespSchema: {
|
|
70
149
|
readonly type: "object";
|
|
71
150
|
readonly properties: {
|
|
72
|
-
readonly
|
|
151
|
+
readonly error: {
|
|
73
152
|
readonly type: "string";
|
|
74
|
-
readonly minLength: 1;
|
|
75
|
-
readonly maxLength: 255;
|
|
76
153
|
};
|
|
77
|
-
readonly
|
|
78
|
-
|
|
154
|
+
readonly data: {};
|
|
155
|
+
};
|
|
156
|
+
};
|
|
157
|
+
export declare const WorkerAckRequestSchema: {
|
|
158
|
+
readonly type: "object";
|
|
159
|
+
readonly properties: {
|
|
160
|
+
readonly msg_id: {
|
|
161
|
+
readonly type: "number";
|
|
79
162
|
};
|
|
80
|
-
|
|
163
|
+
};
|
|
164
|
+
readonly required: readonly ["msg_id"];
|
|
165
|
+
};
|
|
166
|
+
export declare const AgentRunResultSchema: {
|
|
167
|
+
readonly type: "object";
|
|
168
|
+
readonly properties: {};
|
|
169
|
+
};
|
|
170
|
+
export declare const AdkBlobSchema: {
|
|
171
|
+
readonly type: "object";
|
|
172
|
+
readonly properties: {
|
|
173
|
+
readonly mimeType: {
|
|
81
174
|
readonly type: "string";
|
|
82
|
-
readonly enum: readonly ["active", "inactive", "error"];
|
|
83
|
-
readonly default: "inactive";
|
|
84
|
-
};
|
|
85
|
-
readonly config: {
|
|
86
|
-
readonly type: "object";
|
|
87
|
-
readonly additionalProperties: {
|
|
88
|
-
readonly nullable: true;
|
|
89
|
-
};
|
|
90
|
-
};
|
|
91
|
-
readonly state: {
|
|
92
|
-
readonly type: "object";
|
|
93
|
-
readonly additionalProperties: {
|
|
94
|
-
readonly nullable: true;
|
|
95
|
-
};
|
|
96
175
|
};
|
|
97
|
-
readonly
|
|
176
|
+
readonly data: {
|
|
98
177
|
readonly type: "string";
|
|
99
178
|
};
|
|
100
179
|
};
|
|
101
|
-
readonly required: readonly ["
|
|
180
|
+
readonly required: readonly ["data"];
|
|
102
181
|
};
|
|
103
|
-
export declare const
|
|
182
|
+
export declare const AdkFunctionCallSchema: {
|
|
104
183
|
readonly type: "object";
|
|
105
184
|
readonly properties: {
|
|
106
|
-
readonly
|
|
107
|
-
readonly type: "string";
|
|
108
|
-
readonly minLength: 1;
|
|
109
|
-
readonly maxLength: 255;
|
|
110
|
-
};
|
|
111
|
-
readonly description: {
|
|
185
|
+
readonly id: {
|
|
112
186
|
readonly type: "string";
|
|
113
187
|
};
|
|
114
|
-
readonly
|
|
188
|
+
readonly name: {
|
|
115
189
|
readonly type: "string";
|
|
116
|
-
readonly enum: readonly ["active", "inactive", "error"];
|
|
117
190
|
};
|
|
118
|
-
readonly
|
|
119
|
-
readonly type: "object";
|
|
120
|
-
readonly additionalProperties: {
|
|
121
|
-
readonly nullable: true;
|
|
122
|
-
};
|
|
123
|
-
};
|
|
124
|
-
readonly state: {
|
|
191
|
+
readonly args: {
|
|
125
192
|
readonly type: "object";
|
|
126
|
-
readonly
|
|
127
|
-
readonly
|
|
193
|
+
readonly propertyNames: {
|
|
194
|
+
readonly type: "string";
|
|
128
195
|
};
|
|
196
|
+
readonly additionalProperties: {};
|
|
129
197
|
};
|
|
130
198
|
};
|
|
199
|
+
readonly required: readonly ["name", "args"];
|
|
131
200
|
};
|
|
132
|
-
export declare const
|
|
201
|
+
export declare const AdkFunctionRespSchema: {
|
|
133
202
|
readonly type: "object";
|
|
134
203
|
readonly properties: {
|
|
135
|
-
readonly
|
|
136
|
-
readonly type: "string";
|
|
137
|
-
readonly description: "Agent name";
|
|
138
|
-
};
|
|
139
|
-
readonly agentId: {
|
|
204
|
+
readonly id: {
|
|
140
205
|
readonly type: "string";
|
|
141
|
-
readonly description: "Agent ID";
|
|
142
206
|
};
|
|
143
|
-
readonly
|
|
207
|
+
readonly name: {
|
|
144
208
|
readonly type: "string";
|
|
145
|
-
readonly description: "Agent state";
|
|
146
209
|
};
|
|
147
|
-
|
|
148
|
-
readonly required: readonly ["agentName", "agentId", "state"];
|
|
149
|
-
};
|
|
150
|
-
export declare const ApiErrorSchema: {
|
|
151
|
-
readonly type: "object";
|
|
152
|
-
readonly properties: {
|
|
153
|
-
readonly error: {
|
|
210
|
+
readonly response: {
|
|
154
211
|
readonly type: "object";
|
|
155
|
-
readonly
|
|
156
|
-
readonly
|
|
157
|
-
readonly type: "string";
|
|
158
|
-
readonly enum: readonly ["VALIDATION_ERROR", "NOT_FOUND", "UNAUTHORIZED", "FORBIDDEN", "INTERNAL_ERROR", "CONFLICT", "BAD_REQUEST", "UNPROCESSABLE_ENTITY"];
|
|
159
|
-
};
|
|
160
|
-
readonly message: {
|
|
161
|
-
readonly type: "string";
|
|
162
|
-
};
|
|
163
|
-
readonly details: {
|
|
164
|
-
readonly type: "string";
|
|
165
|
-
};
|
|
166
|
-
readonly field: {
|
|
167
|
-
readonly type: "string";
|
|
168
|
-
};
|
|
212
|
+
readonly propertyNames: {
|
|
213
|
+
readonly type: "string";
|
|
169
214
|
};
|
|
170
|
-
readonly
|
|
215
|
+
readonly additionalProperties: {};
|
|
171
216
|
};
|
|
172
217
|
};
|
|
173
|
-
readonly required: readonly ["
|
|
218
|
+
readonly required: readonly ["name", "response"];
|
|
174
219
|
};
|
|
175
|
-
export declare const
|
|
220
|
+
export declare const AdkFileDataSchema: {
|
|
176
221
|
readonly type: "object";
|
|
177
222
|
readonly properties: {
|
|
178
|
-
readonly
|
|
223
|
+
readonly mimeType: {
|
|
224
|
+
readonly type: "string";
|
|
225
|
+
};
|
|
226
|
+
readonly fileUri: {
|
|
179
227
|
readonly type: "string";
|
|
180
|
-
readonly description: "Agent ID";
|
|
181
228
|
};
|
|
182
229
|
};
|
|
183
|
-
readonly required: readonly ["
|
|
230
|
+
readonly required: readonly ["mimeType", "fileUri"];
|
|
184
231
|
};
|
|
185
|
-
export declare const
|
|
232
|
+
export declare const AdkExecutableCodeSchema: {
|
|
186
233
|
readonly type: "object";
|
|
187
234
|
readonly properties: {
|
|
188
|
-
readonly
|
|
235
|
+
readonly language: {
|
|
189
236
|
readonly type: "string";
|
|
237
|
+
readonly enum: readonly ["UNKNOWN", "PYTHON"];
|
|
190
238
|
};
|
|
191
|
-
readonly
|
|
239
|
+
readonly code: {
|
|
192
240
|
readonly type: "string";
|
|
193
241
|
};
|
|
194
|
-
|
|
242
|
+
};
|
|
243
|
+
readonly required: readonly ["language", "code"];
|
|
244
|
+
};
|
|
245
|
+
export declare const AdkCodeExecutionResultSchema: {
|
|
246
|
+
readonly type: "object";
|
|
247
|
+
readonly properties: {
|
|
248
|
+
readonly outcome: {
|
|
195
249
|
readonly type: "string";
|
|
250
|
+
readonly enum: readonly ["UNKNOWN", "OK", "FAILED", "DEADLINE_EXCEEDED"];
|
|
196
251
|
};
|
|
197
|
-
readonly
|
|
252
|
+
readonly output: {
|
|
198
253
|
readonly type: "string";
|
|
199
254
|
};
|
|
200
|
-
|
|
255
|
+
};
|
|
256
|
+
readonly required: readonly ["outcome", "output"];
|
|
257
|
+
};
|
|
258
|
+
export declare const AdkPartSchema: {
|
|
259
|
+
readonly type: "object";
|
|
260
|
+
readonly properties: {
|
|
261
|
+
readonly text: {
|
|
201
262
|
readonly type: "string";
|
|
202
263
|
};
|
|
203
|
-
readonly
|
|
204
|
-
readonly
|
|
205
|
-
readonly additionalProperties: {
|
|
206
|
-
readonly nullable: true;
|
|
207
|
-
};
|
|
208
|
-
readonly default: {};
|
|
209
|
-
};
|
|
210
|
-
readonly tags: {
|
|
211
|
-
readonly type: "array";
|
|
212
|
-
readonly items: {
|
|
213
|
-
readonly type: "string";
|
|
214
|
-
};
|
|
264
|
+
readonly inlineData: {
|
|
265
|
+
readonly $ref: "#/components/schemas/AdkBlob";
|
|
215
266
|
};
|
|
216
|
-
readonly
|
|
217
|
-
readonly
|
|
218
|
-
readonly format: "date";
|
|
267
|
+
readonly functionCall: {
|
|
268
|
+
readonly $ref: "#/components/schemas/AdkFunctionCall";
|
|
219
269
|
};
|
|
220
|
-
readonly
|
|
221
|
-
readonly
|
|
222
|
-
readonly format: "date";
|
|
270
|
+
readonly functionResponse: {
|
|
271
|
+
readonly $ref: "#/components/schemas/AdkFunctionResp";
|
|
223
272
|
};
|
|
224
|
-
readonly
|
|
225
|
-
readonly type: "
|
|
226
|
-
readonly format: "date";
|
|
273
|
+
readonly thought: {
|
|
274
|
+
readonly type: "boolean";
|
|
227
275
|
};
|
|
228
|
-
readonly
|
|
229
|
-
readonly
|
|
276
|
+
readonly fileData: {
|
|
277
|
+
readonly $ref: "#/components/schemas/AdkFileData";
|
|
230
278
|
};
|
|
231
|
-
readonly
|
|
232
|
-
readonly
|
|
279
|
+
readonly executableCode: {
|
|
280
|
+
readonly $ref: "#/components/schemas/AdkExecutableCode";
|
|
233
281
|
};
|
|
234
|
-
readonly
|
|
235
|
-
readonly
|
|
236
|
-
readonly additionalProperties: {
|
|
237
|
-
readonly nullable: true;
|
|
238
|
-
};
|
|
239
|
-
readonly default: {};
|
|
282
|
+
readonly codeExecutionResult: {
|
|
283
|
+
readonly $ref: "#/components/schemas/AdkCodeExecutionResult";
|
|
240
284
|
};
|
|
241
285
|
};
|
|
242
|
-
readonly required: readonly ["id", "organizationId", "name", "url", "createdAt", "updatedAt"];
|
|
243
286
|
};
|
|
244
|
-
export declare const
|
|
287
|
+
export declare const GenaiContentSchema: {
|
|
245
288
|
readonly type: "object";
|
|
246
289
|
readonly properties: {
|
|
247
|
-
readonly
|
|
290
|
+
readonly role: {
|
|
291
|
+
readonly type: "string";
|
|
292
|
+
};
|
|
293
|
+
readonly parts: {
|
|
248
294
|
readonly type: "array";
|
|
249
295
|
readonly items: {
|
|
250
|
-
readonly $ref: "#/components/schemas/
|
|
251
|
-
};
|
|
252
|
-
};
|
|
253
|
-
readonly total: {
|
|
254
|
-
readonly type: "number";
|
|
255
|
-
};
|
|
256
|
-
readonly pagination: {
|
|
257
|
-
readonly type: "object";
|
|
258
|
-
readonly properties: {
|
|
259
|
-
readonly limit: {
|
|
260
|
-
readonly type: "number";
|
|
261
|
-
};
|
|
262
|
-
readonly offset: {
|
|
263
|
-
readonly type: "number";
|
|
264
|
-
};
|
|
265
|
-
readonly total_count: {
|
|
266
|
-
readonly type: "number";
|
|
267
|
-
};
|
|
296
|
+
readonly $ref: "#/components/schemas/AdkPart";
|
|
268
297
|
};
|
|
269
|
-
readonly required: readonly ["limit", "offset", "total_count"];
|
|
270
298
|
};
|
|
271
299
|
};
|
|
272
|
-
readonly required: readonly ["
|
|
300
|
+
readonly required: readonly ["role", "parts"];
|
|
273
301
|
};
|
|
274
|
-
export declare const
|
|
302
|
+
export declare const AgentRunReqSchema: {
|
|
275
303
|
readonly type: "object";
|
|
276
304
|
readonly properties: {
|
|
277
|
-
readonly
|
|
305
|
+
readonly agentName: {
|
|
278
306
|
readonly type: "string";
|
|
279
|
-
readonly minLength: 1;
|
|
280
307
|
};
|
|
281
|
-
readonly
|
|
282
|
-
readonly
|
|
308
|
+
readonly newMessage: {
|
|
309
|
+
readonly $ref: "#/components/schemas/GenaiContent";
|
|
283
310
|
};
|
|
284
|
-
readonly
|
|
311
|
+
readonly sessionId: {
|
|
285
312
|
readonly type: "string";
|
|
286
|
-
readonly format: "uri";
|
|
287
|
-
};
|
|
288
|
-
readonly properties: {
|
|
289
|
-
readonly type: "object";
|
|
290
|
-
readonly additionalProperties: {
|
|
291
|
-
readonly nullable: true;
|
|
292
|
-
};
|
|
293
|
-
readonly default: {};
|
|
294
|
-
};
|
|
295
|
-
readonly tags: {
|
|
296
|
-
readonly type: "array";
|
|
297
|
-
readonly items: {
|
|
298
|
-
readonly type: "string";
|
|
299
|
-
};
|
|
300
313
|
};
|
|
301
|
-
readonly
|
|
302
|
-
|
|
314
|
+
readonly stateDelta: {};
|
|
315
|
+
readonly streaming: {
|
|
316
|
+
readonly default: false;
|
|
317
|
+
readonly type: "boolean";
|
|
303
318
|
};
|
|
304
|
-
readonly
|
|
319
|
+
readonly userId: {
|
|
305
320
|
readonly type: "string";
|
|
306
321
|
};
|
|
307
|
-
readonly sessionData: {
|
|
308
|
-
readonly type: "object";
|
|
309
|
-
readonly additionalProperties: {
|
|
310
|
-
readonly nullable: true;
|
|
311
|
-
};
|
|
312
|
-
readonly default: {};
|
|
313
|
-
};
|
|
314
322
|
};
|
|
315
|
-
readonly required: readonly ["
|
|
323
|
+
readonly required: readonly ["agentName", "newMessage", "sessionId"];
|
|
316
324
|
};
|
|
317
|
-
export declare const
|
|
325
|
+
export declare const AdkEventActionsSchema: {
|
|
318
326
|
readonly type: "object";
|
|
319
327
|
readonly properties: {
|
|
320
|
-
readonly
|
|
328
|
+
readonly message: {
|
|
321
329
|
readonly type: "string";
|
|
322
330
|
};
|
|
323
|
-
readonly
|
|
331
|
+
readonly artifactDelta: {};
|
|
332
|
+
readonly functionCall: {
|
|
333
|
+
readonly $ref: "#/components/schemas/AdkFunctionCall";
|
|
334
|
+
};
|
|
335
|
+
readonly functionResponse: {
|
|
336
|
+
readonly $ref: "#/components/schemas/AdkFunctionResp";
|
|
337
|
+
};
|
|
338
|
+
readonly finishReason: {
|
|
324
339
|
readonly type: "string";
|
|
325
340
|
};
|
|
326
341
|
};
|
|
327
342
|
};
|
|
328
|
-
export declare const
|
|
343
|
+
export declare const AdkEventSchema: {
|
|
329
344
|
readonly type: "object";
|
|
330
345
|
readonly properties: {
|
|
331
346
|
readonly id: {
|
|
332
347
|
readonly type: "string";
|
|
333
348
|
};
|
|
334
|
-
readonly
|
|
335
|
-
readonly type: "string";
|
|
336
|
-
};
|
|
337
|
-
readonly description: {
|
|
349
|
+
readonly author: {
|
|
338
350
|
readonly type: "string";
|
|
339
351
|
};
|
|
340
|
-
readonly
|
|
352
|
+
readonly invocationId: {
|
|
341
353
|
readonly type: "string";
|
|
342
354
|
};
|
|
343
|
-
readonly
|
|
344
|
-
readonly
|
|
355
|
+
readonly actions: {
|
|
356
|
+
readonly $ref: "#/components/schemas/AdkEventActions";
|
|
345
357
|
};
|
|
346
|
-
readonly
|
|
347
|
-
readonly type: "
|
|
358
|
+
readonly longRunningToolIds: {
|
|
359
|
+
readonly type: "array";
|
|
360
|
+
readonly items: {
|
|
361
|
+
readonly type: "string";
|
|
362
|
+
};
|
|
348
363
|
};
|
|
349
|
-
readonly
|
|
364
|
+
readonly branch: {
|
|
350
365
|
readonly type: "string";
|
|
351
366
|
};
|
|
352
|
-
readonly
|
|
367
|
+
readonly timestamp: {
|
|
353
368
|
readonly type: "number";
|
|
354
369
|
};
|
|
355
|
-
readonly
|
|
356
|
-
readonly
|
|
370
|
+
readonly content: {
|
|
371
|
+
readonly $ref: "#/components/schemas/GenaiContent";
|
|
357
372
|
};
|
|
358
|
-
readonly
|
|
373
|
+
readonly error: {
|
|
359
374
|
readonly type: "string";
|
|
360
|
-
readonly format: "date";
|
|
361
375
|
};
|
|
362
|
-
readonly
|
|
376
|
+
readonly errorMessage: {
|
|
377
|
+
readonly type: "string";
|
|
378
|
+
};
|
|
379
|
+
readonly errorCode: {
|
|
363
380
|
readonly type: "string";
|
|
364
|
-
|
|
381
|
+
};
|
|
382
|
+
readonly groundingMetadata: {};
|
|
383
|
+
readonly usageMetadata: {};
|
|
384
|
+
readonly citationMetadata: {};
|
|
385
|
+
readonly customMetadata: {};
|
|
386
|
+
readonly turnComplete: {
|
|
387
|
+
readonly type: "boolean";
|
|
388
|
+
};
|
|
389
|
+
readonly interrupted: {
|
|
390
|
+
readonly type: "boolean";
|
|
365
391
|
};
|
|
366
392
|
};
|
|
367
|
-
readonly required: readonly ["id", "name", "url", "enabled", "created_at"];
|
|
368
393
|
};
|
|
369
|
-
export declare const
|
|
394
|
+
export declare const AdkSessionCreateRespSchema: {
|
|
370
395
|
readonly type: "object";
|
|
371
396
|
readonly properties: {
|
|
372
|
-
readonly
|
|
373
|
-
readonly type: "
|
|
374
|
-
readonly items: {
|
|
375
|
-
readonly $ref: "#/components/schemas/ProxyGetResponse";
|
|
376
|
-
};
|
|
397
|
+
readonly error: {
|
|
398
|
+
readonly type: "string";
|
|
377
399
|
};
|
|
378
|
-
readonly
|
|
400
|
+
readonly data: {
|
|
379
401
|
readonly type: "object";
|
|
380
402
|
readonly properties: {
|
|
381
|
-
readonly
|
|
382
|
-
readonly type: "
|
|
403
|
+
readonly id: {
|
|
404
|
+
readonly type: "string";
|
|
383
405
|
};
|
|
384
|
-
readonly
|
|
385
|
-
readonly type: "
|
|
406
|
+
readonly appName: {
|
|
407
|
+
readonly type: "string";
|
|
408
|
+
};
|
|
409
|
+
readonly userId: {
|
|
410
|
+
readonly type: "string";
|
|
386
411
|
};
|
|
387
|
-
readonly
|
|
388
|
-
|
|
412
|
+
readonly state: {};
|
|
413
|
+
readonly events: {
|
|
414
|
+
readonly type: "array";
|
|
415
|
+
readonly items: {
|
|
416
|
+
readonly $ref: "#/components/schemas/AdkEvent";
|
|
417
|
+
};
|
|
389
418
|
};
|
|
390
|
-
readonly
|
|
391
|
-
readonly type: "
|
|
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))$";
|
|
392
423
|
};
|
|
393
424
|
};
|
|
394
|
-
readonly required: readonly ["
|
|
425
|
+
readonly required: readonly ["state"];
|
|
395
426
|
};
|
|
396
427
|
};
|
|
397
|
-
readonly required: readonly ["proxies", "pagination"];
|
|
398
428
|
};
|
|
399
|
-
export declare const
|
|
429
|
+
export declare const AdkSessionGetRespSchema: {
|
|
400
430
|
readonly type: "object";
|
|
401
431
|
readonly properties: {
|
|
402
|
-
readonly
|
|
403
|
-
readonly type: "string";
|
|
404
|
-
};
|
|
405
|
-
readonly name: {
|
|
406
|
-
readonly type: "string";
|
|
407
|
-
readonly minLength: 1;
|
|
408
|
-
};
|
|
409
|
-
readonly description: {
|
|
432
|
+
readonly error: {
|
|
410
433
|
readonly type: "string";
|
|
411
434
|
};
|
|
412
|
-
readonly
|
|
413
|
-
readonly type: "
|
|
414
|
-
readonly
|
|
415
|
-
|
|
435
|
+
readonly data: {
|
|
436
|
+
readonly type: "object";
|
|
437
|
+
readonly properties: {
|
|
438
|
+
readonly id: {
|
|
439
|
+
readonly type: "string";
|
|
440
|
+
};
|
|
441
|
+
readonly appName: {
|
|
442
|
+
readonly type: "string";
|
|
443
|
+
};
|
|
444
|
+
readonly userId: {
|
|
445
|
+
readonly type: "string";
|
|
446
|
+
};
|
|
447
|
+
readonly state: {};
|
|
448
|
+
readonly events: {
|
|
449
|
+
readonly type: "array";
|
|
450
|
+
readonly items: {
|
|
451
|
+
readonly $ref: "#/components/schemas/AdkEvent";
|
|
452
|
+
};
|
|
453
|
+
};
|
|
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))$";
|
|
458
|
+
};
|
|
459
|
+
};
|
|
460
|
+
readonly required: readonly ["state"];
|
|
416
461
|
};
|
|
417
462
|
};
|
|
418
|
-
readonly required: readonly ["url"];
|
|
419
463
|
};
|
|
420
|
-
export declare const
|
|
464
|
+
export declare const AgentChatItemSchema: {
|
|
421
465
|
readonly type: "object";
|
|
422
466
|
readonly properties: {
|
|
423
467
|
readonly id: {
|
|
424
468
|
readonly type: "string";
|
|
425
469
|
};
|
|
426
|
-
readonly
|
|
427
|
-
readonly type: "string";
|
|
428
|
-
};
|
|
429
|
-
readonly updatedAt: {
|
|
470
|
+
readonly title: {
|
|
430
471
|
readonly type: "string";
|
|
431
472
|
};
|
|
432
|
-
readonly
|
|
473
|
+
readonly user_id: {
|
|
433
474
|
readonly type: "string";
|
|
434
|
-
readonly nullable: true;
|
|
435
475
|
};
|
|
436
|
-
readonly
|
|
476
|
+
readonly visibility: {
|
|
437
477
|
readonly type: "string";
|
|
438
478
|
};
|
|
439
|
-
readonly
|
|
479
|
+
readonly lastContext: {};
|
|
480
|
+
readonly created_at: {
|
|
440
481
|
readonly type: "string";
|
|
482
|
+
readonly format: "date-time";
|
|
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))$";
|
|
441
484
|
};
|
|
442
|
-
readonly
|
|
485
|
+
readonly updated_at: {
|
|
443
486
|
readonly type: "string";
|
|
487
|
+
readonly format: "date-time";
|
|
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))$";
|
|
444
489
|
};
|
|
445
|
-
|
|
490
|
+
};
|
|
491
|
+
readonly required: readonly ["id", "title", "user_id", "visibility", "created_at", "updated_at"];
|
|
492
|
+
};
|
|
493
|
+
export declare const zMtAgentRunSchema: {
|
|
494
|
+
readonly type: "object";
|
|
495
|
+
readonly properties: {};
|
|
496
|
+
};
|
|
497
|
+
export declare const MtAgentRunReqSchema: {
|
|
498
|
+
readonly type: "object";
|
|
499
|
+
readonly properties: {
|
|
500
|
+
readonly agentName: {
|
|
501
|
+
readonly default: "assistant";
|
|
446
502
|
readonly type: "string";
|
|
447
503
|
};
|
|
448
|
-
readonly
|
|
449
|
-
readonly type: "
|
|
504
|
+
readonly messages: {
|
|
505
|
+
readonly type: "array";
|
|
506
|
+
readonly items: {};
|
|
450
507
|
};
|
|
451
|
-
readonly
|
|
508
|
+
readonly sessionId: {
|
|
452
509
|
readonly type: "string";
|
|
453
510
|
};
|
|
454
|
-
readonly
|
|
455
|
-
|
|
456
|
-
readonly
|
|
457
|
-
|
|
458
|
-
};
|
|
459
|
-
};
|
|
460
|
-
readonly config: {
|
|
461
|
-
readonly type: "object";
|
|
462
|
-
readonly additionalProperties: {
|
|
463
|
-
readonly nullable: true;
|
|
464
|
-
};
|
|
465
|
-
};
|
|
466
|
-
};
|
|
467
|
-
readonly required: readonly ["id", "createdAt", "updatedAt", "organizationId", "name", "description", "deployType", "serverUrl", "status", "state", "config"];
|
|
468
|
-
};
|
|
469
|
-
export declare const SandboxListSchema: {
|
|
470
|
-
readonly type: "object";
|
|
471
|
-
readonly properties: {
|
|
472
|
-
readonly services: {
|
|
473
|
-
readonly type: "array";
|
|
474
|
-
readonly items: {
|
|
475
|
-
readonly $ref: "#/components/schemas/Sandbox";
|
|
476
|
-
};
|
|
477
|
-
};
|
|
478
|
-
readonly total: {
|
|
479
|
-
readonly type: "number";
|
|
480
|
-
};
|
|
481
|
-
};
|
|
482
|
-
readonly required: readonly ["services", "total"];
|
|
483
|
-
};
|
|
484
|
-
export declare const SandboxGetSchema: {
|
|
485
|
-
readonly type: "object";
|
|
486
|
-
readonly properties: {
|
|
487
|
-
readonly service: {
|
|
488
|
-
readonly $ref: "#/components/schemas/Sandbox";
|
|
489
|
-
};
|
|
490
|
-
};
|
|
491
|
-
};
|
|
492
|
-
export declare const SandboxStartSchema: {
|
|
493
|
-
readonly type: "object";
|
|
494
|
-
readonly properties: {
|
|
495
|
-
readonly message: {
|
|
496
|
-
readonly type: "string";
|
|
511
|
+
readonly stateDelta: {};
|
|
512
|
+
readonly streaming: {
|
|
513
|
+
readonly default: false;
|
|
514
|
+
readonly type: "boolean";
|
|
497
515
|
};
|
|
498
|
-
readonly
|
|
516
|
+
readonly userId: {
|
|
499
517
|
readonly type: "string";
|
|
500
518
|
};
|
|
501
519
|
};
|
|
502
|
-
readonly required: readonly ["
|
|
520
|
+
readonly required: readonly ["messages"];
|
|
503
521
|
};
|
|
504
|
-
export declare const
|
|
522
|
+
export declare const AgentQuickActionItemSchema: {
|
|
505
523
|
readonly type: "object";
|
|
506
524
|
readonly properties: {
|
|
507
|
-
readonly
|
|
508
|
-
readonly type: "string";
|
|
509
|
-
readonly description: "菜单标题";
|
|
510
|
-
};
|
|
511
|
-
readonly url: {
|
|
525
|
+
readonly id: {
|
|
512
526
|
readonly type: "string";
|
|
513
|
-
readonly description: "菜单链接";
|
|
514
527
|
};
|
|
515
528
|
readonly icon: {
|
|
516
529
|
readonly type: "string";
|
|
517
|
-
readonly description: "图标名称";
|
|
518
|
-
};
|
|
519
|
-
readonly badge: {
|
|
520
|
-
readonly type: "string";
|
|
521
|
-
readonly description: "徽章文本";
|
|
522
|
-
};
|
|
523
|
-
readonly debugOnly: {
|
|
524
|
-
readonly type: "boolean";
|
|
525
|
-
readonly description: "是否仅在调试模式下显示";
|
|
526
|
-
};
|
|
527
|
-
readonly roles: {
|
|
528
|
-
readonly type: "array";
|
|
529
|
-
readonly items: {
|
|
530
|
-
readonly type: "string";
|
|
531
|
-
};
|
|
532
|
-
readonly description: "允许访问此菜单项的角色列表";
|
|
533
|
-
};
|
|
534
|
-
readonly children: {
|
|
535
|
-
readonly type: "array";
|
|
536
|
-
readonly items: {
|
|
537
|
-
readonly $ref: "#/components/schemas/NavItem";
|
|
538
|
-
};
|
|
539
|
-
readonly description: "子菜单项";
|
|
540
530
|
};
|
|
541
|
-
|
|
542
|
-
readonly required: readonly ["title"];
|
|
543
|
-
readonly description: "导航菜单项";
|
|
544
|
-
};
|
|
545
|
-
export declare const SingboxConfigSchema: {
|
|
546
|
-
readonly type: "object";
|
|
547
|
-
readonly properties: {
|
|
548
|
-
readonly configUrl: {
|
|
531
|
+
readonly text: {
|
|
549
532
|
readonly type: "string";
|
|
550
533
|
};
|
|
551
|
-
readonly containerOnly: {
|
|
552
|
-
readonly type: "boolean";
|
|
553
|
-
readonly default: false;
|
|
554
|
-
};
|
|
555
534
|
};
|
|
535
|
+
readonly required: readonly ["text"];
|
|
556
536
|
};
|
|
557
|
-
export declare const
|
|
537
|
+
export declare const ChatMessageSchema: {
|
|
558
538
|
readonly type: "object";
|
|
559
539
|
readonly properties: {
|
|
560
|
-
readonly
|
|
540
|
+
readonly id: {
|
|
561
541
|
readonly type: "string";
|
|
562
|
-
readonly minLength: 1;
|
|
563
542
|
};
|
|
564
|
-
readonly
|
|
543
|
+
readonly created_at: {
|
|
565
544
|
readonly type: "string";
|
|
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))$";
|
|
566
547
|
};
|
|
567
|
-
readonly
|
|
568
|
-
readonly type: "integer";
|
|
569
|
-
readonly minimum: 1;
|
|
570
|
-
readonly maximum: 65535;
|
|
571
|
-
};
|
|
572
|
-
readonly singbox: {
|
|
573
|
-
readonly $ref: "#/components/schemas/SingboxConfig";
|
|
574
|
-
};
|
|
575
|
-
};
|
|
576
|
-
readonly required: readonly ["cloudflareToken", "localPort", "singbox"];
|
|
577
|
-
};
|
|
578
|
-
export declare const OnionConfigSchema: {
|
|
579
|
-
readonly type: "object";
|
|
580
|
-
readonly properties: {
|
|
581
|
-
readonly privateKey: {
|
|
548
|
+
readonly updated_at: {
|
|
582
549
|
readonly type: "string";
|
|
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))$";
|
|
583
552
|
};
|
|
584
|
-
|
|
585
|
-
};
|
|
586
|
-
export declare const VncServiceSchema: {
|
|
587
|
-
readonly type: "object";
|
|
588
|
-
readonly properties: {
|
|
589
|
-
readonly enabled: {
|
|
590
|
-
readonly type: "boolean";
|
|
591
|
-
readonly default: false;
|
|
592
|
-
};
|
|
593
|
-
readonly port: {
|
|
594
|
-
readonly type: "number";
|
|
595
|
-
readonly default: 8444;
|
|
596
|
-
};
|
|
597
|
-
readonly display: {
|
|
553
|
+
readonly chat_id: {
|
|
598
554
|
readonly type: "string";
|
|
599
|
-
readonly default: ":1";
|
|
600
555
|
};
|
|
601
|
-
readonly
|
|
556
|
+
readonly role: {
|
|
602
557
|
readonly type: "string";
|
|
603
558
|
};
|
|
604
|
-
readonly
|
|
559
|
+
readonly parts: {};
|
|
560
|
+
readonly attachments: {};
|
|
561
|
+
readonly user_id: {
|
|
605
562
|
readonly type: "string";
|
|
606
563
|
};
|
|
607
|
-
readonly colorDepth: {
|
|
608
|
-
readonly type: "number";
|
|
609
|
-
};
|
|
610
|
-
readonly onionConfig: {
|
|
611
|
-
readonly $ref: "#/components/schemas/OnionConfig";
|
|
612
|
-
};
|
|
613
|
-
};
|
|
614
|
-
};
|
|
615
|
-
export declare const HelloOnionWebServiceSchema: {
|
|
616
|
-
readonly type: "object";
|
|
617
|
-
readonly properties: {
|
|
618
|
-
readonly enabled: {
|
|
619
|
-
readonly type: "boolean";
|
|
620
|
-
readonly default: false;
|
|
621
|
-
};
|
|
622
|
-
readonly port: {
|
|
623
|
-
readonly type: "number";
|
|
624
|
-
readonly default: 8053;
|
|
625
|
-
};
|
|
626
|
-
readonly onionConfig: {
|
|
627
|
-
readonly $ref: "#/components/schemas/OnionConfig";
|
|
628
|
-
};
|
|
629
|
-
};
|
|
630
|
-
};
|
|
631
|
-
export declare const MainApiServiceSchema: {
|
|
632
|
-
readonly type: "object";
|
|
633
|
-
readonly properties: {
|
|
634
|
-
readonly enabled: {
|
|
635
|
-
readonly type: "boolean";
|
|
636
|
-
readonly default: false;
|
|
637
|
-
};
|
|
638
|
-
readonly port: {
|
|
639
|
-
readonly type: "number";
|
|
640
|
-
readonly default: 8000;
|
|
641
|
-
};
|
|
642
|
-
readonly onionConfig: {
|
|
643
|
-
readonly $ref: "#/components/schemas/OnionConfig";
|
|
644
|
-
};
|
|
645
|
-
};
|
|
646
|
-
};
|
|
647
|
-
export declare const GomtmConfigSchema: {
|
|
648
|
-
readonly type: "object";
|
|
649
|
-
readonly properties: {
|
|
650
|
-
readonly tunnel: {
|
|
651
|
-
readonly $ref: "#/components/schemas/TunnelConfig";
|
|
652
|
-
};
|
|
653
|
-
readonly vnc: {
|
|
654
|
-
readonly $ref: "#/components/schemas/VncService";
|
|
655
|
-
};
|
|
656
|
-
readonly helloOnionWeb: {
|
|
657
|
-
readonly $ref: "#/components/schemas/HelloOnionWebService";
|
|
658
|
-
};
|
|
659
|
-
readonly mainApi: {
|
|
660
|
-
readonly $ref: "#/components/schemas/MainApiService";
|
|
661
|
-
};
|
|
662
564
|
};
|
|
565
|
+
readonly required: readonly ["id", "created_at", "updated_at", "chat_id", "role", "parts", "attachments", "user_id"];
|
|
663
566
|
};
|
|
664
|
-
export declare const
|
|
567
|
+
export declare const BrowserCreateResultSchema: {
|
|
665
568
|
readonly type: "object";
|
|
666
569
|
readonly properties: {
|
|
667
570
|
readonly id: {
|
|
@@ -670,908 +573,87 @@ export declare const SiteSchema: {
|
|
|
670
573
|
readonly title: {
|
|
671
574
|
readonly type: "string";
|
|
672
575
|
};
|
|
673
|
-
readonly
|
|
674
|
-
readonly type: "string";
|
|
675
|
-
};
|
|
676
|
-
readonly organizationId: {
|
|
677
|
-
readonly type: "string";
|
|
678
|
-
};
|
|
679
|
-
readonly enabled: {
|
|
680
|
-
readonly type: "boolean";
|
|
681
|
-
};
|
|
682
|
-
readonly createdAt: {
|
|
683
|
-
readonly type: "string";
|
|
684
|
-
};
|
|
685
|
-
readonly updatedAt: {
|
|
686
|
-
readonly type: "string";
|
|
687
|
-
};
|
|
688
|
-
readonly state: {
|
|
689
|
-
readonly type: "object";
|
|
690
|
-
readonly additionalProperties: {
|
|
691
|
-
readonly nullable: true;
|
|
692
|
-
};
|
|
693
|
-
};
|
|
694
|
-
readonly automationEnabled: {
|
|
695
|
-
readonly type: "boolean";
|
|
696
|
-
};
|
|
697
|
-
};
|
|
698
|
-
readonly required: readonly ["id", "title", "organizationId", "enabled", "createdAt", "updatedAt", "automationEnabled"];
|
|
699
|
-
};
|
|
700
|
-
export declare const SiteListSchema: {
|
|
701
|
-
readonly type: "object";
|
|
702
|
-
readonly properties: {
|
|
703
|
-
readonly sites: {
|
|
704
|
-
readonly type: "array";
|
|
705
|
-
readonly items: {
|
|
706
|
-
readonly $ref: "#/components/schemas/Site";
|
|
707
|
-
};
|
|
708
|
-
};
|
|
709
|
-
readonly total: {
|
|
710
|
-
readonly type: "number";
|
|
711
|
-
};
|
|
712
|
-
readonly limit: {
|
|
713
|
-
readonly type: "number";
|
|
714
|
-
};
|
|
715
|
-
readonly offset: {
|
|
716
|
-
readonly type: "number";
|
|
717
|
-
};
|
|
718
|
-
};
|
|
719
|
-
readonly required: readonly ["sites", "total", "limit", "offset"];
|
|
720
|
-
};
|
|
721
|
-
export declare const SiteCreateRequestSchema: {
|
|
722
|
-
readonly type: "object";
|
|
723
|
-
readonly properties: {
|
|
724
|
-
readonly title: {
|
|
725
|
-
readonly type: "string";
|
|
726
|
-
readonly minLength: 1;
|
|
727
|
-
};
|
|
728
|
-
readonly description: {
|
|
576
|
+
readonly created_at: {
|
|
729
577
|
readonly type: "string";
|
|
730
578
|
};
|
|
731
|
-
readonly
|
|
732
|
-
readonly type: "boolean";
|
|
733
|
-
readonly default: true;
|
|
734
|
-
};
|
|
735
|
-
readonly automationEnabled: {
|
|
736
|
-
readonly type: "boolean";
|
|
737
|
-
readonly default: false;
|
|
738
|
-
};
|
|
739
|
-
readonly state: {
|
|
740
|
-
readonly type: "object";
|
|
741
|
-
readonly additionalProperties: {
|
|
742
|
-
readonly nullable: true;
|
|
743
|
-
};
|
|
744
|
-
readonly default: {};
|
|
745
|
-
};
|
|
746
|
-
readonly organizationId: {
|
|
579
|
+
readonly provider: {
|
|
747
580
|
readonly type: "string";
|
|
748
581
|
};
|
|
749
582
|
};
|
|
750
|
-
readonly required: readonly ["
|
|
583
|
+
readonly required: readonly ["id"];
|
|
751
584
|
};
|
|
752
|
-
export declare const
|
|
585
|
+
export declare const BrowserCreateReqSchema: {
|
|
753
586
|
readonly type: "object";
|
|
754
587
|
readonly properties: {
|
|
755
588
|
readonly id: {
|
|
589
|
+
readonly description: "如果不传则自动生成,传入则更新对应记录";
|
|
756
590
|
readonly type: "string";
|
|
757
591
|
};
|
|
758
592
|
readonly title: {
|
|
593
|
+
readonly description: "配置名称";
|
|
759
594
|
readonly type: "string";
|
|
760
595
|
readonly minLength: 1;
|
|
761
596
|
};
|
|
762
597
|
readonly description: {
|
|
598
|
+
readonly description: "描述信息";
|
|
763
599
|
readonly type: "string";
|
|
764
600
|
};
|
|
765
|
-
readonly
|
|
766
|
-
readonly
|
|
601
|
+
readonly profile_id: {
|
|
602
|
+
readonly description: "关联的 profile ID";
|
|
603
|
+
readonly type: "string";
|
|
767
604
|
};
|
|
768
|
-
readonly
|
|
769
|
-
readonly
|
|
605
|
+
readonly provider: {
|
|
606
|
+
readonly description: "底层提供商,如 nst";
|
|
607
|
+
readonly type: "string";
|
|
770
608
|
};
|
|
771
|
-
readonly
|
|
772
|
-
readonly
|
|
773
|
-
readonly additionalProperties: {
|
|
774
|
-
readonly nullable: true;
|
|
775
|
-
};
|
|
609
|
+
readonly provider_config: {
|
|
610
|
+
readonly description: "提供商特定配置";
|
|
776
611
|
};
|
|
777
|
-
readonly
|
|
778
|
-
readonly
|
|
612
|
+
readonly config: {
|
|
613
|
+
readonly description: "通用配置";
|
|
779
614
|
};
|
|
780
615
|
};
|
|
781
|
-
readonly required: readonly ["
|
|
616
|
+
readonly required: readonly ["title"];
|
|
782
617
|
};
|
|
783
|
-
export declare const
|
|
618
|
+
export declare const BrowserRowSchema: {
|
|
784
619
|
readonly type: "object";
|
|
785
620
|
readonly properties: {
|
|
786
621
|
readonly id: {
|
|
787
622
|
readonly type: "string";
|
|
788
623
|
};
|
|
789
|
-
readonly
|
|
790
|
-
readonly type: "string";
|
|
791
|
-
};
|
|
792
|
-
readonly updatedAt: {
|
|
793
|
-
readonly type: "string";
|
|
794
|
-
};
|
|
795
|
-
readonly title: {
|
|
796
|
-
readonly type: "string";
|
|
797
|
-
};
|
|
798
|
-
readonly content: {
|
|
799
|
-
readonly type: "string";
|
|
800
|
-
};
|
|
801
|
-
readonly description: {
|
|
802
|
-
readonly type: "string";
|
|
803
|
-
};
|
|
804
|
-
readonly slug: {
|
|
805
|
-
readonly type: "string";
|
|
806
|
-
};
|
|
807
|
-
readonly status: {
|
|
808
|
-
readonly type: "string";
|
|
809
|
-
};
|
|
810
|
-
readonly state: {
|
|
811
|
-
readonly type: "string";
|
|
812
|
-
};
|
|
813
|
-
readonly publishDate: {
|
|
814
|
-
readonly type: "string";
|
|
815
|
-
};
|
|
816
|
-
readonly siteId: {
|
|
817
|
-
readonly type: "string";
|
|
818
|
-
};
|
|
819
|
-
readonly tenantId: {
|
|
820
|
-
readonly type: "string";
|
|
821
|
-
};
|
|
822
|
-
readonly authorId: {
|
|
823
|
-
readonly type: "string";
|
|
824
|
-
};
|
|
825
|
-
readonly image: {
|
|
826
|
-
readonly type: "string";
|
|
827
|
-
};
|
|
828
|
-
readonly settings: {
|
|
829
|
-
readonly type: "string";
|
|
830
|
-
};
|
|
831
|
-
readonly deletedAt: {
|
|
832
|
-
readonly type: "string";
|
|
833
|
-
};
|
|
834
|
-
readonly parentPostId: {
|
|
835
|
-
readonly type: "string";
|
|
836
|
-
};
|
|
837
|
-
readonly releaseId: {
|
|
838
|
-
readonly type: "string";
|
|
839
|
-
};
|
|
840
|
-
readonly releaseURL: {
|
|
841
|
-
readonly type: "string";
|
|
842
|
-
};
|
|
843
|
-
readonly lastMessageId: {
|
|
624
|
+
readonly created_at: {
|
|
844
625
|
readonly type: "string";
|
|
845
626
|
};
|
|
846
|
-
readonly
|
|
627
|
+
readonly updated_at: {
|
|
847
628
|
readonly type: "string";
|
|
848
629
|
};
|
|
849
|
-
};
|
|
850
|
-
readonly required: readonly ["id", "createdAt", "updatedAt", "content", "slug", "status", "state", "siteId", "tenantId", "authorId"];
|
|
851
|
-
};
|
|
852
|
-
export declare const BlogPostListSchema: {
|
|
853
|
-
readonly type: "object";
|
|
854
|
-
readonly properties: {
|
|
855
|
-
readonly posts: {
|
|
856
|
-
readonly type: "array";
|
|
857
|
-
readonly items: {
|
|
858
|
-
readonly $ref: "#/components/schemas/BlogPost";
|
|
859
|
-
};
|
|
860
|
-
};
|
|
861
|
-
readonly total: {
|
|
862
|
-
readonly type: "number";
|
|
863
|
-
};
|
|
864
|
-
readonly limit: {
|
|
865
|
-
readonly type: "number";
|
|
866
|
-
};
|
|
867
|
-
readonly offset: {
|
|
868
|
-
readonly type: "number";
|
|
869
|
-
};
|
|
870
|
-
};
|
|
871
|
-
readonly required: readonly ["posts", "total", "limit", "offset"];
|
|
872
|
-
};
|
|
873
|
-
export declare const BlogPostCreateSchema: {
|
|
874
|
-
readonly type: "object";
|
|
875
|
-
readonly properties: {
|
|
876
630
|
readonly title: {
|
|
877
631
|
readonly type: "string";
|
|
878
|
-
readonly minLength: 1;
|
|
879
|
-
};
|
|
880
|
-
readonly content: {
|
|
881
|
-
readonly type: "string";
|
|
882
|
-
readonly minLength: 1;
|
|
883
632
|
};
|
|
884
633
|
readonly description: {
|
|
885
634
|
readonly type: "string";
|
|
886
635
|
};
|
|
887
|
-
readonly
|
|
888
|
-
readonly type: "string";
|
|
889
|
-
};
|
|
890
|
-
readonly status: {
|
|
891
|
-
readonly type: "string";
|
|
892
|
-
readonly default: "DRAFT";
|
|
893
|
-
};
|
|
894
|
-
readonly state: {
|
|
895
|
-
readonly type: "string";
|
|
896
|
-
readonly default: "QUEUE";
|
|
897
|
-
};
|
|
898
|
-
readonly publishDate: {
|
|
899
|
-
readonly type: "string";
|
|
900
|
-
};
|
|
901
|
-
readonly siteId: {
|
|
902
|
-
readonly type: "string";
|
|
903
|
-
readonly minLength: 1;
|
|
904
|
-
};
|
|
905
|
-
readonly image: {
|
|
906
|
-
readonly type: "string";
|
|
907
|
-
};
|
|
908
|
-
readonly settings: {
|
|
636
|
+
readonly profile_id: {
|
|
909
637
|
readonly type: "string";
|
|
910
638
|
};
|
|
911
|
-
|
|
912
|
-
readonly required: readonly ["content", "siteId"];
|
|
913
|
-
};
|
|
914
|
-
export declare const BlogPostUpdateSchema: {
|
|
915
|
-
readonly type: "object";
|
|
916
|
-
readonly properties: {
|
|
917
|
-
readonly title: {
|
|
639
|
+
readonly provider: {
|
|
918
640
|
readonly type: "string";
|
|
919
|
-
readonly minLength: 1;
|
|
920
641
|
};
|
|
921
|
-
readonly
|
|
642
|
+
readonly provider_config: {};
|
|
643
|
+
readonly config: {};
|
|
644
|
+
readonly sandbox_id: {
|
|
922
645
|
readonly type: "string";
|
|
923
646
|
};
|
|
924
|
-
readonly
|
|
647
|
+
readonly vnc_url: {
|
|
925
648
|
readonly type: "string";
|
|
926
649
|
};
|
|
927
|
-
readonly
|
|
650
|
+
readonly worker_name: {
|
|
928
651
|
readonly type: "string";
|
|
929
652
|
};
|
|
930
|
-
readonly
|
|
931
|
-
readonly type: "string";
|
|
932
|
-
};
|
|
933
|
-
readonly state: {
|
|
934
|
-
readonly type: "string";
|
|
935
|
-
};
|
|
936
|
-
readonly publishDate: {
|
|
937
|
-
readonly type: "string";
|
|
938
|
-
};
|
|
939
|
-
readonly image: {
|
|
940
|
-
readonly type: "string";
|
|
941
|
-
};
|
|
942
|
-
readonly settings: {
|
|
943
|
-
readonly type: "string";
|
|
944
|
-
};
|
|
945
|
-
};
|
|
946
|
-
};
|
|
947
|
-
export declare const SiteHostCreateRequestSchema: {
|
|
948
|
-
readonly type: "object";
|
|
949
|
-
readonly properties: {
|
|
950
|
-
readonly host: {
|
|
951
|
-
readonly type: "string";
|
|
952
|
-
readonly minLength: 1;
|
|
953
|
-
};
|
|
954
|
-
};
|
|
955
|
-
readonly required: readonly ["host"];
|
|
956
|
-
};
|
|
957
|
-
export declare const AdkSessionStateSchema: {
|
|
958
|
-
readonly type: "object";
|
|
959
|
-
readonly additionalProperties: {
|
|
960
|
-
readonly nullable: true;
|
|
961
|
-
};
|
|
962
|
-
readonly default: {};
|
|
963
|
-
};
|
|
964
|
-
export declare const AdkSessionSchema: {
|
|
965
|
-
readonly type: "object";
|
|
966
|
-
readonly properties: {
|
|
967
|
-
readonly id: {
|
|
968
|
-
readonly type: "string";
|
|
969
|
-
};
|
|
970
|
-
readonly app_name: {
|
|
971
|
-
readonly type: "string";
|
|
972
|
-
};
|
|
973
|
-
readonly user_id: {
|
|
974
|
-
readonly type: "string";
|
|
975
|
-
};
|
|
976
|
-
readonly state: {
|
|
977
|
-
readonly $ref: "#/components/schemas/AdkSessionState";
|
|
978
|
-
};
|
|
979
|
-
readonly events: {
|
|
980
|
-
readonly type: "array";
|
|
981
|
-
readonly items: {
|
|
982
|
-
readonly nullable: true;
|
|
983
|
-
};
|
|
984
|
-
readonly default: readonly [];
|
|
985
|
-
};
|
|
986
|
-
readonly last_update_time: {
|
|
987
|
-
readonly type: "number";
|
|
988
|
-
};
|
|
989
|
-
};
|
|
990
|
-
readonly required: readonly ["id", "app_name", "user_id"];
|
|
991
|
-
};
|
|
992
|
-
export declare const AdkSessionCreateReqSchema: {
|
|
993
|
-
readonly type: "object";
|
|
994
|
-
readonly properties: {
|
|
995
|
-
readonly app_name: {
|
|
996
|
-
readonly type: "string";
|
|
997
|
-
};
|
|
998
|
-
readonly user_id: {
|
|
999
|
-
readonly type: "string";
|
|
1000
|
-
};
|
|
1001
|
-
readonly state: {
|
|
1002
|
-
readonly $ref: "#/components/schemas/AdkSessionState";
|
|
1003
|
-
};
|
|
1004
|
-
readonly session_id: {
|
|
1005
|
-
readonly type: "string";
|
|
1006
|
-
};
|
|
1007
|
-
};
|
|
1008
|
-
readonly required: readonly ["app_name", "user_id"];
|
|
1009
|
-
};
|
|
1010
|
-
export declare const AdkSessionGetSchema: {
|
|
1011
|
-
readonly type: "object";
|
|
1012
|
-
readonly properties: {
|
|
1013
|
-
readonly id: {
|
|
1014
|
-
readonly type: "string";
|
|
1015
|
-
};
|
|
1016
|
-
readonly app_name: {
|
|
1017
|
-
readonly type: "string";
|
|
1018
|
-
};
|
|
1019
|
-
readonly user_id: {
|
|
1020
|
-
readonly type: "string";
|
|
1021
|
-
};
|
|
1022
|
-
readonly state: {
|
|
1023
|
-
readonly $ref: "#/components/schemas/AdkSessionState";
|
|
1024
|
-
};
|
|
1025
|
-
readonly events: {
|
|
1026
|
-
readonly type: "array";
|
|
1027
|
-
readonly items: {
|
|
1028
|
-
readonly nullable: true;
|
|
1029
|
-
};
|
|
1030
|
-
readonly default: readonly [];
|
|
1031
|
-
};
|
|
1032
|
-
readonly last_update_time: {
|
|
1033
|
-
readonly type: "number";
|
|
1034
|
-
};
|
|
1035
|
-
};
|
|
1036
|
-
readonly required: readonly ["id", "app_name", "user_id"];
|
|
1037
|
-
};
|
|
1038
|
-
export declare const AdkSessionGetReqSchema: {
|
|
1039
|
-
readonly type: "object";
|
|
1040
|
-
readonly properties: {
|
|
1041
|
-
readonly app_name: {
|
|
1042
|
-
readonly type: "string";
|
|
1043
|
-
};
|
|
1044
|
-
readonly user_id: {
|
|
1045
|
-
readonly type: "string";
|
|
1046
|
-
};
|
|
1047
|
-
readonly session_id: {
|
|
1048
|
-
readonly type: "string";
|
|
1049
|
-
};
|
|
1050
|
-
readonly num_recent_events: {
|
|
1051
|
-
readonly type: "string";
|
|
1052
|
-
};
|
|
1053
|
-
readonly after_timestamp: {
|
|
1054
|
-
readonly type: "string";
|
|
1055
|
-
};
|
|
1056
|
-
};
|
|
1057
|
-
readonly required: readonly ["app_name", "user_id", "session_id"];
|
|
1058
|
-
};
|
|
1059
|
-
export declare const AdkSessionListSchema: {
|
|
1060
|
-
readonly type: "object";
|
|
1061
|
-
readonly properties: {
|
|
1062
|
-
readonly sessions: {
|
|
1063
|
-
readonly type: "array";
|
|
1064
|
-
readonly items: {
|
|
1065
|
-
readonly $ref: "#/components/schemas/AdkSession";
|
|
1066
|
-
};
|
|
1067
|
-
};
|
|
1068
|
-
};
|
|
1069
|
-
readonly required: readonly ["sessions"];
|
|
1070
|
-
};
|
|
1071
|
-
export declare const AdkSessionDeleteSchema: {
|
|
1072
|
-
readonly type: "object";
|
|
1073
|
-
readonly properties: {
|
|
1074
|
-
readonly success: {
|
|
653
|
+
readonly is_running: {
|
|
1075
654
|
readonly type: "boolean";
|
|
1076
655
|
};
|
|
1077
656
|
};
|
|
1078
|
-
readonly required: readonly ["
|
|
1079
|
-
};
|
|
1080
|
-
export declare const AdkSessionDeleteReqSchema: {
|
|
1081
|
-
readonly type: "object";
|
|
1082
|
-
readonly properties: {
|
|
1083
|
-
readonly app_name: {
|
|
1084
|
-
readonly type: "string";
|
|
1085
|
-
};
|
|
1086
|
-
readonly user_id: {
|
|
1087
|
-
readonly type: "string";
|
|
1088
|
-
};
|
|
1089
|
-
readonly session_id: {
|
|
1090
|
-
readonly type: "string";
|
|
1091
|
-
};
|
|
1092
|
-
};
|
|
1093
|
-
readonly required: readonly ["app_name", "user_id", "session_id"];
|
|
1094
|
-
};
|
|
1095
|
-
export declare const AdkSessionAppendEventResultSchema: {
|
|
1096
|
-
readonly type: "object";
|
|
1097
|
-
readonly properties: {
|
|
1098
|
-
readonly timestamp: {
|
|
1099
|
-
readonly type: "number";
|
|
1100
|
-
};
|
|
1101
|
-
};
|
|
1102
|
-
readonly required: readonly ["timestamp"];
|
|
1103
|
-
};
|
|
1104
|
-
export declare const AdkEventSchema: {
|
|
1105
|
-
readonly type: "object";
|
|
1106
|
-
readonly properties: {
|
|
1107
|
-
readonly invocation_id: {
|
|
1108
|
-
readonly type: "string";
|
|
1109
|
-
};
|
|
1110
|
-
readonly author: {
|
|
1111
|
-
readonly type: "string";
|
|
1112
|
-
};
|
|
1113
|
-
readonly actions: {
|
|
1114
|
-
readonly nullable: true;
|
|
1115
|
-
};
|
|
1116
|
-
readonly long_running_tool_ids: {
|
|
1117
|
-
readonly type: "array";
|
|
1118
|
-
readonly items: {
|
|
1119
|
-
readonly type: "string";
|
|
1120
|
-
};
|
|
1121
|
-
};
|
|
1122
|
-
readonly branch: {
|
|
1123
|
-
readonly type: "string";
|
|
1124
|
-
};
|
|
1125
|
-
readonly id: {
|
|
1126
|
-
readonly type: "string";
|
|
1127
|
-
};
|
|
1128
|
-
readonly timestamp: {
|
|
1129
|
-
readonly type: "number";
|
|
1130
|
-
};
|
|
1131
|
-
readonly content: {
|
|
1132
|
-
readonly nullable: true;
|
|
1133
|
-
};
|
|
1134
|
-
readonly partial: {
|
|
1135
|
-
readonly type: "boolean";
|
|
1136
|
-
};
|
|
1137
|
-
readonly turn_complete: {
|
|
1138
|
-
readonly type: "boolean";
|
|
1139
|
-
};
|
|
1140
|
-
readonly error_code: {
|
|
1141
|
-
readonly type: "string";
|
|
1142
|
-
};
|
|
1143
|
-
readonly error_message: {
|
|
1144
|
-
readonly type: "string";
|
|
1145
|
-
};
|
|
1146
|
-
readonly interrupted: {
|
|
1147
|
-
readonly type: "boolean";
|
|
1148
|
-
};
|
|
1149
|
-
readonly grounding_metadata: {
|
|
1150
|
-
readonly nullable: true;
|
|
1151
|
-
};
|
|
1152
|
-
readonly custom_metadata: {
|
|
1153
|
-
readonly nullable: true;
|
|
1154
|
-
};
|
|
1155
|
-
};
|
|
1156
|
-
readonly required: readonly ["invocation_id", "author", "id", "timestamp"];
|
|
1157
|
-
};
|
|
1158
|
-
export declare const AdkSessionAppendEventBodySchema: {
|
|
1159
|
-
readonly type: "object";
|
|
1160
|
-
readonly properties: {
|
|
1161
|
-
readonly session: {
|
|
1162
|
-
readonly $ref: "#/components/schemas/AdkSession";
|
|
1163
|
-
};
|
|
1164
|
-
readonly event: {
|
|
1165
|
-
readonly $ref: "#/components/schemas/AdkEvent";
|
|
1166
|
-
};
|
|
1167
|
-
};
|
|
1168
|
-
readonly required: readonly ["session", "event"];
|
|
1169
|
-
};
|
|
1170
|
-
export declare const AdkArtifactSaveSchema: {
|
|
1171
|
-
readonly type: "object";
|
|
1172
|
-
readonly properties: {
|
|
1173
|
-
readonly version: {
|
|
1174
|
-
readonly type: "integer";
|
|
1175
|
-
};
|
|
1176
|
-
};
|
|
1177
|
-
readonly required: readonly ["version"];
|
|
1178
|
-
};
|
|
1179
|
-
export declare const AdkArtifactSaveRequestSchema: {
|
|
1180
|
-
readonly type: "object";
|
|
1181
|
-
readonly properties: {
|
|
1182
|
-
readonly app_name: {
|
|
1183
|
-
readonly type: "string";
|
|
1184
|
-
};
|
|
1185
|
-
readonly user_id: {
|
|
1186
|
-
readonly type: "string";
|
|
1187
|
-
};
|
|
1188
|
-
readonly session_id: {
|
|
1189
|
-
readonly type: "string";
|
|
1190
|
-
};
|
|
1191
|
-
readonly filename: {
|
|
1192
|
-
readonly type: "string";
|
|
1193
|
-
};
|
|
1194
|
-
readonly content_type: {
|
|
1195
|
-
readonly type: "string";
|
|
1196
|
-
};
|
|
1197
|
-
readonly content_data: {
|
|
1198
|
-
readonly nullable: true;
|
|
1199
|
-
};
|
|
1200
|
-
};
|
|
1201
|
-
readonly required: readonly ["app_name", "user_id", "session_id", "filename"];
|
|
1202
|
-
};
|
|
1203
|
-
export declare const AdkArtifactResponseSchema: {
|
|
1204
|
-
readonly type: "object";
|
|
1205
|
-
readonly properties: {
|
|
1206
|
-
readonly app_name: {
|
|
1207
|
-
readonly type: "string";
|
|
1208
|
-
};
|
|
1209
|
-
readonly user_id: {
|
|
1210
|
-
readonly type: "string";
|
|
1211
|
-
};
|
|
1212
|
-
readonly session_id: {
|
|
1213
|
-
readonly type: "string";
|
|
1214
|
-
};
|
|
1215
|
-
readonly filename: {
|
|
1216
|
-
readonly type: "string";
|
|
1217
|
-
};
|
|
1218
|
-
readonly version: {
|
|
1219
|
-
readonly type: "integer";
|
|
1220
|
-
};
|
|
1221
|
-
readonly content_type: {
|
|
1222
|
-
readonly type: "string";
|
|
1223
|
-
};
|
|
1224
|
-
readonly content_data: {
|
|
1225
|
-
readonly nullable: true;
|
|
1226
|
-
};
|
|
1227
|
-
readonly created_at: {
|
|
1228
|
-
readonly type: "string";
|
|
1229
|
-
};
|
|
1230
|
-
readonly updated_at: {
|
|
1231
|
-
readonly type: "string";
|
|
1232
|
-
};
|
|
1233
|
-
};
|
|
1234
|
-
readonly required: readonly ["app_name", "user_id", "session_id", "filename", "version", "created_at", "updated_at"];
|
|
1235
|
-
};
|
|
1236
|
-
export declare const AdkArtifactLoadRequestSchema: {
|
|
1237
|
-
readonly type: "object";
|
|
1238
|
-
readonly properties: {
|
|
1239
|
-
readonly app_name: {
|
|
1240
|
-
readonly type: "string";
|
|
1241
|
-
};
|
|
1242
|
-
readonly user_id: {
|
|
1243
|
-
readonly type: "string";
|
|
1244
|
-
};
|
|
1245
|
-
readonly session_id: {
|
|
1246
|
-
readonly type: "string";
|
|
1247
|
-
};
|
|
1248
|
-
readonly filename: {
|
|
1249
|
-
readonly type: "string";
|
|
1250
|
-
};
|
|
1251
|
-
readonly version: {
|
|
1252
|
-
readonly type: "integer";
|
|
1253
|
-
};
|
|
1254
|
-
};
|
|
1255
|
-
readonly required: readonly ["app_name", "user_id", "session_id", "filename"];
|
|
1256
|
-
};
|
|
1257
|
-
export declare const AdkArtifactSummarySchema: {
|
|
1258
|
-
readonly type: "object";
|
|
1259
|
-
readonly properties: {
|
|
1260
|
-
readonly app_name: {
|
|
1261
|
-
readonly type: "string";
|
|
1262
|
-
};
|
|
1263
|
-
readonly user_id: {
|
|
1264
|
-
readonly type: "string";
|
|
1265
|
-
};
|
|
1266
|
-
readonly session_id: {
|
|
1267
|
-
readonly type: "string";
|
|
1268
|
-
};
|
|
1269
|
-
readonly filename: {
|
|
1270
|
-
readonly type: "string";
|
|
1271
|
-
};
|
|
1272
|
-
readonly version: {
|
|
1273
|
-
readonly type: "integer";
|
|
1274
|
-
};
|
|
1275
|
-
readonly content_type: {
|
|
1276
|
-
readonly type: "string";
|
|
1277
|
-
};
|
|
1278
|
-
readonly size: {
|
|
1279
|
-
readonly type: "integer";
|
|
1280
|
-
};
|
|
1281
|
-
readonly created_at: {
|
|
1282
|
-
readonly type: "string";
|
|
1283
|
-
};
|
|
1284
|
-
readonly updated_at: {
|
|
1285
|
-
readonly type: "string";
|
|
1286
|
-
};
|
|
1287
|
-
};
|
|
1288
|
-
readonly required: readonly ["app_name", "user_id", "session_id", "filename", "version", "created_at", "updated_at"];
|
|
1289
|
-
};
|
|
1290
|
-
export declare const AdkArtifactListSchema: {
|
|
1291
|
-
readonly type: "object";
|
|
1292
|
-
readonly properties: {
|
|
1293
|
-
readonly artifacts: {
|
|
1294
|
-
readonly type: "array";
|
|
1295
|
-
readonly items: {
|
|
1296
|
-
readonly $ref: "#/components/schemas/AdkArtifactSummary";
|
|
1297
|
-
};
|
|
1298
|
-
};
|
|
1299
|
-
readonly total: {
|
|
1300
|
-
readonly type: "integer";
|
|
1301
|
-
};
|
|
1302
|
-
};
|
|
1303
|
-
readonly required: readonly ["artifacts", "total"];
|
|
1304
|
-
};
|
|
1305
|
-
export declare const AdkArtifactListKeysSchema: {
|
|
1306
|
-
readonly type: "object";
|
|
1307
|
-
readonly properties: {
|
|
1308
|
-
readonly filenames: {
|
|
1309
|
-
readonly type: "array";
|
|
1310
|
-
readonly items: {
|
|
1311
|
-
readonly type: "string";
|
|
1312
|
-
};
|
|
1313
|
-
};
|
|
1314
|
-
};
|
|
1315
|
-
readonly required: readonly ["filenames"];
|
|
1316
|
-
};
|
|
1317
|
-
export declare const AdkArtifactDeleteRequestSchema: {
|
|
1318
|
-
readonly type: "object";
|
|
1319
|
-
readonly properties: {
|
|
1320
|
-
readonly app_name: {
|
|
1321
|
-
readonly type: "string";
|
|
1322
|
-
};
|
|
1323
|
-
readonly user_id: {
|
|
1324
|
-
readonly type: "string";
|
|
1325
|
-
};
|
|
1326
|
-
readonly session_id: {
|
|
1327
|
-
readonly type: "string";
|
|
1328
|
-
};
|
|
1329
|
-
readonly filename: {
|
|
1330
|
-
readonly type: "string";
|
|
1331
|
-
};
|
|
1332
|
-
};
|
|
1333
|
-
readonly required: readonly ["app_name", "user_id", "session_id", "filename"];
|
|
1334
|
-
};
|
|
1335
|
-
export declare const AdkArtifactListVersionsSchema: {
|
|
1336
|
-
readonly type: "object";
|
|
1337
|
-
readonly properties: {
|
|
1338
|
-
readonly versions: {
|
|
1339
|
-
readonly type: "array";
|
|
1340
|
-
readonly items: {
|
|
1341
|
-
readonly type: "integer";
|
|
1342
|
-
};
|
|
1343
|
-
};
|
|
1344
|
-
};
|
|
1345
|
-
readonly required: readonly ["versions"];
|
|
1346
|
-
};
|
|
1347
|
-
export declare const AdkTaskSaveSchema: {
|
|
1348
|
-
readonly type: "object";
|
|
1349
|
-
readonly properties: {
|
|
1350
|
-
readonly success: {
|
|
1351
|
-
readonly type: "boolean";
|
|
1352
|
-
};
|
|
1353
|
-
};
|
|
1354
|
-
readonly required: readonly ["success"];
|
|
1355
|
-
};
|
|
1356
|
-
export declare const MessageSchema: {
|
|
1357
|
-
readonly type: "object";
|
|
1358
|
-
readonly properties: {
|
|
1359
|
-
readonly kind: {
|
|
1360
|
-
readonly type: "string";
|
|
1361
|
-
readonly enum: readonly ["message"];
|
|
1362
|
-
};
|
|
1363
|
-
readonly messageId: {
|
|
1364
|
-
readonly type: "string";
|
|
1365
|
-
};
|
|
1366
|
-
readonly role: {
|
|
1367
|
-
readonly type: "string";
|
|
1368
|
-
readonly enum: readonly ["agent", "user"];
|
|
1369
|
-
};
|
|
1370
|
-
readonly parts: {
|
|
1371
|
-
readonly type: "array";
|
|
1372
|
-
readonly items: {
|
|
1373
|
-
readonly nullable: true;
|
|
1374
|
-
};
|
|
1375
|
-
};
|
|
1376
|
-
readonly contextId: {
|
|
1377
|
-
readonly type: "string";
|
|
1378
|
-
};
|
|
1379
|
-
readonly taskId: {
|
|
1380
|
-
readonly type: "string";
|
|
1381
|
-
};
|
|
1382
|
-
readonly extensions: {
|
|
1383
|
-
readonly type: "array";
|
|
1384
|
-
readonly items: {
|
|
1385
|
-
readonly type: "string";
|
|
1386
|
-
};
|
|
1387
|
-
};
|
|
1388
|
-
readonly referenceTaskIds: {
|
|
1389
|
-
readonly type: "array";
|
|
1390
|
-
readonly items: {
|
|
1391
|
-
readonly type: "string";
|
|
1392
|
-
};
|
|
1393
|
-
};
|
|
1394
|
-
readonly metadata: {
|
|
1395
|
-
readonly type: "object";
|
|
1396
|
-
readonly additionalProperties: {
|
|
1397
|
-
readonly nullable: true;
|
|
1398
|
-
};
|
|
1399
|
-
};
|
|
1400
|
-
};
|
|
1401
|
-
readonly required: readonly ["kind", "messageId", "role", "parts"];
|
|
1402
|
-
};
|
|
1403
|
-
export declare const TaskStateSchema: {
|
|
1404
|
-
readonly type: "string";
|
|
1405
|
-
readonly enum: readonly ["submitted", "running", "completed", "failed", "cancelled"];
|
|
1406
|
-
};
|
|
1407
|
-
export declare const TaskStatusSchema: {
|
|
1408
|
-
readonly type: "object";
|
|
1409
|
-
readonly properties: {
|
|
1410
|
-
readonly message: {
|
|
1411
|
-
readonly $ref: "#/components/schemas/Message";
|
|
1412
|
-
};
|
|
1413
|
-
readonly state: {
|
|
1414
|
-
readonly $ref: "#/components/schemas/TaskState";
|
|
1415
|
-
};
|
|
1416
|
-
readonly timestamp: {
|
|
1417
|
-
readonly type: "string";
|
|
1418
|
-
};
|
|
1419
|
-
};
|
|
1420
|
-
readonly required: readonly ["state"];
|
|
1421
|
-
};
|
|
1422
|
-
export declare const ArtifactSchema: {
|
|
1423
|
-
readonly type: "object";
|
|
1424
|
-
readonly properties: {
|
|
1425
|
-
readonly artifactId: {
|
|
1426
|
-
readonly type: "string";
|
|
1427
|
-
};
|
|
1428
|
-
readonly name: {
|
|
1429
|
-
readonly type: "string";
|
|
1430
|
-
};
|
|
1431
|
-
readonly description: {
|
|
1432
|
-
readonly type: "string";
|
|
1433
|
-
};
|
|
1434
|
-
readonly parts: {
|
|
1435
|
-
readonly type: "array";
|
|
1436
|
-
readonly items: {
|
|
1437
|
-
readonly nullable: true;
|
|
1438
|
-
};
|
|
1439
|
-
};
|
|
1440
|
-
readonly extensions: {
|
|
1441
|
-
readonly type: "array";
|
|
1442
|
-
readonly items: {
|
|
1443
|
-
readonly type: "string";
|
|
1444
|
-
};
|
|
1445
|
-
};
|
|
1446
|
-
readonly metadata: {
|
|
1447
|
-
readonly type: "object";
|
|
1448
|
-
readonly additionalProperties: {
|
|
1449
|
-
readonly nullable: true;
|
|
1450
|
-
};
|
|
1451
|
-
};
|
|
1452
|
-
};
|
|
1453
|
-
readonly required: readonly ["artifactId", "parts"];
|
|
1454
|
-
};
|
|
1455
|
-
export declare const AdkTaskSaveRequestSchema: {
|
|
1456
|
-
readonly type: "object";
|
|
1457
|
-
readonly properties: {
|
|
1458
|
-
readonly id: {
|
|
1459
|
-
readonly type: "string";
|
|
1460
|
-
};
|
|
1461
|
-
readonly context_id: {
|
|
1462
|
-
readonly type: "string";
|
|
1463
|
-
};
|
|
1464
|
-
readonly kind: {
|
|
1465
|
-
readonly type: "string";
|
|
1466
|
-
readonly default: "task";
|
|
1467
|
-
};
|
|
1468
|
-
readonly status: {
|
|
1469
|
-
readonly $ref: "#/components/schemas/TaskStatus";
|
|
1470
|
-
};
|
|
1471
|
-
readonly artifacts: {
|
|
1472
|
-
readonly type: "array";
|
|
1473
|
-
readonly items: {
|
|
1474
|
-
readonly $ref: "#/components/schemas/Artifact";
|
|
1475
|
-
};
|
|
1476
|
-
};
|
|
1477
|
-
readonly history: {
|
|
1478
|
-
readonly type: "array";
|
|
1479
|
-
readonly items: {
|
|
1480
|
-
readonly $ref: "#/components/schemas/Message";
|
|
1481
|
-
};
|
|
1482
|
-
};
|
|
1483
|
-
readonly metadata: {
|
|
1484
|
-
readonly type: "object";
|
|
1485
|
-
readonly additionalProperties: {
|
|
1486
|
-
readonly nullable: true;
|
|
1487
|
-
};
|
|
1488
|
-
};
|
|
1489
|
-
};
|
|
1490
|
-
readonly required: readonly ["id", "context_id", "status"];
|
|
1491
|
-
};
|
|
1492
|
-
export declare const TaskSchema: {
|
|
1493
|
-
readonly type: "object";
|
|
1494
|
-
readonly properties: {
|
|
1495
|
-
readonly id: {
|
|
1496
|
-
readonly type: "string";
|
|
1497
|
-
};
|
|
1498
|
-
readonly context_id: {
|
|
1499
|
-
readonly type: "string";
|
|
1500
|
-
};
|
|
1501
|
-
readonly kind: {
|
|
1502
|
-
readonly type: "string";
|
|
1503
|
-
readonly default: "task";
|
|
1504
|
-
};
|
|
1505
|
-
readonly status: {
|
|
1506
|
-
readonly $ref: "#/components/schemas/TaskStatus";
|
|
1507
|
-
};
|
|
1508
|
-
readonly artifacts: {
|
|
1509
|
-
readonly type: "array";
|
|
1510
|
-
readonly items: {
|
|
1511
|
-
readonly $ref: "#/components/schemas/Artifact";
|
|
1512
|
-
};
|
|
1513
|
-
};
|
|
1514
|
-
readonly history: {
|
|
1515
|
-
readonly type: "array";
|
|
1516
|
-
readonly items: {
|
|
1517
|
-
readonly $ref: "#/components/schemas/Message";
|
|
1518
|
-
};
|
|
1519
|
-
};
|
|
1520
|
-
readonly metadata: {
|
|
1521
|
-
readonly type: "object";
|
|
1522
|
-
readonly additionalProperties: {
|
|
1523
|
-
readonly nullable: true;
|
|
1524
|
-
};
|
|
1525
|
-
};
|
|
1526
|
-
};
|
|
1527
|
-
readonly required: readonly ["id", "context_id", "status"];
|
|
1528
|
-
};
|
|
1529
|
-
export declare const AdkTaskGetSchema: {
|
|
1530
|
-
readonly anyOf: readonly [{
|
|
1531
|
-
readonly $ref: "#/components/schemas/Task";
|
|
1532
|
-
}, {
|
|
1533
|
-
readonly nullable: true;
|
|
1534
|
-
}, {
|
|
1535
|
-
readonly nullable: true;
|
|
1536
|
-
}];
|
|
1537
|
-
};
|
|
1538
|
-
export declare const AdkTaskGetRequestSchema: {
|
|
1539
|
-
readonly type: "object";
|
|
1540
|
-
readonly properties: {
|
|
1541
|
-
readonly task_id: {
|
|
1542
|
-
readonly type: "string";
|
|
1543
|
-
};
|
|
1544
|
-
};
|
|
1545
|
-
readonly required: readonly ["task_id"];
|
|
1546
|
-
};
|
|
1547
|
-
export declare const AdkTaskListSchema: {
|
|
1548
|
-
readonly type: "object";
|
|
1549
|
-
readonly properties: {
|
|
1550
|
-
readonly tasks: {
|
|
1551
|
-
readonly type: "array";
|
|
1552
|
-
readonly items: {
|
|
1553
|
-
readonly $ref: "#/components/schemas/Task";
|
|
1554
|
-
};
|
|
1555
|
-
};
|
|
1556
|
-
};
|
|
1557
|
-
readonly required: readonly ["tasks"];
|
|
1558
|
-
};
|
|
1559
|
-
export declare const AdkTaskDeleteSchema: {
|
|
1560
|
-
readonly type: "object";
|
|
1561
|
-
readonly properties: {
|
|
1562
|
-
readonly success: {
|
|
1563
|
-
readonly type: "boolean";
|
|
1564
|
-
};
|
|
1565
|
-
};
|
|
1566
|
-
readonly required: readonly ["success"];
|
|
1567
|
-
};
|
|
1568
|
-
export declare const AdkTaskDeleteRequestSchema: {
|
|
1569
|
-
readonly type: "object";
|
|
1570
|
-
readonly properties: {
|
|
1571
|
-
readonly task_id: {
|
|
1572
|
-
readonly type: "string";
|
|
1573
|
-
};
|
|
1574
|
-
};
|
|
1575
|
-
readonly required: readonly ["task_id"];
|
|
657
|
+
readonly required: readonly ["id", "created_at", "updated_at"];
|
|
1576
658
|
};
|
|
1577
659
|
//# sourceMappingURL=schemas.gen.d.ts.map
|