mtmsdk 0.0.41 → 0.0.43
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/cloud-account/platform-configs.d.ts +64 -0
- package/dist/cloud-account/platform-configs.d.ts.map +1 -0
- package/dist/cloud-account/platform-configs.js +44 -0
- package/dist/cloud-account/platform-configs.js.map +1 -0
- package/dist/{gomtmapi_v2 → gomtmapi}/@tanstack/react-query.gen.d.ts +202 -8
- package/dist/gomtmapi/@tanstack/react-query.gen.d.ts.map +1 -0
- package/dist/{gomtmapi_v2 → gomtmapi}/@tanstack/react-query.gen.js +300 -10
- package/dist/gomtmapi/@tanstack/react-query.gen.js.map +1 -0
- package/dist/{opencode → gomtmapi}/client/client.gen.d.ts.map +1 -1
- package/dist/{opencode → gomtmapi}/client/client.gen.js.map +1 -1
- package/dist/{opencode → gomtmapi}/client/index.d.ts.map +1 -1
- package/dist/{opencode → gomtmapi}/client/index.js.map +1 -1
- package/dist/{opencode → gomtmapi}/client/types.gen.d.ts.map +1 -1
- package/dist/gomtmapi/client/types.gen.js.map +1 -0
- package/dist/{opencode → gomtmapi}/client/utils.gen.d.ts.map +1 -1
- package/dist/{opencode → gomtmapi}/client/utils.gen.js.map +1 -1
- package/dist/{opencode → gomtmapi}/client.gen.d.ts.map +1 -1
- package/dist/{opencode → gomtmapi}/client.gen.js.map +1 -1
- package/dist/{opencode → gomtmapi}/core/auth.gen.d.ts.map +1 -1
- package/dist/{opencode → gomtmapi}/core/auth.gen.js.map +1 -1
- package/dist/{opencode → gomtmapi}/core/bodySerializer.gen.d.ts.map +1 -1
- package/dist/{opencode → gomtmapi}/core/bodySerializer.gen.js.map +1 -1
- package/dist/{opencode → gomtmapi}/core/params.gen.d.ts.map +1 -1
- package/dist/{opencode → gomtmapi}/core/params.gen.js.map +1 -1
- package/dist/{opencode → gomtmapi}/core/pathSerializer.gen.d.ts.map +1 -1
- package/dist/{opencode → gomtmapi}/core/pathSerializer.gen.js.map +1 -1
- package/dist/{opencode → gomtmapi}/core/queryKeySerializer.gen.d.ts.map +1 -1
- package/dist/{opencode → gomtmapi}/core/queryKeySerializer.gen.js.map +1 -1
- package/dist/{opencode → gomtmapi}/core/serverSentEvents.gen.d.ts.map +1 -1
- package/dist/{opencode → gomtmapi}/core/serverSentEvents.gen.js.map +1 -1
- package/dist/{opencode → gomtmapi}/core/types.gen.d.ts.map +1 -1
- package/dist/gomtmapi/core/types.gen.js.map +1 -0
- package/dist/{opencode → gomtmapi}/core/utils.gen.d.ts.map +1 -1
- package/dist/{opencode → gomtmapi}/core/utils.gen.js.map +1 -1
- package/dist/gomtmapi/index.d.ts +3 -0
- package/dist/gomtmapi/index.d.ts.map +1 -0
- package/dist/gomtmapi/index.js +3 -0
- package/dist/gomtmapi/index.js.map +1 -0
- package/dist/{gomtmapi_v2 → gomtmapi}/schemas.gen.d.ts +337 -50
- package/dist/gomtmapi/schemas.gen.d.ts.map +1 -0
- package/dist/{gomtmapi_v2 → gomtmapi}/schemas.gen.js +355 -50
- package/dist/gomtmapi/schemas.gen.js.map +1 -0
- package/dist/gomtmapi/sdk.gen.d.ts +378 -0
- package/dist/gomtmapi/sdk.gen.d.ts.map +1 -0
- package/dist/{gomtmapi_v2 → gomtmapi}/sdk.gen.js +234 -15
- package/dist/gomtmapi/sdk.gen.js.map +1 -0
- package/dist/{gomtmapi_v2 → gomtmapi}/types.gen.d.ts +494 -50
- package/dist/gomtmapi/types.gen.d.ts.map +1 -0
- package/dist/gomtmapi/types.gen.js.map +1 -0
- package/dist/{gomtmapi_v2 → gomtmapi}/zod.gen.d.ts +391 -45
- package/dist/gomtmapi/zod.gen.d.ts.map +1 -0
- package/dist/{gomtmapi_v2 → gomtmapi}/zod.gen.js +270 -31
- package/dist/gomtmapi/zod.gen.js.map +1 -0
- package/dist/lib/logger/index.d.ts +3 -0
- package/dist/lib/logger/index.d.ts.map +1 -1
- package/dist/lib/schema.d.ts +14 -2
- package/dist/lib/schema.d.ts.map +1 -1
- package/dist/lib/schema.js +1 -1
- package/dist/lib/schema.js.map +1 -1
- package/dist/mtgate_api/@tanstack/react-query.gen.d.ts +29 -1
- package/dist/mtgate_api/@tanstack/react-query.gen.d.ts.map +1 -1
- package/dist/mtgate_api/@tanstack/react-query.gen.js +17 -1
- package/dist/mtgate_api/@tanstack/react-query.gen.js.map +1 -1
- 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 -1
- package/dist/mtgate_api/index.js.map +1 -1
- package/dist/mtgate_api/schemas.gen.d.ts +1 -0
- package/dist/mtgate_api/schemas.gen.d.ts.map +1 -1
- package/dist/mtgate_api/schemas.gen.js +8 -1
- package/dist/mtgate_api/schemas.gen.js.map +1 -1
- package/dist/mtgate_api/sdk.gen.d.ts +5 -1
- package/dist/mtgate_api/sdk.gen.d.ts.map +1 -1
- package/dist/mtgate_api/sdk.gen.js +4 -0
- package/dist/mtgate_api/sdk.gen.js.map +1 -1
- package/dist/mtgate_api/types.gen.d.ts +7 -1
- package/dist/mtgate_api/types.gen.d.ts.map +1 -1
- package/dist/mtgate_api/zod.gen.d.ts +26 -3
- package/dist/mtgate_api/zod.gen.d.ts.map +1 -1
- package/dist/mtgate_api/zod.gen.js +12 -1
- package/dist/mtgate_api/zod.gen.js.map +1 -1
- package/dist/openclaw/client-info.d.ts +56 -0
- package/dist/openclaw/client-info.d.ts.map +1 -0
- package/dist/openclaw/client-info.js +44 -0
- package/dist/openclaw/client-info.js.map +1 -0
- package/dist/openclaw/device-auth-utils.d.ts +13 -0
- package/dist/openclaw/device-auth-utils.d.ts.map +1 -0
- package/dist/openclaw/device-auth-utils.js +20 -0
- package/dist/openclaw/device-auth-utils.js.map +1 -0
- package/dist/openclaw/device-auth.d.ts +21 -0
- package/dist/openclaw/device-auth.d.ts.map +1 -0
- package/dist/openclaw/device-auth.js +84 -0
- package/dist/openclaw/device-auth.js.map +1 -0
- package/dist/openclaw/device-identity.d.ts +8 -0
- package/dist/openclaw/device-identity.d.ts.map +1 -0
- package/dist/openclaw/device-identity.js +87 -0
- package/dist/openclaw/device-identity.js.map +1 -0
- package/dist/openclaw/gateway.d.ts +86 -0
- package/dist/openclaw/gateway.d.ts.map +1 -0
- package/dist/openclaw/gateway.js +268 -0
- package/dist/openclaw/gateway.js.map +1 -0
- package/dist/openclaw/types.d.ts +473 -0
- package/dist/openclaw/types.d.ts.map +1 -0
- package/dist/openclaw/types.js +2 -0
- package/dist/openclaw/types.js.map +1 -0
- package/dist/openclaw/uuid.d.ts +6 -0
- package/dist/openclaw/uuid.d.ts.map +1 -0
- package/dist/openclaw/uuid.js +39 -0
- package/dist/openclaw/uuid.js.map +1 -0
- package/dist/sbapi/@tanstack/react-query.gen.d.ts +3251 -6
- package/dist/sbapi/@tanstack/react-query.gen.d.ts.map +1 -1
- package/dist/sbapi/@tanstack/react-query.gen.js +6050 -6
- package/dist/sbapi/@tanstack/react-query.gen.js.map +1 -1
- package/dist/sbapi/client.gen.d.ts.map +1 -1
- package/dist/sbapi/client.gen.js +1 -1
- package/dist/sbapi/client.gen.js.map +1 -1
- package/dist/sbapi/index.d.ts +2 -2
- package/dist/sbapi/index.d.ts.map +1 -1
- package/dist/sbapi/index.js +1 -1
- package/dist/sbapi/index.js.map +1 -1
- package/dist/sbapi/schemas.gen.d.ts +2320 -36
- package/dist/sbapi/schemas.gen.d.ts.map +1 -1
- package/dist/sbapi/schemas.gen.js +2593 -45
- package/dist/sbapi/schemas.gen.js.map +1 -1
- package/dist/sbapi/sdk.gen.d.ts +819 -2
- package/dist/sbapi/sdk.gen.d.ts.map +1 -1
- package/dist/sbapi/sdk.gen.js +2463 -1
- package/dist/sbapi/sdk.gen.js.map +1 -1
- package/dist/sbapi/types.gen.d.ts +11701 -29
- package/dist/sbapi/types.gen.d.ts.map +1 -1
- package/dist/sbapi/zod.gen.d.ts +8134 -26
- package/dist/sbapi/zod.gen.d.ts.map +1 -1
- package/dist/sbapi/zod.gen.js +6572 -18
- package/dist/sbapi/zod.gen.js.map +1 -1
- package/dist/sbmng/@tanstack/react-query.gen.d.ts +253 -157
- package/dist/sbmng/@tanstack/react-query.gen.d.ts.map +1 -1
- package/dist/sbmng/@tanstack/react-query.gen.js +241 -145
- package/dist/sbmng/@tanstack/react-query.gen.js.map +1 -1
- package/dist/sbmng/index.d.ts +2 -2
- package/dist/sbmng/index.d.ts.map +1 -1
- package/dist/sbmng/index.js +1 -1
- package/dist/sbmng/index.js.map +1 -1
- package/dist/sbmng/schemas.gen.d.ts +1035 -917
- package/dist/sbmng/schemas.gen.d.ts.map +1 -1
- package/dist/sbmng/schemas.gen.js +1219 -1067
- package/dist/sbmng/schemas.gen.js.map +1 -1
- package/dist/sbmng/sdk.gen.d.ts +62 -38
- package/dist/sbmng/sdk.gen.d.ts.map +1 -1
- package/dist/sbmng/sdk.gen.js +140 -84
- package/dist/sbmng/sdk.gen.js.map +1 -1
- package/dist/sbmng/types.gen.d.ts +1214 -991
- package/dist/sbmng/types.gen.d.ts.map +1 -1
- package/dist/supabase/auth-provider.d.ts +4 -0
- package/dist/supabase/auth-provider.d.ts.map +1 -0
- package/dist/supabase/auth-provider.js +45 -0
- package/dist/supabase/auth-provider.js.map +1 -0
- package/dist/supabase/cursor-pagination.d.ts +92 -0
- package/dist/supabase/cursor-pagination.d.ts.map +1 -0
- package/dist/supabase/cursor-pagination.js +116 -0
- package/dist/supabase/cursor-pagination.js.map +1 -0
- package/dist/supabase/schema/browser.d.ts.map +1 -0
- package/dist/supabase/schema/browser.js.map +1 -0
- package/dist/supabase/schema/index.d.ts +29 -0
- package/dist/supabase/schema/index.d.ts.map +1 -0
- package/dist/supabase/schema/index.js +38 -0
- package/dist/supabase/schema/index.js.map +1 -0
- package/dist/supabase/supabase-client.d.ts +1912 -1128
- package/dist/supabase/supabase-client.d.ts.map +1 -1
- package/dist/supabase/supabase.d.ts +4466 -2898
- package/dist/supabase/supabase.d.ts.map +1 -1
- package/dist/supabase/supabase.js +7 -4
- package/dist/supabase/supabase.js.map +1 -1
- package/dist/supabase/use-sb-query/use-query.d.ts +1 -1
- package/dist/supabase/use-sb-query/use-query.d.ts.map +1 -1
- package/dist/supabase/use-sb-query/use-query.js +2 -6
- package/dist/supabase/use-sb-query/use-query.js.map +1 -1
- package/dist/supabase/use-sb-query/use-rpc-mutation.d.ts +61 -0
- package/dist/supabase/use-sb-query/use-rpc-mutation.d.ts.map +1 -0
- package/dist/supabase/use-sb-query/use-rpc-mutation.js +63 -0
- package/dist/supabase/use-sb-query/use-rpc-mutation.js.map +1 -0
- package/dist/supabase/use-sb-query/use-rpc-query.d.ts +124 -0
- package/dist/supabase/use-sb-query/use-rpc-query.d.ts.map +1 -0
- package/dist/supabase/use-sb-query/use-rpc-query.js +91 -0
- package/dist/supabase/use-sb-query/use-rpc-query.js.map +1 -0
- package/dist/supabase/utils.d.ts +1 -1
- package/dist/supabase/utils.d.ts.map +1 -1
- package/dist/types/database.schemas.d.ts +3911 -0
- package/dist/types/database.schemas.d.ts.map +1 -0
- package/dist/types/database.schemas.js +3180 -0
- package/dist/types/database.schemas.js.map +1 -0
- package/dist/types/database.types.d.ts +1923 -1134
- package/dist/types/database.types.d.ts.map +1 -1
- package/dist/types/database.types.js +24 -0
- package/dist/types/database.types.js.map +1 -1
- package/dist/types/index.d.ts +47 -6
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/index.js +27 -1
- package/dist/types/index.js.map +1 -1
- package/dist/types/rpc.schemas.d.ts +64 -0
- package/dist/types/rpc.schemas.d.ts.map +1 -0
- package/dist/types/rpc.schemas.js +122 -0
- package/dist/types/rpc.schemas.js.map +1 -0
- package/package.json +48 -39
- package/src/adk/api/client.ts +46 -0
- package/src/adk/core/constants/tool-icons.ts +51 -0
- package/src/adk/core/models/AgentBuilder.ts +80 -0
- package/src/adk/core/models/AgentRunRequest.ts +33 -0
- package/src/adk/core/models/Eval.ts +70 -0
- package/src/adk/core/models/LiveRequest.ts +23 -0
- package/src/adk/core/models/RuntimeConfig.ts +33 -0
- package/src/adk/core/models/Session.ts +52 -0
- package/src/adk/core/models/Trace.ts +42 -0
- package/src/adk/core/models/types.ts +255 -0
- package/src/api_hatchet/@tanstack/react-query.gen.ts +3025 -0
- package/src/api_hatchet/client/client.gen.ts +311 -0
- package/src/api_hatchet/client/index.ts +25 -0
- package/src/api_hatchet/client/types.gen.ts +241 -0
- package/src/api_hatchet/client/utils.gen.ts +332 -0
- package/{dist/opencode/client.gen.d.ts → src/api_hatchet/client.gen.ts} +6 -3
- package/src/api_hatchet/core/auth.gen.ts +42 -0
- package/src/api_hatchet/core/bodySerializer.gen.ts +100 -0
- package/src/api_hatchet/core/params.gen.ts +176 -0
- package/src/api_hatchet/core/pathSerializer.gen.ts +181 -0
- package/src/api_hatchet/core/queryKeySerializer.gen.ts +136 -0
- package/src/api_hatchet/core/serverSentEvents.gen.ts +266 -0
- package/src/api_hatchet/core/types.gen.ts +118 -0
- package/src/api_hatchet/core/utils.gen.ts +143 -0
- package/src/api_hatchet/index.ts +4 -0
- package/src/api_hatchet/schemas.gen.ts +4961 -0
- package/src/api_hatchet/sdk.gen.ts +1994 -0
- package/src/api_hatchet/types.gen.ts +7688 -0
- package/src/api_hatchet/zod.gen.ts +3230 -0
- package/src/cloud-account/platform-configs.ts +73 -0
- package/src/gomtmapi/@tanstack/react-query.gen.ts +757 -0
- package/src/gomtmapi/client/client.gen.ts +311 -0
- package/src/gomtmapi/client/index.ts +25 -0
- package/src/gomtmapi/client/types.gen.ts +241 -0
- package/src/gomtmapi/client/utils.gen.ts +332 -0
- package/src/gomtmapi/client.gen.ts +16 -0
- package/src/gomtmapi/core/auth.gen.ts +42 -0
- package/src/gomtmapi/core/bodySerializer.gen.ts +100 -0
- package/src/gomtmapi/core/params.gen.ts +176 -0
- package/src/gomtmapi/core/pathSerializer.gen.ts +181 -0
- package/src/gomtmapi/core/queryKeySerializer.gen.ts +136 -0
- package/src/gomtmapi/core/serverSentEvents.gen.ts +266 -0
- package/src/gomtmapi/core/types.gen.ts +118 -0
- package/src/gomtmapi/core/utils.gen.ts +143 -0
- package/src/gomtmapi/index.ts +4 -0
- package/src/gomtmapi/schemas.gen.ts +904 -0
- package/src/gomtmapi/sdk.gen.ts +541 -0
- package/src/gomtmapi/types.gen.ts +1456 -0
- package/src/gomtmapi/zod.gen.ts +758 -0
- package/src/index.ts +5 -0
- package/src/lib/aisdk/types.ts +8 -0
- package/src/lib/logger/index.ts +8 -0
- package/src/lib/schema.ts +50 -0
- package/src/lib/utils.ts +54 -0
- package/src/mtgate_api/@tanstack/react-query.gen.ts +175 -0
- package/src/mtgate_api/client/client.gen.ts +311 -0
- package/src/mtgate_api/client/index.ts +25 -0
- package/src/mtgate_api/client/types.gen.ts +241 -0
- package/src/mtgate_api/client/utils.gen.ts +332 -0
- package/src/mtgate_api/client.gen.ts +16 -0
- package/src/mtgate_api/core/auth.gen.ts +42 -0
- package/src/mtgate_api/core/bodySerializer.gen.ts +100 -0
- package/src/mtgate_api/core/params.gen.ts +176 -0
- package/src/mtgate_api/core/pathSerializer.gen.ts +181 -0
- package/src/mtgate_api/core/queryKeySerializer.gen.ts +136 -0
- package/src/mtgate_api/core/serverSentEvents.gen.ts +266 -0
- package/src/mtgate_api/core/types.gen.ts +118 -0
- package/src/mtgate_api/core/utils.gen.ts +143 -0
- package/src/mtgate_api/index.ts +4 -0
- package/src/mtgate_api/schemas.gen.ts +337 -0
- package/src/mtgate_api/sdk.gen.ts +61 -0
- package/src/mtgate_api/types.gen.ts +324 -0
- package/src/mtgate_api/zod.gen.ts +234 -0
- package/src/mtmai_api/@tanstack/react-query.gen.ts +1010 -0
- package/src/mtmai_api/client/client.gen.ts +311 -0
- package/src/mtmai_api/client/index.ts +25 -0
- package/src/mtmai_api/client/types.gen.ts +241 -0
- package/src/mtmai_api/client/utils.gen.ts +332 -0
- package/src/mtmai_api/client.gen.ts +16 -0
- package/src/mtmai_api/core/auth.gen.ts +42 -0
- package/src/mtmai_api/core/bodySerializer.gen.ts +100 -0
- package/src/mtmai_api/core/params.gen.ts +176 -0
- package/src/mtmai_api/core/pathSerializer.gen.ts +181 -0
- package/src/mtmai_api/core/queryKeySerializer.gen.ts +136 -0
- package/src/mtmai_api/core/serverSentEvents.gen.ts +266 -0
- package/src/mtmai_api/core/types.gen.ts +118 -0
- package/src/mtmai_api/core/utils.gen.ts +143 -0
- package/src/mtmai_api/index.ts +4 -0
- package/src/mtmai_api/schemas.gen.ts +9980 -0
- package/src/mtmai_api/sdk.gen.ts +471 -0
- package/src/mtmai_api/types.gen.ts +7609 -0
- package/src/mtmai_api/zod.gen.ts +5101 -0
- package/src/openclaw/client-info.ts +63 -0
- package/src/openclaw/device-auth-utils.ts +31 -0
- package/src/openclaw/device-auth.ts +96 -0
- package/src/openclaw/device-identity.ts +108 -0
- package/src/openclaw/gateway.ts +351 -0
- package/src/openclaw/types.ts +518 -0
- package/src/openclaw/uuid.ts +48 -0
- package/src/sbapi/@tanstack/react-query.gen.ts +6591 -0
- package/src/sbapi/client/client.gen.ts +311 -0
- package/src/sbapi/client/index.ts +25 -0
- package/src/sbapi/client/types.gen.ts +241 -0
- package/src/sbapi/client/utils.gen.ts +332 -0
- package/src/sbapi/client.gen.ts +16 -0
- package/src/sbapi/core/auth.gen.ts +42 -0
- package/src/sbapi/core/bodySerializer.gen.ts +100 -0
- package/src/sbapi/core/params.gen.ts +176 -0
- package/src/sbapi/core/pathSerializer.gen.ts +181 -0
- package/src/sbapi/core/queryKeySerializer.gen.ts +136 -0
- package/src/sbapi/core/serverSentEvents.gen.ts +266 -0
- package/src/sbapi/core/types.gen.ts +118 -0
- package/src/sbapi/core/utils.gen.ts +143 -0
- package/src/sbapi/index.ts +4 -0
- package/src/sbapi/schemas.gen.ts +2643 -0
- package/src/sbapi/sdk.gen.ts +2822 -0
- package/src/sbapi/types.gen.ts +12503 -0
- package/src/sbapi/zod.gen.ts +7021 -0
- package/src/sbmng/@tanstack/react-query.gen.ts +2999 -0
- package/src/sbmng/client/client.gen.ts +311 -0
- package/src/sbmng/client/index.ts +25 -0
- package/src/sbmng/client/types.gen.ts +241 -0
- package/src/sbmng/client/utils.gen.ts +332 -0
- package/src/sbmng/client.gen.ts +16 -0
- package/src/sbmng/core/auth.gen.ts +42 -0
- package/src/sbmng/core/bodySerializer.gen.ts +100 -0
- package/src/sbmng/core/params.gen.ts +176 -0
- package/src/sbmng/core/pathSerializer.gen.ts +181 -0
- package/src/sbmng/core/queryKeySerializer.gen.ts +136 -0
- package/src/sbmng/core/serverSentEvents.gen.ts +266 -0
- package/src/sbmng/core/types.gen.ts +118 -0
- package/src/sbmng/core/utils.gen.ts +143 -0
- package/src/sbmng/index.ts +4 -0
- package/src/sbmng/schemas.gen.ts +9680 -0
- package/src/sbmng/sdk.gen.ts +1771 -0
- package/src/sbmng/types.gen.ts +7956 -0
- package/src/supabase/auth-provider.tsx +67 -0
- package/src/supabase/context.tsx +51 -0
- package/src/supabase/cursor-pagination.ts +155 -0
- package/src/supabase/schema/browser.ts +45 -0
- package/src/supabase/schema/index.ts +50 -0
- package/src/supabase/supabase-client.ts +30 -0
- package/src/supabase/supabase.ts +65 -0
- package/src/supabase/use-sb-query/build-query-opts.ts +56 -0
- package/src/supabase/use-sb-query/key.ts +57 -0
- package/src/supabase/use-sb-query/prefetch.ts +59 -0
- package/src/supabase/use-sb-query/use-query.ts +340 -0
- package/src/supabase/use-sb-query/use-rpc-mutation.ts +83 -0
- package/src/supabase/use-sb-query/use-rpc-query.ts +230 -0
- package/src/supabase/utils.ts +75 -0
- package/src/types/database.schemas.ts +3804 -0
- package/src/types/database.types.ts +3828 -0
- package/src/types/index.ts +119 -0
- package/src/types/rpc.schemas.ts +157 -0
- package/dist/gomtmapi_v2/@tanstack/react-query.gen.d.ts.map +0 -1
- package/dist/gomtmapi_v2/@tanstack/react-query.gen.js.map +0 -1
- package/dist/gomtmapi_v2/client/client.gen.d.ts.map +0 -1
- package/dist/gomtmapi_v2/client/client.gen.js.map +0 -1
- package/dist/gomtmapi_v2/client/index.d.ts.map +0 -1
- package/dist/gomtmapi_v2/client/index.js.map +0 -1
- package/dist/gomtmapi_v2/client/types.gen.d.ts.map +0 -1
- package/dist/gomtmapi_v2/client/types.gen.js.map +0 -1
- package/dist/gomtmapi_v2/client/utils.gen.d.ts.map +0 -1
- package/dist/gomtmapi_v2/client/utils.gen.js.map +0 -1
- package/dist/gomtmapi_v2/client.gen.d.ts.map +0 -1
- package/dist/gomtmapi_v2/client.gen.js.map +0 -1
- package/dist/gomtmapi_v2/core/auth.gen.d.ts.map +0 -1
- package/dist/gomtmapi_v2/core/auth.gen.js.map +0 -1
- package/dist/gomtmapi_v2/core/bodySerializer.gen.d.ts.map +0 -1
- package/dist/gomtmapi_v2/core/bodySerializer.gen.js.map +0 -1
- package/dist/gomtmapi_v2/core/params.gen.d.ts.map +0 -1
- package/dist/gomtmapi_v2/core/params.gen.js.map +0 -1
- package/dist/gomtmapi_v2/core/pathSerializer.gen.d.ts.map +0 -1
- package/dist/gomtmapi_v2/core/pathSerializer.gen.js.map +0 -1
- package/dist/gomtmapi_v2/core/queryKeySerializer.gen.d.ts.map +0 -1
- package/dist/gomtmapi_v2/core/queryKeySerializer.gen.js.map +0 -1
- package/dist/gomtmapi_v2/core/serverSentEvents.gen.d.ts.map +0 -1
- package/dist/gomtmapi_v2/core/serverSentEvents.gen.js.map +0 -1
- package/dist/gomtmapi_v2/core/types.gen.d.ts.map +0 -1
- package/dist/gomtmapi_v2/core/types.gen.js.map +0 -1
- package/dist/gomtmapi_v2/core/utils.gen.d.ts.map +0 -1
- package/dist/gomtmapi_v2/core/utils.gen.js.map +0 -1
- package/dist/gomtmapi_v2/index.d.ts +0 -3
- package/dist/gomtmapi_v2/index.d.ts.map +0 -1
- package/dist/gomtmapi_v2/index.js +0 -3
- package/dist/gomtmapi_v2/index.js.map +0 -1
- package/dist/gomtmapi_v2/schemas.gen.d.ts.map +0 -1
- package/dist/gomtmapi_v2/schemas.gen.js.map +0 -1
- package/dist/gomtmapi_v2/sdk.gen.d.ts +0 -208
- package/dist/gomtmapi_v2/sdk.gen.d.ts.map +0 -1
- package/dist/gomtmapi_v2/sdk.gen.js.map +0 -1
- package/dist/gomtmapi_v2/types.gen.d.ts.map +0 -1
- package/dist/gomtmapi_v2/types.gen.js.map +0 -1
- package/dist/gomtmapi_v2/zod.gen.d.ts.map +0 -1
- package/dist/gomtmapi_v2/zod.gen.js.map +0 -1
- package/dist/opencode/@tanstack/react-query.gen.d.ts +0 -1903
- package/dist/opencode/@tanstack/react-query.gen.d.ts.map +0 -1
- package/dist/opencode/@tanstack/react-query.gen.js +0 -1696
- package/dist/opencode/@tanstack/react-query.gen.js.map +0 -1
- package/dist/opencode/client/client.gen.d.ts +0 -3
- package/dist/opencode/client/client.gen.js +0 -236
- package/dist/opencode/client/index.d.ts +0 -9
- package/dist/opencode/client/index.js +0 -7
- package/dist/opencode/client/types.gen.d.ts +0 -118
- package/dist/opencode/client/types.gen.js +0 -3
- package/dist/opencode/client/types.gen.js.map +0 -1
- package/dist/opencode/client/utils.gen.d.ts +0 -34
- package/dist/opencode/client/utils.gen.js +0 -232
- package/dist/opencode/client.gen.js +0 -4
- package/dist/opencode/core/auth.gen.d.ts +0 -19
- package/dist/opencode/core/auth.gen.js +0 -15
- package/dist/opencode/core/bodySerializer.gen.d.ts +0 -26
- package/dist/opencode/core/bodySerializer.gen.js +0 -58
- package/dist/opencode/core/params.gen.d.ts +0 -44
- package/dist/opencode/core/params.gen.js +0 -101
- package/dist/opencode/core/pathSerializer.gen.d.ts +0 -34
- package/dist/opencode/core/pathSerializer.gen.js +0 -115
- package/dist/opencode/core/queryKeySerializer.gen.d.ts +0 -19
- package/dist/opencode/core/queryKeySerializer.gen.js +0 -100
- package/dist/opencode/core/serverSentEvents.gen.d.ts +0 -72
- package/dist/opencode/core/serverSentEvents.gen.js +0 -138
- package/dist/opencode/core/types.gen.d.ts +0 -79
- package/dist/opencode/core/types.gen.js +0 -3
- package/dist/opencode/core/types.gen.js.map +0 -1
- package/dist/opencode/core/utils.gen.d.ts +0 -20
- package/dist/opencode/core/utils.gen.js +0 -88
- package/dist/opencode/index.d.ts +0 -3
- package/dist/opencode/index.d.ts.map +0 -1
- package/dist/opencode/index.js +0 -4
- package/dist/opencode/index.js.map +0 -1
- package/dist/opencode/schemas.gen.d.ts +0 -4823
- package/dist/opencode/schemas.gen.d.ts.map +0 -1
- package/dist/opencode/schemas.gen.js +0 -5816
- package/dist/opencode/schemas.gen.js.map +0 -1
- package/dist/opencode/sdk.gen.d.ts +0 -562
- package/dist/opencode/sdk.gen.d.ts.map +0 -1
- package/dist/opencode/sdk.gen.js +0 -766
- package/dist/opencode/sdk.gen.js.map +0 -1
- package/dist/opencode/types.gen.d.ts +0 -4213
- package/dist/opencode/types.gen.d.ts.map +0 -1
- package/dist/opencode/types.gen.js +0 -25
- package/dist/opencode/types.gen.js.map +0 -1
- package/dist/opencode/zod.gen.d.ts +0 -17243
- package/dist/opencode/zod.gen.d.ts.map +0 -1
- package/dist/opencode/zod.gen.js +0 -2876
- package/dist/opencode/zod.gen.js.map +0 -1
- package/dist/schema/browser.d.ts.map +0 -1
- package/dist/schema/browser.js.map +0 -1
- /package/dist/{gomtmapi_v2 → gomtmapi}/client/client.gen.d.ts +0 -0
- /package/dist/{gomtmapi_v2 → gomtmapi}/client/client.gen.js +0 -0
- /package/dist/{gomtmapi_v2 → gomtmapi}/client/index.d.ts +0 -0
- /package/dist/{gomtmapi_v2 → gomtmapi}/client/index.js +0 -0
- /package/dist/{gomtmapi_v2 → gomtmapi}/client/types.gen.d.ts +0 -0
- /package/dist/{gomtmapi_v2 → gomtmapi}/client/types.gen.js +0 -0
- /package/dist/{gomtmapi_v2 → gomtmapi}/client/utils.gen.d.ts +0 -0
- /package/dist/{gomtmapi_v2 → gomtmapi}/client/utils.gen.js +0 -0
- /package/dist/{gomtmapi_v2 → gomtmapi}/client.gen.d.ts +0 -0
- /package/dist/{gomtmapi_v2 → gomtmapi}/client.gen.js +0 -0
- /package/dist/{gomtmapi_v2 → gomtmapi}/core/auth.gen.d.ts +0 -0
- /package/dist/{gomtmapi_v2 → gomtmapi}/core/auth.gen.js +0 -0
- /package/dist/{gomtmapi_v2 → gomtmapi}/core/bodySerializer.gen.d.ts +0 -0
- /package/dist/{gomtmapi_v2 → gomtmapi}/core/bodySerializer.gen.js +0 -0
- /package/dist/{gomtmapi_v2 → gomtmapi}/core/params.gen.d.ts +0 -0
- /package/dist/{gomtmapi_v2 → gomtmapi}/core/params.gen.js +0 -0
- /package/dist/{gomtmapi_v2 → gomtmapi}/core/pathSerializer.gen.d.ts +0 -0
- /package/dist/{gomtmapi_v2 → gomtmapi}/core/pathSerializer.gen.js +0 -0
- /package/dist/{gomtmapi_v2 → gomtmapi}/core/queryKeySerializer.gen.d.ts +0 -0
- /package/dist/{gomtmapi_v2 → gomtmapi}/core/queryKeySerializer.gen.js +0 -0
- /package/dist/{gomtmapi_v2 → gomtmapi}/core/serverSentEvents.gen.d.ts +0 -0
- /package/dist/{gomtmapi_v2 → gomtmapi}/core/serverSentEvents.gen.js +0 -0
- /package/dist/{gomtmapi_v2 → gomtmapi}/core/types.gen.d.ts +0 -0
- /package/dist/{gomtmapi_v2 → gomtmapi}/core/types.gen.js +0 -0
- /package/dist/{gomtmapi_v2 → gomtmapi}/core/utils.gen.d.ts +0 -0
- /package/dist/{gomtmapi_v2 → gomtmapi}/core/utils.gen.js +0 -0
- /package/dist/{gomtmapi_v2 → gomtmapi}/types.gen.js +0 -0
- /package/dist/{schema → supabase/schema}/browser.d.ts +0 -0
- /package/dist/{schema → supabase/schema}/browser.js +0 -0
|
@@ -0,0 +1,378 @@
|
|
|
1
|
+
import type { Client, Options as Options2, TDataShape } from './client';
|
|
2
|
+
import type { ActionsStartContainerData, ActionsStartContainerErrors, ActionsStartContainerResponses, ActionsStopContainerData, ActionsStopContainerErrors, ActionsStopContainerResponses, AgentRunData, AgentRunErrors, AgentRunResponses, BrowserActionData, BrowserActionErrors, BrowserActionResponses, BrowserOpenData, BrowserOpenErrors, BrowserOpenResponses, CoddingToolEditFileData, CoddingToolEditFileErrors, CoddingToolEditFileResponses, CoddingToolListDirData, CoddingToolListDirErrors, CoddingToolListDirResponses, CoddingToolReadFilesData, CoddingToolReadFilesErrors, CoddingToolReadFilesResponses, CoddingToolSearchFilesData, CoddingToolSearchFilesErrors, CoddingToolSearchFilesResponses, CodeRunData, CodeRunErrors, CodeRunResponses, GetApiSystemInfoData, GetApiSystemInfoErrors, GetApiSystemInfoResponses, HumanRequestActionData, HumanRequestActionErrors, HumanRequestActionResponses, NapcatGetStatusData, NapcatGetStatusErrors, NapcatGetStatusResponses, NapcatProxyOneBot11GetData, NapcatProxyOneBot11GetErrors, NapcatProxyOneBot11GetResponses, NapcatProxyOneBot11PostData, NapcatProxyOneBot11PostErrors, NapcatProxyOneBot11PostResponses, NapcatProxyWebUigetData, NapcatProxyWebUigetErrors, NapcatProxyWebUigetResponses, NapcatProxyWebUipostData, NapcatProxyWebUipostErrors, NapcatProxyWebUipostResponses, NapcatStartData, NapcatStartErrors, NapcatStartResponses, PostApiDbQueryQueryData, PostApiDbQueryQueryErrors, PostApiDbQueryQueryResponses, PostApiSystemCheckUpdateData, PostApiSystemCheckUpdateErrors, PostApiSystemCheckUpdateResponses, PostApiSystemPerformUpgradeData, PostApiSystemPerformUpgradeErrors, PostApiSystemPerformUpgradeResponses, PostApiV1TelegramAuthPasswordData, PostApiV1TelegramAuthPasswordErrors, PostApiV1TelegramAuthPasswordResponses, PostApiV1TelegramAuthSendCodeData, PostApiV1TelegramAuthSendCodeErrors, PostApiV1TelegramAuthSendCodeResponses, PostApiV1TelegramAuthSignInData, PostApiV1TelegramAuthSignInErrors, PostApiV1TelegramAuthSignInResponses, PostApiV1TelegramAuthUserInfoData, PostApiV1TelegramAuthUserInfoErrors, PostApiV1TelegramAuthUserInfoResponses, PostApiV1TelegramContactAddData, PostApiV1TelegramContactAddErrors, PostApiV1TelegramContactAddResponses, PostApiV1TelegramMessageSendData, PostApiV1TelegramMessageSendErrors, PostApiV1TelegramMessageSendResponses } from './types.gen';
|
|
3
|
+
export type Options<TData extends TDataShape = TDataShape, ThrowOnError extends boolean = boolean> = Options2<TData, ThrowOnError> & {
|
|
4
|
+
/**
|
|
5
|
+
* You can provide a client instance returned by `createClient()` instead of
|
|
6
|
+
* individual options. This might be also useful if you want to implement a
|
|
7
|
+
* custom client.
|
|
8
|
+
*/
|
|
9
|
+
client?: Client;
|
|
10
|
+
/**
|
|
11
|
+
* You can pass arbitrary values through the `meta` object. This can be
|
|
12
|
+
* used to access values that aren't defined as part of the SDK function.
|
|
13
|
+
*/
|
|
14
|
+
meta?: Record<string, unknown>;
|
|
15
|
+
};
|
|
16
|
+
/**
|
|
17
|
+
* Start Container via SSH
|
|
18
|
+
*
|
|
19
|
+
* #### Controller:
|
|
20
|
+
*
|
|
21
|
+
* `github.com/codeh007/gomtm/pkg/routes/api/actions.(*ActionsService).HandleStartContainer`
|
|
22
|
+
*
|
|
23
|
+
* #### Middlewares:
|
|
24
|
+
*
|
|
25
|
+
* - `github.com/go-fuego/fuego.defaultLogger.middleware`
|
|
26
|
+
*
|
|
27
|
+
* ---
|
|
28
|
+
*
|
|
29
|
+
* Connects to the compute node via SSH and starts the gomtm worker container.
|
|
30
|
+
*/
|
|
31
|
+
export declare const actionsStartContainer: <ThrowOnError extends boolean = false>(options: Options<ActionsStartContainerData, ThrowOnError>) => import("./client").RequestResult<ActionsStartContainerResponses, ActionsStartContainerErrors, ThrowOnError, "fields">;
|
|
32
|
+
/**
|
|
33
|
+
* Stop Container via SSH
|
|
34
|
+
*
|
|
35
|
+
* #### Controller:
|
|
36
|
+
*
|
|
37
|
+
* `github.com/codeh007/gomtm/pkg/routes/api/actions.(*ActionsService).HandleStopContainer`
|
|
38
|
+
*
|
|
39
|
+
* #### Middlewares:
|
|
40
|
+
*
|
|
41
|
+
* - `github.com/go-fuego/fuego.defaultLogger.middleware`
|
|
42
|
+
*
|
|
43
|
+
* ---
|
|
44
|
+
*
|
|
45
|
+
* Connects to the compute node via SSH and stops (removes) the gomtm worker container.
|
|
46
|
+
*/
|
|
47
|
+
export declare const actionsStopContainer: <ThrowOnError extends boolean = false>(options: Options<ActionsStopContainerData, ThrowOnError>) => import("./client").RequestResult<ActionsStopContainerResponses, ActionsStopContainerErrors, ThrowOnError, "fields">;
|
|
48
|
+
/**
|
|
49
|
+
* agent run
|
|
50
|
+
*
|
|
51
|
+
* #### Controller:
|
|
52
|
+
*
|
|
53
|
+
* `github.com/codeh007/gomtm/pkg/routes/api/agent.(*AgentService).AgentRun`
|
|
54
|
+
*
|
|
55
|
+
* #### Middlewares:
|
|
56
|
+
*
|
|
57
|
+
* - `github.com/go-fuego/fuego.defaultLogger.middleware`
|
|
58
|
+
*
|
|
59
|
+
* ---
|
|
60
|
+
*
|
|
61
|
+
*
|
|
62
|
+
*/
|
|
63
|
+
export declare const agentRun: <ThrowOnError extends boolean = false>(options: Options<AgentRunData, ThrowOnError>) => import("./client").RequestResult<AgentRunResponses, AgentRunErrors, ThrowOnError, "fields">;
|
|
64
|
+
/**
|
|
65
|
+
* handle action submit
|
|
66
|
+
*
|
|
67
|
+
* Submit a browser interaction task.
|
|
68
|
+
*/
|
|
69
|
+
export declare const browserAction: <ThrowOnError extends boolean = false>(options: Options<BrowserActionData, ThrowOnError>) => import("./client").RequestResult<BrowserActionResponses, BrowserActionErrors, ThrowOnError, "fields">;
|
|
70
|
+
/**
|
|
71
|
+
* handle open submit
|
|
72
|
+
*
|
|
73
|
+
* Submit a task to open a browser.
|
|
74
|
+
*/
|
|
75
|
+
export declare const browserOpen: <ThrowOnError extends boolean = false>(options: Options<BrowserOpenData, ThrowOnError>) => import("./client").RequestResult<BrowserOpenResponses, BrowserOpenErrors, ThrowOnError, "fields">;
|
|
76
|
+
/**
|
|
77
|
+
* edit file
|
|
78
|
+
*
|
|
79
|
+
* Replace text in a file. Matches exact 'old_string'. Use 'replace_all=true' for multiple occurrences.
|
|
80
|
+
*/
|
|
81
|
+
export declare const coddingToolEditFile: <ThrowOnError extends boolean = false>(options: Options<CoddingToolEditFileData, ThrowOnError>) => import("./client").RequestResult<CoddingToolEditFileResponses, CoddingToolEditFileErrors, ThrowOnError, "fields">;
|
|
82
|
+
/**
|
|
83
|
+
* list dir
|
|
84
|
+
*
|
|
85
|
+
* List files and directories in a given path.
|
|
86
|
+
*/
|
|
87
|
+
export declare const coddingToolListDir: <ThrowOnError extends boolean = false>(options: Options<CoddingToolListDirData, ThrowOnError>) => import("./client").RequestResult<CoddingToolListDirResponses, CoddingToolListDirErrors, ThrowOnError, "fields">;
|
|
88
|
+
/**
|
|
89
|
+
* read files
|
|
90
|
+
*
|
|
91
|
+
* Read content of multiple files. Supports simple glob patterns.
|
|
92
|
+
*/
|
|
93
|
+
export declare const coddingToolReadFiles: <ThrowOnError extends boolean = false>(options: Options<CoddingToolReadFilesData, ThrowOnError>) => import("./client").RequestResult<CoddingToolReadFilesResponses, CoddingToolReadFilesErrors, ThrowOnError, "fields">;
|
|
94
|
+
/**
|
|
95
|
+
* search files
|
|
96
|
+
*
|
|
97
|
+
* Search for a pattern in files using grep.
|
|
98
|
+
*/
|
|
99
|
+
export declare const coddingToolSearchFiles: <ThrowOnError extends boolean = false>(options: Options<CoddingToolSearchFilesData, ThrowOnError>) => import("./client").RequestResult<CoddingToolSearchFilesResponses, CoddingToolSearchFilesErrors, ThrowOnError, "fields">;
|
|
100
|
+
/**
|
|
101
|
+
* run code
|
|
102
|
+
*
|
|
103
|
+
* #### Controller:
|
|
104
|
+
*
|
|
105
|
+
* `github.com/codeh007/gomtm/pkg/routes/api/code.(*CodeService).RunCode`
|
|
106
|
+
*
|
|
107
|
+
* #### Middlewares:
|
|
108
|
+
*
|
|
109
|
+
* - `github.com/go-fuego/fuego.defaultLogger.middleware`
|
|
110
|
+
*
|
|
111
|
+
* ---
|
|
112
|
+
*
|
|
113
|
+
* run code
|
|
114
|
+
*/
|
|
115
|
+
export declare const codeRun: <ThrowOnError extends boolean = false>(options: Options<CodeRunData, ThrowOnError>) => import("./client").RequestResult<CodeRunResponses, CodeRunErrors, ThrowOnError, "fields">;
|
|
116
|
+
/**
|
|
117
|
+
* 执行 SQL 查询
|
|
118
|
+
*
|
|
119
|
+
* #### Controller:
|
|
120
|
+
*
|
|
121
|
+
* `github.com/codeh007/gomtm/pkg/routes/api/db_query.(*QueryService).handleQuery`
|
|
122
|
+
*
|
|
123
|
+
* #### Middlewares:
|
|
124
|
+
*
|
|
125
|
+
* - `github.com/go-fuego/fuego.defaultLogger.middleware`
|
|
126
|
+
*
|
|
127
|
+
* ---
|
|
128
|
+
*
|
|
129
|
+
* 在当前实例配置的数据库上执行 SQL 语句
|
|
130
|
+
*/
|
|
131
|
+
export declare const postApiDbQueryQuery: <ThrowOnError extends boolean = false>(options?: Options<PostApiDbQueryQueryData, ThrowOnError>) => import("./client").RequestResult<PostApiDbQueryQueryResponses, PostApiDbQueryQueryErrors, ThrowOnError, "fields">;
|
|
132
|
+
/**
|
|
133
|
+
* request action
|
|
134
|
+
*
|
|
135
|
+
* Request specific manual actions from the user when automated attempts fail.
|
|
136
|
+
*/
|
|
137
|
+
export declare const humanRequestAction: <ThrowOnError extends boolean = false>(options: Options<HumanRequestActionData, ThrowOnError>) => import("./client").RequestResult<HumanRequestActionResponses, HumanRequestActionErrors, ThrowOnError, "fields">;
|
|
138
|
+
/**
|
|
139
|
+
* Start napcat service
|
|
140
|
+
*
|
|
141
|
+
* #### Controller:
|
|
142
|
+
*
|
|
143
|
+
* `github.com/codeh007/gomtm/pkg/routes/api/napcat.(*NapcatService).StartNapcat`
|
|
144
|
+
*
|
|
145
|
+
* #### Middlewares:
|
|
146
|
+
*
|
|
147
|
+
* - `github.com/go-fuego/fuego.defaultLogger.middleware`
|
|
148
|
+
*
|
|
149
|
+
* ---
|
|
150
|
+
*
|
|
151
|
+
* Start napcat service with specified configuration
|
|
152
|
+
*/
|
|
153
|
+
export declare const napcatStart: <ThrowOnError extends boolean = false>(options: Options<NapcatStartData, ThrowOnError>) => import("./client").RequestResult<NapcatStartResponses, NapcatStartErrors, ThrowOnError, "fields">;
|
|
154
|
+
/**
|
|
155
|
+
* Get napcat status
|
|
156
|
+
*
|
|
157
|
+
* #### Controller:
|
|
158
|
+
*
|
|
159
|
+
* `github.com/codeh007/gomtm/pkg/routes/api/napcat.(*NapcatService).GetStatus`
|
|
160
|
+
*
|
|
161
|
+
* #### Middlewares:
|
|
162
|
+
*
|
|
163
|
+
* - `github.com/go-fuego/fuego.defaultLogger.middleware`
|
|
164
|
+
*
|
|
165
|
+
* ---
|
|
166
|
+
*
|
|
167
|
+
* Get current napcat running status
|
|
168
|
+
*/
|
|
169
|
+
export declare const napcatGetStatus: <ThrowOnError extends boolean = false>(options?: Options<NapcatGetStatusData, ThrowOnError>) => import("./client").RequestResult<NapcatGetStatusResponses, NapcatGetStatusErrors, ThrowOnError, "fields">;
|
|
170
|
+
/**
|
|
171
|
+
* Proxy OneBot11 API GET requests
|
|
172
|
+
*
|
|
173
|
+
* #### Controller:
|
|
174
|
+
*
|
|
175
|
+
* `github.com/codeh007/gomtm/pkg/routes/api/napcat.(*NapcatService).ProxyToNapcat`
|
|
176
|
+
*
|
|
177
|
+
* #### Middlewares:
|
|
178
|
+
*
|
|
179
|
+
* - `github.com/go-fuego/fuego.defaultLogger.middleware`
|
|
180
|
+
*
|
|
181
|
+
* ---
|
|
182
|
+
*
|
|
183
|
+
* Proxy all OneBot11 API GET requests to napcat HTTP server
|
|
184
|
+
*/
|
|
185
|
+
export declare const napcatProxyOneBot11Get: <ThrowOnError extends boolean = false>(options?: Options<NapcatProxyOneBot11GetData, ThrowOnError>) => import("./client").RequestResult<NapcatProxyOneBot11GetResponses, NapcatProxyOneBot11GetErrors, ThrowOnError, "fields">;
|
|
186
|
+
/**
|
|
187
|
+
* Proxy OneBot11 API POST requests
|
|
188
|
+
*
|
|
189
|
+
* #### Controller:
|
|
190
|
+
*
|
|
191
|
+
* `github.com/codeh007/gomtm/pkg/routes/api/napcat.(*NapcatService).ProxyToNapcat`
|
|
192
|
+
*
|
|
193
|
+
* #### Middlewares:
|
|
194
|
+
*
|
|
195
|
+
* - `github.com/go-fuego/fuego.defaultLogger.middleware`
|
|
196
|
+
*
|
|
197
|
+
* ---
|
|
198
|
+
*
|
|
199
|
+
* Proxy all OneBot11 API POST requests to napcat HTTP server
|
|
200
|
+
*/
|
|
201
|
+
export declare const napcatProxyOneBot11Post: <ThrowOnError extends boolean = false>(options?: Options<NapcatProxyOneBot11PostData, ThrowOnError>) => import("./client").RequestResult<NapcatProxyOneBot11PostResponses, NapcatProxyOneBot11PostErrors, ThrowOnError, "fields">;
|
|
202
|
+
/**
|
|
203
|
+
* Check for updates
|
|
204
|
+
*
|
|
205
|
+
* #### Controller:
|
|
206
|
+
*
|
|
207
|
+
* `github.com/codeh007/gomtm/pkg/routes/api/system.(*SystemService).CheckUpdate`
|
|
208
|
+
*
|
|
209
|
+
* #### Middlewares:
|
|
210
|
+
*
|
|
211
|
+
* - `github.com/go-fuego/fuego.defaultLogger.middleware`
|
|
212
|
+
*
|
|
213
|
+
* ---
|
|
214
|
+
*
|
|
215
|
+
* Check if a new version of gomtm is available
|
|
216
|
+
*/
|
|
217
|
+
export declare const postApiSystemCheckUpdate: <ThrowOnError extends boolean = false>(options?: Options<PostApiSystemCheckUpdateData, ThrowOnError>) => import("./client").RequestResult<PostApiSystemCheckUpdateResponses, PostApiSystemCheckUpdateErrors, ThrowOnError, "fields">;
|
|
218
|
+
/**
|
|
219
|
+
* Get system info
|
|
220
|
+
*
|
|
221
|
+
* #### Controller:
|
|
222
|
+
*
|
|
223
|
+
* `github.com/codeh007/gomtm/pkg/routes/api/system.(*SystemService).GetSystemInfo`
|
|
224
|
+
*
|
|
225
|
+
* #### Middlewares:
|
|
226
|
+
*
|
|
227
|
+
* - `github.com/go-fuego/fuego.defaultLogger.middleware`
|
|
228
|
+
*
|
|
229
|
+
* ---
|
|
230
|
+
*
|
|
231
|
+
* Get current system runtime information
|
|
232
|
+
*/
|
|
233
|
+
export declare const getApiSystemInfo: <ThrowOnError extends boolean = false>(options?: Options<GetApiSystemInfoData, ThrowOnError>) => import("./client").RequestResult<GetApiSystemInfoResponses, GetApiSystemInfoErrors, ThrowOnError, "fields">;
|
|
234
|
+
/**
|
|
235
|
+
* Perform upgrade
|
|
236
|
+
*
|
|
237
|
+
* #### Controller:
|
|
238
|
+
*
|
|
239
|
+
* `github.com/codeh007/gomtm/pkg/routes/api/system.(*SystemService).PerformUpgrade`
|
|
240
|
+
*
|
|
241
|
+
* #### Middlewares:
|
|
242
|
+
*
|
|
243
|
+
* - `github.com/go-fuego/fuego.defaultLogger.middleware`
|
|
244
|
+
*
|
|
245
|
+
* ---
|
|
246
|
+
*
|
|
247
|
+
* Upgrade gomtm to the specified version and restart
|
|
248
|
+
*/
|
|
249
|
+
export declare const postApiSystemPerformUpgrade: <ThrowOnError extends boolean = false>(options: Options<PostApiSystemPerformUpgradeData, ThrowOnError>) => import("./client").RequestResult<PostApiSystemPerformUpgradeResponses, PostApiSystemPerformUpgradeErrors, ThrowOnError, "fields">;
|
|
250
|
+
/**
|
|
251
|
+
* password
|
|
252
|
+
*
|
|
253
|
+
* #### Controller:
|
|
254
|
+
*
|
|
255
|
+
* `github.com/codeh007/gomtm/pkg/routes/api/telegram.(*Service).password`
|
|
256
|
+
*
|
|
257
|
+
* #### Middlewares:
|
|
258
|
+
*
|
|
259
|
+
* - `github.com/go-fuego/fuego.defaultLogger.middleware`
|
|
260
|
+
*
|
|
261
|
+
* ---
|
|
262
|
+
*
|
|
263
|
+
*
|
|
264
|
+
*/
|
|
265
|
+
export declare const postApiV1TelegramAuthPassword: <ThrowOnError extends boolean = false>(options: Options<PostApiV1TelegramAuthPasswordData, ThrowOnError>) => import("./client").RequestResult<PostApiV1TelegramAuthPasswordResponses, PostApiV1TelegramAuthPasswordErrors, ThrowOnError, "fields">;
|
|
266
|
+
/**
|
|
267
|
+
* send code
|
|
268
|
+
*
|
|
269
|
+
* #### Controller:
|
|
270
|
+
*
|
|
271
|
+
* `github.com/codeh007/gomtm/pkg/routes/api/telegram.(*Service).sendCode`
|
|
272
|
+
*
|
|
273
|
+
* #### Middlewares:
|
|
274
|
+
*
|
|
275
|
+
* - `github.com/go-fuego/fuego.defaultLogger.middleware`
|
|
276
|
+
*
|
|
277
|
+
* ---
|
|
278
|
+
*
|
|
279
|
+
*
|
|
280
|
+
*/
|
|
281
|
+
export declare const postApiV1TelegramAuthSendCode: <ThrowOnError extends boolean = false>(options: Options<PostApiV1TelegramAuthSendCodeData, ThrowOnError>) => import("./client").RequestResult<PostApiV1TelegramAuthSendCodeResponses, PostApiV1TelegramAuthSendCodeErrors, ThrowOnError, "fields">;
|
|
282
|
+
/**
|
|
283
|
+
* sign in
|
|
284
|
+
*
|
|
285
|
+
* #### Controller:
|
|
286
|
+
*
|
|
287
|
+
* `github.com/codeh007/gomtm/pkg/routes/api/telegram.(*Service).signIn`
|
|
288
|
+
*
|
|
289
|
+
* #### Middlewares:
|
|
290
|
+
*
|
|
291
|
+
* - `github.com/go-fuego/fuego.defaultLogger.middleware`
|
|
292
|
+
*
|
|
293
|
+
* ---
|
|
294
|
+
*
|
|
295
|
+
*
|
|
296
|
+
*/
|
|
297
|
+
export declare const postApiV1TelegramAuthSignIn: <ThrowOnError extends boolean = false>(options: Options<PostApiV1TelegramAuthSignInData, ThrowOnError>) => import("./client").RequestResult<PostApiV1TelegramAuthSignInResponses, PostApiV1TelegramAuthSignInErrors, ThrowOnError, "fields">;
|
|
298
|
+
/**
|
|
299
|
+
* user info
|
|
300
|
+
*
|
|
301
|
+
* #### Controller:
|
|
302
|
+
*
|
|
303
|
+
* `github.com/codeh007/gomtm/pkg/routes/api/telegram.(*Service).userInfo`
|
|
304
|
+
*
|
|
305
|
+
* #### Middlewares:
|
|
306
|
+
*
|
|
307
|
+
* - `github.com/go-fuego/fuego.defaultLogger.middleware`
|
|
308
|
+
*
|
|
309
|
+
* ---
|
|
310
|
+
*
|
|
311
|
+
*
|
|
312
|
+
*/
|
|
313
|
+
export declare const postApiV1TelegramAuthUserInfo: <ThrowOnError extends boolean = false>(options: Options<PostApiV1TelegramAuthUserInfoData, ThrowOnError>) => import("./client").RequestResult<PostApiV1TelegramAuthUserInfoResponses, PostApiV1TelegramAuthUserInfoErrors, ThrowOnError, "fields">;
|
|
314
|
+
/**
|
|
315
|
+
* add contact
|
|
316
|
+
*
|
|
317
|
+
* #### Controller:
|
|
318
|
+
*
|
|
319
|
+
* `github.com/codeh007/gomtm/pkg/routes/api/telegram.(*Service).addContact`
|
|
320
|
+
*
|
|
321
|
+
* #### Middlewares:
|
|
322
|
+
*
|
|
323
|
+
* - `github.com/go-fuego/fuego.defaultLogger.middleware`
|
|
324
|
+
*
|
|
325
|
+
* ---
|
|
326
|
+
*
|
|
327
|
+
*
|
|
328
|
+
*/
|
|
329
|
+
export declare const postApiV1TelegramContactAdd: <ThrowOnError extends boolean = false>(options: Options<PostApiV1TelegramContactAddData, ThrowOnError>) => import("./client").RequestResult<PostApiV1TelegramContactAddResponses, PostApiV1TelegramContactAddErrors, ThrowOnError, "fields">;
|
|
330
|
+
/**
|
|
331
|
+
* send message
|
|
332
|
+
*
|
|
333
|
+
* #### Controller:
|
|
334
|
+
*
|
|
335
|
+
* `github.com/codeh007/gomtm/pkg/routes/api/telegram.(*Service).sendMessage`
|
|
336
|
+
*
|
|
337
|
+
* #### Middlewares:
|
|
338
|
+
*
|
|
339
|
+
* - `github.com/go-fuego/fuego.defaultLogger.middleware`
|
|
340
|
+
*
|
|
341
|
+
* ---
|
|
342
|
+
*
|
|
343
|
+
*
|
|
344
|
+
*/
|
|
345
|
+
export declare const postApiV1TelegramMessageSend: <ThrowOnError extends boolean = false>(options: Options<PostApiV1TelegramMessageSendData, ThrowOnError>) => import("./client").RequestResult<PostApiV1TelegramMessageSendResponses, PostApiV1TelegramMessageSendErrors, ThrowOnError, "fields">;
|
|
346
|
+
/**
|
|
347
|
+
* Proxy WebUI GET requests
|
|
348
|
+
*
|
|
349
|
+
* #### Controller:
|
|
350
|
+
*
|
|
351
|
+
* `github.com/codeh007/gomtm/pkg/routes/api/napcat.(*NapcatService).ProxyToWebUI`
|
|
352
|
+
*
|
|
353
|
+
* #### Middlewares:
|
|
354
|
+
*
|
|
355
|
+
* - `github.com/go-fuego/fuego.defaultLogger.middleware`
|
|
356
|
+
*
|
|
357
|
+
* ---
|
|
358
|
+
*
|
|
359
|
+
* Proxy all WebUI GET requests to napcat WebUI server
|
|
360
|
+
*/
|
|
361
|
+
export declare const napcatProxyWebUiget: <ThrowOnError extends boolean = false>(options?: Options<NapcatProxyWebUigetData, ThrowOnError>) => import("./client").RequestResult<NapcatProxyWebUigetResponses, NapcatProxyWebUigetErrors, ThrowOnError, "fields">;
|
|
362
|
+
/**
|
|
363
|
+
* Proxy WebUI POST requests
|
|
364
|
+
*
|
|
365
|
+
* #### Controller:
|
|
366
|
+
*
|
|
367
|
+
* `github.com/codeh007/gomtm/pkg/routes/api/napcat.(*NapcatService).ProxyToWebUI`
|
|
368
|
+
*
|
|
369
|
+
* #### Middlewares:
|
|
370
|
+
*
|
|
371
|
+
* - `github.com/go-fuego/fuego.defaultLogger.middleware`
|
|
372
|
+
*
|
|
373
|
+
* ---
|
|
374
|
+
*
|
|
375
|
+
* Proxy all WebUI POST requests to napcat WebUI server
|
|
376
|
+
*/
|
|
377
|
+
export declare const napcatProxyWebUipost: <ThrowOnError extends boolean = false>(options?: Options<NapcatProxyWebUipostData, ThrowOnError>) => import("./client").RequestResult<NapcatProxyWebUipostResponses, NapcatProxyWebUipostErrors, ThrowOnError, "fields">;
|
|
378
|
+
//# sourceMappingURL=sdk.gen.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sdk.gen.d.ts","sourceRoot":"","sources":["../../src/gomtmapi/sdk.gen.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,MAAM,EAAE,OAAO,IAAI,QAAQ,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAExE,OAAO,KAAK,EAAE,yBAAyB,EAAE,2BAA2B,EAAE,8BAA8B,EAAE,wBAAwB,EAAE,0BAA0B,EAAE,6BAA6B,EAAE,YAAY,EAAE,cAAc,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,mBAAmB,EAAE,sBAAsB,EAAE,eAAe,EAAE,iBAAiB,EAAE,oBAAoB,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,4BAA4B,EAAE,sBAAsB,EAAE,wBAAwB,EAAE,2BAA2B,EAAE,wBAAwB,EAAE,0BAA0B,EAAE,6BAA6B,EAAE,0BAA0B,EAAE,4BAA4B,EAAE,+BAA+B,EAAE,WAAW,EAAE,aAAa,EAAE,gBAAgB,EAAE,oBAAoB,EAAE,sBAAsB,EAAE,yBAAyB,EAAE,sBAAsB,EAAE,wBAAwB,EAAE,2BAA2B,EAAE,mBAAmB,EAAE,qBAAqB,EAAE,wBAAwB,EAAE,0BAA0B,EAAE,4BAA4B,EAAE,+BAA+B,EAAE,2BAA2B,EAAE,6BAA6B,EAAE,gCAAgC,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,4BAA4B,EAAE,wBAAwB,EAAE,0BAA0B,EAAE,6BAA6B,EAAE,eAAe,EAAE,iBAAiB,EAAE,oBAAoB,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,4BAA4B,EAAE,4BAA4B,EAAE,8BAA8B,EAAE,iCAAiC,EAAE,+BAA+B,EAAE,iCAAiC,EAAE,oCAAoC,EAAE,iCAAiC,EAAE,mCAAmC,EAAE,sCAAsC,EAAE,iCAAiC,EAAE,mCAAmC,EAAE,sCAAsC,EAAE,+BAA+B,EAAE,iCAAiC,EAAE,oCAAoC,EAAE,iCAAiC,EAAE,mCAAmC,EAAE,sCAAsC,EAAE,+BAA+B,EAAE,iCAAiC,EAAE,oCAAoC,EAAE,gCAAgC,EAAE,kCAAkC,EAAE,qCAAqC,EAAE,MAAM,aAAa,CAAC;AAE/xE,MAAM,MAAM,OAAO,CAAC,KAAK,SAAS,UAAU,GAAG,UAAU,EAAE,YAAY,SAAS,OAAO,GAAG,OAAO,IAAI,QAAQ,CAAC,KAAK,EAAE,YAAY,CAAC,GAAG;IACjI;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CAClC,CAAC;AAEF;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,qBAAqB,GAAI,YAAY,SAAS,OAAO,GAAG,KAAK,EAAE,SAAS,OAAO,CAAC,yBAAyB,EAAE,YAAY,CAAC,0HAOnI,CAAC;AAEH;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,oBAAoB,GAAI,YAAY,SAAS,OAAO,GAAG,KAAK,EAAE,SAAS,OAAO,CAAC,wBAAwB,EAAE,YAAY,CAAC,wHAOjI,CAAC;AAEH;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,QAAQ,GAAI,YAAY,SAAS,OAAO,GAAG,KAAK,EAAE,SAAS,OAAO,CAAC,YAAY,EAAE,YAAY,CAAC,gGAOzG,CAAC;AAEH;;;;GAIG;AACH,eAAO,MAAM,aAAa,GAAI,YAAY,SAAS,OAAO,GAAG,KAAK,EAAE,SAAS,OAAO,CAAC,iBAAiB,EAAE,YAAY,CAAC,0GAOnH,CAAC;AAEH;;;;GAIG;AACH,eAAO,MAAM,WAAW,GAAI,YAAY,SAAS,OAAO,GAAG,KAAK,EAAE,SAAS,OAAO,CAAC,eAAe,EAAE,YAAY,CAAC,sGAO/G,CAAC;AAEH;;;;GAIG;AACH,eAAO,MAAM,mBAAmB,GAAI,YAAY,SAAS,OAAO,GAAG,KAAK,EAAE,SAAS,OAAO,CAAC,uBAAuB,EAAE,YAAY,CAAC,sHAO/H,CAAC;AAEH;;;;GAIG;AACH,eAAO,MAAM,kBAAkB,GAAI,YAAY,SAAS,OAAO,GAAG,KAAK,EAAE,SAAS,OAAO,CAAC,sBAAsB,EAAE,YAAY,CAAC,oHAO7H,CAAC;AAEH;;;;GAIG;AACH,eAAO,MAAM,oBAAoB,GAAI,YAAY,SAAS,OAAO,GAAG,KAAK,EAAE,SAAS,OAAO,CAAC,wBAAwB,EAAE,YAAY,CAAC,wHAOjI,CAAC;AAEH;;;;GAIG;AACH,eAAO,MAAM,sBAAsB,GAAI,YAAY,SAAS,OAAO,GAAG,KAAK,EAAE,SAAS,OAAO,CAAC,0BAA0B,EAAE,YAAY,CAAC,4HAOrI,CAAC;AAEH;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,OAAO,GAAI,YAAY,SAAS,OAAO,GAAG,KAAK,EAAE,SAAS,OAAO,CAAC,WAAW,EAAE,YAAY,CAAC,8FAOvG,CAAC;AAEH;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,mBAAmB,GAAI,YAAY,SAAS,OAAO,GAAG,KAAK,EAAE,UAAU,OAAO,CAAC,uBAAuB,EAAE,YAAY,CAAC,sHAAwJ,CAAC;AAE3R;;;;GAIG;AACH,eAAO,MAAM,kBAAkB,GAAI,YAAY,SAAS,OAAO,GAAG,KAAK,EAAE,SAAS,OAAO,CAAC,sBAAsB,EAAE,YAAY,CAAC,oHAO7H,CAAC;AAEH;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,WAAW,GAAI,YAAY,SAAS,OAAO,GAAG,KAAK,EAAE,SAAS,OAAO,CAAC,eAAe,EAAE,YAAY,CAAC,sGAO/G,CAAC;AAEH;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,eAAe,GAAI,YAAY,SAAS,OAAO,GAAG,KAAK,EAAE,UAAU,OAAO,CAAC,mBAAmB,EAAE,YAAY,CAAC,8GAA8I,CAAC;AAEzQ;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,sBAAsB,GAAI,YAAY,SAAS,OAAO,GAAG,KAAK,EAAE,UAAU,OAAO,CAAC,0BAA0B,EAAE,YAAY,CAAC,4HAAyJ,CAAC;AAElS;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,uBAAuB,GAAI,YAAY,SAAS,OAAO,GAAG,KAAK,EAAE,UAAU,OAAO,CAAC,2BAA2B,EAAE,YAAY,CAAC,8HAA4J,CAAC;AAEvS;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,wBAAwB,GAAI,YAAY,SAAS,OAAO,GAAG,KAAK,EAAE,UAAU,OAAO,CAAC,4BAA4B,EAAE,YAAY,CAAC,gIAAuK,CAAC;AAEpT;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,gBAAgB,GAAI,YAAY,SAAS,OAAO,GAAG,KAAK,EAAE,UAAU,OAAO,CAAC,oBAAoB,EAAE,YAAY,CAAC,gHAA8I,CAAC;AAE3Q;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,2BAA2B,GAAI,YAAY,SAAS,OAAO,GAAG,KAAK,EAAE,SAAS,OAAO,CAAC,+BAA+B,EAAE,YAAY,CAAC,sIAO/I,CAAC;AAEH;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,6BAA6B,GAAI,YAAY,SAAS,OAAO,GAAG,KAAK,EAAE,SAAS,OAAO,CAAC,iCAAiC,EAAE,YAAY,CAAC,0IAOnJ,CAAC;AAEH;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,6BAA6B,GAAI,YAAY,SAAS,OAAO,GAAG,KAAK,EAAE,SAAS,OAAO,CAAC,iCAAiC,EAAE,YAAY,CAAC,0IAOnJ,CAAC;AAEH;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,2BAA2B,GAAI,YAAY,SAAS,OAAO,GAAG,KAAK,EAAE,SAAS,OAAO,CAAC,+BAA+B,EAAE,YAAY,CAAC,sIAO/I,CAAC;AAEH;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,6BAA6B,GAAI,YAAY,SAAS,OAAO,GAAG,KAAK,EAAE,SAAS,OAAO,CAAC,iCAAiC,EAAE,YAAY,CAAC,0IAOnJ,CAAC;AAEH;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,2BAA2B,GAAI,YAAY,SAAS,OAAO,GAAG,KAAK,EAAE,SAAS,OAAO,CAAC,+BAA+B,EAAE,YAAY,CAAC,sIAO/I,CAAC;AAEH;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,4BAA4B,GAAI,YAAY,SAAS,OAAO,GAAG,KAAK,EAAE,SAAS,OAAO,CAAC,gCAAgC,EAAE,YAAY,CAAC,wIAOjJ,CAAC;AAEH;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,mBAAmB,GAAI,YAAY,SAAS,OAAO,GAAG,KAAK,EAAE,UAAU,OAAO,CAAC,uBAAuB,EAAE,YAAY,CAAC,sHAAgJ,CAAC;AAEnR;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,oBAAoB,GAAI,YAAY,SAAS,OAAO,GAAG,KAAK,EAAE,UAAU,OAAO,CAAC,wBAAwB,EAAE,YAAY,CAAC,wHAAmJ,CAAC"}
|
|
@@ -1,5 +1,51 @@
|
|
|
1
1
|
// This file is auto-generated by @hey-api/openapi-ts
|
|
2
2
|
import { client } from './client.gen';
|
|
3
|
+
/**
|
|
4
|
+
* Start Container via SSH
|
|
5
|
+
*
|
|
6
|
+
* #### Controller:
|
|
7
|
+
*
|
|
8
|
+
* `github.com/codeh007/gomtm/pkg/routes/api/actions.(*ActionsService).HandleStartContainer`
|
|
9
|
+
*
|
|
10
|
+
* #### Middlewares:
|
|
11
|
+
*
|
|
12
|
+
* - `github.com/go-fuego/fuego.defaultLogger.middleware`
|
|
13
|
+
*
|
|
14
|
+
* ---
|
|
15
|
+
*
|
|
16
|
+
* Connects to the compute node via SSH and starts the gomtm worker container.
|
|
17
|
+
*/
|
|
18
|
+
export const actionsStartContainer = (options) => (options.client ?? client).post({
|
|
19
|
+
url: '/api/actions/start_container',
|
|
20
|
+
...options,
|
|
21
|
+
headers: {
|
|
22
|
+
'Content-Type': '*/*',
|
|
23
|
+
...options.headers
|
|
24
|
+
}
|
|
25
|
+
});
|
|
26
|
+
/**
|
|
27
|
+
* Stop Container via SSH
|
|
28
|
+
*
|
|
29
|
+
* #### Controller:
|
|
30
|
+
*
|
|
31
|
+
* `github.com/codeh007/gomtm/pkg/routes/api/actions.(*ActionsService).HandleStopContainer`
|
|
32
|
+
*
|
|
33
|
+
* #### Middlewares:
|
|
34
|
+
*
|
|
35
|
+
* - `github.com/go-fuego/fuego.defaultLogger.middleware`
|
|
36
|
+
*
|
|
37
|
+
* ---
|
|
38
|
+
*
|
|
39
|
+
* Connects to the compute node via SSH and stops (removes) the gomtm worker container.
|
|
40
|
+
*/
|
|
41
|
+
export const actionsStopContainer = (options) => (options.client ?? client).post({
|
|
42
|
+
url: '/api/actions/stop_container',
|
|
43
|
+
...options,
|
|
44
|
+
headers: {
|
|
45
|
+
'Content-Type': '*/*',
|
|
46
|
+
...options.headers
|
|
47
|
+
}
|
|
48
|
+
});
|
|
3
49
|
/**
|
|
4
50
|
* agent run
|
|
5
51
|
*
|
|
@@ -125,18 +171,21 @@ export const codeRun = (options) => (options.client ?? client).post({
|
|
|
125
171
|
}
|
|
126
172
|
});
|
|
127
173
|
/**
|
|
128
|
-
*
|
|
174
|
+
* 执行 SQL 查询
|
|
129
175
|
*
|
|
130
|
-
*
|
|
176
|
+
* #### Controller:
|
|
177
|
+
*
|
|
178
|
+
* `github.com/codeh007/gomtm/pkg/routes/api/db_query.(*QueryService).handleQuery`
|
|
179
|
+
*
|
|
180
|
+
* #### Middlewares:
|
|
181
|
+
*
|
|
182
|
+
* - `github.com/go-fuego/fuego.defaultLogger.middleware`
|
|
183
|
+
*
|
|
184
|
+
* ---
|
|
185
|
+
*
|
|
186
|
+
* 在当前实例配置的数据库上执行 SQL 语句
|
|
131
187
|
*/
|
|
132
|
-
export const
|
|
133
|
-
url: '/api/db_query/query',
|
|
134
|
-
...options,
|
|
135
|
-
headers: {
|
|
136
|
-
'Content-Type': '*/*',
|
|
137
|
-
...options.headers
|
|
138
|
-
}
|
|
139
|
-
});
|
|
188
|
+
export const postApiDbQueryQuery = (options) => (options?.client ?? client).post({ url: '/api/db_query/query', ...options });
|
|
140
189
|
/**
|
|
141
190
|
* request action
|
|
142
191
|
*
|
|
@@ -222,11 +271,27 @@ export const napcatProxyOneBot11Get = (options) => (options?.client ?? client).g
|
|
|
222
271
|
*/
|
|
223
272
|
export const napcatProxyOneBot11Post = (options) => (options?.client ?? client).post({ url: '/api/onebot11/*', ...options });
|
|
224
273
|
/**
|
|
225
|
-
*
|
|
274
|
+
* Check for updates
|
|
275
|
+
*
|
|
276
|
+
* #### Controller:
|
|
277
|
+
*
|
|
278
|
+
* `github.com/codeh007/gomtm/pkg/routes/api/system.(*SystemService).CheckUpdate`
|
|
279
|
+
*
|
|
280
|
+
* #### Middlewares:
|
|
281
|
+
*
|
|
282
|
+
* - `github.com/go-fuego/fuego.defaultLogger.middleware`
|
|
283
|
+
*
|
|
284
|
+
* ---
|
|
285
|
+
*
|
|
286
|
+
* Check if a new version of gomtm is available
|
|
287
|
+
*/
|
|
288
|
+
export const postApiSystemCheckUpdate = (options) => (options?.client ?? client).post({ url: '/api/system/check_update', ...options });
|
|
289
|
+
/**
|
|
290
|
+
* Get system info
|
|
226
291
|
*
|
|
227
292
|
* #### Controller:
|
|
228
293
|
*
|
|
229
|
-
* `github.com/codeh007/gomtm/pkg/routes/api/
|
|
294
|
+
* `github.com/codeh007/gomtm/pkg/routes/api/system.(*SystemService).GetSystemInfo`
|
|
230
295
|
*
|
|
231
296
|
* #### Middlewares:
|
|
232
297
|
*
|
|
@@ -234,10 +299,164 @@ export const napcatProxyOneBot11Post = (options) => (options?.client ?? client).
|
|
|
234
299
|
*
|
|
235
300
|
* ---
|
|
236
301
|
*
|
|
237
|
-
*
|
|
302
|
+
* Get current system runtime information
|
|
303
|
+
*/
|
|
304
|
+
export const getApiSystemInfo = (options) => (options?.client ?? client).get({ url: '/api/system/info', ...options });
|
|
305
|
+
/**
|
|
306
|
+
* Perform upgrade
|
|
307
|
+
*
|
|
308
|
+
* #### Controller:
|
|
309
|
+
*
|
|
310
|
+
* `github.com/codeh007/gomtm/pkg/routes/api/system.(*SystemService).PerformUpgrade`
|
|
311
|
+
*
|
|
312
|
+
* #### Middlewares:
|
|
313
|
+
*
|
|
314
|
+
* - `github.com/go-fuego/fuego.defaultLogger.middleware`
|
|
315
|
+
*
|
|
316
|
+
* ---
|
|
317
|
+
*
|
|
318
|
+
* Upgrade gomtm to the specified version and restart
|
|
319
|
+
*/
|
|
320
|
+
export const postApiSystemPerformUpgrade = (options) => (options.client ?? client).post({
|
|
321
|
+
url: '/api/system/perform_upgrade',
|
|
322
|
+
...options,
|
|
323
|
+
headers: {
|
|
324
|
+
'Content-Type': '*/*',
|
|
325
|
+
...options.headers
|
|
326
|
+
}
|
|
327
|
+
});
|
|
328
|
+
/**
|
|
329
|
+
* password
|
|
330
|
+
*
|
|
331
|
+
* #### Controller:
|
|
332
|
+
*
|
|
333
|
+
* `github.com/codeh007/gomtm/pkg/routes/api/telegram.(*Service).password`
|
|
334
|
+
*
|
|
335
|
+
* #### Middlewares:
|
|
336
|
+
*
|
|
337
|
+
* - `github.com/go-fuego/fuego.defaultLogger.middleware`
|
|
338
|
+
*
|
|
339
|
+
* ---
|
|
340
|
+
*
|
|
341
|
+
*
|
|
342
|
+
*/
|
|
343
|
+
export const postApiV1TelegramAuthPassword = (options) => (options.client ?? client).post({
|
|
344
|
+
url: '/api/v1/telegram/auth/password',
|
|
345
|
+
...options,
|
|
346
|
+
headers: {
|
|
347
|
+
'Content-Type': '*/*',
|
|
348
|
+
...options.headers
|
|
349
|
+
}
|
|
350
|
+
});
|
|
351
|
+
/**
|
|
352
|
+
* send code
|
|
353
|
+
*
|
|
354
|
+
* #### Controller:
|
|
355
|
+
*
|
|
356
|
+
* `github.com/codeh007/gomtm/pkg/routes/api/telegram.(*Service).sendCode`
|
|
357
|
+
*
|
|
358
|
+
* #### Middlewares:
|
|
359
|
+
*
|
|
360
|
+
* - `github.com/go-fuego/fuego.defaultLogger.middleware`
|
|
361
|
+
*
|
|
362
|
+
* ---
|
|
363
|
+
*
|
|
364
|
+
*
|
|
365
|
+
*/
|
|
366
|
+
export const postApiV1TelegramAuthSendCode = (options) => (options.client ?? client).post({
|
|
367
|
+
url: '/api/v1/telegram/auth/send-code',
|
|
368
|
+
...options,
|
|
369
|
+
headers: {
|
|
370
|
+
'Content-Type': '*/*',
|
|
371
|
+
...options.headers
|
|
372
|
+
}
|
|
373
|
+
});
|
|
374
|
+
/**
|
|
375
|
+
* sign in
|
|
376
|
+
*
|
|
377
|
+
* #### Controller:
|
|
378
|
+
*
|
|
379
|
+
* `github.com/codeh007/gomtm/pkg/routes/api/telegram.(*Service).signIn`
|
|
380
|
+
*
|
|
381
|
+
* #### Middlewares:
|
|
382
|
+
*
|
|
383
|
+
* - `github.com/go-fuego/fuego.defaultLogger.middleware`
|
|
384
|
+
*
|
|
385
|
+
* ---
|
|
386
|
+
*
|
|
387
|
+
*
|
|
388
|
+
*/
|
|
389
|
+
export const postApiV1TelegramAuthSignIn = (options) => (options.client ?? client).post({
|
|
390
|
+
url: '/api/v1/telegram/auth/sign-in',
|
|
391
|
+
...options,
|
|
392
|
+
headers: {
|
|
393
|
+
'Content-Type': '*/*',
|
|
394
|
+
...options.headers
|
|
395
|
+
}
|
|
396
|
+
});
|
|
397
|
+
/**
|
|
398
|
+
* user info
|
|
399
|
+
*
|
|
400
|
+
* #### Controller:
|
|
401
|
+
*
|
|
402
|
+
* `github.com/codeh007/gomtm/pkg/routes/api/telegram.(*Service).userInfo`
|
|
403
|
+
*
|
|
404
|
+
* #### Middlewares:
|
|
405
|
+
*
|
|
406
|
+
* - `github.com/go-fuego/fuego.defaultLogger.middleware`
|
|
407
|
+
*
|
|
408
|
+
* ---
|
|
409
|
+
*
|
|
410
|
+
*
|
|
411
|
+
*/
|
|
412
|
+
export const postApiV1TelegramAuthUserInfo = (options) => (options.client ?? client).post({
|
|
413
|
+
url: '/api/v1/telegram/auth/user-info',
|
|
414
|
+
...options,
|
|
415
|
+
headers: {
|
|
416
|
+
'Content-Type': '*/*',
|
|
417
|
+
...options.headers
|
|
418
|
+
}
|
|
419
|
+
});
|
|
420
|
+
/**
|
|
421
|
+
* add contact
|
|
422
|
+
*
|
|
423
|
+
* #### Controller:
|
|
424
|
+
*
|
|
425
|
+
* `github.com/codeh007/gomtm/pkg/routes/api/telegram.(*Service).addContact`
|
|
426
|
+
*
|
|
427
|
+
* #### Middlewares:
|
|
428
|
+
*
|
|
429
|
+
* - `github.com/go-fuego/fuego.defaultLogger.middleware`
|
|
430
|
+
*
|
|
431
|
+
* ---
|
|
432
|
+
*
|
|
433
|
+
*
|
|
434
|
+
*/
|
|
435
|
+
export const postApiV1TelegramContactAdd = (options) => (options.client ?? client).post({
|
|
436
|
+
url: '/api/v1/telegram/contact/add',
|
|
437
|
+
...options,
|
|
438
|
+
headers: {
|
|
439
|
+
'Content-Type': '*/*',
|
|
440
|
+
...options.headers
|
|
441
|
+
}
|
|
442
|
+
});
|
|
443
|
+
/**
|
|
444
|
+
* send message
|
|
445
|
+
*
|
|
446
|
+
* #### Controller:
|
|
447
|
+
*
|
|
448
|
+
* `github.com/codeh007/gomtm/pkg/routes/api/telegram.(*Service).sendMessage`
|
|
449
|
+
*
|
|
450
|
+
* #### Middlewares:
|
|
451
|
+
*
|
|
452
|
+
* - `github.com/go-fuego/fuego.defaultLogger.middleware`
|
|
453
|
+
*
|
|
454
|
+
* ---
|
|
455
|
+
*
|
|
456
|
+
*
|
|
238
457
|
*/
|
|
239
|
-
export const
|
|
240
|
-
url: '/api/
|
|
458
|
+
export const postApiV1TelegramMessageSend = (options) => (options.client ?? client).post({
|
|
459
|
+
url: '/api/v1/telegram/message/send',
|
|
241
460
|
...options,
|
|
242
461
|
headers: {
|
|
243
462
|
'Content-Type': '*/*',
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sdk.gen.js","sourceRoot":"","sources":["../../src/gomtmapi/sdk.gen.ts"],"names":[],"mappings":"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"}
|