mtmsdk 0.0.51 → 0.0.53
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/gomtmapi/@tanstack/react-query.gen.d.ts +21 -185
- package/dist/gomtmapi/@tanstack/react-query.gen.d.ts.map +1 -1
- package/dist/gomtmapi/@tanstack/react-query.gen.js +39 -215
- package/dist/gomtmapi/@tanstack/react-query.gen.js.map +1 -1
- package/dist/gomtmapi/index.d.ts +2 -2
- package/dist/gomtmapi/index.d.ts.map +1 -1
- package/dist/gomtmapi/index.js +1 -1
- package/dist/gomtmapi/index.js.map +1 -1
- package/dist/gomtmapi/schemas.gen.d.ts +67 -138
- package/dist/gomtmapi/schemas.gen.d.ts.map +1 -1
- package/dist/gomtmapi/schemas.gen.js +68 -142
- package/dist/gomtmapi/schemas.gen.js.map +1 -1
- package/dist/gomtmapi/sdk.gen.d.ts +15 -107
- package/dist/gomtmapi/sdk.gen.d.ts.map +1 -1
- package/dist/gomtmapi/sdk.gen.js +22 -128
- package/dist/gomtmapi/sdk.gen.js.map +1 -1
- package/dist/gomtmapi/types.gen.d.ts +66 -303
- package/dist/gomtmapi/types.gen.d.ts.map +1 -1
- package/dist/gomtmapi/zod.gen.d.ts +48 -183
- package/dist/gomtmapi/zod.gen.d.ts.map +1 -1
- package/dist/gomtmapi/zod.gen.js +36 -150
- package/dist/gomtmapi/zod.gen.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -4
- package/dist/index.js.map +1 -1
- package/dist/sbmng/@tanstack/react-query.gen.d.ts +183 -209
- package/dist/sbmng/@tanstack/react-query.gen.d.ts.map +1 -1
- package/dist/sbmng/@tanstack/react-query.gen.js +25 -71
- 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 +10 -99
- package/dist/sbmng/schemas.gen.d.ts.map +1 -1
- package/dist/sbmng/schemas.gen.js +11 -143
- package/dist/sbmng/schemas.gen.js.map +1 -1
- package/dist/sbmng/sdk.gen.d.ts +13 -23
- package/dist/sbmng/sdk.gen.d.ts.map +1 -1
- package/dist/sbmng/sdk.gen.js +16 -38
- package/dist/sbmng/sdk.gen.js.map +1 -1
- package/dist/sbmng/types.gen.d.ts +41 -157
- package/dist/sbmng/types.gen.d.ts.map +1 -1
- package/dist/supabase/auth-provider.d.ts +8 -1
- package/dist/supabase/auth-provider.d.ts.map +1 -1
- package/dist/supabase/context.d.ts +3844 -1
- package/dist/supabase/context.d.ts.map +1 -1
- package/dist/supabase/cursor-pagination.d.ts +4 -4
- package/dist/supabase/cursor-pagination.js +4 -4
- package/dist/supabase/schema/index.d.ts +1 -11
- package/dist/supabase/schema/index.d.ts.map +1 -1
- package/dist/supabase/schema/index.js +1 -19
- package/dist/supabase/schema/index.js.map +1 -1
- package/dist/supabase/schema/system-config.d.ts +12 -0
- package/dist/supabase/schema/system-config.d.ts.map +1 -0
- package/dist/supabase/schema/system-config.js +22 -0
- package/dist/supabase/schema/system-config.js.map +1 -0
- package/dist/supabase/supabase-client.d.ts +25 -591
- package/dist/supabase/supabase-client.d.ts.map +1 -1
- package/dist/supabase/supabase.d.ts +59 -1191
- package/dist/supabase/supabase.d.ts.map +1 -1
- package/dist/supabase/use-sb-query/build-query-opts.d.ts +6 -2
- package/dist/supabase/use-sb-query/build-query-opts.d.ts.map +1 -1
- package/dist/supabase/use-sb-query/build-query-opts.js +8 -4
- package/dist/supabase/use-sb-query/build-query-opts.js.map +1 -1
- package/dist/supabase/use-sb-query/use-query.d.ts +9 -6
- package/dist/supabase/use-sb-query/use-query.d.ts.map +1 -1
- package/dist/supabase/use-sb-query/use-query.js.map +1 -1
- package/dist/supabase/use-sb-query/use-rpc-mutation.d.ts +8 -8
- package/dist/supabase/use-sb-query/use-rpc-mutation.js +8 -8
- package/dist/supabase/use-sb-query/use-rpc-query.d.ts +25 -17
- package/dist/supabase/use-sb-query/use-rpc-query.d.ts.map +1 -1
- package/dist/supabase/use-sb-query/use-rpc-query.js +48 -26
- package/dist/supabase/use-sb-query/use-rpc-query.js.map +1 -1
- package/dist/types/contracts.d.ts +63 -0
- package/dist/types/contracts.d.ts.map +1 -0
- package/dist/types/contracts.js +17 -0
- package/dist/types/contracts.js.map +1 -0
- package/dist/types/database.schemas.d.ts +94 -786
- package/dist/types/database.schemas.d.ts.map +1 -1
- package/dist/types/database.schemas.js +30 -474
- package/dist/types/database.schemas.js.map +1 -1
- package/dist/types/database.types.d.ts +25 -596
- package/dist/types/database.types.d.ts.map +1 -1
- package/dist/types/database.types.js +0 -10
- package/dist/types/database.types.js.map +1 -1
- package/dist/types/index.d.ts +22 -67
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/index.js +16 -5
- package/dist/types/index.js.map +1 -1
- package/package.json +17 -26
- package/dist/adk/api/client.d.ts +0 -9
- package/dist/adk/api/client.d.ts.map +0 -1
- package/dist/adk/api/client.js +0 -39
- package/dist/adk/api/client.js.map +0 -1
- package/dist/adk/core/constants/tool-icons.d.ts +0 -21
- package/dist/adk/core/constants/tool-icons.d.ts.map +0 -1
- package/dist/adk/core/constants/tool-icons.js +0 -47
- package/dist/adk/core/constants/tool-icons.js.map +0 -1
- package/dist/adk/core/models/AgentBuilder.d.ts +0 -77
- package/dist/adk/core/models/AgentBuilder.d.ts.map +0 -1
- package/dist/adk/core/models/AgentBuilder.js +0 -18
- package/dist/adk/core/models/AgentBuilder.js.map +0 -1
- package/dist/adk/core/models/AgentRunRequest.d.ts +0 -37
- package/dist/adk/core/models/AgentRunRequest.d.ts.map +0 -1
- package/dist/adk/core/models/AgentRunRequest.js +0 -18
- package/dist/adk/core/models/AgentRunRequest.js.map +0 -1
- package/dist/adk/core/models/Eval.d.ts +0 -55
- package/dist/adk/core/models/Eval.d.ts.map +0 -1
- package/dist/adk/core/models/Eval.js +0 -27
- package/dist/adk/core/models/Eval.js.map +0 -1
- package/dist/adk/core/models/LiveRequest.d.ts +0 -23
- package/dist/adk/core/models/LiveRequest.d.ts.map +0 -1
- package/dist/adk/core/models/LiveRequest.js +0 -18
- package/dist/adk/core/models/LiveRequest.js.map +0 -1
- package/dist/adk/core/models/RuntimeConfig.d.ts +0 -32
- package/dist/adk/core/models/RuntimeConfig.d.ts.map +0 -1
- package/dist/adk/core/models/RuntimeConfig.js +0 -18
- package/dist/adk/core/models/RuntimeConfig.js.map +0 -1
- package/dist/adk/core/models/Session.d.ts +0 -117
- package/dist/adk/core/models/Session.d.ts.map +0 -1
- package/dist/adk/core/models/Session.js +0 -31
- package/dist/adk/core/models/Session.js.map +0 -1
- package/dist/adk/core/models/Trace.d.ts +0 -40
- package/dist/adk/core/models/Trace.d.ts.map +0 -1
- package/dist/adk/core/models/Trace.js +0 -2
- package/dist/adk/core/models/Trace.js.map +0 -1
- package/dist/adk/core/models/types.d.ts +0 -338
- package/dist/adk/core/models/types.d.ts.map +0 -1
- package/dist/adk/core/models/types.js +0 -189
- package/dist/adk/core/models/types.js.map +0 -1
- package/dist/cloud-account/platform-configs.d.ts +0 -64
- package/dist/cloud-account/platform-configs.d.ts.map +0 -1
- package/dist/cloud-account/platform-configs.js +0 -44
- package/dist/cloud-account/platform-configs.js.map +0 -1
- package/dist/lib/aisdk/types.d.ts +0 -3
- package/dist/lib/aisdk/types.d.ts.map +0 -1
- package/dist/lib/aisdk/types.js +0 -5
- package/dist/lib/aisdk/types.js.map +0 -1
- package/dist/lib/logger/index.d.ts +0 -22
- package/dist/lib/logger/index.d.ts.map +0 -1
- package/dist/lib/logger/index.js +0 -7
- package/dist/lib/logger/index.js.map +0 -1
- package/dist/lib/schema.d.ts +0 -53
- package/dist/lib/schema.d.ts.map +0 -1
- package/dist/lib/schema.js +0 -37
- package/dist/lib/schema.js.map +0 -1
- package/dist/lib/utils.d.ts +0 -14
- package/dist/lib/utils.d.ts.map +0 -1
- package/dist/lib/utils.js +0 -45
- package/dist/lib/utils.js.map +0 -1
- package/dist/mtgate_api/@tanstack/react-query.gen.d.ts +0 -166
- package/dist/mtgate_api/@tanstack/react-query.gen.d.ts.map +0 -1
- package/dist/mtgate_api/@tanstack/react-query.gen.js +0 -118
- package/dist/mtgate_api/@tanstack/react-query.gen.js.map +0 -1
- package/dist/mtgate_api/client/client.gen.d.ts +0 -3
- package/dist/mtgate_api/client/client.gen.d.ts.map +0 -1
- package/dist/mtgate_api/client/client.gen.js +0 -236
- package/dist/mtgate_api/client/client.gen.js.map +0 -1
- package/dist/mtgate_api/client/index.d.ts +0 -9
- package/dist/mtgate_api/client/index.d.ts.map +0 -1
- package/dist/mtgate_api/client/index.js +0 -7
- package/dist/mtgate_api/client/index.js.map +0 -1
- package/dist/mtgate_api/client/types.gen.d.ts +0 -118
- package/dist/mtgate_api/client/types.gen.d.ts.map +0 -1
- package/dist/mtgate_api/client/types.gen.js +0 -3
- package/dist/mtgate_api/client/types.gen.js.map +0 -1
- package/dist/mtgate_api/client/utils.gen.d.ts +0 -34
- package/dist/mtgate_api/client/utils.gen.d.ts.map +0 -1
- package/dist/mtgate_api/client/utils.gen.js +0 -232
- package/dist/mtgate_api/client/utils.gen.js.map +0 -1
- package/dist/mtgate_api/client.gen.d.ts +0 -13
- package/dist/mtgate_api/client.gen.d.ts.map +0 -1
- package/dist/mtgate_api/client.gen.js +0 -4
- package/dist/mtgate_api/client.gen.js.map +0 -1
- package/dist/mtgate_api/core/auth.gen.d.ts +0 -19
- package/dist/mtgate_api/core/auth.gen.d.ts.map +0 -1
- package/dist/mtgate_api/core/auth.gen.js +0 -15
- package/dist/mtgate_api/core/auth.gen.js.map +0 -1
- package/dist/mtgate_api/core/bodySerializer.gen.d.ts +0 -26
- package/dist/mtgate_api/core/bodySerializer.gen.d.ts.map +0 -1
- package/dist/mtgate_api/core/bodySerializer.gen.js +0 -58
- package/dist/mtgate_api/core/bodySerializer.gen.js.map +0 -1
- package/dist/mtgate_api/core/params.gen.d.ts +0 -44
- package/dist/mtgate_api/core/params.gen.d.ts.map +0 -1
- package/dist/mtgate_api/core/params.gen.js +0 -101
- package/dist/mtgate_api/core/params.gen.js.map +0 -1
- package/dist/mtgate_api/core/pathSerializer.gen.d.ts +0 -34
- package/dist/mtgate_api/core/pathSerializer.gen.d.ts.map +0 -1
- package/dist/mtgate_api/core/pathSerializer.gen.js +0 -115
- package/dist/mtgate_api/core/pathSerializer.gen.js.map +0 -1
- package/dist/mtgate_api/core/queryKeySerializer.gen.d.ts +0 -19
- package/dist/mtgate_api/core/queryKeySerializer.gen.d.ts.map +0 -1
- package/dist/mtgate_api/core/queryKeySerializer.gen.js +0 -100
- package/dist/mtgate_api/core/queryKeySerializer.gen.js.map +0 -1
- package/dist/mtgate_api/core/serverSentEvents.gen.d.ts +0 -72
- package/dist/mtgate_api/core/serverSentEvents.gen.d.ts.map +0 -1
- package/dist/mtgate_api/core/serverSentEvents.gen.js +0 -138
- package/dist/mtgate_api/core/serverSentEvents.gen.js.map +0 -1
- package/dist/mtgate_api/core/types.gen.d.ts +0 -79
- package/dist/mtgate_api/core/types.gen.d.ts.map +0 -1
- package/dist/mtgate_api/core/types.gen.js +0 -3
- package/dist/mtgate_api/core/types.gen.js.map +0 -1
- package/dist/mtgate_api/core/utils.gen.d.ts +0 -20
- package/dist/mtgate_api/core/utils.gen.d.ts.map +0 -1
- package/dist/mtgate_api/core/utils.gen.js +0 -88
- package/dist/mtgate_api/core/utils.gen.js.map +0 -1
- package/dist/mtgate_api/index.d.ts +0 -3
- package/dist/mtgate_api/index.d.ts.map +0 -1
- package/dist/mtgate_api/index.js +0 -3
- package/dist/mtgate_api/index.js.map +0 -1
- package/dist/mtgate_api/schemas.gen.d.ts +0 -233
- package/dist/mtgate_api/schemas.gen.d.ts.map +0 -1
- package/dist/mtgate_api/schemas.gen.js +0 -277
- package/dist/mtgate_api/schemas.gen.js.map +0 -1
- package/dist/mtgate_api/sdk.gen.d.ts +0 -23
- package/dist/mtgate_api/sdk.gen.d.ts.map +0 -1
- package/dist/mtgate_api/sdk.gen.js +0 -31
- package/dist/mtgate_api/sdk.gen.js.map +0 -1
- package/dist/mtgate_api/types.gen.d.ts +0 -203
- package/dist/mtgate_api/types.gen.d.ts.map +0 -1
- package/dist/mtgate_api/types.gen.js +0 -3
- package/dist/mtgate_api/types.gen.js.map +0 -1
- package/dist/mtgate_api/zod.gen.d.ts +0 -321
- package/dist/mtgate_api/zod.gen.d.ts.map +0 -1
- package/dist/mtgate_api/zod.gen.js +0 -148
- package/dist/mtgate_api/zod.gen.js.map +0 -1
- package/dist/mtmai_api/@tanstack/react-query.gen.d.ts +0 -949
- package/dist/mtmai_api/@tanstack/react-query.gen.d.ts.map +0 -1
- package/dist/mtmai_api/@tanstack/react-query.gen.js +0 -917
- package/dist/mtmai_api/@tanstack/react-query.gen.js.map +0 -1
- package/dist/mtmai_api/client/client.gen.d.ts +0 -3
- package/dist/mtmai_api/client/client.gen.d.ts.map +0 -1
- package/dist/mtmai_api/client/client.gen.js +0 -236
- package/dist/mtmai_api/client/client.gen.js.map +0 -1
- package/dist/mtmai_api/client/index.d.ts +0 -9
- package/dist/mtmai_api/client/index.d.ts.map +0 -1
- package/dist/mtmai_api/client/index.js +0 -7
- package/dist/mtmai_api/client/index.js.map +0 -1
- package/dist/mtmai_api/client/types.gen.d.ts +0 -118
- package/dist/mtmai_api/client/types.gen.d.ts.map +0 -1
- package/dist/mtmai_api/client/types.gen.js +0 -3
- package/dist/mtmai_api/client/types.gen.js.map +0 -1
- package/dist/mtmai_api/client/utils.gen.d.ts +0 -34
- package/dist/mtmai_api/client/utils.gen.d.ts.map +0 -1
- package/dist/mtmai_api/client/utils.gen.js +0 -232
- package/dist/mtmai_api/client/utils.gen.js.map +0 -1
- package/dist/mtmai_api/client.gen.d.ts +0 -13
- package/dist/mtmai_api/client.gen.d.ts.map +0 -1
- package/dist/mtmai_api/client.gen.js +0 -4
- package/dist/mtmai_api/client.gen.js.map +0 -1
- package/dist/mtmai_api/core/auth.gen.d.ts +0 -19
- package/dist/mtmai_api/core/auth.gen.d.ts.map +0 -1
- package/dist/mtmai_api/core/auth.gen.js +0 -15
- package/dist/mtmai_api/core/auth.gen.js.map +0 -1
- package/dist/mtmai_api/core/bodySerializer.gen.d.ts +0 -26
- package/dist/mtmai_api/core/bodySerializer.gen.d.ts.map +0 -1
- package/dist/mtmai_api/core/bodySerializer.gen.js +0 -58
- package/dist/mtmai_api/core/bodySerializer.gen.js.map +0 -1
- package/dist/mtmai_api/core/params.gen.d.ts +0 -44
- package/dist/mtmai_api/core/params.gen.d.ts.map +0 -1
- package/dist/mtmai_api/core/params.gen.js +0 -101
- package/dist/mtmai_api/core/params.gen.js.map +0 -1
- package/dist/mtmai_api/core/pathSerializer.gen.d.ts +0 -34
- package/dist/mtmai_api/core/pathSerializer.gen.d.ts.map +0 -1
- package/dist/mtmai_api/core/pathSerializer.gen.js +0 -115
- package/dist/mtmai_api/core/pathSerializer.gen.js.map +0 -1
- package/dist/mtmai_api/core/queryKeySerializer.gen.d.ts +0 -19
- package/dist/mtmai_api/core/queryKeySerializer.gen.d.ts.map +0 -1
- package/dist/mtmai_api/core/queryKeySerializer.gen.js +0 -100
- package/dist/mtmai_api/core/queryKeySerializer.gen.js.map +0 -1
- package/dist/mtmai_api/core/serverSentEvents.gen.d.ts +0 -72
- package/dist/mtmai_api/core/serverSentEvents.gen.d.ts.map +0 -1
- package/dist/mtmai_api/core/serverSentEvents.gen.js +0 -138
- package/dist/mtmai_api/core/serverSentEvents.gen.js.map +0 -1
- package/dist/mtmai_api/core/types.gen.d.ts +0 -79
- package/dist/mtmai_api/core/types.gen.d.ts.map +0 -1
- package/dist/mtmai_api/core/types.gen.js +0 -3
- package/dist/mtmai_api/core/types.gen.js.map +0 -1
- package/dist/mtmai_api/core/utils.gen.d.ts +0 -20
- package/dist/mtmai_api/core/utils.gen.d.ts.map +0 -1
- package/dist/mtmai_api/core/utils.gen.js +0 -88
- package/dist/mtmai_api/core/utils.gen.js.map +0 -1
- package/dist/mtmai_api/index.d.ts +0 -3
- package/dist/mtmai_api/index.d.ts.map +0 -1
- package/dist/mtmai_api/index.js +0 -4
- package/dist/mtmai_api/index.js.map +0 -1
- package/dist/mtmai_api/schemas.gen.d.ts +0 -7721
- package/dist/mtmai_api/schemas.gen.d.ts.map +0 -1
- package/dist/mtmai_api/schemas.gen.js +0 -9774
- package/dist/mtmai_api/schemas.gen.js.map +0 -1
- package/dist/mtmai_api/sdk.gen.d.ts +0 -282
- package/dist/mtmai_api/sdk.gen.d.ts.map +0 -1
- package/dist/mtmai_api/sdk.gen.js +0 -404
- package/dist/mtmai_api/sdk.gen.js.map +0 -1
- package/dist/mtmai_api/types.gen.d.ts +0 -7152
- package/dist/mtmai_api/types.gen.d.ts.map +0 -1
- package/dist/mtmai_api/types.gen.js +0 -253
- package/dist/mtmai_api/types.gen.js.map +0 -1
- package/dist/mtmai_api/zod.gen.d.ts +0 -55827
- package/dist/mtmai_api/zod.gen.d.ts.map +0 -1
- package/dist/mtmai_api/zod.gen.js +0 -4805
- package/dist/mtmai_api/zod.gen.js.map +0 -1
- package/dist/openclaw/client-info.d.ts +0 -38
- package/dist/openclaw/client-info.d.ts.map +0 -1
- package/dist/openclaw/client-info.js +0 -38
- package/dist/openclaw/client-info.js.map +0 -1
- package/dist/openclaw/device-auth-utils.d.ts +0 -12
- package/dist/openclaw/device-auth-utils.d.ts.map +0 -1
- package/dist/openclaw/device-auth-utils.js +0 -16
- package/dist/openclaw/device-auth-utils.js.map +0 -1
- package/dist/openclaw/device-auth.d.ts +0 -21
- package/dist/openclaw/device-auth.d.ts.map +0 -1
- package/dist/openclaw/device-auth.js +0 -87
- package/dist/openclaw/device-auth.js.map +0 -1
- package/dist/openclaw/device-identity.d.ts +0 -8
- package/dist/openclaw/device-identity.d.ts.map +0 -1
- package/dist/openclaw/device-identity.js +0 -87
- package/dist/openclaw/device-identity.js.map +0 -1
- package/dist/openclaw/gateway.d.ts +0 -100
- package/dist/openclaw/gateway.d.ts.map +0 -1
- package/dist/openclaw/gateway.js +0 -302
- package/dist/openclaw/gateway.js.map +0 -1
- package/dist/openclaw/types.d.ts +0 -473
- package/dist/openclaw/types.d.ts.map +0 -1
- package/dist/openclaw/types.js +0 -2
- package/dist/openclaw/types.js.map +0 -1
- package/dist/supabase/use-sb-query/prefetch.d.ts +0 -10
- package/dist/supabase/use-sb-query/prefetch.d.ts.map +0 -1
- package/dist/supabase/use-sb-query/prefetch.js +0 -14
- package/dist/supabase/use-sb-query/prefetch.js.map +0 -1
- package/src/adk/api/client.ts +0 -46
- package/src/adk/core/constants/tool-icons.ts +0 -51
- package/src/adk/core/models/AgentBuilder.ts +0 -80
- package/src/adk/core/models/AgentRunRequest.ts +0 -33
- package/src/adk/core/models/Eval.ts +0 -70
- package/src/adk/core/models/LiveRequest.ts +0 -23
- package/src/adk/core/models/RuntimeConfig.ts +0 -33
- package/src/adk/core/models/Session.ts +0 -52
- package/src/adk/core/models/Trace.ts +0 -42
- package/src/adk/core/models/types.ts +0 -255
- package/src/cloud-account/platform-configs.ts +0 -73
- package/src/gomtmapi/@tanstack/react-query.gen.ts +0 -575
- package/src/gomtmapi/client/client.gen.ts +0 -311
- package/src/gomtmapi/client/index.ts +0 -25
- package/src/gomtmapi/client/types.gen.ts +0 -241
- package/src/gomtmapi/client/utils.gen.ts +0 -332
- package/src/gomtmapi/client.gen.ts +0 -16
- package/src/gomtmapi/core/auth.gen.ts +0 -42
- package/src/gomtmapi/core/bodySerializer.gen.ts +0 -100
- package/src/gomtmapi/core/params.gen.ts +0 -176
- package/src/gomtmapi/core/pathSerializer.gen.ts +0 -181
- package/src/gomtmapi/core/queryKeySerializer.gen.ts +0 -136
- package/src/gomtmapi/core/serverSentEvents.gen.ts +0 -266
- package/src/gomtmapi/core/types.gen.ts +0 -118
- package/src/gomtmapi/core/utils.gen.ts +0 -143
- package/src/gomtmapi/index.ts +0 -4
- package/src/gomtmapi/schemas.gen.ts +0 -596
- package/src/gomtmapi/sdk.gen.ts +0 -399
- package/src/gomtmapi/types.gen.ts +0 -962
- package/src/gomtmapi/zod.gen.ts +0 -507
- package/src/index.ts +0 -5
- package/src/lib/aisdk/types.ts +0 -8
- package/src/lib/logger/index.ts +0 -8
- package/src/lib/schema.ts +0 -50
- package/src/lib/utils.ts +0 -54
- package/src/mtgate_api/@tanstack/react-query.gen.ts +0 -142
- package/src/mtgate_api/client/client.gen.ts +0 -311
- package/src/mtgate_api/client/index.ts +0 -25
- package/src/mtgate_api/client/types.gen.ts +0 -241
- package/src/mtgate_api/client/utils.gen.ts +0 -332
- package/src/mtgate_api/client.gen.ts +0 -16
- package/src/mtgate_api/core/auth.gen.ts +0 -42
- package/src/mtgate_api/core/bodySerializer.gen.ts +0 -100
- package/src/mtgate_api/core/params.gen.ts +0 -176
- package/src/mtgate_api/core/pathSerializer.gen.ts +0 -181
- package/src/mtgate_api/core/queryKeySerializer.gen.ts +0 -136
- package/src/mtgate_api/core/serverSentEvents.gen.ts +0 -266
- package/src/mtgate_api/core/types.gen.ts +0 -118
- package/src/mtgate_api/core/utils.gen.ts +0 -143
- package/src/mtgate_api/index.ts +0 -4
- package/src/mtgate_api/schemas.gen.ts +0 -290
- package/src/mtgate_api/sdk.gen.ts +0 -54
- package/src/mtgate_api/types.gen.ts +0 -239
- package/src/mtgate_api/zod.gen.ts +0 -176
- package/src/mtmai_api/@tanstack/react-query.gen.ts +0 -1010
- package/src/mtmai_api/client/client.gen.ts +0 -311
- package/src/mtmai_api/client/index.ts +0 -25
- package/src/mtmai_api/client/types.gen.ts +0 -241
- package/src/mtmai_api/client/utils.gen.ts +0 -332
- package/src/mtmai_api/client.gen.ts +0 -16
- package/src/mtmai_api/core/auth.gen.ts +0 -42
- package/src/mtmai_api/core/bodySerializer.gen.ts +0 -100
- package/src/mtmai_api/core/params.gen.ts +0 -176
- package/src/mtmai_api/core/pathSerializer.gen.ts +0 -181
- package/src/mtmai_api/core/queryKeySerializer.gen.ts +0 -136
- package/src/mtmai_api/core/serverSentEvents.gen.ts +0 -266
- package/src/mtmai_api/core/types.gen.ts +0 -118
- package/src/mtmai_api/core/utils.gen.ts +0 -143
- package/src/mtmai_api/index.ts +0 -4
- package/src/mtmai_api/schemas.gen.ts +0 -9980
- package/src/mtmai_api/sdk.gen.ts +0 -471
- package/src/mtmai_api/types.gen.ts +0 -7609
- package/src/mtmai_api/zod.gen.ts +0 -5101
- package/src/openclaw/client-info.ts +0 -54
- package/src/openclaw/device-auth-utils.ts +0 -26
- package/src/openclaw/device-auth.ts +0 -99
- package/src/openclaw/device-identity.ts +0 -108
- package/src/openclaw/gateway.ts +0 -392
- package/src/openclaw/types.ts +0 -518
- package/src/sbmng/@tanstack/react-query.gen.ts +0 -3017
- package/src/sbmng/client/client.gen.ts +0 -311
- package/src/sbmng/client/index.ts +0 -25
- package/src/sbmng/client/types.gen.ts +0 -241
- package/src/sbmng/client/utils.gen.ts +0 -332
- package/src/sbmng/client.gen.ts +0 -16
- package/src/sbmng/core/auth.gen.ts +0 -42
- package/src/sbmng/core/bodySerializer.gen.ts +0 -100
- package/src/sbmng/core/params.gen.ts +0 -176
- package/src/sbmng/core/pathSerializer.gen.ts +0 -181
- package/src/sbmng/core/queryKeySerializer.gen.ts +0 -136
- package/src/sbmng/core/serverSentEvents.gen.ts +0 -266
- package/src/sbmng/core/types.gen.ts +0 -118
- package/src/sbmng/core/utils.gen.ts +0 -143
- package/src/sbmng/index.ts +0 -4
- package/src/sbmng/schemas.gen.ts +0 -9805
- package/src/sbmng/sdk.gen.ts +0 -1780
- package/src/sbmng/types.gen.ts +0 -8016
- package/src/supabase/auth-provider.tsx +0 -67
- package/src/supabase/context.tsx +0 -51
- package/src/supabase/cursor-pagination.ts +0 -155
- package/src/supabase/schema/browser.ts +0 -45
- package/src/supabase/schema/index.ts +0 -25
- package/src/supabase/supabase-client.ts +0 -30
- package/src/supabase/supabase.ts +0 -67
- package/src/supabase/use-sb-query/build-query-opts.ts +0 -56
- package/src/supabase/use-sb-query/key.ts +0 -57
- package/src/supabase/use-sb-query/prefetch.ts +0 -59
- package/src/supabase/use-sb-query/use-query.ts +0 -340
- package/src/supabase/use-sb-query/use-rpc-mutation.ts +0 -83
- package/src/supabase/use-sb-query/use-rpc-query.ts +0 -231
- package/src/supabase/utils.ts +0 -75
- package/src/types/database.schemas.ts +0 -4378
- package/src/types/database.types.ts +0 -4288
- package/src/types/index.ts +0 -102
|
@@ -29,30 +29,6 @@ export type Database = {
|
|
|
29
29
|
};
|
|
30
30
|
public: {
|
|
31
31
|
Tables: {
|
|
32
|
-
adk_agents: {
|
|
33
|
-
Row: {
|
|
34
|
-
avatar_url: string | null;
|
|
35
|
-
created_at: string | null;
|
|
36
|
-
description: string | null;
|
|
37
|
-
name: string;
|
|
38
|
-
updated_at: string | null;
|
|
39
|
-
};
|
|
40
|
-
Insert: {
|
|
41
|
-
avatar_url?: string | null;
|
|
42
|
-
created_at?: string | null;
|
|
43
|
-
description?: string | null;
|
|
44
|
-
name: string;
|
|
45
|
-
updated_at?: string | null;
|
|
46
|
-
};
|
|
47
|
-
Update: {
|
|
48
|
-
avatar_url?: string | null;
|
|
49
|
-
created_at?: string | null;
|
|
50
|
-
description?: string | null;
|
|
51
|
-
name?: string;
|
|
52
|
-
updated_at?: string | null;
|
|
53
|
-
};
|
|
54
|
-
Relationships: [];
|
|
55
|
-
};
|
|
56
32
|
adk_artifacts: {
|
|
57
33
|
Row: {
|
|
58
34
|
app_name: string;
|
|
@@ -184,42 +160,6 @@ export type Database = {
|
|
|
184
160
|
}
|
|
185
161
|
];
|
|
186
162
|
};
|
|
187
|
-
adk_quick_starts: {
|
|
188
|
-
Row: {
|
|
189
|
-
agent_name: string;
|
|
190
|
-
created_at: string | null;
|
|
191
|
-
description: string | null;
|
|
192
|
-
id: string;
|
|
193
|
-
is_active: boolean | null;
|
|
194
|
-
ord: number | null;
|
|
195
|
-
prompt: string;
|
|
196
|
-
title: string;
|
|
197
|
-
updated_at: string | null;
|
|
198
|
-
};
|
|
199
|
-
Insert: {
|
|
200
|
-
agent_name?: string;
|
|
201
|
-
created_at?: string | null;
|
|
202
|
-
description?: string | null;
|
|
203
|
-
id?: string;
|
|
204
|
-
is_active?: boolean | null;
|
|
205
|
-
ord?: number | null;
|
|
206
|
-
prompt: string;
|
|
207
|
-
title: string;
|
|
208
|
-
updated_at?: string | null;
|
|
209
|
-
};
|
|
210
|
-
Update: {
|
|
211
|
-
agent_name?: string;
|
|
212
|
-
created_at?: string | null;
|
|
213
|
-
description?: string | null;
|
|
214
|
-
id?: string;
|
|
215
|
-
is_active?: boolean | null;
|
|
216
|
-
ord?: number | null;
|
|
217
|
-
prompt?: string;
|
|
218
|
-
title?: string;
|
|
219
|
-
updated_at?: string | null;
|
|
220
|
-
};
|
|
221
|
-
Relationships: [];
|
|
222
|
-
};
|
|
223
163
|
adk_sessions: {
|
|
224
164
|
Row: {
|
|
225
165
|
app_name: string;
|
|
@@ -403,7 +343,6 @@ export type Database = {
|
|
|
403
343
|
target: string | null;
|
|
404
344
|
updated_at: string;
|
|
405
345
|
user_id: string;
|
|
406
|
-
worker_id: string | null;
|
|
407
346
|
};
|
|
408
347
|
Insert: {
|
|
409
348
|
config?: Json | null;
|
|
@@ -415,7 +354,6 @@ export type Database = {
|
|
|
415
354
|
target?: string | null;
|
|
416
355
|
updated_at?: string;
|
|
417
356
|
user_id: string;
|
|
418
|
-
worker_id?: string | null;
|
|
419
357
|
};
|
|
420
358
|
Update: {
|
|
421
359
|
config?: Json | null;
|
|
@@ -427,17 +365,8 @@ export type Database = {
|
|
|
427
365
|
target?: string | null;
|
|
428
366
|
updated_at?: string;
|
|
429
367
|
user_id?: string;
|
|
430
|
-
worker_id?: string | null;
|
|
431
368
|
};
|
|
432
|
-
Relationships: [
|
|
433
|
-
{
|
|
434
|
-
foreignKeyName: "audit_projects_worker_id_fkey";
|
|
435
|
-
columns: ["worker_id"];
|
|
436
|
-
isOneToOne: false;
|
|
437
|
-
referencedRelation: "servers";
|
|
438
|
-
referencedColumns: ["id"];
|
|
439
|
-
}
|
|
440
|
-
];
|
|
369
|
+
Relationships: [];
|
|
441
370
|
};
|
|
442
371
|
audit_skills: {
|
|
443
372
|
Row: {
|
|
@@ -668,39 +597,6 @@ export type Database = {
|
|
|
668
597
|
};
|
|
669
598
|
Relationships: [];
|
|
670
599
|
};
|
|
671
|
-
cleanup_policies: {
|
|
672
|
-
Row: {
|
|
673
|
-
cleanup_function: string;
|
|
674
|
-
created_at: string;
|
|
675
|
-
enabled: boolean;
|
|
676
|
-
id: string;
|
|
677
|
-
policy_name: string;
|
|
678
|
-
retention_days: number;
|
|
679
|
-
table_name: string;
|
|
680
|
-
updated_at: string;
|
|
681
|
-
};
|
|
682
|
-
Insert: {
|
|
683
|
-
cleanup_function: string;
|
|
684
|
-
created_at?: string;
|
|
685
|
-
enabled?: boolean;
|
|
686
|
-
id?: string;
|
|
687
|
-
policy_name: string;
|
|
688
|
-
retention_days?: number;
|
|
689
|
-
table_name: string;
|
|
690
|
-
updated_at?: string;
|
|
691
|
-
};
|
|
692
|
-
Update: {
|
|
693
|
-
cleanup_function?: string;
|
|
694
|
-
created_at?: string;
|
|
695
|
-
enabled?: boolean;
|
|
696
|
-
id?: string;
|
|
697
|
-
policy_name?: string;
|
|
698
|
-
retention_days?: number;
|
|
699
|
-
table_name?: string;
|
|
700
|
-
updated_at?: string;
|
|
701
|
-
};
|
|
702
|
-
Relationships: [];
|
|
703
|
-
};
|
|
704
600
|
cloud_accounts: {
|
|
705
601
|
Row: {
|
|
706
602
|
access_token: string | null;
|
|
@@ -797,48 +693,6 @@ export type Database = {
|
|
|
797
693
|
};
|
|
798
694
|
Relationships: [];
|
|
799
695
|
};
|
|
800
|
-
compute_nodes: {
|
|
801
|
-
Row: {
|
|
802
|
-
auth_secret: string | null;
|
|
803
|
-
created_at: string;
|
|
804
|
-
host: string;
|
|
805
|
-
id: string;
|
|
806
|
-
is_public: boolean | null;
|
|
807
|
-
name: string;
|
|
808
|
-
port: number;
|
|
809
|
-
provider: string;
|
|
810
|
-
updated_at: string;
|
|
811
|
-
user_id: string;
|
|
812
|
-
username: string | null;
|
|
813
|
-
};
|
|
814
|
-
Insert: {
|
|
815
|
-
auth_secret?: string | null;
|
|
816
|
-
created_at?: string;
|
|
817
|
-
host: string;
|
|
818
|
-
id?: string;
|
|
819
|
-
is_public?: boolean | null;
|
|
820
|
-
name: string;
|
|
821
|
-
port?: number;
|
|
822
|
-
provider?: string;
|
|
823
|
-
updated_at?: string;
|
|
824
|
-
user_id?: string;
|
|
825
|
-
username?: string | null;
|
|
826
|
-
};
|
|
827
|
-
Update: {
|
|
828
|
-
auth_secret?: string | null;
|
|
829
|
-
created_at?: string;
|
|
830
|
-
host?: string;
|
|
831
|
-
id?: string;
|
|
832
|
-
is_public?: boolean | null;
|
|
833
|
-
name?: string;
|
|
834
|
-
port?: number;
|
|
835
|
-
provider?: string;
|
|
836
|
-
updated_at?: string;
|
|
837
|
-
user_id?: string;
|
|
838
|
-
username?: string | null;
|
|
839
|
-
};
|
|
840
|
-
Relationships: [];
|
|
841
|
-
};
|
|
842
696
|
contacts: {
|
|
843
697
|
Row: {
|
|
844
698
|
created_at: string;
|
|
@@ -1020,62 +874,6 @@ export type Database = {
|
|
|
1020
874
|
}
|
|
1021
875
|
];
|
|
1022
876
|
};
|
|
1023
|
-
openclaws: {
|
|
1024
|
-
Row: {
|
|
1025
|
-
config: Json;
|
|
1026
|
-
created_at: string;
|
|
1027
|
-
desired_status: Database["public"]["Enums"]["openclaw_status"];
|
|
1028
|
-
id: string;
|
|
1029
|
-
metadata: Json | null;
|
|
1030
|
-
name: string | null;
|
|
1031
|
-
resolved_config: Json;
|
|
1032
|
-
server_id: string | null;
|
|
1033
|
-
state: Json | null;
|
|
1034
|
-
status: Database["public"]["Enums"]["openclaw_status"];
|
|
1035
|
-
status_reason: string | null;
|
|
1036
|
-
updated_at: string;
|
|
1037
|
-
user_id: string;
|
|
1038
|
-
};
|
|
1039
|
-
Insert: {
|
|
1040
|
-
config?: Json;
|
|
1041
|
-
created_at?: string;
|
|
1042
|
-
desired_status?: Database["public"]["Enums"]["openclaw_status"];
|
|
1043
|
-
id?: string;
|
|
1044
|
-
metadata?: Json | null;
|
|
1045
|
-
name?: string | null;
|
|
1046
|
-
resolved_config?: Json;
|
|
1047
|
-
server_id?: string | null;
|
|
1048
|
-
state?: Json | null;
|
|
1049
|
-
status?: Database["public"]["Enums"]["openclaw_status"];
|
|
1050
|
-
status_reason?: string | null;
|
|
1051
|
-
updated_at?: string;
|
|
1052
|
-
user_id?: string;
|
|
1053
|
-
};
|
|
1054
|
-
Update: {
|
|
1055
|
-
config?: Json;
|
|
1056
|
-
created_at?: string;
|
|
1057
|
-
desired_status?: Database["public"]["Enums"]["openclaw_status"];
|
|
1058
|
-
id?: string;
|
|
1059
|
-
metadata?: Json | null;
|
|
1060
|
-
name?: string | null;
|
|
1061
|
-
resolved_config?: Json;
|
|
1062
|
-
server_id?: string | null;
|
|
1063
|
-
state?: Json | null;
|
|
1064
|
-
status?: Database["public"]["Enums"]["openclaw_status"];
|
|
1065
|
-
status_reason?: string | null;
|
|
1066
|
-
updated_at?: string;
|
|
1067
|
-
user_id?: string;
|
|
1068
|
-
};
|
|
1069
|
-
Relationships: [
|
|
1070
|
-
{
|
|
1071
|
-
foreignKeyName: "openclaws_server_id_fkey";
|
|
1072
|
-
columns: ["server_id"];
|
|
1073
|
-
isOneToOne: false;
|
|
1074
|
-
referencedRelation: "servers";
|
|
1075
|
-
referencedColumns: ["id"];
|
|
1076
|
-
}
|
|
1077
|
-
];
|
|
1078
|
-
};
|
|
1079
877
|
outreach_messages: {
|
|
1080
878
|
Row: {
|
|
1081
879
|
content: string | null;
|
|
@@ -1719,22 +1517,6 @@ export type Database = {
|
|
|
1719
1517
|
[_ in never]: never;
|
|
1720
1518
|
};
|
|
1721
1519
|
Functions: {
|
|
1722
|
-
adk_agent_list: {
|
|
1723
|
-
Args: never;
|
|
1724
|
-
Returns: {
|
|
1725
|
-
avatar_url: string | null;
|
|
1726
|
-
created_at: string | null;
|
|
1727
|
-
description: string | null;
|
|
1728
|
-
name: string;
|
|
1729
|
-
updated_at: string | null;
|
|
1730
|
-
}[];
|
|
1731
|
-
SetofOptions: {
|
|
1732
|
-
from: "*";
|
|
1733
|
-
to: "adk_agents";
|
|
1734
|
-
isOneToOne: false;
|
|
1735
|
-
isSetofReturn: true;
|
|
1736
|
-
};
|
|
1737
|
-
};
|
|
1738
1520
|
adk_artifact_delete: {
|
|
1739
1521
|
Args: {
|
|
1740
1522
|
p_app_name: string;
|
|
@@ -1861,28 +1643,6 @@ export type Database = {
|
|
|
1861
1643
|
isSetofReturn: true;
|
|
1862
1644
|
};
|
|
1863
1645
|
};
|
|
1864
|
-
adk_quick_start_list: {
|
|
1865
|
-
Args: {
|
|
1866
|
-
p_agent_name?: string;
|
|
1867
|
-
};
|
|
1868
|
-
Returns: {
|
|
1869
|
-
agent_name: string;
|
|
1870
|
-
created_at: string | null;
|
|
1871
|
-
description: string | null;
|
|
1872
|
-
id: string;
|
|
1873
|
-
is_active: boolean | null;
|
|
1874
|
-
ord: number | null;
|
|
1875
|
-
prompt: string;
|
|
1876
|
-
title: string;
|
|
1877
|
-
updated_at: string | null;
|
|
1878
|
-
}[];
|
|
1879
|
-
SetofOptions: {
|
|
1880
|
-
from: "*";
|
|
1881
|
-
to: "adk_quick_starts";
|
|
1882
|
-
isOneToOne: false;
|
|
1883
|
-
isSetofReturn: true;
|
|
1884
|
-
};
|
|
1885
|
-
};
|
|
1886
1646
|
adk_session_delete: {
|
|
1887
1647
|
Args: {
|
|
1888
1648
|
p_app_name: string;
|
|
@@ -2084,7 +1844,6 @@ export type Database = {
|
|
|
2084
1844
|
target: string;
|
|
2085
1845
|
updated_at: string;
|
|
2086
1846
|
user_id: string;
|
|
2087
|
-
worker_id: string;
|
|
2088
1847
|
}[];
|
|
2089
1848
|
};
|
|
2090
1849
|
audit_project_list: {
|
|
@@ -2103,7 +1862,6 @@ export type Database = {
|
|
|
2103
1862
|
target: string;
|
|
2104
1863
|
updated_at: string;
|
|
2105
1864
|
user_id: string;
|
|
2106
|
-
worker_id: string;
|
|
2107
1865
|
}[];
|
|
2108
1866
|
};
|
|
2109
1867
|
audit_project_list_cursor: {
|
|
@@ -2123,7 +1881,6 @@ export type Database = {
|
|
|
2123
1881
|
target: string;
|
|
2124
1882
|
updated_at: string;
|
|
2125
1883
|
user_id: string;
|
|
2126
|
-
worker_id: string;
|
|
2127
1884
|
}[];
|
|
2128
1885
|
};
|
|
2129
1886
|
audit_project_upsert: {
|
|
@@ -2134,7 +1891,6 @@ export type Database = {
|
|
|
2134
1891
|
p_repo_branch?: string;
|
|
2135
1892
|
p_repo_url?: string;
|
|
2136
1893
|
p_target?: string;
|
|
2137
|
-
p_worker_id?: string;
|
|
2138
1894
|
};
|
|
2139
1895
|
Returns: {
|
|
2140
1896
|
config: Json;
|
|
@@ -2146,7 +1902,6 @@ export type Database = {
|
|
|
2146
1902
|
target: string;
|
|
2147
1903
|
updated_at: string;
|
|
2148
1904
|
user_id: string;
|
|
2149
|
-
worker_id: string;
|
|
2150
1905
|
}[];
|
|
2151
1906
|
};
|
|
2152
1907
|
audit_skill_list: {
|
|
@@ -2639,86 +2394,6 @@ export type Database = {
|
|
|
2639
2394
|
};
|
|
2640
2395
|
Returns: Json;
|
|
2641
2396
|
};
|
|
2642
|
-
compute_node_delete: {
|
|
2643
|
-
Args: {
|
|
2644
|
-
p_id: string;
|
|
2645
|
-
};
|
|
2646
|
-
Returns: undefined;
|
|
2647
|
-
};
|
|
2648
|
-
compute_node_get: {
|
|
2649
|
-
Args: {
|
|
2650
|
-
p_id?: string;
|
|
2651
|
-
p_user_id?: string;
|
|
2652
|
-
};
|
|
2653
|
-
Returns: {
|
|
2654
|
-
auth_secret: string | null;
|
|
2655
|
-
created_at: string | null;
|
|
2656
|
-
host: string | null;
|
|
2657
|
-
id: string | null;
|
|
2658
|
-
is_public: boolean | null;
|
|
2659
|
-
name: string | null;
|
|
2660
|
-
port: number | null;
|
|
2661
|
-
provider: string | null;
|
|
2662
|
-
updated_at: string | null;
|
|
2663
|
-
user_id: string | null;
|
|
2664
|
-
username: string | null;
|
|
2665
|
-
}[];
|
|
2666
|
-
};
|
|
2667
|
-
compute_node_get_secret: {
|
|
2668
|
-
Args: {
|
|
2669
|
-
target_id: string;
|
|
2670
|
-
};
|
|
2671
|
-
Returns: {
|
|
2672
|
-
auth_secret: string;
|
|
2673
|
-
host: string;
|
|
2674
|
-
port: number;
|
|
2675
|
-
username: string;
|
|
2676
|
-
}[];
|
|
2677
|
-
};
|
|
2678
|
-
compute_node_list: {
|
|
2679
|
-
Args: {
|
|
2680
|
-
p_user_id?: string;
|
|
2681
|
-
};
|
|
2682
|
-
Returns: {
|
|
2683
|
-
auth_secret: string | null;
|
|
2684
|
-
created_at: string | null;
|
|
2685
|
-
host: string | null;
|
|
2686
|
-
id: string | null;
|
|
2687
|
-
is_public: boolean | null;
|
|
2688
|
-
name: string | null;
|
|
2689
|
-
port: number | null;
|
|
2690
|
-
provider: string | null;
|
|
2691
|
-
updated_at: string | null;
|
|
2692
|
-
user_id: string | null;
|
|
2693
|
-
username: string | null;
|
|
2694
|
-
}[];
|
|
2695
|
-
};
|
|
2696
|
-
compute_node_upsert: {
|
|
2697
|
-
Args: {
|
|
2698
|
-
p_auth_secret?: string;
|
|
2699
|
-
p_host?: string;
|
|
2700
|
-
p_id?: string;
|
|
2701
|
-
p_is_public?: boolean;
|
|
2702
|
-
p_name?: string;
|
|
2703
|
-
p_port?: number;
|
|
2704
|
-
p_provider?: string;
|
|
2705
|
-
p_username?: string;
|
|
2706
|
-
p_worker_count?: number;
|
|
2707
|
-
};
|
|
2708
|
-
Returns: {
|
|
2709
|
-
auth_secret: string | null;
|
|
2710
|
-
created_at: string | null;
|
|
2711
|
-
host: string | null;
|
|
2712
|
-
id: string | null;
|
|
2713
|
-
is_public: boolean | null;
|
|
2714
|
-
name: string | null;
|
|
2715
|
-
port: number | null;
|
|
2716
|
-
provider: string | null;
|
|
2717
|
-
updated_at: string | null;
|
|
2718
|
-
user_id: string | null;
|
|
2719
|
-
username: string | null;
|
|
2720
|
-
}[];
|
|
2721
|
-
};
|
|
2722
2397
|
compute_server_public_url: {
|
|
2723
2398
|
Args: {
|
|
2724
2399
|
p_server_id: string;
|
|
@@ -2878,12 +2553,6 @@ export type Database = {
|
|
|
2878
2553
|
};
|
|
2879
2554
|
Returns: string;
|
|
2880
2555
|
};
|
|
2881
|
-
get_worker_subdomain: {
|
|
2882
|
-
Args: {
|
|
2883
|
-
p_worker_id: string;
|
|
2884
|
-
};
|
|
2885
|
-
Returns: string;
|
|
2886
|
-
};
|
|
2887
2556
|
github_list_installation_repos: {
|
|
2888
2557
|
Args: never;
|
|
2889
2558
|
Returns: Json;
|
|
@@ -3030,13 +2699,6 @@ export type Database = {
|
|
|
3030
2699
|
};
|
|
3031
2700
|
Returns: Json;
|
|
3032
2701
|
};
|
|
3033
|
-
install_script: {
|
|
3034
|
-
Args: {
|
|
3035
|
-
p_instance_id?: string;
|
|
3036
|
-
p_version?: string;
|
|
3037
|
-
};
|
|
3038
|
-
Returns: string;
|
|
3039
|
-
};
|
|
3040
2702
|
instance_tag_add: {
|
|
3041
2703
|
Args: {
|
|
3042
2704
|
p_instance_id: string;
|
|
@@ -3166,34 +2828,6 @@ export type Database = {
|
|
|
3166
2828
|
};
|
|
3167
2829
|
Returns: number;
|
|
3168
2830
|
};
|
|
3169
|
-
notification_get_pending_actions: {
|
|
3170
|
-
Args: never;
|
|
3171
|
-
Returns: {
|
|
3172
|
-
action_completed_at: string | null;
|
|
3173
|
-
action_payload: Json | null;
|
|
3174
|
-
action_type: string | null;
|
|
3175
|
-
created_at: string;
|
|
3176
|
-
dismissed_at: string | null;
|
|
3177
|
-
expires_at: string | null;
|
|
3178
|
-
id: string;
|
|
3179
|
-
is_read: boolean;
|
|
3180
|
-
message: string | null;
|
|
3181
|
-
notification_type: string;
|
|
3182
|
-
priority: string;
|
|
3183
|
-
read_at: string | null;
|
|
3184
|
-
source_id: string | null;
|
|
3185
|
-
source_type: string | null;
|
|
3186
|
-
title: string;
|
|
3187
|
-
updated_at: string;
|
|
3188
|
-
user_id: string;
|
|
3189
|
-
}[];
|
|
3190
|
-
SetofOptions: {
|
|
3191
|
-
from: "*";
|
|
3192
|
-
to: "user_notifications";
|
|
3193
|
-
isOneToOne: false;
|
|
3194
|
-
isSetofReturn: true;
|
|
3195
|
-
};
|
|
3196
|
-
};
|
|
3197
2831
|
notification_list: {
|
|
3198
2832
|
Args: {
|
|
3199
2833
|
p_action_type?: string;
|
|
@@ -3204,30 +2838,24 @@ export type Database = {
|
|
|
3204
2838
|
p_unread_only?: boolean;
|
|
3205
2839
|
};
|
|
3206
2840
|
Returns: {
|
|
3207
|
-
action_completed_at: string
|
|
3208
|
-
action_payload: Json
|
|
3209
|
-
action_type: string
|
|
2841
|
+
action_completed_at: string;
|
|
2842
|
+
action_payload: Json;
|
|
2843
|
+
action_type: string;
|
|
3210
2844
|
created_at: string;
|
|
3211
|
-
dismissed_at: string
|
|
3212
|
-
expires_at: string
|
|
2845
|
+
dismissed_at: string;
|
|
2846
|
+
expires_at: string;
|
|
3213
2847
|
id: string;
|
|
3214
2848
|
is_read: boolean;
|
|
3215
|
-
message: string
|
|
2849
|
+
message: string;
|
|
3216
2850
|
notification_type: string;
|
|
3217
2851
|
priority: string;
|
|
3218
|
-
read_at: string
|
|
3219
|
-
source_id: string
|
|
3220
|
-
source_type: string
|
|
2852
|
+
read_at: string;
|
|
2853
|
+
source_id: string;
|
|
2854
|
+
source_type: string;
|
|
3221
2855
|
title: string;
|
|
3222
2856
|
updated_at: string;
|
|
3223
2857
|
user_id: string;
|
|
3224
2858
|
}[];
|
|
3225
|
-
SetofOptions: {
|
|
3226
|
-
from: "*";
|
|
3227
|
-
to: "user_notifications";
|
|
3228
|
-
isOneToOne: false;
|
|
3229
|
-
isSetofReturn: true;
|
|
3230
|
-
};
|
|
3231
2859
|
};
|
|
3232
2860
|
notification_mark_read: {
|
|
3233
2861
|
Args: {
|
|
@@ -3236,182 +2864,6 @@ export type Database = {
|
|
|
3236
2864
|
};
|
|
3237
2865
|
Returns: number;
|
|
3238
2866
|
};
|
|
3239
|
-
openclaw_assign_server: {
|
|
3240
|
-
Args: {
|
|
3241
|
-
p_openclaw_id: string;
|
|
3242
|
-
p_user_id: string;
|
|
3243
|
-
};
|
|
3244
|
-
Returns: string;
|
|
3245
|
-
};
|
|
3246
|
-
openclaw_build_config: {
|
|
3247
|
-
Args: {
|
|
3248
|
-
p_openclaw_id: string;
|
|
3249
|
-
p_override_config?: Json;
|
|
3250
|
-
p_override_server_id?: string;
|
|
3251
|
-
};
|
|
3252
|
-
Returns: Json;
|
|
3253
|
-
};
|
|
3254
|
-
openclaw_failover: {
|
|
3255
|
-
Args: {
|
|
3256
|
-
p_server_id: string;
|
|
3257
|
-
};
|
|
3258
|
-
Returns: undefined;
|
|
3259
|
-
};
|
|
3260
|
-
openclaw_metadata_apply_action_contract: {
|
|
3261
|
-
Args: {
|
|
3262
|
-
p_action_status: string;
|
|
3263
|
-
p_completed_at?: string;
|
|
3264
|
-
p_debug_action: string;
|
|
3265
|
-
p_delete_pending?: boolean;
|
|
3266
|
-
p_message?: string;
|
|
3267
|
-
p_metadata: Json;
|
|
3268
|
-
p_requested_at?: string;
|
|
3269
|
-
p_user_action: string;
|
|
3270
|
-
};
|
|
3271
|
-
Returns: Json;
|
|
3272
|
-
};
|
|
3273
|
-
openclaw_reconcile_due: {
|
|
3274
|
-
Args: {
|
|
3275
|
-
p_limit?: number;
|
|
3276
|
-
};
|
|
3277
|
-
Returns: number;
|
|
3278
|
-
};
|
|
3279
|
-
openclaw_reconcile_one: {
|
|
3280
|
-
Args: {
|
|
3281
|
-
p_openclaw_id: string;
|
|
3282
|
-
};
|
|
3283
|
-
Returns: {
|
|
3284
|
-
config: Json;
|
|
3285
|
-
created_at: string;
|
|
3286
|
-
desired_status: Database["public"]["Enums"]["openclaw_status"];
|
|
3287
|
-
id: string;
|
|
3288
|
-
metadata: Json | null;
|
|
3289
|
-
name: string | null;
|
|
3290
|
-
resolved_config: Json;
|
|
3291
|
-
server_id: string | null;
|
|
3292
|
-
state: Json | null;
|
|
3293
|
-
status: Database["public"]["Enums"]["openclaw_status"];
|
|
3294
|
-
status_reason: string | null;
|
|
3295
|
-
updated_at: string;
|
|
3296
|
-
user_id: string;
|
|
3297
|
-
};
|
|
3298
|
-
SetofOptions: {
|
|
3299
|
-
from: "*";
|
|
3300
|
-
to: "openclaws";
|
|
3301
|
-
isOneToOne: true;
|
|
3302
|
-
isSetofReturn: false;
|
|
3303
|
-
};
|
|
3304
|
-
};
|
|
3305
|
-
openclaw_refresh_resolved_config: {
|
|
3306
|
-
Args: {
|
|
3307
|
-
p_openclaw_id: string;
|
|
3308
|
-
p_override_config?: Json;
|
|
3309
|
-
p_override_server_id?: string;
|
|
3310
|
-
};
|
|
3311
|
-
Returns: Json;
|
|
3312
|
-
};
|
|
3313
|
-
openclaws_delete: {
|
|
3314
|
-
Args: {
|
|
3315
|
-
p_id: string;
|
|
3316
|
-
};
|
|
3317
|
-
Returns: {
|
|
3318
|
-
config: Json;
|
|
3319
|
-
created_at: string;
|
|
3320
|
-
desired_status: Database["public"]["Enums"]["openclaw_status"];
|
|
3321
|
-
id: string;
|
|
3322
|
-
metadata: Json;
|
|
3323
|
-
name: string;
|
|
3324
|
-
server_id: string;
|
|
3325
|
-
state: Json;
|
|
3326
|
-
status: Database["public"]["Enums"]["openclaw_status"];
|
|
3327
|
-
status_reason: string;
|
|
3328
|
-
updated_at: string;
|
|
3329
|
-
user_id: string;
|
|
3330
|
-
}[];
|
|
3331
|
-
};
|
|
3332
|
-
openclaws_get: {
|
|
3333
|
-
Args: {
|
|
3334
|
-
p_id: string;
|
|
3335
|
-
};
|
|
3336
|
-
Returns: {
|
|
3337
|
-
config: Json;
|
|
3338
|
-
created_at: string;
|
|
3339
|
-
desired_status: Database["public"]["Enums"]["openclaw_status"];
|
|
3340
|
-
id: string;
|
|
3341
|
-
metadata: Json;
|
|
3342
|
-
name: string;
|
|
3343
|
-
server_id: string;
|
|
3344
|
-
state: Json;
|
|
3345
|
-
status: Database["public"]["Enums"]["openclaw_status"];
|
|
3346
|
-
status_reason: string;
|
|
3347
|
-
updated_at: string;
|
|
3348
|
-
user_id: string;
|
|
3349
|
-
}[];
|
|
3350
|
-
};
|
|
3351
|
-
openclaws_list_cursor: {
|
|
3352
|
-
Args: {
|
|
3353
|
-
p_cursor?: string;
|
|
3354
|
-
p_limit?: number;
|
|
3355
|
-
p_search?: string;
|
|
3356
|
-
p_status?: Database["public"]["Enums"]["openclaw_status"];
|
|
3357
|
-
};
|
|
3358
|
-
Returns: {
|
|
3359
|
-
config: Json;
|
|
3360
|
-
created_at: string;
|
|
3361
|
-
desired_status: Database["public"]["Enums"]["openclaw_status"];
|
|
3362
|
-
id: string;
|
|
3363
|
-
metadata: Json;
|
|
3364
|
-
name: string;
|
|
3365
|
-
server_id: string;
|
|
3366
|
-
state: Json;
|
|
3367
|
-
status: Database["public"]["Enums"]["openclaw_status"];
|
|
3368
|
-
status_reason: string;
|
|
3369
|
-
updated_at: string;
|
|
3370
|
-
user_id: string;
|
|
3371
|
-
}[];
|
|
3372
|
-
};
|
|
3373
|
-
openclaws_request_action: {
|
|
3374
|
-
Args: {
|
|
3375
|
-
p_action: string;
|
|
3376
|
-
p_id: string;
|
|
3377
|
-
};
|
|
3378
|
-
Returns: {
|
|
3379
|
-
config: Json;
|
|
3380
|
-
created_at: string;
|
|
3381
|
-
desired_status: Database["public"]["Enums"]["openclaw_status"];
|
|
3382
|
-
id: string;
|
|
3383
|
-
metadata: Json;
|
|
3384
|
-
name: string;
|
|
3385
|
-
server_id: string;
|
|
3386
|
-
state: Json;
|
|
3387
|
-
status: Database["public"]["Enums"]["openclaw_status"];
|
|
3388
|
-
status_reason: string;
|
|
3389
|
-
updated_at: string;
|
|
3390
|
-
user_id: string;
|
|
3391
|
-
}[];
|
|
3392
|
-
};
|
|
3393
|
-
openclaws_upsert: {
|
|
3394
|
-
Args: {
|
|
3395
|
-
p_config?: Json;
|
|
3396
|
-
p_id?: string;
|
|
3397
|
-
p_metadata?: Json;
|
|
3398
|
-
p_name?: string;
|
|
3399
|
-
};
|
|
3400
|
-
Returns: {
|
|
3401
|
-
config: Json;
|
|
3402
|
-
created_at: string;
|
|
3403
|
-
desired_status: Database["public"]["Enums"]["openclaw_status"];
|
|
3404
|
-
id: string;
|
|
3405
|
-
metadata: Json;
|
|
3406
|
-
name: string;
|
|
3407
|
-
server_id: string;
|
|
3408
|
-
state: Json;
|
|
3409
|
-
status: Database["public"]["Enums"]["openclaw_status"];
|
|
3410
|
-
status_reason: string;
|
|
3411
|
-
updated_at: string;
|
|
3412
|
-
user_id: string;
|
|
3413
|
-
}[];
|
|
3414
|
-
};
|
|
3415
2867
|
outreach_process_pending_tasks: {
|
|
3416
2868
|
Args: {
|
|
3417
2869
|
p_campaign_id?: string;
|
|
@@ -3436,7 +2888,6 @@ export type Database = {
|
|
|
3436
2888
|
Args: {
|
|
3437
2889
|
p_campaign_id?: string;
|
|
3438
2890
|
p_limit?: number;
|
|
3439
|
-
p_offset?: number;
|
|
3440
2891
|
p_status?: string;
|
|
3441
2892
|
};
|
|
3442
2893
|
Returns: {
|
|
@@ -3532,18 +2983,18 @@ export type Database = {
|
|
|
3532
2983
|
resource_list: {
|
|
3533
2984
|
Args: {
|
|
3534
2985
|
p_kw?: string;
|
|
3535
|
-
p_page_num?: number;
|
|
3536
2986
|
p_page_size?: number;
|
|
3537
|
-
p_slug?: string;
|
|
3538
2987
|
p_type?: string;
|
|
3539
2988
|
};
|
|
3540
|
-
Returns:
|
|
3541
|
-
|
|
3542
|
-
|
|
3543
|
-
|
|
3544
|
-
|
|
3545
|
-
|
|
3546
|
-
|
|
2989
|
+
Returns: {
|
|
2990
|
+
description: string;
|
|
2991
|
+
icon: string;
|
|
2992
|
+
id: string;
|
|
2993
|
+
target_id: string;
|
|
2994
|
+
title: string;
|
|
2995
|
+
type: string;
|
|
2996
|
+
updated_at: string;
|
|
2997
|
+
}[];
|
|
3547
2998
|
};
|
|
3548
2999
|
resource_upsert: {
|
|
3549
3000
|
Args: {
|
|
@@ -3589,13 +3040,6 @@ export type Database = {
|
|
|
3589
3040
|
};
|
|
3590
3041
|
Returns: Json;
|
|
3591
3042
|
};
|
|
3592
|
-
script_get_content: {
|
|
3593
|
-
Args: {
|
|
3594
|
-
p_file_path: string;
|
|
3595
|
-
p_git_ref?: string;
|
|
3596
|
-
};
|
|
3597
|
-
Returns: string;
|
|
3598
|
-
};
|
|
3599
3043
|
server_delete: {
|
|
3600
3044
|
Args: {
|
|
3601
3045
|
p_id: string;
|
|
@@ -3644,14 +3088,6 @@ export type Database = {
|
|
|
3644
3088
|
};
|
|
3645
3089
|
Returns: Json;
|
|
3646
3090
|
};
|
|
3647
|
-
server_status_apply_callback: {
|
|
3648
|
-
Args: {
|
|
3649
|
-
p_callback_token: string;
|
|
3650
|
-
p_payload: Json;
|
|
3651
|
-
p_server_id: string;
|
|
3652
|
-
};
|
|
3653
|
-
Returns: Json;
|
|
3654
|
-
};
|
|
3655
3091
|
server_status_merge: {
|
|
3656
3092
|
Args: {
|
|
3657
3093
|
p_current_state: Json;
|
|
@@ -3671,6 +3107,12 @@ export type Database = {
|
|
|
3671
3107
|
};
|
|
3672
3108
|
Returns: number;
|
|
3673
3109
|
};
|
|
3110
|
+
server_tunnel_delete: {
|
|
3111
|
+
Args: {
|
|
3112
|
+
p_tunnel_id: string;
|
|
3113
|
+
};
|
|
3114
|
+
Returns: Json;
|
|
3115
|
+
};
|
|
3674
3116
|
server_tunnel_sync: {
|
|
3675
3117
|
Args: {
|
|
3676
3118
|
p_server_id: string;
|
|
@@ -3679,7 +3121,6 @@ export type Database = {
|
|
|
3679
3121
|
};
|
|
3680
3122
|
server_upsert: {
|
|
3681
3123
|
Args: {
|
|
3682
|
-
p_compute_node_id?: string;
|
|
3683
3124
|
p_config?: Json;
|
|
3684
3125
|
p_id?: string;
|
|
3685
3126
|
p_state?: Json;
|
|
@@ -4391,7 +3832,6 @@ export type Database = {
|
|
|
4391
3832
|
chat_role: "system" | "user" | "assistant" | "model" | "error" | "tool";
|
|
4392
3833
|
chat_visibility: "private" | "public";
|
|
4393
3834
|
cloud_account_status: "pending" | "active" | "token_expired" | "needs_reauth" | "quota_exceeded" | "suspended" | "disabled";
|
|
4394
|
-
openclaw_status: "disabled" | "pending" | "starting" | "running" | "stopping" | "stopped" | "error" | "migrating";
|
|
4395
3835
|
sys_log_level: "error" | "warn" | "info";
|
|
4396
3836
|
task_code_type: "sql" | "bash" | "python" | "agent" | "javascript";
|
|
4397
3837
|
task_status: "draft" | "pending" | "queued" | "running" | "completed" | "failed" | "cancelled" | "paused";
|
|
@@ -4449,16 +3889,6 @@ export type Database = {
|
|
|
4449
3889
|
resource_id: string | null;
|
|
4450
3890
|
user_id: string | null;
|
|
4451
3891
|
};
|
|
4452
|
-
resource_list_record: {
|
|
4453
|
-
id: string | null;
|
|
4454
|
-
target_id: string | null;
|
|
4455
|
-
title: string | null;
|
|
4456
|
-
description: string | null;
|
|
4457
|
-
icon: string | null;
|
|
4458
|
-
type: string | null;
|
|
4459
|
-
url: string | null;
|
|
4460
|
-
updated_at: string | null;
|
|
4461
|
-
};
|
|
4462
3892
|
telegram_login_response: {
|
|
4463
3893
|
success: boolean | null;
|
|
4464
3894
|
step: string | null;
|
|
@@ -4529,7 +3959,6 @@ export declare const Constants: {
|
|
|
4529
3959
|
readonly chat_role: readonly ["system", "user", "assistant", "model", "error", "tool"];
|
|
4530
3960
|
readonly chat_visibility: readonly ["private", "public"];
|
|
4531
3961
|
readonly cloud_account_status: readonly ["pending", "active", "token_expired", "needs_reauth", "quota_exceeded", "suspended", "disabled"];
|
|
4532
|
-
readonly openclaw_status: readonly ["disabled", "pending", "starting", "running", "stopping", "stopped", "error", "migrating"];
|
|
4533
3962
|
readonly sys_log_level: readonly ["error", "warn", "info"];
|
|
4534
3963
|
readonly task_code_type: readonly ["sql", "bash", "python", "agent", "javascript"];
|
|
4535
3964
|
readonly task_status: readonly ["draft", "pending", "queued", "running", "completed", "failed", "cancelled", "paused"];
|